@polotno/pdf-export 0.1.41 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +76 -112
- package/lib/browser.d.ts +102 -0
- package/lib/browser.js +3264 -0
- package/lib/data/Courier-Bold.afm +342 -0
- package/lib/data/Courier-BoldOblique.afm +342 -0
- package/lib/data/Courier-Oblique.afm +342 -0
- package/lib/data/Courier.afm +342 -0
- package/lib/data/Helvetica-Bold.afm +2827 -0
- package/lib/data/Helvetica-BoldOblique.afm +2827 -0
- package/lib/data/Helvetica-Oblique.afm +3051 -0
- package/lib/data/Helvetica.afm +3051 -0
- package/lib/data/Symbol.afm +213 -0
- package/lib/data/Times-Bold.afm +2588 -0
- package/lib/data/Times-BoldItalic.afm +2384 -0
- package/lib/data/Times-Italic.afm +2667 -0
- package/lib/data/Times-Roman.afm +2419 -0
- package/lib/data/ZapfDingbats.afm +225 -0
- package/lib/data/sRGB_IEC61966_2_1.icc +0 -0
- package/lib/index.d.ts +13 -1
- package/lib/index.js +196 -20
- package/package.json +49 -28
- package/patches/pdfkit+0.17.2.patch +0 -19
package/lib/index.js
CHANGED
|
@@ -1,25 +1,201 @@
|
|
|
1
|
-
import Zt from"pdfkit";import v from"fs";import V1 from"path";import{Util as Wt}from"konva/lib/Util.js";import Vt from"canvas";import zt from"sharp";var L=2;function Xt(r,t,e){let n=o=>Math.max(0,Math.min(255,Math.round(o))).toString(16).padStart(2,"0");return"#"+n(r)+n(t)+n(e)}function x(r){if(!r)return null;let t=Wt.colorToRGBA(r);return t?{rgb:[t.r,t.g,t.b],rgba:[t.r,t.g,t.b,t.a],hex:Xt(t.r,t.g,t.b)}:null}async function I(r,t=3e4,e=3){for(let n=1;n<=e;n++)try{let o=new AbortController,i=setTimeout(()=>o.abort(),t),a=await fetch(r,{signal:o.signal});if(clearTimeout(i),!a.ok)throw new Error(`HTTP ${a.status}: ${a.statusText}`);return a}catch(o){let i=n===e,a=o.name==="AbortError",s=o.code==="ETIMEDOUT"||o.type==="request-timeout";if(i)throw new Error(`Failed to fetch ${r} after ${e} attempts: ${o.message}`);if(a||s||o.code?.startsWith("E")){console.warn(`Fetch attempt ${n}/${e} failed for ${r}, retrying...`),await new Promise(c=>setTimeout(c,Math.pow(2,n-1)*1e3));continue}throw o}throw new Error(`Failed to fetch ${r}`)}async function T(r,t=null){if(t&&t.images.has(r))return t.images.get(r);let e,n="unknown";if(r.startsWith("data:")){let a=r.match(/^data:(.+);base64,(.*)$/);if(a)n=a[1],e=Buffer.from(a[2],"base64");else throw new Error("Invalid data URL")}else try{let a=await I(r);e=Buffer.from(await a.arrayBuffer());let{fileTypeFromBuffer:s}=await import("file-type"),c=await s(e);c&&(n=c.mime)}catch(a){throw console.log(a),new Error(`Failed to process image from ${r}: ${a.message}`)}let o=e;n!=="image/png"&&n!=="image/jpeg"&&(o=await zt(e).toFormat("png").toBuffer(),n="image/png");let i=await Vt.loadImage(o);return t&&t.images.set(r,i),i}async function _t(r,t=null){let e=`base64:${r}`;if(t&&t.buffers.has(e))return t.buffers.get(e);let n;if(r.indexOf("base64")>=0)n=r.split("base64,")[1];else{let o=await I(r);n=Buffer.from(await o.arrayBuffer()).toString("base64")}return t&&t.buffers.set(e,n),n}async function F(r,t=null){if(t&&t.buffers.has(r))return t.buffers.get(r);let e=await _t(r,t),n=Buffer.from(e,"base64");return t&&t.buffers.set(r,n),n}import Yt from"gradient-parser";var $=r=>typeof r=="string"&&r.indexOf("linear-gradient")>=0;function Nt(r){return r?r.type==="hex"?"#"+r.value:r.type==="literal"?r.value:`${r.type}(${(r.value||[]).join(",")})`:"black"}var Kt={top:0,right:90,bottom:180,left:270,"top right":45,"right top":45,"bottom right":135,"right bottom":135,"bottom left":225,"left bottom":225,"top left":315,"left top":315};function Ut(r){if(!r)return 180;if(r.type==="angular")return parseFloat(r.value);if(r.type==="directional"){let t=r.value;return Kt[t]??180}return 180}function jt(r){if(!$(r))return{rotation:0,stops:[{offset:0,color:r},{offset:1,color:r}]};let t=Yt.parse(r)[0],e=Ut(t.orientation),n=t.colorStops||[],o=n.map((i,a)=>({color:Nt(i),offset:i.length?parseFloat(i.length.value)/100:n.length>1?a/(n.length-1):0}));return{rotation:e,stops:o}}function R(r,t,e,n,o,i,a=1){let{rotation:s,stops:c}=jt(i),l=s*Math.PI/180,h=.5-.5*Math.sin(l),d=.5+.5*Math.cos(l),u=.5+.5*Math.sin(l),p=.5-.5*Math.cos(l),f=r.linearGradient(t+h*n,e+d*o,t+u*n,e+p*o);for(let g of c){let C=x(g.color),b=C?.hex||"#000000",y=C?.rgba?.[3]??1;f.stop(g.offset,b,y*a)}return f}import E from"canvas";import J from"fs";import O from"path";import qt from"os";import Jt from"crypto";import B from"konva";var q={warm:r=>t=>{let e=t.data;r=Math.max(0,Math.min(1,r));for(let n=0;n<e.length;n+=4)e[n]=Math.min(e[n]+30*r,255),e[n+1]=Math.min(e[n+1]+15*r,255);return t},cold:r=>t=>{let e=t.data;r=Math.max(0,Math.min(1,r));for(let n=0;n<e.length;n+=4)e[n]=Math.min(e[n]-15*r,255),e[n+1]=Math.min(e[n+1]-10*r,255),e[n+2]=Math.min(e[n+2]+15*r,255);return t},natural:r=>t=>{let e=t.data;r=Math.max(0,Math.min(1,r));for(let n=0;n<e.length;n+=4){e[n]=Math.min(e[n]*(1+.1*r),255),e[n+1]=Math.min(e[n+1]*(1+.1*r),255),e[n+2]=Math.min(e[n+2]*(1+.1*r),255);let o=(e[n]+e[n+1]+e[n+2])/3;e[n]=Math.min((e[n]-o)*(1+.2*r)+o,255),e[n+1]=Math.min((e[n+1]-o)*(1+.2*r)+o,255),e[n+2]=Math.min((e[n+2]-o)*(1+.2*r)+o,255)}return t},temperature:r=>t=>{let e=t.data;r=Math.max(-1,Math.min(1,r));for(let n=0;n<e.length;n+=4){let o=e[n],i=e[n+1],a=e[n+2];e[n]=Math.min(Math.max(o+15*r,0),255),e[n+2]=Math.min(Math.max(a-15*r,0),255)}return t},contrast:r=>t=>{let e=t.data;r=Math.max(-1,Math.min(1,r));let n=r*100,o=259*(n+255)/(255*(259-n));for(let i=0;i<e.length;i+=4)e[i]=Math.min(Math.max(o*(e[i]-128)+128,0),255),e[i+1]=Math.min(Math.max(o*(e[i+1]-128)+128,0),255),e[i+2]=Math.min(Math.max(o*(e[i+2]-128)+128,0),255);return t},shadows:r=>t=>{let e=t.data;r=Math.max(-1,Math.min(1,r));for(let n=0;n<e.length;n+=4){let o=(e[n]+e[n+1]+e[n+2])/3;if(o<128){let i=1+r*(1-o/128)*2;e[n]=Math.min(Math.max(e[n]*i,0),255),e[n+1]=Math.min(Math.max(e[n+1]*i,0),255),e[n+2]=Math.min(Math.max(e[n+2]*i,0),255)}}return t},white:r=>t=>{let e=t.data;r=Math.max(-1,Math.min(1,r));for(let n=0;n<e.length;n+=4){let o=e[n],i=e[n+1],a=e[n+2],s=(o+i+a)/3;if(s>128){let c=1+r*((s-128)/127);e[n]=Math.min(Math.max(o*c,0),255),e[n+1]=Math.min(Math.max(i*c,0),255),e[n+2]=Math.min(Math.max(a*c,0),255)}}return t},black:r=>t=>{let e=t.data;r=Math.max(-1,Math.min(1,r));for(let n=0;n<e.length;n+=4){let o=e[n],i=e[n+1],a=e[n+2],s=(o+i+a)/3;if(s<128){let c=1+r*((128-s)/128);e[n]=Math.min(Math.max(o*c,0),255),e[n+1]=Math.min(Math.max(i*c,0),255),e[n+2]=Math.min(Math.max(a*c,0),255)}}return t},vibrance:r=>t=>{let e=t.data;r=Math.max(-1,Math.min(1,r));for(let n=0;n<e.length;n+=4){let o=e[n],i=e[n+1],a=e[n+2],s=Math.max(o,i,a),c=(o+i+a)/3,l=s===0?0:(s-c)/s,h=r<0?(1-l)*r*1.5:r*.5;e[n]=Math.min(Math.max(o-(s-o)*h,0),255),e[n+1]=Math.min(Math.max(i-(s-i)*h,0),255),e[n+2]=Math.min(Math.max(a-(s-a)*h,0),255)}return t},saturation:r=>t=>{let e=t.data;r=Math.max(-1,Math.min(1,r));for(let n=0;n<e.length;n+=4){let o=e[n],i=e[n+1],a=e[n+2],s=.2126*o+.7152*i+.0722*a;e[n]=Math.min(Math.max(s+(o-s)*(1+r),0),255),e[n+1]=Math.min(Math.max(s+(i-s)*(1+r),0),255),e[n+2]=Math.min(Math.max(s+(a-s)*(1+r),0),255)}return t}};async function Qt(r,t){let{flipX:e,flipY:n}=t;if(!e&&!n)return r;if(!r||!r.width||!r.height)return null;let o=new E.Canvas(r.width,r.height),i=o.getContext("2d"),a=e?-o.width:0,s=n?-o.height:0;return i.scale(e?-1:1,n?-1:1),i.drawImage(r,a,s,o.width,o.height),o}function t1(r){return JSON.stringify({src:r.src,width:r.width,height:r.height,cropX:r.cropX,cropY:r.cropY,cropWidth:r.cropWidth,cropHeight:r.cropHeight,clipSrc:r.clipSrc,brightnessEnabled:r.brightnessEnabled,brightness:r.brightness,grayscaleEnabled:r.grayscaleEnabled,sepiaEnabled:r.sepiaEnabled,blurEnabled:r.blurEnabled,blurRadius:r.blurRadius,filters:r.filters})}async function r1(r,t,e=null){let n=await T(r);if(n=await Qt(n,t),!n)return null;let o=E.createCanvas(t.width*L,t.height*L),i=o.getContext("2d"),{cropX:a,cropY:s}=t,c=n.width*t.cropWidth,l=n.height*t.cropHeight,h=t.width/t.height,d,u,p=c/l;return t.type==="svg"||!!t.stretchEnabled?(d=c,u=l):h>=p?(d=c,u=c/h):(d=l*h,u=l),i.drawImage(n,a*n.width,s*n.height,d,u,0,0,o.width,o.height),o.toDataURL("image/png")}async function e1(r,t,e=null){let n=await T(r,e),o=await T(t.clipSrc,e),i=E.createCanvas(t.width,t.height),a=i.getContext("2d");a.drawImage(n,0,0,t.width,t.height);let s=E.createCanvas(t.width,t.height);return s.getContext("2d").drawImage(o,0,0,t.width,t.height),a.globalCompositeOperation="destination-in",a.drawImage(s,0,0),a.globalCompositeOperation="source-over",i.toDataURL("image/png")}async function n1(r,t,e=null){let n=await T(r,e),o=E.createCanvas(t.width*L,t.height*L),i=o.getContext("2d");i.drawImage(n,0,0,o.width,o.height);let a=i.getImageData(0,0,o.width,o.height),s=a.data;return t.brightnessEnabled&&B.Filters.Brighten.bind({brightness:()=>t.brightness})({data:s}),t.grayscaleEnabled&&B.Filters.Grayscale.bind({})({data:s}),t.sepiaEnabled&&B.Filters.Sepia.bind({})({data:s}),t.blurEnabled&&B.Filters.Blur.bind({blurRadius:()=>t.blurRadius})({data:s}),t.filters&&Object.entries(t.filters).forEach(([c,l])=>{let h=q[c];h&&h(l.intensity).bind({})({data:s})}),i.putImageData(a,0,0),o.toDataURL("image/png")}function o1(r,t){if(!t.borderSize||t.borderSize<=0)return;let e=t.cornerRadius||0,n=Math.max(0,e-t.borderSize),o=t.borderSize/2,i=t.borderSize/2,a=Math.max(0,t.width-t.borderSize),s=Math.max(0,t.height-t.borderSize);if(n>0?r.roundedRect(o,i,a,s,n):r.rect(o,i,a,s),$(t.borderColor)){let c=R(r,0,0,t.width,t.height,t.borderColor,t.opacity??1);r.lineWidth(t.borderSize).strokeColor(c).stroke()}else{let c=x(t.borderColor)?.hex||"black";r.lineWidth(t.borderSize).strokeColor(c).stroke()}}function Q(r,t,e){if(e){e.imageFiles||(e.imageFiles=new Map),e.tempDir||(e.tempDir=J.mkdtempSync(O.join(qt.tmpdir(),"pdfkit-images-")));let n=Jt.createHash("md5").update(t).digest("hex"),o=O.join(e.tempDir,`${n}.png`);return J.writeFileSync(o,r),e.imageFiles.set(t,o),o}else return r}async function i1(r,t,e){let n=await T(r,e),{shadowBlur:o,shadowColor:i,shadowOpacity:a}=t,s=L,c=(o||0)*s,l=c*4+20,h=n.width+l*2,d=n.height+l*2,u=E.createCanvas(h,d),p=u.getContext("2d"),f=x(i||"black")||x("black"),g=a!==void 0?a:1,C=f.rgb[0],b=f.rgb[1],y=f.rgb[2],S=`rgba(${C},${b},${y},${g})`;p.shadowColor=S,p.shadowBlur=c;let w=1e4;return p.shadowOffsetX=w,p.shadowOffsetY=w,p.drawImage(n,l-w,l-w,n.width,n.height),{src:u.toDataURL("image/png"),padding:l/s,width:h/s,height:d/s}}async function Z(r,t,e=null){let n=t1(t),o=null,i=e&&e.imageFiles&&e.imageFiles.has(n);if(i?o=e.imageFiles.get(n):e&&e.processedImages.has(n)?o=e.processedImages.get(n):(o=await r1(t.src,t,e),t.clipSrc&&(o=await e1(o,t,e)),o=await n1(o,t,e),e&&o&&e.processedImages.set(n,o)),t.shadowEnabled&&o){let a=n+"_shadow_"+JSON.stringify({blur:t.shadowBlur,color:t.shadowColor,opacity:t.shadowOpacity}),s=0,c=0,l=0;if(e&&e.imageFiles&&e.imageFiles.has(a)){let h=e.imageFiles.get(a),d=L;s=((t.shadowBlur||0)*d*4+20)/d,c=t.width+s*2,l=t.height+s*2,console.log("\u2713 Using cached shadow file:",O.basename(h)),r.image(h,(t.shadowOffsetX||0)-s,(t.shadowOffsetY||0)-s,{width:c,height:l})}else{let h=await i1(o,t,e),d=h.src;if(s=h.padding,c=h.width,l=h.height,d){let u=await F(d,e),p=Q(u,a,e);r.image(p,(t.shadowOffsetX||0)-s,(t.shadowOffsetY||0)-s,{width:c,height:l})}}}if(o){let a=t.cornerRadius||0,s=a>0;if(s&&(r.save(),r.roundedRect(0,0,t.width,t.height,a).clip()),i)console.log("\u2713 Using cached image file:",O.basename(o)),r.image(o,0,0,{width:t.width,height:t.height});else{let c=await F(o,e),l=Q(c,n,e);r.image(l,0,0,{width:t.width,height:t.height})}s&&r.restore(),o1(r,t)}}import{parseHTML as pt}from"linkedom";var et={},nt={},tt=new WeakSet;function rt(r){let t=r._font?.font;if(!t||typeof t.getGlyph!="function")return;let e=t.getGlyph(0),n=Object.getPrototypeOf(e);if(!n._getCBox||tt.has(n))return;let o=n._getCBox;n._getCBox=function(i){let a=this._font.loca;if(a){let s=a.offsets[this.id],c=a.offsets[this.id+1];if(s===c)return Object.freeze({minX:0,minY:0,maxX:0,maxY:0})}return o.call(this,i)},tt.add(n)}var N=new Map;function ot(r,t,e){return`${r}-${t?"bold":"normal"}-${e?"italic":"normal"}`}function a1(r){if(!r)return null;let t=r.match(/url\(\s*(?:'([^']+)'|"([^"]+)"|([^)\s]+))\s*\)/);if(t)return t[1]||t[2]||t[3]||null;let e=r.trim();return/^(https?:|data:|file:)/.test(e)?e:null}function s1(r){let t=(r.fontWeight??"").toString().toLowerCase().trim(),e=t==="bold"||t==="bolder"||t!==""&&Number.isFinite(parseInt(t,10))&&parseInt(t,10)>=600,n=(r.fontStyle??"").toString().toLowerCase().trim();return{bold:e,italic:n==="italic"||n==="oblique"}}function it(r){if(!(!r||!r.fontFamily)&&(r.url&&(et[r.fontFamily]=r.url),Array.isArray(r.styles)))for(let t of r.styles){let e=a1(t.src);if(!e)continue;let{bold:n,italic:o}=s1(t);nt[ot(r.fontFamily,n,o)]=e}}function at(r,t,e){let n=`${r}|${t?"bold":"regular"}|${e?"italic":"roman"}`,o=N.get(n);if(o)return o;let i=(async()=>{let c=`https://fonts.googleapis.com/css?family=${r}:${e?"italic":""}${t?"700":"400"}`,l=await fetch(c);if(!l.ok){if(t||e)return at(r,!1,!1);throw new Error(`Failed to fetch Google font: ${r}`)}let d=(await l.text()).match(/url\((https?:[^)]+)\)/);if(!d)throw new Error(`No font URL found in Google Fonts response for ${r}`);return d[1]})();return N.set(n,i),i.catch(()=>N.delete(n)),i}async function P(r,t,e,n={}){let o=t.fontFamily,i=(n.bold??!1)||t.fontWeight==="bold",a=n.italic??(t.fontStyle?.indexOf("italic")??-1)>=0;if(e[o])return r.font(o),rt(r),o;let s=ot(o,i,a);if(!e[s]){let c=nt[s]??et[o]??await at(o,i,a);try{r.registerFont(s,await F(c))}catch(l){throw new Error(`Failed to load font "${o}" from ${c}: ${l.message}`)}e[s]=!0}return r.font(s),rt(r),s}var c1={fontStyle:"normal",fontWeight:400,fontSize:16,fontFamily:"sans-serif"};function l1(r){let t=r.trim().split(/\s+/),e="normal",n=400,o=16,i=0;for(;i<t.length;){let s=t[i];if(s==="italic"||s==="oblique")e=s;else if(/^\d+$/.test(s))n=parseInt(s,10);else if(s==="bold"||s==="bolder")n=700;else if(!(s==="normal"||s==="lighter"))break;i++}if(i<t.length){let s=t[i].match(/^([\d.]+)px/);s&&(o=parseFloat(s[1])),i++}let a=t.slice(i).join(" ").replace(/^["']|["']$/g,"").split(",")[0].trim().replace(/^["']|["']$/g,"")||"sans-serif";return{fontStyle:e,fontWeight:n,fontSize:o,fontFamily:a}}function st(r){if(!r)return{hex:"#000000",alpha:1};let t=x(r);if(!t)return{hex:"#000000",alpha:1};let e=t.rgba?.[3];return{hex:t.hex,alpha:typeof e=="number"&&e>=0&&e<=1?e:1}}function D(r){if(typeof r=="string")return st(r);let t=r.__stops;return st(t?.[0]?.color)}var G=class{constructor(t){this.parsedFont=c1;this.currentFontStr="";this.appliedFontKey=null;this.appliedFontSize=0;this.currentFillStyle="#000000";this.currentStrokeStyle="#000000";this.currentLineWidth=1;this.pathOpen=!1;this.fontKerning="normal";this.letterSpacing="0px";this.wordSpacing="0px";this.textBaseline="alphabetic";this.textAlign="left";this.direction="ltr";this.shadowOffsetX=0;this.shadowOffsetY=0;this.shadowBlur=0;this.shadowColor="rgba(0,0,0,0)";this.lineCap="butt";this.lineJoin="miter";this.globalAlpha=1;this.canvas={width:0,height:0};this.fillOverride=null;this.deps=t}setFillOverride(t){this.fillOverride=t}get font(){return this.currentFontStr}set font(t){t!==this.currentFontStr&&(this.currentFontStr=t,this.parsedFont=l1(t))}get characterSpacing(){let t=/^(-?[\d.]+)px$/.exec(this.letterSpacing);return t?parseFloat(t[1]):0}applyFontToDoc(){let{fontWeight:t,fontStyle:e,fontSize:n,fontFamily:o}=this.parsedFont,i=this.deps.resolveFontKey(o,t>=600,e==="italic"||e==="oblique");this.deps.doc.font(i),this.deps.doc.fontSize(n)}measureText(t){this.applyFontToDoc();let e=this.deps.doc.widthOfString(t,{characterSpacing:this.characterSpacing}),n=this.deps.doc._font,o=n?.ascender??800,i=n?.descender??-200,a=o/1e3*this.parsedFont.fontSize,s=Math.abs(i)/1e3*this.parsedFont.fontSize;return{width:e,actualBoundingBoxAscent:a,actualBoundingBoxDescent:s,fontBoundingBoxAscent:a,fontBoundingBoxDescent:s,actualBoundingBoxLeft:0,actualBoundingBoxRight:e,alphabeticBaseline:0,emHeightAscent:a,emHeightDescent:s,hangingBaseline:0,ideographicBaseline:0}}get fillStyle(){return this.currentFillStyle}set fillStyle(t){this.currentFillStyle=t}get strokeStyle(){return this.currentStrokeStyle}set strokeStyle(t){this.currentStrokeStyle=t}get lineWidth(){return this.currentLineWidth}set lineWidth(t){this.currentLineWidth=t,this.deps.doc.lineWidth(t)}setLineDash(t){!t||t.length===0?this.deps.doc.undash():this.deps.doc.dash(t[0],{space:t[1]??t[0]})}save(){this.deps.doc.save()}restore(){this.deps.doc.restore(),this.appliedFontKey=null,this.appliedFontSize=0}translate(t,e){this.deps.doc.translate(t,e)}scale(t,e){this.deps.doc.scale(t,e)}fillText(t,e,n){!t||t===" "||this.drawText(t,e,n,"fill")}strokeText(t,e,n){t&&this.drawText(t,e,n,"stroke")}drawText(t,e,n,o){if(this.applyFontToDoc(),o==="fill"){let i=this.fillOverride;if(i&&"gradient"in i)this.deps.doc.fillColor(i.gradient);else if(i)this.deps.doc.fillColor(i.hex,i.alpha*this.globalAlpha);else{let a=D(this.currentFillStyle);this.deps.doc.fillColor(a.hex,a.alpha*this.globalAlpha)}}else{let i=D(this.currentStrokeStyle);this.deps.doc.strokeColor(i.hex,i.alpha*this.globalAlpha),this.deps.doc.lineWidth(this.currentLineWidth)}this.deps.doc.text(t,e,n,{lineBreak:!1,baseline:"alphabetic",stroke:o==="stroke",fill:o==="fill",underline:!1,characterSpacing:this.characterSpacing})}fillRect(t,e,n,o){let i=D(this.currentFillStyle);this.deps.doc.save(),this.deps.doc.rect(t,e,n,o),this.deps.doc.fillColor(i.hex,i.alpha*this.globalAlpha),this.deps.doc.fill(),this.deps.doc.restore()}beginPath(){this.pathOpen=!0}moveTo(t,e){this.deps.doc.moveTo(t,e)}lineTo(t,e){this.deps.doc.lineTo(t,e)}quadraticCurveTo(t,e,n,o){this.deps.doc.quadraticCurveTo(t,e,n,o)}closePath(){this.deps.doc.closePath()}stroke(){if(!this.pathOpen)return;let t=D(this.currentStrokeStyle);this.deps.doc.strokeColor(t.hex,t.alpha*this.globalAlpha),this.deps.doc.lineWidth(this.currentLineWidth),this.deps.doc.stroke(),this.pathOpen=!1}fill(){if(!this.pathOpen)return;let t=D(this.currentFillStyle);this.deps.doc.fillColor(t.hex,t.alpha*this.globalAlpha),this.deps.doc.fill(),this.pathOpen=!1}createLinearGradient(t,e,n,o){let i=[];return{addColorStop(a,s){i.push({offset:a,color:s})},__stops:i}}};async function ct(r,t,e){let n=[{bold:!1,italic:!1},{bold:!0,italic:!1},{bold:!1,italic:!0},{bold:!0,italic:!0}],o=[];for(let i of n)try{o.push(await P(r,t,e,i))}catch{o.push(await P(r,t,e))}return(i,a,s)=>{let c=(a?1:0)|(s?2:0);return o[c]}}import*as K from"svg-round-corners";var{parsePath:h1,roundCommands:p1}=K.default??K;function lt(r){let{rects:t,lineHeight:e,width:n,align:o,padding:i,cornerRadius:a}=r;if(!t||!t.length)return"";let s=t.map(u=>({...u}));for(let u of s)o==="right"?u.cx=n-u.width/2:o==="left"?u.cx=u.width/2:u.cx=n/2,o==="justify"&&(u.lastInParagraph||(u.width=n),u.cx=u.width/2);let c=s.filter(u=>(u.width??0)>0);if(!c.length)return"";let l=i,h=e,d=`M ${c[0].cx??0} ${-l}`;c.forEach((u,p)=>{let f=u.cx??0,g=c[p-1];g&&g.width>u.width?d+=` L ${f+u.width/2+l} ${p*h+l}`:d+=` L ${f+u.width/2+l} ${p*h-l}`;let C=c[p+1];C&&C.width>u.width?d+=` L ${f+u.width/2+l} ${(p+1)*h-l}`:d+=` L ${f+u.width/2+l} ${(p+1)*h+l}`});for(let u=c.length-1;u>=0;u--){let p=c[u],f=p.cx??0,g=c[u+1];g&&g.width>p.width?d+=` L ${f-p.width/2-l} ${(u+1)*h-l}`:d+=` L ${f-p.width/2-l} ${(u+1)*h+l}`;let C=c[u-1];C&&C.width>p.width?d+=` L ${f-p.width/2-l} ${u*h+l}`:d+=` L ${f-p.width/2-l} ${u*h-l}`}if(d+=" Z",!a||a<=0)return d;try{let u=h1(d);return p1(u,a).path}catch{return d}}import{Path as A}from"konva/lib/shapes/Path.js";function u1(r,t,e,n){let o=Math.max(-.9999,Math.min(.9999,e));if(Math.abs(o)<1e-4)return`M 0 ${t/2} L ${r} ${t/2}`;let i=5*n/(2*Math.abs(o))-n,a=r/2;if(o>0){let c=2*i+n/2;return[`M ${a} ${c}`,`A ${i} ${i} 0 1 1 ${a} ${c-2*i}`,`A ${i} ${i} 0 1 1 ${a} ${c}`].join(" ")}let s=-(2*i-Math.round(t))-n/2;return[`M ${a} ${s}`,`A ${i} ${i} 0 1 0 ${a} ${s+2*i}`,`A ${i} ${i} 0 1 0 ${a} ${s}`].join(" ")}function f1(r,t,e,n,o){let i=A.parsePathData(e),a=A.getPathLength(i),s=t.reduce((d,u)=>d+u,0)+Math.max(0,r.length-1)*o,c=0;n==="right"?c=Math.max(0,a-s):c=Math.max(0,a/2-s/2);let l=[],h=c;for(let d=0;d<r.length;d++){let u=t[d]+o,p=A.getPointAtLengthOfDataArray(h,i),f=A.getPointAtLengthOfDataArray(h+u,i);if(!p||!f){h+=u;continue}let g=A.getPointOnLine(u/2,p.x,p.y,f.x,f.y),C=Math.atan2(f.y-p.y,f.x-p.x);l.push({char:r[d],cx:g.x,cy:g.y,rotation:C,width:t[d]}),h+=u}return l}function d1(r){return r.replace(/<[^>]*>/g,"")}async function ht({doc:r,element:t,fonts:e}){let n=await P(r,t,e);r.font(n),r.fontSize(t.fontSize);let o=d1(t.text||"").replace(/\n/g," ");if(!o)return;let i=[...o].map(f=>r.widthOfString(f,{characterSpacing:0})),a=(t.letterSpacing||0)*(t.fontSize||12),s=u1(t.width,t.height,t.curvePower??0,t.fontSize),c=f1(o,i,s,t.align||"center",a),l=t.opacity??1,h=$(t.fill),d=h?R(r,0,0,t.width,t.height,t.fill,l):null,u=h?"#000000":x(t.fill||"#000000")?.hex||"#000000",p=h?1:(x(t.fill||"#000000")?.rgba?.[3]??1)*l;for(let f of c)r.save(),r.translate(f.cx,f.cy),r.rotate(f.rotation*180/Math.PI),d?r.fillColor(d):r.fillColor(u,p),r.text(f.char,-f.width/2,-t.fontSize/2,{lineBreak:!1,baseline:"top"}),r.restore()}var ut=!1,V=null;function g1(){if(ut)return;let{window:r}=pt("<!DOCTYPE html><html><head></head><body></body></html>"),t=r.document;class e{parseFromString(a,s){let c=`<!DOCTYPE html><html><head></head><body>${a}</body></html>`,{document:l}=pt(c),h=l;return typeof h.adoptNode!="function"&&(h.adoptNode=d=>d),h}}let n=t;typeof n.adoptNode!="function"&&(n.adoptNode=i=>i);let o=t.createElement.bind(t);t.createElement=i=>i.toLowerCase()==="canvas"?{width:0,height:0,getContext:a=>{if(a!=="2d")return null;if(!V)throw new Error("render-tag-bridge: no active pdfkit canvas context (call within renderRichText)");return V}}:o(i),globalThis.document=t,globalThis.DOMParser=e,globalThis.Node=r.Node,globalThis.HTMLElement=r.HTMLElement,globalThis.Element=r.Element,ut=!0}function m1(r){return r.replace(/&/g,"&").replace(/"/g,""")}var C1=`
|
|
1
|
+
import { createRequire as __pdfExportCreateRequire } from 'node:module';
|
|
2
|
+
const require = __pdfExportCreateRequire(import.meta.url);
|
|
3
|
+
var w1=Object.create;var cr=Object.defineProperty;var v1=Object.getOwnPropertyDescriptor;var C1=Object.getOwnPropertyNames;var S1=Object.getPrototypeOf,_1=Object.prototype.hasOwnProperty;var dr=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(x,e)=>(typeof require<"u"?require:x)[e]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var St=(t,x)=>()=>(t&&(x=t(t=0)),x);var wx=(t,x)=>()=>(x||t((x={exports:{}}).exports,x),x.exports),k1=(t,x)=>{for(var e in x)cr(t,e,{get:x[e],enumerable:!0})},A1=(t,x,e,a)=>{if(x&&typeof x=="object"||typeof x=="function")for(let r of C1(x))!_1.call(t,r)&&r!==e&&cr(t,r,{get:()=>x[r],enumerable:!(a=v1(x,r))||a.enumerable});return t};var Kx=(t,x,e)=>(e=t!=null?w1(S1(t)):{},A1(x||!t||!t.__esModule?cr(e,"default",{value:t,enumerable:!0}):e,t));var Pi=wx((hm,w7)=>{(function(){"use strict";var t="input is invalid type",x="finalize already called",e=typeof window=="object",a=e?window:{};a.JS_MD5_NO_WINDOW&&(e=!1);var r=!e&&typeof self=="object",n=!a.JS_MD5_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;n?a=global:r&&(a=self);var i=!a.JS_MD5_NO_COMMON_JS&&typeof w7=="object"&&w7.exports,s=typeof define=="function"&&define.amd,o=!a.JS_MD5_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",f="0123456789abcdef".split(""),c=[128,32768,8388608,-2147483648],d=[0,8,16,24],h=["hex","array","digest","buffer","arrayBuffer","base64"],b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),u=[],g;if(o){var S=new ArrayBuffer(68);g=new Uint8Array(S),u=new Uint32Array(S)}var w=Array.isArray;(a.JS_MD5_NO_NODE_JS||!w)&&(w=function(C){return Object.prototype.toString.call(C)==="[object Array]"});var T=ArrayBuffer.isView;o&&(a.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW||!T)&&(T=function(C){return typeof C=="object"&&C.buffer&&C.buffer.constructor===ArrayBuffer});var m=function(C){var $=typeof C;if($==="string")return[C,!0];if($!=="object"||C===null)throw new Error(t);if(o&&C.constructor===ArrayBuffer)return[new Uint8Array(C),!1];if(!w(C)&&!T(C))throw new Error(t);return[C,!1]},D=function(C){return function($){return new J(!0).update($)[C]()}},N=function(){var C=D("hex");n&&(C=H(C)),C.create=function(){return new J},C.update=function(I){return C.create().update(I)};for(var $=0;$<h.length;++$){var E=h[$];C[E]=D(E)}return C},H=function(C){var $=dr("crypto"),E=dr("buffer").Buffer,I;E.from&&!a.JS_MD5_NO_BUFFER_FROM?I=E.from:I=function(Z){return new E(Z)};var o0=function(Z){if(typeof Z=="string")return $.createHash("md5").update(Z,"utf8").digest("hex");if(Z==null)throw new Error(t);return Z.constructor===ArrayBuffer&&(Z=new Uint8Array(Z)),w(Z)||T(Z)||Z.constructor===E?$.createHash("md5").update(I(Z)).digest("hex"):C(Z)};return o0},G=function(C){return function($,E){return new Q($,!0).update(E)[C]()}},z=function(){var C=G("hex");C.create=function(I){return new Q(I)},C.update=function(I,o0){return C.create(I).update(o0)};for(var $=0;$<h.length;++$){var E=h[$];C[E]=G(E)}return C};function J(C){if(C)u[0]=u[16]=u[1]=u[2]=u[3]=u[4]=u[5]=u[6]=u[7]=u[8]=u[9]=u[10]=u[11]=u[12]=u[13]=u[14]=u[15]=0,this.blocks=u,this.buffer8=g;else if(o){var $=new ArrayBuffer(68);this.buffer8=new Uint8Array($),this.blocks=new Uint32Array($)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}J.prototype.update=function(C){if(this.finalized)throw new Error(x);var $=m(C);C=$[0];for(var E=$[1],I,o0=0,Z,X=C.length,a0=this.blocks,d0=this.buffer8;o0<X;){if(this.hashed&&(this.hashed=!1,a0[0]=a0[16],a0[16]=a0[1]=a0[2]=a0[3]=a0[4]=a0[5]=a0[6]=a0[7]=a0[8]=a0[9]=a0[10]=a0[11]=a0[12]=a0[13]=a0[14]=a0[15]=0),E)if(o)for(Z=this.start;o0<X&&Z<64;++o0)I=C.charCodeAt(o0),I<128?d0[Z++]=I:I<2048?(d0[Z++]=192|I>>>6,d0[Z++]=128|I&63):I<55296||I>=57344?(d0[Z++]=224|I>>>12,d0[Z++]=128|I>>>6&63,d0[Z++]=128|I&63):(I=65536+((I&1023)<<10|C.charCodeAt(++o0)&1023),d0[Z++]=240|I>>>18,d0[Z++]=128|I>>>12&63,d0[Z++]=128|I>>>6&63,d0[Z++]=128|I&63);else for(Z=this.start;o0<X&&Z<64;++o0)I=C.charCodeAt(o0),I<128?a0[Z>>>2]|=I<<d[Z++&3]:I<2048?(a0[Z>>>2]|=(192|I>>>6)<<d[Z++&3],a0[Z>>>2]|=(128|I&63)<<d[Z++&3]):I<55296||I>=57344?(a0[Z>>>2]|=(224|I>>>12)<<d[Z++&3],a0[Z>>>2]|=(128|I>>>6&63)<<d[Z++&3],a0[Z>>>2]|=(128|I&63)<<d[Z++&3]):(I=65536+((I&1023)<<10|C.charCodeAt(++o0)&1023),a0[Z>>>2]|=(240|I>>>18)<<d[Z++&3],a0[Z>>>2]|=(128|I>>>12&63)<<d[Z++&3],a0[Z>>>2]|=(128|I>>>6&63)<<d[Z++&3],a0[Z>>>2]|=(128|I&63)<<d[Z++&3]);else if(o)for(Z=this.start;o0<X&&Z<64;++o0)d0[Z++]=C[o0];else for(Z=this.start;o0<X&&Z<64;++o0)a0[Z>>>2]|=C[o0]<<d[Z++&3];this.lastByteIndex=Z,this.bytes+=Z-this.start,Z>=64?(this.start=Z-64,this.hash(),this.hashed=!0):this.start=Z}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this},J.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var C=this.blocks,$=this.lastByteIndex;C[$>>>2]|=c[$&3],$>=56&&(this.hashed||this.hash(),C[0]=C[16],C[16]=C[1]=C[2]=C[3]=C[4]=C[5]=C[6]=C[7]=C[8]=C[9]=C[10]=C[11]=C[12]=C[13]=C[14]=C[15]=0),C[14]=this.bytes<<3,C[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},J.prototype.hash=function(){var C,$,E,I,o0,Z,X=this.blocks;this.first?(C=X[0]-680876937,C=(C<<7|C>>>25)-271733879<<0,I=(-1732584194^C&2004318071)+X[1]-117830708,I=(I<<12|I>>>20)+C<<0,E=(-271733879^I&(C^-271733879))+X[2]-1126478375,E=(E<<17|E>>>15)+I<<0,$=(C^E&(I^C))+X[3]-1316259209,$=($<<22|$>>>10)+E<<0):(C=this.h0,$=this.h1,E=this.h2,I=this.h3,C+=(I^$&(E^I))+X[0]-680876936,C=(C<<7|C>>>25)+$<<0,I+=(E^C&($^E))+X[1]-389564586,I=(I<<12|I>>>20)+C<<0,E+=($^I&(C^$))+X[2]+606105819,E=(E<<17|E>>>15)+I<<0,$+=(C^E&(I^C))+X[3]-1044525330,$=($<<22|$>>>10)+E<<0),C+=(I^$&(E^I))+X[4]-176418897,C=(C<<7|C>>>25)+$<<0,I+=(E^C&($^E))+X[5]+1200080426,I=(I<<12|I>>>20)+C<<0,E+=($^I&(C^$))+X[6]-1473231341,E=(E<<17|E>>>15)+I<<0,$+=(C^E&(I^C))+X[7]-45705983,$=($<<22|$>>>10)+E<<0,C+=(I^$&(E^I))+X[8]+1770035416,C=(C<<7|C>>>25)+$<<0,I+=(E^C&($^E))+X[9]-1958414417,I=(I<<12|I>>>20)+C<<0,E+=($^I&(C^$))+X[10]-42063,E=(E<<17|E>>>15)+I<<0,$+=(C^E&(I^C))+X[11]-1990404162,$=($<<22|$>>>10)+E<<0,C+=(I^$&(E^I))+X[12]+1804603682,C=(C<<7|C>>>25)+$<<0,I+=(E^C&($^E))+X[13]-40341101,I=(I<<12|I>>>20)+C<<0,E+=($^I&(C^$))+X[14]-1502002290,E=(E<<17|E>>>15)+I<<0,$+=(C^E&(I^C))+X[15]+1236535329,$=($<<22|$>>>10)+E<<0,C+=(E^I&($^E))+X[1]-165796510,C=(C<<5|C>>>27)+$<<0,I+=($^E&(C^$))+X[6]-1069501632,I=(I<<9|I>>>23)+C<<0,E+=(C^$&(I^C))+X[11]+643717713,E=(E<<14|E>>>18)+I<<0,$+=(I^C&(E^I))+X[0]-373897302,$=($<<20|$>>>12)+E<<0,C+=(E^I&($^E))+X[5]-701558691,C=(C<<5|C>>>27)+$<<0,I+=($^E&(C^$))+X[10]+38016083,I=(I<<9|I>>>23)+C<<0,E+=(C^$&(I^C))+X[15]-660478335,E=(E<<14|E>>>18)+I<<0,$+=(I^C&(E^I))+X[4]-405537848,$=($<<20|$>>>12)+E<<0,C+=(E^I&($^E))+X[9]+568446438,C=(C<<5|C>>>27)+$<<0,I+=($^E&(C^$))+X[14]-1019803690,I=(I<<9|I>>>23)+C<<0,E+=(C^$&(I^C))+X[3]-187363961,E=(E<<14|E>>>18)+I<<0,$+=(I^C&(E^I))+X[8]+1163531501,$=($<<20|$>>>12)+E<<0,C+=(E^I&($^E))+X[13]-1444681467,C=(C<<5|C>>>27)+$<<0,I+=($^E&(C^$))+X[2]-51403784,I=(I<<9|I>>>23)+C<<0,E+=(C^$&(I^C))+X[7]+1735328473,E=(E<<14|E>>>18)+I<<0,$+=(I^C&(E^I))+X[12]-1926607734,$=($<<20|$>>>12)+E<<0,o0=$^E,C+=(o0^I)+X[5]-378558,C=(C<<4|C>>>28)+$<<0,I+=(o0^C)+X[8]-2022574463,I=(I<<11|I>>>21)+C<<0,Z=I^C,E+=(Z^$)+X[11]+1839030562,E=(E<<16|E>>>16)+I<<0,$+=(Z^E)+X[14]-35309556,$=($<<23|$>>>9)+E<<0,o0=$^E,C+=(o0^I)+X[1]-1530992060,C=(C<<4|C>>>28)+$<<0,I+=(o0^C)+X[4]+1272893353,I=(I<<11|I>>>21)+C<<0,Z=I^C,E+=(Z^$)+X[7]-155497632,E=(E<<16|E>>>16)+I<<0,$+=(Z^E)+X[10]-1094730640,$=($<<23|$>>>9)+E<<0,o0=$^E,C+=(o0^I)+X[13]+681279174,C=(C<<4|C>>>28)+$<<0,I+=(o0^C)+X[0]-358537222,I=(I<<11|I>>>21)+C<<0,Z=I^C,E+=(Z^$)+X[3]-722521979,E=(E<<16|E>>>16)+I<<0,$+=(Z^E)+X[6]+76029189,$=($<<23|$>>>9)+E<<0,o0=$^E,C+=(o0^I)+X[9]-640364487,C=(C<<4|C>>>28)+$<<0,I+=(o0^C)+X[12]-421815835,I=(I<<11|I>>>21)+C<<0,Z=I^C,E+=(Z^$)+X[15]+530742520,E=(E<<16|E>>>16)+I<<0,$+=(Z^E)+X[2]-995338651,$=($<<23|$>>>9)+E<<0,C+=(E^($|~I))+X[0]-198630844,C=(C<<6|C>>>26)+$<<0,I+=($^(C|~E))+X[7]+1126891415,I=(I<<10|I>>>22)+C<<0,E+=(C^(I|~$))+X[14]-1416354905,E=(E<<15|E>>>17)+I<<0,$+=(I^(E|~C))+X[5]-57434055,$=($<<21|$>>>11)+E<<0,C+=(E^($|~I))+X[12]+1700485571,C=(C<<6|C>>>26)+$<<0,I+=($^(C|~E))+X[3]-1894986606,I=(I<<10|I>>>22)+C<<0,E+=(C^(I|~$))+X[10]-1051523,E=(E<<15|E>>>17)+I<<0,$+=(I^(E|~C))+X[1]-2054922799,$=($<<21|$>>>11)+E<<0,C+=(E^($|~I))+X[8]+1873313359,C=(C<<6|C>>>26)+$<<0,I+=($^(C|~E))+X[15]-30611744,I=(I<<10|I>>>22)+C<<0,E+=(C^(I|~$))+X[6]-1560198380,E=(E<<15|E>>>17)+I<<0,$+=(I^(E|~C))+X[13]+1309151649,$=($<<21|$>>>11)+E<<0,C+=(E^($|~I))+X[4]-145523070,C=(C<<6|C>>>26)+$<<0,I+=($^(C|~E))+X[11]-1120210379,I=(I<<10|I>>>22)+C<<0,E+=(C^(I|~$))+X[2]+718787259,E=(E<<15|E>>>17)+I<<0,$+=(I^(E|~C))+X[9]-343485551,$=($<<21|$>>>11)+E<<0,this.first?(this.h0=C+1732584193<<0,this.h1=$-271733879<<0,this.h2=E-1732584194<<0,this.h3=I+271733878<<0,this.first=!1):(this.h0=this.h0+C<<0,this.h1=this.h1+$<<0,this.h2=this.h2+E<<0,this.h3=this.h3+I<<0)},J.prototype.hex=function(){this.finalize();var C=this.h0,$=this.h1,E=this.h2,I=this.h3;return f[C>>>4&15]+f[C&15]+f[C>>>12&15]+f[C>>>8&15]+f[C>>>20&15]+f[C>>>16&15]+f[C>>>28&15]+f[C>>>24&15]+f[$>>>4&15]+f[$&15]+f[$>>>12&15]+f[$>>>8&15]+f[$>>>20&15]+f[$>>>16&15]+f[$>>>28&15]+f[$>>>24&15]+f[E>>>4&15]+f[E&15]+f[E>>>12&15]+f[E>>>8&15]+f[E>>>20&15]+f[E>>>16&15]+f[E>>>28&15]+f[E>>>24&15]+f[I>>>4&15]+f[I&15]+f[I>>>12&15]+f[I>>>8&15]+f[I>>>20&15]+f[I>>>16&15]+f[I>>>28&15]+f[I>>>24&15]},J.prototype.toString=J.prototype.hex,J.prototype.digest=function(){this.finalize();var C=this.h0,$=this.h1,E=this.h2,I=this.h3;return[C&255,C>>>8&255,C>>>16&255,C>>>24&255,$&255,$>>>8&255,$>>>16&255,$>>>24&255,E&255,E>>>8&255,E>>>16&255,E>>>24&255,I&255,I>>>8&255,I>>>16&255,I>>>24&255]},J.prototype.array=J.prototype.digest,J.prototype.arrayBuffer=function(){this.finalize();var C=new ArrayBuffer(16),$=new Uint32Array(C);return $[0]=this.h0,$[1]=this.h1,$[2]=this.h2,$[3]=this.h3,C},J.prototype.buffer=J.prototype.arrayBuffer,J.prototype.base64=function(){for(var C,$,E,I="",o0=this.array(),Z=0;Z<15;)C=o0[Z++],$=o0[Z++],E=o0[Z++],I+=b[C>>>2]+b[(C<<4|$>>>4)&63]+b[($<<2|E>>>6)&63]+b[E&63];return C=o0[Z],I+=b[C>>>2]+b[C<<4&63]+"==",I};function Q(C,$){var E,I=m(C);if(C=I[0],I[1]){var o0=[],Z=C.length,X=0,a0;for(E=0;E<Z;++E)a0=C.charCodeAt(E),a0<128?o0[X++]=a0:a0<2048?(o0[X++]=192|a0>>>6,o0[X++]=128|a0&63):a0<55296||a0>=57344?(o0[X++]=224|a0>>>12,o0[X++]=128|a0>>>6&63,o0[X++]=128|a0&63):(a0=65536+((a0&1023)<<10|C.charCodeAt(++E)&1023),o0[X++]=240|a0>>>18,o0[X++]=128|a0>>>12&63,o0[X++]=128|a0>>>6&63,o0[X++]=128|a0&63);C=o0}C.length>64&&(C=new J(!0).update(C).array());var d0=[],f0=[];for(E=0;E<64;++E){var Y=C[E]||0;d0[E]=92^Y,f0[E]=54^Y}J.call(this,$),this.update(f0),this.oKeyPad=d0,this.inner=!0,this.sharedMemory=$}Q.prototype=new J,Q.prototype.finalize=function(){if(J.prototype.finalize.call(this),this.inner){this.inner=!1;var C=this.array();J.call(this,this.sharedMemory),this.update(this.oKeyPad),this.update(C),J.prototype.finalize.call(this)}};var l0=N();l0.md5=l0,l0.md5.hmac=z(),i?w7.exports=l0:(a.md5=l0,s&&define(function(){return l0}))})()});var qi=wx((ew,Xi)=>{"use strict";Xi.exports=function t(x,e){if(x===e)return!0;if(x&&e&&typeof x=="object"&&typeof e=="object"){if(x.constructor!==e.constructor)return!1;var a,r,n;if(Array.isArray(x)){if(a=x.length,a!=e.length)return!1;for(r=a;r--!==0;)if(!t(x[r],e[r]))return!1;return!0}if(x.constructor===RegExp)return x.source===e.source&&x.flags===e.flags;if(x.valueOf!==Object.prototype.valueOf)return x.valueOf()===e.valueOf();if(x.toString!==Object.prototype.toString)return x.toString()===e.toString();if(n=Object.keys(x),a=n.length,a!==Object.keys(e).length)return!1;for(r=a;r--!==0;)if(!Object.prototype.hasOwnProperty.call(e,n[r]))return!1;for(r=a;r--!==0;){var i=n[r];if(!t(x[i],e[i]))return!1}return!0}return x!==x&&e!==e}});var Yi=wx(A7=>{"use strict";A7.byteLength=K1;A7.toByteArray=Y1;A7.fromByteArray=xf;var m6=[],Yx=[],q1=typeof Uint8Array<"u"?Uint8Array:Array,vr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,Ki=vr.length;me<Ki;++me)m6[me]=vr[me],Yx[vr.charCodeAt(me)]=me;var me,Ki;Yx[45]=62;Yx[95]=63;function Zi(t){var x=t.length;if(x%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=x);var a=e===x?0:4-e%4;return[e,a]}function K1(t){var x=Zi(t),e=x[0],a=x[1];return(e+a)*3/4-a}function Z1(t,x,e){return(x+e)*3/4-e}function Y1(t){var x,e=Zi(t),a=e[0],r=e[1],n=new q1(Z1(t,a,r)),i=0,s=r>0?a-4:a,o;for(o=0;o<s;o+=4)x=Yx[t.charCodeAt(o)]<<18|Yx[t.charCodeAt(o+1)]<<12|Yx[t.charCodeAt(o+2)]<<6|Yx[t.charCodeAt(o+3)],n[i++]=x>>16&255,n[i++]=x>>8&255,n[i++]=x&255;return r===2&&(x=Yx[t.charCodeAt(o)]<<2|Yx[t.charCodeAt(o+1)]>>4,n[i++]=x&255),r===1&&(x=Yx[t.charCodeAt(o)]<<10|Yx[t.charCodeAt(o+1)]<<4|Yx[t.charCodeAt(o+2)]>>2,n[i++]=x>>8&255,n[i++]=x&255),n}function J1(t){return m6[t>>18&63]+m6[t>>12&63]+m6[t>>6&63]+m6[t&63]}function Q1(t,x,e){for(var a,r=[],n=x;n<e;n+=3)a=(t[n]<<16&16711680)+(t[n+1]<<8&65280)+(t[n+2]&255),r.push(J1(a));return r.join("")}function xf(t){for(var x,e=t.length,a=e%3,r=[],n=16383,i=0,s=e-a;i<s;i+=n)r.push(Q1(t,i,i+n>s?s:i+n));return a===1?(x=t[e-1],r.push(m6[x>>2]+m6[x<<4&63]+"==")):a===2&&(x=(t[e-2]<<8)+t[e-1],r.push(m6[x>>10]+m6[x>>4&63]+m6[x<<2&63]+"=")),r.join("")}});var Pr=wx((aw,ss)=>{var _r=0,es=-3;function Pt(){this.table=new Uint16Array(16),this.trans=new Uint16Array(288)}function ef(t,x){this.source=t,this.sourceIndex=0,this.tag=0,this.bitcount=0,this.dest=x,this.destLen=0,this.ltree=new Pt,this.dtree=new Pt}var ts=new Pt,as=new Pt,kr=new Uint8Array(30),Ar=new Uint16Array(30),rs=new Uint8Array(30),ns=new Uint16Array(30),tf=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Ji=new Pt,y6=new Uint8Array(320);function is(t,x,e,a){var r,n;for(r=0;r<e;++r)t[r]=0;for(r=0;r<30-e;++r)t[r+e]=r/e|0;for(n=a,r=0;r<30;++r)x[r]=n,n+=1<<t[r]}function af(t,x){var e;for(e=0;e<7;++e)t.table[e]=0;for(t.table[7]=24,t.table[8]=152,t.table[9]=112,e=0;e<24;++e)t.trans[e]=256+e;for(e=0;e<144;++e)t.trans[24+e]=e;for(e=0;e<8;++e)t.trans[168+e]=280+e;for(e=0;e<112;++e)t.trans[176+e]=144+e;for(e=0;e<5;++e)x.table[e]=0;for(x.table[5]=32,e=0;e<32;++e)x.trans[e]=e}var Qi=new Uint16Array(16);function Cr(t,x,e,a){var r,n;for(r=0;r<16;++r)t.table[r]=0;for(r=0;r<a;++r)t.table[x[e+r]]++;for(t.table[0]=0,n=0,r=0;r<16;++r)Qi[r]=n,n+=t.table[r];for(r=0;r<a;++r)x[e+r]&&(t.trans[Qi[x[e+r]]++]=r)}function rf(t){t.bitcount--||(t.tag=t.source[t.sourceIndex++],t.bitcount=7);var x=t.tag&1;return t.tag>>>=1,x}function w6(t,x,e){if(!x)return e;for(;t.bitcount<24;)t.tag|=t.source[t.sourceIndex++]<<t.bitcount,t.bitcount+=8;var a=t.tag&65535>>>16-x;return t.tag>>>=x,t.bitcount-=x,a+e}function Sr(t,x){for(;t.bitcount<24;)t.tag|=t.source[t.sourceIndex++]<<t.bitcount,t.bitcount+=8;var e=0,a=0,r=0,n=t.tag;do a=2*a+(n&1),n>>>=1,++r,e+=x.table[r],a-=x.table[r];while(a>=0);return t.tag=n,t.bitcount-=r,x.trans[e+a]}function nf(t,x,e){var a,r,n,i,s,o;for(a=w6(t,5,257),r=w6(t,5,1),n=w6(t,4,4),i=0;i<19;++i)y6[i]=0;for(i=0;i<n;++i){var f=w6(t,3,0);y6[tf[i]]=f}for(Cr(Ji,y6,0,19),s=0;s<a+r;){var c=Sr(t,Ji);switch(c){case 16:var d=y6[s-1];for(o=w6(t,2,3);o;--o)y6[s++]=d;break;case 17:for(o=w6(t,3,3);o;--o)y6[s++]=0;break;case 18:for(o=w6(t,7,11);o;--o)y6[s++]=0;break;default:y6[s++]=c;break}}Cr(x,y6,0,a),Cr(e,y6,a,r)}function xs(t,x,e){for(;;){var a=Sr(t,x);if(a===256)return _r;if(a<256)t.dest[t.destLen++]=a;else{var r,n,i,s;for(a-=257,r=w6(t,kr[a],Ar[a]),n=Sr(t,e),i=t.destLen-w6(t,rs[n],ns[n]),s=i;s<i+r;++s)t.dest[t.destLen++]=t.dest[s]}}}function sf(t){for(var x,e,a;t.bitcount>8;)t.sourceIndex--,t.bitcount-=8;if(x=t.source[t.sourceIndex+1],x=256*x+t.source[t.sourceIndex],e=t.source[t.sourceIndex+3],e=256*e+t.source[t.sourceIndex+2],x!==(~e&65535))return es;for(t.sourceIndex+=4,a=x;a;--a)t.dest[t.destLen++]=t.source[t.sourceIndex++];return t.bitcount=0,_r}function of(t,x){var e=new ef(t,x),a,r,n;do{switch(a=rf(e),r=w6(e,2,0),r){case 0:n=sf(e);break;case 1:n=xs(e,ts,as);break;case 2:nf(e,e.ltree,e.dtree),n=xs(e,e.ltree,e.dtree);break;default:n=es}if(n!==_r)throw new Error("Data error")}while(!a);return e.destLen<e.dest.length?typeof e.dest.slice=="function"?e.dest.slice(0,e.destLen):e.dest.subarray(0,e.destLen):e.dest}af(ts,as);is(kr,Ar,4,3);is(rs,ns,2,1);kr[28]=0;Ar[28]=258;ss.exports=of});var cs=wx((rw,fs)=>{var ff=new Uint8Array(new Uint32Array([305419896]).buffer)[0]===18,os=(t,x,e)=>{let a=t[x];t[x]=t[e],t[e]=a},cf=t=>{let x=t.length;for(let e=0;e<x;e+=4)os(t,e,e+3),os(t,e+1,e+2)},df=t=>{ff&&cf(t)};fs.exports={swap32LE:df}});var T7=wx((nw,hs)=>{var ds=Pr(),{swap32LE:lf}=cs(),$r=11,ye=5,hf=$r-ye,uf=65536>>$r,bf=1<<hf,pf=bf-1,P7=2,gf=1<<ye,Tr=gf-1,ls=65536>>ye,mf=1024>>ye,yf=ls+mf,wf=yf,vf=32,Cf=wf+vf,Sf=1<<P7,Lr=class{constructor(x){let e=typeof x.readUInt32BE=="function"&&typeof x.slice=="function";if(e||x instanceof Uint8Array){let a;if(e)this.highStart=x.readUInt32LE(0),this.errorValue=x.readUInt32LE(4),a=x.readUInt32LE(8),x=x.slice(12);else{let r=new DataView(x.buffer);this.highStart=r.getUint32(0,!0),this.errorValue=r.getUint32(4,!0),a=r.getUint32(8,!0),x=x.subarray(12)}x=ds(x,new Uint8Array(a)),x=ds(x,new Uint8Array(a)),lf(x),this.data=new Uint32Array(x.buffer)}else({data:this.data,highStart:this.highStart,errorValue:this.errorValue}=x)}get(x){let e;return x<0||x>1114111?this.errorValue:x<55296||x>56319&&x<=65535?(e=(this.data[x>>ye]<<P7)+(x&Tr),this.data[e]):x<=65535?(e=(this.data[ls+(x-55296>>ye)]<<P7)+(x&Tr),this.data[e]):x<this.highStart?(e=this.data[Cf-uf+(x>>$r)],e=this.data[e+(x>>ye&pf)],e=(e<<P7)+(x&Tr),this.data[e]):this.data[this.data.length-Sf]}};hs.exports=Lr});var ys=wx((fw,ms)=>{"use strict";var Br=1,Dr=0,Rr=class{constructor(x){this.stateTable=x.stateTable,this.accepting=x.accepting,this.tags=x.tags}match(x){var e=this;return{*[Symbol.iterator](){for(var a=Br,r=null,n=null,i=null,s=0;s<x.length;s++){var o=x[s];i=a,a=e.stateTable[a][o],a===Dr&&(r!=null&&n!=null&&n>=r&&(yield[r,n,e.tags[i]]),a=e.stateTable[Br][o],r=null),a!==Dr&&r==null&&(r=s),e.accepting[a]&&(n=s),a===Dr&&(a=Br)}r!=null&&n!=null&&n>=r&&(yield[r,n,e.tags[a]])}}}apply(x,e){for(var[a,r,n]of this.match(x))for(var i of n)typeof e[i]=="function"&&e[i](a,r,x.slice(a,r+1))}};ms.exports=Rr});var ws=wx((cw,I7)=>{var If=(function(){"use strict";function t(c,d){return d!=null&&c instanceof d}var x;try{x=Map}catch{x=function(){}}var e;try{e=Set}catch{e=function(){}}var a;try{a=Promise}catch{a=function(){}}function r(c,d,h,b,u){typeof d=="object"&&(h=d.depth,b=d.prototype,u=d.includeNonEnumerable,d=d.circular);var g=[],S=[],w=typeof Buffer<"u";typeof d>"u"&&(d=!0),typeof h>"u"&&(h=1/0);function T(m,D){if(m===null)return null;if(D===0)return m;var N,H;if(typeof m!="object")return m;if(t(m,x))N=new x;else if(t(m,e))N=new e;else if(t(m,a))N=new a(function(I,o0){m.then(function(Z){I(T(Z,D-1))},function(Z){o0(T(Z,D-1))})});else if(r.__isArray(m))N=[];else if(r.__isRegExp(m))N=new RegExp(m.source,f(m)),m.lastIndex&&(N.lastIndex=m.lastIndex);else if(r.__isDate(m))N=new Date(m.getTime());else{if(w&&Buffer.isBuffer(m))return Buffer.allocUnsafe?N=Buffer.allocUnsafe(m.length):N=new Buffer(m.length),m.copy(N),N;t(m,Error)?N=Object.create(m):typeof b>"u"?(H=Object.getPrototypeOf(m),N=Object.create(H)):(N=Object.create(b),H=b)}if(d){var G=g.indexOf(m);if(G!=-1)return S[G];g.push(m),S.push(N)}t(m,x)&&m.forEach(function(I,o0){var Z=T(o0,D-1),X=T(I,D-1);N.set(Z,X)}),t(m,e)&&m.forEach(function(I){var o0=T(I,D-1);N.add(o0)});for(var z in m){var J;H&&(J=Object.getOwnPropertyDescriptor(H,z)),!(J&&J.set==null)&&(N[z]=T(m[z],D-1))}if(Object.getOwnPropertySymbols)for(var Q=Object.getOwnPropertySymbols(m),z=0;z<Q.length;z++){var l0=Q[z],C=Object.getOwnPropertyDescriptor(m,l0);C&&!C.enumerable&&!u||(N[l0]=T(m[l0],D-1),C.enumerable||Object.defineProperty(N,l0,{enumerable:!1}))}if(u)for(var $=Object.getOwnPropertyNames(m),z=0;z<$.length;z++){var E=$[z],C=Object.getOwnPropertyDescriptor(m,E);C&&C.enumerable||(N[E]=T(m[E],D-1),Object.defineProperty(N,E,{enumerable:!1}))}return N}return T(c,h)}r.clonePrototype=function(d){if(d===null)return null;var h=function(){};return h.prototype=d,new h};function n(c){return Object.prototype.toString.call(c)}r.__objToStr=n;function i(c){return typeof c=="object"&&n(c)==="[object Date]"}r.__isDate=i;function s(c){return typeof c=="object"&&n(c)==="[object Array]"}r.__isArray=s;function o(c){return typeof c=="object"&&n(c)==="[object RegExp]"}r.__isRegExp=o;function f(c){var d="";return c.global&&(d+="g"),c.ignoreCase&&(d+="i"),c.multiline&&(d+="m"),d}return r.__getRegExpFlags=f,r})();typeof I7=="object"&&I7.exports&&(I7.exports=If)});var Gr=wx(Nr=>{function vs(t){this.buffer=t,this.pos=0}vs.prototype.read=function(t,x,e){this.pos+e>this.buffer.length&&(e=this.buffer.length-this.pos);for(var a=0;a<e;a++)t[x+a]=this.buffer[this.pos+a];return this.pos+=e,e};Nr.BrotliInput=vs;function Cs(t){this.buffer=t,this.pos=0}Cs.prototype.write=function(t,x){if(this.pos+x>this.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(t.subarray(0,x),this.pos),this.pos+=x,x};Nr.BrotliOutput=Cs});var ks=wx((lw,_s)=>{var ve=4096,Ff=2*ve+32,Ss=2*ve-1,Ef=new Uint32Array([0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215]);function Ce(t){this.buf_=new Uint8Array(Ff),this.input_=t,this.reset()}Ce.READ_SIZE=ve;Ce.IBUF_MASK=Ss;Ce.prototype.reset=function(){this.buf_ptr_=0,this.val_=0,this.pos_=0,this.bit_pos_=0,this.bit_end_pos_=0,this.eos_=0,this.readMoreInput();for(var t=0;t<4;t++)this.val_|=this.buf_[this.pos_]<<8*t,++this.pos_;return this.bit_end_pos_>0};Ce.prototype.readMoreInput=function(){if(!(this.bit_end_pos_>256))if(this.eos_){if(this.bit_pos_>this.bit_end_pos_)throw new Error("Unexpected end of input "+this.bit_pos_+" "+this.bit_end_pos_)}else{var t=this.buf_ptr_,x=this.input_.read(this.buf_,t,ve);if(x<0)throw new Error("Unexpected end of input");if(x<ve){this.eos_=1;for(var e=0;e<32;e++)this.buf_[t+x+e]=0}if(t===0){for(var e=0;e<32;e++)this.buf_[(ve<<1)+e]=this.buf_[e];this.buf_ptr_=ve}else this.buf_ptr_=0;this.bit_end_pos_+=x<<3}};Ce.prototype.fillBitWindow=function(){for(;this.bit_pos_>=8;)this.val_>>>=8,this.val_|=this.buf_[this.pos_&Ss]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0};Ce.prototype.readBits=function(t){32-this.bit_pos_<t&&this.fillBitWindow();var x=this.val_>>>this.bit_pos_&Ef[t];return this.bit_pos_+=t,x};_s.exports=Ce});var As=wx(F7=>{F7.dictionary=new Uint8Array([116,105,109,101,100,111,119,110,108,105,102,101,108,101,102,116,98,97,99,107,99,111,100,101,100,97,116,97,115,104,111,119,111,110,108,121,115,105,116,101,99,105,116,121,111,112,101,110,106,117,115,116,108,105,107,101,102,114,101,101,119,111,114,107,116,101,120,116,121,101,97,114,111,118,101,114,98,111,100,121,108,111,118,101,102,111,114,109,98,111,111,107,112,108,97,121,108,105,118,101,108,105,110,101,104,101,108,112,104,111,109,101,115,105,100,101,109,111,114,101,119,111,114,100,108,111,110,103,116,104,101,109,118,105,101,119,102,105,110,100,112,97,103,101,100,97,121,115,102,117,108,108,104,101,97,100,116,101,114,109,101,97,99,104,97,114,101,97,102,114,111,109,116,114,117,101,109,97,114,107,97,98,108,101,117,112,111,110,104,105,103,104,100,97,116,101,108,97,110,100,110,101,119,115,101,118,101,110,110,101,120,116,99,97,115,101,98,111,116,104,112,111,115,116,117,115,101,100,109,97,100,101,104,97,110,100,104,101,114,101,119,104,97,116,110,97,109,101,76,105,110,107,98,108,111,103,115,105,122,101,98,97,115,101,104,101,108,100,109,97,107,101,109,97,105,110,117,115,101,114,39,41,32,43,104,111,108,100,101,110,100,115,119,105,116,104,78,101,119,115,114,101,97,100,119,101,114,101,115,105,103,110,116,97,107,101,104,97,118,101,103,97,109,101,115,101,101,110,99,97,108,108,112,97,116,104,119,101,108,108,112,108,117,115,109,101,110,117,102,105,108,109,112,97,114,116,106,111,105,110,116,104,105,115,108,105,115,116,103,111,111,100,110,101,101,100,119,97,121,115,119,101,115,116,106,111,98,115,109,105,110,100,97,108,115,111,108,111,103,111,114,105,99,104,117,115,101,115,108,97,115,116,116,101,97,109,97,114,109,121,102,111,111,100,107,105,110,103,119,105,108,108,101,97,115,116,119,97,114,100,98,101,115,116,102,105,114,101,80,97,103,101,107,110,111,119,97,119,97,121,46,112,110,103,109,111,118,101,116,104,97,110,108,111,97,100,103,105,118,101,115,101,108,102,110,111,116,101,109,117,99,104,102,101,101,100,109,97,110,121,114,111,99,107,105,99,111,110,111,110,99,101,108,111,111,107,104,105,100,101,100,105,101,100,72,111,109,101,114,117,108,101,104,111,115,116,97,106,97,120,105,110,102,111,99,108,117,98,108,97,119,115,108,101,115,115,104,97,108,102,115,111,109,101,115,117,99,104,122,111,110,101,49,48,48,37,111,110,101,115,99,97,114,101,84,105,109,101,114,97,99,101,98,108,117,101,102,111,117,114,119,101,101,107,102,97,99,101,104,111,112,101,103,97,118,101,104,97,114,100,108,111,115,116,119,104,101,110,112,97,114,107,107,101,112,116,112,97,115,115,115,104,105,112,114,111,111,109,72,84,77,76,112,108,97,110,84,121,112,101,100,111,110,101,115,97,118,101,107,101,101,112,102,108,97,103,108,105,110,107,115,111,108,100,102,105,118,101,116,111,111,107,114,97,116,101,116,111,119,110,106,117,109,112,116,104,117,115,100,97,114,107,99,97,114,100,102,105,108,101,102,101,97,114,115,116,97,121,107,105,108,108,116,104,97,116,102,97,108,108,97,117,116,111,101,118,101,114,46,99,111,109,116,97,108,107,115,104,111,112,118,111,116,101,100,101,101,112,109,111,100,101,114,101,115,116,116,117,114,110,98,111,114,110,98,97,110,100,102,101,108,108,114,111,115,101,117,114,108,40,115,107,105,110,114,111,108,101,99,111,109,101,97,99,116,115,97,103,101,115,109,101,101,116,103,111,108,100,46,106,112,103,105,116,101,109,118,97,114,121,102,101,108,116,116,104,101,110,115,101,110,100,100,114,111,112,86,105,101,119,99,111,112,121,49,46,48,34,60,47,97,62,115,116,111,112,101,108,115,101,108,105,101,115,116,111,117,114,112,97,99,107,46,103,105,102,112,97,115,116,99,115,115,63,103,114,97,121,109,101,97,110,38,103,116,59,114,105,100,101,115,104,111,116,108,97,116,101,115,97,105,100,114,111,97,100,118,97,114,32,102,101,101,108,106,111,104,110,114,105,99,107,112,111,114,116,102,97,115,116,39,85,65,45,100,101,97,100,60,47,98,62,112,111,111,114,98,105,108,108,116,121,112,101,85,46,83,46,119,111,111,100,109,117,115,116,50,112,120,59,73,110,102,111,114,97,110,107,119,105,100,101,119,97,110,116,119,97,108,108,108,101,97,100,91,48,93,59,112,97,117,108,119,97,118,101,115,117,114,101,36,40,39,35,119,97,105,116,109,97,115,115,97,114,109,115,103,111,101,115,103,97,105,110,108,97,110,103,112,97,105,100,33,45,45,32,108,111,99,107,117,110,105,116,114,111,111,116,119,97,108,107,102,105,114,109,119,105,102,101,120,109,108,34,115,111,110,103,116,101,115,116,50,48,112,120,107,105,110,100,114,111,119,115,116,111,111,108,102,111,110,116,109,97,105,108,115,97,102,101,115,116,97,114,109,97,112,115,99,111,114,101,114,97,105,110,102,108,111,119,98,97,98,121,115,112,97,110,115,97,121,115,52,112,120,59,54,112,120,59,97,114,116,115,102,111,111,116,114,101,97,108,119,105,107,105,104,101,97,116,115,116,101,112,116,114,105,112,111,114,103,47,108,97,107,101,119,101,97,107,116,111,108,100,70,111,114,109,99,97,115,116,102,97,110,115,98,97,110,107,118,101,114,121,114,117,110,115,106,117,108,121,116,97,115,107,49,112,120,59,103,111,97,108,103,114,101,119,115,108,111,119,101,100,103,101,105,100,61,34,115,101,116,115,53,112,120,59,46,106,115,63,52,48,112,120,105,102,32,40,115,111,111,110,115,101,97,116,110,111,110,101,116,117,98,101,122,101,114,111,115,101,110,116,114,101,101,100,102,97,99,116,105,110,116,111,103,105,102,116,104,97,114,109,49,56,112,120,99,97,109,101,104,105,108,108,98,111,108,100,122,111,111,109,118,111,105,100,101,97,115,121,114,105,110,103,102,105,108,108,112,101,97,107,105,110,105,116,99,111,115,116,51,112,120,59,106,97,99,107,116,97,103,115,98,105,116,115,114,111,108,108,101,100,105,116,107,110,101,119,110,101,97,114,60,33,45,45,103,114,111,119,74,83,79,78,100,117,116,121,78,97,109,101,115,97,108,101,121,111,117,32,108,111,116,115,112,97,105,110,106,97,122,122,99,111,108,100,101,121,101,115,102,105,115,104,119,119,119,46,114,105,115,107,116,97,98,115,112,114,101,118,49,48,112,120,114,105,115,101,50,53,112,120,66,108,117,101,100,105,110,103,51,48,48,44,98,97,108,108,102,111,114,100,101,97,114,110,119,105,108,100,98,111,120,46,102,97,105,114,108,97,99,107,118,101,114,115,112,97,105,114,106,117,110,101,116,101,99,104,105,102,40,33,112,105,99,107,101,118,105,108,36,40,34,35,119,97,114,109,108,111,114,100,100,111,101,115,112,117,108,108,44,48,48,48,105,100,101,97,100,114,97,119,104,117,103,101,115,112,111,116,102,117,110,100,98,117,114,110,104,114,101,102,99,101,108,108,107,101,121,115,116,105,99,107,104,111,117,114,108,111,115,115,102,117,101,108,49,50,112,120,115,117,105,116,100,101,97,108,82,83,83,34,97,103,101,100,103,114,101,121,71,69,84,34,101,97,115,101,97,105,109,115,103,105,114,108,97,105,100,115,56,112,120,59,110,97,118,121,103,114,105,100,116,105,112,115,35,57,57,57,119,97,114,115,108,97,100,121,99,97,114,115,41,59,32,125,112,104,112,63,104,101,108,108,116,97,108,108,119,104,111,109,122,104,58,229,42,47,13,10,32,49,48,48,104,97,108,108,46,10,10,65,55,112,120,59,112,117,115,104,99,104,97,116,48,112,120,59,99,114,101,119,42,47,60,47,104,97,115,104,55,53,112,120,102,108,97,116,114,97,114,101,32,38,38,32,116,101,108,108,99,97,109,112,111,110,116,111,108,97,105,100,109,105,115,115,115,107,105,112,116,101,110,116,102,105,110,101,109,97,108,101,103,101,116,115,112,108,111,116,52,48,48,44,13,10,13,10,99,111,111,108,102,101,101,116,46,112,104,112,60,98,114,62,101,114,105,99,109,111,115,116,103,117,105,100,98,101,108,108,100,101,115,99,104,97,105,114,109,97,116,104,97,116,111,109,47,105,109,103,38,35,56,50,108,117,99,107,99,101,110,116,48,48,48,59,116,105,110,121,103,111,110,101,104,116,109,108,115,101,108,108,100,114,117,103,70,82,69,69,110,111,100,101,110,105,99,107,63,105,100,61,108,111,115,101,110,117,108,108,118,97,115,116,119,105,110,100,82,83,83,32,119,101,97,114,114,101,108,121,98,101,101,110,115,97,109,101,100,117,107,101,110,97,115,97,99,97,112,101,119,105,115,104,103,117,108,102,84,50,51,58,104,105,116,115,115,108,111,116,103,97,116,101,107,105,99,107,98,108,117,114,116,104,101,121,49,53,112,120,39,39,41,59,41,59,34,62,109,115,105,101,119,105,110,115,98,105,114,100,115,111,114,116,98,101,116,97,115,101,101,107,84,49,56,58,111,114,100,115,116,114,101,101,109,97,108,108,54,48,112,120,102,97,114,109,226,128,153,115,98,111,121,115,91,48,93,46,39,41,59,34,80,79,83,84,98,101,97,114,107,105,100,115,41,59,125,125,109,97,114,121,116,101,110,100,40,85,75,41,113,117,97,100,122,104,58,230,45,115,105,122,45,45,45,45,112,114,111,112,39,41,59,13,108,105,102,116,84,49,57,58,118,105,99,101,97,110,100,121,100,101,98,116,62,82,83,83,112,111,111,108,110,101,99,107,98,108,111,119,84,49,54,58,100,111,111,114,101,118,97,108,84,49,55,58,108,101,116,115,102,97,105,108,111,114,97,108,112,111,108,108,110,111,118,97,99,111,108,115,103,101,110,101,32,226,128,148,115,111,102,116,114,111,109,101,116,105,108,108,114,111,115,115,60,104,51,62,112,111,117,114,102,97,100,101,112,105,110,107,60,116,114,62,109,105,110,105,41,124,33,40,109,105,110,101,122,104,58,232,98,97,114,115,104,101,97,114,48,48,41,59,109,105,108,107,32,45,45,62,105,114,111,110,102,114,101,100,100,105,115,107,119,101,110,116,115,111,105,108,112,117,116,115,47,106,115,47,104,111,108,121,84,50,50,58,73,83,66,78,84,50,48,58,97,100,97,109,115,101,101,115,60,104,50,62,106,115,111,110,39,44,32,39,99,111,110,116,84,50,49,58,32,82,83,83,108,111,111,112,97,115,105,97,109,111,111,110,60,47,112,62,115,111,117,108,76,73,78,69,102,111,114,116,99,97,114,116,84,49,52,58,60,104,49,62,56,48,112,120,33,45,45,60,57,112,120,59,84,48,52,58,109,105,107,101,58,52,54,90,110,105,99,101,105,110,99,104,89,111,114,107,114,105,99,101,122,104,58,228,39,41,41,59,112,117,114,101,109,97,103,101,112,97,114,97,116,111,110,101,98,111,110,100,58,51,55,90,95,111,102,95,39,93,41,59,48,48,48,44,122,104,58,231,116,97,110,107,121,97,114,100,98,111,119,108,98,117,115,104,58,53,54,90,74,97,118,97,51,48,112,120,10,124,125,10,37,67,51,37,58,51,52,90,106,101,102,102,69,88,80,73,99,97,115,104,118,105,115,97,103,111,108,102,115,110,111,119,122,104,58,233,113,117,101,114,46,99,115,115,115,105,99,107,109,101,97,116,109,105,110,46,98,105,110,100,100,101,108,108,104,105,114,101,112,105,99,115,114,101,110,116,58,51,54,90,72,84,84,80,45,50,48,49,102,111,116,111,119,111,108,102,69,78,68,32,120,98,111,120,58,53,52,90,66,79,68,89,100,105,99,107,59,10,125,10,101,120,105,116,58,51,53,90,118,97,114,115,98,101,97,116,39,125,41,59,100,105,101,116,57,57,57,59,97,110,110,101,125,125,60,47,91,105,93,46,76,97,110,103,107,109,194,178,119,105,114,101,116,111,121,115,97,100,100,115,115,101,97,108,97,108,101,120,59,10,9,125,101,99,104,111,110,105,110,101,46,111,114,103,48,48,53,41,116,111,110,121,106,101,119,115,115,97,110,100,108,101,103,115,114,111,111,102,48,48,48,41,32,50,48,48,119,105,110,101,103,101,97,114,100,111,103,115,98,111,111,116,103,97,114,121,99,117,116,115,116,121,108,101,116,101,109,112,116,105,111,110,46,120,109,108,99,111,99,107,103,97,110,103,36,40,39,46,53,48,112,120,80,104,46,68,109,105,115,99,97,108,97,110,108,111,97,110,100,101,115,107,109,105,108,101,114,121,97,110,117,110,105,120,100,105,115,99,41,59,125,10,100,117,115,116,99,108,105,112,41,46,10,10,55,48,112,120,45,50,48,48,68,86,68,115,55,93,62,60,116,97,112,101,100,101,109,111,105,43,43,41,119,97,103,101,101,117,114,111,112,104,105,108,111,112,116,115,104,111,108,101,70,65,81,115,97,115,105,110,45,50,54,84,108,97,98,115,112,101,116,115,85,82,76,32,98,117,108,107,99,111,111,107,59,125,13,10,72,69,65,68,91,48,93,41,97,98,98,114,106,117,97,110,40,49,57,56,108,101,115,104,116,119,105,110,60,47,105,62,115,111,110,121,103,117,121,115,102,117,99,107,112,105,112,101,124,45,10,33,48,48,50,41,110,100,111,119,91,49,93,59,91,93,59,10,76,111,103,32,115,97,108,116,13,10,9,9,98,97,110,103,116,114,105,109,98,97,116,104,41,123,13,10,48,48,112,120,10,125,41,59,107,111,58,236,102,101,101,115,97,100,62,13,115,58,47,47,32,91,93,59,116,111,108,108,112,108,117,103,40,41,123,10,123,13,10,32,46,106,115,39,50,48,48,112,100,117,97,108,98,111,97,116,46,74,80,71,41,59,10,125,113,117,111,116,41,59,10,10,39,41,59,10,13,10,125,13,50,48,49,52,50,48,49,53,50,48,49,54,50,48,49,55,50,48,49,56,50,48,49,57,50,48,50,48,50,48,50,49,50,48,50,50,50,48,50,51,50,48,50,52,50,48,50,53,50,48,50,54,50,48,50,55,50,48,50,56,50,48,50,57,50,48,51,48,50,48,51,49,50,48,51,50,50,48,51,51,50,48,51,52,50,48,51,53,50,48,51,54,50,48,51,55,50,48,49,51,50,48,49,50,50,48,49,49,50,48,49,48,50,48,48,57,50,48,48,56,50,48,48,55,50,48,48,54,50,48,48,53,50,48,48,52,50,48,48,51,50,48,48,50,50,48,48,49,50,48,48,48,49,57,57,57,49,57,57,56,49,57,57,55,49,57,57,54,49,57,57,53,49,57,57,52,49,57,57,51,49,57,57,50,49,57,57,49,49,57,57,48,49,57,56,57,49,57,56,56,49,57,56,55,49,57,56,54,49,57,56,53,49,57,56,52,49,57,56,51,49,57,56,50,49,57,56,49,49,57,56,48,49,57,55,57,49,57,55,56,49,57,55,55,49,57,55,54,49,57,55,53,49,57,55,52,49,57,55,51,49,57,55,50,49,57,55,49,49,57,55,48,49,57,54,57,49,57,54,56,49,57,54,55,49,57,54,54,49,57,54,53,49,57,54,52,49,57,54,51,49,57,54,50,49,57,54,49,49,57,54,48,49,57,53,57,49,57,53,56,49,57,53,55,49,57,53,54,49,57,53,53,49,57,53,52,49,57,53,51,49,57,53,50,49,57,53,49,49,57,53,48,49,48,48,48,49,48,50,52,49,51,57,52,48,48,48,48,57,57,57,57,99,111,109,111,109,195,161,115,101,115,116,101,101,115,116,97,112,101,114,111,116,111,100,111,104,97,99,101,99,97,100,97,97,195,177,111,98,105,101,110,100,195,173,97,97,115,195,173,118,105,100,97,99,97,115,111,111,116,114,111,102,111,114,111,115,111,108,111,111,116,114,97,99,117,97,108,100,105,106,111,115,105,100,111,103,114,97,110,116,105,112,111,116,101,109,97,100,101,98,101,97,108,103,111,113,117,195,169,101,115,116,111,110,97,100,97,116,114,101,115,112,111,99,111,99,97,115,97,98,97,106,111,116,111,100,97,115,105,110,111,97,103,117,97,112,117,101,115,117,110,111,115,97,110,116,101,100,105,99,101,108,117,105,115,101,108,108,97,109,97,121,111,122,111,110,97,97,109,111,114,112,105,115,111,111,98,114,97,99,108,105,99,101,108,108,111,100,105,111,115,104,111,114,97,99,97,115,105,208,183,208,176,208,189,208,176,208,190,208,188,209,128,208,176,209,128,209,131,209,130,208,176,208,189,208,181,208,191,208,190,208,190,209,130,208,184,208,183,208,189,208,190,208,180,208,190,209,130,208,190,208,182,208,181,208,190,208,189,208,184,209,133,208,157,208,176,208,181,208,181,208,177,209,139,208,188,209,139,208,146,209,139,209,129,208,190,208,178,209,139,208,178,208,190,208,157,208,190,208,190,208,177,208,159,208,190,208,187,208,184,208,189,208,184,208,160,208,164,208,157,208,181,208,156,209,139,209,130,209,139,208,158,208,189,208,184,208,188,208,180,208,176,208,151,208,176,208,148,208,176,208,157,209,131,208,158,208,177,209,130,208,181,208,152,208,183,208,181,208,185,208,189,209,131,208,188,208,188,208,162,209,139,209,131,208,182,217,129,217,138,216,163,217,134,217,133,216,167,217,133,216,185,217,131,217,132,216,163,217,136,216,177,216,175,217,138,216,167,217,129,217,137,217,135,217,136,217,132,217,133,217,132,217,131,216,167,217,136,217,132,217,135,216,168,216,179,216,167,217,132,216,165,217,134,217,135,217,138,216,163,217,138,217,130,216,175,217,135,217,132,216,171,217,133,216,168,217,135,217,132,217,136,217,132,217,138,216,168,217,132,216,167,217,138,216,168,217,131,216,180,217,138,216,167,217,133,216,163,217,133,217,134,216,170,216,168,217,138,217,132,217,134,216,173,216,168,217,135,217,133,217,133,216,180,217,136,216,180,102,105,114,115,116,118,105,100,101,111,108,105,103,104,116,119,111,114,108,100,109,101,100,105,97,119,104,105,116,101,99,108,111,115,101,98,108,97,99,107,114,105,103,104,116,115,109,97,108,108,98,111,111,107,115,112,108,97,99,101,109,117,115,105,99,102,105,101,108,100,111,114,100,101,114,112,111,105,110,116,118,97,108,117,101,108,101,118,101,108,116,97,98,108,101,98,111,97,114,100,104,111,117,115,101,103,114,111,117,112,119,111,114,107,115,121,101,97,114,115,115,116,97,116,101,116,111,100,97,121,119,97,116,101,114,115,116,97,114,116,115,116,121,108,101,100,101,97,116,104,112,111,119,101,114,112,104,111,110,101,110,105,103,104,116,101,114,114,111,114,105,110,112,117,116,97,98,111,117,116,116,101,114,109,115,116,105,116,108,101,116,111,111,108,115,101,118,101,110,116,108,111,99,97,108,116,105,109,101,115,108,97,114,103,101,119,111,114,100,115,103,97,109,101,115,115,104,111,114,116,115,112,97,99,101,102,111,99,117,115,99,108,101,97,114,109,111,100,101,108,98,108,111,99,107,103,117,105,100,101,114,97,100,105,111,115,104,97,114,101,119,111,109,101,110,97,103,97,105,110,109,111,110,101,121,105,109,97,103,101,110,97,109,101,115,121,111,117,110,103,108,105,110,101,115,108,97,116,101,114,99,111,108,111,114,103,114,101,101,110,102,114,111,110,116,38,97,109,112,59,119,97,116,99,104,102,111,114,99,101,112,114,105,99,101,114,117,108,101,115,98,101,103,105,110,97,102,116,101,114,118,105,115,105,116,105,115,115,117,101,97,114,101,97,115,98,101,108,111,119,105,110,100,101,120,116,111,116,97,108,104,111,117,114,115,108,97,98,101,108,112,114,105,110,116,112,114,101,115,115,98,117,105,108,116,108,105,110,107,115,115,112,101,101,100,115,116,117,100,121,116,114,97,100,101,102,111,117,110,100,115,101,110,115,101,117,110,100,101,114,115,104,111,119,110,102,111,114,109,115,114,97,110,103,101,97,100,100,101,100,115,116,105,108,108,109,111,118,101,100,116,97,107,101,110,97,98,111,118,101,102,108,97,115,104,102,105,120,101,100,111,102,116,101,110,111,116,104,101,114,118,105,101,119,115,99,104,101,99,107,108,101,103,97,108,114,105,118,101,114,105,116,101,109,115,113,117,105,99,107,115,104,97,112,101,104,117,109,97,110,101,120,105,115,116,103,111,105,110,103,109,111,118,105,101,116,104,105,114,100,98,97,115,105,99,112,101,97,99,101,115,116,97,103,101,119,105,100,116,104,108,111,103,105,110,105,100,101,97,115,119,114,111,116,101,112,97,103,101,115,117,115,101,114,115,100,114,105,118,101,115,116,111,114,101,98,114,101,97,107,115,111,117,116,104,118,111,105,99,101,115,105,116,101,115,109,111,110,116,104,119,104,101,114,101,98,117,105,108,100,119,104,105,99,104,101,97,114,116,104,102,111,114,117,109,116,104,114,101,101,115,112,111,114,116,112,97,114,116,121,67,108,105,99,107,108,111,119,101,114,108,105,118,101,115,99,108,97,115,115,108,97,121,101,114,101,110,116,114,121,115,116,111,114,121,117,115,97,103,101,115,111,117,110,100,99,111,117,114,116,121,111,117,114,32,98,105,114,116,104,112,111,112,117,112,116,121,112,101,115,97,112,112,108,121,73,109,97,103,101,98,101,105,110,103,117,112,112,101,114,110,111,116,101,115,101,118,101,114,121,115,104,111,119,115,109,101,97,110,115,101,120,116,114,97,109,97,116,99,104,116,114,97,99,107,107,110,111,119,110,101,97,114,108,121,98,101,103,97,110,115,117,112,101,114,112,97,112,101,114,110,111,114,116,104,108,101,97,114,110,103,105,118,101,110,110,97,109,101,100,101,110,100,101,100,84,101,114,109,115,112,97,114,116,115,71,114,111,117,112,98,114,97,110,100,117,115,105,110,103,119,111,109,97,110,102,97,108,115,101,114,101,97,100,121,97,117,100,105,111,116,97,107,101,115,119,104,105,108,101,46,99,111,109,47,108,105,118,101,100,99,97,115,101,115,100,97,105,108,121,99,104,105,108,100,103,114,101,97,116,106,117,100,103,101,116,104,111,115,101,117,110,105,116,115,110,101,118,101,114,98,114,111,97,100,99,111,97,115,116,99,111,118,101,114,97,112,112,108,101,102,105,108,101,115,99,121,99,108,101,115,99,101,110,101,112,108,97,110,115,99,108,105,99,107,119,114,105,116,101,113,117,101,101,110,112,105,101,99,101,101,109,97,105,108,102,114,97,109,101,111,108,100,101,114,112,104,111,116,111,108,105,109,105,116,99,97,99,104,101,99,105,118,105,108,115,99,97,108,101,101,110,116,101,114,116,104,101,109,101,116,104,101,114,101,116,111,117,99,104,98,111,117,110,100,114,111,121,97,108,97,115,107,101,100,119,104,111,108,101,115,105,110,99,101,115,116,111,99,107,32,110,97,109,101,102,97,105,116,104,104,101,97,114,116,101,109,112,116,121,111,102,102,101,114,115,99,111,112,101,111,119,110,101,100,109,105,103,104,116,97,108,98,117,109,116,104,105,110,107,98,108,111,111,100,97,114,114,97,121,109,97,106,111,114,116,114,117,115,116,99,97,110,111,110,117,110,105,111,110,99,111,117,110,116,118,97,108,105,100,115,116,111,110,101,83,116,121,108,101,76,111,103,105,110,104,97,112,112,121,111,99,99,117,114,108,101,102,116,58,102,114,101,115,104,113,117,105,116,101,102,105,108,109,115,103,114,97,100,101,110,101,101,100,115,117,114,98,97,110,102,105,103,104,116,98,97,115,105,115,104,111,118,101,114,97,117,116,111,59,114,111,117,116,101,46,104,116,109,108,109,105,120,101,100,102,105,110,97,108,89,111,117,114,32,115,108,105,100,101,116,111,112,105,99,98,114,111,119,110,97,108,111,110,101,100,114,97,119,110,115,112,108,105,116,114,101,97,99,104,82,105,103,104,116,100,97,116,101,115,109,97,114,99,104,113,117,111,116,101,103,111,111,100,115,76,105,110,107,115,100,111,117,98,116,97,115,121,110,99,116,104,117,109,98,97,108,108,111,119,99,104,105,101,102,121,111,117,116,104,110,111,118,101,108,49,48,112,120,59,115,101,114,118,101,117,110,116,105,108,104,97,110,100,115,67,104,101,99,107,83,112,97,99,101,113,117,101,114,121,106,97,109,101,115,101,113,117,97,108,116,119,105,99,101,48,44,48,48,48,83,116,97,114,116,112,97,110,101,108,115,111,110,103,115,114,111,117,110,100,101,105,103,104,116,115,104,105,102,116,119,111,114,116,104,112,111,115,116,115,108,101,97,100,115,119,101,101,107,115,97,118,111,105,100,116,104,101,115,101,109,105,108,101,115,112,108,97,110,101,115,109,97,114,116,97,108,112,104,97,112,108,97,110,116,109,97,114,107,115,114,97,116,101,115,112,108,97,121,115,99,108,97,105,109,115,97,108,101,115,116,101,120,116,115,115,116,97,114,115,119,114,111,110,103,60,47,104,51,62,116,104,105,110,103,46,111,114,103,47,109,117,108,116,105,104,101,97,114,100,80,111,119,101,114,115,116,97,110,100,116,111,107,101,110,115,111,108,105,100,40,116,104,105,115,98,114,105,110,103,115,104,105,112,115,115,116,97,102,102,116,114,105,101,100,99,97,108,108,115,102,117,108,108,121,102,97,99,116,115,97,103,101,110,116,84,104,105,115,32,47,47,45,45,62,97,100,109,105,110,101,103,121,112,116,69,118,101,110,116,49,53,112,120,59,69,109,97,105,108,116,114,117,101,34,99,114,111,115,115,115,112,101,110,116,98,108,111,103,115,98,111,120,34,62,110,111,116,101,100,108,101,97,118,101,99,104,105,110,97,115,105,122,101,115,103,117,101,115,116,60,47,104,52,62,114,111,98,111,116,104,101,97,118,121,116,114,117,101,44,115,101,118,101,110,103,114,97,110,100,99,114,105,109,101,115,105,103,110,115,97,119,97,114,101,100,97,110,99,101,112,104,97,115,101,62,60,33,45,45,101,110,95,85,83,38,35,51,57,59,50,48,48,112,120,95,110,97,109,101,108,97,116,105,110,101,110,106,111,121,97,106,97,120,46,97,116,105,111,110,115,109,105,116,104,85,46,83,46,32,104,111,108,100,115,112,101,116,101,114,105,110,100,105,97,110,97,118,34,62,99,104,97,105,110,115,99,111,114,101,99,111,109,101,115,100,111,105,110,103,112,114,105,111,114,83,104,97,114,101,49,57,57,48,115,114,111,109,97,110,108,105,115,116,115,106,97,112,97,110,102,97,108,108,115,116,114,105,97,108,111,119,110,101,114,97,103,114,101,101,60,47,104,50,62,97,98,117,115,101,97,108,101,114,116,111,112,101,114,97,34,45,47,47,87,99,97,114,100,115,104,105,108,108,115,116,101,97,109,115,80,104,111,116,111,116,114,117,116,104,99,108,101,97,110,46,112,104,112,63,115,97,105,110,116,109,101,116,97,108,108,111,117,105,115,109,101,97,110,116,112,114,111,111,102,98,114,105,101,102,114,111,119,34,62,103,101,110,114,101,116,114,117,99,107,108,111,111,107,115,86,97,108,117,101,70,114,97,109,101,46,110,101,116,47,45,45,62,10,60,116,114,121,32,123,10,118,97,114,32,109,97,107,101,115,99,111,115,116,115,112,108,97,105,110,97,100,117,108,116,113,117,101,115,116,116,114,97,105,110,108,97,98,111,114,104,101,108,112,115,99,97,117,115,101,109,97,103,105,99,109,111,116,111,114,116,104,101,105,114,50,53,48,112,120,108,101,97,115,116,115,116,101,112,115,67,111,117,110,116,99,111,117,108,100,103,108,97,115,115,115,105,100,101,115,102,117,110,100,115,104,111,116,101,108,97,119,97,114,100,109,111,117,116,104,109,111,118,101,115,112,97,114,105,115,103,105,118,101,115,100,117,116,99,104,116,101,120,97,115,102,114,117,105,116,110,117,108,108,44,124,124,91,93,59,116,111,112,34,62,10,60,33,45,45,80,79,83,84,34,111,99,101,97,110,60,98,114,47,62,102,108,111,111,114,115,112,101,97,107,100,101,112,116,104,32,115,105,122,101,98,97,110,107,115,99,97,116,99,104,99,104,97,114,116,50,48,112,120,59,97,108,105,103,110,100,101,97,108,115,119,111,117,108,100,53,48,112,120,59,117,114,108,61,34,112,97,114,107,115,109,111,117,115,101,77,111,115,116,32,46,46,46,60,47,97,109,111,110,103,98,114,97,105,110,98,111,100,121,32,110,111,110,101,59,98,97,115,101,100,99,97,114,114,121,100,114,97,102,116,114,101,102,101,114,112,97,103,101,95,104,111,109,101,46,109,101,116,101,114,100,101,108,97,121,100,114,101,97,109,112,114,111,118,101,106,111,105,110,116,60,47,116,114,62,100,114,117,103,115,60,33,45,45,32,97,112,114,105,108,105,100,101,97,108,97,108,108,101,110,101,120,97,99,116,102,111,114,116,104,99,111,100,101,115,108,111,103,105,99,86,105,101,119,32,115,101,101,109,115,98,108,97,110,107,112,111,114,116,115,32,40,50,48,48,115,97,118,101,100,95,108,105,110,107,103,111,97,108,115,103,114,97,110,116,103,114,101,101,107,104,111,109,101,115,114,105,110,103,115,114,97,116,101,100,51,48,112,120,59,119,104,111,115,101,112,97,114,115,101,40,41,59,34,32,66,108,111,99,107,108,105,110,117,120,106,111,110,101,115,112,105,120,101,108,39,41,59,34,62,41,59,105,102,40,45,108,101,102,116,100,97,118,105,100,104,111,114,115,101,70,111,99,117,115,114,97,105,115,101,98,111,120,101,115,84,114,97,99,107,101,109,101,110,116,60,47,101,109,62,98,97,114,34,62,46,115,114,99,61,116,111,119,101,114,97,108,116,61,34,99,97,98,108,101,104,101,110,114,121,50,52,112,120,59,115,101,116,117,112,105,116,97,108,121,115,104,97,114,112,109,105,110,111,114,116,97,115,116,101,119,97,110,116,115,116,104,105,115,46,114,101,115,101,116,119,104,101,101,108,103,105,114,108,115,47,99,115,115,47,49,48,48,37,59,99,108,117,98,115,115,116,117,102,102,98,105,98,108,101,118,111,116,101,115,32,49,48,48,48,107,111,114,101,97,125,41,59,13,10,98,97,110,100,115,113,117,101,117,101,61,32,123,125,59,56,48,112,120,59,99,107,105,110,103,123,13,10,9,9,97,104,101,97,100,99,108,111,99,107,105,114,105,115,104,108,105,107,101,32,114,97,116,105,111,115,116,97,116,115,70,111,114,109,34,121,97,104,111,111,41,91,48,93,59,65,98,111,117,116,102,105,110,100,115,60,47,104,49,62,100,101,98,117,103,116,97,115,107,115,85,82,76,32,61,99,101,108,108,115,125,41,40,41,59,49,50,112,120,59,112,114,105,109,101,116,101,108,108,115,116,117,114,110,115,48,120,54,48,48,46,106,112,103,34,115,112,97,105,110,98,101,97,99,104,116,97,120,101,115,109,105,99,114,111,97,110,103,101,108,45,45,62,60,47,103,105,102,116,115,115,116,101,118,101,45,108,105,110,107,98,111,100,121,46,125,41,59,10,9,109,111,117,110,116,32,40,49,57,57,70,65,81,60,47,114,111,103,101,114,102,114,97,110,107,67,108,97,115,115,50,56,112,120,59,102,101,101,100,115,60,104,49,62,60,115,99,111,116,116,116,101,115,116,115,50,50,112,120,59,100,114,105,110,107,41,32,124,124,32,108,101,119,105,115,115,104,97,108,108,35,48,51,57,59,32,102,111,114,32,108,111,118,101,100,119,97,115,116,101,48,48,112,120,59,106,97,58,227,130,115,105,109,111,110,60,102,111,110,116,114,101,112,108,121,109,101,101,116,115,117,110,116,101,114,99,104,101,97,112,116,105,103,104,116,66,114,97,110,100,41,32,33,61,32,100,114,101,115,115,99,108,105,112,115,114,111,111,109,115,111,110,107,101,121,109,111,98,105,108,109,97,105,110,46,78,97,109,101,32,112,108,97,116,101,102,117,110,110,121,116,114,101,101,115,99,111,109,47,34,49,46,106,112,103,119,109,111,100,101,112,97,114,97,109,83,84,65,82,84,108,101,102,116,32,105,100,100,101,110,44,32,50,48,49,41,59,10,125,10,102,111,114,109,46,118,105,114,117,115,99,104,97,105,114,116,114,97,110,115,119,111,114,115,116,80,97,103,101,115,105,116,105,111,110,112,97,116,99,104,60,33,45,45,10,111,45,99,97,99,102,105,114,109,115,116,111,117,114,115,44,48,48,48,32,97,115,105,97,110,105,43,43,41,123,97,100,111,98,101,39,41,91,48,93,105,100,61,49,48,98,111,116,104,59,109,101,110,117,32,46,50,46,109,105,46,112,110,103,34,107,101,118,105,110,99,111,97,99,104,67,104,105,108,100,98,114,117,99,101,50,46,106,112,103,85,82,76,41,43,46,106,112,103,124,115,117,105,116,101,115,108,105,99,101,104,97,114,114,121,49,50,48,34,32,115,119,101,101,116,116,114,62,13,10,110,97,109,101,61,100,105,101,103,111,112,97,103,101,32,115,119,105,115,115,45,45,62,10,10,35,102,102,102,59,34,62,76,111,103,46,99,111,109,34,116,114,101,97,116,115,104,101,101,116,41,32,38,38,32,49,52,112,120,59,115,108,101,101,112,110,116,101,110,116,102,105,108,101,100,106,97,58,227,131,105,100,61,34,99,78,97,109,101,34,119,111,114,115,101,115,104,111,116,115,45,98,111,120,45,100,101,108,116,97,10,38,108,116,59,98,101,97,114,115,58,52,56,90,60,100,97,116,97,45,114,117,114,97,108,60,47,97,62,32,115,112,101,110,100,98,97,107,101,114,115,104,111,112,115,61,32,34,34,59,112,104,112,34,62,99,116,105,111,110,49,51,112,120,59,98,114,105,97,110,104,101,108,108,111,115,105,122,101,61,111,61,37,50,70,32,106,111,105,110,109,97,121,98,101,60,105,109,103,32,105,109,103,34,62,44,32,102,106,115,105,109,103,34,32,34,41,91,48,93,77,84,111,112,66,84,121,112,101,34,110,101,119,108,121,68,97,110,115,107,99,122,101,99,104,116,114,97,105,108,107,110,111,119,115,60,47,104,53,62,102,97,113,34,62,122,104,45,99,110,49,48,41,59,10,45,49,34,41,59,116,121,112,101,61,98,108,117,101,115,116,114,117,108,121,100,97,118,105,115,46,106,115,39,59,62,13,10,60,33,115,116,101,101,108,32,121,111,117,32,104,50,62,13,10,102,111,114,109,32,106,101,115,117,115,49,48,48,37,32,109,101,110,117,46,13,10,9,13,10,119,97,108,101,115,114,105,115,107,115,117,109,101,110,116,100,100,105,110,103,98,45,108,105,107,116,101,97,99,104,103,105,102,34,32,118,101,103,97,115,100,97,110,115,107,101,101,115,116,105,115,104,113,105,112,115,117,111,109,105,115,111,98,114,101,100,101,115,100,101,101,110,116,114,101,116,111,100,111,115,112,117,101,100,101,97,195,177,111,115,101,115,116,195,161,116,105,101,110,101,104,97,115,116,97,111,116,114,111,115,112,97,114,116,101,100,111,110,100,101,110,117,101,118,111,104,97,99,101,114,102,111,114,109,97,109,105,115,109,111,109,101,106,111,114,109,117,110,100,111,97,113,117,195,173,100,195,173,97,115,115,195,179,108,111,97,121,117,100,97,102,101,99,104,97,116,111,100,97,115,116,97,110,116,111,109,101,110,111,115,100,97,116,111,115,111,116,114,97,115,115,105,116,105,111,109,117,99,104,111,97,104,111,114,97,108,117,103,97,114,109,97,121,111,114,101,115,116,111,115,104,111,114,97,115,116,101,110,101,114,97,110,116,101,115,102,111,116,111,115,101,115,116,97,115,112,97,195,173,115,110,117,101,118,97,115,97,108,117,100,102,111,114,111,115,109,101,100,105,111,113,117,105,101,110,109,101,115,101,115,112,111,100,101,114,99,104,105,108,101,115,101,114,195,161,118,101,99,101,115,100,101,99,105,114,106,111,115,195,169,101,115,116,97,114,118,101,110,116,97,103,114,117,112,111,104,101,99,104,111,101,108,108,111,115,116,101,110,103,111,97,109,105,103,111,99,111,115,97,115,110,105,118,101,108,103,101,110,116,101,109,105,115,109,97,97,105,114,101,115,106,117,108,105,111,116,101,109,97,115,104,97,99,105,97,102,97,118,111,114,106,117,110,105,111,108,105,98,114,101,112,117,110,116,111,98,117,101,110,111,97,117,116,111,114,97,98,114,105,108,98,117,101,110,97,116,101,120,116,111,109,97,114,122,111,115,97,98,101,114,108,105,115,116,97,108,117,101,103,111,99,195,179,109,111,101,110,101,114,111,106,117,101,103,111,112,101,114,195,186,104,97,98,101,114,101,115,116,111,121,110,117,110,99,97,109,117,106,101,114,118,97,108,111,114,102,117,101,114,97,108,105,98,114,111,103,117,115,116,97,105,103,117,97,108,118,111,116,111,115,99,97,115,111,115,103,117,195,173,97,112,117,101,100,111,115,111,109,111,115,97,118,105,115,111,117,115,116,101,100,100,101,98,101,110,110,111,99,104,101,98,117,115,99,97,102,97,108,116,97,101,117,114,111,115,115,101,114,105,101,100,105,99,104,111,99,117,114,115,111,99,108,97,118,101,99,97,115,97,115,108,101,195,179,110,112,108,97,122,111,108,97,114,103,111,111,98,114,97,115,118,105,115,116,97,97,112,111,121,111,106,117,110,116,111,116,114,97,116,97,118,105,115,116,111,99,114,101,97,114,99,97,109,112,111,104,101,109,111,115,99,105,110,99,111,99,97,114,103,111,112,105,115,111,115,111,114,100,101,110,104,97,99,101,110,195,161,114,101,97,100,105,115,99,111,112,101,100,114,111,99,101,114,99,97,112,117,101,100,97,112,97,112,101,108,109,101,110,111,114,195,186,116,105,108,99,108,97,114,111,106,111,114,103,101,99,97,108,108,101,112,111,110,101,114,116,97,114,100,101,110,97,100,105,101,109,97,114,99,97,115,105,103,117,101,101,108,108,97,115,115,105,103,108,111,99,111,99,104,101,109,111,116,111,115,109,97,100,114,101,99,108,97,115,101,114,101,115,116,111,110,105,195,177,111,113,117,101,100,97,112,97,115,97,114,98,97,110,99,111,104,105,106,111,115,118,105,97,106,101,112,97,98,108,111,195,169,115,116,101,118,105,101,110,101,114,101,105,110,111,100,101,106,97,114,102,111,110,100,111,99,97,110,97,108,110,111,114,116,101,108,101,116,114,97,99,97,117,115,97,116,111,109,97,114,109,97,110,111,115,108,117,110,101,115,97,117,116,111,115,118,105,108,108,97,118,101,110,100,111,112,101,115,97,114,116,105,112,111,115,116,101,110,103,97,109,97,114,99,111,108,108,101,118,97,112,97,100,114,101,117,110,105,100,111,118,97,109,111,115,122,111,110,97,115,97,109,98,111,115,98,97,110,100,97,109,97,114,105,97,97,98,117,115,111,109,117,99,104,97,115,117,98,105,114,114,105,111,106,97,118,105,118,105,114,103,114,97,100,111,99,104,105,99,97,97,108,108,195,173,106,111,118,101,110,100,105,99,104,97,101,115,116,97,110,116,97,108,101,115,115,97,108,105,114,115,117,101,108,111,112,101,115,111,115,102,105,110,101,115,108,108,97,109,97,98,117,115,99,111,195,169,115,116,97,108,108,101,103,97,110,101,103,114,111,112,108,97,122,97,104,117,109,111,114,112,97,103,97,114,106,117,110,116,97,100,111,98,108,101,105,115,108,97,115,98,111,108,115,97,98,97,195,177,111,104,97,98,108,97,108,117,99,104,97,195,129,114,101,97,100,105,99,101,110,106,117,103,97,114,110,111,116,97,115,118,97,108,108,101,97,108,108,195,161,99,97,114,103,97,100,111,108,111,114,97,98,97,106,111,101,115,116,195,169,103,117,115,116,111,109,101,110,116,101,109,97,114,105,111,102,105,114,109,97,99,111,115,116,111,102,105,99,104,97,112,108,97,116,97,104,111,103,97,114,97,114,116,101,115,108,101,121,101,115,97,113,117,101,108,109,117,115,101,111,98,97,115,101,115,112,111,99,111,115,109,105,116,97,100,99,105,101,108,111,99,104,105,99,111,109,105,101,100,111,103,97,110,97,114,115,97,110,116,111,101,116,97,112,97,100,101,98,101,115,112,108,97,121,97,114,101,100,101,115,115,105,101,116,101,99,111,114,116,101,99,111,114,101,97,100,117,100,97,115,100,101,115,101,111,118,105,101,106,111,100,101,115,101,97,97,103,117,97,115,38,113,117,111,116,59,100,111,109,97,105,110,99,111,109,109,111,110,115,116,97,116,117,115,101,118,101,110,116,115,109,97,115,116,101,114,115,121,115,116,101,109,97,99,116,105,111,110,98,97,110,110,101,114,114,101,109,111,118,101,115,99,114,111,108,108,117,112,100,97,116,101,103,108,111,98,97,108,109,101,100,105,117,109,102,105,108,116,101,114,110,117,109,98,101,114,99,104,97,110,103,101,114,101,115,117,108,116,112,117,98,108,105,99,115,99,114,101,101,110,99,104,111,111,115,101,110,111,114,109,97,108,116,114,97,118,101,108,105,115,115,117,101,115,115,111,117,114,99,101,116,97,114,103,101,116,115,112,114,105,110,103,109,111,100,117,108,101,109,111,98,105,108,101,115,119,105,116,99,104,112,104,111,116,111,115,98,111,114,100,101,114,114,101,103,105,111,110,105,116,115,101,108,102,115,111,99,105,97,108,97,99,116,105,118,101,99,111,108,117,109,110,114,101,99,111,114,100,102,111,108,108,111,119,116,105,116,108,101,62,101,105,116,104,101,114,108,101,110,103,116,104,102,97,109,105,108,121,102,114,105,101,110,100,108,97,121,111,117,116,97,117,116,104,111,114,99,114,101,97,116,101,114,101,118,105,101,119,115,117,109,109,101,114,115,101,114,118,101,114,112,108,97,121,101,100,112,108,97,121,101,114,101,120,112,97,110,100,112,111,108,105,99,121,102,111,114,109,97,116,100,111,117,98,108,101,112,111,105,110,116,115,115,101,114,105,101,115,112,101,114,115,111,110,108,105,118,105,110,103,100,101,115,105,103,110,109,111,110,116,104,115,102,111,114,99,101,115,117,110,105,113,117,101,119,101,105,103,104,116,112,101,111,112,108,101,101,110,101,114,103,121,110,97,116,117,114,101,115,101,97,114,99,104,102,105,103,117,114,101,104,97,118,105,110,103,99,117,115,116,111,109,111,102,102,115,101,116,108,101,116,116,101,114,119,105,110,100,111,119,115,117,98,109,105,116,114,101,110,100,101,114,103,114,111,117,112,115,117,112,108,111,97,100,104,101,97,108,116,104,109,101,116,104,111,100,118,105,100,101,111,115,115,99,104,111,111,108,102,117,116,117,114,101,115,104,97,100,111,119,100,101,98,97,116,101,118,97,108,117,101,115,79,98,106,101,99,116,111,116,104,101,114,115,114,105,103,104,116,115,108,101,97,103,117,101,99,104,114,111,109,101,115,105,109,112,108,101,110,111,116,105,99,101,115,104,97,114,101,100,101,110,100,105,110,103,115,101,97,115,111,110,114,101,112,111,114,116,111,110,108,105,110,101,115,113,117,97,114,101,98,117,116,116,111,110,105,109,97,103,101,115,101,110,97,98,108,101,109,111,118,105,110,103,108,97,116,101,115,116,119,105,110,116,101,114,70,114,97,110,99,101,112,101,114,105,111,100,115,116,114,111,110,103,114,101,112,101,97,116,76,111,110,100,111,110,100,101,116,97,105,108,102,111,114,109,101,100,100,101,109,97,110,100,115,101,99,117,114,101,112,97,115,115,101,100,116,111,103,103,108,101,112,108,97,99,101,115,100,101,118,105,99,101,115,116,97,116,105,99,99,105,116,105,101,115,115,116,114,101,97,109,121,101,108,108,111,119,97,116,116,97,99,107,115,116,114,101,101,116,102,108,105,103,104,116,104,105,100,100,101,110,105,110,102,111,34,62,111,112,101,110,101,100,117,115,101,102,117,108,118,97,108,108,101,121,99,97,117,115,101,115,108,101,97,100,101,114,115,101,99,114,101,116,115,101,99,111,110,100,100,97,109,97,103,101,115,112,111,114,116,115,101,120,99,101,112,116,114,97,116,105,110,103,115,105,103,110,101,100,116,104,105,110,103,115,101,102,102,101,99,116,102,105,101,108,100,115,115,116,97,116,101,115,111,102,102,105,99,101,118,105,115,117,97,108,101,100,105,116,111,114,118,111,108,117,109,101,82,101,112,111,114,116,109,117,115,101,117,109,109,111,118,105,101,115,112,97,114,101,110,116,97,99,99,101,115,115,109,111,115,116,108,121,109,111,116,104,101,114,34,32,105,100,61,34,109,97,114,107,101,116,103,114,111,117,110,100,99,104,97,110,99,101,115,117,114,118,101,121,98,101,102,111,114,101,115,121,109,98,111,108,109,111,109,101,110,116,115,112,101,101,99,104,109,111,116,105,111,110,105,110,115,105,100,101,109,97,116,116,101,114,67,101,110,116,101,114,111,98,106,101,99,116,101,120,105,115,116,115,109,105,100,100,108,101,69,117,114,111,112,101,103,114,111,119,116,104,108,101,103,97,99,121,109,97,110,110,101,114,101,110,111,117,103,104,99,97,114,101,101,114,97,110,115,119,101,114,111,114,105,103,105,110,112,111,114,116,97,108,99,108,105,101,110,116,115,101,108,101,99,116,114,97,110,100,111,109,99,108,111,115,101,100,116,111,112,105,99,115,99,111,109,105,110,103,102,97,116,104,101,114,111,112,116,105,111,110,115,105,109,112,108,121,114,97,105,115,101,100,101,115,99,97,112,101,99,104,111,115,101,110,99,104,117,114,99,104,100,101,102,105,110,101,114,101,97,115,111,110,99,111,114,110,101,114,111,117,116,112,117,116,109,101,109,111,114,121,105,102,114,97,109,101,112,111,108,105,99,101,109,111,100,101,108,115,78,117,109,98,101,114,100,117,114,105,110,103,111,102,102,101,114,115,115,116,121,108,101,115,107,105,108,108,101,100,108,105,115,116,101,100,99,97,108,108,101,100,115,105,108,118,101,114,109,97,114,103,105,110,100,101,108,101,116,101,98,101,116,116,101,114,98,114,111,119,115,101,108,105,109,105,116,115,71,108,111,98,97,108,115,105,110,103,108,101,119,105,100,103,101,116,99,101,110,116,101,114,98,117,100,103,101,116,110,111,119,114,97,112,99,114,101,100,105,116,99,108,97,105,109,115,101,110,103,105,110,101,115,97,102,101,116,121,99,104,111,105,99,101,115,112,105,114,105,116,45,115,116,121,108,101,115,112,114,101,97,100,109,97,107,105,110,103,110,101,101,100,101,100,114,117,115,115,105,97,112,108,101,97,115,101,101,120,116,101,110,116,83,99,114,105,112,116,98,114,111,107,101,110,97,108,108,111,119,115,99,104,97,114,103,101,100,105,118,105,100,101,102,97,99,116,111,114,109,101,109,98,101,114,45,98,97,115,101,100,116,104,101,111,114,121,99,111,110,102,105,103,97,114,111,117,110,100,119,111,114,107,101,100,104,101,108,112,101,100,67,104,117,114,99,104,105,109,112,97,99,116,115,104,111,117,108,100,97,108,119,97,121,115,108,111,103,111,34,32,98,111,116,116,111,109,108,105,115,116,34,62,41,123,118,97,114,32,112,114,101,102,105,120,111,114,97,110,103,101,72,101,97,100,101,114,46,112,117,115,104,40,99,111,117,112,108,101,103,97,114,100,101,110,98,114,105,100,103,101,108,97,117,110,99,104,82,101,118,105,101,119,116,97,107,105,110,103,118,105,115,105,111,110,108,105,116,116,108,101,100,97,116,105,110,103,66,117,116,116,111,110,98,101,97,117,116,121,116,104,101,109,101,115,102,111,114,103,111,116,83,101,97,114,99,104,97,110,99,104,111,114,97,108,109,111,115,116,108,111,97,100,101,100,67,104,97,110,103,101,114,101,116,117,114,110,115,116,114,105,110,103,114,101,108,111,97,100,77,111,98,105,108,101,105,110,99,111,109,101,115,117,112,112,108,121,83,111,117,114,99,101,111,114,100,101,114,115,118,105,101,119,101,100,38,110,98,115,112,59,99,111,117,114,115,101,65,98,111,117,116,32,105,115,108,97,110,100,60,104,116,109,108,32,99,111,111,107,105,101,110,97,109,101,61,34,97,109,97,122,111,110,109,111,100,101,114,110,97,100,118,105,99,101,105,110,60,47,97,62,58,32,84,104,101,32,100,105,97,108,111,103,104,111,117,115,101,115,66,69,71,73,78,32,77,101,120,105,99,111,115,116,97,114,116,115,99,101,110,116,114,101,104,101,105,103,104,116,97,100,100,105,110,103,73,115,108,97,110,100,97,115,115,101,116,115,69,109,112,105,114,101,83,99,104,111,111,108,101,102,102,111,114,116,100,105,114,101,99,116,110,101,97,114,108,121,109,97,110,117,97,108,83,101,108,101,99,116,46,10,10,79,110,101,106,111,105,110,101,100,109,101,110,117,34,62,80,104,105,108,105,112,97,119,97,114,100,115,104,97,110,100,108,101,105,109,112,111,114,116,79,102,102,105,99,101,114,101,103,97,114,100,115,107,105,108,108,115,110,97,116,105,111,110,83,112,111,114,116,115,100,101,103,114,101,101,119,101,101,107,108,121,32,40,101,46,103,46,98,101,104,105,110,100,100,111,99,116,111,114,108,111,103,103,101,100,117,110,105,116,101,100,60,47,98,62,60,47,98,101,103,105,110,115,112,108,97,110,116,115,97,115,115,105,115,116,97,114,116,105,115,116,105,115,115,117,101,100,51,48,48,112,120,124,99,97,110,97,100,97,97,103,101,110,99,121,115,99,104,101,109,101,114,101,109,97,105,110,66,114,97,122,105,108,115,97,109,112,108,101,108,111,103,111,34,62,98,101,121,111,110,100,45,115,99,97,108,101,97,99,99,101,112,116,115,101,114,118,101,100,109,97,114,105,110,101,70,111,111,116,101,114,99,97,109,101,114,97,60,47,104,49,62,10,95,102,111,114,109,34,108,101,97,118,101,115,115,116,114,101,115,115,34,32,47,62,13,10,46,103,105,102,34,32,111,110,108,111,97,100,108,111,97,100,101,114,79,120,102,111,114,100,115,105,115,116,101,114,115,117,114,118,105,118,108,105,115,116,101,110,102,101,109,97,108,101,68,101,115,105,103,110,115,105,122,101,61,34,97,112,112,101,97,108,116,101,120,116,34,62,108,101,118,101,108,115,116,104,97,110,107,115,104,105,103,104,101,114,102,111,114,99,101,100,97,110,105,109,97,108,97,110,121,111,110,101,65,102,114,105,99,97,97,103,114,101,101,100,114,101,99,101,110,116,80,101,111,112,108,101,60,98,114,32,47,62,119,111,110,100,101,114,112,114,105,99,101,115,116,117,114,110,101,100,124,124,32,123,125,59,109,97,105,110,34,62,105,110,108,105,110,101,115,117,110,100,97,121,119,114,97,112,34,62,102,97,105,108,101,100,99,101,110,115,117,115,109,105,110,117,116,101,98,101,97,99,111,110,113,117,111,116,101,115,49,53,48,112,120,124,101,115,116,97,116,101,114,101,109,111,116,101,101,109,97,105,108,34,108,105,110,107,101,100,114,105,103,104,116,59,115,105,103,110,97,108,102,111,114,109,97,108,49,46,104,116,109,108,115,105,103,110,117,112,112,114,105,110,99,101,102,108,111,97,116,58,46,112,110,103,34,32,102,111,114,117,109,46,65,99,99,101,115,115,112,97,112,101,114,115,115,111,117,110,100,115,101,120,116,101,110,100,72,101,105,103,104,116,115,108,105,100,101,114,85,84,70,45,56,34,38,97,109,112,59,32,66,101,102,111,114,101,46,32,87,105,116,104,115,116,117,100,105,111,111,119,110,101,114,115,109,97,110,97,103,101,112,114,111,102,105,116,106,81,117,101,114,121,97,110,110,117,97,108,112,97,114,97,109,115,98,111,117,103,104,116,102,97,109,111,117,115,103,111,111,103,108,101,108,111,110,103,101,114,105,43,43,41,32,123,105,115,114,97,101,108,115,97,121,105,110,103,100,101,99,105,100,101,104,111,109,101,34,62,104,101,97,100,101,114,101,110,115,117,114,101,98,114,97,110,99,104,112,105,101,99,101,115,98,108,111,99,107,59,115,116,97,116,101,100,116,111,112,34,62,60,114,97,99,105,110,103,114,101,115,105,122,101,45,45,38,103,116,59,112,97,99,105,116,121,115,101,120,117,97,108,98,117,114,101,97,117,46,106,112,103,34,32,49,48,44,48,48,48,111,98,116,97,105,110,116,105,116,108,101,115,97,109,111,117,110,116,44,32,73,110,99,46,99,111,109,101,100,121,109,101,110,117,34,32,108,121,114,105,99,115,116,111,100,97,121,46,105,110,100,101,101,100,99,111,117,110,116,121,95,108,111,103,111,46,70,97,109,105,108,121,108,111,111,107,101,100,77,97,114,107,101,116,108,115,101,32,105,102,80,108,97,121,101,114,116,117,114,107,101,121,41,59,118,97,114,32,102,111,114,101,115,116,103,105,118,105,110,103,101,114,114,111,114,115,68,111,109,97,105,110,125,101,108,115,101,123,105,110,115,101,114,116,66,108,111,103,60,47,102,111,111,116,101,114,108,111,103,105,110,46,102,97,115,116,101,114,97,103,101,110,116,115,60,98,111,100,121,32,49,48,112,120,32,48,112,114,97,103,109,97,102,114,105,100,97,121,106,117,110,105,111,114,100,111,108,108,97,114,112,108,97,99,101,100,99,111,118,101,114,115,112,108,117,103,105,110,53,44,48,48,48,32,112,97,103,101,34,62,98,111,115,116,111,110,46,116,101,115,116,40,97,118,97,116,97,114,116,101,115,116,101,100,95,99,111,117,110,116,102,111,114,117,109,115,115,99,104,101,109,97,105,110,100,101,120,44,102,105,108,108,101,100,115,104,97,114,101,115,114,101,97,100,101,114,97,108,101,114,116,40,97,112,112,101,97,114,83,117,98,109,105,116,108,105,110,101,34,62,98,111,100,121,34,62,10,42,32,84,104,101,84,104,111,117,103,104,115,101,101,105,110,103,106,101,114,115,101,121,78,101,119,115,60,47,118,101,114,105,102,121,101,120,112,101,114,116,105,110,106,117,114,121,119,105,100,116,104,61,67,111,111,107,105,101,83,84,65,82,84,32,97,99,114,111,115,115,95,105,109,97,103,101,116,104,114,101,97,100,110,97,116,105,118,101,112,111,99,107,101,116,98,111,120,34,62,10,83,121,115,116,101,109,32,68,97,118,105,100,99,97,110,99,101,114,116,97,98,108,101,115,112,114,111,118,101,100,65,112,114,105,108,32,114,101,97,108,108,121,100,114,105,118,101,114,105,116,101,109,34,62,109,111,114,101,34,62,98,111,97,114,100,115,99,111,108,111,114,115,99,97,109,112,117,115,102,105,114,115,116,32,124,124,32,91,93,59,109,101,100,105,97,46,103,117,105,116,97,114,102,105,110,105,115,104,119,105,100,116,104,58,115,104,111,119,101,100,79,116,104,101,114,32,46,112,104,112,34,32,97,115,115,117,109,101,108,97,121,101,114,115,119,105,108,115,111,110,115,116,111,114,101,115,114,101,108,105,101,102,115,119,101,100,101,110,67,117,115,116,111,109,101,97,115,105,108,121,32,121,111,117,114,32,83,116,114,105,110,103,10,10,87,104,105,108,116,97,121,108,111,114,99,108,101,97,114,58,114,101,115,111,114,116,102,114,101,110,99,104,116,104,111,117,103,104,34,41,32,43,32,34,60,98,111,100,121,62,98,117,121,105,110,103,98,114,97,110,100,115,77,101,109,98,101,114,110,97,109,101,34,62,111,112,112,105,110,103,115,101,99,116,111,114,53,112,120,59,34,62,118,115,112,97,99,101,112,111,115,116,101,114,109,97,106,111,114,32,99,111,102,102,101,101,109,97,114,116,105,110,109,97,116,117,114,101,104,97,112,112,101,110,60,47,110,97,118,62,107,97,110,115,97,115,108,105,110,107,34,62,73,109,97,103,101,115,61,102,97,108,115,101,119,104,105,108,101,32,104,115,112,97,99,101,48,38,97,109,112,59,32,10,10,73,110,32,32,112,111,119,101,114,80,111,108,115,107,105,45,99,111,108,111,114,106,111,114,100,97,110,66,111,116,116,111,109,83,116,97,114,116,32,45,99,111,117,110,116,50,46,104,116,109,108,110,101,119,115,34,62,48,49,46,106,112,103,79,110,108,105,110,101,45,114,105,103,104,116,109,105,108,108,101,114,115,101,110,105,111,114,73,83,66,78,32,48,48,44,48,48,48,32,103,117,105,100,101,115,118,97,108,117,101,41,101,99,116,105,111,110,114,101,112,97,105,114,46,120,109,108,34,32,32,114,105,103,104,116,115,46,104,116,109,108,45,98,108,111,99,107,114,101,103,69,120,112,58,104,111,118,101,114,119,105,116,104,105,110,118,105,114,103,105,110,112,104,111,110,101,115,60,47,116,114,62,13,117,115,105,110,103,32,10,9,118,97,114,32,62,39,41,59,10,9,60,47,116,100,62,10,60,47,116,114,62,10,98,97,104,97,115,97,98,114,97,115,105,108,103,97,108,101,103,111,109,97,103,121,97,114,112,111,108,115,107,105,115,114,112,115,107,105,216,177,216,175,217,136,228,184,173,230,150,135,231,174,128,228,189,147,231,185,129,233,171,148,228,191,161,230,129,175,228,184,173,229,155,189,230,136,145,228,187,172,228,184,128,228,184,170,229,133,172,229,143,184,231,174,161,231,144,134,232,174,186,229,157,155,229,143,175,228,187,165,230,156,141,229,138,161,230,151,182,233,151,180,228,184,170,228,186,186,228,186,167,229,147,129,232,135,170,229,183,177,228,188,129,228,184,154,230,159,165,231,156,139,229,183,165,228,189,156,232,129,148,231,179,187,230,178,161,230,156,137,231,189,145,231,171,153,230,137,128,230,156,137,232,175,132,232,174,186,228,184,173,229,191,131,230,150,135,231,171,160,231,148,168,230,136,183,233,166,150,233,161,181,228,189,156,232,128,133,230,138,128,230,156,175,233,151,174,233,162,152,231,155,184,229,133,179,228,184,139,232,189,189,230,144,156,231,180,162,228,189,191,231,148,168,232,189,175,228,187,182,229,156,168,231,186,191,228,184,187,233,162,152,232,181,132,230,150,153,232,167,134,233,162,145,229,155,158,229,164,141,230,179,168,229,134,140,231,189,145,231,187,156,230,148,182,232,151,143,229,134,133,229,174,185,230,142,168,232,141,144,229,184,130,229,156,186,230,182,136,230,129,175,231,169,186,233,151,180,229,143,145,229,184,131,228,187,128,228,185,136,229,165,189,229,143,139,231,148,159,230,180,187,229,155,190,231,137,135,229,143,145,229,177,149,229,166,130,230,158,156,230,137,139,230,156,186,230,150,176,233,151,187,230,156,128,230,150,176,230,150,185,229,188,143,229,140,151,228,186,172,230,143,144,228,190,155,229,133,179,228,186,142,230,155,180,229,164,154,232,191,153,228,184,170,231,179,187,231,187,159,231,159,165,233,129,147,230,184,184,230,136,143,229,185,191,229,145,138,229,133,182,228,187,150,229,143,145,232,161,168,229,174,137,229,133,168,231,172,172,228,184,128,228,188,154,229,145,152,232,191,155,232,161,140,231,130,185,229,135,187,231,137,136,230,157,131,231,148,181,229,173,144,228,184,150,231,149,140,232,174,190,232,174,161,229,133,141,232,180,185,230,149,153,232,130,178,229,138,160,229,133,165,230,180,187,229,138,168,228,187,150,228,187,172,229,149,134,229,147,129,229,141,154,229,174,162,231,142,176,229,156,168,228,184,138,230,181,183,229,166,130,228,189,149,229,183,178,231,187,143,231,149,153,232,168,128,232,175,166,231,187,134,231,164,190,229,140,186,231,153,187,229,189,149,230,156,172,231,171,153,233,156,128,232,166,129,228,187,183,230,160,188,230,148,175,230,140,129,229,155,189,233,153,133,233,147,190,230,142,165,229,155,189,229,174,182,229,187,186,232,174,190,230,156,139,229,143,139,233,152,133,232,175,187,230,179,149,229,190,139,228,189,141,231,189,174,231,187,143,230,181,142,233,128,137,230,139,169,232,191,153,230,160,183,229,189,147,229,137,141,229,136,134,231,177,187,230,142,146,232,161,140,229,155,160,228,184,186,228,186,164,230,152,147,230,156,128,229,144,142,233,159,179,228,185,144,228,184,141,232,131,189,233,128,154,232,191,135,232,161,140,228,184,154,231,167,145,230,138,128,229,143,175,232,131,189,232,174,190,229,164,135,229,144,136,228,189,156,229,164,167,229,174,182,231,164,190,228,188,154,231,160,148,231,169,182,228,184,147,228,184,154,229,133,168,233,131,168,233,161,185,231,155,174,232,191,153,233,135,140,232,191,152,230,152,175,229,188,128,229,167,139,230,131,133,229,134,181,231,148,181,232,132,145,230,150,135,228,187,182,229,147,129,231,137,140,229,184,174,229,138,169,230,150,135,229,140,150,232,181,132,230,186,144,229,164,167,229,173,166,229,173,166,228,185,160,229,156,176,229,157,128,230,181,143,232,167,136,230,138,149,232,181,132,229,183,165,231,168,139,232,166,129,230,177,130,230,128,142,228,185,136,230,151,182,229,128,153,229,138,159,232,131,189,228,184,187,232,166,129,231,155,174,229,137,141,232,181,132,232,174,175,229,159,142,229,184,130,230,150,185,230,179,149,231,148,181,229,189,177,230,139,155,232,129,152,229,163,176,230,152,142,228,187,187,228,189,149,229,129,165,229,186,183,230,149,176,230,141,174,231,190,142,229,155,189,230,177,189,232,189,166,228,187,139,231,187,141,228,189,134,230,152,175,228,186,164,230,181,129,231,148,159,228,186,167,230,137,128,228,187,165,231,148,181,232,175,157,230,152,190,231,164,186,228,184,128,228,186,155,229,141,149,228,189,141,228,186,186,229,145,152,229,136,134,230,158,144,229,156,176,229,155,190,230,151,133,230,184,184,229,183,165,229,133,183,229,173,166,231,148,159,231,179,187,229,136,151,231,189,145,229,143,139,229,184,150,229,173,144,229,175,134,231,160,129,233,162,145,233,129,147,230,142,167,229,136,182,229,156,176,229,140,186,229,159,186,230,156,172,229,133,168,229,155,189,231,189,145,228,184,138,233,135,141,232,166,129,231,172,172,228,186,140,229,150,156,230,172,162,232,191,155,229,133,165,229,143,139,230,131,133,232,191,153,228,186,155,232,128,131,232,175,149,229,143,145,231,142,176,229,159,185,232,174,173,228,187,165,228,184,138,230,148,191,229,186,156,230,136,144,228,184,186,231,142,175,229,162,131,233,166,153,230,184,175,229,144,140,230,151,182,229,168,177,228,185,144,229,143,145,233,128,129,228,184,128,229,174,154,229,188,128,229,143,145,228,189,156,229,147,129,230,160,135,229,135,134,230,172,162,232,191,142,232,167,163,229,134,179,229,156,176,230,150,185,228,184,128,228,184,139,228,187,165,229,143,138,232,180,163,228,187,187,230,136,150,232,128,133,229,174,162,230,136,183,228,187,163,232,161,168,231,167,175,229,136,134,229,165,179,228,186,186,230,149,176,231,160,129,233,148,128,229,148,174,229,135,186,231,142,176,231,166,187,231,186,191,229,186,148,231,148,168,229,136,151,232,161,168,228,184,141,229,144,140,231,188,150,232,190,145,231,187,159,232,174,161,230,159,165,232,175,162,228,184,141,232,166,129,230,156,137,229,133,179,230,156,186,230,158,132,229,190,136,229,164,154,230,146,173,230,148,190,231,187,132,231,187,135,230,148,191,231,173,150,231,155,180,230,142,165,232,131,189,229,138,155,230,157,165,230,186,144,230,153,130,233,150,147,231,156,139,229,136,176,231,131,173,233,151,168,229,133,179,233,148,174,228,184,147,229,140,186,233,157,158,229,184,184,232,139,177,232,175,173,231,153,190,229,186,166,229,184,140,230,156,155,231,190,142,229,165,179,230,175,148,232,190,131,231,159,165,232,175,134,232,167,132,229,174,154,229,187,186,232,174,174,233,131,168,233,151,168,230,132,143,232,167,129,231,178,190,229,189,169,230,151,165,230,156,172,230,143,144,233,171,152,229,143,145,232,168,128,230,150,185,233,157,162,229,159,186,233,135,145,229,164,132,231,144,134,230,157,131,233,153,144,229,189,177,231,137,135,233,147,182,232,161,140,232,191,152,230,156,137,229,136,134,228,186,171,231,137,169,229,147,129,231,187,143,232,144,165,230,183,187,229,138,160,228,184,147,229,174,182,232,191,153,231,167,141,232,175,157,233,162,152,232,181,183,230,157,165,228,184,154,229,138,161,229,133,172,229,145,138,232,174,176,229,189,149,231,174,128,228,187,139,232,180,168,233,135,143,231,148,183,228,186,186,229,189,177,229,147,141,229,188,149,231,148,168,230,138,165,229,145,138,233,131,168,229,136,134,229,191,171,233,128,159,229,146,168,232,175,162,230,151,182,229,176,154,230,179,168,230,132,143,231,148,179,232,175,183,229,173,166,230,160,161,229,186,148,232,175,165,229,142,134,229,143,178,229,143,170,230,152,175,232,191,148,229,155,158,232,180,173,228,185,176,229,144,141,231,167,176,228,184,186,228,186,134,230,136,144,229,138,159,232,175,180,230,152,142,228,190,155,229,186,148,229,173,169,229,173,144,228,184,147,233,162,152,231,168,139,229,186,143,228,184,128,232,136,172,230,156,131,229,147,161,229,143,170,230,156,137,229,133,182,229,174,131,228,191,157,230,138,164,232,128,140,228,184,148,228,187,138,229,164,169,231,170,151,229,143,163,229,138,168,230,128,129,231,138,182,230,128,129,231,137,185,229,136,171,232,174,164,228,184,186,229,191,133,233,161,187,230,155,180,230,150,176,229,176,143,232,175,180,230,136,145,229,128,145,228,189,156,228,184,186,229,170,146,228,189,147,229,140,133,230,139,172,233,130,163,228,185,136,228,184,128,230,160,183,229,155,189,229,134,133,230,152,175,229,144,166,230,160,185,230,141,174,231,148,181,232,167,134,229,173,166,233,153,162,229,133,183,230,156,137,232,191,135,231,168,139,231,148,177,228,186,142,228,186,186,230,137,141,229,135,186,230,157,165,228,184,141,232,191,135,230,173,163,229,156,168,230,152,142,230,152,159,230,149,133,228,186,139,229,133,179,231,179,187,230,160,135,233,162,152,229,149,134,229,138,161,232,190,147,229,133,165,228,184,128,231,155,180,229,159,186,231,161,128,230,149,153,229,173,166,228,186,134,232,167,163,229,187,186,231,173,145,231,187,147,230,158,156,229,133,168,231,144,131,233,128,154,231,159,165,232,174,161,229,136,146,229,175,185,228,186,142,232,137,186,230,156,175,231,155,184,229,134,140,229,143,145,231,148,159,231,156,159,231,154,132,229,187,186,231,171,139,231,173,137,231,186,167,231,177,187,229,158,139,231,187,143,233,170,140,229,174,158,231,142,176,229,136,182,228,189,156,230,157,165,232,135,170,230,160,135,231,173,190,228,187,165,228,184,139,229,142,159,229,136,155,230,151,160,230,179,149,229,133,182,228,184,173,229,128,139,228,186,186,228,184,128,229,136,135,230,140,135,229,141,151,229,133,179,233,151,173,233,155,134,229,155,162,231,172,172,228,184,137,229,133,179,230,179,168,229,155,160,230,173,164,231,133,167,231,137,135,230,183,177,229,156,179,229,149,134,228,184,154,229,185,191,229,183,158,230,151,165,230,156,159,233,171,152,231,186,167,230,156,128,232,191,145,231,187,188,229,144,136,232,161,168,231,164,186,228,184,147,232,190,145,232,161,140,228,184,186,228,186,164,233,128,154,232,175,132,228,187,183,232,167,137,229,190,151,231,178,190,229,141,142,229,174,182,229,186,173,229,174,140,230,136,144,230,132,159,232,167,137,229,174,137,232,163,133,229,190,151,229,136,176,233,130,174,228,187,182,229,136,182,229,186,166,233,163,159,229,147,129,232,153,189,231,132,182,232,189,172,232,189,189,230,138,165,228,187,183,232,174,176,232,128,133,230,150,185,230,161,136,232,161,140,230,148,191,228,186,186,230,176,145,231,148,168,229,147,129,228,184,156,232,165,191,230,143,144,229,135,186,233,133,146,229,186,151,231,132,182,229,144,142,228,187,152,230,172,190,231,131,173,231,130,185,228,187,165,229,137,141,229,174,140,229,133,168,229,143,145,229,184,150,232,174,190,231,189,174,233,162,134,229,175,188,229,183,165,228,184,154,229,140,187,233,153,162,231,156,139,231,156,139,231,187,143,229,133,184,229,142,159,229,155,160,229,185,179,229,143,176,229,144,132,231,167,141,229,162,158,229,138,160,230,157,144,230,150,153,230,150,176,229,162,158,228,185,139,229,144,142,232,129,140,228,184,154,230,149,136,230,158,156,228,187,138,229,185,180,232,174,186,230,150,135,230,136,145,229,155,189,229,145,138,232,175,137,231,137,136,228,184,187,228,191,174,230,148,185,229,143,130,228,184,142,230,137,147,229,141,176,229,191,171,228,185,144,230,156,186,230,162,176,232,167,130,231,130,185,229,173,152,229,156,168,231,178,190,231,165,158,232,142,183,229,190,151,229,136,169,231,148,168,231,187,167,231,187,173,228,189,160,228,187,172,232,191,153,228,185,136,230,168,161,229,188,143,232,175,173,232,168,128,232,131,189,229,164,159,233,155,133,232,153,142,230,147,141,228,189,156,233,163,142,230,160,188,228,184,128,232,181,183,231,167,145,229,173,166,228,189,147,232,130,178,231,159,173,228,191,161,230,157,161,228,187,182,230,178,187,231,150,151,232,191,144,229,138,168,228,186,167,228,184,154,228,188,154,232,174,174,229,175,188,232,136,170,229,133,136,231,148,159,232,129,148,231,155,159,229,143,175,230,152,175,229,149,143,233,161,140,231,187,147,230,158,132,228,189,156,231,148,168,232,176,131,230,159,165,232,179,135,230,150,153,232,135,170,229,138,168,232,180,159,232,180,163,229,134,156,228,184,154,232,174,191,233,151,174,229,174,158,230,150,189,230,142,165,229,143,151,232,174,168,232,174,186,233,130,163,228,184,170,229,143,141,233,166,136,229,138,160,229,188,186,229,165,179,230,128,167,232,140,131,229,155,180,230,156,141,229,139,153,228,188,145,233,151,178,228,187,138,230,151,165,229,174,162,230,156,141,232,167,128,231,156,139,229,143,130,229,138,160,231,154,132,232,175,157,228,184,128,231,130,185,228,191,157,232,175,129,229,155,190,228,185,166,230,156,137,230,149,136,230,181,139,232,175,149,231,167,187,229,138,168,230,137,141,232,131,189,229,134,179,229,174,154,232,130,161,231,165,168,228,184,141,230,150,173,233,156,128,230,177,130,228,184,141,229,190,151,229,138,158,230,179,149,228,185,139,233,151,180,233,135,135,231,148,168,232,144,165,233,148,128,230,138,149,232,175,137,231,155,174,230,160,135,231,136,177,230,131,133,230,145,132,229,189,177,230,156,137,228,186,155,232,164,135,232,163,189,230,150,135,229,173,166,230,156,186,228,188,154,230,149,176,229,173,151,232,163,133,228,191,174,232,180,173,231,137,169,229,134,156,230,157,145,229,133,168,233,157,162,231,178,190,229,147,129,229,133,182,229,174,158,228,186,139,230,131,133,230,176,180,229,185,179,230,143,144,231,164,186,228,184,138,229,184,130,232,176,162,232,176,162,230,153,174,233,128,154,230,149,153,229,184,136,228,184,138,228,188,160,231,177,187,229,136,171,230,173,140,230,155,178,230,139,165,230,156,137,229,136,155,230,150,176,233,133,141,228,187,182,229,143,170,232,166,129,230,151,182,228,187,163,232,179,135,232,168,138,232,190,190,229,136,176,228,186,186,231,148,159,232,174,162,233,152,133,232,128,129,229,184,136,229,177,149,231,164,186,229,191,131,231,144,134,232,180,180,229,173,144,231,182,178,231,171,153,228,184,187,233,161,140,232,135,170,231,132,182,231,186,167,229,136,171,231,174,128,229,141,149,230,148,185,233,157,169,233,130,163,228,186,155,230,157,165,232,175,180,230,137,147,229,188,128,228,187,163,231,160,129,229,136,160,233,153,164,232,175,129,229,136,184,232,138,130,231,155,174,233,135,141,231,130,185,230,172,161,230,149,184,229,164,154,229,176,145,232,167,132,229,136,146,232,181,132,233,135,145,230,137,190,229,136,176,228,187,165,229,144,142,229,164,167,229,133,168,228,184,187,233,161,181,230,156,128,228,189,179,229,155,158,231,173,148,229,164,169,228,184,139,228,191,157,233,154,156,231,142,176,228,187,163,230,163,128,230,159,165,230,138,149,231,165,168,229,176,143,230,151,182,230,178,146,230,156,137,230,173,163,229,184,184,231,148,154,232,135,179,228,187,163,231,144,134,231,155,174,229,189,149,229,133,172,229,188,128,229,164,141,229,136,182,233,135,145,232,158,141,229,185,184,231,166,143,231,137,136,230,156,172,229,189,162,230,136,144,229,135,134,229,164,135,232,161,140,230,131,133,229,155,158,229,136,176,230,128,157,230,131,179,230,128,142,230,160,183,229,141,143,232,174,174,232,174,164,232,175,129,230,156,128,229,165,189,228,186,167,231,148,159,230,140,137,231,133,167,230,156,141,232,163,133,229,185,191,228,184,156,229,138,168,230,188,171,233,135,135,232,180,173,230,150,176,230,137,139,231,187,132,229,155,190,233,157,162,230,157,191,229,143,130,232,128,131,230,148,191,230,178,187,229,174,185,230,152,147,229,164,169,229,156,176,229,138,170,229,138,155,228,186,186,228,187,172,229,141,135,231,186,167,233,128,159,229,186,166,228,186,186,231,137,169,232,176,131,230,149,180,230,181,129,232,161,140,233,128,160,230,136,144,230,150,135,229,173,151,233,159,169,229,155,189,232,180,184,230,152,147,229,188,128,229,177,149,231,155,184,233,151,156,232,161,168,231,142,176,229,189,177,232,167,134,229,166,130,230,173,164,231,190,142,229,174,185,229,164,167,229,176,143,230,138,165,233,129,147,230,157,161,230,172,190,229,191,131,230,131,133,232,174,184,229,164,154,230,179,149,232,167,132,229,174,182,229,177,133,228,185,166,229,186,151,232,191,158,230,142,165,231,171,139,229,141,179,228,184,190,230,138,165,230,138,128,229,183,167,229,165,165,232,191,144,231,153,187,229,133,165,228,187,165,230,157,165,231,144,134,232,174,186,228,186,139,228,187,182,232,135,170,231,148,177,228,184,173,229,141,142,229,138,158,229,133,172,229,166,136,229,166,136,231,156,159,230,173,163,228,184,141,233,148,153,229,133,168,230,150,135,229,144,136,229,144,140,228,187,183,229,128,188,229,136,171,228,186,186,231,155,145,231,157,163,229,133,183,228,189,147,228,184,150,231,186,170,229,155,162,233,152,159,229,136,155,228,184,154,230,137,191,230,139,133,229,162,158,233,149,191,230,156,137,228,186,186,228,191,157,230,140,129,229,149,134,229,174,182,231,187,180,228,191,174,229,143,176,230,185,190,229,183,166,229,143,179,232,130,161,228,187,189,231,173,148,230,161,136,229,174,158,233,153,133,231,148,181,228,191,161,231,187,143,231,144,134,231,148,159,229,145,189,229,174,163,228,188,160,228,187,187,229,138,161,230,173,163,229,188,143,231,137,185,232,137,178,228,184,139,230,157,165,229,141,143,228,188,154,229,143,170,232,131,189,229,189,147,231,132,182,233,135,141,230,150,176,229,133,167,229,174,185,230,140,135,229,175,188,232,191,144,232,161,140,230,151,165,229,191,151,232,179,163,229,174,182,232,182,133,232,191,135,229,156,159,229,156,176,230,181,153,230,177,159,230,148,175,228,187,152,230,142,168,229,135,186,231,171,153,233,149,191,230,157,173,229,183,158,230,137,167,232,161,140,229,136,182,233,128,160,228,185,139,228,184,128,230,142,168,229,185,191,231,142,176,229,156,186,230,143,143,232,191,176,229,143,152,229,140,150,228,188,160,231,187,159,230,173,140,230,137,139,228,191,157,233,153,169,232,175,190,231,168,139,229,140,187,231,150,151,231,187,143,232,191,135,232,191,135,229,142,187,228,185,139,229,137,141,230,148,182,229,133,165,229,185,180,229,186,166,230,157,130,229,191,151,231,190,142,228,184,189,230,156,128,233,171,152,231,153,187,233,153,134,230,156,170,230,157,165,229,138,160,229,183,165,229,133,141,232,180,163,230,149,153,231,168,139,231,137,136,229,157,151,232,186,171,228,189,147,233,135,141,229,186,134,229,135,186,229,148,174,230,136,144,230,156,172,229,189,162,229,188,143,229,156,159,232,177,134,229,135,186,229,131,185,228,184,156,230,150,185,233,130,174,231,174,177,229,141,151,228,186,172,230,177,130,232,129,140,229,143,150,229,190,151,232,129,140,228,189,141,231,155,184,228,191,161,233,161,181,233,157,162,229,136,134,233,146,159,231,189,145,233,161,181,231,161,174,229,174,154,229,155,190,228,190,139,231,189,145,229,157,128,231,167,175,230,158,129,233,148,153,232,175,175,231,155,174,231,154,132,229,174,157,232,180,157,230,156,186,229,133,179,233,163,142,233,153,169,230,142,136,230,157,131,231,151,133,230,175,146,229,174,160,231,137,169,233,153,164,228,186,134,232,169,149,232,171,150,231,150,190,231,151,133,229,143,138,230,151,182,230,177,130,232,180,173,231,171,153,231,130,185,229,132,191,231,171,165,230,175,143,229,164,169,228,184,173,229,164,174,232,174,164,232,175,134,230,175,143,228,184,170,229,164,169,230,180,165,229,173,151,228,189,147,229,143,176,231,129,163,231,187,180,230,138,164,230,156,172,233,161,181,228,184,170,230,128,167,229,174,152,230,150,185,229,184,184,232,167,129,231,155,184,230,156,186,230,136,152,231,149,165,229,186,148,229,189,147,229,190,139,229,184,136,230,150,185,228,190,191,230,160,161,229,155,173,232,130,161,229,184,130,230,136,191,229,177,139,230,160,143,231,155,174,229,145,152,229,183,165,229,175,188,232,135,180,231,170,129,231,132,182,233,129,147,229,133,183,230,156,172,231,189,145,231,187,147,229,144,136,230,161,163,230,161,136,229,138,179,229,138,168,229,143,166,229,164,150,231,190,142,229,133,131,229,188,149,232,181,183,230,148,185,229,143,152,231,172,172,229,155,155,228,188,154,232,174,161,232,170,170,230,152,142,233,154,144,231,167,129,229,174,157,229,174,157,232,167,132,232,140,131,230,182,136,232,180,185,229,133,177,229,144,140,229,191,152,232,174,176,228,189,147,231,179,187,229,184,166,230,157,165,229,144,141,229,173,151,231,153,188,232,161,168,229,188,128,230,148,190,229,138,160,231,155,159,229,143,151,229,136,176,228,186,140,230,137,139,229,164,167,233,135,143,230,136,144,228,186,186,230,149,176,233,135,143,229,133,177,228,186,171,229,140,186,229,159,159,229,165,179,229,173,169,229,142,159,229,136,153,230,137,128,229,156,168,231,187,147,230,157,159,233,128,154,228,191,161,232,182,133,231,186,167,233,133,141,231,189,174,229,189,147,230,151,182,228,188,152,231,167,128,230,128,167,230,132,159,230,136,191,228,186,167,233,129,138,230,136,178,229,135,186,229,143,163,230,143,144,228,186,164,229,176,177,228,184,154,228,191,157,229,129,165,231,168,139,229,186,166,229,143,130,230,149,176,228,186,139,228,184,154,230,149,180,228,184,170,229,177,177,228,184,156,230,131,133,230,132,159,231,137,185,230,174,138,229,136,134,233,161,158,230,144,156,229,176,139,229,177,158,228,186,142,233,151,168,230,136,183,232,180,162,229,138,161,229,163,176,233,159,179,229,143,138,229,133,182,232,180,162,231,187,143,229,157,154,230,140,129,229,185,178,233,131,168,230,136,144,231,171,139,229,136,169,231,155,138,232,128,131,232,153,145,230,136,144,233,131,189,229,140,133,232,163,133,231,148,168,230,136,182,230,175,148,232,181,155,230,150,135,230,152,142,230,139,155,229,149,134,229,174,140,230,149,180,231,156,159,230,152,175,231,156,188,231,157,155,228,188,153,228,188,180,229,168,129,230,156,155,233,162,134,229,159,159,229,141,171,231,148,159,228,188,152,230,131,160,232,171,150,229,163,135,229,133,172,229,133,177,232,137,175,229,165,189,229,133,133,229,136,134,231,172,166,229,144,136,233,153,132,228,187,182,231,137,185,231,130,185,228,184,141,229,143,175,232,139,177,230,150,135,232,181,132,228,186,167,230,160,185,230,156,172,230,152,142,230,152,190,229,175,134,231,162,188,229,133,172,228,188,151,230,176,145,230,151,143,230,155,180,229,138,160,228,186,171,229,143,151,229,144,140,229,173,166,229,144,175,229,138,168,233,128,130,229,144,136,229,142,159,230,157,165,233,151,174,231,173,148,230,156,172,230,150,135,231,190,142,233,163,159,231,187,191,232,137,178,231,168,179,229,174,154,231,187,136,228,186,142,231,148,159,231,137,169,228,190,155,230,177,130,230,144,156,231,139,144,229,138,155,233,135,143,228,184,165,233,135,141,230,176,184,232,191,156,229,134,153,231,156,159,230,156,137,233,153,144,231,171,158,228,186,137,229,175,185,232,177,161,232,180,185,231,148,168,228,184,141,229,165,189,231,187,157,229,175,185,229,141,129,229,136,134,228,191,131,232,191,155,231,130,185,232,175,132,229,189,177,233,159,179,228,188,152,229,138,191,228,184,141,229,176,145,230,172,163,232,181,143,229,185,182,228,184,148,230,156,137,231,130,185,230,150,185,229,144,145,229,133,168,230,150,176,228,191,161,231,148,168,232,174,190,230,150,189,229,189,162,232,177,161,232,181,132,230,160,188,231,170,129,231,160,180,233,154,143,231,157,128,233,135,141,229,164,167,228,186,142,230,152,175,230,175,149,228,184,154,230,153,186,232,131,189,229,140,150,229,183,165,229,174,140,231,190,142,229,149,134,229,159,142,231,187,159,228,184,128,229,135,186,231,137,136,230,137,147,233,128,160,231,148,162,229,147,129,230,166,130,229,134,181,231,148,168,228,186,142,228,191,157,231,149,153,229,155,160,231,180,160,228,184,173,229,156,139,229,173,152,229,130,168,232,180,180,229,155,190,230,156,128,230,132,155,233,149,191,230,156,159,229,143,163,228,187,183,231,144,134,232,180,162,229,159,186,229,156,176,229,174,137,230,142,146,230,173,166,230,177,137,233,135,140,233,157,162,229,136,155,229,187,186,229,164,169,231,169,186,233,166,150,229,133,136,229,174,140,229,150,132,233,169,177,229,138,168,228,184,139,233,157,162,228,184,141,229,134,141,232,175,154,228,191,161,230,132,143,228,185,137,233,152,179,229,133,137,232,139,177,229,155,189,230,188,130,228,186,174,229,134,155,228,186,139,231,142,169,229,174,182,231,190,164,228,188,151,229,134,156,230,176,145,229,141,179,229,143,175,229,144,141,231,168,177,229,174,182,229,133,183,229,138,168,231,148,187,230,131,179,229,136,176,230,179,168,230,152,142,229,176,143,229,173,166,230,128,167,232,131,189,232,128,131,231,160,148,231,161,172,228,187,182,232,167,130,231,156,139,230,184,133,230,165,154,230,144,158,231,172,145,233,166,150,233,160,129,233,187,132,233,135,145,233,128,130,231,148,168,230,177,159,232,139,143,231,156,159,229,174,158,228,184,187,231,174,161,233,152,182,230,174,181,232,168,187,229,134,138,231,191,187,232,175,145,230,157,131,229,136,169,229,129,154,229,165,189,228,188,188,228,185,142,233,128,154,232,174,175,230,150,189,229,183,165,231,139,128,230,133,139,228,185,159,232,174,184,231,142,175,228,191,157,229,159,185,229,133,187,230,166,130,229,191,181,229,164,167,229,158,139,230,156,186,231,165,168,231,144,134,232,167,163,229,140,191,229,144,141,99,117,97,110,100,111,101,110,118,105,97,114,109,97,100,114,105,100,98,117,115,99,97,114,105,110,105,99,105,111,116,105,101,109,112,111,112,111,114,113,117,101,99,117,101,110,116,97,101,115,116,97,100,111,112,117,101,100,101,110,106,117,101,103,111,115,99,111,110,116,114,97,101,115,116,195,161,110,110,111,109,98,114,101,116,105,101,110,101,110,112,101,114,102,105,108,109,97,110,101,114,97,97,109,105,103,111,115,99,105,117,100,97,100,99,101,110,116,114,111,97,117,110,113,117,101,112,117,101,100,101,115,100,101,110,116,114,111,112,114,105,109,101,114,112,114,101,99,105,111,115,101,103,195,186,110,98,117,101,110,111,115,118,111,108,118,101,114,112,117,110,116,111,115,115,101,109,97,110,97,104,97,98,195,173,97,97,103,111,115,116,111,110,117,101,118,111,115,117,110,105,100,111,115,99,97,114,108,111,115,101,113,117,105,112,111,110,105,195,177,111,115,109,117,99,104,111,115,97,108,103,117,110,97,99,111,114,114,101,111,105,109,97,103,101,110,112,97,114,116,105,114,97,114,114,105,98,97,109,97,114,195,173,97,104,111,109,98,114,101,101,109,112,108,101,111,118,101,114,100,97,100,99,97,109,98,105,111,109,117,99,104,97,115,102,117,101,114,111,110,112,97,115,97,100,111,108,195,173,110,101,97,112,97,114,101,99,101,110,117,101,118,97,115,99,117,114,115,111,115,101,115,116,97,98,97,113,117,105,101,114,111,108,105,98,114,111,115,99,117,97,110,116,111,97,99,99,101,115,111,109,105,103,117,101,108,118,97,114,105,111,115,99,117,97,116,114,111,116,105,101,110,101,115,103,114,117,112,111,115,115,101,114,195,161,110,101,117,114,111,112,97,109,101,100,105,111,115,102,114,101,110,116,101,97,99,101,114,99,97,100,101,109,195,161,115,111,102,101,114,116,97,99,111,99,104,101,115,109,111,100,101,108,111,105,116,97,108,105,97,108,101,116,114,97,115,97,108,103,195,186,110,99,111,109,112,114,97,99,117,97,108,101,115,101,120,105,115,116,101,99,117,101,114,112,111,115,105,101,110,100,111,112,114,101,110,115,97,108,108,101,103,97,114,118,105,97,106,101,115,100,105,110,101,114,111,109,117,114,99,105,97,112,111,100,114,195,161,112,117,101,115,116,111,100,105,97,114,105,111,112,117,101,98,108,111,113,117,105,101,114,101,109,97,110,117,101,108,112,114,111,112,105,111,99,114,105,115,105,115,99,105,101,114,116,111,115,101,103,117,114,111,109,117,101,114,116,101,102,117,101,110,116,101,99,101,114,114,97,114,103,114,97,110,100,101,101,102,101,99,116,111,112,97,114,116,101,115,109,101,100,105,100,97,112,114,111,112,105,97,111,102,114,101,99,101,116,105,101,114,114,97,101,45,109,97,105,108,118,97,114,105,97,115,102,111,114,109,97,115,102,117,116,117,114,111,111,98,106,101,116,111,115,101,103,117,105,114,114,105,101,115,103,111,110,111,114,109,97,115,109,105,115,109,111,115,195,186,110,105,99,111,99,97,109,105,110,111,115,105,116,105,111,115,114,97,122,195,179,110,100,101,98,105,100,111,112,114,117,101,98,97,116,111,108,101,100,111,116,101,110,195,173,97,106,101,115,195,186,115,101,115,112,101,114,111,99,111,99,105,110,97,111,114,105,103,101,110,116,105,101,110,100,97,99,105,101,110,116,111,99,195,161,100,105,122,104,97,98,108,97,114,115,101,114,195,173,97,108,97,116,105,110,97,102,117,101,114,122,97,101,115,116,105,108,111,103,117,101,114,114,97,101,110,116,114,97,114,195,169,120,105,116,111,108,195,179,112,101,122,97,103,101,110,100,97,118,195,173,100,101,111,101,118,105,116,97,114,112,97,103,105,110,97,109,101,116,114,111,115,106,97,118,105,101,114,112,97,100,114,101,115,102,195,161,99,105,108,99,97,98,101,122,97,195,161,114,101,97,115,115,97,108,105,100,97,101,110,118,195,173,111,106,97,112,195,179,110,97,98,117,115,111,115,98,105,101,110,101,115,116,101,120,116,111,115,108,108,101,118,97,114,112,117,101,100,97,110,102,117,101,114,116,101,99,111,109,195,186,110,99,108,97,115,101,115,104,117,109,97,110,111,116,101,110,105,100,111,98,105,108,98,97,111,117,110,105,100,97,100,101,115,116,195,161,115,101,100,105,116,97,114,99,114,101,97,100,111,208,180,208,187,209,143,209,135,209,130,208,190,208,186,208,176,208,186,208,184,208,187,208,184,209,141,209,130,208,190,208,178,209,129,208,181,208,181,208,179,208,190,208,191,209,128,208,184,209,130,208,176,208,186,208,181,209,137,208,181,209,131,208,182,208,181,208,154,208,176,208,186,208,177,208,181,208,183,208,177,209,139,208,187,208,190,208,189,208,184,208,146,209,129,208,181,208,191,208,190,208,180,208,173,209,130,208,190,209,130,208,190,208,188,209,135,208,181,208,188,208,189,208,181,209,130,208,187,208,181,209,130,209,128,208,176,208,183,208,190,208,189,208,176,208,179,208,180,208,181,208,188,208,189,208,181,208,148,208,187,209,143,208,159,209,128,208,184,208,189,208,176,209,129,208,189,208,184,209,133,209,130,208,181,208,188,208,186,209,130,208,190,208,179,208,190,208,180,208,178,208,190,209,130,209,130,208,176,208,188,208,161,208,168,208,144,208,188,208,176,209,143,208,167,209,130,208,190,208,178,208,176,209,129,208,178,208,176,208,188,208,181,208,188,209,131,208,162,208,176,208,186,208,180,208,178,208,176,208,189,208,176,208,188,209,141,209,130,208,184,209,141,209,130,209,131,208,146,208,176,208,188,209,130,208,181,209,133,208,191,209,128,208,190,209,130,209,131,209,130,208,189,208,176,208,180,208,180,208,189,209,143,208,146,208,190,209,130,209,130,209,128,208,184,208,189,208,181,208,185,208,146,208,176,209,129,208,189,208,184,208,188,209,129,208,176,208,188,209,130,208,190,209,130,209,128,209,131,208,177,208,158,208,189,208,184,208,188,208,184,209,128,208,189,208,181,208,181,208,158,208,158,208,158,208,187,208,184,209,134,209,141,209,130,208,176,208,158,208,189,208,176,208,189,208,181,208,188,208,180,208,190,208,188,208,188,208,190,208,185,208,180,208,178,208,181,208,190,208,189,208,190,209,129,209,131,208,180,224,164,149,224,165,135,224,164,185,224,165,136,224,164,149,224,165,128,224,164,184,224,165,135,224,164,149,224,164,190,224,164,149,224,165,139,224,164,148,224,164,176,224,164,170,224,164,176,224,164,168,224,165,135,224,164,143,224,164,149,224,164,149,224,164,191,224,164,173,224,165,128,224,164,135,224,164,184,224,164,149,224,164,176,224,164,164,224,165,139,224,164,185,224,165,139,224,164,134,224,164,170,224,164,185,224,165,128,224,164,175,224,164,185,224,164,175,224,164,190,224,164,164,224,164,149,224,164,165,224,164,190,106,97,103,114,97,110,224,164,134,224,164,156,224,164,156,224,165,139,224,164,133,224,164,172,224,164,166,224,165,139,224,164,151,224,164,136,224,164,156,224,164,190,224,164,151,224,164,143,224,164,185,224,164,174,224,164,135,224,164,168,224,164,181,224,164,185,224,164,175,224,165,135,224,164,165,224,165,135,224,164,165,224,165,128,224,164,152,224,164,176,224,164,156,224,164,172,224,164,166,224,165,128,224,164,149,224,164,136,224,164,156,224,165,128,224,164,181,224,165,135,224,164,168,224,164,136,224,164,168,224,164,143,224,164,185,224,164,176,224,164,137,224,164,184,224,164,174,224,165,135,224,164,149,224,164,174,224,164,181,224,165,139,224,164,178,224,165,135,224,164,184,224,164,172,224,164,174,224,164,136,224,164,166,224,165,135,224,164,147,224,164,176,224,164,134,224,164,174,224,164,172,224,164,184,224,164,173,224,164,176,224,164,172,224,164,168,224,164,154,224,164,178,224,164,174,224,164,168,224,164,134,224,164,151,224,164,184,224,165,128,224,164,178,224,165,128,216,185,217,132,217,137,216,165,217,132,217,137,217,135,216,176,216,167,216,162,216,174,216,177,216,185,216,175,216,175,216,167,217,132,217,137,217,135,216,176,217,135,216,181,217,136,216,177,216,186,217,138,216,177,217,131,216,167,217,134,217,136,217,132,216,167,216,168,217,138,217,134,216,185,216,177,216,182,216,176,217,132,217,131,217,135,217,134,216,167,217,138,217,136,217,133,217,130,216,167,217,132,216,185,217,132,217,138,216,167,217,134,216,167,217,132,217,131,217,134,216,173,216,170,217,137,217,130,216,168,217,132,217,136,216,173,216,169,216,167,216,174,216,177,217,129,217,130,216,183,216,185,216,168,216,175,216,177,217,131,217,134,216,165,216,176,216,167,217,131,217,133,216,167,216,167,216,173,216,175,216,165,217,132,216,167,217,129,217,138,217,135,216,168,216,185,216,182,217,131,217,138,217,129,216,168,216,173,216,171,217,136,217,133,217,134,217,136,217,135,217,136,216,163,217,134,216,167,216,172,216,175,216,167,217,132,217,135,216,167,216,179,217,132,217,133,216,185,217,134,216,175,217,132,217,138,216,179,216,185,216,168,216,177,216,181,217,132,217,137,217,133,217,134,216,176,216,168,217,135,216,167,216,163,217,134,217,135,217,133,216,171,217,132,217,131,217,134,216,170,216,167,217,132,216,167,216,173,217,138,216,171,217,133,216,181,216,177,216,180,216,177,216,173,216,173,217,136,217,132,217,136,217,129,217,138,216,167,216,176,216,167,217,132,217,131,217,132,217,133,216,177,216,169,216,167,217,134,216,170,216,167,217,132,217,129,216,163,216,168,217,136,216,174,216,167,216,181,216,163,217,134,216,170,216,167,217,134,217,135,216,167,217,132,217,138,216,185,216,182,217,136,217,136,217,130,216,175,216,167,216,168,217,134,216,174,217,138,216,177,216,168,217,134,216,170,217,132,217,131,217,133,216,180,216,167,216,161,217,136,217,135,217,138,216,167,216,168,217,136,217,130,216,181,216,181,217,136,217,133,216,167,216,177,217,130,217,133,216,163,216,173,216,175,217,134,216,173,217,134,216,185,216,175,217,133,216,177,216,163,217,138,216,167,216,173,216,169,217,131,216,170,216,168,216,175,217,136,217,134,217,138,216,172,216,168,217,133,217,134,217,135,216,170,216,173,216,170,216,172,217,135,216,169,216,179,217,134,216,169,217,138,216,170,217,133,217,131,216,177,216,169,216,186,216,178,216,169,217,134,217,129,216,179,216,168,217,138,216,170,217,132,217,132,217,135,217,132,217,134,216,167,216,170,217,132,217,131,217,130,217,132,216,168,217,132,217,133,216,167,216,185,217,134,217,135,216,163,217,136,217,132,216,180,217,138,216,161,217,134,217,136,216,177,216,163,217,133,216,167,217,129,217,138,217,131,216,168,217,131,217,132,216,176,216,167,216,170,216,177,216,170,216,168,216,168,216,163,217,134,217,135,217,133,216,179,216,167,217,134,217,131,216,168,217,138,216,185,217,129,217,130,216,175,216,173,216,179,217,134,217,132,217,135,217,133,216,180,216,185,216,177,216,163,217,135,217,132,216,180,217,135,216,177,217,130,216,183,216,177,216,183,217,132,216,168,112,114,111,102,105,108,101,115,101,114,118,105,99,101,100,101,102,97,117,108,116,104,105,109,115,101,108,102,100,101,116,97,105,108,115,99,111,110,116,101,110,116,115,117,112,112,111,114,116,115,116,97,114,116,101,100,109,101,115,115,97,103,101,115,117,99,99,101,115,115,102,97,115,104,105,111,110,60,116,105,116,108,101,62,99,111,117,110,116,114,121,97,99,99,111,117,110,116,99,114,101,97,116,101,100,115,116,111,114,105,101,115,114,101,115,117,108,116,115,114,117,110,110,105,110,103,112,114,111,99,101,115,115,119,114,105,116,105,110,103,111,98,106,101,99,116,115,118,105,115,105,98,108,101,119,101,108,99,111,109,101,97,114,116,105,99,108,101,117,110,107,110,111,119,110,110,101,116,119,111,114,107,99,111,109,112,97,110,121,100,121,110,97,109,105,99,98,114,111,119,115,101,114,112,114,105,118,97,99,121,112,114,111,98,108,101,109,83,101,114,118,105,99,101,114,101,115,112,101,99,116,100,105,115,112,108,97,121,114,101,113,117,101,115,116,114,101,115,101,114,118,101,119,101,98,115,105,116,101,104,105,115,116,111,114,121,102,114,105,101,110,100,115,111,112,116,105,111,110,115,119,111,114,107,105,110,103,118,101,114,115,105,111,110,109,105,108,108,105,111,110,99,104,97,110,110,101,108,119,105,110,100,111,119,46,97,100,100,114,101,115,115,118,105,115,105,116,101,100,119,101,97,116,104,101,114,99,111,114,114,101,99,116,112,114,111,100,117,99,116,101,100,105,114,101,99,116,102,111,114,119,97,114,100,121,111,117,32,99,97,110,114,101,109,111,118,101,100,115,117,98,106,101,99,116,99,111,110,116,114,111,108,97,114,99,104,105,118,101,99,117,114,114,101,110,116,114,101,97,100,105,110,103,108,105,98,114,97,114,121,108,105,109,105,116,101,100,109,97,110,97,103,101,114,102,117,114,116,104,101,114,115,117,109,109,97,114,121,109,97,99,104,105,110,101,109,105,110,117,116,101,115,112,114,105,118,97,116,101,99,111,110,116,101,120,116,112,114,111,103,114,97,109,115,111,99,105,101,116,121,110,117,109,98,101,114,115,119,114,105,116,116,101,110,101,110,97,98,108,101,100,116,114,105,103,103,101,114,115,111,117,114,99,101,115,108,111,97,100,105,110,103,101,108,101,109,101,110,116,112,97,114,116,110,101,114,102,105,110,97,108,108,121,112,101,114,102,101,99,116,109,101,97,110,105,110,103,115,121,115,116,101,109,115,107,101,101,112,105,110,103,99,117,108,116,117,114,101,38,113,117,111,116,59,44,106,111,117,114,110,97,108,112,114,111,106,101,99,116,115,117,114,102,97,99,101,115,38,113,117,111,116,59,101,120,112,105,114,101,115,114,101,118,105,101,119,115,98,97,108,97,110,99,101,69,110,103,108,105,115,104,67,111,110,116,101,110,116,116,104,114,111,117,103,104,80,108,101,97,115,101,32,111,112,105,110,105,111,110,99,111,110,116,97,99,116,97,118,101,114,97,103,101,112,114,105,109,97,114,121,118,105,108,108,97,103,101,83,112,97,110,105,115,104,103,97,108,108,101,114,121,100,101,99,108,105,110,101,109,101,101,116,105,110,103,109,105,115,115,105,111,110,112,111,112,117,108,97,114,113,117,97,108,105,116,121,109,101,97,115,117,114,101,103,101,110,101,114,97,108,115,112,101,99,105,101,115,115,101,115,115,105,111,110,115,101,99,116,105,111,110,119,114,105,116,101,114,115,99,111,117,110,116,101,114,105,110,105,116,105,97,108,114,101,112,111,114,116,115,102,105,103,117,114,101,115,109,101,109,98,101,114,115,104,111,108,100,105,110,103,100,105,115,112,117,116,101,101,97,114,108,105,101,114,101,120,112,114,101,115,115,100,105,103,105,116,97,108,112,105,99,116,117,114,101,65,110,111,116,104,101,114,109,97,114,114,105,101,100,116,114,97,102,102,105,99,108,101,97,100,105,110,103,99,104,97,110,103,101,100,99,101,110,116,114,97,108,118,105,99,116,111,114,121,105,109,97,103,101,115,47,114,101,97,115,111,110,115,115,116,117,100,105,101,115,102,101,97,116,117,114,101,108,105,115,116,105,110,103,109,117,115,116,32,98,101,115,99,104,111,111,108,115,86,101,114,115,105,111,110,117,115,117,97,108,108,121,101,112,105,115,111,100,101,112,108,97,121,105,110,103,103,114,111,119,105,110,103,111,98,118,105,111,117,115,111,118,101,114,108,97,121,112,114,101,115,101,110,116,97,99,116,105,111,110,115,60,47,117,108,62,13,10,119,114,97,112,112,101,114,97,108,114,101,97,100,121,99,101,114,116,97,105,110,114,101,97,108,105,116,121,115,116,111,114,97,103,101,97,110,111,116,104,101,114,100,101,115,107,116,111,112,111,102,102,101,114,101,100,112,97,116,116,101,114,110,117,110,117,115,117,97,108,68,105,103,105,116,97,108,99,97,112,105,116,97,108,87,101,98,115,105,116,101,102,97,105,108,117,114,101,99,111,110,110,101,99,116,114,101,100,117,99,101,100,65,110,100,114,111,105,100,100,101,99,97,100,101,115,114,101,103,117,108,97,114,32,38,97,109,112,59,32,97,110,105,109,97,108,115,114,101,108,101,97,115,101,65,117,116,111,109,97,116,103,101,116,116,105,110,103,109,101,116,104,111,100,115,110,111,116,104,105,110,103,80,111,112,117,108,97,114,99,97,112,116,105,111,110,108,101,116,116,101,114,115,99,97,112,116,117,114,101,115,99,105,101,110,99,101,108,105,99,101,110,115,101,99,104,97,110,103,101,115,69,110,103,108,97,110,100,61,49,38,97,109,112,59,72,105,115,116,111,114,121,32,61,32,110,101,119,32,67,101,110,116,114,97,108,117,112,100,97,116,101,100,83,112,101,99,105,97,108,78,101,116,119,111,114,107,114,101,113,117,105,114,101,99,111,109,109,101,110,116,119,97,114,110,105,110,103,67,111,108,108,101,103,101,116,111,111,108,98,97,114,114,101,109,97,105,110,115,98,101,99,97,117,115,101,101,108,101,99,116,101,100,68,101,117,116,115,99,104,102,105,110,97,110,99,101,119,111,114,107,101,114,115,113,117,105,99,107,108,121,98,101,116,119,101,101,110,101,120,97,99,116,108,121,115,101,116,116,105,110,103,100,105,115,101,97,115,101,83,111,99,105,101,116,121,119,101,97,112,111,110,115,101,120,104,105,98,105,116,38,108,116,59,33,45,45,67,111,110,116,114,111,108,99,108,97,115,115,101,115,99,111,118,101,114,101,100,111,117,116,108,105,110,101,97,116,116,97,99,107,115,100,101,118,105,99,101,115,40,119,105,110,100,111,119,112,117,114,112,111,115,101,116,105,116,108,101,61,34,77,111,98,105,108,101,32,107,105,108,108,105,110,103,115,104,111,119,105,110,103,73,116,97,108,105,97,110,100,114,111,112,112,101,100,104,101,97,118,105,108,121,101,102,102,101,99,116,115,45,49,39,93,41,59,10,99,111,110,102,105,114,109,67,117,114,114,101,110,116,97,100,118,97,110,99,101,115,104,97,114,105,110,103,111,112,101,110,105,110,103,100,114,97,119,105,110,103,98,105,108,108,105,111,110,111,114,100,101,114,101,100,71,101,114,109,97,110,121,114,101,108,97,116,101,100,60,47,102,111,114,109,62,105,110,99,108,117,100,101,119,104,101,116,104,101,114,100,101,102,105,110,101,100,83,99,105,101,110,99,101,99,97,116,97,108,111,103,65,114,116,105,99,108,101,98,117,116,116,111,110,115,108,97,114,103,101,115,116,117,110,105,102,111,114,109,106,111,117,114,110,101,121,115,105,100,101,98,97,114,67,104,105,99,97,103,111,104,111,108,105,100,97,121,71,101,110,101,114,97,108,112,97,115,115,97,103,101,44,38,113,117,111,116,59,97,110,105,109,97,116,101,102,101,101,108,105,110,103,97,114,114,105,118,101,100,112,97,115,115,105,110,103,110,97,116,117,114,97,108,114,111,117,103,104,108,121,46,10,10,84,104,101,32,98,117,116,32,110,111,116,100,101,110,115,105,116,121,66,114,105,116,97,105,110,67,104,105,110,101,115,101,108,97,99,107,32,111,102,116,114,105,98,117,116,101,73,114,101,108,97,110,100,34,32,100,97,116,97,45,102,97,99,116,111,114,115,114,101,99,101,105,118,101,116,104,97,116,32,105,115,76,105,98,114,97,114,121,104,117,115,98,97,110,100,105,110,32,102,97,99,116,97,102,102,97,105,114,115,67,104,97,114,108,101,115,114,97,100,105,99,97,108,98,114,111,117,103,104,116,102,105,110,100,105,110,103,108,97,110,100,105,110,103,58,108,97,110,103,61,34,114,101,116,117,114,110,32,108,101,97,100,101,114,115,112,108,97,110,110,101,100,112,114,101,109,105,117,109,112,97,99,107,97,103,101,65,109,101,114,105,99,97,69,100,105,116,105,111,110,93,38,113,117,111,116,59,77,101,115,115,97,103,101,110,101,101,100,32,116,111,118,97,108,117,101,61,34,99,111,109,112,108,101,120,108,111,111,107,105,110,103,115,116,97,116,105,111,110,98,101,108,105,101,118,101,115,109,97,108,108,101,114,45,109,111,98,105,108,101,114,101,99,111,114,100,115,119,97,110,116,32,116,111,107,105,110,100,32,111,102,70,105,114,101,102,111,120,121,111,117,32,97,114,101,115,105,109,105,108,97,114,115,116,117,100,105,101,100,109,97,120,105,109,117,109,104,101,97,100,105,110,103,114,97,112,105,100,108,121,99,108,105,109,97,116,101,107,105,110,103,100,111,109,101,109,101,114,103,101,100,97,109,111,117,110,116,115,102,111,117,110,100,101,100,112,105,111,110,101,101,114,102,111,114,109,117,108,97,100,121,110,97,115,116,121,104,111,119,32,116,111,32,83,117,112,112,111,114,116,114,101,118,101,110,117,101,101,99,111,110,111,109,121,82,101,115,117,108,116,115,98,114,111,116,104,101,114,115,111,108,100,105,101,114,108,97,114,103,101,108,121,99,97,108,108,105,110,103,46,38,113,117,111,116,59,65,99,99,111,117,110,116,69,100,119,97,114,100,32,115,101,103,109,101,110,116,82,111,98,101,114,116,32,101,102,102,111,114,116,115,80,97,99,105,102,105,99,108,101,97,114,110,101,100,117,112,32,119,105,116,104,104,101,105,103,104,116,58,119,101,32,104,97,118,101,65,110,103,101,108,101,115,110,97,116,105,111,110,115,95,115,101,97,114,99,104,97,112,112,108,105,101,100,97,99,113,117,105,114,101,109,97,115,115,105,118,101,103,114,97,110,116,101,100,58,32,102,97,108,115,101,116,114,101,97,116,101,100,98,105,103,103,101,115,116,98,101,110,101,102,105,116,100,114,105,118,105,110,103,83,116,117,100,105,101,115,109,105,110,105,109,117,109,112,101,114,104,97,112,115,109,111,114,110,105,110,103,115,101,108,108,105,110,103,105,115,32,117,115,101,100,114,101,118,101,114,115,101,118,97,114,105,97,110,116,32,114,111,108,101,61,34,109,105,115,115,105,110,103,97,99,104,105,101,118,101,112,114,111,109,111,116,101,115,116,117,100,101,110,116,115,111,109,101,111,110,101,101,120,116,114,101,109,101,114,101,115,116,111,114,101,98,111,116,116,111,109,58,101,118,111,108,118,101,100,97,108,108,32,116,104,101,115,105,116,101,109,97,112,101,110,103,108,105,115,104,119,97,121,32,116,111,32,32,65,117,103,117,115,116,115,121,109,98,111,108,115,67,111,109,112,97,110,121,109,97,116,116,101,114,115,109,117,115,105,99,97,108,97,103,97,105,110,115,116,115,101,114,118,105,110,103,125,41,40,41,59,13,10,112,97,121,109,101,110,116,116,114,111,117,98,108,101,99,111,110,99,101,112,116,99,111,109,112,97,114,101,112,97,114,101,110,116,115,112,108,97,121,101,114,115,114,101,103,105,111,110,115,109,111,110,105,116,111,114,32,39,39,84,104,101,32,119,105,110,110,105,110,103,101,120,112,108,111,114,101,97,100,97,112,116,101,100,71,97,108,108,101,114,121,112,114,111,100,117,99,101,97,98,105,108,105,116,121,101,110,104,97,110,99,101,99,97,114,101,101,114,115,41,46,32,84,104,101,32,99,111,108,108,101,99,116,83,101,97,114,99,104,32,97,110,99,105,101,110,116,101,120,105,115,116,101,100,102,111,111,116,101,114,32,104,97,110,100,108,101,114,112,114,105,110,116,101,100,99,111,110,115,111,108,101,69,97,115,116,101,114,110,101,120,112,111,114,116,115,119,105,110,100,111,119,115,67,104,97,110,110,101,108,105,108,108,101,103,97,108,110,101,117,116,114,97,108,115,117,103,103,101,115,116,95,104,101,97,100,101,114,115,105,103,110,105,110,103,46,104,116,109,108,34,62,115,101,116,116,108,101,100,119,101,115,116,101,114,110,99,97,117,115,105,110,103,45,119,101,98,107,105,116,99,108,97,105,109,101,100,74,117,115,116,105,99,101,99,104,97,112,116,101,114,118,105,99,116,105,109,115,84,104,111,109,97,115,32,109,111,122,105,108,108,97,112,114,111,109,105,115,101,112,97,114,116,105,101,115,101,100,105,116,105,111,110,111,117,116,115,105,100,101,58,102,97,108,115,101,44,104,117,110,100,114,101,100,79,108,121,109,112,105,99,95,98,117,116,116,111,110,97,117,116,104,111,114,115,114,101,97,99,104,101,100,99,104,114,111,110,105,99,100,101,109,97,110,100,115,115,101,99,111,110,100,115,112,114,111,116,101,99,116,97,100,111,112,116,101,100,112,114,101,112,97,114,101,110,101,105,116,104,101,114,103,114,101,97,116,108,121,103,114,101,97,116,101,114,111,118,101,114,97,108,108,105,109,112,114,111,118,101,99,111,109,109,97,110,100,115,112,101,99,105,97,108,115,101,97,114,99,104,46,119,111,114,115,104,105,112,102,117,110,100,105,110,103,116,104,111,117,103,104,116,104,105,103,104,101,115,116,105,110,115,116,101,97,100,117,116,105,108,105,116,121,113,117,97,114,116,101,114,67,117,108,116,117,114,101,116,101,115,116,105,110,103,99,108,101,97,114,108,121,101,120,112,111,115,101,100,66,114,111,119,115,101,114,108,105,98,101,114,97,108,125,32,99,97,116,99,104,80,114,111,106,101,99,116,101,120,97,109,112,108,101,104,105,100,101,40,41,59,70,108,111,114,105,100,97,97,110,115,119,101,114,115,97,108,108,111,119,101,100,69,109,112,101,114,111,114,100,101,102,101,110,115,101,115,101,114,105,111,117,115,102,114,101,101,100,111,109,83,101,118,101,114,97,108,45,98,117,116,116,111,110,70,117,114,116,104,101,114,111,117,116,32,111,102,32,33,61,32,110,117,108,108,116,114,97,105,110,101,100,68,101,110,109,97,114,107,118,111,105,100,40,48,41,47,97,108,108,46,106,115,112,114,101,118,101,110,116,82,101,113,117,101,115,116,83,116,101,112,104,101,110,10,10,87,104,101,110,32,111,98,115,101,114,118,101,60,47,104,50,62,13,10,77,111,100,101,114,110,32,112,114,111,118,105,100,101,34,32,97,108,116,61,34,98,111,114,100,101,114,115,46,10,10,70,111,114,32,10,10,77,97,110,121,32,97,114,116,105,115,116,115,112,111,119,101,114,101,100,112,101,114,102,111,114,109,102,105,99,116,105,111,110,116,121,112,101,32,111,102,109,101,100,105,99,97,108,116,105,99,107,101,116,115,111,112,112,111,115,101,100,67,111,117,110,99,105,108,119,105,116,110,101,115,115,106,117,115,116,105,99,101,71,101,111,114,103,101,32,66,101,108,103,105,117,109,46,46,46,60,47,97,62,116,119,105,116,116,101,114,110,111,116,97,98,108,121,119,97,105,116,105,110,103,119,97,114,102,97,114,101,32,79,116,104,101,114,32,114,97,110,107,105,110,103,112,104,114,97,115,101,115,109,101,110,116,105,111,110,115,117,114,118,105,118,101,115,99,104,111,108,97,114,60,47,112,62,13,10,32,67,111,117,110,116,114,121,105,103,110,111,114,101,100,108,111,115,115,32,111,102,106,117,115,116,32,97,115,71,101,111,114,103,105,97,115,116,114,97,110,103,101,60,104,101,97,100,62,60,115,116,111,112,112,101,100,49,39,93,41,59,13,10,105,115,108,97,110,100,115,110,111,116,97,98,108,101,98,111,114,100,101,114,58,108,105,115,116,32,111,102,99,97,114,114,105,101,100,49,48,48,44,48,48,48,60,47,104,51,62,10,32,115,101,118,101,114,97,108,98,101,99,111,109,101,115,115,101,108,101,99,116,32,119,101,100,100,105,110,103,48,48,46,104,116,109,108,109,111,110,97,114,99,104,111,102,102,32,116,104,101,116,101,97,99,104,101,114,104,105,103,104,108,121,32,98,105,111,108,111,103,121,108,105,102,101,32,111,102,111,114,32,101,118,101,110,114,105,115,101,32,111,102,38,114,97,113,117,111,59,112,108,117,115,111,110,101,104,117,110,116,105,110,103,40,116,104,111,117,103,104,68,111,117,103,108,97,115,106,111,105,110,105,110,103,99,105,114,99,108,101,115,70,111,114,32,116,104,101,65,110,99,105,101,110,116,86,105,101,116,110,97,109,118,101,104,105,99,108,101,115,117,99,104,32,97,115,99,114,121,115,116,97,108,118,97,108,117,101,32,61,87,105,110,100,111,119,115,101,110,106,111,121,101,100,97,32,115,109,97,108,108,97,115,115,117,109,101,100,60,97,32,105,100,61,34,102,111,114,101,105,103,110,32,65,108,108,32,114,105,104,111,119,32,116,104,101,68,105,115,112,108,97,121,114,101,116,105,114,101,100,104,111,119,101,118,101,114,104,105,100,100,101,110,59,98,97,116,116,108,101,115,115,101,101,107,105,110,103,99,97,98,105,110,101,116,119,97,115,32,110,111,116,108,111,111,107,32,97,116,99,111,110,100,117,99,116,103,101,116,32,116,104,101,74,97,110,117,97,114,121,104,97,112,112,101,110,115,116,117,114,110,105,110,103,97,58,104,111,118,101,114,79,110,108,105,110,101,32,70,114,101,110,99,104,32,108,97,99,107,105,110,103,116,121,112,105,99,97,108,101,120,116,114,97,99,116,101,110,101,109,105,101,115,101,118,101,110,32,105,102,103,101,110,101,114,97,116,100,101,99,105,100,101,100,97,114,101,32,110,111,116,47,115,101,97,114,99,104,98,101,108,105,101,102,115,45,105,109,97,103,101,58,108,111,99,97,116,101,100,115,116,97,116,105,99,46,108,111,103,105,110,34,62,99,111,110,118,101,114,116,118,105,111,108,101,110,116,101,110,116,101,114,101,100,102,105,114,115,116,34,62,99,105,114,99,117,105,116,70,105,110,108,97,110,100,99,104,101,109,105,115,116,115,104,101,32,119,97,115,49,48,112,120,59,34,62,97,115,32,115,117,99,104,100,105,118,105,100,101,100,60,47,115,112,97,110,62,119,105,108,108,32,98,101,108,105,110,101,32,111,102,97,32,103,114,101,97,116,109,121,115,116,101,114,121,47,105,110,100,101,120,46,102,97,108,108,105,110,103,100,117,101,32,116,111,32,114,97,105,108,119,97,121,99,111,108,108,101,103,101,109,111,110,115,116,101,114,100,101,115,99,101,110,116,105,116,32,119,105,116,104,110,117,99,108,101,97,114,74,101,119,105,115,104,32,112,114,111,116,101,115,116,66,114,105,116,105,115,104,102,108,111,119,101,114,115,112,114,101,100,105,99,116,114,101,102,111,114,109,115,98,117,116,116,111,110,32,119,104,111,32,119,97,115,108,101,99,116,117,114,101,105,110,115,116,97,110,116,115,117,105,99,105,100,101,103,101,110,101,114,105,99,112,101,114,105,111,100,115,109,97,114,107,101,116,115,83,111,99,105,97,108,32,102,105,115,104,105,110,103,99,111,109,98,105,110,101,103,114,97,112,104,105,99,119,105,110,110,101,114,115,60,98,114,32,47,62,60,98,121,32,116,104,101,32,78,97,116,117,114,97,108,80,114,105,118,97,99,121,99,111,111,107,105,101,115,111,117,116,99,111,109,101,114,101,115,111,108,118,101,83,119,101,100,105,115,104,98,114,105,101,102,108,121,80,101,114,115,105,97,110,115,111,32,109,117,99,104,67,101,110,116,117,114,121,100,101,112,105,99,116,115,99,111,108,117,109,110,115,104,111,117,115,105,110,103,115,99,114,105,112,116,115,110,101,120,116,32,116,111,98,101,97,114,105,110,103,109,97,112,112,105,110,103,114,101,118,105,115,101,100,106,81,117,101,114,121,40,45,119,105,100,116,104,58,116,105,116,108,101,34,62,116,111,111,108,116,105,112,83,101,99,116,105,111,110,100,101,115,105,103,110,115,84,117,114,107,105,115,104,121,111,117,110,103,101,114,46,109,97,116,99,104,40,125,41,40,41,59,10,10,98,117,114,110,105,110,103,111,112,101,114,97,116,101,100,101,103,114,101,101,115,115,111,117,114,99,101,61,82,105,99,104,97,114,100,99,108,111,115,101,108,121,112,108,97,115,116,105,99,101,110,116,114,105,101,115,60,47,116,114,62,13,10,99,111,108,111,114,58,35,117,108,32,105,100,61,34,112,111,115,115,101,115,115,114,111,108,108,105,110,103,112,104,121,115,105,99,115,102,97,105,108,105,110,103,101,120,101,99,117,116,101,99,111,110,116,101,115,116,108,105,110,107,32,116,111,68,101,102,97,117,108,116,60,98,114,32,47,62,10,58,32,116,114,117,101,44,99,104,97,114,116,101,114,116,111,117,114,105,115,109,99,108,97,115,115,105,99,112,114,111,99,101,101,100,101,120,112,108,97,105,110,60,47,104,49,62,13,10,111,110,108,105,110,101,46,63,120,109,108,32,118,101,104,101,108,112,105,110,103,100,105,97,109,111,110,100,117,115,101,32,116,104,101,97,105,114,108,105,110,101,101,110,100,32,45,45,62,41,46,97,116,116,114,40,114,101,97,100,101,114,115,104,111,115,116,105,110,103,35,102,102,102,102,102,102,114,101,97,108,105,122,101,86,105,110,99,101,110,116,115,105,103,110,97,108,115,32,115,114,99,61,34,47,80,114,111,100,117,99,116,100,101,115,112,105,116,101,100,105,118,101,114,115,101,116,101,108,108,105,110,103,80,117,98,108,105,99,32,104,101,108,100,32,105,110,74,111,115,101,112,104,32,116,104,101,97,116,114,101,97,102,102,101,99,116,115,60,115,116,121,108,101,62,97,32,108,97,114,103,101,100,111,101,115,110,39,116,108,97,116,101,114,44,32,69,108,101,109,101,110,116,102,97,118,105,99,111,110,99,114,101,97,116,111,114,72,117,110,103,97,114,121,65,105,114,112,111,114,116,115,101,101,32,116,104,101,115,111,32,116,104,97,116,77,105,99,104,97,101,108,83,121,115,116,101,109,115,80,114,111,103,114,97,109,115,44,32,97,110,100,32,32,119,105,100,116,104,61,101,38,113,117,111,116,59,116,114,97,100,105,110,103,108,101,102,116,34,62,10,112,101,114,115,111,110,115,71,111,108,100,101,110,32,65,102,102,97,105,114,115,103,114,97,109,109,97,114,102,111,114,109,105,110,103,100,101,115,116,114,111,121,105,100,101,97,32,111,102,99,97,115,101,32,111,102,111,108,100,101,115,116,32,116,104,105,115,32,105,115,46,115,114,99,32,61,32,99,97,114,116,111,111,110,114,101,103,105,115,116,114,67,111,109,109,111,110,115,77,117,115,108,105,109,115,87,104,97,116,32,105,115,105,110,32,109,97,110,121,109,97,114,107,105,110,103,114,101,118,101,97,108,115,73,110,100,101,101,100,44,101,113,117,97,108,108,121,47,115,104,111,119,95,97,111,117,116,100,111,111,114,101,115,99,97,112,101,40,65,117,115,116,114,105,97,103,101,110,101,116,105,99,115,121,115,116,101,109,44,73,110,32,116,104,101,32,115,105,116,116,105,110,103,72,101,32,97,108,115,111,73,115,108,97,110,100,115,65,99,97,100,101,109,121,10,9,9,60,33,45,45,68,97,110,105,101,108,32,98,105,110,100,105,110,103,98,108,111,99,107,34,62,105,109,112,111,115,101,100,117,116,105,108,105,122,101,65,98,114,97,104,97,109,40,101,120,99,101,112,116,123,119,105,100,116,104,58,112,117,116,116,105,110,103,41,46,104,116,109,108,40,124,124,32,91,93,59,10,68,65,84,65,91,32,42,107,105,116,99,104,101,110,109,111,117,110,116,101,100,97,99,116,117,97,108,32,100,105,97,108,101,99,116,109,97,105,110,108,121,32,95,98,108,97,110,107,39,105,110,115,116,97,108,108,101,120,112,101,114,116,115,105,102,40,116,121,112,101,73,116,32,97,108,115,111,38,99,111,112,121,59,32,34,62,84,101,114,109,115,98,111,114,110,32,105,110,79,112,116,105,111,110,115,101,97,115,116,101,114,110,116,97,108,107,105,110,103,99,111,110,99,101,114,110,103,97,105,110,101,100,32,111,110,103,111,105,110,103,106,117,115,116,105,102,121,99,114,105,116,105,99,115,102,97,99,116,111,114,121,105,116,115,32,111,119,110,97,115,115,97,117,108,116,105,110,118,105,116,101,100,108,97,115,116,105,110,103,104,105,115,32,111,119,110,104,114,101,102,61,34,47,34,32,114,101,108,61,34,100,101,118,101,108,111,112,99,111,110,99,101,114,116,100,105,97,103,114,97,109,100,111,108,108,97,114,115,99,108,117,115,116,101,114,112,104,112,63,105,100,61,97,108,99,111,104,111,108,41,59,125,41,40,41,59,117,115,105,110,103,32,97,62,60,115,112,97,110,62,118,101,115,115,101,108,115,114,101,118,105,118,97,108,65,100,100,114,101,115,115,97,109,97,116,101,117,114,97,110,100,114,111,105,100,97,108,108,101,103,101,100,105,108,108,110,101,115,115,119,97,108,107,105,110,103,99,101,110,116,101,114,115,113,117,97,108,105,102,121,109,97,116,99,104,101,115,117,110,105,102,105,101,100,101,120,116,105,110,99,116,68,101,102,101,110,115,101,100,105,101,100,32,105,110,10,9,60,33,45,45,32,99,117,115,116,111,109,115,108,105,110,107,105,110,103,76,105,116,116,108,101,32,66,111,111,107,32,111,102,101,118,101,110,105,110,103,109,105,110,46,106,115,63,97,114,101,32,116,104,101,107,111,110,116,97,107,116,116,111,100,97,121,39,115,46,104,116,109,108,34,32,116,97,114,103,101,116,61,119,101,97,114,105,110,103,65,108,108,32,82,105,103,59,10,125,41,40,41,59,114,97,105,115,105,110,103,32,65,108,115,111,44,32,99,114,117,99,105,97,108,97,98,111,117,116,34,62,100,101,99,108,97,114,101,45,45,62,10,60,115,99,102,105,114,101,102,111,120,97,115,32,109,117,99,104,97,112,112,108,105,101,115,105,110,100,101,120,44,32,115,44,32,98,117,116,32,116,121,112,101,32,61,32,10,13,10,60,33,45,45,116,111,119,97,114,100,115,82,101,99,111,114,100,115,80,114,105,118,97,116,101,70,111,114,101,105,103,110,80,114,101,109,105,101,114,99,104,111,105,99,101,115,86,105,114,116,117,97,108,114,101,116,117,114,110,115,67,111,109,109,101,110,116,80,111,119,101,114,101,100,105,110,108,105,110,101,59,112,111,118,101,114,116,121,99,104,97,109,98,101,114,76,105,118,105,110,103,32,118,111,108,117,109,101,115,65,110,116,104,111,110,121,108,111,103,105,110,34,32,82,101,108,97,116,101,100,69,99,111,110,111,109,121,114,101,97,99,104,101,115,99,117,116,116,105,110,103,103,114,97,118,105,116,121,108,105,102,101,32,105,110,67,104,97,112,116,101,114,45,115,104,97,100,111,119,78,111,116,97,98,108,101,60,47,116,100,62,13,10,32,114,101,116,117,114,110,115,116,97,100,105,117,109,119,105,100,103,101,116,115,118,97,114,121,105,110,103,116,114,97,118,101,108,115,104,101,108,100,32,98,121,119,104,111,32,97,114,101,119,111,114,107,32,105,110,102,97,99,117,108,116,121,97,110,103,117,108,97,114,119,104,111,32,104,97,100,97,105,114,112,111,114,116,116,111,119,110,32,111,102,10,10,83,111,109,101,32,39,99,108,105,99,107,39,99,104,97,114,103,101,115,107,101,121,119,111,114,100,105,116,32,119,105,108,108,99,105,116,121,32,111,102,40,116,104,105,115,41,59,65,110,100,114,101,119,32,117,110,105,113,117,101,32,99,104,101,99,107,101,100,111,114,32,109,111,114,101,51,48,48,112,120,59,32,114,101,116,117,114,110,59,114,115,105,111,110,61,34,112,108,117,103,105,110,115,119,105,116,104,105,110,32,104,101,114,115,101,108,102,83,116,97,116,105,111,110,70,101,100,101,114,97,108,118,101,110,116,117,114,101,112,117,98,108,105,115,104,115,101,110,116,32,116,111,116,101,110,115,105,111,110,97,99,116,114,101,115,115,99,111,109,101,32,116,111,102,105,110,103,101,114,115,68,117,107,101,32,111,102,112,101,111,112,108,101,44,101,120,112,108,111,105,116,119,104,97,116,32,105,115,104,97,114,109,111,110,121,97,32,109,97,106,111,114,34,58,34,104,116,116,112,105,110,32,104,105,115,32,109,101,110,117,34,62,10,109,111,110,116,104,108,121,111,102,102,105,99,101,114,99,111,117,110,99,105,108,103,97,105,110,105,110,103,101,118,101,110,32,105,110,83,117,109,109,97,114,121,100,97,116,101,32,111,102,108,111,121,97,108,116,121,102,105,116,110,101,115,115,97,110,100,32,119,97,115,101,109,112,101,114,111,114,115,117,112,114,101,109,101,83,101,99,111,110,100,32,104,101,97,114,105,110,103,82,117,115,115,105,97,110,108,111,110,103,101,115,116,65,108,98,101,114,116,97,108,97,116,101,114,97,108,115,101,116,32,111,102,32,115,109,97,108,108,34,62,46,97,112,112,101,110,100,100,111,32,119,105,116,104,102,101,100,101,114,97,108,98,97,110,107,32,111,102,98,101,110,101,97,116,104,68,101,115,112,105,116,101,67,97,112,105,116,97,108,103,114,111,117,110,100,115,41,44,32,97,110,100,32,112,101,114,99,101,110,116,105,116,32,102,114,111,109,99,108,111,115,105,110,103,99,111,110,116,97,105,110,73,110,115,116,101,97,100,102,105,102,116,101,101,110,97,115,32,119,101,108,108,46,121,97,104,111,111,46,114,101,115,112,111,110,100,102,105,103,104,116,101,114,111,98,115,99,117,114,101,114,101,102,108,101,99,116,111,114,103,97,110,105,99,61,32,77,97,116,104,46,101,100,105,116,105,110,103,111,110,108,105,110,101,32,112,97,100,100,105,110,103,97,32,119,104,111,108,101,111,110,101,114,114,111,114,121,101,97,114,32,111,102,101,110,100,32,111,102,32,98,97,114,114,105,101,114,119,104,101,110,32,105,116,104,101,97,100,101,114,32,104,111,109,101,32,111,102,114,101,115,117,109,101,100,114,101,110,97,109,101,100,115,116,114,111,110,103,62,104,101,97,116,105,110,103,114,101,116,97,105,110,115,99,108,111,117,100,102,114,119,97,121,32,111,102,32,77,97,114,99,104,32,49,107,110,111,119,105,110,103,105,110,32,112,97,114,116,66,101,116,119,101,101,110,108,101,115,115,111,110,115,99,108,111,115,101,115,116,118,105,114,116,117,97,108,108,105,110,107,115,34,62,99,114,111,115,115,101,100,69,78,68,32,45,45,62,102,97,109,111,117,115,32,97,119,97,114,100,101,100,76,105,99,101,110,115,101,72,101,97,108,116,104,32,102,97,105,114,108,121,32,119,101,97,108,116,104,121,109,105,110,105,109,97,108,65,102,114,105,99,97,110,99,111,109,112,101,116,101,108,97,98,101,108,34,62,115,105,110,103,105,110,103,102,97,114,109,101,114,115,66,114,97,115,105,108,41,100,105,115,99,117,115,115,114,101,112,108,97,99,101,71,114,101,103,111,114,121,102,111,110,116,32,99,111,112,117,114,115,117,101,100,97,112,112,101,97,114,115,109,97,107,101,32,117,112,114,111,117,110,100,101,100,98,111,116,104,32,111,102,98,108,111,99,107,101,100,115,97,119,32,116,104,101,111,102,102,105,99,101,115,99,111,108,111,117,114,115,105,102,40,100,111,99,117,119,104,101,110,32,104,101,101,110,102,111,114,99,101,112,117,115,104,40,102,117,65,117,103,117,115,116,32,85,84,70,45,56,34,62,70,97,110,116,97,115,121,105,110,32,109,111,115,116,105,110,106,117,114,101,100,85,115,117,97,108,108,121,102,97,114,109,105,110,103,99,108,111,115,117,114,101,111,98,106,101,99,116,32,100,101,102,101,110,99,101,117,115,101,32,111,102,32,77,101,100,105,99,97,108,60,98,111,100,121,62,10,101,118,105,100,101,110,116,98,101,32,117,115,101,100,107,101,121,67,111,100,101,115,105,120,116,101,101,110,73,115,108,97,109,105,99,35,48,48,48,48,48,48,101,110,116,105,114,101,32,119,105,100,101,108,121,32,97,99,116,105,118,101,32,40,116,121,112,101,111,102,111,110,101,32,99,97,110,99,111,108,111,114,32,61,115,112,101,97,107,101,114,101,120,116,101,110,100,115,80,104,121,115,105,99,115,116,101,114,114,97,105,110,60,116,98,111,100,121,62,102,117,110,101,114,97,108,118,105,101,119,105,110,103,109,105,100,100,108,101,32,99,114,105,99,107,101,116,112,114,111,112,104,101,116,115,104,105,102,116,101,100,100,111,99,116,111,114,115,82,117,115,115,101,108,108,32,116,97,114,103,101,116,99,111,109,112,97,99,116,97,108,103,101,98,114,97,115,111,99,105,97,108,45,98,117,108,107,32,111,102,109,97,110,32,97,110,100,60,47,116,100,62,10,32,104,101,32,108,101,102,116,41,46,118,97,108,40,41,102,97,108,115,101,41,59,108,111,103,105,99,97,108,98,97,110,107,105,110,103,104,111,109,101,32,116,111,110,97,109,105,110,103,32,65,114,105,122,111,110,97,99,114,101,100,105,116,115,41,59,10,125,41,59,10,102,111,117,110,100,101,114,105,110,32,116,117,114,110,67,111,108,108,105,110,115,98,101,102,111,114,101,32,66,117,116,32,116,104,101,99,104,97,114,103,101,100,84,105,116,108,101,34,62,67,97,112,116,97,105,110,115,112,101,108,108,101,100,103,111,100,100,101,115,115,84,97,103,32,45,45,62,65,100,100,105,110,103,58,98,117,116,32,119,97,115,82,101,99,101,110,116,32,112,97,116,105,101,110,116,98,97,99,107,32,105,110,61,102,97,108,115,101,38,76,105,110,99,111,108,110,119,101,32,107,110,111,119,67,111,117,110,116,101,114,74,117,100,97,105,115,109,115,99,114,105,112,116,32,97,108,116,101,114,101,100,39,93,41,59,10,32,32,104,97,115,32,116,104,101,117,110,99,108,101,97,114,69,118,101,110,116,39,44,98,111,116,104,32,105,110,110,111,116,32,97,108,108,10,10,60,33,45,45,32,112,108,97,99,105,110,103,104,97,114,100,32,116,111,32,99,101,110,116,101,114,115,111,114,116,32,111,102,99,108,105,101,110,116,115,115,116,114,101,101,116,115,66,101,114,110,97,114,100,97,115,115,101,114,116,115,116,101,110,100,32,116,111,102,97,110,116,97,115,121,100,111,119,110,32,105,110,104,97,114,98,111,117,114,70,114,101,101,100,111,109,106,101,119,101,108,114,121,47,97,98,111,117,116,46,46,115,101,97,114,99,104,108,101,103,101,110,100,115,105,115,32,109,97,100,101,109,111,100,101,114,110,32,111,110,108,121,32,111,110,111,110,108,121,32,116,111,105,109,97,103,101,34,32,108,105,110,101,97,114,32,112,97,105,110,116,101,114,97,110,100,32,110,111,116,114,97,114,101,108,121,32,97,99,114,111,110,121,109,100,101,108,105,118,101,114,115,104,111,114,116,101,114,48,48,38,97,109,112,59,97,115,32,109,97,110,121,119,105,100,116,104,61,34,47,42,32,60,33,91,67,116,105,116,108,101,32,61,111,102,32,116,104,101,32,108,111,119,101,115,116,32,112,105,99,107,101,100,32,101,115,99,97,112,101,100,117,115,101,115,32,111,102,112,101,111,112,108,101,115,32,80,117,98,108,105,99,77,97,116,116,104,101,119,116,97,99,116,105,99,115,100,97,109,97,103,101,100,119,97,121,32,102,111,114,108,97,119,115,32,111,102,101,97,115,121,32,116,111,32,119,105,110,100,111,119,115,116,114,111,110,103,32,32,115,105,109,112,108,101,125,99,97,116,99,104,40,115,101,118,101,110,116,104,105,110,102,111,98,111,120,119,101,110,116,32,116,111,112,97,105,110,116,101,100,99,105,116,105,122,101,110,73,32,100,111,110,39,116,114,101,116,114,101,97,116,46,32,83,111,109,101,32,119,119,46,34,41,59,10,98,111,109,98,105,110,103,109,97,105,108,116,111,58,109,97,100,101,32,105,110,46,32,77,97,110,121,32,99,97,114,114,105,101,115,124,124,123,125,59,119,105,119,111,114,107,32,111,102,115,121,110,111,110,121,109,100,101,102,101,97,116,115,102,97,118,111,114,101,100,111,112,116,105,99,97,108,112,97,103,101,84,114,97,117,110,108,101,115,115,32,115,101,110,100,105,110,103,108,101,102,116,34,62,60,99,111,109,83,99,111,114,65,108,108,32,116,104,101,106,81,117,101,114,121,46,116,111,117,114,105,115,116,67,108,97,115,115,105,99,102,97,108,115,101,34,32,87,105,108,104,101,108,109,115,117,98,117,114,98,115,103,101,110,117,105,110,101,98,105,115,104,111,112,115,46,115,112,108,105,116,40,103,108,111,98,97,108,32,102,111,108,108,111,119,115,98,111,100,121,32,111,102,110,111,109,105,110,97,108,67,111,110,116,97,99,116,115,101,99,117,108,97,114,108,101,102,116,32,116,111,99,104,105,101,102,108,121,45,104,105,100,100,101,110,45,98,97,110,110,101,114,60,47,108,105,62,10,10,46,32,87,104,101,110,32,105,110,32,98,111,116,104,100,105,115,109,105,115,115,69,120,112,108,111,114,101,97,108,119,97,121,115,32,118,105,97,32,116,104,101,115,112,97,195,177,111,108,119,101,108,102,97,114,101,114,117,108,105,110,103,32,97,114,114,97,110,103,101,99,97,112,116,97,105,110,104,105,115,32,115,111,110,114,117,108,101,32,111,102,104,101,32,116,111,111,107,105,116,115,101,108,102,44,61,48,38,97,109,112,59,40,99,97,108,108,101,100,115,97,109,112,108,101,115,116,111,32,109,97,107,101,99,111,109,47,112,97,103,77,97,114,116,105,110,32,75,101,110,110,101,100,121,97,99,99,101,112,116,115,102,117,108,108,32,111,102,104,97,110,100,108,101,100,66,101,115,105,100,101,115,47,47,45,45,62,60,47,97,98,108,101,32,116,111,116,97,114,103,101,116,115,101,115,115,101,110,99,101,104,105,109,32,116,111,32,105,116,115,32,98,121,32,99,111,109,109,111,110,46,109,105,110,101,114,97,108,116,111,32,116,97,107,101,119,97,121,115,32,116,111,115,46,111,114,103,47,108,97,100,118,105,115,101,100,112,101,110,97,108,116,121,115,105,109,112,108,101,58,105,102,32,116,104,101,121,76,101,116,116,101,114,115,97,32,115,104,111,114,116,72,101,114,98,101,114,116,115,116,114,105,107,101,115,32,103,114,111,117,112,115,46,108,101,110,103,116,104,102,108,105,103,104,116,115,111,118,101,114,108,97,112,115,108,111,119,108,121,32,108,101,115,115,101,114,32,115,111,99,105,97,108,32,60,47,112,62,10,9,9,105,116,32,105,110,116,111,114,97,110,107,101,100,32,114,97,116,101,32,111,102,117,108,62,13,10,32,32,97,116,116,101,109,112,116,112,97,105,114,32,111,102,109,97,107,101,32,105,116,75,111,110,116,97,107,116,65,110,116,111,110,105,111,104,97,118,105,110,103,32,114,97,116,105,110,103,115,32,97,99,116,105,118,101,115,116,114,101,97,109,115,116,114,97,112,112,101,100,34,41,46,99,115,115,40,104,111,115,116,105,108,101,108,101,97,100,32,116,111,108,105,116,116,108,101,32,103,114,111,117,112,115,44,80,105,99,116,117,114,101,45,45,62,13,10,13,10,32,114,111,119,115,61,34,32,111,98,106,101,99,116,105,110,118,101,114,115,101,60,102,111,111,116,101,114,67,117,115,116,111,109,86,62,60,92,47,115,99,114,115,111,108,118,105,110,103,67,104,97,109,98,101,114,115,108,97,118,101,114,121,119,111,117,110,100,101,100,119,104,101,114,101,97,115,33,61,32,39,117,110,100,102,111,114,32,97,108,108,112,97,114,116,108,121,32,45,114,105,103,104,116,58,65,114,97,98,105,97,110,98,97,99,107,101,100,32,99,101,110,116,117,114,121,117,110,105,116,32,111,102,109,111,98,105,108,101,45,69,117,114,111,112,101,44,105,115,32,104,111,109,101,114,105,115,107,32,111,102,100,101,115,105,114,101,100,67,108,105,110,116,111,110,99,111,115,116,32,111,102,97,103,101,32,111,102,32,98,101,99,111,109,101,32,110,111,110,101,32,111,102,112,38,113,117,111,116,59,77,105,100,100,108,101,32,101,97,100,39,41,91,48,67,114,105,116,105,99,115,115,116,117,100,105,111,115,62,38,99,111,112,121,59,103,114,111,117,112,34,62,97,115,115,101,109,98,108,109,97,107,105,110,103,32,112,114,101,115,115,101,100,119,105,100,103,101,116,46,112,115,58,34,32,63,32,114,101,98,117,105,108,116,98,121,32,115,111,109,101,70,111,114,109,101,114,32,101,100,105,116,111,114,115,100,101,108,97,121,101,100,67,97,110,111,110,105,99,104,97,100,32,116,104,101,112,117,115,104,105,110,103,99,108,97,115,115,61,34,98,117,116,32,97,114,101,112,97,114,116,105,97,108,66,97,98,121,108,111,110,98,111,116,116,111,109,32,99,97,114,114,105,101,114,67,111,109,109,97,110,100,105,116,115,32,117,115,101,65,115,32,119,105,116,104,99,111,117,114,115,101,115,97,32,116,104,105,114,100,100,101,110,111,116,101,115,97,108,115,111,32,105,110,72,111,117,115,116,111,110,50,48,112,120,59,34,62,97,99,99,117,115,101,100,100,111,117,98,108,101,32,103,111,97,108,32,111,102,70,97,109,111,117,115,32,41,46,98,105,110,100,40,112,114,105,101,115,116,115,32,79,110,108,105,110,101,105,110,32,74,117,108,121,115,116,32,43,32,34,103,99,111,110,115,117,108,116,100,101,99,105,109,97,108,104,101,108,112,102,117,108,114,101,118,105,118,101,100,105,115,32,118,101,114,121,114,39,43,39,105,112,116,108,111,115,105,110,103,32,102,101,109,97,108,101,115,105,115,32,97,108,115,111,115,116,114,105,110,103,115,100,97,121,115,32,111,102,97,114,114,105,118,97,108,102,117,116,117,114,101,32,60,111,98,106,101,99,116,102,111,114,99,105,110,103,83,116,114,105,110,103,40,34,32,47,62,10,9,9,104,101,114,101,32,105,115,101,110,99,111,100,101,100,46,32,32,84,104,101,32,98,97,108,108,111,111,110,100,111,110,101,32,98,121,47,99,111,109,109,111,110,98,103,99,111,108,111,114,108,97,119,32,111,102,32,73,110,100,105,97,110,97,97,118,111,105,100,101,100,98,117,116,32,116,104,101,50,112,120,32,51,112,120,106,113,117,101,114,121,46,97,102,116,101,114,32,97,112,111,108,105,99,121,46,109,101,110,32,97,110,100,102,111,111,116,101,114,45,61,32,116,114,117,101,59,102,111,114,32,117,115,101,115,99,114,101,101,110,46,73,110,100,105,97,110,32,105,109,97,103,101,32,61,102,97,109,105,108,121,44,104,116,116,112,58,47,47,32,38,110,98,115,112,59,100,114,105,118,101,114,115,101,116,101,114,110,97,108,115,97,109,101,32,97,115,110,111,116,105,99,101,100,118,105,101,119,101,114,115,125,41,40,41,59,10,32,105,115,32,109,111,114,101,115,101,97,115,111,110,115,102,111,114,109,101,114,32,116,104,101,32,110,101,119,105,115,32,106,117,115,116,99,111,110,115,101,110,116,32,83,101,97,114,99,104,119,97,115,32,116,104,101,119,104,121,32,116,104,101,115,104,105,112,112,101,100,98,114,62,60,98,114,62,119,105,100,116,104,58,32,104,101,105,103,104,116,61,109,97,100,101,32,111,102,99,117,105,115,105,110,101,105,115,32,116,104,97,116,97,32,118,101,114,121,32,65,100,109,105,114,97,108,32,102,105,120,101,100,59,110,111,114,109,97,108,32,77,105,115,115,105,111,110,80,114,101,115,115,44,32,111,110,116,97,114,105,111,99,104,97,114,115,101,116,116,114,121,32,116,111,32,105,110,118,97,100,101,100,61,34,116,114,117,101,34,115,112,97,99,105,110,103,105,115,32,109,111,115,116,97,32,109,111,114,101,32,116,111,116,97,108,108,121,102,97,108,108,32,111,102,125,41,59,13,10,32,32,105,109,109,101,110,115,101,116,105,109,101,32,105,110,115,101,116,32,111,117,116,115,97,116,105,115,102,121,116,111,32,102,105,110,100,100,111,119,110,32,116,111,108,111,116,32,111,102,32,80,108,97,121,101,114,115,105,110,32,74,117,110,101,113,117,97,110,116,117,109,110,111,116,32,116,104,101,116,105,109,101,32,116,111,100,105,115,116,97,110,116,70,105,110,110,105,115,104,115,114,99,32,61,32,40,115,105,110,103,108,101,32,104,101,108,112,32,111,102,71,101,114,109,97,110,32,108,97,119,32,97,110,100,108,97,98,101,108,101,100,102,111,114,101,115,116,115,99,111,111,107,105,110,103,115,112,97,99,101,34,62,104,101,97,100,101,114,45,119,101,108,108,32,97,115,83,116,97,110,108,101,121,98,114,105,100,103,101,115,47,103,108,111,98,97,108,67,114,111,97,116,105,97,32,65,98,111,117,116,32,91,48,93,59,10,32,32,105,116,44,32,97,110,100,103,114,111,117,112,101,100,98,101,105,110,103,32,97,41,123,116,104,114,111,119,104,101,32,109,97,100,101,108,105,103,104,116,101,114,101,116,104,105,99,97,108,70,70,70,70,70,70,34,98,111,116,116,111,109,34,108,105,107,101,32,97,32,101,109,112,108,111,121,115,108,105,118,101,32,105,110,97,115,32,115,101,101,110,112,114,105,110,116,101,114,109,111,115,116,32,111,102,117,98,45,108,105,110,107,114,101,106,101,99,116,115,97,110,100,32,117,115,101,105,109,97,103,101,34,62,115,117,99,99,101,101,100,102,101,101,100,105,110,103,78,117,99,108,101,97,114,105,110,102,111,114,109,97,116,111,32,104,101,108,112,87,111,109,101,110,39,115,78,101,105,116,104,101,114,77,101,120,105,99,97,110,112,114,111,116,101,105,110,60,116,97,98,108,101,32,98,121,32,109,97,110,121,104,101,97,108,116,104,121,108,97,119,115,117,105,116,100,101,118,105,115,101,100,46,112,117,115,104,40,123,115,101,108,108,101,114,115,115,105,109,112,108,121,32,84,104,114,111,117,103,104,46,99,111,111,107,105,101,32,73,109,97,103,101,40,111,108,100,101,114,34,62,117,115,46,106,115,34,62,32,83,105,110,99,101,32,117,110,105,118,101,114,115,108,97,114,103,101,114,32,111,112,101,110,32,116,111,33,45,45,32,101,110,100,108,105,101,115,32,105,110,39,93,41,59,13,10,32,32,109,97,114,107,101,116,119,104,111,32,105,115,32,40,34,68,79,77,67,111,109,97,110,97,103,101,100,111,110,101,32,102,111,114,116,121,112,101,111,102,32,75,105,110,103,100,111,109,112,114,111,102,105,116,115,112,114,111,112,111,115,101,116,111,32,115,104,111,119,99,101,110,116,101,114,59,109,97,100,101,32,105,116,100,114,101,115,115,101,100,119,101,114,101,32,105,110,109,105,120,116,117,114,101,112,114,101,99,105,115,101,97,114,105,115,105,110,103,115,114,99,32,61,32,39,109,97,107,101,32,97,32,115,101,99,117,114,101,100,66,97,112,116,105,115,116,118,111,116,105,110,103,32,10,9,9,118,97,114,32,77,97,114,99,104,32,50,103,114,101,119,32,117,112,67,108,105,109,97,116,101,46,114,101,109,111,118,101,115,107,105,108,108,101,100,119,97,121,32,116,104,101,60,47,104,101,97,100,62,102,97,99,101,32,111,102,97,99,116,105,110,103,32,114,105,103,104,116,34,62,116,111,32,119,111,114,107,114,101,100,117,99,101,115,104,97,115,32,104,97,100,101,114,101,99,116,101,100,115,104,111,119,40,41,59,97,99,116,105,111,110,61,98,111,111,107,32,111,102,97,110,32,97,114,101,97,61,61,32,34,104,116,116,60,104,101,97,100,101,114,10,60,104,116,109,108,62,99,111,110,102,111,114,109,102,97,99,105,110,103,32,99,111,111,107,105,101,46,114,101,108,121,32,111,110,104,111,115,116,101,100,32,46,99,117,115,116,111,109,104,101,32,119,101,110,116,98,117,116,32,102,111,114,115,112,114,101,97,100,32,70,97,109,105,108,121,32,97,32,109,101,97,110,115,111,117,116,32,116,104,101,102,111,114,117,109,115,46,102,111,111,116,97,103,101,34,62,77,111,98,105,108,67,108,101,109,101,110,116,115,34,32,105,100,61,34,97,115,32,104,105,103,104,105,110,116,101,110,115,101,45,45,62,60,33,45,45,102,101,109,97,108,101,32,105,115,32,115,101,101,110,105,109,112,108,105,101,100,115,101,116,32,116,104,101,97,32,115,116,97,116,101,97,110,100,32,104,105,115,102,97,115,116,101,115,116,98,101,115,105,100,101,115,98,117,116,116,111,110,95,98,111,117,110,100,101,100,34,62,60,105,109,103,32,73,110,102,111,98,111,120,101,118,101,110,116,115,44,97,32,121,111,117,110,103,97,110,100,32,97,114,101,78,97,116,105,118,101,32,99,104,101,97,112,101,114,84,105,109,101,111,117,116,97,110,100,32,104,97,115,101,110,103,105,110,101,115,119,111,110,32,116,104,101,40,109,111,115,116,108,121,114,105,103,104,116,58,32,102,105,110,100,32,97,32,45,98,111,116,116,111,109,80,114,105,110,99,101,32,97,114,101,97,32,111,102,109,111,114,101,32,111,102,115,101,97,114,99,104,95,110,97,116,117,114,101,44,108,101,103,97,108,108,121,112,101,114,105,111,100,44,108,97,110,100,32,111,102,111,114,32,119,105,116,104,105,110,100,117,99,101,100,112,114,111,118,105,110,103,109,105,115,115,105,108,101,108,111,99,97,108,108,121,65,103,97,105,110,115,116,116,104,101,32,119,97,121,107,38,113,117,111,116,59,112,120,59,34,62,13,10,112,117,115,104,101,100,32,97,98,97,110,100,111,110,110,117,109,101,114,97,108,67,101,114,116,97,105,110,73,110,32,116,104,105,115,109,111,114,101,32,105,110,111,114,32,115,111,109,101,110,97,109,101,32,105,115,97,110,100,44,32,105,110,99,114,111,119,110,101,100,73,83,66,78,32,48,45,99,114,101,97,116,101,115,79,99,116,111,98,101,114,109,97,121,32,110,111,116,99,101,110,116,101,114,32,108,97,116,101,32,105,110,68,101,102,101,110,99,101,101,110,97,99,116,101,100,119,105,115,104,32,116,111,98,114,111,97,100,108,121,99,111,111,108,105,110,103,111,110,108,111,97,100,61,105,116,46,32,84,104,101,114,101,99,111,118,101,114,77,101,109,98,101,114,115,104,101,105,103,104,116,32,97,115,115,117,109,101,115,60,104,116,109,108,62,10,112,101,111,112,108,101,46,105,110,32,111,110,101,32,61,119,105,110,100,111,119,102,111,111,116,101,114,95,97,32,103,111,111,100,32,114,101,107,108,97,109,97,111,116,104,101,114,115,44,116,111,32,116,104,105,115,95,99,111,111,107,105,101,112,97,110,101,108,34,62,76,111,110,100,111,110,44,100,101,102,105,110,101,115,99,114,117,115,104,101,100,98,97,112,116,105,115,109,99,111,97,115,116,97,108,115,116,97,116,117,115,32,116,105,116,108,101,34,32,109,111,118,101,32,116,111,108,111,115,116,32,105,110,98,101,116,116,101,114,32,105,109,112,108,105,101,115,114,105,118,97,108,114,121,115,101,114,118,101,114,115,32,83,121,115,116,101,109,80,101,114,104,97,112,115,101,115,32,97,110,100,32,99,111,110,116,101,110,100,102,108,111,119,105,110,103,108,97,115,116,101,100,32,114,105,115,101,32,105,110,71,101,110,101,115,105,115,118,105,101,119,32,111,102,114,105,115,105,110,103,32,115,101,101,109,32,116,111,98,117,116,32,105,110,32,98,97,99,107,105,110,103,104,101,32,119,105,108,108,103,105,118,101,110,32,97,103,105,118,105,110,103,32,99,105,116,105,101,115,46,102,108,111,119,32,111,102,32,76,97,116,101,114,32,97,108,108,32,98,117,116,72,105,103,104,119,97,121,111,110,108,121,32,98,121,115,105,103,110,32,111,102,104,101,32,100,111,101,115,100,105,102,102,101,114,115,98,97,116,116,101,114,121,38,97,109,112,59,108,97,115,105,110,103,108,101,115,116,104,114,101,97,116,115,105,110,116,101,103,101,114,116,97,107,101,32,111,110,114,101,102,117,115,101,100,99,97,108,108,101,100,32,61,85,83,38,97,109,112,83,101,101,32,116,104,101,110,97,116,105,118,101,115,98,121,32,116,104,105,115,115,121,115,116,101,109,46,104,101,97,100,32,111,102,58,104,111,118,101,114,44,108,101,115,98,105,97,110,115,117,114,110,97,109,101,97,110,100,32,97,108,108,99,111,109,109,111,110,47,104,101,97,100,101,114,95,95,112,97,114,97,109,115,72,97,114,118,97,114,100,47,112,105,120,101,108,46,114,101,109,111,118,97,108,115,111,32,108,111,110,103,114,111,108,101,32,111,102,106,111,105,110,116,108,121,115,107,121,115,99,114,97,85,110,105,99,111,100,101,98,114,32,47,62,13,10,65,116,108,97,110,116,97,110,117,99,108,101,117,115,67,111,117,110,116,121,44,112,117,114,101,108,121,32,99,111,117,110,116,34,62,101,97,115,105,108,121,32,98,117,105,108,100,32,97,111,110,99,108,105,99,107,97,32,103,105,118,101,110,112,111,105,110,116,101,114,104,38,113,117,111,116,59,101,118,101,110,116,115,32,101,108,115,101,32,123,10,100,105,116,105,111,110,115,110,111,119,32,116,104,101,44,32,119,105,116,104,32,109,97,110,32,119,104,111,111,114,103,47,87,101,98,111,110,101,32,97,110,100,99,97,118,97,108,114,121,72,101,32,100,105,101,100,115,101,97,116,116,108,101,48,48,44,48,48,48,32,123,119,105,110,100,111,119,104,97,118,101,32,116,111,105,102,40,119,105,110,100,97,110,100,32,105,116,115,115,111,108,101,108,121,32,109,38,113,117,111,116,59,114,101,110,101,119,101,100,68,101,116,114,111,105,116,97,109,111,110,103,115,116,101,105,116,104,101,114,32,116,104,101,109,32,105,110,83,101,110,97,116,111,114,85,115,60,47,97,62,60,75,105,110,103,32,111,102,70,114,97,110,99,105,115,45,112,114,111,100,117,99,104,101,32,117,115,101,100,97,114,116,32,97,110,100,104,105,109,32,97,110,100,117,115,101,100,32,98,121,115,99,111,114,105,110,103,97,116,32,104,111,109,101,116,111,32,104,97,118,101,114,101,108,97,116,101,115,105,98,105,108,105,116,121,102,97,99,116,105,111,110,66,117,102,102,97,108,111,108,105,110,107,34,62,60,119,104,97,116,32,104,101,102,114,101,101,32,116,111,67,105,116,121,32,111,102,99,111,109,101,32,105,110,115,101,99,116,111,114,115,99,111,117,110,116,101,100,111,110,101,32,100,97,121,110,101,114,118,111,117,115,115,113,117,97,114,101,32,125,59,105,102,40,103,111,105,110,32,119,104,97,116,105,109,103,34,32,97,108,105,115,32,111,110,108,121,115,101,97,114,99,104,47,116,117,101,115,100,97,121,108,111,111,115,101,108,121,83,111,108,111,109,111,110,115,101,120,117,97,108,32,45,32,60,97,32,104,114,109,101,100,105,117,109,34,68,79,32,78,79,84,32,70,114,97,110,99,101,44,119,105,116,104,32,97,32,119,97,114,32,97,110,100,115,101,99,111,110,100,32,116,97,107,101,32,97,32,62,13,10,13,10,13,10,109,97,114,107,101,116,46,104,105,103,104,119,97,121,100,111,110,101,32,105,110,99,116,105,118,105,116,121,34,108,97,115,116,34,62,111,98,108,105,103,101,100,114,105,115,101,32,116,111,34,117,110,100,101,102,105,109,97,100,101,32,116,111,32,69,97,114,108,121,32,112,114,97,105,115,101,100,105,110,32,105,116,115,32,102,111,114,32,104,105,115,97,116,104,108,101,116,101,74,117,112,105,116,101,114,89,97,104,111,111,33,32,116,101,114,109,101,100,32,115,111,32,109,97,110,121,114,101,97,108,108,121,32,115,46,32,84,104,101,32,97,32,119,111,109,97,110,63,118,97,108,117,101,61,100,105,114,101,99,116,32,114,105,103,104,116,34,32,98,105,99,121,99,108,101,97,99,105,110,103,61,34,100,97,121,32,97,110,100,115,116,97,116,105,110,103,82,97,116,104,101,114,44,104,105,103,104,101,114,32,79,102,102,105,99,101,32,97,114,101,32,110,111,119,116,105,109,101,115,44,32,119,104,101,110,32,97,32,112,97,121,32,102,111,114,111,110,32,116,104,105,115,45,108,105,110,107,34,62,59,98,111,114,100,101,114,97,114,111,117,110,100,32,97,110,110,117,97,108,32,116,104,101,32,78,101,119,112,117,116,32,116,104,101,46,99,111,109,34,32,116,97,107,105,110,32,116,111,97,32,98,114,105,101,102,40,105,110,32,116,104,101,103,114,111,117,112,115,46,59,32,119,105,100,116,104,101,110,122,121,109,101,115,115,105,109,112,108,101,32,105,110,32,108,97,116,101,123,114,101,116,117,114,110,116,104,101,114,97,112,121,97,32,112,111,105,110,116,98,97,110,110,105,110,103,105,110,107,115,34,62,10,40,41,59,34,32,114,101,97,32,112,108,97,99,101,92,117,48,48,51,67,97,97,98,111,117,116,32,97,116,114,62,13,10,9,9,99,99,111,117,110,116,32,103,105,118,101,115,32,97,60,83,67,82,73,80,84,82,97,105,108,119,97,121,116,104,101,109,101,115,47,116,111,111,108,98,111,120,66,121,73,100,40,34,120,104,117,109,97,110,115,44,119,97,116,99,104,101,115,105,110,32,115,111,109,101,32,105,102,32,40,119,105,99,111,109,105,110,103,32,102,111,114,109,97,116,115,32,85,110,100,101,114,32,98,117,116,32,104,97,115,104,97,110,100,101,100,32,109,97,100,101,32,98,121,116,104,97,110,32,105,110,102,101,97,114,32,111,102,100,101,110,111,116,101,100,47,105,102,114,97,109,101,108,101,102,116,32,105,110,118,111,108,116,97,103,101,105,110,32,101,97,99,104,97,38,113,117,111,116,59,98,97,115,101,32,111,102,73,110,32,109,97,110,121,117,110,100,101,114,103,111,114,101,103,105,109,101,115,97,99,116,105,111,110,32,60,47,112,62,13,10,60,117,115,116,111,109,86,97,59,38,103,116,59,60,47,105,109,112,111,114,116,115,111,114,32,116,104,97,116,109,111,115,116,108,121,32,38,97,109,112,59,114,101,32,115,105,122,101,61,34,60,47,97,62,60,47,104,97,32,99,108,97,115,115,112,97,115,115,105,118,101,72,111,115,116,32,61,32,87,104,101,116,104,101,114,102,101,114,116,105,108,101,86,97,114,105,111,117,115,61,91,93,59,40,102,117,99,97,109,101,114,97,115,47,62,60,47,116,100,62,97,99,116,115,32,97,115,73,110,32,115,111,109,101,62,13,10,13,10,60,33,111,114,103,97,110,105,115,32,60,98,114,32,47,62,66,101,105,106,105,110,103,99,97,116,97,108,195,160,100,101,117,116,115,99,104,101,117,114,111,112,101,117,101,117,115,107,97,114,97,103,97,101,105,108,103,101,115,118,101,110,115,107,97,101,115,112,97,195,177,97,109,101,110,115,97,106,101,117,115,117,97,114,105,111,116,114,97,98,97,106,111,109,195,169,120,105,99,111,112,195,161,103,105,110,97,115,105,101,109,112,114,101,115,105,115,116,101,109,97,111,99,116,117,98,114,101,100,117,114,97,110,116,101,97,195,177,97,100,105,114,101,109,112,114,101,115,97,109,111,109,101,110,116,111,110,117,101,115,116,114,111,112,114,105,109,101,114,97,116,114,97,118,195,169,115,103,114,97,99,105,97,115,110,117,101,115,116,114,97,112,114,111,99,101,115,111,101,115,116,97,100,111,115,99,97,108,105,100,97,100,112,101,114,115,111,110,97,110,195,186,109,101,114,111,97,99,117,101,114,100,111,109,195,186,115,105,99,97,109,105,101,109,98,114,111,111,102,101,114,116,97,115,97,108,103,117,110,111,115,112,97,195,173,115,101,115,101,106,101,109,112,108,111,100,101,114,101,99,104,111,97,100,101,109,195,161,115,112,114,105,118,97,100,111,97,103,114,101,103,97,114,101,110,108,97,99,101,115,112,111,115,105,98,108,101,104,111,116,101,108,101,115,115,101,118,105,108,108,97,112,114,105,109,101,114,111,195,186,108,116,105,109,111,101,118,101,110,116,111,115,97,114,99,104,105,118,111,99,117,108,116,117,114,97,109,117,106,101,114,101,115,101,110,116,114,97,100,97,97,110,117,110,99,105,111,101,109,98,97,114,103,111,109,101,114,99,97,100,111,103,114,97,110,100,101,115,101,115,116,117,100,105,111,109,101,106,111,114,101,115,102,101,98,114,101,114,111,100,105,115,101,195,177,111,116,117,114,105,115,109,111,99,195,179,100,105,103,111,112,111,114,116,97,100,97,101,115,112,97,99,105,111,102,97,109,105,108,105,97,97,110,116,111,110,105,111,112,101,114,109,105,116,101,103,117,97,114,100,97,114,97,108,103,117,110,97,115,112,114,101,99,105,111,115,97,108,103,117,105,101,110,115,101,110,116,105,100,111,118,105,115,105,116,97,115,116,195,173,116,117,108,111,99,111,110,111,99,101,114,115,101,103,117,110,100,111,99,111,110,115,101,106,111,102,114,97,110,99,105,97,109,105,110,117,116,111,115,115,101,103,117,110,100,97,116,101,110,101,109,111,115,101,102,101,99,116,111,115,109,195,161,108,97,103,97,115,101,115,105,195,179,110,114,101,118,105,115,116,97,103,114,97,110,97,100,97,99,111,109,112,114,97,114,105,110,103,114,101,115,111,103,97,114,99,195,173,97,97,99,99,105,195,179,110,101,99,117,97,100,111,114,113,117,105,101,110,101,115,105,110,99,108,117,115,111,100,101,98,101,114,195,161,109,97,116,101,114,105,97,104,111,109,98,114,101,115,109,117,101,115,116,114,97,112,111,100,114,195,173,97,109,97,195,177,97,110,97,195,186,108,116,105,109,97,101,115,116,97,109,111,115,111,102,105,99,105,97,108,116,97,109,98,105,101,110,110,105,110,103,195,186,110,115,97,108,117,100,111,115,112,111,100,101,109,111,115,109,101,106,111,114,97,114,112,111,115,105,116,105,111,110,98,117,115,105,110,101,115,115,104,111,109,101,112,97,103,101,115,101,99,117,114,105,116,121,108,97,110,103,117,97,103,101,115,116,97,110,100,97,114,100,99,97,109,112,97,105,103,110,102,101,97,116,117,114,101,115,99,97,116,101,103,111,114,121,101,120,116,101,114,110,97,108,99,104,105,108,100,114,101,110,114,101,115,101,114,118,101,100,114,101,115,101,97,114,99,104,101,120,99,104,97,110,103,101,102,97,118,111,114,105,116,101,116,101,109,112,108,97,116,101,109,105,108,105,116,97,114,121,105,110,100,117,115,116,114,121,115,101,114,118,105,99,101,115,109,97,116,101,114,105,97,108,112,114,111,100,117,99,116,115,122,45,105,110,100,101,120,58,99,111,109,109,101,110,116,115,115,111,102,116,119,97,114,101,99,111,109,112,108,101,116,101,99,97,108,101,110,100,97,114,112,108,97,116,102,111,114,109,97,114,116,105,99,108,101,115,114,101,113,117,105,114,101,100,109,111,118,101,109,101,110,116,113,117,101,115,116,105,111,110,98,117,105,108,100,105,110,103,112,111,108,105,116,105,99,115,112,111,115,115,105,98,108,101,114,101,108,105,103,105,111,110,112,104,121,115,105,99,97,108,102,101,101,100,98,97,99,107,114,101,103,105,115,116,101,114,112,105,99,116,117,114,101,115,100,105,115,97,98,108,101,100,112,114,111,116,111,99,111,108,97,117,100,105,101,110,99,101,115,101,116,116,105,110,103,115,97,99,116,105,118,105,116,121,101,108,101,109,101,110,116,115,108,101,97,114,110,105,110,103,97,110,121,116,104,105,110,103,97,98,115,116,114,97,99,116,112,114,111,103,114,101,115,115,111,118,101,114,118,105,101,119,109,97,103,97,122,105,110,101,101,99,111,110,111,109,105,99,116,114,97,105,110,105,110,103,112,114,101,115,115,117,114,101,118,97,114,105,111,117,115,32,60,115,116,114,111,110,103,62,112,114,111,112,101,114,116,121,115,104,111,112,112,105,110,103,116,111,103,101,116,104,101,114,97,100,118,97,110,99,101,100,98,101,104,97,118,105,111,114,100,111,119,110,108,111,97,100,102,101,97,116,117,114,101,100,102,111,111,116,98,97,108,108,115,101,108,101,99,116,101,100,76,97,110,103,117,97,103,101,100,105,115,116,97,110,99,101,114,101,109,101,109,98,101,114,116,114,97,99,107,105,110,103,112,97,115,115,119,111,114,100,109,111,100,105,102,105,101,100,115,116,117,100,101,110,116,115,100,105,114,101,99,116,108,121,102,105,103,104,116,105,110,103,110,111,114,116,104,101,114,110,100,97,116,97,98,97,115,101,102,101,115,116,105,118,97,108,98,114,101,97,107,105,110,103,108,111,99,97,116,105,111,110,105,110,116,101,114,110,101,116,100,114,111,112,100,111,119,110,112,114,97,99,116,105,99,101,101,118,105,100,101,110,99,101,102,117,110,99,116,105,111,110,109,97,114,114,105,97,103,101,114,101,115,112,111,110,115,101,112,114,111,98,108,101,109,115,110,101,103,97,116,105,118,101,112,114,111,103,114,97,109,115,97,110,97,108,121,115,105,115,114,101,108,101,97,115,101,100,98,97,110,110,101,114,34,62,112,117,114,99,104,97,115,101,112,111,108,105,99,105,101,115,114,101,103,105,111,110,97,108,99,114,101,97,116,105,118,101,97,114,103,117,109,101,110,116,98,111,111,107,109,97,114,107,114,101,102,101,114,114,101,114,99,104,101,109,105,99,97,108,100,105,118,105,115,105,111,110,99,97,108,108,98,97,99,107,115,101,112,97,114,97,116,101,112,114,111,106,101,99,116,115,99,111,110,102,108,105,99,116,104,97,114,100,119,97,114,101,105,110,116,101,114,101,115,116,100,101,108,105,118,101,114,121,109,111,117,110,116,97,105,110,111,98,116,97,105,110,101,100,61,32,102,97,108,115,101,59,102,111,114,40,118,97,114,32,97,99,99,101,112,116,101,100,99,97,112,97,99,105,116,121,99,111,109,112,117,116,101,114,105,100,101,110,116,105,116,121,97,105,114,99,114,97,102,116,101,109,112,108,111,121,101,100,112,114,111,112,111,115,101,100,100,111,109,101,115,116,105,99,105,110,99,108,117,100,101,115,112,114,111,118,105,100,101,100,104,111,115,112,105,116,97,108,118,101,114,116,105,99,97,108,99,111,108,108,97,112,115,101,97,112,112,114,111,97,99,104,112,97,114,116,110,101,114,115,108,111,103,111,34,62,60,97,100,97,117,103,104,116,101,114,97,117,116,104,111,114,34,32,99,117,108,116,117,114,97,108,102,97,109,105,108,105,101,115,47,105,109,97,103,101,115,47,97,115,115,101,109,98,108,121,112,111,119,101,114,102,117,108,116,101,97,99,104,105,110,103,102,105,110,105,115,104,101,100,100,105,115,116,114,105,99,116,99,114,105,116,105,99,97,108,99,103,105,45,98,105,110,47,112,117,114,112,111,115,101,115,114,101,113,117,105,114,101,115,101,108,101,99,116,105,111,110,98,101,99,111,109,105,110,103,112,114,111,118,105,100,101,115,97,99,97,100,101,109,105,99,101,120,101,114,99,105,115,101,97,99,116,117,97,108,108,121,109,101,100,105,99,105,110,101,99,111,110,115,116,97,110,116,97,99,99,105,100,101,110,116,77,97,103,97,122,105,110,101,100,111,99,117,109,101,110,116,115,116,97,114,116,105,110,103,98,111,116,116,111,109,34,62,111,98,115,101,114,118,101,100,58,32,38,113,117,111,116,59,101,120,116,101,110,100,101,100,112,114,101,118,105,111,117,115,83,111,102,116,119,97,114,101,99,117,115,116,111,109,101,114,100,101,99,105,115,105,111,110,115,116,114,101,110,103,116,104,100,101,116,97,105,108,101,100,115,108,105,103,104,116,108,121,112,108,97,110,110,105,110,103,116,101,120,116,97,114,101,97,99,117,114,114,101,110,99,121,101,118,101,114,121,111,110,101,115,116,114,97,105,103,104,116,116,114,97,110,115,102,101,114,112,111,115,105,116,105,118,101,112,114,111,100,117,99,101,100,104,101,114,105,116,97,103,101,115,104,105,112,112,105,110,103,97,98,115,111,108,117,116,101,114,101,99,101,105,118,101,100,114,101,108,101,118,97,110,116,98,117,116,116,111,110,34,32,118,105,111,108,101,110,99,101,97,110,121,119,104,101,114,101,98,101,110,101,102,105,116,115,108,97,117,110,99,104,101,100,114,101,99,101,110,116,108,121,97,108,108,105,97,110,99,101,102,111,108,108,111,119,101,100,109,117,108,116,105,112,108,101,98,117,108,108,101,116,105,110,105,110,99,108,117,100,101,100,111,99,99,117,114,114,101,100,105,110,116,101,114,110,97,108,36,40,116,104,105,115,41,46,114,101,112,117,98,108,105,99,62,60,116,114,62,60,116,100,99,111,110,103,114,101,115,115,114,101,99,111,114,100,101,100,117,108,116,105,109,97,116,101,115,111,108,117,116,105,111,110,60,117,108,32,105,100,61,34,100,105,115,99,111,118,101,114,72,111,109,101,60,47,97,62,119,101,98,115,105,116,101,115,110,101,116,119,111,114,107,115,97,108,116,104,111,117,103,104,101,110,116,105,114,101,108,121,109,101,109,111,114,105,97,108,109,101,115,115,97,103,101,115,99,111,110,116,105,110,117,101,97,99,116,105,118,101,34,62,115,111,109,101,119,104,97,116,118,105,99,116,111,114,105,97,87,101,115,116,101,114,110,32,32,116,105,116,108,101,61,34,76,111,99,97,116,105,111,110,99,111,110,116,114,97,99,116,118,105,115,105,116,111,114,115,68,111,119,110,108,111,97,100,119,105,116,104,111,117,116,32,114,105,103,104,116,34,62,10,109,101,97,115,117,114,101,115,119,105,100,116,104,32,61,32,118,97,114,105,97,98,108,101,105,110,118,111,108,118,101,100,118,105,114,103,105,110,105,97,110,111,114,109,97,108,108,121,104,97,112,112,101,110,101,100,97,99,99,111,117,110,116,115,115,116,97,110,100,105,110,103,110,97,116,105,111,110,97,108,82,101,103,105,115,116,101,114,112,114,101,112,97,114,101,100,99,111,110,116,114,111,108,115,97,99,99,117,114,97,116,101,98,105,114,116,104,100,97,121,115,116,114,97,116,101,103,121,111,102,102,105,99,105,97,108,103,114,97,112,104,105,99,115,99,114,105,109,105,110,97,108,112,111,115,115,105,98,108,121,99,111,110,115,117,109,101,114,80,101,114,115,111,110,97,108,115,112,101,97,107,105,110,103,118,97,108,105,100,97,116,101,97,99,104,105,101,118,101,100,46,106,112,103,34,32,47,62,109,97,99,104,105,110,101,115,60,47,104,50,62,10,32,32,107,101,121,119,111,114,100,115,102,114,105,101,110,100,108,121,98,114,111,116,104,101,114,115,99,111,109,98,105,110,101,100,111,114,105,103,105,110,97,108,99,111,109,112,111,115,101,100,101,120,112,101,99,116,101,100,97,100,101,113,117,97,116,101,112,97,107,105,115,116,97,110,102,111,108,108,111,119,34,32,118,97,108,117,97,98,108,101,60,47,108,97,98,101,108,62,114,101,108,97,116,105,118,101,98,114,105,110,103,105,110,103,105,110,99,114,101,97,115,101,103,111,118,101,114,110,111,114,112,108,117,103,105,110,115,47,76,105,115,116,32,111,102,32,72,101,97,100,101,114,34,62,34,32,110,97,109,101,61,34,32,40,38,113,117,111,116,59,103,114,97,100,117,97,116,101,60,47,104,101,97,100,62,10,99,111,109,109,101,114,99,101,109,97,108,97,121,115,105,97,100,105,114,101,99,116,111,114,109,97,105,110,116,97,105,110,59,104,101,105,103,104,116,58,115,99,104,101,100,117,108,101,99,104,97,110,103,105,110,103,98,97,99,107,32,116,111,32,99,97,116,104,111,108,105,99,112,97,116,116,101,114,110,115,99,111,108,111,114,58,32,35,103,114,101,97,116,101,115,116,115,117,112,112,108,105,101,115,114,101,108,105,97,98,108,101,60,47,117,108,62,10,9,9,60,115,101,108,101,99,116,32,99,105,116,105,122,101,110,115,99,108,111,116,104,105,110,103,119,97,116,99,104,105,110,103,60,108,105,32,105,100,61,34,115,112,101,99,105,102,105,99,99,97,114,114,121,105,110,103,115,101,110,116,101,110,99,101,60,99,101,110,116,101,114,62,99,111,110,116,114,97,115,116,116,104,105,110,107,105,110,103,99,97,116,99,104,40,101,41,115,111,117,116,104,101,114,110,77,105,99,104,97,101,108,32,109,101,114,99,104,97,110,116,99,97,114,111,117,115,101,108,112,97,100,100,105,110,103,58,105,110,116,101,114,105,111,114,46,115,112,108,105,116,40,34,108,105,122,97,116,105,111,110,79,99,116,111,98,101,114,32,41,123,114,101,116,117,114,110,105,109,112,114,111,118,101,100,45,45,38,103,116,59,10,10,99,111,118,101,114,97,103,101,99,104,97,105,114,109,97,110,46,112,110,103,34,32,47,62,115,117,98,106,101,99,116,115,82,105,99,104,97,114,100,32,119,104,97,116,101,118,101,114,112,114,111,98,97,98,108,121,114,101,99,111,118,101,114,121,98,97,115,101,98,97,108,108,106,117,100,103,109,101,110,116,99,111,110,110,101,99,116,46,46,99,115,115,34,32,47,62,32,119,101,98,115,105,116,101,114,101,112,111,114,116,101,100,100,101,102,97,117,108,116,34,47,62,60,47,97,62,13,10,101,108,101,99,116,114,105,99,115,99,111,116,108,97,110,100,99,114,101,97,116,105,111,110,113,117,97,110,116,105,116,121,46,32,73,83,66,78,32,48,100,105,100,32,110,111,116,32,105,110,115,116,97,110,99,101,45,115,101,97,114,99,104,45,34,32,108,97,110,103,61,34,115,112,101,97,107,101,114,115,67,111,109,112,117,116,101,114,99,111,110,116,97,105,110,115,97,114,99,104,105,118,101,115,109,105,110,105,115,116,101,114,114,101,97,99,116,105,111,110,100,105,115,99,111,117,110,116,73,116,97,108,105,97,110,111,99,114,105,116,101,114,105,97,115,116,114,111,110,103,108,121,58,32,39,104,116,116,112,58,39,115,99,114,105,112,116,39,99,111,118,101,114,105,110,103,111,102,102,101,114,105,110,103,97,112,112,101,97,114,101,100,66,114,105,116,105,115,104,32,105,100,101,110,116,105,102,121,70,97,99,101,98,111,111,107,110,117,109,101,114,111,117,115,118,101,104,105,99,108,101,115,99,111,110,99,101,114,110,115,65,109,101,114,105,99,97,110,104,97,110,100,108,105,110,103,100,105,118,32,105,100,61,34,87,105,108,108,105,97,109,32,112,114,111,118,105,100,101,114,95,99,111,110,116,101,110,116,97,99,99,117,114,97,99,121,115,101,99,116,105,111,110,32,97,110,100,101,114,115,111,110,102,108,101,120,105,98,108,101,67,97,116,101,103,111,114,121,108,97,119,114,101,110,99,101,60,115,99,114,105,112,116,62,108,97,121,111,117,116,61,34,97,112,112,114,111,118,101,100,32,109,97,120,105,109,117,109,104,101,97,100,101,114,34,62,60,47,116,97,98,108,101,62,83,101,114,118,105,99,101,115,104,97,109,105,108,116,111,110,99,117,114,114,101,110,116,32,99,97,110,97,100,105,97,110,99,104,97,110,110,101,108,115,47,116,104,101,109,101,115,47,47,97,114,116,105,99,108,101,111,112,116,105,111,110,97,108,112,111,114,116,117,103,97,108,118,97,108,117,101,61,34,34,105,110,116,101,114,118,97,108,119,105,114,101,108,101,115,115,101,110,116,105,116,108,101,100,97,103,101,110,99,105,101,115,83,101,97,114,99,104,34,32,109,101,97,115,117,114,101,100,116,104,111,117,115,97,110,100,115,112,101,110,100,105,110,103,38,104,101,108,108,105,112,59,110,101,119,32,68,97,116,101,34,32,115,105,122,101,61,34,112,97,103,101,78,97,109,101,109,105,100,100,108,101,34,32,34,32,47,62,60,47,97,62,104,105,100,100,101,110,34,62,115,101,113,117,101,110,99,101,112,101,114,115,111,110,97,108,111,118,101,114,102,108,111,119,111,112,105,110,105,111,110,115,105,108,108,105,110,111,105,115,108,105,110,107,115,34,62,10,9,60,116,105,116,108,101,62,118,101,114,115,105,111,110,115,115,97,116,117,114,100,97,121,116,101,114,109,105,110,97,108,105,116,101,109,112,114,111,112,101,110,103,105,110,101,101,114,115,101,99,116,105,111,110,115,100,101,115,105,103,110,101,114,112,114,111,112,111,115,97,108,61,34,102,97,108,115,101,34,69,115,112,97,195,177,111,108,114,101,108,101,97,115,101,115,115,117,98,109,105,116,34,32,101,114,38,113,117,111,116,59,97,100,100,105,116,105,111,110,115,121,109,112,116,111,109,115,111,114,105,101,110,116,101,100,114,101,115,111,117,114,99,101,114,105,103,104,116,34,62,60,112,108,101,97,115,117,114,101,115,116,97,116,105,111,110,115,104,105,115,116,111,114,121,46,108,101,97,118,105,110,103,32,32,98,111,114,100,101,114,61,99,111,110,116,101,110,116,115,99,101,110,116,101,114,34,62,46,10,10,83,111,109,101,32,100,105,114,101,99,116,101,100,115,117,105,116,97,98,108,101,98,117,108,103,97,114,105,97,46,115,104,111,119,40,41,59,100,101,115,105,103,110,101,100,71,101,110,101,114,97,108,32,99,111,110,99,101,112,116,115,69,120,97,109,112,108,101,115,119,105,108,108,105,97,109,115,79,114,105,103,105,110,97,108,34,62,60,115,112,97,110,62,115,101,97,114,99,104,34,62,111,112,101,114,97,116,111,114,114,101,113,117,101,115,116,115,97,32,38,113,117,111,116,59,97,108,108,111,119,105,110,103,68,111,99,117,109,101,110,116,114,101,118,105,115,105,111,110,46,32,10,10,84,104,101,32,121,111,117,114,115,101,108,102,67,111,110,116,97,99,116,32,109,105,99,104,105,103,97,110,69,110,103,108,105,115,104,32,99,111,108,117,109,98,105,97,112,114,105,111,114,105,116,121,112,114,105,110,116,105,110,103,100,114,105,110,107,105,110,103,102,97,99,105,108,105,116,121,114,101,116,117,114,110,101,100,67,111,110,116,101,110,116,32,111,102,102,105,99,101,114,115,82,117,115,115,105,97,110,32,103,101,110,101,114,97,116,101,45,56,56,53,57,45,49,34,105,110,100,105,99,97,116,101,102,97,109,105,108,105,97,114,32,113,117,97,108,105,116,121,109,97,114,103,105,110,58,48,32,99,111,110,116,101,110,116,118,105,101,119,112,111,114,116,99,111,110,116,97,99,116,115,45,116,105,116,108,101,34,62,112,111,114,116,97,98,108,101,46,108,101,110,103,116,104,32,101,108,105,103,105,98,108,101,105,110,118,111,108,118,101,115,97,116,108,97,110,116,105,99,111,110,108,111,97,100,61,34,100,101,102,97,117,108,116,46,115,117,112,112,108,105,101,100,112,97,121,109,101,110,116,115,103,108,111,115,115,97,114,121,10,10,65,102,116,101,114,32,103,117,105,100,97,110,99,101,60,47,116,100,62,60,116,100,101,110,99,111,100,105,110,103,109,105,100,100,108,101,34,62,99,97,109,101,32,116,111,32,100,105,115,112,108,97,121,115,115,99,111,116,116,105,115,104,106,111,110,97,116,104,97,110,109,97,106,111,114,105,116,121,119,105,100,103,101,116,115,46,99,108,105,110,105,99,97,108,116,104,97,105,108,97,110,100,116,101,97,99,104,101,114,115,60,104,101,97,100,62,10,9,97,102,102,101,99,116,101,100,115,117,112,112,111,114,116,115,112,111,105,110,116,101,114,59,116,111,83,116,114,105,110,103,60,47,115,109,97,108,108,62,111,107,108,97,104,111,109,97,119,105,108,108,32,98,101,32,105,110,118,101,115,116,111,114,48,34,32,97,108,116,61,34,104,111,108,105,100,97,121,115,82,101,115,111,117,114,99,101,108,105,99,101,110,115,101,100,32,40,119,104,105,99,104,32,46,32,65,102,116,101,114,32,99,111,110,115,105,100,101,114,118,105,115,105,116,105,110,103,101,120,112,108,111,114,101,114,112,114,105,109,97,114,121,32,115,101,97,114,99,104,34,32,97,110,100,114,111,105,100,34,113,117,105,99,107,108,121,32,109,101,101,116,105,110,103,115,101,115,116,105,109,97,116,101,59,114,101,116,117,114,110,32,59,99,111,108,111,114,58,35,32,104,101,105,103,104,116,61,97,112,112,114,111,118,97,108,44,32,38,113,117,111,116,59,32,99,104,101,99,107,101,100,46,109,105,110,46,106,115,34,109,97,103,110,101,116,105,99,62,60,47,97,62,60,47,104,102,111,114,101,99,97,115,116,46,32,87,104,105,108,101,32,116,104,117,114,115,100,97,121,100,118,101,114,116,105,115,101,38,101,97,99,117,116,101,59,104,97,115,67,108,97,115,115,101,118,97,108,117,97,116,101,111,114,100,101,114,105,110,103,101,120,105,115,116,105,110,103,112,97,116,105,101,110,116,115,32,79,110,108,105,110,101,32,99,111,108,111,114,97,100,111,79,112,116,105,111,110,115,34,99,97,109,112,98,101,108,108,60,33,45,45,32,101,110,100,60,47,115,112,97,110,62,60,60,98,114,32,47,62,13,10,95,112,111,112,117,112,115,124,115,99,105,101,110,99,101,115,44,38,113,117,111,116,59,32,113,117,97,108,105,116,121,32,87,105,110,100,111,119,115,32,97,115,115,105,103,110,101,100,104,101,105,103,104,116,58,32,60,98,32,99,108,97,115,115,108,101,38,113,117,111,116,59,32,118,97,108,117,101,61,34,32,67,111,109,112,97,110,121,101,120,97,109,112,108,101,115,60,105,102,114,97,109,101,32,98,101,108,105,101,118,101,115,112,114,101,115,101,110,116,115,109,97,114,115,104,97,108,108,112,97,114,116,32,111,102,32,112,114,111,112,101,114,108,121,41,46,10,10,84,104,101,32,116,97,120,111,110,111,109,121,109,117,99,104,32,111,102,32,60,47,115,112,97,110,62,10,34,32,100,97,116,97,45,115,114,116,117,103,117,195,170,115,115,99,114,111,108,108,84,111,32,112,114,111,106,101,99,116,60,104,101,97,100,62,13,10,97,116,116,111,114,110,101,121,101,109,112,104,97,115,105,115,115,112,111,110,115,111,114,115,102,97,110,99,121,98,111,120,119,111,114,108,100,39,115,32,119,105,108,100,108,105,102,101,99,104,101,99,107,101,100,61,115,101,115,115,105,111,110,115,112,114,111,103,114,97,109,109,112,120,59,102,111,110,116,45,32,80,114,111,106,101,99,116,106,111,117,114,110,97,108,115,98,101,108,105,101,118,101,100,118,97,99,97,116,105,111,110,116,104,111,109,112,115,111,110,108,105,103,104,116,105,110,103,97,110,100,32,116,104,101,32,115,112,101,99,105,97,108,32,98,111,114,100,101,114,61,48,99,104,101,99,107,105,110,103,60,47,116,98,111,100,121,62,60,98,117,116,116,111,110,32,67,111,109,112,108,101,116,101,99,108,101,97,114,102,105,120,10,60,104,101,97,100,62,10,97,114,116,105,99,108,101,32,60,115,101,99,116,105,111,110,102,105,110,100,105,110,103,115,114,111,108,101,32,105,110,32,112,111,112,117,108,97,114,32,32,79,99,116,111,98,101,114,119,101,98,115,105,116,101,32,101,120,112,111,115,117,114,101,117,115,101,100,32,116,111,32,32,99,104,97,110,103,101,115,111,112,101,114,97,116,101,100,99,108,105,99,107,105,110,103,101,110,116,101,114,105,110,103,99,111,109,109,97,110,100,115,105,110,102,111,114,109,101,100,32,110,117,109,98,101,114,115,32,32,60,47,100,105,118,62,99,114,101,97,116,105,110,103,111,110,83,117,98,109,105,116,109,97,114,121,108,97,110,100,99,111,108,108,101,103,101,115,97,110,97,108,121,116,105,99,108,105,115,116,105,110,103,115,99,111,110,116,97,99,116,46,108,111,103,103,101,100,73,110,97,100,118,105,115,111,114,121,115,105,98,108,105,110,103,115,99,111,110,116,101,110,116,34,115,38,113,117,111,116,59,41,115,46,32,84,104,105,115,32,112,97,99,107,97,103,101,115,99,104,101,99,107,98,111,120,115,117,103,103,101,115,116,115,112,114,101,103,110,97,110,116,116,111,109,111,114,114,111,119,115,112,97,99,105,110,103,61,105,99,111,110,46,112,110,103,106,97,112,97,110,101,115,101,99,111,100,101,98,97,115,101,98,117,116,116,111,110,34,62,103,97,109,98,108,105,110,103,115,117,99,104,32,97,115,32,44,32,119,104,105,108,101,32,60,47,115,112,97,110,62,32,109,105,115,115,111,117,114,105,115,112,111,114,116,105,110,103,116,111,112,58,49,112,120,32,46,60,47,115,112,97,110,62,116,101,110,115,105,111,110,115,119,105,100,116,104,61,34,50,108,97,122,121,108,111,97,100,110,111,118,101,109,98,101,114,117,115,101,100,32,105,110,32,104,101,105,103,104,116,61,34,99,114,105,112,116,34,62,10,38,110,98,115,112,59,60,47,60,116,114,62,60,116,100,32,104,101,105,103,104,116,58,50,47,112,114,111,100,117,99,116,99,111,117,110,116,114,121,32,105,110,99,108,117,100,101,32,102,111,111,116,101,114,34,32,38,108,116,59,33,45,45,32,116,105,116,108,101,34,62,60,47,106,113,117,101,114,121,46,60,47,102,111,114,109,62,10,40,231,174,128,228,189,147,41,40,231,185,129,233,171,148,41,104,114,118,97,116,115,107,105,105,116,97,108,105,97,110,111,114,111,109,195,162,110,196,131,116,195,188,114,107,195,167,101,216,167,216,177,216,175,217,136,116,97,109,98,105,195,169,110,110,111,116,105,99,105,97,115,109,101,110,115,97,106,101,115,112,101,114,115,111,110,97,115,100,101,114,101,99,104,111,115,110,97,99,105,111,110,97,108,115,101,114,118,105,99,105,111,99,111,110,116,97,99,116,111,117,115,117,97,114,105,111,115,112,114,111,103,114,97,109,97,103,111,98,105,101,114,110,111,101,109,112,114,101,115,97,115,97,110,117,110,99,105,111,115,118,97,108,101,110,99,105,97,99,111,108,111,109,98,105,97,100,101,115,112,117,195,169,115,100,101,112,111,114,116,101,115,112,114,111,121,101,99,116,111,112,114,111,100,117,99,116,111,112,195,186,98,108,105,99,111,110,111,115,111,116,114,111,115,104,105,115,116,111,114,105,97,112,114,101,115,101,110,116,101,109,105,108,108,111,110,101,115,109,101,100,105,97,110,116,101,112,114,101,103,117,110,116,97,97,110,116,101,114,105,111,114,114,101,99,117,114,115,111,115,112,114,111,98,108,101,109,97,115,97,110,116,105,97,103,111,110,117,101,115,116,114,111,115,111,112,105,110,105,195,179,110,105,109,112,114,105,109,105,114,109,105,101,110,116,114,97,115,97,109,195,169,114,105,99,97,118,101,110,100,101,100,111,114,115,111,99,105,101,100,97,100,114,101,115,112,101,99,116,111,114,101,97,108,105,122,97,114,114,101,103,105,115,116,114,111,112,97,108,97,98,114,97,115,105,110,116,101,114,195,169,115,101,110,116,111,110,99,101,115,101,115,112,101,99,105,97,108,109,105,101,109,98,114,111,115,114,101,97,108,105,100,97,100,99,195,179,114,100,111,98,97,122,97,114,97,103,111,122,97,112,195,161,103,105,110,97,115,115,111,99,105,97,108,101,115,98,108,111,113,117,101,97,114,103,101,115,116,105,195,179,110,97,108,113,117,105,108,101,114,115,105,115,116,101,109,97,115,99,105,101,110,99,105,97,115,99,111,109,112,108,101,116,111,118,101,114,115,105,195,179,110,99,111,109,112,108,101,116,97,101,115,116,117,100,105,111,115,112,195,186,98,108,105,99,97,111,98,106,101,116,105,118,111,97,108,105,99,97,110,116,101,98,117,115,99,97,100,111,114,99,97,110,116,105,100,97,100,101,110,116,114,97,100,97,115,97,99,99,105,111,110,101,115,97,114,99,104,105,118,111,115,115,117,112,101,114,105,111,114,109,97,121,111,114,195,173,97,97,108,101,109,97,110,105,97,102,117,110,99,105,195,179,110,195,186,108,116,105,109,111,115,104,97,99,105,101,110,100,111,97,113,117,101,108,108,111,115,101,100,105,99,105,195,179,110,102,101,114,110,97,110,100,111,97,109,98,105,101,110,116,101,102,97,99,101,98,111,111,107,110,117,101,115,116,114,97,115,99,108,105,101,110,116,101,115,112,114,111,99,101,115,111,115,98,97,115,116,97,110,116,101,112,114,101,115,101,110,116,97,114,101,112,111,114,116,97,114,99,111,110,103,114,101,115,111,112,117,98,108,105,99,97,114,99,111,109,101,114,99,105,111,99,111,110,116,114,97,116,111,106,195,179,118,101,110,101,115,100,105,115,116,114,105,116,111,116,195,169,99,110,105,99,97,99,111,110,106,117,110,116,111,101,110,101,114,103,195,173,97,116,114,97,98,97,106,97,114,97,115,116,117,114,105,97,115,114,101,99,105,101,110,116,101,117,116,105,108,105,122,97,114,98,111,108,101,116,195,173,110,115,97,108,118,97,100,111,114,99,111,114,114,101,99,116,97,116,114,97,98,97,106,111,115,112,114,105,109,101,114,111,115,110,101,103,111,99,105,111,115,108,105,98,101,114,116,97,100,100,101,116,97,108,108,101,115,112,97,110,116,97,108,108,97,112,114,195,179,120,105,109,111,97,108,109,101,114,195,173,97,97,110,105,109,97,108,101,115,113,117,105,195,169,110,101,115,99,111,114,97,122,195,179,110,115,101,99,99,105,195,179,110,98,117,115,99,97,110,100,111,111,112,99,105,111,110,101,115,101,120,116,101,114,105,111,114,99,111,110,99,101,112,116,111,116,111,100,97,118,195,173,97,103,97,108,101,114,195,173,97,101,115,99,114,105,98,105,114,109,101,100,105,99,105,110,97,108,105,99,101,110,99,105,97,99,111,110,115,117,108,116,97,97,115,112,101,99,116,111,115,99,114,195,173,116,105,99,97,100,195,179,108,97,114,101,115,106,117,115,116,105,99,105,97,100,101,98,101,114,195,161,110,112,101,114,195,173,111,100,111,110,101,99,101,115,105,116,97,109,97,110,116,101,110,101,114,112,101,113,117,101,195,177,111,114,101,99,105,98,105,100,97,116,114,105,98,117,110,97,108,116,101,110,101,114,105,102,101,99,97,110,99,105,195,179,110,99,97,110,97,114,105,97,115,100,101,115,99,97,114,103,97,100,105,118,101,114,115,111,115,109,97,108,108,111,114,99,97,114,101,113,117,105,101,114,101,116,195,169,99,110,105,99,111,100,101,98,101,114,195,173,97,118,105,118,105,101,110,100,97,102,105,110,97,110,122,97,115,97,100,101,108,97,110,116,101,102,117,110,99,105,111,110,97,99,111,110,115,101,106,111,115,100,105,102,195,173,99,105,108,99,105,117,100,97,100,101,115,97,110,116,105,103,117,97,115,97,118,97,110,122,97,100,97,116,195,169,114,109,105,110,111,117,110,105,100,97,100,101,115,115,195,161,110,99,104,101,122,99,97,109,112,97,195,177,97,115,111,102,116,111,110,105,99,114,101,118,105,115,116,97,115,99,111,110,116,105,101,110,101,115,101,99,116,111,114,101,115,109,111,109,101,110,116,111,115,102,97,99,117,108,116,97,100,99,114,195,169,100,105,116,111,100,105,118,101,114,115,97,115,115,117,112,117,101,115,116,111,102,97,99,116,111,114,101,115,115,101,103,117,110,100,111,115,112,101,113,117,101,195,177,97,208,179,208,190,208,180,208,176,208,181,209,129,208,187,208,184,208,181,209,129,209,130,209,140,208,177,209,139,208,187,208,190,208,177,209,139,209,130,209,140,209,141,209,130,208,190,208,188,208,149,209,129,208,187,208,184,209,130,208,190,208,179,208,190,208,188,208,181,208,189,209,143,208,178,209,129,208,181,209,133,209,141,209,130,208,190,208,185,208,180,208,176,208,182,208,181,208,177,209,139,208,187,208,184,208,179,208,190,208,180,209,131,208,180,208,181,208,189,209,140,209,141,209,130,208,190,209,130,208,177,209,139,208,187,208,176,209,129,208,181,208,177,209,143,208,190,208,180,208,184,208,189,209,129,208,181,208,177,208,181,208,189,208,176,208,180,208,190,209,129,208,176,208,185,209,130,209,132,208,190,209,130,208,190,208,189,208,181,208,179,208,190,209,129,208,178,208,190,208,184,209,129,208,178,208,190,208,185,208,184,208,179,209,128,209,139,209,130,208,190,208,182,208,181,208,178,209,129,208,181,208,188,209,129,208,178,208,190,209,142,208,187,208,184,209,136,209,140,209,141,209,130,208,184,209,133,208,191,208,190,208,186,208,176,208,180,208,189,208,181,208,185,208,180,208,190,208,188,208,176,208,188,208,184,209,128,208,176,208,187,208,184,208,177,208,190,209,130,208,181,208,188,209,131,209,133,208,190,209,130,209,143,208,180,208,178,209,131,209,133,209,129,208,181,209,130,208,184,208,187,209,142,208,180,208,184,208,180,208,181,208,187,208,190,208,188,208,184,209,128,208,181,209,130,208,181,208,177,209,143,209,129,208,178,208,190,208,181,208,178,208,184,208,180,208,181,209,135,208,181,208,179,208,190,209,141,209,130,208,184,208,188,209,129,209,135,208,181,209,130,209,130,208,181,208,188,209,139,209,134,208,181,208,189,209,139,209,129,209,130,208,176,208,187,208,178,208,181,208,180,209,140,209,130,208,181,208,188,208,181,208,178,208,190,208,180,209,139,209,130,208,181,208,177,208,181,208,178,209,139,209,136,208,181,208,189,208,176,208,188,208,184,209,130,208,184,208,191,208,176,209,130,208,190,208,188,209,131,208,191,209,128,208,176,208,178,208,187,208,184,209,134,208,176,208,190,208,180,208,189,208,176,208,179,208,190,208,180,209,139,208,183,208,189,208,176,209,142,208,188,208,190,208,179,209,131,208,180,209,128,209,131,208,179,208,178,209,129,208,181,208,185,208,184,208,180,208,181,209,130,208,186,208,184,208,189,208,190,208,190,208,180,208,189,208,190,208,180,208,181,208,187,208,176,208,180,208,181,208,187,208,181,209,129,209,128,208,190,208,186,208,184,209,142,208,189,209,143,208,178,208,181,209,129,209,140,208,149,209,129,209,130,209,140,209,128,208,176,208,183,208,176,208,189,208,176,209,136,208,184,216,167,217,132,217,132,217,135,216,167,217,132,216,170,217,138,216,172,217,133,217,138,216,185,216,174,216,167,216,181,216,169,216,167,217,132,216,176,217,138,216,185,217,132,217,138,217,135,216,172,216,175,217,138,216,175,216,167,217,132,216,162,217,134,216,167,217,132,216,177,216,175,216,170,216,173,217,131,217,133,216,181,217,129,216,173,216,169,217,131,216,167,217,134,216,170,216,167,217,132,217,132,217,138,217,138,217,131,217,136,217,134,216,180,216,168,217,131,216,169,217,129,217,138,217,135,216,167,216,168,217,134,216,167,216,170,216,173,217,136,216,167,216,161,216,163,217,131,216,171,216,177,216,174,217,132,216,167,217,132,216,167,217,132,216,173,216,168,216,175,217,132,217,138,217,132,216,175,216,177,217,136,216,179,216,167,216,182,216,186,216,183,216,170,217,131,217,136,217,134,217,135,217,134,216,167,217,131,216,179,216,167,216,173,216,169,217,134,216,167,216,175,217,138,216,167,217,132,216,183,216,168,216,185,217,132,217,138,217,131,216,180,217,131,216,177,216,167,217,138,217,133,217,131,217,134,217,133,217,134,217,135,216,167,216,180,216,177,217,131,216,169,216,177,216,166,217,138,216,179,217,134,216,180,217,138,216,183,217,133,216,167,216,176,216,167,216,167,217,132,217,129,217,134,216,180,216,168,216,167,216,168,216,170,216,185,216,168,216,177,216,177,216,173,217,133,216,169,217,131,216,167,217,129,216,169,217,138,217,130,217,136,217,132,217,133,216,177,217,131,216,178,217,131,217,132,217,133,216,169,216,163,216,173,217,133,216,175,217,130,217,132,216,168,217,138,217,138,216,185,217,134,217,138,216,181,217,136,216,177,216,169,216,183,216,177,217,138,217,130,216,180,216,167,216,177,217,131,216,172,217,136,216,167,217,132,216,163,216,174,216,177,217,137,217,133,216,185,217,134,216,167,216,167,216,168,216,173,216,171,216,185,216,177,217,136,216,182,216,168,216,180,217,131,217,132,217,133,216,179,216,172,217,132,216,168,217,134,216,167,217,134,216,174,216,167,217,132,216,175,217,131,216,170,216,167,216,168,217,131,217,132,217,138,216,169,216,168,216,175,217,136,217,134,216,163,217,138,216,182,216,167,217,138,217,136,216,172,216,175,217,129,216,177,217,138,217,130,217,131,216,170,216,168,216,170,216,163,217,129,216,182,217,132,217,133,216,183,216,168,216,174,216,167,217,131,216,171,216,177,216,168,216,167,216,177,217,131,216,167,217,129,216,182,217,132,216,167,216,173,217,132,217,137,217,134,217,129,216,179,217,135,216,163,217,138,216,167,217,133,216,177,216,175,217,136,216,175,216,163,217,134,217,135,216,167,216,175,217,138,217,134,216,167,216,167,217,132,216,167,217,134,217,133,216,185,216,177,216,182,216,170,216,185,217,132,217,133,216,175,216,167,216,174,217,132,217,133,217,133,217,131,217,134,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,0,2,0,2,0,2,0,2,0,4,0,4,0,4,0,4,0,0,1,2,3,4,5,6,7,7,6,5,4,3,2,1,0,8,9,10,11,12,13,14,15,15,14,13,12,11,10,9,8,16,17,18,19,20,21,22,23,23,22,21,20,19,18,17,16,24,25,26,27,28,29,30,31,31,30,29,28,27,26,25,24,255,255,255,255,0,0,0,0,0,0,0,0,255,255,255,255,1,0,0,0,2,0,0,0,2,0,0,0,1,0,0,0,1,0,0,0,3,0,0,0,255,255,0,1,0,0,0,1,0,0,255,255,0,1,0,0,0,8,0,8,0,8,0,8,0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,114,101,115,111,117,114,99,101,115,99,111,117,110,116,114,105,101,115,113,117,101,115,116,105,111,110,115,101,113,117,105,112,109,101,110,116,99,111,109,109,117,110,105,116,121,97,118,97,105,108,97,98,108,101,104,105,103,104,108,105,103,104,116,68,84,68,47,120,104,116,109,108,109,97,114,107,101,116,105,110,103,107,110,111,119,108,101,100,103,101,115,111,109,101,116,104,105,110,103,99,111,110,116,97,105,110,101,114,100,105,114,101,99,116,105,111,110,115,117,98,115,99,114,105,98,101,97,100,118,101,114,116,105,115,101,99,104,97,114,97,99,116,101,114,34,32,118,97,108,117,101,61,34,60,47,115,101,108,101,99,116,62,65,117,115,116,114,97,108,105,97,34,32,99,108,97,115,115,61,34,115,105,116,117,97,116,105,111,110,97,117,116,104,111,114,105,116,121,102,111,108,108,111,119,105,110,103,112,114,105,109,97,114,105,108,121,111,112,101,114,97,116,105,111,110,99,104,97,108,108,101,110,103,101,100,101,118,101,108,111,112,101,100,97,110,111,110,121,109,111,117,115,102,117,110,99,116,105,111,110,32,102,117,110,99,116,105,111,110,115,99,111,109,112,97,110,105,101,115,115,116,114,117,99,116,117,114,101,97,103,114,101,101,109,101,110,116,34,32,116,105,116,108,101,61,34,112,111,116,101,110,116,105,97,108,101,100,117,99,97,116,105,111,110,97,114,103,117,109,101,110,116,115,115,101,99,111,110,100,97,114,121,99,111,112,121,114,105,103,104,116,108,97,110,103,117,97,103,101,115,101,120,99,108,117,115,105,118,101,99,111,110,100,105,116,105,111,110,60,47,102,111,114,109,62,13,10,115,116,97,116,101,109,101,110,116,97,116,116,101,110,116,105,111,110,66,105,111,103,114,97,112,104,121,125,32,101,108,115,101,32,123,10,115,111,108,117,116,105,111,110,115,119,104,101,110,32,116,104,101,32,65,110,97,108,121,116,105,99,115,116,101,109,112,108,97,116,101,115,100,97,110,103,101,114,111,117,115,115,97,116,101,108,108,105,116,101,100,111,99,117,109,101,110,116,115,112,117,98,108,105,115,104,101,114,105,109,112,111,114,116,97,110,116,112,114,111,116,111,116,121,112,101,105,110,102,108,117,101,110,99,101,38,114,97,113,117,111,59,60,47,101,102,102,101,99,116,105,118,101,103,101,110,101,114,97,108,108,121,116,114,97,110,115,102,111,114,109,98,101,97,117,116,105,102,117,108,116,114,97,110,115,112,111,114,116,111,114,103,97,110,105,122,101,100,112,117,98,108,105,115,104,101,100,112,114,111,109,105,110,101,110,116,117,110,116,105,108,32,116,104,101,116,104,117,109,98,110,97,105,108,78,97,116,105,111,110,97,108,32,46,102,111,99,117,115,40,41,59,111,118,101,114,32,116,104,101,32,109,105,103,114,97,116,105,111,110,97,110,110,111,117,110,99,101,100,102,111,111,116,101,114,34,62,10,101,120,99,101,112,116,105,111,110,108,101,115,115,32,116,104,97,110,101,120,112,101,110,115,105,118,101,102,111,114,109,97,116,105,111,110,102,114,97,109,101,119,111,114,107,116,101,114,114,105,116,111,114,121,110,100,105,99,97,116,105,111,110,99,117,114,114,101,110,116,108,121,99,108,97,115,115,78,97,109,101,99,114,105,116,105,99,105,115,109,116,114,97,100,105,116,105,111,110,101,108,115,101,119,104,101,114,101,65,108,101,120,97,110,100,101,114,97,112,112,111,105,110,116,101,100,109,97,116,101,114,105,97,108,115,98,114,111,97,100,99,97,115,116,109,101,110,116,105,111,110,101,100,97,102,102,105,108,105,97,116,101,60,47,111,112,116,105,111,110,62,116,114,101,97,116,109,101,110,116,100,105,102,102,101,114,101,110,116,47,100,101,102,97,117,108,116,46,80,114,101,115,105,100,101,110,116,111,110,99,108,105,99,107,61,34,98,105,111,103,114,97,112,104,121,111,116,104,101,114,119,105,115,101,112,101,114,109,97,110,101,110,116,70,114,97,110,195,167,97,105,115,72,111,108,108,121,119,111,111,100,101,120,112,97,110,115,105,111,110,115,116,97,110,100,97,114,100,115,60,47,115,116,121,108,101,62,10,114,101,100,117,99,116,105,111,110,68,101,99,101,109,98,101,114,32,112,114,101,102,101,114,114,101,100,67,97,109,98,114,105,100,103,101,111,112,112,111,110,101,110,116,115,66,117,115,105,110,101,115,115,32,99,111,110,102,117,115,105,111,110,62,10,60,116,105,116,108,101,62,112,114,101,115,101,110,116,101,100,101,120,112,108,97,105,110,101,100,100,111,101,115,32,110,111,116,32,119,111,114,108,100,119,105,100,101,105,110,116,101,114,102,97,99,101,112,111,115,105,116,105,111,110,115,110,101,119,115,112,97,112,101,114,60,47,116,97,98,108,101,62,10,109,111,117,110,116,97,105,110,115,108,105,107,101,32,116,104,101,32,101,115,115,101,110,116,105,97,108,102,105,110,97,110,99,105,97,108,115,101,108,101,99,116,105,111,110,97,99,116,105,111,110,61,34,47,97,98,97,110,100,111,110,101,100,69,100,117,99,97,116,105,111,110,112,97,114,115,101,73,110,116,40,115,116,97,98,105,108,105,116,121,117,110,97,98,108,101,32,116,111,60,47,116,105,116,108,101,62,10,114,101,108,97,116,105,111,110,115,78,111,116,101,32,116,104,97,116,101,102,102,105,99,105,101,110,116,112,101,114,102,111,114,109,101,100,116,119,111,32,121,101,97,114,115,83,105,110,99,101,32,116,104,101,116,104,101,114,101,102,111,114,101,119,114,97,112,112,101,114,34,62,97,108,116,101,114,110,97,116,101,105,110,99,114,101,97,115,101,100,66,97,116,116,108,101,32,111,102,112,101,114,99,101,105,118,101,100,116,114,121,105,110,103,32,116,111,110,101,99,101,115,115,97,114,121,112,111,114,116,114,97,121,101,100,101,108,101,99,116,105,111,110,115,69,108,105,122,97,98,101,116,104,60,47,105,102,114,97,109,101,62,100,105,115,99,111,118,101,114,121,105,110,115,117,114,97,110,99,101,115,46,108,101,110,103,116,104,59,108,101,103,101,110,100,97,114,121,71,101,111,103,114,97,112,104,121,99,97,110,100,105,100,97,116,101,99,111,114,112,111,114,97,116,101,115,111,109,101,116,105,109,101,115,115,101,114,118,105,99,101,115,46,105,110,104,101,114,105,116,101,100,60,47,115,116,114,111,110,103,62,67,111,109,109,117,110,105,116,121,114,101,108,105,103,105,111,117,115,108,111,99,97,116,105,111,110,115,67,111,109,109,105,116,116,101,101,98,117,105,108,100,105,110,103,115,116,104,101,32,119,111,114,108,100,110,111,32,108,111,110,103,101,114,98,101,103,105,110,110,105,110,103,114,101,102,101,114,101,110,99,101,99,97,110,110,111,116,32,98,101,102,114,101,113,117,101,110,99,121,116,121,112,105,99,97,108,108,121,105,110,116,111,32,116,104,101,32,114,101,108,97,116,105,118,101,59,114,101,99,111,114,100,105,110,103,112,114,101,115,105,100,101,110,116,105,110,105,116,105,97,108,108,121,116,101,99,104,110,105,113,117,101,116,104,101,32,111,116,104,101,114,105,116,32,99,97,110,32,98,101,101,120,105,115,116,101,110,99,101,117,110,100,101,114,108,105,110,101,116,104,105,115,32,116,105,109,101,116,101,108,101,112,104,111,110,101,105,116,101,109,115,99,111,112,101,112,114,97,99,116,105,99,101,115,97,100,118,97,110,116,97,103,101,41,59,114,101,116,117,114,110,32,70,111,114,32,111,116,104,101,114,112,114,111,118,105,100,105,110,103,100,101,109,111,99,114,97,99,121,98,111,116,104,32,116,104,101,32,101,120,116,101,110,115,105,118,101,115,117,102,102,101,114,105,110,103,115,117,112,112,111,114,116,101,100,99,111,109,112,117,116,101,114,115,32,102,117,110,99,116,105,111,110,112,114,97,99,116,105,99,97,108,115,97,105,100,32,116,104,97,116,105,116,32,109,97,121,32,98,101,69,110,103,108,105,115,104,60,47,102,114,111,109,32,116,104,101,32,115,99,104,101,100,117,108,101,100,100,111,119,110,108,111,97,100,115,60,47,108,97,98,101,108,62,10,115,117,115,112,101,99,116,101,100,109,97,114,103,105,110,58,32,48,115,112,105,114,105,116,117,97,108,60,47,104,101,97,100,62,10,10,109,105,99,114,111,115,111,102,116,103,114,97,100,117,97,108,108,121,100,105,115,99,117,115,115,101,100,104,101,32,98,101,99,97,109,101,101,120,101,99,117,116,105,118,101,106,113,117,101,114,121,46,106,115,104,111,117,115,101,104,111,108,100,99,111,110,102,105,114,109,101,100,112,117,114,99,104,97,115,101,100,108,105,116,101,114,97,108,108,121,100,101,115,116,114,111,121,101,100,117,112,32,116,111,32,116,104,101,118,97,114,105,97,116,105,111,110,114,101,109,97,105,110,105,110,103,105,116,32,105,115,32,110,111,116,99,101,110,116,117,114,105,101,115,74,97,112,97,110,101,115,101,32,97,109,111,110,103,32,116,104,101,99,111,109,112,108,101,116,101,100,97,108,103,111,114,105,116,104,109,105,110,116,101,114,101,115,116,115,114,101,98,101,108,108,105,111,110,117,110,100,101,102,105,110,101,100,101,110,99,111,117,114,97,103,101,114,101,115,105,122,97,98,108,101,105,110,118,111,108,118,105,110,103,115,101,110,115,105,116,105,118,101,117,110,105,118,101,114,115,97,108,112,114,111,118,105,115,105,111,110,40,97,108,116,104,111,117,103,104,102,101,97,116,117,114,105,110,103,99,111,110,100,117,99,116,101,100,41,44,32,119,104,105,99,104,32,99,111,110,116,105,110,117,101,100,45,104,101,97,100,101,114,34,62,70,101,98,114,117,97,114,121,32,110,117,109,101,114,111,117,115,32,111,118,101,114,102,108,111,119,58,99,111,109,112,111,110,101,110,116,102,114,97,103,109,101,110,116,115,101,120,99,101,108,108,101,110,116,99,111,108,115,112,97,110,61,34,116,101,99,104,110,105,99,97,108,110,101,97,114,32,116,104,101,32,65,100,118,97,110,99,101,100,32,115,111,117,114,99,101,32,111,102,101,120,112,114,101,115,115,101,100,72,111,110,103,32,75,111,110,103,32,70,97,99,101,98,111,111,107,109,117,108,116,105,112,108,101,32,109,101,99,104,97,110,105,115,109,101,108,101,118,97,116,105,111,110,111,102,102,101,110,115,105,118,101,60,47,102,111,114,109,62,10,9,115,112,111,110,115,111,114,101,100,100,111,99,117,109,101,110,116,46,111,114,32,38,113,117,111,116,59,116,104,101,114,101,32,97,114,101,116,104,111,115,101,32,119,104,111,109,111,118,101,109,101,110,116,115,112,114,111,99,101,115,115,101,115,100,105,102,102,105,99,117,108,116,115,117,98,109,105,116,116,101,100,114,101,99,111,109,109,101,110,100,99,111,110,118,105,110,99,101,100,112,114,111,109,111,116,105,110,103,34,32,119,105,100,116,104,61,34,46,114,101,112,108,97,99,101,40,99,108,97,115,115,105,99,97,108,99,111,97,108,105,116,105,111,110,104,105,115,32,102,105,114,115,116,100,101,99,105,115,105,111,110,115,97,115,115,105,115,116,97,110,116,105,110,100,105,99,97,116,101,100,101,118,111,108,117,116,105,111,110,45,119,114,97,112,112,101,114,34,101,110,111,117,103,104,32,116,111,97,108,111,110,103,32,116,104,101,100,101,108,105,118,101,114,101,100,45,45,62,13,10,60,33,45,45,65,109,101,114,105,99,97,110,32,112,114,111,116,101,99,116,101,100,78,111,118,101,109,98,101,114,32,60,47,115,116,121,108,101,62,60,102,117,114,110,105,116,117,114,101,73,110,116,101,114,110,101,116,32,32,111,110,98,108,117,114,61,34,115,117,115,112,101,110,100,101,100,114,101,99,105,112,105,101,110,116,98,97,115,101,100,32,111,110,32,77,111,114,101,111,118,101,114,44,97,98,111,108,105,115,104,101,100,99,111,108,108,101,99,116,101,100,119,101,114,101,32,109,97,100,101,101,109,111,116,105,111,110,97,108,101,109,101,114,103,101,110,99,121,110,97,114,114,97,116,105,118,101,97,100,118,111,99,97,116,101,115,112,120,59,98,111,114,100,101,114,99,111,109,109,105,116,116,101,100,100,105,114,61,34,108,116,114,34,101,109,112,108,111,121,101,101,115,114,101,115,101,97,114,99,104,46,32,115,101,108,101,99,116,101,100,115,117,99,99,101,115,115,111,114,99,117,115,116,111,109,101,114,115,100,105,115,112,108,97,121,101,100,83,101,112,116,101,109,98,101,114,97,100,100,67,108,97,115,115,40,70,97,99,101,98,111,111,107,32,115,117,103,103,101,115,116,101,100,97,110,100,32,108,97,116,101,114,111,112,101,114,97,116,105,110,103,101,108,97,98,111,114,97,116,101,83,111,109,101,116,105,109,101,115,73,110,115,116,105,116,117,116,101,99,101,114,116,97,105,110,108,121,105,110,115,116,97,108,108,101,100,102,111,108,108,111,119,101,114,115,74,101,114,117,115,97,108,101,109,116,104,101,121,32,104,97,118,101,99,111,109,112,117,116,105,110,103,103,101,110,101,114,97,116,101,100,112,114,111,118,105,110,99,101,115,103,117,97,114,97,110,116,101,101,97,114,98,105,116,114,97,114,121,114,101,99,111,103,110,105,122,101,119,97,110,116,101,100,32,116,111,112,120,59,119,105,100,116,104,58,116,104,101,111,114,121,32,111,102,98,101,104,97,118,105,111,117,114,87,104,105,108,101,32,116,104,101,101,115,116,105,109,97,116,101,100,98,101,103,97,110,32,116,111,32,105,116,32,98,101,99,97,109,101,109,97,103,110,105,116,117,100,101,109,117,115,116,32,104,97,118,101,109,111,114,101,32,116,104,97,110,68,105,114,101,99,116,111,114,121,101,120,116,101,110,115,105,111,110,115,101,99,114,101,116,97,114,121,110,97,116,117,114,97,108,108,121,111,99,99,117,114,114,105,110,103,118,97,114,105,97,98,108,101,115,103,105,118,101,110,32,116,104,101,112,108,97,116,102,111,114,109,46,60,47,108,97,98,101,108,62,60,102,97,105,108,101,100,32,116,111,99,111,109,112,111,117,110,100,115,107,105,110,100,115,32,111,102,32,115,111,99,105,101,116,105,101,115,97,108,111,110,103,115,105,100,101,32,45,45,38,103,116,59,10,10,115,111,117,116,104,119,101,115,116,116,104,101,32,114,105,103,104,116,114,97,100,105,97,116,105,111,110,109,97,121,32,104,97,118,101,32,117,110,101,115,99,97,112,101,40,115,112,111,107,101,110,32,105,110,34,32,104,114,101,102,61,34,47,112,114,111,103,114,97,109,109,101,111,110,108,121,32,116,104,101,32,99,111,109,101,32,102,114,111,109,100,105,114,101,99,116,111,114,121,98,117,114,105,101,100,32,105,110,97,32,115,105,109,105,108,97,114,116,104,101,121,32,119,101,114,101,60,47,102,111,110,116,62,60,47,78,111,114,119,101,103,105,97,110,115,112,101,99,105,102,105,101,100,112,114,111,100,117,99,105,110,103,112,97,115,115,101,110,103,101,114,40,110,101,119,32,68,97,116,101,116,101,109,112,111,114,97,114,121,102,105,99,116,105,111,110,97,108,65,102,116,101,114,32,116,104,101,101,113,117,97,116,105,111,110,115,100,111,119,110,108,111,97,100,46,114,101,103,117,108,97,114,108,121,100,101,118,101,108,111,112,101,114,97,98,111,118,101,32,116,104,101,108,105,110,107,101,100,32,116,111,112,104,101,110,111,109,101,110,97,112,101,114,105,111,100,32,111,102,116,111,111,108,116,105,112,34,62,115,117,98,115,116,97,110,99,101,97,117,116,111,109,97,116,105,99,97,115,112,101,99,116,32,111,102,65,109,111,110,103,32,116,104,101,99,111,110,110,101,99,116,101,100,101,115,116,105,109,97,116,101,115,65,105,114,32,70,111,114,99,101,115,121,115,116,101,109,32,111,102,111,98,106,101,99,116,105,118,101,105,109,109,101,100,105,97,116,101,109,97,107,105,110,103,32,105,116,112,97,105,110,116,105,110,103,115,99,111,110,113,117,101,114,101,100,97,114,101,32,115,116,105,108,108,112,114,111,99,101,100,117,114,101,103,114,111,119,116,104,32,111,102,104,101,97,100,101,100,32,98,121,69,117,114,111,112,101,97,110,32,100,105,118,105,115,105,111,110,115,109,111,108,101,99,117,108,101,115,102,114,97,110,99,104,105,115,101,105,110,116,101,110,116,105,111,110,97,116,116,114,97,99,116,101,100,99,104,105,108,100,104,111,111,100,97,108,115,111,32,117,115,101,100,100,101,100,105,99,97,116,101,100,115,105,110,103,97,112,111,114,101,100,101,103,114,101,101,32,111,102,102,97,116,104,101,114,32,111,102,99,111,110,102,108,105,99,116,115,60,47,97,62,60,47,112,62,10,99,97,109,101,32,102,114,111,109,119,101,114,101,32,117,115,101,100,110,111,116,101,32,116,104,97,116,114,101,99,101,105,118,105,110,103,69,120,101,99,117,116,105,118,101,101,118,101,110,32,109,111,114,101,97,99,99,101,115,115,32,116,111,99,111,109,109,97,110,100,101,114,80,111,108,105,116,105,99,97,108,109,117,115,105,99,105,97,110,115,100,101,108,105,99,105,111,117,115,112,114,105,115,111,110,101,114,115,97,100,118,101,110,116,32,111,102,85,84,70,45,56,34,32,47,62,60,33,91,67,68,65,84,65,91,34,62,67,111,110,116,97,99,116,83,111,117,116,104,101,114,110,32,98,103,99,111,108,111,114,61,34,115,101,114,105,101,115,32,111,102,46,32,73,116,32,119,97,115,32,105,110,32,69,117,114,111,112,101,112,101,114,109,105,116,116,101,100,118,97,108,105,100,97,116,101,46,97,112,112,101,97,114,105,110,103,111,102,102,105,99,105,97,108,115,115,101,114,105,111,117,115,108,121,45,108,97,110,103,117,97,103,101,105,110,105,116,105,97,116,101,100,101,120,116,101,110,100,105,110,103,108,111,110,103,45,116,101,114,109,105,110,102,108,97,116,105,111,110,115,117,99,104,32,116,104,97,116,103,101,116,67,111,111,107,105,101,109,97,114,107,101,100,32,98,121,60,47,98,117,116,116,111,110,62,105,109,112,108,101,109,101,110,116,98,117,116,32,105,116,32,105,115,105,110,99,114,101,97,115,101,115,100,111,119,110,32,116,104,101,32,114,101,113,117,105,114,105,110,103,100,101,112,101,110,100,101,110,116,45,45,62,10,60,33,45,45,32,105,110,116,101,114,118,105,101,119,87,105,116,104,32,116,104,101,32,99,111,112,105,101,115,32,111,102,99,111,110,115,101,110,115,117,115,119,97,115,32,98,117,105,108,116,86,101,110,101,122,117,101,108,97,40,102,111,114,109,101,114,108,121,116,104,101,32,115,116,97,116,101,112,101,114,115,111,110,110,101,108,115,116,114,97,116,101,103,105,99,102,97,118,111,117,114,32,111,102,105,110,118,101,110,116,105,111,110,87,105,107,105,112,101,100,105,97,99,111,110,116,105,110,101,110,116,118,105,114,116,117,97,108,108,121,119,104,105,99,104,32,119,97,115,112,114,105,110,99,105,112,108,101,67,111,109,112,108,101,116,101,32,105,100,101,110,116,105,99,97,108,115,104,111,119,32,116,104,97,116,112,114,105,109,105,116,105,118,101,97,119,97,121,32,102,114,111,109,109,111,108,101,99,117,108,97,114,112,114,101,99,105,115,101,108,121,100,105,115,115,111,108,118,101,100,85,110,100,101,114,32,116,104,101,118,101,114,115,105,111,110,61,34,62,38,110,98,115,112,59,60,47,73,116,32,105,115,32,116,104,101,32,84,104,105,115,32,105,115,32,119,105,108,108,32,104,97,118,101,111,114,103,97,110,105,115,109,115,115,111,109,101,32,116,105,109,101,70,114,105,101,100,114,105,99,104,119,97,115,32,102,105,114,115,116,116,104,101,32,111,110,108,121,32,102,97,99,116,32,116,104,97,116,102,111,114,109,32,105,100,61,34,112,114,101,99,101,100,105,110,103,84,101,99,104,110,105,99,97,108,112,104,121,115,105,99,105,115,116,111,99,99,117,114,115,32,105,110,110,97,118,105,103,97,116,111,114,115,101,99,116,105,111,110,34,62,115,112,97,110,32,105,100,61,34,115,111,117,103,104,116,32,116,111,98,101,108,111,119,32,116,104,101,115,117,114,118,105,118,105,110,103,125,60,47,115,116,121,108,101,62,104,105,115,32,100,101,97,116,104,97,115,32,105,110,32,116,104,101,99,97,117,115,101,100,32,98,121,112,97,114,116,105,97,108,108,121,101,120,105,115,116,105,110,103,32,117,115,105,110,103,32,116,104,101,119,97,115,32,103,105,118,101,110,97,32,108,105,115,116,32,111,102,108,101,118,101,108,115,32,111,102,110,111,116,105,111,110,32,111,102,79,102,102,105,99,105,97,108,32,100,105,115,109,105,115,115,101,100,115,99,105,101,110,116,105,115,116,114,101,115,101,109,98,108,101,115,100,117,112,108,105,99,97,116,101,101,120,112,108,111,115,105,118,101,114,101,99,111,118,101,114,101,100,97,108,108,32,111,116,104,101,114,103,97,108,108,101,114,105,101,115,123,112,97,100,100,105,110,103,58,112,101,111,112,108,101,32,111,102,114,101,103,105,111,110,32,111,102,97,100,100,114,101,115,115,101,115,97,115,115,111,99,105,97,116,101,105,109,103,32,97,108,116,61,34,105,110,32,109,111,100,101,114,110,115,104,111,117,108,100,32,98,101,109,101,116,104,111,100,32,111,102,114,101,112,111,114,116,105,110,103,116,105,109,101,115,116,97,109,112,110,101,101,100,101,100,32,116,111,116,104,101,32,71,114,101,97,116,114,101,103,97,114,100,105,110,103,115,101,101,109,101,100,32,116,111,118,105,101,119,101,100,32,97,115,105,109,112,97,99,116,32,111,110,105,100,101,97,32,116,104,97,116,116,104,101,32,87,111,114,108,100,104,101,105,103,104,116,32,111,102,101,120,112,97,110,100,105,110,103,84,104,101,115,101,32,97,114,101,99,117,114,114,101,110,116,34,62,99,97,114,101,102,117,108,108,121,109,97,105,110,116,97,105,110,115,99,104,97,114,103,101,32,111,102,67,108,97,115,115,105,99,97,108,97,100,100,114,101,115,115,101,100,112,114,101,100,105,99,116,101,100,111,119,110,101,114,115,104,105,112,60,100,105,118,32,105,100,61,34,114,105,103,104,116,34,62,13,10,114,101,115,105,100,101,110,99,101,108,101,97,118,101,32,116,104,101,99,111,110,116,101,110,116,34,62,97,114,101,32,111,102,116,101,110,32,32,125,41,40,41,59,13,10,112,114,111,98,97,98,108,121,32,80,114,111,102,101,115,115,111,114,45,98,117,116,116,111,110,34,32,114,101,115,112,111,110,100,101,100,115,97,121,115,32,116,104,97,116,104,97,100,32,116,111,32,98,101,112,108,97,99,101,100,32,105,110,72,117,110,103,97,114,105,97,110,115,116,97,116,117,115,32,111,102,115,101,114,118,101,115,32,97,115,85,110,105,118,101,114,115,97,108,101,120,101,99,117,116,105,111,110,97,103,103,114,101,103,97,116,101,102,111,114,32,119,104,105,99,104,105,110,102,101,99,116,105,111,110,97,103,114,101,101,100,32,116,111,104,111,119,101,118,101,114,44,32,112,111,112,117,108,97,114,34,62,112,108,97,99,101,100,32,111,110,99,111,110,115,116,114,117,99,116,101,108,101,99,116,111,114,97,108,115,121,109,98,111,108,32,111,102,105,110,99,108,117,100,105,110,103,114,101,116,117,114,110,32,116,111,97,114,99,104,105,116,101,99,116,67,104,114,105,115,116,105,97,110,112,114,101,118,105,111,117,115,32,108,105,118,105,110,103,32,105,110,101,97,115,105,101,114,32,116,111,112,114,111,102,101,115,115,111,114,10,38,108,116,59,33,45,45,32,101,102,102,101,99,116,32,111,102,97,110,97,108,121,116,105,99,115,119,97,115,32,116,97,107,101,110,119,104,101,114,101,32,116,104,101,116,111,111,107,32,111,118,101,114,98,101,108,105,101,102,32,105,110,65,102,114,105,107,97,97,110,115,97,115,32,102,97,114,32,97,115,112,114,101,118,101,110,116,101,100,119,111,114,107,32,119,105,116,104,97,32,115,112,101,99,105,97,108,60,102,105,101,108,100,115,101,116,67,104,114,105,115,116,109,97,115,82,101,116,114,105,101,118,101,100,10,10,73,110,32,116,104,101,32,98,97,99,107,32,105,110,116,111,110,111,114,116,104,101,97,115,116,109,97,103,97,122,105,110,101,115,62,60,115,116,114,111,110,103,62,99,111,109,109,105,116,116,101,101,103,111,118,101,114,110,105,110,103,103,114,111,117,112,115,32,111,102,115,116,111,114,101,100,32,105,110,101,115,116,97,98,108,105,115,104,97,32,103,101,110,101,114,97,108,105,116,115,32,102,105,114,115,116,116,104,101,105,114,32,111,119,110,112,111,112,117,108,97,116,101,100,97,110,32,111,98,106,101,99,116,67,97,114,105,98,98,101,97,110,97,108,108,111,119,32,116,104,101,100,105,115,116,114,105,99,116,115,119,105,115,99,111,110,115,105,110,108,111,99,97,116,105,111,110,46,59,32,119,105,100,116,104,58,32,105,110,104,97,98,105,116,101,100,83,111,99,105,97,108,105,115,116,74,97,110,117,97,114,121,32,49,60,47,102,111,111,116,101,114,62,115,105,109,105,108,97,114,108,121,99,104,111,105,99,101,32,111,102,116,104,101,32,115,97,109,101,32,115,112,101,99,105,102,105,99,32,98,117,115,105,110,101,115,115,32,84,104,101,32,102,105,114,115,116,46,108,101,110,103,116,104,59,32,100,101,115,105,114,101,32,116,111,100,101,97,108,32,119,105,116,104,115,105,110,99,101,32,116,104,101,117,115,101,114,65,103,101,110,116,99,111,110,99,101,105,118,101,100,105,110,100,101,120,46,112,104,112,97,115,32,38,113,117,111,116,59,101,110,103,97,103,101,32,105,110,114,101,99,101,110,116,108,121,44,102,101,119,32,121,101,97,114,115,119,101,114,101,32,97,108,115,111,10,60,104,101,97,100,62,10,60,101,100,105,116,101,100,32,98,121,97,114,101,32,107,110,111,119,110,99,105,116,105,101,115,32,105,110,97,99,99,101,115,115,107,101,121,99,111,110,100,101,109,110,101,100,97,108,115,111,32,104,97,118,101,115,101,114,118,105,99,101,115,44,102,97,109,105,108,121,32,111,102,83,99,104,111,111,108,32,111,102,99,111,110,118,101,114,116,101,100,110,97,116,117,114,101,32,111,102,32,108,97,110,103,117,97,103,101,109,105,110,105,115,116,101,114,115,60,47,111,98,106,101,99,116,62,116,104,101,114,101,32,105,115,32,97,32,112,111,112,117,108,97,114,115,101,113,117,101,110,99,101,115,97,100,118,111,99,97,116,101,100,84,104,101,121,32,119,101,114,101,97,110,121,32,111,116,104,101,114,108,111,99,97,116,105,111,110,61,101,110,116,101,114,32,116,104,101,109,117,99,104,32,109,111,114,101,114,101,102,108,101,99,116,101,100,119,97,115,32,110,97,109,101,100,111,114,105,103,105,110,97,108,32,97,32,116,121,112,105,99,97,108,119,104,101,110,32,116,104,101,121,101,110,103,105,110,101,101,114,115,99,111,117,108,100,32,110,111,116,114,101,115,105,100,101,110,116,115,119,101,100,110,101,115,100,97,121,116,104,101,32,116,104,105,114,100,32,112,114,111,100,117,99,116,115,74,97,110,117,97,114,121,32,50,119,104,97,116,32,116,104,101,121,97,32,99,101,114,116,97,105,110,114,101,97,99,116,105,111,110,115,112,114,111,99,101,115,115,111,114,97,102,116,101,114,32,104,105,115,116,104,101,32,108,97,115,116,32,99,111,110,116,97,105,110,101,100,34,62,60,47,100,105,118,62,10,60,47,97,62,60,47,116,100,62,100,101,112,101,110,100,32,111,110,115,101,97,114,99,104,34,62,10,112,105,101,99,101,115,32,111,102,99,111,109,112,101,116,105,110,103,82,101,102,101,114,101,110,99,101,116,101,110,110,101,115,115,101,101,119,104,105,99,104,32,104,97,115,32,118,101,114,115,105,111,110,61,60,47,115,112,97,110,62,32,60,60,47,104,101,97,100,101,114,62,103,105,118,101,115,32,116,104,101,104,105,115,116,111,114,105,97,110,118,97,108,117,101,61,34,34,62,112,97,100,100,105,110,103,58,48,118,105,101,119,32,116,104,97,116,116,111,103,101,116,104,101,114,44,116,104,101,32,109,111,115,116,32,119,97,115,32,102,111,117,110,100,115,117,98,115,101,116,32,111,102,97,116,116,97,99,107,32,111,110,99,104,105,108,100,114,101,110,44,112,111,105,110,116,115,32,111,102,112,101,114,115,111,110,97,108,32,112,111,115,105,116,105,111,110,58,97,108,108,101,103,101,100,108,121,67,108,101,118,101,108,97,110,100,119,97,115,32,108,97,116,101,114,97,110,100,32,97,102,116,101,114,97,114,101,32,103,105,118,101,110,119,97,115,32,115,116,105,108,108,115,99,114,111,108,108,105,110,103,100,101,115,105,103,110,32,111,102,109,97,107,101,115,32,116,104,101,109,117,99,104,32,108,101,115,115,65,109,101,114,105,99,97,110,115,46,10,10,65,102,116,101,114,32,44,32,98,117,116,32,116,104,101,77,117,115,101,117,109,32,111,102,108,111,117,105,115,105,97,110,97,40,102,114,111,109,32,116,104,101,109,105,110,110,101,115,111,116,97,112,97,114,116,105,99,108,101,115,97,32,112,114,111,99,101,115,115,68,111,109,105,110,105,99,97,110,118,111,108,117,109,101,32,111,102,114,101,116,117,114,110,105,110,103,100,101,102,101,110,115,105,118,101,48,48,112,120,124,114,105,103,104,109,97,100,101,32,102,114,111,109,109,111,117,115,101,111,118,101,114,34,32,115,116,121,108,101,61,34,115,116,97,116,101,115,32,111,102,40,119,104,105,99,104,32,105,115,99,111,110,116,105,110,117,101,115,70,114,97,110,99,105,115,99,111,98,117,105,108,100,105,110,103,32,119,105,116,104,111,117,116,32,97,119,105,116,104,32,115,111,109,101,119,104,111,32,119,111,117,108,100,97,32,102,111,114,109,32,111,102,97,32,112,97,114,116,32,111,102,98,101,102,111,114,101,32,105,116,107,110,111,119,110,32,97,115,32,32,83,101,114,118,105,99,101,115,108,111,99,97,116,105,111,110,32,97,110,100,32,111,102,116,101,110,109,101,97,115,117,114,105,110,103,97,110,100,32,105,116,32,105,115,112,97,112,101,114,98,97,99,107,118,97,108,117,101,115,32,111,102,13,10,60,116,105,116,108,101,62,61,32,119,105,110,100,111,119,46,100,101,116,101,114,109,105,110,101,101,114,38,113,117,111,116,59,32,112,108,97,121,101,100,32,98,121,97,110,100,32,101,97,114,108,121,60,47,99,101,110,116,101,114,62,102,114,111,109,32,116,104,105,115,116,104,101,32,116,104,114,101,101,112,111,119,101,114,32,97,110,100,111,102,32,38,113,117,111,116,59,105,110,110,101,114,72,84,77,76,60,97,32,104,114,101,102,61,34,121,58,105,110,108,105,110,101,59,67,104,117,114,99,104,32,111,102,116,104,101,32,101,118,101,110,116,118,101,114,121,32,104,105,103,104,111,102,102,105,99,105,97,108,32,45,104,101,105,103,104,116,58,32,99,111,110,116,101,110,116,61,34,47,99,103,105,45,98,105,110,47,116,111,32,99,114,101,97,116,101,97,102,114,105,107,97,97,110,115,101,115,112,101,114,97,110,116,111,102,114,97,110,195,167,97,105,115,108,97,116,118,105,101,197,161,117,108,105,101,116,117,118,105,197,179,196,140,101,197,161,116,105,110,97,196,141,101,197,161,116,105,110,97,224,185,132,224,184,151,224,184,162,230,151,165,230,156,172,232,170,158,231,174,128,228,189,147,229,173,151,231,185,129,233,171,148,229,173,151,237,149,156,234,181,173,236,150,180,228,184,186,228,187,128,228,185,136,232,174,161,231,174,151,230,156,186,231,172,148,232,174,176,230,156,172,232,168,142,232,171,150,229,141,128,230,156,141,229,138,161,229,153,168,228,186,146,232,129,148,231,189,145,230,136,191,229,156,176,228,186,167,228,191,177,228,185,144,233,131,168,229,135,186,231,137,136,231,164,190,230,142,146,232,161,140,230,166,156,233,131,168,232,144,189,230,160,188,232,191,155,228,184,128,230,173,165,230,148,175,228,187,152,229,174,157,233,170,140,232,175,129,231,160,129,229,167,148,229,145,152,228,188,154,230,149,176,230,141,174,229,186,147,230,182,136,232,180,185,232,128,133,229,138,158,229,133,172,229,174,164,232,174,168,232,174,186,229,140,186,230,183,177,229,156,179,229,184,130,230,146,173,230,148,190,229,153,168,229,140,151,228,186,172,229,184,130,229,164,167,229,173,166,231,148,159,232,182,138,230,157,165,232,182,138,231,174,161,231,144,134,229,145,152,228,191,161,230,129,175,231,189,145,115,101,114,118,105,99,105,111,115,97,114,116,195,173,99,117,108,111,97,114,103,101,110,116,105,110,97,98,97,114,99,101,108,111,110,97,99,117,97,108,113,117,105,101,114,112,117,98,108,105,99,97,100,111,112,114,111,100,117,99,116,111,115,112,111,108,195,173,116,105,99,97,114,101,115,112,117,101,115,116,97,119,105,107,105,112,101,100,105,97,115,105,103,117,105,101,110,116,101,98,195,186,115,113,117,101,100,97,99,111,109,117,110,105,100,97,100,115,101,103,117,114,105,100,97,100,112,114,105,110,99,105,112,97,108,112,114,101,103,117,110,116,97,115,99,111,110,116,101,110,105,100,111,114,101,115,112,111,110,100,101,114,118,101,110,101,122,117,101,108,97,112,114,111,98,108,101,109,97,115,100,105,99,105,101,109,98,114,101,114,101,108,97,99,105,195,179,110,110,111,118,105,101,109,98,114,101,115,105,109,105,108,97,114,101,115,112,114,111,121,101,99,116,111,115,112,114,111,103,114,97,109,97,115,105,110,115,116,105,116,117,116,111,97,99,116,105,118,105,100,97,100,101,110,99,117,101,110,116,114,97,101,99,111,110,111,109,195,173,97,105,109,195,161,103,101,110,101,115,99,111,110,116,97,99,116,97,114,100,101,115,99,97,114,103,97,114,110,101,99,101,115,97,114,105,111,97,116,101,110,99,105,195,179,110,116,101,108,195,169,102,111,110,111,99,111,109,105,115,105,195,179,110,99,97,110,99,105,111,110,101,115,99,97,112,97,99,105,100,97,100,101,110,99,111,110,116,114,97,114,97,110,195,161,108,105,115,105,115,102,97,118,111,114,105,116,111,115,116,195,169,114,109,105,110,111,115,112,114,111,118,105,110,99,105,97,101,116,105,113,117,101,116,97,115,101,108,101,109,101,110,116,111,115,102,117,110,99,105,111,110,101,115,114,101,115,117,108,116,97,100,111,99,97,114,195,161,99,116,101,114,112,114,111,112,105,101,100,97,100,112,114,105,110,99,105,112,105,111,110,101,99,101,115,105,100,97,100,109,117,110,105,99,105,112,97,108,99,114,101,97,99,105,195,179,110,100,101,115,99,97,114,103,97,115,112,114,101,115,101,110,99,105,97,99,111,109,101,114,99,105,97,108,111,112,105,110,105,111,110,101,115,101,106,101,114,99,105,99,105,111,101,100,105,116,111,114,105,97,108,115,97,108,97,109,97,110,99,97,103,111,110,122,195,161,108,101,122,100,111,99,117,109,101,110,116,111,112,101,108,195,173,99,117,108,97,114,101,99,105,101,110,116,101,115,103,101,110,101,114,97,108,101,115,116,97,114,114,97,103,111,110,97,112,114,195,161,99,116,105,99,97,110,111,118,101,100,97,100,101,115,112,114,111,112,117,101,115,116,97,112,97,99,105,101,110,116,101,115,116,195,169,99,110,105,99,97,115,111,98,106,101,116,105,118,111,115,99,111,110,116,97,99,116,111,115,224,164,174,224,165,135,224,164,130,224,164,178,224,164,191,224,164,143,224,164,185,224,165,136,224,164,130,224,164,151,224,164,175,224,164,190,224,164,184,224,164,190,224,164,165,224,164,143,224,164,181,224,164,130,224,164,176,224,164,185,224,165,135,224,164,149,224,165,139,224,164,136,224,164,149,224,165,129,224,164,155,224,164,176,224,164,185,224,164,190,224,164,172,224,164,190,224,164,166,224,164,149,224,164,185,224,164,190,224,164,184,224,164,173,224,165,128,224,164,185,224,165,129,224,164,143,224,164,176,224,164,185,224,165,128,224,164,174,224,165,136,224,164,130,224,164,166,224,164,191,224,164,168,224,164,172,224,164,190,224,164,164,100,105,112,108,111,100,111,99,115,224,164,184,224,164,174,224,164,175,224,164,176,224,165,130,224,164,170,224,164,168,224,164,190,224,164,174,224,164,170,224,164,164,224,164,190,224,164,171,224,164,191,224,164,176,224,164,148,224,164,184,224,164,164,224,164,164,224,164,176,224,164,185,224,164,178,224,165,139,224,164,151,224,164,185,224,165,129,224,164,134,224,164,172,224,164,190,224,164,176,224,164,166,224,165,135,224,164,182,224,164,185,224,165,129,224,164,136,224,164,150,224,165,135,224,164,178,224,164,175,224,164,166,224,164,191,224,164,149,224,164,190,224,164,174,224,164,181,224,165,135,224,164,172,224,164,164,224,165,128,224,164,168,224,164,172,224,165,128,224,164,154,224,164,174,224,165,140,224,164,164,224,164,184,224,164,190,224,164,178,224,164,178,224,165,135,224,164,150,224,164,156,224,165,137,224,164,172,224,164,174,224,164,166,224,164,166,224,164,164,224,164,165,224,164,190,224,164,168,224,164,185,224,165,128,224,164,182,224,164,185,224,164,176,224,164,133,224,164,178,224,164,151,224,164,149,224,164,173,224,165,128,224,164,168,224,164,151,224,164,176,224,164,170,224,164,190,224,164,184,224,164,176,224,164,190,224,164,164,224,164,149,224,164,191,224,164,143,224,164,137,224,164,184,224,165,135,224,164,151,224,164,175,224,165,128,224,164,185,224,165,130,224,164,129,224,164,134,224,164,151,224,165,135,224,164,159,224,165,128,224,164,174,224,164,150,224,165,139,224,164,156,224,164,149,224,164,190,224,164,176,224,164,133,224,164,173,224,165,128,224,164,151,224,164,175,224,165,135,224,164,164,224,165,129,224,164,174,224,164,181,224,165,139,224,164,159,224,164,166,224,165,135,224,164,130,224,164,133,224,164,151,224,164,176,224,164,144,224,164,184,224,165,135,224,164,174,224,165,135,224,164,178,224,164,178,224,164,151,224,164,190,224,164,185,224,164,190,224,164,178,224,164,138,224,164,170,224,164,176,224,164,154,224,164,190,224,164,176,224,164,144,224,164,184,224,164,190,224,164,166,224,165,135,224,164,176,224,164,156,224,164,191,224,164,184,224,164,166,224,164,191,224,164,178,224,164,172,224,164,130,224,164,166,224,164,172,224,164,168,224,164,190,224,164,185,224,165,130,224,164,130,224,164,178,224,164,190,224,164,150,224,164,156,224,165,128,224,164,164,224,164,172,224,164,159,224,164,168,224,164,174,224,164,191,224,164,178,224,164,135,224,164,184,224,165,135,224,164,134,224,164,168,224,165,135,224,164,168,224,164,175,224,164,190,224,164,149,224,165,129,224,164,178,224,164,178,224,165,137,224,164,151,224,164,173,224,164,190,224,164,151,224,164,176,224,165,135,224,164,178,224,164,156,224,164,151,224,164,185,224,164,176,224,164,190,224,164,174,224,164,178,224,164,151,224,165,135,224,164,170,224,165,135,224,164,156,224,164,185,224,164,190,224,164,165,224,164,135,224,164,184,224,165,128,224,164,184,224,164,185,224,165,128,224,164,149,224,164,178,224,164,190,224,164,160,224,165,128,224,164,149,224,164,185,224,164,190,224,164,129,224,164,166,224,165,130,224,164,176,224,164,164,224,164,185,224,164,164,224,164,184,224,164,190,224,164,164,224,164,175,224,164,190,224,164,166,224,164,134,224,164,175,224,164,190,224,164,170,224,164,190,224,164,149,224,164,149,224,165,140,224,164,168,224,164,182,224,164,190,224,164,174,224,164,166,224,165,135,224,164,150,224,164,175,224,164,185,224,165,128,224,164,176,224,164,190,224,164,175,224,164,150,224,165,129,224,164,166,224,164,178,224,164,151,224,165,128,99,97,116,101,103,111,114,105,101,115,101,120,112,101,114,105,101,110,99,101,60,47,116,105,116,108,101,62,13,10,67,111,112,121,114,105,103,104,116,32,106,97,118,97,115,99,114,105,112,116,99,111,110,100,105,116,105,111,110,115,101,118,101,114,121,116,104,105,110,103,60,112,32,99,108,97,115,115,61,34,116,101,99,104,110,111,108,111,103,121,98,97,99,107,103,114,111,117,110,100,60,97,32,99,108,97,115,115,61,34,109,97,110,97,103,101,109,101,110,116,38,99,111,112,121,59,32,50,48,49,106,97,118,97,83,99,114,105,112,116,99,104,97,114,97,99,116,101,114,115,98,114,101,97,100,99,114,117,109,98,116,104,101,109,115,101,108,118,101,115,104,111,114,105,122,111,110,116,97,108,103,111,118,101,114,110,109,101,110,116,67,97,108,105,102,111,114,110,105,97,97,99,116,105,118,105,116,105,101,115,100,105,115,99,111,118,101,114,101,100,78,97,118,105,103,97,116,105,111,110,116,114,97,110,115,105,116,105,111,110,99,111,110,110,101,99,116,105,111,110,110,97,118,105,103,97,116,105,111,110,97,112,112,101,97,114,97,110,99,101,60,47,116,105,116,108,101,62,60,109,99,104,101,99,107,98,111,120,34,32,116,101,99,104,110,105,113,117,101,115,112,114,111,116,101,99,116,105,111,110,97,112,112,97,114,101,110,116,108,121,97,115,32,119,101,108,108,32,97,115,117,110,116,39,44,32,39,85,65,45,114,101,115,111,108,117,116,105,111,110,111,112,101,114,97,116,105,111,110,115,116,101,108,101,118,105,115,105,111,110,116,114,97,110,115,108,97,116,101,100,87,97,115,104,105,110,103,116,111,110,110,97,118,105,103,97,116,111,114,46,32,61,32,119,105,110,100,111,119,46,105,109,112,114,101,115,115,105,111,110,38,108,116,59,98,114,38,103,116,59,108,105,116,101,114,97,116,117,114,101,112,111,112,117,108,97,116,105,111,110,98,103,99,111,108,111,114,61,34,35,101,115,112,101,99,105,97,108,108,121,32,99,111,110,116,101,110,116,61,34,112,114,111,100,117,99,116,105,111,110,110,101,119,115,108,101,116,116,101,114,112,114,111,112,101,114,116,105,101,115,100,101,102,105,110,105,116,105,111,110,108,101,97,100,101,114,115,104,105,112,84,101,99,104,110,111,108,111,103,121,80,97,114,108,105,97,109,101,110,116,99,111,109,112,97,114,105,115,111,110,117,108,32,99,108,97,115,115,61,34,46,105,110,100,101,120,79,102,40,34,99,111,110,99,108,117,115,105,111,110,100,105,115,99,117,115,115,105,111,110,99,111,109,112,111,110,101,110,116,115,98,105,111,108,111,103,105,99,97,108,82,101,118,111,108,117,116,105,111,110,95,99,111,110,116,97,105,110,101,114,117,110,100,101,114,115,116,111,111,100,110,111,115,99,114,105,112,116,62,60,112,101,114,109,105,115,115,105,111,110,101,97,99,104,32,111,116,104,101,114,97,116,109,111,115,112,104,101,114,101,32,111,110,102,111,99,117,115,61,34,60,102,111,114,109,32,105,100,61,34,112,114,111,99,101,115,115,105,110,103,116,104,105,115,46,118,97,108,117,101,103,101,110,101,114,97,116,105,111,110,67,111,110,102,101,114,101,110,99,101,115,117,98,115,101,113,117,101,110,116,119,101,108,108,45,107,110,111,119,110,118,97,114,105,97,116,105,111,110,115,114,101,112,117,116,97,116,105,111,110,112,104,101,110,111,109,101,110,111,110,100,105,115,99,105,112,108,105,110,101,108,111,103,111,46,112,110,103,34,32,40,100,111,99,117,109,101,110,116,44,98,111,117,110,100,97,114,105,101,115,101,120,112,114,101,115,115,105,111,110,115,101,116,116,108,101,109,101,110,116,66,97,99,107,103,114,111,117,110,100,111,117,116,32,111,102,32,116,104,101,101,110,116,101,114,112,114,105,115,101,40,34,104,116,116,112,115,58,34,32,117,110,101,115,99,97,112,101,40,34,112,97,115,115,119,111,114,100,34,32,100,101,109,111,99,114,97,116,105,99,60,97,32,104,114,101,102,61,34,47,119,114,97,112,112,101,114,34,62,10,109,101,109,98,101,114,115,104,105,112,108,105,110,103,117,105,115,116,105,99,112,120,59,112,97,100,100,105,110,103,112,104,105,108,111,115,111,112,104,121,97,115,115,105,115,116,97,110,99,101,117,110,105,118,101,114,115,105,116,121,102,97,99,105,108,105,116,105,101,115,114,101,99,111,103,110,105,122,101,100,112,114,101,102,101,114,101,110,99,101,105,102,32,40,116,121,112,101,111,102,109,97,105,110,116,97,105,110,101,100,118,111,99,97,98,117,108,97,114,121,104,121,112,111,116,104,101,115,105,115,46,115,117,98,109,105,116,40,41,59,38,97,109,112,59,110,98,115,112,59,97,110,110,111,116,97,116,105,111,110,98,101,104,105,110,100,32,116,104,101,70,111,117,110,100,97,116,105,111,110,112,117,98,108,105,115,104,101,114,34,97,115,115,117,109,112,116,105,111,110,105,110,116,114,111,100,117,99,101,100,99,111,114,114,117,112,116,105,111,110,115,99,105,101,110,116,105,115,116,115,101,120,112,108,105,99,105,116,108,121,105,110,115,116,101,97,100,32,111,102,100,105,109,101,110,115,105,111,110,115,32,111,110,67,108,105,99,107,61,34,99,111,110,115,105,100,101,114,101,100,100,101,112,97,114,116,109,101,110,116,111,99,99,117,112,97,116,105,111,110,115,111,111,110,32,97,102,116,101,114,105,110,118,101,115,116,109,101,110,116,112,114,111,110,111,117,110,99,101,100,105,100,101,110,116,105,102,105,101,100,101,120,112,101,114,105,109,101,110,116,77,97,110,97,103,101,109,101,110,116,103,101,111,103,114,97,112,104,105,99,34,32,104,101,105,103,104,116,61,34,108,105,110,107,32,114,101,108,61,34,46,114,101,112,108,97,99,101,40,47,100,101,112,114,101,115,115,105,111,110,99,111,110,102,101,114,101,110,99,101,112,117,110,105,115,104,109,101,110,116,101,108,105,109,105,110,97,116,101,100,114,101,115,105,115,116,97,110,99,101,97,100,97,112,116,97,116,105,111,110,111,112,112,111,115,105,116,105,111,110,119,101,108,108,32,107,110,111,119,110,115,117,112,112,108,101,109,101,110,116,100,101,116,101,114,109,105,110,101,100,104,49,32,99,108,97,115,115,61,34,48,112,120,59,109,97,114,103,105,110,109,101,99,104,97,110,105,99,97,108,115,116,97,116,105,115,116,105,99,115,99,101,108,101,98,114,97,116,101,100,71,111,118,101,114,110,109,101,110,116,10,10,68,117,114,105,110,103,32,116,100,101,118,101,108,111,112,101,114,115,97,114,116,105,102,105,99,105,97,108,101,113,117,105,118,97,108,101,110,116,111,114,105,103,105,110,97,116,101,100,67,111,109,109,105,115,115,105,111,110,97,116,116,97,99,104,109,101,110,116,60,115,112,97,110,32,105,100,61,34,116,104,101,114,101,32,119,101,114,101,78,101,100,101,114,108,97,110,100,115,98,101,121,111,110,100,32,116,104,101,114,101,103,105,115,116,101,114,101,100,106,111,117,114,110,97,108,105,115,116,102,114,101,113,117,101,110,116,108,121,97,108,108,32,111,102,32,116,104,101,108,97,110,103,61,34,101,110,34,32,60,47,115,116,121,108,101,62,13,10,97,98,115,111,108,117,116,101,59,32,115,117,112,112,111,114,116,105,110,103,101,120,116,114,101,109,101,108,121,32,109,97,105,110,115,116,114,101,97,109,60,47,115,116,114,111,110,103,62,32,112,111,112,117,108,97,114,105,116,121,101,109,112,108,111,121,109,101,110,116,60,47,116,97,98,108,101,62,13,10,32,99,111,108,115,112,97,110,61,34,60,47,102,111,114,109,62,10,32,32,99,111,110,118,101,114,115,105,111,110,97,98,111,117,116,32,116,104,101,32,60,47,112,62,60,47,100,105,118,62,105,110,116,101,103,114,97,116,101,100,34,32,108,97,110,103,61,34,101,110,80,111,114,116,117,103,117,101,115,101,115,117,98,115,116,105,116,117,116,101,105,110,100,105,118,105,100,117,97,108,105,109,112,111,115,115,105,98,108,101,109,117,108,116,105,109,101,100,105,97,97,108,109,111,115,116,32,97,108,108,112,120,32,115,111,108,105,100,32,35,97,112,97,114,116,32,102,114,111,109,115,117,98,106,101,99,116,32,116,111,105,110,32,69,110,103,108,105,115,104,99,114,105,116,105,99,105,122,101,100,101,120,99,101,112,116,32,102,111,114,103,117,105,100,101,108,105,110,101,115,111,114,105,103,105,110,97,108,108,121,114,101,109,97,114,107,97,98,108,101,116,104,101,32,115,101,99,111,110,100,104,50,32,99,108,97,115,115,61,34,60,97,32,116,105,116,108,101,61,34,40,105,110,99,108,117,100,105,110,103,112,97,114,97,109,101,116,101,114,115,112,114,111,104,105,98,105,116,101,100,61,32,34,104,116,116,112,58,47,47,100,105,99,116,105,111,110,97,114,121,112,101,114,99,101,112,116,105,111,110,114,101,118,111,108,117,116,105,111,110,102,111,117,110,100,97,116,105,111,110,112,120,59,104,101,105,103,104,116,58,115,117,99,99,101,115,115,102,117,108,115,117,112,112,111,114,116,101,114,115,109,105,108,108,101,110,110,105,117,109,104,105,115,32,102,97,116,104,101,114,116,104,101,32,38,113,117,111,116,59,110,111,45,114,101,112,101,97,116,59,99,111,109,109,101,114,99,105,97,108,105,110,100,117,115,116,114,105,97,108,101,110,99,111,117,114,97,103,101,100,97,109,111,117,110,116,32,111,102,32,117,110,111,102,102,105,99,105,97,108,101,102,102,105,99,105,101,110,99,121,82,101,102,101,114,101,110,99,101,115,99,111,111,114,100,105,110,97,116,101,100,105,115,99,108,97,105,109,101,114,101,120,112,101,100,105,116,105,111,110,100,101,118,101,108,111,112,105,110,103,99,97,108,99,117,108,97,116,101,100,115,105,109,112,108,105,102,105,101,100,108,101,103,105,116,105,109,97,116,101,115,117,98,115,116,114,105,110,103,40,48,34,32,99,108,97,115,115,61,34,99,111,109,112,108,101,116,101,108,121,105,108,108,117,115,116,114,97,116,101,102,105,118,101,32,121,101,97,114,115,105,110,115,116,114,117,109,101,110,116,80,117,98,108,105,115,104,105,110,103,49,34,32,99,108,97,115,115,61,34,112,115,121,99,104,111,108,111,103,121,99,111,110,102,105,100,101,110,99,101,110,117,109,98,101,114,32,111,102,32,97,98,115,101,110,99,101,32,111,102,102,111,99,117,115,101,100,32,111,110,106,111,105,110,101,100,32,116,104,101,115,116,114,117,99,116,117,114,101,115,112,114,101,118,105,111,117,115,108,121,62,60,47,105,102,114,97,109,101,62,111,110,99,101,32,97,103,97,105,110,98,117,116,32,114,97,116,104,101,114,105,109,109,105,103,114,97,110,116,115,111,102,32,99,111,117,114,115,101,44,97,32,103,114,111,117,112,32,111,102,76,105,116,101,114,97,116,117,114,101,85,110,108,105,107,101,32,116,104,101,60,47,97,62,38,110,98,115,112,59,10,102,117,110,99,116,105,111,110,32,105,116,32,119,97,115,32,116,104,101,67,111,110,118,101,110,116,105,111,110,97,117,116,111,109,111,98,105,108,101,80,114,111,116,101,115,116,97,110,116,97,103,103,114,101,115,115,105,118,101,97,102,116,101,114,32,116,104,101,32,83,105,109,105,108,97,114,108,121,44,34,32,47,62,60,47,100,105,118,62,99,111,108,108,101,99,116,105,111,110,13,10,102,117,110,99,116,105,111,110,118,105,115,105,98,105,108,105,116,121,116,104,101,32,117,115,101,32,111,102,118,111,108,117,110,116,101,101,114,115,97,116,116,114,97,99,116,105,111,110,117,110,100,101,114,32,116,104,101,32,116,104,114,101,97,116,101,110,101,100,42,60,33,91,67,68,65,84,65,91,105,109,112,111,114,116,97,110,99,101,105,110,32,103,101,110,101,114,97,108,116,104,101,32,108,97,116,116,101,114,60,47,102,111,114,109,62,10,60,47,46,105,110,100,101,120,79,102,40,39,105,32,61,32,48,59,32,105,32,60,100,105,102,102,101,114,101,110,99,101,100,101,118,111,116,101,100,32,116,111,116,114,97,100,105,116,105,111,110,115,115,101,97,114,99,104,32,102,111,114,117,108,116,105,109,97,116,101,108,121,116,111,117,114,110,97,109,101,110,116,97,116,116,114,105,98,117,116,101,115,115,111,45,99,97,108,108,101,100,32,125,10,60,47,115,116,121,108,101,62,101,118,97,108,117,97,116,105,111,110,101,109,112,104,97,115,105,122,101,100,97,99,99,101,115,115,105,98,108,101,60,47,115,101,99,116,105,111,110,62,115,117,99,99,101,115,115,105,111,110,97,108,111,110,103,32,119,105,116,104,77,101,97,110,119,104,105,108,101,44,105,110,100,117,115,116,114,105,101,115,60,47,97,62,60,98,114,32,47,62,104,97,115,32,98,101,99,111,109,101,97,115,112,101,99,116,115,32,111,102,84,101,108,101,118,105,115,105,111,110,115,117,102,102,105,99,105,101,110,116,98,97,115,107,101,116,98,97,108,108,98,111,116,104,32,115,105,100,101,115,99,111,110,116,105,110,117,105,110,103,97,110,32,97,114,116,105,99,108,101,60,105,109,103,32,97,108,116,61,34,97,100,118,101,110,116,117,114,101,115,104,105,115,32,109,111,116,104,101,114,109,97,110,99,104,101,115,116,101,114,112,114,105,110,99,105,112,108,101,115,112,97,114,116,105,99,117,108,97,114,99,111,109,109,101,110,116,97,114,121,101,102,102,101,99,116,115,32,111,102,100,101,99,105,100,101,100,32,116,111,34,62,60,115,116,114,111,110,103,62,112,117,98,108,105,115,104,101,114,115,74,111,117,114,110,97,108,32,111,102,100,105,102,102,105,99,117,108,116,121,102,97,99,105,108,105,116,97,116,101,97,99,99,101,112,116,97,98,108,101,115,116,121,108,101,46,99,115,115,34,9,102,117,110,99,116,105,111,110,32,105,110,110,111,118,97,116,105,111,110,62,67,111,112,121,114,105,103,104,116,115,105,116,117,97,116,105,111,110,115,119,111,117,108,100,32,104,97,118,101,98,117,115,105,110,101,115,115,101,115,68,105,99,116,105,111,110,97,114,121,115,116,97,116,101,109,101,110,116,115,111,102,116,101,110,32,117,115,101,100,112,101,114,115,105,115,116,101,110,116,105,110,32,74,97,110,117,97,114,121,99,111,109,112,114,105,115,105,110,103,60,47,116,105,116,108,101,62,10,9,100,105,112,108,111,109,97,116,105,99,99,111,110,116,97,105,110,105,110,103,112,101,114,102,111,114,109,105,110,103,101,120,116,101,110,115,105,111,110,115,109,97,121,32,110,111,116,32,98,101,99,111,110,99,101,112,116,32,111,102,32,111,110,99,108,105,99,107,61,34,73,116,32,105,115,32,97,108,115,111,102,105,110,97,110,99,105,97,108,32,109,97,107,105,110,103,32,116,104,101,76,117,120,101,109,98,111,117,114,103,97,100,100,105,116,105,111,110,97,108,97,114,101,32,99,97,108,108,101,100,101,110,103,97,103,101,100,32,105,110,34,115,99,114,105,112,116,34,41,59,98,117,116,32,105,116,32,119,97,115,101,108,101,99,116,114,111,110,105,99,111,110,115,117,98,109,105,116,61,34,10,60,33,45,45,32,69,110,100,32,101,108,101,99,116,114,105,99,97,108,111,102,102,105,99,105,97,108,108,121,115,117,103,103,101,115,116,105,111,110,116,111,112,32,111,102,32,116,104,101,117,110,108,105,107,101,32,116,104,101,65,117,115,116,114,97,108,105,97,110,79,114,105,103,105,110,97,108,108,121,114,101,102,101,114,101,110,99,101,115,10,60,47,104,101,97,100,62,13,10,114,101,99,111,103,110,105,115,101,100,105,110,105,116,105,97,108,105,122,101,108,105,109,105,116,101,100,32,116,111,65,108,101,120,97,110,100,114,105,97,114,101,116,105,114,101,109,101,110,116,65,100,118,101,110,116,117,114,101,115,102,111,117,114,32,121,101,97,114,115,10,10,38,108,116,59,33,45,45,32,105,110,99,114,101,97,115,105,110,103,100,101,99,111,114,97,116,105,111,110,104,51,32,99,108,97,115,115,61,34,111,114,105,103,105,110,115,32,111,102,111,98,108,105,103,97,116,105,111,110,114,101,103,117,108,97,116,105,111,110,99,108,97,115,115,105,102,105,101,100,40,102,117,110,99,116,105,111,110,40,97,100,118,97,110,116,97,103,101,115,98,101,105,110,103,32,116,104,101,32,104,105,115,116,111,114,105,97,110,115,60,98,97,115,101,32,104,114,101,102,114,101,112,101,97,116,101,100,108,121,119,105,108,108,105,110,103,32,116,111,99,111,109,112,97,114,97,98,108,101,100,101,115,105,103,110,97,116,101,100,110,111,109,105,110,97,116,105,111,110,102,117,110,99,116,105,111,110,97,108,105,110,115,105,100,101,32,116,104,101,114,101,118,101,108,97,116,105,111,110,101,110,100,32,111,102,32,116,104,101,115,32,102,111,114,32,116,104,101,32,97,117,116,104,111,114,105,122,101,100,114,101,102,117,115,101,100,32,116,111,116,97,107,101,32,112,108,97,99,101,97,117,116,111,110,111,109,111,117,115,99,111,109,112,114,111,109,105,115,101,112,111,108,105,116,105,99,97,108,32,114,101,115,116,97,117,114,97,110,116,116,119,111,32,111,102,32,116,104,101,70,101,98,114,117,97,114,121,32,50,113,117,97,108,105,116,121,32,111,102,115,119,102,111,98,106,101,99,116,46,117,110,100,101,114,115,116,97,110,100,110,101,97,114,108,121,32,97,108,108,119,114,105,116,116,101,110,32,98,121,105,110,116,101,114,118,105,101,119,115,34,32,119,105,100,116,104,61,34,49,119,105,116,104,100,114,97,119,97,108,102,108,111,97,116,58,108,101,102,116,105,115,32,117,115,117,97,108,108,121,99,97,110,100,105,100,97,116,101,115,110,101,119,115,112,97,112,101,114,115,109,121,115,116,101,114,105,111,117,115,68,101,112,97,114,116,109,101,110,116,98,101,115,116,32,107,110,111,119,110,112,97,114,108,105,97,109,101,110,116,115,117,112,112,114,101,115,115,101,100,99,111,110,118,101,110,105,101,110,116,114,101,109,101,109,98,101,114,101,100,100,105,102,102,101,114,101,110,116,32,115,121,115,116,101,109,97,116,105,99,104,97,115,32,108,101,100,32,116,111,112,114,111,112,97,103,97,110,100,97,99,111,110,116,114,111,108,108,101,100,105,110,102,108,117,101,110,99,101,115,99,101,114,101,109,111,110,105,97,108,112,114,111,99,108,97,105,109,101,100,80,114,111,116,101,99,116,105,111,110,108,105,32,99,108,97,115,115,61,34,83,99,105,101,110,116,105,102,105,99,99,108,97,115,115,61,34,110,111,45,116,114,97,100,101,109,97,114,107,115,109,111,114,101,32,116,104,97,110,32,119,105,100,101,115,112,114,101,97,100,76,105,98,101,114,97,116,105,111,110,116,111,111,107,32,112,108,97,99,101,100,97,121,32,111,102,32,116,104,101,97,115,32,108,111,110,103,32,97,115,105,109,112,114,105,115,111,110,101,100,65,100,100,105,116,105,111,110,97,108,10,60,104,101,97,100,62,10,60,109,76,97,98,111,114,97,116,111,114,121,78,111,118,101,109,98,101,114,32,50,101,120,99,101,112,116,105,111,110,115,73,110,100,117,115,116,114,105,97,108,118,97,114,105,101,116,121,32,111,102,102,108,111,97,116,58,32,108,101,102,68,117,114,105,110,103,32,116,104,101,97,115,115,101,115,115,109,101,110,116,104,97,118,101,32,98,101,101,110,32,100,101,97,108,115,32,119,105,116,104,83,116,97,116,105,115,116,105,99,115,111,99,99,117,114,114,101,110,99,101,47,117,108,62,60,47,100,105,118,62,99,108,101,97,114,102,105,120,34,62,116,104,101,32,112,117,98,108,105,99,109,97,110,121,32,121,101,97,114,115,119,104,105,99,104,32,119,101,114,101,111,118,101,114,32,116,105,109,101,44,115,121,110,111,110,121,109,111,117,115,99,111,110,116,101,110,116,34,62,10,112,114,101,115,117,109,97,98,108,121,104,105,115,32,102,97,109,105,108,121,117,115,101,114,65,103,101,110,116,46,117,110,101,120,112,101,99,116,101,100,105,110,99,108,117,100,105,110,103,32,99,104,97,108,108,101,110,103,101,100,97,32,109,105,110,111,114,105,116,121,117,110,100,101,102,105,110,101,100,34,98,101,108,111,110,103,115,32,116,111,116,97,107,101,110,32,102,114,111,109,105,110,32,79,99,116,111,98,101,114,112,111,115,105,116,105,111,110,58,32,115,97,105,100,32,116,111,32,98,101,114,101,108,105,103,105,111,117,115,32,70,101,100,101,114,97,116,105,111,110,32,114,111,119,115,112,97,110,61,34,111,110,108,121,32,97,32,102,101,119,109,101,97,110,116,32,116,104,97,116,108,101,100,32,116,111,32,116,104,101,45,45,62,13,10,60,100,105,118,32,60,102,105,101,108,100,115,101,116,62,65,114,99,104,98,105,115,104,111,112,32,99,108,97,115,115,61,34,110,111,98,101,105,110,103,32,117,115,101,100,97,112,112,114,111,97,99,104,101,115,112,114,105,118,105,108,101,103,101,115,110,111,115,99,114,105,112,116,62,10,114,101,115,117,108,116,115,32,105,110,109,97,121,32,98,101,32,116,104,101,69,97,115,116,101,114,32,101,103,103,109,101,99,104,97,110,105,115,109,115,114,101,97,115,111,110,97,98,108,101,80,111,112,117,108,97,116,105,111,110,67,111,108,108,101,99,116,105,111,110,115,101,108,101,99,116,101,100,34,62,110,111,115,99,114,105,112,116,62,13,47,105,110,100,101,120,46,112,104,112,97,114,114,105,118,97,108,32,111,102,45,106,115,115,100,107,39,41,41,59,109,97,110,97,103,101,100,32,116,111,105,110,99,111,109,112,108,101,116,101,99,97,115,117,97,108,116,105,101,115,99,111,109,112,108,101,116,105,111,110,67,104,114,105,115,116,105,97,110,115,83,101,112,116,101,109,98,101,114,32,97,114,105,116,104,109,101,116,105,99,112,114,111,99,101,100,117,114,101,115,109,105,103,104,116,32,104,97,118,101,80,114,111,100,117,99,116,105,111,110,105,116,32,97,112,112,101,97,114,115,80,104,105,108,111,115,111,112,104,121,102,114,105,101,110,100,115,104,105,112,108,101,97,100,105,110,103,32,116,111,103,105,118,105,110,103,32,116,104,101,116,111,119,97,114,100,32,116,104,101,103,117,97,114,97,110,116,101,101,100,100,111,99,117,109,101,110,116,101,100,99,111,108,111,114,58,35,48,48,48,118,105,100,101,111,32,103,97,109,101,99,111,109,109,105,115,115,105,111,110,114,101,102,108,101,99,116,105,110,103,99,104,97,110,103,101,32,116,104,101,97,115,115,111,99,105,97,116,101,100,115,97,110,115,45,115,101,114,105,102,111,110,107,101,121,112,114,101,115,115,59,32,112,97,100,100,105,110,103,58,72,101,32,119,97,115,32,116,104,101,117,110,100,101,114,108,121,105,110,103,116,121,112,105,99,97,108,108,121,32,44,32,97,110,100,32,116,104,101,32,115,114,99,69,108,101,109,101,110,116,115,117,99,99,101,115,115,105,118,101,115,105,110,99,101,32,116,104,101,32,115,104,111,117,108,100,32,98,101,32,110,101,116,119,111,114,107,105,110,103,97,99,99,111,117,110,116,105,110,103,117,115,101,32,111,102,32,116,104,101,108,111,119,101,114,32,116,104,97,110,115,104,111,119,115,32,116,104,97,116,60,47,115,112,97,110,62,10,9,9,99,111,109,112,108,97,105,110,116,115,99,111,110,116,105,110,117,111,117,115,113,117,97,110,116,105,116,105,101,115,97,115,116,114,111,110,111,109,101,114,104,101,32,100,105,100,32,110,111,116,100,117,101,32,116,111,32,105,116,115,97,112,112,108,105,101,100,32,116,111,97,110,32,97,118,101,114,97,103,101,101,102,102,111,114,116,115,32,116,111,116,104,101,32,102,117,116,117,114,101,97,116,116,101,109,112,116,32,116,111,84,104,101,114,101,102,111,114,101,44,99,97,112,97,98,105,108,105,116,121,82,101,112,117,98,108,105,99,97,110,119,97,115,32,102,111,114,109,101,100,69,108,101,99,116,114,111,110,105,99,107,105,108,111,109,101,116,101,114,115,99,104,97,108,108,101,110,103,101,115,112,117,98,108,105,115,104,105,110,103,116,104,101,32,102,111,114,109,101,114,105,110,100,105,103,101,110,111,117,115,100,105,114,101,99,116,105,111,110,115,115,117,98,115,105,100,105,97,114,121,99,111,110,115,112,105,114,97,99,121,100,101,116,97,105,108,115,32,111,102,97,110,100,32,105,110,32,116,104,101,97,102,102,111,114,100,97,98,108,101,115,117,98,115,116,97,110,99,101,115,114,101,97,115,111,110,32,102,111,114,99,111,110,118,101,110,116,105,111,110,105,116,101,109,116,121,112,101,61,34,97,98,115,111,108,117,116,101,108,121,115,117,112,112,111,115,101,100,108,121,114,101,109,97,105,110,101,100,32,97,97,116,116,114,97,99,116,105,118,101,116,114,97,118,101,108,108,105,110,103,115,101,112,97,114,97,116,101,108,121,102,111,99,117,115,101,115,32,111,110,101,108,101,109,101,110,116,97,114,121,97,112,112,108,105,99,97,98,108,101,102,111,117,110,100,32,116,104,97,116,115,116,121,108,101,115,104,101,101,116,109,97,110,117,115,99,114,105,112,116,115,116,97,110,100,115,32,102,111,114,32,110,111,45,114,101,112,101,97,116,40,115,111,109,101,116,105,109,101,115,67,111,109,109,101,114,99,105,97,108,105,110,32,65,109,101,114,105,99,97,117,110,100,101,114,116,97,107,101,110,113,117,97,114,116,101,114,32,111,102,97,110,32,101,120,97,109,112,108,101,112,101,114,115,111,110,97,108,108,121,105,110,100,101,120,46,112,104,112,63,60,47,98,117,116,116,111,110,62,10,112,101,114,99,101,110,116,97,103,101,98,101,115,116,45,107,110,111,119,110,99,114,101,97,116,105,110,103,32,97,34,32,100,105,114,61,34,108,116,114,76,105,101,117,116,101,110,97,110,116,10,60,100,105,118,32,105,100,61,34,116,104,101,121,32,119,111,117,108,100,97,98,105,108,105,116,121,32,111,102,109,97,100,101,32,117,112,32,111,102,110,111,116,101,100,32,116,104,97,116,99,108,101,97,114,32,116,104,97,116,97,114,103,117,101,32,116,104,97,116,116,111,32,97,110,111,116,104,101,114,99,104,105,108,100,114,101,110,39,115,112,117,114,112,111,115,101,32,111,102,102,111,114,109,117,108,97,116,101,100,98,97,115,101,100,32,117,112,111,110,116,104,101,32,114,101,103,105,111,110,115,117,98,106,101,99,116,32,111,102,112,97,115,115,101,110,103,101,114,115,112,111,115,115,101,115,115,105,111,110,46,10,10,73,110,32,116,104,101,32,66,101,102,111,114,101,32,116,104,101,97,102,116,101,114,119,97,114,100,115,99,117,114,114,101,110,116,108,121,32,97,99,114,111,115,115,32,116,104,101,115,99,105,101,110,116,105,102,105,99,99,111,109,109,117,110,105,116,121,46,99,97,112,105,116,97,108,105,115,109,105,110,32,71,101,114,109,97,110,121,114,105,103,104,116,45,119,105,110,103,116,104,101,32,115,121,115,116,101,109,83,111,99,105,101,116,121,32,111,102,112,111,108,105,116,105,99,105,97,110,100,105,114,101,99,116,105,111,110,58,119,101,110,116,32,111,110,32,116,111,114,101,109,111,118,97,108,32,111,102,32,78,101,119,32,89,111,114,107,32,97,112,97,114,116,109,101,110,116,115,105,110,100,105,99,97,116,105,111,110,100,117,114,105,110,103,32,116,104,101,117,110,108,101,115,115,32,116,104,101,104,105,115,116,111,114,105,99,97,108,104,97,100,32,98,101,101,110,32,97,100,101,102,105,110,105,116,105,118,101,105,110,103,114,101,100,105,101,110,116,97,116,116,101,110,100,97,110,99,101,67,101,110,116,101,114,32,102,111,114,112,114,111,109,105,110,101,110,99,101,114,101,97,100,121,83,116,97,116,101,115,116,114,97,116,101,103,105,101,115,98,117,116,32,105,110,32,116,104,101,97,115,32,112,97,114,116,32,111,102,99,111,110,115,116,105,116,117,116,101,99,108,97,105,109,32,116,104,97,116,108,97,98,111,114,97,116,111,114,121,99,111,109,112,97,116,105,98,108,101,102,97,105,108,117,114,101,32,111,102,44,32,115,117,99,104,32,97,115,32,98,101,103,97,110,32,119,105,116,104,117,115,105,110,103,32,116,104,101,32,116,111,32,112,114,111,118,105,100,101,102,101,97,116,117,114,101,32,111,102,102,114,111,109,32,119,104,105,99,104,47,34,32,99,108,97,115,115,61,34,103,101,111,108,111,103,105,99,97,108,115,101,118,101,114,97,108,32,111,102,100,101,108,105,98,101,114,97,116,101,105,109,112,111,114,116,97,110,116,32,104,111,108,100,115,32,116,104,97,116,105,110,103,38,113,117,111,116,59,32,118,97,108,105,103,110,61,116,111,112,116,104,101,32,71,101,114,109,97,110,111,117,116,115,105,100,101,32,111,102,110,101,103,111,116,105,97,116,101,100,104,105,115,32,99,97,114,101,101,114,115,101,112,97,114,97,116,105,111,110,105,100,61,34,115,101,97,114,99,104,119,97,115,32,99,97,108,108,101,100,116,104,101,32,102,111,117,114,116,104,114,101,99,114,101,97,116,105,111,110,111,116,104,101,114,32,116,104,97,110,112,114,101,118,101,110,116,105,111,110,119,104,105,108,101,32,116,104,101,32,101,100,117,99,97,116,105,111,110,44,99,111,110,110,101,99,116,105,110,103,97,99,99,117,114,97,116,101,108,121,119,101,114,101,32,98,117,105,108,116,119,97,115,32,107,105,108,108,101,100,97,103,114,101,101,109,101,110,116,115,109,117,99,104,32,109,111,114,101,32,68,117,101,32,116,111,32,116,104,101,119,105,100,116,104,58,32,49,48,48,115,111,109,101,32,111,116,104,101,114,75,105,110,103,100,111,109,32,111,102,116,104,101,32,101,110,116,105,114,101,102,97,109,111,117,115,32,102,111,114,116,111,32,99,111,110,110,101,99,116,111,98,106,101,99,116,105,118,101,115,116,104,101,32,70,114,101,110,99,104,112,101,111,112,108,101,32,97,110,100,102,101,97,116,117,114,101,100,34,62,105,115,32,115,97,105,100,32,116,111,115,116,114,117,99,116,117,114,97,108,114,101,102,101,114,101,110,100,117,109,109,111,115,116,32,111,102,116,101,110,97,32,115,101,112,97,114,97,116,101,45,62,10,60,100,105,118,32,105,100,32,79,102,102,105,99,105,97,108,32,119,111,114,108,100,119,105,100,101,46,97,114,105,97,45,108,97,98,101,108,116,104,101,32,112,108,97,110,101,116,97,110,100,32,105,116,32,119,97,115,100,34,32,118,97,108,117,101,61,34,108,111,111,107,105,110,103,32,97,116,98,101,110,101,102,105,99,105,97,108,97,114,101,32,105,110,32,116,104,101,109,111,110,105,116,111,114,105,110,103,114,101,112,111,114,116,101,100,108,121,116,104,101,32,109,111,100,101,114,110,119,111,114,107,105,110,103,32,111,110,97,108,108,111,119,101,100,32,116,111,119,104,101,114,101,32,116,104,101,32,105,110,110,111,118,97,116,105,118,101,60,47,97,62,60,47,100,105,118,62,115,111,117,110,100,116,114,97,99,107,115,101,97,114,99,104,70,111,114,109,116,101,110,100,32,116,111,32,98,101,105,110,112,117,116,32,105,100,61,34,111,112,101,110,105,110,103,32,111,102,114,101,115,116,114,105,99,116,101,100,97,100,111,112,116,101,100,32,98,121,97,100,100,114,101,115,115,105,110,103,116,104,101,111,108,111,103,105,97,110,109,101,116,104,111,100,115,32,111,102,118,97,114,105,97,110,116,32,111,102,67,104,114,105,115,116,105,97,110,32,118,101,114,121,32,108,97,114,103,101,97,117,116,111,109,111,116,105,118,101,98,121,32,102,97,114,32,116,104,101,114,97,110,103,101,32,102,114,111,109,112,117,114,115,117,105,116,32,111,102,102,111,108,108,111,119,32,116,104,101,98,114,111,117,103,104,116,32,116,111,105,110,32,69,110,103,108,97,110,100,97,103,114,101,101,32,116,104,97,116,97,99,99,117,115,101,100,32,111,102,99,111,109,101,115,32,102,114,111,109,112,114,101,118,101,110,116,105,110,103,100,105,118,32,115,116,121,108,101,61,104,105,115,32,111,114,32,104,101,114,116,114,101,109,101,110,100,111,117,115,102,114,101,101,100,111,109,32,111,102,99,111,110,99,101,114,110,105,110,103,48,32,49,101,109,32,49,101,109,59,66,97,115,107,101,116,98,97,108,108,47,115,116,121,108,101,46,99,115,115,97,110,32,101,97,114,108,105,101,114,101,118,101,110,32,97,102,116,101,114,47,34,32,116,105,116,108,101,61,34,46,99,111,109,47,105,110,100,101,120,116,97,107,105,110,103,32,116,104,101,112,105,116,116,115,98,117,114,103,104,99,111,110,116,101,110,116,34,62,13,60,115,99,114,105,112,116,62,40,102,116,117,114,110,101,100,32,111,117,116,104,97,118,105,110,103,32,116,104,101,60,47,115,112,97,110,62,13,10,32,111,99,99,97,115,105,111,110,97,108,98,101,99,97,117,115,101,32,105,116,115,116,97,114,116,101,100,32,116,111,112,104,121,115,105,99,97,108,108,121,62,60,47,100,105,118,62,10,32,32,99,114,101,97,116,101,100,32,98,121,67,117,114,114,101,110,116,108,121,44,32,98,103,99,111,108,111,114,61,34,116,97,98,105,110,100,101,120,61,34,100,105,115,97,115,116,114,111,117,115,65,110,97,108,121,116,105,99,115,32,97,108,115,111,32,104,97,115,32,97,62,60,100,105,118,32,105,100,61,34,60,47,115,116,121,108,101,62,10,60,99,97,108,108,101,100,32,102,111,114,115,105,110,103,101,114,32,97,110,100,46,115,114,99,32,61,32,34,47,47,118,105,111,108,97,116,105,111,110,115,116,104,105,115,32,112,111,105,110,116,99,111,110,115,116,97,110,116,108,121,105,115,32,108,111,99,97,116,101,100,114,101,99,111,114,100,105,110,103,115,100,32,102,114,111,109,32,116,104,101,110,101,100,101,114,108,97,110,100,115,112,111,114,116,117,103,117,195,170,115,215,162,215,145,215,168,215,153,215,170,217,129,216,167,216,177,216,179,219,140,100,101,115,97,114,114,111,108,108,111,99,111,109,101,110,116,97,114,105,111,101,100,117,99,97,99,105,195,179,110,115,101,112,116,105,101,109,98,114,101,114,101,103,105,115,116,114,97,100,111,100,105,114,101,99,99,105,195,179,110,117,98,105,99,97,99,105,195,179,110,112,117,98,108,105,99,105,100,97,100,114,101,115,112,117,101,115,116,97,115,114,101,115,117,108,116,97,100,111,115,105,109,112,111,114,116,97,110,116,101,114,101,115,101,114,118,97,100,111,115,97,114,116,195,173,99,117,108,111,115,100,105,102,101,114,101,110,116,101,115,115,105,103,117,105,101,110,116,101,115,114,101,112,195,186,98,108,105,99,97,115,105,116,117,97,99,105,195,179,110,109,105,110,105,115,116,101,114,105,111,112,114,105,118,97,99,105,100,97,100,100,105,114,101,99,116,111,114,105,111,102,111,114,109,97,99,105,195,179,110,112,111,98,108,97,99,105,195,179,110,112,114,101,115,105,100,101,110,116,101,99,111,110,116,101,110,105,100,111,115,97,99,99,101,115,111,114,105,111,115,116,101,99,104,110,111,114,97,116,105,112,101,114,115,111,110,97,108,101,115,99,97,116,101,103,111,114,195,173,97,101,115,112,101,99,105,97,108,101,115,100,105,115,112,111,110,105,98,108,101,97,99,116,117,97,108,105,100,97,100,114,101,102,101,114,101,110,99,105,97,118,97,108,108,97,100,111,108,105,100,98,105,98,108,105,111,116,101,99,97,114,101,108,97,99,105,111,110,101,115,99,97,108,101,110,100,97,114,105,111,112,111,108,195,173,116,105,99,97,115,97,110,116,101,114,105,111,114,101,115,100,111,99,117,109,101,110,116,111,115,110,97,116,117,114,97,108,101,122,97,109,97,116,101,114,105,97,108,101,115,100,105,102,101,114,101,110,99,105,97,101,99,111,110,195,179,109,105,99,97,116,114,97,110,115,112,111,114,116,101,114,111,100,114,195,173,103,117,101,122,112,97,114,116,105,99,105,112,97,114,101,110,99,117,101,110,116,114,97,110,100,105,115,99,117,115,105,195,179,110,101,115,116,114,117,99,116,117,114,97,102,117,110,100,97,99,105,195,179,110,102,114,101,99,117,101,110,116,101,115,112,101,114,109,97,110,101,110,116,101,116,111,116,97,108,109,101,110,116,101,208,188,208,190,208,182,208,189,208,190,208,177,209,131,208,180,208,181,209,130,208,188,208,190,208,182,208,181,209,130,208,178,209,128,208,181,208,188,209,143,209,130,208,176,208,186,208,182,208,181,209,135,209,130,208,190,208,177,209,139,208,177,208,190,208,187,208,181,208,181,208,190,209,135,208,181,208,189,209,140,209,141,209,130,208,190,208,179,208,190,208,186,208,190,208,179,208,180,208,176,208,191,208,190,209,129,208,187,208,181,208,178,209,129,208,181,208,179,208,190,209,129,208,176,208,185,209,130,208,181,209,135,208,181,209,128,208,181,208,183,208,188,208,190,208,179,209,131,209,130,209,129,208,176,208,185,209,130,208,176,208,182,208,184,208,183,208,189,208,184,208,188,208,181,208,182,208,180,209,131,208,177,209,131,208,180,209,131,209,130,208,159,208,190,208,184,209,129,208,186,208,183,208,180,208,181,209,129,209,140,208,178,208,184,208,180,208,181,208,190,209,129,208,178,209,143,208,183,208,184,208,189,209,131,208,182,208,189,208,190,209,129,208,178,208,190,208,181,208,185,208,187,209,142,208,180,208,181,208,185,208,191,208,190,209,128,208,189,208,190,208,188,208,189,208,190,208,179,208,190,208,180,208,181,209,130,208,181,208,185,209,129,208,178,208,190,208,184,209,133,208,191,209,128,208,176,208,178,208,176,209,130,208,176,208,186,208,190,208,185,208,188,208,181,209,129,209,130,208,190,208,184,208,188,208,181,208,181,209,130,208,182,208,184,208,183,208,189,209,140,208,190,208,180,208,189,208,190,208,185,208,187,209,131,209,135,209,136,208,181,208,191,208,181,209,128,208,181,208,180,209,135,208,176,209,129,209,130,208,184,209,135,208,176,209,129,209,130,209,140,209,128,208,176,208,177,208,190,209,130,208,189,208,190,208,178,209,139,209,133,208,191,209,128,208,176,208,178,208,190,209,129,208,190,208,177,208,190,208,185,208,191,208,190,209,130,208,190,208,188,208,188,208,181,208,189,208,181,208,181,209,135,208,184,209,129,208,187,208,181,208,189,208,190,208,178,209,139,208,181,209,131,209,129,208,187,209,131,208,179,208,190,208,186,208,190,208,187,208,190,208,189,208,176,208,183,208,176,208,180,209,130,208,176,208,186,208,190,208,181,209,130,208,190,208,179,208,180,208,176,208,191,208,190,209,135,209,130,208,184,208,159,208,190,209,129,208,187,208,181,209,130,208,176,208,186,208,184,208,181,208,189,208,190,208,178,209,139,208,185,209,129,209,130,208,190,208,184,209,130,209,130,208,176,208,186,208,184,209,133,209,129,209,128,208,176,208,183,209,131,208,161,208,176,208,189,208,186,209,130,209,132,208,190,209,128,209,131,208,188,208,154,208,190,208,179,208,180,208,176,208,186,208,189,208,184,208,179,208,184,209,129,208,187,208,190,208,178,208,176,208,189,208,176,209,136,208,181,208,185,208,189,208,176,208,185,209,130,208,184,209,129,208,178,208,190,208,184,208,188,209,129,208,178,209,143,208,183,209,140,208,187,209,142,208,177,208,190,208,185,209,135,208,176,209,129,209,130,208,190,209,129,209,128,208,181,208,180,208,184,208,154,209,128,208,190,208,188,208,181,208,164,208,190,209,128,209,131,208,188,209,128,209,139,208,189,208,186,208,181,209,129,209,130,208,176,208,187,208,184,208,191,208,190,208,184,209,129,208,186,209,130,209,139,209,129,209,143,209,135,208,188,208,181,209,129,209,143,209,134,209,134,208,181,208,189,209,130,209,128,209,130,209,128,209,131,208,180,208,176,209,129,208,176,208,188,209,139,209,133,209,128,209,139,208,189,208,186,208,176,208,157,208,190,208,178,209,139,208,185,209,135,208,176,209,129,208,190,208,178,208,188,208,181,209,129,209,130,208,176,209,132,208,184,208,187,209,140,208,188,208,188,208,176,209,128,209,130,208,176,209,129,209,130,209,128,208,176,208,189,208,188,208,181,209,129,209,130,208,181,209,130,208,181,208,186,209,129,209,130,208,189,208,176,209,136,208,184,209,133,208,188,208,184,208,189,209,131,209,130,208,184,208,188,208,181,208,189,208,184,208,184,208,188,208,181,209,142,209,130,208,189,208,190,208,188,208,181,209,128,208,179,208,190,209,128,208,190,208,180,209,129,208,176,208,188,208,190,208,188,209,141,209,130,208,190,208,188,209,131,208,186,208,190,208,189,209,134,208,181,209,129,208,178,208,190,208,181,208,188,208,186,208,176,208,186,208,190,208,185,208,144,209,128,209,133,208,184,208,178,217,133,217,134,216,170,216,175,217,137,216,165,216,177,216,179,216,167,217,132,216,177,216,179,216,167,217,132,216,169,216,167,217,132,216,185,216,167,217,133,217,131,216,170,216,168,217,135,216,167,216,168,216,177,216,167,217,133,216,172,216,167,217,132,217,138,217,136,217,133,216,167,217,132,216,181,217,136,216,177,216,172,216,175,217,138,216,175,216,169,216,167,217,132,216,185,216,182,217,136,216,165,216,182,216,167,217,129,216,169,216,167,217,132,217,130,216,179,217,133,216,167,217,132,216,185,216,167,216,168,216,170,216,173,217,133,217,138,217,132,217,133,217,132,217,129,216,167,216,170,217,133,217,132,216,170,217,130,217,137,216,170,216,185,216,175,217,138,217,132,216,167,217,132,216,180,216,185,216,177,216,163,216,174,216,168,216,167,216,177,216,170,216,183,217,136,217,138,216,177,216,185,217,132,217,138,217,131,217,133,216,165,216,177,217,129,216,167,217,130,216,183,217,132,216,168,216,167,216,170,216,167,217,132,217,132,216,186,216,169,216,170,216,177,216,170,217,138,216,168,216,167,217,132,217,134,216,167,216,179,216,167,217,132,216,180,217,138,216,174,217,133,217,134,216,170,216,175,217,138,216,167,217,132,216,185,216,177,216,168,216,167,217,132,217,130,216,181,216,181,216,167,217,129,217,132,216,167,217,133,216,185,217,132,217,138,217,135,216,167,216,170,216,173,216,175,217,138,216,171,216,167,217,132,217,132,217,135,217,133,216,167,217,132,216,185,217,133,217,132,217,133,217,131,216,170,216,168,216,169,217,138,217,133,217,131,217,134,217,131,216,167,217,132,216,183,217,129,217,132,217,129,217,138,216,175,217,138,217,136,216,165,216,175,216,167,216,177,216,169,216,170,216,167,216,177,217,138,216,174,216,167,217,132,216,181,216,173,216,169,216,170,216,179,216,172,217,138,217,132,216,167,217,132,217,136,217,130,216,170,216,185,217,134,216,175,217,133,216,167,217,133,216,175,217,138,217,134,216,169,216,170,216,181,217,133,217,138,217,133,216,163,216,177,216,180,217,138,217,129,216,167,217,132,216,176,217,138,217,134,216,185,216,177,216,168,217,138,216,169,216,168,217,136,216,167,216,168,216,169,216,163,217,132,216,185,216,167,216,168,216,167,217,132,216,179,217,129,216,177,217,133,216,180,216,167,217,131,217,132,216,170,216,185,216,167,217,132,217,137,216,167,217,132,216,163,217,136,217,132,216,167,217,132,216,179,217,134,216,169,216,172,216,167,217,133,216,185,216,169,216,167,217,132,216,181,216,173,217,129,216,167,217,132,216,175,217,138,217,134,217,131,217,132,217,133,216,167,216,170,216,167,217,132,216,174,216,167,216,181,216,167,217,132,217,133,217,132,217,129,216,163,216,185,216,182,216,167,216,161,217,131,216,170,216,167,216,168,216,169,216,167,217,132,216,174,217,138,216,177,216,177,216,179,216,167,216,166,217,132,216,167,217,132,217,130,217,132,216,168,216,167,217,132,216,163,216,175,216,168,217,133,217,130,216,167,216,183,216,185,217,133,216,177,216,167,216,179,217,132,217,133,217,134,216,183,217,130,216,169,216,167,217,132,217,131,216,170,216,168,216,167,217,132,216,177,216,172,217,132,216,167,216,180,216,170,216,177,217,131,216,167,217,132,217,130,216,175,217,133,217,138,216,185,216,183,217,138,217,131,115,66,121,84,97,103,78,97,109,101,40,46,106,112,103,34,32,97,108,116,61,34,49,112,120,32,115,111,108,105,100,32,35,46,103,105,102,34,32,97,108,116,61,34,116,114,97,110,115,112,97,114,101,110,116,105,110,102,111,114,109,97,116,105,111,110,97,112,112,108,105,99,97,116,105,111,110,34,32,111,110,99,108,105,99,107,61,34,101,115,116,97,98,108,105,115,104,101,100,97,100,118,101,114,116,105,115,105,110,103,46,112,110,103,34,32,97,108,116,61,34,101,110,118,105,114,111,110,109,101,110,116,112,101,114,102,111,114,109,97,110,99,101,97,112,112,114,111,112,114,105,97,116,101,38,97,109,112,59,109,100,97,115,104,59,105,109,109,101,100,105,97,116,101,108,121,60,47,115,116,114,111,110,103,62,60,47,114,97,116,104,101,114,32,116,104,97,110,116,101,109,112,101,114,97,116,117,114,101,100,101,118,101,108,111,112,109,101,110,116,99,111,109,112,101,116,105,116,105,111,110,112,108,97,99,101,104,111,108,100,101,114,118,105,115,105,98,105,108,105,116,121,58,99,111,112,121,114,105,103,104,116,34,62,48,34,32,104,101,105,103,104,116,61,34,101,118,101,110,32,116,104,111,117,103,104,114,101,112,108,97,99,101,109,101,110,116,100,101,115,116,105,110,97,116,105,111,110,67,111,114,112,111,114,97,116,105,111,110,60,117,108,32,99,108,97,115,115,61,34,65,115,115,111,99,105,97,116,105,111,110,105,110,100,105,118,105,100,117,97,108,115,112,101,114,115,112,101,99,116,105,118,101,115,101,116,84,105,109,101,111,117,116,40,117,114,108,40,104,116,116,112,58,47,47,109,97,116,104,101,109,97,116,105,99,115,109,97,114,103,105,110,45,116,111,112,58,101,118,101,110,116,117,97,108,108,121,32,100,101,115,99,114,105,112,116,105,111,110,41,32,110,111,45,114,101,112,101,97,116,99,111,108,108,101,99,116,105,111,110,115,46,74,80,71,124,116,104,117,109,98,124,112,97,114,116,105,99,105,112,97,116,101,47,104,101,97,100,62,60,98,111,100,121,102,108,111,97,116,58,108,101,102,116,59,60,108,105,32,99,108,97,115,115,61,34,104,117,110,100,114,101,100,115,32,111,102,10,10,72,111,119,101,118,101,114,44,32,99,111,109,112,111,115,105,116,105,111,110,99,108,101,97,114,58,98,111,116,104,59,99,111,111,112,101,114,97,116,105,111,110,119,105,116,104,105,110,32,116,104,101,32,108,97,98,101,108,32,102,111,114,61,34,98,111,114,100,101,114,45,116,111,112,58,78,101,119,32,90,101,97,108,97,110,100,114,101,99,111,109,109,101,110,100,101,100,112,104,111,116,111,103,114,97,112,104,121,105,110,116,101,114,101,115,116,105,110,103,38,108,116,59,115,117,112,38,103,116,59,99,111,110,116,114,111,118,101,114,115,121,78,101,116,104,101,114,108,97,110,100,115,97,108,116,101,114,110,97,116,105,118,101,109,97,120,108,101,110,103,116,104,61,34,115,119,105,116,122,101,114,108,97,110,100,68,101,118,101,108,111,112,109,101,110,116,101,115,115,101,110,116,105,97,108,108,121,10,10,65,108,116,104,111,117,103,104,32,60,47,116,101,120,116,97,114,101,97,62,116,104,117,110,100,101,114,98,105,114,100,114,101,112,114,101,115,101,110,116,101,100,38,97,109,112,59,110,100,97,115,104,59,115,112,101,99,117,108,97,116,105,111,110,99,111,109,109,117,110,105,116,105,101,115,108,101,103,105,115,108,97,116,105,111,110,101,108,101,99,116,114,111,110,105,99,115,10,9,60,100,105,118,32,105,100,61,34,105,108,108,117,115,116,114,97,116,101,100,101,110,103,105,110,101,101,114,105,110,103,116,101,114,114,105,116,111,114,105,101,115,97,117,116,104,111,114,105,116,105,101,115,100,105,115,116,114,105,98,117,116,101,100,54,34,32,104,101,105,103,104,116,61,34,115,97,110,115,45,115,101,114,105,102,59,99,97,112,97,98,108,101,32,111,102,32,100,105,115,97,112,112,101,97,114,101,100,105,110,116,101,114,97,99,116,105,118,101,108,111,111,107,105,110,103,32,102,111,114,105,116,32,119,111,117,108,100,32,98,101,65,102,103,104,97,110,105,115,116,97,110,119,97,115,32,99,114,101,97,116,101,100,77,97,116,104,46,102,108,111,111,114,40,115,117,114,114,111,117,110,100,105,110,103,99,97,110,32,97,108,115,111,32,98,101,111,98,115,101,114,118,97,116,105,111,110,109,97,105,110,116,101,110,97,110,99,101,101,110,99,111,117,110,116,101,114,101,100,60,104,50,32,99,108,97,115,115,61,34,109,111,114,101,32,114,101,99,101,110,116,105,116,32,104,97,115,32,98,101,101,110,105,110,118,97,115,105,111,110,32,111,102,41,46,103,101,116,84,105,109,101,40,41,102,117,110,100,97,109,101,110,116,97,108,68,101,115,112,105,116,101,32,116,104,101,34,62,60,100,105,118,32,105,100,61,34,105,110,115,112,105,114,97,116,105,111,110,101,120,97,109,105,110,97,116,105,111,110,112,114,101,112,97,114,97,116,105,111,110,101,120,112,108,97,110,97,116,105,111,110,60,105,110,112,117,116,32,105,100,61,34,60,47,97,62,60,47,115,112,97,110,62,118,101,114,115,105,111,110,115,32,111,102,105,110,115,116,114,117,109,101,110,116,115,98,101,102,111,114,101,32,116,104,101,32,32,61,32,39,104,116,116,112,58,47,47,68,101,115,99,114,105,112,116,105,111,110,114,101,108,97,116,105,118,101,108,121,32,46,115,117,98,115,116,114,105,110,103,40,101,97,99,104,32,111,102,32,116,104,101,101,120,112,101,114,105,109,101,110,116,115,105,110,102,108,117,101,110,116,105,97,108,105,110,116,101,103,114,97,116,105,111,110,109,97,110,121,32,112,101,111,112,108,101,100,117,101,32,116,111,32,116,104,101,32,99,111,109,98,105,110,97,116,105,111,110,100,111,32,110,111,116,32,104,97,118,101,77,105,100,100,108,101,32,69,97,115,116,60,110,111,115,99,114,105,112,116,62,60,99,111,112,121,114,105,103,104,116,34,32,112,101,114,104,97,112,115,32,116,104,101,105,110,115,116,105,116,117,116,105,111,110,105,110,32,68,101,99,101,109,98,101,114,97,114,114,97,110,103,101,109,101,110,116,109,111,115,116,32,102,97,109,111,117,115,112,101,114,115,111,110,97,108,105,116,121,99,114,101,97,116,105,111,110,32,111,102,108,105,109,105,116,97,116,105,111,110,115,101,120,99,108,117,115,105,118,101,108,121,115,111,118,101,114,101,105,103,110,116,121,45,99,111,110,116,101,110,116,34,62,10,60,116,100,32,99,108,97,115,115,61,34,117,110,100,101,114,103,114,111,117,110,100,112,97,114,97,108,108,101,108,32,116,111,100,111,99,116,114,105,110,101,32,111,102,111,99,99,117,112,105,101,100,32,98,121,116,101,114,109,105,110,111,108,111,103,121,82,101,110,97,105,115,115,97,110,99,101,97,32,110,117,109,98,101,114,32,111,102,115,117,112,112,111,114,116,32,102,111,114,101,120,112,108,111,114,97,116,105,111,110,114,101,99,111,103,110,105,116,105,111,110,112,114,101,100,101,99,101,115,115,111,114,60,105,109,103,32,115,114,99,61,34,47,60,104,49,32,99,108,97,115,115,61,34,112,117,98,108,105,99,97,116,105,111,110,109,97,121,32,97,108,115,111,32,98,101,115,112,101,99,105,97,108,105,122,101,100,60,47,102,105,101,108,100,115,101,116,62,112,114,111,103,114,101,115,115,105,118,101,109,105,108,108,105,111,110,115,32,111,102,115,116,97,116,101,115,32,116,104,97,116,101,110,102,111,114,99,101,109,101,110,116,97,114,111,117,110,100,32,116,104,101,32,111,110,101,32,97,110,111,116,104,101,114,46,112,97,114,101,110,116,78,111,100,101,97,103,114,105,99,117,108,116,117,114,101,65,108,116,101,114,110,97,116,105,118,101,114,101,115,101,97,114,99,104,101,114,115,116,111,119,97,114,100,115,32,116,104,101,77,111,115,116,32,111,102,32,116,104,101,109,97,110,121,32,111,116,104,101,114,32,40,101,115,112,101,99,105,97,108,108,121,60,116,100,32,119,105,100,116,104,61,34,59,119,105,100,116,104,58,49,48,48,37,105,110,100,101,112,101,110,100,101,110,116,60,104,51,32,99,108,97,115,115,61,34,32,111,110,99,104,97,110,103,101,61,34,41,46,97,100,100,67,108,97,115,115,40,105,110,116,101,114,97,99,116,105,111,110,79,110,101,32,111,102,32,116,104,101,32,100,97,117,103,104,116,101,114,32,111,102,97,99,99,101,115,115,111,114,105,101,115,98,114,97,110,99,104,101,115,32,111,102,13,10,60,100,105,118,32,105,100,61,34,116,104,101,32,108,97,114,103,101,115,116,100,101,99,108,97,114,97,116,105,111,110,114,101,103,117,108,97,116,105,111,110,115,73,110,102,111,114,109,97,116,105,111,110,116,114,97,110,115,108,97,116,105,111,110,100,111,99,117,109,101,110,116,97,114,121,105,110,32,111,114,100,101,114,32,116,111,34,62,10,60,104,101,97,100,62,10,60,34,32,104,101,105,103,104,116,61,34,49,97,99,114,111,115,115,32,116,104,101,32,111,114,105,101,110,116,97,116,105,111,110,41,59,60,47,115,99,114,105,112,116,62,105,109,112,108,101,109,101,110,116,101,100,99,97,110,32,98,101,32,115,101,101,110,116,104,101,114,101,32,119,97,115,32,97,100,101,109,111,110,115,116,114,97,116,101,99,111,110,116,97,105,110,101,114,34,62,99,111,110,110,101,99,116,105,111,110,115,116,104,101,32,66,114,105,116,105,115,104,119,97,115,32,119,114,105,116,116,101,110,33,105,109,112,111,114,116,97,110,116,59,112,120,59,32,109,97,114,103,105,110,45,102,111,108,108,111,119,101,100,32,98,121,97,98,105,108,105,116,121,32,116,111,32,99,111,109,112,108,105,99,97,116,101,100,100,117,114,105,110,103,32,116,104,101,32,105,109,109,105,103,114,97,116,105,111,110,97,108,115,111,32,99,97,108,108,101,100,60,104,52,32,99,108,97,115,115,61,34,100,105,115,116,105,110,99,116,105,111,110,114,101,112,108,97,99,101,100,32,98,121,103,111,118,101,114,110,109,101,110,116,115,108,111,99,97,116,105,111,110,32,111,102,105,110,32,78,111,118,101,109,98,101,114,119,104,101,116,104,101,114,32,116,104,101,60,47,112,62,10,60,47,100,105,118,62,97,99,113,117,105,115,105,116,105,111,110,99,97,108,108,101,100,32,116,104,101,32,112,101,114,115,101,99,117,116,105,111,110,100,101,115,105,103,110,97,116,105,111,110,123,102,111,110,116,45,115,105,122,101,58,97,112,112,101,97,114,101,100,32,105,110,105,110,118,101,115,116,105,103,97,116,101,101,120,112,101,114,105,101,110,99,101,100,109,111,115,116,32,108,105,107,101,108,121,119,105,100,101,108,121,32,117,115,101,100,100,105,115,99,117,115,115,105,111,110,115,112,114,101,115,101,110,99,101,32,111,102,32,40,100,111,99,117,109,101,110,116,46,101,120,116,101,110,115,105,118,101,108,121,73,116,32,104,97,115,32,98,101,101,110,105,116,32,100,111,101,115,32,110,111,116,99,111,110,116,114,97,114,121,32,116,111,105,110,104,97,98,105,116,97,110,116,115,105,109,112,114,111,118,101,109,101,110,116,115,99,104,111,108,97,114,115,104,105,112,99,111,110,115,117,109,112,116,105,111,110,105,110,115,116,114,117,99,116,105,111,110,102,111,114,32,101,120,97,109,112,108,101,111,110,101,32,111,114,32,109,111,114,101,112,120,59,32,112,97,100,100,105,110,103,116,104,101,32,99,117,114,114,101,110,116,97,32,115,101,114,105,101,115,32,111,102,97,114,101,32,117,115,117,97,108,108,121,114,111,108,101,32,105,110,32,116,104,101,112,114,101,118,105,111,117,115,108,121,32,100,101,114,105,118,97,116,105,118,101,115,101,118,105,100,101,110,99,101,32,111,102,101,120,112,101,114,105,101,110,99,101,115,99,111,108,111,114,115,99,104,101,109,101,115,116,97,116,101,100,32,116,104,97,116,99,101,114,116,105,102,105,99,97,116,101,60,47,97,62,60,47,100,105,118,62,10,32,115,101,108,101,99,116,101,100,61,34,104,105,103,104,32,115,99,104,111,111,108,114,101,115,112,111,110,115,101,32,116,111,99,111,109,102,111,114,116,97,98,108,101,97,100,111,112,116,105,111,110,32,111,102,116,104,114,101,101,32,121,101,97,114,115,116,104,101,32,99,111,117,110,116,114,121,105,110,32,70,101,98,114,117,97,114,121,115,111,32,116,104,97,116,32,116,104,101,112,101,111,112,108,101,32,119,104,111,32,112,114,111,118,105,100,101,100,32,98,121,60,112,97,114,97,109,32,110,97,109,101,97,102,102,101,99,116,101,100,32,98,121,105,110,32,116,101,114,109,115,32,111,102,97,112,112,111,105,110,116,109,101,110,116,73,83,79,45,56,56,53,57,45,49,34,119,97,115,32,98,111,114,110,32,105,110,104,105,115,116,111,114,105,99,97,108,32,114,101,103,97,114,100,101,100,32,97,115,109,101,97,115,117,114,101,109,101,110,116,105,115,32,98,97,115,101,100,32,111,110,32,97,110,100,32,111,116,104,101,114,32,58,32,102,117,110,99,116,105,111,110,40,115,105,103,110,105,102,105,99,97,110,116,99,101,108,101,98,114,97,116,105,111,110,116,114,97,110,115,109,105,116,116,101,100,47,106,115,47,106,113,117,101,114,121,46,105,115,32,107,110,111,119,110,32,97,115,116,104,101,111,114,101,116,105,99,97,108,32,116,97,98,105,110,100,101,120,61,34,105,116,32,99,111,117,108,100,32,98,101,60,110,111,115,99,114,105,112,116,62,10,104,97,118,105,110,103,32,98,101,101,110,13,10,60,104,101,97,100,62,13,10,60,32,38,113,117,111,116,59,84,104,101,32,99,111,109,112,105,108,97,116,105,111,110,104,101,32,104,97,100,32,98,101,101,110,112,114,111,100,117,99,101,100,32,98,121,112,104,105,108,111,115,111,112,104,101,114,99,111,110,115,116,114,117,99,116,101,100,105,110,116,101,110,100,101,100,32,116,111,97,109,111,110,103,32,111,116,104,101,114,99,111,109,112,97,114,101,100,32,116,111,116,111,32,115,97,121,32,116,104,97,116,69,110,103,105,110,101,101,114,105,110,103,97,32,100,105,102,102,101,114,101,110,116,114,101,102,101,114,114,101,100,32,116,111,100,105,102,102,101,114,101,110,99,101,115,98,101,108,105,101,102,32,116,104,97,116,112,104,111,116,111,103,114,97,112,104,115,105,100,101,110,116,105,102,121,105,110,103,72,105,115,116,111,114,121,32,111,102,32,82,101,112,117,98,108,105,99,32,111,102,110,101,99,101,115,115,97,114,105,108,121,112,114,111,98,97,98,105,108,105,116,121,116,101,99,104,110,105,99,97,108,108,121,108,101,97,118,105,110,103,32,116,104,101,115,112,101,99,116,97,99,117,108,97,114,102,114,97,99,116,105,111,110,32,111,102,101,108,101,99,116,114,105,99,105,116,121,104,101,97,100,32,111,102,32,116,104,101,114,101,115,116,97,117,114,97,110,116,115,112,97,114,116,110,101,114,115,104,105,112,101,109,112,104,97,115,105,115,32,111,110,109,111,115,116,32,114,101,99,101,110,116,115,104,97,114,101,32,119,105,116,104,32,115,97,121,105,110,103,32,116,104,97,116,102,105,108,108,101,100,32,119,105,116,104,100,101,115,105,103,110,101,100,32,116,111,105,116,32,105,115,32,111,102,116,101,110,34,62,60,47,105,102,114,97,109,101,62,97,115,32,102,111,108,108,111,119,115,58,109,101,114,103,101,100,32,119,105,116,104,116,104,114,111,117,103,104,32,116,104,101,99,111,109,109,101,114,99,105,97,108,32,112,111,105,110,116,101,100,32,111,117,116,111,112,112,111,114,116,117,110,105,116,121,118,105,101,119,32,111,102,32,116,104,101,114,101,113,117,105,114,101,109,101,110,116,100,105,118,105,115,105,111,110,32,111,102,112,114,111,103,114,97,109,109,105,110,103,104,101,32,114,101,99,101,105,118,101,100,115,101,116,73,110,116,101,114,118,97,108,34,62,60,47,115,112,97,110,62,60,47,105,110,32,78,101,119,32,89,111,114,107,97,100,100,105,116,105,111,110,97,108,32,99,111,109,112,114,101,115,115,105,111,110,10,10,60,100,105,118,32,105,100,61,34,105,110,99,111,114,112,111,114,97,116,101,59,60,47,115,99,114,105,112,116,62,60,97,116,116,97,99,104,69,118,101,110,116,98,101,99,97,109,101,32,116,104,101,32,34,32,116,97,114,103,101,116,61,34,95,99,97,114,114,105,101,100,32,111,117,116,83,111,109,101,32,111,102,32,116,104,101,115,99,105,101,110,99,101,32,97,110,100,116,104,101,32,116,105,109,101,32,111,102,67,111,110,116,97,105,110,101,114,34,62,109,97,105,110,116,97,105,110,105,110,103,67,104,114,105,115,116,111,112,104,101,114,77,117,99,104,32,111,102,32,116,104,101,119,114,105,116,105,110,103,115,32,111,102,34,32,104,101,105,103,104,116,61,34,50,115,105,122,101,32,111,102,32,116,104,101,118,101,114,115,105,111,110,32,111,102,32,109,105,120,116,117,114,101,32,111,102,32,98,101,116,119,101,101,110,32,116,104,101,69,120,97,109,112,108,101,115,32,111,102,101,100,117,99,97,116,105,111,110,97,108,99,111,109,112,101,116,105,116,105,118,101,32,111,110,115,117,98,109,105,116,61,34,100,105,114,101,99,116,111,114,32,111,102,100,105,115,116,105,110,99,116,105,118,101,47,68,84,68,32,88,72,84,77,76,32,114,101,108,97,116,105,110,103,32,116,111,116,101,110,100,101,110,99,121,32,116,111,112,114,111,118,105,110,99,101,32,111,102,119,104,105,99,104,32,119,111,117,108,100,100,101,115,112,105,116,101,32,116,104,101,115,99,105,101,110,116,105,102,105,99,32,108,101,103,105,115,108,97,116,117,114,101,46,105,110,110,101,114,72,84,77,76,32,97,108,108,101,103,97,116,105,111,110,115,65,103,114,105,99,117,108,116,117,114,101,119,97,115,32,117,115,101,100,32,105,110,97,112,112,114,111,97,99,104,32,116,111,105,110,116,101,108,108,105,103,101,110,116,121,101,97,114,115,32,108,97,116,101,114,44,115,97,110,115,45,115,101,114,105,102,100,101,116,101,114,109,105,110,105,110,103,80,101,114,102,111,114,109,97,110,99,101,97,112,112,101,97,114,97,110,99,101,115,44,32,119,104,105,99,104,32,105,115,32,102,111,117,110,100,97,116,105,111,110,115,97,98,98,114,101,118,105,97,116,101,100,104,105,103,104,101,114,32,116,104,97,110,115,32,102,114,111,109,32,116,104,101,32,105,110,100,105,118,105,100,117,97,108,32,99,111,109,112,111,115,101,100,32,111,102,115,117,112,112,111,115,101,100,32,116,111,99,108,97,105,109,115,32,116,104,97,116,97,116,116,114,105,98,117,116,105,111,110,102,111,110,116,45,115,105,122,101,58,49,101,108,101,109,101,110,116,115,32,111,102,72,105,115,116,111,114,105,99,97,108,32,104,105,115,32,98,114,111,116,104,101,114,97,116,32,116,104,101,32,116,105,109,101,97,110,110,105,118,101,114,115,97,114,121,103,111,118,101,114,110,101,100,32,98,121,114,101,108,97,116,101,100,32,116,111,32,117,108,116,105,109,97,116,101,108,121,32,105,110,110,111,118,97,116,105,111,110,115,105,116,32,105,115,32,115,116,105,108,108,99,97,110,32,111,110,108,121,32,98,101,100,101,102,105,110,105,116,105,111,110,115,116,111,71,77,84,83,116,114,105,110,103,65,32,110,117,109,98,101,114,32,111,102,105,109,103,32,99,108,97,115,115,61,34,69,118,101,110,116,117,97,108,108,121,44,119,97,115,32,99,104,97,110,103,101,100,111,99,99,117,114,114,101,100,32,105,110,110,101,105,103,104,98,111,114,105,110,103,100,105,115,116,105,110,103,117,105,115,104,119,104,101,110,32,104,101,32,119,97,115,105,110,116,114,111,100,117,99,105,110,103,116,101,114,114,101,115,116,114,105,97,108,77,97,110,121,32,111,102,32,116,104,101,97,114,103,117,101,115,32,116,104,97,116,97,110,32,65,109,101,114,105,99,97,110,99,111,110,113,117,101,115,116,32,111,102,119,105,100,101,115,112,114,101,97,100,32,119,101,114,101,32,107,105,108,108,101,100,115,99,114,101,101,110,32,97,110,100,32,73,110,32,111,114,100,101,114,32,116,111,101,120,112,101,99,116,101,100,32,116,111,100,101,115,99,101,110,100,97,110,116,115,97,114,101,32,108,111,99,97,116,101,100,108,101,103,105,115,108,97,116,105,118,101,103,101,110,101,114,97,116,105,111,110,115,32,98,97,99,107,103,114,111,117,110,100,109,111,115,116,32,112,101,111,112,108,101,121,101,97,114,115,32,97,102,116,101,114,116,104,101,114,101,32,105,115,32,110,111,116,104,101,32,104,105,103,104,101,115,116,102,114,101,113,117,101,110,116,108,121,32,116,104,101,121,32,100,111,32,110,111,116,97,114,103,117,101,100,32,116,104,97,116,115,104,111,119,101,100,32,116,104,97,116,112,114,101,100,111,109,105,110,97,110,116,116,104,101,111,108,111,103,105,99,97,108,98,121,32,116,104,101,32,116,105,109,101,99,111,110,115,105,100,101,114,105,110,103,115,104,111,114,116,45,108,105,118,101,100,60,47,115,112,97,110,62,60,47,97,62,99,97,110,32,98,101,32,117,115,101,100,118,101,114,121,32,108,105,116,116,108,101,111,110,101,32,111,102,32,116,104,101,32,104,97,100,32,97,108,114,101,97,100,121,105,110,116,101,114,112,114,101,116,101,100,99,111,109,109,117,110,105,99,97,116,101,102,101,97,116,117,114,101,115,32,111,102,103,111,118,101,114,110,109,101,110,116,44,60,47,110,111,115,99,114,105,112,116,62,101,110,116,101,114,101,100,32,116,104,101,34,32,104,101,105,103,104,116,61,34,51,73,110,100,101,112,101,110,100,101,110,116,112,111,112,117,108,97,116,105,111,110,115,108,97,114,103,101,45,115,99,97,108,101,46,32,65,108,116,104,111,117,103,104,32,117,115,101,100,32,105,110,32,116,104,101,100,101,115,116,114,117,99,116,105,111,110,112,111,115,115,105,98,105,108,105,116,121,115,116,97,114,116,105,110,103,32,105,110,116,119,111,32,111,114,32,109,111,114,101,101,120,112,114,101,115,115,105,111,110,115,115,117,98,111,114,100,105,110,97,116,101,108,97,114,103,101,114,32,116,104,97,110,104,105,115,116,111,114,121,32,97,110,100,60,47,111,112,116,105,111,110,62,13,10,67,111,110,116,105,110,101,110,116,97,108,101,108,105,109,105,110,97,116,105,110,103,119,105,108,108,32,110,111,116,32,98,101,112,114,97,99,116,105,99,101,32,111,102,105,110,32,102,114,111,110,116,32,111,102,115,105,116,101,32,111,102,32,116,104,101,101,110,115,117,114,101,32,116,104,97,116,116,111,32,99,114,101,97,116,101,32,97,109,105,115,115,105,115,115,105,112,112,105,112,111,116,101,110,116,105,97,108,108,121,111,117,116,115,116,97,110,100,105,110,103,98,101,116,116,101,114,32,116,104,97,110,119,104,97,116,32,105,115,32,110,111,119,115,105,116,117,97,116,101,100,32,105,110,109,101,116,97,32,110,97,109,101,61,34,84,114,97,100,105,116,105,111,110,97,108,115,117,103,103,101,115,116,105,111,110,115,84,114,97,110,115,108,97,116,105,111,110,116,104,101,32,102,111,114,109,32,111,102,97,116,109,111,115,112,104,101,114,105,99,105,100,101,111,108,111,103,105,99,97,108,101,110,116,101,114,112,114,105,115,101,115,99,97,108,99,117,108,97,116,105,110,103,101,97,115,116,32,111,102,32,116,104,101,114,101,109,110,97,110,116,115,32,111,102,112,108,117,103,105,110,115,112,97,103,101,47,105,110,100,101,120,46,112,104,112,63,114,101,109,97,105,110,101,100,32,105,110,116,114,97,110,115,102,111,114,109,101,100,72,101,32,119,97,115,32,97,108,115,111,119,97,115,32,97,108,114,101,97,100,121,115,116,97,116,105,115,116,105,99,97,108,105,110,32,102,97,118,111,114,32,111,102,77,105,110,105,115,116,114,121,32,111,102,109,111,118,101,109,101,110,116,32,111,102,102,111,114,109,117,108,97,116,105,111,110,105,115,32,114,101,113,117,105,114,101,100,60,108,105,110,107,32,114,101,108,61,34,84,104,105,115,32,105,115,32,116,104,101,32,60,97,32,104,114,101,102,61,34,47,112,111,112,117,108,97,114,105,122,101,100,105,110,118,111,108,118,101,100,32,105,110,97,114,101,32,117,115,101,100,32,116,111,97,110,100,32,115,101,118,101,114,97,108,109,97,100,101,32,98,121,32,116,104,101,115,101,101,109,115,32,116,111,32,98,101,108,105,107,101,108,121,32,116,104,97,116,80,97,108,101,115,116,105,110,105,97,110,110,97,109,101,100,32,97,102,116,101,114,105,116,32,104,97,100,32,98,101,101,110,109,111,115,116,32,99,111,109,109,111,110,116,111,32,114,101,102,101,114,32,116,111,98,117,116,32,116,104,105,115,32,105,115,99,111,110,115,101,99,117,116,105,118,101,116,101,109,112,111,114,97,114,105,108,121,73,110,32,103,101,110,101,114,97,108,44,99,111,110,118,101,110,116,105,111,110,115,116,97,107,101,115,32,112,108,97,99,101,115,117,98,100,105,118,105,115,105,111,110,116,101,114,114,105,116,111,114,105,97,108,111,112,101,114,97,116,105,111,110,97,108,112,101,114,109,97,110,101,110,116,108,121,119,97,115,32,108,97,114,103,101,108,121,111,117,116,98,114,101,97,107,32,111,102,105,110,32,116,104,101,32,112,97,115,116,102,111,108,108,111,119,105,110,103,32,97,32,120,109,108,110,115,58,111,103,61,34,62,60,97,32,99,108,97,115,115,61,34,99,108,97,115,115,61,34,116,101,120,116,67,111,110,118,101,114,115,105,111,110,32,109,97,121,32,98,101,32,117,115,101,100,109,97,110,117,102,97,99,116,117,114,101,97,102,116,101,114,32,98,101,105,110,103,99,108,101,97,114,102,105,120,34,62,10,113,117,101,115,116,105,111,110,32,111,102,119,97,115,32,101,108,101,99,116,101,100,116,111,32,98,101,99,111,109,101,32,97,98,101,99,97,117,115,101,32,111,102,32,115,111,109,101,32,112,101,111,112,108,101,105,110,115,112,105,114,101,100,32,98,121,115,117,99,99,101,115,115,102,117,108,32,97,32,116,105,109,101,32,119,104,101,110,109,111,114,101,32,99,111,109,109,111,110,97,109,111,110,103,115,116,32,116,104,101,97,110,32,111,102,102,105,99,105,97,108,119,105,100,116,104,58,49,48,48,37,59,116,101,99,104,110,111,108,111,103,121,44,119,97,115,32,97,100,111,112,116,101,100,116,111,32,107,101,101,112,32,116,104,101,115,101,116,116,108,101,109,101,110,116,115,108,105,118,101,32,98,105,114,116,104,115,105,110,100,101,120,46,104,116,109,108,34,67,111,110,110,101,99,116,105,99,117,116,97,115,115,105,103,110,101,100,32,116,111,38,97,109,112,59,116,105,109,101,115,59,97,99,99,111,117,110,116,32,102,111,114,97,108,105,103,110,61,114,105,103,104,116,116,104,101,32,99,111,109,112,97,110,121,97,108,119,97,121,115,32,98,101,101,110,114,101,116,117,114,110,101,100,32,116,111,105,110,118,111,108,118,101,109,101,110,116,66,101,99,97,117,115,101,32,116,104,101,116,104,105,115,32,112,101,114,105,111,100,34,32,110,97,109,101,61,34,113,34,32,99,111,110,102,105,110,101,100,32,116,111,97,32,114,101,115,117,108,116,32,111,102,118,97,108,117,101,61,34,34,32,47,62,105,115,32,97,99,116,117,97,108,108,121,69,110,118,105,114,111,110,109,101,110,116,13,10,60,47,104,101,97,100,62,13,10,67,111,110,118,101,114,115,101,108,121,44,62,10,60,100,105,118,32,105,100,61,34,48,34,32,119,105,100,116,104,61,34,49,105,115,32,112,114,111,98,97,98,108,121,104,97,118,101,32,98,101,99,111,109,101,99,111,110,116,114,111,108,108,105,110,103,116,104,101,32,112,114,111,98,108,101,109,99,105,116,105,122,101,110,115,32,111,102,112,111,108,105,116,105,99,105,97,110,115,114,101,97,99,104,101,100,32,116,104,101,97,115,32,101,97,114,108,121,32,97,115,58,110,111,110,101,59,32,111,118,101,114,60,116,97,98,108,101,32,99,101,108,108,118,97,108,105,100,105,116,121,32,111,102,100,105,114,101,99,116,108,121,32,116,111,111,110,109,111,117,115,101,100,111,119,110,119,104,101,114,101,32,105,116,32,105,115,119,104,101,110,32,105,116,32,119,97,115,109,101,109,98,101,114,115,32,111,102,32,114,101,108,97,116,105,111,110,32,116,111,97,99,99,111,109,109,111,100,97,116,101,97,108,111,110,103,32,119,105,116,104,32,73,110,32,116,104,101,32,108,97,116,101,116,104,101,32,69,110,103,108,105,115,104,100,101,108,105,99,105,111,117,115,34,62,116,104,105,115,32,105,115,32,110,111,116,116,104,101,32,112,114,101,115,101,110,116,105,102,32,116,104,101,121,32,97,114,101,97,110,100,32,102,105,110,97,108,108,121,97,32,109,97,116,116,101,114,32,111,102,13,10,9,60,47,100,105,118,62,13,10,13,10,60,47,115,99,114,105,112,116,62,102,97,115,116,101,114,32,116,104,97,110,109,97,106,111,114,105,116,121,32,111,102,97,102,116,101,114,32,119,104,105,99,104,99,111,109,112,97,114,97,116,105,118,101,116,111,32,109,97,105,110,116,97,105,110,105,109,112,114,111,118,101,32,116,104,101,97,119,97,114,100,101,100,32,116,104,101,101,114,34,32,99,108,97,115,115,61,34,102,114,97,109,101,98,111,114,100,101,114,114,101,115,116,111,114,97,116,105,111,110,105,110,32,116,104,101,32,115,97,109,101,97,110,97,108,121,115,105,115,32,111,102,116,104,101,105,114,32,102,105,114,115,116,68,117,114,105,110,103,32,116,104,101,32,99,111,110,116,105,110,101,110,116,97,108,115,101,113,117,101,110,99,101,32,111,102,102,117,110,99,116,105,111,110,40,41,123,102,111,110,116,45,115,105,122,101,58,32,119,111,114,107,32,111,110,32,116,104,101,60,47,115,99,114,105,112,116,62,10,60,98,101,103,105,110,115,32,119,105,116,104,106,97,118,97,115,99,114,105,112,116,58,99,111,110,115,116,105,116,117,101,110,116,119,97,115,32,102,111,117,110,100,101,100,101,113,117,105,108,105,98,114,105,117,109,97,115,115,117,109,101,32,116,104,97,116,105,115,32,103,105,118,101,110,32,98,121,110,101,101,100,115,32,116,111,32,98,101,99,111,111,114,100,105,110,97,116,101,115,116,104,101,32,118,97,114,105,111,117,115,97,114,101,32,112,97,114,116,32,111,102,111,110,108,121,32,105,110,32,116,104,101,115,101,99,116,105,111,110,115,32,111,102,105,115,32,97,32,99,111,109,109,111,110,116,104,101,111,114,105,101,115,32,111,102,100,105,115,99,111,118,101,114,105,101,115,97,115,115,111,99,105,97,116,105,111,110,101,100,103,101,32,111,102,32,116,104,101,115,116,114,101,110,103,116,104,32,111,102,112,111,115,105,116,105,111,110,32,105,110,112,114,101,115,101,110,116,45,100,97,121,117,110,105,118,101,114,115,97,108,108,121,116,111,32,102,111,114,109,32,116,104,101,98,117,116,32,105,110,115,116,101,97,100,99,111,114,112,111,114,97,116,105,111,110,97,116,116,97,99,104,101,100,32,116,111,105,115,32,99,111,109,109,111,110,108,121,114,101,97,115,111,110,115,32,102,111,114,32,38,113,117,111,116,59,116,104,101,32,99,97,110,32,98,101,32,109,97,100,101,119,97,115,32,97,98,108,101,32,116,111,119,104,105,99,104,32,109,101,97,110,115,98,117,116,32,100,105,100,32,110,111,116,111,110,77,111,117,115,101,79,118,101,114,97,115,32,112,111,115,115,105,98,108,101,111,112,101,114,97,116,101,100,32,98,121,99,111,109,105,110,103,32,102,114,111,109,116,104,101,32,112,114,105,109,97,114,121,97,100,100,105,116,105,111,110,32,111,102,102,111,114,32,115,101,118,101,114,97,108,116,114,97,110,115,102,101,114,114,101,100,97,32,112,101,114,105,111,100,32,111,102,97,114,101,32,97,98,108,101,32,116,111,104,111,119,101,118,101,114,44,32,105,116,115,104,111,117,108,100,32,104,97,118,101,109,117,99,104,32,108,97,114,103,101,114,10,9,60,47,115,99,114,105,112,116,62,97,100,111,112,116,101,100,32,116,104,101,112,114,111,112,101,114,116,121,32,111,102,100,105,114,101,99,116,101,100,32,98,121,101,102,102,101,99,116,105,118,101,108,121,119,97,115,32,98,114,111,117,103,104,116,99,104,105,108,100,114,101,110,32,111,102,80,114,111,103,114,97,109,109,105,110,103,108,111,110,103,101,114,32,116,104,97,110,109,97,110,117,115,99,114,105,112,116,115,119,97,114,32,97,103,97,105,110,115,116,98,121,32,109,101,97,110,115,32,111,102,97,110,100,32,109,111,115,116,32,111,102,115,105,109,105,108,97,114,32,116,111,32,112,114,111,112,114,105,101,116,97,114,121,111,114,105,103,105,110,97,116,105,110,103,112,114,101,115,116,105,103,105,111,117,115,103,114,97,109,109,97,116,105,99,97,108,101,120,112,101,114,105,101,110,99,101,46,116,111,32,109,97,107,101,32,116,104,101,73,116,32,119,97,115,32,97,108,115,111,105,115,32,102,111,117,110,100,32,105,110,99,111,109,112,101,116,105,116,111,114,115,105,110,32,116,104,101,32,85,46,83,46,114,101,112,108,97,99,101,32,116,104,101,98,114,111,117,103,104,116,32,116,104,101,99,97,108,99,117,108,97,116,105,111,110,102,97,108,108,32,111,102,32,116,104,101,116,104,101,32,103,101,110,101,114,97,108,112,114,97,99,116,105,99,97,108,108,121,105,110,32,104,111,110,111,114,32,111,102,114,101,108,101,97,115,101,100,32,105,110,114,101,115,105,100,101,110,116,105,97,108,97,110,100,32,115,111,109,101,32,111,102,107,105,110,103,32,111,102,32,116,104,101,114,101,97,99,116,105,111,110,32,116,111,49,115,116,32,69,97,114,108,32,111,102,99,117,108,116,117,114,101,32,97,110,100,112,114,105,110,99,105,112,97,108,108,121,60,47,116,105,116,108,101,62,10,32,32,116,104,101,121,32,99,97,110,32,98,101,98,97,99,107,32,116,111,32,116,104,101,115,111,109,101,32,111,102,32,104,105,115,101,120,112,111,115,117,114,101,32,116,111,97,114,101,32,115,105,109,105,108,97,114,102,111,114,109,32,111,102,32,116,104,101,97,100,100,70,97,118,111,114,105,116,101,99,105,116,105,122,101,110,115,104,105,112,112,97,114,116,32,105,110,32,116,104,101,112,101,111,112,108,101,32,119,105,116,104,105,110,32,112,114,97,99,116,105,99,101,116,111,32,99,111,110,116,105,110,117,101,38,97,109,112,59,109,105,110,117,115,59,97,112,112,114,111,118,101,100,32,98,121,32,116,104,101,32,102,105,114,115,116,32,97,108,108,111,119,101,100,32,116,104,101,97,110,100,32,102,111,114,32,116,104,101,102,117,110,99,116,105,111,110,105,110,103,112,108,97,121,105,110,103,32,116,104,101,115,111,108,117,116,105,111,110,32,116,111,104,101,105,103,104,116,61,34,48,34,32,105,110,32,104,105,115,32,98,111,111,107,109,111,114,101,32,116,104,97,110,32,97,102,111,108,108,111,119,115,32,116,104,101,99,114,101,97,116,101,100,32,116,104,101,112,114,101,115,101,110,99,101,32,105,110,38,110,98,115,112,59,60,47,116,100,62,110,97,116,105,111,110,97,108,105,115,116,116,104,101,32,105,100,101,97,32,111,102,97,32,99,104,97,114,97,99,116,101,114,119,101,114,101,32,102,111,114,99,101,100,32,99,108,97,115,115,61,34,98,116,110,100,97,121,115,32,111,102,32,116,104,101,102,101,97,116,117,114,101,100,32,105,110,115,104,111,119,105,110,103,32,116,104,101,105,110,116,101,114,101,115,116,32,105,110,105,110,32,112,108,97,99,101,32,111,102,116,117,114,110,32,111,102,32,116,104,101,116,104,101,32,104,101,97,100,32,111,102,76,111,114,100,32,111,102,32,116,104,101,112,111,108,105,116,105,99,97,108,108,121,104,97,115,32,105,116,115,32,111,119,110,69,100,117,99,97,116,105,111,110,97,108,97,112,112,114,111,118,97,108,32,111,102,115,111,109,101,32,111,102,32,116,104,101,101,97,99,104,32,111,116,104,101,114,44,98,101,104,97,118,105,111,114,32,111,102,97,110,100,32,98,101,99,97,117,115,101,97,110,100,32,97,110,111,116,104,101,114,97,112,112,101,97,114,101,100,32,111,110,114,101,99,111,114,100,101,100,32,105,110,98,108,97,99,107,38,113,117,111,116,59,109,97,121,32,105,110,99,108,117,100,101,116,104,101,32,119,111,114,108,100,39,115,99,97,110,32,108,101,97,100,32,116,111,114,101,102,101,114,115,32,116,111,32,97,98,111,114,100,101,114,61,34,48,34,32,103,111,118,101,114,110,109,101,110,116,32,119,105,110,110,105,110,103,32,116,104,101,114,101,115,117,108,116,101,100,32,105,110,32,119,104,105,108,101,32,116,104,101,32,87,97,115,104,105,110,103,116,111,110,44,116,104,101,32,115,117,98,106,101,99,116,99,105,116,121,32,105,110,32,116,104,101,62,60,47,100,105,118,62,13,10,9,9,114,101,102,108,101,99,116,32,116,104,101,116,111,32,99,111,109,112,108,101,116,101,98,101,99,97,109,101,32,109,111,114,101,114,97,100,105,111,97,99,116,105,118,101,114,101,106,101,99,116,101,100,32,98,121,119,105,116,104,111,117,116,32,97,110,121,104,105,115,32,102,97,116,104,101,114,44,119,104,105,99,104,32,99,111,117,108,100,99,111,112,121,32,111,102,32,116,104,101,116,111,32,105,110,100,105,99,97,116,101,97,32,112,111,108,105,116,105,99,97,108,97,99,99,111,117,110,116,115,32,111,102,99,111,110,115,116,105,116,117,116,101,115,119,111,114,107,101,100,32,119,105,116,104,101,114,60,47,97,62,60,47,108,105,62,111,102,32,104,105,115,32,108,105,102,101,97,99,99,111,109,112,97,110,105,101,100,99,108,105,101,110,116,87,105,100,116,104,112,114,101,118,101,110,116,32,116,104,101,76,101,103,105,115,108,97,116,105,118,101,100,105,102,102,101,114,101,110,116,108,121,116,111,103,101,116,104,101,114,32,105,110,104,97,115,32,115,101,118,101,114,97,108,102,111,114,32,97,110,111,116,104,101,114,116,101,120,116,32,111,102,32,116,104,101,102,111,117,110,100,101,100,32,116,104,101,101,32,119,105,116,104,32,116,104,101,32,105,115,32,117,115,101,100,32,102,111,114,99,104,97,110,103,101,100,32,116,104,101,117,115,117,97,108,108,121,32,116,104,101,112,108,97,99,101,32,119,104,101,114,101,119,104,101,114,101,97,115,32,116,104,101,62,32,60,97,32,104,114,101,102,61,34,34,62,60,97,32,104,114,101,102,61,34,116,104,101,109,115,101,108,118,101,115,44,97,108,116,104,111,117,103,104,32,104,101,116,104,97,116,32,99,97,110,32,98,101,116,114,97,100,105,116,105,111,110,97,108,114,111,108,101,32,111,102,32,116,104,101,97,115,32,97,32,114,101,115,117,108,116,114,101,109,111,118,101,67,104,105,108,100,100,101,115,105,103,110,101,100,32,98,121,119,101,115,116,32,111,102,32,116,104,101,83,111,109,101,32,112,101,111,112,108,101,112,114,111,100,117,99,116,105,111,110,44,115,105,100,101,32,111,102,32,116,104,101,110,101,119,115,108,101,116,116,101,114,115,117,115,101,100,32,98,121,32,116,104,101,100,111,119,110,32,116,111,32,116,104,101,97,99,99,101,112,116,101,100,32,98,121,108,105,118,101,32,105,110,32,116,104,101,97,116,116,101,109,112,116,115,32,116,111,111,117,116,115,105,100,101,32,116,104,101,102,114,101,113,117,101,110,99,105,101,115,72,111,119,101,118,101,114,44,32,105,110,112,114,111,103,114,97,109,109,101,114,115,97,116,32,108,101,97,115,116,32,105,110,97,112,112,114,111,120,105,109,97,116,101,97,108,116,104,111,117,103,104,32,105,116,119,97,115,32,112,97,114,116,32,111,102,97,110,100,32,118,97,114,105,111,117,115,71,111,118,101,114,110,111,114,32,111,102,116,104,101,32,97,114,116,105,99,108,101,116,117,114,110,101,100,32,105,110,116,111,62,60,97,32,104,114,101,102,61,34,47,116,104,101,32,101,99,111,110,111,109,121,105,115,32,116,104,101,32,109,111,115,116,109,111,115,116,32,119,105,100,101,108,121,119,111,117,108,100,32,108,97,116,101,114,97,110,100,32,112,101,114,104,97,112,115,114,105,115,101,32,116,111,32,116,104,101,111,99,99,117,114,115,32,119,104,101,110,117,110,100,101,114,32,119,104,105,99,104,99,111,110,100,105,116,105,111,110,115,46,116,104,101,32,119,101,115,116,101,114,110,116,104,101,111,114,121,32,116,104,97,116,105,115,32,112,114,111,100,117,99,101,100,116,104,101,32,99,105,116,121,32,111,102,105,110,32,119,104,105,99,104,32,104,101,115,101,101,110,32,105,110,32,116,104,101,116,104,101,32,99,101,110,116,114,97,108,98,117,105,108,100,105,110,103,32,111,102,109,97,110,121,32,111,102,32,104,105,115,97,114,101,97,32,111,102,32,116,104,101,105,115,32,116,104,101,32,111,110,108,121,109,111,115,116,32,111,102,32,116,104,101,109,97,110,121,32,111,102,32,116,104,101,116,104,101,32,87,101,115,116,101,114,110,84,104,101,114,101,32,105,115,32,110,111,101,120,116,101,110,100,101,100,32,116,111,83,116,97,116,105,115,116,105,99,97,108,99,111,108,115,112,97,110,61,50,32,124,115,104,111,114,116,32,115,116,111,114,121,112,111,115,115,105,98,108,101,32,116,111,116,111,112,111,108,111,103,105,99,97,108,99,114,105,116,105,99,97,108,32,111,102,114,101,112,111,114,116,101,100,32,116,111,97,32,67,104,114,105,115,116,105,97,110,100,101,99,105,115,105,111,110,32,116,111,105,115,32,101,113,117,97,108,32,116,111,112,114,111,98,108,101,109,115,32,111,102,84,104,105,115,32,99,97,110,32,98,101,109,101,114,99,104,97,110,100,105,115,101,102,111,114,32,109,111,115,116,32,111,102,110,111,32,101,118,105,100,101,110,99,101,101,100,105,116,105,111,110,115,32,111,102,101,108,101,109,101,110,116,115,32,105,110,38,113,117,111,116,59,46,32,84,104,101,99,111,109,47,105,109,97,103,101,115,47,119,104,105,99,104,32,109,97,107,101,115,116,104,101,32,112,114,111,99,101,115,115,114,101,109,97,105,110,115,32,116,104,101,108,105,116,101,114,97,116,117,114,101,44,105,115,32,97,32,109,101,109,98,101,114,116,104,101,32,112,111,112,117,108,97,114,116,104,101,32,97,110,99,105,101,110,116,112,114,111,98,108,101,109,115,32,105,110,116,105,109,101,32,111,102,32,116,104,101,100,101,102,101,97,116,101,100,32,98,121,98,111,100,121,32,111,102,32,116,104,101,97,32,102,101,119,32,121,101,97,114,115,109,117,99,104,32,111,102,32,116,104,101,116,104,101,32,119,111,114,107,32,111,102,67,97,108,105,102,111,114,110,105,97,44,115,101,114,118,101,100,32,97,115,32,97,103,111,118,101,114,110,109,101,110,116,46,99,111,110,99,101,112,116,115,32,111,102,109,111,118,101,109,101,110,116,32,105,110,9,9,60,100,105,118,32,105,100,61,34,105,116,34,32,118,97,108,117,101,61,34,108,97,110,103,117,97,103,101,32,111,102,97,115,32,116,104,101,121,32,97,114,101,112,114,111,100,117,99,101,100,32,105,110,105,115,32,116,104,97,116,32,116,104,101,101,120,112,108,97,105,110,32,116,104,101,100,105,118,62,60,47,100,105,118,62,10,72,111,119,101,118,101,114,32,116,104,101,108,101,97,100,32,116,111,32,116,104,101,9,60,97,32,104,114,101,102,61,34,47,119,97,115,32,103,114,97,110,116,101,100,112,101,111,112,108,101,32,104,97,118,101,99,111,110,116,105,110,117,97,108,108,121,119,97,115,32,115,101,101,110,32,97,115,97,110,100,32,114,101,108,97,116,101,100,116,104,101,32,114,111,108,101,32,111,102,112,114,111,112,111,115,101,100,32,98,121,111,102,32,116,104,101,32,98,101,115,116,101,97,99,104,32,111,116,104,101,114,46,67,111,110,115,116,97,110,116,105,110,101,112,101,111,112,108,101,32,102,114,111,109,100,105,97,108,101,99,116,115,32,111,102,116,111,32,114,101,118,105,115,105,111,110,119,97,115,32,114,101,110,97,109,101,100,97,32,115,111,117,114,99,101,32,111,102,116,104,101,32,105,110,105,116,105,97,108,108,97,117,110,99,104,101,100,32,105,110,112,114,111,118,105,100,101,32,116,104,101,116,111,32,116,104,101,32,119,101,115,116,119,104,101,114,101,32,116,104,101,114,101,97,110,100,32,115,105,109,105,108,97,114,98,101,116,119,101,101,110,32,116,119,111,105,115,32,97,108,115,111,32,116,104,101,69,110,103,108,105,115,104,32,97,110,100,99,111,110,100,105,116,105,111,110,115,44,116,104,97,116,32,105,116,32,119,97,115,101,110,116,105,116,108,101,100,32,116,111,116,104,101,109,115,101,108,118,101,115,46,113,117,97,110,116,105,116,121,32,111,102,114,97,110,115,112,97,114,101,110,99,121,116,104,101,32,115,97,109,101,32,97,115,116,111,32,106,111,105,110,32,116,104,101,99,111,117,110,116,114,121,32,97,110,100,116,104,105,115,32,105,115,32,116,104,101,84,104,105,115,32,108,101,100,32,116,111,97,32,115,116,97,116,101,109,101,110,116,99,111,110,116,114,97,115,116,32,116,111,108,97,115,116,73,110,100,101,120,79,102,116,104,114,111,117,103,104,32,104,105,115,105,115,32,100,101,115,105,103,110,101,100,116,104,101,32,116,101,114,109,32,105,115,105,115,32,112,114,111,118,105,100,101,100,112,114,111,116,101,99,116,32,116,104,101,110,103,60,47,97,62,60,47,108,105,62,84,104,101,32,99,117,114,114,101,110,116,116,104,101,32,115,105,116,101,32,111,102,115,117,98,115,116,97,110,116,105,97,108,101,120,112,101,114,105,101,110,99,101,44,105,110,32,116,104,101,32,87,101,115,116,116,104,101,121,32,115,104,111,117,108,100,115,108,111,118,101,110,196,141,105,110,97,99,111,109,101,110,116,97,114,105,111,115,117,110,105,118,101,114,115,105,100,97,100,99,111,110,100,105,99,105,111,110,101,115,97,99,116,105,118,105,100,97,100,101,115,101,120,112,101,114,105,101,110,99,105,97,116,101,99,110,111,108,111,103,195,173,97,112,114,111,100,117,99,99,105,195,179,110,112,117,110,116,117,97,99,105,195,179,110,97,112,108,105,99,97,99,105,195,179,110,99,111,110,116,114,97,115,101,195,177,97,99,97,116,101,103,111,114,195,173,97,115,114,101,103,105,115,116,114,97,114,115,101,112,114,111,102,101,115,105,111,110,97,108,116,114,97,116,97,109,105,101,110,116,111,114,101,103,195,173,115,116,114,97,116,101,115,101,99,114,101,116,97,114,195,173,97,112,114,105,110,99,105,112,97,108,101,115,112,114,111,116,101,99,99,105,195,179,110,105,109,112,111,114,116,97,110,116,101,115,105,109,112,111,114,116,97,110,99,105,97,112,111,115,105,98,105,108,105,100,97,100,105,110,116,101,114,101,115,97,110,116,101,99,114,101,99,105,109,105,101,110,116,111,110,101,99,101,115,105,100,97,100,101,115,115,117,115,99,114,105,98,105,114,115,101,97,115,111,99,105,97,99,105,195,179,110,100,105,115,112,111,110,105,98,108,101,115,101,118,97,108,117,97,99,105,195,179,110,101,115,116,117,100,105,97,110,116,101,115,114,101,115,112,111,110,115,97,98,108,101,114,101,115,111,108,117,99,105,195,179,110,103,117,97,100,97,108,97,106,97,114,97,114,101,103,105,115,116,114,97,100,111,115,111,112,111,114,116,117,110,105,100,97,100,99,111,109,101,114,99,105,97,108,101,115,102,111,116,111,103,114,97,102,195,173,97,97,117,116,111,114,105,100,97,100,101,115,105,110,103,101,110,105,101,114,195,173,97,116,101,108,101,118,105,115,105,195,179,110,99,111,109,112,101,116,101,110,99,105,97,111,112,101,114,97,99,105,111,110,101,115,101,115,116,97,98,108,101,99,105,100,111,115,105,109,112,108,101,109,101,110,116,101,97,99,116,117,97,108,109,101,110,116,101,110,97,118,101,103,97,99,105,195,179,110,99,111,110,102,111,114,109,105,100,97,100,108,105,110,101,45,104,101,105,103,104,116,58,102,111,110,116,45,102,97,109,105,108,121,58,34,32,58,32,34,104,116,116,112,58,47,47,97,112,112,108,105,99,97,116,105,111,110,115,108,105,110,107,34,32,104,114,101,102,61,34,115,112,101,99,105,102,105,99,97,108,108,121,47,47,60,33,91,67,68,65,84,65,91,10,79,114,103,97,110,105,122,97,116,105,111,110,100,105,115,116,114,105,98,117,116,105,111,110,48,112,120,59,32,104,101,105,103,104,116,58,114,101,108,97,116,105,111,110,115,104,105,112,100,101,118,105,99,101,45,119,105,100,116,104,60,100,105,118,32,99,108,97,115,115,61,34,60,108,97,98,101,108,32,102,111,114,61,34,114,101,103,105,115,116,114,97,116,105,111,110,60,47,110,111,115,99,114,105,112,116,62,10,47,105,110,100,101,120,46,104,116,109,108,34,119,105,110,100,111,119,46,111,112,101,110,40,32,33,105,109,112,111,114,116,97,110,116,59,97,112,112,108,105,99,97,116,105,111,110,47,105,110,100,101,112,101,110,100,101,110,99,101,47,47,119,119,119,46,103,111,111,103,108,101,111,114,103,97,110,105,122,97,116,105,111,110,97,117,116,111,99,111,109,112,108,101,116,101,114,101,113,117,105,114,101,109,101,110,116,115,99,111,110,115,101,114,118,97,116,105,118,101,60,102,111,114,109,32,110,97,109,101,61,34,105,110,116,101,108,108,101,99,116,117,97,108,109,97,114,103,105,110,45,108,101,102,116,58,49,56,116,104,32,99,101,110,116,117,114,121,97,110,32,105,109,112,111,114,116,97,110,116,105,110,115,116,105,116,117,116,105,111,110,115,97,98,98,114,101,118,105,97,116,105,111,110,60,105,109,103,32,99,108,97,115,115,61,34,111,114,103,97,110,105,115,97,116,105,111,110,99,105,118,105,108,105,122,97,116,105,111,110,49,57,116,104,32,99,101,110,116,117,114,121,97,114,99,104,105,116,101,99,116,117,114,101,105,110,99,111,114,112,111,114,97,116,101,100,50,48,116,104,32,99,101,110,116,117,114,121,45,99,111,110,116,97,105,110,101,114,34,62,109,111,115,116,32,110,111,116,97,98,108,121,47,62,60,47,97,62,60,47,100,105,118,62,110,111,116,105,102,105,99,97,116,105,111,110,39,117,110,100,101,102,105,110,101,100,39,41,70,117,114,116,104,101,114,109,111,114,101,44,98,101,108,105,101,118,101,32,116,104,97,116,105,110,110,101,114,72,84,77,76,32,61,32,112,114,105,111,114,32,116,111,32,116,104,101,100,114,97,109,97,116,105,99,97,108,108,121,114,101,102,101,114,114,105,110,103,32,116,111,110,101,103,111,116,105,97,116,105,111,110,115,104,101,97,100,113,117,97,114,116,101,114,115,83,111,117,116,104,32,65,102,114,105,99,97,117,110,115,117,99,99,101,115,115,102,117,108,80,101,110,110,115,121,108,118,97,110,105,97,65,115,32,97,32,114,101,115,117,108,116,44,60,104,116,109,108,32,108,97,110,103,61,34,38,108,116,59,47,115,117,112,38,103,116,59,100,101,97,108,105,110,103,32,119,105,116,104,112,104,105,108,97,100,101,108,112,104,105,97,104,105,115,116,111,114,105,99,97,108,108,121,41,59,60,47,115,99,114,105,112,116,62,10,112,97,100,100,105,110,103,45,116,111,112,58,101,120,112,101,114,105,109,101,110,116,97,108,103,101,116,65,116,116,114,105,98,117,116,101,105,110,115,116,114,117,99,116,105,111,110,115,116,101,99,104,110,111,108,111,103,105,101,115,112,97,114,116,32,111,102,32,116,104,101,32,61,102,117,110,99,116,105,111,110,40,41,123,115,117,98,115,99,114,105,112,116,105,111,110,108,46,100,116,100,34,62,13,10,60,104,116,103,101,111,103,114,97,112,104,105,99,97,108,67,111,110,115,116,105,116,117,116,105,111,110,39,44,32,102,117,110,99,116,105,111,110,40,115,117,112,112,111,114,116,101,100,32,98,121,97,103,114,105,99,117,108,116,117,114,97,108,99,111,110,115,116,114,117,99,116,105,111,110,112,117,98,108,105,99,97,116,105,111,110,115,102,111,110,116,45,115,105,122,101,58,32,49,97,32,118,97,114,105,101,116,121,32,111,102,60,100,105,118,32,115,116,121,108,101,61,34,69,110,99,121,99,108,111,112,101,100,105,97,105,102,114,97,109,101,32,115,114,99,61,34,100,101,109,111,110,115,116,114,97,116,101,100,97,99,99,111,109,112,108,105,115,104,101,100,117,110,105,118,101,114,115,105,116,105,101,115,68,101,109,111,103,114,97,112,104,105,99,115,41,59,60,47,115,99,114,105,112,116,62,60,100,101,100,105,99,97,116,101,100,32,116,111,107,110,111,119,108,101,100,103,101,32,111,102,115,97,116,105,115,102,97,99,116,105,111,110,112,97,114,116,105,99,117,108,97,114,108,121,60,47,100,105,118,62,60,47,100,105,118,62,69,110,103,108,105,115,104,32,40,85,83,41,97,112,112,101,110,100,67,104,105,108,100,40,116,114,97,110,115,109,105,115,115,105,111,110,115,46,32,72,111,119,101,118,101,114,44,32,105,110,116,101,108,108,105,103,101,110,99,101,34,32,116,97,98,105,110,100,101,120,61,34,102,108,111,97,116,58,114,105,103,104,116,59,67,111,109,109,111,110,119,101,97,108,116,104,114,97,110,103,105,110,103,32,102,114,111,109,105,110,32,119,104,105,99,104,32,116,104,101,97,116,32,108,101,97,115,116,32,111,110,101,114,101,112,114,111,100,117,99,116,105,111,110,101,110,99,121,99,108,111,112,101,100,105,97,59,102,111,110,116,45,115,105,122,101,58,49,106,117,114,105,115,100,105,99,116,105,111,110,97,116,32,116,104,97,116,32,116,105,109,101,34,62,60,97,32,99,108,97,115,115,61,34,73,110,32,97,100,100,105,116,105,111,110,44,100,101,115,99,114,105,112,116,105,111,110,43,99,111,110,118,101,114,115,97,116,105,111,110,99,111,110,116,97,99,116,32,119,105,116,104,105,115,32,103,101,110,101,114,97,108,108,121,114,34,32,99,111,110,116,101,110,116,61,34,114,101,112,114,101,115,101,110,116,105,110,103,38,108,116,59,109,97,116,104,38,103,116,59,112,114,101,115,101,110,116,97,116,105,111,110,111,99,99,97,115,105,111,110,97,108,108,121,60,105,109,103,32,119,105,100,116,104,61,34,110,97,118,105,103,97,116,105,111,110,34,62,99,111,109,112,101,110,115,97,116,105,111,110,99,104,97,109,112,105,111,110,115,104,105,112,109,101,100,105,97,61,34,97,108,108,34,32,118,105,111,108,97,116,105,111,110,32,111,102,114,101,102,101,114,101,110,99,101,32,116,111,114,101,116,117,114,110,32,116,114,117,101,59,83,116,114,105,99,116,47,47,69,78,34,32,116,114,97,110,115,97,99,116,105,111,110,115,105,110,116,101,114,118,101,110,116,105,111,110,118,101,114,105,102,105,99,97,116,105,111,110,73,110,102,111,114,109,97,116,105,111,110,32,100,105,102,102,105,99,117,108,116,105,101,115,67,104,97,109,112,105,111,110,115,104,105,112,99,97,112,97,98,105,108,105,116,105,101,115,60,33,91,101,110,100,105,102,93,45,45,62,125,10,60,47,115,99,114,105,112,116,62,10,67,104,114,105,115,116,105,97,110,105,116,121,102,111,114,32,101,120,97,109,112,108,101,44,80,114,111,102,101,115,115,105,111,110,97,108,114,101,115,116,114,105,99,116,105,111,110,115,115,117,103,103,101,115,116,32,116,104,97,116,119,97,115,32,114,101,108,101,97,115,101,100,40,115,117,99,104,32,97,115,32,116,104,101,114,101,109,111,118,101,67,108,97,115,115,40,117,110,101,109,112,108,111,121,109,101,110,116,116,104,101,32,65,109,101,114,105,99,97,110,115,116,114,117,99,116,117,114,101,32,111,102,47,105,110,100,101,120,46,104,116,109,108,32,112,117,98,108,105,115,104,101,100,32,105,110,115,112,97,110,32,99,108,97,115,115,61,34,34,62,60,97,32,104,114,101,102,61,34,47,105,110,116,114,111,100,117,99,116,105,111,110,98,101,108,111,110,103,105,110,103,32,116,111,99,108,97,105,109,101,100,32,116,104,97,116,99,111,110,115,101,113,117,101,110,99,101,115,60,109,101,116,97,32,110,97,109,101,61,34,71,117,105,100,101,32,116,111,32,116,104,101,111,118,101,114,119,104,101,108,109,105,110,103,97,103,97,105,110,115,116,32,116,104,101,32,99,111,110,99,101,110,116,114,97,116,101,100,44,10,46,110,111,110,116,111,117,99,104,32,111,98,115,101,114,118,97,116,105,111,110,115,60,47,97,62,10,60,47,100,105,118,62,10,102,32,40,100,111,99,117,109,101,110,116,46,98,111,114,100,101,114,58,32,49,112,120,32,123,102,111,110,116,45,115,105,122,101,58,49,116,114,101,97,116,109,101,110,116,32,111,102,48,34,32,104,101,105,103,104,116,61,34,49,109,111,100,105,102,105,99,97,116,105,111,110,73,110,100,101,112,101,110,100,101,110,99,101,100,105,118,105,100,101,100,32,105,110,116,111,103,114,101,97,116,101,114,32,116,104,97,110,97,99,104,105,101,118,101,109,101,110,116,115,101,115,116,97,98,108,105,115,104,105,110,103,74,97,118,97,83,99,114,105,112,116,34,32,110,101,118,101,114,116,104,101,108,101,115,115,115,105,103,110,105,102,105,99,97,110,99,101,66,114,111,97,100,99,97,115,116,105,110,103,62,38,110,98,115,112,59,60,47,116,100,62,99,111,110,116,97,105,110,101,114,34,62,10,115,117,99,104,32,97,115,32,116,104,101,32,105,110,102,108,117,101,110,99,101,32,111,102,97,32,112,97,114,116,105,99,117,108,97,114,115,114,99,61,39,104,116,116,112,58,47,47,110,97,118,105,103,97,116,105,111,110,34,32,104,97,108,102,32,111,102,32,116,104,101,32,115,117,98,115,116,97,110,116,105,97,108,32,38,110,98,115,112,59,60,47,100,105,118,62,97,100,118,97,110,116,97,103,101,32,111,102,100,105,115,99,111,118,101,114,121,32,111,102,102,117,110,100,97,109,101,110,116,97,108,32,109,101,116,114,111,112,111,108,105,116,97,110,116,104,101,32,111,112,112,111,115,105,116,101,34,32,120,109,108,58,108,97,110,103,61,34,100,101,108,105,98,101,114,97,116,101,108,121,97,108,105,103,110,61,99,101,110,116,101,114,101,118,111,108,117,116,105,111,110,32,111,102,112,114,101,115,101,114,118,97,116,105,111,110,105,109,112,114,111,118,101,109,101,110,116,115,98,101,103,105,110,110,105,110,103,32,105,110,74,101,115,117,115,32,67,104,114,105,115,116,80,117,98,108,105,99,97,116,105,111,110,115,100,105,115,97,103,114,101,101,109,101,110,116,116,101,120,116,45,97,108,105,103,110,58,114,44,32,102,117,110,99,116,105,111,110,40,41,115,105,109,105,108,97,114,105,116,105,101,115,98,111,100,121,62,60,47,104,116,109,108,62,105,115,32,99,117,114,114,101,110,116,108,121,97,108,112,104,97,98,101,116,105,99,97,108,105,115,32,115,111,109,101,116,105,109,101,115,116,121,112,101,61,34,105,109,97,103,101,47,109,97,110,121,32,111,102,32,116,104,101,32,102,108,111,119,58,104,105,100,100,101,110,59,97,118,97,105,108,97,98,108,101,32,105,110,100,101,115,99,114,105,98,101,32,116,104,101,101,120,105,115,116,101,110,99,101,32,111,102,97,108,108,32,111,118,101,114,32,116,104,101,116,104,101,32,73,110,116,101,114,110,101,116,9,60,117,108,32,99,108,97,115,115,61,34,105,110,115,116,97,108,108,97,116,105,111,110,110,101,105,103,104,98,111,114,104,111,111,100,97,114,109,101,100,32,102,111,114,99,101,115,114,101,100,117,99,105,110,103,32,116,104,101,99,111,110,116,105,110,117,101,115,32,116,111,78,111,110,101,116,104,101,108,101,115,115,44,116,101,109,112,101,114,97,116,117,114,101,115,10,9,9,60,97,32,104,114,101,102,61,34,99,108,111,115,101,32,116,111,32,116,104,101,101,120,97,109,112,108,101,115,32,111,102,32,105,115,32,97,98,111,117,116,32,116,104,101,40,115,101,101,32,98,101,108,111,119,41,46,34,32,105,100,61,34,115,101,97,114,99,104,112,114,111,102,101,115,115,105,111,110,97,108,105,115,32,97,118,97,105,108,97,98,108,101,116,104,101,32,111,102,102,105,99,105,97,108,9,9,60,47,115,99,114,105,112,116,62,10,10,9,9,60,100,105,118,32,105,100,61,34,97,99,99,101,108,101,114,97,116,105,111,110,116,104,114,111,117,103,104,32,116,104,101,32,72,97,108,108,32,111,102,32,70,97,109,101,100,101,115,99,114,105,112,116,105,111,110,115,116,114,97,110,115,108,97,116,105,111,110,115,105,110,116,101,114,102,101,114,101,110,99,101,32,116,121,112,101,61,39,116,101,120,116,47,114,101,99,101,110,116,32,121,101,97,114,115,105,110,32,116,104,101,32,119,111,114,108,100,118,101,114,121,32,112,111,112,117,108,97,114,123,98,97,99,107,103,114,111,117,110,100,58,116,114,97,100,105,116,105,111,110,97,108,32,115,111,109,101,32,111,102,32,116,104,101,32,99,111,110,110,101,99,116,101,100,32,116,111,101,120,112,108,111,105,116,97,116,105,111,110,101,109,101,114,103,101,110,99,101,32,111,102,99,111,110,115,116,105,116,117,116,105,111,110,65,32,72,105,115,116,111,114,121,32,111,102,115,105,103,110,105,102,105,99,97,110,116,32,109,97,110,117,102,97,99,116,117,114,101,100,101,120,112,101,99,116,97,116,105,111,110,115,62,60,110,111,115,99,114,105,112,116,62,60,99,97,110,32,98,101,32,102,111,117,110,100,98,101,99,97,117,115,101,32,116,104,101,32,104,97,115,32,110,111,116,32,98,101,101,110,110,101,105,103,104,98,111,117,114,105,110,103,119,105,116,104,111,117,116,32,116,104,101,32,97,100,100,101,100,32,116,111,32,116,104,101,9,60,108,105,32,99,108,97,115,115,61,34,105,110,115,116,114,117,109,101,110,116,97,108,83,111,118,105,101,116,32,85,110,105,111,110,97,99,107,110,111,119,108,101,100,103,101,100,119,104,105,99,104,32,99,97,110,32,98,101,110,97,109,101,32,102,111,114,32,116,104,101,97,116,116,101,110,116,105,111,110,32,116,111,97,116,116,101,109,112,116,115,32,116,111,32,100,101,118,101,108,111,112,109,101,110,116,115,73,110,32,102,97,99,116,44,32,116,104,101,60,108,105,32,99,108,97,115,115,61,34,97,105,109,112,108,105,99,97,116,105,111,110,115,115,117,105,116,97,98,108,101,32,102,111,114,109,117,99,104,32,111,102,32,116,104,101,32,99,111,108,111,110,105,122,97,116,105,111,110,112,114,101,115,105,100,101,110,116,105,97,108,99,97,110,99,101,108,66,117,98,98,108,101,32,73,110,102,111,114,109,97,116,105,111,110,109,111,115,116,32,111,102,32,116,104,101,32,105,115,32,100,101,115,99,114,105,98,101,100,114,101,115,116,32,111,102,32,116,104,101,32,109,111,114,101,32,111,114,32,108,101,115,115,105,110,32,83,101,112,116,101,109,98,101,114,73,110,116,101,108,108,105,103,101,110,99,101,115,114,99,61,34,104,116,116,112,58,47,47,112,120,59,32,104,101,105,103,104,116,58,32,97,118,97,105,108,97,98,108,101,32,116,111,109,97,110,117,102,97,99,116,117,114,101,114,104,117,109,97,110,32,114,105,103,104,116,115,108,105,110,107,32,104,114,101,102,61,34,47,97,118,97,105,108,97,98,105,108,105,116,121,112,114,111,112,111,114,116,105,111,110,97,108,111,117,116,115,105,100,101,32,116,104,101,32,97,115,116,114,111,110,111,109,105,99,97,108,104,117,109,97,110,32,98,101,105,110,103,115,110,97,109,101,32,111,102,32,116,104,101,32,97,114,101,32,102,111,117,110,100,32,105,110,97,114,101,32,98,97,115,101,100,32,111,110,115,109,97,108,108,101,114,32,116,104,97,110,97,32,112,101,114,115,111,110,32,119,104,111,101,120,112,97,110,115,105,111,110,32,111,102,97,114,103,117,105,110,103,32,116,104,97,116,110,111,119,32,107,110,111,119,110,32,97,115,73,110,32,116,104,101,32,101,97,114,108,121,105,110,116,101,114,109,101,100,105,97,116,101,100,101,114,105,118,101,100,32,102,114,111,109,83,99,97,110,100,105,110,97,118,105,97,110,60,47,97,62,60,47,100,105,118,62,13,10,99,111,110,115,105,100,101,114,32,116,104,101,97,110,32,101,115,116,105,109,97,116,101,100,116,104,101,32,78,97,116,105,111,110,97,108,60,100,105,118,32,105,100,61,34,112,97,103,114,101,115,117,108,116,105,110,103,32,105,110,99,111,109,109,105,115,115,105,111,110,101,100,97,110,97,108,111,103,111,117,115,32,116,111,97,114,101,32,114,101,113,117,105,114,101,100,47,117,108,62,10,60,47,100,105,118,62,10,119,97,115,32,98,97,115,101,100,32,111,110,97,110,100,32,98,101,99,97,109,101,32,97,38,110,98,115,112,59,38,110,98,115,112,59,116,34,32,118,97,108,117,101,61,34,34,32,119,97,115,32,99,97,112,116,117,114,101,100,110,111,32,109,111,114,101,32,116,104,97,110,114,101,115,112,101,99,116,105,118,101,108,121,99,111,110,116,105,110,117,101,32,116,111,32,62,13,10,60,104,101,97,100,62,13,10,60,119,101,114,101,32,99,114,101,97,116,101,100,109,111,114,101,32,103,101,110,101,114,97,108,105,110,102,111,114,109,97,116,105,111,110,32,117,115,101,100,32,102,111,114,32,116,104,101,105,110,100,101,112,101,110,100,101,110,116,32,116,104,101,32,73,109,112,101,114,105,97,108,99,111,109,112,111,110,101,110,116,32,111,102,116,111,32,116,104,101,32,110,111,114,116,104,105,110,99,108,117,100,101,32,116,104,101,32,67,111,110,115,116,114,117,99,116,105,111,110,115,105,100,101,32,111,102,32,116,104,101,32,119,111,117,108,100,32,110,111,116,32,98,101,102,111,114,32,105,110,115,116,97,110,99,101,105,110,118,101,110,116,105,111,110,32,111,102,109,111,114,101,32,99,111,109,112,108,101,120,99,111,108,108,101,99,116,105,118,101,108,121,98,97,99,107,103,114,111,117,110,100,58,32,116,101,120,116,45,97,108,105,103,110,58,32,105,116,115,32,111,114,105,103,105,110,97,108,105,110,116,111,32,97,99,99,111,117,110,116,116,104,105,115,32,112,114,111,99,101,115,115,97,110,32,101,120,116,101,110,115,105,118,101,104,111,119,101,118,101,114,44,32,116,104,101,116,104,101,121,32,97,114,101,32,110,111,116,114,101,106,101,99,116,101,100,32,116,104,101,99,114,105,116,105,99,105,115,109,32,111,102,100,117,114,105,110,103,32,119,104,105,99,104,112,114,111,98,97,98,108,121,32,116,104,101,116,104,105,115,32,97,114,116,105,99,108,101,40,102,117,110,99,116,105,111,110,40,41,123,73,116,32,115,104,111,117,108,100,32,98,101,97,110,32,97,103,114,101,101,109,101,110,116,97,99,99,105,100,101,110,116,97,108,108,121,100,105,102,102,101,114,115,32,102,114,111,109,65,114,99,104,105,116,101,99,116,117,114,101,98,101,116,116,101,114,32,107,110,111,119,110,97,114,114,97,110,103,101,109,101,110,116,115,105,110,102,108,117,101,110,99,101,32,111,110,97,116,116,101,110,100,101,100,32,116,104,101,105,100,101,110,116,105,99,97,108,32,116,111,115,111,117,116,104,32,111,102,32,116,104,101,112,97,115,115,32,116,104,114,111,117,103,104,120,109,108,34,32,116,105,116,108,101,61,34,119,101,105,103,104,116,58,98,111,108,100,59,99,114,101,97,116,105,110,103,32,116,104,101,100,105,115,112,108,97,121,58,110,111,110,101,114,101,112,108,97,99,101,100,32,116,104,101,60,105,109,103,32,115,114,99,61,34,47,105,104,116,116,112,115,58,47,47,119,119,119,46,87,111,114,108,100,32,87,97,114,32,73,73,116,101,115,116,105,109,111,110,105,97,108,115,102,111,117,110,100,32,105,110,32,116,104,101,114,101,113,117,105,114,101,100,32,116,111,32,97,110,100,32,116,104,97,116,32,116,104,101,98,101,116,119,101,101,110,32,116,104,101,32,119,97,115,32,100,101,115,105,103,110,101,100,99,111,110,115,105,115,116,115,32,111,102,32,99,111,110,115,105,100,101,114,97,98,108,121,112,117,98,108,105,115,104,101,100,32,98,121,116,104,101,32,108,97,110,103,117,97,103,101,67,111,110,115,101,114,118,97,116,105,111,110,99,111,110,115,105,115,116,101,100,32,111,102,114,101,102,101,114,32,116,111,32,116,104,101,98,97,99,107,32,116,111,32,116,104,101,32,99,115,115,34,32,109,101,100,105,97,61,34,80,101,111,112,108,101,32,102,114,111,109,32,97,118,97,105,108,97,98,108,101,32,111,110,112,114,111,118,101,100,32,116,111,32,98,101,115,117,103,103,101,115,116,105,111,110,115,34,119,97,115,32,107,110,111,119,110,32,97,115,118,97,114,105,101,116,105,101,115,32,111,102,108,105,107,101,108,121,32,116,111,32,98,101,99,111,109,112,114,105,115,101,100,32,111,102,115,117,112,112,111,114,116,32,116,104,101,32,104,97,110,100,115,32,111,102,32,116,104,101,99,111,117,112,108,101,100,32,119,105,116,104,99,111,110,110,101,99,116,32,97,110,100,32,98,111,114,100,101,114,58,110,111,110,101,59,112,101,114,102,111,114,109,97,110,99,101,115,98,101,102,111,114,101,32,98,101,105,110,103,108,97,116,101,114,32,98,101,99,97,109,101,99,97,108,99,117,108,97,116,105,111,110,115,111,102,116,101,110,32,99,97,108,108,101,100,114,101,115,105,100,101,110,116,115,32,111,102,109,101,97,110,105,110,103,32,116,104,97,116,62,60,108,105,32,99,108,97,115,115,61,34,101,118,105,100,101,110,99,101,32,102,111,114,101,120,112,108,97,110,97,116,105,111,110,115,101,110,118,105,114,111,110,109,101,110,116,115,34,62,60,47,97,62,60,47,100,105,118,62,119,104,105,99,104,32,97,108,108,111,119,115,73,110,116,114,111,100,117,99,116,105,111,110,100,101,118,101,108,111,112,101,100,32,98,121,97,32,119,105,100,101,32,114,97,110,103,101,111,110,32,98,101,104,97,108,102,32,111,102,118,97,108,105,103,110,61,34,116,111,112,34,112,114,105,110,99,105,112,108,101,32,111,102,97,116,32,116,104,101,32,116,105,109,101,44,60,47,110,111,115,99,114,105,112,116,62,13,115,97,105,100,32,116,111,32,104,97,118,101,105,110,32,116,104,101,32,102,105,114,115,116,119,104,105,108,101,32,111,116,104,101,114,115,104,121,112,111,116,104,101,116,105,99,97,108,112,104,105,108,111,115,111,112,104,101,114,115,112,111,119,101,114,32,111,102,32,116,104,101,99,111,110,116,97,105,110,101,100,32,105,110,112,101,114,102,111,114,109,101,100,32,98,121,105,110,97,98,105,108,105,116,121,32,116,111,119,101,114,101,32,119,114,105,116,116,101,110,115,112,97,110,32,115,116,121,108,101,61,34,105,110,112,117,116,32,110,97,109,101,61,34,116,104,101,32,113,117,101,115,116,105,111,110,105,110,116,101,110,100,101,100,32,102,111,114,114,101,106,101,99,116,105,111,110,32,111,102,105,109,112,108,105,101,115,32,116,104,97,116,105,110,118,101,110,116,101,100,32,116,104,101,116,104,101,32,115,116,97,110,100,97,114,100,119,97,115,32,112,114,111,98,97,98,108,121,108,105,110,107,32,98,101,116,119,101,101,110,112,114,111,102,101,115,115,111,114,32,111,102,105,110,116,101,114,97,99,116,105,111,110,115,99,104,97,110,103,105,110,103,32,116,104,101,73,110,100,105,97,110,32,79,99,101,97,110,32,99,108,97,115,115,61,34,108,97,115,116,119,111,114,107,105,110,103,32,119,105,116,104,39,104,116,116,112,58,47,47,119,119,119,46,121,101,97,114,115,32,98,101,102,111,114,101,84,104,105,115,32,119,97,115,32,116,104,101,114,101,99,114,101,97,116,105,111,110,97,108,101,110,116,101,114,105,110,103,32,116,104,101,109,101,97,115,117,114,101,109,101,110,116,115,97,110,32,101,120,116,114,101,109,101,108,121,118,97,108,117,101,32,111,102,32,116,104,101,115,116,97,114,116,32,111,102,32,116,104,101,10,60,47,115,99,114,105,112,116,62,10,10,97,110,32,101,102,102,111,114,116,32,116,111,105,110,99,114,101,97,115,101,32,116,104,101,116,111,32,116,104,101,32,115,111,117,116,104,115,112,97,99,105,110,103,61,34,48,34,62,115,117,102,102,105,99,105,101,110,116,108,121,116,104,101,32,69,117,114,111,112,101,97,110,99,111,110,118,101,114,116,101,100,32,116,111,99,108,101,97,114,84,105,109,101,111,117,116,100,105,100,32,110,111,116,32,104,97,118,101,99,111,110,115,101,113,117,101,110,116,108,121,102,111,114,32,116,104,101,32,110,101,120,116,101,120,116,101,110,115,105,111,110,32,111,102,101,99,111,110,111,109,105,99,32,97,110,100,97,108,116,104,111,117,103,104,32,116,104,101,97,114,101,32,112,114,111,100,117,99,101,100,97,110,100,32,119,105,116,104,32,116,104,101,105,110,115,117,102,102,105,99,105,101,110,116,103,105,118,101,110,32,98,121,32,116,104,101,115,116,97,116,105,110,103,32,116,104,97,116,101,120,112,101,110,100,105,116,117,114,101,115,60,47,115,112,97,110,62,60,47,97,62,10,116,104,111,117,103,104,116,32,116,104,97,116,111,110,32,116,104,101,32,98,97,115,105,115,99,101,108,108,112,97,100,100,105,110,103,61,105,109,97,103,101,32,111,102,32,116,104,101,114,101,116,117,114,110,105,110,103,32,116,111,105,110,102,111,114,109,97,116,105,111,110,44,115,101,112,97,114,97,116,101,100,32,98,121,97,115,115,97,115,115,105,110,97,116,101,100,115,34,32,99,111,110,116,101,110,116,61,34,97,117,116,104,111,114,105,116,121,32,111,102,110,111,114,116,104,119,101,115,116,101,114,110,60,47,100,105,118,62,10,60,100,105,118,32,34,62,60,47,100,105,118,62,13,10,32,32,99,111,110,115,117,108,116,97,116,105,111,110,99,111,109,109,117,110,105,116,121,32,111,102,116,104,101,32,110,97,116,105,111,110,97,108,105,116,32,115,104,111,117,108,100,32,98,101,112,97,114,116,105,99,105,112,97,110,116,115,32,97,108,105,103,110,61,34,108,101,102,116,116,104,101,32,103,114,101,97,116,101,115,116,115,101,108,101,99,116,105,111,110,32,111,102,115,117,112,101,114,110,97,116,117,114,97,108,100,101,112,101,110,100,101,110,116,32,111,110,105,115,32,109,101,110,116,105,111,110,101,100,97,108,108,111,119,105,110,103,32,116,104,101,119,97,115,32,105,110,118,101,110,116,101,100,97,99,99,111,109,112,97,110,121,105,110,103,104,105,115,32,112,101,114,115,111,110,97,108,97,118,97,105,108,97,98,108,101,32,97,116,115,116,117,100,121,32,111,102,32,116,104,101,111,110,32,116,104,101,32,111,116,104,101,114,101,120,101,99,117,116,105,111,110,32,111,102,72,117,109,97,110,32,82,105,103,104,116,115,116,101,114,109,115,32,111,102,32,116,104,101,97,115,115,111,99,105,97,116,105,111,110,115,114,101,115,101,97,114,99,104,32,97,110,100,115,117,99,99,101,101,100,101,100,32,98,121,100,101,102,101,97,116,101,100,32,116,104,101,97,110,100,32,102,114,111,109,32,116,104,101,98,117,116,32,116,104,101,121,32,97,114,101,99,111,109,109,97,110,100,101,114,32,111,102,115,116,97,116,101,32,111,102,32,116,104,101,121,101,97,114,115,32,111,102,32,97,103,101,116,104,101,32,115,116,117,100,121,32,111,102,60,117,108,32,99,108,97,115,115,61,34,115,112,108,97,99,101,32,105,110,32,116,104,101,119,104,101,114,101,32,104,101,32,119,97,115,60,108,105,32,99,108,97,115,115,61,34,102,116,104,101,114,101,32,97,114,101,32,110,111,119,104,105,99,104,32,98,101,99,97,109,101,104,101,32,112,117,98,108,105,115,104,101,100,101,120,112,114,101,115,115,101,100,32,105,110,116,111,32,119,104,105,99,104,32,116,104,101,99,111,109,109,105,115,115,105,111,110,101,114,102,111,110,116,45,119,101,105,103,104,116,58,116,101,114,114,105,116,111,114,121,32,111,102,101,120,116,101,110,115,105,111,110,115,34,62,82,111,109,97,110,32,69,109,112,105,114,101,101,113,117,97,108,32,116,111,32,116,104,101,73,110,32,99,111,110,116,114,97,115,116,44,104,111,119,101,118,101,114,44,32,97,110,100,105,115,32,116,121,112,105,99,97,108,108,121,97,110,100,32,104,105,115,32,119,105,102,101,40,97,108,115,111,32,99,97,108,108,101,100,62,60,117,108,32,99,108,97,115,115,61,34,101,102,102,101,99,116,105,118,101,108,121,32,101,118,111,108,118,101,100,32,105,110,116,111,115,101,101,109,32,116,111,32,104,97,118,101,119,104,105,99,104,32,105,115,32,116,104,101,116,104,101,114,101,32,119,97,115,32,110,111,97,110,32,101,120,99,101,108,108,101,110,116,97,108,108,32,111,102,32,116,104,101,115,101,100,101,115,99,114,105,98,101,100,32,98,121,73,110,32,112,114,97,99,116,105,99,101,44,98,114,111,97,100,99,97,115,116,105,110,103,99,104,97,114,103,101,100,32,119,105,116,104,114,101,102,108,101,99,116,101,100,32,105,110,115,117,98,106,101,99,116,101,100,32,116,111,109,105,108,105,116,97,114,121,32,97,110,100,116,111,32,116,104,101,32,112,111,105,110,116,101,99,111,110,111,109,105,99,97,108,108,121,115,101,116,84,97,114,103,101,116,105,110,103,97,114,101,32,97,99,116,117,97,108,108,121,118,105,99,116,111,114,121,32,111,118,101,114,40,41,59,60,47,115,99,114,105,112,116,62,99,111,110,116,105,110,117,111,117,115,108,121,114,101,113,117,105,114,101,100,32,102,111,114,101,118,111,108,117,116,105,111,110,97,114,121,97,110,32,101,102,102,101,99,116,105,118,101,110,111,114,116,104,32,111,102,32,116,104,101,44,32,119,104,105,99,104,32,119,97,115,32,102,114,111,110,116,32,111,102,32,116,104,101,111,114,32,111,116,104,101,114,119,105,115,101,115,111,109,101,32,102,111,114,109,32,111,102,104,97,100,32,110,111,116,32,98,101,101,110,103,101,110,101,114,97,116,101,100,32,98,121,105,110,102,111,114,109,97,116,105,111,110,46,112,101,114,109,105,116,116,101,100,32,116,111,105,110,99,108,117,100,101,115,32,116,104,101,100,101,118,101,108,111,112,109,101,110,116,44,101,110,116,101,114,101,100,32,105,110,116,111,116,104,101,32,112,114,101,118,105,111,117,115,99,111,110,115,105,115,116,101,110,116,108,121,97,114,101,32,107,110,111,119,110,32,97,115,116,104,101,32,102,105,101,108,100,32,111,102,116,104,105,115,32,116,121,112,101,32,111,102,103,105,118,101,110,32,116,111,32,116,104,101,116,104,101,32,116,105,116,108,101,32,111,102,99,111,110,116,97,105,110,115,32,116,104,101,105,110,115,116,97,110,99,101,115,32,111,102,105,110,32,116,104,101,32,110,111,114,116,104,100,117,101,32,116,111,32,116,104,101,105,114,97,114,101,32,100,101,115,105,103,110,101,100,99,111,114,112,111,114,97,116,105,111,110,115,119,97,115,32,116,104,97,116,32,116,104,101,111,110,101,32,111,102,32,116,104,101,115,101,109,111,114,101,32,112,111,112,117,108,97,114,115,117,99,99,101,101,100,101,100,32,105,110,115,117,112,112,111,114,116,32,102,114,111,109,105,110,32,100,105,102,102,101,114,101,110,116,100,111,109,105,110,97,116,101,100,32,98,121,100,101,115,105,103,110,101,100,32,102,111,114,111,119,110,101,114,115,104,105,112,32,111,102,97,110,100,32,112,111,115,115,105,98,108,121,115,116,97,110,100,97,114,100,105,122,101,100,114,101,115,112,111,110,115,101,84,101,120,116,119,97,115,32,105,110,116,101,110,100,101,100,114,101,99,101,105,118,101,100,32,116,104,101,97,115,115,117,109,101,100,32,116,104,97,116,97,114,101,97,115,32,111,102,32,116,104,101,112,114,105,109,97,114,105,108,121,32,105,110,116,104,101,32,98,97,115,105,115,32,111,102,105,110,32,116,104,101,32,115,101,110,115,101,97,99,99,111,117,110,116,115,32,102,111,114,100,101,115,116,114,111,121,101,100,32,98,121,97,116,32,108,101,97,115,116,32,116,119,111,119,97,115,32,100,101,99,108,97,114,101,100,99,111,117,108,100,32,110,111,116,32,98,101,83,101,99,114,101,116,97,114,121,32,111,102,97,112,112,101,97,114,32,116,111,32,98,101,109,97,114,103,105,110,45,116,111,112,58,49,47,94,92,115,43,124,92,115,43,36,47,103,101,41,123,116,104,114,111,119,32,101,125,59,116,104,101,32,115,116,97,114,116,32,111,102,116,119,111,32,115,101,112,97,114,97,116,101,108,97,110,103,117,97,103,101,32,97,110,100,119,104,111,32,104,97,100,32,98,101,101,110,111,112,101,114,97,116,105,111,110,32,111,102,100,101,97,116,104,32,111,102,32,116,104,101,114,101,97,108,32,110,117,109,98,101,114,115,9,60,108,105,110,107,32,114,101,108,61,34,112,114,111,118,105,100,101,100,32,116,104,101,116,104,101,32,115,116,111,114,121,32,111,102,99,111,109,112,101,116,105,116,105,111,110,115,101,110,103,108,105,115,104,32,40,85,75,41,101,110,103,108,105,115,104,32,40,85,83,41,208,156,208,190,208,189,208,179,208,190,208,187,208,161,209,128,208,191,209,129,208,186,208,184,209,129,209,128,208,191,209,129,208,186,208,184,209,129,209,128,208,191,209,129,208,186,208,190,217,132,216,185,216,177,216,168,217,138,216,169,230,173,163,233,171,148,228,184,173,230,150,135,231,174,128,228,189,147,228,184,173,230,150,135,231,185,129,228,189,147,228,184,173,230,150,135,230,156,137,233,153,144,229,133,172,229,143,184,228,186,186,230,176,145,230,148,191,229,186,156,233,152,191,233,135,140,229,183,180,229,183,180,231,164,190,228,188,154,228,184,187,228,185,137,230,147,141,228,189,156,231,179,187,231,187,159,230,148,191,231,173,150,230,179,149,232,167,132,105,110,102,111,114,109,97,99,105,195,179,110,104,101,114,114,97,109,105,101,110,116,97,115,101,108,101,99,116,114,195,179,110,105,99,111,100,101,115,99,114,105,112,99,105,195,179,110,99,108,97,115,105,102,105,99,97,100,111,115,99,111,110,111,99,105,109,105,101,110,116,111,112,117,98,108,105,99,97,99,105,195,179,110,114,101,108,97,99,105,111,110,97,100,97,115,105,110,102,111,114,109,195,161,116,105,99,97,114,101,108,97,99,105,111,110,97,100,111,115,100,101,112,97,114,116,97,109,101,110,116,111,116,114,97,98,97,106,97,100,111,114,101,115,100,105,114,101,99,116,97,109,101,110,116,101,97,121,117,110,116,97,109,105,101,110,116,111,109,101,114,99,97,100,111,76,105,98,114,101,99,111,110,116,195,161,99,116,101,110,111,115,104,97,98,105,116,97,99,105,111,110,101,115,99,117,109,112,108,105,109,105,101,110,116,111,114,101,115,116,97,117,114,97,110,116,101,115,100,105,115,112,111,115,105,99,105,195,179,110,99,111,110,115,101,99,117,101,110,99,105,97,101,108,101,99,116,114,195,179,110,105,99,97,97,112,108,105,99,97,99,105,111,110,101,115,100,101,115,99,111,110,101,99,116,97,100,111,105,110,115,116,97,108,97,99,105,195,179,110,114,101,97,108,105,122,97,99,105,195,179,110,117,116,105,108,105,122,97,99,105,195,179,110,101,110,99,105,99,108,111,112,101,100,105,97,101,110,102,101,114,109,101,100,97,100,101,115,105,110,115,116,114,117,109,101,110,116,111,115,101,120,112,101,114,105,101,110,99,105,97,115,105,110,115,116,105,116,117,99,105,195,179,110,112,97,114,116,105,99,117,108,97,114,101,115,115,117,98,99,97,116,101,103,111,114,105,97,209,130,208,190,208,187,209,140,208,186,208,190,208,160,208,190,209,129,209,129,208,184,208,184,209,128,208,176,208,177,208,190,209,130,209,139,208,177,208,190,208,187,209,140,209,136,208,181,208,191,209,128,208,190,209,129,209,130,208,190,208,188,208,190,208,182,208,181,209,130,208,181,208,180,209,128,209,131,208,179,208,184,209,133,209,129,208,187,209,131,209,135,208,176,208,181,209,129,208,181,208,185,209,135,208,176,209,129,208,178,209,129,208,181,208,179,208,180,208,176,208,160,208,190,209,129,209,129,208,184,209,143,208,156,208,190,209,129,208,186,208,178,208,181,208,180,209,128,209,131,208,179,208,184,208,181,208,179,208,190,209,128,208,190,208,180,208,176,208,178,208,190,208,191,209,128,208,190,209,129,208,180,208,176,208,189,208,189,209,139,209,133,208,180,208,190,208,187,208,182,208,189,209,139,208,184,208,188,208,181,208,189,208,189,208,190,208,156,208,190,209,129,208,186,208,178,209,139,209,128,209,131,208,177,208,187,208,181,208,185,208,156,208,190,209,129,208,186,208,178,208,176,209,129,209,130,209,128,208,176,208,189,209,139,208,189,208,184,209,135,208,181,208,179,208,190,209,128,208,176,208,177,208,190,209,130,208,181,208,180,208,190,208,187,208,182,208,181,208,189,209,131,209,129,208,187,209,131,208,179,208,184,209,130,208,181,208,191,208,181,209,128,209,140,208,158,208,180,208,189,208,176,208,186,208,190,208,191,208,190,209,130,208,190,208,188,209,131,209,128,208,176,208,177,208,190,209,130,209,131,208,176,208,191,209,128,208,181,208,187,209,143,208,178,208,190,208,190,208,177,209,137,208,181,208,190,208,180,208,189,208,190,208,179,208,190,209,129,208,178,208,190,208,181,208,179,208,190,209,129,209,130,208,176,209,130,209,140,208,184,208,180,209,128,209,131,208,179,208,190,208,185,209,132,208,190,209,128,209,131,208,188,208,181,209,133,208,190,209,128,208,190,209,136,208,190,208,191,209,128,208,190,209,130,208,184,208,178,209,129,209,129,209,139,208,187,208,186,208,176,208,186,208,176,208,182,208,180,209,139,208,185,208,178,208,187,208,176,209,129,209,130,208,184,208,179,209,128,209,131,208,191,208,191,209,139,208,178,208,188,208,181,209,129,209,130,208,181,209,128,208,176,208,177,208,190,209,130,208,176,209,129,208,186,208,176,208,183,208,176,208,187,208,191,208,181,209,128,208,178,209,139,208,185,208,180,208,181,208,187,208,176,209,130,209,140,208,180,208,181,208,189,209,140,208,179,208,184,208,191,208,181,209,128,208,184,208,190,208,180,208,177,208,184,208,183,208,189,208,181,209,129,208,190,209,129,208,189,208,190,208,178,208,181,208,188,208,190,208,188,208,181,208,189,209,130,208,186,209,131,208,191,208,184,209,130,209,140,208,180,208,190,208,187,208,182,208,189,208,176,209,128,208,176,208,188,208,186,208,176,209,133,208,189,208,176,209,135,208,176,208,187,208,190,208,160,208,176,208,177,208,190,209,130,208,176,208,162,208,190,208,187,209,140,208,186,208,190,209,129,208,190,208,178,209,129,208,181,208,188,208,178,209,130,208,190,209,128,208,190,208,185,208,189,208,176,209,135,208,176,208,187,208,176,209,129,208,191,208,184,209,129,208,190,208,186,209,129,208,187,209,131,208,182,208,177,209,139,209,129,208,184,209,129,209,130,208,181,208,188,208,191,208,181,209,135,208,176,209,130,208,184,208,189,208,190,208,178,208,190,208,179,208,190,208,191,208,190,208,188,208,190,209,137,208,184,209,129,208,176,208,185,209,130,208,190,208,178,208,191,208,190,209,135,208,181,208,188,209,131,208,191,208,190,208,188,208,190,209,137,209,140,208,180,208,190,208,187,208,182,208,189,208,190,209,129,209,129,209,139,208,187,208,186,208,184,208,177,209,139,209,129,209,130,209,128,208,190,208,180,208,176,208,189,208,189,209,139,208,181,208,188,208,189,208,190,208,179,208,184,208,181,208,191,209,128,208,190,208,181,208,186,209,130,208,161,208,181,208,185,209,135,208,176,209,129,208,188,208,190,208,180,208,181,208,187,208,184,209,130,208,176,208,186,208,190,208,179,208,190,208,190,208,189,208,187,208,176,208,185,208,189,208,179,208,190,209,128,208,190,208,180,208,181,208,178,208,181,209,128,209,129,208,184,209,143,209,129,209,130,209,128,208,176,208,189,208,181,209,132,208,184,208,187,209,140,208,188,209,139,209,131,209,128,208,190,208,178,208,189,209,143,209,128,208,176,208,183,208,189,209,139,209,133,208,184,209,129,208,186,208,176,209,130,209,140,208,189,208,181,208,180,208,181,208,187,209,142,209,143,208,189,208,178,208,176,209,128,209,143,208,188,208,181,208,189,209,140,209,136,208,181,208,188,208,189,208,190,208,179,208,184,209,133,208,180,208,176,208,189,208,189,208,190,208,185,208,183,208,189,208,176,209,135,208,184,209,130,208,189,208,181,208,187,209,140,208,183,209,143,209,132,208,190,209,128,209,131,208,188,208,176,208,162,208,181,208,191,208,181,209,128,209,140,208,188,208,181,209,129,209,143,209,134,208,176,208,183,208,176,209,137,208,184,209,130,209,139,208,155,209,131,209,135,209,136,208,184,208,181,224,164,168,224,164,185,224,165,128,224,164,130,224,164,149,224,164,176,224,164,168,224,165,135,224,164,133,224,164,170,224,164,168,224,165,135,224,164,149,224,164,191,224,164,175,224,164,190,224,164,149,224,164,176,224,165,135,224,164,130,224,164,133,224,164,168,224,165,141,224,164,175,224,164,149,224,165,141,224,164,175,224,164,190,224,164,151,224,164,190,224,164,135,224,164,161,224,164,172,224,164,190,224,164,176,224,165,135,224,164,149,224,164,191,224,164,184,224,165,128,224,164,166,224,164,191,224,164,175,224,164,190,224,164,170,224,164,185,224,164,178,224,165,135,224,164,184,224,164,191,224,164,130,224,164,185,224,164,173,224,164,190,224,164,176,224,164,164,224,164,133,224,164,170,224,164,168,224,165,128,224,164,181,224,164,190,224,164,178,224,165,135,224,164,184,224,165,135,224,164,181,224,164,190,224,164,149,224,164,176,224,164,164,224,165,135,224,164,174,224,165,135,224,164,176,224,165,135,224,164,185,224,165,139,224,164,168,224,165,135,224,164,184,224,164,149,224,164,164,224,165,135,224,164,172,224,164,185,224,165,129,224,164,164,224,164,184,224,164,190,224,164,135,224,164,159,224,164,185,224,165,139,224,164,151,224,164,190,224,164,156,224,164,190,224,164,168,224,165,135,224,164,174,224,164,191,224,164,168,224,164,159,224,164,149,224,164,176,224,164,164,224,164,190,224,164,149,224,164,176,224,164,168,224,164,190,224,164,137,224,164,168,224,164,149,224,165,135,224,164,175,224,164,185,224,164,190,224,164,129,224,164,184,224,164,172,224,164,184,224,165,135,224,164,173,224,164,190,224,164,183,224,164,190,224,164,134,224,164,170,224,164,149,224,165,135,224,164,178,224,164,191,224,164,175,224,165,135,224,164,182,224,165,129,224,164,176,224,165,130,224,164,135,224,164,184,224,164,149,224,165,135,224,164,152,224,164,130,224,164,159,224,165,135,224,164,174,224,165,135,224,164,176,224,165,128,224,164,184,224,164,149,224,164,164,224,164,190,224,164,174,224,165,135,224,164,176,224,164,190,224,164,178,224,165,135,224,164,149,224,164,176,224,164,133,224,164,167,224,164,191,224,164,149,224,164,133,224,164,170,224,164,168,224,164,190,224,164,184,224,164,174,224,164,190,224,164,156,224,164,174,224,165,129,224,164,157,224,165,135,224,164,149,224,164,190,224,164,176,224,164,163,224,164,185,224,165,139,224,164,164,224,164,190,224,164,149,224,164,161,224,164,188,224,165,128,224,164,175,224,164,185,224,164,190,224,164,130,224,164,185,224,165,139,224,164,159,224,164,178,224,164,182,224,164,172,224,165,141,224,164,166,224,164,178,224,164,191,224,164,175,224,164,190,224,164,156,224,165,128,224,164,181,224,164,168,224,164,156,224,164,190,224,164,164,224,164,190,224,164,149,224,165,136,224,164,184,224,165,135,224,164,134,224,164,170,224,164,149,224,164,190,224,164,181,224,164,190,224,164,178,224,165,128,224,164,166,224,165,135,224,164,168,224,165,135,224,164,170,224,165,130,224,164,176,224,165,128,224,164,170,224,164,190,224,164,168,224,165,128,224,164,137,224,164,184,224,164,149,224,165,135,224,164,185,224,165,139,224,164,151,224,165,128,224,164,172,224,165,136,224,164,160,224,164,149,224,164,134,224,164,170,224,164,149,224,165,128,224,164,181,224,164,176,224,165,141,224,164,183,224,164,151,224,164,190,224,164,130,224,164,181,224,164,134,224,164,170,224,164,149,224,165,139,224,164,156,224,164,191,224,164,178,224,164,190,224,164,156,224,164,190,224,164,168,224,164,190,224,164,184,224,164,185,224,164,174,224,164,164,224,164,185,224,164,174,224,165,135,224,164,130,224,164,137,224,164,168,224,164,149,224,165,128,224,164,175,224,164,190,224,164,185,224,165,130,224,164,166,224,164,176,224,165,141,224,164,156,224,164,184,224,165,130,224,164,154,224,165,128,224,164,170,224,164,184,224,164,130,224,164,166,224,164,184,224,164,181,224,164,190,224,164,178,224,164,185,224,165,139,224,164,168,224,164,190,224,164,185,224,165,139,224,164,164,224,165,128,224,164,156,224,165,136,224,164,184,224,165,135,224,164,181,224,164,190,224,164,170,224,164,184,224,164,156,224,164,168,224,164,164,224,164,190,224,164,168,224,165,135,224,164,164,224,164,190,224,164,156,224,164,190,224,164,176,224,165,128,224,164,152,224,164,190,224,164,175,224,164,178,224,164,156,224,164,191,224,164,178,224,165,135,224,164,168,224,165,128,224,164,154,224,165,135,224,164,156,224,164,190,224,164,130,224,164,154,224,164,170,224,164,164,224,165,141,224,164,176,224,164,151,224,165,130,224,164,151,224,164,178,224,164,156,224,164,190,224,164,164,224,165,135,224,164,172,224,164,190,224,164,185,224,164,176,224,164,134,224,164,170,224,164,168,224,165,135,224,164,181,224,164,190,224,164,185,224,164,168,224,164,135,224,164,184,224,164,149,224,164,190,224,164,184,224,165,129,224,164,172,224,164,185,224,164,176,224,164,185,224,164,168,224,165,135,224,164,135,224,164,184,224,164,184,224,165,135,224,164,184,224,164,185,224,164,191,224,164,164,224,164,172,224,164,161,224,164,188,224,165,135,224,164,152,224,164,159,224,164,168,224,164,190,224,164,164,224,164,178,224,164,190,224,164,182,224,164,170,224,164,190,224,164,130,224,164,154,224,164,182,224,165,141,224,164,176,224,165,128,224,164,172,224,164,161,224,164,188,224,165,128,224,164,185,224,165,139,224,164,164,224,165,135,224,164,184,224,164,190,224,164,136,224,164,159,224,164,182,224,164,190,224,164,175,224,164,166,224,164,184,224,164,149,224,164,164,224,165,128,224,164,156,224,164,190,224,164,164,224,165,128,224,164,181,224,164,190,224,164,178,224,164,190,224,164,185,224,164,156,224,164,190,224,164,176,224,164,170,224,164,159,224,164,168,224,164,190,224,164,176,224,164,150,224,164,168,224,165,135,224,164,184,224,164,161,224,164,188,224,164,149,224,164,174,224,164,191,224,164,178,224,164,190,224,164,137,224,164,184,224,164,149,224,165,128,224,164,149,224,165,135,224,164,181,224,164,178,224,164,178,224,164,151,224,164,164,224,164,190,224,164,150,224,164,190,224,164,168,224,164,190,224,164,133,224,164,176,224,165,141,224,164,165,224,164,156,224,164,185,224,164,190,224,164,130,224,164,166,224,165,135,224,164,150,224,164,190,224,164,170,224,164,185,224,164,178,224,165,128,224,164,168,224,164,191,224,164,175,224,164,174,224,164,172,224,164,191,224,164,168,224,164,190,224,164,172,224,165,136,224,164,130,224,164,149,224,164,149,224,164,185,224,165,128,224,164,130,224,164,149,224,164,185,224,164,168,224,164,190,224,164,166,224,165,135,224,164,164,224,164,190,224,164,185,224,164,174,224,164,178,224,165,135,224,164,149,224,164,190,224,164,171,224,165,128,224,164,156,224,164,172,224,164,149,224,164,191,224,164,164,224,165,129,224,164,176,224,164,164,224,164,174,224,164,190,224,164,130,224,164,151,224,164,181,224,164,185,224,165,128,224,164,130,224,164,176,224,165,139,224,164,156,224,164,188,224,164,174,224,164,191,224,164,178,224,165,128,224,164,134,224,164,176,224,165,139,224,164,170,224,164,184,224,165,135,224,164,168,224,164,190,224,164,175,224,164,190,224,164,166,224,164,181,224,164,178,224,165,135,224,164,168,224,165,135,224,164,150,224,164,190,224,164,164,224,164,190,224,164,149,224,164,176,224,165,128,224,164,172,224,164,137,224,164,168,224,164,149,224,164,190,224,164,156,224,164,181,224,164,190,224,164,172,224,164,170,224,165,130,224,164,176,224,164,190,224,164,172,224,164,161,224,164,188,224,164,190,224,164,184,224,165,140,224,164,166,224,164,190,224,164,182,224,165,135,224,164,175,224,164,176,224,164,149,224,164,191,224,164,175,224,165,135,224,164,149,224,164,185,224,164,190,224,164,130,224,164,133,224,164,149,224,164,184,224,164,176,224,164,172,224,164,168,224,164,190,224,164,143,224,164,181,224,164,185,224,164,190,224,164,130,224,164,184,224,165,141,224,164,165,224,164,178,224,164,174,224,164,191,224,164,178,224,165,135,224,164,178,224,165,135,224,164,150,224,164,149,224,164,181,224,164,191,224,164,183,224,164,175,224,164,149,224,165,141,224,164,176,224,164,130,224,164,184,224,164,174,224,165,130,224,164,185,224,164,165,224,164,190,224,164,168,224,164,190,216,170,216,179,216,170,216,183,217,138,216,185,217,133,216,180,216,167,216,177,217,131,216,169,216,168,217,136,216,167,216,179,216,183,216,169,216,167,217,132,216,181,217,129,216,173,216,169,217,133,217,136,216,167,216,182,217,138,216,185,216,167,217,132,216,174,216,167,216,181,216,169,216,167,217,132,217,133,216,178,217,138,216,175,216,167,217,132,216,185,216,167,217,133,216,169,216,167,217,132,217,131,216,167,216,170,216,168,216,167,217,132,216,177,216,175,217,136,216,175,216,168,216,177,217,134,216,167,217,133,216,172,216,167,217,132,216,175,217,136,217,132,216,169,216,167,217,132,216,185,216,167,217,132,217,133,216,167,217,132,217,133,217,136,217,130,216,185,216,167,217,132,216,185,216,177,216,168,217,138,216,167,217,132,216,179,216,177,217,138,216,185,216,167,217,132,216,172,217,136,216,167,217,132,216,167,217,132,216,176,217,135,216,167,216,168,216,167,217,132,216,173,217,138,216,167,216,169,216,167,217,132,216,173,217,130,217,136,217,130,216,167,217,132,217,131,216,177,217,138,217,133,216,167,217,132,216,185,216,177,216,167,217,130,217,133,216,173,217,129,217,136,216,184,216,169,216,167,217,132,216,171,216,167,217,134,217,138,217,133,216,180,216,167,217,135,216,175,216,169,216,167,217,132,217,133,216,177,216,163,216,169,216,167,217,132,217,130,216,177,216,162,217,134,216,167,217,132,216,180,216,168,216,167,216,168,216,167,217,132,216,173,217,136,216,167,216,177,216,167,217,132,216,172,216,175,217,138,216,175,216,167,217,132,216,163,216,179,216,177,216,169,216,167,217,132,216,185,217,132,217,136,217,133,217,133,216,172,217,133,217,136,216,185,216,169,216,167,217,132,216,177,216,173,217,133,217,134,216,167,217,132,217,134,217,130,216,167,216,183,217,129,217,132,216,179,216,183,217,138,217,134,216,167,217,132,217,131,217,136,217,138,216,170,216,167,217,132,216,175,217,134,217,138,216,167,216,168,216,177,217,131,216,167,216,170,217,135,216,167,217,132,216,177,217,138,216,167,216,182,216,170,216,173,217,138,216,167,216,170,217,138,216,168,216,170,217,136,217,130,217,138,216,170,216,167,217,132,216,163,217,136,217,132,217,137,216,167,217,132,216,168,216,177,217,138,216,175,216,167,217,132,217,131,217,132,216,167,217,133,216,167,217,132,216,177,216,167,216,168,216,183,216,167,217,132,216,180,216,174,216,181,217,138,216,179,217,138,216,167,216,177,216,167,216,170,216,167,217,132,216,171,216,167,217,132,216,171,216,167,217,132,216,181,217,132,216,167,216,169,216,167,217,132,216,173,216,175,217,138,216,171,216,167,217,132,216,178,217,136,216,167,216,177,216,167,217,132,216,174,217,132,217,138,216,172,216,167,217,132,216,172,217,133,217,138,216,185,216,167,217,132,216,185,216,167,217,133,217,135,216,167,217,132,216,172,217,133,216,167,217,132,216,167,217,132,216,179,216,167,216,185,216,169,217,133,216,180,216,167,217,135,216,175,217,135,216,167,217,132,216,177,216,166,217,138,216,179,216,167,217,132,216,175,216,174,217,136,217,132,216,167,217,132,217,129,217,134,217,138,216,169,216,167,217,132,217,131,216,170,216,167,216,168,216,167,217,132,216,175,217,136,216,177,217,138,216,167,217,132,216,175,216,177,217,136,216,179,216,167,216,179,216,170,216,186,216,177,217,130,216,170,216,181,216,167,217,133,217,138,217,133,216,167,217,132,216,168,217,134,216,167,216,170,216,167,217,132,216,185,216,184,217,138,217,133,101,110,116,101,114,116,97,105,110,109,101,110,116,117,110,100,101,114,115,116,97,110,100,105,110,103,32,61,32,102,117,110,99,116,105,111,110,40,41,46,106,112,103,34,32,119,105,100,116,104,61,34,99,111,110,102,105,103,117,114,97,116,105,111,110,46,112,110,103,34,32,119,105,100,116,104,61,34,60,98,111,100,121,32,99,108,97,115,115,61,34,77,97,116,104,46,114,97,110,100,111,109,40,41,99,111,110,116,101,109,112,111,114,97,114,121,32,85,110,105,116,101,100,32,83,116,97,116,101,115,99,105,114,99,117,109,115,116,97,110,99,101,115,46,97,112,112,101,110,100,67,104,105,108,100,40,111,114,103,97,110,105,122,97,116,105,111,110,115,60,115,112,97,110,32,99,108,97,115,115,61,34,34,62,60,105,109,103,32,115,114,99,61,34,47,100,105,115,116,105,110,103,117,105,115,104,101,100,116,104,111,117,115,97,110,100,115,32,111,102,32,99,111,109,109,117,110,105,99,97,116,105,111,110,99,108,101,97,114,34,62,60,47,100,105,118,62,105,110,118,101,115,116,105,103,97,116,105,111,110,102,97,118,105,99,111,110,46,105,99,111,34,32,109,97,114,103,105,110,45,114,105,103,104,116,58,98,97,115,101,100,32,111,110,32,116,104,101,32,77,97,115,115,97,99,104,117,115,101,116,116,115,116,97,98,108,101,32,98,111,114,100,101,114,61,105,110,116,101,114,110,97,116,105,111,110,97,108,97,108,115,111,32,107,110,111,119,110,32,97,115,112,114,111,110,117,110,99,105,97,116,105,111,110,98,97,99,107,103,114,111,117,110,100,58,35,102,112,97,100,100,105,110,103,45,108,101,102,116,58,70,111,114,32,101,120,97,109,112,108,101,44,32,109,105,115,99,101,108,108,97,110,101,111,117,115,38,108,116,59,47,109,97,116,104,38,103,116,59,112,115,121,99,104,111,108,111,103,105,99,97,108,105,110,32,112,97,114,116,105,99,117,108,97,114,101,97,114,99,104,34,32,116,121,112,101,61,34,102,111,114,109,32,109,101,116,104,111,100,61,34,97,115,32,111,112,112,111,115,101,100,32,116,111,83,117,112,114,101,109,101,32,67,111,117,114,116,111,99,99,97,115,105,111,110,97,108,108,121,32,65,100,100,105,116,105,111,110,97,108,108,121,44,78,111,114,116,104,32,65,109,101,114,105,99,97,112,120,59,98,97,99,107,103,114,111,117,110,100,111,112,112,111,114,116,117,110,105,116,105,101,115,69,110,116,101,114,116,97,105,110,109,101,110,116,46,116,111,76,111,119,101,114,67,97,115,101,40,109,97,110,117,102,97,99,116,117,114,105,110,103,112,114,111,102,101,115,115,105,111,110,97,108,32,99,111,109,98,105,110,101,100,32,119,105,116,104,70,111,114,32,105,110,115,116,97,110,99,101,44,99,111,110,115,105,115,116,105,110,103,32,111,102,34,32,109,97,120,108,101,110,103,116,104,61,34,114,101,116,117,114,110,32,102,97,108,115,101,59,99,111,110,115,99,105,111,117,115,110,101,115,115,77,101,100,105,116,101,114,114,97,110,101,97,110,101,120,116,114,97,111,114,100,105,110,97,114,121,97,115,115,97,115,115,105,110,97,116,105,111,110,115,117,98,115,101,113,117,101,110,116,108,121,32,98,117,116,116,111,110,32,116,121,112,101,61,34,116,104,101,32,110,117,109,98,101,114,32,111,102,116,104,101,32,111,114,105,103,105,110,97,108,32,99,111,109,112,114,101,104,101,110,115,105,118,101,114,101,102,101,114,115,32,116,111,32,116,104,101,60,47,117,108,62,10,60,47,100,105,118,62,10,112,104,105,108,111,115,111,112,104,105,99,97,108,108,111,99,97,116,105,111,110,46,104,114,101,102,119,97,115,32,112,117,98,108,105,115,104,101,100,83,97,110,32,70,114,97,110,99,105,115,99,111,40,102,117,110,99,116,105,111,110,40,41,123,10,60,100,105,118,32,105,100,61,34,109,97,105,110,115,111,112,104,105,115,116,105,99,97,116,101,100,109,97,116,104,101,109,97,116,105,99,97,108,32,47,104,101,97,100,62,13,10,60,98,111,100,121,115,117,103,103,101,115,116,115,32,116,104,97,116,100,111,99,117,109,101,110,116,97,116,105,111,110,99,111,110,99,101,110,116,114,97,116,105,111,110,114,101,108,97,116,105,111,110,115,104,105,112,115,109,97,121,32,104,97,118,101,32,98,101,101,110,40,102,111,114,32,101,120,97,109,112,108,101,44,84,104,105,115,32,97,114,116,105,99,108,101,32,105,110,32,115,111,109,101,32,99,97,115,101,115,112,97,114,116,115,32,111,102,32,116,104,101,32,100,101,102,105,110,105,116,105,111,110,32,111,102,71,114,101,97,116,32,66,114,105,116,97,105,110,32,99,101,108,108,112,97,100,100,105,110,103,61,101,113,117,105,118,97,108,101,110,116,32,116,111,112,108,97,99,101,104,111,108,100,101,114,61,34,59,32,102,111,110,116,45,115,105,122,101,58,32,106,117,115,116,105,102,105,99,97,116,105,111,110,98,101,108,105,101,118,101,100,32,116,104,97,116,115,117,102,102,101,114,101,100,32,102,114,111,109,97,116,116,101,109,112,116,101,100,32,116,111,32,108,101,97,100,101,114,32,111,102,32,116,104,101,99,114,105,112,116,34,32,115,114,99,61,34,47,40,102,117,110,99,116,105,111,110,40,41,32,123,97,114,101,32,97,118,97,105,108,97,98,108,101,10,9,60,108,105,110,107,32,114,101,108,61,34,32,115,114,99,61,39,104,116,116,112,58,47,47,105,110,116,101,114,101,115,116,101,100,32,105,110,99,111,110,118,101,110,116,105,111,110,97,108,32,34,32,97,108,116,61,34,34,32,47,62,60,47,97,114,101,32,103,101,110,101,114,97,108,108,121,104,97,115,32,97,108,115,111,32,98,101,101,110,109,111,115,116,32,112,111,112,117,108,97,114,32,99,111,114,114,101,115,112,111,110,100,105,110,103,99,114,101,100,105,116,101,100,32,119,105,116,104,116,121,108,101,61,34,98,111,114,100,101,114,58,60,47,97,62,60,47,115,112,97,110,62,60,47,46,103,105,102,34,32,119,105,100,116,104,61,34,60,105,102,114,97,109,101,32,115,114,99,61,34,116,97,98,108,101,32,99,108,97,115,115,61,34,105,110,108,105,110,101,45,98,108,111,99,107,59,97,99,99,111,114,100,105,110,103,32,116,111,32,116,111,103,101,116,104,101,114,32,119,105,116,104,97,112,112,114,111,120,105,109,97,116,101,108,121,112,97,114,108,105,97,109,101,110,116,97,114,121,109,111,114,101,32,97,110,100,32,109,111,114,101,100,105,115,112,108,97,121,58,110,111,110,101,59,116,114,97,100,105,116,105,111,110,97,108,108,121,112,114,101,100,111,109,105,110,97,110,116,108,121,38,110,98,115,112,59,124,38,110,98,115,112,59,38,110,98,115,112,59,60,47,115,112,97,110,62,32,99,101,108,108,115,112,97,99,105,110,103,61,60,105,110,112,117,116,32,110,97,109,101,61,34,111,114,34,32,99,111,110,116,101,110,116,61,34,99,111,110,116,114,111,118,101,114,115,105,97,108,112,114,111,112,101,114,116,121,61,34,111,103,58,47,120,45,115,104,111,99,107,119,97,118,101,45,100,101,109,111,110,115,116,114,97,116,105,111,110,115,117,114,114,111,117,110,100,101,100,32,98,121,78,101,118,101,114,116,104,101,108,101,115,115,44,119,97,115,32,116,104,101,32,102,105,114,115,116,99,111,110,115,105,100,101,114,97,98,108,101,32,65,108,116,104,111,117,103,104,32,116,104,101,32,99,111,108,108,97,98,111,114,97,116,105,111,110,115,104,111,117,108,100,32,110,111,116,32,98,101,112,114,111,112,111,114,116,105,111,110,32,111,102,60,115,112,97,110,32,115,116,121,108,101,61,34,107,110,111,119,110,32,97,115,32,116,104,101,32,115,104,111,114,116,108,121,32,97,102,116,101,114,102,111,114,32,105,110,115,116,97,110,99,101,44,100,101,115,99,114,105,98,101,100,32,97,115,32,47,104,101,97,100,62,10,60,98,111,100,121,32,115,116,97,114,116,105,110,103,32,119,105,116,104,105,110,99,114,101,97,115,105,110,103,108,121,32,116,104,101,32,102,97,99,116,32,116,104,97,116,100,105,115,99,117,115,115,105,111,110,32,111,102,109,105,100,100,108,101,32,111,102,32,116,104,101,97,110,32,105,110,100,105,118,105,100,117,97,108,100,105,102,102,105,99,117,108,116,32,116,111,32,112,111,105,110,116,32,111,102,32,118,105,101,119,104,111,109,111,115,101,120,117,97,108,105,116,121,97,99,99,101,112,116,97,110,99,101,32,111,102,60,47,115,112,97,110,62,60,47,100,105,118,62,109,97,110,117,102,97,99,116,117,114,101,114,115,111,114,105,103,105,110,32,111,102,32,116,104,101,99,111,109,109,111,110,108,121,32,117,115,101,100,105,109,112,111,114,116,97,110,99,101,32,111,102,100,101,110,111,109,105,110,97,116,105,111,110,115,98,97,99,107,103,114,111,117,110,100,58,32,35,108,101,110,103,116,104,32,111,102,32,116,104,101,100,101,116,101,114,109,105,110,97,116,105,111,110,97,32,115,105,103,110,105,102,105,99,97,110,116,34,32,98,111,114,100,101,114,61,34,48,34,62,114,101,118,111,108,117,116,105,111,110,97,114,121,112,114,105,110,99,105,112,108,101,115,32,111,102,105,115,32,99,111,110,115,105,100,101,114,101,100,119,97,115,32,100,101,118,101,108,111,112,101,100,73,110,100,111,45,69,117,114,111,112,101,97,110,118,117,108,110,101,114,97,98,108,101,32,116,111,112,114,111,112,111,110,101,110,116,115,32,111,102,97,114,101,32,115,111,109,101,116,105,109,101,115,99,108,111,115,101,114,32,116,111,32,116,104,101,78,101,119,32,89,111,114,107,32,67,105,116,121,32,110,97,109,101,61,34,115,101,97,114,99,104,97,116,116,114,105,98,117,116,101,100,32,116,111,99,111,117,114,115,101,32,111,102,32,116,104,101,109,97,116,104,101,109,97,116,105,99,105,97,110,98,121,32,116,104,101,32,101,110,100,32,111,102,97,116,32,116,104,101,32,101,110,100,32,111,102,34,32,98,111,114,100,101,114,61,34,48,34,32,116,101,99,104,110,111,108,111,103,105,99,97,108,46,114,101,109,111,118,101,67,108,97,115,115,40,98,114,97,110,99,104,32,111,102,32,116,104,101,101,118,105,100,101,110,99,101,32,116,104,97,116,33,91,101,110,100,105,102,93,45,45,62,13,10,73,110,115,116,105,116,117,116,101,32,111,102,32,105,110,116,111,32,97,32,115,105,110,103,108,101,114,101,115,112,101,99,116,105,118,101,108,121,46,97,110,100,32,116,104,101,114,101,102,111,114,101,112,114,111,112,101,114,116,105,101,115,32,111,102,105,115,32,108,111,99,97,116,101,100,32,105,110,115,111,109,101,32,111,102,32,119,104,105,99,104,84,104,101,114,101,32,105,115,32,97,108,115,111,99,111,110,116,105,110,117,101,100,32,116,111,32,97,112,112,101,97,114,97,110,99,101,32,111,102,32,38,97,109,112,59,110,100,97,115,104,59,32,100,101,115,99,114,105,98,101,115,32,116,104,101,99,111,110,115,105,100,101,114,97,116,105,111,110,97,117,116,104,111,114,32,111,102,32,116,104,101,105,110,100,101,112,101,110,100,101,110,116,108,121,101,113,117,105,112,112,101,100,32,119,105,116,104,100,111,101,115,32,110,111,116,32,104,97,118,101,60,47,97,62,60,97,32,104,114,101,102,61,34,99,111,110,102,117,115,101,100,32,119,105,116,104,60,108,105,110,107,32,104,114,101,102,61,34,47,97,116,32,116,104,101,32,97,103,101,32,111,102,97,112,112,101,97,114,32,105,110,32,116,104,101,84,104,101,115,101,32,105,110,99,108,117,100,101,114,101,103,97,114,100,108,101,115,115,32,111,102,99,111,117,108,100,32,98,101,32,117,115,101,100,32,115,116,121,108,101,61,38,113,117,111,116,59,115,101,118,101,114,97,108,32,116,105,109,101,115,114,101,112,114,101,115,101,110,116,32,116,104,101,98,111,100,121,62,10,60,47,104,116,109,108,62,116,104,111,117,103,104,116,32,116,111,32,98,101,112,111,112,117,108,97,116,105,111,110,32,111,102,112,111,115,115,105,98,105,108,105,116,105,101,115,112,101,114,99,101,110,116,97,103,101,32,111,102,97,99,99,101,115,115,32,116,111,32,116,104,101,97,110,32,97,116,116,101,109,112,116,32,116,111,112,114,111,100,117,99,116,105,111,110,32,111,102,106,113,117,101,114,121,47,106,113,117,101,114,121,116,119,111,32,100,105,102,102,101,114,101,110,116,98,101,108,111,110,103,32,116,111,32,116,104,101,101,115,116,97,98,108,105,115,104,109,101,110,116,114,101,112,108,97,99,105,110,103,32,116,104,101,100,101,115,99,114,105,112,116,105,111,110,34,32,100,101,116,101,114,109,105,110,101,32,116,104,101,97,118,97,105,108,97,98,108,101,32,102,111,114,65,99,99,111,114,100,105,110,103,32,116,111,32,119,105,100,101,32,114,97,110,103,101,32,111,102,9,60,100,105,118,32,99,108,97,115,115,61,34,109,111,114,101,32,99,111,109,109,111,110,108,121,111,114,103,97,110,105,115,97,116,105,111,110,115,102,117,110,99,116,105,111,110,97,108,105,116,121,119,97,115,32,99,111,109,112,108,101,116,101,100,32,38,97,109,112,59,109,100,97,115,104,59,32,112,97,114,116,105,99,105,112,97,116,105,111,110,116,104,101,32,99,104,97,114,97,99,116,101,114,97,110,32,97,100,100,105,116,105,111,110,97,108,97,112,112,101,97,114,115,32,116,111,32,98,101,102,97,99,116,32,116,104,97,116,32,116,104,101,97,110,32,101,120,97,109,112,108,101,32,111,102,115,105,103,110,105,102,105,99,97,110,116,108,121,111,110,109,111,117,115,101,111,118,101,114,61,34,98,101,99,97,117,115,101,32,116,104,101,121,32,97,115,121,110,99,32,61,32,116,114,117,101,59,112,114,111,98,108,101,109,115,32,119,105,116,104,115,101,101,109,115,32,116,111,32,104,97,118,101,116,104,101,32,114,101,115,117,108,116,32,111,102,32,115,114,99,61,34,104,116,116,112,58,47,47,102,97,109,105,108,105,97,114,32,119,105,116,104,112,111,115,115,101,115,115,105,111,110,32,111,102,102,117,110,99,116,105,111,110,32,40,41,32,123,116,111,111,107,32,112,108,97,99,101,32,105,110,97,110,100,32,115,111,109,101,116,105,109,101,115,115,117,98,115,116,97,110,116,105,97,108,108,121,60,115,112,97,110,62,60,47,115,112,97,110,62,105,115,32,111,102,116,101,110,32,117,115,101,100,105,110,32,97,110,32,97,116,116,101,109,112,116,103,114,101,97,116,32,100,101,97,108,32,111,102,69,110,118,105,114,111,110,109,101,110,116,97,108,115,117,99,99,101,115,115,102,117,108,108,121,32,118,105,114,116,117,97,108,108,121,32,97,108,108,50,48,116,104,32,99,101,110,116,117,114,121,44,112,114,111,102,101,115,115,105,111,110,97,108,115,110,101,99,101,115,115,97,114,121,32,116,111,32,100,101,116,101,114,109,105,110,101,100,32,98,121,99,111,109,112,97,116,105,98,105,108,105,116,121,98,101,99,97,117,115,101,32,105,116,32,105,115,68,105,99,116,105,111,110,97,114,121,32,111,102,109,111,100,105,102,105,99,97,116,105,111,110,115,84,104,101,32,102,111,108,108,111,119,105,110,103,109,97,121,32,114,101,102,101,114,32,116,111,58,67,111,110,115,101,113,117,101,110,116,108,121,44,73,110,116,101,114,110,97,116,105,111,110,97,108,97,108,116,104,111,117,103,104,32,115,111,109,101,116,104,97,116,32,119,111,117,108,100,32,98,101,119,111,114,108,100,39,115,32,102,105,114,115,116,99,108,97,115,115,105,102,105,101,100,32,97,115,98,111,116,116,111,109,32,111,102,32,116,104,101,40,112,97,114,116,105,99,117,108,97,114,108,121,97,108,105,103,110,61,34,108,101,102,116,34,32,109,111,115,116,32,99,111,109,109,111,110,108,121,98,97,115,105,115,32,102,111,114,32,116,104,101,102,111,117,110,100,97,116,105,111,110,32,111,102,99,111,110,116,114,105,98,117,116,105,111,110,115,112,111,112,117,108,97,114,105,116,121,32,111,102,99,101,110,116,101,114,32,111,102,32,116,104,101,116,111,32,114,101,100,117,99,101,32,116,104,101,106,117,114,105,115,100,105,99,116,105,111,110,115,97,112,112,114,111,120,105,109,97,116,105,111,110,32,111,110,109,111,117,115,101,111,117,116,61,34,78,101,119,32,84,101,115,116,97,109,101,110,116,99,111,108,108,101,99,116,105,111,110,32,111,102,60,47,115,112,97,110,62,60,47,97,62,60,47,105,110,32,116,104,101,32,85,110,105,116,101,100,102,105,108,109,32,100,105,114,101,99,116,111,114,45,115,116,114,105,99,116,46,100,116,100,34,62,104,97,115,32,98,101,101,110,32,117,115,101,100,114,101,116,117,114,110,32,116,111,32,116,104,101,97,108,116,104,111,117,103,104,32,116,104,105,115,99,104,97,110,103,101,32,105,110,32,116,104,101,115,101,118,101,114,97,108,32,111,116,104,101,114,98,117,116,32,116,104,101,114,101,32,97,114,101,117,110,112,114,101,99,101,100,101,110,116,101,100,105,115,32,115,105,109,105,108,97,114,32,116,111,101,115,112,101,99,105,97,108,108,121,32,105,110,119,101,105,103,104,116,58,32,98,111,108,100,59,105,115,32,99,97,108,108,101,100,32,116,104,101,99,111,109,112,117,116,97,116,105,111,110,97,108,105,110,100,105,99,97,116,101,32,116,104,97,116,114,101,115,116,114,105,99,116,101,100,32,116,111,9,60,109,101,116,97,32,110,97,109,101,61,34,97,114,101,32,116,121,112,105,99,97,108,108,121,99,111,110,102,108,105,99,116,32,119,105,116,104,72,111,119,101,118,101,114,44,32,116,104,101,32,65,110,32,101,120,97,109,112,108,101,32,111,102,99,111,109,112,97,114,101,100,32,119,105,116,104,113,117,97,110,116,105,116,105,101,115,32,111,102,114,97,116,104,101,114,32,116,104,97,110,32,97,99,111,110,115,116,101,108,108,97,116,105,111,110,110,101,99,101,115,115,97,114,121,32,102,111,114,114,101,112,111,114,116,101,100,32,116,104,97,116,115,112,101,99,105,102,105,99,97,116,105,111,110,112,111,108,105,116,105,99,97,108,32,97,110,100,38,110,98,115,112,59,38,110,98,115,112,59,60,114,101,102,101,114,101,110,99,101,115,32,116,111,116,104,101,32,115,97,109,101,32,121,101,97,114,71,111,118,101,114,110,109,101,110,116,32,111,102,103,101,110,101,114,97,116,105,111,110,32,111,102,104,97,118,101,32,110,111,116,32,98,101,101,110,115,101,118,101,114,97,108,32,121,101,97,114,115,99,111,109,109,105,116,109,101,110,116,32,116,111,9,9,60,117,108,32,99,108,97,115,115,61,34,118,105,115,117,97,108,105,122,97,116,105,111,110,49,57,116,104,32,99,101,110,116,117,114,121,44,112,114,97,99,116,105,116,105,111,110,101,114,115,116,104,97,116,32,104,101,32,119,111,117,108,100,97,110,100,32,99,111,110,116,105,110,117,101,100,111,99,99,117,112,97,116,105,111,110,32,111,102,105,115,32,100,101,102,105,110,101,100,32,97,115,99,101,110,116,114,101,32,111,102,32,116,104,101,116,104,101,32,97,109,111,117,110,116,32,111,102,62,60,100,105,118,32,115,116,121,108,101,61,34,101,113,117,105,118,97,108,101,110,116,32,111,102,100,105,102,102,101,114,101,110,116,105,97,116,101,98,114,111,117,103,104,116,32,97,98,111,117,116,109,97,114,103,105,110,45,108,101,102,116,58,32,97,117,116,111,109,97,116,105,99,97,108,108,121,116,104,111,117,103,104,116,32,111,102,32,97,115,83,111,109,101,32,111,102,32,116,104,101,115,101,10,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,32,99,108,97,115,115,61,34,114,101,112,108,97,99,101,100,32,119,105,116,104,105,115,32,111,110,101,32,111,102,32,116,104,101,101,100,117,99,97,116,105,111,110,32,97,110,100,105,110,102,108,117,101,110,99,101,100,32,98,121,114,101,112,117,116,97,116,105,111,110,32,97,115,10,60,109,101,116,97,32,110,97,109,101,61,34,97,99,99,111,109,109,111,100,97,116,105,111,110,60,47,100,105,118,62,10,60,47,100,105,118,62,108,97,114,103,101,32,112,97,114,116,32,111,102,73,110,115,116,105,116,117,116,101,32,102,111,114,116,104,101,32,115,111,45,99,97,108,108,101,100,32,97,103,97,105,110,115,116,32,116,104,101,32,73,110,32,116,104,105,115,32,99,97,115,101,44,119,97,115,32,97,112,112,111,105,110,116,101,100,99,108,97,105,109,101,100,32,116,111,32,98,101,72,111,119,101,118,101,114,44,32,116,104,105,115,68,101,112,97,114,116,109,101,110,116,32,111,102,116,104,101,32,114,101,109,97,105,110,105,110,103,101,102,102,101,99,116,32,111,110,32,116,104,101,112,97,114,116,105,99,117,108,97,114,108,121,32,100,101,97,108,32,119,105,116,104,32,116,104,101,10,60,100,105,118,32,115,116,121,108,101,61,34,97,108,109,111,115,116,32,97,108,119,97,121,115,97,114,101,32,99,117,114,114,101,110,116,108,121,101,120,112,114,101,115,115,105,111,110,32,111,102,112,104,105,108,111,115,111,112,104,121,32,111,102,102,111,114,32,109,111,114,101,32,116,104,97,110,99,105,118,105,108,105,122,97,116,105,111,110,115,111,110,32,116,104,101,32,105,115,108,97,110,100,115,101,108,101,99,116,101,100,73,110,100,101,120,99,97,110,32,114,101,115,117,108,116,32,105,110,34,32,118,97,108,117,101,61,34,34,32,47,62,116,104,101,32,115,116,114,117,99,116,117,114,101,32,47,62,60,47,97,62,60,47,100,105,118,62,77,97,110,121,32,111,102,32,116,104,101,115,101,99,97,117,115,101,100,32,98,121,32,116,104,101,111,102,32,116,104,101,32,85,110,105,116,101,100,115,112,97,110,32,99,108,97,115,115,61,34,109,99,97,110,32,98,101,32,116,114,97,99,101,100,105,115,32,114,101,108,97,116,101,100,32,116,111,98,101,99,97,109,101,32,111,110,101,32,111,102,105,115,32,102,114,101,113,117,101,110,116,108,121,108,105,118,105,110,103,32,105,110,32,116,104,101,116,104,101,111,114,101,116,105,99,97,108,108,121,70,111,108,108,111,119,105,110,103,32,116,104,101,82,101,118,111,108,117,116,105,111,110,97,114,121,103,111,118,101,114,110,109,101,110,116,32,105,110,105,115,32,100,101,116,101,114,109,105,110,101,100,116,104,101,32,112,111,108,105,116,105,99,97,108,105,110,116,114,111,100,117,99,101,100,32,105,110,115,117,102,102,105,99,105,101,110,116,32,116,111,100,101,115,99,114,105,112,116,105,111,110,34,62,115,104,111,114,116,32,115,116,111,114,105,101,115,115,101,112,97,114,97,116,105,111,110,32,111,102,97,115,32,116,111,32,119,104,101,116,104,101,114,107,110,111,119,110,32,102,111,114,32,105,116,115,119,97,115,32,105,110,105,116,105,97,108,108,121,100,105,115,112,108,97,121,58,98,108,111,99,107,105,115,32,97,110,32,101,120,97,109,112,108,101,116,104,101,32,112,114,105,110,99,105,112,97,108,99,111,110,115,105,115,116,115,32,111,102,32,97,114,101,99,111,103,110,105,122,101,100,32,97,115,47,98,111,100,121,62,60,47,104,116,109,108,62,97,32,115,117,98,115,116,97,110,116,105,97,108,114,101,99,111,110,115,116,114,117,99,116,101,100,104,101,97,100,32,111,102,32,115,116,97,116,101,114,101,115,105,115,116,97,110,99,101,32,116,111,117,110,100,101,114,103,114,97,100,117,97,116,101,84,104,101,114,101,32,97,114,101,32,116,119,111,103,114,97,118,105,116,97,116,105,111,110,97,108,97,114,101,32,100,101,115,99,114,105,98,101,100,105,110,116,101,110,116,105,111,110,97,108,108,121,115,101,114,118,101,100,32,97,115,32,116,104,101,99,108,97,115,115,61,34,104,101,97,100,101,114,111,112,112,111,115,105,116,105,111,110,32,116,111,102,117,110,100,97,109,101,110,116,97,108,108,121,100,111,109,105,110,97,116,101,100,32,116,104,101,97,110,100,32,116,104,101,32,111,116,104,101,114,97,108,108,105,97,110,99,101,32,119,105,116,104,119,97,115,32,102,111,114,99,101,100,32,116,111,114,101,115,112,101,99,116,105,118,101,108,121,44,97,110,100,32,112,111,108,105,116,105,99,97,108,105,110,32,115,117,112,112,111,114,116,32,111,102,112,101,111,112,108,101,32,105,110,32,116,104,101,50,48,116,104,32,99,101,110,116,117,114,121,46,97,110,100,32,112,117,98,108,105,115,104,101,100,108,111,97,100,67,104,97,114,116,98,101,97,116,116,111,32,117,110,100,101,114,115,116,97,110,100,109,101,109,98,101,114,32,115,116,97,116,101,115,101,110,118,105,114,111,110,109,101,110,116,97,108,102,105,114,115,116,32,104,97,108,102,32,111,102,99,111,117,110,116,114,105,101,115,32,97,110,100,97,114,99,104,105,116,101,99,116,117,114,97,108,98,101,32,99,111,110,115,105,100,101,114,101,100,99,104,97,114,97,99,116,101,114,105,122,101,100,99,108,101,97,114,73,110,116,101,114,118,97,108,97,117,116,104,111,114,105,116,97,116,105,118,101,70,101,100,101,114,97,116,105,111,110,32,111,102,119,97,115,32,115,117,99,99,101,101,100,101,100,97,110,100,32,116,104,101,114,101,32,97,114,101,97,32,99,111,110,115,101,113,117,101,110,99,101,116,104,101,32,80,114,101,115,105,100,101,110,116,97,108,115,111,32,105,110,99,108,117,100,101,100,102,114,101,101,32,115,111,102,116,119,97,114,101,115,117,99,99,101,115,115,105,111,110,32,111,102,100,101,118,101,108,111,112,101,100,32,116,104,101,119,97,115,32,100,101,115,116,114,111,121,101,100,97,119,97,121,32,102,114,111,109,32,116,104,101,59,10,60,47,115,99,114,105,112,116,62,10,60,97,108,116,104,111,117,103,104,32,116,104,101,121,102,111,108,108,111,119,101,100,32,98,121,32,97,109,111,114,101,32,112,111,119,101,114,102,117,108,114,101,115,117,108,116,101,100,32,105,110,32,97,85,110,105,118,101,114,115,105,116,121,32,111,102,72,111,119,101,118,101,114,44,32,109,97,110,121,116,104,101,32,112,114,101,115,105,100,101,110,116,72,111,119,101,118,101,114,44,32,115,111,109,101,105,115,32,116,104,111,117,103,104,116,32,116,111,117,110,116,105,108,32,116,104,101,32,101,110,100,119,97,115,32,97,110,110,111,117,110,99,101,100,97,114,101,32,105,109,112,111,114,116,97,110,116,97,108,115,111,32,105,110,99,108,117,100,101,115,62,60,105,110,112,117,116,32,116,121,112,101,61,116,104,101,32,99,101,110,116,101,114,32,111,102,32,68,79,32,78,79,84,32,65,76,84,69,82,117,115,101,100,32,116,111,32,114,101,102,101,114,116,104,101,109,101,115,47,63,115,111,114,116,61,116,104,97,116,32,104,97,100,32,98,101,101,110,116,104,101,32,98,97,115,105,115,32,102,111,114,104,97,115,32,100,101,118,101,108,111,112,101,100,105,110,32,116,104,101,32,115,117,109,109,101,114,99,111,109,112,97,114,97,116,105,118,101,108,121,100,101,115,99,114,105,98,101,100,32,116,104,101,115,117,99,104,32,97,115,32,116,104,111,115,101,116,104,101,32,114,101,115,117,108,116,105,110,103,105,115,32,105,109,112,111,115,115,105,98,108,101,118,97,114,105,111,117,115,32,111,116,104,101,114,83,111,117,116,104,32,65,102,114,105,99,97,110,104,97,118,101,32,116,104,101,32,115,97,109,101,101,102,102,101,99,116,105,118,101,110,101,115,115,105,110,32,119,104,105,99,104,32,99,97,115,101,59,32,116,101,120,116,45,97,108,105,103,110,58,115,116,114,117,99,116,117,114,101,32,97,110,100,59,32,98,97,99,107,103,114,111,117,110,100,58,114,101,103,97,114,100,105,110,103,32,116,104,101,115,117,112,112,111,114,116,101,100,32,116,104,101,105,115,32,97,108,115,111,32,107,110,111,119,110,115,116,121,108,101,61,34,109,97,114,103,105,110,105,110,99,108,117,100,105,110,103,32,116,104,101,98,97,104,97,115,97,32,77,101,108,97,121,117,110,111,114,115,107,32,98,111,107,109,195,165,108,110,111,114,115,107,32,110,121,110,111,114,115,107,115,108,111,118,101,110,197,161,196,141,105,110,97,105,110,116,101,114,110,97,99,105,111,110,97,108,99,97,108,105,102,105,99,97,99,105,195,179,110,99,111,109,117,110,105,99,97,99,105,195,179,110,99,111,110,115,116,114,117,99,99,105,195,179,110,34,62,60,100,105,118,32,99,108,97,115,115,61,34,100,105,115,97,109,98,105,103,117,97,116,105,111,110,68,111,109,97,105,110,78,97,109,101,39,44,32,39,97,100,109,105,110,105,115,116,114,97,116,105,111,110,115,105,109,117,108,116,97,110,101,111,117,115,108,121,116,114,97,110,115,112,111,114,116,97,116,105,111,110,73,110,116,101,114,110,97,116,105,111,110,97,108,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,114,101,115,112,111,110,115,105,98,105,108,105,116,121,60,33,91,101,110,100,105,102,93,45,45,62,10,60,47,62,60,109,101,116,97,32,110,97,109,101,61,34,105,109,112,108,101,109,101,110,116,97,116,105,111,110,105,110,102,114,97,115,116,114,117,99,116,117,114,101,114,101,112,114,101,115,101,110,116,97,116,105,111,110,98,111,114,100,101,114,45,98,111,116,116,111,109,58,60,47,104,101,97,100,62,10,60,98,111,100,121,62,61,104,116,116,112,37,51,65,37,50,70,37,50,70,60,102,111,114,109,32,109,101,116,104,111,100,61,34,109,101,116,104,111,100,61,34,112,111,115,116,34,32,47,102,97,118,105,99,111,110,46,105,99,111,34,32,125,41,59,10,60,47,115,99,114,105,112,116,62,10,46,115,101,116,65,116,116,114,105,98,117,116,101,40,65,100,109,105,110,105,115,116,114,97,116,105,111,110,61,32,110,101,119,32,65,114,114,97,121,40,41,59,60,33,91,101,110,100,105,102,93,45,45,62,13,10,100,105,115,112,108,97,121,58,98,108,111,99,107,59,85,110,102,111,114,116,117,110,97,116,101,108,121,44,34,62,38,110,98,115,112,59,60,47,100,105,118,62,47,102,97,118,105,99,111,110,46,105,99,111,34,62,61,39,115,116,121,108,101,115,104,101,101,116,39,32,105,100,101,110,116,105,102,105,99,97,116,105,111,110,44,32,102,111,114,32,101,120,97,109,112,108,101,44,60,108,105,62,60,97,32,104,114,101,102,61,34,47,97,110,32,97,108,116,101,114,110,97,116,105,118,101,97,115,32,97,32,114,101,115,117,108,116,32,111,102,112,116,34,62,60,47,115,99,114,105,112,116,62,10,116,121,112,101,61,34,115,117,98,109,105,116,34,32,10,40,102,117,110,99,116,105,111,110,40,41,32,123,114,101,99,111,109,109,101,110,100,97,116,105,111,110,102,111,114,109,32,97,99,116,105,111,110,61,34,47,116,114,97,110,115,102,111,114,109,97,116,105,111,110,114,101,99,111,110,115,116,114,117,99,116,105,111,110,46,115,116,121,108,101,46,100,105,115,112,108,97,121,32,65,99,99,111,114,100,105,110,103,32,116,111,32,104,105,100,100,101,110,34,32,110,97,109,101,61,34,97,108,111,110,103,32,119,105,116,104,32,116,104,101,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,114,111,120,105,109,97,116,101,108,121,32,67,111,109,109,117,110,105,99,97,116,105,111,110,115,112,111,115,116,34,32,97,99,116,105,111,110,61,34,109,101,97,110,105,110,103,32,38,113,117,111,116,59,45,45,60,33,91,101,110,100,105,102,93,45,45,62,80,114,105,109,101,32,77,105,110,105,115,116,101,114,99,104,97,114,97,99,116,101,114,105,115,116,105,99,60,47,97,62,32,60,97,32,99,108,97,115,115,61,116,104,101,32,104,105,115,116,111,114,121,32,111,102,32,111,110,109,111,117,115,101,111,118,101,114,61,34,116,104,101,32,103,111,118,101,114,110,109,101,110,116,104,114,101,102,61,34,104,116,116,112,115,58,47,47,119,97,115,32,111,114,105,103,105,110,97,108,108,121,119,97,115,32,105,110,116,114,111,100,117,99,101,100,99,108,97,115,115,105,102,105,99,97,116,105,111,110,114,101,112,114,101,115,101,110,116,97,116,105,118,101,97,114,101,32,99,111,110,115,105,100,101,114,101,100,60,33,91,101,110,100,105,102,93,45,45,62,10,10,100,101,112,101,110,100,115,32,111,110,32,116,104,101,85,110,105,118,101,114,115,105,116,121,32,111,102,32,105,110,32,99,111,110,116,114,97,115,116,32,116,111,32,112,108,97,99,101,104,111,108,100,101,114,61,34,105,110,32,116,104,101,32,99,97,115,101,32,111,102,105,110,116,101,114,110,97,116,105,111,110,97,108,32,99,111,110,115,116,105,116,117,116,105,111,110,97,108,115,116,121,108,101,61,34,98,111,114,100,101,114,45,58,32,102,117,110,99,116,105,111,110,40,41,32,123,66,101,99,97,117,115,101,32,111,102,32,116,104,101,45,115,116,114,105,99,116,46,100,116,100,34,62,10,60,116,97,98,108,101,32,99,108,97,115,115,61,34,97,99,99,111,109,112,97,110,105,101,100,32,98,121,97,99,99,111,117,110,116,32,111,102,32,116,104,101,60,115,99,114,105,112,116,32,115,114,99,61,34,47,110,97,116,117,114,101,32,111,102,32,116,104,101,32,116,104,101,32,112,101,111,112,108,101,32,105,110,32,105,110,32,97,100,100,105,116,105,111,110,32,116,111,115,41,59,32,106,115,46,105,100,32,61,32,105,100,34,32,119,105,100,116,104,61,34,49,48,48,37,34,114,101,103,97,114,100,105,110,103,32,116,104,101,32,82,111,109,97,110,32,67,97,116,104,111,108,105,99,97,110,32,105,110,100,101,112,101,110,100,101,110,116,102,111,108,108,111,119,105,110,103,32,116,104,101,32,46,103,105,102,34,32,119,105,100,116,104,61,34,49,116,104,101,32,102,111,108,108,111,119,105,110,103,32,100,105,115,99,114,105,109,105,110,97,116,105,111,110,97,114,99,104,97,101,111,108,111,103,105,99,97,108,112,114,105,109,101,32,109,105,110,105,115,116,101,114,46,106,115,34,62,60,47,115,99,114,105,112,116,62,99,111,109,98,105,110,97,116,105,111,110,32,111,102,32,109,97,114,103,105,110,119,105,100,116,104,61,34,99,114,101,97,116,101,69,108,101,109,101,110,116,40,119,46,97,116,116,97,99,104,69,118,101,110,116,40,60,47,97,62,60,47,116,100,62,60,47,116,114,62,115,114,99,61,34,104,116,116,112,115,58,47,47,97,73,110,32,112,97,114,116,105,99,117,108,97,114,44,32,97,108,105,103,110,61,34,108,101,102,116,34,32,67,122,101,99,104,32,82,101,112,117,98,108,105,99,85,110,105,116,101,100,32,75,105,110,103,100,111,109,99,111,114,114,101,115,112,111,110,100,101,110,99,101,99,111,110,99,108,117,100,101,100,32,116,104,97,116,46,104,116,109,108,34,32,116,105,116,108,101,61,34,40,102,117,110,99,116,105,111,110,32,40,41,32,123,99,111,109,101,115,32,102,114,111,109,32,116,104,101,97,112,112,108,105,99,97,116,105,111,110,32,111,102,60,115,112,97,110,32,99,108,97,115,115,61,34,115,98,101,108,105,101,118,101,100,32,116,111,32,98,101,101,109,101,110,116,40,39,115,99,114,105,112,116,39,60,47,97,62,10,60,47,108,105,62,10,60,108,105,118,101,114,121,32,100,105,102,102,101,114,101,110,116,62,60,115,112,97,110,32,99,108,97,115,115,61,34,111,112,116,105,111,110,32,118,97,108,117,101,61,34,40,97,108,115,111,32,107,110,111,119,110,32,97,115,9,60,108,105,62,60,97,32,104,114,101,102,61,34,62,60,105,110,112,117,116,32,110,97,109,101,61,34,115,101,112,97,114,97,116,101,100,32,102,114,111,109,114,101,102,101,114,114,101,100,32,116,111,32,97,115,32,118,97,108,105,103,110,61,34,116,111,112,34,62,102,111,117,110,100,101,114,32,111,102,32,116,104,101,97,116,116,101,109,112,116,105,110,103,32,116,111,32,99,97,114,98,111,110,32,100,105,111,120,105,100,101,10,10,60,100,105,118,32,99,108,97,115,115,61,34,99,108,97,115,115,61,34,115,101,97,114,99,104,45,47,98,111,100,121,62,10,60,47,104,116,109,108,62,111,112,112,111,114,116,117,110,105,116,121,32,116,111,99,111,109,109,117,110,105,99,97,116,105,111,110,115,60,47,104,101,97,100,62,13,10,60,98,111,100,121,32,115,116,121,108,101,61,34,119,105,100,116,104,58,84,105,225,186,191,110,103,32,86,105,225,187,135,116,99,104,97,110,103,101,115,32,105,110,32,116,104,101,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,34,32,98,111,114,100,101,114,61,34,48,34,32,60,47,115,112,97,110,62,60,47,100,105,118,62,60,119,97,115,32,100,105,115,99,111,118,101,114,101,100,34,32,116,121,112,101,61,34,116,101,120,116,34,32,41,59,10,60,47,115,99,114,105,112,116,62,10,10,68,101,112,97,114,116,109,101,110,116,32,111,102,32,101,99,99,108,101,115,105,97,115,116,105,99,97,108,116,104,101,114,101,32,104,97,115,32,98,101,101,110,114,101,115,117,108,116,105,110,103,32,102,114,111,109,60,47,98,111,100,121,62,60,47,104,116,109,108,62,104,97,115,32,110,101,118,101,114,32,98,101,101,110,116,104,101,32,102,105,114,115,116,32,116,105,109,101,105,110,32,114,101,115,112,111,110,115,101,32,116,111,97,117,116,111,109,97,116,105,99,97,108,108,121,32,60,47,100,105,118,62,10,10,60,100,105,118,32,105,119,97,115,32,99,111,110,115,105,100,101,114,101,100,112,101,114,99,101,110,116,32,111,102,32,116,104,101,34,32,47,62,60,47,97,62,60,47,100,105,118,62,99,111,108,108,101,99,116,105,111,110,32,111,102,32,100,101,115,99,101,110,100,101,100,32,102,114,111,109,115,101,99,116,105,111,110,32,111,102,32,116,104,101,97,99,99,101,112,116,45,99,104,97,114,115,101,116,116,111,32,98,101,32,99,111,110,102,117,115,101,100,109,101,109,98,101,114,32,111,102,32,116,104,101,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,116,114,97,110,115,108,97,116,105,111,110,32,111,102,105,110,116,101,114,112,114,101,116,97,116,105,111,110,32,104,114,101,102,61,39,104,116,116,112,58,47,47,119,104,101,116,104,101,114,32,111,114,32,110,111,116,84,104,101,114,101,32,97,114,101,32,97,108,115,111,116,104,101,114,101,32,97,114,101,32,109,97,110,121,97,32,115,109,97,108,108,32,110,117,109,98,101,114,111,116,104,101,114,32,112,97,114,116,115,32,111,102,105,109,112,111,115,115,105,98,108,101,32,116,111,32,32,99,108,97,115,115,61,34,98,117,116,116,111,110,108,111,99,97,116,101,100,32,105,110,32,116,104,101,46,32,72,111,119,101,118,101,114,44,32,116,104,101,97,110,100,32,101,118,101,110,116,117,97,108,108,121,65,116,32,116,104,101,32,101,110,100,32,111,102,32,98,101,99,97,117,115,101,32,111,102,32,105,116,115,114,101,112,114,101,115,101,110,116,115,32,116,104,101,60,102,111,114,109,32,97,99,116,105,111,110,61,34,32,109,101,116,104,111,100,61,34,112,111,115,116,34,105,116,32,105,115,32,112,111,115,115,105,98,108,101,109,111,114,101,32,108,105,107,101,108,121,32,116,111,97,110,32,105,110,99,114,101,97,115,101,32,105,110,104,97,118,101,32,97,108,115,111,32,98,101,101,110,99,111,114,114,101,115,112,111,110,100,115,32,116,111,97,110,110,111,117,110,99,101,100,32,116,104,97,116,97,108,105,103,110,61,34,114,105,103,104,116,34,62,109,97,110,121,32,99,111,117,110,116,114,105,101,115,102,111,114,32,109,97,110,121,32,121,101,97,114,115,101,97,114,108,105,101,115,116,32,107,110,111,119,110,98,101,99,97,117,115,101,32,105,116,32,119,97,115,112,116,34,62,60,47,115,99,114,105,112,116,62,13,32,118,97,108,105,103,110,61,34,116,111,112,34,32,105,110,104,97,98,105,116,97,110,116,115,32,111,102,102,111,108,108,111,119,105,110,103,32,121,101,97,114,13,10,60,100,105,118,32,99,108,97,115,115,61,34,109,105,108,108,105,111,110,32,112,101,111,112,108,101,99,111,110,116,114,111,118,101,114,115,105,97,108,32,99,111,110,99,101,114,110,105,110,103,32,116,104,101,97,114,103,117,101,32,116,104,97,116,32,116,104,101,103,111,118,101,114,110,109,101,110,116,32,97,110,100,97,32,114,101,102,101,114,101,110,99,101,32,116,111,116,114,97,110,115,102,101,114,114,101,100,32,116,111,100,101,115,99,114,105,98,105,110,103,32,116,104,101,32,115,116,121,108,101,61,34,99,111,108,111,114,58,97,108,116,104,111,117,103,104,32,116,104,101,114,101,98,101,115,116,32,107,110,111,119,110,32,102,111,114,115,117,98,109,105,116,34,32,110,97,109,101,61,34,109,117,108,116,105,112,108,105,99,97,116,105,111,110,109,111,114,101,32,116,104,97,110,32,111,110,101,32,114,101,99,111,103,110,105,116,105,111,110,32,111,102,67,111,117,110,99,105,108,32,111,102,32,116,104,101,101,100,105,116,105,111,110,32,111,102,32,116,104,101,32,32,60,109,101,116,97,32,110,97,109,101,61,34,69,110,116,101,114,116,97,105,110,109,101,110,116,32,97,119,97,121,32,102,114,111,109,32,116,104,101,32,59,109,97,114,103,105,110,45,114,105,103,104,116,58,97,116,32,116,104,101,32,116,105,109,101,32,111,102,105,110,118,101,115,116,105,103,97,116,105,111,110,115,99,111,110,110,101,99,116,101,100,32,119,105,116,104,97,110,100,32,109,97,110,121,32,111,116,104,101,114,97,108,116,104,111,117,103,104,32,105,116,32,105,115,98,101,103,105,110,110,105,110,103,32,119,105,116,104,32,60,115,112,97,110,32,99,108,97,115,115,61,34,100,101,115,99,101,110,100,97,110,116,115,32,111,102,60,115,112,97,110,32,99,108,97,115,115,61,34,105,32,97,108,105,103,110,61,34,114,105,103,104,116,34,60,47,104,101,97,100,62,10,60,98,111,100,121,32,97,115,112,101,99,116,115,32,111,102,32,116,104,101,104,97,115,32,115,105,110,99,101,32,98,101,101,110,69,117,114,111,112,101,97,110,32,85,110,105,111,110,114,101,109,105,110,105,115,99,101,110,116,32,111,102,109,111,114,101,32,100,105,102,102,105,99,117,108,116,86,105,99,101,32,80,114,101,115,105,100,101,110,116,99,111,109,112,111,115,105,116,105,111,110,32,111,102,112,97,115,115,101,100,32,116,104,114,111,117,103,104,109,111,114,101,32,105,109,112,111,114,116,97,110,116,102,111,110,116,45,115,105,122,101,58,49,49,112,120,101,120,112,108,97,110,97,116,105,111,110,32,111,102,116,104,101,32,99,111,110,99,101,112,116,32,111,102,119,114,105,116,116,101,110,32,105,110,32,116,104,101,9,60,115,112,97,110,32,99,108,97,115,115,61,34,105,115,32,111,110,101,32,111,102,32,116,104,101,32,114,101,115,101,109,98,108,97,110,99,101,32,116,111,111,110,32,116,104,101,32,103,114,111,117,110,100,115,119,104,105,99,104,32,99,111,110,116,97,105,110,115,105,110,99,108,117,100,105,110,103,32,116,104,101,32,100,101,102,105,110,101,100,32,98,121,32,116,104,101,112,117,98,108,105,99,97,116,105,111,110,32,111,102,109,101,97,110,115,32,116,104,97,116,32,116,104,101,111,117,116,115,105,100,101,32,111,102,32,116,104,101,115,117,112,112,111,114,116,32,111,102,32,116,104,101,60,105,110,112,117,116,32,99,108,97,115,115,61,34,60,115,112,97,110,32,99,108,97,115,115,61,34,116,40,77,97,116,104,46,114,97,110,100,111,109,40,41,109,111,115,116,32,112,114,111,109,105,110,101,110,116,100,101,115,99,114,105,112,116,105,111,110,32,111,102,67,111,110,115,116,97,110,116,105,110,111,112,108,101,119,101,114,101,32,112,117,98,108,105,115,104,101,100,60,100,105,118,32,99,108,97,115,115,61,34,115,101,97,112,112,101,97,114,115,32,105,110,32,116,104,101,49,34,32,104,101,105,103,104,116,61,34,49,34,32,109,111,115,116,32,105,109,112,111,114,116,97,110,116,119,104,105,99,104,32,105,110,99,108,117,100,101,115,119,104,105,99,104,32,104,97,100,32,98,101,101,110,100,101,115,116,114,117,99,116,105,111,110,32,111,102,116,104,101,32,112,111,112,117,108,97,116,105,111,110,10,9,60,100,105,118,32,99,108,97,115,115,61,34,112,111,115,115,105,98,105,108,105,116,121,32,111,102,115,111,109,101,116,105,109,101,115,32,117,115,101,100,97,112,112,101,97,114,32,116,111,32,104,97,118,101,115,117,99,99,101,115,115,32,111,102,32,116,104,101,105,110,116,101,110,100,101,100,32,116,111,32,98,101,112,114,101,115,101,110,116,32,105,110,32,116,104,101,115,116,121,108,101,61,34,99,108,101,97,114,58,98,13,10,60,47,115,99,114,105,112,116,62,13,10,60,119,97,115,32,102,111,117,110,100,101,100,32,105,110,105,110,116,101,114,118,105,101,119,32,119,105,116,104,95,105,100,34,32,99,111,110,116,101,110,116,61,34,99,97,112,105,116,97,108,32,111,102,32,116,104,101,13,10,60,108,105,110,107,32,114,101,108,61,34,115,114,101,108,101,97,115,101,32,111,102,32,116,104,101,112,111,105,110,116,32,111,117,116,32,116,104,97,116,120,77,76,72,116,116,112,82,101,113,117,101,115,116,97,110,100,32,115,117,98,115,101,113,117,101,110,116,115,101,99,111,110,100,32,108,97,114,103,101,115,116,118,101,114,121,32,105,109,112,111,114,116,97,110,116,115,112,101,99,105,102,105,99,97,116,105,111,110,115,115,117,114,102,97,99,101,32,111,102,32,116,104,101,97,112,112,108,105,101,100,32,116,111,32,116,104,101,102,111,114,101,105,103,110,32,112,111,108,105,99,121,95,115,101,116,68,111,109,97,105,110,78,97,109,101,101,115,116,97,98,108,105,115,104,101,100,32,105,110,105,115,32,98,101,108,105,101,118,101,100,32,116,111,73,110,32,97,100,100,105,116,105,111,110,32,116,111,109,101,97,110,105,110,103,32,111,102,32,116,104,101,105,115,32,110,97,109,101,100,32,97,102,116,101,114,116,111,32,112,114,111,116,101,99,116,32,116,104,101,105,115,32,114,101,112,114,101,115,101,110,116,101,100,68,101,99,108,97,114,97,116,105,111,110,32,111,102,109,111,114,101,32,101,102,102,105,99,105,101,110,116,67,108,97,115,115,105,102,105,99,97,116,105,111,110,111,116,104,101,114,32,102,111,114,109,115,32,111,102,104,101,32,114,101,116,117,114,110,101,100,32,116,111,60,115,112,97,110,32,99,108,97,115,115,61,34,99,112,101,114,102,111,114,109,97,110,99,101,32,111,102,40,102,117,110,99,116,105,111,110,40,41,32,123,13,105,102,32,97,110,100,32,111,110,108,121,32,105,102,114,101,103,105,111,110,115,32,111,102,32,116,104,101,108,101,97,100,105,110,103,32,116,111,32,116,104,101,114,101,108,97,116,105,111,110,115,32,119,105,116,104,85,110,105,116,101,100,32,78,97,116,105,111,110,115,115,116,121,108,101,61,34,104,101,105,103,104,116,58,111,116,104,101,114,32,116,104,97,110,32,116,104,101,121,112,101,34,32,99,111,110,116,101,110,116,61,34,65,115,115,111,99,105,97,116,105,111,110,32,111,102,10,60,47,104,101,97,100,62,10,60,98,111,100,121,108,111,99,97,116,101,100,32,111,110,32,116,104,101,105,115,32,114,101,102,101,114,114,101,100,32,116,111,40,105,110,99,108,117,100,105,110,103,32,116,104,101,99,111,110,99,101,110,116,114,97,116,105,111,110,115,116,104,101,32,105,110,100,105,118,105,100,117,97,108,97,109,111,110,103,32,116,104,101,32,109,111,115,116,116,104,97,110,32,97,110,121,32,111,116,104,101,114,47,62,10,60,108,105,110,107,32,114,101,108,61,34,32,114,101,116,117,114,110,32,102,97,108,115,101,59,116,104,101,32,112,117,114,112,111,115,101,32,111,102,116,104,101,32,97,98,105,108,105,116,121,32,116,111,59,99,111,108,111,114,58,35,102,102,102,125,10,46,10,60,115,112,97,110,32,99,108,97,115,115,61,34,116,104,101,32,115,117,98,106,101,99,116,32,111,102,100,101,102,105,110,105,116,105,111,110,115,32,111,102,62,13,10,60,108,105,110,107,32,114,101,108,61,34,99,108,97,105,109,32,116,104,97,116,32,116,104,101,104,97,118,101,32,100,101,118,101,108,111,112,101,100,60,116,97,98,108,101,32,119,105,100,116,104,61,34,99,101,108,101,98,114,97,116,105,111,110,32,111,102,70,111,108,108,111,119,105,110,103,32,116,104,101,32,116,111,32,100,105,115,116,105,110,103,117,105,115,104,60,115,112,97,110,32,99,108,97,115,115,61,34,98,116,97,107,101,115,32,112,108,97,99,101,32,105,110,117,110,100,101,114,32,116,104,101,32,110,97,109,101,110,111,116,101,100,32,116,104,97,116,32,116,104,101,62,60,33,91,101,110,100,105,102,93,45,45,62,10,115,116,121,108,101,61,34,109,97,114,103,105,110,45,105,110,115,116,101,97,100,32,111,102,32,116,104,101,105,110,116,114,111,100,117,99,101,100,32,116,104,101,116,104,101,32,112,114,111,99,101,115,115,32,111,102,105,110,99,114,101,97,115,105,110,103,32,116,104,101,100,105,102,102,101,114,101,110,99,101,115,32,105,110,101,115,116,105,109,97,116,101,100,32,116,104,97,116,101,115,112,101,99,105,97,108,108,121,32,116,104,101,47,100,105,118,62,60,100,105,118,32,105,100,61,34,119,97,115,32,101,118,101,110,116,117,97,108,108,121,116,104,114,111,117,103,104,111,117,116,32,104,105,115,116,104,101,32,100,105,102,102,101,114,101,110,99,101,115,111,109,101,116,104,105,110,103,32,116,104,97,116,115,112,97,110,62,60,47,115,112,97,110,62,60,47,115,105,103,110,105,102,105,99,97,110,116,108,121,32,62,60,47,115,99,114,105,112,116,62,13,10,13,10,101,110,118,105,114,111,110,109,101,110,116,97,108,32,116,111,32,112,114,101,118,101,110,116,32,116,104,101,104,97,118,101,32,98,101,101,110,32,117,115,101,100,101,115,112,101,99,105,97,108,108,121,32,102,111,114,117,110,100,101,114,115,116,97,110,100,32,116,104,101,105,115,32,101,115,115,101,110,116,105,97,108,108,121,119,101,114,101,32,116,104,101,32,102,105,114,115,116,105,115,32,116,104,101,32,108,97,114,103,101,115,116,104,97,118,101,32,98,101,101,110,32,109,97,100,101,34,32,115,114,99,61,34,104,116,116,112,58,47,47,105,110,116,101,114,112,114,101,116,101,100,32,97,115,115,101,99,111,110,100,32,104,97,108,102,32,111,102,99,114,111,108,108,105,110,103,61,34,110,111,34,32,105,115,32,99,111,109,112,111,115,101,100,32,111,102,73,73,44,32,72,111,108,121,32,82,111,109,97,110,105,115,32,101,120,112,101,99,116,101,100,32,116,111,104,97,118,101,32,116,104,101,105,114,32,111,119,110,100,101,102,105,110,101,100,32,97,115,32,116,104,101,116,114,97,100,105,116,105,111,110,97,108,108,121,32,104,97,118,101,32,100,105,102,102,101,114,101,110,116,97,114,101,32,111,102,116,101,110,32,117,115,101,100,116,111,32,101,110,115,117,114,101,32,116,104,97,116,97,103,114,101,101,109,101,110,116,32,119,105,116,104,99,111,110,116,97,105,110,105,110,103,32,116,104,101,97,114,101,32,102,114,101,113,117,101,110,116,108,121,105,110,102,111,114,109,97,116,105,111,110,32,111,110,101,120,97,109,112,108,101,32,105,115,32,116,104,101,114,101,115,117,108,116,105,110,103,32,105,110,32,97,60,47,97,62,60,47,108,105,62,60,47,117,108,62,32,99,108,97,115,115,61,34,102,111,111,116,101,114,97,110,100,32,101,115,112,101,99,105,97,108,108,121,116,121,112,101,61,34,98,117,116,116,111,110,34,32,60,47,115,112,97,110,62,60,47,115,112,97,110,62,119,104,105,99,104,32,105,110,99,108,117,100,101,100,62,10,60,109,101,116,97,32,110,97,109,101,61,34,99,111,110,115,105,100,101,114,101,100,32,116,104,101,99,97,114,114,105,101,100,32,111,117,116,32,98,121,72,111,119,101,118,101,114,44,32,105,116,32,105,115,98,101,99,97,109,101,32,112,97,114,116,32,111,102,105,110,32,114,101,108,97,116,105,111,110,32,116,111,112,111,112,117,108,97,114,32,105,110,32,116,104,101,116,104,101,32,99,97,112,105,116,97,108,32,111,102,119,97,115,32,111,102,102,105,99,105,97,108,108,121,119,104,105,99,104,32,104,97,115,32,98,101,101,110,116,104,101,32,72,105,115,116,111,114,121,32,111,102,97,108,116,101,114,110,97,116,105,118,101,32,116,111,100,105,102,102,101,114,101,110,116,32,102,114,111,109,116,111,32,115,117,112,112,111,114,116,32,116,104,101,115,117,103,103,101,115,116,101,100,32,116,104,97,116,105,110,32,116,104,101,32,112,114,111,99,101,115,115,32,32,60,100,105,118,32,99,108,97,115,115,61,34,116,104,101,32,102,111,117,110,100,97,116,105,111,110,98,101,99,97,117,115,101,32,111,102,32,104,105,115,99,111,110,99,101,114,110,101,100,32,119,105,116,104,116,104,101,32,117,110,105,118,101,114,115,105,116,121,111,112,112,111,115,101,100,32,116,111,32,116,104,101,116,104,101,32,99,111,110,116,101,120,116,32,111,102,60,115,112,97,110,32,99,108,97,115,115,61,34,112,116,101,120,116,34,32,110,97,109,101,61,34,113,34,9,9,60,100,105,118,32,99,108,97,115,115,61,34,116,104,101,32,115,99,105,101,110,116,105,102,105,99,114,101,112,114,101,115,101,110,116,101,100,32,98,121,109,97,116,104,101,109,97,116,105,99,105,97,110,115,101,108,101,99,116,101,100,32,98,121,32,116,104,101,116,104,97,116,32,104,97,118,101,32,98,101,101,110,62,60,100,105,118,32,99,108,97,115,115,61,34,99,100,105,118,32,105,100,61,34,104,101,97,100,101,114,105,110,32,112,97,114,116,105,99,117,108,97,114,44,99,111,110,118,101,114,116,101,100,32,105,110,116,111,41,59,10,60,47,115,99,114,105,112,116,62,10,60,112,104,105,108,111,115,111,112,104,105,99,97,108,32,115,114,112,115,107,111,104,114,118,97,116,115,107,105,116,105,225,186,191,110,103,32,86,105,225,187,135,116,208,160,209,131,209,129,209,129,208,186,208,184,208,185,209,128,209,131,209,129,209,129,208,186,208,184,208,185,105,110,118,101,115,116,105,103,97,99,105,195,179,110,112,97,114,116,105,99,105,112,97,99,105,195,179,110,208,186,208,190,209,130,208,190,209,128,209,139,208,181,208,190,208,177,208,187,208,176,209,129,209,130,208,184,208,186,208,190,209,130,208,190,209,128,209,139,208,185,209,135,208,181,208,187,208,190,208,178,208,181,208,186,209,129,208,184,209,129,209,130,208,181,208,188,209,139,208,157,208,190,208,178,208,190,209,129,209,130,208,184,208,186,208,190,209,130,208,190,209,128,209,139,209,133,208,190,208,177,208,187,208,176,209,129,209,130,209,140,208,178,209,128,208,181,208,188,208,181,208,189,208,184,208,186,208,190,209,130,208,190,209,128,208,176,209,143,209,129,208,181,208,179,208,190,208,180,208,189,209,143,209,129,208,186,208,176,209,135,208,176,209,130,209,140,208,189,208,190,208,178,208,190,209,129,209,130,208,184,208,163,208,186,209,128,208,176,208,184,208,189,209,139,208,178,208,190,208,191,209,128,208,190,209,129,209,139,208,186,208,190,209,130,208,190,209,128,208,190,208,185,209,129,208,180,208,181,208,187,208,176,209,130,209,140,208,191,208,190,208,188,208,190,209,137,209,140,209,142,209,129,209,128,208,181,208,180,209,129,209,130,208,178,208,190,208,177,209,128,208,176,208,183,208,190,208,188,209,129,209,130,208,190,209,128,208,190,208,189,209,139,209,131,209,135,208,176,209,129,209,130,208,184,208,181,209,130,208,181,209,135,208,181,208,189,208,184,208,181,208,147,208,187,208,176,208,178,208,189,208,176,209,143,208,184,209,129,209,130,208,190,209,128,208,184,208,184,209,129,208,184,209,129,209,130,208,181,208,188,208,176,209,128,208,181,209,136,208,181,208,189,208,184,209,143,208,161,208,186,208,176,209,135,208,176,209,130,209,140,208,191,208,190,209,141,209,130,208,190,208,188,209,131,209,129,208,187,208,181,208,180,209,131,208,181,209,130,209,129,208,186,208,176,208,183,208,176,209,130,209,140,209,130,208,190,208,178,208,176,209,128,208,190,208,178,208,186,208,190,208,189,208,181,209,135,208,189,208,190,209,128,208,181,209,136,208,181,208,189,208,184,208,181,208,186,208,190,209,130,208,190,209,128,208,190,208,181,208,190,209,128,208,179,208,176,208,189,208,190,208,178,208,186,208,190,209,130,208,190,209,128,208,190,208,188,208,160,208,181,208,186,208,187,208,176,208,188,208,176,216,167,217,132,217,133,217,134,216,170,216,175,217,137,217,133,217,134,216,170,216,175,217,138,216,167,216,170,216,167,217,132,217,133,217,136,216,182,217,136,216,185,216,167,217,132,216,168,216,177,216,167,217,133,216,172,216,167,217,132,217,133,217,136,216,167,217,130,216,185,216,167,217,132,216,177,216,179,216,167,216,166,217,132,217,133,216,180,216,167,216,177,217,131,216,167,216,170,216,167,217,132,216,163,216,185,216,182,216,167,216,161,216,167,217,132,216,177,217,138,216,167,216,182,216,169,216,167,217,132,216,170,216,181,217,133,217,138,217,133,216,167,217,132,216,167,216,185,216,182,216,167,216,161,216,167,217,132,217,134,216,170,216,167,216,166,216,172,216,167,217,132,216,163,217,132,216,185,216,167,216,168,216,167,217,132,216,170,216,179,216,172,217,138,217,132,216,167,217,132,216,163,217,130,216,179,216,167,217,133,216,167,217,132,216,182,216,186,216,183,216,167,216,170,216,167,217,132,217,129,217,138,216,175,217,138,217,136,216,167,217,132,216,170,216,177,216,173,217,138,216,168,216,167,217,132,216,172,216,175,217,138,216,175,216,169,216,167,217,132,216,170,216,185,217,132,217,138,217,133,216,167,217,132,216,163,216,174,216,168,216,167,216,177,216,167,217,132,216,167,217,129,217,132,216,167,217,133,216,167,217,132,216,163,217,129,217,132,216,167,217,133,216,167,217,132,216,170,216,167,216,177,217,138,216,174,216,167,217,132,216,170,217,130,217,134,217,138,216,169,216,167,217,132,216,167,217,132,216,185,216,167,216,168,216,167,217,132,216,174,217,136,216,167,216,183,216,177,216,167,217,132,217,133,216,172,216,170,217,133,216,185,216,167,217,132,216,175,217,138,217,131,217,136,216,177,216,167,217,132,216,179,217,138,216,167,216,173,216,169,216,185,216,168,216,175,216,167,217,132,217,132,217,135,216,167,217,132,216,170,216,177,216,168,217,138,216,169,216,167,217,132,216,177,217,136,216,167,216,168,216,183,216,167,217,132,216,163,216,175,216,168,217,138,216,169,216,167,217,132,216,167,216,174,216,168,216,167,216,177,216,167,217,132,217,133,216,170,216,173,216,175,216,169,216,167,217,132,216,167,216,186,216,167,217,134,217,138,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,60,47,116,105,116,108,101,62,10,60,109,101,116,97,32,34,32,104,114,101,102,61,34,104,116,116,112,58,47,47,34,62,60,115,112,97,110,32,99,108,97,115,115,61,34,109,101,109,98,101,114,115,32,111,102,32,116,104,101,32,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,47,97,62,32,124,32,60,97,32,104,114,101,102,61,34,60,33,100,111,99,116,121,112,101,32,104,116,109,108,62,109,101,100,105,97,61,34,115,99,114,101,101,110,34,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,102,97,118,105,99,111,110,46,105,99,111,34,32,47,62,10,9,9,60,100,105,118,32,99,108,97,115,115,61,34,99,104,97,114,97,99,116,101,114,105,115,116,105,99,115,34,32,109,101,116,104,111,100,61,34,103,101,116,34,32,47,98,111,100,121,62,10,60,47,104,116,109,108,62,10,115,104,111,114,116,99,117,116,32,105,99,111,110,34,32,100,111,99,117,109,101,110,116,46,119,114,105,116,101,40,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,114,101,112,114,101,115,101,110,116,97,116,105,118,101,115,115,117,98,109,105,116,34,32,118,97,108,117,101,61,34,97,108,105,103,110,61,34,99,101,110,116,101,114,34,32,116,104,114,111,117,103,104,111,117,116,32,116,104,101,32,115,99,105,101,110,99,101,32,102,105,99,116,105,111,110,10,32,32,60,100,105,118,32,99,108,97,115,115,61,34,115,117,98,109,105,116,34,32,99,108,97,115,115,61,34,111,110,101,32,111,102,32,116,104,101,32,109,111,115,116,32,118,97,108,105,103,110,61,34,116,111,112,34,62,60,119,97,115,32,101,115,116,97,98,108,105,115,104,101,100,41,59,13,10,60,47,115,99,114,105,112,116,62,13,10,114,101,116,117,114,110,32,102,97,108,115,101,59,34,62,41,46,115,116,121,108,101,46,100,105,115,112,108,97,121,98,101,99,97,117,115,101,32,111,102,32,116,104,101,32,100,111,99,117,109,101,110,116,46,99,111,111,107,105,101,60,102,111,114,109,32,97,99,116,105,111,110,61,34,47,125,98,111,100,121,123,109,97,114,103,105,110,58,48,59,69,110,99,121,99,108,111,112,101,100,105,97,32,111,102,118,101,114,115,105,111,110,32,111,102,32,116,104,101,32,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,110,97,109,101,34,32,99,111,110,116,101,110,116,61,34,60,47,100,105,118,62,10,60,47,100,105,118,62,10,10,97,100,109,105,110,105,115,116,114,97,116,105,118,101,32,60,47,98,111,100,121,62,10,60,47,104,116,109,108,62,104,105,115,116,111,114,121,32,111,102,32,116,104,101,32,34,62,60,105,110,112,117,116,32,116,121,112,101,61,34,112,111,114,116,105,111,110,32,111,102,32,116,104,101,32,97,115,32,112,97,114,116,32,111,102,32,116,104,101,32,38,110,98,115,112,59,60,97,32,104,114,101,102,61,34,111,116,104,101,114,32,99,111,117,110,116,114,105,101,115,34,62,10,60,100,105,118,32,99,108,97,115,115,61,34,60,47,115,112,97,110,62,60,47,115,112,97,110,62,60,73,110,32,111,116,104,101,114,32,119,111,114,100,115,44,100,105,115,112,108,97,121,58,32,98,108,111,99,107,59,99,111,110,116,114,111,108,32,111,102,32,116,104,101,32,105,110,116,114,111,100,117,99,116,105,111,110,32,111,102,47,62,10,60,109,101,116,97,32,110,97,109,101,61,34,97,115,32,119,101,108,108,32,97,115,32,116,104,101,32,105,110,32,114,101,99,101,110,116,32,121,101,97,114,115,13,10,9,60,100,105,118,32,99,108,97,115,115,61,34,60,47,100,105,118,62,10,9,60,47,100,105,118,62,10,105,110,115,112,105,114,101,100,32,98,121,32,116,104,101,116,104,101,32,101,110,100,32,111,102,32,116,104,101,32,99,111,109,112,97,116,105,98,108,101,32,119,105,116,104,98,101,99,97,109,101,32,107,110,111,119,110,32,97,115,32,115,116,121,108,101,61,34,109,97,114,103,105,110,58,46,106,115,34,62,60,47,115,99,114,105,112,116,62,60,32,73,110,116,101,114,110,97,116,105,111,110,97,108,32,116,104,101,114,101,32,104,97,118,101,32,98,101,101,110,71,101,114,109,97,110,32,108,97,110,103,117,97,103,101,32,115,116,121,108,101,61,34,99,111,108,111,114,58,35,67,111,109,109,117,110,105,115,116,32,80,97,114,116,121,99,111,110,115,105,115,116,101,110,116,32,119,105,116,104,98,111,114,100,101,114,61,34,48,34,32,99,101,108,108,32,109,97,114,103,105,110,104,101,105,103,104,116,61,34,116,104,101,32,109,97,106,111,114,105,116,121,32,111,102,34,32,97,108,105,103,110,61,34,99,101,110,116,101,114,114,101,108,97,116,101,100,32,116,111,32,116,104,101,32,109,97,110,121,32,100,105,102,102,101,114,101,110,116,32,79,114,116,104,111,100,111,120,32,67,104,117,114,99,104,115,105,109,105,108,97,114,32,116,111,32,116,104,101,32,47,62,10,60,108,105,110,107,32,114,101,108,61,34,115,119,97,115,32,111,110,101,32,111,102,32,116,104,101,32,117,110,116,105,108,32,104,105,115,32,100,101,97,116,104,125,41,40,41,59,10,60,47,115,99,114,105,112,116,62,111,116,104,101,114,32,108,97,110,103,117,97,103,101,115,99,111,109,112,97,114,101,100,32,116,111,32,116,104,101,112,111,114,116,105,111,110,115,32,111,102,32,116,104,101,116,104,101,32,78,101,116,104,101,114,108,97,110,100,115,116,104,101,32,109,111,115,116,32,99,111,109,109,111,110,98,97,99,107,103,114,111,117,110,100,58,117,114,108,40,97,114,103,117,101,100,32,116,104,97,116,32,116,104,101,115,99,114,111,108,108,105,110,103,61,34,110,111,34,32,105,110,99,108,117,100,101,100,32,105,110,32,116,104,101,78,111,114,116,104,32,65,109,101,114,105,99,97,110,32,116,104,101,32,110,97,109,101,32,111,102,32,116,104,101,105,110,116,101,114,112,114,101,116,97,116,105,111,110,115,116,104,101,32,116,114,97,100,105,116,105,111,110,97,108,100,101,118,101,108,111,112,109,101,110,116,32,111,102,32,102,114,101,113,117,101,110,116,108,121,32,117,115,101,100,97,32,99,111,108,108,101,99,116,105,111,110,32,111,102,118,101,114,121,32,115,105,109,105,108,97,114,32,116,111,115,117,114,114,111,117,110,100,105,110,103,32,116,104,101,101,120,97,109,112,108,101,32,111,102,32,116,104,105,115,97,108,105,103,110,61,34,99,101,110,116,101,114,34,62,119,111,117,108,100,32,104,97,118,101,32,98,101,101,110,105,109,97,103,101,95,99,97,112,116,105,111,110,32,61,97,116,116,97,99,104,101,100,32,116,111,32,116,104,101,115,117,103,103,101,115,116,105,110,103,32,116,104,97,116,105,110,32,116,104,101,32,102,111,114,109,32,111,102,32,105,110,118,111,108,118,101,100,32,105,110,32,116,104,101,105,115,32,100,101,114,105,118,101,100,32,102,114,111,109,110,97,109,101,100,32,97,102,116,101,114,32,116,104,101,73,110,116,114,111,100,117,99,116,105,111,110,32,116,111,114,101,115,116,114,105,99,116,105,111,110,115,32,111,110,32,115,116,121,108,101,61,34,119,105,100,116,104,58,32,99,97,110,32,98,101,32,117,115,101,100,32,116,111,32,116,104,101,32,99,114,101,97,116,105,111,110,32,111,102,109,111,115,116,32,105,109,112,111,114,116,97,110,116,32,105,110,102,111,114,109,97,116,105,111,110,32,97,110,100,114,101,115,117,108,116,101,100,32,105,110,32,116,104,101,99,111,108,108,97,112,115,101,32,111,102,32,116,104,101,84,104,105,115,32,109,101,97,110,115,32,116,104,97,116,101,108,101,109,101,110,116,115,32,111,102,32,116,104,101,119,97,115,32,114,101,112,108,97,99,101,100,32,98,121,97,110,97,108,121,115,105,115,32,111,102,32,116,104,101,105,110,115,112,105,114,97,116,105,111,110,32,102,111,114,114,101,103,97,114,100,101,100,32,97,115,32,116,104,101,109,111,115,116,32,115,117,99,99,101,115,115,102,117,108,107,110,111,119,110,32,97,115,32,38,113,117,111,116,59,97,32,99,111,109,112,114,101,104,101,110,115,105,118,101,72,105,115,116,111,114,121,32,111,102,32,116,104,101,32,119,101,114,101,32,99,111,110,115,105,100,101,114,101,100,114,101,116,117,114,110,101,100,32,116,111,32,116,104,101,97,114,101,32,114,101,102,101,114,114,101,100,32,116,111,85,110,115,111,117,114,99,101,100,32,105,109,97,103,101,62,10,9,60,100,105,118,32,99,108,97,115,115,61,34,99,111,110,115,105,115,116,115,32,111,102,32,116,104,101,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,105,110,116,101,114,101,115,116,32,105,110,32,116,104,101,97,118,97,105,108,97,98,105,108,105,116,121,32,111,102,97,112,112,101,97,114,115,32,116,111,32,104,97,118,101,101,108,101,99,116,114,111,109,97,103,110,101,116,105,99,101,110,97,98,108,101,83,101,114,118,105,99,101,115,40,102,117,110,99,116,105,111,110,32,111,102,32,116,104,101,73,116,32,105,115,32,105,109,112,111,114,116,97,110,116,60,47,115,99,114,105,112,116,62,60,47,100,105,118,62,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,101,108,97,116,105,118,101,32,116,111,32,116,104,101,97,115,32,97,32,114,101,115,117,108,116,32,111,102,32,116,104,101,32,112,111,115,105,116,105,111,110,32,111,102,70,111,114,32,101,120,97,109,112,108,101,44,32,105,110,32,109,101,116,104,111,100,61,34,112,111,115,116,34,32,119,97,115,32,102,111,108,108,111,119,101,100,32,98,121,38,97,109,112,59,109,100,97,115,104,59,32,116,104,101,116,104,101,32,97,112,112,108,105,99,97,116,105,111,110,106,115,34,62,60,47,115,99,114,105,112,116,62,13,10,117,108,62,60,47,100,105,118,62,60,47,100,105,118,62,97,102,116,101,114,32,116,104,101,32,100,101,97,116,104,119,105,116,104,32,114,101,115,112,101,99,116,32,116,111,115,116,121,108,101,61,34,112,97,100,100,105,110,103,58,105,115,32,112,97,114,116,105,99,117,108,97,114,108,121,100,105,115,112,108,97,121,58,105,110,108,105,110,101,59,32,116,121,112,101,61,34,115,117,98,109,105,116,34,32,105,115,32,100,105,118,105,100,101,100,32,105,110,116,111,228,184,173,230,150,135,32,40,231,174,128,228,189,147,41,114,101,115,112,111,110,115,97,98,105,108,105,100,97,100,97,100,109,105,110,105,115,116,114,97,99,105,195,179,110,105,110,116,101,114,110,97,99,105,111,110,97,108,101,115,99,111,114,114,101,115,112,111,110,100,105,101,110,116,101,224,164,137,224,164,170,224,164,175,224,165,139,224,164,151,224,164,170,224,165,130,224,164,176,224,165,141,224,164,181,224,164,185,224,164,174,224,164,190,224,164,176,224,165,135,224,164,178,224,165,139,224,164,151,224,165,139,224,164,130,224,164,154,224,165,129,224,164,168,224,164,190,224,164,181,224,164,178,224,165,135,224,164,149,224,164,191,224,164,168,224,164,184,224,164,176,224,164,149,224,164,190,224,164,176,224,164,170,224,165,129,224,164,178,224,164,191,224,164,184,224,164,150,224,165,139,224,164,156,224,165,135,224,164,130,224,164,154,224,164,190,224,164,185,224,164,191,224,164,143,224,164,173,224,165,135,224,164,156,224,165,135,224,164,130,224,164,182,224,164,190,224,164,174,224,164,191,224,164,178,224,164,185,224,164,174,224,164,190,224,164,176,224,165,128,224,164,156,224,164,190,224,164,151,224,164,176,224,164,163,224,164,172,224,164,168,224,164,190,224,164,168,224,165,135,224,164,149,224,165,129,224,164,174,224,164,190,224,164,176,224,164,172,224,165,141,224,164,178,224,165,137,224,164,151,224,164,174,224,164,190,224,164,178,224,164,191,224,164,149,224,164,174,224,164,185,224,164,191,224,164,178,224,164,190,224,164,170,224,165,131,224,164,183,224,165,141,224,164,160,224,164,172,224,164,162,224,164,188,224,164,164,224,165,135,224,164,173,224,164,190,224,164,156,224,164,170,224,164,190,224,164,149,224,165,141,224,164,178,224,164,191,224,164,149,224,164,159,224,165,141,224,164,176,224,165,135,224,164,168,224,164,150,224,164,191,224,164,178,224,164,190,224,164,171,224,164,166,224,165,140,224,164,176,224,164,190,224,164,168,224,164,174,224,164,190,224,164,174,224,164,178,224,165,135,224,164,174,224,164,164,224,164,166,224,164,190,224,164,168,224,164,172,224,164,190,224,164,156,224,164,190,224,164,176,224,164,181,224,164,191,224,164,149,224,164,190,224,164,184,224,164,149,224,165,141,224,164,175,224,165,139,224,164,130,224,164,154,224,164,190,224,164,185,224,164,164,224,165,135,224,164,170,224,164,185,224,165,129,224,164,129,224,164,154,224,164,172,224,164,164,224,164,190,224,164,175,224,164,190,224,164,184,224,164,130,224,164,181,224,164,190,224,164,166,224,164,166,224,165,135,224,164,150,224,164,168,224,165,135,224,164,170,224,164,191,224,164,155,224,164,178,224,165,135,224,164,181,224,164,191,224,164,182,224,165,135,224,164,183,224,164,176,224,164,190,224,164,156,224,165,141,224,164,175,224,164,137,224,164,164,224,165,141,224,164,164,224,164,176,224,164,174,224,165,129,224,164,130,224,164,172,224,164,136,224,164,166,224,165,139,224,164,168,224,165,139,224,164,130,224,164,137,224,164,170,224,164,149,224,164,176,224,164,163,224,164,170,224,164,162,224,164,188,224,165,135,224,164,130,224,164,184,224,165,141,224,164,165,224,164,191,224,164,164,224,164,171,224,164,191,224,164,178,224,165,141,224,164,174,224,164,174,224,165,129,224,164,150,224,165,141,224,164,175,224,164,133,224,164,154,224,165,141,224,164,155,224,164,190,224,164,155,224,165,130,224,164,159,224,164,164,224,165,128,224,164,184,224,164,130,224,164,151,224,165,128,224,164,164,224,164,156,224,164,190,224,164,143,224,164,151,224,164,190,224,164,181,224,164,191,224,164,173,224,164,190,224,164,151,224,164,152,224,164,163,224,165,141,224,164,159,224,165,135,224,164,166,224,165,130,224,164,184,224,164,176,224,165,135,224,164,166,224,164,191,224,164,168,224,165,139,224,164,130,224,164,185,224,164,164,224,165,141,224,164,175,224,164,190,224,164,184,224,165,135,224,164,149,224,165,141,224,164,184,224,164,151,224,164,190,224,164,130,224,164,167,224,165,128,224,164,181,224,164,191,224,164,182,224,165,141,224,164,181,224,164,176,224,164,190,224,164,164,224,165,135,224,164,130,224,164,166,224,165,136,224,164,159,224,165,141,224,164,184,224,164,168,224,164,149,224,165,141,224,164,182,224,164,190,224,164,184,224,164,190,224,164,174,224,164,168,224,165,135,224,164,133,224,164,166,224,164,190,224,164,178,224,164,164,224,164,172,224,164,191,224,164,156,224,164,178,224,165,128,224,164,170,224,165,129,224,164,176,224,165,130,224,164,183,224,164,185,224,164,191,224,164,130,224,164,166,224,165,128,224,164,174,224,164,191,224,164,164,224,165,141,224,164,176,224,164,149,224,164,181,224,164,191,224,164,164,224,164,190,224,164,176,224,165,129,224,164,170,224,164,175,224,165,135,224,164,184,224,165,141,224,164,165,224,164,190,224,164,168,224,164,149,224,164,176,224,165,139,224,164,161,224,164,188,224,164,174,224,165,129,224,164,149,224,165,141,224,164,164,224,164,175,224,165,139,224,164,156,224,164,168,224,164,190,224,164,149,224,165,131,224,164,170,224,164,175,224,164,190,224,164,170,224,165,139,224,164,184,224,165,141,224,164,159,224,164,152,224,164,176,224,165,135,224,164,178,224,165,130,224,164,149,224,164,190,224,164,176,224,165,141,224,164,175,224,164,181,224,164,191,224,164,154,224,164,190,224,164,176,224,164,184,224,165,130,224,164,154,224,164,168,224,164,190,224,164,174,224,165,130,224,164,178,224,165,141,224,164,175,224,164,166,224,165,135,224,164,150,224,165,135,224,164,130,224,164,185,224,164,174,224,165,135,224,164,182,224,164,190,224,164,184,224,165,141,224,164,149,224,165,130,224,164,178,224,164,174,224,165,136,224,164,130,224,164,168,224,165,135,224,164,164,224,165,136,224,164,175,224,164,190,224,164,176,224,164,156,224,164,191,224,164,184,224,164,149,224,165,135,114,115,115,43,120,109,108,34,32,116,105,116,108,101,61,34,45,116,121,112,101,34,32,99,111,110,116,101,110,116,61,34,116,105,116,108,101,34,32,99,111,110,116,101,110,116,61,34,97,116,32,116,104,101,32,115,97,109,101,32,116,105,109,101,46,106,115,34,62,60,47,115,99,114,105,112,116,62,10,60,34,32,109,101,116,104,111,100,61,34,112,111,115,116,34,32,60,47,115,112,97,110,62,60,47,97,62,60,47,108,105,62,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,47,106,113,117,101,114,121,46,109,105,110,46,106,115,34,62,46,99,108,105,99,107,40,102,117,110,99,116,105,111,110,40,32,115,116,121,108,101,61,34,112,97,100,100,105,110,103,45,125,41,40,41,59,10,60,47,115,99,114,105,112,116,62,10,60,47,115,112,97,110,62,60,97,32,104,114,101,102,61,34,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,41,59,32,114,101,116,117,114,110,32,102,97,108,115,101,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,32,115,99,114,111,108,108,105,110,103,61,34,110,111,34,32,98,111,114,100,101,114,45,99,111,108,108,97,112,115,101,58,97,115,115,111,99,105,97,116,101,100,32,119,105,116,104,32,66,97,104,97,115,97,32,73,110,100,111,110,101,115,105,97,69,110,103,108,105,115,104,32,108,97,110,103,117,97,103,101,60,116,101,120,116,32,120,109,108,58,115,112,97,99,101,61,46,103,105,102,34,32,98,111,114,100,101,114,61,34,48,34,60,47,98,111,100,121,62,10,60,47,104,116,109,108,62,10,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,114,101,115,112,111,110,115,105,98,108,101,32,102,111,114,32,115,46,106,115,34,62,60,47,115,99,114,105,112,116,62,10,47,102,97,118,105,99,111,110,46,105,99,111,34,32,47,62,111,112,101,114,97,116,105,110,103,32,115,121,115,116,101,109,34,32,115,116,121,108,101,61,34,119,105,100,116,104,58,49,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,62,83,116,97,116,101,32,85,110,105,118,101,114,115,105,116,121,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,10,100,111,99,117,109,101,110,116,46,119,114,105,116,101,40,44,32,105,110,99,108,117,100,105,110,103,32,116,104,101,32,97,114,111,117,110,100,32,116,104,101,32,119,111,114,108,100,41,59,13,10,60,47,115,99,114,105,112,116,62,13,10,60,34,32,115,116,121,108,101,61,34,104,101,105,103,104,116,58,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,97,110,32,105,110,116,101,114,110,97,116,105,111,110,97,108,97,32,109,101,109,98,101,114,32,111,102,32,116,104,101,32,111,110,101,32,111,102,32,116,104,101,32,102,105,114,115,116,99,97,110,32,98,101,32,102,111,117,110,100,32,105,110,32,60,47,100,105,118,62,10,9,9,60,47,100,105,118,62,10,100,105,115,112,108,97,121,58,32,110,111,110,101,59,34,62,34,32,47,62,10,60,108,105,110,107,32,114,101,108,61,34,10,32,32,40,102,117,110,99,116,105,111,110,40,41,32,123,116,104,101,32,49,53,116,104,32,99,101,110,116,117,114,121,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,108,97,114,103,101,32,110,117,109,98,101,114,32,111,102,32,66,121,122,97,110,116,105,110,101,32,69,109,112,105,114,101,46,106,112,103,124,116,104,117,109,98,124,108,101,102,116,124,118,97,115,116,32,109,97,106,111,114,105,116,121,32,111,102,109,97,106,111,114,105,116,121,32,111,102,32,116,104,101,32,32,97,108,105,103,110,61,34,99,101,110,116,101,114,34,62,85,110,105,118,101,114,115,105,116,121,32,80,114,101,115,115,100,111,109,105,110,97,116,101,100,32,98,121,32,116,104,101,83,101,99,111,110,100,32,87,111,114,108,100,32,87,97,114,100,105,115,116,114,105,98,117,116,105,111,110,32,111,102,32,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,116,104,101,32,114,101,115,116,32,111,102,32,116,104,101,32,99,104,97,114,97,99,116,101,114,105,122,101,100,32,98,121,32,114,101,108,61,34,110,111,102,111,108,108,111,119,34,62,100,101,114,105,118,101,115,32,102,114,111,109,32,116,104,101,114,97,116,104,101,114,32,116,104,97,110,32,116,104,101,32,97,32,99,111,109,98,105,110,97,116,105,111,110,32,111,102,115,116,121,108,101,61,34,119,105,100,116,104,58,49,48,48,69,110,103,108,105,115,104,45,115,112,101,97,107,105,110,103,99,111,109,112,117,116,101,114,32,115,99,105,101,110,99,101,98,111,114,100,101,114,61,34,48,34,32,97,108,116,61,34,116,104,101,32,101,120,105,115,116,101,110,99,101,32,111,102,68,101,109,111,99,114,97,116,105,99,32,80,97,114,116,121,34,32,115,116,121,108,101,61,34,109,97,114,103,105,110,45,70,111,114,32,116,104,105,115,32,114,101,97,115,111,110,44,46,106,115,34,62,60,47,115,99,114,105,112,116,62,10,9,115,66,121,84,97,103,78,97,109,101,40,115,41,91,48,93,106,115,34,62,60,47,115,99,114,105,112,116,62,13,10,60,46,106,115,34,62,60,47,115,99,114,105,112,116,62,13,10,108,105,110,107,32,114,101,108,61,34,105,99,111,110,34,32,39,32,97,108,116,61,39,39,32,99,108,97,115,115,61,39,102,111,114,109,97,116,105,111,110,32,111,102,32,116,104,101,118,101,114,115,105,111,110,115,32,111,102,32,116,104,101,32,60,47,97,62,60,47,100,105,118,62,60,47,100,105,118,62,47,112,97,103,101,62,10,32,32,60,112,97,103,101,62,10,60,100,105,118,32,99,108,97,115,115,61,34,99,111,110,116,98,101,99,97,109,101,32,116,104,101,32,102,105,114,115,116,98,97,104,97,115,97,32,73,110,100,111,110,101,115,105,97,101,110,103,108,105,115,104,32,40,115,105,109,112,108,101,41,206,149,206,187,206,187,206,183,206,189,206,185,206,186,206,172,209,133,209,128,208,178,208,176,209,130,209,129,208,186,208,184,208,186,208,190,208,188,208,191,208,176,208,189,208,184,208,184,209,143,208,178,208,187,209,143,208,181,209,130,209,129,209,143,208,148,208,190,208,177,208,176,208,178,208,184,209,130,209,140,209,135,208,181,208,187,208,190,208,178,208,181,208,186,208,176,209,128,208,176,208,183,208,178,208,184,209,130,208,184,209,143,208,152,208,189,209,130,208,181,209,128,208,189,208,181,209,130,208,158,209,130,208,178,208,181,209,130,208,184,209,130,209,140,208,189,208,176,208,191,209,128,208,184,208,188,208,181,209,128,208,184,208,189,209,130,208,181,209,128,208,189,208,181,209,130,208,186,208,190,209,130,208,190,209,128,208,190,208,179,208,190,209,129,209,130,209,128,208,176,208,189,208,184,209,134,209,139,208,186,208,176,209,135,208,181,209,129,209,130,208,178,208,181,209,131,209,129,208,187,208,190,208,178,208,184,209,143,209,133,208,191,209,128,208,190,208,177,208,187,208,181,208,188,209,139,208,191,208,190,208,187,209,131,209,135,208,184,209,130,209,140,209,143,208,178,208,187,209,143,209,142,209,130,209,129,209,143,208,189,208,176,208,184,208,177,208,190,208,187,208,181,208,181,208,186,208,190,208,188,208,191,208,176,208,189,208,184,209,143,208,178,208,189,208,184,208,188,208,176,208,189,208,184,208,181,209,129,209,128,208,181,208,180,209,129,209,130,208,178,208,176,216,167,217,132,217,133,217,136,216,167,216,182,217,138,216,185,216,167,217,132,216,177,216,166,217,138,216,179,217,138,216,169,216,167,217,132,216,167,217,134,216,170,217,130,216,167,217,132,217,133,216,180,216,167,216,177,217,131,216,167,216,170,217,131,216,167,217,132,216,179,217,138,216,167,216,177,216,167,216,170,216,167,217,132,217,133,217,131,216,170,217,136,216,168,216,169,216,167,217,132,216,179,216,185,217,136,216,175,217,138,216,169,216,167,216,173,216,181,216,167,216,166,217,138,216,167,216,170,216,167,217,132,216,185,216,167,217,132,217,133,217,138,216,169,216,167,217,132,216,181,217,136,216,170,217,138,216,167,216,170,216,167,217,132,216,167,217,134,216,170,216,177,217,134,216,170,216,167,217,132,216,170,216,181,216,167,217,133,217,138,217,133,216,167,217,132,216,165,216,179,217,132,216,167,217,133,217,138,216,167,217,132,217,133,216,180,216,167,216,177,217,131,216,169,216,167,217,132,217,133,216,177,216,166,217,138,216,167,216,170,114,111,98,111,116,115,34,32,99,111,110,116,101,110,116,61,34,60,100,105,118,32,105,100,61,34,102,111,111,116,101,114,34,62,116,104,101,32,85,110,105,116,101,100,32,83,116,97,116,101,115,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,46,106,112,103,124,114,105,103,104,116,124,116,104,117,109,98,124,46,106,115,34,62,60,47,115,99,114,105,112,116,62,13,10,60,108,111,99,97,116,105,111,110,46,112,114,111,116,111,99,111,108,102,114,97,109,101,98,111,114,100,101,114,61,34,48,34,32,115,34,32,47,62,10,60,109,101,116,97,32,110,97,109,101,61,34,60,47,97,62,60,47,100,105,118,62,60,47,100,105,118,62,60,102,111,110,116,45,119,101,105,103,104,116,58,98,111,108,100,59,38,113,117,111,116,59,32,97,110,100,32,38,113,117,111,116,59,100,101,112,101,110,100,105,110,103,32,111,110,32,116,104,101,32,109,97,114,103,105,110,58,48,59,112,97,100,100,105,110,103,58,34,32,114,101,108,61,34,110,111,102,111,108,108,111,119,34,32,80,114,101,115,105,100,101,110,116,32,111,102,32,116,104,101,32,116,119,101,110,116,105,101,116,104,32,99,101,110,116,117,114,121,101,118,105,115,105,111,110,62,10,32,32,60,47,112,97,103,101,73,110,116,101,114,110,101,116,32,69,120,112,108,111,114,101,114,97,46,97,115,121,110,99,32,61,32,116,114,117,101,59,13,10,105,110,102,111,114,109,97,116,105,111,110,32,97,98,111,117,116,60,100,105,118,32,105,100,61,34,104,101,97,100,101,114,34,62,34,32,97,99,116,105,111,110,61,34,104,116,116,112,58,47,47,60,97,32,104,114,101,102,61,34,104,116,116,112,115,58,47,47,60,100,105,118,32,105,100,61,34,99,111,110,116,101,110,116,34,60,47,100,105,118,62,13,10,60,47,100,105,118,62,13,10,60,100,101,114,105,118,101,100,32,102,114,111,109,32,116,104,101,32,60,105,109,103,32,115,114,99,61,39,104,116,116,112,58,47,47,97,99,99,111,114,100,105,110,103,32,116,111,32,116,104,101,32,10,60,47,98,111,100,121,62,10,60,47,104,116,109,108,62,10,115,116,121,108,101,61,34,102,111,110,116,45,115,105,122,101,58,115,99,114,105,112,116,32,108,97,110,103,117,97,103,101,61,34,65,114,105,97,108,44,32,72,101,108,118,101,116,105,99,97,44,60,47,97,62,60,115,112,97,110,32,99,108,97,115,115,61,34,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,112,111,108,105,116,105,99,97,108,32,112,97,114,116,105,101,115,116,100,62,60,47,116,114,62,60,47,116,97,98,108,101,62,60,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,105,110,116,101,114,112,114,101,116,97,116,105,111,110,32,111,102,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,100,111,99,117,109,101,110,116,46,119,114,105,116,101,40,39,60,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,10,98,101,103,105,110,110,105,110,103,32,111,102,32,116,104,101,32,114,101,118,101,97,108,101,100,32,116,104,97,116,32,116,104,101,116,101,108,101,118,105,115,105,111,110,32,115,101,114,105,101,115,34,32,114,101,108,61,34,110,111,102,111,108,108,111,119,34,62,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,62,99,108,97,105,109,105,110,103,32,116,104,97,116,32,116,104,101,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,109,97,110,105,102,101,115,116,97,116,105,111,110,115,32,111,102,80,114,105,109,101,32,77,105,110,105,115,116,101,114,32,111,102,105,110,102,108,117,101,110,99,101,100,32,98,121,32,116,104,101,99,108,97,115,115,61,34,99,108,101,97,114,102,105,120,34,62,47,100,105,118,62,13,10,60,47,100,105,118,62,13,10,13,10,116,104,114,101,101,45,100,105,109,101,110,115,105,111,110,97,108,67,104,117,114,99,104,32,111,102,32,69,110,103,108,97,110,100,111,102,32,78,111,114,116,104,32,67,97,114,111,108,105,110,97,115,113,117,97,114,101,32,107,105,108,111,109,101,116,114,101,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,100,105,115,116,105,110,99,116,32,102,114,111,109,32,116,104,101,99,111,109,109,111,110,108,121,32,107,110,111,119,110,32,97,115,80,104,111,110,101,116,105,99,32,65,108,112,104,97,98,101,116,100,101,99,108,97,114,101,100,32,116,104,97,116,32,116,104,101,99,111,110,116,114,111,108,108,101,100,32,98,121,32,116,104,101,66,101,110,106,97,109,105,110,32,70,114,97,110,107,108,105,110,114,111,108,101,45,112,108,97,121,105,110,103,32,103,97,109,101,116,104,101,32,85,110,105,118,101,114,115,105,116,121,32,111,102,105,110,32,87,101,115,116,101,114,110,32,69,117,114,111,112,101,112,101,114,115,111,110,97,108,32,99,111,109,112,117,116,101,114,80,114,111,106,101,99,116,32,71,117,116,101,110,98,101,114,103,114,101,103,97,114,100,108,101,115,115,32,111,102,32,116,104,101,104,97,115,32,98,101,101,110,32,112,114,111,112,111,115,101,100,116,111,103,101,116,104,101,114,32,119,105,116,104,32,116,104,101,62,60,47,108,105,62,60,108,105,32,99,108,97,115,115,61,34,105,110,32,115,111,109,101,32,99,111,117,110,116,114,105,101,115,109,105,110,46,106,115,34,62,60,47,115,99,114,105,112,116,62,111,102,32,116,104,101,32,112,111,112,117,108,97,116,105,111,110,111,102,102,105,99,105,97,108,32,108,97,110,103,117,97,103,101,60,105,109,103,32,115,114,99,61,34,105,109,97,103,101,115,47,105,100,101,110,116,105,102,105,101,100,32,98,121,32,116,104,101,110,97,116,117,114,97,108,32,114,101,115,111,117,114,99,101,115,99,108,97,115,115,105,102,105,99,97,116,105,111,110,32,111,102,99,97,110,32,98,101,32,99,111,110,115,105,100,101,114,101,100,113,117,97,110,116,117,109,32,109,101,99,104,97,110,105,99,115,78,101,118,101,114,116,104,101,108,101,115,115,44,32,116,104,101,109,105,108,108,105,111,110,32,121,101,97,114,115,32,97,103,111,60,47,98,111,100,121,62,13,10,60,47,104,116,109,108,62,13,206,149,206,187,206,187,206,183,206,189,206,185,206,186,206,172,10,116,97,107,101,32,97,100,118,97,110,116,97,103,101,32,111,102,97,110,100,44,32,97,99,99,111,114,100,105,110,103,32,116,111,97,116,116,114,105,98,117,116,101,100,32,116,111,32,116,104,101,77,105,99,114,111,115,111,102,116,32,87,105,110,100,111,119,115,116,104,101,32,102,105,114,115,116,32,99,101,110,116,117,114,121,117,110,100,101,114,32,116,104,101,32,99,111,110,116,114,111,108,100,105,118,32,99,108,97,115,115,61,34,104,101,97,100,101,114,115,104,111,114,116,108,121,32,97,102,116,101,114,32,116,104,101,110,111,116,97,98,108,101,32,101,120,99,101,112,116,105,111,110,116,101,110,115,32,111,102,32,116,104,111,117,115,97,110,100,115,115,101,118,101,114,97,108,32,100,105,102,102,101,114,101,110,116,97,114,111,117,110,100,32,116,104,101,32,119,111,114,108,100,46,114,101,97,99,104,105,110,103,32,109,105,108,105,116,97,114,121,105,115,111,108,97,116,101,100,32,102,114,111,109,32,116,104,101,111,112,112,111,115,105,116,105,111,110,32,116,111,32,116,104,101,116,104,101,32,79,108,100,32,84,101,115,116,97,109,101,110,116,65,102,114,105,99,97,110,32,65,109,101,114,105,99,97,110,115,105,110,115,101,114,116,101,100,32,105,110,116,111,32,116,104,101,115,101,112,97,114,97,116,101,32,102,114,111,109,32,116,104,101,109,101,116,114,111,112,111,108,105,116,97,110,32,97,114,101,97,109,97,107,101,115,32,105,116,32,112,111,115,115,105,98,108,101,97,99,107,110,111,119,108,101,100,103,101,100,32,116,104,97,116,97,114,103,117,97,98,108,121,32,116,104,101,32,109,111,115,116,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,10,116,104,101,32,73,110,116,101,114,110,97,116,105,111,110,97,108,65,99,99,111,114,100,105,110,103,32,116,111,32,116,104,101,32,112,101,61,34,116,101,120,116,47,99,115,115,34,32,47,62,10,99,111,105,110,99,105,100,101,32,119,105,116,104,32,116,104,101,116,119,111,45,116,104,105,114,100,115,32,111,102,32,116,104,101,68,117,114,105,110,103,32,116,104,105,115,32,116,105,109,101,44,100,117,114,105,110,103,32,116,104,101,32,112,101,114,105,111,100,97,110,110,111,117,110,99,101,100,32,116,104,97,116,32,104,101,116,104,101,32,105,110,116,101,114,110,97,116,105,111,110,97,108,97,110,100,32,109,111,114,101,32,114,101,99,101,110,116,108,121,98,101,108,105,101,118,101,100,32,116,104,97,116,32,116,104,101,99,111,110,115,99,105,111,117,115,110,101,115,115,32,97,110,100,102,111,114,109,101,114,108,121,32,107,110,111,119,110,32,97,115,115,117,114,114,111,117,110,100,101,100,32,98,121,32,116,104,101,102,105,114,115,116,32,97,112,112,101,97,114,101,100,32,105,110,111,99,99,97,115,105,111,110,97,108,108,121,32,117,115,101,100,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,34,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,106,97,120,47,108,105,98,115,47,106,113,117,101,114,121,47,49,46,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,116,121,112,101,61,34,97,112,112,108,105,99,97,116,105,111,110,47,97,110,103,117,97,103,101,34,32,99,111,110,116,101,110,116,61,34,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,80,114,105,118,97,99,121,32,80,111,108,105,99,121,60,47,97,62,101,40,34,37,51,67,115,99,114,105,112,116,32,115,114,99,61,39,34,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,62,79,110,32,116,104,101,32,111,116,104,101,114,32,104,97,110,100,44,46,106,112,103,124,116,104,117,109,98,124,114,105,103,104,116,124,50,60,47,100,105,118,62,60,100,105,118,32,99,108,97,115,115,61,34,60,100,105,118,32,115,116,121,108,101,61,34,102,108,111,97,116,58,110,105,110,101,116,101,101,110,116,104,32,99,101,110,116,117,114,121,60,47,98,111,100,121,62,13,10,60,47,104,116,109,108,62,13,10,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,115,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,102,111,110,116,45,119,101,105,103,104,116,58,32,98,111,108,100,59,32,65,99,99,111,114,100,105,110,103,32,116,111,32,116,104,101,32,100,105,102,102,101,114,101,110,99,101,32,98,101,116,119,101,101,110,34,32,102,114,97,109,101,98,111,114,100,101,114,61,34,48,34,32,34,32,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,108,105,110,107,32,104,114,101,102,61,34,104,116,116,112,58,47,47,104,116,109,108,52,47,108,111,111,115,101,46,100,116,100,34,62,10,100,117,114,105,110,103,32,116,104,105,115,32,112,101,114,105,111,100,60,47,116,100,62,60,47,116,114,62,60,47,116,97,98,108,101,62,99,108,111,115,101,108,121,32,114,101,108,97,116,101,100,32,116,111,102,111,114,32,116,104,101,32,102,105,114,115,116,32,116,105,109,101,59,102,111,110,116,45,119,101,105,103,104,116,58,98,111,108,100,59,105,110,112,117,116,32,116,121,112,101,61,34,116,101,120,116,34,32,60,115,112,97,110,32,115,116,121,108,101,61,34,102,111,110,116,45,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,9,60,100,105,118,32,99,108,97,115,115,61,34,99,108,101,97,114,100,111,99,117,109,101,110,116,46,108,111,99,97,116,105,111,110,46,32,70,111,114,32,101,120,97,109,112,108,101,44,32,116,104,101,32,97,32,119,105,100,101,32,118,97,114,105,101,116,121,32,111,102,32,60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,13,10,60,38,110,98,115,112,59,38,110,98,115,112,59,38,110,98,115,112,59,34,62,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,115,116,121,108,101,61,34,102,108,111,97,116,58,108,101,102,116,59,99,111,110,99,101,114,110,101,100,32,119,105,116,104,32,116,104,101,61,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,105,110,32,112,111,112,117,108,97,114,32,99,117,108,116,117,114,101,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,47,62,105,116,32,105,115,32,112,111,115,115,105,98,108,101,32,116,111,32,72,97,114,118,97,114,100,32,85,110,105,118,101,114,115,105,116,121,116,121,108,101,115,104,101,101,116,34,32,104,114,101,102,61,34,47,116,104,101,32,109,97,105,110,32,99,104,97,114,97,99,116,101,114,79,120,102,111,114,100,32,85,110,105,118,101,114,115,105,116,121,32,32,110,97,109,101,61,34,107,101,121,119,111,114,100,115,34,32,99,115,116,121,108,101,61,34,116,101,120,116,45,97,108,105,103,110,58,116,104,101,32,85,110,105,116,101,100,32,75,105,110,103,100,111,109,102,101,100,101,114,97,108,32,103,111,118,101,114,110,109,101,110,116,60,100,105,118,32,115,116,121,108,101,61,34,109,97,114,103,105,110,32,100,101,112,101,110,100,105,110,103,32,111,110,32,116,104,101,32,100,101,115,99,114,105,112,116,105,111,110,32,111,102,32,116,104,101,60,100,105,118,32,99,108,97,115,115,61,34,104,101,97,100,101,114,46,109,105,110,46,106,115,34,62,60,47,115,99,114,105,112,116,62,100,101,115,116,114,117,99,116,105,111,110,32,111,102,32,116,104,101,115,108,105,103,104,116,108,121,32,100,105,102,102,101,114,101,110,116,105,110,32,97,99,99,111,114,100,97,110,99,101,32,119,105,116,104,116,101,108,101,99,111,109,109,117,110,105,99,97,116,105,111,110,115,105,110,100,105,99,97,116,101,115,32,116,104,97,116,32,116,104,101,115,104,111,114,116,108,121,32,116,104,101,114,101,97,102,116,101,114,101,115,112,101,99,105,97,108,108,121,32,105,110,32,116,104,101,32,69,117,114,111,112,101,97,110,32,99,111,117,110,116,114,105,101,115,72,111,119,101,118,101,114,44,32,116,104,101,114,101,32,97,114,101,115,114,99,61,34,104,116,116,112,58,47,47,115,116,97,116,105,99,115,117,103,103,101,115,116,101,100,32,116,104,97,116,32,116,104,101,34,32,115,114,99,61,34,104,116,116,112,58,47,47,119,119,119,46,97,32,108,97,114,103,101,32,110,117,109,98,101,114,32,111,102,32,84,101,108,101,99,111,109,109,117,110,105,99,97,116,105,111,110,115,34,32,114,101,108,61,34,110,111,102,111,108,108,111,119,34,32,116,72,111,108,121,32,82,111,109,97,110,32,69,109,112,101,114,111,114,97,108,109,111,115,116,32,101,120,99,108,117,115,105,118,101,108,121,34,32,98,111,114,100,101,114,61,34,48,34,32,97,108,116,61,34,83,101,99,114,101,116,97,114,121,32,111,102,32,83,116,97,116,101,99,117,108,109,105,110,97,116,105,110,103,32,105,110,32,116,104,101,67,73,65,32,87,111,114,108,100,32,70,97,99,116,98,111,111,107,116,104,101,32,109,111,115,116,32,105,109,112,111,114,116,97,110,116,97,110,110,105,118,101,114,115,97,114,121,32,111,102,32,116,104,101,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,45,60,108,105,62,60,101,109,62,60,97,32,104,114,101,102,61,34,47,116,104,101,32,65,116,108,97,110,116,105,99,32,79,99,101,97,110,115,116,114,105,99,116,108,121,32,115,112,101,97,107,105,110,103,44,115,104,111,114,116,108,121,32,98,101,102,111,114,101,32,116,104,101,100,105,102,102,101,114,101,110,116,32,116,121,112,101,115,32,111,102,116,104,101,32,79,116,116,111,109,97,110,32,69,109,112,105,114,101,62,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,65,110,32,73,110,116,114,111,100,117,99,116,105,111,110,32,116,111,99,111,110,115,101,113,117,101,110,99,101,32,111,102,32,116,104,101,100,101,112,97,114,116,117,114,101,32,102,114,111,109,32,116,104,101,67,111,110,102,101,100,101,114,97,116,101,32,83,116,97,116,101,115,105,110,100,105,103,101,110,111,117,115,32,112,101,111,112,108,101,115,80,114,111,99,101,101,100,105,110,103,115,32,111,102,32,116,104,101,105,110,102,111,114,109,97,116,105,111,110,32,111,110,32,116,104,101,116,104,101,111,114,105,101,115,32,104,97,118,101,32,98,101,101,110,105,110,118,111,108,118,101,109,101,110,116,32,105,110,32,116,104,101,100,105,118,105,100,101,100,32,105,110,116,111,32,116,104,114,101,101,97,100,106,97,99,101,110,116,32,99,111,117,110,116,114,105,101,115,105,115,32,114,101,115,112,111,110,115,105,98,108,101,32,102,111,114,100,105,115,115,111,108,117,116,105,111,110,32,111,102,32,116,104,101,99,111,108,108,97,98,111,114,97,116,105,111,110,32,119,105,116,104,119,105,100,101,108,121,32,114,101,103,97,114,100,101,100,32,97,115,104,105,115,32,99,111,110,116,101,109,112,111,114,97,114,105,101,115,102,111,117,110,100,105,110,103,32,109,101,109,98,101,114,32,111,102,68,111,109,105,110,105,99,97,110,32,82,101,112,117,98,108,105,99,103,101,110,101,114,97,108,108,121,32,97,99,99,101,112,116,101,100,116,104,101,32,112,111,115,115,105,98,105,108,105,116,121,32,111,102,97,114,101,32,97,108,115,111,32,97,118,97,105,108,97,98,108,101,117,110,100,101,114,32,99,111,110,115,116,114,117,99,116,105,111,110,114,101,115,116,111,114,97,116,105,111,110,32,111,102,32,116,104,101,116,104,101,32,103,101,110,101,114,97,108,32,112,117,98,108,105,99,105,115,32,97,108,109,111,115,116,32,101,110,116,105,114,101,108,121,112,97,115,115,101,115,32,116,104,114,111,117,103,104,32,116,104,101,104,97,115,32,98,101,101,110,32,115,117,103,103,101,115,116,101,100,99,111,109,112,117,116,101,114,32,97,110,100,32,118,105,100,101,111,71,101,114,109,97,110,105,99,32,108,97,110,103,117,97,103,101,115,32,97,99,99,111,114,100,105,110,103,32,116,111,32,116,104,101,32,100,105,102,102,101,114,101,110,116,32,102,114,111,109,32,116,104,101,115,104,111,114,116,108,121,32,97,102,116,101,114,119,97,114,100,115,104,114,101,102,61,34,104,116,116,112,115,58,47,47,119,119,119,46,114,101,99,101,110,116,32,100,101,118,101,108,111,112,109,101,110,116,66,111,97,114,100,32,111,102,32,68,105,114,101,99,116,111,114,115,60,100,105,118,32,99,108,97,115,115,61,34,115,101,97,114,99,104,124,32,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,73,110,32,112,97,114,116,105,99,117,108,97,114,44,32,116,104,101,77,117,108,116,105,112,108,101,32,102,111,111,116,110,111,116,101,115,111,114,32,111,116,104,101,114,32,115,117,98,115,116,97,110,99,101,116,104,111,117,115,97,110,100,115,32,111,102,32,121,101,97,114,115,116,114,97,110,115,108,97,116,105,111,110,32,111,102,32,116,104,101,60,47,100,105,118,62,13,10,60,47,100,105,118,62,13,10,13,10,60,97,32,104,114,101,102,61,34,105,110,100,101,120,46,112,104,112,119,97,115,32,101,115,116,97,98,108,105,115,104,101,100,32,105,110,109,105,110,46,106,115,34,62,60,47,115,99,114,105,112,116,62,10,112,97,114,116,105,99,105,112,97,116,101,32,105,110,32,116,104,101,97,32,115,116,114,111,110,103,32,105,110,102,108,117,101,110,99,101,115,116,121,108,101,61,34,109,97,114,103,105,110,45,116,111,112,58,114,101,112,114,101,115,101,110,116,101,100,32,98,121,32,116,104,101,103,114,97,100,117,97,116,101,100,32,102,114,111,109,32,116,104,101,84,114,97,100,105,116,105,111,110,97,108,108,121,44,32,116,104,101,69,108,101,109,101,110,116,40,34,115,99,114,105,112,116,34,41,59,72,111,119,101,118,101,114,44,32,115,105,110,99,101,32,116,104,101,47,100,105,118,62,10,60,47,100,105,118,62,10,60,100,105,118,32,108,101,102,116,59,32,109,97,114,103,105,110,45,108,101,102,116,58,112,114,111,116,101,99,116,105,111,110,32,97,103,97,105,110,115,116,48,59,32,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,85,110,102,111,114,116,117,110,97,116,101,108,121,44,32,116,104,101,116,121,112,101,61,34,105,109,97,103,101,47,120,45,105,99,111,110,47,100,105,118,62,10,60,100,105,118,32,99,108,97,115,115,61,34,32,99,108,97,115,115,61,34,99,108,101,97,114,102,105,120,34,62,60,100,105,118,32,99,108,97,115,115,61,34,102,111,111,116,101,114,9,9,60,47,100,105,118,62,10,9,9,60,47,100,105,118,62,10,116,104,101,32,109,111,116,105,111,110,32,112,105,99,116,117,114,101,208,145,209,138,208,187,208,179,208,176,209,128,209,129,208,186,208,184,208,177,209,138,208,187,208,179,208,176,209,128,209,129,208,186,208,184,208,164,208,181,208,180,208,181,209,128,208,176,209,134,208,184,208,184,208,189,208,181,209,129,208,186,208,190,208,187,209,140,208,186,208,190,209,129,208,190,208,190,208,177,209,137,208,181,208,189,208,184,208,181,209,129,208,190,208,190,208,177,209,137,208,181,208,189,208,184,209,143,208,191,209,128,208,190,208,179,209,128,208,176,208,188,208,188,209,139,208,158,209,130,208,191,209,128,208,176,208,178,208,184,209,130,209,140,208,177,208,181,209,129,208,191,208,187,208,176,209,130,208,189,208,190,208,188,208,176,209,130,208,181,209,128,208,184,208,176,208,187,209,139,208,191,208,190,208,183,208,178,208,190,208,187,209,143,208,181,209,130,208,191,208,190,209,129,208,187,208,181,208,180,208,189,208,184,208,181,209,128,208,176,208,183,208,187,208,184,209,135,208,189,209,139,209,133,208,191,209,128,208,190,208,180,209,131,208,186,209,134,208,184,208,184,208,191,209,128,208,190,208,179,209,128,208,176,208,188,208,188,208,176,208,191,208,190,208,187,208,189,208,190,209,129,209,130,209,140,209,142,208,189,208,176,209,133,208,190,208,180,208,184,209,130,209,129,209,143,208,184,208,183,208,177,209,128,208,176,208,189,208,189,208,190,208,181,208,189,208,176,209,129,208,181,208,187,208,181,208,189,208,184,209,143,208,184,208,183,208,188,208,181,208,189,208,181,208,189,208,184,209,143,208,186,208,176,209,130,208,181,208,179,208,190,209,128,208,184,208,184,208,144,208,187,208,181,208,186,209,129,208,176,208,189,208,180,209,128,224,164,166,224,165,141,224,164,181,224,164,190,224,164,176,224,164,190,224,164,174,224,165,136,224,164,168,224,165,129,224,164,133,224,164,178,224,164,170,224,165,141,224,164,176,224,164,166,224,164,190,224,164,168,224,164,173,224,164,190,224,164,176,224,164,164,224,165,128,224,164,175,224,164,133,224,164,168,224,165,129,224,164,166,224,165,135,224,164,182,224,164,185,224,164,191,224,164,168,224,165,141,224,164,166,224,165,128,224,164,135,224,164,130,224,164,161,224,164,191,224,164,175,224,164,190,224,164,166,224,164,191,224,164,178,224,165,141,224,164,178,224,165,128,224,164,133,224,164,167,224,164,191,224,164,149,224,164,190,224,164,176,224,164,181,224,165,128,224,164,161,224,164,191,224,164,175,224,165,139,224,164,154,224,164,191,224,164,159,224,165,141,224,164,160,224,165,135,224,164,184,224,164,174,224,164,190,224,164,154,224,164,190,224,164,176,224,164,156,224,164,130,224,164,149,224,165,141,224,164,182,224,164,168,224,164,166,224,165,129,224,164,168,224,164,191,224,164,175,224,164,190,224,164,170,224,165,141,224,164,176,224,164,175,224,165,139,224,164,151,224,164,133,224,164,168,224,165,129,224,164,184,224,164,190,224,164,176,224,164,145,224,164,168,224,164,178,224,164,190,224,164,135,224,164,168,224,164,170,224,164,190,224,164,176,224,165,141,224,164,159,224,165,128,224,164,182,224,164,176,224,165,141,224,164,164,224,165,139,224,164,130,224,164,178,224,165,139,224,164,149,224,164,184,224,164,173,224,164,190,224,164,171,224,164,188,224,165,141,224,164,178,224,165,136,224,164,182,224,164,182,224,164,176,224,165,141,224,164,164,224,165,135,224,164,130,224,164,170,224,165,141,224,164,176,224,164,166,224,165,135,224,164,182,224,164,170,224,165,141,224,164,178,224,165,135,224,164,175,224,164,176,224,164,149,224,165,135,224,164,130,224,164,166,224,165,141,224,164,176,224,164,184,224,165,141,224,164,165,224,164,191,224,164,164,224,164,191,224,164,137,224,164,164,224,165,141,224,164,170,224,164,190,224,164,166,224,164,137,224,164,168,224,165,141,224,164,185,224,165,135,224,164,130,224,164,154,224,164,191,224,164,159,224,165,141,224,164,160,224,164,190,224,164,175,224,164,190,224,164,164,224,165,141,224,164,176,224,164,190,224,164,156,224,165,141,224,164,175,224,164,190,224,164,166,224,164,190,224,164,170,224,165,129,224,164,176,224,164,190,224,164,168,224,165,135,224,164,156,224,165,139,224,164,161,224,164,188,224,165,135,224,164,130,224,164,133,224,164,168,224,165,129,224,164,181,224,164,190,224,164,166,224,164,182,224,165,141,224,164,176,224,165,135,224,164,163,224,165,128,224,164,182,224,164,191,224,164,149,224,165,141,224,164,183,224,164,190,224,164,184,224,164,176,224,164,149,224,164,190,224,164,176,224,165,128,224,164,184,224,164,130,224,164,151,224,165,141,224,164,176,224,164,185,224,164,170,224,164,176,224,164,191,224,164,163,224,164,190,224,164,174,224,164,172,224,165,141,224,164,176,224,164,190,224,164,130,224,164,161,224,164,172,224,164,154,224,165,141,224,164,154,224,165,139,224,164,130,224,164,137,224,164,170,224,164,178,224,164,172,224,165,141,224,164,167,224,164,174,224,164,130,224,164,164,224,165,141,224,164,176,224,165,128,224,164,184,224,164,130,224,164,170,224,164,176,224,165,141,224,164,149,224,164,137,224,164,174,224,165,141,224,164,174,224,165,128,224,164,166,224,164,174,224,164,190,224,164,167,224,165,141,224,164,175,224,164,174,224,164,184,224,164,185,224,164,190,224,164,175,224,164,164,224,164,190,224,164,182,224,164,172,224,165,141,224,164,166,224,165,139,224,164,130,224,164,174,224,165,128,224,164,161,224,164,191,224,164,175,224,164,190,224,164,134,224,164,136,224,164,170,224,165,128,224,164,143,224,164,178,224,164,174,224,165,139,224,164,172,224,164,190,224,164,135,224,164,178,224,164,184,224,164,130,224,164,150,224,165,141,224,164,175,224,164,190,224,164,134,224,164,170,224,164,176,224,165,135,224,164,182,224,164,168,224,164,133,224,164,168,224,165,129,224,164,172,224,164,130,224,164,167,224,164,172,224,164,190,224,164,156,224,164,188,224,164,190,224,164,176,224,164,168,224,164,181,224,165,128,224,164,168,224,164,164,224,164,174,224,164,170,224,165,141,224,164,176,224,164,174,224,165,129,224,164,150,224,164,170,224,165,141,224,164,176,224,164,182,224,165,141,224,164,168,224,164,170,224,164,176,224,164,191,224,164,181,224,164,190,224,164,176,224,164,168,224,165,129,224,164,149,224,164,184,224,164,190,224,164,168,224,164,184,224,164,174,224,164,176,224,165,141,224,164,165,224,164,168,224,164,134,224,164,175,224,165,139,224,164,156,224,164,191,224,164,164,224,164,184,224,165,139,224,164,174,224,164,181,224,164,190,224,164,176,216,167,217,132,217,133,216,180,216,167,216,177,217,131,216,167,216,170,216,167,217,132,217,133,217,134,216,170,216,175,217,138,216,167,216,170,216,167,217,132,217,131,217,133,216,168,217,138,217,136,216,170,216,177,216,167,217,132,217,133,216,180,216,167,217,135,216,175,216,167,216,170,216,185,216,175,216,175,216,167,217,132,216,178,217,136,216,167,216,177,216,185,216,175,216,175,216,167,217,132,216,177,216,175,217,136,216,175,216,167,217,132,216,165,216,179,217,132,216,167,217,133,217,138,216,169,216,167,217,132,217,129,217,136,216,170,217,136,216,180,217,136,216,168,216,167,217,132,217,133,216,179,216,167,216,168,217,130,216,167,216,170,216,167,217,132,217,133,216,185,217,132,217,136,217,133,216,167,216,170,216,167,217,132,217,133,216,179,217,132,216,179,217,132,216,167,216,170,216,167,217,132,216,172,216,177,216,167,217,129,217,138,217,131,216,179,216,167,217,132,216,167,216,179,217,132,216,167,217,133,217,138,216,169,216,167,217,132,216,167,216,170,216,181,216,167,217,132,216,167,216,170,107,101,121,119,111,114,100,115,34,32,99,111,110,116,101,110,116,61,34,119,51,46,111,114,103,47,49,57,57,57,47,120,104,116,109,108,34,62,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,116,101,120,116,47,104,116,109,108,59,32,99,104,97,114,115,101,116,61,34,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,62,60,116,97,98,108,101,32,99,101,108,108,112,97,100,100,105,110,103,61,34,97,117,116,111,99,111,109,112,108,101,116,101,61,34,111,102,102,34,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,116,111,32,108,97,115,116,32,118,101,114,115,105,111,110,32,98,121,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,34,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,47,100,105,118,62,60,47,100,105,118,62,60,100,105,118,32,105,100,61,60,97,32,104,114,101,102,61,34,35,34,32,99,108,97,115,115,61,34,34,62,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,99,114,105,112,116,34,32,115,114,99,61,34,104,116,116,112,58,47,47,10,60,115,99,114,105,112,116,32,108,97,110,103,117,97,103,101,61,34,47,47,69,78,34,32,34,104,116,116,112,58,47,47,119,119,119,46,119,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,34,32,104,114,101,102,61,34,106,97,118,97,115,99,114,105,112,116,58,60,100,105,118,32,99,108,97,115,115,61,34,99,111,110,116,101,110,116,100,111,99,117,109,101,110,116,46,119,114,105,116,101,40,39,60,115,99,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,115,99,114,105,112,116,32,115,114,99,61,34,104,116,116,112,58,47,47,32,115,116,121,108,101,61,34,109,97,114,103,105,110,45,116,111,112,58,46,109,105,110,46,106,115,34,62,60,47,115,99,114,105,112,116,62,10,60,47,100,105,118,62,10,60,100,105,118,32,99,108,97,115,115,61,34,119,51,46,111,114,103,47,49,57,57,57,47,120,104,116,109,108,34,32,10,13,10,60,47,98,111,100,121,62,13,10,60,47,104,116,109,108,62,100,105,115,116,105,110,99,116,105,111,110,32,98,101,116,119,101,101,110,47,34,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,62,60,108,105,110,107,32,104,114,101,102,61,34,104,116,116,112,58,47,47,101,110,99,111,100,105,110,103,61,34,117,116,102,45,56,34,63,62,10,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,63,97,99,116,105,111,110,61,34,104,116,116,112,58,47,47,119,119,119,46,105,99,111,110,34,32,104,114,101,102,61,34,104,116,116,112,58,47,47,32,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,58,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,47,62,10,109,101,116,97,32,112,114,111,112,101,114,116,121,61,34,111,103,58,116,60,105,110,112,117,116,32,116,121,112,101,61,34,116,101,120,116,34,32,32,115,116,121,108,101,61,34,116,101,120,116,45,97,108,105,103,110,58,116,104,101,32,100,101,118,101,108,111,112,109,101,110,116,32,111,102,32,116,121,108,101,115,104,101,101,116,34,32,116,121,112,101,61,34,116,101,104,116,109,108,59,32,99,104,97,114,115,101,116,61,117,116,102,45,56,105,115,32,99,111,110,115,105,100,101,114,101,100,32,116,111,32,98,101,116,97,98,108,101,32,119,105,100,116,104,61,34,49,48,48,37,34,32,73,110,32,97,100,100,105,116,105,111,110,32,116,111,32,116,104,101,32,99,111,110,116,114,105,98,117,116,101,100,32,116,111,32,116,104,101,32,100,105,102,102,101,114,101,110,99,101,115,32,98,101,116,119,101,101,110,100,101,118,101,108,111,112,109,101,110,116,32,111,102,32,116,104,101,32,73,116,32,105,115,32,105,109,112,111,114,116,97,110,116,32,116,111,32,60,47,115,99,114,105,112,116,62,10,10,60,115,99,114,105,112,116,32,32,115,116,121,108,101,61,34,102,111,110,116,45,115,105,122,101,58,49,62,60,47,115,112,97,110,62,60,115,112,97,110,32,105,100,61,103,98,76,105,98,114,97,114,121,32,111,102,32,67,111,110,103,114,101,115,115,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,105,109,69,110,103,108,105,115,104,32,116,114,97,110,115,108,97,116,105,111,110,65,99,97,100,101,109,121,32,111,102,32,83,99,105,101,110,99,101,115,100,105,118,32,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,99,111,110,115,116,114,117,99,116,105,111,110,32,111,102,32,116,104,101,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,105,100,41,105,110,32,99,111,110,106,117,110,99,116,105,111,110,32,119,105,116,104,69,108,101,109,101,110,116,40,39,115,99,114,105,112,116,39,41,59,32,60,109,101,116,97,32,112,114,111,112,101,114,116,121,61,34,111,103,58,208,145,209,138,208,187,208,179,208,176,209,128,209,129,208,186,208,184,10,32,116,121,112,101,61,34,116,101,120,116,34,32,110,97,109,101,61,34,62,80,114,105,118,97,99,121,32,80,111,108,105,99,121,60,47,97,62,97,100,109,105,110,105,115,116,101,114,101,100,32,98,121,32,116,104,101,101,110,97,98,108,101,83,105,110,103,108,101,82,101,113,117,101,115,116,115,116,121,108,101,61,38,113,117,111,116,59,109,97,114,103,105,110,58,60,47,100,105,118,62,60,47,100,105,118,62,60,47,100,105,118,62,60,62,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,105,32,115,116,121,108,101,61,38,113,117,111,116,59,102,108,111,97,116,58,114,101,102,101,114,114,101,100,32,116,111,32,97,115,32,116,104,101,32,116,111,116,97,108,32,112,111,112,117,108,97,116,105,111,110,32,111,102,105,110,32,87,97,115,104,105,110,103,116,111,110,44,32,68,46,67,46,32,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,45,97,109,111,110,103,32,111,116,104,101,114,32,116,104,105,110,103,115,44,111,114,103,97,110,105,122,97,116,105,111,110,32,111,102,32,116,104,101,112,97,114,116,105,99,105,112,97,116,101,100,32,105,110,32,116,104,101,116,104,101,32,105,110,116,114,111,100,117,99,116,105,111,110,32,111,102,105,100,101,110,116,105,102,105,101,100,32,119,105,116,104,32,116,104,101,102,105,99,116,105,111,110,97,108,32,99,104,97,114,97,99,116,101,114,32,79,120,102,111,114,100,32,85,110,105,118,101,114,115,105,116,121,32,109,105,115,117,110,100,101,114,115,116,97,110,100,105,110,103,32,111,102,84,104,101,114,101,32,97,114,101,44,32,104,111,119,101,118,101,114,44,115,116,121,108,101,115,104,101,101,116,34,32,104,114,101,102,61,34,47,67,111,108,117,109,98,105,97,32,85,110,105,118,101,114,115,105,116,121,101,120,112,97,110,100,101,100,32,116,111,32,105,110,99,108,117,100,101,117,115,117,97,108,108,121,32,114,101,102,101,114,114,101,100,32,116,111,105,110,100,105,99,97,116,105,110,103,32,116,104,97,116,32,116,104,101,104,97,118,101,32,115,117,103,103,101,115,116,101,100,32,116,104,97,116,97,102,102,105,108,105,97,116,101,100,32,119,105,116,104,32,116,104,101,99,111,114,114,101,108,97,116,105,111,110,32,98,101,116,119,101,101,110,110,117,109,98,101,114,32,111,102,32,100,105,102,102,101,114,101,110,116,62,60,47,116,100,62,60,47,116,114,62,60,47,116,97,98,108,101,62,82,101,112,117,98,108,105,99,32,111,102,32,73,114,101,108,97,110,100,10,60,47,115,99,114,105,112,116,62,10,60,115,99,114,105,112,116,32,117,110,100,101,114,32,116,104,101,32,105,110,102,108,117,101,110,99,101,99,111,110,116,114,105,98,117,116,105,111,110,32,116,111,32,116,104,101,79,102,102,105,99,105,97,108,32,119,101,98,115,105,116,101,32,111,102,104,101,97,100,113,117,97,114,116,101,114,115,32,111,102,32,116,104,101,99,101,110,116,101,114,101,100,32,97,114,111,117,110,100,32,116,104,101,105,109,112,108,105,99,97,116,105,111,110,115,32,111,102,32,116,104,101,104,97,118,101,32,98,101,101,110,32,100,101,118,101,108,111,112,101,100,70,101,100,101,114,97,108,32,82,101,112,117,98,108,105,99,32,111,102,98,101,99,97,109,101,32,105,110,99,114,101,97,115,105,110,103,108,121,99,111,110,116,105,110,117,97,116,105,111,110,32,111,102,32,116,104,101,78,111,116,101,44,32,104,111,119,101,118,101,114,44,32,116,104,97,116,115,105,109,105,108,97,114,32,116,111,32,116,104,97,116,32,111,102,32,99,97,112,97,98,105,108,105,116,105,101,115,32,111,102,32,116,104,101,97,99,99,111,114,100,97,110,99,101,32,119,105,116,104,32,116,104,101,112,97,114,116,105,99,105,112,97,110,116,115,32,105,110,32,116,104,101,102,117,114,116,104,101,114,32,100,101,118,101,108,111,112,109,101,110,116,117,110,100,101,114,32,116,104,101,32,100,105,114,101,99,116,105,111,110,105,115,32,111,102,116,101,110,32,99,111,110,115,105,100,101,114,101,100,104,105,115,32,121,111,117,110,103,101,114,32,98,114,111,116,104,101,114,60,47,116,100,62,60,47,116,114,62,60,47,116,97,98,108,101,62,60,97,32,104,116,116,112,45,101,113,117,105,118,61,34,88,45,85,65,45,112,104,121,115,105,99,97,108,32,112,114,111,112,101,114,116,105,101,115,111,102,32,66,114,105,116,105,115,104,32,67,111,108,117,109,98,105,97,104,97,115,32,98,101,101,110,32,99,114,105,116,105,99,105,122,101,100,40,119,105,116,104,32,116,104,101,32,101,120,99,101,112,116,105,111,110,113,117,101,115,116,105,111,110,115,32,97,98,111,117,116,32,116,104,101,112,97,115,115,105,110,103,32,116,104,114,111,117,103,104,32,116,104,101,48,34,32,99,101,108,108,112,97,100,100,105,110,103,61,34,48,34,32,116,104,111,117,115,97,110,100,115,32,111,102,32,112,101,111,112,108,101,114,101,100,105,114,101,99,116,115,32,104,101,114,101,46,32,70,111,114,104,97,118,101,32,99,104,105,108,100,114,101,110,32,117,110,100,101,114,37,51,69,37,51,67,47,115,99,114,105,112,116,37,51,69,34,41,41,59,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,60,108,105,62,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,115,105,116,101,95,110,97,109,101,34,32,99,111,110,116,101,110,116,61,34,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,32,110,111,110,101,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,88,45,110,101,119,32,68,97,116,101,40,41,46,103,101,116,84,105,109,101,40,41,32,116,121,112,101,61,34,105,109,97,103,101,47,120,45,105,99,111,110,34,60,47,115,112,97,110,62,60,115,112,97,110,32,99,108,97,115,115,61,34,108,97,110,103,117,97,103,101,61,34,106,97,118,97,115,99,114,105,112,116,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,114,101,102,60,97,32,104,114,101,102,61,34,106,97,118,97,115,99,114,105,112,116,58,45,45,62,13,10,60,115,99,114,105,112,116,32,116,121,112,101,61,34,116,60,97,32,104,114,101,102,61,39,104,116,116,112,58,47,47,119,119,119,46,104,111,114,116,99,117,116,32,105,99,111,110,34,32,104,114,101,102,61,34,60,47,100,105,118,62,13,10,60,100,105,118,32,99,108,97,115,115,61,34,60,115,99,114,105,112,116,32,115,114,99,61,34,104,116,116,112,58,47,47,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,116,60,47,100,105,118,62,10,60,115,99,114,105,112,116,32,116,121,112,101,61,47,97,62,32,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,32,97,108,108,111,119,84,114,97,110,115,112,97,114,101,110,99,121,61,34,88,45,85,65,45,67,111,109,112,97,116,105,98,108,101,34,32,99,111,110,114,101,108,97,116,105,111,110,115,104,105,112,32,98,101,116,119,101,101,110,10,60,47,115,99,114,105,112,116,62,13,10,60,115,99,114,105,112,116,32,60,47,97,62,60,47,108,105,62,60,47,117,108,62,60,47,100,105,118,62,97,115,115,111,99,105,97,116,101,100,32,119,105,116,104,32,116,104,101,32,112,114,111,103,114,97,109,109,105,110,103,32,108,97,110,103,117,97,103,101,60,47,97,62,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,60,47,97,62,60,47,108,105,62,60,108,105,32,99,108,97,115,115,61,34,102,111,114,109,32,97,99,116,105,111,110,61,34,104,116,116,112,58,47,47,60,100,105,118,32,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,116,121,112,101,61,34,116,101,120,116,34,32,110,97,109,101,61,34,113,34,60,116,97,98,108,101,32,119,105,100,116,104,61,34,49,48,48,37,34,32,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,34,32,98,111,114,100,101,114,61,34,48,34,32,119,105,100,116,104,61,34,114,101,108,61,34,115,104,111,114,116,99,117,116,32,105,99,111,110,34,32,104,54,62,60,117,108,62,60,108,105,62,60,97,32,104,114,101,102,61,34,32,32,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,99,115,115,34,32,109,101,100,105,97,61,34,115,99,114,101,101,110,34,32,114,101,115,112,111,110,115,105,98,108,101,32,102,111,114,32,116,104,101,32,34,32,116,121,112,101,61,34,97,112,112,108,105,99,97,116,105,111,110,47,34,32,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,45,104,116,109,108,59,32,99,104,97,114,115,101,116,61,117,116,102,45,56,34,32,97,108,108,111,119,116,114,97,110,115,112,97,114,101,110,99,121,61,34,115,116,121,108,101,115,104,101,101,116,34,32,116,121,112,101,61,34,116,101,13,10,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,62,60,47,115,112,97,110,62,60,115,112,97,110,32,99,108,97,115,115,61,34,48,34,32,99,101,108,108,115,112,97,99,105,110,103,61,34,48,34,62,59,10,60,47,115,99,114,105,112,116,62,10,60,115,99,114,105,112,116,32,115,111,109,101,116,105,109,101,115,32,99,97,108,108,101,100,32,116,104,101,100,111,101,115,32,110,111,116,32,110,101,99,101,115,115,97,114,105,108,121,70,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,97,116,32,116,104,101,32,98,101,103,105,110,110,105,110,103,32,111,102,32,60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,60,104,116,109,108,112,97,114,116,105,99,117,108,97,114,108,121,32,105,110,32,116,104,101,32,116,121,112,101,61,34,104,105,100,100,101,110,34,32,110,97,109,101,61,34,106,97,118,97,115,99,114,105,112,116,58,118,111,105,100,40,48,41,59,34,101,102,102,101,99,116,105,118,101,110,101,115,115,32,111,102,32,116,104,101,32,97,117,116,111,99,111,109,112,108,101,116,101,61,34,111,102,102,34,32,103,101,110,101,114,97,108,108,121,32,99,111,110,115,105,100,101,114,101,100,62,60,105,110,112,117,116,32,116,121,112,101,61,34,116,101,120,116,34,32,34,62,60,47,115,99,114,105,112,116,62,13,10,60,115,99,114,105,112,116,116,104,114,111,117,103,104,111,117,116,32,116,104,101,32,119,111,114,108,100,99,111,109,109,111,110,32,109,105,115,99,111,110,99,101,112,116,105,111,110,97,115,115,111,99,105,97,116,105,111,110,32,119,105,116,104,32,116,104,101,60,47,100,105,118,62,10,60,47,100,105,118,62,10,60,100,105,118,32,99,100,117,114,105,110,103,32,104,105,115,32,108,105,102,101,116,105,109,101,44,99,111,114,114,101,115,112,111,110,100,105,110,103,32,116,111,32,116,104,101,116,121,112,101,61,34,105,109,97,103,101,47,120,45,105,99,111,110,34,32,97,110,32,105,110,99,114,101,97,115,105,110,103,32,110,117,109,98,101,114,100,105,112,108,111,109,97,116,105,99,32,114,101,108,97,116,105,111,110,115,97,114,101,32,111,102,116,101,110,32,99,111,110,115,105,100,101,114,101,100,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,32,60,105,110,112,117,116,32,116,121,112,101,61,34,116,101,120,116,34,32,101,120,97,109,112,108,101,115,32,105,110,99,108,117,100,101,32,116,104,101,34,62,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,105,112,97,114,116,105,99,105,112,97,116,105,111,110,32,105,110,32,116,104,101,116,104,101,32,101,115,116,97,98,108,105,115,104,109,101,110,116,32,111,102,10,60,47,100,105,118,62,10,60,100,105,118,32,99,108,97,115,115,61,34,38,97,109,112,59,110,98,115,112,59,38,97,109,112,59,110,98,115,112,59,116,111,32,100,101,116,101,114,109,105,110,101,32,119,104,101,116,104,101,114,113,117,105,116,101,32,100,105,102,102,101,114,101,110,116,32,102,114,111,109,109,97,114,107,101,100,32,116,104,101,32,98,101,103,105,110,110,105,110,103,100,105,115,116,97,110,99,101,32,98,101,116,119,101,101,110,32,116,104,101,99,111,110,116,114,105,98,117,116,105,111,110,115,32,116,111,32,116,104,101,99,111,110,102,108,105,99,116,32,98,101,116,119,101,101,110,32,116,104,101,119,105,100,101,108,121,32,99,111,110,115,105,100,101,114,101,100,32,116,111,119,97,115,32,111,110,101,32,111,102,32,116,104,101,32,102,105,114,115,116,119,105,116,104,32,118,97,114,121,105,110,103,32,100,101,103,114,101,101,115,104,97,118,101,32,115,112,101,99,117,108,97,116,101,100,32,116,104,97,116,40,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,112,97,114,116,105,99,105,112,97,116,105,110,103,32,105,110,32,116,104,101,111,114,105,103,105,110,97,108,108,121,32,100,101,118,101,108,111,112,101,100,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,47,62,10,105,110,116,101,114,99,104,97,110,103,101,97,98,108,121,32,119,105,116,104,109,111,114,101,32,99,108,111,115,101,108,121,32,114,101,108,97,116,101,100,115,111,99,105,97,108,32,97,110,100,32,112,111,108,105,116,105,99,97,108,116,104,97,116,32,119,111,117,108,100,32,111,116,104,101,114,119,105,115,101,112,101,114,112,101,110,100,105,99,117,108,97,114,32,116,111,32,116,104,101,115,116,121,108,101,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,116,121,112,101,61,34,115,117,98,109,105,116,34,32,110,97,109,101,61,34,102,97,109,105,108,105,101,115,32,114,101,115,105,100,105,110,103,32,105,110,100,101,118,101,108,111,112,105,110,103,32,99,111,117,110,116,114,105,101,115,99,111,109,112,117,116,101,114,32,112,114,111,103,114,97,109,109,105,110,103,101,99,111,110,111,109,105,99,32,100,101,118,101,108,111,112,109,101,110,116,100,101,116,101,114,109,105,110,97,116,105,111,110,32,111,102,32,116,104,101,102,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,111,110,32,115,101,118,101,114,97,108,32,111,99,99,97,115,105,111,110,115,112,111,114,116,117,103,117,195,170,115,32,40,69,117,114,111,112,101,117,41,208,163,208,186,209,128,208,176,209,151,208,189,209,129,209,140,208,186,208,176,209,131,208,186,209,128,208,176,209,151,208,189,209,129,209,140,208,186,208,176,208,160,208,190,209,129,209,129,208,184,208,185,209,129,208,186,208,190,208,185,208,188,208,176,209,130,208,181,209,128,208,184,208,176,208,187,208,190,208,178,208,184,208,189,209,132,208,190,209,128,208,188,208,176,209,134,208,184,208,184,209,131,208,191,209,128,208,176,208,178,208,187,208,181,208,189,208,184,209,143,208,189,208,181,208,190,208,177,209,133,208,190,208,180,208,184,208,188,208,190,208,184,208,189,209,132,208,190,209,128,208,188,208,176,209,134,208,184,209,143,208,152,208,189,209,132,208,190,209,128,208,188,208,176,209,134,208,184,209,143,208,160,208,181,209,129,208,191,209,131,208,177,208,187,208,184,208,186,208,184,208,186,208,190,208,187,208,184,209,135,208,181,209,129,209,130,208,178,208,190,208,184,208,189,209,132,208,190,209,128,208,188,208,176,209,134,208,184,209,142,209,130,208,181,209,128,209,128,208,184,209,130,208,190,209,128,208,184,208,184,208,180,208,190,209,129,209,130,208,176,209,130,208,190,209,135,208,189,208,190,216,167,217,132,217,133,216,170,217,136,216,167,216,172,216,175,217,136,217,134,216,167,217,132,216,167,216,180,216,170,216,177,216,167,217,131,216,167,216,170,216,167,217,132,216,167,217,130,216,170,216,177,216,167,216,173,216,167,216,170,104,116,109,108,59,32,99,104,97,114,115,101,116,61,85,84,70,45,56,34,32,115,101,116,84,105,109,101,111,117,116,40,102,117,110,99,116,105,111,110,40,41,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,60,105,110,112,117,116,32,116,121,112,101,61,34,115,117,98,109,105,116,34,32,116,121,112,101,32,61,32,39,116,101,120,116,47,106,97,118,97,115,99,114,105,60,105,109,103,32,115,114,99,61,34,104,116,116,112,58,47,47,119,119,119,46,34,32,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,115,104,111,114,116,99,117,116,32,105,99,111,110,34,32,104,114,101,102,61,34,34,32,97,117,116,111,99,111,109,112,108,101,116,101,61,34,111,102,102,34,32,60,47,97,62,60,47,100,105,118,62,60,100,105,118,32,99,108,97,115,115,61,60,47,97,62,60,47,108,105,62,10,60,108,105,32,99,108,97,115,115,61,34,99,115,115,34,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,60,102,111,114,109,32,97,99,116,105,111,110,61,34,104,116,116,112,58,47,47,120,116,47,99,115,115,34,32,104,114,101,102,61,34,104,116,116,112,58,47,47,108,105,110,107,32,114,101,108,61,34,97,108,116,101,114,110,97,116,101,34,32,13,10,60,115,99,114,105,112,116,32,116,121,112,101,61,34,116,101,120,116,47,32,111,110,99,108,105,99,107,61,34,106,97,118,97,115,99,114,105,112,116,58,40,110,101,119,32,68,97,116,101,41,46,103,101,116,84,105,109,101,40,41,125,104,101,105,103,104,116,61,34,49,34,32,119,105,100,116,104,61,34,49,34,32,80,101,111,112,108,101,39,115,32,82,101,112,117,98,108,105,99,32,111,102,32,32,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,116,104,101,32,98,101,103,105,110,110,105,110,103,32,111,102,32,116,104,101,32,60,47,100,105,118,62,10,60,47,100,105,118,62,10,60,47,100,105,118,62,10,101,115,116,97,98,108,105,115,104,109,101,110,116,32,111,102,32,116,104,101,32,60,47,100,105,118,62,60,47,100,105,118,62,60,47,100,105,118,62,60,47,100,35,118,105,101,119,112,111,114,116,123,109,105,110,45,104,101,105,103,104,116,58,10,60,115,99,114,105,112,116,32,115,114,99,61,34,104,116,116,112,58,47,47,111,112,116,105,111,110,62,60,111,112,116,105,111,110,32,118,97,108,117,101,61,111,102,116,101,110,32,114,101,102,101,114,114,101,100,32,116,111,32,97,115,32,47,111,112,116,105,111,110,62,10,60,111,112,116,105,111,110,32,118,97,108,117,60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,10,60,33,45,45,91,73,110,116,101,114,110,97,116,105,111,110,97,108,32,65,105,114,112,111,114,116,62,10,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,60,47,97,62,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,224,184,160,224,184,178,224,184,169,224,184,178,224,185,132,224,184,151,224,184,162,225,131,165,225,131,144,225,131,160,225,131,151,225,131,163,225,131,154,225,131,152,230,173,163,233,171,148,228,184,173,230,150,135,32,40,231,185,129,233,171,148,41,224,164,168,224,164,191,224,164,176,224,165,141,224,164,166,224,165,135,224,164,182,224,164,161,224,164,190,224,164,137,224,164,168,224,164,178,224,165,139,224,164,161,224,164,149,224,165,141,224,164,183,224,165,135,224,164,164,224,165,141,224,164,176,224,164,156,224,164,190,224,164,168,224,164,149,224,164,190,224,164,176,224,165,128,224,164,184,224,164,130,224,164,172,224,164,130,224,164,167,224,164,191,224,164,164,224,164,184,224,165,141,224,164,165,224,164,190,224,164,170,224,164,168,224,164,190,224,164,184,224,165,141,224,164,181,224,165,128,224,164,149,224,164,190,224,164,176,224,164,184,224,164,130,224,164,184,224,165,141,224,164,149,224,164,176,224,164,163,224,164,184,224,164,190,224,164,174,224,164,151,224,165,141,224,164,176,224,165,128,224,164,154,224,164,191,224,164,159,224,165,141,224,164,160,224,165,139,224,164,130,224,164,181,224,164,191,224,164,156,224,165,141,224,164,158,224,164,190,224,164,168,224,164,133,224,164,174,224,165,135,224,164,176,224,164,191,224,164,149,224,164,190,224,164,181,224,164,191,224,164,173,224,164,191,224,164,168,224,165,141,224,164,168,224,164,151,224,164,190,224,164,161,224,164,191,224,164,175,224,164,190,224,164,129,224,164,149,224,165,141,224,164,175,224,165,139,224,164,130,224,164,149,224,164,191,224,164,184,224,165,129,224,164,176,224,164,149,224,165,141,224,164,183,224,164,190,224,164,170,224,164,185,224,165,129,224,164,129,224,164,154,224,164,164,224,165,128,224,164,170,224,165,141,224,164,176,224,164,172,224,164,130,224,164,167,224,164,168,224,164,159,224,164,191,224,164,170,224,165,141,224,164,170,224,164,163,224,165,128,224,164,149,224,165,141,224,164,176,224,164,191,224,164,149,224,165,135,224,164,159,224,164,170,224,165,141,224,164,176,224,164,190,224,164,176,224,164,130,224,164,173,224,164,170,224,165,141,224,164,176,224,164,190,224,164,170,224,165,141,224,164,164,224,164,174,224,164,190,224,164,178,224,164,191,224,164,149,224,165,139,224,164,130,224,164,176,224,164,171,224,164,188,224,165,141,224,164,164,224,164,190,224,164,176,224,164,168,224,164,191,224,164,176,224,165,141,224,164,174,224,164,190,224,164,163,224,164,178,224,164,191,224,164,174,224,164,191,224,164,159,224,165,135,224,164,161,100,101,115,99,114,105,112,116,105,111,110,34,32,99,111,110,116,101,110,116,61,34,100,111,99,117,109,101,110,116,46,108,111,99,97,116,105,111,110,46,112,114,111,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,10,60,104,116,109,108,32,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,58,117,114,108,34,32,99,111,110,116,101,110,116,61,34,104,116,116,112,58,47,47,46,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,115,116,121,108,101,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,104,114,101,102,61,34,119,51,46,111,114,103,47,49,57,57,57,47,120,104,116,109,108,34,32,120,109,108,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,32,109,101,116,104,111,100,61,34,103,101,116,34,32,97,99,116,105,111,110,61,34,108,105,110,107,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,32,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,116,121,112,101,61,34,105,109,97,103,101,47,120,45,105,99,111,110,34,32,47,62,99,101,108,108,112,97,100,100,105,110,103,61,34,48,34,32,99,101,108,108,115,112,46,99,115,115,34,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,60,47,97,62,60,47,108,105,62,60,108,105,62,60,97,32,104,114,101,102,61,34,34,32,119,105,100,116,104,61,34,49,34,32,104,101,105,103,104,116,61,34,49,34,34,62,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,110,111,110,101,59,34,62,97,108,116,101,114,110,97,116,101,34,32,116,121,112,101,61,34,97,112,112,108,105,45,47,47,87,51,67,47,47,68,84,68,32,88,72,84,77,76,32,49,46,48,32,101,108,108,115,112,97,99,105,110,103,61,34,48,34,32,99,101,108,108,112,97,100,32,116,121,112,101,61,34,104,105,100,100,101,110,34,32,118,97,108,117,101,61,34,47,97,62,38,110,98,115,112,59,60,115,112,97,110,32,114,111,108,101,61,34,115,10,60,105,110,112,117,116,32,116,121,112,101,61,34,104,105,100,100,101,110,34,32,108,97,110,103,117,97,103,101,61,34,74,97,118,97,83,99,114,105,112,116,34,32,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,103,61,34,48,34,32,99,101,108,108,115,112,97,99,105,110,103,61,34,48,34,32,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,109,101,100,105,97,61,34,116,121,112,101,61,39,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,39,119,105,116,104,32,116,104,101,32,101,120,99,101,112,116,105,111,110,32,111,102,32,121,112,101,61,34,116,101,120,116,47,99,115,115,34,32,114,101,108,61,34,115,116,32,104,101,105,103,104,116,61,34,49,34,32,119,105,100,116,104,61,34,49,34,32,61,39,43,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,60,108,105,110,107,32,114,101,108,61,34,97,108,116,101,114,110,97,116,101,34,32,10,98,111,100,121,44,32,116,114,44,32,105,110,112,117,116,44,32,116,101,120,116,109,101,116,97,32,110,97,109,101,61,34,114,111,98,111,116,115,34,32,99,111,110,109,101,116,104,111,100,61,34,112,111,115,116,34,32,97,99,116,105,111,110,61,34,62,10,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,60,47,100,105,118,62,60,47,100,105,118,62,60,100,105,118,32,99,108,97,115,115,108,97,110,103,117,97,103,101,61,34,106,97,118,97,115,99,114,105,112,116,34,62,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,194,183,60,114,105,112,116,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,108,61,48,59,125,41,40,41,59,10,40,102,117,110,99,116,105,111,110,40,41,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,32,117,114,108,40,47,97,62,60,47,108,105,62,60,108,105,62,60,97,32,104,114,101,102,61,34,104,9,9,60,108,105,62,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,97,116,111,114,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,62,32,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,108,97,110,103,117,97,103,101,61,34,106,97,118,97,115,99,114,105,112,116,34,32,47,111,112,116,105,111,110,62,10,60,111,112,116,105,111,110,32,118,97,108,117,101,47,100,105,118,62,60,47,100,105,118,62,60,100,105,118,32,99,108,97,115,115,61,114,97,116,111,114,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,101,61,40,110,101,119,32,68,97,116,101,41,46,103,101,116,84,105,109,101,40,41,112,111,114,116,117,103,117,195,170,115,32,40,100,111,32,66,114,97,115,105,108,41,208,190,209,128,208,179,208,176,208,189,208,184,208,183,208,176,209,134,208,184,208,184,208,178,208,190,208,183,208,188,208,190,208,182,208,189,208,190,209,129,209,130,209,140,208,190,208,177,209,128,208,176,208,183,208,190,208,178,208,176,208,189,208,184,209,143,209,128,208,181,208,179,208,184,209,129,209,130,209,128,208,176,209,134,208,184,208,184,208,178,208,190,208,183,208,188,208,190,208,182,208,189,208,190,209,129,209,130,208,184,208,190,208,177,209,143,208,183,208,176,209,130,208,181,208,187,209,140,208,189,208,176,60,33,68,79,67,84,89,80,69,32,104,116,109,108,32,80,85,66,76,73,67,32,34,110,116,45,84,121,112,101,34,32,99,111,110,116,101,110,116,61,34,116,101,120,116,47,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,67,111,110,116,101,114,97,110,115,105,116,105,111,110,97,108,47,47,69,78,34,32,34,104,116,116,112,58,60,104,116,109,108,32,120,109,108,110,115,61,34,104,116,116,112,58,47,47,119,119,119,45,47,47,87,51,67,47,47,68,84,68,32,88,72,84,77,76,32,49,46,48,32,84,68,84,68,47,120,104,116,109,108,49,45,116,114,97,110,115,105,116,105,111,110,97,108,47,47,119,119,119,46,119,51,46,111,114,103,47,84,82,47,120,104,116,109,108,49,47,112,101,32,61,32,39,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,39,59,60,109,101,116,97,32,110,97,109,101,61,34,100,101,115,99,114,105,112,116,105,111,110,112,97,114,101,110,116,78,111,100,101,46,105,110,115,101,114,116,66,101,102,111,114,101,60,105,110,112,117,116,32,116,121,112,101,61,34,104,105,100,100,101,110,34,32,110,97,106,115,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,40,100,111,99,117,109,101,110,116,41,46,114,101,97,100,121,40,102,117,110,99,116,105,115,99,114,105,112,116,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,105,109,97,103,101,34,32,99,111,110,116,101,110,116,61,34,104,116,116,112,58,47,47,85,65,45,67,111,109,112,97,116,105,98,108,101,34,32,99,111,110,116,101,110,116,61,116,109,108,59,32,99,104,97,114,115,101,116,61,117,116,102,45,56,34,32,47,62,10,108,105,110,107,32,114,101,108,61,34,115,104,111,114,116,99,117,116,32,105,99,111,110,60,108,105,110,107,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,60,47,115,99,114,105,112,116,62,10,60,115,99,114,105,112,116,32,116,121,112,101,61,61,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,104,114,101,102,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,105,110,112,117,116,32,116,121,112,101,61,34,116,101,120,116,34,32,110,97,109,101,61,97,46,116,121,112,101,32,61,32,39,116,101,120,116,47,106,97,118,97,115,99,114,105,110,112,117,116,32,116,121,112,101,61,34,104,105,100,100,101,110,34,32,110,97,109,101,104,116,109,108,59,32,99,104,97,114,115,101,116,61,117,116,102,45,56,34,32,47,62,100,116,100,34,62,10,60,104,116,109,108,32,120,109,108,110,115,61,34,104,116,116,112,45,47,47,87,51,67,47,47,68,84,68,32,72,84,77,76,32,52,46,48,49,32,84,101,110,116,115,66,121,84,97,103,78,97,109,101,40,39,115,99,114,105,112,116,39,41,105,110,112,117,116,32,116,121,112,101,61,34,104,105,100,100,101,110,34,32,110,97,109,60,115,99,114,105,112,116,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,34,32,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,110,111,110,101,59,34,62,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,39,32,116,121,112,101,61,39,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,39,105,110,112,117,116,32,116,121,112,101,61,34,116,101,120,116,34,32,110,97,109,101,61,34,100,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,115,110,105,99,97,108,34,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,67,47,47,68,84,68,32,72,84,77,76,32,52,46,48,49,32,84,114,97,110,115,105,116,60,115,116,121,108,101,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,10,10,60,115,116,121,108,101,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,105,111,110,97,108,46,100,116,100,34,62,10,60,104,116,109,108,32,120,109,108,110,115,61,104,116,116,112,45,101,113,117,105,118,61,34,67,111,110,116,101,110,116,45,84,121,112,101,100,105,110,103,61,34,48,34,32,99,101,108,108,115,112,97,99,105,110,103,61,34,48,34,104,116,109,108,59,32,99,104,97,114,115,101,116,61,117,116,102,45,56,34,32,47,62,10,32,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,110,111,110,101,59,34,62,60,60,108,105,62,60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,32,116,121,112,101,61,39,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,39,62,208,180,208,181,209,143,209,130,208,181,208,187,209,140,208,189,208,190,209,129,209,130,208,184,209,129,208,190,208,190,209,130,208,178,208,181,209,130,209,129,209,130,208,178,208,184,208,184,208,191,209,128,208,190,208,184,208,183,208,178,208,190,208,180,209,129,209,130,208,178,208,176,208,177,208,181,208,183,208,190,208,191,208,176,209,129,208,189,208,190,209,129,209,130,208,184,224,164,170,224,165,129,224,164,184,224,165,141,224,164,164,224,164,191,224,164,149,224,164,190,224,164,149,224,164,190,224,164,130,224,164,151,224,165,141,224,164,176,224,165,135,224,164,184,224,164,137,224,164,168,224,165,141,224,164,185,224,165,139,224,164,130,224,164,168,224,165,135,224,164,181,224,164,191,224,164,167,224,164,190,224,164,168,224,164,184,224,164,173,224,164,190,224,164,171,224,164,191,224,164,149,224,165,141,224,164,184,224,164,191,224,164,130,224,164,151,224,164,184,224,165,129,224,164,176,224,164,149,224,165,141,224,164,183,224,164,191,224,164,164,224,164,149,224,165,137,224,164,170,224,165,128,224,164,176,224,164,190,224,164,135,224,164,159,224,164,181,224,164,191,224,164,156,224,165,141,224,164,158,224,164,190,224,164,170,224,164,168,224,164,149,224,164,190,224,164,176,224,165,141,224,164,176,224,164,181,224,164,190,224,164,136,224,164,184,224,164,149,224,165,141,224,164,176,224,164,191,224,164,175,224,164,164,224,164,190]);F7.init=function(){return F7.dictionary}});var zr=wx(Se=>{var Of=As();Se.init=function(){Se.dictionary=Of.init()};Se.offsetsByLength=new Uint32Array([0,0,0,0,0,4096,9216,21504,35840,44032,53248,63488,74752,87040,93696,100864,104704,106752,108928,113536,115968,118528,119872,121280,122016]);Se.sizeBitsByLength=new Uint8Array([0,0,0,0,10,10,11,11,10,10,10,10,10,9,9,8,7,7,8,7,7,6,6,5,5]);Se.minDictionaryWordLength=4;Se.maxDictionaryWordLength=24});var Ur=wx(Hr=>{function He(t,x){this.bits=t,this.value=x}Hr.HuffmanCode=He;var ze=15;function Ps(t,x){for(var e=1<<x-1;t&e;)e>>=1;return(t&e-1)+e}function Ts(t,x,e,a,r){do a-=e,t[x+a]=new He(r.bits,r.value);while(a>0)}function Bf(t,x,e){for(var a=1<<x-e;x<ze&&(a-=t[x],!(a<=0));)++x,a<<=1;return x-e}Hr.BrotliBuildHuffmanTable=function(t,x,e,a,r){var n=x,i,s,o,f,c,d,h,b,u,g,S,w=new Int32Array(ze+1),T=new Int32Array(ze+1);for(S=new Int32Array(r),o=0;o<r;o++)w[a[o]]++;for(T[1]=0,s=1;s<ze;s++)T[s+1]=T[s]+w[s];for(o=0;o<r;o++)a[o]!==0&&(S[T[a[o]]++]=o);if(b=e,u=1<<b,g=u,T[ze]===1){for(f=0;f<g;++f)t[x+f]=new He(0,S[0]&65535);return g}for(f=0,o=0,s=1,c=2;s<=e;++s,c<<=1)for(;w[s]>0;--w[s])i=new He(s&255,S[o++]&65535),Ts(t,x+f,c,u,i),f=Ps(f,s);for(h=g-1,d=-1,s=e+1,c=2;s<=ze;++s,c<<=1)for(;w[s]>0;--w[s])(f&h)!==d&&(x+=u,b=Bf(w,s,e),u=1<<b,g+=u,d=f&h,t[n+d]=new He(b+e&255,x-n-d&65535)),i=new He(s-e&255,S[o++]&65535),Ts(t,x+(f>>e),c,u,i),f=Ps(f,s);return g}});var Ls=wx(Vr=>{Vr.lookup=new Uint8Array([0,0,0,0,0,0,0,0,0,4,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,16,12,12,20,12,16,24,28,12,12,32,12,36,12,44,44,44,44,44,44,44,44,44,44,32,32,24,40,28,12,12,48,52,52,52,48,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,24,12,28,12,12,12,56,60,60,60,56,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,24,12,28,12,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,56,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);Vr.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])});var $s=wx(Ue=>{function w0(t,x){this.offset=t,this.nbits=x}Ue.kBlockLengthPrefixCode=[new w0(1,2),new w0(5,2),new w0(9,2),new w0(13,2),new w0(17,3),new w0(25,3),new w0(33,3),new w0(41,3),new w0(49,4),new w0(65,4),new w0(81,4),new w0(97,4),new w0(113,5),new w0(145,5),new w0(177,5),new w0(209,5),new w0(241,6),new w0(305,6),new w0(369,7),new w0(497,8),new w0(753,9),new w0(1265,10),new w0(2289,11),new w0(4337,12),new w0(8433,13),new w0(16625,24)];Ue.kInsertLengthPrefixCode=[new w0(0,0),new w0(1,0),new w0(2,0),new w0(3,0),new w0(4,0),new w0(5,0),new w0(6,1),new w0(8,1),new w0(10,2),new w0(14,2),new w0(18,3),new w0(26,3),new w0(34,4),new w0(50,4),new w0(66,5),new w0(98,5),new w0(130,6),new w0(194,7),new w0(322,8),new w0(578,9),new w0(1090,10),new w0(2114,12),new w0(6210,14),new w0(22594,24)];Ue.kCopyLengthPrefixCode=[new w0(2,0),new w0(3,0),new w0(4,0),new w0(5,0),new w0(6,0),new w0(7,0),new w0(8,0),new w0(9,0),new w0(10,1),new w0(12,1),new w0(14,2),new w0(18,2),new w0(22,3),new w0(30,3),new w0(38,4),new w0(54,4),new w0(70,5),new w0(102,5),new w0(134,6),new w0(198,7),new w0(326,8),new w0(582,9),new w0(1094,10),new w0(2118,24)];Ue.kInsertRangeLut=[0,0,8,8,0,16,8,16,16];Ue.kCopyRangeLut=[0,8,0,8,16,0,16,8,16]});var Es=wx(E7=>{var Df=zr(),k0=0,Ms=1,Rf=2,Nf=3,Gf=4,zf=5,Hf=6,Uf=7,Vf=8,Fs=9,mx=10,Cx=11,Wr=12,Wf=13,jf=14,Xf=15,qf=16,Kf=17,Zf=18,Yf=20;function e0(t,x,e){this.prefix=new Uint8Array(t.length),this.transform=x,this.suffix=new Uint8Array(e.length);for(var a=0;a<t.length;a++)this.prefix[a]=t.charCodeAt(a);for(var a=0;a<e.length;a++)this.suffix[a]=e.charCodeAt(a)}var Lt=[new e0("",k0,""),new e0("",k0," "),new e0(" ",k0," "),new e0("",Wr,""),new e0("",mx," "),new e0("",k0," the "),new e0(" ",k0,""),new e0("s ",k0," "),new e0("",k0," of "),new e0("",mx,""),new e0("",k0," and "),new e0("",Wf,""),new e0("",Ms,""),new e0(", ",k0," "),new e0("",k0,", "),new e0(" ",mx," "),new e0("",k0," in "),new e0("",k0," to "),new e0("e ",k0," "),new e0("",k0,'"'),new e0("",k0,"."),new e0("",k0,'">'),new e0("",k0,`
|
|
4
|
+
`),new e0("",Nf,""),new e0("",k0,"]"),new e0("",k0," for "),new e0("",jf,""),new e0("",Rf,""),new e0("",k0," a "),new e0("",k0," that "),new e0(" ",mx,""),new e0("",k0,". "),new e0(".",k0,""),new e0(" ",k0,", "),new e0("",Xf,""),new e0("",k0," with "),new e0("",k0,"'"),new e0("",k0," from "),new e0("",k0," by "),new e0("",qf,""),new e0("",Kf,""),new e0(" the ",k0,""),new e0("",Gf,""),new e0("",k0,". The "),new e0("",Cx,""),new e0("",k0," on "),new e0("",k0," as "),new e0("",k0," is "),new e0("",Uf,""),new e0("",Ms,"ing "),new e0("",k0,`
|
|
5
|
+
`),new e0("",k0,":"),new e0(" ",k0,". "),new e0("",k0,"ed "),new e0("",Yf,""),new e0("",Zf,""),new e0("",Hf,""),new e0("",k0,"("),new e0("",mx,", "),new e0("",Vf,""),new e0("",k0," at "),new e0("",k0,"ly "),new e0(" the ",k0," of "),new e0("",zf,""),new e0("",Fs,""),new e0(" ",mx,", "),new e0("",mx,'"'),new e0(".",k0,"("),new e0("",Cx," "),new e0("",mx,'">'),new e0("",k0,'="'),new e0(" ",k0,"."),new e0(".com/",k0,""),new e0(" the ",k0," of the "),new e0("",mx,"'"),new e0("",k0,". This "),new e0("",k0,","),new e0(".",k0," "),new e0("",mx,"("),new e0("",mx,"."),new e0("",k0," not "),new e0(" ",k0,'="'),new e0("",k0,"er "),new e0(" ",Cx," "),new e0("",k0,"al "),new e0(" ",Cx,""),new e0("",k0,"='"),new e0("",Cx,'"'),new e0("",mx,". "),new e0(" ",k0,"("),new e0("",k0,"ful "),new e0(" ",mx,". "),new e0("",k0,"ive "),new e0("",k0,"less "),new e0("",Cx,"'"),new e0("",k0,"est "),new e0(" ",mx,"."),new e0("",Cx,'">'),new e0(" ",k0,"='"),new e0("",mx,","),new e0("",k0,"ize "),new e0("",Cx,"."),new e0("\xC2\xA0",k0,""),new e0(" ",k0,","),new e0("",mx,'="'),new e0("",Cx,'="'),new e0("",k0,"ous "),new e0("",Cx,", "),new e0("",mx,"='"),new e0(" ",mx,","),new e0(" ",Cx,'="'),new e0(" ",Cx,", "),new e0("",Cx,","),new e0("",Cx,"("),new e0("",Cx,". "),new e0(" ",Cx,"."),new e0("",Cx,"='"),new e0(" ",Cx,". "),new e0(" ",mx,'="'),new e0(" ",Cx,"='"),new e0(" ",mx,"='")];E7.kTransforms=Lt;E7.kNumTransforms=Lt.length;function Is(t,x){return t[x]<192?(t[x]>=97&&t[x]<=122&&(t[x]^=32),1):t[x]<224?(t[x+1]^=32,2):(t[x+2]^=5,3)}E7.transformDictionaryWord=function(t,x,e,a,r){var n=Lt[r].prefix,i=Lt[r].suffix,s=Lt[r].transform,o=s<Wr?0:s-(Wr-1),f=0,c=x,d;o>a&&(o=a);for(var h=0;h<n.length;)t[x++]=n[h++];for(e+=o,a-=o,s<=Fs&&(a-=s),f=0;f<a;f++)t[x++]=Df.dictionary[e+f];if(d=x-a,s===mx)Is(t,d);else if(s===Cx)for(;a>0;){var b=Is(t,d);d+=b,a-=b}for(var u=0;u<i.length;)t[x++]=i[u++];return x-c}});var Xs=wx(D7=>{var Gs=Gr().BrotliInput,Jf=Gr().BrotliOutput,je=ks(),We=zr(),Sx=Ur().HuffmanCode,zs=Ur().BrotliBuildHuffmanTable,Ve=Ls(),Y6=$s(),Os=Es(),Qf=8,Bs=16,xc=256,ec=704,tc=26,Ds=6,Rs=2,Xr=8,ac=255,J6=1080,qr=18,rc=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),Kr=16,nc=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),ic=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),sc=new Uint16Array([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]);function Hs(t){var x;return t.readBits(1)===0?16:(x=t.readBits(3),x>0?17+x:(x=t.readBits(3),x>0?8+x:17))}function Us(t){if(t.readBits(1)){var x=t.readBits(3);return x===0?1:t.readBits(x)+(1<<x)}return 0}function oc(){this.meta_block_length=0,this.input_end=0,this.is_uncompressed=0,this.is_metadata=!1}function Vs(t){var x=new oc,e,a,r;if(x.input_end=t.readBits(1),x.input_end&&t.readBits(1))return x;if(e=t.readBits(2)+4,e===7){if(x.is_metadata=!0,t.readBits(1)!==0)throw new Error("Invalid reserved bit");if(a=t.readBits(2),a===0)return x;for(r=0;r<a;r++){var n=t.readBits(8);if(r+1===a&&a>1&&n===0)throw new Error("Invalid size byte");x.meta_block_length|=n<<r*8}}else for(r=0;r<e;++r){var i=t.readBits(4);if(r+1===e&&e>4&&i===0)throw new Error("Invalid size nibble");x.meta_block_length|=i<<r*4}return++x.meta_block_length,!x.input_end&&!x.is_metadata&&(x.is_uncompressed=t.readBits(1)),x}function Xe(t,x,e){var a=x,r;return e.fillBitWindow(),x+=e.val_>>>e.bit_pos_&ac,r=t[x].bits-Xr,r>0&&(e.bit_pos_+=Xr,x+=t[x].value,x+=e.val_>>>e.bit_pos_&(1<<r)-1),e.bit_pos_+=t[x].bits,t[x].value}function fc(t,x,e,a){for(var r=0,n=Qf,i=0,s=0,o=32768,f=[],c=0;c<32;c++)f.push(new Sx(0,0));for(zs(f,0,5,t,qr);r<x&&o>0;){var d=0,h;if(a.readMoreInput(),a.fillBitWindow(),d+=a.val_>>>a.bit_pos_&31,a.bit_pos_+=f[d].bits,h=f[d].value&255,h<Bs)i=0,e[r++]=h,h!==0&&(n=h,o-=32768>>h);else{var b=h-14,u,g,S=0;if(h===Bs&&(S=n),s!==S&&(i=0,s=S),u=i,i>0&&(i-=2,i<<=b),i+=a.readBits(b)+3,g=i-u,r+g>x)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var w=0;w<g;w++)e[r+w]=s;r+=g,s!==0&&(o-=g<<15-s)}}if(o!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+o);for(;r<x;r++)e[r]=0}function B7(t,x,e,a){var r=0,n,i=new Uint8Array(t);if(a.readMoreInput(),n=a.readBits(2),n===1){for(var s,o=t-1,f=0,c=new Int32Array(4),d=a.readBits(2)+1;o;)o>>=1,++f;for(s=0;s<d;++s)c[s]=a.readBits(f)%t,i[c[s]]=2;switch(i[c[0]]=1,d){case 1:break;case 3:if(c[0]===c[1]||c[0]===c[2]||c[1]===c[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(c[0]===c[1])throw new Error("[ReadHuffmanCode] invalid symbols");i[c[1]]=1;break;case 4:if(c[0]===c[1]||c[0]===c[2]||c[0]===c[3]||c[1]===c[2]||c[1]===c[3]||c[2]===c[3])throw new Error("[ReadHuffmanCode] invalid symbols");a.readBits(1)?(i[c[2]]=3,i[c[3]]=3):i[c[0]]=2;break}}else{var s,h=new Uint8Array(qr),b=32,u=0,g=[new Sx(2,0),new Sx(2,4),new Sx(2,3),new Sx(3,2),new Sx(2,0),new Sx(2,4),new Sx(2,3),new Sx(4,1),new Sx(2,0),new Sx(2,4),new Sx(2,3),new Sx(3,2),new Sx(2,0),new Sx(2,4),new Sx(2,3),new Sx(4,5)];for(s=n;s<qr&&b>0;++s){var S=rc[s],w=0,T;a.fillBitWindow(),w+=a.val_>>>a.bit_pos_&15,a.bit_pos_+=g[w].bits,T=g[w].value,h[S]=T,T!==0&&(b-=32>>T,++u)}if(!(u===1||b===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");fc(h,t,i,a)}if(r=zs(x,e,Xr,i,t),r===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return r}function O7(t,x,e){var a,r;return a=Xe(t,x,e),r=Y6.kBlockLengthPrefixCode[a].nbits,Y6.kBlockLengthPrefixCode[a].offset+e.readBits(r)}function cc(t,x,e){var a;return t<Kr?(e+=nc[t],e&=3,a=x[e]+ic[t]):a=t-Kr+1,a}function dc(t,x){for(var e=t[x],a=x;a;--a)t[a]=t[a-1];t[0]=e}function lc(t,x){var e=new Uint8Array(256),a;for(a=0;a<256;++a)e[a]=a;for(a=0;a<x;++a){var r=t[a];t[a]=e[r],r&&dc(e,r)}}function _e(t,x){this.alphabet_size=t,this.num_htrees=x,this.codes=new Array(x+x*sc[t+31>>>5]),this.htrees=new Uint32Array(x)}_e.prototype.decode=function(t){var x,e,a=0;for(x=0;x<this.num_htrees;++x)this.htrees[x]=a,e=B7(this.alphabet_size,this.codes,a,t),a+=e};function Ns(t,x){var e={num_htrees:null,context_map:null},a,r=0,n,i;x.readMoreInput();var s=e.num_htrees=Us(x)+1,o=e.context_map=new Uint8Array(t);if(s<=1)return e;for(a=x.readBits(1),a&&(r=x.readBits(4)+1),n=[],i=0;i<J6;i++)n[i]=new Sx(0,0);for(B7(s+r,n,0,x),i=0;i<t;){var f;if(x.readMoreInput(),f=Xe(n,0,x),f===0)o[i]=0,++i;else if(f<=r)for(var c=1+(1<<f)+x.readBits(f);--c;){if(i>=t)throw new Error("[DecodeContextMap] i >= context_map_size");o[i]=0,++i}else o[i]=f-r,++i}return x.readBits(1)&&lc(o,t),e}function jr(t,x,e,a,r,n,i){var s=e*2,o=e,f=Xe(x,e*J6,i),c;f===0?c=r[s+(n[o]&1)]:f===1?c=r[s+(n[o]-1&1)]+1:c=f-2,c>=t&&(c-=t),a[e]=c,r[s+(n[o]&1)]=c,++n[o]}function hc(t,x,e,a,r,n){var i=r+1,s=e&r,o=n.pos_&je.IBUF_MASK,f;if(x<8||n.bit_pos_+(x<<3)<n.bit_end_pos_){for(;x-- >0;)n.readMoreInput(),a[s++]=n.readBits(8),s===i&&(t.write(a,i),s=0);return}if(n.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;n.bit_pos_<32;)a[s]=n.val_>>>n.bit_pos_,n.bit_pos_+=8,++s,--x;if(f=n.bit_end_pos_-n.bit_pos_>>3,o+f>je.IBUF_MASK){for(var c=je.IBUF_MASK+1-o,d=0;d<c;d++)a[s+d]=n.buf_[o+d];f-=c,s+=c,x-=c,o=0}for(var d=0;d<f;d++)a[s+d]=n.buf_[o+d];if(s+=f,x-=f,s>=i){t.write(a,i),s-=i;for(var d=0;d<s;d++)a[d]=a[i+d]}for(;s+x>=i;){if(f=i-s,n.input_.read(a,s,f)<f)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");t.write(a,i),x-=f,s=0}if(n.input_.read(a,s,x)<x)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");n.reset()}function uc(t){var x=t.bit_pos_+7&-8,e=t.readBits(x-t.bit_pos_);return e==0}function Ws(t){var x=new Gs(t),e=new je(x);Hs(e);var a=Vs(e);return a.meta_block_length}D7.BrotliDecompressedSize=Ws;function bc(t,x){var e=new Gs(t);x==null&&(x=Ws(t));var a=new Uint8Array(x),r=new Jf(a);return js(e,r),r.pos<r.buffer.length&&(r.buffer=r.buffer.subarray(0,r.pos)),r.buffer}D7.BrotliDecompressBuffer=bc;function js(t,x){var e,a=0,r=0,n=0,i,s=0,o,f,c,d,h=[16,15,11,4],b=0,u=0,g=0,S=[new _e(0,0),new _e(0,0),new _e(0,0)],w,T,m,D=128+je.READ_SIZE;m=new je(t),n=Hs(m),i=(1<<n)-16,o=1<<n,f=o-1,c=new Uint8Array(o+D+We.maxDictionaryWordLength),d=o,w=[],T=[];for(var N=0;N<3*J6;N++)w[N]=new Sx(0,0),T[N]=new Sx(0,0);for(;!r;){var H=0,G,z=[1<<28,1<<28,1<<28],J=[0],Q=[1,1,1],l0=[0,1,0,1,0,1],C=[0],$,E,I,o0,Z=null,X=null,a0,d0=null,f0,Y=0,x0=null,_0=0,r0=0,y0=null,I0=0,n0=0,C0=0,m0,$0;for(e=0;e<3;++e)S[e].codes=null,S[e].htrees=null;m.readMoreInput();var j0=Vs(m);if(H=j0.meta_block_length,a+H>x.buffer.length){var ex=new Uint8Array(a+H);ex.set(x.buffer),x.buffer=ex}if(r=j0.input_end,G=j0.is_uncompressed,j0.is_metadata){for(uc(m);H>0;--H)m.readMoreInput(),m.readBits(8);continue}if(H!==0){if(G){m.bit_pos_=m.bit_pos_+7&-8,hc(x,H,a,c,f,m),a+=H;continue}for(e=0;e<3;++e)Q[e]=Us(m)+1,Q[e]>=2&&(B7(Q[e]+2,w,e*J6,m),B7(tc,T,e*J6,m),z[e]=O7(T,e*J6,m),C[e]=1);for(m.readMoreInput(),$=m.readBits(2),E=Kr+(m.readBits(4)<<$),I=(1<<$)-1,o0=E+(48<<$),X=new Uint8Array(Q[0]),e=0;e<Q[0];++e)m.readMoreInput(),X[e]=m.readBits(2)<<1;var Lx=Ns(Q[0]<<Ds,m);a0=Lx.num_htrees,Z=Lx.context_map;var a6=Ns(Q[2]<<Rs,m);for(f0=a6.num_htrees,d0=a6.context_map,S[0]=new _e(xc,a0),S[1]=new _e(ec,Q[1]),S[2]=new _e(o0,f0),e=0;e<3;++e)S[e].decode(m);for(x0=0,y0=0,m0=X[J[0]],n0=Ve.lookupOffsets[m0],C0=Ve.lookupOffsets[m0+1],$0=S[1].htrees[0];H>0;){var r6,Hx,Ux,_x,G6,yx,B0,Px,h6,jx,u6;for(m.readMoreInput(),z[1]===0&&(jr(Q[1],w,1,J,l0,C,m),z[1]=O7(T,J6,m),$0=S[1].htrees[J[1]]),--z[1],r6=Xe(S[1].codes,$0,m),Hx=r6>>6,Hx>=2?(Hx-=2,B0=-1):B0=0,Ux=Y6.kInsertRangeLut[Hx]+(r6>>3&7),_x=Y6.kCopyRangeLut[Hx]+(r6&7),G6=Y6.kInsertLengthPrefixCode[Ux].offset+m.readBits(Y6.kInsertLengthPrefixCode[Ux].nbits),yx=Y6.kCopyLengthPrefixCode[_x].offset+m.readBits(Y6.kCopyLengthPrefixCode[_x].nbits),u=c[a-1&f],g=c[a-2&f],jx=0;jx<G6;++jx)m.readMoreInput(),z[0]===0&&(jr(Q[0],w,0,J,l0,C,m),z[0]=O7(T,0,m),Y=J[0]<<Ds,x0=Y,m0=X[J[0]],n0=Ve.lookupOffsets[m0],C0=Ve.lookupOffsets[m0+1]),h6=Ve.lookup[n0+u]|Ve.lookup[C0+g],_0=Z[x0+h6],--z[0],g=u,u=Xe(S[0].codes,S[0].htrees[_0],m),c[a&f]=u,(a&f)===f&&x.write(c,o),++a;if(H-=G6,H<=0)break;if(B0<0){var h6;if(m.readMoreInput(),z[2]===0&&(jr(Q[2],w,2,J,l0,C,m),z[2]=O7(T,2*J6,m),r0=J[2]<<Rs,y0=r0),--z[2],h6=(yx>4?3:yx-2)&255,I0=d0[y0+h6],B0=Xe(S[2].codes,S[2].htrees[I0],m),B0>=E){var le,l7,z6;B0-=E,l7=B0&I,B0>>=$,le=(B0>>1)+1,z6=(2+(B0&1)<<le)-4,B0=E+(z6+m.readBits(le)<<$)+l7}}if(Px=cc(B0,h,b),Px<0)throw new Error("[BrotliDecompress] invalid distance");if(a<i&&s!==i?s=a:s=i,u6=a&f,Px>s)if(yx>=We.minDictionaryWordLength&&yx<=We.maxDictionaryWordLength){var z6=We.offsetsByLength[yx],h7=Px-s-1,u7=We.sizeBitsByLength[yx],tr=(1<<u7)-1,Be=h7&tr,he=h7>>u7;if(z6+=Be*yx,he<Os.kNumTransforms){var n6=Os.transformDictionaryWord(c,u6,z6,yx,he);if(u6+=n6,a+=n6,H-=n6,u6>=d){x.write(c,o);for(var De=0;De<u6-d;De++)c[De]=c[d+De]}}else throw new Error("Invalid backward reference. pos: "+a+" distance: "+Px+" len: "+yx+" bytes left: "+H)}else throw new Error("Invalid backward reference. pos: "+a+" distance: "+Px+" len: "+yx+" bytes left: "+H);else{if(B0>0&&(h[b&3]=Px,++b),yx>H)throw new Error("Invalid backward reference. pos: "+a+" distance: "+Px+" len: "+yx+" bytes left: "+H);for(jx=0;jx<yx;++jx)c[a&f]=c[a-Px&f],(a&f)===f&&x.write(c,o),++a,--H}u=c[a-1&f],g=c[a-2&f]}a&=1073741823}}x.write(c,a&f)}D7.BrotliDecompress=js;We.init()});var Ks=wx((ww,qs)=>{qs.exports=Xs().BrotliDecompressBuffer});var m4=wx(wa=>{var $h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";(function(t){"use strict";var x=typeof Uint8Array<"u"?Uint8Array:Array,e=43,a=47,r=48,n=97,i=65,s=45,o=95;function f(h){var b=h.charCodeAt(0);if(b===e||b===s)return 62;if(b===a||b===o)return 63;if(b<r)return-1;if(b<r+10)return b-r+26+26;if(b<i+26)return b-i;if(b<n+26)return b-n+26}function c(h){var b,u,g,S,w,T;if(h.length%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var m=h.length;w=h.charAt(m-2)==="="?2:h.charAt(m-1)==="="?1:0,T=new x(h.length*3/4-w),g=w>0?h.length-4:h.length;var D=0;function N(H){T[D++]=H}for(b=0,u=0;b<g;b+=4,u+=3)S=f(h.charAt(b))<<18|f(h.charAt(b+1))<<12|f(h.charAt(b+2))<<6|f(h.charAt(b+3)),N((S&16711680)>>16),N((S&65280)>>8),N(S&255);return w===2?(S=f(h.charAt(b))<<2|f(h.charAt(b+1))>>4,N(S&255)):w===1&&(S=f(h.charAt(b))<<10|f(h.charAt(b+1))<<4|f(h.charAt(b+2))>>2,N(S>>8&255),N(S&255)),T}function d(h){var b,u=h.length%3,g="",S,w;function T(D){return $h.charAt(D)}function m(D){return T(D>>18&63)+T(D>>12&63)+T(D>>6&63)+T(D&63)}for(b=0,w=h.length-u;b<w;b+=3)S=(h[b]<<16)+(h[b+1]<<8)+h[b+2],g+=m(S);switch(u){case 1:S=h[h.length-1],g+=T(S>>2),g+=T(S<<4&63),g+="==";break;case 2:S=(h[h.length-2]<<8)+h[h.length-1],g+=T(S>>10),g+=T(S>>4&63),g+=T(S<<2&63),g+="=";break}return g}t.toByteArray=c,t.fromByteArray=d})(typeof wa>"u"?wa.base64js={}:wa)});function h3(t){let e=new DOMParser().parseFromString(t,"text/html"),a=e.querySelectorAll("style"),r="";for(let i of a)r+=i.textContent+`
|
|
6
|
+
`,i.remove();let n=document.createDocumentFragment();for(;e.body.firstChild;)n.appendChild(document.adoptNode(e.body.firstChild));return{fragment:n,css:r}}var u3=St(()=>{});function og(t){let x=[],e=[];t=t.replace(/\/\*[\s\S]*?\*\//g,"");let a=0;for(;a<t.length;){for(;a<t.length&&/\s/.test(t[a]);)a++;if(a>=t.length)break;if(t[a]==="@"){let c=a,d=0;for(;a<t.length;){if(t[a]==="{"&&d++,t[a]==="}"&&(d--,d<=0)){a++;break}a++}let h=t.slice(c,a);h.startsWith("@font-face")&&e.push(h);continue}let r=a;for(;a<t.length&&t[a]!=="{";)a++;if(a>=t.length)break;let n=t.slice(r,a).trim();a++;let i=a;for(;a<t.length&&t[a]!=="}";)a++;let s=t.slice(i,a).trim();if(a++,!n)continue;let o=n.split(",").map(c=>c.trim()).filter(Boolean),f=[];for(let c of s.split(";")){let d=c.indexOf(":");if(d===-1)continue;let h=c.slice(0,d).trim().toLowerCase(),b=c.slice(d+1).trim();h&&b&&f.push({property:h,value:b})}o.length>0&&f.length>0&&x.push({selectors:o,declarations:f})}return{rules:x,fontFaceRules:e}}function fg(t){let e=t.replace(/::[\w-]+/g,"").split(/\s*>\s*|\s+/),a=0,r=0,n=0;for(let i of e){let s=i.match(/#[\w-]+/g);s&&(a+=s.length);let o=i.match(/\.[\w-]+/g);o&&(r+=o.length);let f=i.replace(/[#.][\w-]+/g,"").replace(/:[\w-]+/g,"").trim();f&&f!=="*"&&n++}return[a,r,n]}function cg(t){let x=t.match(/\.[\w-]+/g)||[],e=t.replace(/\.[\w-]+/g,"").replace(/:[\w-]+/g,"").trim();return{tag:e&&e!=="*"?e:"",classes:x.map(a=>a.slice(1))}}function Qn(t,x){if(t.tag&&t.tag!==x.tagName)return!1;for(let e of t.classes)if(!x.classes.has(e))return!1;return!0}function dg(t){let x;if(t.includes("::")){if(t.replace(/::marker\b/g,"").includes("::"))return null;if(/::marker\b/.test(t))x="marker",t=t.replace(/(^|[\s>])::marker\b/g,"$1*"),t=t.replace(/::marker\b/g,"");else return null}if(/:(?:nth-|hover|focus|active|visited|first-child|last-child)/.test(t))return null;let e=[],a=[],r=t.trim().split(/\s+/);for(let o=0;o<r.length;o++)r[o]===">"?a.push(">"):(e.length>a.length+1&&a.push(" "),e.push(r[o]));for(;a.length<e.length-1;)a.push(" ");if(e.length===0)return null;let n=e.map(cg),i=n[n.length-1],s=i.tag;return{parts:n,combinators:a,rightmost:i,rightmostIsRoot:s==="html"||s==="body",spec:fg(t),pseudoElement:x}}function lg(t,x){if(t.rightmostIsRoot){if(x.parent!==null)return!1}else if(!Qn(t.rightmost,x))return!1;if(t.parts.length===1)return!0;let e=x.parent;for(let a=t.parts.length-2;a>=0;a--){if(!e)return!1;let r=t.parts[a];if(t.combinators[a]===">")if(e.parent===null&&(r.tag==="html"||r.tag==="body"))e=e.parent;else if(Qn(r,e))e=e.parent;else return!1;else{let i=!1;for(;e;){if(e.parent===null&&(r.tag==="html"||r.tag==="body")){e=e.parent,i=!0;break}if(Qn(r,e)){e=e.parent,i=!0;break}e=e.parent}if(!i)return!1}}return!0}function b3(){return{fontFamily:"sans-serif",fontSize:16,fontWeight:400,fontStyle:"normal",color:"rgb(0, 0, 0)",textAlign:"start",textAlignLast:"auto",textIndent:0,textTransform:"none",textDecorationLine:"none",textDecorationStyle:"solid",textDecorationColor:"rgb(0, 0, 0)",textShadow:"none",webkitTextStrokeWidth:0,webkitTextStrokeColor:"",webkitTextFillColor:"",paintOrder:"normal",webkitBackgroundClip:"",backgroundImage:"none",letterSpacing:0,wordSpacing:0,fontKerning:"auto",lineHeight:0,verticalAlign:"baseline",whiteSpace:"normal",wordBreak:"normal",overflowWrap:"normal",direction:"ltr",display:"block",width:0,minHeight:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,marginTop:0,marginRight:0,marginBottom:0,marginLeft:0,backgroundColor:"rgba(0, 0, 0, 0)",borderTopWidth:0,borderTopColor:"rgb(0, 0, 0)",borderTopStyle:"none",borderRightWidth:0,borderRightColor:"rgb(0, 0, 0)",borderRightStyle:"none",borderBottomWidth:0,borderBottomColor:"rgb(0, 0, 0)",borderBottomStyle:"none",borderLeftWidth:0,borderLeftColor:"rgb(0, 0, 0)",borderLeftStyle:"none",flexDirection:"row",gap:0,flexGrow:0,listStyleType:"disc"}}function ox(t,x,e){if(!t||t==="normal"||t==="auto"||t==="none")return 0;let a=t.trim();if(a.endsWith("em")){let n=parseFloat(a);return isNaN(n)?0:n*x}if(a.endsWith("%")){let n=parseFloat(a);return isNaN(n)?0:n/100*e}if(a.endsWith("px")){let n=parseFloat(a);return isNaN(n)?0:n}let r=parseFloat(a);return isNaN(r)?0:r}function hg(t){if(t==="bold")return 700;if(t==="normal")return 400;let x=parseInt(t,10);return isNaN(x)?400:x}function w3(t){let x=t.trim().toLowerCase();if(!x||x==="normal")return!1;let e=x.split(/\s+/).filter(n=>n==="fill"||n==="stroke"),a=e.indexOf("stroke"),r=e.indexOf("fill");return a===-1?!1:r===-1?!0:a<r}function ug(t){let x=[],e=0,a="";for(let r=0;r<t.length;r++){let n=t[r];n==="("?(e++,a+=n):n===")"?(e=Math.max(0,e-1),a+=n):e===0&&/\s/.test(n)?a&&(x.push(a),a=""):a+=n}return a&&x.push(a),x}function v3(t,x){if(t==="margin"||t==="padding"){let e=x.trim().split(/\s+/),a,r,n,i;return e.length===1?a=r=n=i=e[0]:e.length===2?(a=n=e[0],r=i=e[1]):e.length===3?(a=e[0],r=i=e[1],n=e[2]):(a=e[0],r=e[1],n=e[2],i=e[3]),[{property:`${t}-top`,value:a},{property:`${t}-right`,value:r},{property:`${t}-bottom`,value:n},{property:`${t}-left`,value:i}]}if(t==="border"||t==="border-top"||t==="border-right"||t==="border-bottom"||t==="border-left"){let e=x.trim().split(/\s+/),a=["solid","dashed","dotted","double","none","hidden"],r=e.find(f=>f.endsWith("px")||/^\d/.test(f))||"0",n=e.find(f=>a.includes(f))||"none",i=e.find(f=>!f.endsWith("px")&&!/^\d/.test(f)&&!a.includes(f))||"currentColor",s=[],o=t==="border"?["top","right","bottom","left"]:[t.replace("border-","")];for(let f of o)s.push({property:`border-${f}-width`,value:r}),s.push({property:`border-${f}-style`,value:n}),s.push({property:`border-${f}-color`,value:i});return s}if(t==="list-style")return x==="none"?[{property:"list-style-type",value:"none"}]:[{property:"list-style-type",value:x}];if(t==="text-decoration"){let e=x.trim();if(e==="inherit"||e==="none")return[{property:"text-decoration-line",value:"none"}];let a="",n=e.replace(/\b(rgba?\([^)]*\)|hsla?\([^)]*\))/i,c=>(a=c,"")).split(/\s+/).filter(Boolean),i=["underline","overline","line-through"],s=["solid","double","dotted","dashed","wavy"],o=[],f=[];for(let c of n)i.includes(c)?f.push(c):s.includes(c)?o.push({property:"text-decoration-style",value:c}):c.startsWith("#")&&o.push({property:"text-decoration-color",value:c});return a&&o.push({property:"text-decoration-color",value:a}),f.length>0&&o.unshift({property:"text-decoration-line",value:f.join(" ")}),o}if(t==="-webkit-text-stroke"){let e=ug(x.trim()),a=e.find(n=>n.endsWith("px")||/^\d/.test(n))||"0",r=e.find(n=>!n.endsWith("px")&&!/^\d/.test(n))||"currentColor";return[{property:"-webkit-text-stroke-width",value:a},{property:"-webkit-text-stroke-color",value:r}]}if(t==="flex"){let e=x.trim().split(/\s+/),a=parseFloat(e[0]);return isNaN(a)?[]:[{property:"flex-grow",value:String(a)}]}return t==="border-collapse"||t==="border-spacing"?[]:[{property:t,value:x}]}function n7(t,x,e,a,r,n){let i=t.fontSize||a;switch(x){case"font-family":t.fontFamily=e.trim();break;case"font-size":{let s=e.trim();s.endsWith("em")?t.fontSize=parseFloat(s)*a:s.endsWith("%")?t.fontSize=parseFloat(s)/100*a:t.fontSize=parseFloat(s)||a;break}case"font-weight":t.fontWeight=hg(e);break;case"font-style":t.fontStyle=e.trim();break;case"color":t.color=e.trim();break;case"text-align":t.textAlign=e.trim();break;case"text-align-last":t.textAlignLast=e.trim();break;case"text-indent":t.textIndent=ox(e,i,r);break;case"text-transform":t.textTransform=e.trim();break;case"text-decoration-line":t.textDecorationLine=e.trim();break;case"text-decoration":break;case"text-decoration-style":t.textDecorationStyle=e.trim();break;case"text-decoration-color":t.textDecorationColor=e.trim();break;case"text-shadow":t.textShadow=e.trim();break;case"-webkit-text-stroke-width":t.webkitTextStrokeWidth=ox(e,i,r);break;case"-webkit-text-stroke-color":t.webkitTextStrokeColor=e.trim();break;case"-webkit-text-fill-color":t.webkitTextFillColor=e.trim();break;case"paint-order":t.paintOrder=e.trim();break;case"-webkit-background-clip":case"background-clip":t.webkitBackgroundClip=e.trim();break;case"background-image":t.backgroundImage=e.trim();break;case"letter-spacing":t.letterSpacing=e.trim()==="normal"?0:ox(e,i,r);break;case"word-spacing":t.wordSpacing=e.trim()==="normal"?0:ox(e,i,r);break;case"font-kerning":t.fontKerning=e.trim();break;case"line-height":{let s=e.trim();if(s==="normal")t.lineHeight=0;else if(s.endsWith("px"))t.lineHeight=parseFloat(s)||0;else if(s.endsWith("em"))t.lineHeight=parseFloat(s)*i;else{let o=parseFloat(s);isNaN(o)||(t.lineHeight=o*i,t._lineHeightMultiplier=o)}break}case"vertical-align":t.verticalAlign=e.trim();break;case"white-space":t.whiteSpace=e.trim();break;case"word-break":t.wordBreak=e.trim();break;case"overflow-wrap":case"word-wrap":t.overflowWrap=e.trim();break;case"direction":t.direction=e.trim();break;case"display":t.display=e.trim();break;case"width":{let s=e.trim();s==="100%"?t.width=r:s!=="auto"&&(t.width=ox(s,i,r));break}case"min-height":t.minHeight=ox(e,i,r);break;case"padding-top":t.paddingTop=ox(e,i,r);break;case"padding-right":t.paddingRight=ox(e,i,r);break;case"padding-bottom":t.paddingBottom=ox(e,i,r);break;case"padding-left":t.paddingLeft=ox(e,i,r);break;case"margin-top":t.marginTop=ox(e,i,r);break;case"margin-right":t.marginRight=ox(e,i,r);break;case"margin-bottom":t.marginBottom=ox(e,i,r);break;case"margin-left":t.marginLeft=ox(e,i,r);break;case"background-color":t.backgroundColor=e.trim();break;case"background":{let s=e.trim();s.includes("gradient(")?t.backgroundImage=s:(s.startsWith("#")||s.startsWith("rgb")||s.startsWith("hsl")||["transparent","none","inherit"].includes(s)||/^[a-z]+$/.test(s))&&(t.backgroundColor=s);break}case"padding-inline-start":n==="rtl"?t.paddingRight=ox(e,i,r):t.paddingLeft=ox(e,i,r);break;case"padding-inline-end":n==="rtl"?t.paddingLeft=ox(e,i,r):t.paddingRight=ox(e,i,r);break;case"margin-inline-start":n==="rtl"?t.marginRight=ox(e,i,r):t.marginLeft=ox(e,i,r);break;case"margin-inline-end":n==="rtl"?t.marginLeft=ox(e,i,r):t.marginRight=ox(e,i,r);break;case"border-top-width":t.borderTopWidth=ox(e,i,r);break;case"border-top-color":t.borderTopColor=e.trim();break;case"border-top-style":t.borderTopStyle=e.trim();break;case"border-right-width":t.borderRightWidth=ox(e,i,r);break;case"border-right-color":t.borderRightColor=e.trim();break;case"border-right-style":t.borderRightStyle=e.trim();break;case"border-bottom-width":t.borderBottomWidth=ox(e,i,r);break;case"border-bottom-color":t.borderBottomColor=e.trim();break;case"border-bottom-style":t.borderBottomStyle=e.trim();break;case"border-left-width":t.borderLeftWidth=ox(e,i,r);break;case"border-left-color":t.borderLeftColor=e.trim();break;case"border-left-style":t.borderLeftStyle=e.trim();break;case"flex-direction":t.flexDirection=e.trim();break;case"gap":t.gap=ox(e,i,r);break;case"flex-grow":t.flexGrow=parseFloat(e)||0;break;case"list-style-type":t.listStyleType=e.trim();break;case"position":case"top":case"left":case"right":case"bottom":case"inset-inline-start":case"inset-inline-end":case"content":case"counter-reset":case"counter-increment":case"border-radius":case"border-top-left-radius":case"border-top-right-radius":case"border-bottom-left-radius":case"border-bottom-right-radius":case"cursor":case"opacity":case"overflow":case"box-sizing":case"outline":case"transition":case"transform":case"font-stretch":case"font-display":case"src":case"unicode-range":break}}function pg(t,x,e){for(let[a,r]of bg)if(!e.has(a))if(r==="lineHeight"){let n=x._lineHeightMultiplier;n!==void 0?(t.lineHeight=n*t.fontSize,t._lineHeightMultiplier=n):t.lineHeight=x.lineHeight}else t[r]=x[r]}function gg(t){let x=new Map,e=new Map,a=[],r=0;for(let n of t){let i=[];for(let s of n.declarations){let o=s.value.includes("!important"),f=o?s.value.replace(/\s*!important\s*/g,"").trim():s.value,c=v3(s.property,f);for(let d of c)i.push({property:d.property,value:d.value,important:o})}for(let s of n.selectors){let o=dg(s);if(!o)continue;let f={selector:o,declarations:i,orderBase:r++},c=o.rightmost;if(c.tag&&!o.rightmostIsRoot){let d=x.get(c.tag);d?d.push(f):x.set(c.tag,[f])}if(c.classes.length>0){let d=c.classes[0],h=e.get(d);h?h.push(f):e.set(d,[f])}!c.tag&&c.classes.length===0&&a.push(f),o.rightmostIsRoot&&a.push(f)}}return{byTag:x,byClass:e,universal:a}}function xi(t,x){switch(x){case"disc":return"\u2022";case"circle":return"\u25CB";case"square":return"\u25A0";case"none":return"";case"decimal-leading-zero":return`${t<10&&t>=0?"0"+t:t}.`;case"lower-roman":return`${g3(t).toLowerCase()}.`;case"upper-roman":return`${g3(t)}.`;case"lower-alpha":case"lower-latin":return`${m3(t).toLowerCase()}.`;case"upper-alpha":case"upper-latin":return`${m3(t)}.`;default:return`${t}.`}}function g3(t){if(t<1||t>3999)return`${t}`;let x=[[1e3,"M"],[900,"CM"],[500,"D"],[400,"CD"],[100,"C"],[90,"XC"],[50,"L"],[40,"XL"],[10,"X"],[9,"IX"],[5,"V"],[4,"IV"],[1,"I"]],e="";for(let[a,r]of x)for(;t>=a;)e+=r,t-=a;return e}function m3(t){if(t<1)return`${t}`;let x="";for(;t>0;){let e=(t-1)%26;x=String.fromCharCode(65+e)+x,t=Math.floor((t-1)/26)}return x}function mg(t,x){if(t.tagName.toLowerCase()!=="li")return;if(x==="none")return"";let a=t.parentElement,r=a?.tagName.toLowerCase();if(x==="disc"||x==="circle"||x==="square")return xi(0,x);if(r==="ol"||r==="ul"||!a){let n=a?Array.from(a.children).filter(d=>d.tagName.toLowerCase()==="li"):[t],i=a?.getAttribute("start"),s=a?.hasAttribute("reversed")??!1,o=i?parseInt(i,10):s?n.length:1,f=s?-1:1,c=o;for(let d of n){let h=d.getAttribute("value");if(h){let b=parseInt(h,10);Number.isNaN(b)||(c=b)}if(d===t)return xi(c,x||"decimal");c+=f}return xi(c,x||"decimal")}}function y3(t){let x=[];for(let e of t.split(";")){let a=e.indexOf(":");if(a===-1)continue;let r=e.slice(0,a).trim().toLowerCase(),n=e.slice(a+1).trim();r&&n&&x.push({property:r,value:n})}return x}function C3(t,x,e){let{rules:a,fontFaceRules:r}=og(x),n=null;r.length>0&&(n=document.createElement("style"),n.textContent=r.join(`
|
|
7
|
+
`),document.head.appendChild(n));let i=gg(a),s=document.createElement("div");s.appendChild(t);function o(u,g){let S=new Set,w=u.getAttribute("class");if(w)for(let T of w.split(/\s+/))T&&S.add(T);return{tagName:u.tagName.toLowerCase(),classes:S,parent:g,el:u}}function f(u,g,S){let w=u.tagName.toLowerCase(),T=o(u,S),m=b3(),D=new Set,N=[],H=new Set,G=i.byTag.get(w);if(G)for(let Y of G)H.add(Y),N.push(Y);for(let Y of T.classes){let x0=i.byClass.get(Y);if(x0)for(let _0 of x0)H.has(_0)||(H.add(_0),N.push(_0))}for(let Y of i.universal)H.has(Y)||(H.add(Y),N.push(Y));let z=[],J=[];for(let Y of N)if(lg(Y.selector,T)){let x0=Y.selector.pseudoElement==="marker"?J:z;for(let _0 of Y.declarations)x0.push({property:_0.property,value:_0.value,specificity:Y.selector.spec,order:Y.orderBase,important:_0.important})}let Q=p3[w],l0=!1;if(Q?.fontSize!==void 0){let Y=Q.fontSize;Y<10?m.fontSize=Y*g.fontSize:m.fontSize=Y,l0=!0,D.add("font-size")}z.length>1&&z.sort((Y,x0)=>{if(Y.important!==x0.important)return Y.important?1:-1;let _0=Y.specificity,r0=x0.specificity;return _0[0]!==r0[0]?_0[0]-r0[0]:_0[1]!==r0[1]?_0[1]-r0[1]:_0[2]!==r0[2]?_0[2]-r0[2]:Y.order-x0.order});for(let Y of z)Y.property==="font-size"&&(n7(m,Y.property,Y.value,g.fontSize,e,g.direction),l0=!0);if(u instanceof HTMLElement&&u.style.cssText){let Y=y3(u.style.cssText);for(let x0 of Y)x0.property==="font-size"&&(n7(m,x0.property,x0.value,g.fontSize,e,g.direction),l0=!0)}l0||(m.fontSize=g.fontSize);let C=m.fontSize;if(Q){for(let[Y,x0]of Object.entries(Q)){if(Y==="fontSize")continue;m[Y]=x0;let _0=Y.replace(/[A-Z]/g,r0=>"-"+r0.toLowerCase());D.add(_0)}m.marginTop<0&&(m.marginTop=Math.abs(m.marginTop)*C),m.marginBottom<0&&(m.marginBottom=Math.abs(m.marginBottom)*C),(w==="ul"||w==="ol")&&(g.direction==="rtl"?(m.paddingRight=40,D.add("padding-right")):(m.paddingLeft=40,D.add("padding-left")))}let $=g.direction,E={"word-wrap":"overflow-wrap"};for(let Y of z)Y.property!=="font-size"&&(n7(m,Y.property,Y.value,C,e,$),D.add(E[Y.property]||Y.property));let I=u instanceof HTMLElement&&!!u.style.width;if(u instanceof HTMLElement&&u.style.cssText){let Y=y3(u.style.cssText);for(let x0 of Y){if(x0.property==="font-size"){D.add("font-size");continue}let _0=v3(x0.property,x0.value);for(let r0 of _0)n7(m,r0.property,r0.value,C,e,$),D.add(E[r0.property]||r0.property)}}I||(m.width=0);let o0=u.getAttribute("dir");o0&&(m.direction=o0,D.add("direction")),D.add("font-size"),pg(m,g,D),D.has("text-decoration-color")||(m.textDecorationColor=m.color),D.has("-webkit-text-stroke-color")?m.webkitTextStrokeColor==="currentColor"&&(m.webkitTextStrokeColor=m.color):(m.webkitTextStrokeColor===""||m.webkitTextStrokeColor==="currentColor")&&(m.webkitTextStrokeColor=m.color);for(let Y of["Top","Right","Bottom","Left"]){let x0=`border${Y}Color`,_0=`border-${Y.toLowerCase()}-color`;D.has(_0)?m[x0]==="currentColor"&&(m[x0]=m.color):m[x0]=m.color}let Z=new Set(m.textDecorationLine.split(/\s+/).filter(Y=>Y&&Y!=="none"));if(g.textDecorationLine&&g.textDecorationLine!=="none")for(let Y of g.textDecorationLine.split(/\s+/))Y&&Y!=="none"&&Z.add(Y);Z.size>0&&(m.textDecorationLine=[...Z].join(" "));let X=mg(u,m.listStyleType),a0,d0=!1;if(w==="li"&&J.length>0){J.length>1&&J.sort((r0,y0)=>{if(r0.important!==y0.important)return r0.important?1:-1;let I0=r0.specificity,n0=y0.specificity;return I0[0]!==n0[0]?I0[0]-n0[0]:I0[1]!==n0[1]?I0[1]-n0[1]:I0[2]!==n0[2]?I0[2]-n0[2]:r0.order-y0.order});let Y=["paddingLeft","paddingRight","fontSize","fontFamily","fontWeight","fontStyle","color","letterSpacing"],x0={...m},_0=new Set;for(let r0 of J){if(r0.property==="content"){let I0=r0.value.trim().toLowerCase();(I0==="none"||I0==='""'||I0==="''"||I0==="normal")&&(d0=I0==="none"||I0==='""'||I0==="''");continue}let y0=Y.map(I0=>x0[I0]);n7(x0,r0.property,r0.value,C,e,$),Y.forEach((I0,n0)=>{x0[I0]!==y0[n0]&&_0.add(I0)})}if(_0.size>0){a0={};for(let r0 of _0)a0[r0]=x0[r0]}}let f0=[];for(let Y of u.childNodes){let x0=c(Y,m,T);x0&&f0.push(x0)}return{element:u,tagName:w,style:m,children:f0,textContent:null,listMarker:X,markerStyle:a0,markerHidden:d0||void 0}}function c(u,g,S){if(u.nodeType===Node.TEXT_NODE){let m=u.textContent;if(!m)return null;if(m.trim()===""&&!m.includes("\xA0")){let G=g.whiteSpace,z=u.previousSibling,J=u.nextSibling,Q=l0=>{if(!l0||l0.nodeType!==Node.ELEMENT_NODE)return l0?.nodeType===Node.TEXT_NODE;let C=l0.tagName.toLowerCase(),E=p3[C]?.display||"block";return E==="inline"||E==="inline-block"};if(z&&J&&!Q(z)&&!Q(J)&&!(G==="pre"||G==="pre-wrap"||G==="pre-line")||G!=="pre"&&G!=="pre-wrap"&&G!=="pre-line"&&m.includes(`
|
|
8
|
+
`))return null}let D={...g},N=g.whiteSpace,H=m;return N!=="pre"&&N!=="pre-wrap"&&N!=="pre-line"&&N!=="break-spaces"&&(H=m.replace(/[\n\r]/g," ")),{element:null,tagName:"#text",style:D,children:[],textContent:H}}if(u.nodeType!==Node.ELEMENT_NODE)return null;let w=u,T=w.tagName.toLowerCase();return T==="style"||T==="script"?null:T==="br"?{element:null,tagName:"#text",style:{...g},children:[],textContent:`
|
|
9
|
+
`}:f(w,g,S)}let d=b3();return{tree:f(s,d,null),cleanup:()=>{n&&n.remove()}}}var p3,bg,ei=St(()=>{p3={span:{display:"inline"},a:{display:"inline"},strong:{display:"inline",fontWeight:700},b:{display:"inline",fontWeight:700},em:{display:"inline",fontStyle:"italic"},i:{display:"inline",fontStyle:"italic"},u:{display:"inline",textDecorationLine:"underline"},s:{display:"inline",textDecorationLine:"line-through"},strike:{display:"inline",textDecorationLine:"line-through"},del:{display:"inline",textDecorationLine:"line-through"},sub:{display:"inline",verticalAlign:"sub",fontSize:.83},sup:{display:"inline",verticalAlign:"super",fontSize:.83},code:{display:"inline",fontFamily:"monospace"},cite:{display:"inline",fontStyle:"italic"},p:{display:"block",marginTop:-1,marginBottom:-1},div:{display:"block"},h1:{display:"block",fontSize:2,fontWeight:700,marginTop:-.67,marginBottom:-.67},h2:{display:"block",fontSize:1.5,fontWeight:700,marginTop:-.83,marginBottom:-.83},h3:{display:"block",fontSize:1.17,fontWeight:700,marginTop:-1,marginBottom:-1},h4:{display:"block",fontSize:1,fontWeight:700,marginTop:-1.33,marginBottom:-1.33},h5:{display:"block",fontSize:.83,fontWeight:700,marginTop:-1.67,marginBottom:-1.67},h6:{display:"block",fontSize:.67,fontWeight:700,marginTop:-2.33,marginBottom:-2.33},ul:{display:"block",listStyleType:"disc",marginTop:-1,marginBottom:-1},ol:{display:"block",listStyleType:"decimal",marginTop:-1,marginBottom:-1},li:{display:"list-item"},blockquote:{display:"block",marginTop:-1,marginBottom:-1,marginLeft:40,marginRight:40},pre:{display:"block",whiteSpace:"pre",fontFamily:"monospace",marginTop:-1,marginBottom:-1},table:{display:"table"},tr:{display:"table-row"},td:{display:"table-cell"},th:{display:"table-cell",fontWeight:700},br:{display:"inline"},hr:{display:"block",borderTopWidth:1,borderTopStyle:"solid",borderTopColor:"gray",marginTop:-.5,marginBottom:-.5}};bg=[["font-family","fontFamily"],["font-size","fontSize"],["font-weight","fontWeight"],["font-style","fontStyle"],["color","color"],["text-align","textAlign"],["text-align-last","textAlignLast"],["text-indent","textIndent"],["text-transform","textTransform"],["white-space","whiteSpace"],["word-break","wordBreak"],["overflow-wrap","overflowWrap"],["direction","direction"],["letter-spacing","letterSpacing"],["word-spacing","wordSpacing"],["line-height","lineHeight"],["text-shadow","textShadow"],["font-kerning","fontKerning"],["list-style-type","listStyleType"],["vertical-align","verticalAlign"],["paint-order","paintOrder"]]});function Ox(t,x){let e=t.font+"\0"+x,a=ai.get(e);if(a!==void 0)return a;let r=t.measureText(x).width;return ai.set(e,r),r}function yg(t){let x="";for(let e of t){if(!e.text||e.isSpace)continue;let a=k6(e.style);if(x&&a!==x)return!0;x=a}return!1}function de(t,x){t.font=k6(x),t.fontKerning=x.fontKerning==="none"?"none":"normal"}function k6(t){let x=`${t.fontStyle}|${t.fontWeight}|${t.fontSize}|${t.fontFamily}`,e=ri.get(x);if(e)return e;let a=[];t.fontStyle!=="normal"&&a.push(t.fontStyle),t.fontWeight!==400&&a.push(String(t.fontWeight)),a.push(`${t.fontSize}px`),a.push(t.fontFamily);let r=a.join(" ");return ri.set(x,r),r}function _3(t,x,e=!1){let a=`${t}|${x}|${e?"ul-li":"block"}`,r=ni.get(a);if(r!==void 0)return r;let n;e?(i7||(i7=document.createElement("ul"),i7.style.cssText="position:absolute;top:-9999px;left:-9999px;visibility:hidden;padding:0;margin:0;border:0;list-style:disc;",s7=document.createElement("li"),s7.style.cssText="white-space:nowrap;padding:0;margin:0;border:0;",s7.textContent="Mg",i7.appendChild(s7),document.body.appendChild(i7)),n=s7):(mt||(mt=document.createElement("div"),mt.style.cssText="position:absolute;top:-9999px;left:-9999px;visibility:hidden;white-space:nowrap;padding:0;margin:0;border:0;",mt.textContent="Mg",document.body.appendChild(mt)),n=mt),n.style.font=t,n.style.lineHeight=x;let i=n.getBoundingClientRect().height;return ni.set(a,i),i}function L3(t,x,e=!1){if(x.lineHeight>0){if(ti){let n=k6(x);return _3(n,`${x.lineHeight}px`,e)}return x.lineHeight}if(ti){let n=k6(x);return _3(n,"normal",e)}let{ascent:a,descent:r}=N6(t,x);return a+r}function wg(t,x,e){let{ascent:a,descent:r}=N6(t,x);return(a-r)/2+e/2}function k3(t,x){switch(x){case"uppercase":return t.toUpperCase();case"lowercase":return t.toLowerCase();case"capitalize":return t.replace(/(^|[\s\p{P}])(\p{L})/gu,(e,a,r)=>a+r.toUpperCase());default:return t}}function o7(t){if(t.tagName==="#text")return!0;let x=t.style.display;return x==="inline"||x==="inline-block"}function vg(t){return t.children.length>0&&t.children.every(o7)}function oi(t){return!t||t==="transparent"||t==="rgba(0, 0, 0, 0)"}function N6(t,x){let e=k6(x),a=ii.get(e);if(a)return a;t.font=e;let r=t.measureText("M"),n=r.fontBoundingBoxAscent??r.actualBoundingBoxAscent,i=r.fontBoundingBoxDescent??r.actualBoundingBoxDescent,s={ascent:n,descent:i};return ii.set(e,s),s}function A3(t,x){return t.fontFamily===x.fontFamily&&t.fontSize===x.fontSize&&t.fontWeight===x.fontWeight&&t.fontStyle===x.fontStyle&&t.color===x.color&&t.textDecorationLine===x.textDecorationLine&&t.backgroundColor===x.backgroundColor}function $3(t){return!oi(t.backgroundColor)||t.borderTopWidth>0&&t.borderTopStyle!=="none"||t.borderRightWidth>0&&t.borderRightStyle!=="none"||t.borderBottomWidth>0&&t.borderBottomStyle!=="none"||t.borderLeftWidth>0&&t.borderLeftStyle!=="none"}function Cg(t){let x=[];function e(a,r){if(a.tagName==="#text"&&a.textContent){x.push({text:a.textContent,style:a.style,boxStyle:r});return}let n=a.style.display==="inline-block",i=n||o7(a)&&$3(a.style),s=i?a.style:r,o=i&&(a.style.paddingLeft>0||a.style.paddingRight>0||a.style.borderLeftWidth>0||a.style.borderRightWidth>0);if(n){let f=a.element?.textContent||"";x.push({text:f,style:a.style,boxStyle:s,boxOpen:a.style,boxClose:a.style});return}o&&x.push({text:"",style:a.style,boxStyle:s,boxOpen:a.style});for(let f of a.children)e(f,i?s:r);o&&x.push({text:"",style:a.style,boxStyle:s,boxClose:a.style})}for(let a of t.children)e(a);return x}function Sg(t){for(let x=0;x<t.length;x++){let e=t.codePointAt(x);if(e>=3584&&e<=3711||e>=3712&&e<=3839||e>=4096&&e<=4255||e>=6016&&e<=6143)return!0;e>65535&&x++}return!1}function _g(){return Qa||(typeof Intl<"u"&&Intl.Segmenter?(Qa=new Intl.Segmenter(void 0,{granularity:"word"}),Qa):null)}function si(t,x,e,a,r){if(x.includes("\u200B")||x.includes("\xAD")){let i=x.split(/(\u200B|\u00AD)/),s=r??{cumText:"",cumWidth:0},o=!1;for(let f of i){if(f==="\xAD"){o=!0;continue}if(f==="\u200B"||f===""){o=!1;continue}let c=a.length;si(t,f,e,a,s),o&&c>0&&(a[c-1].isSoftHyphenBreak=!0),o=!1}o&&a.length>0&&(a[a.length-1].isSoftHyphenBreak=!0);return}if(e.style.whiteSpace==="pre"||e.style.whiteSpace==="pre-wrap"||e.style.whiteSpace==="break-spaces"){let i=x.split(/( +|\t)/),s=Ox(t," ")*8;for(let o of i){if(o==="")continue;if(o===" "){a.push({text:" ",width:s,style:e.style,isSpace:!0,isTab:!0,boxStyle:e.boxStyle});continue}let f=/^ +$/.test(o);a.push({text:o,width:Ox(t,o),style:e.style,isSpace:f,boxStyle:e.boxStyle})}}else{let i=x.split(/([ \t\n\r\f\v]+)/),s=r?.cumText??"",o=r?.cumWidth??0;for(let f of i){if(f==="")continue;if(/^[ \t\n\r\f\v]+$/.test(f)){let u=o;s+=" ",o=t.measureText(s).width;let g=o-u+(e.style.wordSpacing||0);a.push({text:" ",width:g,style:e.style,isSpace:!0,boxStyle:e.boxStyle});continue}if(Sg(f)){let u=_g();if(u){for(let g of u.segment(f)){let S=g.segment,w=o;s+=S,o=t.measureText(s).width,a.push({text:S,width:o-w,style:e.style,isSpace:!1,boxStyle:e.boxStyle})}continue}}let d=o;s+=f,o=t.measureText(s).width;let h=o-d,b=Ox(t,f);Oe&&Oe({type:"measure-word",message:`"${f}" delta=${h.toFixed(2)} direct=${b.toFixed(2)} diff=${(h-b).toFixed(2)} cumText="${s}"`,data:{text:f,deltaWidth:h,directWidth:b,cumWidth:o,prevCum:d,font:e.style.fontFamily,fontSize:e.style.fontSize}}),a.push({text:f,width:h,style:e.style,isSpace:!1,boxStyle:e.boxStyle})}r&&(r.cumText=s,r.cumWidth=o)}}function kg(t,x){let e=[];for(let a of x){if(a.text===""&&!a.boxOpen&&!a.boxClose){let n=a.style.display==="inline-block"&&(a.style.marginLeft||a.style.marginRight)||0;n>0&&e.push({text:"",width:n,style:a.style,isSpace:!1,boxStyle:a.boxStyle});continue}if(a.boxOpen&&a.boxClose&&a.text){de(t,a.style),t.letterSpacing=a.style.letterSpacing>0?`${a.style.letterSpacing}px`:"0px";let n=k3(a.text,a.style.textTransform),i=a.style,s=Ox(t,n),o=i.marginLeft+i.borderLeftWidth+i.paddingLeft+s+i.paddingRight+i.borderRightWidth+i.marginRight;e.push({text:n,width:o,style:a.style,isSpace:!1,boxStyle:a.boxStyle,boxOpen:a.boxOpen,boxClose:a.boxClose});continue}if(a.boxOpen){let n=a.boxOpen.paddingLeft+a.boxOpen.borderLeftWidth;n>0&&e.push({text:"",width:n,style:a.style,isSpace:!1,boxStyle:a.boxStyle,boxOpen:a.boxOpen});continue}if(a.boxClose){let n=a.boxClose.paddingRight+a.boxClose.borderRightWidth;n>0&&e.push({text:"",width:n,style:a.style,isSpace:!1,boxStyle:a.boxStyle,boxClose:a.boxClose});continue}de(t,a.style),t.letterSpacing=a.style.letterSpacing>0?`${a.style.letterSpacing}px`:"0px";let r=k3(a.text,a.style.textTransform);if(r.includes(`
|
|
10
|
+
`)){let n=r.split(`
|
|
11
|
+
`);for(let i=0;i<n.length;i++)i>0&&e.push({text:`
|
|
12
|
+
`,width:0,style:a.style,isSpace:!1,boxStyle:a.boxStyle}),n[i]&&si(t,n[i],a,e)}else si(t,r,a,e)}return e}function P3(t){let x=t.codePointAt(0)||0;return x>=19968&&x<=40959||x>=13312&&x<=19903||x>=12288&&x<=12351||x>=12352&&x<=12447||x>=12448&&x<=12543||x>=44032&&x<=55215||x>=65280&&x<=65519||x>=131072&&x<=173791}function Ag(t,x,e,a){let r=[...x.text].some(P3),n=x.width>e&&(x.style.overflowWrap==="break-word"||x.style.wordBreak==="break-all");if(!r&&!n)return[x];t.font=k6(x.style);let i=[...x.text],s=[],o="",f=0;for(let c of i){if(P3(c)){o&&(s.push({...x,text:o,width:f}),o="",f=0);let b=Ox(t,c);s.push({...x,text:c,width:b});continue}let d=o+c,h=Ox(t,d);if(n&&h>e&&o){s.push({...x,text:o,width:f}),o=c,f=Ox(t,c);continue}o=d,f=h}return o&&s.push({...x,text:o,width:f}),s}function Pg(t,x,e,a,r=!1,n=0){let i=[],s={words:[],totalWidth:0,lineHeight:0},o=a==="nowrap"||a==="pre",f=()=>e-(i.length===0?n:0),c=a==="pre-wrap"||a==="pre"||a==="pre-line",d=a==="pre"||a==="pre-wrap"||a==="break-spaces";function h(u=!1){let g=s.words.length>0;if(!(a==="break-spaces"||d&&!u))for(;s.words.length>0&&s.words[s.words.length-1].isSpace;)s.totalWidth-=s.words[s.words.length-1].width,s.words.pop();if(u&&s.words.length>0){let w=s.words[s.words.length-1];if(w.isSoftHyphenBreak){de(t,w.style);let T=Ox(t,"-");s.words.push({text:"-",width:T,style:w.style,isSpace:!1}),s.totalWidth+=T}}if(s.words.length>0||g&&c){if(Oe){let w=s.words.map(T=>T.text).join("");Oe({type:"line-commit",message:`Line ${i.length}: "${w}" width=${s.totalWidth.toFixed(2)} / ${e}`,data:{lineIndex:i.length,text:w,totalWidth:s.totalWidth,contentWidth:e}})}i.push(s)}s={words:[],totalWidth:0,lineHeight:0}}let b=!0;for(let u of x){let g=L3(t,u.style,r);if(u.boxStyle&&u.boxStyle.display==="inline-block"){let w=u.boxStyle;g=Math.max(g,g+w.paddingTop+w.paddingBottom+w.marginTop+w.marginBottom+w.borderTopWidth+w.borderBottomWidth)}if(u.text===`
|
|
13
|
+
`){s.words.length===0?(s.lineHeight=g,s.endedByHardBreak=!0,i.push(s),s={words:[],totalWidth:0,lineHeight:0}):(s.endedByHardBreak=!0,h()),b=!0;continue}if(o){s.words.push(u),s.totalWidth+=u.width,s.lineHeight=Math.max(s.lineHeight,g);continue}let S=!u.isSpace&&u.text.length>1?Ag(t,u,f(),s.totalWidth):[u];for(let w of S){let T=!w.isSpace&&w.text.length>0&&/^[,.\;:!?\)\]\}'"»›]+$/.test(w.text)&&s.words.length>0&&!s.words[s.words.length-1].isSpace;if(!w.isSpace&&!T&&s.words.length>0&&s.totalWidth+w.width>f()){let D=s.totalWidth+w.width-f(),N=!0;if(D<1&&!yg([...s.words,w])){de(t,w.style);let H=s.words.map(z=>z.text).join("")+w.text;Ox(t,H)<=f()+.1&&(N=!1)}if(N&&w.text.includes("-")){let H=w.text.split(/(?<=-)/);if(H.length>1){de(t,w.style);let G="",z=0,J=0,Q=f()-s.totalWidth;for(;J<H.length;J++){let l0=G+H[J],C=Ox(t,l0);if(C>Q)break;G=l0,z=C}if(J>0&&J<H.length){s.words.push({...w,text:G,width:z}),s.totalWidth+=z,s.lineHeight=Math.max(s.lineHeight,g),h(!0),b=!1;let l0=H.slice(J).join(""),C=Ox(t,l0);s.words.push({...w,text:l0,width:C}),s.totalWidth+=C,s.lineHeight=Math.max(s.lineHeight,g);continue}}}if(N){if(Oe){let H=s.words.map(G=>G.text).join("");Oe({type:"line-wrap",message:`"${w.text}" overflow=${D.toFixed(2)} wrap=true lineWidth=${s.totalWidth.toFixed(2)} pieceWidth=${w.width.toFixed(2)} contentWidth=${e} line="${H}"`,data:{text:w.text,overflow:D,lineWidth:s.totalWidth,pieceWidth:w.width,contentWidth:e,lineText:H}})}h(!0),b=!1}}if(w.isSpace&&s.words.length===0&&(!b||!d))continue;let m=w.width;if(w.isTab){let D=w.width,N=s.totalWidth;m=Math.ceil((N+.1)/D)*D-N,w.width=m}if(s.words.length===0&&m>f()&&!w.isSpace&&w.text.includes("-")){let D=w.text.split(/(?<=-)/);if(D.length>1){de(t,w.style);let N=D.filter(G=>G).map(G=>({...w,text:G,width:Ox(t,G)})),H=!0;for(let G of N)H?(H=!1,s.words.push(G),s.totalWidth+=G.width,s.lineHeight=Math.max(s.lineHeight,g)):s.totalWidth+G.width>f()?(h(!0),b=!1,s.words.push(G),s.totalWidth+=G.width,s.lineHeight=Math.max(s.lineHeight,g)):(s.words.push(G),s.totalWidth+=G.width,s.lineHeight=Math.max(s.lineHeight,g));continue}}s.words.push(w),s.totalWidth+=m,s.lineHeight=Math.max(s.lineHeight,g),w.isSpace||(b=!1)}}return h(),i}function T3(t,x,e,a,r,n=!1){let i=[],s=Cg(x);if(s.length===0)return{nodes:i,height:0};let o=kg(t,s),f=x.style.textIndent||0,c=Pg(t,o,r,x.style.whiteSpace,n,f),d=x.style.direction==="rtl",h=S=>S==="start"?d?"right":"left":S==="end"?d?"left":"right":S,b=h(x.style.textAlign),u=x.style.textAlignLast||"auto";u==="auto"?u=x.style.textAlign==="justify"?d?"right":"left":b:u=h(u);let g=a;for(let S=0;S<c.length;S++){let w=c[S];if(w.words.length===0){g+=w.lineHeight;continue}let T=w.lineHeight,m=S===c.length-1,D=S===0,H=m||w.endedByHardBreak?u:b,G=D?f:0,z=r-G,J=0;if(H==="justify"&&w.totalWidth<z){let f0=w.words.filter(Y=>Y.isSpace).length;f0>0&&(J=(z-w.totalWidth)/f0)}let Q=e+G;H==="center"?Q=e+G+(z-w.totalWidth)/2:(H==="right"||H!=="justify"&&d||d)&&(Q=e+G+z-w.totalWidth);let l0=0,C=0;for(let f0 of w.words){if(f0.text==="")continue;let Y=f0.style.verticalAlign;if(Y==="super"||Y==="sub")continue;let{ascent:x0,descent:_0}=N6(t,f0.style);x0>l0&&(l0=x0),_0>C&&(C=_0)}if(l0===0)for(let f0 of w.words){if(f0.text==="")continue;let{ascent:Y,descent:x0}=N6(t,f0.style);l0=Y,C=x0;break}let $=l0+C,E=g+(T-$)/2+l0,I=w.words.filter(f0=>f0.text!==""&&f0.style.verticalAlign!=="super"&&f0.style.verticalAlign!=="sub"),o0=I.length>0?Math.max(...I.map(f0=>f0.style.fontSize)):0,Z=T;{let f0=g,Y=g+T;for(let x0 of w.words){if(x0.text==="")continue;let _0=x0.style.verticalAlign;if(_0!=="super"&&_0!=="sub")continue;if(o0===0)break;let{ascent:r0,descent:y0}=N6(t,x0.style),I0=E;_0==="super"?I0-=o0*.4:I0+=o0*.26;let n0=I0-r0,C0=I0+y0;n0<f0&&(f0=n0),C0>Y&&(Y=C0)}Z=Y-f0}let X=(f0,Y,x0)=>{let{ascent:_0,descent:r0}=N6(t,f0),y0=f0.paddingTop+f0.borderTopWidth,I0=f0.paddingBottom+f0.borderBottomWidth,n0=_0+r0+y0+I0,C0;f0.display==="inline-block"?C0=g+f0.marginTop:C0=E-_0-y0,i.push({type:"box",style:f0,x:Y,y:C0,width:x0,height:n0,tagName:"span",children:[]})};if(!d){let f0=Q,Y=f0,x0,_0=!1;for(let r0 of w.words){if(r0.boxOpen&&r0.boxClose&&r0.text){x0&&(_0&&X(x0,Y,f0-Y),x0=void 0,_0=!1);let y0=r0.style,I0=r0.width-y0.marginLeft-y0.borderLeftWidth-y0.paddingLeft-y0.paddingRight-y0.borderRightWidth-y0.marginRight,n0=f0+y0.marginLeft,C0=y0.borderLeftWidth+y0.paddingLeft+I0+y0.paddingRight+y0.borderRightWidth;X(y0,n0,C0),_0=!1,f0+=r0.width;continue}r0.boxStyle!==x0&&(x0&&_0&&X(x0,Y,f0-Y),x0=r0.boxStyle,Y=f0,_0=!1),r0.text&&!r0.isSpace&&(_0=!0),f0+=r0.width+(r0.isSpace?J:0)}x0&&_0&&X(x0,Y,f0-Y)}let a0=w.words.filter(f0=>f0.text!==""),d0=a0.length>0&&a0.every(f0=>A3(f0.style,a0[0].style));if(d){let f0=[],Y=null,x0=0;for(let r0 of w.words){if(r0.text===""){Y&&(f0.push(Y),Y=null),x0+=r0.width;continue}Y&&A3(Y.style,r0.style)?(Y.text+=r0.text,Y.width+=r0.width):(Y&&f0.push(Y),Y={text:r0.text,style:r0.style,width:r0.width,boxStyle:r0.boxStyle,x:0,padBefore:x0},x0=0)}Y&&f0.push(Y);let _0=Q+w.totalWidth;for(let r0 of f0){_0-=r0.padBefore,de(t,r0.style);let y0=Ox(t,r0.text);_0-=y0,r0.x=_0,r0.width=y0}for(let r0 of f0)if(r0.boxStyle&&$3(r0.boxStyle)){let y0=r0.boxStyle,I0=y0.paddingLeft+y0.borderLeftWidth,n0=y0.paddingRight+y0.borderRightWidth;X(y0,r0.x-I0,r0.width+I0+n0)}for(let r0 of f0)i.push({type:"text",text:r0.text,x:r0.x+r0.width,y:E,width:r0.width,style:{...r0.style,direction:"rtl"}})}else{let f0=w.words.map(x0=>x0.text).join("");if(d0&&/[\u0590-\u08FF\uFB50-\uFDFF\uFE70-\uFEFF]/.test(f0)&&!w.words.some(x0=>x0.boxOpen||x0.boxClose||x0.style.verticalAlign==="super"||x0.style.verticalAlign==="sub")){de(t,a0[0].style);let x0=Ox(t,f0);i.push({type:"text",text:f0,x:Q,y:E,width:x0,style:a0[0].style})}else for(let x0 of w.words){if(x0.text===""){Q+=x0.width;continue}if(x0.boxOpen&&x0.boxClose){let I0=x0.style,n0=Q+I0.marginLeft+I0.borderLeftWidth+I0.paddingLeft;i.push({type:"text",text:x0.text,x:n0,y:E,width:Ox(t,x0.text),style:x0.style}),Q+=x0.width;continue}let _0=E,r0=x0.style.verticalAlign;if(r0==="super"||r0==="sub"){let I0=o0||x0.style.fontSize;r0==="super"?_0-=I0*.4:_0+=I0*.26}let y0=x0.width+(x0.isSpace?J:0);i.push({type:"text",text:x0.text,x:Q,y:_0,width:y0,style:x0.style}),Q+=y0}}g+=Z}return{nodes:i,height:g-a}}function Tg(t,x){return t>=0&&x>=0?Math.max(t,x):t<0&&x<0?Math.min(t,x):t+x}function f7(t,x,e,a,r){let n=x.style,i=n.marginLeft,s=n.marginRight,o=n.borderLeftWidth,f=n.borderRightWidth,c=n.borderTopWidth,d=n.borderBottomWidth,h=n.paddingLeft,b=n.paddingRight,u=n.paddingTop,g=n.paddingBottom,S=e+i,w=n.width>0?n.width:r-i-s,T=S+o+h,m=Math.max(0,w-o-f-h-b),D=a,N=D+c+u,H={type:"box",style:n,x:S,y:D,width:w,height:0,tagName:x.tagName,children:[],listMarker:x.listMarker};if(n.display==="flex"){let G=$g(t,x,T,N,m);return H.children=G.children,H.height=c+u+G.height+g+d,{box:H,height:H.height,marginBottomOut:n.marginBottom}}if(n.display==="table"){let G=Lg(t,x,T,N,m);return H.children=G.children,H.height=c+u+G.height+g+d,{box:H,height:H.height,marginBottomOut:n.marginBottom}}if(x.children.length===0)return H.height=c+u+g+d,n.minHeight>0&&(H.height=Math.max(H.height,n.minHeight)),{box:H,height:H.height,marginBottomOut:n.marginBottom};if(vg(x)){let G=x.tagName==="li"&&S3.has(n.listStyleType),{nodes:z,height:J}=T3(t,x,T,N,m,G);H.children=z,H.height=c+u+J+g+d}else{let G=N,z=0,J=!1,Q=x.tagName==="li"||x.tagName==="ul"||x.tagName==="ol"||x.tagName==="dd"||x.tagName==="dt";for(let E=0;E<x.children.length;E++){let I=x.children[E];if(I.tagName==="#text"||o7(I)){let d0=[I];for(;E+1<x.children.length;){let r0=x.children[E+1];if(r0.tagName==="#text"||o7(r0))d0.push(r0),E++;else break}z>0&&(G+=z,z=0);let f0={element:null,tagName:"div",style:{...x.style,display:"block",marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTopWidth:0,borderBottomWidth:0},children:d0,textContent:null},Y=x.tagName==="li"&&S3.has(n.listStyleType),{nodes:x0,height:_0}=T3(t,f0,T,G,m,Y);H.children.push(...x0),G+=_0,z=0,J=!0;continue}let o0=I.style.marginTop;if(!(!J&&u===0&&c===0&&Q)){let d0=Tg(z,o0);G+=d0}let{box:Z,height:X,marginBottomOut:a0}=f7(t,I,T,G,m);H.children.push(Z),G+=X,z=a0,J=!0}let l0=n.marginBottom,C=g===0&&d===0&&Q;C&&z>0&&(l0=Math.max(n.marginBottom,z));let $=G-N;return!C&&z>0&&($+=z),H.height=c+u+$+g+d,n.minHeight>0&&(H.height=Math.max(H.height,n.minHeight)),{box:H,height:H.height,marginBottomOut:l0}}return n.minHeight>0&&(H.height=Math.max(H.height,n.minHeight)),{box:H,height:H.height,marginBottomOut:n.marginBottom}}function Lg(t,x,e,a,r){let n=[],i=[];for(let c of x.children)if(c.tagName==="tr")i.push(c);else if(["thead","tbody","tfoot"].includes(c.tagName))for(let d of c.children)d.tagName==="tr"&&i.push(d);if(i.length===0)return{children:n,height:0};let s=Math.max(...i.map(c=>c.children.filter(d=>d.tagName==="td"||d.tagName==="th").length));if(s===0)return{children:n,height:0};let o=r/s,f=a;for(let c of i){let d=c.children.filter(u=>u.tagName==="td"||u.tagName==="th"),h=0,b=[];for(let u=0;u<d.length;u++){let g=d[u],S=e+u*o,{box:w,height:T}=f7(t,g,S,f,o);b.push(w),h=Math.max(h,T)}for(let u of b)u.height=h,n.push(u);f+=h}return{children:n,height:f-a}}function $g(t,x,e,a,r){let n=x.style,i=n.gap,s=[],o=x.children.filter(c=>c.tagName!=="#text"||c.textContent?.trim());if(o.length===0)return{children:s,height:0};if(n.flexDirection==="row"||n.flexDirection===""){let c=i*(o.length-1),d=o.reduce((g,S)=>g+(S.style.flexGrow||0),0),h=(r-c)/(d||o.length),b=e,u=0;for(let g of o){if(g.tagName==="#text")continue;let S=g.style.flexGrow||(d===0?1:0),w=h*S,{box:T,height:m}=f7(t,g,b,a,w);s.push(T),u=Math.max(u,m),b+=w+i}return{children:s,height:u}}let f=a;for(let c of o){if(c.tagName==="#text")continue;let{box:d,height:h}=f7(t,c,e,f,r);s.push(d),f+=h+i}return{children:s,height:f-a}}function Mg(t,x,e){if(!e.listMarker||e.markerHidden)return;let a=e.style,r=e.markerStyle,n=r?{...a,...r}:a;t.font=k6(n);let i=L3(t,a),s=x.y+a.borderTopWidth+a.paddingTop+wg(t,a,i),o=Ox(t,e.listMarker),f=a.direction==="rtl",c=f?r?.paddingLeft:r?.paddingRight,d=c!==void 0?c:n.fontSize*.15,h,b="ltr";if(f){let u=x.x+x.width;/\d/.test(e.listMarker)?(b="rtl",h=u+d+o):h=u+d}else h=x.x+a.borderLeftWidth+a.paddingLeft-o-d;x.children.unshift({type:"text",text:e.listMarker,x:h,y:s,width:o,style:{...n,textDecorationLine:"none",fontWeight:r?.fontWeight??400,fontStyle:r?.fontStyle??"normal",direction:b}})}function M3(t,x,e,a=!0,r){ti=a,Oe=r,ni.clear(),ii.clear(),ri.clear(),ai.clear();let{box:n,height:i}=f7(t,x,0,0,e);return I3(t,n,x),{root:n,height:i}}function I3(t,x,e){Mg(t,x,e);let a=0;for(let r of e.children)if(!(r.tagName==="#text"||o7(r)))for(;a<x.children.length;){let n=x.children[a];if(n.type==="box"&&n.tagName===r.tagName){I3(t,n,r),a++;break}a++}}var ti,Oe,ai,ri,ni,mt,i7,s7,S3,ii,Qa,fi=St(()=>{ti=!0,ai=new Map;ri=new Map;ni=new Map,mt=null,i7=null,s7=null,S3=new Set(["disc","circle","square"]);ii=new Map});function Ig(t){if(!t||t==="none")return[];let x=[],e=t.split(/,(?![^(]*\))/);for(let a of e){let r=a.trim(),n=r.match(/(rgb[a]?\([^)]+\)|#[0-9a-fA-F]+|\b[a-z]+\b)(?:\s|$)/i),i=r.match(/-?[\d.]+px/g);if(i&&i.length>=2){let s=i.map(o=>parseFloat(o));x.push({offsetX:s[0],offsetY:s[1],blur:s[2]||0,color:n?n[1]:"rgba(0,0,0,1)"})}}return x}function Fg(t,x){let e=t[`border${x}Width`],a=t[`border${x}Style`];return e>0&&a!=="none"}function ci(t,x,e,a,r,n,i){if(t.save(),t.strokeStyle=i,t.lineWidth=r,n==="double"){let s=Math.max(r,2);t.lineWidth=Math.max(.5,r*.5),t.beginPath(),t.moveTo(x,e-s/2),t.lineTo(x+a,e-s/2),t.moveTo(x,e+s/2),t.lineTo(x+a,e+s/2),t.stroke()}else if(n==="wavy"){let s=Math.max(1.5,r),o=s*4;t.beginPath(),t.moveTo(x,e);for(let f=x;f<x+a;f+=o)t.quadraticCurveTo(f+o/4,e-s,f+o/2,e),t.quadraticCurveTo(f+o*3/4,e+s,f+o,e);t.stroke()}else n==="dotted"?t.setLineDash([r,r*2]):n==="dashed"&&t.setLineDash([r*3,r*2]),t.beginPath(),t.moveTo(x,e),t.lineTo(x+a,e),t.stroke();t.setLineDash([]),t.restore()}function F3(t,x,e,a,r,n){let i=x.indexOf("linear-gradient(");if(i===-1)return null;let s=0,o=-1;for(let z=i+16;z<x.length;z++)if(x[z]==="(")s++;else if(x[z]===")"){if(s===0){o=z;break}s--}if(o===-1)return null;let f=x.slice(i+16,o),c=[];s=0;let d=0,h=f;for(let z=0;z<h.length;z++)h[z]==="("?s++:h[z]===")"?s--:h[z]===","&&s===0&&(c.push(h.slice(d,z).trim()),d=z+1);c.push(h.slice(d).trim());let b=180,u=0,g=c[0];g.endsWith("deg")?(b=parseFloat(g),u=1):g==="to right"?(b=90,u=1):g==="to left"?(b=270,u=1):g==="to bottom"?(b=180,u=1):g==="to top"&&(b=0,u=1);let S=(b-90)*Math.PI/180,w=e+a/2,T=r+n/2,m=Math.abs(a*Math.cos(S))+Math.abs(n*Math.sin(S)),D=Math.cos(S)*m/2,N=Math.sin(S)*m/2,H=t.createLinearGradient(w-D,T-N,w+D,T+N),G=c.slice(u);for(let z=0;z<G.length;z++){let J=G[z].trim(),Q=J,l0=z/Math.max(1,G.length-1),C=J.match(/\s+([\d.]+%)\s*$/);C&&(l0=parseFloat(C[1])/100,Q=J.slice(0,J.length-C[0].length).trim());try{H.addColorStop(l0,Q)}catch{}}return H}function Eg(t,x,e){let{style:a}=x;t.save(),t.font=k6(a),t.textBaseline="alphabetic",t.fontKerning=a.fontKerning==="none"?"none":"normal",a.letterSpacing>0&&(t.letterSpacing=`${a.letterSpacing}px`),a.wordSpacing&&(t.wordSpacing=`${a.wordSpacing}px`),a.direction==="rtl"&&(t.direction="rtl",t.textAlign="right");let r=a.webkitBackgroundClip==="text"&&a.backgroundImage&&a.backgroundImage!=="none",n=a.webkitTextStrokeWidth>0,i=a.webkitTextFillColor==="transparent"||a.color==="transparent",s=Ig(a.textShadow);if(s.length>0)for(let S of s)t.save(),t.shadowOffsetX=S.offsetX,t.shadowOffsetY=S.offsetY,t.shadowBlur=S.blur,t.shadowColor=S.color,t.fillStyle=a.color,t.fillText(x.text,x.x,x.y),t.restore();let o=()=>{if(r){if(t.save(),e)t.fillStyle=e;else{let{ascent:S,descent:w}=N6(t,a),T=F3(t,a.backgroundImage,x.x,x.width,x.y-S,S+w);t.fillStyle=T||a.color}t.fillText(x.text,x.x,x.y),t.restore()}else(!i||!n)&&(t.fillStyle=a.webkitTextFillColor&&a.webkitTextFillColor!=="transparent"?a.webkitTextFillColor:a.color,t.fillText(x.text,x.x,x.y))},f=()=>{n&&(t.save(),t.strokeStyle=a.webkitTextStrokeColor||a.color,t.lineWidth=a.webkitTextStrokeWidth,t.lineJoin="round",t.strokeText(x.text,x.x,x.y),t.restore())};w3(a.paintOrder)?(f(),o()):(o(),f());let c=x.width,d=a.fontSize,h=a.textDecorationColor||a.color,b=a.textDecorationStyle||"solid",u=Math.max(1,d/15),g=a.direction==="rtl"?x.x-c:x.x;if(a.textDecorationLine!=="none"){let{ascent:S}=N6(t,a);t.font=k6(a);let w=t.measureText("x").actualBoundingBoxAscent;if(a.textDecorationLine.includes("underline")){let T=d*.1;ci(t,g,x.y+T,c,u,b,h)}if(a.textDecorationLine.includes("line-through")){let T=-(w*.5);ci(t,g,x.y+T,c,u,b,h)}a.textDecorationLine.includes("overline")&&ci(t,g,x.y-S,c,u,b,h)}t.restore()}function Og(t,x){let{style:e}=x;oi(e.backgroundColor)||(t.fillStyle=e.backgroundColor,t.fillRect(x.x,x.y,x.width,x.height));let a=[["Top",x.x,x.y+e.borderTopWidth/2,x.x+x.width,x.y+e.borderTopWidth/2],["Right",x.x+x.width-e.borderRightWidth/2,x.y,x.x+x.width-e.borderRightWidth/2,x.y+x.height],["Bottom",x.x,x.y+x.height-e.borderBottomWidth/2,x.x+x.width,x.y+x.height-e.borderBottomWidth/2],["Left",x.x+e.borderLeftWidth/2,x.y,x.x+e.borderLeftWidth/2,x.y+x.height]];for(let[n,i,s,o,f]of a)Fg(e,n)&&(t.strokeStyle=e[`border${n}Color`],t.lineWidth=e[`border${n}Width`],t.beginPath(),t.moveTo(i,s),t.lineTo(o,f),t.stroke());let r=null;e.webkitBackgroundClip==="text"&&e.backgroundImage&&e.backgroundImage!=="none"&&(r=F3(t,e.backgroundImage,x.x,x.width,x.y,x.height));for(let n of x.children)di(t,n,r)}function di(t,x,e){x.type==="text"?Eg(t,x,e):Og(t,x)}var E3=St(()=>{fi();ei()});var D3={};k1(D3,{drawLayout:()=>B3,layout:()=>O3,render:()=>Dg});function Bg(t){let x=[];function e(n){if(n.type==="text"&&n.text.trim()&&x.push({y:n.y,fontSize:n.style.fontSize,text:n.text}),n.type==="box")for(let i of n.children)e(i)}e(t),x.sort((n,i)=>n.y-i.y);let a=[],r=0;for(let n of x){let i=a[a.length-1],s=Math.max(r,n.fontSize)*.5;i&&Math.abs(n.y-i.y)<s?(i.text+=n.text,r=Math.max(r,n.fontSize)):(a.push({y:Math.round(n.y),text:n.text}),r=n.fontSize)}return a}function O3(t){let{html:x,width:e,height:a,accuracy:r="performance",debug:n}=t;if(!e||e<=0||Number.isNaN(e))throw new TypeError(`layout: width must be a positive number, got ${e}`);let i=r==="balanced",{fragment:s,css:o}=h3(x),{tree:f,cleanup:c}=C3(s,o,e),h=document.createElement("canvas").getContext("2d");h.fontKerning="normal";let{root:b,height:u}=M3(h,f,e,i,n),g=a||u,S=Bg(b);return c(),{layoutRoot:b,height:g,lines:S}}function B3(t){let{layout:x,width:e,pixelRatio:a=globalThis.devicePixelRatio??1}=t;if(t.ctx&&t.canvas)throw new TypeError("drawLayout: ctx and canvas are mutually exclusive \u2014 provide one or neither");let r=x.height,n,i;return t.ctx?(i=t.ctx,n=t.ctx.canvas):(n=t.canvas??document.createElement("canvas"),n.width=Math.ceil(e*a),n.height=Math.ceil(r*a),"style"in n&&(n.style.width=`${e}px`,n.style.height=`${r}px`),i=n.getContext("2d"),i.scale(a,a)),di(i,x.layoutRoot),{canvas:n}}function Dg(t){if(t.ctx&&t.canvas)throw new TypeError("render: ctx and canvas are mutually exclusive \u2014 provide one or neither");let x=O3({html:t.html,width:t.width,height:t.height,accuracy:t.accuracy,debug:t.debug}),{canvas:e}=B3({layout:x,width:t.width,ctx:t.ctx,canvas:t.canvas,pixelRatio:t.pixelRatio});return{canvas:e,height:x.height,layoutRoot:x.layoutRoot,lines:x.lines}}var R3=St(()=>{u3();ei();fi();E3()});var i1=wx((LS,d7)=>{var cm=function(t,x,e,a,r){"use strict";let n={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],grey:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgrey:[211,211,211],lightgreen:[144,238,144],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0]},i={black:[n.black,1],white:[n.white,1],transparent:[n.black,0]},s={quot:34,amp:38,lt:60,gt:62,apos:39,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,circ:710,tilde:732,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,permil:8240,lsaquo:8249,rsaquo:8250,euro:8364,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,copy:169,ordf:170,laquo:171,not:172,shy:173,reg:174,macr:175,deg:176,plusmn:177,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,sup1:185,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,Agrave:192,Aacute:193,Acirc:194,Atilde:195,Auml:196,Aring:197,AElig:198,Ccedil:199,Egrave:200,Eacute:201,Ecirc:202,Euml:203,Igrave:204,Iacute:205,Icirc:206,Iuml:207,ETH:208,Ntilde:209,Ograve:210,Oacute:211,Ocirc:212,Otilde:213,Ouml:214,times:215,Oslash:216,Ugrave:217,Uacute:218,Ucirc:219,Uuml:220,Yacute:221,THORN:222,szlig:223,agrave:224,aacute:225,acirc:226,atilde:227,auml:228,aring:229,aelig:230,ccedil:231,egrave:232,eacute:233,ecirc:234,euml:235,igrave:236,iacute:237,icirc:238,iuml:239,eth:240,ntilde:241,ograve:242,oacute:243,ocirc:244,otilde:245,ouml:246,divide:247,oslash:248,ugrave:249,uacute:250,ucirc:251,uuml:252,yacute:253,thorn:254,yuml:255,fnof:402,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,bull:8226,hellip:8230,prime:8242,Prime:8243,oline:8254,frasl:8260,weierp:8472,image:8465,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},o={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0},f={A3:!0,A4:!0,a3:!0,a4:!0},c={color:{inherit:!0,initial:void 0},visibility:{inherit:!0,initial:"visible",values:{hidden:"hidden",collapse:"hidden",visible:"visible"}},fill:{inherit:!0,initial:i.black},stroke:{inherit:!0,initial:"none"},"stop-color":{inherit:!1,initial:i.black},"fill-opacity":{inherit:!0,initial:1},"stroke-opacity":{inherit:!0,initial:1},"stop-opacity":{inherit:!1,initial:1},"fill-rule":{inherit:!0,initial:"nonzero",values:{nonzero:"nonzero",evenodd:"evenodd"}},"clip-rule":{inherit:!0,initial:"nonzero",values:{nonzero:"nonzero",evenodd:"evenodd"}},"stroke-width":{inherit:!0,initial:1},"stroke-dasharray":{inherit:!0,initial:[]},"stroke-dashoffset":{inherit:!0,initial:0},"stroke-miterlimit":{inherit:!0,initial:4},"stroke-linejoin":{inherit:!0,initial:"miter",values:{miter:"miter",round:"round",bevel:"bevel"}},"stroke-linecap":{inherit:!0,initial:"butt",values:{butt:"butt",round:"round",square:"square"}},"font-size":{inherit:!0,initial:16,values:{"xx-small":9,"x-small":10,small:13,medium:16,large:18,"x-large":24,"xx-large":32}},"font-family":{inherit:!0,initial:"sans-serif"},"font-weight":{inherit:!0,initial:"normal",values:{600:"bold",700:"bold",800:"bold",900:"bold",bold:"bold",bolder:"bold",500:"normal",400:"normal",300:"normal",200:"normal",100:"normal",normal:"normal",lighter:"normal"}},"font-style":{inherit:!0,initial:"normal",values:{italic:"italic",oblique:"italic",normal:"normal"}},"text-anchor":{inherit:!0,initial:"start",values:{start:"start",middle:"middle",end:"end"}},direction:{inherit:!0,initial:"ltr",values:{ltr:"ltr",rtl:"rtl"}},"dominant-baseline":{inherit:!0,initial:"baseline",values:{auto:"baseline",baseline:"baseline","before-edge":"before-edge","text-before-edge":"before-edge",middle:"middle",central:"central","after-edge":"after-edge","text-after-edge":"after-edge",ideographic:"ideographic",alphabetic:"alphabetic",hanging:"hanging",mathematical:"mathematical"}},"alignment-baseline":{inherit:!1,initial:void 0,values:{auto:"baseline",baseline:"baseline","before-edge":"before-edge","text-before-edge":"before-edge",middle:"middle",central:"central","after-edge":"after-edge","text-after-edge":"after-edge",ideographic:"ideographic",alphabetic:"alphabetic",hanging:"hanging",mathematical:"mathematical"}},"baseline-shift":{inherit:!0,initial:"baseline",values:{baseline:"baseline",sub:"sub",super:"super"}},"word-spacing":{inherit:!0,initial:0,values:{normal:0}},"letter-spacing":{inherit:!0,initial:0,values:{normal:0}},"text-decoration":{inherit:!1,initial:"none",values:{none:"none",underline:"underline",overline:"overline","line-through":"line-through"}},"xml:space":{inherit:!0,initial:"default",css:"white-space",values:{preserve:"preserve",default:"default",pre:"preserve","pre-line":"preserve","pre-wrap":"preserve",nowrap:"default"}},"marker-start":{inherit:!0,initial:"none"},"marker-mid":{inherit:!0,initial:"none"},"marker-end":{inherit:!0,initial:"none"},opacity:{inherit:!1,initial:1},transform:{inherit:!1,initial:[1,0,0,1,0,0]},display:{inherit:!1,initial:"inline",values:{none:"none",inline:"inline",block:"inline"}},"clip-path":{inherit:!1,initial:"none"},mask:{inherit:!1,initial:"none"},overflow:{inherit:!1,initial:"hidden",values:{hidden:"hidden",scroll:"hidden",visible:"visible"}}};function d(A){let _=new(function(){});return _.name="G"+(t._groupCount=(t._groupCount||0)+1),_.resources=t.ref(),_.xobj=t.ref({Type:"XObject",Subtype:"Form",FormType:1,BBox:A,Group:{S:"Transparency",CS:"DeviceRGB",I:!0,K:!1},Resources:_.resources}),_.xobj.write(""),_.savedMatrix=t._ctm,_.savedPage=t.page,p7.push(_),t._ctm=[1,0,0,1,0,0],t.page={width:t.page.width,height:t.page.height,write:function(y){_.xobj.write(y)},fonts:{},xobjects:{},ext_gstates:{},patterns:{}},_}function h(A){if(A!==p7.pop())throw"Group not matching";Object.keys(t.page.fonts).length&&(A.resources.data.Font=t.page.fonts),Object.keys(t.page.xobjects).length&&(A.resources.data.XObject=t.page.xobjects),Object.keys(t.page.ext_gstates).length&&(A.resources.data.ExtGState=t.page.ext_gstates),Object.keys(t.page.patterns).length&&(A.resources.data.Pattern=t.page.patterns),A.resources.end(),A.xobj.end(),t._ctm=A.savedMatrix,t.page=A.savedPage}function b(A){t.page.xobjects[A.name]=A.xobj,t.addContent("/"+A.name+" Do")}function u(A,_){let y="M"+(t._maskCount=(t._maskCount||0)+1),M=t.ref({Type:"ExtGState",CA:1,ca:1,BM:"Normal",SMask:{S:"Luminosity",G:A.xobj,BC:_?[0,0,0]:[1,1,1]}});M.end(),t.page.ext_gstates[y]=M,t.addContent("/"+y+" gs")}function g(A,_,y,M){let L=new(function(){});return L.group=A,L.dx=_,L.dy=y,L.matrix=M||[1,0,0,1,0,0],L}function S(A,_){let y="P"+(t._patternCount=(t._patternCount||0)+1),M=t.ref({Type:"Pattern",PatternType:1,PaintType:1,TilingType:2,BBox:[0,0,A.dx,A.dy],XStep:A.dx,YStep:A.dy,Matrix:$(t._ctm,A.matrix),Resources:{ProcSet:["PDF","Text","ImageB","ImageC","ImageI"],XObject:(function(){let L={};return L[A.group.name]=A.group.xobj,L})()}});M.write("/"+A.group.name+" Do"),M.end(),t.page.patterns[y]=M,_?(t.addContent("/Pattern CS"),t.addContent("/"+y+" SCN")):(t.addContent("/Pattern cs"),t.addContent("/"+y+" scn"))}function w(A,_){t.page.fonts[A.id]||(t.page.fonts[A.id]=A.ref()),t.addContent("BT").addContent("/"+A.id+" "+_+" Tf")}function T(A,_,y,M,L,k){t.addContent(x0(A)+" "+x0(_)+" "+x0(-y)+" "+x0(-M)+" "+x0(L)+" "+x0(k)+" Tm")}function m(A,_){let y=A&&_?2:_?1:A?0:3;t.addContent(y+" Tr")}function D(A){t.addContent("<"+A+"> Tj")}function N(){t.addContent("ET")}function H(A){A[0].constructor.name==="PDFPattern"?(t.fillOpacity(A[1]),S(A[0],!1)):t.fillColor(A[0],A[1])}function G(A){A[0].constructor.name==="PDFPattern"?(t.strokeOpacity(A[1]),S(A[0],!0)):t.strokeColor(A[0],A[1])}function z(A,_,y,M,L){let k=t.ref({Type:"Annot",Subtype:"Link",Rect:[A,_,y,M],Border:[0,0,0],A:{S:"URI",URI:new String(L)}});k.end(),or.push(k)}function J(A){let _=function(P,B,O,K){this.error=K,this.nodeName=P,this.nodeValue=O,this.nodeType=B,this.attributes=Object.create(null),this.childNodes=[],this.parentNode=null,this.id="",this.textContent="",this.classList=[]};_.prototype.getAttribute=function(P){return this.attributes[P]!=null?this.attributes[P]:null},_.prototype.getElementById=function(P){let B=null;return(function O(K){if(!B&&K.nodeType===1){K.id===P&&(B=K);for(let i0=0;i0<K.childNodes.length;i0++)O(K.childNodes[i0])}})(this),B},_.prototype.getElementsByTagName=function(P){let B=[];return(function O(K){if(K.nodeType===1){K.nodeName===P&&B.push(K);for(let i0=0;i0<K.childNodes.length;i0++)O(K.childNodes[i0])}})(this),B};let y=new _x(A.trim()),M,L,k=!1,R=function(){let P,B;if(P=y.match(/^<([\w:.-]+)\s*/,!0)){let O=new _(P[1],1,null,k);for(;P=y.match(/^([\w:.-]+)(?:\s*=\s*"([^"]*)"|\s*=\s*'([^']*)')?\s*/,!0);){let K=P[1],i0=Q(P[2]||P[3]||"");O.attributes[K]?(px('parseXml: duplicate attribute "'+K+'"'),k=!0):(O.attributes[K]=i0,K==="id"&&(O.id=i0),K==="class"&&(O.classList=i0.split(" ")))}if(y.match(/^>/)){for(;B=R();)O.childNodes.push(B),B.parentNode=O,O.textContent+=B.nodeType===3||B.nodeType===4?B.nodeValue:B.textContent;return(P=y.match(/^<\/([\w:.-]+)\s*>/,!0))?(P[1]===O.nodeName||(px('parseXml: tag not matching, opening "'+O.nodeName+'" & closing "'+P[1]+'"'),k=!0),O):(px('parseXml: tag not matching, opening "'+O.nodeName+'" & not closing'),k=!0,O)}else{if(y.match(/^\/>/))return O;px('parseXml: tag could not be parsed "'+O.nodeName+'"'),k=!0}}else{if(P=y.match(/^<!--[\s\S]*?-->/))return new _(null,8,P,k);if(P=y.match(/^<\?[\s\S]*?\?>/))return new _(null,7,P,k);if(P=y.match(/^<!DOCTYPE\s*([\s\S]*?)>/))return new _(null,10,P,k);if(P=y.match(/^<!\[CDATA\[([\s\S]*?)\]\]>/,!0))return new _("#cdata-section",4,P[1],k);if(P=y.match(/^([^<]+)/,!0))return new _("#text",3,Q(P[1]),k)}};for(;L=R();)L.nodeType===1&&!M?M=L:(L.nodeType===1||L.nodeType===3&&L.nodeValue.trim()!=="")&&px("parseXml: data after document end has been discarded");return y.matchAll()&&px("parseXml: parsing error"),M}function Q(A){return A.replace(/&(?:#([0-9]+)|#[xX]([0-9A-Fa-f]+)|([0-9A-Za-z]+));/g,function(_,y,M,L){return y?String.fromCharCode(parseInt(y,10)):M?String.fromCharCode(parseInt(M,16)):L&&s[L]?String.fromCharCode(s[L]):_})}function l0(A){let _,y;return A=(A||"").trim(),(_=n[A])?y=[_.slice(),1]:(_=A.match(/^rgba\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9.]+)\s*\)$/i))?(_[1]=parseInt(_[1]),_[2]=parseInt(_[2]),_[3]=parseInt(_[3]),_[4]=parseFloat(_[4]),_[1]<256&&_[2]<256&&_[3]<256&&_[4]<=1&&(y=[_.slice(1,4),_[4]])):(_=A.match(/^rgb\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*\)$/i))?(_[1]=parseInt(_[1]),_[2]=parseInt(_[2]),_[3]=parseInt(_[3]),_[1]<256&&_[2]<256&&_[3]<256&&(y=[_.slice(1,4),1])):(_=A.match(/^rgb\(\s*([0-9.]+)%\s*,\s*([0-9.]+)%\s*,\s*([0-9.]+)%\s*\)$/i))?(_[1]=2.55*parseFloat(_[1]),_[2]=2.55*parseFloat(_[2]),_[3]=2.55*parseFloat(_[3]),_[1]<256&&_[2]<256&&_[3]<256&&(y=[_.slice(1,4),1])):(_=A.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i))?y=[[parseInt(_[1],16),parseInt(_[2],16),parseInt(_[3],16)],1]:(_=A.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(y=[[17*parseInt(_[1],16),17*parseInt(_[2],16),17*parseInt(_[3],16)],1]),wt?wt(y,A):y}function C(A,_,y){let M=A[0].slice(),L=A[1]*_;if(y){for(let k=0;k<A.length;k++)M[k]*=L;return[M,1]}else return[M,L]}function $(){function A(y,M){return[y[0]*M[0]+y[2]*M[1],y[1]*M[0]+y[3]*M[1],y[0]*M[2]+y[2]*M[3],y[1]*M[2]+y[3]*M[3],y[0]*M[4]+y[2]*M[5]+y[4],y[1]*M[4]+y[3]*M[5]+y[5]]}let _=arguments[0];for(let y=1;y<arguments.length;y++)_=A(_,arguments[y]);return _}function E(A,_){return[_[0]*A[0]+_[2]*A[1]+_[4],_[1]*A[0]+_[3]*A[1]+_[5]]}function I(){let A=t._ctm;for(let _=p7.length-1;_>=0;_--)A=$(p7[_].savedMatrix,A);return A}function o0(){return new B0().M(0,0).L(t.page.width,0).L(t.page.width,t.page.height).L(0,t.page.height).transform(Z(I())).getBoundingBox()}function Z(A){let _=A[0]*A[3]-A[1]*A[2];return[A[3]/_,-A[1]/_,-A[2]/_,A[0]/_,(A[2]*A[5]-A[3]*A[4])/_,(A[1]*A[4]-A[0]*A[5])/_]}function X(A){let _=x0(A[0]),y=x0(A[1]),M=x0(A[2]),L=x0(A[3]),k=x0(A[4]),R=x0(A[5]);if(Y(_*L-y*M,0))return[_,y,M,L,k,R]}function a0(A){let _=A[2]||0,y=A[1]||0,M=A[0]||0;if(f0(_,0)&&f0(y,0))return[];if(f0(_,0))return[-M/y];{let L=y*y-4*_*M;return Y(L,0)&&L>0?[(-y+Math.sqrt(L))/(2*_),(-y-Math.sqrt(L))/(2*_)]:f0(L,0)?[-y/(2*_)]:[]}}function d0(A,_){return(_[0]||0)+(_[1]||0)*A+(_[2]||0)*A*A+(_[3]||0)*A*A*A}function f0(A,_){return Math.abs(A-_)<1e-10}function Y(A,_){return Math.abs(A-_)>=1e-10}function x0(A){return A>-1e21&&A<1e21?Math.round(A*1e6)/1e6:0}function _0(A){return typeof A=="object"&&A!==null&&typeof A.length=="number"}function r0(A){let _=new _x((A||"").trim()),y=[1,0,0,1,0,0],M;for(;M=_.match(/^([A-Za-z]+)\s*[(]([^(]+)[)]/,!0);){let L=M[1],k=[],R=new _x(M[2].trim()),P;for(;P=R.matchNumber();)k.push(Number(P)),R.matchSeparator();if(L==="matrix"&&k.length===6)y=$(y,[k[0],k[1],k[2],k[3],k[4],k[5]]);else if(L==="translate"&&k.length===2)y=$(y,[1,0,0,1,k[0],k[1]]);else if(L==="translate"&&k.length===1)y=$(y,[1,0,0,1,k[0],0]);else if(L==="scale"&&k.length===2)y=$(y,[k[0],0,0,k[1],0,0]);else if(L==="scale"&&k.length===1)y=$(y,[k[0],0,0,k[0],0,0]);else if(L==="rotate"&&k.length===3){let B=k[0]*Math.PI/180;y=$(y,[1,0,0,1,k[1],k[2]],[Math.cos(B),Math.sin(B),-Math.sin(B),Math.cos(B),0,0],[1,0,0,1,-k[1],-k[2]])}else if(L==="rotate"&&k.length===1){let B=k[0]*Math.PI/180;y=$(y,[Math.cos(B),Math.sin(B),-Math.sin(B),Math.cos(B),0,0])}else if(L==="skewX"&&k.length===1){let B=k[0]*Math.PI/180;y=$(y,[1,0,Math.tan(B),1,0,0])}else if(L==="skewY"&&k.length===1){let B=k[0]*Math.PI/180;y=$(y,[1,Math.tan(B),0,1,0,0])}else return;_.matchSeparator()}if(!_.matchAll())return y}function y0(A,_,y,M,L,k){let R=(A||"").trim().match(/^(none)$|^x(Min|Mid|Max)Y(Min|Mid|Max)(?:\s+(meet|slice))?$/)||[],P=R[1]||R[4]||"meet",B=R[2]||"Mid",O=R[3]||"Mid",K=_/M,i0=y/L,S0={Min:0,Mid:.5,Max:1}[B]-(k||0),A0={Min:0,Mid:.5,Max:1}[O]-(k||0);return P==="slice"?i0=K=Math.max(K,i0):P==="meet"&&(i0=K=Math.min(K,i0)),[K,0,0,i0,S0*(_-M*K),A0*(y-L*i0)]}function I0(A){let _=Object.create(null);A=(A||"").trim().split(/;/);for(let y=0;y<A.length;y++){let M=(A[y].split(":")[0]||"").trim(),L=(A[y].split(":")[1]||"").trim();M&&(_[M]=L)}if(_.marker&&(_["marker-start"]||(_["marker-start"]=_.marker),_["marker-mid"]||(_["marker-mid"]=_.marker),_["marker-end"]||(_["marker-end"]=_.marker)),_.font){let y=null,M=null,L="normal",k="normal",R="normal",P=_.font.split(/\s+/);for(let B=0;B<P.length;B++)switch(P[B]){case"normal":break;case"italic":case"oblique":L=P[B];break;case"small-caps":R=P[B];break;case"bold":case"bolder":case"lighter":case"100":case"200":case"300":case"400":case"500":case"600":case"700":case"800":case"900":k=P[B];break;default:M?y?y+=" "+P[B]:y=P[B]:M=P[B].split("/")[0];break}_["font-style"]||(_["font-style"]=L),_["font-variant"]||(_["font-variant"]=R),_["font-weight"]||(_["font-weight"]=k),_["font-size"]||(_["font-size"]=M),_["font-family"]||(_["font-family"]=y)}return _}function n0(A){let _=A.split(/(?=[.#])/g),y=[],M=[],L=[],k;for(let R=0;R<_.length;R++)if(k=_[R].match(/^[#]([_A-Za-z0-9-]+)$/))y.push(k[1]);else if(k=_[R].match(/^[.]([_A-Za-z0-9-]+)$/))M.push(k[1]);else if(k=_[R].match(/^([_A-Za-z0-9-]+)$/))L.push(k[1]);else if(_[R]!=="*")return;return{tags:L,ids:y,classes:M,specificity:y.length*1e4+M.length*100+L.length}}function C0(A){let _=new _x(A.trim()),y=[],M;for(;M=_.match(/^\s*([^\{\}]*?)\s*\{([^\{\}]*?)\}/,!0);){let L=M[1].split(/\s*,\s*/g),k=I0(M[2]);for(let R=0;R<L.length;R++){let P=n0(L[R]);P&&y.push({selector:P,css:k})}}return y}function m0(A,_){if(A.nodeType!==1)return!1;for(let y=0;y<_.tags.length;y++)if(_.tags[y]!==A.nodeName)return!1;for(let y=0;y<_.ids.length;y++)if(_.ids[y]!==A.id)return!1;for(let y=0;y<_.classes.length;y++)if(A.classList.indexOf(_.classes[y])===-1)return!1;return!0}function $0(A){let _=Object.create(null),y=Object.create(null);for(let M=0;M<g7.length;M++){let L=g7[M];if(m0(A,L.selector))for(let k in L.css)y[k]>L.selector.specificity||(_[k]=L.css[k],y[k]=L.selector.specificity)}return _}function j0(A,_){return A.concat(_.slice(A.length))}function ex(A,_){return Math.max(A.ascender,(A.bbox[3]||A.bbox.maxY)*(A.scale||1))*_/1e3}function Lx(A,_){return Math.min(A.descender,(A.bbox[1]||A.bbox.minY)*(A.scale||1))*_/1e3}function a6(A,_){return(A.xHeight||.5*(A.ascender-A.descender))*_/1e3}function r6(A,_,y,M){let L,k;switch(y){case"middle":L=.5*a6(A,_);break;case"central":L=.5*(Lx(A,_)+ex(A,_));break;case"after-edge":case"text-after-edge":L=Lx(A,_);break;case"alphabetic":case"auto":case"baseline":L=0;break;case"mathematical":L=.5*ex(A,_);break;case"hanging":L=.8*ex(A,_);break;case"before-edge":case"text-before-edge":L=ex(A,_);break;default:L=0;break}switch(M){case"baseline":k=0;break;case"super":k=.6*_;break;case"sub":k=-.6*_;break;default:k=M;break}return L-k}function Hx(A,_,y){let M=A.encode(""+y),L=M[0],k=M[1],R=[];for(let P=0;P<L.length;P++){let B=A.unicode?A.unicode[parseInt(L[P],16)]:[y.charCodeAt(P)];R.push({glyph:L[P],unicode:B,width:k[P].advanceWidth*_/1e3,xOffset:k[P].xOffset*_/1e3,yOffset:k[P].yOffset*_/1e3,xAdvance:k[P].xAdvance*_/1e3,yAdvance:k[P].yAdvance*_/1e3})}return R}function Ux(A,_){switch(A.nodeName){case"use":return new le(A,_);case"symbol":return new l7(A,_);case"g":return new z6(A,_);case"a":return new h7(A,_);case"svg":return new u7(A,_);case"image":return new tr(A,_);case"rect":return new De(A,_);case"circle":return new c1(A,_);case"ellipse":return new d1(A,_);case"line":return new l1(A,_);case"polyline":return new h1(A,_);case"polygon":return new u1(A,_);case"path":return new li(A,_);case"text":return new y1(A,_);case"tspan":return new hi(A,_);case"textPath":return new m1(A,_);case"#text":case"#cdata-section":return new g1(A,_);default:return new Px(A,_)}}var _x=function(A){this.match=function(_,y){let M=A.match(_);if(!(!M||M.index!==0))return A=A.substring(M[0].length),y?M:M[0]},this.matchSeparator=function(){return this.match(/^(?:\s*,\s*|\s*|)/)},this.matchSpace=function(){return this.match(/^(?:\s*)/)},this.matchLengthUnit=function(){return this.match(/^(?:px|pt|cm|mm|in|pc|em|ex|%|)/)},this.matchNumber=function(){return this.match(/^(?:[-+]?(?:[0-9]+[.][0-9]+|[0-9]+[.]|[.][0-9]+|[0-9]+)(?:[eE][-+]?[0-9]+)?)/)},this.matchAll=function(){return this.match(/^[\s\S]+/)}},G6=function(A,_,y,M,L,k,R,P){let B=6*mi,O=[A,-3*A+3*y,3*A-6*y+3*L,-A+3*y-3*L+R],K=[_,-3*_+3*M,3*_-6*M+3*k,-_+3*M-3*k+P],i0=[-3*A+3*y,6*A-12*y+6*L,-3*A+9*y-9*L+3*R],S0=[-3*_+3*M,6*_-12*M+6*k,-3*_+9*M-9*k+3*P],A0=[0];for(let c0=1;c0<=B;c0++){let U=(c0-.5)/B,h0=d0(U,i0)/B,P0=d0(U,S0)/B,E0=Math.sqrt(h0*h0+P0*P0);A0[c0]=A0[c0-1]+E0}this.totalLength=A0[B],this.startPoint=[A,_,f0(A,y)&&f0(_,M)?Math.atan2(k-M,L-y):Math.atan2(M-_,y-A)],this.endPoint=[R,P,f0(L,R)&&f0(k,P)?Math.atan2(k-M,L-y):Math.atan2(P-k,R-L)],this.getBoundingBox=function(){let c0,U=d0(0,O),h0=d0(0,K),P0=d0(1,O),E0=d0(1,K);U>P0&&(c0=P0,P0=U,U=c0),h0>E0&&(c0=E0,E0=h0,h0=c0);let U0=a0(i0);for(let Y0=0;Y0<U0.length;Y0++)if(U0[Y0]>=0&&U0[Y0]<=1){let M0=d0(U0[Y0],O);M0<U&&(U=M0),M0>P0&&(P0=M0)}let N0=a0(S0);for(let Y0=0;Y0<N0.length;Y0++)if(N0[Y0]>=0&&N0[Y0]<=1){let M0=d0(N0[Y0],K);M0<h0&&(h0=M0),M0>E0&&(E0=M0)}return[U,h0,P0,E0]},this.getPointAtLength=function(c0){if(f0(c0,0))return this.startPoint;if(f0(c0,this.totalLength))return this.endPoint;if(!(c0<0||c0>this.totalLength))for(let U=1;U<=B;U++){let h0=A0[U-1],P0=A0[U];if(h0<=c0&&c0<=P0){let E0=(U-(P0-c0)/(P0-h0))/B,U0=d0(E0,O),N0=d0(E0,K),Y0=d0(E0,i0),M0=d0(E0,S0);return[U0,N0,Math.atan2(M0,Y0)]}}}},yx=function(A,_,y,M){this.totalLength=Math.sqrt((y-A)*(y-A)+(M-_)*(M-_)),this.startPoint=[A,_,Math.atan2(M-_,y-A)],this.endPoint=[y,M,Math.atan2(M-_,y-A)],this.getBoundingBox=function(){return[Math.min(this.startPoint[0],this.endPoint[0]),Math.min(this.startPoint[1],this.endPoint[1]),Math.max(this.startPoint[0],this.endPoint[0]),Math.max(this.startPoint[1],this.endPoint[1])]},this.getPointAtLength=function(L){if(L>=0&&L<=this.totalLength){let k=L/this.totalLength||0,R=this.startPoint[0]+k*(this.endPoint[0]-this.startPoint[0]),P=this.startPoint[1]+k*(this.endPoint[1]-this.startPoint[1]);return[R,P,this.startPoint[2]]}}},B0=function(){this.pathCommands=[],this.pathSegments=[],this.startPoint=null,this.endPoint=null,this.totalLength=0;let A=0,_=0,y=0,M=0,L,k,R;this.move=function(P,B){return A=y=P,_=M=B,null},this.line=function(P,B){let O=new yx(y,M,P,B);return y=P,M=B,O},this.curve=function(P,B,O,K,i0,S0){let A0=new G6(y,M,P,B,O,K,i0,S0);return y=i0,M=S0,A0},this.close=function(){let P=new yx(y,M,A,_);return y=A,M=_,P},this.addCommand=function(P){this.pathCommands.push(P);let B=this[P[0]].apply(this,P.slice(3));B&&(B.hasStart=P[1],B.hasEnd=P[2],this.startPoint=this.startPoint||B.startPoint,this.endPoint=B.endPoint,this.pathSegments.push(B),this.totalLength+=B.totalLength)},this.M=function(P,B){return this.addCommand(["move",!0,!0,P,B]),L="M",this},this.m=function(P,B){return this.M(y+P,M+B)},this.Z=this.z=function(){return this.addCommand(["close",!0,!0]),L="Z",this},this.L=function(P,B){return this.addCommand(["line",!0,!0,P,B]),L="L",this},this.l=function(P,B){return this.L(y+P,M+B)},this.H=function(P){return this.L(P,M)},this.h=function(P){return this.L(y+P,M)},this.V=function(P){return this.L(y,P)},this.v=function(P){return this.L(y,M+P)},this.C=function(P,B,O,K,i0,S0){return this.addCommand(["curve",!0,!0,P,B,O,K,i0,S0]),L="C",k=O,R=K,this},this.c=function(P,B,O,K,i0,S0){return this.C(y+P,M+B,y+O,M+K,y+i0,M+S0)},this.S=function(P,B,O,K){return this.C(y+(L==="C"?y-k:0),M+(L==="C"?M-R:0),P,B,O,K)},this.s=function(P,B,O,K){return this.C(y+(L==="C"?y-k:0),M+(L==="C"?M-R:0),y+P,M+B,y+O,M+K)},this.Q=function(P,B,O,K){let i0=y+.6666666666666666*(P-y),S0=M+2/3*(B-M),A0=O+2/3*(P-O),c0=K+2/3*(B-K);return this.addCommand(["curve",!0,!0,i0,S0,A0,c0,O,K]),L="Q",k=P,R=B,this},this.q=function(P,B,O,K){return this.Q(y+P,M+B,y+O,M+K)},this.T=function(P,B){return this.Q(y+(L==="Q"?y-k:0),M+(L==="Q"?M-R:0),P,B)},this.t=function(P,B){return this.Q(y+(L==="Q"?y-k:0),M+(L==="Q"?M-R:0),y+P,M+B)},this.A=function(P,B,O,K,i0,S0,A0){if(f0(P,0)||f0(B,0))this.addCommand(["line",!0,!0,S0,A0]);else{O=O*(Math.PI/180),P=Math.abs(P),B=Math.abs(B),K=1*!!K,i0=1*!!i0;let c0=Math.cos(O)*(y-S0)/2+Math.sin(O)*(M-A0)/2,U=Math.cos(O)*(M-A0)/2-Math.sin(O)*(y-S0)/2,h0=c0*c0/(P*P)+U*U/(B*B);h0>1&&(P*=Math.sqrt(h0),B*=Math.sqrt(h0));let P0=Math.sqrt(Math.max(0,P*P*B*B-P*P*U*U-B*B*c0*c0)/(P*P*U*U+B*B*c0*c0)),E0=(K===i0?-1:1)*P0*P*U/B,U0=(K===i0?1:-1)*P0*B*c0/P,N0=Math.cos(O)*E0-Math.sin(O)*U0+(y+S0)/2,Y0=Math.sin(O)*E0+Math.cos(O)*U0+(M+A0)/2,M0=Math.atan2((U-U0)/B,(c0-E0)/P),G0=Math.atan2((-U-U0)/B,(-c0-E0)/P);i0===0&&G0-M0>0?G0-=2*Math.PI:i0===1&&G0-M0<0&&(G0+=2*Math.PI);let $x=Math.ceil(Math.abs(G0-M0)/(Math.PI/mi));for(let lx=0;lx<$x;lx++){let cx=M0+lx*(G0-M0)/$x,K0=M0+(lx+1)*(G0-M0)/$x,Mx=4/3*Math.tan((K0-cx)/4),vt=N0+Math.cos(O)*P*(Math.cos(cx)-Mx*Math.sin(cx))-Math.sin(O)*B*(Math.sin(cx)+Mx*Math.cos(cx)),Xx=Y0+Math.sin(O)*P*(Math.cos(cx)-Mx*Math.sin(cx))+Math.cos(O)*B*(Math.sin(cx)+Mx*Math.cos(cx)),ue=N0+Math.cos(O)*P*(Math.cos(K0)+Mx*Math.sin(K0))-Math.sin(O)*B*(Math.sin(K0)-Mx*Math.cos(K0)),be=Y0+Math.sin(O)*P*(Math.cos(K0)+Mx*Math.sin(K0))+Math.cos(O)*B*(Math.sin(K0)-Mx*Math.cos(K0)),b6=N0+Math.cos(O)*P*Math.cos(K0)-Math.sin(O)*B*Math.sin(K0),qx=Y0+Math.sin(O)*P*Math.cos(K0)+Math.cos(O)*B*Math.sin(K0);this.addCommand(["curve",lx===0,lx===$x-1,vt,Xx,ue,be,b6,qx])}}return L="A",this},this.a=function(P,B,O,K,i0,S0,A0){return this.A(P,B,O,K,i0,y+S0,M+A0)},this.path=function(P){let B,O,K,i0=new _x((P||"").trim());for(;B=i0.match(/^[astvzqmhlcASTVZQMHLC]/);){i0.matchSeparator();let S0=[];for(;O=f[B+S0.length]?i0.match(/^[01]/):i0.matchNumber();)i0.matchSeparator(),S0.length===o[B]&&(this[B].apply(this,S0),S0=[],B==="M"?B="L":B==="m"&&(B="l")),S0.push(Number(O));if(S0.length===o[B])this[B].apply(this,S0);else{px("SvgPath: command "+B+" with "+S0.length+" numbers");return}}return(K=i0.matchAll())&&px("SvgPath: unexpected string "+K),this},this.getBoundingBox=function(){let P=[1/0,1/0,-1/0,-1/0];function B(O){O[0]<P[0]&&(P[0]=O[0]),O[2]>P[2]&&(P[2]=O[2]),O[1]<P[1]&&(P[1]=O[1]),O[3]>P[3]&&(P[3]=O[3])}for(let O=0;O<this.pathSegments.length;O++)B(this.pathSegments[O].getBoundingBox());return P[0]===1/0&&(P[0]=0),P[1]===1/0&&(P[1]=0),P[2]===-1/0&&(P[2]=0),P[3]===-1/0&&(P[3]=0),P},this.getPointAtLength=function(P){if(P>=0&&P<=this.totalLength){let B;for(let O=0;O<this.pathSegments.length;O++){if(B=this.pathSegments[O].getPointAtLength(P))return B;P-=this.pathSegments[O].totalLength}return this.endPoint}},this.transform=function(P){this.pathSegments=[],this.startPoint=null,this.endPoint=null,this.totalLength=0;for(let B=0;B<this.pathCommands.length;B++){let O=this.pathCommands.shift();for(let K=3;K<O.length;K+=2){let i0=E([O[K],O[K+1]],P);O[K]=i0[0],O[K+1]=i0[1]}this.addCommand(O)}return this},this.mergeShape=function(P){for(let B=0;B<P.pathCommands.length;B++)this.addCommand(P.pathCommands[B].slice());return this},this.clone=function(){return new B0().mergeShape(this)},this.insertInDocument=function(){for(let P=0;P<this.pathCommands.length;P++){let B=this.pathCommands[P][0],O=this.pathCommands[P].slice(3);switch(B){case"move":t.moveTo(O[0],O[1]);break;case"line":t.lineTo(O[0],O[1]);break;case"curve":t.bezierCurveTo(O[0],O[1],O[2],O[3],O[4],O[5]);break;case"close":t.closePath();break}}},this.getSubPaths=function(){let P=[],B=new B0;for(let O=0;O<this.pathCommands.length;O++){let K=this.pathCommands[O];this.pathCommands[O][0]==="move"&&O!==0&&(P.push(B),B=new B0),B.addCommand(K)}return P.push(B),P},this.getMarkers=function(){let P=[],B=this.getSubPaths();for(let O=0;O<B.length;O++){let K=B[O],i0=[];for(let S0=0;S0<K.pathSegments.length;S0++){let A0=K.pathSegments[S0];if(Y(A0.totalLength,0)||S0===0||S0===K.pathSegments.length-1){if(A0.hasStart){let c0=A0.getPointAtLength(0),U=i0.pop();U&&(c0[2]=.5*(U[2]+c0[2])),i0.push(c0)}if(A0.hasEnd){let c0=A0.getPointAtLength(A0.totalLength);i0.push(c0)}}}P=P.concat(i0)}return P}},Px=function(A,_){let y=Object.create(null),M=null;this.name=A.nodeName,this.isOuterElement=A===x||!A.parentNode,this.inherits=_||(this.isOuterElement?null:Ux(A.parentNode,null)),this.stack=this.inherits?this.inherits.stack.concat(A):[A],this.style=I0(typeof A.getAttribute=="function"&&A.getAttribute("style")),this.css=gi?getComputedStyle(A):$0(A),this.allowedChildren=[],this.attr=function(L){if(typeof A.getAttribute=="function")return A.getAttribute(L)},this.resolveUrl=function(L){let k=(L||"").match(/^\s*(?:url\("(.*)#(.*)"\)|url\('(.*)#(.*)'\)|url\((.*)#(.*)\)|(.*)#(.*))\s*$/)||[],R=k[1]||k[3]||k[5]||k[7],P=k[2]||k[4]||k[6]||k[8];if(P){if(!R){let B=x.getElementById(P);if(B){if(this.stack.indexOf(B)===-1)return B;px('SVGtoPDF: loop of circular references for id "'+P+'"');return}}if(b7){let B=yi[R];if(!B){B=b7(R),_0(B)||(B=[B]);for(let O=0;O<B.length;O++)typeof B[O]=="string"&&(B[O]=J(B[O]));yi[R]=B}for(let O=0;O<B.length;O++){let K=B[O].getElementById(P);if(K){if(this.stack.indexOf(K)===-1)return K;px('SVGtoPDF: loop of circular references for id "'+R+"#"+P+'"');return}}}}},this.computeUnits=function(L,k,R,P){return k==="%"?parseFloat(L)/100*(P||R!=null?R:this.getViewport()):k==="ex"||k==="em"?L*{em:1,ex:.5}[k]*(P?R:this.get("font-size")):L*{"":1,px:1,pt:96/72,cm:96/2.54,mm:96/25.4,in:96,pc:96/6}[k]},this.computeLength=function(L,k,R,P){let B=new _x((L||"").trim()),O,K;return typeof(O=B.matchNumber())=="string"&&typeof(K=B.matchLengthUnit())=="string"&&!B.matchAll()?this.computeUnits(O,K,k,P):R},this.computeLengthList=function(L,k,R){let P=new _x((L||"").trim()),B=[],O,K;for(;typeof(O=P.matchNumber())=="string"&&typeof(K=P.matchLengthUnit())=="string";)B.push(this.computeUnits(O,K,k)),P.matchSeparator();if(!(R&&P.matchAll()))return B},this.getLength=function(L,k,R){return this.computeLength(this.attr(L),k,R)},this.getLengthList=function(L,k){return this.computeLengthList(this.attr(L),k)},this.getUrl=function(L){return this.resolveUrl(this.attr(L))},this.getNumberList=function(L){let k=new _x((this.attr(L)||"").trim()),R=[],P;for(;P=k.matchNumber();)R.push(Number(P)),k.matchSeparator();return R.error=k.matchAll(),R},this.getViewbox=function(L,k){let R=this.getNumberList(L);return R.length===4&&R[2]>=0&&R[3]>=0?R:k},this.getPercent=function(L,k){let R=this.attr(L),P=new _x((R||"").trim()),B,O,K=P.matchNumber();return!K||(P.match("%")&&(K*=.01),P.matchAll())?k:Math.max(0,Math.min(1,K))},this.chooseValue=function(L){for(let k=0;k<arguments.length;k++)if(arguments[k]!=null&&arguments[k]===arguments[k])return arguments[k];return arguments[arguments.length-1]},this.get=function(L){if(y[L]!==void 0)return y[L];let k=c[L]||{},R,P;for(let B=0;B<3;B++){switch(B){case 0:L!=="transform"&&(R=this.css[k.css||L]);break;case 1:R=this.style[L];break;case 2:R=this.attr(L);break}if(R==="inherit"&&(P=this.inherits?this.inherits.get(L):k.initial,P!=null)||k.values!=null&&(P=k.values[R],P!=null))return y[L]=P;if(R!=null){let O;switch(L){case"font-size":P=this.computeLength(R,this.inherits?this.inherits.get(L):k.initial,void 0,!0);break;case"baseline-shift":P=this.computeLength(R,this.get("font-size"));break;case"font-family":P=R||void 0;break;case"opacity":case"stroke-opacity":case"fill-opacity":case"stop-opacity":O=parseFloat(R),isNaN(O)||(P=Math.max(0,Math.min(1,O)));break;case"transform":P=r0(R);break;case"stroke-dasharray":if(R==="none")P=[];else if(O=this.computeLengthList(R,this.getViewport(),!0)){let K=0,i0=!1;for(let S0=0;S0<O.length;S0++)O[S0]<0&&(i0=!0),K+=O[S0];i0||(O.length%2===1&&(O=O.concat(O)),P=K===0?[]:O)}break;case"color":R==="none"||R==="transparent"?P="none":P=l0(R);break;case"fill":case"stroke":if(R==="none"||R==="transparent")P="none";else if(R==="currentColor")P=this.get("color");else{if(O=l0(R))return O;if(O=(R||"").split(" ")){let K=this.resolveUrl(O[0]),i0=l0(O[1]);K==null?P=i0:K.nodeName==="linearGradient"||K.nodeName==="radialGradient"?P=new he(K,null,i0):K.nodeName==="pattern"?P=new Be(K,null,i0):P=i0}}break;case"stop-color":R==="none"||R==="transparent"?P="none":R==="currentColor"?P=this.get("color"):P=l0(R);break;case"marker-start":case"marker-mid":case"marker-end":case"clip-path":case"mask":R==="none"?P="none":P=this.resolveUrl(R);break;case"stroke-width":O=this.computeLength(R,this.getViewport()),O!=null&&O>=0&&(P=O);break;case"stroke-miterlimit":O=parseFloat(R),O!=null&&O>=1&&(P=O);break;case"word-spacing":case"letter-spacing":P=this.computeLength(R,this.getViewport());break;case"stroke-dashoffset":if(P=this.computeLength(R,this.getViewport()),P!=null&&P<0){let K=this.get("stroke-dasharray");for(let i0=0;i0<K.length;i0++)P+=K[i0]}break}if(P!=null)return y[L]=P}}return y[L]=k.inherit&&this.inherits?this.inherits.get(L):k.initial},this.getChildren=function(){if(M!=null)return M;let L=[];for(let k=0;k<A.childNodes.length;k++){let R=A.childNodes[k];!R.error&&this.allowedChildren.indexOf(R.nodeName)!==-1&&L.push(Ux(R,this))}return M=L},this.getParentVWidth=function(){return this.inherits?this.inherits.getVWidth():ui},this.getParentVHeight=function(){return this.inherits?this.inherits.getVHeight():bi},this.getParentViewport=function(){return Math.sqrt(.5*this.getParentVWidth()*this.getParentVWidth()+.5*this.getParentVHeight()*this.getParentVHeight())},this.getVWidth=function(){return this.getParentVWidth()},this.getVHeight=function(){return this.getParentVHeight()},this.getViewport=function(){return Math.sqrt(.5*this.getVWidth()*this.getVWidth()+.5*this.getVHeight()*this.getVHeight())},this.getBoundingBox=function(){return this.getBoundingShape().getBoundingBox()}},h6=function(A,_){Px.call(this,A,_),this.transform=function(){t.transform.apply(t,this.getTransformation())},this.clip=function(){if(this.get("clip-path")!=="none")return new b1(this.get("clip-path"),null).useMask(this.getBoundingBox()),!0},this.mask=function(){if(this.get("mask")!=="none")return new p1(this.get("mask"),null).useMask(this.getBoundingBox()),!0},this.getFill=function(y,M){let L=this.get("opacity"),k=this.get("fill"),R=this.get("fill-opacity");if(y)return i.white;if(k!=="none"&&L&&R)return k instanceof he||k instanceof Be?k.getPaint(this.getBoundingBox(),R*L,y,M):C(k,R*L,M)},this.getStroke=function(y,M){let L=this.get("opacity"),k=this.get("stroke"),R=this.get("stroke-opacity");if(!(y||f0(this.get("stroke-width"),0))&&k!=="none"&&L&&R)return k instanceof he||k instanceof Be?k.getPaint(this.getBoundingBox(),R*L,y,M):C(k,R*L,M)}},jx=function(A,_){h6.call(this,A,_),this.allowedChildren=["use","g","a","svg","image","rect","circle","ellipse","line","polyline","polygon","path","text"],this.getBoundingShape=function(){let y=new B0,M=this.getChildren();for(let L=0;L<M.length;L++)if(M[L].get("display")!=="none"&&typeof M[L].getBoundingShape=="function"){let k=M[L].getBoundingShape().clone();typeof M[L].getTransformation=="function"&&k.transform(M[L].getTransformation()),y.mergeShape(k)}return y},this.drawChildren=function(y,M){let L=this.getChildren();for(let k=0;k<L.length;k++)L[k].get("display")!=="none"&&typeof L[k].drawInDocument=="function"&&L[k].drawInDocument(y,M)}},u6=function(A,_){jx.call(this,A,_),this.drawContent=function(y,M){this.transform();let L=this.clip(),k=this.mask(),R;(this.get("opacity")<1||L||k)&&!y&&(R=d(o0())),this.drawChildren(y,M),R&&(h(R),t.fillOpacity(this.get("opacity")),b(R))}},le=function(A,_){u6.call(this,A,_);let y=this.getLength("x",this.getVWidth(),0),M=this.getLength("y",this.getVHeight(),0),L=this.getUrl("href")||this.getUrl("xlink:href");L&&(L=Ux(L,this)),this.getChildren=function(){return L?[L]:[]},this.drawInDocument=function(k,R){t.save(),this.drawContent(k,R),t.restore()},this.getTransformation=function(){return $(this.get("transform"),[1,0,0,1,y,M])}},l7=function(A,_){u6.call(this,A,_);let y=this.getLength("width",this.getParentVWidth(),this.getParentVWidth()),M=this.getLength("height",this.getParentVHeight(),this.getParentVHeight());_ instanceof le&&(y=_.getLength("width",_.getParentVWidth(),y),M=_.getLength("height",_.getParentVHeight(),M));let L=(this.attr("preserveAspectRatio")||"").trim(),k=this.getViewbox("viewBox",[0,0,y,M]);this.getVWidth=function(){return k[2]},this.getVHeight=function(){return k[3]},this.drawInDocument=function(R,P){t.save(),this.drawContent(R,P),t.restore()},this.getTransformation=function(){return $(y0(L,y,M,k[2],k[3]),[1,0,0,1,-k[0],-k[1]])}},z6=function(A,_){u6.call(this,A,_),this.drawInDocument=function(y,M){t.save(),this.link&&!y&&!M&&this.addLink(),this.drawContent(y,M),t.restore()},this.getTransformation=function(){return this.get("transform")}},h7=function(A,_){_&&_.isText?(hi.call(this,A,_),this.allowedChildren=["textPath","tspan","#text","#cdata-section","a"]):z6.call(this,A,_),this.link=this.attr("href")||this.attr("xlink:href"),this.addLink=function(){if(this.link.match(/^(?:[a-z][a-z0-9+.-]*:|\/\/)?/i)&&this.getChildren().length){let y=this.getBoundingShape().transform(I()).getBoundingBox();z(y[0],y[1],y[2],y[3],this.link)}}},u7=function(A,_){u6.call(this,A,_);let y=this.getLength("width",this.getParentVWidth(),this.getParentVWidth()),M=this.getLength("height",this.getParentVHeight(),this.getParentVHeight()),L=this.getLength("x",this.getParentVWidth(),0),k=this.getLength("y",this.getParentVHeight(),0);_ instanceof le&&(y=_.getLength("width",_.getParentVWidth(),y),M=_.getLength("height",_.getParentVHeight(),M));let R=this.attr("preserveAspectRatio"),P=this.getViewbox("viewBox",[0,0,y,M]);this.isOuterElement&&pi&&(L=k=0,y=ui,M=bi,R=pi),this.getVWidth=function(){return P[2]},this.getVHeight=function(){return P[3]},this.drawInDocument=function(B,O){t.save(),this.get("overflow")==="hidden"&&(new B0().M(L,k).L(L+y,k).L(L+y,k+M).L(L,k+M).Z().transform(this.get("transform")).insertInDocument(),t.clip()),this.drawContent(B,O),t.restore()},this.getTransformation=function(){return $(this.get("transform"),[1,0,0,1,L,k],y0(R,y,M,P[2],P[3]),[1,0,0,1,-P[0],-P[1]])}},tr=function(A,_){h6.call(this,A,_);let y=sr(this.attr("href")||this.attr("xlink:href")||""),M=this.getLength("x",this.getVWidth(),0),L=this.getLength("y",this.getVHeight(),0),k=this.getLength("width",this.getVWidth(),"auto"),R=this.getLength("height",this.getVHeight(),"auto"),P;try{P=t.openImage(y)}catch{px('SVGElemImage: failed to open image "'+y+'" in PDFKit')}P&&(k==="auto"&&R!=="auto"?k=R*P.width/P.height:R==="auto"&&k!=="auto"?R=k*P.height/P.width:k==="auto"&&R==="auto"&&(k=P.width,R=P.height)),(k==="auto"||k<0)&&(k=0),(R==="auto"||R<0)&&(R=0),this.getTransformation=function(){return this.get("transform")},this.getBoundingShape=function(){return new B0().M(M,L).L(M+k,L).M(M+k,L+R).L(M,L+R)},this.drawInDocument=function(B,O){this.get("visibility")==="hidden"||!P||(t.save(),this.transform(),this.get("overflow")==="hidden"&&t.rect(M,L,k,R).clip(),this.clip(),this.mask(),t.translate(M,L),t.transform.apply(t,y0(this.attr("preserveAspectRatio"),k,R,P?P.width:k,P?P.height:R)),B?(t.rect(0,0,P.width,P.height),H(i.white).fill()):(t.fillOpacity(this.get("opacity")),t.image(P,0,0)),t.restore())}},Be=function(A,_,y){jx.call(this,A,_),this.ref=(function(){let k=this.getUrl("href")||this.getUrl("xlink:href");if(k&&k.nodeName===A.nodeName)return new Be(k,_,y)}).call(this);let M=this.attr;this.attr=function(k){let R=M.call(this,k);return R!=null||k==="href"||k==="xlink:href"?R:this.ref?this.ref.attr(k):null};let L=this.getChildren;this.getChildren=function(){let k=L.call(this);return k.length>0?k:this.ref?this.ref.getChildren():[]},this.getPaint=function(k,R,P,B){let O=this.attr("patternUnits")!=="userSpaceOnUse",K=this.attr("patternContentUnits")==="objectBoundingBox",i0=this.getLength("x",O?1:this.getParentVWidth(),0),S0=this.getLength("y",O?1:this.getParentVHeight(),0),A0=this.getLength("width",O?1:this.getParentVWidth(),0),c0=this.getLength("height",O?1:this.getParentVHeight(),0);K&&!O?(i0=(i0-k[0])/(k[2]-k[0])||0,S0=(S0-k[1])/(k[3]-k[1])||0,A0=A0/(k[2]-k[0])||0,c0=c0/(k[3]-k[1])||0):!K&&O&&(i0=k[0]+i0*(k[2]-k[0]),S0=k[1]+S0*(k[3]-k[1]),A0=A0*(k[2]-k[0]),c0=c0*(k[3]-k[1]));let U=this.getViewbox("viewBox",[0,0,A0,c0]),h0=(this.attr("preserveAspectRatio")||"").trim(),P0=$(y0(h0,A0,c0,U[2],U[3],0),[1,0,0,1,-U[0],-U[1]]),E0=r0(this.attr("patternTransform"));if(K&&(E0=$([k[2]-k[0],0,0,k[3]-k[1],k[0],k[1]],E0)),E0=$(E0,[1,0,0,1,i0,S0]),(E0=X(E0))&&(P0=X(P0))&&(A0=x0(A0))&&(c0=x0(c0))){let U0=d([0,0,A0,c0]);return t.transform.apply(t,P0),this.drawChildren(P,B),h(U0),[g(U0,A0,c0,E0),R]}else return y?[y[0],y[1]*R]:void 0},this.getVWidth=function(){let k=this.attr("patternUnits")!=="userSpaceOnUse",R=this.getLength("width",k?1:this.getParentVWidth(),0);return this.getViewbox("viewBox",[0,0,R,0])[2]},this.getVHeight=function(){let k=this.attr("patternUnits")!=="userSpaceOnUse",R=this.getLength("height",k?1:this.getParentVHeight(),0);return this.getViewbox("viewBox",[0,0,0,R])[3]}},he=function(A,_,y){Px.call(this,A,_),this.allowedChildren=["stop"],this.ref=(function(){let k=this.getUrl("href")||this.getUrl("xlink:href");if(k&&k.nodeName===A.nodeName)return new he(k,_,y)}).call(this);let M=this.attr;this.attr=function(k){let R=M.call(this,k);return R!=null||k==="href"||k==="xlink:href"?R:this.ref?this.ref.attr(k):null};let L=this.getChildren;this.getChildren=function(){let k=L.call(this);return k.length>0?k:this.ref?this.ref.getChildren():[]},this.getPaint=function(k,R,P,B){let O=this.getChildren();if(O.length===0)return;if(O.length===1){let M0=O[0],G0=M0.get("stop-color");return G0==="none"?void 0:C(G0,M0.get("stop-opacity")*R,B)}let K=this.attr("gradientUnits")!=="userSpaceOnUse",i0=r0(this.attr("gradientTransform")),S0=this.attr("spreadMethod"),A0,c0,U,h0,P0,E0,U0=0,N0=0,Y0=1;if(K&&(i0=$([k[2]-k[0],0,0,k[3]-k[1],k[0],k[1]],i0)),i0=X(i0)){if(this.name==="linearGradient")c0=this.getLength("x1",K?1:this.getVWidth(),0),U=this.getLength("x2",K?1:this.getVWidth(),K?1:this.getVWidth()),h0=this.getLength("y1",K?1:this.getVHeight(),0),P0=this.getLength("y2",K?1:this.getVHeight(),0);else{U=this.getLength("cx",K?1:this.getVWidth(),K?.5:.5*this.getVWidth()),P0=this.getLength("cy",K?1:this.getVHeight(),K?.5:.5*this.getVHeight()),E0=this.getLength("r",K?1:this.getViewport(),K?.5:.5*this.getViewport()),c0=this.getLength("fx",K?1:this.getVWidth(),U),h0=this.getLength("fy",K?1:this.getVHeight(),P0),E0<0&&px("SvgElemGradient: negative r value");let M0=Math.sqrt(Math.pow(U-c0,2)+Math.pow(P0-h0,2)),G0=1;M0>E0&&(G0=E0/M0,c0=U+(c0-U)*G0,h0=P0+(h0-P0)*G0),E0=Math.max(E0,M0*G0*(1+1e-6))}if(S0==="reflect"||S0==="repeat"){let M0=Z(i0),G0=E([k[0],k[1]],M0),$x=E([k[2],k[1]],M0),lx=E([k[2],k[3]],M0),cx=E([k[0],k[3]],M0);this.name==="linearGradient"?(U0=Math.max((G0[0]-U)*(U-c0)+(G0[1]-P0)*(P0-h0),($x[0]-U)*(U-c0)+($x[1]-P0)*(P0-h0),(lx[0]-U)*(U-c0)+(lx[1]-P0)*(P0-h0),(cx[0]-U)*(U-c0)+(cx[1]-P0)*(P0-h0))/(Math.pow(U-c0,2)+Math.pow(P0-h0,2)),N0=Math.max((G0[0]-c0)*(c0-U)+(G0[1]-h0)*(h0-P0),($x[0]-c0)*(c0-U)+($x[1]-h0)*(h0-P0),(lx[0]-c0)*(c0-U)+(lx[1]-h0)*(h0-P0),(cx[0]-c0)*(c0-U)+(cx[1]-h0)*(h0-P0))/(Math.pow(U-c0,2)+Math.pow(P0-h0,2))):U0=Math.sqrt(Math.max(Math.pow(G0[0]-U,2)+Math.pow(G0[1]-P0,2),Math.pow($x[0]-U,2)+Math.pow($x[1]-P0,2),Math.pow(lx[0]-U,2)+Math.pow(lx[1]-P0,2),Math.pow(cx[0]-U,2)+Math.pow(cx[1]-P0,2)))/E0-1,U0=Math.ceil(U0+.5),N0=Math.ceil(N0+.5),Y0=N0+1+U0}this.name==="linearGradient"?A0=t.linearGradient(c0-N0*(U-c0),h0-N0*(P0-h0),U+U0*(U-c0),P0+U0*(P0-h0)):A0=t.radialGradient(c0,h0,0,U,P0,E0+U0*E0);for(let M0=0;M0<Y0;M0++){let G0=0,$x=S0!=="reflect"||(M0-N0)%2===0;for(let lx=0;lx<O.length;lx++){let cx=O[$x?lx:O.length-1-lx],K0=cx.get("stop-color");K0==="none"&&(K0=i.transparent),K0=C(K0,cx.get("stop-opacity")*R,B),G0=Math.max(G0,$x?cx.getPercent("offset",0):1-cx.getPercent("offset",0)),lx===0&&K0[0].length===4&&(A0._colorSpace="DeviceCMYK"),lx===0&&G0>0&&A0.stop((M0+0)/Y0,K0[0],K0[1]),A0.stop((M0+G0)/(U0+N0+1),K0[0],K0[1]),lx===O.length-1&&G0<1&&A0.stop((M0+1)/Y0,K0[0],K0[1])}}return A0.setTransform.apply(A0,i0),[A0,1]}else return y?[y[0],y[1]*R]:void 0}},n6=function(A,_){h6.call(this,A,_),this.dashScale=1,this.getBoundingShape=function(){return this.shape},this.getTransformation=function(){return this.get("transform")},this.drawInDocument=function(y,M){if(!(this.get("visibility")==="hidden"||!this.shape)){if(t.save(),this.transform(),this.clip(),y)this.shape.insertInDocument(),H(i.white),t.fill(this.get("clip-rule"));else{let L=this.mask(),k;L&&(k=d(o0()));let R=this.shape.getSubPaths(),P=this.getFill(y,M),B=this.getStroke(y,M),O=this.get("stroke-width"),K=this.get("stroke-linecap");if(P||B){if(P&&H(P),B){for(let h0=0;h0<R.length;h0++)if(f0(R[h0].totalLength,0)&&(K==="square"||K==="round")&&O>0&&R[h0].startPoint&&R[h0].startPoint.length>1){let P0=R[h0].startPoint[0],E0=R[h0].startPoint[1];H(B),K==="square"?t.rect(P0-.5*O,E0-.5*O,O,O):K==="round"&&t.circle(P0,E0,.5*O),t.fill()}let c0=this.get("stroke-dasharray"),U=this.get("stroke-dashoffset");if(Y(this.dashScale,1)){for(let h0=0;h0<c0.length;h0++)c0[h0]*=this.dashScale;U*=this.dashScale}G(B),t.lineWidth(O).miterLimit(this.get("stroke-miterlimit")).lineJoin(this.get("stroke-linejoin")).lineCap(K).dash(c0,{phase:U})}for(let c0=0;c0<R.length;c0++)R[c0].totalLength>0&&R[c0].insertInDocument();P&&B?t.fillAndStroke(this.get("fill-rule")):P?t.fill(this.get("fill-rule")):B&&t.stroke()}let i0=this.get("marker-start"),S0=this.get("marker-mid"),A0=this.get("marker-end");if(i0!=="none"||S0!=="none"||A0!=="none"){let c0=this.shape.getMarkers();if(i0!=="none"&&new ar(i0,null).drawMarker(!1,M,c0[0],O),S0!=="none")for(let U=1;U<c0.length-1;U++)new ar(S0,null).drawMarker(!1,M,c0[U],O);A0!=="none"&&new ar(A0,null).drawMarker(!1,M,c0[c0.length-1],O)}k&&(h(k),b(k))}t.restore()}}},De=function(A,_){n6.call(this,A,_);let y=this.getLength("x",this.getVWidth(),0),M=this.getLength("y",this.getVHeight(),0),L=this.getLength("width",this.getVWidth(),0),k=this.getLength("height",this.getVHeight(),0),R=this.getLength("rx",this.getVWidth()),P=this.getLength("ry",this.getVHeight());R===void 0&&P===void 0?R=P=0:R===void 0&&P!==void 0?R=P:R!==void 0&&P===void 0&&(P=R),L>0&&k>0?R&&P?(R=Math.min(R,.5*L),P=Math.min(P,.5*k),this.shape=new B0().M(y+R,M).L(y+L-R,M).A(R,P,0,0,1,y+L,M+P).L(y+L,M+k-P).A(R,P,0,0,1,y+L-R,M+k).L(y+R,M+k).A(R,P,0,0,1,y,M+k-P).L(y,M+P).A(R,P,0,0,1,y+R,M).Z()):this.shape=new B0().M(y,M).L(y+L,M).L(y+L,M+k).L(y,M+k).Z():this.shape=new B0},c1=function(A,_){n6.call(this,A,_);let y=this.getLength("cx",this.getVWidth(),0),M=this.getLength("cy",this.getVHeight(),0),L=this.getLength("r",this.getViewport(),0);L>0?this.shape=new B0().M(y+L,M).A(L,L,0,0,1,y-L,M).A(L,L,0,0,1,y+L,M).Z():this.shape=new B0},d1=function(A,_){n6.call(this,A,_);let y=this.getLength("cx",this.getVWidth(),0),M=this.getLength("cy",this.getVHeight(),0),L=this.getLength("rx",this.getVWidth(),0),k=this.getLength("ry",this.getVHeight(),0);L>0&&k>0?this.shape=new B0().M(y+L,M).A(L,k,0,0,1,y-L,M).A(L,k,0,0,1,y+L,M).Z():this.shape=new B0},l1=function(A,_){n6.call(this,A,_);let y=this.getLength("x1",this.getVWidth(),0),M=this.getLength("y1",this.getVHeight(),0),L=this.getLength("x2",this.getVWidth(),0),k=this.getLength("y2",this.getVHeight(),0);this.shape=new B0().M(y,M).L(L,k)},h1=function(A,_){n6.call(this,A,_);let y=this.getNumberList("points");this.shape=new B0;for(let M=0;M<y.length-1;M+=2)M===0?this.shape.M(y[M],y[M+1]):this.shape.L(y[M],y[M+1]);y.error&&px("SvgElemPolygon: unexpected string "+y.error),y.length%2===1&&px("SvgElemPolyline: uneven number of coordinates")},u1=function(A,_){n6.call(this,A,_);let y=this.getNumberList("points");this.shape=new B0;for(let M=0;M<y.length-1;M+=2)M===0?this.shape.M(y[M],y[M+1]):this.shape.L(y[M],y[M+1]);this.shape.Z(),y.error&&px("SvgElemPolygon: unexpected string "+y.error),y.length%2===1&&px("SvgElemPolygon: uneven number of coordinates")},li=function(A,_){n6.call(this,A,_),this.shape=new B0().path(this.attr("d"));let y=this.getLength("pathLength",this.getViewport());this.pathLength=y>0?y:void 0,this.dashScale=this.pathLength!==void 0?this.shape.totalLength/this.pathLength:1},ar=function(A,_){jx.call(this,A,_);let y=this.getLength("markerWidth",this.getParentVWidth(),3),M=this.getLength("markerHeight",this.getParentVHeight(),3),L=this.getViewbox("viewBox",[0,0,y,M]);this.getVWidth=function(){return L[2]},this.getVHeight=function(){return L[3]},this.drawMarker=function(k,R,P,B){t.save();let O=this.attr("orient"),K=this.attr("markerUnits"),i0=O==="auto"?P[2]:(parseFloat(O)||0)*Math.PI/180,S0=K==="userSpaceOnUse"?1:B;t.transform(Math.cos(i0)*S0,Math.sin(i0)*S0,-Math.sin(i0)*S0,Math.cos(i0)*S0,P[0],P[1]);let A0=this.getLength("refX",this.getVWidth(),0),c0=this.getLength("refY",this.getVHeight(),0),U=y0(this.attr("preserveAspectRatio"),y,M,L[2],L[3],.5);this.get("overflow")==="hidden"&&t.rect(U[0]*(L[0]+L[2]/2-A0)-y/2,U[3]*(L[1]+L[3]/2-c0)-M/2,y,M).clip(),t.transform.apply(t,U),t.translate(-A0,-c0);let h0;this.get("opacity")<1&&!k&&(h0=d(o0())),this.drawChildren(k,R),h0&&(h(h0),t.fillOpacity(this.get("opacity")),b(h0)),t.restore()}},b1=function(A,_){jx.call(this,A,_),this.useMask=function(y){let M=d(o0());t.save(),this.attr("clipPathUnits")==="objectBoundingBox"&&t.transform(y[2]-y[0],0,0,y[3]-y[1],y[0],y[1]),this.clip(),this.drawChildren(!0,!1),t.restore(),h(M),u(M,!0)}},p1=function(A,_){jx.call(this,A,_),this.useMask=function(y){let M=d(o0());t.save();let L,k,R,P;this.attr("maskUnits")==="userSpaceOnUse"?(L=this.getLength("x",this.getVWidth(),-.1*(y[2]-y[0])+y[0]),k=this.getLength("y",this.getVHeight(),-.1*(y[3]-y[1])+y[1]),R=this.getLength("width",this.getVWidth(),1.2*(y[2]-y[0])),P=this.getLength("height",this.getVHeight(),1.2*(y[3]-y[1]))):(L=this.getLength("x",this.getVWidth(),-.1)*(y[2]-y[0])+y[0],k=this.getLength("y",this.getVHeight(),-.1)*(y[3]-y[1])+y[1],R=this.getLength("width",this.getVWidth(),1.2)*(y[2]-y[0]),P=this.getLength("height",this.getVHeight(),1.2)*(y[3]-y[1])),t.rect(L,k,R,P).clip(),this.attr("maskContentUnits")==="objectBoundingBox"&&t.transform(y[2]-y[0],0,0,y[3]-y[1],y[0],y[1]),this.clip(),this.drawChildren(!1,!0),t.restore(),h(M),u(M,!0)}},rr=function(A,_){h6.call(this,A,_),this.allowedChildren=["tspan","#text","#cdata-section","a"],this.isText=!0,this.getBoundingShape=function(){let y=new B0;for(let M=0;M<this._pos.length;M++){let L=this._pos[M];if(!L.hidden){let k=L.ascent*Math.sin(L.rotate),R=-L.ascent*Math.cos(L.rotate),P=L.descent*Math.sin(L.rotate),B=-L.descent*Math.cos(L.rotate),O=L.width*Math.cos(L.rotate),K=L.width*Math.sin(L.rotate);y.M(L.x+k,L.y+R).L(L.x+k+O,L.y+R+K).M(L.x+P+O,L.y+B+K).L(L.x+P,L.y+B)}}return y},this.drawTextInDocument=function(y,M){this.link&&!y&&!M&&this.addLink(),this.get("text-decoration")==="underline"&&this.decorate(.05*this._font.size,-.075*this._font.size,y,M),this.get("text-decoration")==="overline"&&this.decorate(.05*this._font.size,ex(this._font.font,this._font.size)+.075*this._font.size,y,M);let L=this.getFill(y,M),k=this.getStroke(y,M),R=this.get("stroke-width");this._font.fauxBold&&(k?R+=this._font.size*.03:(k=L,R=this._font.size*.03));let P=this.getChildren();for(let B=0;B<P.length;B++){let O=P[B];switch(O.name){case"tspan":case"textPath":case"a":O.get("display")!=="none"&&O.drawTextInDocument(y,M);break;case"#text":case"#cdata-section":if(this.get("visibility")==="hidden")continue;if(L||k||y){L&&H(L),k&&R&&(G(k),t.lineWidth(R).miterLimit(this.get("stroke-miterlimit")).lineJoin(this.get("stroke-linejoin")).lineCap(this.get("stroke-linecap")).dash(this.get("stroke-dasharray"),{phase:this.get("stroke-dashoffset")})),w(this._font.font,this._font.size),m(!!L,!!k);for(let K=0,i0=O._pos;K<i0.length;K++)if(!i0[K].hidden&&Y(i0[K].width,0)){let S0=Math.cos(i0[K].rotate),A0=Math.sin(i0[K].rotate),c0=this._font.fauxItalic?-.25:0;T(S0*i0[K].scale,A0*i0[K].scale,S0*c0-A0,A0*c0+S0,i0[K].x,i0[K].y),D(i0[K].glyph)}N()}break}}this.get("text-decoration")==="line-through"&&this.decorate(.05*this._font.size,.5*(ex(this._font.font,this._font.size)+Lx(this._font.font,this._font.size)),y,M)},this.decorate=function(y,M,L,k){let R=this.getFill(L,k),P=this.getStroke(L,k);R&&H(R),P&&(G(P),t.lineWidth(this.get("stroke-width")).miterLimit(this.get("stroke-miterlimit")).lineJoin(this.get("stroke-linejoin")).lineCap(this.get("stroke-linecap")).dash(this.get("stroke-dasharray"),{phase:this.get("stroke-dashoffset")}));for(let B=0,O=this._pos;B<O.length;B++)if(!O[B].hidden&&Y(O[B].width,0)){let K=(M+y/2)*Math.sin(O[B].rotate),i0=-(M+y/2)*Math.cos(O[B].rotate),S0=(M-y/2)*Math.sin(O[B].rotate),A0=-(M-y/2)*Math.cos(O[B].rotate),c0=O[B].width*Math.cos(O[B].rotate),U=O[B].width*Math.sin(O[B].rotate);new B0().M(O[B].x+K,O[B].y+i0).L(O[B].x+K+c0,O[B].y+i0+U).L(O[B].x+S0+c0,O[B].y+A0+U).L(O[B].x+S0,O[B].y+A0).Z().insertInDocument(),R&&P?t.fillAndStroke():R?t.fill():P&&t.stroke()}}},g1=function(A,_){this.name=A.nodeName,this.textContent=A.nodeValue},hi=function(A,_){rr.call(this,A,_)},m1=function(A,_){rr.call(this,A,_);let y,M,L;if((L=this.attr("path"))&&L.trim()!==""){let k=this.getLength("pathLength",this.getViewport());this.pathObject=new B0().path(L),this.pathLength=k>0?k:this.pathObject.totalLength,this.pathScale=this.pathObject.totalLength/this.pathLength}else if((L=this.getUrl("href")||this.getUrl("xlink:href"))&&L.nodeName==="path"){let k=new li(L,this);this.pathObject=k.shape.clone().transform(k.get("transform")),this.pathLength=this.chooseValue(k.pathLength,this.pathObject.totalLength),this.pathScale=this.pathObject.totalLength/this.pathLength}},y1=function(A,_){rr.call(this,A,_),this.allowedChildren=["textPath","tspan","#text","#cdata-section","a"],(function(y){let M="",L=A.textContent,k=[],R=[],P,B,O=0,K=0;function i0(){if(R.length){let U=R[R.length-1],h0=R[0],P0=U.x+U.width-h0.x,E0={startltr:0,middleltr:.5,endltr:1,startrtl:1,middlertl:.5,endrtl:0}[P+B]*P0||0;for(let U0=0;U0<R.length;U0++)R[U0].x-=E0}R=[]}function S0(U,h0,P0){let E0=U[0],U0=U[U.length-1],N0=E0.x,Y0=U0.x+U0.width;if(P0){let M0=h0/(Y0-N0);if(M0>0&&M0<1/0)for(let G0=0;G0<U.length;G0++)U[G0].x=N0+M0*(U[G0].x-N0),U[G0].scale*=M0,U[G0].width*=M0}else if(U.length>=2){let M0=(h0-(Y0-N0))/(U.length-1);for(let G0=0;G0<U.length;G0++)U[G0].x+=G0*M0}O+=h0-(Y0-N0)}function A0(U,h0){U._x=j0(U.getLengthList("x",U.getVWidth()),h0?h0._x.slice(h0._pos.length):[]),U._y=j0(U.getLengthList("y",U.getVHeight()),h0?h0._y.slice(h0._pos.length):[]),U._dx=j0(U.getLengthList("dx",U.getVWidth()),h0?h0._dx.slice(h0._pos.length):[]),U._dy=j0(U.getLengthList("dy",U.getVHeight()),h0?h0._dy.slice(h0._pos.length):[]),U._rot=j0(U.getNumberList("rotate"),h0?h0._rot.slice(h0._pos.length):[]),U._defRot=U.chooseValue(U._rot[U._rot.length-1],h0&&h0._defRot,0),U.name==="textPath"&&(U._y=[]);let P0={fauxItalic:!1,fauxBold:!1},E0=ir(U.get("font-family"),U.get("font-weight")==="bold",U.get("font-style")==="italic",P0);try{t.font(E0)}catch{px('SVGElemText: failed to open font "'+E0+'" in PDFKit')}U._pos=[],U._index=0,U._font={font:t._font,size:U.get("font-size"),fauxItalic:P0.fauxItalic,fauxBold:P0.fauxBold};let U0=U.getLength("textLength",U.getVWidth(),void 0),N0=U.attr("lengthAdjust")==="spacingAndGlyphs",Y0=U.get("word-spacing"),M0=U.get("letter-spacing"),G0=U.get("text-anchor"),$x=U.get("direction"),lx=r6(U._font.font,U._font.size,U.get("alignment-baseline")||U.get("dominant-baseline"),U.get("baseline-shift"));U.name==="textPath"&&(i0(),O=K=0);let cx=U.getChildren();for(let K0=0;K0<cx.length;K0++){let Mx=cx[K0];switch(Mx.name){case"tspan":case"textPath":case"a":A0(Mx,U);break;case"#text":case"#cdata-section":let vt=Mx.textContent,Xx=vt,ue;Mx._font=U._font,Mx._pos=[],L=L.substring(vt.length),U.get("xml:space")==="preserve"?Xx=Xx.replace(/[\s]/g," "):(Xx=Xx.replace(/[\s]+/g," "),M.match(/[\s]$|^$/)&&(Xx=Xx.replace(/^[\s]/,"")),L.match(/^[\s]*$/)&&(Xx=Xx.replace(/[\s]$/,""))),M+=vt,Y0===0?ue=[Xx]:ue=Xx.split(/(\s)/);for(let be=0;be<ue.length;be++){let b6=Hx(U._font.font,U._font.size,ue[be]);for(let qx=0;qx<b6.length;qx++){let Ct=U._index,wi=U._x[Ct],vi=U._y[Ct],Ci=U._dx[Ct],Si=U._dy[Ct],_i=U._rot[Ct],Re=!(be===0&&qx===0);wi!==void 0&&(Re=!1,i0(),O=wi),vi!==void 0&&(Re=!1,i0(),K=vi),Ci!==void 0&&(Re=!1,O+=Ci),Si!==void 0&&(Re=!1,K+=Si),(_i!==void 0||U._defRot!==0)&&(Re=!1);let fr={glyph:b6[qx].glyph,rotate:Math.PI/180*U.chooseValue(_i,U._defRot),x:O+b6[qx].xOffset,y:K+lx+b6[qx].yOffset,width:b6[qx].width,ascent:ex(U._font.font,U._font.size),descent:Lx(U._font.font,U._font.size),scale:1,hidden:!1,continuous:Re};R.push(fr),Mx._pos.push(fr),U._pos.push(fr),U._index+=b6[qx].unicode.length,R.length===1&&(P=G0,B=$x),O+=b6[qx].xAdvance+M0,K+=b6[qx].yAdvance}ue[be]===" "&&(O+=Y0)}break;default:L=L.substring(Mx.textContent.length)}}if(U0&&U._pos.length&&S0(U._pos,U0,N0),(U.name==="textPath"||U.name==="text")&&i0(),U.name==="textPath"){k.push(U);let K0=U.pathObject;K0&&(O=K0.endPoint[0],K=K0.endPoint[1])}h0&&(h0._pos=h0._pos.concat(U._pos),h0._index+=U._index)}function c0(U){let h0=U.pathObject,P0=U.pathLength,E0=U.pathScale;if(h0){let U0=U.getLength("startOffset",P0,0);for(let N0=0;N0<U._pos.length;N0++){let Y0=U0+U._pos[N0].x+.5*U._pos[N0].width;if(Y0>P0||Y0<0)U._pos[N0].hidden=!0;else{let M0=h0.getPointAtLength(Y0*E0);Y(E0,1)&&(U._pos[N0].scale*=E0,U._pos[N0].width*=E0),U._pos[N0].x=M0[0]-.5*U._pos[N0].width*Math.cos(M0[2])-U._pos[N0].y*Math.sin(M0[2]),U._pos[N0].y=M0[1]-.5*U._pos[N0].width*Math.sin(M0[2])+U._pos[N0].y*Math.cos(M0[2]),U._pos[N0].rotate=M0[2]+U._pos[N0].rotate,U._pos[N0].continuous=!1}}}else for(let U0=0;U0<U._pos.length;U0++)U._pos[U0].hidden=!0}A0(y,null);for(let U=0;U<k.length;U++)c0(k[U])})(this),this.getTransformation=function(){return this.get("transform")},this.drawInDocument=function(y,M){t.save(),this.transform(),this.clip();let L=this.mask(),k;L&&(k=d(o0())),this.drawTextInDocument(y,M),k&&(h(k),b(k)),t.restore()}};r=r||{};var nr=r.assumePt?1:72/96,ui=(r.width||t.page.width)/nr,bi=(r.height||t.page.height)/nr,pi=r.preserveAspectRatio||null,gi=r.useCSS&&typeof SVGElement<"u"&&x instanceof SVGElement&&typeof getComputedStyle=="function",px=r.warningCallback,ir=r.fontCallback,sr=r.imageCallback,wt=r.colorCallback,b7=r.documentCallback,mi=Math.ceil(Math.max(1,r.precision))||3,p7=[],yi={},or=[],g7=[];if(typeof px!="function"&&(px=function(A){typeof console!==void 0&&typeof console.warn=="function"&&console.warn(A)}),typeof ir!="function"&&(ir=function(A,_,y,M){if(_&&y){if(t._registeredFonts.hasOwnProperty(A+"-BoldItalic"))return A+"-BoldItalic";if(t._registeredFonts.hasOwnProperty(A+"-Italic"))return M.fauxBold=!0,A+"-Italic";if(t._registeredFonts.hasOwnProperty(A+"-Bold"))return M.fauxItalic=!0,A+"-Bold";if(t._registeredFonts.hasOwnProperty(A))return M.fauxBold=!0,M.fauxItalic=!0,A}if(_&&!y){if(t._registeredFonts.hasOwnProperty(A+"-Bold"))return A+"-Bold";if(t._registeredFonts.hasOwnProperty(A))return M.fauxBold=!0,A}if(!_&&y){if(t._registeredFonts.hasOwnProperty(A+"-Italic"))return A+"-Italic";if(t._registeredFonts.hasOwnProperty(A))return M.fauxItalic=!0,A}if(!_&&!y&&t._registeredFonts.hasOwnProperty(A))return A;if(A.match(/(?:^|,)\s*serif\s*$/)){if(_&&y)return"Times-BoldItalic";if(_&&!y)return"Times-Bold";if(!_&&y)return"Times-Italic";if(!_&&!y)return"Times-Roman"}else if(A.match(/(?:^|,)\s*monospace\s*$/)){if(_&&y)return"Courier-BoldOblique";if(_&&!y)return"Courier-Bold";if(!_&&y)return"Courier-Oblique";if(!_&&!y)return"Courier"}else{if(A.match(/(?:^|,)\s*sans-serif\s*$/),_&&y)return"Helvetica-BoldOblique";if(_&&!y)return"Helvetica-Bold";if(!_&&y)return"Helvetica-Oblique";if(!_&&!y)return"Helvetica"}}),typeof sr!="function"&&(sr=function(A){return A.replace(/\s+/g,"")}),typeof wt!="function")wt=null;else for(let A in i){let _=wt(i[A]);i[A][0]=_[0],i[A][1]=_[1]}if(typeof b7!="function"&&(b7=null),typeof x=="string"&&(x=J(x)),x){let A=x.getElementsByTagName("style");for(let y=0;y<A.length;y++)g7=g7.concat(C0(A[y].textContent));let _=Ux(x,null);if(typeof _.drawInDocument=="function"){r.useCSS&&!gi&&px("SVGtoPDF: useCSS option can only be used for SVG *elements* in compatible browsers");let y=t._fillColor;t.save().translate(e||0,a||0).scale(nr),_.drawInDocument();for(let M=0;M<or.length;M++)t.page.annotations.push(or[M]);t.restore(),t._fillColor=y}else px("SVGtoPDF: this element can't be rendered directly: "+x.nodeName)}else px("SVGtoPDF: the input does not look like a valid SVG")};typeof d7<"u"&&d7&&typeof d7.exports<"u"&&(d7.exports=cm)});import Wh from"stream";import st from"zlib";function P1(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function _t(t,...x){if(!P1(t))throw new Error("Uint8Array expected");if(x.length>0&&!x.includes(t.length))throw new Error("Uint8Array expected of length "+x+", got length="+t.length)}function lr(t,x=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(x&&t.finished)throw new Error("Hash#digest() has already been called")}function ki(t,x){_t(t);let e=x.outputLen;if(t.length<e)throw new Error("digestInto() expects output buffer of length at least "+e)}function kt(...t){for(let x=0;x<t.length;x++)t[x].fill(0)}function y7(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function i6(t,x){return t<<32-x|t>>>x}function T1(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function hr(t){return typeof t=="string"&&(t=T1(t)),_t(t),t}function Zx(...t){let x=0;for(let a=0;a<t.length;a++){let r=t[a];_t(r),x+=r.length}let e=new Uint8Array(x);for(let a=0,r=0;a<t.length;a++){let n=t[a];e.set(n,r),r+=n.length}return e}var m7=class{};function Ai(t){let x=a=>t().update(hr(a)).digest(),e=t();return x.outputLen=e.outputLen,x.blockLen=e.blockLen,x.create=()=>t(),x}var An=Kx(Pi());function L1(t,x,e,a){if(typeof t.setBigUint64=="function")return t.setBigUint64(x,e,a);let r=BigInt(32),n=BigInt(4294967295),i=Number(e>>r&n),s=Number(e&n),o=a?4:0,f=a?0:4;t.setUint32(x+o,i,a),t.setUint32(x+f,s,a)}function Ti(t,x,e){return t&x^~t&e}function Li(t,x,e){return t&x^t&e^x&e}var v7=class extends m7{constructor(x,e,a,r){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=x,this.outputLen=e,this.padOffset=a,this.isLE=r,this.buffer=new Uint8Array(x),this.view=y7(this.buffer)}update(x){lr(this),x=hr(x),_t(x);let{view:e,buffer:a,blockLen:r}=this,n=x.length;for(let i=0;i<n;){let s=Math.min(r-this.pos,n-i);if(s===r){let o=y7(x);for(;r<=n-i;i+=r)this.process(o,i);continue}a.set(x.subarray(i,i+s),this.pos),this.pos+=s,i+=s,this.pos===r&&(this.process(e,0),this.pos=0)}return this.length+=x.length,this.roundClean(),this}digestInto(x){lr(this),ki(x,this),this.finished=!0;let{buffer:e,view:a,blockLen:r,isLE:n}=this,{pos:i}=this;e[i++]=128,kt(this.buffer.subarray(i)),this.padOffset>r-i&&(this.process(a,0),i=0);for(let d=i;d<r;d++)e[d]=0;L1(a,r-8,BigInt(this.length*8),n),this.process(a,0);let s=y7(x),o=this.outputLen;if(o%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let f=o/4,c=this.get();if(f>c.length)throw new Error("_sha2: outputLen bigger than state");for(let d=0;d<f;d++)s.setUint32(4*d,c[d],n)}digest(){let{buffer:x,outputLen:e}=this;this.digestInto(x);let a=x.slice(0,e);return this.destroy(),a}_cloneInto(x){x||(x=new this.constructor),x.set(...this.get());let{blockLen:e,buffer:a,length:r,finished:n,destroyed:i,pos:s}=this;return x.destroyed=i,x.finished=n,x.length=r,x.pos=s,r%e&&x.buffer.set(a),x}clone(){return this._cloneInto()}},A6=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var $1=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),H6=new Uint32Array(64),C7=class extends v7{constructor(x=32){super(64,x,8,!1),this.A=A6[0]|0,this.B=A6[1]|0,this.C=A6[2]|0,this.D=A6[3]|0,this.E=A6[4]|0,this.F=A6[5]|0,this.G=A6[6]|0,this.H=A6[7]|0}get(){let{A:x,B:e,C:a,D:r,E:n,F:i,G:s,H:o}=this;return[x,e,a,r,n,i,s,o]}set(x,e,a,r,n,i,s,o){this.A=x|0,this.B=e|0,this.C=a|0,this.D=r|0,this.E=n|0,this.F=i|0,this.G=s|0,this.H=o|0}process(x,e){for(let d=0;d<16;d++,e+=4)H6[d]=x.getUint32(e,!1);for(let d=16;d<64;d++){let h=H6[d-15],b=H6[d-2],u=i6(h,7)^i6(h,18)^h>>>3,g=i6(b,17)^i6(b,19)^b>>>10;H6[d]=g+H6[d-7]+u+H6[d-16]|0}let{A:a,B:r,C:n,D:i,E:s,F:o,G:f,H:c}=this;for(let d=0;d<64;d++){let h=i6(s,6)^i6(s,11)^i6(s,25),b=c+h+Ti(s,o,f)+$1[d]+H6[d]|0,g=(i6(a,2)^i6(a,13)^i6(a,22))+Li(a,r,n)|0;c=f,f=o,o=s,s=i+b|0,i=n,n=r,r=a,a=b+g|0}a=a+this.A|0,r=r+this.B|0,n=n+this.C|0,i=i+this.D|0,s=s+this.E|0,o=o+this.F|0,f=f+this.G|0,c=c+this.H|0,this.set(a,r,n,i,s,o,f,c)}roundClean(){kt(H6)}destroy(){this.set(0,0,0,0,0,0,0,0),kt(this.buffer)}};var $i=Ai(()=>new C7);var Mi=$i;function M1(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function s6(t,...x){if(!M1(t))throw new Error("Uint8Array expected");if(x.length>0&&!x.includes(t.length))throw new Error("Uint8Array expected of length "+x+", got length="+t.length)}function o6(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function U6(...t){for(let x=0;x<t.length;x++)t[x].fill(0)}var I1=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function Ii(t,x){return t.buffer===x.buffer&&t.byteOffset<x.byteOffset+x.byteLength&&x.byteOffset<t.byteOffset+t.byteLength}function S7(t,x){if(Ii(t,x)&&t.byteOffset<x.byteOffset)throw new Error("complex overlap of input and output is not supported")}var ur=(t,x)=>{function e(a,...r){if(s6(a),!I1)throw new Error("Non little-endian hardware is not yet supported");if(t.nonceLength!==void 0){let c=r[0];if(!c)throw new Error("nonce / iv required");t.varSizeNonce?s6(c):s6(c,t.nonceLength)}let n=t.tagLength;n&&r[1]!==void 0&&s6(r[1]);let i=x(a,...r),s=(c,d)=>{if(d!==void 0){if(c!==2)throw new Error("cipher output not supported");s6(d)}},o=!1;return{encrypt(c,d){if(o)throw new Error("cannot encrypt() twice with same key + nonce");return o=!0,s6(c),s(i.encrypt.length,d),i.encrypt(c,d)},decrypt(c,d){if(s6(c),n&&c.length<n)throw new Error("invalid ciphertext length: smaller than tagLength="+n);return s(i.decrypt.length,d),i.decrypt(c,d)}}}return Object.assign(e,t),e};function _7(t,x,e=!0){if(x===void 0)return new Uint8Array(t);if(x.length!==t)throw new Error("invalid output length, expected "+t+", got: "+x.length);if(e&&!V6(x))throw new Error("invalid output, must be aligned");return x}function V6(t){return t.byteOffset%4===0}function pe(t){return Uint8Array.from(t)}var j6=16;var F1=283;function gr(t){return t<<1^F1&-(t>>7)}function Ne(t,x){let e=0;for(;x>0;x>>=1)e^=t&-(x&1),t=gr(t);return e}var pr=(()=>{let t=new Uint8Array(256);for(let e=0,a=1;e<256;e++,a^=gr(a))t[e]=a;let x=new Uint8Array(256);x[0]=99;for(let e=0;e<255;e++){let a=t[255-e];a|=a<<8,x[t[e]]=(a^a>>4^a>>5^a>>6^a>>7^99)&255}return U6(t),x})(),E1=pr.map((t,x)=>pr.indexOf(x)),O1=t=>t<<24|t>>>8,br=t=>t<<8|t>>>24;function Fi(t,x){if(t.length!==256)throw new Error("Wrong sbox length");let e=new Uint32Array(256).map((f,c)=>x(t[c])),a=e.map(br),r=a.map(br),n=r.map(br),i=new Uint32Array(256*256),s=new Uint32Array(256*256),o=new Uint16Array(256*256);for(let f=0;f<256;f++)for(let c=0;c<256;c++){let d=f*256+c;i[d]=e[f]^a[c],s[d]=r[f]^n[c],o[d]=t[f]<<8|t[c]}return{sbox:t,sbox2:o,T0:e,T1:a,T2:r,T3:n,T01:i,T23:s}}var mr=Fi(pr,t=>Ne(t,3)<<24|t<<16|t<<8|Ne(t,2)),Ei=Fi(E1,t=>Ne(t,11)<<24|Ne(t,13)<<16|Ne(t,9)<<8|Ne(t,14)),B1=(()=>{let t=new Uint8Array(16);for(let x=0,e=1;x<16;x++,e=gr(e))t[x]=e;return t})();function yr(t){s6(t);let x=t.length;if(![16,24,32].includes(x))throw new Error("aes: invalid key size, should be 16, 24 or 32, got "+x);let{sbox2:e}=mr,a=[];V6(t)||a.push(t=pe(t));let r=o6(t),n=r.length,i=o=>p6(e,o,o,o,o),s=new Uint32Array(x+28);s.set(r);for(let o=n;o<s.length;o++){let f=s[o-1];o%n===0?f=i(O1(f))^B1[o/n-1]:n>6&&o%n===4&&(f=i(f)),s[o]=s[o-n]^f}return U6(...a),s}function Oi(t){let x=yr(t),e=x.slice(),a=x.length,{sbox2:r}=mr,{T0:n,T1:i,T2:s,T3:o}=Ei;for(let f=0;f<a;f+=4)for(let c=0;c<4;c++)e[f+c]=x[a-f-4+c];U6(x);for(let f=4;f<a-4;f++){let c=e[f],d=p6(r,c,c,c,c);e[f]=n[d&255]^i[d>>>8&255]^s[d>>>16&255]^o[d>>>24]}return e}function W6(t,x,e,a,r,n){return t[e<<8&65280|a>>>8&255]^x[r>>>8&65280|n>>>24&255]}function p6(t,x,e,a,r){return t[x&255|e&65280]|t[a>>>16&255|r>>>16&65280]<<16}function k7(t,x,e,a,r){let{sbox2:n,T01:i,T23:s}=mr,o=0;x^=t[o++],e^=t[o++],a^=t[o++],r^=t[o++];let f=t.length/4-2;for(let u=0;u<f;u++){let g=t[o++]^W6(i,s,x,e,a,r),S=t[o++]^W6(i,s,e,a,r,x),w=t[o++]^W6(i,s,a,r,x,e),T=t[o++]^W6(i,s,r,x,e,a);x=g,e=S,a=w,r=T}let c=t[o++]^p6(n,x,e,a,r),d=t[o++]^p6(n,e,a,r,x),h=t[o++]^p6(n,a,r,x,e),b=t[o++]^p6(n,r,x,e,a);return{s0:c,s1:d,s2:h,s3:b}}function Bi(t,x,e,a,r){let{sbox2:n,T01:i,T23:s}=Ei,o=0;x^=t[o++],e^=t[o++],a^=t[o++],r^=t[o++];let f=t.length/4-2;for(let u=0;u<f;u++){let g=t[o++]^W6(i,s,x,r,a,e),S=t[o++]^W6(i,s,e,x,r,a),w=t[o++]^W6(i,s,a,e,x,r),T=t[o++]^W6(i,s,r,a,e,x);x=g,e=S,a=w,r=T}let c=t[o++]^p6(n,x,r,a,e),d=t[o++]^p6(n,e,x,r,a),h=t[o++]^p6(n,a,e,x,r),b=t[o++]^p6(n,r,a,e,x);return{s0:c,s1:d,s2:h,s3:b}}function Di(t){if(s6(t),t.length%j6!==0)throw new Error("aes-(cbc/ecb).decrypt ciphertext should consist of blocks with size "+j6)}function Ri(t,x,e){s6(t);let a=t.length,r=a%j6;if(!x&&r!==0)throw new Error("aec/(cbc-ecb): unpadded plaintext with disabled padding");V6(t)||(t=pe(t));let n=o6(t);if(x){let s=j6-r;s||(s=j6),a=a+s}e=_7(a,e),S7(t,e);let i=o6(e);return{b:n,o:i,out:e}}function Ni(t,x){if(!x)return t;let e=t.length;if(!e)throw new Error("aes/pcks5: empty ciphertext not allowed");let a=t[e-1];if(a<=0||a>16)throw new Error("aes/pcks5: wrong padding");let r=t.subarray(0,-a);for(let n=0;n<a;n++)if(t[e-n-1]!==a)throw new Error("aes/pcks5: wrong padding");return r}function Gi(t){let x=new Uint8Array(16),e=o6(x);x.set(t);let a=j6-t.length;for(let r=j6-a;r<j6;r++)x[r]=a;return e}var zi=ur({blockSize:16},function(x,e={}){let a=!e.disablePadding;return{encrypt(r,n){let{b:i,o:s,out:o}=Ri(r,a,n),f=yr(x),c=0;for(;c+4<=i.length;){let{s0:d,s1:h,s2:b,s3:u}=k7(f,i[c+0],i[c+1],i[c+2],i[c+3]);s[c++]=d,s[c++]=h,s[c++]=b,s[c++]=u}if(a){let d=Gi(r.subarray(c*4)),{s0:h,s1:b,s2:u,s3:g}=k7(f,d[0],d[1],d[2],d[3]);s[c++]=h,s[c++]=b,s[c++]=u,s[c++]=g}return U6(f),o},decrypt(r,n){Di(r);let i=Oi(x);n=_7(r.length,n);let s=[i];V6(r)||s.push(r=pe(r)),S7(r,n);let o=o6(r),f=o6(n);for(let c=0;c+4<=o.length;){let{s0:d,s1:h,s2:b,s3:u}=Bi(i,o[c+0],o[c+1],o[c+2],o[c+3]);f[c++]=d,f[c++]=h,f[c++]=b,f[c++]=u}return U6(...s),Ni(n,a)}}}),Hi=ur({blockSize:16,nonceLength:16},function(x,e,a={}){let r=!a.disablePadding;return{encrypt(n,i){let s=yr(x),{b:o,o:f,out:c}=Ri(n,r,i),d=e,h=[s];V6(d)||h.push(d=pe(d));let b=o6(d),u=b[0],g=b[1],S=b[2],w=b[3],T=0;for(;T+4<=o.length;)u^=o[T+0],g^=o[T+1],S^=o[T+2],w^=o[T+3],{s0:u,s1:g,s2:S,s3:w}=k7(s,u,g,S,w),f[T++]=u,f[T++]=g,f[T++]=S,f[T++]=w;if(r){let m=Gi(n.subarray(T*4));u^=m[0],g^=m[1],S^=m[2],w^=m[3],{s0:u,s1:g,s2:S,s3:w}=k7(s,u,g,S,w),f[T++]=u,f[T++]=g,f[T++]=S,f[T++]=w}return U6(...h),c},decrypt(n,i){Di(n);let s=Oi(x),o=e,f=[s];V6(o)||f.push(o=pe(o));let c=o6(o);i=_7(n.length,i),V6(n)||f.push(n=pe(n)),S7(n,i);let d=o6(n),h=o6(i),b=c[0],u=c[1],g=c[2],S=c[3];for(let w=0;w+4<=d.length;){let T=b,m=u,D=g,N=S;b=d[w+0],u=d[w+1],g=d[w+2],S=d[w+3];let{s0:H,s1:G,s2:z,s3:J}=Bi(s,b,u,g,S);h[w++]=H^T,h[w++]=G^m,h[w++]=z^D,h[w++]=J^N}return U6(...f),Ni(i,r)}}});import Ax from"fs";var D1={utf16le:"utf-16le",ucs2:"utf-16le",utf16be:"utf-16be"},dx=class{constructor(x){this.buffer=x,this.view=new DataView(x.buffer,x.byteOffset,x.byteLength),this.pos=0,this.length=this.buffer.length}readString(x,e="ascii"){e=D1[e]||e;let a=this.readBuffer(x);try{return new TextDecoder(e).decode(a)}catch{return a}}readBuffer(x){return this.buffer.slice(this.pos,this.pos+=x)}readUInt24BE(){return(this.readUInt16BE()<<8)+this.readUInt8()}readUInt24LE(){return this.readUInt16LE()+(this.readUInt8()<<16)}readInt24BE(){return(this.readInt16BE()<<8)+this.readUInt8()}readInt24LE(){return this.readUInt16LE()+(this.readInt8()<<16)}};dx.TYPES={UInt8:1,UInt16:2,UInt24:3,UInt32:4,Int8:1,Int16:2,Int24:3,Int32:4,Float:4,Double:8};for(let t of Object.getOwnPropertyNames(DataView.prototype))if(t.slice(0,3)==="get"){let x=t.slice(3).replace("Ui","UI");x==="Float32"?x="Float":x==="Float64"&&(x="Double");let e=dx.TYPES[x];dx.prototype["read"+x+(e===1?"":"BE")]=function(){let a=this.view[t](this.pos,!1);return this.pos+=e,a},e!==1&&(dx.prototype["read"+x+"LE"]=function(){let a=this.view[t](this.pos,!0);return this.pos+=e,a})}var R1=new TextEncoder,Ui=new Uint8Array(new Uint16Array([4660]).buffer)[0]==18,P6=class{constructor(x){this.buffer=x,this.view=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),this.pos=0}writeBuffer(x){this.buffer.set(x,this.pos),this.pos+=x.length}writeString(x,e="ascii"){let a;switch(e){case"utf16le":case"utf16-le":case"ucs2":a=Vi(x,Ui);break;case"utf16be":case"utf16-be":a=Vi(x,!Ui);break;case"utf8":a=R1.encode(x);break;case"ascii":a=N1(x);break;default:throw new Error(`Unsupported encoding: ${e}`)}this.writeBuffer(a)}writeUInt24BE(x){this.buffer[this.pos++]=x>>>16&255,this.buffer[this.pos++]=x>>>8&255,this.buffer[this.pos++]=x&255}writeUInt24LE(x){this.buffer[this.pos++]=x&255,this.buffer[this.pos++]=x>>>8&255,this.buffer[this.pos++]=x>>>16&255}writeInt24BE(x){x>=0?this.writeUInt24BE(x):this.writeUInt24BE(x+16777215+1)}writeInt24LE(x){x>=0?this.writeUInt24LE(x):this.writeUInt24LE(x+16777215+1)}fill(x,e){if(e<this.buffer.length)this.buffer.fill(x,this.pos,this.pos+e),this.pos+=e;else{let a=new Uint8Array(e);a.fill(x),this.writeBuffer(a)}}};function Vi(t,x){let e=new Uint16Array(t.length);for(let a=0;a<t.length;a++){let r=t.charCodeAt(a);x&&(r=r>>8|(r&255)<<8),e[a]=r}return new Uint8Array(e.buffer)}function N1(t){let x=new Uint8Array(t.length);for(let e=0;e<t.length;e++)x[e]=t.charCodeAt(e);return x}for(let t of Object.getOwnPropertyNames(DataView.prototype))if(t.slice(0,3)==="set"){let x=t.slice(3).replace("Ui","UI");x==="Float32"?x="Float":x==="Float64"&&(x="Double");let e=dx.TYPES[x];P6.prototype["write"+x+(e===1?"":"BE")]=function(a){this.view[t](this.pos,a,!1),this.pos+=e},e!==1&&(P6.prototype["write"+x+"LE"]=function(a){this.view[t](this.pos,a,!0),this.pos+=e})}var gx=class{fromBuffer(x){let e=new dx(x);return this.decode(e)}toBuffer(x){let e=this.size(x),a=new Uint8Array(e),r=new P6(a);return this.encode(r,x),a}};var V0=class extends gx{constructor(x,e="BE"){super(),this.type=x,this.endian=e,this.fn=this.type,this.type[this.type.length-1]!=="8"&&(this.fn+=this.endian)}size(){return dx.TYPES[this.type]}decode(x){return x[`read${this.fn}`]()}encode(x,e){return x[`write${this.fn}`](e)}};var b0=new V0("UInt8"),G1=new V0("UInt16","BE"),l=G1,Um=new V0("UInt16","LE"),z1=new V0("UInt24","BE"),T6=z1,Vm=new V0("UInt24","LE"),H1=new V0("UInt32","BE"),j=H1,Wm=new V0("UInt32","LE"),vx=new V0("Int8"),U1=new V0("Int16","BE"),s0=U1,jm=new V0("Int16","LE"),Xm=new V0("Int24","BE");var qm=new V0("Int24","LE"),V1=new V0("Int32","BE"),X6=V1,Km=new V0("Int32","LE"),Zm=new V0("Float","BE");var Ym=new V0("Float","LE"),Jm=new V0("Double","BE");var Qm=new V0("Double","LE"),g6=class extends V0{constructor(x,e,a=x>>1){super(`Int${x}`,e),this._point=1<<a}decode(x){return super.decode(x)/this._point}encode(x,e){return super.encode(x,e*this._point|0)}},W1=new g6(16,"BE"),Wi=W1,xy=new g6(16,"LE"),j1=new g6(32,"BE"),hx=j1,ey=new g6(32,"LE");function Ix(t,x,e){let a;if(typeof t=="number"?a=t:typeof t=="function"?a=t.call(e,e):e&&typeof t=="string"?a=e[t]:x&&t instanceof V0&&(a=t.decode(x)),isNaN(a))throw new Error("Not a fixed size");return a}var q6=class{constructor(x={}){this.enumerable=!0,this.configurable=!0;for(let e in x){let a=x[e];this[e]=a}}};var V=class extends gx{constructor(x,e,a="count"){super(),this.type=x,this.length=e,this.lengthType=a}decode(x,e){let a,{pos:r}=x,n=[],i=e;if(this.length!=null&&(a=Ix(this.length,x,e)),this.length instanceof V0&&(Object.defineProperties(n,{parent:{value:e},_startOffset:{value:r},_currentOffset:{value:0,writable:!0},_length:{value:a}}),i=n),a==null||this.lengthType==="bytes"){let s=a!=null?x.pos+a:e?._length?e._startOffset+e._length:x.length;for(;x.pos<s;)n.push(this.type.decode(x,i))}else for(let s=0,o=a;s<o;s++)n.push(this.type.decode(x,i));return n}size(x,e,a=!0){if(!x)return this.type.size(null,e)*Ix(this.length,null,e);let r=0;this.length instanceof V0&&(r+=this.length.size(),e={parent:e,pointerSize:0});for(let n of x)r+=this.type.size(n,e);return e&&a&&this.length instanceof V0&&(r+=e.pointerSize),r}encode(x,e,a){let r=a;this.length instanceof V0&&(r={pointers:[],startOffset:x.pos,parent:a},r.pointerOffset=x.pos+this.size(e,r,!1),this.length.encode(x,e.length));for(let n of e)this.type.encode(x,n,r);if(this.length instanceof V0){let n=0;for(;n<r.pointers.length;){let i=r.pointers[n++];i.type.encode(x,i.val,i.parent)}}}};var J0=class extends V{decode(x,e){let{pos:a}=x,r=Ix(this.length,x,e);this.length instanceof V0&&(e={parent:e,_startOffset:a,_currentOffset:0,_length:r});let n=new At(this.type,r,x,e);return x.pos+=r*this.type.size(null,e),n}size(x,e){return x instanceof At&&(x=x.toArray()),super.size(x,e)}encode(x,e,a){return e instanceof At&&(e=e.toArray()),super.encode(x,e,a)}},At=class{constructor(x,e,a,r){this.type=x,this.length=e,this.stream=a,this.ctx=r,this.base=this.stream.pos,this.items=[]}get(x){if(!(x<0||x>=this.length)){if(this.items[x]==null){let{pos:e}=this.stream;this.stream.pos=this.base+this.type.size(null,this.ctx)*x,this.items[x]=this.type.decode(this.stream,this.ctx),this.stream.pos=e}return this.items[x]}}toArray(){let x=[];for(let e=0,a=this.length;e<a;e++)x.push(this.get(e));return x}};var Bx=class extends gx{constructor(x,e=[]){super(),this.type=x,this.flags=e}decode(x){let e=this.type.decode(x),a={};for(let r=0;r<this.flags.length;r++){let n=this.flags[r];n!=null&&(a[n]=!!(e&1<<r))}return a}size(){return this.type.size()}encode(x,e){let a=0;for(let r=0;r<this.flags.length;r++){let n=this.flags[r];n!=null&&e[n]&&(a|=1<<r)}return this.type.encode(x,a)}};var Nx=class extends gx{constructor(x){super(),this.length=x}decode(x,e){let a=Ix(this.length,x,e);return x.readBuffer(a)}size(x,e){if(!x)return Ix(this.length,null,e);let a=x.length;return this.length instanceof V0&&(a+=this.length.size()),a}encode(x,e,a){return this.length instanceof V0&&this.length.encode(x,e.length),x.writeBuffer(e)}};var K6=class extends gx{constructor(x,e=!0){super(),this.type=x,this.condition=e}decode(x,e){let{condition:a}=this;if(typeof a=="function"&&(a=a.call(e,e)),a)return this.type.decode(x,e)}size(x,e){let{condition:a}=this;return typeof a=="function"&&(a=a.call(e,e)),a?this.type.size(x,e):0}encode(x,e,a){let{condition:r}=this;if(typeof r=="function"&&(r=r.call(a,a)),r)return this.type.encode(x,e,a)}};var nx=class extends gx{constructor(x,e=1){super(),this.type=x,this.count=e}decode(x,e){x.pos+=this.size(null,e)}size(x,e){let a=Ix(this.count,null,e);return this.type.size()*a}encode(x,e,a){return x.fill(0,this.size(e,a))}};var Z0=class extends gx{constructor(x,e="ascii"){super(),this.length=x,this.encoding=e}decode(x,e){let a,r,{encoding:n}=this;typeof n=="function"&&(n=n.call(e,e)||"ascii");let i=wr(n);if(this.length!=null)a=Ix(this.length,x,e);else{let o;for({buffer:o,length:a,pos:r}=x;r<a-i+1&&(o[r]!==0||i===2&&o[r+1]!==0);)r+=i;a=r-x.pos}let s=x.readString(a,n);return this.length==null&&x.pos<x.length&&(x.pos+=i),s}size(x,e){if(x==null)return Ix(this.length,null,e);let{encoding:a}=this;typeof a=="function"&&(a=a.call(e?.val,e?.val)||"ascii"),a==="utf16be"&&(a="utf16le");let r=ji(x,a);return this.length instanceof V0&&(r+=this.length.size()),this.length==null&&(r+=wr(a)),r}encode(x,e,a){let{encoding:r}=this;if(typeof r=="function"&&(r=r.call(a?.val,a?.val)||"ascii"),this.length instanceof V0&&this.length.encode(x,ji(e,r)),x.writeString(e,r),this.length==null)return wr(r)==2?x.writeUInt16LE(0):x.writeUInt8(0)}};function wr(t){switch(t){case"ascii":case"utf8":return 1;case"utf16le":case"utf16-le":case"utf-16be":case"utf-16le":case"utf16be":case"utf16-be":case"ucs2":return 2;default:return 1}}function ji(t,x){switch(x){case"ascii":return t.length;case"utf8":let e=0;for(let a=0;a<t.length;a++){let r=t.charCodeAt(a);if(r>=55296&&r<=56319&&a<t.length-1){let n=t.charCodeAt(++a);(n&64512)===56320?r=((r&1023)<<10)+(n&1023)+65536:a--}(r&4294967168)===0?e++:(r&4294965248)===0?e+=2:(r&4294901760)===0?e+=3:(r&4292870144)===0&&(e+=4)}return e;case"utf16le":case"utf16-le":case"utf16be":case"utf16-be":case"ucs2":return t.length*2;default:throw new Error("Unknown encoding "+x)}}var q=class extends gx{constructor(x={}){super(),this.fields=x}decode(x,e,a=0){let r=this._setup(x,e,a);return this._parseFields(x,r,this.fields),this.process!=null&&this.process.call(r,x),r}_setup(x,e,a){let r={};return Object.defineProperties(r,{parent:{value:e},_startOffset:{value:x.pos},_currentOffset:{value:0,writable:!0},_length:{value:a}}),r}_parseFields(x,e,a){for(let n in a){var r;let i=a[n];typeof i=="function"?r=i.call(e,e):r=i.decode(x,e),r!==void 0&&(r instanceof q6?Object.defineProperty(e,n,r):e[n]=r),e._currentOffset=x.pos-e._startOffset}}size(x,e,a=!0){x==null&&(x={});let r={parent:e,val:x,pointerSize:0};this.preEncode!=null&&this.preEncode.call(x);let n=0;for(let i in this.fields){let s=this.fields[i];s.size!=null&&(n+=s.size(x[i],r))}return a&&(n+=r.pointerSize),n}encode(x,e,a){let r;this.preEncode!=null&&this.preEncode.call(e,x);let n={pointers:[],startOffset:x.pos,parent:a,val:e,pointerSize:0};n.pointerOffset=x.pos+this.size(e,n,!1);for(let s in this.fields)r=this.fields[s],r.encode!=null&&r.encode(x,e[s],n);let i=0;for(;i<n.pointers.length;){let s=n.pointers[i++];s.type.encode(x,s.val,s.parent)}}};var X1=(t,x)=>x.reduce((e,a)=>e&&e[a],t),z0=class t extends q{constructor(x,e={}){super(),this.type=x,this.versions=e,typeof x=="string"&&(this.versionPath=x.split("."))}decode(x,e,a=0){let r=this._setup(x,e,a);typeof this.type=="string"?r.version=X1(e,this.versionPath):r.version=this.type.decode(x),this.versions.header&&this._parseFields(x,r,this.versions.header);let n=this.versions[r.version];if(n==null)throw new Error(`Unknown version ${r.version}`);return n instanceof t?n.decode(x,e):(this._parseFields(x,r,n),this.process!=null&&this.process.call(r,x),r)}size(x,e,a=!0){let r,n;if(!x)throw new Error("Not a fixed size");this.preEncode!=null&&this.preEncode.call(x);let i={parent:e,val:x,pointerSize:0},s=0;if(typeof this.type!="string"&&(s+=this.type.size(x.version,i)),this.versions.header)for(r in this.versions.header)n=this.versions.header[r],n.size!=null&&(s+=n.size(x[r],i));let o=this.versions[x.version];if(o==null)throw new Error(`Unknown version ${x.version}`);for(r in o)n=o[r],n.size!=null&&(s+=n.size(x[r],i));return a&&(s+=i.pointerSize),s}encode(x,e,a){let r,n;this.preEncode!=null&&this.preEncode.call(e,x);let i={pointers:[],startOffset:x.pos,parent:a,val:e,pointerSize:0};if(i.pointerOffset=x.pos+this.size(e,i,!1),typeof this.type!="string"&&this.type.encode(x,e.version),this.versions.header)for(r in this.versions.header)n=this.versions.header[r],n.encode!=null&&n.encode(x,e[r],i);let s=this.versions[e.version];for(r in s)n=s[r],n.encode!=null&&n.encode(x,e[r],i);let o=0;for(;o<i.pointers.length;){let f=i.pointers[o++];f.type.encode(x,f.val,f.parent)}}};var W=class extends gx{constructor(x,e,a={}){if(super(),this.offsetType=x,this.type=e,this.options=a,this.type==="void"&&(this.type=null),this.options.type==null&&(this.options.type="local"),this.options.allowNull==null&&(this.options.allowNull=!0),this.options.nullValue==null&&(this.options.nullValue=0),this.options.lazy==null&&(this.options.lazy=!1),this.options.relativeTo){if(typeof this.options.relativeTo!="function")throw new Error("relativeTo option must be a function");this.relativeToGetter=a.relativeTo}}decode(x,e){let a=this.offsetType.decode(x,e);if(a===this.options.nullValue&&this.options.allowNull)return null;let r;switch(this.options.type){case"local":r=e._startOffset;break;case"immediate":r=x.pos-this.offsetType.size();break;case"parent":r=e.parent._startOffset;break;default:for(var n=e;n.parent;)n=n.parent;r=n._startOffset||0}this.options.relativeTo&&(r+=this.relativeToGetter(e));let i=a+r;if(this.type!=null){let s=null,o=()=>{if(s!=null)return s;let{pos:f}=x;return x.pos=i,s=this.type.decode(x,e),x.pos=f,s};return this.options.lazy?new q6({get:o}):o()}else return i}size(x,e){let a=e;switch(this.options.type){case"local":case"immediate":break;case"parent":e=e.parent;break;default:for(;e.parent;)e=e.parent}let{type:r}=this;if(r==null){if(!(x instanceof Ge))throw new Error("Must be a VoidPointer");({type:r}=x),x=x.value}if(x&&e){let n=r.size(x,a);e.pointerSize+=n}return this.offsetType.size()}encode(x,e,a){let r,n=a;if(e==null){this.offsetType.encode(x,this.options.nullValue);return}switch(this.options.type){case"local":r=a.startOffset;break;case"immediate":r=x.pos+this.offsetType.size(e,n);break;case"parent":a=a.parent,r=a.startOffset;break;default:for(r=0;a.parent;)a=a.parent}this.options.relativeTo&&(r+=this.relativeToGetter(n.val)),this.offsetType.encode(x,a.pointerOffset-r);let{type:i}=this;if(i==null){if(!(e instanceof Ge))throw new Error("Must be a VoidPointer");({type:i}=e),e=e.value}return a.pointers.push({type:i,val:e,parent:n}),a.pointerOffset+=i.size(e,n)}},Ge=class{constructor(x,e){this.type=x,this.value=e}};import Do from"fs";function Dx(t,x,e){return x in t?Object.defineProperty(t,x,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[x]=e,t}function kx(t,x,e,a){var r=arguments.length,n=r<3?x:a===null?a=Object.getOwnPropertyDescriptor(x,e):a,i;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(t,x,e,a);else for(var s=t.length-1;s>=0;s--)(i=t[s])&&(n=(r<3?i(n):r>3?i(x,e,n):i(x,e))||n);return r>3&&n&&Object.defineProperty(x,e,n),n}var r2=Kx(qi(),1);var us=Kx(Yi(),1),bs=Kx(T7(),1);function we(t){return t&&t.__esModule?t.default:t}var Z6={};Z6=JSON.parse('{"categories":["Cc","Zs","Po","Sc","Ps","Pe","Sm","Pd","Nd","Lu","Sk","Pc","Ll","So","Lo","Pi","Cf","No","Pf","Lt","Lm","Mn","Me","Mc","Nl","Zl","Zp","Cs","Co"],"combiningClasses":["Not_Reordered","Above","Above_Right","Below","Attached_Above_Right","Attached_Below","Overlay","Iota_Subscript","Double_Below","Double_Above","Below_Right","Above_Left","CCC10","CCC11","CCC12","CCC13","CCC14","CCC15","CCC16","CCC17","CCC18","CCC19","CCC20","CCC21","CCC22","CCC23","CCC24","CCC25","CCC30","CCC31","CCC32","CCC27","CCC28","CCC29","CCC33","CCC34","CCC35","CCC36","Nukta","Virama","CCC84","CCC91","CCC103","CCC107","CCC118","CCC122","CCC129","CCC130","CCC132","Attached_Above","Below_Left","Left","Kana_Voicing","CCC26","Right"],"scripts":["Common","Latin","Bopomofo","Inherited","Greek","Coptic","Cyrillic","Armenian","Hebrew","Arabic","Syriac","Thaana","Nko","Samaritan","Mandaic","Devanagari","Bengali","Gurmukhi","Gujarati","Oriya","Tamil","Telugu","Kannada","Malayalam","Sinhala","Thai","Lao","Tibetan","Myanmar","Georgian","Hangul","Ethiopic","Cherokee","Canadian_Aboriginal","Ogham","Runic","Tagalog","Hanunoo","Buhid","Tagbanwa","Khmer","Mongolian","Limbu","Tai_Le","New_Tai_Lue","Buginese","Tai_Tham","Balinese","Sundanese","Batak","Lepcha","Ol_Chiki","Braille","Glagolitic","Tifinagh","Han","Hiragana","Katakana","Yi","Lisu","Vai","Bamum","Syloti_Nagri","Phags_Pa","Saurashtra","Kayah_Li","Rejang","Javanese","Cham","Tai_Viet","Meetei_Mayek","null","Linear_B","Lycian","Carian","Old_Italic","Gothic","Old_Permic","Ugaritic","Old_Persian","Deseret","Shavian","Osmanya","Osage","Elbasan","Caucasian_Albanian","Linear_A","Cypriot","Imperial_Aramaic","Palmyrene","Nabataean","Hatran","Phoenician","Lydian","Meroitic_Hieroglyphs","Meroitic_Cursive","Kharoshthi","Old_South_Arabian","Old_North_Arabian","Manichaean","Avestan","Inscriptional_Parthian","Inscriptional_Pahlavi","Psalter_Pahlavi","Old_Turkic","Old_Hungarian","Hanifi_Rohingya","Old_Sogdian","Sogdian","Elymaic","Brahmi","Kaithi","Sora_Sompeng","Chakma","Mahajani","Sharada","Khojki","Multani","Khudawadi","Grantha","Newa","Tirhuta","Siddham","Modi","Takri","Ahom","Dogra","Warang_Citi","Nandinagari","Zanabazar_Square","Soyombo","Pau_Cin_Hau","Bhaiksuki","Marchen","Masaram_Gondi","Gunjala_Gondi","Makasar","Cuneiform","Egyptian_Hieroglyphs","Anatolian_Hieroglyphs","Mro","Bassa_Vah","Pahawh_Hmong","Medefaidrin","Miao","Tangut","Nushu","Duployan","SignWriting","Nyiakeng_Puachue_Hmong","Wancho","Mende_Kikakui","Adlam"],"eaw":["N","Na","A","W","H","F"]}');var Mr=new bs.default(us.default.toByteArray("AAARAAAAAADwfAEAZXl5ONRt+/5bPVFZimRfKoTQJNm37CGE7Iw0j3UsTWKsoyI7kwyyTiEUzSD7NiEzhWYijH0wMVkHE4Mx49fzfo+3nuP4/fdZjvv+XNd5n/d9nef1WZvmKhTxiZndzDQBSEYQqxqKwnsKvGQucFh+6t6cJ792ePQBZv5S9yXSwkyjf/P4T7mTNnIAv1dOVhMlR9lflbUL9JeJguqsjvG9NTj/wLb566VAURnLo2vvRi89S3gW/33ihh2eXpDn40BIW7REl/7coRKIhAFlAiOtbLDTt6mMb4GzMF1gNnvX/sBxtbsAIjfztCNcQjcNDtLThRvuXu5M5g/CBjaLBE4lJm4qy/oZD97+IJryApcXfgWYlkvWbhfXgujOJKVu8B+ozqTLbxyJ5kNiR75CxDqfBM9eOlDMmGeoZ0iQbbS5VUplIwI+ZNXEKQVJxlwqjhOY7w3XwPesbLK5JZE+Tt4X8q8km0dzInsPPzbscrjBMVjF5mOHSeRdJVgKUjLTHiHqXSPkep8N/zFk8167KLp75f6RndkvzdfB6Uz3MmqvRArzdCbs1/iRZjYPLLF3U8Qs+H+Rb8iK51a6NIV2V9+07uJsTGFWpPz8J++7iRu2B6eAKlK/kujrLthwaD/7a6J5w90TusnH1JMAc+gNrql4aspOUG/RrsxUKmPzhHgP4Bleru+6Vfc/MBjgXVx7who94nPn7MPFrnwQP7g0k0Dq0h2GSKO6fTZ8nLodN1SiOUj/5EL/Xo1DBvRm0wmrh3x6phcJ20/9CuMr5h8WPqXMSasLoLHoufTmE7mzYrs6B0dY7KjuCogKqsvxnxAwXWvd9Puc9PnE8DOHT2INHxRlIyVHrqZahtfV2E/A2PDdtA3ewlRHMtFIBKO/T4IozWTQZ+mb+gdKuk/ZHrqloucKdsOSJmlWTSntWjcxVMjUmroXLM10I6TwDLnBq4LP69TxgVeyGsd8yHvhF8ydPlrNRSNs9EP7WmeuSE7Lu10JbOuQcJw/63sDp68wB9iwP5AO+mBpV0R5VDDeyQUFCel1G+4KHBgEVFS0YK+m2sXLWLuGTlkVAd97WwKKdacjWElRCuDRauf33l/yVcDF6sVPKeTes99FC1NpNWcpieGSV/IbO8PCTy5pbUR1U8lxzf4T+y6fZMxOz3LshkQLeeDSd0WmUrQgajmbktrxsb2AZ0ACw2Vgni+gV/m+KvCRWLg08Clx7uhql+v9XySGcjjOHlsp8vBw/e8HS7dtiqF6T/XcSXuaMW66GF1g4q9YyBadHqy3Y5jin1c7yZos6BBr6dsomSHxiUHanYtcYQwnMMZhRhOnaYJeyJzaRuukyCUh48+e/BUvk/aEfDp8ag+jD64BHxNnQ5v/E7WRk7eLjGV13I3oqy45YNONi/1op1oDr7rPjkhPsTXgUpQtGDPlIs55KhQaic9kSGs/UrZ2QKQOflB8MTEQxRF9pullToWO7Eplan6mcMRFnUu2441yxi23x+KqKlr7RWWsi9ZXMWlr8vfP3llk1m2PRj0yudccxBuoa7VfIgRmnFPGX6Pm1WIfMm/Rm4n/xTn8IGqA0GWuqgu48pEUO0U9nN+ZdIvFpPb7VDPphIfRZxznlHeVFebkd9l+raXy9BpTMcIUIvBfgHEb6ndGo8VUkxpief14KjzFOcaANfgvFpvyY8lE8lE4raHizLpluPzMks1hx/e1Hok5yV0p7qQH7GaYeMzzZTFvRpv6k6iaJ4yNqzBvN8J7B430h2wFm1IBPcqbou33G7/NWPgopl4Mllla6e24L3TOTVNkza2zv3QKuDWTeDpClCEYgTQ+5vEBSQZs/rMF50+sm4jofTgWLqgX1x3TkrDEVaRqfY/xZizFZ3Y8/DFEFD31VSfBQ5raEB6nHnZh6ddehtclQJ8fBrldyIh99LNnV32HzKEej04hk6SYjdauCa4aYW0ru/QxvQRGzLKOAQszf3ixJypTW3WWL6BLSF2EMCMIw7OUvWBC6A/gDc2D1jvBapMCc7ztx6jYczwTKsRLL6dMNXb83HS8kdD0pTMMj161zbVHkU0mhSHo9SlBDDXdN6hDvRGizmohtIyR3ot8tF5iUG4GLNcXeGvBudSFrHu+bVZb9jirNVG+rQPI51A7Hu8/b0UeaIaZ4UgDO68PkYx3PE2HWpKapJ764Kxt5TFYpywMy4DLQqVRy11I7SOLhxUFmqiEK52NaijWArIfCg6qG8q5eSiwRCJb1R7GDJG74TrYgx/lVq7w9++Kh929xSJEaoSse5fUOQg9nMAnIZv+7fwVRcNv3gOHI46Vb5jYUC66PYHO6lS+TOmvEQjuYmx4RkffYGxqZIp/DPWNHAixbRBc+XKE3JEOgs4jIwu/dSAwhydruOGF39co91aTs85JJ3Z/LpXoF43hUwJsb/M1Chzdn8HX8vLXnqWUKvRhNLpfAF4PTFqva1sBQG0J+59HyYfmQ3oa4/sxZdapVLlo/fooxSXi/dOEQWIWq8E0FkttEyTFXR2aNMPINMIzZwCNEheYTVltsdaLkMyKoEUluPNAYCM2IG3br0DLy0fVNWKHtbSKbBjfiw7Lu06gQFalC7RC9BwRMSpLYDUo9pDtDfzwUiPJKLJ2LGcSphWBadOI/iJjNqUHV7ucG8yC6+iNM9QYElqBR7ECFXrcTgWQ3eG/tCWacT9bxIkfmxPmi3vOd36KxihAJA73vWNJ+Y9oapXNscVSVqS5g15xOWND/WuUCcA9YAAg6WFbjHamrblZ5c0L6Zx1X58ZittGcfDKU697QRSqW/g+RofNRyvrWMrBn44cPvkRe2HdTu/Cq01C5/riWPHZyXPKHuSDDdW8c1XPgd6ogvLh20qEIu8c19sqr4ufyHrwh37ZN5MkvY1dsGmEz9pUBTxWrvvhNyODyX2Q1k/fbX/T/vbHNcBrmjgDtvBdtZrVtiIg5iXQuzO/DEMvRX8Mi1zymSlt92BGILeKItjoShJXE/H7xwnf0Iewb8BFieJ9MflEBCQYEDm8eZniiEPfGoaYiiEdhQxHQNr2AuRdmbL9mcl18Kumh+HEZLp6z+j35ML9zTbUwahUZCyQQOgQrGfdfQtaR/OYJ/9dYXb2TWZFMijfCA8Nov4sa5FFDUe1T68h4q08WDE7JbbDiej4utRMR9ontevxlXv6LuJTXt1YEv8bDzEt683PuSsIN0afvu0rcBu9AbXZbkOG3K3AhtqQ28N23lXm7S3Yn6KXmAhBhz+GeorJJ4XxO/b3vZk2LXp42+QvsVxGSNVpfSctIFMTR1bD9t70i6sfNF3WKz/uKDEDCpzzztwhL45lsw89H2IpWN10sXHRlhDse9KCdpP5qNNpU84cTY+aiqswqR8XZ9ea0KbVRwRuOGQU3csAtV2fSbnq47U6es6rKlWLWhg3s/B9C9g+oTyp6RtIldR51OOkP5/6nSy6itUVPcMNOp4M/hDdKOz3uK6srbdxOrc2cJgr1Sg02oBxxSky6V7JaG+ziNwlfqnjnvh2/uq1lKfbp+qpwq/D/5OI5gkFl5CejKGxfc2YVJfGqc4E0x5e9PHK2ukbHNI7/RZV6LNe65apbTGjoCaQls0txPPbmQbCQn+/upCoXRZy9yzorWJvZ0KWcbXlBxU/d5I4ERUTxMuVWhSMmF677LNN7NnLwsmKawXkCgbrpcluOl0WChR1qhtSrxGXHu251dEItYhYX3snvn1gS2uXuzdTxCJjZtjsip0iT2sDC0qMS7Bk9su2NyXjFK5/f5ZoWwofg3DtTyjaFqspnOOTSh8xK/CKUFS57guVEkw9xoQuRCwwEO9Lu9z2vYxSa9NFV8DvSxv2C4WYLYF8Nrc4DzWkzNsk81JJOlZ/LYJrGCoj4MmZpnf3AXmzxT4rtl9jsqljEyedz468SGKdBiQzyz/qWKEhFg45ZczlZZ3KGL3l6sn+3TTa3zMVMhPa1obGp/z+fvY0QXTrJTf1XAT3EtQdUfYYlmWZyvPZ/6rWwU7UOQei7pVE0osgN94Iy+T1+omE6z4Rh2O20FjgBeK2y1mcoFiMDOJvuZPn5Moy9fmFH3wyfKvn4+TwfLvt/lHTTVnvrtoUWRBiQXhiNM8nE6ZoWeux/Z0b2unRcdUzdDpmL7CAgd1ToRXwgmHTZOgiGtVT+xr1QH9ObebRTT4NzL+XSpLuuWp62GqQvJVTPoZOeJCb6gIwd9XHMftQ+Kc08IKKdKQANSJ1a2gve3JdRhO0+tNiYzWAZfd7isoeBu67W7xuK8WX7nhJURld98Inb0t/dWOSau/kDvV4DJo/cImw9AO2Gvq0F2n0M7yIZKL8amMbjYld+qFls7hq8Acvq97K2PrCaomuUiesu7qNanGupEl6J/iem8lyr/NMnsTr6o41PO0yhQh3hPFN0wJP7S830je9iTBLzUNgYH+gUZpROo3rN2qgCI+6GewpX8w8CH+ro6QrWiStqmcMzVa3vEel+3/dDxMp0rDv1Q6wTMS3K64zTT6RWzK1y643im25Ja7X2ePCV2mTswd/4jshZPo4bLnerqIosq/hy2bKUAmVn9n4oun1+a0DIZ56UhVwmZHdUNpLa8gmPvxS1eNvCF1T0wo1wKPdCJi0qOrWz7oYRTzgTtkzEzZn308XSLwUog4OWGKJzCn/3FfF9iA32dZHSv30pRCM3KBY9WZoRhtdK/ChHk6DEQBsfV6tN2o1Cn0mLtPBfnkS+qy1L2xfFe9TQPtDE1Be44RTl82E9hPT2rS2+93LFbzhQQO3C/hD2jRFH3BWWbasAfuMhRJFcTri73eE835y016s22DjoFJ862WvLj69fu2TgSF3RHia9D5DSitlQAXYCnbdqjPkR287Lh6dCHDapos+eFDvcZPP2edPmTFxznJE/EBLoQQ0Qmn9EkZOyJmHxMbvKYb8o21ZHmv5YLqgsEPk9gWZwYQY9wLqGXuax/8QlV5qDaPbq9pLPT1yp+zOWKmraEy1OUJI7zdEcEmvBpbdwLrDCgEb2xX8S/nxZgjK4bRi+pbOmbh8bEeoPvU/L9ndx9kntlDALbdAvp0O8ZC3zSUnFg4cePsw7jxewWvL7HRSBLUn6J7vTH9uld5N76JFPgBCdXGF221oEJk++XfRwXplLSyrVO7HFWBEs99nTazKveW3HpbD4dH/YmdAl+lwbSt8BQWyTG7jAsACI7bPPUU9hI9XUHWqQOuezHzUjnx5Qqs6T1qNHfTTHleDtmqK7flA9a0gz2nycIpz1FHBuWxKNtUeTdqP29Fb3tv+tl5JyBqXoR+vCsdzZwZUhf6Lu8bvkB9yQP4x7GGegB0ym0Lpl03Q7e+C0cDsm9GSDepCDji7nUslLyYyluPfvLyKaDSX4xpR+nVYQjQQn5F8KbY1gbIVLiK1J3mW90zTyR1bqApX2BlWh7KG8LAY9/S9nWC0XXh9pZZo6xuir12T43rkaGfQssbQyIslA7uJnSHOV22NhlNtUo0czxPAsXhh8tIQYaTM4l/yAlZlydTcXhlG22Gs/n3BxKBd/3ZjYwg3NaUurVXhNB+afVnFfNr9TbC9ksNdvwpNfeHanyJ8M6GrIVfLlYAPv0ILe4dn0Z+BJSbJkN7eZY/c6+6ttDYcIDeUKIDXqUSE42Xdh5nRbuaObozjht0HJ5H1e+em+NJi/+8kQlyjCbJpPckwThZeIF9/u7lrVIKNeJLCN/TpPAeXxvd31/CUDWHK9MuP1V1TJgngzi4V0qzS3SW3Qy5UiGHqg02wQa5tsEl9s/X9nNMosgLlUgZSfCBj1DiypLfhr9/r0nR0XY2tmhDOcUS4E7cqa4EJBhzqvpbZa35Q5Iz5EqmhYiOGDAYk606Tv74+KGfPjKVuP15rIzgW0I7/niOu9el/sn2bRye0gV+GrePDRDMHjwO1lEdeXH8N+UTO3IoN18kpI3tPxz+fY+n2MGMSGFHAx/83tKeJOl+2i+f1O9v6FfEDBbqrw+lpM8Anav7zHNr7hE78nXUtPNodMbCnITWA7Ma/IHlZ50F9hWge/wzOvSbtqFVFtkS8Of2nssjZwbSFdU+VO8z6tCEc9UA9ACxT5zIUeSrkBB/v1krOpm7bVMrGxEKfI6LcnpB4D8bvn2hDKGqKrJaVAJuDaBEY3F7eXyqnFWlOoFV/8ZLspZiZd7orXLhd4mhHQgbuKbHjJWUzrnm0Dxw/LJLzXCkh7slMxKo8uxZIWZfdKHlfI7uj3LP6ARAuWdF7ZmZ7daOKqKGbz5LxOggTgS39oEioYmrqkCeUDvbxkBYKeHhcLmMN8dMF01ZMb32IpL/cH8R7VHQSI5I0YfL14g9d7P/6cjB1JXXxbozEDbsrPdmL8ph7QW10jio+v7YsqHKQ6xrBbOVtxU0/nFfzUGZwIBLwyUvg49ii+54nv9FyECBpURnQK4Ox6N7lw5fsjdd5l/2SwBcAHMJoyjO1Pifye2dagaOwCVMqdJWAo77pvBe0zdJcTWu5fdzPNfV2p1pc7/JKQ8zhKkwsOELUDhXygPJ5oR8Vpk2lsCen3D3QOQp2zdrSZHjVBstDF/wWO98rrkQ6/7zt/Drip7OHIug1lomNdmRaHRrjmqeodn22sesQQPgzimPOMqC60a5+i/UYh51uZm+ijWkkaI2xjrBO2558DZNZMiuDQlaVAvBy2wLn/bR3FrNzfnO/9oDztYqxZrr7JMIhqmrochbqmQnKowxW29bpqTaJu7kW1VotC72QkYX8OoDDdMDwV1kJRk3mufgJBzf+iwFRJ7XWQwO5ujVglgFgHtycWiMLx5N+6XU+TulLabWjOzoao03fniUW0xvIJNPbk7CQlFZd/RCOPvgQbLjh5ITE8NVJeKt3HGr6JTnFdIzcVOlEtwqbIIX0IM7saC+4N5047MTJ9+Wn11EhyEPIlwsHE5utCeXRjQzlrR+R1Cf/qDzcNbqLXdk3J7gQ39VUrrEkS/VMWjjg+t2oYrqB0tUZClcUF6+LBC3EQ7KnGIwm/qjZX4GKPtjTX1zQKV6nPAb2t/Rza5IqKRf8i2DFEhV/YSifX0YwsiF6TQnp48Gr65TFq0zUe6LGjiY7fq0LSGKL1VnC6ESI2yxvt3XqBx53B3gSlGFeJcPbUbonW1E9E9m4NfuwPh+t5QjRxX34lvBPVxwQd7aeTd+r9dw5CiP1pt8wMZoMdni7GapYdo6KPgeQKcmlFfq4UYhvV0IBgeiR3RnTMBaqDqpZrTRyLdsp4l0IXZTdErfH0sN3dqBG5vRIx3VgCYcHmmkqJ8Hyu3s9K9uBD1d8cZUEx3qYcF5vsqeRpF1GOg8emeWM2OmBlWPdZ6qAXwm3nENFyh+kvXk132PfWAlN0kb7yh4fz2T7VWUY/hEXX5DvxGABC03XRpyOG8t/u3Gh5tZdpsSV9AWaxJN7zwhVglgII1gV28tUViyqn4UMdIh5t+Ea2zo7PO48oba0TwQbiSZOH4YhD578kPF3reuaP7LujPMsjHmaDuId9XEaZBCJhbXJbRg5VCk3KJpryH/+8S3wdhR47pdFcmpZG2p0Bpjp/VbvalgIZMllYX5L31aMPdt1J7r/7wbixt0Mnz2ZvNGTARHPVD+2O1D8SGpWXlVnP2ekgon55YiinADDynyaXtZDXueVqbuTi8z8cHHK325pgqM+mWZwzHeEreMvhZopAScXM14SJHpGwZyRljMlDvcMm9FZ/1e9+r/puOnpXOtc9Iu2fmgBfEP9cGW1Fzb1rGlfJ08pACtq1ZW18bf2cevebzVeHbaA50G9qoUp39JWdPHbYkPCRXjt4gzlq3Cxge28Mky8MoS/+On72kc+ZI2xBtgJytpAQHQ1zrEddMIVyR5urX6yBNu8v5lKC8eLdGKTJtbgIZ3ZyTzSfWmx9f+cvcJe8yM39K/djkp2aUTE/9m2Lj5jg7b8vdRAer7DO3SyLNHs1CAm5x5iAdh2yGJYivArZbCBNY88Tw+w+C1Tbt7wK3zl2rzTHo/D8/gb3c3mYrnEIEipYqPUcdWjnTsSw471O3EUN7Gtg4NOAs9PJrxm03VuZKa5xwXAYCjt7Gs01Km6T2DhOYUMoFcCSu7Hk1p3yP1eG+M3v3Q5luAze6WwBnZIYO0TCucPWK+UJ36KoJ8Y+vpavhLO8g5ed704IjlQdfemrMu//EvPYXTQSGIPPfiagJS9nMqP5IvkxN9pvuJz7h8carPXTKMq8jnTeL0STan6dnLTAqwIswcIwWDR2KwbGddAVN8SYWRB7kfBfBRkSXzvHlIF8D6jo64kUzYk5o/n8oLjKqat0rdXvQ86MkwQGMnnlcasqPPT2+mVtUGb32KuH6cyZQenrRG11TArcAl27+nvOMBDe++EKHf4YdyGf7mznzOz33cFFGEcv329p4qG2hoaQ8ULiMyVz6ENcxhoqGnFIdupcn7GICQWuw3yO3W8S33mzCcMYJ8ywc7U7rmaQf/W5K63Gr4bVTpXOyOp4tbaPyIaatBNpXqlmQUTSZXjxPr19+73PSaT+QnI35YsWn6WpfJjRtK8vlJZoTSgjaRU39AGCkWOZtifJrnefCrqwTKDFmuWUCukEsYcRrMzCoit28wYpP7kSVjMD8WJYQiNc2blMjuqYegmf6SsfC1jqz8XzghMlOX+gn/MKZmgljszrmehEa4V98VreJDxYvHr3j7IeJB9/sBZV41BWT/AZAjuC5XorlIPnZgBAniBEhanp0/0+qZmEWDpu8ige1hUPIyTo6T6gDEcFhWSoduNh8YSu65KgMOGBw7VlNYzNIgwHtq9KP2yyTVysqX5v12sf7D+vQUdR2dRDvCV40rIInXSLWT/yrC6ExOQxBJwIDbeZcl3z1yR5Rj3l8IGpxspapnvBL+fwupA3b6fkFceID9wgiM1ILB0cHVdvo/R4xg8yqKXT8efl0GnGX1/27FUYeUW2L/GNRGGWVGp3i91oaJkb4rybENHre9a2P5viz/yqk8ngWUUS+Kv+fu+9BLFnfLiLXOFcIeBJLhnayCiuDRSqcx0Qu68gVsGYc6EHD500Fkt+gpDj6gvr884n8wZ5o6q7xtL5wA0beXQnffWYkZrs2NGIRgQbsc5NB302SVx+R4ROvmgZaR8wBcji128BMfJ9kcvJ4DC+bQ57kRmv5yxgU4ngZfn0/JNZ8JBwxjTqS+s9kjJFG1unGUGLwMiIuXUD9EFhNIJuyCEAmVZSIGKH4G6v1gRR1LyzQKH2ZqiI1DnHMoDEZspbDjTeaFIAbSvjSq3A+n46y9hhVM8wIpnARSXyzmOD96d9UXvFroSPgGw1dq2vdEqDq9fJN1EbL2WulNmHkFDvxSO9ZT/RX/Bw2gA/BrF90XrJACereVfbV/YXaKfp77Nmx5NjEIUlxojsy7iN7nBHSZigfsbFyVOX1ZTeCCxvqnRSExP4lk5ZeYlRu9caaa743TWNdchRIhEWwadsBIe245C8clpaZ4zrPsk+OwXzxWCvRRumyNSLW5KWaSJyJU95cwheK76gr7228spZ3hmTtLyrfM2QRFqZFMR8/Q6yWfVgwTdfX2Ry4w3+eAO/5VT5nFb5NlzXPvBEAWrNZ6Q3jbH0RF4vcbp+fDngf/ywpoyNQtjrfvcq93AVb1RDWRghvyqgI2BkMr1rwYi8gizZ0G9GmPpMeqPerAQ0dJbzx+KAFM4IBq6iSLpZHUroeyfd9o5o+4fR2EtsZBoJORQEA4SW0CmeXSnblx2e9QkCHIodyqV6+g5ETEpZsLqnd/Na60EKPX/tQpPEcO+COIBPcQdszDzSiHGyQFPly/7KciUh1u+mFfxTCHGv9nn2WqndGgeGjQ/kr02qmTBX7Hc1qiEvgiSz1Tz/sy7Es29wvn6FrDGPP7asXlhOaiHxOctPvTptFA1kHFUk8bME7SsTSnGbFbUrssxrq70LhoSh5OwvQna+w84XdXhZb2sloJ4ZsCg3j+PrjJL08/JBi5zGd6ud/ZxhmcGKLOXPcNunQq5ESW92iJvfsuRrNYtawWwSmNhPYoFj2QqWNF0ffLpGt/ad24RJ8vkb5sXkpyKXmvFG5Vcdzf/44k3PBL/ojJ52+kWGzOArnyp5f969oV3J2c4Li27Nkova9VwRNVKqN0V+gV+mTHitgkXV30aWd3A1RSildEleiNPA+5cp+3+T7X+xfHiRZXQ1s4FA9TxIcnveQs9JSZ5r5qNmgqlW4zMtZ6rYNvgmyVcywKtu8ZxnSbS5vXlBV+NXdIfi3+xzrnJ0TkFL+Un8v1PWOC2PPFCjVPq7qTH7mOpzOYj/b4h0ceT+eHgr97Jqhb1ziVfeANzfN8bFUhPKBi7hJBCukQnB0aGjFTYLJPXL26lQ2b80xrOD5cFWgA8hz3St0e69kwNnD3+nX3gy12FjrjO+ddRvvvfyV3SWbXcxqNHfmsb9u1TV+wHTb9B07/L2sB8WUHJ9eeNomDyysEWZ0deqEhH/oWI2oiEh526gvAK1Nx2kIhNvkYR+tPYHEa9j+nd1VBpQP1uzSjIDO+fDDB7uy029rRjDC5Sk6aKczyz1D5uA9Lu+Rrrapl8JXNL3VRllNQH2K1ZFxOpX8LprttfqQ56MbPM0IttUheXWD/mROOeFqGUbL+kUOVlXLTFX/525g4faLEFO4qWWdmOXMNvVjpIVTWt650HfQjX9oT3Dg5Au6+v1/Ci78La6ZOngYCFPT1AUwxQuZ0yt5xKdNXLaDTISMTeCj16XTryhM36K2mfGRIgot71voWs8tTpL/f1rvcwv3LSDf+/G8THCT7NpfHWcW+lsF/ol8q9Bi6MezNTqp0rpp/kJRiVfNrX/w27cRRTu8RIIqtUblBMkxy4jwAVqCjUJkiPBj2cAoVloG8B2/N5deLdMhDb7xs5nhd3dubJhuj8WbaFRyu1L678DHhhA+rMimNo4C1kGpp0tD/qnCfCFHejpf0LJX43OTr578PY0tnIIrlWyNYyuR/ie6j2xNb1OV6u0dOX/1Dtcd7+ya9W+rY2LmnyQMtk8SMLTon8RAdwOaN2tNg5zVnDKlmVeOxPV2vhHIo9QEPV7jc3f+zVDquiNg1OaHX3cZXJDRY5MJpo+VanAcmqp4oasYLG+wrXUL5vJU0kqk2hGEskhP+Jjigrz1l6QnEwp6n8PMVeJp70Ii6ppeaK9GhF6fJE00ceLyxv08tKiPat4QdxZFgSbQknnEiCLD8Qc1rjazVKM3r3gXnnMeONgdz/yFV1q+haaN+wnF3Fn4uYCI9XsKOuVwDD0LsCO/f0gj5cmxCFcr7sclIcefWjvore+3aSU474cyqDVxH7w1RX3CHsaqsMRX17ZLgjsDXws3kLm2XJdM3Ku383UXqaHqsywzPhx7NFir0Fqjym/w6cxD2U9ypa3dx7Z12w/fi3Jps8sqJ8f8Ah8aZAvkHXvIRyrsxK7rrFaNNdNvjI8+3Emri195DCNa858anj2Qdny6Czshkn4N2+1m+k5S8sunX3Ja7I+JutRzg1mc2e9Yc0Zv9PZn1SwhxIdU9sXwZRTd/J5FoUm0e+PYREeHg3oc2YYzGf2xfJxXExt4pT3RfDRHvMXLUmoXOy63xv5pLuhOEax0dRgSywZ/GH+YBXFgCeTU0hZ8SPEFsn8punp1Kurd1KgXxUZ+la3R5+4ePGR4ZF5UQtOa83+Vj8zh80dfzbhxWCeoJnQ4dkZJM4drzknZOOKx2n3WrvJnzFIS8p0xeic+M3ZRVXIp10tV2DyYKwRxLzulPwzHcLlYTxl4PF7v8l106Azr+6wBFejbq/3P72C/0j78cepY9990/d4eAurn2lqdGKLU8FffnMw7cY7pVeXJRMU73Oxwi2g2vh/+4gX8dvbjfojn/eLVhhYl8GthwCQ50KcZq4z2JeW5eeOnJWFQEnVxDoG459TaC4zXybECEoJ0V5q1tXrQbDMtUxeTV6Pdt1/zJuc7TJoV/9YZFWxUtCf6Ou3Vd/vR/vG0138hJQrHkNeoep5dLe+6umcSquKvMaFpm3EZHDBOvCi0XYyIFHMgX7Cqp3JVXlxJFwQfHSaIUEbI2u1lBVUdlNw4Qa9UsLPEK94Qiln3pyKxQVCeNlx8yd7EegVNQBkFLabKvnietYVB4IPZ1fSor82arbgYec8aSdFMaIluYTYuNx32SxfrjKUdPGq+UNp5YpydoEG3xVLixtmHO9zXxKAnHnPuH2fPGrjx0GcuCDEU+yXUtXh6nfUL+cykws1gJ5vkfYFaFBr9PdCXvVf35OJQxzUMmWjv0W6uGJK11uAGDqSpOwCf6rouSIjPVgw57cJCOQ4b9tkI/Y5WNon9Swe72aZryKo8d+HyHBEdWJKrkary0LIGczA4Irq353Wc0Zga3om7UQiAGCvIl8GGyaqz5zH+1gMP5phWUCpKtttWIyicz09vXg76GxkmiGSMQ06Z9X8BUwqOtauDbPIf4rpK/yYoeAHxJ9soXS9VDe1Aw+awOOxaN8foLrif0TXBvQ55dtRtulRq9emFDBxlQcqKCaD8NeTSE7FOHvcjf/+oKbbtRqz9gbofoc2EzQ3pL6W5JdfJzAWmOk8oeoECe90lVMruwl/ltM015P/zIPazqvdvFmLNVHMIZrwiQ2tIKtGh6PDVH+85ew3caqVt2BsDv5rOcu3G9srQWd7NmgtzCRUXLYknYRSwtH9oUtkqyN3CfP20xQ1faXQl4MEmjQehWR6GmGnkdpYNQYeIG408yAX7uCZmYUic9juOfb+Re28+OVOB+scYK4DaPcBe+5wmji9gymtkMpKo4UKqCz7yxzuN8VIlx9yNozpRJpNaWHtaZVEqP45n2JemTlYBSmNIK1FuSYAUQ1yBLnKxevrjayd+h2i8PjdB3YY6b0nr3JuOXGpPMyh4V2dslpR3DFEvgpsBLqhqLDOWP4yEvIL6f21PpA7/8B")),_f=Math.log2||(t=>Math.log(t)/Math.LN2),L7=t=>_f(t)+1|0,kf=L7(we(Z6).categories.length-1),ps=L7(we(Z6).combiningClasses.length-1),Ir=L7(we(Z6).scripts.length-1),$7=L7(we(Z6).eaw.length-1),M7=10,Af=ps+Ir+$7+M7,Pf=Ir+$7+M7,Tf=$7+M7;var Lf=(1<<kf)-1,$f=(1<<ps)-1,Mf=(1<<Ir)-1,iw=(1<<$7)-1,sw=(1<<M7)-1;function Tt(t){let x=Mr.get(t);return we(Z6).categories[x>>Af&Lf]}function gs(t){let x=Mr.get(t);return we(Z6).combiningClasses[x>>Pf&$f]}function Fr(t){let x=Mr.get(t);return we(Z6).scripts[x>>Tf&Mf]}function Er(t){return Tt(t)==="Nd"}function Or(t){let x=Tt(t);return x==="Mn"||x==="Me"||x==="Mc"}var ha=Kx(T7(),1),X2=Kx(ys(),1),V7=Kx(ws(),1),Ro=Kx(Pr(),1),No=Kx(Ks(),1);function Le(t,x,e,a){Object.defineProperty(t,x,{get:e,set:a,enumerable:!0,configurable:!0})}function ua(t){return t&&t.__esModule?t.default:t}var Ut={};Le(Ut,"logErrors",()=>Go);Le(Ut,"registerFormat",()=>rt);Le(Ut,"create",()=>nt);Le(Ut,"defaultLanguage",()=>X7);Le(Ut,"setDefaultLanguage",()=>pc);var Go=!1,n2=[];function rt(t){n2.push(t)}function nt(t,x){for(let e=0;e<n2.length;e++){let a=n2[e];if(a.probe(t)){let r=new a(new dx(t));return x?r.getFont(x):r}}throw new Error("Unknown font format")}var X7="en";function pc(t="en"){X7=t}var zo={};Le(zo,"openSync",()=>gc);Le(zo,"open",()=>mc);function gc(t,x){let e=Do.readFileSync(t);return nt(e,x)}async function mc(t,x,e){typeof x=="function"&&(e=x,x=null);let a=await Do.promises.readFile(t);return nt(a,x)}function Tx(t,x,e){if(e.get){let a=e.get;e.get=function(){let r=a.call(this);return Object.defineProperty(this,x,{value:r}),r}}else if(typeof e.value=="function"){let a=e.value;return{get(){let r=new Map;function n(...i){let s=i.length>0?i[0]:"value";if(r.has(s))return r.get(s);let o=a.apply(this,i);return r.set(s,o),o}return Object.defineProperty(this,x,{value:n}),n}}}}var yc=new q({firstCode:l,entryCount:l,idDelta:s0,idRangeOffset:l}),Zr=new q({startCharCode:j,endCharCode:j,glyphID:j}),wc=new q({startUnicodeValue:T6,additionalCount:b0}),vc=new q({unicodeValue:T6,glyphID:l}),Cc=new V(wc,j),Sc=new V(vc,j),_c=new q({varSelector:T6,defaultUVS:new W(j,Cc,{type:"parent"}),nonDefaultUVS:new W(j,Sc,{type:"parent"})}),kc=new z0(l,{0:{length:l,language:l,codeMap:new J0(b0,256)},2:{length:l,language:l,subHeaderKeys:new V(l,256),subHeaderCount:t=>Math.max.apply(Math,t.subHeaderKeys),subHeaders:new J0(yc,"subHeaderCount"),glyphIndexArray:new J0(l,"subHeaderCount")},4:{length:l,language:l,segCountX2:l,segCount:t=>t.segCountX2>>1,searchRange:l,entrySelector:l,rangeShift:l,endCode:new J0(l,"segCount"),reservedPad:new nx(l),startCode:new J0(l,"segCount"),idDelta:new J0(s0,"segCount"),idRangeOffset:new J0(l,"segCount"),glyphIndexArray:new J0(l,t=>(t.length-t._currentOffset)/2)},6:{length:l,language:l,firstCode:l,entryCount:l,glyphIndices:new J0(l,"entryCount")},8:{reserved:new nx(l),length:j,language:l,is32:new J0(b0,8192),nGroups:j,groups:new J0(Zr,"nGroups")},10:{reserved:new nx(l),length:j,language:j,firstCode:j,entryCount:j,glyphIndices:new J0(l,"numChars")},12:{reserved:new nx(l),length:j,language:j,nGroups:j,groups:new J0(Zr,"nGroups")},13:{reserved:new nx(l),length:j,language:j,nGroups:j,groups:new J0(Zr,"nGroups")},14:{length:j,numRecords:j,varSelectors:new J0(_c,"numRecords")}}),Ac=new q({platformID:l,encodingID:l,table:new W(j,kc,{type:"parent",lazy:!0})}),Pc=new q({version:l,numSubtables:l,tables:new V(Ac,"numSubtables")}),Tc=new q({version:X6,revision:X6,checkSumAdjustment:j,magicNumber:j,flags:l,unitsPerEm:l,created:new V(X6,2),modified:new V(X6,2),xMin:s0,yMin:s0,xMax:s0,yMax:s0,macStyle:new Bx(l,["bold","italic","underline","outline","shadow","condensed","extended"]),lowestRecPPEM:l,fontDirectionHint:s0,indexToLocFormat:s0,glyphDataFormat:s0}),Lc=new q({version:X6,ascent:s0,descent:s0,lineGap:s0,advanceWidthMax:l,minLeftSideBearing:s0,minRightSideBearing:s0,xMaxExtent:s0,caretSlopeRise:s0,caretSlopeRun:s0,caretOffset:s0,reserved:new nx(s0,4),metricDataFormat:s0,numberOfMetrics:l}),$c=new q({advance:l,bearing:s0}),Mc=new q({metrics:new J0($c,t=>t.parent.hhea.numberOfMetrics),bearings:new J0(s0,t=>t.parent.maxp.numGlyphs-t.parent.hhea.numberOfMetrics)}),Ic=new q({version:X6,numGlyphs:l,maxPoints:l,maxContours:l,maxComponentPoints:l,maxComponentContours:l,maxZones:l,maxTwilightPoints:l,maxStorage:l,maxFunctionDefs:l,maxInstructionDefs:l,maxStackElements:l,maxSizeOfInstructions:l,maxComponentElements:l,maxComponentDepth:l});function Ho(t,x,e=0){return t===1&&Zs[e]?Zs[e]:Bc[t][x]}var Fc=new Set(["x-mac-roman","x-mac-cyrillic","iso-8859-6","iso-8859-8"]),Ec={"x-mac-croatian":"\xC4\xC5\xC7\xC9\xD1\xD6\xDC\xE1\xE0\xE2\xE4\xE3\xE5\xE7\xE9\xE8\xEA\xEB\xED\xEC\xEE\xEF\xF1\xF3\xF2\xF4\xF6\xF5\xFA\xF9\xFB\xFC\u2020\xB0\xA2\xA3\xA7\u2022\xB6\xDF\xAE\u0160\u2122\xB4\xA8\u2260\u017D\xD8\u221E\xB1\u2264\u2265\u2206\xB5\u2202\u2211\u220F\u0161\u222B\xAA\xBA\u03A9\u017E\xF8\xBF\xA1\xAC\u221A\u0192\u2248\u0106\xAB\u010C\u2026 \xC0\xC3\xD5\u0152\u0153\u0110\u2014\u201C\u201D\u2018\u2019\xF7\u25CA\uF8FF\xA9\u2044\u20AC\u2039\u203A\xC6\xBB\u2013\xB7\u201A\u201E\u2030\xC2\u0107\xC1\u010D\xC8\xCD\xCE\xCF\xCC\xD3\xD4\u0111\xD2\xDA\xDB\xD9\u0131\u02C6\u02DC\xAF\u03C0\xCB\u02DA\xB8\xCA\xE6\u02C7","x-mac-gaelic":"\xC4\xC5\xC7\xC9\xD1\xD6\xDC\xE1\xE0\xE2\xE4\xE3\xE5\xE7\xE9\xE8\xEA\xEB\xED\xEC\xEE\xEF\xF1\xF3\xF2\xF4\xF6\xF5\xFA\xF9\xFB\xFC\u2020\xB0\xA2\xA3\xA7\u2022\xB6\xDF\xAE\xA9\u2122\xB4\xA8\u2260\xC6\xD8\u1E02\xB1\u2264\u2265\u1E03\u010A\u010B\u1E0A\u1E0B\u1E1E\u1E1F\u0120\u0121\u1E40\xE6\xF8\u1E41\u1E56\u1E57\u027C\u0192\u017F\u1E60\xAB\xBB\u2026 \xC0\xC3\xD5\u0152\u0153\u2013\u2014\u201C\u201D\u2018\u2019\u1E61\u1E9B\xFF\u0178\u1E6A\u20AC\u2039\u203A\u0176\u0177\u1E6B\xB7\u1EF2\u1EF3\u204A\xC2\xCA\xC1\xCB\xC8\xCD\xCE\xCF\xCC\xD3\xD4\u2663\xD2\xDA\xDB\xD9\u0131\xDD\xFD\u0174\u0175\u1E84\u1E85\u1E80\u1E81\u1E82\u1E83","x-mac-greek":"\xC4\xB9\xB2\xC9\xB3\xD6\xDC\u0385\xE0\xE2\xE4\u0384\xA8\xE7\xE9\xE8\xEA\xEB\xA3\u2122\xEE\xEF\u2022\xBD\u2030\xF4\xF6\xA6\u20AC\xF9\xFB\xFC\u2020\u0393\u0394\u0398\u039B\u039E\u03A0\xDF\xAE\xA9\u03A3\u03AA\xA7\u2260\xB0\xB7\u0391\xB1\u2264\u2265\xA5\u0392\u0395\u0396\u0397\u0399\u039A\u039C\u03A6\u03AB\u03A8\u03A9\u03AC\u039D\xAC\u039F\u03A1\u2248\u03A4\xAB\xBB\u2026 \u03A5\u03A7\u0386\u0388\u0153\u2013\u2015\u201C\u201D\u2018\u2019\xF7\u0389\u038A\u038C\u038E\u03AD\u03AE\u03AF\u03CC\u038F\u03CD\u03B1\u03B2\u03C8\u03B4\u03B5\u03C6\u03B3\u03B7\u03B9\u03BE\u03BA\u03BB\u03BC\u03BD\u03BF\u03C0\u03CE\u03C1\u03C3\u03C4\u03B8\u03C9\u03C2\u03C7\u03C5\u03B6\u03CA\u03CB\u0390\u03B0\xAD","x-mac-icelandic":"\xC4\xC5\xC7\xC9\xD1\xD6\xDC\xE1\xE0\xE2\xE4\xE3\xE5\xE7\xE9\xE8\xEA\xEB\xED\xEC\xEE\xEF\xF1\xF3\xF2\xF4\xF6\xF5\xFA\xF9\xFB\xFC\xDD\xB0\xA2\xA3\xA7\u2022\xB6\xDF\xAE\xA9\u2122\xB4\xA8\u2260\xC6\xD8\u221E\xB1\u2264\u2265\xA5\xB5\u2202\u2211\u220F\u03C0\u222B\xAA\xBA\u03A9\xE6\xF8\xBF\xA1\xAC\u221A\u0192\u2248\u2206\xAB\xBB\u2026 \xC0\xC3\xD5\u0152\u0153\u2013\u2014\u201C\u201D\u2018\u2019\xF7\u25CA\xFF\u0178\u2044\u20AC\xD0\xF0\xDE\xFE\xFD\xB7\u201A\u201E\u2030\xC2\xCA\xC1\xCB\xC8\xCD\xCE\xCF\xCC\xD3\xD4\uF8FF\xD2\xDA\xDB\xD9\u0131\u02C6\u02DC\xAF\u02D8\u02D9\u02DA\xB8\u02DD\u02DB\u02C7","x-mac-inuit":"\u1403\u1404\u1405\u1406\u140A\u140B\u1431\u1432\u1433\u1434\u1438\u1439\u1449\u144E\u144F\u1450\u1451\u1455\u1456\u1466\u146D\u146E\u146F\u1470\u1472\u1473\u1483\u148B\u148C\u148D\u148E\u1490\u1491\xB0\u14A1\u14A5\u14A6\u2022\xB6\u14A7\xAE\xA9\u2122\u14A8\u14AA\u14AB\u14BB\u14C2\u14C3\u14C4\u14C5\u14C7\u14C8\u14D0\u14EF\u14F0\u14F1\u14F2\u14F4\u14F5\u1505\u14D5\u14D6\u14D7\u14D8\u14DA\u14DB\u14EA\u1528\u1529\u152A\u152B\u152D\u2026 \u152E\u153E\u1555\u1556\u1557\u2013\u2014\u201C\u201D\u2018\u2019\u1558\u1559\u155A\u155D\u1546\u1547\u1548\u1549\u154B\u154C\u1550\u157F\u1580\u1581\u1582\u1583\u1584\u1585\u158F\u1590\u1591\u1592\u1593\u1594\u1595\u1671\u1672\u1673\u1674\u1675\u1676\u1596\u15A0\u15A1\u15A2\u15A3\u15A4\u15A5\u15A6\u157C\u0141\u0142","x-mac-ce":"\xC4\u0100\u0101\xC9\u0104\xD6\xDC\xE1\u0105\u010C\xE4\u010D\u0106\u0107\xE9\u0179\u017A\u010E\xED\u010F\u0112\u0113\u0116\xF3\u0117\xF4\xF6\xF5\xFA\u011A\u011B\xFC\u2020\xB0\u0118\xA3\xA7\u2022\xB6\xDF\xAE\xA9\u2122\u0119\xA8\u2260\u0123\u012E\u012F\u012A\u2264\u2265\u012B\u0136\u2202\u2211\u0142\u013B\u013C\u013D\u013E\u0139\u013A\u0145\u0146\u0143\xAC\u221A\u0144\u0147\u2206\xAB\xBB\u2026 \u0148\u0150\xD5\u0151\u014C\u2013\u2014\u201C\u201D\u2018\u2019\xF7\u25CA\u014D\u0154\u0155\u0158\u2039\u203A\u0159\u0156\u0157\u0160\u201A\u201E\u0161\u015A\u015B\xC1\u0164\u0165\xCD\u017D\u017E\u016A\xD3\xD4\u016B\u016E\xDA\u016F\u0170\u0171\u0172\u0173\xDD\xFD\u0137\u017B\u0141\u017C\u0122\u02C7","x-mac-romanian":"\xC4\xC5\xC7\xC9\xD1\xD6\xDC\xE1\xE0\xE2\xE4\xE3\xE5\xE7\xE9\xE8\xEA\xEB\xED\xEC\xEE\xEF\xF1\xF3\xF2\xF4\xF6\xF5\xFA\xF9\xFB\xFC\u2020\xB0\xA2\xA3\xA7\u2022\xB6\xDF\xAE\xA9\u2122\xB4\xA8\u2260\u0102\u0218\u221E\xB1\u2264\u2265\xA5\xB5\u2202\u2211\u220F\u03C0\u222B\xAA\xBA\u03A9\u0103\u0219\xBF\xA1\xAC\u221A\u0192\u2248\u2206\xAB\xBB\u2026 \xC0\xC3\xD5\u0152\u0153\u2013\u2014\u201C\u201D\u2018\u2019\xF7\u25CA\xFF\u0178\u2044\u20AC\u2039\u203A\u021A\u021B\u2021\xB7\u201A\u201E\u2030\xC2\xCA\xC1\xCB\xC8\xCD\xCE\xCF\xCC\xD3\xD4\uF8FF\xD2\xDA\xDB\xD9\u0131\u02C6\u02DC\xAF\u02D8\u02D9\u02DA\xB8\u02DD\u02DB\u02C7","x-mac-turkish":"\xC4\xC5\xC7\xC9\xD1\xD6\xDC\xE1\xE0\xE2\xE4\xE3\xE5\xE7\xE9\xE8\xEA\xEB\xED\xEC\xEE\xEF\xF1\xF3\xF2\xF4\xF6\xF5\xFA\xF9\xFB\xFC\u2020\xB0\xA2\xA3\xA7\u2022\xB6\xDF\xAE\xA9\u2122\xB4\xA8\u2260\xC6\xD8\u221E\xB1\u2264\u2265\xA5\xB5\u2202\u2211\u220F\u03C0\u222B\xAA\xBA\u03A9\xE6\xF8\xBF\xA1\xAC\u221A\u0192\u2248\u2206\xAB\xBB\u2026 \xC0\xC3\xD5\u0152\u0153\u2013\u2014\u201C\u201D\u2018\u2019\xF7\u25CA\xFF\u0178\u011E\u011F\u0130\u0131\u015E\u015F\u2021\xB7\u201A\u201E\u2030\xC2\xCA\xC1\xCB\xC8\xCD\xCE\xCF\xCC\xD3\xD4\uF8FF\xD2\xDA\xDB\xD9\uF8A0\u02C6\u02DC\xAF\u02D8\u02D9\u02DA\xB8\u02DD\u02DB\u02C7"},Yr=new Map;function Oc(t){let x=Yr.get(t);if(x)return x;let e=Ec[t];if(e){let a=new Map;for(let r=0;r<e.length;r++)a.set(e.charCodeAt(r),128+r);return Yr.set(t,a),a}if(Fc.has(t)){let a=new TextDecoder(t),r=new Uint8Array(128);for(let s=0;s<128;s++)r[s]=128+s;let n=new Map,i=a.decode(r);for(let s=0;s<128;s++)n.set(i.charCodeAt(s),128+s);return Yr.set(t,n),n}}var Bc=[["utf-16be","utf-16be","utf-16be","utf-16be","utf-16be","utf-16be","utf-16be"],["x-mac-roman","shift-jis","big5","euc-kr","iso-8859-6","iso-8859-8","x-mac-greek","x-mac-cyrillic","x-mac-symbol","x-mac-devanagari","x-mac-gurmukhi","x-mac-gujarati","Oriya","Bengali","Tamil","Telugu","Kannada","Malayalam","Sinhalese","Burmese","Khmer","iso-8859-11","Laotian","Georgian","Armenian","gbk","Tibetan","Mongolian","Geez","x-mac-ce","Vietnamese","Sindhi"],["ascii",null,"iso-8859-1"],["symbol","utf-16be","shift-jis","gb18030","big5","euc-kr","johab",null,null,null,"utf-16be"]],Zs={15:"x-mac-icelandic",17:"x-mac-turkish",18:"x-mac-croatian",24:"x-mac-ce",25:"x-mac-ce",26:"x-mac-ce",27:"x-mac-ce",28:"x-mac-ce",30:"x-mac-icelandic",37:"x-mac-romanian",38:"x-mac-ce",39:"x-mac-ce",40:"x-mac-ce",143:"x-mac-inuit",146:"x-mac-gaelic"},Dc=[[],{0:"en",30:"fo",60:"ks",90:"rw",1:"fr",31:"fa",61:"ku",91:"rn",2:"de",32:"ru",62:"sd",92:"ny",3:"it",33:"zh",63:"bo",93:"mg",4:"nl",34:"nl-BE",64:"ne",94:"eo",5:"sv",35:"ga",65:"sa",128:"cy",6:"es",36:"sq",66:"mr",129:"eu",7:"da",37:"ro",67:"bn",130:"ca",8:"pt",38:"cz",68:"as",131:"la",9:"no",39:"sk",69:"gu",132:"qu",10:"he",40:"si",70:"pa",133:"gn",11:"ja",41:"yi",71:"or",134:"ay",12:"ar",42:"sr",72:"ml",135:"tt",13:"fi",43:"mk",73:"kn",136:"ug",14:"el",44:"bg",74:"ta",137:"dz",15:"is",45:"uk",75:"te",138:"jv",16:"mt",46:"be",76:"si",139:"su",17:"tr",47:"uz",77:"my",140:"gl",18:"hr",48:"kk",78:"km",141:"af",19:"zh-Hant",49:"az-Cyrl",79:"lo",142:"br",20:"ur",50:"az-Arab",80:"vi",143:"iu",21:"hi",51:"hy",81:"id",144:"gd",22:"th",52:"ka",82:"tl",145:"gv",23:"ko",53:"mo",83:"ms",146:"ga",24:"lt",54:"ky",84:"ms-Arab",147:"to",25:"pl",55:"tg",85:"am",148:"el-polyton",26:"hu",56:"tk",86:"ti",149:"kl",27:"es",57:"mn-CN",87:"om",150:"az",28:"lv",58:"mn",88:"so",151:"nn",29:"se",59:"ps",89:"sw"},[],{1078:"af",16393:"en-IN",1159:"rw",1074:"tn",1052:"sq",6153:"en-IE",1089:"sw",1115:"si",1156:"gsw",8201:"en-JM",1111:"kok",1051:"sk",1118:"am",17417:"en-MY",1042:"ko",1060:"sl",5121:"ar-DZ",5129:"en-NZ",1088:"ky",11274:"es-AR",15361:"ar-BH",13321:"en-PH",1108:"lo",16394:"es-BO",3073:"ar",18441:"en-SG",1062:"lv",13322:"es-CL",2049:"ar-IQ",7177:"en-ZA",1063:"lt",9226:"es-CO",11265:"ar-JO",11273:"en-TT",2094:"dsb",5130:"es-CR",13313:"ar-KW",2057:"en-GB",1134:"lb",7178:"es-DO",12289:"ar-LB",1033:"en",1071:"mk",12298:"es-EC",4097:"ar-LY",12297:"en-ZW",2110:"ms-BN",17418:"es-SV",6145:"ary",1061:"et",1086:"ms",4106:"es-GT",8193:"ar-OM",1080:"fo",1100:"ml",18442:"es-HN",16385:"ar-QA",1124:"fil",1082:"mt",2058:"es-MX",1025:"ar-SA",1035:"fi",1153:"mi",19466:"es-NI",10241:"ar-SY",2060:"fr-BE",1146:"arn",6154:"es-PA",7169:"aeb",3084:"fr-CA",1102:"mr",15370:"es-PY",14337:"ar-AE",1036:"fr",1148:"moh",10250:"es-PE",9217:"ar-YE",5132:"fr-LU",1104:"mn",20490:"es-PR",1067:"hy",6156:"fr-MC",2128:"mn-CN",3082:"es",1101:"as",4108:"fr-CH",1121:"ne",1034:"es",2092:"az-Cyrl",1122:"fy",1044:"nb",21514:"es-US",1068:"az",1110:"gl",2068:"nn",14346:"es-UY",1133:"ba",1079:"ka",1154:"oc",8202:"es-VE",1069:"eu",3079:"de-AT",1096:"or",2077:"sv-FI",1059:"be",1031:"de",1123:"ps",1053:"sv",2117:"bn",5127:"de-LI",1045:"pl",1114:"syr",1093:"bn-IN",4103:"de-LU",1046:"pt",1064:"tg",8218:"bs-Cyrl",2055:"de-CH",2070:"pt-PT",2143:"tzm",5146:"bs",1032:"el",1094:"pa",1097:"ta",1150:"br",1135:"kl",1131:"qu-BO",1092:"tt",1026:"bg",1095:"gu",2155:"qu-EC",1098:"te",1027:"ca",1128:"ha",3179:"qu",1054:"th",3076:"zh-HK",1037:"he",1048:"ro",1105:"bo",5124:"zh-MO",1081:"hi",1047:"rm",1055:"tr",2052:"zh",1038:"hu",1049:"ru",1090:"tk",4100:"zh-SG",1039:"is",9275:"smn",1152:"ug",1028:"zh-TW",1136:"ig",4155:"smj-NO",1058:"uk",1155:"co",1057:"id",5179:"smj",1070:"hsb",1050:"hr",1117:"iu",3131:"se-FI",1056:"ur",4122:"hr-BA",2141:"iu-Latn",1083:"se",2115:"uz-Cyrl",1029:"cs",2108:"ga",2107:"se-SE",1091:"uz",1030:"da",1076:"xh",8251:"sms",1066:"vi",1164:"prs",1077:"zu",6203:"sma-NO",1106:"cy",1125:"dv",1040:"it",7227:"sms",1160:"wo",2067:"nl-BE",2064:"it-CH",1103:"sa",1157:"sah",1043:"nl",1041:"ja",7194:"sr-Cyrl-BA",1144:"ii",3081:"en-AU",1099:"kn",3098:"sr",1130:"yo",10249:"en-BZ",1087:"kk",6170:"sr-Latn-BA",4105:"en-CA",1107:"km",2074:"sr-Latn",9225:"en-029",1158:"quc",1132:"nso"}],Ys=new q({platformID:l,encodingID:l,languageID:l,nameID:l,length:l,string:new W(l,new Z0("length",t=>Ho(t.platformID,t.encodingID,t.languageID)),{type:"parent",relativeTo:t=>t.parent.stringOffset,allowNull:!1})}),Rc=new q({length:l,tag:new W(l,new Z0("length","utf16be"),{type:"parent",relativeTo:t=>t.stringOffset})}),q7=new z0(l,{0:{count:l,stringOffset:l,records:new V(Ys,"count")},1:{count:l,stringOffset:l,records:new V(Ys,"count"),langTagCount:l,langTags:new V(Rc,"langTagCount")}}),Nc=q7,i2=["copyright","fontFamily","fontSubfamily","uniqueSubfamily","fullName","version","postscriptName","trademark","manufacturer","designer","description","vendorURL","designerURL","license","licenseURL",null,"preferredFamily","preferredSubfamily","compatibleFull","sampleText","postscriptCIDFontName","wwsFamilyName","wwsSubfamilyName"];q7.process=function(t){var x={};for(let e of this.records){let a=Dc[e.platformID][e.languageID];a==null&&this.langTags!=null&&e.languageID>=32768&&(a=this.langTags[e.languageID-32768].tag),a==null&&(a=e.platformID+"-"+e.languageID);let r=e.nameID>=256?"fontFeatures":i2[e.nameID]||e.nameID;x[r]==null&&(x[r]={});let n=x[r];e.nameID>=256&&(n=n[e.nameID]||(n[e.nameID]={})),(typeof e.string=="string"||typeof n[a]!="string")&&(n[a]=e.string)}this.records=x};q7.preEncode=function(){if(Array.isArray(this.records))return;this.version=0;let t=[];for(let x in this.records){let e=this.records[x];x!=="fontFeatures"&&(t.push({platformID:3,encodingID:1,languageID:1033,nameID:i2.indexOf(x),length:e.en.length*2,string:e.en}),x==="postscriptName"&&t.push({platformID:1,encodingID:0,languageID:0,nameID:i2.indexOf(x),length:e.en.length,string:e.en}))}this.records=t,this.count=t.length,this.stringOffset=q7.size(this,null,!1)};var Uo=new z0(l,{header:{xAvgCharWidth:s0,usWeightClass:l,usWidthClass:l,fsType:new Bx(l,[null,"noEmbedding","viewOnly","editable",null,null,null,null,"noSubsetting","bitmapOnly"]),ySubscriptXSize:s0,ySubscriptYSize:s0,ySubscriptXOffset:s0,ySubscriptYOffset:s0,ySuperscriptXSize:s0,ySuperscriptYSize:s0,ySuperscriptXOffset:s0,ySuperscriptYOffset:s0,yStrikeoutSize:s0,yStrikeoutPosition:s0,sFamilyClass:s0,panose:new V(b0,10),ulCharRange:new V(j,4),vendorID:new Z0(4),fsSelection:new Bx(l,["italic","underscore","negative","outlined","strikeout","bold","regular","useTypoMetrics","wws","oblique"]),usFirstCharIndex:l,usLastCharIndex:l},0:{},1:{typoAscender:s0,typoDescender:s0,typoLineGap:s0,winAscent:l,winDescent:l,codePageRange:new V(j,2)},2:{typoAscender:s0,typoDescender:s0,typoLineGap:s0,winAscent:l,winDescent:l,codePageRange:new V(j,2),xHeight:s0,capHeight:s0,defaultChar:l,breakChar:l,maxContent:l},5:{typoAscender:s0,typoDescender:s0,typoLineGap:s0,winAscent:l,winDescent:l,codePageRange:new V(j,2),xHeight:s0,capHeight:s0,defaultChar:l,breakChar:l,maxContent:l,usLowerOpticalPointSize:l,usUpperOpticalPointSize:l}}),Jr=Uo.versions;Jr[3]=Jr[4]=Jr[2];var Gc=Uo,zc=new z0(hx,{header:{italicAngle:hx,underlinePosition:s0,underlineThickness:s0,isFixedPitch:j,minMemType42:j,maxMemType42:j,minMemType1:j,maxMemType1:j},1:{},2:{numberOfGlyphs:l,glyphNameIndex:new V(l,"numberOfGlyphs"),names:new V(new Z0(b0))},2.5:{numberOfGlyphs:l,offsets:new V(b0,"numberOfGlyphs")},3:{},4:{map:new V(j,t=>t.parent.maxp.numGlyphs)}}),Hc=new q({controlValues:new V(s0)}),Uc=new q({instructions:new V(b0)}),q2=new z0("head.indexToLocFormat",{0:{offsets:new V(l)},1:{offsets:new V(j)}});q2.process=function(){if(this.version===0&&!this._processed){for(let t=0;t<this.offsets.length;t++)this.offsets[t]<<=1;this._processed=!0}};q2.preEncode=function(){if(this.version===0&&this._processed!==!1){for(let t=0;t<this.offsets.length;t++)this.offsets[t]>>>=1;this._processed=!1}};var Vc=q2,Wc=new q({controlValueProgram:new V(b0)}),jc=new V(new Nx),Jx=class{getCFFVersion(x){for(;x&&!x.hdrSize;)x=x.parent;return x?x.version:-1}decode(x,e){let r=this.getCFFVersion(e)>=2?x.readUInt32BE():x.readUInt16BE();if(r===0)return[];let n=x.readUInt8(),i;if(n===1)i=b0;else if(n===2)i=l;else if(n===3)i=T6;else if(n===4)i=j;else throw new Error(`Bad offset size in CFFIndex: ${n} ${x.pos}`);let s=[],o=x.pos+(r+1)*n-1,f=i.decode(x);for(let c=0;c<r;c++){let d=i.decode(x);if(this.type!=null){let h=x.pos;x.pos=o+f,e.length=d-f,s.push(this.type.decode(x,e)),x.pos=h}else s.push({offset:o+f,length:d-f});f=d}return x.pos=o+f,s}size(x,e){let a=2;if(x.length===0)return a;let r=this.type||new Nx,n=1;for(let s=0;s<x.length;s++){let o=x[s];n+=r.size(o,e)}let i;if(n<=255)i=b0;else if(n<=65535)i=l;else if(n<=16777215)i=T6;else if(n<=4294967295)i=j;else throw new Error("Bad offset in CFFIndex");return a+=1+i.size()*(x.length+1),a+=n-1,a}encode(x,e,a){if(x.writeUInt16BE(e.length),e.length===0)return;let r=this.type||new Nx,n=[],i=1;for(let o of e){let f=r.size(o,a);n.push(f),i+=f}let s;if(i<=255)s=b0;else if(i<=65535)s=l;else if(i<=16777215)s=T6;else if(i<=4294967295)s=j;else throw new Error("Bad offset in CFFIndex");x.writeUInt8(s.size()),i=1,s.encode(x,i);for(let o of n)i+=o,s.encode(x,i);for(let o of e)r.encode(x,o,a)}constructor(x){this.type=x}},$t=15,Js=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"],Qs={".":10,E:11,"E-":12,"-":14},Ft=class{static decode(x,e){if(32<=e&&e<=246)return e-139;if(247<=e&&e<=250)return(e-247)*256+x.readUInt8()+108;if(251<=e&&e<=254)return-(e-251)*256-x.readUInt8()-108;if(e===28)return x.readInt16BE();if(e===29)return x.readInt32BE();if(e===30){let a="";for(;;){let r=x.readUInt8(),n=r>>4;if(n===$t)break;a+=Js[n];let i=r&15;if(i===$t)break;a+=Js[i]}return parseFloat(a)}return null}static size(x){if(x.forceLarge&&(x=32768),(x|0)!==x){let e=""+x;return 1+Math.ceil((e.length+1)/2)}else return-107<=x&&x<=107?1:108<=x&&x<=1131||-1131<=x&&x<=-108?2:-32768<=x&&x<=32767?3:5}static encode(x,e){let a=Number(e);if(e.forceLarge)return x.writeUInt8(29),x.writeInt32BE(a);if((a|0)!==a){x.writeUInt8(30);let n=""+a;for(let i=0;i<n.length;i+=2){let s=n[i],o=Qs[s]||+s;if(i===n.length-1)var r=$t;else{let f=n[i+1];var r=Qs[f]||+f}x.writeUInt8(o<<4|r&15)}if(r!==$t)return x.writeUInt8($t<<4)}else return-107<=a&&a<=107?x.writeUInt8(a+139):108<=a&&a<=1131?(a-=108,x.writeUInt8((a>>8)+247),x.writeUInt8(a&255)):-1131<=a&&a<=-108?(a=-a-108,x.writeUInt8((a>>8)+251),x.writeUInt8(a&255)):-32768<=a&&a<=32767?(x.writeUInt8(28),x.writeInt16BE(a)):(x.writeUInt8(29),x.writeInt32BE(a))}},Je=class{decodeOperands(x,e,a,r){if(Array.isArray(x))return r.map((n,i)=>this.decodeOperands(x[i],e,a,[n]));if(x.decode!=null)return x.decode(e,a,r);switch(x){case"number":case"offset":case"sid":return r[0];case"boolean":return!!r[0];default:return r}}encodeOperands(x,e,a,r){return Array.isArray(x)?r.map((n,i)=>this.encodeOperands(x[i],e,a,n)[0]):x.encode!=null?x.encode(e,r,a):typeof r=="number"?[r]:typeof r=="boolean"?[+r]:Array.isArray(r)?r:[r]}decode(x,e){let a=x.pos+e.length,r={},n=[];Object.defineProperties(r,{parent:{value:e},_startOffset:{value:x.pos}});for(let i in this.fields){let s=this.fields[i];r[s[1]]=s[3]}for(;x.pos<a;){let i=x.readUInt8();if(i<28){i===12&&(i=i<<8|x.readUInt8());let s=this.fields[i];if(!s)throw new Error(`Unknown operator ${i}`);let o=this.decodeOperands(s[2],x,r,n);o!=null&&(o instanceof q6?Object.defineProperty(r,s[1],o):r[s[1]]=o),n=[]}else n.push(Ft.decode(x,i))}return r}size(x,e,a=!0){let r={parent:e,val:x,pointerSize:0,startOffset:e.startOffset||0},n=0;for(let i in this.fields){let s=this.fields[i],o=x[s[1]];if(o==null||(0,r2.default)(o,s[3]))continue;let f=this.encodeOperands(s[2],null,r,o);for(let d of f)n+=Ft.size(d);let c=Array.isArray(s[0])?s[0]:[s[0]];n+=c.length}return a&&(n+=r.pointerSize),n}encode(x,e,a){let r={pointers:[],startOffset:x.pos,parent:a,val:e,pointerSize:0};r.pointerOffset=x.pos+this.size(e,r,!1);for(let i of this.ops){let s=e[i[1]];if(s==null||(0,r2.default)(s,i[3]))continue;let o=this.encodeOperands(i[2],x,r,s);for(let c of o)Ft.encode(x,c);let f=Array.isArray(i[0])?i[0]:[i[0]];for(let c of f)x.writeUInt8(c)}let n=0;for(;n<r.pointers.length;){let i=r.pointers[n++];i.type.encode(x,i.val,i.parent)}}constructor(x=[]){this.ops=x,this.fields={};for(let e of x){let a=Array.isArray(e[0])?e[0][0]<<8|e[0][1]:e[0];this.fields[a]=e}}},Vx=class extends W{decode(x,e,a){return this.offsetType={decode:()=>a[0]},super.decode(x,e,a)}encode(x,e,a){if(!x)return this.offsetType={size:()=>0},this.size(e,a),[new K7(0)];let r=null;return this.offsetType={encode:(n,i)=>r=i},super.encode(x,e,a),[new K7(r)]}constructor(x,e={}){e.type==null&&(e.type="global"),super(null,x,e)}},K7=class{valueOf(){return this.val}constructor(x){this.val=x,this.forceLarge=!0}},s2=class{static decode(x,e,a){let r=a.pop();for(;a.length>r;)a.pop()}},o2=new Je([[6,"BlueValues","delta",null],[7,"OtherBlues","delta",null],[8,"FamilyBlues","delta",null],[9,"FamilyOtherBlues","delta",null],[[12,9],"BlueScale","number",.039625],[[12,10],"BlueShift","number",7],[[12,11],"BlueFuzz","number",1],[10,"StdHW","number",null],[11,"StdVW","number",null],[[12,12],"StemSnapH","delta",null],[[12,13],"StemSnapV","delta",null],[[12,14],"ForceBold","boolean",!1],[[12,17],"LanguageGroup","number",0],[[12,18],"ExpansionFactor","number",.06],[[12,19],"initialRandomSeed","number",0],[20,"defaultWidthX","number",0],[21,"nominalWidthX","number",0],[22,"vsindex","number",0],[23,"blend",s2,null],[19,"Subrs",new Vx(new Jx,{type:"local"}),null]]),W7=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"],Vo=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls"],Xc=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],Wo=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron"],qc=[".notdef","space","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],Kc=[".notdef","space","dollaroldstyle","dollarsuperior","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","fi","fl","ffi","ffl","parenleftinferior","parenrightinferior","hyphensuperior","colonmonetary","onefitted","rupiah","centoldstyle","figuredash","hypheninferior","onequarter","onehalf","threequarters","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior"],jo=new q({reserved:new nx(l),reqFeatureIndex:l,featureCount:l,featureIndexes:new V(l,"featureCount")}),Zc=new q({tag:new Z0(4),langSys:new W(l,jo,{type:"parent"})}),Yc=new q({defaultLangSys:new W(l,jo),count:l,langSysRecords:new V(Zc,"count")}),Jc=new q({tag:new Z0(4),script:new W(l,Yc,{type:"parent"})}),Xo=new V(Jc,l),Qc=new q({version:l,nameID:l}),qo=new q({featureParams:new W(l,Qc),lookupCount:l,lookupListIndexes:new V(l,"lookupCount")}),xd=new q({tag:new Z0(4),feature:new W(l,qo,{type:"parent"})}),Ko=new V(xd,l),ed=new q({markAttachmentType:b0,flags:new Bx(b0,["rightToLeft","ignoreBaseGlyphs","ignoreLigatures","ignoreMarks","useMarkFilteringSet"])});function Z7(t){let x=new q({lookupType:l,flags:ed,subTableCount:l,subTables:new V(new W(l,t),"subTableCount"),markFilteringSet:new K6(l,e=>e.flags.flags.useMarkFilteringSet)});return new J0(new W(l,x),l)}var td=new q({start:l,end:l,startCoverageIndex:l}),ax=new z0(l,{1:{glyphCount:l,glyphs:new V(l,"glyphCount")},2:{rangeCount:l,rangeRecords:new V(td,"rangeCount")}}),ad=new q({start:l,end:l,class:l}),te=new z0(l,{1:{startGlyph:l,glyphCount:l,classValueArray:new V(l,"glyphCount")},2:{classRangeCount:l,classRangeRecord:new V(ad,"classRangeCount")}}),ee=new q({a:l,b:l,deltaFormat:l}),Vt=new q({sequenceIndex:l,lookupListIndex:l}),rd=new q({glyphCount:l,lookupCount:l,input:new V(l,t=>t.glyphCount-1),lookupRecords:new V(Vt,"lookupCount")}),nd=new V(new W(l,rd),l),id=new q({glyphCount:l,lookupCount:l,classes:new V(l,t=>t.glyphCount-1),lookupRecords:new V(Vt,"lookupCount")}),sd=new V(new W(l,id),l),Zo=new z0(l,{1:{coverage:new W(l,ax),ruleSetCount:l,ruleSets:new V(new W(l,nd),"ruleSetCount")},2:{coverage:new W(l,ax),classDef:new W(l,te),classSetCnt:l,classSet:new V(new W(l,sd),"classSetCnt")},3:{glyphCount:l,lookupCount:l,coverages:new V(new W(l,ax),"glyphCount"),lookupRecords:new V(Vt,"lookupCount")}}),od=new q({backtrackGlyphCount:l,backtrack:new V(l,"backtrackGlyphCount"),inputGlyphCount:l,input:new V(l,t=>t.inputGlyphCount-1),lookaheadGlyphCount:l,lookahead:new V(l,"lookaheadGlyphCount"),lookupCount:l,lookupRecords:new V(Vt,"lookupCount")}),xo=new V(new W(l,od),l),Yo=new z0(l,{1:{coverage:new W(l,ax),chainCount:l,chainRuleSets:new V(new W(l,xo),"chainCount")},2:{coverage:new W(l,ax),backtrackClassDef:new W(l,te),inputClassDef:new W(l,te),lookaheadClassDef:new W(l,te),chainCount:l,chainClassSet:new V(new W(l,xo),"chainCount")},3:{backtrackGlyphCount:l,backtrackCoverage:new V(new W(l,ax),"backtrackGlyphCount"),inputGlyphCount:l,inputCoverage:new V(new W(l,ax),"inputGlyphCount"),lookaheadGlyphCount:l,lookaheadCoverage:new V(new W(l,ax),"lookaheadGlyphCount"),lookupCount:l,lookupRecords:new V(Vt,"lookupCount")}}),Et=new g6(16,"BE",14),fd=new q({startCoord:Et,peakCoord:Et,endCoord:Et}),cd=new q({axisCount:l,regionCount:l,variationRegions:new V(new V(fd,"axisCount"),"regionCount")}),dd=new q({shortDeltas:new V(s0,t=>t.parent.shortDeltaCount),regionDeltas:new V(vx,t=>t.parent.regionIndexCount-t.parent.shortDeltaCount),deltas:t=>t.shortDeltas.concat(t.regionDeltas)}),ld=new q({itemCount:l,shortDeltaCount:l,regionIndexCount:l,regionIndexes:new V(l,"regionIndexCount"),deltaSets:new V(dd,"itemCount")}),ba=new q({format:l,variationRegionList:new W(j,cd),variationDataCount:l,itemVariationData:new V(new W(j,ld),"variationDataCount")}),hd=new z0(l,{1:{axisIndex:l,axisIndex:l,filterRangeMinValue:Et,filterRangeMaxValue:Et}}),ud=new q({conditionCount:l,conditionTable:new V(new W(j,hd),"conditionCount")}),bd=new q({featureIndex:l,alternateFeatureTable:new W(j,qo,{type:"parent"})}),pd=new q({version:hx,substitutionCount:l,substitutions:new V(bd,"substitutionCount")}),gd=new q({conditionSet:new W(j,ud,{type:"parent"}),featureTableSubstitution:new W(j,pd,{type:"parent"})}),Jo=new q({majorVersion:l,minorVersion:l,featureVariationRecordCount:j,featureVariationRecords:new V(gd,"featureVariationRecordCount")}),Y7=class{decode(x,e,a){return this.predefinedOps[a[0]]?this.predefinedOps[a[0]]:this.type.decode(x,e,a)}size(x,e){return this.type.size(x,e)}encode(x,e,a){let r=this.predefinedOps.indexOf(e);return r!==-1?r:this.type.encode(x,e,a)}constructor(x,e){this.predefinedOps=x,this.type=e}},f2=class extends V0{decode(x){return b0.decode(x)&127}constructor(){super("UInt8")}},Qo=new q({first:l,nLeft:b0}),md=new q({first:l,nLeft:l}),yd=new z0(new f2,{0:{nCodes:b0,codes:new V(b0,"nCodes")},1:{nRanges:b0,ranges:new V(Qo,"nRanges")}}),wd=new Y7([Vo,Xc],new Vx(yd,{lazy:!0})),J7=class extends V{decode(x,e){let a=Ix(this.length,x,e),r=0,n=[];for(;r<a;){let i=this.type.decode(x,e);i.offset=r,r+=i.nLeft+1,n.push(i)}return n}},vd=new z0(b0,{0:{glyphs:new V(l,t=>t.parent.CharStrings.length-1)},1:{ranges:new J7(Qo,t=>t.parent.CharStrings.length-1)},2:{ranges:new J7(md,t=>t.parent.CharStrings.length-1)}}),Cd=new Y7([Wo,qc,Kc],new Vx(vd,{lazy:!0})),Sd=new q({first:l,fd:b0}),_d=new q({first:j,fd:l}),x4=new z0(b0,{0:{fds:new V(b0,t=>t.parent.CharStrings.length)},3:{nRanges:l,ranges:new V(Sd,"nRanges"),sentinel:l},4:{nRanges:j,ranges:new V(_d,"nRanges"),sentinel:j}}),Qr=new Vx(o2),Q7=class{decode(x,e,a){return e.length=a[0],Qr.decode(x,e,[a[1]])}size(x,e){return[o2.size(x,e,!1),Qr.size(x,e)[0]]}encode(x,e,a){return[o2.size(e,a,!1),Qr.encode(x,e,a)[0]]}},e4=new Je([[18,"Private",new Q7,null],[[12,38],"FontName","sid",null],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[[12,5],"PaintType","number",0]]),kd=new Je([[[12,30],"ROS",["sid","sid","number"],null],[0,"version","sid",null],[1,"Notice","sid",null],[[12,0],"Copyright","sid",null],[2,"FullName","sid",null],[3,"FamilyName","sid",null],[4,"Weight","sid",null],[[12,1],"isFixedPitch","boolean",!1],[[12,2],"ItalicAngle","number",0],[[12,3],"UnderlinePosition","number",-100],[[12,4],"UnderlineThickness","number",50],[[12,5],"PaintType","number",0],[[12,6],"CharstringType","number",2],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[13,"UniqueID","number",null],[5,"FontBBox","array",[0,0,0,0]],[[12,8],"StrokeWidth","number",0],[14,"XUID","array",null],[15,"charset",Cd,Wo],[16,"Encoding",wd,Vo],[17,"CharStrings",new Vx(new Jx),null],[18,"Private",new Q7,null],[[12,20],"SyntheticBase","number",null],[[12,21],"PostScript","sid",null],[[12,22],"BaseFontName","sid",null],[[12,23],"BaseFontBlend","delta",null],[[12,31],"CIDFontVersion","number",0],[[12,32],"CIDFontRevision","number",0],[[12,33],"CIDFontType","number",0],[[12,34],"CIDCount","number",8720],[[12,35],"UIDBase","number",null],[[12,37],"FDSelect",new Vx(x4),null],[[12,36],"FDArray",new Vx(new Jx(e4)),null],[[12,38],"FontName","sid",null]]),Ad=new q({length:l,itemVariationStore:ba}),Pd=new Je([[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[17,"CharStrings",new Vx(new Jx),null],[[12,37],"FDSelect",new Vx(x4),null],[[12,36],"FDArray",new Vx(new Jx(e4)),null],[24,"vstore",new Vx(Ad),null],[25,"maxstack","number",193]]),Td=new z0(Wi,{1:{hdrSize:b0,offSize:b0,nameIndex:new Jx(new Z0("length")),topDictIndex:new Jx(kd),stringIndex:new Jx(new Z0("length")),globalSubrIndex:new Jx},2:{hdrSize:b0,length:l,topDict:Pd,globalSubrIndex:new Jx}}),t4=Td,c2=class t{static decode(x){return new t(x)}decode(){let x=this.stream.pos,e=t4.decode(this.stream);for(let a in e){let r=e[a];this[a]=r}if(this.version<2){if(this.topDictIndex.length!==1)throw new Error("Only a single font is allowed in CFF");this.topDict=this.topDictIndex[0]}return this.isCIDFont=this.topDict.ROS!=null,this}string(x){return this.version>=2?null:x<W7.length?W7[x]:this.stringIndex[x-W7.length]}get postscriptName(){return this.version<2?this.nameIndex[0]:null}get fullName(){return this.string(this.topDict.FullName)}get familyName(){return this.string(this.topDict.FamilyName)}getCharString(x){return this.stream.pos=this.topDict.CharStrings[x].offset,this.stream.readBuffer(this.topDict.CharStrings[x].length)}getGlyphName(x){if(this.version>=2||this.isCIDFont)return null;let{charset:e}=this.topDict;if(Array.isArray(e))return e[x];if(x===0)return".notdef";switch(x-=1,e.version){case 0:return this.string(e.glyphs[x]);case 1:case 2:for(let a=0;a<e.ranges.length;a++){let r=e.ranges[a];if(r.offset<=x&&x<=r.offset+r.nLeft)return this.string(r.first+(x-r.offset))}break}return null}fdForGlyph(x){if(!this.topDict.FDSelect)return null;switch(this.topDict.FDSelect.version){case 0:return this.topDict.FDSelect.fds[x];case 3:case 4:let{ranges:e}=this.topDict.FDSelect,a=0,r=e.length-1;for(;a<=r;){let n=a+r>>1;if(x<e[n].first)r=n-1;else if(n<r&&x>=e[n+1].first)a=n+1;else return e[n].fd}default:throw new Error(`Unknown FDSelect version: ${this.topDict.FDSelect.version}`)}}privateDictForGlyph(x){if(this.topDict.FDSelect){let e=this.fdForGlyph(x);return this.topDict.FDArray[e]?this.topDict.FDArray[e].Private:null}return this.version<2?this.topDict.Private:this.topDict.FDArray[0].Private}constructor(x){this.stream=x,this.decode()}},a4=c2,Ld=new q({glyphIndex:l,vertOriginY:s0}),$d=new q({majorVersion:l,minorVersion:l,defaultVertOriginY:s0,numVertOriginYMetrics:l,metrics:new V(Ld,"numVertOriginYMetrics")}),Ze=new q({height:b0,width:b0,horiBearingX:vx,horiBearingY:vx,horiAdvance:b0,vertBearingX:vx,vertBearingY:vx,vertAdvance:b0}),R7=new q({height:b0,width:b0,bearingX:vx,bearingY:vx,advance:b0}),eo=new q({glyph:l,xOffset:vx,yOffset:vx}),xa=class{},Ot=class{},Aw=new z0("version",{1:{metrics:R7,data:xa},2:{metrics:R7,data:Ot},5:{data:Ot},6:{metrics:Ze,data:xa},7:{metrics:Ze,data:Ot},8:{metrics:R7,pad:new nx(b0),numComponents:l,components:new V(eo,"numComponents")},9:{metrics:Ze,pad:new nx(b0),numComponents:l,components:new V(eo,"numComponents")},17:{metrics:R7,dataLen:j,data:new Nx("dataLen")},18:{metrics:Ze,dataLen:j,data:new Nx("dataLen")},19:{dataLen:j,data:new Nx("dataLen")}}),to=new q({ascender:vx,descender:vx,widthMax:b0,caretSlopeNumerator:vx,caretSlopeDenominator:vx,caretOffset:vx,minOriginSB:vx,minAdvanceSB:vx,maxBeforeBL:vx,minAfterBL:vx,pad:new nx(vx,2)}),Md=new q({glyphCode:l,offset:l}),Id=new z0(l,{header:{imageFormat:l,imageDataOffset:j},1:{offsetArray:new V(j,t=>t.parent.lastGlyphIndex-t.parent.firstGlyphIndex+1)},2:{imageSize:j,bigMetrics:Ze},3:{offsetArray:new V(l,t=>t.parent.lastGlyphIndex-t.parent.firstGlyphIndex+1)},4:{numGlyphs:j,glyphArray:new V(Md,t=>t.numGlyphs+1)},5:{imageSize:j,bigMetrics:Ze,numGlyphs:j,glyphCodeArray:new V(l,"numGlyphs")}}),Fd=new q({firstGlyphIndex:l,lastGlyphIndex:l,subtable:new W(j,Id)}),Ed=new q({indexSubTableArray:new W(j,new V(Fd,1),{type:"parent"}),indexTablesSize:j,numberOfIndexSubTables:j,colorRef:j,hori:to,vert:to,startGlyphIndex:l,endGlyphIndex:l,ppemX:b0,ppemY:b0,bitDepth:b0,flags:new Bx(b0,["horizontal","vertical"])}),Od=new q({version:j,numSizes:j,sizes:new V(Ed,"numSizes")}),Bd=new q({ppem:l,resolution:l,imageOffsets:new V(new W(j,"void"),t=>t.parent.parent.maxp.numGlyphs+1)}),Dd=new q({version:l,flags:new Bx(l,["renderOutlines"]),numImgTables:j,imageTables:new V(new W(j,Bd),"numImgTables")}),Rd=new q({gid:l,paletteIndex:l}),Nd=new q({gid:l,firstLayerIndex:l,numLayers:l}),Gd=new q({version:l,numBaseGlyphRecords:l,baseGlyphRecord:new W(j,new V(Nd,"numBaseGlyphRecords")),layerRecords:new W(j,new V(Rd,"numLayerRecords"),{lazy:!0}),numLayerRecords:l}),zd=new q({blue:b0,green:b0,red:b0,alpha:b0}),Hd=new z0(l,{header:{numPaletteEntries:l,numPalettes:l,numColorRecords:l,colorRecords:new W(j,new V(zd,"numColorRecords")),colorRecordIndices:new V(l,"numPalettes")},0:{},1:{offsetPaletteTypeArray:new W(j,new V(j,"numPalettes")),offsetPaletteLabelArray:new W(j,new V(l,"numPalettes")),offsetPaletteEntryLabelArray:new W(j,new V(l,"numPaletteEntries"))}}),Rt=new z0(l,{1:{coordinate:s0},2:{coordinate:s0,referenceGlyph:l,baseCoordPoint:l},3:{coordinate:s0,deviceTable:new W(l,ee)}}),Ud=new q({defaultIndex:l,baseCoordCount:l,baseCoords:new V(new W(l,Rt),"baseCoordCount")}),Vd=new q({tag:new Z0(4),minCoord:new W(l,Rt,{type:"parent"}),maxCoord:new W(l,Rt,{type:"parent"})}),r4=new q({minCoord:new W(l,Rt),maxCoord:new W(l,Rt),featMinMaxCount:l,featMinMaxRecords:new V(Vd,"featMinMaxCount")}),Wd=new q({tag:new Z0(4),minMax:new W(l,r4,{type:"parent"})}),jd=new q({baseValues:new W(l,Ud),defaultMinMax:new W(l,r4),baseLangSysCount:l,baseLangSysRecords:new V(Wd,"baseLangSysCount")}),Xd=new q({tag:new Z0(4),script:new W(l,jd,{type:"parent"})}),qd=new V(Xd,l),Kd=new V(new Z0(4),l),ao=new q({baseTagList:new W(l,Kd),baseScriptList:new W(l,qd)}),Zd=new z0(j,{header:{horizAxis:new W(l,ao),vertAxis:new W(l,ao)},65536:{},65537:{itemVariationStore:new W(j,ba)}}),Yd=new V(l,l),Jd=new q({coverage:new W(l,ax),glyphCount:l,attachPoints:new V(new W(l,Yd),"glyphCount")}),Qd=new z0(l,{1:{coordinate:s0},2:{caretValuePoint:l},3:{coordinate:s0,deviceTable:new W(l,ee)}}),xl=new V(new W(l,Qd),l),el=new q({coverage:new W(l,ax),ligGlyphCount:l,ligGlyphs:new V(new W(l,xl),"ligGlyphCount")}),ro=new q({markSetTableFormat:l,markSetCount:l,coverage:new V(new W(j,ax),"markSetCount")}),tl=new z0(j,{header:{glyphClassDef:new W(l,te),attachList:new W(l,Jd),ligCaretList:new W(l,el),markAttachClassDef:new W(l,te)},65536:{},65538:{markGlyphSetsDef:new W(l,ro)},65539:{markGlyphSetsDef:new W(l,ro),itemVariationStore:new W(j,ba)}}),qe=new Bx(l,["xPlacement","yPlacement","xAdvance","yAdvance","xPlaDevice","yPlaDevice","xAdvDevice","yAdvDevice"]),al={xPlacement:s0,yPlacement:s0,xAdvance:s0,yAdvance:s0,xPlaDevice:new W(l,ee,{type:"global",relativeTo:t=>t.rel}),yPlaDevice:new W(l,ee,{type:"global",relativeTo:t=>t.rel}),xAdvDevice:new W(l,ee,{type:"global",relativeTo:t=>t.rel}),yAdvDevice:new W(l,ee,{type:"global",relativeTo:t=>t.rel})},re=class{buildStruct(x){let e=x;for(;!e[this.key]&&e.parent;)e=e.parent;if(!e[this.key])return;let a={};a.rel=()=>e._startOffset;let r=e[this.key];for(let n in r)r[n]&&(a[n]=al[n]);return new q(a)}size(x,e){return this.buildStruct(e).size(x,e)}decode(x,e){let a=this.buildStruct(e).decode(x,e);return delete a.rel,a}constructor(x="valueFormat"){this.key=x}},rl=new q({secondGlyph:l,value1:new re("valueFormat1"),value2:new re("valueFormat2")}),nl=new V(rl,l),il=new q({value1:new re("valueFormat1"),value2:new re("valueFormat2")}),Nt=new z0(l,{1:{xCoordinate:s0,yCoordinate:s0},2:{xCoordinate:s0,yCoordinate:s0,anchorPoint:l},3:{xCoordinate:s0,yCoordinate:s0,xDeviceTable:new W(l,ee),yDeviceTable:new W(l,ee)}}),sl=new q({entryAnchor:new W(l,Nt,{type:"parent"}),exitAnchor:new W(l,Nt,{type:"parent"})}),ol=new q({class:l,markAnchor:new W(l,Nt,{type:"parent"})}),x2=new V(ol,l),fl=new V(new W(l,Nt),t=>t.parent.classCount),no=new V(fl,l),cl=new V(new W(l,Nt),t=>t.parent.parent.classCount),dl=new V(cl,l),ll=new V(new W(l,dl),l),Gt=new z0("lookupType",{1:new z0(l,{1:{coverage:new W(l,ax),valueFormat:qe,value:new re},2:{coverage:new W(l,ax),valueFormat:qe,valueCount:l,values:new J0(new re,"valueCount")}}),2:new z0(l,{1:{coverage:new W(l,ax),valueFormat1:qe,valueFormat2:qe,pairSetCount:l,pairSets:new J0(new W(l,nl),"pairSetCount")},2:{coverage:new W(l,ax),valueFormat1:qe,valueFormat2:qe,classDef1:new W(l,te),classDef2:new W(l,te),class1Count:l,class2Count:l,classRecords:new J0(new J0(il,"class2Count"),"class1Count")}}),3:{format:l,coverage:new W(l,ax),entryExitCount:l,entryExitRecords:new V(sl,"entryExitCount")},4:{format:l,markCoverage:new W(l,ax),baseCoverage:new W(l,ax),classCount:l,markArray:new W(l,x2),baseArray:new W(l,no)},5:{format:l,markCoverage:new W(l,ax),ligatureCoverage:new W(l,ax),classCount:l,markArray:new W(l,x2),ligatureArray:new W(l,ll)},6:{format:l,mark1Coverage:new W(l,ax),mark2Coverage:new W(l,ax),classCount:l,mark1Array:new W(l,x2),mark2Array:new W(l,no)},7:Zo,8:Yo,9:{posFormat:l,lookupType:l,extension:new W(j,null)}});Gt.versions[9].extension.type=Gt;var hl=new z0(j,{header:{scriptList:new W(l,Xo),featureList:new W(l,Ko),lookupList:new W(l,new Z7(Gt))},65536:{},65537:{featureVariations:new W(j,Jo)}}),n4=new V(l,l),ul=n4,bl=new q({glyph:l,compCount:l,components:new V(l,t=>t.compCount-1)}),pl=new V(new W(l,bl),l),d2=new z0("lookupType",{1:new z0(l,{1:{coverage:new W(l,ax),deltaGlyphID:s0},2:{coverage:new W(l,ax),glyphCount:l,substitute:new J0(l,"glyphCount")}}),2:{substFormat:l,coverage:new W(l,ax),count:l,sequences:new J0(new W(l,n4),"count")},3:{substFormat:l,coverage:new W(l,ax),count:l,alternateSet:new J0(new W(l,ul),"count")},4:{substFormat:l,coverage:new W(l,ax),count:l,ligatureSets:new J0(new W(l,pl),"count")},5:Zo,6:Yo,7:{substFormat:l,lookupType:l,extension:new W(j,null)},8:{substFormat:l,coverage:new W(l,ax),backtrackCoverage:new V(new W(l,ax),"backtrackGlyphCount"),lookaheadGlyphCount:l,lookaheadCoverage:new V(new W(l,ax),"lookaheadGlyphCount"),glyphCount:l,substitutes:new V(l,"glyphCount")}});d2.versions[7].extension.type=d2;var gl=new z0(j,{header:{scriptList:new W(l,Xo),featureList:new W(l,Ko),lookupList:new W(l,new Z7(d2))},65536:{},65537:{featureVariations:new W(j,Jo)}}),Q6=new V(l,l),ml=new q({shrinkageEnableGSUB:new W(l,Q6),shrinkageDisableGSUB:new W(l,Q6),shrinkageEnableGPOS:new W(l,Q6),shrinkageDisableGPOS:new W(l,Q6),shrinkageJstfMax:new W(l,new Z7(Gt)),extensionEnableGSUB:new W(l,Q6),extensionDisableGSUB:new W(l,Q6),extensionEnableGPOS:new W(l,Q6),extensionDisableGPOS:new W(l,Q6),extensionJstfMax:new W(l,new Z7(Gt))}),i4=new V(new W(l,ml),l),yl=new q({tag:new Z0(4),jstfLangSys:new W(l,i4)}),wl=new q({extenderGlyphs:new W(l,new V(l,l)),defaultLangSys:new W(l,i4),langSysCount:l,langSysRecords:new V(yl,"langSysCount")}),vl=new q({tag:new Z0(4),script:new W(l,wl,{type:"parent"})}),Cl=new q({version:j,scriptCount:l,scriptList:new V(vl,"scriptCount")}),l2=class{decode(x,e){switch(this.size(0,e)){case 1:return x.readUInt8();case 2:return x.readUInt16BE();case 3:return x.readUInt24BE();case 4:return x.readUInt32BE()}}size(x,e){return Ix(this._size,null,e)}constructor(x){this._size=x}},Sl=new q({entry:new l2(t=>((t.parent.entryFormat&48)>>4)+1),outerIndex:t=>t.entry>>(t.parent.entryFormat&15)+1,innerIndex:t=>t.entry&(1<<(t.parent.entryFormat&15)+1)-1}),e2=new q({entryFormat:l,mapCount:l,mapData:new V(Sl,"mapCount")}),_l=new q({majorVersion:l,minorVersion:l,itemVariationStore:new W(j,ba),advanceWidthMapping:new W(j,e2),LSBMapping:new W(j,e2),RSBMapping:new W(j,e2)}),kl=new q({format:j,length:j,offset:j}),Al=new q({reserved:new nx(l,2),cbSignature:j,signature:new Nx("cbSignature")}),Pl=new q({ulVersion:j,usNumSigs:l,usFlag:l,signatures:new V(kl,"usNumSigs"),signatureBlocks:new V(Al,"usNumSigs")}),Tl=new q({rangeMaxPPEM:l,rangeGaspBehavior:new Bx(l,["grayscale","gridfit","symmetricSmoothing","symmetricGridfit"])}),Ll=new q({version:l,numRanges:l,gaspRanges:new V(Tl,"numRanges")}),$l=new q({pixelSize:b0,maximumWidth:b0,widths:new V(b0,t=>t.parent.parent.maxp.numGlyphs)}),Ml=new q({version:l,numRecords:s0,sizeDeviceRecord:X6,records:new V($l,"numRecords")}),Il=new q({left:l,right:l,value:s0}),io=new q({firstGlyph:l,nGlyphs:l,offsets:new V(l,"nGlyphs"),max:t=>t.offsets.length&&Math.max.apply(Math,t.offsets)}),Fl=new q({off:t=>t._startOffset-t.parent.parent._startOffset,len:t=>((t.parent.leftTable.max-t.off)/t.parent.rowWidth+1)*(t.parent.rowWidth/2),values:new J0(s0,"len")}),so=new z0("format",{0:{nPairs:l,searchRange:l,entrySelector:l,rangeShift:l,pairs:new V(Il,"nPairs")},2:{rowWidth:l,leftTable:new W(l,io,{type:"parent"}),rightTable:new W(l,io,{type:"parent"}),array:new W(l,Fl,{type:"parent"})},3:{glyphCount:l,kernValueCount:b0,leftClassCount:b0,rightClassCount:b0,flags:b0,kernValue:new V(s0,"kernValueCount"),leftClass:new V(b0,"glyphCount"),rightClass:new V(b0,"glyphCount"),kernIndex:new V(b0,t=>t.leftClassCount*t.rightClassCount)}}),oo=new z0("version",{0:{subVersion:l,length:l,format:b0,coverage:new Bx(b0,["horizontal","minimum","crossStream","override"]),subtable:so,padding:new nx(b0,t=>t.length-t._currentOffset)},1:{length:j,coverage:new Bx(b0,[null,null,null,null,null,"variation","crossStream","vertical"]),format:b0,tupleIndex:l,subtable:so,padding:new nx(b0,t=>t.length-t._currentOffset)}}),El=new z0(l,{0:{nTables:l,tables:new V(oo,"nTables")},1:{reserved:new nx(l),nTables:j,tables:new V(oo,"nTables")}}),Ol=new q({version:l,numGlyphs:l,yPels:new V(b0,"numGlyphs")}),Bl=new q({version:l,fontNumber:j,pitch:l,xHeight:l,style:l,typeFamily:l,capHeight:l,symbolSet:l,typeface:new Z0(16),characterComplement:new Z0(8),fileName:new Z0(6),strokeWeight:new Z0(1),widthType:new Z0(1),serifStyle:b0,reserved:new nx(b0)}),Dl=new q({bCharSet:b0,xRatio:b0,yStartRatio:b0,yEndRatio:b0}),Rl=new q({yPelHeight:l,yMax:s0,yMin:s0}),Nl=new q({recs:l,startsz:b0,endsz:b0,entries:new V(Rl,"recs")}),Gl=new q({version:l,numRecs:l,numRatios:l,ratioRanges:new V(Dl,"numRatios"),offsets:new V(l,"numRatios"),groups:new V(Nl,"numRecs")}),zl=new q({version:l,ascent:s0,descent:s0,lineGap:s0,advanceHeightMax:s0,minTopSideBearing:s0,minBottomSideBearing:s0,yMaxExtent:s0,caretSlopeRise:s0,caretSlopeRun:s0,caretOffset:s0,reserved:new nx(s0,4),metricDataFormat:s0,numberOfMetrics:l}),Hl=new q({advance:l,bearing:s0}),Ul=new q({metrics:new J0(Hl,t=>t.parent.vhea.numberOfMetrics),bearings:new J0(s0,t=>t.parent.maxp.numGlyphs-t.parent.vhea.numberOfMetrics)}),fo=new g6(16,"BE",14),Vl=new q({fromCoord:fo,toCoord:fo}),Wl=new q({pairCount:l,correspondence:new V(Vl,"pairCount")}),jl=new q({version:hx,axisCount:j,segment:new V(Wl,"axisCount")}),h2=class{getItem(x){if(this._items[x]==null){let e=this.stream.pos;this.stream.pos=this.base+this.type.size(null,this.parent)*x,this._items[x]=this.type.decode(this.stream,this.parent),this.stream.pos=e}return this._items[x]}inspect(){return`[UnboundedArray ${this.type.constructor.name}]`}constructor(x,e,a){this.type=x,this.stream=e,this.parent=a,this.base=this.stream.pos,this._items=[]}},Qx=class extends V{decode(x,e){return new h2(this.type,x,e)}constructor(x){super(x,0)}},ne=function(t=l){class x{decode(s,o){return o=o.parent.parent,this.type.decode(s,o)}size(s,o){return o=o.parent.parent,this.type.size(s,o)}encode(s,o,f){return f=f.parent.parent,this.type.encode(s,o,f)}constructor(s){this.type=s}}t=new x(t);let e=new q({unitSize:l,nUnits:l,searchRange:l,entrySelector:l,rangeShift:l}),a=new q({lastGlyph:l,firstGlyph:l,value:t}),r=new q({lastGlyph:l,firstGlyph:l,values:new W(l,new V(t,i=>i.lastGlyph-i.firstGlyph+1),{type:"parent"})}),n=new q({glyph:l,value:t});return new z0(l,{0:{values:new Qx(t)},2:{binarySearchHeader:e,segments:new V(a,i=>i.binarySearchHeader.nUnits)},4:{binarySearchHeader:e,segments:new V(r,i=>i.binarySearchHeader.nUnits)},6:{binarySearchHeader:e,segments:new V(n,i=>i.binarySearchHeader.nUnits)},8:{firstGlyph:l,count:l,values:new V(t,"count")}})};function N7(t={},x=l){let e=Object.assign({newState:l,flags:l},t),a=new q(e),r=new Qx(new V(l,i=>i.nClasses));return new q({nClasses:j,classTable:new W(j,new ne(x)),stateArray:new W(j,r),entryTable:new W(j,new Qx(a))})}function Xl(t={},x=l){let e=new q({version(){return 8},firstGlyph:l,values:new V(b0,l)}),a=Object.assign({newStateOffset:l,newState:s=>(s.newStateOffset-(s.parent.stateArray.base-s.parent._startOffset))/s.parent.nClasses,flags:l},t),r=new q(a),n=new Qx(new V(b0,s=>s.nClasses));return new q({nClasses:l,classTable:new W(l,e),stateArray:new W(l,n),entryTable:new W(l,new Qx(r))})}var ql=new z0("format",{0:{deltas:new V(s0,32)},1:{deltas:new V(s0,32),mappingData:new ne(l)},2:{standardGlyph:l,controlPoints:new V(l,32)},3:{standardGlyph:l,controlPoints:new V(l,32),mappingData:new ne(l)}}),Kl=new q({version:hx,format:l,defaultBaseline:l,subtable:ql}),Zl=new q({setting:l,nameIndex:s0,name:t=>t.parent.parent.parent.name.records.fontFeatures[t.nameIndex]}),Yl=new q({feature:l,nSettings:l,settingTable:new W(j,new V(Zl,"nSettings"),{type:"parent"}),featureFlags:new Bx(b0,[null,null,null,null,null,null,"hasDefault","exclusive"]),defaultSetting:b0,nameIndex:s0,name:t=>t.parent.parent.name.records.fontFeatures[t.nameIndex]}),Jl=new q({version:hx,featureNameCount:l,reserved1:new nx(l),reserved2:new nx(j),featureNames:new V(Yl,"featureNameCount")}),Ql=new q({axisTag:new Z0(4),minValue:hx,defaultValue:hx,maxValue:hx,flags:l,nameID:l,name:t=>t.parent.parent.name.records.fontFeatures[t.nameID]}),x9=new q({nameID:l,name:t=>t.parent.parent.name.records.fontFeatures[t.nameID],flags:l,coord:new V(hx,t=>t.parent.axisCount),postscriptNameID:new K6(l,t=>t.parent.instanceSize-t._currentOffset>0)}),e9=new q({version:hx,offsetToData:l,countSizePairs:l,axisCount:l,axisSize:l,instanceCount:l,instanceSize:l,axis:new V(Ql,"axisCount"),instance:new V(x9,"instanceCount")}),t9=new g6(16,"BE",14),u2=class{static decode(x,e){return e.flags?x.readUInt32BE():x.readUInt16BE()*2}},a9=new q({version:l,reserved:new nx(l),axisCount:l,globalCoordCount:l,globalCoords:new W(j,new V(new V(t9,"axisCount"),"globalCoordCount")),glyphCount:l,flags:l,offsetToData:j,offsets:new V(new W(u2,"void",{relativeTo:t=>t.offsetToData,allowNull:!1}),t=>t.glyphCount+1)}),r9=a9,n9=new q({length:l,coverage:l,subFeatureFlags:j,stateTable:new Xl}),i9=new q({justClass:j,beforeGrowLimit:hx,beforeShrinkLimit:hx,afterGrowLimit:hx,afterShrinkLimit:hx,growFlags:l,shrinkFlags:l}),s9=new V(i9,j),o9=new z0("actionType",{0:{lowerLimit:hx,upperLimit:hx,order:l,glyphs:new V(l,l)},1:{addGlyph:l},2:{substThreshold:hx,addGlyph:l,substGlyph:l},3:{},4:{variationAxis:j,minimumLimit:hx,noStretchValue:hx,maximumLimit:hx},5:{flags:l,glyph:l}}),f9=new q({actionClass:l,actionType:l,actionLength:j,actionData:o9,padding:new nx(b0,t=>t.actionLength-t._currentOffset)}),c9=new V(f9,j),d9=new q({lookupTable:new ne(new W(l,c9))}),co=new q({classTable:new W(l,n9,{type:"parent"}),wdcOffset:l,postCompensationTable:new W(l,d9,{type:"parent"}),widthDeltaClusters:new ne(new W(l,s9,{type:"parent",relativeTo:t=>t.wdcOffset}))}),l9=new q({version:j,format:l,horizontal:new W(l,co),vertical:new W(l,co)}),h9={action:l},u9={markIndex:l,currentIndex:l},b9={currentInsertIndex:l,markedInsertIndex:l},p9=new q({items:new Qx(new W(j,new ne))}),g9=new z0("type",{0:{stateTable:new N7},1:{stateTable:new N7(u9),substitutionTable:new W(j,p9)},2:{stateTable:new N7(h9),ligatureActions:new W(j,new Qx(j)),components:new W(j,new Qx(l)),ligatureList:new W(j,new Qx(l))},4:{lookupTable:new ne},5:{stateTable:new N7(b9),insertionActions:new W(j,new Qx(l))}}),m9=new q({length:j,coverage:T6,type:b0,subFeatureFlags:j,table:g9,padding:new nx(b0,t=>t.length-t._currentOffset)}),y9=new q({featureType:l,featureSetting:l,enableFlags:j,disableFlags:j}),w9=new q({defaultFlags:j,chainLength:j,nFeatureEntries:j,nSubtables:j,features:new V(y9,"nFeatureEntries"),subtables:new V(m9,"nSubtables")}),v9=new q({version:l,unused:new nx(l),nChains:j,chains:new V(w9,"nChains")}),C9=new q({left:s0,top:s0,right:s0,bottom:s0}),S9=new q({version:hx,format:l,lookupTable:new ne(C9)}),D0={},ea=D0;D0.cmap=Pc;D0.head=Tc;D0.hhea=Lc;D0.hmtx=Mc;D0.maxp=Ic;D0.name=Nc;D0["OS/2"]=Gc;D0.post=zc;D0.fpgm=Uc;D0.loca=Vc;D0.prep=Wc;D0["cvt "]=Hc;D0.glyf=jc;D0["CFF "]=a4;D0.CFF2=a4;D0.VORG=$d;D0.EBLC=Od;D0.CBLC=D0.EBLC;D0.sbix=Dd;D0.COLR=Gd;D0.CPAL=Hd;D0.BASE=Zd;D0.GDEF=tl;D0.GPOS=hl;D0.GSUB=gl;D0.JSTF=Cl;D0.HVAR=_l;D0.DSIG=Pl;D0.gasp=Ll;D0.hdmx=Ml;D0.kern=El;D0.LTSH=Ol;D0.PCLT=Bl;D0.VDMX=Gl;D0.vhea=zl;D0.vmtx=Ul;D0.avar=jl;D0.bsln=Kl;D0.feat=Jl;D0.fvar=e9;D0.gvar=r9;D0.just=l9;D0.morx=v9;D0.opbd=S9;var _9=new q({tag:new Z0(4),checkSum:j,offset:new W(j,"void",{type:"global"}),length:j}),K2=new q({tag:new Z0(4),numTables:l,searchRange:l,entrySelector:l,rangeShift:l,tables:new V(_9,"numTables")});K2.process=function(){let t={};for(let x of this.tables)t[x.tag]=x;this.tables=t};K2.preEncode=function(){if(!Array.isArray(this.tables)){let e=[];for(let a in this.tables){let r=this.tables[a];r&&e.push({tag:a,checkSum:0,offset:new Ge(ea[a],r),length:ea[a].size(r)})}this.tables=e}this.tag="true",this.numTables=this.tables.length;let t=Math.floor(Math.log(this.numTables)/Math.LN2),x=Math.pow(2,t);this.searchRange=x*16,this.entrySelector=Math.log(x)/Math.LN2,this.rangeShift=this.numTables*16-this.searchRange};var s4=K2;function j7(t,x){let e=0,a=t.length-1;for(;e<=a;){let r=e+a>>1,n=x(t[r]);if(n<0)a=r-1;else if(n>0)e=r+1;else return r}return-1}function Ke(t,x){let e=[];for(;t<x;)e.push(t++);return e}var pa=new TextDecoder("ascii"),lo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",It=new Uint8Array(256);for(let t=0;t<lo.length;t++)It[lo.charCodeAt(t)]=t;function Z2(t){let x=t.length*.75;t[t.length-1]==="="&&(x--,t[t.length-2]==="="&&x--);let e=new Uint8Array(x),a=0;for(let r=0,n=t.length;r<n;r+=4){let i=It[t.charCodeAt(r)],s=It[t.charCodeAt(r+1)],o=It[t.charCodeAt(r+2)],f=It[t.charCodeAt(r+3)];e[a++]=i<<2|s>>4,e[a++]=(s&15)<<4|o>>2,e[a++]=(o&3)<<6|f&63}return e}var zt=class{findSubtable(x,e){for(let[a,r]of e)for(let n of x.tables)if(n.platformID===a&&n.encodingID===r)return n.table;return null}lookup(x,e){if(this.encoding)x=this.encoding.get(x)||x;else if(e){let r=this.getVariationSelector(x,e);if(r)return r}let a=this.cmap;switch(a.version){case 0:return a.codeMap.get(x)||0;case 4:{let r=0,n=a.segCount-1;for(;r<=n;){let i=r+n>>1;if(x<a.startCode.get(i))n=i-1;else if(x>a.endCode.get(i))r=i+1;else{let s=a.idRangeOffset.get(i),o;if(s===0)o=x+a.idDelta.get(i);else{let f=s/2+(x-a.startCode.get(i))-(a.segCount-i);o=a.glyphIndexArray.get(f)||0,o!==0&&(o+=a.idDelta.get(i))}return o&65535}}return 0}case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return a.glyphIndices.get(x-a.firstCode)||0;case 12:case 13:{let r=0,n=a.nGroups-1;for(;r<=n;){let i=r+n>>1,s=a.groups.get(i);if(x<s.startCharCode)n=i-1;else if(x>s.endCharCode)r=i+1;else return a.version===12?s.glyphID+(x-s.startCharCode):s.glyphID}return 0}case 14:throw new Error("TODO: cmap format 14");default:throw new Error(`Unknown cmap format ${a.version}`)}}getVariationSelector(x,e){if(!this.uvs)return 0;let a=this.uvs.varSelectors.toArray(),r=j7(a,i=>e-i.varSelector),n=a[r];return r!==-1&&n.defaultUVS&&(r=j7(n.defaultUVS,i=>x<i.startUnicodeValue?-1:x>i.startUnicodeValue+i.additionalCount?1:0)),r!==-1&&n.nonDefaultUVS&&(r=j7(n.nonDefaultUVS,i=>x-i.unicodeValue),r!==-1)?n.nonDefaultUVS[r].glyphID:0}getCharacterSet(){let x=this.cmap;switch(x.version){case 0:return Ke(0,x.codeMap.length);case 4:{let e=[],a=x.endCode.toArray();for(let r=0;r<a.length;r++){let n=a[r]+1,i=x.startCode.get(r);e.push(...Ke(i,n))}return e}case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return Ke(x.firstCode,x.firstCode+x.glyphIndices.length);case 12:case 13:{let e=[];for(let a of x.groups.toArray())e.push(...Ke(a.startCharCode,a.endCharCode+1));return e}case 14:throw new Error("TODO: cmap format 14");default:throw new Error(`Unknown cmap format ${x.version}`)}}codePointsForGlyph(x){let e=this.cmap;switch(e.version){case 0:{let r=[];for(let n=0;n<256;n++)e.codeMap.get(n)===x&&r.push(n);return r}case 4:{let r=[];for(let n=0;n<e.segCount;n++){let i=e.endCode.get(n),s=e.startCode.get(n),o=e.idRangeOffset.get(n),f=e.idDelta.get(n);for(var a=s;a<=i;a++){let c=0;if(o===0)c=a+f;else{let d=o/2+(a-s)-(e.segCount-n);c=e.glyphIndexArray.get(d)||0,c!==0&&(c+=f)}c===x&&r.push(a)}}return r}case 12:{let r=[];for(let n of e.groups.toArray())x>=n.glyphID&&x<=n.glyphID+(n.endCharCode-n.startCharCode)&&r.push(n.startCharCode+(x-n.glyphID));return r}case 13:{let r=[];for(let n of e.groups.toArray())x===n.glyphID&&r.push(...Ke(n.startCharCode,n.endCharCode+1));return r}default:throw new Error(`Unknown cmap format ${e.version}`)}}constructor(x){if(this.encoding=null,this.cmap=this.findSubtable(x,[[3,10],[0,6],[0,4],[3,1],[0,3],[0,2],[0,1],[0,0]]),!this.cmap)for(let e of x.tables){let a=Ho(e.platformID,e.encodingID,e.table.language-1),r=Oc(a);r&&(this.cmap=e.table,this.encoding=r)}if(!this.cmap)throw new Error("Could not find a supported cmap table");this.uvs=this.findSubtable(x,[[0,5]]),this.uvs&&this.uvs.version!==14&&(this.uvs=null)}};kx([Tx],zt.prototype,"getCharacterSet",null);kx([Tx],zt.prototype,"codePointsForGlyph",null);var b2=class{process(x,e){for(let a=0;a<x.length-1;a++){let r=x[a].id,n=x[a+1].id;e[a].xAdvance+=this.getKerning(r,n)}}getKerning(x,e){let a=0;for(let r of this.kern.tables){if(r.coverage.crossStream)continue;switch(r.version){case 0:if(!r.coverage.horizontal)continue;break;case 1:if(r.coverage.vertical||r.coverage.variation)continue;break;default:throw new Error(`Unsupported kerning table version ${r.version}`)}let n=0,i=r.subtable;switch(r.format){case 0:let s=j7(i.pairs,function(d){return x-d.left||e-d.right});s>=0&&(n=i.pairs[s].value);break;case 2:let o=0,f=0;x>=i.leftTable.firstGlyph&&x<i.leftTable.firstGlyph+i.leftTable.nGlyphs?o=i.leftTable.offsets[x-i.leftTable.firstGlyph]:o=i.array.off,e>=i.rightTable.firstGlyph&&e<i.rightTable.firstGlyph+i.rightTable.nGlyphs&&(f=i.rightTable.offsets[e-i.rightTable.firstGlyph]);let c=(o+f-i.array.off)/2;n=i.array.values.get(c);break;case 3:if(x>=i.glyphCount||e>=i.glyphCount)return 0;n=i.kernValue[i.kernIndex[i.leftClass[x]*i.rightClassCount+i.rightClass[e]]];break;default:throw new Error(`Unsupported kerning sub-table format ${r.format}`)}r.coverage.override?a=n:a+=n}return a}constructor(x){this.kern=x.kern}},p2=class{positionGlyphs(x,e){let a=0,r=0;for(let n=0;n<x.length;n++)x[n].isMark?r=n:(a!==r&&this.positionCluster(x,e,a,r),a=r=n);return a!==r&&this.positionCluster(x,e,a,r),e}positionCluster(x,e,a,r){let n=x[a],i=n.cbox.copy();n.codePoints.length>1&&(i.minX+=(n.codePoints.length-1)*i.width/n.codePoints.length);let s=-e[a].xAdvance,o=0,f=this.font.unitsPerEm/16;for(let c=a+1;c<=r;c++){let d=x[c],h=d.cbox,b=e[c],u=this.getCombiningClass(d.codePoints[0]);if(u!=="Not_Reordered"){switch(b.xOffset=b.yOffset=0,u){case"Double_Above":case"Double_Below":b.xOffset+=i.minX-h.width/2-h.minX;break;case"Attached_Below_Left":case"Below_Left":case"Above_Left":b.xOffset+=i.minX-h.minX;break;case"Attached_Above_Right":case"Below_Right":case"Above_Right":b.xOffset+=i.maxX-h.width-h.minX;break;default:b.xOffset+=i.minX+(i.width-h.width)/2-h.minX}switch(u){case"Double_Below":case"Below_Left":case"Below":case"Below_Right":case"Attached_Below_Left":case"Attached_Below":(u==="Attached_Below_Left"||u==="Attached_Below")&&(i.minY+=f),b.yOffset=-i.minY-h.maxY,i.minY+=h.height;break;case"Double_Above":case"Above_Left":case"Above":case"Above_Right":case"Attached_Above":case"Attached_Above_Right":(u==="Attached_Above"||u==="Attached_Above_Right")&&(i.maxY+=f),b.yOffset=i.maxY-h.minY,i.maxY+=h.height;break}b.xAdvance=b.yAdvance=0,b.xOffset+=s,b.yOffset+=o}else s-=b.xAdvance,o-=b.yAdvance}}getCombiningClass(x){let e=gs(x);if((x&-256)===3584){if(e==="Not_Reordered")switch(x){case 3633:case 3636:case 3637:case 3638:case 3639:case 3655:case 3660:case 3645:case 3662:return"Above_Right";case 3761:case 3764:case 3765:case 3766:case 3767:case 3771:case 3788:case 3789:return"Above";case 3772:return"Below"}else if(x===3642)return"Below_Right"}switch(e){case"CCC10":case"CCC11":case"CCC12":case"CCC13":case"CCC14":case"CCC15":case"CCC16":case"CCC17":case"CCC18":case"CCC20":case"CCC22":return"Below";case"CCC23":return"Attached_Above";case"CCC24":return"Above_Right";case"CCC25":case"CCC19":return"Above_Left";case"CCC26":return"Above";case"CCC21":break;case"CCC27":case"CCC28":case"CCC30":case"CCC31":case"CCC33":case"CCC34":case"CCC35":case"CCC36":return"Above";case"CCC29":case"CCC32":return"Below";case"CCC103":return"Below_Right";case"CCC107":return"Above_Right";case"CCC118":return"Below";case"CCC122":return"Above";case"CCC129":case"CCC132":return"Below";case"CCC130":return"Above"}return e}constructor(x){this.font=x}},ie=class t{get width(){return this.maxX-this.minX}get height(){return this.maxY-this.minY}addPoint(x,e){Math.abs(x)!==1/0&&(x<this.minX&&(this.minX=x),x>this.maxX&&(this.maxX=x)),Math.abs(e)!==1/0&&(e<this.minY&&(this.minY=e),e>this.maxY&&(this.maxY=e))}copy(){return new t(this.minX,this.minY,this.maxX,this.maxY)}constructor(x=1/0,e=1/0,a=-1/0,r=-1/0){this.minX=x,this.minY=e,this.maxX=a,this.maxY=r}},Qe={Caucasian_Albanian:"aghb",Arabic:"arab",Imperial_Aramaic:"armi",Armenian:"armn",Avestan:"avst",Balinese:"bali",Bamum:"bamu",Bassa_Vah:"bass",Batak:"batk",Bengali:["bng2","beng"],Bopomofo:"bopo",Brahmi:"brah",Braille:"brai",Buginese:"bugi",Buhid:"buhd",Chakma:"cakm",Canadian_Aboriginal:"cans",Carian:"cari",Cham:"cham",Cherokee:"cher",Coptic:"copt",Cypriot:"cprt",Cyrillic:"cyrl",Devanagari:["dev2","deva"],Deseret:"dsrt",Duployan:"dupl",Egyptian_Hieroglyphs:"egyp",Elbasan:"elba",Ethiopic:"ethi",Georgian:"geor",Glagolitic:"glag",Gothic:"goth",Grantha:"gran",Greek:"grek",Gujarati:["gjr2","gujr"],Gurmukhi:["gur2","guru"],Hangul:"hang",Han:"hani",Hanunoo:"hano",Hebrew:"hebr",Hiragana:"hira",Pahawh_Hmong:"hmng",Katakana_Or_Hiragana:"hrkt",Old_Italic:"ital",Javanese:"java",Kayah_Li:"kali",Katakana:"kana",Kharoshthi:"khar",Khmer:"khmr",Khojki:"khoj",Kannada:["knd2","knda"],Kaithi:"kthi",Tai_Tham:"lana",Lao:"lao ",Latin:"latn",Lepcha:"lepc",Limbu:"limb",Linear_A:"lina",Linear_B:"linb",Lisu:"lisu",Lycian:"lyci",Lydian:"lydi",Mahajani:"mahj",Mandaic:"mand",Manichaean:"mani",Mende_Kikakui:"mend",Meroitic_Cursive:"merc",Meroitic_Hieroglyphs:"mero",Malayalam:["mlm2","mlym"],Modi:"modi",Mongolian:"mong",Mro:"mroo",Meetei_Mayek:"mtei",Myanmar:["mym2","mymr"],Old_North_Arabian:"narb",Nabataean:"nbat",Nko:"nko ",Ogham:"ogam",Ol_Chiki:"olck",Old_Turkic:"orkh",Oriya:["ory2","orya"],Osmanya:"osma",Palmyrene:"palm",Pau_Cin_Hau:"pauc",Old_Permic:"perm",Phags_Pa:"phag",Inscriptional_Pahlavi:"phli",Psalter_Pahlavi:"phlp",Phoenician:"phnx",Miao:"plrd",Inscriptional_Parthian:"prti",Rejang:"rjng",Runic:"runr",Samaritan:"samr",Old_South_Arabian:"sarb",Saurashtra:"saur",Shavian:"shaw",Sharada:"shrd",Siddham:"sidd",Khudawadi:"sind",Sinhala:"sinh",Sora_Sompeng:"sora",Sundanese:"sund",Syloti_Nagri:"sylo",Syriac:"syrc",Tagbanwa:"tagb",Takri:"takr",Tai_Le:"tale",New_Tai_Lue:"talu",Tamil:["tml2","taml"],Tai_Viet:"tavt",Telugu:["tel2","telu"],Tifinagh:"tfng",Tagalog:"tglg",Thaana:"thaa",Thai:"thai",Tibetan:"tibt",Tirhuta:"tirh",Ugaritic:"ugar",Vai:"vai ",Warang_Citi:"wara",Old_Persian:"xpeo",Cuneiform:"xsux",Yi:"yi ",Inherited:"zinh",Common:"zyyy",Unknown:"zzzz"},g2={};for(let t in Qe){let x=Qe[t];if(Array.isArray(x))for(let e of x)g2[e]=t;else g2[x]=t}function k9(t){return g2[t]}function A9(t){let x=t.length,e=0;for(;e<x;){let a=t.charCodeAt(e++);if(55296<=a&&a<=56319&&e<x){let n=t.charCodeAt(e);56320<=n&&n<=57343&&(e++,a=((a&1023)<<10)+(n&1023)+65536)}let r=Fr(a);if(r!=="Common"&&r!=="Inherited"&&r!=="Unknown")return Qe[r]}return Qe.Unknown}function P9(t){for(let x=0;x<t.length;x++){let e=t[x],a=Fr(e);if(a!=="Common"&&a!=="Inherited"&&a!=="Unknown")return Qe[a]}return Qe.Unknown}var T9={arab:!0,hebr:!0,syrc:!0,thaa:!0,cprt:!0,khar:!0,phnx:!0,"nko ":!0,lydi:!0,avst:!0,armi:!0,phli:!0,prti:!0,sarb:!0,orkh:!0,samr:!0,mand:!0,merc:!0,mero:!0,mani:!0,mend:!0,nbat:!0,narb:!0,palm:!0,phlp:!0};function o4(t){return T9[t]?"rtl":"ltr"}var m2=class{get advanceWidth(){let x=0;for(let e of this.positions)x+=e.xAdvance;return x}get advanceHeight(){let x=0;for(let e of this.positions)x+=e.yAdvance;return x}get bbox(){let x=new ie,e=0,a=0;for(let r=0;r<this.glyphs.length;r++){let n=this.glyphs[r],i=this.positions[r],s=n.bbox;x.addPoint(s.minX+e+i.xOffset,s.minY+a+i.yOffset),x.addPoint(s.maxX+e+i.xOffset,s.maxY+a+i.yOffset),e+=i.xAdvance,a+=i.yAdvance}return x}constructor(x,e,a,r,n){if(this.glyphs=x,this.positions=null,this.script=a,this.language=r||null,this.direction=n||o4(a),this.features={},Array.isArray(e))for(let i of e)this.features[i]=!0;else typeof e=="object"&&(this.features=e)}},y2=class{constructor(x=0,e=0,a=0,r=0){this.xAdvance=x,this.yAdvance=e,this.xOffset=a,this.yOffset=r}},Ae={allTypographicFeatures:{code:0,exclusive:!1,allTypeFeatures:0},ligatures:{code:1,exclusive:!1,requiredLigatures:0,commonLigatures:2,rareLigatures:4,rebusPictures:8,diphthongLigatures:10,squaredLigatures:12,abbrevSquaredLigatures:14,symbolLigatures:16,contextualLigatures:18,historicalLigatures:20},cursiveConnection:{code:2,exclusive:!0,unconnected:0,partiallyConnected:1,cursive:2},letterCase:{code:3,exclusive:!0},verticalSubstitution:{code:4,exclusive:!1,substituteVerticalForms:0},linguisticRearrangement:{code:5,exclusive:!1,linguisticRearrangement:0},numberSpacing:{code:6,exclusive:!0,monospacedNumbers:0,proportionalNumbers:1,thirdWidthNumbers:2,quarterWidthNumbers:3},smartSwash:{code:8,exclusive:!1,wordInitialSwashes:0,wordFinalSwashes:2,nonFinalSwashes:8},diacritics:{code:9,exclusive:!0,showDiacritics:0,hideDiacritics:1,decomposeDiacritics:2},verticalPosition:{code:10,exclusive:!0,normalPosition:0,superiors:1,inferiors:2,ordinals:3,scientificInferiors:4},fractions:{code:11,exclusive:!0,noFractions:0,verticalFractions:1,diagonalFractions:2},overlappingCharacters:{code:13,exclusive:!1,preventOverlap:0},typographicExtras:{code:14,exclusive:!1,slashedZero:4},mathematicalExtras:{code:15,exclusive:!1,mathematicalGreek:10},ornamentSets:{code:16,exclusive:!0,noOrnaments:0,dingbats:1,piCharacters:2,fleurons:3,decorativeBorders:4,internationalSymbols:5,mathSymbols:6},characterAlternatives:{code:17,exclusive:!0,noAlternates:0},designComplexity:{code:18,exclusive:!0,designLevel1:0,designLevel2:1,designLevel3:2,designLevel4:3,designLevel5:4},styleOptions:{code:19,exclusive:!0,noStyleOptions:0,displayText:1,engravedText:2,illuminatedCaps:3,titlingCaps:4,tallCaps:5},characterShape:{code:20,exclusive:!0,traditionalCharacters:0,simplifiedCharacters:1,JIS1978Characters:2,JIS1983Characters:3,JIS1990Characters:4,traditionalAltOne:5,traditionalAltTwo:6,traditionalAltThree:7,traditionalAltFour:8,traditionalAltFive:9,expertCharacters:10,JIS2004Characters:11,hojoCharacters:12,NLCCharacters:13,traditionalNamesCharacters:14},numberCase:{code:21,exclusive:!0,lowerCaseNumbers:0,upperCaseNumbers:1},textSpacing:{code:22,exclusive:!0,proportionalText:0,monospacedText:1,halfWidthText:2,thirdWidthText:3,quarterWidthText:4,altProportionalText:5,altHalfWidthText:6},transliteration:{code:23,exclusive:!0,noTransliteration:0},annotation:{code:24,exclusive:!0,noAnnotation:0,boxAnnotation:1,roundedBoxAnnotation:2,circleAnnotation:3,invertedCircleAnnotation:4,parenthesisAnnotation:5,periodAnnotation:6,romanNumeralAnnotation:7,diamondAnnotation:8,invertedBoxAnnotation:9,invertedRoundedBoxAnnotation:10},kanaSpacing:{code:25,exclusive:!0,fullWidthKana:0,proportionalKana:1},ideographicSpacing:{code:26,exclusive:!0,fullWidthIdeographs:0,proportionalIdeographs:1,halfWidthIdeographs:2},unicodeDecomposition:{code:27,exclusive:!1,canonicalComposition:0,compatibilityComposition:2,transcodingComposition:4},rubyKana:{code:28,exclusive:!1,rubyKana:2},CJKSymbolAlternatives:{code:29,exclusive:!0,noCJKSymbolAlternatives:0,CJKSymbolAltOne:1,CJKSymbolAltTwo:2,CJKSymbolAltThree:3,CJKSymbolAltFour:4,CJKSymbolAltFive:5},ideographicAlternatives:{code:30,exclusive:!0,noIdeographicAlternatives:0,ideographicAltOne:1,ideographicAltTwo:2,ideographicAltThree:3,ideographicAltFour:4,ideographicAltFive:5},CJKVerticalRomanPlacement:{code:31,exclusive:!0,CJKVerticalRomanCentered:0,CJKVerticalRomanHBaseline:1},italicCJKRoman:{code:32,exclusive:!1,CJKItalicRoman:2},caseSensitiveLayout:{code:33,exclusive:!1,caseSensitiveLayout:0,caseSensitiveSpacing:2},alternateKana:{code:34,exclusive:!1,alternateHorizKana:0,alternateVertKana:2},stylisticAlternatives:{code:35,exclusive:!1,noStylisticAlternates:0,stylisticAltOne:2,stylisticAltTwo:4,stylisticAltThree:6,stylisticAltFour:8,stylisticAltFive:10,stylisticAltSix:12,stylisticAltSeven:14,stylisticAltEight:16,stylisticAltNine:18,stylisticAltTen:20,stylisticAltEleven:22,stylisticAltTwelve:24,stylisticAltThirteen:26,stylisticAltFourteen:28,stylisticAltFifteen:30,stylisticAltSixteen:32,stylisticAltSeventeen:34,stylisticAltEighteen:36,stylisticAltNineteen:38,stylisticAltTwenty:40},contextualAlternates:{code:36,exclusive:!1,contextualAlternates:0,swashAlternates:2,contextualSwashAlternates:4},lowerCase:{code:37,exclusive:!0,defaultLowerCase:0,lowerCaseSmallCaps:1,lowerCasePetiteCaps:2},upperCase:{code:38,exclusive:!0,defaultUpperCase:0,upperCaseSmallCaps:1,upperCasePetiteCaps:2},languageTag:{code:39,exclusive:!0},CJKRomanSpacing:{code:103,exclusive:!0,halfWidthCJKRoman:0,proportionalCJKRoman:1,defaultCJKRoman:2,fullWidthCJKRoman:3}},p0=(t,x)=>[Ae[t].code,Ae[t][x]],ta={rlig:p0("ligatures","requiredLigatures"),clig:p0("ligatures","contextualLigatures"),dlig:p0("ligatures","rareLigatures"),hlig:p0("ligatures","historicalLigatures"),liga:p0("ligatures","commonLigatures"),hist:p0("ligatures","historicalLigatures"),smcp:p0("lowerCase","lowerCaseSmallCaps"),pcap:p0("lowerCase","lowerCasePetiteCaps"),frac:p0("fractions","diagonalFractions"),dnom:p0("fractions","diagonalFractions"),numr:p0("fractions","diagonalFractions"),afrc:p0("fractions","verticalFractions"),case:p0("caseSensitiveLayout","caseSensitiveLayout"),ccmp:p0("unicodeDecomposition","canonicalComposition"),cpct:p0("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),valt:p0("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),swsh:p0("contextualAlternates","swashAlternates"),cswh:p0("contextualAlternates","contextualSwashAlternates"),curs:p0("cursiveConnection","cursive"),c2pc:p0("upperCase","upperCasePetiteCaps"),c2sc:p0("upperCase","upperCaseSmallCaps"),init:p0("smartSwash","wordInitialSwashes"),fin2:p0("smartSwash","wordFinalSwashes"),medi:p0("smartSwash","nonFinalSwashes"),med2:p0("smartSwash","nonFinalSwashes"),fin3:p0("smartSwash","wordFinalSwashes"),fina:p0("smartSwash","wordFinalSwashes"),pkna:p0("kanaSpacing","proportionalKana"),half:p0("textSpacing","halfWidthText"),halt:p0("textSpacing","altHalfWidthText"),hkna:p0("alternateKana","alternateHorizKana"),vkna:p0("alternateKana","alternateVertKana"),ital:p0("italicCJKRoman","CJKItalicRoman"),lnum:p0("numberCase","upperCaseNumbers"),onum:p0("numberCase","lowerCaseNumbers"),mgrk:p0("mathematicalExtras","mathematicalGreek"),calt:p0("contextualAlternates","contextualAlternates"),vrt2:p0("verticalSubstitution","substituteVerticalForms"),vert:p0("verticalSubstitution","substituteVerticalForms"),tnum:p0("numberSpacing","monospacedNumbers"),pnum:p0("numberSpacing","proportionalNumbers"),sups:p0("verticalPosition","superiors"),subs:p0("verticalPosition","inferiors"),ordn:p0("verticalPosition","ordinals"),pwid:p0("textSpacing","proportionalText"),hwid:p0("textSpacing","halfWidthText"),qwid:p0("textSpacing","quarterWidthText"),twid:p0("textSpacing","thirdWidthText"),fwid:p0("textSpacing","proportionalText"),palt:p0("textSpacing","altProportionalText"),trad:p0("characterShape","traditionalCharacters"),smpl:p0("characterShape","simplifiedCharacters"),jp78:p0("characterShape","JIS1978Characters"),jp83:p0("characterShape","JIS1983Characters"),jp90:p0("characterShape","JIS1990Characters"),jp04:p0("characterShape","JIS2004Characters"),expt:p0("characterShape","expertCharacters"),hojo:p0("characterShape","hojoCharacters"),nlck:p0("characterShape","NLCCharacters"),tnam:p0("characterShape","traditionalNamesCharacters"),ruby:p0("rubyKana","rubyKana"),titl:p0("styleOptions","titlingCaps"),zero:p0("typographicExtras","slashedZero"),ss01:p0("stylisticAlternatives","stylisticAltOne"),ss02:p0("stylisticAlternatives","stylisticAltTwo"),ss03:p0("stylisticAlternatives","stylisticAltThree"),ss04:p0("stylisticAlternatives","stylisticAltFour"),ss05:p0("stylisticAlternatives","stylisticAltFive"),ss06:p0("stylisticAlternatives","stylisticAltSix"),ss07:p0("stylisticAlternatives","stylisticAltSeven"),ss08:p0("stylisticAlternatives","stylisticAltEight"),ss09:p0("stylisticAlternatives","stylisticAltNine"),ss10:p0("stylisticAlternatives","stylisticAltTen"),ss11:p0("stylisticAlternatives","stylisticAltEleven"),ss12:p0("stylisticAlternatives","stylisticAltTwelve"),ss13:p0("stylisticAlternatives","stylisticAltThirteen"),ss14:p0("stylisticAlternatives","stylisticAltFourteen"),ss15:p0("stylisticAlternatives","stylisticAltFifteen"),ss16:p0("stylisticAlternatives","stylisticAltSixteen"),ss17:p0("stylisticAlternatives","stylisticAltSeventeen"),ss18:p0("stylisticAlternatives","stylisticAltEighteen"),ss19:p0("stylisticAlternatives","stylisticAltNineteen"),ss20:p0("stylisticAlternatives","stylisticAltTwenty")};for(let t=1;t<=99;t++)ta[`cv${`00${t}`.slice(-2)}`]=[Ae.characterAlternatives.code,t];var Pe={};for(let t in ta){let x=ta[t];Pe[x[0]]==null&&(Pe[x[0]]={}),Pe[x[0]][x[1]]=t}function L9(t){let x={};for(let e in t){let a;(a=ta[e])&&(x[a[0]]==null&&(x[a[0]]={}),x[a[0]][a[1]]=t[e])}return x}function ho(t){let[x,e]=t;if(isNaN(x))var a=Ae[x]&&Ae[x].code;else var a=x;if(isNaN(e))var r=Ae[x]&&Ae[x][e];else var r=e;return[a,r]}function $9(t){let x={};if(Array.isArray(t))for(let e=0;e<t.length;e++){let a,r=ho(t[e]);(a=Pe[r[0]]&&Pe[r[0]][r[1]])&&(x[a]=!0)}else if(typeof t=="object")for(let e in t){let a=t[e];for(let r in a){let n,i=ho([e,r]);a[r]&&(n=Pe[i[0]]&&Pe[i[0]][i[1]])&&(x[n]=!0)}}return Object.keys(x)}var Te=class{lookup(x){switch(this.table.version){case 0:return this.table.values.getItem(x);case 2:case 4:{let r=0,n=this.table.binarySearchHeader.nUnits-1;for(;r<=n;){var e=r+n>>1,a=this.table.segments[e];if(a.firstGlyph===65535)return null;if(x<a.firstGlyph)n=e-1;else if(x>a.lastGlyph)r=e+1;else return this.table.version===2?a.value:a.values[x-a.firstGlyph]}return null}case 6:{let r=0,n=this.table.binarySearchHeader.nUnits-1;for(;r<=n;){var e=r+n>>1,a=this.table.segments[e];if(a.glyph===65535)return null;if(x<a.glyph)n=e-1;else if(x>a.glyph)r=e+1;else return a.value}return null}case 8:return this.table.values[x-this.table.firstGlyph];default:throw new Error(`Unknown lookup table format: ${this.table.version}`)}}glyphsForValue(x){let e=[];switch(this.table.version){case 2:case 4:for(let a of this.table.segments)if(this.table.version===2&&a.value===x)e.push(...Ke(a.firstGlyph,a.lastGlyph+1));else for(let r=0;r<a.values.length;r++)a.values[r]===x&&e.push(a.firstGlyph+r);break;case 6:for(let a of this.table.segments)a.value===x&&e.push(a.glyph);break;case 8:for(let a=0;a<this.table.values.length;a++)this.table.values[a]===x&&e.push(this.table.firstGlyph+a);break;default:throw new Error(`Unknown lookup table format: ${this.table.version}`)}return e}constructor(x){this.table=x}};kx([Tx],Te.prototype,"glyphsForValue",null);var M9=0;var uo=0,bo=1,po=2;var I9=16384,w2=class{process(x,e,a){let r=M9,n=e?x.length-1:0,i=e?-1:1;for(;i===1&&n<=x.length||i===-1&&n>=-1;){let s=null,o=bo,f=!0;n===x.length||n===-1?o=uo:(s=x[n],s.id===65535?o=po:(o=this.lookupTable.lookup(s.id),o==null&&(o=bo)));let d=this.stateTable.stateArray.getItem(r)[o],h=this.stateTable.entryTable.getItem(d);o!==uo&&o!==po&&(a(s,h,n),f=!(h.flags&I9)),r=h.newState,f&&(n+=i)}return x}traverse(x,e=0,a=new Set){if(a.has(e))return;a.add(e);let{nClasses:r,stateArray:n,entryTable:i}=this.stateTable,s=n.getItem(e);for(let o=4;o<r;o++){let f=s[o],c=i.getItem(f);for(let d of this.lookupTable.glyphsForValue(o))x.enter&&x.enter(d,c),c.newState!==0&&this.traverse(x,c.newState,a),x.exit&&x.exit(d,c)}}constructor(x){this.stateTable=x,this.lookupTable=new Te(x.classTable)}},F9=32768,E9=8192,O9=15,go=32768,B9=32768,D9=8192,R9=2147483648,N9=1073741824,G9=1073741823;var mo=4194304;var z9=2048,H9=1024,U9=992,V9=31,aa=class{process(x,e={}){for(let r of this.morx.chains){let n=r.defaultFlags;for(let i of r.features){let s;(s=e[i.featureType])&&(s[i.featureSetting]?(n&=i.disableFlags,n|=i.enableFlags):s[i.featureSetting]===!1&&(n|=~i.disableFlags,n&=~i.enableFlags))}for(let i of r.subtables)i.subFeatureFlags&n&&this.processSubtable(i,x)}let a=x.length-1;for(;a>=0;)x[a].id===65535&&x.splice(a,1),a--;return x}processSubtable(x,e){if(this.subtable=x,this.glyphs=e,this.subtable.type===4){this.processNoncontextualSubstitutions(this.subtable,this.glyphs);return}this.ligatureStack=[],this.markedGlyph=null,this.firstGlyph=null,this.lastGlyph=null,this.markedIndex=null;let a=this.getStateMachine(x),r=this.getProcessor(),n=!!(this.subtable.coverage&mo);return a.process(this.glyphs,n,r)}getStateMachine(x){return new w2(x.table.stateTable)}getProcessor(){switch(this.subtable.type){case 0:return this.processIndicRearragement;case 1:return this.processContextualSubstitution;case 2:return this.processLigature;case 4:return this.processNoncontextualSubstitutions;case 5:return this.processGlyphInsertion;default:throw new Error(`Invalid morx subtable type: ${this.subtable.type}`)}}processIndicRearragement(x,e,a){e.flags&F9&&(this.firstGlyph=a),e.flags&E9&&(this.lastGlyph=a),W9(this.glyphs,e.flags&O9,this.firstGlyph,this.lastGlyph)}processContextualSubstitution(x,e,a){let r=this.subtable.table.substitutionTable.items;if(e.markIndex!==65535){let i=r.getItem(e.markIndex),s=new Te(i);x=this.glyphs[this.markedGlyph];var n=s.lookup(x.id);n&&(this.glyphs[this.markedGlyph]=this.font.getGlyph(n,x.codePoints))}if(e.currentIndex!==65535){let i=r.getItem(e.currentIndex),s=new Te(i);x=this.glyphs[a];var n=s.lookup(x.id);n&&(this.glyphs[a]=this.font.getGlyph(n,x.codePoints))}e.flags&go&&(this.markedGlyph=a)}processLigature(x,e,a){if(e.flags&B9&&this.ligatureStack.push(a),e.flags&D9){let r=this.subtable.table.ligatureActions,n=this.subtable.table.components,i=this.subtable.table.ligatureList,s=e.action,o=!1,f=0,c=[],d=[];for(;!o;){let h=this.ligatureStack.pop();c.unshift(...this.glyphs[h].codePoints);let b=r.getItem(s++);o=!!(b&R9);let u=!!(b&N9),g=(b&G9)<<2>>2;g+=this.glyphs[h].id;let S=n.getItem(g);if(f+=S,o||u){let w=i.getItem(f);this.glyphs[h]=this.font.getGlyph(w,c),d.push(h),f=0,c=[]}else this.glyphs[h]=this.font.getGlyph(65535)}this.ligatureStack.push(...d)}}processNoncontextualSubstitutions(x,e,a){let r=new Te(x.table.lookupTable);for(a=0;a<e.length;a++){let n=e[a];if(n.id!==65535){let i=r.lookup(n.id);i&&(e[a]=this.font.getGlyph(i,n.codePoints))}}}_insertGlyphs(x,e,a,r){let n=[];for(;a--;){let i=this.subtable.table.insertionActions.getItem(e++);n.push(this.font.getGlyph(i))}r||x++,this.glyphs.splice(x,0,...n)}processGlyphInsertion(x,e,a){if(e.flags&go&&(this.markedIndex=a),e.markedInsertIndex!==65535){let r=(e.flags&V9)>>>5,n=!!(e.flags&H9);this._insertGlyphs(this.markedIndex,e.markedInsertIndex,r,n)}if(e.currentInsertIndex!==65535){let r=(e.flags&U9)>>>5,n=!!(e.flags&z9);this._insertGlyphs(a,e.currentInsertIndex,r,n)}}getSupportedFeatures(){let x=[];for(let e of this.morx.chains)for(let a of e.features)x.push([a.featureType,a.featureSetting]);return x}generateInputs(x){return this.inputCache||this.generateInputCache(),this.inputCache[x]||[]}generateInputCache(){this.inputCache={};for(let x of this.morx.chains){let e=x.defaultFlags;for(let a of x.subtables)a.subFeatureFlags&e&&this.generateInputsForSubtable(a)}}generateInputsForSubtable(x){if(x.type!==2)return;if(!!(x.coverage&mo))throw new Error("Reverse subtable, not supported.");this.subtable=x,this.ligatureStack=[];let a=this.getStateMachine(x),r=this.getProcessor(),n=[],i=[];this.glyphs=[],a.traverse({enter:(s,o)=>{let f=this.glyphs;i.push({glyphs:f.slice(),ligatureStack:this.ligatureStack.slice()});let c=this.font.getGlyph(s);n.push(c),f.push(n[n.length-1]),r(f[f.length-1],o,f.length-1);let d=0,h=0;for(let b=0;b<f.length&&d<=1;b++)f[b].id!==65535&&(d++,h=f[b].id);if(d===1){let b=n.map(g=>g.id),u=this.inputCache[h];u?u.push(b):this.inputCache[h]=[b]}},exit:()=>{({glyphs:this.glyphs,ligatureStack:this.ligatureStack}=i.pop()),n.pop()}})}constructor(x){this.processIndicRearragement=this.processIndicRearragement.bind(this),this.processContextualSubstitution=this.processContextualSubstitution.bind(this),this.processLigature=this.processLigature.bind(this),this.processNoncontextualSubstitutions=this.processNoncontextualSubstitutions.bind(this),this.processGlyphInsertion=this.processGlyphInsertion.bind(this),this.font=x,this.morx=x.morx,this.inputCache=null}};kx([Tx],aa.prototype,"getStateMachine",null);function Rx(t,x,e,a=!1,r=!1){let n=t.splice(e[0]-(e[1]-1),e[1]);r&&n.reverse();let i=t.splice(x[0],x[1],...n);return a&&i.reverse(),t.splice(e[0]-(x[1]-1),0,...i),t}function W9(t,x,e,a){let r=a-e+1;switch(x){case 0:return t;case 1:return Rx(t,[e,1],[a,0]);case 2:return Rx(t,[e,0],[a,1]);case 3:return Rx(t,[e,1],[a,1]);case 4:return Rx(t,[e,2],[a,0]);case 5:return Rx(t,[e,2],[a,0],!0,!1);case 6:return Rx(t,[e,0],[a,2]);case 7:return Rx(t,[e,0],[a,2],!1,!0);case 8:return Rx(t,[e,1],[a,2]);case 9:return Rx(t,[e,1],[a,2],!1,!0);case 10:return Rx(t,[e,2],[a,1]);case 11:return Rx(t,[e,2],[a,1],!0,!1);case 12:return Rx(t,[e,2],[a,2]);case 13:return Rx(t,[e,2],[a,2],!0,!1);case 14:return Rx(t,[e,2],[a,2],!1,!0);case 15:return Rx(t,[e,2],[a,2],!0,!0);default:throw new Error(`Unknown verb: ${x}`)}}var v2=class{substitute(x){x.direction==="rtl"&&x.glyphs.reverse(),this.morxProcessor.process(x.glyphs,L9(x.features))}getAvailableFeatures(x,e){return $9(this.morxProcessor.getSupportedFeatures())}stringsForGlyph(x){let e=this.morxProcessor.generateInputs(x),a=new Set;for(let r of e)this._addStrings(r,0,a,"");return a}_addStrings(x,e,a,r){let n=this.font._cmapProcessor.codePointsForGlyph(x[e]);for(let i of n){let s=r+String.fromCodePoint(i);e<x.length-1?this._addStrings(x,e+1,a,s):a.add(s)}}constructor(x){this.font=x,this.morxProcessor=new aa(x),this.fallbackPosition=!1}},C2=class{_addFeatures(x,e){let a=this.stages.length-1,r=this.stages[a];for(let n of x)this.allFeatures[n]==null&&(r.push(n),this.allFeatures[n]=a,e&&(this.globalFeatures[n]=!0))}add(x,e=!0){if(this.stages.length===0&&this.stages.push([]),typeof x=="string"&&(x=[x]),Array.isArray(x))this._addFeatures(x,e);else if(typeof x=="object")this._addFeatures(x.global||[],!0),this._addFeatures(x.local||[],!1);else throw new Error("Unsupported argument to ShapingPlan#add")}addStage(x,e){typeof x=="function"?this.stages.push(x,[]):(this.stages.push([]),this.add(x,e))}setFeatureOverrides(x){if(Array.isArray(x))this.add(x);else if(typeof x=="object"){for(let e in x)if(x[e])this.add(e);else if(this.allFeatures[e]!=null){let a=this.stages[this.allFeatures[e]];a.splice(a.indexOf(e),1),delete this.allFeatures[e],delete this.globalFeatures[e]}}}assignGlobalFeatures(x){for(let e of x)for(let a in this.globalFeatures)e.features[a]=!0}process(x,e,a){for(let r of this.stages)typeof r=="function"?a||r(this.font,e,this):r.length>0&&x.applyFeatures(r,e,a)}constructor(x,e,a){this.font=x,this.script=e,this.direction=a,this.stages=[],this.globalFeatures={},this.allFeatures={}}},j9=["rvrn"],X9=["ccmp","locl","rlig","mark","mkmk"],q9=["frac","numr","dnom"],K9=["calt","clig","liga","rclt","curs","kern"];var Z9={ltr:["ltra","ltrm"],rtl:["rtla","rtlm"]},_6=class{static plan(x,e,a){this.planPreprocessing(x),this.planFeatures(x),this.planPostprocessing(x,a),x.assignGlobalFeatures(e),this.assignFeatures(x,e)}static planPreprocessing(x){x.add({global:[...j9,...Z9[x.direction]],local:q9})}static planFeatures(x){}static planPostprocessing(x,e){x.add([...X9,...K9]),x.setFeatureOverrides(e)}static assignFeatures(x,e){for(let a=0;a<e.length;a++){let r=e[a];if(r.codePoints[0]===8260){let n=a,i=a+1;for(;n>0&&Er(e[n-1].codePoints[0]);)e[n-1].features.numr=!0,e[n-1].features.frac=!0,n--;for(;i<e.length&&Er(e[i].codePoints[0]);)e[i].features.dnom=!0,e[i].features.frac=!0,i++;r.features.frac=!0,a=i-1}}}};Dx(_6,"zeroMarkWidths","AFTER_GPOS");var Y9=new ha.default(Z2("APABAAAAAAAAOAAAAf0BAv7tmi1MxDAUx7vtvjhAgcDgkEgEAnmXEBIMCYaEcygEiqBQ4FAkCE4ikUgMiiBJSAgSiUQSDMn9L9eSl6bddddug9t7yS/trevre+3r27pcNxZiG+yCfdCVv/9LeQxOwRm4AJegD27ALbgD9+ABPJF+z+BN/h7yDj5k/VOWX6SdmU5+wLWknggxDxaS8u0qiiX4uiz9XamQ3wzDMAzDMAzDMAzDVI/h959V/v7BMAzDMAzDMLlyNTNiMSdewVxbiA44B4/guz1qW58VYlMI0WsJ0W+N6kXw0spvPtdwhtkwnGM6uLaV4Xyzg3v3PM9DPfQ/sOg4xPWjipy31P8LTqbU304c/cLCUmWJLNB2Uz2U1KTeRKNmKHVMfbJC+/0loTZRH/W5cvEvBJPMbREkWt3FD1NcqXZBSpuE2Ad0PBehPtNrPtIEdYP+hiRt/V1jIiE69X4NT/uVZI3PUHE9bm5M7ePGdZWy951v7Nn6j8v1WWKP3mt6ttnsigx6VN7Vc0VomSSGqW2mGNP1muZPl7LfjNUaKNFtDGVf2fvE9O7VlBS5j333c5p/eeoOqcs1R/hIqDWLJ7TTlksirVT1SI7l8k4Yp+g3jafGcrU1RM6l9th80XOpnlN97bDNY4i4s61B0Si/ipa0uHMl6zqEjlFfCZm/TM8KmzQDjmuTAQ==")),yo=["isol","fina","fin2","fin3","medi","med2","init"],S2={Non_Joining:0,Left_Joining:1,Right_Joining:2,Dual_Joining:3,Join_Causing:3,ALAPH:4,"DALATH RISH":5,Transparent:6},ix="isol",xe="fina",t2="fin2",J9="fin3",G7="medi",z7="med2",H7="init",q0=null,Q9=[[[q0,q0,0],[q0,ix,2],[q0,ix,1],[q0,ix,2],[q0,ix,1],[q0,ix,6]],[[q0,q0,0],[q0,ix,2],[q0,ix,1],[q0,ix,2],[q0,t2,5],[q0,ix,6]],[[q0,q0,0],[q0,ix,2],[H7,xe,1],[H7,xe,3],[H7,xe,4],[H7,xe,6]],[[q0,q0,0],[q0,ix,2],[G7,xe,1],[G7,xe,3],[G7,xe,4],[G7,xe,6]],[[q0,q0,0],[q0,ix,2],[z7,ix,1],[z7,ix,2],[z7,t2,5],[z7,ix,6]],[[q0,q0,0],[q0,ix,2],[ix,ix,1],[ix,ix,2],[ix,t2,5],[ix,ix,6]],[[q0,q0,0],[q0,ix,2],[q0,ix,1],[q0,ix,2],[q0,J9,5],[q0,ix,6]]],C6=class extends _6{static planFeatures(x){x.add(["ccmp","locl"]);for(let e=0;e<yo.length;e++){let a=yo[e];x.addStage(a,!1)}x.addStage("mset")}static assignFeatures(x,e){super.assignFeatures(x,e);let a=-1,r=0,n=[];for(let s=0;s<e.length;s++){let o,f;var i=e[s];let c=x8(i.codePoints[0]);if(c===S2.Transparent){n[s]=q0;continue}[f,o,r]=Q9[r][c],f!==q0&&a!==-1&&(n[a]=f),n[s]=o,a=s}for(let s=0;s<e.length;s++){let o;var i=e[s];(o=n[s])&&(i.features[o]=!0)}}};function x8(t){let x=Y9.get(t);if(x)return x-1;let e=Tt(t);return e==="Mn"||e==="Me"||e==="Cf"?S2.Transparent:S2.Non_Joining}var _2=class{reset(x={},e=0){this.options=x,this.flags=x.flags||{},this.markAttachmentType=x.markAttachmentType||0,this.index=e}get cur(){return this.glyphs[this.index]||null}shouldIgnore(x){return this.flags.ignoreMarks&&x.isMark||this.flags.ignoreBaseGlyphs&&x.isBase||this.flags.ignoreLigatures&&x.isLigature||this.markAttachmentType&&x.isMark&&x.markAttachmentType!==this.markAttachmentType}move(x){for(this.index+=x;0<=this.index&&this.index<this.glyphs.length&&this.shouldIgnore(this.glyphs[this.index]);)this.index+=x;return 0>this.index||this.index>=this.glyphs.length?null:this.glyphs[this.index]}next(){return this.move(1)}prev(){return this.move(-1)}peek(x=1){let e=this.index,a=this.increment(x);return this.index=e,a}peekIndex(x=1){let e=this.index;this.increment(x);let a=this.index;return this.index=e,a}increment(x=1){let e=x<0?-1:1;for(x=Math.abs(x);x--;)this.move(e);return this.glyphs[this.index]}constructor(x,e){this.glyphs=x,this.reset(e)}},e8=["DFLT","dflt","latn"],xt=class{findScript(x){if(this.table.scriptList==null)return null;Array.isArray(x)||(x=[x]);for(let e of x)for(let a of this.table.scriptList)if(a.tag===e)return a;return null}selectScript(x,e,a){let r=!1,n;if(!this.script||x!==this.scriptTag){if(n=this.findScript(x),n||(n=this.findScript(e8)),!n)return this.scriptTag;this.scriptTag=n.tag,this.script=n.script,this.language=null,this.languageTag=null,r=!0}if((!a||a!==this.direction)&&(this.direction=a||o4(x)),e&&e.length<4&&(e+=" ".repeat(4-e.length)),!e||e!==this.languageTag){this.language=null;for(let i of this.script.langSysRecords)if(i.tag===e){this.language=i.langSys,this.languageTag=i.tag;break}this.language||(this.language=this.script.defaultLangSys,this.languageTag=null),r=!0}if(r&&(this.features={},this.language))for(let i of this.language.featureIndexes){let s=this.table.featureList[i],o=this.substituteFeatureForVariations(i);this.features[s.tag]=o||s.feature}return this.scriptTag}lookupsForFeatures(x=[],e){let a=[];for(let r of x){let n=this.features[r];if(n)for(let i of n.lookupListIndexes)e&&e.indexOf(i)!==-1||a.push({feature:r,index:i,lookup:this.table.lookupList.get(i)})}return a.sort((r,n)=>r.index-n.index),a}substituteFeatureForVariations(x){if(this.variationsIndex===-1)return null;let a=this.table.featureVariations.featureVariationRecords[this.variationsIndex].featureTableSubstitution.substitutions;for(let r of a)if(r.featureIndex===x)return r.alternateFeatureTable;return null}findVariationsIndex(x){let e=this.table.featureVariations;if(!e)return-1;let a=e.featureVariationRecords;for(let r=0;r<a.length;r++){let n=a[r].conditionSet.conditionTable;if(this.variationConditionsMatch(n,x))return r}return-1}variationConditionsMatch(x,e){return x.every(a=>{let r=a.axisIndex<e.length?e[a.axisIndex]:0;return a.filterRangeMinValue<=r&&r<=a.filterRangeMaxValue})}applyFeatures(x,e,a){let r=this.lookupsForFeatures(x);this.applyLookups(r,e,a)}applyLookups(x,e,a){this.glyphs=e,this.positions=a,this.glyphIterator=new _2(e);for(let{feature:r,lookup:n}of x)for(this.currentFeature=r,this.glyphIterator.reset(n.flags);this.glyphIterator.index<e.length;){if(!(r in this.glyphIterator.cur.features)){this.glyphIterator.next();continue}for(let i of n.subTables)if(this.applyLookup(n.lookupType,i))break;this.glyphIterator.next()}}applyLookup(x,e){throw new Error("applyLookup must be implemented by subclasses")}applyLookupList(x){let e=this.glyphIterator.options,a=this.glyphIterator.index;for(let r of x){this.glyphIterator.reset(e,a),this.glyphIterator.increment(r.sequenceIndex);let n=this.table.lookupList.get(r.lookupListIndex);this.glyphIterator.reset(n.flags,this.glyphIterator.index);for(let i of n.subTables)if(this.applyLookup(n.lookupType,i))break}return this.glyphIterator.reset(e,a),!0}coverageIndex(x,e){switch(e==null&&(e=this.glyphIterator.cur.id),x.version){case 1:return x.glyphs.indexOf(e);case 2:for(let a of x.rangeRecords)if(a.start<=e&&e<=a.end)return a.startCoverageIndex+e-a.start;break}return-1}match(x,e,a,r){let n=this.glyphIterator.index,i=this.glyphIterator.increment(x),s=0;for(;s<e.length&&i&&a(e[s],i);)r&&r.push(this.glyphIterator.index),s++,i=this.glyphIterator.next();return this.glyphIterator.index=n,s<e.length?!1:r||!0}sequenceMatches(x,e){return this.match(x,e,(a,r)=>a===r.id)}sequenceMatchIndices(x,e){return this.match(x,e,(a,r)=>this.currentFeature in r.features?a===r.id:!1,[])}coverageSequenceMatches(x,e){return this.match(x,e,(a,r)=>this.coverageIndex(a,r.id)>=0)}getClassID(x,e){switch(e.version){case 1:let a=x-e.startGlyph;if(a>=0&&a<e.classValueArray.length)return e.classValueArray[a];break;case 2:for(let r of e.classRangeRecord)if(r.start<=x&&x<=r.end)return r.class;break}return 0}classSequenceMatches(x,e,a){return this.match(x,e,(r,n)=>r===this.getClassID(n.id,a))}applyContext(x){let e,a;switch(x.version){case 1:if(e=this.coverageIndex(x.coverage),e===-1)return!1;a=x.ruleSets[e];for(let r of a)if(this.sequenceMatches(1,r.input))return this.applyLookupList(r.lookupRecords);break;case 2:if(this.coverageIndex(x.coverage)===-1||(e=this.getClassID(this.glyphIterator.cur.id,x.classDef),e===-1))return!1;a=x.classSet[e];for(let r of a)if(this.classSequenceMatches(1,r.classes,x.classDef))return this.applyLookupList(r.lookupRecords);break;case 3:if(this.coverageSequenceMatches(0,x.coverages))return this.applyLookupList(x.lookupRecords);break}return!1}applyChainingContext(x){let e;switch(x.version){case 1:if(e=this.coverageIndex(x.coverage),e===-1)return!1;let a=x.chainRuleSets[e];for(let n of a)if(this.sequenceMatches(-n.backtrack.length,n.backtrack)&&this.sequenceMatches(1,n.input)&&this.sequenceMatches(1+n.input.length,n.lookahead))return this.applyLookupList(n.lookupRecords);break;case 2:if(this.coverageIndex(x.coverage)===-1)return!1;e=this.getClassID(this.glyphIterator.cur.id,x.inputClassDef);let r=x.chainClassSet[e];if(!r)return!1;for(let n of r)if(this.classSequenceMatches(-n.backtrack.length,n.backtrack,x.backtrackClassDef)&&this.classSequenceMatches(1,n.input,x.inputClassDef)&&this.classSequenceMatches(1+n.input.length,n.lookahead,x.lookaheadClassDef))return this.applyLookupList(n.lookupRecords);break;case 3:if(this.coverageSequenceMatches(-x.backtrackGlyphCount,x.backtrackCoverage)&&this.coverageSequenceMatches(0,x.inputCoverage)&&this.coverageSequenceMatches(x.inputGlyphCount,x.lookaheadCoverage))return this.applyLookupList(x.lookupRecords);break}return!1}constructor(x,e){this.font=x,this.table=e,this.script=null,this.scriptTag=null,this.language=null,this.languageTag=null,this.features={},this.lookups={},this.variationsIndex=x._variationProcessor?this.findVariationsIndex(x._variationProcessor.normalizedCoords):-1,this.selectScript(),this.glyphs=[],this.positions=[],this.ligatureID=1,this.currentFeature=null}},c6=class t{get id(){return this._id}set id(x){this._id=x,this.substituted=!0;let e=this._font.GDEF;if(e&&e.glyphClassDef){let a=xt.prototype.getClassID(x,e.glyphClassDef);this.isBase=a===1,this.isLigature=a===2,this.isMark=a===3,this.markAttachmentType=e.markAttachClassDef?xt.prototype.getClassID(x,e.markAttachClassDef):0}else this.isMark=this.codePoints.length>0&&this.codePoints.every(Or),this.isBase=!this.isMark,this.isLigature=this.codePoints.length>1,this.markAttachmentType=0}copy(){return new t(this._font,this.id,this.codePoints,this.features)}constructor(x,e,a=[],r){if(this._font=x,this.codePoints=a,this.id=e,this.features={},Array.isArray(r))for(let n=0;n<r.length;n++){let i=r[n];this.features[i]=!0}else typeof r=="object"&&Object.assign(this.features,r);this.ligatureID=null,this.ligatureComponent=null,this.isLigated=!1,this.cursiveAttachment=null,this.markAttachment=null,this.shaperInfo=null,this.substituted=!1,this.isMultiplied=!1}},ra=class extends _6{static planFeatures(x){x.add(["ljmo","vjmo","tjmo"],!1)}static assignFeatures(x,e){let a=0,r=0;for(;r<e.length;){let n,s=e[r].codePoints[0],o=oa(s);switch([n,a]=y8[a][o],n){case $6:x.font.hasGlyphForCodePoint(s)||(r=d4(e,r,x.font));break;case k2:r=w8(e,r,x.font);break;case A2:C8(e,r,x.font);break;case P2:r=S8(e,r,x.font);break}r++}}};Dx(ra,"zeroMarkWidths","NONE");var et=44032,f4=55204,t8=f4-et+1,ga=4352,ma=4449,ae=4519,a8=19,na=21,Ht=28,r8=ga+a8-1,n8=ma+na-1,i8=ae+Ht-1,wo=9676,s8=t=>4352<=t&&t<=4447||43360<=t&&t<=43388,o8=t=>4448<=t&&t<=4519||55216<=t&&t<=55238,f8=t=>4520<=t&&t<=4607||55243<=t&&t<=55291,c8=t=>12334<=t&&t<=12335,d8=t=>et<=t&&t<=f4,l8=t=>t-et<t8&&(t-et)%Ht===0,h8=t=>ga<=t&&t<=r8,u8=t=>ma<=t&&t<=n8,b8=t=>ae+1&&1<=t&&t<=i8,p8=0,g8=1,ia=2,Y2=3,sa=4,c4=5,m8=6;function oa(t){return s8(t)?g8:o8(t)?ia:f8(t)?Y2:l8(t)?sa:d8(t)?c4:c8(t)?m8:p8}var Gx=0,$6=1,k2=2,A2=4,P2=5,y8=[[[Gx,0],[Gx,1],[Gx,0],[Gx,0],[$6,2],[$6,3],[P2,0]],[[Gx,0],[Gx,1],[k2,2],[Gx,0],[$6,2],[$6,3],[P2,0]],[[Gx,0],[Gx,1],[Gx,0],[k2,3],[$6,2],[$6,3],[A2,0]],[[Gx,0],[Gx,1],[Gx,0],[Gx,0],[$6,2],[$6,3],[A2,0]]];function Bt(t,x,e){return new c6(t,t.glyphForCodePoint(x).id,[x],e)}function d4(t,x,e){let a=t[x],n=a.codePoints[0]-et,i=ae+n%Ht;n=n/Ht|0;let s=ga+n/na|0,o=ma+n%na;if(!e.hasGlyphForCodePoint(s)||!e.hasGlyphForCodePoint(o)||i!==ae&&!e.hasGlyphForCodePoint(i))return x;let f=Bt(e,s,a.features);f.features.ljmo=!0;let c=Bt(e,o,a.features);c.features.vjmo=!0;let d=[f,c];if(i>ae){let h=Bt(e,i,a.features);h.features.tjmo=!0,d.push(h)}return t.splice(x,1,...d),x+d.length-1}function w8(t,x,e){let a=t[x],r=t[x].codePoints[0],n=oa(r),i=t[x-1].codePoints[0],s=oa(i),o,f,c,d;if(s===sa&&n===Y2)o=i,d=a;else{n===ia?(f=t[x-1],c=a):(f=t[x-2],c=t[x-1],d=a);let b=f.codePoints[0],u=c.codePoints[0];h8(b)&&u8(u)&&(o=et+((b-ga)*na+(u-ma))*Ht)}let h=d&&d.codePoints[0]||ae;if(o!=null&&(h===ae||b8(h))){let b=o+(h-ae);if(e.hasGlyphForCodePoint(b)){let u=s===ia?3:2;return t.splice(x-u+1,u,Bt(e,b,a.features)),x-u+1}}return f&&(f.features.ljmo=!0),c&&(c.features.vjmo=!0),d&&(d.features.tjmo=!0),s===sa?(d4(t,x-1,e),x+1):x}function v8(t){switch(oa(t)){case sa:case c4:return 1;case ia:return 2;case Y2:return 3}}function C8(t,x,e){let a=t[x],r=t[x].codePoints[0];if(e.glyphForCodePoint(r).advanceWidth===0)return;let n=t[x-1].codePoints[0],i=v8(n);return t.splice(x,1),t.splice(x-i,0,a)}function S8(t,x,e){let a=t[x],r=t[x].codePoints[0];if(e.hasGlyphForCodePoint(wo)){let n=Bt(e,wo,a.features),i=e.glyphForCodePoint(r).advanceWidth===0?x:x+1;t.splice(i,0,n),x++}return x}var l4={};l4=JSON.parse('{"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,14,15,16,17],[0,0,0,18,19,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,28,29,30,31,32,33,0,34,0,0,35,36,0,0,37,0],[0,0,0,38,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,39,0,0,0,40,41,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,12,43,0,0,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,0,43,0,0,0,0],[0,0,0,45,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,50,0,0,51,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0],[0,0,0,53,54,55,56,57,58,0,59,0,0,60,61,0,0,62,0],[0,0,0,4,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,63,64,0,0,40,41,0,9,0,10,0,0,0,42,0,63,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,0,2,16,0],[0,0,0,18,65,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,0,0],[0,0,0,69,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,73,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,75,0,0,0,76,77,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,25,79,0,0,0,0],[0,0,0,18,19,20,74,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,81,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,86,0,0,87,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0],[0,0,0,18,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,89,90,0,0,76,77,0,23,0,24,0,0,0,78,0,89,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,0,0],[0,0,0,94,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,96,0,0,0,97,98,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,35,100,0,0,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,102,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,107,0,0,108,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0],[0,0,0,28,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,110,111,0,0,97,98,0,33,0,34,0,0,0,99,0,110,0,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,0,0],[0,0,0,0,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,0,0,115,116,117,118,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,39,0,122,0,123,123,8,9,0,10,0,0,0,42,0,39,0,0],[0,124,64,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0],[0,39,0,0,0,121,125,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,126,126,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,47,47,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,128,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,129,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,50,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0],[0,0,0,135,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,136,0,0,0,137,138,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,60,140,0,0,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,0,140,0,0,0,0],[0,0,0,142,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,147,0,0,148,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0],[0,0,0,53,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,150,151,0,0,137,138,0,58,0,59,0,0,0,139,0,150,0,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,0,0],[0,0,0,155,116,156,157,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,75,3,4,5,159,160,8,161,0,162,0,11,12,163,0,75,16,0],[0,0,0,0,0,40,164,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,0,165,0,0,0,0],[0,124,64,0,0,40,164,0,9,0,10,0,0,0,42,0,124,0,0],[0,0,0,0,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,167,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0],[0,0,0,0,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,0,79,0,0,0,0],[0,0,0,169,170,171,172,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,75,0,176,0,177,177,22,23,0,24,0,0,0,78,0,75,0,0],[0,178,90,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0],[0,75,0,0,0,175,179,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,180,180,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,83,83,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,182,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,183,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,86,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0],[0,0,0,189,170,190,191,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,76,193,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,0,194,0,0,0,0],[0,178,90,0,0,76,193,0,23,0,24,0,0,0,78,0,178,0,0],[0,0,0,0,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,195,196,197,198,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,96,0,202,0,203,203,32,33,0,34,0,0,0,99,0,96,0,0],[0,204,111,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0],[0,96,0,0,0,201,205,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,206,206,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,104,104,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,208,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,209,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,107,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0],[0,0,0,215,196,216,217,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,97,219,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,0,220,0,0,0,0],[0,204,111,0,0,97,219,0,33,0,34,0,0,0,99,0,204,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,223,0,0,0,40,224,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,119,225,0,0,0,0],[0,0,0,115,116,117,222,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,115,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,226,64,0,0,40,224,0,9,0,10,0,0,0,42,0,226,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,39,0,0,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,44,44,8,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,227,0,228,229,0,9,0,10,0,0,230,0,0,0,0,0],[0,39,0,122,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,231,231,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,131,131,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,234,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,235,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,0,0,240,241,242,243,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,136,0,247,0,248,248,57,58,0,59,0,0,0,139,0,136,0,0],[0,249,151,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0],[0,136,0,0,0,246,250,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,251,251,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,144,144,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,253,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,254,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,147,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0],[0,0,0,260,241,261,262,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,137,264,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,0,265,0,0,0,0],[0,249,151,0,0,137,264,0,58,0,59,0,0,0,139,0,249,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,158,225,0,0,0,0],[0,0,0,155,116,156,222,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,155,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,43,266,266,8,161,0,24,0,0,12,267,0,0,0,0],[0,75,0,176,43,268,268,269,161,0,24,0,0,0,267,0,75,0,0],[0,0,0,0,0,270,0,0,271,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0],[0,273,274,0,0,40,41,0,9,0,10,0,0,0,42,0,273,0,0],[0,0,0,40,0,123,123,8,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,121,275,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,279,0,0,0,76,280,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,173,281,0,0,0,0],[0,0,0,169,170,171,278,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,169,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,282,90,0,0,76,280,0,23,0,24,0,0,0,78,0,282,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,75,0,0,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,80,80,22,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,283,0,284,285,0,23,0,24,0,0,286,0,0,0,0,0],[0,75,0,176,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,287,287,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,185,185,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,290,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,291,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,192,281,0,0,0,0],[0,0,0,189,170,190,278,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,189,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,76,0,177,177,22,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,175,296,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,299,0,0,0,97,300,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,199,301,0,0,0,0],[0,0,0,195,196,197,298,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,195,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,302,111,0,0,97,300,0,33,0,34,0,0,0,99,0,302,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,96,0,0,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,101,101,32,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,303,0,304,305,0,33,0,34,0,0,306,0,0,0,0,0],[0,96,0,202,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,307,307,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,211,211,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,310,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,311,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,218,301,0,0,0,0],[0,0,0,215,196,216,298,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,215,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,97,0,203,203,32,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,201,316,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,0,225,0,0,0,0],[0,0,0,317,318,319,320,8,9,0,10,0,0,321,322,0,0,16,0],[0,223,0,323,0,123,123,8,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,0,0,121,324,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,325,318,326,327,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,64,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,230,0,0,0,0,0],[0,0,0,227,0,228,121,0,9,0,10,0,0,230,0,0,0,0,0],[0,0,0,227,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0],[0,0,0,0,0,329,329,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,237,237,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,332,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,333,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,337,0,0,0,137,338,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,244,339,0,0,0,0],[0,0,0,240,241,242,336,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,240,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,340,151,0,0,137,338,0,58,0,59,0,0,0,139,0,340,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,136,0,0,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,141,141,57,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,341,0,342,343,0,58,0,59,0,0,344,0,0,0,0,0],[0,136,0,247,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,345,345,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,256,256,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,348,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,349,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,263,339,0,0,0,0],[0,0,0,260,241,261,336,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,260,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,137,0,248,248,57,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,246,354,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,126,126,8,23,0,0,0,0,0,0,0,0,0,0],[0,355,90,0,0,121,125,0,9,0,10,0,0,0,42,0,355,0,0],[0,0,0,0,0,356,356,269,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,357,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,270,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0],[0,0,0,364,116,365,366,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,40,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,0,281,0,0,0,0],[0,0,0,369,370,371,372,22,23,0,24,0,0,373,374,0,0,27,0],[0,279,0,375,0,177,177,22,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,0,0,175,376,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,377,370,378,379,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,90,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,286,0,0,0,0,0],[0,0,0,283,0,284,175,0,23,0,24,0,0,286,0,0,0,0,0],[0,0,0,283,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0],[0,0,0,0,0,381,381,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,293,293,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,384,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,385,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,76,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,0,301,0,0,0,0],[0,0,0,387,388,389,390,32,33,0,34,0,0,391,392,0,0,37,0],[0,299,0,393,0,203,203,32,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,0,0,201,394,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,395,388,396,397,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,111,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,306,0,0,0,0,0],[0,0,0,303,0,304,201,0,33,0,34,0,0,306,0,0,0,0,0],[0,0,0,303,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0],[0,0,0,0,0,399,399,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,313,313,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,402,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,403,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,97,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,407,0,0,0,40,408,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,321,409,0,0,0,0],[0,0,0,317,318,319,406,8,9,0,10,0,0,321,322,0,0,16,0],[0,0,0,317,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,410,64,0,0,40,408,0,9,0,10,0,0,0,42,0,410,0,0],[0,223,0,0,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,323,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,328,409,0,0,0,0],[0,0,0,325,318,326,406,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,325,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0],[0,0,0,0,0,411,411,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,413,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,0,339,0,0,0,0],[0,0,0,414,415,416,417,57,58,0,59,0,0,418,419,0,0,62,0],[0,337,0,420,0,248,248,57,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,0,0,246,421,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,422,415,423,424,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,151,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,344,0,0,0,0,0],[0,0,0,341,0,342,246,0,58,0,59,0,0,344,0,0,0,0,0],[0,0,0,341,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0],[0,0,0,0,0,426,426,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,351,351,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,429,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,430,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,137,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,432,116,433,434,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,0,0,180,180,269,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,359,359,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,437,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,438,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,443,274,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,367,225,0,0,0,0],[0,0,0,364,116,365,445,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,364,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,448,0,0,0,76,449,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,373,450,0,0,0,0],[0,0,0,369,370,371,447,22,23,0,24,0,0,373,374,0,0,27,0],[0,0,0,369,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,451,90,0,0,76,449,0,23,0,24,0,0,0,78,0,451,0,0],[0,279,0,0,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,375,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,380,450,0,0,0,0],[0,0,0,377,370,378,447,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,377,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0],[0,0,0,0,0,452,452,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,454,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,457,0,0,0,97,458,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,391,459,0,0,0,0],[0,0,0,387,388,389,456,32,33,0,34,0,0,391,392,0,0,37,0],[0,0,0,387,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,460,111,0,0,97,458,0,33,0,34,0,0,0,99,0,460,0,0],[0,299,0,0,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,393,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,398,459,0,0,0,0],[0,0,0,395,388,396,456,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,395,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0],[0,0,0,0,0,461,461,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,463,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,0,409,0,0,0,0],[0,0,0,464,465,466,467,8,9,0,10,0,0,468,469,0,0,16,0],[0,407,0,470,0,123,123,8,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,0,0,121,471,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,472,465,473,474,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0],[0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,479,0,0,0,137,480,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,418,481,0,0,0,0],[0,0,0,414,415,416,478,57,58,0,59,0,0,418,419,0,0,62,0],[0,0,0,414,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,482,151,0,0,137,480,0,58,0,59,0,0,0,139,0,482,0,0],[0,337,0,0,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,420,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,425,481,0,0,0,0],[0,0,0,422,415,423,478,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,422,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0],[0,0,0,0,0,483,483,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,485,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,435,225,0,0,0,0],[0,0,0,432,116,433,445,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,432,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,486,486,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,440,440,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,489,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,490,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,495,0,496,497,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,0,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,0,225,0,0,0,0],[0,0,0,0,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,0,450,0,0,0,0],[0,0,0,499,500,501,502,22,23,0,24,0,0,503,504,0,0,27,0],[0,448,0,505,0,177,177,22,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,0,0,175,506,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,507,500,508,509,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0],[0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,0,459,0,0,0,0],[0,0,0,512,513,514,515,32,33,0,34,0,0,516,517,0,0,37,0],[0,457,0,518,0,203,203,32,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,0,0,201,519,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,520,513,521,522,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0],[0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,527,0,0,0,40,528,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,468,529,0,0,0,0],[0,0,0,464,465,466,526,8,9,0,10,0,0,468,469,0,0,16,0],[0,0,0,464,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,530,64,0,0,40,528,0,9,0,10,0,0,0,42,0,530,0,0],[0,407,0,0,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,470,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,475,529,0,0,0,0],[0,0,0,472,465,473,526,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,472,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0],[0,0,0,0,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,0,481,0,0,0,0],[0,0,0,531,532,533,534,57,58,0,59,0,0,535,536,0,0,62,0],[0,479,0,537,0,248,248,57,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,0,0,246,538,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,539,532,540,541,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0],[0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0],[0,0,0,0,0,544,544,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,492,492,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,547,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,548,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,274,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,498,0,0,0,0,0],[0,0,0,495,0,496,368,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,495,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,553,0,0,0,76,554,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,503,555,0,0,0,0],[0,0,0,499,500,501,552,22,23,0,24,0,0,503,504,0,0,27,0],[0,0,0,499,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,556,90,0,0,76,554,0,23,0,24,0,0,0,78,0,556,0,0],[0,448,0,0,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,505,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,510,555,0,0,0,0],[0,0,0,507,500,508,552,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,507,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,559,0,0,0,97,560,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,516,561,0,0,0,0],[0,0,0,512,513,514,558,32,33,0,34,0,0,516,517,0,0,37,0],[0,0,0,512,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,562,111,0,0,97,560,0,33,0,34,0,0,0,99,0,562,0,0],[0,457,0,0,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,518,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,523,561,0,0,0,0],[0,0,0,520,513,521,558,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,520,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0],[0,0,0,0,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,0,529,0,0,0,0],[0,0,0,563,66,564,565,8,9,0,10,0,0,566,68,0,0,16,0],[0,527,0,567,0,123,123,8,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,0,0,121,568,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,569,66,570,571,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,575,0,0,0,137,576,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,535,577,0,0,0,0],[0,0,0,531,532,533,574,57,58,0,59,0,0,535,536,0,0,62,0],[0,0,0,531,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,578,151,0,0,137,576,0,58,0,59,0,0,0,139,0,578,0,0],[0,479,0,0,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,537,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,542,577,0,0,0,0],[0,0,0,539,532,540,574,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,539,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0],[0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0],[0,0,0,0,0,579,579,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,581,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,0,555,0,0,0,0],[0,0,0,582,91,583,584,22,23,0,24,0,0,585,93,0,0,27,0],[0,553,0,586,0,177,177,22,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,0,0,175,587,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,588,91,589,590,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,0,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,0,561,0,0,0,0],[0,0,0,592,112,593,594,32,33,0,34,0,0,595,114,0,0,37,0],[0,559,0,596,0,203,203,32,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,0,0,201,597,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,598,112,599,600,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,566,165,0,0,0,0],[0,0,0,563,66,564,67,8,9,0,10,0,0,566,68,0,0,16,0],[0,0,0,563,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,527,0,0,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,567,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,572,165,0,0,0,0],[0,0,0,569,66,570,67,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,569,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,0,577,0,0,0,0],[0,0,0,603,152,604,605,57,58,0,59,0,0,606,154,0,0,62,0],[0,575,0,607,0,248,248,57,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,0,0,246,608,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,609,152,610,611,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0],[0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,585,194,0,0,0,0],[0,0,0,582,91,583,92,22,23,0,24,0,0,585,93,0,0,27,0],[0,0,0,582,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,553,0,0,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,586,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,591,194,0,0,0,0],[0,0,0,588,91,589,92,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,588,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,595,220,0,0,0,0],[0,0,0,592,112,593,113,32,33,0,34,0,0,595,114,0,0,37,0],[0,0,0,592,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,559,0,0,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,596,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,601,220,0,0,0,0],[0,0,0,598,112,599,113,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,598,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,606,265,0,0,0,0],[0,0,0,603,152,604,153,57,58,0,59,0,0,606,154,0,0,62,0],[0,0,0,603,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,575,0,0,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,607,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,612,265,0,0,0,0],[0,0,0,609,152,610,153,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,609,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0]],"accepting":[false,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,false,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,false,false,true,false,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,false,false,true,true,false,false,true,true,true,false,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,false,false,false,false,false,false,false,true,true,false,false,true,true,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,false,true,true,false,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,false,true,true,true,true,true,false,true,true,false,true,true,true],"tags":[[],["broken_cluster"],["consonant_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],[],["broken_cluster"],["symbol_cluster"],[],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["symbol_cluster"],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],[],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],[],[],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],["consonant_syllable"],["vowel_syllable"],["standalone_cluster"]]}');var ya={};ya=JSON.parse('{"categories":["O","IND","S","GB","B","FM","CGJ","VMAbv","VMPst","VAbv","VPst","CMBlw","VPre","VBlw","H","VMBlw","CMAbv","MBlw","CS","R","SUB","MPst","MPre","FAbv","FPst","FBlw","null","SMAbv","SMBlw","VMPre","ZWNJ","ZWJ","WJ","M","VS","N","HN","MAbv"],"decompositions":{"2507":[2503,2494],"2508":[2503,2519],"2888":[2887,2902],"2891":[2887,2878],"2892":[2887,2903],"3018":[3014,3006],"3019":[3015,3006],"3020":[3014,3031],"3144":[3142,3158],"3264":[3263,3285],"3271":[3270,3285],"3272":[3270,3286],"3274":[3270,3266],"3275":[3270,3266,3285],"3402":[3398,3390],"3403":[3399,3390],"3404":[3398,3415],"3546":[3545,3530],"3548":[3545,3535],"3549":[3545,3535,3530],"3550":[3545,3551],"3635":[3661,3634],"3763":[3789,3762],"3955":[3953,3954],"3957":[3953,3956],"3958":[4018,3968],"3959":[4018,3953,3968],"3960":[4019,3968],"3961":[4019,3953,3968],"3969":[3953,3968],"6971":[6970,6965],"6973":[6972,6965],"6976":[6974,6965],"6977":[6975,6965],"6979":[6978,6965],"69934":[69937,69927],"69935":[69938,69927],"70475":[70471,70462],"70476":[70471,70487],"70843":[70841,70842],"70844":[70841,70832],"70846":[70841,70845],"71098":[71096,71087],"71099":[71097,71087]},"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,2,3,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,17,18,11,19,20,21,22,0,0,0,23,0,0,2,0,0,24,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,27,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,39,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,49,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,53,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0]],"accepting":[false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true],"tags":[[],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["symbol_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["virama_terminated_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["number_joiner_terminated_cluster"],["standard_cluster"],["standard_cluster"],["numeral_cluster"]]}');var W0={X:1,C:2,V:4,N:8,H:16,ZWNJ:32,ZWJ:64,M:128,SM:256,VD:512,A:1024,Placeholder:2048,Dotted_Circle:4096,RS:8192,Coeng:16384,Repha:32768,Ra:65536,CM:131072,Symbol:262144},F0={Start:1,Ra_To_Become_Reph:2,Pre_M:4,Pre_C:8,Base_C:16,After_Main:32,Above_C:64,Before_Sub:128,Below_C:256,After_Sub:512,Before_Post:1024,Post_C:2048,After_Post:4096,Final_C:8192,SMVD:16384,End:32768},_8=W0.C|W0.Ra|W0.CM|W0.V|W0.Placeholder|W0.Dotted_Circle,h4=W0.ZWJ|W0.ZWNJ,Dt=W0.H|W0.Coeng,vo={Default:{hasOldSpec:!1,virama:0,basePos:"Last",rephPos:F0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Devanagari:{hasOldSpec:!0,virama:2381,basePos:"Last",rephPos:F0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Bengali:{hasOldSpec:!0,virama:2509,basePos:"Last",rephPos:F0.After_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gurmukhi:{hasOldSpec:!0,virama:2637,basePos:"Last",rephPos:F0.Before_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gujarati:{hasOldSpec:!0,virama:2765,basePos:"Last",rephPos:F0.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Oriya:{hasOldSpec:!0,virama:2893,basePos:"Last",rephPos:F0.After_Main,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Tamil:{hasOldSpec:!0,virama:3021,basePos:"Last",rephPos:F0.After_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Telugu:{hasOldSpec:!0,virama:3149,basePos:"Last",rephPos:F0.After_Post,rephMode:"Explicit",blwfMode:"Post_Only"},Kannada:{hasOldSpec:!0,virama:3277,basePos:"Last",rephPos:F0.After_Post,rephMode:"Implicit",blwfMode:"Post_Only"},Malayalam:{hasOldSpec:!0,virama:3405,basePos:"Last",rephPos:F0.After_Main,rephMode:"Log_Repha",blwfMode:"Pre_And_Post"},Khmer:{hasOldSpec:!1,virama:6098,basePos:"First",rephPos:F0.Ra_To_Become_Reph,rephMode:"Vis_Repha",blwfMode:"Pre_And_Post"}},k8={6078:[6081,6078],6079:[6081,6079],6080:[6081,6080],6084:[6081,6084],6085:[6081,6085]},{decompositions:A8}=ua(ya),u4=new ha.default(Z2("AAARAAAAAABg2AAAAWYPmfDtnXuMXFUdx+/uzs7M7szudAtECGJRIMRQbUAithQWkGAKiVhNpFVRRAmIQVCDkDYICGotIA9BTCz8IeUviv7BQ2PBtBIRLBBQIWAUsKg1BKxRAqIgfs/cc+aeOXPej3tnZX7JJ/dxzj3nd36/8753Z5fUsuxgsAwcAU4Gp4BPgM+Cd4P3RjieDs4GXwLrHJ5bDy4DG8A14LvgZrAZbAF3gns0z18ALgY/B78C94NHwBPgabAE/AX8DbwM5sF/QX0yD5vFcU/wVnAgWAoOAyvAceBE8CGwBpwGzgJfAF8BXwXfAFeC68EmsBlsAXeCreA+8CB4DDwF/gh2gd3gFfAGmKxn2QzYC+wHDgRLweFgJTgWrKrnuq/GcQ04jV6fheN54EJwEbgcXAG+Q8O/j+Mt4DZwB9haz8t9Hz3a8iCN/xiOvwRP0evH6fE68AzOH+Ke2eWYhw3PcGnuxvkr4A3QaGRZB7wFLAEHg2XgiEZ/fHKcp/ceBh/A+cngFPCpRm6vM3E8l8a5gN67GMdvgqsbeX2ap9yI601gM7gN3AG20mfuo8cdOP6GpvdUg9oKxz839GV90RDO2/glxN1B790NXsN1rZll7WYRdw+c70uvTwIHNAfTO0RyL5TDmnnbc3lmRQI9UnM0dD5eovfz4FpJ/BNpXNYWV+N6Lfg0hY97JK1vn+Pur9DoQur2F7m436bHDUK8C5t5/8vruo4+97WmXG+GLmzEiBF+PDwEOowYMWLEiBEjRoxYeBw5BDqIPEfXut9yWN+vVNxfrnnmWqR/PdgENoMt4E5wD9gOHgCPgifBs2BXM99b2o3jP8F/wMRUlrXAHNgHvH0q3895J46HguXgWHAGLctmLv9VuL96qnp7jxgxYsSbCbJvuRZ97/tqxT59VVRtixEjRsThBG7OSt5zzoPT0M+cBc4T5noXOs79TqLHeZrHUeCSqeJ96gacXy2kecNU8V6Hh7yXuQlhtw7B/PO1RTkr52Aj8JNFZjYg3gOKuC/g/v6Ls2wNuAY8urg//PcIb+6RZXuDNeCS6SzbBrJWlh0DLiFHco8ed9IjzzvaWfa9sZzTcf6D9mCcnbg3PlNcH4fzS8F2MDaLdQG4dLZIJxbbaZqv4ri8k58f3+mPs66T6/TTzqDeI0aMGDGiHP5dcR8ce/xxYcWi6vOfr725uRzcjnngXVOD61Hync+9uL+Nmyfej/NHpvL56A5Jeuz7uyfo+pqcPz2Vf1NH0ttJ03pekt8SmuY/EPYy9zzbN319ym/9TL6ZIt9MHCXRdxJtoAkWTRdz472n87D9cTwYLJvuz++I6WIePo/zE8AHp4v8WLyP0nufnM6/+zoDx8+DL08P6r9+urheRtO+jD6/cdrsx3mqu8w+xH4PScKIXa5D2jeCm8Et4DbwI/BjcC/4BXgI/Bb8DuwEu8Bu8Ap4A9RaRZptnO8J9gUHgEPAoWA5OLY1qMO90GEV7q+mYWtxPBWcIYnL4p+DsPNbxfVFOP86uAr8DNc34HgTDb8Vx9sVaRFI/LtagzYjnCqpb908EX87eBA8Bh4Hf2jle/9/wvGFVv787rrZZy8h7qtgDOuFOmiBuXYRvg/O9wMHgXeB97SLspk4sq0OI/q9v13+ek+sh3zYSRp9jrYorw9ll1/GRzR+KotYZSHf8laVP2lvpA/8OGdPMk59hqtXZ+L8nHbxvWwqO65ryu+fT3VZz+l4dET7L0R072ljsMyzTpaJqQxsbL8M9WajY789DO85XMp/Dcp3Qztdn+9qf/a97ZWK8PXc3G+TpC/nv8Mncy7ZvICF302P5O+aNiOtLdTXd+D4Q7DVwfcvWvx9zTEJ/o5iG3R8YAjGNFseha5PGuZKz7b7xxXbOrXMcu5eJSo//rXdH/73Enz6L1q/X+fyIu8wZGtNBmkjkzNZNgP2AvuBg2bysKUzduXn/66JtNeN4PCZvO0/x7Ujdn4VnYOvRJzjZ/I+9sQZeftX2Tc1RPcPz/Tf4/si0g+t5Mq+kfZjZL34Mc5ul3PPnE7TOxvHK2qDaZ+L++db2HyYqMo/qVnb/P8uH8/rmnFxR0k6DCu/rjj/RxT7KGUSWgbd+LMQuEgYB1zsk2qtvJD8v5AhdfdttbEunSxbcJD9Zf7chqp1Hlbe7FK1/aPVTfp7FgtC1yGGiSncFK/DhZvi+epZta0WWjlsfDZMyPRdSPrryqSSKnXx1bkq/Ye9TlRpk7Lrjq1UrfdC9X+MtKqwP6+3a/4pJFUZF0pZZpv91MYjMBaRRXbxpho5zQmUY3F+Pt4o7rvQrBXPdm00TaE24uMadaM2meLSI7iu071t3er3b6ZLi8JEde3qw+6zGv+ycF5kaRBh/m1T/7Yl/mMyTuMwadP4xL9ifjJpNwbvDZRJ8G8vnqV/Wf12aa/kyOdl69+BspTsXzGueE6E+JfZnvmXIfNPW+FfXkjb1YmqPNpnLP3b61fHCj/X5tzGANf2y3yqvC7Jv7btV4TVbdammI9l/g0dS5lNxLrk2j9r8xjjxhBQnygg0lgg/bOrfyct+udJi/Yrk0lFnxC7f+5kRbsNmcexfrubt0X/rGvLqrGSnYv3ZPHEe8r7lvMvUfi2LOu/2dg8LrRtQt2yfcv8r5IU70VkIs6nbebUXf0M/o7Znl39Sdoz+X1oEb5N8ffF67qhPfPP6eoUbxf+GRf/6sRnvaSdmw+Bf1VxmbD+2sa//DU7t/Gv2PfKpKdrBP92Ojk+IvqX16ks/2qxbL8EZnc2HqsgYuqPuzZV+I3RbujbDm+T0PmWCVO/5jqftp1zy+wSA6s0JWtp2z5e1oZV+yMsjB3ZXolsv0Ulrv01v3/iKrF94Qtbt9siCnmeb6fjjf59KnLk1xaEbvtvFnFirGvEOqmycQrbm/IMsXd3P28uh4nM3swXRER717OiX8kc7K2qqyn2p3maFGU/aruP5VCv+PraoTYU8yUmmbDwcYo6pusnM486xdoga4dkPCb1pK7Sfc6ebvkd4qeAtQcd/N63bB3lU3dlUnUf38VyvqCqK7JxlNSd7lydrDlm+/uqHiRvl30Nrp/n9zpkZRjoJ3V1diyP05rIYXHYs+w+D5+WMS8b5gZtKcuX0KT5d/WwtB97VnyvY6rjMukI56HI0rFJPwt8PjT/1OXzSbcMeEmdh294qvKK4rNu7j4n3LNZg8TKXwafv025U+XvKjHsT8Q7/7LGaJt9lAh7Asz3uv0XEX6t0duDoWN/93wmh92XpUHmCKb9GALbG+rZP3AfNbQPKKv/jpF/bP0JXfuW1QYk7dhljcyvk5mw+933Hpo1g26PQ2ZP6zVmTJt47P25jncD9vPwGS+q9QS/V6RaY8j8K8LmvUr9HfYCpH5OWL9lZY+Sv6pesHCJHbtrf9k6etZvf0G1L0ja4cAe1UT/s3zdCe3/Q5/n372wMc97/E1Qh0Tbmfwh3m/V9On72tNnrCF1sJkVe1EyXMdBa7+lHMsk44zMF6St9e2djNnbm8ybpHkq+gbbemMaH0UZmD8obKGrk7r+nt+3bE7o83YZp/vqOKdv6PzJNN6mTJsI/51XR7i2ZrGA5B6zFwnjzxmqPjaGfW3tZNrz1eljq29mOOqeCfF/irRt87PNw0uXSVAvrmOMNT569MptsYaV0sic/wbY13e8hPrb9K2ySUJ0j6G/Lu0U4qpTrR23jMp6m5hU+YTaWCeh9aIsm/rqUHV4bFv42kgnZdfH1PUj1D7DVH9d8khRN1zFRl/+/TW//qxL1uH83+mk3H+SvRtS2TDU90nX2TpM6/1xzZpZtoYdK763dqlz0f6uNeFehcs+H/nbGP77MpX06n/ofpzP+tVmTUvRtVuX/cjS67OE5kRBrxyJ+w/dPo7r+9cO1160e3gqu0S2uW7PjN/L6ns/UfMf10Lai87frJ+3KndAfc8yTf1M3T4s6qm4/yh7/2GSkG8UMw//DvRLgbYZSEOxr0LCWvRdjfh9XGzfqN4NivfZd7rsmFp08zmbssrKJEuTfVMZopdpbuwSrhNv3/N2s+0PDG3KNB6RMrFvJHv6B85HXObAoWsd3zm3i+6uZYytv+5+pohbpo6+tpZJFfmGlrcMf4c8b1Pe2OUIsaXJrinCTfaxtZOt+NYnU3hIfQlN20Z/1+dt7JaqLsbIzycNWZmrlNg2Dc2/LJ1T+T6WrrYSml4Ku7ik7yIx2opJD51vU9UfVRmrqL8u/olZj0PyCLV5irxcdKoi/6rKb8qTrHsnhW9jyZH/nSpeWDzxd9769uQ016lgUuf2pAfKPhu2FpfZL2Yb9snLNl/fNIepXaUsj4vNXCXUZ75px8ojNP8UPvAta2g6fb+F1ckZuneshv1vGXXDeyRRrN/bBPS1Jul+l+7zW86R7Wv63WXyDpt/RxraRjvC+TC3O61/Sqj/prag8x372yQivn+XwudrI2X2E2KdtJEov52e0L+uv4FO3p/rvssgsL8F4d/z9PzlWS94m8fqS3361Fi+6qaVYHwi9Yz4iH2fobIj+45cpz/TUaarr/4+z+vaWtVtyAX2d1LG8W9C3f+F1mnf36/k4w3YPrLv+XBVXCJs3cr+n4MKJuLv/fN9GhNdXVP5pJMN9vFi3rpv3/r8Ywg3SYp66zNOsO8QGcxPpnmRS/1mvmJjju3v7absI2xspQrvs1dNbjOj/wP7h1RlZyKGy8occ408UL8En4v6xfC/K3z52XzJd62T8vuZGGsxo/6O46ntmNqqFb/jps2/hHV4rPKH0svT4pstU7t2tZ9u/ZdqbJL1MwP6O86Fyt4jYaIrGz9mjEt8lFL4PtVE6votG2P6fpdf/GZRse7s3bf4BtSl/DIbKMctx++Z+8o6K6z9FPOwKsRmXiaNl7C+6NYRpjlbqG1j72f49qsuY4brd/amb4ZVc8TQ+sSH985LrEe8iPWJnfPrJRbWbb+dwn4x6o+r/aS2S7w3qWt//LnYz2ntE0vH1uDcyKatx1rH+EiMPEN1SZG/iz6+9o01Rob6O7Q+xLZ1jHobK61U+pWVvo2EpuWqzzD6Poa+pvhli0wn8Zq/72Mzm2d90o5VN1x9ZKuzbTgvqWwUIin8FSpl1CXXvFRxU0iozVPYJDRtF3uFphn6XAyJUUdD7SjTJ8v6n9fVbVObkKWp001lc9VRlqdOf5v0ZM+bymdbfp1NfG0bq27Y5JMyfxeJkU6o/inKH8O2Zfgidb6h/g3VJ7QcVbWL0Pxt6rlrPqa4KfQ25a2zl4/E8GdM/4fK/wA=")),P8=new X2.default(ua(l4)),ux=class extends _6{static planFeatures(x){x.addStage(T8),x.addStage(["locl","ccmp"]),x.addStage($8),x.addStage("nukt"),x.addStage("akhn"),x.addStage("rphf",!1),x.addStage("rkrf"),x.addStage("pref",!1),x.addStage("blwf",!1),x.addStage("abvf",!1),x.addStage("half",!1),x.addStage("pstf",!1),x.addStage("vatu"),x.addStage("cjct"),x.addStage("cfar",!1),x.addStage(M8),x.addStage({local:["init"],global:["pres","abvs","blws","psts","haln","dist","abvm","blwm","calt","clig"]}),x.unicodeScript=k9(x.script),x.indicConfig=vo[x.unicodeScript]||vo.Default,x.isOldSpec=x.indicConfig.hasOldSpec&&x.script[x.script.length-1]!=="2"}static assignFeatures(x,e){for(let a=e.length-1;a>=0;a--){let r=e[a].codePoints[0],n=k8[r]||A8[r];if(n){let i=n.map(s=>{let o=x.font.glyphForCodePoint(s);return new c6(x.font,o.id,[s],e[a].features)});e.splice(a,1,...i)}}}};Dx(ux,"zeroMarkWidths","NONE");function T2(t){return u4.get(t.codePoints[0])>>8}function b4(t){return 1<<(u4.get(t.codePoints[0])&255)}var Ye=class{constructor(x,e,a,r){this.category=x,this.position=e,this.syllableType=a,this.syllable=r}};function T8(t,x){let e=0,a=0;for(let[r,n,i]of P8.match(x.map(T2))){if(r>a){++e;for(let s=a;s<r;s++)x[s].shaperInfo=new Ye(W0.X,F0.End,"non_indic_cluster",e)}++e;for(let s=r;s<=n;s++)x[s].shaperInfo=new Ye(1<<T2(x[s]),b4(x[s]),i[0],e);a=n+1}if(a<x.length){++e;for(let r=a;r<x.length;r++)x[r].shaperInfo=new Ye(W0.X,F0.End,"non_indic_cluster",e)}}function ke(t){return t.shaperInfo.category&_8}function S6(t){return t.shaperInfo.category&h4}function L6(t){return t.shaperInfo.category&Dt}function I6(t,x){for(let a of t)a.features={[x]:!0};return t[0]._font._layoutEngine.engine.GSUBProcessor.applyFeatures([x],t),t.length===1}function L8(t,x,e){let a=[e,x,e];return I6(a.slice(0,2),"blwf")||I6(a.slice(1,3),"blwf")?F0.Below_C:I6(a.slice(0,2),"pstf")||I6(a.slice(1,3),"pstf")||I6(a.slice(0,2),"pref")||I6(a.slice(1,3),"pref")?F0.Post_C:F0.Base_C}function $8(t,x,e){let a=e.indicConfig,r=t._layoutEngine.engine.GSUBProcessor.features,n=t.glyphForCodePoint(9676).id,i=t.glyphForCodePoint(a.virama).id;if(i){let s=new c6(t,i,[a.virama]);for(let o=0;o<x.length;o++)x[o].shaperInfo.position===F0.Base_C&&(x[o].shaperInfo.position=L8(t,x[o].copy(),s))}for(let s=0,o=fa(x,0);s<x.length;s=o,o=fa(x,s)){let{category:f,syllableType:c}=x[s].shaperInfo;if(c==="symbol_cluster"||c==="non_indic_cluster")continue;if(c==="broken_cluster"&&n){let m=new c6(t,n,[9676]);m.shaperInfo=new Ye(1<<T2(m),b4(m),x[s].shaperInfo.syllableType,x[s].shaperInfo.syllable);let D=s;for(;D<o&&x[D].shaperInfo.category===W0.Repha;)D++;x.splice(D++,0,m),o++}let d=o,h=s,b=!1;if(a.rephPos!==F0.Ra_To_Become_Reph&&r.rphf&&s+3<=o&&(a.rephMode==="Implicit"&&!S6(x[s+2])||a.rephMode==="Explicit"&&x[s+2].shaperInfo.category===W0.ZWJ)){let m=[x[s].copy(),x[s+1].copy(),x[s+2].copy()];if(I6(m.slice(0,2),"rphf")||a.rephMode==="Explicit"&&I6(m,"rphf")){for(h+=2;h<o&&S6(x[h]);)h++;d=s,b=!0}}else if(a.rephMode==="Log_Repha"&&x[s].shaperInfo.category===W0.Repha){for(h++;h<o&&S6(x[h]);)h++;d=s,b=!0}switch(a.basePos){case"Last":{let m=o,D=!1;do{let N=x[--m].shaperInfo;if(ke(x[m])){if(N.position!==F0.Below_C&&(N.position!==F0.Post_C||D)){d=m;break}N.position===F0.Below_C&&(D=!0),d=m}else if(s<m&&N.category===W0.ZWJ&&x[m-1].shaperInfo.category===W0.H)break}while(m>h);break}case"First":d=s;for(let m=d+1;m<o;m++)ke(x[m])&&(x[m].shaperInfo.position=F0.Below_C)}b&&d===s&&h-d<=2&&(b=!1);for(let m=s;m<d;m++){let D=x[m].shaperInfo;D.position=Math.min(F0.Pre_C,D.position)}d<o&&(x[d].shaperInfo.position=F0.Base_C);for(let m=d+1;m<o;m++)if(x[m].shaperInfo.category===W0.M){for(let D=m+1;D<o;D++)if(ke(x[D])){x[D].shaperInfo.position=F0.Final_C;break}break}if(b&&(x[s].shaperInfo.position=F0.Ra_To_Become_Reph),e.isOldSpec){let m=e.unicodeScript!=="Malayalam";for(let D=d+1;D<o;D++)if(x[D].shaperInfo.category===W0.H){let N;for(N=o-1;N>D&&!(ke(x[N])||m&&x[N].shaperInfo.category===W0.H);N--);if(x[N].shaperInfo.category!==W0.H&&N>D){let H=x[D];x.splice(D,0,...x.splice(D+1,N-D)),x[N]=H}break}}let u=F0.Start;for(let m=s;m<o;m++){let D=x[m].shaperInfo;if(D.category&(h4|W0.N|W0.RS|W0.CM|Dt&D.category)){if(D.position=u,D.category===W0.H&&D.position===F0.Pre_M){for(let N=m;N>s;N--)if(x[N-1].shaperInfo.position!==F0.Pre_M){D.position=x[N-1].shaperInfo.position;break}}}else D.position!==F0.SMVD&&(u=D.position)}let g=d;for(let m=d+1;m<o;m++)if(ke(x[m])){for(let D=g+1;D<m;D++)x[D].shaperInfo.position<F0.SMVD&&(x[D].shaperInfo.position=x[m].shaperInfo.position);g=m}else x[m].shaperInfo.category===W0.M&&(g=m);let S=x.slice(s,o);S.sort((m,D)=>m.shaperInfo.position-D.shaperInfo.position),x.splice(s,S.length,...S);for(let m=s;m<o;m++)if(x[m].shaperInfo.position===F0.Base_C){d=m;break}for(let m=s;m<o&&x[m].shaperInfo.position===F0.Ra_To_Become_Reph;m++)x[m].features.rphf=!0;let w=!e.isOldSpec&&a.blwfMode==="Pre_And_Post";for(let m=s;m<d;m++)x[m].features.half=!0,w&&(x[m].features.blwf=!0);for(let m=d+1;m<o;m++)x[m].features.abvf=!0,x[m].features.pstf=!0,x[m].features.blwf=!0;if(e.isOldSpec&&e.unicodeScript==="Devanagari")for(let m=s;m+1<d;m++)x[m].shaperInfo.category===W0.Ra&&x[m+1].shaperInfo.category===W0.H&&(m+1===d||x[m+2].shaperInfo.category===W0.ZWJ)&&(x[m].features.blwf=!0,x[m+1].features.blwf=!0);let T=2;if(r.pref&&d+T<o)for(let m=d+1;m+T-1<o;m++){let D=[x[m].copy(),x[m+1].copy()];if(I6(D,"pref")){for(let N=0;N<T;N++)x[m++].features.pref=!0;if(r.cfar)for(;m<o;m++)x[m].features.cfar=!0;break}}for(let m=s+1;m<o;m++)if(S6(x[m])){let D=x[m].shaperInfo.category===W0.ZWNJ,N=m;do N--,D&&delete x[N].features.half;while(N>s&&!ke(x[N]))}}}function M8(t,x,e){let a=e.indicConfig,r=t._layoutEngine.engine.GSUBProcessor.features;for(let n=0,i=fa(x,0);n<x.length;n=i,i=fa(x,n)){let s=!!r.pref,o=n;for(;o<i;o++)if(x[o].shaperInfo.position>=F0.Base_C){if(s&&o+1<i){for(let f=o+1;f<i;f++)if(x[f].features.pref){if(!(x[f].substituted&&x[f].isLigated&&!x[f].isMultiplied)){for(o=f;o<i&&L6(x[o]);)o++;x[o].shaperInfo.position=F0.BASE_C,s=!1}break}}if(e.unicodeScript==="Malayalam")for(let f=o+1;f<i;f++){for(;f<i&&S6(x[f]);)f++;if(f===i||!L6(x[f]))break;for(f++;f<i&&S6(x[f]);)f++;f<i&&ke(x[f])&&x[f].shaperInfo.position===F0.Below_C&&(o=f,x[o].shaperInfo.position=F0.Base_C)}n<o&&x[o].shaperInfo.position>F0.Base_C&&o--;break}if(o===i&&n<o&&x[o-1].shaperInfo.category===W0.ZWJ&&o--,o<i)for(;n<o&&x[o].shaperInfo.category&(W0.N|Dt);)o--;if(n+1<i&&n<o){let f=o===i?o-2:o-1;if(e.unicodeScript!=="Malayalam"&&e.unicodeScript!=="Tamil"){for(;f>n&&!(x[f].shaperInfo.category&(W0.M|Dt));)f--;L6(x[f])&&x[f].shaperInfo.position!==F0.Pre_M?f+1<i&&S6(x[f+1])&&f++:f=n}if(n<f&&x[f].shaperInfo.position!==F0.Pre_M){for(let c=f;c>n;c--)if(x[c-1].shaperInfo.position===F0.Pre_M){let d=c-1;d<o&&o<=f&&o--;let h=x[d];x.splice(d,0,...x.splice(d+1,f-d)),x[f]=h,f--}}}if(n+1<i&&x[n].shaperInfo.position===F0.Ra_To_Become_Reph&&x[n].shaperInfo.category===W0.Repha!==(x[n].isLigated&&!x[n].isMultiplied)){let f,c=a.rephPos,d=!1;if(c!==F0.After_Post){for(f=n+1;f<o&&!L6(x[f]);)f++;if(f<o&&L6(x[f])&&(f+1<o&&S6(x[f+1])&&f++,d=!0),!d&&c===F0.After_Main){for(f=o;f+1<i&&x[f+1].shaperInfo.position<=F0.After_Main;)f++;d=f<i}if(!d&&c===F0.After_Sub){for(f=o;f+1<i&&!(x[f+1].shaperInfo.position&(F0.Post_C|F0.After_Post|F0.SMVD));)f++;d=f<i}}if(!d){for(f=n+1;f<o&&!L6(x[f]);)f++;f<o&&L6(x[f])&&(f+1<o&&S6(x[f+1])&&f++,d=!0)}if(!d){for(f=i-1;f>n&&x[f].shaperInfo.position===F0.SMVD;)f--;if(L6(x[f]))for(let b=o+1;b<f;b++)x[b].shaperInfo.category===W0.M&&f--}let h=x[n];x.splice(n,0,...x.splice(n+1,f-n)),x[f]=h,n<o&&o<=f&&o--}if(s&&o+1<i){for(let f=o+1;f<i;f++)if(x[f].features.pref){if(x[f].isLigated&&!x[f].isMultiplied){let c=o;if(e.unicodeScript!=="Malayalam"&&e.unicodeScript!=="Tamil"){for(;c>n&&!(x[c-1].shaperInfo.category&(W0.M|Dt));)c--;if(c>n&&x[c-1].shaperInfo.category===W0.M){let b=f;for(let u=o+1;u<b;u++)if(x[u].shaperInfo.category===W0.M){c--;break}}}c>n&&L6(x[c-1])&&c<i&&S6(x[c])&&c++;let d=f,h=x[d];x.splice(c+1,0,...x.splice(c,d-c)),x[c]=h,c<=o&&o<d&&o++}break}}x[n].shaperInfo.position===F0.Pre_M&&(!n||!/Cf|Mn/.test(Tt(x[n-1].codePoints[0])))&&(x[n].features.init=!0)}}function fa(t,x){if(x>=t.length)return x;let e=t[x].shaperInfo.syllable;for(;++x<t.length&&t[x].shaperInfo.syllable===e;);return x}var{categories:I8,decompositions:Co}=ua(ya),F8=new ha.default(Z2("AAACAAAAAAAQugAAAQUO+vHtnHuMX0UVx2d3u/t7bXe7FlqgvB+mpQhFmhikMRAg0ZQmakMU+cPWBzZisEGNjUpoiIYCEgmGUGOEGqOVNPUZUGNA+QNIBU2KREEFFSMBUYRISMXE+B3vnPzOzp553tcWfif5ZO5jnufMzJ2ZO/eumlDqFLAWnAMuBBvBZnC5uXZeBe4WsA1sBzs8/naCXcL1G8GtYDfYA74NvgfuAfcZHmT+fwEeBb8DTwvxPQWeAavACyZvq8z9VYxXwCGglijVBcvACnA8eCM4E6wHG8BF4BLwbvA+8AHwUbAd7AA7wS5wC9gN7gR7wX5wN7gXPAAeBr8Gvwd/Ac+CF8EhoCaV6oBZsBKcAE4FZ0wWeV8P9zxwoTnfCHczuBxsAdvAx8Gnzf1r4X4B3AxuA1+bHJb9m5PzdVGW/Yjv+xXHyfmxFfd9OH8Q/Ar8Bjw1WZT3GfACeAX8N5CfqSmlZsAKsGqqCH8K3DXgbHCuuXYB3HeAd4HLpgrdarbi+EPgY+CT4HPg8ybMTcb9MtyvghtYut/A+b4pf95+ELgfw08Qx/3gADgInjDl0veehPtX8A/wsrn2KtzxDuogWNoJx38k/BzXKeI8Ee5qcBZYD9aZtDbg+AwT19uMX83F7JizCdcvBZdZ97c6/BMfMWmfzfTm88/95aLj+DDSvApcDXZ04uPfaen3TMHPLvi5BezuFPVtD4t/qUcfe3FvP7gb3Ouwo9T+H+gMy/UIjh8DfwBPm7T08d/M8WMBe1Sh3xEjXo+M2s+IESNGjBgxYsSI1wLrOsM1gRsi/P+TzV3/Zc1jvxgR/j8IM9Et1mEGcJeDFeA4cJq5/ia467uF/w1wzwdvB+80998LdwvYZs63w90Bdnbd6Wp/uzz3R4wYMWJEvZzTMm2Xf8SIEfVQd/v+EsaPt3eL90J3wP2WMJ78Trd4t6+P77Hu37cIxp9/ny6YXqrUJeCR6TA74e/nll81MzxejeMtYA94HBwy91bPYow+O/S3A8d7oIM/gRN7CAP29Iqx/B1ThfuwOecM+vA3NmRjf6Gfm3BtH7v+PI7XDpS6EuwDz4O10+0/f9om1F4ehO4OmHp6EO7jxl56nvhsN/15ut+4Z0b657yYkZ7UJ0jhX0bcr3bn+6P87vekN4762QNzvWHZtL+jcH5srzg/uTf0f3pvfj5i+6tYW7rK9+aefO+tuL4BXAQ2gs3gPeBJc//9OL4CXAWuNvc/A64DN4Jbwe0s7jtxvBfsAz8EPwX3gwPgoJAHPQ9/Atf/bO7p/TTP4fglwS/5/zfujfWH5z0cz4Gj+8X5Sf1ib4m+vwbHZ/fdOtP+z+3LOnPp/QL4vxhsApeCy8BWk/a2ftFmYu22Hf4/Ba4B14Hrwc0sP7fh+Cvg6+Au8F1WthA/8pT7UeTxZ/12njkuXT8UyM9i6iur1EEb6f+yPz/eg0b3v4X7x365fMaW42lPu7PTv6vi8i/G+lWF/cvUk7bLl1r+5/rN5tu3j2qvWTd/qV+4h+AqjDGnBsX59GDo94iBXDa6v6Yjl6vu+h8itJcsZq/ZykHhHg/3tMHhUe9s/Yfuny7YNxTvQ8LYdrER2+/c0GBezhrMv3ZNRv7PmYirh7oOv4W1Y72/cwPOzx8U7X8d2295sfE3MPnbBPfSQbHv9nK4HxTqiK/trI7Yy5mLzvuVg/nX+N7V51A3r+gMy/4J434W7l2dYf5PZWGuNX6uh3uzEPetuLY7sZ20zTETY2oxyBhj3DrnfsidYPeXRGLHpxzX6pbFofGRkFBdGhcgW40L4cYtd9JAElO36q4LEzXHX7VMtZ2BEhJjy9dT25fazOtJxhwsBrHzwfu8w12kMYN9fLhIbp2RxlI59rX1dzjpsKl2Fxt3iu6rbofc9q5+KcRrXVzzDn6/Crvk6p/y1GFgGhs9/6maHjBLgv8/18fTxl1q0bPoW8ywsFTGWaazHosrNn/kP2eeqEroZYLZphsZl7L82eephMIqNT8dyT9JjH1Jpg32ubZvTB/SF665ymSnnaqjUHum+1Qn+NyOtz9f2r6y5OQ51b6hYy0D40r2tYXar30+Y/mbVX6JqY+hMC60XZapoh3S/HdOpT3DYu3rs0lKnquyb277JZvyPlqp+f1zVVK2/dJYNpQGf04uYyh1+PTPqfalZ2tO/xwSu+3bOrDzmWvfcTW/fLmibRx6lkvlcOlc8qsE/y5/rnSk67F1iAu1VT6+4jKt5tufn8e2b+n57JKcckhrsKG1Cd6Wu+Y8tf2l5DenPafqQZ/7xstKLeyr+XnInjSelvRgS9n27JPQM5n6Am7jmLG8VK6m7OvyS2L313XYV2r/tth5LWPfNxhyhI+1Up7HVbe/HMgeZE8brtNQ/7tcyX0cn//H2LTO9kpir5VI6yYp9szJW9W2jI1Tqfl5ic2v1GZ5XaG6RDZbyvxMO/DVh1SdUj5y1vraaHs+2/TYNXvtSRoXk4wrf9w6fEctnFt0zL2y+xFsfSrLza2zOTqMiZv8xOpbn8+xsL5ykdj6VsxNKb/Lvxb7nX8u48y1x6yuMW3V9tNxTlouzXslibVxndjC14xda8g2NIbg5x01XAP2lfeIBFSi/zrQEporTXru8fCueiy1CUnqrhspSM9SzbSS64tep9R1ZsZcOxKsUEUfNZeYtr0vjY5DeXW915hT8/PRV8MxlR1HV4DHZZc9R7dzajgWoXikdLtGr0uEfPigsGS/NvYjSHW87XejoXZehZ74XrcqpQ4d5T5f7Gu8f6g7fQmefoqOqk4/VarQv2o4/VDetPDnhjR2dc3BCBp/9NVw7KGfwStVMf6aZNAajj6224j9HCZbpZa/LvH1gU30i/q5WnUdSNEprxv2eIOwx2pcjjLMsmObo008k0J4u69P3d9QdbspW/dy080Nb8PXqcrmj0vsc7tu6qwD1A5oLYr3U3XWSxqj6/a10nCMkudJMyxvrvbK55jUrqU+Xlr/Iai98jY7mVAml5QNHxq31j2m5TrSdmp6z5p+9kpzQntdQbI1Pafr6I9C60gxrALHGtdF6tyhLTtxeBuW+hhqyzPMX931xl6rJ5f6n5h3blpsW7vKbvdBfL1gpYfjDLrvob1drrRT+mcuMf1OrJSdW/P+RfufdUB+pOtdTzhpL5t0jfKr46P3obQfQdPGt1jS+DEkx4MT2PmEg1j72OthqfZNWX+JuZ4at/2sTAmn5cSIMqZIjk0pnD0+aUI6YS9ekdaspWsp8cWEC62dS66UTkq+ypajyvXSlPz4xhQhm/ns6wpXBVI560jHN9aKkdT46spvWT916rONdHNsGSNtl6Hp8oakTVukpF9n3U3Jx0TNefbp3R4jltVfFfpvQkJpNaH/puyco++qbZPz7sE1L3DFGVovc4XPLUPO3ELyrzLiSpmPhaTJfqeJ+t60PiTh9snNW2656upDQ+Wtyg6ueJquB7HSVPspW9a28lDWJouhb6iyv7XjTfVL67j2vjDpvUfMt1Vl4GvctMaeq/vYcFWXIfV5Ku3XaxK951H6dsWFrhcxa3pU/pz3C1xc71tTcaXjGjtJbYIj7UHm7wxSyx+D/d7SfpfJ3wPpfSQp32tS2dt8V2tD7+Bce3rpPa3eC6Dr8Ulq+K+J3HFvbn312Zv2RdStr9g0pP0P/B04XbP3Q8cIT2dlRF6orkrhY/Rv27FqHfL1DP480ffo/V6V7aTHXLKDbTdXOOrnyG1ScvSv6xqve30lPzdpj36M8Pilb+L5vr0xE3dd30nWIfZ45uSSxK4x+CRmTUK6F/LrSsfnj+aOdYyvpXyMK7/OpHWjlDTsa0rJum5K7Ppnj7F9c+0q0qtr7pQji2X9oMwcVrJfmblwU2V2SV3rEk3YuO46XXf8MfrQz077G2zftyDkj/ZqhcZr9nldkOg5ykAt3GunJbR3NGYsUfWafd3ts853C4dLHppOM6WcfM5C+xSbaC/2HMa1H9v1vXdoXm/LKSVpYh5wqmr/X67SfwHtPc9a97p/k8bt0hpbW0j1Svr2m+7Rd98qIQ1pvSF273dKOjHYNmk6fd8/JX3tWIddblBqoU5p7zrZKnd9TppjVq0DSitWqkwz12b2exb7vwjaRvS/TFd/S+8AYvIo+Suri5TwvvZRdV1IQevQ1/8SA+UeH5eto7n/X1Oe86ptaafl8kPjcF7P7W93eD9d5n+oSvn7fFe7I/G9q1IBfylSR71N6fft94ZU18hOXKR+JqUO8f4+5dvLsmWlMQb/Vov+CUDlpTGUndeQlG3fdZWdRPoPgl3mmDlsLnaey/4X3tVuU+o6L3/Pym+qlLV/jk6rlBRd8394hZ6JdnuqIv2ykOh3pfq96Wkq/E8qu2xl88/tOJ4R3tfmpbGi3c5T859bzqr7MbsN03iI5itUNj5eaEKWqIX/KJCQ/iFWNZMmHXs8ovWk53JzFq5vPul6zDjLV36pX7bzvNzB0YlQOZephWtRS5T7eeSq8030R77/HvC1d7tN83Zt9yltrDdwSR0XxsZd5l+MvvvU1/M9jSnj+Nh6FPJbBld/w6XHXH5MZeXrOfS/65g9RTl1JCa8chzX2RZ9/3lXSh4/VqWfEBNq4b82Ytp6m+9Qqxir1jX+rfPdT1vvsWhM6bPbmON6E1LnPCZW7L0qqXswmtqf0MQelZj4myrzYtzvIYmURlvtqapyx+gzRfd0XPfahVSOquMoG+dibBdl46iyfdbV1qvUW9m8+KTudMvkzZe/pqTJ+pWTflX5zw1fVfox6ZTVc8hvHflOSb+OuG1JsZ0kufXAJf8D")),E8=new X2.default(ua(ya)),H0=class extends _6{static planFeatures(x){x.addStage(O8),x.addStage(["locl","ccmp","nukt","akhn"]),x.addStage(_o),x.addStage(["rphf"],!1),x.addStage(B8),x.addStage(_o),x.addStage(["pref"]),x.addStage(D8),x.addStage(["rkrf","abvf","blwf","half","pstf","vatu","cjct"]),x.addStage(R8),x.addStage(["abvs","blws","pres","psts","dist","abvm","blwm"])}static assignFeatures(x,e){for(let a=e.length-1;a>=0;a--){let r=e[a].codePoints[0];if(Co[r]){let n=Co[r].map(i=>{let s=x.font.glyphForCodePoint(i);return new c6(x.font,s.id,[i],e[a].features)});e.splice(a,1,...n)}}}};Dx(H0,"zeroMarkWidths","BEFORE_GPOS");function So(t){return F8.get(t.codePoints[0])}var L2=class{constructor(x,e,a){this.category=x,this.syllableType=e,this.syllable=a}};function O8(t,x){let e=0;for(let[a,r,n]of E8.match(x.map(So))){++e;for(let s=a;s<=r;s++)x[s].shaperInfo=new L2(I8[So(x[s])],n[0],e);let i=x[a].shaperInfo.category==="R"?1:Math.min(3,r-a);for(let s=a;s<a+i;s++)x[s].features.rphf=!0}}function _o(t,x){for(let e of x)e.substituted=!1}function B8(t,x){for(let e of x)e.substituted&&e.features.rphf&&(e.shaperInfo.category="R")}function D8(t,x){for(let e of x)e.substituted&&(e.shaperInfo.category="VPre")}function R8(t,x){let e=t.glyphForCodePoint(9676).id;for(let a=0,r=ko(x,0);a<x.length;a=r,r=ko(x,a)){let n,i,s=x[a].shaperInfo,o=s.syllableType;if(!(o!=="virama_terminated_cluster"&&o!=="standard_cluster"&&o!=="broken_cluster")){if(o==="broken_cluster"&&e){let f=new c6(t,e,[9676]);for(f.shaperInfo=s,n=a;n<r&&x[n].shaperInfo.category==="R";n++);x.splice(++n,0,f),r++}if(s.category==="R"&&r-a>1){for(n=a+1;n<r;n++)if(s=x[n].shaperInfo,Ao(s)||U7(x[n])){U7(x[n])&&n--,x.splice(a,0,...x.splice(a+1,n-a),x[n]);break}}for(n=a,i=r;n<r;n++)s=x[n].shaperInfo,Ao(s)||U7(x[n])?i=U7(x[n])?n+1:n:(s.category==="VPre"||s.category==="VMPre")&&i<n&&x.splice(i,1,x[n],...x.splice(i,n-i))}}}function ko(t,x){if(x>=t.length)return x;let e=t[x].shaperInfo.syllable;for(;++x<t.length&&t[x].shaperInfo.syllable===e;);return x}function U7(t){return t.shaperInfo.category==="H"&&!t.isLigated}function Ao(t){return t.category==="B"||t.category==="GB"}var N8={arab:C6,mong:C6,syrc:C6,"nko ":C6,phag:C6,mand:C6,mani:C6,phlp:C6,hang:ra,bng2:ux,beng:ux,dev2:ux,deva:ux,gjr2:ux,gujr:ux,guru:ux,gur2:ux,knda:ux,knd2:ux,mlm2:ux,mlym:ux,ory2:ux,orya:ux,taml:ux,tml2:ux,telu:ux,tel2:ux,khmr:ux,bali:H0,batk:H0,brah:H0,bugi:H0,buhd:H0,cakm:H0,cham:H0,dupl:H0,egyp:H0,gran:H0,hano:H0,java:H0,kthi:H0,kali:H0,khar:H0,khoj:H0,sind:H0,lepc:H0,limb:H0,mahj:H0,mtei:H0,modi:H0,hmng:H0,rjng:H0,saur:H0,shrd:H0,sidd:H0,sinh:ux,sund:H0,sylo:H0,tglg:H0,tagb:H0,tale:H0,lana:H0,tavt:H0,takr:H0,tibt:H0,tfng:H0,tirh:H0,latn:_6,DFLT:_6};function G8(t){Array.isArray(t)||(t=[t]);for(let x of t){let e=N8[x];if(e)return e}return _6}var $2=class extends xt{applyLookup(x,e){switch(x){case 1:{let r=this.coverageIndex(e.coverage);if(r===-1)return!1;let n=this.glyphIterator.cur;switch(e.version){case 1:n.id=n.id+e.deltaGlyphID&65535;break;case 2:n.id=e.substitute.get(r);break}return!0}case 2:{let r=this.coverageIndex(e.coverage);if(r!==-1){let n=e.sequences.get(r);if(n.length===0)return this.glyphs.splice(this.glyphIterator.index,1),!0;this.glyphIterator.cur.id=n[0],this.glyphIterator.cur.ligatureComponent=0;let i=this.glyphIterator.cur.features,s=this.glyphIterator.cur,o=n.slice(1).map((f,c)=>{let d=new c6(this.font,f,void 0,i);return d.shaperInfo=s.shaperInfo,d.isLigated=s.isLigated,d.ligatureComponent=c+1,d.substituted=!0,d.isMultiplied=!0,d});return this.glyphs.splice(this.glyphIterator.index+1,0,...o),!0}return!1}case 3:{let r=this.coverageIndex(e.coverage);if(r!==-1){let n=0;return this.glyphIterator.cur.id=e.alternateSet.get(r)[n],!0}return!1}case 4:{let r=this.coverageIndex(e.coverage);if(r===-1)return!1;for(let n of e.ligatureSets.get(r)){let i=this.sequenceMatchIndices(1,n.components);if(!i)continue;let s=this.glyphIterator.cur,o=s.codePoints.slice();for(let g of i)o.push(...this.glyphs[g].codePoints);let f=new c6(this.font,n.glyph,o,s.features);f.shaperInfo=s.shaperInfo,f.isLigated=!0,f.substituted=!0;let c=s.isMark;for(let g=0;g<i.length&&c;g++)c=this.glyphs[i[g]].isMark;f.ligatureID=c?null:this.ligatureID++;let d=s.ligatureID,h=s.codePoints.length,b=h,u=this.glyphIterator.index+1;for(let g of i){if(c)u=g;else for(;u<g;){var a=b-h+Math.min(this.glyphs[u].ligatureComponent||1,h);this.glyphs[u].ligatureID=f.ligatureID,this.glyphs[u].ligatureComponent=a,u++}d=this.glyphs[u].ligatureID,h=this.glyphs[u].codePoints.length,b+=h,u++}if(d&&!c)for(let g=u;g<this.glyphs.length&&this.glyphs[g].ligatureID===d;g++){var a=b-h+Math.min(this.glyphs[g].ligatureComponent||1,h);this.glyphs[g].ligatureComponent=a}for(let g=i.length-1;g>=0;g--)this.glyphs.splice(i[g],1);return this.glyphs[this.glyphIterator.index]=f,!0}return!1}case 5:return this.applyContext(e);case 6:return this.applyChainingContext(e);case 7:return this.applyLookup(e.lookupType,e.extension);default:throw new Error(`GSUB lookupType ${x} is not supported`)}}},M2=class extends xt{applyPositionValue(x,e){let a=this.positions[this.glyphIterator.peekIndex(x)];e.xAdvance!=null&&(a.xAdvance+=e.xAdvance),e.yAdvance!=null&&(a.yAdvance+=e.yAdvance),e.xPlacement!=null&&(a.xOffset+=e.xPlacement),e.yPlacement!=null&&(a.yOffset+=e.yPlacement);let r=this.font._variationProcessor,n=this.font.GDEF&&this.font.GDEF.itemVariationStore;r&&n&&(e.xPlaDevice&&(a.xOffset+=r.getDelta(n,e.xPlaDevice.a,e.xPlaDevice.b)),e.yPlaDevice&&(a.yOffset+=r.getDelta(n,e.yPlaDevice.a,e.yPlaDevice.b)),e.xAdvDevice&&(a.xAdvance+=r.getDelta(n,e.xAdvDevice.a,e.xAdvDevice.b)),e.yAdvDevice&&(a.yAdvance+=r.getDelta(n,e.yAdvDevice.a,e.yAdvDevice.b)))}applyLookup(x,e){switch(x){case 1:{let r=this.coverageIndex(e.coverage);if(r===-1)return!1;switch(e.version){case 1:this.applyPositionValue(0,e.value);break;case 2:this.applyPositionValue(0,e.values.get(r));break}return!0}case 2:{let r=this.glyphIterator.peek();if(!r)return!1;let n=this.coverageIndex(e.coverage);if(n===-1)return!1;switch(e.version){case 1:let i=e.pairSets.get(n);for(let f of i)if(f.secondGlyph===r.id)return this.applyPositionValue(0,f.value1),this.applyPositionValue(1,f.value2),!0;return!1;case 2:let s=this.getClassID(this.glyphIterator.cur.id,e.classDef1),o=this.getClassID(r.id,e.classDef2);if(s===-1||o===-1)return!1;var a=e.classRecords.get(s).get(o);return this.applyPositionValue(0,a.value1),this.applyPositionValue(1,a.value2),!0}}case 3:{let r=this.glyphIterator.peekIndex(),n=this.glyphs[r];if(!n)return!1;let i=e.entryExitRecords[this.coverageIndex(e.coverage)];if(!i||!i.exitAnchor)return!1;let s=e.entryExitRecords[this.coverageIndex(e.coverage,n.id)];if(!s||!s.entryAnchor)return!1;let o=this.getAnchor(s.entryAnchor),f=this.getAnchor(i.exitAnchor),c=this.positions[this.glyphIterator.index],d=this.positions[r],h;switch(this.direction){case"ltr":c.xAdvance=f.x+c.xOffset,h=o.x+d.xOffset,d.xAdvance-=h,d.xOffset-=h;break;case"rtl":h=f.x+c.xOffset,c.xAdvance-=h,c.xOffset-=h,d.xAdvance=o.x+d.xOffset;break}return this.glyphIterator.flags.rightToLeft?(this.glyphIterator.cur.cursiveAttachment=r,c.yOffset=o.y-f.y):(n.cursiveAttachment=this.glyphIterator.index,c.yOffset=f.y-o.y),!0}case 4:{let r=this.coverageIndex(e.markCoverage);if(r===-1)return!1;let n=this.glyphIterator.index;for(;--n>=0&&(this.glyphs[n].isMark||this.glyphs[n].ligatureComponent>0););if(n<0)return!1;let i=this.coverageIndex(e.baseCoverage,this.glyphs[n].id);if(i===-1)return!1;let s=e.markArray[r],o=e.baseArray[i][s.class];return this.applyAnchor(s,o,n),!0}case 5:{let r=this.coverageIndex(e.markCoverage);if(r===-1)return!1;let n=this.glyphIterator.index;for(;--n>=0&&this.glyphs[n].isMark;);if(n<0)return!1;let i=this.coverageIndex(e.ligatureCoverage,this.glyphs[n].id);if(i===-1)return!1;let s=e.ligatureArray[i],o=this.glyphIterator.cur,f=this.glyphs[n],c=f.ligatureID&&f.ligatureID===o.ligatureID&&o.ligatureComponent>0?Math.min(o.ligatureComponent,f.codePoints.length)-1:f.codePoints.length-1,d=e.markArray[r],h=s[c][d.class];return this.applyAnchor(d,h,n),!0}case 6:{let r=this.coverageIndex(e.mark1Coverage);if(r===-1)return!1;let n=this.glyphIterator.peekIndex(-1),i=this.glyphs[n];if(!i||!i.isMark)return!1;let s=this.glyphIterator.cur,o=!1;if(s.ligatureID===i.ligatureID?s.ligatureID?s.ligatureComponent===i.ligatureComponent&&(o=!0):o=!0:(s.ligatureID&&!s.ligatureComponent||i.ligatureID&&!i.ligatureComponent)&&(o=!0),!o)return!1;let f=this.coverageIndex(e.mark2Coverage,i.id);if(f===-1)return!1;let c=e.mark1Array[r],d=e.mark2Array[f][c.class];return this.applyAnchor(c,d,n),!0}case 7:return this.applyContext(e);case 8:return this.applyChainingContext(e);case 9:return this.applyLookup(e.lookupType,e.extension);default:throw new Error(`Unsupported GPOS table: ${x}`)}}applyAnchor(x,e,a){let r=this.getAnchor(e),n=this.getAnchor(x.markAnchor),i=this.positions[a],s=this.positions[this.glyphIterator.index];s.xOffset=r.x-n.x,s.yOffset=r.y-n.y,this.glyphIterator.cur.markAttachment=a}getAnchor(x){let e=x.xCoordinate,a=x.yCoordinate,r=this.font._variationProcessor,n=this.font.GDEF&&this.font.GDEF.itemVariationStore;return r&&n&&(x.xDeviceTable&&(e+=r.getDelta(n,x.xDeviceTable.a,x.xDeviceTable.b)),x.yDeviceTable&&(a+=r.getDelta(n,x.yDeviceTable.a,x.yDeviceTable.b))),{x:e,y:a}}applyFeatures(x,e,a){super.applyFeatures(x,e,a);for(var r=0;r<this.glyphs.length;r++)this.fixCursiveAttachment(r);this.fixMarkAttachment()}fixCursiveAttachment(x){let e=this.glyphs[x];if(e.cursiveAttachment!=null){let a=e.cursiveAttachment;e.cursiveAttachment=null,this.fixCursiveAttachment(a),this.positions[x].yOffset+=this.positions[a].yOffset}}fixMarkAttachment(){for(let x=0;x<this.glyphs.length;x++){let e=this.glyphs[x];if(e.markAttachment!=null){let a=e.markAttachment;if(this.positions[x].xOffset+=this.positions[a].xOffset,this.positions[x].yOffset+=this.positions[a].yOffset,this.direction==="ltr")for(let r=a;r<x;r++)this.positions[x].xOffset-=this.positions[r].xAdvance,this.positions[x].yOffset-=this.positions[r].yAdvance;else for(let r=a+1;r<x+1;r++)this.positions[x].xOffset+=this.positions[r].xAdvance,this.positions[x].yOffset+=this.positions[r].yAdvance}}}},I2=class{setup(x){this.glyphInfos=x.glyphs.map(a=>new c6(this.font,a.id,[...a.codePoints]));let e=null;this.GPOSProcessor&&(e=this.GPOSProcessor.selectScript(x.script,x.language,x.direction)),this.GSUBProcessor&&(e=this.GSUBProcessor.selectScript(x.script,x.language,x.direction)),this.shaper=G8(e),this.plan=new C2(this.font,e,x.direction),this.shaper.plan(this.plan,this.glyphInfos,x.features);for(let a in this.plan.allFeatures)x.features[a]=!0}substitute(x){this.GSUBProcessor&&(this.plan.process(this.GSUBProcessor,this.glyphInfos),x.glyphs=this.glyphInfos.map(e=>this.font.getGlyph(e.id,e.codePoints)))}position(x){return this.shaper.zeroMarkWidths==="BEFORE_GPOS"&&this.zeroMarkAdvances(x.positions),this.GPOSProcessor&&this.plan.process(this.GPOSProcessor,this.glyphInfos,x.positions),this.shaper.zeroMarkWidths==="AFTER_GPOS"&&this.zeroMarkAdvances(x.positions),x.direction==="rtl"&&(x.glyphs.reverse(),x.positions.reverse()),this.GPOSProcessor&&this.GPOSProcessor.features}zeroMarkAdvances(x){for(let e=0;e<this.glyphInfos.length;e++)this.glyphInfos[e].isMark&&(x[e].xAdvance=0,x[e].yAdvance=0)}cleanup(){this.glyphInfos=null,this.plan=null,this.shaper=null}getAvailableFeatures(x,e){let a=[];return this.GSUBProcessor&&(this.GSUBProcessor.selectScript(x,e),a.push(...Object.keys(this.GSUBProcessor.features))),this.GPOSProcessor&&(this.GPOSProcessor.selectScript(x,e),a.push(...Object.keys(this.GPOSProcessor.features))),a}constructor(x){this.font=x,this.glyphInfos=null,this.plan=null,this.GSUBProcessor=null,this.GPOSProcessor=null,this.fallbackPosition=!0,x.GSUB&&(this.GSUBProcessor=new $2(x,x.GSUB)),x.GPOS&&(this.GPOSProcessor=new M2(x,x.GPOS))}},F2=class{layout(x,e,a,r,n){if(typeof e=="string"&&(n=r,r=a,a=e,e=[]),typeof x=="string"){a==null&&(a=A9(x));var i=this.font.glyphsForString(x)}else{if(a==null){let f=[];for(let c of x)f.push(...c.codePoints);a=P9(f)}var i=x}let s=new m2(i,e,a,r,n);return i.length===0?(s.positions=[],s):(this.engine&&this.engine.setup&&this.engine.setup(s),this.substitute(s),this.position(s),this.hideDefaultIgnorables(s.glyphs,s.positions),this.engine&&this.engine.cleanup&&this.engine.cleanup(),s)}substitute(x){this.engine&&this.engine.substitute&&this.engine.substitute(x)}position(x){x.positions=x.glyphs.map(a=>new y2(a.advanceWidth));let e=null;this.engine&&this.engine.position&&(e=this.engine.position(x)),!e&&(!this.engine||this.engine.fallbackPosition)&&(this.unicodeLayoutEngine||(this.unicodeLayoutEngine=new p2(this.font)),this.unicodeLayoutEngine.positionGlyphs(x.glyphs,x.positions)),(!e||!e.kern)&&x.features.kern!==!1&&this.font.kern&&(this.kernProcessor||(this.kernProcessor=new b2(this.font)),this.kernProcessor.process(x.glyphs,x.positions),x.features.kern=!0)}hideDefaultIgnorables(x,e){let a=this.font.glyphForCodePoint(32);for(let r=0;r<x.length;r++)this.isDefaultIgnorable(x[r].codePoints[0])&&(x[r]=a,e[r].xAdvance=0,e[r].yAdvance=0)}isDefaultIgnorable(x){let e=x>>16;if(e===0)switch(x>>8){case 0:return x===173;case 3:return x===847;case 6:return x===1564;case 23:return 6068<=x&&x<=6069;case 24:return 6155<=x&&x<=6158;case 32:return 8203<=x&&x<=8207||8234<=x&&x<=8238||8288<=x&&x<=8303;case 254:return 65024<=x&&x<=65039||x===65279;case 255:return 65520<=x&&x<=65528;default:return!1}else switch(e){case 1:return 113824<=x&&x<=113827||119155<=x&&x<=119162;case 14:return 917504<=x&&x<=921599;default:return!1}}getAvailableFeatures(x,e){let a=[];return this.engine&&a.push(...this.engine.getAvailableFeatures(x,e)),this.font.kern&&a.indexOf("kern")===-1&&a.push("kern"),a}stringsForGlyph(x){let e=new Set,a=this.font._cmapProcessor.codePointsForGlyph(x);for(let r of a)e.add(String.fromCodePoint(r));if(this.engine&&this.engine.stringsForGlyph)for(let r of this.engine.stringsForGlyph(x))e.add(r);return Array.from(e)}constructor(x){this.font=x,this.unicodeLayoutEngine=null,this.kernProcessor=null,this.font.morx?this.engine=new v2(this.font):(this.font.GSUB||this.font.GPOS)&&(this.engine=new I2(this.font))}},z8={moveTo:"M",lineTo:"L",quadraticCurveTo:"Q",bezierCurveTo:"C",closePath:"Z"},tt=class t{toFunction(){return x=>{this.commands.forEach(e=>x[e.command].apply(x,e.args))}}toSVG(){return this.commands.map(e=>{let a=e.args.map(r=>Math.round(r*100)/100);return`${z8[e.command]}${a.join(" ")}`}).join("")}get cbox(){if(!this._cbox){let x=new ie;for(let e of this.commands)for(let a=0;a<e.args.length;a+=2)x.addPoint(e.args[a],e.args[a+1]);this._cbox=Object.freeze(x)}return this._cbox}get bbox(){if(this._bbox)return this._bbox;let x=new ie,e=0,a=0,r=T=>Math.pow(1-T,3)*b[w]+3*Math.pow(1-T,2)*T*u[w]+3*(1-T)*Math.pow(T,2)*g[w]+Math.pow(T,3)*S[w];for(let T of this.commands)switch(T.command){case"moveTo":case"lineTo":let[m,D]=T.args;x.addPoint(m,D),e=m,a=D;break;case"quadraticCurveTo":case"bezierCurveTo":if(T.command==="quadraticCurveTo")var[n,i,d,h]=T.args,s=e+2/3*(n-e),o=a+2/3*(i-a),f=d+2/3*(n-d),c=h+2/3*(i-h);else var[s,o,f,c,d,h]=T.args;x.addPoint(d,h);for(var b=[e,a],u=[s,o],g=[f,c],S=[d,h],w=0;w<=1;w++){let N=6*b[w]-12*u[w]+6*g[w],H=-3*b[w]+9*u[w]-9*g[w]+3*S[w];if(T=3*u[w]-3*b[w],H===0){if(N===0)continue;let Q=-T/N;0<Q&&Q<1&&(w===0?x.addPoint(r(Q),x.maxY):w===1&&x.addPoint(x.maxX,r(Q)));continue}let G=Math.pow(N,2)-4*T*H;if(G<0)continue;let z=(-N+Math.sqrt(G))/(2*H);0<z&&z<1&&(w===0?x.addPoint(r(z),x.maxY):w===1&&x.addPoint(x.maxX,r(z)));let J=(-N-Math.sqrt(G))/(2*H);0<J&&J<1&&(w===0?x.addPoint(r(J),x.maxY):w===1&&x.addPoint(x.maxX,r(J)))}e=d,a=h;break}return this._bbox=Object.freeze(x)}mapPoints(x){let e=new t;for(let a of this.commands){let r=[];for(let n=0;n<a.args.length;n+=2){let[i,s]=x(a.args[n],a.args[n+1]);r.push(i,s)}e[a.command](...r)}return e}transform(x,e,a,r,n,i){return this.mapPoints((s,o)=>{let f=x*s+a*o+n,c=e*s+r*o+i;return[f,c]})}translate(x,e){return this.transform(1,0,0,1,x,e)}rotate(x){let e=Math.cos(x),a=Math.sin(x);return this.transform(e,a,-a,e,0,0)}scale(x,e=x){return this.transform(x,0,0,e,0,0)}constructor(){this.commands=[],this._bbox=null,this._cbox=null}};for(let t of["moveTo","lineTo","quadraticCurveTo","bezierCurveTo","closePath"])tt.prototype[t]=function(...x){return this._bbox=this._cbox=null,this.commands.push({command:t,args:x}),this};var Mt=[".notdef",".null","nonmarkingreturn","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","nonbreakingspace","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron","Lslash","lslash","Scaron","scaron","Zcaron","zcaron","brokenbar","Eth","eth","Yacute","yacute","Thorn","thorn","minus","multiply","onesuperior","twosuperior","threesuperior","onehalf","onequarter","threequarters","franc","Gbreve","gbreve","Idotaccent","Scedilla","scedilla","Cacute","cacute","Ccaron","ccaron","dcroat"],x6=class{_getPath(){return new tt}_getCBox(){return this.path.cbox}_getBBox(){return this.path.bbox}_getTableMetrics(x){if(this.id<x.metrics.length)return x.metrics.get(this.id);let e=x.metrics.get(x.metrics.length-1);return{advance:e?e.advance:0,bearing:x.bearings.get(this.id-x.metrics.length)||0}}_getMetrics(x){if(this._metrics)return this._metrics;let{advance:e,bearing:a}=this._getTableMetrics(this._font.hmtx);if(this._font.vmtx)var{advance:r,bearing:n}=this._getTableMetrics(this._font.vmtx);else{let i;if((typeof x>"u"||x===null)&&({cbox:x}=this),(i=this._font["OS/2"])&&i.version>0)var r=Math.abs(i.typoAscender-i.typoDescender),n=i.typoAscender-x.maxY;else{let{hhea:s}=this._font;var r=Math.abs(s.ascent-s.descent),n=s.ascent-x.maxY}}return this._font._variationProcessor&&this._font.HVAR&&(e+=this._font._variationProcessor.getAdvanceAdjustment(this.id,this._font.HVAR)),this._metrics={advanceWidth:e,advanceHeight:r,leftBearing:a,topBearing:n}}get cbox(){return this._getCBox()}get bbox(){return this._getBBox()}get path(){return this._getPath()}getScaledPath(x){let e=1/this._font.unitsPerEm*x;return this.path.scale(e)}get advanceWidth(){return this._getMetrics().advanceWidth}get advanceHeight(){return this._getMetrics().advanceHeight}get ligatureCaretPositions(){}_getName(){let{post:x}=this._font;if(!x)return null;switch(x.version){case 1:return Mt[this.id];case 2:let e=x.glyphNameIndex[this.id];return e<Mt.length?Mt[e]:x.names[e-Mt.length];case 2.5:return Mt[this.id+x.offsets[this.id]];case 4:return String.fromCharCode(x.map[this.id])}}get name(){return this._getName()}render(x,e){x.save();let a=1/this._font.head.unitsPerEm*e;x.scale(a,a),this.path.toFunction()(x),x.fill(),x.restore()}constructor(x,e,a){this.id=x,this.codePoints=e,this._font=a,this.isMark=this.codePoints.length>0&&this.codePoints.every(Or),this.isLigature=this.codePoints.length>1}};kx([Tx],x6.prototype,"cbox",null);kx([Tx],x6.prototype,"bbox",null);kx([Tx],x6.prototype,"path",null);kx([Tx],x6.prototype,"advanceWidth",null);kx([Tx],x6.prototype,"advanceHeight",null);kx([Tx],x6.prototype,"name",null);var Po=new q({numberOfContours:s0,xMin:s0,yMin:s0,xMax:s0,yMax:s0}),H8=1,U8=2,V8=4,W8=8,j8=16,X8=32,q8=1;var K8=8,To=32,Z8=64,Y8=128,J8=256;var f6=class t{copy(){return new t(this.onCurve,this.endContour,this.x,this.y)}constructor(x,e,a=0,r=0){this.onCurve=x,this.endContour=e,this.x=a,this.y=r}},E2=class{constructor(x,e,a){this.glyphID=x,this.dx=e,this.dy=a,this.pos=0,this.scaleX=this.scaleY=1,this.scale01=this.scale10=0}},at=class extends x6{_getCBox(x){if(this._font._variationProcessor&&!x)return this.path.cbox;let e=this._font._getTableStream("glyf");e.pos+=this._font.loca.offsets[this.id];let a=Po.decode(e),r=new ie(a.xMin,a.yMin,a.xMax,a.yMax);return Object.freeze(r)}_parseGlyphCoord(x,e,a,r){if(a){var n=x.readUInt8();r||(n=-n),n+=e}else if(r)var n=e;else var n=e+x.readInt16BE();return n}_decode(){let x=this._font.loca.offsets[this.id],e=this._font.loca.offsets[this.id+1];if(x===e)return null;let a=this._font._getTableStream("glyf");a.pos+=x;let r=a.pos,n=Po.decode(a);return n.numberOfContours>0?this._decodeSimple(n,a):n.numberOfContours<0&&this._decodeComposite(n,a,r),n}_decodeSimple(x,e){x.points=[];let a=new V(l,x.numberOfContours).decode(e);x.instructions=new V(b0,l).decode(e);let r=[],n=a[a.length-1]+1;for(;r.length<n;){var i=e.readUInt8();if(r.push(i),i&W8){let c=e.readUInt8();for(let d=0;d<c;d++)r.push(i)}}for(var s=0;s<r.length;s++){var i=r[s];let d=new f6(!!(i&H8),a.indexOf(s)>=0,0,0);x.points.push(d)}let o=0;for(var s=0;s<r.length;s++){var i=r[s];x.points[s].x=o=this._parseGlyphCoord(e,o,i&U8,i&j8)}let f=0;for(var s=0;s<r.length;s++){var i=r[s];x.points[s].y=f=this._parseGlyphCoord(e,f,i&V8,i&X8)}if(this._font._variationProcessor){let c=x.points.slice();c.push(...this._getPhantomPoints(x)),this._font._variationProcessor.transformPoints(this.id,c),x.phantomPoints=c.slice(-4)}}_decodeComposite(x,e,a=0){x.components=[];let r=!1,n=To;for(;n&To;){n=e.readUInt16BE();let f=e.pos-a,c=e.readUInt16BE();if(r||(r=(n&J8)!==0),n&q8)var i=e.readInt16BE(),s=e.readInt16BE();else var i=e.readInt8(),s=e.readInt8();var o=new E2(c,i,s);o.pos=f,n&K8?o.scaleX=o.scaleY=(e.readUInt8()<<24|e.readUInt8()<<16)/1073741824:n&Z8?(o.scaleX=(e.readUInt8()<<24|e.readUInt8()<<16)/1073741824,o.scaleY=(e.readUInt8()<<24|e.readUInt8()<<16)/1073741824):n&Y8&&(o.scaleX=(e.readUInt8()<<24|e.readUInt8()<<16)/1073741824,o.scale01=(e.readUInt8()<<24|e.readUInt8()<<16)/1073741824,o.scale10=(e.readUInt8()<<24|e.readUInt8()<<16)/1073741824,o.scaleY=(e.readUInt8()<<24|e.readUInt8()<<16)/1073741824),x.components.push(o)}if(this._font._variationProcessor){let f=[];for(let c=0;c<x.components.length;c++){var o=x.components[c];f.push(new f6(!0,!0,o.dx,o.dy))}f.push(...this._getPhantomPoints(x)),this._font._variationProcessor.transformPoints(this.id,f),x.phantomPoints=f.splice(-4,4);for(let c=0;c<f.length;c++){let d=f[c];x.components[c].dx=d.x,x.components[c].dy=d.y}}return r}_getPhantomPoints(x){let e=this._getCBox(!0);this._metrics==null&&(this._metrics=x6.prototype._getMetrics.call(this,e));let{advanceWidth:a,advanceHeight:r,leftBearing:n,topBearing:i}=this._metrics;return[new f6(!1,!0,x.xMin-n,0),new f6(!1,!0,x.xMin-n+a,0),new f6(!1,!0,0,x.yMax+i),new f6(!1,!0,0,x.yMax+i+r)]}_getContours(){let x=this._decode();if(!x)return[];let e=[];if(x.numberOfContours<0)for(let i of x.components){let s=this._font.getGlyph(i.glyphID)._getContours();for(let o=0;o<s.length;o++){let f=s[o];for(let c=0;c<f.length;c++){let d=f[c],h=d.x*i.scaleX+d.y*i.scale01+i.dx,b=d.y*i.scaleY+d.x*i.scale10+i.dy;e.push(new f6(d.onCurve,d.endContour,h,b))}}}else e=x.points||[];x.phantomPoints&&!this._font.directory.tables.HVAR&&(this._metrics.advanceWidth=x.phantomPoints[1].x-x.phantomPoints[0].x,this._metrics.advanceHeight=x.phantomPoints[3].y-x.phantomPoints[2].y,this._metrics.leftBearing=x.xMin-x.phantomPoints[0].x,this._metrics.topBearing=x.phantomPoints[2].y-x.yMax);let a=[],r=[];for(let i=0;i<e.length;i++){var n=e[i];r.push(n),n.endContour&&(a.push(r),r=[])}return a}_getMetrics(){if(this._metrics)return this._metrics;let x=this._getCBox(!0);return super._getMetrics(x),this._font._variationProcessor&&!this._font.HVAR&&this.path,this._metrics}_getPath(){let x=this._getContours(),e=new tt;for(let r=0;r<x.length;r++){let n=x[r],i=n[0],s=n[n.length-1],o=0;if(i.onCurve){var a=null;o=1}else{s.onCurve?i=s:i=new f6(!1,!1,(i.x+s.x)/2,(i.y+s.y)/2);var a=i}e.moveTo(i.x,i.y);for(let f=o;f<n.length;f++){let c=n[f],d=f===0?i:n[f-1];if(d.onCurve&&c.onCurve)e.lineTo(c.x,c.y);else if(d.onCurve&&!c.onCurve)var a=c;else if(!d.onCurve&&!c.onCurve){let b=(d.x+c.x)/2,u=(d.y+c.y)/2;e.quadraticCurveTo(d.x,d.y,b,u);var a=c}else if(!d.onCurve&&c.onCurve){e.quadraticCurveTo(a.x,a.y,c.x,c.y);var a=null}else throw new Error("Unknown TTF path state")}a&&e.quadraticCurveTo(a.x,a.y,i.x,i.y),e.closePath()}return e}constructor(...x){super(...x),Dx(this,"type","TTF")}},O2=class extends x6{_getName(){return this._font.CFF2?super._getName():this._font["CFF "].getGlyphName(this.id)}bias(x){return x.length<1240?107:x.length<33900?1131:32768}_getPath(){let x=this._font.CFF2||this._font["CFF "],{stream:e}=x,a=x.topDict.CharStrings[this.id],r=a.offset+a.length;e.pos=a.offset;let n=new tt,i=[],s=[],o=null,f=0,c=0,d=0,h,b,u=!1;this._usedGsubrs=h={},this._usedSubrs=b={};let g=x.globalSubrIndex||[],S=this.bias(g),w=x.privateDictForGlyph(this.id)||{},T=w.Subrs||[],m=this.bias(T),D=x.topDict.vstore&&x.topDict.vstore.itemVariationStore,N=w.vsindex,H=this._font._variationProcessor;function G(){o==null&&(o=i.shift()+w.nominalWidthX)}function z(){return i.length%2!==0&&G(),f+=i.length>>1,i.length=0}function J(l0,C){u&&n.closePath(),n.moveTo(l0,C),u=!0}let Q=function(){for(;e.pos<r;){let $=e.readUInt8();if($<32){let E,I,o0,Z,X,a0,d0,f0,Y,x0,_0,r0,y0,I0,n0,C0;switch($){case 1:case 3:case 18:case 23:z();break;case 4:i.length>1&&G(),d+=i.shift(),J(c,d);break;case 5:for(;i.length>=2;)c+=i.shift(),d+=i.shift(),n.lineTo(c,d);break;case 6:case 7:for(o0=$===6;i.length>=1;)o0?c+=i.shift():d+=i.shift(),n.lineTo(c,d),o0=!o0;break;case 8:for(;i.length>0;)Z=c+i.shift(),X=d+i.shift(),a0=Z+i.shift(),d0=X+i.shift(),c=a0+i.shift(),d=d0+i.shift(),n.bezierCurveTo(Z,X,a0,d0,c,d);break;case 10:if(E=i.pop()+m,I=T[E],I){b[E]=!0;let m0=e.pos,$0=r;e.pos=I.offset,r=I.offset+I.length,Q(),e.pos=m0,r=$0}break;case 11:if(x.version>=2)break;return;case 14:if(x.version>=2)break;i.length>0&&G(),u&&(n.closePath(),u=!1);break;case 15:if(x.version<2)throw new Error("vsindex operator not supported in CFF v1");N=i.pop();break;case 16:{if(x.version<2)throw new Error("blend operator not supported in CFF v1");if(!H)throw new Error("blend operator in non-variation font");let m0=H.getBlendVector(D,N),$0=i.pop(),j0=$0*m0.length,ex=i.length-j0,Lx=ex-$0;for(let a6=0;a6<$0;a6++){let r6=i[Lx+a6];for(let Hx=0;Hx<m0.length;Hx++)r6+=m0[Hx]*i[ex++];i[Lx+a6]=r6}for(;j0--;)i.pop();break}case 19:case 20:z(),e.pos+=f+7>>3;break;case 21:i.length>2&&G(),c+=i.shift(),d+=i.shift(),J(c,d);break;case 22:i.length>1&&G(),c+=i.shift(),J(c,d);break;case 24:for(;i.length>=8;)Z=c+i.shift(),X=d+i.shift(),a0=Z+i.shift(),d0=X+i.shift(),c=a0+i.shift(),d=d0+i.shift(),n.bezierCurveTo(Z,X,a0,d0,c,d);c+=i.shift(),d+=i.shift(),n.lineTo(c,d);break;case 25:for(;i.length>=8;)c+=i.shift(),d+=i.shift(),n.lineTo(c,d);Z=c+i.shift(),X=d+i.shift(),a0=Z+i.shift(),d0=X+i.shift(),c=a0+i.shift(),d=d0+i.shift(),n.bezierCurveTo(Z,X,a0,d0,c,d);break;case 26:for(i.length%2&&(c+=i.shift());i.length>=4;)Z=c,X=d+i.shift(),a0=Z+i.shift(),d0=X+i.shift(),c=a0,d=d0+i.shift(),n.bezierCurveTo(Z,X,a0,d0,c,d);break;case 27:for(i.length%2&&(d+=i.shift());i.length>=4;)Z=c+i.shift(),X=d,a0=Z+i.shift(),d0=X+i.shift(),c=a0+i.shift(),d=d0,n.bezierCurveTo(Z,X,a0,d0,c,d);break;case 28:i.push(e.readInt16BE());break;case 29:if(E=i.pop()+S,I=g[E],I){h[E]=!0;let m0=e.pos,$0=r;e.pos=I.offset,r=I.offset+I.length,Q(),e.pos=m0,r=$0}break;case 30:case 31:for(o0=$===31;i.length>=4;)o0?(Z=c+i.shift(),X=d,a0=Z+i.shift(),d0=X+i.shift(),d=d0+i.shift(),c=a0+(i.length===1?i.shift():0)):(Z=c,X=d+i.shift(),a0=Z+i.shift(),d0=X+i.shift(),c=a0+i.shift(),d=d0+(i.length===1?i.shift():0)),n.bezierCurveTo(Z,X,a0,d0,c,d),o0=!o0;break;case 12:switch($=e.readUInt8(),$){case 3:let m0=i.pop(),$0=i.pop();i.push(m0&&$0?1:0);break;case 4:m0=i.pop(),$0=i.pop(),i.push(m0||$0?1:0);break;case 5:m0=i.pop(),i.push(m0?0:1);break;case 9:m0=i.pop(),i.push(Math.abs(m0));break;case 10:m0=i.pop(),$0=i.pop(),i.push(m0+$0);break;case 11:m0=i.pop(),$0=i.pop(),i.push(m0-$0);break;case 12:m0=i.pop(),$0=i.pop(),i.push(m0/$0);break;case 14:m0=i.pop(),i.push(-m0);break;case 15:m0=i.pop(),$0=i.pop(),i.push(m0===$0?1:0);break;case 18:i.pop();break;case 20:let j0=i.pop(),ex=i.pop();s[ex]=j0;break;case 21:ex=i.pop(),i.push(s[ex]||0);break;case 22:let Lx=i.pop(),a6=i.pop(),r6=i.pop(),Hx=i.pop();i.push(r6<=Hx?Lx:a6);break;case 23:i.push(Math.random());break;case 24:m0=i.pop(),$0=i.pop(),i.push(m0*$0);break;case 26:m0=i.pop(),i.push(Math.sqrt(m0));break;case 27:m0=i.pop(),i.push(m0,m0);break;case 28:m0=i.pop(),$0=i.pop(),i.push($0,m0);break;case 29:ex=i.pop(),ex<0?ex=0:ex>i.length-1&&(ex=i.length-1),i.push(i[ex]);break;case 30:let Ux=i.pop(),_x=i.pop();if(_x>=0)for(;_x>0;){var l0=i[Ux-1];for(let B0=Ux-2;B0>=0;B0--)i[B0+1]=i[B0];i[0]=l0,_x--}else for(;_x<0;){var l0=i[0];for(let Px=0;Px<=Ux;Px++)i[Px]=i[Px+1];i[Ux-1]=l0,_x++}break;case 34:Z=c+i.shift(),X=d,a0=Z+i.shift(),d0=X+i.shift(),f0=a0+i.shift(),Y=d0,x0=f0+i.shift(),_0=Y,r0=x0+i.shift(),y0=_0,I0=r0+i.shift(),n0=y0,c=I0,d=n0,n.bezierCurveTo(Z,X,a0,d0,f0,Y),n.bezierCurveTo(x0,_0,r0,y0,I0,n0);break;case 35:C0=[];for(let B0=0;B0<=5;B0++)c+=i.shift(),d+=i.shift(),C0.push(c,d);n.bezierCurveTo(...C0.slice(0,6)),n.bezierCurveTo(...C0.slice(6)),i.shift();break;case 36:Z=c+i.shift(),X=d+i.shift(),a0=Z+i.shift(),d0=X+i.shift(),f0=a0+i.shift(),Y=d0,x0=f0+i.shift(),_0=Y,r0=x0+i.shift(),y0=_0+i.shift(),I0=r0+i.shift(),n0=y0,c=I0,d=n0,n.bezierCurveTo(Z,X,a0,d0,f0,Y),n.bezierCurveTo(x0,_0,r0,y0,I0,n0);break;case 37:let G6=c,yx=d;C0=[];for(let B0=0;B0<=4;B0++)c+=i.shift(),d+=i.shift(),C0.push(c,d);Math.abs(c-G6)>Math.abs(d-yx)?(c+=i.shift(),d=yx):(c=G6,d+=i.shift()),C0.push(c,d),n.bezierCurveTo(...C0.slice(0,6)),n.bezierCurveTo(...C0.slice(6));break;default:throw new Error(`Unknown op: 12 ${$}`)}break;default:throw new Error(`Unknown op: ${$}`)}}else if($<247)i.push($-139);else if($<251){var C=e.readUInt8();i.push(($-247)*256+C+108)}else if($<255){var C=e.readUInt8();i.push(-($-251)*256-C-108)}else i.push(e.readInt32BE()/65536)}};return Q(),u&&n.closePath(),n}constructor(...x){super(...x),Dx(this,"type","CFF")}},Q8=new q({originX:l,originY:l,type:new Z0(4),data:new Nx(t=>t.parent.buflen-t._currentOffset)}),B2=class extends at{getImageForSize(x){for(let i=0;i<this._font.sbix.imageTables.length;i++){var e=this._font.sbix.imageTables[i];if(e.ppem>=x)break}let a=e.imageOffsets,r=a[this.id],n=a[this.id+1];return r===n?null:(this._font.stream.pos=r,Q8.decode(this._font.stream,{buflen:n-r}))}render(x,e){let a=this.getImageForSize(e);if(a!=null){let r=e/this._font.unitsPerEm;x.image(a.data,{height:e,x:a.originX,y:(this.bbox.minY-a.originY)*r})}this._font.sbix.flags.renderOutlines&&super.render(x,e)}constructor(...x){super(...x),Dx(this,"type","SBIX")}},ca=class{constructor(x,e){this.glyph=x,this.color=e}},D2=class extends x6{_getBBox(){let x=new ie;for(let e=0;e<this.layers.length;e++){let r=this.layers[e].glyph.bbox;x.addPoint(r.minX,r.minY),x.addPoint(r.maxX,r.maxY)}return x}get layers(){let x=this._font.CPAL,e=this._font.COLR,a=0,r=e.baseGlyphRecord.length-1;for(;a<=r;){let c=a+r>>1;var n=e.baseGlyphRecord[c];if(this.id<n.gid)r=c-1;else if(this.id>n.gid)a=c+1;else{var i=n;break}}if(i==null){var s=this._font._getBaseGlyph(this.id),o={red:0,green:0,blue:0,alpha:255};return[new ca(s,o)]}let f=[];for(let c=i.firstLayerIndex;c<i.firstLayerIndex+i.numLayers;c++){var n=e.layerRecords[c],o=x.colorRecords[n.paletteIndex],s=this._font._getBaseGlyph(n.gid);f.push(new ca(s,o))}return f}render(x,e){for(let{glyph:a,color:r}of this.layers)x.fillColor([r.red,r.green,r.blue],r.alpha/255*100),a.render(x,e)}constructor(...x){super(...x),Dx(this,"type","COLR")}},xh=32768,eh=4095,th=32768,Lo=16384,ah=8192,$o=4095,Mo=128,Io=127,rh=128,nh=64,ih=63,R2=class{normalizeCoords(x){let e=[];for(var a=0;a<this.font.fvar.axis.length;a++){let r=this.font.fvar.axis[a];x[a]<r.defaultValue?e.push((x[a]-r.defaultValue+Number.EPSILON)/(r.defaultValue-r.minValue+Number.EPSILON)):e.push((x[a]-r.defaultValue+Number.EPSILON)/(r.maxValue-r.defaultValue+Number.EPSILON))}if(this.font.avar)for(var a=0;a<this.font.avar.segment.length;a++){let n=this.font.avar.segment[a];for(let i=0;i<n.correspondence.length;i++){let s=n.correspondence[i];if(i>=1&&e[a]<s.fromCoord){let o=n.correspondence[i-1];e[a]=((e[a]-o.fromCoord)*(s.toCoord-o.toCoord)+Number.EPSILON)/(s.fromCoord-o.fromCoord+Number.EPSILON)+o.toCoord;break}}}return e}transformPoints(x,e){if(!this.font.fvar||!this.font.gvar)return;let{gvar:a}=this.font;if(x>=a.glyphCount)return;let r=a.offsets[x];if(r===a.offsets[x+1])return;let{stream:n}=this.font;if(n.pos=r,n.pos>=n.length)return;let i=n.readUInt16BE(),s=r+n.readUInt16BE();if(i&xh){var o=n.pos;n.pos=s;var f=this.decodePoints();s=n.pos,n.pos=o}let c=e.map(S=>S.copy());i&=eh;for(let S=0;S<i;S++){let w=n.readUInt16BE(),T=n.readUInt16BE();if(T&th){var d=[];for(let z=0;z<a.axisCount;z++)d.push(n.readInt16BE()/16384)}else{if((T&$o)>=a.globalCoordCount)throw new Error("Invalid gvar table");var d=a.globalCoords[T&$o]}if(T&Lo){var h=[];for(let z=0;z<a.axisCount;z++)h.push(n.readInt16BE()/16384);var b=[];for(let z=0;z<a.axisCount;z++)b.push(n.readInt16BE()/16384)}let m=this.tupleFactor(T,d,h,b);if(m===0){s+=w;continue}var o=n.pos;if(n.pos=s,T&ah)var u=this.decodePoints();else var u=f;let N=u.length===0?e.length:u.length,H=this.decodeDeltas(N),G=this.decodeDeltas(N);if(u.length===0)for(let z=0;z<e.length;z++){var g=e[z];g.x+=Math.round(H[z]*m),g.y+=Math.round(G[z]*m)}else{let z=c.map(Q=>Q.copy()),J=e.map(()=>!1);for(let Q=0;Q<u.length;Q++){let l0=u[Q];if(l0<e.length){let C=z[l0];J[l0]=!0,C.x+=H[Q]*m,C.y+=G[Q]*m}}this.interpolateMissingDeltas(z,c,J);for(let Q=0;Q<e.length;Q++){let l0=z[Q].x-c[Q].x,C=z[Q].y-c[Q].y;e[Q].x=Math.round(e[Q].x+l0),e[Q].y=Math.round(e[Q].y+C)}}s+=w,n.pos=o}}decodePoints(){let x=this.font.stream,e=x.readUInt8();e&Mo&&(e=(e&Io)<<8|x.readUInt8());let a=new Uint16Array(e),r=0,n=0;for(;r<e;){let i=x.readUInt8(),s=(i&Io)+1,o=i&Mo?x.readUInt16:x.readUInt8;for(let f=0;f<s&&r<e;f++)n+=o.call(x),a[r++]=n}return a}decodeDeltas(x){let e=this.font.stream,a=0,r=new Int16Array(x);for(;a<x;){let n=e.readUInt8(),i=(n&ih)+1;if(n&rh)a+=i;else{let s=n&nh?e.readInt16BE:e.readInt8;for(let o=0;o<i&&a<x;o++)r[a++]=s.call(e)}}return r}tupleFactor(x,e,a,r){let n=this.normalizedCoords,{gvar:i}=this.font,s=1;for(let o=0;o<i.axisCount;o++)if(e[o]!==0){if(n[o]===0)return 0;if((x&Lo)===0){if(n[o]<Math.min(0,e[o])||n[o]>Math.max(0,e[o]))return 0;s=(s*n[o]+Number.EPSILON)/(e[o]+Number.EPSILON)}else{if(n[o]<a[o]||n[o]>r[o])return 0;n[o]<e[o]?s=s*(n[o]-a[o]+Number.EPSILON)/(e[o]-a[o]+Number.EPSILON):s=s*(r[o]-n[o]+Number.EPSILON)/(r[o]-e[o]+Number.EPSILON)}}return s}interpolateMissingDeltas(x,e,a){if(x.length===0)return;let r=0;for(;r<x.length;){let n=r,i=r,s=x[i];for(;!s.endContour;)s=x[++i];for(;r<=i&&!a[r];)r++;if(r>i)continue;let o=r,f=r;for(r++;r<=i;)a[r]&&(this.deltaInterpolate(f+1,r-1,f,r,e,x),f=r),r++;f===o?this.deltaShift(n,i,f,e,x):(this.deltaInterpolate(f+1,i,f,o,e,x),o>0&&this.deltaInterpolate(n,o-1,f,o,e,x)),r=i+1}}deltaInterpolate(x,e,a,r,n,i){if(x>e)return;let s=["x","y"];for(let f=0;f<s.length;f++){let c=s[f];if(n[a][c]>n[r][c]){var o=a;a=r,r=o}let d=n[a][c],h=n[r][c],b=i[a][c],u=i[r][c];if(d!==h||b===u){let g=d===h?0:(u-b)/(h-d);for(let S=x;S<=e;S++){let w=n[S][c];w<=d?w+=b-d:w>=h?w+=u-h:w=b+(w-d)*g,i[S][c]=w}}}}deltaShift(x,e,a,r,n){let i=n[a].x-r[a].x,s=n[a].y-r[a].y;if(!(i===0&&s===0))for(let o=x;o<=e;o++)o!==a&&(n[o].x+=i,n[o].y+=s)}getAdvanceAdjustment(x,e){let a,r;if(e.advanceWidthMapping){let n=x;n>=e.advanceWidthMapping.mapCount&&(n=e.advanceWidthMapping.mapCount-1);let i=e.advanceWidthMapping.entryFormat;({outerIndex:a,innerIndex:r}=e.advanceWidthMapping.mapData[n])}else a=0,r=x;return this.getDelta(e.itemVariationStore,a,r)}getDelta(x,e,a){if(e>=x.itemVariationData.length)return 0;let r=x.itemVariationData[e];if(a>=r.deltaSets.length)return 0;let n=r.deltaSets[a],i=this.getBlendVector(x,e),s=0;for(let o=0;o<r.regionIndexCount;o++)s+=n.deltas[o]*i[o];return s}getBlendVector(x,e){let a=x.itemVariationData[e];if(this.blendVectors.has(a))return this.blendVectors.get(a);let r=this.normalizedCoords,n=[];for(let i=0;i<a.regionIndexCount;i++){let s=1,o=a.regionIndexes[i],f=x.variationRegionList.variationRegions[o];for(let c=0;c<f.length;c++){let d=f[c],h;d.startCoord>d.peakCoord||d.peakCoord>d.endCoord||d.startCoord<0&&d.endCoord>0&&d.peakCoord!==0||d.peakCoord===0?h=1:r[c]<d.startCoord||r[c]>d.endCoord?h=0:r[c]===d.peakCoord?h=1:r[c]<d.peakCoord?h=(r[c]-d.startCoord+Number.EPSILON)/(d.peakCoord-d.startCoord+Number.EPSILON):h=(d.endCoord-r[c]+Number.EPSILON)/(d.endCoord-d.peakCoord+Number.EPSILON),s*=h}n[i]=s}return this.blendVectors.set(a,n),n}constructor(x,e){this.font=x,this.normalizedCoords=this.normalizeCoords(e),this.blendVectors=new Map}},Pw=Promise.resolve(),da=class{includeGlyph(x){return typeof x=="object"&&(x=x.id),this.mapping[x]==null&&(this.glyphs.push(x),this.mapping[x]=this.glyphs.length-1),this.mapping[x]}constructor(x){this.font=x,this.glyphs=[],this.mapping={},this.includeGlyph(0)}},sh=1,oh=2,fh=4,ch=8,dh=16,lh=32,la=class{static size(x){return x>=0&&x<=255?1:2}static encode(x,e){e>=0&&e<=255?x.writeUInt8(e):x.writeInt16BE(e)}},Fo=new q({numberOfContours:s0,xMin:s0,yMin:s0,xMax:s0,yMax:s0,endPtsOfContours:new V(l,"numberOfContours"),instructions:new V(b0,l),flags:new V(b0,0),xPoints:new V(la,0),yPoints:new V(la,0)}),N2=class{encodeSimple(x,e=[]){let a=[],r=[],n=[],i=[],s=0,o=0,f=0,c=0,d=0;for(let T=0;T<x.commands.length;T++){let m=x.commands[T];for(let D=0;D<m.args.length;D+=2){let N=m.args[D],H=m.args[D+1],G=0;if(m.command==="quadraticCurveTo"&&D===2){let z=x.commands[T+1];if(z&&z.command==="quadraticCurveTo"){let J=(o+z.args[0])/2,Q=(f+z.args[1])/2;if(N===J&&H===Q)continue}}m.command==="quadraticCurveTo"&&D===0||(G|=sh),G=this._encodePoint(N,o,r,G,oh,dh),G=this._encodePoint(H,f,n,G,fh,lh),G===c&&s<255?(i[i.length-1]|=ch,s++):(s>0&&(i.push(s),s=0),i.push(G),c=G),o=N,f=H,d++}m.command==="closePath"&&a.push(d-1)}s>0&&(i.push(s),s=0),x.commands.length>1&&x.commands[x.commands.length-1].command!=="closePath"&&a.push(d-1);let h=x.bbox,b={numberOfContours:a.length,xMin:h.minX,yMin:h.minY,xMax:h.maxX,yMax:h.maxY,endPtsOfContours:a,instructions:e,flags:i,xPoints:r,yPoints:n},u=Fo.size(b),g=4-u%4,S=new Uint8Array(u+g),w=new P6(S);return Fo.encode(w,b),g!==0&&w.fill(0,g),S}_encodePoint(x,e,a,r,n,i){let s=x-e;return x===e?r|=i:(-255<=s&&s<=255&&(r|=n,s<0?s=-s:r|=i),a.push(s)),r}},G2=class extends da{_addGlyph(x){let e=this.font.getGlyph(x),a=e._decode(),r;if(a&&(this.font._transformedGlyphs||this.font._variationProcessor))r=this.glyphEncoder.encodeSimple(e.path,a.instructions);else{let n=this.font.loca.offsets[x],i=this.font.loca.offsets[x+1],s=this.font._getTableStream("glyf");if(s.pos+=n,r=s.readBuffer(i-n),a&&a.numberOfContours<0){r=new Uint8Array(r);let o=new DataView(r.buffer);for(let f of a.components)x=this.includeGlyph(f.glyphID),o.setUint16(f.pos,x)}}return this.glyf.push(r),this.loca.offsets.push(this.offset),this.hmtx.metrics.push({advance:e.advanceWidth,bearing:e._getMetrics().leftBearing}),this.offset+=r.length,this.glyf.length-1}encode(){this.glyf=[],this.offset=0,this.loca={offsets:[],version:this.font.loca.version},this.hmtx={metrics:[],bearings:[]};let x=0;for(;x<this.glyphs.length;)this._addGlyph(this.glyphs[x++]);let e=(0,V7.default)(this.font.maxp);e.numGlyphs=this.glyf.length,this.loca.offsets.push(this.offset);let a=(0,V7.default)(this.font.head);a.indexToLocFormat=this.loca.version;let r=(0,V7.default)(this.font.hhea);return r.numberOfMetrics=this.hmtx.metrics.length,s4.toBuffer({tables:{head:a,hhea:r,loca:this.loca,maxp:e,"cvt ":this.font["cvt "],prep:this.font.prep,glyf:this.glyf,hmtx:this.hmtx,fpgm:this.font.fpgm}})}constructor(x){super(x),this.glyphEncoder=new N2}},z2=class extends da{subsetCharstrings(){this.charstrings=[];let x={};for(let e of this.glyphs){this.charstrings.push(this.cff.getCharString(e));let a=this.font.getGlyph(e),r=a.path;for(let n in a._usedGsubrs)x[n]=!0}this.gsubrs=this.subsetSubrs(this.cff.globalSubrIndex,x)}subsetSubrs(x,e){let a=[];for(let r=0;r<x.length;r++){let n=x[r];e[r]?(this.cff.stream.pos=n.offset,a.push(this.cff.stream.readBuffer(n.length))):a.push(new Uint8Array([11]))}return a}subsetFontdict(x){x.FDArray=[],x.FDSelect={version:0,fds:[]};let e={},a=[],r={};for(let n of this.glyphs){let i=this.cff.fdForGlyph(n);if(i==null)continue;e[i]||(x.FDArray.push(Object.assign({},this.cff.topDict.FDArray[i])),a.push({}),r[i]=x.FDArray.length-1),e[i]=!0,x.FDSelect.fds.push(r[i]);let s=this.font.getGlyph(n),o=s.path;for(let f in s._usedSubrs)a[r[i]][f]=!0}for(let n=0;n<x.FDArray.length;n++){let i=x.FDArray[n];delete i.FontName,i.Private&&i.Private.Subrs&&(i.Private=Object.assign({},i.Private),i.Private.Subrs=this.subsetSubrs(i.Private.Subrs,a[n]))}}createCIDFontdict(x){let e={};for(let r of this.glyphs){let n=this.font.getGlyph(r),i=n.path;for(let s in n._usedSubrs)e[s]=!0}let a=Object.assign({},this.cff.topDict.Private);return this.cff.topDict.Private&&this.cff.topDict.Private.Subrs&&(a.Subrs=this.subsetSubrs(this.cff.topDict.Private.Subrs,e)),x.FDArray=[{Private:a}],x.FDSelect={version:3,nRanges:1,ranges:[{first:0,fd:0}],sentinel:this.charstrings.length}}addString(x){return x?(this.strings||(this.strings=[]),this.strings.push(x),W7.length+this.strings.length-1):null}encode(){this.subsetCharstrings();let x={version:this.charstrings.length>255?2:1,ranges:[{first:1,nLeft:this.charstrings.length-2}]},e=Object.assign({},this.cff.topDict);e.Private=null,e.charset=x,e.Encoding=null,e.CharStrings=this.charstrings;for(let r of["version","Notice","Copyright","FullName","FamilyName","Weight","PostScript","BaseFontName","FontName"])e[r]=this.addString(this.cff.string(e[r]));e.ROS=[this.addString("Adobe"),this.addString("Identity"),0],e.CIDCount=this.charstrings.length,this.cff.isCIDFont?this.subsetFontdict(e):this.createCIDFontdict(e);let a={version:1,hdrSize:this.cff.hdrSize,offSize:4,header:this.cff.header,nameIndex:[this.cff.postscriptName],topDictIndex:[e],stringIndex:this.strings,globalSubrIndex:this.gsubrs};return t4.toBuffer(a)}constructor(x){if(super(x),this.cff=this.font["CFF "],!this.cff)throw new Error("Not a CFF Font")}},Fx=class t{static probe(x){let e=pa.decode(x.slice(0,4));return e==="true"||e==="OTTO"||e==="\0\0\0"}setDefaultLanguage(x=null){this.defaultLanguage=x}_getTable(x){if(!(x.tag in this._tables))try{this._tables[x.tag]=this._decodeTable(x)}catch(e){Go&&(console.error(`Error decoding table ${x.tag}`),console.error(e.stack))}return this._tables[x.tag]}_getTableStream(x){let e=this.directory.tables[x];return e?(this.stream.pos=e.offset,this.stream):null}_decodeDirectory(){return this.directory=s4.decode(this.stream,{_startOffset:0})}_decodeTable(x){let e=this.stream.pos,a=this._getTableStream(x.tag),r=ea[x.tag].decode(a,this,x.length);return this.stream.pos=e,r}getName(x,e=this.defaultLanguage||X7){let a=this.name&&this.name.records[x];return a&&(a[e]||a[this.defaultLanguage]||a[X7]||a.en||a[Object.keys(a)[0]])||null}get postscriptName(){return this.getName("postscriptName")}get fullName(){return this.getName("fullName")}get familyName(){return this.getName("fontFamily")}get subfamilyName(){return this.getName("fontSubfamily")}get copyright(){return this.getName("copyright")}get version(){return this.getName("version")}get ascent(){return this.hhea.ascent}get descent(){return this.hhea.descent}get lineGap(){return this.hhea.lineGap}get underlinePosition(){return this.post.underlinePosition}get underlineThickness(){return this.post.underlineThickness}get italicAngle(){return this.post.italicAngle}get capHeight(){let x=this["OS/2"];return x?x.capHeight:this.ascent}get xHeight(){let x=this["OS/2"];return x?x.xHeight:0}get numGlyphs(){return this.maxp.numGlyphs}get unitsPerEm(){return this.head.unitsPerEm}get bbox(){return Object.freeze(new ie(this.head.xMin,this.head.yMin,this.head.xMax,this.head.yMax))}get _cmapProcessor(){return new zt(this.cmap)}get characterSet(){return this._cmapProcessor.getCharacterSet()}hasGlyphForCodePoint(x){return!!this._cmapProcessor.lookup(x)}glyphForCodePoint(x){return this.getGlyph(this._cmapProcessor.lookup(x),[x])}glyphsForString(x){let e=[],a=x.length,r=0,n=-1,i=-1;for(;r<=a;){let s=0,o=0;if(r<a){if(s=x.charCodeAt(r++),55296<=s&&s<=56319&&r<a){let f=x.charCodeAt(r);56320<=f&&f<=57343&&(r++,s=((s&1023)<<10)+(f&1023)+65536)}o=65024<=s&&s<=65039||917760<=s&&s<=917999?1:0}else r++;i===0&&o===1?e.push(this.getGlyph(this._cmapProcessor.lookup(n,s),[n,s])):i===0&&o===0&&e.push(this.glyphForCodePoint(n)),n=s,i=o}return e}get _layoutEngine(){return new F2(this)}layout(x,e,a,r,n){return this._layoutEngine.layout(x,e,a,r,n)}stringsForGlyph(x){return this._layoutEngine.stringsForGlyph(x)}get availableFeatures(){return this._layoutEngine.getAvailableFeatures()}getAvailableFeatures(x,e){return this._layoutEngine.getAvailableFeatures(x,e)}_getBaseGlyph(x,e=[]){return this._glyphs[x]||(this.directory.tables.glyf?this._glyphs[x]=new at(x,e,this):(this.directory.tables["CFF "]||this.directory.tables.CFF2)&&(this._glyphs[x]=new O2(x,e,this))),this._glyphs[x]||null}getGlyph(x,e=[]){return this._glyphs[x]||(this.directory.tables.sbix?this._glyphs[x]=new B2(x,e,this):this.directory.tables.COLR&&this.directory.tables.CPAL?this._glyphs[x]=new D2(x,e,this):this._getBaseGlyph(x,e)),this._glyphs[x]||null}createSubset(){return this.directory.tables["CFF "]?new z2(this):new G2(this)}get variationAxes(){let x={};if(!this.fvar)return x;for(let e of this.fvar.axis)x[e.axisTag.trim()]={name:e.name.en,min:e.minValue,default:e.defaultValue,max:e.maxValue};return x}get namedVariations(){let x={};if(!this.fvar)return x;for(let e of this.fvar.instance){let a={};for(let r=0;r<this.fvar.axis.length;r++){let n=this.fvar.axis[r];a[n.axisTag.trim()]=e.coord[r]}x[e.name.en]=a}return x}getVariation(x){if(!(this.directory.tables.fvar&&(this.directory.tables.gvar&&this.directory.tables.glyf||this.directory.tables.CFF2)))throw new Error("Variations require a font with the fvar, gvar and glyf, or CFF2 tables.");if(typeof x=="string"&&(x=this.namedVariations[x]),typeof x!="object")throw new Error("Variation settings must be either a variation name or settings object.");let e=this.fvar.axis.map((n,i)=>{let s=n.axisTag.trim();return s in x?Math.max(n.minValue,Math.min(n.maxValue,x[s])):n.defaultValue}),a=new dx(this.stream.buffer);a.pos=this._directoryPos;let r=new t(a,e);return r._tables=this._tables,r}get _variationProcessor(){if(!this.fvar)return null;let x=this.variationCoords;return!x&&!this.CFF2?null:(x||(x=this.fvar.axis.map(e=>e.defaultValue)),new R2(this,x))}getFont(x){return this.getVariation(x)}constructor(x,e=null){Dx(this,"type","TTF"),this.defaultLanguage=null,this.stream=x,this.variationCoords=e,this._directoryPos=this.stream.pos,this._tables={},this._glyphs={},this._decodeDirectory();for(let a in this.directory.tables){let r=this.directory.tables[a];ea[a]&&r.length>0&&Object.defineProperty(this,a,{get:this._getTable.bind(this,r)})}}};kx([Tx],Fx.prototype,"bbox",null);kx([Tx],Fx.prototype,"_cmapProcessor",null);kx([Tx],Fx.prototype,"characterSet",null);kx([Tx],Fx.prototype,"_layoutEngine",null);kx([Tx],Fx.prototype,"variationAxes",null);kx([Tx],Fx.prototype,"namedVariations",null);kx([Tx],Fx.prototype,"_variationProcessor",null);var hh=new q({tag:new Z0(4),offset:new W(j,"void",{type:"global"}),compLength:j,length:j,origChecksum:j}),p4=new q({tag:new Z0(4),flavor:j,length:j,numTables:l,reserved:new nx(l),totalSfntSize:j,majorVersion:l,minorVersion:l,metaOffset:j,metaLength:j,metaOrigLength:j,privOffset:j,privLength:j,tables:new V(hh,"numTables")});p4.process=function(){let t={};for(let x of this.tables)t[x.tag]=x;this.tables=t};var uh=p4,H2=class extends Fx{static probe(x){return pa.decode(x.slice(0,4))==="wOFF"}_decodeDirectory(){this.directory=uh.decode(this.stream,{_startOffset:0})}_getTableStream(x){let e=this.directory.tables[x];if(e)if(this.stream.pos=e.offset,e.compLength<e.length){this.stream.pos+=2;let a=new Uint8Array(e.length),r=(0,Ro.default)(this.stream.readBuffer(e.compLength-2),a);return new dx(r)}else return this.stream;return null}constructor(...x){super(...x),Dx(this,"type","WOFF")}},U2=class extends at{_decode(){return this._font._transformedGlyphs[this.id]}_getCBox(){return this.path.bbox}constructor(...x){super(...x),Dx(this,"type","WOFF2")}},Eo={decode(t){let x=0,e=[0,1,2,3,4];for(let a=0;a<e.length;a++){let r=e[a],n=t.readUInt8();if(x&3758096384)throw new Error("Overflow");if(x=x<<7|n&127,(n&128)===0)return x}throw new Error("Bad base 128 number")}},bh=["cmap","head","hhea","hmtx","maxp","name","OS/2","post","cvt ","fpgm","glyf","loca","prep","CFF ","VORG","EBDT","EBLC","gasp","hdmx","kern","LTSH","PCLT","VDMX","vhea","vmtx","BASE","GDEF","GPOS","GSUB","EBSC","JSTF","MATH","CBDT","CBLC","COLR","CPAL","SVG ","sbix","acnt","avar","bdat","bloc","bsln","cvar","fdsc","feat","fmtx","fvar","gvar","hsty","just","lcar","mort","morx","opbd","prop","trak","Zapf","Silf","Glat","Gloc","Feat","Sill"],ph=new q({flags:b0,customTag:new K6(new Z0(4),t=>(t.flags&63)===63),tag:t=>t.customTag||bh[t.flags&63],length:Eo,transformVersion:t=>t.flags>>>6&3,transformed:t=>t.tag==="glyf"||t.tag==="loca"?t.transformVersion===0:t.transformVersion!==0,transformLength:new K6(Eo,t=>t.transformed)}),g4=new q({tag:new Z0(4),flavor:j,length:j,numTables:l,reserved:new nx(l),totalSfntSize:j,totalCompressedSize:j,majorVersion:l,minorVersion:l,metaOffset:j,metaLength:j,metaOrigLength:j,privOffset:j,privLength:j,tables:new V(ph,"numTables")});g4.process=function(){let t={};for(let x=0;x<this.tables.length;x++){let e=this.tables[x];t[e.tag]=e}return this.tables=t};var gh=g4,V2=class extends Fx{static probe(x){return pa.decode(x.slice(0,4))==="wOF2"}_decodeDirectory(){this.directory=gh.decode(this.stream),this._dataPos=this.stream.pos}_decompress(){if(!this._decompressed){this.stream.pos=this._dataPos;let x=this.stream.readBuffer(this.directory.totalCompressedSize),e=0;for(let r in this.directory.tables){let n=this.directory.tables[r];n.offset=e,e+=n.transformLength!=null?n.transformLength:n.length}let a=(0,No.default)(x,e);if(!a)throw new Error("Error decoding compressed data in WOFF2");this.stream=new dx(a),this._decompressed=!0}}_decodeTable(x){return this._decompress(),super._decodeTable(x)}_getBaseGlyph(x,e=[]){if(!this._glyphs[x])return this.directory.tables.glyf&&this.directory.tables.glyf.transformed?(this._transformedGlyphs||this._transformGlyfTable(),this._glyphs[x]=new U2(x,e,this)):super._getBaseGlyph(x,e)}_transformGlyfTable(){this._decompress(),this.stream.pos=this.directory.tables.glyf.offset;let x=mh.decode(this.stream),e=[];for(let r=0;r<x.numGlyphs;r++){let n={},i=x.nContours.readInt16BE();if(n.numberOfContours=i,i>0){let s=[],o=0;for(let f=0;f<i;f++){let c=a2(x.nPoints);o+=c,s.push(o)}n.points=Ch(x.flags,x.glyphs,o);for(let f=0;f<i;f++)n.points[s[f]-1].endContour=!0;var a=a2(x.glyphs)}else if(i<0&&at.prototype._decodeComposite.call({_font:this},n,x.composites))var a=a2(x.glyphs);e.push(n)}this._transformedGlyphs=e}constructor(...x){super(...x),Dx(this,"type","WOFF2")}},M6=class{decode(x,e){return new dx(this._buf.decode(x,e))}constructor(x){this.length=x,this._buf=new Nx(x)}},mh=new q({version:j,numGlyphs:l,indexFormat:l,nContourStreamSize:j,nPointsStreamSize:j,flagStreamSize:j,glyphStreamSize:j,compositeStreamSize:j,bboxStreamSize:j,instructionStreamSize:j,nContours:new M6("nContourStreamSize"),nPoints:new M6("nPointsStreamSize"),flags:new M6("flagStreamSize"),glyphs:new M6("glyphStreamSize"),composites:new M6("compositeStreamSize"),bboxes:new M6("bboxStreamSize"),instructions:new M6("instructionStreamSize")}),yh=253,wh=254,vh=255,Oo=253;function a2(t){let x=t.readUInt8();return x===yh?t.readUInt16BE():x===vh?t.readUInt8()+Oo:x===wh?t.readUInt8()+Oo*2:x}function v6(t,x){return t&1?x:-x}function Ch(t,x,e){let a,r=a=0,n=[];for(let o=0;o<e;o++){let f=0,c=0,d=t.readUInt8(),h=!(d>>7);if(d&=127,d<10)f=0,c=v6(d,((d&14)<<7)+x.readUInt8());else if(d<20)f=v6(d,((d-10&14)<<7)+x.readUInt8()),c=0;else if(d<84){var i=d-20,s=x.readUInt8();f=v6(d,1+(i&48)+(s>>4)),c=v6(d>>1,1+((i&12)<<2)+(s&15))}else if(d<120){var i=d-84;f=v6(d,1+(i/12<<8)+x.readUInt8()),c=v6(d>>1,1+(i%12>>2<<8)+x.readUInt8())}else if(d<124){var s=x.readUInt8();let u=x.readUInt8();f=v6(d,(s<<4)+(u>>4)),c=v6(d>>1,((u&15)<<8)+x.readUInt8())}else f=v6(d,x.readUInt16BE()),c=v6(d>>1,x.readUInt16BE());r+=f,a+=c,n.push(new f6(h,!1,r,a))}return n}var Sh=new z0(j,{65536:{numFonts:j,offsets:new V(j,"numFonts")},131072:{numFonts:j,offsets:new V(j,"numFonts"),dsigTag:j,dsigLength:j,dsigOffset:j}}),W2=class{static probe(x){return pa.decode(x.slice(0,4))==="ttcf"}getFont(x){for(let e of this.header.offsets){let a=new dx(this.stream.buffer);a.pos=e;let r=new Fx(a);if(r.postscriptName===x||r.postscriptName instanceof Uint8Array&&x instanceof Uint8Array&&r.postscriptName.every((n,i)=>x[i]===n))return r}return null}get fonts(){let x=[];for(let e of this.header.offsets){let a=new dx(this.stream.buffer);a.pos=e,x.push(new Fx(a))}return x}constructor(x){if(Dx(this,"type","TTC"),this.stream=x,x.readString(4)!=="ttcf")throw new Error("Not a TrueType collection");this.header=Sh.decode(x)}},_h=new Z0(b0),Tw=new q({len:j,buf:new Nx("len")}),kh=new q({id:l,nameOffset:s0,attr:b0,dataOffset:T6,handle:j}),Ah=new q({name:new Z0(4),maxTypeIndex:l,refList:new W(l,new V(kh,t=>t.maxTypeIndex+1),{type:"parent"})}),Ph=new q({length:l,types:new V(Ah,t=>t.length+1)}),Th=new q({reserved:new nx(b0,24),typeList:new W(l,Ph),nameListOffset:new W(l,"void")}),Bo=new q({dataOffset:j,map:new W(j,Th),dataLength:j,mapLength:j}),j2=class{static probe(x){let e=new dx(x);try{var a=Bo.decode(e)}catch{return!1}for(let r of a.map.typeList.types)if(r.name==="sfnt")return!0;return!1}getFont(x){if(!this.sfnt)return null;for(let e of this.sfnt.refList){let a=this.header.dataOffset+e.dataOffset+4,r=new dx(this.stream.buffer.slice(a)),n=new Fx(r);if(n.postscriptName===x||n.postscriptName instanceof Uint8Array&&x instanceof Uint8Array&&n.postscriptName.every((i,s)=>x[s]===i))return n}return null}get fonts(){let x=[];for(let e of this.sfnt.refList){let a=this.header.dataOffset+e.dataOffset+4,r=new dx(this.stream.buffer.slice(a));x.push(new Fx(r))}return x}constructor(x){Dx(this,"type","DFont"),this.stream=x,this.header=Bo.decode(this.stream);for(let e of this.header.map.typeList.types){for(let a of e.refList)a.nameOffset>=0?(this.stream.pos=a.nameOffset+this.header.map.nameListOffset,a.name=_h.decode(this.stream)):a.name=null;e.name==="sfnt"&&(this.sfnt=e)}}};rt(Fx);rt(H2);rt(V2);rt(W2);rt(j2);import{EventEmitter as jh}from"events";var _4=Kx(T7(),1),k4=Kx(m4(),1),en={};var Mh=5;var y4=12,Ih=13;var Fh=16,Eh=17;var Oh=22;var w4=28;var v4=31;var Bh=33,va=34,Dh=35,J2=36,Q2=37,A4=38,Rh=39,Nh=40,Wt=41,Gh=42,p=0,v=1,xx=2,P4=3,F=4,zh=[[F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,F,P4,F,F,F,F,F,F,F,F,F,F,F],[p,F,F,v,v,F,F,F,F,v,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,v,F,F,F,F,v,v,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[F,F,F,v,v,v,F,F,F,v,v,v,v,v,v,v,v,v,v,v,F,xx,F,v,v,v,v,v,v,v,v,v,v],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,v,v,v,v,v,v,F,xx,F,v,v,v,v,v,v,v,v,v,v],[p,F,F,v,v,v,F,F,F,p,p,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,p,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,p,v,p,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,p,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[v,F,F,v,v,v,F,F,F,p,p,v,v,v,v,v,v,v,p,p,F,xx,F,v,v,v,v,v,p,v,v,v,p],[v,F,F,v,v,v,F,F,F,p,p,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,p,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,p,v,F,F,F,p,p,v,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,p,v,F,F,F,p,p,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,v,v,v,v,v,v,F,xx,F,v,v,v,v,v,v,v,v,v,p],[p,F,F,v,v,v,F,F,F,p,p,p,p,p,p,v,v,v,p,F,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,p,F,p,p,p,p,p,p,p,p,p,p,p,p],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,v,v,v,v,v,v,F,xx,F,v,v,v,v,v,v,v,v,v,v],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,v,v,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,v,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,v,v,v,v,p,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,v,v,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,v,p,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,p,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,v,p,p,v,p],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,v,v,p],[p,F,F,v,v,v,F,F,F,p,v,p,p,p,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[v,F,F,v,v,v,F,F,F,v,v,v,v,v,p,v,v,v,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p],[p,F,F,v,v,p,F,F,F,p,p,p,p,p,p,p,p,p,p,p,F,xx,F,p,p,p,p,p,p,p,p,v,p]],Hh=k4.default.toByteArray("AAgOAAAAAAAQ4QAAAQ0P8vDtnQuMXUUZx+eyu7d7797d9m5bHoWltKVUlsjLWE0VJNigQoMVqkStEoNQQUl5GIo1KKmogEgqkKbBRki72lYabZMGKoGAjQRtJJDaCCIRiiigREBQS3z+xzOTnZ3O+3HOhd5NfpkzZx7fN9988zivu2M9hGwB28F94DnwEngd/Asc1EtIs9c/bIPDwCxwLDgezHcodyo4w5C+CCwBS8FnwSXgCnA1uFbI93XwbXAbWAfWgx+CzWAb+An4KfgFeAzsYWWfYuFz4CXwGvgb+Dfo6yNkEEwGh4CZYB44FpwI3g1OY+kfBItZOo2fB84Hy8DF4HJwNbiWpV8PVoO1LH4n2NRXyN+KcAd4kNVP9XsY4aPgcfAbsBfs6SniL4K/sPjfEf6HlanXCRkCw2BGvUh/keWfXS/CY+pFXs7x9XHmM94LTmWIeU2cgbxnS/k/B3kf86jDhU8L9V2E40vAFWAlWFUfb++NOL4F3C7JX4/4GiE+hvgWsF0oS7mXldspnN+F493gyXrh9xTav0cg3EvzgVfBG6wsmVSEkxBOBgdPGpd7JI6PnqRvJ68/xlbHof53gPeA94OzwLngk+ACsAwsByvASrAK3MB0Ws3CtQjvBJvAVrADPMDSHkb4CNijaccTwvnf4fiPEs8Lxy+D18A/QU8/xjgYBjPAbDAKTgYLwOngTHAO+EQ/8wuEF4EvsPiVCFf2+9tsFStzA8LVHuXXBsi6QyqzUYiPMR/7Mc7dAx7oL8bzw/3u/Bw8Bp4Az4AXwCtgHzsmDXP5fiF9iiVvly5d0sHngar16NKlS5cuXbp06fLmYlqHXrcd3ph4P0THUY3iXh49novju4S0tzfs5d+JPKewfAsRntZb3K9ZhOMlrO6lCC8An28U9+OuovcPcPxlVu5rCL/VmHh/iHIrzn3fIPu7SN8Axmg+8AOwEWwCm7tp3bRuWjetm5Y8bSu4B9zbKO6ZVsnORrVU3f4uXTqZ2H3sLoyx3eDXjfDndE9qyj6L838CfwVvgFpzYnof4oNgOhgBc8Fos9DrZIQLmtXPP1MmF6wGj4H+KXoWguvADkXaPil+YpuQy8Am8Ey7ODdtmJDF4HowBp4De6HDTNjhfHAHeBr0DBBy0kDxfPbcgSIusgrcWhtnJ8vL+TPix7UIOQtcBq4C28Cr4KRBnANbwSuDE+s50JgyNNFuXbp06XIgsXjIvPafjvXozKY+fVFz/z0LT1uCtKVSWbrOLWPnztG8e0Xfy7ol8XtZJi7WtG+5od2UFXQ/A12vUeS7jp27yVKHjdsU9lXB869TyNvAzt0lpP2oWbwLdjiO78bx/Sz+EMJHwK9Y/LcIfw+eZ3F67/Hl5vh9xX80J+rwX8SvRDhpgL17iPAQMHNArfPrqHPewLheI+AERV6efwV418B4nOZ/H+IfYHV8GOF5LJ3eAz0fx8sM9S0fUNud39O9CulfGZhY5huI3wzWgNvBelbHZoTbNPVpfYjKQpkHwUNgl0LWblbnk0LbbDxr0OMFpL3iqWdu9nWYPlVAWkXY39LnGdCkDbeqv1YNbfcMQ3t9oe8lzm6NH9N1ZB6Ln4BwfkJZJk7RyFnYKt6b/JDQXx9p5X+eFdqOjzM9P9MB/lUlFzr20aXIdzlY4dmn9F3YqtvoO76/2hp/D/xA5Zue88nNyL8GbFbs075X0tyUig3Qd2MCnf//HjnzpbsR3g9+1kHzzVjdnE71/qVBX9rGPUh/ysNWe1neFzvIDi5zAufV1sT0N0poR22wkFUfTOPfA4N2mbZ5fSrqOHSw+IbkSBbOGSzSRgf91/GTUWYBOB2cIZQ/G8cfBZ8CFwrnL8XxF8FKcA24jqXdiPA7Qr61OF7H4mMItwzuv2/YLth1ISt3Hzu3k4W7EH5JqPdRHD/O4k+z8A8IX5Lq3y7Z4nXE9xn6kX6vQ4bKfy+ok+hH+xf3hq9dnTTHhjKd2GmDuWA242iHMq4cC7A8kJ7i8o1+skSa7Jieo38HCWnoNjKFhdSFBxzpZ7QE6lI8N4S14aASZcryaV/WWHw66f6NHuCoxuQxmvM56GX9QMd8Q4D65ywGP+ZzRJuM+zQvx/MOS2VFeqQ4IXnH26zM9Xe6/E6D+4foAzzuajPZp8Qyw5ayZVDWuH0z0BtYRkeIDqH9KO9VbH1btd/lhNqCzvl8zeLnG0S/hnU6baHfpiuO6yy0rd+DHURo/zYF5H26j03rQsip2ndzz82u1z9N4VjWKWeb68Tedpt95HRVXp7H1R6p+/Wt4FPy/PpWwscOLRJ+PVWF/+W0iVyGzs18TIvXkOJ1Wxm66vSXz+vylenrZcj1ub439W+K8RNCGTJi2p/TJ1K23VaXr35tRpnzmjxequgfcfyk6B/TGBVlyedsNgpdd/h+W1U3P99QyFPNo1X3TwpM/WLTIWYfoBqXrv6iskHZ/RFr79R6hIyHBrH3f1nrUVnjP8SnZZ+rYtzr9Exld5MNbPNErusAPg+77u/eDOPftU9yj39TH7rezxd1LvsZQJlzkWlOirG/79zjMj/mtHUKu7vKy+3/LnXr9okyKedjX5/0He9iP/j63LwOQdarEVlfy8OO/Lqw023j6xcqmwxLiOd6heM2i9cV9LJy8jMJ23yQ+rpbfu7EQ/pXE8KYvUSqvVnb4XzZa6LrHMXHR+zcLvqWbm/Bn0/HzIs6fWPHoat8XfnDKmZGxRxeMbn2UqZ5Q94nmcZRbqqUXbZ8+lcjE+cPX11t814orvvAXNcG8vqj2vvk1MGn3anlj0bIT72v47bvE+Lc98T9b6r7AKn6j+8Duf7D0nnZx/j7Zjn0j9nbpSTndaLr9WNLivP+iN23xF7L+fqv6ZouFyb78jxVXvv5jJ9YUs9/sddO8h7KNg5jrhfaJGztT6G7KF+1d6yCmD5Kdb2fan60rSc552fZr3zeQ9DpnPp+Si5cx5Ktv2QfSzF/mMbWdOm46rFI4XstnU9xeqX4NKb7TKEdcr6pZOK3ID1k/LvFHkVczEuZLEDr499YqvqBym1aEHWgcvoYOtv0M91qQl5TfpO/in6rWx8OVpT1Wedkv3f5xom3T/xeR/6Gx6V86PWAOB4bBpqWdN+yTcVxjIyGRz/FrDGu6w/3d7kPm8StX8RyPu+uuvpNju/vTLJV37GpvoM0oZPnW87VLnL/5pDno1NoW1R6yedU6TyUv3u19a3KFnIbTLYz+ZCLP4T0tU1uivFgso0pnsJ/UtXvarNY28Xq5cvkBDrQP/E5ZaiuQwwfmTlsOiQRU1fMuqrDd/3ISSuwjOwXOfTyGUMpZIXq4GpLn3pUcdfzch2x7XO1u2uZHOPb1G6b3Xg9PH1IIWeEpJlPQtqos2EKW8b0u8rnuP1UeVLoXJb9be0uG9nnbchjU+XTszT5VeNBThPHnc5OKj1U9aj0GTHIVaGy1YhEWT4ixns00DT+XEzWn/7VAsIc63Cov3OdyhwjrnaqQqZvWKXdypRdlq+k8msZ031U+Rm4fA+3TtyeR9hwfW9G9yxDN0fZMN33F+9TE6md4hwoxumfaUzI9fN3PFT3xVV2msrQ3UsnChm6Nulk8TndpS28D3zX9tTIPsF/z7Am5OkTjm1tI1JZW74+4VgsZ0N3L1yXV3WeP5uR7TGHHdvC3JQlxybfpd22tDlk/2eofRK8TzrN/qnar/K/OUTth6I/+jAnEptNbPvFHP2gs40N3+dfMWtwqvVct7/wfd8gtQ7imifial9ZJ9/3IHLYU6eDj3+4PhsNhX+vwvcWLnu6kGfEMe8DuciPfUfGZB8X/7HJy/Gefe5n+VRGFd/wyP2ta7/LO4yh/sbLV/k9lev6kfO9Dt/5U67b1/6u/epqB1U9Me23jfHY9sscAg4tkbLl+e4/U36rJ9ddxfd6sg5vq5ice42Wpk/pb9FOJ36/W9tpv4kbC79nUbZceX8Zu6/qJ+P3WvhvA8v3reh7Jbn2d6rrNC7XNZTLma4Ba0JI9efX2uLzF5scG/w9UNU1ZxW+ymUfzELeTllXlQ1rUuhzjS5fp9c964iFBOqeSz63bU065nZKdU+mDEz3qHIjjifquw0pnb/raRtvrnsYcb46ihT3taoYz6brdNW9l6rWRnE/navdPn1XlR1km7hcz1WlH/elKuSOSvLLuE8U6m8uzwRdfcGl73VyTHuyMvzJ1Sa2cWDTP/Z63Kc94n2B1PYr24dz1JlyHLlcP+S4B6vD1c9EW4q2LWstCvUjeVy63k/LMYdUNd5D1xQfvVTzX1VjkMsUv88N8VH5fReVn/Fjn++/h6X6Q8a6b1/q3g/i/ewi0/Scs8zxXeV6mWIOUPlPzBgdFerW+bZrm2P18dnjuK6HunEp+rHvPMXbr+sHVb/lnL+pTP57jPw9Cvk3PW178JD9qChfzuvTf7Htl38L1QUf/VKu9SFjwWbTWPvFEvu7Uq76y7+31g6QlYPc669pbsm9Xur2LWI9Pu8ypfDXqm3A2z8s1FWGn4ntL9NfQu2oSlftX9uetvTtv7J8Ql4zxfXGZ3zk8PeQ9w59x2uMfqI8/q5eKh/l9cb2rwsu9rSNl06ZP2Pmxtz+rNMx93yno0n2/82rVH7rQ+y9P15H6FyRun9ViH81ATmffI7nJ5r8uXXW6enbP6b/B8/l5OifVHYLnb9S39s2zcc+Ph+rh8+eQgVPS72elzGWY/tUtbbabBpDiI7yN1q6/4th2y+ErAc5+9BVvu/7KamJbWNZeuqI/R4tRf+YyD1HmOZM1bMV3/14Sn10c0Xu+Sj1nOXb5jL73ncdy02uvlXZNde65dOHYl7Vs4KYuS6FzWLn2zJlpZqPXPVPOa5yzKOyn1VhT9lmMfdbfH7D11Wf2PXN5h9y+dD287+qxgSnaYmnIrRtIb8pJe6/Uv9OVer6Whn0zfGO/BEloZI9ojmfAlUflClDd178bTmVHVTpZXOkAlk/lb42UujmI89HH5V+cl7XtowY6vTxLVWok6UrGzoGTHN+bB+6ri05687VNpvfuvRfaP2uMlNQth1D5JjGelm/8yn+9p3p/7qk9gnfeddXZmq/Sm333PJT659Kv1zjNbZ9uv2Oi//67CV8/N1nj1DmviyXDNVeJkaeaX8UsyesYg8cu2+NvdaPfb+lLDu5tvt/"),Uh=new _4.default(Hh),C4=function(t){switch(t){case Bh:return y4;case Rh:case Nh:case Gh:return y4;case Dh:return Mh;default:return t}},S4=function(t){switch(t){case Q2:case A4:return va;case Wt:return Oh;default:return t}},jt=class{constructor(x,e=!1){this.position=x,this.required=e}},xn=class{nextCodePoint(){let x=this.string.charCodeAt(this.pos++),e=this.string.charCodeAt(this.pos);return 55296<=x&&x<=56319&&56320<=e&&e<=57343?(this.pos++,(x-55296)*1024+(e-56320)+65536):x}nextCharClass(){return C4(Uh.get(this.nextCodePoint()))}getSimpleBreak(){switch(this.nextClass){case Wt:return!1;case va:case Q2:case A4:return this.curClass=va,!1;case J2:return this.curClass=J2,!1}return null}getPairTableBreak(x){let e=!1;switch(zh[this.curClass][this.nextClass]){case p:e=!0;break;case v:e=x===Wt;break;case xx:if(e=x===Wt,!e)return e=!1,e;break;case P4:if(x!==Wt)return e;break;case F:break}return this.LB8a&&(e=!1),this.LB21a&&(this.curClass===Fh||this.curClass===Eh)?(e=!1,this.LB21a=!1):this.LB21a=this.curClass===Ih,this.curClass===w4?(this.LB30a++,this.LB30a==2&&this.nextClass===w4&&(e=!0,this.LB30a=0)):this.LB30a=0,this.curClass=this.nextClass,e}nextBreak(){if(this.curClass==null){let x=this.nextCharClass();this.curClass=S4(x),this.nextClass=x,this.LB8a=x===v4,this.LB30a=0}for(;this.pos<this.string.length;){this.lastPos=this.pos;let x=this.nextClass;if(this.nextClass=this.nextCharClass(),this.curClass===va||this.curClass===J2&&this.nextClass!==Q2)return this.curClass=S4(C4(this.nextClass)),new jt(this.lastPos,!0);let e=this.getSimpleBreak();if(e===null&&(e=this.getPairTableBreak(x)),this.LB8a=this.nextClass===v4,e)return new jt(this.lastPos)}return this.lastPos<this.string.length?(this.lastPos=this.string.length,new jt(this.string.length)):null}constructor(x){this.string=x,this.pos=0,this.lastPos=0,this.curClass=null,this.nextClass=null,this.LB8a=!1,this.LB21a=!1,this.LB30a=0}};en=xn;import T4 from"fs";import Vh from"zlib";var Ca=class t{static decode(x,e){return T4.readFile(x,function(a,r){return new t(r).decode(i=>e(i))})}static load(x){{let e=T4.readFileSync(x);return new t(e)}}constructor(x){let e;for(this.data=x,this.pos=8,this.palette=[],this.imgData=[],this.transparency={},this.text={};;){let o=this.readUInt32(),f="";for(e=0;e<4;e++)f+=String.fromCharCode(this.data[this.pos++]);switch(f){case"IHDR":this.width=this.readUInt32(),this.height=this.readUInt32(),this.bits=this.data[this.pos++],this.colorType=this.data[this.pos++],this.compressionMethod=this.data[this.pos++],this.filterMethod=this.data[this.pos++],this.interlaceMethod=this.data[this.pos++];break;case"PLTE":this.palette=this.read(o);break;case"IDAT":for(e=0;e<o;e++)this.imgData.push(this.data[this.pos++]);break;case"tRNS":switch(this.transparency={},this.colorType){case 3:this.transparency.indexed=this.read(o);var a=255-this.transparency.indexed.length;if(a>0)for(e=0;e<a;e++)this.transparency.indexed.push(255);break;case 0:this.transparency.grayscale=this.read(o)[0];break;case 2:this.transparency.rgb=this.read(o);break}break;case"tEXt":var r=this.read(o),n=r.indexOf(0),i=String.fromCharCode.apply(String,r.slice(0,n));this.text[i]=String.fromCharCode.apply(String,r.slice(n+1));break;case"IEND":switch(this.colorType){case 0:case 3:case 4:this.colors=1;break;case 2:case 6:this.colors=3;break}this.hasAlphaChannel=[4,6].includes(this.colorType);var s=this.colors+(this.hasAlphaChannel?1:0);switch(this.pixelBitlength=this.bits*s,this.colors){case 1:this.colorSpace="DeviceGray";break;case 3:this.colorSpace="DeviceRGB";break}this.imgData=Buffer.from(this.imgData);return;default:this.pos+=o}if(this.pos+=4,this.pos>this.data.length)throw new Error("Incomplete or corrupt PNG file")}}read(x){let e=new Array(x);for(let a=0;a<x;a++)e[a]=this.data[this.pos++];return e}readUInt32(){let x=this.data[this.pos++]<<24,e=this.data[this.pos++]<<16,a=this.data[this.pos++]<<8,r=this.data[this.pos++];return x|e|a|r}readUInt16(){let x=this.data[this.pos++]<<8,e=this.data[this.pos++];return x|e}decodePixels(x){return Vh.inflate(this.imgData,(e,a)=>{if(e)throw e;let{width:r,height:n}=this,i=this.pixelBitlength/8,s=Buffer.alloc(r*n*i),{length:o}=a,f=0;function c(d,h,b,u,g=!1){let S=Math.ceil((r-d)/b),w=Math.ceil((n-h)/u),T=i*S,m=g?s:Buffer.alloc(T*w),D=0,N=0;for(;D<w&&f<o;){var H,G,z,J,Q;switch(a[f++]){case 0:for(z=0;z<T;z++)m[N++]=a[f++];break;case 1:for(z=0;z<T;z++)H=a[f++],J=z<i?0:m[N-i],m[N++]=(H+J)%256;break;case 2:for(z=0;z<T;z++)H=a[f++],G=(z-z%i)/i,Q=D&&m[(D-1)*T+G*i+z%i],m[N++]=(Q+H)%256;break;case 3:for(z=0;z<T;z++)H=a[f++],G=(z-z%i)/i,J=z<i?0:m[N-i],Q=D&&m[(D-1)*T+G*i+z%i],m[N++]=(H+Math.floor((J+Q)/2))%256;break;case 4:for(z=0;z<T;z++){var l0,C;H=a[f++],G=(z-z%i)/i,J=z<i?0:m[N-i],D===0?Q=C=0:(Q=m[(D-1)*T+G*i+z%i],C=G&&m[(D-1)*T+(G-1)*i+z%i]);let $=J+Q-C,E=Math.abs($-J),I=Math.abs($-Q),o0=Math.abs($-C);E<=I&&E<=o0?l0=J:I<=o0?l0=Q:l0=C,m[N++]=(H+l0)%256}break;default:throw new Error(`Invalid filter algorithm: ${a[f-1]}`)}if(!g){let $=((h+D*u)*r+d)*i,E=D*T;for(z=0;z<S;z++){for(let I=0;I<i;I++)s[$++]=m[E++];$+=(b-1)*i}}D++}}return this.interlaceMethod===1?(c(0,0,8,8),c(4,0,8,8),c(0,4,4,8),c(2,0,4,4),c(0,2,2,4),c(1,0,2,2),c(0,1,1,2)):c(0,0,1,1,!0),x(s)})}decodePalette(){let{palette:x}=this,{length:e}=x,a=this.transparency.indexed||[],r=Buffer.alloc(a.length+e),n=0,i=0;for(let o=0;o<e;o+=3){var s;r[n++]=x[o],r[n++]=x[o+1],r[n++]=x[o+2],r[n++]=(s=a[i++])!=null?s:255}return r}copyToImageData(x,e){let a,r,{colors:n}=this,i=null,s=this.hasAlphaChannel;this.palette.length&&(i=this._decodedPalette||(this._decodedPalette=this.decodePalette()),n=4,s=!0);let o=x.data||x,{length:f}=o,c=i||e,d=a=0;if(n===1)for(;d<f;){r=i?e[d/4]*4:a;let h=c[r++];o[d++]=h,o[d++]=h,o[d++]=h,o[d++]=s?c[r++]:255,a=r}else for(;d<f;)r=i?e[d/4]*4:a,o[d++]=c[r++],o[d++]=c[r++],o[d++]=c[r++],o[d++]=s?c[r++]:255,a=r}decode(x){let e=Buffer.alloc(this.width*this.height*4);return this.decodePixels(a=>(this.copyToImageData(e,a),x(e)))}};var Aa=class{toString(){throw new Error("Must be implemented by subclasses")}},Kt=class{constructor(){let x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this._items={},this.limits=typeof x.limits=="boolean"?x.limits:!0}add(x,e){return this._items[x]=e}get(x){return this._items[x]}toString(){let x=Object.keys(this._items).sort((a,r)=>this._compareKeys(a,r)),e=["<<"];if(this.limits&&x.length>1){let a=x[0],r=x[x.length-1];e.push(` /Limits ${d6.convert([this._dataForKey(a),this._dataForKey(r)])}`)}e.push(` /${this._keysName()} [`);for(let a of x)e.push(` ${d6.convert(this._dataForKey(a))} ${d6.convert(this._items[a])}`);return e.push("]"),e.push(">>"),e.join(`
|
|
14
|
+
`)}_compareKeys(){throw new Error("Must be implemented by subclasses")}_keysName(){throw new Error("Must be implemented by subclasses")}_dataForKey(){throw new Error("Must be implemented by subclasses")}},ct=class{constructor(x,e,a,r,n,i){this.id="CS"+Object.keys(x.spotColors).length,this.name=e,this.values=[a,r,n,i],this.ref=x.ref(["Separation",this.name,"DeviceCMYK",{Range:[0,1,0,1,0,1,0,1],C0:[0,0,0,0],C1:this.values.map(s=>s/100),FunctionType:2,Domain:[0,1],N:1}]),this.ref.end()}toString(){return`${this.ref.id} 0 R`}},it=(t,x)=>(Array(x+1).join("0")+t).slice(-x),L4=/[\n\r\t\b\f()\\]/g,$4={"\n":"\\n","\r":"\\r"," ":"\\t","\b":"\\b","\f":"\\f","\\":"\\\\","(":"\\(",")":"\\)"},Xh=function(t){let x=t.length;if(x&1)throw new Error("Buffer length must be even");for(let e=0,a=x-1;e<a;e+=2){let r=t[e];t[e]=t[e+1],t[e+1]=r}return t},d6=class t{static convert(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(typeof x=="string")return`/${x}`;if(x instanceof String){let a=x,r=!1;for(let i=0,s=a.length;i<s;i++)if(a.charCodeAt(i)>127){r=!0;break}let n;return r?n=Xh(Buffer.from(`\uFEFF${a}`,"utf16le")):n=Buffer.from(a.valueOf(),"ascii"),e?a=e(n).toString("binary"):a=n.toString("binary"),a=a.replace(L4,i=>$4[i]),`(${a})`}else{if(Buffer.isBuffer(x))return`<${x.toString("hex")}>`;if(x instanceof Aa||x instanceof Kt||x instanceof ct)return x.toString();if(x instanceof Date){let a=`D:${it(x.getUTCFullYear(),4)}`+it(x.getUTCMonth()+1,2)+it(x.getUTCDate(),2)+it(x.getUTCHours(),2)+it(x.getUTCMinutes(),2)+it(x.getUTCSeconds(),2)+"Z";return e&&(a=e(Buffer.from(a,"ascii")).toString("binary"),a=a.replace(L4,r=>$4[r])),`(${a})`}else{if(Array.isArray(x))return`[${x.map(r=>t.convert(r,e)).join(" ")}]`;if({}.toString.call(x)==="[object Object]"){let a=["<<"];for(let r in x){let n=x[r];a.push(`/${r} ${t.convert(n,e)}`)}return a.push(">>"),a.join(`
|
|
15
|
+
`)}else return typeof x=="number"?t.number(x):`${x}`}}}static number(x){if(x>-1e21&&x<1e21)return Math.round(x*1e6)/1e6;throw new Error(`unsupported number: ${x}`)}},on=class extends Aa{constructor(x,e){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};super(),this.document=x,this.id=e,this.data=a,this.gen=0,this.compress=this.document.compress&&!this.data.Filter,this.uncompressedLength=0,this.buffer=[]}write(x){x instanceof Uint8Array||(x=Buffer.from(x+`
|
|
16
|
+
`,"binary")),this.uncompressedLength+=x.length,this.data.Length==null&&(this.data.Length=0),this.buffer.push(x),this.data.Length+=x.length,this.compress&&(this.data.Filter="FlateDecode")}end(x){x&&this.write(x),this.finalize()}finalize(){this.offset=this.document._offset;let x=this.document._security?this.document._security.getEncryptFn(this.id,this.gen):null;this.buffer.length&&(this.buffer=Buffer.concat(this.buffer),this.compress&&(this.buffer=st.deflateSync(this.buffer)),x&&(this.buffer=x(this.buffer)),this.data.Length=this.buffer.length),this.document._write(`${this.id} ${this.gen} obj`),this.document._write(d6.convert(this.data,x)),this.buffer.length&&(this.document._write("stream"),this.document._write(this.buffer),this.buffer=[],this.document._write(`
|
|
17
|
+
endstream`)),this.document._write("endobj"),this.document._refEnd(this)}toString(){return`${this.id} ${this.gen} R`}},fn=new Float32Array(1),M4=new Uint32Array(fn.buffer);function Xt(t){let x=Math.fround(t);return x<=t?x:(fn[0]=t,t<=0?M4[0]+=1:M4[0]-=1,fn[0])}function Ex(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0,e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:a=>a;return(t==null||typeof t=="object"&&Object.keys(t).length===0)&&(t=x),t==null||typeof t!="object"?t={top:t,right:t,bottom:t,left:t}:Array.isArray(t)&&(t.length===2?t={vertical:t[0],horizontal:t[1]}:t={top:t[0],right:t[1],bottom:t[2],left:t[3]}),("vertical"in t||"horizontal"in t)&&(t={top:t.vertical,right:t.horizontal,bottom:t.vertical,left:t.horizontal}),{top:e(t.top),right:e(t.right),bottom:e(t.bottom),left:e(t.left)}}var qh=1/10,I4=1/2.54,Kh=1/96,Sa=72,Zh=12;function Q4(t){return t===0?1:t===90?0:t===180?-1:t===270?0:Math.cos(t*Math.PI/180)}function x5(t){return t===0?0:t===90?1:t===180?0:t===270?-1:Math.sin(t*Math.PI/180)}var Yh={top:72,left:72,bottom:72,right:72},Jh={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],EXECUTIVE:[521.86,756],FOLIO:[612,936],LEGAL:[612,1008],LETTER:[612,792],TABLOID:[792,1224]},cn=class{constructor(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.document=x,this._options=e,this.size=e.size||"letter",this.layout=e.layout||"portrait",this.userUnit=e.userUnit||1;let a=Array.isArray(this.size)?this.size:Jh[this.size.toUpperCase()];this.width=a[this.layout==="portrait"?0:1],this.height=a[this.layout==="portrait"?1:0],this.content=this.document.ref(),e.font&&x.font(e.font,e.fontFamily),e.fontSize&&x.fontSize(e.fontSize),this.margins=Ex(e.margin??e.margins,Yh,r=>x.sizeToPoint(r,0,this)),this.resources=this.document.ref({ProcSet:["PDF","Text","ImageB","ImageC","ImageI"]}),this.dictionary=this.document.ref({Type:"Page",Parent:this.document._root.data.Pages,MediaBox:[0,0,this.width,this.height],Contents:this.content,Resources:this.resources,UserUnit:this.userUnit}),this.markings=[]}get fonts(){let x=this.resources.data;return x.Font!=null?x.Font:x.Font={}}get xobjects(){let x=this.resources.data;return x.XObject!=null?x.XObject:x.XObject={}}get ext_gstates(){let x=this.resources.data;return x.ExtGState!=null?x.ExtGState:x.ExtGState={}}get patterns(){let x=this.resources.data;return x.Pattern!=null?x.Pattern:x.Pattern={}}get colorSpaces(){let x=this.resources.data;return x.ColorSpace||(x.ColorSpace={})}get annotations(){let x=this.dictionary.data;return x.Annots!=null?x.Annots:x.Annots=[]}get structParentTreeKey(){let x=this.dictionary.data;return x.StructParents!=null?x.StructParents:x.StructParents=this.document.createStructParentTreeNextKey()}get contentWidth(){return this.width-this.margins.left-this.margins.right}get contentHeight(){return this.height-this.margins.top-this.margins.bottom}maxY(){return this.height-this.margins.bottom}write(x){return this.content.write(x)}_setTabOrder(){!this.dictionary.Tabs&&this.document.hasMarkInfoDictionary()&&(this.dictionary.data.Tabs="S")}end(){this._setTabOrder(),this.dictionary.end(),this.resources.data.ColorSpace=this.resources.data.ColorSpace||{};for(let x of Object.values(this.document.spotColors))this.resources.data.ColorSpace[x.id]=x;return this.resources.end(),this.content.end()}},qt=class extends Kt{_compareKeys(x,e){return x.localeCompare(e)}_keysName(){return"Names"}_dataForKey(x){return new String(x)}};function dt(t){return new Uint8Array(An.default.arrayBuffer(t))}function Qh(t){return(0,An.default)(t)}function Ia(t){return Mi(t)}function Pn(t,x,e){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0;return Hi(x,e,{disablePadding:!a}).encrypt(t)}function xu(t,x){return zi(x,{disablePadding:!0}).encrypt(t)}function Fa(t,x){let e=new Uint8Array(256);for(let n=0;n<256;n++)e[n]=n;let a=0;for(let n=0;n<256;n++)a=a+e[n]+x[n%x.length]&255,[e[n],e[a]]=[e[a],e[n]];let r=new Uint8Array(t.length);for(let n=0,i=0,s=0;s<t.length;s++)n=n+1&255,i=i+e[n]&255,[e[n],e[i]]=[e[i],e[n]],r[s]=t[s]^e[e[n]+e[i]&255];return r}function eu(t){let x=new Uint8Array(t);return globalThis.crypto?.getRandomValues?globalThis.crypto.getRandomValues(x):dr("crypto").randomFillSync(x),x}function E6(t,x){if(t<x[0])return!1;let e=0,a=x.length/2;for(;e<=a;){let r=Math.floor((e+a)/2),n=r*2;if(t>=x[n]&&t<=x[n+1])return!0;t>x[n+1]?e=r+1:a=r-1}return!1}var tu=[545,545,564,591,686,687,751,767,848,863,880,883,886,889,891,893,895,899,907,907,909,909,930,930,975,975,1015,1023,1159,1159,1231,1231,1270,1271,1274,1279,1296,1328,1367,1368,1376,1376,1416,1416,1419,1424,1442,1442,1466,1466,1477,1487,1515,1519,1525,1547,1549,1562,1564,1566,1568,1568,1595,1599,1622,1631,1774,1775,1791,1791,1806,1806,1837,1839,1867,1919,1970,2304,2308,2308,2362,2363,2382,2383,2389,2391,2417,2432,2436,2436,2445,2446,2449,2450,2473,2473,2481,2481,2483,2485,2490,2491,2493,2493,2501,2502,2505,2506,2510,2518,2520,2523,2526,2526,2532,2533,2555,2561,2563,2564,2571,2574,2577,2578,2601,2601,2609,2609,2612,2612,2615,2615,2618,2619,2621,2621,2627,2630,2633,2634,2638,2648,2653,2653,2655,2661,2677,2688,2692,2692,2700,2700,2702,2702,2706,2706,2729,2729,2737,2737,2740,2740,2746,2747,2758,2758,2762,2762,2766,2767,2769,2783,2785,2789,2800,2816,2820,2820,2829,2830,2833,2834,2857,2857,2865,2865,2868,2869,2874,2875,2884,2886,2889,2890,2894,2901,2904,2907,2910,2910,2914,2917,2929,2945,2948,2948,2955,2957,2961,2961,2966,2968,2971,2971,2973,2973,2976,2978,2981,2983,2987,2989,2998,2998,3002,3005,3011,3013,3017,3017,3022,3030,3032,3046,3059,3072,3076,3076,3085,3085,3089,3089,3113,3113,3124,3124,3130,3133,3141,3141,3145,3145,3150,3156,3159,3167,3170,3173,3184,3201,3204,3204,3213,3213,3217,3217,3241,3241,3252,3252,3258,3261,3269,3269,3273,3273,3278,3284,3287,3293,3295,3295,3298,3301,3312,3329,3332,3332,3341,3341,3345,3345,3369,3369,3386,3389,3396,3397,3401,3401,3406,3414,3416,3423,3426,3429,3440,3457,3460,3460,3479,3481,3506,3506,3516,3516,3518,3519,3527,3529,3531,3534,3541,3541,3543,3543,3552,3569,3573,3584,3643,3646,3676,3712,3715,3715,3717,3718,3721,3721,3723,3724,3726,3731,3736,3736,3744,3744,3748,3748,3750,3750,3752,3753,3756,3756,3770,3770,3774,3775,3781,3781,3783,3783,3790,3791,3802,3803,3806,3839,3912,3912,3947,3952,3980,3983,3992,3992,4029,4029,4045,4046,4048,4095,4130,4130,4136,4136,4139,4139,4147,4149,4154,4159,4186,4255,4294,4303,4345,4346,4348,4351,4442,4446,4515,4519,4602,4607,4615,4615,4679,4679,4681,4681,4686,4687,4695,4695,4697,4697,4702,4703,4743,4743,4745,4745,4750,4751,4783,4783,4785,4785,4790,4791,4799,4799,4801,4801,4806,4807,4815,4815,4823,4823,4847,4847,4879,4879,4881,4881,4886,4887,4895,4895,4935,4935,4955,4960,4989,5023,5109,5120,5751,5759,5789,5791,5873,5887,5901,5901,5909,5919,5943,5951,5972,5983,5997,5997,6001,6001,6004,6015,6109,6111,6122,6143,6159,6159,6170,6175,6264,6271,6314,7679,7836,7839,7930,7935,7958,7959,7966,7967,8006,8007,8014,8015,8024,8024,8026,8026,8028,8028,8030,8030,8062,8063,8117,8117,8133,8133,8148,8149,8156,8156,8176,8177,8181,8181,8191,8191,8275,8278,8280,8286,8292,8297,8306,8307,8335,8351,8370,8399,8427,8447,8507,8508,8524,8530,8580,8591,9167,9215,9255,9279,9291,9311,9471,9471,9748,9749,9752,9752,9854,9855,9866,9984,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10079,10080,10133,10135,10160,10160,10175,10191,10220,10223,11008,11903,11930,11930,12020,12031,12246,12271,12284,12287,12352,12352,12439,12440,12544,12548,12589,12592,12687,12687,12728,12783,12829,12831,12868,12880,12924,12926,13004,13007,13055,13055,13175,13178,13278,13279,13311,13311,19894,19967,40870,40959,42125,42127,42183,44031,55204,55295,64046,64047,64107,64255,64263,64274,64280,64284,64311,64311,64317,64317,64319,64319,64322,64322,64325,64325,64434,64466,64832,64847,64912,64913,64968,64975,65021,65023,65040,65055,65060,65071,65095,65096,65107,65107,65127,65127,65132,65135,65141,65141,65277,65278,65280,65280,65471,65473,65480,65481,65488,65489,65496,65497,65501,65503,65511,65511,65519,65528,65536,66303,66335,66335,66340,66351,66379,66559,66598,66599,66638,118783,119030,119039,119079,119081,119262,119807,119893,119893,119965,119965,119968,119969,119971,119972,119975,119976,119981,119981,119994,119994,119996,119996,120001,120001,120004,120004,120070,120070,120075,120076,120085,120085,120093,120093,120122,120122,120127,120127,120133,120133,120135,120137,120145,120145,120484,120487,120778,120781,120832,131069,173783,194559,195102,196605,196608,262141,262144,327677,327680,393213,393216,458749,458752,524285,524288,589821,589824,655357,655360,720893,720896,786429,786432,851965,851968,917501,917504,917504,917506,917535,917632,983037],au=t=>E6(t,tu),ru=[173,173,847,847,6150,6150,6155,6155,6156,6156,6157,6157,8203,8203,8204,8204,8205,8205,8288,8288,65024,65024,65025,65025,65026,65026,65027,65027,65028,65028,65029,65029,65030,65030,65031,65031,65032,65032,65033,65033,65034,65034,65035,65035,65036,65036,65037,65037,65038,65038,65039,65039,65279,65279],nu=t=>E6(t,ru),e5=[160,160,5760,5760,8192,8192,8193,8193,8194,8194,8195,8195,8196,8196,8197,8197,8198,8198,8199,8199,8200,8200,8201,8201,8202,8202,8203,8203,8239,8239,8287,8287,12288,12288],iu=t=>E6(t,e5),su=[128,159,1757,1757,1807,1807,6158,6158,8204,8204,8205,8205,8232,8232,8233,8233,8288,8288,8289,8289,8290,8290,8291,8291,8298,8303,65279,65279,65529,65532,119155,119162],ou=[64976,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1114110,1114111],fu=[0,31,127,127,832,832,833,833,8206,8206,8207,8207,8234,8234,8235,8235,8236,8236,8237,8237,8238,8238,8298,8298,8299,8299,8300,8300,8301,8301,8302,8302,8303,8303,12272,12283,55296,57343,57344,63743,65529,65529,65530,65530,65531,65531,65532,65532,65533,65533,917505,917505,917536,917631,983040,1048573,1048576,1114109],cu=t=>E6(t,e5)||E6(t,fu)||E6(t,su)||E6(t,ou),du=[1470,1470,1472,1472,1475,1475,1488,1514,1520,1524,1563,1563,1567,1567,1569,1594,1600,1610,1645,1647,1649,1749,1757,1757,1765,1766,1786,1790,1792,1805,1808,1808,1810,1836,1920,1957,1969,1969,8207,8207,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65020,65136,65140,65142,65276],tn=t=>E6(t,du),lu=[65,90,97,122,170,170,181,181,186,186,192,214,216,246,248,544,546,563,592,685,688,696,699,705,720,721,736,740,750,750,890,890,902,902,904,906,908,908,910,929,931,974,976,1013,1024,1154,1162,1230,1232,1269,1272,1273,1280,1295,1329,1366,1369,1375,1377,1415,1417,1417,2307,2307,2309,2361,2365,2368,2377,2380,2384,2384,2392,2401,2404,2416,2434,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2494,2496,2503,2504,2507,2508,2519,2519,2524,2525,2527,2529,2534,2545,2548,2554,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2622,2624,2649,2652,2654,2654,2662,2671,2674,2676,2691,2691,2693,2699,2701,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2752,2761,2761,2763,2764,2768,2768,2784,2784,2790,2799,2818,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2870,2873,2877,2878,2880,2880,2887,2888,2891,2892,2903,2903,2908,2909,2911,2913,2918,2928,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,2997,2999,3001,3006,3007,3009,3010,3014,3016,3018,3020,3031,3031,3047,3058,3073,3075,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3137,3140,3168,3169,3174,3183,3202,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3262,3262,3264,3268,3271,3272,3274,3275,3285,3286,3294,3294,3296,3297,3302,3311,3330,3331,3333,3340,3342,3344,3346,3368,3370,3385,3390,3392,3398,3400,3402,3404,3415,3415,3424,3425,3430,3439,3458,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3535,3537,3544,3551,3570,3572,3585,3632,3634,3635,3648,3654,3663,3675,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3760,3762,3763,3773,3773,3776,3780,3782,3782,3792,3801,3804,3805,3840,3863,3866,3892,3894,3894,3896,3896,3902,3911,3913,3946,3967,3967,3973,3973,3976,3979,4030,4037,4039,4044,4047,4047,4096,4129,4131,4135,4137,4138,4140,4140,4145,4145,4152,4152,4160,4183,4256,4293,4304,4344,4347,4347,4352,4441,4447,4514,4520,4601,4608,4614,4616,4678,4680,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4742,4744,4744,4746,4749,4752,4782,4784,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4814,4816,4822,4824,4846,4848,4878,4880,4880,4882,4885,4888,4894,4896,4934,4936,4954,4961,4988,5024,5108,5121,5750,5761,5786,5792,5872,5888,5900,5902,5905,5920,5937,5941,5942,5952,5969,5984,5996,5998,6e3,6016,6070,6078,6085,6087,6088,6100,6106,6108,6108,6112,6121,6160,6169,6176,6263,6272,6312,7680,7835,7840,7929,7936,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8206,8206,8305,8305,8319,8319,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8497,8499,8505,8509,8511,8517,8521,8544,8579,9014,9082,9109,9109,9372,9449,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12445,12447,12449,12538,12540,12543,12549,12588,12593,12686,12688,12727,12784,12828,12832,12867,12896,12923,12927,12976,12992,13003,13008,13054,13056,13174,13179,13277,13280,13310,13312,19893,19968,40869,40960,42124,44032,55203,55296,64045,64048,64106,64256,64262,64275,64279,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,66304,66334,66336,66339,66352,66378,66560,66597,66600,66637,118784,119029,119040,119078,119082,119142,119146,119154,119171,119172,119180,119209,119214,119261,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,12e4,120002,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120483,120488,120777,131072,173782,194560,195101,983040,1048573,1048576,1114109],hu=t=>E6(t,lu),uu=iu,bu=nu,F4=t=>t.codePointAt(0),pu=t=>t[0],gu=t=>t[t.length-1];function E4(t){let x=[],e=t.length;for(let a=0;a<e;a+=1){let r=t.charCodeAt(a);if(r>=55296&&r<=56319&&e>a+1){let n=t.charCodeAt(a+1);if(n>=56320&&n<=57343){x.push((r-55296)*1024+n-56320+65536),a+=1;continue}}x.push(r)}return x}function mu(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof t!="string")throw new TypeError("Expected string.");if(t.length===0)return"";let e=E4(t).map(c=>uu(c)?32:c).filter(c=>!bu(c)),a=String.fromCodePoint.apply(null,e).normalize("NFKC"),r=E4(a);if(r.some(cu))throw new Error("Prohibited character, see https://tools.ietf.org/html/rfc4013#section-2.3");if(x.allowUnassigned!==!0&&r.some(au))throw new Error("Unassigned code point, see https://tools.ietf.org/html/rfc4013#section-2.5");let i=r.some(tn),s=r.some(hu);if(i&&s)throw new Error("String must not contain RandALCat and LCat at the same time, see https://tools.ietf.org/html/rfc3454#section-6");let o=tn(F4(pu(a))),f=tn(F4(gu(a)));if(i&&!(o&&f))throw new Error("Bidirectional RandALCat character must be the first and the last character of the string, see https://tools.ietf.org/html/rfc3454#section-6");return a}var Pa=class t{static generateFileID(){let x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=`${x.CreationDate.getTime()}
|
|
18
|
+
`;for(let a in x)x.hasOwnProperty(a)&&(e+=`${a}: ${x[a].valueOf()}
|
|
19
|
+
`);return Buffer.from(dt(e))}static generateRandomWordArray(x){return eu(x)}static create(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return!e.ownerPassword&&!e.userPassword?null:new t(x,e)}constructor(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!e.ownerPassword&&!e.userPassword)throw new Error("None of owner password and user password is defined.");this.document=x,this._setupEncryption(e)}_setupEncryption(x){switch(x.pdfVersion){case"1.4":case"1.5":this.version=2;break;case"1.6":case"1.7":this.version=4;break;case"1.7ext3":this.version=5;break;default:this.version=1;break}let e={Filter:"Standard"};switch(this.version){case 1:case 2:case 4:this._setupEncryptionV1V2V4(this.version,e,x);break;case 5:this._setupEncryptionV5(e,x);break}this.dictionary=this.document.ref(e)}_setupEncryptionV1V2V4(x,e,a){let r,n;switch(x){case 1:r=2,this.keyBits=40,n=yu(a.permissions);break;case 2:r=3,this.keyBits=128,n=an(a.permissions);break;case 4:r=4,this.keyBits=128,n=an(a.permissions);break}let i=Ta(a.userPassword),s=a.ownerPassword?Ta(a.ownerPassword):i,o=Cu(r,this.keyBits,i,s);this.encryptionKey=Su(r,this.keyBits,this.document._id,i,o,n);let f;r===2?f=wu(this.encryptionKey):f=vu(this.document._id,this.encryptionKey),e.V=x,x>=2&&(e.Length=this.keyBits),x===4&&(e.CF={StdCF:{AuthEvent:"DocOpen",CFM:"AESV2",Length:this.keyBits/8}},e.StmF="StdCF",e.StrF="StdCF"),e.R=r,e.O=Buffer.from(o),e.U=Buffer.from(f),e.P=n}_setupEncryptionV5(x,e){this.keyBits=256;let a=an(e.permissions),r=O4(e.userPassword),n=e.ownerPassword?O4(e.ownerPassword):r;this.encryptionKey=Tu(t.generateRandomWordArray);let i=_u(r,t.generateRandomWordArray),s=i.slice(40,48),o=ku(r,s,this.encryptionKey),f=Au(n,i,t.generateRandomWordArray),c=f.slice(40,48),d=Pu(n,c,i,this.encryptionKey),h=Lu(a,this.encryptionKey,t.generateRandomWordArray);x.V=5,x.Length=this.keyBits,x.CF={StdCF:{AuthEvent:"DocOpen",CFM:"AESV3",Length:this.keyBits/8}},x.StmF="StdCF",x.StrF="StdCF",x.R=5,x.O=Buffer.from(f),x.OE=Buffer.from(d),x.U=Buffer.from(i),x.UE=Buffer.from(o),x.P=a,x.Perms=Buffer.from(h)}getEncryptFn(x,e){let a;if(this.version<5){let i=new Uint8Array([x&255,x>>8&255,x>>16&255,e&255,e>>8&255]);a=Zx(this.encryptionKey,i)}if(this.version===1||this.version===2){let i=dt(a),s=Math.min(16,this.keyBits/8+5);return i=i.slice(0,s),o=>Buffer.from(Fa(new Uint8Array(o),i))}let r;if(this.version===4){let i=new Uint8Array([115,65,108,84]);r=dt(Zx(a,i))}else r=this.encryptionKey;let n=t.generateRandomWordArray(16);return i=>{let s=Pn(new Uint8Array(i),r,n,!0);return Buffer.from(Zx(n,s))}}end(){this.dictionary.end()}};function yu(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},x=-64;return t.printing&&(x|=4),t.modifying&&(x|=8),t.copying&&(x|=16),t.annotating&&(x|=32),x}function an(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},x=-3904;return t.printing==="lowResolution"&&(x|=4),t.printing==="highResolution"&&(x|=2052),t.modifying&&(x|=8),t.copying&&(x|=16),t.annotating&&(x|=32),t.fillingForms&&(x|=256),t.contentAccessibility&&(x|=512),t.documentAssembly&&(x|=1024),x}function wu(t){return Fa(Ta(),t)}function vu(t,x){let e=x.slice(),a=dt(Zx(Ta(),new Uint8Array(t)));for(let n=0;n<20;n++){let i=new Uint8Array(e.length);for(let s=0;s<e.length;s++)i[s]=x[s]^n;a=Fa(a,i)}let r=new Uint8Array(32);return r.set(a),r}function Cu(t,x,e,a){let r=a,n=t>=3?51:1;for(let f=0;f<n;f++)r=dt(r);let i=x/8,s=r.slice(0,i),o=e;n=t>=3?20:1;for(let f=0;f<n;f++){let c=new Uint8Array(i);for(let d=0;d<i;d++)c[d]=s[d]^f;o=Fa(o,c)}return o}function Su(t,x,e,a,r,n){let i=new Uint8Array([n&255,n>>8&255,n>>16&255,n>>24&255]),s=Zx(a,r,i,new Uint8Array(e)),o=t>=3?51:1,f=x/8;for(let c=0;c<o;c++)s=dt(s),s=s.slice(0,f);return s}function _u(t,x){let e=x(8),a=x(8),r=Ia(Zx(t,e));return Zx(r,e,a)}function ku(t,x,e){let a=Ia(Zx(t,x)),r=new Uint8Array(16);return Pn(e,a,r,!1)}function Au(t,x,e){let a=e(8),r=e(8),n=Ia(Zx(t,a,x));return Zx(n,a,r)}function Pu(t,x,e,a){let r=Ia(Zx(t,x,e)),n=new Uint8Array(16);return Pn(a,r,n,!1)}function Tu(t){return t(32)}function Lu(t,x,e){let a=new Uint8Array(16);a[0]=t&255,a[1]=t>>8&255,a[2]=t>>16&255,a[3]=t>>24&255,a[4]=255,a[5]=255,a[6]=255,a[7]=255,a[8]=84,a[9]=97,a[10]=100,a[11]=98;let r=e(4);return a.set(r,12),xu(a,x)}function Ta(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",x=new Uint8Array(32),e=t.length,a=0;for(;a<e&&a<32;){let r=t.charCodeAt(a);if(r>255)throw new Error("Password contains one or more invalid characters.");x[a]=r,a++}for(;a<32;)x[a]=$u[a-e],a++;return x}function O4(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";t=unescape(encodeURIComponent(mu(t)));let x=Math.min(127,t.length),e=new Uint8Array(x);for(let a=0;a<x;a++)e[a]=t.charCodeAt(a);return e}var $u=[40,191,78,94,78,117,138,65,100,0,78,86,255,250,1,8,46,46,0,182,208,104,62,128,47,12,169,254,100,83,105,122],{number:Mu}=d6,Zt=class{constructor(x){this.doc=x,this.stops=[],this.embedded=!1,this.transform=[1,0,0,1,0,0]}stop(x,e,a){if(a==null&&(a=1),e=this.doc._normalizeColor(e),this.stops.length===0)if(e.length===3)this._colorSpace="DeviceRGB";else if(e.length===4)this._colorSpace="DeviceCMYK";else if(e.length===1)this._colorSpace="DeviceGray";else throw new Error("Unknown color space");else if(this._colorSpace==="DeviceRGB"&&e.length!==3||this._colorSpace==="DeviceCMYK"&&e.length!==4||this._colorSpace==="DeviceGray"&&e.length!==1)throw new Error("All gradient stops must use the same color space");return a=Math.max(0,Math.min(1,a)),this.stops.push([x,e,a]),this}setTransform(x,e,a,r,n,i){return this.transform=[x,e,a,r,n,i],this}embed(x){let e,a=this.stops.length;if(a===0)return;this.embedded=!0,this.matrix=x;let r=this.stops[a-1];r[0]<1&&this.stops.push([1,r[1],r[2]]);let n=[],i=[],s=[];for(let c=0;c<a-1;c++)i.push(0,1),c+2!==a&&n.push(this.stops[c+1][0]),e=this.doc.ref({FunctionType:2,Domain:[0,1],C0:this.stops[c+0][1],C1:this.stops[c+1][1],N:1}),s.push(e),e.end();a===1?e=s[0]:(e=this.doc.ref({FunctionType:3,Domain:[0,1],Functions:s,Bounds:n,Encode:i}),e.end()),this.id=`Sh${++this.doc._gradCount}`;let o=this.shader(e);o.end();let f=this.doc.ref({Type:"Pattern",PatternType:2,Shading:o,Matrix:this.matrix.map(Mu)});if(f.end(),this.stops.some(c=>c[2]<1)){let c=this.opacityGradient();c._colorSpace="DeviceGray";for(let g of this.stops)c.stop(g[0],[g[2]]);c=c.embed(this.matrix);let d=[0,0,this.doc.page.width,this.doc.page.height],h=this.doc.ref({Type:"XObject",Subtype:"Form",FormType:1,BBox:d,Group:{Type:"Group",S:"Transparency",CS:"DeviceGray"},Resources:{ProcSet:["PDF","Text","ImageB","ImageC","ImageI"],Pattern:{Sh1:c}}});h.write("/Pattern cs /Sh1 scn"),h.end(`${d.join(" ")} re f`);let b=this.doc.ref({Type:"ExtGState",SMask:{Type:"Mask",S:"Luminosity",G:h}});b.end();let u=this.doc.ref({Type:"Pattern",PatternType:1,PaintType:1,TilingType:2,BBox:d,XStep:d[2],YStep:d[3],Resources:{ProcSet:["PDF","Text","ImageB","ImageC","ImageI"],Pattern:{Sh1:f},ExtGState:{Gs1:b}}});u.write("/Gs1 gs /Pattern cs /Sh1 scn"),u.end(`${d.join(" ")} re f`),this.doc.page.patterns[this.id]=u}else this.doc.page.patterns[this.id]=f;return f}apply(x){let[e,a,r,n,i,s]=this.doc._ctm,[o,f,c,d,h,b]=this.transform,u=[e*o+r*f,a*o+n*f,e*c+r*d,a*c+n*d,e*h+r*b+i,a*h+n*b+s];(!this.embedded||u.join(" ")!==this.matrix.join(" "))&&this.embed(u),this.doc._setColorSpace("Pattern",x);let g=x?"SCN":"scn";return this.doc.addContent(`/${this.id} ${g}`)}},dn=class t extends Zt{constructor(x,e,a,r,n){super(x),this.x1=e,this.y1=a,this.x2=r,this.y2=n}shader(x){return this.doc.ref({ShadingType:2,ColorSpace:this._colorSpace,Coords:[this.x1,this.y1,this.x2,this.y2],Function:x,Extend:[!0,!0]})}opacityGradient(){return new t(this.doc,this.x1,this.y1,this.x2,this.y2)}},ln=class t extends Zt{constructor(x,e,a,r,n,i,s){super(x),this.doc=x,this.x1=e,this.y1=a,this.r1=r,this.x2=n,this.y2=i,this.r2=s}shader(x){return this.doc.ref({ShadingType:3,ColorSpace:this._colorSpace,Coords:[this.x1,this.y1,this.r1,this.x2,this.y2,this.r2],Function:x,Extend:[!0,!0]})}opacityGradient(){return new t(this.doc,this.x1,this.y1,this.r1,this.x2,this.y2,this.r2)}},Iu={PDFGradient:Zt,PDFLinearGradient:dn,PDFRadialGradient:ln},Fu=["DeviceCMYK","DeviceRGB"],hn=class{constructor(x,e,a,r,n){this.doc=x,this.bBox=e,this.xStep=a,this.yStep=r,this.stream=n}createPattern(){let x=this.doc.ref();x.end();let[e,a,r,n,i,s]=this.doc._ctm,[o,f,c,d,h,b]=[1,0,0,1,0,0],u=[e*o+r*f,a*o+n*f,e*c+r*d,a*c+n*d,e*h+r*b+i,a*h+n*b+s],g=this.doc.ref({Type:"Pattern",PatternType:1,PaintType:2,TilingType:2,BBox:this.bBox,XStep:this.xStep,YStep:this.yStep,Matrix:u.map(S=>+S.toFixed(5)),Resources:x});return g.end(this.stream),g}embedPatternColorSpaces(){Fu.forEach(x=>{let e=this.getPatternColorSpaceId(x);if(this.doc.page.colorSpaces[e])return;let a=this.doc.ref(["Pattern",x]);a.end(),this.doc.page.colorSpaces[e]=a})}getPatternColorSpaceId(x){return`CsP${x}`}embed(){this.id||(this.doc._patternCount=this.doc._patternCount+1,this.id="P"+this.doc._patternCount,this.pattern=this.createPattern()),this.doc.page.patterns[this.id]||(this.doc.page.patterns[this.id]=this.pattern)}apply(x,e){this.embedPatternColorSpaces(),this.embed();let a=this.doc._normalizeColor(e);if(!a)throw Error(`invalid pattern color. (value: ${e})`);let r=this.getPatternColorSpaceId(this.doc._getColorSpace(a));this.doc._setColorSpace(r,x);let n=x?"SCN":"scn";return this.doc.addContent(`${a.join(" ")} /${this.id} ${n}`)}},Eu={PDFTilingPattern:hn},{PDFGradient:Ou,PDFLinearGradient:Bu,PDFRadialGradient:Du}=Iu,{PDFTilingPattern:B4}=Eu,Ru={initColor(){this.spotColors={},this._opacityRegistry={},this._opacityCount=0,this._patternCount=0,this._gradCount=0},_normalizeColor(t){if(typeof t=="string"){if(t.charAt(0)==="#"){t.length===4&&(t=t.replace(/#([0-9A-F])([0-9A-F])([0-9A-F])/i,"#$1$1$2$2$3$3"));let x=parseInt(t.slice(1),16);t=[x>>16,x>>8&255,x&255]}else if(D4[t])t=D4[t];else if(this.spotColors[t])return this.spotColors[t]}return Array.isArray(t)?(t.length===3?t=t.map(x=>x/255):t.length===4&&(t=t.map(x=>x/100)),t):null},_setColor(t,x){return t instanceof Ou?(t.apply(x),!0):Array.isArray(t)&&t[0]instanceof B4?(t[0].apply(x,t[1]),!0):this._setColorCore(t,x)},_setColorCore(t,x){if(t=this._normalizeColor(t),!t)return!1;let e=x?"SCN":"scn",a=this._getColorSpace(t);return this._setColorSpace(a,x),t instanceof ct?(this.page.colorSpaces[t.id]=t.ref,this.addContent(`1 ${e}`)):this.addContent(`${t.join(" ")} ${e}`),!0},_setColorSpace(t,x){let e=x?"CS":"cs";return this.addContent(`/${t} ${e}`)},_getColorSpace(t){return t instanceof ct?t.id:t.length===4?"DeviceCMYK":"DeviceRGB"},fillColor(t,x){return this._setColor(t,!1)&&this.fillOpacity(x),this._fillColor=[t,x],this},strokeColor(t,x){return this._setColor(t,!0)&&this.strokeOpacity(x),this},opacity(t){return this._doOpacity(t,t),this},fillOpacity(t){return this._doOpacity(t,null),this},strokeOpacity(t){return this._doOpacity(null,t),this},_doOpacity(t,x){let e,a;if(t==null&&x==null)return;t!=null&&(t=Math.max(0,Math.min(1,t))),x!=null&&(x=Math.max(0,Math.min(1,x)));let r=`${t}_${x}`;return this._opacityRegistry[r]?[e,a]=this._opacityRegistry[r]:(e={Type:"ExtGState"},t!=null&&(e.ca=t),x!=null&&(e.CA=x),e=this.ref(e),e.end(),a=`Gs${++this._opacityCount}`,this._opacityRegistry[r]=[e,a]),this.page.ext_gstates[a]=e,this.addContent(`/${a} gs`)},linearGradient(t,x,e,a){return new Bu(this,t,x,e,a)},radialGradient(t,x,e,a,r,n){return new Du(this,t,x,e,a,r,n)},pattern(t,x,e,a){return new B4(this,t,x,e,a)},addSpotColor(t,x,e,a,r){let n=new ct(this,t,x,e,a,r);return this.spotColors[t]=n,this}},D4={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],grey:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},T0,L0,X0,Q0,ot,ft;T0=L0=X0=Q0=ot=ft=0;var t5={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0},Nu=function(t){return t in t5},Gu=function(t){let x=t.codePointAt(0);return x===32||x===9||x===13||x===10},zu=function(t){let x=t.codePointAt(0);return x==null?!1:48<=x&&x<=57},rn=function(t,x){let e=x,a="",r="none";for(;e<t.length;e+=1){let i=t[e];if(i==="+"||i==="-"){if(r==="none"){r="sign",a+=i;continue}if(r==="e"){r="exponent_sign",a+=i;continue}}if(zu(i)){if(r==="none"||r==="sign"||r==="whole"){r="whole",a+=i;continue}if(r==="decimal_point"||r==="decimal"){r="decimal",a+=i;continue}if(r==="e"||r==="exponent_sign"||r==="exponent"){r="exponent",a+=i;continue}}if(i==="."&&(r==="none"||r==="sign"||r==="whole")){r="decimal_point",a+=i;continue}if((i==="E"||i==="e")&&(r==="whole"||r==="decimal_point"||r==="decimal")){r="e",a+=i;continue}break}let n=Number.parseFloat(a);return Number.isNaN(n)?[x,null]:[e-1,n]},Hu=function(t){let x=[],e=null,a=[],r=0,n=!1,i=!1;for(let s=0;s<t.length;s+=1){let o=t.charAt(s);if(Gu(o))continue;if(n&&o===","){if(i)break;i=!0;continue}if(Nu(o)){if(i)return x;if(e==null){if(o!=="M"&&o!=="m")return x}else if(a.length!==0)return x;e=o,a=[],r=t5[e],n=!1,r===0&&x.push({command:e,args:a});continue}if(e==null)return x;let f=s,c=null;if(e==="A"||e==="a"){let d=a.length;(d===0||d===1)&&o!=="+"&&o!=="-"&&([f,c]=rn(t,s)),(d===2||d===5||d===6)&&([f,c]=rn(t,s)),(d===3||d===4)&&(o==="0"&&(c=0),o==="1"&&(c=1))}else[f,c]=rn(t,s);if(c==null)return x;a.push(c),n=!0,i=!1,s=f,a.length===r&&(x.push({command:e,args:a}),e==="M"&&(e="L"),e==="m"&&(e="l"),a=[])}return x},Uu=function(t,x){T0=L0=X0=Q0=ot=ft=0;for(let e=0;e<t.length;e++){let a=t[e];typeof R4[a.command]=="function"&&R4[a.command](x,a.args)}},R4={M(t,x){return T0=x[0],L0=x[1],X0=Q0=null,ot=T0,ft=L0,t.moveTo(T0,L0)},m(t,x){return T0+=x[0],L0+=x[1],X0=Q0=null,ot=T0,ft=L0,t.moveTo(T0,L0)},C(t,x){return T0=x[4],L0=x[5],X0=x[2],Q0=x[3],t.bezierCurveTo(...x)},c(t,x){return t.bezierCurveTo(x[0]+T0,x[1]+L0,x[2]+T0,x[3]+L0,x[4]+T0,x[5]+L0),X0=T0+x[2],Q0=L0+x[3],T0+=x[4],L0+=x[5]},S(t,x){return X0===null&&(X0=T0,Q0=L0),t.bezierCurveTo(T0-(X0-T0),L0-(Q0-L0),x[0],x[1],x[2],x[3]),X0=x[0],Q0=x[1],T0=x[2],L0=x[3]},s(t,x){return X0===null&&(X0=T0,Q0=L0),t.bezierCurveTo(T0-(X0-T0),L0-(Q0-L0),T0+x[0],L0+x[1],T0+x[2],L0+x[3]),X0=T0+x[0],Q0=L0+x[1],T0+=x[2],L0+=x[3]},Q(t,x){return X0=x[0],Q0=x[1],T0=x[2],L0=x[3],t.quadraticCurveTo(x[0],x[1],T0,L0)},q(t,x){return t.quadraticCurveTo(x[0]+T0,x[1]+L0,x[2]+T0,x[3]+L0),X0=T0+x[0],Q0=L0+x[1],T0+=x[2],L0+=x[3]},T(t,x){return X0===null?(X0=T0,Q0=L0):(X0=T0-(X0-T0),Q0=L0-(Q0-L0)),t.quadraticCurveTo(X0,Q0,x[0],x[1]),X0=T0-(X0-T0),Q0=L0-(Q0-L0),T0=x[0],L0=x[1]},t(t,x){return X0===null?(X0=T0,Q0=L0):(X0=T0-(X0-T0),Q0=L0-(Q0-L0)),t.quadraticCurveTo(X0,Q0,T0+x[0],L0+x[1]),T0+=x[0],L0+=x[1]},A(t,x){return N4(t,T0,L0,x),T0=x[5],L0=x[6]},a(t,x){return x[5]+=T0,x[6]+=L0,N4(t,T0,L0,x),T0=x[5],L0=x[6]},L(t,x){return T0=x[0],L0=x[1],X0=Q0=null,t.lineTo(T0,L0)},l(t,x){return T0+=x[0],L0+=x[1],X0=Q0=null,t.lineTo(T0,L0)},H(t,x){return T0=x[0],X0=Q0=null,t.lineTo(T0,L0)},h(t,x){return T0+=x[0],X0=Q0=null,t.lineTo(T0,L0)},V(t,x){return L0=x[0],X0=Q0=null,t.lineTo(T0,L0)},v(t,x){return L0+=x[0],X0=Q0=null,t.lineTo(T0,L0)},Z(t){return t.closePath(),T0=ot,L0=ft},z(t){return t.closePath(),T0=ot,L0=ft}},N4=function(t,x,e,a){let[r,n,i,s,o,f,c]=a,d=Vu(f,c,r,n,s,o,i,x,e);for(let h of d){let b=Wu(...h);t.bezierCurveTo(...b)}},Vu=function(t,x,e,a,r,n,i,s,o){let f=i*(Math.PI/180),c=Math.sin(f),d=Math.cos(f);e=Math.abs(e),a=Math.abs(a),X0=d*(s-t)*.5+c*(o-x)*.5,Q0=d*(o-x)*.5-c*(s-t)*.5;let h=X0*X0/(e*e)+Q0*Q0/(a*a);h>1&&(h=Math.sqrt(h),e*=h,a*=h);let b=d/e,u=c/e,g=-c/a,S=d/a,w=b*s+u*o,T=g*s+S*o,m=b*t+u*x,D=g*t+S*x,H=1/((m-w)*(m-w)+(D-T)*(D-T))-.25;H<0&&(H=0);let G=Math.sqrt(H);n===r&&(G=-G);let z=.5*(w+m)-G*(D-T),J=.5*(T+D)+G*(m-w),Q=Math.atan2(T-J,w-z),C=Math.atan2(D-J,m-z)-Q;C<0&&n===1?C+=2*Math.PI:C>0&&n===0&&(C-=2*Math.PI);let $=Math.ceil(Math.abs(C/(Math.PI*.5+.001))),E=[];for(let I=0;I<$;I++){let o0=Q+I*C/$,Z=Q+(I+1)*C/$;E[I]=[z,J,o0,Z,e,a,c,d]}return E},Wu=function(t,x,e,a,r,n,i,s){let o=s*r,f=-i*n,c=i*r,d=s*n,h=.5*(a-e),b=8/3*Math.sin(h*.5)*Math.sin(h*.5)/Math.sin(h),u=t+Math.cos(e)-b*Math.sin(e),g=x+Math.sin(e)+b*Math.cos(e),S=t+Math.cos(a),w=x+Math.sin(a),T=S+b*Math.sin(a),m=w-b*Math.cos(a);return[o*u+f*g,c*u+d*g,o*T+f*m,c*T+d*m,o*S+f*w,c*S+d*w]},un=class{static apply(x,e){let a=Hu(e);Uu(a,x)}},{number:bx}=d6,_a=4*((Math.sqrt(2)-1)/3),ju={initVector(){this._ctm=[1,0,0,1,0,0],this._ctmStack=[]},save(){return this._ctmStack.push(this._ctm.slice()),this.addContent("q")},restore(){return this._ctm=this._ctmStack.pop()||[1,0,0,1,0,0],this.addContent("Q")},closePath(){return this.addContent("h")},lineWidth(t){return this.addContent(`${bx(t)} w`)},_CAP_STYLES:{BUTT:0,ROUND:1,SQUARE:2},lineCap(t){return typeof t=="string"&&(t=this._CAP_STYLES[t.toUpperCase()]),this.addContent(`${t} J`)},_JOIN_STYLES:{MITER:0,ROUND:1,BEVEL:2},lineJoin(t){return typeof t=="string"&&(t=this._JOIN_STYLES[t.toUpperCase()]),this.addContent(`${t} j`)},miterLimit(t){return this.addContent(`${bx(t)} M`)},dash(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=t;if(Array.isArray(t)||(t=[t,x.space||t]),!t.every(r=>Number.isFinite(r)&&r>0))throw new Error(`dash(${JSON.stringify(e)}, ${JSON.stringify(x)}) invalid, lengths must be numeric and greater than zero`);return t=t.map(bx).join(" "),this.addContent(`[${t}] ${bx(x.phase||0)} d`)},undash(){return this.addContent("[] 0 d")},moveTo(t,x){return this.addContent(`${bx(t)} ${bx(x)} m`)},lineTo(t,x){return this.addContent(`${bx(t)} ${bx(x)} l`)},bezierCurveTo(t,x,e,a,r,n){return this.addContent(`${bx(t)} ${bx(x)} ${bx(e)} ${bx(a)} ${bx(r)} ${bx(n)} c`)},quadraticCurveTo(t,x,e,a){return this.addContent(`${bx(t)} ${bx(x)} ${bx(e)} ${bx(a)} v`)},rect(t,x,e,a){return this.addContent(`${bx(t)} ${bx(x)} ${bx(e)} ${bx(a)} re`)},roundedRect(t,x,e,a,r){r==null&&(r=0),r=Math.min(r,.5*e,.5*a);let n=r*(1-_a);return this.moveTo(t+r,x),this.lineTo(t+e-r,x),this.bezierCurveTo(t+e-n,x,t+e,x+n,t+e,x+r),this.lineTo(t+e,x+a-r),this.bezierCurveTo(t+e,x+a-n,t+e-n,x+a,t+e-r,x+a),this.lineTo(t+r,x+a),this.bezierCurveTo(t+n,x+a,t,x+a-n,t,x+a-r),this.lineTo(t,x+r),this.bezierCurveTo(t,x+n,t+n,x,t+r,x),this.closePath()},ellipse(t,x,e,a){a==null&&(a=e),t-=e,x-=a;let r=e*_a,n=a*_a,i=t+e*2,s=x+a*2,o=t+e,f=x+a;return this.moveTo(t,f),this.bezierCurveTo(t,f-n,o-r,x,o,x),this.bezierCurveTo(o+r,x,i,f-n,i,f),this.bezierCurveTo(i,f+n,o+r,s,o,s),this.bezierCurveTo(o-r,s,t,f+n,t,f),this.closePath()},circle(t,x,e){return this.ellipse(t,x,e)},arc(t,x,e,a,r,n){n==null&&(n=!1);let i=2*Math.PI,s=.5*Math.PI,o=r-a;Math.abs(o)>i?o=i:o!==0&&n!==o<0&&(o=(n?-1:1)*i+o);let f=Math.ceil(Math.abs(o)/s),c=o/f,d=c/s*_a*e,h=a,b=-Math.sin(h)*d,u=Math.cos(h)*d,g=t+Math.cos(h)*e,S=x+Math.sin(h)*e;this.moveTo(g,S);for(let w=0;w<f;w++){let T=g+b,m=S+u;h+=c,g=t+Math.cos(h)*e,S=x+Math.sin(h)*e,b=-Math.sin(h)*d,u=Math.cos(h)*d;let D=g-b,N=S-u;this.bezierCurveTo(T,m,D,N,g,S)}return this},polygon(){for(var t=arguments.length,x=new Array(t),e=0;e<t;e++)x[e]=arguments[e];this.moveTo(...x.shift()||[]);for(let a of x)this.lineTo(...a||[]);return this.closePath()},path(t){return un.apply(this,t),this},_windingRule(t){return/even-?odd/.test(t)?"*":""},fill(t,x){return/(even-?odd)|(non-?zero)/.test(t)&&(x=t,t=null),t&&this.fillColor(t),this.addContent(`f${this._windingRule(x)}`)},stroke(t){return t&&this.strokeColor(t),this.addContent("S")},fillAndStroke(t,x,e){x==null&&(x=t);let a=/(even-?odd)|(non-?zero)/;return a.test(t)&&(e=t,t=null),a.test(x)&&(e=x,x=t),t&&(this.fillColor(t),this.strokeColor(x)),this.addContent(`B${this._windingRule(e)}`)},clip(t){return this.addContent(`W${this._windingRule(t)} n`)},transform(t,x,e,a,r,n){if(t===1&&x===0&&e===0&&a===1&&r===0&&n===0)return this;let i=this._ctm,[s,o,f,c,d,h]=i;i[0]=s*t+f*x,i[1]=o*t+c*x,i[2]=s*e+f*a,i[3]=o*e+c*a,i[4]=s*r+f*n+d,i[5]=o*r+c*n+h;let b=[t,x,e,a,r,n].map(u=>bx(u)).join(" ");return this.addContent(`${b} cm`)},translate(t,x){return this.transform(1,0,0,1,t,x)},rotate(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e,a=t*Math.PI/180,r=Math.cos(a),n=Math.sin(a),i=e=0;if(x.origin!=null){[i,e]=x.origin;let s=i*r-e*n,o=i*n+e*r;i-=s,e-=o}return this.transform(r,n,-n,r,i,e)},scale(t,x){let e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a;x==null&&(x=t),typeof x=="object"&&(e=x,x=t);let r=a=0;return e.origin!=null&&([r,a]=e.origin,r-=t*r,a-=x*a),this.transform(t,0,0,x,r,a)}},G4={402:131,8211:150,8212:151,8216:145,8217:146,8218:130,8220:147,8221:148,8222:132,8224:134,8225:135,8226:149,8230:133,8364:128,8240:137,8249:139,8250:155,710:136,8482:153,338:140,339:156,732:152,352:138,353:154,376:159,381:142,382:158},Xu=`.notdef .notdef .notdef .notdef
|
|
20
|
+
.notdef .notdef .notdef .notdef
|
|
21
|
+
.notdef .notdef .notdef .notdef
|
|
22
|
+
.notdef .notdef .notdef .notdef
|
|
23
|
+
.notdef .notdef .notdef .notdef
|
|
24
|
+
.notdef .notdef .notdef .notdef
|
|
25
|
+
.notdef .notdef .notdef .notdef
|
|
26
|
+
.notdef .notdef .notdef .notdef
|
|
27
|
+
|
|
28
|
+
space exclam quotedbl numbersign
|
|
29
|
+
dollar percent ampersand quotesingle
|
|
30
|
+
parenleft parenright asterisk plus
|
|
31
|
+
comma hyphen period slash
|
|
32
|
+
zero one two three
|
|
33
|
+
four five six seven
|
|
34
|
+
eight nine colon semicolon
|
|
35
|
+
less equal greater question
|
|
36
|
+
|
|
37
|
+
at A B C
|
|
38
|
+
D E F G
|
|
39
|
+
H I J K
|
|
40
|
+
L M N O
|
|
41
|
+
P Q R S
|
|
42
|
+
T U V W
|
|
43
|
+
X Y Z bracketleft
|
|
44
|
+
backslash bracketright asciicircum underscore
|
|
45
|
+
|
|
46
|
+
grave a b c
|
|
47
|
+
d e f g
|
|
48
|
+
h i j k
|
|
49
|
+
l m n o
|
|
50
|
+
p q r s
|
|
51
|
+
t u v w
|
|
52
|
+
x y z braceleft
|
|
53
|
+
bar braceright asciitilde .notdef
|
|
54
|
+
|
|
55
|
+
Euro .notdef quotesinglbase florin
|
|
56
|
+
quotedblbase ellipsis dagger daggerdbl
|
|
57
|
+
circumflex perthousand Scaron guilsinglleft
|
|
58
|
+
OE .notdef Zcaron .notdef
|
|
59
|
+
.notdef quoteleft quoteright quotedblleft
|
|
60
|
+
quotedblright bullet endash emdash
|
|
61
|
+
tilde trademark scaron guilsinglright
|
|
62
|
+
oe .notdef zcaron ydieresis
|
|
63
|
+
|
|
64
|
+
space exclamdown cent sterling
|
|
65
|
+
currency yen brokenbar section
|
|
66
|
+
dieresis copyright ordfeminine guillemotleft
|
|
67
|
+
logicalnot hyphen registered macron
|
|
68
|
+
degree plusminus twosuperior threesuperior
|
|
69
|
+
acute mu paragraph periodcentered
|
|
70
|
+
cedilla onesuperior ordmasculine guillemotright
|
|
71
|
+
onequarter onehalf threequarters questiondown
|
|
72
|
+
|
|
73
|
+
Agrave Aacute Acircumflex Atilde
|
|
74
|
+
Adieresis Aring AE Ccedilla
|
|
75
|
+
Egrave Eacute Ecircumflex Edieresis
|
|
76
|
+
Igrave Iacute Icircumflex Idieresis
|
|
77
|
+
Eth Ntilde Ograve Oacute
|
|
78
|
+
Ocircumflex Otilde Odieresis multiply
|
|
79
|
+
Oslash Ugrave Uacute Ucircumflex
|
|
80
|
+
Udieresis Yacute Thorn germandbls
|
|
81
|
+
|
|
82
|
+
agrave aacute acircumflex atilde
|
|
83
|
+
adieresis aring ae ccedilla
|
|
84
|
+
egrave eacute ecircumflex edieresis
|
|
85
|
+
igrave iacute icircumflex idieresis
|
|
86
|
+
eth ntilde ograve oacute
|
|
87
|
+
ocircumflex otilde odieresis divide
|
|
88
|
+
oslash ugrave uacute ucircumflex
|
|
89
|
+
udieresis yacute thorn ydieresis`.split(/\s+/),bn=class{constructor(x){this.attributes={},this.glyphWidths={},this.boundingBoxes={},this.kernPairs={},this.parse(x),this.bbox=this.attributes.FontBBox.split(/\s+/).map(e=>+e),this.ascender=+(this.attributes.Ascender||0),this.descender=+(this.attributes.Descender||0),this.xHeight=+(this.attributes.XHeight||0),this.capHeight=+(this.attributes.CapHeight||0),this.lineGap=this.bbox[3]-this.bbox[1]-(this.ascender-this.descender)}parse(x){let e="";for(let o of x.split(`
|
|
90
|
+
`)){var a,r;if(a=o.match(/^Start(\w+)/)){e=a[1];continue}else if(a=o.match(/^End(\w+)/)){e="";continue}switch(e){case"FontMetrics":a=o.match(/(^\w+)\s+(.*)/);var n=a[1],i=a[2];(r=this.attributes[n])?(Array.isArray(r)||(r=this.attributes[n]=[r]),r.push(i)):this.attributes[n]=i;break;case"CharMetrics":if(!/^CH?\s/.test(o))continue;var s=o.match(/\bN\s+(\.?\w+)\s*;/)[1];this.glyphWidths[s]=+o.match(/\bWX\s+(\d+)\s*;/)[1];break;case"KernPairs":a=o.match(/^KPX\s+(\.?\w+)\s+(\.?\w+)\s+(-?\d+)/),a&&(this.kernPairs[a[1]+"\0"+a[2]]=parseInt(a[3]));break}}}encodeText(x){let e=[];for(let a=0,r=x.length;a<r;a++){let n=x.charCodeAt(a);n=G4[n]||n,e.push(n.toString(16))}return e}glyphsForString(x){let e=[];for(let a=0,r=x.length;a<r;a++){let n=x.charCodeAt(a);e.push(this.characterToGlyph(n))}return e}characterToGlyph(x){return Xu[G4[x]||x]||".notdef"}widthOfGlyph(x){return this.glyphWidths[x]||0}getKernPair(x,e){return this.kernPairs[x+"\0"+e]||0}advancesForGlyphs(x){let e=[];for(let a=0;a<x.length;a++){let r=x[a],n=x[a+1];e.push(this.widthOfGlyph(r)+this.getKernPair(r,n))}return e}},La=class{constructor(){}encode(){throw new Error("Must be implemented by subclasses")}widthOfString(){throw new Error("Must be implemented by subclasses")}ref(){return this.dictionary!=null?this.dictionary:this.dictionary=this.document.ref()}finalize(){this.embedded||this.dictionary==null||(this.embed(),this.embedded=!0)}embed(){throw new Error("Must be implemented by subclasses")}lineHeight(x){let a=(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1)?this.lineGap:0;return(this.ascender+a-this.descender)/1e3*x}},z4={Courier(){return Ax.readFileSync(import.meta.dirname+"/data/Courier.afm","utf8")},"Courier-Bold"(){return Ax.readFileSync(import.meta.dirname+"/data/Courier-Bold.afm","utf8")},"Courier-Oblique"(){return Ax.readFileSync(import.meta.dirname+"/data/Courier-Oblique.afm","utf8")},"Courier-BoldOblique"(){return Ax.readFileSync(import.meta.dirname+"/data/Courier-BoldOblique.afm","utf8")},Helvetica(){return Ax.readFileSync(import.meta.dirname+"/data/Helvetica.afm","utf8")},"Helvetica-Bold"(){return Ax.readFileSync(import.meta.dirname+"/data/Helvetica-Bold.afm","utf8")},"Helvetica-Oblique"(){return Ax.readFileSync(import.meta.dirname+"/data/Helvetica-Oblique.afm","utf8")},"Helvetica-BoldOblique"(){return Ax.readFileSync(import.meta.dirname+"/data/Helvetica-BoldOblique.afm","utf8")},"Times-Roman"(){return Ax.readFileSync(import.meta.dirname+"/data/Times-Roman.afm","utf8")},"Times-Bold"(){return Ax.readFileSync(import.meta.dirname+"/data/Times-Bold.afm","utf8")},"Times-Italic"(){return Ax.readFileSync(import.meta.dirname+"/data/Times-Italic.afm","utf8")},"Times-BoldItalic"(){return Ax.readFileSync(import.meta.dirname+"/data/Times-BoldItalic.afm","utf8")},Symbol(){return Ax.readFileSync(import.meta.dirname+"/data/Symbol.afm","utf8")},ZapfDingbats(){return Ax.readFileSync(import.meta.dirname+"/data/ZapfDingbats.afm","utf8")}},$a=class extends La{constructor(x,e,a){super(),this.document=x,this.name=e,this.id=a,this.font=new bn(z4[this.name]()),{ascender:this.ascender,descender:this.descender,bbox:this.bbox,lineGap:this.lineGap,xHeight:this.xHeight,capHeight:this.capHeight}=this.font}embed(){return this.dictionary.data={Type:"Font",BaseFont:this.name,Subtype:"Type1",Encoding:"WinAnsiEncoding"},this.dictionary.end()}encode(x){let e=this.font.encodeText(x),a=this.font.glyphsForString(`${x}`),r=this.font.advancesForGlyphs(a),n=[];for(let i=0;i<a.length;i++){let s=a[i];n.push({xAdvance:r[i],yAdvance:0,xOffset:0,yOffset:0,advanceWidth:this.font.widthOfGlyph(s)})}return[e,n]}widthOfString(x,e){let a=this.font.glyphsForString(`${x}`),r=this.font.advancesForGlyphs(a),n=0;for(let s of r)n+=s;let i=e/1e3;return n*i}static isStandardFont(x){return x in z4}},ka=function(t){return`0000${t.toString(16)}`.slice(-4)},pn=class extends La{constructor(x,e,a){super(),this.document=x,this.font=e,this.id=a,this.subset=this.font.createSubset(),this.unicode=[[0]],this.widths=[this.font.getGlyph(0).advanceWidth],this.name=this.font.postscriptName,this.scale=1e3/this.font.unitsPerEm,this.ascender=this.font.ascent*this.scale,this.descender=this.font.descent*this.scale,this.xHeight=this.font.xHeight*this.scale,this.capHeight=this.font.capHeight*this.scale,this.lineGap=this.font.lineGap*this.scale,this.bbox=this.font.bbox,x.options.fontLayoutCache!==!1&&(this.layoutCache=Object.create(null))}layoutRun(x,e){let a=this.font.layout(x,e);for(let r=0;r<a.positions.length;r++){let n=a.positions[r];for(let i in n)n[i]*=this.scale;n.advanceWidth=a.glyphs[r].advanceWidth*this.scale}return a}layoutCached(x){if(!this.layoutCache)return this.layoutRun(x);let e;if(e=this.layoutCache[x])return e;let a=this.layoutRun(x);return this.layoutCache[x]=a,a}layout(x,e,a){if(e)return this.layoutRun(x,e);let r=a?null:[],n=a?null:[],i=0,s=0,o=0;for(;o<=x.length;){var f;if(o===x.length&&s<o||(f=x.charAt(o),[" "," "].includes(f))){let c=this.layoutCached(x.slice(s,++o));a||(r=r.concat(c.glyphs),n=n.concat(c.positions)),i+=c.advanceWidth,s=o}else o++}return{glyphs:r,positions:n,advanceWidth:i}}encode(x,e){let{glyphs:a,positions:r}=this.layout(x,e),n=[];for(let i=0;i<a.length;i++){let s=a[i],o=this.subset.includeGlyph(s.id);n.push(`0000${o.toString(16)}`.slice(-4)),this.widths[o]==null&&(this.widths[o]=s.advanceWidth*this.scale),this.unicode[o]==null&&(this.unicode[o]=s.codePoints)}return[n,r]}widthOfString(x,e,a){let r=this.layout(x,a,!0).advanceWidth,n=e/1e3;return r*n}embed(){let x=this.subset.cff!=null,e=this.document.ref();x&&(e.data.Subtype="CIDFontType0C"),e.end(this.subset.encode());let a=((this.font["OS/2"]!=null?this.font["OS/2"].sFamilyClass:void 0)||0)>>8,r=0;this.font.post.isFixedPitch&&(r|=1),1<=a&&a<=7&&(r|=2),r|=4,a===10&&(r|=8),this.font.head.macStyle.italic&&(r|=64);let i=[1,2,3,4,5,6].map(d=>String.fromCharCode((this.id.charCodeAt(d)||73)+17)).join("")+"+"+this.font.postscriptName?.replaceAll(" ","_"),{bbox:s}=this.font,o=this.document.ref({Type:"FontDescriptor",FontName:i,Flags:r,FontBBox:[s.minX*this.scale,s.minY*this.scale,s.maxX*this.scale,s.maxY*this.scale],ItalicAngle:this.font.italicAngle,Ascent:this.ascender,Descent:this.descender,CapHeight:(this.font.capHeight||this.font.ascent)*this.scale,XHeight:(this.font.xHeight||0)*this.scale,StemV:0});if(x?o.data.FontFile3=e:o.data.FontFile2=e,this.document.subset&&this.document.subset===1){let d=Buffer.from("FFFFFFFFC0","hex"),h=this.document.ref();h.write(d),h.end(),o.data.CIDSet=h}o.end();let f={Type:"Font",Subtype:"CIDFontType0",BaseFont:i,CIDSystemInfo:{Registry:new String("Adobe"),Ordering:new String("Identity"),Supplement:0},FontDescriptor:o,W:[0,this.widths]};x||(f.Subtype="CIDFontType2",f.CIDToGIDMap="Identity");let c=this.document.ref(f);return c.end(),this.dictionary.data={Type:"Font",Subtype:"Type0",BaseFont:i,Encoding:"Identity-H",DescendantFonts:[c],ToUnicode:this.toUnicodeCmap()},this.dictionary.end()}toUnicodeCmap(){let x=this.document.ref(),e=[];for(let i of this.unicode){let s=[];for(let o of i)o>65535&&(o-=65536,s.push(ka(o>>>10&1023|55296)),o=56320|o&1023),s.push(ka(o));e.push(`<${s.join(" ")}>`)}let a=256,r=Math.ceil(e.length/a),n=[];for(let i=0;i<r;i++){let s=i*a,o=Math.min((i+1)*a,e.length);n.push(`<${ka(s)}> <${ka(o-1)}> [${e.slice(s,o).join(" ")}]`)}return x.end(`/CIDInit /ProcSet findresource begin
|
|
91
|
+
12 dict begin
|
|
92
|
+
begincmap
|
|
93
|
+
/CIDSystemInfo <<
|
|
94
|
+
/Registry (Adobe)
|
|
95
|
+
/Ordering (UCS)
|
|
96
|
+
/Supplement 0
|
|
97
|
+
>> def
|
|
98
|
+
/CMapName /Adobe-Identity-UCS def
|
|
99
|
+
/CMapType 2 def
|
|
100
|
+
1 begincodespacerange
|
|
101
|
+
<0000><ffff>
|
|
102
|
+
endcodespacerange
|
|
103
|
+
${n.length} beginbfrange
|
|
104
|
+
${n.join(`
|
|
105
|
+
`)}
|
|
106
|
+
endbfrange
|
|
107
|
+
endcmap
|
|
108
|
+
CMapName currentdict /CMap defineresource pop
|
|
109
|
+
end
|
|
110
|
+
end`),x}},gn=class{static open(x,e,a,r){let n;if(typeof e=="string"){if($a.isStandardFont(e))return new $a(x,e,r);e=Ax.readFileSync(e)}if(e instanceof Uint8Array?n=nt(e,a):e instanceof ArrayBuffer&&(n=nt(new Uint8Array(e),a)),n==null)throw new Error("Not a supported font format or standard PDF font.");return new pn(x,n,r)}},qu=(t,x)=>!(t.font._tables?.head?.checkSumAdjustment!==x.font._tables?.head?.checkSumAdjustment||JSON.stringify(t.font._tables?.name?.records)!==JSON.stringify(x.font._tables?.name?.records)),Ku={initFonts(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"Helvetica",x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:12;this._fontFamilies={},this._fontCount=0,this._fontSource=t,this._fontFamily=x,this._fontSize=e,this._font=null,this._remSize=e,this._registeredFonts={},t&&this.font(t,x)},font(t,x,e){let a,r;if(typeof x=="number"&&(e=x,x=null),typeof t=="string"&&this._registeredFonts[t]?(a=t,{src:t,family:x}=this._registeredFonts[t]):(a=x||t,typeof a!="string"&&(a=null)),this._fontSource=t,this._fontFamily=x,e!=null&&this.fontSize(e),r=this._fontFamilies[a])return this._font=r,this;let n=`F${++this._fontCount}`;return this._font=gn.open(this,t,x,n),(r=this._fontFamilies[this._font.name])&&qu(this._font,r)?(this._font=r,this):(a&&(this._fontFamilies[a]=this._font),this._font.name&&(this._fontFamilies[this._font.name]=this._font),this)},fontSize(t){return this._fontSize=this.sizeToPoint(t),this},currentLineHeight(t){return this._font.lineHeight(this._fontSize,t)},registerFont(t,x,e){return this._registeredFonts[t]={src:x,family:e},this},sizeToPoint(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:this.page,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:void 0;if(a||(a=this._fontSize),typeof x!="number"&&(x=this.sizeToPoint(x)),t===void 0)return x;if(typeof t=="number")return t;if(typeof t=="boolean")return Number(t);let r=String(t).match(/((\d+)?(\.\d+)?)(em|in|px|cm|mm|pc|ex|ch|rem|vw|vh|vmin|vmax|%|pt)?/);if(!r)throw new Error(`Unsupported size '${t}'`);let n;switch(r[4]){case"em":n=this._fontSize;break;case"in":n=Sa;break;case"px":n=Kh*Sa;break;case"cm":n=I4*Sa;break;case"mm":n=qh*I4*Sa;break;case"pc":n=Zh;break;case"ex":n=this.currentLineHeight();break;case"ch":n=this.widthOfString("0");break;case"rem":n=this._remSize;break;case"vw":n=e.width/100;break;case"vh":n=e.height/100;break;case"vmin":n=Math.min(e.width,e.height)/100;break;case"vmax":n=Math.max(e.width,e.height)/100;break;case"%":n=a/100;break;default:n=1}return n*Number(r[1])}},H4="\xAD",nn="-",lt=class extends jh{constructor(x,e){super(),this.document=x,this.horizontalScaling=e.horizontalScaling||100,this.indent=(e.indent||0)*this.horizontalScaling/100,this.indentAllLines=e.indentAllLines||!1,this.characterSpacing=(e.characterSpacing||0)*this.horizontalScaling/100,this.wordSpacing=(e.wordSpacing===0)*this.horizontalScaling/100,this.columns=e.columns||1,this.columnGap=(e.columnGap!=null?e.columnGap:18)*this.horizontalScaling/100,this.lineWidth=(e.width*this.horizontalScaling/100-this.columnGap*(this.columns-1))/this.columns,this.spaceLeft=this.lineWidth,this.startX=this.document.x,this.startY=this.document.y,this.column=1,this.ellipsis=e.ellipsis,this.continuedX=0,this.features=e.features,e.height!=null?(this.height=e.height,this.maxY=Xt(this.startY+e.height)):this.maxY=Xt(this.document.page.maxY()),this.on("firstLine",a=>{let r=this.continuedX||this.indent;this.document.x+=r,this.lineWidth-=r,!a.indentAllLines&&this.once("line",()=>{this.document.x-=r,this.lineWidth+=r,a.continued&&!this.continuedX&&(this.continuedX=this.indent),a.continued||(this.continuedX=0)})}),this.on("lastLine",a=>{let{align:r}=a;r==="justify"&&(a.align="left"),this.lastLine=!0,this.once("line",()=>(this.document.y+=a.paragraphGap||0,a.align=r,this.lastLine=!1))})}wordWidth(x){return Xt(this.document.widthOfString(x,this)+this.characterSpacing+this.wordSpacing)}canFit(x,e){return x[x.length-1]!=H4?e<=this.spaceLeft:e+this.wordWidth(nn)<=this.spaceLeft}eachWord(x,e){let a,r=new en(x),n=null,i=Object.create(null);for(;a=r.nextBreak();){var s;let c=x.slice(n?.position||0,a.position),d=i[c]!=null?i[c]:i[c]=this.wordWidth(c);if(d>this.lineWidth+this.continuedX){let h=n,b={};for(;c.length;){var o,f;d>this.spaceLeft?(o=Math.ceil(this.spaceLeft/(d/c.length)),d=this.wordWidth(c.slice(0,o)),f=d<=this.spaceLeft&&o<c.length):o=c.length;let u=d>this.spaceLeft&&o>0;for(;u||f;)u?(d=this.wordWidth(c.slice(0,--o)),u=d>this.spaceLeft&&o>0):(d=this.wordWidth(c.slice(0,++o)),u=d>this.spaceLeft&&o>0,f=d<=this.spaceLeft&&o<c.length);if(o===0&&this.spaceLeft===this.lineWidth&&(o=1),b.required=a.required||o<c.length,s=e(c.slice(0,o),d,b,h),h={required:!1},c=c.slice(o),d=this.wordWidth(c),s===!1)break}}else s=e(c,d,a,n);if(s===!1)break;n=a}}wrap(x,e){this.horizontalScaling=e.horizontalScaling||100,e.indent!=null&&(this.indent=e.indent*this.horizontalScaling/100),e.characterSpacing!=null&&(this.characterSpacing=e.characterSpacing*this.horizontalScaling/100),e.wordSpacing!=null&&(this.wordSpacing=e.wordSpacing*this.horizontalScaling/100),e.ellipsis!=null&&(this.ellipsis=e.ellipsis);let a=this.document.y+this.document.currentLineHeight(!0);(this.document.y>this.maxY||a>this.maxY)&&this.nextSection();let r="",n=0,i=0,s=0,{y:o}=this.document,f=()=>(e.textWidth=n+this.wordSpacing*(i-1),e.wordCount=i,e.lineWidth=this.lineWidth,{y:o}=this.document,this.emit("line",r,e,this),s++);this.emit("sectionStart",e,this),this.eachWord(x,(c,d,h,b)=>{if((b==null||b.required)&&(this.emit("firstLine",e,this),this.spaceLeft=this.lineWidth),this.canFit(c,d)&&(r+=c,n+=d,i++),h.required||!this.canFit(c,d)){let u=this.document.currentLineHeight(!0);if(this.height!=null&&this.ellipsis&&Xt(this.document.y+u*2)>this.maxY&&this.column>=this.columns){for(this.ellipsis===!0&&(this.ellipsis="\u2026"),r=r.replace(/\s+$/,""),n=this.wordWidth(r+this.ellipsis);r&&n>this.lineWidth;)r=r.slice(0,-1).replace(/\s+$/,""),n=this.wordWidth(r+this.ellipsis);n<=this.lineWidth&&(r=r+this.ellipsis),n=this.wordWidth(r)}if(h.required&&(d>this.spaceLeft&&(f(),r=c,n=d,i=1),this.emit("lastLine",e,this)),r[r.length-1]==H4&&(r=r.slice(0,-1)+nn,this.spaceLeft-=this.wordWidth(nn)),f(),Xt(this.document.y+u)>this.maxY){if(this.emit("sectionEnd",e,this),!this.nextSection())return i=0,r="",!1;this.emit("sectionStart",e,this)}return h.required?(this.spaceLeft=this.lineWidth,r="",n=0,i=0):(this.spaceLeft=this.lineWidth-d,r=c,n=d,i=1)}else return this.spaceLeft-=d}),i>0&&(this.emit("lastLine",e,this),f()),this.emit("sectionEnd",e,this),e.continued===!0?(s>1&&(this.continuedX=0),this.continuedX+=e.textWidth||0,this.document.y=o):this.document.x=this.startX}nextSection(x){if(++this.column>this.columns){if(this.height!=null)return!1;if(this.document.continueOnNewPage(),this.column=1,this.startY=this.document.page.margins.top,this.maxY=this.document.page.maxY(),this.indentAllLines){let e=this.continuedX||this.indent;this.document.x+=e,this.lineWidth-=e}else this.document.x=this.startX;this.document._fillColor&&this.document.fillColor(...this.document._fillColor),this.emit("pageBreak",x,this)}else this.document.x+=this.lineWidth+this.columnGap,this.document.y=this.startY,this.emit("columnBreak",x,this);return!0}},{number:F6}=d6;function Zu(t,x){if(x==="numbered")return`${t}.`;var e=String.fromCharCode((t-1)%26+65),a=Math.floor((t-1)/26+1),r=Array(a+1).join(e);return`${r}.`}var Yu={initText(){this._line=this._line.bind(this),this.x=0,this.y=0,this._lineGap=0},lineGap(t){return this._lineGap=t,this},moveDown(t){return t==null&&(t=1),this.y+=this.currentLineHeight(!0)*t+this._lineGap,this},moveUp(t){return t==null&&(t=1),this.y-=this.currentLineHeight(!0)*t+this._lineGap,this},_text(t,x,e,a,r){a=this._initOptions(x,e,a),t=t==null?"":`${t}`,a.wordSpacing&&(t=t.replace(/\s{2,}/g," "));let n=()=>{a.structParent&&a.structParent.add(this.struct(a.structType||"P",[this.markStructureContent(a.structType||"P")]))};if(a.rotation!==0&&(this.save(),this.rotate(-a.rotation,{origin:[this.x,this.y]})),a.width){let i=this._wrapper;i||(i=new lt(this,a),i.on("line",r),i.on("firstLine",n)),this._wrapper=a.continued?i:null,this._textOptions=a.continued?a:null,i.wrap(t,a)}else for(let i of t.split(`
|
|
111
|
+
`))n(),r(i,a);return a.rotation!==0&&this.restore(),this},text(t,x,e,a){return this._text(t,x,e,a,this._line)},widthOfString(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=x.horizontalScaling||100;return(this._font.widthOfString(t,this._fontSize,x.features)+(x.characterSpacing||0)*(t.length-1))*e/100},boundsOfString(t,x,e,a){a=this._initOptions(x,e,a),{x,y:e}=this;let r=a.lineGap??this._lineGap??0,n=this.currentLineHeight(!0)+r,i=0;if(t=String(t??""),a.wordSpacing&&(t=t.replace(/\s{2,}/g," ")),a.width){let H=new lt(this,a);H.on("line",(G,z)=>{if(this.y+=n,G=G.replace(/\n/g,""),G.length){let J=z.wordSpacing??0,Q=z.characterSpacing??0;if(z.width&&z.align==="justify"){let l0=G.trim().split(/\s+/),C=this.widthOfString(G.replace(/\s+/g,""),z),$=this.widthOfString(" ")+Q;J=Math.max(0,(z.lineWidth-C)/Math.max(1,l0.length-1)-$)}i=Math.max(i,z.textWidth+J*(z.wordCount-1)+Q*(G.length-1))}}),H.wrap(t,a)}else for(let H of t.split(`
|
|
112
|
+
`)){let G=this.widthOfString(H,a);this.y+=n,i=Math.max(i,G)}let s=this.y-e;if(a.height&&(s=Math.min(s,a.height)),this.x=x,this.y=e,a.rotation===0)return{x,y:e,width:i,height:s};if(a.rotation===90)return{x,y:e-i,width:s,height:i};if(a.rotation===180)return{x:x-i,y:e-s,width:i,height:s};if(a.rotation===270)return{x:x-s,y:e,width:s,height:i};let o=Q4(a.rotation),f=x5(a.rotation),c=x,d=e,h=x+i*o,b=e-i*f,u=x+i*o+s*f,g=e-i*f+s*o,S=x+s*f,w=e+s*o,T=Math.min(c,h,u,S),m=Math.max(c,h,u,S),D=Math.min(d,b,g,w),N=Math.max(d,b,g,w);return{x:T,y:D,width:m-T,height:N-D}},heightOfString(t,x){let{x:e,y:a}=this;x=this._initOptions(x),x.height=1/0;let r=x.lineGap||this._lineGap||0;this._text(t,this.x,this.y,x,()=>{this.y+=this.currentLineHeight(!0)+r});let n=this.y-a;return this.x=e,this.y=a,n},list(t,x,e,a){a=this._initOptions(x,e,a);let r=a.listType||"bullet",n=Math.round(this._font.ascender/1e3*this._fontSize),i=n/2,s=a.bulletRadius||n/3,o=a.textIndent||(r==="bullet"?s*5:n*2),f=a.bulletIndent||(r==="bullet"?s*8:n*2),c=1,d=[],h=[],b=[];var u=function(S){let w=1;for(let T=0;T<S.length;T++){let m=S[T];Array.isArray(m)?(c++,u(m),c--):(d.push(m),h.push(c),r!=="bullet"&&b.push(w++))}};u(t);let g=function(S,w){let T=new lt(this,a);T.on("line",this._line),c=1,T.once("firstLine",()=>{let m,D,N,H;a.structParent&&(a.structTypes?[D,N,H]=a.structTypes:[D,N,H]=["LI","Lbl","LBody"]),D?(m=this.struct(D),a.structParent.add(m)):a.structParent&&(m=a.structParent);let G;if((G=h[w++])!==c){let J=f*(G-c);this.x+=J,T.lineWidth-=J,c=G}switch(m&&(N||H)&&m.add(this.struct(N||H,[this.markStructureContent(N||H)])),r){case"bullet":this.circle(this.x-o+s,this.y+i,s),this.fill();break;case"numbered":case"lettered":var z=Zu(b[w-1],r);this._fragment(z,this.x-o,this.y,a);break}m&&N&&H&&m.add(this.struct(H,[this.markStructureContent(H)])),m&&m!==a.structParent&&m.end()}),T.on("sectionStart",()=>{let m=o+f*(c-1);this.x+=m,T.lineWidth-=m}),T.on("sectionEnd",()=>{let m=o+f*(c-1);this.x-=m,T.lineWidth+=m}),T.wrap(S,a)};for(let S=0;S<d.length;S++)g.call(this,d[S],S);return this},_initOptions(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},x=arguments.length>1?arguments[1]:void 0,e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};typeof t=="object"&&(e=t,t=null);let a=Object.assign({},e);if(this._textOptions)for(let r in this._textOptions){let n=this._textOptions[r];r!=="continued"&&a[r]===void 0&&(a[r]=n)}return t!=null&&(this.x=t),x!=null&&(this.y=x),a.lineBreak!==!1&&(a.width==null&&(a.width=this.page.width-this.x-this.page.margins.right),a.width=Math.max(a.width,0)),a.columns||(a.columns=0),a.columnGap==null&&(a.columnGap=18),a.rotation=Number(e.rotation??0)%360,a.rotation<0&&(a.rotation+=360),a},_line(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=arguments.length>2?arguments[2]:void 0;if(this._fragment(t,this.x,this.y,x),e){let a=x.lineGap||this._lineGap||0;this.y+=this.currentLineHeight(!0)+a}else this.x+=this.widthOfString(t,x)},_fragment(t,x,e,a){let r,n,i,s,o,f;if(t=`${t}`.replace(/\n/g,""),t.length===0)return;let c=a.align||"left",d=a.wordSpacing||0,h=a.characterSpacing||0,b=a.horizontalScaling||100;if(a.width)switch(c){case"right":o=this.widthOfString(t.replace(/\s+$/,""),a),x+=a.lineWidth-o;break;case"center":x+=a.lineWidth/2-a.textWidth/2;break;case"justify":f=t.trim().split(/\s+/),o=this.widthOfString(t.replace(/\s+/g,""),a);var u=this.widthOfString(" ")+h;d=Math.max(0,(a.lineWidth-o)/Math.max(1,f.length-1)-u);break}if(typeof a.baseline=="number")r=-a.baseline;else{switch(a.baseline){case"svg-middle":r=.5*this._font.xHeight;break;case"middle":case"svg-central":r=.5*(this._font.descender+this._font.ascender);break;case"bottom":case"ideographic":r=this._font.descender;break;case"alphabetic":r=0;break;case"mathematical":r=.5*this._font.ascender;break;case"hanging":r=.8*this._font.ascender;break;case"top":r=this._font.ascender;break;default:r=this._font.ascender}r=r/1e3*this._fontSize}let g=a.textWidth+d*(a.wordCount-1)+h*(t.length-1);if(a.link!=null){let G={};this._currentStructureElement&&this._currentStructureElement.dictionary.data.S==="Link"&&(G.structParent=this._currentStructureElement),this.link(x,e,g,this.currentLineHeight(),a.link,G)}if(a.goTo!=null&&this.goTo(x,e,g,this.currentLineHeight(),a.goTo),a.destination!=null&&this.addNamedDestination(a.destination,"XYZ",x,e,null),a.underline){this.save(),a.stroke||this.strokeColor(...this._fillColor||[]);let G=this._fontSize<10?.5:Math.floor(this._fontSize/10);this.lineWidth(G);let z=e+this.currentLineHeight()-G;this.moveTo(x,z),this.lineTo(x+g,z),this.stroke(),this.restore()}if(a.strike){this.save(),a.stroke||this.strokeColor(...this._fillColor||[]);let G=this._fontSize<10?.5:Math.floor(this._fontSize/10);this.lineWidth(G);let z=e+this.currentLineHeight()/2;this.moveTo(x,z),this.lineTo(x+g,z),this.stroke(),this.restore()}if(this.save(),a.oblique){let G;typeof a.oblique=="number"?G=-Math.tan(a.oblique*Math.PI/180):G=-.25,this.transform(1,0,0,1,x,e),this.transform(1,0,G,1,-G*r,0),this.transform(1,0,0,1,-x,-e)}this.transform(1,0,0,-1,0,this.page.height),e=this.page.height-e-r,this.page.fonts[this._font.id]==null&&(this.page.fonts[this._font.id]=this._font.ref()),this.addContent("BT"),this.addContent(`1 0 0 1 ${F6(x)} ${F6(e)} Tm`),this.addContent(`/${this._font.id} ${F6(this._fontSize)} Tf`);let S=a.fill&&a.stroke?2:a.stroke?1:0;if(this.addContent(`${S} Tr`),h&&this.addContent(`${F6(h)} Tc`),b!==100&&this.addContent(`${b} Tz`),d){f=t.trim().split(/\s+/),d+=this.widthOfString(" ")+h,d*=1e3/this._fontSize,n=[],s=[];for(let G of f){let[z,J]=this._font.encode(G,a.features);n=n.concat(z),s=s.concat(J);let Q={},l0=s[s.length-1];for(let C in l0){let $=l0[C];Q[C]=$}Q.xAdvance+=d,s[s.length-1]=Q}}else[n,s]=this._font.encode(t,a.features);let w=this._fontSize/1e3,T=[],m=0,D=!1,N=G=>{if(m<G){let z=n.slice(m,G).join(""),J=s[G-1].xAdvance-s[G-1].advanceWidth;T.push(`<${z}> ${F6(-J)}`)}m=G},H=G=>{N(G),T.length>0&&(this.addContent(`[${T.join(" ")}] TJ`),T.length=0)};for(i=0;i<s.length;i++){let G=s[i];G.xOffset||G.yOffset?(H(i),this.addContent(`1 0 0 1 ${F6(x+G.xOffset*w)} ${F6(e+G.yOffset*w)} Tm`),H(i+1),D=!0):(D&&(this.addContent(`1 0 0 1 ${F6(x)} ${F6(e)} Tm`),D=!1),G.xAdvance-G.advanceWidth!==0&&N(i+1)),x+=G.xAdvance*w}H(i),this.addContent("ET"),this.restore()}},Ju=t=>{if(!t||t.length<20)return null;let x=2;for(;x<t.length-4;){for(;x<t.length&&t[x]!==255;)x++;if(x>=t.length-4)return null;let e=t.readUInt16BE(x);if(x+=2,e===65498)return null;if(e>=65488&&e<=65497||e===65281)continue;if(x+2>t.length)return null;let a=t.readUInt16BE(x);if(e===65505&&x+8<=t.length&&t.subarray(x+2,x+8).toString("binary")==="Exif\0\0"){let n=x+8;if(n+8>t.length)return null;let i=t.subarray(n,n+2).toString("ascii"),s=i==="II";if(!s&&i!=="MM")return null;let o=s?h=>t.readUInt16LE(h):h=>t.readUInt16BE(h),f=s?h=>t.readUInt32LE(h):h=>t.readUInt32BE(h);if(o(n+2)!==42)return null;let c=n+f(n+4);if(c+2>t.length)return null;let d=o(c);for(let h=0;h<d;h++){let b=c+2+h*12;if(b+12>t.length)return null;if(o(b)===274){let u=o(b+8);return u>=1&&u<=8?u:null}}return null}x+=a}return null},U4=[65472,65473,65474,65475,65477,65478,65479,65480,65481,65482,65483,65484,65485,65486,65487],Qu={1:"DeviceGray",3:"DeviceRGB",4:"DeviceCMYK"},mn=class{constructor(x,e){let a;if(this.data=x,this.label=e,this.data.readUInt16BE(0)!==65496)throw"SOI not found in JPEG";this.orientation=Ju(this.data)||1;let r=2;for(;r<this.data.length;){for(;r<this.data.length&&this.data[r]!==255;)r++;if(r>=this.data.length||(a=this.data.readUInt16BE(r),r+=2,U4.includes(a)))break;r+=this.data.readUInt16BE(r)}if(!U4.includes(a))throw"Invalid JPEG.";r+=2,this.bits=this.data[r++],this.height=this.data.readUInt16BE(r),r+=2,this.width=this.data.readUInt16BE(r),r+=2;let n=this.data[r++];this.colorSpace=Qu[n],this.obj=null}embed(x){if(!this.obj)return this.obj=x.ref({Type:"XObject",Subtype:"Image",BitsPerComponent:this.bits,Width:this.width,Height:this.height,ColorSpace:this.colorSpace,Filter:"DCTDecode"}),this.colorSpace==="DeviceCMYK"&&(this.obj.data.Decode=[1,0,1,0,1,0,1,0]),this.obj.end(this.data),this.data=null}},yn=class{constructor(x,e){this.label=e,this.image=new Ca(x),this.width=this.image.width,this.height=this.image.height,this.imgData=this.image.imgData,this.obj=null}embed(x){let e=!1;if(this.document=x,this.obj)return;let a=this.image.hasAlphaChannel,r=this.image.interlaceMethod===1;if(this.obj=this.document.ref({Type:"XObject",Subtype:"Image",BitsPerComponent:a?8:this.image.bits,Width:this.width,Height:this.height,Filter:"FlateDecode"}),!a){let n=this.document.ref({Predictor:r?1:15,Colors:this.image.colors,BitsPerComponent:this.image.bits,Columns:this.width});this.obj.data.DecodeParms=n,n.end()}if(this.image.palette.length===0)this.obj.data.ColorSpace=this.image.colorSpace;else{let n=this.document.ref();n.end(Buffer.from(this.image.palette)),this.obj.data.ColorSpace=["Indexed","DeviceRGB",this.image.palette.length/3-1,n]}if(this.image.transparency.grayscale!=null){let n=this.image.transparency.grayscale;this.obj.data.Mask=[n,n]}else if(this.image.transparency.rgb){let{rgb:n}=this.image.transparency,i=[];for(let s of n)i.push(s,s);this.obj.data.Mask=i}else{if(this.image.transparency.indexed)return e=!0,this.loadIndexedAlphaChannel();if(a)return e=!0,this.splitAlphaChannel()}if(r&&!e)return this.decodeData();this.finalize()}finalize(){if(this.alphaChannel){let x=this.document.ref({Type:"XObject",Subtype:"Image",Height:this.height,Width:this.width,BitsPerComponent:8,Filter:"FlateDecode",ColorSpace:"DeviceGray",Decode:[0,1]});x.end(this.alphaChannel),this.obj.data.SMask=x}return this.obj.end(this.imgData),this.image=null,this.imgData=null}splitAlphaChannel(){return this.image.decodePixels(x=>{let e,a,r=this.image.colors,n=this.width*this.height,i=Buffer.alloc(n*r),s=Buffer.alloc(n),o=a=e=0,f=x.length,c=this.image.bits===16?1:0;for(;o<f;){for(let d=0;d<r;d++)i[a++]=x[o++],o+=c;s[e++]=x[o++],o+=c}return this.imgData=st.deflateSync(i),this.alphaChannel=st.deflateSync(s),this.finalize()})}loadIndexedAlphaChannel(){let x=this.image.transparency.indexed,e=this.image.interlaceMethod===1;return this.image.decodePixels(a=>{let r=Buffer.alloc(this.width*this.height),n=0;for(let i=0,s=a.length;i<s;i++)r[n++]=x[a[i]];return e&&(this.imgData=st.deflateSync(Buffer.from(a))),this.alphaChannel=st.deflateSync(r),this.finalize()})}decodeData(){this.image.decodePixels(x=>{this.imgData=st.deflateSync(x),this.finalize()})}},wn=class{static open(x,e){let a;if(Buffer.isBuffer(x))a=x;else if(x instanceof ArrayBuffer)a=Buffer.from(new Uint8Array(x));else{let r=/^data:.+?;base64,(.*)$/.exec(x);if(r)a=Buffer.from(r[1],"base64");else if(a=Ax.readFileSync(x),!a)return}if(a[0]===255&&a[1]===216)return new mn(a,e);if(a[0]===137&&a.toString("ascii",1,4)==="PNG")return new yn(a,e);throw new Error("Unknown image format.")}},xb={initImages(){this._imageRegistry={},this._imageCount=0},image(t,x,e){let a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},r,n,i,s,o,f,c,d,h;typeof x=="object"&&(a=x,x=null);let b=a.ignoreOrientation||a.ignoreOrientation!==!1&&this.options.ignoreOrientation,u=typeof e!="number";x=(f=x??a.x)!=null?f:this.x,e=(c=e??a.y)!=null?c:this.y,typeof t=="string"&&(s=this._imageRegistry[t]),s||(t.width&&t.height?s=t:s=this.openImage(t)),s.obj||s.embed(this),this.page.xobjects[s.label]==null&&(this.page.xobjects[s.label]=s.obj);let{width:g,height:S}=s;!b&&s.orientation>4&&([g,S]=[S,g]);let w=a.width||g,T=a.height||S;if(a.width&&!a.height){let z=w/g;w=g*z,T=S*z}else if(a.height&&!a.width){let z=T/S;w=g*z,T=S*z}else a.scale?(w=g*a.scale,T=S*a.scale):a.fit?([i,r]=a.fit,n=i/r,o=g/S,o>n?(w=i,T=i/o):(T=r,w=r*o)):a.cover&&([i,r]=a.cover,n=i/r,o=g/S,o>n?(T=r,w=r*o):(w=i,T=i/o));(a.fit||a.cover)&&(a.align==="center"?x=x+i/2-w/2:a.align==="right"&&(x=x+i-w),a.valign==="center"?e=e+r/2-T/2:a.valign==="bottom"&&(e=e+r-T));let m=0,D=x,N=e,H=T,G=w;if(b)H=-T,N+=T;else switch(s.orientation){default:case 1:H=-T,N+=T;break;case 2:G=-w,H=-T,D+=w,N+=T;break;case 3:d=x,h=e,H=-T,D-=w,m=180;break;case 4:break;case 5:d=x,h=e,G=T,H=w,N-=H,m=90;break;case 6:d=x,h=e,G=T,H=-w,m=90;break;case 7:d=x,h=e,H=-w,G=-T,D+=T,m=90;break;case 8:d=x,h=e,G=T,H=-w,D-=T,N+=w,m=-90;break}return a.link!=null&&this.link(x,e,w,T,a.link),a.goTo!=null&&this.goTo(x,e,w,T,a.goTo),a.destination!=null&&this.addNamedDestination(a.destination,"XYZ",x,e,null),u&&(this.y+=T),this.save(),m&&this.rotate(m,{origin:[d,h]}),this.transform(G,0,0,H,D,N),this.addContent(`/${s.label} Do`),this.restore(),this},openImage(t){let x;return typeof t=="string"&&(x=this._imageRegistry[t]),x||(x=wn.open(t,`I${++this._imageCount}`),typeof t=="string"&&(this._imageRegistry[t]=x)),x}},ht=class{constructor(x){this.annotationRef=x}},eb={annotate(t,x,e,a,r){r.Type="Annot",r.Rect=this._convertRect(t,x,e,a),r.Border=[0,0,0],r.Subtype==="Link"&&typeof r.F>"u"&&(r.F=4),r.Subtype!=="Link"&&r.C==null&&(r.C=this._normalizeColor(r.color||[0,0,0])),delete r.color,typeof r.Dest=="string"&&(r.Dest=new String(r.Dest));let n=r.structParent;delete r.structParent;for(let s in r){let o=r[s];r[s[0].toUpperCase()+s.slice(1)]=o}let i=this.ref(r);if(this.page.annotations.push(i),n&&typeof n.add=="function"){let s=new ht(i);n.add(s)}return i.end(),this},note(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return n.Subtype="Text",n.Contents=new String(r),n.Name==null&&(n.Name="Comment"),n.color==null&&(n.color=[243,223,92]),this.annotate(t,x,e,a,n)},goTo(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return n.Subtype="Link",n.A=this.ref({S:"GoTo",D:new String(r)}),n.A.end(),this.annotate(t,x,e,a,n)},link(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(n.Subtype="Link",typeof r=="number"){let i=this._root.data.Pages.data;if(r>=0&&r<i.Kids.length)n.A=this.ref({S:"GoTo",D:[i.Kids[r],"XYZ",null,null,null]}),n.A.end();else throw new Error(`The document has no page ${r}`)}else n.A=this.ref({S:"URI",URI:new String(r)}),n.A.end();return n.structParent&&!n.Contents&&(n.Contents=new String("")),this.annotate(t,x,e,a,n)},_markup(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},[n,i,s,o]=this._convertRect(t,x,e,a);return r.QuadPoints=[n,o,s,o,n,i,s,i],r.Contents=new String,this.annotate(t,x,e,a,r)},highlight(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return r.Subtype="Highlight",r.color==null&&(r.color=[241,238,148]),this._markup(t,x,e,a,r)},underline(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return r.Subtype="Underline",this._markup(t,x,e,a,r)},strike(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return r.Subtype="StrikeOut",this._markup(t,x,e,a,r)},lineAnnotation(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return r.Subtype="Line",r.Contents=new String,r.L=[t,this.page.height-x,e,this.page.height-a],this.annotate(t,x,e,a,r)},rectAnnotation(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return r.Subtype="Square",r.Contents=new String,this.annotate(t,x,e,a,r)},ellipseAnnotation(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return r.Subtype="Circle",r.Contents=new String,this.annotate(t,x,e,a,r)},textAnnotation(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return n.Subtype="FreeText",n.Contents=new String(r),n.DA=new String,this.annotate(t,x,e,a,n)},fileAnnotation(t,x,e,a){let r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},i=this.file(r.src,Object.assign({hidden:!0},r));return n.Subtype="FileAttachment",n.FS=i,n.Contents?n.Contents=new String(n.Contents):i.data.Desc&&(n.Contents=i.data.Desc),this.annotate(t,x,e,a,n)},_convertRect(t,x,e,a){let r=x;x+=a;let n=t+e,[i,s,o,f,c,d]=this._ctm;return t=i*t+o*x+c,x=s*t+f*x+d,n=i*n+o*r+c,r=s*n+f*r+d,[t,x,n,r]}},V4={top:0,left:0,zoom:0,fit:!0,pageNumber:null,expanded:!1},vn=class t{constructor(x,e,a,r){let n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:V4;if(this.document=x,this.options=n,this.outlineData={},r!==null){let i=r.data.MediaBox[2],o=r.data.MediaBox[3]-(n.top||0),f=i-(n.left||0),c=n.zoom||0;this.outlineData.Dest=n.fit?[r,"Fit"]:[r,"XYZ",f,o,c]}e!==null&&(this.outlineData.Parent=e),a!==null&&(this.outlineData.Title=new String(a)),this.dictionary=this.document.ref(this.outlineData),this.children=[]}addItem(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:V4,a=this.document._root.data.Pages.data.Kids,r=e.pageNumber!=null?a[e.pageNumber]:this.document.page.dictionary,n=new t(this.document,this.dictionary,x,r,e);return this.children.push(n),n}endOutline(){if(this.children.length>0){this.options.expanded&&(this.outlineData.Count=this.children.length);let x=this.children[0],e=this.children[this.children.length-1];this.outlineData.First=x.dictionary,this.outlineData.Last=e.dictionary;for(let a=0,r=this.children.length;a<r;a++){let n=this.children[a];a>0&&(n.outlineData.Prev=this.children[a-1].dictionary),a<this.children.length-1&&(n.outlineData.Next=this.children[a+1].dictionary),n.endOutline()}}return this.dictionary.end()}},tb={initOutline(){this.outline=new vn(this,null,null,null)},endOutline(){if(this.outline.endOutline(),this.outline.children.length>0)return this._root.data.Outlines=this.outline.dictionary,this._root.data.PageMode=this._root.data.PageMode||"UseOutlines"}},ut=class{constructor(x,e){this.refs=[{pageRef:x,mcid:e}]}push(x){x.refs.forEach(e=>this.refs.push(e))}},Ma=class t{constructor(x,e){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;this.document=x,this._attached=!1,this._ended=!1,this._flushed=!1,this.dictionary=x.ref({S:e});let n=this.dictionary.data;(Array.isArray(a)||this._isValidChild(a))&&(r=a,a={}),typeof a.title<"u"&&(n.T=new String(a.title)),typeof a.lang<"u"&&(n.Lang=new String(a.lang)),typeof a.alt<"u"&&(n.Alt=new String(a.alt)),typeof a.expanded<"u"&&(n.E=new String(a.expanded)),typeof a.actual<"u"&&(n.ActualText=new String(a.actual)),this._children=[],r&&(Array.isArray(r)||(r=[r]),r.forEach(i=>this.add(i)),this.end())}add(x){if(this._ended)throw new Error("Cannot add child to already-ended structure element");if(!this._isValidChild(x))throw new Error("Invalid structure element child");return x instanceof t&&(x.setParent(this.dictionary),this._attached&&x.setAttached()),x instanceof ut&&this._addContentToParentTree(x),x instanceof ht&&this._addAnnotationToParentTree(x.annotationRef),typeof x=="function"&&this._attached&&(x=this._contentForClosure(x)),this._children.push(x),this}_addContentToParentTree(x){x.refs.forEach(e=>{let{pageRef:a,mcid:r}=e,n=this.document.getStructParentTree().get(a.data.StructParents);n[r]=this.dictionary})}_addAnnotationToParentTree(x){let e=this.document.createStructParentTreeNextKey();x.data.StructParent=e,this.document.getStructParentTree().add(e,this.dictionary)}setParent(x){if(this.dictionary.data.P)throw new Error("Structure element added to more than one parent");this.dictionary.data.P=x,this._flush()}setAttached(){this._attached||(this._children.forEach((x,e)=>{x instanceof t&&x.setAttached(),typeof x=="function"&&(this._children[e]=this._contentForClosure(x))}),this._attached=!0,this._flush())}end(){this._ended||(this._children.filter(x=>x instanceof t).forEach(x=>x.end()),this._ended=!0,this._flush())}_isValidChild(x){return x instanceof t||x instanceof ut||x instanceof ht||typeof x=="function"}_contentForClosure(x){let e=this.document.markStructureContent(this.dictionary.data.S),a=this.document._currentStructureElement;this.document._currentStructureElement=this;let r=this._ended;return this._ended=!1,x(),this._ended=r,this.document._currentStructureElement=a,this.document.endMarkedContent(),this._addContentToParentTree(e),e}_isFlushable(){return!this.dictionary.data.P||!this._ended?!1:this._children.every(x=>typeof x=="function"?!1:x instanceof t?x._isFlushable():!0)}_flush(){this._flushed||!this._isFlushable()||(this.dictionary.data.K=[],this._children.forEach(x=>this._flushChild(x)),this.dictionary.end(),this._children=[],this.dictionary.data.K=null,this._flushed=!0)}_flushChild(x){if(x instanceof t&&this.dictionary.data.K.push(x.dictionary),x instanceof ut&&x.refs.forEach(e=>{let{pageRef:a,mcid:r}=e;this.dictionary.data.Pg||(this.dictionary.data.Pg=a),this.dictionary.data.Pg===a?this.dictionary.data.K.push(r):this.dictionary.data.K.push({Type:"MCR",Pg:a,MCID:r})}),x instanceof ht){let e=this.document.page.dictionary,a={Type:"OBJR",Obj:x.annotationRef,Pg:e};this.dictionary.data.K.push(a)}}},Cn=class extends Kt{_compareKeys(x,e){return parseInt(x)-parseInt(e)}_keysName(){return"Nums"}_dataForKey(x){return parseInt(x)}},ab={initMarkings(t){this.structChildren=[],t.tagged&&(this.getMarkInfoDictionary().data.Marked=!0,this.getStructTreeRoot())},markContent(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(t==="Artifact"||x&&x.mcid){let a=0;for(this.page.markings.forEach(r=>{(a||r.structContent||r.tag==="Artifact")&&a++});a--;)this.endMarkedContent()}if(!x)return this.page.markings.push({tag:t}),this.addContent(`/${t} BMC`),this;this.page.markings.push({tag:t,options:x});let e={};return typeof x.mcid<"u"&&(e.MCID=x.mcid),t==="Artifact"&&(typeof x.type=="string"&&(e.Type=x.type),Array.isArray(x.bbox)&&(e.BBox=[x.bbox[0],this.page.height-x.bbox[3],x.bbox[2],this.page.height-x.bbox[1]]),Array.isArray(x.attached)&&x.attached.every(a=>typeof a=="string")&&(e.Attached=x.attached)),t==="Span"&&(x.lang&&(e.Lang=new String(x.lang)),x.alt&&(e.Alt=new String(x.alt)),x.expanded&&(e.E=new String(x.expanded)),x.actual&&(e.ActualText=new String(x.actual))),this.addContent(`/${t} ${d6.convert(e)} BDC`),this},markStructureContent(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=this.getStructParentTree().get(this.page.structParentTreeKey),a=e.length;e.push(null),this.markContent(t,{...x,mcid:a});let r=new ut(this.page.dictionary,a);return this.page.markings.slice(-1)[0].structContent=r,r},endMarkedContent(){return this.page.markings.pop(),this.addContent("EMC"),this._textOptions&&(delete this._textOptions.link,delete this._textOptions.goTo,delete this._textOptions.destination,delete this._textOptions.underline,delete this._textOptions.strike),this},struct(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;return new Ma(this,t,x,e)},addStructure(t){let x=this.getStructTreeRoot();return t.setParent(x),t.setAttached(),this.structChildren.push(t),x.data.K||(x.data.K=[]),x.data.K.push(t.dictionary),this},initPageMarkings(t){t.forEach(x=>{if(x.structContent){let e=x.structContent,a=this.markStructureContent(x.tag,x.options);e.push(a),this.page.markings.slice(-1)[0].structContent=e}else this.markContent(x.tag,x.options)})},endPageMarkings(t){let x=t.markings;return x.forEach(()=>t.write("EMC")),t.markings=[],x},getMarkInfoDictionary(){return this._root.data.MarkInfo||(this._root.data.MarkInfo=this.ref({})),this._root.data.MarkInfo},hasMarkInfoDictionary(){return!!this._root.data.MarkInfo},getStructTreeRoot(){return this._root.data.StructTreeRoot||(this._root.data.StructTreeRoot=this.ref({Type:"StructTreeRoot",ParentTree:new Cn,ParentTreeNextKey:0})),this._root.data.StructTreeRoot},getStructParentTree(){return this.getStructTreeRoot().data.ParentTree},createStructParentTreeNextKey(){this.getMarkInfoDictionary();let t=this.getStructTreeRoot(),x=t.data.ParentTreeNextKey++;return t.data.ParentTree.add(x,[]),x},endMarkings(){let t=this._root.data.StructTreeRoot;t&&(t.end(),this.structChildren.forEach(x=>x.end())),this._root.data.MarkInfo&&this._root.data.MarkInfo.end()}},W4={readOnly:1,required:2,noExport:4,multiline:4096,password:8192,toggleToOffButton:16384,radioButton:32768,pushButton:65536,combo:131072,edit:262144,sort:524288,multiSelect:2097152,noSpell:4194304},j4={left:0,center:1,right:2},X4={value:"V",defaultValue:"DV"},q4={zip:"0",zipPlus4:"1",zip4:"1",phone:"2",ssn:"3"},K4={number:{nDec:0,sepComma:!1,negStyle:"MinusBlack",currency:"",currencyPrepend:!0},percent:{nDec:0,sepComma:!1}},rb={initForm(){if(!this._font)throw new Error("Must set a font before calling initForm method");this._acroform={fonts:{},defaultFont:this._font.name},this._acroform.fonts[this._font.id]=this._font.ref();let t={Fields:[],NeedAppearances:!0,DA:new String(`/${this._font.id} 0 Tf 0 g`),DR:{Font:{}}};t.DR.Font[this._font.id]=this._font.ref();let x=this.ref(t);return this._root.data.AcroForm=x,this},endAcroForm(){if(this._root.data.AcroForm){if(!Object.keys(this._acroform.fonts).length&&!this._acroform.defaultFont)throw new Error("No fonts specified for PDF form");let t=this._root.data.AcroForm.data.DR.Font;Object.keys(this._acroform.fonts).forEach(x=>{t[x]=this._acroform.fonts[x]}),this._root.data.AcroForm.data.Fields.forEach(x=>{this._endChild(x)}),this._root.data.AcroForm.end()}return this},_endChild(t){return Array.isArray(t.data.Kids)&&(t.data.Kids.forEach(x=>{this._endChild(x)}),t.end()),this},formField(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=this._fieldDict(t,null,x),a=this.ref(e);return this._addToParent(a),a},formAnnotation(t,x,e,a,r,n){let i=arguments.length>6&&arguments[6]!==void 0?arguments[6]:{},s=this._fieldDict(t,x,i);s.Subtype="Widget",s.F===void 0&&(s.F=4),this.annotate(e,a,r,n,s);let o=this.page.annotations[this.page.annotations.length-1];return this._addToParent(o)},formText(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return this.formAnnotation(t,"text",x,e,a,r,n)},formPushButton(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return this.formAnnotation(t,"pushButton",x,e,a,r,n)},formCombo(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return this.formAnnotation(t,"combo",x,e,a,r,n)},formList(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return this.formAnnotation(t,"list",x,e,a,r,n)},formRadioButton(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return this.formAnnotation(t,"radioButton",x,e,a,r,n)},formCheckbox(t,x,e,a,r){let n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return this.formAnnotation(t,"checkbox",x,e,a,r,n)},_addToParent(t){let x=t.data.Parent;return x?(x.data.Kids||(x.data.Kids=[]),x.data.Kids.push(t)):this._root.data.AcroForm.data.Fields.push(t),this},_fieldDict(t,x){let e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!this._acroform)throw new Error("Call document.initForm() method before adding form elements to document");let a=Object.assign({},e);return x!==null&&(a=this._resolveType(x,e)),a=this._resolveFlags(a),a=this._resolveJustify(a),a=this._resolveFont(a),a=this._resolveStrings(a),a=this._resolveColors(a),a=this._resolveFormat(a),a.T=new String(t),a.parent&&(a.Parent=a.parent,delete a.parent),a},_resolveType(t,x){if(t==="text")x.FT="Tx";else if(t==="pushButton")x.FT="Btn",x.pushButton=!0;else if(t==="radioButton")x.FT="Btn",x.radioButton=!0;else if(t==="checkbox")x.FT="Btn";else if(t==="combo")x.FT="Ch",x.combo=!0;else if(t==="list")x.FT="Ch";else throw new Error(`Invalid form annotation type '${t}'`);return x},_resolveFormat(t){let x=t.format;if(x&&x.type){let e,a,r="";if(q4[x.type]!==void 0)e="AFSpecial_Keystroke",a="AFSpecial_Format",r=q4[x.type];else{let n=x.type.charAt(0).toUpperCase()+x.type.slice(1);if(e=`AF${n}_Keystroke`,a=`AF${n}_Format`,x.type==="date")e+="Ex",r=String(x.param);else if(x.type==="time")r=String(x.param);else if(x.type==="number"){let i=Object.assign({},K4.number,x);r=String([String(i.nDec),i.sepComma?"0":"1",'"'+i.negStyle+'"',"null",'"'+i.currency+'"',String(i.currencyPrepend)].join(","))}else if(x.type==="percent"){let i=Object.assign({},K4.percent,x);r=String([String(i.nDec),i.sepComma?"0":"1"].join(","))}}t.AA=t.AA?t.AA:{},t.AA.K={S:"JavaScript",JS:new String(`${e}(${r});`)},t.AA.F={S:"JavaScript",JS:new String(`${a}(${r});`)}}return delete t.format,t},_resolveColors(t){let x=this._normalizeColor(t.backgroundColor);return x&&(t.MK||(t.MK={}),t.MK.BG=x),x=this._normalizeColor(t.borderColor),x&&(t.MK||(t.MK={}),t.MK.BC=x),delete t.backgroundColor,delete t.borderColor,t},_resolveFlags(t){let x=0;return Object.keys(t).forEach(e=>{W4[e]&&(t[e]&&(x|=W4[e]),delete t[e])}),x!==0&&(t.Ff=t.Ff?t.Ff:0,t.Ff|=x),t},_resolveJustify(t){let x=0;return t.align!==void 0&&(typeof j4[t.align]=="number"&&(x=j4[t.align]),delete t.align),x!==0&&(t.Q=x),t},_resolveFont(t){if(this._acroform.fonts[this._font.id]==null&&(this._acroform.fonts[this._font.id]=this._font.ref()),this._acroform.defaultFont!==this._font.name){t.DR={Font:{}};let x=t.fontSize||0;t.DR.Font[this._font.id]=this._font.ref(),t.DA=new String(`/${this._font.id} ${x} Tf 0 g`)}return t},_resolveStrings(t){let x=[];function e(a){if(Array.isArray(a))for(let r=0;r<a.length;r++)typeof a[r]=="string"?x.push(new String(a[r])):x.push(a[r])}return e(t.Opt),t.select&&(e(t.select),delete t.select),x.length&&(t.Opt=x),Object.keys(X4).forEach(a=>{t[a]!==void 0&&(t[X4[a]]=t[a],delete t[a])}),["V","DV"].forEach(a=>{typeof t[a]=="string"&&(t[a]=new String(t[a]))}),t.MK&&t.MK.CA&&(t.MK.CA=new String(t.MK.CA)),t.label&&(t.MK=t.MK?t.MK:{},t.MK.CA=new String(t.label),delete t.label),t}},nb={file(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};x.name=x.name||t,x.relationship=x.relationship||"Unspecified";let e={Type:"EmbeddedFile",Params:{}},a;if(!t)throw new Error("No src specified");if(Buffer.isBuffer(t))a=t;else if(t instanceof ArrayBuffer)a=Buffer.from(new Uint8Array(t));else{let f=/^data:(.*?);base64,(.*)$/.exec(t);if(f)f[1]&&(e.Subtype=f[1].replace("/","#2F")),a=Buffer.from(f[2],"base64");else{if(a=Ax.readFileSync(t),!a)throw new Error(`Could not read contents of file at filepath ${t}`);let{birthtime:c,ctime:d}=Ax.statSync(t);e.Params.CreationDate=c,e.Params.ModDate=d}}x.creationDate instanceof Date&&(e.Params.CreationDate=x.creationDate),x.modifiedDate instanceof Date&&(e.Params.ModDate=x.modifiedDate),x.type&&(e.Subtype=x.type.replace("/","#2F"));let r=Qh(new Uint8Array(a));e.Params.CheckSum=new String(r),e.Params.Size=a.byteLength;let n;this._fileRegistry||(this._fileRegistry={});let i=this._fileRegistry[x.name];i&&ib(e,i)?n=i.ref:(n=this.ref(e),n.end(a),this._fileRegistry[x.name]={...e,ref:n});let s={Type:"Filespec",AFRelationship:x.relationship,F:new String(x.name),EF:{F:n},UF:new String(x.name)};x.description&&(s.Desc=new String(x.description));let o=this.ref(s);return o.end(),x.hidden||this.addNamedEmbeddedFile(x.name,o),this._root.data.AF?this._root.data.AF.push(o):this._root.data.AF=[o],o}};function ib(t,x){return t.Subtype===x.Subtype&&t.Params.CheckSum.toString()===x.Params.CheckSum.toString()&&t.Params.Size===x.Params.Size&&t.Params.CreationDate.getTime()===x.Params.CreationDate.getTime()&&(t.Params.ModDate===void 0&&x.Params.ModDate===void 0||t.Params.ModDate.getTime()===x.Params.ModDate.getTime())}var sb={initPDFA(t){t.charAt(t.length-3)==="-"?(this.subset_conformance=t.charAt(t.length-1).toUpperCase(),this.subset=parseInt(t.charAt(t.length-2))):(this.subset_conformance="B",this.subset=parseInt(t.charAt(t.length-1)))},endSubset(){this._addPdfaMetadata(),this._addColorOutputIntent()},_addColorOutputIntent(){let t=Ax.readFileSync(`${import.meta.dirname}/data/sRGB_IEC61966_2_1.icc`),x=this.ref({Length:t.length,N:3});x.write(t),x.end();let e=this.ref({Type:"OutputIntent",S:"GTS_PDFA1",Info:new String("sRGB IEC61966-2.1"),OutputConditionIdentifier:new String("sRGB IEC61966-2.1"),DestOutputProfile:x});e.end(),this._root.data.OutputIntents=[e]},_getPdfaid(){return`
|
|
113
|
+
<rdf:Description xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/" rdf:about="">
|
|
114
|
+
<pdfaid:part>${this.subset}</pdfaid:part>
|
|
115
|
+
<pdfaid:conformance>${this.subset_conformance}</pdfaid:conformance>
|
|
116
|
+
</rdf:Description>
|
|
117
|
+
`},_addPdfaMetadata(){this.appendXML(this._getPdfaid())}},ob={initPDFUA(){this.subset=1},endSubset(){this._addPdfuaMetadata()},_addPdfuaMetadata(){this.appendXML(this._getPdfuaid())},_getPdfuaid(){return`
|
|
118
|
+
<rdf:Description xmlns:pdfuaid="http://www.aiim.org/pdfua/ns/id/" rdf:about="">
|
|
119
|
+
<pdfuaid:part>${this.subset}</pdfuaid:part>
|
|
120
|
+
</rdf:Description>
|
|
121
|
+
`}},fb={_importSubset(t){Object.assign(this,t)},initSubset(t){switch(t.subset){case"PDF/A-1":case"PDF/A-1a":case"PDF/A-1b":case"PDF/A-2":case"PDF/A-2a":case"PDF/A-2b":case"PDF/A-3":case"PDF/A-3a":case"PDF/A-3b":this._importSubset(sb),this.initPDFA(t.subset);break;case"PDF/UA":this._importSubset(ob),this.initPDFUA();break}}},cb=["height","minHeight","maxHeight"],db=["width","minWidth","maxWidth"];function Z4(t,x){let e=new Map;return function(){let a=arguments.length<=0?void 0:arguments[0];return e.has(a)||(e.set(a,t(...arguments)),e.size>x&&e.delete(e.keys().next())),e.get(a)}}function sn(t){return t&&typeof t=="object"&&!Array.isArray(t)}function Yt(t){if(!sn(t))return t;t=Sn(t);for(var x=arguments.length,e=new Array(x>1?x-1:0),a=1;a<x;a++)e[a-1]=arguments[a];for(let r of e)if(sn(r))for(let n in r)sn(r[n])?(n in t||(t[n]={}),t[n]=Yt(t[n],r[n])):r[n]!==void 0&&(t[n]=Sn(r[n]));return t}function Sn(t){let x=t;if(t&&typeof t=="object"){x=Array.isArray(t)?[]:{};for(let e in t)x[e]=Sn(t[e])}return x}function lb(t){let x=t;typeof x!="object"&&(x={text:x});let e=Object.fromEntries(Object.entries(x).filter(r=>{let[n]=r;return cb.includes(n)})),a=Object.fromEntries(Object.entries(x).filter(r=>{let[n]=r;return db.includes(n)}));return x.padding=Ex(x.padding),x.border=Ex(x.border),x.borderColor=Ex(x.borderColor),x.align=Ea(x.align),{defaultStyle:x,defaultRowStyle:e,defaultColStyle:a}}function hb(t,x,e){let a=x(e);(a==null||typeof a!="object")&&(a={height:a}),a.padding=Ex(a.padding),a.border=Ex(a.border),a.borderColor=Ex(a.borderColor),a.align=Ea(a.align),a=Yt(t,a);let r=this.document,n=r.page,i=n.contentHeight;return a.height==null||a.height==="auto"?a.height="auto":a.height=r.sizeToPoint(a.height,0,n,i),a.minHeight=r.sizeToPoint(a.minHeight,0,n,i),a.maxHeight=r.sizeToPoint(a.maxHeight,0,n,i),a}function ub(t,x,e){let a=x(e);return(a==null||typeof a!="object")&&(a={width:a}),a.padding=Ex(a.padding),a.border=Ex(a.border),a.borderColor=Ex(a.borderColor),a.align=Ea(a.align),a=Yt(t,a),a.width==null||a.width==="*"?a.width="*":a.width=this.document.sizeToPoint(a.width,0,this.document.page,this._maxWidth),a.minWidth=this.document.sizeToPoint(a.minWidth,0,this.document.page,this._maxWidth),a.maxWidth=this.document.sizeToPoint(a.maxWidth,0,this.document.page,this._maxWidth),a}function Ea(t){return t==null||typeof t=="string"?{x:t,y:t}:t}function bb(){let t=this.document,x=this.opts,e=t._tableIndex++;this._id=new String(x.id??`table-${e}`),this._position={x:t.sizeToPoint(x.position?.x,t.x),y:t.sizeToPoint(x.position?.y,t.y)},this._maxWidth=t.sizeToPoint(x.maxWidth,t.page.width-t.page.margins.right-this._position.x);let{defaultStyle:a,defaultColStyle:r,defaultRowStyle:n}=lb(x.defaultStyle);this._defaultStyle=a;let i;x.columnStyles&&(Array.isArray(x.columnStyles)?i=o=>x.columnStyles[o]:typeof x.columnStyles=="function"?i=Z4(o=>x.columnStyles(o),1/0):typeof x.columnStyles=="object"&&(i=()=>x.columnStyles)),i||(i=()=>({})),this._colStyle=ub.bind(this,r,i);let s;x.rowStyles&&(Array.isArray(x.rowStyles)?s=o=>x.rowStyles[o]:typeof x.rowStyles=="function"?s=Z4(o=>x.rowStyles(o),10):typeof x.rowStyles=="object"&&(s=()=>x.rowStyles)),s||(s=()=>({})),this._rowStyle=hb.bind(this,n,s)}function pb(t){return t!=null&&(t=`${t}`),t}function gb(t,x,e){let a=this._colStyle(e),r=this._rowStyle(x),n=Yt({},a.font,r.font,t.font),i=Object.values(n).filter(h=>h!=null).length>0,s=this.document,o=s._fontSource,f=s._fontSize,c=s._fontFamily;i&&(n.src&&s.font(n.src,n.family),n.size&&s.fontSize(n.size),r=this._rowStyle(x)),t.padding=Ex(t.padding),t.border=Ex(t.border),t.borderColor=Ex(t.borderColor);let d=Yt(this._defaultStyle,a,r,t);return d.rowIndex=x,d.colIndex=e,d.font=n??{},d.customFont=i,d.text=pb(d.text),d.rowSpan=d.rowSpan??1,d.colSpan=d.colSpan??1,d.padding=Ex(d.padding,"0.25em",h=>s.sizeToPoint(h,"0.25em")),d.border=Ex(d.border,1,h=>s.sizeToPoint(h,1)),d.borderColor=Ex(d.borderColor,"black",h=>h??"black"),d.align=Ea(d.align),d.align.x=d.align.x??"left",d.align.y=d.align.y??"top",d.textStroke=s.sizeToPoint(d.textStroke,0),d.textStrokeColor=d.textStrokeColor??"black",d.textColor=d.textColor??"black",d.textOptions=d.textOptions??{},d.id=new String(d.id??`${this._id}-${x}-${e}`),d.type=d.type?.toUpperCase()==="TH"?"TH":"TD",d.scope&&(d.scope=d.scope.toLowerCase(),d.scope==="row"?d.scope="Row":d.scope==="both"?d.scope="Both":d.scope==="column"&&(d.scope="Column")),typeof this.opts.debug=="boolean"&&(d.debug=this.opts.debug),i&&s.font(o,c,f),d}function mb(t,x){this._cellClaim||(this._cellClaim=new Set);let e=0;return t.map(a=>{for((a==null||typeof a!="object")&&(a={text:a});this._cellClaim.has(`${x},${e}`);)e++;a=gb.call(this,a,x,e);for(let r=0;r<a.rowSpan;r++)for(let n=0;n<a.colSpan;n++)this._cellClaim.add(`${x+r},${e+n}`);return e+=a.colSpan,a})}function yb(t){this._columnWidths=[],wb.call(this,t.reduce((x,e)=>x+e.colSpan,0)),this._rowHeights=[],this._rowYPos=[this._position.y],this._rowBuffer=new Set}function wb(t){let x=[],e=0,a=this._maxWidth;for(let i=0;i<t;i++){let s=this._colStyle(i);s.width==="*"?(x[i]=s,e+=s.minWidth):(a-=s.width,this._columnWidths[i]=s.width)}let r=x.reduce(i=>i+1,0);e>=a?x.forEach((i,s)=>{this._columnWidths[s]=i.minWidth}):r>0&&x.forEach((i,s)=>{let o=a/r;this._columnWidths[s]=Math.max(o,i.minWidth),i.maxWidth>0&&(this._columnWidths[s]=Math.min(this._columnWidths[s],i.maxWidth)),a-=this._columnWidths[s],r--});let n=this._position.x;this._columnXPos=Array.from(this._columnWidths,i=>{let s=n;return n+=i,s})}function vb(t,x){t.forEach(i=>this._rowBuffer.add(i)),x>0&&(this._rowYPos[x]=this._rowYPos[x-1]+this._rowHeights[x-1]);let e=this._rowStyle(x),a=[];this._rowBuffer.forEach(i=>{i.rowIndex+i.rowSpan-1===x&&(a.push(Y4.call(this,i,e.height)),this._rowBuffer.delete(i))});let r=e.height;r==="auto"&&(r=a.reduce((i,s)=>{let o=s.textBounds.height+s.padding.top+s.padding.bottom;for(let f=0;f<s.rowSpan-1;f++)o-=this._rowHeights[s.rowIndex+f];return Math.max(i,o)},0)),r=Math.max(r,e.minHeight),e.maxHeight>0&&(r=Math.min(r,e.maxHeight)),this._rowHeights[x]=r;let n=!1;return r>this.document.page.contentHeight?(console.warn(new Error(`Row ${x} requested more than the safe page height, row has been clamped`).stack.slice(7)),this._rowHeights[x]=this.document.page.maxY()-this._rowYPos[x]):this._rowYPos[x]+r>=this.document.page.maxY()&&(this._rowYPos[x]=this.document.page.margins.top,n=!0),{newPage:n,toRender:a.map(i=>Y4.call(this,i,r))}}function Y4(t,x){let e=0;for(let d=0;d<t.colSpan;d++)e+=this._columnWidths[t.colIndex+d];let a=x;if(a==="auto")a=this.document.page.contentHeight;else for(let d=0;d<t.rowSpan-1;d++)a+=this._rowHeights[t.rowIndex+d];let r=e-t.padding.left-t.padding.right,n=a-t.padding.top-t.padding.bottom,i=t.textOptions.rotation??0,{width:s,height:o}=Cb(i,r,n),f={align:t.align.x,ellipsis:!0,stroke:t.textStroke>0,fill:!0,width:s,height:o,rotation:i,...t.textOptions},c={x:0,y:0,width:0,height:0};if(t.text){let d=this.document._fontSource,h=this.document._fontSize,b=this.document._fontFamily;t.font?.src&&this.document.font(t.font.src,t.font?.family),t.font?.size&&this.document.fontSize(t.font.size);let u=this.document.boundsOfString(t.text,0,0,{...f,rotation:0});f.width=u.width,f.height=u.height,c=this.document.boundsOfString(t.text,0,0,f),this.document.font(d,b,h)}return{...t,textOptions:f,x:this._columnXPos[t.colIndex],y:this._rowYPos[t.rowIndex],textX:this._columnXPos[t.colIndex]+t.padding.left,textY:this._rowYPos[t.rowIndex]+t.padding.top,width:e,height:a,textAllocatedHeight:n,textAllocatedWidth:r,textBounds:c}}function Cb(t,x,e){let a,r,n=Q4(t),i=x5(t);t===0||t===180?(a=x,r=e):t===90||t===270?(a=e,r=x):t<90||t>180&&t<270?(a=x/(2*n),r=x/(2*i)):(r=x/(2*n),a=x/(2*i));let s=i*a,o=n*r;if(s+o>e){let f=n*n-i*i;t===0||t===180?(a=x,r=e):t===90||t===270?(a=e,r=x):t<90||t>180&&t<270?(a=(x*n-e*i)/f,r=(e*n-x*i)/f):(r=(x*n-e*i)/f,a=(e*n-x*i)/f)}return{width:Math.abs(a),height:Math.abs(r)}}function Sb(){let t=this.opts.structParent;t&&(this._tableStruct=this.document.struct("Table"),this._tableStruct.dictionary.data.ID=this._id,t instanceof Ma?t.add(this._tableStruct):t instanceof se&&t.addStructure(this._tableStruct),this._headerRowLookup={},this._headerColumnLookup={})}function _b(){this._tableStruct&&this._tableStruct.end()}function kb(t,x,e){let a=this.document.struct("TR");a.dictionary.data.ID=new String(`${this._id}-${x}`),this._tableStruct.add(a),t.forEach(r=>e(r,a)),a.end()}function Ab(t,x,e){let a=this.document,r=a.struct(t.type,{title:t.title});r.dictionary.data.ID=t.id,x.add(r);let n=t.padding,i=t.border,s={O:"Table",Width:t.width,Height:t.height,Padding:[n.top,n.bottom,n.left,n.right],RowSpan:t.rowSpan>1?t.rowSpan:void 0,ColSpan:t.colSpan>1?t.colSpan:void 0,BorderThickness:[i.top,i.bottom,i.left,i.right]};if(t.type==="TH"){if(t.scope==="Row"||t.scope==="Both"){for(let d=0;d<t.rowSpan;d++)this._headerRowLookup[t.rowIndex+d]||(this._headerRowLookup[t.rowIndex+d]=[]),this._headerRowLookup[t.rowIndex+d].push(t.id);s.Scope=t.scope}if(t.scope==="Column"||t.scope==="Both"){for(let d=0;d<t.colSpan;d++)this._headerColumnLookup[t.colIndex+d]||(this._headerColumnLookup[t.colIndex+d]=[]),this._headerColumnLookup[t.colIndex+d].push(t.id);s.Scope=t.scope}}let o=new Set([...Array.from({length:t.colSpan},(d,h)=>this._headerColumnLookup[t.colIndex+h]).flat(),...Array.from({length:t.rowSpan},(d,h)=>this._headerRowLookup[t.rowIndex+h]).flat()].filter(Boolean));o.size&&(s.Headers=Array.from(o));let f=a._normalizeColor;t.backgroundColor!=null&&(s.BackgroundColor=f(t.backgroundColor));let c=[i.top,i.bottom,i.left,i.right];if(c.some(d=>d)){let d=t.borderColor;s.BorderColor=[c[0]?f(d.top):null,c[1]?f(d.bottom):null,c[2]?f(d.left):null,c[3]?f(d.right):null]}Object.keys(s).forEach(d=>s[d]===void 0&&delete s[d]),r.dictionary.data.A=a.ref(s),r.add(e),r.end(),r.dictionary.data.A.end()}function Pb(t,x){return this._tableStruct?kb.call(this,t,x,J4.bind(this)):t.forEach(e=>J4.call(this,e)),this._rowYPos[x]+this._rowHeights[x]}function J4(t,x){let e=()=>{t.backgroundColor!=null&&this.document.save().fillColor(t.backgroundColor).rect(t.x,t.y,t.width,t.height).fill().restore(),Lb.call(this,t.border,t.borderColor,t.x,t.y,t.width,t.height),t.debug&&(this.document.save(),this.document.dash(1,{space:1}).lineWidth(1).strokeOpacity(.3),this.document.rect(t.x,t.y,t.width,t.height).stroke("green"),this.document.restore()),t.text&&Tb.call(this,t)};x?Ab.call(this,t,x,e):e()}function Tb(t){let x=this.document,e=x._fontSource,a=x._fontSize,r=x._fontFamily;t.customFont&&(t.font.src&&x.font(t.font.src,t.font.family),t.font.size&&x.fontSize(t.font.size));let n=t.textX,i=t.textY,s=t.textAllocatedHeight,o=t.textAllocatedWidth,f=t.textBounds.width,c=t.textBounds.height,d=-t.textBounds.x,h=-t.textBounds.y,b=t.align.x==="right"?1:t.align.x==="center"?.5:0,u=(o-f)*b,g=t.align.y==="bottom"?1:t.align.y==="center"?.5:0,S=(s-c)*g,w=u+d,T=S+h;t.debug&&(x.save(),x.dash(1,{space:1}).lineWidth(1).strokeOpacity(.3),t.text&&x.moveTo(n+u,i).lineTo(n+u,i+s).moveTo(n+u+f,i).lineTo(n+u+f,i+s).stroke("blue").moveTo(n,i+S).lineTo(n+o,i+S).moveTo(n,i+S+c).lineTo(n+o,i+S+c).stroke("green"),x.rect(n,i,o,s).stroke("orange"),x.restore()),x.save().rect(n,i,o,s).clip(),x.fillColor(t.textColor).strokeColor(t.textStrokeColor),t.textStroke>0&&x.lineWidth(t.textStroke),x.text(t.text,n+w,i+T,t.textOptions),x.restore(),t.font&&x.font(e,r,a)}function Lb(t,x,e,a,r,n,i){t=Object.fromEntries(Object.entries(t).map(o=>{let[f,c]=o;return[f,i&&!i[f]?0:c]}));let s=this.document;[t.right,t.bottom,t.left].every(o=>o===t.top)?t.top>0&&s.save().lineWidth(t.top).strokeColor(x.top).rect(e,a,r,n).stroke().restore():(t.top>0&&s.save().lineWidth(t.top).moveTo(e,a).strokeColor(x.top).lineTo(e+r,a).stroke().restore(),t.right>0&&s.save().lineWidth(t.right).moveTo(e+r,a).strokeColor(x.right).lineTo(e+r,a+n).stroke().restore(),t.bottom>0&&s.save().lineWidth(t.bottom).moveTo(e+r,a+n).strokeColor(x.bottom).lineTo(e,a+n).stroke().restore(),t.left>0&&s.save().lineWidth(t.left).moveTo(e,a+n).strokeColor(x.left).lineTo(e,a).stroke().restore())}var _n=class{constructor(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.document=x,this.opts=Object.freeze(e),bb.call(this),Sb.call(this),this._currRowIndex=0,this._ended=!1,e.data){for(let a of e.data)this.row(a);return this.end()}}row(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(this._ended)throw new Error(`Table was marked as ended on row ${this._currRowIndex}`);x=Array.from(x),x=mb.call(this,x,this._currRowIndex),this._currRowIndex===0&&yb.call(this,x);let{newPage:a,toRender:r}=vb.call(this,x,this._currRowIndex);a&&this.document.continueOnNewPage();let n=Pb.call(this,r,this._currRowIndex);return this.document.x=this._position.x,this.document.y=n,e?this.end():(this._currRowIndex++,this)}end(){for(;this._rowBuffer?.size;)this.row([]);return this._ended=!0,_b.call(this),this.document}},$b={initTables(){this._tableIndex=0},table(t){return new _n(this,t)}},kn=class{constructor(){this._metadata=`
|
|
122
|
+
<?xpacket begin="\uFEFF" id="W5M0MpCehiHzreSzNTczkc9d"?>
|
|
123
|
+
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
|
124
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
125
|
+
`}_closeTags(){this._metadata=this._metadata.concat(`
|
|
126
|
+
</rdf:RDF>
|
|
127
|
+
</x:xmpmeta>
|
|
128
|
+
<?xpacket end="w"?>
|
|
129
|
+
`)}append(x){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;this._metadata=this._metadata.concat(x),e&&(this._metadata=this._metadata.concat(`
|
|
130
|
+
`))}getXML(){return this._metadata}getLength(){return this._metadata.length}end(){this._closeTags(),this._metadata=this._metadata.trim()}},Mb={initMetadata(){this.metadata=new kn},appendXML(t){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;this.metadata.append(t,x)},_addInfo(){this.appendXML(`
|
|
131
|
+
<rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/">
|
|
132
|
+
<xmp:CreateDate>${this.info.CreationDate.toISOString().split(".")[0]+"Z"}</xmp:CreateDate>
|
|
133
|
+
<xmp:CreatorTool>${this.info.Creator}</xmp:CreatorTool>
|
|
134
|
+
</rdf:Description>
|
|
135
|
+
`),(this.info.Title||this.info.Author||this.info.Subject)&&(this.appendXML(`
|
|
136
|
+
<rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
137
|
+
`),this.info.Title&&this.appendXML(`
|
|
138
|
+
<dc:title>
|
|
139
|
+
<rdf:Alt>
|
|
140
|
+
<rdf:li xml:lang="x-default">${this.info.Title}</rdf:li>
|
|
141
|
+
</rdf:Alt>
|
|
142
|
+
</dc:title>
|
|
143
|
+
`),this.info.Author&&this.appendXML(`
|
|
144
|
+
<dc:creator>
|
|
145
|
+
<rdf:Seq>
|
|
146
|
+
<rdf:li>${this.info.Author}</rdf:li>
|
|
147
|
+
</rdf:Seq>
|
|
148
|
+
</dc:creator>
|
|
149
|
+
`),this.info.Subject&&this.appendXML(`
|
|
150
|
+
<dc:description>
|
|
151
|
+
<rdf:Alt>
|
|
152
|
+
<rdf:li xml:lang="x-default">${this.info.Subject}</rdf:li>
|
|
153
|
+
</rdf:Alt>
|
|
154
|
+
</dc:description>
|
|
155
|
+
`),this.appendXML(`
|
|
156
|
+
</rdf:Description>
|
|
157
|
+
`)),this.appendXML(`
|
|
158
|
+
<rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
|
|
159
|
+
<pdf:Producer>${this.info.Creator}</pdf:Producer>`,!1),this.info.Keywords&&this.appendXML(`
|
|
160
|
+
<pdf:Keywords>${this.info.Keywords}</pdf:Keywords>`,!1),this.appendXML(`
|
|
161
|
+
</rdf:Description>
|
|
162
|
+
`)},endMetadata(){this._addInfo(),this.metadata.end(),this.version!=1.3&&(this.metadataRef=this.ref({length:this.metadata.getLength(),Type:"Metadata",Subtype:"XML"}),this.metadataRef.compress=!1,this.metadataRef.write(Buffer.from(this.metadata.getXML(),"utf-8")),this.metadataRef.end(),this._root.data.Metadata=this.metadataRef)}},se=class extends Wh.Readable{constructor(){let x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};switch(super(x),this.options=x,x.pdfVersion){case"1.4":this.version=1.4;break;case"1.5":this.version=1.5;break;case"1.6":this.version=1.6;break;case"1.7":case"1.7ext3":this.version=1.7;break;default:this.version=1.3;break}this.compress=this.options.compress!=null?this.options.compress:!0,this._pageBuffer=[],this._pageBufferStart=0,this._offsets=[],this._waiting=0,this._ended=!1,this._offset=0;let e=this.ref({Type:"Pages",Count:0,Kids:[]}),a=this.ref({Dests:new qt});if(this._root=this.ref({Type:"Catalog",Pages:e,Names:a}),this.options.lang&&(this._root.data.Lang=new String(this.options.lang)),this.options.pageLayout){let r=this.options.pageLayout;this._root.data.PageLayout=r.charAt(0).toUpperCase()+r.slice(1)}if(this.page=null,this.initMetadata(),this.initColor(),this.initVector(),this.initFonts(x.font),this.initText(),this.initImages(),this.initOutline(),this.initMarkings(x),this.initTables(),this.initSubset(x),this.info={Producer:"PDFKit",Creator:"PDFKit",CreationDate:new Date},this.options.info)for(let r in this.options.info){let n=this.options.info[r];this.info[r]=n}this.options.displayTitle&&(this._root.data.ViewerPreferences=this.ref({DisplayDocTitle:!0})),this._id=Pa.generateFileID(this.info),this._security=Pa.create(this,x),this._write(`%PDF-${this.version}`),this._write("%\xFF\xFF\xFF\xFF"),this.options.autoFirstPage!==!1&&this.addPage()}addPage(x){x==null&&({options:x}=this),this.options.bufferPages||this.flushPages(),this.page=new cn(this,x),this._pageBuffer.push(this.page);let e=this._root.data.Pages.data;return e.Kids.push(this.page.dictionary),e.Count++,this.x=this.page.margins.left,this.y=this.page.margins.top,this._ctm=[1,0,0,1,0,0],this.transform(1,0,0,-1,0,this.page.height),this.emit("pageAdded"),this}continueOnNewPage(x){let e=this.endPageMarkings(this.page);return this.addPage(x??this.page._options),this.initPageMarkings(e),this}bufferedPageRange(){return{start:this._pageBufferStart,count:this._pageBuffer.length}}switchToPage(x){let e;if(!(e=this._pageBuffer[x-this._pageBufferStart]))throw new Error(`switchToPage(${x}) out of bounds, current buffer covers pages ${this._pageBufferStart} to ${this._pageBufferStart+this._pageBuffer.length-1}`);return this.page=e}flushPages(){let x=this._pageBuffer;this._pageBuffer=[],this._pageBufferStart+=x.length;for(let e of x)this.endPageMarkings(e),e.end()}addNamedDestination(x){for(var e=arguments.length,a=new Array(e>1?e-1:0),r=1;r<e;r++)a[r-1]=arguments[r];a.length===0&&(a=["XYZ",null,null,null]),a[0]==="XYZ"&&a[2]!==null&&(a[2]=this.page.height-a[2]),a.unshift(this.page.dictionary),this._root.data.Names.data.Dests.add(x,a)}addNamedEmbeddedFile(x,e){this._root.data.Names.data.EmbeddedFiles||(this._root.data.Names.data.EmbeddedFiles=new qt({limits:!1})),this._root.data.Names.data.EmbeddedFiles.add(x,e)}addNamedJavaScript(x,e){this._root.data.Names.data.JavaScript||(this._root.data.Names.data.JavaScript=new qt);let a={JS:new String(e),S:"JavaScript"};this._root.data.Names.data.JavaScript.add(x,a)}ref(x){let e=new on(this,this._offsets.length+1,x);return this._offsets.push(null),this._waiting++,e}_read(){}_write(x){Buffer.isBuffer(x)||(x=Buffer.from(x+`
|
|
163
|
+
`,"binary")),this.push(x),this._offset+=x.length}addContent(x){return this.page.write(x),this}_refEnd(x){this._offsets[x.id-1]=x.offset,--this._waiting===0&&this._ended&&(this._finalize(),this._ended=!1)}end(){this.flushPages(),this._info=this.ref();for(let x in this.info){let e=this.info[x];typeof e=="string"&&(e=new String(e));let a=this.ref(e);a.end(),this._info.data[x]=a}this._info.end();for(let x in this._fontFamilies)this._fontFamilies[x].finalize();this.endOutline(),this.endMarkings(),this.subset&&this.endSubset(),this.endMetadata(),this._root.end(),this._root.data.Pages.end(),this._root.data.Names.end(),this.endAcroForm(),this._root.data.ViewerPreferences&&this._root.data.ViewerPreferences.end(),this._security&&this._security.end(),this._waiting===0?this._finalize():this._ended=!0}_finalize(){let x=this._offset;this._write("xref"),this._write(`0 ${this._offsets.length+1}`),this._write("0000000000 65535 f ");for(let a of this._offsets)a=`0000000000${a}`.slice(-10),this._write(a+" 00000 n ");let e={Size:this._offsets.length+1,Root:this._root,Info:this._info,ID:[this._id,this._id]};this._security&&(e.Encrypt=this._security.dictionary),this._write("trailer"),this._write(d6.convert(e)),this._write("startxref"),this._write(`${x}`),this._write("%%EOF"),this.push(null)}toString(){return"[object PDFDocument]"}},Wx=t=>{Object.assign(se.prototype,t)};Wx(Mb);Wx(Ru);Wx(ju);Wx(Ku);Wx(Yu);Wx(xb);Wx(eb);Wx(tb);Wx(ab);Wx(rb);Wx(nb);Wx(fb);Wx($b);se.LineWrapper=lt;var Ib=Math.PI/180;function Fb(){return typeof window<"u"&&({}.toString.call(window)==="[object Window]"||{}.toString.call(window)==="[object global]")}var Oa=typeof global<"u"?global:typeof window<"u"?window:typeof WorkerGlobalScope<"u"?self:{},R0={_global:Oa,version:"10.3.0",isBrowser:Fb(),isUnminified:/param/.test(function(t){}.toString()),dblClickWindow:400,getAngle(t){return R0.angleDeg?t*Ib:t},enableTrace:!1,pointerEventsEnabled:!0,autoDrawEnabled:!0,hitOnDragEnabled:!1,capturePointerEventsEnabled:!1,_mouseListenClick:!1,_touchListenClick:!1,_pointerListenClick:!1,_mouseInDblClickWindow:!1,_touchInDblClickWindow:!1,_pointerInDblClickWindow:!1,_mouseDblClickPointerId:null,_touchDblClickPointerId:null,_pointerDblClickPointerId:null,_renderBackend:"web",legacyTextRendering:!1,pixelRatio:typeof window<"u"&&window.devicePixelRatio||1,dragDistance:3,angleDeg:!0,showWarnings:!0,dragButtons:[0,1],isDragging(){return R0.DD.isDragging},isTransforming(){var t,x;return(x=(t=R0.Transformer)===null||t===void 0?void 0:t.isTransforming())!==null&&x!==void 0?x:!1},isDragReady(){return!!R0.DD.node},releaseCanvasOnDestroy:!0,document:Oa.document,_injectGlobal(t){typeof Oa.Konva<"u"&&console.error("Several Konva instances detected. It is not recommended to use multiple Konva instances in the same environment."),Oa.Konva=t}},Ba=t=>{R0[t.prototype.getClassName()]=t};var Eb=`Konva.js unsupported environment.
|
|
164
|
+
|
|
165
|
+
Looks like you are trying to use Konva.js in Node.js environment. because "document" object is undefined.
|
|
166
|
+
|
|
167
|
+
To use Konva.js in Node.js environment, you need to use the "canvas-backend" or "skia-backend" module.
|
|
168
|
+
|
|
169
|
+
bash: npm install canvas
|
|
170
|
+
js: import "konva/canvas-backend";
|
|
171
|
+
|
|
172
|
+
or
|
|
173
|
+
|
|
174
|
+
bash: npm install skia-canvas
|
|
175
|
+
js: import "konva/skia-backend";
|
|
176
|
+
`,a5=()=>{if(typeof document>"u")throw new Error(Eb)},O6=class t{constructor(x=[1,0,0,1,0,0]){this.dirty=!1,this.m=x&&x.slice()||[1,0,0,1,0,0]}reset(){this.m[0]=1,this.m[1]=0,this.m[2]=0,this.m[3]=1,this.m[4]=0,this.m[5]=0}copy(){return new t(this.m)}copyInto(x){x.m[0]=this.m[0],x.m[1]=this.m[1],x.m[2]=this.m[2],x.m[3]=this.m[3],x.m[4]=this.m[4],x.m[5]=this.m[5]}point(x){let e=this.m;return{x:e[0]*x.x+e[2]*x.y+e[4],y:e[1]*x.x+e[3]*x.y+e[5]}}translate(x,e){return this.m[4]+=this.m[0]*x+this.m[2]*e,this.m[5]+=this.m[1]*x+this.m[3]*e,this}scale(x,e){return this.m[0]*=x,this.m[1]*=x,this.m[2]*=e,this.m[3]*=e,this}rotate(x){let e=Math.cos(x),a=Math.sin(x),r=this.m[0]*e+this.m[2]*a,n=this.m[1]*e+this.m[3]*a,i=this.m[0]*-a+this.m[2]*e,s=this.m[1]*-a+this.m[3]*e;return this.m[0]=r,this.m[1]=n,this.m[2]=i,this.m[3]=s,this}getTranslation(){return{x:this.m[4],y:this.m[5]}}skew(x,e){let a=this.m[0]+this.m[2]*e,r=this.m[1]+this.m[3]*e,n=this.m[2]+this.m[0]*x,i=this.m[3]+this.m[1]*x;return this.m[0]=a,this.m[1]=r,this.m[2]=n,this.m[3]=i,this}multiply(x){let e=this.m[0]*x.m[0]+this.m[2]*x.m[1],a=this.m[1]*x.m[0]+this.m[3]*x.m[1],r=this.m[0]*x.m[2]+this.m[2]*x.m[3],n=this.m[1]*x.m[2]+this.m[3]*x.m[3],i=this.m[0]*x.m[4]+this.m[2]*x.m[5]+this.m[4],s=this.m[1]*x.m[4]+this.m[3]*x.m[5]+this.m[5];return this.m[0]=e,this.m[1]=a,this.m[2]=r,this.m[3]=n,this.m[4]=i,this.m[5]=s,this}invert(){let x=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),e=this.m[3]*x,a=-this.m[1]*x,r=-this.m[2]*x,n=this.m[0]*x,i=x*(this.m[2]*this.m[5]-this.m[3]*this.m[4]),s=x*(this.m[1]*this.m[4]-this.m[0]*this.m[5]);return this.m[0]=e,this.m[1]=a,this.m[2]=r,this.m[3]=n,this.m[4]=i,this.m[5]=s,this}getMatrix(){return this.m}decompose(){let x=this.m[0],e=this.m[1],a=this.m[2],r=this.m[3],n=this.m[4],i=this.m[5],s=x*r-e*a,o={x:n,y:i,rotation:0,scaleX:0,scaleY:0,skewX:0,skewY:0};if(x!=0||e!=0){let f=Math.sqrt(x*x+e*e);o.rotation=e>0?Math.acos(x/f):-Math.acos(x/f),o.scaleX=f,o.scaleY=s/f,o.skewX=(x*a+e*r)/s,o.skewY=0}else if(a!=0||r!=0){let f=Math.sqrt(a*a+r*r);o.rotation=Math.PI/2-(r>0?Math.acos(-a/f):-Math.acos(a/f)),o.scaleX=s/f,o.scaleY=f,o.skewX=0,o.skewY=(x*a+e*r)/s}return o.rotation=t0._getRotation(o.rotation),o}},Ob="[object Array]",Bb="[object Number]",Db="[object String]",Rb="[object Boolean]",Nb=Math.PI/180,Gb=180/Math.PI,Jt="#",zb="",Hb="0",Ub="Konva warning: ",r5="Konva error: ",Vb="rgb(",Tn={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,132,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,255,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,203],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[119,128,144],slategrey:[119,128,144],snow:[255,255,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],transparent:[255,255,255,0],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,5]},Wb=/rgb\((\d{1,3}),(\d{1,3}),(\d{1,3})\)/,Da=[],Qt=null,jb=typeof requestAnimationFrame<"u"&&requestAnimationFrame||function(t){setTimeout(t,16)},t0={_isElement(t){return!!(t&&t.nodeType==1)},_isFunction(t){return!!(t&&t.constructor&&t.call&&t.apply)},_isPlainObject(t){return!!t&&t.constructor===Object},_isArray(t){return Object.prototype.toString.call(t)===Ob},_isNumber(t){return Object.prototype.toString.call(t)===Bb&&!isNaN(t)&&isFinite(t)},_isString(t){return Object.prototype.toString.call(t)===Db},_isBoolean(t){return Object.prototype.toString.call(t)===Rb},isObject(t){return t instanceof Object},isValidSelector(t){if(typeof t!="string")return!1;let x=t[0];return x==="#"||x==="."||x===x.toUpperCase()},_sign(t){return t===0||t>0?1:-1},requestAnimFrame(t){Da.push(t),Da.length===1&&jb(function(){let x=Da;Da=[],x.forEach(function(e){e()})})},createCanvasElement(){a5();let t=document.createElement("canvas");try{t.style=t.style||{}}catch{}return t},createImageElement(){return a5(),document.createElement("img")},_isInDocument(t){for(;t=t.parentNode;)if(t==document)return!0;return!1},_urlToImage(t,x){let e=t0.createImageElement();e.onload=function(){x(e)},e.src=t},_rgbToHex(t,x,e){return((1<<24)+(t<<16)+(x<<8)+e).toString(16).slice(1)},_hexToRgb(t){t=t.replace(Jt,zb);let x=parseInt(t,16);return{r:x>>16&255,g:x>>8&255,b:x&255}},getRandomColor(){let t=(Math.random()*16777215<<0).toString(16);for(;t.length<6;)t=Hb+t;return Jt+t},isCanvasFarblingActive(){if(Qt!==null)return Qt;if(typeof document>"u")return Qt=!1,!1;let t=this.createCanvasElement();t.width=10,t.height=10;let x=t.getContext("2d",{willReadFrequently:!0});x.clearRect(0,0,10,10),x.fillStyle="#282828",x.fillRect(0,0,10,10);let e=x.getImageData(0,0,10,10).data,a=!1;for(let r=0;r<100;r++)if(e[r*4]!==40||e[r*4+1]!==40||e[r*4+2]!==40||e[r*4+3]!==255){a=!0;break}return Qt=a,this.releaseCanvas(t),Qt},getHitColor(){let t=this.getRandomColor();return this.isCanvasFarblingActive()?this.getSnappedHexColor(t):t},getHitColorKey(t,x,e){return this.isCanvasFarblingActive()&&(t=Math.round(t/5)*5,x=Math.round(x/5)*5,e=Math.round(e/5)*5),Jt+this._rgbToHex(t,x,e)},getSnappedHexColor(t){let x=this._hexToRgb(t);return Jt+this._rgbToHex(Math.round(x.r/5)*5,Math.round(x.g/5)*5,Math.round(x.b/5)*5)},getRGB(t){let x;return t in Tn?(x=Tn[t],{r:x[0],g:x[1],b:x[2]}):t[0]===Jt?this._hexToRgb(t.substring(1)):t.substr(0,4)===Vb?(x=Wb.exec(t.replace(/ /g,"")),{r:parseInt(x[1],10),g:parseInt(x[2],10),b:parseInt(x[3],10)}):{r:0,g:0,b:0}},colorToRGBA(t){return t=t||"black",t0._namedColorToRBA(t)||t0._hex3ColorToRGBA(t)||t0._hex4ColorToRGBA(t)||t0._hex6ColorToRGBA(t)||t0._hex8ColorToRGBA(t)||t0._rgbColorToRGBA(t)||t0._rgbaColorToRGBA(t)||t0._hslColorToRGBA(t)},_namedColorToRBA(t){let x=Tn[t.toLowerCase()];return x?{r:x[0],g:x[1],b:x[2],a:1}:null},_rgbColorToRGBA(t){if(t.indexOf("rgb(")===0){t=t.match(/rgb\(([^)]+)\)/)[1];let x=t.split(/ *, */).map(Number);return{r:x[0],g:x[1],b:x[2],a:1}}},_rgbaColorToRGBA(t){if(t.indexOf("rgba(")===0){t=t.match(/rgba\(([^)]+)\)/)[1];let x=t.split(/ *, */).map((e,a)=>e.slice(-1)==="%"?a===3?parseInt(e)/100:parseInt(e)/100*255:Number(e));return{r:x[0],g:x[1],b:x[2],a:x[3]}}},_hex8ColorToRGBA(t){if(t[0]==="#"&&t.length===9)return{r:parseInt(t.slice(1,3),16),g:parseInt(t.slice(3,5),16),b:parseInt(t.slice(5,7),16),a:parseInt(t.slice(7,9),16)/255}},_hex6ColorToRGBA(t){if(t[0]==="#"&&t.length===7)return{r:parseInt(t.slice(1,3),16),g:parseInt(t.slice(3,5),16),b:parseInt(t.slice(5,7),16),a:1}},_hex4ColorToRGBA(t){if(t[0]==="#"&&t.length===5)return{r:parseInt(t[1]+t[1],16),g:parseInt(t[2]+t[2],16),b:parseInt(t[3]+t[3],16),a:parseInt(t[4]+t[4],16)/255}},_hex3ColorToRGBA(t){if(t[0]==="#"&&t.length===4)return{r:parseInt(t[1]+t[1],16),g:parseInt(t[2]+t[2],16),b:parseInt(t[3]+t[3],16),a:1}},_hslColorToRGBA(t){if(/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.test(t)){let[x,...e]=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(t),a=Number(e[0])/360,r=Number(e[1])/100,n=Number(e[2])/100,i,s,o;if(r===0)return o=n*255,{r:Math.round(o),g:Math.round(o),b:Math.round(o),a:1};n<.5?i=n*(1+r):i=n+r-n*r;let f=2*n-i,c=[0,0,0];for(let d=0;d<3;d++)s=a+1/3*-(d-1),s<0&&s++,s>1&&s--,6*s<1?o=f+(i-f)*6*s:2*s<1?o=i:3*s<2?o=f+(i-f)*(2/3-s)*6:o=f,c[d]=o*255;return{r:Math.round(c[0]),g:Math.round(c[1]),b:Math.round(c[2]),a:1}}},haveIntersection(t,x){return!(x.x>t.x+t.width||x.x+x.width<t.x||x.y>t.y+t.height||x.y+x.height<t.y)},cloneObject(t){let x={};for(let e in t)this._isPlainObject(t[e])?x[e]=this.cloneObject(t[e]):this._isArray(t[e])?x[e]=this.cloneArray(t[e]):x[e]=t[e];return x},cloneArray(t){return t.slice(0)},degToRad(t){return t*Nb},radToDeg(t){return t*Gb},_degToRad(t){return t0.warn("Util._degToRad is removed. Please use public Util.degToRad instead."),t0.degToRad(t)},_radToDeg(t){return t0.warn("Util._radToDeg is removed. Please use public Util.radToDeg instead."),t0.radToDeg(t)},_getRotation(t){return R0.angleDeg?t0.radToDeg(t):t},_capitalize(t){return t.charAt(0).toUpperCase()+t.slice(1)},throw(t){throw new Error(r5+t)},error(t){console.error(r5+t)},warn(t){R0.showWarnings&&console.warn(Ub+t)},each(t,x){for(let e in t)x(e,t[e])},_inRange(t,x,e){return x<=t&&t<e},_getProjectionToSegment(t,x,e,a,r,n){let i,s,o,f=(t-e)*(t-e)+(x-a)*(x-a);if(f==0)i=t,s=x,o=(r-e)*(r-e)+(n-a)*(n-a);else{let c=((r-t)*(e-t)+(n-x)*(a-x))/f;c<0?(i=t,s=x,o=(t-r)*(t-r)+(x-n)*(x-n)):c>1?(i=e,s=a,o=(e-r)*(e-r)+(a-n)*(a-n)):(i=t+c*(e-t),s=x+c*(a-x),o=(i-r)*(i-r)+(s-n)*(s-n))}return[i,s,o]},_getProjectionToLine(t,x,e){let a=t0.cloneObject(t),r=Number.MAX_VALUE;return x.forEach(function(n,i){if(!e&&i===x.length-1)return;let s=x[(i+1)%x.length],o=t0._getProjectionToSegment(n.x,n.y,s.x,s.y,t.x,t.y),f=o[0],c=o[1],d=o[2];d<r&&(a.x=f,a.y=c,r=d)}),a},_prepareArrayForTween(t,x,e){let a=[],r=[];if(t.length>x.length){let i=x;x=t,t=i}for(let i=0;i<t.length;i+=2)a.push({x:t[i],y:t[i+1]});for(let i=0;i<x.length;i+=2)r.push({x:x[i],y:x[i+1]});let n=[];return r.forEach(function(i){let s=t0._getProjectionToLine(i,a,e);n.push(s.x),n.push(s.y)}),n},_prepareToStringify(t){let x;t.visitedByCircularReferenceRemoval=!0;for(let e in t)if(t.hasOwnProperty(e)&&t[e]&&typeof t[e]=="object"){if(x=Object.getOwnPropertyDescriptor(t,e),t[e].visitedByCircularReferenceRemoval||t0._isElement(t[e]))if(x.configurable)delete t[e];else return null;else if(t0._prepareToStringify(t[e])===null)if(x.configurable)delete t[e];else return null}return delete t.visitedByCircularReferenceRemoval,t},_assign(t,x){for(let e in x)t[e]=x[e];return t},_getFirstPointerId(t){return t.touches?t.changedTouches[0].identifier:t.pointerId||999},releaseCanvas(...t){R0.releaseCanvasOnDestroy&&t.forEach(x=>{x.width=0,x.height=0})},drawRoundedRectPath(t,x,e,a){let r=x<0?x:0,n=e<0?e:0;x=Math.abs(x),e=Math.abs(e);let i=0,s=0,o=0,f=0;typeof a=="number"?i=s=o=f=Math.min(a,x/2,e/2):(i=Math.min(a[0]||0,x/2,e/2),s=Math.min(a[1]||0,x/2,e/2),f=Math.min(a[2]||0,x/2,e/2),o=Math.min(a[3]||0,x/2,e/2)),t.moveTo(r+i,n),t.lineTo(r+x-s,n),t.arc(r+x-s,n+s,s,Math.PI*3/2,0,!1),t.lineTo(r+x,n+e-f),t.arc(r+x-f,n+e-f,f,0,Math.PI/2,!1),t.lineTo(r+o,n+e),t.arc(r+o,n+e-o,o,Math.PI/2,Math.PI,!1),t.lineTo(r,n+i),t.arc(r+i,n+i,i,Math.PI,Math.PI*3/2,!1)},drawRoundedPolygonPath(t,x,e,a,r){a=Math.abs(a);for(let n=0;n<e;n++){let i=x[(n-1+e)%e],s=x[n],o=x[(n+1)%e],f={x:s.x-i.x,y:s.y-i.y},c={x:o.x-s.x,y:o.y-s.y},d=Math.hypot(f.x,f.y),h=Math.hypot(c.x,c.y),b;typeof r=="number"?b=r:b=n<r.length?r[n]:0,b=a*Math.cos(Math.PI/e)*Math.min(1,b/a*2);let g={x:f.x/d,y:f.y/d},S={x:c.x/h,y:c.y/h},w={x:s.x-g.x*b,y:s.y-g.y*b},T={x:s.x+S.x*b,y:s.y+S.y*b};n===0?t.moveTo(w.x,w.y):t.lineTo(w.x,w.y),t.arcTo(s.x,s.y,T.x,T.y,b)}}};import s5 from"canvas";import Ln from"sharp";import{parseHTML as n5}from"linkedom";import{DOMParser as Jw,XMLSerializer as Qw}from"@xmldom/xmldom";import zx from"fs";import $n from"path";import Xb from"os";import qb from"crypto";import{spawn as o5}from"child_process";async function bt(t,x=3e4,e=3){for(let a=1;a<=e;a++)try{let r=new AbortController,n=setTimeout(()=>r.abort(),x),i=await fetch(t,{signal:r.signal});if(clearTimeout(n),!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);return i}catch(r){let n=a===e,i=r.name==="AbortError",s=r.code==="ETIMEDOUT"||r.type==="request-timeout";if(n)throw new Error(`Failed to fetch ${t} after ${e} attempts: ${r.message}`);if(i||s||r.code?.startsWith("E")){console.warn(`Fetch attempt ${a}/${e} failed for ${t}, retrying...`),await new Promise(o=>setTimeout(o,Math.pow(2,a-1)*1e3));continue}throw r}throw new Error(`Failed to fetch ${t}`)}function En(t){return Buffer.from(t).toString("base64")}function x7(t){return Buffer.from(t,"base64")}function On(t){return Buffer.from(t).toString("utf8")}var Mn=class{constructor(x){this.ctx=x}save(){this.ctx.save()}restore(){this.ctx.restore()}scale(x,e){this.ctx.scale(x,e)}translate(x,e){this.ctx.translate(x,e)}drawImage(x,...e){let a=x._impl??x._raw??x;this.ctx.drawImage(a,...e)}getImageData(x,e,a,r){return this.ctx.getImageData(x,e,a,r)}putImageData(x,e,a){this.ctx.putImageData(x,e,a)}get globalCompositeOperation(){return this.ctx.globalCompositeOperation}set globalCompositeOperation(x){this.ctx.globalCompositeOperation=x}get shadowColor(){return this.ctx.shadowColor}set shadowColor(x){this.ctx.shadowColor=x}get shadowBlur(){return this.ctx.shadowBlur}set shadowBlur(x){this.ctx.shadowBlur=x}get shadowOffsetX(){return this.ctx.shadowOffsetX}set shadowOffsetX(x){this.ctx.shadowOffsetX=x}get shadowOffsetY(){return this.ctx.shadowOffsetY}set shadowOffsetY(x){this.ctx.shadowOffsetY=x}},In=class{constructor(x){this._raw=x}get width(){return this._raw.width}get height(){return this._raw.height}getContext(x){return new Mn(this._raw.getContext(x))}toDataURL(x,e){return x?this._raw.toDataURL(x,e):this._raw.toDataURL()}};function $e(t,x){return new In(s5.createCanvas(t,x))}var Ra=16384;async function f5(t,x=null){if(x&&x.images.has(t))return x.images.get(t);let e,a="unknown";if(t.startsWith("data:")){let o=t.match(/^data:(.+);base64,(.*)$/);if(o)a=o[1],e=Buffer.from(o[2],"base64");else throw new Error("Invalid data URL")}else try{let o=await bt(t);e=Buffer.from(await o.arrayBuffer());let{fileTypeFromBuffer:f}=await import("file-type"),c=await f(e);c&&(a=c.mime)}catch(o){throw console.log(o),new Error(`Failed to process image from ${t}: ${o.message}`)}let r=e;a!=="image/png"&&a!=="image/jpeg"&&(r=await Ln(e).toFormat("png").toBuffer(),a="image/png");let n=await Ln(r).metadata();if((n.width??0)>Ra||(n.height??0)>Ra){let o=Ln(r).resize({width:Ra,height:Ra,fit:"inside",withoutEnlargement:!0});o=a==="image/jpeg"?o.jpeg():o.png(),r=await o.toBuffer()}let i=await s5.loadImage(r),s={width:i.width,height:i.height,_impl:i};return x&&x.images.set(t,s),s}var Na=null;function c5(){if(Na)return Na;let{window:t}=n5("<!DOCTYPE html><html><head></head><body></body></html>"),x=t.document;class e{parseFromString(s,o){let f=`<!DOCTYPE html><html><head></head><body>${s}</body></html>`,{document:c}=n5(f),d=c;return typeof d.adoptNode!="function"&&(d.adoptNode=h=>h),d}}let a=x;typeof a.adoptNode!="function"&&(a.adoptNode=i=>i);let r=x.createElement.bind(x),n=null;return x.createElement=i=>i.toLowerCase()==="canvas"&&n?n():r(i),Na={document:x,DOMParser:e,installGlobals:!0,interceptCanvasCreate(i){let s=n;return n=i,()=>{n=s}}},Na}function d5(t){if(!t)throw new Error("createPdfSink (Node): a filesystem path is required. Use jsonToPDFBytes for in-memory output.");let x,e=new Promise(a=>{x=a});return{pipe(a){a.pipe(zx.createWriteStream(t)).on("finish",()=>x())},async finalize(){return await e,{kind:"file",path:t}}}}function l5(){let t=[],x,e=new Promise(a=>{x=a});return{pipe(a){a.on("data",r=>{t.push(r instanceof Uint8Array?r:new Uint8Array(r))}),a.on("end",()=>{let r=t.reduce((s,o)=>s+o.length,0),n=new Uint8Array(r),i=0;for(let s of t)n.set(s,i),i+=s.length;x(n)})},async finalize(){return{kind:"bytes",bytes:await e}}}}var Fn=class{constructor(){this.tempDir=null;this.files=new Set}save(x,e){this.tempDir||(this.tempDir=zx.mkdtempSync($n.join(Xb.tmpdir(),"pdfkit-images-")));let a=qb.createHash("md5").update(e).digest("hex"),r=$n.join(this.tempDir,`${a}.png`);return this.files.has(r)||(zx.writeFileSync(r,x),this.files.add(r)),r}async dispose(){if(this.tempDir&&zx.existsSync(this.tempDir)){let x=zx.readdirSync(this.tempDir);for(let e of x)zx.unlinkSync($n.join(this.tempDir,e));zx.rmdirSync(this.tempDir),this.tempDir=null,this.files.clear()}}};function h5(){return new Fn}function i5(t){let x=new Map,e=/@font-face\s*\{([^}]+)\}/g,a;for(;(a=e.exec(t))!==null;){let r=a[1],n=r.match(/font-style\s*:\s*(\w+)/),i=r.match(/font-weight\s*:\s*(\d+)/),s=r.match(/url\((https?:[^)]+)\)/);if(!n||!i||!s)continue;let o=n[1].toLowerCase()==="italic"?"1":"0";x.set(`${o},${i[1]}`,s[1])}return x}async function u5(t){let x=t.replace(/\s+/g,"+"),e=`https://fonts.googleapis.com/css2?family=${x}:ital,wght@0,400;0,700;1,400;1,700`,a=await fetch(e);if(!a.ok){let n=await fetch(`https://fonts.googleapis.com/css2?family=${x}`);if(!n.ok)throw new Error(`Failed to fetch Google font: ${t}`);return i5(await n.text())}let r=i5(await a.text());if(r.size===0)throw new Error(`No font URL found in Google Fonts response for ${t}`);return r}function Kb(t){let x=a=>a.replace(/\\/g,"\\\\").replace(/\(/g,"\\(").replace(/\)/g,"\\)"),e=[];return t.title&&e.push(`/Title (${x(t.title)})`),t.author&&e.push(`/Author (${x(t.author)})`),t.application&&e.push(`/Creator (${x(t.application)})`),t.producer&&e.push(`/Producer (${x(t.producer)})`),`[ ${e.join(" ")} /DOCINFO pdfmark`}async function Zb(t,x,e={}){return new Promise((a,r)=>{let n=["-dNOPAUSE","-dBATCH","-dSAFER","-sDEVICE=pdfwrite","-dCompatibilityLevel=1.3","-dPDFX=true","-dColorConversionStrategy=/CMYK","-dProcessColorModel=/DeviceCMYK","-dUseCIEColor=true","-sColorConversionStrategy=CMYK","-sProcessColorModel=DeviceCMYK","-dOverrideICC=true","-dPreserveAnnots=true","-dPreserveCopyPage=true","-dPreserveDeviceN=true","-dDoThumbnails=false","-dDetectDuplicateImages=true","-dCompressFonts=true","-dSubsetFonts=true","-dEmbedAllFonts=true","-dPDFSETTINGS=/prepress",`-sOutputFile=${x}`,t],i=null;if(e.metadata){let f=Kb(e.metadata);i=`${t}.metadata.ps`,zx.writeFileSync(i,f),n.splice(n.length-1,0,i)}let s=o5("gs",n),o="";s.stderr.on("data",f=>{o+=f.toString()}),s.on("close",f=>{i&&zx.existsSync(i)&&zx.unlinkSync(i),f===0?a():r(new Error(`Ghostscript failed with code ${f}: ${o}`))}),s.on("error",f=>{r(f)})})}async function b5(t,x){let e=t.replace(".pdf","-temp.pdf");zx.renameSync(t,e);try{await Zb(e,t,{metadata:x.metadata||{}}),zx.unlinkSync(e),x.validate&&(await Yb(t)||console.warn("Warning: Generated PDF may not be fully PDF/X-1a compliant"))}catch(a){throw zx.existsSync(e)&&zx.renameSync(e,t),new Error(`PDF/X-1a conversion failed: ${a.message}`)}}async function Yb(t){return new Promise(x=>{let e=o5("gs",["-dNOPAUSE","-dBATCH","-dSAFER","-dPDFX=true","-sDEVICE=nullpage",t]),a="";e.stderr.on("data",r=>{a+=r.toString()}),e.on("close",r=>{x(r===0&&!a.toLowerCase().includes("error"))}),e.on("error",()=>x(!1))})}var Me=2;function p5(t,x,e){let a=r=>Math.max(0,Math.min(255,Math.round(r))).toString(16).padStart(2,"0");return"#"+a(t)+a(x)+a(e)}var Jb=/^\s*rgba?\(\s*([+-]?\d*\.?\d+)\s+([+-]?\d*\.?\d+)\s+([+-]?\d*\.?\d+)\s*(?:\/\s*([+-]?\d*\.?\d+%?)\s*)?\)\s*$/i;function Qb(t){let x=t.match(Jb);if(!x)return null;let e=Math.max(0,Math.min(255,Math.round(parseFloat(x[1])))),a=Math.max(0,Math.min(255,Math.round(parseFloat(x[2])))),r=Math.max(0,Math.min(255,Math.round(parseFloat(x[3])))),n=1;return x[4]!==void 0&&(n=x[4].endsWith("%")?parseFloat(x[4])/100:parseFloat(x[4]),isFinite(n)||(n=1),n=Math.max(0,Math.min(1,n))),{rgb:[e,a,r],rgba:[e,a,r,n],hex:p5(e,a,r)}}function fx(t){if(!t)return null;let x=Qb(t);if(x)return x;let e;try{e=t0.colorToRGBA(t)}catch{return null}return e?{rgb:[e.r,e.g,e.b],rgba:[e.r,e.g,e.b,e.a],hex:p5(e.r,e.g,e.b)}:null}async function pt(t,x=null){return f5(t,x)}async function xp(t,x=null){let e=`base64:${t}`;if(x&&x.buffers.has(e))return x.buffers.get(e);let a;if(t.indexOf("base64")>=0)a=t.split("base64,")[1];else{let r=await bt(t),n=new Uint8Array(await r.arrayBuffer());a=En(n)}return x&&x.buffers.set(e,a),a}async function Ie(t,x=null){if(x&&x.buffers.has(t))return x.buffers.get(t);let e=await xp(t,x),a=x7(e);return x&&x.buffers.set(t,a),a}var B6=B6||{};B6.stringify=(function(){var t={"visit_linear-gradient":function(x){return t.visit_gradient(x)},"visit_repeating-linear-gradient":function(x){return t.visit_gradient(x)},"visit_radial-gradient":function(x){return t.visit_gradient(x)},"visit_repeating-radial-gradient":function(x){return t.visit_gradient(x)},"visit_conic-gradient":function(x){return t.visit_gradient(x)},"visit_repeating-conic-gradient":function(x){return t.visit_gradient(x)},visit_gradient:function(x){var e=t.visit(x.orientation);return e&&(e+=", "),x.type+"("+e+t.visit(x.colorStops)+")"},visit_shape:function(x){var e=x.value,a=t.visit(x.at),r=t.visit(x.style);return r&&(e+=" "+r),a&&(e+=" at "+a),e},"visit_default-radial":function(x){var e="",a=t.visit(x.at);return a&&(x.hasAtKeyword?e+="at "+a:e+=a),e},"visit_extent-keyword":function(x){var e=x.value,a=t.visit(x.at);return a&&(e+=" at "+a),e},"visit_position-keyword":function(x){return x.value},visit_position:function(x){return t.visit(x.value.x)+" "+t.visit(x.value.y)},"visit_%":function(x){return x.value+"%"},visit_em:function(x){return x.value+"em"},visit_px:function(x){return x.value+"px"},visit_rem:function(x){return x.value+"rem"},visit_vw:function(x){return x.value+"vw"},visit_vh:function(x){return x.value+"vh"},visit_vmin:function(x){return x.value+"vmin"},visit_vmax:function(x){return x.value+"vmax"},visit_ch:function(x){return x.value+"ch"},visit_ex:function(x){return x.value+"ex"},visit_calc:function(x){return"calc("+x.value+")"},visit_literal:function(x){return t.visit_color(x.value,x)},visit_hex:function(x){return t.visit_color("#"+x.value,x)},visit_rgb:function(x){return t.visit_color("rgb("+x.value.join(", ")+")",x)},visit_rgba:function(x){return t.visit_color("rgba("+x.value.join(", ")+")",x)},visit_hsl:function(x){return t.visit_color("hsl("+x.value[0]+", "+x.value[1]+"%, "+x.value[2]+"%)",x)},visit_hsla:function(x){return t.visit_color("hsla("+x.value[0]+", "+x.value[1]+"%, "+x.value[2]+"%, "+x.value[3]+")",x)},visit_var:function(x){return t.visit_color("var("+x.value+")",x)},visit_color:function(x,e){var a=x,r=t.visit(e.length);r&&(a+=" "+r);var n=t.visit(e.length2);return n&&(a+=" "+n),a},visit_angular:function(x){return x.value+(x.unit||"deg")},visit_directional:function(x){return"to "+x.value},visit_conic:function(x){var e="";return x.angle&&(e+="from "+t.visit(x.angle)),x.at&&(e&&(e+=" "),e+="at "+t.visit(x.at)),e},visit_array:function(x){var e="",a=x.length;return x.forEach(function(r,n){e+=t.visit(r),n<a-1&&(e+=", ")}),e},visit_object:function(x){return x.width&&x.height?t.visit(x.width)+" "+t.visit(x.height):""},visit:function(x){if(!x)return"";var e="";if(x instanceof Array)return t.visit_array(x);if(typeof x=="object"&&!x.type)return t.visit_object(x);if(x.type){var a=t["visit_"+x.type];if(a)return a(x);throw Error("Missing visitor visit_"+x.type)}else throw Error("Invalid node.")}};return function(x){return t.visit(x)}})();var B6=B6||{};B6.parse=(function(){var t={linearGradient:/^(\-(webkit|o|ms|moz)\-)?(linear\-gradient)/i,repeatingLinearGradient:/^(\-(webkit|o|ms|moz)\-)?(repeating\-linear\-gradient)/i,radialGradient:/^(\-(webkit|o|ms|moz)\-)?(radial\-gradient)/i,repeatingRadialGradient:/^(\-(webkit|o|ms|moz)\-)?(repeating\-radial\-gradient)/i,conicGradient:/^(\-(webkit|o|ms|moz)\-)?(conic\-gradient)/i,repeatingConicGradient:/^(\-(webkit|o|ms|moz)\-)?(repeating\-conic\-gradient)/i,sideOrCorner:/^to (left (top|bottom)|right (top|bottom)|top (left|right)|bottom (left|right)|left|right|top|bottom)/i,extentKeywords:/^(closest\-side|closest\-corner|farthest\-side|farthest\-corner|contain|cover)/,positionKeywords:/^(left|center|right|top|bottom)/i,pixelValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))px/,percentageValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))\%/,emValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))em/,remValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))rem/,vwValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))vw/,vhValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))vh/,vminValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))vmin/,vmaxValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))vmax/,chValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))ch/,exValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))ex/,angleValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))deg/,radianValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))rad/,gradianValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))grad/,turnValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))turn/,startCall:/^\(/,endCall:/^\)/,comma:/^,/,slash:/^\//,hexColor:/^\#([0-9a-fA-F]{8}|[0-9a-fA-F]{6}|[0-9a-fA-F]{4}|[0-9a-fA-F]{3})(?![0-9a-fA-F])/,literalColor:/^([a-zA-Z]+)/,rgbColor:/^rgb/i,rgbaColor:/^rgba/i,varColor:/^var/i,calcValue:/^calc/i,variableName:/^(--[a-zA-Z0-9-,\s\#]+)/,number:/^(([0-9]*\.[0-9]+)|([0-9]+\.?))/,hslColor:/^hsl/i,hslaColor:/^hsla/i},x="";function e(n0){var C0=new Error(x+": "+n0);throw C0.source=x,C0}function a(){var n0=r();return x.length>0&&e("Invalid input not EOF"),n0}function r(){return H(n)}function n(){return i("linear-gradient",t.linearGradient,o)||i("repeating-linear-gradient",t.repeatingLinearGradient,o)||i("radial-gradient",t.radialGradient,u)||i("repeating-radial-gradient",t.repeatingRadialGradient,u)||i("conic-gradient",t.conicGradient,f)||i("repeating-conic-gradient",t.repeatingConicGradient,f)}function i(n0,C0,m0){return s(C0,function($0){var j0=m0();return j0&&(y0(t.comma)||e("Missing comma before color stops")),{type:n0,orientation:j0,colorStops:H(G)}})}function s(n0,C0){var m0=y0(n0);if(m0){y0(t.startCall)||e("Missing (");var $0=C0(m0);return y0(t.endCall)||e("Missing )"),$0}}function o(){var n0=d();if(n0)return n0;var C0=r0("position-keyword",t.positionKeywords,1);return C0?{type:"directional",value:C0.value}:h()}function f(){var n0=c(),C0=m();if(n0||C0)return{type:"conic",angle:n0||void 0,at:C0||void 0}}function c(){if(r0("from",/^from/,0)){var n0=h();return n0||e('Missing angle after "from" in conic-gradient'),n0}}function d(){return r0("directional",t.sideOrCorner,1)}function h(){return b("deg",t.angleValue)||b("rad",t.radianValue)||b("grad",t.gradianValue)||b("turn",t.turnValue)}function b(n0,C0){var m0=y0(C0);if(m0)return{type:"angular",value:m0[1],unit:n0}}function u(){var n0,C0=g(),m0;return C0&&(n0=[],n0.push(C0),m0=x,y0(t.comma)&&(C0=g(),C0?n0.push(C0):x=m0)),n0}function g(){var n0=S()||w();if(n0)n0.at=m();else{var C0=T();if(C0){n0=C0;var m0=m();m0&&(n0.at=m0)}else{var $0=m();if($0)n0={type:"default-radial",at:$0,hasAtKeyword:!0};else{var j0=D();j0&&(n0={type:"default-radial",at:j0})}}}return n0}function S(){var n0=r0("shape",/^(circle)/i,0);return n0&&(n0.style=_0()||T()),n0}function w(){var n0=r0("shape",/^(ellipse)/i,0);return n0&&(n0.style=D()||f0()||T()),n0}function T(){return r0("extent-keyword",t.extentKeywords,1)}function m(){if(r0("position",/^at/,0)){var n0=D();return n0||e("Missing positioning value"),n0}}function D(){var n0=N();if(n0.x||n0.y)return{type:"position",value:n0}}function N(){return{x:f0(),y:f0()}}function H(n0){var C0=n0(),m0=[];if(C0)for(m0.push(C0);y0(t.comma);)C0=n0(),C0?m0.push(C0):e("One extra comma");return m0}function G(){var n0=z();return n0||e("Expected color definition"),n0.length=f0(),n0.length&&(n0.length2=f0()),n0}function z(){return Q()||o0()||I()||C()||l0()||E()||J()}function J(){return r0("literal",t.literalColor,0)}function Q(){return r0("hex",t.hexColor,1)}function l0(){return s(t.rgbColor,function(){return $("rgb")})}function C(){return s(t.rgbaColor,function(){return $("rgba")})}function $(n0){var C0=d0();if(y0(t.comma)){var m0=d0();y0(t.comma);var $0=d0(),j0=[C0,m0,$0];return y0(t.comma)?(j0.push(d0()),{type:"rgba",value:j0}):{type:n0,value:j0}}else{var m0=d0(),$0=d0(),j0=[C0,m0,$0];return y0(t.slash)?(j0.push(d0()),{type:"rgba",value:j0}):{type:n0,value:j0}}}function E(){return s(t.varColor,function(){return{type:"var",value:a0()}})}function I(){return s(t.hslColor,function(){return Z("hsl")})}function o0(){return s(t.hslaColor,function(){return Z("hsla")})}function Z(n0){var C0=y0(t.percentageValue);C0&&e("HSL hue value must be a number in degrees (0-360) or normalized (-360 to 360), not a percentage");var m0=d0();if(y0(t.comma)){var $0=y0(t.percentageValue),j0=$0?$0[1]:null;y0(t.comma),$0=y0(t.percentageValue);var ex=$0?$0[1]:null;if((!j0||!ex)&&e("Expected percentage value for saturation and lightness in HSL"),y0(t.comma)){var Lx=d0();return{type:"hsla",value:[m0,j0,ex,Lx]}}return{type:n0,value:[m0,j0,ex]}}else{var $0=y0(t.percentageValue),j0=$0?$0[1]:null;$0=y0(t.percentageValue);var ex=$0?$0[1]:null;if((!j0||!ex)&&e("Expected percentage value for saturation and lightness in HSL"),y0(t.slash)){var Lx=d0();return{type:"hsla",value:[m0,j0,ex,Lx]}}return{type:n0,value:[m0,j0,ex]}}}function X(){var n0=y0(t.percentageValue);return n0?n0[1]:null}function a0(){return y0(t.variableName)[1]}function d0(){return y0(t.number)[1]}function f0(){return r0("%",t.percentageValue,1)||Y()||x0()||_0()}function Y(){return r0("position-keyword",t.positionKeywords,1)}function x0(){return s(t.calcValue,function(){for(var n0=1,C0=0;n0>0&&C0<x.length;){var m0=x.charAt(C0);m0==="("?n0++:m0===")"&&n0--,C0++}n0>0&&e("Missing closing parenthesis in calc() expression");var $0=x.substring(0,C0-1);return I0(C0-1),{type:"calc",value:$0}})}function _0(){return r0("px",t.pixelValue,1)||r0("em",t.emValue,1)||r0("rem",t.remValue,1)||r0("vw",t.vwValue,1)||r0("vh",t.vhValue,1)||r0("vmin",t.vminValue,1)||r0("vmax",t.vmaxValue,1)||r0("ch",t.chValue,1)||r0("ex",t.exValue,1)}function r0(n0,C0,m0){var $0=y0(C0);if($0)return{type:n0,value:$0[m0]}}function y0(n0){var C0,m0;return m0=/^[\n\r\t\s]+/.exec(x),m0&&I0(m0[0].length),C0=n0.exec(x),C0&&I0(C0[0].length),C0}function I0(n0){x=x.substring(n0)}return function(n0){return x=n0.toString().trim(),x.endsWith(";")&&(x=x.slice(0,-1)),a()}})();var hv=B6.parse,uv=B6.stringify,g5={parse:B6.parse,stringify:B6.stringify};var e6=t=>typeof t=="string"&&t.indexOf("linear-gradient")>=0;function ep(t){return t?t.type==="hex"?"#"+t.value:t.type==="literal"?t.value:`${t.type}(${(t.value||[]).join(",")})`:"black"}var tp={top:0,right:90,bottom:180,left:270,"top right":45,"right top":45,"bottom right":135,"right bottom":135,"bottom left":225,"left bottom":225,"top left":315,"left top":315};function ap(t){if(!t)return 180;if(t.type==="angular")return parseFloat(t.value);if(t.type==="directional"){let x=t.value;return tp[x]??180}return 180}function rp(t){if(!e6(t))return{rotation:0,stops:[{offset:0,color:t},{offset:1,color:t}]};let x=g5.parse(t)[0],e=ap(x.orientation),a=x.colorStops||[],r=a.map((n,i)=>({color:ep(n),offset:n.length?parseFloat(n.length.value)/100:a.length>1?i/(a.length-1):0}));return{rotation:e,stops:r}}function l6(t,x,e,a,r,n,i=1){let{rotation:s,stops:o}=rp(n),f=s*Math.PI/180,c=.5-.5*Math.sin(f),d=.5+.5*Math.cos(f),h=.5+.5*Math.sin(f),b=.5-.5*Math.cos(f),u=t.linearGradient(x+c*a,e+d*r,x+h*a,e+b*r);for(let g of o){let S=fx(g.color),w=S?.hex||"#000000",T=S?.rgba?.[3]??1;u.stop(g.offset,w,T*i)}return u}function gt(t){return t0._isString(t)?'"'+t+'"':Object.prototype.toString.call(t)==="[object Number]"||t0._isBoolean(t)?t:Object.prototype.toString.call(t)}function tx(){if(R0.isUnminified)return function(t,x){return t0._isNumber(t)||t0.warn(gt(t)+' is a not valid value for "'+x+'" attribute. The value should be a number.'),t}}function m5(){if(R0.isUnminified)return function(t,x){return t0._isNumber(t)||t==="auto"||t0.warn(gt(t)+' is a not valid value for "'+x+'" attribute. The value should be a number or "auto".'),t}}function oe(){if(R0.isUnminified)return function(t,x){return t0._isString(t)||t0.warn(gt(t)+' is a not valid value for "'+x+'" attribute. The value should be a string.'),t}}function Bn(){if(R0.isUnminified)return function(t,x){let e=t0._isString(t),a=Object.prototype.toString.call(t)==="[object CanvasGradient]"||t&&t.addColorStop;return e||a||t0.warn(gt(t)+' is a not valid value for "'+x+'" attribute. The value should be a string or a native gradient.'),t}}function D6(){if(R0.isUnminified)return function(t,x){return t===!0||t===!1||t0.warn(gt(t)+' is a not valid value for "'+x+'" attribute. The value should be a boolean.'),t}}function y5(t){if(R0.isUnminified)return function(x,e){return x==null||t0.isObject(x)||t0.warn(gt(x)+' is a not valid value for "'+e+'" attribute. The value should be an object with properties '+t),x}}var e7="get",t7="set",u0={addGetterSetter(t,x,e,a,r){u0.addGetter(t,x,e),u0.addSetter(t,x,a,r),u0.addOverloadedGetterSetter(t,x)},addGetter(t,x,e){let a=e7+t0._capitalize(x);t.prototype[a]=t.prototype[a]||function(){let r=this.attrs[x];return r===void 0?e:r}},addSetter(t,x,e,a){let r=t7+t0._capitalize(x);t.prototype[r]||u0.overWriteSetter(t,x,e,a)},overWriteSetter(t,x,e,a){let r=t7+t0._capitalize(x);t.prototype[r]=function(n){return e&&n!==void 0&&n!==null&&(n=e.call(this,n,x)),this._setAttr(x,n),a&&a.call(this),this}},addComponentsGetterSetter(t,x,e,a,r){let n=e.length,i=t0._capitalize,s=e7+i(x),o=t7+i(x);t.prototype[s]=function(){let c={};for(let d=0;d<n;d++){let h=e[d];c[h]=this.getAttr(x+i(h))}return c};let f=y5(e);t.prototype[o]=function(c){let d=this.attrs[x];a&&(c=a.call(this,c,x)),f&&f.call(this,c,x);for(let h in c)c.hasOwnProperty(h)&&this._setAttr(x+i(h),c[h]);return c||e.forEach(h=>{this._setAttr(x+i(h),void 0)}),this._fireChangeEvent(x,d,c),r&&r.call(this),this},u0.addOverloadedGetterSetter(t,x)},addOverloadedGetterSetter(t,x){let e=t0._capitalize(x),a=t7+e,r=e7+e;t.prototype[x]=function(){return arguments.length?(this[a](arguments[0]),this):this[r]()}},addDeprecatedGetterSetter(t,x,e,a){t0.error("Adding deprecated "+x);let r=e7+t0._capitalize(x),n=x+" property is deprecated and will be removed soon. Look at Konva change log for more information.";t.prototype[r]=function(){t0.error(n);let i=this.attrs[x];return i===void 0?e:i},u0.addSetter(t,x,a,function(){t0.error(n)}),u0.addOverloadedGetterSetter(t,x)},backCompat(t,x){t0.each(x,function(e,a){let r=t.prototype[a],n=e7+t0._capitalize(e),i=t7+t0._capitalize(e);function s(){r.apply(this,arguments),t0.error('"'+e+'" method is deprecated and will be removed soon. Use ""'+a+'" instead.')}t.prototype[e]=s,t.prototype[n]=s,t.prototype[i]=s})},afterSetFilter(){this._filterUpToDate=!1}};function np(t){let x=[],e=t.length,a=t0;for(let r=0;r<e;r++){let n=t[r];a._isNumber(n)?n=Math.round(n*1e3)/1e3:a._isString(n)||(n=n+""),x.push(n)}return x}var w5=",",ip="(",sp=")",op="([",fp="])",cp=";",dp="()",lp="=",v5=["arc","arcTo","beginPath","bezierCurveTo","clearRect","clip","closePath","createLinearGradient","createPattern","createRadialGradient","drawImage","ellipse","fill","fillText","getImageData","createImageData","lineTo","moveTo","putImageData","quadraticCurveTo","rect","roundRect","restore","rotate","save","scale","setLineDash","setTransform","stroke","strokeText","transform","translate"],hp=["fillStyle","strokeStyle","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","letterSpacing","lineCap","lineDashOffset","lineJoin","lineWidth","miterLimit","direction","font","textAlign","textBaseline","globalAlpha","globalCompositeOperation","imageSmoothingEnabled","filter"],up=100,Ga=null;function Dn(){if(Ga!==null)return Ga;try{let x=t0.createCanvasElement().getContext("2d");return x?!!x&&"filter"in x:(Ga=!1,!1)}catch{return Ga=!1,!1}}var a7=class{constructor(x){this.canvas=x,R0.enableTrace&&(this.traceArr=[],this._enableTrace())}fillShape(x){x.fillEnabled()&&this._fill(x)}_fill(x){}strokeShape(x){x.hasStroke()&&this._stroke(x)}_stroke(x){}fillStrokeShape(x){x.attrs.fillAfterStrokeEnabled?(this.strokeShape(x),this.fillShape(x)):(this.fillShape(x),this.strokeShape(x))}getTrace(x,e){let a=this.traceArr,r=a.length,n="",i,s,o,f;for(i=0;i<r;i++)s=a[i],o=s.method,o?(f=s.args,n+=o,x?n+=dp:t0._isArray(f[0])?n+=op+f.join(w5)+fp:(e&&(f=f.map(c=>typeof c=="number"?Math.floor(c):c)),n+=ip+f.join(w5)+sp)):(n+=s.property,x||(n+=lp+s.val)),n+=cp;return n}clearTrace(){this.traceArr=[]}_trace(x){let e=this.traceArr,a;e.push(x),a=e.length,a>=up&&e.shift()}reset(){let x=this.getCanvas().getPixelRatio();this.setTransform(1*x,0,0,1*x,0,0)}getCanvas(){return this.canvas}clear(x){let e=this.getCanvas();x?this.clearRect(x.x||0,x.y||0,x.width||0,x.height||0):this.clearRect(0,0,e.getWidth()/e.pixelRatio,e.getHeight()/e.pixelRatio)}_applyLineCap(x){let e=x.attrs.lineCap;e&&this.setAttr("lineCap",e)}_applyOpacity(x){let e=x.getAbsoluteOpacity();e!==1&&this.setAttr("globalAlpha",e)}_applyLineJoin(x){let e=x.attrs.lineJoin;e&&this.setAttr("lineJoin",e)}_applyMiterLimit(x){let e=x.attrs.miterLimit;e!=null&&this.setAttr("miterLimit",e)}setAttr(x,e){this._context[x]=e}arc(x,e,a,r,n,i){this._context.arc(x,e,a,r,n,i)}arcTo(x,e,a,r,n){this._context.arcTo(x,e,a,r,n)}beginPath(){this._context.beginPath()}bezierCurveTo(x,e,a,r,n,i){this._context.bezierCurveTo(x,e,a,r,n,i)}clearRect(x,e,a,r){this._context.clearRect(x,e,a,r)}clip(...x){this._context.clip.apply(this._context,x)}closePath(){this._context.closePath()}createImageData(x,e){let a=arguments;if(a.length===2)return this._context.createImageData(x,e);if(a.length===1)return this._context.createImageData(x)}createLinearGradient(x,e,a,r){return this._context.createLinearGradient(x,e,a,r)}createPattern(x,e){return this._context.createPattern(x,e)}createRadialGradient(x,e,a,r,n,i){return this._context.createRadialGradient(x,e,a,r,n,i)}drawImage(x,e,a,r,n,i,s,o,f){let c=arguments,d=this._context;c.length===3?d.drawImage(x,e,a):c.length===5?d.drawImage(x,e,a,r,n):c.length===9&&d.drawImage(x,e,a,r,n,i,s,o,f)}ellipse(x,e,a,r,n,i,s,o){this._context.ellipse(x,e,a,r,n,i,s,o)}isPointInPath(x,e,a,r){return a?this._context.isPointInPath(a,x,e,r):this._context.isPointInPath(x,e,r)}fill(...x){this._context.fill.apply(this._context,x)}fillRect(x,e,a,r){this._context.fillRect(x,e,a,r)}strokeRect(x,e,a,r){this._context.strokeRect(x,e,a,r)}fillText(x,e,a,r){r?this._context.fillText(x,e,a,r):this._context.fillText(x,e,a)}measureText(x){return this._context.measureText(x)}getImageData(x,e,a,r){return this._context.getImageData(x,e,a,r)}lineTo(x,e){this._context.lineTo(x,e)}moveTo(x,e){this._context.moveTo(x,e)}rect(x,e,a,r){this._context.rect(x,e,a,r)}roundRect(x,e,a,r,n){this._context.roundRect(x,e,a,r,n)}putImageData(x,e,a){this._context.putImageData(x,e,a)}quadraticCurveTo(x,e,a,r){this._context.quadraticCurveTo(x,e,a,r)}restore(){this._context.restore()}rotate(x){this._context.rotate(x)}save(){this._context.save()}scale(x,e){this._context.scale(x,e)}setLineDash(x){this._context.setLineDash?this._context.setLineDash(x):"mozDash"in this._context?this._context.mozDash=x:"webkitLineDash"in this._context&&(this._context.webkitLineDash=x)}getLineDash(){return this._context.getLineDash()}setTransform(x,e,a,r,n,i){this._context.setTransform(x,e,a,r,n,i)}stroke(x){x?this._context.stroke(x):this._context.stroke()}strokeText(x,e,a,r){this._context.strokeText(x,e,a,r)}transform(x,e,a,r,n,i){this._context.transform(x,e,a,r,n,i)}translate(x,e){this._context.translate(x,e)}_enableTrace(){let x=this,e=v5.length,a=this.setAttr,r,n,i=function(s){let o=x[s],f;x[s]=function(){return n=np(Array.prototype.slice.call(arguments,0)),f=o.apply(x,arguments),x._trace({method:s,args:n}),f}};for(r=0;r<e;r++)i(v5[r]);x.setAttr=function(){a.apply(x,arguments);let s=arguments[0],o=arguments[1];(s==="shadowOffsetX"||s==="shadowOffsetY"||s==="shadowBlur")&&(o=o/this.canvas.getPixelRatio()),x._trace({property:s,val:o})}}_applyGlobalCompositeOperation(x){let e=x.attrs.globalCompositeOperation;!e||e==="source-over"||this.setAttr("globalCompositeOperation",e)}};hp.forEach(function(t){Object.defineProperty(a7.prototype,t,{get(){return this._context[t]},set(x){this._context[t]=x}})});var za=class extends a7{constructor(x,{willReadFrequently:e=!1}={}){super(x),this._context=x._canvas.getContext("2d",{willReadFrequently:e})}_fillColor(x){let e=x.fill();this.setAttr("fillStyle",e),x._fillFunc(this)}_fillPattern(x){this.setAttr("fillStyle",x._getFillPattern()),x._fillFunc(this)}_fillLinearGradient(x){let e=x._getLinearGradient();e&&(this.setAttr("fillStyle",e),x._fillFunc(this))}_fillRadialGradient(x){let e=x._getRadialGradient();e&&(this.setAttr("fillStyle",e),x._fillFunc(this))}_fill(x){let e=x.fill(),a=x.getFillPriority();if(e&&a==="color"){this._fillColor(x);return}let r=x.getFillPatternImage();if(r&&a==="pattern"){this._fillPattern(x);return}let n=x.getFillLinearGradientColorStops();if(n&&a==="linear-gradient"){this._fillLinearGradient(x);return}let i=x.getFillRadialGradientColorStops();if(i&&a==="radial-gradient"){this._fillRadialGradient(x);return}e?this._fillColor(x):r?this._fillPattern(x):n?this._fillLinearGradient(x):i&&this._fillRadialGradient(x)}_strokeLinearGradient(x){let e=x.getStrokeLinearGradientStartPoint(),a=x.getStrokeLinearGradientEndPoint(),r=x.getStrokeLinearGradientColorStops(),n=this.createLinearGradient(e.x,e.y,a.x,a.y);if(r){for(let i=0;i<r.length;i+=2)n.addColorStop(r[i],r[i+1]);this.setAttr("strokeStyle",n)}}_stroke(x){let e=x.dash(),a=x.getStrokeScaleEnabled();if(x.hasStroke()){if(!a){this.save();let n=this.getCanvas().getPixelRatio();this.setTransform(n,0,0,n,0,0)}this._applyLineCap(x),e&&x.dashEnabled()&&(this.setLineDash(e),this.setAttr("lineDashOffset",x.dashOffset())),this.setAttr("lineWidth",x.strokeWidth()),x.getShadowForStrokeEnabled()||this.setAttr("shadowColor","rgba(0,0,0,0)"),x.getStrokeLinearGradientColorStops()?this._strokeLinearGradient(x):this.setAttr("strokeStyle",x.stroke()),x._strokeFunc(this),a||this.restore()}}_applyShadow(x){var e,a,r;let n=(e=x.getShadowRGBA())!==null&&e!==void 0?e:"black",i=(a=x.getShadowBlur())!==null&&a!==void 0?a:5,s=(r=x.getShadowOffset())!==null&&r!==void 0?r:{x:0,y:0},o=x.getAbsoluteScale(),f=this.canvas.getPixelRatio(),c=o.x*f,d=o.y*f;this.setAttr("shadowColor",n),this.setAttr("shadowBlur",i*Math.min(Math.abs(c),Math.abs(d))),this.setAttr("shadowOffsetX",s.x*c),this.setAttr("shadowOffsetY",s.y*d)}},Ha=class extends a7{constructor(x){super(x),this._context=x._canvas.getContext("2d",{willReadFrequently:!0})}_fill(x){this.save(),this.setAttr("fillStyle",x.colorKey),x._fillFuncHit(this),this.restore()}strokeShape(x){x.hasHitStroke()&&this._stroke(x)}_stroke(x){if(x.hasHitStroke()){let e=x.getStrokeScaleEnabled();if(!e){this.save();let n=this.getCanvas().getPixelRatio();this.setTransform(n,0,0,n,0,0)}this._applyLineCap(x);let a=x.hitStrokeWidth(),r=a==="auto"?x.strokeWidth():a;this.setAttr("lineWidth",r),this.setAttr("strokeStyle",x.colorKey),x._strokeFuncHit(this),e||this.restore()}}};var Ua;function bp(){if(Ua)return Ua;let t=t0.createCanvasElement(),x=t.getContext("2d");return Ua=(function(){let e=R0._global.devicePixelRatio||1,a=x.webkitBackingStorePixelRatio||x.mozBackingStorePixelRatio||x.msBackingStorePixelRatio||x.oBackingStorePixelRatio||x.backingStorePixelRatio||1;return e/a})(),t0.releaseCanvas(t),Ua}var Va=class{constructor(x){this.pixelRatio=1,this.width=0,this.height=0,this.isCache=!1;let a=(x||{}).pixelRatio||R0.pixelRatio||bp();this.pixelRatio=a,this._canvas=t0.createCanvasElement(),this._canvas.style.padding="0",this._canvas.style.margin="0",this._canvas.style.border="0",this._canvas.style.background="transparent",this._canvas.style.position="absolute",this._canvas.style.top="0",this._canvas.style.left="0"}getContext(){return this.context}getPixelRatio(){return this.pixelRatio}setPixelRatio(x){let e=this.pixelRatio;this.pixelRatio=x,this.setSize(this.getWidth()/e,this.getHeight()/e)}setWidth(x){this.width=this._canvas.width=x*this.pixelRatio,this._canvas.style.width=x+"px";let e=this.pixelRatio;this.getContext()._context.scale(e,e)}setHeight(x){this.height=this._canvas.height=x*this.pixelRatio,this._canvas.style.height=x+"px";let e=this.pixelRatio;this.getContext()._context.scale(e,e)}getWidth(){return this.width}getHeight(){return this.height}setSize(x,e){this.setWidth(x||0),this.setHeight(e||0)}toDataURL(x,e){try{return this._canvas.toDataURL(x,e)}catch{try{return this._canvas.toDataURL()}catch(r){return t0.error("Unable to get data URL. "+r.message+" For more info read https://konvajs.org/docs/posts/Tainted_Canvas.html."),""}}}},fe=class extends Va{constructor(x={width:0,height:0,willReadFrequently:!1}){super(x),this.context=new za(this,{willReadFrequently:x.willReadFrequently}),this.setSize(x.width,x.height)}},Wa=class extends Va{constructor(x={width:0,height:0}){super(x),this.hitCanvas=!0,this.context=new Ha(this),this.setSize(x.width,x.height)}};var rx={get isDragging(){let t=!1;return rx._dragElements.forEach(x=>{x.dragStatus==="dragging"&&(t=!0)}),t},justDragged:!1,get node(){let t;return rx._dragElements.forEach(x=>{t=x.node}),t},_dragElements:new Map,_drag(t){let x=[];rx._dragElements.forEach((e,a)=>{let{node:r}=e,n=r.getStage();n.setPointersPositions(t),e.pointerId===void 0&&(e.pointerId=t0._getFirstPointerId(t));let i=n._changedPointerPositions.find(s=>s.id===e.pointerId);if(i){if(e.dragStatus!=="dragging"){let s=r.dragDistance();if(Math.max(Math.abs(i.x-e.startPointerPos.x),Math.abs(i.y-e.startPointerPos.y))<s||(r.startDrag({evt:t}),!r.isDragging()))return}r._setDragPosition(t,e),x.push(r)}}),x.forEach(e=>{e.getStage()&&e.fire("dragmove",{type:"dragmove",target:e,evt:t},!0)})},_endDragBefore(t){let x=[];rx._dragElements.forEach(e=>{let{node:a}=e,r=a.getStage();if(t&&r.setPointersPositions(t),!r._changedPointerPositions.find(s=>s.id===e.pointerId))return;(e.dragStatus==="dragging"||e.dragStatus==="stopped")&&(rx.justDragged=!0,R0._mouseListenClick=!1,R0._touchListenClick=!1,R0._pointerListenClick=!1,e.dragStatus="stopped");let i=e.node.getLayer()||e.node instanceof R0.Stage&&e.node;i&&x.indexOf(i)===-1&&x.push(i)}),x.forEach(e=>{e.draw()})},_endDragAfter(t){rx._dragElements.forEach((x,e)=>{x.dragStatus==="stopped"&&x.node.fire("dragend",{type:"dragend",target:x.node,evt:t},!0),x.dragStatus!=="dragging"&&rx._dragElements.delete(e)})}};R0.isBrowser&&(window.addEventListener("mouseup",rx._endDragBefore,!0),window.addEventListener("touchend",rx._endDragBefore,!0),window.addEventListener("touchcancel",rx._endDragBefore,!0),window.addEventListener("mousemove",rx._drag),window.addEventListener("touchmove",rx._drag),window.addEventListener("mouseup",rx._endDragAfter,!1),window.addEventListener("touchend",rx._endDragAfter,!1),window.addEventListener("touchcancel",rx._endDragAfter,!1));function pp(t){let x=/(\w+)\(([^)]+)\)/g,e;for(;(e=x.exec(t))!==null;){let[,a,r]=e;switch(a){case"blur":{let n=parseFloat(r.replace("px",""));return function(i){this.blurRadius(n*.5);let s=R0.Filters;s&&s.Blur&&s.Blur.call(this,i)}}case"brightness":{let n=r.includes("%")?parseFloat(r)/100:parseFloat(r);return function(i){this.brightness(n);let s=R0.Filters;s&&s.Brightness&&s.Brightness.call(this,i)}}case"contrast":{let n=parseFloat(r);return function(i){let s=100*(Math.sqrt(n)-1);this.contrast(s);let o=R0.Filters;o&&o.Contrast&&o.Contrast.call(this,i)}}case"grayscale":return function(n){let i=R0.Filters;i&&i.Grayscale&&i.Grayscale.call(this,n)};case"sepia":return function(n){let i=R0.Filters;i&&i.Sepia&&i.Sepia.call(this,n)};case"invert":return function(n){let i=R0.Filters;i&&i.Invert&&i.Invert.call(this,n)};default:t0.warn(`CSS filter "${a}" is not supported in fallback mode. Consider using function filters for better compatibility.`);break}}return()=>{}}var ja="absoluteOpacity",C5="allEventListeners",R6="absoluteTransform",S5="absoluteScale",Fe="canvas",gp="Change",mp="children",yp="konva",Rn="listening",wp="mouseenter",vp="mouseleave",Cp="pointerenter",Sp="pointerleave",_p="touchenter",kp="touchleave";var _5="set",k5="Shape",Xa=" ",A5="stage",ce="transform",Ap="Stage",Nn="visible",Pp=["xChange.konva","yChange.konva","scaleXChange.konva","scaleYChange.konva","skewXChange.konva","skewYChange.konva","rotationChange.konva","offsetXChange.konva","offsetYChange.konva","transformsEnabledChange.konva"].join(Xa),Tp=1,O0=class t{constructor(x){this._id=Tp++,this.eventListeners={},this.attrs={},this.index=0,this._allEventListeners=null,this.parent=null,this._cache=new Map,this._attachedDepsListeners=new Map,this._lastPos=null,this._batchingTransformChange=!1,this._needClearTransformCache=!1,this._filterUpToDate=!1,this._isUnderCache=!1,this._dragEventId=null,this._shouldFireChangeEvents=!1,this.setAttrs(x),this._shouldFireChangeEvents=!0}hasChildren(){return!1}_clearCache(x){(x===ce||x===R6)&&this._cache.get(x)?this._cache.get(x).dirty=!0:x?this._cache.delete(x):this._cache.clear()}_getCache(x,e){let a=this._cache.get(x);return(a===void 0||(x===ce||x===R6)&&a.dirty===!0)&&(a=e.call(this),this._cache.set(x,a)),a}_calculate(x,e,a){if(!this._attachedDepsListeners.get(x)){let r=e.map(n=>n+"Change.konva").join(Xa);this.on(r,()=>{this._clearCache(x)}),this._attachedDepsListeners.set(x,!0)}return this._getCache(x,a)}_getCanvasCache(){return this._cache.get(Fe)}_clearSelfAndDescendantCache(x){this._clearCache(x),x===R6&&this.fire("absoluteTransformChange")}clearCache(){if(this._cache.has(Fe)){let{scene:x,filter:e,hit:a}=this._cache.get(Fe);t0.releaseCanvas(x._canvas,e._canvas,a._canvas),this._cache.delete(Fe)}return this._clearSelfAndDescendantCache(),this._requestDraw(),this}cache(x){let e=x||{},a={};(e.x===void 0||e.y===void 0||e.width===void 0||e.height===void 0)&&(a=this.getClientRect({skipTransform:!0,relativeTo:this.getParent()||void 0}));let r=Math.ceil(e.width||a.width),n=Math.ceil(e.height||a.height),i=e.pixelRatio,s=e.x===void 0?Math.floor(a.x):e.x,o=e.y===void 0?Math.floor(a.y):e.y,f=e.offset||0,c=e.drawBorder||!1,d=e.hitCanvasPixelRatio||1;if(!r||!n){t0.error("Can not cache the node. Width or height of the node equals 0. Caching is skipped.");return}let h=Math.abs(Math.round(a.x)-s)>.5?1:0,b=Math.abs(Math.round(a.y)-o)>.5?1:0;r+=f*2+h,n+=f*2+b,s-=f,o-=f;let u=new fe({pixelRatio:i,width:r,height:n}),g=new fe({pixelRatio:i,width:0,height:0,willReadFrequently:!0}),S=new Wa({pixelRatio:d,width:r,height:n}),w=u.getContext(),T=S.getContext(),m=new fe({width:u.width/u.pixelRatio+Math.abs(s),height:u.height/u.pixelRatio+Math.abs(o),pixelRatio:u.pixelRatio}),D=m.getContext();return S.isCache=!0,u.isCache=!0,this._cache.delete(Fe),this._filterUpToDate=!1,e.imageSmoothingEnabled===!1&&(u.getContext()._context.imageSmoothingEnabled=!1,g.getContext()._context.imageSmoothingEnabled=!1),w.save(),T.save(),D.save(),w.translate(-s,-o),T.translate(-s,-o),D.translate(-s,-o),m.x=s,m.y=o,this._isUnderCache=!0,this._clearSelfAndDescendantCache(ja),this._clearSelfAndDescendantCache(S5),this.drawScene(u,this,m),this.drawHit(S,this),this._isUnderCache=!1,w.restore(),T.restore(),c&&(w.save(),w.beginPath(),w.rect(0,0,r,n),w.closePath(),w.setAttr("strokeStyle","red"),w.setAttr("lineWidth",5),w.stroke(),w.restore()),t0.releaseCanvas(m._canvas),this._cache.set(Fe,{scene:u,filter:g,hit:S,x:s,y:o}),this._requestDraw(),this}isCached(){return this._cache.has(Fe)}getClientRect(x){throw new Error('abstract "getClientRect" method call')}_transformedRect(x,e){let a=[{x:x.x,y:x.y},{x:x.x+x.width,y:x.y},{x:x.x+x.width,y:x.y+x.height},{x:x.x,y:x.y+x.height}],r=1/0,n=1/0,i=-1/0,s=-1/0,o=this.getAbsoluteTransform(e);return a.forEach(function(f){let c=o.point(f);r===void 0&&(r=i=c.x,n=s=c.y),r=Math.min(r,c.x),n=Math.min(n,c.y),i=Math.max(i,c.x),s=Math.max(s,c.y)}),{x:r,y:n,width:i-r,height:s-n}}_drawCachedSceneCanvas(x){x.save(),x._applyOpacity(this),x._applyGlobalCompositeOperation(this);let e=this._getCanvasCache();x.translate(e.x,e.y);let a=this._getCachedSceneCanvas(),r=a.pixelRatio;x.drawImage(a._canvas,0,0,a.width/r,a.height/r),x.restore()}_drawCachedHitCanvas(x){let e=this._getCanvasCache(),a=e.hit;x.save(),x.translate(e.x,e.y),x.drawImage(a._canvas,0,0,a.width/a.pixelRatio,a.height/a.pixelRatio),x.restore()}_getCachedSceneCanvas(){let x=this.filters(),e=this._getCanvasCache(),a=e.scene,r=e.filter,n=r.getContext(),i,s,o,f;if(!x||x.length===0)return a;if(this._filterUpToDate)return r;let c=!0;for(let h=0;h<x.length;h++){let b=typeof x[h]=="string"&&!Dn();if(typeof x[h]!="string"||!Dn()){c=!1;break}}let d=a.pixelRatio;if(r.setSize(a.width/a.pixelRatio,a.height/a.pixelRatio),c){let h=x.join(" ");return n.save(),n.setAttr("filter",h),n.drawImage(a._canvas,0,0,a.getWidth()/d,a.getHeight()/d),n.restore(),this._filterUpToDate=!0,r}try{for(i=x.length,n.clear(),n.drawImage(a._canvas,0,0,a.getWidth()/d,a.getHeight()/d),s=n.getImageData(0,0,r.getWidth(),r.getHeight()),o=0;o<i;o++)f=x[o],typeof f=="string"&&(f=pp(f)),f.call(this,s),n.putImageData(s,0,0)}catch(h){t0.error("Unable to apply filter. "+h.message+" This post my help you https://konvajs.org/docs/posts/Tainted_Canvas.html.")}return this._filterUpToDate=!0,r}on(...x){let e=x[0],a=x[1],r=x[2];if(this._cache&&this._cache.delete(C5),x.length===3)return this._delegate.apply(this,x);let n=e.split(Xa);for(let i=0;i<n.length;i++){let o=n[i].split("."),f=o[0],c=o[1]||"";this.eventListeners[f]||(this.eventListeners[f]=[]),this.eventListeners[f].push({name:c,handler:a})}return this}off(x,e){let a=(x||"").split(Xa),r=a.length,n,i,s,o,f,c;if(this._cache&&this._cache.delete(C5),!x)for(i in this.eventListeners)this._off(i);for(n=0;n<r;n++)if(s=a[n],o=s.split("."),f=o[0],c=o[1],f)this.eventListeners[f]&&this._off(f,c,e);else for(i in this.eventListeners)this._off(i,c,e);return this}dispatchEvent(x){let e={target:this,type:x.type,evt:x};return this.fire(x.type,e),this}addEventListener(x,e){return this.on(x,function(a){e.call(this,a.evt)}),this}removeEventListener(x){return this.off(x),this}_delegate(x,e,a){let r=this;return this.on(x,function(n){let i=n.target.findAncestors(e,!0,r);for(let s=0;s<i.length;s++)n=t0.cloneObject(n),n.currentTarget=i[s],a.call(i[s],n)}),this}remove(){return this.isDragging()&&this.stopDrag(),rx._dragElements.delete(this._id),rx._dragElements.forEach((x,e)=>{this.isAncestorOf(x.node)&&rx._dragElements.delete(e)}),this._remove(),this}_clearCaches(){this._clearSelfAndDescendantCache(R6),this._clearSelfAndDescendantCache(ja),this._clearSelfAndDescendantCache(S5),this._clearSelfAndDescendantCache(A5),this._clearSelfAndDescendantCache(Nn),this._clearSelfAndDescendantCache(Rn)}_remove(){this._clearCaches();let x=this.getParent();x&&x.children&&(x.children.splice(this.index,1),x._setChildrenIndices(),this.parent=null)}destroy(){return this.remove(),this.clearCache(),this}getAttr(x){let e="get"+t0._capitalize(x);return t0._isFunction(this[e])?this[e]():this.attrs[x]}getAncestors(){let x=this.getParent(),e=[];for(;x;)e.push(x),x=x.getParent();return e}getAttrs(){return this.attrs||{}}setAttrs(x){return this._batchTransformChanges(()=>{let e,a;if(!x)return this;for(e in x)e!==mp&&(a=_5+t0._capitalize(e),t0._isFunction(this[a])?this[a](x[e]):this._setAttr(e,x[e]))}),this}isListening(){return this._getCache(Rn,this._isListening)}_isListening(x){if(!this.listening())return!1;let a=this.getParent();return a&&a!==x&&this!==x?a._isListening(x):!0}isVisible(){return this._getCache(Nn,this._isVisible)}_isVisible(x){if(!this.visible())return!1;let a=this.getParent();return a&&a!==x&&this!==x?a._isVisible(x):!0}shouldDrawHit(x,e=!1){if(x)return this._isVisible(x)&&this._isListening(x);let a=this.getLayer(),r=!1;rx._dragElements.forEach(i=>{i.dragStatus==="dragging"&&(i.node.nodeType==="Stage"||i.node.getLayer()===a)&&(r=!0)});let n=!e&&!R0.hitOnDragEnabled&&(r||R0.isTransforming());return this.isListening()&&this.isVisible()&&!n}show(){return this.visible(!0),this}hide(){return this.visible(!1),this}getZIndex(){return this.index||0}getAbsoluteZIndex(){let x=this.getDepth(),e=this,a=0,r,n,i,s;function o(c){for(r=[],n=c.length,i=0;i<n;i++)s=c[i],a++,s.nodeType!==k5&&(r=r.concat(s.getChildren().slice())),s._id===e._id&&(i=n);r.length>0&&r[0].getDepth()<=x&&o(r)}let f=this.getStage();return e.nodeType!==Ap&&f&&o(f.getChildren()),a}getDepth(){let x=0,e=this.parent;for(;e;)x++,e=e.parent;return x}_batchTransformChanges(x){this._batchingTransformChange=!0,x(),this._batchingTransformChange=!1,this._needClearTransformCache&&(this._clearCache(ce),this._clearSelfAndDescendantCache(R6)),this._needClearTransformCache=!1}setPosition(x){return this._batchTransformChanges(()=>{this.x(x.x),this.y(x.y)}),this}getPosition(){return{x:this.x(),y:this.y()}}getRelativePointerPosition(){let x=this.getStage();if(!x)return null;let e=x.getPointerPosition();if(!e)return null;let a=this.getAbsoluteTransform().copy();return a.invert(),a.point(e)}getAbsolutePosition(x){let e=!1,a=this.parent;for(;a;){if(a.isCached()){e=!0;break}a=a.parent}e&&!x&&(x=!0);let r=this.getAbsoluteTransform(x).getMatrix(),n=new O6,i=this.offset();return n.m=r.slice(),n.translate(i.x,i.y),n.getTranslation()}setAbsolutePosition(x){let{x:e,y:a,...r}=this._clearTransform();this.attrs.x=e,this.attrs.y=a,this._clearCache(ce);let n=this._getAbsoluteTransform().copy();return n.invert(),n.translate(x.x,x.y),x={x:this.attrs.x+n.getTranslation().x,y:this.attrs.y+n.getTranslation().y},this._setTransform(r),this.setPosition({x:x.x,y:x.y}),this._clearCache(ce),this._clearSelfAndDescendantCache(R6),this}_setTransform(x){let e;for(e in x)this.attrs[e]=x[e]}_clearTransform(){let x={x:this.x(),y:this.y(),rotation:this.rotation(),scaleX:this.scaleX(),scaleY:this.scaleY(),offsetX:this.offsetX(),offsetY:this.offsetY(),skewX:this.skewX(),skewY:this.skewY()};return this.attrs.x=0,this.attrs.y=0,this.attrs.rotation=0,this.attrs.scaleX=1,this.attrs.scaleY=1,this.attrs.offsetX=0,this.attrs.offsetY=0,this.attrs.skewX=0,this.attrs.skewY=0,x}move(x){let e=x.x,a=x.y,r=this.x(),n=this.y();return e!==void 0&&(r+=e),a!==void 0&&(n+=a),this.setPosition({x:r,y:n}),this}_eachAncestorReverse(x,e){let a=[],r=this.getParent(),n,i;if(!(e&&e._id===this._id)){for(a.unshift(this);r&&(!e||r._id!==e._id);)a.unshift(r),r=r.parent;for(n=a.length,i=0;i<n;i++)x(a[i])}}rotate(x){return this.rotation(this.rotation()+x),this}moveToTop(){if(!this.parent)return t0.warn("Node has no parent. moveToTop function is ignored."),!1;let x=this.index,e=this.parent.getChildren().length;return x<e-1?(this.parent.children.splice(x,1),this.parent.children.push(this),this.parent._setChildrenIndices(),!0):!1}moveUp(){if(!this.parent)return t0.warn("Node has no parent. moveUp function is ignored."),!1;let x=this.index,e=this.parent.getChildren().length;return x<e-1?(this.parent.children.splice(x,1),this.parent.children.splice(x+1,0,this),this.parent._setChildrenIndices(),!0):!1}moveDown(){if(!this.parent)return t0.warn("Node has no parent. moveDown function is ignored."),!1;let x=this.index;return x>0?(this.parent.children.splice(x,1),this.parent.children.splice(x-1,0,this),this.parent._setChildrenIndices(),!0):!1}moveToBottom(){if(!this.parent)return t0.warn("Node has no parent. moveToBottom function is ignored."),!1;let x=this.index;return x>0?(this.parent.children.splice(x,1),this.parent.children.unshift(this),this.parent._setChildrenIndices(),!0):!1}setZIndex(x){if(!this.parent)return t0.warn("Node has no parent. zIndex parameter is ignored."),this;(x<0||x>=this.parent.children.length)&&t0.warn("Unexpected value "+x+" for zIndex property. zIndex is just index of a node in children of its parent. Expected value is from 0 to "+(this.parent.children.length-1)+".");let e=this.index;return this.parent.children.splice(e,1),this.parent.children.splice(x,0,this),this.parent._setChildrenIndices(),this}getAbsoluteOpacity(){return this._getCache(ja,this._getAbsoluteOpacity)}_getAbsoluteOpacity(){let x=this.opacity(),e=this.getParent();return e&&!e._isUnderCache&&(x*=e.getAbsoluteOpacity()),x}moveTo(x){return this.getParent()!==x&&(this._remove(),x.add(this)),this}toObject(){let x=this.getAttrs(),e,a,r,n,i,s={attrs:{},className:this.getClassName()};for(e in x)a=x[e],i=t0.isObject(a)&&!t0._isPlainObject(a)&&!t0._isArray(a),!i&&(r=typeof this[e]=="function"&&this[e],delete x[e],n=r?r.call(this):null,x[e]=a,n!==a&&(s.attrs[e]=a));return t0._prepareToStringify(s)}toJSON(){return JSON.stringify(this.toObject())}getParent(){return this.parent}findAncestors(x,e,a){let r=[];e&&this._isMatch(x)&&r.push(this);let n=this.parent;for(;n;){if(n===a)return r;n._isMatch(x)&&r.push(n),n=n.parent}return r}isAncestorOf(x){return!1}findAncestor(x,e,a){return this.findAncestors(x,e,a)[0]}_isMatch(x){if(!x)return!1;if(typeof x=="function")return x(this);let e=x.replace(/ /g,"").split(","),a=e.length,r,n;for(r=0;r<a;r++)if(n=e[r],t0.isValidSelector(n)||(t0.warn('Selector "'+n+'" is invalid. Allowed selectors examples are "#foo", ".bar" or "Group".'),t0.warn('If you have a custom shape with such className, please change it to start with upper letter like "Triangle".'),t0.warn("Konva is awesome, right?")),n.charAt(0)==="#"){if(this.id()===n.slice(1))return!0}else if(n.charAt(0)==="."){if(this.hasName(n.slice(1)))return!0}else if(this.className===n||this.nodeType===n)return!0;return!1}getLayer(){let x=this.getParent();return x?x.getLayer():null}getStage(){return this._getCache(A5,this._getStage)}_getStage(){let x=this.getParent();return x?x.getStage():null}fire(x,e={},a){return e.target=e.target||this,a?this._fireAndBubble(x,e):this._fire(x,e),this}getAbsoluteTransform(x){return x?this._getAbsoluteTransform(x):this._getCache(R6,this._getAbsoluteTransform)}_getAbsoluteTransform(x){let e;if(x)return e=new O6,this._eachAncestorReverse(function(a){let r=a.transformsEnabled();r==="all"?e.multiply(a.getTransform()):r==="position"&&e.translate(a.x()-a.offsetX(),a.y()-a.offsetY())},x),e;{e=this._cache.get(R6)||new O6,this.parent?this.parent.getAbsoluteTransform().copyInto(e):e.reset();let a=this.transformsEnabled();if(a==="all")e.multiply(this.getTransform());else if(a==="position"){let r=this.attrs.x||0,n=this.attrs.y||0,i=this.attrs.offsetX||0,s=this.attrs.offsetY||0;e.translate(r-i,n-s)}return e.dirty=!1,e}}getAbsoluteScale(x){let e=this;for(;e;)e._isUnderCache&&(x=e),e=e.getParent();let r=this.getAbsoluteTransform(x).decompose();return{x:r.scaleX,y:r.scaleY}}getAbsoluteRotation(){return this.getAbsoluteTransform().decompose().rotation}getTransform(){return this._getCache(ce,this._getTransform)}_getTransform(){var x,e;let a=this._cache.get(ce)||new O6;a.reset();let r=this.x(),n=this.y(),i=R0.getAngle(this.rotation()),s=(x=this.attrs.scaleX)!==null&&x!==void 0?x:1,o=(e=this.attrs.scaleY)!==null&&e!==void 0?e:1,f=this.attrs.skewX||0,c=this.attrs.skewY||0,d=this.attrs.offsetX||0,h=this.attrs.offsetY||0;return(r!==0||n!==0)&&a.translate(r,n),i!==0&&a.rotate(i),(f!==0||c!==0)&&a.skew(f,c),(s!==1||o!==1)&&a.scale(s,o),(d!==0||h!==0)&&a.translate(-1*d,-1*h),a.dirty=!1,a}clone(x){let e=t0.cloneObject(this.attrs),a,r,n,i,s;for(a in x)e[a]=x[a];let o=new this.constructor(e);for(a in this.eventListeners)for(r=this.eventListeners[a],n=r.length,i=0;i<n;i++)s=r[i],s.name.indexOf(yp)<0&&(o.eventListeners[a]||(o.eventListeners[a]=[]),o.eventListeners[a].push(s));return o}_toKonvaCanvas(x){x=x||{};let e=this.getClientRect(),a=this.getStage(),r=x.x!==void 0?x.x:Math.floor(e.x),n=x.y!==void 0?x.y:Math.floor(e.y),i=x.pixelRatio||1,s=new fe({width:x.width||Math.ceil(e.width)||(a?a.width():0),height:x.height||Math.ceil(e.height)||(a?a.height():0),pixelRatio:i}),o=s.getContext(),f=new fe({width:s.width/s.pixelRatio+Math.abs(r),height:s.height/s.pixelRatio+Math.abs(n),pixelRatio:s.pixelRatio});return x.imageSmoothingEnabled===!1&&(o._context.imageSmoothingEnabled=!1),o.save(),(r||n)&&o.translate(-1*r,-1*n),this.drawScene(s,void 0,f),o.restore(),s}toCanvas(x){return this._toKonvaCanvas(x)._canvas}toDataURL(x){x=x||{};let e=x.mimeType||null,a=x.quality||null,r=this._toKonvaCanvas(x).toDataURL(e,a);return x.callback&&x.callback(r),r}toImage(x){return new Promise((e,a)=>{try{let r=x?.callback;r&&delete x.callback,t0._urlToImage(this.toDataURL(x),function(n){e(n),r?.(n)})}catch(r){a(r)}})}toBlob(x){return new Promise((e,a)=>{try{let r=x?.callback;r&&delete x.callback,this.toCanvas(x).toBlob(n=>{e(n),r?.(n)},x?.mimeType,x?.quality)}catch(r){a(r)}})}setSize(x){return this.width(x.width),this.height(x.height),this}getSize(){return{width:this.width(),height:this.height()}}getClassName(){return this.className||this.nodeType}getType(){return this.nodeType}getDragDistance(){return this.attrs.dragDistance!==void 0?this.attrs.dragDistance:this.parent?this.parent.getDragDistance():R0.dragDistance}_off(x,e,a){let r=this.eventListeners[x],n,i,s;for(n=0;n<r.length;n++)if(i=r[n].name,s=r[n].handler,(i!=="konva"||e==="konva")&&(!e||i===e)&&(!a||a===s)){if(r.splice(n,1),r.length===0){delete this.eventListeners[x];break}n--}}_fireChangeEvent(x,e,a){this._fire(x+gp,{oldVal:e,newVal:a})}addName(x){if(!this.hasName(x)){let e=this.name(),a=e?e+" "+x:x;this.name(a)}return this}hasName(x){if(!x)return!1;let e=this.name();return e?(e||"").split(/\s/g).indexOf(x)!==-1:!1}removeName(x){let e=(this.name()||"").split(/\s/g),a=e.indexOf(x);return a!==-1&&(e.splice(a,1),this.name(e.join(" "))),this}setAttr(x,e){let a=this[_5+t0._capitalize(x)];return t0._isFunction(a)?a.call(this,e):this._setAttr(x,e),this}_requestDraw(){if(R0.autoDrawEnabled){let x=this.getLayer()||this.getStage();x?.batchDraw()}}_setAttr(x,e){let a=this.attrs[x];a===e&&!t0.isObject(e)||(e==null?delete this.attrs[x]:this.attrs[x]=e,this._shouldFireChangeEvents&&this._fireChangeEvent(x,a,e),this._requestDraw())}_setComponentAttr(x,e,a){let r;a!==void 0&&(r=this.attrs[x],r||(this.attrs[x]=this.getAttr(x)),this.attrs[x][e]=a,this._fireChangeEvent(x,r,a))}_fireAndBubble(x,e,a){e&&this.nodeType===k5&&(e.target=this);let r=[wp,vp,Cp,Sp,_p,kp];if(!(r.indexOf(x)!==-1&&(a&&(this===a||this.isAncestorOf&&this.isAncestorOf(a))||this.nodeType==="Stage"&&!a))){this._fire(x,e);let i=r.indexOf(x)!==-1&&a&&a.isAncestorOf&&a.isAncestorOf(this)&&!a.isAncestorOf(this.parent);(e&&!e.cancelBubble||!e)&&this.parent&&this.parent.isListening()&&!i&&(a&&a.parent?this._fireAndBubble.call(this.parent,x,e,a):this._fireAndBubble.call(this.parent,x,e))}}_getProtoListeners(x){var e,a;let{nodeType:r}=this,n=t.protoListenerMap.get(r)||{},i=n?.[x];if(i===void 0){i=[];let s=Object.getPrototypeOf(this);for(;s;){let o=(a=(e=s.eventListeners)===null||e===void 0?void 0:e[x])!==null&&a!==void 0?a:[];i.push(...o),s=Object.getPrototypeOf(s)}n[x]=i,t.protoListenerMap.set(r,n)}return i}_fire(x,e){e=e||{},e.currentTarget=this,e.type=x;let a=this._getProtoListeners(x);if(a){let n=a.slice();for(let i=0;i<n.length;i++)n[i].handler.call(this,e)}let r=this.eventListeners[x];if(r){let n=r.slice(),i=n.length;for(let o=0;o<n.length;o++)n[o].handler.call(this,e);let s=this.eventListeners[x];if(s)for(let o=i;o<s.length;o++)s[o].handler.call(this,e)}}draw(){return this.drawScene(),this.drawHit(),this}_createDragElement(x){let e=x?x.pointerId:void 0,a=this.getStage(),r=this.getAbsolutePosition();if(!a)return;let n=a._getPointerById(e)||a._changedPointerPositions[0]||r;rx._dragElements.set(this._id,{node:this,startPointerPos:n,offset:{x:n.x-r.x,y:n.y-r.y},dragStatus:"ready",pointerId:e,startEvent:x})}startDrag(x,e=!0){rx._dragElements.has(this._id)||this._createDragElement(x);let a=rx._dragElements.get(this._id);a.dragStatus="dragging",this.fire("dragstart",{type:"dragstart",target:this,evt:a.startEvent&&a.startEvent.evt||x&&x.evt},e)}_setDragPosition(x,e){let a=this.getStage()._getPointerById(e.pointerId);if(!a)return;let r={x:a.x-e.offset.x,y:a.y-e.offset.y},n=this.dragBoundFunc();if(n!==void 0){let i=n.call(this,r,x);i?r=i:t0.warn("dragBoundFunc did not return any value. That is unexpected behavior. You must return new absolute position from dragBoundFunc.")}(!this._lastPos||this._lastPos.x!==r.x||this._lastPos.y!==r.y)&&(this.setAbsolutePosition(r),this._requestDraw()),this._lastPos=r}stopDrag(x){let e=rx._dragElements.get(this._id);e&&(e.dragStatus="stopped"),rx._endDragBefore(x),rx._endDragAfter(x)}setDraggable(x){this._setAttr("draggable",x),this._dragChange()}isDragging(){let x=rx._dragElements.get(this._id);return x?x.dragStatus==="dragging":!1}_listenDrag(){this._dragCleanup(),this.on("mousedown.konva touchstart.konva",function(x){if(!(!(x.evt.button!==void 0)||R0.dragButtons.indexOf(x.evt.button)>=0)||this.isDragging())return;let r=!1;rx._dragElements.forEach(n=>{this.isAncestorOf(n.node)&&(r=!0)}),r||this._createDragElement(x)})}_dragChange(){if(this.attrs.draggable)this._listenDrag();else{if(this._dragCleanup(),!this.getStage())return;let e=rx._dragElements.get(this._id),a=e&&e.dragStatus==="dragging",r=e&&e.dragStatus==="ready";a?this.stopDrag():r&&rx._dragElements.delete(this._id)}}_dragCleanup(){this.off("mousedown.konva"),this.off("touchstart.konva")}isClientRectOnScreen(x={x:0,y:0}){let e=this.getStage();if(!e)return!1;let a={x:-x.x,y:-x.y,width:e.width()+2*x.x,height:e.height()+2*x.y};return t0.haveIntersection(a,this.getClientRect())}static create(x,e){return t0._isString(x)&&(x=JSON.parse(x)),this._createNode(x,e)}static _createNode(x,e){let a=t.prototype.getClassName.call(x),r=x.children,n,i,s;e&&(x.attrs.container=e),R0[a]||(t0.warn('Can not find a node with class name "'+a+'". Fallback to "Shape".'),a="Shape");let o=R0[a];if(n=new o(x.attrs),r)for(i=r.length,s=0;s<i;s++)n.add(t._createNode(r[s]));return n}};O0.protoListenerMap=new Map;O0.prototype.nodeType="Node";O0.prototype._attrsAffectingSize=[];O0.prototype.eventListeners={};O0.prototype.on(Pp,function(){if(this._batchingTransformChange){this._needClearTransformCache=!0;return}this._clearCache(ce),this._clearSelfAndDescendantCache(R6)});O0.prototype.on("visibleChange.konva",function(){this._clearSelfAndDescendantCache(Nn)});O0.prototype.on("listeningChange.konva",function(){this._clearSelfAndDescendantCache(Rn)});O0.prototype.on("opacityChange.konva",function(){this._clearSelfAndDescendantCache(ja)});var sx=u0.addGetterSetter;sx(O0,"zIndex");sx(O0,"absolutePosition");sx(O0,"position");sx(O0,"x",0,tx());sx(O0,"y",0,tx());sx(O0,"globalCompositeOperation","source-over",oe());sx(O0,"opacity",1,tx());sx(O0,"name","",oe());sx(O0,"id","",oe());sx(O0,"rotation",0,tx());u0.addComponentsGetterSetter(O0,"scale",["x","y"]);sx(O0,"scaleX",1,tx());sx(O0,"scaleY",1,tx());u0.addComponentsGetterSetter(O0,"skew",["x","y"]);sx(O0,"skewX",0,tx());sx(O0,"skewY",0,tx());u0.addComponentsGetterSetter(O0,"offset",["x","y"]);sx(O0,"offsetX",0,tx());sx(O0,"offsetY",0,tx());sx(O0,"dragDistance",void 0,tx());sx(O0,"width",0,tx());sx(O0,"height",0,tx());sx(O0,"listening",!0,D6());sx(O0,"preventDefault",!0,D6());sx(O0,"filters",void 0,function(t){return this._filterUpToDate=!1,t});sx(O0,"visible",!0,D6());sx(O0,"transformsEnabled","all",oe());sx(O0,"size");sx(O0,"dragBoundFunc");sx(O0,"draggable",!1,D6());u0.backCompat(O0,{rotateDeg:"rotate",setRotationDeg:"setRotation",getRotationDeg:"getRotation"});var P5=function(t){let x=this.brightness()*255,e=t.data,a=e.length;for(let r=0;r<a;r+=4)e[r]+=x,e[r+1]+=x,e[r+2]+=x};u0.addGetterSetter(O0,"brightness",0,tx(),u0.afterSetFilter);var T5=function(t){let x=t.data,e=x.length;for(let a=0;a<e;a+=4){let r=.34*x[a]+.5*x[a+1]+.16*x[a+2];x[a]=r,x[a+1]=r,x[a+2]=r}};var L5=function(t){let x=t.data,e=x.length;for(let a=0;a<e;a+=4){let r=x[a+0],n=x[a+1],i=x[a+2];x[a+0]=Math.min(255,r*.393+n*.769+i*.189),x[a+1]=Math.min(255,r*.349+n*.686+i*.168),x[a+2]=Math.min(255,r*.272+n*.534+i*.131)}};function $5(){this.r=0,this.g=0,this.b=0,this.a=0,this.next=null}var Lp=[512,512,456,512,328,456,335,512,405,328,271,456,388,335,292,512,454,405,364,328,298,271,496,456,420,388,360,335,312,292,273,512,482,454,428,405,383,364,345,328,312,298,284,271,259,496,475,456,437,420,404,388,374,360,347,335,323,312,302,292,282,273,265,512,497,482,468,454,441,428,417,405,394,383,373,364,354,345,337,328,320,312,305,298,291,284,278,271,265,259,507,496,485,475,465,456,446,437,428,420,412,404,396,388,381,374,367,360,354,347,341,335,329,323,318,312,307,302,297,292,287,282,278,273,269,265,261,512,505,497,489,482,475,468,461,454,447,441,435,428,422,417,411,405,399,394,389,383,378,373,368,364,359,354,350,345,341,337,332,328,324,320,316,312,309,305,301,298,294,291,287,284,281,278,274,271,268,265,262,259,257,507,501,496,491,485,480,475,470,465,460,456,451,446,442,437,433,428,424,420,416,412,408,404,400,396,392,388,385,381,377,374,370,367,363,360,357,354,350,347,344,341,338,335,332,329,326,323,320,318,315,312,310,307,304,302,299,297,294,292,289,287,285,282,280,278,275,273,271,269,267,265,263,261,259],$p=[9,11,12,13,13,14,14,15,15,15,15,16,16,16,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,19,19,19,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24];function Mp(t,x){let e=t.data,a=t.width,r=t.height,n,i,s,o,f,c,d,h,b,u,g,S,w,T,m,D,N,H,G,z,J=x+x+1,Q=a-1,l0=r-1,C=x+1,$=C*(C+1)/2,E=new $5,I=Lp[x],o0=$p[x],Z=null,X=E,a0=null,d0=null;for(let f0=1;f0<J;f0++)X=X.next=new $5,f0===C&&(Z=X);X.next=E,s=i=0;for(let f0=0;f0<r;f0++){S=w=T=m=o=f=c=d=0,h=C*(D=e[i]),b=C*(N=e[i+1]),u=C*(H=e[i+2]),g=C*(G=e[i+3]),o+=$*D,f+=$*N,c+=$*H,d+=$*G,X=E;for(let Y=0;Y<C;Y++)X.r=D,X.g=N,X.b=H,X.a=G,X=X.next;for(let Y=1;Y<C;Y++)n=i+((Q<Y?Q:Y)<<2),o+=(X.r=D=e[n])*(z=C-Y),f+=(X.g=N=e[n+1])*z,c+=(X.b=H=e[n+2])*z,d+=(X.a=G=e[n+3])*z,S+=D,w+=N,T+=H,m+=G,X=X.next;a0=E,d0=Z;for(let Y=0;Y<a;Y++)e[i+3]=G=d*I>>o0,G!==0?(G=255/G,e[i]=(o*I>>o0)*G,e[i+1]=(f*I>>o0)*G,e[i+2]=(c*I>>o0)*G):e[i]=e[i+1]=e[i+2]=0,o-=h,f-=b,c-=u,d-=g,h-=a0.r,b-=a0.g,u-=a0.b,g-=a0.a,n=s+((n=Y+x+1)<Q?n:Q)<<2,S+=a0.r=e[n],w+=a0.g=e[n+1],T+=a0.b=e[n+2],m+=a0.a=e[n+3],o+=S,f+=w,c+=T,d+=m,a0=a0.next,h+=D=d0.r,b+=N=d0.g,u+=H=d0.b,g+=G=d0.a,S-=D,w-=N,T-=H,m-=G,d0=d0.next,i+=4;s+=a}for(let f0=0;f0<a;f0++){w=T=m=S=f=c=d=o=0,i=f0<<2,h=C*(D=e[i]),b=C*(N=e[i+1]),u=C*(H=e[i+2]),g=C*(G=e[i+3]),o+=$*D,f+=$*N,c+=$*H,d+=$*G,X=E;for(let x0=0;x0<C;x0++)X.r=D,X.g=N,X.b=H,X.a=G,X=X.next;let Y=a;for(let x0=1;x0<=x;x0++)i=Y+f0<<2,o+=(X.r=D=e[i])*(z=C-x0),f+=(X.g=N=e[i+1])*z,c+=(X.b=H=e[i+2])*z,d+=(X.a=G=e[i+3])*z,S+=D,w+=N,T+=H,m+=G,X=X.next,x0<l0&&(Y+=a);i=f0,a0=E,d0=Z;for(let x0=0;x0<r;x0++)n=i<<2,e[n+3]=G=d*I>>o0,G>0?(G=255/G,e[n]=(o*I>>o0)*G,e[n+1]=(f*I>>o0)*G,e[n+2]=(c*I>>o0)*G):e[n]=e[n+1]=e[n+2]=0,o-=h,f-=b,c-=u,d-=g,h-=a0.r,b-=a0.g,u-=a0.b,g-=a0.a,n=f0+((n=x0+C)<l0?n:l0)*a<<2,o+=S+=a0.r=e[n],f+=w+=a0.g=e[n+1],c+=T+=a0.b=e[n+2],d+=m+=a0.a=e[n+3],a0=a0.next,h+=D=d0.r,b+=N=d0.g,u+=H=d0.b,g+=G=d0.a,S-=D,w-=N,T-=H,m-=G,d0=d0.next,i+=a}}var M5=function(x){let e=Math.round(this.blurRadius());e>0&&Mp(x,e)};u0.addGetterSetter(O0,"blurRadius",0,tx(),u0.afterSetFilter);var I5={warm:t=>x=>{let e=x.data;t=Math.max(0,Math.min(1,t));for(let a=0;a<e.length;a+=4)e[a]=Math.min(e[a]+30*t,255),e[a+1]=Math.min(e[a+1]+15*t,255);return x},cold:t=>x=>{let e=x.data;t=Math.max(0,Math.min(1,t));for(let a=0;a<e.length;a+=4)e[a]=Math.min(e[a]-15*t,255),e[a+1]=Math.min(e[a+1]-10*t,255),e[a+2]=Math.min(e[a+2]+15*t,255);return x},natural:t=>x=>{let e=x.data;t=Math.max(0,Math.min(1,t));for(let a=0;a<e.length;a+=4){e[a]=Math.min(e[a]*(1+.1*t),255),e[a+1]=Math.min(e[a+1]*(1+.1*t),255),e[a+2]=Math.min(e[a+2]*(1+.1*t),255);let r=(e[a]+e[a+1]+e[a+2])/3;e[a]=Math.min((e[a]-r)*(1+.2*t)+r,255),e[a+1]=Math.min((e[a+1]-r)*(1+.2*t)+r,255),e[a+2]=Math.min((e[a+2]-r)*(1+.2*t)+r,255)}return x},temperature:t=>x=>{let e=x.data;t=Math.max(-1,Math.min(1,t));for(let a=0;a<e.length;a+=4){let r=e[a],n=e[a+1],i=e[a+2];e[a]=Math.min(Math.max(r+15*t,0),255),e[a+2]=Math.min(Math.max(i-15*t,0),255)}return x},contrast:t=>x=>{let e=x.data;t=Math.max(-1,Math.min(1,t));let a=t*100,r=259*(a+255)/(255*(259-a));for(let n=0;n<e.length;n+=4)e[n]=Math.min(Math.max(r*(e[n]-128)+128,0),255),e[n+1]=Math.min(Math.max(r*(e[n+1]-128)+128,0),255),e[n+2]=Math.min(Math.max(r*(e[n+2]-128)+128,0),255);return x},shadows:t=>x=>{let e=x.data;t=Math.max(-1,Math.min(1,t));for(let a=0;a<e.length;a+=4){let r=(e[a]+e[a+1]+e[a+2])/3;if(r<128){let n=1+t*(1-r/128)*2;e[a]=Math.min(Math.max(e[a]*n,0),255),e[a+1]=Math.min(Math.max(e[a+1]*n,0),255),e[a+2]=Math.min(Math.max(e[a+2]*n,0),255)}}return x},white:t=>x=>{let e=x.data;t=Math.max(-1,Math.min(1,t));for(let a=0;a<e.length;a+=4){let r=e[a],n=e[a+1],i=e[a+2],s=(r+n+i)/3;if(s>128){let o=1+t*((s-128)/127);e[a]=Math.min(Math.max(r*o,0),255),e[a+1]=Math.min(Math.max(n*o,0),255),e[a+2]=Math.min(Math.max(i*o,0),255)}}return x},black:t=>x=>{let e=x.data;t=Math.max(-1,Math.min(1,t));for(let a=0;a<e.length;a+=4){let r=e[a],n=e[a+1],i=e[a+2],s=(r+n+i)/3;if(s<128){let o=1+t*((128-s)/128);e[a]=Math.min(Math.max(r*o,0),255),e[a+1]=Math.min(Math.max(n*o,0),255),e[a+2]=Math.min(Math.max(i*o,0),255)}}return x},vibrance:t=>x=>{let e=x.data;t=Math.max(-1,Math.min(1,t));for(let a=0;a<e.length;a+=4){let r=e[a],n=e[a+1],i=e[a+2],s=Math.max(r,n,i),o=(r+n+i)/3,f=s===0?0:(s-o)/s,c=t<0?(1-f)*t*1.5:t*.5;e[a]=Math.min(Math.max(r-(s-r)*c,0),255),e[a+1]=Math.min(Math.max(n-(s-n)*c,0),255),e[a+2]=Math.min(Math.max(i-(s-i)*c,0),255)}return x},saturation:t=>x=>{let e=x.data;t=Math.max(-1,Math.min(1,t));for(let a=0;a<e.length;a+=4){let r=e[a],n=e[a+1],i=e[a+2],s=.2126*r+.7152*n+.0722*i;e[a]=Math.min(Math.max(s+(r-s)*(1+t),0),255),e[a+1]=Math.min(Math.max(s+(n-s)*(1+t),0),255),e[a+2]=Math.min(Math.max(s+(i-s)*(1+t),0),255)}return x}};async function Ip(t,x){let{flipX:e,flipY:a}=x;if(!e&&!a)return t;if(!t||!t.width||!t.height)return null;let r=$e(t.width,t.height),n=r.getContext("2d"),i=e?-r.width:0,s=a?-r.height:0;return n.scale(e?-1:1,a?-1:1),n.drawImage(t,i,s,r.width,r.height),r}function Fp(t){return JSON.stringify({src:t.src,width:t.width,height:t.height,cropX:t.cropX,cropY:t.cropY,cropWidth:t.cropWidth,cropHeight:t.cropHeight,clipSrc:t.clipSrc,brightnessEnabled:t.brightnessEnabled,brightness:t.brightness,grayscaleEnabled:t.grayscaleEnabled,sepiaEnabled:t.sepiaEnabled,blurEnabled:t.blurEnabled,blurRadius:t.blurRadius,filters:t.filters})}async function Ep(t,x,e=null){let a=await pt(t);if(a=await Ip(a,x),!a)return null;let r=$e(x.width*Me,x.height*Me),n=r.getContext("2d"),{cropX:i,cropY:s}=x,o=a.width*x.cropWidth,f=a.height*x.cropHeight,c=x.width/x.height,d,h,b=o/f;return x.type==="svg"||!!x.stretchEnabled?(d=o,h=f):c>=b?(d=o,h=o/c):(d=f*c,h=f),n.drawImage(a,i*a.width,s*a.height,d,h,0,0,r.width,r.height),r.toDataURL("image/png")}async function Op(t,x,e=null){let a=await pt(t,e),r=await pt(x.clipSrc,e),n=$e(x.width,x.height),i=n.getContext("2d");i.drawImage(a,0,0,x.width,x.height);let s=$e(x.width,x.height);return s.getContext("2d").drawImage(r,0,0,x.width,x.height),i.globalCompositeOperation="destination-in",i.drawImage(s,0,0),i.globalCompositeOperation="source-over",n.toDataURL("image/png")}async function Bp(t,x,e=null){let a=await pt(t,e),r=$e(x.width*Me,x.height*Me),n=r.getContext("2d");n.drawImage(a,0,0,r.width,r.height);let i=n.getImageData(0,0,r.width,r.height),s=i.data;return x.brightnessEnabled&&P5.bind({brightness:()=>x.brightness})({data:s}),x.grayscaleEnabled&&T5.bind({})({data:s}),x.sepiaEnabled&&L5.bind({})({data:s}),x.blurEnabled&&M5.bind({blurRadius:()=>x.blurRadius})({data:s}),x.filters&&Object.entries(x.filters).forEach(([o,f])=>{let c=I5[o];c&&c(f.intensity).bind({})({data:s})}),n.putImageData(i,0,0),r.toDataURL("image/png")}function Dp(t,x){if(!x.borderSize||x.borderSize<=0)return;let e=x.cornerRadius||0,a=Math.max(0,e-x.borderSize),r=x.borderSize/2,n=x.borderSize/2,i=Math.max(0,x.width-x.borderSize),s=Math.max(0,x.height-x.borderSize);if(a>0?t.roundedRect(r,n,i,s,a):t.rect(r,n,i,s),e6(x.borderColor)){let o=l6(t,0,0,x.width,x.height,x.borderColor,x.opacity??1);t.lineWidth(x.borderSize).strokeColor(o).stroke()}else{let o=fx(x.borderColor)?.hex||"black";t.lineWidth(x.borderSize).strokeColor(o).stroke()}}function F5(t,x,e){let a=n=>{let i=globalThis.Buffer;return i&&!i.isBuffer(n)?i.from(n):n};if(!e||!e.tempStore)return a(t);let r=e.tempStore.save(t,x);return r!=null?(e.imageFiles||(e.imageFiles=new Map),e.imageFiles.set(x,r),r):a(t)}async function Rp(t,x,e){let a=await pt(t,e),{shadowBlur:r,shadowColor:n,shadowOpacity:i}=x,s=Me,o=(r||0)*s,f=o*4+20,c=a.width+f*2,d=a.height+f*2,h=$e(c,d),b=h.getContext("2d"),u=fx(n||"black")||fx("black"),g=i!==void 0?i:1,S=u.rgb[0],w=u.rgb[1],T=u.rgb[2],D=`rgba(${S},${w},${T},${g})`;b.shadowColor=D,b.shadowBlur=o;let N=1e4;return b.shadowOffsetX=N,b.shadowOffsetY=N,b.drawImage(a,f-N,f-N,a.width,a.height),{src:h.toDataURL("image/png"),padding:f/s,width:c/s,height:d/s}}async function qa(t,x,e=null){let a=Fp(x),r=null,n=e&&e.imageFiles&&e.imageFiles.has(a);if(n?r=e.imageFiles.get(a):e&&e.processedImages.has(a)?r=e.processedImages.get(a):(r=await Ep(x.src,x,e),x.clipSrc&&(r=await Op(r,x,e)),r=await Bp(r,x,e),e&&r&&e.processedImages.set(a,r)),x.shadowEnabled&&r){let i=a+"_shadow_"+JSON.stringify({blur:x.shadowBlur,color:x.shadowColor,opacity:x.shadowOpacity}),s=0,o=0,f=0;if(e&&e.imageFiles&&e.imageFiles.has(i)){let c=e.imageFiles.get(i),d=Me;s=((x.shadowBlur||0)*d*4+20)/d,o=x.width+s*2,f=x.height+s*2,console.log("\u2713 Using cached shadow file:",E5(c)),t.image(c,(x.shadowOffsetX||0)-s,(x.shadowOffsetY||0)-s,{width:o,height:f})}else{let c=await Rp(r,x,e),d=c.src;if(s=c.padding,o=c.width,f=c.height,d){let h=await Ie(d,e),b=F5(h,i,e);t.image(b,(x.shadowOffsetX||0)-s,(x.shadowOffsetY||0)-s,{width:o,height:f})}}}if(r){let i=x.cornerRadius||0,s=i>0;if(s&&(t.save(),t.roundedRect(0,0,x.width,x.height,i).clip()),n)console.log("\u2713 Using cached image file:",E5(r)),t.image(r,0,0,{width:x.width,height:x.height});else{let o=await Ie(r,e),f=F5(o,a,e);t.image(f,0,0,{width:x.width,height:x.height})}s&&t.restore(),Dp(t,x)}}function E5(t){let x=Math.max(t.lastIndexOf("/"),t.lastIndexOf("\\"));return x>=0?t.slice(x+1):t}var D5={},R5={},O5=new WeakSet;function B5(t){let x=t._font?.font;if(!x||typeof x.getGlyph!="function")return;let e=x.getGlyph(0),a=Object.getPrototypeOf(e);if(!a._getCBox||O5.has(a))return;let r=a._getCBox;a._getCBox=function(n){let i=this._font.loca;if(i){let s=i.offsets[this.id],o=i.offsets[this.id+1];if(s===o)return Object.freeze({minX:0,minY:0,maxX:0,maxY:0})}return r.call(this,n)},O5.add(a)}var Gn=new Map;function N5(t,x,e){return`${t}-${x?"bold":"normal"}-${e?"italic":"normal"}`}function Np(t){if(!t)return null;let x=t.match(/url\(\s*(?:'([^']+)'|"([^"]+)"|([^)\s]+))\s*\)/);if(x)return x[1]||x[2]||x[3]||null;let e=t.trim();return/^(https?:|data:|file:)/.test(e)?e:null}function Gp(t){let x=(t.fontWeight??"").toString().toLowerCase().trim(),e=x==="bold"||x==="bolder"||x!==""&&Number.isFinite(parseInt(x,10))&&parseInt(x,10)>=600,a=(t.fontStyle??"").toString().toLowerCase().trim();return{bold:e,italic:a==="italic"||a==="oblique"}}function G5(t){if(!(!t||!t.fontFamily)&&(t.url&&(D5[t.fontFamily]=t.url),Array.isArray(t.styles)))for(let x of t.styles){let e=Np(x.src);if(!e)continue;let{bold:a,italic:r}=Gp(x);R5[N5(t.fontFamily,a,r)]=e}}function zp(t){let x=Gn.get(t);if(x)return x;let e=u5(t);return Gn.set(t,e),e.catch(()=>Gn.delete(t)),e}async function Hp(t,x,e){let a=await zp(t),r=e?"1":"0",n=x?"700":"400",i=[`${r},${n}`,`0,${n}`,`${r},400`,"0,400"];for(let o of i){let f=a.get(o);if(f)return f}let s=a.values().next();if(!s.done)return s.value;throw new Error(`No font URL found for ${t}`)}async function Ee(t,x,e,a={}){let r=x.fontFamily,n=(a.bold??!1)||x.fontWeight==="bold",i=a.italic??(x.fontStyle?.indexOf("italic")??-1)>=0;if(e[r])return t.font(r),B5(t),r;let s=N5(r,n,i);if(!e[s]){let o=R5[s]??D5[r]??await Hp(r,n,i);try{t.registerFont(s,await Ie(o))}catch(f){throw new Error(`Failed to load font "${r}" from ${o}: ${f.message}`)}e[s]=!0}return t.font(s),B5(t),s}var Up={fontStyle:"normal",fontWeight:400,fontSize:16,fontFamily:"sans-serif"};function Vp(t){let x=t.trim().split(/\s+/),e="normal",a=400,r=16,n=0;for(;n<x.length;){let s=x[n];if(s==="italic"||s==="oblique")e=s;else if(/^\d+$/.test(s))a=parseInt(s,10);else if(s==="bold"||s==="bolder")a=700;else if(!(s==="normal"||s==="lighter"))break;n++}if(n<x.length){let s=x[n].match(/^([\d.]+)px/);s&&(r=parseFloat(s[1])),n++}let i=x.slice(n).join(" ").replace(/^["']|["']$/g,"").split(",")[0].trim().replace(/^["']|["']$/g,"")||"sans-serif";return{fontStyle:e,fontWeight:a,fontSize:r,fontFamily:i}}function z5(t){if(!t)return{hex:"#000000",alpha:1};let x=fx(t);if(!x)return{hex:"#000000",alpha:1};let e=x.rgba?.[3];return{hex:x.hex,alpha:typeof e=="number"&&e>=0&&e<=1?e:1}}function r7(t){if(typeof t=="string")return z5(t);let x=t.__stops;return z5(x?.[0]?.color)}var Ka=class{constructor(x){this.parsedFont=Up;this.currentFontStr="";this.appliedFontKey=null;this.appliedFontSize=0;this.currentFillStyle="#000000";this.currentStrokeStyle="#000000";this.currentLineWidth=1;this.pathOpen=!1;this.fontKerning="normal";this.letterSpacing="0px";this.wordSpacing="0px";this.textBaseline="alphabetic";this.textAlign="left";this.direction="ltr";this.shadowOffsetX=0;this.shadowOffsetY=0;this.shadowBlur=0;this.shadowColor="rgba(0,0,0,0)";this.lineCap="butt";this.lineJoin="miter";this.globalAlpha=1;this.canvas={width:0,height:0};this.fillOverride=null;this.deps=x}setFillOverride(x){this.fillOverride=x}get font(){return this.currentFontStr}set font(x){x!==this.currentFontStr&&(this.currentFontStr=x,this.parsedFont=Vp(x))}get characterSpacing(){let x=/^(-?[\d.]+)px$/.exec(this.letterSpacing);return x?parseFloat(x[1]):0}applyFontToDoc(){let{fontWeight:x,fontStyle:e,fontSize:a,fontFamily:r}=this.parsedFont,n=this.deps.resolveFontKey(r,x>=600,e==="italic"||e==="oblique");this.deps.doc.font(n),this.deps.doc.fontSize(a)}measureText(x){this.applyFontToDoc();let e=this.deps.doc.widthOfString(x,{characterSpacing:this.characterSpacing}),a=this.deps.doc._font,r=a?.ascender??800,n=a?.descender??-200,i=r/1e3*this.parsedFont.fontSize,s=Math.abs(n)/1e3*this.parsedFont.fontSize;return{width:e,actualBoundingBoxAscent:i,actualBoundingBoxDescent:s,fontBoundingBoxAscent:i,fontBoundingBoxDescent:s,actualBoundingBoxLeft:0,actualBoundingBoxRight:e,alphabeticBaseline:0,emHeightAscent:i,emHeightDescent:s,hangingBaseline:0,ideographicBaseline:0}}get fillStyle(){return this.currentFillStyle}set fillStyle(x){this.currentFillStyle=x}get strokeStyle(){return this.currentStrokeStyle}set strokeStyle(x){this.currentStrokeStyle=x}get lineWidth(){return this.currentLineWidth}set lineWidth(x){this.currentLineWidth=x,this.deps.doc.lineWidth(x)}setLineDash(x){!x||x.length===0?this.deps.doc.undash():this.deps.doc.dash(x[0],{space:x[1]??x[0]})}save(){this.deps.doc.save()}restore(){this.deps.doc.restore(),this.appliedFontKey=null,this.appliedFontSize=0}translate(x,e){this.deps.doc.translate(x,e)}scale(x,e){this.deps.doc.scale(x,e)}fillText(x,e,a){!x||x===" "||this.drawText(x,e,a,"fill")}strokeText(x,e,a){x&&this.drawText(x,e,a,"stroke")}drawText(x,e,a,r){if(this.applyFontToDoc(),r==="fill"){let n=this.fillOverride;if(n&&"gradient"in n)this.deps.doc.fillColor(n.gradient);else if(n)this.deps.doc.fillColor(n.hex,n.alpha*this.globalAlpha);else{let i=r7(this.currentFillStyle);this.deps.doc.fillColor(i.hex,i.alpha*this.globalAlpha)}}else{let n=r7(this.currentStrokeStyle);this.deps.doc.strokeColor(n.hex,n.alpha*this.globalAlpha),this.deps.doc.lineWidth(this.currentLineWidth)}this.deps.doc.text(x,e,a,{lineBreak:!1,baseline:"alphabetic",stroke:r==="stroke",fill:r==="fill",underline:!1,characterSpacing:this.characterSpacing})}fillRect(x,e,a,r){let n=r7(this.currentFillStyle);this.deps.doc.save(),this.deps.doc.rect(x,e,a,r),this.deps.doc.fillColor(n.hex,n.alpha*this.globalAlpha),this.deps.doc.fill(),this.deps.doc.restore()}beginPath(){this.pathOpen=!0}moveTo(x,e){this.deps.doc.moveTo(x,e)}lineTo(x,e){this.deps.doc.lineTo(x,e)}quadraticCurveTo(x,e,a,r){this.deps.doc.quadraticCurveTo(x,e,a,r)}closePath(){this.deps.doc.closePath()}stroke(){if(!this.pathOpen)return;let x=r7(this.currentStrokeStyle);this.deps.doc.strokeColor(x.hex,x.alpha*this.globalAlpha),this.deps.doc.lineWidth(this.currentLineWidth),this.deps.doc.stroke(),this.pathOpen=!1}fill(){if(!this.pathOpen)return;let x=r7(this.currentFillStyle);this.deps.doc.fillColor(x.hex,x.alpha*this.globalAlpha),this.deps.doc.fill(),this.pathOpen=!1}createLinearGradient(x,e,a,r){let n=[];return{addColorStop(i,s){n.push({offset:i,color:s})},__stops:n}}};async function H5(t,x,e){let a=[{bold:!1,italic:!1},{bold:!0,italic:!1},{bold:!1,italic:!0},{bold:!0,italic:!0}],r=[];for(let n of a)try{r.push(await Ee(t,x,e,n))}catch{r.push(await Ee(t,x,e))}return(n,i,s)=>{let o=(i?1:0)|(s?2:0);return r[o]}}function W5(t,x){return Object.keys(t.values).forEach(e=>t.values[e]=t.values[e]&&parseFloat(t.values[e].toFixed(x))),t}function zn(t,x,e){let a=x-1,r=e[q5(a,e.length)];return r.marker!=="Z"?r:zn(t,a,e)}function Hn(t,x,e){let a=x+1,r=e[q5(a,e.length)];return r.marker==="Z"?Hn(t,a,e):r}function j5(t,x,e){let a=e[x-1]||{values:{x:0,y:0}};if(t.marker===t.marker.toLowerCase())switch(t.marker=t.marker.toUpperCase(),t.marker){case"M":t.values.x+=a.values.x,t.values.y+=a.values.y;break;case"L":case"A":t.values.x+=a.values.x,t.values.y+=a.values.y;break;case"H":t.marker="L",t.values.x+=a.values.x,t.values.y=a.values.y;break;case"V":t.marker="L",t.values.x=a.values.x,t.values.y+=a.values.y;break;case"C":t.values.x+=a.values.x,t.values.y+=a.values.y,t.values.x1+=a.values.x,t.values.y1+=a.values.y,t.values.x2+=a.values.x,t.values.y2+=a.values.y;break;case"S":t.values.x+=a.values.x,t.values.y+=a.values.y,t.values.x2+=a.values.x,t.values.y2+=a.values.y;break;case"Q":t.values.x+=a.values.x,t.values.y+=a.values.y,t.values.x1+=a.values.x,t.values.y1+=a.values.y;break;case"T":t.values.x+=a.values.x,t.values.y+=a.values.y;break;case"Z":break}else if(t.marker===t.marker.toUpperCase())switch(t.marker){case"H":t.marker="L",t.values.y=a.values.y;break;case"V":t.marker="L",t.values.x=a.values.x;break}if(t.marker==="Z"){let r=function(i,s){return i[s].marker==="M"?i[s]:r(i,s-1)},n=r(e,x);t.values.x=n.values.x,t.values.y=n.values.y}return t}function X5(t,x){let e=[];switch(t.toUpperCase()){case"M":for(let a=0;a<x.length;a+=2){let r;t===t.toUpperCase()?r=a===0?"M":"L":r=a===0?"m":"l",e.push({marker:r,values:{x:x[a],y:x[a+1]}})}break;case"L":for(let a=0;a<x.length;a+=2)e.push({marker:t,values:{x:x[a],y:x[a+1]}});break;case"H":for(let a=0;a<x.length;a++)e.push({marker:t,values:{x:x[a],y:0}});break;case"V":for(let a=0;a<x.length;a++)e.push({marker:t,values:{x:0,y:x[a]}});break;case"C":for(let a=0;a<x.length;a+=6)e.push({marker:t,values:{x1:x[a],y1:x[a+1],x2:x[a+2],y2:x[a+3],x:x[a+4],y:x[a+5]}});break;case"S":for(let a=0;a<x.length;a+=4)e.push({marker:t,values:{x2:x[a],y2:x[a+1],x:x[a+2],y:x[a+3]}});break;case"Q":for(let a=0;a<x.length;a+=4)e.push({marker:t,values:{x1:x[a],y1:x[a+1],x:x[a+2],y:x[a+3]}});break;case"T":for(let a=0;a<x.length;a+=2)e.push({marker:t,values:{x:x[a],y:x[a+1]}});break;case"A":for(let a=0;a<x.length;a+=7)e.push({marker:t,values:{radiusX:x[a],radiusY:x[a+1],rotation:x[a+2],largeArc:x[a+3],sweep:x[a+4],x:x[a+5],y:x[a+6]}});break;case"Z":e.push({marker:t,values:{x:0,y:0}});break}return e}function q5(t,x){return(t%x+x)%x}function K5(t,x,e){if(x!==0&&t.marker==="L"){let a=e[x-1];["x","y"].every(n=>Math.round(Math.abs(a.values[n]-t.values[n]))===0)&&(t.overlap=!0)}return t}function Za(t,x){let e=["x","y"].every(a=>Math.round(Math.abs(t[x].values[a]-t[0].values[a]))===0);t[x].marker==="L"&&e&&(t[x].overlap=!0,Za(t,x-1)),t[x].marker==="Z"&&Za(t,x-1)}function Z5(t,x,e){let a=U5(t.values,e.values),r=U5(x.values,t.values);return Math.min(r,a)}function Un(t,x){return Math.atan2(x.x-t.x,x.y-t.y)}function U5(t,x){let e=t.x-x.x,a=t.y-x.y;return Math.sqrt(Math.pow(e,2)+Math.pow(a,2))}function Vn(t,x){return Math.sin(t)*x}function Wn(t,x){return Math.cos(t)*x}function V5(t,x){let e=x/Math.tan(t);return e===1/0||e===-1/0||isNaN(e)?x:e}function Y5(t,x){return x*Math.tan(t)}function J5(t,x){let e,a=0,r=t*(180/Math.PI);return r<0&&r>=-180||r>180&&r<360?e=V5(t/2,-x):(e=V5(t/2,x),a=1,e===1/0&&(e=x)),{offset:e,sweepFlag:a}}function Q5(t){let x=["radiusX","radiusY","rotation","largeArc","sweep","x1","y1","x2","y2","x","y"];return t.map(e=>{let a="";if(e.marker!=="Z"){let r=Object.keys(e.values);a=x.filter(n=>r.indexOf(n)!==-1).map(n=>e.values[n]).join()}return`${e.marker}${a}`}).join("").trim()}function x3(t){let x=/[MmLlSsQqLlHhVvCcSsQqTtAaZz]/g,e=/-?[0-9]*\.?\d+/g;return[...t.matchAll(x)].map(a=>({marker:a[0],index:a.index})).reduceRight((a,r)=>{let n=t.substring(r.index,a.length?a[a.length-1].index:t.length);return a.concat([{marker:r.marker,index:r.index,chunk:n.length>0?n.substr(1,n.length-1):n}])},[]).reverse().flatMap(a=>{let r=a.chunk.match(e),n=r?r.map(parseFloat):[];return X5(a.marker,n)}).map(j5)}function e3(t,x,e){let a=[],r=[];return e&&t.forEach(n=>W5(n,e)),t.forEach(n=>{n.marker==="M"&&a.push([]),a[a.length-1].push(n)}),a.forEach(n=>{n.map(K5),Za(n,n.length-1);let i=n[n.length-1].marker=="Z";n.filter(s=>!s.overlap).map((s,o,f)=>{let d=zn(s,o,f),h=Hn(s,o,f),b=Un(s.values,d.values),u=Un(s.values,h.values),g=u-b,S=g*(180/Math.PI),w=Z5(s,d,h),T=Math.abs(Y5(g/2,w/2)),m=Math.min(x,T),D=J5(g,m),N=D.offset,H=D.sweepFlag,G=(o==0||o==f.length-1)&&!i;switch(s.marker){case"M":case"L":let z=[s.values.x+Vn(b,N),s.values.y+Wn(b,N)],J=[s.values.x+Vn(u,N),s.values.y+Wn(u,N)];G?r.push({marker:s.marker,values:s.values}):r.push({marker:s.marker,values:{x:parseFloat(z[0].toFixed(3)),y:parseFloat(z[1].toFixed(3))}}),!G&&(h.marker==="L"||h.marker==="M")&&r.push({marker:"A",radius:m,values:{radiusX:parseFloat(m.toFixed(3)),radiusY:parseFloat(m.toFixed(3)),rotation:S,largeArc:0,sweep:H,x:parseFloat(J[0].toFixed(3)),y:parseFloat(J[1].toFixed(3))}});break;case"C":case"S":case"Q":case"T":case"A":case"Z":r.push({marker:s.marker,values:s.values});break}})}),{path:Q5(r),commands:r}}function t3(t){let{rects:x,lineHeight:e,width:a,align:r,padding:n,cornerRadius:i}=t;if(!x||!x.length)return"";let s=x.map(h=>({...h}));for(let h of s)r==="right"?h.cx=a-h.width/2:r==="left"?h.cx=h.width/2:h.cx=a/2,r==="justify"&&(h.lastInParagraph||(h.width=a),h.cx=h.width/2);let o=s.filter(h=>(h.width??0)>0);if(!o.length)return"";let f=n,c=e,d=`M ${o[0].cx??0} ${-f}`;o.forEach((h,b)=>{let u=h.cx??0,g=o[b-1];g&&g.width>h.width?d+=` L ${u+h.width/2+f} ${b*c+f}`:d+=` L ${u+h.width/2+f} ${b*c-f}`;let S=o[b+1];S&&S.width>h.width?d+=` L ${u+h.width/2+f} ${(b+1)*c-f}`:d+=` L ${u+h.width/2+f} ${(b+1)*c+f}`});for(let h=o.length-1;h>=0;h--){let b=o[h],u=b.cx??0,g=o[h+1];g&&g.width>b.width?d+=` L ${u-b.width/2-f} ${(h+1)*c-f}`:d+=` L ${u-b.width/2-f} ${(h+1)*c+f}`;let S=o[h-1];S&&S.width>b.width?d+=` L ${u-b.width/2-f} ${h*c+f}`:d+=` L ${u-b.width/2-f} ${h*c-f}`}if(d+=" Z",!i||i<=0)return d;try{let h=x3(d);return e3(h,i).path}catch{return d}}var Ya=new Map,a3=R0._global.PointerEvent!==void 0;function r3(t){return{evt:t,pointerId:t.pointerId}}function n3(t,x){return Ya.get(t)===x}function i3(t,x){jn(t),x.getStage()&&(Ya.set(t,x),a3&&x._fire("gotpointercapture",r3(new PointerEvent("gotpointercapture"))))}function jn(t,x){let e=Ya.get(t);if(!e)return;let a=e.getStage();a&&a.content,Ya.delete(t),a3&&e._fire("lostpointercapture",r3(new PointerEvent("lostpointercapture")))}var s3="hasShadow",o3="shadowRGBA",f3="patternImage",c3="linearGradient",d3="radialGradient",Ja;function Xn(){return Ja||(Ja=t0.createCanvasElement().getContext("2d"),Ja)}var qn={};function jp(t){let x=this.attrs.fillRule;x?t.fill(x):t.fill()}function Xp(t){t.stroke()}function qp(t){let x=this.attrs.fillRule;x?t.fill(x):t.fill()}function Kp(t){t.stroke()}function Zp(){this._clearCache(s3)}function Yp(){this._clearCache(o3)}function Jp(){this._clearCache(f3)}function Qp(){this._clearCache(c3)}function xg(){this._clearCache(d3)}var g0=class extends O0{constructor(x){super(x);let e,a=0;for(;e=t0.getHitColor(),!(e&&!(e in qn));)if(a++,a>=1e4){t0.warn("Failed to find a unique color key for a shape. Konva may work incorrectly. Most likely your browser is using canvas farbling. Consider disabling it."),e=t0.getRandomColor();break}this.colorKey=e,qn[e]=this}getContext(){return t0.warn("shape.getContext() method is deprecated. Please do not use it."),this.getLayer().getContext()}getCanvas(){return t0.warn("shape.getCanvas() method is deprecated. Please do not use it."),this.getLayer().getCanvas()}getSceneFunc(){return this.attrs.sceneFunc||this._sceneFunc}getHitFunc(){return this.attrs.hitFunc||this._hitFunc}hasShadow(){return this._getCache(s3,this._hasShadow)}_hasShadow(){return this.shadowEnabled()&&this.shadowOpacity()!==0&&!!(this.shadowColor()||this.shadowBlur()||this.shadowOffsetX()||this.shadowOffsetY())}_getFillPattern(){return this._getCache(f3,this.__getFillPattern)}__getFillPattern(){if(this.fillPatternImage()){let e=Xn().createPattern(this.fillPatternImage(),this.fillPatternRepeat()||"repeat");if(e&&e.setTransform){let a=new O6;a.translate(this.fillPatternX(),this.fillPatternY()),a.rotate(R0.getAngle(this.fillPatternRotation())),a.scale(this.fillPatternScaleX(),this.fillPatternScaleY()),a.translate(-1*this.fillPatternOffsetX(),-1*this.fillPatternOffsetY());let r=a.getMatrix(),n=typeof DOMMatrix>"u"?{a:r[0],b:r[1],c:r[2],d:r[3],e:r[4],f:r[5]}:new DOMMatrix(r);e.setTransform(n)}return e}}_getLinearGradient(){return this._getCache(c3,this.__getLinearGradient)}__getLinearGradient(){let x=this.fillLinearGradientColorStops();if(x){let e=Xn(),a=this.fillLinearGradientStartPoint(),r=this.fillLinearGradientEndPoint(),n=e.createLinearGradient(a.x,a.y,r.x,r.y);for(let i=0;i<x.length;i+=2)n.addColorStop(x[i],x[i+1]);return n}}_getRadialGradient(){return this._getCache(d3,this.__getRadialGradient)}__getRadialGradient(){let x=this.fillRadialGradientColorStops();if(x){let e=Xn(),a=this.fillRadialGradientStartPoint(),r=this.fillRadialGradientEndPoint(),n=e.createRadialGradient(a.x,a.y,this.fillRadialGradientStartRadius(),r.x,r.y,this.fillRadialGradientEndRadius());for(let i=0;i<x.length;i+=2)n.addColorStop(x[i],x[i+1]);return n}}getShadowRGBA(){return this._getCache(o3,this._getShadowRGBA)}_getShadowRGBA(){if(!this.hasShadow())return;let x=t0.colorToRGBA(this.shadowColor());if(x)return"rgba("+x.r+","+x.g+","+x.b+","+x.a*(this.shadowOpacity()||1)+")"}hasFill(){return this._calculate("hasFill",["fillEnabled","fill","fillPatternImage","fillLinearGradientColorStops","fillRadialGradientColorStops"],()=>this.fillEnabled()&&!!(this.fill()||this.fillPatternImage()||this.fillLinearGradientColorStops()||this.fillRadialGradientColorStops()))}hasStroke(){return this._calculate("hasStroke",["strokeEnabled","strokeWidth","stroke","strokeLinearGradientColorStops"],()=>this.strokeEnabled()&&this.strokeWidth()&&!!(this.stroke()||this.strokeLinearGradientColorStops()))}hasHitStroke(){let x=this.hitStrokeWidth();return x==="auto"?this.hasStroke():this.strokeEnabled()&&!!x}intersects(x){let e=this.getStage();if(!e)return!1;let a=e.bufferHitCanvas;return a.getContext().clear(),this.drawHit(a,void 0,!0),a.context.getImageData(Math.round(x.x),Math.round(x.y),1,1).data[3]>0}destroy(){return O0.prototype.destroy.call(this),delete qn[this.colorKey],delete this.colorKey,this}_useBufferCanvas(x){var e;if(!((e=this.attrs.perfectDrawEnabled)!==null&&e!==void 0?e:!0))return!1;let r=x||this.hasFill(),n=this.hasStroke(),i=this.getAbsoluteOpacity()!==1;if(r&&n&&i)return!0;let s=this.hasShadow(),o=this.shadowForStrokeEnabled();return!!(r&&n&&s&&o)}setStrokeHitEnabled(x){t0.warn("strokeHitEnabled property is deprecated. Please use hitStrokeWidth instead."),x?this.hitStrokeWidth("auto"):this.hitStrokeWidth(0)}getStrokeHitEnabled(){return this.hitStrokeWidth()!==0}getSelfRect(){let x=this.size();return{x:this._centroid?-x.width/2:0,y:this._centroid?-x.height/2:0,width:x.width,height:x.height}}getClientRect(x={}){let e=!1,a=this.getParent();for(;a;){if(a.isCached()){e=!0;break}a=a.getParent()}let r=x.skipTransform,n=x.relativeTo||e&&this.getStage()||void 0,i=this.getSelfRect(),o=!x.skipStroke&&this.hasStroke()&&this.strokeWidth()||0,f=i.width+o,c=i.height+o,d=!x.skipShadow&&this.hasShadow(),h=d?this.shadowOffsetX():0,b=d?this.shadowOffsetY():0,u=f+Math.abs(h),g=c+Math.abs(b),S=d&&this.shadowBlur()||0,w=u+S*2,T=g+S*2,m={width:w,height:T,x:-(o/2+S)+Math.min(h,0)+i.x,y:-(o/2+S)+Math.min(b,0)+i.y};return r?m:this._transformedRect(m,n)}drawScene(x,e,a){let r=this.getLayer(),n=x||r.getCanvas(),i=n.getContext(),s=this._getCanvasCache(),o=this.getSceneFunc(),f=this.hasShadow(),c,d=!1,h=e===this;if(!this.isVisible()&&!h)return this;if(s){i.save();let b=this.getAbsoluteTransform(e).getMatrix();return i.transform(b[0],b[1],b[2],b[3],b[4],b[5]),this._drawCachedSceneCanvas(i),i.restore(),this}if(!o)return this;if(i.save(),this._useBufferCanvas()&&!d){c=this.getStage();let b=a||c.bufferCanvas,u=b.getContext();a?(u.save(),u.setTransform(1,0,0,1,0,0),u.clearRect(0,0,b.width,b.height),u.restore()):u.clear(),u.save(),u._applyLineJoin(this),u._applyMiterLimit(this);let g=this.getAbsoluteTransform(e).getMatrix();u.transform(g[0],g[1],g[2],g[3],g[4],g[5]),o.call(this,u,this),u.restore();let S=b.pixelRatio;f&&i._applyShadow(this),h||(i._applyOpacity(this),i._applyGlobalCompositeOperation(this)),i.drawImage(b._canvas,b.x||0,b.y||0,b.width/S,b.height/S)}else{if(i._applyLineJoin(this),i._applyMiterLimit(this),!h){let b=this.getAbsoluteTransform(e).getMatrix();i.transform(b[0],b[1],b[2],b[3],b[4],b[5]),i._applyOpacity(this),i._applyGlobalCompositeOperation(this)}f&&i._applyShadow(this),o.call(this,i,this)}return i.restore(),this}drawHit(x,e,a=!1){if(!this.shouldDrawHit(e,a))return this;let r=this.getLayer(),n=x||r.hitCanvas,i=n&&n.getContext(),s=this.hitFunc()||this.sceneFunc(),o=this._getCanvasCache(),f=o&&o.hit;if(this.colorKey||t0.warn("Looks like your canvas has a destroyed shape in it. Do not reuse shape after you destroyed it. If you want to reuse shape you should call remove() instead of destroy()"),f){i.save();let d=this.getAbsoluteTransform(e).getMatrix();return i.transform(d[0],d[1],d[2],d[3],d[4],d[5]),this._drawCachedHitCanvas(i),i.restore(),this}if(!s)return this;if(i.save(),i._applyLineJoin(this),i._applyMiterLimit(this),!(this===e)){let d=this.getAbsoluteTransform(e).getMatrix();i.transform(d[0],d[1],d[2],d[3],d[4],d[5])}return s.call(this,i,this),i.restore(),this}drawHitFromCache(x=0){let e=this._getCanvasCache(),a=this._getCachedSceneCanvas(),r=e.hit,n=r.getContext(),i=r.getWidth(),s=r.getHeight();n.clear(),n.drawImage(a._canvas,0,0,i,s);try{let o=n.getImageData(0,0,i,s),f=o.data,c=f.length,d=t0._hexToRgb(this.colorKey);for(let h=0;h<c;h+=4)f[h+3]>x?(f[h]=d.r,f[h+1]=d.g,f[h+2]=d.b,f[h+3]=255):f[h+3]=0;n.putImageData(o,0,0)}catch(o){t0.error("Unable to draw hit graph from cached scene canvas. "+o.message)}return this}hasPointerCapture(x){return n3(x,this)}setPointerCapture(x){i3(x,this)}releaseCapture(x){jn(x,this)}};g0.prototype._fillFunc=jp;g0.prototype._strokeFunc=Xp;g0.prototype._fillFuncHit=qp;g0.prototype._strokeFuncHit=Kp;g0.prototype._centroid=!1;g0.prototype.nodeType="Shape";Ba(g0);g0.prototype.eventListeners={};g0.prototype.on("shadowColorChange.konva shadowBlurChange.konva shadowOffsetChange.konva shadowOpacityChange.konva shadowEnabledChange.konva",Zp);g0.prototype.on("shadowColorChange.konva shadowOpacityChange.konva shadowEnabledChange.konva",Yp);g0.prototype.on("fillPriorityChange.konva fillPatternImageChange.konva fillPatternRepeatChange.konva fillPatternScaleXChange.konva fillPatternScaleYChange.konva fillPatternOffsetXChange.konva fillPatternOffsetYChange.konva fillPatternXChange.konva fillPatternYChange.konva fillPatternRotationChange.konva",Jp);g0.prototype.on("fillPriorityChange.konva fillLinearGradientColorStopsChange.konva fillLinearGradientStartPointXChange.konva fillLinearGradientStartPointYChange.konva fillLinearGradientEndPointXChange.konva fillLinearGradientEndPointYChange.konva",Qp);g0.prototype.on("fillPriorityChange.konva fillRadialGradientColorStopsChange.konva fillRadialGradientStartPointXChange.konva fillRadialGradientStartPointYChange.konva fillRadialGradientEndPointXChange.konva fillRadialGradientEndPointYChange.konva fillRadialGradientStartRadiusChange.konva fillRadialGradientEndRadiusChange.konva",xg);u0.addGetterSetter(g0,"stroke",void 0,Bn());u0.addGetterSetter(g0,"strokeWidth",2,tx());u0.addGetterSetter(g0,"fillAfterStrokeEnabled",!1);u0.addGetterSetter(g0,"hitStrokeWidth","auto",m5());u0.addGetterSetter(g0,"strokeHitEnabled",!0,D6());u0.addGetterSetter(g0,"perfectDrawEnabled",!0,D6());u0.addGetterSetter(g0,"shadowForStrokeEnabled",!0,D6());u0.addGetterSetter(g0,"lineJoin");u0.addGetterSetter(g0,"lineCap");u0.addGetterSetter(g0,"miterLimit");u0.addGetterSetter(g0,"sceneFunc");u0.addGetterSetter(g0,"hitFunc");u0.addGetterSetter(g0,"dash");u0.addGetterSetter(g0,"dashOffset",0,tx());u0.addGetterSetter(g0,"shadowColor",void 0,oe());u0.addGetterSetter(g0,"shadowBlur",0,tx());u0.addGetterSetter(g0,"shadowOpacity",1,tx());u0.addComponentsGetterSetter(g0,"shadowOffset",["x","y"]);u0.addGetterSetter(g0,"shadowOffsetX",0,tx());u0.addGetterSetter(g0,"shadowOffsetY",0,tx());u0.addGetterSetter(g0,"fillPatternImage");u0.addGetterSetter(g0,"fill",void 0,Bn());u0.addGetterSetter(g0,"fillPatternX",0,tx());u0.addGetterSetter(g0,"fillPatternY",0,tx());u0.addGetterSetter(g0,"fillLinearGradientColorStops");u0.addGetterSetter(g0,"strokeLinearGradientColorStops");u0.addGetterSetter(g0,"fillRadialGradientStartRadius",0);u0.addGetterSetter(g0,"fillRadialGradientEndRadius",0);u0.addGetterSetter(g0,"fillRadialGradientColorStops");u0.addGetterSetter(g0,"fillPatternRepeat","repeat");u0.addGetterSetter(g0,"fillEnabled",!0);u0.addGetterSetter(g0,"strokeEnabled",!0);u0.addGetterSetter(g0,"shadowEnabled",!0);u0.addGetterSetter(g0,"dashEnabled",!0);u0.addGetterSetter(g0,"strokeScaleEnabled",!0);u0.addGetterSetter(g0,"fillPriority","color");u0.addComponentsGetterSetter(g0,"fillPatternOffset",["x","y"]);u0.addGetterSetter(g0,"fillPatternOffsetX",0,tx());u0.addGetterSetter(g0,"fillPatternOffsetY",0,tx());u0.addComponentsGetterSetter(g0,"fillPatternScale",["x","y"]);u0.addGetterSetter(g0,"fillPatternScaleX",1,tx());u0.addGetterSetter(g0,"fillPatternScaleY",1,tx());u0.addComponentsGetterSetter(g0,"fillLinearGradientStartPoint",["x","y"]);u0.addComponentsGetterSetter(g0,"strokeLinearGradientStartPoint",["x","y"]);u0.addGetterSetter(g0,"fillLinearGradientStartPointX",0);u0.addGetterSetter(g0,"strokeLinearGradientStartPointX",0);u0.addGetterSetter(g0,"fillLinearGradientStartPointY",0);u0.addGetterSetter(g0,"strokeLinearGradientStartPointY",0);u0.addComponentsGetterSetter(g0,"fillLinearGradientEndPoint",["x","y"]);u0.addComponentsGetterSetter(g0,"strokeLinearGradientEndPoint",["x","y"]);u0.addGetterSetter(g0,"fillLinearGradientEndPointX",0);u0.addGetterSetter(g0,"strokeLinearGradientEndPointX",0);u0.addGetterSetter(g0,"fillLinearGradientEndPointY",0);u0.addGetterSetter(g0,"strokeLinearGradientEndPointY",0);u0.addComponentsGetterSetter(g0,"fillRadialGradientStartPoint",["x","y"]);u0.addGetterSetter(g0,"fillRadialGradientStartPointX",0);u0.addGetterSetter(g0,"fillRadialGradientStartPointY",0);u0.addComponentsGetterSetter(g0,"fillRadialGradientEndPoint",["x","y"]);u0.addGetterSetter(g0,"fillRadialGradientEndPointX",0);u0.addGetterSetter(g0,"fillRadialGradientEndPointY",0);u0.addGetterSetter(g0,"fillPatternRotation",0);u0.addGetterSetter(g0,"fillRule",void 0,oe());u0.backCompat(g0,{dashArray:"dash",getDashArray:"getDash",setDashArray:"getDash",drawFunc:"sceneFunc",getDrawFunc:"getSceneFunc",setDrawFunc:"setSceneFunc",drawHitFunc:"hitFunc",getDrawHitFunc:"getHitFunc",setDrawHitFunc:"setHitFunc"});var eg=[[],[],[-.5773502691896257,.5773502691896257],[0,-.7745966692414834,.7745966692414834],[-.33998104358485626,.33998104358485626,-.8611363115940526,.8611363115940526],[0,-.5384693101056831,.5384693101056831,-.906179845938664,.906179845938664],[.6612093864662645,-.6612093864662645,-.2386191860831969,.2386191860831969,-.932469514203152,.932469514203152],[0,.4058451513773972,-.4058451513773972,-.7415311855993945,.7415311855993945,-.9491079123427585,.9491079123427585],[-.1834346424956498,.1834346424956498,-.525532409916329,.525532409916329,-.7966664774136267,.7966664774136267,-.9602898564975363,.9602898564975363],[0,-.8360311073266358,.8360311073266358,-.9681602395076261,.9681602395076261,-.3242534234038089,.3242534234038089,-.6133714327005904,.6133714327005904],[-.14887433898163122,.14887433898163122,-.4333953941292472,.4333953941292472,-.6794095682990244,.6794095682990244,-.8650633666889845,.8650633666889845,-.9739065285171717,.9739065285171717],[0,-.26954315595234496,.26954315595234496,-.5190961292068118,.5190961292068118,-.7301520055740494,.7301520055740494,-.8870625997680953,.8870625997680953,-.978228658146057,.978228658146057],[-.1252334085114689,.1252334085114689,-.3678314989981802,.3678314989981802,-.5873179542866175,.5873179542866175,-.7699026741943047,.7699026741943047,-.9041172563704749,.9041172563704749,-.9815606342467192,.9815606342467192],[0,-.2304583159551348,.2304583159551348,-.44849275103644687,.44849275103644687,-.6423493394403402,.6423493394403402,-.8015780907333099,.8015780907333099,-.9175983992229779,.9175983992229779,-.9841830547185881,.9841830547185881],[-.10805494870734367,.10805494870734367,-.31911236892788974,.31911236892788974,-.5152486363581541,.5152486363581541,-.6872929048116855,.6872929048116855,-.827201315069765,.827201315069765,-.9284348836635735,.9284348836635735,-.9862838086968123,.9862838086968123],[0,-.20119409399743451,.20119409399743451,-.3941513470775634,.3941513470775634,-.5709721726085388,.5709721726085388,-.7244177313601701,.7244177313601701,-.8482065834104272,.8482065834104272,-.937273392400706,.937273392400706,-.9879925180204854,.9879925180204854],[-.09501250983763744,.09501250983763744,-.2816035507792589,.2816035507792589,-.45801677765722737,.45801677765722737,-.6178762444026438,.6178762444026438,-.755404408355003,.755404408355003,-.8656312023878318,.8656312023878318,-.9445750230732326,.9445750230732326,-.9894009349916499,.9894009349916499],[0,-.17848418149584785,.17848418149584785,-.3512317634538763,.3512317634538763,-.5126905370864769,.5126905370864769,-.6576711592166907,.6576711592166907,-.7815140038968014,.7815140038968014,-.8802391537269859,.8802391537269859,-.9506755217687678,.9506755217687678,-.9905754753144174,.9905754753144174],[-.0847750130417353,.0847750130417353,-.2518862256915055,.2518862256915055,-.41175116146284263,.41175116146284263,-.5597708310739475,.5597708310739475,-.6916870430603532,.6916870430603532,-.8037049589725231,.8037049589725231,-.8926024664975557,.8926024664975557,-.9558239495713977,.9558239495713977,-.9915651684209309,.9915651684209309],[0,-.16035864564022537,.16035864564022537,-.31656409996362983,.31656409996362983,-.46457074137596094,.46457074137596094,-.600545304661681,.600545304661681,-.7209661773352294,.7209661773352294,-.8227146565371428,.8227146565371428,-.9031559036148179,.9031559036148179,-.96020815213483,.96020815213483,-.9924068438435844,.9924068438435844],[-.07652652113349734,.07652652113349734,-.22778585114164507,.22778585114164507,-.37370608871541955,.37370608871541955,-.5108670019508271,.5108670019508271,-.636053680726515,.636053680726515,-.7463319064601508,.7463319064601508,-.8391169718222188,.8391169718222188,-.912234428251326,.912234428251326,-.9639719272779138,.9639719272779138,-.9931285991850949,.9931285991850949],[0,-.1455618541608951,.1455618541608951,-.2880213168024011,.2880213168024011,-.4243421202074388,.4243421202074388,-.5516188358872198,.5516188358872198,-.6671388041974123,.6671388041974123,-.7684399634756779,.7684399634756779,-.8533633645833173,.8533633645833173,-.9200993341504008,.9200993341504008,-.9672268385663063,.9672268385663063,-.9937521706203895,.9937521706203895],[-.06973927331972223,.06973927331972223,-.20786042668822127,.20786042668822127,-.34193582089208424,.34193582089208424,-.469355837986757,.469355837986757,-.5876404035069116,.5876404035069116,-.6944872631866827,.6944872631866827,-.7878168059792081,.7878168059792081,-.8658125777203002,.8658125777203002,-.926956772187174,.926956772187174,-.9700604978354287,.9700604978354287,-.9942945854823992,.9942945854823992],[0,-.1332568242984661,.1332568242984661,-.26413568097034495,.26413568097034495,-.3903010380302908,.3903010380302908,-.5095014778460075,.5095014778460075,-.6196098757636461,.6196098757636461,-.7186613631319502,.7186613631319502,-.8048884016188399,.8048884016188399,-.8767523582704416,.8767523582704416,-.9329710868260161,.9329710868260161,-.9725424712181152,.9725424712181152,-.9947693349975522,.9947693349975522],[-.06405689286260563,.06405689286260563,-.1911188674736163,.1911188674736163,-.3150426796961634,.3150426796961634,-.4337935076260451,.4337935076260451,-.5454214713888396,.5454214713888396,-.6480936519369755,.6480936519369755,-.7401241915785544,.7401241915785544,-.820001985973903,.820001985973903,-.8864155270044011,.8864155270044011,-.9382745520027328,.9382745520027328,-.9747285559713095,.9747285559713095,-.9951872199970213,.9951872199970213]],tg=[[],[],[1,1],[.8888888888888888,.5555555555555556,.5555555555555556],[.6521451548625461,.6521451548625461,.34785484513745385,.34785484513745385],[.5688888888888889,.47862867049936647,.47862867049936647,.23692688505618908,.23692688505618908],[.3607615730481386,.3607615730481386,.46791393457269104,.46791393457269104,.17132449237917036,.17132449237917036],[.4179591836734694,.3818300505051189,.3818300505051189,.27970539148927664,.27970539148927664,.1294849661688697,.1294849661688697],[.362683783378362,.362683783378362,.31370664587788727,.31370664587788727,.22238103445337448,.22238103445337448,.10122853629037626,.10122853629037626],[.3302393550012598,.1806481606948574,.1806481606948574,.08127438836157441,.08127438836157441,.31234707704000286,.31234707704000286,.26061069640293544,.26061069640293544],[.29552422471475287,.29552422471475287,.26926671930999635,.26926671930999635,.21908636251598204,.21908636251598204,.1494513491505806,.1494513491505806,.06667134430868814,.06667134430868814],[.2729250867779006,.26280454451024665,.26280454451024665,.23319376459199048,.23319376459199048,.18629021092773426,.18629021092773426,.1255803694649046,.1255803694649046,.05566856711617366,.05566856711617366],[.24914704581340277,.24914704581340277,.2334925365383548,.2334925365383548,.20316742672306592,.20316742672306592,.16007832854334622,.16007832854334622,.10693932599531843,.10693932599531843,.04717533638651183,.04717533638651183],[.2325515532308739,.22628318026289723,.22628318026289723,.2078160475368885,.2078160475368885,.17814598076194574,.17814598076194574,.13887351021978725,.13887351021978725,.09212149983772845,.09212149983772845,.04048400476531588,.04048400476531588],[.2152638534631578,.2152638534631578,.2051984637212956,.2051984637212956,.18553839747793782,.18553839747793782,.15720316715819355,.15720316715819355,.12151857068790319,.12151857068790319,.08015808715976021,.08015808715976021,.03511946033175186,.03511946033175186],[.2025782419255613,.19843148532711158,.19843148532711158,.1861610000155622,.1861610000155622,.16626920581699392,.16626920581699392,.13957067792615432,.13957067792615432,.10715922046717194,.10715922046717194,.07036604748810812,.07036604748810812,.03075324199611727,.03075324199611727],[.1894506104550685,.1894506104550685,.18260341504492358,.18260341504492358,.16915651939500254,.16915651939500254,.14959598881657674,.14959598881657674,.12462897125553388,.12462897125553388,.09515851168249279,.09515851168249279,.062253523938647894,.062253523938647894,.027152459411754096,.027152459411754096],[.17944647035620653,.17656270536699264,.17656270536699264,.16800410215645004,.16800410215645004,.15404576107681028,.15404576107681028,.13513636846852548,.13513636846852548,.11188384719340397,.11188384719340397,.08503614831717918,.08503614831717918,.0554595293739872,.0554595293739872,.02414830286854793,.02414830286854793],[.1691423829631436,.1691423829631436,.16427648374583273,.16427648374583273,.15468467512626524,.15468467512626524,.14064291467065065,.14064291467065065,.12255520671147846,.12255520671147846,.10094204410628717,.10094204410628717,.07642573025488905,.07642573025488905,.0497145488949698,.0497145488949698,.02161601352648331,.02161601352648331],[.1610544498487837,.15896884339395434,.15896884339395434,.15276604206585967,.15276604206585967,.1426067021736066,.1426067021736066,.12875396253933621,.12875396253933621,.11156664554733399,.11156664554733399,.09149002162245,.09149002162245,.06904454273764123,.06904454273764123,.0448142267656996,.0448142267656996,.019461788229726478,.019461788229726478],[.15275338713072584,.15275338713072584,.14917298647260374,.14917298647260374,.14209610931838204,.14209610931838204,.13168863844917664,.13168863844917664,.11819453196151841,.11819453196151841,.10193011981724044,.10193011981724044,.08327674157670475,.08327674157670475,.06267204833410907,.06267204833410907,.04060142980038694,.04060142980038694,.017614007139152118,.017614007139152118],[.14608113364969041,.14452440398997005,.14452440398997005,.13988739479107315,.13988739479107315,.13226893863333747,.13226893863333747,.12183141605372853,.12183141605372853,.10879729916714838,.10879729916714838,.09344442345603386,.09344442345603386,.0761001136283793,.0761001136283793,.057134425426857205,.057134425426857205,.036953789770852494,.036953789770852494,.016017228257774335,.016017228257774335],[.13925187285563198,.13925187285563198,.13654149834601517,.13654149834601517,.13117350478706238,.13117350478706238,.12325237681051242,.12325237681051242,.11293229608053922,.11293229608053922,.10041414444288096,.10041414444288096,.08594160621706773,.08594160621706773,.06979646842452049,.06979646842452049,.052293335152683286,.052293335152683286,.03377490158481415,.03377490158481415,.0146279952982722,.0146279952982722],[.13365457218610619,.1324620394046966,.1324620394046966,.12890572218808216,.12890572218808216,.12304908430672953,.12304908430672953,.11499664022241136,.11499664022241136,.10489209146454141,.10489209146454141,.09291576606003515,.09291576606003515,.07928141177671895,.07928141177671895,.06423242140852585,.06423242140852585,.04803767173108467,.04803767173108467,.030988005856979445,.030988005856979445,.013411859487141771,.013411859487141771],[.12793819534675216,.12793819534675216,.1258374563468283,.1258374563468283,.12167047292780339,.12167047292780339,.1155056680537256,.1155056680537256,.10744427011596563,.10744427011596563,.09761865210411388,.09761865210411388,.08619016153195327,.08619016153195327,.0733464814110803,.0733464814110803,.05929858491543678,.05929858491543678,.04427743881741981,.04427743881741981,.028531388628933663,.028531388628933663,.0123412297999872,.0123412297999872]],ag=[[1],[1,1],[1,2,1],[1,3,3,1]],Zn=(t,x,e)=>{let a,r,i=e/2;a=0;for(let s=0;s<20;s++)r=i*eg[20][s]+i,a+=tg[20][s]*rg(t,x,r);return i*a},Yn=(t,x,e)=>{e===void 0&&(e=1);let a=t[0]-2*t[1]+t[2],r=x[0]-2*x[1]+x[2],n=2*t[1]-2*t[0],i=2*x[1]-2*x[0],s=4*(a*a+r*r),o=4*(a*n+r*i),f=n*n+i*i;if(s===0)return e*Math.sqrt(Math.pow(t[2]-t[0],2)+Math.pow(x[2]-x[0],2));let c=o/(2*s),d=f/s,h=e+c,b=d-c*c,u=h*h+b>0?Math.sqrt(h*h+b):0,g=c*c+b>0?Math.sqrt(c*c+b):0,S=c+Math.sqrt(c*c+b)!==0?b*Math.log(Math.abs((h+u)/(c+g))):0;return Math.sqrt(s)/2*(h*u-c*g+S)};function rg(t,x,e){let a=Kn(1,e,t),r=Kn(1,e,x),n=a*a+r*r;return Math.sqrt(n)}var Kn=(t,x,e)=>{let a=e.length-1,r,n;if(a===0)return 0;if(t===0){n=0;for(let i=0;i<=a;i++)n+=ag[a][i]*Math.pow(1-x,a-i)*Math.pow(x,i)*e[i];return n}else{r=new Array(a);for(let i=0;i<a;i++)r[i]=a*(e[i+1]-e[i]);return Kn(t-1,x,r)}},Jn=(t,x,e)=>{let a=1,r=t/x,n=(t-e(r))/x,i=0;for(;a>.001;){let s=e(r+n),o=Math.abs(t-s)/x;if(o<a)a=o,r+=n;else{let f=e(r-n),c=Math.abs(t-f)/x;c<a?(a=c,r-=n):n/=2}if(i++,i>500)break}return r};var t6=class t extends g0{constructor(x){super(x),this.dataArray=[],this.pathLength=0,this._readDataAttribute(),this.on("dataChange.konva",function(){this._readDataAttribute()})}_readDataAttribute(){this.dataArray=t.parsePathData(this.data()),this.pathLength=t.getPathLength(this.dataArray)}_sceneFunc(x){let e=this.dataArray;x.beginPath();let a=!1;for(let r=0;r<e.length;r++){let n=e[r].command,i=e[r].points;switch(n){case"L":x.lineTo(i[0],i[1]);break;case"M":x.moveTo(i[0],i[1]);break;case"C":x.bezierCurveTo(i[0],i[1],i[2],i[3],i[4],i[5]);break;case"Q":x.quadraticCurveTo(i[0],i[1],i[2],i[3]);break;case"A":let s=i[0],o=i[1],f=i[2],c=i[3],d=i[4],h=i[5],b=i[6],u=i[7],g=f>c?f:c,S=f>c?1:f/c,w=f>c?c/f:1;x.translate(s,o),x.rotate(b),x.scale(S,w),x.arc(0,0,g,d,d+h,1-u),x.scale(1/S,1/w),x.rotate(-b),x.translate(-s,-o);break;case"z":a=!0,x.closePath();break}}!a&&!this.hasFill()?x.strokeShape(this):x.fillStrokeShape(this)}getSelfRect(){let x=[];this.dataArray.forEach(function(o){if(o.command==="A"){let f=o.points[4],c=o.points[5],d=o.points[4]+c,h=Math.PI/180;if(Math.abs(f-d)<h&&(h=Math.abs(f-d)),c<0)for(let b=f-h;b>d;b-=h){let u=t.getPointOnEllipticalArc(o.points[0],o.points[1],o.points[2],o.points[3],b,0);x.push(u.x,u.y)}else for(let b=f+h;b<d;b+=h){let u=t.getPointOnEllipticalArc(o.points[0],o.points[1],o.points[2],o.points[3],b,0);x.push(u.x,u.y)}}else if(o.command==="C")for(let f=0;f<=1;f+=.01){let c=t.getPointOnCubicBezier(f,o.start.x,o.start.y,o.points[0],o.points[1],o.points[2],o.points[3],o.points[4],o.points[5]);x.push(c.x,c.y)}else x=x.concat(o.points)});let e=x[0],a=x[0],r=x[1],n=x[1],i,s;for(let o=0;o<x.length/2;o++)i=x[o*2],s=x[o*2+1],isNaN(i)||(e=Math.min(e,i),a=Math.max(a,i)),isNaN(s)||(r=Math.min(r,s),n=Math.max(n,s));return{x:e,y:r,width:a-e,height:n-r}}getLength(){return this.pathLength}getPointAtLength(x){return t.getPointAtLengthOfDataArray(x,this.dataArray)}static getLineLength(x,e,a,r){return Math.sqrt((a-x)*(a-x)+(r-e)*(r-e))}static getPathLength(x){let e=0;for(let a=0;a<x.length;++a)e+=x[a].pathLength;return e}static getPointAtLengthOfDataArray(x,e){let a,r=0,n=e.length;if(!n)return null;for(;r<n&&x>e[r].pathLength;)x-=e[r].pathLength,++r;if(r===n)return a=e[r-1].points.slice(-2),{x:a[0],y:a[1]};if(x<.01)return e[r].command==="M"?(a=e[r].points.slice(0,2),{x:a[0],y:a[1]}):{x:e[r].start.x,y:e[r].start.y};let i=e[r],s=i.points;switch(i.command){case"L":return t.getPointOnLine(x,i.start.x,i.start.y,s[0],s[1]);case"C":return t.getPointOnCubicBezier(Jn(x,t.getPathLength(e),g=>Zn([i.start.x,s[0],s[2],s[4]],[i.start.y,s[1],s[3],s[5]],g)),i.start.x,i.start.y,s[0],s[1],s[2],s[3],s[4],s[5]);case"Q":return t.getPointOnQuadraticBezier(Jn(x,t.getPathLength(e),g=>Yn([i.start.x,s[0],s[2]],[i.start.y,s[1],s[3]],g)),i.start.x,i.start.y,s[0],s[1],s[2],s[3]);case"A":let o=s[0],f=s[1],c=s[2],d=s[3],h=s[5],b=s[6],u=s[4];return u+=h*x/i.pathLength,t.getPointOnEllipticalArc(o,f,c,d,u,b)}return null}static getPointOnLine(x,e,a,r,n,i,s){i=i??e,s=s??a;let o=this.getLineLength(e,a,r,n);if(o<1e-10)return{x:e,y:a};if(r===e)return{x:i,y:s+(n>a?x:-x)};let f=(n-a)/(r-e),c=Math.sqrt(x*x/(1+f*f))*(r<e?-1:1),d=f*c;if(Math.abs(s-a-f*(i-e))<1e-10)return{x:i+c,y:s+d};let h=((i-e)*(r-e)+(s-a)*(n-a))/(o*o),b=e+h*(r-e),u=a+h*(n-a),g=this.getLineLength(i,s,b,u),S=Math.sqrt(x*x-g*g),w=Math.sqrt(S*S/(1+f*f))*(r<e?-1:1),T=f*w;return{x:b+w,y:u+T}}static getPointOnCubicBezier(x,e,a,r,n,i,s,o,f){function c(S){return S*S*S}function d(S){return 3*S*S*(1-S)}function h(S){return 3*S*(1-S)*(1-S)}function b(S){return(1-S)*(1-S)*(1-S)}let u=o*c(x)+i*d(x)+r*h(x)+e*b(x),g=f*c(x)+s*d(x)+n*h(x)+a*b(x);return{x:u,y:g}}static getPointOnQuadraticBezier(x,e,a,r,n,i,s){function o(b){return b*b}function f(b){return 2*b*(1-b)}function c(b){return(1-b)*(1-b)}let d=i*o(x)+r*f(x)+e*c(x),h=s*o(x)+n*f(x)+a*c(x);return{x:d,y:h}}static getPointOnEllipticalArc(x,e,a,r,n,i){let s=Math.cos(i),o=Math.sin(i),f={x:a*Math.cos(n),y:r*Math.sin(n)};return{x:x+(f.x*s-f.y*o),y:e+(f.x*o+f.y*s)}}static parsePathData(x){if(!x)return[];let e=x,a=["m","M","l","L","v","V","h","H","z","Z","c","C","q","Q","t","T","s","S","a","A"];e=e.replace(new RegExp(" ","g"),",");for(let d=0;d<a.length;d++)e=e.replace(new RegExp(a[d],"g"),"|"+a[d]);let r=e.split("|"),n=[],i=[],s=0,o=0,f=/([-+]?((\d+\.\d+)|((\d+)|(\.\d+)))(?:e[-+]?\d+)?)/gi,c;for(let d=1;d<r.length;d++){let h=r[d],b=h.charAt(0);for(h=h.slice(1),i.length=0;c=f.exec(h);)i.push(c[0]);let u=[],g=b==="A"||b==="a"?0:-1;for(let S=0,w=i.length;S<w;S++){let T=i[S];if(T==="00"){u.push(0,0),g>=0&&(g+=2,g>=7&&(g-=7));continue}if(g>=0){if(g===3){if(/^[01]{2}\d+(?:\.\d+)?$/.test(T)){u.push(parseInt(T[0],10)),u.push(parseInt(T[1],10)),u.push(parseFloat(T.slice(2))),g+=3,g>=7&&(g-=7);continue}if(T==="11"||T==="10"||T==="01"){u.push(parseInt(T[0],10)),u.push(parseInt(T[1],10)),g+=2,g>=7&&(g-=7);continue}if(T==="0"||T==="1"){u.push(parseInt(T,10)),g+=1,g>=7&&(g-=7);continue}}else if(g===4){if(/^[01]\d+(?:\.\d+)?$/.test(T)){u.push(parseInt(T[0],10)),u.push(parseFloat(T.slice(1))),g+=2,g>=7&&(g-=7);continue}if(T==="0"||T==="1"){u.push(parseInt(T,10)),g+=1,g>=7&&(g-=7);continue}}let m=parseFloat(T);isNaN(m)?u.push(0):u.push(m),g+=1,g>=7&&(g-=7)}else{let m=parseFloat(T);isNaN(m)?u.push(0):u.push(m)}}for(;u.length>0&&!isNaN(u[0]);){let S="",w=[],T=s,m=o,D,N,H,G,z,J,Q,l0,C,$;switch(b){case"l":s+=u.shift(),o+=u.shift(),S="L",w.push(s,o);break;case"L":s=u.shift(),o=u.shift(),w.push(s,o);break;case"m":let E=u.shift(),I=u.shift();if(s+=E,o+=I,S="M",n.length>2&&n[n.length-1].command==="z"){for(let o0=n.length-2;o0>=0;o0--)if(n[o0].command==="M"){s=n[o0].points[0]+E,o=n[o0].points[1]+I;break}}w.push(s,o),b="l";break;case"M":s=u.shift(),o=u.shift(),S="M",w.push(s,o),b="L";break;case"h":s+=u.shift(),S="L",w.push(s,o);break;case"H":s=u.shift(),S="L",w.push(s,o);break;case"v":o+=u.shift(),S="L",w.push(s,o);break;case"V":o=u.shift(),S="L",w.push(s,o);break;case"C":w.push(u.shift(),u.shift(),u.shift(),u.shift()),s=u.shift(),o=u.shift(),w.push(s,o);break;case"c":w.push(s+u.shift(),o+u.shift(),s+u.shift(),o+u.shift()),s+=u.shift(),o+=u.shift(),S="C",w.push(s,o);break;case"S":N=s,H=o,D=n[n.length-1],D.command==="C"&&(N=s+(s-D.points[2]),H=o+(o-D.points[3])),w.push(N,H,u.shift(),u.shift()),s=u.shift(),o=u.shift(),S="C",w.push(s,o);break;case"s":N=s,H=o,D=n[n.length-1],D.command==="C"&&(N=s+(s-D.points[2]),H=o+(o-D.points[3])),w.push(N,H,s+u.shift(),o+u.shift()),s+=u.shift(),o+=u.shift(),S="C",w.push(s,o);break;case"Q":w.push(u.shift(),u.shift()),s=u.shift(),o=u.shift(),w.push(s,o);break;case"q":w.push(s+u.shift(),o+u.shift()),s+=u.shift(),o+=u.shift(),S="Q",w.push(s,o);break;case"T":N=s,H=o,D=n[n.length-1],D.command==="Q"&&(N=s+(s-D.points[0]),H=o+(o-D.points[1])),s=u.shift(),o=u.shift(),S="Q",w.push(N,H,s,o);break;case"t":N=s,H=o,D=n[n.length-1],D.command==="Q"&&(N=s+(s-D.points[0]),H=o+(o-D.points[1])),s+=u.shift(),o+=u.shift(),S="Q",w.push(N,H,s,o);break;case"A":G=u.shift(),z=u.shift(),J=u.shift(),Q=u.shift(),l0=u.shift(),C=s,$=o,s=u.shift(),o=u.shift(),S="A",w=this.convertEndpointToCenterParameterization(C,$,s,o,Q,l0,G,z,J);break;case"a":G=u.shift(),z=u.shift(),J=u.shift(),Q=u.shift(),l0=u.shift(),C=s,$=o,s+=u.shift(),o+=u.shift(),S="A",w=this.convertEndpointToCenterParameterization(C,$,s,o,Q,l0,G,z,J);break}n.push({command:S||b,points:w,start:{x:T,y:m},pathLength:this.calcLength(T,m,S||b,w)})}(b==="z"||b==="Z")&&n.push({command:"z",points:[],start:void 0,pathLength:0})}return n}static calcLength(x,e,a,r){let n,i,s,o,f=t;switch(a){case"L":return f.getLineLength(x,e,r[0],r[1]);case"C":return Zn([x,r[0],r[2],r[4]],[e,r[1],r[3],r[5]],1);case"Q":return Yn([x,r[0],r[2]],[e,r[1],r[3]],1);case"A":n=0;let c=r[4],d=r[5],h=r[4]+d,b=Math.PI/180;if(Math.abs(c-h)<b&&(b=Math.abs(c-h)),i=f.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],c,0),d<0)for(o=c-b;o>h;o-=b)s=f.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],o,0),n+=f.getLineLength(i.x,i.y,s.x,s.y),i=s;else for(o=c+b;o<h;o+=b)s=f.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],o,0),n+=f.getLineLength(i.x,i.y,s.x,s.y),i=s;return s=f.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],h,0),n+=f.getLineLength(i.x,i.y,s.x,s.y),n}return 0}static convertEndpointToCenterParameterization(x,e,a,r,n,i,s,o,f){let c=f*(Math.PI/180),d=Math.cos(c)*(x-a)/2+Math.sin(c)*(e-r)/2,h=-1*Math.sin(c)*(x-a)/2+Math.cos(c)*(e-r)/2,b=d*d/(s*s)+h*h/(o*o);b>1&&(s*=Math.sqrt(b),o*=Math.sqrt(b));let u=Math.sqrt((s*s*(o*o)-s*s*(h*h)-o*o*(d*d))/(s*s*(h*h)+o*o*(d*d)));n===i&&(u*=-1),isNaN(u)&&(u=0);let g=u*s*h/o,S=u*-o*d/s,w=(x+a)/2+Math.cos(c)*g-Math.sin(c)*S,T=(e+r)/2+Math.sin(c)*g+Math.cos(c)*S,m=function(Q){return Math.sqrt(Q[0]*Q[0]+Q[1]*Q[1])},D=function(Q,l0){return(Q[0]*l0[0]+Q[1]*l0[1])/(m(Q)*m(l0))},N=function(Q,l0){return(Q[0]*l0[1]<Q[1]*l0[0]?-1:1)*Math.acos(D(Q,l0))},H=N([1,0],[(d-g)/s,(h-S)/o]),G=[(d-g)/s,(h-S)/o],z=[(-1*d-g)/s,(-1*h-S)/o],J=N(G,z);return D(G,z)<=-1&&(J=Math.PI),D(G,z)>=1&&(J=0),i===0&&J>0&&(J=J-2*Math.PI),i===1&&J<0&&(J=J+2*Math.PI),[w,T,s,o,H,J,c,i]}};t6.prototype.className="Path";t6.prototype._attrsAffectingSize=["data"];Ba(t6);u0.addGetterSetter(t6,"data");function ng(t,x,e,a){let r=Math.max(-.9999,Math.min(.9999,e));if(Math.abs(r)<1e-4)return`M 0 ${x/2} L ${t} ${x/2}`;let n=5*a/(2*Math.abs(r))-a,i=t/2;if(r>0){let o=2*n+a/2;return[`M ${i} ${o}`,`A ${n} ${n} 0 1 1 ${i} ${o-2*n}`,`A ${n} ${n} 0 1 1 ${i} ${o}`].join(" ")}let s=-(2*n-Math.round(x))-a/2;return[`M ${i} ${s}`,`A ${n} ${n} 0 1 0 ${i} ${s+2*n}`,`A ${n} ${n} 0 1 0 ${i} ${s}`].join(" ")}function ig(t,x,e,a,r){let n=t6.parsePathData(e),i=t6.getPathLength(n),s=x.reduce((d,h)=>d+h,0)+Math.max(0,t.length-1)*r,o=0;a==="right"?o=Math.max(0,i-s):o=Math.max(0,i/2-s/2);let f=[],c=o;for(let d=0;d<t.length;d++){let h=x[d]+r,b=t6.getPointAtLengthOfDataArray(c,n),u=t6.getPointAtLengthOfDataArray(c+h,n);if(!b||!u){c+=h;continue}let g=t6.getPointOnLine(h/2,b.x,b.y,u.x,u.y),S=Math.atan2(u.y-b.y,u.x-b.x);f.push({char:t[d],cx:g.x,cy:g.y,rotation:S,width:x[d]}),c+=h}return f}function sg(t){return t.replace(/<[^>]*>/g,"")}async function l3({doc:t,element:x,fonts:e}){let a=await Ee(t,x,e);t.font(a),t.fontSize(x.fontSize);let r=sg(x.text||"").replace(/\n/g," ");if(!r)return;let n=[...r].map(u=>t.widthOfString(u,{characterSpacing:0})),i=(x.letterSpacing||0)*(x.fontSize||12),s=ng(x.width,x.height,x.curvePower??0,x.fontSize),o=ig(r,n,s,x.align||"center",i),f=x.opacity??1,c=e6(x.fill),d=c?l6(t,0,0,x.width,x.height,x.fill,f):null,h=c?"#000000":fx(x.fill||"#000000")?.hex||"#000000",b=c?1:(fx(x.fill||"#000000")?.rgba?.[3]??1)*f;for(let u of o)t.save(),t.translate(u.cx,u.cy),t.rotate(u.rotation*180/Math.PI),d?t.fillColor(d):t.fillColor(h,b),t.text(u.char,-u.width/2,-x.fontSize/2,{lineBreak:!1,baseline:"top"}),t.restore()}var N3=!1,yt=null,er=null;function Rg(){if(!N3){if(yt=c5(),yt.installGlobals){globalThis.document=yt.document,globalThis.DOMParser=yt.DOMParser;let t=yt.document.defaultView;t&&(globalThis.Node=t.Node,globalThis.HTMLElement=t.HTMLElement,globalThis.Element=t.Element)}N3=!0}}function Ng(){return{width:0,height:0,getContext:t=>{if(t!=="2d")return null;if(!er)throw new Error("render-tag-bridge: no active pdfkit canvas context (call within renderRichText)");return er}}}function Gg(t){return t.replace(/&/g,"&").replace(/"/g,""")}var zg=`
|
|
2
177
|
p, ul, ol { margin: 0; padding: 0; }
|
|
3
178
|
li { margin: 0; padding-left: 2.1em; }
|
|
4
179
|
li::marker { padding-inline-end: 0.1em; }
|
|
5
180
|
ul li::marker { font-size: 1.2em; padding-inline-end: 0.5em; }
|
|
6
181
|
.ql-cursor, .ql-ui { display: none; }
|
|
7
|
-
`;function ft(r,t){let e=r.fontFamily||"sans-serif",{fontSize:n}=t,o=r.lineHeight??1.2,i=x(r.fill)?.hex||"#000000",a=r.fontWeight==="bold"||r.fontWeight==="700"?"bold":r.fontWeight||"normal",s=(r.fontStyle||"normal").includes("italic")?"italic":"normal",c=r.align==="justify"?"justify":r.align||"left",l=r.letterSpacing?r.letterSpacing*n:0,h=r.textTransform||"none",d=[],u=(r.textDecoration||"").toLowerCase();u.includes("underline")&&d.push("underline"),u.includes("line-through")&&d.push("line-through"),u.includes("overline")&&d.push("overline");let p=d.length?d.join(" "):"none",f=[`font-family: ${e}`,`font-size: ${n}px`,`line-height: ${o}`,`color: ${i}`,`font-weight: ${a}`,`font-style: ${s}`,`text-align: ${c}`,`text-decoration: ${p}`,"word-break: break-word",`letter-spacing: ${l}px`,`text-transform: ${h}`,"white-space: pre-wrap","word-wrap: break-word","margin: 0","padding: 0"];if(r.strokeWidth>0&&!t.suppressStrokeCss){let b=x(r.stroke||"#000000")?.hex||"#000000";f.push(`-webkit-text-stroke-width: ${r.strokeWidth}px`),f.push(`-webkit-text-stroke-color: ${b}`)}let g=(r.text??"").replace(/[]/g,""),C=y1(g);return`<style>${C1}</style><div style="${m1(f.join("; "))}">${C}</div>`}var b1={nbsp:"\xA0",amp:"&",lt:"<",gt:">",quot:'"',apos:"'",copy:"\xA9",reg:"\xAE",trade:"\u2122",hellip:"\u2026",mdash:"\u2014",ndash:"\u2013",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D"};function y1(r){return r.replace(/(<[^>]*>)|&([a-zA-Z]+|#x?[0-9A-Fa-f]+);/g,(t,e)=>{if(e)return e;let n=t.slice(1,-1);if(n.startsWith("#x")||n.startsWith("#X")){let o=parseInt(n.slice(2),16);return Number.isFinite(o)?String.fromCodePoint(o):t}if(n.startsWith("#")){let o=parseInt(n.slice(1),10);return Number.isFinite(o)?String.fromCodePoint(o):t}return b1[n]??t})}function dt(r,t){let e=t??{left:1/0,right:-1/0,top:1/0,bottom:-1/0};if(!r)return e;if(r.type==="text"){let n=r.style?.fontSize??0;e.left=Math.min(e.left,r.x),e.right=Math.max(e.right,r.x+r.width),e.top=Math.min(e.top,r.y-n*.8),e.bottom=Math.max(e.bottom,r.y+n*.2)}if(r.children)for(let n of r.children)dt(n,e);return e}function gt(r,t){let e=t??new Map;if(!r)return e;if(r.type==="text"){let n=Math.round((r.y??0)*10)/10,o=r.x??0,i=o+(r.width??0),a=e.get(n);a?(a.left=Math.min(a.left,o),a.right=Math.max(a.right,i)):e.set(n,{left:o,right:i})}if(r.children)for(let n of r.children)gt(n,e);return e}function w1(r,t,e,n,o,i){if(!isFinite(e.left)||!isFinite(e.right))return;let a=t.lineHeight??1.2,s=(t.backgroundPadding??.5)*(i*a*.5),c=(t.backgroundCornerRadius??.5)*(i*a*.5),l=e.right-e.left,h=e.left-s/2;t.align==="center"?h=(t.width-l)/2-s/2:t.align==="right"?h=t.width-l-s/2:h=-s/2;let d=o-s/2,u=l+s,p=n+s,f=x(t.backgroundColor||"#ffffff")?.hex||"#ffffff",g=(t.backgroundOpacity??1)*(t.opacity??1);r.save(),r.roundedRect(h,d,u,p,c),r.fillColor(f),r.fillOpacity(g),r.fill(),r.restore()}function x1(r,t,e,n,o){let i=gt(e);if(i.size===0)return;let s=Array.from(i.keys()).sort((g,C)=>g-C).map(g=>{let C=i.get(g);return{width:Math.max(0,C.right-C.left),lastInParagraph:!0}}),c=t.lineHeight??1.2,l=o*c,h=(t.backgroundPadding??.5)*(o*c*.5),d=(t.backgroundCornerRadius??.5)*(o*c*.5),u=lt({rects:s,lineHeight:l,width:t.width,align:t.align||"left",padding:h,cornerRadius:d});if(!u)return;let p=x(t.backgroundColor||"#ffffff")?.hex||"#ffffff",f=(t.backgroundOpacity??1)*(t.opacity??1);r.save(),r.translate(0,n),r.path(u),r.fillColor(p),r.fillOpacity(f),r.fill(),r.restore()}function M1(r,t){return!r.height||r.height<=0?0:r.verticalAlign==="middle"?Math.max(0,(r.height-t)/2):r.verticalAlign==="bottom"?Math.max(0,r.height-t):0}var W=null;async function S1(){if(W)return W;let r=await import("render-tag");return W={layout:r.layout,drawLayout:r.drawLayout},W}function $1(r,t,e,n){let o=t.fontSize,i=Math.max(t.width,1),a=r.layout({html:ft(t,{...n,fontSize:o}),width:i,accuracy:"performance"});if(!t.height||t.height<=0)return{result:a,fontSize:o};let s=1;for(;a.height>t.height+s&&o>1;)o-=1,a=r.layout({html:ft(t,{...n,fontSize:o}),width:i,accuracy:"performance"});return{result:a,fontSize:o}}async function mt(r,t,e,n={}){if(t.curveEnabled)return await ht({doc:r,element:t,fonts:e}),{height:t.height};g1();let o=await ct(r,t,e),i=new G({doc:r,element:t,fonts:e,resolveFontKey:o});i.globalAlpha=t.opacity??1;let a=await S1();V=i;try{let s=!!n.pdfx1a&&t.strokeWidth>0,{result:c,fontSize:l}=$1(a,t,n,{fontSize:t.fontSize,suppressStrokeCss:s}),h=M1(t,c.height);if(t.backgroundEnabled)if(t.legacyBackground){let p=dt(c.layoutRoot);w1(r,t,p,c.height,h,l)}else x1(r,t,c.layoutRoot,h,l);let d=Math.max(t.width,1);if(s){let p=x(t.stroke||"#000000")?.hex||"#000000",f=1,g=t.strokeWidth,C=[];for(let b=0;b<360;b+=45){let y=b*Math.PI/180;C.push({x:Math.cos(y)*g,y:Math.sin(y)*g})}i.setFillOverride({hex:p,alpha:f});for(let b of C)r.save(),r.translate(b.x,h+b.y),a.drawLayout({layout:c,width:d,ctx:i,pixelRatio:1}),r.restore();i.setFillOverride(null)}let u=$(t.fill)?R(r,0,h,t.width,c.height,t.fill,t.opacity??1):null;return r.save(),r.translate(0,h),u&&i.setFillOverride({gradient:u}),a.drawLayout({layout:c,width:d,ctx:i,pixelRatio:1}),u&&i.setFillOverride(null),r.restore(),{height:c.height}}finally{V=null}}async function Ct(r,t,e,n={}){await mt(r,t,e,n)}var bt=({width:r,height:t,cornerRadius:e})=>{if(e>0){let n=Math.min(e,r/2,t/2);return`M 0 ${n} A ${n} ${n} 0 0 1 ${n} 0 L ${r-n} 0 A ${n} ${n} 0 0 1 ${r} ${n} L ${r} ${t-n} A ${n} ${n} 0 0 1 ${r-n} ${t} L ${n} ${t} A ${n} ${n} 0 0 1 0 ${t-n} Z`}return`M 0 0 L ${r} 0 L ${r} ${t} L 0 ${t} Z`},R1=({width:r,height:t})=>`M ${r/2} 0 L ${r} ${t} L 0 ${t} Z`,v1=({width:r,height:t})=>`M 0 0 L ${r} 0 L 0 ${t} Z`,L1=({width:r,height:t})=>`M ${r/2} ${t/2} m -${r/2}, 0 a ${r/2},${t/2} 0 1,0 ${r},0 a ${r/2},${t/2} 0 1,0 -${r},0`;function F1({width:r,height:t}){let e=r/2,n=t/2,o=r/2,i=t/2,a=o/2,s=i/2,c=5,l="",h=Math.PI/c;for(let d=0;d<2*c;d++){let u=d%2===0?o:a,p=d%2===0?i:s,f=e+u*Math.sin(d*h),g=n-p*Math.cos(d*h);d===0?l=`M ${f} ${g}`:l+=` L ${f} ${g}`}return l+" Z"}function P1({width:r,height:t}){let e=r/2,n=t/2;return`M ${e} 0 L ${r} ${n} L ${e} ${t} L 0 ${n} Z`}function k1({width:r,height:t}){let e=r/2,n=t/2,o=r/2,i=t/2,a=5,s="",c=Math.PI*2/a;for(let l=0;l<a;l++){let h=o,d=i,u=e+h*Math.sin(l*c),p=n-d*Math.cos(l*c);l===0?s=`M ${u} ${p}`:s+=` L ${u} ${p}`}return s+" Z"}function T1({width:r,height:t}){let e=r/2,n=t/2,o=r/2,i=t/2,a=6,s="",c=Math.PI*2/a;for(let l=0;l<a;l++){let h=o,d=i,u=e+h*Math.sin(l*c),p=n-d*Math.cos(l*c);l===0?s=`M ${u} ${p}`:s+=` L ${u} ${p}`}return s+" Z"}function m({path:r,aspectRatio:t,width:e,height:n}){let o=e/t.width,i=n/t.height;return{path:r,scaleX:o,scaleY:i}}function E1({width:r,height:t}){let e=Math.min(r,t)*.1,n=r*.2,o=t*.2,i=r*.5,a=`M ${e},0`;return a+=` H ${r-e}`,a+=` A ${e},${e} 0 0 1 ${r},${e}`,a+=` V ${t-e-o}`,a+=` A ${e},${e} 0 0 1 ${r-e},${t-o}`,a+=` H ${i+n/2}`,a+=` L ${i},${t}`,a+=` L ${i-n/2},${t-o}`,a+=` H ${e}`,a+=` A ${e},${e} 0 0 1 0,${t-e-o}`,a+=` V ${e}`,a+=` A ${e},${e} 0 0 1 ${e},0`,a+=" Z",a}function D1({width:r,height:t}){let e=r*.3,n=t*.3,o=r/2,i=t/2,a=o-e/2,s=o+e/2,c=i-n/2,l=i+n/2,h=`M ${a},0 `;return h+=`H ${s} `,h+=`V ${c} `,h+=`H ${r} `,h+=`V ${l} `,h+=`H ${s} `,h+=`V ${t} `,h+=`H ${a} `,h+=`V ${l} `,h+="H 0 ",h+=`V ${c} `,h+=`H ${a} `,h+="V 0 ",h+="Z",h}var A1={rect:bt,circle:L1,star:F1,triangle:R1,rightTriangle:v1,diamond:P1,pentagon:k1,hexagon:T1,speechBubble:E1,cross:D1,arc:({width:r,height:t})=>m({path:"M234 117C234 85.97 221.673 56.21 199.731 34.269C177.79 12.327 148.03 0 117 0C85.97 0 56.2103 12.327 34.2685 34.268C12.3268 56.21 0 85.97 0 117H117H234Z",aspectRatio:{width:234,height:117},width:r,height:t}),cloud:({width:r,height:t})=>m({path:"M216.41 57.006C216.961 54.084 217.249 51.069 217.249 47.986C217.249 21.4841 195.972 0 169.725 0C153.666 0 139.467 8.043 130.865 20.3575C122.606 13.3566 111.954 9.1402 100.327 9.1402C74.3322 9.1402 53.2123 30.2136 52.8094 56.364H52.8035C23.6407 56.364 0 80.235 0 109.682C0 139.129 23.6407 163 52.8035 163H208.197C237.359 163 261 139.129 261 109.682C261 83.056 241.672 60.99 216.41 57.006Z",aspectRatio:{width:261,height:163},width:r,height:t}),rightArrow:({width:r,height:t})=>{let e=r*.6,n=t/2;return`M 0 ${t/4} L ${e} ${t/4} L ${e} 0 L ${r} ${n} L ${e} ${t} L ${e} ${t*.75} L 0 ${t*.75} Z`},leftArrow:({width:r,height:t})=>{let e=r*.4,n=t/2;return`M ${r} ${t/4} L ${e} ${t/4} L ${e} 0 L 0 ${n} L ${e} ${t} L ${e} ${t*.75} L ${r} ${t*.75} Z`},downArrow:({width:r,height:t})=>{let e=t*.6,n=r/2;return`M ${r/4} 0 L ${r/4} ${e} L 0 ${e} L ${n} ${t} L ${r} ${e} L ${r*.75} ${e} L ${r*.75} 0 Z`},upArrow:({width:r,height:t})=>{let e=t*.4,n=r/2;return`M ${r/4} ${t} L ${r/4} ${e} L 0 ${e} L ${n} 0 L ${r} ${e} L ${r*.75} ${e} L ${r*.75} ${t} Z`},asterisk1:({width:r,height:t})=>m({path:"M45.5265 218.498C51.5466 222.87 58.5359 224.98 65.4742 224.98C75.916 224.98 86.221 220.2 92.853 211.217C92.872 211.198 92.89 211.178 92.907 211.157C92.923 211.136 92.939 211.115 92.954 211.094L92.977 211.061C92.993 211.039 93.008 211.017 93.023 210.996L116.491 178.725L139.959 210.996C139.982 211.031 140.006 211.058 140.029 211.088C140.04 211.102 140.05 211.116 140.061 211.132C151.115 226.188 172.355 229.505 187.473 218.515C202.608 207.526 205.992 186.278 195.074 171.104L195.05 171.066C195.03 171.034 195.014 171.01 194.989 170.985L171.572 138.696L209.512 126.346C227.334 120.545 237.129 101.305 231.33 83.476C225.532 65.648 206.315 55.8493 188.476 61.6334L150.537 73.933L150.52 34.0064C150.502 15.2594 135.248 0 116.508 0C97.768 0 82.514 15.2594 82.497 34.0234L82.463 73.916L44.5233 61.6163C44.5083 61.6163 44.49 61.613 44.4716 61.6078C44.4477 61.6014 44.4232 61.5918 44.4041 61.5823C26.5992 55.8664 7.45076 65.665 1.66886 83.46C-4.11314 101.254 5.61427 120.426 23.3511 126.278C23.3675 126.283 23.3822 126.289 23.3963 126.295L23.4588 126.319L23.4873 126.329L61.4098 138.679L37.9929 170.968C37.9844 170.985 37.9718 171.002 37.9591 171.019C37.9462 171.036 37.9336 171.053 37.9251 171.07C26.9903 186.244 30.3915 207.509 45.5265 218.498Z",aspectRatio:{width:233,height:225},width:r,height:t}),asterisk2:({width:r,height:t})=>m({path:"M46.0556 112L0 85.388L33.9456 26.6121L80.028 53.1781L80.054 0H147.946L147.972 53.1781L194.054 26.6121L228 85.388L181.944 112L228 138.612L194.054 197.388L147.972 170.822L147.946 224H80.054L80.028 170.822L33.9456 197.388L0 138.612L46.0556 112Z",aspectRatio:{width:228,height:224},width:r,height:t}),bookmark:({width:r,height:t})=>m({path:"M0 0H199V238L99.5 142.8L0 238V0Z",aspectRatio:{width:199,height:238},width:r,height:t}),butterfly:({width:r,height:t})=>m({path:"M94.5 100.713C91.935 150.916 50.703 190.909 0 191.493V0C50.703 0.5845 91.935 40.5767 94.5 90.78C97.031 41.2385 137.217 1.6407 187 0.0438004V191.45C137.217 189.853 97.031 150.255 94.5 100.713Z",aspectRatio:{width:187,height:192},width:r,height:t}),cylinder:({width:r,height:t})=>m({path:"M169 36.8497V218.15C169 238.502 131.168 255 84.5 255C37.832 255 0 238.502 0 218.15V36.8497C0 16.4982 37.832 0 84.5 0C131.168 0 169 16.4982 169 36.8497Z",aspectRatio:{width:169,height:255},width:r,height:t}),diamond2:({width:r,height:t})=>m({path:"M0 55.5L124 185L248 55.5L189.307 0H58.6933L0 55.5Z",aspectRatio:{width:248,height:185},width:r,height:t}),door:({width:r,height:t})=>m({path:"M140 69.697C140 31.2044 108.66 0 70 0C31.34 0 0 31.2044 0 69.697V207H140V69.697Z",aspectRatio:{width:140,height:207},width:r,height:t}),drop1:({width:r,height:t})=>m({path:"M167 150.687C167 196.328 129.407 234 83.139 234C37.593 234 0 196.328 0 150.687C0 100.7 51.329 36.9474 83.139 0C114.948 39.1207 167 98.526 167 150.687Z",aspectRatio:{width:167,height:234},width:r,height:t}),drop2:({width:r,height:t})=>m({path:"M73 239C53.64 239 35.071 231.315 21.3812 217.634C7.691 203.954 0 185.4 0 166.054C0 136.091 13.8696 113.633 30.768 86.27C43.912 64.9877 58.888 40.7377 70.597 7.6816C71.281 5.7496 72.989 0 72.989 0C72.989 0 72.993 0.0124998 73 0.0363998C73.007 0.0124998 73.011 0 73.011 0C73.011 0 74.719 5.7496 75.403 7.6816C87.112 40.7377 102.088 64.9877 115.232 86.27C132.13 113.633 146 136.091 146 166.054C146 185.4 138.309 203.954 124.619 217.634C111.025 231.218 92.225 239 73 239Z",aspectRatio:{width:146,height:239},width:r,height:t}),explosion:({width:r,height:t})=>m({path:"M165.802 184.465L118.997 260L125.343 182.079L34.9058 219.45L99.164 159.817L0 163.792L78.538 134.373L0 74.7401L86.471 89.052V0L118.997 89.052L165.802 10.3364L149.143 97.798L217.368 29.419L165.802 112.905L245.927 81.101L165.802 143.914H261L165.802 184.465Z",aspectRatio:{width:261,height:260},width:r,height:t}),flag:({width:r,height:t})=>m({path:"M0 142.161C0 142.161 51.9956 118.626 103 137.469C159.992 158.525 206 141.31 206 141.31V11.1373C206 11.1373 160 28.3218 103.016 7.28273C52 -11.553 0 12.0974 0 12.0974V142.161Z",aspectRatio:{width:206,height:148},width:r,height:t}),flower:({width:r,height:t})=>m({path:"M135.351 66.1893C196.683 -5.00591 256.536 100.304 164.908 117.361C256.536 135.16 195.944 239.728 135.351 168.532C166.386 257.526 45.9394 256.785 76.975 168.532C15.643 239.728 -44.2109 135.16 47.4173 117.361C-44.9498 100.304 15.643 -4.26431 76.975 66.1893C45.2005 -22.0631 166.386 -22.0631 135.351 66.1893ZM105.793 104.012C113.183 104.012 119.833 109.945 119.833 117.361C119.833 124.777 113.183 131.452 105.793 131.452C98.404 131.452 92.492 124.777 92.492 117.361C92.492 109.945 98.404 104.012 105.793 104.012Z",aspectRatio:{width:212,height:235},width:r,height:t}),frame:({width:r,height:t})=>m({path:"M0 0H240L200 88L240 176H0L40 88L0 0Z",aspectRatio:{width:240,height:176},width:r,height:t}),heart1:({width:r,height:t})=>m({path:"M215.886 56.157C215.886 24.729 191.112 0 160.584 0C135.933 0 115.08 16.983 107.937 39.93C100.788 16.986 79.935 0.591 55.284 0.591C24.75 0.591 0 24.615 0 56.055C0 71.919 6.321 83.127 16.494 95.121L107.988 189.447L199.377 95.121C209.559 83.127 215.886 72.009 215.886 56.157Z",aspectRatio:{width:216,height:190},width:r,height:t}),home:({width:r,height:t})=>m({path:"M0 62.143L95.5 0L191 62.143V195H0V62.143Z",aspectRatio:{width:191,height:195},width:r,height:t}),home2:({width:r,height:t})=>m({path:"M206 94.076L103 0L0 94.076H31.2377V189H175.607V94.076H206Z",aspectRatio:{width:206,height:189},width:r,height:t}),hourglass:({width:r,height:t})=>m({path:"M0.392782 0H187.607C193.014 43.3688 140.804 53.797 140.804 97.5C140.804 141.203 193.014 151.631 187.607 195H0.392782C-5.01452 151.631 47.196 141.203 47.196 97.5C47.196 53.797 -5.01452 43.3688 0.392782 0Z",aspectRatio:{width:188,height:195},width:r,height:t}),house:({width:r,height:t})=>m({path:"M0 92.367L95 0L190 92.367V223H0V92.367Z",aspectRatio:{width:190,height:223},width:r,height:t}),keyhole:({width:r,height:t})=>m({path:"M115 57.0494C115 25.5387 89.416 0 57.863 0C26.311 0 0.726898 25.5414 0.726898 57.0494C0.726898 78.652 12.759 97.451 30.505 107.136L0 219H114.845L84.448 107.524C102.608 97.962 115 78.959 115 57.0494Z",aspectRatio:{width:115,height:219},width:r,height:t}),kiss:({width:r,height:t})=>m({path:"M124.5 17.1468C80.036 -36.5162 0 52.9218 0 52.9218C0 52.9218 44.4643 120 124.5 120C204.536 120 249 52.9218 249 52.9218C249 52.9218 168.964 -36.5162 124.5 17.1468Z",aspectRatio:{width:249,height:120},width:r,height:t}),leaf:({width:r,height:t})=>m({path:"M204.414 0.0151567C204.414 0.0151567 206.837 93.9509 150.394 150.394C93.9507 206.837 0.0151569 204.413 0.0151569 204.413C0.0151569 204.413 -2.40835 110.478 54.0347 54.0349C110.478 -2.40834 204.414 0.0151567 204.414 0.0151567Z",aspectRatio:{width:205,height:205},width:r,height:t}),lightning1:({width:r,height:t})=>m({path:"M111.5 0L0 142H51.433L31.5 253L143 111H91.567L111.5 0Z",aspectRatio:{width:143,height:253},width:r,height:t}),lightning2:({width:r,height:t})=>m({path:"M126 0H43L0 120.531H36L6 227L110 80.354H73L126 0Z",aspectRatio:{width:126,height:227},width:r,height:t}),magnet:({width:r,height:t})=>m({path:"M88.402 0H0V67.669H88.402C105.271 67.669 118.957 81.308 118.957 98C118.957 114.689 105.271 128.331 88.402 128.331H0V196H88.402C142.747 196 187 152.072 187 98C187 43.9279 142.747 0 88.402 0Z",aspectRatio:{width:187,height:196},width:r,height:t}),mithosis:({width:r,height:t})=>m({path:"M150.996 136.45C137.141 128.926 117.559 128.7 103.532 135.896C93.843 140.867 82.875 143.67 71.2577 143.67C31.9033 143.67 0 111.508 0 71.835C0 32.161 31.9033 0 71.2577 0C83.467 0 94.959 3.0955 105.004 8.5504C118.859 16.0745 138.441 16.3 152.467 9.1038C162.157 4.1328 173.125 1.3303 184.742 1.3303C224.097 1.3303 256 33.492 256 73.165C256 112.839 224.097 145 184.742 145C172.533 145 161.041 141.905 150.996 136.45Z",aspectRatio:{width:256,height:145},width:r,height:t}),orangeRicky:({width:r,height:t})=>m({path:"M69 0H0V69V138V207H69H138V138H69V69V0Z",aspectRatio:{width:138,height:207},width:r,height:t}),party:({width:r,height:t})=>m({path:"M134.622 0L144.682 68.2539L174.415 5.9977L163.91 74.1846L210.671 23.4578L180.535 85.519L240.169 50.8289L193.079 101.25L260.29 85.679L200.43 119.98L269.245 124.911L201.934 140.044L266.237 165.04L197.456 159.661L251.535 202.5L187.396 177.086L226.445 233.962L172.646 190.771L193.197 256.631L154.518 199.501L154.743 268.492L134.622 202.5L114.501 268.492L114.727 199.501L76.0482 256.631L96.5985 190.771L42.7992 233.962L81.8489 177.086L17.7091 202.5L71.7885 159.661L3.0072 165.04L67.3112 140.044L0 124.911L68.8149 119.98L8.9545 85.679L76.1658 101.25L29.0753 50.8289L88.7105 85.519L58.5743 23.4578L105.335 74.1846L94.8305 5.9977L124.562 68.2539L134.622 0Z",aspectRatio:{width:270,height:269},width:r,height:t}),pillow:({width:r,height:t})=>m({path:"M176 0.00169945C157.812 16.9062 125.203 28.174 88.001 28.174C50.798 28.174 18.1881 16.9054 0 0V258.421C18.1882 241.516 50.798 230.248 88 230.248C125.202 230.248 157.812 241.516 176 258.421V0.00169945Z",aspectRatio:{width:176,height:259},width:r,height:t}),polygon:({width:r,height:t})=>m({path:"M110 0L219.119 63V189L110 252L0.880798 189V63L110 0Z",aspectRatio:{width:220,height:252},width:r,height:t}),rainbow:({width:r,height:t})=>m({path:"M186.907 141H282C282 63.128 218.872 0 141 0C63.1278 0 0 63.128 0 141H95.093C95.093 115.646 115.646 95.093 141 95.093C166.354 95.093 186.907 115.646 186.907 141Z",aspectRatio:{width:282,height:141},width:r,height:t}),rhodeIsland:({width:r,height:t})=>m({path:"M69 0H0V69V138H69V207H138V138V69H69V0Z",aspectRatio:{width:138,height:207},width:r,height:t}),shell:({width:r,height:t})=>m({path:"M109 0C169.199 0 218 48.743 218 108.87C185.392 108.87 158.958 135.273 158.958 167.842C158.958 179.736 158.958 191 158.958 191H59.042C59.042 191 59.042 179.736 59.042 167.842C59.042 135.273 32.6077 108.87 0 108.87C0 48.743 48.8007 0 109 0Z",aspectRatio:{width:218,height:191},width:r,height:t}),shield1:({width:r,height:t})=>m({path:"M203.184 30.7277C142.457 30.7277 102.853 0 102.853 0C102.853 0 63.249 30.7277 3.05098 30.7277C3.05098 30.7277 -3.81372 128.209 3.05098 162.115C9.38758 193.902 102.853 249 102.853 249C102.853 249 196.319 193.902 203.184 162.115C209.52 128.738 203.184 30.7277 203.184 30.7277Z",aspectRatio:{width:206,height:249},width:r,height:t}),shield2:({width:r,height:t})=>m({path:"M0 12.9585C64.624 -4.3195 136.376 -4.3195 201 12.9585C201 51.0564 201 89.154 201 127.252C201 184.396 100.498 240 100.498 240C100.498 240 0 184.406 0 127.252C0 89.154 0 51.0564 0 12.9585Z",aspectRatio:{width:201,height:240},width:r,height:t}),skewedRectangle:({width:r,height:t})=>m({path:"M85.9799 0H290L204.02 141H0L85.9799 0Z",aspectRatio:{width:290,height:141},width:r,height:t}),softFlower:({width:r,height:t})=>m({path:"M109 0C80.073 0 56.6234 23.4498 56.6234 52.3766C56.6234 54.722 54.722 56.6234 52.3766 56.6234C23.4498 56.6234 0 80.073 0 109C0 137.927 23.4498 161.377 52.3766 161.377C54.722 161.377 56.6234 163.278 56.6234 165.623C56.6234 194.55 80.073 218 109 218C137.927 218 161.377 194.55 161.377 165.623C161.377 163.278 163.278 161.377 165.623 161.377C194.55 161.377 218 137.927 218 109C218 80.073 194.55 56.6234 165.623 56.6234C163.278 56.6234 161.377 54.722 161.377 52.3766C161.377 23.4498 137.927 0 109 0Z",aspectRatio:{width:218,height:218},width:r,height:t}),softStar:({width:r,height:t})=>m({path:"M130.424 3.17662C130.927 -1.05888 137.073 -1.05888 137.576 3.17662L141.792 38.7086C147.236 84.59 183.41 120.764 229.291 126.208L264.823 130.424C269.059 130.927 269.059 137.073 264.823 137.576L229.291 141.792C183.41 147.236 147.236 183.41 141.792 229.291L137.576 264.823C137.073 269.059 130.927 269.059 130.424 264.823L126.208 229.291C120.764 183.41 84.59 147.236 38.7086 141.792L3.17662 137.576C-1.05888 137.073 -1.05888 130.927 3.17662 130.424L38.7086 126.208C84.59 120.764 120.764 84.59 126.208 38.7086L130.424 3.17662Z",aspectRatio:{width:268,height:268},width:r,height:t}),stairs1:({width:r,height:t})=>m({path:"M0 0H67.667V67.667H135.333V135.333H203V203H0V0Z",aspectRatio:{width:203,height:203},width:r,height:t}),stairs2:({width:r,height:t})=>m({path:"M50 0H0V200H200V150H150V100H100V50H50V0Z",aspectRatio:{width:200,height:200},width:r,height:t}),teewee:({width:r,height:t})=>m({path:"M69 0H138V69H207V138H138H69H0V69H69V0Z",aspectRatio:{width:207,height:138},width:r,height:t}),blob1:({width:r,height:t})=>m({path:"M172.979 19.611C191.285 33.0858 204.505 54.442 210.861 78.5949C217.471 103.002 217.471 130.46 205.776 151.816C194.335 173.427 171.454 189.444 147.047 196.054C122.639 202.919 96.7069 200.631 75.3506 190.715C54.2486 180.546 37.7229 163.003 23.4855 142.155C9.5022 121.307 -2.19289 97.4087 0.349524 74.7813C3.14617 52.1538 19.9261 30.7976 40.2654 17.8313C60.6046 4.61077 84.5033 -0.474048 108.148 0.0344341C131.538 0.542916 154.928 6.13621 172.979 19.611Z",aspectRatio:{width:216,height:200},width:r,height:t}),blob10:({width:r,height:t})=>m({path:"M188.684 8.95173C205.601 24.3309 200.988 63.0866 191.453 99.3816C182.225 135.677 168.076 169.511 146.238 175.355C124.399 181.507 94.871 159.668 66.5733 143.059C37.9679 126.449 10.5929 115.068 2.59569 95.0754C-5.4015 75.0824 5.97912 46.1694 24.4342 30.4826C42.8893 14.7958 68.4188 12.0276 100.715 6.79864C132.704 1.5697 171.767 -6.42749 188.684 8.95173Z",aspectRatio:{width:200,height:177},width:r,height:t}),blob11:({width:r,height:t})=>m({path:"M137.368 29.4923C148.97 46.7605 146.542 72.1231 148.161 99.1046C149.779 126.086 155.715 154.956 144.113 174.383C132.781 193.81 103.911 203.793 80.4369 198.666C56.963 193.27 38.6156 173.034 28.3626 153.607C17.8398 134.181 15.4115 115.833 9.47555 91.5498C3.53961 67.2664 -5.63411 37.3169 4.61887 20.0488C15.1417 2.51078 45.0911 -1.80626 72.8821 0.622074C100.673 2.78059 126.036 12.2241 137.368 29.4923Z",aspectRatio:{width:152,height:200},width:r,height:t}),blob12:({width:r,height:t})=>m({path:"M158.391 17.923C172.491 28.5703 180.261 48.1384 187.743 70.5842C194.937 93.3177 202.419 118.641 194.649 138.785C187.167 158.928 164.146 173.317 138.535 184.54C112.923 196.05 84.4347 204.108 58.8235 197.777C33.2123 191.446 10.191 170.439 2.99688 146.267C-4.48504 121.807 3.57241 94.181 10.4788 68.282C17.0974 42.0953 22.565 17.6352 37.8166 7.27563C53.0682 -3.37171 78.1038 0.081487 100.837 2.67138C123.859 5.26127 144.29 7.27563 158.391 17.923Z",aspectRatio:{width:198,height:200},width:r,height:t}),blob13:({width:r,height:t})=>m({path:"M149.668 1.37595C170.663 5.22017 193.728 17.3442 198.755 34.7911C204.078 52.2379 191.363 75.3032 178.943 93.9329C166.819 112.563 154.99 126.757 140.501 145.386C126.011 164.312 108.86 187.673 92.5957 186.194C76.3317 185.011 60.9549 159.285 45.8737 140.655C30.4968 122.321 15.7114 110.788 7.43151 95.1157C-0.848339 79.4432 -2.32688 59.0392 3.5873 41.5924C9.50148 23.8498 23.1041 8.76868 38.7767 3.44592C54.745 -1.87685 73.3746 2.55879 91.7086 2.26308C110.338 2.26308 128.968 -2.17256 149.668 1.37595Z",aspectRatio:{width:200,height:187},width:r,height:t}),blob14:({width:r,height:t})=>m({path:"M137.838 28.6426C150.711 40.5617 165.014 46.5213 178.363 58.2021C191.474 69.8828 203.87 87.0464 198.864 99.6807C193.858 112.315 171.689 120.42 157.862 135.676C144.275 151.171 139.269 173.579 126.873 182.161C114.477 190.505 94.9294 185.022 76.8123 178.109C58.4568 171.196 41.5316 163.091 28.1822 150.456C14.5943 137.822 4.58225 120.42 1.24488 101.826C-2.09248 83.2322 1.00651 62.9697 13.8792 52.4809C26.7519 41.992 49.1598 41.0385 65.6083 30.788C82.0567 20.5376 92.0688 0.990158 103.034 0.0366268C113.762 -0.916905 125.204 16.9618 137.838 28.6426Z",aspectRatio:{width:200,height:187},width:r,height:t}),blob15:({width:r,height:t})=>m({path:"M185.203 1.52939C197.679 7.62217 200 32.2835 200 51.7223C200 71.1612 197.389 85.3777 197.679 100.175C198.259 114.681 201.741 129.768 198.259 143.114C194.778 156.46 184.623 168.356 171.567 173.868C158.801 179.671 143.134 179.091 130.368 174.739C117.312 170.387 106.867 162.263 86.8482 160.812C66.539 159.362 36.9454 164.294 18.9572 155.3C0.968966 146.306 -5.41395 123.095 5.03083 105.977C15.4756 88.5692 42.4579 77.5442 55.5139 59.5559C68.2798 41.8578 67.1192 17.4867 76.9837 9.6531C86.5581 2.10965 107.158 11.3939 128.627 9.6531C150.097 8.20244 172.728 -4.27327 185.203 1.52939Z",aspectRatio:{width:200,height:179},width:r,height:t}),blob16:({width:r,height:t})=>m({path:"M158.441 55.3221C167.253 80.2399 160.264 105.462 147.501 134.938C134.738 164.717 116.81 199.055 97.0576 199.967C77.3057 201.182 55.7305 168.668 34.4592 133.722C13.1879 99.0802 -7.77953 62.3112 2.85612 36.4818C13.4918 10.6523 56.0344 -3.93369 90.0685 0.928322C123.799 6.09421 149.324 30.7081 158.441 55.3221Z",aspectRatio:{width:163,height:200},width:r,height:t}),blob17:({width:r,height:t})=>m({path:"M168.917 36.7587C178.871 53.2457 175.138 76.5764 172.961 106.129C170.472 135.37 169.85 170.832 150.563 187.63C131.276 204.739 93.3252 203.495 65.0173 187.63C36.7095 172.077 18.0449 142.213 7.77943 107.373C-2.79714 72.2213 -4.35252 32.7147 14.312 14.0502C32.9765 -4.3033 72.1721 -1.50361 103.591 4.7179C135.32 10.6283 158.962 20.2717 168.917 36.7587Z",aspectRatio:{width:176,height:200},width:r,height:t}),blob18:({width:r,height:t})=>m({path:"M178.188 21.1464C193.012 36.3069 196.381 62.9219 198.739 88.1893C200.76 113.12 201.771 136.366 190.316 149.168C178.862 162.307 155.279 164.665 135.065 167.697C115.188 170.73 99.0168 174.098 72.4018 177.131C46.1237 180.163 9.40176 182.521 1.65309 168.371C-6.09559 154.221 15.4659 123.564 23.5515 92.9059C31.6371 62.2481 26.2467 31.2534 38.3751 15.4192C50.1665 -0.0781831 79.8136 -1.08888 107.776 0.595609C136.076 1.9432 163.028 5.64909 178.188 21.1464Z",aspectRatio:{width:200,height:180},width:r,height:t}),blob19:({width:r,height:t})=>m({path:"M148.621 13.3857C171.945 24.3818 194.937 41.3756 192.938 60.702C190.605 80.3615 163.282 101.687 149.953 123.346C136.958 145.005 137.958 166.664 128.295 174.661C118.631 182.325 98.3054 175.994 73.6476 181.991C48.9899 187.989 20.0004 205.983 11.0036 197.986C1.67366 189.989 12.6697 156.001 12.3365 131.343C12.0033 106.685 0.340809 91.0243 0.00759636 75.0301C-0.325616 59.0359 10.3372 42.3753 25.3318 28.7135C39.9931 15.0518 58.9863 4.05578 80.3119 1.05687C101.638 -2.27526 124.962 2.38972 148.621 13.3857Z",aspectRatio:{width:194,height:200},width:r,height:t}),blob2:({width:r,height:t})=>m({path:"M140.464 18.6393C156.081 28.3718 169.887 39.9149 178.714 54.853C187.541 69.5649 191.389 87.6717 189.578 104.421C187.768 121.396 180.525 137.239 172.377 153.535C164.455 169.832 155.854 186.58 142.048 194.276C128.241 201.971 109.456 200.613 92.4804 197.671C75.2789 194.502 60.1144 189.749 45.1762 182.733C30.4644 175.716 16.2052 166.21 8.28346 153.083C0.361703 139.729 -1.44898 122.527 1.04072 106.91C3.30408 91.2931 9.64147 76.8076 15.9789 60.5114C22.0899 44.2153 28.201 26.1084 40.6495 14.7916C53.0979 3.24849 71.8838 -1.27823 89.7643 0.306124C107.871 1.66414 124.846 9.13322 140.464 18.6393Z",aspectRatio:{width:191,height:200},width:r,height:t}),blob20:({width:r,height:t})=>m({path:"M150.035 13.2464C157.376 24.9386 153.026 48.323 157.92 65.7254C163.087 83.1277 177.498 94.2761 182.392 108.415C187.287 122.555 182.392 139.957 173.147 156.272C163.63 172.587 149.763 187.814 132.089 195.155C114.414 202.225 93.2053 201.137 73.6276 194.611C54.3219 188.357 36.9196 176.937 25.7712 161.438C14.8947 145.667 10.5441 126.09 5.92163 105.696C1.57105 85.0311 -3.05145 63.5501 2.65869 45.0601C8.64075 26.5701 24.6835 11.0711 43.1735 4.54524C61.6635 -1.98064 82.6007 0.194657 102.722 1.01039C122.844 1.82613 142.421 1.55421 150.035 13.2464Z",aspectRatio:{width:185,height:200},width:r,height:t}),blob21:({width:r,height:t})=>m({path:"M152.611 0.184799C172.596 -0.723643 197.73 1.39606 199.85 13.8114C201.969 26.2268 181.075 48.9379 174.716 68.0151C168.357 87.0924 176.533 102.536 174.11 114.649C171.991 127.064 159.575 136.148 146.252 139.782C132.928 143.719 118.696 141.902 105.977 139.176C93.562 136.451 82.6606 132.212 63.2805 131.909C43.9004 131.606 16.0416 135.24 5.44306 125.853C-5.15543 116.465 1.50648 94.0572 10.2881 76.4939C18.7669 59.2335 29.6682 46.8182 38.7526 35.3112C48.1398 23.5015 56.3158 12.903 66.9143 8.36078C77.5128 4.12138 91.1394 6.24108 104.766 5.63546C118.696 4.72701 132.928 1.09324 152.611 0.184799Z",aspectRatio:{width:200,height:143},width:r,height:t}),blob22:({width:r,height:t})=>m({path:"M195.507 15.5715C206.818 33.1668 193.622 69.3001 190.166 101.663C186.71 134.34 193.308 163.561 181.996 178.014C170.685 192.153 141.464 191.525 114.443 189.326C87.1072 187.44 62.2852 183.67 40.6052 169.531C19.2395 155.077 1.6441 130.255 0.0730908 103.862C-1.18372 77.4694 13.898 49.5054 35.2638 31.91C56.6296 14.0004 84.5936 6.45958 116.328 2.37494C148.063 -1.70969 184.196 -2.3381 195.507 15.5715Z",aspectRatio:{width:200,height:191},width:r,height:t}),blob23:({width:r,height:t})=>m({path:"M135.742 9.14189C157.815 19.2326 179.258 38.4681 176.105 56.7576C172.951 74.7317 145.202 92.0751 127.858 109.734C110.83 127.077 104.523 145.052 87.4953 164.918C70.4672 184.468 42.7177 206.227 27.5816 198.343C12.4455 190.46 9.60747 153.566 6.45411 126.762C2.98542 100.274 -0.798607 84.1917 0.147399 67.1636C0.77807 50.4508 6.76944 32.4767 19.0675 20.8093C31.0503 9.14189 49.6551 3.78119 70.4672 1.2585C90.964 -1.26418 113.668 -0.633508 135.742 9.14189Z",aspectRatio:{width:177,height:200},width:r,height:t}),blob24:({width:r,height:t})=>m({path:"M165.663 24.3715C171.555 44.4059 158.003 76.2254 151.816 96.2598C145.923 116.294 147.691 124.544 148.28 135.445C148.575 146.346 147.396 159.309 140.62 170.8C133.549 181.996 120.88 191.424 104.381 196.432C87.8821 201.441 67.553 202.03 54.8841 192.602C41.9207 183.469 36.6174 164.023 25.1271 143.105C13.3421 122.187 -4.33535 99.7953 0.967891 85.0641C6.27113 70.6275 34.2604 63.8511 56.0626 48.5307C77.5702 33.5048 92.8907 9.93489 113.22 2.56928C133.843 -4.79633 159.77 4.04241 165.663 24.3715Z",aspectRatio:{width:168,height:200},width:r,height:t}),blob25:({width:r,height:t})=>m({path:"M180.115 1.256C192.651 2.1962 189.83 34.163 190.771 58.2947C191.711 82.4265 196.098 98.4099 198.606 117.214C201.113 136.018 201.426 157.642 189.204 165.791C177.294 173.626 153.163 167.671 135.299 163.91C117.749 159.836 106.466 157.956 85.7818 162.97C65.0974 168.298 35.3244 180.521 18.7143 174.253C1.79068 167.985 -1.97012 142.913 0.850478 120.975C3.67107 99.0367 13.0731 79.6059 18.4009 54.8473C23.7287 30.0888 24.9823 -0.310996 40.0254 0.00240332C54.7552 0.00240332 82.9612 31.029 111.167 31.029C139.373 31.029 167.579 0.315802 180.115 1.256Z",aspectRatio:{width:200,height:176},width:r,height:t}),blob26:({width:r,height:t})=>m({path:"M142.571 0.586925C159.976 3.39414 176.258 15.1844 184.96 30.9048C193.662 46.6253 194.224 66.8372 189.171 83.6805C183.837 100.805 172.327 114.56 163.064 129.157C153.8 143.755 146.501 158.914 134.43 173.231C122.359 187.828 105.516 201.303 89.5146 199.899C73.2327 198.776 58.0738 182.775 42.9148 169.862C28.0366 157.23 13.7198 147.685 6.42103 134.491C-0.877729 121.297 -1.15845 103.892 1.64876 88.4528C4.45598 72.7324 10.0704 58.6963 18.4921 47.4674C27.1944 36.2386 38.4233 27.8169 50.4943 22.2025C62.846 16.3073 75.7592 13.5001 91.1989 8.72785C106.919 4.23631 125.166 -1.93957 142.571 0.586925Z",aspectRatio:{width:193,height:200},width:r,height:t}),blob27:({width:r,height:t})=>m({path:"M112.602 54.9337C129.225 71.8646 155.391 78.9448 158.777 89.719C162.471 100.493 143.693 114.654 127.07 135.586C110.447 156.519 96.2866 184.224 71.0442 194.998C46.1096 205.465 10.4008 199.308 2.0893 178.375C-6.22223 157.443 12.5557 121.734 18.4045 92.1817C24.5612 62.6296 17.7889 38.9263 26.4082 21.9954C34.7197 5.06454 58.423 -5.40183 73.5069 2.9097C88.8986 10.9134 95.9788 38.0028 112.602 54.9337Z",aspectRatio:{width:160,height:200},width:r,height:t}),blob28:({width:r,height:t})=>m({path:"M125.281 68.5835C142.15 82.9923 165.344 90.021 181.862 108.998C198.028 127.624 207.516 158.902 192.405 166.634C177.293 174.716 137.581 159.605 112.629 156.442C87.326 152.928 77.1344 161.713 59.9142 165.579C43.0453 169.445 19.1478 168.391 11.7677 157.496C4.73907 146.25 14.2278 124.813 11.4163 94.2382C8.2534 63.6634 -6.85825 23.9514 3.68476 8.48836C14.2278 -7.32615 50.4254 1.10826 73.9715 16.2199C97.5175 31.683 108.412 54.1747 125.281 68.5835Z",aspectRatio:{width:200,height:169},width:r,height:t}),blob29:({width:r,height:t})=>m({path:"M162.987 10.2348C169.16 25.1809 154.864 58.6471 147.066 79.4417C139.268 100.236 138.293 108.359 134.719 114.532C131.47 120.706 125.297 124.93 119.448 143.45C113.6 161.97 107.426 194.461 98.004 199.335C88.5814 204.209 75.5849 181.14 55.7651 167.494C35.6203 153.522 8.65241 148.648 1.8292 135.327C-4.994 122.33 8.65241 100.561 20.0244 82.041C31.3964 63.5208 40.1691 48.2498 53.4906 35.5782C66.8122 22.9065 84.0326 13.159 106.452 6.33584C128.871 -0.812285 156.489 -4.71127 162.987 10.2348Z",aspectRatio:{width:165,height:200},width:r,height:t}),blob3:({width:r,height:t})=>m({path:"M158.095 64.2637C176.543 95.19 192.277 129.1 181.697 155.686C171.117 182.001 133.951 201.533 99.4982 199.905C64.7739 198.549 33.0338 176.032 15.4004 145.377C-2.23296 114.994 -5.75963 76.2002 10.2461 46.6303C26.2518 17.0605 61.5185 -3.557 89.732 0.512241C118.217 4.58149 139.377 33.0662 158.095 64.2637Z",aspectRatio:{width:186,height:200},width:r,height:t}),blob30:({width:r,height:t})=>m({path:"M146.076 34.4585C157.052 54.582 155.833 80.1936 164.675 100.622C173.212 121.355 191.201 136.905 189.372 149.711C187.542 162.212 165.285 171.969 146.99 175.018C129.001 178.372 114.671 174.713 103.39 175.018C92.1083 175.018 83.876 178.982 66.8015 186.299C49.7271 193.617 23.8105 204.288 14.3586 198.19C4.90665 191.787 11.6145 168.615 10.3949 147.882C8.87037 127.148 -0.581561 108.549 0.0282404 89.3407C0.638042 70.1319 11.6145 50.6182 28.384 32.934C44.8487 15.5546 67.4113 0.309578 89.974 0.00467694C112.537 -0.300224 135.099 14.335 146.076 34.4585Z",aspectRatio:{width:190,height:200},width:r,height:t}),blob31:({width:r,height:t})=>m({path:"M134.218 44.0392C153.568 36.4264 184.97 26.9105 195.755 33.2544C206.222 39.9156 195.755 62.1194 181.481 76.3933C166.89 90.35 148.175 96.0596 145.638 116.36C143.1 136.661 156.74 171.235 151.664 183.923C146.589 196.928 123.434 187.413 105.036 178.531C86.6388 169.967 73.3165 161.72 52.0643 158.548C30.812 155.058 1.62986 156.644 0.0438693 145.225C-1.22492 133.806 25.4197 109.382 29.2261 86.8609C32.7152 64.3398 13.6834 44.0392 11.7802 26.9105C9.877 9.46461 24.7853 -4.80928 42.5484 1.53467C59.9942 7.87863 79.9777 34.5232 93.6172 45.308C107.257 56.4099 114.869 51.3347 134.218 44.0392Z",aspectRatio:{width:200,height:191},width:r,height:t}),blob32:({width:r,height:t})=>m({path:"M200 100.339C200 149.831 145.763 197.966 95.5932 197.966C45.7627 197.966 0 149.831 0 100.339C0 50.8475 45.7627 0 95.5932 0C145.763 0 200 50.8475 200 100.339Z",aspectRatio:{width:200,height:198},width:r,height:t}),blob4:({width:r,height:t})=>m({path:"M183.427 38.712C198.21 63.2519 196.141 95.1833 189.341 126.523C182.836 157.863 171.305 188.908 150.609 197.482C130.208 205.76 100.642 192.16 69.8936 177.968C39.4405 164.072 7.80478 150.176 1.30024 128.593C-5.2043 107.01 13.718 77.7393 35.3012 51.7211C56.5888 25.9986 81.1287 3.23272 108.921 0.276112C137.009 -2.38484 168.349 14.4678 183.427 38.712Z",aspectRatio:{width:195,height:200},width:r,height:t}),blob5:({width:r,height:t})=>m({path:"M166.251 30.6913C183.816 48.5185 195.875 71.8512 199.021 98.8542C202.429 125.595 197.186 155.744 179.359 169.115C161.794 182.223 131.645 178.815 103.331 176.979C75.0171 175.144 48.8006 174.882 29.6625 161.512C10.7866 148.141 -0.748681 121.925 0.0378149 96.2326C0.824311 70.8025 14.1947 46.159 33.0706 28.3318C52.2087 10.5045 76.8522 -0.5064 100.971 0.0179307C125.091 0.804426 148.423 12.864 166.251 30.6913Z",aspectRatio:{width:200,height:179},width:r,height:t}),blob6:({width:r,height:t})=>m({path:"M149.146 50.5452C161.911 68.0278 171.901 81.9028 176.619 97.9979C181.336 114.37 180.781 133.241 173.011 149.891C165.519 166.541 151.366 180.693 133.051 189.851C114.736 199.008 92.2586 202.893 71.446 197.621C50.6334 192.348 30.9308 177.918 18.1658 158.216C5.12323 138.791 -0.981801 113.815 0.128204 87.7304C1.51571 61.6453 10.6733 34.1726 29.2658 17.5226C48.1359 1.14999 76.996 -4.40004 98.9186 3.6475C120.841 11.695 136.381 32.7851 149.146 50.5452Z",aspectRatio:{width:180,height:200},width:r,height:t}),blob7:({width:r,height:t})=>m({path:"M158.662 41.8295C178.593 57.8305 204.138 64.5677 213.402 79.7266C222.666 94.6047 215.367 118.466 203.015 135.028C190.383 151.871 172.698 161.977 156.416 168.434C140.134 174.89 124.975 177.697 104.483 185.277C83.9903 192.856 58.1642 205.208 44.9704 197.629C31.4959 190.33 31.2152 163.1 21.9514 138.116C12.9684 112.851 -4.71688 90.1132 1.17822 75.5158C7.35404 61.1991 36.8295 55.5847 58.7256 40.1452C80.9024 24.7056 95.4998 -0.278374 109.816 0.00234533C124.414 0.283064 138.45 25.8285 158.662 41.8295Z",aspectRatio:{width:218,height:200},width:r,height:t}),blob8:({width:r,height:t})=>m({path:"M153.53 11.0108C168.179 18.1858 181.931 29.5461 192.993 44.4939C203.755 59.4417 212.425 78.2759 210.631 96.5122C209.136 114.748 197.477 132.088 182.529 142.252C167.581 152.716 148.747 156.004 128.717 168.262C108.687 180.22 87.1622 201.147 69.8228 199.951C52.7823 198.456 39.6283 174.54 32.4533 153.015C25.2784 131.49 24.0826 112.357 16.6087 91.131C9.13477 70.2041 -4.31825 46.8855 1.36191 31.9377C7.04207 16.691 31.8554 9.51607 52.7823 5.33069C73.4103 0.846349 90.4507 -0.648433 106.594 0.248435C123.037 1.1453 138.882 4.13486 153.53 11.0108Z",aspectRatio:{width:211,height:200},width:r,height:t}),blob9:({width:r,height:t})=>m({path:"M140.289 20.2182C156.96 27.7956 176.661 32.0895 189.29 43.9608C201.667 55.5796 206.718 75.0283 202.424 91.6987C198.131 108.622 184.491 122.766 175.651 140.952C166.81 158.885 162.769 180.607 150.393 191.216C138.016 201.824 117.052 201.572 98.866 197.025C80.6802 192.479 65.2727 183.891 48.3497 175.808C31.4268 167.726 13.2409 160.148 5.1583 146.761C-2.67172 133.122 -0.398493 113.673 4.14797 96.7504C8.69444 80.08 15.5141 65.6828 23.3442 52.296C31.4268 38.6566 40.5197 25.775 52.6436 15.6717C65.0201 5.82101 80.6802 -1.50385 95.3299 0.264221C109.98 1.77971 123.619 12.6407 140.289 20.2182Z",aspectRatio:{width:204,height:200},width:r,height:t})};function yt(r){return A1[r]||bt}function wt(r){if(!r||r==="transparent"||r==="none")return null;let t=x(r);if(!t)return null;let[e,n,o,i]=t.rgba;return{rgb:[e,n,o],alpha:i}}function xt(r,t){let e=t.subType||"rect",n=yt(e);if(typeof n!="function")return;let o=n({width:t.width,height:t.height,cornerRadius:t.cornerRadius||0}),i,a=1,s=1;if(typeof o=="string")i=o;else if(o&&typeof o=="object"&&typeof o.path=="string")i=o.path,a=o.scaleX||1,s=o.scaleY||1;else return;let c=t.opacity??1,l=$(t.fill),h=$(t.stroke),d=l?null:wt(t.fill),u=t.strokeWidth>0&&!h?wt(t.stroke):null,p=l?R(r,0,0,t.width,t.height,t.fill,c):null,f=h&&t.strokeWidth>0?R(r,0,0,t.width,t.height,t.stroke,c):null;if(!d&&!u&&!p&&!f)return;let g=a!==1||s!==1;g&&(r.save(),r.scale(a,s)),r.path(i),d&&r.fillOpacity(d.alpha*c),u&&r.strokeOpacity(u.alpha*c),p&&r.fillOpacity(1),f&&r.strokeOpacity(1),(u||f)&&r.lineWidth(t.strokeWidth/Math.max(a,s));let C=p??d?.rgb,b=f??u?.rgb;C&&b?r.fillAndStroke(C,b):C?r.fill(C):b&&r.stroke(b),g&&r.restore()}async function Mt(r,t,e,n,o,i){for(let a of t.children)await e({doc:r,element:a,fonts:n,attrs:o,cache:i})}import{Util as $t}from"konva/lib/Util.js";function Rt({r,g:t,b:e}){r=Math.max(0,Math.min(255,r)),t=Math.max(0,Math.min(255,t)),e=Math.max(0,Math.min(255,e));let n=r.toString(16).padStart(2,"0"),o=t.toString(16).padStart(2,"0"),i=e.toString(16).padStart(2,"0");return`#${n}${o}${i}`}function St({element:r,type:t,doc:e}){e.lineWidth(r.height),e.lineCap("round"),e.lineJoin("round"),e.opacity(r.opacity);let n=$t.colorToRGBA(r.color),o=Rt(n);if(t==="arrow"){e.moveTo(r.height*3,-r.height*2).lineTo(0,0).lineTo(r.height*3,r.height*2),e.stroke();return}else if(t==="triangle")e.polygon([r.height*3,-r.height*2],[0,0],[r.height*3,r.height*2]);else if(t==="bar"){e.moveTo(0,-r.height*2).lineTo(0,r.height*2).stroke(o);return}else if(t==="circle")e.circle(r.height*2,0,r.height*2);else if(t==="square")e.rect(0,-r.height*2,r.height*4,r.height*4);else return;e.fillAndStroke(o,o)}function vt(r,t){r.translate(0,t.height/2),r.lineWidth(t.height),r.moveTo(0,0),r.lineTo(t.width,0),t.dash&&t.dash.length>0&&r.dash(t.dash.map(n=>n*t.height));let e=$t.colorToRGBA(t.color);r.strokeColor(Rt(e)),r.stroke(),t.dash&&t.dash.length>0&&r.undash(),St({element:t,doc:r,type:t.startHead}),St({element:t,doc:r.translate(t.width,0).rotate(180),type:t.endHead})}import{Util as Lt}from"konva/lib/Util.js";import{DOMParser as Gr,XMLSerializer as Wr}from"@xmldom/xmldom";async function Ft(r,t=null){if(t&&t.buffers.has(r)){let n=t.buffers.get(r);return n.startsWith("data:")?Buffer.from(n.split("base64,")[1],"base64").toString():n}let e;return r.startsWith("data:")?e=Buffer.from(r.split("base64,")[1],"base64").toString():e=await(await I(r)).text(),t&&t.buffers.set(r,e),e}var Pt=(r,t)=>{if(!r||!t)return!1;if(t==="currentColor"&&r==="black")return!0;let e=Lt.colorToRGBA(r),n=Lt.colorToRGBA(t);if(!(!e||!n))return e.r===n.r&&e.g===n.g&&e.b===n.b&&e.a===n.a};import{Util as kt}from"konva/lib/Util.js";async function Tt(r,t,e=null){if(t.maskSrc){let i={...t,type:"image",src:t.maskSrc,clipSrc:t.src,brightnessEnabled:!1,grayscaleEnabled:!1,sepiaEnabled:!1,blurEnabled:!1,filters:{},cropX:0,cropY:0,cropWidth:1,cropHeight:1};return Z(r,i,e)}let n=await Ft(t.src,e),o=Object.entries(t.colorsReplace||{});r.addSVG(n,0,0,{preserveAspectRatio:"none",width:t.width,height:t.height,opacity:t.opacity,colorCallback:i=>{if(!i)return i;let[a,s]=i,c=null;Array.isArray(a)&&a.length===3?c=`rgb(${a[0]},${a[1]},${a[2]})`:typeof a=="string"&&(c=a);let l=c;if(o.length&&c){for(let[u,p]of o)if(Pt(u,c)){l=p;break}}let h=a,d=s*t.opacity;if(l!=null){let u=kt.colorToRGBA(l);u&&(h=[Math.round(u.r),Math.round(u.g),Math.round(u.b)],u.a!==void 0&&(d=u.a*s*t.opacity))}if(!Array.isArray(h)&&typeof h=="string"){let u=kt.getRGB(h);u&&(h=[Math.round(u.r),Math.round(u.g),Math.round(u.b)])}return[h,d]}})}var I1=["fontSize","fontFamily","fontWeight","fontStyle","textDecoration","textTransform","fill","align","verticalAlign","lineHeight","letterSpacing","cellBackground","cellPadding"];function B1(r){return r.replace(/<[^>]*>/g,"")}function O1(r,t){return r==="dashed"?[t*4,t*2]:r==="dotted"?[t,t]:null}async function Et(r,t,e){let{rows:n,cols:o,colWidths:i,rowHeights:a,width:s,height:c}=t;if(!n||!o||!i||!a)return;let l=(t.cells||[]).map((p,f)=>{if(!p)return{...p,row:Math.floor(f/o),col:f%o};let g={...p,row:Math.floor(f/o),col:f%o};for(let C of I1)g[C]===void 0&&(g[C]=t[C]);return g});function h(p,f,g,C){let b=0;for(let w=0;w<f;w++)b+=(i[w]||0)*s;let y=0;for(let w=0;w<p;w++)y+=(a[w]||0)*c;let M=0;for(let w=f;w<f+C;w++)M+=(i[w]||0)*s;let S=0;for(let w=p;w<p+g;w++)S+=(a[w]||0)*c;return{x:b,y,width:M,height:S}}for(let p of l)if(!p.mergedInto&&p.cellBackground&&p.cellBackground!=="transparent"){let f=h(p.row,p.col,p.rowSpan||1,p.colSpan||1),g=x(p.cellBackground)?.hex||"#ffffff";r.save(),r.rect(f.x,f.y,f.width,f.height),r.fillColor(g),r.fill(),r.restore()}let d=(p,f)=>{let g=p.borders?.[f];return{width:g?.width??t.borderWidth??1,style:g?.style??t.borderStyle??"solid",color:g?.color??t.borderColor??"#000000"}};function u(p,f,g,C,b){if(b.style==="none"||b.width<=0)return;let y=x(b.color)?.hex||"#000000",M=O1(b.style,b.width);r.save(),M&&r.dash(M[0],{space:M[1]}),r.lineWidth(b.width).strokeColor(y),r.moveTo(p,f).lineTo(g,C).stroke(),M&&r.undash(),r.restore()}for(let p of l){if(p.mergedInto)continue;let f=h(p.row,p.col,p.rowSpan||1,p.colSpan||1);if(p.row===0){let g=d(p,"top");u(f.x,f.y+g.width/2,f.x+f.width,f.y+g.width/2,g)}if(p.col===0){let g=d(p,"left");u(f.x+g.width/2,f.y,f.x+g.width/2,f.y+f.height,g)}{let g=d(p,"bottom");u(f.x,f.y+f.height-g.width/2,f.x+f.width,f.y+f.height-g.width/2,g)}{let g=d(p,"right");u(f.x+f.width-g.width/2,f.y,f.x+f.width-g.width/2,f.y+f.height,g)}}for(let p of l){if(p.mergedInto)continue;let f=B1(p.text||"");if(!f)continue;p.textTransform==="uppercase"&&(f=f.toUpperCase());let g=p.cellPadding??t.cellPadding??4,C=h(p.row,p.col,p.rowSpan||1,p.colSpan||1),b=p.fontSize||12,y=await P(r,{fontFamily:p.fontFamily||"Roboto",fontWeight:p.fontWeight||"normal",fontStyle:p.fontStyle||"normal"},e);r.font(y).fontSize(b);let M=x(p.fill||"black")?.hex||"#000000";r.fillColor(M);let S=p.align||"left",w=C.width-g*2,X=C.height-g*2,k=r.widthOfString(f),_=C.x+g;S==="center"?_=C.x+(C.width-k)/2:S==="right"&&(_=C.x+C.width-g-k);let j=p.verticalAlign||"top",Y=C.y+g;j==="middle"?Y=C.y+(C.height-b)/2:j==="bottom"&&(Y=C.y+C.height-g-b),r.text(f,_,Y,{lineBreak:!1,width:w,height:X})}}import{spawn as Dt}from"child_process";import U from"fs";import z from"path";async function At(r,t,e={}){return new Promise((n,o)=>{let i=["-dNOPAUSE","-dBATCH","-dSAFER","-sDEVICE=pdfwrite","-dCompatibilityLevel=1.3","-dPDFX=true","-dColorConversionStrategy=/CMYK","-dProcessColorModel=/DeviceCMYK","-dUseCIEColor=true","-sColorConversionStrategy=CMYK","-sProcessColorModel=DeviceCMYK","-dOverrideICC=true","-dPreserveAnnots=true","-dPreserveCopyPage=true","-dPreserveDeviceN=true","-dDoThumbnails=false","-dDetectDuplicateImages=true","-dCompressFonts=true","-dSubsetFonts=true","-dEmbedAllFonts=true","-dPDFSETTINGS=/prepress",`-sOutputFile=${t}`,r];if(e.metadata){let c=Z1(e.metadata),l=z.join(z.dirname(t),"metadata.ps");U.writeFileSync(l,c),i.splice(-1,0,l)}let a=Dt("gs",i),s="";a.stderr.on("data",c=>{s+=c.toString()}),a.on("close",c=>{if(e.metadata){let l=z.join(z.dirname(t),"metadata.ps");U.existsSync(l)&&U.unlinkSync(l)}c===0?n():o(new Error(`GhostScript failed with code ${c}: ${s}`))}),a.on("error",c=>{o(new Error(`Failed to start GhostScript: ${c.message}`))})})}function Z1(r){let{title:t="Cover Creator Export",author:e="KDP Cover Creator",application:n="KDP CoverCreator",producer:o="Polotno PDF Export"}=r;return`
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
182
|
+
`;function G3(t,x){let e=t.fontFamily||"sans-serif",{fontSize:a}=x,r=t.lineHeight??1.2,n=fx(t.fill),i=n?n.rgba[3]<1?`rgba(${n.rgba.join(", ")})`:n.hex:"#000000",s=t.fontWeight==="bold"||t.fontWeight==="700"?"bold":t.fontWeight||"normal",o=(t.fontStyle||"normal").includes("italic")?"italic":"normal",f=t.align==="justify"?"justify":t.align||"left",c=t.letterSpacing?t.letterSpacing*a:0,d=t.textTransform||"none",h=[],b=(t.textDecoration||"").toLowerCase();b.includes("underline")&&h.push("underline"),b.includes("line-through")&&h.push("line-through"),b.includes("overline")&&h.push("overline");let u=h.length?h.join(" "):"none",g=[`font-family: ${e}`,`font-size: ${a}px`,`line-height: ${r}`,`color: ${i}`,`font-weight: ${s}`,`font-style: ${o}`,`text-align: ${f}`,`text-decoration: ${u}`,"word-break: break-word",`letter-spacing: ${c}px`,`text-transform: ${d}`,"white-space: pre-wrap","word-wrap: break-word","margin: 0","padding: 0"];if(t.strokeWidth>0&&!x.suppressStrokeCss){let T=fx(t.stroke||"#000000")?.hex||"#000000";g.push(`-webkit-text-stroke-width: ${t.strokeWidth}px`),g.push(`-webkit-text-stroke-color: ${T}`),g.push("paint-order: stroke fill")}let S=(t.text??"").replace(/[]/g,""),w=Ug(S);return`<style>${zg}</style><div style="${Gg(g.join("; "))}">${w}</div>`}var Hg={nbsp:"\xA0",amp:"&",lt:"<",gt:">",quot:'"',apos:"'",copy:"\xA9",reg:"\xAE",trade:"\u2122",hellip:"\u2026",mdash:"\u2014",ndash:"\u2013",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D"};function Ug(t){return t.replace(/(<[^>]*>)|&([a-zA-Z]+|#x?[0-9A-Fa-f]+);/g,(x,e)=>{if(e)return e;let a=x.slice(1,-1);if(a.startsWith("#x")||a.startsWith("#X")){let r=parseInt(a.slice(2),16);return Number.isFinite(r)?String.fromCodePoint(r):x}if(a.startsWith("#")){let r=parseInt(a.slice(1),10);return Number.isFinite(r)?String.fromCodePoint(r):x}return Hg[a]??x})}function z3(t,x){let e=x??{left:1/0,right:-1/0,top:1/0,bottom:-1/0};if(!t)return e;if(t.type==="text"){let a=t.style?.fontSize??0;e.left=Math.min(e.left,t.x),e.right=Math.max(e.right,t.x+t.width),e.top=Math.min(e.top,t.y-a*.8),e.bottom=Math.max(e.bottom,t.y+a*.2)}if(t.children)for(let a of t.children)z3(a,e);return e}function H3(t,x){let e=x??new Map;if(!t)return e;if(t.type==="text"){let a=Math.round((t.y??0)*10)/10,r=t.x??0,n=r+(t.width??0),i=e.get(a);i?(i.left=Math.min(i.left,r),i.right=Math.max(i.right,n)):e.set(a,{left:r,right:n})}if(t.children)for(let a of t.children)H3(a,e);return e}function Vg(t,x,e,a,r,n){if(!isFinite(e.left)||!isFinite(e.right))return;let i=x.lineHeight??1.2,s=(x.backgroundPadding??.5)*(n*i*.5),o=(x.backgroundCornerRadius??.5)*(n*i*.5),f=e.right-e.left,c=e.left-s/2;x.align==="center"?c=(x.width-f)/2-s/2:x.align==="right"?c=x.width-f-s/2:c=-s/2;let d=r-s/2,h=f+s,b=a+s,u=fx(x.backgroundColor||"#ffffff")?.hex||"#ffffff",g=(x.backgroundOpacity??1)*(x.opacity??1);t.save(),t.roundedRect(c,d,h,b,o),t.fillColor(u),t.fillOpacity(g),t.fill(),t.restore()}function Wg(t,x,e,a,r){let n=H3(e);if(n.size===0)return;let s=Array.from(n.keys()).sort((g,S)=>g-S).map(g=>{let S=n.get(g);return{width:Math.max(0,S.right-S.left),lastInParagraph:!0}}),o=x.lineHeight??1.2,f=r*o,c=(x.backgroundPadding??.5)*(r*o*.5),d=(x.backgroundCornerRadius??.5)*(r*o*.5),h=t3({rects:s,lineHeight:f,width:x.width,align:x.align||"left",padding:c,cornerRadius:d});if(!h)return;let b=fx(x.backgroundColor||"#ffffff")?.hex||"#ffffff",u=(x.backgroundOpacity??1)*(x.opacity??1);t.save(),t.translate(0,a),t.path(h),t.fillColor(b),t.fillOpacity(u),t.fill(),t.restore()}function jg(t,x){return!t.height||t.height<=0?0:t.verticalAlign==="middle"?Math.max(0,(t.height-x)/2):t.verticalAlign==="bottom"?Math.max(0,t.height-x):0}var xr=null;async function Xg(){if(xr)return xr;let t=await Promise.resolve().then(()=>(R3(),D3));return xr={layout:t.layout,drawLayout:t.drawLayout},xr}function qg(t,x,e,a){let r=x.fontSize,n=Math.max(x.width,1),i=t.layout({html:G3(x,{...a,fontSize:r}),width:n,accuracy:"performance"});if(!x.height||x.height<=0)return{result:i,fontSize:r};let s=1;for(;i.height>x.height+s&&r>1;)r-=1,i=t.layout({html:G3(x,{...a,fontSize:r}),width:n,accuracy:"performance"});return{result:i,fontSize:r}}async function U3(t,x,e,a={}){if(x.curveEnabled)return await l3({doc:t,element:x,fonts:e}),{height:x.height};Rg();let r=await H5(t,x,e),n=new Ka({doc:t,element:x,fonts:e,resolveFontKey:r});n.globalAlpha=x.opacity??1;let i=await Xg();er=n;let s=yt.interceptCanvasCreate(Ng);try{let o=!!a.pdfx1a&&x.strokeWidth>0,{result:f,fontSize:c}=qg(i,x,a,{fontSize:x.fontSize,suppressStrokeCss:o}),d=jg(x,f.height);if(x.backgroundEnabled)if(x.legacyBackground){let u=z3(f.layoutRoot);Vg(t,x,u,f.height,d,c)}else Wg(t,x,f.layoutRoot,d,c);let h=Math.max(x.width,1);if(o){let u=fx(x.stroke||"#000000")?.hex||"#000000",g=1,S=x.strokeWidth,w=[];for(let T=0;T<360;T+=45){let m=T*Math.PI/180;w.push({x:Math.cos(m)*S,y:Math.sin(m)*S})}n.setFillOverride({hex:u,alpha:g});for(let T of w)t.save(),t.translate(T.x,d+T.y),i.drawLayout({layout:f,width:h,ctx:n,pixelRatio:1}),t.restore();n.setFillOverride(null)}let b=e6(x.fill)?l6(t,0,d,x.width,f.height,x.fill,x.opacity??1):null;return t.save(),t.translate(0,d),b&&n.setFillOverride({gradient:b}),i.drawLayout({layout:f,width:h,ctx:n,pixelRatio:1}),b&&n.setFillOverride(null),t.restore(),{height:f.height}}finally{er=null,s()}}async function V3(t,x,e,a={}){await U3(t,x,e,a)}var W3=({width:t,height:x,cornerRadius:e})=>{if(e>0){let a=Math.min(e,t/2,x/2);return`M 0 ${a} A ${a} ${a} 0 0 1 ${a} 0 L ${t-a} 0 A ${a} ${a} 0 0 1 ${t} ${a} L ${t} ${x-a} A ${a} ${a} 0 0 1 ${t-a} ${x} L ${a} ${x} A ${a} ${a} 0 0 1 0 ${x-a} Z`}return`M 0 0 L ${t} 0 L ${t} ${x} L 0 ${x} Z`},Kg=({width:t,height:x})=>`M ${t/2} 0 L ${t} ${x} L 0 ${x} Z`,Zg=({width:t,height:x})=>`M 0 0 L ${t} 0 L 0 ${x} Z`,Yg=({width:t,height:x})=>`M ${t/2} ${x/2} m -${t/2}, 0 a ${t/2},${x/2} 0 1,0 ${t},0 a ${t/2},${x/2} 0 1,0 -${t},0`;function Jg({width:t,height:x}){let e=t/2,a=x/2,r=t/2,n=x/2,i=r/2,s=n/2,o=5,f="",c=Math.PI/o;for(let d=0;d<2*o;d++){let h=d%2===0?r:i,b=d%2===0?n:s,u=e+h*Math.sin(d*c),g=a-b*Math.cos(d*c);d===0?f=`M ${u} ${g}`:f+=` L ${u} ${g}`}return f+" Z"}function Qg({width:t,height:x}){let e=t/2,a=x/2;return`M ${e} 0 L ${t} ${a} L ${e} ${x} L 0 ${a} Z`}function xm({width:t,height:x}){let e=t/2,a=x/2,r=t/2,n=x/2,i=5,s="",o=Math.PI*2/i;for(let f=0;f<i;f++){let c=r,d=n,h=e+c*Math.sin(f*o),b=a-d*Math.cos(f*o);f===0?s=`M ${h} ${b}`:s+=` L ${h} ${b}`}return s+" Z"}function em({width:t,height:x}){let e=t/2,a=x/2,r=t/2,n=x/2,i=6,s="",o=Math.PI*2/i;for(let f=0;f<i;f++){let c=r,d=n,h=e+c*Math.sin(f*o),b=a-d*Math.cos(f*o);f===0?s=`M ${h} ${b}`:s+=` L ${h} ${b}`}return s+" Z"}function v0({path:t,aspectRatio:x,width:e,height:a}){let r=e/x.width,n=a/x.height;return{path:t,scaleX:r,scaleY:n}}function tm({width:t,height:x}){let e=Math.min(t,x)*.1,a=t*.2,r=x*.2,n=t*.5,i=`M ${e},0`;return i+=` H ${t-e}`,i+=` A ${e},${e} 0 0 1 ${t},${e}`,i+=` V ${x-e-r}`,i+=` A ${e},${e} 0 0 1 ${t-e},${x-r}`,i+=` H ${n+a/2}`,i+=` L ${n},${x}`,i+=` L ${n-a/2},${x-r}`,i+=` H ${e}`,i+=` A ${e},${e} 0 0 1 0,${x-e-r}`,i+=` V ${e}`,i+=` A ${e},${e} 0 0 1 ${e},0`,i+=" Z",i}function am({width:t,height:x}){let e=t*.3,a=x*.3,r=t/2,n=x/2,i=r-e/2,s=r+e/2,o=n-a/2,f=n+a/2,c=`M ${i},0 `;return c+=`H ${s} `,c+=`V ${o} `,c+=`H ${t} `,c+=`V ${f} `,c+=`H ${s} `,c+=`V ${x} `,c+=`H ${i} `,c+=`V ${f} `,c+="H 0 ",c+=`V ${o} `,c+=`H ${i} `,c+="V 0 ",c+="Z",c}var rm={rect:W3,circle:Yg,star:Jg,triangle:Kg,rightTriangle:Zg,diamond:Qg,pentagon:xm,hexagon:em,speechBubble:tm,cross:am,arc:({width:t,height:x})=>v0({path:"M234 117C234 85.97 221.673 56.21 199.731 34.269C177.79 12.327 148.03 0 117 0C85.97 0 56.2103 12.327 34.2685 34.268C12.3268 56.21 0 85.97 0 117H117H234Z",aspectRatio:{width:234,height:117},width:t,height:x}),cloud:({width:t,height:x})=>v0({path:"M216.41 57.006C216.961 54.084 217.249 51.069 217.249 47.986C217.249 21.4841 195.972 0 169.725 0C153.666 0 139.467 8.043 130.865 20.3575C122.606 13.3566 111.954 9.1402 100.327 9.1402C74.3322 9.1402 53.2123 30.2136 52.8094 56.364H52.8035C23.6407 56.364 0 80.235 0 109.682C0 139.129 23.6407 163 52.8035 163H208.197C237.359 163 261 139.129 261 109.682C261 83.056 241.672 60.99 216.41 57.006Z",aspectRatio:{width:261,height:163},width:t,height:x}),rightArrow:({width:t,height:x})=>{let e=t*.6,a=x/2;return`M 0 ${x/4} L ${e} ${x/4} L ${e} 0 L ${t} ${a} L ${e} ${x} L ${e} ${x*.75} L 0 ${x*.75} Z`},leftArrow:({width:t,height:x})=>{let e=t*.4,a=x/2;return`M ${t} ${x/4} L ${e} ${x/4} L ${e} 0 L 0 ${a} L ${e} ${x} L ${e} ${x*.75} L ${t} ${x*.75} Z`},downArrow:({width:t,height:x})=>{let e=x*.6,a=t/2;return`M ${t/4} 0 L ${t/4} ${e} L 0 ${e} L ${a} ${x} L ${t} ${e} L ${t*.75} ${e} L ${t*.75} 0 Z`},upArrow:({width:t,height:x})=>{let e=x*.4,a=t/2;return`M ${t/4} ${x} L ${t/4} ${e} L 0 ${e} L ${a} 0 L ${t} ${e} L ${t*.75} ${e} L ${t*.75} ${x} Z`},asterisk1:({width:t,height:x})=>v0({path:"M45.5265 218.498C51.5466 222.87 58.5359 224.98 65.4742 224.98C75.916 224.98 86.221 220.2 92.853 211.217C92.872 211.198 92.89 211.178 92.907 211.157C92.923 211.136 92.939 211.115 92.954 211.094L92.977 211.061C92.993 211.039 93.008 211.017 93.023 210.996L116.491 178.725L139.959 210.996C139.982 211.031 140.006 211.058 140.029 211.088C140.04 211.102 140.05 211.116 140.061 211.132C151.115 226.188 172.355 229.505 187.473 218.515C202.608 207.526 205.992 186.278 195.074 171.104L195.05 171.066C195.03 171.034 195.014 171.01 194.989 170.985L171.572 138.696L209.512 126.346C227.334 120.545 237.129 101.305 231.33 83.476C225.532 65.648 206.315 55.8493 188.476 61.6334L150.537 73.933L150.52 34.0064C150.502 15.2594 135.248 0 116.508 0C97.768 0 82.514 15.2594 82.497 34.0234L82.463 73.916L44.5233 61.6163C44.5083 61.6163 44.49 61.613 44.4716 61.6078C44.4477 61.6014 44.4232 61.5918 44.4041 61.5823C26.5992 55.8664 7.45076 65.665 1.66886 83.46C-4.11314 101.254 5.61427 120.426 23.3511 126.278C23.3675 126.283 23.3822 126.289 23.3963 126.295L23.4588 126.319L23.4873 126.329L61.4098 138.679L37.9929 170.968C37.9844 170.985 37.9718 171.002 37.9591 171.019C37.9462 171.036 37.9336 171.053 37.9251 171.07C26.9903 186.244 30.3915 207.509 45.5265 218.498Z",aspectRatio:{width:233,height:225},width:t,height:x}),asterisk2:({width:t,height:x})=>v0({path:"M46.0556 112L0 85.388L33.9456 26.6121L80.028 53.1781L80.054 0H147.946L147.972 53.1781L194.054 26.6121L228 85.388L181.944 112L228 138.612L194.054 197.388L147.972 170.822L147.946 224H80.054L80.028 170.822L33.9456 197.388L0 138.612L46.0556 112Z",aspectRatio:{width:228,height:224},width:t,height:x}),bookmark:({width:t,height:x})=>v0({path:"M0 0H199V238L99.5 142.8L0 238V0Z",aspectRatio:{width:199,height:238},width:t,height:x}),butterfly:({width:t,height:x})=>v0({path:"M94.5 100.713C91.935 150.916 50.703 190.909 0 191.493V0C50.703 0.5845 91.935 40.5767 94.5 90.78C97.031 41.2385 137.217 1.6407 187 0.0438004V191.45C137.217 189.853 97.031 150.255 94.5 100.713Z",aspectRatio:{width:187,height:192},width:t,height:x}),cylinder:({width:t,height:x})=>v0({path:"M169 36.8497V218.15C169 238.502 131.168 255 84.5 255C37.832 255 0 238.502 0 218.15V36.8497C0 16.4982 37.832 0 84.5 0C131.168 0 169 16.4982 169 36.8497Z",aspectRatio:{width:169,height:255},width:t,height:x}),diamond2:({width:t,height:x})=>v0({path:"M0 55.5L124 185L248 55.5L189.307 0H58.6933L0 55.5Z",aspectRatio:{width:248,height:185},width:t,height:x}),door:({width:t,height:x})=>v0({path:"M140 69.697C140 31.2044 108.66 0 70 0C31.34 0 0 31.2044 0 69.697V207H140V69.697Z",aspectRatio:{width:140,height:207},width:t,height:x}),drop1:({width:t,height:x})=>v0({path:"M167 150.687C167 196.328 129.407 234 83.139 234C37.593 234 0 196.328 0 150.687C0 100.7 51.329 36.9474 83.139 0C114.948 39.1207 167 98.526 167 150.687Z",aspectRatio:{width:167,height:234},width:t,height:x}),drop2:({width:t,height:x})=>v0({path:"M73 239C53.64 239 35.071 231.315 21.3812 217.634C7.691 203.954 0 185.4 0 166.054C0 136.091 13.8696 113.633 30.768 86.27C43.912 64.9877 58.888 40.7377 70.597 7.6816C71.281 5.7496 72.989 0 72.989 0C72.989 0 72.993 0.0124998 73 0.0363998C73.007 0.0124998 73.011 0 73.011 0C73.011 0 74.719 5.7496 75.403 7.6816C87.112 40.7377 102.088 64.9877 115.232 86.27C132.13 113.633 146 136.091 146 166.054C146 185.4 138.309 203.954 124.619 217.634C111.025 231.218 92.225 239 73 239Z",aspectRatio:{width:146,height:239},width:t,height:x}),explosion:({width:t,height:x})=>v0({path:"M165.802 184.465L118.997 260L125.343 182.079L34.9058 219.45L99.164 159.817L0 163.792L78.538 134.373L0 74.7401L86.471 89.052V0L118.997 89.052L165.802 10.3364L149.143 97.798L217.368 29.419L165.802 112.905L245.927 81.101L165.802 143.914H261L165.802 184.465Z",aspectRatio:{width:261,height:260},width:t,height:x}),flag:({width:t,height:x})=>v0({path:"M0 142.161C0 142.161 51.9956 118.626 103 137.469C159.992 158.525 206 141.31 206 141.31V11.1373C206 11.1373 160 28.3218 103.016 7.28273C52 -11.553 0 12.0974 0 12.0974V142.161Z",aspectRatio:{width:206,height:148},width:t,height:x}),flower:({width:t,height:x})=>v0({path:"M135.351 66.1893C196.683 -5.00591 256.536 100.304 164.908 117.361C256.536 135.16 195.944 239.728 135.351 168.532C166.386 257.526 45.9394 256.785 76.975 168.532C15.643 239.728 -44.2109 135.16 47.4173 117.361C-44.9498 100.304 15.643 -4.26431 76.975 66.1893C45.2005 -22.0631 166.386 -22.0631 135.351 66.1893ZM105.793 104.012C113.183 104.012 119.833 109.945 119.833 117.361C119.833 124.777 113.183 131.452 105.793 131.452C98.404 131.452 92.492 124.777 92.492 117.361C92.492 109.945 98.404 104.012 105.793 104.012Z",aspectRatio:{width:212,height:235},width:t,height:x}),frame:({width:t,height:x})=>v0({path:"M0 0H240L200 88L240 176H0L40 88L0 0Z",aspectRatio:{width:240,height:176},width:t,height:x}),heart1:({width:t,height:x})=>v0({path:"M215.886 56.157C215.886 24.729 191.112 0 160.584 0C135.933 0 115.08 16.983 107.937 39.93C100.788 16.986 79.935 0.591 55.284 0.591C24.75 0.591 0 24.615 0 56.055C0 71.919 6.321 83.127 16.494 95.121L107.988 189.447L199.377 95.121C209.559 83.127 215.886 72.009 215.886 56.157Z",aspectRatio:{width:216,height:190},width:t,height:x}),home:({width:t,height:x})=>v0({path:"M0 62.143L95.5 0L191 62.143V195H0V62.143Z",aspectRatio:{width:191,height:195},width:t,height:x}),home2:({width:t,height:x})=>v0({path:"M206 94.076L103 0L0 94.076H31.2377V189H175.607V94.076H206Z",aspectRatio:{width:206,height:189},width:t,height:x}),hourglass:({width:t,height:x})=>v0({path:"M0.392782 0H187.607C193.014 43.3688 140.804 53.797 140.804 97.5C140.804 141.203 193.014 151.631 187.607 195H0.392782C-5.01452 151.631 47.196 141.203 47.196 97.5C47.196 53.797 -5.01452 43.3688 0.392782 0Z",aspectRatio:{width:188,height:195},width:t,height:x}),house:({width:t,height:x})=>v0({path:"M0 92.367L95 0L190 92.367V223H0V92.367Z",aspectRatio:{width:190,height:223},width:t,height:x}),keyhole:({width:t,height:x})=>v0({path:"M115 57.0494C115 25.5387 89.416 0 57.863 0C26.311 0 0.726898 25.5414 0.726898 57.0494C0.726898 78.652 12.759 97.451 30.505 107.136L0 219H114.845L84.448 107.524C102.608 97.962 115 78.959 115 57.0494Z",aspectRatio:{width:115,height:219},width:t,height:x}),kiss:({width:t,height:x})=>v0({path:"M124.5 17.1468C80.036 -36.5162 0 52.9218 0 52.9218C0 52.9218 44.4643 120 124.5 120C204.536 120 249 52.9218 249 52.9218C249 52.9218 168.964 -36.5162 124.5 17.1468Z",aspectRatio:{width:249,height:120},width:t,height:x}),leaf:({width:t,height:x})=>v0({path:"M204.414 0.0151567C204.414 0.0151567 206.837 93.9509 150.394 150.394C93.9507 206.837 0.0151569 204.413 0.0151569 204.413C0.0151569 204.413 -2.40835 110.478 54.0347 54.0349C110.478 -2.40834 204.414 0.0151567 204.414 0.0151567Z",aspectRatio:{width:205,height:205},width:t,height:x}),lightning1:({width:t,height:x})=>v0({path:"M111.5 0L0 142H51.433L31.5 253L143 111H91.567L111.5 0Z",aspectRatio:{width:143,height:253},width:t,height:x}),lightning2:({width:t,height:x})=>v0({path:"M126 0H43L0 120.531H36L6 227L110 80.354H73L126 0Z",aspectRatio:{width:126,height:227},width:t,height:x}),magnet:({width:t,height:x})=>v0({path:"M88.402 0H0V67.669H88.402C105.271 67.669 118.957 81.308 118.957 98C118.957 114.689 105.271 128.331 88.402 128.331H0V196H88.402C142.747 196 187 152.072 187 98C187 43.9279 142.747 0 88.402 0Z",aspectRatio:{width:187,height:196},width:t,height:x}),mithosis:({width:t,height:x})=>v0({path:"M150.996 136.45C137.141 128.926 117.559 128.7 103.532 135.896C93.843 140.867 82.875 143.67 71.2577 143.67C31.9033 143.67 0 111.508 0 71.835C0 32.161 31.9033 0 71.2577 0C83.467 0 94.959 3.0955 105.004 8.5504C118.859 16.0745 138.441 16.3 152.467 9.1038C162.157 4.1328 173.125 1.3303 184.742 1.3303C224.097 1.3303 256 33.492 256 73.165C256 112.839 224.097 145 184.742 145C172.533 145 161.041 141.905 150.996 136.45Z",aspectRatio:{width:256,height:145},width:t,height:x}),orangeRicky:({width:t,height:x})=>v0({path:"M69 0H0V69V138V207H69H138V138H69V69V0Z",aspectRatio:{width:138,height:207},width:t,height:x}),party:({width:t,height:x})=>v0({path:"M134.622 0L144.682 68.2539L174.415 5.9977L163.91 74.1846L210.671 23.4578L180.535 85.519L240.169 50.8289L193.079 101.25L260.29 85.679L200.43 119.98L269.245 124.911L201.934 140.044L266.237 165.04L197.456 159.661L251.535 202.5L187.396 177.086L226.445 233.962L172.646 190.771L193.197 256.631L154.518 199.501L154.743 268.492L134.622 202.5L114.501 268.492L114.727 199.501L76.0482 256.631L96.5985 190.771L42.7992 233.962L81.8489 177.086L17.7091 202.5L71.7885 159.661L3.0072 165.04L67.3112 140.044L0 124.911L68.8149 119.98L8.9545 85.679L76.1658 101.25L29.0753 50.8289L88.7105 85.519L58.5743 23.4578L105.335 74.1846L94.8305 5.9977L124.562 68.2539L134.622 0Z",aspectRatio:{width:270,height:269},width:t,height:x}),pillow:({width:t,height:x})=>v0({path:"M176 0.00169945C157.812 16.9062 125.203 28.174 88.001 28.174C50.798 28.174 18.1881 16.9054 0 0V258.421C18.1882 241.516 50.798 230.248 88 230.248C125.202 230.248 157.812 241.516 176 258.421V0.00169945Z",aspectRatio:{width:176,height:259},width:t,height:x}),polygon:({width:t,height:x})=>v0({path:"M110 0L219.119 63V189L110 252L0.880798 189V63L110 0Z",aspectRatio:{width:220,height:252},width:t,height:x}),rainbow:({width:t,height:x})=>v0({path:"M186.907 141H282C282 63.128 218.872 0 141 0C63.1278 0 0 63.128 0 141H95.093C95.093 115.646 115.646 95.093 141 95.093C166.354 95.093 186.907 115.646 186.907 141Z",aspectRatio:{width:282,height:141},width:t,height:x}),rhodeIsland:({width:t,height:x})=>v0({path:"M69 0H0V69V138H69V207H138V138V69H69V0Z",aspectRatio:{width:138,height:207},width:t,height:x}),shell:({width:t,height:x})=>v0({path:"M109 0C169.199 0 218 48.743 218 108.87C185.392 108.87 158.958 135.273 158.958 167.842C158.958 179.736 158.958 191 158.958 191H59.042C59.042 191 59.042 179.736 59.042 167.842C59.042 135.273 32.6077 108.87 0 108.87C0 48.743 48.8007 0 109 0Z",aspectRatio:{width:218,height:191},width:t,height:x}),shield1:({width:t,height:x})=>v0({path:"M203.184 30.7277C142.457 30.7277 102.853 0 102.853 0C102.853 0 63.249 30.7277 3.05098 30.7277C3.05098 30.7277 -3.81372 128.209 3.05098 162.115C9.38758 193.902 102.853 249 102.853 249C102.853 249 196.319 193.902 203.184 162.115C209.52 128.738 203.184 30.7277 203.184 30.7277Z",aspectRatio:{width:206,height:249},width:t,height:x}),shield2:({width:t,height:x})=>v0({path:"M0 12.9585C64.624 -4.3195 136.376 -4.3195 201 12.9585C201 51.0564 201 89.154 201 127.252C201 184.396 100.498 240 100.498 240C100.498 240 0 184.406 0 127.252C0 89.154 0 51.0564 0 12.9585Z",aspectRatio:{width:201,height:240},width:t,height:x}),skewedRectangle:({width:t,height:x})=>v0({path:"M85.9799 0H290L204.02 141H0L85.9799 0Z",aspectRatio:{width:290,height:141},width:t,height:x}),softFlower:({width:t,height:x})=>v0({path:"M109 0C80.073 0 56.6234 23.4498 56.6234 52.3766C56.6234 54.722 54.722 56.6234 52.3766 56.6234C23.4498 56.6234 0 80.073 0 109C0 137.927 23.4498 161.377 52.3766 161.377C54.722 161.377 56.6234 163.278 56.6234 165.623C56.6234 194.55 80.073 218 109 218C137.927 218 161.377 194.55 161.377 165.623C161.377 163.278 163.278 161.377 165.623 161.377C194.55 161.377 218 137.927 218 109C218 80.073 194.55 56.6234 165.623 56.6234C163.278 56.6234 161.377 54.722 161.377 52.3766C161.377 23.4498 137.927 0 109 0Z",aspectRatio:{width:218,height:218},width:t,height:x}),softStar:({width:t,height:x})=>v0({path:"M130.424 3.17662C130.927 -1.05888 137.073 -1.05888 137.576 3.17662L141.792 38.7086C147.236 84.59 183.41 120.764 229.291 126.208L264.823 130.424C269.059 130.927 269.059 137.073 264.823 137.576L229.291 141.792C183.41 147.236 147.236 183.41 141.792 229.291L137.576 264.823C137.073 269.059 130.927 269.059 130.424 264.823L126.208 229.291C120.764 183.41 84.59 147.236 38.7086 141.792L3.17662 137.576C-1.05888 137.073 -1.05888 130.927 3.17662 130.424L38.7086 126.208C84.59 120.764 120.764 84.59 126.208 38.7086L130.424 3.17662Z",aspectRatio:{width:268,height:268},width:t,height:x}),stairs1:({width:t,height:x})=>v0({path:"M0 0H67.667V67.667H135.333V135.333H203V203H0V0Z",aspectRatio:{width:203,height:203},width:t,height:x}),stairs2:({width:t,height:x})=>v0({path:"M50 0H0V200H200V150H150V100H100V50H50V0Z",aspectRatio:{width:200,height:200},width:t,height:x}),teewee:({width:t,height:x})=>v0({path:"M69 0H138V69H207V138H138H69H0V69H69V0Z",aspectRatio:{width:207,height:138},width:t,height:x}),blob1:({width:t,height:x})=>v0({path:"M172.979 19.611C191.285 33.0858 204.505 54.442 210.861 78.5949C217.471 103.002 217.471 130.46 205.776 151.816C194.335 173.427 171.454 189.444 147.047 196.054C122.639 202.919 96.7069 200.631 75.3506 190.715C54.2486 180.546 37.7229 163.003 23.4855 142.155C9.5022 121.307 -2.19289 97.4087 0.349524 74.7813C3.14617 52.1538 19.9261 30.7976 40.2654 17.8313C60.6046 4.61077 84.5033 -0.474048 108.148 0.0344341C131.538 0.542916 154.928 6.13621 172.979 19.611Z",aspectRatio:{width:216,height:200},width:t,height:x}),blob10:({width:t,height:x})=>v0({path:"M188.684 8.95173C205.601 24.3309 200.988 63.0866 191.453 99.3816C182.225 135.677 168.076 169.511 146.238 175.355C124.399 181.507 94.871 159.668 66.5733 143.059C37.9679 126.449 10.5929 115.068 2.59569 95.0754C-5.4015 75.0824 5.97912 46.1694 24.4342 30.4826C42.8893 14.7958 68.4188 12.0276 100.715 6.79864C132.704 1.5697 171.767 -6.42749 188.684 8.95173Z",aspectRatio:{width:200,height:177},width:t,height:x}),blob11:({width:t,height:x})=>v0({path:"M137.368 29.4923C148.97 46.7605 146.542 72.1231 148.161 99.1046C149.779 126.086 155.715 154.956 144.113 174.383C132.781 193.81 103.911 203.793 80.4369 198.666C56.963 193.27 38.6156 173.034 28.3626 153.607C17.8398 134.181 15.4115 115.833 9.47555 91.5498C3.53961 67.2664 -5.63411 37.3169 4.61887 20.0488C15.1417 2.51078 45.0911 -1.80626 72.8821 0.622074C100.673 2.78059 126.036 12.2241 137.368 29.4923Z",aspectRatio:{width:152,height:200},width:t,height:x}),blob12:({width:t,height:x})=>v0({path:"M158.391 17.923C172.491 28.5703 180.261 48.1384 187.743 70.5842C194.937 93.3177 202.419 118.641 194.649 138.785C187.167 158.928 164.146 173.317 138.535 184.54C112.923 196.05 84.4347 204.108 58.8235 197.777C33.2123 191.446 10.191 170.439 2.99688 146.267C-4.48504 121.807 3.57241 94.181 10.4788 68.282C17.0974 42.0953 22.565 17.6352 37.8166 7.27563C53.0682 -3.37171 78.1038 0.081487 100.837 2.67138C123.859 5.26127 144.29 7.27563 158.391 17.923Z",aspectRatio:{width:198,height:200},width:t,height:x}),blob13:({width:t,height:x})=>v0({path:"M149.668 1.37595C170.663 5.22017 193.728 17.3442 198.755 34.7911C204.078 52.2379 191.363 75.3032 178.943 93.9329C166.819 112.563 154.99 126.757 140.501 145.386C126.011 164.312 108.86 187.673 92.5957 186.194C76.3317 185.011 60.9549 159.285 45.8737 140.655C30.4968 122.321 15.7114 110.788 7.43151 95.1157C-0.848339 79.4432 -2.32688 59.0392 3.5873 41.5924C9.50148 23.8498 23.1041 8.76868 38.7767 3.44592C54.745 -1.87685 73.3746 2.55879 91.7086 2.26308C110.338 2.26308 128.968 -2.17256 149.668 1.37595Z",aspectRatio:{width:200,height:187},width:t,height:x}),blob14:({width:t,height:x})=>v0({path:"M137.838 28.6426C150.711 40.5617 165.014 46.5213 178.363 58.2021C191.474 69.8828 203.87 87.0464 198.864 99.6807C193.858 112.315 171.689 120.42 157.862 135.676C144.275 151.171 139.269 173.579 126.873 182.161C114.477 190.505 94.9294 185.022 76.8123 178.109C58.4568 171.196 41.5316 163.091 28.1822 150.456C14.5943 137.822 4.58225 120.42 1.24488 101.826C-2.09248 83.2322 1.00651 62.9697 13.8792 52.4809C26.7519 41.992 49.1598 41.0385 65.6083 30.788C82.0567 20.5376 92.0688 0.990158 103.034 0.0366268C113.762 -0.916905 125.204 16.9618 137.838 28.6426Z",aspectRatio:{width:200,height:187},width:t,height:x}),blob15:({width:t,height:x})=>v0({path:"M185.203 1.52939C197.679 7.62217 200 32.2835 200 51.7223C200 71.1612 197.389 85.3777 197.679 100.175C198.259 114.681 201.741 129.768 198.259 143.114C194.778 156.46 184.623 168.356 171.567 173.868C158.801 179.671 143.134 179.091 130.368 174.739C117.312 170.387 106.867 162.263 86.8482 160.812C66.539 159.362 36.9454 164.294 18.9572 155.3C0.968966 146.306 -5.41395 123.095 5.03083 105.977C15.4756 88.5692 42.4579 77.5442 55.5139 59.5559C68.2798 41.8578 67.1192 17.4867 76.9837 9.6531C86.5581 2.10965 107.158 11.3939 128.627 9.6531C150.097 8.20244 172.728 -4.27327 185.203 1.52939Z",aspectRatio:{width:200,height:179},width:t,height:x}),blob16:({width:t,height:x})=>v0({path:"M158.441 55.3221C167.253 80.2399 160.264 105.462 147.501 134.938C134.738 164.717 116.81 199.055 97.0576 199.967C77.3057 201.182 55.7305 168.668 34.4592 133.722C13.1879 99.0802 -7.77953 62.3112 2.85612 36.4818C13.4918 10.6523 56.0344 -3.93369 90.0685 0.928322C123.799 6.09421 149.324 30.7081 158.441 55.3221Z",aspectRatio:{width:163,height:200},width:t,height:x}),blob17:({width:t,height:x})=>v0({path:"M168.917 36.7587C178.871 53.2457 175.138 76.5764 172.961 106.129C170.472 135.37 169.85 170.832 150.563 187.63C131.276 204.739 93.3252 203.495 65.0173 187.63C36.7095 172.077 18.0449 142.213 7.77943 107.373C-2.79714 72.2213 -4.35252 32.7147 14.312 14.0502C32.9765 -4.3033 72.1721 -1.50361 103.591 4.7179C135.32 10.6283 158.962 20.2717 168.917 36.7587Z",aspectRatio:{width:176,height:200},width:t,height:x}),blob18:({width:t,height:x})=>v0({path:"M178.188 21.1464C193.012 36.3069 196.381 62.9219 198.739 88.1893C200.76 113.12 201.771 136.366 190.316 149.168C178.862 162.307 155.279 164.665 135.065 167.697C115.188 170.73 99.0168 174.098 72.4018 177.131C46.1237 180.163 9.40176 182.521 1.65309 168.371C-6.09559 154.221 15.4659 123.564 23.5515 92.9059C31.6371 62.2481 26.2467 31.2534 38.3751 15.4192C50.1665 -0.0781831 79.8136 -1.08888 107.776 0.595609C136.076 1.9432 163.028 5.64909 178.188 21.1464Z",aspectRatio:{width:200,height:180},width:t,height:x}),blob19:({width:t,height:x})=>v0({path:"M148.621 13.3857C171.945 24.3818 194.937 41.3756 192.938 60.702C190.605 80.3615 163.282 101.687 149.953 123.346C136.958 145.005 137.958 166.664 128.295 174.661C118.631 182.325 98.3054 175.994 73.6476 181.991C48.9899 187.989 20.0004 205.983 11.0036 197.986C1.67366 189.989 12.6697 156.001 12.3365 131.343C12.0033 106.685 0.340809 91.0243 0.00759636 75.0301C-0.325616 59.0359 10.3372 42.3753 25.3318 28.7135C39.9931 15.0518 58.9863 4.05578 80.3119 1.05687C101.638 -2.27526 124.962 2.38972 148.621 13.3857Z",aspectRatio:{width:194,height:200},width:t,height:x}),blob2:({width:t,height:x})=>v0({path:"M140.464 18.6393C156.081 28.3718 169.887 39.9149 178.714 54.853C187.541 69.5649 191.389 87.6717 189.578 104.421C187.768 121.396 180.525 137.239 172.377 153.535C164.455 169.832 155.854 186.58 142.048 194.276C128.241 201.971 109.456 200.613 92.4804 197.671C75.2789 194.502 60.1144 189.749 45.1762 182.733C30.4644 175.716 16.2052 166.21 8.28346 153.083C0.361703 139.729 -1.44898 122.527 1.04072 106.91C3.30408 91.2931 9.64147 76.8076 15.9789 60.5114C22.0899 44.2153 28.201 26.1084 40.6495 14.7916C53.0979 3.24849 71.8838 -1.27823 89.7643 0.306124C107.871 1.66414 124.846 9.13322 140.464 18.6393Z",aspectRatio:{width:191,height:200},width:t,height:x}),blob20:({width:t,height:x})=>v0({path:"M150.035 13.2464C157.376 24.9386 153.026 48.323 157.92 65.7254C163.087 83.1277 177.498 94.2761 182.392 108.415C187.287 122.555 182.392 139.957 173.147 156.272C163.63 172.587 149.763 187.814 132.089 195.155C114.414 202.225 93.2053 201.137 73.6276 194.611C54.3219 188.357 36.9196 176.937 25.7712 161.438C14.8947 145.667 10.5441 126.09 5.92163 105.696C1.57105 85.0311 -3.05145 63.5501 2.65869 45.0601C8.64075 26.5701 24.6835 11.0711 43.1735 4.54524C61.6635 -1.98064 82.6007 0.194657 102.722 1.01039C122.844 1.82613 142.421 1.55421 150.035 13.2464Z",aspectRatio:{width:185,height:200},width:t,height:x}),blob21:({width:t,height:x})=>v0({path:"M152.611 0.184799C172.596 -0.723643 197.73 1.39606 199.85 13.8114C201.969 26.2268 181.075 48.9379 174.716 68.0151C168.357 87.0924 176.533 102.536 174.11 114.649C171.991 127.064 159.575 136.148 146.252 139.782C132.928 143.719 118.696 141.902 105.977 139.176C93.562 136.451 82.6606 132.212 63.2805 131.909C43.9004 131.606 16.0416 135.24 5.44306 125.853C-5.15543 116.465 1.50648 94.0572 10.2881 76.4939C18.7669 59.2335 29.6682 46.8182 38.7526 35.3112C48.1398 23.5015 56.3158 12.903 66.9143 8.36078C77.5128 4.12138 91.1394 6.24108 104.766 5.63546C118.696 4.72701 132.928 1.09324 152.611 0.184799Z",aspectRatio:{width:200,height:143},width:t,height:x}),blob22:({width:t,height:x})=>v0({path:"M195.507 15.5715C206.818 33.1668 193.622 69.3001 190.166 101.663C186.71 134.34 193.308 163.561 181.996 178.014C170.685 192.153 141.464 191.525 114.443 189.326C87.1072 187.44 62.2852 183.67 40.6052 169.531C19.2395 155.077 1.6441 130.255 0.0730908 103.862C-1.18372 77.4694 13.898 49.5054 35.2638 31.91C56.6296 14.0004 84.5936 6.45958 116.328 2.37494C148.063 -1.70969 184.196 -2.3381 195.507 15.5715Z",aspectRatio:{width:200,height:191},width:t,height:x}),blob23:({width:t,height:x})=>v0({path:"M135.742 9.14189C157.815 19.2326 179.258 38.4681 176.105 56.7576C172.951 74.7317 145.202 92.0751 127.858 109.734C110.83 127.077 104.523 145.052 87.4953 164.918C70.4672 184.468 42.7177 206.227 27.5816 198.343C12.4455 190.46 9.60747 153.566 6.45411 126.762C2.98542 100.274 -0.798607 84.1917 0.147399 67.1636C0.77807 50.4508 6.76944 32.4767 19.0675 20.8093C31.0503 9.14189 49.6551 3.78119 70.4672 1.2585C90.964 -1.26418 113.668 -0.633508 135.742 9.14189Z",aspectRatio:{width:177,height:200},width:t,height:x}),blob24:({width:t,height:x})=>v0({path:"M165.663 24.3715C171.555 44.4059 158.003 76.2254 151.816 96.2598C145.923 116.294 147.691 124.544 148.28 135.445C148.575 146.346 147.396 159.309 140.62 170.8C133.549 181.996 120.88 191.424 104.381 196.432C87.8821 201.441 67.553 202.03 54.8841 192.602C41.9207 183.469 36.6174 164.023 25.1271 143.105C13.3421 122.187 -4.33535 99.7953 0.967891 85.0641C6.27113 70.6275 34.2604 63.8511 56.0626 48.5307C77.5702 33.5048 92.8907 9.93489 113.22 2.56928C133.843 -4.79633 159.77 4.04241 165.663 24.3715Z",aspectRatio:{width:168,height:200},width:t,height:x}),blob25:({width:t,height:x})=>v0({path:"M180.115 1.256C192.651 2.1962 189.83 34.163 190.771 58.2947C191.711 82.4265 196.098 98.4099 198.606 117.214C201.113 136.018 201.426 157.642 189.204 165.791C177.294 173.626 153.163 167.671 135.299 163.91C117.749 159.836 106.466 157.956 85.7818 162.97C65.0974 168.298 35.3244 180.521 18.7143 174.253C1.79068 167.985 -1.97012 142.913 0.850478 120.975C3.67107 99.0367 13.0731 79.6059 18.4009 54.8473C23.7287 30.0888 24.9823 -0.310996 40.0254 0.00240332C54.7552 0.00240332 82.9612 31.029 111.167 31.029C139.373 31.029 167.579 0.315802 180.115 1.256Z",aspectRatio:{width:200,height:176},width:t,height:x}),blob26:({width:t,height:x})=>v0({path:"M142.571 0.586925C159.976 3.39414 176.258 15.1844 184.96 30.9048C193.662 46.6253 194.224 66.8372 189.171 83.6805C183.837 100.805 172.327 114.56 163.064 129.157C153.8 143.755 146.501 158.914 134.43 173.231C122.359 187.828 105.516 201.303 89.5146 199.899C73.2327 198.776 58.0738 182.775 42.9148 169.862C28.0366 157.23 13.7198 147.685 6.42103 134.491C-0.877729 121.297 -1.15845 103.892 1.64876 88.4528C4.45598 72.7324 10.0704 58.6963 18.4921 47.4674C27.1944 36.2386 38.4233 27.8169 50.4943 22.2025C62.846 16.3073 75.7592 13.5001 91.1989 8.72785C106.919 4.23631 125.166 -1.93957 142.571 0.586925Z",aspectRatio:{width:193,height:200},width:t,height:x}),blob27:({width:t,height:x})=>v0({path:"M112.602 54.9337C129.225 71.8646 155.391 78.9448 158.777 89.719C162.471 100.493 143.693 114.654 127.07 135.586C110.447 156.519 96.2866 184.224 71.0442 194.998C46.1096 205.465 10.4008 199.308 2.0893 178.375C-6.22223 157.443 12.5557 121.734 18.4045 92.1817C24.5612 62.6296 17.7889 38.9263 26.4082 21.9954C34.7197 5.06454 58.423 -5.40183 73.5069 2.9097C88.8986 10.9134 95.9788 38.0028 112.602 54.9337Z",aspectRatio:{width:160,height:200},width:t,height:x}),blob28:({width:t,height:x})=>v0({path:"M125.281 68.5835C142.15 82.9923 165.344 90.021 181.862 108.998C198.028 127.624 207.516 158.902 192.405 166.634C177.293 174.716 137.581 159.605 112.629 156.442C87.326 152.928 77.1344 161.713 59.9142 165.579C43.0453 169.445 19.1478 168.391 11.7677 157.496C4.73907 146.25 14.2278 124.813 11.4163 94.2382C8.2534 63.6634 -6.85825 23.9514 3.68476 8.48836C14.2278 -7.32615 50.4254 1.10826 73.9715 16.2199C97.5175 31.683 108.412 54.1747 125.281 68.5835Z",aspectRatio:{width:200,height:169},width:t,height:x}),blob29:({width:t,height:x})=>v0({path:"M162.987 10.2348C169.16 25.1809 154.864 58.6471 147.066 79.4417C139.268 100.236 138.293 108.359 134.719 114.532C131.47 120.706 125.297 124.93 119.448 143.45C113.6 161.97 107.426 194.461 98.004 199.335C88.5814 204.209 75.5849 181.14 55.7651 167.494C35.6203 153.522 8.65241 148.648 1.8292 135.327C-4.994 122.33 8.65241 100.561 20.0244 82.041C31.3964 63.5208 40.1691 48.2498 53.4906 35.5782C66.8122 22.9065 84.0326 13.159 106.452 6.33584C128.871 -0.812285 156.489 -4.71127 162.987 10.2348Z",aspectRatio:{width:165,height:200},width:t,height:x}),blob3:({width:t,height:x})=>v0({path:"M158.095 64.2637C176.543 95.19 192.277 129.1 181.697 155.686C171.117 182.001 133.951 201.533 99.4982 199.905C64.7739 198.549 33.0338 176.032 15.4004 145.377C-2.23296 114.994 -5.75963 76.2002 10.2461 46.6303C26.2518 17.0605 61.5185 -3.557 89.732 0.512241C118.217 4.58149 139.377 33.0662 158.095 64.2637Z",aspectRatio:{width:186,height:200},width:t,height:x}),blob30:({width:t,height:x})=>v0({path:"M146.076 34.4585C157.052 54.582 155.833 80.1936 164.675 100.622C173.212 121.355 191.201 136.905 189.372 149.711C187.542 162.212 165.285 171.969 146.99 175.018C129.001 178.372 114.671 174.713 103.39 175.018C92.1083 175.018 83.876 178.982 66.8015 186.299C49.7271 193.617 23.8105 204.288 14.3586 198.19C4.90665 191.787 11.6145 168.615 10.3949 147.882C8.87037 127.148 -0.581561 108.549 0.0282404 89.3407C0.638042 70.1319 11.6145 50.6182 28.384 32.934C44.8487 15.5546 67.4113 0.309578 89.974 0.00467694C112.537 -0.300224 135.099 14.335 146.076 34.4585Z",aspectRatio:{width:190,height:200},width:t,height:x}),blob31:({width:t,height:x})=>v0({path:"M134.218 44.0392C153.568 36.4264 184.97 26.9105 195.755 33.2544C206.222 39.9156 195.755 62.1194 181.481 76.3933C166.89 90.35 148.175 96.0596 145.638 116.36C143.1 136.661 156.74 171.235 151.664 183.923C146.589 196.928 123.434 187.413 105.036 178.531C86.6388 169.967 73.3165 161.72 52.0643 158.548C30.812 155.058 1.62986 156.644 0.0438693 145.225C-1.22492 133.806 25.4197 109.382 29.2261 86.8609C32.7152 64.3398 13.6834 44.0392 11.7802 26.9105C9.877 9.46461 24.7853 -4.80928 42.5484 1.53467C59.9942 7.87863 79.9777 34.5232 93.6172 45.308C107.257 56.4099 114.869 51.3347 134.218 44.0392Z",aspectRatio:{width:200,height:191},width:t,height:x}),blob32:({width:t,height:x})=>v0({path:"M200 100.339C200 149.831 145.763 197.966 95.5932 197.966C45.7627 197.966 0 149.831 0 100.339C0 50.8475 45.7627 0 95.5932 0C145.763 0 200 50.8475 200 100.339Z",aspectRatio:{width:200,height:198},width:t,height:x}),blob4:({width:t,height:x})=>v0({path:"M183.427 38.712C198.21 63.2519 196.141 95.1833 189.341 126.523C182.836 157.863 171.305 188.908 150.609 197.482C130.208 205.76 100.642 192.16 69.8936 177.968C39.4405 164.072 7.80478 150.176 1.30024 128.593C-5.2043 107.01 13.718 77.7393 35.3012 51.7211C56.5888 25.9986 81.1287 3.23272 108.921 0.276112C137.009 -2.38484 168.349 14.4678 183.427 38.712Z",aspectRatio:{width:195,height:200},width:t,height:x}),blob5:({width:t,height:x})=>v0({path:"M166.251 30.6913C183.816 48.5185 195.875 71.8512 199.021 98.8542C202.429 125.595 197.186 155.744 179.359 169.115C161.794 182.223 131.645 178.815 103.331 176.979C75.0171 175.144 48.8006 174.882 29.6625 161.512C10.7866 148.141 -0.748681 121.925 0.0378149 96.2326C0.824311 70.8025 14.1947 46.159 33.0706 28.3318C52.2087 10.5045 76.8522 -0.5064 100.971 0.0179307C125.091 0.804426 148.423 12.864 166.251 30.6913Z",aspectRatio:{width:200,height:179},width:t,height:x}),blob6:({width:t,height:x})=>v0({path:"M149.146 50.5452C161.911 68.0278 171.901 81.9028 176.619 97.9979C181.336 114.37 180.781 133.241 173.011 149.891C165.519 166.541 151.366 180.693 133.051 189.851C114.736 199.008 92.2586 202.893 71.446 197.621C50.6334 192.348 30.9308 177.918 18.1658 158.216C5.12323 138.791 -0.981801 113.815 0.128204 87.7304C1.51571 61.6453 10.6733 34.1726 29.2658 17.5226C48.1359 1.14999 76.996 -4.40004 98.9186 3.6475C120.841 11.695 136.381 32.7851 149.146 50.5452Z",aspectRatio:{width:180,height:200},width:t,height:x}),blob7:({width:t,height:x})=>v0({path:"M158.662 41.8295C178.593 57.8305 204.138 64.5677 213.402 79.7266C222.666 94.6047 215.367 118.466 203.015 135.028C190.383 151.871 172.698 161.977 156.416 168.434C140.134 174.89 124.975 177.697 104.483 185.277C83.9903 192.856 58.1642 205.208 44.9704 197.629C31.4959 190.33 31.2152 163.1 21.9514 138.116C12.9684 112.851 -4.71688 90.1132 1.17822 75.5158C7.35404 61.1991 36.8295 55.5847 58.7256 40.1452C80.9024 24.7056 95.4998 -0.278374 109.816 0.00234533C124.414 0.283064 138.45 25.8285 158.662 41.8295Z",aspectRatio:{width:218,height:200},width:t,height:x}),blob8:({width:t,height:x})=>v0({path:"M153.53 11.0108C168.179 18.1858 181.931 29.5461 192.993 44.4939C203.755 59.4417 212.425 78.2759 210.631 96.5122C209.136 114.748 197.477 132.088 182.529 142.252C167.581 152.716 148.747 156.004 128.717 168.262C108.687 180.22 87.1622 201.147 69.8228 199.951C52.7823 198.456 39.6283 174.54 32.4533 153.015C25.2784 131.49 24.0826 112.357 16.6087 91.131C9.13477 70.2041 -4.31825 46.8855 1.36191 31.9377C7.04207 16.691 31.8554 9.51607 52.7823 5.33069C73.4103 0.846349 90.4507 -0.648433 106.594 0.248435C123.037 1.1453 138.882 4.13486 153.53 11.0108Z",aspectRatio:{width:211,height:200},width:t,height:x}),blob9:({width:t,height:x})=>v0({path:"M140.289 20.2182C156.96 27.7956 176.661 32.0895 189.29 43.9608C201.667 55.5796 206.718 75.0283 202.424 91.6987C198.131 108.622 184.491 122.766 175.651 140.952C166.81 158.885 162.769 180.607 150.393 191.216C138.016 201.824 117.052 201.572 98.866 197.025C80.6802 192.479 65.2727 183.891 48.3497 175.808C31.4268 167.726 13.2409 160.148 5.1583 146.761C-2.67172 133.122 -0.398493 113.673 4.14797 96.7504C8.69444 80.08 15.5141 65.6828 23.3442 52.296C31.4268 38.6566 40.5197 25.775 52.6436 15.6717C65.0201 5.82101 80.6802 -1.50385 95.3299 0.264221C109.98 1.77971 123.619 12.6407 140.289 20.2182Z",aspectRatio:{width:204,height:200},width:t,height:x})};function j3(t){return rm[t]||W3}function X3(t){if(!t||t==="transparent"||t==="none")return null;let x=fx(t);if(!x)return null;let[e,a,r,n]=x.rgba;return{rgb:[e,a,r],alpha:n}}function q3(t,x){let e=x.subType||"rect",a=j3(e);if(typeof a!="function")return;let r=a({width:x.width,height:x.height,cornerRadius:x.cornerRadius||0}),n,i=1,s=1;if(typeof r=="string")n=r;else if(r&&typeof r=="object"&&typeof r.path=="string")n=r.path,i=r.scaleX||1,s=r.scaleY||1;else return;let o=x.opacity??1,f=e6(x.fill),c=e6(x.stroke),d=f?null:X3(x.fill),h=x.strokeWidth>0&&!c?X3(x.stroke):null,b=f?l6(t,0,0,x.width,x.height,x.fill,o):null,u=c&&x.strokeWidth>0?l6(t,0,0,x.width,x.height,x.stroke,o):null;if(!d&&!h&&!b&&!u)return;let g=i!==1||s!==1;g&&(t.save(),t.scale(i,s)),t.path(n),d&&t.fillOpacity(d.alpha*o),h&&t.strokeOpacity(h.alpha*o),b&&t.fillOpacity(1),u&&t.strokeOpacity(1),(h||u)&&t.lineWidth(x.strokeWidth/Math.max(i,s));let S=b??d?.rgb,w=u??h?.rgb;S&&w?t.fillAndStroke(S,w):S?t.fill(S):w&&t.stroke(w),g&&t.restore()}async function K3(t,x,e,a,r,n){for(let i of x.children)await e({doc:t,element:i,fonts:a,attrs:r,cache:n})}function Y3({r:t,g:x,b:e}){t=Math.max(0,Math.min(255,t)),x=Math.max(0,Math.min(255,x)),e=Math.max(0,Math.min(255,e));let a=t.toString(16).padStart(2,"0"),r=x.toString(16).padStart(2,"0"),n=e.toString(16).padStart(2,"0");return`#${a}${r}${n}`}function Z3({element:t,type:x,doc:e}){e.lineWidth(t.height),e.lineCap("round"),e.lineJoin("round"),e.opacity(t.opacity);let a=t0.colorToRGBA(t.color),r=Y3(a);if(x==="arrow"){e.moveTo(t.height*3,-t.height*2).lineTo(0,0).lineTo(t.height*3,t.height*2),e.stroke();return}else if(x==="triangle")e.polygon([t.height*3,-t.height*2],[0,0],[t.height*3,t.height*2]);else if(x==="bar"){e.moveTo(0,-t.height*2).lineTo(0,t.height*2).stroke(r);return}else if(x==="circle")e.circle(t.height*2,0,t.height*2);else if(x==="square")e.rect(0,-t.height*2,t.height*4,t.height*4);else return;e.fillAndStroke(r,r)}function J3(t,x){t.translate(0,x.height/2),t.lineWidth(x.height),t.moveTo(0,0),t.lineTo(x.width,0),x.dash&&x.dash.length>0&&t.dash(x.dash.map(a=>a*x.height));let e=t0.colorToRGBA(x.color);t.strokeColor(Y3(e)),t.stroke(),x.dash&&x.dash.length>0&&t.undash(),Z3({element:x,doc:t,type:x.startHead}),Z3({element:x,doc:t.translate(x.width,0).rotate(180),type:x.endHead})}async function Q3(t,x=null){if(x&&x.buffers.has(t)){let a=x.buffers.get(t);return a.startsWith("data:")?On(x7(a.split("base64,")[1])):a}let e;return t.startsWith("data:")?e=On(x7(t.split("base64,")[1])):e=await(await bt(t)).text(),x&&x.buffers.set(t,e),e}var x1=(t,x)=>{if(!t||!x)return!1;if(x==="currentColor"&&t==="black")return!0;let e=t0.colorToRGBA(t),a=t0.colorToRGBA(x);if(!(!e||!a))return e.r===a.r&&e.g===a.g&&e.b===a.b&&e.a===a.a};async function e1(t,x,e=null){if(x.maskSrc){let n={...x,type:"image",src:x.maskSrc,clipSrc:x.src,brightnessEnabled:!1,grayscaleEnabled:!1,sepiaEnabled:!1,blurEnabled:!1,filters:{},cropX:0,cropY:0,cropWidth:1,cropHeight:1};return qa(t,n,e)}let a=await Q3(x.src,e),r=Object.entries(x.colorsReplace||{});t.addSVG(a,0,0,{preserveAspectRatio:"none",width:x.width,height:x.height,opacity:x.opacity,colorCallback:n=>{if(!n)return n;let[i,s]=n,o=null;Array.isArray(i)&&i.length===3?o=`rgb(${i[0]},${i[1]},${i[2]})`:typeof i=="string"&&(o=i);let f=o;if(r.length&&o){for(let[h,b]of r)if(x1(h,o)){f=b;break}}let c=i,d=s*x.opacity;if(f!=null){let h=t0.colorToRGBA(f);h&&(c=[Math.round(h.r),Math.round(h.g),Math.round(h.b)],h.a!==void 0&&(d=h.a*s*x.opacity))}if(!Array.isArray(c)&&typeof c=="string"){let h=t0.getRGB(c);h&&(c=[Math.round(h.r),Math.round(h.g),Math.round(h.b)])}return[c,d]}})}var im=["fontSize","fontFamily","fontWeight","fontStyle","textDecoration","textTransform","fill","align","verticalAlign","lineHeight","letterSpacing","cellBackground","cellPadding"];function sm(t){return t.replace(/<[^>]*>/g,"")}function om(t,x){return t==="dashed"?[x*4,x*2]:t==="dotted"?[x,x]:null}async function t1(t,x,e){let{rows:a,cols:r,colWidths:n,rowHeights:i,width:s,height:o}=x;if(!a||!r||!n||!i)return;let f=(x.cells||[]).map((b,u)=>{if(!b)return{...b,row:Math.floor(u/r),col:u%r};let g={...b,row:Math.floor(u/r),col:u%r};for(let S of im)g[S]===void 0&&(g[S]=x[S]);return g});function c(b,u,g,S){let w=0;for(let N=0;N<u;N++)w+=(n[N]||0)*s;let T=0;for(let N=0;N<b;N++)T+=(i[N]||0)*o;let m=0;for(let N=u;N<u+S;N++)m+=(n[N]||0)*s;let D=0;for(let N=b;N<b+g;N++)D+=(i[N]||0)*o;return{x:w,y:T,width:m,height:D}}for(let b of f)if(!b.mergedInto&&b.cellBackground&&b.cellBackground!=="transparent"){let u=c(b.row,b.col,b.rowSpan||1,b.colSpan||1),g=fx(b.cellBackground)?.hex||"#ffffff";t.save(),t.rect(u.x,u.y,u.width,u.height),t.fillColor(g),t.fill(),t.restore()}let d=(b,u)=>{let g=b.borders?.[u];return{width:g?.width??x.borderWidth??1,style:g?.style??x.borderStyle??"solid",color:g?.color??x.borderColor??"#000000"}};function h(b,u,g,S,w){if(w.style==="none"||w.width<=0)return;let T=fx(w.color)?.hex||"#000000",m=om(w.style,w.width);t.save(),m&&t.dash(m[0],{space:m[1]}),t.lineWidth(w.width).strokeColor(T),t.moveTo(b,u).lineTo(g,S).stroke(),m&&t.undash(),t.restore()}for(let b of f){if(b.mergedInto)continue;let u=c(b.row,b.col,b.rowSpan||1,b.colSpan||1);if(b.row===0){let g=d(b,"top");h(u.x,u.y+g.width/2,u.x+u.width,u.y+g.width/2,g)}if(b.col===0){let g=d(b,"left");h(u.x+g.width/2,u.y,u.x+g.width/2,u.y+u.height,g)}{let g=d(b,"bottom");h(u.x,u.y+u.height-g.width/2,u.x+u.width,u.y+u.height-g.width/2,g)}{let g=d(b,"right");h(u.x+u.width-g.width/2,u.y,u.x+u.width-g.width/2,u.y+u.height,g)}}for(let b of f){if(b.mergedInto)continue;let u=sm(b.text||"");if(!u)continue;b.textTransform==="uppercase"&&(u=u.toUpperCase());let g=b.cellPadding??x.cellPadding??4,S=c(b.row,b.col,b.rowSpan||1,b.colSpan||1),w=b.fontSize||12,T=await Ee(t,{fontFamily:b.fontFamily||"Roboto",fontWeight:b.fontWeight||"normal",fontStyle:b.fontStyle||"normal"},e);t.font(T).fontSize(w);let m=fx(b.fill||"black")?.hex||"#000000";t.fillColor(m);let D=b.align||"left",N=S.width-g*2,H=S.height-g*2,G=t.widthOfString(u),z=S.x+g;D==="center"?z=S.x+(S.width-G)/2:D==="right"&&(z=S.x+S.width-g-G);let J=b.verticalAlign||"top",Q=S.y+g;J==="middle"?Q=S.y+(S.height-w)/2:J==="bottom"&&(Q=S.y+S.height-g-w),t.text(u,z,Q,{lineBreak:!1,width:N,height:H})}}function c7(t){if(!t)return null;try{if(Array.isArray(t)){let e=Math.round(t[0]),a=Math.round(t[1]),r=Math.round(t[2]),n=t[3]!==void 0?t[3]:1;return`rgba(${e},${a},${r},${n})`}if(typeof t!="string")return null;let x=t0.colorToRGBA(t);return x?`rgba(${x.r},${x.g},${x.b},${x.a})`:null}catch{return null}}function a1(t,x){if(!x||!t)return null;let e=c7(t);if(!e)return null;if(x[t])return x[t];if(x[e])return x[e];for(let[a,r]of Object.entries(x))if(c7(a)===e)return r;return null}function fm(t,x,e){let{cmyk:a=[0,0,0,1]}=e,r=Math.max(0,Math.min(100,a[0]*100)),n=Math.max(0,Math.min(100,a[1]*100)),i=Math.max(0,Math.min(100,a[2]*100)),s=Math.max(0,Math.min(100,a[3]*100)),o=x.replace(/[^a-zA-Z0-9-_]/g,"_");return t.addSpotColor(o,r,n,i,s),{name:o,cmyk:[r/100,n/100,i/100,s/100],overprint:!!e.overprint}}function r1(t){if(!t._overprintGState){let x=t.ref({Type:"ExtGState",OP:!0,op:!0,OPM:1});x.end(),t._overprintGState=x,t._overprintGStateName="GsOP"}t.page.ext_gstates[t._overprintGStateName]=t._overprintGState,t.addContent(`/${t._overprintGStateName} gs`)}function n1(t,x){if(!x||Object.keys(x).length===0)return;t._spotColors=new Map,t._spotColorConfig=x;for(let[r,n]of Object.entries(x)){let i=n.name||`Spot_${r}`,s=fm(t,i,n),o=c7(r);t._spotColors.set(o,s),t._spotColors.set(r,s)}let e=t.fillColor.bind(t);t.fillColor=function(r,n){if(a1(r,x)){let s=c7(r),o=t._spotColors.get(s)||t._spotColors.get(r);if(o){let f=e(o.name,n);return o.overprint&&r1(t),f}}return e(r,n)};let a=t.strokeColor.bind(t);t.strokeColor=function(r,n){if(a1(r,x)){let s=c7(r),o=t._spotColors.get(s)||t._spotColors.get(r);if(o){let f=a(o.name,n);return o.overprint&&r1(t),f}}return a(r,n)}}var s1=Kx(i1(),1);se.prototype.addSVG=function(t,x,e,a){return(0,s1.default)(this,t,x,e,a),this};async function o1({doc:t,element:x,fonts:e,attrs:a,cache:r}){x.visible!==void 0&&!x.visible||x.showInExport!==void 0&&!x.showInExport||(t.save(),x.type!=="group"&&(t.translate(x.x,x.y),t.rotate(x.rotation)),x.opacity!==void 0&&t.opacity(x.opacity),x.type==="group"?await K3(t,x,o1,e,a,r):x.type==="text"?await V3(t,x,e,a):x.type==="line"?J3(t,x):x.type==="image"?await qa(t,x,r):x.type==="svg"?await e1(t,x,r):x.type==="figure"?q3(t,x):x.type==="table"&&await t1(t,x,e),t.restore())}async function f1(t,x,e){let a={},r=e.dpi??t.dpi??72,i=72/(Number.isFinite(r)&&r>0?r:72),s={images:new Map,buffers:new Map,processedImages:new Map,imageFiles:new Map,tempDir:null,tempStore:h5()};var o=new se({size:[t.width*i,t.height*i],autoFirstPage:!1,margin:0});e.spotColors&&n1(o,e.spotColors);for(let c of t.fonts||[])G5(c);let f=Math.max(0,e.cropMarkSize||0);for(let c of t.pages){let d=e.includeBleed?Math.max(0,c.bleed||0):0,h=d+f,b=t.width+2*h,u=t.height+2*h;if(o.addPage({size:[b*i,u*i],margin:0}),h>0){let g=(f+d)*i,S=(b-f-d)*i,w=(f+d)*i,T=(u-f-d)*i,m=f*i,D=(b-f)*i,N=f*i,H=(u-f)*i,G=o.page.dictionary.data;G.TrimBox=[g,w,S,T],G.BleedBox=[m,N,D,H],G.ArtBox=[g,w,S,T]}if(o.save(),o.scale(i),h>0&&o.translate(h,h),c.background){let g=c.background,S=g.startsWith("data:image/")||/^https?:\/\//.test(g)||/\.(png|jpe?g|webp|gif|bmp|avif)(\?|#|$)/i.test(g),w=-d,T=-d,m=t.width+2*d,D=t.height+2*d;if(S){let N=await Ie(c.background,s),H=globalThis.Buffer,G=H&&!H.isBuffer(N)?H.from(N):N;o.image(G,w,T,{cover:[m,D],align:"center",valign:"center"})}else if(e6(c.background)){let N=l6(o,w,T,m,D,c.background);o.rect(w,T,m,D),o.fill(N)}else o.rect(w,T,m,D),o.fill(fx(c.background)?.hex||"#ffffff")}for(let g of c.children)await o1({doc:o,element:g,fonts:a,attrs:e,cache:s});if(o.restore(),f>0){let g=(f+d)*i,S=f*i,w=b*i,T=u*i;o.save(),o.lineWidth(Math.max(.5,i)).strokeColor("#000000"),o.moveTo(g,0).lineTo(g,S).stroke(),o.moveTo(0,g).lineTo(S,g).stroke(),o.moveTo(w-g,0).lineTo(w-g,S).stroke(),o.moveTo(w,g).lineTo(w-S,g).stroke(),o.moveTo(0,T-g).lineTo(S,T-g).stroke(),o.moveTo(g,T).lineTo(g,T-S).stroke(),o.moveTo(w,T-g).lineTo(w-S,T-g).stroke(),o.moveTo(w-g,T).lineTo(w-g,T-S).stroke(),o.restore()}}x.pipe(o),o.end(),await x.finalize(),await s.tempStore?.dispose()}async function WS(t,x,e={}){let a=d5(x);await f1(t,a,e);let r=await a.finalize();if(e.pdfx1a){if(r.kind!=="file")throw new Error("jsonToPDF: PDF/X-1a post-processing requires a file path");await b5(r.path,{metadata:e.metadata,validate:e.validate})}}async function jS(t,x={}){if(x.pdfx1a||x.validate)throw new Error("jsonToPDFBytes does not support PDF/X-1a (attrs.pdfx1a / attrs.validate). Use jsonToPDF on Node for X-1a output.");let e=l5();await f1(t,e,x);let a=await e.finalize();if(a.kind!=="bytes")throw new Error("jsonToPDFBytes: bytes sink returned a non-bytes result");return a.bytes}export{WS as jsonToPDF,jS as jsonToPDFBytes};
|
|
183
|
+
/*! Bundled license information:
|
|
184
|
+
|
|
185
|
+
js-md5/src/md5.js:
|
|
186
|
+
(**
|
|
187
|
+
* [js-md5]{@link https://github.com/emn178/js-md5}
|
|
188
|
+
*
|
|
189
|
+
* @namespace md5
|
|
190
|
+
* @version 0.8.3
|
|
191
|
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
192
|
+
* @copyright Chen, Yi-Cyuan 2014-2023
|
|
193
|
+
* @license MIT
|
|
194
|
+
*)
|
|
195
|
+
|
|
196
|
+
@noble/hashes/esm/utils.js:
|
|
197
|
+
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
198
|
+
|
|
199
|
+
@noble/ciphers/esm/utils.js:
|
|
200
|
+
(*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) *)
|
|
201
|
+
*/
|