bugstash 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,11 +1,11 @@
1
- "use strict";var ln=Object.defineProperty;var ki=Object.getOwnPropertyDescriptor;var Mi=Object.getOwnPropertyNames;var Oi=Object.prototype.hasOwnProperty;var Ri=(A,e)=>{for(var t in e)ln(A,t,{get:e[t],enumerable:!0})},Ni=(A,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Mi(e))!Oi.call(A,n)&&n!==t&&ln(A,n,{get:()=>e[n],enumerable:!(r=ki(e,n))||r.enumerable});return A};var Gi=A=>Ni(ln({},"__esModule",{value:!0}),A);var tf={};Ri(tf,{BugStash:()=>Ki,default:()=>ef});module.exports=Gi(tf);var At=[],Fs=50,et=null,tt=null,rt=null,nt=null;function Jt(A){if(A.id)return`#${A.id}`;let e=A.tagName.toLowerCase(),t=A.className&&typeof A.className=="string"?"."+A.className.trim().split(/\s+/).slice(0,2).join("."):"",r=(A.textContent||"").trim().slice(0,30),n=r?` "${r}"`:"";return`${e}${t}${n}`}function UA(A){At.push(A),At.length>Fs&&At.shift()}function ys(A){A&&(Fs=A),et=t=>{let r=t.target;!r||!r.tagName||UA({type:"click",category:"ui",message:`Clicked ${Jt(r)}`,timestamp:Date.now(),data:{x:t.clientX,y:t.clientY,selector:Jt(r)}})},document.addEventListener("click",et,!0);let e=new WeakMap;tt=t=>{let r=t.target;if(!r||!r.tagName)return;let n=r.tagName.toLowerCase();if(n!=="input"&&n!=="textarea"&&n!=="select")return;let s=e.get(r);s&&clearTimeout(s),e.set(r,window.setTimeout(()=>{let a=r instanceof HTMLInputElement&&r.type==="password";UA({type:"input",category:"ui",message:`Input ${Jt(r)}`,timestamp:Date.now(),data:{selector:Jt(r),value:a?"[redacted]":void 0}})},300))},document.addEventListener("input",tt,!0),rt=()=>{UA({type:"navigation",category:"navigation",message:`Navigated to ${window.location.pathname}`,timestamp:Date.now(),data:{url:window.location.href}})},window.addEventListener("popstate",rt),nt=()=>{UA({type:"navigation",category:"navigation",message:`Hash changed to ${window.location.hash}`,timestamp:Date.now(),data:{url:window.location.href}})},window.addEventListener("hashchange",nt),UA({type:"navigation",category:"navigation",message:`Page loaded: ${window.location.pathname}`,timestamp:Date.now(),data:{url:window.location.href}})}function Ie(){return[...At]}function Es(){At=[]}function xs(){et&&document.removeEventListener("click",et,!0),tt&&document.removeEventListener("input",tt,!0),rt&&window.removeEventListener("popstate",rt),nt&&window.removeEventListener("hashchange",nt),et=null,tt=null,rt=null,nt=null}var cn="[REDACTED]",Pi=[[/\b(?:\d[ -]*?){13,19}\b/g,"[CC_REDACTED]"],[/\b\d{3}-\d{2}-\d{4}\b/g,"[SSN_REDACTED]"],[/Bearer\s+[A-Za-z0-9\-._~+/]+=*/g,"Bearer [TOKEN_REDACTED]"],[/eyJ[A-Za-z0-9_-]+\.eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+/g,"[JWT_REDACTED]"],[/(?:api[_-]?key|apikey|secret|token|password|passwd|authorization)['":\s=]+['"]?([A-Za-z0-9\-._~+/]{20,})['"]?/gi,A=>{let e=A.search(/[=:]/);return A.slice(0,e+1)+" "+cn}],[/AKIA[0-9A-Z]{16}/g,"[AWS_KEY_REDACTED]"],[/"(?:password|passwd|secret|token|access_token|refresh_token|api_key|apiKey|private_key)":\s*"[^"]*"/gi,A=>{let e=A.indexOf(":");return A.slice(0,e+1)+' "'+cn+'"'}]];function Le(A){let e=A;for(let[t,r]of Pi)e=e.replace(t,r);return e}function Hs(A){return A.map(Le)}function Wt(A){if(typeof A=="string")return Le(A);if(Array.isArray(A))return A.map(Wt);if(A&&typeof A=="object"){let e={};for(let[t,r]of Object.entries(A)){let n=t.toLowerCase();n.includes("password")||n.includes("secret")||n.includes("token")||n.includes("apikey")||n.includes("api_key")||n.includes("private")?e[t]=cn:e[t]=Wt(r)}return e}return A}var Yt={log:console.log,warn:console.warn,error:console.error,debug:console.debug,info:console.info},st=[],Is=50;function Vi(A){return A.map(e=>{if(e instanceof Error)return`${e.name}: ${e.message}
2
- ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{return String(e)}return String(e)})}function _i(A,e){let t={level:A,args:Hs(Vi(e)),timestamp:Date.now()};A==="error"&&(t.stack=new Error().stack?.split(`
1
+ "use strict";var un=Object.defineProperty;var Vi=Object.getOwnPropertyDescriptor;var _i=Object.getOwnPropertyNames;var Xi=Object.prototype.hasOwnProperty;var Ji=(A,e)=>{for(var t in e)un(A,t,{get:e[t],enumerable:!0})},Wi=(A,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of _i(e))!Xi.call(A,n)&&n!==t&&un(A,n,{get:()=>e[n],enumerable:!(r=Vi(e,n))||r.enumerable});return A};var Yi=A=>Wi(un({},"__esModule",{value:!0}),A);var df={};Ji(df,{BugStash:()=>Ri,default:()=>gf});module.exports=Yi(df);var nt=[],Is=50,st=null,at=null,ot=null,it=null;function Yt(A){if(A.id)return`#${A.id}`;let e=A.tagName.toLowerCase(),t=A.className&&typeof A.className=="string"?"."+A.className.trim().split(/\s+/).slice(0,2).join("."):"",r=(A.textContent||"").trim().slice(0,30),n=r?` "${r}"`:"";return`${e}${t}${n}`}function UA(A){nt.push(A),nt.length>Is&&nt.shift()}function Ls(A){A&&(Is=A),st=t=>{let r=t.target;!r||!r.tagName||UA({type:"click",category:"ui",message:`Clicked ${Yt(r)}`,timestamp:Date.now(),data:{x:t.clientX,y:t.clientY,selector:Yt(r)}})},document.addEventListener("click",st,!0);let e=new WeakMap;at=t=>{let r=t.target;if(!r||!r.tagName)return;let n=r.tagName.toLowerCase();if(n!=="input"&&n!=="textarea"&&n!=="select")return;let s=e.get(r);s&&clearTimeout(s),e.set(r,window.setTimeout(()=>{let a=r instanceof HTMLInputElement&&r.type==="password";UA({type:"input",category:"ui",message:`Input ${Yt(r)}`,timestamp:Date.now(),data:{selector:Yt(r),value:a?"[redacted]":void 0}})},300))},document.addEventListener("input",at,!0),ot=()=>{UA({type:"navigation",category:"navigation",message:`Navigated to ${window.location.pathname}`,timestamp:Date.now(),data:{url:window.location.href}})},window.addEventListener("popstate",ot),it=()=>{UA({type:"navigation",category:"navigation",message:`Hash changed to ${window.location.hash}`,timestamp:Date.now(),data:{url:window.location.href}})},window.addEventListener("hashchange",it),UA({type:"navigation",category:"navigation",message:`Page loaded: ${window.location.pathname}`,timestamp:Date.now(),data:{url:window.location.href}})}function Ie(){return[...nt]}function Ks(){nt=[]}function Ss(){st&&document.removeEventListener("click",st,!0),at&&document.removeEventListener("input",at,!0),ot&&window.removeEventListener("popstate",ot),it&&window.removeEventListener("hashchange",it),st=null,at=null,ot=null,it=null}var gn="[REDACTED]",zi=[[/\b(?:\d[ -]*?){13,19}\b/g,"[CC_REDACTED]"],[/\b\d{3}-\d{2}-\d{4}\b/g,"[SSN_REDACTED]"],[/Bearer\s+[A-Za-z0-9\-._~+/]+=*/g,"Bearer [TOKEN_REDACTED]"],[/eyJ[A-Za-z0-9_-]+\.eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+/g,"[JWT_REDACTED]"],[/(?:api[_-]?key|apikey|secret|token|password|passwd|authorization)['":\s=]+['"]?([A-Za-z0-9\-._~+/]{20,})['"]?/gi,A=>{let e=A.search(/[=:]/);return A.slice(0,e+1)+" "+gn}],[/AKIA[0-9A-Z]{16}/g,"[AWS_KEY_REDACTED]"],[/"(?:password|passwd|secret|token|access_token|refresh_token|api_key|apiKey|private_key)":\s*"[^"]*"/gi,A=>{let e=A.indexOf(":");return A.slice(0,e+1)+' "'+gn+'"'}]];function Le(A){let e=A;for(let[t,r]of zi)e=e.replace(t,r);return e}function Ts(A){return A.map(Le)}function zt(A){if(typeof A=="string")return Le(A);if(Array.isArray(A))return A.map(zt);if(A&&typeof A=="object"){let e={};for(let[t,r]of Object.entries(A)){let n=t.toLowerCase();n.includes("password")||n.includes("secret")||n.includes("token")||n.includes("apikey")||n.includes("api_key")||n.includes("private")?e[t]=gn:e[t]=zt(r)}return e}return A}var $t={log:console.log,warn:console.warn,error:console.error,debug:console.debug,info:console.info},lt=[],Ds=50;function $i(A){return A.map(e=>{if(e instanceof Error)return`${e.name}: ${e.message}
2
+ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{return String(e)}return String(e)})}function Zi(A,e){let t={level:A,args:Ts($i(e)),timestamp:Date.now()};A==="error"&&(t.stack=new Error().stack?.split(`
3
3
  `).slice(2).join(`
4
- `)),st.push(t),st.length>Is&&st.shift(),UA({type:"console",category:`console.${A}`,message:t.args.join(" ").slice(0,200),timestamp:t.timestamp})}function Ls(A){A&&(Is=A);for(let e of Object.keys(Yt))console[e]=function(...t){_i(e,t),Yt[e].apply(console,t)}}function jA(){return[...st]}function Ks(){st=[]}function Ss(){for(let A of Object.keys(Yt))console[A]=Yt[A]}var Ke=[],Ts=50,zt,$t,Zt;function Bn(A){Ke.push(A),Ke.length>Ts&&Ke.shift(),UA({type:"network",category:A.failed?"network.error":"network.ok",message:`${A.method} ${A.url} \u2192 ${A.status} (${A.duration}ms)`,timestamp:A.timestamp,data:{status:A.status,duration:A.duration}})}function Ds(A){try{let e=new URL(A,window.location.origin),t=new URLSearchParams(e.search);for(let n of t.keys()){let s=n.toLowerCase();(s.includes("token")||s.includes("key")||s.includes("secret")||s.includes("password")||s.includes("auth"))&&t.set(n,"[REDACTED]")}let r=t.toString();return e.pathname+(r?"?"+r:"")}catch{return Le(A)}}function Xi(){zt=window.fetch,window.fetch=async function(A,e){let t=e?.method?.toUpperCase()??"GET",r=typeof A=="string"?A:A instanceof URL?A.href:A.url,n=Ds(r),s=Date.now();try{let a=await zt.call(window,A,e);return Bn({method:t,url:n,status:a.status,statusText:a.statusText,duration:Date.now()-s,responseType:a.headers.get("content-type")??void 0,timestamp:s,failed:a.status>=400}),a}catch(a){throw Bn({method:t,url:n,status:0,statusText:"Network Error",duration:Date.now()-s,timestamp:s,failed:!0}),a}}}function Ji(){$t=XMLHttpRequest.prototype.open,Zt=XMLHttpRequest.prototype.send,XMLHttpRequest.prototype.open=function(A,e,...t){return this.__bs_method=A.toUpperCase(),this.__bs_url=Ds(typeof e=="string"?e:e.href),$t.apply(this,[A,e,...t])},XMLHttpRequest.prototype.send=function(A){let e=Date.now();return this.addEventListener("loadend",function(){Bn({method:this.__bs_method??"GET",url:this.__bs_url??"",status:this.status,statusText:this.statusText,duration:Date.now()-e,responseType:this.getResponseHeader("content-type")??void 0,timestamp:e,failed:this.status>=400||this.status===0})}),Zt.call(this,A)}}function ks(A){A&&(Ts=A),Xi(),Ji()}function Se(){return[...Ke]}function le(){return Ke.filter(A=>A.failed)}function Ms(){Ke=[]}function Os(){zt&&(window.fetch=zt),$t&&(XMLHttpRequest.prototype.open=$t),Zt&&(XMLHttpRequest.prototype.send=Zt)}var qt=[],at=null,ot=null;function Rs(){at=A=>{let e={message:A.message||"Unknown error",source:A.filename,lineno:A.lineno,colno:A.colno,stack:A.error?.stack,type:"error",timestamp:Date.now()};qt.push(e),UA({type:"error",category:"exception",message:e.message,timestamp:e.timestamp,data:{source:e.source,lineno:e.lineno}})},ot=A=>{let e=A.reason,t=e instanceof Error?e.message:typeof e=="string"?e:"Unhandled promise rejection",r={message:t,stack:e instanceof Error?e.stack:void 0,type:"unhandledrejection",timestamp:Date.now()};qt.push(r),UA({type:"error",category:"promise",message:t,timestamp:r.timestamp})},window.addEventListener("error",at),window.addEventListener("unhandledrejection",ot)}function Ae(){return[...qt]}function Ns(){qt=[]}function Gs(){at&&window.removeEventListener("error",at),ot&&window.removeEventListener("unhandledrejection",ot),at=null,ot=null}var W=null,jt=null,Ar=null,er=null;function Ps(){if(W={timestamp:Date.now()},performance.getEntriesByType){let A=()=>{let[e]=performance.getEntriesByType("navigation");e&&W&&(W.pageLoadTime=Math.round(e.loadEventEnd-e.startTime),W.domContentLoaded=Math.round(e.domContentLoadedEventEnd-e.startTime));let t=performance.getEntriesByType("paint");for(let n of t)n.name==="first-paint"&&W&&(W.firstPaint=Math.round(n.startTime)),n.name==="first-contentful-paint"&&W&&(W.firstContentfulPaint=Math.round(n.startTime));W&&(W.resourceCount=performance.getEntriesByType("resource").length);let r=performance.memory;r&&W&&(W.memoryUsage={usedJSHeapSize:r.usedJSHeapSize,totalJSHeapSize:r.totalJSHeapSize})};document.readyState==="complete"?setTimeout(A,0):window.addEventListener("load",()=>setTimeout(A,100))}if(typeof PerformanceObserver<"u"){try{jt=new PerformanceObserver(A=>{let e=A.getEntries(),t=e[e.length-1];t&&W&&(W.largestContentfulPaint=Math.round(t.startTime))}),jt.observe({type:"largest-contentful-paint",buffered:!0})}catch{}try{let A=0;Ar=new PerformanceObserver(e=>{for(let t of e.getEntries())t.hadRecentInput||(A+=t.value);W&&(W.cumulativeLayoutShift=Math.round(A*1e3)/1e3)}),Ar.observe({type:"layout-shift",buffered:!0})}catch{}try{er=new PerformanceObserver(A=>{let[e]=A.getEntries();e&&W&&(W.firstInputDelay=Math.round(e.processingStart-e.startTime))}),er.observe({type:"first-input",buffered:!0})}catch{}}}function Te(){return W&&(W.timestamp=Date.now()),W?{...W}:null}function Vs(){jt?.disconnect(),Ar?.disconnect(),er?.disconnect(),jt=null,Ar=null,er=null,W=null}var Sn=function(A,e){return Sn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},Sn(A,e)};function PA(A,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Sn(A,e);function t(){this.constructor=A}A.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var Tn=function(){return Tn=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},Tn.apply(this,arguments)};function hA(A,e,t,r){function n(s){return s instanceof t?s:new t(function(a){a(s)})}return new(t||(t=Promise))(function(s,a){function i(c){try{l(r.next(c))}catch(B){a(B)}}function o(c){try{l(r.throw(c))}catch(B){a(B)}}function l(c){c.done?s(c.value):n(c.value).then(i,o)}l((r=r.apply(A,e||[])).next())})}function fA(A,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,a;return a={next:i(0),throw:i(1),return:i(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function i(l){return function(c){return o([l,c])}}function o(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=l[0]&2?n.return:l[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,l[1])).done)return s;switch(n=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,n=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(A,t)}catch(c){l=[6,c],n=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function tr(A,e,t){if(t||arguments.length===2)for(var r=0,n=e.length,s;r<n;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return A.concat(s||e)}var ne=(function(){function A(e,t,r,n){this.left=e,this.top=t,this.width=r,this.height=n}return A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A})(),Tr=function(A,e){return ne.fromClientRect(A,e.getBoundingClientRect())},Wi=function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new ne(0,0,r,n)},Dr=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Z=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=A[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},_s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Yi=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(it=0;it<_s.length;it++)Yi[_s.charCodeAt(it)]=it;var it,Xs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",wt=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(lt=0;lt<Xs.length;lt++)wt[Xs.charCodeAt(lt)]=lt;var lt,zi=function(A){var e=A.length*.75,t=A.length,r,n=0,s,a,i,o;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=wt[A.charCodeAt(r)],a=wt[A.charCodeAt(r+1)],i=wt[A.charCodeAt(r+2)],o=wt[A.charCodeAt(r+3)],c[n++]=s<<2|a>>4,c[n++]=(a&15)<<4|i>>2,c[n++]=(i&3)<<6|o&63;return l},$i=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},Zi=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},Fe=5,ts=11,un=2,qi=ts-Fe,Va=65536>>Fe,ji=1<<Fe,gn=ji-1,Al=1024>>Fe,el=Va+Al,tl=el,rl=32,nl=tl+rl,sl=65536>>ts,al=1<<qi,ol=al-1,Js=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},il=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},ll=function(A,e){var t=zi(A),r=Array.isArray(t)?Zi(t):new Uint32Array(t),n=Array.isArray(t)?$i(t):new Uint16Array(t),s=24,a=Js(n,s/2,r[4]/2),i=r[5]===2?Js(n,(s+r[4])/2):il(r,Math.ceil((s+r[4])/4));return new cl(r[0],r[1],r[2],r[3],a,i)},cl=(function(){function A(e,t,r,n,s,a){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>Fe],t=(t<<un)+(e&gn),this.data[t];if(e<=65535)return t=this.index[Va+(e-55296>>Fe)],t=(t<<un)+(e&gn),this.data[t];if(e<this.highStart)return t=nl-sl+(e>>ts),t=this.index[t],t+=e>>Fe&ol,t=this.index[t],t=(t<<un)+(e&gn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),Ws="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Bl=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(ct=0;ct<Ws.length;ct++)Bl[Ws.charCodeAt(ct)]=ct;var ct,ul="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==",Ys=50,gl=1,_a=2,Xa=3,dl=4,fl=5,zs=7,Ja=8,$s=9,ge=10,Dn=11,Zs=12,kn=13,pl=14,ht=15,Mn=16,rr=17,Bt=18,wl=19,qs=20,On=21,ut=22,dn=23,De=24,IA=25,bt=26,Qt=27,ke=28,hl=29,Ue=30,bl=31,nr=32,sr=33,Rn=34,Nn=35,Gn=36,Ht=37,Pn=38,Qr=39,Cr=40,fn=41,Wa=42,Ql=43,Cl=[9001,65288],Ya="!",M="\xD7",ar="\xF7",Vn=ll(ul),ee=[Ue,Gn],_n=[gl,_a,Xa,fl],za=[ge,Ja],js=[Qt,bt],ml=_n.concat(za),Aa=[Pn,Qr,Cr,Rn,Nn],Ul=[ht,kn],vl=function(A,e){e===void 0&&(e="strict");var t=[],r=[],n=[];return A.forEach(function(s,a){var i=Vn.get(s);if(i>Ys?(n.push(!0),i-=Ys):n.push(!1),["normal","auto","loose"].indexOf(e)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(a),t.push(Mn);if(i===dl||i===Dn){if(a===0)return r.push(a),t.push(Ue);var o=t[a-1];return ml.indexOf(o)===-1?(r.push(r[a-1]),t.push(o)):(r.push(a),t.push(Ue))}if(r.push(a),i===bl)return t.push(e==="strict"?On:Ht);if(i===Wa||i===hl)return t.push(Ue);if(i===Ql)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(Ht):t.push(Ue);t.push(i)}),[r,t,n]},pn=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?A.indexOf(n)!==-1:A===n)for(var s=t;s<=r.length;){s++;var a=r[s];if(a===e)return!0;if(a!==ge)break}if(n===ge)for(var s=t;s>0;){s--;var i=r[s];if(Array.isArray(A)?A.indexOf(i)!==-1:A===i)for(var o=t;o<=r.length;){o++;var a=r[o];if(a===e)return!0;if(a!==ge)break}if(i!==ge)break}return!1},ea=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r===ge)t--;else return r}return 0},Fl=function(A,e,t,r,n){if(t[r]===0)return M;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return M;var a=s-1,i=s+1,o=e[s],l=a>=0?e[a]:0,c=e[i];if(o===_a&&c===Xa)return M;if(_n.indexOf(o)!==-1)return Ya;if(_n.indexOf(c)!==-1||za.indexOf(c)!==-1)return M;if(ea(s,e)===Ja)return ar;if(Vn.get(A[s])===Dn||(o===nr||o===sr)&&Vn.get(A[i])===Dn||o===zs||c===zs||o===$s||[ge,kn,ht].indexOf(o)===-1&&c===$s||[rr,Bt,wl,De,ke].indexOf(c)!==-1||ea(s,e)===ut||pn(dn,ut,s,e)||pn([rr,Bt],On,s,e)||pn(Zs,Zs,s,e))return M;if(o===ge)return ar;if(o===dn||c===dn)return M;if(c===Mn||o===Mn)return ar;if([kn,ht,On].indexOf(c)!==-1||o===pl||l===Gn&&Ul.indexOf(o)!==-1||o===ke&&c===Gn||c===qs||ee.indexOf(c)!==-1&&o===IA||ee.indexOf(o)!==-1&&c===IA||o===Qt&&[Ht,nr,sr].indexOf(c)!==-1||[Ht,nr,sr].indexOf(o)!==-1&&c===bt||ee.indexOf(o)!==-1&&js.indexOf(c)!==-1||js.indexOf(o)!==-1&&ee.indexOf(c)!==-1||[Qt,bt].indexOf(o)!==-1&&(c===IA||[ut,ht].indexOf(c)!==-1&&e[i+1]===IA)||[ut,ht].indexOf(o)!==-1&&c===IA||o===IA&&[IA,ke,De].indexOf(c)!==-1)return M;if([IA,ke,De,rr,Bt].indexOf(c)!==-1)for(var B=s;B>=0;){var g=e[B];if(g===IA)return M;if([ke,De].indexOf(g)!==-1)B--;else break}if([Qt,bt].indexOf(c)!==-1)for(var B=[rr,Bt].indexOf(o)!==-1?a:s;B>=0;){var g=e[B];if(g===IA)return M;if([ke,De].indexOf(g)!==-1)B--;else break}if(Pn===o&&[Pn,Qr,Rn,Nn].indexOf(c)!==-1||[Qr,Rn].indexOf(o)!==-1&&[Qr,Cr].indexOf(c)!==-1||[Cr,Nn].indexOf(o)!==-1&&c===Cr||Aa.indexOf(o)!==-1&&[qs,bt].indexOf(c)!==-1||Aa.indexOf(c)!==-1&&o===Qt||ee.indexOf(o)!==-1&&ee.indexOf(c)!==-1||o===De&&ee.indexOf(c)!==-1||ee.concat(IA).indexOf(o)!==-1&&c===ut&&Cl.indexOf(A[i])===-1||ee.concat(IA).indexOf(c)!==-1&&o===Bt)return M;if(o===fn&&c===fn){for(var w=t[s],f=1;w>0&&(w--,e[w]===fn);)f++;if(f%2!==0)return M}return o===nr&&c===sr?M:ar},yl=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=vl(A,e.lineBreak),r=t[0],n=t[1],s=t[2];(e.wordBreak==="break-all"||e.wordBreak==="break-word")&&(n=n.map(function(i){return[IA,Ue,Wa].indexOf(i)!==-1?Ht:i}));var a=e.wordBreak==="keep-all"?s.map(function(i,o){return i&&A[o]>=19968&&A[o]<=40959}):void 0;return[r,n,a]},El=(function(){function A(e,t,r,n){this.codePoints=e,this.required=t===Ya,this.start=r,this.end=n}return A.prototype.slice=function(){return Z.apply(void 0,this.codePoints.slice(this.start,this.end))},A})(),xl=function(A,e){var t=Dr(A),r=yl(t,e),n=r[0],s=r[1],a=r[2],i=t.length,o=0,l=0;return{next:function(){if(l>=i)return{done:!0,value:null};for(var c=M;l<i&&(c=Fl(t,s,n,++l,a))===M;);if(c!==M||l===i){var B=new El(t,c,o,l);return o=l,{value:B,done:!1}}return{done:!0,value:null}}}},Hl=1,Il=2,Kt=4,ta=8,vr=10,ra=47,vt=92,Ll=9,Kl=32,or=34,gt=61,Sl=35,Tl=36,Dl=37,ir=39,lr=40,dt=41,kl=95,vA=45,Ml=33,Ol=60,Rl=62,Nl=64,Gl=91,Pl=93,Vl=61,_l=123,cr=63,Xl=125,na=124,Jl=126,Wl=128,sa=65533,wn=42,ve=43,Yl=44,zl=58,$l=59,It=46,Zl=0,ql=8,jl=11,Ac=14,ec=31,tc=127,JA=-1,$a=48,Za=97,qa=101,rc=102,nc=117,sc=122,ja=65,Ao=69,eo=70,ac=85,oc=90,pA=function(A){return A>=$a&&A<=57},ic=function(A){return A>=55296&&A<=57343},Me=function(A){return pA(A)||A>=ja&&A<=eo||A>=Za&&A<=rc},lc=function(A){return A>=Za&&A<=sc},cc=function(A){return A>=ja&&A<=oc},Bc=function(A){return lc(A)||cc(A)},uc=function(A){return A>=Wl},Br=function(A){return A===vr||A===Ll||A===Kl},Fr=function(A){return Bc(A)||uc(A)||A===kl},aa=function(A){return Fr(A)||pA(A)||A===vA},gc=function(A){return A>=Zl&&A<=ql||A===jl||A>=Ac&&A<=ec||A===tc},ue=function(A,e){return A!==vt?!1:e!==vr},ur=function(A,e,t){return A===vA?Fr(e)||ue(e,t):Fr(A)?!0:!!(A===vt&&ue(A,e))},hn=function(A,e,t){return A===ve||A===vA?pA(e)?!0:e===It&&pA(t):pA(A===It?e:A)},dc=function(A){var e=0,t=1;(A[e]===ve||A[e]===vA)&&(A[e]===vA&&(t=-1),e++);for(var r=[];pA(A[e]);)r.push(A[e++]);var n=r.length?parseInt(Z.apply(void 0,r),10):0;A[e]===It&&e++;for(var s=[];pA(A[e]);)s.push(A[e++]);var a=s.length,i=a?parseInt(Z.apply(void 0,s),10):0;(A[e]===Ao||A[e]===qa)&&e++;var o=1;(A[e]===ve||A[e]===vA)&&(A[e]===vA&&(o=-1),e++);for(var l=[];pA(A[e]);)l.push(A[e++]);var c=l.length?parseInt(Z.apply(void 0,l),10):0;return t*(n+i*Math.pow(10,-a))*Math.pow(10,o*c)},fc={type:2},pc={type:3},wc={type:4},hc={type:13},bc={type:8},Qc={type:21},Cc={type:9},mc={type:10},Uc={type:11},vc={type:12},Fc={type:14},gr={type:23},yc={type:1},Ec={type:25},xc={type:24},Hc={type:26},Ic={type:27},Lc={type:28},Kc={type:29},Sc={type:31},Xn={type:32},to=(function(){function A(){this._value=[]}return A.prototype.write=function(e){this._value=this._value.concat(Dr(e))},A.prototype.read=function(){for(var e=[],t=this.consumeToken();t!==Xn;)e.push(t),t=this.consumeToken();return e},A.prototype.consumeToken=function(){var e=this.consumeCodePoint();switch(e){case or:return this.consumeStringToken(or);case Sl:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(aa(t)||ue(r,n)){var s=ur(t,r,n)?Il:Hl,a=this.consumeName();return{type:5,value:a,flags:s}}break;case Tl:if(this.peekCodePoint(0)===gt)return this.consumeCodePoint(),hc;break;case ir:return this.consumeStringToken(ir);case lr:return fc;case dt:return pc;case wn:if(this.peekCodePoint(0)===gt)return this.consumeCodePoint(),Fc;break;case ve:if(hn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case Yl:return wc;case vA:var i=e,o=this.peekCodePoint(0),l=this.peekCodePoint(1);if(hn(i,o,l))return this.reconsumeCodePoint(e),this.consumeNumericToken();if(ur(i,o,l))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();if(o===vA&&l===Rl)return this.consumeCodePoint(),this.consumeCodePoint(),xc;break;case It:if(hn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case ra:if(this.peekCodePoint(0)===wn)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===wn&&(c=this.consumeCodePoint(),c===ra))return this.consumeToken();if(c===JA)return this.consumeToken()}break;case zl:return Hc;case $l:return Ic;case Ol:if(this.peekCodePoint(0)===Ml&&this.peekCodePoint(1)===vA&&this.peekCodePoint(2)===vA)return this.consumeCodePoint(),this.consumeCodePoint(),Ec;break;case Nl:var B=this.peekCodePoint(0),g=this.peekCodePoint(1),w=this.peekCodePoint(2);if(ur(B,g,w)){var a=this.consumeName();return{type:7,value:a}}break;case Gl:return Lc;case vt:if(ue(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();break;case Pl:return Kc;case Vl:if(this.peekCodePoint(0)===gt)return this.consumeCodePoint(),bc;break;case _l:return Uc;case Xl:return vc;case nc:case ac:var f=this.peekCodePoint(0),b=this.peekCodePoint(1);return f===ve&&(Me(b)||b===cr)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(e),this.consumeIdentLikeToken();case na:if(this.peekCodePoint(0)===gt)return this.consumeCodePoint(),Cc;if(this.peekCodePoint(0)===na)return this.consumeCodePoint(),Qc;break;case Jl:if(this.peekCodePoint(0)===gt)return this.consumeCodePoint(),mc;break;case JA:return Xn}return Br(e)?(this.consumeWhiteSpace(),Sc):pA(e)?(this.reconsumeCodePoint(e),this.consumeNumericToken()):Fr(e)?(this.reconsumeCodePoint(e),this.consumeIdentLikeToken()):{type:6,value:Z(e)}},A.prototype.consumeCodePoint=function(){var e=this._value.shift();return typeof e>"u"?-1:e},A.prototype.reconsumeCodePoint=function(e){this._value.unshift(e)},A.prototype.peekCodePoint=function(e){return e>=this._value.length?-1:this._value[e]},A.prototype.consumeUnicodeRangeToken=function(){for(var e=[],t=this.consumeCodePoint();Me(t)&&e.length<6;)e.push(t),t=this.consumeCodePoint();for(var r=!1;t===cr&&e.length<6;)e.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(Z.apply(void 0,e.map(function(o){return o===cr?$a:o})),16),s=parseInt(Z.apply(void 0,e.map(function(o){return o===cr?eo:o})),16);return{type:30,start:n,end:s}}var a=parseInt(Z.apply(void 0,e),16);if(this.peekCodePoint(0)===vA&&Me(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var i=[];Me(t)&&i.length<6;)i.push(t),t=this.consumeCodePoint();var s=parseInt(Z.apply(void 0,i),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},A.prototype.consumeIdentLikeToken=function(){var e=this.consumeName();return e.toLowerCase()==="url"&&this.peekCodePoint(0)===lr?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===lr?(this.consumeCodePoint(),{type:19,value:e}):{type:20,value:e}},A.prototype.consumeUrlToken=function(){var e=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===JA)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===ir||t===or){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===JA||this.peekCodePoint(0)===dt)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),gr)}for(;;){var n=this.consumeCodePoint();if(n===JA||n===dt)return{type:22,value:Z.apply(void 0,e)};if(Br(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===JA||this.peekCodePoint(0)===dt?(this.consumeCodePoint(),{type:22,value:Z.apply(void 0,e)}):(this.consumeBadUrlRemnants(),gr);if(n===or||n===ir||n===lr||gc(n))return this.consumeBadUrlRemnants(),gr;if(n===vt)if(ue(n,this.peekCodePoint(0)))e.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),gr;else e.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;Br(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var e=this.consumeCodePoint();if(e===dt||e===JA)return;ue(e,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(e){for(var t=5e4,r="";e>0;){var n=Math.min(t,e);r+=Z.apply(void 0,this._value.splice(0,n)),e-=n}return this._value.shift(),r},A.prototype.consumeStringToken=function(e){var t="",r=0;do{var n=this._value[r];if(n===JA||n===void 0||n===e)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===vr)return this._value.splice(0,r),yc;if(n===vt){var s=this._value[r+1];s!==JA&&s!==void 0&&(s===vr?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):ue(n,s)&&(t+=this.consumeStringSlice(r),t+=Z(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},A.prototype.consumeNumber=function(){var e=[],t=Kt,r=this.peekCodePoint(0);for((r===ve||r===vA)&&e.push(this.consumeCodePoint());pA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===It&&pA(n))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ta;pA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===Ao||r===qa)&&((n===ve||n===vA)&&pA(s)||pA(n)))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ta;pA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());return[dc(e),t]},A.prototype.consumeNumericToken=function(){var e=this.consumeNumber(),t=e[0],r=e[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(ur(n,s,a)){var i=this.consumeName();return{type:15,number:t,flags:r,unit:i}}return n===Dl?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},A.prototype.consumeEscapedCodePoint=function(){var e=this.consumeCodePoint();if(Me(e)){for(var t=Z(e);Me(this.peekCodePoint(0))&&t.length<6;)t+=Z(this.consumeCodePoint());Br(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||ic(r)||r>1114111?sa:r}return e===JA?sa:e},A.prototype.consumeName=function(){for(var e="";;){var t=this.consumeCodePoint();if(aa(t))e+=Z(t);else if(ue(t,this.peekCodePoint(0)))e+=Z(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),e}},A})(),ro=(function(){function A(e){this._tokens=e}return A.create=function(e){var t=new to;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var e=this.consumeToken();e.type===31;)e=this.consumeToken();if(e.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(e);var t=this.consumeComponentValue();do e=this.consumeToken();while(e.type===31);if(e.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var e=[];;){var t=this.consumeComponentValue();if(t.type===32)return e;e.push(t),e.push()}},A.prototype.consumeComponentValue=function(){var e=this.consumeToken();switch(e.type){case 11:case 28:case 2:return this.consumeSimpleBlock(e.type);case 19:return this.consumeFunction(e)}return e},A.prototype.consumeSimpleBlock=function(e){for(var t={type:e,values:[]},r=this.consumeToken();;){if(r.type===32||Dc(r,e))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},A.prototype.consumeFunction=function(e){for(var t={name:e.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var e=this._tokens.shift();return typeof e>"u"?Xn:e},A.prototype.reconsumeToken=function(e){this._tokens.unshift(e)},A})(),St=function(A){return A.type===15},Je=function(A){return A.type===17},N=function(A){return A.type===20},Tc=function(A){return A.type===0},Jn=function(A,e){return N(A)&&A.value===e},no=function(A){return A.type!==31},Xe=function(A){return A.type!==31&&A.type!==4},WA=function(A){var e=[],t=[];return A.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");e.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&e.push(t),e},Dc=function(A,e){return e===11&&A.type===12||e===28&&A.type===29?!0:e===2&&A.type===3},he=function(A){return A.type===17||A.type===15},j=function(A){return A.type===16||he(A)},so=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},uA={type:17,number:0,flags:Kt},rs={type:16,number:50,flags:Kt},de={type:16,number:100,flags:Kt},Ct=function(A,e,t){var r=A[0],n=A[1];return[V(r,e),V(typeof n<"u"?n:r,t)]},V=function(A,e){if(A.type===16)return A.number/100*e;if(St(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},ao="deg",oo="grad",io="rad",lo="turn",kr={name:"angle",parse:function(A,e){if(e.type===15)switch(e.unit){case ao:return Math.PI*e.number/180;case oo:return Math.PI/200*e.number;case io:return e.number;case lo:return Math.PI*2*e.number}throw new Error("Unsupported angle type")}},co=function(A){return A.type===15&&(A.unit===ao||A.unit===oo||A.unit===io||A.unit===lo)},Bo=function(A){var e=A.filter(N).map(function(t){return t.value}).join(" ");switch(e){case"to bottom right":case"to right bottom":case"left top":case"top left":return[uA,uA];case"to top":case"bottom":return DA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[uA,de];case"to right":case"left":return DA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[de,de];case"to bottom":case"top":return DA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[de,uA];case"to left":case"right":return DA(270)}return 0},DA=function(A){return Math.PI*A/180},pe={name:"color",parse:function(A,e){if(e.type===18){var t=kc[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(e.type===5){if(e.value.length===3){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(e.value.length===4){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3),a=e.value.substring(3,4);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(e.value.length===6){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(e.value.length===8){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6),a=e.value.substring(6,8);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(a,16)/255)}}if(e.type===20){var i=re[e.value.toUpperCase()];if(typeof i<"u")return i}return re.TRANSPARENT}},we=function(A){return(255&A)===0},aA=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},fe=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(r*255)<<0)>>>0},oa=function(A,e){if(A.type===17)return A.number;if(A.type===16){var t=e===3?1:255;return e===3?A.number/100*t:Math.round(A.number/100*t)}return 0},ia=function(A,e){var t=e.filter(Xe);if(t.length===3){var r=t.map(oa),n=r[0],s=r[1],a=r[2];return fe(n,s,a,1)}if(t.length===4){var i=t.map(oa),n=i[0],s=i[1],a=i[2],o=i[3];return fe(n,s,a,o)}return 0};function bn(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<1/2?e:t<2/3?(e-A)*6*(2/3-t)+A:A}var la=function(A,e){var t=e.filter(Xe),r=t[0],n=t[1],s=t[2],a=t[3],i=(r.type===17?DA(r.number):kr.parse(A,r))/(Math.PI*2),o=j(n)?n.number/100:0,l=j(s)?s.number/100:0,c=typeof a<"u"&&j(a)?V(a,1):1;if(o===0)return fe(l*255,l*255,l*255,1);var B=l<=.5?l*(o+1):l+o-l*o,g=l*2-B,w=bn(g,B,i+1/3),f=bn(g,B,i),b=bn(g,B,i-1/3);return fe(w*255,f*255,b*255,c)},kc={hsl:la,hsla:la,rgb:ia,rgba:ia},Ft=function(A,e){return pe.parse(A,ro.create(e).parseComponentValue())},re={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},Mc={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(N(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Oc={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Mr=function(A,e){var t=pe.parse(A,e[0]),r=e[1];return r&&j(r)?{color:t,stop:r}:{color:t,stop:null}},ca=function(A,e){var t=A[0],r=A[A.length-1];t.stop===null&&(t.stop=uA),r.stop===null&&(r.stop=de);for(var n=[],s=0,a=0;a<A.length;a++){var i=A[a].stop;if(i!==null){var o=V(i,e);o>s?n.push(o):n.push(s),s=o}else n.push(null)}for(var l=null,a=0;a<n.length;a++){var c=n[a];if(c===null)l===null&&(l=a);else if(l!==null){for(var B=a-l,g=n[l-1],w=(c-g)/(B+1),f=1;f<=B;f++)n[l+f-1]=w*f;l=null}}return A.map(function(b,y){var Q=b.color;return{color:Q,stop:Math.max(Math.min(1,n[y]/e),0)}})},Rc=function(A,e,t){var r=e/2,n=t/2,s=V(A[0],e)-r,a=n-V(A[1],t);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},Nc=function(A,e,t){var r=typeof A=="number"?A:Rc(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),s=e/2,a=t/2,i=n/2,o=Math.sin(r-Math.PI/2)*i,l=Math.cos(r-Math.PI/2)*i;return[n,s-l,s+l,a-o,a+o]},GA=function(A,e){return Math.sqrt(A*A+e*e)},Ba=function(A,e,t,r,n){var s=[[0,0],[0,e],[A,0],[A,e]];return s.reduce(function(a,i){var o=i[0],l=i[1],c=GA(t-o,r-l);return(n?c<a.optimumDistance:c>a.optimumDistance)?{optimumCorner:i,optimumDistance:c}:a},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},Gc=function(A,e,t,r,n){var s=0,a=0;switch(A.size){case 0:A.shape===0?s=a=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.min(Math.abs(e),Math.abs(e-r)),a=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(A.shape===0)s=a=Math.min(GA(e,t),GA(e,t-n),GA(e-r,t),GA(e-r,t-n));else if(A.shape===1){var i=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),o=Ba(r,n,e,t,!0),l=o[0],c=o[1];s=GA(l-e,(c-t)/i),a=i*s}break;case 1:A.shape===0?s=a=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.max(Math.abs(e),Math.abs(e-r)),a=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(A.shape===0)s=a=Math.max(GA(e,t),GA(e,t-n),GA(e-r,t),GA(e-r,t-n));else if(A.shape===1){var i=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r)),B=Ba(r,n,e,t,!1),l=B[0],c=B[1];s=GA(l-e,(c-t)/i),a=i*s}break}return Array.isArray(A.size)&&(s=V(A.size[0],r),a=A.size.length===2?V(A.size[1],n):s),[s,a]},Pc=function(A,e){var t=DA(180),r=[];return WA(e).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&a.value==="to"){t=Bo(n);return}else if(co(a)){t=kr.parse(A,a);return}}var i=Mr(A,n);r.push(i)}),{angle:t,stops:r,type:1}},dr=function(A,e){var t=DA(180),r=[];return WA(e).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){t=Bo(n);return}else if(co(a)){t=(kr.parse(A,a)+DA(270))%DA(360);return}}var i=Mr(A,n);r.push(i)}),{angle:t,stops:r,type:1}},Vc=function(A,e){var t=DA(180),r=[],n=1,s=0,a=3,i=[];return WA(e).forEach(function(o,l){var c=o[0];if(l===0){if(N(c)&&c.value==="linear"){n=1;return}else if(N(c)&&c.value==="radial"){n=2;return}}if(c.type===18){if(c.name==="from"){var B=pe.parse(A,c.values[0]);r.push({stop:uA,color:B})}else if(c.name==="to"){var B=pe.parse(A,c.values[0]);r.push({stop:de,color:B})}else if(c.name==="color-stop"){var g=c.values.filter(Xe);if(g.length===2){var B=pe.parse(A,g[1]),w=g[0];Je(w)&&r.push({stop:{type:16,number:w.number*100,flags:w.flags},color:B})}}}}),n===1?{angle:(t+DA(180))%DA(360),stops:r,type:n}:{size:a,shape:s,stops:r,position:i,type:n}},uo="closest-side",go="farthest-side",fo="closest-corner",po="farthest-corner",wo="circle",ho="ellipse",bo="cover",Qo="contain",_c=function(A,e){var t=0,r=3,n=[],s=[];return WA(e).forEach(function(a,i){var o=!0;if(i===0){var l=!1;o=a.reduce(function(B,g){if(l)if(N(g))switch(g.value){case"center":return s.push(rs),B;case"top":case"left":return s.push(uA),B;case"right":case"bottom":return s.push(de),B}else(j(g)||he(g))&&s.push(g);else if(N(g))switch(g.value){case wo:return t=0,!1;case ho:return t=1,!1;case"at":return l=!0,!1;case uo:return r=0,!1;case bo:case go:return r=1,!1;case Qo:case fo:return r=2,!1;case po:return r=3,!1}else if(he(g)||j(g))return Array.isArray(r)||(r=[]),r.push(g),!1;return B},o)}if(o){var c=Mr(A,a);n.push(c)}}),{size:r,shape:t,stops:n,position:s,type:2}},fr=function(A,e){var t=0,r=3,n=[],s=[];return WA(e).forEach(function(a,i){var o=!0;if(i===0?o=a.reduce(function(c,B){if(N(B))switch(B.value){case"center":return s.push(rs),!1;case"top":case"left":return s.push(uA),!1;case"right":case"bottom":return s.push(de),!1}else if(j(B)||he(B))return s.push(B),!1;return c},o):i===1&&(o=a.reduce(function(c,B){if(N(B))switch(B.value){case wo:return t=0,!1;case ho:return t=1,!1;case Qo:case uo:return r=0,!1;case go:return r=1,!1;case fo:return r=2,!1;case bo:case po:return r=3,!1}else if(he(B)||j(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},o)),o){var l=Mr(A,a);n.push(l)}}),{size:r,shape:t,stops:n,position:s,type:2}},Xc=function(A){return A.type===1},Jc=function(A){return A.type===2},ns={name:"image",parse:function(A,e){if(e.type===22){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(e.type===18){var r=Co[e.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)}};function Wc(A){return!(A.type===20&&A.value==="none")&&(A.type!==18||!!Co[A.name])}var Co={"linear-gradient":Pc,"-moz-linear-gradient":dr,"-ms-linear-gradient":dr,"-o-linear-gradient":dr,"-webkit-linear-gradient":dr,"radial-gradient":_c,"-moz-radial-gradient":fr,"-ms-radial-gradient":fr,"-o-radial-gradient":fr,"-webkit-radial-gradient":fr,"-webkit-gradient":Vc},Yc={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e.filter(function(r){return Xe(r)&&Wc(r)}).map(function(r){return ns.parse(A,r)})}},zc={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(N(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},$c={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return WA(e).map(function(t){return t.filter(j)}).map(so)}},Zc={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return WA(e).map(function(t){return t.filter(N).map(function(r){return r.value}).join(" ")}).map(qc)}},qc=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}},_e;(function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"})(_e||(_e={}));var jc={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return WA(e).map(function(t){return t.filter(AB)})}},AB=function(A){return N(A)||j(A)},Or=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},eB=Or("top"),tB=Or("right"),rB=Or("bottom"),nB=Or("left"),Rr=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(e,t){return so(t.filter(j))}}},sB=Rr("top-left"),aB=Rr("top-right"),oB=Rr("bottom-right"),iB=Rr("bottom-left"),Nr=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(e,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},lB=Nr("top"),cB=Nr("right"),BB=Nr("bottom"),uB=Nr("left"),Gr=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(e,t){return St(t)?t.number:0}}},gB=Gr("top"),dB=Gr("right"),fB=Gr("bottom"),pB=Gr("left"),wB={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},hB={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return e==="rtl"?1:0}},bB={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(N).reduce(function(t,r){return t|QB(r.value)},0)}},QB=function(A){switch(A){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},CB={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},mB={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return e.type===20&&e.value==="normal"?0:e.type===17||e.type===15?e.number:0}},yr;(function(A){A.NORMAL="normal",A.STRICT="strict"})(yr||(yr={}));var UB={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="strict"?yr.STRICT:yr.NORMAL}},vB={name:"line-height",initialValue:"normal",prefix:!1,type:4},ua=function(A,e){return N(A)&&A.value==="normal"?1.2*e:A.type===17?e*A.number:j(A)?V(A,e):e},FB={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return e.type===20&&e.value==="none"?null:ns.parse(A,e)}},yB={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return e==="inside"?0:1}},Wn={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){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;default:return-1}}},Pr=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},EB=Pr("top"),xB=Pr("right"),HB=Pr("bottom"),IB=Pr("left"),LB={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(N).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},KB={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="break-word"?"break-word":"normal"}},Vr=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},SB=Vr("top"),TB=Vr("right"),DB=Vr("bottom"),kB=Vr("left"),MB={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},OB={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},RB={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&Jn(e[0],"none")?[]:WA(e).map(function(t){for(var r={color:re.TRANSPARENT,offsetX:uA,offsetY:uA,blur:uA},n=0,s=0;s<t.length;s++){var a=t[s];he(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:r.blur=a,n++):r.color=pe.parse(A,a)}return r})}},NB={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},GB={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(e.type===20&&e.value==="none")return null;if(e.type===18){var t=_B[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},PB=function(A){var e=A.filter(function(t){return t.type===17}).map(function(t){return t.number});return e.length===6?e:null},VB=function(A){var e=A.filter(function(o){return o.type===17}).map(function(o){return o.number}),t=e[0],r=e[1];e[2],e[3];var n=e[4],s=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var a=e[12],i=e[13];return e[14],e[15],e.length===16?[t,r,n,s,a,i]:null},_B={matrix:PB,matrix3d:VB},ga={type:16,number:50,flags:Kt},XB=[ga,ga],JB={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(j);return t.length!==2?XB:[t[0],t[1]]}},WB={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}},yt;(function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"})(yt||(yt={}));var YB={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return yt.BREAK_ALL;case"keep-all":return yt.KEEP_ALL;default:return yt.NORMAL}}},zB={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(e.type===20)return{auto:!0,order:0};if(Je(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},mo={name:"time",parse:function(A,e){if(e.type===15)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")}},$B={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:1}},ZB={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},qB={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(N).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})}},jB={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},Au={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},eu={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:N(e)&&e.value==="bold"?700:400}},tu={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(N).map(function(t){return t.value})}},ru={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},tA=function(A,e){return(A&e)!==0},nu={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e}},su={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=e.filter(no),s=0;s<n.length;s++){var a=n[s],i=n[s+1];if(a.type===20){var o=i&&Je(i)?i.number:1;r.push({counter:a.value,increment:o})}}return r}},au={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return[];for(var t=[],r=e.filter(no),n=0;n<r.length;n++){var s=r[n],a=r[n+1];if(N(s)&&s.value!=="none"){var i=a&&Je(a)?a.number:0;t.push({counter:s.value,reset:i})}}return t}},ou={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(St).map(function(t){return mo.parse(A,t)})}},iu={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;var r=[],n=e.filter(Tc);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var a=n[s].value,i=n[s+1].value;r.push({open:a,close:i})}return r}},da=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},lu={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&Jn(e[0],"none")?[]:WA(e).map(function(t){for(var r={color:255,offsetX:uA,offsetY:uA,blur:uA,spread:uA,inset:!1},n=0,s=0;s<t.length;s++){var a=t[s];Jn(a,"inset")?r.inset=!0:he(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:n===2?r.blur=a:r.spread=a,n++):r.color=pe.parse(A,a)}return r})}},cu={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[0,1,2],r=[];return e.filter(N).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},Bu={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},uu={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return St(e)?e.number:0}},gu=(function(){function A(e,t){var r,n;this.animationDuration=U(e,ou,t.animationDuration),this.backgroundClip=U(e,Mc,t.backgroundClip),this.backgroundColor=U(e,Oc,t.backgroundColor),this.backgroundImage=U(e,Yc,t.backgroundImage),this.backgroundOrigin=U(e,zc,t.backgroundOrigin),this.backgroundPosition=U(e,$c,t.backgroundPosition),this.backgroundRepeat=U(e,Zc,t.backgroundRepeat),this.backgroundSize=U(e,jc,t.backgroundSize),this.borderTopColor=U(e,eB,t.borderTopColor),this.borderRightColor=U(e,tB,t.borderRightColor),this.borderBottomColor=U(e,rB,t.borderBottomColor),this.borderLeftColor=U(e,nB,t.borderLeftColor),this.borderTopLeftRadius=U(e,sB,t.borderTopLeftRadius),this.borderTopRightRadius=U(e,aB,t.borderTopRightRadius),this.borderBottomRightRadius=U(e,oB,t.borderBottomRightRadius),this.borderBottomLeftRadius=U(e,iB,t.borderBottomLeftRadius),this.borderTopStyle=U(e,lB,t.borderTopStyle),this.borderRightStyle=U(e,cB,t.borderRightStyle),this.borderBottomStyle=U(e,BB,t.borderBottomStyle),this.borderLeftStyle=U(e,uB,t.borderLeftStyle),this.borderTopWidth=U(e,gB,t.borderTopWidth),this.borderRightWidth=U(e,dB,t.borderRightWidth),this.borderBottomWidth=U(e,fB,t.borderBottomWidth),this.borderLeftWidth=U(e,pB,t.borderLeftWidth),this.boxShadow=U(e,lu,t.boxShadow),this.color=U(e,wB,t.color),this.direction=U(e,hB,t.direction),this.display=U(e,bB,t.display),this.float=U(e,CB,t.cssFloat),this.fontFamily=U(e,jB,t.fontFamily),this.fontSize=U(e,Au,t.fontSize),this.fontStyle=U(e,ru,t.fontStyle),this.fontVariant=U(e,tu,t.fontVariant),this.fontWeight=U(e,eu,t.fontWeight),this.letterSpacing=U(e,mB,t.letterSpacing),this.lineBreak=U(e,UB,t.lineBreak),this.lineHeight=U(e,vB,t.lineHeight),this.listStyleImage=U(e,FB,t.listStyleImage),this.listStylePosition=U(e,yB,t.listStylePosition),this.listStyleType=U(e,Wn,t.listStyleType),this.marginTop=U(e,EB,t.marginTop),this.marginRight=U(e,xB,t.marginRight),this.marginBottom=U(e,HB,t.marginBottom),this.marginLeft=U(e,IB,t.marginLeft),this.opacity=U(e,$B,t.opacity);var s=U(e,LB,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=U(e,KB,t.overflowWrap),this.paddingTop=U(e,SB,t.paddingTop),this.paddingRight=U(e,TB,t.paddingRight),this.paddingBottom=U(e,DB,t.paddingBottom),this.paddingLeft=U(e,kB,t.paddingLeft),this.paintOrder=U(e,cu,t.paintOrder),this.position=U(e,OB,t.position),this.textAlign=U(e,MB,t.textAlign),this.textDecorationColor=U(e,ZB,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=U(e,qB,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=U(e,RB,t.textShadow),this.textTransform=U(e,NB,t.textTransform),this.transform=U(e,GB,t.transform),this.transformOrigin=U(e,JB,t.transformOrigin),this.visibility=U(e,WB,t.visibility),this.webkitTextStrokeColor=U(e,Bu,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=U(e,uu,t.webkitTextStrokeWidth),this.wordBreak=U(e,YB,t.wordBreak),this.zIndex=U(e,zB,t.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},A.prototype.isTransparent=function(){return we(this.backgroundColor)},A.prototype.isTransformed=function(){return this.transform!==null},A.prototype.isPositioned=function(){return this.position!==0},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return this.float!==0},A.prototype.isInlineLevel=function(){return tA(this.display,4)||tA(this.display,33554432)||tA(this.display,268435456)||tA(this.display,536870912)||tA(this.display,67108864)||tA(this.display,134217728)},A})(),du=(function(){function A(e,t){this.content=U(e,nu,t.content),this.quotes=U(e,iu,t.quotes)}return A})(),fa=(function(){function A(e,t){this.counterIncrement=U(e,su,t.counterIncrement),this.counterReset=U(e,au,t.counterReset)}return A})(),U=function(A,e,t){var r=new to,n=t!==null&&typeof t<"u"?t.toString():e.initialValue;r.write(n);var s=new ro(r.read());switch(e.type){case 2:var a=s.parseComponentValue();return e.parse(A,N(a)?a.value:e.initialValue);case 0:return e.parse(A,s.parseComponentValue());case 1:return e.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(e.format){case"angle":return kr.parse(A,s.parseComponentValue());case"color":return pe.parse(A,s.parseComponentValue());case"image":return ns.parse(A,s.parseComponentValue());case"length":var i=s.parseComponentValue();return he(i)?i:uA;case"length-percentage":var o=s.parseComponentValue();return j(o)?o:uA;case"time":return mo.parse(A,s.parseComponentValue())}break}},fu="data-html2canvas-debug",pu=function(A){var e=A.getAttribute(fu);switch(e){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},Yn=function(A,e){var t=pu(A);return t===1||e===t},YA=(function(){function A(e,t){if(this.context=e,this.textNodes=[],this.elements=[],this.flags=0,Yn(t,3))debugger;this.styles=new gu(e,window.getComputedStyle(t,null)),Zn(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=Tr(this.context,t),Yn(t,4)&&(this.flags|=16)}return A})(),wu="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",pa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(ft=0;ft<pa.length;ft++)mt[pa.charCodeAt(ft)]=ft;var ft,hu=function(A){var e=A.length*.75,t=A.length,r,n=0,s,a,i,o;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=mt[A.charCodeAt(r)],a=mt[A.charCodeAt(r+1)],i=mt[A.charCodeAt(r+2)],o=mt[A.charCodeAt(r+3)],c[n++]=s<<2|a>>4,c[n++]=(a&15)<<4|i>>2,c[n++]=(i&3)<<6|o&63;return l},bu=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},Qu=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},ye=5,ss=11,Qn=2,Cu=ss-ye,Uo=65536>>ye,mu=1<<ye,Cn=mu-1,Uu=1024>>ye,vu=Uo+Uu,Fu=vu,yu=32,Eu=Fu+yu,xu=65536>>ss,Hu=1<<Cu,Iu=Hu-1,wa=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Lu=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},Ku=function(A,e){var t=hu(A),r=Array.isArray(t)?Qu(t):new Uint32Array(t),n=Array.isArray(t)?bu(t):new Uint16Array(t),s=24,a=wa(n,s/2,r[4]/2),i=r[5]===2?wa(n,(s+r[4])/2):Lu(r,Math.ceil((s+r[4])/4));return new Su(r[0],r[1],r[2],r[3],a,i)},Su=(function(){function A(e,t,r,n,s,a){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>ye],t=(t<<Qn)+(e&Cn),this.data[t];if(e<=65535)return t=this.index[Uo+(e-55296>>ye)],t=(t<<Qn)+(e&Cn),this.data[t];if(e<this.highStart)return t=Eu-xu+(e>>ss),t=this.index[t],t+=e>>ye&Iu,t=this.index[t],t=(t<<Qn)+(e&Cn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),ha="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Tu=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(pt=0;pt<ha.length;pt++)Tu[ha.charCodeAt(pt)]=pt;var pt,Du=1,mn=2,Un=3,ba=4,Qa=5,ku=7,Ca=8,vn=9,Fn=10,ma=11,Ua=12,va=13,Fa=14,yn=15,Mu=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Ou=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=A[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Ru=Ku(wu),SA="\xD7",En="\xF7",Nu=function(A){return Ru.get(A)},Gu=function(A,e,t){var r=t-2,n=e[r],s=e[t-1],a=e[t];if(s===mn&&a===Un)return SA;if(s===mn||s===Un||s===ba||a===mn||a===Un||a===ba)return En;if(s===Ca&&[Ca,vn,ma,Ua].indexOf(a)!==-1||(s===ma||s===vn)&&(a===vn||a===Fn)||(s===Ua||s===Fn)&&a===Fn||a===va||a===Qa||a===ku||s===Du)return SA;if(s===va&&a===Fa){for(;n===Qa;)n=e[--r];if(n===Fa)return SA}if(s===yn&&a===yn){for(var i=0;n===yn;)i++,n=e[--r];if(i%2===0)return SA}return En},Pu=function(A){var e=Mu(A),t=e.length,r=0,n=0,s=e.map(Nu);return{next:function(){if(r>=t)return{done:!0,value:null};for(var a=SA;r<t&&(a=Gu(e,s,++r))===SA;);if(a!==SA||r===t){var i=Ou.apply(null,e.slice(n,r));return n=r,{value:i,done:!1}}return{done:!0,value:null}}}},Vu=function(A){for(var e=Pu(A),t=[],r;!(r=e.next()).done;)r.value&&t.push(r.value.slice());return t},_u=function(A){var e=123;if(A.createRange){var t=A.createRange();if(t.getBoundingClientRect){var r=A.createElement("boundtest");r.style.height=e+"px",r.style.display="block",A.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(A.body.removeChild(r),s===e)return!0}}return!1},Xu=function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=e.firstChild,n=Dr(r.data).map(function(o){return Z(o)}),s=0,a={},i=n.every(function(o,l){t.setStart(r,s),t.setEnd(r,s+o.length);var c=t.getBoundingClientRect();s+=o.length;var B=c.x>a.x||c.y>a.y;return a=c,l===0?!0:B});return A.body.removeChild(e),i},Ju=function(){return typeof new Image().crossOrigin<"u"},Wu=function(){return typeof new XMLHttpRequest().responseType=="string"},Yu=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch{return!1}return!0},ya=function(A){return A[0]===0&&A[1]===255&&A[2]===0&&A[3]===255},zu=function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=e.toDataURL();n.src=s;var a=zn(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),Ea(a).then(function(i){r.drawImage(i,0,0);var o=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var l=A.createElement("div");return l.style.backgroundImage="url("+s+")",l.style.height=t+"px",ya(o)?Ea(zn(t,t,0,0,l)):Promise.reject(!1)}).then(function(i){return r.drawImage(i,0,0),ya(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},zn=function(A,e,t,r,n){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),i=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",A.toString()),a.setAttributeNS(null,"height",e.toString()),i.setAttributeNS(null,"width","100%"),i.setAttributeNS(null,"height","100%"),i.setAttributeNS(null,"x",t.toString()),i.setAttributeNS(null,"y",r.toString()),i.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(i),i.appendChild(n),a},Ea=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},BA={get SUPPORT_RANGE_BOUNDS(){var A=_u(document);return Object.defineProperty(BA,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=BA.SUPPORT_RANGE_BOUNDS&&Xu(document);return Object.defineProperty(BA,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=Yu(document);return Object.defineProperty(BA,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A=typeof Array.from=="function"&&typeof window.fetch=="function"?zu(document):Promise.resolve(!1);return Object.defineProperty(BA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=Ju();return Object.defineProperty(BA,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=Wu();return Object.defineProperty(BA,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(BA,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(BA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Et=(function(){function A(e,t){this.text=e,this.bounds=t}return A})(),$u=function(A,e,t,r){var n=ju(e,t),s=[],a=0;return n.forEach(function(i){if(t.textDecorationLine.length||i.trim().length>0)if(BA.SUPPORT_RANGE_BOUNDS){var o=xa(r,a,i.length).getClientRects();if(o.length>1){var l=as(i),c=0;l.forEach(function(g){s.push(new Et(g,ne.fromDOMRectList(A,xa(r,c+a,g.length).getClientRects()))),c+=g.length})}else s.push(new Et(i,ne.fromDOMRectList(A,o)))}else{var B=r.splitText(i.length);s.push(new Et(i,Zu(A,r))),r=B}else BA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(i.length));a+=i.length}),s},Zu=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var s=Tr(A,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return ne.EMPTY},xa=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(A,e),n.setEnd(A,e+t),n},as=function(A){if(BA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(t){return t.segment})}return Vu(A)},qu=function(A,e){if(BA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(r){return r.segment})}return eg(A,e)},ju=function(A,e){return e.letterSpacing!==0?as(A):qu(A,e)},Ag=[32,160,4961,65792,65793,4153,4241],eg=function(A,e){for(var t=xl(A,{lineBreak:e.lineBreak,wordBreak:e.overflowWrap==="break-word"?"break-word":e.wordBreak}),r=[],n,s=function(){if(n.value){var a=n.value.slice(),i=Dr(a),o="";i.forEach(function(l){Ag.indexOf(l)===-1?o+=Z(l):(o.length&&r.push(o),r.push(Z(l)),o="")}),o.length&&r.push(o)}};!(n=t.next()).done;)s();return r},tg=(function(){function A(e,t,r){this.text=rg(t.data,r.textTransform),this.textBounds=$u(e,this.text,r,t)}return A})(),rg=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(ng,sg);case 2:return A.toUpperCase();default:return A}},ng=/(^|\s|:|-|\(|\))([a-z])/g,sg=function(A,e,t){return A.length>0?e+t.toUpperCase():A},vo=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return e})(YA),Fo=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return e})(YA),yo=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=new XMLSerializer,a=Tr(t,r);return r.setAttribute("width",a.width+"px"),r.setAttribute("height",a.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return e})(YA),Eo=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(YA),$n=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return e})(YA),ag=[{type:15,flags:0,unit:"px",number:3}],og=[{type:16,flags:0,number:50}],ig=function(A){return A.width>A.height?new ne(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width<A.height?new ne(A.left,A.top+(A.height-A.width)/2,A.width,A.width):A},lg=function(A){var e=A.type===cg?new Array(A.value.length+1).join("\u2022"):A.value;return e.length===0?A.placeholder||"":e},Er="checkbox",xr="radio",cg="password",Ha=707406591,os=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=lg(r),(n.type===Er||n.type===xr)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=ig(n.bounds)),n.type){case Er:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=ag;break;case xr:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=og;break}return n}return e})(YA),xo=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return e})(YA),Ho=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(YA),Io=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=Ko(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?Ft(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):re.TRANSPARENT,a=r.contentWindow.document.body?Ft(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):re.TRANSPARENT;n.backgroundColor=we(s)?we(a)?n.styles.backgroundColor:a:s}}catch{}return n}return e})(YA),Bg=["OL","UL","MENU"],mr=function(A,e,t,r){for(var n=e.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,So(n)&&n.data.trim().length>0)t.textNodes.push(new tg(A,n,t.styles));else if(Ve(n))if(Mo(n)&&n.assignedNodes)n.assignedNodes().forEach(function(i){return mr(A,i,t,r)});else{var a=Lo(A,n);a.styles.isVisible()&&(ug(n,a,r)?a.flags|=4:gg(a.styles)&&(a.flags|=2),Bg.indexOf(n.tagName)!==-1&&(a.flags|=8),t.elements.push(a),n.slot,n.shadowRoot?mr(A,n.shadowRoot,a,r):!Hr(n)&&!To(n)&&!Ir(n)&&mr(A,n,a,r))}},Lo=function(A,e){return qn(e)?new vo(A,e):Do(e)?new Fo(A,e):To(e)?new yo(A,e):dg(e)?new Eo(A,e):fg(e)?new $n(A,e):pg(e)?new os(A,e):Ir(e)?new xo(A,e):Hr(e)?new Ho(A,e):ko(e)?new Io(A,e):new YA(A,e)},Ko=function(A,e){var t=Lo(A,e);return t.flags|=4,mr(A,e,t,t),t},ug=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||is(A)&&t.styles.isTransparent()},gg=function(A){return A.isPositioned()||A.isFloating()},So=function(A){return A.nodeType===Node.TEXT_NODE},Ve=function(A){return A.nodeType===Node.ELEMENT_NODE},Zn=function(A){return Ve(A)&&typeof A.style<"u"&&!Ur(A)},Ur=function(A){return typeof A.className=="object"},dg=function(A){return A.tagName==="LI"},fg=function(A){return A.tagName==="OL"},pg=function(A){return A.tagName==="INPUT"},wg=function(A){return A.tagName==="HTML"},To=function(A){return A.tagName==="svg"},is=function(A){return A.tagName==="BODY"},Do=function(A){return A.tagName==="CANVAS"},Ia=function(A){return A.tagName==="VIDEO"},qn=function(A){return A.tagName==="IMG"},ko=function(A){return A.tagName==="IFRAME"},La=function(A){return A.tagName==="STYLE"},hg=function(A){return A.tagName==="SCRIPT"},Hr=function(A){return A.tagName==="TEXTAREA"},Ir=function(A){return A.tagName==="SELECT"},Mo=function(A){return A.tagName==="SLOT"},Ka=function(A){return A.tagName.indexOf("-")>0},bg=(function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(e){var t=this.counters[e];return t&&t.length?t[t.length-1]:1},A.prototype.getCounterValues=function(e){var t=this.counters[e];return t||[]},A.prototype.pop=function(e){var t=this;e.forEach(function(r){return t.counters[r].pop()})},A.prototype.parse=function(e){var t=this,r=e.counterIncrement,n=e.counterReset,s=!0;r!==null&&r.forEach(function(i){var o=t.counters[i.counter];o&&i.increment!==0&&(s=!1,o.length||o.push(1),o[Math.max(0,o.length-1)]+=i.increment)});var a=[];return s&&n.forEach(function(i){var o=t.counters[i.counter];a.push(i.counter),o||(o=t.counters[i.counter]=[]),o.push(i.reset)}),a},A})(),Sa={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"]},Ta={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:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054F","\u054E","\u054D","\u054C","\u054B","\u054A","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053F","\u053E","\u053D","\u053C","\u053B","\u053A","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},Qg={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:["\u05D9\u05F3","\u05D8\u05F3","\u05D7\u05F3","\u05D6\u05F3","\u05D5\u05F3","\u05D4\u05F3","\u05D3\u05F3","\u05D2\u05F3","\u05D1\u05F3","\u05D0\u05F3","\u05EA","\u05E9","\u05E8","\u05E7","\u05E6","\u05E4","\u05E2","\u05E1","\u05E0","\u05DE","\u05DC","\u05DB","\u05D9\u05D8","\u05D9\u05D7","\u05D9\u05D6","\u05D8\u05D6","\u05D8\u05D5","\u05D9","\u05D8","\u05D7","\u05D6","\u05D5","\u05D4","\u05D3","\u05D2","\u05D1","\u05D0"]},Cg={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:["\u10F5","\u10F0","\u10EF","\u10F4","\u10EE","\u10ED","\u10EC","\u10EB","\u10EA","\u10E9","\u10E8","\u10E7","\u10E6","\u10E5","\u10E4","\u10F3","\u10E2","\u10E1","\u10E0","\u10DF","\u10DE","\u10DD","\u10F2","\u10DC","\u10DB","\u10DA","\u10D9","\u10D8","\u10D7","\u10F1","\u10D6","\u10D5","\u10D4","\u10D3","\u10D2","\u10D1","\u10D0"]},Oe=function(A,e,t,r,n,s){return A<e||A>t?Lt(A,n,s.length>0):r.integers.reduce(function(a,i,o){for(;A>=i;)A-=i,a+=r.values[o];return a},"")+s},Oo=function(A,e,t,r){var n="";do t||A--,n=r(A)+n,A/=e;while(A*e>=e);return n},$=function(A,e,t,r,n){var s=t-e+1;return(A<0?"-":"")+(Oo(Math.abs(A),s,r,function(a){return Z(Math.floor(a%s)+e)})+n)},me=function(A,e,t){t===void 0&&(t=". ");var r=e.length;return Oo(Math.abs(A),r,!1,function(n){return e[Math.floor(n%r)]})+t},Ge=1,ce=2,Be=4,Ut=8,te=function(A,e,t,r,n,s){if(A<-9999||A>9999)return Lt(A,4,n.length>0);var a=Math.abs(A),i=n;if(a===0)return e[0]+i;for(var o=0;a>0&&o<=4;o++){var l=a%10;l===0&&tA(s,Ge)&&i!==""?i=e[l]+i:l>1||l===1&&o===0||l===1&&o===1&&tA(s,ce)||l===1&&o===1&&tA(s,Be)&&A>100||l===1&&o>1&&tA(s,Ut)?i=e[l]+(o>0?t[o-1]:"")+i:l===1&&o>0&&(i=t[o-1]+i),a=Math.floor(a/10)}return(A<0?r:"")+i},Da="\u5341\u767E\u5343\u842C",ka="\u62FE\u4F70\u4EDF\u842C",Ma="\u30DE\u30A4\u30CA\u30B9",xn="\uB9C8\uC774\uB108\uC2A4",Lt=function(A,e,t){var r=t?". ":"",n=t?"\u3001":"",s=t?", ":"",a=t?" ":"";switch(e){case 0:return"\u2022"+a;case 1:return"\u25E6"+a;case 2:return"\u25FE"+a;case 5:var i=$(A,48,57,!0,r);return i.length<4?"0"+i:i;case 4:return me(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",n);case 6:return Oe(A,1,3999,Sa,3,r).toLowerCase();case 7:return Oe(A,1,3999,Sa,3,r);case 8:return $(A,945,969,!1,r);case 9:return $(A,97,122,!1,r);case 10:return $(A,65,90,!1,r);case 11:return $(A,1632,1641,!0,r);case 12:case 49:return Oe(A,1,9999,Ta,3,r);case 35:return Oe(A,1,9999,Ta,3,r).toLowerCase();case 13:return $(A,2534,2543,!0,r);case 14:case 30:return $(A,6112,6121,!0,r);case 15:return me(A,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",n);case 16:return me(A,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",n);case 17:case 48:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Da,"\u8CA0",n,ce|Be|Ut);case 47:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",ka,"\u8CA0",n,Ge|ce|Be|Ut);case 42:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Da,"\u8D1F",n,ce|Be|Ut);case 41:return te(A,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",ka,"\u8D1F",n,Ge|ce|Be|Ut);case 26:return te(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",Ma,n,0);case 25:return te(A,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",Ma,n,Ge|ce|Be);case 31:return te(A,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",xn,s,Ge|ce|Be);case 33:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",xn,s,0);case 32:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",xn,s,Ge|ce|Be);case 18:return $(A,2406,2415,!0,r);case 20:return Oe(A,1,19999,Cg,3,r);case 21:return $(A,2790,2799,!0,r);case 22:return $(A,2662,2671,!0,r);case 22:return Oe(A,1,10999,Qg,3,r);case 23:return me(A,"\u3042\u3044\u3046\u3048\u304A\u304B\u304D\u304F\u3051\u3053\u3055\u3057\u3059\u305B\u305D\u305F\u3061\u3064\u3066\u3068\u306A\u306B\u306C\u306D\u306E\u306F\u3072\u3075\u3078\u307B\u307E\u307F\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308A\u308B\u308C\u308D\u308F\u3090\u3091\u3092\u3093");case 24:return me(A,"\u3044\u308D\u306F\u306B\u307B\u3078\u3068\u3061\u308A\u306C\u308B\u3092\u308F\u304B\u3088\u305F\u308C\u305D\u3064\u306D\u306A\u3089\u3080\u3046\u3090\u306E\u304A\u304F\u3084\u307E\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304D\u3086\u3081\u307F\u3057\u3091\u3072\u3082\u305B\u3059");case 27:return $(A,3302,3311,!0,r);case 28:return me(A,"\u30A2\u30A4\u30A6\u30A8\u30AA\u30AB\u30AD\u30AF\u30B1\u30B3\u30B5\u30B7\u30B9\u30BB\u30BD\u30BF\u30C1\u30C4\u30C6\u30C8\u30CA\u30CB\u30CC\u30CD\u30CE\u30CF\u30D2\u30D5\u30D8\u30DB\u30DE\u30DF\u30E0\u30E1\u30E2\u30E4\u30E6\u30E8\u30E9\u30EA\u30EB\u30EC\u30ED\u30EF\u30F0\u30F1\u30F2\u30F3",n);case 29:return me(A,"\u30A4\u30ED\u30CF\u30CB\u30DB\u30D8\u30C8\u30C1\u30EA\u30CC\u30EB\u30F2\u30EF\u30AB\u30E8\u30BF\u30EC\u30BD\u30C4\u30CD\u30CA\u30E9\u30E0\u30A6\u30F0\u30CE\u30AA\u30AF\u30E4\u30DE\u30B1\u30D5\u30B3\u30A8\u30C6\u30A2\u30B5\u30AD\u30E6\u30E1\u30DF\u30B7\u30F1\u30D2\u30E2\u30BB\u30B9",n);case 34:return $(A,3792,3801,!0,r);case 37:return $(A,6160,6169,!0,r);case 38:return $(A,4160,4169,!0,r);case 39:return $(A,2918,2927,!0,r);case 40:return $(A,1776,1785,!0,r);case 43:return $(A,3046,3055,!0,r);case 44:return $(A,3174,3183,!0,r);case 45:return $(A,3664,3673,!0,r);case 46:return $(A,3872,3881,!0,r);default:return $(A,48,57,!0,r)}},Ro="data-html2canvas-ignore",Oa=(function(){function A(e,t,r){if(this.context=e,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new bg,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 A.prototype.toIFrame=function(e,t){var r=this,n=mg(e,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=e.defaultView.pageXOffset,a=e.defaultView.pageYOffset,i=n.contentWindow,o=i.document,l=Fg(n).then(function(){return hA(r,void 0,void 0,function(){var c,B;return fA(this,function(g){switch(g.label){case 0:return this.scrolledElements.forEach(Hg),i&&(i.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(i.scrollY!==t.top||i.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(i.scrollX-t.left,i.scrollY-t.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"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:g.sent(),g.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,vg(o)]:[3,4];case 3:g.sent(),g.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(o,B)}).then(function(){return n})]:[2,n]}})})});return o.open(),o.write(Eg(document.doctype)+"<html></html>"),xg(this.referenceElement.ownerDocument,s,a),o.replaceChild(o.adoptNode(this.documentElement),o.documentElement),o.close(),l},A.prototype.createElementClone=function(e){if(Yn(e,2))debugger;if(Do(e))return this.createCanvasClone(e);if(Ia(e))return this.createVideoClone(e);if(La(e))return this.createStyleClone(e);var t=e.cloneNode(!1);return qn(t)&&(qn(e)&&e.currentSrc&&e.currentSrc!==e.src&&(t.src=e.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),Ka(t)?this.createCustomElementClone(t):t},A.prototype.createCustomElementClone=function(e){var t=document.createElement("html2canvascustomelement");return Hn(e.style,t),t},A.prototype.createStyleClone=function(e){try{var t=e.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),n=e.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return e.cloneNode(!1)},A.prototype.createCanvasClone=function(e){var t;if(this.options.inlineImages&&e.ownerDocument){var r=e.ownerDocument.createElement("img");try{return r.src=e.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",e)}}var n=e.cloneNode(!1);try{n.width=e.width,n.height=e.height;var s=e.getContext("2d"),a=n.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,e.width,e.height),0,0);else{var i=(t=e.getContext("webgl2"))!==null&&t!==void 0?t:e.getContext("webgl");if(i){var o=i.getContextAttributes();o?.preserveDrawingBuffer===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",e)}a.drawImage(e,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",e)}return n},A.prototype.createVideoClone=function(e){var t=e.ownerDocument.createElement("canvas");t.width=e.offsetWidth,t.height=e.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(e,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",e)}var n=e.ownerDocument.createElement("canvas");return n.width=e.offsetWidth,n.height=e.offsetHeight,n},A.prototype.appendChildNode=function(e,t,r){(!Ve(t)||!hg(t)&&!t.hasAttribute(Ro)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!Ve(t)||!La(t))&&e.appendChild(this.cloneNode(t,r))},A.prototype.cloneChildNodes=function(e,t,r){for(var n=this,s=e.shadowRoot?e.shadowRoot.firstChild:e.firstChild;s;s=s.nextSibling)if(Ve(s)&&Mo(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(i){return n.appendChildNode(t,i,r)})}else this.appendChildNode(t,s,r)},A.prototype.cloneNode=function(e,t){if(So(e))return document.createTextNode(e.data);if(!e.ownerDocument)return e.cloneNode(!1);var r=e.ownerDocument.defaultView;if(r&&Ve(e)&&(Zn(e)||Ur(e))){var n=this.createElementClone(e);n.style.transitionProperty="none";var s=r.getComputedStyle(e),a=r.getComputedStyle(e,":before"),i=r.getComputedStyle(e,":after");this.referenceElement===e&&Zn(n)&&(this.clonedReferenceElement=n),is(n)&&Kg(n);var o=this.counters.parse(new fa(this.context,s)),l=this.resolvePseudoContent(e,n,a,xt.BEFORE);Ka(e)&&(t=!0),Ia(e)||this.cloneChildNodes(e,n,t),l&&n.insertBefore(l,n.firstChild);var c=this.resolvePseudoContent(e,n,i,xt.AFTER);return c&&n.appendChild(c),this.counters.pop(o),(s&&(this.options.copyStyles||Ur(e))&&!ko(e)||t)&&Hn(s,n),(e.scrollTop!==0||e.scrollLeft!==0)&&this.scrolledElements.push([n,e.scrollLeft,e.scrollTop]),(Hr(e)||Ir(e))&&(Hr(n)||Ir(n))&&(n.value=e.value),n}return e.cloneNode(!1)},A.prototype.resolvePseudoContent=function(e,t,r,n){var s=this;if(r){var a=r.content,i=t.ownerDocument;if(!(!i||!a||a==="none"||a==="-moz-alt-content"||r.display==="none")){this.counters.parse(new fa(this.context,r));var o=new du(this.context,r),l=i.createElement("html2canvaspseudoelement");Hn(r,l),o.content.forEach(function(B){if(B.type===0)l.appendChild(i.createTextNode(B.value));else if(B.type===22){var g=i.createElement("img");g.src=B.value,g.style.opacity="1",l.appendChild(g)}else if(B.type===18){if(B.name==="attr"){var w=B.values.filter(N);w.length&&l.appendChild(i.createTextNode(e.getAttribute(w[0].value)||""))}else if(B.name==="counter"){var f=B.values.filter(Xe),b=f[0],y=f[1];if(b&&N(b)){var Q=s.counters.getCounterValue(b.value),h=y&&N(y)?Wn.parse(s.context,y.value):3;l.appendChild(i.createTextNode(Lt(Q,h,!1)))}}else if(B.name==="counters"){var k=B.values.filter(Xe),b=k[0],L=k[1],y=k[2];if(b&&N(b)){var x=s.counters.getCounterValues(b.value),p=y&&N(y)?Wn.parse(s.context,y.value):3,C=L&&L.type===0?L.value:"",S=x.map(function(sA){return Lt(sA,p,!1)}).join(C);l.appendChild(i.createTextNode(S))}}}else if(B.type===20)switch(B.value){case"open-quote":l.appendChild(i.createTextNode(da(o.quotes,s.quoteDepth++,!0)));break;case"close-quote":l.appendChild(i.createTextNode(da(o.quotes,--s.quoteDepth,!1)));break;default:l.appendChild(i.createTextNode(B.value))}}),l.className=jn+" "+As;var c=n===xt.BEFORE?" "+jn:" "+As;return Ur(t)?t.className.baseValue+=c:t.className+=c,l}}},A.destroy=function(e){return e.parentNode?(e.parentNode.removeChild(e),!0):!1},A})(),xt;(function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"})(xt||(xt={}));var mg=function(A,e){var t=A.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=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(Ro,"true"),A.body.appendChild(t),t},Ug=function(A){return new Promise(function(e){if(A.complete){e();return}if(!A.src){e();return}A.onload=e,A.onerror=e})},vg=function(A){return Promise.all([].slice.call(A.images,0).map(Ug))},Fg=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),e(A))},50)}})},yg=["all","d","content"],Hn=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);yg.indexOf(r)===-1&&e.style.setProperty(r,A.getPropertyValue(r))}return e},Eg=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'+A.publicId+'"'),A.systemId&&(e+='"'+A.systemId+'"'),e+=">"),e},xg=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},Hg=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},Ig=":before",Lg=":after",jn="___html2canvas___pseudoelement_before",As="___html2canvas___pseudoelement_after",Ra=`{
4
+ `)),lt.push(t),lt.length>Ds&&lt.shift(),UA({type:"console",category:`console.${A}`,message:t.args.join(" ").slice(0,200),timestamp:t.timestamp})}function ks(A){A&&(Ds=A);for(let e of Object.keys($t))console[e]=function(...t){Zi(e,t),$t[e].apply(console,t)}}function jA(){return[...lt]}function Ms(){lt=[]}function Os(){for(let A of Object.keys($t))console[A]=$t[A]}var Ke=[],Rs=50,Zt,qt,jt;function dn(A){Ke.push(A),Ke.length>Rs&&Ke.shift(),UA({type:"network",category:A.failed?"network.error":"network.ok",message:`${A.method} ${A.url} \u2192 ${A.status} (${A.duration}ms)`,timestamp:A.timestamp,data:{status:A.status,duration:A.duration}})}function Ns(A){try{let e=new URL(A,window.location.origin),t=new URLSearchParams(e.search);for(let n of t.keys()){let s=n.toLowerCase();(s.includes("token")||s.includes("key")||s.includes("secret")||s.includes("password")||s.includes("auth"))&&t.set(n,"[REDACTED]")}let r=t.toString();return e.pathname+(r?"?"+r:"")}catch{return Le(A)}}function qi(){Zt=window.fetch,window.fetch=async function(A,e){let t=e?.method?.toUpperCase()??"GET",r=typeof A=="string"?A:A instanceof URL?A.href:A.url,n=Ns(r),s=Date.now();try{let a=await Zt.call(window,A,e);return dn({method:t,url:n,status:a.status,statusText:a.statusText,duration:Date.now()-s,responseType:a.headers.get("content-type")??void 0,timestamp:s,failed:a.status>=400}),a}catch(a){throw dn({method:t,url:n,status:0,statusText:"Network Error",duration:Date.now()-s,timestamp:s,failed:!0}),a}}}function ji(){qt=XMLHttpRequest.prototype.open,jt=XMLHttpRequest.prototype.send,XMLHttpRequest.prototype.open=function(A,e,...t){return this.__bs_method=A.toUpperCase(),this.__bs_url=Ns(typeof e=="string"?e:e.href),qt.apply(this,[A,e,...t])},XMLHttpRequest.prototype.send=function(A){let e=Date.now();return this.addEventListener("loadend",function(){dn({method:this.__bs_method??"GET",url:this.__bs_url??"",status:this.status,statusText:this.statusText,duration:Date.now()-e,responseType:this.getResponseHeader("content-type")??void 0,timestamp:e,failed:this.status>=400||this.status===0})}),jt.call(this,A)}}function Gs(A){A&&(Rs=A),qi(),ji()}function Se(){return[...Ke]}function le(){return Ke.filter(A=>A.failed)}function Ps(){Ke=[]}function Vs(){Zt&&(window.fetch=Zt),qt&&(XMLHttpRequest.prototype.open=qt),jt&&(XMLHttpRequest.prototype.send=jt)}var Ar=[],ct=null,Bt=null;function _s(){ct=A=>{let e={message:A.message||"Unknown error",source:A.filename,lineno:A.lineno,colno:A.colno,stack:A.error?.stack,type:"error",timestamp:Date.now()};Ar.push(e),UA({type:"error",category:"exception",message:e.message,timestamp:e.timestamp,data:{source:e.source,lineno:e.lineno}})},Bt=A=>{let e=A.reason,t=e instanceof Error?e.message:typeof e=="string"?e:"Unhandled promise rejection",r={message:t,stack:e instanceof Error?e.stack:void 0,type:"unhandledrejection",timestamp:Date.now()};Ar.push(r),UA({type:"error",category:"promise",message:t,timestamp:r.timestamp})},window.addEventListener("error",ct),window.addEventListener("unhandledrejection",Bt)}function Ae(){return[...Ar]}function Xs(){Ar=[]}function Js(){ct&&window.removeEventListener("error",ct),Bt&&window.removeEventListener("unhandledrejection",Bt),ct=null,Bt=null}var Y=null,er=null,tr=null,rr=null;function Ws(){if(Y={timestamp:Date.now()},performance.getEntriesByType){let A=()=>{let[e]=performance.getEntriesByType("navigation");e&&Y&&(Y.pageLoadTime=Math.round(e.loadEventEnd-e.startTime),Y.domContentLoaded=Math.round(e.domContentLoadedEventEnd-e.startTime));let t=performance.getEntriesByType("paint");for(let n of t)n.name==="first-paint"&&Y&&(Y.firstPaint=Math.round(n.startTime)),n.name==="first-contentful-paint"&&Y&&(Y.firstContentfulPaint=Math.round(n.startTime));Y&&(Y.resourceCount=performance.getEntriesByType("resource").length);let r=performance.memory;r&&Y&&(Y.memoryUsage={usedJSHeapSize:r.usedJSHeapSize,totalJSHeapSize:r.totalJSHeapSize})};document.readyState==="complete"?setTimeout(A,0):window.addEventListener("load",()=>setTimeout(A,100))}if(typeof PerformanceObserver<"u"){try{er=new PerformanceObserver(A=>{let e=A.getEntries(),t=e[e.length-1];t&&Y&&(Y.largestContentfulPaint=Math.round(t.startTime))}),er.observe({type:"largest-contentful-paint",buffered:!0})}catch{}try{let A=0;tr=new PerformanceObserver(e=>{for(let t of e.getEntries())t.hadRecentInput||(A+=t.value);Y&&(Y.cumulativeLayoutShift=Math.round(A*1e3)/1e3)}),tr.observe({type:"layout-shift",buffered:!0})}catch{}try{rr=new PerformanceObserver(A=>{let[e]=A.getEntries();e&&Y&&(Y.firstInputDelay=Math.round(e.processingStart-e.startTime))}),rr.observe({type:"first-input",buffered:!0})}catch{}}}function Te(){return Y&&(Y.timestamp=Date.now()),Y?{...Y}:null}function Ys(){er?.disconnect(),tr?.disconnect(),rr?.disconnect(),er=null,tr=null,rr=null,Y=null}var kn=function(A,e){return kn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},kn(A,e)};function VA(A,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");kn(A,e);function t(){this.constructor=A}A.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var Mn=function(){return Mn=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},Mn.apply(this,arguments)};function bA(A,e,t,r){function n(s){return s instanceof t?s:new t(function(a){a(s)})}return new(t||(t=Promise))(function(s,a){function i(c){try{l(r.next(c))}catch(B){a(B)}}function o(c){try{l(r.throw(c))}catch(B){a(B)}}function l(c){c.done?s(c.value):n(c.value).then(i,o)}l((r=r.apply(A,e||[])).next())})}function pA(A,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,a;return a={next:i(0),throw:i(1),return:i(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function i(l){return function(c){return o([l,c])}}function o(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=l[0]&2?n.return:l[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,l[1])).done)return s;switch(n=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,n=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(A,t)}catch(c){l=[6,c],n=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function nr(A,e,t){if(t||arguments.length===2)for(var r=0,n=e.length,s;r<n;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return A.concat(s||e)}var ne=(function(){function A(e,t,r,n){this.left=e,this.top=t,this.width=r,this.height=n}return A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A})(),kr=function(A,e){return ne.fromClientRect(A,e.getBoundingClientRect())},Al=function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new ne(0,0,r,n)},Mr=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Z=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=A[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},zs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",el=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(ut=0;ut<zs.length;ut++)el[zs.charCodeAt(ut)]=ut;var ut,$s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ct=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(gt=0;gt<$s.length;gt++)Ct[$s.charCodeAt(gt)]=gt;var gt,tl=function(A){var e=A.length*.75,t=A.length,r,n=0,s,a,i,o;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=Ct[A.charCodeAt(r)],a=Ct[A.charCodeAt(r+1)],i=Ct[A.charCodeAt(r+2)],o=Ct[A.charCodeAt(r+3)],c[n++]=s<<2|a>>4,c[n++]=(a&15)<<4|i>>2,c[n++]=(i&3)<<6|o&63;return l},rl=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},nl=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},ye=5,ss=11,fn=2,sl=ss-ye,Ya=65536>>ye,al=1<<ye,pn=al-1,ol=1024>>ye,il=Ya+ol,ll=il,cl=32,Bl=ll+cl,ul=65536>>ss,gl=1<<sl,dl=gl-1,Zs=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},fl=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},pl=function(A,e){var t=tl(A),r=Array.isArray(t)?nl(t):new Uint32Array(t),n=Array.isArray(t)?rl(t):new Uint16Array(t),s=24,a=Zs(n,s/2,r[4]/2),i=r[5]===2?Zs(n,(s+r[4])/2):fl(r,Math.ceil((s+r[4])/4));return new wl(r[0],r[1],r[2],r[3],a,i)},wl=(function(){function A(e,t,r,n,s,a){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>ye],t=(t<<fn)+(e&pn),this.data[t];if(e<=65535)return t=this.index[Ya+(e-55296>>ye)],t=(t<<fn)+(e&pn),this.data[t];if(e<this.highStart)return t=Bl-ul+(e>>ss),t=this.index[t],t+=e>>ye&dl,t=this.index[t],t=(t<<fn)+(e&pn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),qs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",hl=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(dt=0;dt<qs.length;dt++)hl[qs.charCodeAt(dt)]=dt;var dt,bl="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==",js=50,Ql=1,za=2,$a=3,Cl=4,ml=5,Aa=7,Za=8,ea=9,ge=10,On=11,ta=12,Rn=13,Ul=14,mt=15,Nn=16,sr=17,ft=18,vl=19,ra=20,Gn=21,pt=22,wn=23,De=24,LA=25,Ut=26,vt=27,ke=28,Fl=29,ve=30,yl=31,ar=32,or=33,Pn=34,Vn=35,_n=36,St=37,Xn=38,mr=39,Ur=40,hn=41,qa=42,El=43,xl=[9001,65288],ja="!",O="\xD7",ir="\xF7",Jn=pl(bl),ee=[ve,_n],Wn=[Ql,za,$a,ml],Ao=[ge,Za],na=[vt,Ut],Hl=Wn.concat(Ao),sa=[Xn,mr,Ur,Pn,Vn],Il=[mt,Rn],Ll=function(A,e){e===void 0&&(e="strict");var t=[],r=[],n=[];return A.forEach(function(s,a){var i=Jn.get(s);if(i>js?(n.push(!0),i-=js):n.push(!1),["normal","auto","loose"].indexOf(e)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(a),t.push(Nn);if(i===Cl||i===On){if(a===0)return r.push(a),t.push(ve);var o=t[a-1];return Hl.indexOf(o)===-1?(r.push(r[a-1]),t.push(o)):(r.push(a),t.push(ve))}if(r.push(a),i===yl)return t.push(e==="strict"?Gn:St);if(i===qa||i===Fl)return t.push(ve);if(i===El)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(St):t.push(ve);t.push(i)}),[r,t,n]},bn=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?A.indexOf(n)!==-1:A===n)for(var s=t;s<=r.length;){s++;var a=r[s];if(a===e)return!0;if(a!==ge)break}if(n===ge)for(var s=t;s>0;){s--;var i=r[s];if(Array.isArray(A)?A.indexOf(i)!==-1:A===i)for(var o=t;o<=r.length;){o++;var a=r[o];if(a===e)return!0;if(a!==ge)break}if(i!==ge)break}return!1},aa=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r===ge)t--;else return r}return 0},Kl=function(A,e,t,r,n){if(t[r]===0)return O;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return O;var a=s-1,i=s+1,o=e[s],l=a>=0?e[a]:0,c=e[i];if(o===za&&c===$a)return O;if(Wn.indexOf(o)!==-1)return ja;if(Wn.indexOf(c)!==-1||Ao.indexOf(c)!==-1)return O;if(aa(s,e)===Za)return ir;if(Jn.get(A[s])===On||(o===ar||o===or)&&Jn.get(A[i])===On||o===Aa||c===Aa||o===ea||[ge,Rn,mt].indexOf(o)===-1&&c===ea||[sr,ft,vl,De,ke].indexOf(c)!==-1||aa(s,e)===pt||bn(wn,pt,s,e)||bn([sr,ft],Gn,s,e)||bn(ta,ta,s,e))return O;if(o===ge)return ir;if(o===wn||c===wn)return O;if(c===Nn||o===Nn)return ir;if([Rn,mt,Gn].indexOf(c)!==-1||o===Ul||l===_n&&Il.indexOf(o)!==-1||o===ke&&c===_n||c===ra||ee.indexOf(c)!==-1&&o===LA||ee.indexOf(o)!==-1&&c===LA||o===vt&&[St,ar,or].indexOf(c)!==-1||[St,ar,or].indexOf(o)!==-1&&c===Ut||ee.indexOf(o)!==-1&&na.indexOf(c)!==-1||na.indexOf(o)!==-1&&ee.indexOf(c)!==-1||[vt,Ut].indexOf(o)!==-1&&(c===LA||[pt,mt].indexOf(c)!==-1&&e[i+1]===LA)||[pt,mt].indexOf(o)!==-1&&c===LA||o===LA&&[LA,ke,De].indexOf(c)!==-1)return O;if([LA,ke,De,sr,ft].indexOf(c)!==-1)for(var B=s;B>=0;){var u=e[B];if(u===LA)return O;if([ke,De].indexOf(u)!==-1)B--;else break}if([vt,Ut].indexOf(c)!==-1)for(var B=[sr,ft].indexOf(o)!==-1?a:s;B>=0;){var u=e[B];if(u===LA)return O;if([ke,De].indexOf(u)!==-1)B--;else break}if(Xn===o&&[Xn,mr,Pn,Vn].indexOf(c)!==-1||[mr,Pn].indexOf(o)!==-1&&[mr,Ur].indexOf(c)!==-1||[Ur,Vn].indexOf(o)!==-1&&c===Ur||sa.indexOf(o)!==-1&&[ra,Ut].indexOf(c)!==-1||sa.indexOf(c)!==-1&&o===vt||ee.indexOf(o)!==-1&&ee.indexOf(c)!==-1||o===De&&ee.indexOf(c)!==-1||ee.concat(LA).indexOf(o)!==-1&&c===pt&&xl.indexOf(A[i])===-1||ee.concat(LA).indexOf(c)!==-1&&o===ft)return O;if(o===hn&&c===hn){for(var f=t[s],p=1;f>0&&(f--,e[f]===hn);)p++;if(p%2!==0)return O}return o===ar&&c===or?O:ir},Sl=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=Ll(A,e.lineBreak),r=t[0],n=t[1],s=t[2];(e.wordBreak==="break-all"||e.wordBreak==="break-word")&&(n=n.map(function(i){return[LA,ve,qa].indexOf(i)!==-1?St:i}));var a=e.wordBreak==="keep-all"?s.map(function(i,o){return i&&A[o]>=19968&&A[o]<=40959}):void 0;return[r,n,a]},Tl=(function(){function A(e,t,r,n){this.codePoints=e,this.required=t===ja,this.start=r,this.end=n}return A.prototype.slice=function(){return Z.apply(void 0,this.codePoints.slice(this.start,this.end))},A})(),Dl=function(A,e){var t=Mr(A),r=Sl(t,e),n=r[0],s=r[1],a=r[2],i=t.length,o=0,l=0;return{next:function(){if(l>=i)return{done:!0,value:null};for(var c=O;l<i&&(c=Kl(t,s,n,++l,a))===O;);if(c!==O||l===i){var B=new Tl(t,c,o,l);return o=l,{value:B,done:!1}}return{done:!0,value:null}}}},kl=1,Ml=2,kt=4,oa=8,yr=10,ia=47,xt=92,Ol=9,Rl=32,lr=34,wt=61,Nl=35,Gl=36,Pl=37,cr=39,Br=40,ht=41,Vl=95,vA=45,_l=33,Xl=60,Jl=62,Wl=64,Yl=91,zl=93,$l=61,Zl=123,ur=63,ql=125,la=124,jl=126,Ac=128,ca=65533,Qn=42,Fe=43,ec=44,tc=58,rc=59,Tt=46,nc=0,sc=8,ac=11,oc=14,ic=31,lc=127,WA=-1,eo=48,to=97,ro=101,cc=102,Bc=117,uc=122,no=65,so=69,ao=70,gc=85,dc=90,wA=function(A){return A>=eo&&A<=57},fc=function(A){return A>=55296&&A<=57343},Me=function(A){return wA(A)||A>=no&&A<=ao||A>=to&&A<=cc},pc=function(A){return A>=to&&A<=uc},wc=function(A){return A>=no&&A<=dc},hc=function(A){return pc(A)||wc(A)},bc=function(A){return A>=Ac},gr=function(A){return A===yr||A===Ol||A===Rl},Er=function(A){return hc(A)||bc(A)||A===Vl},Ba=function(A){return Er(A)||wA(A)||A===vA},Qc=function(A){return A>=nc&&A<=sc||A===ac||A>=oc&&A<=ic||A===lc},ue=function(A,e){return A!==xt?!1:e!==yr},dr=function(A,e,t){return A===vA?Er(e)||ue(e,t):Er(A)?!0:!!(A===xt&&ue(A,e))},Cn=function(A,e,t){return A===Fe||A===vA?wA(e)?!0:e===Tt&&wA(t):wA(A===Tt?e:A)},Cc=function(A){var e=0,t=1;(A[e]===Fe||A[e]===vA)&&(A[e]===vA&&(t=-1),e++);for(var r=[];wA(A[e]);)r.push(A[e++]);var n=r.length?parseInt(Z.apply(void 0,r),10):0;A[e]===Tt&&e++;for(var s=[];wA(A[e]);)s.push(A[e++]);var a=s.length,i=a?parseInt(Z.apply(void 0,s),10):0;(A[e]===so||A[e]===ro)&&e++;var o=1;(A[e]===Fe||A[e]===vA)&&(A[e]===vA&&(o=-1),e++);for(var l=[];wA(A[e]);)l.push(A[e++]);var c=l.length?parseInt(Z.apply(void 0,l),10):0;return t*(n+i*Math.pow(10,-a))*Math.pow(10,o*c)},mc={type:2},Uc={type:3},vc={type:4},Fc={type:13},yc={type:8},Ec={type:21},xc={type:9},Hc={type:10},Ic={type:11},Lc={type:12},Kc={type:14},fr={type:23},Sc={type:1},Tc={type:25},Dc={type:24},kc={type:26},Mc={type:27},Oc={type:28},Rc={type:29},Nc={type:31},Yn={type:32},oo=(function(){function A(){this._value=[]}return A.prototype.write=function(e){this._value=this._value.concat(Mr(e))},A.prototype.read=function(){for(var e=[],t=this.consumeToken();t!==Yn;)e.push(t),t=this.consumeToken();return e},A.prototype.consumeToken=function(){var e=this.consumeCodePoint();switch(e){case lr:return this.consumeStringToken(lr);case Nl:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(Ba(t)||ue(r,n)){var s=dr(t,r,n)?Ml:kl,a=this.consumeName();return{type:5,value:a,flags:s}}break;case Gl:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),Fc;break;case cr:return this.consumeStringToken(cr);case Br:return mc;case ht:return Uc;case Qn:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),Kc;break;case Fe:if(Cn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case ec:return vc;case vA:var i=e,o=this.peekCodePoint(0),l=this.peekCodePoint(1);if(Cn(i,o,l))return this.reconsumeCodePoint(e),this.consumeNumericToken();if(dr(i,o,l))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();if(o===vA&&l===Jl)return this.consumeCodePoint(),this.consumeCodePoint(),Dc;break;case Tt:if(Cn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case ia:if(this.peekCodePoint(0)===Qn)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===Qn&&(c=this.consumeCodePoint(),c===ia))return this.consumeToken();if(c===WA)return this.consumeToken()}break;case tc:return kc;case rc:return Mc;case Xl:if(this.peekCodePoint(0)===_l&&this.peekCodePoint(1)===vA&&this.peekCodePoint(2)===vA)return this.consumeCodePoint(),this.consumeCodePoint(),Tc;break;case Wl:var B=this.peekCodePoint(0),u=this.peekCodePoint(1),f=this.peekCodePoint(2);if(dr(B,u,f)){var a=this.consumeName();return{type:7,value:a}}break;case Yl:return Oc;case xt:if(ue(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();break;case zl:return Rc;case $l:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),yc;break;case Zl:return Ic;case ql:return Lc;case Bc:case gc:var p=this.peekCodePoint(0),w=this.peekCodePoint(1);return p===Fe&&(Me(w)||w===ur)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(e),this.consumeIdentLikeToken();case la:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),xc;if(this.peekCodePoint(0)===la)return this.consumeCodePoint(),Ec;break;case jl:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),Hc;break;case WA:return Yn}return gr(e)?(this.consumeWhiteSpace(),Nc):wA(e)?(this.reconsumeCodePoint(e),this.consumeNumericToken()):Er(e)?(this.reconsumeCodePoint(e),this.consumeIdentLikeToken()):{type:6,value:Z(e)}},A.prototype.consumeCodePoint=function(){var e=this._value.shift();return typeof e>"u"?-1:e},A.prototype.reconsumeCodePoint=function(e){this._value.unshift(e)},A.prototype.peekCodePoint=function(e){return e>=this._value.length?-1:this._value[e]},A.prototype.consumeUnicodeRangeToken=function(){for(var e=[],t=this.consumeCodePoint();Me(t)&&e.length<6;)e.push(t),t=this.consumeCodePoint();for(var r=!1;t===ur&&e.length<6;)e.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(Z.apply(void 0,e.map(function(o){return o===ur?eo:o})),16),s=parseInt(Z.apply(void 0,e.map(function(o){return o===ur?ao:o})),16);return{type:30,start:n,end:s}}var a=parseInt(Z.apply(void 0,e),16);if(this.peekCodePoint(0)===vA&&Me(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var i=[];Me(t)&&i.length<6;)i.push(t),t=this.consumeCodePoint();var s=parseInt(Z.apply(void 0,i),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},A.prototype.consumeIdentLikeToken=function(){var e=this.consumeName();return e.toLowerCase()==="url"&&this.peekCodePoint(0)===Br?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Br?(this.consumeCodePoint(),{type:19,value:e}):{type:20,value:e}},A.prototype.consumeUrlToken=function(){var e=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===WA)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===cr||t===lr){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===WA||this.peekCodePoint(0)===ht)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),fr)}for(;;){var n=this.consumeCodePoint();if(n===WA||n===ht)return{type:22,value:Z.apply(void 0,e)};if(gr(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===WA||this.peekCodePoint(0)===ht?(this.consumeCodePoint(),{type:22,value:Z.apply(void 0,e)}):(this.consumeBadUrlRemnants(),fr);if(n===lr||n===cr||n===Br||Qc(n))return this.consumeBadUrlRemnants(),fr;if(n===xt)if(ue(n,this.peekCodePoint(0)))e.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),fr;else e.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;gr(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var e=this.consumeCodePoint();if(e===ht||e===WA)return;ue(e,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(e){for(var t=5e4,r="";e>0;){var n=Math.min(t,e);r+=Z.apply(void 0,this._value.splice(0,n)),e-=n}return this._value.shift(),r},A.prototype.consumeStringToken=function(e){var t="",r=0;do{var n=this._value[r];if(n===WA||n===void 0||n===e)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===yr)return this._value.splice(0,r),Sc;if(n===xt){var s=this._value[r+1];s!==WA&&s!==void 0&&(s===yr?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):ue(n,s)&&(t+=this.consumeStringSlice(r),t+=Z(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},A.prototype.consumeNumber=function(){var e=[],t=kt,r=this.peekCodePoint(0);for((r===Fe||r===vA)&&e.push(this.consumeCodePoint());wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===Tt&&wA(n))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=oa;wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===so||r===ro)&&((n===Fe||n===vA)&&wA(s)||wA(n)))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=oa;wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());return[Cc(e),t]},A.prototype.consumeNumericToken=function(){var e=this.consumeNumber(),t=e[0],r=e[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(dr(n,s,a)){var i=this.consumeName();return{type:15,number:t,flags:r,unit:i}}return n===Pl?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},A.prototype.consumeEscapedCodePoint=function(){var e=this.consumeCodePoint();if(Me(e)){for(var t=Z(e);Me(this.peekCodePoint(0))&&t.length<6;)t+=Z(this.consumeCodePoint());gr(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||fc(r)||r>1114111?ca:r}return e===WA?ca:e},A.prototype.consumeName=function(){for(var e="";;){var t=this.consumeCodePoint();if(Ba(t))e+=Z(t);else if(ue(t,this.peekCodePoint(0)))e+=Z(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),e}},A})(),io=(function(){function A(e){this._tokens=e}return A.create=function(e){var t=new oo;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var e=this.consumeToken();e.type===31;)e=this.consumeToken();if(e.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(e);var t=this.consumeComponentValue();do e=this.consumeToken();while(e.type===31);if(e.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var e=[];;){var t=this.consumeComponentValue();if(t.type===32)return e;e.push(t),e.push()}},A.prototype.consumeComponentValue=function(){var e=this.consumeToken();switch(e.type){case 11:case 28:case 2:return this.consumeSimpleBlock(e.type);case 19:return this.consumeFunction(e)}return e},A.prototype.consumeSimpleBlock=function(e){for(var t={type:e,values:[]},r=this.consumeToken();;){if(r.type===32||Pc(r,e))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},A.prototype.consumeFunction=function(e){for(var t={name:e.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var e=this._tokens.shift();return typeof e>"u"?Yn:e},A.prototype.reconsumeToken=function(e){this._tokens.unshift(e)},A})(),Mt=function(A){return A.type===15},Je=function(A){return A.type===17},G=function(A){return A.type===20},Gc=function(A){return A.type===0},zn=function(A,e){return G(A)&&A.value===e},lo=function(A){return A.type!==31},Xe=function(A){return A.type!==31&&A.type!==4},YA=function(A){var e=[],t=[];return A.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");e.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&e.push(t),e},Pc=function(A,e){return e===11&&A.type===12||e===28&&A.type===29?!0:e===2&&A.type===3},he=function(A){return A.type===17||A.type===15},j=function(A){return A.type===16||he(A)},co=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},uA={type:17,number:0,flags:kt},as={type:16,number:50,flags:kt},de={type:16,number:100,flags:kt},Ft=function(A,e,t){var r=A[0],n=A[1];return[_(r,e),_(typeof n<"u"?n:r,t)]},_=function(A,e){if(A.type===16)return A.number/100*e;if(Mt(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},Bo="deg",uo="grad",go="rad",fo="turn",Or={name:"angle",parse:function(A,e){if(e.type===15)switch(e.unit){case Bo:return Math.PI*e.number/180;case uo:return Math.PI/200*e.number;case go:return e.number;case fo:return Math.PI*2*e.number}throw new Error("Unsupported angle type")}},po=function(A){return A.type===15&&(A.unit===Bo||A.unit===uo||A.unit===go||A.unit===fo)},wo=function(A){var e=A.filter(G).map(function(t){return t.value}).join(" ");switch(e){case"to bottom right":case"to right bottom":case"left top":case"top left":return[uA,uA];case"to top":case"bottom":return DA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[uA,de];case"to right":case"left":return DA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[de,de];case"to bottom":case"top":return DA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[de,uA];case"to left":case"right":return DA(270)}return 0},DA=function(A){return Math.PI*A/180},pe={name:"color",parse:function(A,e){if(e.type===18){var t=Vc[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(e.type===5){if(e.value.length===3){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(e.value.length===4){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3),a=e.value.substring(3,4);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(e.value.length===6){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(e.value.length===8){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6),a=e.value.substring(6,8);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(a,16)/255)}}if(e.type===20){var i=re[e.value.toUpperCase()];if(typeof i<"u")return i}return re.TRANSPARENT}},we=function(A){return(255&A)===0},aA=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},fe=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(r*255)<<0)>>>0},ua=function(A,e){if(A.type===17)return A.number;if(A.type===16){var t=e===3?1:255;return e===3?A.number/100*t:Math.round(A.number/100*t)}return 0},ga=function(A,e){var t=e.filter(Xe);if(t.length===3){var r=t.map(ua),n=r[0],s=r[1],a=r[2];return fe(n,s,a,1)}if(t.length===4){var i=t.map(ua),n=i[0],s=i[1],a=i[2],o=i[3];return fe(n,s,a,o)}return 0};function mn(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<1/2?e:t<2/3?(e-A)*6*(2/3-t)+A:A}var da=function(A,e){var t=e.filter(Xe),r=t[0],n=t[1],s=t[2],a=t[3],i=(r.type===17?DA(r.number):Or.parse(A,r))/(Math.PI*2),o=j(n)?n.number/100:0,l=j(s)?s.number/100:0,c=typeof a<"u"&&j(a)?_(a,1):1;if(o===0)return fe(l*255,l*255,l*255,1);var B=l<=.5?l*(o+1):l+o-l*o,u=l*2-B,f=mn(u,B,i+1/3),p=mn(u,B,i),w=mn(u,B,i-1/3);return fe(f*255,p*255,w*255,c)},Vc={hsl:da,hsla:da,rgb:ga,rgba:ga},Ht=function(A,e){return pe.parse(A,io.create(e).parseComponentValue())},re={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},_c={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(G(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Xc={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Rr=function(A,e){var t=pe.parse(A,e[0]),r=e[1];return r&&j(r)?{color:t,stop:r}:{color:t,stop:null}},fa=function(A,e){var t=A[0],r=A[A.length-1];t.stop===null&&(t.stop=uA),r.stop===null&&(r.stop=de);for(var n=[],s=0,a=0;a<A.length;a++){var i=A[a].stop;if(i!==null){var o=_(i,e);o>s?n.push(o):n.push(s),s=o}else n.push(null)}for(var l=null,a=0;a<n.length;a++){var c=n[a];if(c===null)l===null&&(l=a);else if(l!==null){for(var B=a-l,u=n[l-1],f=(c-u)/(B+1),p=1;p<=B;p++)n[l+p-1]=f*p;l=null}}return A.map(function(w,y){var b=w.color;return{color:b,stop:Math.max(Math.min(1,n[y]/e),0)}})},Jc=function(A,e,t){var r=e/2,n=t/2,s=_(A[0],e)-r,a=n-_(A[1],t);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},Wc=function(A,e,t){var r=typeof A=="number"?A:Jc(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),s=e/2,a=t/2,i=n/2,o=Math.sin(r-Math.PI/2)*i,l=Math.cos(r-Math.PI/2)*i;return[n,s-l,s+l,a-o,a+o]},PA=function(A,e){return Math.sqrt(A*A+e*e)},pa=function(A,e,t,r,n){var s=[[0,0],[0,e],[A,0],[A,e]];return s.reduce(function(a,i){var o=i[0],l=i[1],c=PA(t-o,r-l);return(n?c<a.optimumDistance:c>a.optimumDistance)?{optimumCorner:i,optimumDistance:c}:a},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},Yc=function(A,e,t,r,n){var s=0,a=0;switch(A.size){case 0:A.shape===0?s=a=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.min(Math.abs(e),Math.abs(e-r)),a=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(A.shape===0)s=a=Math.min(PA(e,t),PA(e,t-n),PA(e-r,t),PA(e-r,t-n));else if(A.shape===1){var i=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),o=pa(r,n,e,t,!0),l=o[0],c=o[1];s=PA(l-e,(c-t)/i),a=i*s}break;case 1:A.shape===0?s=a=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.max(Math.abs(e),Math.abs(e-r)),a=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(A.shape===0)s=a=Math.max(PA(e,t),PA(e,t-n),PA(e-r,t),PA(e-r,t-n));else if(A.shape===1){var i=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r)),B=pa(r,n,e,t,!1),l=B[0],c=B[1];s=PA(l-e,(c-t)/i),a=i*s}break}return Array.isArray(A.size)&&(s=_(A.size[0],r),a=A.size.length===2?_(A.size[1],n):s),[s,a]},zc=function(A,e){var t=DA(180),r=[];return YA(e).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&a.value==="to"){t=wo(n);return}else if(po(a)){t=Or.parse(A,a);return}}var i=Rr(A,n);r.push(i)}),{angle:t,stops:r,type:1}},pr=function(A,e){var t=DA(180),r=[];return YA(e).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){t=wo(n);return}else if(po(a)){t=(Or.parse(A,a)+DA(270))%DA(360);return}}var i=Rr(A,n);r.push(i)}),{angle:t,stops:r,type:1}},$c=function(A,e){var t=DA(180),r=[],n=1,s=0,a=3,i=[];return YA(e).forEach(function(o,l){var c=o[0];if(l===0){if(G(c)&&c.value==="linear"){n=1;return}else if(G(c)&&c.value==="radial"){n=2;return}}if(c.type===18){if(c.name==="from"){var B=pe.parse(A,c.values[0]);r.push({stop:uA,color:B})}else if(c.name==="to"){var B=pe.parse(A,c.values[0]);r.push({stop:de,color:B})}else if(c.name==="color-stop"){var u=c.values.filter(Xe);if(u.length===2){var B=pe.parse(A,u[1]),f=u[0];Je(f)&&r.push({stop:{type:16,number:f.number*100,flags:f.flags},color:B})}}}}),n===1?{angle:(t+DA(180))%DA(360),stops:r,type:n}:{size:a,shape:s,stops:r,position:i,type:n}},ho="closest-side",bo="farthest-side",Qo="closest-corner",Co="farthest-corner",mo="circle",Uo="ellipse",vo="cover",Fo="contain",Zc=function(A,e){var t=0,r=3,n=[],s=[];return YA(e).forEach(function(a,i){var o=!0;if(i===0){var l=!1;o=a.reduce(function(B,u){if(l)if(G(u))switch(u.value){case"center":return s.push(as),B;case"top":case"left":return s.push(uA),B;case"right":case"bottom":return s.push(de),B}else(j(u)||he(u))&&s.push(u);else if(G(u))switch(u.value){case mo:return t=0,!1;case Uo:return t=1,!1;case"at":return l=!0,!1;case ho:return r=0,!1;case vo:case bo:return r=1,!1;case Fo:case Qo:return r=2,!1;case Co:return r=3,!1}else if(he(u)||j(u))return Array.isArray(r)||(r=[]),r.push(u),!1;return B},o)}if(o){var c=Rr(A,a);n.push(c)}}),{size:r,shape:t,stops:n,position:s,type:2}},wr=function(A,e){var t=0,r=3,n=[],s=[];return YA(e).forEach(function(a,i){var o=!0;if(i===0?o=a.reduce(function(c,B){if(G(B))switch(B.value){case"center":return s.push(as),!1;case"top":case"left":return s.push(uA),!1;case"right":case"bottom":return s.push(de),!1}else if(j(B)||he(B))return s.push(B),!1;return c},o):i===1&&(o=a.reduce(function(c,B){if(G(B))switch(B.value){case mo:return t=0,!1;case Uo:return t=1,!1;case Fo:case ho:return r=0,!1;case bo:return r=1,!1;case Qo:return r=2,!1;case vo:case Co:return r=3,!1}else if(he(B)||j(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},o)),o){var l=Rr(A,a);n.push(l)}}),{size:r,shape:t,stops:n,position:s,type:2}},qc=function(A){return A.type===1},jc=function(A){return A.type===2},os={name:"image",parse:function(A,e){if(e.type===22){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(e.type===18){var r=yo[e.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)}};function AB(A){return!(A.type===20&&A.value==="none")&&(A.type!==18||!!yo[A.name])}var yo={"linear-gradient":zc,"-moz-linear-gradient":pr,"-ms-linear-gradient":pr,"-o-linear-gradient":pr,"-webkit-linear-gradient":pr,"radial-gradient":Zc,"-moz-radial-gradient":wr,"-ms-radial-gradient":wr,"-o-radial-gradient":wr,"-webkit-radial-gradient":wr,"-webkit-gradient":$c},eB={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e.filter(function(r){return Xe(r)&&AB(r)}).map(function(r){return os.parse(A,r)})}},tB={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(G(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},rB={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return YA(e).map(function(t){return t.filter(j)}).map(co)}},nB={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return YA(e).map(function(t){return t.filter(G).map(function(r){return r.value}).join(" ")}).map(sB)}},sB=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}},_e;(function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"})(_e||(_e={}));var aB={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return YA(e).map(function(t){return t.filter(oB)})}},oB=function(A){return G(A)||j(A)},Nr=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},iB=Nr("top"),lB=Nr("right"),cB=Nr("bottom"),BB=Nr("left"),Gr=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(e,t){return co(t.filter(j))}}},uB=Gr("top-left"),gB=Gr("top-right"),dB=Gr("bottom-right"),fB=Gr("bottom-left"),Pr=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(e,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},pB=Pr("top"),wB=Pr("right"),hB=Pr("bottom"),bB=Pr("left"),Vr=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(e,t){return Mt(t)?t.number:0}}},QB=Vr("top"),CB=Vr("right"),mB=Vr("bottom"),UB=Vr("left"),vB={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},FB={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return e==="rtl"?1:0}},yB={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(G).reduce(function(t,r){return t|EB(r.value)},0)}},EB=function(A){switch(A){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},xB={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},HB={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return e.type===20&&e.value==="normal"?0:e.type===17||e.type===15?e.number:0}},xr;(function(A){A.NORMAL="normal",A.STRICT="strict"})(xr||(xr={}));var IB={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="strict"?xr.STRICT:xr.NORMAL}},LB={name:"line-height",initialValue:"normal",prefix:!1,type:4},wa=function(A,e){return G(A)&&A.value==="normal"?1.2*e:A.type===17?e*A.number:j(A)?_(A,e):e},KB={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return e.type===20&&e.value==="none"?null:os.parse(A,e)}},SB={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return e==="inside"?0:1}},$n={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){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;default:return-1}}},_r=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},TB=_r("top"),DB=_r("right"),kB=_r("bottom"),MB=_r("left"),OB={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(G).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},RB={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="break-word"?"break-word":"normal"}},Xr=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},NB=Xr("top"),GB=Xr("right"),PB=Xr("bottom"),VB=Xr("left"),_B={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},XB={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},JB={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&zn(e[0],"none")?[]:YA(e).map(function(t){for(var r={color:re.TRANSPARENT,offsetX:uA,offsetY:uA,blur:uA},n=0,s=0;s<t.length;s++){var a=t[s];he(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:r.blur=a,n++):r.color=pe.parse(A,a)}return r})}},WB={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},YB={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(e.type===20&&e.value==="none")return null;if(e.type===18){var t=ZB[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},zB=function(A){var e=A.filter(function(t){return t.type===17}).map(function(t){return t.number});return e.length===6?e:null},$B=function(A){var e=A.filter(function(o){return o.type===17}).map(function(o){return o.number}),t=e[0],r=e[1];e[2],e[3];var n=e[4],s=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var a=e[12],i=e[13];return e[14],e[15],e.length===16?[t,r,n,s,a,i]:null},ZB={matrix:zB,matrix3d:$B},ha={type:16,number:50,flags:kt},qB=[ha,ha],jB={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(j);return t.length!==2?qB:[t[0],t[1]]}},Au={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}},It;(function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"})(It||(It={}));var eu={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return It.BREAK_ALL;case"keep-all":return It.KEEP_ALL;default:return It.NORMAL}}},tu={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(e.type===20)return{auto:!0,order:0};if(Je(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},Eo={name:"time",parse:function(A,e){if(e.type===15)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")}},ru={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:1}},nu={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},su={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(G).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})}},au={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},ou={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},iu={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:G(e)&&e.value==="bold"?700:400}},lu={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(G).map(function(t){return t.value})}},cu={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},tA=function(A,e){return(A&e)!==0},Bu={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e}},uu={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=e.filter(lo),s=0;s<n.length;s++){var a=n[s],i=n[s+1];if(a.type===20){var o=i&&Je(i)?i.number:1;r.push({counter:a.value,increment:o})}}return r}},gu={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return[];for(var t=[],r=e.filter(lo),n=0;n<r.length;n++){var s=r[n],a=r[n+1];if(G(s)&&s.value!=="none"){var i=a&&Je(a)?a.number:0;t.push({counter:s.value,reset:i})}}return t}},du={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(Mt).map(function(t){return Eo.parse(A,t)})}},fu={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;var r=[],n=e.filter(Gc);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var a=n[s].value,i=n[s+1].value;r.push({open:a,close:i})}return r}},ba=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},pu={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&zn(e[0],"none")?[]:YA(e).map(function(t){for(var r={color:255,offsetX:uA,offsetY:uA,blur:uA,spread:uA,inset:!1},n=0,s=0;s<t.length;s++){var a=t[s];zn(a,"inset")?r.inset=!0:he(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:n===2?r.blur=a:r.spread=a,n++):r.color=pe.parse(A,a)}return r})}},wu={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[0,1,2],r=[];return e.filter(G).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},hu={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},bu={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return Mt(e)?e.number:0}},Qu=(function(){function A(e,t){var r,n;this.animationDuration=U(e,du,t.animationDuration),this.backgroundClip=U(e,_c,t.backgroundClip),this.backgroundColor=U(e,Xc,t.backgroundColor),this.backgroundImage=U(e,eB,t.backgroundImage),this.backgroundOrigin=U(e,tB,t.backgroundOrigin),this.backgroundPosition=U(e,rB,t.backgroundPosition),this.backgroundRepeat=U(e,nB,t.backgroundRepeat),this.backgroundSize=U(e,aB,t.backgroundSize),this.borderTopColor=U(e,iB,t.borderTopColor),this.borderRightColor=U(e,lB,t.borderRightColor),this.borderBottomColor=U(e,cB,t.borderBottomColor),this.borderLeftColor=U(e,BB,t.borderLeftColor),this.borderTopLeftRadius=U(e,uB,t.borderTopLeftRadius),this.borderTopRightRadius=U(e,gB,t.borderTopRightRadius),this.borderBottomRightRadius=U(e,dB,t.borderBottomRightRadius),this.borderBottomLeftRadius=U(e,fB,t.borderBottomLeftRadius),this.borderTopStyle=U(e,pB,t.borderTopStyle),this.borderRightStyle=U(e,wB,t.borderRightStyle),this.borderBottomStyle=U(e,hB,t.borderBottomStyle),this.borderLeftStyle=U(e,bB,t.borderLeftStyle),this.borderTopWidth=U(e,QB,t.borderTopWidth),this.borderRightWidth=U(e,CB,t.borderRightWidth),this.borderBottomWidth=U(e,mB,t.borderBottomWidth),this.borderLeftWidth=U(e,UB,t.borderLeftWidth),this.boxShadow=U(e,pu,t.boxShadow),this.color=U(e,vB,t.color),this.direction=U(e,FB,t.direction),this.display=U(e,yB,t.display),this.float=U(e,xB,t.cssFloat),this.fontFamily=U(e,au,t.fontFamily),this.fontSize=U(e,ou,t.fontSize),this.fontStyle=U(e,cu,t.fontStyle),this.fontVariant=U(e,lu,t.fontVariant),this.fontWeight=U(e,iu,t.fontWeight),this.letterSpacing=U(e,HB,t.letterSpacing),this.lineBreak=U(e,IB,t.lineBreak),this.lineHeight=U(e,LB,t.lineHeight),this.listStyleImage=U(e,KB,t.listStyleImage),this.listStylePosition=U(e,SB,t.listStylePosition),this.listStyleType=U(e,$n,t.listStyleType),this.marginTop=U(e,TB,t.marginTop),this.marginRight=U(e,DB,t.marginRight),this.marginBottom=U(e,kB,t.marginBottom),this.marginLeft=U(e,MB,t.marginLeft),this.opacity=U(e,ru,t.opacity);var s=U(e,OB,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=U(e,RB,t.overflowWrap),this.paddingTop=U(e,NB,t.paddingTop),this.paddingRight=U(e,GB,t.paddingRight),this.paddingBottom=U(e,PB,t.paddingBottom),this.paddingLeft=U(e,VB,t.paddingLeft),this.paintOrder=U(e,wu,t.paintOrder),this.position=U(e,XB,t.position),this.textAlign=U(e,_B,t.textAlign),this.textDecorationColor=U(e,nu,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=U(e,su,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=U(e,JB,t.textShadow),this.textTransform=U(e,WB,t.textTransform),this.transform=U(e,YB,t.transform),this.transformOrigin=U(e,jB,t.transformOrigin),this.visibility=U(e,Au,t.visibility),this.webkitTextStrokeColor=U(e,hu,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=U(e,bu,t.webkitTextStrokeWidth),this.wordBreak=U(e,eu,t.wordBreak),this.zIndex=U(e,tu,t.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},A.prototype.isTransparent=function(){return we(this.backgroundColor)},A.prototype.isTransformed=function(){return this.transform!==null},A.prototype.isPositioned=function(){return this.position!==0},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return this.float!==0},A.prototype.isInlineLevel=function(){return tA(this.display,4)||tA(this.display,33554432)||tA(this.display,268435456)||tA(this.display,536870912)||tA(this.display,67108864)||tA(this.display,134217728)},A})(),Cu=(function(){function A(e,t){this.content=U(e,Bu,t.content),this.quotes=U(e,fu,t.quotes)}return A})(),Qa=(function(){function A(e,t){this.counterIncrement=U(e,uu,t.counterIncrement),this.counterReset=U(e,gu,t.counterReset)}return A})(),U=function(A,e,t){var r=new oo,n=t!==null&&typeof t<"u"?t.toString():e.initialValue;r.write(n);var s=new io(r.read());switch(e.type){case 2:var a=s.parseComponentValue();return e.parse(A,G(a)?a.value:e.initialValue);case 0:return e.parse(A,s.parseComponentValue());case 1:return e.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(e.format){case"angle":return Or.parse(A,s.parseComponentValue());case"color":return pe.parse(A,s.parseComponentValue());case"image":return os.parse(A,s.parseComponentValue());case"length":var i=s.parseComponentValue();return he(i)?i:uA;case"length-percentage":var o=s.parseComponentValue();return j(o)?o:uA;case"time":return Eo.parse(A,s.parseComponentValue())}break}},mu="data-html2canvas-debug",Uu=function(A){var e=A.getAttribute(mu);switch(e){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},Zn=function(A,e){var t=Uu(A);return t===1||e===t},zA=(function(){function A(e,t){if(this.context=e,this.textNodes=[],this.elements=[],this.flags=0,Zn(t,3))debugger;this.styles=new Qu(e,window.getComputedStyle(t,null)),As(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=kr(this.context,t),Zn(t,4)&&(this.flags|=16)}return A})(),vu="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",Ca="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",yt=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(bt=0;bt<Ca.length;bt++)yt[Ca.charCodeAt(bt)]=bt;var bt,Fu=function(A){var e=A.length*.75,t=A.length,r,n=0,s,a,i,o;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=yt[A.charCodeAt(r)],a=yt[A.charCodeAt(r+1)],i=yt[A.charCodeAt(r+2)],o=yt[A.charCodeAt(r+3)],c[n++]=s<<2|a>>4,c[n++]=(a&15)<<4|i>>2,c[n++]=(i&3)<<6|o&63;return l},yu=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},Eu=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},Ee=5,is=11,Un=2,xu=is-Ee,xo=65536>>Ee,Hu=1<<Ee,vn=Hu-1,Iu=1024>>Ee,Lu=xo+Iu,Ku=Lu,Su=32,Tu=Ku+Su,Du=65536>>is,ku=1<<xu,Mu=ku-1,ma=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Ou=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},Ru=function(A,e){var t=Fu(A),r=Array.isArray(t)?Eu(t):new Uint32Array(t),n=Array.isArray(t)?yu(t):new Uint16Array(t),s=24,a=ma(n,s/2,r[4]/2),i=r[5]===2?ma(n,(s+r[4])/2):Ou(r,Math.ceil((s+r[4])/4));return new Nu(r[0],r[1],r[2],r[3],a,i)},Nu=(function(){function A(e,t,r,n,s,a){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>Ee],t=(t<<Un)+(e&vn),this.data[t];if(e<=65535)return t=this.index[xo+(e-55296>>Ee)],t=(t<<Un)+(e&vn),this.data[t];if(e<this.highStart)return t=Tu-Du+(e>>is),t=this.index[t],t+=e>>Ee&Mu,t=this.index[t],t=(t<<Un)+(e&vn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),Ua="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Gu=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Qt=0;Qt<Ua.length;Qt++)Gu[Ua.charCodeAt(Qt)]=Qt;var Qt,Pu=1,Fn=2,yn=3,va=4,Fa=5,Vu=7,ya=8,En=9,xn=10,Ea=11,xa=12,Ha=13,Ia=14,Hn=15,_u=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Xu=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=A[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Ju=Ru(vu),SA="\xD7",In="\xF7",Wu=function(A){return Ju.get(A)},Yu=function(A,e,t){var r=t-2,n=e[r],s=e[t-1],a=e[t];if(s===Fn&&a===yn)return SA;if(s===Fn||s===yn||s===va||a===Fn||a===yn||a===va)return In;if(s===ya&&[ya,En,Ea,xa].indexOf(a)!==-1||(s===Ea||s===En)&&(a===En||a===xn)||(s===xa||s===xn)&&a===xn||a===Ha||a===Fa||a===Vu||s===Pu)return SA;if(s===Ha&&a===Ia){for(;n===Fa;)n=e[--r];if(n===Ia)return SA}if(s===Hn&&a===Hn){for(var i=0;n===Hn;)i++,n=e[--r];if(i%2===0)return SA}return In},zu=function(A){var e=_u(A),t=e.length,r=0,n=0,s=e.map(Wu);return{next:function(){if(r>=t)return{done:!0,value:null};for(var a=SA;r<t&&(a=Yu(e,s,++r))===SA;);if(a!==SA||r===t){var i=Xu.apply(null,e.slice(n,r));return n=r,{value:i,done:!1}}return{done:!0,value:null}}}},$u=function(A){for(var e=zu(A),t=[],r;!(r=e.next()).done;)r.value&&t.push(r.value.slice());return t},Zu=function(A){var e=123;if(A.createRange){var t=A.createRange();if(t.getBoundingClientRect){var r=A.createElement("boundtest");r.style.height=e+"px",r.style.display="block",A.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(A.body.removeChild(r),s===e)return!0}}return!1},qu=function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=e.firstChild,n=Mr(r.data).map(function(o){return Z(o)}),s=0,a={},i=n.every(function(o,l){t.setStart(r,s),t.setEnd(r,s+o.length);var c=t.getBoundingClientRect();s+=o.length;var B=c.x>a.x||c.y>a.y;return a=c,l===0?!0:B});return A.body.removeChild(e),i},ju=function(){return typeof new Image().crossOrigin<"u"},Ag=function(){return typeof new XMLHttpRequest().responseType=="string"},eg=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch{return!1}return!0},La=function(A){return A[0]===0&&A[1]===255&&A[2]===0&&A[3]===255},tg=function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=e.toDataURL();n.src=s;var a=qn(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),Ka(a).then(function(i){r.drawImage(i,0,0);var o=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var l=A.createElement("div");return l.style.backgroundImage="url("+s+")",l.style.height=t+"px",La(o)?Ka(qn(t,t,0,0,l)):Promise.reject(!1)}).then(function(i){return r.drawImage(i,0,0),La(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},qn=function(A,e,t,r,n){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),i=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",A.toString()),a.setAttributeNS(null,"height",e.toString()),i.setAttributeNS(null,"width","100%"),i.setAttributeNS(null,"height","100%"),i.setAttributeNS(null,"x",t.toString()),i.setAttributeNS(null,"y",r.toString()),i.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(i),i.appendChild(n),a},Ka=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},BA={get SUPPORT_RANGE_BOUNDS(){var A=Zu(document);return Object.defineProperty(BA,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=BA.SUPPORT_RANGE_BOUNDS&&qu(document);return Object.defineProperty(BA,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=eg(document);return Object.defineProperty(BA,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A=typeof Array.from=="function"&&typeof window.fetch=="function"?tg(document):Promise.resolve(!1);return Object.defineProperty(BA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=ju();return Object.defineProperty(BA,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=Ag();return Object.defineProperty(BA,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(BA,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(BA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Lt=(function(){function A(e,t){this.text=e,this.bounds=t}return A})(),rg=function(A,e,t,r){var n=ag(e,t),s=[],a=0;return n.forEach(function(i){if(t.textDecorationLine.length||i.trim().length>0)if(BA.SUPPORT_RANGE_BOUNDS){var o=Sa(r,a,i.length).getClientRects();if(o.length>1){var l=ls(i),c=0;l.forEach(function(u){s.push(new Lt(u,ne.fromDOMRectList(A,Sa(r,c+a,u.length).getClientRects()))),c+=u.length})}else s.push(new Lt(i,ne.fromDOMRectList(A,o)))}else{var B=r.splitText(i.length);s.push(new Lt(i,ng(A,r))),r=B}else BA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(i.length));a+=i.length}),s},ng=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var s=kr(A,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return ne.EMPTY},Sa=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(A,e),n.setEnd(A,e+t),n},ls=function(A){if(BA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(t){return t.segment})}return $u(A)},sg=function(A,e){if(BA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(r){return r.segment})}return ig(A,e)},ag=function(A,e){return e.letterSpacing!==0?ls(A):sg(A,e)},og=[32,160,4961,65792,65793,4153,4241],ig=function(A,e){for(var t=Dl(A,{lineBreak:e.lineBreak,wordBreak:e.overflowWrap==="break-word"?"break-word":e.wordBreak}),r=[],n,s=function(){if(n.value){var a=n.value.slice(),i=Mr(a),o="";i.forEach(function(l){og.indexOf(l)===-1?o+=Z(l):(o.length&&r.push(o),r.push(Z(l)),o="")}),o.length&&r.push(o)}};!(n=t.next()).done;)s();return r},lg=(function(){function A(e,t,r){this.text=cg(t.data,r.textTransform),this.textBounds=rg(e,this.text,r,t)}return A})(),cg=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(Bg,ug);case 2:return A.toUpperCase();default:return A}},Bg=/(^|\s|:|-|\(|\))([a-z])/g,ug=function(A,e,t){return A.length>0?e+t.toUpperCase():A},Ho=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return e})(zA),Io=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return e})(zA),Lo=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=new XMLSerializer,a=kr(t,r);return r.setAttribute("width",a.width+"px"),r.setAttribute("height",a.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return e})(zA),Ko=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(zA),jn=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return e})(zA),gg=[{type:15,flags:0,unit:"px",number:3}],dg=[{type:16,flags:0,number:50}],fg=function(A){return A.width>A.height?new ne(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width<A.height?new ne(A.left,A.top+(A.height-A.width)/2,A.width,A.width):A},pg=function(A){var e=A.type===wg?new Array(A.value.length+1).join("\u2022"):A.value;return e.length===0?A.placeholder||"":e},Hr="checkbox",Ir="radio",wg="password",Ta=707406591,cs=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=pg(r),(n.type===Hr||n.type===Ir)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=fg(n.bounds)),n.type){case Hr:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=gg;break;case Ir:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=dg;break}return n}return e})(zA),So=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return e})(zA),To=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(zA),Do=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=Mo(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?Ht(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):re.TRANSPARENT,a=r.contentWindow.document.body?Ht(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):re.TRANSPARENT;n.backgroundColor=we(s)?we(a)?n.styles.backgroundColor:a:s}}catch{}return n}return e})(zA),hg=["OL","UL","MENU"],vr=function(A,e,t,r){for(var n=e.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,Oo(n)&&n.data.trim().length>0)t.textNodes.push(new lg(A,n,t.styles));else if(Ve(n))if(Po(n)&&n.assignedNodes)n.assignedNodes().forEach(function(i){return vr(A,i,t,r)});else{var a=ko(A,n);a.styles.isVisible()&&(bg(n,a,r)?a.flags|=4:Qg(a.styles)&&(a.flags|=2),hg.indexOf(n.tagName)!==-1&&(a.flags|=8),t.elements.push(a),n.slot,n.shadowRoot?vr(A,n.shadowRoot,a,r):!Lr(n)&&!Ro(n)&&!Kr(n)&&vr(A,n,a,r))}},ko=function(A,e){return es(e)?new Ho(A,e):No(e)?new Io(A,e):Ro(e)?new Lo(A,e):Cg(e)?new Ko(A,e):mg(e)?new jn(A,e):Ug(e)?new cs(A,e):Kr(e)?new So(A,e):Lr(e)?new To(A,e):Go(e)?new Do(A,e):new zA(A,e)},Mo=function(A,e){var t=ko(A,e);return t.flags|=4,vr(A,e,t,t),t},bg=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||Bs(A)&&t.styles.isTransparent()},Qg=function(A){return A.isPositioned()||A.isFloating()},Oo=function(A){return A.nodeType===Node.TEXT_NODE},Ve=function(A){return A.nodeType===Node.ELEMENT_NODE},As=function(A){return Ve(A)&&typeof A.style<"u"&&!Fr(A)},Fr=function(A){return typeof A.className=="object"},Cg=function(A){return A.tagName==="LI"},mg=function(A){return A.tagName==="OL"},Ug=function(A){return A.tagName==="INPUT"},vg=function(A){return A.tagName==="HTML"},Ro=function(A){return A.tagName==="svg"},Bs=function(A){return A.tagName==="BODY"},No=function(A){return A.tagName==="CANVAS"},Da=function(A){return A.tagName==="VIDEO"},es=function(A){return A.tagName==="IMG"},Go=function(A){return A.tagName==="IFRAME"},ka=function(A){return A.tagName==="STYLE"},Fg=function(A){return A.tagName==="SCRIPT"},Lr=function(A){return A.tagName==="TEXTAREA"},Kr=function(A){return A.tagName==="SELECT"},Po=function(A){return A.tagName==="SLOT"},Ma=function(A){return A.tagName.indexOf("-")>0},yg=(function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(e){var t=this.counters[e];return t&&t.length?t[t.length-1]:1},A.prototype.getCounterValues=function(e){var t=this.counters[e];return t||[]},A.prototype.pop=function(e){var t=this;e.forEach(function(r){return t.counters[r].pop()})},A.prototype.parse=function(e){var t=this,r=e.counterIncrement,n=e.counterReset,s=!0;r!==null&&r.forEach(function(i){var o=t.counters[i.counter];o&&i.increment!==0&&(s=!1,o.length||o.push(1),o[Math.max(0,o.length-1)]+=i.increment)});var a=[];return s&&n.forEach(function(i){var o=t.counters[i.counter];a.push(i.counter),o||(o=t.counters[i.counter]=[]),o.push(i.reset)}),a},A})(),Oa={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"]},Ra={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:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054F","\u054E","\u054D","\u054C","\u054B","\u054A","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053F","\u053E","\u053D","\u053C","\u053B","\u053A","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},Eg={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:["\u05D9\u05F3","\u05D8\u05F3","\u05D7\u05F3","\u05D6\u05F3","\u05D5\u05F3","\u05D4\u05F3","\u05D3\u05F3","\u05D2\u05F3","\u05D1\u05F3","\u05D0\u05F3","\u05EA","\u05E9","\u05E8","\u05E7","\u05E6","\u05E4","\u05E2","\u05E1","\u05E0","\u05DE","\u05DC","\u05DB","\u05D9\u05D8","\u05D9\u05D7","\u05D9\u05D6","\u05D8\u05D6","\u05D8\u05D5","\u05D9","\u05D8","\u05D7","\u05D6","\u05D5","\u05D4","\u05D3","\u05D2","\u05D1","\u05D0"]},xg={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:["\u10F5","\u10F0","\u10EF","\u10F4","\u10EE","\u10ED","\u10EC","\u10EB","\u10EA","\u10E9","\u10E8","\u10E7","\u10E6","\u10E5","\u10E4","\u10F3","\u10E2","\u10E1","\u10E0","\u10DF","\u10DE","\u10DD","\u10F2","\u10DC","\u10DB","\u10DA","\u10D9","\u10D8","\u10D7","\u10F1","\u10D6","\u10D5","\u10D4","\u10D3","\u10D2","\u10D1","\u10D0"]},Oe=function(A,e,t,r,n,s){return A<e||A>t?Dt(A,n,s.length>0):r.integers.reduce(function(a,i,o){for(;A>=i;)A-=i,a+=r.values[o];return a},"")+s},Vo=function(A,e,t,r){var n="";do t||A--,n=r(A)+n,A/=e;while(A*e>=e);return n},$=function(A,e,t,r,n){var s=t-e+1;return(A<0?"-":"")+(Vo(Math.abs(A),s,r,function(a){return Z(Math.floor(a%s)+e)})+n)},Ue=function(A,e,t){t===void 0&&(t=". ");var r=e.length;return Vo(Math.abs(A),r,!1,function(n){return e[Math.floor(n%r)]})+t},Ge=1,ce=2,Be=4,Et=8,te=function(A,e,t,r,n,s){if(A<-9999||A>9999)return Dt(A,4,n.length>0);var a=Math.abs(A),i=n;if(a===0)return e[0]+i;for(var o=0;a>0&&o<=4;o++){var l=a%10;l===0&&tA(s,Ge)&&i!==""?i=e[l]+i:l>1||l===1&&o===0||l===1&&o===1&&tA(s,ce)||l===1&&o===1&&tA(s,Be)&&A>100||l===1&&o>1&&tA(s,Et)?i=e[l]+(o>0?t[o-1]:"")+i:l===1&&o>0&&(i=t[o-1]+i),a=Math.floor(a/10)}return(A<0?r:"")+i},Na="\u5341\u767E\u5343\u842C",Ga="\u62FE\u4F70\u4EDF\u842C",Pa="\u30DE\u30A4\u30CA\u30B9",Ln="\uB9C8\uC774\uB108\uC2A4",Dt=function(A,e,t){var r=t?". ":"",n=t?"\u3001":"",s=t?", ":"",a=t?" ":"";switch(e){case 0:return"\u2022"+a;case 1:return"\u25E6"+a;case 2:return"\u25FE"+a;case 5:var i=$(A,48,57,!0,r);return i.length<4?"0"+i:i;case 4:return Ue(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",n);case 6:return Oe(A,1,3999,Oa,3,r).toLowerCase();case 7:return Oe(A,1,3999,Oa,3,r);case 8:return $(A,945,969,!1,r);case 9:return $(A,97,122,!1,r);case 10:return $(A,65,90,!1,r);case 11:return $(A,1632,1641,!0,r);case 12:case 49:return Oe(A,1,9999,Ra,3,r);case 35:return Oe(A,1,9999,Ra,3,r).toLowerCase();case 13:return $(A,2534,2543,!0,r);case 14:case 30:return $(A,6112,6121,!0,r);case 15:return Ue(A,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",n);case 16:return Ue(A,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",n);case 17:case 48:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Na,"\u8CA0",n,ce|Be|Et);case 47:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",Ga,"\u8CA0",n,Ge|ce|Be|Et);case 42:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Na,"\u8D1F",n,ce|Be|Et);case 41:return te(A,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",Ga,"\u8D1F",n,Ge|ce|Be|Et);case 26:return te(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",Pa,n,0);case 25:return te(A,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",Pa,n,Ge|ce|Be);case 31:return te(A,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",Ln,s,Ge|ce|Be);case 33:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",Ln,s,0);case 32:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",Ln,s,Ge|ce|Be);case 18:return $(A,2406,2415,!0,r);case 20:return Oe(A,1,19999,xg,3,r);case 21:return $(A,2790,2799,!0,r);case 22:return $(A,2662,2671,!0,r);case 22:return Oe(A,1,10999,Eg,3,r);case 23:return Ue(A,"\u3042\u3044\u3046\u3048\u304A\u304B\u304D\u304F\u3051\u3053\u3055\u3057\u3059\u305B\u305D\u305F\u3061\u3064\u3066\u3068\u306A\u306B\u306C\u306D\u306E\u306F\u3072\u3075\u3078\u307B\u307E\u307F\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308A\u308B\u308C\u308D\u308F\u3090\u3091\u3092\u3093");case 24:return Ue(A,"\u3044\u308D\u306F\u306B\u307B\u3078\u3068\u3061\u308A\u306C\u308B\u3092\u308F\u304B\u3088\u305F\u308C\u305D\u3064\u306D\u306A\u3089\u3080\u3046\u3090\u306E\u304A\u304F\u3084\u307E\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304D\u3086\u3081\u307F\u3057\u3091\u3072\u3082\u305B\u3059");case 27:return $(A,3302,3311,!0,r);case 28:return Ue(A,"\u30A2\u30A4\u30A6\u30A8\u30AA\u30AB\u30AD\u30AF\u30B1\u30B3\u30B5\u30B7\u30B9\u30BB\u30BD\u30BF\u30C1\u30C4\u30C6\u30C8\u30CA\u30CB\u30CC\u30CD\u30CE\u30CF\u30D2\u30D5\u30D8\u30DB\u30DE\u30DF\u30E0\u30E1\u30E2\u30E4\u30E6\u30E8\u30E9\u30EA\u30EB\u30EC\u30ED\u30EF\u30F0\u30F1\u30F2\u30F3",n);case 29:return Ue(A,"\u30A4\u30ED\u30CF\u30CB\u30DB\u30D8\u30C8\u30C1\u30EA\u30CC\u30EB\u30F2\u30EF\u30AB\u30E8\u30BF\u30EC\u30BD\u30C4\u30CD\u30CA\u30E9\u30E0\u30A6\u30F0\u30CE\u30AA\u30AF\u30E4\u30DE\u30B1\u30D5\u30B3\u30A8\u30C6\u30A2\u30B5\u30AD\u30E6\u30E1\u30DF\u30B7\u30F1\u30D2\u30E2\u30BB\u30B9",n);case 34:return $(A,3792,3801,!0,r);case 37:return $(A,6160,6169,!0,r);case 38:return $(A,4160,4169,!0,r);case 39:return $(A,2918,2927,!0,r);case 40:return $(A,1776,1785,!0,r);case 43:return $(A,3046,3055,!0,r);case 44:return $(A,3174,3183,!0,r);case 45:return $(A,3664,3673,!0,r);case 46:return $(A,3872,3881,!0,r);default:return $(A,48,57,!0,r)}},_o="data-html2canvas-ignore",Va=(function(){function A(e,t,r){if(this.context=e,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new yg,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 A.prototype.toIFrame=function(e,t){var r=this,n=Hg(e,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=e.defaultView.pageXOffset,a=e.defaultView.pageYOffset,i=n.contentWindow,o=i.document,l=Kg(n).then(function(){return bA(r,void 0,void 0,function(){var c,B;return pA(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(kg),i&&(i.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(i.scrollY!==t.top||i.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(i.scrollX-t.left,i.scrollY-t.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"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,Lg(o)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(o,B)}).then(function(){return n})]:[2,n]}})})});return o.open(),o.write(Tg(document.doctype)+"<html></html>"),Dg(this.referenceElement.ownerDocument,s,a),o.replaceChild(o.adoptNode(this.documentElement),o.documentElement),o.close(),l},A.prototype.createElementClone=function(e){if(Zn(e,2))debugger;if(No(e))return this.createCanvasClone(e);if(Da(e))return this.createVideoClone(e);if(ka(e))return this.createStyleClone(e);var t=e.cloneNode(!1);return es(t)&&(es(e)&&e.currentSrc&&e.currentSrc!==e.src&&(t.src=e.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),Ma(t)?this.createCustomElementClone(t):t},A.prototype.createCustomElementClone=function(e){var t=document.createElement("html2canvascustomelement");return Kn(e.style,t),t},A.prototype.createStyleClone=function(e){try{var t=e.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),n=e.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return e.cloneNode(!1)},A.prototype.createCanvasClone=function(e){var t;if(this.options.inlineImages&&e.ownerDocument){var r=e.ownerDocument.createElement("img");try{return r.src=e.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",e)}}var n=e.cloneNode(!1);try{n.width=e.width,n.height=e.height;var s=e.getContext("2d"),a=n.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,e.width,e.height),0,0);else{var i=(t=e.getContext("webgl2"))!==null&&t!==void 0?t:e.getContext("webgl");if(i){var o=i.getContextAttributes();o?.preserveDrawingBuffer===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",e)}a.drawImage(e,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",e)}return n},A.prototype.createVideoClone=function(e){var t=e.ownerDocument.createElement("canvas");t.width=e.offsetWidth,t.height=e.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(e,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",e)}var n=e.ownerDocument.createElement("canvas");return n.width=e.offsetWidth,n.height=e.offsetHeight,n},A.prototype.appendChildNode=function(e,t,r){(!Ve(t)||!Fg(t)&&!t.hasAttribute(_o)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!Ve(t)||!ka(t))&&e.appendChild(this.cloneNode(t,r))},A.prototype.cloneChildNodes=function(e,t,r){for(var n=this,s=e.shadowRoot?e.shadowRoot.firstChild:e.firstChild;s;s=s.nextSibling)if(Ve(s)&&Po(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(i){return n.appendChildNode(t,i,r)})}else this.appendChildNode(t,s,r)},A.prototype.cloneNode=function(e,t){if(Oo(e))return document.createTextNode(e.data);if(!e.ownerDocument)return e.cloneNode(!1);var r=e.ownerDocument.defaultView;if(r&&Ve(e)&&(As(e)||Fr(e))){var n=this.createElementClone(e);n.style.transitionProperty="none";var s=r.getComputedStyle(e),a=r.getComputedStyle(e,":before"),i=r.getComputedStyle(e,":after");this.referenceElement===e&&As(n)&&(this.clonedReferenceElement=n),Bs(n)&&Rg(n);var o=this.counters.parse(new Qa(this.context,s)),l=this.resolvePseudoContent(e,n,a,Kt.BEFORE);Ma(e)&&(t=!0),Da(e)||this.cloneChildNodes(e,n,t),l&&n.insertBefore(l,n.firstChild);var c=this.resolvePseudoContent(e,n,i,Kt.AFTER);return c&&n.appendChild(c),this.counters.pop(o),(s&&(this.options.copyStyles||Fr(e))&&!Go(e)||t)&&Kn(s,n),(e.scrollTop!==0||e.scrollLeft!==0)&&this.scrolledElements.push([n,e.scrollLeft,e.scrollTop]),(Lr(e)||Kr(e))&&(Lr(n)||Kr(n))&&(n.value=e.value),n}return e.cloneNode(!1)},A.prototype.resolvePseudoContent=function(e,t,r,n){var s=this;if(r){var a=r.content,i=t.ownerDocument;if(!(!i||!a||a==="none"||a==="-moz-alt-content"||r.display==="none")){this.counters.parse(new Qa(this.context,r));var o=new Cu(this.context,r),l=i.createElement("html2canvaspseudoelement");Kn(r,l),o.content.forEach(function(B){if(B.type===0)l.appendChild(i.createTextNode(B.value));else if(B.type===22){var u=i.createElement("img");u.src=B.value,u.style.opacity="1",l.appendChild(u)}else if(B.type===18){if(B.name==="attr"){var f=B.values.filter(G);f.length&&l.appendChild(i.createTextNode(e.getAttribute(f[0].value)||""))}else if(B.name==="counter"){var p=B.values.filter(Xe),w=p[0],y=p[1];if(w&&G(w)){var b=s.counters.getCounterValue(w.value),h=y&&G(y)?$n.parse(s.context,y.value):3;l.appendChild(i.createTextNode(Dt(b,h,!1)))}}else if(B.name==="counters"){var k=B.values.filter(Xe),w=k[0],K=k[1],y=k[2];if(w&&G(w)){var H=s.counters.getCounterValues(w.value),Q=y&&G(y)?$n.parse(s.context,y.value):3,C=K&&K.type===0?K.value:"",S=H.map(function(sA){return Dt(sA,Q,!1)}).join(C);l.appendChild(i.createTextNode(S))}}}else if(B.type===20)switch(B.value){case"open-quote":l.appendChild(i.createTextNode(ba(o.quotes,s.quoteDepth++,!0)));break;case"close-quote":l.appendChild(i.createTextNode(ba(o.quotes,--s.quoteDepth,!1)));break;default:l.appendChild(i.createTextNode(B.value))}}),l.className=ts+" "+rs;var c=n===Kt.BEFORE?" "+ts:" "+rs;return Fr(t)?t.className.baseValue+=c:t.className+=c,l}}},A.destroy=function(e){return e.parentNode?(e.parentNode.removeChild(e),!0):!1},A})(),Kt;(function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"})(Kt||(Kt={}));var Hg=function(A,e){var t=A.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=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(_o,"true"),A.body.appendChild(t),t},Ig=function(A){return new Promise(function(e){if(A.complete){e();return}if(!A.src){e();return}A.onload=e,A.onerror=e})},Lg=function(A){return Promise.all([].slice.call(A.images,0).map(Ig))},Kg=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),e(A))},50)}})},Sg=["all","d","content"],Kn=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);Sg.indexOf(r)===-1&&e.style.setProperty(r,A.getPropertyValue(r))}return e},Tg=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'+A.publicId+'"'),A.systemId&&(e+='"'+A.systemId+'"'),e+=">"),e},Dg=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},kg=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},Mg=":before",Og=":after",ts="___html2canvas___pseudoelement_before",rs="___html2canvas___pseudoelement_after",_a=`{
5
5
  content: "" !important;
6
6
  display: none !important;
7
- }`,Kg=function(A){Sg(A,"."+jn+Ig+Ra+`
8
- .`+As+Lg+Ra)},Sg=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},No=(function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A})(),Tg=(function(){function A(e,t){this.context=e,this._options=t,this._cache={}}return A.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)||(Ln(e)||Og(e))&&(this._cache[e]=this.loadImage(e)).catch(function(){}),t},A.prototype.match=function(e){return this._cache[e]},A.prototype.loadImage=function(e){return hA(this,void 0,void 0,function(){var t,r,n,s,a=this;return fA(this,function(i){switch(i.label){case 0:return t=No.isSameOrigin(e),r=!In(e)&&this._options.useCORS===!0&&BA.SUPPORT_CORS_IMAGES&&!t,n=!In(e)&&!t&&!Ln(e)&&typeof this._options.proxy=="string"&&BA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!In(e)&&!Ln(e)&&!n&&!r?[2]:(s=e,n?[4,this.proxy(s)]:[3,2]);case 1:s=i.sent(),i.label=2;case 2:return this.context.logger.debug("Added image "+e.substring(0,256)),[4,new Promise(function(o,l){var c=new Image;c.onload=function(){return o(c)},c.onerror=l,(Rg(s)||r)&&(c.crossOrigin="anonymous"),c.src=s,c.complete===!0&&setTimeout(function(){return o(c)},500),a._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,i.sent()]}})})},A.prototype.has=function(e){return typeof this._cache[e]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(e){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=e.substring(0,256);return new Promise(function(s,a){var i=BA.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(o.status===200)if(i==="text")s(o.response);else{var B=new FileReader;B.addEventListener("load",function(){return s(B.result)},!1),B.addEventListener("error",function(g){return a(g)},!1),B.readAsDataURL(o.response)}else a("Failed to proxy resource "+n+" with status code "+o.status)},o.onerror=a;var l=r.indexOf("?")>-1?"&":"?";if(o.open("GET",""+r+l+"url="+encodeURIComponent(e)+"&responseType="+i),i!=="text"&&o instanceof XMLHttpRequest&&(o.responseType=i),t._options.imageTimeout){var c=t._options.imageTimeout;o.timeout=c,o.ontimeout=function(){return a("Timed out ("+c+"ms) proxying "+n)}}o.send()})},A})(),Dg=/^data:image\/svg\+xml/i,kg=/^data:image\/.*;base64,/i,Mg=/^data:image\/.*/i,Og=function(A){return BA.SUPPORT_SVG_DRAWING||!Ng(A)},In=function(A){return Mg.test(A)},Rg=function(A){return kg.test(A)},Ln=function(A){return A.substr(0,4)==="blob"},Ng=function(A){return A.substr(-3).toLowerCase()==="svg"||Dg.test(A)},m=(function(){function A(e,t){this.type=0,this.x=e,this.y=t}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A})(),Re=function(A,e,t){return new m(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},pr=(function(){function A(e,t,r,n){this.type=1,this.start=e,this.startControl=t,this.endControl=r,this.end=n}return A.prototype.subdivide=function(e,t){var r=Re(this.start,this.startControl,e),n=Re(this.startControl,this.endControl,e),s=Re(this.endControl,this.end,e),a=Re(r,n,e),i=Re(n,s,e),o=Re(a,i,e);return t?new A(this.start,r,a,o):new A(o,i,s,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A})(),TA=function(A){return A.type===1},Gg=(function(){function A(e){var t=e.styles,r=e.bounds,n=Ct(t.borderTopLeftRadius,r.width,r.height),s=n[0],a=n[1],i=Ct(t.borderTopRightRadius,r.width,r.height),o=i[0],l=i[1],c=Ct(t.borderBottomRightRadius,r.width,r.height),B=c[0],g=c[1],w=Ct(t.borderBottomLeftRadius,r.width,r.height),f=w[0],b=w[1],y=[];y.push((s+o)/r.width),y.push((f+B)/r.width),y.push((a+b)/r.height),y.push((l+g)/r.height);var Q=Math.max.apply(Math,y);Q>1&&(s/=Q,a/=Q,o/=Q,l/=Q,B/=Q,g/=Q,f/=Q,b/=Q);var h=r.width-o,k=r.height-g,L=r.width-B,x=r.height-b,p=t.borderTopWidth,C=t.borderRightWidth,S=t.borderBottomWidth,K=t.borderLeftWidth,Y=V(t.paddingTop,e.bounds.width),sA=V(t.paddingRight,e.bounds.width),wA=V(t.paddingBottom,e.bounds.width),D=V(t.paddingLeft,e.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?_(r.left+K/3,r.top+p/3,s-K/3,a-p/3,O.TOP_LEFT):new m(r.left+K/3,r.top+p/3),this.topRightBorderDoubleOuterBox=s>0||a>0?_(r.left+h,r.top+p/3,o-C/3,l-p/3,O.TOP_RIGHT):new m(r.left+r.width-C/3,r.top+p/3),this.bottomRightBorderDoubleOuterBox=B>0||g>0?_(r.left+L,r.top+k,B-C/3,g-S/3,O.BOTTOM_RIGHT):new m(r.left+r.width-C/3,r.top+r.height-S/3),this.bottomLeftBorderDoubleOuterBox=f>0||b>0?_(r.left+K/3,r.top+x,f-K/3,b-S/3,O.BOTTOM_LEFT):new m(r.left+K/3,r.top+r.height-S/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?_(r.left+K*2/3,r.top+p*2/3,s-K*2/3,a-p*2/3,O.TOP_LEFT):new m(r.left+K*2/3,r.top+p*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?_(r.left+h,r.top+p*2/3,o-C*2/3,l-p*2/3,O.TOP_RIGHT):new m(r.left+r.width-C*2/3,r.top+p*2/3),this.bottomRightBorderDoubleInnerBox=B>0||g>0?_(r.left+L,r.top+k,B-C*2/3,g-S*2/3,O.BOTTOM_RIGHT):new m(r.left+r.width-C*2/3,r.top+r.height-S*2/3),this.bottomLeftBorderDoubleInnerBox=f>0||b>0?_(r.left+K*2/3,r.top+x,f-K*2/3,b-S*2/3,O.BOTTOM_LEFT):new m(r.left+K*2/3,r.top+r.height-S*2/3),this.topLeftBorderStroke=s>0||a>0?_(r.left+K/2,r.top+p/2,s-K/2,a-p/2,O.TOP_LEFT):new m(r.left+K/2,r.top+p/2),this.topRightBorderStroke=s>0||a>0?_(r.left+h,r.top+p/2,o-C/2,l-p/2,O.TOP_RIGHT):new m(r.left+r.width-C/2,r.top+p/2),this.bottomRightBorderStroke=B>0||g>0?_(r.left+L,r.top+k,B-C/2,g-S/2,O.BOTTOM_RIGHT):new m(r.left+r.width-C/2,r.top+r.height-S/2),this.bottomLeftBorderStroke=f>0||b>0?_(r.left+K/2,r.top+x,f-K/2,b-S/2,O.BOTTOM_LEFT):new m(r.left+K/2,r.top+r.height-S/2),this.topLeftBorderBox=s>0||a>0?_(r.left,r.top,s,a,O.TOP_LEFT):new m(r.left,r.top),this.topRightBorderBox=o>0||l>0?_(r.left+h,r.top,o,l,O.TOP_RIGHT):new m(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||g>0?_(r.left+L,r.top+k,B,g,O.BOTTOM_RIGHT):new m(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=f>0||b>0?_(r.left,r.top+x,f,b,O.BOTTOM_LEFT):new m(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||a>0?_(r.left+K,r.top+p,Math.max(0,s-K),Math.max(0,a-p),O.TOP_LEFT):new m(r.left+K,r.top+p),this.topRightPaddingBox=o>0||l>0?_(r.left+Math.min(h,r.width-C),r.top+p,h>r.width+C?0:Math.max(0,o-C),Math.max(0,l-p),O.TOP_RIGHT):new m(r.left+r.width-C,r.top+p),this.bottomRightPaddingBox=B>0||g>0?_(r.left+Math.min(L,r.width-K),r.top+Math.min(k,r.height-S),Math.max(0,B-C),Math.max(0,g-S),O.BOTTOM_RIGHT):new m(r.left+r.width-C,r.top+r.height-S),this.bottomLeftPaddingBox=f>0||b>0?_(r.left+K,r.top+Math.min(x,r.height-S),Math.max(0,f-K),Math.max(0,b-S),O.BOTTOM_LEFT):new m(r.left+K,r.top+r.height-S),this.topLeftContentBox=s>0||a>0?_(r.left+K+D,r.top+p+Y,Math.max(0,s-(K+D)),Math.max(0,a-(p+Y)),O.TOP_LEFT):new m(r.left+K+D,r.top+p+Y),this.topRightContentBox=o>0||l>0?_(r.left+Math.min(h,r.width+K+D),r.top+p+Y,h>r.width+K+D?0:o-K+D,l-(p+Y),O.TOP_RIGHT):new m(r.left+r.width-(C+sA),r.top+p+Y),this.bottomRightContentBox=B>0||g>0?_(r.left+Math.min(L,r.width-(K+D)),r.top+Math.min(k,r.height+p+Y),Math.max(0,B-(C+sA)),g-(S+wA),O.BOTTOM_RIGHT):new m(r.left+r.width-(C+sA),r.top+r.height-(S+wA)),this.bottomLeftContentBox=f>0||b>0?_(r.left+K+D,r.top+x,Math.max(0,f-(K+D)),b-(S+wA),O.BOTTOM_LEFT):new m(r.left+K+D,r.top+r.height-(S+wA))}return A})(),O;(function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(O||(O={}));var _=function(A,e,t,r,n){var s=4*((Math.sqrt(2)-1)/3),a=t*s,i=r*s,o=A+t,l=e+r;switch(n){case O.TOP_LEFT:return new pr(new m(A,l),new m(A,l-i),new m(o-a,e),new m(o,e));case O.TOP_RIGHT:return new pr(new m(A,e),new m(A+a,e),new m(o,l-i),new m(o,l));case O.BOTTOM_RIGHT:return new pr(new m(o,e),new m(o,e+i),new m(A+a,l),new m(A,l));case O.BOTTOM_LEFT:default:return new pr(new m(o,l),new m(o-a,l),new m(A,e+i),new m(A,e))}},Lr=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Pg=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},Kr=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},Vg=(function(){function A(e,t,r){this.offsetX=e,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return A})(),wr=(function(){function A(e,t){this.path=e,this.target=t,this.type=1}return A})(),_g=(function(){function A(e){this.opacity=e,this.type=2,this.target=6}return A})(),Xg=function(A){return A.type===0},Go=function(A){return A.type===1},Jg=function(A){return A.type===2},Na=function(A,e){return A.length===e.length?A.some(function(t,r){return t===e[r]}):!1},Wg=function(A,e,t,r,n){return A.map(function(s,a){switch(a){case 0:return s.add(e,t);case 1:return s.add(e+r,t);case 2:return s.add(e+r,t+n);case 3:return s.add(e,t+n)}return s})},Po=(function(){function A(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A})(),Vo=(function(){function A(e,t){if(this.container=e,this.parent=t,this.effects=[],this.curves=new Gg(this.container),this.container.styles.opacity<1&&this.effects.push(new _g(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new Vg(r,n,s))}if(this.container.styles.overflowX!==0){var a=Lr(this.curves),i=Kr(this.curves);Na(a,i)?this.effects.push(new wr(a,6)):(this.effects.push(new wr(a,2)),this.effects.push(new wr(i,4)))}}return A.prototype.getEffects=function(e){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(o){return!Go(o)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var a=Lr(r.curves),i=Kr(r.curves);Na(a,i)||n.unshift(new wr(i,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(o){return tA(o.target,e)})},A})(),es=function(A,e,t,r){A.container.elements.forEach(function(n){var s=tA(n.flags,4),a=tA(n.flags,2),i=new Vo(n,A);tA(n.styles.display,2048)&&r.push(i);var o=tA(n.flags,8)?[]:r;if(s||a){var l=s||n.styles.isPositioned()?t:e,c=new Po(i);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var g=0;l.negativeZIndex.some(function(f,b){return B>f.element.container.styles.zIndex.order?(g=b,!1):g>0}),l.negativeZIndex.splice(g,0,c)}else if(B>0){var w=0;l.positiveZIndex.some(function(f,b){return B>=f.element.container.styles.zIndex.order?(w=b+1,!1):w>0}),l.positiveZIndex.splice(w,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else n.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);es(i,c,s?c:t,o)}else n.styles.isInlineLevel()?e.inlineLevel.push(i):e.nonInlineLevel.push(i),es(i,e,t,o);tA(n.flags,8)&&_o(n,o)})},_o=function(A,e){for(var t=A instanceof $n?A.start:1,r=A instanceof $n?A.reversed:!1,n=0;n<e.length;n++){var s=e[n];s.container instanceof Eo&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=Lt(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},Yg=function(A){var e=new Vo(A,null),t=new Po(e),r=[];return es(e,t,t,r),_o(e.container,r),t},Ga=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},zg=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return kA(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},$g=function(A,e){switch(e){case 0:return kA(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},Zg=function(A,e){switch(e){case 0:return hr(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return hr(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return hr(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return hr(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},hr=function(A,e){var t=[];return TA(A)?t.push(A.subdivide(.5,!1)):t.push(A),TA(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},kA=function(A,e,t,r){var n=[];return TA(A)?n.push(A.subdivide(.5,!1)):n.push(A),TA(t)?n.push(t.subdivide(.5,!0)):n.push(t),TA(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),TA(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},Xo=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},Sr=function(A){var e=A.styles,t=A.bounds,r=V(e.paddingLeft,t.width),n=V(e.paddingRight,t.width),s=V(e.paddingTop,t.width),a=V(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,s+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+s+a))},qg=function(A,e){return A===0?e.bounds:A===2?Sr(e):Xo(e)},jg=function(A,e){return A===0?e.bounds:A===2?Sr(e):Xo(e)},Kn=function(A,e,t){var r=qg(Pe(A.styles.backgroundOrigin,e),A),n=jg(Pe(A.styles.backgroundClip,e),A),s=Ad(Pe(A.styles.backgroundSize,e),t,r),a=s[0],i=s[1],o=Ct(Pe(A.styles.backgroundPosition,e),r.width-a,r.height-i),l=ed(Pe(A.styles.backgroundRepeat,e),o,s,r,n),c=Math.round(r.left+o[0]),B=Math.round(r.top+o[1]);return[l,c,B,a,i]},Ne=function(A){return N(A)&&A.value===_e.AUTO},br=function(A){return typeof A=="number"},Ad=function(A,e,t){var r=e[0],n=e[1],s=e[2],a=A[0],i=A[1];if(!a)return[0,0];if(j(a)&&i&&j(i))return[V(a,t.width),V(i,t.height)];var o=br(s);if(N(a)&&(a.value===_e.CONTAIN||a.value===_e.COVER)){if(br(s)){var l=t.width/t.height;return l<s!=(a.value===_e.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var c=br(r),B=br(n),g=c||B;if(Ne(a)&&(!i||Ne(i))){if(c&&B)return[r,n];if(!o&&!g)return[t.width,t.height];if(g&&o){var w=c?r:n*s,f=B?n:r/s;return[w,f]}var b=c?r:t.width,y=B?n:t.height;return[b,y]}if(o){var Q=0,h=0;return j(a)?Q=V(a,t.width):j(i)&&(h=V(i,t.height)),Ne(a)?Q=h*s:(!i||Ne(i))&&(h=Q/s),[Q,h]}var k=null,L=null;if(j(a)?k=V(a,t.width):i&&j(i)&&(L=V(i,t.height)),k!==null&&(!i||Ne(i))&&(L=c&&B?k/r*n:t.height),L!==null&&Ne(a)&&(k=c&&B?L/n*r:t.width),k!==null&&L!==null)return[k,L];throw new Error("Unable to calculate background-size for element")},Pe=function(A,e){var t=A[e];return typeof t>"u"?A[0]:t},ed=function(A,e,t,r,n){var s=e[0],a=e[1],i=t[0],o=t[1];switch(A){case 2:return[new m(Math.round(r.left),Math.round(r.top+a)),new m(Math.round(r.left+r.width),Math.round(r.top+a)),new m(Math.round(r.left+r.width),Math.round(o+r.top+a)),new m(Math.round(r.left),Math.round(o+r.top+a))];case 3:return[new m(Math.round(r.left+s),Math.round(r.top)),new m(Math.round(r.left+s+i),Math.round(r.top)),new m(Math.round(r.left+s+i),Math.round(r.height+r.top)),new m(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new m(Math.round(r.left+s),Math.round(r.top+a)),new m(Math.round(r.left+s+i),Math.round(r.top+a)),new m(Math.round(r.left+s+i),Math.round(r.top+a+o)),new m(Math.round(r.left+s),Math.round(r.top+a+o))];default:return[new m(Math.round(n.left),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.height+n.top)),new m(Math.round(n.left),Math.round(n.height+n.top))]}},td="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Pa="Hidden Text",rd=(function(){function A(e){this._data={},this._document=e}return A.prototype.parseMetrics=function(e,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;r.style.visibility="hidden",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",a.appendChild(r),n.src=td,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=e,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(Pa)),r.appendChild(s),r.appendChild(n);var i=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode(Pa)),r.style.lineHeight="normal",n.style.verticalAlign="super";var o=n.offsetTop-r.offsetTop+2;return a.removeChild(r),{baseline:i,middle:o}},A.prototype.getMetrics=function(e,t){var r=e+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(e,t)),this._data[r]},A})(),Jo=(function(){function A(e,t){this.context=e,this.options=t}return A})(),nd=1e4,sd=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new rd(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return e.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},e.prototype.applyEffect=function(t){this.ctx.save(),Jg(t)&&(this.ctx.globalAlpha=t.opacity),Xg(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)),Go(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(t){return hA(this,void 0,void 0,function(){var r;return fA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(t){return hA(this,void 0,void 0,function(){return fA(this,function(r){switch(r.label){case 0:if(tA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var a=as(t.text);a.reduce(function(i,o){return s.ctx.fillText(o,i,t.bounds.top+n),i+s.ctx.measureText(o).width},t.bounds.left)}},e.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),n=cd(t.fontFamily).join(", "),s=St(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},e.prototype.renderTextNode=function(t,r){return hA(this,void 0,void 0,function(){var n,s,a,i,o,l,c,B,g=this;return fA(this,function(w){return n=this.createFontStyle(r),s=n[0],a=n[1],i=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",o=this.fontMetrics.getMetrics(a,i),l=o.baseline,c=o.middle,B=r.paintOrder,t.textBounds.forEach(function(f){B.forEach(function(b){switch(b){case 0:g.ctx.fillStyle=aA(r.color),g.renderTextWithLetterSpacing(f,r.letterSpacing,l);var y=r.textShadow;y.length&&f.text.trim().length&&(y.slice(0).reverse().forEach(function(Q){g.ctx.shadowColor=aA(Q.color),g.ctx.shadowOffsetX=Q.offsetX.number*g.options.scale,g.ctx.shadowOffsetY=Q.offsetY.number*g.options.scale,g.ctx.shadowBlur=Q.blur.number,g.renderTextWithLetterSpacing(f,r.letterSpacing,l)}),g.ctx.shadowColor="",g.ctx.shadowOffsetX=0,g.ctx.shadowOffsetY=0,g.ctx.shadowBlur=0),r.textDecorationLine.length&&(g.ctx.fillStyle=aA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(Q){switch(Q){case 1:g.ctx.fillRect(f.bounds.left,Math.round(f.bounds.top+l),f.bounds.width,1);break;case 2:g.ctx.fillRect(f.bounds.left,Math.round(f.bounds.top),f.bounds.width,1);break;case 3:g.ctx.fillRect(f.bounds.left,Math.ceil(f.bounds.top+c),f.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&f.text.trim().length&&(g.ctx.strokeStyle=aA(r.webkitTextStrokeColor),g.ctx.lineWidth=r.webkitTextStrokeWidth,g.ctx.lineJoin=window.chrome?"miter":"round",g.ctx.strokeText(f.text,f.bounds.left,f.bounds.top+l)),g.ctx.strokeStyle="",g.ctx.lineWidth=0,g.ctx.lineJoin="miter";break}})}),[2]})})},e.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=Sr(t),a=Kr(r);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return hA(this,void 0,void 0,function(){var r,n,s,a,i,o,h,h,l,c,B,g,L,w,f,x,b,y,Q,h,k,L,x;return fA(this,function(p){switch(p.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,a=0,i=r.textNodes,p.label=1;case 1:return a<i.length?(o=i[a],[4,this.renderTextNode(o,s)]):[3,4];case 2:p.sent(),p.label=3;case 3:return a++,[3,1];case 4:if(!(r instanceof vo))return[3,8];p.label=5;case 5:return p.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return h=p.sent(),this.renderReplacedElement(r,n,h),[3,8];case 7:return p.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof Fo&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof yo))return[3,12];p.label=9;case 9:return p.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return h=p.sent(),this.renderReplacedElement(r,n,h),[3,12];case 11:return p.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Io&&r.tree?(l=new e(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:c=p.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),p.label=14;case 14:if(r instanceof os&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===Er?r.checked&&(this.ctx.save(),this.path([new m(r.bounds.left+B*.39363,r.bounds.top+B*.79),new m(r.bounds.left+B*.16,r.bounds.top+B*.5549),new m(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new m(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new m(r.bounds.left+B*.72983,r.bounds.top+B*.23),new m(r.bounds.left+B*.84,r.bounds.top+B*.34085),new m(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=aA(Ha),this.ctx.fill(),this.ctx.restore()):r.type===xr&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=aA(Ha),this.ctx.fill(),this.ctx.restore())),ad(r)&&r.value.length){switch(g=this.createFontStyle(s),L=g[0],w=g[1],f=this.fontMetrics.getMetrics(L,w).baseline,this.ctx.font=L,this.ctx.fillStyle=aA(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=id(r.styles.textAlign),x=Sr(r),b=0,r.styles.textAlign){case 1:b+=x.width/2;break;case 2:b+=x.width;break}y=x.add(b,0,0,-x.height/2+1),this.ctx.save(),this.path([new m(x.left,x.top),new m(x.left+x.width,x.top),new m(x.left+x.width,x.top+x.height),new m(x.left,x.top+x.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Et(r.value,y),s.letterSpacing,f),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!tA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(Q=r.styles.listStyleImage,Q.type!==0)return[3,18];h=void 0,k=Q.url,p.label=15;case 15:return p.trys.push([15,17,,18]),[4,this.context.cache.match(k)];case 16:return h=p.sent(),this.ctx.drawImage(h,r.bounds.left-(h.width+10),r.bounds.top),[3,18];case 17:return p.sent(),this.context.logger.error("Error loading list-style-image "+k),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(L=this.createFontStyle(s)[0],this.ctx.font=L,this.ctx.fillStyle=aA(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",x=new ne(r.bounds.left,r.bounds.top+V(r.styles.paddingTop,r.bounds.width),r.bounds.width,ua(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Et(t.listValue,x),s.letterSpacing,ua(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),p.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(t){return hA(this,void 0,void 0,function(){var r,n,Q,s,a,Q,i,o,Q,l,c,Q,B,g,Q,w,f,Q,b,y,Q;return fA(this,function(h){switch(h.label){case 0:if(tA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:h.sent(),r=0,n=t.negativeZIndex,h.label=2;case 2:return r<n.length?(Q=n[r],[4,this.renderStack(Q)]):[3,5];case 3:h.sent(),h.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:h.sent(),s=0,a=t.nonInlineLevel,h.label=7;case 7:return s<a.length?(Q=a[s],[4,this.renderNode(Q)]):[3,10];case 8:h.sent(),h.label=9;case 9:return s++,[3,7];case 10:i=0,o=t.nonPositionedFloats,h.label=11;case 11:return i<o.length?(Q=o[i],[4,this.renderStack(Q)]):[3,14];case 12:h.sent(),h.label=13;case 13:return i++,[3,11];case 14:l=0,c=t.nonPositionedInlineLevel,h.label=15;case 15:return l<c.length?(Q=c[l],[4,this.renderStack(Q)]):[3,18];case 16:h.sent(),h.label=17;case 17:return l++,[3,15];case 18:B=0,g=t.inlineLevel,h.label=19;case 19:return B<g.length?(Q=g[B],[4,this.renderNode(Q)]):[3,22];case 20:h.sent(),h.label=21;case 21:return B++,[3,19];case 22:w=0,f=t.zeroOrAutoZIndexOrTransformedOrOpacity,h.label=23;case 23:return w<f.length?(Q=f[w],[4,this.renderStack(Q)]):[3,26];case 24:h.sent(),h.label=25;case 25:return w++,[3,23];case 26:b=0,y=t.positiveZIndex,h.label=27;case 27:return b<y.length?(Q=y[b],[4,this.renderStack(Q)]):[3,30];case 28:h.sent(),h.label=29;case 29:return b++,[3,27];case 30:return[2]}})})},e.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()},e.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},e.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var a=TA(n)?n.start:n;s===0?r.ctx.moveTo(a.x,a.y):r.ctx.lineTo(a.x,a.y),TA(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},e.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},e.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,i=a.createElement("canvas");i.width=Math.max(1,r),i.height=Math.max(1,n);var o=i.getContext("2d");return o.drawImage(t,0,0,t.width,t.height,0,0,r,n),i},e.prototype.renderBackgroundImage=function(t){return hA(this,void 0,void 0,function(){var r,n,s,a,i,o;return fA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(c){var B,g,w,Y,iA,lA,D,z,S,f,Y,iA,lA,D,z,b,y,Q,h,k,L,x,p,C,S,K,Y,sA,wA,D,z,xA,iA,lA,_A,HA,RA,XA,NA,QA,CA,mA;return fA(this,function(d){switch(d.label){case 0:if(c.type!==0)return[3,5];B=void 0,g=c.url,d.label=1;case 1:return d.trys.push([1,3,,4]),[4,s.context.cache.match(g)];case 2:return B=d.sent(),[3,4];case 3:return d.sent(),s.context.logger.error("Error loading background-image "+g),[3,4];case 4:return B&&(w=Kn(t,r,[B.width,B.height,B.width/B.height]),Y=w[0],iA=w[1],lA=w[2],D=w[3],z=w[4],S=s.ctx.createPattern(s.resizeImage(B,D,z),"repeat"),s.renderRepeat(Y,S,iA,lA)),[3,6];case 5:Xc(c)?(f=Kn(t,r,[null,null,null]),Y=f[0],iA=f[1],lA=f[2],D=f[3],z=f[4],b=Nc(c.angle,D,z),y=b[0],Q=b[1],h=b[2],k=b[3],L=b[4],x=document.createElement("canvas"),x.width=D,x.height=z,p=x.getContext("2d"),C=p.createLinearGradient(Q,k,h,L),ca(c.stops,y).forEach(function(qA){return C.addColorStop(qA.stop,aA(qA.color))}),p.fillStyle=C,p.fillRect(0,0,D,z),D>0&&z>0&&(S=s.ctx.createPattern(x,"repeat"),s.renderRepeat(Y,S,iA,lA))):Jc(c)&&(K=Kn(t,r,[null,null,null]),Y=K[0],sA=K[1],wA=K[2],D=K[3],z=K[4],xA=c.position.length===0?[rs]:c.position,iA=V(xA[0],D),lA=V(xA[xA.length-1],z),_A=Gc(c,iA,lA,D,z),HA=_A[0],RA=_A[1],HA>0&&RA>0&&(XA=s.ctx.createRadialGradient(sA+iA,wA+lA,0,sA+iA,wA+lA,HA),ca(c.stops,HA*2).forEach(function(qA){return XA.addColorStop(qA.stop,aA(qA.color))}),s.path(Y),s.ctx.fillStyle=XA,HA!==RA?(NA=t.bounds.left+.5*t.bounds.width,QA=t.bounds.top+.5*t.bounds.height,CA=RA/HA,mA=1/CA,s.ctx.save(),s.ctx.translate(NA,QA),s.ctx.transform(1,0,0,CA,0,0),s.ctx.translate(-NA,-QA),s.ctx.fillRect(sA,mA*(wA-QA)+QA,D,z*mA),s.ctx.restore()):s.ctx.fill())),d.label=6;case 6:return r--,[2]}})},s=this,a=0,i=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return a<i.length?(o=i[a],[5,n(o)]):[3,4];case 2:l.sent(),l.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(t,r,n){return hA(this,void 0,void 0,function(){return fA(this,function(s){return this.path(Ga(n,r)),this.ctx.fillStyle=aA(t),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(t,r,n,s){return hA(this,void 0,void 0,function(){var a,i;return fA(this,function(o){switch(o.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return o.sent(),[2];case 2:return a=zg(s,n),this.path(a),this.ctx.fillStyle=aA(t),this.ctx.fill(),i=$g(s,n),this.path(i),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(t){return hA(this,void 0,void 0,function(){var r,n,s,a,i,o,l,c,B=this;return fA(this,function(g){switch(g.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!we(r.backgroundColor)||r.backgroundImage.length,s=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],a=od(Pe(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),we(r.backgroundColor)||(this.ctx.fillStyle=aA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:g.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(w){B.ctx.save();var f=Lr(t.curves),b=w.inset?0:nd,y=Wg(f,-b+(w.inset?1:-1)*w.spread.number,(w.inset?1:-1)*w.spread.number,w.spread.number*(w.inset?-2:2),w.spread.number*(w.inset?-2:2));w.inset?(B.path(f),B.ctx.clip(),B.mask(y)):(B.mask(f),B.ctx.clip(),B.path(y)),B.ctx.shadowOffsetX=w.offsetX.number+b,B.ctx.shadowOffsetY=w.offsetY.number,B.ctx.shadowColor=aA(w.color),B.ctx.shadowBlur=w.blur.number,B.ctx.fillStyle=w.inset?aA(w.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),g.label=2;case 2:i=0,o=0,l=s,g.label=3;case 3:return o<l.length?(c=l[o],c.style!==0&&!we(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,i,t.curves,2)]:[3,11]):[3,13];case 4:return g.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,i,t.curves,3)];case 6:return g.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,i,t.curves)];case 8:return g.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,i,t.curves)];case 10:g.sent(),g.label=11;case 11:i++,g.label=12;case 12:return o++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(t,r,n,s,a){return hA(this,void 0,void 0,function(){var i,o,l,c,B,g,w,f,b,y,Q,h,k,L,x,p,x,p;return fA(this,function(C){return this.ctx.save(),i=Zg(s,n),o=Ga(s,n),a===2&&(this.path(o),this.ctx.clip()),TA(o[0])?(l=o[0].start.x,c=o[0].start.y):(l=o[0].x,c=o[0].y),TA(o[1])?(B=o[1].end.x,g=o[1].end.y):(B=o[1].x,g=o[1].y),n===0||n===2?w=Math.abs(l-B):w=Math.abs(c-g),this.ctx.beginPath(),a===3?this.formatPath(i):this.formatPath(o.slice(0,2)),f=r<3?r*3:r*2,b=r<3?r*2:r,a===3&&(f=r,b=r),y=!0,w<=f*2?y=!1:w<=f*2+b?(Q=w/(2*f+b),f*=Q,b*=Q):(h=Math.floor((w+b)/(f+b)),k=(w-h*f)/(h-1),L=(w-(h+1)*f)/h,b=L<=0||Math.abs(b-k)<Math.abs(b-L)?k:L),y&&(a===3?this.ctx.setLineDash([0,f+b]):this.ctx.setLineDash([f,b])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=aA(t),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(TA(o[0])&&(x=o[3],p=o[0],this.ctx.beginPath(),this.formatPath([new m(x.end.x,x.end.y),new m(p.start.x,p.start.y)]),this.ctx.stroke()),TA(o[1])&&(x=o[1],p=o[2],this.ctx.beginPath(),this.formatPath([new m(x.end.x,x.end.y),new m(p.start.x,p.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(t){return hA(this,void 0,void 0,function(){var r;return fA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=aA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=Yg(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},e})(Jo),ad=function(A){return A instanceof Ho||A instanceof xo?!0:A instanceof os&&A.type!==xr&&A.type!==Er},od=function(A,e){switch(A){case 0:return Lr(e);case 2:return Pg(e);default:return Kr(e)}},id=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},ld=["-apple-system","system-ui"],cd=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(e){return ld.indexOf(e)===-1}):A},Bd=(function(A){PA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return e.prototype.render=function(t){return hA(this,void 0,void 0,function(){var r,n;return fA(this,function(s){switch(s.label){case 0:return r=zn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,ud(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=aA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e})(Jo),ud=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},gd=(function(){function A(e){var t=e.id,r=e.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return A.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,tr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,tr([this.id,this.getTime()+"ms"],e))},A.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,tr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,tr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.instances={},A})(),dd=(function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new gd({id:this.instanceName,enabled:e.logging}),this.cache=(r=e.cache)!==null&&r!==void 0?r:new Tg(this,e)}return A.instanceCount=1,A})(),fd=function(A,e){return e===void 0&&(e={}),pd(A,e)};typeof window<"u"&&No.setContext(window);var pd=function(A,e){return hA(void 0,void 0,void 0,function(){var t,r,n,s,a,i,o,l,c,B,g,w,f,b,y,Q,h,k,L,x,C,p,C,S,K,Y,sA,wA,D,z,xA,iA,lA,_A,HA,RA,XA,NA,QA,CA;return fA(this,function(mA){switch(mA.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=A.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(S=e.allowTaint)!==null&&S!==void 0?S:!1,imageTimeout:(K=e.imageTimeout)!==null&&K!==void 0?K:15e3,proxy:e.proxy,useCORS:(Y=e.useCORS)!==null&&Y!==void 0?Y:!1},s=Tn({logging:(sA=e.logging)!==null&&sA!==void 0?sA:!0,cache:e.cache},n),a={windowWidth:(wA=e.windowWidth)!==null&&wA!==void 0?wA:r.innerWidth,windowHeight:(D=e.windowHeight)!==null&&D!==void 0?D:r.innerHeight,scrollX:(z=e.scrollX)!==null&&z!==void 0?z:r.pageXOffset,scrollY:(xA=e.scrollY)!==null&&xA!==void 0?xA:r.pageYOffset},i=new ne(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),o=new dd(s,i),l=(iA=e.foreignObjectRendering)!==null&&iA!==void 0?iA:!1,c={allowTaint:(lA=e.allowTaint)!==null&&lA!==void 0?lA:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:l,copyStyles:l},o.logger.debug("Starting document clone with size "+i.width+"x"+i.height+" scrolled to "+-i.left+","+-i.top),B=new Oa(o,A,c),g=B.clonedReferenceElement,g?[4,B.toIFrame(t,i)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return w=mA.sent(),f=is(g)||wg(g)?Wi(g.ownerDocument):Tr(o,g),b=f.width,y=f.height,Q=f.left,h=f.top,k=wd(o,g,e.backgroundColor),L={canvas:e.canvas,backgroundColor:k,scale:(HA=(_A=e.scale)!==null&&_A!==void 0?_A:r.devicePixelRatio)!==null&&HA!==void 0?HA:1,x:((RA=e.x)!==null&&RA!==void 0?RA:0)+Q,y:((XA=e.y)!==null&&XA!==void 0?XA:0)+h,width:(NA=e.width)!==null&&NA!==void 0?NA:Math.ceil(b),height:(QA=e.height)!==null&&QA!==void 0?QA:Math.ceil(y)},l?(o.logger.debug("Document cloned, using foreign object rendering"),C=new Bd(o,L),[4,C.render(g)]):[3,3];case 2:return x=mA.sent(),[3,5];case 3:return o.logger.debug("Document cloned, element located at "+Q+","+h+" with size "+b+"x"+y+" using computed rendering"),o.logger.debug("Starting DOM parsing"),p=Ko(o,g),k===p.styles.backgroundColor&&(p.styles.backgroundColor=re.TRANSPARENT),o.logger.debug("Starting renderer for element at "+L.x+","+L.y+" with size "+L.width+"x"+L.height),C=new sd(o,L),[4,C.render(p)];case 4:x=mA.sent(),mA.label=5;case 5:return(!((CA=e.removeContainer)!==null&&CA!==void 0)||CA)&&(Oa.destroy(w)||o.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),o.logger.debug("Finished rendering"),[2,x]}})})},wd=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Ft(A,getComputedStyle(r.documentElement).backgroundColor):re.TRANSPARENT,s=r.body?Ft(A,getComputedStyle(r.body).backgroundColor):re.TRANSPARENT,a=typeof t=="string"?Ft(A,t):t===null?re.TRANSPARENT:4294967295;return e===r.documentElement?we(n)?we(s)?a:s:n:a},ls=fd;function hd(){let A=document.createElement("div");if(A.style.cssText=`
7
+ }`,Rg=function(A){Ng(A,"."+ts+Mg+_a+`
8
+ .`+rs+Og+_a)},Ng=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},Xo=(function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A})(),Gg=(function(){function A(e,t){this.context=e,this._options=t,this._cache={}}return A.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)||(Tn(e)||Xg(e))&&(this._cache[e]=this.loadImage(e)).catch(function(){}),t},A.prototype.match=function(e){return this._cache[e]},A.prototype.loadImage=function(e){return bA(this,void 0,void 0,function(){var t,r,n,s,a=this;return pA(this,function(i){switch(i.label){case 0:return t=Xo.isSameOrigin(e),r=!Sn(e)&&this._options.useCORS===!0&&BA.SUPPORT_CORS_IMAGES&&!t,n=!Sn(e)&&!t&&!Tn(e)&&typeof this._options.proxy=="string"&&BA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!Sn(e)&&!Tn(e)&&!n&&!r?[2]:(s=e,n?[4,this.proxy(s)]:[3,2]);case 1:s=i.sent(),i.label=2;case 2:return this.context.logger.debug("Added image "+e.substring(0,256)),[4,new Promise(function(o,l){var c=new Image;c.onload=function(){return o(c)},c.onerror=l,(Jg(s)||r)&&(c.crossOrigin="anonymous"),c.src=s,c.complete===!0&&setTimeout(function(){return o(c)},500),a._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,i.sent()]}})})},A.prototype.has=function(e){return typeof this._cache[e]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(e){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=e.substring(0,256);return new Promise(function(s,a){var i=BA.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(o.status===200)if(i==="text")s(o.response);else{var B=new FileReader;B.addEventListener("load",function(){return s(B.result)},!1),B.addEventListener("error",function(u){return a(u)},!1),B.readAsDataURL(o.response)}else a("Failed to proxy resource "+n+" with status code "+o.status)},o.onerror=a;var l=r.indexOf("?")>-1?"&":"?";if(o.open("GET",""+r+l+"url="+encodeURIComponent(e)+"&responseType="+i),i!=="text"&&o instanceof XMLHttpRequest&&(o.responseType=i),t._options.imageTimeout){var c=t._options.imageTimeout;o.timeout=c,o.ontimeout=function(){return a("Timed out ("+c+"ms) proxying "+n)}}o.send()})},A})(),Pg=/^data:image\/svg\+xml/i,Vg=/^data:image\/.*;base64,/i,_g=/^data:image\/.*/i,Xg=function(A){return BA.SUPPORT_SVG_DRAWING||!Wg(A)},Sn=function(A){return _g.test(A)},Jg=function(A){return Vg.test(A)},Tn=function(A){return A.substr(0,4)==="blob"},Wg=function(A){return A.substr(-3).toLowerCase()==="svg"||Pg.test(A)},m=(function(){function A(e,t){this.type=0,this.x=e,this.y=t}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A})(),Re=function(A,e,t){return new m(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},hr=(function(){function A(e,t,r,n){this.type=1,this.start=e,this.startControl=t,this.endControl=r,this.end=n}return A.prototype.subdivide=function(e,t){var r=Re(this.start,this.startControl,e),n=Re(this.startControl,this.endControl,e),s=Re(this.endControl,this.end,e),a=Re(r,n,e),i=Re(n,s,e),o=Re(a,i,e);return t?new A(this.start,r,a,o):new A(o,i,s,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A})(),TA=function(A){return A.type===1},Yg=(function(){function A(e){var t=e.styles,r=e.bounds,n=Ft(t.borderTopLeftRadius,r.width,r.height),s=n[0],a=n[1],i=Ft(t.borderTopRightRadius,r.width,r.height),o=i[0],l=i[1],c=Ft(t.borderBottomRightRadius,r.width,r.height),B=c[0],u=c[1],f=Ft(t.borderBottomLeftRadius,r.width,r.height),p=f[0],w=f[1],y=[];y.push((s+o)/r.width),y.push((p+B)/r.width),y.push((a+w)/r.height),y.push((l+u)/r.height);var b=Math.max.apply(Math,y);b>1&&(s/=b,a/=b,o/=b,l/=b,B/=b,u/=b,p/=b,w/=b);var h=r.width-o,k=r.height-u,K=r.width-B,H=r.height-w,Q=t.borderTopWidth,C=t.borderRightWidth,S=t.borderBottomWidth,L=t.borderLeftWidth,M=_(t.paddingTop,e.bounds.width),sA=_(t.paddingRight,e.bounds.width),hA=_(t.paddingBottom,e.bounds.width),D=_(t.paddingLeft,e.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?X(r.left+L/3,r.top+Q/3,s-L/3,a-Q/3,R.TOP_LEFT):new m(r.left+L/3,r.top+Q/3),this.topRightBorderDoubleOuterBox=s>0||a>0?X(r.left+h,r.top+Q/3,o-C/3,l-Q/3,R.TOP_RIGHT):new m(r.left+r.width-C/3,r.top+Q/3),this.bottomRightBorderDoubleOuterBox=B>0||u>0?X(r.left+K,r.top+k,B-C/3,u-S/3,R.BOTTOM_RIGHT):new m(r.left+r.width-C/3,r.top+r.height-S/3),this.bottomLeftBorderDoubleOuterBox=p>0||w>0?X(r.left+L/3,r.top+H,p-L/3,w-S/3,R.BOTTOM_LEFT):new m(r.left+L/3,r.top+r.height-S/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?X(r.left+L*2/3,r.top+Q*2/3,s-L*2/3,a-Q*2/3,R.TOP_LEFT):new m(r.left+L*2/3,r.top+Q*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?X(r.left+h,r.top+Q*2/3,o-C*2/3,l-Q*2/3,R.TOP_RIGHT):new m(r.left+r.width-C*2/3,r.top+Q*2/3),this.bottomRightBorderDoubleInnerBox=B>0||u>0?X(r.left+K,r.top+k,B-C*2/3,u-S*2/3,R.BOTTOM_RIGHT):new m(r.left+r.width-C*2/3,r.top+r.height-S*2/3),this.bottomLeftBorderDoubleInnerBox=p>0||w>0?X(r.left+L*2/3,r.top+H,p-L*2/3,w-S*2/3,R.BOTTOM_LEFT):new m(r.left+L*2/3,r.top+r.height-S*2/3),this.topLeftBorderStroke=s>0||a>0?X(r.left+L/2,r.top+Q/2,s-L/2,a-Q/2,R.TOP_LEFT):new m(r.left+L/2,r.top+Q/2),this.topRightBorderStroke=s>0||a>0?X(r.left+h,r.top+Q/2,o-C/2,l-Q/2,R.TOP_RIGHT):new m(r.left+r.width-C/2,r.top+Q/2),this.bottomRightBorderStroke=B>0||u>0?X(r.left+K,r.top+k,B-C/2,u-S/2,R.BOTTOM_RIGHT):new m(r.left+r.width-C/2,r.top+r.height-S/2),this.bottomLeftBorderStroke=p>0||w>0?X(r.left+L/2,r.top+H,p-L/2,w-S/2,R.BOTTOM_LEFT):new m(r.left+L/2,r.top+r.height-S/2),this.topLeftBorderBox=s>0||a>0?X(r.left,r.top,s,a,R.TOP_LEFT):new m(r.left,r.top),this.topRightBorderBox=o>0||l>0?X(r.left+h,r.top,o,l,R.TOP_RIGHT):new m(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||u>0?X(r.left+K,r.top+k,B,u,R.BOTTOM_RIGHT):new m(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=p>0||w>0?X(r.left,r.top+H,p,w,R.BOTTOM_LEFT):new m(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||a>0?X(r.left+L,r.top+Q,Math.max(0,s-L),Math.max(0,a-Q),R.TOP_LEFT):new m(r.left+L,r.top+Q),this.topRightPaddingBox=o>0||l>0?X(r.left+Math.min(h,r.width-C),r.top+Q,h>r.width+C?0:Math.max(0,o-C),Math.max(0,l-Q),R.TOP_RIGHT):new m(r.left+r.width-C,r.top+Q),this.bottomRightPaddingBox=B>0||u>0?X(r.left+Math.min(K,r.width-L),r.top+Math.min(k,r.height-S),Math.max(0,B-C),Math.max(0,u-S),R.BOTTOM_RIGHT):new m(r.left+r.width-C,r.top+r.height-S),this.bottomLeftPaddingBox=p>0||w>0?X(r.left+L,r.top+Math.min(H,r.height-S),Math.max(0,p-L),Math.max(0,w-S),R.BOTTOM_LEFT):new m(r.left+L,r.top+r.height-S),this.topLeftContentBox=s>0||a>0?X(r.left+L+D,r.top+Q+M,Math.max(0,s-(L+D)),Math.max(0,a-(Q+M)),R.TOP_LEFT):new m(r.left+L+D,r.top+Q+M),this.topRightContentBox=o>0||l>0?X(r.left+Math.min(h,r.width+L+D),r.top+Q+M,h>r.width+L+D?0:o-L+D,l-(Q+M),R.TOP_RIGHT):new m(r.left+r.width-(C+sA),r.top+Q+M),this.bottomRightContentBox=B>0||u>0?X(r.left+Math.min(K,r.width-(L+D)),r.top+Math.min(k,r.height+Q+M),Math.max(0,B-(C+sA)),u-(S+hA),R.BOTTOM_RIGHT):new m(r.left+r.width-(C+sA),r.top+r.height-(S+hA)),this.bottomLeftContentBox=p>0||w>0?X(r.left+L+D,r.top+H,Math.max(0,p-(L+D)),w-(S+hA),R.BOTTOM_LEFT):new m(r.left+L+D,r.top+r.height-(S+hA))}return A})(),R;(function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(R||(R={}));var X=function(A,e,t,r,n){var s=4*((Math.sqrt(2)-1)/3),a=t*s,i=r*s,o=A+t,l=e+r;switch(n){case R.TOP_LEFT:return new hr(new m(A,l),new m(A,l-i),new m(o-a,e),new m(o,e));case R.TOP_RIGHT:return new hr(new m(A,e),new m(A+a,e),new m(o,l-i),new m(o,l));case R.BOTTOM_RIGHT:return new hr(new m(o,e),new m(o,e+i),new m(A+a,l),new m(A,l));case R.BOTTOM_LEFT:default:return new hr(new m(o,l),new m(o-a,l),new m(A,e+i),new m(A,e))}},Sr=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},zg=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},Tr=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},$g=(function(){function A(e,t,r){this.offsetX=e,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return A})(),br=(function(){function A(e,t){this.path=e,this.target=t,this.type=1}return A})(),Zg=(function(){function A(e){this.opacity=e,this.type=2,this.target=6}return A})(),qg=function(A){return A.type===0},Jo=function(A){return A.type===1},jg=function(A){return A.type===2},Xa=function(A,e){return A.length===e.length?A.some(function(t,r){return t===e[r]}):!1},Ad=function(A,e,t,r,n){return A.map(function(s,a){switch(a){case 0:return s.add(e,t);case 1:return s.add(e+r,t);case 2:return s.add(e+r,t+n);case 3:return s.add(e,t+n)}return s})},Wo=(function(){function A(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A})(),Yo=(function(){function A(e,t){if(this.container=e,this.parent=t,this.effects=[],this.curves=new Yg(this.container),this.container.styles.opacity<1&&this.effects.push(new Zg(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new $g(r,n,s))}if(this.container.styles.overflowX!==0){var a=Sr(this.curves),i=Tr(this.curves);Xa(a,i)?this.effects.push(new br(a,6)):(this.effects.push(new br(a,2)),this.effects.push(new br(i,4)))}}return A.prototype.getEffects=function(e){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(o){return!Jo(o)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var a=Sr(r.curves),i=Tr(r.curves);Xa(a,i)||n.unshift(new br(i,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(o){return tA(o.target,e)})},A})(),ns=function(A,e,t,r){A.container.elements.forEach(function(n){var s=tA(n.flags,4),a=tA(n.flags,2),i=new Yo(n,A);tA(n.styles.display,2048)&&r.push(i);var o=tA(n.flags,8)?[]:r;if(s||a){var l=s||n.styles.isPositioned()?t:e,c=new Wo(i);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var u=0;l.negativeZIndex.some(function(p,w){return B>p.element.container.styles.zIndex.order?(u=w,!1):u>0}),l.negativeZIndex.splice(u,0,c)}else if(B>0){var f=0;l.positiveZIndex.some(function(p,w){return B>=p.element.container.styles.zIndex.order?(f=w+1,!1):f>0}),l.positiveZIndex.splice(f,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else n.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);ns(i,c,s?c:t,o)}else n.styles.isInlineLevel()?e.inlineLevel.push(i):e.nonInlineLevel.push(i),ns(i,e,t,o);tA(n.flags,8)&&zo(n,o)})},zo=function(A,e){for(var t=A instanceof jn?A.start:1,r=A instanceof jn?A.reversed:!1,n=0;n<e.length;n++){var s=e[n];s.container instanceof Ko&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=Dt(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},ed=function(A){var e=new Yo(A,null),t=new Wo(e),r=[];return ns(e,t,t,r),zo(e.container,r),t},Ja=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},td=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return kA(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},rd=function(A,e){switch(e){case 0:return kA(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},nd=function(A,e){switch(e){case 0:return Qr(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return Qr(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return Qr(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return Qr(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},Qr=function(A,e){var t=[];return TA(A)?t.push(A.subdivide(.5,!1)):t.push(A),TA(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},kA=function(A,e,t,r){var n=[];return TA(A)?n.push(A.subdivide(.5,!1)):n.push(A),TA(t)?n.push(t.subdivide(.5,!0)):n.push(t),TA(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),TA(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},$o=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},Dr=function(A){var e=A.styles,t=A.bounds,r=_(e.paddingLeft,t.width),n=_(e.paddingRight,t.width),s=_(e.paddingTop,t.width),a=_(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,s+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+s+a))},sd=function(A,e){return A===0?e.bounds:A===2?Dr(e):$o(e)},ad=function(A,e){return A===0?e.bounds:A===2?Dr(e):$o(e)},Dn=function(A,e,t){var r=sd(Pe(A.styles.backgroundOrigin,e),A),n=ad(Pe(A.styles.backgroundClip,e),A),s=od(Pe(A.styles.backgroundSize,e),t,r),a=s[0],i=s[1],o=Ft(Pe(A.styles.backgroundPosition,e),r.width-a,r.height-i),l=id(Pe(A.styles.backgroundRepeat,e),o,s,r,n),c=Math.round(r.left+o[0]),B=Math.round(r.top+o[1]);return[l,c,B,a,i]},Ne=function(A){return G(A)&&A.value===_e.AUTO},Cr=function(A){return typeof A=="number"},od=function(A,e,t){var r=e[0],n=e[1],s=e[2],a=A[0],i=A[1];if(!a)return[0,0];if(j(a)&&i&&j(i))return[_(a,t.width),_(i,t.height)];var o=Cr(s);if(G(a)&&(a.value===_e.CONTAIN||a.value===_e.COVER)){if(Cr(s)){var l=t.width/t.height;return l<s!=(a.value===_e.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var c=Cr(r),B=Cr(n),u=c||B;if(Ne(a)&&(!i||Ne(i))){if(c&&B)return[r,n];if(!o&&!u)return[t.width,t.height];if(u&&o){var f=c?r:n*s,p=B?n:r/s;return[f,p]}var w=c?r:t.width,y=B?n:t.height;return[w,y]}if(o){var b=0,h=0;return j(a)?b=_(a,t.width):j(i)&&(h=_(i,t.height)),Ne(a)?b=h*s:(!i||Ne(i))&&(h=b/s),[b,h]}var k=null,K=null;if(j(a)?k=_(a,t.width):i&&j(i)&&(K=_(i,t.height)),k!==null&&(!i||Ne(i))&&(K=c&&B?k/r*n:t.height),K!==null&&Ne(a)&&(k=c&&B?K/n*r:t.width),k!==null&&K!==null)return[k,K];throw new Error("Unable to calculate background-size for element")},Pe=function(A,e){var t=A[e];return typeof t>"u"?A[0]:t},id=function(A,e,t,r,n){var s=e[0],a=e[1],i=t[0],o=t[1];switch(A){case 2:return[new m(Math.round(r.left),Math.round(r.top+a)),new m(Math.round(r.left+r.width),Math.round(r.top+a)),new m(Math.round(r.left+r.width),Math.round(o+r.top+a)),new m(Math.round(r.left),Math.round(o+r.top+a))];case 3:return[new m(Math.round(r.left+s),Math.round(r.top)),new m(Math.round(r.left+s+i),Math.round(r.top)),new m(Math.round(r.left+s+i),Math.round(r.height+r.top)),new m(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new m(Math.round(r.left+s),Math.round(r.top+a)),new m(Math.round(r.left+s+i),Math.round(r.top+a)),new m(Math.round(r.left+s+i),Math.round(r.top+a+o)),new m(Math.round(r.left+s),Math.round(r.top+a+o))];default:return[new m(Math.round(n.left),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.height+n.top)),new m(Math.round(n.left),Math.round(n.height+n.top))]}},ld="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Wa="Hidden Text",cd=(function(){function A(e){this._data={},this._document=e}return A.prototype.parseMetrics=function(e,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;r.style.visibility="hidden",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",a.appendChild(r),n.src=ld,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=e,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(Wa)),r.appendChild(s),r.appendChild(n);var i=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode(Wa)),r.style.lineHeight="normal",n.style.verticalAlign="super";var o=n.offsetTop-r.offsetTop+2;return a.removeChild(r),{baseline:i,middle:o}},A.prototype.getMetrics=function(e,t){var r=e+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(e,t)),this._data[r]},A})(),Zo=(function(){function A(e,t){this.context=e,this.options=t}return A})(),Bd=1e4,ud=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new cd(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return e.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},e.prototype.applyEffect=function(t){this.ctx.save(),jg(t)&&(this.ctx.globalAlpha=t.opacity),qg(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)),Jo(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(t){return bA(this,void 0,void 0,function(){var r;return pA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(t){return bA(this,void 0,void 0,function(){return pA(this,function(r){switch(r.label){case 0:if(tA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var a=ls(t.text);a.reduce(function(i,o){return s.ctx.fillText(o,i,t.bounds.top+n),i+s.ctx.measureText(o).width},t.bounds.left)}},e.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),n=wd(t.fontFamily).join(", "),s=Mt(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},e.prototype.renderTextNode=function(t,r){return bA(this,void 0,void 0,function(){var n,s,a,i,o,l,c,B,u=this;return pA(this,function(f){return n=this.createFontStyle(r),s=n[0],a=n[1],i=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",o=this.fontMetrics.getMetrics(a,i),l=o.baseline,c=o.middle,B=r.paintOrder,t.textBounds.forEach(function(p){B.forEach(function(w){switch(w){case 0:u.ctx.fillStyle=aA(r.color),u.renderTextWithLetterSpacing(p,r.letterSpacing,l);var y=r.textShadow;y.length&&p.text.trim().length&&(y.slice(0).reverse().forEach(function(b){u.ctx.shadowColor=aA(b.color),u.ctx.shadowOffsetX=b.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=b.offsetY.number*u.options.scale,u.ctx.shadowBlur=b.blur.number,u.renderTextWithLetterSpacing(p,r.letterSpacing,l)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),r.textDecorationLine.length&&(u.ctx.fillStyle=aA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(b){switch(b){case 1:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top+l),p.bounds.width,1);break;case 2:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top),p.bounds.width,1);break;case 3:u.ctx.fillRect(p.bounds.left,Math.ceil(p.bounds.top+c),p.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&p.text.trim().length&&(u.ctx.strokeStyle=aA(r.webkitTextStrokeColor),u.ctx.lineWidth=r.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(p.text,p.bounds.left,p.bounds.top+l)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},e.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=Dr(t),a=Tr(r);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return bA(this,void 0,void 0,function(){var r,n,s,a,i,o,h,h,l,c,B,u,K,f,p,H,w,y,b,h,k,K,H;return pA(this,function(Q){switch(Q.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,a=0,i=r.textNodes,Q.label=1;case 1:return a<i.length?(o=i[a],[4,this.renderTextNode(o,s)]):[3,4];case 2:Q.sent(),Q.label=3;case 3:return a++,[3,1];case 4:if(!(r instanceof Ho))return[3,8];Q.label=5;case 5:return Q.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return h=Q.sent(),this.renderReplacedElement(r,n,h),[3,8];case 7:return Q.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof Io&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Lo))return[3,12];Q.label=9;case 9:return Q.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return h=Q.sent(),this.renderReplacedElement(r,n,h),[3,12];case 11:return Q.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Do&&r.tree?(l=new e(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:c=Q.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),Q.label=14;case 14:if(r instanceof cs&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===Hr?r.checked&&(this.ctx.save(),this.path([new m(r.bounds.left+B*.39363,r.bounds.top+B*.79),new m(r.bounds.left+B*.16,r.bounds.top+B*.5549),new m(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new m(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new m(r.bounds.left+B*.72983,r.bounds.top+B*.23),new m(r.bounds.left+B*.84,r.bounds.top+B*.34085),new m(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=aA(Ta),this.ctx.fill(),this.ctx.restore()):r.type===Ir&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=aA(Ta),this.ctx.fill(),this.ctx.restore())),gd(r)&&r.value.length){switch(u=this.createFontStyle(s),K=u[0],f=u[1],p=this.fontMetrics.getMetrics(K,f).baseline,this.ctx.font=K,this.ctx.fillStyle=aA(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=fd(r.styles.textAlign),H=Dr(r),w=0,r.styles.textAlign){case 1:w+=H.width/2;break;case 2:w+=H.width;break}y=H.add(w,0,0,-H.height/2+1),this.ctx.save(),this.path([new m(H.left,H.top),new m(H.left+H.width,H.top),new m(H.left+H.width,H.top+H.height),new m(H.left,H.top+H.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Lt(r.value,y),s.letterSpacing,p),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!tA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(b=r.styles.listStyleImage,b.type!==0)return[3,18];h=void 0,k=b.url,Q.label=15;case 15:return Q.trys.push([15,17,,18]),[4,this.context.cache.match(k)];case 16:return h=Q.sent(),this.ctx.drawImage(h,r.bounds.left-(h.width+10),r.bounds.top),[3,18];case 17:return Q.sent(),this.context.logger.error("Error loading list-style-image "+k),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(K=this.createFontStyle(s)[0],this.ctx.font=K,this.ctx.fillStyle=aA(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",H=new ne(r.bounds.left,r.bounds.top+_(r.styles.paddingTop,r.bounds.width),r.bounds.width,wa(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Lt(t.listValue,H),s.letterSpacing,wa(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),Q.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(t){return bA(this,void 0,void 0,function(){var r,n,b,s,a,b,i,o,b,l,c,b,B,u,b,f,p,b,w,y,b;return pA(this,function(h){switch(h.label){case 0:if(tA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:h.sent(),r=0,n=t.negativeZIndex,h.label=2;case 2:return r<n.length?(b=n[r],[4,this.renderStack(b)]):[3,5];case 3:h.sent(),h.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:h.sent(),s=0,a=t.nonInlineLevel,h.label=7;case 7:return s<a.length?(b=a[s],[4,this.renderNode(b)]):[3,10];case 8:h.sent(),h.label=9;case 9:return s++,[3,7];case 10:i=0,o=t.nonPositionedFloats,h.label=11;case 11:return i<o.length?(b=o[i],[4,this.renderStack(b)]):[3,14];case 12:h.sent(),h.label=13;case 13:return i++,[3,11];case 14:l=0,c=t.nonPositionedInlineLevel,h.label=15;case 15:return l<c.length?(b=c[l],[4,this.renderStack(b)]):[3,18];case 16:h.sent(),h.label=17;case 17:return l++,[3,15];case 18:B=0,u=t.inlineLevel,h.label=19;case 19:return B<u.length?(b=u[B],[4,this.renderNode(b)]):[3,22];case 20:h.sent(),h.label=21;case 21:return B++,[3,19];case 22:f=0,p=t.zeroOrAutoZIndexOrTransformedOrOpacity,h.label=23;case 23:return f<p.length?(b=p[f],[4,this.renderStack(b)]):[3,26];case 24:h.sent(),h.label=25;case 25:return f++,[3,23];case 26:w=0,y=t.positiveZIndex,h.label=27;case 27:return w<y.length?(b=y[w],[4,this.renderStack(b)]):[3,30];case 28:h.sent(),h.label=29;case 29:return w++,[3,27];case 30:return[2]}})})},e.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()},e.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},e.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var a=TA(n)?n.start:n;s===0?r.ctx.moveTo(a.x,a.y):r.ctx.lineTo(a.x,a.y),TA(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},e.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},e.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,i=a.createElement("canvas");i.width=Math.max(1,r),i.height=Math.max(1,n);var o=i.getContext("2d");return o.drawImage(t,0,0,t.width,t.height,0,0,r,n),i},e.prototype.renderBackgroundImage=function(t){return bA(this,void 0,void 0,function(){var r,n,s,a,i,o;return pA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(c){var B,u,f,M,iA,lA,D,z,S,p,M,iA,lA,D,z,w,y,b,h,k,K,H,Q,C,S,L,M,sA,hA,D,z,HA,iA,lA,XA,IA,NA,JA,GA,QA,CA,mA;return pA(this,function(d){switch(d.label){case 0:if(c.type!==0)return[3,5];B=void 0,u=c.url,d.label=1;case 1:return d.trys.push([1,3,,4]),[4,s.context.cache.match(u)];case 2:return B=d.sent(),[3,4];case 3:return d.sent(),s.context.logger.error("Error loading background-image "+u),[3,4];case 4:return B&&(f=Dn(t,r,[B.width,B.height,B.width/B.height]),M=f[0],iA=f[1],lA=f[2],D=f[3],z=f[4],S=s.ctx.createPattern(s.resizeImage(B,D,z),"repeat"),s.renderRepeat(M,S,iA,lA)),[3,6];case 5:qc(c)?(p=Dn(t,r,[null,null,null]),M=p[0],iA=p[1],lA=p[2],D=p[3],z=p[4],w=Wc(c.angle,D,z),y=w[0],b=w[1],h=w[2],k=w[3],K=w[4],H=document.createElement("canvas"),H.width=D,H.height=z,Q=H.getContext("2d"),C=Q.createLinearGradient(b,k,h,K),fa(c.stops,y).forEach(function(qA){return C.addColorStop(qA.stop,aA(qA.color))}),Q.fillStyle=C,Q.fillRect(0,0,D,z),D>0&&z>0&&(S=s.ctx.createPattern(H,"repeat"),s.renderRepeat(M,S,iA,lA))):jc(c)&&(L=Dn(t,r,[null,null,null]),M=L[0],sA=L[1],hA=L[2],D=L[3],z=L[4],HA=c.position.length===0?[as]:c.position,iA=_(HA[0],D),lA=_(HA[HA.length-1],z),XA=Yc(c,iA,lA,D,z),IA=XA[0],NA=XA[1],IA>0&&NA>0&&(JA=s.ctx.createRadialGradient(sA+iA,hA+lA,0,sA+iA,hA+lA,IA),fa(c.stops,IA*2).forEach(function(qA){return JA.addColorStop(qA.stop,aA(qA.color))}),s.path(M),s.ctx.fillStyle=JA,IA!==NA?(GA=t.bounds.left+.5*t.bounds.width,QA=t.bounds.top+.5*t.bounds.height,CA=NA/IA,mA=1/CA,s.ctx.save(),s.ctx.translate(GA,QA),s.ctx.transform(1,0,0,CA,0,0),s.ctx.translate(-GA,-QA),s.ctx.fillRect(sA,mA*(hA-QA)+QA,D,z*mA),s.ctx.restore()):s.ctx.fill())),d.label=6;case 6:return r--,[2]}})},s=this,a=0,i=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return a<i.length?(o=i[a],[5,n(o)]):[3,4];case 2:l.sent(),l.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(t,r,n){return bA(this,void 0,void 0,function(){return pA(this,function(s){return this.path(Ja(n,r)),this.ctx.fillStyle=aA(t),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(t,r,n,s){return bA(this,void 0,void 0,function(){var a,i;return pA(this,function(o){switch(o.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return o.sent(),[2];case 2:return a=td(s,n),this.path(a),this.ctx.fillStyle=aA(t),this.ctx.fill(),i=rd(s,n),this.path(i),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(t){return bA(this,void 0,void 0,function(){var r,n,s,a,i,o,l,c,B=this;return pA(this,function(u){switch(u.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!we(r.backgroundColor)||r.backgroundImage.length,s=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],a=dd(Pe(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),we(r.backgroundColor)||(this.ctx.fillStyle=aA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(f){B.ctx.save();var p=Sr(t.curves),w=f.inset?0:Bd,y=Ad(p,-w+(f.inset?1:-1)*f.spread.number,(f.inset?1:-1)*f.spread.number,f.spread.number*(f.inset?-2:2),f.spread.number*(f.inset?-2:2));f.inset?(B.path(p),B.ctx.clip(),B.mask(y)):(B.mask(p),B.ctx.clip(),B.path(y)),B.ctx.shadowOffsetX=f.offsetX.number+w,B.ctx.shadowOffsetY=f.offsetY.number,B.ctx.shadowColor=aA(f.color),B.ctx.shadowBlur=f.blur.number,B.ctx.fillStyle=f.inset?aA(f.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),u.label=2;case 2:i=0,o=0,l=s,u.label=3;case 3:return o<l.length?(c=l[o],c.style!==0&&!we(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,i,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,i,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,i,t.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,i,t.curves)];case 10:u.sent(),u.label=11;case 11:i++,u.label=12;case 12:return o++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(t,r,n,s,a){return bA(this,void 0,void 0,function(){var i,o,l,c,B,u,f,p,w,y,b,h,k,K,H,Q,H,Q;return pA(this,function(C){return this.ctx.save(),i=nd(s,n),o=Ja(s,n),a===2&&(this.path(o),this.ctx.clip()),TA(o[0])?(l=o[0].start.x,c=o[0].start.y):(l=o[0].x,c=o[0].y),TA(o[1])?(B=o[1].end.x,u=o[1].end.y):(B=o[1].x,u=o[1].y),n===0||n===2?f=Math.abs(l-B):f=Math.abs(c-u),this.ctx.beginPath(),a===3?this.formatPath(i):this.formatPath(o.slice(0,2)),p=r<3?r*3:r*2,w=r<3?r*2:r,a===3&&(p=r,w=r),y=!0,f<=p*2?y=!1:f<=p*2+w?(b=f/(2*p+w),p*=b,w*=b):(h=Math.floor((f+w)/(p+w)),k=(f-h*p)/(h-1),K=(f-(h+1)*p)/h,w=K<=0||Math.abs(w-k)<Math.abs(w-K)?k:K),y&&(a===3?this.ctx.setLineDash([0,p+w]):this.ctx.setLineDash([p,w])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=aA(t),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(TA(o[0])&&(H=o[3],Q=o[0],this.ctx.beginPath(),this.formatPath([new m(H.end.x,H.end.y),new m(Q.start.x,Q.start.y)]),this.ctx.stroke()),TA(o[1])&&(H=o[1],Q=o[2],this.ctx.beginPath(),this.formatPath([new m(H.end.x,H.end.y),new m(Q.start.x,Q.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(t){return bA(this,void 0,void 0,function(){var r;return pA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=aA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=ed(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},e})(Zo),gd=function(A){return A instanceof To||A instanceof So?!0:A instanceof cs&&A.type!==Ir&&A.type!==Hr},dd=function(A,e){switch(A){case 0:return Sr(e);case 2:return zg(e);default:return Tr(e)}},fd=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},pd=["-apple-system","system-ui"],wd=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(e){return pd.indexOf(e)===-1}):A},hd=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return e.prototype.render=function(t){return bA(this,void 0,void 0,function(){var r,n;return pA(this,function(s){switch(s.label){case 0:return r=qn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,bd(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=aA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e})(Zo),bd=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},Qd=(function(){function A(e){var t=e.id,r=e.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return A.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,nr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,nr([this.id,this.getTime()+"ms"],e))},A.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,nr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,nr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.instances={},A})(),Cd=(function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new Qd({id:this.instanceName,enabled:e.logging}),this.cache=(r=e.cache)!==null&&r!==void 0?r:new Gg(this,e)}return A.instanceCount=1,A})(),md=function(A,e){return e===void 0&&(e={}),Ud(A,e)};typeof window<"u"&&Xo.setContext(window);var Ud=function(A,e){return bA(void 0,void 0,void 0,function(){var t,r,n,s,a,i,o,l,c,B,u,f,p,w,y,b,h,k,K,H,C,Q,C,S,L,M,sA,hA,D,z,HA,iA,lA,XA,IA,NA,JA,GA,QA,CA;return pA(this,function(mA){switch(mA.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=A.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(S=e.allowTaint)!==null&&S!==void 0?S:!1,imageTimeout:(L=e.imageTimeout)!==null&&L!==void 0?L:15e3,proxy:e.proxy,useCORS:(M=e.useCORS)!==null&&M!==void 0?M:!1},s=Mn({logging:(sA=e.logging)!==null&&sA!==void 0?sA:!0,cache:e.cache},n),a={windowWidth:(hA=e.windowWidth)!==null&&hA!==void 0?hA:r.innerWidth,windowHeight:(D=e.windowHeight)!==null&&D!==void 0?D:r.innerHeight,scrollX:(z=e.scrollX)!==null&&z!==void 0?z:r.pageXOffset,scrollY:(HA=e.scrollY)!==null&&HA!==void 0?HA:r.pageYOffset},i=new ne(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),o=new Cd(s,i),l=(iA=e.foreignObjectRendering)!==null&&iA!==void 0?iA:!1,c={allowTaint:(lA=e.allowTaint)!==null&&lA!==void 0?lA:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:l,copyStyles:l},o.logger.debug("Starting document clone with size "+i.width+"x"+i.height+" scrolled to "+-i.left+","+-i.top),B=new Va(o,A,c),u=B.clonedReferenceElement,u?[4,B.toIFrame(t,i)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return f=mA.sent(),p=Bs(u)||vg(u)?Al(u.ownerDocument):kr(o,u),w=p.width,y=p.height,b=p.left,h=p.top,k=vd(o,u,e.backgroundColor),K={canvas:e.canvas,backgroundColor:k,scale:(IA=(XA=e.scale)!==null&&XA!==void 0?XA:r.devicePixelRatio)!==null&&IA!==void 0?IA:1,x:((NA=e.x)!==null&&NA!==void 0?NA:0)+b,y:((JA=e.y)!==null&&JA!==void 0?JA:0)+h,width:(GA=e.width)!==null&&GA!==void 0?GA:Math.ceil(w),height:(QA=e.height)!==null&&QA!==void 0?QA:Math.ceil(y)},l?(o.logger.debug("Document cloned, using foreign object rendering"),C=new hd(o,K),[4,C.render(u)]):[3,3];case 2:return H=mA.sent(),[3,5];case 3:return o.logger.debug("Document cloned, element located at "+b+","+h+" with size "+w+"x"+y+" using computed rendering"),o.logger.debug("Starting DOM parsing"),Q=Mo(o,u),k===Q.styles.backgroundColor&&(Q.styles.backgroundColor=re.TRANSPARENT),o.logger.debug("Starting renderer for element at "+K.x+","+K.y+" with size "+K.width+"x"+K.height),C=new ud(o,K),[4,C.render(Q)];case 4:H=mA.sent(),mA.label=5;case 5:return(!((CA=e.removeContainer)!==null&&CA!==void 0)||CA)&&(Va.destroy(f)||o.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),o.logger.debug("Finished rendering"),[2,H]}})})},vd=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Ht(A,getComputedStyle(r.documentElement).backgroundColor):re.TRANSPARENT,s=r.body?Ht(A,getComputedStyle(r.body).backgroundColor):re.TRANSPARENT,a=typeof t=="string"?Ht(A,t):t===null?re.TRANSPARENT:4294967295;return e===r.documentElement?we(n)?we(s)?a:s:n:a},us=md;function Fd(){let A=document.createElement("div");if(A.style.cssText=`
9
9
  position: fixed; inset: 0; z-index: 2147483647;
10
10
  background: white; opacity: 0;
11
11
  pointer-events: none;
@@ -16,9 +16,9 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
16
16
  15% { opacity: 0.7; }
17
17
  100% { opacity: 0; }
18
18
  }
19
- `,document.head.appendChild(e)}document.body.appendChild(A),A.addEventListener("animationend",()=>A.remove())}async function cs(A=!1){A&&hd();try{let e=await bd();if(e)return e}catch{}try{let e=await Qd();if(e)return e}catch{}return null}async function bd(){let A=window.getComputedStyle(document.body).backgroundColor,e=window.getComputedStyle(document.documentElement).backgroundColor,t=s=>!s||s==="transparent"||s==="rgba(0, 0, 0, 0)",r=t(A)?t(e)?"#ffffff":e:A,n=await ls(document.body,{scale:.5,useCORS:!0,allowTaint:!0,logging:!1,backgroundColor:r,removeContainer:!0,ignoreElements:s=>s.classList?.contains("bs-fab")||s.classList?.contains("bs-toolbar")||s.classList?.contains("bs-modal")||s.classList?.contains("bs-backdrop")||s.id==="bs-flash-style"||s.id==="bugstash-live-pins"||s.id==="bugstash-pin-overlay"});try{return n.toDataURL("image/jpeg",.6)}catch{try{return(await ls(document.body,{scale:.5,useCORS:!0,allowTaint:!1,logging:!1,backgroundColor:r,removeContainer:!0,ignoreElements:a=>{if(a.tagName==="IMG"){let i=a.src||"";if(i&&!i.startsWith(window.location.origin)&&!i.startsWith("data:"))return!0}return a.classList?.contains("bs-fab")||a.classList?.contains("bs-toolbar")||a.classList?.contains("bs-modal")||a.classList?.contains("bs-backdrop")||a.id==="bs-flash-style"||a.id==="bugstash-live-pins"||a.id==="bugstash-pin-overlay"}})).toDataURL("image/jpeg",.6)}catch{return null}}}async function Qd(){let A=window.innerWidth,e=window.innerHeight,t=document.documentElement.cloneNode(!0),r=document.documentElement.querySelectorAll("*"),n=t.querySelectorAll("*");for(let o=0;o<r.length&&o<n.length;o++){let l=window.getComputedStyle(r[o]),c=n[o];if(c.style){let B=["background","background-color","background-image","color","font","font-size","font-family","font-weight","border","border-radius","padding","margin","display","flex-direction","align-items","justify-content","gap","width","height","max-width","max-height","overflow","position","top","left","right","bottom","box-shadow","text-shadow","opacity","transform","text-align","line-height","letter-spacing","text-decoration","visibility","z-index","grid-template-columns","grid-template-rows","box-sizing"];for(let g of B)try{c.style.setProperty(g,l.getPropertyValue(g))}catch{}}}t.querySelectorAll('script, [data-bugstash], .bs-fab, .bs-toolbar, .bs-modal, .bs-backdrop, [id="bs-flash-style"], [id="bugstash-live-pins"], [id="bugstash-pin-overlay"], iframe, canvas, video, audio, object, embed').forEach(o=>o.remove()),t.querySelectorAll("img").forEach(o=>{let l=document.createElement("div");l.style.cssText=`width:${o.width||100}px;height:${o.height||60}px;background:#2a2d37;border-radius:4px;`,o.replaceWith(l)}),t.querySelectorAll('link[rel="stylesheet"], link[rel="icon"], link[rel="preload"]').forEach(o=>o.remove());let a=new XMLSerializer().serializeToString(t),i=`<svg xmlns="http://www.w3.org/2000/svg" width="${A}" height="${e}">
19
+ `,document.head.appendChild(e)}document.body.appendChild(A),A.addEventListener("animationend",()=>A.remove())}async function gs(A=!1){A&&Fd();try{let e=await yd();if(e)return e}catch{}try{let e=await Ed();if(e)return e}catch{}return null}async function yd(){let A=window.getComputedStyle(document.body).backgroundColor,e=window.getComputedStyle(document.documentElement).backgroundColor,t=s=>!s||s==="transparent"||s==="rgba(0, 0, 0, 0)",r=t(A)?t(e)?"#ffffff":e:A,n=await us(document.body,{scale:.5,useCORS:!0,allowTaint:!0,logging:!1,backgroundColor:r,removeContainer:!0,ignoreElements:s=>s.classList?.contains("bs-fab")||s.classList?.contains("bs-toolbar")||s.classList?.contains("bs-modal")||s.classList?.contains("bs-backdrop")||s.id==="bs-flash-style"||s.id==="bugstash-live-pins"||s.id==="bugstash-pin-overlay"});try{return n.toDataURL("image/jpeg",.6)}catch{try{return(await us(document.body,{scale:.5,useCORS:!0,allowTaint:!1,logging:!1,backgroundColor:r,removeContainer:!0,ignoreElements:a=>{if(a.tagName==="IMG"){let i=a.src||"";if(i&&!i.startsWith(window.location.origin)&&!i.startsWith("data:"))return!0}return a.classList?.contains("bs-fab")||a.classList?.contains("bs-toolbar")||a.classList?.contains("bs-modal")||a.classList?.contains("bs-backdrop")||a.id==="bs-flash-style"||a.id==="bugstash-live-pins"||a.id==="bugstash-pin-overlay"}})).toDataURL("image/jpeg",.6)}catch{return null}}}async function Ed(){let A=window.innerWidth,e=window.innerHeight,t=document.documentElement.cloneNode(!0),r=document.documentElement.querySelectorAll("*"),n=t.querySelectorAll("*");for(let o=0;o<r.length&&o<n.length;o++){let l=window.getComputedStyle(r[o]),c=n[o];if(c.style){let B=["background","background-color","background-image","color","font","font-size","font-family","font-weight","border","border-radius","padding","margin","display","flex-direction","align-items","justify-content","gap","width","height","max-width","max-height","overflow","position","top","left","right","bottom","box-shadow","text-shadow","opacity","transform","text-align","line-height","letter-spacing","text-decoration","visibility","z-index","grid-template-columns","grid-template-rows","box-sizing"];for(let u of B)try{c.style.setProperty(u,l.getPropertyValue(u))}catch{}}}t.querySelectorAll('script, [data-bugstash], .bs-fab, .bs-toolbar, .bs-modal, .bs-backdrop, [id="bs-flash-style"], [id="bugstash-live-pins"], [id="bugstash-pin-overlay"], iframe, canvas, video, audio, object, embed').forEach(o=>o.remove()),t.querySelectorAll("img").forEach(o=>{let l=document.createElement("div");l.style.cssText=`width:${o.width||100}px;height:${o.height||60}px;background:#2a2d37;border-radius:4px;`,o.replaceWith(l)}),t.querySelectorAll('link[rel="stylesheet"], link[rel="icon"], link[rel="preload"]').forEach(o=>o.remove());let a=new XMLSerializer().serializeToString(t),i=`<svg xmlns="http://www.w3.org/2000/svg" width="${A}" height="${e}">
20
20
  <foreignObject width="100%" height="100%">${a}</foreignObject>
21
- </svg>`;return new Promise(o=>{try{let l=new Blob([i],{type:"image/svg+xml;charset=utf-8"}),c=new FileReader;c.onload=()=>{o(c.result)},c.onerror=()=>o(null),c.readAsDataURL(l)}catch{o(null)}})}var Cd="https://bugstash-backend.vercel.app",Wo="https://bugstash-backend.vercel.app",FA=Cd,Bs=!1;function Yo(A){FA=A.replace(/\/$/,""),Bs=!1}function zo(){return FA}async function zA(A,e){try{return await fetch(A,e)}catch(t){if(Bs)throw t;Bs=!0;let r=FA;FA=Wo;let n=A.replace(r,Wo);return fetch(n,e)}}var us="bugstash_auth";function gs(){try{let A=localStorage.getItem(us);if(!A)return null;let e=JSON.parse(A);return e.tokens.expiresAt<Date.now(),e}catch{return null}}function $o(A){localStorage.setItem(us,JSON.stringify(A))}function md(){localStorage.removeItem(us)}function VA(){return gs()?.user||null}function Zo(){return gs()?.tokens.accessToken||null}async function be(){let A=gs();if(!A)return{"Content-Type":"application/json"};if(A.tokens.expiresAt<Date.now()+6e4)try{let e=await zA(`${FA}/api/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:A.tokens.refreshToken})});if(e.ok){let t=await e.json();t.success&&(A.tokens=t.data,$o(A))}}catch{}return{"Content-Type":"application/json",Authorization:`Bearer ${A.tokens.accessToken}`}}async function _r(A,e,t){try{let n=await(await zA(`${FA}/api/auth/login`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:A,password:e,projectId:t})})).json();return n.success&&$o({user:n.data.user,tokens:n.data.tokens}),n}catch{return{success:!1,error:"Network error"}}}async function Xr(){md()}async function ds(A){try{let e=await be();return await(await zA(`${FA}/api/reports`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error - could not reach BugStash"}}}async function qo(A,e){try{let t=await be();return await(await zA(`${FA}/api/pins/by-page?projectId=${A}&pathname=${encodeURIComponent(e)}`,{headers:t})).json()}catch{return{success:!1,error:"Network error"}}}async function fs(A){try{let e=await be();return await(await zA(`${FA}/api/pins`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error"}}}async function Jr(A,e){try{let t=await be();return await(await zA(`${FA}/api/pins/${A}`,{method:"PUT",headers:t,body:JSON.stringify(e)})).json()}catch{return{success:!1,error:"Network error"}}}async function jo(A){try{let e=await be();return await(await zA(`${FA}/api/pins/${A}`,{method:"DELETE",headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function Ai(A){try{let e=await be();return await(await zA(`${FA}/api/pins/${A}/comments`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function ps(A,e,t=[]){try{let r=await be();return await(await zA(`${FA}/api/pins/${A}/comments`,{method:"POST",headers:r,body:JSON.stringify({body:e,mentions:t})})).json()}catch{return{success:!1,error:"Network error"}}}async function ei(A){try{let e=await be();return await(await zA(`${FA}/api/members/for-project/${A}`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}var ws="bugstash_offline_queue";function hs(A){let e=ti();e.push({...A,id:Math.random().toString(36).slice(2),timestamp:Date.now()}),localStorage.setItem(ws,JSON.stringify(e))}function ti(){try{return JSON.parse(localStorage.getItem(ws)||"[]")}catch{return[]}}async function Ud(){let A=ti();if(A.length===0)return 0;let e=0,t=[];for(let r of A)try{let n;switch(r.type){case"create_pin":n=await fs(r.data);break;case"create_comment":n=await ps(r.data.pinId,r.data.body,r.data.mentions);break;case"update_pin":n=await Jr(r.data.pinId,r.data.updates);break;case"submit_report":n=await ds(r.data);break;default:n={success:!1,error:"Unknown action"}}n.success?e++:t.push(r)}catch{t.push(r)}return localStorage.setItem(ws,JSON.stringify(t)),e}typeof window<"u"&&window.addEventListener("online",()=>{Ud().catch(()=>{})});var bs=[{id:"slate",name:"Slate",preview:["#0f1117","#6E9ED0"],vars:{"--bs-bg":"#0f1117","--bs-bg2":"#1a1d27","--bs-bg3":"#2a2d37","--bs-text":"#e8eaed","--bs-muted":"#9ca3af","--bs-border":"#2a2d37","--bs-accent":"#6E9ED0","--bs-accent2":"#C3CAD6","--bs-fab1":"#6E9ED0","--bs-fab2":"#4a7ba8","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"black",name:"Dark",preview:["#0a0a0a","#ffffff"],vars:{"--bs-bg":"#0a0a0a","--bs-bg2":"#141414","--bs-bg3":"#1e1e1e","--bs-text":"#f5f5f5","--bs-muted":"#737373","--bs-border":"#262626","--bs-accent":"#f5f5f5","--bs-accent2":"#d4d4d4","--bs-fab1":"#262626","--bs-fab2":"#171717","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"white",name:"Light",preview:["#ffffff","#0a0a0a"],vars:{"--bs-bg":"#ffffff","--bs-bg2":"#f5f5f5","--bs-bg3":"#e5e5e5","--bs-text":"#0a0a0a","--bs-muted":"#737373","--bs-border":"#e5e5e5","--bs-accent":"#0a0a0a","--bs-accent2":"#404040","--bs-fab1":"#0a0a0a","--bs-fab2":"#262626","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#dc2626","--bs-green":"#16a34a","--bs-orange":"#ea580c","--bs-yellow":"#ca8a04"}}];function Wr(){return bs}function Yr(A){return bs.find(e=>e.id===A)}function ri(){return bs[0]}var Qs=[{id:"classic",name:"Center",description:"Centered modal",tabPosition:"top"},{id:"drawer-right",name:"Right Drawer",description:"Slides from right",tabPosition:"top"},{id:"bottom-sheet",name:"Bottom Sheet",description:"Slides from bottom",tabPosition:"top"},{id:"sidebar-tabs",name:"Sidebar",description:"Side navigation",tabPosition:"left"}];function zr(){return Qs}function Tt(A){return Qs.find(e=>e.id===A)}function ni(){return Qs[0]}var si=`
21
+ </svg>`;return new Promise(o=>{try{let l=new Blob([i],{type:"image/svg+xml;charset=utf-8"}),c=new FileReader;c.onload=()=>{o(c.result)},c.onerror=()=>o(null),c.readAsDataURL(l)}catch{o(null)}})}var xd="https://bugstash-backend.vercel.app",qo="https://bugstash-backend.vercel.app",FA=xd,ds=!1;function jo(A){FA=A.replace(/\/$/,""),ds=!1}function Ai(){return FA}async function $A(A,e){try{return await fetch(A,e)}catch(t){if(ds)throw t;ds=!0;let r=FA;FA=qo;let n=A.replace(r,qo);return fetch(n,e)}}var fs="bugstash_auth";function ps(){try{let A=localStorage.getItem(fs);if(!A)return null;let e=JSON.parse(A);return e.tokens.expiresAt<Date.now(),e}catch{return null}}function ei(A){localStorage.setItem(fs,JSON.stringify(A))}function Hd(){localStorage.removeItem(fs)}function _A(){return ps()?.user||null}function ti(){return ps()?.tokens.accessToken||null}async function be(){let A=ps();if(!A)return{"Content-Type":"application/json"};if(A.tokens.expiresAt<Date.now()+6e4)try{let e=await $A(`${FA}/api/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:A.tokens.refreshToken})});if(e.ok){let t=await e.json();t.success&&(A.tokens=t.data,ei(A))}}catch{}return{"Content-Type":"application/json",Authorization:`Bearer ${A.tokens.accessToken}`}}async function Jr(A,e,t){try{let n=await(await $A(`${FA}/api/auth/login`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:A,password:e,projectId:t})})).json();return n.success&&ei({user:n.data.user,tokens:n.data.tokens}),n}catch{return{success:!1,error:"Network error"}}}async function Wr(){Hd()}async function ws(A){try{let e=await be();return await(await $A(`${FA}/api/reports`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error - could not reach BugStash"}}}async function ri(A,e){try{let t=await be();return await(await $A(`${FA}/api/pins/by-page?projectId=${A}&pathname=${encodeURIComponent(e)}`,{headers:t})).json()}catch{return{success:!1,error:"Network error"}}}async function hs(A){try{let e=await be();return await(await $A(`${FA}/api/pins`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error"}}}async function Yr(A,e){try{let t=await be();return await(await $A(`${FA}/api/pins/${A}`,{method:"PUT",headers:t,body:JSON.stringify(e)})).json()}catch{return{success:!1,error:"Network error"}}}async function ni(A){try{let e=await be();return await(await $A(`${FA}/api/pins/${A}`,{method:"DELETE",headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function si(A){try{let e=await be();return await(await $A(`${FA}/api/pins/${A}/comments`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function bs(A,e,t=[]){try{let r=await be();return await(await $A(`${FA}/api/pins/${A}/comments`,{method:"POST",headers:r,body:JSON.stringify({body:e,mentions:t})})).json()}catch{return{success:!1,error:"Network error"}}}async function ai(A){try{let e=await be();return await(await $A(`${FA}/api/members/for-project/${A}`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}var Qs="bugstash_offline_queue";function Cs(A){let e=oi();e.push({...A,id:Math.random().toString(36).slice(2),timestamp:Date.now()}),localStorage.setItem(Qs,JSON.stringify(e))}function oi(){try{return JSON.parse(localStorage.getItem(Qs)||"[]")}catch{return[]}}async function Id(){let A=oi();if(A.length===0)return 0;let e=0,t=[];for(let r of A)try{let n;switch(r.type){case"create_pin":n=await hs(r.data);break;case"create_comment":n=await bs(r.data.pinId,r.data.body,r.data.mentions);break;case"update_pin":n=await Yr(r.data.pinId,r.data.updates);break;case"submit_report":n=await ws(r.data);break;default:n={success:!1,error:"Unknown action"}}n.success?e++:t.push(r)}catch{t.push(r)}return localStorage.setItem(Qs,JSON.stringify(t)),e}typeof window<"u"&&window.addEventListener("online",()=>{Id().catch(()=>{})});var ms=[{id:"slate",name:"Slate",preview:["#0f1117","#6E9ED0"],vars:{"--bs-bg":"#0f1117","--bs-bg2":"#1a1d27","--bs-bg3":"#2a2d37","--bs-text":"#e8eaed","--bs-muted":"#9ca3af","--bs-border":"#2a2d37","--bs-accent":"#6E9ED0","--bs-accent2":"#C3CAD6","--bs-fab1":"#6E9ED0","--bs-fab2":"#4a7ba8","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"black",name:"Dark",preview:["#0a0a0a","#ffffff"],vars:{"--bs-bg":"#0a0a0a","--bs-bg2":"#141414","--bs-bg3":"#1e1e1e","--bs-text":"#f5f5f5","--bs-muted":"#737373","--bs-border":"#262626","--bs-accent":"#f5f5f5","--bs-accent2":"#d4d4d4","--bs-fab1":"#262626","--bs-fab2":"#171717","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"white",name:"Light",preview:["#ffffff","#0a0a0a"],vars:{"--bs-bg":"#ffffff","--bs-bg2":"#f5f5f5","--bs-bg3":"#e5e5e5","--bs-text":"#0a0a0a","--bs-muted":"#737373","--bs-border":"#e5e5e5","--bs-accent":"#0a0a0a","--bs-accent2":"#404040","--bs-fab1":"#0a0a0a","--bs-fab2":"#262626","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#dc2626","--bs-green":"#16a34a","--bs-orange":"#ea580c","--bs-yellow":"#ca8a04"}}];function zr(){return ms}function $r(A){return ms.find(e=>e.id===A)}function ii(){return ms[0]}var Us=[{id:"classic",name:"Center",description:"Centered modal",tabPosition:"top"},{id:"drawer-right",name:"Right Drawer",description:"Slides from right",tabPosition:"top"},{id:"bottom-sheet",name:"Bottom Sheet",description:"Slides from bottom",tabPosition:"top"},{id:"sidebar-tabs",name:"Sidebar",description:"Side navigation",tabPosition:"left"}];function Zr(){return Us}function Ot(A){return Us.find(e=>e.id===A)}function li(){return Us[0]}var ci=`
22
22
  /* \u2500\u2500 1. Classic (default \u2014 no overrides) \u2500\u2500 */
23
23
 
24
24
  /* \u2500\u2500 2. Drawer Right \u2500\u2500 */
@@ -78,13 +78,13 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
78
78
  }
79
79
  .bs-ly-sidebar-tabs .bs-tab-divider { display: none; }
80
80
  .bs-ly-sidebar-tabs .bs-scroll { flex: 1; }
81
- `;var ze=null,$r=0,vd=5e3,We=new Map,Ye=null,Zr=new Set;function Dt(A){Ye=A,$r=Date.now(),Fd()}function Fd(){ze||(ze=setInterval(yd,vd))}async function yd(){if(!Ye)return;let A=Zo();if(A)try{let e=zo(),t=window.location.pathname,r=await fetch(`${e}/api/pins/poll?projectId=${Ye}&pathname=${encodeURIComponent(t)}&since=${$r}`,{headers:{Authorization:`Bearer ${A}`}});if(!r.ok)return;let n=await r.json();if(!n.success)return;let{pins:s,serverTime:a}=n.data;$r=a;for(let i of s)Zr.has(i.id)?ai("pin:updated",{type:"pin:updated",projectId:Ye,data:i,userId:"",timestamp:Date.now()}):(Zr.add(i.id),ai("pin:created",{type:"pin:created",projectId:Ye,data:i,userId:"",timestamp:Date.now()}))}catch{}}function oi(){ze&&(clearInterval(ze),ze=null),Ye=null,Zr.clear(),$r=0}function kt(A,e){return We.has(A)||We.set(A,new Set),We.get(A).add(e),()=>{We.get(A)?.delete(e)}}function ai(A,e){We.get(A)?.forEach(t=>t(e)),We.get("*")?.forEach(t=>t(e))}function ii(A){Zr=new Set(A)}function li(){return ze!==null}var jr,$A=null,LA=null,bA=[],ui=[],Mt=!1,Ot=null,Ed="",ci={open:"#f97316",in_progress:"#3b82f6",resolved:"#22c55e",closed:"#6b7280"},qr={critical:"#ef4444",high:"#f97316",medium:"#eab308",low:"#6b7280"};function Rt(A){jr=A,Ed=window.location.pathname,xd(),di(),Hd(),Sd(),Td()}function gi(){$A?.remove(),$A=null,LA?.remove(),LA=null,bA=[]}function Nt(A){return Mt=A!==void 0?A:!Mt,LA&&(LA.style.display=Mt?"block":"none"),Mt}function An(){return Mt}function xd(){if($A)return;window.getComputedStyle(document.body).position==="static"&&(document.body.style.position="relative"),$A=document.createElement("div"),$A.id="bugstash-live-pins",LA=document.createElement("div"),LA.id="bugstash-pin-overlay",LA.style.display="none";let e=document.createElement("style");e.textContent=`
81
+ `;var ze=null,qr=0,Ld=5e3,We=new Map,Ye=null,jr=new Set;function Rt(A){Ye=A,qr=Date.now(),Kd()}function Kd(){ze||(ze=setInterval(Sd,Ld))}async function Sd(){if(!Ye)return;let A=ti();if(A)try{let e=Ai(),t=window.location.pathname,r=await fetch(`${e}/api/pins/poll?projectId=${Ye}&pathname=${encodeURIComponent(t)}&since=${qr}`,{headers:{Authorization:`Bearer ${A}`}});if(!r.ok)return;let n=await r.json();if(!n.success)return;let s=Array.isArray(n.data)?n.data:n.data?.pins||[];qr=n.serverTime||n.data?.serverTime||Date.now();for(let a of s)jr.has(a.id)?Bi("pin:updated",{type:"pin:updated",projectId:Ye,data:a,userId:"",timestamp:Date.now()}):(jr.add(a.id),Bi("pin:created",{type:"pin:created",projectId:Ye,data:a,userId:"",timestamp:Date.now()}))}catch{}}function ui(){ze&&(clearInterval(ze),ze=null),Ye=null,jr.clear(),qr=0}function Nt(A,e){return We.has(A)||We.set(A,new Set),We.get(A).add(e),()=>{We.get(A)?.delete(e)}}function Bi(A,e){We.get(A)?.forEach(t=>t(e)),We.get("*")?.forEach(t=>t(e))}function vs(A){jr=new Set(A)}function gi(){return ze!==null}var tn,MA=null,yA=null,gA=[],wi=[],$e=!1,qe=null,Td="",Ze=null,An=null,di={open:"#f97316",in_progress:"#3b82f6",resolved:"#22c55e",closed:"#6b7280"},en={critical:"#ef4444",high:"#f97316",medium:"#eab308",low:"#6b7280"};function Pt(A){tn=A,Td=window.location.pathname,Rd(),Ci(),Nd(),_d(),Xd(),kd()}function hi(){Md(),MA?.remove(),MA=null,yA?.remove(),yA=null,gA=[]}function je(A){return $e=A!==void 0?A:!$e,yA&&(yA.style.display=$e?"block":"none"),$e}function rn(){return $e}function bi(A){let e=Dd(A.elementSelector,A.elementXPath);if(e){let t=e.getBoundingClientRect();if(t.width>0&&t.height>0){let r=t.left+window.scrollX,n=t.top+window.scrollY;if(A.pageX>0||A.pageY>0){let s=document.documentElement.scrollWidth||document.body.scrollWidth||1,a=document.documentElement.scrollHeight||document.body.scrollHeight||1,i=Fs(A)?A.xPercent/100*s:A.pageX,o=Fs(A)?A.yPercent/100*a:A.pageY,l={x:i,y:o},c={x:r+t.width/2,y:n+t.height/2};if(Math.abs(l.x-c.x)+Math.abs(l.y-c.y)>100)return{left:`${r+t.width/2}px`,top:`${n+t.height/2}px`}}}}return Fs(A)?{left:`${A.xPercent}%`,top:`${A.yPercent}%`}:{left:`${A.pageX}px`,top:`${A.pageY}px`}}function Fs(A){return A.xPercent!=null&&A.yPercent!=null&&(A.xPercent!==0||A.yPercent!==0||A.pageX===0&&A.pageY===0)}function Dd(A,e){if(A&&A!=="body")try{let t=document.querySelector(A);if(t)return t}catch{}if(e)try{let t=document.evaluate(e,document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null);if(t.singleNodeValue instanceof Element)return t.singleNodeValue}catch{}return null}function kd(){window.addEventListener("scroll",Gt,{passive:!0}),window.addEventListener("resize",Gt,{passive:!0}),window.addEventListener("keydown",Qi),An=new MutationObserver(()=>Gt()),An.observe(document.body,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["style","class"]})}function Md(){window.removeEventListener("scroll",Gt),window.removeEventListener("resize",Gt),window.removeEventListener("keydown",Qi),An?.disconnect(),An=null,Ze&&(cancelAnimationFrame(Ze),Ze=null)}function Qi(A){A.key==="Escape"&&(qe?Qe():$e&&(yA?.querySelectorAll(".bs-lp-form").forEach(e=>e.remove()),je(!1)))}function Gt(){Ze||(Ze=requestAnimationFrame(()=>{Ze=null,Od()}))}function Od(){if(!MA)return;MA.querySelectorAll(".bs-lp").forEach(e=>{let t=e.dataset.pinId,r=gA.find(s=>s.id===t);if(!r)return;let n=bi(r);e.style.left=n.left,e.style.top=n.top})}function Rd(){if(MA)return;window.getComputedStyle(document.body).position==="static"&&(document.body.style.position="relative"),MA=document.createElement("div"),MA.id="bugstash-live-pins",yA=document.createElement("div"),yA.id="bugstash-pin-overlay",yA.style.display="none";let e=document.createElement("style");e.textContent=`
82
82
  #bugstash-live-pins {
83
83
  position: absolute;
84
84
  top: 0;
85
85
  left: 0;
86
86
  width: 100%;
87
- height: 0;
87
+ min-height: 100%;
88
88
  overflow: visible;
89
89
  z-index: 2147483640;
90
90
  pointer-events: none;
@@ -97,14 +97,14 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
97
97
  background: rgba(0,0,0,0.05);
98
98
  }
99
99
 
100
- /* \u2500\u2500 Pin Marker \u2014 numbered dot \u2500\u2500 */
100
+ /* \u2500\u2500 Pin Marker \u2500\u2500 */
101
101
  .bs-lp {
102
102
  position: absolute;
103
103
  pointer-events: auto;
104
104
  cursor: pointer;
105
105
  transform: translate(-50%, -50%);
106
106
  z-index: 1;
107
- transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1);
107
+ transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), left 0.15s ease, top 0.15s ease;
108
108
  }
109
109
  .bs-lp:hover { transform: translate(-50%, -50%) scale(1.2); z-index: 5; }
110
110
  .bs-lp-dot {
@@ -139,7 +139,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
139
139
  position: absolute;
140
140
  left: 34px;
141
141
  top: -8px;
142
- width: 320px;
142
+ width: min(320px, calc(100vw - 48px));
143
143
  background: #111318;
144
144
  border: 1px solid rgba(255,255,255,0.08);
145
145
  border-radius: 12px;
@@ -288,7 +288,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
288
288
  /* \u2500\u2500 New Pin Form \u2500\u2500 */
289
289
  .bs-lp-form {
290
290
  position: absolute;
291
- width: 300px;
291
+ width: min(300px, calc(100vw - 32px));
292
292
  background: #111318;
293
293
  border: 1px solid rgba(255,255,255,0.08);
294
294
  border-radius: 12px;
@@ -365,12 +365,12 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
365
365
  color: #9ca3af;
366
366
  }
367
367
  .bs-lp-form-cancel:hover { background: rgba(255,255,255,0.1); }
368
- `,$A.appendChild(e),document.body.appendChild($A),document.body.appendChild(LA),LA.addEventListener("click",t=>{if(t.target.closest(".bs-lp-form"))return;let r=t.clientX+window.scrollX,n=t.clientY+window.scrollY,s=document.documentElement.scrollWidth||document.body.scrollWidth,a=document.documentElement.scrollHeight||document.body.scrollHeight,i=s>0?r/s*100:0,o=a>0?n/a*100:0,l=t.clientX,c=t.clientY;LA.style.pointerEvents="none";let B=document.elementFromPoint(t.clientX,t.clientY);LA.style.pointerEvents="",Kd(r,n,i,o,l,c,B)})}async function di(){let A=await qo(jr,window.location.pathname);A.success&&A.data&&(bA=A.data,ii(bA.map(e=>e.id)),ae())}async function Hd(){let A=await ei(jr);A.success&&A.data&&(ui=A.data)}function ae(){$A&&($A.querySelectorAll(".bs-lp").forEach(A=>A.remove()),bA.forEach((A,e)=>{let t=document.createElement("div");t.className="bs-lp",A.xPercent>0||A.yPercent>0?(t.style.left=`${A.xPercent}%`,t.style.top=`${A.yPercent}%`):(t.style.left=`${A.pageX}px`,t.style.top=`${A.pageY}px`),t.dataset.pinId=A.id;let r=qr[A.priority]||qr.medium;t.innerHTML=`
369
- <div class="bs-lp-dot" style="background:${r};color:${r}">
368
+ `,MA.appendChild(e),document.body.appendChild(MA),document.body.appendChild(yA),yA.addEventListener("click",t=>{if(t.target.closest(".bs-lp-form"))return;let r=t.clientX+window.scrollX,n=t.clientY+window.scrollY,s=document.documentElement.scrollWidth||document.body.scrollWidth||1,a=document.documentElement.scrollHeight||document.body.scrollHeight||1,i=r/s*100,o=n/a*100,l=t.clientX,c=t.clientY;yA.style.pointerEvents="none";let B=document.elementFromPoint(t.clientX,t.clientY);yA.style.pointerEvents="",Vd(r,n,i,o,l,c,B)})}async function Ci(){let A=await ri(tn,window.location.pathname);A.success&&A.data&&(gA=A.data,vs(gA.map(e=>e.id)),ae())}async function Nd(){let A=await ai(tn);A.success&&A.data&&(wi=A.data)}function ae(){MA&&(MA.querySelectorAll(".bs-lp").forEach(A=>A.remove()),gA.forEach((A,e)=>{let t=document.createElement("div");t.className="bs-lp",t.dataset.pinId=A.id;let r=bi(A);t.style.left=r.left,t.style.top=r.top;let n=en[A.priority]||en.medium;t.innerHTML=`
369
+ <div class="bs-lp-dot" style="background:${n};color:${n}">
370
370
  ${e+1}
371
371
  <span class="bs-lp-ring"></span>
372
372
  </div>
373
- `,t.addEventListener("click",n=>{n.stopPropagation(),Id(A,t)}),$A.appendChild(t)}))}function Bi(A){let e=typeof A=="string"?new Date(A).getTime():A;if(isNaN(e))return"";let t=Date.now()-e,r=Math.floor(t/6e4);if(r<1)return"just now";if(r<60)return`${r}m ago`;let n=Math.floor(r/60);return n<24?`${n}h ago`:`${Math.floor(n/24)}d ago`}async function Id(A,e){Ee();let t=document.createElement("div");t.className="bs-lp-popup";let r=VA(),n=r&&(r.role==="owner"||r.role==="admin"||r.id===A.createdBy),s=ci[A.status]||ci.open,a=qr[A.priority]||qr.medium,i=A.priority?A.priority.charAt(0).toUpperCase()+A.priority.slice(1):"Medium";t.innerHTML=`
373
+ `,t.addEventListener("click",s=>{s.stopPropagation(),Gd(A,t)}),MA.appendChild(t)}))}function fi(A){let e=typeof A=="string"?new Date(A).getTime():A;if(isNaN(e))return"";let t=Date.now()-e,r=Math.floor(t/6e4);if(r<1)return"just now";if(r<60)return`${r}m ago`;let n=Math.floor(r/60);return n<24?`${n}h ago`:`${Math.floor(n/24)}d ago`}function pi(A){requestAnimationFrame(()=>{let e=A.getBoundingClientRect(),t=16;e.right>window.innerWidth-t&&(A.style.left="auto",A.style.right="34px"),e.left<t&&(A.style.left=`${t}px`,A.style.right="auto");let r=A.getBoundingClientRect();r.bottom>window.innerHeight-t&&(A.style.top="auto",A.style.bottom="0"),r.top<t&&(A.style.top=`${t}px`,A.style.bottom="auto")})}async function Gd(A,e){Qe();let t=document.createElement("div");t.className="bs-lp-popup";let r=_A(),n=r&&(r.role==="owner"||r.role==="admin"||r.id===A.createdBy),s=di[A.status]||di.open,a=en[A.priority]||en.medium,i=A.priority?A.priority.charAt(0).toUpperCase()+A.priority.slice(1):"Medium";t.innerHTML=`
374
374
  <div class="bs-lp-popup-hdr">
375
375
  <div class="bs-lp-popup-title">${se(A.title)}</div>
376
376
  <span class="bs-lp-popup-badge" style="background:${a}18;color:${a}">${i}</span>
@@ -379,7 +379,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
379
379
  </div>
380
380
  ${A.description?`<div class="bs-lp-popup-desc">${se(A.description)}</div>`:""}
381
381
  <div class="bs-lp-popup-info">
382
- <span>${A.creatorName||"Unknown"} &middot; ${Bi(A.createdAt)}</span>
382
+ <span>${A.creatorName||"Unknown"} &middot; ${fi(A.createdAt)}</span>
383
383
  <span>${A.assigneeName?`\u2192 ${A.assigneeName}`:"Unassigned"}</span>
384
384
  </div>
385
385
  <div class="bs-lp-cmts" id="bs-lp-cmts">
@@ -393,23 +393,23 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
393
393
  ${A.status!=="resolved"?'<button class="bs-lp-act resolve" id="bs-lp-resolve">Resolve</button>':'<button class="bs-lp-act" id="bs-lp-reopen">Reopen</button>'}
394
394
  ${n?'<button class="bs-lp-act delete" id="bs-lp-delete">Delete</button>':""}
395
395
  </div>
396
- `,e.appendChild(t),Ot=t,Ai(A.id).then(o=>{let l=t.querySelector("#bs-lp-cmts");if(!l)return;let c=o.success&&o.data?o.data:[];l.innerHTML=c.length?c.map(B=>`
396
+ `,e.appendChild(t),qe=t,si(A.id).then(l=>{let c=t.querySelector("#bs-lp-cmts");if(!c)return;let B=l.success&&l.data?l.data:[];c.innerHTML=B.length?B.map(u=>`
397
397
  <div class="bs-lp-cmt">
398
398
  <div class="bs-lp-cmt-top">
399
- <span class="bs-lp-cmt-author">${se(B.author?.name||B.authorName||"Unknown")}</span>
400
- <span class="bs-lp-cmt-time">${Bi(new Date(B.createdAt).getTime())}</span>
399
+ <span class="bs-lp-cmt-author">${se(u.author?.name||u.authorName||"Unknown")}</span>
400
+ <span class="bs-lp-cmt-time">${fi(new Date(u.createdAt).getTime())}</span>
401
401
  </div>
402
- <div class="bs-lp-cmt-body">${se(B.body)}</div>
402
+ <div class="bs-lp-cmt-body">${se(u.body)}</div>
403
403
  </div>
404
- `).join(""):""}),requestAnimationFrame(()=>{let o=t.getBoundingClientRect();o.right>window.innerWidth-16&&(t.style.left="auto",t.style.right="34px"),o.bottom>window.innerHeight-16&&(t.style.top="auto",t.style.bottom="0")}),t.querySelector(".bs-lp-popup-close").addEventListener("click",o=>{o.stopPropagation(),Ee()}),t.querySelector("#bs-lp-cmt-send")?.addEventListener("click",async()=>{let o=t.querySelector("#bs-lp-cmt-in"),l=o.value.trim();if(l)if(o.value="",navigator.onLine){let c=await ps(A.id,l);if(c.success&&c.data){let B=t.querySelector("#bs-lp-cmts"),g=c.data;B.innerHTML+=`
404
+ `).join(""):"",pi(t)}),pi(t),t.querySelector(".bs-lp-popup-close").addEventListener("click",l=>{l.stopPropagation(),Qe()}),t.querySelector("#bs-lp-cmt-send")?.addEventListener("click",async()=>{let l=t.querySelector("#bs-lp-cmt-in"),c=l.value.trim();if(c)if(l.value="",navigator.onLine){let B=await bs(A.id,c);if(B.success&&B.data){let u=t.querySelector("#bs-lp-cmts"),f=B.data;u.innerHTML+=`
405
405
  <div class="bs-lp-cmt">
406
406
  <div class="bs-lp-cmt-top">
407
- <span class="bs-lp-cmt-author">${se(g.authorName||r?.name||"You")}</span>
407
+ <span class="bs-lp-cmt-author">${se(f.authorName||r?.name||"You")}</span>
408
408
  <span class="bs-lp-cmt-time">just now</span>
409
409
  </div>
410
- <div class="bs-lp-cmt-body">${se(g.body)}</div>
410
+ <div class="bs-lp-cmt-body">${se(f.body)}</div>
411
411
  </div>
412
- `,B.scrollTop=B.scrollHeight}}else hs({type:"create_comment",data:{pinId:A.id,body:l}})}),t.querySelector("#bs-lp-cmt-in")?.addEventListener("keydown",o=>{o.key==="Enter"&&t.querySelector("#bs-lp-cmt-send")?.dispatchEvent(new Event("click"))}),t.querySelector("#bs-lp-resolve")?.addEventListener("click",async()=>{await Jr(A.id,{status:"resolved"}),A.status="resolved",Ee(),ae()}),t.querySelector("#bs-lp-reopen")?.addEventListener("click",async()=>{await Jr(A.id,{status:"open"}),A.status="open",Ee(),ae()}),t.querySelector("#bs-lp-delete")?.addEventListener("click",async()=>{confirm("Delete this pin?")&&(await jo(A.id),bA=bA.filter(o=>o.id!==A.id),Ee(),ae())}),t.addEventListener("click",o=>o.stopPropagation())}function Ee(){Ot?.remove(),Ot=null}function fi(A){if(!A||A===document.body||A===document.documentElement)return"body";if(A.id)return`#${A.id}`;let e=A.tagName.toLowerCase();if(A.className&&typeof A.className=="string"){let r=A.className.trim().split(/\s+/).filter(n=>!n.startsWith("bs-")).slice(0,3);r.length&&(e+="."+r.join("."))}let t=A.parentElement;if(t&&t!==document.body){let r=Array.from(t.children).filter(n=>n.tagName===A.tagName);if(r.length>1){let n=r.indexOf(A);e+=`:nth-child(${n+1})`}return fi(t)+" > "+e}return e}function Ld(A){if(!A)return"";let e=[],t=A;for(;t&&t!==document.body;){let r=1,n=t.previousElementSibling;for(;n;)n.tagName===t.tagName&&r++,n=n.previousElementSibling;e.unshift(`${t.tagName.toLowerCase()}[${r}]`),t=t.parentElement}return"/body/"+e.join("/")}function Kd(A,e,t,r,n,s,a){Ee(),LA?.querySelectorAll(".bs-lp-form").forEach(l=>l.remove());let i=document.createElement("div");i.className="bs-lp-form",i.style.left=`${n+16}px`,i.style.top=`${s-8}px`,requestAnimationFrame(()=>{let l=i.getBoundingClientRect();l.right>window.innerWidth-16&&(i.style.left=`${n-316}px`),l.bottom>window.innerHeight-16&&(i.style.top=`${s-l.height}px`)});let o=ui.filter(l=>l.userId!==VA()?.id).map(l=>`<option value="${l.userId}">${se(l.name)}</option>`).join("");i.innerHTML=`
412
+ `,u.scrollTop=u.scrollHeight}}else Cs({type:"create_comment",data:{pinId:A.id,body:c}})}),t.querySelector("#bs-lp-cmt-in")?.addEventListener("keydown",l=>{l.key==="Enter"&&t.querySelector("#bs-lp-cmt-send")?.dispatchEvent(new Event("click"))}),t.querySelector("#bs-lp-resolve")?.addEventListener("click",async()=>{await Yr(A.id,{status:"resolved"}),A.status="resolved",Qe(),ae()}),t.querySelector("#bs-lp-reopen")?.addEventListener("click",async()=>{await Yr(A.id,{status:"open"}),A.status="open",Qe(),ae()});let o=!1;t.querySelector("#bs-lp-delete")?.addEventListener("click",async()=>{o||confirm("Delete this pin?")&&(o=!0,await ni(A.id),gA=gA.filter(l=>l.id!==A.id),Qe(),ae())}),t.addEventListener("click",l=>l.stopPropagation())}function Qe(){qe?.remove(),qe=null}function mi(A){if(!A||A===document.body||A===document.documentElement)return"body";if(A.id)return`#${A.id}`;let e=A.tagName.toLowerCase();if(A.className&&typeof A.className=="string"){let r=A.className.trim().split(/\s+/).filter(n=>!n.startsWith("bs-")).slice(0,3);r.length&&(e+="."+r.join("."))}let t=A.parentElement;if(t&&t!==document.body){let r=Array.from(t.children).filter(n=>n.tagName===A.tagName);if(r.length>1){let n=r.indexOf(A);e+=`:nth-child(${n+1})`}return mi(t)+" > "+e}return e}function Pd(A){if(!A)return"";let e=[],t=A;for(;t&&t!==document.body;){let r=1,n=t.previousElementSibling;for(;n;)n.tagName===t.tagName&&r++,n=n.previousElementSibling;e.unshift(`${t.tagName.toLowerCase()}[${r}]`),t=t.parentElement}return"/body/"+e.join("/")}function Vd(A,e,t,r,n,s,a){Qe(),yA?.querySelectorAll(".bs-lp-form").forEach(f=>f.remove());let i=document.createElement("div");i.className="bs-lp-form";let o=Math.min(300,window.innerWidth-32),l=16,c=n+l,B=s-8;c+o>window.innerWidth-l&&(c=n-o-l),c<l&&(c=l),i.style.left=`${c}px`,i.style.top=`${B}px`,requestAnimationFrame(()=>{let f=i.getBoundingClientRect();f.bottom>window.innerHeight-l&&(i.style.top=`${Math.max(l,s-f.height)}px`)});let u=wi.filter(f=>f.userId!==_A()?.id).map(f=>`<option value="${f.userId}">${se(f.name)}</option>`).join("");i.innerHTML=`
413
413
  <label class="bs-lp-form-label">Title *</label>
414
414
  <input type="text" id="bs-np-title" name="pin-title" placeholder="What's the issue?" autofocus />
415
415
  <label class="bs-lp-form-label">Description</label>
@@ -429,18 +429,18 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
429
429
  <option value="content">Content</option>
430
430
  <option value="other" selected>Other</option>
431
431
  </select>
432
- ${o?`
432
+ ${u?`
433
433
  <label class="bs-lp-form-label">Assign to</label>
434
434
  <select id="bs-np-assignee" name="pin-assignee">
435
435
  <option value="">Unassigned</option>
436
- ${o}
436
+ ${u}
437
437
  </select>
438
438
  `:""}
439
439
  <div class="bs-lp-form-btns">
440
440
  <button class="bs-lp-form-cancel" id="bs-np-cancel">Cancel</button>
441
441
  <button class="bs-lp-form-submit" id="bs-np-submit">Create Pin</button>
442
442
  </div>
443
- `,LA.appendChild(i),i.addEventListener("click",l=>l.stopPropagation()),i.querySelector("#bs-np-cancel").addEventListener("click",()=>i.remove()),i.querySelector("#bs-np-submit").addEventListener("click",async()=>{let l=i.querySelector("#bs-np-title").value.trim();if(!l){i.querySelector("#bs-np-title").style.borderColor="#ef4444";return}let c=i.querySelector("#bs-np-submit");c.textContent="Creating...",c.style.opacity="0.6";let B=i.querySelector("#bs-np-desc").value.trim(),g=i.querySelector("#bs-np-priority").value,w=i.querySelector("#bs-np-category").value,b=i.querySelector("#bs-np-assignee")?.value||void 0,y=fi(a),Q=Ld(a),h=jA().slice(-20).map(p=>`[${p.level}] ${p.args.join(" ")}`),k=Ae().slice(-10).map(p=>`${p.message} at ${p.source}:${p.lineno}`),L=le().slice(-10).map(p=>`${p.method} ${p.url} \u2192 ${p.status}`),x={projectId:jr,pageUrl:window.location.href,pathname:window.location.pathname,elementSelector:y,elementXPath:Q,xPercent:t,yPercent:r,pageX:A,pageY:e,title:l,description:B,priority:g,category:w,assigneeId:b,browserInfo:navigator.userAgent,screenSize:`${screen.width}x${screen.height}`,viewportSize:`${window.innerWidth}x${window.innerHeight}`,devicePixelRatio:window.devicePixelRatio,consoleLogs:h,networkErrors:L,jsErrors:k};if(i.remove(),navigator.onLine){let p=await fs(x);p.success&&p.data&&(bA.push(p.data),ae())}else hs({type:"create_pin",data:x}),bA.push({...x,id:"local-"+Date.now(),orgId:"",status:"open",tags:[],createdById:VA()?.id||"",creatorName:VA()?.name||"",commentCount:0,createdAt:Date.now(),updatedAt:Date.now()}),ae()}),setTimeout(()=>i.querySelector("#bs-np-title")?.focus(),50)}function Sd(){kt("pin:created",A=>{let e=A.data;e.pathname===window.location.pathname&&(bA.find(t=>t.id===e.id)||(bA.push(e),ae()))}),kt("pin:updated",A=>{let e=A.data,t=bA.findIndex(r=>r.id===e.id);t>=0&&(bA[t]={...bA[t],...e},ae())}),kt("pin:deleted",A=>{let{id:e}=A.data;bA=bA.filter(t=>t.id!==e),Ee(),ae()}),kt("comment:created",A=>{let e=A.data;if(Ot){let t=Ot.querySelector("#bs-lp-cmts");t&&(t.innerHTML+=`
443
+ `,yA.appendChild(i),i.addEventListener("click",f=>f.stopPropagation()),i.querySelector("#bs-np-cancel").addEventListener("click",()=>i.remove()),i.querySelector("#bs-np-submit").addEventListener("click",async()=>{let f=i.querySelector("#bs-np-title").value.trim();if(!f){i.querySelector("#bs-np-title").style.borderColor="#ef4444";return}let p=i.querySelector("#bs-np-submit");p.textContent="Creating...",p.style.opacity="0.6",p.style.pointerEvents="none";let w=i.querySelector("#bs-np-desc").value.trim(),y=i.querySelector("#bs-np-priority").value,b=i.querySelector("#bs-np-category").value,k=i.querySelector("#bs-np-assignee")?.value||void 0,K=mi(a),H=Pd(a),Q=jA().slice(-20).map(M=>`[${M.level}] ${M.args.join(" ")}`),C=Ae().slice(-10).map(M=>`${M.message} at ${M.source}:${M.lineno}`),S=le().slice(-10).map(M=>`${M.method} ${M.url} \u2192 ${M.status}`),L={projectId:tn,pageUrl:window.location.href,pathname:window.location.pathname,elementSelector:K,elementXPath:H,xPercent:t,yPercent:r,pageX:A,pageY:e,title:f,description:w,priority:y,category:b,assigneeId:k,browserInfo:navigator.userAgent,screenSize:`${screen.width}x${screen.height}`,viewportSize:`${window.innerWidth}x${window.innerHeight}`,devicePixelRatio:window.devicePixelRatio,consoleLogs:Q,networkErrors:S,jsErrors:C};if(i.remove(),navigator.onLine){let M=await hs(L);M.success&&M.data&&(gA.push(M.data),ae())}else Cs({type:"create_pin",data:L}),gA.push({...L,id:"local-"+Date.now(),orgId:"",status:"open",tags:[],createdById:_A()?.id||"",creatorName:_A()?.name||"",commentCount:0,createdAt:Date.now(),updatedAt:Date.now()}),ae()}),setTimeout(()=>i.querySelector("#bs-np-title")?.focus(),50)}function _d(){Nt("pin:created",A=>{let e=A.data;e.pathname===window.location.pathname&&(gA.find(t=>t.id===e.id)||(gA.push(e),vs(gA.map(t=>t.id)),ae()))}),Nt("pin:updated",A=>{let e=A.data,t=gA.findIndex(r=>r.id===e.id);t>=0&&(gA[t]={...gA[t],...e},ae())}),Nt("pin:deleted",A=>{let{id:e}=A.data;gA=gA.filter(t=>t.id!==e),Qe(),ae()}),Nt("comment:created",A=>{let e=A.data;if(qe){let t=qe.querySelector("#bs-lp-cmts");t&&(t.innerHTML+=`
444
444
  <div class="bs-lp-cmt">
445
445
  <div class="bs-lp-cmt-top">
446
446
  <span class="bs-lp-cmt-author">${se(e.author?.name||"Someone")}</span>
@@ -448,7 +448,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
448
448
  </div>
449
449
  <div class="bs-lp-cmt-body">${se(e.body)}</div>
450
450
  </div>
451
- `,t.scrollTop=t.scrollHeight)}})}function Td(){let A=window.location.pathname,e=()=>{window.location.pathname!==A&&(A=window.location.pathname,window.location.href,di())},t=history.pushState,r=history.replaceState;history.pushState=function(...n){t.apply(this,n),e()},history.replaceState=function(...n){r.apply(this,n),e()},window.addEventListener("popstate",e)}function se(A){let e=document.createElement("div");return e.textContent=A,e.innerHTML}var yA,oA=null,rA=null,I=null,KA=null,Gt=null,Pt=null,MA=!1,en=!1,$e="report";var Qe=ri(),xe=ni(),nA={bug:'<svg width="28" height="28" viewBox="55 38 60 105" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M95.8 44h-29c-3 0-5.4 2.4-5.4 5.4v29c0 3 2.4 5.4 5.4 5.4h19.5c13 0 23.5-10.5 23.5-23.5v-2.8c0-7.5-6-13.5-13.5-13.5h-.5zm-6.2 28.2H74.8V57.4h14.8c5.8 0 10.4 4.7 10.4 10.4s-4.7 10.4-10.4 10.4z" fill="rgba(255,255,255,0.85)"/><path d="M100.4 96h-33.6c-3 0-5.4 2.4-5.4 5.4v33.6c0 3 2.4 5.4 5.4 5.4h22c15 0 27-12 27-27v-3.9c0-7.5-6-13.5-13.5-13.5h-1.9zm-7.8 32.2H74.8v-20h17.8c6.7 0 12.2 5.5 12.2 12.2 0 4.3-3.5 7.8-7.8 7.8h-4.6z" fill="rgba(255,255,255,1)"/></svg>',x:'<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>',cam:'<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg>',check:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><polyline points="20 6 9 17 4 12"/></svg>',report:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>',console:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 17 10 11 4 5"/><line x1="12" y1="19" x2="20" y2="19"/></svg>',network:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>',ctx:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/></svg>',settings:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="21" x2="4" y2="14"/><line x1="4" y1="10" x2="4" y2="3"/><line x1="12" y1="21" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="3"/><line x1="20" y1="21" x2="20" y2="16"/><line x1="20" y1="12" x2="20" y2="3"/><line x1="1" y1="14" x2="7" y2="14"/><line x1="9" y1="8" x2="15" y2="8"/><line x1="17" y1="16" x2="23" y2="16"/></svg>',history:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>',pin:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>',sun:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>',moon:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>',keyboard:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><rect x="2" y="4" width="20" height="16" rx="2"/><line x1="6" y1="8" x2="6" y2="8"/><line x1="10" y1="8" x2="10" y2="8"/><line x1="14" y1="8" x2="14" y2="8"/><line x1="18" y1="8" x2="18" y2="8"/><line x1="8" y1="12" x2="16" y2="12"/><line x1="6" y1="16" x2="18" y2="16"/></svg>'},Dd=`
451
+ `,t.scrollTop=t.scrollHeight)}})}function Xd(){let A=window.location.pathname,e=()=>{window.location.pathname!==A&&(A=window.location.pathname,window.location.href,Ci())},t=history.pushState,r=history.replaceState;history.pushState=function(...n){t.apply(this,n),e()},history.replaceState=function(...n){r.apply(this,n),e()},window.addEventListener("popstate",e)}function se(A){let e=document.createElement("div");return e.textContent=A,e.innerHTML}var EA,oA=null,rA=null,I=null,KA=null,Vt=null,_t=null,OA=!1,nn=!1,At="report";var Ce=ii(),xe=li(),nA={bug:'<svg width="28" height="28" viewBox="55 38 60 105" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M95.8 44h-29c-3 0-5.4 2.4-5.4 5.4v29c0 3 2.4 5.4 5.4 5.4h19.5c13 0 23.5-10.5 23.5-23.5v-2.8c0-7.5-6-13.5-13.5-13.5h-.5zm-6.2 28.2H74.8V57.4h14.8c5.8 0 10.4 4.7 10.4 10.4s-4.7 10.4-10.4 10.4z" fill="rgba(255,255,255,0.85)"/><path d="M100.4 96h-33.6c-3 0-5.4 2.4-5.4 5.4v33.6c0 3 2.4 5.4 5.4 5.4h22c15 0 27-12 27-27v-3.9c0-7.5-6-13.5-13.5-13.5h-1.9zm-7.8 32.2H74.8v-20h17.8c6.7 0 12.2 5.5 12.2 12.2 0 4.3-3.5 7.8-7.8 7.8h-4.6z" fill="rgba(255,255,255,1)"/></svg>',x:'<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>',cam:'<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg>',check:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><polyline points="20 6 9 17 4 12"/></svg>',report:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>',console:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 17 10 11 4 5"/><line x1="12" y1="19" x2="20" y2="19"/></svg>',network:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>',ctx:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/></svg>',settings:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="21" x2="4" y2="14"/><line x1="4" y1="10" x2="4" y2="3"/><line x1="12" y1="21" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="3"/><line x1="20" y1="21" x2="20" y2="16"/><line x1="20" y1="12" x2="20" y2="3"/><line x1="1" y1="14" x2="7" y2="14"/><line x1="9" y1="8" x2="15" y2="8"/><line x1="17" y1="16" x2="23" y2="16"/></svg>',history:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>',pin:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>',sun:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>',moon:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>',keyboard:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><rect x="2" y="4" width="20" height="16" rx="2"/><line x1="6" y1="8" x2="6" y2="8"/><line x1="10" y1="8" x2="10" y2="8"/><line x1="14" y1="8" x2="14" y2="8"/><line x1="18" y1="8" x2="18" y2="8"/><line x1="8" y1="12" x2="16" y2="12"/><line x1="6" y1="16" x2="18" y2="16"/></svg>'},Jd=`
452
452
  /* \u2500\u2500 FAB \u2500\u2500 */
453
453
  .bs-fab {
454
454
  all: unset;
@@ -1517,7 +1517,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1517
1517
  .bs-set-ly.bs-picked { border-color: var(--bs-accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--bs-accent) 25%, transparent); }
1518
1518
  .bs-set-ly-name { font-size: 12px; font-weight: 600; color: var(--bs-text); margin-bottom: 2px; }
1519
1519
  .bs-set-ly-desc { font-size: 10px; color: var(--bs-muted); }
1520
- `;function kd(){return`
1520
+ `;function Wd(){return`
1521
1521
  <div class="bs-login-form">
1522
1522
  <div class="bs-login-logo">BugStash</div>
1523
1523
  <div class="bs-login-subtitle">Sign in to report bugs & collaborate</div>
@@ -1527,7 +1527,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1527
1527
  <button class="bs-login-btn" id="bs-login-submit">Sign In</button>
1528
1528
  <div style="font-size:11px;color:var(--bs-muted);margin-top:4px">Contact your admin for an account</div>
1529
1529
  </div>
1530
- `}function AA(A){return A.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Md(A){let e=Math.floor((Date.now()-A)/1e3);return e<5?"now":e<60?`${e}s ago`:e<3600?`${Math.floor(e/60)}m ago`:new Date(A).toLocaleTimeString()}function wi(A){return new Date(A).toLocaleTimeString("en",{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"})}var hi="bugstash_history";function Ze(){try{return JSON.parse(localStorage.getItem(hi)||"[]")}catch{return[]}}function ms(A){try{localStorage.setItem(hi,JSON.stringify(A))}catch{}}function Od(A){let e=Ze(),t=Date.now();e.unshift({...A,id:t}),e.length>50&&(e.length=50),ms(e)}function Rd(A){let e=Ze().filter(t=>t.id!==A);ms(e)}function Nd(A,e){let t=Ze(),r=t.findIndex(n=>n.id===A);r>=0&&(t[r]={...t[r],...e},ms(t))}function bi(){return{url:window.location.href,userAgent:navigator.userAgent,platform:navigator.platform,language:navigator.language,cookiesEnabled:navigator.cookieEnabled,online:navigator.onLine,screenWidth:screen.width,screenHeight:screen.height,viewportWidth:window.innerWidth,viewportHeight:window.innerHeight,devicePixelRatio:window.devicePixelRatio,timestamp:Date.now(),environment:yA.environment??"development",commitHash:yA.commitHash,user:yA.user}}function Qi(){let A=Ae(),e=jA(),t=Se(),r=le(),n=Ie(),s=Te(),a=e.filter(l=>l.level==="error"),i="low";A.length>=3||r.length>=3?i="critical":A.length>=1||r.length>=2?i="high":(a.length>0||r.length>=1)&&(i="medium");let o=[];return A.length&&o.push("has-errors"),r.length&&o.push("network-failures"),a.length&&o.push("console-errors"),s?.pageLoadTime&&s.pageLoadTime>3e3&&o.push("slow-load"),s?.cumulativeLayoutShift&&s.cumulativeLayoutShift>.25&&o.push("layout-shift"),navigator.onLine||o.push("offline"),window.innerWidth<768&&o.push("mobile"),{severity:i,tags:o,counts:{logs:e.length,network:t.length,failedNet:r.length,errors:A.length,crumbs:n.length}}}function Ci(){let A=Qi(),e=[{id:"ui",label:"UI"},{id:"functionality",label:"Feature"},{id:"performance",label:"Speed"},{id:"crash",label:"Crash"},{id:"security",label:"Security"},{id:"other",label:"Other"}],t=A.counts.errors>0||A.counts.failedNet>0;return`<div class="bs-view">
1530
+ `}function AA(A){return A.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Yd(A){let e=Math.floor((Date.now()-A)/1e3);return e<5?"now":e<60?`${e}s ago`:e<3600?`${Math.floor(e/60)}m ago`:new Date(A).toLocaleTimeString()}function vi(A){return new Date(A).toLocaleTimeString("en",{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"})}var Fi="bugstash_history";function et(){try{return JSON.parse(localStorage.getItem(Fi)||"[]")}catch{return[]}}function Es(A){try{localStorage.setItem(Fi,JSON.stringify(A))}catch{}}function zd(A){let e=et(),t=Date.now();e.unshift({...A,id:t}),e.length>50&&(e.length=50),Es(e)}function $d(A){let e=et().filter(t=>t.id!==A);Es(e)}function Zd(A,e){let t=et(),r=t.findIndex(n=>n.id===A);r>=0&&(t[r]={...t[r],...e},Es(t))}function yi(){return{url:window.location.href,userAgent:navigator.userAgent,platform:navigator.platform,language:navigator.language,cookiesEnabled:navigator.cookieEnabled,online:navigator.onLine,screenWidth:screen.width,screenHeight:screen.height,viewportWidth:window.innerWidth,viewportHeight:window.innerHeight,devicePixelRatio:window.devicePixelRatio,timestamp:Date.now(),environment:EA.environment??"development",commitHash:EA.commitHash,user:EA.user}}function Ei(){let A=Ae(),e=jA(),t=Se(),r=le(),n=Ie(),s=Te(),a=e.filter(l=>l.level==="error"),i="low";A.length>=3||r.length>=3?i="critical":A.length>=1||r.length>=2?i="high":(a.length>0||r.length>=1)&&(i="medium");let o=[];return A.length&&o.push("has-errors"),r.length&&o.push("network-failures"),a.length&&o.push("console-errors"),s?.pageLoadTime&&s.pageLoadTime>3e3&&o.push("slow-load"),s?.cumulativeLayoutShift&&s.cumulativeLayoutShift>.25&&o.push("layout-shift"),navigator.onLine||o.push("offline"),window.innerWidth<768&&o.push("mobile"),{severity:i,tags:o,counts:{logs:e.length,network:t.length,failedNet:r.length,errors:A.length,crumbs:n.length}}}function xi(){let A=Ei(),e=[{id:"ui",label:"UI"},{id:"functionality",label:"Feature"},{id:"performance",label:"Speed"},{id:"crash",label:"Crash"},{id:"security",label:"Security"},{id:"other",label:"Other"}],t=A.counts.errors>0||A.counts.failedNet>0;return`<div class="bs-view">
1531
1531
  <form data-bs-form>
1532
1532
  <div class="bs-report-summary${t?" bs-alert":A.counts.logs>0?" bs-has":""}">
1533
1533
  <div class="bs-report-summary-left">
@@ -1567,15 +1567,15 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1567
1567
  <div data-bs-annotate></div>
1568
1568
  <button type="submit" class="bs-submit-btn">Submit Report</button>
1569
1569
  </form>
1570
- </div>`}function Gd(){let A=jA(),e={error:"bs-le",warn:"bs-lw",log:"bs-ll",info:"bs-li",debug:"bs-ld"};return A.length?`<div class="bs-view">${A.slice().reverse().map(t=>`<div class="bs-log"><span class="bs-log-lv ${e[t.level]||"bs-ll"}">${t.level}</span><span class="bs-log-m">${AA(t.args.join(" ")).slice(0,500)}</span><span class="bs-log-t">${wi(t.timestamp)}</span></div>`).join("")}</div>`:'<div class="bs-view"><div class="bs-empty"><p>No console logs captured yet.<br>Use the app \u2014 logs will appear here automatically.</p></div></div>'}function Pd(){let A=Se();return A.length?`<div class="bs-view">${A.slice().reverse().map(e=>`<div class="bs-net"><span class="bs-net-m">${e.method}</span><span class="bs-net-s ${e.failed?"bs-fail":"bs-ok"}">${e.status||"ERR"}</span><span class="bs-net-u" title="${AA(e.url)}">${AA(e.url)}</span><span class="bs-net-d">${e.duration}ms</span></div>`).join("")}</div>`:'<div class="bs-view"><div class="bs-empty"><p>No network requests captured yet.<br>API calls will show up here automatically.</p></div></div>'}function Vd(){let A='<div class="bs-view">',e=Ae();e.length&&(A+=`<div class="bs-sec">Errors <span class="bs-sec-n">${e.length}</span></div>`,A+=e.slice().reverse().map(s=>`<div class="bs-err-card"><div class="bs-err-m">${AA(s.message)}</div>${s.stack?`<div class="bs-err-stack">${AA(s.stack)}</div>`:""}<div class="bs-err-meta">${s.type} &middot; ${wi(s.timestamp)}${s.source?` &middot; ${AA(s.source)}:${s.lineno}`:""}</div></div>`).join(""));let t=Te();if(t){A+='<div class="bs-sec">Performance</div>';let s=[["Page Load",t.pageLoadTime,5e3],["DOM Ready",t.domContentLoaded,3e3],["First Paint",t.firstPaint,2e3],["FCP",t.firstContentfulPaint,2500],["LCP",t.largestContentfulPaint,4e3],["FID",t.firstInputDelay,300]];for(let[a,i,o]of s){if(i===void 0)continue;let l=Math.min(100,i/o*100);A+=`<div class="bs-pf"><span class="bs-pf-l">${a}</span><div class="bs-pf-tr"><div class="bs-pf-fl${l>75?" bs-slow":""}" style="width:${l}%"></div></div><span class="bs-pf-v">${i}ms</span></div>`}if(t.cumulativeLayoutShift!==void 0){let a=Math.min(100,t.cumulativeLayoutShift*400);A+=`<div class="bs-pf"><span class="bs-pf-l">CLS</span><div class="bs-pf-tr"><div class="bs-pf-fl${a>40?" bs-slow":""}" style="width:${a}%"></div></div><span class="bs-pf-v">${t.cumulativeLayoutShift}</span></div>`}}let r=Ie();r.length&&(A+=`<div class="bs-sec">Your activity trail <span class="bs-sec-n">${r.length}</span></div>`,A+=r.slice().reverse().map(s=>`<div class="bs-bc"><span class="bs-bc-t bs-t-${s.type}">${s.type}</span><span class="bs-bc-m">${AA(s.message).slice(0,120)}</span><span class="bs-bc-time">${Md(s.timestamp)}</span></div>`).join(""));let n=bi();return A+='<div class="bs-sec">Environment</div>',A+=`<div class="bs-kv">
1570
+ </div>`}function qd(){let A=jA(),e={error:"bs-le",warn:"bs-lw",log:"bs-ll",info:"bs-li",debug:"bs-ld"};return A.length?`<div class="bs-view">${A.slice().reverse().map(t=>`<div class="bs-log"><span class="bs-log-lv ${e[t.level]||"bs-ll"}">${t.level}</span><span class="bs-log-m">${AA(t.args.join(" ")).slice(0,500)}</span><span class="bs-log-t">${vi(t.timestamp)}</span></div>`).join("")}</div>`:'<div class="bs-view"><div class="bs-empty"><p>No console logs captured yet.<br>Use the app \u2014 logs will appear here automatically.</p></div></div>'}function jd(){let A=Se();return A.length?`<div class="bs-view">${A.slice().reverse().map(e=>`<div class="bs-net"><span class="bs-net-m">${e.method}</span><span class="bs-net-s ${e.failed?"bs-fail":"bs-ok"}">${e.status||"ERR"}</span><span class="bs-net-u" title="${AA(e.url)}">${AA(e.url)}</span><span class="bs-net-d">${e.duration}ms</span></div>`).join("")}</div>`:'<div class="bs-view"><div class="bs-empty"><p>No network requests captured yet.<br>API calls will show up here automatically.</p></div></div>'}function Af(){let A='<div class="bs-view">',e=Ae();e.length&&(A+=`<div class="bs-sec">Errors <span class="bs-sec-n">${e.length}</span></div>`,A+=e.slice().reverse().map(s=>`<div class="bs-err-card"><div class="bs-err-m">${AA(s.message)}</div>${s.stack?`<div class="bs-err-stack">${AA(s.stack)}</div>`:""}<div class="bs-err-meta">${s.type} &middot; ${vi(s.timestamp)}${s.source?` &middot; ${AA(s.source)}:${s.lineno}`:""}</div></div>`).join(""));let t=Te();if(t){A+='<div class="bs-sec">Performance</div>';let s=[["Page Load",t.pageLoadTime,5e3],["DOM Ready",t.domContentLoaded,3e3],["First Paint",t.firstPaint,2e3],["FCP",t.firstContentfulPaint,2500],["LCP",t.largestContentfulPaint,4e3],["FID",t.firstInputDelay,300]];for(let[a,i,o]of s){if(i===void 0)continue;let l=Math.min(100,i/o*100);A+=`<div class="bs-pf"><span class="bs-pf-l">${a}</span><div class="bs-pf-tr"><div class="bs-pf-fl${l>75?" bs-slow":""}" style="width:${l}%"></div></div><span class="bs-pf-v">${i}ms</span></div>`}if(t.cumulativeLayoutShift!==void 0){let a=Math.min(100,t.cumulativeLayoutShift*400);A+=`<div class="bs-pf"><span class="bs-pf-l">CLS</span><div class="bs-pf-tr"><div class="bs-pf-fl${a>40?" bs-slow":""}" style="width:${a}%"></div></div><span class="bs-pf-v">${t.cumulativeLayoutShift}</span></div>`}}let r=Ie();r.length&&(A+=`<div class="bs-sec">Your activity trail <span class="bs-sec-n">${r.length}</span></div>`,A+=r.slice().reverse().map(s=>`<div class="bs-bc"><span class="bs-bc-t bs-t-${s.type}">${s.type}</span><span class="bs-bc-m">${AA(s.message).slice(0,120)}</span><span class="bs-bc-time">${Yd(s.timestamp)}</span></div>`).join(""));let n=yi();return A+='<div class="bs-sec">Environment</div>',A+=`<div class="bs-kv">
1571
1571
  <span class="bs-kv-k">URL</span><span class="bs-kv-v">${AA(n.url)}</span>
1572
1572
  <span class="bs-kv-k">Viewport</span><span class="bs-kv-v">${n.viewportWidth}&times;${n.viewportHeight} @${n.devicePixelRatio}x</span>
1573
1573
  <span class="bs-kv-k">Screen</span><span class="bs-kv-v">${n.screenWidth}&times;${n.screenHeight}</span>
1574
1574
  <span class="bs-kv-k">Platform</span><span class="bs-kv-v">${AA(n.platform)}</span>
1575
1575
  <span class="bs-kv-k">Language</span><span class="bs-kv-v">${n.language}</span>
1576
- ${yA.commitHash?`<span class="bs-kv-k">Commit</span><span class="bs-kv-v">${AA(yA.commitHash)}</span>`:""}
1577
- ${yA.user?.email?`<span class="bs-kv-k">User</span><span class="bs-kv-v">${AA(yA.user.email)}</span>`:""}
1578
- </div>`,A+="</div>",A}function _d(){let A=Ze();if(!A.length)return'<div class="bs-view"><div class="bs-empty"><p>No reports yet.<br>Submitted bugs will appear here.</p></div></div>';let e={ui:"UI",functionality:"Feature",performance:"Perf",crash:"Crash",security:"Security",other:"Other"},t=n=>{let s=new Date(n),i=new Date().getTime()-s.getTime(),o=Math.floor(i/6e4);if(o<1)return"Just now";if(o<60)return`${o}m ago`;let l=Math.floor(o/60);if(l<24)return`${l}h ago`;let c=Math.floor(l/24);return c<7?`${c}d ago`:s.toLocaleDateString("en",{month:"short",day:"numeric"})},r='<div class="bs-view">';for(let n of A){let s=n.pins?.length?`<div class="bs-hist-pins">${n.pins.slice(0,5).map(a=>`<div class="bs-hist-pin-dot" style="background:${["#ef4444","#3b82f6","#f59e0b","#10b981","#8b5cf6"][a.number%5]}">${a.number}</div>`).join("")}${n.pins.length>5?`<span>+${n.pins.length-5}</span>`:""}</div>`:"";r+=`<div class="bs-hist-card" data-hist-id="${n.id}">
1576
+ ${EA.commitHash?`<span class="bs-kv-k">Commit</span><span class="bs-kv-v">${AA(EA.commitHash)}</span>`:""}
1577
+ ${EA.user?.email?`<span class="bs-kv-k">User</span><span class="bs-kv-v">${AA(EA.user.email)}</span>`:""}
1578
+ </div>`,A+="</div>",A}function ef(){let A=et();if(!A.length)return'<div class="bs-view"><div class="bs-empty"><p>No reports yet.<br>Submitted bugs will appear here.</p></div></div>';let e={ui:"UI",functionality:"Feature",performance:"Perf",crash:"Crash",security:"Security",other:"Other"},t=n=>{let s=new Date(n),i=new Date().getTime()-s.getTime(),o=Math.floor(i/6e4);if(o<1)return"Just now";if(o<60)return`${o}m ago`;let l=Math.floor(o/60);if(l<24)return`${l}h ago`;let c=Math.floor(l/24);return c<7?`${c}d ago`:s.toLocaleDateString("en",{month:"short",day:"numeric"})},r='<div class="bs-view">';for(let n of A){let s=n.pins?.length?`<div class="bs-hist-pins">${n.pins.slice(0,5).map(a=>`<div class="bs-hist-pin-dot" style="background:${["#ef4444","#3b82f6","#f59e0b","#10b981","#8b5cf6"][a.number%5]}">${a.number}</div>`).join("")}${n.pins.length>5?`<span>+${n.pins.length-5}</span>`:""}</div>`:"";r+=`<div class="bs-hist-card" data-hist-id="${n.id}">
1579
1579
  <div class="bs-hist-top">
1580
1580
  <div class="bs-hist-title">${AA(n.title)}</div>
1581
1581
  ${n.screenshot?`<img class="bs-hist-thumb" src="${n.screenshot}" alt=""/>`:""}
@@ -1594,12 +1594,12 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1594
1594
  <span>${t(n.createdAt)} &middot; ${AA(n.url.replace(/^https?:\/\//,"").slice(0,40))}</span>
1595
1595
  ${s}
1596
1596
  </div>
1597
- </div>`}return r+="</div>",r}function Xd(){let A=Wr(),e=zr(),t='<div class="bs-view">';t+='<div class="bs-set-sec">Layout</div>',t+='<div class="bs-set-ly-grid">';for(let r of e)t+=`<button class="bs-set-ly${r.id===xe.id?" bs-picked":""}" data-set-layout="${r.id}"><div class="bs-set-ly-name">${AA(r.name)}</div><div class="bs-set-ly-desc">${AA(r.description)}</div></button>`;t+="</div>",t+='<div class="bs-set-sec">Theme</div>',t+='<div class="bs-set-grid">';for(let r of A)t+=`<button class="bs-set-card${r.id===Qe.id?" bs-picked":""}" data-set-theme="${r.id}"><div class="bs-set-preview" style="background:${r.preview[0]}"><div class="bs-set-dot" style="background:${r.preview[1]}"></div><div class="bs-set-dot" style="background:${r.vars["--bs-accent2"]||r.preview[1]};opacity:0.6"></div></div><div class="bs-set-name">${AA(r.name)}</div></button>`;return t+="</div>",t+="</div>",t}function Jd(A,e){let t=["#f87171","#3b82f6","#fb923c","#4ade80","#a78bfa","#facc15"],r=t[0],n="draw",s=4,a=1,i=!1,o=[],l=[],c=-1,B=-1,g=!1,w=!1,f=0,b=0,y=0,Q=0,h=[],k=["#ef4444","#3b82f6","#f59e0b","#10b981","#8b5cf6","#ec4899"],L=new Image;L.src=e;let x=document.createElement("div");x.className="bs-ann-wrap";let p=document.createElement("div");p.className="bs-ann-viewport";let C=document.createElement("canvas");C.className="bs-ann-canvas bs-draw";let S=document.createElement("div");S.className="bs-ann-toolbar";let K={select:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"/><path d="M13 13l6 6"/></svg>',draw:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M12 19l7-7 3 3-7 7-3-3z"/><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"/><path d="M2 2l7.586 7.586"/></svg>',arrow:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>',rect:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/></svg>',circle:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/></svg>',text:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><polyline points="4 7 4 4 20 4 20 7"/><line x1="9.5" y1="20" x2="14.5" y2="20"/><line x1="12" y1="4" x2="12" y2="20"/></svg>',highlight:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M9 11l-6 6v3h9l3-3"/><path d="M22 12l-4.6 4.6a2 2 0 01-2.8 0l-5.2-5.2a2 2 0 010-2.8L14 4"/></svg>',pin:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>'},Y={select:"Select & Move",draw:"Draw",arrow:"Arrow",rect:"Rectangle",circle:"Circle",text:"Text",highlight:"Highlight",pin:"Pin Issue"},sA=[],wA=u=>{n=u,c=-1,C.className=`bs-ann-canvas bs-${u}`,sA.forEach(E=>E.classList.remove("bs-sel")),sA.find(E=>E.dataset.tool===u)?.classList.add("bs-sel")};Object.keys(K).forEach(u=>{let E=document.createElement("button");E.type="button",E.dataset.tool=u,E.className=`bs-ann-btn${u===n?" bs-sel":""}`,E.title=Y[u],E.innerHTML=K[u],E.addEventListener("click",()=>wA(u)),sA.push(E),S.appendChild(E)}),S.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"})),t.forEach((u,E)=>{let H=document.createElement("button");H.type="button",H.className=`bs-ann-dot${E===0?" bs-sel":""}`,H.style.background=u,H.addEventListener("click",()=>{r=u,S.querySelectorAll(".bs-ann-dot").forEach(X=>X.classList.remove("bs-sel")),H.classList.add("bs-sel")}),S.appendChild(H)}),S.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"}));let D=document.createElement("input");D.type="range",D.min="1",D.max="12",D.value="4",D.className="bs-ann-size",D.title="Brush size",D.addEventListener("input",()=>{s=parseInt(D.value)}),S.appendChild(D);let z=document.createElement("div");z.className="bs-ann-right";let xA=(u,E)=>{let H=document.createElement("button");return H.type="button",H.className="bs-ann-btn",H.title=u,H.innerHTML=E,H},iA=xA("Zoom out",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/><line x1="8" y1="11" x2="14" y2="11"/></svg>'),lA=Object.assign(document.createElement("span"),{className:"bs-ann-zoom-label",textContent:"100%"}),_A=xA("Zoom in",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/><line x1="11" y1="8" x2="11" y2="14"/><line x1="8" y1="11" x2="14" y2="11"/></svg>'),HA=xA("Fit",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M15 3h6v6"/><path d="M9 21H3v-6"/><path d="M21 3l-7 7"/><path d="M3 21l7-7"/></svg>'),RA=xA("Undo",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><polyline points="1 4 1 10 7 10"/><path d="M3.51 15a9 9 0 105.42-8.49L1 10"/></svg>'),XA=Object.assign(document.createElement("button"),{type:"button",className:"bs-ann-clr-btn",textContent:"Clear"}),NA=()=>{C.style.transform=`scale(${a})`,lA.textContent=`${Math.round(a*100)}%`};_A.addEventListener("click",()=>{a<3&&(a=Math.min(3,a+.25),NA())}),iA.addEventListener("click",()=>{a>.5&&(a=Math.max(.5,a-.25),NA())}),HA.addEventListener("click",()=>{a=1,NA()}),z.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"})),[iA,lA,_A,HA,RA,XA].forEach(u=>z.appendChild(u)),S.appendChild(z);let QA=document.createElement("div");QA.className="bs-ann-pins";let CA=document.createElement("div");CA.className="bs-ann-pin-list",CA.style.display="none",p.appendChild(C),p.appendChild(QA),x.appendChild(p),x.appendChild(S),x.appendChild(CA),A.innerHTML="",A.appendChild(x);let mA=()=>{QA.innerHTML="",CA.innerHTML="",CA.style.display=l.length?"":"none",l.forEach((u,E)=>{let H=document.createElement("div");H.className="bs-ann-pin",H.style.background=u.color,H.style.color=u.color;let X=u.x/(C.width||1)*100,F=u.y/(C.height||1)*100;H.style.left=`${X}%`,H.style.top=`${F}%`,H.innerHTML=`<span class="bs-ann-pin-n">${E+1}</span><span class="bs-ann-pin-pulse"></span>`,H.title=`#${E+1}: ${u.note}`;let J=!1;H.addEventListener("mousedown",q=>{q.stopPropagation(),J=!0,H.classList.add("bs-dragging");let v=G=>{if(!J)return;let P=p.getBoundingClientRect();u.x=(G.clientX-P.left)/P.width*C.width,u.y=(G.clientY-P.top)/P.height*C.height,H.style.left=`${(G.clientX-P.left)/P.width*100}%`,H.style.top=`${(G.clientY-P.top)/P.height*100}%`},T=()=>{J=!1,H.classList.remove("bs-dragging"),document.removeEventListener("mousemove",v),document.removeEventListener("mouseup",T),mA()};document.addEventListener("mousemove",v),document.addEventListener("mouseup",T)}),QA.appendChild(H);let cA=document.createElement("div");cA.className="bs-ann-pin-item",cA.innerHTML=`
1598
- <div class="bs-ann-pin-num" style="background:${u.color}">${E+1}</div>
1597
+ </div>`}return r+="</div>",r}function tf(){let A=zr(),e=Zr(),t='<div class="bs-view">';t+='<div class="bs-set-sec">Layout</div>',t+='<div class="bs-set-ly-grid">';for(let r of e)t+=`<button class="bs-set-ly${r.id===xe.id?" bs-picked":""}" data-set-layout="${r.id}"><div class="bs-set-ly-name">${AA(r.name)}</div><div class="bs-set-ly-desc">${AA(r.description)}</div></button>`;t+="</div>",t+='<div class="bs-set-sec">Theme</div>',t+='<div class="bs-set-grid">';for(let r of A)t+=`<button class="bs-set-card${r.id===Ce.id?" bs-picked":""}" data-set-theme="${r.id}"><div class="bs-set-preview" style="background:${r.preview[0]}"><div class="bs-set-dot" style="background:${r.preview[1]}"></div><div class="bs-set-dot" style="background:${r.vars["--bs-accent2"]||r.preview[1]};opacity:0.6"></div></div><div class="bs-set-name">${AA(r.name)}</div></button>`;return t+="</div>",t+="</div>",t}function rf(A,e){let t=["#f87171","#3b82f6","#fb923c","#4ade80","#a78bfa","#facc15"],r=t[0],n="draw",s=4,a=1,i=!1,o=[],l=[],c=-1,B=-1,u=!1,f=!1,p=0,w=0,y=0,b=0,h=[],k=["#ef4444","#3b82f6","#f59e0b","#10b981","#8b5cf6","#ec4899"],K=new Image;K.src=e;let H=document.createElement("div");H.className="bs-ann-wrap";let Q=document.createElement("div");Q.className="bs-ann-viewport";let C=document.createElement("canvas");C.className="bs-ann-canvas bs-draw";let S=document.createElement("div");S.className="bs-ann-toolbar";let L={select:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"/><path d="M13 13l6 6"/></svg>',draw:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M12 19l7-7 3 3-7 7-3-3z"/><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"/><path d="M2 2l7.586 7.586"/></svg>',arrow:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>',rect:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/></svg>',circle:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/></svg>',text:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><polyline points="4 7 4 4 20 4 20 7"/><line x1="9.5" y1="20" x2="14.5" y2="20"/><line x1="12" y1="4" x2="12" y2="20"/></svg>',highlight:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M9 11l-6 6v3h9l3-3"/><path d="M22 12l-4.6 4.6a2 2 0 01-2.8 0l-5.2-5.2a2 2 0 010-2.8L14 4"/></svg>',pin:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>'},M={select:"Select & Move",draw:"Draw",arrow:"Arrow",rect:"Rectangle",circle:"Circle",text:"Text",highlight:"Highlight",pin:"Pin Issue"},sA=[],hA=g=>{n=g,c=-1,C.className=`bs-ann-canvas bs-${g}`,sA.forEach(E=>E.classList.remove("bs-sel")),sA.find(E=>E.dataset.tool===g)?.classList.add("bs-sel")};Object.keys(L).forEach(g=>{let E=document.createElement("button");E.type="button",E.dataset.tool=g,E.className=`bs-ann-btn${g===n?" bs-sel":""}`,E.title=M[g],E.innerHTML=L[g],E.addEventListener("click",()=>hA(g)),sA.push(E),S.appendChild(E)}),S.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"})),t.forEach((g,E)=>{let x=document.createElement("button");x.type="button",x.className=`bs-ann-dot${E===0?" bs-sel":""}`,x.style.background=g,x.addEventListener("click",()=>{r=g,S.querySelectorAll(".bs-ann-dot").forEach(J=>J.classList.remove("bs-sel")),x.classList.add("bs-sel")}),S.appendChild(x)}),S.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"}));let D=document.createElement("input");D.type="range",D.min="1",D.max="12",D.value="4",D.className="bs-ann-size",D.title="Brush size",D.addEventListener("input",()=>{s=parseInt(D.value)}),S.appendChild(D);let z=document.createElement("div");z.className="bs-ann-right";let HA=(g,E)=>{let x=document.createElement("button");return x.type="button",x.className="bs-ann-btn",x.title=g,x.innerHTML=E,x},iA=HA("Zoom out",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/><line x1="8" y1="11" x2="14" y2="11"/></svg>'),lA=Object.assign(document.createElement("span"),{className:"bs-ann-zoom-label",textContent:"100%"}),XA=HA("Zoom in",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/><line x1="11" y1="8" x2="11" y2="14"/><line x1="8" y1="11" x2="14" y2="11"/></svg>'),IA=HA("Fit",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M15 3h6v6"/><path d="M9 21H3v-6"/><path d="M21 3l-7 7"/><path d="M3 21l7-7"/></svg>'),NA=HA("Undo",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><polyline points="1 4 1 10 7 10"/><path d="M3.51 15a9 9 0 105.42-8.49L1 10"/></svg>'),JA=Object.assign(document.createElement("button"),{type:"button",className:"bs-ann-clr-btn",textContent:"Clear"}),GA=()=>{C.style.transform=`scale(${a})`,lA.textContent=`${Math.round(a*100)}%`};XA.addEventListener("click",()=>{a<3&&(a=Math.min(3,a+.25),GA())}),iA.addEventListener("click",()=>{a>.5&&(a=Math.max(.5,a-.25),GA())}),IA.addEventListener("click",()=>{a=1,GA()}),z.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"})),[iA,lA,XA,IA,NA,JA].forEach(g=>z.appendChild(g)),S.appendChild(z);let QA=document.createElement("div");QA.className="bs-ann-pins";let CA=document.createElement("div");CA.className="bs-ann-pin-list",CA.style.display="none",Q.appendChild(C),Q.appendChild(QA),H.appendChild(Q),H.appendChild(S),H.appendChild(CA),A.innerHTML="",A.appendChild(H);let mA=()=>{QA.innerHTML="",CA.innerHTML="",CA.style.display=l.length?"":"none",l.forEach((g,E)=>{let x=document.createElement("div");x.className="bs-ann-pin",x.style.background=g.color,x.style.color=g.color;let J=g.x/(C.width||1)*100,F=g.y/(C.height||1)*100;x.style.left=`${J}%`,x.style.top=`${F}%`,x.innerHTML=`<span class="bs-ann-pin-n">${E+1}</span><span class="bs-ann-pin-pulse"></span>`,x.title=`#${E+1}: ${g.note}`;let W=!1;x.addEventListener("mousedown",q=>{q.stopPropagation(),W=!0,x.classList.add("bs-dragging");let v=P=>{if(!W)return;let V=Q.getBoundingClientRect();g.x=(P.clientX-V.left)/V.width*C.width,g.y=(P.clientY-V.top)/V.height*C.height,x.style.left=`${(P.clientX-V.left)/V.width*100}%`,x.style.top=`${(P.clientY-V.top)/V.height*100}%`},T=()=>{W=!1,x.classList.remove("bs-dragging"),document.removeEventListener("mousemove",v),document.removeEventListener("mouseup",T),mA()};document.addEventListener("mousemove",v),document.addEventListener("mouseup",T)}),QA.appendChild(x);let cA=document.createElement("div");cA.className="bs-ann-pin-item",cA.innerHTML=`
1598
+ <div class="bs-ann-pin-num" style="background:${g.color}">${E+1}</div>
1599
1599
  <div class="bs-ann-pin-body">
1600
- <div class="bs-ann-pin-note">${AA(u.note)}</div>
1601
- <div class="bs-ann-pin-loc">${Math.round(X)}% \xD7 ${Math.round(F)}%</div>
1602
- </div>`;let dA=document.createElement("button");dA.type="button",dA.className="bs-ann-pin-del",dA.innerHTML="&times;",dA.title="Remove pin",dA.addEventListener("click",()=>{l.splice(E,1),mA()}),cA.appendChild(dA),CA.appendChild(cA)})},d,qA=()=>i?"rgba(255,255,255,0.5)":"rgba(0,0,0,0.35)",Ce=(u,E)=>{d.save(),d.strokeStyle=qA(),d.lineWidth=E+3,d.lineCap="round",d.lineJoin="round",d.globalAlpha=.5,u(),d.restore()},Si=(u,E=!1)=>{if(u.type==="draw"||u.type==="highlight"){if(u.points.length<2)return;let F=u.type==="highlight"?.25:1,J=u.type==="highlight"?u.size*4+10:u.size,cA=()=>{d.beginPath(),d.moveTo(u.points[0].x,u.points[0].y);for(let dA=1;dA<u.points.length;dA++)d.lineTo(u.points[dA].x,u.points[dA].y);d.stroke()};u.type!=="highlight"&&Ce(cA,J),d.strokeStyle=u.color,d.lineWidth=J,d.lineCap="round",d.lineJoin="round",d.globalAlpha=F,cA(),d.globalAlpha=1}else if(u.type==="rect"){let F=()=>d.strokeRect(u.x,u.y,u.w,u.h);Ce(F,u.size),d.strokeStyle=u.color,d.lineWidth=u.size,d.lineCap="round",d.lineJoin="round",F()}else if(u.type==="circle"){let F=()=>{d.beginPath(),d.ellipse(u.cx,u.cy,Math.abs(u.rx),Math.abs(u.ry),0,0,Math.PI*2),d.stroke()};Ce(F,u.size),d.strokeStyle=u.color,d.lineWidth=u.size,F()}else if(u.type==="arrow"){let F=Math.atan2(u.y2-u.y1,u.x2-u.x1),J=12+u.size*2,cA=()=>{d.beginPath(),d.moveTo(u.x1,u.y1),d.lineTo(u.x2,u.y2),d.stroke(),d.beginPath(),d.moveTo(u.x2,u.y2),d.lineTo(u.x2-J*Math.cos(F-.45),u.y2-J*Math.sin(F-.45)),d.moveTo(u.x2,u.y2),d.lineTo(u.x2-J*Math.cos(F+.45),u.y2-J*Math.sin(F+.45)),d.stroke()};Ce(cA,u.size),d.strokeStyle=u.color,d.lineWidth=u.size,d.lineCap="round",d.lineJoin="round",cA()}else if(u.type==="text"){let F=u.size*5+12;d.font=`bold ${F}px Inter, -apple-system, sans-serif`,d.fillStyle=qA(),d.globalAlpha=.6,d.fillText(u.text,u.x+1,u.y+1),d.globalAlpha=1,d.fillStyle=u.color,d.fillText(u.text,u.x,u.y)}let H=!E&&c>=0&&o[c]===u,X=!E&&!H&&B>=0&&o[B]===u;if(H||X){let F=je(u);if(d.save(),d.setLineDash([6,4]),d.strokeStyle=i?"#fff":"#000",d.lineWidth=H?1.5:1,d.globalAlpha=H?.7:.45,d.strokeRect(F.x-4,F.y-4,F.w+8,F.h+8),u.type==="rect"||u.type==="circle"){d.setLineDash([]),d.globalAlpha=H?.9:.6;let cA=u.type==="rect"?[[F.x,F.y],[F.x+F.w,F.y],[F.x,F.y+F.h],[F.x+F.w,F.y+F.h]]:[[F.x+F.w/2,F.y],[F.x+F.w,F.y+F.h/2],[F.x+F.w/2,F.y+F.h],[F.x,F.y+F.h/2]];for(let[dA,q]of cA)d.fillStyle="#fff",d.fillRect(dA-5,q-5,10,10),d.strokeStyle=i?"#aaa":"#333",d.lineWidth=1.2,d.strokeRect(dA-5,q-5,10,10)}d.restore()}},gA=()=>{d.clearRect(0,0,C.width,C.height),d.drawImage(L,0,0);for(let u of o)Si(u)},je=u=>{if(u.type==="rect")return{x:Math.min(u.x,u.x+u.w),y:Math.min(u.y,u.y+u.h),w:Math.abs(u.w),h:Math.abs(u.h)};if(u.type==="circle")return{x:u.cx-Math.abs(u.rx),y:u.cy-Math.abs(u.ry),w:Math.abs(u.rx)*2,h:Math.abs(u.ry)*2};if(u.type==="arrow"){let J=Math.min(u.x1,u.x2),cA=Math.min(u.y1,u.y2);return{x:J,y:cA,w:Math.abs(u.x2-u.x1)||20,h:Math.abs(u.y2-u.y1)||20}}if(u.type==="text")return{x:u.x,y:u.y-(u.size*5+12),w:u.text.length*(u.size*3+8),h:u.size*5+16};if(u.points.length===0)return{x:0,y:0,w:0,h:0};let E=1/0,H=1/0,X=-1/0,F=-1/0;for(let J of u.points)E=Math.min(E,J.x),H=Math.min(H,J.y),X=Math.max(X,J.x),F=Math.max(F,J.y);return{x:E,y:H,w:X-E||10,h:F-H||10}},Xt=(u,E)=>{for(let H=o.length-1;H>=0;H--){let X=je(o[H]),F=8;if(u>=X.x-F&&u<=X.x+X.w+F&&E>=X.y-F&&E<=X.y+X.h+F)return H}return-1},Ti=(u,E,H)=>{if(u.type==="draw"||u.type==="highlight")for(let X of u.points)X.x+=E,X.y+=H;else u.type==="rect"?(u.x+=E,u.y+=H):u.type==="circle"?(u.cx+=E,u.cy+=H):u.type==="arrow"?(u.x1+=E,u.y1+=H,u.x2+=E,u.y2+=H):u.type==="text"&&(u.x+=E,u.y+=H)};L.onload=()=>{let E=(A.clientWidth||450)/L.width;C.width=L.width,C.height=L.height,C.style.height=`${L.height*E}px`,d=C.getContext("2d"),d.drawImage(L,0,0);let H=[[10,10],[C.width-10,10],[10,C.height-10],[C.width-10,C.height-10],[C.width/2,C.height/2]],X=0;for(let[q,v]of H){let T=d.getImageData(q,v,1,1).data;X+=(T[0]*299+T[1]*587+T[2]*114)/1e3}i=X/H.length<128;let F=q=>{let v=C.getBoundingClientRect();return{x:(q.clientX-v.left)*(C.width/v.width),y:(q.clientY-v.top)*(C.height/v.height)}},J=!1;C.addEventListener("mousedown",q=>{let v=F(q);if(n==="select"){let T=Xt(v.x,v.y);if(T>=0){c=T,g=!0;let G=je(o[T]);f=v.x-G.x,b=v.y-G.y,C.classList.add("bs-grabbing"),C.classList.remove("bs-grab"),gA()}else c=-1,gA();return}if(n!=="pin"&&n!=="text"){let T=Xt(v.x,v.y);if(T>=0){c=T,g=!0,J=!0;let G=je(o[T]);f=v.x-G.x,b=v.y-G.y,C.classList.add("bs-grabbing"),gA();return}}if(w=!0,y=v.x,Q=v.y,n==="pin"){w=!1;let T=prompt("Describe the issue at this spot:");if(T){let G=k[l.length%k.length];l.push({x:v.x,y:v.y,note:T,color:G}),mA()}return}if(n==="text"){w=!1;let T=prompt("Enter text:");T&&(o.push({type:"text",color:r,size:s,x:v.x,y:v.y,text:T}),gA());return}(n==="draw"||n==="highlight")&&(h=[{x:v.x,y:v.y}])}),C.addEventListener("mousemove",q=>{let v=F(q);if(g&&c>=0){let T=je(o[c]),G=v.x-f-T.x,P=v.y-b-T.y;Ti(o[c],G,P),gA();return}if(n==="select"){let T=Xt(v.x,v.y);C.classList.toggle("bs-grab",T>=0),B!==T&&(B=T,gA());return}if(n!=="pin"&&n!=="text"&&!w){let T=Xt(v.x,v.y);C.classList.toggle("bs-grab",T>=0),B!==T&&(B=T,gA())}if(w){if(n==="draw"||n==="highlight"){h.push({x:v.x,y:v.y}),gA();let T=n==="highlight"?.25:1,G=n==="highlight"?s*4+10:s;if(n!=="highlight"){d.save(),d.strokeStyle=qA(),d.lineWidth=G+3,d.lineCap="round",d.lineJoin="round",d.globalAlpha=.5,d.beginPath(),d.moveTo(h[0].x,h[0].y);for(let P=1;P<h.length;P++)d.lineTo(h[P].x,h[P].y);d.stroke(),d.restore()}d.strokeStyle=r,d.lineWidth=G,d.lineCap="round",d.lineJoin="round",d.globalAlpha=T,d.beginPath(),d.moveTo(h[0].x,h[0].y);for(let P=1;P<h.length;P++)d.lineTo(h[P].x,h[P].y);d.stroke(),d.globalAlpha=1}else if(gA(),d.strokeStyle=r,d.lineWidth=s,d.lineCap="round",d.lineJoin="round",n==="rect")Ce(()=>d.strokeRect(y,Q,v.x-y,v.y-Q),s),d.strokeStyle=r,d.lineWidth=s,d.strokeRect(y,Q,v.x-y,v.y-Q);else if(n==="circle"){let T=Math.abs(v.x-y)/2,G=Math.abs(v.y-Q)/2,P=y+(v.x-y)/2,vs=Q+(v.y-Q)/2;Ce(()=>{d.beginPath(),d.ellipse(P,vs,T,G,0,0,Math.PI*2),d.stroke()},s),d.strokeStyle=r,d.lineWidth=s,d.beginPath(),d.ellipse(P,vs,T,G,0,0,Math.PI*2),d.stroke()}else if(n==="arrow"){let T=Math.atan2(v.y-Q,v.x-y),G=12+s*2,P=()=>{d.beginPath(),d.moveTo(y,Q),d.lineTo(v.x,v.y),d.stroke(),d.beginPath(),d.moveTo(v.x,v.y),d.lineTo(v.x-G*Math.cos(T-.45),v.y-G*Math.sin(T-.45)),d.moveTo(v.x,v.y),d.lineTo(v.x-G*Math.cos(T+.45),v.y-G*Math.sin(T+.45)),d.stroke()};Ce(P,s),d.strokeStyle=r,d.lineWidth=s,d.lineCap="round",d.lineJoin="round",P()}}});let cA=q=>{if(g)return g=!1,J=!1,c=-1,C.classList.remove("bs-grabbing"),C.classList.remove("bs-grab"),gA(),void 0;if(!w)return;w=!1;let v=F(q);if(n==="draw"||n==="highlight")h.length>1&&o.push({type:n,color:r,size:s,alpha:n==="highlight"?.25:1,points:[...h]}),h=[];else if(n==="rect")o.push({type:"rect",color:r,size:s,x:y,y:Q,w:v.x-y,h:v.y-Q});else if(n==="circle"){let T=Math.abs(v.x-y)/2,G=Math.abs(v.y-Q)/2;o.push({type:"circle",color:r,size:s,cx:y+(v.x-y)/2,cy:Q+(v.y-Q)/2,rx:T,ry:G})}else n==="arrow"&&o.push({type:"arrow",color:r,size:s,x1:y,y1:Q,x2:v.x,y2:v.y});gA()};C.addEventListener("mouseup",cA),C.addEventListener("mouseleave",q=>{g?(g=!1,J=!1,C.classList.remove("bs-grabbing"),C.classList.remove("bs-grab"),gA()):w&&cA(q)});let dA=q=>{c>=0&&(q.key==="Delete"||q.key==="Backspace")&&(o.splice(c,1),c=-1,gA())};document.addEventListener("keydown",dA),RA.addEventListener("click",()=>{o.length&&(o.pop(),c=-1,gA())}),XA.addEventListener("click",()=>{o.length=0,l.length=0,c=-1,gA(),mA()})};let Di=()=>{for(let u=0;u<l.length;u++){let E=l[u],H=16;d.beginPath(),d.arc(E.x,E.y-H,H,0,Math.PI*2),d.fillStyle=E.color,d.fill(),d.strokeStyle="#fff",d.lineWidth=2,d.stroke(),d.beginPath(),d.moveTo(E.x-8,E.y-6),d.lineTo(E.x,E.y+4),d.lineTo(E.x+8,E.y-6),d.fillStyle=E.color,d.fill(),d.fillStyle="#fff",d.font="bold 14px Inter, sans-serif",d.textAlign="center",d.textBaseline="middle",d.fillText(`${u+1}`,E.x,E.y-H),d.textAlign="start",d.textBaseline="alphabetic"}};return{getAnnotation:()=>{try{return c=-1,gA(),Di(),C.toDataURL("image/jpeg",.7)}catch{return null}},getPins:()=>l.map((u,E)=>({number:E+1,x:Math.round(u.x),y:Math.round(u.y),note:u.note}))}}function Vt(A){if(!I)return;$e=A,I.querySelectorAll(".bs-tab").forEach(r=>{r.classList.toggle("bs-active",r.dataset.tab===A)});let e=I.querySelector(".bs-scroll"),t={report:Ci,console:Gd,network:Pd,context:Vd,history:_d,settings:Xd};e.innerHTML=t[A](),e.scrollTop=0,mi()}function mi(){if(!I)return;if($e==="history"){I.querySelectorAll("[data-hist-del]").forEach(t=>{t.addEventListener("click",()=>{let r=parseInt(t.dataset.histDel),n=I.querySelector(`[data-hist-id="${r}"]`);if(!n)return;let s=n.querySelector(".bs-hist-confirm");if(s){s.remove();return}let a=document.createElement("div");a.className="bs-hist-confirm",a.innerHTML="<span>Delete this report?</span>";let i=document.createElement("button");i.type="button",i.className="bs-hist-confirm-yes",i.textContent="Delete";let o=document.createElement("button");o.type="button",o.className="bs-hist-confirm-no",o.textContent="Cancel",i.addEventListener("click",()=>{Rd(r),Vt("history")}),o.addEventListener("click",()=>a.remove()),a.appendChild(i),a.appendChild(o),n.appendChild(a)})}),I.querySelectorAll("[data-hist-edit]").forEach(t=>{t.addEventListener("click",()=>{let r=parseInt(t.dataset.histEdit),n=I.querySelector(`[data-hist-id="${r}"]`);if(!n)return;let s=n.querySelector(".bs-hist-edit-wrap");if(s){s.remove();return}n.querySelector(".bs-hist-confirm")?.remove();let a=Ze().find(g=>g.id===r);if(!a)return;let i=document.createElement("div");i.className="bs-hist-edit-wrap",i.innerHTML=`
1600
+ <div class="bs-ann-pin-note">${AA(g.note)}</div>
1601
+ <div class="bs-ann-pin-loc">${Math.round(J)}% \xD7 ${Math.round(F)}%</div>
1602
+ </div>`;let fA=document.createElement("button");fA.type="button",fA.className="bs-ann-pin-del",fA.innerHTML="&times;",fA.title="Remove pin",fA.addEventListener("click",()=>{l.splice(E,1),mA()}),cA.appendChild(fA),CA.appendChild(cA)})},d,qA=()=>i?"rgba(255,255,255,0.5)":"rgba(0,0,0,0.35)",me=(g,E)=>{d.save(),d.strokeStyle=qA(),d.lineWidth=E+3,d.lineCap="round",d.lineJoin="round",d.globalAlpha=.5,g(),d.restore()},Ni=(g,E=!1)=>{if(g.type==="draw"||g.type==="highlight"){if(g.points.length<2)return;let F=g.type==="highlight"?.25:1,W=g.type==="highlight"?g.size*4+10:g.size,cA=()=>{d.beginPath(),d.moveTo(g.points[0].x,g.points[0].y);for(let fA=1;fA<g.points.length;fA++)d.lineTo(g.points[fA].x,g.points[fA].y);d.stroke()};g.type!=="highlight"&&me(cA,W),d.strokeStyle=g.color,d.lineWidth=W,d.lineCap="round",d.lineJoin="round",d.globalAlpha=F,cA(),d.globalAlpha=1}else if(g.type==="rect"){let F=()=>d.strokeRect(g.x,g.y,g.w,g.h);me(F,g.size),d.strokeStyle=g.color,d.lineWidth=g.size,d.lineCap="round",d.lineJoin="round",F()}else if(g.type==="circle"){let F=()=>{d.beginPath(),d.ellipse(g.cx,g.cy,Math.abs(g.rx),Math.abs(g.ry),0,0,Math.PI*2),d.stroke()};me(F,g.size),d.strokeStyle=g.color,d.lineWidth=g.size,F()}else if(g.type==="arrow"){let F=Math.atan2(g.y2-g.y1,g.x2-g.x1),W=12+g.size*2,cA=()=>{d.beginPath(),d.moveTo(g.x1,g.y1),d.lineTo(g.x2,g.y2),d.stroke(),d.beginPath(),d.moveTo(g.x2,g.y2),d.lineTo(g.x2-W*Math.cos(F-.45),g.y2-W*Math.sin(F-.45)),d.moveTo(g.x2,g.y2),d.lineTo(g.x2-W*Math.cos(F+.45),g.y2-W*Math.sin(F+.45)),d.stroke()};me(cA,g.size),d.strokeStyle=g.color,d.lineWidth=g.size,d.lineCap="round",d.lineJoin="round",cA()}else if(g.type==="text"){let F=g.size*5+12;d.font=`bold ${F}px Inter, -apple-system, sans-serif`,d.fillStyle=qA(),d.globalAlpha=.6,d.fillText(g.text,g.x+1,g.y+1),d.globalAlpha=1,d.fillStyle=g.color,d.fillText(g.text,g.x,g.y)}let x=!E&&c>=0&&o[c]===g,J=!E&&!x&&B>=0&&o[B]===g;if(x||J){let F=rt(g);if(d.save(),d.setLineDash([6,4]),d.strokeStyle=i?"#fff":"#000",d.lineWidth=x?1.5:1,d.globalAlpha=x?.7:.45,d.strokeRect(F.x-4,F.y-4,F.w+8,F.h+8),g.type==="rect"||g.type==="circle"){d.setLineDash([]),d.globalAlpha=x?.9:.6;let cA=g.type==="rect"?[[F.x,F.y],[F.x+F.w,F.y],[F.x,F.y+F.h],[F.x+F.w,F.y+F.h]]:[[F.x+F.w/2,F.y],[F.x+F.w,F.y+F.h/2],[F.x+F.w/2,F.y+F.h],[F.x,F.y+F.h/2]];for(let[fA,q]of cA)d.fillStyle="#fff",d.fillRect(fA-5,q-5,10,10),d.strokeStyle=i?"#aaa":"#333",d.lineWidth=1.2,d.strokeRect(fA-5,q-5,10,10)}d.restore()}},dA=()=>{d.clearRect(0,0,C.width,C.height),d.drawImage(K,0,0);for(let g of o)Ni(g)},rt=g=>{if(g.type==="rect")return{x:Math.min(g.x,g.x+g.w),y:Math.min(g.y,g.y+g.h),w:Math.abs(g.w),h:Math.abs(g.h)};if(g.type==="circle")return{x:g.cx-Math.abs(g.rx),y:g.cy-Math.abs(g.ry),w:Math.abs(g.rx)*2,h:Math.abs(g.ry)*2};if(g.type==="arrow"){let W=Math.min(g.x1,g.x2),cA=Math.min(g.y1,g.y2);return{x:W,y:cA,w:Math.abs(g.x2-g.x1)||20,h:Math.abs(g.y2-g.y1)||20}}if(g.type==="text")return{x:g.x,y:g.y-(g.size*5+12),w:g.text.length*(g.size*3+8),h:g.size*5+16};if(g.points.length===0)return{x:0,y:0,w:0,h:0};let E=1/0,x=1/0,J=-1/0,F=-1/0;for(let W of g.points)E=Math.min(E,W.x),x=Math.min(x,W.y),J=Math.max(J,W.x),F=Math.max(F,W.y);return{x:E,y:x,w:J-E||10,h:F-x||10}},Wt=(g,E)=>{for(let x=o.length-1;x>=0;x--){let J=rt(o[x]),F=8;if(g>=J.x-F&&g<=J.x+J.w+F&&E>=J.y-F&&E<=J.y+J.h+F)return x}return-1},Gi=(g,E,x)=>{if(g.type==="draw"||g.type==="highlight")for(let J of g.points)J.x+=E,J.y+=x;else g.type==="rect"?(g.x+=E,g.y+=x):g.type==="circle"?(g.cx+=E,g.cy+=x):g.type==="arrow"?(g.x1+=E,g.y1+=x,g.x2+=E,g.y2+=x):g.type==="text"&&(g.x+=E,g.y+=x)};K.onload=()=>{let E=(A.clientWidth||450)/K.width;C.width=K.width,C.height=K.height,C.style.height=`${K.height*E}px`,d=C.getContext("2d"),d.drawImage(K,0,0);let x=[[10,10],[C.width-10,10],[10,C.height-10],[C.width-10,C.height-10],[C.width/2,C.height/2]],J=0;for(let[q,v]of x){let T=d.getImageData(q,v,1,1).data;J+=(T[0]*299+T[1]*587+T[2]*114)/1e3}i=J/x.length<128;let F=q=>{let v=C.getBoundingClientRect();return{x:(q.clientX-v.left)*(C.width/v.width),y:(q.clientY-v.top)*(C.height/v.height)}},W=!1;C.addEventListener("mousedown",q=>{let v=F(q);if(n==="select"){let T=Wt(v.x,v.y);if(T>=0){c=T,u=!0;let P=rt(o[T]);p=v.x-P.x,w=v.y-P.y,C.classList.add("bs-grabbing"),C.classList.remove("bs-grab"),dA()}else c=-1,dA();return}if(n!=="pin"&&n!=="text"){let T=Wt(v.x,v.y);if(T>=0){c=T,u=!0,W=!0;let P=rt(o[T]);p=v.x-P.x,w=v.y-P.y,C.classList.add("bs-grabbing"),dA();return}}if(f=!0,y=v.x,b=v.y,n==="pin"){f=!1;let T=prompt("Describe the issue at this spot:");if(T){let P=k[l.length%k.length];l.push({x:v.x,y:v.y,note:T,color:P}),mA()}return}if(n==="text"){f=!1;let T=prompt("Enter text:");T&&(o.push({type:"text",color:r,size:s,x:v.x,y:v.y,text:T}),dA());return}(n==="draw"||n==="highlight")&&(h=[{x:v.x,y:v.y}])}),C.addEventListener("mousemove",q=>{let v=F(q);if(u&&c>=0){let T=rt(o[c]),P=v.x-p-T.x,V=v.y-w-T.y;Gi(o[c],P,V),dA();return}if(n==="select"){let T=Wt(v.x,v.y);C.classList.toggle("bs-grab",T>=0),B!==T&&(B=T,dA());return}if(n!=="pin"&&n!=="text"&&!f){let T=Wt(v.x,v.y);C.classList.toggle("bs-grab",T>=0),B!==T&&(B=T,dA())}if(f){if(n==="draw"||n==="highlight"){h.push({x:v.x,y:v.y}),dA();let T=n==="highlight"?.25:1,P=n==="highlight"?s*4+10:s;if(n!=="highlight"){d.save(),d.strokeStyle=qA(),d.lineWidth=P+3,d.lineCap="round",d.lineJoin="round",d.globalAlpha=.5,d.beginPath(),d.moveTo(h[0].x,h[0].y);for(let V=1;V<h.length;V++)d.lineTo(h[V].x,h[V].y);d.stroke(),d.restore()}d.strokeStyle=r,d.lineWidth=P,d.lineCap="round",d.lineJoin="round",d.globalAlpha=T,d.beginPath(),d.moveTo(h[0].x,h[0].y);for(let V=1;V<h.length;V++)d.lineTo(h[V].x,h[V].y);d.stroke(),d.globalAlpha=1}else if(dA(),d.strokeStyle=r,d.lineWidth=s,d.lineCap="round",d.lineJoin="round",n==="rect")me(()=>d.strokeRect(y,b,v.x-y,v.y-b),s),d.strokeStyle=r,d.lineWidth=s,d.strokeRect(y,b,v.x-y,v.y-b);else if(n==="circle"){let T=Math.abs(v.x-y)/2,P=Math.abs(v.y-b)/2,V=y+(v.x-y)/2,Hs=b+(v.y-b)/2;me(()=>{d.beginPath(),d.ellipse(V,Hs,T,P,0,0,Math.PI*2),d.stroke()},s),d.strokeStyle=r,d.lineWidth=s,d.beginPath(),d.ellipse(V,Hs,T,P,0,0,Math.PI*2),d.stroke()}else if(n==="arrow"){let T=Math.atan2(v.y-b,v.x-y),P=12+s*2,V=()=>{d.beginPath(),d.moveTo(y,b),d.lineTo(v.x,v.y),d.stroke(),d.beginPath(),d.moveTo(v.x,v.y),d.lineTo(v.x-P*Math.cos(T-.45),v.y-P*Math.sin(T-.45)),d.moveTo(v.x,v.y),d.lineTo(v.x-P*Math.cos(T+.45),v.y-P*Math.sin(T+.45)),d.stroke()};me(V,s),d.strokeStyle=r,d.lineWidth=s,d.lineCap="round",d.lineJoin="round",V()}}});let cA=q=>{if(u)return u=!1,W=!1,c=-1,C.classList.remove("bs-grabbing"),C.classList.remove("bs-grab"),dA(),void 0;if(!f)return;f=!1;let v=F(q);if(n==="draw"||n==="highlight")h.length>1&&o.push({type:n,color:r,size:s,alpha:n==="highlight"?.25:1,points:[...h]}),h=[];else if(n==="rect")o.push({type:"rect",color:r,size:s,x:y,y:b,w:v.x-y,h:v.y-b});else if(n==="circle"){let T=Math.abs(v.x-y)/2,P=Math.abs(v.y-b)/2;o.push({type:"circle",color:r,size:s,cx:y+(v.x-y)/2,cy:b+(v.y-b)/2,rx:T,ry:P})}else n==="arrow"&&o.push({type:"arrow",color:r,size:s,x1:y,y1:b,x2:v.x,y2:v.y});dA()};C.addEventListener("mouseup",cA),C.addEventListener("mouseleave",q=>{u?(u=!1,W=!1,C.classList.remove("bs-grabbing"),C.classList.remove("bs-grab"),dA()):f&&cA(q)});let fA=q=>{c>=0&&(q.key==="Delete"||q.key==="Backspace")&&(o.splice(c,1),c=-1,dA())};document.addEventListener("keydown",fA),NA.addEventListener("click",()=>{o.length&&(o.pop(),c=-1,dA())}),JA.addEventListener("click",()=>{o.length=0,l.length=0,c=-1,dA(),mA()})};let Pi=()=>{for(let g=0;g<l.length;g++){let E=l[g],x=16;d.beginPath(),d.arc(E.x,E.y-x,x,0,Math.PI*2),d.fillStyle=E.color,d.fill(),d.strokeStyle="#fff",d.lineWidth=2,d.stroke(),d.beginPath(),d.moveTo(E.x-8,E.y-6),d.lineTo(E.x,E.y+4),d.lineTo(E.x+8,E.y-6),d.fillStyle=E.color,d.fill(),d.fillStyle="#fff",d.font="bold 14px Inter, sans-serif",d.textAlign="center",d.textBaseline="middle",d.fillText(`${g+1}`,E.x,E.y-x),d.textAlign="start",d.textBaseline="alphabetic"}};return{getAnnotation:()=>{try{return c=-1,dA(),Pi(),C.toDataURL("image/jpeg",.7)}catch{return null}},getPins:()=>l.map((g,E)=>({number:E+1,x:Math.round(g.x),y:Math.round(g.y),note:g.note}))}}function Xt(A){if(!I)return;At=A,I.querySelectorAll(".bs-tab").forEach(r=>{r.classList.toggle("bs-active",r.dataset.tab===A)});let e=I.querySelector(".bs-scroll"),t={report:xi,console:qd,network:jd,context:Af,history:ef,settings:tf};e.innerHTML=t[A](),e.scrollTop=0,Hi()}function Hi(){if(!I)return;if(At==="history"){I.querySelectorAll("[data-hist-del]").forEach(t=>{t.addEventListener("click",()=>{let r=parseInt(t.dataset.histDel),n=I.querySelector(`[data-hist-id="${r}"]`);if(!n)return;let s=n.querySelector(".bs-hist-confirm");if(s){s.remove();return}let a=document.createElement("div");a.className="bs-hist-confirm",a.innerHTML="<span>Delete this report?</span>";let i=document.createElement("button");i.type="button",i.className="bs-hist-confirm-yes",i.textContent="Delete";let o=document.createElement("button");o.type="button",o.className="bs-hist-confirm-no",o.textContent="Cancel",i.addEventListener("click",()=>{$d(r),Xt("history")}),o.addEventListener("click",()=>a.remove()),a.appendChild(i),a.appendChild(o),n.appendChild(a)})}),I.querySelectorAll("[data-hist-edit]").forEach(t=>{t.addEventListener("click",()=>{let r=parseInt(t.dataset.histEdit),n=I.querySelector(`[data-hist-id="${r}"]`);if(!n)return;let s=n.querySelector(".bs-hist-edit-wrap");if(s){s.remove();return}n.querySelector(".bs-hist-confirm")?.remove();let a=et().find(u=>u.id===r);if(!a)return;let i=document.createElement("div");i.className="bs-hist-edit-wrap",i.innerHTML=`
1603
1603
  <div class="bs-field" style="margin-bottom:8px">
1604
1604
  <input class="bs-input" data-edit-title value="${AA(a.title)}" />
1605
1605
  </div>
@@ -1614,14 +1614,14 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1614
1614
  <button type="button" class="bs-sev-btn bs-sev-critical${a.severity==="critical"?" bs-picked":""}" data-edit-sev="critical">Critical</button>
1615
1615
  </div>
1616
1616
  </div>
1617
- <div class="bs-hist-edit-row"></div>`;let o=a.severity;n.appendChild(i),i.querySelectorAll("[data-edit-sev]").forEach(g=>{g.addEventListener("click",()=>{o=g.dataset.editSev,i.querySelectorAll(".bs-sev-btn").forEach(w=>w.classList.remove("bs-picked")),g.classList.add("bs-picked")})});let l=i.querySelector(".bs-hist-edit-row"),c=document.createElement("button");c.type="button",c.className="bs-hist-save",c.textContent="Save";let B=document.createElement("button");B.type="button",B.className="bs-hist-cancel",B.textContent="Cancel",c.addEventListener("click",()=>{let g=i.querySelector("[data-edit-title]").value.trim(),w=i.querySelector("[data-edit-desc]").value.trim();g&&(Nd(r,{title:g,description:w,severity:o}),Vt("history"))}),B.addEventListener("click",()=>i.remove()),l.appendChild(c),l.appendChild(B)})});return}if($e==="settings"){I.querySelectorAll("[data-set-theme]").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.setTheme;tn(r),I.querySelectorAll("[data-set-theme]").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})}),I.querySelectorAll("[data-set-layout]").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.setLayout,n=Tt(r);n&&(xe=n,OA(),setTimeout(()=>{$e="settings",oe(),setTimeout(()=>Vt("settings"),50)},400))})});return}if($e!=="report")return;I.querySelectorAll(".bs-cat-btn").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.cat;I.querySelector('input[name="category"]').value=r,I.querySelectorAll(".bs-cat-btn").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})}),I.querySelectorAll(".bs-sev-btn").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.sev;I.querySelector('input[name="severity"]').value=r,I.querySelectorAll(".bs-sev-btn").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})});let A=null,e=null;I.querySelector("[data-bs-screenshot]")?.addEventListener("click",async()=>{let t=I?.querySelector("[data-bs-shot-title]"),r=I?.querySelector("[data-bs-shot-sub]"),n=I?.querySelector("[data-bs-screenshot]");if(t&&(t.textContent="Capturing..."),I&&(I.style.visibility="hidden"),KA&&(KA.style.visibility="hidden"),await new Promise(s=>setTimeout(s,200)),A=await cs(!0),I&&(I.style.visibility=""),KA&&(KA.style.visibility=""),A){t&&(t.textContent="Screenshot captured!"),r&&(r.textContent="Draw on the image below to highlight the issue"),n?.classList.add("bs-captured");let s=I?.querySelector("[data-bs-annotate]");s&&(e=Jd(s,A))}else t&&(t.textContent="Screenshot unavailable"),r&&(r.textContent="Could not capture screenshot on this page")}),I.querySelector("[data-bs-form]")?.addEventListener("submit",async t=>{t.preventDefault();let r=t.target,n=r.querySelector(".bs-submit-btn"),s=r.elements.namedItem("title").value.trim(),a=r.elements.namedItem("description").value.trim(),i=r.elements.namedItem("severity").value,o=r.elements.namedItem("category").value;if(!s)return;n.disabled=!0,n.textContent="Sending...";let l=Qi(),c={projectId:yA.projectId,title:s,description:a,category:o,severity:i,tags:l.tags.length?l.tags:void 0,context:bi(),consoleLogs:jA(),errors:Ae(),networkCaptures:le(),breadcrumbs:Ie(),performance:Te()??void 0,screenshot:A??void 0,annotation:e?.getAnnotation()??void 0,pins:e?.getPins().length?e.getPins():void 0,createdAt:Date.now()},B=await ds(c);Od({title:c.title,description:c.description,category:c.category,severity:c.severity,tags:c.tags,screenshot:c.screenshot,pins:c.pins,url:window.location.href,createdAt:c.createdAt,status:B.success?"sent":"draft"}),B.success?(n.innerHTML=`${nA.check} Bug reported!`,n.classList.add("bs-submit-ok"),setTimeout(OA,1200)):(n.textContent=B.error??"Failed \u2014 saved as draft",n.classList.add("bs-submit-err"),setTimeout(()=>{n.disabled=!1,n.textContent="Submit Report",n.classList.remove("bs-submit-err")},2500))})}function oe(){if(MA)return;MA=!0,$e="report",Cs(),KA=document.createElement("div"),KA.className="bs-backdrop",document.body.appendChild(KA);let A=le().length,e=Ae().length;I=document.createElement("div"),I.className=`bs-modal bs-ly-${xe.id}`,He(I);let t=`
1617
+ <div class="bs-hist-edit-row"></div>`;let o=a.severity;n.appendChild(i),i.querySelectorAll("[data-edit-sev]").forEach(u=>{u.addEventListener("click",()=>{o=u.dataset.editSev,i.querySelectorAll(".bs-sev-btn").forEach(f=>f.classList.remove("bs-picked")),u.classList.add("bs-picked")})});let l=i.querySelector(".bs-hist-edit-row"),c=document.createElement("button");c.type="button",c.className="bs-hist-save",c.textContent="Save";let B=document.createElement("button");B.type="button",B.className="bs-hist-cancel",B.textContent="Cancel",c.addEventListener("click",()=>{let u=i.querySelector("[data-edit-title]").value.trim(),f=i.querySelector("[data-edit-desc]").value.trim();u&&(Zd(r,{title:u,description:f,severity:o}),Xt("history"))}),B.addEventListener("click",()=>i.remove()),l.appendChild(c),l.appendChild(B)})});return}if(At==="settings"){I.querySelectorAll("[data-set-theme]").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.setTheme;sn(r),I.querySelectorAll("[data-set-theme]").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})}),I.querySelectorAll("[data-set-layout]").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.setLayout,n=Ot(r);n&&(xe=n,RA(),setTimeout(()=>{At="settings",oe(),setTimeout(()=>Xt("settings"),50)},400))})});return}if(At!=="report")return;I.querySelectorAll(".bs-cat-btn").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.cat;I.querySelector('input[name="category"]').value=r,I.querySelectorAll(".bs-cat-btn").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})}),I.querySelectorAll(".bs-sev-btn").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.sev;I.querySelector('input[name="severity"]').value=r,I.querySelectorAll(".bs-sev-btn").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})});let A=null,e=null;I.querySelector("[data-bs-screenshot]")?.addEventListener("click",async()=>{let t=I?.querySelector("[data-bs-shot-title]"),r=I?.querySelector("[data-bs-shot-sub]"),n=I?.querySelector("[data-bs-screenshot]");if(t&&(t.textContent="Capturing..."),I&&(I.style.visibility="hidden"),KA&&(KA.style.visibility="hidden"),await new Promise(s=>setTimeout(s,200)),A=await gs(!0),I&&(I.style.visibility=""),KA&&(KA.style.visibility=""),A){t&&(t.textContent="Screenshot captured!"),r&&(r.textContent="Draw on the image below to highlight the issue"),n?.classList.add("bs-captured");let s=I?.querySelector("[data-bs-annotate]");s&&(e=rf(s,A))}else t&&(t.textContent="Screenshot unavailable"),r&&(r.textContent="Could not capture screenshot on this page")}),I.querySelector("[data-bs-form]")?.addEventListener("submit",async t=>{t.preventDefault();let r=t.target,n=r.querySelector(".bs-submit-btn"),s=r.elements.namedItem("title").value.trim(),a=r.elements.namedItem("description").value.trim(),i=r.elements.namedItem("severity").value,o=r.elements.namedItem("category").value;if(!s)return;n.disabled=!0,n.textContent="Sending...";let l=Ei(),c={projectId:EA.projectId,title:s,description:a,category:o,severity:i,tags:l.tags.length?l.tags:void 0,context:yi(),consoleLogs:jA(),errors:Ae(),networkCaptures:le(),breadcrumbs:Ie(),performance:Te()??void 0,screenshot:A??void 0,annotation:e?.getAnnotation()??void 0,pins:e?.getPins().length?e.getPins():void 0,createdAt:Date.now()},B=await ws(c);zd({title:c.title,description:c.description,category:c.category,severity:c.severity,tags:c.tags,screenshot:c.screenshot,pins:c.pins,url:window.location.href,createdAt:c.createdAt,status:B.success?"sent":"draft"}),B.success?(n.innerHTML=`${nA.check} Bug reported!`,n.classList.add("bs-submit-ok"),setTimeout(RA,1200)):(n.textContent=B.error??"Failed \u2014 saved as draft",n.classList.add("bs-submit-err"),setTimeout(()=>{n.disabled=!1,n.textContent="Submit Report",n.classList.remove("bs-submit-err")},2500))})}function oe(){if(OA)return;OA=!0,At="report",ys(),KA=document.createElement("div"),KA.className="bs-backdrop",document.body.appendChild(KA);let A=le().length,e=Ae().length;I=document.createElement("div"),I.className=`bs-modal bs-ly-${xe.id}`,He(I);let t=`
1618
1618
  <div class="bs-tabs">
1619
1619
  <button class="bs-tab bs-active" data-tab="report">${nA.report} Report</button>
1620
1620
  <button class="bs-tab" data-tab="console">${nA.console} Console <span class="bs-tab-badge">${jA().length}</span></button>
1621
1621
  <button class="bs-tab" data-tab="network">${nA.network} Network ${A?`<span class="bs-tab-badge bs-warn">${A}</span>`:`<span class="bs-tab-badge">${Se().length}</span>`}</button>
1622
1622
  <button class="bs-tab" data-tab="context">${nA.ctx} Context ${e?`<span class="bs-tab-badge bs-warn">${e}</span>`:""}</button>
1623
- <button class="bs-tab" data-tab="history">${nA.history} History <span class="bs-tab-badge">${Ze().length}</span></button>
1624
- </div>`,r=VA(),n=r?r.name.split(" ").map(B=>B[0]).join("").toUpperCase().slice(0,2):"",s=An(),a=r?`
1623
+ <button class="bs-tab" data-tab="history">${nA.history} History <span class="bs-tab-badge">${et().length}</span></button>
1624
+ </div>`,r=_A(),n=r?r.name.split(" ").map(B=>B[0]).join("").toUpperCase().slice(0,2):"",s=rn(),a=r?`
1625
1625
  <div class="bs-hdr">
1626
1626
  <div class="bs-logo">BugStash</div>
1627
1627
  <div class="bs-hdr-right">
@@ -1640,7 +1640,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1640
1640
  </div>`:`
1641
1641
  <div class="bs-hdr" style="justify-content:flex-end">
1642
1642
  <button class="bs-close-btn" data-bs-close title="Close">${nA.x}</button>
1643
- </div>`,i=xe.tabPosition==="left",o=xe.tabPosition==="bottom",l=r?Ci():kd();i?I.innerHTML=`
1643
+ </div>`,i=xe.tabPosition==="left",o=xe.tabPosition==="bottom",l=r?xi():Wd();i?I.innerHTML=`
1644
1644
  ${a}
1645
1645
  <div class="bs-body-wrap">
1646
1646
  ${r?t:""}
@@ -1651,13 +1651,13 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1651
1651
  ${r?`<div class="bs-tab-divider"></div>${t}`:""}`:I.innerHTML=`
1652
1652
  ${a}
1653
1653
  ${r?`${t}<div class="bs-tab-divider"></div>`:""}
1654
- <div class="bs-scroll">${l}</div>`,document.body.appendChild(I),oA&&oA.classList.add("bs-open"),requestAnimationFrame(()=>{KA?.classList.add("bs-in"),I?.classList.add("bs-in")}),I.querySelectorAll(".bs-tab").forEach(B=>{B.addEventListener("click",()=>Vt(B.dataset.tab))}),I.querySelector('.bs-hdr-icon[data-tab="settings"]')?.addEventListener("click",()=>Vt("settings")),I.querySelector("[data-bs-close]")?.addEventListener("click",OA),KA.addEventListener("click",OA),I.querySelector("[data-bs-pin-toggle]")?.addEventListener("click",()=>{let B=Nt(),g=I?.querySelector("[data-bs-pin-toggle]");g&&(g.classList.toggle("active",B),g.innerHTML=`
1654
+ <div class="bs-scroll">${l}</div>`,document.body.appendChild(I),oA&&oA.classList.add("bs-open"),requestAnimationFrame(()=>{KA?.classList.add("bs-in"),I?.classList.add("bs-in")}),I.querySelectorAll(".bs-tab").forEach(B=>{B.addEventListener("click",()=>Xt(B.dataset.tab))}),I.querySelector('.bs-hdr-icon[data-tab="settings"]')?.addEventListener("click",()=>Xt("settings")),I.querySelector("[data-bs-close]")?.addEventListener("click",RA),KA.addEventListener("click",RA),I.querySelector("[data-bs-pin-toggle]")?.addEventListener("click",()=>{let B=je(),u=I?.querySelector("[data-bs-pin-toggle]");u&&(u.classList.toggle("active",B),u.innerHTML=`
1655
1655
  <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>
1656
1656
  Pins ${B?"ON":"OFF"}
1657
- `)}),I.querySelector("[data-bs-logout]")?.addEventListener("click",()=>{Xr(),OA(),setTimeout(()=>oe(),300)}),r?mi():Wd();let c=B=>{B.key==="Escape"&&(OA(),document.removeEventListener("keydown",c))};document.addEventListener("keydown",c)}function Wd(){if(!I)return;let A=I.querySelector("#bs-login-submit"),e=I.querySelector("#bs-login-email"),t=I.querySelector("#bs-login-pass"),r=I.querySelector("#bs-login-error");if(!A||!e||!t)return;let n=async()=>{let s=e.value.trim(),a=t.value;if(!s||!a){r.textContent="Please enter email and password",r.style.display="block";return}A.setAttribute("disabled","true"),A.textContent="Signing in...",r.style.display="none";let i=await _r(s,a,yA.projectId);i.success?(Rt(yA.projectId),Dt(yA.projectId),OA(),setTimeout(()=>oe(),300)):(r.textContent=i.error||"Invalid credentials",r.style.display="block",A.removeAttribute("disabled"),A.textContent="Sign In")};A.addEventListener("click",n),t.addEventListener("keydown",s=>{s.key==="Enter"&&n()}),e.addEventListener("keydown",s=>{s.key==="Enter"&&t.focus()}),setTimeout(()=>e.focus(),100)}function OA(){MA&&(oA&&oA.classList.remove("bs-open"),I&&(I.classList.remove("bs-in"),I.classList.add("bs-out")),KA&&KA.classList.remove("bs-in"),setTimeout(()=>{I?.remove(),KA?.remove(),I=null,KA=null,MA=!1},350))}function He(A){for(let[e,t]of Object.entries(Qe.vars))A.style.setProperty(e,t)}function tn(A){let e=Yr(A);e&&(Qe=e,I&&He(I),oA&&He(oA),rA&&He(rA))}function Ui(){return Qe.id}function vi(A){let e=Tt(A);e&&(xe=e,MA&&(OA(),setTimeout(oe,400)))}function Fi(){return xe.id}function yi(A){if(yA=A,!document.getElementById("bs-fonts")){let s=document.createElement("link");s.id="bs-fonts",s.rel="stylesheet",s.href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap",document.head.appendChild(s)}Gt=document.createElement("style"),Gt.textContent=Dd+si,document.head.appendChild(Gt);let e=A.panelPosition==="bottom-left"?"left":"right";oA=document.createElement("button"),oA.className="bs-fab",He(oA),oA.innerHTML=`${nA.bug}<span class="bs-fab-label">Report a bug</span>`,oA.style[e]="24px",oA.addEventListener("click",()=>MA?OA():oe()),document.body.appendChild(oA),rA=document.createElement("div"),rA.className="bs-toolbar",rA.style[e]="32px",He(rA);let r=navigator.platform.toUpperCase().includes("MAC")?"\u2318":"Ctrl",n=[{icon:nA.cam,tip:"Screenshot",kbd:`${r}+Shift+S`,action:async()=>{let s=await cs(!0);s&&(MA||oe(),setTimeout(()=>{let a=I?.querySelector("[data-bs-screenshot]");if(a){a.__screenshot=s,a.classList.add("bs-captured");let i=a.querySelector("[data-bs-shot-title]"),o=a.querySelector("[data-bs-shot-sub]");i&&(i.textContent="Screenshot captured!"),o&&(o.textContent="Click to retake or annotate"),a.click()}},400))}},{icon:nA.pin,tip:"Toggle Pins",kbd:`${r}+Shift+P`,id:"bs-tb-pin",action:()=>{if(!VA()){MA||oe();return}document.getElementById("bugstash-live-pins")||(Rt(yA.projectId),Dt(yA.projectId));let a=Nt(),i=rA?.querySelector("#bs-tb-pin");i&&i.classList.toggle("bs-active",a);let o=I?.querySelector("[data-bs-pin-toggle]");o&&(o.classList.toggle("active",a),o.innerHTML=`
1657
+ `)}),I.querySelector("[data-bs-logout]")?.addEventListener("click",()=>{Wr(),RA(),setTimeout(()=>oe(),300)}),r?Hi():nf();let c=B=>{B.key==="Escape"&&(RA(),document.removeEventListener("keydown",c))};document.addEventListener("keydown",c)}function nf(){if(!I)return;let A=I.querySelector("#bs-login-submit"),e=I.querySelector("#bs-login-email"),t=I.querySelector("#bs-login-pass"),r=I.querySelector("#bs-login-error");if(!A||!e||!t)return;let n=async()=>{let s=e.value.trim(),a=t.value;if(!s||!a){r.textContent="Please enter email and password",r.style.display="block";return}A.setAttribute("disabled","true"),A.textContent="Signing in...",r.style.display="none";let i=await Jr(s,a,EA.projectId);i.success?(Pt(EA.projectId),Rt(EA.projectId),RA(),setTimeout(()=>oe(),300)):(r.textContent=i.error||"Invalid credentials",r.style.display="block",A.removeAttribute("disabled"),A.textContent="Sign In")};A.addEventListener("click",n),t.addEventListener("keydown",s=>{s.key==="Enter"&&n()}),e.addEventListener("keydown",s=>{s.key==="Enter"&&t.focus()}),setTimeout(()=>e.focus(),100)}function RA(){OA&&(oA&&oA.classList.remove("bs-open"),I&&(I.classList.remove("bs-in"),I.classList.add("bs-out")),KA&&KA.classList.remove("bs-in"),setTimeout(()=>{I?.remove(),KA?.remove(),I=null,KA=null,OA=!1},350))}function He(A){for(let[e,t]of Object.entries(Ce.vars))A.style.setProperty(e,t)}function sn(A){let e=$r(A);e&&(Ce=e,I&&He(I),oA&&He(oA),rA&&He(rA))}function Ii(){return Ce.id}function Li(A){let e=Ot(A);e&&(xe=e,OA&&(RA(),setTimeout(oe,400)))}function Ki(){return xe.id}function Si(A){if(EA=A,!document.getElementById("bs-fonts")){let s=document.createElement("link");s.id="bs-fonts",s.rel="stylesheet",s.href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap",document.head.appendChild(s)}Vt=document.createElement("style"),Vt.textContent=Jd+ci,document.head.appendChild(Vt);let e=A.panelPosition==="bottom-left"?"left":"right";oA=document.createElement("button"),oA.className="bs-fab",He(oA),oA.innerHTML=`${nA.bug}<span class="bs-fab-label">Report a bug</span>`,oA.style[e]="24px",oA.addEventListener("click",()=>OA?RA():oe()),document.body.appendChild(oA),rA=document.createElement("div"),rA.className="bs-toolbar",rA.style[e]="32px",He(rA);let r=navigator.platform.toUpperCase().includes("MAC")?"\u2318":"Ctrl",n=[{icon:nA.cam,tip:"Screenshot",kbd:`${r}+Shift+S`,action:async()=>{let s=await gs(!0);s&&(OA||oe(),setTimeout(()=>{let a=I?.querySelector("[data-bs-screenshot]");if(a){a.__screenshot=s,a.classList.add("bs-captured");let i=a.querySelector("[data-bs-shot-title]"),o=a.querySelector("[data-bs-shot-sub]");i&&(i.textContent="Screenshot captured!"),o&&(o.textContent="Click to retake or annotate"),a.click()}},400))}},{icon:nA.pin,tip:"Toggle Pins",kbd:`${r}+Shift+P`,id:"bs-tb-pin",action:()=>{if(!_A()){OA||oe();return}document.getElementById("bugstash-live-pins")||(Pt(EA.projectId),Rt(EA.projectId));let a=je(),i=rA?.querySelector("#bs-tb-pin");i&&i.classList.toggle("bs-active",a);let o=I?.querySelector("[data-bs-pin-toggle]");o&&(o.classList.toggle("active",a),o.innerHTML=`
1658
1658
  <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>
1659
1659
  Pins ${a?"ON":"OFF"}
1660
- `)}},{icon:Qe.id==="black"?nA.sun:nA.moon,tip:"Toggle Theme",kbd:`${r}+Shift+T`,id:"bs-tb-theme",action:()=>{let s=Qe.id==="black"?"white":"black";tn(s),rA&&He(rA);let a=rA?.querySelector("#bs-tb-theme");a&&(a.innerHTML=`${Qe.id==="black"?nA.sun:nA.moon}<span class="bs-toolbar-tip">${Qe.id==="black"?"Light":"Dark"} Mode<span class="bs-toolbar-kbd">${r}+Shift+T</span></span>`)}},{icon:nA.report,tip:"Open Panel",kbd:`${r}+Shift+B`,action:()=>{MA?OA():oe()}}];for(let s of n){let a=document.createElement("button");a.className="bs-toolbar-btn",s.id&&(a.id=s.id),a.innerHTML=`${s.icon}<span class="bs-toolbar-tip">${s.tip}<span class="bs-toolbar-kbd">${s.kbd}</span></span>`,a.addEventListener("click",i=>{i.stopPropagation(),s.action()}),rA.appendChild(a)}document.body.appendChild(rA),oA.addEventListener("mouseenter",()=>{MA||pi()}),oA.addEventListener("mouseleave",s=>{let a=s.relatedTarget;rA?.contains(a)||Cs()}),rA.addEventListener("mouseenter",()=>pi()),rA.addEventListener("mouseleave",s=>{let a=s.relatedTarget;oA?.contains(a)||Cs()}),Pt=s=>{(s.ctrlKey||s.metaKey)&&s.shiftKey&&(s.key==="B"||s.key==="b"?(s.preventDefault(),MA?OA():oe()):s.key==="S"||s.key==="s"?(s.preventDefault(),n[0].action()):s.key==="P"||s.key==="p"?(s.preventDefault(),n[1].action()):(s.key==="T"||s.key==="t")&&(s.preventDefault(),n[2].action()))},document.addEventListener("keydown",Pt)}function pi(){en||MA||(en=!0,rA?.classList.add("bs-show"))}function Cs(){en=!1,rA?.classList.remove("bs-show")}function Ei(){OA(),oA?.remove(),oA=null,rA?.remove(),rA=null,en=!1,Gt?.remove(),Gt=null,document.getElementById("bs-fonts")?.remove(),Pt&&document.removeEventListener("keydown",Pt),Pt=null}var ZA=null,eA=null,R=null,ie=null,rn="freehand",nn="#ef4444",Yd=3,qe=[],EA=null,_t=!1,sn=null,zd=[{id:"freehand",label:"Draw",icon:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z"},{id:"rectangle",label:"Rect",icon:"M3 3h18v18H3V3zm2 2v14h14V5H5z"},{id:"circle",label:"Circle",icon:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},{id:"arrow",label:"Arrow",icon:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}],$d=["#ef4444","#f97316","#eab308","#22c55e","#3b82f6","#8b5cf6","#ffffff","#000000"];function Ii(A){return new Promise(e=>{sn=e,qe=[],EA=null,rn="freehand",nn="#ef4444",Zd(A)})}function Zd(A){ZA&&ZA.remove(),ZA=document.createElement("div"),ZA.id="bs-annotation-overlay";let e=document.createElement("style");e.textContent=`
1660
+ `)}},{icon:Ce.id==="black"?nA.sun:nA.moon,tip:"Toggle Theme",kbd:`${r}+Shift+T`,id:"bs-tb-theme",action:()=>{let s=Ce.id==="black"?"white":"black";sn(s),rA&&He(rA);let a=rA?.querySelector("#bs-tb-theme");a&&(a.innerHTML=`${Ce.id==="black"?nA.sun:nA.moon}<span class="bs-toolbar-tip">${Ce.id==="black"?"Light":"Dark"} Mode<span class="bs-toolbar-kbd">${r}+Shift+T</span></span>`)}},{icon:nA.report,tip:"Open Panel",kbd:`${r}+Shift+B`,action:()=>{OA?RA():oe()}}];for(let s of n){let a=document.createElement("button");a.className="bs-toolbar-btn",s.id&&(a.id=s.id),a.innerHTML=`${s.icon}<span class="bs-toolbar-tip">${s.tip}<span class="bs-toolbar-kbd">${s.kbd}</span></span>`,a.addEventListener("click",i=>{i.stopPropagation(),s.action()}),rA.appendChild(a)}document.body.appendChild(rA),oA.addEventListener("mouseenter",()=>{OA||Ui()}),oA.addEventListener("mouseleave",s=>{let a=s.relatedTarget;rA?.contains(a)||ys()}),rA.addEventListener("mouseenter",()=>Ui()),rA.addEventListener("mouseleave",s=>{let a=s.relatedTarget;oA?.contains(a)||ys()}),_t=s=>{(s.ctrlKey||s.metaKey)&&s.shiftKey&&(s.key==="B"||s.key==="b"?(s.preventDefault(),OA?RA():oe()):s.key==="S"||s.key==="s"?(s.preventDefault(),n[0].action()):s.key==="P"||s.key==="p"?(s.preventDefault(),n[1].action()):(s.key==="T"||s.key==="t")&&(s.preventDefault(),n[2].action()))},document.addEventListener("keydown",_t)}function Ui(){nn||OA||(nn=!0,rA?.classList.add("bs-show"))}function ys(){nn=!1,rA?.classList.remove("bs-show")}function Ti(){RA(),oA?.remove(),oA=null,rA?.remove(),rA=null,nn=!1,Vt?.remove(),Vt=null,document.getElementById("bs-fonts")?.remove(),_t&&document.removeEventListener("keydown",_t),_t=null}var ZA=null,eA=null,N=null,ie=null,an="freehand",on="#ef4444",sf=3,tt=[],xA=null,Jt=!1,ln=null,af=[{id:"freehand",label:"Draw",icon:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z"},{id:"rectangle",label:"Rect",icon:"M3 3h18v18H3V3zm2 2v14h14V5H5z"},{id:"circle",label:"Circle",icon:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},{id:"arrow",label:"Arrow",icon:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}],of=["#ef4444","#f97316","#eab308","#22c55e","#3b82f6","#8b5cf6","#ffffff","#000000"];function Mi(A){return new Promise(e=>{ln=e,tt=[],xA=null,an="freehand",on="#ef4444",lf(A)})}function lf(A){ZA&&ZA.remove(),ZA=document.createElement("div"),ZA.id="bs-annotation-overlay";let e=document.createElement("style");e.textContent=`
1661
1661
  #bs-annotation-overlay {
1662
1662
  position: fixed; inset: 0; z-index: 2147483647;
1663
1663
  background: rgba(0,0,0,0.85);
@@ -1702,7 +1702,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
1702
1702
  overflow: hidden; padding: 16px;
1703
1703
  }
1704
1704
  .bs-ann-canvas-wrap canvas { cursor: crosshair; border-radius: 4px; }
1705
- `,ZA.appendChild(e);let t=document.createElement("div");t.className="bs-ann-toolbar";for(let i of zd){let o=document.createElement("button");o.className=`bs-ann-tool${i.id===rn?" active":""}`,o.title=i.label,o.innerHTML=`<svg viewBox="0 0 24 24"><path d="${i.icon}"/></svg>`,o.addEventListener("click",()=>{rn=i.id,t.querySelectorAll(".bs-ann-tool").forEach(l=>l.classList.remove("active")),o.classList.add("active")}),t.appendChild(o)}t.appendChild(xi());for(let i of $d){let o=document.createElement("button");o.className=`bs-ann-color${i===nn?" active":""}`,o.style.background=i,o.addEventListener("click",()=>{nn=i,t.querySelectorAll(".bs-ann-color").forEach(l=>l.classList.remove("active")),o.classList.add("active")}),t.appendChild(o)}t.appendChild(xi());let r=document.createElement("button");r.className="bs-ann-btn bs-ann-undo",r.textContent="Undo",r.addEventListener("click",()=>{qe.pop(),an()}),t.appendChild(r);let n=document.createElement("button");n.className="bs-ann-btn bs-ann-save",n.textContent="Save",n.addEventListener("click",jd);let s=document.createElement("button");s.className="bs-ann-btn bs-ann-cancel",s.textContent="Cancel",s.addEventListener("click",()=>{Us(),sn?.(null)}),t.appendChild(n),t.appendChild(s),ZA.appendChild(t);let a=document.createElement("div");a.className="bs-ann-canvas-wrap",eA=document.createElement("canvas"),R=eA.getContext("2d"),a.appendChild(eA),ZA.appendChild(a),document.body.appendChild(ZA),ie=new Image,ie.onload=()=>{if(!eA||!R||!ie)return;let i=window.innerWidth-32,o=window.innerHeight-100,l=ie.width,c=ie.height,B=Math.min(1,i/l,o/c);l=Math.round(l*B),c=Math.round(c*B),eA.width=l,eA.height=c,an(),qd()},ie.src=A}function xi(){let A=document.createElement("div");return A.className="bs-ann-sep",A}function qd(){if(!eA)return;eA.addEventListener("mousedown",e=>{_t=!0;let{x:t,y:r}=Hi(e);EA={type:rn,color:nn,lineWidth:Yd,points:[{x:t,y:r}],x:t,y:r,width:0,height:0}}),eA.addEventListener("mousemove",e=>{if(!_t||!EA)return;let{x:t,y:r}=Hi(e);EA.type==="freehand"?EA.points.push({x:t,y:r}):(EA.width=t-EA.x,EA.height=r-EA.y),an(),Li(EA)});let A=()=>{_t&&EA&&(qe.push(EA),EA=null),_t=!1,an()};eA.addEventListener("mouseup",A),eA.addEventListener("mouseleave",A)}function Hi(A){let e=eA.getBoundingClientRect();return{x:A.clientX-e.left,y:A.clientY-e.top}}function an(){if(!(!R||!eA||!ie)){R.clearRect(0,0,eA.width,eA.height),R.drawImage(ie,0,0,eA.width,eA.height);for(let A of qe)Li(A)}}function Li(A){if(R)switch(R.strokeStyle=A.color,R.fillStyle=A.color,R.lineWidth=A.lineWidth,R.lineCap="round",R.lineJoin="round",A.type){case"freehand":{if(!A.points||A.points.length<2)return;R.beginPath(),R.moveTo(A.points[0].x,A.points[0].y);for(let e=1;e<A.points.length;e++)R.lineTo(A.points[e].x,A.points[e].y);R.stroke();break}case"rectangle":{R.strokeRect(A.x,A.y,A.width,A.height);break}case"circle":{let e=A.x+A.width/2,t=A.y+A.height/2,r=Math.abs(A.width)/2,n=Math.abs(A.height)/2;R.beginPath(),R.ellipse(e,t,r,n,0,0,Math.PI*2),R.stroke();break}case"arrow":{let e=A.x,t=A.y,r=A.x+A.width,n=A.y+A.height,s=14,a=Math.atan2(n-t,r-e);R.beginPath(),R.moveTo(e,t),R.lineTo(r,n),R.stroke(),R.beginPath(),R.moveTo(r,n),R.lineTo(r-s*Math.cos(a-Math.PI/6),n-s*Math.sin(a-Math.PI/6)),R.lineTo(r-s*Math.cos(a+Math.PI/6),n-s*Math.sin(a+Math.PI/6)),R.closePath(),R.fill();break}}}function jd(){if(!eA){Us(),sn?.(null);return}let e={dataUrl:eA.toDataURL("image/png"),annotations:qe};Us(),sn?.(e)}function Us(){ZA?.remove(),ZA=null,eA=null,R=null,ie=null,qe=[],EA=null,_t=!1}var on=!1;function Af(){if(typeof window>"u")return"production";let A=window.location.hostname;return A==="localhost"||A==="127.0.0.1"||A==="0.0.0.0"||A.endsWith(".local")||/^192\.168\./.test(A)||/^10\./.test(A)||/^172\.(1[6-9]|2\d|3[01])\./.test(A)?"development":A.includes("staging")||A.includes("stage")||A.includes("preview")||A.includes("preprod")||A.includes("pre-prod")||A.includes("qa.")||A.includes(".qa")||A.includes("test.")||A.includes(".dev.")||A.includes("vercel.app")||A.includes("netlify.app")||A.includes("pages.dev")||A.includes("ngrok.io")||A.includes("ngrok-free.app")||A.includes("localhost.run")||A.includes("loca.lt")?"staging":"production"}var Ki={init(A){on||typeof window>"u"||(A.environment??Af())==="production"||(on=!0,A.endpoint&&Yo(A.endpoint),ys(A.maxBreadcrumbs),Ls(A.maxLogs),ks(A.maxNetworkCaptures),Rs(),A.enablePerformance!==!1&&Ps(),yi(A),A.enableLivePins!==!1&&VA()&&(Rt(A.projectId),Dt(A.projectId)))},destroy(){on&&(Ei(),gi(),oi(),Ss(),Os(),Gs(),xs(),Vs(),on=!1)},getLogs:jA,clearLogs:Ks,getNetworkCaptures:Se,getFailedNetworkCaptures:le,clearNetworkCaptures:Ms,getErrors:Ae,clearErrors:Ns,getBreadcrumbs:Ie,clearBreadcrumbs:Es,getPerformanceMetrics:Te,addBreadcrumb:UA,getThemes:Wr,getThemeById:Yr,setTheme:tn,getCurrentThemeId:Ui,getLayouts:zr,getLayoutById:Tt,setLayout:vi,getCurrentLayoutId:Fi,getCurrentUser:VA,login:_r,logout:Xr,togglePinMode:Nt,isPinModeActive:An,isConnected:li,openAnnotationEditor:Ii,redactString:Le,redactObject:Wt},ef=Ki;0&&(module.exports={BugStash});
1705
+ `,ZA.appendChild(e);let t=document.createElement("div");t.className="bs-ann-toolbar";for(let i of af){let o=document.createElement("button");o.className=`bs-ann-tool${i.id===an?" active":""}`,o.title=i.label,o.innerHTML=`<svg viewBox="0 0 24 24"><path d="${i.icon}"/></svg>`,o.addEventListener("click",()=>{an=i.id,t.querySelectorAll(".bs-ann-tool").forEach(l=>l.classList.remove("active")),o.classList.add("active")}),t.appendChild(o)}t.appendChild(Di());for(let i of of){let o=document.createElement("button");o.className=`bs-ann-color${i===on?" active":""}`,o.style.background=i,o.addEventListener("click",()=>{on=i,t.querySelectorAll(".bs-ann-color").forEach(l=>l.classList.remove("active")),o.classList.add("active")}),t.appendChild(o)}t.appendChild(Di());let r=document.createElement("button");r.className="bs-ann-btn bs-ann-undo",r.textContent="Undo",r.addEventListener("click",()=>{tt.pop(),cn()}),t.appendChild(r);let n=document.createElement("button");n.className="bs-ann-btn bs-ann-save",n.textContent="Save",n.addEventListener("click",Bf);let s=document.createElement("button");s.className="bs-ann-btn bs-ann-cancel",s.textContent="Cancel",s.addEventListener("click",()=>{xs(),ln?.(null)}),t.appendChild(n),t.appendChild(s),ZA.appendChild(t);let a=document.createElement("div");a.className="bs-ann-canvas-wrap",eA=document.createElement("canvas"),N=eA.getContext("2d"),a.appendChild(eA),ZA.appendChild(a),document.body.appendChild(ZA),ie=new Image,ie.onload=()=>{if(!eA||!N||!ie)return;let i=window.innerWidth-32,o=window.innerHeight-100,l=ie.width,c=ie.height,B=Math.min(1,i/l,o/c);l=Math.round(l*B),c=Math.round(c*B),eA.width=l,eA.height=c,cn(),cf()},ie.src=A}function Di(){let A=document.createElement("div");return A.className="bs-ann-sep",A}function cf(){if(!eA)return;eA.addEventListener("mousedown",e=>{Jt=!0;let{x:t,y:r}=ki(e);xA={type:an,color:on,lineWidth:sf,points:[{x:t,y:r}],x:t,y:r,width:0,height:0}}),eA.addEventListener("mousemove",e=>{if(!Jt||!xA)return;let{x:t,y:r}=ki(e);xA.type==="freehand"?xA.points.push({x:t,y:r}):(xA.width=t-xA.x,xA.height=r-xA.y),cn(),Oi(xA)});let A=()=>{Jt&&xA&&(tt.push(xA),xA=null),Jt=!1,cn()};eA.addEventListener("mouseup",A),eA.addEventListener("mouseleave",A)}function ki(A){let e=eA.getBoundingClientRect();return{x:A.clientX-e.left,y:A.clientY-e.top}}function cn(){if(!(!N||!eA||!ie)){N.clearRect(0,0,eA.width,eA.height),N.drawImage(ie,0,0,eA.width,eA.height);for(let A of tt)Oi(A)}}function Oi(A){if(N)switch(N.strokeStyle=A.color,N.fillStyle=A.color,N.lineWidth=A.lineWidth,N.lineCap="round",N.lineJoin="round",A.type){case"freehand":{if(!A.points||A.points.length<2)return;N.beginPath(),N.moveTo(A.points[0].x,A.points[0].y);for(let e=1;e<A.points.length;e++)N.lineTo(A.points[e].x,A.points[e].y);N.stroke();break}case"rectangle":{N.strokeRect(A.x,A.y,A.width,A.height);break}case"circle":{let e=A.x+A.width/2,t=A.y+A.height/2,r=Math.abs(A.width)/2,n=Math.abs(A.height)/2;N.beginPath(),N.ellipse(e,t,r,n,0,0,Math.PI*2),N.stroke();break}case"arrow":{let e=A.x,t=A.y,r=A.x+A.width,n=A.y+A.height,s=14,a=Math.atan2(n-t,r-e);N.beginPath(),N.moveTo(e,t),N.lineTo(r,n),N.stroke(),N.beginPath(),N.moveTo(r,n),N.lineTo(r-s*Math.cos(a-Math.PI/6),n-s*Math.sin(a-Math.PI/6)),N.lineTo(r-s*Math.cos(a+Math.PI/6),n-s*Math.sin(a+Math.PI/6)),N.closePath(),N.fill();break}}}function Bf(){if(!eA){xs(),ln?.(null);return}let e={dataUrl:eA.toDataURL("image/png"),annotations:tt};xs(),ln?.(e)}function xs(){ZA?.remove(),ZA=null,eA=null,N=null,ie=null,tt=[],xA=null,Jt=!1}var Bn=!1;function uf(){if(typeof window>"u")return"production";let A=window.location.hostname;return A==="localhost"||A==="127.0.0.1"||A==="0.0.0.0"||A.endsWith(".local")||/^192\.168\./.test(A)||/^10\./.test(A)||/^172\.(1[6-9]|2\d|3[01])\./.test(A)?"development":A.includes("staging")||A.includes("stage")||A.includes("preview")||A.includes("preprod")||A.includes("pre-prod")||A.includes("qa.")||A.includes(".qa")||A.includes("test.")||A.includes(".dev.")||A.includes("vercel.app")||A.includes("netlify.app")||A.includes("pages.dev")||A.includes("ngrok.io")||A.includes("ngrok-free.app")||A.includes("localhost.run")||A.includes("loca.lt")?"staging":"production"}var Ri={init(A){Bn||typeof window>"u"||(A.environment??uf())==="production"||(Bn=!0,A.endpoint&&jo(A.endpoint),Ls(A.maxBreadcrumbs),ks(A.maxLogs),Gs(A.maxNetworkCaptures),_s(),A.enablePerformance!==!1&&Ws(),Si(A),A.enableLivePins!==!1&&_A()&&(Pt(A.projectId),Rt(A.projectId)))},destroy(){Bn&&(Ti(),hi(),ui(),Os(),Vs(),Js(),Ss(),Ys(),Bn=!1)},getLogs:jA,clearLogs:Ms,getNetworkCaptures:Se,getFailedNetworkCaptures:le,clearNetworkCaptures:Ps,getErrors:Ae,clearErrors:Xs,getBreadcrumbs:Ie,clearBreadcrumbs:Ks,getPerformanceMetrics:Te,addBreadcrumb:UA,getThemes:zr,getThemeById:$r,setTheme:sn,getCurrentThemeId:Ii,getLayouts:Zr,getLayoutById:Ot,setLayout:Li,getCurrentLayoutId:Ki,getCurrentUser:_A,login:Jr,logout:Wr,togglePinMode:je,isPinModeActive:rn,isConnected:gi,openAnnotationEditor:Mi,redactString:Le,redactObject:zt},gf=Ri;0&&(module.exports={BugStash});
1706
1706
  /*! Bundled license information:
1707
1707
 
1708
1708
  html2canvas/dist/html2canvas.esm.js: