pagyra-js 0.0.17 → 0.0.18

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.
@@ -1,6 +1,6 @@
1
- var o5=Object.create;var lr=Object.defineProperty;var a5=Object.getOwnPropertyDescriptor;var i5=Object.getOwnPropertyNames;var s5=Object.getPrototypeOf,d5=Object.prototype.hasOwnProperty;var k0=(t,x)=>()=>(t&&(x=t(t=0)),x);var ux=(t,x)=>()=>(x||t((x={exports:{}}).exports,x),x.exports),Q6=(t,x)=>{for(var e in x)lr(t,e,{get:x[e],enumerable:!0})},f5=(t,x,e,n)=>{if(x&&typeof x=="object"||typeof x=="function")for(let r of i5(x))!d5.call(t,r)&&r!==e&&lr(t,r,{get:()=>x[r],enumerable:!(n=a5(x,r))||n.enumerable});return t};var c5=(t,x,e)=>(e=t!=null?o5(s5(t)):{},f5(x||!t||!t.__esModule?lr(e,"default",{value:t,enumerable:!0}):e,t));var Br=k0(()=>{"use strict"});function st(t){let x=t.reduce((r,o)=>r+o.length,0),e=new Uint8Array(x),n=0;for(let r of t)e.set(r,n),n+=r.length;return e}function Ar(t){return t instanceof Uint8Array?t:new Uint8Array(t)}function La(t){let x=(4-t.length%4)%4;if(x===0)return t;let e=new Uint8Array(t.length+x);return e.set(t),e}var Mr=k0(()=>{"use strict"});function Zx(t,x){return t[x]<<8|t[x+1]}function Ca(t,x,e){x[e]=t>>>24&255,x[e+1]=t>>>16&255,x[e+2]=t>>>8&255,x[e+3]=t&255}function Q0(t,x){return(t[x]<<24|t[x+1]<<16|t[x+2]<<8|t[x+3])>>>0}function kr(t){if(t.length===0)return new Uint8Array(0);if(t.length===1)return t[0];let x=t.reduce((r,o)=>r+o.length,0),e=new Uint8Array(x),n=0;for(let r of t)e.set(r,n),n+=r.length;return e}function Ir(t){return t instanceof Uint8Array?t:ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):new Uint8Array(t)}var Nr=k0(()=>{"use strict"});var dt,Ta=k0(()=>{"use strict";Nr();dt=class{static untransformGlyf(x,e,n){try{let r=this.parseTransformHeader(x,e),o=this.getHeaderSize(r),a=x.subarray(o,o+r.nContourStreamSize);o+=r.nContourStreamSize;let i=x.subarray(o,o+r.nPointsStreamSize);o+=r.nPointsStreamSize;let s=x.subarray(o,o+r.flagStreamSize);o+=r.flagStreamSize;let d=x.subarray(o,o+r.glyphStreamSize);o+=r.glyphStreamSize;let f=x.subarray(o,o+r.compositeStreamSize);o+=r.compositeStreamSize;let c=x.subarray(o,o+r.bboxStreamSize);o+=r.bboxStreamSize;let l=x.subarray(o,o+r.instructionStreamSize),u=[],p=[0],m=0,h=0,b=0,g=0,y=0,w=0,S=0;for(let P=0;P<e;P++){let E=this.readInt16(a,m);if(m+=2,E===0){u.push(new Uint8Array(0)),p.push(p[p.length-1]);continue}let B=this.readInt16(c,w);w+=2;let A=this.readInt16(c,w);w+=2;let F=this.readInt16(c,w);w+=2;let D=this.readInt16(c,w);w+=2;let O;E>0?(O=this.reconstructSimpleGlyph(E,B,A,F,D,i,h,s,b,d,g,l,S),h+=E*2):O=this.reconstructCompositeGlyph(E,B,A,F,D,f,y,l,S),u.push(O),p.push(p[p.length-1]+O.length)}let R=p[p.length-1],L=new Uint8Array(R),T=0;for(let P of u)L.set(P,T),T+=P.length;let N=this.createLocaTable(p,n);return{glyf:L,loca:N}}catch(r){return console.error("WOFF2 glyf transform failed:",r),this.createMinimalGlyfLoca(e,n)}}static parseTransformHeader(x,e){let n=0,r=Q0(x,n);n+=4;let o=Zx(x,n);n+=2;let a=Zx(x,n);n+=2;let i=Q0(x,n);n+=4;let s=Q0(x,n);n+=4;let d=Q0(x,n);n+=4;let f=Q0(x,n);n+=4;let c=Q0(x,n);n+=4;let l=Q0(x,n);n+=4;let u=Q0(x,n);return{version:r,numGlyphs:o||e,indexFormat:a,nContourStreamSize:i,nPointsStreamSize:s,flagStreamSize:d,glyphStreamSize:f,compositeStreamSize:c,bboxStreamSize:l,instructionStreamSize:u}}static getHeaderSize(x){return 36}static readInt16(x,e){let n=Zx(x,e);return n>32767?n-65536:n}static read255UInt16(x,e){let n=x[e];return n===253?{value:Zx(x,e+1),bytesRead:3}:n===254?{value:x[e+1]+506,bytesRead:2}:n===255?{value:x[e+1]+253,bytesRead:2}:{value:n,bytesRead:1}}static readTriplet(x,e){let n=x[e],r=0,o=0,a=1;if(n<10)r=0,o=n-0<<8|x[e+1],a=2;else if(n<20)r=n-10<<8|x[e+1],o=0,a=2;else if(n<84)r=n-20,o=0;else if(n<148)r=-(n-84),o=0;else if(n<212)r=0,o=n-148;else if(n<276)r=0,o=-(n-212);else if(n<1300){let i=n-276;r=(i>>4)+1,o=(i&15)<<8|x[e+1],a=2}else if(n<2324){let i=n-1300;r=(i>>4)+1,o=-((i&15)<<8|x[e+1]),a=2}else if(n<3348){let i=n-2324;r=-((i>>4)+1),o=(i&15)<<8|x[e+1],a=2}else if(n<4372){let i=n-3348;r=-((i>>4)+1),o=-((i&15)<<8|x[e+1]),a=2}else if(n<5396){let i=n-4372;o=(i>>4)+1,r=(i&15)<<8|x[e+1],a=2}else if(n<6420){let i=n-5396;o=(i>>4)+1,r=-((i&15)<<8|x[e+1]),a=2}else if(n<7444){let i=n-6420;o=-((i>>4)+1),r=(i&15)<<8|x[e+1],a=2}else if(n<8468){let i=n-7444;o=-((i>>4)+1),r=-((i&15)<<8|x[e+1]),a=2}else if(n===8468){let i=new DataView(x.buffer,x.byteOffset+e+1,2);r=i.getInt8(0),o=i.getInt8(1),a=3}else if(n===8469){let i=new DataView(x.buffer,x.byteOffset+e+1,4);r=i.getInt16(0,!1),o=i.getInt16(2,!1),a=5}return{dx:r,dy:o,bytesRead:a}}static reconstructSimpleGlyph(x,e,n,r,o,a,i,s,d,f,c,l,u){let p=[],m=0,h=i;for(let j=0;j<x;j++){let{value:t0,bytesRead:Z}=this.read255UInt16(a,h);h+=Z,m+=t0,p.push(m-1)}let{value:b,bytesRead:g}=this.read255UInt16(f,c),y=c+g,w=l.subarray(u,u+b),S=[],R=d;for(let j=0;j<m;j++){let t0=s[R++];S.push(t0)}let L=[],T=[],N=0,P=0;for(let j=0;j<m;j++){let{dx:t0,dy:Z,bytesRead:J}=this.readTriplet(f,y);y+=J,N+=t0,P+=Z,L.push(N),T.push(P)}let E=S.length,B=[],A=[],F=[],D=0,O=0;for(let j=0;j<m;j++){let t0=L[j],Z=T[j],J=t0-D,Q=Z-O,x0=0;x0|=S[j]&1,J===0?x0|=16:J>-256&&J<256?(x0|=2,J>0?(x0|=16,A.push(J)):A.push(-J)):(A.push(J>>8&255),A.push(J&255)),Q===0?x0|=32:Q>-256&&Q<256?(x0|=4,Q>0?(x0|=32,F.push(Q)):F.push(-Q)):(F.push(Q>>8&255),F.push(Q&255)),B.push(x0),D=t0,O=Z}let U=10+x*2+2+w.length+B.length+A.length+F.length,Y=U%2,q=new Uint8Array(U+Y),X=new DataView(q.buffer),C=0;X.setInt16(C,x,!1),C+=2,X.setInt16(C,e,!1),C+=2,X.setInt16(C,n,!1),C+=2,X.setInt16(C,r,!1),C+=2,X.setInt16(C,o,!1),C+=2;for(let j of p)X.setUint16(C,j,!1),C+=2;return X.setUint16(C,w.length,!1),C+=2,q.set(w,C),C+=w.length,q.set(new Uint8Array(B),C),C+=B.length,q.set(new Uint8Array(A),C),C+=A.length,q.set(new Uint8Array(F),C),C+=F.length,q}static reconstructCompositeGlyph(x,e,n,r,o,a,i,s,d){let f=[],c=i,l=!1;for(;;){let g=Zx(a,c);c+=2;let y=Zx(a,c);c+=2;let w=(g&1)!==0,S=(g&2)!==0,R=0;w?R+=4:R+=2,g&8?R+=2:g&64?R+=4:g&128&&(R+=8);let L=a.subarray(c,c+R);if(c+=R,f.push({flags:g,glyphIndex:y,args:L}),g&256&&(l=!0),!(g&32))break}let u=new Uint8Array(0);if(l){let{value:g,bytesRead:y}=this.read255UInt16(s,d);u=s.subarray(d+y,d+y+g)}let p=10;for(let g of f)p+=4+g.args.length;l&&(p+=2+u.length);let m=new Uint8Array(p),h=new DataView(m.buffer),b=0;h.setInt16(b,x,!1),b+=2,h.setInt16(b,e,!1),b+=2,h.setInt16(b,n,!1),b+=2,h.setInt16(b,r,!1),b+=2,h.setInt16(b,o,!1),b+=2;for(let g of f)h.setUint16(b,g.flags,!1),b+=2,h.setUint16(b,g.glyphIndex,!1),b+=2,m.set(g.args,b),b+=g.args.length;return l&&(h.setUint16(b,u.length,!1),b+=2,m.set(u,b)),m}static createLocaTable(x,e){if(e===0){let n=new Uint8Array(x.length*2),r=new DataView(n.buffer);for(let o=0;o<x.length;o++)r.setUint16(o*2,x[o]/2,!1);return n}else{let n=new Uint8Array(x.length*4),r=new DataView(n.buffer);for(let o=0;o<x.length;o++)r.setUint32(o*4,x[o],!1);return n}}static createMinimalGlyfLoca(x,e){let n=new Uint8Array(0),r=e===0?(x+1)*2:(x+1)*4,o=new Uint8Array(r);return{glyf:n,loca:o}}}});var ix,Er=k0(()=>{"use strict";Ta();ix=class{static shouldTransform(x){return x==="glyf"||x==="loca"||x==="hmtx"}static getTransformVersion(x){switch(x){case"glyf":case"loca":return 0;case"hmtx":return 0;default:return 255}}static transform(x,e,n){return this.getTransformVersion(x)===255||console.warn(`Transformation for ${x} not implemented (encoding not supported)`),e}static untransform(x,e,n,r){let o=n.transformVersion;return e}static getTransformedLength(x,e){if(this.shouldTransform(x))return e.length}static reconstructGlyfLoca(x,e,n){return dt.untransformGlyf(x,e,n)}static reconstructHmtx(x,e,n,r,o){if(x.length<1)return x;let a=x[0],i=(a&1)!==0,s=(a&2)!==0,d=1,f=[];for(let b=0;b<e&&!(d+2>x.length);b++)f.push(x[d]<<8|x[d+1]),d+=2;let c=[];if(i)for(let b=0;b<e&&!(d+2>x.length);b++){let g=x[d]<<8|x[d+1];c.push(g>32767?g-65536:g),d+=2}else for(let b=0;b<e;b++)c.push(0);let l=[];if(s)for(let b=e;b<n&&!(d+2>x.length);b++){let g=x[d]<<8|x[d+1];l.push(g>32767?g-65536:g),d+=2}else for(let b=e;b<n;b++)l.push(0);let u=e*4+(n-e)*2,p=new Uint8Array(u),m=new DataView(p.buffer),h=0;for(let b=0;b<e;b++)m.setUint16(h,f[b]||0,!1),m.setInt16(h+2,c[b]||0,!1),h+=4;for(let b=0;b<l.length;b++)m.setInt16(h,l[b],!1),h+=2;return p}}});var Qx={};Q6(Qx,{brotliDecompressSync:()=>n4,default:()=>r4,inflateSync:()=>t4});function t4(t){throw new Error("inflateSync is not available in browser bundle")}function n4(t){throw new Error("brotliDecompressSync is not available in browser bundle")}var r4,Jx=k0(()=>{"use strict";r4={}});var se={};Q6(se,{default:()=>o4});var o4,de=k0(()=>{"use strict";o4={}});var Dr=ux((Np,Ba)=>{"use strict";function Pa(t){this.buffer=t,this.pos=0}Pa.prototype.read=function(t,x,e){this.pos+e>this.buffer.length&&(e=this.buffer.length-this.pos);for(var n=0;n<e;n++)t[x+n]=this.buffer[this.pos+n];return this.pos+=e,e};function Fa(t){this.buffer=t,this.pos=0}Fa.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};Ba.exports={BrotliInput:Pa,BrotliOutput:Fa}});var ka=ux((Ep,Ma)=>{"use strict";var x6=4096,a4=2*x6+32,Aa=2*x6-1,i4=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 e6(t){this.buf_=new Uint8Array(a4),this.input_=t,this.reset()}e6.READ_SIZE=x6;e6.IBUF_MASK=Aa;e6.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};e6.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,x6);if(x<0)throw new Error("Unexpected end of input");if(x<x6){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_[(x6<<1)+e]=this.buf_[e];this.buf_ptr_=x6}else this.buf_ptr_=0;this.bit_end_pos_+=x<<3}};e6.prototype.fillBitWindow=function(){for(;this.bit_pos_>=8;)this.val_>>>=8,this.val_|=this.buf_[this.pos_&Aa]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0};e6.prototype.readBits=function(t){32-this.bit_pos_<t&&this.fillBitWindow();var x=this.val_>>>this.bit_pos_&i4[t];return this.bit_pos_+=t,x};Ma.exports=e6});var Ia=ux(ft=>{"use strict";ft.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]);ft.init=function(){return ft.dictionary}});var Or=ux(t6=>{"use strict";var s4=Ia();t6.init=function(){t6.dictionary=s4.init()};t6.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]);t6.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]);t6.minDictionaryWordLength=4;t6.maxDictionaryWordLength=24});var Ur=ux(Wr=>{"use strict";function B6(t,x){this.bits=t,this.value=x}Wr.HuffmanCode=B6;var F6=15;function Na(t,x){for(var e=1<<x-1;t&e;)e>>=1;return(t&e-1)+e}function Ea(t,x,e,n,r){do n-=e,t[x+n]=new B6(r.bits,r.value);while(n>0)}function d4(t,x,e){for(var n=1<<x-e;x<F6&&(n-=t[x],!(n<=0));)++x,n<<=1;return x-e}Wr.BrotliBuildHuffmanTable=function(t,x,e,n,r){var o=x,a,i,s,d,f,c,l,u,p,m,h,b=new Int32Array(F6+1),g=new Int32Array(F6+1);for(h=new Int32Array(r),s=0;s<r;s++)b[n[s]]++;for(g[1]=0,i=1;i<F6;i++)g[i+1]=g[i]+b[i];for(s=0;s<r;s++)n[s]!==0&&(h[g[n[s]]++]=s);if(u=e,p=1<<u,m=p,g[F6]===1){for(d=0;d<m;++d)t[x+d]=new B6(0,h[0]&65535);return m}for(d=0,s=0,i=1,f=2;i<=e;++i,f<<=1)for(;b[i]>0;--b[i])a=new B6(i&255,h[s++]&65535),Ea(t,x+d,f,p,a),d=Na(d,i);for(l=m-1,c=-1,i=e+1,f=2;i<=F6;++i,f<<=1)for(;b[i]>0;--b[i])(d&l)!==c&&(x+=p,u=d4(b,i,e),p=1<<u,m+=p,c=d&l,t[o+c]=new B6(u+e&255,x-o-c&65535)),a=new B6(i-e&255,h[s++]&65535),Ea(t,x+(d>>e),f,p,a),d=Na(d,i);return m}});var Da=ux(Hr=>{"use strict";Hr.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]);Hr.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])});var Oa=ux(A6=>{"use strict";function G(t,x){this.offset=t,this.nbits=x}A6.kBlockLengthPrefixCode=[new G(1,2),new G(5,2),new G(9,2),new G(13,2),new G(17,3),new G(25,3),new G(33,3),new G(41,3),new G(49,4),new G(65,4),new G(81,4),new G(97,4),new G(113,5),new G(145,5),new G(177,5),new G(209,5),new G(241,6),new G(305,6),new G(369,7),new G(497,8),new G(753,9),new G(1265,10),new G(2289,11),new G(4337,12),new G(8433,13),new G(16625,24)];A6.kInsertLengthPrefixCode=[new G(0,0),new G(1,0),new G(2,0),new G(3,0),new G(4,0),new G(5,0),new G(6,1),new G(8,1),new G(10,2),new G(14,2),new G(18,3),new G(26,3),new G(34,4),new G(50,4),new G(66,5),new G(98,5),new G(130,6),new G(194,7),new G(322,8),new G(578,9),new G(1090,10),new G(2114,12),new G(6210,14),new G(22594,24)];A6.kCopyLengthPrefixCode=[new G(2,0),new G(3,0),new G(4,0),new G(5,0),new G(6,0),new G(7,0),new G(8,0),new G(9,0),new G(10,1),new G(12,1),new G(14,2),new G(18,2),new G(22,3),new G(30,3),new G(38,4),new G(54,4),new G(70,5),new G(102,5),new G(134,6),new G(198,7),new G(326,8),new G(582,9),new G(1094,10),new G(2118,24)];A6.kInsertRangeLut=[0,0,8,8,0,16,8,16,16];A6.kCopyRangeLut=[0,8,0,8,16,0,16,8,16]});var za=ux(ct=>{"use strict";var f4=Or(),_=0,Wa=1,c4=2,l4=3,u4=4,b4=5,m4=6,p4=7,h4=8,Ha=9,R0=10,T0=11,zr=12,g4=13,y4=14,w4=15,R4=16,S4=17,v4=18,L4=20;function I(t,x,e){this.prefix=new Uint8Array(t.length),this.transform=x,this.suffix=new Uint8Array(e.length);for(var n=0;n<t.length;n++)this.prefix[n]=t.charCodeAt(n);for(var n=0;n<e.length;n++)this.suffix[n]=e.charCodeAt(n)}var fe=[new I("",_,""),new I("",_," "),new I(" ",_," "),new I("",zr,""),new I("",R0," "),new I("",_," the "),new I(" ",_,""),new I("s ",_," "),new I("",_," of "),new I("",R0,""),new I("",_," and "),new I("",g4,""),new I("",Wa,""),new I(", ",_," "),new I("",_,", "),new I(" ",R0," "),new I("",_," in "),new I("",_," to "),new I("e ",_," "),new I("",_,'"'),new I("",_,"."),new I("",_,'">'),new I("",_,`
2
- `),new I("",l4,""),new I("",_,"]"),new I("",_," for "),new I("",y4,""),new I("",c4,""),new I("",_," a "),new I("",_," that "),new I(" ",R0,""),new I("",_,". "),new I(".",_,""),new I(" ",_,", "),new I("",w4,""),new I("",_," with "),new I("",_,"'"),new I("",_," from "),new I("",_," by "),new I("",R4,""),new I("",S4,""),new I(" the ",_,""),new I("",u4,""),new I("",_,". The "),new I("",T0,""),new I("",_," on "),new I("",_," as "),new I("",_," is "),new I("",p4,""),new I("",Wa,"ing "),new I("",_,`
3
- `),new I("",_,":"),new I(" ",_,". "),new I("",_,"ed "),new I("",L4,""),new I("",v4,""),new I("",m4,""),new I("",_,"("),new I("",R0,", "),new I("",h4,""),new I("",_," at "),new I("",_,"ly "),new I(" the ",_," of "),new I("",b4,""),new I("",Ha,""),new I(" ",R0,", "),new I("",R0,'"'),new I(".",_,"("),new I("",T0," "),new I("",R0,'">'),new I("",_,'="'),new I(" ",_,"."),new I(".com/",_,""),new I(" the ",_," of the "),new I("",R0,"'"),new I("",_,". This "),new I("",_,","),new I(".",_," "),new I("",R0,"("),new I("",R0,"."),new I("",_," not "),new I(" ",_,'="'),new I("",_,"er "),new I(" ",T0," "),new I("",_,"al "),new I(" ",T0,""),new I("",_,"='"),new I("",T0,'"'),new I("",R0,". "),new I(" ",_,"("),new I("",_,"ful "),new I(" ",R0,". "),new I("",_,"ive "),new I("",_,"less "),new I("",T0,"'"),new I("",_,"est "),new I(" ",R0,"."),new I("",T0,'">'),new I(" ",_,"='"),new I("",R0,","),new I("",_,"ize "),new I("",T0,"."),new I("\xC2\xA0",_,""),new I(" ",_,","),new I("",R0,'="'),new I("",T0,'="'),new I("",_,"ous "),new I("",T0,", "),new I("",R0,"='"),new I(" ",R0,","),new I(" ",T0,'="'),new I(" ",T0,", "),new I("",T0,","),new I("",T0,"("),new I("",T0,". "),new I(" ",T0,"."),new I("",T0,"='"),new I(" ",T0,". "),new I(" ",R0,'="'),new I(" ",T0,"='"),new I(" ",R0,"='")];ct.kTransforms=fe;ct.kNumTransforms=fe.length;function Ua(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)}ct.transformDictionaryWord=function(t,x,e,n,r){var o=fe[r].prefix,a=fe[r].suffix,i=fe[r].transform,s=i<zr?0:i-(zr-1),d=0,f=x,c;s>n&&(s=n);for(var l=0;l<o.length;)t[x++]=o[l++];for(e+=s,n-=s,i<=Ha&&(n-=i),d=0;d<n;d++)t[x++]=f4.dictionary[e+d];if(c=x-n,i===R0)Ua(t,c);else if(i===T0)for(;n>0;){var u=Ua(t,c);c+=u,n-=u}for(var p=0;p<a.length;)t[x++]=a[p++];return x-f}});var xi=ux(bt=>{"use strict";var Ya=Dr().BrotliInput,C4=Dr().BrotliOutput,I6=ka(),k6=Or(),P0=Ur().HuffmanCode,Xa=Ur().BrotliBuildHuffmanTable,M6=Da(),kx=Oa(),Ga=za(),T4=8,ja=16,P4=256,F4=704,B4=26,$a=6,Va=2,jr=8,A4=255,Ix=1080,$r=18,M4=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),Vr=16,k4=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),I4=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),N4=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 qa(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 Ka(t){if(t.readBits(1)){var x=t.readBits(3);return x===0?1:t.readBits(x)+(1<<x)}return 0}function E4(){this.meta_block_length=0,this.input_end=0,this.is_uncompressed=0,this.is_metadata=!1}function Za(t){var x=new E4,e,n,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(n=t.readBits(2),n===0)return x;for(r=0;r<n;r++){var o=t.readBits(8);if(r+1===n&&n>1&&o===0)throw new Error("Invalid size byte");x.meta_block_length|=o<<r*8}}else for(r=0;r<e;++r){var a=t.readBits(4);if(r+1===e&&e>4&&a===0)throw new Error("Invalid size nibble");x.meta_block_length|=a<<r*4}return++x.meta_block_length,!x.input_end&&!x.is_metadata&&(x.is_uncompressed=t.readBits(1)),x}function N6(t,x,e){var n=x,r;return e.fillBitWindow(),x+=e.val_>>>e.bit_pos_&A4,r=t[x].bits-jr,r>0&&(e.bit_pos_+=jr,x+=t[x].value,x+=e.val_>>>e.bit_pos_&(1<<r)-1),e.bit_pos_+=t[x].bits,t[x].value}function D4(t,x,e,n){for(var r=0,o=T4,a=0,i=0,s=32768,d=[],f=0;f<32;f++)d.push(new P0(0,0));for(Xa(d,0,5,t,$r);r<x&&s>0;){var c=0,l;if(n.readMoreInput(),n.fillBitWindow(),c+=n.val_>>>n.bit_pos_&31,n.bit_pos_+=d[c].bits,l=d[c].value&255,l<ja)a=0,e[r++]=l,l!==0&&(o=l,s-=32768>>l);else{var u=l-14,p,m,h=0;if(l===ja&&(h=o),i!==h&&(a=0,i=h),p=a,a>0&&(a-=2,a<<=u),a+=n.readBits(u)+3,m=a-p,r+m>x)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var b=0;b<m;b++)e[r+b]=i;r+=m,i!==0&&(s-=m<<15-i)}}if(s!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+s);for(;r<x;r++)e[r]=0}function ut(t,x,e,n){var r=0,o,a=new Uint8Array(t);if(n.readMoreInput(),o=n.readBits(2),o===1){for(var i,s=t-1,d=0,f=new Int32Array(4),c=n.readBits(2)+1;s;)s>>=1,++d;for(i=0;i<c;++i)f[i]=n.readBits(d)%t,a[f[i]]=2;switch(a[f[0]]=1,c){case 1:break;case 3:if(f[0]===f[1]||f[0]===f[2]||f[1]===f[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(f[0]===f[1])throw new Error("[ReadHuffmanCode] invalid symbols");a[f[1]]=1;break;case 4:if(f[0]===f[1]||f[0]===f[2]||f[0]===f[3]||f[1]===f[2]||f[1]===f[3]||f[2]===f[3])throw new Error("[ReadHuffmanCode] invalid symbols");n.readBits(1)?(a[f[2]]=3,a[f[3]]=3):a[f[0]]=2;break}}else{var i,l=new Uint8Array($r),u=32,p=0,m=[new P0(2,0),new P0(2,4),new P0(2,3),new P0(3,2),new P0(2,0),new P0(2,4),new P0(2,3),new P0(4,1),new P0(2,0),new P0(2,4),new P0(2,3),new P0(3,2),new P0(2,0),new P0(2,4),new P0(2,3),new P0(4,5)];for(i=o;i<$r&&u>0;++i){var h=M4[i],b=0,g;n.fillBitWindow(),b+=n.val_>>>n.bit_pos_&15,n.bit_pos_+=m[b].bits,g=m[b].value,l[h]=g,g!==0&&(u-=32>>g,++p)}if(!(p===1||u===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");D4(l,t,a,n)}if(r=Xa(x,e,jr,a,t),r===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return r}function lt(t,x,e){var n,r;return n=N6(t,x,e),r=kx.kBlockLengthPrefixCode[n].nbits,kx.kBlockLengthPrefixCode[n].offset+e.readBits(r)}function O4(t,x,e){var n;return t<Vr?(e+=k4[t],e&=3,n=x[e]+I4[t]):n=t-Vr+1,n}function W4(t,x){for(var e=t[x],n=x;n;--n)t[n]=t[n-1];t[0]=e}function U4(t,x){var e=new Uint8Array(256),n;for(n=0;n<256;++n)e[n]=n;for(n=0;n<x;++n){var r=t[n];t[n]=e[r],r&&W4(e,r)}}function n6(t,x){this.alphabet_size=t,this.num_htrees=x,this.codes=new Array(x+x*N4[t+31>>>5]),this.htrees=new Uint32Array(x)}n6.prototype.decode=function(t){var x,e,n=0;for(x=0;x<this.num_htrees;++x)this.htrees[x]=n,e=ut(this.alphabet_size,this.codes,n,t),n+=e};function _a(t,x){var e={num_htrees:null,context_map:null},n,r=0,o,a;x.readMoreInput();var i=e.num_htrees=Ka(x)+1,s=e.context_map=new Uint8Array(t);if(i<=1)return e;for(n=x.readBits(1),n&&(r=x.readBits(4)+1),o=[],a=0;a<Ix;a++)o[a]=new P0(0,0);for(ut(i+r,o,0,x),a=0;a<t;){var d;if(x.readMoreInput(),d=N6(o,0,x),d===0)s[a]=0,++a;else if(d<=r)for(var f=1+(1<<d)+x.readBits(d);--f;){if(a>=t)throw new Error("[DecodeContextMap] i >= context_map_size");s[a]=0,++a}else s[a]=d-r,++a}return x.readBits(1)&&U4(s,t),e}function Gr(t,x,e,n,r,o,a){var i=e*2,s=e,d=N6(x,e*Ix,a),f;d===0?f=r[i+(o[s]&1)]:d===1?f=r[i+(o[s]-1&1)]+1:f=d-2,f>=t&&(f-=t),n[e]=f,r[i+(o[s]&1)]=f,++o[s]}function H4(t,x,e,n,r,o){var a=r+1,i=e&r,s=o.pos_&I6.IBUF_MASK,d;if(x<8||o.bit_pos_+(x<<3)<o.bit_end_pos_){for(;x-- >0;)o.readMoreInput(),n[i++]=o.readBits(8),i===a&&(t.write(n,a),i=0);return}if(o.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;o.bit_pos_<32;)n[i]=o.val_>>>o.bit_pos_,o.bit_pos_+=8,++i,--x;if(d=o.bit_end_pos_-o.bit_pos_>>3,s+d>I6.IBUF_MASK){for(var f=I6.IBUF_MASK+1-s,c=0;c<f;c++)n[i+c]=o.buf_[s+c];d-=f,i+=f,x-=f,s=0}for(var c=0;c<d;c++)n[i+c]=o.buf_[s+c];if(i+=d,x-=d,i>=a){t.write(n,a),i-=a;for(var c=0;c<i;c++)n[c]=n[a+c]}for(;i+x>=a;){if(d=a-i,o.input_.read(n,i,d)<d)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");t.write(n,a),x-=d,i=0}if(o.input_.read(n,i,x)<x)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");o.reset()}function z4(t){var x=t.bit_pos_+7&-8,e=t.readBits(x-t.bit_pos_);return e==0}function Qa(t){var x=new Ya(t),e=new I6(x);qa(e);var n=Za(e);return n.meta_block_length}bt.BrotliDecompressedSize=Qa;function G4(t,x){var e=new Ya(t);x==null&&(x=Qa(t));var n=new Uint8Array(x),r=new C4(n);return Ja(e,r),r.pos<r.buffer.length&&(r.buffer=r.buffer.subarray(0,r.pos)),r.buffer}bt.BrotliDecompressBuffer=G4;function Ja(t,x){var e,n=0,r=0,o=0,a,i=0,s,d,f,c,l=[16,15,11,4],u=0,p=0,m=0,h=[new n6(0,0),new n6(0,0),new n6(0,0)],b,g,y,w=128+I6.READ_SIZE;y=new I6(t),o=qa(y),a=(1<<o)-16,s=1<<o,d=s-1,f=new Uint8Array(s+w+k6.maxDictionaryWordLength),c=s,b=[],g=[];for(var S=0;S<3*Ix;S++)b[S]=new P0(0,0),g[S]=new P0(0,0);for(;!r;){var R=0,L,T=[1<<28,1<<28,1<<28],N=[0],P=[1,1,1],E=[0,1,0,1,0,1],B=[0],A,F,D,O,U=null,Y=null,q,X=null,C,j=0,t0=null,Z=0,J=0,Q=null,x0=0,l0=0,F0=0,c0,K;for(e=0;e<3;++e)h[e].codes=null,h[e].htrees=null;y.readMoreInput();var e0=Za(y);if(R=e0.meta_block_length,n+R>x.buffer.length){var n0=new Uint8Array(n+R);n0.set(x.buffer),x.buffer=n0}if(r=e0.input_end,L=e0.is_uncompressed,e0.is_metadata){for(z4(y);R>0;--R)y.readMoreInput(),y.readBits(8);continue}if(R!==0){if(L){y.bit_pos_=y.bit_pos_+7&-8,H4(x,R,n,f,d,y),n+=R;continue}for(e=0;e<3;++e)P[e]=Ka(y)+1,P[e]>=2&&(ut(P[e]+2,b,e*Ix,y),ut(B4,g,e*Ix,y),T[e]=lt(g,e*Ix,y),B[e]=1);for(y.readMoreInput(),A=y.readBits(2),F=Vr+(y.readBits(4)<<A),D=(1<<A)-1,O=F+(48<<A),Y=new Uint8Array(P[0]),e=0;e<P[0];++e)y.readMoreInput(),Y[e]=y.readBits(2)<<1;var V=_a(P[0]<<$a,y);q=V.num_htrees,U=V.context_map;var s0=_a(P[2]<<Va,y);for(C=s0.num_htrees,X=s0.context_map,h[0]=new n6(P4,q),h[1]=new n6(F4,P[1]),h[2]=new n6(O,C),e=0;e<3;++e)h[e].decode(y);for(t0=0,Q=0,c0=Y[N[0]],l0=M6.lookupOffsets[c0],F0=M6.lookupOffsets[c0+1],K=h[1].htrees[0];R>0;){var f0,i0,b0,m0,G0,L0,p0,C0,A0,vx,lx;for(y.readMoreInput(),T[1]===0&&(Gr(P[1],b,1,N,E,B,y),T[1]=lt(g,Ix,y),K=h[1].htrees[N[1]]),--T[1],f0=N6(h[1].codes,K,y),i0=f0>>6,i0>=2?(i0-=2,p0=-1):p0=0,b0=kx.kInsertRangeLut[i0]+(f0>>3&7),m0=kx.kCopyRangeLut[i0]+(f0&7),G0=kx.kInsertLengthPrefixCode[b0].offset+y.readBits(kx.kInsertLengthPrefixCode[b0].nbits),L0=kx.kCopyLengthPrefixCode[m0].offset+y.readBits(kx.kCopyLengthPrefixCode[m0].nbits),p=f[n-1&d],m=f[n-2&d],vx=0;vx<G0;++vx)y.readMoreInput(),T[0]===0&&(Gr(P[0],b,0,N,E,B,y),T[0]=lt(g,0,y),j=N[0]<<$a,t0=j,c0=Y[N[0]],l0=M6.lookupOffsets[c0],F0=M6.lookupOffsets[c0+1]),A0=M6.lookup[l0+p]|M6.lookup[F0+m],Z=U[t0+A0],--T[0],m=p,p=N6(h[0].codes,h[0].htrees[Z],y),f[n&d]=p,(n&d)===d&&x.write(f,s),++n;if(R-=G0,R<=0)break;if(p0<0){var A0;if(y.readMoreInput(),T[2]===0&&(Gr(P[2],b,2,N,E,B,y),T[2]=lt(g,2*Ix,y),J=N[2]<<Va,Q=J),--T[2],A0=(L0>4?3:L0-2)&255,x0=X[Q+A0],p0=N6(h[2].codes,h[2].htrees[x0],y),p0>=F){var fr,fo,Z6;p0-=F,fo=p0&D,p0>>=A,fr=(p0>>1)+1,Z6=(2+(p0&1)<<fr)-4,p0=F+(Z6+y.readBits(fr)<<A)+fo}}if(C0=O4(p0,l,u),C0<0)throw new Error("[BrotliDecompress] invalid distance");if(n<a&&i!==a?i=n:i=a,lx=n&d,C0>i)if(L0>=k6.minDictionaryWordLength&&L0<=k6.maxDictionaryWordLength){var Z6=k6.offsetsByLength[L0],co=C0-i-1,lo=k6.sizeBitsByLength[L0],n5=(1<<lo)-1,r5=co&n5,uo=co>>lo;if(Z6+=r5*L0,uo<Ga.kNumTransforms){var cr=Ga.transformDictionaryWord(f,lx,Z6,L0,uo);if(lx+=cr,n+=cr,R-=cr,lx>=c){x.write(f,s);for(var Ie=0;Ie<lx-c;Ie++)f[Ie]=f[c+Ie]}}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+C0+" len: "+L0+" bytes left: "+R)}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+C0+" len: "+L0+" bytes left: "+R);else{if(p0>0&&(l[u&3]=C0,++u),L0>R)throw new Error("Invalid backward reference. pos: "+n+" distance: "+C0+" len: "+L0+" bytes left: "+R);for(vx=0;vx<L0;++vx)f[n&d]=f[n-C0&d],(n&d)===d&&x.write(f,s),++n,--R}p=f[n-1&d],m=f[n-2&d]}n&=1073741823}}x.write(f,n&d)}bt.BrotliDecompress=Ja;k6.init()});var sx,E6,S0,j4,$4,V4,_4,Y4,X4,q4,K4,ei=k0(()=>{"use strict";Br();Mr();Er();sx=null,E6=null,S0=class{static{this.DEFAULT_QUALITY=11}static{this.DEFAULT_MODE=2}static{this.DEFAULT_LGWIN=22}static{this.DEFAULT_LGBLOCK=0}static async compress(x,e={}){let n=Ar(x),r=e.quality??this.DEFAULT_QUALITY,o=e.mode??this.DEFAULT_MODE,a=e.lgwin??this.DEFAULT_LGWIN,i=e.lgblock??this.DEFAULT_LGBLOCK;if(r<0||r>11)throw new Error("Brotli quality must be between 0 and 11");let s=await this.brotliCompress(n,{quality:r,mode:o,lgwin:a,lgblock:i});return{data:s,compressedSize:s.length,uncompressedSize:n.length}}static async decompress(x,e={}){let n=Ar(x),r=await this.brotliDecompress(n);if(e.expectedSize&&e.validateSize&&r.length!==e.expectedSize)throw new Error(`Size mismatch: expected ${e.expectedSize}, got ${r.length}`);return r}static async compressWithTransform(x,e,n,r={}){let o=ix.transform(e,x,n),a=ix.getTransformedLength(e,x);return{...await this.compress(o,r),transformLength:a}}static async decompressWithTransform(x,e,n,r={}){let o=await this.decompress(x,r);return ix.untransform(e,o,n)}static getCompressionStats(x,e,n){return{originalSize:x.length,compressedSize:e.length,compressionRatio:e.length/x.length,transformedSize:n?.length,transformApplied:!!n&&n.length!==x.length}}static async brotliCompress(x,e){if(typeof process<"u"&&process.versions?.node)return this.nodeBrotliCompress(x,e);if(typeof CompressionStream<"u")return this.browserBrotliCompress(x);throw new Error("No Brotli implementation available (Platform not supported)")}static async brotliDecompress(x){if(typeof process<"u"&&process.versions?.node)return this.nodeBrotliDecompress(x);if(typeof DecompressionStream<"u")try{return await this.browserBrotliDecompress(x)}catch{}return this.jsBrotliDecompress(x)}static async nodeBrotliCompress(x,e){(!sx||!E6)&&(sx=await Promise.resolve().then(()=>(Jx(),Qx)),E6=await Promise.resolve().then(()=>(de(),se)));let n=E6.promisify(sx.brotliCompress),r={[sx.constants.BROTLI_PARAM_QUALITY]:e.quality??this.DEFAULT_QUALITY,[sx.constants.BROTLI_PARAM_MODE]:e.mode??this.DEFAULT_MODE};e.lgwin!==void 0&&(r[sx.constants.BROTLI_PARAM_LGWIN]=e.lgwin),e.lgblock!==void 0&&e.lgblock>0&&(r[sx.constants.BROTLI_PARAM_LGBLOCK]=e.lgblock);let o=await n(x,{params:r});return new Uint8Array(o)}static async nodeBrotliDecompress(x){(!sx||!E6)&&(sx=await Promise.resolve().then(()=>(Jx(),Qx)),E6=await Promise.resolve().then(()=>(de(),se)));let n=await E6.promisify(sx.brotliDecompress)(x);return new Uint8Array(n)}static async browserBrotliCompress(x){let e=new CompressionStream("br"),n=e.writable.getWriter();n.write(x).catch(()=>{}),n.close();let r=[],o=e.readable.getReader();try{for(;;){let{done:a,value:i}=await o.read();if(a)break;i&&r.push(i)}}catch(a){throw new Error("Browser Brotli compression failed: "+a)}return st(r)}static async browserBrotliDecompress(x){let e=new DecompressionStream("br"),n=e.writable.getWriter();n.write(x).catch(()=>{}),n.close();let r=[],o=e.readable.getReader();try{for(;;){let{done:a,value:i}=await o.read();if(a)break;i&&r.push(i)}}catch(a){throw new Error("Browser Brotli decompression failed: "+a)}return st(r)}static async jsBrotliDecompress(x){let e=await Promise.resolve().then(()=>c5(xi(),1)),n=e.BrotliDecompressBuffer??e.BrotliDecompress;if(typeof n!="function")throw new Error("No JS Brotli decoder available");let r=n(x);return r instanceof Uint8Array?r:new Uint8Array(r)}static async validateCompressedData(x){try{return(await this.decompress(x)).length>0}catch{return!1}}static async compressMultipleTables(x,e={}){let n=st(x.map(({data:r})=>La(r)));return this.compress(n,{...e,mode:2,quality:e.quality??11})}static async decompressMultipleTables(x,e,n={}){let r=e.reduce((c,l)=>c+(l.transformLength??l.origLength),0),o=await this.decompress(x,{...n,expectedSize:r,validateSize:!1}),a=new Map,i=0;console.log(`WOFF2-BROTLI: Extracting ${e.length} tables from ${o.length} bytes`);for(let c of e){let l=c.transformLength??c.origLength;if(console.log(`WOFF2-BROTLI: Processing table ${c.tag} - origLength: ${c.origLength}, transformLength: ${c.transformLength}, transformVersion: ${c.transformVersion}`),i+l>o.length){console.warn(`Table ${c.tag} extends beyond decompressed data, using available data`);let m=o.subarray(i);m.length>0&&a.set(c.tag,m);break}let u=o.subarray(i,i+l);i+=l;let p=ix.untransform(c.tag,u,c,a);a.set(c.tag,p),console.log(`WOFF2-BROTLI: Added table ${c.tag} (${p.length} bytes)`)}console.log(`WOFF2-BROTLI: Extracted tables: ${Array.from(a.keys()).join(", ")}`);let s=a.has("gloc"),d=e.find(c=>c.tag==="glyf"),f=a.has("glyf")&&d?.transformVersion===0;if(s||f){console.log("WOFF2: Found transformed glyf/loca data, reconstructing...");let c;s?(console.log("WOFF2: Using gloc table"),c=a.get("gloc"),a.delete("gloc")):(console.log("WOFF2: Using transformed glyf table"),c=a.get("glyf")),console.log(`WOFF2: Transform data size: ${c.length} bytes`);let l=a.get("maxp"),u=a.get("head");if(console.log(`WOFF2: maxp table present: ${!!l}, head table present: ${!!u}`),l&&u){let p=new DataView(l.buffer,l.byteOffset).getUint16(4,!1),m=new DataView(u.buffer,u.byteOffset).getInt16(50,!1);console.log(`WOFF2: Reconstructing glyf/loca with numGlyphs=${p}, indexFormat=${m}`);let{glyf:h,loca:b}=ix.reconstructGlyfLoca(c,p,m);console.log(`WOFF2: Reconstructed glyf size: ${h.length}, loca size: ${b.length}`),a.set("glyf",h),a.set("loca",b),console.log("WOFF2: Successfully reconstructed glyf/loca tables")}else console.warn("Cannot reconstruct glyf/loca: missing maxp or head table");console.log(`WOFF2: Available tables: ${Array.from(a.keys()).join(", ")}`)}return this.reconstructHmtxIfNeeded(a,e),a}static reconstructHmtxIfNeeded(x,e){let n=e.find(f=>f.tag==="hmtx");if(!n||!x.has("hmtx")||n.transformVersion!==0||n.transformLength===void 0)return;let r=x.get("hmtx"),o=x.get("hhea"),a=x.get("maxp");if(!o||!a){console.warn("WOFF2: Cannot reconstruct hmtx: missing hhea or maxp");return}let i=new DataView(o.buffer,o.byteOffset).getUint16(34,!1),s=new DataView(a.buffer,a.byteOffset).getUint16(4,!1),d=ix.reconstructHmtx(r,i,s);x.set("hmtx",d)}},j4=S0.compress.bind(S0),$4=S0.decompress.bind(S0),V4=S0.compressWithTransform.bind(S0),_4=S0.decompressWithTransform.bind(S0),Y4=S0.getCompressionStats.bind(S0),X4=S0.validateCompressedData.bind(S0),q4=S0.compressMultipleTables.bind(S0),K4=S0.decompressMultipleTables.bind(S0)});var ti=k0(()=>{"use strict";ei();Er();Br();Mr()});var D6,ni=k0(()=>{"use strict";D6=class{static{this.MOD_ADLER=65521}static calculate(x){let e=1,n=0;for(let r=0;r<x.length;r++)e=(e+x[r])%this.MOD_ADLER,n=(n+e)%this.MOD_ADLER;return n<<16|e}static verify(x,e){return this.calculate(x)===e}static update(x,e){let n=x&65535,r=x>>>16&65535;for(let o=0;o<e.length;o++)n=(n+e[o])%this.MOD_ADLER,r=(r+n)%this.MOD_ADLER;return r<<16|n}}});var ri=k0(()=>{"use strict"});var q0,oh,ah,ih,sh,oi=k0(()=>{"use strict";ni();ri();Nr();q0=class{static{this.ZLIB_HEADER_CM_DEFLATE=120}static{this.DEFAULT_COMPRESSION_LEVEL=6}static async compress(x,e={}){let n=Ir(x),r=e.level??this.DEFAULT_COMPRESSION_LEVEL,o=await this.deflateCompress(n,r),a=this.wrapWithZlibFormat(o,n);return{data:a,compressedSize:a.length,uncompressedSize:n.length}}static async decompress(x,e={}){let n=Ir(x),{compressed:r,checksum:o}=this.unwrapZlibFormat(n),a=await this.deflateDecompress(r),i=D6.calculate(a);if(i!==o)throw new Error(`Adler-32 checksum mismatch: expected ${o}, got ${i}`);return a}static getCompressionStats(x,e){return{originalSize:x.length,compressedSize:e.length,compressionRatio:e.length/x.length,checksum:D6.calculate(x)}}static wrapWithZlibFormat(x,e){let n=D6.calculate(e),r=new Uint8Array(x.length+6),o=120,a=156,i=31-(o*256+a)%31;return a=a&224|i,r[0]=o,r[1]=a,r.set(x,2),Ca(n,r,r.length-4),r}static unwrapZlibFormat(x){if(x.length<6)throw new Error("Invalid zlib data: too short");let e=x[0],n=x[1],r=e&15;if(r!==8)throw new Error(`Unsupported compression method: ${r}`);if((e*256+n)%31!==0)throw new Error("Invalid zlib header checksum");let o=x.slice(2,-4),a=Q0(x,x.length-4);return{compressed:o,checksum:a,uncompressedSize:0}}static async deflateCompress(x,e){if(typeof CompressionStream<"u")return this.browserDeflateCompress(x);if(typeof process<"u"&&process.versions?.node)return this.nodeDeflateCompress(x,e);throw new Error("No DEFLATE implementation available")}static async deflateDecompress(x){if(typeof DecompressionStream<"u")return this.browserDeflateDecompress(x);if(typeof process<"u"&&process.versions?.node)return this.nodeDeflateDecompress(x);throw new Error("No DEFLATE implementation available")}static async nodeDeflateCompress(x,e){let n=await Promise.resolve().then(()=>(Jx(),Qx)),{promisify:r}=await Promise.resolve().then(()=>(de(),se)),a=await r(n.deflateRaw)(x,{level:e,windowBits:15});return new Uint8Array(a)}static async nodeDeflateDecompress(x){let e=await Promise.resolve().then(()=>(Jx(),Qx)),{promisify:n}=await Promise.resolve().then(()=>(de(),se)),o=await n(e.inflateRaw)(x,{windowBits:15});return new Uint8Array(o)}static async browserDeflateCompress(x){let e=new CompressionStream("deflate-raw"),n=e.writable.getWriter();n.write(x),n.close();let r=[],o=e.readable.getReader();for(;;){let{done:a,value:i}=await o.read();if(a)break;r.push(i)}return kr(r)}static async browserDeflateDecompress(x){let e=new DecompressionStream("deflate-raw"),n=e.writable.getWriter();n.write(x),n.close();let r=[],o=e.readable.getReader();for(;;){let{done:a,value:i}=await o.read();if(a)break;r.push(i)}return kr(r)}static validateCompressedData(x){try{let{compressed:e,checksum:n}=this.unwrapZlibFormat(x);return e.length>0&&n>0}catch{return!1}}},oh=q0.compress.bind(q0),ah=q0.decompress.bind(q0),ih=q0.getCompressionStats.bind(q0),sh=q0.validateCompressedData.bind(q0)});var ai,ii,_r=k0(()=>{"use strict";ti();oi();ai=async t=>S0.decompress(t),ii=async t=>q0.decompress(t)});var fi={};Q6(fi,{decodeWoff:()=>x3});function Nx(t,x){return t.getUint32(x,!1)}function Q4(t,x){return t.getUint16(x,!1)}function J4(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,t&255)}async function x3(t,x={}){let e=x.inflate??ii;if(t.byteLength<si)throw new Error("Invalid WOFF: file too short");let n=new DataView(t.buffer,t.byteOffset,t.byteLength);if(Nx(n,0)!==Z4)throw new Error("Invalid WOFF signature");let o=Nx(n,4)>>>0;if(Nx(n,8)!==t.byteLength)throw new Error("Invalid WOFF: length mismatch");let i=Q4(n,12),s=Nx(n,16);if(i===0||s===0)throw new Error("Invalid WOFF: missing tables");let d=si,f=i*di;if(d+f>t.byteLength)throw new Error("Invalid WOFF: truncated directory");let c={};for(let l=0;l<i;l++){let u=d+l*di,p=Nx(n,u),m=Nx(n,u+4),h=Nx(n,u+8),b=Nx(n,u+12);if(m+h>t.byteLength)throw new Error("Invalid WOFF: table outside bounds");let g=t.subarray(m,m+h),y;if(h!==b){let S=await e(g);if(S.byteLength!==b)throw new Error("Invalid WOFF: decompressed size mismatch");y=new Uint8Array(S)}else y=new Uint8Array(b),y.set(g.subarray(0,b));let w=J4(p);c[w]=y}return{flavor:o,numTables:i,tables:c}}var Z4,si,di,ci=k0(()=>{"use strict";_r();Z4=2001684038,si=44,di=20});function Yr(t){let x=0;for(let e=0;e<5;e++){let n=t.readU8();if(e===0&&n===128)throw new Error("Invalid Base128: leading zero");if(x&4261412864)throw new Error("Base128 overflow");if(x=x<<7|n&127,!(n&128))return x>>>0}throw new Error("Base128 exceeds 5 bytes")}function mt(t){let x=t.readU8(),e=253;return x===253?t.readU16():x===255?e+t.readU8():x===254?e*2+t.readU8():x}var z0,li=k0(()=>{"use strict";z0=class{constructor(x,e=0){this.data=x;this.offset=e}get length(){return this.data.length}peekRemaining(){return this.data.subarray(this.offset)}readU8(){if(this.offset+1>this.data.length)throw new Error("Unexpected EOF");return this.data[this.offset++]}readU16(){if(this.offset+2>this.data.length)throw new Error("Unexpected EOF");let x=this.data[this.offset]<<8|this.data[this.offset+1]&255;return this.offset+=2,x}readS16(){let x=this.readU16();return x&32768?x-65536:x}readU32(){if(this.offset+4>this.data.length)throw new Error("Unexpected EOF");let x=this.data[this.offset]<<24|this.data[this.offset+1]<<16|this.data[this.offset+2]<<8|this.data[this.offset+3];return this.offset+=4,x>>>0}readBytes(x){if(this.offset+x>this.data.length)throw new Error("Unexpected EOF");let e=this.data.subarray(this.offset,this.offset+x);return this.offset+=x,e}skip(x){if(this.offset+x>this.data.length)throw new Error("Unexpected EOF");this.offset+=x}}});var pi={};Q6(pi,{decodeWoff2:()=>C3});function mi(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,t&255)}function s3(t){return{decompress:t?.decompress??ai,transformers:t?.transformers??S3()}}function le(t){let x=0,e=t.length&-4;for(let n=0;n<e;n+=4){let r=t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3];x=x+r>>>0}if(e!==t.length){let n=0;for(let r=e;r<t.length;r++)n|=t[r]<<24-8*(r&3);x=x+n>>>0}return x>>>0}function D0(t,x,e){let n=t&65535;return x[e]=n>>8&255,x[e+1]=n&255,e+2}function o6(t,x,e){return x[e]=t>>>24&255,x[e+1]=t>>>16&255,x[e+2]=t>>>8&255,x[e+3]=t&255,e+4}function d3(t,x){let e=[],n=0;for(let r=0;r<x;r++){let o=t.readU8(),a;(o&63)===63?a=t.readU32():a=i3[o&63]??0;let i=o>>6&3,s=0;a===ht||a===a6?i===0&&(s|=pt):i!==0&&(s|=pt),s|=i;let d=Yr(t),f=d;if(s&pt&&(f=Yr(t),a===a6&&f!==0))throw new Error("Invalid WOFF2: transformed loca must have zero length");e.push({tag:a,flags:s,srcOffset:n,srcLength:f,transformLength:f,dstLength:d}),n+=f}return e}function f3(t){if(t.byteLength<t3)throw new Error("Invalid WOFF2: file too short");let x=new z0(t);if(x.readU32()!==e3)throw new Error("Invalid WOFF2 signature");let n=x.readU32()>>>0;if(x.readU32()!==t.byteLength)throw new Error("Invalid WOFF2: length mismatch");let o=x.readU16();if(o===0)throw new Error("Invalid WOFF2: no tables");x.skip(6);let a=x.readU32();x.skip(4);let i=x.readU32(),s=x.readU32(),d=x.readU32();if(i!==0&&(i+s>t.byteLength||d===0))throw new Error("Invalid WOFF2 metadata block");let f=x.readU32(),c=x.readU32();if(f!==0&&f+c>t.byteLength)throw new Error("Invalid WOFF2 private block");let l=d3(x,o),u=l[l.length-1],p=u.srcOffset+u.srcLength,m=x.offset;if(m+a>t.byteLength)throw new Error("Invalid WOFF2: compressed stream truncated");if(p/Math.max(1,t.byteLength)>o3)throw new Error("Invalid WOFF2: implausible compression ratio");return{flavor:n,numTables:o,compressedOffset:m,compressedLength:a,uncompressedSize:p,tables:l}}function dx(t,x){return t&1?x:-x}function c3(t,x,e){let n=0,r=0,o=0,a=new Array(e);for(let i=0;i<e;i++){let s=t[i],d=s>>7===0;s&=127;let f=1;if(s>=84&&s<120?f=2:s<84?f=1:s<124?f=3:f=4,o+f>x.length)throw new Error("Invalid WOFF2 glyf triplet");let c,l;if(s<10)c=0,l=dx(s,((s&14)<<7)+x[o]);else if(s<20)c=dx(s,((s-10&14)<<7)+x[o]),l=0;else if(s<84){let u=s-20,p=x[o];c=dx(s,1+(u&48)+(p>>4)),l=dx(s>>1,1+((u&12)<<2)+(p&15))}else if(s<120){let u=s-84;c=dx(s,1+(u/12<<8)+x[o]),l=dx(s>>1,1+(u%12>>2<<8)+x[o+1])}else if(s<124){let u=x[o+1];c=dx(s,(x[o]<<4)+(u>>4)),l=dx(s>>1,((u&15)<<8)+x[o+2])}else c=dx(s,(x[o]<<8)+x[o+1]),l=dx(s>>1,(x[o+2]<<8)+x[o+3]);o+=f,n+=c,r+=l,a[i]={x:n,y:r,onCurve:d}}return{points:a,consumed:o}}function l3(t,x,e,n){let r=t.length,o=[],a=[],i=0,s=0,d=-1,f=0,c=10+2*x+2+e,l=[];for(let h=0;h<r;h++){let b=t[h],g=b.onCurve?px.ON_CURVE:0;n&&h===0&&(g|=px.OVERLAP_SIMPLE);let y=b.x-i,w=b.y-s;y===0?g|=px.X_SAME:y>-256&&y<256?(g|=px.X_SHORT|(y>0?px.X_SAME:0),o.push(Math.abs(y))):o.push(y>>8&255,y&255),w===0?g|=px.Y_SAME:w>-256&&w<256?(g|=px.Y_SHORT|(w>0?px.Y_SAME:0),a.push(Math.abs(w))):a.push(w>>8&255,w&255),g===d&&f!==255?(l[l.length-1]|=px.REPEAT,f++):(f!==0&&l.push(f),l.push(g),f=0,d=g),i=b.x,s=b.y}f!==0&&l.push(f);let u=c+l.length+o.length+a.length,p=new Uint8Array(u),m=c;for(let h of l)p[m++]=h;for(let h of o)p[m++]=h;for(let h of a)p[m++]=h;return p}function u3(t){if(t.length===0)return[0,0,0,0];let x=t[0].x,e=t[0].x,n=t[0].y,r=t[0].y;for(let o=1;o<t.length;o++){let a=t[o];a.x<x&&(x=a.x),a.x>e&&(e=a.x),a.y<n&&(n=a.y),a.y>r&&(r=a.y)}return[x,n,e,r]}function b3(t){let x=t.offset,e=r6.MORE_COMPONENTS,n=!1;for(;e&r6.MORE_COMPONENTS;){e=t.readU16(),n||=(e&r6.WE_HAVE_INSTRUCTIONS)!==0;let r=2;e&r6.ARG_WORDS?r+=4:r+=2,e&r6.WE_HAVE_A_SCALE?r+=2:e&r6.WE_HAVE_AN_XY_SCALE?r+=4:e&r6.WE_HAVE_A_TWO_BY_TWO&&(r+=8),t.skip(r)}return{size:t.offset-x,haveInstructions:n}}function m3(t,x){let e=x?4:2,n=new Uint8Array(t.length*e),r=0;for(let o of t)x?r=o6(o,n,r):r=D0(o>>1,n,r);return{data:n,checksum:le(n)}}function p3(t,x){let e=new z0(t);e.readU16();let r=(e.readU16()&1)!==0,o=e.readU16(),a=e.readU16(),i=[];for(let A=0;A<7;A++)i.push(e.readU32());let s=9*4,d=[];for(let A of i){if(s+A>t.length)throw new Error("Invalid WOFF2 glyf stream");d.push(t.subarray(s,s+A)),s+=A}let f=null;if(r){let A=o+7>>3;if(s+A>t.length)throw new Error("Invalid WOFF2 overlap bitmap");f=t.subarray(s,s+A)}let c=new z0(d[0]),l=new z0(d[1]),u=new z0(d[2]),p=new z0(d[3]),m=new z0(d[4]),h=new z0(d[5]),b=new z0(d[6]),g=o+31>>5<<2,y=h.readBytes(g),w=new Array(o+1).fill(0),S=new Int16Array(o),R=[],L=0,T=0;for(let A=0;A<o;A++){let F=c.readU16(),D=(y[A>>3]&128>>(A&7))!==0,O=null;if(F===65535){let{size:U,haveInstructions:Y}=b3(new z0(m.peekRemaining())),q=0;Y&&(q=mt(p));let X=12+U+q,C=new Uint8Array(X),j=0;if(j=D0(F,C,j),!D)throw new Error("Invalid WOFF2 glyf: composite without bbox");let t0=h.readBytes(8),Z=t0[0]<<8|t0[1];S[A]=Z&32768?Z-65536:Z,C.set(t0,j),j+=8,C.set(m.readBytes(U),j),j+=U,Y&&(j=D0(q,C,j),C.set(b.readBytes(q),j)),O=C}else if(F>0){let U=[],Y=0;for(let n0=0;n0<F;n0++){let V=mt(l);Y+=V,U.push(V)}let q=u.readBytes(Y),X=p.peekRemaining(),{points:C,consumed:j}=c3(q,X,Y);p.offset+=j;let t0=mt(p),Z=D?h.readBytes(8):null,J=l3(C,F,t0,!!(f&&f[A>>3]&128>>(A&7))),Q=new Uint8Array(J.length);Q.set(J);let x0=0;if(x0=D0(F,Q,x0),Z)Q.set(Z,x0),x0+=8;else{let[n0,V,s0,f0]=u3(C);x0=D0(n0,Q,x0),x0=D0(V,Q,x0),x0=D0(s0,Q,x0),x0=D0(f0,Q,x0)}let l0=-1;for(let n0 of U)l0+=n0,x0=D0(l0,Q,x0);x0=D0(t0,Q,x0);let F0=b.peekRemaining().length,c0=Math.min(t0,F0),K=b.readBytes(c0);Q.set(K,x0),O=Q;let e0=Q[2]<<8|Q[3];S[A]=e0&32768?e0-65536:e0}else{if(D)throw new Error("Invalid WOFF2 glyf: empty glyph with bbox");O=new Uint8Array(0)}w[A]=T,R.push(O),T+=Xr(O.length),L=L+le(O)>>>0}if(w[o]=T,x!==(a?4:2)*(o+1))throw new Error("Invalid WOFF2 loca length");let N=w[o],P=new Uint8Array(N),E=0;for(let A of R){P.set(A,E),E+=A.length;let F=Xr(E)-E;E+=F}let B=m3(w,a);return{glyfData:P,locaData:B.data,glyfChecksum:L,locaChecksum:B.checksum,numGlyphs:o,indexFormat:a,xMins:S}}function h3(t){let x=new z0(t);return x.skip(34),x.readU16()}function g3(t,x,e,n){let r=new z0(t),o=r.readU8(),a=(o&1)===0,i=(o&2)===0;if(o&252)throw new Error("Invalid hmtx flags");if(a&&i)throw new Error("Invalid hmtx transform state");if(e<1||e>x)throw new Error("Invalid hmtx metrics count");let s=[],d=[];for(let l=0;l<e;l++)s.push(r.readU16());for(let l=0;l<e;l++)d.push(a?r.readS16():n[l]);for(let l=e;l<x;l++)d.push(i?r.readS16():n[l]);let f=new Uint8Array(2*x+2*e),c=0;for(let l=0;l<x;l++)l<e&&(c=D0(s[l],f,c)),c=D0(d[l],f,c);return{data:f,checksum:le(f)}}function y3(t,x,e){let n=e.tablesByTag.get(a6);if(!n)throw new Error("Invalid WOFF2: missing loca for glyf");let r=p3(x,n.dstLength);e.state.glyfInfo=r,e.tableMap.set(ht,r.glyfData),e.tableMap.set(a6,r.locaData)}function w3(t,x,e){if(!e.tableMap.has(a6))throw new Error("Invalid WOFF2: loca transformed without glyf")}function R3(t,x,e){let n=e.state.glyfInfo;if(!n)throw new Error("Invalid WOFF2: hmtx transform before glyf");let r=g3(x,n.numGlyphs,e.state.numHMetrics,n.xMins);e.tableMap.set(ui,r.data)}function S3(){return new Map([[ht,y3],[a6,w3],[ui,R3]])}function v3(t,x){let e=Array.from(x.entries()).sort((l,u)=>l[0]-u[0]),n=e.length,r=n3+r3*n,o=[];for(let[l,u]of e){let p=Xr(u.length);o.push({tag:l,checksum:le(u),offset:r,length:u.length,data:u}),r+=p}let a=new Uint8Array(r),i=0;i=o6(t>>>0,a,i),i=D0(n,a,i);let s=0;for(;1<<s+1<=n;)s++;let d=(1<<s)*16;i=D0(d,a,i),i=D0(s,a,i),i=D0(n*16-d,a,i);for(let l of o)i=o6(l.tag,a,i),i=o6(l.checksum,a,i),i=o6(l.offset,a,i),i=o6(l.length,a,i);for(let l of o)a.set(l.data,l.offset);let f=o.find(l=>l.tag===bi);if(f){let u=2981146554-le(a)>>>0;o6(u,a,f.offset+ce)}let c={};for(let[l,u]of e)c[mi(l)]=u;return{ttf:a,tables:c}}function L3(t,x,e){let n=new Map,r=new Map(t.tables.map(d=>[d.tag,d])),o={glyfInfo:null,numHMetrics:0},a={header:t,tableMap:n,tablesByTag:r,state:o},i=e.transformers,s=t.tables.slice().sort((d,f)=>d.tag-f.tag);for(let d of s){let f=d.srcOffset,c=f+d.srcLength;if(c>x.length)throw new Error("Invalid WOFF2: table outside brotli buffer");let l=x.subarray(f,c);if(!(d.flags&pt)){let p=new Uint8Array(l);d.tag===bi&&p.length>=12&&(p[ce]=0,p[ce+1]=0,p[ce+2]=0,p[ce+3]=0),n.set(d.tag,p),d.tag===a3&&(o.numHMetrics=h3(p));continue}let u=i.get(d.tag);if(!u)throw new Error(`Unsupported WOFF2 transform for ${mi(d.tag)}`);u(d,l,a)}return v3(t.flavor,n)}async function C3(t,x){let e=s3(x),n=f3(t),r=t.subarray(n.compressedOffset,n.compressedOffset+n.compressedLength),o=await e.decompress(r);if(o.byteLength!==n.uncompressedSize)throw new Error("Invalid WOFF2: brotli size mismatch");let a=L3(n,o,e);return{parsed:{flavor:n.flavor,numTables:n.numTables,tables:a.tables},ttfBuffer:a.ttf}}var e3,t3,pt,n3,r3,ce,o3,$,ht,a6,ui,a3,bi,i3,Xr,px,r6,hi=k0(()=>{"use strict";_r();li();e3=2001684018,t3=48,pt=256,n3=12,r3=16,ce=8,o3=100,$=t=>t.charCodeAt(0)<<24|t.charCodeAt(1)<<16|t.charCodeAt(2)<<8|t.charCodeAt(3),ht=$("glyf"),a6=$("loca"),ui=$("hmtx"),a3=$("hhea"),bi=$("head"),i3=[$("cmap"),$("head"),$("hhea"),$("hmtx"),$("maxp"),$("name"),$("OS/2"),$("post"),$("cvt "),$("fpgm"),ht,a6,$("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")];Xr=t=>t+3&-4;px={ON_CURVE:1,X_SHORT:2,Y_SHORT:4,REPEAT:8,X_SAME:16,Y_SAME:32,OVERLAP_SIMPLE:64},r6={ARG_WORDS:1,WE_HAVE_A_SCALE:8,MORE_COMPONENTS:32,WE_HAVE_AN_XY_SCALE:64,WE_HAVE_A_TWO_BY_TWO:128,WE_HAVE_INSTRUCTIONS:256}});var P2={};Q6(P2,{GlyphAtlas:()=>Gn,globalGlyphAtlas:()=>h6});var zn,Gn,h6,Pe=k0(()=>{"use strict";zn=class{constructor(x,e,n){this.y=x,this.height=e,this.xCursor=0,this.remaining=n}},Gn=class{constructor(x=2048){this.pageSize=2048;this.pages=[];this.placements=new Map;this.maxPages=8;this.pageSize=x}setMaxPages(x){!Number.isFinite(x)||x<1||(this.maxPages=Math.max(1,Math.floor(x)),this.evictIfNeeded())}clear(){this.pages=[],this.placements.clear()}getPages(){return this.pages.map(x=>({width:x.width,height:x.height,data:x.data.slice()}))}has(x){return this.placements.has(x)}getPlacement(x){return this.placements.get(x)??null}pack(x,e,n,r,o=0){if(this.placements.has(x))return this.placements.get(x);let a=this.pageSize,i=this.pageSize,s=2+Math.max(0,Math.floor(o)),d=n+s*2,f=r+s*2;for(let y=0;y<this.pages.length;y++){let w=this.pages[y];for(let R of w.shelves)if(f<=R.height&&d<=R.remaining){let L=R.xCursor+s,T=R.y+s;this.blitToPage(w.data,w.width,w.height,L,T,e,n,r),R.xCursor+=d,R.remaining-=d,w.used+=d*f,w.lastUsed=Date.now();let N={pageIndex:y,x:L,y:T,width:n,height:r};return this.placements.set(x,N),N}let S=w.shelves.reduce((R,L)=>R+L.height,0);if(S+f<=w.height){let R=S,L=new zn(R,f,w.width);w.shelves.push(L);let T=L.xCursor+s,N=L.y+s;this.blitToPage(w.data,w.width,w.height,T,N,e,n,r),L.xCursor+=d,L.remaining-=d,w.used+=d*f,w.lastUsed=Date.now();let P={pageIndex:y,x:T,y:N,width:n,height:r};return this.placements.set(x,P),P}}let c=a,l=i,u=new Uint8Array(c*l*4),p={width:c,height:l,data:u,shelves:[],used:0,lastUsed:Date.now()};if(f>l||d>c)return null;let m=new zn(0,f,c);p.shelves.push(m),this.pages.push(p),this.evictIfNeeded();let h=m.xCursor+s,b=m.y+s;this.blitToPage(p.data,p.width,p.height,h,b,e,n,r),m.xCursor+=d,m.remaining-=d,p.used+=d*f,p.lastUsed=Date.now();let g={pageIndex:this.pages.length-1,x:h,y:b,width:n,height:r};return this.placements.set(x,g),g}evictIfNeeded(){for(;this.pages.length>this.maxPages;)this.evictLeastRecentlyUsedPage()}evictLeastRecentlyUsedPage(){if(this.pages.length===0)return;let x=0,e=1/0;for(let n=0;n<this.pages.length;n++){let r=this.pages[n];r.lastUsed<e&&(e=r.lastUsed,x=n)}this.evictPage(x)}evictPage(x){if(!(x<0||x>=this.pages.length)){this.pages.splice(x,1);for(let[e,n]of Array.from(this.placements.entries()))n.pageIndex===x?this.placements.delete(e):n.pageIndex>x&&this.placements.set(e,{...n,pageIndex:n.pageIndex-1})}}blitToPage(x,e,n,r,o,a,i,s){for(let d=0;d<s;d++){let f=d*i,c=(o+d)*e,l=r;for(let u=0;u<i;u++){let p=a[f+u],m=(c+l)*4;x[m]=0,x[m+1]=0,x[m+2]=0,x[m+3]=p,l++}}}},h6=new Gn(2048)});var ur=class{async load(x){let e=await fetch(x);if(!e.ok)throw new Error(`Failed to fetch resource: ${x} (${e.status})`);return await e.arrayBuffer()}},bo=globalThis.DecompressionStream,br=class{async inflateRaw(x){if(!bo)throw new Error("DecompressionStream not available; provide a polyfill (e.g., pako) for inflateRaw.");let e=new bo("deflate-raw"),n=e.writable.getWriter();await n.write(new Uint8Array(x)),await n.close();let r=e.readable.getReader(),o=[],a=0;for(;;){let{done:d,value:f}=await r.read();if(d)break;o.push(f),a+=f.byteLength}let i=new Uint8Array(a),s=0;for(let d of o)i.set(d,s),s+=d.byteLength;return i}},R6=class{constructor(){this.loader=new ur,this.compression=new br}resolveLocal(x,e){if(/^data:/i.test(x)||/^[a-z][a-z0-9+\-.]*:\/\//i.test(x)||x.startsWith("//"))return x;if(e)try{return new URL(x,e).toString()}catch{}throw new Error(`Local path resolution is not supported in browser environment: ${x}`)}now(){return typeof performance<"u"?performance.now():Date.now()}getEnv(x){}fileURLToPath(x){if(x.startsWith("file://")){let e=x.slice(7);return e.startsWith("/")&&/^[A-Z]:/i.test(e.slice(1))&&(e=e.slice(1)),e.replace(/\//g,"/")}return x}pathToFileURL(x){try{return new URL(`file://${x.startsWith("/")?"":"/"}${x}`).toString()}catch{return x}}pathResolve(...x){return x.filter(Boolean).join("/").replace(/\/+/g,"/")}pathJoin(...x){return x.filter(Boolean).join("/").replace(/\/+/g,"/")}pathDirname(x){let e=x.split("/");return e.length<=1?".":e.slice(0,-1).join("/")||"/"}pathIsAbsolute(x){return x.startsWith("/")||/^[A-Z]:/i.test(x)}};function mo(t){let x=globalThis;x.__PAGYRA_ENV__=t}function po(){return globalThis.__PAGYRA_ENV__}function J6(t){return new DOMParser().parseFromString(t,"text/html")}var Ne=class{constructor(x,e,n,r,o,a,i){this.metrics=x;this.glyphMetrics=e;this.cmap=n;this.headBBox=r;this.getGlyphOutline=o;this.kerning=a;this.getRawTableData=i}};var l5={trace:"\x1B[90m",debug:"\x1B[36m",info:"\x1B[32m",warn:"\x1B[33m",error:"\x1B[31m"},go={parse:"\x1B[95m",style:"\x1B[94m",layout:"\x1B[96m",paint:"\x1B[93m",font:"\x1B[92m",encoding:"\x1B[35m",pdf:"\x1B[91m"},L9=Object.keys(go),ho="\x1B[0m",u5="\x1B[37m",Ee=["trace","debug","info","warn","error"],S6={level:"warn",cats:new Set};function yo(t){t&&(t.level&&(S6.level=t.level),t.cats&&(S6.cats=new Set(t.cats.map(x=>x.toLowerCase()))))}function k(t,x,e,n){let r=x.toLowerCase(),o=t.toLowerCase(),a=Ee.includes(S6.level)?S6.level:"warn";if(!Ee.includes(r)||Ee.indexOf(r)<Ee.indexOf(a)||S6.cats.size&&!S6.cats.has(o))return;let i=l5[r]??"",s=go[o]??u5,d=`${i}[${r.toUpperCase()}]${ho} ${s}${t}${ho}`;n!==void 0?console.log(d,e,n):console.log(d,e)}function wo(t){let x=document.createElement("style");x.textContent=t,document.head.appendChild(x);let e=x.sheet,n=[];if(e){let r=e.cssRules||[];for(let o=0;o<r.length;o++){let a=r[o];if(a.type===CSSRule.STYLE_RULE){let i=a,s=[],d=i.style;for(let f=0;f<d.length;f++){let c=d[f];s.push({property:c,value:d.getPropertyValue(c)})}n.push({type:i.type,selectors:[i.selectorText],declarations:s})}else if(a.type===CSSRule.MEDIA_RULE){let i=a,s=[];for(let d=0;d<i.cssRules.length;d++){let f=i.cssRules[d];if(f.type===CSSRule.STYLE_RULE){let c=[],l=f.style;for(let u=0;u<l.length;u++){let p=l[u];c.push({property:p,value:l.getPropertyValue(p)})}s.push({type:f.type,selectors:[f.selectorText],declarations:c})}}n.push({type:a.type,media:a.conditionText,rules:s})}}}return document.head.removeChild(x),{type:"stylesheet",stylesheet:{rules:n}}}function Ro(t){if(!t?.trim())return null;function x(s){let d=s.replace(/\s+/g,"");if(d==="odd")return{a:2,b:1};if(d==="even")return{a:2,b:0};if(/^[+-]?\d+$/.test(d))return{a:0,b:parseInt(d,10)};let f=/^([+-]?\d*)n([+-]?\d+)?$/.exec(d);if(!f)return null;let c=f[1]===""||f[1]==="+"?1:f[1]==="-"?-1:parseInt(f[1],10),l=f[2]?parseInt(f[2],10):0;return{a:c,b:l}}function e(s){let d=s.trim();if(!d)return null;let f=null;if(d[0]==="*")f=null,d=d.slice(1);else if(!["#",".","[",":"].includes(d[0])){let h=/^[a-zA-Z][a-zA-Z0-9-]*/.exec(d);h&&(f=h[0].toLowerCase(),d=d.slice(h[0].length))}let c=null,l=[],u=[],p=[];for(;d.length;){let h=d[0];if(h==="#"){let b=/^#[^.#[\]:\s>+~]+/.exec(d);if(!b)break;c=b[0].slice(1),d=d.slice(b[0].length);continue}if(h==="."){let b=/^\.[^.#[\]:\s>+~]+/.exec(d);if(!b)break;l.push(b[0].slice(1)),d=d.slice(b[0].length);continue}if(h==="["){let b=/^\[(\s*[-\w:]+\s*(?:([~|^$*]?=)\s*(?:"([^"]*)"|'([^']*)'|([^\]-\s]+))\s*)?)\]/.exec(d);if(!b)break;let g=b[1].match(/^[-\w:]+/)[0],y=b[2]??"exists",w=b[3]??b[4]??b[5],S=y==="exists"?{name:g,op:y}:{name:g,op:y,value:w};u.push(S),d=d.slice(b[0].length);continue}if(h===":"){let b=/^:first-child/.exec(d);if(b){p.push({kind:"first-child"}),d=d.slice(b[0].length);continue}if(b=/^:last-child/.exec(d),b){p.push({kind:"last-child"}),d=d.slice(b[0].length);continue}if(b=/^:root\b/.exec(d),b){p.push({kind:"root"}),d=d.slice(b[0].length);continue}if(b=/^:nth-child\(\s*([^)]+)\s*\)/.exec(d),b){let g=x(b[1]);g&&p.push({kind:"nth-child",a:g.a,b:g.b}),d=d.slice(b[0].length);continue}if(b=/^:not\(\s*([^)]+)\s*\)/.exec(d),b){let g=b[1],y=e(g);y&&p.push({kind:"not",inner:y}),d=d.slice(b[0].length);continue}return null}break}return{tag:f,id:c,classes:l,attrs:u,pseudos:p}}let n=t.trim().replace(/\s+/g," "),r=[],o=0;for(;o<n.length;){let s=n[o];if(s===" "||s===">"||s==="+"||s==="~"){if(s===" "){for(;n[o]===" ";)o++;r.push(" ")}else r.push(s),o++,n[o]===" "&&o++;continue}let d=o,f=0,c=0;for(;d<n.length;){let p=n[d];if(p==="[")f++;else if(p==="]")f=Math.max(0,f-1);else if(p==="(")c++;else if(p===")")c=Math.max(0,c-1);else if(f===0&&c===0&&(p===" "||p===">"||p==="+"||p==="~"))break;d++}let l=n.slice(o,d),u=e(l);if(!u)return null;r.push(u),o=d}let a=[];for(let s=0;s<r.length;s++){let d=r[s];if(typeof d!="string"){let f,c=s-1;for(;c>=0&&r[c]===" ";){f=" ",c--;break}c>=0&&typeof r[c]=="string"&&r[c]!==" "&&(f=r[c]);let l={simple:d,combinatorToLeft:f};a.push(l)}}return a.length?a:null}function mr(t){let x=t.classes.length?"."+t.classes.slice().sort().join("."):"",e=t.attrs.length?"["+t.attrs.map(i=>i.op==="exists"?i.name:`${i.name}${i.op}"${i.value}"`).sort().join("][")+"]":"",n=t.pseudos.length?":"+t.pseudos.map(i=>{switch(i.kind){case"first-child":return"first-child";case"last-child":return"last-child";case"nth-child":return`nth-child(${i.a}n+${i.b})`;case"not":return`not(${mr(i.inner)})`;default:return""}}).filter(i=>i!=="").sort().join(":"):"",r=t.tag??"*",o=t.id?`#${t.id}`:"";return`${r}${o}${x}${e}${n}`}function So(t){let x=Ro(t);if(!x)return null;let e=new WeakMap;function n(d,f,c){let l=e.get(d);l||(l=new Map,e.set(d,l));let u=mr(f);if(l.has(u))return l.get(u);let p=c(d,f);return l.set(u,p),p}function r(d,f){return typeof d.getAttribute=="function"?d.getAttribute(f):null}function o(d,f){let c=r(d,f.name);if(f.op==="exists")return c!==null;if(c===null)return!1;let l;switch(f.op){case"=":l=c===f.value;break;case"~=":l=c.split(/\s+/).includes(f.value);break;case"|=":l=c===f.value||c.startsWith(f.value+"-");break;case"^=":l=c.startsWith(f.value);break;case"$=":l=c.endsWith(f.value);break;case"*=":l=c.includes(f.value);break;default:l=!1;break}return l}function a(d){let f=d.parentElement;if(!f)return-1;let c=0;for(let l=f.firstElementChild;l;l=l.nextElementSibling)if(c++,l===d)return c;return-1}function i(d,f){if(f.kind==="first-child")return a(d)===1;if(f.kind==="last-child"){let c=d.parentElement;return c?c.lastElementChild===d:!1}if(f.kind==="nth-child"){let c=a(d);if(c<1)return!1;let{a:l,b:u}=f,p;return l===0?p=c===u:p=(c-u)%l===0&&(c-u)/l>=0,p}if(f.kind==="not")return!s(d,f.inner);if(f.kind==="root"){let c=d.ownerDocument;return!c||!c.documentElement?!1:c.documentElement===d}return!1}function s(d,f){if(f.tag&&d.tagName.toLowerCase()!==f.tag||f.id&&d.id!==f.id)return!1;let c=d.classList;for(let l of f.classes)if(!c?.contains?.(l))return!1;for(let l of f.attrs)if(!o(d,l))return!1;for(let l of f.pseudos)if(!i(d,l))return!1;return!0}return function(f){let c=f,l=x.length-1;if(!c||!n(c,x[l].simple,s))return!1;for(l--;l>=0;){let u=x[l],p=x[l+1].combinatorToLeft;if(p===">"){if(c=c.parentElement,!c||!n(c,u.simple,s))return!1;l--;continue}if(p===" "){let m=c.parentElement,h=!1;for(;m;){if(n(m,u.simple,s)){c=m,h=!0;break}m=m.parentElement}if(!h)return!1;l--;continue}if(p==="+"){let m=c.previousElementSibling;if(!m||!n(m,u.simple,s))return!1;c=m,l--;continue}if(p==="~"){let m=c.previousElementSibling,h=!1;for(;m;){if(n(m,u.simple,s)){c=m,h=!0;break}m=m.previousElementSibling}if(!h)return!1;l--;continue}if(!n(c,u.simple,s))return!1;l--}return!0}}function m5(t){let x={styleRules:[],fontFaceRules:[]};if(!t.trim())return x;let n=wo(t).stylesheet?.rules??[];for(let r of n)if(r.type==="rule"){let o=r,a=o.selectors??[],i=o.declarations??[],s={};for(let d of i){if(d.type!=="declaration")continue;let f=d;if(!f.property||f.value===void 0)continue;let c=f.property.trim();c.startsWith("--")?s[c]=f.value.trim():s[c.toLowerCase()]=f.value.trim()}for(let d of a){let f=So(d.trim());if(!f){console.warn(`Invalid CSS selector: ${d.trim()}`);continue}x.styleRules.push({selector:d,declarations:{...s},match:f})}}else if(r.type==="font-face"){let a=r.declarations??[],i={};for(let s of a){if(s.type!=="declaration")continue;let d=s;if(!d.property||d.value===void 0)continue;let f=d.property.trim();f.startsWith("--")?i[f]=d.value.trim():i[f.toLowerCase()]=d.value.trim()}x.fontFaceRules.push({declarations:i})}return x}function De(t){return m5(t)}var vo=0,Lo=0;function pr(t,x){vo=Number.isFinite(t)&&t>0?t:0,Lo=Number.isFinite(x)&&x>0?x:0}function Co(){return vo}function To(){return Lo}var Fo={kind:"auto"};function v6(t){return{kind:"absolute",unit:"percent",value:t}}function d0(t,x){return{kind:"relative",unit:t,value:x}}function p5(t){return!t||typeof t!="object"?!1:t.kind==="relative"}function Oe(t,x,e){return t.unit==="em"?t.value*x:t.value*e}function N0(t,x,e){if(t!==void 0)return typeof t=="number"?t:Oe(t,x,e)}function Bo(t,x,e){if(t!==void 0)return p5(t)?Oe(t,x,e):t}function E0(t){return typeof t=="string"?t==="auto":typeof t=="number"?!1:t.kind==="auto"}function v(t,x,e={auto:"reference"}){let n=e.auto??"reference";return t===void 0?0:typeof t=="number"?t:t==="auto"||t.kind==="auto"?Po(n,x):t.unit==="percent"?t.value*x:t.value}function We(t,x,e){let n=e??Number.POSITIVE_INFINITY,r=x??Number.NEGATIVE_INFINITY;return Math.min(Math.max(t,r),n)}function Po(t,x){return t==="reference"?x:t==="zero"?0:t}var h5=/^(-?\d+(?:\.\d+)?)%$/;function r0(t){if(!t)return;let x=t.trim().toLowerCase();if(!x||x==="auto")return;let e=x.match(/^(-?\d+(?:\.\d+)?)(px|pt|vh|vw|em|rem|cm|mm|q|in|pc)?$/);if(!e)return;let n=Number.parseFloat(e[1]);if(Number.isNaN(n))return;let r=e[2]??"px";switch(r){case"px":return n;case"pt":return ox(n);case"cm":return Ao(n);case"mm":return Mo(n);case"q":return ko(n);case"in":return Io(n);case"pc":return No(n);case"vh":return n/100*To();case"vw":return n/100*Co();case"em":case"rem":return d0(r,n);default:return}}function Ue(t){let x=t.trim().match(/^(-?\d+(?:\.\d+)?)(px|pt|em|rem)?$/i);if(!x)return;let e=Number.parseFloat(x[1]),n=(x[2]??"px").toLowerCase();return n==="pt"?(e=ox(e),e):n==="em"||n==="rem"?d0(n,e):e}function L6(t){let x=r0(t);if(x!==void 0)return x;let e=h5.exec(t.trim());if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isNaN(n))return v6(n/100)}function Lx(t){if(!t)return;let x=t.trim().toLowerCase();return x==="auto"?"auto":r0(x)}var _x=96,hr=1/2.54;function Ao(t){return t*hr*_x}function Mo(t){return t/10*hr*_x}function ko(t){return t/40*hr*_x}function Io(t){return t*_x}function No(t){return t*(_x/6)}function ox(t){return t*(_x/72)}function gr(t){return t*(72/_x)}function He(t){return{parseLength:x=>r0(x),parseLengthOrPercent:x=>L6(x)}}var yr=1.2;function o0(){return{kind:"normal"}}function Eo(t){return{kind:"unitless",value:t}}function Do(t){return{kind:"length",value:t}}function j0(t){switch(t.kind){case"normal":return o0();case"unitless":return Eo(t.value);case"length":return Do(t.value);default:return o0()}}function Oo(t,x,e){switch(t.kind){case"normal":return o0();case"unitless":return Eo(t.value);case"length":{let n=t.value,r=typeof n=="number"?n:Oe(n,x,e);return Do(r)}default:return o0()}}function Wo(t,x){return t.kind!==x.kind?!1:t.kind==="unitless"||t.kind==="length"?t.value===x.value:!0}function Uo(t,x,e=yr){let n=x??16;if(!t)return n*e;switch(t.kind){case"normal":return n*e;case"unitless":return t.value*n;case"length":return t.value;default:return n*e}}function C6(t,x){return t*x}function xe(t,x){return t*x}var z=class{static getFontFamily(){return"'Times New Roman', Times, serif"}static getFontSize(){return 1}static getBaseFontSize(){return 16}static getLineHeight(){return yr}static getColor(){return"#000000"}static getLetterSpacing(){return 0}static getWordSpacing(){return 0}static getFontWeight(){return 400}},y0=class{static getMargin(){return 0}static getPadding(){return 0}static getBorder(){return 0}static getWidth(){return"auto"}static getHeight(){return"auto"}static getMinWidth(){}static getMaxWidth(){}static getMinHeight(){}static getMaxHeight(){}},Cx=class{static getDisplay(){return"block"}static getPosition(){return"static"}static getFloat(){return"none"}static getClear(){return"none"}static getOverflowX(){return"visible"}static getOverflowY(){return"visible"}},Z0=class{static getWhiteSpace(){return"normal"}static getOverflowWrap(){return"normal"}static getTextWrap(){return"wrap"}static getWritingMode(){return"horizontal-tb"}static getTextAlign(){return"start"}static getVerticalAlign(){return"baseline"}static getTextIndent(){return 0}static getTextTransform(){return"none"}};function Sr(){let t=z.getBaseFontSize();return{fontFamily:z.getFontFamily(),fontSize:C6(z.getFontSize(),t),fontStyle:"normal",fontWeight:z.getFontWeight(),lineHeight:o0(),color:z.getColor(),borderColor:z.getColor(),letterSpacing:z.getLetterSpacing(),wordSpacing:z.getWordSpacing(),textDecorationLine:"none",textDecorationColor:"currentcolor",textDecorationStyle:"solid",listStyleType:"disc",marginTop:xe(y0.getMargin(),C6(z.getFontSize(),t)),marginRight:xe(y0.getMargin(),C6(z.getFontSize(),t)),marginBottom:xe(y0.getMargin(),C6(z.getFontSize(),t)),marginLeft:xe(y0.getMargin(),C6(z.getFontSize(),t)),paddingTop:y0.getPadding(),paddingRight:y0.getPadding(),paddingBottom:y0.getPadding(),paddingLeft:y0.getPadding(),borderTop:y0.getBorder(),borderRight:y0.getBorder(),borderBottom:y0.getBorder(),borderLeft:y0.getBorder(),borderTopLeftRadiusX:0,borderTopLeftRadiusY:0,borderTopRightRadiusX:0,borderTopRightRadiusY:0,borderBottomRightRadiusX:0,borderBottomRightRadiusY:0,borderBottomLeftRadiusX:0,borderBottomLeftRadiusY:0,boxShadows:[],width:y0.getWidth(),height:y0.getHeight(),minWidth:y0.getMinWidth(),maxWidth:y0.getMaxWidth(),minHeight:y0.getMinHeight(),maxHeight:y0.getMaxHeight(),display:Cx.getDisplay(),position:Cx.getPosition(),float:"none",clear:Cx.getClear(),overflowX:Cx.getOverflowX(),overflowY:Cx.getOverflowY(),whiteSpace:Z0.getWhiteSpace(),overflowWrap:Z0.getOverflowWrap(),textWrap:Z0.getTextWrap(),writingMode:Z0.getWritingMode(),textAlign:Z0.getTextAlign(),verticalAlign:Z0.getVerticalAlign(),textIndent:Z0.getTextIndent(),textTransform:Z0.getTextTransform(),flexGrow:0,flexShrink:1,flexBasis:Fo,alignItems:"stretch",alignSelf:"auto",justifyContent:"flex-start",alignContent:"stretch",flexDirection:"row",flexWrap:!1,trackListColumns:[],trackListRows:[],autoFlow:"row",rowGap:0,columnGap:0,tableLayout:"auto",borderModel:"separate",breakBefore:"auto",breakAfter:"auto",breakInside:"auto",widows:2,orphans:2,opacity:1}}var vr=class{constructor(){this.elementDefaults={html:{display:"block",fontSize:16,fontFamily:z.getFontFamily(),color:z.getColor()},body:{display:"block",margin:8,fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},h1:{display:"block",marginTop:d0("em",.67),marginBottom:d0("em",.67),marginLeft:0,marginRight:0,fontSize:d0("em",2),lineHeight:o0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h2:{display:"block",marginTop:d0("em",.83),marginBottom:d0("em",.83),marginLeft:0,marginRight:0,fontSize:d0("em",1.5),lineHeight:o0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h3:{display:"block",marginTop:d0("em",1),marginBottom:d0("em",1),marginLeft:0,marginRight:0,fontSize:d0("em",1.17),lineHeight:o0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h4:{display:"block",marginTop:d0("em",1.33),marginBottom:d0("em",1.33),marginLeft:0,marginRight:0,fontSize:d0("em",1),lineHeight:o0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h5:{display:"block",marginTop:d0("em",1.67),marginBottom:d0("em",1.67),marginLeft:0,marginRight:0,fontSize:d0("em",.83),lineHeight:o0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h6:{display:"block",marginTop:d0("em",2.33),marginBottom:d0("em",2.33),marginLeft:0,marginRight:0,fontSize:d0("em",.67),lineHeight:o0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},p:{display:"block",marginTop:d0("em",1),marginRight:0,marginBottom:d0("em",1),marginLeft:0,fontSize:d0("em",1),lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},ul:{display:"block",marginTop:d0("em",1),marginBottom:d0("em",1),paddingLeft:40,listStyleType:"disc",fontSize:d0("em",1),lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},ol:{display:"block",marginTop:d0("em",1),marginBottom:d0("em",1),paddingLeft:40,listStyleType:"decimal",fontSize:d0("em",1),lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},li:{display:"block",fontSize:d0("em",1),lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},a:{display:"inline",color:"#0000EE",textAlign:"start",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily()},strong:{display:"inline",fontSize:16,fontWeight:700,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},em:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},b:{display:"inline",fontSize:16,fontWeight:700,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},i:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},s:{display:"inline",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},del:{display:"inline",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},u:{display:"inline",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"underline"},strike:{display:"inline",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},code:{display:"inline",fontSize:14,lineHeight:o0(),fontFamily:"Monaco, 'Courier New', monospace",color:z.getColor()},table:{display:"table",borderCollapse:"separate",borderSpacing:2,fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},thead:{display:"table-header-group",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},tbody:{display:"table-row-group",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},tfoot:{display:"table-footer-group",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},tr:{display:"table-row",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},th:{display:"table-cell",padding:8,fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor(),fontWeight:700,textAlign:"center",verticalAlign:"middle"},td:{display:"table-cell",padding:8,fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor(),verticalAlign:"middle"},input:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},button:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},textarea:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},div:{display:"block",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},span:{display:"inline",fontSize:16,lineHeight:o0(),fontFamily:z.getFontFamily(),color:z.getColor()},img:{display:"inline-block",border:0},br:{display:"inline"}}}getDefaultsForElement(x){let e=x.toLowerCase();return this.elementDefaults[e]||{}}getAllDefaults(){return{...this.elementDefaults}}},jo=new vr,ee=class{static getDefaultsForElement(x){return jo.getDefaultsForElement(x)}static getAllDefaults(){return jo.getAllDefaults()}};var Px=class{static createBaseDefaults(){return Sr()}static mergeElementDefaults(x,e){let n={...x};return e.fontSize!==void 0&&(n.fontSize=e.fontSize),e.fontStyle!==void 0&&(n.fontStyle=e.fontStyle),e.lineHeight!==void 0&&(n.lineHeight=j0(e.lineHeight)),e.fontFamily!==void 0&&(n.fontFamily=e.fontFamily),e.fontWeight!==void 0&&(n.fontWeight=e.fontWeight),e.color!==void 0&&(n.color=e.color),e.borderColor!==void 0&&(n.borderColor=e.borderColor),e.margin!==void 0&&(n.marginTop=e.margin,n.marginRight=e.margin,n.marginBottom=e.margin,n.marginLeft=e.margin),e.marginTop!==void 0&&(n.marginTop=e.marginTop),e.marginRight!==void 0&&(n.marginRight=e.marginRight),e.marginBottom!==void 0&&(n.marginBottom=e.marginBottom),e.marginLeft!==void 0&&(n.marginLeft=e.marginLeft),e.padding!==void 0&&(n.paddingTop=e.padding,n.paddingRight=e.padding,n.paddingBottom=e.padding,n.paddingLeft=e.padding),e.paddingTop!==void 0&&(n.paddingTop=e.paddingTop),e.paddingRight!==void 0&&(n.paddingRight=e.paddingRight),e.paddingBottom!==void 0&&(n.paddingBottom=e.paddingBottom),e.paddingLeft!==void 0&&(n.paddingLeft=e.paddingLeft),e.border!==void 0&&(n.borderTop=e.border,n.borderRight=e.border,n.borderBottom=e.border,n.borderLeft=e.border),e.borderTop!==void 0&&(n.borderTop=e.borderTop),e.borderRight!==void 0&&(n.borderRight=e.borderRight),e.borderBottom!==void 0&&(n.borderBottom=e.borderBottom),e.borderLeft!==void 0&&(n.borderLeft=e.borderLeft),e.display!==void 0&&(n.display=e.display),e.objectFit!==void 0&&(n.objectFit=e.objectFit),e.textAlign!==void 0&&(n.textAlign=e.textAlign),e.textIndent!==void 0&&(n.textIndent=e.textIndent),e.verticalAlign!==void 0&&(n.verticalAlign=e.verticalAlign),e.listStyleType!==void 0&&(n.listStyleType=e.listStyleType),e.textDecorationLine!==void 0&&(n.textDecorationLine=e.textDecorationLine),e.overflowWrap!==void 0&&(n.overflowWrap=e.overflowWrap),e.textTransform!==void 0&&(n.textTransform=e.textTransform),n}};var Yx=class t{constructor(){this.properties=new Map}set(x,e){x.startsWith("--")&&this.properties.set(x,e.trim())}get(x){return this.properties.get(x)}has(x){return this.properties.has(x)}clone(){let x=new t;return this.properties.forEach((e,n)=>{x.set(n,e)}),x}inherit(x){if(!x)return this.clone();let e=x.clone();return this.properties.forEach((n,r)=>{e.set(r,n)}),e}keys(){return Array.from(this.properties.keys())}get size(){return this.properties.size}},w5=/var\s*\(\s*(--[a-zA-Z0-9_-]+)\s*(?:,\s*([^)]+))?\s*\)/g;function $o(t){return t.includes("var(")}function Vo(t,x,e=10){if(!$o(t))return t;if(e<=0)return console.warn("CSS variable resolution depth limit reached"),t;let n=t,r=t.matchAll(w5);for(let o of r){let a=o[0],i=o[1],s=o[2]?.trim(),d=x.get(i);if(d===void 0)if(s!==void 0)d=s;else{console.warn(`CSS variable ${i} not found and no fallback provided`);continue}n=n.replace(a,d)}return $o(n)&&(n=Vo(n,x,e-1)),n.trim()}function _o(t){let x=new Yx;for(let[e,n]of Object.entries(t))e.startsWith("--")&&x.set(e,n);return x}function Yo(t,x){let e={};for(let[n,r]of Object.entries(t))n.startsWith("--")?e[n]=r:e[n]=Vo(r,x);return e}var Xx=Px.createBaseDefaults(),$0=class{constructor(x){let e={...Xx,...x,flexBasis:x?.flexBasis??Xx.flexBasis,trackListColumns:[...x?.trackListColumns??Xx.trackListColumns],trackListRows:[...x?.trackListRows??Xx.trackListRows],backgroundLayers:x?.backgroundLayers?[...x.backgroundLayers]:[],textShadows:x?.textShadows?[...x.textShadows]:[]};this.display=e.display,this.position=e.position,this.zIndex=e.zIndex,this.float=e.float,this.clear=e.clear,this.overflowX=e.overflowX,this.overflowY=e.overflowY,this.whiteSpace=e.whiteSpace,this.overflowWrap=e.overflowWrap,this.textWrap=e.textWrap,this.writingMode=e.writingMode,this.width=e.width,this.height=e.height,this.minWidth=e.minWidth,this.maxWidth=e.maxWidth,this.minHeight=e.minHeight,this.maxHeight=e.maxHeight,this.marginTop=e.marginTop,this.marginRight=e.marginRight,this.marginBottom=e.marginBottom,this.marginLeft=e.marginLeft,this.paddingTop=e.paddingTop,this.paddingRight=e.paddingRight,this.paddingBottom=e.paddingBottom,this.paddingLeft=e.paddingLeft,this.borderTop=e.borderTop,this.borderRight=e.borderRight,this.borderBottom=e.borderBottom,this.borderLeft=e.borderLeft,this.borderTopLeftRadiusX=e.borderTopLeftRadiusX,this.borderTopLeftRadiusY=e.borderTopLeftRadiusY,this.borderTopRightRadiusX=e.borderTopRightRadiusX,this.borderTopRightRadiusY=e.borderTopRightRadiusY,this.borderBottomRightRadiusX=e.borderBottomRightRadiusX,this.borderBottomRightRadiusY=e.borderBottomRightRadiusY,this.borderBottomLeftRadiusX=e.borderBottomLeftRadiusX,this.borderBottomLeftRadiusY=e.borderBottomLeftRadiusY,this.borderStyleTop=e.borderStyleTop,this.borderStyleRight=e.borderStyleRight,this.borderStyleBottom=e.borderStyleBottom,this.borderStyleLeft=e.borderStyleLeft,this.backgroundLayers=e.backgroundLayers,this.borderColor=e.borderColor,this.boxShadows=[...e.boxShadows],this.textShadows=[...e.textShadows],this.color=e.color,this.fontFamily=e.fontFamily,this.fontWeight=e.fontWeight,this.fontStyle=e.fontStyle,this.fontVariant=e.fontVariant,this.fontVariantNumeric=e.fontVariantNumeric,this.content=e.content,this.clipPath=e.clipPath,this.objectFit=e.objectFit,this.zIndex=e.zIndex,this.left=e.left,this.right=e.right,this.top=e.top,this.bottom=e.bottom,this.insetInlineStart=e.insetInlineStart,this.insetInlineEnd=e.insetInlineEnd,this.insetBlockStart=e.insetBlockStart,this.insetBlockEnd=e.insetBlockEnd,this.fontSize=e.fontSize,this.lineHeight=j0(e.lineHeight),this.letterSpacing=e.letterSpacing,this.wordSpacing=e.wordSpacing,this.flexGrow=e.flexGrow,this.flexShrink=e.flexShrink,this.flexBasis=e.flexBasis,this.listStyleType=e.listStyleType,this.alignItems=e.alignItems,this.alignSelf=e.alignSelf,this.justifyContent=e.justifyContent,this.alignContent=e.alignContent,this.flexDirection=e.flexDirection,this.flexWrap=e.flexWrap,this.trackListColumns=e.trackListColumns,this.trackListRows=e.trackListRows,this.autoFlow=e.autoFlow,this.rowGap=e.rowGap,this.columnGap=e.columnGap,this.tableLayout=e.tableLayout,this.borderModel=e.borderModel,this.breakBefore=e.breakBefore,this.breakAfter=e.breakAfter,this.breakInside=e.breakInside,this.widows=e.widows,this.orphans=e.orphans,this.textIndent=e.textIndent,this.textTransform=e.textTransform,this.transform=x?.transform??void 0,this.textAlign=x?.textAlign??void 0,this.verticalAlign=x?.verticalAlign??void 0,this.textDecorationLine=x?.textDecorationLine??Xx.textDecorationLine,this.textDecorationColor=x?.textDecorationColor??Xx.textDecorationColor,this.textDecorationStyle=x?.textDecorationStyle??Xx.textDecorationStyle,this.opacity=e.opacity,this.customProperties=x?.customProperties??new Yx}get backgroundColor(){if(this.backgroundLayers)for(let x=this.backgroundLayers.length-1;x>=0;x--){let e=this.backgroundLayers[x];if(e.kind==="color")return e.color}}};function B0(t){return Uo(t?.lineHeight,t?.fontSize)}var Ge=class t{constructor(){this.x=0;this.y=0;this.contentWidth=0;this.contentHeight=0;this.scrollWidth=0;this.scrollHeight=0;this.borderBoxWidth=0;this.borderBoxHeight=0;this.marginBoxWidth=0;this.marginBoxHeight=0;this.baseline=0}clone(){let x=new t;return x.x=this.x,x.y=this.y,x.contentWidth=this.contentWidth,x.contentHeight=this.contentHeight,x.scrollWidth=this.scrollWidth,x.scrollHeight=this.scrollHeight,x.borderBoxWidth=this.borderBoxWidth,x.borderBoxHeight=this.borderBoxHeight,x.marginBoxWidth=this.marginBoxWidth,x.marginBoxHeight=this.marginBoxHeight,x.baseline=this.baseline,x.usedMarginLeft=this.usedMarginLeft,x.usedMarginRight=this.usedMarginRight,x}};var w0=class{constructor(x,e=[],n){this.style=x;this.box=new Ge;this.parent=null;this.childrenInternal=[];this.establishesBFC=!1;this.establishesIFC=!1;this.establishesFFC=!1;this.establishesGFC=!1;this.establishesTFC=!1;this.intrinsicInlineSize=n?.intrinsicInlineSize,this.intrinsicBlockSize=n?.intrinsicBlockSize,this.textContent=n?.textContent,this.tagName=n?.tagName,this.lineBoxes=n?.lineBoxes,this.inlineRuns=n?.inlineRuns,this.customData=n?.customData,this.tableColSpan=n?.tableColSpan,this.tableRowSpan=n?.tableRowSpan,this.tableCellOrigin=n?.tableCellOrigin;for(let r of e)this.appendChild(r)}get children(){return this.childrenInternal}appendChild(x){return x.parent=this,this.childrenInternal.push(x),this}removeChild(x){let e=this.childrenInternal.indexOf(x);e>=0&&(this.childrenInternal.splice(e,1),x.parent=null)}nearestAncestor(x){let e=this.parent;for(;e;){if(x(e))return e;e=e.parent}return null}walk(x,e=!0){e&&x(this);for(let n of this.childrenInternal)n.walk(x,!0)}postOrder(x){for(let e of this.childrenInternal)e.postOrder(x);x(this)}shift(x,e){if(this.box.x+=x,this.box.y+=e,this.box.baseline+=e,this.inlineRuns)for(let n of this.inlineRuns)n.startX+=x,n.baseline+=e;for(let n of this.childrenInternal)n.shift(x,e)}};var je=class{constructor(x){this.options=x;this.envAccessor=x.getEnv??(()=>{})}get viewport(){return this.options.viewport}get fontEmbedder(){return this.options.fontEmbedder}getEnv(x){return this.envAccessor(x)}};var $e=class{create(x,e){return{env:x,layoutChild:e}}};var te=[100,200,300,400,500,600,700,800,900];function g0(t){if(!Number.isFinite(t??NaN))return 400;let x=Math.min(900,Math.max(100,t)),e=400,n=Math.abs(e-x);for(let r of te){let o=Math.abs(r-x);o<n&&(n=o,e=r)}return e}function Xo(t,x){let e=g0(t),n=te.indexOf(e);return n===-1?e:x==="bolder"?te[Math.min(te.length-1,n+1)]:te[Math.max(0,n-1)]}function ne(t,x){let e=t.trim().toLowerCase();switch(e){case"normal":return 400;case"bold":return 700;case"bolder":return Xo(x,"bolder");case"lighter":return Xo(x,"lighter");case"inherit":return x!==void 0?g0(x):void 0;case"initial":return 400;default:{let n=Number.parseFloat(e);return Number.isFinite(n)?g0(n):void 0}}}function qo(t){return g0(t).toString()}function Ko(t){return g0(t)>=600}var Zo={32:250,33:333,34:408,35:500,36:500,37:833,38:778,39:333,40:333,41:333,42:500,43:564,44:250,45:333,46:250,47:278,48:500,49:500,50:500,51:500,52:500,53:500,54:500,55:500,56:500,57:500,58:278,59:278,60:564,61:564,62:564,63:444,64:921,65:722,66:667,67:667,68:722,69:611,70:556,71:722,72:722,73:333,74:389,75:722,76:611,77:889,78:722,79:722,80:556,81:722,82:667,83:556,84:611,85:722,86:722,87:944,88:722,89:722,90:611,91:333,92:278,93:333,94:469,95:500,96:333,97:444,98:500,99:444,100:500,101:444,102:333,103:500,104:500,105:278,106:278,107:500,108:278,109:778,110:500,111:500,112:500,113:500,114:333,115:389,116:278,117:500,118:500,119:722,120:500,121:500,122:444,123:480,124:200,125:480,126:541,161:333,162:500,163:500,164:167,165:500,166:500,167:500,168:500,169:180,170:444,171:500,172:333,173:333,174:556,175:556,177:500,178:500,179:500,180:250,182:453,183:350,184:333,185:444,186:444,187:500,188:1e3,189:1e3,191:444,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:889,227:276,232:611,233:722,234:889,235:310,241:667,245:278,248:278,249:500,250:722,251:500,"-1":500};var Qo={32:250,33:333,34:555,35:500,36:500,37:1e3,38:833,39:333,40:333,41:333,42:500,43:570,44:250,45:333,46:250,47:278,48:500,49:500,50:500,51:500,52:500,53:500,54:500,55:500,56:500,57:500,58:333,59:333,60:570,61:570,62:570,63:500,64:930,65:722,66:667,67:722,68:722,69:667,70:611,71:778,72:778,73:389,74:500,75:778,76:667,77:944,78:722,79:778,80:611,81:778,82:722,83:556,84:667,85:722,86:722,87:1e3,88:722,89:722,90:667,91:333,92:278,93:333,94:581,95:500,96:333,97:500,98:556,99:444,100:556,101:444,102:333,103:500,104:556,105:278,106:333,107:556,108:278,109:833,110:556,111:500,112:556,113:556,114:444,115:389,116:333,117:556,118:500,119:722,120:500,121:500,122:444,123:394,124:220,125:394,126:520,161:333,162:500,163:500,164:167,165:500,166:500,167:500,168:500,169:278,170:500,171:500,172:333,173:333,174:556,175:556,177:500,178:500,179:500,180:250,182:540,183:350,184:333,185:500,186:500,187:500,188:1e3,189:1e3,191:500,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:1e3,227:300,232:667,233:778,234:1e3,235:330,241:722,245:278,248:278,249:500,250:722,251:556,"-1":500};var Jo={32:278,33:278,34:355,35:556,36:556,37:889,38:667,39:222,40:333,41:333,42:389,43:584,44:278,45:333,46:278,47:278,48:556,49:556,50:556,51:556,52:556,53:556,54:556,55:556,56:556,57:556,58:278,59:278,60:584,61:584,62:584,63:556,64:1015,65:667,66:667,67:722,68:722,69:667,70:611,71:778,72:722,73:278,74:500,75:667,76:556,77:833,78:722,79:778,80:667,81:778,82:722,83:667,84:611,85:722,86:667,87:944,88:667,89:667,90:611,91:278,92:278,93:278,94:469,95:556,96:222,97:556,98:556,99:500,100:556,101:556,102:278,103:556,104:556,105:222,106:222,107:500,108:222,109:833,110:556,111:556,112:556,113:556,114:333,115:500,116:278,117:556,118:500,119:722,120:500,121:500,122:500,123:334,124:260,125:334,126:584,161:333,162:556,163:556,164:167,165:556,166:556,167:556,168:556,169:191,170:333,171:556,172:333,173:333,174:500,175:500,177:556,178:556,179:556,180:278,182:537,183:350,184:222,185:333,186:333,187:556,188:1e3,189:1e3,191:611,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:1e3,227:370,232:556,233:778,234:1e3,235:365,241:889,245:278,248:222,249:611,250:944,251:611,"-1":556};var xa={32:278,33:333,34:474,35:556,36:556,37:889,38:722,39:278,40:333,41:333,42:389,43:584,44:278,45:333,46:278,47:278,48:556,49:556,50:556,51:556,52:556,53:556,54:556,55:556,56:556,57:556,58:333,59:333,60:584,61:584,62:584,63:611,64:975,65:722,66:722,67:722,68:722,69:667,70:611,71:778,72:722,73:278,74:556,75:722,76:611,77:833,78:722,79:778,80:667,81:778,82:722,83:667,84:611,85:722,86:667,87:944,88:667,89:667,90:611,91:333,92:278,93:333,94:584,95:556,96:278,97:556,98:611,99:556,100:611,101:556,102:333,103:611,104:611,105:278,106:278,107:556,108:278,109:889,110:611,111:611,112:611,113:611,114:389,115:556,116:333,117:611,118:556,119:778,120:556,121:556,122:500,123:389,124:280,125:389,126:584,161:333,162:556,163:556,164:167,165:556,166:556,167:556,168:556,169:238,170:500,171:556,172:333,173:333,174:611,175:611,177:556,178:556,179:556,180:278,182:556,183:350,184:278,185:500,186:500,187:556,188:1e3,189:1e3,191:611,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:1e3,227:370,232:611,233:778,234:1e3,235:365,241:889,245:278,248:278,249:611,250:944,251:611,"-1":556};var ea={32:600,33:600,34:600,35:600,36:600,37:600,38:600,39:600,40:600,41:600,42:600,43:600,44:600,45:600,46:600,47:600,48:600,49:600,50:600,51:600,52:600,53:600,54:600,55:600,56:600,57:600,58:600,59:600,60:600,61:600,62:600,63:600,64:600,65:600,66:600,67:600,68:600,69:600,70:600,71:600,72:600,73:600,74:600,75:600,76:600,77:600,78:600,79:600,80:600,81:600,82:600,83:600,84:600,85:600,86:600,87:600,88:600,89:600,90:600,91:600,92:600,93:600,94:600,95:600,96:600,97:600,98:600,99:600,100:600,101:600,102:600,103:600,104:600,105:600,106:600,107:600,108:600,109:600,110:600,111:600,112:600,113:600,114:600,115:600,116:600,117:600,118:600,119:600,120:600,121:600,122:600,123:600,124:600,125:600,126:600,161:600,162:600,163:600,164:600,165:600,166:600,167:600,168:600,169:600,170:600,171:600,172:600,173:600,174:600,175:600,177:600,178:600,179:600,180:600,182:600,183:600,184:600,185:600,186:600,187:600,188:600,189:600,191:600,193:600,194:600,195:600,196:600,197:600,198:600,199:600,200:600,202:600,203:600,205:600,206:600,207:600,208:600,225:600,227:600,232:600,233:600,234:600,235:600,241:600,245:600,248:600,249:600,250:600,251:600,"-1":600};var ta={32:600,33:600,34:600,35:600,36:600,37:600,38:600,39:600,40:600,41:600,42:600,43:600,44:600,45:600,46:600,47:600,48:600,49:600,50:600,51:600,52:600,53:600,54:600,55:600,56:600,57:600,58:600,59:600,60:600,61:600,62:600,63:600,64:600,65:600,66:600,67:600,68:600,69:600,70:600,71:600,72:600,73:600,74:600,75:600,76:600,77:600,78:600,79:600,80:600,81:600,82:600,83:600,84:600,85:600,86:600,87:600,88:600,89:600,90:600,91:600,92:600,93:600,94:600,95:600,96:600,97:600,98:600,99:600,100:600,101:600,102:600,103:600,104:600,105:600,106:600,107:600,108:600,109:600,110:600,111:600,112:600,113:600,114:600,115:600,116:600,117:600,118:600,119:600,120:600,121:600,122:600,123:600,124:600,125:600,126:600,161:600,162:600,163:600,164:600,165:600,166:600,167:600,168:600,169:600,170:600,171:600,172:600,173:600,174:600,175:600,177:600,178:600,179:600,180:600,182:600,183:600,184:600,185:600,186:600,187:600,188:600,189:600,191:600,193:600,194:600,195:600,196:600,197:600,198:600,199:600,200:600,202:600,203:600,205:600,206:600,207:600,208:600,225:600,227:600,232:600,233:600,234:600,235:600,241:600,245:600,248:600,249:600,250:600,251:600,"-1":600};var na={"Times-Roman":Zo,"Times-Bold":Qo,Helvetica:Jo,"Helvetica-Bold":xa,Courier:ea,"Courier-Bold":ta};var R5=/[\p{L}\p{N}]/u,Ve="en-US";function S5(t){let x="",e=!0;for(let n of t){if(R5.test(n)){e?(x+=n.toLocaleUpperCase(Ve),e=!1):x+=n.toLocaleLowerCase(Ve);continue}e=!0,x+=n}return x}function Fx(t,x){if(!t||!x||x==="none")return t;switch(x){case"uppercase":return t.toLocaleUpperCase(Ve);case"lowercase":return t.toLocaleLowerCase(Ve);case"capitalize":return S5(t);default:return t}}function ra(t){let x=t.toLowerCase().trim();if(x==="normal")return["normal"];let e=x.split(/\s+/),n=[],r=["tabular-nums","slashed-zero","ordinal","lining-nums","oldstyle-nums","proportional-nums","diagonal-fractions","stacked-fractions"];for(let o of e)r.includes(o)&&n.push(o);return n.length>0?n:["normal"]}function Lr(t,x){return t.includes("normal")?!1:t.includes(x)}var v5=/(mono|code|courier|console)/i,Bx={SPACE:.32,DIGIT:.52,UPPER:.58,BASE:.5,PUNCTUATION:.35,IDEOGRAPHIC:1},L5=.9,C5=600,T5=new Map([["helvetica","Helvetica"],["arial","Helvetica"],["sans-serif","Helvetica"],["times","Times-Roman"],["times-roman","Times-Roman"],["times new roman","Times-Roman"],["georgia","Times-Roman"],["serif","Times-Roman"],["courier","Courier"],["courier new","Courier"],["monaco","Courier"],["monospace","Courier"]]),P5=new Map([["Times-Roman","Times-Bold"],["Helvetica","Helvetica-Bold"],["Courier","Courier-Bold"]]);function oa(t,x){t.walk(e=>{if(!e.textContent)return;let n=e.textContent;if(n.length===0){e.intrinsicInlineSize=0,e.intrinsicBlockSize=B0(e.style);return}let{inlineSize:r,blockSize:o}=F5(n,e.style,x);e.intrinsicInlineSize=r,e.intrinsicBlockSize=o})}function F5(t,x,e){let r=Fx(t,x.textTransform).split(/\r?\n/),o=0,a=typeof x.fontWeight=="number"?x.fontWeight:400,i=x.fontStyle??"normal",s=e?.getMetrics(x.fontFamily??"",a,i);for(let c of r){let l=re(c,x,s??null);l!==null?o=Math.max(o,l):o=Math.max(o,H0(c,x))}let d=B0(x),f=Math.max(d,r.length*d);return{inlineSize:o,blockSize:f}}function H0(t,x){if(!t)return 0;let e=x.fontSize||16,r=(x.fontFamily?v5.test(x.fontFamily):!1)?.6:Bx.BASE,o=U5(g0(x.fontWeight)),a=x.letterSpacing??0,i=x.wordSpacing??0,s=Math.max(t.length-1,0)*a+W5(t)*i,d=B5(t,x);if(d!==null)return d+s;let f=0;for(let l of t)f+=I5(l,r);return f*e*o*L5+s}function B5(t,x){let e=A5(x);if(!e)return null;let n=na[e];if(!n)return null;let r=x.fontSize||16,o=0;for(let a of t){let i=a.codePointAt(0);if(i===void 0)return null;if(i>255){if(i===8226){let f=n[149];if(f===void 0)return null;o+=f;continue}let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let f=d.codePointAt(0);if(f!==void 0&&f<=255){let c=n[f];if(c!==void 0){o+=c;continue}}}return null}let s=n[i];if(s===void 0){let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let f=d.codePointAt(0);f!==void 0&&f<=255&&(s=n[f])}if(s===void 0)return null}if(s>=900){let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let f=d.codePointAt(0);if(f!==void 0&&f<=255){let c=n[f];c!==void 0&&(s=c)}}}o+=s}return o/1e3*r}function A5(t){let x=M5(t.fontFamily);if(x.length===0)return null;let e=g0(t.fontWeight);for(let n of x){let r=T5.get(n);if(r){if(e>=C5){let o=P5.get(r);if(o)return o}return r}}return null}function M5(t){return t?t.split(",").map(x=>k5(x.trim()).toLowerCase()).filter(x=>x.length>0):[]}function k5(t){return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function I5(t,x){return t===" "?Bx.SPACE:t===" "?Bx.SPACE*4:E5(t)?Bx.DIGIT:N5(t)?x+(Bx.UPPER-Bx.BASE):D5(t)?Bx.PUNCTUATION:O5(t)?Bx.IDEOGRAPHIC:x}function N5(t){return t>="A"&&t<="Z"}function E5(t){return t>="0"&&t<="9"}function D5(t){return/[.,;:!?'"`~\-_/\\()[\]{}<>]/.test(t)}function O5(t){let x=t.codePointAt(0);return x===void 0?!1:x>=19968&&x<=40959||x>=13312&&x<=19903||x>=63744&&x<=64255||x>=12352&&x<=12447||x>=12448&&x<=12543||x>=44032&&x<=55215}function W5(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function re(t,x,e){if(!e)return null;let n=e.metrics.unitsPerEm,r=e.kerning,o=0,a=null,i=0,s=0,d=x.fontVariantNumeric??[],f=Lr(d,"tabular-nums"),c=Lr(d,"slashed-zero"),l=0;if(f)for(let g=0;g<=9;g++){let y=g+48,w=e.cmap.getGlyphId(y),S=e.glyphMetrics.get(w);S&&(l=Math.max(l,S.advanceWidth))}for(let g of t){let y=g.codePointAt(0);if(y===void 0)continue;let w=e.cmap.getGlyphId(y),S=e.glyphMetrics.get(w);if(f&&g>="0"&&g<="9"){let R=g.codePointAt(0);if(R===void 0){if(S&&(o+=S.advanceWidth),a!==null&&r){let N=r.get(a)?.get(w)??0;N!==0&&(o+=N)}a=w,i+=1;continue}let L=e.cmap.getGlyphId(R);if(e.glyphMetrics.get(L)){o+=l,a=L,i+=1;continue}else{if(S&&(o+=S.advanceWidth),a!==null&&r){let N=r.get(a)?.get(w)??0;N!==0&&(o+=N)}a=w,i+=1;continue}}if(S&&(o+=S.advanceWidth),a!==null&&r){let R=r.get(a)?.get(w)??0;R!==0&&(o+=R)}a=w,i+=1,g===" "&&(s+=1)}let u=x.fontSize/n,p=o*u,m=x.letterSpacing??0,h=x.wordSpacing??0,b=Math.max(i-1,0)*m+s*h;return p+b}function U5(t){switch(t){case 100:return .92;case 200:return .94;case 300:return .96;case 400:return 1;case 500:return 1.02;case 600:return 1.04;case 700:return 1.08;case 800:return 1.1;case 900:return 1.12;default:return 1}}var _e=class{assign(x,e){oa(x,e)}};function ia(t,x,e){let{style:n}=t,r=v(n.paddingLeft,x,{auto:"zero"}),o=v(n.paddingRight,x,{auto:"zero"}),a=v(n.paddingTop,e,{auto:"zero"}),i=v(n.paddingBottom,e,{auto:"zero"}),s=v(n.borderLeft,x,{auto:"zero"}),d=v(n.borderRight,x,{auto:"zero"}),f=v(n.borderTop,e,{auto:"zero"}),c=v(n.borderBottom,e,{auto:"zero"});return{paddingLeft:r,paddingRight:o,paddingTop:a,paddingBottom:i,borderLeft:s,borderRight:d,borderTop:f,borderBottom:c,contentBoxX:t.box.x+s+r,contentBoxY:t.box.y+f+a}}function X0(t,x){let{style:e}=t;return v(e.paddingLeft,x,{auto:"zero"})+v(e.paddingRight,x,{auto:"zero"})+v(e.borderLeft,x,{auto:"zero"})+v(e.borderRight,x,{auto:"zero"})}function Ax(t,x){let{style:e}=t;return v(e.paddingTop,x,{auto:"zero"})+v(e.paddingBottom,x,{auto:"zero"})+v(e.borderTop,x,{auto:"zero"})+v(e.borderBottom,x,{auto:"zero"})}function Mx(t,x){let{style:e}=t;return v(e.marginLeft,x,{auto:"zero"})+v(e.marginRight,x,{auto:"zero"})}function bx(t){let{position:x,float:e}=t.style;return(x==="static"||x==="relative"||x==="sticky")&&e==="none"}function T6(t){let{style:x}=t;return x.float!=="none"||x.position==="absolute"||x.position==="fixed"||aa(x.overflowX)||aa(x.overflowY)||x.display==="inline-block"||x.display==="table"||x.display==="inline-table"||x.display==="flow-root"}function aa(t){switch(t){case"hidden":case"auto":case"scroll":case"clip":return!0;default:return!1}}function H5(t){return t.nearestAncestor(x=>{let e=x.style.position;return e==="relative"||e==="absolute"||e==="fixed"||e==="sticky"})}function V0(t,x){let{style:e}=t;if(e.position==="fixed")return{x:0,y:0,width:x.width,height:x.height};if(e.position==="absolute"){let s=H5(t);return s?{x:s.box.x,y:s.box.y,width:s.box.contentWidth,height:s.box.contentHeight}:{x:0,y:0,width:x.width,height:x.height}}let n=t.parent;if(!n)return{x:0,y:0,width:x.width,height:x.height};let r=Math.max(n.box.contentWidth,0),o=Math.max(n.box.contentHeight,0);if(o===0&&n.style.height!=="auto"){let s=v(n.style.height,x.height,{auto:"reference"});Number.isFinite(s)&&s>0&&(o=s)}let a=n.box.x+v(n.style.paddingLeft,r,{auto:"zero"})+v(n.style.borderLeft,r,{auto:"zero"}),i=n.box.y+v(n.style.paddingTop,o,{auto:"zero"})+v(n.style.borderTop,o,{auto:"zero"});return{x:a,y:i,width:n.box.contentWidth,height:o}}function mx(t,x){let e=t.style,n=E0(e.marginLeft)?0:v(e.marginLeft,x,{auto:"zero"}),r=E0(e.marginRight)?0:v(e.marginRight,x,{auto:"zero"}),o=Math.max(0,x-X0(t,x)-n-r),a=e.width==="auto"?o:v(e.width,x,{auto:"reference"}),i=e.minWidth?v(e.minWidth,x,{auto:"zero"}):Number.NEGATIVE_INFINITY,s=e.maxWidth?v(e.maxWidth,x,{auto:"reference"}):Number.POSITIVE_INFINITY;return We(a,i,s)}function sa(t,x,e,n){let r=E0(e),o=E0(n),a=r?0:v(e,t,{auto:"zero"}),i=o?0:v(n,t,{auto:"zero"}),s=a,d=i,f=t-(x+a+i);return Number.isFinite(f)?(f<0?r&&o?(s=0,d=0):r?s=0:o?d=0:d=i+f:r&&o?(s=f/2,d=f/2):r?s=f:o?d=f:d=i+f,{marginLeft:s,marginRight:d}):{marginLeft:s,marginRight:d}}var Ye=class{layoutOutOfFlow(x,e,n){let r=[];x.walk(o=>{(o.style.position==="absolute"||o.style.position==="fixed")&&r.push(o)});for(let o of r)n(o,e),this.positionAbsoluteOrFixed(o,e.env)}positionAbsoluteOrFixed(x,e){let n=V0(x,e.viewport),r=n.width,o=n.height,a=(b,g)=>{if(!(b===void 0||E0(b)))return v(b,g,{auto:"zero"})},i=a(x.style.left,r),s=a(x.style.right,r),d=a(x.style.top,o),f=a(x.style.bottom,o),c=x.box.borderBoxWidth||x.box.contentWidth,l=x.box.borderBoxHeight||x.box.contentHeight,u=x.box.marginBoxWidth||c,p=x.box.marginBoxHeight||l,m=n.x;i!==void 0?m=n.x+i:s!==void 0&&(m=n.x+n.width-u-s);let h=n.y;d!==void 0?h=n.y+d:f!==void 0&&(h=n.y+n.height-p-f),x.box.x=m,x.box.y=h}};var Xe=class{constructor(x){this.strategies=x.strategies,this.contextFactory=x.contextFactory??new $e,this.textMetricsInitializer=x.textMetricsInitializer??new _e,this.outOfFlowManager=x.outOfFlowManager??new Ye}layoutTree(x,e,n){let r=new je({viewport:e,fontEmbedder:n}),o=this.contextFactory.create(r,a=>{this.layoutNodeInternal(a,o)});return this.textMetricsInitializer.assign(x,n),x.box.x=0,x.box.y=0,x.box.contentWidth=e.width,x.box.contentHeight=e.height,this.layoutNodeInternal(x,o),this.outOfFlowManager.layoutOutOfFlow(x,o,(a,i)=>this.layoutNodeInternal(a,i)),x}layoutNodeInternal(x,e){let n=this.strategies.find(r=>r.canLayout(x));if(!n)throw new Error(`No layout strategy available for display: ${x.style.display}`);n.layout(x,e)}};var qe=class{canLayout(x){return x.style.display==="none"}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0}};var z5=1e-7;function Ke(t){return Math.abs(t)<z5}function oe(t){switch(t.style.display){case"block":case"list-item":return!0;default:return!1}}function da(t){return t.style.display!=="none"&&bx(t)&&oe(t)&&!T6(t)}function Cr(t){let x=[],e=[];for(let n of t)n>0?x.push(n):n<0&&e.push(n);return e.length===0?x.length>0?Math.max(...x):0:x.length===0?Math.min(...e):Math.max(...x)+Math.min(...e)}function fa(t,x,e){return e?t+x:Cr([t,x])}function Ze(t){for(let x of t.children)if(!(!bx(x)||x.style.display==="none")){if(da(x))return x;break}}function Qe(t){for(let x=t.children.length-1;x>=0;x-=1){let e=t.children[x];if(!(!bx(e)||e.style.display==="none")){if(da(e))return e;break}}}function Tr(t,x){if(!oe(t)||T6(t))return!1;let e=v(t.style.paddingTop,x,{auto:"zero"}),n=v(t.style.borderTop,x,{auto:"zero"});return!Ke(e)||!Ke(n)?!1:Ze(t)!==void 0}function Pr(t,x){if(!oe(t)||T6(t))return!1;let e=v(t.style.paddingBottom,x,{auto:"zero"}),n=v(t.style.borderBottom,x,{auto:"zero"});return!Ke(e)||!Ke(n)?!1:Qe(t)!==void 0}function Je(t,x){let e=v(t.style.marginTop,x,{auto:"zero"});if(!oe(t)||!Tr(t,x))return e;let n=Ze(t);if(!n)return e;let r=mx(t,x),o=Je(n,r);return Cr([e,o])}function xt(t,x){let e=v(t.style.marginBottom,x,{auto:"zero"});if(!oe(t)||!Pr(t,x))return e;let n=Qe(t);if(!n)return e;let r=mx(t,x),o=xt(n,r);return Cr([e,o])}function et(t){let x=t.box.contentWidth,e=t.box.contentHeight;t.box.scrollWidth=Math.max(x,...t.children.map(n=>n.box.x+n.box.borderBoxWidth-t.box.x)),t.box.scrollHeight=Math.max(e,...t.children.map(n=>n.box.y+n.box.borderBoxHeight-t.box.y))}var ax=class{constructor(){this.floats=[]}register(x,e){this.floats.push({side:x,rect:e})}bottom(x){let e=0;for(let n of this.floats)n.side===x&&(e=Math.max(e,n.rect.bottom));return e}inlineOffsets(x,e,n){let r=0,o=0;for(let{side:a,rect:i}of this.floats)ca(i.top,i.bottom,x,e)&&(a==="left"?r=Math.max(r,i.inlineEnd):o=Math.max(o,n-i.inlineStart));return{start:r,end:n-o}}nextUnblockedY(x,e){let n=null;for(let{rect:r}of this.floats)ca(r.top,r.bottom,x,e)&&(n=n===null?r.bottom:Math.min(n,r.bottom));return n}};function ca(t,x,e,n){return Math.max(t,e)<Math.min(x,n)}function la(t,x,e){let{clear:n}=t.style,r=e;return(n==="left"||n==="both"||n==="inline-start")&&(r=Math.max(r,x.bottom("left"))),(n==="right"||n==="both"||n==="inline-end")&&(r=Math.max(r,x.bottom("right"))),r}function ua(t){let{node:x,floatContext:e,context:n,contentX:r,contentWidth:o}=t;n.layoutChild(x);let a=v(x.style.marginLeft,o,{auto:"zero"}),i=v(x.style.marginRight,o,{auto:"zero"}),s=v(x.style.marginTop,o,{auto:"zero"}),d=v(x.style.marginBottom,o,{auto:"zero"}),f=v(x.style.borderLeft,o,{auto:"zero"}),c=v(x.style.borderRight,o,{auto:"zero"}),l=v(x.style.borderTop,o,{auto:"zero"}),u=v(x.style.borderBottom,o,{auto:"zero"}),p=v(x.style.paddingLeft,o,{auto:"zero"}),m=v(x.style.paddingRight,o,{auto:"zero"}),h=v(x.style.paddingTop,o,{auto:"zero"}),b=v(x.style.paddingBottom,o,{auto:"zero"}),g=x.box.contentWidth+p+m+f+c,y=x.box.contentHeight+h+b+l+u;x.box.borderBoxWidth=g,x.box.borderBoxHeight=y,x.box.marginBoxWidth=g+a+i,x.box.marginBoxHeight=y+s+d;let w=x.box.marginBoxWidth,S=x.box.marginBoxHeight,R=t.startY,L=0;for(;!(L>1e3);){let T=e.inlineOffsets(R,R+S,o),N=Math.max(0,T.end-T.start);if(w<=N){let E=x.style.float==="left"?r+T.start:r+T.end-w,B=E+a+f+p,A=R+s+l+h;return x.box.x=B,x.box.y=A,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight,e.register(x.style.float==="left"?"left":"right",{top:R,bottom:R+S,inlineStart:E-r,inlineEnd:E-r+w}),R+S}let P=e.nextUnblockedY(R,R+S);P===null||P<=R?R+=1:R=P,L+=1}return R+S}var tt=class{constructor(x){this.tableDirectory=new Map;this.dataView=new DataView(x),this.parseTableDirectory()}parseTableDirectory(){if(this.dataView.byteLength<12)throw new Error("Truncated TTF header");let x=this.dataView.getUint16(4,!1),e=12;if(e+x*16>this.dataView.byteLength)throw new Error("Truncated table directory");for(let r=0;r<x;r++){let o=e+r*16,a=this.dataView.getUint32(o,!1),i=this.dataView.getUint32(o+4,!1),s=this.dataView.getUint32(o+8,!1),d=this.dataView.getUint32(o+12,!1),f=String.fromCharCode(a>>24&255,a>>16&255,a>>8&255,a&255);if(f==="gloc"){k("font","warn",`\u{1F6AB} CAVEAT TTF PARSER: FORCE SKIPPING problematic table 'gloc' (0x${a.toString(16)})`);continue}let c=["cmap","head","hhea","hmtx","maxp","name","OS/2","post"];if(s+d>this.dataView.byteLength)if(c.includes(f)){k("font","warn",`WOFF2 TTF: ESSENTIAL table ${f} has bounds issues - attempting to proceed with clamped length`);let l=Math.min(d,this.dataView.byteLength-s);l>0?(this.tableDirectory.set(a,{tag:a,checksum:i,offset:s,length:l}),k("font","debug",`\u2705 CAVEAT TTF PARSER: KEPT essential table ${f} with clamped length ${l}`)):k("font","warn",`WOFF2 TTF: Essential table ${f} completely out of bounds - skipping`)}else{k("font","warn",`WOFF2 TTF: Skipping optional table ${f} due to bounds issues`);continue}else this.tableDirectory.set(a,{tag:a,checksum:i,offset:s,length:d})}}getTable(x){let e=this.tableDirectory.get(x);if(!e)return null;if(e.offset+e.length>this.dataView.byteLength)throw new Error(`Invalid table entry for tag 0x${x.toString(16)}`);return new DataView(this.dataView.buffer,e.offset,e.length)}getUint16(x,e){if(e+2>x.byteLength)throw new Error("Read beyond table bounds (getUint16)");return x.getUint16(e,!1)}getInt16(x,e){if(e+2>x.byteLength)throw new Error("Read beyond table bounds (getInt16)");return x.getInt16(e,!1)}getInt8(x,e){if(e+1>x.byteLength)throw new Error("Read beyond table bounds (getInt8)");return x.getInt8(e)}getUint8(x,e){if(e+1>x.byteLength)throw new Error("Read beyond table bounds (getUint8)");return x.getUint8(e)}getUint32(x,e){if(e+4>x.byteLength)throw new Error("Read beyond table bounds (getUint32)");return x.getUint32(e,!1)}getRawTableDataString(x){let e=x.split("").reduce((r,o)=>r<<8|o.charCodeAt(0),0)>>>0,n=this.tableDirectory.get(e);return n?new Uint8Array(this.dataView.buffer,this.dataView.byteOffset+n.offset,n.length):null}};var G5=1751474532,j5=1751672161,$5=1330851634;function ba(t){let x=t.getTable(G5);if(!x)throw new Error("Missing head table");let e=t.getUint16(x,18),n=t.getTable(j5);if(!n)throw new Error("Missing hhea table");let r=t.getInt16(n,4),o=t.getInt16(n,6),a=t.getInt16(n,8),i=t.getUint16(n,34),s=t.getTable($5),d=r,f=Math.round(r*.5);s&&s.byteLength>=4&&t.getUint16(s,0)>=2&&s.byteLength>=96&&(d=t.getInt16(s,88),f=t.getInt16(s,86));let c;if(x.byteLength>=44){let u=t.getInt16(x,36),p=t.getInt16(x,38),m=t.getInt16(x,40),h=t.getInt16(x,42);c=[u,p,m,h]}return{metrics:{unitsPerEm:e,ascender:r,descender:o,lineGap:a,capHeight:d,xHeight:f},numberOfHMetricsRaw:i,headBBox:c}}var V5=1752003704;function ma(t,x,e){let n=t.getTable(V5);if(!n)throw new Error("Missing hmtx table");let r=new Map,o=x*4;if(n.byteLength<o)throw new Error("Truncated hmtx long metrics");let a=0;for(let i=0;i<e;i++)if(i<x){let s=i*4;if(s+4>n.byteLength)throw new Error("Truncated hmtx entry");let d=t.getUint16(n,s),f=t.getInt16(n,s+2);r.set(i,{advanceWidth:d,leftSideBearing:f}),a=d}else{let s=o+(i-x)*2;if(s+2>n.byteLength)throw new Error("Truncated hmtx LSB array");let d=t.getInt16(n,s);r.set(i,{advanceWidth:a,leftSideBearing:d})}return r}var nt=class{constructor(x,e){this.unicodeMap=new Map;this.parseCmapTable(x,e)}parseCmapTable(x,e){if(e.byteLength<4)throw new Error("Truncated cmap header");let n=e.getUint16(0,!1);if(n!==0&&n!==1){console.warn(`Unsupported cmap version: ${n}`);return}let r=e.getUint16(2,!1),o=[];if(4+r*8>e.byteLength)throw new Error("Truncated cmap subtables directory");for(let f=0;f<r;f++){let c=4+f*8,l=e.getUint16(c,!1),u=e.getUint16(c+2,!1),p=e.getUint32(c+4,!1);if(p>=e.byteLength)throw new Error("Invalid subtable offset in cmap");o.push({platformId:l,encodingId:u,offset:p})}let s=(()=>{let f=l=>{for(let u of l)for(let p of o)if(p.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(p.encodingId))&&p.offset+2<=e.byteLength&&e.getUint16(p.offset,!1)===12)return p;for(let u of l)for(let p of o)if(p.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(p.encodingId))&&p.offset+2<=e.byteLength&&e.getUint16(p.offset,!1)===4)return p;return null},c=f([{pid:0,eids:[]}]);if(c||(c=f([{pid:3,eids:[10]},{pid:3,eids:[1]}]),c))return c;for(let l of o)if(l.offset+2<=e.byteLength&&e.getUint16(l.offset,!1)===4)return l;return null})();if(!s)return;let d=e.getUint16(s.offset,!1);if(d===4)this.parseFormat4Table(x,e,s.offset);else if(d===12)this.parseFormat12Table(x,e,s.offset);else return}parseFormat4Table(x,e,n){if(n+8>e.byteLength)throw new Error("Truncated cmap format 4 header");if(e.getUint16(n,!1)!==4)throw new Error("Unexpected cmap format (not 4)");let o=e.getUint16(n+2,!1);if(n+o>e.byteLength)throw new Error("Truncated cmap format 4 table");let i=e.getUint16(n+6,!1)/2,s=n+14,d=s+i*2+2,f=d+i*2,c=f+i*2;if(c>n+o)throw new Error("Truncated cmap format 4 arrays");for(let l=0;l<i;l++){let u=e.getUint16(s+l*2,!1),p=e.getUint16(d+l*2,!1),m=e.getInt16(f+l*2,!1),h=e.getUint16(c+l*2,!1);if(p===65535)break;if(p>u)throw new Error("Invalid cmap segment (startCode > endCode)");for(let b=p;b<=u;b++){let g=0;if(h===0)g=b+m&65535;else{let w=c+l*2+h+(b-p)*2;if(w+2>n+o)throw new Error("Truncated cmap glyphIndexArray");g=e.getUint16(w,!1),g!==0&&(g=g+m&65535)}this.unicodeMap.set(b,g)}}}parseFormat12Table(x,e,n){if(n+16>e.byteLength)throw new Error("Truncated cmap format 12 header");if(e.getUint16(n,!1)!==12)throw new Error("Unexpected cmap format (not 12)");let o=e.getUint32(n+12,!1),a=n+16;if(a+o*12>e.byteLength)throw new Error("Truncated cmap format 12 groups");let s=a;for(let d=0;d<o;d++,s+=12){let f=e.getUint32(s,!1),c=e.getUint32(s+4,!1),l=e.getUint32(s+8,!1);if(f>c)throw new Error("Invalid cmap format 12 group (startCode > endCode)");for(let u=f;u<=c;u++)this.unicodeMap.set(u,l+(u-f))}}getGlyphId(x){return this.unicodeMap.get(x)??0}hasCodePoint(x){return this.unicodeMap.has(x)}};var qx=class{constructor(x,e,n){this.offsets=[];try{if(e===0){let r=x.byteLength/2;for(let o=0;o<r;o++){let a=n.getUint16(x,o*2);this.offsets.push(a*2)}}else{let r=x.byteLength/4;for(let o=0;o<r;o++){let a=n.getUint32(x,o*4);this.offsets.push(a)}}}catch{this.offsets=[]}}getGlyphOffset(x){if(x<0||x>=this.offsets.length-1)return null;let e=this.offsets[x],n=this.offsets[x+1];return e<0||e>n?null:{start:e,end:n}}isEmptyGlyph(x){return x<0||x>=this.offsets.length-1?!0:this.offsets[x]===this.offsets[x+1]}getGlyphCount(){return Math.max(0,this.offsets.length-1)}validateRange(x,e){return x.start>=0&&x.end<=e&&x.start<=x.end}};var rt=class{constructor(x){this.reader=x}parse(x){let e=this.parseContours(x);return e?this.buildOutlineCommands(e):null}parseContours(x){if(x.byteLength<10)return null;let e=x.getInt16(0,!1);if(e<0)return null;let n=10,r=[];for(let h=0;h<e;h++){if(n+h*2+2>x.byteLength)return null;r.push(this.reader.getUint16(x,n+h*2))}let o=n+e*2;if(o+2>x.byteLength)return null;let a=this.reader.getUint16(x,o),i=o+2+a;if(i>x.byteLength)return null;let s=r.length===0?0:r[r.length-1]+1;if(s<=0)return[];let d=this.parseFlags(x,s,i);if(!d)return null;let{flags:f,nextOffset:c}=d,l=this.parseCoordinates(x,f,c);if(!l)return null;let{points:u}=l,p=[],m=0;for(let h=0;h<e;h++){let b=r[h];if(b<m||b>=u.length)return null;p.push(u.slice(m,b+1)),m=b+1}return p}parseFlags(x,e,n){let r=[],o=n;try{for(;r.length<e;){if(o>=x.byteLength)return null;let a=this.reader.getUint8(x,o++);if(r.push(a),a&8){if(o>=x.byteLength)return null;let i=this.reader.getUint8(x,o++);for(let s=0;s<i;s++)r.push(a)}}}catch{return null}return{flags:r,nextOffset:o}}parseCoordinates(x,e,n){let r=e.length,o=new Array(r),a=new Array(r),i=n;try{for(let c=0;c<r;c++){let l=e[c];if(l&2){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);o[c]=l&16?u:-u}else if(l&16)o[c]=0;else{if(i+2>x.byteLength)return null;o[c]=this.reader.getInt16(x,i),i+=2}}}catch{return null}try{for(let c=0;c<r;c++){let l=e[c];if(l&4){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);a[c]=l&32?u:-u}else if(l&32)a[c]=0;else{if(i+2>x.byteLength)return null;a[c]=this.reader.getInt16(x,i),i+=2}}}catch{return null}let s=new Array(r),d=0,f=0;for(let c=0;c<r;c++)d+=o[c],f+=a[c],s[c]={x:d,y:f,onCurve:!!(e[c]&1)};return{points:s,nextOffset:i}}buildOutlineCommands(x){let e=[];for(let n of x){if(n.length===0)continue;let r=n.length,o=c=>(c%r+r)%r,a=-1;for(let c=0;c<r;c++)if(n[c].onCurve){a=c;break}let i,s;if(a===-1){let c=n[0],l=n[r-1];i={x:(l.x+c.x)/2,y:(l.y+c.y)/2,onCurve:!0},s=0}else i=n[a],s=a;e.push({type:"moveTo",x:i.x,y:i.y});let d=s+1,f=0;for(;f<r;){let c=o(d),l=n[c],u=n[o(d+1)];if(l.onCurve)e.push({type:"lineTo",x:l.x,y:l.y});else if(u.onCurve)e.push({type:"quadTo",cx:l.x,cy:l.y,x:u.x,y:u.y}),d++,f++;else{let p=(l.x+u.x)/2,m=(l.y+u.y)/2;e.push({type:"quadTo",cx:l.x,cy:l.y,x:p,y:m})}d++,f++}e.push({type:"close"})}return e}};var ot=class t{constructor(x=1,e=0,n=0,r=1,o=0,a=0){this.mxx=x;this.mxy=e;this.myx=n;this.myy=r;this.tx=o;this.ty=a}static identity(){return new t}static scale(x){return new t(x,0,0,x,0,0)}static scaleXY(x,e){return new t(x,0,0,e,0,0)}static translate(x,e){return new t(1,0,0,1,x,e)}static fromComponents(x,e,n=1,r=0,o=0,a=1){return new t(n,r,o,a,x,e)}transformPoint(x,e){return{x:x*this.mxx+e*this.myx+this.tx,y:x*this.mxy+e*this.myy+this.ty}}applyToCommands(x){let e=[];for(let n of x)switch(n.type){case"moveTo":{let{x:r,y:o}=this.transformPoint(n.x,n.y);e.push({type:"moveTo",x:r,y:o});break}case"lineTo":{let{x:r,y:o}=this.transformPoint(n.x,n.y);e.push({type:"lineTo",x:r,y:o});break}case"quadTo":{let r=this.transformPoint(n.cx,n.cy),o=this.transformPoint(n.x,n.y);e.push({type:"quadTo",cx:r.x,cy:r.y,x:o.x,y:o.y});break}case"cubicTo":{let r=this.transformPoint(n.cx1,n.cy1),o=this.transformPoint(n.cx2,n.cy2),a=this.transformPoint(n.x,n.y);e.push({type:"cubicTo",cx1:r.x,cy1:r.y,cx2:o.x,cy2:o.y,x:a.x,y:a.y});break}case"close":{e.push({type:"close"});break}}return e}};var at=class t{constructor(x){this.reader=x;this.recursionLimit=8;this.visited=new Set}static{this.ARG_1_AND_2_ARE_WORDS=1}static{this.WE_HAVE_A_SCALE=8}static{this.MORE_COMPONENTS=32}static{this.WE_HAVE_AN_X_AND_Y_SCALE=64}static{this.WE_HAVE_A_TWO_BY_TWO=128}parse(x,e,n=0){if(n>this.recursionLimit)return null;let r=this.parseComponentRecords(x,10,e,n);return this.visited.clear(),r}parseComponentRecords(x,e,n,r){if(r>this.recursionLimit)return null;let o=e,a=[];for(;;){let i=this.readComponentData(x,o);if(!i)return null;if(o=this.calculateNextOffset(x,o,i.flags),!this.visited.has(i.glyphIndex)){this.visited.add(i.glyphIndex);let s=n.getOutline(i.glyphIndex,r+1);if(s&&s.length>0){let d=i.transform.applyToCommands(s);if(d.length>0&&d[0].type!=="moveTo"){let f=this.findFirstCoordinate(d);f&&a.push({type:"moveTo",x:f.x,y:f.y})}a.push(...d)}}if(!i.hasMoreComponents)break}return a.length>0?a:null}readComponentData(x,e){if(e+4>x.byteLength)return null;let n=this.reader.getUint16(x,e),r=this.reader.getUint16(x,e+2),o=e+4,a=0,i=0;if(n&t.ARG_1_AND_2_ARE_WORDS){if(o+4>x.byteLength)return null;a=this.reader.getInt16(x,o),i=this.reader.getInt16(x,o+2),o+=4}else{if(o+2>x.byteLength)return null;a=this.reader.getInt8(x,o),i=this.reader.getInt8(x,o+1),o+=2}let s=1,d=0,f=0,c=1;if(n&t.WE_HAVE_A_SCALE){if(o+2>x.byteLength)return null;let u=this.reader.getInt16(x,o)/16384;s=u,c=u}else if(n&t.WE_HAVE_AN_X_AND_Y_SCALE){if(o+4>x.byteLength)return null;let u=this.reader.getInt16(x,o)/16384,p=this.reader.getInt16(x,o+2)/16384;s=u,c=p}else if(n&t.WE_HAVE_A_TWO_BY_TWO){if(o+8>x.byteLength)return null;s=this.reader.getInt16(x,o)/16384,d=this.reader.getInt16(x,o+2)/16384,f=this.reader.getInt16(x,o+4)/16384,c=this.reader.getInt16(x,o+6)/16384}let l=ot.fromComponents(a,i,s,d,f,c);return{glyphIndex:r,flags:n,transform:l,hasMoreComponents:!!(n&t.MORE_COMPONENTS)}}calculateNextOffset(x,e,n){let r=e+4;return n&t.ARG_1_AND_2_ARE_WORDS?r+=4:r+=2,n&t.WE_HAVE_A_SCALE?r+=2:n&t.WE_HAVE_AN_X_AND_Y_SCALE?r+=4:n&t.WE_HAVE_A_TWO_BY_TWO&&(r+=8),r}findFirstCoordinate(x){for(let e of x){if(e.type==="moveTo"||e.type==="lineTo")return{x:e.x,y:e.y};if(e.type==="quadTo")return{x:e.x,y:e.y};if(e.type==="cubicTo")return{x:e.x,y:e.y}}return null}};var _5=1819239265,Y5=1735162214,X5=1751474532;function pa(t){let x=t.getTable(X5);if(!x)return()=>null;let e=q5(x,t),n=t.getTable(_5),r=t.getTable(Y5);if(!n||!r)return()=>null;let o=new qx(n,e,t),a=new rt(t),i=new at(t),s=(d,f=0)=>{let c=o.getGlyphOffset(d);if(!c||c.start===c.end||!o.validateRange(c,r.byteLength))return null;let l=K5(r,c.start,c.end);if(!l||l.byteLength<10)return null;if(l.getInt16(0,!1)>=0)return a.parse(l);{let p={getOutline:(m,h)=>s(m,h??0)};return i.parse(l,p,f)}};return d=>s(d,0)}function q5(t,x){try{return x.getUint16(t,50)}catch{return 0}}function K5(t,x,e){try{return new DataView(t.buffer,t.byteOffset+x,e-x)}catch{return null}}function ga(t){let x=new tt(t),{metrics:e,numberOfHMetricsRaw:n,headBBox:r}=ba(x),a=x.getTable(1835104368);if(!a)throw new Error("Missing maxp table");let i=x.getUint16(a,4),s=Math.min(n,i),d=ma(x,s,i),c=x.getTable(1668112752);if(!c)throw new Error("Missing cmap table");let l=new nt(x,c),u=x4(Z5(x),Q5(x)),p=pa(x),m=h=>x.getRawTableDataString(h);return new Ne(e,d,l,r,p,u,m)}function Z5(t){let e=t.getTable(1801810542);if(!e||e.byteLength<4)return;let n=e.getUint16(2,!1),r=4,o=new Map;for(let a=0;a<n&&!(r+6>e.byteLength);a++){let i=e.getUint16(r,!1),s=e.getUint16(r+2,!1),f=e.getUint16(r+4,!1)>>8;if(i===0&&f===0){if(r+s>e.byteLength)break;let c=r+6;if(c+8>e.byteLength)break;let l=e.getUint16(c,!1),u=c+8;for(let p=0;p<l&&!(u+6>e.byteLength);p++){let m=e.getUint16(u,!1),h=e.getUint16(u+2,!1),b=e.getInt16(u+4,!1);if(b!==0){let g=o.get(m)??new Map;g.set(h,b),o.set(m,g)}u+=6}}r+=s}return o.size>0?o:void 0}function Q5(t){let e=t.getTable(1196445523);if(!e||e.byteLength<10)return;let n=0,r=e.getUint16(n+8,!1);if(r===0||r>=e.byteLength)return;let o=new Map,a=e.getUint16(n+r,!1),i=n+r+2;for(let s=0;s<a&&!(i+2>e.byteLength);s++){let d=e.getUint16(i,!1);if(i+=2,d===0||n+d>=e.byteLength)continue;let f=n+d;if(f+6>e.byteLength)continue;let c=e.getUint16(f,!1),l=e.getUint16(f+4,!1),u=f+6;if(c===2)for(let p=0;p<l&&!(u+2>e.byteLength);p++){let m=e.getUint16(u,!1);if(u+=2,m===0||f+m>=e.byteLength)continue;let h=f+m;if(h+10>e.byteLength||e.getUint16(h,!1)!==1)continue;let g=e.getUint16(h+2,!1),y=e.getUint16(h+4,!1),w=e.getUint16(h+6,!1),S=e.getUint16(h+8,!1),R=J5(e,h+g),L=h+10;for(let T=0;T<S;T++){let N=R[T];if(N===void 0)continue;let P=L+T*2;if(P+2>e.byteLength)break;let E=e.getUint16(P,!1);if(E===0||h+E>=e.byteLength)continue;let B=h+E;if(B+2>e.byteLength)continue;let A=e.getUint16(B,!1),F=B+2;for(let D=0;D<A&&!(F+2>e.byteLength);D++){let O=e.getUint16(F,!1);F+=2;let U=ha(e,F,y);F+=U.length;let Y=ha(e,F,w);F+=Y.length;let q=(U.xAdvance??0)+(U.xPlacement??0)+(Y.xPlacement??0);if(q!==0){let X=o.get(N)??new Map;X.set(O,q),o.set(N,X)}}}}}return o.size>0?o:void 0}function J5(t,x){if(x+4>t.byteLength)return[];let e=t.getUint16(x,!1);if(e===1){let n=t.getUint16(x+2,!1),r=[],o=x+4;for(let a=0;a<n&&!(o+2>t.byteLength);a++)r.push(t.getUint16(o,!1)),o+=2;return r}if(e===2){let n=t.getUint16(x+2,!1),r=[],o=x+4;for(let a=0;a<n&&!(o+6>t.byteLength);a++){let i=t.getUint16(o,!1),s=t.getUint16(o+2,!1),d=t.getUint16(o+4,!1);for(let f=0;f<=s-i;f++)r[d+f]=i+f;o+=6}return r}return[]}function ha(t,x,e){let n=x,r,o,a=s=>{let d=t.getInt16(n,!1);return n+=2,d};e&1&&(r=a(1)),e&2&&a(2),e&4&&(o=a(4)),e&8&&a(8);let i=[16,32,64,128];for(let s of i)e&s&&(n+=2);return{xAdvance:o,xPlacement:r,length:n-x}}function x4(t,x){if(!t&&!x)return;let e=new Map,n=r=>{if(r)for(let[o,a]of r.entries()){let i=e.get(o)??new Map;for(let[s,d]of a.entries())i.set(s,(i.get(s)??0)+d);e.set(o,i)}};return n(t),n(x),e}function ya(t){if(t.length<4)return null;switch(String.fromCharCode(...t.slice(0,4))){case"wOFF":return"woff";case"wOF2":return"woff2";case"\0\0\0":case"OTTO":return t[0]===0&&t[1]===1?"ttf":"otf";default:return null}}function wa(t){let x=t.flavor>>>0,e=t.numTables,n=12,r=16*e,o=0,a=[];Object.entries(t.tables).sort(([m],[h])=>m.localeCompare(h)).forEach(([m,h])=>{let b=h;if(m==="head"){let y=new DataView(h.buffer,h.byteOffset,h.length);if(h.length>=20&&y.getUint16(18,!1)===0){let S=new Uint8Array(h);new DataView(S.buffer).setUint16(18,1e3,!1),b=S}}a.push({tag:m,data:b});let g=(4-b.length%4)%4;o+=b.length+g});let i=new ArrayBuffer(n+r+o),s=new Uint8Array(i),d=new DataView(i);d.setUint32(0,x,!1),d.setUint16(4,e,!1);let f=0,c=1;for(;c*2<=e;)c*=2,f++;c*=16;let l=e*16-c;d.setUint16(6,c,!1),d.setUint16(8,f,!1),d.setUint16(10,l,!1);let u=n+r,p=12;for(let m of a){let{tag:h,data:b}=m;for(let w=0;w<4;w++)s[p+w]=h.charCodeAt(w);let g=e4(b);d.setUint32(p+4,g,!1),d.setUint32(p+8,u,!1),d.setUint32(p+12,b.length,!1),s.set(b,u);let y=(4-b.length%4)%4;u+=b.length+y,p+=16}return i}function e4(t){let x=0,e=Math.floor((t.length+3)/4);for(let n=0;n<e;n++){let r=0,o=n*4;if(o+4<=t.length)r=t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3];else for(let a=0;a<4;a++)o+a<t.length&&(r|=t[o+a]<<24-a*8);x=x+r>>>0}return x}function ae(t){let x=t.glyphMetrics.size,e=new Array(x).fill(0);for(let[i,s]of t.glyphMetrics)e[i]=Math.round(s.advanceWidth/t.metrics.unitsPerEm*1e3);let r=(i=>{let s=new Map;for(let c of i)c!==0&&s.set(c,(s.get(c)??0)+1);if(s.size===0)return 1e3;let d=1e3,f=-1;for(let[c,l]of s.entries())(l>f||l===f&&c<d)&&(d=c,f=l);return d})(e),o=[],a=0;for(;a<x;){if(e[a]===r){a++;continue}let i=a,s=e[a],d=a+1;for(;d<x&&e[d]===s;)d++;if(d-i>=4){o.push(i),o.push(d-1),o.push(s),a=d;continue}let c=a,l=[];for(;a<x&&e[a]!==r&&l.length<32;)l.push(e[a]),a++;o.push(c),o.push(l)}return{DW:r,W:o}}function ie(t){if(!t||t.length===0)return`/CIDInit /ProcSet findresource begin
1
+ var s5=Object.create;var lr=Object.defineProperty;var d5=Object.getOwnPropertyDescriptor;var f5=Object.getOwnPropertyNames;var c5=Object.getPrototypeOf,l5=Object.prototype.hasOwnProperty;var k0=(t,x)=>()=>(t&&(x=t(t=0)),x);var ux=(t,x)=>()=>(x||t((x={exports:{}}).exports,x),x.exports),Q6=(t,x)=>{for(var e in x)lr(t,e,{get:x[e],enumerable:!0})},u5=(t,x,e,n)=>{if(x&&typeof x=="object"||typeof x=="function")for(let r of f5(x))!l5.call(t,r)&&r!==e&&lr(t,r,{get:()=>x[r],enumerable:!(n=d5(x,r))||n.enumerable});return t};var b5=(t,x,e)=>(e=t!=null?s5(c5(t)):{},u5(x||!t||!t.__esModule?lr(e,"default",{value:t,enumerable:!0}):e,t));var Br=k0(()=>{"use strict"});function st(t){let x=t.reduce((r,o)=>r+o.length,0),e=new Uint8Array(x),n=0;for(let r of t)e.set(r,n),n+=r.length;return e}function Ar(t){return t instanceof Uint8Array?t:new Uint8Array(t)}function La(t){let x=(4-t.length%4)%4;if(x===0)return t;let e=new Uint8Array(t.length+x);return e.set(t),e}var Mr=k0(()=>{"use strict"});function Zx(t,x){return t[x]<<8|t[x+1]}function Ca(t,x,e){x[e]=t>>>24&255,x[e+1]=t>>>16&255,x[e+2]=t>>>8&255,x[e+3]=t&255}function J0(t,x){return(t[x]<<24|t[x+1]<<16|t[x+2]<<8|t[x+3])>>>0}function kr(t){if(t.length===0)return new Uint8Array(0);if(t.length===1)return t[0];let x=t.reduce((r,o)=>r+o.length,0),e=new Uint8Array(x),n=0;for(let r of t)e.set(r,n),n+=r.length;return e}function Ir(t){return t instanceof Uint8Array?t:ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):new Uint8Array(t)}var Nr=k0(()=>{"use strict"});var dt,Ta=k0(()=>{"use strict";Nr();dt=class{static untransformGlyf(x,e,n){try{let r=this.parseTransformHeader(x,e),o=this.getHeaderSize(r),a=x.subarray(o,o+r.nContourStreamSize);o+=r.nContourStreamSize;let i=x.subarray(o,o+r.nPointsStreamSize);o+=r.nPointsStreamSize;let s=x.subarray(o,o+r.flagStreamSize);o+=r.flagStreamSize;let d=x.subarray(o,o+r.glyphStreamSize);o+=r.glyphStreamSize;let f=x.subarray(o,o+r.compositeStreamSize);o+=r.compositeStreamSize;let c=x.subarray(o,o+r.bboxStreamSize);o+=r.bboxStreamSize;let l=x.subarray(o,o+r.instructionStreamSize),u=[],p=[0],m=0,h=0,b=0,g=0,y=0,w=0,S=0;for(let B=0;B<e;B++){let E=this.readInt16(a,m);if(m+=2,E===0){u.push(new Uint8Array(0)),p.push(p[p.length-1]);continue}let F=this.readInt16(c,w);w+=2;let M=this.readInt16(c,w);w+=2;let T=this.readInt16(c,w);w+=2;let D=this.readInt16(c,w);w+=2;let O;E>0?(O=this.reconstructSimpleGlyph(E,F,M,T,D,i,h,s,b,d,g,l,S),h+=E*2):O=this.reconstructCompositeGlyph(E,F,M,T,D,f,y,l,S),u.push(O),p.push(p[p.length-1]+O.length)}let R=p[p.length-1],C=new Uint8Array(R),P=0;for(let B of u)C.set(B,P),P+=B.length;let k=this.createLocaTable(p,n);return{glyf:C,loca:k}}catch(r){return console.error("WOFF2 glyf transform failed:",r),this.createMinimalGlyfLoca(e,n)}}static parseTransformHeader(x,e){let n=0,r=J0(x,n);n+=4;let o=Zx(x,n);n+=2;let a=Zx(x,n);n+=2;let i=J0(x,n);n+=4;let s=J0(x,n);n+=4;let d=J0(x,n);n+=4;let f=J0(x,n);n+=4;let c=J0(x,n);n+=4;let l=J0(x,n);n+=4;let u=J0(x,n);return{version:r,numGlyphs:o||e,indexFormat:a,nContourStreamSize:i,nPointsStreamSize:s,flagStreamSize:d,glyphStreamSize:f,compositeStreamSize:c,bboxStreamSize:l,instructionStreamSize:u}}static getHeaderSize(x){return 36}static readInt16(x,e){let n=Zx(x,e);return n>32767?n-65536:n}static read255UInt16(x,e){let n=x[e];return n===253?{value:Zx(x,e+1),bytesRead:3}:n===254?{value:x[e+1]+506,bytesRead:2}:n===255?{value:x[e+1]+253,bytesRead:2}:{value:n,bytesRead:1}}static readTriplet(x,e){let n=x[e],r=0,o=0,a=1;if(n<10)r=0,o=n-0<<8|x[e+1],a=2;else if(n<20)r=n-10<<8|x[e+1],o=0,a=2;else if(n<84)r=n-20,o=0;else if(n<148)r=-(n-84),o=0;else if(n<212)r=0,o=n-148;else if(n<276)r=0,o=-(n-212);else if(n<1300){let i=n-276;r=(i>>4)+1,o=(i&15)<<8|x[e+1],a=2}else if(n<2324){let i=n-1300;r=(i>>4)+1,o=-((i&15)<<8|x[e+1]),a=2}else if(n<3348){let i=n-2324;r=-((i>>4)+1),o=(i&15)<<8|x[e+1],a=2}else if(n<4372){let i=n-3348;r=-((i>>4)+1),o=-((i&15)<<8|x[e+1]),a=2}else if(n<5396){let i=n-4372;o=(i>>4)+1,r=(i&15)<<8|x[e+1],a=2}else if(n<6420){let i=n-5396;o=(i>>4)+1,r=-((i&15)<<8|x[e+1]),a=2}else if(n<7444){let i=n-6420;o=-((i>>4)+1),r=(i&15)<<8|x[e+1],a=2}else if(n<8468){let i=n-7444;o=-((i>>4)+1),r=-((i&15)<<8|x[e+1]),a=2}else if(n===8468){let i=new DataView(x.buffer,x.byteOffset+e+1,2);r=i.getInt8(0),o=i.getInt8(1),a=3}else if(n===8469){let i=new DataView(x.buffer,x.byteOffset+e+1,4);r=i.getInt16(0,!1),o=i.getInt16(2,!1),a=5}return{dx:r,dy:o,bytesRead:a}}static reconstructSimpleGlyph(x,e,n,r,o,a,i,s,d,f,c,l,u){let p=[],m=0,h=i;for(let $=0;$<x;$++){let{value:x0,bytesRead:o0}=this.read255UInt16(a,h);h+=o0,m+=x0,p.push(m-1)}let{value:b,bytesRead:g}=this.read255UInt16(f,c),y=c+g,w=l.subarray(u,u+b),S=[],R=d;for(let $=0;$<m;$++){let x0=s[R++];S.push(x0)}let C=[],P=[],k=0,B=0;for(let $=0;$<m;$++){let{dx:x0,dy:o0,bytesRead:e0}=this.readTriplet(f,y);y+=e0,k+=x0,B+=o0,C.push(k),P.push(B)}let E=S.length,F=[],M=[],T=[],D=0,O=0;for(let $=0;$<m;$++){let x0=C[$],o0=P[$],e0=x0-D,Y=o0-O,J=0;J|=S[$]&1,e0===0?J|=16:e0>-256&&e0<256?(J|=2,e0>0?(J|=16,M.push(e0)):M.push(-e0)):(M.push(e0>>8&255),M.push(e0&255)),Y===0?J|=32:Y>-256&&Y<256?(J|=4,Y>0?(J|=32,T.push(Y)):T.push(-Y)):(T.push(Y>>8&255),T.push(Y&255)),F.push(J),D=x0,O=o0}let U=10+x*2+2+w.length+F.length+M.length+T.length,X=U%2,q=new Uint8Array(U+X),Z=new DataView(q.buffer),L=0;Z.setInt16(L,x,!1),L+=2,Z.setInt16(L,e,!1),L+=2,Z.setInt16(L,n,!1),L+=2,Z.setInt16(L,r,!1),L+=2,Z.setInt16(L,o,!1),L+=2;for(let $ of p)Z.setUint16(L,$,!1),L+=2;return Z.setUint16(L,w.length,!1),L+=2,q.set(w,L),L+=w.length,q.set(new Uint8Array(F),L),L+=F.length,q.set(new Uint8Array(M),L),L+=M.length,q.set(new Uint8Array(T),L),L+=T.length,q}static reconstructCompositeGlyph(x,e,n,r,o,a,i,s,d){let f=[],c=i,l=!1;for(;;){let g=Zx(a,c);c+=2;let y=Zx(a,c);c+=2;let w=(g&1)!==0,S=(g&2)!==0,R=0;w?R+=4:R+=2,g&8?R+=2:g&64?R+=4:g&128&&(R+=8);let C=a.subarray(c,c+R);if(c+=R,f.push({flags:g,glyphIndex:y,args:C}),g&256&&(l=!0),!(g&32))break}let u=new Uint8Array(0);if(l){let{value:g,bytesRead:y}=this.read255UInt16(s,d);u=s.subarray(d+y,d+y+g)}let p=10;for(let g of f)p+=4+g.args.length;l&&(p+=2+u.length);let m=new Uint8Array(p),h=new DataView(m.buffer),b=0;h.setInt16(b,x,!1),b+=2,h.setInt16(b,e,!1),b+=2,h.setInt16(b,n,!1),b+=2,h.setInt16(b,r,!1),b+=2,h.setInt16(b,o,!1),b+=2;for(let g of f)h.setUint16(b,g.flags,!1),b+=2,h.setUint16(b,g.glyphIndex,!1),b+=2,m.set(g.args,b),b+=g.args.length;return l&&(h.setUint16(b,u.length,!1),b+=2,m.set(u,b)),m}static createLocaTable(x,e){if(e===0){let n=new Uint8Array(x.length*2),r=new DataView(n.buffer);for(let o=0;o<x.length;o++)r.setUint16(o*2,x[o]/2,!1);return n}else{let n=new Uint8Array(x.length*4),r=new DataView(n.buffer);for(let o=0;o<x.length;o++)r.setUint32(o*4,x[o],!1);return n}}static createMinimalGlyfLoca(x,e){let n=new Uint8Array(0),r=e===0?(x+1)*2:(x+1)*4,o=new Uint8Array(r);return{glyf:n,loca:o}}}});var sx,Er=k0(()=>{"use strict";Ta();sx=class{static shouldTransform(x){return x==="glyf"||x==="loca"||x==="hmtx"}static getTransformVersion(x){switch(x){case"glyf":case"loca":return 0;case"hmtx":return 0;default:return 255}}static transform(x,e,n){return this.getTransformVersion(x)===255||console.warn(`Transformation for ${x} not implemented (encoding not supported)`),e}static untransform(x,e,n,r){let o=n.transformVersion;return e}static getTransformedLength(x,e){if(this.shouldTransform(x))return e.length}static reconstructGlyfLoca(x,e,n){return dt.untransformGlyf(x,e,n)}static reconstructHmtx(x,e,n,r,o){if(x.length<1)return x;let a=x[0],i=(a&1)!==0,s=(a&2)!==0,d=1,f=[];for(let b=0;b<e&&!(d+2>x.length);b++)f.push(x[d]<<8|x[d+1]),d+=2;let c=[];if(i)for(let b=0;b<e&&!(d+2>x.length);b++){let g=x[d]<<8|x[d+1];c.push(g>32767?g-65536:g),d+=2}else for(let b=0;b<e;b++)c.push(0);let l=[];if(s)for(let b=e;b<n&&!(d+2>x.length);b++){let g=x[d]<<8|x[d+1];l.push(g>32767?g-65536:g),d+=2}else for(let b=e;b<n;b++)l.push(0);let u=e*4+(n-e)*2,p=new Uint8Array(u),m=new DataView(p.buffer),h=0;for(let b=0;b<e;b++)m.setUint16(h,f[b]||0,!1),m.setInt16(h+2,c[b]||0,!1),h+=4;for(let b=0;b<l.length;b++)m.setInt16(h,l[b],!1),h+=2;return p}}});var Qx={};Q6(Qx,{brotliDecompressSync:()=>a4,default:()=>i4,inflateSync:()=>o4});function o4(t){throw new Error("inflateSync is not available in browser bundle")}function a4(t){throw new Error("brotliDecompressSync is not available in browser bundle")}var i4,Jx=k0(()=>{"use strict";i4={}});var ie={};Q6(ie,{default:()=>s4});var s4,se=k0(()=>{"use strict";s4={}});var Dr=ux((Op,Ba)=>{"use strict";function Pa(t){this.buffer=t,this.pos=0}Pa.prototype.read=function(t,x,e){this.pos+e>this.buffer.length&&(e=this.buffer.length-this.pos);for(var n=0;n<e;n++)t[x+n]=this.buffer[this.pos+n];return this.pos+=e,e};function Fa(t){this.buffer=t,this.pos=0}Fa.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};Ba.exports={BrotliInput:Pa,BrotliOutput:Fa}});var ka=ux((Wp,Ma)=>{"use strict";var x6=4096,d4=2*x6+32,Aa=2*x6-1,f4=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 e6(t){this.buf_=new Uint8Array(d4),this.input_=t,this.reset()}e6.READ_SIZE=x6;e6.IBUF_MASK=Aa;e6.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};e6.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,x6);if(x<0)throw new Error("Unexpected end of input");if(x<x6){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_[(x6<<1)+e]=this.buf_[e];this.buf_ptr_=x6}else this.buf_ptr_=0;this.bit_end_pos_+=x<<3}};e6.prototype.fillBitWindow=function(){for(;this.bit_pos_>=8;)this.val_>>>=8,this.val_|=this.buf_[this.pos_&Aa]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0};e6.prototype.readBits=function(t){32-this.bit_pos_<t&&this.fillBitWindow();var x=this.val_>>>this.bit_pos_&f4[t];return this.bit_pos_+=t,x};Ma.exports=e6});var Ia=ux(ft=>{"use strict";ft.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]);ft.init=function(){return ft.dictionary}});var Or=ux(t6=>{"use strict";var c4=Ia();t6.init=function(){t6.dictionary=c4.init()};t6.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]);t6.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]);t6.minDictionaryWordLength=4;t6.maxDictionaryWordLength=24});var Ur=ux(Wr=>{"use strict";function B6(t,x){this.bits=t,this.value=x}Wr.HuffmanCode=B6;var F6=15;function Na(t,x){for(var e=1<<x-1;t&e;)e>>=1;return(t&e-1)+e}function Ea(t,x,e,n,r){do n-=e,t[x+n]=new B6(r.bits,r.value);while(n>0)}function l4(t,x,e){for(var n=1<<x-e;x<F6&&(n-=t[x],!(n<=0));)++x,n<<=1;return x-e}Wr.BrotliBuildHuffmanTable=function(t,x,e,n,r){var o=x,a,i,s,d,f,c,l,u,p,m,h,b=new Int32Array(F6+1),g=new Int32Array(F6+1);for(h=new Int32Array(r),s=0;s<r;s++)b[n[s]]++;for(g[1]=0,i=1;i<F6;i++)g[i+1]=g[i]+b[i];for(s=0;s<r;s++)n[s]!==0&&(h[g[n[s]]++]=s);if(u=e,p=1<<u,m=p,g[F6]===1){for(d=0;d<m;++d)t[x+d]=new B6(0,h[0]&65535);return m}for(d=0,s=0,i=1,f=2;i<=e;++i,f<<=1)for(;b[i]>0;--b[i])a=new B6(i&255,h[s++]&65535),Ea(t,x+d,f,p,a),d=Na(d,i);for(l=m-1,c=-1,i=e+1,f=2;i<=F6;++i,f<<=1)for(;b[i]>0;--b[i])(d&l)!==c&&(x+=p,u=l4(b,i,e),p=1<<u,m+=p,c=d&l,t[o+c]=new B6(u+e&255,x-o-c&65535)),a=new B6(i-e&255,h[s++]&65535),Ea(t,x+(d>>e),f,p,a),d=Na(d,i);return m}});var Da=ux(Hr=>{"use strict";Hr.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]);Hr.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])});var Oa=ux(A6=>{"use strict";function j(t,x){this.offset=t,this.nbits=x}A6.kBlockLengthPrefixCode=[new j(1,2),new j(5,2),new j(9,2),new j(13,2),new j(17,3),new j(25,3),new j(33,3),new j(41,3),new j(49,4),new j(65,4),new j(81,4),new j(97,4),new j(113,5),new j(145,5),new j(177,5),new j(209,5),new j(241,6),new j(305,6),new j(369,7),new j(497,8),new j(753,9),new j(1265,10),new j(2289,11),new j(4337,12),new j(8433,13),new j(16625,24)];A6.kInsertLengthPrefixCode=[new j(0,0),new j(1,0),new j(2,0),new j(3,0),new j(4,0),new j(5,0),new j(6,1),new j(8,1),new j(10,2),new j(14,2),new j(18,3),new j(26,3),new j(34,4),new j(50,4),new j(66,5),new j(98,5),new j(130,6),new j(194,7),new j(322,8),new j(578,9),new j(1090,10),new j(2114,12),new j(6210,14),new j(22594,24)];A6.kCopyLengthPrefixCode=[new j(2,0),new j(3,0),new j(4,0),new j(5,0),new j(6,0),new j(7,0),new j(8,0),new j(9,0),new j(10,1),new j(12,1),new j(14,2),new j(18,2),new j(22,3),new j(30,3),new j(38,4),new j(54,4),new j(70,5),new j(102,5),new j(134,6),new j(198,7),new j(326,8),new j(582,9),new j(1094,10),new j(2118,24)];A6.kInsertRangeLut=[0,0,8,8,0,16,8,16,16];A6.kCopyRangeLut=[0,8,0,8,16,0,16,8,16]});var za=ux(ct=>{"use strict";var u4=Or(),_=0,Wa=1,b4=2,m4=3,p4=4,h4=5,g4=6,y4=7,w4=8,Ha=9,R0=10,C0=11,zr=12,R4=13,S4=14,v4=15,L4=16,C4=17,T4=18,P4=20;function N(t,x,e){this.prefix=new Uint8Array(t.length),this.transform=x,this.suffix=new Uint8Array(e.length);for(var n=0;n<t.length;n++)this.prefix[n]=t.charCodeAt(n);for(var n=0;n<e.length;n++)this.suffix[n]=e.charCodeAt(n)}var de=[new N("",_,""),new N("",_," "),new N(" ",_," "),new N("",zr,""),new N("",R0," "),new N("",_," the "),new N(" ",_,""),new N("s ",_," "),new N("",_," of "),new N("",R0,""),new N("",_," and "),new N("",R4,""),new N("",Wa,""),new N(", ",_," "),new N("",_,", "),new N(" ",R0," "),new N("",_," in "),new N("",_," to "),new N("e ",_," "),new N("",_,'"'),new N("",_,"."),new N("",_,'">'),new N("",_,`
2
+ `),new N("",m4,""),new N("",_,"]"),new N("",_," for "),new N("",S4,""),new N("",b4,""),new N("",_," a "),new N("",_," that "),new N(" ",R0,""),new N("",_,". "),new N(".",_,""),new N(" ",_,", "),new N("",v4,""),new N("",_," with "),new N("",_,"'"),new N("",_," from "),new N("",_," by "),new N("",L4,""),new N("",C4,""),new N(" the ",_,""),new N("",p4,""),new N("",_,". The "),new N("",C0,""),new N("",_," on "),new N("",_," as "),new N("",_," is "),new N("",y4,""),new N("",Wa,"ing "),new N("",_,`
3
+ `),new N("",_,":"),new N(" ",_,". "),new N("",_,"ed "),new N("",P4,""),new N("",T4,""),new N("",g4,""),new N("",_,"("),new N("",R0,", "),new N("",w4,""),new N("",_," at "),new N("",_,"ly "),new N(" the ",_," of "),new N("",h4,""),new N("",Ha,""),new N(" ",R0,", "),new N("",R0,'"'),new N(".",_,"("),new N("",C0," "),new N("",R0,'">'),new N("",_,'="'),new N(" ",_,"."),new N(".com/",_,""),new N(" the ",_," of the "),new N("",R0,"'"),new N("",_,". This "),new N("",_,","),new N(".",_," "),new N("",R0,"("),new N("",R0,"."),new N("",_," not "),new N(" ",_,'="'),new N("",_,"er "),new N(" ",C0," "),new N("",_,"al "),new N(" ",C0,""),new N("",_,"='"),new N("",C0,'"'),new N("",R0,". "),new N(" ",_,"("),new N("",_,"ful "),new N(" ",R0,". "),new N("",_,"ive "),new N("",_,"less "),new N("",C0,"'"),new N("",_,"est "),new N(" ",R0,"."),new N("",C0,'">'),new N(" ",_,"='"),new N("",R0,","),new N("",_,"ize "),new N("",C0,"."),new N("\xC2\xA0",_,""),new N(" ",_,","),new N("",R0,'="'),new N("",C0,'="'),new N("",_,"ous "),new N("",C0,", "),new N("",R0,"='"),new N(" ",R0,","),new N(" ",C0,'="'),new N(" ",C0,", "),new N("",C0,","),new N("",C0,"("),new N("",C0,". "),new N(" ",C0,"."),new N("",C0,"='"),new N(" ",C0,". "),new N(" ",R0,'="'),new N(" ",C0,"='"),new N(" ",R0,"='")];ct.kTransforms=de;ct.kNumTransforms=de.length;function Ua(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)}ct.transformDictionaryWord=function(t,x,e,n,r){var o=de[r].prefix,a=de[r].suffix,i=de[r].transform,s=i<zr?0:i-(zr-1),d=0,f=x,c;s>n&&(s=n);for(var l=0;l<o.length;)t[x++]=o[l++];for(e+=s,n-=s,i<=Ha&&(n-=i),d=0;d<n;d++)t[x++]=u4.dictionary[e+d];if(c=x-n,i===R0)Ua(t,c);else if(i===C0)for(;n>0;){var u=Ua(t,c);c+=u,n-=u}for(var p=0;p<a.length;)t[x++]=a[p++];return x-f}});var xi=ux(bt=>{"use strict";var Ya=Dr().BrotliInput,F4=Dr().BrotliOutput,I6=ka(),k6=Or(),T0=Ur().HuffmanCode,Xa=Ur().BrotliBuildHuffmanTable,M6=Da(),Mx=Oa(),Ga=za(),B4=8,ja=16,A4=256,M4=704,k4=26,$a=6,Va=2,jr=8,I4=255,kx=1080,$r=18,N4=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),Vr=16,E4=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),D4=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),O4=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 qa(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 Ka(t){if(t.readBits(1)){var x=t.readBits(3);return x===0?1:t.readBits(x)+(1<<x)}return 0}function W4(){this.meta_block_length=0,this.input_end=0,this.is_uncompressed=0,this.is_metadata=!1}function Za(t){var x=new W4,e,n,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(n=t.readBits(2),n===0)return x;for(r=0;r<n;r++){var o=t.readBits(8);if(r+1===n&&n>1&&o===0)throw new Error("Invalid size byte");x.meta_block_length|=o<<r*8}}else for(r=0;r<e;++r){var a=t.readBits(4);if(r+1===e&&e>4&&a===0)throw new Error("Invalid size nibble");x.meta_block_length|=a<<r*4}return++x.meta_block_length,!x.input_end&&!x.is_metadata&&(x.is_uncompressed=t.readBits(1)),x}function N6(t,x,e){var n=x,r;return e.fillBitWindow(),x+=e.val_>>>e.bit_pos_&I4,r=t[x].bits-jr,r>0&&(e.bit_pos_+=jr,x+=t[x].value,x+=e.val_>>>e.bit_pos_&(1<<r)-1),e.bit_pos_+=t[x].bits,t[x].value}function U4(t,x,e,n){for(var r=0,o=B4,a=0,i=0,s=32768,d=[],f=0;f<32;f++)d.push(new T0(0,0));for(Xa(d,0,5,t,$r);r<x&&s>0;){var c=0,l;if(n.readMoreInput(),n.fillBitWindow(),c+=n.val_>>>n.bit_pos_&31,n.bit_pos_+=d[c].bits,l=d[c].value&255,l<ja)a=0,e[r++]=l,l!==0&&(o=l,s-=32768>>l);else{var u=l-14,p,m,h=0;if(l===ja&&(h=o),i!==h&&(a=0,i=h),p=a,a>0&&(a-=2,a<<=u),a+=n.readBits(u)+3,m=a-p,r+m>x)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var b=0;b<m;b++)e[r+b]=i;r+=m,i!==0&&(s-=m<<15-i)}}if(s!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+s);for(;r<x;r++)e[r]=0}function ut(t,x,e,n){var r=0,o,a=new Uint8Array(t);if(n.readMoreInput(),o=n.readBits(2),o===1){for(var i,s=t-1,d=0,f=new Int32Array(4),c=n.readBits(2)+1;s;)s>>=1,++d;for(i=0;i<c;++i)f[i]=n.readBits(d)%t,a[f[i]]=2;switch(a[f[0]]=1,c){case 1:break;case 3:if(f[0]===f[1]||f[0]===f[2]||f[1]===f[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(f[0]===f[1])throw new Error("[ReadHuffmanCode] invalid symbols");a[f[1]]=1;break;case 4:if(f[0]===f[1]||f[0]===f[2]||f[0]===f[3]||f[1]===f[2]||f[1]===f[3]||f[2]===f[3])throw new Error("[ReadHuffmanCode] invalid symbols");n.readBits(1)?(a[f[2]]=3,a[f[3]]=3):a[f[0]]=2;break}}else{var i,l=new Uint8Array($r),u=32,p=0,m=[new T0(2,0),new T0(2,4),new T0(2,3),new T0(3,2),new T0(2,0),new T0(2,4),new T0(2,3),new T0(4,1),new T0(2,0),new T0(2,4),new T0(2,3),new T0(3,2),new T0(2,0),new T0(2,4),new T0(2,3),new T0(4,5)];for(i=o;i<$r&&u>0;++i){var h=N4[i],b=0,g;n.fillBitWindow(),b+=n.val_>>>n.bit_pos_&15,n.bit_pos_+=m[b].bits,g=m[b].value,l[h]=g,g!==0&&(u-=32>>g,++p)}if(!(p===1||u===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");U4(l,t,a,n)}if(r=Xa(x,e,jr,a,t),r===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return r}function lt(t,x,e){var n,r;return n=N6(t,x,e),r=Mx.kBlockLengthPrefixCode[n].nbits,Mx.kBlockLengthPrefixCode[n].offset+e.readBits(r)}function H4(t,x,e){var n;return t<Vr?(e+=E4[t],e&=3,n=x[e]+D4[t]):n=t-Vr+1,n}function z4(t,x){for(var e=t[x],n=x;n;--n)t[n]=t[n-1];t[0]=e}function G4(t,x){var e=new Uint8Array(256),n;for(n=0;n<256;++n)e[n]=n;for(n=0;n<x;++n){var r=t[n];t[n]=e[r],r&&z4(e,r)}}function n6(t,x){this.alphabet_size=t,this.num_htrees=x,this.codes=new Array(x+x*O4[t+31>>>5]),this.htrees=new Uint32Array(x)}n6.prototype.decode=function(t){var x,e,n=0;for(x=0;x<this.num_htrees;++x)this.htrees[x]=n,e=ut(this.alphabet_size,this.codes,n,t),n+=e};function _a(t,x){var e={num_htrees:null,context_map:null},n,r=0,o,a;x.readMoreInput();var i=e.num_htrees=Ka(x)+1,s=e.context_map=new Uint8Array(t);if(i<=1)return e;for(n=x.readBits(1),n&&(r=x.readBits(4)+1),o=[],a=0;a<kx;a++)o[a]=new T0(0,0);for(ut(i+r,o,0,x),a=0;a<t;){var d;if(x.readMoreInput(),d=N6(o,0,x),d===0)s[a]=0,++a;else if(d<=r)for(var f=1+(1<<d)+x.readBits(d);--f;){if(a>=t)throw new Error("[DecodeContextMap] i >= context_map_size");s[a]=0,++a}else s[a]=d-r,++a}return x.readBits(1)&&G4(s,t),e}function Gr(t,x,e,n,r,o,a){var i=e*2,s=e,d=N6(x,e*kx,a),f;d===0?f=r[i+(o[s]&1)]:d===1?f=r[i+(o[s]-1&1)]+1:f=d-2,f>=t&&(f-=t),n[e]=f,r[i+(o[s]&1)]=f,++o[s]}function j4(t,x,e,n,r,o){var a=r+1,i=e&r,s=o.pos_&I6.IBUF_MASK,d;if(x<8||o.bit_pos_+(x<<3)<o.bit_end_pos_){for(;x-- >0;)o.readMoreInput(),n[i++]=o.readBits(8),i===a&&(t.write(n,a),i=0);return}if(o.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;o.bit_pos_<32;)n[i]=o.val_>>>o.bit_pos_,o.bit_pos_+=8,++i,--x;if(d=o.bit_end_pos_-o.bit_pos_>>3,s+d>I6.IBUF_MASK){for(var f=I6.IBUF_MASK+1-s,c=0;c<f;c++)n[i+c]=o.buf_[s+c];d-=f,i+=f,x-=f,s=0}for(var c=0;c<d;c++)n[i+c]=o.buf_[s+c];if(i+=d,x-=d,i>=a){t.write(n,a),i-=a;for(var c=0;c<i;c++)n[c]=n[a+c]}for(;i+x>=a;){if(d=a-i,o.input_.read(n,i,d)<d)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");t.write(n,a),x-=d,i=0}if(o.input_.read(n,i,x)<x)throw new Error("[CopyUncompressedBlockToOutput] not enough bytes");o.reset()}function $4(t){var x=t.bit_pos_+7&-8,e=t.readBits(x-t.bit_pos_);return e==0}function Qa(t){var x=new Ya(t),e=new I6(x);qa(e);var n=Za(e);return n.meta_block_length}bt.BrotliDecompressedSize=Qa;function V4(t,x){var e=new Ya(t);x==null&&(x=Qa(t));var n=new Uint8Array(x),r=new F4(n);return Ja(e,r),r.pos<r.buffer.length&&(r.buffer=r.buffer.subarray(0,r.pos)),r.buffer}bt.BrotliDecompressBuffer=V4;function Ja(t,x){var e,n=0,r=0,o=0,a,i=0,s,d,f,c,l=[16,15,11,4],u=0,p=0,m=0,h=[new n6(0,0),new n6(0,0),new n6(0,0)],b,g,y,w=128+I6.READ_SIZE;y=new I6(t),o=qa(y),a=(1<<o)-16,s=1<<o,d=s-1,f=new Uint8Array(s+w+k6.maxDictionaryWordLength),c=s,b=[],g=[];for(var S=0;S<3*kx;S++)b[S]=new T0(0,0),g[S]=new T0(0,0);for(;!r;){var R=0,C,P=[1<<28,1<<28,1<<28],k=[0],B=[1,1,1],E=[0,1,0,1,0,1],F=[0],M,T,D,O,U=null,X=null,q,Z=null,L,$=0,x0=null,o0=0,e0=0,Y=null,J=0,d0=0,L0=0,f0,b0;for(e=0;e<3;++e)h[e].codes=null,h[e].htrees=null;y.readMoreInput();var u0=Za(y);if(R=u0.meta_block_length,n+R>x.buffer.length){var Q=new Uint8Array(n+R);Q.set(x.buffer),x.buffer=Q}if(r=u0.input_end,C=u0.is_uncompressed,u0.is_metadata){for($4(y);R>0;--R)y.readMoreInput(),y.readBits(8);continue}if(R!==0){if(C){y.bit_pos_=y.bit_pos_+7&-8,j4(x,R,n,f,d,y),n+=R;continue}for(e=0;e<3;++e)B[e]=Ka(y)+1,B[e]>=2&&(ut(B[e]+2,b,e*kx,y),ut(k4,g,e*kx,y),P[e]=lt(g,e*kx,y),F[e]=1);for(y.readMoreInput(),M=y.readBits(2),T=Vr+(y.readBits(4)<<M),D=(1<<M)-1,O=T+(48<<M),X=new Uint8Array(B[0]),e=0;e<B[0];++e)y.readMoreInput(),X[e]=y.readBits(2)<<1;var G=_a(B[0]<<$a,y);q=G.num_htrees,U=G.context_map;var K=_a(B[2]<<Va,y);for(L=K.num_htrees,Z=K.context_map,h[0]=new n6(A4,q),h[1]=new n6(M4,B[1]),h[2]=new n6(O,L),e=0;e<3;++e)h[e].decode(y);for(x0=0,Y=0,f0=X[k[0]],d0=M6.lookupOffsets[f0],L0=M6.lookupOffsets[f0+1],b0=h[1].htrees[0];R>0;){var t0,i0,H0,P0,m0,c0,p0,F0,A0,ox,Z0;for(y.readMoreInput(),P[1]===0&&(Gr(B[1],b,1,k,E,F,y),P[1]=lt(g,kx,y),b0=h[1].htrees[k[1]]),--P[1],t0=N6(h[1].codes,b0,y),i0=t0>>6,i0>=2?(i0-=2,p0=-1):p0=0,H0=Mx.kInsertRangeLut[i0]+(t0>>3&7),P0=Mx.kCopyRangeLut[i0]+(t0&7),m0=Mx.kInsertLengthPrefixCode[H0].offset+y.readBits(Mx.kInsertLengthPrefixCode[H0].nbits),c0=Mx.kCopyLengthPrefixCode[P0].offset+y.readBits(Mx.kCopyLengthPrefixCode[P0].nbits),p=f[n-1&d],m=f[n-2&d],ox=0;ox<m0;++ox)y.readMoreInput(),P[0]===0&&(Gr(B[0],b,0,k,E,F,y),P[0]=lt(g,0,y),$=k[0]<<$a,x0=$,f0=X[k[0]],d0=M6.lookupOffsets[f0],L0=M6.lookupOffsets[f0+1]),A0=M6.lookup[d0+p]|M6.lookup[L0+m],o0=U[x0+A0],--P[0],m=p,p=N6(h[0].codes,h[0].htrees[o0],y),f[n&d]=p,(n&d)===d&&x.write(f,s),++n;if(R-=m0,R<=0)break;if(p0<0){var A0;if(y.readMoreInput(),P[2]===0&&(Gr(B[2],b,2,k,E,F,y),P[2]=lt(g,2*kx,y),e0=k[2]<<Va,Y=e0),--P[2],A0=(c0>4?3:c0-2)&255,J=Z[Y+A0],p0=N6(h[2].codes,h[2].htrees[J],y),p0>=T){var fr,fo,Z6;p0-=T,fo=p0&D,p0>>=M,fr=(p0>>1)+1,Z6=(2+(p0&1)<<fr)-4,p0=T+(Z6+y.readBits(fr)<<M)+fo}}if(F0=H4(p0,l,u),F0<0)throw new Error("[BrotliDecompress] invalid distance");if(n<a&&i!==a?i=n:i=a,Z0=n&d,F0>i)if(c0>=k6.minDictionaryWordLength&&c0<=k6.maxDictionaryWordLength){var Z6=k6.offsetsByLength[c0],co=F0-i-1,lo=k6.sizeBitsByLength[c0],a5=(1<<lo)-1,i5=co&a5,uo=co>>lo;if(Z6+=i5*c0,uo<Ga.kNumTransforms){var cr=Ga.transformDictionaryWord(f,Z0,Z6,c0,uo);if(Z0+=cr,n+=cr,R-=cr,Z0>=c){x.write(f,s);for(var ke=0;ke<Z0-c;ke++)f[ke]=f[c+ke]}}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+F0+" len: "+c0+" bytes left: "+R)}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+F0+" len: "+c0+" bytes left: "+R);else{if(p0>0&&(l[u&3]=F0,++u),c0>R)throw new Error("Invalid backward reference. pos: "+n+" distance: "+F0+" len: "+c0+" bytes left: "+R);for(ox=0;ox<c0;++ox)f[n&d]=f[n-F0&d],(n&d)===d&&x.write(f,s),++n,--R}p=f[n-1&d],m=f[n-2&d]}n&=1073741823}}x.write(f,n&d)}bt.BrotliDecompress=Ja;k6.init()});var dx,E6,S0,_4,Y4,X4,q4,K4,Z4,Q4,J4,ei=k0(()=>{"use strict";Br();Mr();Er();dx=null,E6=null,S0=class{static{this.DEFAULT_QUALITY=11}static{this.DEFAULT_MODE=2}static{this.DEFAULT_LGWIN=22}static{this.DEFAULT_LGBLOCK=0}static async compress(x,e={}){let n=Ar(x),r=e.quality??this.DEFAULT_QUALITY,o=e.mode??this.DEFAULT_MODE,a=e.lgwin??this.DEFAULT_LGWIN,i=e.lgblock??this.DEFAULT_LGBLOCK;if(r<0||r>11)throw new Error("Brotli quality must be between 0 and 11");let s=await this.brotliCompress(n,{quality:r,mode:o,lgwin:a,lgblock:i});return{data:s,compressedSize:s.length,uncompressedSize:n.length}}static async decompress(x,e={}){let n=Ar(x),r=await this.brotliDecompress(n);if(e.expectedSize&&e.validateSize&&r.length!==e.expectedSize)throw new Error(`Size mismatch: expected ${e.expectedSize}, got ${r.length}`);return r}static async compressWithTransform(x,e,n,r={}){let o=sx.transform(e,x,n),a=sx.getTransformedLength(e,x);return{...await this.compress(o,r),transformLength:a}}static async decompressWithTransform(x,e,n,r={}){let o=await this.decompress(x,r);return sx.untransform(e,o,n)}static getCompressionStats(x,e,n){return{originalSize:x.length,compressedSize:e.length,compressionRatio:e.length/x.length,transformedSize:n?.length,transformApplied:!!n&&n.length!==x.length}}static async brotliCompress(x,e){if(typeof process<"u"&&process.versions?.node)return this.nodeBrotliCompress(x,e);if(typeof CompressionStream<"u")return this.browserBrotliCompress(x);throw new Error("No Brotli implementation available (Platform not supported)")}static async brotliDecompress(x){if(typeof process<"u"&&process.versions?.node)return this.nodeBrotliDecompress(x);if(typeof DecompressionStream<"u")try{return await this.browserBrotliDecompress(x)}catch{}return this.jsBrotliDecompress(x)}static async nodeBrotliCompress(x,e){(!dx||!E6)&&(dx=await Promise.resolve().then(()=>(Jx(),Qx)),E6=await Promise.resolve().then(()=>(se(),ie)));let n=E6.promisify(dx.brotliCompress),r={[dx.constants.BROTLI_PARAM_QUALITY]:e.quality??this.DEFAULT_QUALITY,[dx.constants.BROTLI_PARAM_MODE]:e.mode??this.DEFAULT_MODE};e.lgwin!==void 0&&(r[dx.constants.BROTLI_PARAM_LGWIN]=e.lgwin),e.lgblock!==void 0&&e.lgblock>0&&(r[dx.constants.BROTLI_PARAM_LGBLOCK]=e.lgblock);let o=await n(x,{params:r});return new Uint8Array(o)}static async nodeBrotliDecompress(x){(!dx||!E6)&&(dx=await Promise.resolve().then(()=>(Jx(),Qx)),E6=await Promise.resolve().then(()=>(se(),ie)));let n=await E6.promisify(dx.brotliDecompress)(x);return new Uint8Array(n)}static async browserBrotliCompress(x){let e=new CompressionStream("br"),n=e.writable.getWriter();n.write(x).catch(()=>{}),n.close();let r=[],o=e.readable.getReader();try{for(;;){let{done:a,value:i}=await o.read();if(a)break;i&&r.push(i)}}catch(a){throw new Error("Browser Brotli compression failed: "+a)}return st(r)}static async browserBrotliDecompress(x){let e=new DecompressionStream("br"),n=e.writable.getWriter();n.write(x).catch(()=>{}),n.close();let r=[],o=e.readable.getReader();try{for(;;){let{done:a,value:i}=await o.read();if(a)break;i&&r.push(i)}}catch(a){throw new Error("Browser Brotli decompression failed: "+a)}return st(r)}static async jsBrotliDecompress(x){let e=await Promise.resolve().then(()=>b5(xi(),1)),n=e.BrotliDecompressBuffer??e.BrotliDecompress;if(typeof n!="function")throw new Error("No JS Brotli decoder available");let r=n(x);return r instanceof Uint8Array?r:new Uint8Array(r)}static async validateCompressedData(x){try{return(await this.decompress(x)).length>0}catch{return!1}}static async compressMultipleTables(x,e={}){let n=st(x.map(({data:r})=>La(r)));return this.compress(n,{...e,mode:2,quality:e.quality??11})}static async decompressMultipleTables(x,e,n={}){let r=e.reduce((c,l)=>c+(l.transformLength??l.origLength),0),o=await this.decompress(x,{...n,expectedSize:r,validateSize:!1}),a=new Map,i=0;console.log(`WOFF2-BROTLI: Extracting ${e.length} tables from ${o.length} bytes`);for(let c of e){let l=c.transformLength??c.origLength;if(console.log(`WOFF2-BROTLI: Processing table ${c.tag} - origLength: ${c.origLength}, transformLength: ${c.transformLength}, transformVersion: ${c.transformVersion}`),i+l>o.length){console.warn(`Table ${c.tag} extends beyond decompressed data, using available data`);let m=o.subarray(i);m.length>0&&a.set(c.tag,m);break}let u=o.subarray(i,i+l);i+=l;let p=sx.untransform(c.tag,u,c,a);a.set(c.tag,p),console.log(`WOFF2-BROTLI: Added table ${c.tag} (${p.length} bytes)`)}console.log(`WOFF2-BROTLI: Extracted tables: ${Array.from(a.keys()).join(", ")}`);let s=a.has("gloc"),d=e.find(c=>c.tag==="glyf"),f=a.has("glyf")&&d?.transformVersion===0;if(s||f){console.log("WOFF2: Found transformed glyf/loca data, reconstructing...");let c;s?(console.log("WOFF2: Using gloc table"),c=a.get("gloc"),a.delete("gloc")):(console.log("WOFF2: Using transformed glyf table"),c=a.get("glyf")),console.log(`WOFF2: Transform data size: ${c.length} bytes`);let l=a.get("maxp"),u=a.get("head");if(console.log(`WOFF2: maxp table present: ${!!l}, head table present: ${!!u}`),l&&u){let p=new DataView(l.buffer,l.byteOffset).getUint16(4,!1),m=new DataView(u.buffer,u.byteOffset).getInt16(50,!1);console.log(`WOFF2: Reconstructing glyf/loca with numGlyphs=${p}, indexFormat=${m}`);let{glyf:h,loca:b}=sx.reconstructGlyfLoca(c,p,m);console.log(`WOFF2: Reconstructed glyf size: ${h.length}, loca size: ${b.length}`),a.set("glyf",h),a.set("loca",b),console.log("WOFF2: Successfully reconstructed glyf/loca tables")}else console.warn("Cannot reconstruct glyf/loca: missing maxp or head table");console.log(`WOFF2: Available tables: ${Array.from(a.keys()).join(", ")}`)}return this.reconstructHmtxIfNeeded(a,e),a}static reconstructHmtxIfNeeded(x,e){let n=e.find(f=>f.tag==="hmtx");if(!n||!x.has("hmtx")||n.transformVersion!==0||n.transformLength===void 0)return;let r=x.get("hmtx"),o=x.get("hhea"),a=x.get("maxp");if(!o||!a){console.warn("WOFF2: Cannot reconstruct hmtx: missing hhea or maxp");return}let i=new DataView(o.buffer,o.byteOffset).getUint16(34,!1),s=new DataView(a.buffer,a.byteOffset).getUint16(4,!1),d=sx.reconstructHmtx(r,i,s);x.set("hmtx",d)}},_4=S0.compress.bind(S0),Y4=S0.decompress.bind(S0),X4=S0.compressWithTransform.bind(S0),q4=S0.decompressWithTransform.bind(S0),K4=S0.getCompressionStats.bind(S0),Z4=S0.validateCompressedData.bind(S0),Q4=S0.compressMultipleTables.bind(S0),J4=S0.decompressMultipleTables.bind(S0)});var ti=k0(()=>{"use strict";ei();Er();Br();Mr()});var D6,ni=k0(()=>{"use strict";D6=class{static{this.MOD_ADLER=65521}static calculate(x){let e=1,n=0;for(let r=0;r<x.length;r++)e=(e+x[r])%this.MOD_ADLER,n=(n+e)%this.MOD_ADLER;return n<<16|e}static verify(x,e){return this.calculate(x)===e}static update(x,e){let n=x&65535,r=x>>>16&65535;for(let o=0;o<e.length;o++)n=(n+e[o])%this.MOD_ADLER,r=(r+n)%this.MOD_ADLER;return r<<16|n}}});var ri=k0(()=>{"use strict"});var q0,sh,dh,fh,ch,oi=k0(()=>{"use strict";ni();ri();Nr();q0=class{static{this.ZLIB_HEADER_CM_DEFLATE=120}static{this.DEFAULT_COMPRESSION_LEVEL=6}static async compress(x,e={}){let n=Ir(x),r=e.level??this.DEFAULT_COMPRESSION_LEVEL,o=await this.deflateCompress(n,r),a=this.wrapWithZlibFormat(o,n);return{data:a,compressedSize:a.length,uncompressedSize:n.length}}static async decompress(x,e={}){let n=Ir(x),{compressed:r,checksum:o}=this.unwrapZlibFormat(n),a=await this.deflateDecompress(r),i=D6.calculate(a);if(i!==o)throw new Error(`Adler-32 checksum mismatch: expected ${o}, got ${i}`);return a}static getCompressionStats(x,e){return{originalSize:x.length,compressedSize:e.length,compressionRatio:e.length/x.length,checksum:D6.calculate(x)}}static wrapWithZlibFormat(x,e){let n=D6.calculate(e),r=new Uint8Array(x.length+6),o=120,a=156,i=31-(o*256+a)%31;return a=a&224|i,r[0]=o,r[1]=a,r.set(x,2),Ca(n,r,r.length-4),r}static unwrapZlibFormat(x){if(x.length<6)throw new Error("Invalid zlib data: too short");let e=x[0],n=x[1],r=e&15;if(r!==8)throw new Error(`Unsupported compression method: ${r}`);if((e*256+n)%31!==0)throw new Error("Invalid zlib header checksum");let o=x.slice(2,-4),a=J0(x,x.length-4);return{compressed:o,checksum:a,uncompressedSize:0}}static async deflateCompress(x,e){if(typeof CompressionStream<"u")return this.browserDeflateCompress(x);if(typeof process<"u"&&process.versions?.node)return this.nodeDeflateCompress(x,e);throw new Error("No DEFLATE implementation available")}static async deflateDecompress(x){if(typeof DecompressionStream<"u")return this.browserDeflateDecompress(x);if(typeof process<"u"&&process.versions?.node)return this.nodeDeflateDecompress(x);throw new Error("No DEFLATE implementation available")}static async nodeDeflateCompress(x,e){let n=await Promise.resolve().then(()=>(Jx(),Qx)),{promisify:r}=await Promise.resolve().then(()=>(se(),ie)),a=await r(n.deflateRaw)(x,{level:e,windowBits:15});return new Uint8Array(a)}static async nodeDeflateDecompress(x){let e=await Promise.resolve().then(()=>(Jx(),Qx)),{promisify:n}=await Promise.resolve().then(()=>(se(),ie)),o=await n(e.inflateRaw)(x,{windowBits:15});return new Uint8Array(o)}static async browserDeflateCompress(x){let e=new CompressionStream("deflate-raw"),n=e.writable.getWriter();n.write(x),n.close();let r=[],o=e.readable.getReader();for(;;){let{done:a,value:i}=await o.read();if(a)break;r.push(i)}return kr(r)}static async browserDeflateDecompress(x){let e=new DecompressionStream("deflate-raw"),n=e.writable.getWriter();n.write(x),n.close();let r=[],o=e.readable.getReader();for(;;){let{done:a,value:i}=await o.read();if(a)break;r.push(i)}return kr(r)}static validateCompressedData(x){try{let{compressed:e,checksum:n}=this.unwrapZlibFormat(x);return e.length>0&&n>0}catch{return!1}}},sh=q0.compress.bind(q0),dh=q0.decompress.bind(q0),fh=q0.getCompressionStats.bind(q0),ch=q0.validateCompressedData.bind(q0)});var ai,ii,_r=k0(()=>{"use strict";ti();oi();ai=async t=>S0.decompress(t),ii=async t=>q0.decompress(t)});var fi={};Q6(fi,{decodeWoff:()=>n3});function Ix(t,x){return t.getUint32(x,!1)}function e3(t,x){return t.getUint16(x,!1)}function t3(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,t&255)}async function n3(t,x={}){let e=x.inflate??ii;if(t.byteLength<si)throw new Error("Invalid WOFF: file too short");let n=new DataView(t.buffer,t.byteOffset,t.byteLength);if(Ix(n,0)!==x3)throw new Error("Invalid WOFF signature");let o=Ix(n,4)>>>0;if(Ix(n,8)!==t.byteLength)throw new Error("Invalid WOFF: length mismatch");let i=e3(n,12),s=Ix(n,16);if(i===0||s===0)throw new Error("Invalid WOFF: missing tables");let d=si,f=i*di;if(d+f>t.byteLength)throw new Error("Invalid WOFF: truncated directory");let c={};for(let l=0;l<i;l++){let u=d+l*di,p=Ix(n,u),m=Ix(n,u+4),h=Ix(n,u+8),b=Ix(n,u+12);if(m+h>t.byteLength)throw new Error("Invalid WOFF: table outside bounds");let g=t.subarray(m,m+h),y;if(h!==b){let S=await e(g);if(S.byteLength!==b)throw new Error("Invalid WOFF: decompressed size mismatch");y=new Uint8Array(S)}else y=new Uint8Array(b),y.set(g.subarray(0,b));let w=t3(p);c[w]=y}return{flavor:o,numTables:i,tables:c}}var x3,si,di,ci=k0(()=>{"use strict";_r();x3=2001684038,si=44,di=20});function Yr(t){let x=0;for(let e=0;e<5;e++){let n=t.readU8();if(e===0&&n===128)throw new Error("Invalid Base128: leading zero");if(x&4261412864)throw new Error("Base128 overflow");if(x=x<<7|n&127,!(n&128))return x>>>0}throw new Error("Base128 exceeds 5 bytes")}function mt(t){let x=t.readU8(),e=253;return x===253?t.readU16():x===255?e+t.readU8():x===254?e*2+t.readU8():x}var G0,li=k0(()=>{"use strict";G0=class{constructor(x,e=0){this.data=x;this.offset=e}get length(){return this.data.length}peekRemaining(){return this.data.subarray(this.offset)}readU8(){if(this.offset+1>this.data.length)throw new Error("Unexpected EOF");return this.data[this.offset++]}readU16(){if(this.offset+2>this.data.length)throw new Error("Unexpected EOF");let x=this.data[this.offset]<<8|this.data[this.offset+1]&255;return this.offset+=2,x}readS16(){let x=this.readU16();return x&32768?x-65536:x}readU32(){if(this.offset+4>this.data.length)throw new Error("Unexpected EOF");let x=this.data[this.offset]<<24|this.data[this.offset+1]<<16|this.data[this.offset+2]<<8|this.data[this.offset+3];return this.offset+=4,x>>>0}readBytes(x){if(this.offset+x>this.data.length)throw new Error("Unexpected EOF");let e=this.data.subarray(this.offset,this.offset+x);return this.offset+=x,e}skip(x){if(this.offset+x>this.data.length)throw new Error("Unexpected EOF");this.offset+=x}}});var pi={};Q6(pi,{decodeWoff2:()=>F3});function mi(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,t&255)}function c3(t){return{decompress:t?.decompress??ai,transformers:t?.transformers??C3()}}function ce(t){let x=0,e=t.length&-4;for(let n=0;n<e;n+=4){let r=t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3];x=x+r>>>0}if(e!==t.length){let n=0;for(let r=e;r<t.length;r++)n|=t[r]<<24-8*(r&3);x=x+n>>>0}return x>>>0}function D0(t,x,e){let n=t&65535;return x[e]=n>>8&255,x[e+1]=n&255,e+2}function o6(t,x,e){return x[e]=t>>>24&255,x[e+1]=t>>>16&255,x[e+2]=t>>>8&255,x[e+3]=t&255,e+4}function l3(t,x){let e=[],n=0;for(let r=0;r<x;r++){let o=t.readU8(),a;(o&63)===63?a=t.readU32():a=f3[o&63]??0;let i=o>>6&3,s=0;a===ht||a===a6?i===0&&(s|=pt):i!==0&&(s|=pt),s|=i;let d=Yr(t),f=d;if(s&pt&&(f=Yr(t),a===a6&&f!==0))throw new Error("Invalid WOFF2: transformed loca must have zero length");e.push({tag:a,flags:s,srcOffset:n,srcLength:f,transformLength:f,dstLength:d}),n+=f}return e}function u3(t){if(t.byteLength<o3)throw new Error("Invalid WOFF2: file too short");let x=new G0(t);if(x.readU32()!==r3)throw new Error("Invalid WOFF2 signature");let n=x.readU32()>>>0;if(x.readU32()!==t.byteLength)throw new Error("Invalid WOFF2: length mismatch");let o=x.readU16();if(o===0)throw new Error("Invalid WOFF2: no tables");x.skip(6);let a=x.readU32();x.skip(4);let i=x.readU32(),s=x.readU32(),d=x.readU32();if(i!==0&&(i+s>t.byteLength||d===0))throw new Error("Invalid WOFF2 metadata block");let f=x.readU32(),c=x.readU32();if(f!==0&&f+c>t.byteLength)throw new Error("Invalid WOFF2 private block");let l=l3(x,o),u=l[l.length-1],p=u.srcOffset+u.srcLength,m=x.offset;if(m+a>t.byteLength)throw new Error("Invalid WOFF2: compressed stream truncated");if(p/Math.max(1,t.byteLength)>s3)throw new Error("Invalid WOFF2: implausible compression ratio");return{flavor:n,numTables:o,compressedOffset:m,compressedLength:a,uncompressedSize:p,tables:l}}function fx(t,x){return t&1?x:-x}function b3(t,x,e){let n=0,r=0,o=0,a=new Array(e);for(let i=0;i<e;i++){let s=t[i],d=s>>7===0;s&=127;let f=1;if(s>=84&&s<120?f=2:s<84?f=1:s<124?f=3:f=4,o+f>x.length)throw new Error("Invalid WOFF2 glyf triplet");let c,l;if(s<10)c=0,l=fx(s,((s&14)<<7)+x[o]);else if(s<20)c=fx(s,((s-10&14)<<7)+x[o]),l=0;else if(s<84){let u=s-20,p=x[o];c=fx(s,1+(u&48)+(p>>4)),l=fx(s>>1,1+((u&12)<<2)+(p&15))}else if(s<120){let u=s-84;c=fx(s,1+(u/12<<8)+x[o]),l=fx(s>>1,1+(u%12>>2<<8)+x[o+1])}else if(s<124){let u=x[o+1];c=fx(s,(x[o]<<4)+(u>>4)),l=fx(s>>1,((u&15)<<8)+x[o+2])}else c=fx(s,(x[o]<<8)+x[o+1]),l=fx(s>>1,(x[o+2]<<8)+x[o+3]);o+=f,n+=c,r+=l,a[i]={x:n,y:r,onCurve:d}}return{points:a,consumed:o}}function m3(t,x,e,n){let r=t.length,o=[],a=[],i=0,s=0,d=-1,f=0,c=10+2*x+2+e,l=[];for(let h=0;h<r;h++){let b=t[h],g=b.onCurve?px.ON_CURVE:0;n&&h===0&&(g|=px.OVERLAP_SIMPLE);let y=b.x-i,w=b.y-s;y===0?g|=px.X_SAME:y>-256&&y<256?(g|=px.X_SHORT|(y>0?px.X_SAME:0),o.push(Math.abs(y))):o.push(y>>8&255,y&255),w===0?g|=px.Y_SAME:w>-256&&w<256?(g|=px.Y_SHORT|(w>0?px.Y_SAME:0),a.push(Math.abs(w))):a.push(w>>8&255,w&255),g===d&&f!==255?(l[l.length-1]|=px.REPEAT,f++):(f!==0&&l.push(f),l.push(g),f=0,d=g),i=b.x,s=b.y}f!==0&&l.push(f);let u=c+l.length+o.length+a.length,p=new Uint8Array(u),m=c;for(let h of l)p[m++]=h;for(let h of o)p[m++]=h;for(let h of a)p[m++]=h;return p}function p3(t){if(t.length===0)return[0,0,0,0];let x=t[0].x,e=t[0].x,n=t[0].y,r=t[0].y;for(let o=1;o<t.length;o++){let a=t[o];a.x<x&&(x=a.x),a.x>e&&(e=a.x),a.y<n&&(n=a.y),a.y>r&&(r=a.y)}return[x,n,e,r]}function h3(t){let x=t.offset,e=r6.MORE_COMPONENTS,n=!1;for(;e&r6.MORE_COMPONENTS;){e=t.readU16(),n||=(e&r6.WE_HAVE_INSTRUCTIONS)!==0;let r=2;e&r6.ARG_WORDS?r+=4:r+=2,e&r6.WE_HAVE_A_SCALE?r+=2:e&r6.WE_HAVE_AN_XY_SCALE?r+=4:e&r6.WE_HAVE_A_TWO_BY_TWO&&(r+=8),t.skip(r)}return{size:t.offset-x,haveInstructions:n}}function g3(t,x){let e=x?4:2,n=new Uint8Array(t.length*e),r=0;for(let o of t)x?r=o6(o,n,r):r=D0(o>>1,n,r);return{data:n,checksum:ce(n)}}function y3(t,x){let e=new G0(t);e.readU16();let r=(e.readU16()&1)!==0,o=e.readU16(),a=e.readU16(),i=[];for(let M=0;M<7;M++)i.push(e.readU32());let s=9*4,d=[];for(let M of i){if(s+M>t.length)throw new Error("Invalid WOFF2 glyf stream");d.push(t.subarray(s,s+M)),s+=M}let f=null;if(r){let M=o+7>>3;if(s+M>t.length)throw new Error("Invalid WOFF2 overlap bitmap");f=t.subarray(s,s+M)}let c=new G0(d[0]),l=new G0(d[1]),u=new G0(d[2]),p=new G0(d[3]),m=new G0(d[4]),h=new G0(d[5]),b=new G0(d[6]),g=o+31>>5<<2,y=h.readBytes(g),w=new Array(o+1).fill(0),S=new Int16Array(o),R=[],C=0,P=0;for(let M=0;M<o;M++){let T=c.readU16(),D=(y[M>>3]&128>>(M&7))!==0,O=null;if(T===65535){let{size:U,haveInstructions:X}=h3(new G0(m.peekRemaining())),q=0;X&&(q=mt(p));let Z=12+U+q,L=new Uint8Array(Z),$=0;if($=D0(T,L,$),!D)throw new Error("Invalid WOFF2 glyf: composite without bbox");let x0=h.readBytes(8),o0=x0[0]<<8|x0[1];S[M]=o0&32768?o0-65536:o0,L.set(x0,$),$+=8,L.set(m.readBytes(U),$),$+=U,X&&($=D0(q,L,$),L.set(b.readBytes(q),$)),O=L}else if(T>0){let U=[],X=0;for(let Q=0;Q<T;Q++){let G=mt(l);X+=G,U.push(G)}let q=u.readBytes(X),Z=p.peekRemaining(),{points:L,consumed:$}=b3(q,Z,X);p.offset+=$;let x0=mt(p),o0=D?h.readBytes(8):null,e0=m3(L,T,x0,!!(f&&f[M>>3]&128>>(M&7))),Y=new Uint8Array(e0.length);Y.set(e0);let J=0;if(J=D0(T,Y,J),o0)Y.set(o0,J),J+=8;else{let[Q,G,K,t0]=p3(L);J=D0(Q,Y,J),J=D0(G,Y,J),J=D0(K,Y,J),J=D0(t0,Y,J)}let d0=-1;for(let Q of U)d0+=Q,J=D0(d0,Y,J);J=D0(x0,Y,J);let L0=b.peekRemaining().length,f0=Math.min(x0,L0),b0=b.readBytes(f0);Y.set(b0,J),O=Y;let u0=Y[2]<<8|Y[3];S[M]=u0&32768?u0-65536:u0}else{if(D)throw new Error("Invalid WOFF2 glyf: empty glyph with bbox");O=new Uint8Array(0)}w[M]=P,R.push(O),P+=Xr(O.length),C=C+ce(O)>>>0}if(w[o]=P,x!==(a?4:2)*(o+1))throw new Error("Invalid WOFF2 loca length");let k=w[o],B=new Uint8Array(k),E=0;for(let M of R){B.set(M,E),E+=M.length;let T=Xr(E)-E;E+=T}let F=g3(w,a);return{glyfData:B,locaData:F.data,glyfChecksum:C,locaChecksum:F.checksum,numGlyphs:o,indexFormat:a,xMins:S}}function w3(t){let x=new G0(t);return x.skip(34),x.readU16()}function R3(t,x,e,n){let r=new G0(t),o=r.readU8(),a=(o&1)===0,i=(o&2)===0;if(o&252)throw new Error("Invalid hmtx flags");if(a&&i)throw new Error("Invalid hmtx transform state");if(e<1||e>x)throw new Error("Invalid hmtx metrics count");let s=[],d=[];for(let l=0;l<e;l++)s.push(r.readU16());for(let l=0;l<e;l++)d.push(a?r.readS16():n[l]);for(let l=e;l<x;l++)d.push(i?r.readS16():n[l]);let f=new Uint8Array(2*x+2*e),c=0;for(let l=0;l<x;l++)l<e&&(c=D0(s[l],f,c)),c=D0(d[l],f,c);return{data:f,checksum:ce(f)}}function S3(t,x,e){let n=e.tablesByTag.get(a6);if(!n)throw new Error("Invalid WOFF2: missing loca for glyf");let r=y3(x,n.dstLength);e.state.glyfInfo=r,e.tableMap.set(ht,r.glyfData),e.tableMap.set(a6,r.locaData)}function v3(t,x,e){if(!e.tableMap.has(a6))throw new Error("Invalid WOFF2: loca transformed without glyf")}function L3(t,x,e){let n=e.state.glyfInfo;if(!n)throw new Error("Invalid WOFF2: hmtx transform before glyf");let r=R3(x,n.numGlyphs,e.state.numHMetrics,n.xMins);e.tableMap.set(ui,r.data)}function C3(){return new Map([[ht,S3],[a6,v3],[ui,L3]])}function T3(t,x){let e=Array.from(x.entries()).sort((l,u)=>l[0]-u[0]),n=e.length,r=a3+i3*n,o=[];for(let[l,u]of e){let p=Xr(u.length);o.push({tag:l,checksum:ce(u),offset:r,length:u.length,data:u}),r+=p}let a=new Uint8Array(r),i=0;i=o6(t>>>0,a,i),i=D0(n,a,i);let s=0;for(;1<<s+1<=n;)s++;let d=(1<<s)*16;i=D0(d,a,i),i=D0(s,a,i),i=D0(n*16-d,a,i);for(let l of o)i=o6(l.tag,a,i),i=o6(l.checksum,a,i),i=o6(l.offset,a,i),i=o6(l.length,a,i);for(let l of o)a.set(l.data,l.offset);let f=o.find(l=>l.tag===bi);if(f){let u=2981146554-ce(a)>>>0;o6(u,a,f.offset+fe)}let c={};for(let[l,u]of e)c[mi(l)]=u;return{ttf:a,tables:c}}function P3(t,x,e){let n=new Map,r=new Map(t.tables.map(d=>[d.tag,d])),o={glyfInfo:null,numHMetrics:0},a={header:t,tableMap:n,tablesByTag:r,state:o},i=e.transformers,s=t.tables.slice().sort((d,f)=>d.tag-f.tag);for(let d of s){let f=d.srcOffset,c=f+d.srcLength;if(c>x.length)throw new Error("Invalid WOFF2: table outside brotli buffer");let l=x.subarray(f,c);if(!(d.flags&pt)){let p=new Uint8Array(l);d.tag===bi&&p.length>=12&&(p[fe]=0,p[fe+1]=0,p[fe+2]=0,p[fe+3]=0),n.set(d.tag,p),d.tag===d3&&(o.numHMetrics=w3(p));continue}let u=i.get(d.tag);if(!u)throw new Error(`Unsupported WOFF2 transform for ${mi(d.tag)}`);u(d,l,a)}return T3(t.flavor,n)}async function F3(t,x){let e=c3(x),n=u3(t),r=t.subarray(n.compressedOffset,n.compressedOffset+n.compressedLength),o=await e.decompress(r);if(o.byteLength!==n.uncompressedSize)throw new Error("Invalid WOFF2: brotli size mismatch");let a=P3(n,o,e);return{parsed:{flavor:n.flavor,numTables:n.numTables,tables:a.tables},ttfBuffer:a.ttf}}var r3,o3,pt,a3,i3,fe,s3,V,ht,a6,ui,d3,bi,f3,Xr,px,r6,hi=k0(()=>{"use strict";_r();li();r3=2001684018,o3=48,pt=256,a3=12,i3=16,fe=8,s3=100,V=t=>t.charCodeAt(0)<<24|t.charCodeAt(1)<<16|t.charCodeAt(2)<<8|t.charCodeAt(3),ht=V("glyf"),a6=V("loca"),ui=V("hmtx"),d3=V("hhea"),bi=V("head"),f3=[V("cmap"),V("head"),V("hhea"),V("hmtx"),V("maxp"),V("name"),V("OS/2"),V("post"),V("cvt "),V("fpgm"),ht,a6,V("prep"),V("CFF "),V("VORG"),V("EBDT"),V("EBLC"),V("gasp"),V("hdmx"),V("kern"),V("LTSH"),V("PCLT"),V("VDMX"),V("vhea"),V("vmtx"),V("BASE"),V("GDEF"),V("GPOS"),V("GSUB"),V("EBSC"),V("JSTF"),V("MATH"),V("CBDT"),V("CBLC"),V("COLR"),V("CPAL"),V("SVG "),V("sbix"),V("acnt"),V("avar"),V("bdat"),V("bloc"),V("bsln"),V("cvar"),V("fdsc"),V("feat"),V("fmtx"),V("fvar"),V("gvar"),V("hsty"),V("just"),V("lcar"),V("mort"),V("morx"),V("opbd"),V("prop"),V("trak"),V("Zapf"),V("Silf"),V("Glat"),V("Gloc"),V("Feat"),V("Sill")];Xr=t=>t+3&-4;px={ON_CURVE:1,X_SHORT:2,Y_SHORT:4,REPEAT:8,X_SAME:16,Y_SAME:32,OVERLAP_SIMPLE:64},r6={ARG_WORDS:1,WE_HAVE_A_SCALE:8,MORE_COMPONENTS:32,WE_HAVE_AN_XY_SCALE:64,WE_HAVE_A_TWO_BY_TWO:128,WE_HAVE_INSTRUCTIONS:256}});var P2={};Q6(P2,{GlyphAtlas:()=>Gn,globalGlyphAtlas:()=>h6});var zn,Gn,h6,Te=k0(()=>{"use strict";zn=class{constructor(x,e,n){this.y=x,this.height=e,this.xCursor=0,this.remaining=n}},Gn=class{constructor(x=2048){this.pageSize=2048;this.pages=[];this.placements=new Map;this.maxPages=8;this.pageSize=x}setMaxPages(x){!Number.isFinite(x)||x<1||(this.maxPages=Math.max(1,Math.floor(x)),this.evictIfNeeded())}clear(){this.pages=[],this.placements.clear()}getPages(){return this.pages.map(x=>({width:x.width,height:x.height,data:x.data.slice()}))}has(x){return this.placements.has(x)}getPlacement(x){return this.placements.get(x)??null}pack(x,e,n,r,o=0){if(this.placements.has(x))return this.placements.get(x);let a=this.pageSize,i=this.pageSize,s=2+Math.max(0,Math.floor(o)),d=n+s*2,f=r+s*2;for(let y=0;y<this.pages.length;y++){let w=this.pages[y];for(let R of w.shelves)if(f<=R.height&&d<=R.remaining){let C=R.xCursor+s,P=R.y+s;this.blitToPage(w.data,w.width,w.height,C,P,e,n,r),R.xCursor+=d,R.remaining-=d,w.used+=d*f,w.lastUsed=Date.now();let k={pageIndex:y,x:C,y:P,width:n,height:r};return this.placements.set(x,k),k}let S=w.shelves.reduce((R,C)=>R+C.height,0);if(S+f<=w.height){let R=S,C=new zn(R,f,w.width);w.shelves.push(C);let P=C.xCursor+s,k=C.y+s;this.blitToPage(w.data,w.width,w.height,P,k,e,n,r),C.xCursor+=d,C.remaining-=d,w.used+=d*f,w.lastUsed=Date.now();let B={pageIndex:y,x:P,y:k,width:n,height:r};return this.placements.set(x,B),B}}let c=a,l=i,u=new Uint8Array(c*l*4),p={width:c,height:l,data:u,shelves:[],used:0,lastUsed:Date.now()};if(f>l||d>c)return null;let m=new zn(0,f,c);p.shelves.push(m),this.pages.push(p),this.evictIfNeeded();let h=m.xCursor+s,b=m.y+s;this.blitToPage(p.data,p.width,p.height,h,b,e,n,r),m.xCursor+=d,m.remaining-=d,p.used+=d*f,p.lastUsed=Date.now();let g={pageIndex:this.pages.length-1,x:h,y:b,width:n,height:r};return this.placements.set(x,g),g}evictIfNeeded(){for(;this.pages.length>this.maxPages;)this.evictLeastRecentlyUsedPage()}evictLeastRecentlyUsedPage(){if(this.pages.length===0)return;let x=0,e=1/0;for(let n=0;n<this.pages.length;n++){let r=this.pages[n];r.lastUsed<e&&(e=r.lastUsed,x=n)}this.evictPage(x)}evictPage(x){if(!(x<0||x>=this.pages.length)){this.pages.splice(x,1);for(let[e,n]of Array.from(this.placements.entries()))n.pageIndex===x?this.placements.delete(e):n.pageIndex>x&&this.placements.set(e,{...n,pageIndex:n.pageIndex-1})}}blitToPage(x,e,n,r,o,a,i,s){for(let d=0;d<s;d++){let f=d*i,c=(o+d)*e,l=r;for(let u=0;u<i;u++){let p=a[f+u],m=(c+l)*4;x[m]=0,x[m+1]=0,x[m+2]=0,x[m+3]=p,l++}}}},h6=new Gn(2048)});var ur=class{async load(x){let e=await fetch(x);if(!e.ok)throw new Error(`Failed to fetch resource: ${x} (${e.status})`);return await e.arrayBuffer()}},bo=globalThis.DecompressionStream,br=class{async inflateRaw(x){if(!bo)throw new Error("DecompressionStream not available; provide a polyfill (e.g., pako) for inflateRaw.");let e=new bo("deflate-raw"),n=e.writable.getWriter();await n.write(new Uint8Array(x)),await n.close();let r=e.readable.getReader(),o=[],a=0;for(;;){let{done:d,value:f}=await r.read();if(d)break;o.push(f),a+=f.byteLength}let i=new Uint8Array(a),s=0;for(let d of o)i.set(d,s),s+=d.byteLength;return i}},R6=class{constructor(){this.loader=new ur,this.compression=new br}resolveLocal(x,e){if(/^data:/i.test(x)||/^[a-z][a-z0-9+\-.]*:\/\//i.test(x)||x.startsWith("//"))return x;if(e)try{return new URL(x,e).toString()}catch{}throw new Error(`Local path resolution is not supported in browser environment: ${x}`)}now(){return typeof performance<"u"?performance.now():Date.now()}getEnv(x){}fileURLToPath(x){if(x.startsWith("file://")){let e=x.slice(7);return e.startsWith("/")&&/^[A-Z]:/i.test(e.slice(1))&&(e=e.slice(1)),e.replace(/\//g,"/")}return x}pathToFileURL(x){try{return new URL(`file://${x.startsWith("/")?"":"/"}${x}`).toString()}catch{return x}}pathResolve(...x){return x.filter(Boolean).join("/").replace(/\/+/g,"/")}pathJoin(...x){return x.filter(Boolean).join("/").replace(/\/+/g,"/")}pathDirname(x){let e=x.split("/");return e.length<=1?".":e.slice(0,-1).join("/")||"/"}pathIsAbsolute(x){return x.startsWith("/")||/^[A-Z]:/i.test(x)}};function mo(t){let x=globalThis;x.__PAGYRA_ENV__=t}function po(){return globalThis.__PAGYRA_ENV__}function Ie(t){return new DOMParser().parseFromString(t,"text/html")}var Ne=class{constructor(x,e,n,r,o,a,i){this.metrics=x;this.glyphMetrics=e;this.cmap=n;this.headBBox=r;this.getGlyphOutline=o;this.kerning=a;this.getRawTableData=i}};var m5={trace:"\x1B[90m",debug:"\x1B[36m",info:"\x1B[32m",warn:"\x1B[33m",error:"\x1B[31m"},go={parse:"\x1B[95m",style:"\x1B[94m",layout:"\x1B[96m",paint:"\x1B[93m",font:"\x1B[92m",encoding:"\x1B[35m",pdf:"\x1B[91m"},P9=Object.keys(go),ho="\x1B[0m",p5="\x1B[37m",Ee=["trace","debug","info","warn","error"],S6={level:"warn",cats:new Set};function yo(t){t&&(t.level&&(S6.level=t.level),t.cats&&(S6.cats=new Set(t.cats.map(x=>x.toLowerCase()))))}function I(t,x,e,n){let r=x.toLowerCase(),o=t.toLowerCase(),a=Ee.includes(S6.level)?S6.level:"warn";if(!Ee.includes(r)||Ee.indexOf(r)<Ee.indexOf(a)||S6.cats.size&&!S6.cats.has(o))return;let i=m5[r]??"",s=go[o]??p5,d=`${i}[${r.toUpperCase()}]${ho} ${s}${t}${ho}`;n!==void 0?console.log(d,e,n):console.log(d,e)}function wo(t){let x=document.createElement("style");x.textContent=t,document.head.appendChild(x);let e=x.sheet,n=[];if(e){let r=e.cssRules||[];for(let o=0;o<r.length;o++){let a=r[o];if(a.type===CSSRule.STYLE_RULE){let i=a,s=[],d=i.style;for(let f=0;f<d.length;f++){let c=d[f];s.push({property:c,value:d.getPropertyValue(c)})}n.push({type:i.type,selectors:[i.selectorText],declarations:s})}else if(a.type===CSSRule.MEDIA_RULE){let i=a,s=[];for(let d=0;d<i.cssRules.length;d++){let f=i.cssRules[d];if(f.type===CSSRule.STYLE_RULE){let c=[],l=f.style;for(let u=0;u<l.length;u++){let p=l[u];c.push({property:p,value:l.getPropertyValue(p)})}s.push({type:f.type,selectors:[f.selectorText],declarations:c})}}n.push({type:a.type,media:a.conditionText,rules:s})}}}return document.head.removeChild(x),{type:"stylesheet",stylesheet:{rules:n}}}function Ro(t){if(!t?.trim())return null;function x(s){let d=s.replace(/\s+/g,"");if(d==="odd")return{a:2,b:1};if(d==="even")return{a:2,b:0};if(/^[+-]?\d+$/.test(d))return{a:0,b:parseInt(d,10)};let f=/^([+-]?\d*)n([+-]?\d+)?$/.exec(d);if(!f)return null;let c=f[1]===""||f[1]==="+"?1:f[1]==="-"?-1:parseInt(f[1],10),l=f[2]?parseInt(f[2],10):0;return{a:c,b:l}}function e(s){let d=s.trim();if(!d)return null;let f=null;if(d[0]==="*")f=null,d=d.slice(1);else if(!["#",".","[",":"].includes(d[0])){let h=/^[a-zA-Z][a-zA-Z0-9-]*/.exec(d);h&&(f=h[0].toLowerCase(),d=d.slice(h[0].length))}let c=null,l=[],u=[],p=[];for(;d.length;){let h=d[0];if(h==="#"){let b=/^#[^.#[\]:\s>+~]+/.exec(d);if(!b)break;c=b[0].slice(1),d=d.slice(b[0].length);continue}if(h==="."){let b=/^\.[^.#[\]:\s>+~]+/.exec(d);if(!b)break;l.push(b[0].slice(1)),d=d.slice(b[0].length);continue}if(h==="["){let b=/^\[(\s*[-\w:]+\s*(?:([~|^$*]?=)\s*(?:"([^"]*)"|'([^']*)'|([^\]-\s]+))\s*)?)\]/.exec(d);if(!b)break;let g=b[1].match(/^[-\w:]+/)[0],y=b[2]??"exists",w=b[3]??b[4]??b[5],S=y==="exists"?{name:g,op:y}:{name:g,op:y,value:w};u.push(S),d=d.slice(b[0].length);continue}if(h===":"){let b=/^:first-child/.exec(d);if(b){p.push({kind:"first-child"}),d=d.slice(b[0].length);continue}if(b=/^:last-child/.exec(d),b){p.push({kind:"last-child"}),d=d.slice(b[0].length);continue}if(b=/^:root\b/.exec(d),b){p.push({kind:"root"}),d=d.slice(b[0].length);continue}if(b=/^:nth-child\(\s*([^)]+)\s*\)/.exec(d),b){let g=x(b[1]);g&&p.push({kind:"nth-child",a:g.a,b:g.b}),d=d.slice(b[0].length);continue}if(b=/^:not\(\s*([^)]+)\s*\)/.exec(d),b){let g=b[1],y=e(g);y&&p.push({kind:"not",inner:y}),d=d.slice(b[0].length);continue}return null}break}return{tag:f,id:c,classes:l,attrs:u,pseudos:p}}let n=t.trim().replace(/\s+/g," "),r=[],o=0;for(;o<n.length;){let s=n[o];if(s===" "||s===">"||s==="+"||s==="~"){if(s===" "){for(;n[o]===" ";)o++;r.push(" ")}else r.push(s),o++,n[o]===" "&&o++;continue}let d=o,f=0,c=0;for(;d<n.length;){let p=n[d];if(p==="[")f++;else if(p==="]")f=Math.max(0,f-1);else if(p==="(")c++;else if(p===")")c=Math.max(0,c-1);else if(f===0&&c===0&&(p===" "||p===">"||p==="+"||p==="~"))break;d++}let l=n.slice(o,d),u=e(l);if(!u)return null;r.push(u),o=d}let a=[];for(let s=0;s<r.length;s++){let d=r[s];if(typeof d!="string"){let f,c=s-1;for(;c>=0&&r[c]===" ";){f=" ",c--;break}c>=0&&typeof r[c]=="string"&&r[c]!==" "&&(f=r[c]);let l={simple:d,combinatorToLeft:f};a.push(l)}}return a.length?a:null}function mr(t){let x=t.classes.length?"."+t.classes.slice().sort().join("."):"",e=t.attrs.length?"["+t.attrs.map(i=>i.op==="exists"?i.name:`${i.name}${i.op}"${i.value}"`).sort().join("][")+"]":"",n=t.pseudos.length?":"+t.pseudos.map(i=>{switch(i.kind){case"first-child":return"first-child";case"last-child":return"last-child";case"nth-child":return`nth-child(${i.a}n+${i.b})`;case"not":return`not(${mr(i.inner)})`;default:return""}}).filter(i=>i!=="").sort().join(":"):"",r=t.tag??"*",o=t.id?`#${t.id}`:"";return`${r}${o}${x}${e}${n}`}function So(t){let x=Ro(t);if(!x)return null;let e=new WeakMap;function n(d,f,c){let l=e.get(d);l||(l=new Map,e.set(d,l));let u=mr(f);if(l.has(u))return l.get(u);let p=c(d,f);return l.set(u,p),p}function r(d,f){return typeof d.getAttribute=="function"?d.getAttribute(f):null}function o(d,f){let c=r(d,f.name);if(f.op==="exists")return c!==null;if(c===null)return!1;let l;switch(f.op){case"=":l=c===f.value;break;case"~=":l=c.split(/\s+/).includes(f.value);break;case"|=":l=c===f.value||c.startsWith(f.value+"-");break;case"^=":l=c.startsWith(f.value);break;case"$=":l=c.endsWith(f.value);break;case"*=":l=c.includes(f.value);break;default:l=!1;break}return l}function a(d){let f=d.parentElement;if(!f)return-1;let c=0;for(let l=f.firstElementChild;l;l=l.nextElementSibling)if(c++,l===d)return c;return-1}function i(d,f){if(f.kind==="first-child")return a(d)===1;if(f.kind==="last-child"){let c=d.parentElement;return c?c.lastElementChild===d:!1}if(f.kind==="nth-child"){let c=a(d);if(c<1)return!1;let{a:l,b:u}=f,p;return l===0?p=c===u:p=(c-u)%l===0&&(c-u)/l>=0,p}if(f.kind==="not")return!s(d,f.inner);if(f.kind==="root"){let c=d.ownerDocument;return!c||!c.documentElement?!1:c.documentElement===d}return!1}function s(d,f){if(f.tag&&d.tagName.toLowerCase()!==f.tag||f.id&&d.id!==f.id)return!1;let c=d.classList;for(let l of f.classes)if(!c?.contains?.(l))return!1;for(let l of f.attrs)if(!o(d,l))return!1;for(let l of f.pseudos)if(!i(d,l))return!1;return!0}return function(f){let c=f,l=x.length-1;if(!c||!n(c,x[l].simple,s))return!1;for(l--;l>=0;){let u=x[l],p=x[l+1].combinatorToLeft;if(p===">"){if(c=c.parentElement,!c||!n(c,u.simple,s))return!1;l--;continue}if(p===" "){let m=c.parentElement,h=!1;for(;m;){if(n(m,u.simple,s)){c=m,h=!0;break}m=m.parentElement}if(!h)return!1;l--;continue}if(p==="+"){let m=c.previousElementSibling;if(!m||!n(m,u.simple,s))return!1;c=m,l--;continue}if(p==="~"){let m=c.previousElementSibling,h=!1;for(;m;){if(n(m,u.simple,s)){c=m,h=!0;break}m=m.previousElementSibling}if(!h)return!1;l--;continue}if(!n(c,u.simple,s))return!1;l--}return!0}}function g5(t){let x={styleRules:[],fontFaceRules:[]};if(!t.trim())return x;let n=wo(t).stylesheet?.rules??[];for(let r of n)if(r.type==="rule"){let o=r,a=o.selectors??[],i=o.declarations??[],s={};for(let d of i){if(d.type!=="declaration")continue;let f=d;if(!f.property||f.value===void 0)continue;let c=f.property.trim();c.startsWith("--")?s[c]=f.value.trim():s[c.toLowerCase()]=f.value.trim()}for(let d of a){let f=So(d.trim());if(!f){console.warn(`Invalid CSS selector: ${d.trim()}`);continue}x.styleRules.push({selector:d,declarations:{...s},match:f})}}else if(r.type==="font-face"){let a=r.declarations??[],i={};for(let s of a){if(s.type!=="declaration")continue;let d=s;if(!d.property||d.value===void 0)continue;let f=d.property.trim();f.startsWith("--")?i[f]=d.value.trim():i[f.toLowerCase()]=d.value.trim()}x.fontFaceRules.push({declarations:i})}return x}function De(t){return g5(t)}var vo=0,Lo=0;function pr(t,x){vo=Number.isFinite(t)&&t>0?t:0,Lo=Number.isFinite(x)&&x>0?x:0}function Co(){return vo}function To(){return Lo}var Fo={kind:"auto"};function v6(t){return{kind:"absolute",unit:"percent",value:t}}function s0(t,x){return{kind:"relative",unit:t,value:x}}function y5(t){return!t||typeof t!="object"?!1:t.kind==="relative"}function Oe(t,x,e){return t.unit==="em"?t.value*x:t.value*e}function N0(t,x,e){if(t!==void 0)return typeof t=="number"?t:Oe(t,x,e)}function Bo(t,x,e){if(t!==void 0)return y5(t)?Oe(t,x,e):t}function E0(t){return typeof t=="string"?t==="auto":typeof t=="number"?!1:t.kind==="auto"}function v(t,x,e={auto:"reference"}){let n=e.auto??"reference";return t===void 0?0:typeof t=="number"?t:t==="auto"||t.kind==="auto"?Po(n,x):t.unit==="percent"?t.value*x:t.value}function We(t,x,e){let n=e??Number.POSITIVE_INFINITY,r=x??Number.NEGATIVE_INFINITY;return Math.min(Math.max(t,r),n)}function Po(t,x){return t==="reference"?x:t==="zero"?0:t}var w5=/^(-?\d+(?:\.\d+)?)%$/;function n0(t){if(!t)return;let x=t.trim().toLowerCase();if(!x||x==="auto")return;let e=x.match(/^(-?\d+(?:\.\d+)?)(px|pt|vh|vw|em|rem|cm|mm|q|in|pc)?$/);if(!e)return;let n=Number.parseFloat(e[1]);if(Number.isNaN(n))return;let r=e[2]??"px";switch(r){case"px":return n;case"pt":return ax(n);case"cm":return Ao(n);case"mm":return Mo(n);case"q":return ko(n);case"in":return Io(n);case"pc":return No(n);case"vh":return n/100*To();case"vw":return n/100*Co();case"em":case"rem":return s0(r,n);default:return}}function Ue(t){let x=t.trim().match(/^(-?\d+(?:\.\d+)?)(px|pt|em|rem)?$/i);if(!x)return;let e=Number.parseFloat(x[1]),n=(x[2]??"px").toLowerCase();return n==="pt"?(e=ax(e),e):n==="em"||n==="rem"?s0(n,e):e}function L6(t){let x=n0(t);if(x!==void 0)return x;let e=w5.exec(t.trim());if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isNaN(n))return v6(n/100)}function vx(t){if(!t)return;let x=t.trim().toLowerCase();return x==="auto"?"auto":n0(x)}var _x=96,hr=1/2.54;function Ao(t){return t*hr*_x}function Mo(t){return t/10*hr*_x}function ko(t){return t/40*hr*_x}function Io(t){return t*_x}function No(t){return t*(_x/6)}function ax(t){return t*(_x/72)}function gr(t){return t*(72/_x)}function He(t){return{parseLength:x=>n0(x),parseLengthOrPercent:x=>L6(x)}}var yr=1.2;function r0(){return{kind:"normal"}}function Eo(t){return{kind:"unitless",value:t}}function Do(t){return{kind:"length",value:t}}function j0(t){switch(t.kind){case"normal":return r0();case"unitless":return Eo(t.value);case"length":return Do(t.value);default:return r0()}}function Oo(t,x,e){switch(t.kind){case"normal":return r0();case"unitless":return Eo(t.value);case"length":{let n=t.value,r=typeof n=="number"?n:Oe(n,x,e);return Do(r)}default:return r0()}}function Wo(t,x){return t.kind!==x.kind?!1:t.kind==="unitless"||t.kind==="length"?t.value===x.value:!0}function Uo(t,x,e=yr){let n=x??16;if(!t)return n*e;switch(t.kind){case"normal":return n*e;case"unitless":return t.value*n;case"length":return t.value;default:return n*e}}function C6(t,x){return t*x}function J6(t,x){return t*x}var z=class{static getFontFamily(){return"'Times New Roman', Times, serif"}static getFontSize(){return 1}static getBaseFontSize(){return 16}static getLineHeight(){return yr}static getColor(){return"#000000"}static getLetterSpacing(){return 0}static getWordSpacing(){return 0}static getFontWeight(){return 400}},y0=class{static getMargin(){return 0}static getPadding(){return 0}static getBorder(){return 0}static getWidth(){return"auto"}static getHeight(){return"auto"}static getMinWidth(){}static getMaxWidth(){}static getMinHeight(){}static getMaxHeight(){}},Lx=class{static getDisplay(){return"block"}static getPosition(){return"static"}static getFloat(){return"none"}static getClear(){return"none"}static getOverflowX(){return"visible"}static getOverflowY(){return"visible"}},Q0=class{static getWhiteSpace(){return"normal"}static getOverflowWrap(){return"normal"}static getTextWrap(){return"wrap"}static getWritingMode(){return"horizontal-tb"}static getTextAlign(){return"start"}static getVerticalAlign(){return"baseline"}static getTextIndent(){return 0}static getTextTransform(){return"none"}};function Sr(){let t=z.getBaseFontSize();return{fontFamily:z.getFontFamily(),fontSize:C6(z.getFontSize(),t),fontStyle:"normal",fontWeight:z.getFontWeight(),lineHeight:r0(),color:z.getColor(),borderColor:z.getColor(),letterSpacing:z.getLetterSpacing(),wordSpacing:z.getWordSpacing(),textDecorationLine:"none",textDecorationColor:"currentcolor",textDecorationStyle:"solid",listStyleType:"disc",marginTop:J6(y0.getMargin(),C6(z.getFontSize(),t)),marginRight:J6(y0.getMargin(),C6(z.getFontSize(),t)),marginBottom:J6(y0.getMargin(),C6(z.getFontSize(),t)),marginLeft:J6(y0.getMargin(),C6(z.getFontSize(),t)),paddingTop:y0.getPadding(),paddingRight:y0.getPadding(),paddingBottom:y0.getPadding(),paddingLeft:y0.getPadding(),borderTop:y0.getBorder(),borderRight:y0.getBorder(),borderBottom:y0.getBorder(),borderLeft:y0.getBorder(),borderTopLeftRadiusX:0,borderTopLeftRadiusY:0,borderTopRightRadiusX:0,borderTopRightRadiusY:0,borderBottomRightRadiusX:0,borderBottomRightRadiusY:0,borderBottomLeftRadiusX:0,borderBottomLeftRadiusY:0,boxShadows:[],width:y0.getWidth(),height:y0.getHeight(),minWidth:y0.getMinWidth(),maxWidth:y0.getMaxWidth(),minHeight:y0.getMinHeight(),maxHeight:y0.getMaxHeight(),display:Lx.getDisplay(),position:Lx.getPosition(),float:"none",clear:Lx.getClear(),overflowX:Lx.getOverflowX(),overflowY:Lx.getOverflowY(),whiteSpace:Q0.getWhiteSpace(),overflowWrap:Q0.getOverflowWrap(),textWrap:Q0.getTextWrap(),writingMode:Q0.getWritingMode(),textAlign:Q0.getTextAlign(),verticalAlign:Q0.getVerticalAlign(),textIndent:Q0.getTextIndent(),textTransform:Q0.getTextTransform(),flexGrow:0,flexShrink:1,flexBasis:Fo,alignItems:"stretch",alignSelf:"auto",justifyContent:"flex-start",alignContent:"stretch",flexDirection:"row",flexWrap:!1,trackListColumns:[],trackListRows:[],autoFlow:"row",rowGap:0,columnGap:0,tableLayout:"auto",borderModel:"separate",breakBefore:"auto",breakAfter:"auto",breakInside:"auto",widows:2,orphans:2,opacity:1}}var vr=class{constructor(){this.elementDefaults={html:{display:"block",fontSize:16,fontFamily:z.getFontFamily(),color:z.getColor()},body:{display:"block",margin:8,fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},h1:{display:"block",marginTop:s0("em",.67),marginBottom:s0("em",.67),marginLeft:0,marginRight:0,fontSize:s0("em",2),lineHeight:r0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h2:{display:"block",marginTop:s0("em",.83),marginBottom:s0("em",.83),marginLeft:0,marginRight:0,fontSize:s0("em",1.5),lineHeight:r0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h3:{display:"block",marginTop:s0("em",1),marginBottom:s0("em",1),marginLeft:0,marginRight:0,fontSize:s0("em",1.17),lineHeight:r0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h4:{display:"block",marginTop:s0("em",1.33),marginBottom:s0("em",1.33),marginLeft:0,marginRight:0,fontSize:s0("em",1),lineHeight:r0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h5:{display:"block",marginTop:s0("em",1.67),marginBottom:s0("em",1.67),marginLeft:0,marginRight:0,fontSize:s0("em",.83),lineHeight:r0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h6:{display:"block",marginTop:s0("em",2.33),marginBottom:s0("em",2.33),marginLeft:0,marginRight:0,fontSize:s0("em",.67),lineHeight:r0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},p:{display:"block",marginTop:s0("em",1),marginRight:0,marginBottom:s0("em",1),marginLeft:0,fontSize:s0("em",1),lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},ul:{display:"block",marginTop:s0("em",1),marginBottom:s0("em",1),paddingLeft:40,listStyleType:"disc",fontSize:s0("em",1),lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},ol:{display:"block",marginTop:s0("em",1),marginBottom:s0("em",1),paddingLeft:40,listStyleType:"decimal",fontSize:s0("em",1),lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},li:{display:"block",fontSize:s0("em",1),lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},a:{display:"inline",color:"#0000EE",textAlign:"start",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily()},strong:{display:"inline",fontSize:16,fontWeight:700,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},em:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},b:{display:"inline",fontSize:16,fontWeight:700,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},i:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},s:{display:"inline",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},del:{display:"inline",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},u:{display:"inline",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"underline"},strike:{display:"inline",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},code:{display:"inline",fontSize:14,lineHeight:r0(),fontFamily:"Monaco, 'Courier New', monospace",color:z.getColor()},table:{display:"table",borderCollapse:"separate",borderSpacing:2,fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},thead:{display:"table-header-group",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},tbody:{display:"table-row-group",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},tfoot:{display:"table-footer-group",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},tr:{display:"table-row",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},th:{display:"table-cell",padding:8,fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor(),fontWeight:700,textAlign:"center",verticalAlign:"middle"},td:{display:"table-cell",padding:8,fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor(),verticalAlign:"middle"},input:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},button:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},textarea:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},div:{display:"block",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},span:{display:"inline",fontSize:16,lineHeight:r0(),fontFamily:z.getFontFamily(),color:z.getColor()},img:{display:"inline-block",border:0},br:{display:"inline"}}}getDefaultsForElement(x){let e=x.toLowerCase();return this.elementDefaults[e]||{}}getAllDefaults(){return{...this.elementDefaults}}},jo=new vr,xe=class{static getDefaultsForElement(x){return jo.getDefaultsForElement(x)}static getAllDefaults(){return jo.getAllDefaults()}};var Tx=class{static createBaseDefaults(){return Sr()}static mergeElementDefaults(x,e){let n={...x};return e.fontSize!==void 0&&(n.fontSize=e.fontSize),e.fontStyle!==void 0&&(n.fontStyle=e.fontStyle),e.lineHeight!==void 0&&(n.lineHeight=j0(e.lineHeight)),e.fontFamily!==void 0&&(n.fontFamily=e.fontFamily),e.fontWeight!==void 0&&(n.fontWeight=e.fontWeight),e.color!==void 0&&(n.color=e.color),e.borderColor!==void 0&&(n.borderColor=e.borderColor),e.margin!==void 0&&(n.marginTop=e.margin,n.marginRight=e.margin,n.marginBottom=e.margin,n.marginLeft=e.margin),e.marginTop!==void 0&&(n.marginTop=e.marginTop),e.marginRight!==void 0&&(n.marginRight=e.marginRight),e.marginBottom!==void 0&&(n.marginBottom=e.marginBottom),e.marginLeft!==void 0&&(n.marginLeft=e.marginLeft),e.padding!==void 0&&(n.paddingTop=e.padding,n.paddingRight=e.padding,n.paddingBottom=e.padding,n.paddingLeft=e.padding),e.paddingTop!==void 0&&(n.paddingTop=e.paddingTop),e.paddingRight!==void 0&&(n.paddingRight=e.paddingRight),e.paddingBottom!==void 0&&(n.paddingBottom=e.paddingBottom),e.paddingLeft!==void 0&&(n.paddingLeft=e.paddingLeft),e.border!==void 0&&(n.borderTop=e.border,n.borderRight=e.border,n.borderBottom=e.border,n.borderLeft=e.border),e.borderTop!==void 0&&(n.borderTop=e.borderTop),e.borderRight!==void 0&&(n.borderRight=e.borderRight),e.borderBottom!==void 0&&(n.borderBottom=e.borderBottom),e.borderLeft!==void 0&&(n.borderLeft=e.borderLeft),e.display!==void 0&&(n.display=e.display),e.objectFit!==void 0&&(n.objectFit=e.objectFit),e.textAlign!==void 0&&(n.textAlign=e.textAlign),e.textIndent!==void 0&&(n.textIndent=e.textIndent),e.verticalAlign!==void 0&&(n.verticalAlign=e.verticalAlign),e.listStyleType!==void 0&&(n.listStyleType=e.listStyleType),e.textDecorationLine!==void 0&&(n.textDecorationLine=e.textDecorationLine),e.overflowWrap!==void 0&&(n.overflowWrap=e.overflowWrap),e.textTransform!==void 0&&(n.textTransform=e.textTransform),n}};var Yx=class t{constructor(){this.properties=new Map}set(x,e){x.startsWith("--")&&this.properties.set(x,e.trim())}get(x){return this.properties.get(x)}has(x){return this.properties.has(x)}clone(){let x=new t;return this.properties.forEach((e,n)=>{x.set(n,e)}),x}inherit(x){if(!x)return this.clone();let e=x.clone();return this.properties.forEach((n,r)=>{e.set(r,n)}),e}keys(){return Array.from(this.properties.keys())}get size(){return this.properties.size}},v5=/var\s*\(\s*(--[a-zA-Z0-9_-]+)\s*(?:,\s*([^)]+))?\s*\)/g;function $o(t){return t.includes("var(")}function Vo(t,x,e=10){if(!$o(t))return t;if(e<=0)return console.warn("CSS variable resolution depth limit reached"),t;let n=t,r=t.matchAll(v5);for(let o of r){let a=o[0],i=o[1],s=o[2]?.trim(),d=x.get(i);if(d===void 0)if(s!==void 0)d=s;else{console.warn(`CSS variable ${i} not found and no fallback provided`);continue}n=n.replace(a,d)}return $o(n)&&(n=Vo(n,x,e-1)),n.trim()}function _o(t){let x=new Yx;for(let[e,n]of Object.entries(t))e.startsWith("--")&&x.set(e,n);return x}function Yo(t,x){let e={};for(let[n,r]of Object.entries(t))n.startsWith("--")?e[n]=r:e[n]=Vo(r,x);return e}var Xx=Tx.createBaseDefaults(),$0=class{constructor(x){let e={...Xx,...x,flexBasis:x?.flexBasis??Xx.flexBasis,trackListColumns:[...x?.trackListColumns??Xx.trackListColumns],trackListRows:[...x?.trackListRows??Xx.trackListRows],backgroundLayers:x?.backgroundLayers?[...x.backgroundLayers]:[],textShadows:x?.textShadows?[...x.textShadows]:[]};this.display=e.display,this.position=e.position,this.zIndex=e.zIndex,this.float=e.float,this.clear=e.clear,this.overflowX=e.overflowX,this.overflowY=e.overflowY,this.whiteSpace=e.whiteSpace,this.overflowWrap=e.overflowWrap,this.textWrap=e.textWrap,this.writingMode=e.writingMode,this.width=e.width,this.height=e.height,this.minWidth=e.minWidth,this.maxWidth=e.maxWidth,this.minHeight=e.minHeight,this.maxHeight=e.maxHeight,this.marginTop=e.marginTop,this.marginRight=e.marginRight,this.marginBottom=e.marginBottom,this.marginLeft=e.marginLeft,this.paddingTop=e.paddingTop,this.paddingRight=e.paddingRight,this.paddingBottom=e.paddingBottom,this.paddingLeft=e.paddingLeft,this.borderTop=e.borderTop,this.borderRight=e.borderRight,this.borderBottom=e.borderBottom,this.borderLeft=e.borderLeft,this.borderTopLeftRadiusX=e.borderTopLeftRadiusX,this.borderTopLeftRadiusY=e.borderTopLeftRadiusY,this.borderTopRightRadiusX=e.borderTopRightRadiusX,this.borderTopRightRadiusY=e.borderTopRightRadiusY,this.borderBottomRightRadiusX=e.borderBottomRightRadiusX,this.borderBottomRightRadiusY=e.borderBottomRightRadiusY,this.borderBottomLeftRadiusX=e.borderBottomLeftRadiusX,this.borderBottomLeftRadiusY=e.borderBottomLeftRadiusY,this.borderStyleTop=e.borderStyleTop,this.borderStyleRight=e.borderStyleRight,this.borderStyleBottom=e.borderStyleBottom,this.borderStyleLeft=e.borderStyleLeft,this.backgroundLayers=e.backgroundLayers,this.borderColor=e.borderColor,this.boxShadows=[...e.boxShadows],this.textShadows=[...e.textShadows],this.color=e.color,this.fontFamily=e.fontFamily,this.fontWeight=e.fontWeight,this.fontStyle=e.fontStyle,this.fontVariant=e.fontVariant,this.fontVariantNumeric=e.fontVariantNumeric,this.content=e.content,this.clipPath=e.clipPath,this.objectFit=e.objectFit,this.zIndex=e.zIndex,this.left=e.left,this.right=e.right,this.top=e.top,this.bottom=e.bottom,this.insetInlineStart=e.insetInlineStart,this.insetInlineEnd=e.insetInlineEnd,this.insetBlockStart=e.insetBlockStart,this.insetBlockEnd=e.insetBlockEnd,this.fontSize=e.fontSize,this.lineHeight=j0(e.lineHeight),this.letterSpacing=e.letterSpacing,this.wordSpacing=e.wordSpacing,this.flexGrow=e.flexGrow,this.flexShrink=e.flexShrink,this.flexBasis=e.flexBasis,this.listStyleType=e.listStyleType,this.alignItems=e.alignItems,this.alignSelf=e.alignSelf,this.justifyContent=e.justifyContent,this.alignContent=e.alignContent,this.flexDirection=e.flexDirection,this.flexWrap=e.flexWrap,this.trackListColumns=e.trackListColumns,this.trackListRows=e.trackListRows,this.autoFlow=e.autoFlow,this.rowGap=e.rowGap,this.columnGap=e.columnGap,this.tableLayout=e.tableLayout,this.borderModel=e.borderModel,this.breakBefore=e.breakBefore,this.breakAfter=e.breakAfter,this.breakInside=e.breakInside,this.widows=e.widows,this.orphans=e.orphans,this.textIndent=e.textIndent,this.textTransform=e.textTransform,this.transform=x?.transform??void 0,this.textAlign=x?.textAlign??void 0,this.verticalAlign=x?.verticalAlign??void 0,this.textDecorationLine=x?.textDecorationLine??Xx.textDecorationLine,this.textDecorationColor=x?.textDecorationColor??Xx.textDecorationColor,this.textDecorationStyle=x?.textDecorationStyle??Xx.textDecorationStyle,this.opacity=e.opacity,this.customProperties=x?.customProperties??new Yx}get backgroundColor(){if(this.backgroundLayers)for(let x=this.backgroundLayers.length-1;x>=0;x--){let e=this.backgroundLayers[x];if(e.kind==="color")return e.color}}};function B0(t){return Uo(t?.lineHeight,t?.fontSize)}var Ge=class t{constructor(){this.x=0;this.y=0;this.contentWidth=0;this.contentHeight=0;this.scrollWidth=0;this.scrollHeight=0;this.borderBoxWidth=0;this.borderBoxHeight=0;this.marginBoxWidth=0;this.marginBoxHeight=0;this.baseline=0}clone(){let x=new t;return x.x=this.x,x.y=this.y,x.contentWidth=this.contentWidth,x.contentHeight=this.contentHeight,x.scrollWidth=this.scrollWidth,x.scrollHeight=this.scrollHeight,x.borderBoxWidth=this.borderBoxWidth,x.borderBoxHeight=this.borderBoxHeight,x.marginBoxWidth=this.marginBoxWidth,x.marginBoxHeight=this.marginBoxHeight,x.baseline=this.baseline,x.usedMarginLeft=this.usedMarginLeft,x.usedMarginRight=this.usedMarginRight,x}};var w0=class{constructor(x,e=[],n){this.style=x;this.box=new Ge;this.parent=null;this.childrenInternal=[];this.establishesBFC=!1;this.establishesIFC=!1;this.establishesFFC=!1;this.establishesGFC=!1;this.establishesTFC=!1;this.intrinsicInlineSize=n?.intrinsicInlineSize,this.intrinsicBlockSize=n?.intrinsicBlockSize,this.textContent=n?.textContent,this.tagName=n?.tagName,this.lineBoxes=n?.lineBoxes,this.inlineRuns=n?.inlineRuns,this.customData=n?.customData,this.tableColSpan=n?.tableColSpan,this.tableRowSpan=n?.tableRowSpan,this.tableCellOrigin=n?.tableCellOrigin;for(let r of e)this.appendChild(r)}get children(){return this.childrenInternal}appendChild(x){return x.parent=this,this.childrenInternal.push(x),this}removeChild(x){let e=this.childrenInternal.indexOf(x);e>=0&&(this.childrenInternal.splice(e,1),x.parent=null)}nearestAncestor(x){let e=this.parent;for(;e;){if(x(e))return e;e=e.parent}return null}walk(x,e=!0){e&&x(this);for(let n of this.childrenInternal)n.walk(x,!0)}postOrder(x){for(let e of this.childrenInternal)e.postOrder(x);x(this)}shift(x,e){if(this.box.x+=x,this.box.y+=e,this.box.baseline+=e,this.inlineRuns)for(let n of this.inlineRuns)n.startX+=x,n.baseline+=e;for(let n of this.childrenInternal)n.shift(x,e)}};var je=class{constructor(x){this.options=x;this.envAccessor=x.getEnv??(()=>{})}get viewport(){return this.options.viewport}get fontEmbedder(){return this.options.fontEmbedder}getEnv(x){return this.envAccessor(x)}};var $e=class{create(x,e){return{env:x,layoutChild:e}}};var ee=[100,200,300,400,500,600,700,800,900];function g0(t){if(!Number.isFinite(t??NaN))return 400;let x=Math.min(900,Math.max(100,t)),e=400,n=Math.abs(e-x);for(let r of ee){let o=Math.abs(r-x);o<n&&(n=o,e=r)}return e}function Xo(t,x){let e=g0(t),n=ee.indexOf(e);return n===-1?e:x==="bolder"?ee[Math.min(ee.length-1,n+1)]:ee[Math.max(0,n-1)]}function te(t,x){let e=t.trim().toLowerCase();switch(e){case"normal":return 400;case"bold":return 700;case"bolder":return Xo(x,"bolder");case"lighter":return Xo(x,"lighter");case"inherit":return x!==void 0?g0(x):void 0;case"initial":return 400;default:{let n=Number.parseFloat(e);return Number.isFinite(n)?g0(n):void 0}}}function qo(t){return g0(t).toString()}function Ko(t){return g0(t)>=600}var Zo={32:250,33:333,34:408,35:500,36:500,37:833,38:778,39:333,40:333,41:333,42:500,43:564,44:250,45:333,46:250,47:278,48:500,49:500,50:500,51:500,52:500,53:500,54:500,55:500,56:500,57:500,58:278,59:278,60:564,61:564,62:564,63:444,64:921,65:722,66:667,67:667,68:722,69:611,70:556,71:722,72:722,73:333,74:389,75:722,76:611,77:889,78:722,79:722,80:556,81:722,82:667,83:556,84:611,85:722,86:722,87:944,88:722,89:722,90:611,91:333,92:278,93:333,94:469,95:500,96:333,97:444,98:500,99:444,100:500,101:444,102:333,103:500,104:500,105:278,106:278,107:500,108:278,109:778,110:500,111:500,112:500,113:500,114:333,115:389,116:278,117:500,118:500,119:722,120:500,121:500,122:444,123:480,124:200,125:480,126:541,161:333,162:500,163:500,164:167,165:500,166:500,167:500,168:500,169:180,170:444,171:500,172:333,173:333,174:556,175:556,177:500,178:500,179:500,180:250,182:453,183:350,184:333,185:444,186:444,187:500,188:1e3,189:1e3,191:444,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:889,227:276,232:611,233:722,234:889,235:310,241:667,245:278,248:278,249:500,250:722,251:500,"-1":500};var Qo={32:250,33:333,34:555,35:500,36:500,37:1e3,38:833,39:333,40:333,41:333,42:500,43:570,44:250,45:333,46:250,47:278,48:500,49:500,50:500,51:500,52:500,53:500,54:500,55:500,56:500,57:500,58:333,59:333,60:570,61:570,62:570,63:500,64:930,65:722,66:667,67:722,68:722,69:667,70:611,71:778,72:778,73:389,74:500,75:778,76:667,77:944,78:722,79:778,80:611,81:778,82:722,83:556,84:667,85:722,86:722,87:1e3,88:722,89:722,90:667,91:333,92:278,93:333,94:581,95:500,96:333,97:500,98:556,99:444,100:556,101:444,102:333,103:500,104:556,105:278,106:333,107:556,108:278,109:833,110:556,111:500,112:556,113:556,114:444,115:389,116:333,117:556,118:500,119:722,120:500,121:500,122:444,123:394,124:220,125:394,126:520,161:333,162:500,163:500,164:167,165:500,166:500,167:500,168:500,169:278,170:500,171:500,172:333,173:333,174:556,175:556,177:500,178:500,179:500,180:250,182:540,183:350,184:333,185:500,186:500,187:500,188:1e3,189:1e3,191:500,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:1e3,227:300,232:667,233:778,234:1e3,235:330,241:722,245:278,248:278,249:500,250:722,251:556,"-1":500};var Jo={32:278,33:278,34:355,35:556,36:556,37:889,38:667,39:222,40:333,41:333,42:389,43:584,44:278,45:333,46:278,47:278,48:556,49:556,50:556,51:556,52:556,53:556,54:556,55:556,56:556,57:556,58:278,59:278,60:584,61:584,62:584,63:556,64:1015,65:667,66:667,67:722,68:722,69:667,70:611,71:778,72:722,73:278,74:500,75:667,76:556,77:833,78:722,79:778,80:667,81:778,82:722,83:667,84:611,85:722,86:667,87:944,88:667,89:667,90:611,91:278,92:278,93:278,94:469,95:556,96:222,97:556,98:556,99:500,100:556,101:556,102:278,103:556,104:556,105:222,106:222,107:500,108:222,109:833,110:556,111:556,112:556,113:556,114:333,115:500,116:278,117:556,118:500,119:722,120:500,121:500,122:500,123:334,124:260,125:334,126:584,161:333,162:556,163:556,164:167,165:556,166:556,167:556,168:556,169:191,170:333,171:556,172:333,173:333,174:500,175:500,177:556,178:556,179:556,180:278,182:537,183:350,184:222,185:333,186:333,187:556,188:1e3,189:1e3,191:611,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:1e3,227:370,232:556,233:778,234:1e3,235:365,241:889,245:278,248:222,249:611,250:944,251:611,"-1":556};var xa={32:278,33:333,34:474,35:556,36:556,37:889,38:722,39:278,40:333,41:333,42:389,43:584,44:278,45:333,46:278,47:278,48:556,49:556,50:556,51:556,52:556,53:556,54:556,55:556,56:556,57:556,58:333,59:333,60:584,61:584,62:584,63:611,64:975,65:722,66:722,67:722,68:722,69:667,70:611,71:778,72:722,73:278,74:556,75:722,76:611,77:833,78:722,79:778,80:667,81:778,82:722,83:667,84:611,85:722,86:667,87:944,88:667,89:667,90:611,91:333,92:278,93:333,94:584,95:556,96:278,97:556,98:611,99:556,100:611,101:556,102:333,103:611,104:611,105:278,106:278,107:556,108:278,109:889,110:611,111:611,112:611,113:611,114:389,115:556,116:333,117:611,118:556,119:778,120:556,121:556,122:500,123:389,124:280,125:389,126:584,161:333,162:556,163:556,164:167,165:556,166:556,167:556,168:556,169:238,170:500,171:556,172:333,173:333,174:611,175:611,177:556,178:556,179:556,180:278,182:556,183:350,184:278,185:500,186:500,187:556,188:1e3,189:1e3,191:611,193:333,194:333,195:333,196:333,197:333,198:333,199:333,200:333,202:333,203:333,205:333,206:333,207:333,208:1e3,225:1e3,227:370,232:611,233:778,234:1e3,235:365,241:889,245:278,248:278,249:611,250:944,251:611,"-1":556};var ea={32:600,33:600,34:600,35:600,36:600,37:600,38:600,39:600,40:600,41:600,42:600,43:600,44:600,45:600,46:600,47:600,48:600,49:600,50:600,51:600,52:600,53:600,54:600,55:600,56:600,57:600,58:600,59:600,60:600,61:600,62:600,63:600,64:600,65:600,66:600,67:600,68:600,69:600,70:600,71:600,72:600,73:600,74:600,75:600,76:600,77:600,78:600,79:600,80:600,81:600,82:600,83:600,84:600,85:600,86:600,87:600,88:600,89:600,90:600,91:600,92:600,93:600,94:600,95:600,96:600,97:600,98:600,99:600,100:600,101:600,102:600,103:600,104:600,105:600,106:600,107:600,108:600,109:600,110:600,111:600,112:600,113:600,114:600,115:600,116:600,117:600,118:600,119:600,120:600,121:600,122:600,123:600,124:600,125:600,126:600,161:600,162:600,163:600,164:600,165:600,166:600,167:600,168:600,169:600,170:600,171:600,172:600,173:600,174:600,175:600,177:600,178:600,179:600,180:600,182:600,183:600,184:600,185:600,186:600,187:600,188:600,189:600,191:600,193:600,194:600,195:600,196:600,197:600,198:600,199:600,200:600,202:600,203:600,205:600,206:600,207:600,208:600,225:600,227:600,232:600,233:600,234:600,235:600,241:600,245:600,248:600,249:600,250:600,251:600,"-1":600};var ta={32:600,33:600,34:600,35:600,36:600,37:600,38:600,39:600,40:600,41:600,42:600,43:600,44:600,45:600,46:600,47:600,48:600,49:600,50:600,51:600,52:600,53:600,54:600,55:600,56:600,57:600,58:600,59:600,60:600,61:600,62:600,63:600,64:600,65:600,66:600,67:600,68:600,69:600,70:600,71:600,72:600,73:600,74:600,75:600,76:600,77:600,78:600,79:600,80:600,81:600,82:600,83:600,84:600,85:600,86:600,87:600,88:600,89:600,90:600,91:600,92:600,93:600,94:600,95:600,96:600,97:600,98:600,99:600,100:600,101:600,102:600,103:600,104:600,105:600,106:600,107:600,108:600,109:600,110:600,111:600,112:600,113:600,114:600,115:600,116:600,117:600,118:600,119:600,120:600,121:600,122:600,123:600,124:600,125:600,126:600,161:600,162:600,163:600,164:600,165:600,166:600,167:600,168:600,169:600,170:600,171:600,172:600,173:600,174:600,175:600,177:600,178:600,179:600,180:600,182:600,183:600,184:600,185:600,186:600,187:600,188:600,189:600,191:600,193:600,194:600,195:600,196:600,197:600,198:600,199:600,200:600,202:600,203:600,205:600,206:600,207:600,208:600,225:600,227:600,232:600,233:600,234:600,235:600,241:600,245:600,248:600,249:600,250:600,251:600,"-1":600};var na={"Times-Roman":Zo,"Times-Bold":Qo,Helvetica:Jo,"Helvetica-Bold":xa,Courier:ea,"Courier-Bold":ta};var L5=/[\p{L}\p{N}]/u,Ve="en-US";function C5(t){let x="",e=!0;for(let n of t){if(L5.test(n)){e?(x+=n.toLocaleUpperCase(Ve),e=!1):x+=n.toLocaleLowerCase(Ve);continue}e=!0,x+=n}return x}function Px(t,x){if(!t||!x||x==="none")return t;switch(x){case"uppercase":return t.toLocaleUpperCase(Ve);case"lowercase":return t.toLocaleLowerCase(Ve);case"capitalize":return C5(t);default:return t}}function ra(t){let x=t.toLowerCase().trim();if(x==="normal")return["normal"];let e=x.split(/\s+/),n=[],r=["tabular-nums","slashed-zero","ordinal","lining-nums","oldstyle-nums","proportional-nums","diagonal-fractions","stacked-fractions"];for(let o of e)r.includes(o)&&n.push(o);return n.length>0?n:["normal"]}function Lr(t,x){return t.includes("normal")?!1:t.includes(x)}var T5=/(mono|code|courier|console)/i,Fx={SPACE:.32,DIGIT:.52,UPPER:.58,BASE:.5,PUNCTUATION:.35,IDEOGRAPHIC:1},P5=.9,F5=600,B5=new Map([["helvetica","Helvetica"],["arial","Helvetica"],["sans-serif","Helvetica"],["times","Times-Roman"],["times-roman","Times-Roman"],["times new roman","Times-Roman"],["georgia","Times-Roman"],["serif","Times-Roman"],["courier","Courier"],["courier new","Courier"],["monaco","Courier"],["monospace","Courier"]]),A5=new Map([["Times-Roman","Times-Bold"],["Helvetica","Helvetica-Bold"],["Courier","Courier-Bold"]]);function oa(t,x){t.walk(e=>{if(!e.textContent)return;let n=e.textContent;if(n.length===0){e.intrinsicInlineSize=0,e.intrinsicBlockSize=B0(e.style);return}let{inlineSize:r,blockSize:o}=M5(n,e.style,x);e.intrinsicInlineSize=r,e.intrinsicBlockSize=o})}function M5(t,x,e){let r=Px(t,x.textTransform).split(/\r?\n/),o=0,a=typeof x.fontWeight=="number"?x.fontWeight:400,i=x.fontStyle??"normal",s=e?.getMetrics(x.fontFamily??"",a,i);for(let c of r){let l=ne(c,x,s??null);l!==null?o=Math.max(o,l):o=Math.max(o,z0(c,x))}let d=B0(x),f=Math.max(d,r.length*d);return{inlineSize:o,blockSize:f}}function z0(t,x){if(!t)return 0;let e=x.fontSize||16,r=(x.fontFamily?T5.test(x.fontFamily):!1)?.6:Fx.BASE,o=G5(g0(x.fontWeight)),a=x.letterSpacing??0,i=x.wordSpacing??0,s=Math.max(t.length-1,0)*a+z5(t)*i,d=k5(t,x);if(d!==null)return d+s;let f=0;for(let l of t)f+=D5(l,r);return f*e*o*P5+s}function k5(t,x){let e=I5(x);if(!e)return null;let n=na[e];if(!n)return null;let r=x.fontSize||16,o=0;for(let a of t){let i=a.codePointAt(0);if(i===void 0)return null;if(i>255){if(i===8226){let f=n[149];if(f===void 0)return null;o+=f;continue}let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let f=d.codePointAt(0);if(f!==void 0&&f<=255){let c=n[f];if(c!==void 0){o+=c;continue}}}return null}let s=n[i];if(s===void 0){let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let f=d.codePointAt(0);f!==void 0&&f<=255&&(s=n[f])}if(s===void 0)return null}if(s>=900){let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let f=d.codePointAt(0);if(f!==void 0&&f<=255){let c=n[f];c!==void 0&&(s=c)}}}o+=s}return o/1e3*r}function I5(t){let x=N5(t.fontFamily);if(x.length===0)return null;let e=g0(t.fontWeight);for(let n of x){let r=B5.get(n);if(r){if(e>=F5){let o=A5.get(r);if(o)return o}return r}}return null}function N5(t){return t?t.split(",").map(x=>E5(x.trim()).toLowerCase()).filter(x=>x.length>0):[]}function E5(t){return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function D5(t,x){return t===" "?Fx.SPACE:t===" "?Fx.SPACE*4:W5(t)?Fx.DIGIT:O5(t)?x+(Fx.UPPER-Fx.BASE):U5(t)?Fx.PUNCTUATION:H5(t)?Fx.IDEOGRAPHIC:x}function O5(t){return t>="A"&&t<="Z"}function W5(t){return t>="0"&&t<="9"}function U5(t){return/[.,;:!?'"`~\-_/\\()[\]{}<>]/.test(t)}function H5(t){let x=t.codePointAt(0);return x===void 0?!1:x>=19968&&x<=40959||x>=13312&&x<=19903||x>=63744&&x<=64255||x>=12352&&x<=12447||x>=12448&&x<=12543||x>=44032&&x<=55215}function z5(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function ne(t,x,e){if(!e)return null;let n=e.metrics.unitsPerEm,r=e.kerning,o=0,a=null,i=0,s=0,d=x.fontVariantNumeric??[],f=Lr(d,"tabular-nums"),c=Lr(d,"slashed-zero"),l=0;if(f)for(let g=0;g<=9;g++){let y=g+48,w=e.cmap.getGlyphId(y),S=e.glyphMetrics.get(w);S&&(l=Math.max(l,S.advanceWidth))}for(let g of t){let y=g.codePointAt(0);if(y===void 0)continue;let w=e.cmap.getGlyphId(y),S=e.glyphMetrics.get(w);if(f&&g>="0"&&g<="9"){let R=g.codePointAt(0);if(R===void 0){if(S&&(o+=S.advanceWidth),a!==null&&r){let k=r.get(a)?.get(w)??0;k!==0&&(o+=k)}a=w,i+=1;continue}let C=e.cmap.getGlyphId(R);if(e.glyphMetrics.get(C)){o+=l,a=C,i+=1;continue}else{if(S&&(o+=S.advanceWidth),a!==null&&r){let k=r.get(a)?.get(w)??0;k!==0&&(o+=k)}a=w,i+=1;continue}}if(S&&(o+=S.advanceWidth),a!==null&&r){let R=r.get(a)?.get(w)??0;R!==0&&(o+=R)}a=w,i+=1,g===" "&&(s+=1)}let u=x.fontSize/n,p=o*u,m=x.letterSpacing??0,h=x.wordSpacing??0,b=Math.max(i-1,0)*m+s*h;return p+b}function G5(t){switch(t){case 100:return .92;case 200:return .94;case 300:return .96;case 400:return 1;case 500:return 1.02;case 600:return 1.04;case 700:return 1.08;case 800:return 1.1;case 900:return 1.12;default:return 1}}var _e=class{assign(x,e){oa(x,e)}};function ia(t,x,e){let{style:n}=t,r=v(n.paddingLeft,x,{auto:"zero"}),o=v(n.paddingRight,x,{auto:"zero"}),a=v(n.paddingTop,e,{auto:"zero"}),i=v(n.paddingBottom,e,{auto:"zero"}),s=v(n.borderLeft,x,{auto:"zero"}),d=v(n.borderRight,x,{auto:"zero"}),f=v(n.borderTop,e,{auto:"zero"}),c=v(n.borderBottom,e,{auto:"zero"});return{paddingLeft:r,paddingRight:o,paddingTop:a,paddingBottom:i,borderLeft:s,borderRight:d,borderTop:f,borderBottom:c,contentBoxX:t.box.x+s+r,contentBoxY:t.box.y+f+a}}function X0(t,x){let{style:e}=t;return v(e.paddingLeft,x,{auto:"zero"})+v(e.paddingRight,x,{auto:"zero"})+v(e.borderLeft,x,{auto:"zero"})+v(e.borderRight,x,{auto:"zero"})}function Bx(t,x){let{style:e}=t;return v(e.paddingTop,x,{auto:"zero"})+v(e.paddingBottom,x,{auto:"zero"})+v(e.borderTop,x,{auto:"zero"})+v(e.borderBottom,x,{auto:"zero"})}function Ax(t,x){let{style:e}=t;return v(e.marginLeft,x,{auto:"zero"})+v(e.marginRight,x,{auto:"zero"})}function bx(t){let{position:x,float:e}=t.style;return(x==="static"||x==="relative"||x==="sticky")&&e==="none"}function T6(t){let{style:x}=t;return x.float!=="none"||x.position==="absolute"||x.position==="fixed"||aa(x.overflowX)||aa(x.overflowY)||x.display==="inline-block"||x.display==="table"||x.display==="inline-table"||x.display==="flow-root"}function aa(t){switch(t){case"hidden":case"auto":case"scroll":case"clip":return!0;default:return!1}}function j5(t){return t.nearestAncestor(x=>{let e=x.style.position;return e==="relative"||e==="absolute"||e==="fixed"||e==="sticky"})}function V0(t,x){let{style:e}=t;if(e.position==="fixed")return{x:0,y:0,width:x.width,height:x.height};if(e.position==="absolute"){let s=j5(t);return s?{x:s.box.x,y:s.box.y,width:s.box.contentWidth,height:s.box.contentHeight}:{x:0,y:0,width:x.width,height:x.height}}let n=t.parent;if(!n)return{x:0,y:0,width:x.width,height:x.height};let r=Math.max(n.box.contentWidth,0),o=Math.max(n.box.contentHeight,0);if(o===0&&n.style.height!=="auto"){let s=v(n.style.height,x.height,{auto:"reference"});Number.isFinite(s)&&s>0&&(o=s)}let a=n.box.x+v(n.style.paddingLeft,r,{auto:"zero"})+v(n.style.borderLeft,r,{auto:"zero"}),i=n.box.y+v(n.style.paddingTop,o,{auto:"zero"})+v(n.style.borderTop,o,{auto:"zero"});return{x:a,y:i,width:n.box.contentWidth,height:o}}function mx(t,x){let e=t.style,n=E0(e.marginLeft)?0:v(e.marginLeft,x,{auto:"zero"}),r=E0(e.marginRight)?0:v(e.marginRight,x,{auto:"zero"}),o=Math.max(0,x-X0(t,x)-n-r),a=e.width==="auto"?o:v(e.width,x,{auto:"reference"}),i=e.minWidth?v(e.minWidth,x,{auto:"zero"}):Number.NEGATIVE_INFINITY,s=e.maxWidth?v(e.maxWidth,x,{auto:"reference"}):Number.POSITIVE_INFINITY;return We(a,i,s)}function sa(t,x,e,n){let r=E0(e),o=E0(n),a=r?0:v(e,t,{auto:"zero"}),i=o?0:v(n,t,{auto:"zero"}),s=a,d=i,f=t-(x+a+i);return Number.isFinite(f)?(f<0?r&&o?(s=0,d=0):r?s=0:o?d=0:d=i+f:r&&o?(s=f/2,d=f/2):r?s=f:o?d=f:d=i+f,{marginLeft:s,marginRight:d}):{marginLeft:s,marginRight:d}}var Ye=class{layoutOutOfFlow(x,e,n){let r=[];x.walk(o=>{(o.style.position==="absolute"||o.style.position==="fixed")&&r.push(o)});for(let o of r)n(o,e),this.positionAbsoluteOrFixed(o,e.env)}positionAbsoluteOrFixed(x,e){let n=V0(x,e.viewport),r=n.width,o=n.height,a=(b,g)=>{if(!(b===void 0||E0(b)))return v(b,g,{auto:"zero"})},i=a(x.style.left,r),s=a(x.style.right,r),d=a(x.style.top,o),f=a(x.style.bottom,o),c=x.box.borderBoxWidth||x.box.contentWidth,l=x.box.borderBoxHeight||x.box.contentHeight,u=x.box.marginBoxWidth||c,p=x.box.marginBoxHeight||l,m=n.x;i!==void 0?m=n.x+i:s!==void 0&&(m=n.x+n.width-u-s);let h=n.y;d!==void 0?h=n.y+d:f!==void 0&&(h=n.y+n.height-p-f),x.box.x=m,x.box.y=h}};var Xe=class{constructor(x){this.strategies=x.strategies,this.contextFactory=x.contextFactory??new $e,this.textMetricsInitializer=x.textMetricsInitializer??new _e,this.outOfFlowManager=x.outOfFlowManager??new Ye}layoutTree(x,e,n){let r=new je({viewport:e,fontEmbedder:n}),o=this.contextFactory.create(r,a=>{this.layoutNodeInternal(a,o)});return this.textMetricsInitializer.assign(x,n),x.box.x=0,x.box.y=0,x.box.contentWidth=e.width,x.box.contentHeight=e.height,this.layoutNodeInternal(x,o),this.outOfFlowManager.layoutOutOfFlow(x,o,(a,i)=>this.layoutNodeInternal(a,i)),x}layoutNodeInternal(x,e){let n=this.strategies.find(r=>r.canLayout(x));if(!n)throw new Error(`No layout strategy available for display: ${x.style.display}`);n.layout(x,e)}};var qe=class{canLayout(x){return x.style.display==="none"}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0}};var $5=1e-7;function Ke(t){return Math.abs(t)<$5}function re(t){switch(t.style.display){case"block":case"list-item":return!0;default:return!1}}function da(t){return t.style.display!=="none"&&bx(t)&&re(t)&&!T6(t)}function Cr(t){let x=[],e=[];for(let n of t)n>0?x.push(n):n<0&&e.push(n);return e.length===0?x.length>0?Math.max(...x):0:x.length===0?Math.min(...e):Math.max(...x)+Math.min(...e)}function fa(t,x,e){return e?t+x:Cr([t,x])}function Ze(t){for(let x of t.children)if(!(!bx(x)||x.style.display==="none")){if(da(x))return x;break}}function Qe(t){for(let x=t.children.length-1;x>=0;x-=1){let e=t.children[x];if(!(!bx(e)||e.style.display==="none")){if(da(e))return e;break}}}function Tr(t,x){if(!re(t)||T6(t))return!1;let e=v(t.style.paddingTop,x,{auto:"zero"}),n=v(t.style.borderTop,x,{auto:"zero"});return!Ke(e)||!Ke(n)?!1:Ze(t)!==void 0}function Pr(t,x){if(!re(t)||T6(t))return!1;let e=v(t.style.paddingBottom,x,{auto:"zero"}),n=v(t.style.borderBottom,x,{auto:"zero"});return!Ke(e)||!Ke(n)?!1:Qe(t)!==void 0}function Je(t,x){let e=v(t.style.marginTop,x,{auto:"zero"});if(!re(t)||!Tr(t,x))return e;let n=Ze(t);if(!n)return e;let r=mx(t,x),o=Je(n,r);return Cr([e,o])}function xt(t,x){let e=v(t.style.marginBottom,x,{auto:"zero"});if(!re(t)||!Pr(t,x))return e;let n=Qe(t);if(!n)return e;let r=mx(t,x),o=xt(n,r);return Cr([e,o])}function et(t){let x=t.box.contentWidth,e=t.box.contentHeight;t.box.scrollWidth=Math.max(x,...t.children.map(n=>n.box.x+n.box.borderBoxWidth-t.box.x)),t.box.scrollHeight=Math.max(e,...t.children.map(n=>n.box.y+n.box.borderBoxHeight-t.box.y))}var ix=class{constructor(){this.floats=[]}register(x,e){this.floats.push({side:x,rect:e})}bottom(x){let e=0;for(let n of this.floats)n.side===x&&(e=Math.max(e,n.rect.bottom));return e}inlineOffsets(x,e,n){let r=0,o=0;for(let{side:a,rect:i}of this.floats)ca(i.top,i.bottom,x,e)&&(a==="left"?r=Math.max(r,i.inlineEnd):o=Math.max(o,n-i.inlineStart));return{start:r,end:n-o}}nextUnblockedY(x,e){let n=null;for(let{rect:r}of this.floats)ca(r.top,r.bottom,x,e)&&(n=n===null?r.bottom:Math.min(n,r.bottom));return n}};function ca(t,x,e,n){return Math.max(t,e)<Math.min(x,n)}function la(t,x,e){let{clear:n}=t.style,r=e;return(n==="left"||n==="both"||n==="inline-start")&&(r=Math.max(r,x.bottom("left"))),(n==="right"||n==="both"||n==="inline-end")&&(r=Math.max(r,x.bottom("right"))),r}function ua(t){let{node:x,floatContext:e,context:n,contentX:r,contentWidth:o}=t;n.layoutChild(x);let a=v(x.style.marginLeft,o,{auto:"zero"}),i=v(x.style.marginRight,o,{auto:"zero"}),s=v(x.style.marginTop,o,{auto:"zero"}),d=v(x.style.marginBottom,o,{auto:"zero"}),f=v(x.style.borderLeft,o,{auto:"zero"}),c=v(x.style.borderRight,o,{auto:"zero"}),l=v(x.style.borderTop,o,{auto:"zero"}),u=v(x.style.borderBottom,o,{auto:"zero"}),p=v(x.style.paddingLeft,o,{auto:"zero"}),m=v(x.style.paddingRight,o,{auto:"zero"}),h=v(x.style.paddingTop,o,{auto:"zero"}),b=v(x.style.paddingBottom,o,{auto:"zero"}),g=x.box.contentWidth+p+m+f+c,y=x.box.contentHeight+h+b+l+u;x.box.borderBoxWidth=g,x.box.borderBoxHeight=y,x.box.marginBoxWidth=g+a+i,x.box.marginBoxHeight=y+s+d;let w=x.box.marginBoxWidth,S=x.box.marginBoxHeight,R=t.startY,C=0;for(;!(C>1e3);){let P=e.inlineOffsets(R,R+S,o),k=Math.max(0,P.end-P.start);if(w<=k){let E=x.style.float==="left"?r+P.start:r+P.end-w,F=E+a+f+p,M=R+s+l+h;return x.box.x=F,x.box.y=M,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight,e.register(x.style.float==="left"?"left":"right",{top:R,bottom:R+S,inlineStart:E-r,inlineEnd:E-r+w}),R+S}let B=e.nextUnblockedY(R,R+S);B===null||B<=R?R+=1:R=B,C+=1}return R+S}var tt=class{constructor(x){this.tableDirectory=new Map;this.dataView=new DataView(x),this.parseTableDirectory()}parseTableDirectory(){if(this.dataView.byteLength<12)throw new Error("Truncated TTF header");let x=this.dataView.getUint16(4,!1),e=12;if(e+x*16>this.dataView.byteLength)throw new Error("Truncated table directory");for(let r=0;r<x;r++){let o=e+r*16,a=this.dataView.getUint32(o,!1),i=this.dataView.getUint32(o+4,!1),s=this.dataView.getUint32(o+8,!1),d=this.dataView.getUint32(o+12,!1),f=String.fromCharCode(a>>24&255,a>>16&255,a>>8&255,a&255);if(f==="gloc"){I("font","warn",`\u{1F6AB} CAVEAT TTF PARSER: FORCE SKIPPING problematic table 'gloc' (0x${a.toString(16)})`);continue}let c=["cmap","head","hhea","hmtx","maxp","name","OS/2","post"];if(s+d>this.dataView.byteLength)if(c.includes(f)){I("font","warn",`WOFF2 TTF: ESSENTIAL table ${f} has bounds issues - attempting to proceed with clamped length`);let l=Math.min(d,this.dataView.byteLength-s);l>0?(this.tableDirectory.set(a,{tag:a,checksum:i,offset:s,length:l}),I("font","debug",`\u2705 CAVEAT TTF PARSER: KEPT essential table ${f} with clamped length ${l}`)):I("font","warn",`WOFF2 TTF: Essential table ${f} completely out of bounds - skipping`)}else{I("font","warn",`WOFF2 TTF: Skipping optional table ${f} due to bounds issues`);continue}else this.tableDirectory.set(a,{tag:a,checksum:i,offset:s,length:d})}}getTable(x){let e=this.tableDirectory.get(x);if(!e)return null;if(e.offset+e.length>this.dataView.byteLength)throw new Error(`Invalid table entry for tag 0x${x.toString(16)}`);return new DataView(this.dataView.buffer,e.offset,e.length)}getUint16(x,e){if(e+2>x.byteLength)throw new Error("Read beyond table bounds (getUint16)");return x.getUint16(e,!1)}getInt16(x,e){if(e+2>x.byteLength)throw new Error("Read beyond table bounds (getInt16)");return x.getInt16(e,!1)}getInt8(x,e){if(e+1>x.byteLength)throw new Error("Read beyond table bounds (getInt8)");return x.getInt8(e)}getUint8(x,e){if(e+1>x.byteLength)throw new Error("Read beyond table bounds (getUint8)");return x.getUint8(e)}getUint32(x,e){if(e+4>x.byteLength)throw new Error("Read beyond table bounds (getUint32)");return x.getUint32(e,!1)}getRawTableDataString(x){let e=x.split("").reduce((r,o)=>r<<8|o.charCodeAt(0),0)>>>0,n=this.tableDirectory.get(e);return n?new Uint8Array(this.dataView.buffer,this.dataView.byteOffset+n.offset,n.length):null}};var V5=1751474532,_5=1751672161,Y5=1330851634;function ba(t){let x=t.getTable(V5);if(!x)throw new Error("Missing head table");let e=t.getUint16(x,18),n=t.getTable(_5);if(!n)throw new Error("Missing hhea table");let r=t.getInt16(n,4),o=t.getInt16(n,6),a=t.getInt16(n,8),i=t.getUint16(n,34),s=t.getTable(Y5),d=r,f=Math.round(r*.5);s&&s.byteLength>=4&&t.getUint16(s,0)>=2&&s.byteLength>=96&&(d=t.getInt16(s,88),f=t.getInt16(s,86));let c;if(x.byteLength>=44){let u=t.getInt16(x,36),p=t.getInt16(x,38),m=t.getInt16(x,40),h=t.getInt16(x,42);c=[u,p,m,h]}return{metrics:{unitsPerEm:e,ascender:r,descender:o,lineGap:a,capHeight:d,xHeight:f},numberOfHMetricsRaw:i,headBBox:c}}var X5=1752003704;function ma(t,x,e){let n=t.getTable(X5);if(!n)throw new Error("Missing hmtx table");let r=new Map,o=x*4;if(n.byteLength<o)throw new Error("Truncated hmtx long metrics");let a=0;for(let i=0;i<e;i++)if(i<x){let s=i*4;if(s+4>n.byteLength)throw new Error("Truncated hmtx entry");let d=t.getUint16(n,s),f=t.getInt16(n,s+2);r.set(i,{advanceWidth:d,leftSideBearing:f}),a=d}else{let s=o+(i-x)*2;if(s+2>n.byteLength)throw new Error("Truncated hmtx LSB array");let d=t.getInt16(n,s);r.set(i,{advanceWidth:a,leftSideBearing:d})}return r}var nt=class{constructor(x,e){this.unicodeMap=new Map;this.parseCmapTable(x,e)}parseCmapTable(x,e){if(e.byteLength<4)throw new Error("Truncated cmap header");let n=e.getUint16(0,!1);if(n!==0&&n!==1){console.warn(`Unsupported cmap version: ${n}`);return}let r=e.getUint16(2,!1),o=[];if(4+r*8>e.byteLength)throw new Error("Truncated cmap subtables directory");for(let f=0;f<r;f++){let c=4+f*8,l=e.getUint16(c,!1),u=e.getUint16(c+2,!1),p=e.getUint32(c+4,!1);if(p>=e.byteLength)throw new Error("Invalid subtable offset in cmap");o.push({platformId:l,encodingId:u,offset:p})}let s=(()=>{let f=l=>{for(let u of l)for(let p of o)if(p.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(p.encodingId))&&p.offset+2<=e.byteLength&&e.getUint16(p.offset,!1)===12)return p;for(let u of l)for(let p of o)if(p.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(p.encodingId))&&p.offset+2<=e.byteLength&&e.getUint16(p.offset,!1)===4)return p;return null},c=f([{pid:0,eids:[]}]);if(c||(c=f([{pid:3,eids:[10]},{pid:3,eids:[1]}]),c))return c;for(let l of o)if(l.offset+2<=e.byteLength&&e.getUint16(l.offset,!1)===4)return l;return null})();if(!s)return;let d=e.getUint16(s.offset,!1);if(d===4)this.parseFormat4Table(x,e,s.offset);else if(d===12)this.parseFormat12Table(x,e,s.offset);else return}parseFormat4Table(x,e,n){if(n+8>e.byteLength)throw new Error("Truncated cmap format 4 header");if(e.getUint16(n,!1)!==4)throw new Error("Unexpected cmap format (not 4)");let o=e.getUint16(n+2,!1);if(n+o>e.byteLength)throw new Error("Truncated cmap format 4 table");let i=e.getUint16(n+6,!1)/2,s=n+14,d=s+i*2+2,f=d+i*2,c=f+i*2;if(c>n+o)throw new Error("Truncated cmap format 4 arrays");for(let l=0;l<i;l++){let u=e.getUint16(s+l*2,!1),p=e.getUint16(d+l*2,!1),m=e.getInt16(f+l*2,!1),h=e.getUint16(c+l*2,!1);if(p===65535)break;if(p>u)throw new Error("Invalid cmap segment (startCode > endCode)");for(let b=p;b<=u;b++){let g=0;if(h===0)g=b+m&65535;else{let w=c+l*2+h+(b-p)*2;if(w+2>n+o)throw new Error("Truncated cmap glyphIndexArray");g=e.getUint16(w,!1),g!==0&&(g=g+m&65535)}this.unicodeMap.set(b,g)}}}parseFormat12Table(x,e,n){if(n+16>e.byteLength)throw new Error("Truncated cmap format 12 header");if(e.getUint16(n,!1)!==12)throw new Error("Unexpected cmap format (not 12)");let o=e.getUint32(n+12,!1),a=n+16;if(a+o*12>e.byteLength)throw new Error("Truncated cmap format 12 groups");let s=a;for(let d=0;d<o;d++,s+=12){let f=e.getUint32(s,!1),c=e.getUint32(s+4,!1),l=e.getUint32(s+8,!1);if(f>c)throw new Error("Invalid cmap format 12 group (startCode > endCode)");for(let u=f;u<=c;u++)this.unicodeMap.set(u,l+(u-f))}}getGlyphId(x){return this.unicodeMap.get(x)??0}hasCodePoint(x){return this.unicodeMap.has(x)}};var qx=class{constructor(x,e,n){this.offsets=[];try{if(e===0){let r=x.byteLength/2;for(let o=0;o<r;o++){let a=n.getUint16(x,o*2);this.offsets.push(a*2)}}else{let r=x.byteLength/4;for(let o=0;o<r;o++){let a=n.getUint32(x,o*4);this.offsets.push(a)}}}catch{this.offsets=[]}}getGlyphOffset(x){if(x<0||x>=this.offsets.length-1)return null;let e=this.offsets[x],n=this.offsets[x+1];return e<0||e>n?null:{start:e,end:n}}isEmptyGlyph(x){return x<0||x>=this.offsets.length-1?!0:this.offsets[x]===this.offsets[x+1]}getGlyphCount(){return Math.max(0,this.offsets.length-1)}validateRange(x,e){return x.start>=0&&x.end<=e&&x.start<=x.end}};var rt=class{constructor(x){this.reader=x}parse(x){let e=this.parseContours(x);return e?this.buildOutlineCommands(e):null}parseContours(x){if(x.byteLength<10)return null;let e=x.getInt16(0,!1);if(e<0)return null;let n=10,r=[];for(let h=0;h<e;h++){if(n+h*2+2>x.byteLength)return null;r.push(this.reader.getUint16(x,n+h*2))}let o=n+e*2;if(o+2>x.byteLength)return null;let a=this.reader.getUint16(x,o),i=o+2+a;if(i>x.byteLength)return null;let s=r.length===0?0:r[r.length-1]+1;if(s<=0)return[];let d=this.parseFlags(x,s,i);if(!d)return null;let{flags:f,nextOffset:c}=d,l=this.parseCoordinates(x,f,c);if(!l)return null;let{points:u}=l,p=[],m=0;for(let h=0;h<e;h++){let b=r[h];if(b<m||b>=u.length)return null;p.push(u.slice(m,b+1)),m=b+1}return p}parseFlags(x,e,n){let r=[],o=n;try{for(;r.length<e;){if(o>=x.byteLength)return null;let a=this.reader.getUint8(x,o++);if(r.push(a),a&8){if(o>=x.byteLength)return null;let i=this.reader.getUint8(x,o++);for(let s=0;s<i;s++)r.push(a)}}}catch{return null}return{flags:r,nextOffset:o}}parseCoordinates(x,e,n){let r=e.length,o=new Array(r),a=new Array(r),i=n;try{for(let c=0;c<r;c++){let l=e[c];if(l&2){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);o[c]=l&16?u:-u}else if(l&16)o[c]=0;else{if(i+2>x.byteLength)return null;o[c]=this.reader.getInt16(x,i),i+=2}}}catch{return null}try{for(let c=0;c<r;c++){let l=e[c];if(l&4){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);a[c]=l&32?u:-u}else if(l&32)a[c]=0;else{if(i+2>x.byteLength)return null;a[c]=this.reader.getInt16(x,i),i+=2}}}catch{return null}let s=new Array(r),d=0,f=0;for(let c=0;c<r;c++)d+=o[c],f+=a[c],s[c]={x:d,y:f,onCurve:!!(e[c]&1)};return{points:s,nextOffset:i}}buildOutlineCommands(x){let e=[];for(let n of x){if(n.length===0)continue;let r=n.length,o=c=>(c%r+r)%r,a=-1;for(let c=0;c<r;c++)if(n[c].onCurve){a=c;break}let i,s;if(a===-1){let c=n[0],l=n[r-1];i={x:(l.x+c.x)/2,y:(l.y+c.y)/2,onCurve:!0},s=0}else i=n[a],s=a;e.push({type:"moveTo",x:i.x,y:i.y});let d=s+1,f=0;for(;f<r;){let c=o(d),l=n[c],u=n[o(d+1)];if(l.onCurve)e.push({type:"lineTo",x:l.x,y:l.y});else if(u.onCurve)e.push({type:"quadTo",cx:l.x,cy:l.y,x:u.x,y:u.y}),d++,f++;else{let p=(l.x+u.x)/2,m=(l.y+u.y)/2;e.push({type:"quadTo",cx:l.x,cy:l.y,x:p,y:m})}d++,f++}e.push({type:"close"})}return e}};var ot=class t{constructor(x=1,e=0,n=0,r=1,o=0,a=0){this.mxx=x;this.mxy=e;this.myx=n;this.myy=r;this.tx=o;this.ty=a}static identity(){return new t}static scale(x){return new t(x,0,0,x,0,0)}static scaleXY(x,e){return new t(x,0,0,e,0,0)}static translate(x,e){return new t(1,0,0,1,x,e)}static fromComponents(x,e,n=1,r=0,o=0,a=1){return new t(n,r,o,a,x,e)}transformPoint(x,e){return{x:x*this.mxx+e*this.myx+this.tx,y:x*this.mxy+e*this.myy+this.ty}}applyToCommands(x){let e=[];for(let n of x)switch(n.type){case"moveTo":{let{x:r,y:o}=this.transformPoint(n.x,n.y);e.push({type:"moveTo",x:r,y:o});break}case"lineTo":{let{x:r,y:o}=this.transformPoint(n.x,n.y);e.push({type:"lineTo",x:r,y:o});break}case"quadTo":{let r=this.transformPoint(n.cx,n.cy),o=this.transformPoint(n.x,n.y);e.push({type:"quadTo",cx:r.x,cy:r.y,x:o.x,y:o.y});break}case"cubicTo":{let r=this.transformPoint(n.cx1,n.cy1),o=this.transformPoint(n.cx2,n.cy2),a=this.transformPoint(n.x,n.y);e.push({type:"cubicTo",cx1:r.x,cy1:r.y,cx2:o.x,cy2:o.y,x:a.x,y:a.y});break}case"close":{e.push({type:"close"});break}}return e}};var at=class t{constructor(x){this.reader=x;this.recursionLimit=8;this.visited=new Set}static{this.ARG_1_AND_2_ARE_WORDS=1}static{this.WE_HAVE_A_SCALE=8}static{this.MORE_COMPONENTS=32}static{this.WE_HAVE_AN_X_AND_Y_SCALE=64}static{this.WE_HAVE_A_TWO_BY_TWO=128}parse(x,e,n=0){if(n>this.recursionLimit)return null;let r=this.parseComponentRecords(x,10,e,n);return this.visited.clear(),r}parseComponentRecords(x,e,n,r){if(r>this.recursionLimit)return null;let o=e,a=[];for(;;){let i=this.readComponentData(x,o);if(!i)return null;if(o=this.calculateNextOffset(x,o,i.flags),!this.visited.has(i.glyphIndex)){this.visited.add(i.glyphIndex);let s=n.getOutline(i.glyphIndex,r+1);if(s&&s.length>0){let d=i.transform.applyToCommands(s);if(d.length>0&&d[0].type!=="moveTo"){let f=this.findFirstCoordinate(d);f&&a.push({type:"moveTo",x:f.x,y:f.y})}a.push(...d)}}if(!i.hasMoreComponents)break}return a.length>0?a:null}readComponentData(x,e){if(e+4>x.byteLength)return null;let n=this.reader.getUint16(x,e),r=this.reader.getUint16(x,e+2),o=e+4,a=0,i=0;if(n&t.ARG_1_AND_2_ARE_WORDS){if(o+4>x.byteLength)return null;a=this.reader.getInt16(x,o),i=this.reader.getInt16(x,o+2),o+=4}else{if(o+2>x.byteLength)return null;a=this.reader.getInt8(x,o),i=this.reader.getInt8(x,o+1),o+=2}let s=1,d=0,f=0,c=1;if(n&t.WE_HAVE_A_SCALE){if(o+2>x.byteLength)return null;let u=this.reader.getInt16(x,o)/16384;s=u,c=u}else if(n&t.WE_HAVE_AN_X_AND_Y_SCALE){if(o+4>x.byteLength)return null;let u=this.reader.getInt16(x,o)/16384,p=this.reader.getInt16(x,o+2)/16384;s=u,c=p}else if(n&t.WE_HAVE_A_TWO_BY_TWO){if(o+8>x.byteLength)return null;s=this.reader.getInt16(x,o)/16384,d=this.reader.getInt16(x,o+2)/16384,f=this.reader.getInt16(x,o+4)/16384,c=this.reader.getInt16(x,o+6)/16384}let l=ot.fromComponents(a,i,s,d,f,c);return{glyphIndex:r,flags:n,transform:l,hasMoreComponents:!!(n&t.MORE_COMPONENTS)}}calculateNextOffset(x,e,n){let r=e+4;return n&t.ARG_1_AND_2_ARE_WORDS?r+=4:r+=2,n&t.WE_HAVE_A_SCALE?r+=2:n&t.WE_HAVE_AN_X_AND_Y_SCALE?r+=4:n&t.WE_HAVE_A_TWO_BY_TWO&&(r+=8),r}findFirstCoordinate(x){for(let e of x){if(e.type==="moveTo"||e.type==="lineTo")return{x:e.x,y:e.y};if(e.type==="quadTo")return{x:e.x,y:e.y};if(e.type==="cubicTo")return{x:e.x,y:e.y}}return null}};var q5=1819239265,K5=1735162214,Z5=1751474532;function pa(t){let x=t.getTable(Z5);if(!x)return()=>null;let e=Q5(x,t),n=t.getTable(q5),r=t.getTable(K5);if(!n||!r)return()=>null;let o=new qx(n,e,t),a=new rt(t),i=new at(t),s=(d,f=0)=>{let c=o.getGlyphOffset(d);if(!c||c.start===c.end||!o.validateRange(c,r.byteLength))return null;let l=J5(r,c.start,c.end);if(!l||l.byteLength<10)return null;if(l.getInt16(0,!1)>=0)return a.parse(l);{let p={getOutline:(m,h)=>s(m,h??0)};return i.parse(l,p,f)}};return d=>s(d,0)}function Q5(t,x){try{return x.getUint16(t,50)}catch{return 0}}function J5(t,x,e){try{return new DataView(t.buffer,t.byteOffset+x,e-x)}catch{return null}}function ga(t){let x=new tt(t),{metrics:e,numberOfHMetricsRaw:n,headBBox:r}=ba(x),a=x.getTable(1835104368);if(!a)throw new Error("Missing maxp table");let i=x.getUint16(a,4),s=Math.min(n,i),d=ma(x,s,i),c=x.getTable(1668112752);if(!c)throw new Error("Missing cmap table");let l=new nt(x,c),u=n4(x4(x),e4(x)),p=pa(x),m=h=>x.getRawTableDataString(h);return new Ne(e,d,l,r,p,u,m)}function x4(t){let e=t.getTable(1801810542);if(!e||e.byteLength<4)return;let n=e.getUint16(2,!1),r=4,o=new Map;for(let a=0;a<n&&!(r+6>e.byteLength);a++){let i=e.getUint16(r,!1),s=e.getUint16(r+2,!1),f=e.getUint16(r+4,!1)>>8;if(i===0&&f===0){if(r+s>e.byteLength)break;let c=r+6;if(c+8>e.byteLength)break;let l=e.getUint16(c,!1),u=c+8;for(let p=0;p<l&&!(u+6>e.byteLength);p++){let m=e.getUint16(u,!1),h=e.getUint16(u+2,!1),b=e.getInt16(u+4,!1);if(b!==0){let g=o.get(m)??new Map;g.set(h,b),o.set(m,g)}u+=6}}r+=s}return o.size>0?o:void 0}function e4(t){let e=t.getTable(1196445523);if(!e||e.byteLength<10)return;let n=0,r=e.getUint16(n+8,!1);if(r===0||r>=e.byteLength)return;let o=new Map,a=e.getUint16(n+r,!1),i=n+r+2;for(let s=0;s<a&&!(i+2>e.byteLength);s++){let d=e.getUint16(i,!1);if(i+=2,d===0||n+d>=e.byteLength)continue;let f=n+d;if(f+6>e.byteLength)continue;let c=e.getUint16(f,!1),l=e.getUint16(f+4,!1),u=f+6;if(c===2)for(let p=0;p<l&&!(u+2>e.byteLength);p++){let m=e.getUint16(u,!1);if(u+=2,m===0||f+m>=e.byteLength)continue;let h=f+m;if(h+10>e.byteLength||e.getUint16(h,!1)!==1)continue;let g=e.getUint16(h+2,!1),y=e.getUint16(h+4,!1),w=e.getUint16(h+6,!1),S=e.getUint16(h+8,!1),R=t4(e,h+g),C=h+10;for(let P=0;P<S;P++){let k=R[P];if(k===void 0)continue;let B=C+P*2;if(B+2>e.byteLength)break;let E=e.getUint16(B,!1);if(E===0||h+E>=e.byteLength)continue;let F=h+E;if(F+2>e.byteLength)continue;let M=e.getUint16(F,!1),T=F+2;for(let D=0;D<M&&!(T+2>e.byteLength);D++){let O=e.getUint16(T,!1);T+=2;let U=ha(e,T,y);T+=U.length;let X=ha(e,T,w);T+=X.length;let q=(U.xAdvance??0)+(U.xPlacement??0)+(X.xPlacement??0);if(q!==0){let Z=o.get(k)??new Map;Z.set(O,q),o.set(k,Z)}}}}}return o.size>0?o:void 0}function t4(t,x){if(x+4>t.byteLength)return[];let e=t.getUint16(x,!1);if(e===1){let n=t.getUint16(x+2,!1),r=[],o=x+4;for(let a=0;a<n&&!(o+2>t.byteLength);a++)r.push(t.getUint16(o,!1)),o+=2;return r}if(e===2){let n=t.getUint16(x+2,!1),r=[],o=x+4;for(let a=0;a<n&&!(o+6>t.byteLength);a++){let i=t.getUint16(o,!1),s=t.getUint16(o+2,!1),d=t.getUint16(o+4,!1);for(let f=0;f<=s-i;f++)r[d+f]=i+f;o+=6}return r}return[]}function ha(t,x,e){let n=x,r,o,a=s=>{let d=t.getInt16(n,!1);return n+=2,d};e&1&&(r=a(1)),e&2&&a(2),e&4&&(o=a(4)),e&8&&a(8);let i=[16,32,64,128];for(let s of i)e&s&&(n+=2);return{xAdvance:o,xPlacement:r,length:n-x}}function n4(t,x){if(!t&&!x)return;let e=new Map,n=r=>{if(r)for(let[o,a]of r.entries()){let i=e.get(o)??new Map;for(let[s,d]of a.entries())i.set(s,(i.get(s)??0)+d);e.set(o,i)}};return n(t),n(x),e}function ya(t){if(t.length<4)return null;switch(String.fromCharCode(...t.slice(0,4))){case"wOFF":return"woff";case"wOF2":return"woff2";case"\0\0\0":case"OTTO":return t[0]===0&&t[1]===1?"ttf":"otf";default:return null}}function wa(t){let x=t.flavor>>>0,e=t.numTables,n=12,r=16*e,o=0,a=[];Object.entries(t.tables).sort(([m],[h])=>m.localeCompare(h)).forEach(([m,h])=>{let b=h;if(m==="head"){let y=new DataView(h.buffer,h.byteOffset,h.length);if(h.length>=20&&y.getUint16(18,!1)===0){let S=new Uint8Array(h);new DataView(S.buffer).setUint16(18,1e3,!1),b=S}}a.push({tag:m,data:b});let g=(4-b.length%4)%4;o+=b.length+g});let i=new ArrayBuffer(n+r+o),s=new Uint8Array(i),d=new DataView(i);d.setUint32(0,x,!1),d.setUint16(4,e,!1);let f=0,c=1;for(;c*2<=e;)c*=2,f++;c*=16;let l=e*16-c;d.setUint16(6,c,!1),d.setUint16(8,f,!1),d.setUint16(10,l,!1);let u=n+r,p=12;for(let m of a){let{tag:h,data:b}=m;for(let w=0;w<4;w++)s[p+w]=h.charCodeAt(w);let g=r4(b);d.setUint32(p+4,g,!1),d.setUint32(p+8,u,!1),d.setUint32(p+12,b.length,!1),s.set(b,u);let y=(4-b.length%4)%4;u+=b.length+y,p+=16}return i}function r4(t){let x=0,e=Math.floor((t.length+3)/4);for(let n=0;n<e;n++){let r=0,o=n*4;if(o+4<=t.length)r=t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3];else for(let a=0;a<4;a++)o+a<t.length&&(r|=t[o+a]<<24-a*8);x=x+r>>>0}return x}function oe(t){let x=t.glyphMetrics.size,e=new Array(x).fill(0);for(let[i,s]of t.glyphMetrics)e[i]=Math.round(s.advanceWidth/t.metrics.unitsPerEm*1e3);let r=(i=>{let s=new Map;for(let c of i)c!==0&&s.set(c,(s.get(c)??0)+1);if(s.size===0)return 1e3;let d=1e3,f=-1;for(let[c,l]of s.entries())(l>f||l===f&&c<d)&&(d=c,f=l);return d})(e),o=[],a=0;for(;a<x;){if(e[a]===r){a++;continue}let i=a,s=e[a],d=a+1;for(;d<x&&e[d]===s;)d++;if(d-i>=4){o.push(i),o.push(d-1),o.push(s),a=d;continue}let c=a,l=[];for(;a<x&&e[a]!==r&&l.length<32;)l.push(e[a]),a++;o.push(c),o.push(l)}return{DW:r,W:o}}function ae(t){if(!t||t.length===0)return`/CIDInit /ProcSet findresource begin
4
4
  12 dict begin
5
5
  begincmap
6
6
  /CIDSystemInfo <<
@@ -17,42 +17,42 @@ endcmap
17
17
  CMapName currentdict /CMap defineresource pop
18
18
  end
19
19
  end`;let x=t.slice().sort((s,d)=>s.gid-d.gid),e=s=>{if(s<=65535)return s.toString(16).padStart(4,"0").toUpperCase();let d=s-65536,f=55296+(d>>10),c=56320+(d&1023);return f.toString(16).padStart(4,"0").toUpperCase()+c.toString(16).padStart(4,"0").toUpperCase()},n=[],r=0;for(;r<x.length;){let s=x[r],d=r+1;for(;d<x.length&&x[d].gid===x[d-1].gid+1&&x[d].unicode===x[d-1].unicode+1;)d++;d-r>=2?(n.push({type:"range",startG:s.gid,endG:x[d-1].gid,startU:s.unicode}),r=d):(n.push({type:"char",gid:s.gid,unicode:s.unicode}),r++)}let o=[];o.push("/CIDInit /ProcSet findresource begin"),o.push("12 dict begin"),o.push("begincmap"),o.push("/CIDSystemInfo << /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> def"),o.push("/CMapName /Adobe-Identity-UCS def"),o.push("/CMapType 2 def"),o.push("1 begincodespacerange"),o.push("<0000> <FFFF>"),o.push("endcodespacerange");let a=100,i=0;for(;i<n.length;){let s=n[i].type,d=[];for(;i<n.length&&n[i].type===s&&d.length<a;)d.push(n[i]),i++;if(s==="char"){o.push(`${d.length} beginbfchar`);for(let f of d){let c=f.gid.toString(16).padStart(4,"0").toUpperCase(),l=e(f.unicode);o.push(`<${c}> <${l}>`)}o.push("endbfchar")}else{o.push(`${d.length} beginbfrange`);for(let f of d){let c=f.startG.toString(16).padStart(4,"0").toUpperCase(),l=f.endG.toString(16).padStart(4,"0").toUpperCase(),u=e(f.startU);o.push(`<${c}> <${l}> <${u}>`)}o.push("endbfrange")}}return o.push("endcmap"),o.push("CMapName currentdict /CMap defineresource pop"),o.push("end"),o.push("end"),o.join(`
20
- `)}var Kx=new Map([["helvetica","Lato"],["arial","Arimo"],["arial black","Arimo"],["segoe ui","Roboto"],["open sans","Lato"],["calibri","Roboto"],["roboto","Roboto"],["arimo","Arimo"],["lato","Lato"],["noto sans","Noto Sans"],["notosans-regular","Noto Sans"],["dejavu sans","DejaVu Sans"],["times","Tinos"],["times-roman","Tinos"],["times new roman","Tinos"],["georgia","Tinos"],["garamond","Tinos"],["baskerville","Tinos"],["courier","Fira Code"],["courier new","Fira Code"],["consolas","Fira Code"],["menlo","Fira Code"],["monaco","Fira Code"],["source code pro","Fira Code"],["comic sans","Caveat"],["comic sans ms","Caveat"],["fantasy","Cinzel Decorative"],["cursive","Caveat"],["noto emoji","Noto Emoji"],["noto color emoji","Noto Emoji"],["segoe ui emoji","Noto Emoji"],["apple color emoji","Noto Emoji"],["twemoji","Noto Emoji"],["cambria math","STIX Two Math"],["stix two math","STIX Two Math"],["math","STIX Two Math"],["symbol","Symbol"],["zapfdingbats","ZapfDingbats"]]),P6=new Map([["serif","Tinos"],["sans-serif","Lato"],["monospace","Fira Code"],["system-ui","Roboto"],["cursive","Caveat"],["fantasy","Cinzel Decorative"],["emoji","Noto Emoji"],["math","STIX Two Math"]]),Ra=new Map([["times","Times-Roman"],["times-roman","Times-Roman"],["times new roman","Times-Roman"],["georgia","Times-Roman"],["garamond","Times-Roman"],["baskerville","Times-Roman"],["serif","Times-Roman"],["helvetica","Helvetica"],["arial","Helvetica"],["segoe ui","Helvetica"],["open sans","Helvetica"],["calibri","Helvetica"],["sans-serif","Helvetica"],["system-ui","Helvetica"],["courier","Courier"],["courier new","Courier"],["monospace","Courier"]]),Fr={Helvetica:{normal:"Helvetica",italic:"Helvetica-Oblique",bold:"Helvetica-Bold",boldItalic:"Helvetica-BoldOblique"},"Times-Roman":{normal:"Times-Roman",italic:"Times-Italic",bold:"Times-Bold",boldItalic:"Times-BoldItalic"},Courier:{normal:"Courier",italic:"Courier-Oblique",bold:"Courier-Bold",boldItalic:"Courier-BoldOblique"}},it=(()=>{let t=new Map;for(let[x,e]of Object.entries(Fr))for(let[n,r]of Object.entries(e))t.set(r.toLowerCase(),{family:x,variant:n});return t})();function Sa(t){let x=it.get(t.toLowerCase());return x?x.family:null}function va(t){let x=it.get(t.toLowerCase());return x?x.variant:"normal"}var T3=80,i6=class{constructor(x,e){this.config=x;this.doc=e;this.embeddedFonts=new Map;this.faceMetrics=new Map}async initialize(){for(let x of this.config.fontFaceDefs){if(!x.data){k("font","error",`Missing data for font ${x.name}`);continue}try{let e=new Uint8Array(x.data),n=ya(e),r;if(n==="woff"){let{decodeWoff:a}=await Promise.resolve().then(()=>(ci(),fi)),i=await a(e);r=wa(i),e=new Uint8Array(r),x.data=r}else if(n==="woff2"){let{decodeWoff2:a}=await Promise.resolve().then(()=>(hi(),pi));r=(await a(e)).ttfBuffer.slice().buffer,e=new Uint8Array(r),x.data=r}else r=x.data;let o=ga(r);this.faceMetrics.set(x.name,o)}catch(e){k("font","error",`Failed to load font ${x.name}`,{error:e instanceof Error?e.message:String(e)})}}}ensureFont(x,e,n){let r=g0(e),o=yi(n);for(let a of x){let i=a.toLowerCase().trim(),s=this.config.fontFaceDefs.filter(u=>(u.family||"").toLowerCase().trim()===i);if(s.length===0)continue;let d=gi(s,r,o);if(!d)continue;let f=(d.name||"").toLowerCase().trim(),c=this.embeddedFonts.get(d.name)??this.embeddedFonts.get(f);if(c)return c;let l=this.embedFont(d);if(l)return this.embeddedFonts.set(d.name,l),this.embeddedFonts.set(f,l),l}return null}embedFont(x){let e=this.faceMetrics.get(x.name);if(!e)return null;let n=new Uint8Array(x.data),r=`F${this.embeddedFonts.size+1}`,o,a=this;return{resourceName:r,baseFont:x.name,metrics:e,subset:n,get ref(){return o||(o=a.realizeFont(x,e,r)),o}}}realizeFont(x,e,n){let r=e.metrics.unitsPerEm,o=b=>Math.round(b/r*1e3),a;if(e.headBBox){let b=e.headBBox;a=[o(b[0]),o(b[1]),o(b[2]),o(b[3])]}else a=[-1e3,-1e3,1e3,1e3];let i=new Uint8Array(x.data),s=this.doc.registerStream(i,{}),d={Type:"/FontDescriptor",FontName:`/${x.name}`,Flags:P3(x),FontBBox:a,ItalicAngle:x.style==="italic"?-12:0,Ascent:o(e.metrics.ascender),Descent:o(e.metrics.descender),CapHeight:o(e.metrics.capHeight),XHeight:o(e.metrics.xHeight),StemV:T3,FontFile2:s},f=this.doc.register(d),{DW:c,W:l}=ae(e),u={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${x.name}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:f,DW:c,W:l,CIDToGIDMap:"/Identity"},p=this.doc.register(u),m=this.createToUnicodeCMap(e),h={Type:"/Font",Subtype:"/Type0",BaseFont:`/${x.name}-Identity-H`,Encoding:"/Identity-H",DescendantFonts:[p],ToUnicode:m};return this.doc.register(h)}createToUnicodeCMap(x,e=[]){let n=x.cmap.unicodeMap;k("font","debug","createToUnicodeCMap - unicodeMap size",{size:n.size});let r=[],o=0;for(let[l,u]of n.entries())o<10&&r.push({unicode:l,char:String.fromCodePoint(l),gid:u}),o++;k("font","debug","createToUnicodeCMap - sample entries",{samples:r});let a=new Map;for(let[l,u]of n.entries())a.has(u)||a.set(u,[]),a.get(u).push(l);let i=[],s=0;for(let[l,u]of a.entries()){if(s<20&&u.length>0){let p=u[0];i.push({gid:l,unicode:p,char:String.fromCodePoint(p)})}s++}k("font","debug","createToUnicodeCMap - gid->unicode sample",{samples:i});let d=[];for(let[l,u]of a.entries())for(let p of u)d.push({gid:l,unicode:p});let f=d.sort((l,u)=>l.gid-u.gid),c=ie(f);return this.doc.registerStream(new TextEncoder().encode(c),{})}getMetrics(x,e=400,n="normal"){let r=this.faceMetrics.get(x);if(r)return r;let o=n==="italic"||n==="oblique",a=x.split(",").map(i=>i.trim().replace(/^["']|["']$/g,""));for(let i of a){let s=i.toLowerCase().trim(),d=this.faceMetrics.get(i);if(d)return d;let f=Kx.get(s)||P6.get(s),c=f?f.toLowerCase():s,l=[];for(let u of this.config.fontFaceDefs)(u.family||"").toLowerCase().trim()===c&&l.push(u);if(l.length>0){let u=gi(l,e,o);if(u){let p=this.faceMetrics.get(u.name);if(p)return p}}}return null}};function gi(t,x,e){if(t.length===0)return null;let n=t.filter(i=>yi(i.style)===e),r=n.length>0?n:t,o=r[0],a=Math.abs(g0(o.weight)-x);for(let i of r){let s=g0(i.weight),d=Math.abs(s-x);d<a&&(a=d,o=i)}return o}function yi(t){if(!t)return!1;let x=t.toLowerCase();return x==="italic"||x==="oblique"}function P3(t){let x=0,e=(t.family||"").toLowerCase().trim(),n=(t.name||"").toLowerCase().trim(),r=(t.style||"").toLowerCase(),o=/italic|oblique/i.test(r),a=/serif/i.test(e)||/serif/i.test(n);return/symbol|dingbat|dingbats|zapfdingbats/i.test(e)||/symbol|dingbat|dingbats/i.test(n)?x|=4:x|=32,a&&(x|=2),o&&(x|=64),x}function wi(t,x,e){let n=typeof x.fontWeight=="number"?x.fontWeight:400,r=x.fontStyle??"normal",o=e?.getMetrics(x.fontFamily??"",n,r);return re(t,x,o??null)??H0(t,x)}function Ri(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function Si(t,x,e,n){if(t.style.display==="inline-block"||t.style.display==="inline-flex"||t.style.display==="inline-grid"||t.style.display==="inline-table"){let y=t.box.x,w=t.box.y;e.layoutChild(t),t.box.x=y,t.box.y=w}let r=v(t.style.marginLeft,x,{auto:"zero"}),o=v(t.style.marginRight,x,{auto:"zero"}),a=v(t.style.marginTop,x,{auto:"zero"}),i=v(t.style.marginBottom,x,{auto:"zero"}),s=n(t,x,e),d=t.box.contentWidth,f=t.box.contentHeight;if(s&&(d=Math.max(d,s.contentWidth),f=Math.max(f,s.contentHeight)),t.style.display==="inline-block"&&t.style.width==="auto"){let y=t.box.scrollWidth;if(Number.isFinite(y)&&y>0&&y<d){let w=t.style.minWidth!==void 0?v(t.style.minWidth,x,{auto:"zero"}):void 0,S=t.style.maxWidth!==void 0?v(t.style.maxWidth,x,{auto:"reference"}):void 0,R=We(y,w,S);d=Math.min(R,d)}}d===0&&!t.textContent&&(typeof t.style.width=="number"?d=t.style.width:t.style.width!=="auto"?d=v(t.style.width,x,{auto:"zero"}):t.intrinsicInlineSize!==void 0?d=t.intrinsicInlineSize:d=B0(t.style)),f===0&&!t.textContent&&(t.style.height!=="auto"?f=v(t.style.height,x,{auto:"zero"}):t.intrinsicBlockSize!==void 0?f=t.intrinsicBlockSize:f=B0(t.style));let c=v(t.style.paddingLeft,x,{auto:"zero"}),l=v(t.style.paddingRight,x,{auto:"zero"}),u=v(t.style.paddingTop,x,{auto:"zero"}),p=v(t.style.paddingBottom,x,{auto:"zero"}),m=v(t.style.borderLeft,x,{auto:"zero"}),h=v(t.style.borderRight,x,{auto:"zero"}),b=v(t.style.borderTop,x,{auto:"zero"}),g=v(t.style.borderBottom,x,{auto:"zero"});return t.box.contentWidth=d,t.box.contentHeight=f,t.box.borderBoxWidth=d+c+l+m+h,t.box.borderBoxHeight=f+u+p+b+g,t.box.marginBoxWidth=t.box.borderBoxWidth+r+o,t.box.marginBoxHeight=t.box.borderBoxHeight+a+i,t.box.scrollWidth=Math.max(t.box.scrollWidth,t.box.contentWidth),t.box.scrollHeight=Math.max(t.box.scrollHeight,t.box.contentHeight),{node:t,contentWidth:d,contentHeight:f,lineOffset:0,marginLeft:r,marginRight:o,marginTop:a,marginBottom:i,paddingLeft:c,paddingRight:l,paddingTop:u,paddingBottom:p,borderLeft:m,borderRight:h,borderTop:b,borderBottom:g,outerWidth:t.box.marginBoxWidth,outerHeight:t.box.marginBoxHeight}}function vi(t,x,e,n){let r=[],o=a=>{if(a.style.display!=="none"&&a.style.float==="none"){if(A3(a.style.display)){let i=Si(a,x,e,n);r.push({kind:"box",metrics:i});return}if(a.textContent&&a.style.display==="inline"){r.push({kind:"text",node:a,style:a.style,text:a.textContent,preserveLeading:!!a.customData?.preserveLeadingSpace,preserveTrailing:!!a.customData?.preserveTrailingSpace});return}for(let i of a.children)B3(i.style.display)&&o(i)}};for(let a of t)o(a);return r}function Li(t,x){let e=[];for(let n of t){if(n.kind==="box"){e.push({kind:"box",width:n.metrics.outerWidth,height:n.metrics.outerHeight,lineHeight:n.metrics.outerHeight,metrics:n.metrics});continue}let r=n.style,o=n.text??"";if(!o)continue;let a=Fx(o,r.textTransform),i=B0(r),s=F3(a,r.whiteSpace);for(let d of s){if(d.kind==="newline"){e.push({kind:"newline",width:0,height:i,lineHeight:i});continue}let f=wi(d.text,r,x);e.push({kind:d.kind,width:f,height:i,lineHeight:i,node:n.node,style:r,text:d.text,spaceCount:d.kind==="space"?Ri(d.text):0})}}return e}function F3(t,x){let e=[],n=/(\n)|(\s+)|([^\s]+)/g,r;for(;(r=n.exec(t))!==null;)r[1]?x==="pre"||x==="pre-wrap"||x==="pre-line"?e.push({kind:"newline",text:`
21
- `}):e.push({kind:"space",text:" "}):r[2]?e.push({kind:"space",text:r[2]}):r[3]&&e.push({kind:"word",text:r[3]});return e}function Ci(t,x){if(t.kind!=="word"||!t.text||!t.style)return[t,null];let e="",n=0;for(let i of Array.from(t.text)){let s=e+i,d=H0(s,t.style);if(e&&d>x)break;e=s,n=d}if(!e)return[t,null];let r={...t,text:e,width:n},o=t.text.slice(e.length);if(!o)return[r,null];let a={...t,text:o,width:H0(o,t.style)};return[r,a]}function B3(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function A3(t){switch(t){case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function Ti(t){let x=t;for(;x;){let e=x.style.textAlign;if(e){let n=e.toLowerCase();if(n!=="start"&&n!=="auto")return n}x=x.parent}}function qr(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function Pi(t){return!(t.children.length===0||t.style.display!=="inline")}function Fi(t){let x=[];for(let e of t.children)e.style.display!=="none"&&e.style.float==="none"&&qr(e.style.display)&&x.push(e);return x}function Bi(t,x){let e=v(t.style.marginLeft,x,{auto:"zero"}),n=v(t.style.marginRight,x,{auto:"zero"}),r=v(t.style.paddingLeft,x,{auto:"zero"}),o=v(t.style.paddingRight,x,{auto:"zero"}),a=v(t.style.borderLeft,x,{auto:"zero"}),i=v(t.style.borderRight,x,{auto:"zero"}),s=t.box.x-r-a-e,d=t.box.contentWidth+r+o+a+i+e+n;return{start:s,end:s+d}}var Kr=class{calculateOffset(){return 0}},Zr=class{calculateOffset(x,e){return Math.max(e-x,0)/2}},Qr=class{calculateOffset(x,e){return Math.max(e-x,0)}},Jr=class{calculateOffset(){return 0}};function Ai(t){switch(t){case"center":return new Zr;case"right":case"end":return new Qr;case"justify":return new Jr;default:return new Kr}}var gt=class{constructor(){this.boundingBoxes=new Map}computeNodeBoxes(x){for(let[e,n]of x.entries()){e.inlineRuns=n,e.lineBoxes=void 0;let r=n.reduce((a,i)=>Math.max(a,i.lineIndex+1),0),o=B0(e.style);if(e.box.contentHeight=r*o,n.length>0){let a=n[0],i=a.startX,s=a.startX+a.width;for(let f=1;f<n.length;f++){let c=n[f];i=Math.min(i,c.startX),s=Math.max(s,c.startX+c.width)}let d=s-i;e.box.contentWidth=d}else e.box.contentWidth=0;e.box.borderBoxWidth=e.box.contentWidth,e.box.borderBoxHeight=e.box.contentHeight,e.box.marginBoxWidth=e.box.borderBoxWidth,e.box.marginBoxHeight=e.box.borderBoxHeight,e.box.scrollWidth=Math.max(e.box.scrollWidth,e.box.contentWidth),e.box.scrollHeight=Math.max(e.box.scrollHeight,e.box.contentHeight)}}propagateBoundingBoxes(x,e){for(let[n]of x.entries()){let r={minX:n.box.x,minY:n.box.y,maxX:n.box.x+n.box.contentWidth,maxY:n.box.y+n.box.contentHeight},o=n.parent;for(;o&&o!==e&&qr(o.style.display);)this.updateBox(o,r),o=o.parent}for(let[n,r]of this.boundingBoxes.entries())n.box.x=r.minX,n.box.y=r.minY,n.box.contentWidth=r.maxX-r.minX,n.box.contentHeight=r.maxY-r.minY,n.box.borderBoxWidth=Math.max(n.box.borderBoxWidth,n.box.contentWidth),n.box.borderBoxHeight=Math.max(n.box.borderBoxHeight,n.box.contentHeight),n.box.marginBoxWidth=Math.max(n.box.marginBoxWidth,n.box.borderBoxWidth),n.box.marginBoxHeight=Math.max(n.box.marginBoxHeight,n.box.borderBoxHeight)}updateBox(x,e){let n=this.boundingBoxes.get(x);n?(n.minX=Math.min(n.minX,e.minX),n.minY=Math.min(n.minY,e.minY),n.maxX=Math.max(n.maxX,e.maxX),n.maxY=Math.max(n.maxY,e.maxY)):(x.box.contentWidth>0||x.box.contentHeight>0?(n={minX:x.box.x,minY:x.box.y,maxX:x.box.x+x.box.contentWidth,maxY:x.box.y+x.box.contentHeight},n.minX=Math.min(n.minX,e.minX),n.minY=Math.min(n.minY,e.minY),n.maxX=Math.max(n.maxX,e.maxX),n.maxY=Math.max(n.maxY,e.maxY)):n={...e},this.boundingBoxes.set(x,n))}};function Mi(t){return t.kind==="box"}function ki(t,x,e,n){let r;if(n){let{metrics:i}=n,s=i.unitsPerEm;r=i.ascender/s*x}else r=x*.75;let a=(e-x)/2;return t+a+r}var yt=class{constructor(x=null){this.fontEmbedder=x;this.nodeRuns=new Map;this.maxInlineEnd=0}placeRunsForLine(x,e){if(x.length===0)return;let{lineTop:n,lineHeight:r,lineStartX:o,lineIndex:a,availableWidth:i,offsetShift:s,isLastLine:d,contentX:f,inlineOffsetStart:c}=e,l=x.reduce((m,h)=>Math.max(m,h.offset+h.item.width),0),u=Math.max(i,0),p=x.reduce((m,h)=>h.item.kind==="space"?m+(h.item.spaceCount??1):m,0);this.maxInlineEnd=Math.max(this.maxInlineEnd,o+l-f);for(let m of x){if(Mi(m.item)){let P=m.item.metrics;P.lineOffset=m.offset+s,Ii(P,f+c,n);continue}let h=m.item.node;if(!h||!m.item.text)continue;let b=m.item.style?.fontSize??16,g=m.item.lineHeight??r,y=m.item.style?.fontFamily??"sans-serif",w=m.item.style?.fontWeight??400,S=m.item.style?.fontStyle??"normal",R=this.fontEmbedder?.getMetrics(y,w,S),L=ki(n,b,g,R),T=o+m.offset,N={lineIndex:a,startX:T,baseline:L,text:m.item.text,width:m.item.width,lineWidth:l,targetWidth:u,spaceCount:p,isLastLine:d};this.nodeRuns.has(h)?(h.box.x=Math.min(h.box.x,T),h.box.y=Math.min(h.box.y,n)):(h.box.x=T,h.box.y=n),h.box.baseline=L,this.pushRun(h,N)}}getNodeRuns(){return this.nodeRuns}getMaxInlineEnd(){return this.maxInlineEnd}pushRun(x,e){let n=this.nodeRuns.get(x);n?n.push(e):this.nodeRuns.set(x,[e])}};var x7,M3=t=>{x7===void 0&&(x7=t.env.getEnv("PAGYRA_DEBUG_LAYOUT")==="1")},wt=t=>(M3(t),(...x)=>{x7&&console.log(...x)});function Rt(t){let{container:x,inlineNodes:e,context:n,floatContext:r,contentX:o,contentWidth:a}=t;x.establishesIFC=!0;let i=x.style.display==="inline"?void 0:Ti(x),s=Ai(i),d=x.style.display!=="inline",f=d?v(x.style.textIndent,a,{auto:"zero"}):0,c=d&&f!==0,u=vi(e,a,n,(E,B,A)=>I3(E,B,A)),p=Li(u,n.env.fontEmbedder),m=t.startY,h=Math.max(B0(x.style),0),b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,w=0,S=[],R=new yt(n.env.fontEmbedder),L=(E,B)=>{let A=s.calculateOffset(E.reduce((F,D)=>Math.max(F,D.offset+D.item.width),0),Math.max(g,0));R.placeRunsForLine(E,{lineTop:m,lineHeight:h,lineStartX:o+b.start+A,lineIndex:w,availableWidth:g,offsetShift:A,isLastLine:B,contentX:o,inlineOffsetStart:b.start})},T=E=>{S.length===0||L(S,E),m+=h,y=0,h=Math.max(B0(x.style),0),S.length=0,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),w+=1};for(let E=0;E<p.length;E++){let B=p[E];if(B.kind==="newline"){T(!1);continue}let A=B;for(;A;){if(g<=0){let D=r.nextUnblockedY(m,m+h);if(D===null)g=Math.max(0,a),b={start:0,end:a};else{m=D,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}}S.length===0&&c&&(y+=f,c=!1);let F=Math.max(g-y,0);if(A.kind==="box"){if(S.length>0&&y+A.width>g){T(!1);continue}if(S.length===0&&A.width>g){let D=r.nextUnblockedY(m,m+h);if(D===null){S.push({item:A,offset:y}),y+=A.width,h=Math.max(h,A.lineHeight);break}m=D,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}S.push({item:A,offset:y}),y+=A.width,h=Math.max(h,A.lineHeight);break}if(A.kind==="word"&&A.width>F&&(A.style?.overflowWrap??"normal")!=="normal"&&F>0){let[O,U]=Ci(A,F);O&&(S.push({item:O,offset:y}),y+=O.width,h=Math.max(h,O.lineHeight)),U&&p.splice(E+1,0,U),A=null;break}if(S.length>0&&y+A.width>g){T(!1);continue}if(S.length===0&&A.width>g&&A.kind==="word"){let D=r.nextUnblockedY(m,m+h);if(D===null){S.push({item:A,offset:y}),y+=A.width,h=Math.max(h,A.lineHeight),A=null;break}m=D,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}S.push({item:A,offset:y}),y+=A.width,h=Math.max(h,A.lineHeight),A=null}}S.length>0&&T(!0);let N=R.getNodeRuns(),P=new gt;return P.computeNodeBoxes(N),P.propagateBoundingBoxes(N,x),{newCursorY:m}}function Ii(t,x,e,n){let{node:r}=t,o=x+t.lineOffset+t.marginLeft+t.borderLeft+t.paddingLeft,a=e+t.marginTop+t.borderTop+t.paddingTop;(n?wt(n):()=>{})(`[placeInlineItem] node=${r.tagName??"(anonymous)"} lineStartX=${x} lineOffset=${t.lineOffset} marginLeft=${t.marginLeft} paddingLeft=${t.paddingLeft} borderLeft=${t.borderLeft} -> contentX=${o}`);let s=r.box.x,d=r.box.y;r.box.x=o,r.box.y=a,r.box.baseline=a+t.contentHeight;let f=r.box.x-s,c=r.box.y-d;(f!==0||c!==0)&&k3(r,f,c)}function k3(t,x,e){for(let n of t.children)n.shift(x,e)}function I3(t,x,e){if(!Pi(t))return null;let n=Fi(t);if(n.length===0)return null;let r=t.box.x,o=t.box.y;t.box.x=0,t.box.y=0;for(let c of n)c.box.x=0,c.box.y=0;let a=new ax,i=Rt({container:t,inlineNodes:n,context:e,floatContext:a,contentX:0,contentWidth:Math.max(x,0),startY:0}),s=Math.max(a.bottom("left"),a.bottom("right")),d=Math.max(i.newCursorY,s),f=0;for(let c of n){let l=Bi(c,x);f=Math.max(f,l.end)}return t.box.x=r,t.box.y=o,{contentWidth:Math.max(0,f),contentHeight:Math.max(0,d)}}var e7=class{layout(x){let e=x.floatContext??new ax;return Rt({container:x.container,inlineNodes:x.inlineNodes,context:x.context,floatContext:e,contentX:x.contentX,contentWidth:x.contentWidth,startY:x.startY})}},St=new e7;function t7(t){switch(t.style.display){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}var vt=class{constructor(x){this.layoutDebug=x}measureInFlowWidth(x,e,n){let r=Number.POSITIVE_INFINITY,o=Number.NEGATIVE_INFINITY,a=!1;for(let d of x.children){if(!bx(d)||d.style.display==="none")continue;let f=d.box.usedMarginLeft!==void 0?d.box.usedMarginLeft:v(d.style.marginLeft,e,{auto:"zero"}),c=d.box.usedMarginRight!==void 0?d.box.usedMarginRight:v(d.style.marginRight,e,{auto:"zero"}),l=v(d.style.borderLeft,e,{auto:"zero"}),u=v(d.style.borderRight,e,{auto:"zero"}),p=v(d.style.paddingLeft,e,{auto:"zero"}),m=v(d.style.paddingRight,e,{auto:"zero"}),h=d.box.borderBoxWidth||Math.max(0,d.box.contentWidth+p+m+l+u),b=h+f+c,g=d.box.x-p-l-f,y=g-n,w=y+b;this.layoutDebug(`[measureInFlowContentWidth] parent=${x.tagName??"(anonymous)"} child=${d.tagName??"(anonymous)"} marginStart=${g} relativeStart=${y} marginBoxWidth=${b} borderBoxWidth=${h} child.box.x=${d.box.x} contentStartX=${n}`),r=Math.min(r,y),o=Math.max(o,w),a=!0}if(!a)return{width:0,leftOffset:0};Number.isFinite(r)||(r=0),Number.isFinite(o)||(o=r);let i=Math.max(0,o-r),s=r>0?r:0;return{width:i,leftOffset:s}}shiftInFlowChildrenX(x,e){if(e!==0)for(let n of x.children)bx(n)&&n.style.display!=="none"&&n.shift(-e,0)}};var Lt=class{constructor(){this.supportedDisplays=new Set(["block","flow-root","inline-block","table-cell"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=wt(e),r=new vt(n),o=V0(x,e.env.viewport);x.establishesBFC=T6(x);let a=mx(x,o.width),i=x.tagName??"(anonymous)";x.style.display==="inline-block"&&n(`[BlockLayout] start inline-block tag=${i} style.width=${x.style.width} resolvedContentWidth=${a} cb.width=${o.width}`);let s=a;x.box.contentWidth=a;let d=X0(x,a),f=Mx(x,a);x.box.borderBoxWidth=a+d,x.box.marginBoxWidth=x.box.borderBoxWidth+f;let c=v(x.style.paddingLeft,a,{auto:"zero"}),l=v(x.style.borderLeft,a,{auto:"zero"}),u=v(x.style.paddingTop,a,{auto:"zero"}),p=v(x.style.borderTop,a,{auto:"zero"}),m=x.box.x+l+c,h=Tr(x,a),b=Pr(x,a),g=h?Ze(x):void 0,y=b?Qe(x):void 0,w=h&&g?Je(g,a):0,S=b&&y?xt(y,a):0,R=x.box.y+u+p,L=0,T=new ax,N=x.children;for(let F=0;F<N.length;F++){let D=N[F];if(D.style.display==="none")continue;if(D.style.float!=="none"){R=la(D,T,R),ua({node:D,floatContext:T,context:e,contentX:m,contentWidth:a,startY:R}),L=0;continue}if(!bx(D))continue;if(t7(D)){let Z=[D],J=F+1;for(;J<N.length;){let x0=N[J];if(x0.style.float!=="none"||!t7(x0))break;Z.push(x0),J+=1}R=St.layout({container:x,inlineNodes:Z,context:e,floatContext:T,contentX:m,contentWidth:a,startY:R}).newCursorY,L=0,F=J-1;continue}let O=v(D.style.marginTop,a,{auto:"zero"}),U=v(D.style.marginBottom,a,{auto:"zero"}),Y=Je(D,a),q=xt(D,a),X=fa(L,Y,x.establishesBFC);h&&D===g&&(X-=w),D.box.x=m,D.box.y=R+X,e.layoutChild(D);let{marginLeft:C,marginRight:j}=sa(a,D.box.borderBoxWidth,D.style.marginLeft,D.style.marginRight);D.box.usedMarginLeft=C,D.box.usedMarginRight=j;let t0=C;t0!==0&&D.shift(t0,0),D.box.x=m+C,D.box.marginBoxWidth=D.box.borderBoxWidth+C+j,D.box.marginBoxHeight=D.box.borderBoxHeight+O+U,L=q,R=D.box.y+D.box.borderBoxHeight,b&&D===y&&(R+=q-S,L=0)}let P=r.measureInFlowWidth(x,a,m);if(Number.isFinite(P.width)){let F=Math.max(0,P.width);if(x.box.scrollWidth=Math.max(x.box.scrollWidth,F),x.style.display==="inline-block"&&x.style.width==="auto"){let D=x.style.minWidth!==void 0?v(x.style.minWidth,o.width,{auto:"zero"}):void 0,O=x.style.maxWidth!==void 0?v(x.style.maxWidth,o.width,{auto:"reference"}):void 0,U=F;U=Math.min(U,s),D!==void 0&&(U=Math.max(U,D)),O!==void 0&&(U=Math.min(U,O)),U=Math.max(0,U),x.style.display==="inline-block"&&n(`[BlockLayout] intrinsic measurement tag=${i} intrinsic=${F} current=${x.box.contentWidth} horizontalExtras=${d} available=${s}`),P.leftOffset>0&&(n(`[BlockLayout] shifting inline-block children tag=${i} offset=${P.leftOffset}`),r.shiftInFlowChildrenX(x,P.leftOffset)),U!==x.box.contentWidth&&(x.box.contentWidth=U,a=U,x.box.borderBoxWidth=x.box.contentWidth+d,x.box.marginBoxWidth=x.box.borderBoxWidth+f,x.style.display==="inline-block"&&n(`[BlockLayout] updated inline-block tag=${i} newContentWidth=${x.box.contentWidth} borderBoxWidth=${x.box.borderBoxWidth}`))}}let E=Math.max(T.bottom("left"),T.bottom("right")),B=Math.max(R,E);x.box.contentHeight=Math.max(0,B-(x.box.y+p)-u),x.style.height!=="auto"&&(x.box.contentHeight=v(x.style.height,o.height,{auto:"zero"}));let A=Ax(x,a);x.box.borderBoxHeight=x.box.contentHeight+A,x.box.marginBoxHeight=x.box.borderBoxHeight+v(x.style.marginTop,a,{auto:"zero"})+v(x.style.marginBottom,a,{auto:"zero"}),et(x)}};function Ex(t,x){return x<=1||t<=0?0:t*(x-1)}function N3(t,x,e){let n=Ex(x,e);return Math.max(0,t-n)}function E3(t,x){let e=[],n=0;for(let r=0;r<t.length;r++)e.push(n),n+=t[r],r<t.length-1&&(n+=x);return e}function Ni(t,x){return E3(t,x)}var Ct=class{constructor(x){this.config=x}getMainAxisGap(x){return x?this.config.columnGap:this.config.rowGap}getCrossAxisGap(x){return x?this.config.rowGap:this.config.columnGap}calculateMainAxisTotalGap(x,e){let n=this.getMainAxisGap(x);return Ex(n,e)}calculateMainAxisAvailableSpace(x,e,n){let r=this.getMainAxisGap(x);return N3(e,r,n)}};function D3(t){switch(t){case"inline":case"inline-block":return"block";case"inline-flex":return"flex";case"inline-grid":return"grid";case"inline-table":return"table";default:return t}}function O3(t,x){switch(x){case"flex":case"inline-flex":case"grid":case"inline-grid":return!1;default:break}return x===t?!0:t==="inline"}var Pt=class{constructor(){this.supportedDisplays=new Set(["flex","inline-flex"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=V0(x,e.env.viewport),r=H3(x.style.flexDirection),o=r?n.width:n.height,a=r?n.height:n.width,i=Ei(r?x.style.width:x.style.height,o),s=Ei(r?x.style.height:x.style.width,a),d=x.style.rowGap??0,f=x.style.columnGap??0,l=new Ct({rowGap:d,columnGap:f}).getMainAxisGap(r),u=ia(x,n.width,n.height);r?(x.box.contentWidth=Tt(i,o),x.box.contentHeight=Tt(s,a)):(x.box.contentWidth=Tt(s,a),x.box.contentHeight=Tt(i,o)),x.box.borderBoxWidth=x.box.contentWidth+u.paddingLeft+u.paddingRight+u.borderLeft+u.borderRight,x.box.borderBoxHeight=x.box.contentHeight+u.paddingTop+u.paddingBottom+u.borderTop+u.borderBottom,x.box.scrollWidth=Math.max(x.box.scrollWidth,x.box.contentWidth),x.box.scrollHeight=Math.max(x.box.scrollHeight,x.box.contentHeight);let p=x.style.alignItems??"stretch",m=[],h=0,b=0;for(let O of x.children){if(O.style.display==="none")continue;let U=O.style.display,Y=D3(U),q=Y!==U;q&&(O.style.display=Y);try{e.layoutChild(O);let X=v(O.style.marginLeft,n.width,{auto:"zero"}),C=v(O.style.marginRight,n.width,{auto:"zero"}),j=v(O.style.marginTop,n.height,{auto:"zero"}),t0=v(O.style.marginBottom,n.height,{auto:"zero"}),Z=r?X:j,J=r?C:t0,Q=r?j:X,x0=r?t0:C,l0=r?O.box.borderBoxWidth:O.box.borderBoxHeight,c0=O3(U,Y);if(r&&c0&&z3(O.style.width)){let V=Oi(O);if(V!==void 0&&V>=0){let s0=O.style.minWidth!==void 0?v(O.style.minWidth,n.width,{auto:"zero"}):void 0,f0=O.style.maxWidth!==void 0?v(O.style.maxWidth,n.width,{auto:"reference"}):void 0,i0=V;if(s0!==void 0&&(i0=Math.max(i0,s0)),f0!==void 0&&(i0=Math.min(i0,f0)),i0<O.box.contentWidth){let b0=v(O.style.paddingLeft,n.width,{auto:"zero"}),m0=v(O.style.paddingRight,n.width,{auto:"zero"}),G0=v(O.style.borderLeft,n.width,{auto:"zero"}),L0=v(O.style.borderRight,n.width,{auto:"zero"});O.box.contentWidth=i0,O.box.borderBoxWidth=i0+b0+m0+G0+L0,O.box.marginBoxWidth=O.box.borderBoxWidth+X+C,O.box.scrollWidth=Math.max(O.box.scrollWidth,O.box.contentWidth),l0=O.box.borderBoxWidth}}}let K=r?O.box.borderBoxHeight:O.box.borderBoxWidth;if(!r&&c0){let V=Di(O.style.alignSelf,p),s0=E0(O.style.width);if(V!=="stretch"&&s0){let f0=Oi(O);if(f0!==void 0&&f0>0){let i0=n.width,b0=v(O.style.paddingLeft,i0,{auto:"zero"}),m0=v(O.style.paddingRight,i0,{auto:"zero"}),G0=v(O.style.borderLeft,i0,{auto:"zero"}),L0=v(O.style.borderRight,i0,{auto:"zero"}),p0=O.style.minWidth!==void 0?v(O.style.minWidth,i0,{auto:"zero"}):void 0,C0=O.style.maxWidth!==void 0?v(O.style.maxWidth,i0,{auto:"reference"}):void 0,A0=Math.min(f0,O.box.contentWidth);if(p0!==void 0&&(A0=Math.max(A0,p0)),C0!==void 0&&(A0=Math.min(A0,C0)),A0=Math.max(0,A0),A0<O.box.contentWidth){O.box.contentWidth=A0;let vx=b0+m0+G0+L0,lx=A0+vx;O.box.borderBoxWidth=lx,O.box.marginBoxWidth=lx+X+C,O.box.scrollWidth=Math.max(O.box.scrollWidth,A0),K=lx}}}}let e0=l0+Z+J,n0=K+Q+x0;m.push({node:O,mainMarginStart:Z,mainMarginEnd:J,crossMarginStart:Q,crossMarginEnd:x0,mainSize:l0,crossSize:K,mainContribution:e0,crossContribution:n0}),h+=e0,b=Math.max(b,n0)}finally{q&&(O.style.display=U)}}let g=Ex(l,m.length),y=h+g,w;if(i!==void 0)w=i;else{let O=Number.isFinite(o)&&o>0?o:y;w=Math.max(O,y)}let S;if(s!==void 0)S=Math.max(s,b);else if(r)S=b;else{let O=Number.isFinite(a)&&a>0?a:b;S=Math.max(O,b)}let R=r?x.style.minHeight:x.style.minWidth,L=r?x.style.maxHeight:x.style.maxWidth,T=R!==void 0?v(R,a,{auto:"zero"}):void 0,N=L!==void 0?v(L,a,{auto:"reference"}):void 0;T!==void 0&&(S=Math.max(S,T)),N!==void 0&&(S=Math.min(S,N));let P=x.style.justifyContent??"flex-start",E=p,B=w-y,{offset:A,gap:F}=U3(P,B,m.length),D=A;for(let O=0;O<m.length;O++){let U=m[O],Y=Di(U.node.style.alignSelf,E),q=W3(Y,S,U.crossSize,U.crossMarginStart,U.crossMarginEnd),X=U.node.box.x,C=U.node.box.y;r?(U.node.box.x=u.contentBoxX+D+U.mainMarginStart,U.node.box.y=u.contentBoxY+q+U.crossMarginStart):(U.node.box.x=u.contentBoxX+q+U.crossMarginStart,U.node.box.y=u.contentBoxY+D+U.mainMarginStart),G3(U.node,U.node.box.x-X,U.node.box.y-C),D+=U.mainContribution,O<m.length-1&&(D+=l+F)}r?(x.box.contentWidth=w,x.box.contentHeight=S):(x.box.contentWidth=S,x.box.contentHeight=w),x.box.borderBoxWidth=x.box.contentWidth+u.paddingLeft+u.paddingRight+u.borderLeft+u.borderRight,x.box.borderBoxHeight=x.box.contentHeight+u.paddingTop+u.paddingBottom+u.borderTop+u.borderBottom,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight}};function Tt(t,x){return t!==void 0&&Number.isFinite(t)?Math.max(t,0):Number.isFinite(x)?Math.max(x,0):0}function Ei(t,x){if(t!==void 0){if(typeof t=="number")return t;if(!(t==="auto"||E0(t)))return v(t,x,{auto:"reference"})}}function Di(t,x){return t&&t!=="auto"?t:x}function W3(t,x,e,n,r){let o=e+n+r,i=(Number.isFinite(x)?x:o)-o;if(i<=0)return 0;switch(t){case"center":return i/2;case"flex-end":return i;default:return 0}}function U3(t,x,e){if(e<=0)return{offset:0,gap:0};let n=Number.isFinite(x)?Math.max(x,0):0;switch(t){case"center":return{offset:n/2,gap:0};case"flex-end":case"end":case"right":return{offset:n,gap:0};case"space-between":return e===1?{offset:0,gap:0}:{offset:0,gap:n/(e-1)};case"space-around":{let r=n/e;return{offset:r/2,gap:r}}case"space-evenly":{let r=n/(e+1);return{offset:r,gap:r}}default:return{offset:0,gap:0}}}function H3(t){return t==="row"||t==="row-reverse"}function z3(t){return t===void 0?!0:typeof t=="number"?!1:t==="auto"?!0:E0(t)}function Oi(t){let x=0;return t.walk(e=>{if(e.inlineRuns&&e.inlineRuns.length>0){let n=e.inlineRuns.reduce((r,o)=>Math.max(r,o.lineWidth??o.width),0);n>x&&(x=n);return}if(!(!e.lineBoxes||e.lineBoxes.length===0))for(let n of e.lineBoxes){if(!n)continue;let r=typeof n.width=="number"?n.width:0;r>x&&(x=r)}}),x>0?x:void 0}function G3(t,x,e){x===0&&e===0||t.walk(n=>{if(n!==t&&(n.box.x+=x,n.box.y+=e,n.box.baseline+=e,n.inlineRuns&&n.inlineRuns.length>0))for(let r of n.inlineRuns)r.startX+=x,r.baseline+=e})}function j3(t){return typeof t=="object"&&t!==null&&"kind"in t&&t.kind==="repeat"}function $3(t){return typeof t=="object"&&t!==null&&"kind"in t&&t.kind==="repeat-auto"}function Wi(t){switch(t.kind){case"fixed":return Math.max(0,t.size);case"flex":return Math.max(0,t.min??0);case"auto":return Math.max(0,t.min??0);default:return 0}}function V3(t){return t.kind==="flex"?Math.max(0,t.flex):0}function n7(t){return t.kind==="fixed"?{kind:"fixed",size:t.size}:t.kind==="flex"?{kind:"flex",flex:t.flex,min:t.min,max:t.max}:{kind:"auto",min:t.min,max:t.max}}function _3(t,x,e,n){if(t.length===0)return[];let r=[];for(let o of t){if(j3(o)){for(let a=0;a<o.count;a++)r.push(n7(o.track));continue}if($3(o)){let a=Wi(o.track),i=x||1;if(a>0){let s=a+n;s>0&&(i=Math.max(1,Math.floor((e+n)/s)))}o.mode==="auto-fit"&&x>0&&(i=Math.min(i,x));for(let s=0;s<i;s++)r.push(n7(o.track));continue}r.push(n7(o))}return r}function Y3(t,x,e){let n=t.length;if(n===0)return[];let r=Ex(e,n),o=Math.max(0,x-r),a=t.map(c=>Wi(c)),i=t.map(c=>V3(c)),s=a.reduce((c,l)=>c+l,0),d=i.reduce((c,l)=>c+l,0),f=Math.max(0,o-s);return t.map((c,l)=>{switch(c.kind){case"fixed":return Math.max(0,c.size);case"flex":{let u=a[l];return d>0&&i[l]>0&&(u+=i[l]/d*f),c.max!==void 0&&(u=Math.min(u,c.max)),Math.max(0,u)}case"auto":{let u=a[l];return c.max!==void 0&&u>c.max&&(u=c.max),Math.max(0,u)}default:return o/n}})}var Ft=class{constructor(){this.supportedDisplays=new Set(["grid","inline-grid"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=V0(x,e.env.viewport),r=mx(x,n.width);x.box.contentWidth=r;let o=X0(x,r);x.box.borderBoxWidth=r+o,x.box.marginBoxWidth=x.box.borderBoxWidth+Mx(x,r);let a=v(x.style.paddingLeft,r,{auto:"zero"}),i=v(x.style.paddingTop,r,{auto:"zero"}),s=v(x.style.borderLeft,r,{auto:"zero"}),d=v(x.style.borderTop,r,{auto:"zero"}),f=x.box.x+s+a,c=x.box.y+d+i,l=x.style.columnGap??0,u=x.style.rowGap??0,p=_3(x.style.trackListColumns,x.children.length,r,l),m=p.length>0?p:[{kind:"flex",flex:1}],h=Y3(m,r,l),b=h.reduce((E,B)=>E+B,0)+Ex(l,h.length),g=h.length>0?Math.max(r,b):r;x.box.contentWidth=g,x.box.borderBoxWidth=g+o,x.box.marginBoxWidth=x.box.borderBoxWidth+Mx(x,g);let y=Ni(h,l),w=0,S=c,R=0,L=0,T=0;for(let E of x.children){if(E.style.display==="none")continue;let B=h[L]??h[h.length-1]??r,A=f+(y[L]??0);E.box.x=A,E.box.y=S;let F=x.box.contentWidth;x.box.contentWidth=B,e.layoutChild(E),x.box.contentWidth=F,E.box.x=A,E.box.y=S,R=Math.max(R,E.box.borderBoxHeight),L+=1,L>=h.length&&(T+=1,w+=R,S+=R+u,R=0,L=0)}L!==0&&(T+=1,w+=R);let N=Ex(u,T),P=Ax(x,x.box.contentWidth);x.box.contentHeight=Math.max(0,w+N),x.box.borderBoxHeight=x.box.contentHeight+P,x.box.marginBoxHeight=x.box.borderBoxHeight+v(x.style.marginTop,x.box.contentWidth,{auto:"zero"})+v(x.style.marginBottom,x.box.contentWidth,{auto:"zero"}),x.box.scrollWidth=Math.max(x.box.contentWidth,b),x.box.scrollHeight=x.box.contentHeight,h.length===0&&(x.box.contentWidth=r,x.box.borderBoxWidth=x.box.contentWidth+o,x.box.marginBoxWidth=x.box.borderBoxWidth+Mx(x,x.box.contentWidth))}};function X3(t){let x=[],e=/(\s+)|([^\s]+)/g,n;for(;(n=e.exec(t))!==null;)n[1]?x.push({type:"space",text:n[1]}):n[2]&&x.push({type:"word",text:n[2]});return x}function q3(t,x,e){let n=typeof x.fontWeight=="number"?x.fontWeight:400,r=x.fontStyle??"normal",o=e?.getMetrics(x.fontFamily??"",n,r);return t.map(a=>{let i=re(a.text,x,o??null);return{...a,width:i??H0(a.text,x)}})}function K3(t,x,e){if(e<=0)return[t];let n=[],r="",o=0,a=()=>{r&&(n.push({type:"word",text:r,width:o}),r="",o=0)};for(let i of Array.from(t.text)){let s=r+i,d=H0(s,x);if(r&&d>e){a(),r=i,o=H0(i,x);continue}if(!r&&d>e){n.push({type:"word",text:i,width:d}),r="",o=0;continue}r=s,o=d}return a(),n.length?n:[t]}function Z3(t,x,e,n){if(!n||n==="normal")return t;let r=[];for(let o of t){if(o.type!=="word"){r.push(o);continue}if(o.width<=e){r.push(o);continue}r.push(...K3(o,x,e))}return r.length?r:t}function Q3(t){let x=0;for(let e=0;e<t.length;e++){if(t[e].type!=="space"||!t.slice(0,e).some(a=>a.type==="word"))continue;t.slice(e+1).some(a=>a.type==="word")&&(x+=1)}return x}function J3(t){let x=t.whiteSpace;return x==="normal"||x==="nowrap"||x==="pre-line"}function r7(t,x,e){let n=0,r=t.length;if(e){for(;n<r&&t[n].type==="space";)n+=1;for(;r>n&&t[r-1].type==="space";)r-=1}if(n>=r)return null;let o=t.slice(n,r),a=o.map(s=>s.text).join(""),i=o.reduce((s,d)=>s+d.width,0);return{text:a,width:i,spaceCount:Q3(o),targetWidth:x}}function Ui(t,x,e,n=null){let r=Fx(t,x.textTransform);if(r.length===0)return[];let o=X3(r),a=q3(o,x,n);a=Z3(a,x,e,x.overflowWrap);let i=a.length;if(i===0)return[];let s=J3(x);if(a.reduce((p,m)=>p+m.width,0)<=e){let p=r7(a,e,s);return p?[p]:[]}let f=new Array(i+1).fill(1/0),c=new Array(i+1).fill(0);f[0]=0;for(let p=1;p<=i;p++){let m=0,h=!1;for(let b=p;b>0;b--){let g=a[b-1];if(g.type==="space"){if(!h&&s)continue;if(m+=g.width,m>e)break;if(!s&&!h){let S=e-m,R=100+S*S;f[b-1]+R<f[p]&&(f[p]=f[b-1]+R,c[p]=b-1)}continue}if(m+=g.width,h=!0,m>e)break;let y=e-m,w=100+y*y;f[b-1]+w<f[p]&&(f[p]=f[b-1]+w,c[p]=b-1)}}if(!isFinite(f[i])){let p=[],m=0,h=[],b=()=>{let g=r7(h,e,s);g&&p.push(g)};for(let g of a)s&&g.type==="space"&&h.length===0||(g.type==="word"&&h.length>0&&m+g.width>e&&(b(),m=0,h=[]),h.push(g),m+=g.width);return h.length>0&&b(),p}let l=[],u=i;for(;u>0;){let p=c[u],m=a.slice(p,u),h=r7(m,e,s);h&&l.unshift(h),u=p}return l}function Hi(t){let x=Math.max(0,t.box.contentWidth);t.walk(n=>{if(!n.textContent)return;let r=Ui(n.textContent,n.style,x);n.lineBoxes=r;let o=B0(n.style),a=n.textContent.trim().length>0,i=r.length>0?r.length*o:a?o:0;if(n.box.contentHeight=i,r.length>0){let s=Math.max(...r.map(d=>d.width));n.box.contentWidth=Math.min(x,s)}else n.box.contentWidth=0});let e=Array.from(t.children).map(n=>n.box.contentHeight??0);t.box.contentHeight=Math.max(t.box.contentHeight??0,...e)}function zi(t){k("layout","debug","[AUDIT] td inline",{tdWidth:t.box.contentWidth,lines:(t.lineBoxes??[]).length,joined:(t.lineBoxes??[]).map(x=>x.text).join(" | ")})}function Gi(t){t.tagName==="td"&&t.textContent?.includes("Row 3, Cell 3")&&k("layout","debug","[DEBUG] before inline layout for problematic td",{textContent:t.textContent,contentWidth:t.box.contentWidth})}var Bt=class{constructor(){this.supportedDisplays=new Set(["table","inline-table"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){k("layout","debug","TableLayoutStrategy invoked",{tagName:x.tagName,display:x.style.display,children:x.children.length});let n=V0(x,e.env.viewport);x.box.contentWidth=mx(x,n.width),k("layout","debug","Table layout start",{table:x.tagName,availableWidth:n.width,resolvedWidth:x.box.contentWidth});let{grid:r,rowNodes:o}=this.buildTableGrid(x);if(r.length===0||r[0].length===0){x.box.contentHeight=0;return}let a=r.length,i=r[0].length;k("layout","debug","Table grid created",{rows:a,cols:i});let s=x.style.borderModel==="collapse";for(let m=0;m<a;m++)for(let h=0;h<i;h++){let b=r[m][h];if(!b||!this.isOriginCell(b,m,h))continue;let g=b.parent;(b.tagName==="td"||b.tagName==="th")&&(b.style.borderTop===void 0&&(b.style.borderTop=s?0:1),b.style.borderRight===void 0&&(b.style.borderRight=s?0:1),b.style.borderBottom===void 0&&(b.style.borderBottom=s?0:1),b.style.borderLeft===void 0&&(b.style.borderLeft=s?0:1),b.style.borderColor===void 0&&(b.style.borderColor="#000")),b.style.borderTop===void 0&&(g&&g.style.borderTop!==void 0&&g.style.borderTop!==0?b.style.borderTop=g.style.borderTop:x.style.borderTop!==void 0&&x.style.borderTop!==0&&(b.style.borderTop=x.style.borderTop)),b.style.borderRight===void 0&&(g&&g.style.borderRight!==void 0&&g.style.borderRight!==0?b.style.borderRight=g.style.borderRight:x.style.borderRight!==void 0&&x.style.borderRight!==0&&(b.style.borderRight=x.style.borderRight)),b.style.borderBottom===void 0&&(g&&g.style.borderBottom!==void 0&&g.style.borderBottom!==0?b.style.borderBottom=g.style.borderBottom:x.style.borderBottom!==void 0&&x.style.borderBottom!==0&&(b.style.borderBottom=x.style.borderBottom)),b.style.borderLeft===void 0&&(g&&g.style.borderLeft!==void 0&&g.style.borderLeft!==0?b.style.borderLeft=g.style.borderLeft:x.style.borderLeft!==void 0&&x.style.borderLeft!==0&&(b.style.borderLeft=x.style.borderLeft)),b.style.borderColor===void 0&&(g&&g.style.borderColor!==void 0?b.style.borderColor=g.style.borderColor:x.style.borderColor!==void 0&&(b.style.borderColor=x.style.borderColor)),k("layout","trace","Cell border properties",{row:m,col:h,borderTop:b.style.borderTop,borderRight:b.style.borderRight,borderBottom:b.style.borderBottom,borderLeft:b.style.borderLeft,borderColor:b.style.borderColor})}if(s){let m=w=>v(w,x.box.contentWidth,{auto:"zero"}),h=m(x.style.borderTop),b=m(x.style.borderRight),g=m(x.style.borderBottom),y=m(x.style.borderLeft);for(let w=0;w<i;w++){let S=r[0][w];if(S&&this.isOriginCell(S,0,w)){let L=m(S.style.borderTop),T=Math.max(L,h);S.style.borderTop=T}let R=r[a-1][w];if(R&&this.isOriginCell(R,a-1,w)){let L=m(R.style.borderBottom),T=Math.max(L,g);R.style.borderBottom=T}}for(let w=0;w<a;w++){let S=r[w][0];if(S&&this.isOriginCell(S,w,0)){let L=m(S.style.borderLeft),T=Math.max(L,y);S.style.borderLeft=T}let R=r[w][i-1];if(R&&this.isOriginCell(R,w,i-1)){let L=m(R.style.borderRight),T=Math.max(L,b);R.style.borderRight=T}}x.style.borderTop=0,x.style.borderRight=0,x.style.borderBottom=0,x.style.borderLeft=0;for(let w=0;w<a-1;w++)for(let S=0;S<i;S++){let R=r[w][S],L=r[w+1][S];if(!R||!L||R===L||!this.isRowBoundary(R,w))continue;let T=m(R.style.borderBottom),N=m(L.style.borderTop),P=Math.max(T,N);L.style.borderTop=P,R.style.borderBottom=0,L.style.borderColor===void 0&&R.style.borderColor!==void 0&&(L.style.borderColor=R.style.borderColor)}for(let w=0;w<a;w++)for(let S=0;S<i-1;S++){let R=r[w][S],L=r[w][S+1];if(!R||!L||R===L||!this.isColumnBoundary(R,S))continue;let T=m(R.style.borderRight),N=m(L.style.borderLeft),P=Math.max(T,N);L.style.borderLeft=P,R.style.borderRight=0,L.style.borderColor===void 0&&R.style.borderColor!==void 0&&(L.style.borderColor=R.style.borderColor)}}for(let m=0;m<a;m++){let h=o[m];if(!h)continue;let b=h.style.backgroundColor;if(b)for(let g=0;g<i;g++){let y=r[m][g];!y||!this.isOriginCell(y,m,g)||y.style.backgroundColor||(y.style.backgroundLayers||(y.style.backgroundLayers=[]),y.style.backgroundLayers.push({kind:"color",color:b}))}}let d=this.calculateColumnWidths(r,x.box.contentWidth),f=d.reduce((m,h)=>m+h,0);x.box.contentWidth=f,k("layout","debug","Table column widths calculated",{colWidths:d});let c=new Array(a).fill(0),l=[];for(let m=0;m<a;m++)for(let h=0;h<i;h++){let b=r[m][h];if(!b||!this.isOriginCell(b,m,h))continue;let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-m),w=this.sumColumns(d,h,g),S=this.resolveCellBoxMetrics(b,w),R=w-S.borderLeft-S.borderRight-S.paddingLeft-S.paddingRight;b.box.x=0,b.box.y=0,b.box.contentWidth=R,Gi(b),Hi(b),b.textContent?.includes("Row 3, Cell 3")&&zi(b);for(let T of b.children)T.box.x=(T.box.x??0)+S.paddingLeft,T.box.y=(T.box.y??0)+S.paddingTop;if(b.style.textAlign||b.style.verticalAlign)for(let T of b.children)b.style.textAlign&&(T.style.textAlign=b.style.textAlign),b.style.verticalAlign&&(T.style.verticalAlign=b.style.verticalAlign);if(b.box.contentHeight=b.box.contentHeight||0,b.children&&b.children.length>0){let T=0;for(let N of b.children)T=Math.max(T,N.box.contentHeight||0);b.box.contentHeight=Math.max(b.box.contentHeight,T)}let L=b.box.contentHeight+S.borderTop+S.borderBottom+S.paddingTop+S.paddingBottom;y===1?c[m]=Math.max(c[m],L):l.push({startRow:m,span:y,height:L})}for(let m of l){let h=m.height/m.span;for(let b=0;b<m.span;b++){let g=m.startRow+b;g<c.length&&(c[g]=Math.max(c[g],h))}}k("layout","debug","Table row heights calculated",{rowHeights:c});let u=this.prefixSums(d),p=this.prefixSums(c);for(let m=0;m<a;m++)for(let h=0;h<i;h++){let b=r[m][h];if(b&&this.isOriginCell(b,m,h)){let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-m),w=u[h+g]-u[h],S=p[m+y]-p[m],R=this.resolveCellBoxMetrics(b,w),L=S-R.borderTop-R.borderBottom-R.paddingTop-R.paddingBottom,T=this.computeVerticalAlignOffset(b.style.verticalAlign,L,b.box.contentHeight),N=x.box.x+u[h],P=x.box.y+p[m],E=N+R.borderLeft+R.paddingLeft,B=P+R.borderTop+R.paddingTop,A=E-b.box.x,F=B-b.box.y;b.box.x=N,b.box.y=P,b.walk(D=>{D.box.x+=A,D.box.y+=F+T,D.box.baseline!==void 0&&(D.box.baseline+=F+T)},!1),b.box.borderBoxWidth=w,b.box.borderBoxHeight=S,k("layout","trace","Positioning table cell",{row:m,col:h,x:b.box.x,y:b.box.y,width:b.box.borderBoxWidth,height:b.box.borderBoxHeight,contentWidth:b.box.contentWidth,contentHeight:b.box.contentHeight})}}for(let m=0;m<o.length;m++){let h=o[m];h&&(h.box.x=x.box.x,h.box.y=x.box.y+p[m],h.box.contentWidth=f,h.box.contentHeight=c[m],h.box.borderBoxWidth=f,h.box.borderBoxHeight=c[m])}x.box.contentHeight=p[a],x.box.borderBoxWidth=x.box.contentWidth+X0(x,n.width),x.box.borderBoxHeight=x.box.contentHeight+Ax(x,n.width),x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight}buildTableGrid(x){let e=[],n=[],r=[],o=-1,a=s=>{o++,n.push(s);let d=[];for(let c of r)if(!(c.remainingRows<=0)){for(;d.length<c.colStart+c.colSpan;)d.push(null);for(let l=0;l<c.colSpan;l++)d[c.colStart+l]=c.cell;c.remainingRows--}let f=0;for(let c of s.children)if(c.style.display==="table-cell"){for(;d[f];)f++;let l=Math.max(1,c.tableColSpan??1),u=Math.max(1,c.tableRowSpan??1);for(c.tableColSpan=l,c.tableRowSpan=u,c.tableCellOrigin={row:o,col:f};d.length<f+l;)d.push(null);for(let p=0;p<l;p++)d[f+p]=c;u>1&&r.push({colStart:f,colSpan:l,remainingRows:u-1,cell:c}),f+=l}e.push(d);for(let c=r.length-1;c>=0;c--)r[c].remainingRows<=0&&r.splice(c,1)};for(let s of x.children)if(s.style.display==="table-row")a(s);else if(["table-row-group","table-header-group","table-footer-group"].includes(s.style.display))for(let d of s.children)d.style.display==="table-row"&&a(d);let i=e.reduce((s,d)=>Math.max(s,d.length),0);return e.forEach(s=>{for(;s.length<i;)s.push(null)}),{grid:e,rowNodes:n}}calculateColumnWidths(x,e){let n=x[0]?.length||0;if(n===0)return[];let r=new Array(n).fill(0);for(let a=0;a<x.length;a++)for(let i=0;i<n;i++){let s=x[a][i];if(!s||!this.isOriginCell(s,a,i))continue;let d=0;s.intrinsicInlineSize&&(d=s.intrinsicInlineSize),s.walk(u=>{u.intrinsicInlineSize!==void 0&&(d=Math.max(d,u.intrinsicInlineSize))});let f=X0(s,e),c=d+f,l=Math.min(this.cellColSpan(s),n-i);if(l===1)r[i]=Math.max(r[i],c);else{let u=c/l;for(let p=0;p<l;p++)r[i+p]=Math.max(r[i+p],u)}}let o=r.reduce((a,i)=>a+i,0);if(o<e){let a=e-o,i=r.map(d=>d>0?d:o>0?0:1),s=i.reduce((d,f)=>d+f,0);return s>0?r.map((d,f)=>d+a*(i[f]/s)):new Array(n).fill(e/n)}else return o>0?r:new Array(n).fill(e/n)}isOriginCell(x,e,n){let r=x.tableCellOrigin;return!!r&&r.row===e&&r.col===n}cellColSpan(x){return Math.max(1,x.tableColSpan??1)}cellRowSpan(x){return Math.max(1,x.tableRowSpan??1)}isColumnBoundary(x,e){let n=x.tableCellOrigin;return n?n.col+this.cellColSpan(x)-1===e:!1}isRowBoundary(x,e){let n=x.tableCellOrigin;return n?n.row+this.cellRowSpan(x)-1===e:!1}sumColumns(x,e,n){let r=0;for(let o=0;o<n;o++)r+=x[e+o]??0;return r}prefixSums(x){let e=[0];for(let n of x)e.push(e[e.length-1]+n);return e}resolveCellBoxMetrics(x,e){let n=r=>v(r,e,{auto:"zero"});return{borderLeft:n(x.style.borderLeft),borderRight:n(x.style.borderRight),borderTop:n(x.style.borderTop),borderBottom:n(x.style.borderBottom),paddingLeft:n(x.style.paddingLeft),paddingRight:n(x.style.paddingRight),paddingTop:n(x.style.paddingTop),paddingBottom:n(x.style.paddingBottom)}}computeVerticalAlignOffset(x,e,n){let r=Math.max(0,n??0),o=e-r;if(!Number.isFinite(o)||o<=0)return 0;let a=(x??"top").toLowerCase();return a==="middle"||a==="center"?o/2:a==="bottom"||a==="text-bottom"?o:0}};var At=class{canLayout(){return!0}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0,x.box.borderBoxWidth=0,x.box.borderBoxHeight=0}};var Mt=class{canLayout(x){return x.style.display==="inline"}layout(x,e){let n=Math.max(e.env.viewport.width,0),r=v(x.style.paddingLeft,n,{auto:"zero"}),o=v(x.style.paddingRight,n,{auto:"zero"}),a=v(x.style.paddingTop,n,{auto:"zero"}),i=v(x.style.paddingBottom,n,{auto:"zero"}),s=v(x.style.borderLeft,n,{auto:"zero"}),d=v(x.style.borderRight,n,{auto:"zero"}),f=v(x.style.borderTop,n,{auto:"zero"}),c=v(x.style.borderBottom,n,{auto:"zero"}),l=v(x.style.marginLeft,n,{auto:"zero"}),u=v(x.style.marginRight,n,{auto:"zero"}),p=v(x.style.marginTop,n,{auto:"zero"}),m=v(x.style.marginBottom,n,{auto:"zero"}),h=r+o+s+d,b=a+i+f+c,g=xl(x),y=new ax,w=x.box.y,S=Math.max(n,0),R=St.layout({container:x,inlineNodes:g,context:e,floatContext:y,contentX:x.box.x+s+r,contentWidth:S,startY:w}),L=tl(g,n,x.box.x+s+r),T=Math.max(y.bottom("left"),y.bottom("right")),N=Math.max(R.newCursorY,T)-w;x.box.contentWidth=Math.max(0,L),x.box.contentHeight=Math.max(0,N),x.box.borderBoxWidth=x.box.contentWidth+h,x.box.borderBoxHeight=x.box.contentHeight+b,x.box.marginBoxWidth=x.box.borderBoxWidth+l+u,x.box.marginBoxHeight=x.box.borderBoxHeight+p+m,x.box.scrollWidth=Math.max(x.box.scrollWidth,x.box.contentWidth),x.box.scrollHeight=Math.max(x.box.scrollHeight,x.box.contentHeight),x.box.baseline===void 0&&(x.box.baseline=x.box.y+x.box.contentHeight||x.box.y+B0(x.style))}};function xl(t){let x=[];for(let e of t.children)e.style.display!=="none"&&e.style.float==="none"&&el(e.style.display)&&x.push(e);return x}function el(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function tl(t,x,e){if(t.length===0)return 0;let n=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY;for(let o of t){let a=v(o.style.marginLeft,x,{auto:"zero"}),i=v(o.style.marginRight,x,{auto:"zero"}),s=v(o.style.paddingLeft,x,{auto:"zero"}),d=v(o.style.paddingRight,x,{auto:"zero"}),f=v(o.style.borderLeft,x,{auto:"zero"}),c=v(o.style.borderRight,x,{auto:"zero"}),l=o.box.x-s-f-a,u=o.box.contentWidth+s+d+f+c+a+i,p=l-e,m=p+u;n=Math.min(n,p),r=Math.max(r,m)}return!Number.isFinite(n)||!Number.isFinite(r)?0:Math.max(0,r-n)}var kt=class{static processImage(x,e){x.intrinsicInlineSize=e.width,x.intrinsicBlockSize=e.height,(!x.style.display||x.style.display==="inline")&&(x.style.display="inline-block"),this.setupImageSizing(x,e)}static setupImageSizing(x,e){if(x.style.width!==void 0&&typeof x.style.width=="number"&&x.style.width>0){let r=v(x.style.width,x.intrinsicInlineSize,{auto:"zero"})/x.intrinsicInlineSize;x.intrinsicBlockSize=Math.round(x.intrinsicBlockSize*r)}else if(x.style.height!==void 0&&typeof x.style.height=="number"&&x.style.height>0){let r=v(x.style.height,x.intrinsicBlockSize,{auto:"zero"})/x.intrinsicBlockSize;x.intrinsicInlineSize=Math.round(x.intrinsicInlineSize*r)}else if(x.style.maxWidth!==void 0&&typeof x.style.maxWidth=="number"){let n=v(x.style.maxWidth,x.intrinsicInlineSize,{auto:"zero"});if(n<x.intrinsicInlineSize){let r=n/x.intrinsicInlineSize;x.intrinsicInlineSize=n,x.intrinsicBlockSize=Math.round(x.intrinsicBlockSize*r)}}}static isImageElement(x){if(!x.tagName)return!!(x.textContent&&x.textContent.includes("data:image"));let e=x.tagName.toLowerCase();return e==="img"||e==="picture"?!0:!!(x.textContent&&x.textContent.includes("data:image"))}};var It=class{canLayout(x){let e=x.tagName?.toLowerCase()??"";return e==="img"?!0:e==="svg"?!!(x.customData&&"svg"in x.customData):!1}layout(x,e){let n=V0(x,e.env.viewport),r=Math.max(n.width,0),o=Math.max(n.height,0),a=Math.max(0,x.intrinsicInlineSize??0),i=Math.max(0,x.intrinsicBlockSize??0),s=a>0&&i>0,d=v(x.style.paddingLeft,r,{auto:"zero"}),f=v(x.style.paddingRight,r,{auto:"zero"}),c=v(x.style.paddingTop,o,{auto:"zero"}),l=v(x.style.paddingBottom,o,{auto:"zero"}),u=v(x.style.borderLeft,r,{auto:"zero"}),p=v(x.style.borderRight,r,{auto:"zero"}),m=v(x.style.borderTop,o,{auto:"zero"}),h=v(x.style.borderBottom,o,{auto:"zero"}),b=v(x.style.marginLeft,r,{auto:"zero"}),g=v(x.style.marginRight,r,{auto:"zero"}),y=v(x.style.marginTop,o,{auto:"zero"}),w=v(x.style.marginBottom,o,{auto:"zero"}),S=d+f+u+p,R=c+l+m+h,L=Math.max(0,r-X0(x,r)-Mx(x,r)),T=x.style.width!=="auto"&&x.style.width!==void 0,N=x.style.height!=="auto"&&x.style.height!==void 0,P=s?a:L,E=s?i:0;if(T){let F=v(x.style.width,r,{auto:"reference"});Number.isFinite(F)&&F>0&&(P=F)}if(N){let F=v(x.style.height,o,{auto:"reference"});Number.isFinite(F)&&F>0&&(E=F)}if(s)if(T&&!N){let F=a>0?P/a:1;E=Math.max(1,Math.round(i*F))}else if(!T&&N){let F=i>0?E/i:1;P=Math.max(1,Math.round(a*F))}else!T&&!N&&(P=a,E=i);if(!T&&L>0&&P>L)if(s&&P>0){let F=L/P;P=L,E=Math.max(1,Math.round(E*F))}else P=L;let B=s&&!N,A=s&&!T;if(x.style.maxWidth!==void 0&&!E0(x.style.maxWidth)){let F=v(x.style.maxWidth,r,{auto:"reference"});if(Number.isFinite(F)&&F>0&&P>F){if(B&&P>0){let D=F/P;E=Math.max(1,Math.round(E*D))}P=F}}if(x.style.minWidth!==void 0&&!E0(x.style.minWidth)){let F=v(x.style.minWidth,r,{auto:"zero"});if(Number.isFinite(F)&&F>0&&P<F){if(B&&P>0){let D=F/P;E=Math.max(1,Math.round(E*D))}P=F}}if(x.style.maxHeight!==void 0&&!E0(x.style.maxHeight)){let F=v(x.style.maxHeight,o,{auto:"reference"});if(Number.isFinite(F)&&F>0&&E>F){if(A&&E>0){let D=F/E;P=Math.max(1,Math.round(P*D))}E=F}}if(x.style.minHeight!==void 0&&!E0(x.style.minHeight)){let F=v(x.style.minHeight,o,{auto:"zero"});if(Number.isFinite(F)&&F>0&&E<F){if(A&&E>0){let D=F/E;P=Math.max(1,Math.round(P*D))}E=F}}if((!Number.isFinite(P)||P<=0)&&(P=Math.max(L,s?a:0)),!Number.isFinite(E)||E<=0)if(s&&P>0&&a>0){let F=P/a;E=Math.max(1,Math.round(i*F))}else E=P;if(x.box.contentWidth=Math.max(0,P),x.box.contentHeight=Math.max(0,E),x.box.borderBoxWidth=x.box.contentWidth+S,x.box.borderBoxHeight=x.box.contentHeight+R,x.box.marginBoxWidth=x.box.borderBoxWidth+b+g,x.box.marginBoxHeight=x.box.borderBoxHeight+y+w,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight,x.box.baseline=x.box.borderBoxHeight,x.style.display==="block"&&x.box.contentWidth>L&&L>0){let F=L/x.box.contentWidth;x.box.contentWidth=L,x.box.contentHeight=Math.max(1,Math.round(x.box.contentHeight*F)),x.box.borderBoxWidth=x.box.contentWidth+S,x.box.borderBoxHeight=x.box.contentHeight+R,x.box.marginBoxWidth=x.box.borderBoxWidth+b+g,x.box.marginBoxHeight=x.box.borderBoxHeight+y+w,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight,x.box.baseline=x.box.borderBoxHeight}}};var o7=200,ji=34,nl=300,rl=100,ol=40,al=34,$i=16,Nt=class{constructor(){this.formTags=new Set(["input","select","textarea","button"])}canLayout(x){return x.tagName?this.formTags.has(x.tagName.toLowerCase()):!1}layout(x,e){let n=V0(x,e.env.viewport),r=x.tagName?.toLowerCase()??"",o=x.customData?.formControl,a,i;switch(r){case"input":{let l=o?.inputType??"text";l==="checkbox"||l==="radio"?(a=$i,i=$i):l==="hidden"?(a=0,i=0):(a=v(x.style.width,n.width,{auto:o7}),i=v(x.style.height,n.height,{auto:ji}));break}case"select":a=v(x.style.width,n.width,{auto:o7}),i=v(x.style.height,n.height,{auto:al});break;case"textarea":{a=v(x.style.width,n.width,{auto:nl});let l=o?.rows??3;i=v(x.style.height,n.height,{auto:l*24});break}case"button":a=v(x.style.width,n.width,{auto:rl}),i=v(x.style.height,n.height,{auto:ol});break;default:a=o7,i=ji}x.box.contentWidth=Math.max(0,a),x.box.contentHeight=Math.max(0,i);let s=X0(x,a);x.box.borderBoxWidth=x.box.contentWidth+s;let d=Ax(x,a);x.box.borderBoxHeight=x.box.contentHeight+d,x.box.x=n.x,x.box.y=n.y;let f=v(x.style.marginLeft,n.width,{auto:"zero"}),c=v(x.style.marginRight,n.width,{auto:"zero"});x.box.usedMarginLeft=f,x.box.usedMarginRight=c,x.box.marginBoxWidth=x.box.borderBoxWidth+f+c,x.box.marginBoxHeight=x.box.borderBoxHeight+f+c,et(x)}};function Vi(){let t=[new qe,new It,new Nt,new Mt,new Lt,new Pt,new Ft,new Bt,new At];return new Xe({strategies:t})}function Et(t,x,e=null){return Vi().layoutTree(t,x,e)}var s6={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function O0(t){if(!t)return;let x=t.trim().toLowerCase();if(x in s6&&(x=s6[x]),x==="transparent")return;let e=x.match(/^#([0-9a-f]{3}|[0-9a-f]{6})$/i);if(e){let r=e[1];if(r.length===3){let s=O6(r[0]+r[0]),d=O6(r[1]+r[1]),f=O6(r[2]+r[2]);return{r:s,g:d,b:f,a:1}}let o=O6(r.slice(0,2)),a=O6(r.slice(2,4)),i=O6(r.slice(4,6));return{r:o,g:a,b:i,a:1}}let n=x.match(/^rgba?\((.+)\)$/);if(n){let r=n[1].split(",").map(d=>d.trim()),o=a7(Number.parseFloat(r[0])),a=a7(Number.parseFloat(r[1])),i=a7(Number.parseFloat(r[2])),s=r[3]!==void 0?i7(Number.parseFloat(r[3])):1;return{r:o,g:a,b:i,a:s}}}function O6(t){return Number.parseInt(t,16)}function a7(t){return Number.isNaN(t)?0:t>255?255:t<0?0:t}function i7(t){return Number.isNaN(t)||t>1?1:t<0?0:t}function ue(t){return{r:t.r,g:t.g,b:t.b,a:t.a}}function Dt(t){let x=t;for(;x;){let e=x.style.textAlign;if(e&&e!=="start"&&e!=="auto")return e;x=x.parent}}function _i(t,x,e){let n=t.box.x;if(x>0&&Number.isFinite(t.box.contentWidth)&&t.box.contentWidth>0){let o=Math.max(t.box.contentWidth-x,0);e==="center"?n=t.box.x+o/2:e==="right"||e==="end"?n=t.box.x+o:(e==="left"||e==="start")&&(n=t.box.x)}let r=il(t,x);return r!==null&&(n=r),n}function il(t,x){if(!t.parent||x<=0)return null;let e=t.parent;if(e.style.display!=="flex"||e.children.length!==1)return null;let n=e.style.flexDirection??"row";if(n!=="row"&&n!=="row-reverse")return null;let r=e.style.justifyContent??"flex-start",o=Number.isFinite(e.box.contentWidth)?e.box.contentWidth:0;if(!(o>0))return null;let a=x>o?o:x,i=Math.max(o-a,0),s=e.box.x,d=s+o,f=n==="row-reverse";switch(r){case"center":return s+i/2;case"flex-end":case"end":case"right":return f?s:d-a;case"flex-start":case"start":case"left":return f?d-a:s;default:return null}}function Yi(t,x){let e={topLeft:{x:Dx(t.borderTopLeftRadiusX),y:Dx(t.borderTopLeftRadiusY)},topRight:{x:Dx(t.borderTopRightRadiusX),y:Dx(t.borderTopRightRadiusY)},bottomRight:{x:Dx(t.borderBottomRightRadiusX),y:Dx(t.borderBottomRightRadiusY)},bottomLeft:{x:Dx(t.borderBottomLeftRadiusX),y:Dx(t.borderBottomLeftRadiusY)}};return sl(e,x.width,x.height)}function Dx(t){if(!Number.isFinite(t??NaN))return 0;let x=Number(t);return x>0?x:0}function sl(t,x,e){let n={topLeft:{...t.topLeft},topRight:{...t.topRight},bottomRight:{...t.bottomRight},bottomLeft:{...t.bottomLeft}},r=Math.max(x,0),o=Math.max(e,0);if(r<=0)n.topLeft.x=0,n.topRight.x=0,n.bottomRight.x=0,n.bottomLeft.x=0;else{let a=n.topLeft.x+n.topRight.x;if(a>r&&a>0){let s=r/a;n.topLeft.x*=s,n.topRight.x*=s}let i=n.bottomLeft.x+n.bottomRight.x;if(i>r&&i>0){let s=r/i;n.bottomLeft.x*=s,n.bottomRight.x*=s}}if(o<=0)n.topLeft.y=0,n.topRight.y=0,n.bottomRight.y=0,n.bottomLeft.y=0;else{let a=n.topLeft.y+n.bottomLeft.y;if(a>o&&a>0){let s=o/a;n.topLeft.y*=s,n.bottomLeft.y*=s}let i=n.topRight.y+n.bottomRight.y;if(i>o&&i>0){let s=o/i;n.topRight.y*=s,n.bottomRight.y*=s}}return n}function s7(t,x){let e=[],n=t.style.boxShadows??[];for(let r of n){let o=Xi(r.color,t.style.color,x);o&&e.push({inset:r.inset,offsetX:r.offsetX,offsetY:r.offsetY,blur:Ki(r.blurRadius),spread:r.spreadRadius??0,color:o})}return e}function W6(t,x){let e=[],n=t.style.textShadows??[];for(let r of n){let o=r.offsetX??0,a=r.offsetY??0,i=Ki(r.blurRadius??0),s=Xi(r.color,t.style.color,x);s&&e.push({inset:!1,offsetX:o,offsetY:a,blur:i,spread:0,color:s})}return e}function Xi(t,x,e){if(!t||t.trim().length===0)return ue(e);let n=t.trim().toLowerCase();if(n==="transparent")return;if(n==="currentcolor"){let o=O0(x);return ue(o??e)}let r=O0(t);return r?ue(r):ue(e)}function dl(t,x){let e=x.spread,n=x.blur,r=Math.max(t.width+e*2,0),o=Math.max(t.height+e*2,0),a=t.x+x.offsetX-e,i=t.y+x.offsetY-e,s=r+n*2,d=o+n*2;return s<=0||d<=0?null:{x:a-n,y:i-n,width:s,height:d}}function qi(t,x,e){let n=fl(x);for(let r of e){if(r.inset)continue;let o=dl(x,r);o&&cl(n,o)}return n}function Ki(t){return Number.isFinite(t)?t<0?0:t:0}function fl(t){return{x:t.x,y:t.y,width:t.width,height:t.height}}function cl(t,x){if(x.width<=0||x.height<=0)return;let e=Math.min(t.x,x.x),n=Math.min(t.y,x.y),r=Math.max(t.x+t.width,x.x+x.width),o=Math.max(t.y+t.height,x.y+x.height);t.x=e,t.y=n,t.width=Math.max(0,r-e),t.height=Math.max(0,o-n)}function Zi(t){if(t.tagName!=="img")return;let x=t.customData?.image;if(!x?.info)return;let e=x.info;return{src:x.resolvedSrc??x.originalSrc??"",width:e.width,height:e.height,format:e.format,channels:e.channels,bitsPerComponent:e.bitsPerChannel,data:e.data}}function Ji(t){let x=Math.max(t.box.contentWidth,0),e=Math.max(t.box.contentHeight,0),n={top:v(t.style.paddingTop,x,{auto:"zero"}),right:v(t.style.paddingRight,x,{auto:"zero"}),bottom:v(t.style.paddingBottom,x,{auto:"zero"}),left:v(t.style.paddingLeft,x,{auto:"zero"})},r={top:v(t.style.borderTop,x,{auto:"zero"}),right:v(t.style.borderRight,x,{auto:"zero"}),bottom:v(t.style.borderBottom,x,{auto:"zero"}),left:v(t.style.borderLeft,x,{auto:"zero"})},o={x:t.box.x,y:t.box.y,width:Qi(t.box.borderBoxWidth,t.box.contentWidth+n.left+n.right+r.left+r.right),height:Qi(t.box.borderBoxHeight,e+n.top+n.bottom+r.top+r.bottom)},a={x:o.x+r.left,y:o.y+r.top,width:o.width-r.left-r.right,height:o.height-r.top-r.bottom},i={x:a.x+n.left,y:a.y+n.top,width:a.width-n.left-n.right,height:a.height-n.top-n.bottom};return{borderBox:o,paddingBox:a,contentBox:i}}function Qi(t,x){return t>0?t:x}function Ot(t){let x=t.textDecorationLine?.trim().toLowerCase();if(!x||x==="none")return;let e=x.split(/\s+/),n={};for(let a of e)switch(a){case"underline":n.underline=!0;break;case"overline":n.overline=!0;break;case"line-through":n.lineThrough=!0;break;default:break}if(!(n.underline||n.overline||n.lineThrough))return;let r=t.textDecorationStyle?.trim().toLowerCase();switch(r){case"solid":case"double":case"dotted":case"dashed":case"wavy":n.style=r;break;default:n.style="solid";break}let o=ll(t);return o&&(n.color=o),n}function ll(t){let x=t.textDecorationColor;if(x){if(x.toLowerCase()==="currentcolor")return O0(t.color);let e=O0(x);if(e)return e}return O0(t.color)}function ns(t,x){let e=t.style.backgroundLayers??[],n={};for(let o=e.length-1;o>=0;o--){let a=e[o];if(a.clip!=="text"){if(a.kind==="gradient"&&n.gradient===void 0){let i=os(a,x);i&&(n.gradient=i)}else if(a.kind==="image"&&n.image===void 0){let i=ul(a,x);i&&(n.image=i)}}}let r=O0(t.style.backgroundColor||void 0);return r&&(n.color=r),n}function rs(t,x){let e=t.style.backgroundLayers??[];for(let n=e.length-1;n>=0;n--){let r=e[n];if(r.kind==="gradient"&&r.clip==="text"){let o=os(r,x);if(o)return o}}}function ul(t,x){if(!t.imageInfo)return;let e=as(t,x),n=bl(t.size,e,t.imageInfo);if(n.width<=0||n.height<=0)return;let r=is(t.position,e,n.width,n.height);return{image:Rl(t,t.imageInfo),rect:{x:r.x,y:r.y,width:n.width,height:n.height},repeat:t.repeat??"repeat",originRect:e}}function os(t,x){let e=as(t,x),n=ml(t.size,e);if(n.width<=0||n.height<=0)return;let r=is(t.position,e,n.width,n.height),o={x:r.x,y:r.y,width:n.width,height:n.height},a=pl(t.gradient,o);if(a)return{gradient:a,rect:o,repeat:t.repeat??"no-repeat",originRect:e}}function as(t,x){switch(t.origin){case"border-box":return x.borderBox;case"padding-box":return x.paddingBox;case"content-box":return x.contentBox;default:return x.paddingBox}}function bl(t,x,e){let n=e.width,r=e.height,o=x.width,a=x.height,i=n>0&&r>0?n/r:1;if(!t||typeof t=="string")return t==="cover"?i>=o/a?{width:i*a,height:a}:{width:o,height:o/i}:t==="contain"?i>=o/a?{width:o,height:o/i}:{width:i*a,height:a}:n>0&&r>0?{width:n,height:r}:{width:o,height:a};let s=U6(t.width,o,n)??U6("auto",o,n),d=U6(t.height,a,r)??U6("auto",a,r);return{width:s??o,height:d??a}}function ml(t,x){if(!t||typeof t=="string")return{width:x.width,height:x.height};let e=U6(t.width,x.width,x.width)??x.width,n=U6(t.height,x.height,x.height)??x.height;return{width:e,height:n}}function is(t,x,e,n){let r=xs(t?.x,x.x,x.width-e,e,"x"),o=xs(t?.y,x.y,x.height-n,n,"y");return{x:r,y:o}}function xs(t,x,e,n,r){if(!t||t==="left"||t==="top")return x;if(t==="center")return x+e/2;if(t==="right"||t==="bottom")return x+e;if(t.endsWith("%")){let o=parseFloat(t);if(!Number.isNaN(o))return x+o/100*e}if(t.endsWith("px")){let o=parseFloat(t);if(!Number.isNaN(o))return x+o}return r==="x"?x:x+e}function U6(t,x,e){if(!t||t==="auto")return e>0?e:void 0;if(t.endsWith("%")){let r=parseFloat(t);return Number.isNaN(r)?void 0:r/100*x}if(t.endsWith("px")){let r=parseFloat(t);return Number.isNaN(r)?void 0:r}let n=Number(t);if(Number.isFinite(n))return n}function pl(t,x){if(t)return hl(t)?gl(t,x):t}function hl(t){return t.type==="radial"}function gl(t,x){if(t.coordsUnits==="userSpace")return t;if(x.width<=0||x.height<=0)return;if(!(!!t.at||!!t.size||!!t.shape||t.source==="css"))return t;let n=es(t.at?.x,x.width,(t.cx??.5)*x.width,"x"),r=es(t.at?.y,x.height,(t.cy??.5)*x.height,"y"),o=yl(t.size,t.shape,x.width,x.height,n,r,t.r),a=Math.max(x.width,x.height,1);return{...t,cx:d7(n/x.width),cy:d7(r/x.height),r:d7(o/a),coordsUnits:"ratio"}}function es(t,x,e,n){if(!Number.isFinite(x)||x<=0)return e;if(!t)return be(ts(e),0,x);let r=t.trim().toLowerCase();if(r==="left"||r==="top")return 0;if(r==="center")return x/2;if(r==="right"||r==="bottom")return x;if(r.endsWith("%")){let a=Number.parseFloat(r.slice(0,-1));if(Number.isFinite(a))return be(a/100*x,0,x)}if(r.endsWith("px")){let a=Number.parseFloat(r);if(Number.isFinite(a))return be(a,0,x)}let o=Number.parseFloat(r);return Number.isFinite(o)?be(o,0,x):be(ts(e),0,x)}function yl(t,x,e,n,r,o,a){let i=Math.max(r,0),s=Math.max(e-r,0),d=Math.max(o,0),f=Math.max(n-o,0),c=Math.min(i,s,d,f),l=Math.max(i,s,d,f),u=[Math.hypot(r,o),Math.hypot(r,Math.max(n-o,0)),Math.hypot(Math.max(e-r,0),o),Math.hypot(Math.max(e-r,0),Math.max(n-o,0))],p=Math.min(...u),m=Math.max(...u),h=typeof t=="string"?t.toLowerCase():void 0;if(h==="closest-side")return c;if(h==="farthest-side")return l;if(h==="closest-corner")return p;if(h==="farthest-corner"||h===void 0)return m;let b=wl(t,Math.max(e,n));return b!==void 0?b:Number.isFinite(a)?a*Math.max(e,n):m}function wl(t,x){if(!t)return;let e=t.trim().toLowerCase();if(e.endsWith("%")){let r=Number.parseFloat(e.slice(0,-1));return Number.isFinite(r)?r/100*x:void 0}if(e.endsWith("px")){let r=Number.parseFloat(e);return Number.isFinite(r)?r:void 0}let n=Number.parseFloat(e);return Number.isFinite(n)?n:void 0}function be(t,x,e){return!Number.isFinite(t)||t<x?x:t>e?e:t}function ts(t){return Number.isFinite(t)?t:0}function d7(t){return!Number.isFinite(t)||t<0?0:t>1?1:t}function Rl(t,x){return{src:t.resolvedUrl??t.originalUrl??"",width:x.width,height:x.height,format:x.format,channels:x.channels,bitsPerComponent:x.bitsPerChannel,data:x.data}}function ds(t,x){let e=t.style.clipPath;if(!e||e.type!=="polygon"||!e.points.length)return;let n=Sl(e.referenceBox,x);if(!n||n.width<=0||n.height<=0)return;let r=e.points.map(o=>{let a=ss(o.x,n.width),i=ss(o.y,n.height);return{x:n.x+a,y:n.y+i}});if(!r.some(o=>!Number.isFinite(o.x)||!Number.isFinite(o.y)))return{type:"polygon",points:r}}function Sl(t,x){switch(t){case"padding-box":return x.paddingBox;case"content-box":return x.contentBox;case"border-box":default:return x.borderBox}}function ss(t,x){return t.unit==="percent"?t.value*x:t.value}function me(){return{a:1,b:0,c:0,d:1,e:0,f:0}}function W0(t,x){return{a:t.a*x.a+t.c*x.b,b:t.b*x.a+t.d*x.b,c:t.a*x.c+t.c*x.d,d:t.b*x.c+t.d*x.d,e:t.a*x.e+t.c*x.f+t.e,f:t.b*x.e+t.d*x.f+t.f}}function d6(t,x,e){return{x:t.a*x+t.c*e+t.e,y:t.b*x+t.d*e+t.f}}function f7(t,x){let e=W0(t,x),n=e.a*e.d-e.b*e.c;if(Number.isFinite(n)&&n!==0){let i=Math.sqrt(Math.abs(n));if(i>0)return i}let r=Math.hypot(e.a,e.b),o=Math.hypot(e.c,e.d),a=(r+o)/2;return a>0?a:1}function hx(t){if(!t)return null;let x=/([a-zA-Z]+)\(([^)]*)\)/g,e,n=me(),r=!1;for(;(e=x.exec(t))!==null;){let o=e[1].toLowerCase(),a=Ll(e[2]),i=vl(o,a);i&&(n=W0(n,i),r=!0)}return r?n:null}function vl(t,x){switch(t){case"matrix":return x.length>=6?{a:x[0],b:x[1],c:x[2],d:x[3],e:x[4],f:x[5]}:null;case"translate":{let e=Number.isFinite(x[0])?x[0]:0,n=Number.isFinite(x[1])?x[1]:0;return{a:1,b:0,c:0,d:1,e,f:n}}case"scale":{let e=Number.isFinite(x[0])?x[0]:1,n=Number.isFinite(x[1])?x[1]:e;return{a:e,b:0,c:0,d:n,e:0,f:0}}case"rotate":{let e=(Number.isFinite(x[0])?x[0]:0)*(Math.PI/180),n=Math.cos(e),r=Math.sin(e),o={a:n,b:r,c:-r,d:n,e:0,f:0};if(x.length>=3&&Number.isFinite(x[1])&&Number.isFinite(x[2])){let a=x[1],i=x[2],s={a:1,b:0,c:0,d:1,e:a,f:i},d={a:1,b:0,c:0,d:1,e:-a,f:-i};o=W0(s,W0(o,d))}return o}case"skewx":{let e=(Number.isFinite(x[0])?x[0]:0)*(Math.PI/180);return{a:1,b:0,c:Math.tan(e),d:1,e:0,f:0}}case"skewy":{let e=(Number.isFinite(x[0])?x[0]:0)*(Math.PI/180);return{a:1,b:Math.tan(e),c:0,d:1,e:0,f:0}}default:return null}}function Ll(t){let x=[],e=/[-+]?(?:\d+\.?\d*|\.\d+)(?:[eE][-+]?\d+)?/g,n;for(;(n=e.exec(t))!==null;){let r=Number.parseFloat(n[0]);Number.isFinite(r)&&x.push(r)}return x}function fs(t,x,e){let n=[],r=x??{r:0,g:0,b:0,a:1},o=Dt(t)??t.style.textAlign,a=e??Ot(t.style),i=t.style.fontFamily??"sans-serif",s=t.style.fontSize,d=t.style.fontWeight,f=t.style.fontStyle,c=t.style.fontVariant,l=t.style.letterSpacing;if(t.inlineRuns&&t.inlineRuns.length>0){for(let u of t.inlineRuns){let p=o==="justify"&&!u.isLastLine,m,h=u.targetWidth??u.lineWidth??u.width,b=u.lineWidth??u.width;if(p&&u.spaceCount>0){let L=Math.max(h-b,0);L>0&&(m=L/u.spaceCount)}let g=u.text.split("").reduce((L,T)=>T===" "?L+1:L,0),y=g>0&&m!==void 0?g*m:0,w=u.width+y,S=W6(t,r),R={a:1,b:0,c:0,d:1,e:u.startX,f:u.baseline};n.push({text:u.text.normalize("NFC"),fontFamily:i,fontSize:s,fontWeight:d,fontStyle:f,fontVariant:c,fill:r,letterSpacing:l,lineMatrix:R,wordSpacing:m,decorations:a?{...a}:void 0,advanceWidth:w,textShadows:S,lineIndex:u.lineIndex,isLastLine:u.isLastLine,spacesInRun:g})}return n}if(t.lineBoxes&&t.lineBoxes.length>0){let u=B0(t.style),p=t.parent&&(t.parent.tagName==="td"||t.parent.tagName==="th"),m=Math.max(p?t.parent.box.contentWidth:t.box.contentWidth,0),h=t.box.y,b=t.lineBoxes.length*u;t.style.verticalAlign==="middle"?h=t.box.y+(t.box.contentHeight-b)/2:t.style.verticalAlign==="bottom"&&(h=t.box.y+(t.box.contentHeight-b));let g=o==="justify";for(let y=0;y<t.lineBoxes.length;y++){let w=t.lineBoxes[y],S=w.text.normalize("NFC"),R=w.width??H0(S,t.style),L=y*u,T=h+L+s,N;if(g&&y<t.lineBoxes.length-1){let D=w.spaceCount??0;if(D>0){let O=w.targetWidth??m??R,U=Math.max(O-R,0);U>0&&(N=U/D)}}let P=w.targetWidth??R,E=N!==void 0&&N!==0&&P>0?Math.max(P,R):Math.max(R,0),B=t.box.x;if(E>0&&Number.isFinite(m)&&m>0){let D=Math.max(m-E,0);o==="center"?B=t.box.x+D/2:(o==="right"||o==="end")&&(B=t.box.x+D)}let A=W6(t,r),F={a:1,b:0,c:0,d:1,e:B,f:T};n.push({text:S,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:f,fontVariant:c,fill:r,letterSpacing:l,lineMatrix:F,wordSpacing:N,decorations:a?{...a}:void 0,advanceWidth:E,textShadows:A})}return n}if(t.textContent){let u=t.textContent,m=Fx(u,t.style.textTransform).normalize("NFC"),h=t.box.baseline>0?t.box.baseline:t.box.y+t.box.contentHeight,b=Math.max(H0(m,t.style),0),g=_i(t,b,o),y=W6(t,r);return[{text:m,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:f,fontVariant:c,letterSpacing:l,fill:r,lineMatrix:{a:1,b:0,c:0,d:1,e:g,f:h},decorations:a?{...a}:void 0,advanceWidth:b,textShadows:y}]}return[]}function bs(t,x,e,n){let r=Fl(t);if(!r||r==="none")return;let o=Cl(t),a=Pl(r,o);if(!a)return;let i=ms(e),s=t.style.fontFamily??"sans-serif",d=t.style.fontSize,f=t.style.fontWeight,c=n??{r:0,g:0,b:0,a:1},l=i?.lineMatrix.f??(t.box.baseline>0?t.box.baseline:x.y+d),u=i?.lineMatrix.e??x.x,p=Math.max(H0(a,t.style),0),m=Math.max(d*.5,6),h=u-m-p;return{text:a,fontFamily:s,fontSize:d,fontWeight:f,fill:c,lineMatrix:{a:1,b:0,c:0,d:1,e:h,f:l},advanceWidth:p+m}}function ms(t){for(let x of t){if(x.textRuns.length>0)return x.textRuns[0];let e=ms(x.children);if(e)return e}}function Cl(t){let x=t.parent;if(!x)return 1;let e=0;for(let n of x.children)if(n.tagName==="li"&&(e+=1),n===t)break;return Math.max(e,1)}var ps={disc:"\u2022",circle:"\u25E6",square:"\u25AA"},Tl=ps.disc;function Pl(t,x){let e=t.trim().toLowerCase();switch(e){case"none":return;case"decimal":return`${x}.`;case"decimal-leading-zero":return`${String(x).padStart(2,"0")}.`;case"lower-alpha":return`${cs(x).toLowerCase()}.`;case"upper-alpha":return`${cs(x).toUpperCase()}.`;case"lower-roman":{let n=ls(x);return n?`${n.toLowerCase()}.`:`${x}.`}case"upper-roman":{let n=ls(x);return n?`${n.toUpperCase()}.`:`${x}.`}case"disc":case"circle":case"square":return ps[e];default:return Tl}}function cs(t){let x=Math.max(1,Math.floor(t)),e="";for(;x>0;){x-=1;let n=65+x%26;e=String.fromCharCode(n)+e,x=Math.floor(x/26)}return e}function ls(t){if(!Number.isFinite(t)||t<=0||t>=4e3)return;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=Math.floor(t),n="";for(let[r,o]of x){for(;e>=r;)n+=o,e-=r;if(e===0)break}return n}function Fl(t){let x=us(t.style.listStyleType);if(x==="none")return"none";if(x&&x!=="disc")return x;let e=t.parent;if(e){let n=us(e.style.listStyleType);if(n==="none")return"none";if(n)return n;if(e.tagName==="ol")return"decimal";if(e.tagName==="ul")return"disc"}return x??"disc"}function us(t){if(!t)return;let x=t.trim().toLowerCase();return x.length>0?x:void 0}function gs(t){let{node:x,children:e,borderBox:n,contentBox:r,textColor:o,decorations:a,transform:i,fallbackColor:s,fontResolver:d,textGradient:f}=t,c=fs(x,o,a);if(d&&Al(c,d),x.tagName==="li"){let l=bs(x,r,e,o??s);l&&c.unshift(l)}if(f)for(let l of c)l.textGradient=f;return i&&c.length>0&&Bl(c,i,n),c}function Bl(t,x,e){if(t.length===0)return;let n=Number.isFinite(e.x)?e.x:0,r=Number.isFinite(e.y)?e.y:0,o=Number.isFinite(e.width)?e.width:0,a=Number.isFinite(e.height)?e.height:0,i=n+o/2,s=r+a/2,d=hs(-i,-s),f=hs(i,s);for(let c of t){let l=c.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0},u=W0(d,l),p=W0(x,u);c.lineMatrix=W0(f,p)}}function hs(t,x){return{a:1,b:0,c:0,d:1,e:t,f:x}}function Al(t,x){for(let e of t)try{let n=x.resolveSync?x.resolveSync(e.fontFamily,e.fontWeight,e.fontStyle):void 0;if(!n)continue;let r=f6(n,e.text,e.fontSize,e.letterSpacing??0);e.wordSpacing!==void 0&&r.positions.length>0&&c6(r,e.text,e.wordSpacing),e.glyphs=r}catch(n){console.warn(`Failed to create GlyphRun for text "${e.text}": ${n}`)}}function f6(t,x,e,n){let r=[],o=[],a=0,i=t.metrics.kerning,s=t.metrics.metrics.unitsPerEm,d=null;for(let f=0;f<x.length;f++){let c=x.codePointAt(f)??0,l=t.metrics.cmap.getGlyphId(c);r.push(l);let p=t.metrics.glyphMetrics.get(l)?.advanceWidth??0;if(d!==null&&i){let h=Ml(i,d,l);h!==0&&(a+=h/s*e)}let m=p/s*e;o.push({x:a,y:0}),a+=m,f<x.length-1&&(a+=n),c>65535&&f++,d=l}return{font:t,glyphIds:r,positions:o,text:x,fontSize:e,width:a}}function c6(t,x,e){if(!e)return;let n=0,r=t.positions.length;for(let o=0;o<r;o++)n>0&&(t.positions[o].x+=n),x.charCodeAt(o)===32&&(n+=e);n>0&&(t.width=(t.width??0)+n)}function Ml(t,x,e){let n=t.get(x);return n?n.get(e)??0:0}function Ut(t,x={}){let e=x.dpiAssumption??96,n={fontFaces:x.stylesheets?.fontFaces??[]},r={headerHtml:x.headerFooter?.headerHtml,footerHtml:x.headerFooter?.footerHtml,headerFirstHtml:x.headerFooter?.headerFirstHtml,footerFirstHtml:x.headerFooter?.footerFirstHtml,headerEvenHtml:x.headerFooter?.headerEvenHtml,footerEvenHtml:x.headerFooter?.footerEvenHtml,headerOddHtml:x.headerFooter?.headerOddHtml,footerOddHtml:x.headerFooter?.footerOddHtml,placeholders:x.headerFooter?.placeholders??{},layerMode:x.headerFooter?.layerMode??"under",maxHeaderHeightPx:x.headerFooter?.maxHeaderHeightPx??0,maxFooterHeightPx:x.headerFooter?.maxFooterHeightPx??0,clipOverflow:x.headerFooter?.clipOverflow??!1,fontFamily:x.headerFooter?.fontFamily},o={counter:0,fontResolver:x.fontResolver};return{root:ys(t,o),dpiAssumption:e,css:n,hf:r}}var c7={r:0,g:0,b:0,a:1};function Nl(t){return t.tagName==="img"?"image":t.tagName==="svg"&&t.customData&&"svg"in t.customData?"svg":t.tagName==="li"?"list-item":t.textContent&&t.textContent.length>0?"text-runs":"container"}function El(t){if(t.float!=="none")return{type:"float"};switch(t.position){case"absolute":return{type:"absolute"};case"fixed":return{type:"fixed"};case"sticky":return{type:"sticky"};default:return{type:"normal"}}}function Dl(t){switch(t){case"hidden":return"hidden";case"scroll":return"scroll";case"auto":return"auto";case"clip":return"clip";default:return"visible"}}function ys(t,x,e){let r=t.customData?.id||`node-${x.counter++}`,{borderBox:o,paddingBox:a,contentBox:i}=Ji(t),s=O0(t.style.color),d=s??c7,f=s7(t,d),c=qi(t,o,f),l=Yi(t.style,o),u=t.style.transform,p=u?hx(u)??void 0:void 0,m=rs(t,{borderBox:o,paddingBox:a,contentBox:i});m&&k("layout","debug","node has background-clip:text gradient",{tagName:t.tagName,rect:m.rect});let h=m??e,b=t.children.map(F=>ys(F,x,h)),g=Zi(t),y=Ot(t.style),w=gs({node:t,children:b,borderBox:o,contentBox:i,textColor:s,decorations:y,transform:p??void 0,fallbackColor:s??c7,fontResolver:x.fontResolver,textGradient:h});k("layout","debug","node converted",{tagName:t.tagName,textContent:t.textContent?.slice(0,40),fontFamily:t.style.fontFamily,fontSize:t.style.fontSize,contentBox:i});let S=ns(t,{borderBox:o,paddingBox:a,contentBox:i}),R=ds(t,{borderBox:o,paddingBox:a,contentBox:i}),L=typeof t.style.zIndex=="number"?t.style.zIndex:0,T=typeof t.style.zIndex=="number"&&t.style.position!=="static",N={top:Wt(t.style.borderStyleTop),right:Wt(t.style.borderStyleRight),bottom:Wt(t.style.borderStyleBottom),left:Wt(t.style.borderStyleLeft)},P=Dt(t),E=P==="left"||P==="center"||P==="right"||P==="justify"?P:void 0,B={fontFamily:t.style.fontFamily,fontWeight:t.style.fontWeight,fontStyle:t.style.fontStyle,fontSize:t.style.fontSize},A=t.customData||Object.values(B).some(F=>F!==void 0)?{...t.customData,...B}:void 0;return{id:r,tagName:t.tagName,textContent:t.textContent,kind:Nl(t),contentBox:i,paddingBox:a,borderBox:o,visualOverflow:c,padding:{top:v(t.style.paddingTop,Math.max(t.box.contentWidth,0),{auto:"zero"}),right:v(t.style.paddingRight,Math.max(t.box.contentWidth,0),{auto:"zero"}),bottom:v(t.style.paddingBottom,Math.max(t.box.contentWidth,0),{auto:"zero"}),left:v(t.style.paddingLeft,Math.max(t.box.contentWidth,0),{auto:"zero"})},border:{top:v(t.style.borderTop,Math.max(t.box.contentWidth,0),{auto:"zero"}),right:v(t.style.borderRight,Math.max(t.box.contentWidth,0),{auto:"zero"}),bottom:v(t.style.borderBottom,Math.max(t.box.contentWidth,0),{auto:"zero"}),left:v(t.style.borderLeft,Math.max(t.box.contentWidth,0),{auto:"zero"})},borderRadius:l,opacity:t.style.opacity??1,overflow:Dl(t.style.overflowX??"visible"),textRuns:w,decorations:y??{},textShadows:W6(t,d),boxShadows:s7(t,s??c7),establishesStackingContext:T,zIndexComputed:L,positioning:El(t.style),children:b,links:[],borderColor:O0(t.style.borderColor),borderStyle:N,color:s,background:S,clipPath:R,image:g,customData:A,textAlign:E,transform:p}}function Wt(t){if(!t)return"solid";let x=t.toLowerCase();return x==="dashed"||x==="dotted"||x==="double"?x:x==="none"||x==="hidden"?"none":"solid"}var Ht=class{constructor(){this.currentObjectNumber=1}createRef(){return{objectNumber:-1}}ensureRefNumber(x){return x.objectNumber<=0?x.objectNumber=this.currentObjectNumber++:x.objectNumber>=this.currentObjectNumber&&(this.currentObjectNumber=x.objectNumber+1),x}getNextObjectNumber(){return this.currentObjectNumber}getObjectCount(){return this.currentObjectNumber}};var zt=class{constructor(){this.fonts=new Map}register(x){let e=this.fonts.get(x);if(e)return e.objectRef;let n={objectNumber:-1};return this.fonts.set(x,{name:x,baseFont:x,objectRef:n}),n}getAll(){return Array.from(this.fonts.values())}},Gt=class{constructor(){this.images=[]}register(x){if(x.src){for(let o of this.images)if(o.src===x.src&&o.width===x.width&&o.height===x.height)return o.ref}if(x.format==="png"&&x.channels===4)return this.registerPngWithAlpha(x);let e=x.channels===1?"DeviceGray":(x.channels===3,"DeviceRGB"),n=x.format==="jpeg"?"DCTDecode":void 0,r={objectNumber:-1};return this.images.push({ref:r,src:x.src,width:x.width,height:x.height,colorSpace:e,bitsPerComponent:x.bitsPerComponent,filter:n,data:x.data.slice(),sMask:void 0}),r}registerPngWithAlpha(x){let e=new Uint8Array(x.width*x.height*3),n=new Uint8Array(x.width*x.height);for(let a=0,i=0,s=0;a<x.data.length;a+=4,i+=3,s++)e[i]=x.data[a],e[i+1]=x.data[a+1],e[i+2]=x.data[a+2],n[s]=x.data[a+3];let r={objectNumber:-1};this.images.push({ref:r,src:x.src,width:x.width,height:x.height,colorSpace:"DeviceGray",bitsPerComponent:8,data:n,sMask:void 0});let o={objectNumber:-1};return this.images.push({ref:o,src:x.src,width:x.width,height:x.height,colorSpace:"DeviceRGB",bitsPerComponent:8,data:e,sMask:r}),o}getAll(){return this.images}},jt=class{constructor(){this.states=new Map}register(x){let e=this.clampAlpha(x),n=e.toFixed(4),r=this.states.get(n);if(r)return r.ref;let o={objectNumber:-1};return this.states.set(n,{ref:o,alpha:e}),o}clampAlpha(x){return Number.isFinite(x)?x<=0?0:x>=1?1:x:1}getAll(){return Array.from(this.states.values())}},$t=class{constructor(){this.shadings=new Map}register(x,e){let n=this.shadings.get(x);if(n)return n.ref;let r={objectNumber:-1};return this.shadings.set(x,{ref:r,dict:e}),r}getAll(){return Array.from(this.shadings.values())}},Vt=class{constructor(){this.patterns=new Map}register(x,e){let n=this.patterns.get(x);if(n)return n.ref;let r={objectNumber:-1};return this.patterns.set(x,{ref:r,dict:e}),r}getAll(){return Array.from(this.patterns.values())}},_t=class{constructor(){this.objects=[]}register(x){let e={objectNumber:-1};return this.objects.push({ref:e,value:x}),e}getAll(){return this.objects}},Yt=class{constructor(){this.streams=[]}register(x,e={}){let n={objectNumber:-1};return this.streams.push({ref:n,data:x,headers:e}),n}getAll(){return this.streams}};var Ol=(()=>{let t=new Array(256);for(let e=0;e<=255;e++)t[e]=e;let x={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};for(let[e,n]of Object.entries(x)){let r=Number(e);t[r]=n}return t})(),l7=(()=>{let t=new Map;for(let x=0;x<=255;x++){let e=Ol[x];t.has(e)||t.set(e,x)}return t})();function Wl(t){let x="",e=0,n=[];for(let r of t){let o=r.codePointAt(0);if(o===void 0)continue;let a=l7.get(o);if(a===void 0){e++,n.push(o),x+="?";continue}x+=String.fromCharCode(a)}return e&&k("encoding","debug","WinAnsi misses",{misses:e,codepoints:n.slice(0,20)}),x}function u7(t){return t.replace(/([()\\])/g,"\\$1")}function gx(t,x="WinAnsi"){let e=t,n=x==="WinAnsi"?Wl(t):t;return k("encoding","trace","PdfText transformation",{scheme:x,before:e,after:n}),u7(n)}function J0(t){let x=new Uint8Array(t.length);for(let e=0;e<t.length;e++)x[e]=t.charCodeAt(e)&255;return x}var BR=new TextEncoder;function pe(t){let x=0;for(let r of t)x+=r.length;let e=new Uint8Array(x),n=0;for(let r of t)e.set(r,n),n+=r.length;return e}function Xt(t){return typeof t=="number"?he(t):typeof t=="string"?t:Array.isArray(t)?`[${t.map(x=>Xt(x)).join(" ")}]`:typeof t=="object"&&t!==null&&"objectNumber"in t?`${t.objectNumber} 0 R`:typeof t=="object"&&t!==null?`<< ${Object.entries(t).map(([e,n])=>`/${e} ${Xt(n)}`).join(" ")} >>`:"null"}function ws(t){let x=["<<","/Type /Font","/Subtype /Type1",`/BaseFont /${Cs(t)}`];return Ul(t)||x.push("/Encoding /WinAnsiEncoding"),x.push(">>"),x.join(`
22
- `)}function Rs(t){let x=Hl(t),e=he(x);return["<<","/Type /ExtGState",`/ca ${e}`,`/CA ${e}`,">>"].join(`
23
- `)}function qt(t,x=[]){let e=typeof t=="string"?J0(t):new Uint8Array(t),n=[`/Length ${e.length}`,...x].join(" "),r=J0(`<< ${n} >>
20
+ `)}var Kx=new Map([["helvetica","Lato"],["arial","Arimo"],["arial black","Arimo"],["segoe ui","Roboto"],["open sans","Lato"],["calibri","Roboto"],["roboto","Roboto"],["arimo","Arimo"],["lato","Lato"],["noto sans","Noto Sans"],["notosans-regular","Noto Sans"],["dejavu sans","DejaVu Sans"],["times","Tinos"],["times-roman","Tinos"],["times new roman","Tinos"],["georgia","Tinos"],["garamond","Tinos"],["baskerville","Tinos"],["courier","Fira Code"],["courier new","Fira Code"],["consolas","Fira Code"],["menlo","Fira Code"],["monaco","Fira Code"],["source code pro","Fira Code"],["comic sans","Caveat"],["comic sans ms","Caveat"],["fantasy","Cinzel Decorative"],["cursive","Caveat"],["noto emoji","Noto Emoji"],["noto color emoji","Noto Emoji"],["segoe ui emoji","Noto Emoji"],["apple color emoji","Noto Emoji"],["twemoji","Noto Emoji"],["cambria math","STIX Two Math"],["stix two math","STIX Two Math"],["math","STIX Two Math"],["symbol","Symbol"],["zapfdingbats","ZapfDingbats"]]),P6=new Map([["serif","Tinos"],["sans-serif","Lato"],["monospace","Fira Code"],["system-ui","Roboto"],["cursive","Caveat"],["fantasy","Cinzel Decorative"],["emoji","Noto Emoji"],["math","STIX Two Math"]]),Ra=new Map([["times","Times-Roman"],["times-roman","Times-Roman"],["times new roman","Times-Roman"],["georgia","Times-Roman"],["garamond","Times-Roman"],["baskerville","Times-Roman"],["serif","Times-Roman"],["helvetica","Helvetica"],["arial","Helvetica"],["segoe ui","Helvetica"],["open sans","Helvetica"],["calibri","Helvetica"],["sans-serif","Helvetica"],["system-ui","Helvetica"],["courier","Courier"],["courier new","Courier"],["monospace","Courier"]]),Fr={Helvetica:{normal:"Helvetica",italic:"Helvetica-Oblique",bold:"Helvetica-Bold",boldItalic:"Helvetica-BoldOblique"},"Times-Roman":{normal:"Times-Roman",italic:"Times-Italic",bold:"Times-Bold",boldItalic:"Times-BoldItalic"},Courier:{normal:"Courier",italic:"Courier-Oblique",bold:"Courier-Bold",boldItalic:"Courier-BoldOblique"}},it=(()=>{let t=new Map;for(let[x,e]of Object.entries(Fr))for(let[n,r]of Object.entries(e))t.set(r.toLowerCase(),{family:x,variant:n});return t})();function Sa(t){let x=it.get(t.toLowerCase());return x?x.family:null}function va(t){let x=it.get(t.toLowerCase());return x?x.variant:"normal"}var B3=80,i6=class{constructor(x,e){this.config=x;this.doc=e;this.embeddedFonts=new Map;this.faceMetrics=new Map}async initialize(){for(let x of this.config.fontFaceDefs){if(!x.data){I("font","error",`Missing data for font ${x.name}`);continue}try{let e=new Uint8Array(x.data),n=ya(e),r;if(n==="woff"){let{decodeWoff:a}=await Promise.resolve().then(()=>(ci(),fi)),i=await a(e);r=wa(i),e=new Uint8Array(r),x.data=r}else if(n==="woff2"){let{decodeWoff2:a}=await Promise.resolve().then(()=>(hi(),pi));r=(await a(e)).ttfBuffer.slice().buffer,e=new Uint8Array(r),x.data=r}else r=x.data;let o=ga(r);this.faceMetrics.set(x.name,o)}catch(e){I("font","error",`Failed to load font ${x.name}`,{error:e instanceof Error?e.message:String(e)})}}}ensureFont(x,e,n){let r=g0(e),o=yi(n);for(let a of x){let i=a.toLowerCase().trim(),s=this.config.fontFaceDefs.filter(u=>(u.family||"").toLowerCase().trim()===i);if(s.length===0)continue;let d=gi(s,r,o);if(!d)continue;let f=(d.name||"").toLowerCase().trim(),c=this.embeddedFonts.get(d.name)??this.embeddedFonts.get(f);if(c)return c;let l=this.embedFont(d);if(l)return this.embeddedFonts.set(d.name,l),this.embeddedFonts.set(f,l),l}return null}embedFont(x){let e=this.faceMetrics.get(x.name);if(!e)return null;let n=new Uint8Array(x.data),r=`F${this.embeddedFonts.size+1}`,o,a=this;return{resourceName:r,baseFont:x.name,metrics:e,subset:n,get ref(){return o||(o=a.realizeFont(x,e,r)),o}}}realizeFont(x,e,n){let r=e.metrics.unitsPerEm,o=b=>Math.round(b/r*1e3),a;if(e.headBBox){let b=e.headBBox;a=[o(b[0]),o(b[1]),o(b[2]),o(b[3])]}else a=[-1e3,-1e3,1e3,1e3];let i=new Uint8Array(x.data),s=this.doc.registerStream(i,{}),d={Type:"/FontDescriptor",FontName:`/${x.name}`,Flags:A3(x),FontBBox:a,ItalicAngle:x.style==="italic"?-12:0,Ascent:o(e.metrics.ascender),Descent:o(e.metrics.descender),CapHeight:o(e.metrics.capHeight),XHeight:o(e.metrics.xHeight),StemV:B3,FontFile2:s},f=this.doc.register(d),{DW:c,W:l}=oe(e),u={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${x.name}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:f,DW:c,W:l,CIDToGIDMap:"/Identity"},p=this.doc.register(u),m=this.createToUnicodeCMap(e),h={Type:"/Font",Subtype:"/Type0",BaseFont:`/${x.name}-Identity-H`,Encoding:"/Identity-H",DescendantFonts:[p],ToUnicode:m};return this.doc.register(h)}createToUnicodeCMap(x,e=[]){let n=x.cmap.unicodeMap;I("font","debug","createToUnicodeCMap - unicodeMap size",{size:n.size});let r=[],o=0;for(let[l,u]of n.entries())o<10&&r.push({unicode:l,char:String.fromCodePoint(l),gid:u}),o++;I("font","debug","createToUnicodeCMap - sample entries",{samples:r});let a=new Map;for(let[l,u]of n.entries())a.has(u)||a.set(u,[]),a.get(u).push(l);let i=[],s=0;for(let[l,u]of a.entries()){if(s<20&&u.length>0){let p=u[0];i.push({gid:l,unicode:p,char:String.fromCodePoint(p)})}s++}I("font","debug","createToUnicodeCMap - gid->unicode sample",{samples:i});let d=[];for(let[l,u]of a.entries())for(let p of u)d.push({gid:l,unicode:p});let f=d.sort((l,u)=>l.gid-u.gid),c=ae(f);return this.doc.registerStream(new TextEncoder().encode(c),{})}getMetrics(x,e=400,n="normal"){let r=this.faceMetrics.get(x);if(r)return r;let o=n==="italic"||n==="oblique",a=x.split(",").map(i=>i.trim().replace(/^["']|["']$/g,""));for(let i of a){let s=i.toLowerCase().trim(),d=this.faceMetrics.get(i);if(d)return d;let f=Kx.get(s)||P6.get(s),c=f?f.toLowerCase():s,l=[];for(let u of this.config.fontFaceDefs)(u.family||"").toLowerCase().trim()===c&&l.push(u);if(l.length>0){let u=gi(l,e,o);if(u){let p=this.faceMetrics.get(u.name);if(p)return p}}}return null}};function gi(t,x,e){if(t.length===0)return null;let n=t.filter(i=>yi(i.style)===e),r=n.length>0?n:t,o=r[0],a=Math.abs(g0(o.weight)-x);for(let i of r){let s=g0(i.weight),d=Math.abs(s-x);d<a&&(a=d,o=i)}return o}function yi(t){if(!t)return!1;let x=t.toLowerCase();return x==="italic"||x==="oblique"}function A3(t){let x=0,e=(t.family||"").toLowerCase().trim(),n=(t.name||"").toLowerCase().trim(),r=(t.style||"").toLowerCase(),o=/italic|oblique/i.test(r),a=/serif/i.test(e)||/serif/i.test(n);return/symbol|dingbat|dingbats|zapfdingbats/i.test(e)||/symbol|dingbat|dingbats/i.test(n)?x|=4:x|=32,a&&(x|=2),o&&(x|=64),x}function wi(t,x,e){let n=typeof x.fontWeight=="number"?x.fontWeight:400,r=x.fontStyle??"normal",o=e?.getMetrics(x.fontFamily??"",n,r);return ne(t,x,o??null)??z0(t,x)}function Ri(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function Si(t,x,e,n){if(t.style.display==="inline-block"||t.style.display==="inline-flex"||t.style.display==="inline-grid"||t.style.display==="inline-table"){let y=t.box.x,w=t.box.y;e.layoutChild(t),t.box.x=y,t.box.y=w}let r=v(t.style.marginLeft,x,{auto:"zero"}),o=v(t.style.marginRight,x,{auto:"zero"}),a=v(t.style.marginTop,x,{auto:"zero"}),i=v(t.style.marginBottom,x,{auto:"zero"}),s=n(t,x,e),d=t.box.contentWidth,f=t.box.contentHeight;if(s&&(d=Math.max(d,s.contentWidth),f=Math.max(f,s.contentHeight)),t.style.display==="inline-block"&&t.style.width==="auto"){let y=t.box.scrollWidth;if(Number.isFinite(y)&&y>0&&y<d){let w=t.style.minWidth!==void 0?v(t.style.minWidth,x,{auto:"zero"}):void 0,S=t.style.maxWidth!==void 0?v(t.style.maxWidth,x,{auto:"reference"}):void 0,R=We(y,w,S);d=Math.min(R,d)}}d===0&&!t.textContent&&(typeof t.style.width=="number"?d=t.style.width:t.style.width!=="auto"?d=v(t.style.width,x,{auto:"zero"}):t.intrinsicInlineSize!==void 0?d=t.intrinsicInlineSize:d=B0(t.style)),f===0&&!t.textContent&&(t.style.height!=="auto"?f=v(t.style.height,x,{auto:"zero"}):t.intrinsicBlockSize!==void 0?f=t.intrinsicBlockSize:f=B0(t.style));let c=v(t.style.paddingLeft,x,{auto:"zero"}),l=v(t.style.paddingRight,x,{auto:"zero"}),u=v(t.style.paddingTop,x,{auto:"zero"}),p=v(t.style.paddingBottom,x,{auto:"zero"}),m=v(t.style.borderLeft,x,{auto:"zero"}),h=v(t.style.borderRight,x,{auto:"zero"}),b=v(t.style.borderTop,x,{auto:"zero"}),g=v(t.style.borderBottom,x,{auto:"zero"});return t.box.contentWidth=d,t.box.contentHeight=f,t.box.borderBoxWidth=d+c+l+m+h,t.box.borderBoxHeight=f+u+p+b+g,t.box.marginBoxWidth=t.box.borderBoxWidth+r+o,t.box.marginBoxHeight=t.box.borderBoxHeight+a+i,t.box.scrollWidth=Math.max(t.box.scrollWidth,t.box.contentWidth),t.box.scrollHeight=Math.max(t.box.scrollHeight,t.box.contentHeight),{node:t,contentWidth:d,contentHeight:f,lineOffset:0,marginLeft:r,marginRight:o,marginTop:a,marginBottom:i,paddingLeft:c,paddingRight:l,paddingTop:u,paddingBottom:p,borderLeft:m,borderRight:h,borderTop:b,borderBottom:g,outerWidth:t.box.marginBoxWidth,outerHeight:t.box.marginBoxHeight}}function vi(t,x,e,n){let r=[],o=a=>{if(a.style.display!=="none"&&a.style.float==="none"){if(I3(a.style.display)){let i=Si(a,x,e,n);r.push({kind:"box",metrics:i});return}if(a.textContent&&a.style.display==="inline"){r.push({kind:"text",node:a,style:a.style,text:a.textContent,preserveLeading:!!a.customData?.preserveLeadingSpace,preserveTrailing:!!a.customData?.preserveTrailingSpace});return}for(let i of a.children)k3(i.style.display)&&o(i)}};for(let a of t)o(a);return r}function Li(t,x){let e=[];for(let n of t){if(n.kind==="box"){e.push({kind:"box",width:n.metrics.outerWidth,height:n.metrics.outerHeight,lineHeight:n.metrics.outerHeight,metrics:n.metrics});continue}let r=n.style,o=n.text??"";if(!o)continue;let a=Px(o,r.textTransform),i=B0(r),s=M3(a,r.whiteSpace);for(let d of s){if(d.kind==="newline"){e.push({kind:"newline",width:0,height:i,lineHeight:i});continue}let f=wi(d.text,r,x);e.push({kind:d.kind,width:f,height:i,lineHeight:i,node:n.node,style:r,text:d.text,spaceCount:d.kind==="space"?Ri(d.text):0})}}return e}function M3(t,x){let e=[],n=/(\n)|(\s+)|([^\s]+)/g,r;for(;(r=n.exec(t))!==null;)r[1]?x==="pre"||x==="pre-wrap"||x==="pre-line"?e.push({kind:"newline",text:`
21
+ `}):e.push({kind:"space",text:" "}):r[2]?e.push({kind:"space",text:r[2]}):r[3]&&e.push({kind:"word",text:r[3]});return e}function Ci(t,x){if(t.kind!=="word"||!t.text||!t.style)return[t,null];let e="",n=0;for(let i of Array.from(t.text)){let s=e+i,d=z0(s,t.style);if(e&&d>x)break;e=s,n=d}if(!e)return[t,null];let r={...t,text:e,width:n},o=t.text.slice(e.length);if(!o)return[r,null];let a={...t,text:o,width:z0(o,t.style)};return[r,a]}function k3(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function I3(t){switch(t){case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function Ti(t){let x=t;for(;x;){let e=x.style.textAlign;if(e){let n=e.toLowerCase();if(n!=="start"&&n!=="auto")return n}x=x.parent}}function qr(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function Pi(t){return!(t.children.length===0||t.style.display!=="inline")}function Fi(t){let x=[];for(let e of t.children)e.style.display!=="none"&&e.style.float==="none"&&qr(e.style.display)&&x.push(e);return x}function Bi(t,x){let e=v(t.style.marginLeft,x,{auto:"zero"}),n=v(t.style.marginRight,x,{auto:"zero"}),r=v(t.style.paddingLeft,x,{auto:"zero"}),o=v(t.style.paddingRight,x,{auto:"zero"}),a=v(t.style.borderLeft,x,{auto:"zero"}),i=v(t.style.borderRight,x,{auto:"zero"}),s=t.box.x-r-a-e,d=t.box.contentWidth+r+o+a+i+e+n;return{start:s,end:s+d}}var Kr=class{calculateOffset(){return 0}},Zr=class{calculateOffset(x,e){return Math.max(e-x,0)/2}},Qr=class{calculateOffset(x,e){return Math.max(e-x,0)}},Jr=class{calculateOffset(){return 0}};function Ai(t){switch(t){case"center":return new Zr;case"right":case"end":return new Qr;case"justify":return new Jr;default:return new Kr}}var gt=class{constructor(){this.boundingBoxes=new Map}computeNodeBoxes(x){for(let[e,n]of x.entries()){e.inlineRuns=n,e.lineBoxes=void 0;let r=n.reduce((a,i)=>Math.max(a,i.lineIndex+1),0),o=B0(e.style);if(e.box.contentHeight=r*o,n.length>0){let a=n[0],i=a.startX,s=a.startX+a.width;for(let f=1;f<n.length;f++){let c=n[f];i=Math.min(i,c.startX),s=Math.max(s,c.startX+c.width)}let d=s-i;e.box.contentWidth=d}else e.box.contentWidth=0;e.box.borderBoxWidth=e.box.contentWidth,e.box.borderBoxHeight=e.box.contentHeight,e.box.marginBoxWidth=e.box.borderBoxWidth,e.box.marginBoxHeight=e.box.borderBoxHeight,e.box.scrollWidth=Math.max(e.box.scrollWidth,e.box.contentWidth),e.box.scrollHeight=Math.max(e.box.scrollHeight,e.box.contentHeight)}}propagateBoundingBoxes(x,e){for(let[n]of x.entries()){let r={minX:n.box.x,minY:n.box.y,maxX:n.box.x+n.box.contentWidth,maxY:n.box.y+n.box.contentHeight},o=n.parent;for(;o&&o!==e&&qr(o.style.display);)this.updateBox(o,r),o=o.parent}for(let[n,r]of this.boundingBoxes.entries())n.box.x=r.minX,n.box.y=r.minY,n.box.contentWidth=r.maxX-r.minX,n.box.contentHeight=r.maxY-r.minY,n.box.borderBoxWidth=Math.max(n.box.borderBoxWidth,n.box.contentWidth),n.box.borderBoxHeight=Math.max(n.box.borderBoxHeight,n.box.contentHeight),n.box.marginBoxWidth=Math.max(n.box.marginBoxWidth,n.box.borderBoxWidth),n.box.marginBoxHeight=Math.max(n.box.marginBoxHeight,n.box.borderBoxHeight)}updateBox(x,e){let n=this.boundingBoxes.get(x);n?(n.minX=Math.min(n.minX,e.minX),n.minY=Math.min(n.minY,e.minY),n.maxX=Math.max(n.maxX,e.maxX),n.maxY=Math.max(n.maxY,e.maxY)):(x.box.contentWidth>0||x.box.contentHeight>0?(n={minX:x.box.x,minY:x.box.y,maxX:x.box.x+x.box.contentWidth,maxY:x.box.y+x.box.contentHeight},n.minX=Math.min(n.minX,e.minX),n.minY=Math.min(n.minY,e.minY),n.maxX=Math.max(n.maxX,e.maxX),n.maxY=Math.max(n.maxY,e.maxY)):n={...e},this.boundingBoxes.set(x,n))}};function Mi(t){return t.kind==="box"}function ki(t,x,e,n){let r;if(n){let{metrics:i}=n,s=i.unitsPerEm;r=i.ascender/s*x}else r=x*.75;let a=(e-x)/2;return t+a+r}var yt=class{constructor(x=null){this.fontEmbedder=x;this.nodeRuns=new Map;this.maxInlineEnd=0}placeRunsForLine(x,e){if(x.length===0)return;let{lineTop:n,lineHeight:r,lineStartX:o,lineIndex:a,availableWidth:i,offsetShift:s,isLastLine:d,contentX:f,inlineOffsetStart:c}=e,l=x.reduce((m,h)=>Math.max(m,h.offset+h.item.width),0),u=Math.max(i,0),p=x.reduce((m,h)=>h.item.kind==="space"?m+(h.item.spaceCount??1):m,0);this.maxInlineEnd=Math.max(this.maxInlineEnd,o+l-f);for(let m of x){if(Mi(m.item)){let B=m.item.metrics;B.lineOffset=m.offset+s,Ii(B,f+c,n);continue}let h=m.item.node;if(!h||!m.item.text)continue;let b=m.item.style?.fontSize??16,g=m.item.lineHeight??r,y=m.item.style?.fontFamily??"sans-serif",w=m.item.style?.fontWeight??400,S=m.item.style?.fontStyle??"normal",R=this.fontEmbedder?.getMetrics(y,w,S),C=ki(n,b,g,R),P=o+m.offset,k={lineIndex:a,startX:P,baseline:C,text:m.item.text,width:m.item.width,lineWidth:l,targetWidth:u,spaceCount:p,isLastLine:d};this.nodeRuns.has(h)?(h.box.x=Math.min(h.box.x,P),h.box.y=Math.min(h.box.y,n)):(h.box.x=P,h.box.y=n),h.box.baseline=C,this.pushRun(h,k)}}getNodeRuns(){return this.nodeRuns}getMaxInlineEnd(){return this.maxInlineEnd}pushRun(x,e){let n=this.nodeRuns.get(x);n?n.push(e):this.nodeRuns.set(x,[e])}};var x7,N3=t=>{x7===void 0&&(x7=t.env.getEnv("PAGYRA_DEBUG_LAYOUT")==="1")},wt=t=>(N3(t),(...x)=>{x7&&console.log(...x)});function Rt(t){let{container:x,inlineNodes:e,context:n,floatContext:r,contentX:o,contentWidth:a}=t;x.establishesIFC=!0;let i=x.style.display==="inline"?void 0:Ti(x),s=Ai(i),d=x.style.display!=="inline",f=d?v(x.style.textIndent,a,{auto:"zero"}):0,c=d&&f!==0,u=vi(e,a,n,(E,F,M)=>D3(E,F,M)),p=Li(u,n.env.fontEmbedder),m=t.startY,h=Math.max(B0(x.style),0),b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,w=0,S=[],R=new yt(n.env.fontEmbedder),C=(E,F)=>{let M=s.calculateOffset(E.reduce((T,D)=>Math.max(T,D.offset+D.item.width),0),Math.max(g,0));R.placeRunsForLine(E,{lineTop:m,lineHeight:h,lineStartX:o+b.start+M,lineIndex:w,availableWidth:g,offsetShift:M,isLastLine:F,contentX:o,inlineOffsetStart:b.start})},P=E=>{S.length===0||C(S,E),m+=h,y=0,h=Math.max(B0(x.style),0),S.length=0,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),w+=1};for(let E=0;E<p.length;E++){let F=p[E];if(F.kind==="newline"){P(!1);continue}let M=F;for(;M;){if(g<=0){let D=r.nextUnblockedY(m,m+h);if(D===null)g=Math.max(0,a),b={start:0,end:a};else{m=D,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}}S.length===0&&c&&(y+=f,c=!1);let T=Math.max(g-y,0);if(M.kind==="box"){if(S.length>0&&y+M.width>g){P(!1);continue}if(S.length===0&&M.width>g){let D=r.nextUnblockedY(m,m+h);if(D===null){S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight);break}m=D,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight);break}if(M.kind==="word"&&M.width>T&&(M.style?.overflowWrap??"normal")!=="normal"&&T>0){let[O,U]=Ci(M,T);O&&(S.push({item:O,offset:y}),y+=O.width,h=Math.max(h,O.lineHeight)),U&&p.splice(E+1,0,U),M=null;break}if(S.length>0&&y+M.width>g){P(!1);continue}if(S.length===0&&M.width>g&&M.kind==="word"){let D=r.nextUnblockedY(m,m+h);if(D===null){S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight),M=null;break}m=D,b=r.inlineOffsets(m,m+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight),M=null}}S.length>0&&P(!0);let k=R.getNodeRuns(),B=new gt;return B.computeNodeBoxes(k),B.propagateBoundingBoxes(k,x),{newCursorY:m}}function Ii(t,x,e,n){let{node:r}=t,o=x+t.lineOffset+t.marginLeft+t.borderLeft+t.paddingLeft,a=e+t.marginTop+t.borderTop+t.paddingTop;(n?wt(n):()=>{})(`[placeInlineItem] node=${r.tagName??"(anonymous)"} lineStartX=${x} lineOffset=${t.lineOffset} marginLeft=${t.marginLeft} paddingLeft=${t.paddingLeft} borderLeft=${t.borderLeft} -> contentX=${o}`);let s=r.box.x,d=r.box.y;r.box.x=o,r.box.y=a,r.box.baseline=a+t.contentHeight;let f=r.box.x-s,c=r.box.y-d;(f!==0||c!==0)&&E3(r,f,c)}function E3(t,x,e){for(let n of t.children)n.shift(x,e)}function D3(t,x,e){if(!Pi(t))return null;let n=Fi(t);if(n.length===0)return null;let r=t.box.x,o=t.box.y;t.box.x=0,t.box.y=0;for(let c of n)c.box.x=0,c.box.y=0;let a=new ix,i=Rt({container:t,inlineNodes:n,context:e,floatContext:a,contentX:0,contentWidth:Math.max(x,0),startY:0}),s=Math.max(a.bottom("left"),a.bottom("right")),d=Math.max(i.newCursorY,s),f=0;for(let c of n){let l=Bi(c,x);f=Math.max(f,l.end)}return t.box.x=r,t.box.y=o,{contentWidth:Math.max(0,f),contentHeight:Math.max(0,d)}}var e7=class{layout(x){let e=x.floatContext??new ix;return Rt({container:x.container,inlineNodes:x.inlineNodes,context:x.context,floatContext:e,contentX:x.contentX,contentWidth:x.contentWidth,startY:x.startY})}},St=new e7;function t7(t){switch(t.style.display){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}var vt=class{constructor(x){this.layoutDebug=x}measureInFlowWidth(x,e,n){let r=Number.POSITIVE_INFINITY,o=Number.NEGATIVE_INFINITY,a=!1;for(let d of x.children){if(!bx(d)||d.style.display==="none")continue;let f=d.box.usedMarginLeft!==void 0?d.box.usedMarginLeft:v(d.style.marginLeft,e,{auto:"zero"}),c=d.box.usedMarginRight!==void 0?d.box.usedMarginRight:v(d.style.marginRight,e,{auto:"zero"}),l=v(d.style.borderLeft,e,{auto:"zero"}),u=v(d.style.borderRight,e,{auto:"zero"}),p=v(d.style.paddingLeft,e,{auto:"zero"}),m=v(d.style.paddingRight,e,{auto:"zero"}),h=d.box.borderBoxWidth||Math.max(0,d.box.contentWidth+p+m+l+u),b=h+f+c,g=d.box.x-p-l-f,y=g-n,w=y+b;this.layoutDebug(`[measureInFlowContentWidth] parent=${x.tagName??"(anonymous)"} child=${d.tagName??"(anonymous)"} marginStart=${g} relativeStart=${y} marginBoxWidth=${b} borderBoxWidth=${h} child.box.x=${d.box.x} contentStartX=${n}`),r=Math.min(r,y),o=Math.max(o,w),a=!0}if(!a)return{width:0,leftOffset:0};Number.isFinite(r)||(r=0),Number.isFinite(o)||(o=r);let i=Math.max(0,o-r),s=r>0?r:0;return{width:i,leftOffset:s}}shiftInFlowChildrenX(x,e){if(e!==0)for(let n of x.children)bx(n)&&n.style.display!=="none"&&n.shift(-e,0)}};var Lt=class{constructor(){this.supportedDisplays=new Set(["block","flow-root","inline-block","table-cell"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=wt(e),r=new vt(n),o=V0(x,e.env.viewport);x.establishesBFC=T6(x);let a=mx(x,o.width),i=x.tagName??"(anonymous)";x.style.display==="inline-block"&&n(`[BlockLayout] start inline-block tag=${i} style.width=${x.style.width} resolvedContentWidth=${a} cb.width=${o.width}`);let s=a;x.box.contentWidth=a;let d=X0(x,a),f=Ax(x,a);x.box.borderBoxWidth=a+d,x.box.marginBoxWidth=x.box.borderBoxWidth+f;let c=v(x.style.paddingLeft,a,{auto:"zero"}),l=v(x.style.borderLeft,a,{auto:"zero"}),u=v(x.style.paddingTop,a,{auto:"zero"}),p=v(x.style.borderTop,a,{auto:"zero"}),m=x.box.x+l+c,h=Tr(x,a),b=Pr(x,a),g=h?Ze(x):void 0,y=b?Qe(x):void 0,w=h&&g?Je(g,a):0,S=b&&y?xt(y,a):0,R=x.box.y+u+p,C=0,P=new ix,k=x.children;for(let T=0;T<k.length;T++){let D=k[T];if(D.style.display==="none")continue;if(D.style.float!=="none"){R=la(D,P,R),ua({node:D,floatContext:P,context:e,contentX:m,contentWidth:a,startY:R}),C=0;continue}if(!bx(D))continue;if(t7(D)){let o0=[D],e0=T+1;for(;e0<k.length;){let J=k[e0];if(J.style.float!=="none"||!t7(J))break;o0.push(J),e0+=1}R=St.layout({container:x,inlineNodes:o0,context:e,floatContext:P,contentX:m,contentWidth:a,startY:R}).newCursorY,C=0,T=e0-1;continue}let O=v(D.style.marginTop,a,{auto:"zero"}),U=v(D.style.marginBottom,a,{auto:"zero"}),X=Je(D,a),q=xt(D,a),Z=fa(C,X,x.establishesBFC);h&&D===g&&(Z-=w),D.box.x=m,D.box.y=R+Z,e.layoutChild(D);let{marginLeft:L,marginRight:$}=sa(a,D.box.borderBoxWidth,D.style.marginLeft,D.style.marginRight);D.box.usedMarginLeft=L,D.box.usedMarginRight=$;let x0=L;x0!==0&&D.shift(x0,0),D.box.x=m+L,D.box.marginBoxWidth=D.box.borderBoxWidth+L+$,D.box.marginBoxHeight=D.box.borderBoxHeight+O+U,C=q,R=D.box.y+D.box.borderBoxHeight,b&&D===y&&(R+=q-S,C=0)}let B=r.measureInFlowWidth(x,a,m);if(Number.isFinite(B.width)){let T=Math.max(0,B.width);if(x.box.scrollWidth=Math.max(x.box.scrollWidth,T),x.style.display==="inline-block"&&x.style.width==="auto"){let D=x.style.minWidth!==void 0?v(x.style.minWidth,o.width,{auto:"zero"}):void 0,O=x.style.maxWidth!==void 0?v(x.style.maxWidth,o.width,{auto:"reference"}):void 0,U=T;U=Math.min(U,s),D!==void 0&&(U=Math.max(U,D)),O!==void 0&&(U=Math.min(U,O)),U=Math.max(0,U),x.style.display==="inline-block"&&n(`[BlockLayout] intrinsic measurement tag=${i} intrinsic=${T} current=${x.box.contentWidth} horizontalExtras=${d} available=${s}`),B.leftOffset>0&&(n(`[BlockLayout] shifting inline-block children tag=${i} offset=${B.leftOffset}`),r.shiftInFlowChildrenX(x,B.leftOffset)),U!==x.box.contentWidth&&(x.box.contentWidth=U,a=U,x.box.borderBoxWidth=x.box.contentWidth+d,x.box.marginBoxWidth=x.box.borderBoxWidth+f,x.style.display==="inline-block"&&n(`[BlockLayout] updated inline-block tag=${i} newContentWidth=${x.box.contentWidth} borderBoxWidth=${x.box.borderBoxWidth}`))}}let E=Math.max(P.bottom("left"),P.bottom("right")),F=Math.max(R,E);x.box.contentHeight=Math.max(0,F-(x.box.y+p)-u),x.style.height!=="auto"&&(x.box.contentHeight=v(x.style.height,o.height,{auto:"zero"}));let M=Bx(x,a);x.box.borderBoxHeight=x.box.contentHeight+M,x.box.marginBoxHeight=x.box.borderBoxHeight+v(x.style.marginTop,a,{auto:"zero"})+v(x.style.marginBottom,a,{auto:"zero"}),et(x)}};function Nx(t,x){return x<=1||t<=0?0:t*(x-1)}function O3(t,x,e){let n=Nx(x,e);return Math.max(0,t-n)}function W3(t,x){let e=[],n=0;for(let r=0;r<t.length;r++)e.push(n),n+=t[r],r<t.length-1&&(n+=x);return e}function Ni(t,x){return W3(t,x)}var Ct=class{constructor(x){this.config=x}getMainAxisGap(x){return x?this.config.columnGap:this.config.rowGap}getCrossAxisGap(x){return x?this.config.rowGap:this.config.columnGap}calculateMainAxisTotalGap(x,e){let n=this.getMainAxisGap(x);return Nx(n,e)}calculateMainAxisAvailableSpace(x,e,n){let r=this.getMainAxisGap(x);return O3(e,r,n)}};function U3(t){switch(t){case"inline":case"inline-block":return"block";case"inline-flex":return"flex";case"inline-grid":return"grid";case"inline-table":return"table";default:return t}}function H3(t,x){switch(x){case"flex":case"inline-flex":case"grid":case"inline-grid":return!1;default:break}return x===t?!0:t==="inline"}var Pt=class{constructor(){this.supportedDisplays=new Set(["flex","inline-flex"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=V0(x,e.env.viewport),r=j3(x.style.flexDirection),o=r?n.width:n.height,a=r?n.height:n.width,i=Ei(r?x.style.width:x.style.height,o),s=Ei(r?x.style.height:x.style.width,a),d=x.style.rowGap??0,f=x.style.columnGap??0,l=new Ct({rowGap:d,columnGap:f}).getMainAxisGap(r),u=ia(x,n.width,n.height);r?(x.box.contentWidth=Tt(i,o),x.box.contentHeight=Tt(s,a)):(x.box.contentWidth=Tt(s,a),x.box.contentHeight=Tt(i,o)),x.box.borderBoxWidth=x.box.contentWidth+u.paddingLeft+u.paddingRight+u.borderLeft+u.borderRight,x.box.borderBoxHeight=x.box.contentHeight+u.paddingTop+u.paddingBottom+u.borderTop+u.borderBottom,x.box.scrollWidth=Math.max(x.box.scrollWidth,x.box.contentWidth),x.box.scrollHeight=Math.max(x.box.scrollHeight,x.box.contentHeight);let p=x.style.alignItems??"stretch",m=[],h=0,b=0;for(let O of x.children){if(O.style.display==="none")continue;let U=O.style.display,X=U3(U),q=X!==U;q&&(O.style.display=X);try{e.layoutChild(O);let Z=v(O.style.marginLeft,n.width,{auto:"zero"}),L=v(O.style.marginRight,n.width,{auto:"zero"}),$=v(O.style.marginTop,n.height,{auto:"zero"}),x0=v(O.style.marginBottom,n.height,{auto:"zero"}),o0=r?Z:$,e0=r?L:x0,Y=r?$:Z,J=r?x0:L,d0=r?O.box.borderBoxWidth:O.box.borderBoxHeight,f0=H3(U,X);if(r&&f0&&$3(O.style.width)){let G=Oi(O);if(G!==void 0&&G>=0){let K=O.style.minWidth!==void 0?v(O.style.minWidth,n.width,{auto:"zero"}):void 0,t0=O.style.maxWidth!==void 0?v(O.style.maxWidth,n.width,{auto:"reference"}):void 0,i0=G;if(K!==void 0&&(i0=Math.max(i0,K)),t0!==void 0&&(i0=Math.min(i0,t0)),i0<O.box.contentWidth){let H0=v(O.style.paddingLeft,n.width,{auto:"zero"}),P0=v(O.style.paddingRight,n.width,{auto:"zero"}),m0=v(O.style.borderLeft,n.width,{auto:"zero"}),c0=v(O.style.borderRight,n.width,{auto:"zero"});O.box.contentWidth=i0,O.box.borderBoxWidth=i0+H0+P0+m0+c0,O.box.marginBoxWidth=O.box.borderBoxWidth+Z+L,O.box.scrollWidth=Math.max(O.box.scrollWidth,O.box.contentWidth),d0=O.box.borderBoxWidth}}}let b0=r?O.box.borderBoxHeight:O.box.borderBoxWidth;if(!r&&f0){let G=Di(O.style.alignSelf,p),K=E0(O.style.width);if(G!=="stretch"&&K){let t0=Oi(O);if(t0!==void 0&&t0>0){let i0=n.width,H0=v(O.style.paddingLeft,i0,{auto:"zero"}),P0=v(O.style.paddingRight,i0,{auto:"zero"}),m0=v(O.style.borderLeft,i0,{auto:"zero"}),c0=v(O.style.borderRight,i0,{auto:"zero"}),p0=O.style.minWidth!==void 0?v(O.style.minWidth,i0,{auto:"zero"}):void 0,F0=O.style.maxWidth!==void 0?v(O.style.maxWidth,i0,{auto:"reference"}):void 0,A0=Math.min(t0,O.box.contentWidth);if(p0!==void 0&&(A0=Math.max(A0,p0)),F0!==void 0&&(A0=Math.min(A0,F0)),A0=Math.max(0,A0),A0<O.box.contentWidth){O.box.contentWidth=A0;let ox=H0+P0+m0+c0,Z0=A0+ox;O.box.borderBoxWidth=Z0,O.box.marginBoxWidth=Z0+Z+L,O.box.scrollWidth=Math.max(O.box.scrollWidth,A0),b0=Z0}}}}let u0=d0+o0+e0,Q=b0+Y+J;m.push({node:O,mainMarginStart:o0,mainMarginEnd:e0,crossMarginStart:Y,crossMarginEnd:J,mainSize:d0,crossSize:b0,mainContribution:u0,crossContribution:Q}),h+=u0,b=Math.max(b,Q)}finally{q&&(O.style.display=U)}}let g=Nx(l,m.length),y=h+g,w;if(i!==void 0)w=i;else{let O=Number.isFinite(o)&&o>0?o:y;w=Math.max(O,y)}let S;if(s!==void 0)S=Math.max(s,b);else if(r)S=b;else{let O=Number.isFinite(a)&&a>0?a:b;S=Math.max(O,b)}let R=r?x.style.minHeight:x.style.minWidth,C=r?x.style.maxHeight:x.style.maxWidth,P=R!==void 0?v(R,a,{auto:"zero"}):void 0,k=C!==void 0?v(C,a,{auto:"reference"}):void 0;P!==void 0&&(S=Math.max(S,P)),k!==void 0&&(S=Math.min(S,k));let B=x.style.justifyContent??"flex-start",E=p,F=w-y,{offset:M,gap:T}=G3(B,F,m.length),D=M;for(let O=0;O<m.length;O++){let U=m[O],X=Di(U.node.style.alignSelf,E),q=z3(X,S,U.crossSize,U.crossMarginStart,U.crossMarginEnd),Z=U.node.box.x,L=U.node.box.y;r?(U.node.box.x=u.contentBoxX+D+U.mainMarginStart,U.node.box.y=u.contentBoxY+q+U.crossMarginStart):(U.node.box.x=u.contentBoxX+q+U.crossMarginStart,U.node.box.y=u.contentBoxY+D+U.mainMarginStart),V3(U.node,U.node.box.x-Z,U.node.box.y-L),D+=U.mainContribution,O<m.length-1&&(D+=l+T)}r?(x.box.contentWidth=w,x.box.contentHeight=S):(x.box.contentWidth=S,x.box.contentHeight=w),x.box.borderBoxWidth=x.box.contentWidth+u.paddingLeft+u.paddingRight+u.borderLeft+u.borderRight,x.box.borderBoxHeight=x.box.contentHeight+u.paddingTop+u.paddingBottom+u.borderTop+u.borderBottom,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight}};function Tt(t,x){return t!==void 0&&Number.isFinite(t)?Math.max(t,0):Number.isFinite(x)?Math.max(x,0):0}function Ei(t,x){if(t!==void 0){if(typeof t=="number")return t;if(!(t==="auto"||E0(t)))return v(t,x,{auto:"reference"})}}function Di(t,x){return t&&t!=="auto"?t:x}function z3(t,x,e,n,r){let o=e+n+r,i=(Number.isFinite(x)?x:o)-o;if(i<=0)return 0;switch(t){case"center":return i/2;case"flex-end":return i;default:return 0}}function G3(t,x,e){if(e<=0)return{offset:0,gap:0};let n=Number.isFinite(x)?Math.max(x,0):0;switch(t){case"center":return{offset:n/2,gap:0};case"flex-end":case"end":case"right":return{offset:n,gap:0};case"space-between":return e===1?{offset:0,gap:0}:{offset:0,gap:n/(e-1)};case"space-around":{let r=n/e;return{offset:r/2,gap:r}}case"space-evenly":{let r=n/(e+1);return{offset:r,gap:r}}default:return{offset:0,gap:0}}}function j3(t){return t==="row"||t==="row-reverse"}function $3(t){return t===void 0?!0:typeof t=="number"?!1:t==="auto"?!0:E0(t)}function Oi(t){let x=0;return t.walk(e=>{if(e.inlineRuns&&e.inlineRuns.length>0){let n=e.inlineRuns.reduce((r,o)=>Math.max(r,o.lineWidth??o.width),0);n>x&&(x=n);return}if(!(!e.lineBoxes||e.lineBoxes.length===0))for(let n of e.lineBoxes){if(!n)continue;let r=typeof n.width=="number"?n.width:0;r>x&&(x=r)}}),x>0?x:void 0}function V3(t,x,e){x===0&&e===0||t.walk(n=>{if(n!==t&&(n.box.x+=x,n.box.y+=e,n.box.baseline+=e,n.inlineRuns&&n.inlineRuns.length>0))for(let r of n.inlineRuns)r.startX+=x,r.baseline+=e})}function _3(t){return typeof t=="object"&&t!==null&&"kind"in t&&t.kind==="repeat"}function Y3(t){return typeof t=="object"&&t!==null&&"kind"in t&&t.kind==="repeat-auto"}function Wi(t){switch(t.kind){case"fixed":return Math.max(0,t.size);case"flex":return Math.max(0,t.min??0);case"auto":return Math.max(0,t.min??0);default:return 0}}function X3(t){return t.kind==="flex"?Math.max(0,t.flex):0}function n7(t){return t.kind==="fixed"?{kind:"fixed",size:t.size}:t.kind==="flex"?{kind:"flex",flex:t.flex,min:t.min,max:t.max}:{kind:"auto",min:t.min,max:t.max}}function q3(t,x,e,n){if(t.length===0)return[];let r=[];for(let o of t){if(_3(o)){for(let a=0;a<o.count;a++)r.push(n7(o.track));continue}if(Y3(o)){let a=Wi(o.track),i=x||1;if(a>0){let s=a+n;s>0&&(i=Math.max(1,Math.floor((e+n)/s)))}o.mode==="auto-fit"&&x>0&&(i=Math.min(i,x));for(let s=0;s<i;s++)r.push(n7(o.track));continue}r.push(n7(o))}return r}function K3(t,x,e){let n=t.length;if(n===0)return[];let r=Nx(e,n),o=Math.max(0,x-r),a=t.map(c=>Wi(c)),i=t.map(c=>X3(c)),s=a.reduce((c,l)=>c+l,0),d=i.reduce((c,l)=>c+l,0),f=Math.max(0,o-s);return t.map((c,l)=>{switch(c.kind){case"fixed":return Math.max(0,c.size);case"flex":{let u=a[l];return d>0&&i[l]>0&&(u+=i[l]/d*f),c.max!==void 0&&(u=Math.min(u,c.max)),Math.max(0,u)}case"auto":{let u=a[l];return c.max!==void 0&&u>c.max&&(u=c.max),Math.max(0,u)}default:return o/n}})}var Ft=class{constructor(){this.supportedDisplays=new Set(["grid","inline-grid"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=V0(x,e.env.viewport),r=mx(x,n.width);x.box.contentWidth=r;let o=X0(x,r);x.box.borderBoxWidth=r+o,x.box.marginBoxWidth=x.box.borderBoxWidth+Ax(x,r);let a=v(x.style.paddingLeft,r,{auto:"zero"}),i=v(x.style.paddingTop,r,{auto:"zero"}),s=v(x.style.borderLeft,r,{auto:"zero"}),d=v(x.style.borderTop,r,{auto:"zero"}),f=x.box.x+s+a,c=x.box.y+d+i,l=x.style.columnGap??0,u=x.style.rowGap??0,p=q3(x.style.trackListColumns,x.children.length,r,l),m=p.length>0?p:[{kind:"flex",flex:1}],h=K3(m,r,l),b=h.reduce((E,F)=>E+F,0)+Nx(l,h.length),g=h.length>0?Math.max(r,b):r;x.box.contentWidth=g,x.box.borderBoxWidth=g+o,x.box.marginBoxWidth=x.box.borderBoxWidth+Ax(x,g);let y=Ni(h,l),w=0,S=c,R=0,C=0,P=0;for(let E of x.children){if(E.style.display==="none")continue;let F=h[C]??h[h.length-1]??r,M=f+(y[C]??0);E.box.x=M,E.box.y=S;let T=x.box.contentWidth;x.box.contentWidth=F,e.layoutChild(E),x.box.contentWidth=T,E.box.x=M,E.box.y=S,R=Math.max(R,E.box.borderBoxHeight),C+=1,C>=h.length&&(P+=1,w+=R,S+=R+u,R=0,C=0)}C!==0&&(P+=1,w+=R);let k=Nx(u,P),B=Bx(x,x.box.contentWidth);x.box.contentHeight=Math.max(0,w+k),x.box.borderBoxHeight=x.box.contentHeight+B,x.box.marginBoxHeight=x.box.borderBoxHeight+v(x.style.marginTop,x.box.contentWidth,{auto:"zero"})+v(x.style.marginBottom,x.box.contentWidth,{auto:"zero"}),x.box.scrollWidth=Math.max(x.box.contentWidth,b),x.box.scrollHeight=x.box.contentHeight,h.length===0&&(x.box.contentWidth=r,x.box.borderBoxWidth=x.box.contentWidth+o,x.box.marginBoxWidth=x.box.borderBoxWidth+Ax(x,x.box.contentWidth))}};function Z3(t){let x=[],e=/(\s+)|([^\s]+)/g,n;for(;(n=e.exec(t))!==null;)n[1]?x.push({type:"space",text:n[1]}):n[2]&&x.push({type:"word",text:n[2]});return x}function Q3(t,x,e){let n=typeof x.fontWeight=="number"?x.fontWeight:400,r=x.fontStyle??"normal",o=e?.getMetrics(x.fontFamily??"",n,r);return t.map(a=>{let i=ne(a.text,x,o??null);return{...a,width:i??z0(a.text,x)}})}function J3(t,x,e){if(e<=0)return[t];let n=[],r="",o=0,a=()=>{r&&(n.push({type:"word",text:r,width:o}),r="",o=0)};for(let i of Array.from(t.text)){let s=r+i,d=z0(s,x);if(r&&d>e){a(),r=i,o=z0(i,x);continue}if(!r&&d>e){n.push({type:"word",text:i,width:d}),r="",o=0;continue}r=s,o=d}return a(),n.length?n:[t]}function xl(t,x,e,n){if(!n||n==="normal")return t;let r=[];for(let o of t){if(o.type!=="word"){r.push(o);continue}if(o.width<=e){r.push(o);continue}r.push(...J3(o,x,e))}return r.length?r:t}function el(t){let x=0;for(let e=0;e<t.length;e++){if(t[e].type!=="space"||!t.slice(0,e).some(a=>a.type==="word"))continue;t.slice(e+1).some(a=>a.type==="word")&&(x+=1)}return x}function tl(t){let x=t.whiteSpace;return x==="normal"||x==="nowrap"||x==="pre-line"}function r7(t,x,e){let n=0,r=t.length;if(e){for(;n<r&&t[n].type==="space";)n+=1;for(;r>n&&t[r-1].type==="space";)r-=1}if(n>=r)return null;let o=t.slice(n,r),a=o.map(s=>s.text).join(""),i=o.reduce((s,d)=>s+d.width,0);return{text:a,width:i,spaceCount:el(o),targetWidth:x}}function Ui(t,x,e,n=null){let r=Px(t,x.textTransform);if(r.length===0)return[];let o=Z3(r),a=Q3(o,x,n);a=xl(a,x,e,x.overflowWrap);let i=a.length;if(i===0)return[];let s=tl(x);if(a.reduce((p,m)=>p+m.width,0)<=e){let p=r7(a,e,s);return p?[p]:[]}let f=new Array(i+1).fill(1/0),c=new Array(i+1).fill(0);f[0]=0;for(let p=1;p<=i;p++){let m=0,h=!1;for(let b=p;b>0;b--){let g=a[b-1];if(g.type==="space"){if(!h&&s)continue;if(m+=g.width,m>e)break;if(!s&&!h){let S=e-m,R=100+S*S;f[b-1]+R<f[p]&&(f[p]=f[b-1]+R,c[p]=b-1)}continue}if(m+=g.width,h=!0,m>e)break;let y=e-m,w=100+y*y;f[b-1]+w<f[p]&&(f[p]=f[b-1]+w,c[p]=b-1)}}if(!isFinite(f[i])){let p=[],m=0,h=[],b=()=>{let g=r7(h,e,s);g&&p.push(g)};for(let g of a)s&&g.type==="space"&&h.length===0||(g.type==="word"&&h.length>0&&m+g.width>e&&(b(),m=0,h=[]),h.push(g),m+=g.width);return h.length>0&&b(),p}let l=[],u=i;for(;u>0;){let p=c[u],m=a.slice(p,u),h=r7(m,e,s);h&&l.unshift(h),u=p}return l}function Hi(t){let x=Math.max(0,t.box.contentWidth);t.walk(n=>{if(!n.textContent)return;let r=Ui(n.textContent,n.style,x);n.lineBoxes=r;let o=B0(n.style),a=n.textContent.trim().length>0,i=r.length>0?r.length*o:a?o:0;if(n.box.contentHeight=i,r.length>0){let s=Math.max(...r.map(d=>d.width));n.box.contentWidth=Math.min(x,s)}else n.box.contentWidth=0});let e=Array.from(t.children).map(n=>n.box.contentHeight??0);t.box.contentHeight=Math.max(t.box.contentHeight??0,...e)}function zi(t){I("layout","debug","[AUDIT] td inline",{tdWidth:t.box.contentWidth,lines:(t.lineBoxes??[]).length,joined:(t.lineBoxes??[]).map(x=>x.text).join(" | ")})}function Gi(t){t.tagName==="td"&&t.textContent?.includes("Row 3, Cell 3")&&I("layout","debug","[DEBUG] before inline layout for problematic td",{textContent:t.textContent,contentWidth:t.box.contentWidth})}var Bt=class{constructor(){this.supportedDisplays=new Set(["table","inline-table"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){I("layout","debug","TableLayoutStrategy invoked",{tagName:x.tagName,display:x.style.display,children:x.children.length});let n=V0(x,e.env.viewport);x.box.contentWidth=mx(x,n.width),I("layout","debug","Table layout start",{table:x.tagName,availableWidth:n.width,resolvedWidth:x.box.contentWidth});let{grid:r,rowNodes:o}=this.buildTableGrid(x);if(r.length===0||r[0].length===0){x.box.contentHeight=0;return}let a=r.length,i=r[0].length;I("layout","debug","Table grid created",{rows:a,cols:i});let s=x.style.borderModel==="collapse";for(let m=0;m<a;m++)for(let h=0;h<i;h++){let b=r[m][h];if(!b||!this.isOriginCell(b,m,h))continue;let g=b.parent;(b.tagName==="td"||b.tagName==="th")&&(b.style.borderTop===void 0&&(b.style.borderTop=s?0:1),b.style.borderRight===void 0&&(b.style.borderRight=s?0:1),b.style.borderBottom===void 0&&(b.style.borderBottom=s?0:1),b.style.borderLeft===void 0&&(b.style.borderLeft=s?0:1),b.style.borderColor===void 0&&(b.style.borderColor="#000")),b.style.borderTop===void 0&&(g&&g.style.borderTop!==void 0&&g.style.borderTop!==0?b.style.borderTop=g.style.borderTop:x.style.borderTop!==void 0&&x.style.borderTop!==0&&(b.style.borderTop=x.style.borderTop)),b.style.borderRight===void 0&&(g&&g.style.borderRight!==void 0&&g.style.borderRight!==0?b.style.borderRight=g.style.borderRight:x.style.borderRight!==void 0&&x.style.borderRight!==0&&(b.style.borderRight=x.style.borderRight)),b.style.borderBottom===void 0&&(g&&g.style.borderBottom!==void 0&&g.style.borderBottom!==0?b.style.borderBottom=g.style.borderBottom:x.style.borderBottom!==void 0&&x.style.borderBottom!==0&&(b.style.borderBottom=x.style.borderBottom)),b.style.borderLeft===void 0&&(g&&g.style.borderLeft!==void 0&&g.style.borderLeft!==0?b.style.borderLeft=g.style.borderLeft:x.style.borderLeft!==void 0&&x.style.borderLeft!==0&&(b.style.borderLeft=x.style.borderLeft)),b.style.borderColor===void 0&&(g&&g.style.borderColor!==void 0?b.style.borderColor=g.style.borderColor:x.style.borderColor!==void 0&&(b.style.borderColor=x.style.borderColor)),I("layout","trace","Cell border properties",{row:m,col:h,borderTop:b.style.borderTop,borderRight:b.style.borderRight,borderBottom:b.style.borderBottom,borderLeft:b.style.borderLeft,borderColor:b.style.borderColor})}if(s){let m=w=>v(w,x.box.contentWidth,{auto:"zero"}),h=m(x.style.borderTop),b=m(x.style.borderRight),g=m(x.style.borderBottom),y=m(x.style.borderLeft);for(let w=0;w<i;w++){let S=r[0][w];if(S&&this.isOriginCell(S,0,w)){let C=m(S.style.borderTop),P=Math.max(C,h);S.style.borderTop=P}let R=r[a-1][w];if(R&&this.isOriginCell(R,a-1,w)){let C=m(R.style.borderBottom),P=Math.max(C,g);R.style.borderBottom=P}}for(let w=0;w<a;w++){let S=r[w][0];if(S&&this.isOriginCell(S,w,0)){let C=m(S.style.borderLeft),P=Math.max(C,y);S.style.borderLeft=P}let R=r[w][i-1];if(R&&this.isOriginCell(R,w,i-1)){let C=m(R.style.borderRight),P=Math.max(C,b);R.style.borderRight=P}}x.style.borderTop=0,x.style.borderRight=0,x.style.borderBottom=0,x.style.borderLeft=0;for(let w=0;w<a-1;w++)for(let S=0;S<i;S++){let R=r[w][S],C=r[w+1][S];if(!R||!C||R===C||!this.isRowBoundary(R,w))continue;let P=m(R.style.borderBottom),k=m(C.style.borderTop),B=Math.max(P,k);C.style.borderTop=B,R.style.borderBottom=0,C.style.borderColor===void 0&&R.style.borderColor!==void 0&&(C.style.borderColor=R.style.borderColor)}for(let w=0;w<a;w++)for(let S=0;S<i-1;S++){let R=r[w][S],C=r[w][S+1];if(!R||!C||R===C||!this.isColumnBoundary(R,S))continue;let P=m(R.style.borderRight),k=m(C.style.borderLeft),B=Math.max(P,k);C.style.borderLeft=B,R.style.borderRight=0,C.style.borderColor===void 0&&R.style.borderColor!==void 0&&(C.style.borderColor=R.style.borderColor)}}for(let m=0;m<a;m++){let h=o[m];if(!h)continue;let b=h.style.backgroundColor;if(b)for(let g=0;g<i;g++){let y=r[m][g];!y||!this.isOriginCell(y,m,g)||y.style.backgroundColor||(y.style.backgroundLayers||(y.style.backgroundLayers=[]),y.style.backgroundLayers.push({kind:"color",color:b}))}}let d=this.calculateColumnWidths(r,x.box.contentWidth),f=d.reduce((m,h)=>m+h,0);x.box.contentWidth=f,I("layout","debug","Table column widths calculated",{colWidths:d});let c=new Array(a).fill(0),l=[];for(let m=0;m<a;m++)for(let h=0;h<i;h++){let b=r[m][h];if(!b||!this.isOriginCell(b,m,h))continue;let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-m),w=this.sumColumns(d,h,g),S=this.resolveCellBoxMetrics(b,w),R=w-S.borderLeft-S.borderRight-S.paddingLeft-S.paddingRight;b.box.x=0,b.box.y=0,b.box.contentWidth=R,Gi(b),Hi(b),b.textContent?.includes("Row 3, Cell 3")&&zi(b);for(let P of b.children)P.box.x=(P.box.x??0)+S.paddingLeft,P.box.y=(P.box.y??0)+S.paddingTop;if(b.style.textAlign||b.style.verticalAlign)for(let P of b.children)b.style.textAlign&&(P.style.textAlign=b.style.textAlign),b.style.verticalAlign&&(P.style.verticalAlign=b.style.verticalAlign);if(b.box.contentHeight=b.box.contentHeight||0,b.children&&b.children.length>0){let P=0;for(let k of b.children)P=Math.max(P,k.box.contentHeight||0);b.box.contentHeight=Math.max(b.box.contentHeight,P)}let C=b.box.contentHeight+S.borderTop+S.borderBottom+S.paddingTop+S.paddingBottom;y===1?c[m]=Math.max(c[m],C):l.push({startRow:m,span:y,height:C})}for(let m of l){let h=m.height/m.span;for(let b=0;b<m.span;b++){let g=m.startRow+b;g<c.length&&(c[g]=Math.max(c[g],h))}}I("layout","debug","Table row heights calculated",{rowHeights:c});let u=this.prefixSums(d),p=this.prefixSums(c);for(let m=0;m<a;m++)for(let h=0;h<i;h++){let b=r[m][h];if(b&&this.isOriginCell(b,m,h)){let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-m),w=u[h+g]-u[h],S=p[m+y]-p[m],R=this.resolveCellBoxMetrics(b,w),C=S-R.borderTop-R.borderBottom-R.paddingTop-R.paddingBottom,P=this.computeVerticalAlignOffset(b.style.verticalAlign,C,b.box.contentHeight),k=x.box.x+u[h],B=x.box.y+p[m],E=k+R.borderLeft+R.paddingLeft,F=B+R.borderTop+R.paddingTop,M=E-b.box.x,T=F-b.box.y;b.box.x=k,b.box.y=B,b.walk(D=>{D.box.x+=M,D.box.y+=T+P,D.box.baseline!==void 0&&(D.box.baseline+=T+P)},!1),b.box.borderBoxWidth=w,b.box.borderBoxHeight=S,I("layout","trace","Positioning table cell",{row:m,col:h,x:b.box.x,y:b.box.y,width:b.box.borderBoxWidth,height:b.box.borderBoxHeight,contentWidth:b.box.contentWidth,contentHeight:b.box.contentHeight})}}for(let m=0;m<o.length;m++){let h=o[m];h&&(h.box.x=x.box.x,h.box.y=x.box.y+p[m],h.box.contentWidth=f,h.box.contentHeight=c[m],h.box.borderBoxWidth=f,h.box.borderBoxHeight=c[m])}x.box.contentHeight=p[a],x.box.borderBoxWidth=x.box.contentWidth+X0(x,n.width),x.box.borderBoxHeight=x.box.contentHeight+Bx(x,n.width),x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight}buildTableGrid(x){let e=[],n=[],r=[],o=-1,a=s=>{o++,n.push(s);let d=[];for(let c of r)if(!(c.remainingRows<=0)){for(;d.length<c.colStart+c.colSpan;)d.push(null);for(let l=0;l<c.colSpan;l++)d[c.colStart+l]=c.cell;c.remainingRows--}let f=0;for(let c of s.children)if(c.style.display==="table-cell"){for(;d[f];)f++;let l=Math.max(1,c.tableColSpan??1),u=Math.max(1,c.tableRowSpan??1);for(c.tableColSpan=l,c.tableRowSpan=u,c.tableCellOrigin={row:o,col:f};d.length<f+l;)d.push(null);for(let p=0;p<l;p++)d[f+p]=c;u>1&&r.push({colStart:f,colSpan:l,remainingRows:u-1,cell:c}),f+=l}e.push(d);for(let c=r.length-1;c>=0;c--)r[c].remainingRows<=0&&r.splice(c,1)};for(let s of x.children)if(s.style.display==="table-row")a(s);else if(["table-row-group","table-header-group","table-footer-group"].includes(s.style.display))for(let d of s.children)d.style.display==="table-row"&&a(d);let i=e.reduce((s,d)=>Math.max(s,d.length),0);return e.forEach(s=>{for(;s.length<i;)s.push(null)}),{grid:e,rowNodes:n}}calculateColumnWidths(x,e){let n=x[0]?.length||0;if(n===0)return[];let r=new Array(n).fill(0);for(let a=0;a<x.length;a++)for(let i=0;i<n;i++){let s=x[a][i];if(!s||!this.isOriginCell(s,a,i))continue;let d=0;s.intrinsicInlineSize&&(d=s.intrinsicInlineSize),s.walk(u=>{u.intrinsicInlineSize!==void 0&&(d=Math.max(d,u.intrinsicInlineSize))});let f=X0(s,e),c=d+f,l=Math.min(this.cellColSpan(s),n-i);if(l===1)r[i]=Math.max(r[i],c);else{let u=c/l;for(let p=0;p<l;p++)r[i+p]=Math.max(r[i+p],u)}}let o=r.reduce((a,i)=>a+i,0);if(o<e){let a=e-o,i=r.map(d=>d>0?d:o>0?0:1),s=i.reduce((d,f)=>d+f,0);return s>0?r.map((d,f)=>d+a*(i[f]/s)):new Array(n).fill(e/n)}else return o>0?r:new Array(n).fill(e/n)}isOriginCell(x,e,n){let r=x.tableCellOrigin;return!!r&&r.row===e&&r.col===n}cellColSpan(x){return Math.max(1,x.tableColSpan??1)}cellRowSpan(x){return Math.max(1,x.tableRowSpan??1)}isColumnBoundary(x,e){let n=x.tableCellOrigin;return n?n.col+this.cellColSpan(x)-1===e:!1}isRowBoundary(x,e){let n=x.tableCellOrigin;return n?n.row+this.cellRowSpan(x)-1===e:!1}sumColumns(x,e,n){let r=0;for(let o=0;o<n;o++)r+=x[e+o]??0;return r}prefixSums(x){let e=[0];for(let n of x)e.push(e[e.length-1]+n);return e}resolveCellBoxMetrics(x,e){let n=r=>v(r,e,{auto:"zero"});return{borderLeft:n(x.style.borderLeft),borderRight:n(x.style.borderRight),borderTop:n(x.style.borderTop),borderBottom:n(x.style.borderBottom),paddingLeft:n(x.style.paddingLeft),paddingRight:n(x.style.paddingRight),paddingTop:n(x.style.paddingTop),paddingBottom:n(x.style.paddingBottom)}}computeVerticalAlignOffset(x,e,n){let r=Math.max(0,n??0),o=e-r;if(!Number.isFinite(o)||o<=0)return 0;let a=(x??"top").toLowerCase();return a==="middle"||a==="center"?o/2:a==="bottom"||a==="text-bottom"?o:0}};var At=class{canLayout(){return!0}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0,x.box.borderBoxWidth=0,x.box.borderBoxHeight=0}};var Mt=class{canLayout(x){return x.style.display==="inline"}layout(x,e){let n=Math.max(e.env.viewport.width,0),r=v(x.style.paddingLeft,n,{auto:"zero"}),o=v(x.style.paddingRight,n,{auto:"zero"}),a=v(x.style.paddingTop,n,{auto:"zero"}),i=v(x.style.paddingBottom,n,{auto:"zero"}),s=v(x.style.borderLeft,n,{auto:"zero"}),d=v(x.style.borderRight,n,{auto:"zero"}),f=v(x.style.borderTop,n,{auto:"zero"}),c=v(x.style.borderBottom,n,{auto:"zero"}),l=v(x.style.marginLeft,n,{auto:"zero"}),u=v(x.style.marginRight,n,{auto:"zero"}),p=v(x.style.marginTop,n,{auto:"zero"}),m=v(x.style.marginBottom,n,{auto:"zero"}),h=r+o+s+d,b=a+i+f+c,g=nl(x),y=new ix,w=x.box.y,S=Math.max(n,0),R=St.layout({container:x,inlineNodes:g,context:e,floatContext:y,contentX:x.box.x+s+r,contentWidth:S,startY:w}),C=ol(g,n,x.box.x+s+r),P=Math.max(y.bottom("left"),y.bottom("right")),k=Math.max(R.newCursorY,P)-w;x.box.contentWidth=Math.max(0,C),x.box.contentHeight=Math.max(0,k),x.box.borderBoxWidth=x.box.contentWidth+h,x.box.borderBoxHeight=x.box.contentHeight+b,x.box.marginBoxWidth=x.box.borderBoxWidth+l+u,x.box.marginBoxHeight=x.box.borderBoxHeight+p+m,x.box.scrollWidth=Math.max(x.box.scrollWidth,x.box.contentWidth),x.box.scrollHeight=Math.max(x.box.scrollHeight,x.box.contentHeight),x.box.baseline===void 0&&(x.box.baseline=x.box.y+x.box.contentHeight||x.box.y+B0(x.style))}};function nl(t){let x=[];for(let e of t.children)e.style.display!=="none"&&e.style.float==="none"&&rl(e.style.display)&&x.push(e);return x}function rl(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function ol(t,x,e){if(t.length===0)return 0;let n=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY;for(let o of t){let a=v(o.style.marginLeft,x,{auto:"zero"}),i=v(o.style.marginRight,x,{auto:"zero"}),s=v(o.style.paddingLeft,x,{auto:"zero"}),d=v(o.style.paddingRight,x,{auto:"zero"}),f=v(o.style.borderLeft,x,{auto:"zero"}),c=v(o.style.borderRight,x,{auto:"zero"}),l=o.box.x-s-f-a,u=o.box.contentWidth+s+d+f+c+a+i,p=l-e,m=p+u;n=Math.min(n,p),r=Math.max(r,m)}return!Number.isFinite(n)||!Number.isFinite(r)?0:Math.max(0,r-n)}var kt=class{static processImage(x,e){x.intrinsicInlineSize=e.width,x.intrinsicBlockSize=e.height,(!x.style.display||x.style.display==="inline")&&(x.style.display="inline-block"),this.setupImageSizing(x,e)}static setupImageSizing(x,e){if(x.style.width!==void 0&&typeof x.style.width=="number"&&x.style.width>0){let r=v(x.style.width,x.intrinsicInlineSize,{auto:"zero"})/x.intrinsicInlineSize;x.intrinsicBlockSize=Math.round(x.intrinsicBlockSize*r)}else if(x.style.height!==void 0&&typeof x.style.height=="number"&&x.style.height>0){let r=v(x.style.height,x.intrinsicBlockSize,{auto:"zero"})/x.intrinsicBlockSize;x.intrinsicInlineSize=Math.round(x.intrinsicInlineSize*r)}else if(x.style.maxWidth!==void 0&&typeof x.style.maxWidth=="number"){let n=v(x.style.maxWidth,x.intrinsicInlineSize,{auto:"zero"});if(n<x.intrinsicInlineSize){let r=n/x.intrinsicInlineSize;x.intrinsicInlineSize=n,x.intrinsicBlockSize=Math.round(x.intrinsicBlockSize*r)}}}static isImageElement(x){if(!x.tagName)return!!(x.textContent&&x.textContent.includes("data:image"));let e=x.tagName.toLowerCase();return e==="img"||e==="picture"?!0:!!(x.textContent&&x.textContent.includes("data:image"))}};var It=class{canLayout(x){let e=x.tagName?.toLowerCase()??"";return e==="img"?!0:e==="svg"?!!(x.customData&&"svg"in x.customData):!1}layout(x,e){let n=V0(x,e.env.viewport),r=Math.max(n.width,0),o=Math.max(n.height,0),a=Math.max(0,x.intrinsicInlineSize??0),i=Math.max(0,x.intrinsicBlockSize??0),s=a>0&&i>0,d=v(x.style.paddingLeft,r,{auto:"zero"}),f=v(x.style.paddingRight,r,{auto:"zero"}),c=v(x.style.paddingTop,o,{auto:"zero"}),l=v(x.style.paddingBottom,o,{auto:"zero"}),u=v(x.style.borderLeft,r,{auto:"zero"}),p=v(x.style.borderRight,r,{auto:"zero"}),m=v(x.style.borderTop,o,{auto:"zero"}),h=v(x.style.borderBottom,o,{auto:"zero"}),b=v(x.style.marginLeft,r,{auto:"zero"}),g=v(x.style.marginRight,r,{auto:"zero"}),y=v(x.style.marginTop,o,{auto:"zero"}),w=v(x.style.marginBottom,o,{auto:"zero"}),S=d+f+u+p,R=c+l+m+h,C=Math.max(0,r-X0(x,r)-Ax(x,r)),P=x.style.width!=="auto"&&x.style.width!==void 0,k=x.style.height!=="auto"&&x.style.height!==void 0,B=s?a:C,E=s?i:0;if(P){let T=v(x.style.width,r,{auto:"reference"});Number.isFinite(T)&&T>0&&(B=T)}if(k){let T=v(x.style.height,o,{auto:"reference"});Number.isFinite(T)&&T>0&&(E=T)}if(s)if(P&&!k){let T=a>0?B/a:1;E=Math.max(1,Math.round(i*T))}else if(!P&&k){let T=i>0?E/i:1;B=Math.max(1,Math.round(a*T))}else!P&&!k&&(B=a,E=i);if(!P&&C>0&&B>C)if(s&&B>0){let T=C/B;B=C,E=Math.max(1,Math.round(E*T))}else B=C;let F=s&&!k,M=s&&!P;if(x.style.maxWidth!==void 0&&!E0(x.style.maxWidth)){let T=v(x.style.maxWidth,r,{auto:"reference"});if(Number.isFinite(T)&&T>0&&B>T){if(F&&B>0){let D=T/B;E=Math.max(1,Math.round(E*D))}B=T}}if(x.style.minWidth!==void 0&&!E0(x.style.minWidth)){let T=v(x.style.minWidth,r,{auto:"zero"});if(Number.isFinite(T)&&T>0&&B<T){if(F&&B>0){let D=T/B;E=Math.max(1,Math.round(E*D))}B=T}}if(x.style.maxHeight!==void 0&&!E0(x.style.maxHeight)){let T=v(x.style.maxHeight,o,{auto:"reference"});if(Number.isFinite(T)&&T>0&&E>T){if(M&&E>0){let D=T/E;B=Math.max(1,Math.round(B*D))}E=T}}if(x.style.minHeight!==void 0&&!E0(x.style.minHeight)){let T=v(x.style.minHeight,o,{auto:"zero"});if(Number.isFinite(T)&&T>0&&E<T){if(M&&E>0){let D=T/E;B=Math.max(1,Math.round(B*D))}E=T}}if((!Number.isFinite(B)||B<=0)&&(B=Math.max(C,s?a:0)),!Number.isFinite(E)||E<=0)if(s&&B>0&&a>0){let T=B/a;E=Math.max(1,Math.round(i*T))}else E=B;if(x.box.contentWidth=Math.max(0,B),x.box.contentHeight=Math.max(0,E),x.box.borderBoxWidth=x.box.contentWidth+S,x.box.borderBoxHeight=x.box.contentHeight+R,x.box.marginBoxWidth=x.box.borderBoxWidth+b+g,x.box.marginBoxHeight=x.box.borderBoxHeight+y+w,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight,x.box.baseline=x.box.borderBoxHeight,x.style.display==="block"&&x.box.contentWidth>C&&C>0){let T=C/x.box.contentWidth;x.box.contentWidth=C,x.box.contentHeight=Math.max(1,Math.round(x.box.contentHeight*T)),x.box.borderBoxWidth=x.box.contentWidth+S,x.box.borderBoxHeight=x.box.contentHeight+R,x.box.marginBoxWidth=x.box.borderBoxWidth+b+g,x.box.marginBoxHeight=x.box.borderBoxHeight+y+w,x.box.scrollWidth=x.box.contentWidth,x.box.scrollHeight=x.box.contentHeight,x.box.baseline=x.box.borderBoxHeight}}};var o7=200,ji=34,al=300,il=100,sl=40,dl=34,$i=16,Nt=class{constructor(){this.formTags=new Set(["input","select","textarea","button"])}canLayout(x){return x.tagName?this.formTags.has(x.tagName.toLowerCase()):!1}layout(x,e){let n=V0(x,e.env.viewport),r=x.tagName?.toLowerCase()??"",o=x.customData?.formControl,a,i;switch(r){case"input":{let l=o?.inputType??"text";l==="checkbox"||l==="radio"?(a=$i,i=$i):l==="hidden"?(a=0,i=0):(a=v(x.style.width,n.width,{auto:o7}),i=v(x.style.height,n.height,{auto:ji}));break}case"select":a=v(x.style.width,n.width,{auto:o7}),i=v(x.style.height,n.height,{auto:dl});break;case"textarea":{a=v(x.style.width,n.width,{auto:al});let l=o?.rows??3;i=v(x.style.height,n.height,{auto:l*24});break}case"button":a=v(x.style.width,n.width,{auto:il}),i=v(x.style.height,n.height,{auto:sl});break;default:a=o7,i=ji}x.box.contentWidth=Math.max(0,a),x.box.contentHeight=Math.max(0,i);let s=X0(x,a);x.box.borderBoxWidth=x.box.contentWidth+s;let d=Bx(x,a);x.box.borderBoxHeight=x.box.contentHeight+d,x.box.x=n.x,x.box.y=n.y;let f=v(x.style.marginLeft,n.width,{auto:"zero"}),c=v(x.style.marginRight,n.width,{auto:"zero"});x.box.usedMarginLeft=f,x.box.usedMarginRight=c,x.box.marginBoxWidth=x.box.borderBoxWidth+f+c,x.box.marginBoxHeight=x.box.borderBoxHeight+f+c,et(x)}};function Vi(){let t=[new qe,new It,new Nt,new Mt,new Lt,new Pt,new Ft,new Bt,new At];return new Xe({strategies:t})}function Et(t,x,e=null){return Vi().layoutTree(t,x,e)}var s6={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function O0(t){if(!t)return;let x=t.trim().toLowerCase();if(x in s6&&(x=s6[x]),x==="transparent")return;let e=x.match(/^#([0-9a-f]{3}|[0-9a-f]{6})$/i);if(e){let r=e[1];if(r.length===3){let s=O6(r[0]+r[0]),d=O6(r[1]+r[1]),f=O6(r[2]+r[2]);return{r:s,g:d,b:f,a:1}}let o=O6(r.slice(0,2)),a=O6(r.slice(2,4)),i=O6(r.slice(4,6));return{r:o,g:a,b:i,a:1}}let n=x.match(/^rgba?\((.+)\)$/);if(n){let r=n[1].split(",").map(d=>d.trim()),o=a7(Number.parseFloat(r[0])),a=a7(Number.parseFloat(r[1])),i=a7(Number.parseFloat(r[2])),s=r[3]!==void 0?i7(Number.parseFloat(r[3])):1;return{r:o,g:a,b:i,a:s}}}function O6(t){return Number.parseInt(t,16)}function a7(t){return Number.isNaN(t)?0:t>255?255:t<0?0:t}function i7(t){return Number.isNaN(t)||t>1?1:t<0?0:t}function le(t){return{r:t.r,g:t.g,b:t.b,a:t.a}}function Dt(t){let x=t;for(;x;){let e=x.style.textAlign;if(e&&e!=="start"&&e!=="auto")return e;x=x.parent}}function _i(t,x,e){let n=t.box.x;if(x>0&&Number.isFinite(t.box.contentWidth)&&t.box.contentWidth>0){let o=Math.max(t.box.contentWidth-x,0);e==="center"?n=t.box.x+o/2:e==="right"||e==="end"?n=t.box.x+o:(e==="left"||e==="start")&&(n=t.box.x)}let r=fl(t,x);return r!==null&&(n=r),n}function fl(t,x){if(!t.parent||x<=0)return null;let e=t.parent;if(e.style.display!=="flex"||e.children.length!==1)return null;let n=e.style.flexDirection??"row";if(n!=="row"&&n!=="row-reverse")return null;let r=e.style.justifyContent??"flex-start",o=Number.isFinite(e.box.contentWidth)?e.box.contentWidth:0;if(!(o>0))return null;let a=x>o?o:x,i=Math.max(o-a,0),s=e.box.x,d=s+o,f=n==="row-reverse";switch(r){case"center":return s+i/2;case"flex-end":case"end":case"right":return f?s:d-a;case"flex-start":case"start":case"left":return f?d-a:s;default:return null}}function Yi(t,x){let e={topLeft:{x:Ex(t.borderTopLeftRadiusX),y:Ex(t.borderTopLeftRadiusY)},topRight:{x:Ex(t.borderTopRightRadiusX),y:Ex(t.borderTopRightRadiusY)},bottomRight:{x:Ex(t.borderBottomRightRadiusX),y:Ex(t.borderBottomRightRadiusY)},bottomLeft:{x:Ex(t.borderBottomLeftRadiusX),y:Ex(t.borderBottomLeftRadiusY)}};return cl(e,x.width,x.height)}function Ex(t){if(!Number.isFinite(t??NaN))return 0;let x=Number(t);return x>0?x:0}function cl(t,x,e){let n={topLeft:{...t.topLeft},topRight:{...t.topRight},bottomRight:{...t.bottomRight},bottomLeft:{...t.bottomLeft}},r=Math.max(x,0),o=Math.max(e,0);if(r<=0)n.topLeft.x=0,n.topRight.x=0,n.bottomRight.x=0,n.bottomLeft.x=0;else{let a=n.topLeft.x+n.topRight.x;if(a>r&&a>0){let s=r/a;n.topLeft.x*=s,n.topRight.x*=s}let i=n.bottomLeft.x+n.bottomRight.x;if(i>r&&i>0){let s=r/i;n.bottomLeft.x*=s,n.bottomRight.x*=s}}if(o<=0)n.topLeft.y=0,n.topRight.y=0,n.bottomRight.y=0,n.bottomLeft.y=0;else{let a=n.topLeft.y+n.bottomLeft.y;if(a>o&&a>0){let s=o/a;n.topLeft.y*=s,n.bottomLeft.y*=s}let i=n.topRight.y+n.bottomRight.y;if(i>o&&i>0){let s=o/i;n.topRight.y*=s,n.bottomRight.y*=s}}return n}function s7(t,x){let e=[],n=t.style.boxShadows??[];for(let r of n){let o=Xi(r.color,t.style.color,x);o&&e.push({inset:r.inset,offsetX:r.offsetX,offsetY:r.offsetY,blur:Ki(r.blurRadius),spread:r.spreadRadius??0,color:o})}return e}function W6(t,x){let e=[],n=t.style.textShadows??[];for(let r of n){let o=r.offsetX??0,a=r.offsetY??0,i=Ki(r.blurRadius??0),s=Xi(r.color,t.style.color,x);s&&e.push({inset:!1,offsetX:o,offsetY:a,blur:i,spread:0,color:s})}return e}function Xi(t,x,e){if(!t||t.trim().length===0)return le(e);let n=t.trim().toLowerCase();if(n==="transparent")return;if(n==="currentcolor"){let o=O0(x);return le(o??e)}let r=O0(t);return r?le(r):le(e)}function ll(t,x){let e=x.spread,n=x.blur,r=Math.max(t.width+e*2,0),o=Math.max(t.height+e*2,0),a=t.x+x.offsetX-e,i=t.y+x.offsetY-e,s=r+n*2,d=o+n*2;return s<=0||d<=0?null:{x:a-n,y:i-n,width:s,height:d}}function qi(t,x,e){let n=ul(x);for(let r of e){if(r.inset)continue;let o=ll(x,r);o&&bl(n,o)}return n}function Ki(t){return Number.isFinite(t)?t<0?0:t:0}function ul(t){return{x:t.x,y:t.y,width:t.width,height:t.height}}function bl(t,x){if(x.width<=0||x.height<=0)return;let e=Math.min(t.x,x.x),n=Math.min(t.y,x.y),r=Math.max(t.x+t.width,x.x+x.width),o=Math.max(t.y+t.height,x.y+x.height);t.x=e,t.y=n,t.width=Math.max(0,r-e),t.height=Math.max(0,o-n)}function Zi(t){if(t.tagName!=="img")return;let x=t.customData?.image;if(!x?.info)return;let e=x.info;return{src:x.resolvedSrc??x.originalSrc??"",width:e.width,height:e.height,format:e.format,channels:e.channels,bitsPerComponent:e.bitsPerChannel,data:e.data}}function Ji(t){let x=Math.max(t.box.contentWidth,0),e=Math.max(t.box.contentHeight,0),n={top:v(t.style.paddingTop,x,{auto:"zero"}),right:v(t.style.paddingRight,x,{auto:"zero"}),bottom:v(t.style.paddingBottom,x,{auto:"zero"}),left:v(t.style.paddingLeft,x,{auto:"zero"})},r={top:v(t.style.borderTop,x,{auto:"zero"}),right:v(t.style.borderRight,x,{auto:"zero"}),bottom:v(t.style.borderBottom,x,{auto:"zero"}),left:v(t.style.borderLeft,x,{auto:"zero"})},o={x:t.box.x,y:t.box.y,width:Qi(t.box.borderBoxWidth,t.box.contentWidth+n.left+n.right+r.left+r.right),height:Qi(t.box.borderBoxHeight,e+n.top+n.bottom+r.top+r.bottom)},a={x:o.x+r.left,y:o.y+r.top,width:o.width-r.left-r.right,height:o.height-r.top-r.bottom},i={x:a.x+n.left,y:a.y+n.top,width:a.width-n.left-n.right,height:a.height-n.top-n.bottom};return{borderBox:o,paddingBox:a,contentBox:i}}function Qi(t,x){return t>0?t:x}function Ot(t){let x=t.textDecorationLine?.trim().toLowerCase();if(!x||x==="none")return;let e=x.split(/\s+/),n={};for(let a of e)switch(a){case"underline":n.underline=!0;break;case"overline":n.overline=!0;break;case"line-through":n.lineThrough=!0;break;default:break}if(!(n.underline||n.overline||n.lineThrough))return;let r=t.textDecorationStyle?.trim().toLowerCase();switch(r){case"solid":case"double":case"dotted":case"dashed":case"wavy":n.style=r;break;default:n.style="solid";break}let o=ml(t);return o&&(n.color=o),n}function ml(t){let x=t.textDecorationColor;if(x){if(x.toLowerCase()==="currentcolor")return O0(t.color);let e=O0(x);if(e)return e}return O0(t.color)}function ns(t,x){let e=t.style.backgroundLayers??[],n={};for(let o=e.length-1;o>=0;o--){let a=e[o];if(a.clip!=="text"){if(a.kind==="gradient"&&n.gradient===void 0){let i=os(a,x);i&&(n.gradient=i)}else if(a.kind==="image"&&n.image===void 0){let i=pl(a,x);i&&(n.image=i)}}}let r=O0(t.style.backgroundColor||void 0);return r&&(n.color=r),n}function rs(t,x){let e=t.style.backgroundLayers??[];for(let n=e.length-1;n>=0;n--){let r=e[n];if(r.kind==="gradient"&&r.clip==="text"){let o=os(r,x);if(o)return o}}}function pl(t,x){if(!t.imageInfo)return;let e=as(t,x),n=hl(t.size,e,t.imageInfo);if(n.width<=0||n.height<=0)return;let r=is(t.position,e,n.width,n.height);return{image:Ll(t,t.imageInfo),rect:{x:r.x,y:r.y,width:n.width,height:n.height},repeat:t.repeat??"repeat",originRect:e}}function os(t,x){let e=as(t,x),n=gl(t.size,e);if(n.width<=0||n.height<=0)return;let r=is(t.position,e,n.width,n.height),o={x:r.x,y:r.y,width:n.width,height:n.height},a=yl(t.gradient,o);if(a)return{gradient:a,rect:o,repeat:t.repeat??"no-repeat",originRect:e}}function as(t,x){switch(t.origin){case"border-box":return x.borderBox;case"padding-box":return x.paddingBox;case"content-box":return x.contentBox;default:return x.paddingBox}}function hl(t,x,e){let n=e.width,r=e.height,o=x.width,a=x.height,i=n>0&&r>0?n/r:1;if(!t||typeof t=="string")return t==="cover"?i>=o/a?{width:i*a,height:a}:{width:o,height:o/i}:t==="contain"?i>=o/a?{width:o,height:o/i}:{width:i*a,height:a}:n>0&&r>0?{width:n,height:r}:{width:o,height:a};let s=U6(t.width,o,n)??U6("auto",o,n),d=U6(t.height,a,r)??U6("auto",a,r);return{width:s??o,height:d??a}}function gl(t,x){if(!t||typeof t=="string")return{width:x.width,height:x.height};let e=U6(t.width,x.width,x.width)??x.width,n=U6(t.height,x.height,x.height)??x.height;return{width:e,height:n}}function is(t,x,e,n){let r=xs(t?.x,x.x,x.width-e,e,"x"),o=xs(t?.y,x.y,x.height-n,n,"y");return{x:r,y:o}}function xs(t,x,e,n,r){if(!t||t==="left"||t==="top")return x;if(t==="center")return x+e/2;if(t==="right"||t==="bottom")return x+e;if(t.endsWith("%")){let o=parseFloat(t);if(!Number.isNaN(o))return x+o/100*e}if(t.endsWith("px")){let o=parseFloat(t);if(!Number.isNaN(o))return x+o}return r==="x"?x:x+e}function U6(t,x,e){if(!t||t==="auto")return e>0?e:void 0;if(t.endsWith("%")){let r=parseFloat(t);return Number.isNaN(r)?void 0:r/100*x}if(t.endsWith("px")){let r=parseFloat(t);return Number.isNaN(r)?void 0:r}let n=Number(t);if(Number.isFinite(n))return n}function yl(t,x){if(t)return wl(t)?Rl(t,x):t}function wl(t){return t.type==="radial"}function Rl(t,x){if(t.coordsUnits==="userSpace")return t;if(x.width<=0||x.height<=0)return;if(!(!!t.at||!!t.size||!!t.shape||t.source==="css"))return t;let n=es(t.at?.x,x.width,(t.cx??.5)*x.width,"x"),r=es(t.at?.y,x.height,(t.cy??.5)*x.height,"y"),o=Sl(t.size,t.shape,x.width,x.height,n,r,t.r),a=Math.max(x.width,x.height,1);return{...t,cx:d7(n/x.width),cy:d7(r/x.height),r:d7(o/a),coordsUnits:"ratio"}}function es(t,x,e,n){if(!Number.isFinite(x)||x<=0)return e;if(!t)return ue(ts(e),0,x);let r=t.trim().toLowerCase();if(r==="left"||r==="top")return 0;if(r==="center")return x/2;if(r==="right"||r==="bottom")return x;if(r.endsWith("%")){let a=Number.parseFloat(r.slice(0,-1));if(Number.isFinite(a))return ue(a/100*x,0,x)}if(r.endsWith("px")){let a=Number.parseFloat(r);if(Number.isFinite(a))return ue(a,0,x)}let o=Number.parseFloat(r);return Number.isFinite(o)?ue(o,0,x):ue(ts(e),0,x)}function Sl(t,x,e,n,r,o,a){let i=Math.max(r,0),s=Math.max(e-r,0),d=Math.max(o,0),f=Math.max(n-o,0),c=Math.min(i,s,d,f),l=Math.max(i,s,d,f),u=[Math.hypot(r,o),Math.hypot(r,Math.max(n-o,0)),Math.hypot(Math.max(e-r,0),o),Math.hypot(Math.max(e-r,0),Math.max(n-o,0))],p=Math.min(...u),m=Math.max(...u),h=typeof t=="string"?t.toLowerCase():void 0;if(h==="closest-side")return c;if(h==="farthest-side")return l;if(h==="closest-corner")return p;if(h==="farthest-corner"||h===void 0)return m;let b=vl(t,Math.max(e,n));return b!==void 0?b:Number.isFinite(a)?a*Math.max(e,n):m}function vl(t,x){if(!t)return;let e=t.trim().toLowerCase();if(e.endsWith("%")){let r=Number.parseFloat(e.slice(0,-1));return Number.isFinite(r)?r/100*x:void 0}if(e.endsWith("px")){let r=Number.parseFloat(e);return Number.isFinite(r)?r:void 0}let n=Number.parseFloat(e);return Number.isFinite(n)?n:void 0}function ue(t,x,e){return!Number.isFinite(t)||t<x?x:t>e?e:t}function ts(t){return Number.isFinite(t)?t:0}function d7(t){return!Number.isFinite(t)||t<0?0:t>1?1:t}function Ll(t,x){return{src:t.resolvedUrl??t.originalUrl??"",width:x.width,height:x.height,format:x.format,channels:x.channels,bitsPerComponent:x.bitsPerChannel,data:x.data}}function ds(t,x){let e=t.style.clipPath;if(!e||e.type!=="polygon"||!e.points.length)return;let n=Cl(e.referenceBox,x);if(!n||n.width<=0||n.height<=0)return;let r=e.points.map(o=>{let a=ss(o.x,n.width),i=ss(o.y,n.height);return{x:n.x+a,y:n.y+i}});if(!r.some(o=>!Number.isFinite(o.x)||!Number.isFinite(o.y)))return{type:"polygon",points:r}}function Cl(t,x){switch(t){case"padding-box":return x.paddingBox;case"content-box":return x.contentBox;case"border-box":default:return x.borderBox}}function ss(t,x){return t.unit==="percent"?t.value*x:t.value}function be(){return{a:1,b:0,c:0,d:1,e:0,f:0}}function W0(t,x){return{a:t.a*x.a+t.c*x.b,b:t.b*x.a+t.d*x.b,c:t.a*x.c+t.c*x.d,d:t.b*x.c+t.d*x.d,e:t.a*x.e+t.c*x.f+t.e,f:t.b*x.e+t.d*x.f+t.f}}function d6(t,x,e){return{x:t.a*x+t.c*e+t.e,y:t.b*x+t.d*e+t.f}}function f7(t,x){let e=W0(t,x),n=e.a*e.d-e.b*e.c;if(Number.isFinite(n)&&n!==0){let i=Math.sqrt(Math.abs(n));if(i>0)return i}let r=Math.hypot(e.a,e.b),o=Math.hypot(e.c,e.d),a=(r+o)/2;return a>0?a:1}function hx(t){if(!t)return null;let x=/([a-zA-Z]+)\(([^)]*)\)/g,e,n=be(),r=!1;for(;(e=x.exec(t))!==null;){let o=e[1].toLowerCase(),a=Pl(e[2]),i=Tl(o,a);i&&(n=W0(n,i),r=!0)}return r?n:null}function Tl(t,x){switch(t){case"matrix":return x.length>=6?{a:x[0],b:x[1],c:x[2],d:x[3],e:x[4],f:x[5]}:null;case"translate":{let e=Number.isFinite(x[0])?x[0]:0,n=Number.isFinite(x[1])?x[1]:0;return{a:1,b:0,c:0,d:1,e,f:n}}case"scale":{let e=Number.isFinite(x[0])?x[0]:1,n=Number.isFinite(x[1])?x[1]:e;return{a:e,b:0,c:0,d:n,e:0,f:0}}case"rotate":{let e=(Number.isFinite(x[0])?x[0]:0)*(Math.PI/180),n=Math.cos(e),r=Math.sin(e),o={a:n,b:r,c:-r,d:n,e:0,f:0};if(x.length>=3&&Number.isFinite(x[1])&&Number.isFinite(x[2])){let a=x[1],i=x[2],s={a:1,b:0,c:0,d:1,e:a,f:i},d={a:1,b:0,c:0,d:1,e:-a,f:-i};o=W0(s,W0(o,d))}return o}case"skewx":{let e=(Number.isFinite(x[0])?x[0]:0)*(Math.PI/180);return{a:1,b:0,c:Math.tan(e),d:1,e:0,f:0}}case"skewy":{let e=(Number.isFinite(x[0])?x[0]:0)*(Math.PI/180);return{a:1,b:Math.tan(e),c:0,d:1,e:0,f:0}}default:return null}}function Pl(t){let x=[],e=/[-+]?(?:\d+\.?\d*|\.\d+)(?:[eE][-+]?\d+)?/g,n;for(;(n=e.exec(t))!==null;){let r=Number.parseFloat(n[0]);Number.isFinite(r)&&x.push(r)}return x}function fs(t,x,e){let n=[],r=x??{r:0,g:0,b:0,a:1},o=Dt(t)??t.style.textAlign,a=e??Ot(t.style),i=t.style.fontFamily??"sans-serif",s=t.style.fontSize,d=t.style.fontWeight,f=t.style.fontStyle,c=t.style.fontVariant,l=t.style.letterSpacing;if(t.inlineRuns&&t.inlineRuns.length>0){for(let u of t.inlineRuns){let p=o==="justify"&&!u.isLastLine,m,h=u.targetWidth??u.lineWidth??u.width,b=u.lineWidth??u.width;if(p&&u.spaceCount>0){let C=Math.max(h-b,0);C>0&&(m=C/u.spaceCount)}let g=u.text.split("").reduce((C,P)=>P===" "?C+1:C,0),y=g>0&&m!==void 0?g*m:0,w=u.width+y,S=W6(t,r),R={a:1,b:0,c:0,d:1,e:u.startX,f:u.baseline};n.push({text:u.text.normalize("NFC"),fontFamily:i,fontSize:s,fontWeight:d,fontStyle:f,fontVariant:c,fill:r,letterSpacing:l,lineMatrix:R,wordSpacing:m,decorations:a?{...a}:void 0,advanceWidth:w,textShadows:S,lineIndex:u.lineIndex,isLastLine:u.isLastLine,spacesInRun:g})}return n}if(t.lineBoxes&&t.lineBoxes.length>0){let u=B0(t.style),p=t.parent&&(t.parent.tagName==="td"||t.parent.tagName==="th"),m=Math.max(p?t.parent.box.contentWidth:t.box.contentWidth,0),h=t.box.y,b=t.lineBoxes.length*u;t.style.verticalAlign==="middle"?h=t.box.y+(t.box.contentHeight-b)/2:t.style.verticalAlign==="bottom"&&(h=t.box.y+(t.box.contentHeight-b));let g=o==="justify";for(let y=0;y<t.lineBoxes.length;y++){let w=t.lineBoxes[y],S=w.text.normalize("NFC"),R=w.width??z0(S,t.style),C=y*u,P=h+C+s,k;if(g&&y<t.lineBoxes.length-1){let D=w.spaceCount??0;if(D>0){let O=w.targetWidth??m??R,U=Math.max(O-R,0);U>0&&(k=U/D)}}let B=w.targetWidth??R,E=k!==void 0&&k!==0&&B>0?Math.max(B,R):Math.max(R,0),F=t.box.x;if(E>0&&Number.isFinite(m)&&m>0){let D=Math.max(m-E,0);o==="center"?F=t.box.x+D/2:(o==="right"||o==="end")&&(F=t.box.x+D)}let M=W6(t,r),T={a:1,b:0,c:0,d:1,e:F,f:P};n.push({text:S,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:f,fontVariant:c,fill:r,letterSpacing:l,lineMatrix:T,wordSpacing:k,decorations:a?{...a}:void 0,advanceWidth:E,textShadows:M})}return n}if(t.textContent){let u=t.textContent,m=Px(u,t.style.textTransform).normalize("NFC"),h=t.box.baseline>0?t.box.baseline:t.box.y+t.box.contentHeight,b=Math.max(z0(m,t.style),0),g=_i(t,b,o),y=W6(t,r);return[{text:m,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:f,fontVariant:c,letterSpacing:l,fill:r,lineMatrix:{a:1,b:0,c:0,d:1,e:g,f:h},decorations:a?{...a}:void 0,advanceWidth:b,textShadows:y}]}return[]}function bs(t,x,e,n){let r=Ml(t);if(!r||r==="none")return;let o=Fl(t),a=Al(r,o);if(!a)return;let i=ms(e),s=t.style.fontFamily??"sans-serif",d=t.style.fontSize,f=t.style.fontWeight,c=n??{r:0,g:0,b:0,a:1},l=i?.lineMatrix.f??(t.box.baseline>0?t.box.baseline:x.y+d),u=i?.lineMatrix.e??x.x,p=Math.max(z0(a,t.style),0),m=Math.max(d*.5,6),h=u-m-p;return{text:a,fontFamily:s,fontSize:d,fontWeight:f,fill:c,lineMatrix:{a:1,b:0,c:0,d:1,e:h,f:l},advanceWidth:p+m}}function ms(t){for(let x of t){if(x.textRuns.length>0)return x.textRuns[0];let e=ms(x.children);if(e)return e}}function Fl(t){let x=t.parent;if(!x)return 1;let e=0;for(let n of x.children)if(n.tagName==="li"&&(e+=1),n===t)break;return Math.max(e,1)}var ps={disc:"\u2022",circle:"\u25E6",square:"\u25AA"},Bl=ps.disc;function Al(t,x){let e=t.trim().toLowerCase();switch(e){case"none":return;case"decimal":return`${x}.`;case"decimal-leading-zero":return`${String(x).padStart(2,"0")}.`;case"lower-alpha":return`${cs(x).toLowerCase()}.`;case"upper-alpha":return`${cs(x).toUpperCase()}.`;case"lower-roman":{let n=ls(x);return n?`${n.toLowerCase()}.`:`${x}.`}case"upper-roman":{let n=ls(x);return n?`${n.toUpperCase()}.`:`${x}.`}case"disc":case"circle":case"square":return ps[e];default:return Bl}}function cs(t){let x=Math.max(1,Math.floor(t)),e="";for(;x>0;){x-=1;let n=65+x%26;e=String.fromCharCode(n)+e,x=Math.floor(x/26)}return e}function ls(t){if(!Number.isFinite(t)||t<=0||t>=4e3)return;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=Math.floor(t),n="";for(let[r,o]of x){for(;e>=r;)n+=o,e-=r;if(e===0)break}return n}function Ml(t){let x=us(t.style.listStyleType);if(x==="none")return"none";if(x&&x!=="disc")return x;let e=t.parent;if(e){let n=us(e.style.listStyleType);if(n==="none")return"none";if(n)return n;if(e.tagName==="ol")return"decimal";if(e.tagName==="ul")return"disc"}return x??"disc"}function us(t){if(!t)return;let x=t.trim().toLowerCase();return x.length>0?x:void 0}function gs(t){let{node:x,children:e,borderBox:n,contentBox:r,textColor:o,decorations:a,transform:i,fallbackColor:s,fontResolver:d,textGradient:f}=t,c=fs(x,o,a);if(d&&Il(c,d),x.tagName==="li"){let l=bs(x,r,e,o??s);l&&c.unshift(l)}if(f)for(let l of c)l.textGradient=f;return i&&c.length>0&&kl(c,i,n),c}function kl(t,x,e){if(t.length===0)return;let n=Number.isFinite(e.x)?e.x:0,r=Number.isFinite(e.y)?e.y:0,o=Number.isFinite(e.width)?e.width:0,a=Number.isFinite(e.height)?e.height:0,i=n+o/2,s=r+a/2,d=hs(-i,-s),f=hs(i,s);for(let c of t){let l=c.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0},u=W0(d,l),p=W0(x,u);c.lineMatrix=W0(f,p)}}function hs(t,x){return{a:1,b:0,c:0,d:1,e:t,f:x}}function Il(t,x){for(let e of t)try{let n=x.resolveSync?x.resolveSync(e.fontFamily,e.fontWeight,e.fontStyle):void 0;if(!n)continue;let r=f6(n,e.text,e.fontSize,e.letterSpacing??0);e.wordSpacing!==void 0&&r.positions.length>0&&c6(r,e.text,e.wordSpacing),e.glyphs=r}catch(n){console.warn(`Failed to create GlyphRun for text "${e.text}": ${n}`)}}function f6(t,x,e,n){let r=[],o=[],a=0,i=t.metrics.kerning,s=t.metrics.metrics.unitsPerEm,d=null;for(let f=0;f<x.length;f++){let c=x.codePointAt(f)??0,l=t.metrics.cmap.getGlyphId(c);r.push(l);let p=t.metrics.glyphMetrics.get(l)?.advanceWidth??0;if(d!==null&&i){let h=Nl(i,d,l);h!==0&&(a+=h/s*e)}let m=p/s*e;o.push({x:a,y:0}),a+=m,f<x.length-1&&(a+=n),c>65535&&f++,d=l}return{font:t,glyphIds:r,positions:o,text:x,fontSize:e,width:a}}function c6(t,x,e){if(!e)return;let n=0,r=t.positions.length;for(let o=0;o<r;o++)n>0&&(t.positions[o].x+=n),x.charCodeAt(o)===32&&(n+=e);n>0&&(t.width=(t.width??0)+n)}function Nl(t,x,e){let n=t.get(x);return n?n.get(e)??0:0}function Ut(t,x={}){let e=x.dpiAssumption??96,n={fontFaces:x.stylesheets?.fontFaces??[]},r={headerHtml:x.headerFooter?.headerHtml,footerHtml:x.headerFooter?.footerHtml,headerFirstHtml:x.headerFooter?.headerFirstHtml,footerFirstHtml:x.headerFooter?.footerFirstHtml,headerEvenHtml:x.headerFooter?.headerEvenHtml,footerEvenHtml:x.headerFooter?.footerEvenHtml,headerOddHtml:x.headerFooter?.headerOddHtml,footerOddHtml:x.headerFooter?.footerOddHtml,placeholders:x.headerFooter?.placeholders??{},layerMode:x.headerFooter?.layerMode??"under",maxHeaderHeightPx:x.headerFooter?.maxHeaderHeightPx??0,maxFooterHeightPx:x.headerFooter?.maxFooterHeightPx??0,clipOverflow:x.headerFooter?.clipOverflow??!1,fontFamily:x.headerFooter?.fontFamily},o={counter:0,fontResolver:x.fontResolver};return{root:ys(t,o),dpiAssumption:e,css:n,hf:r}}var c7={r:0,g:0,b:0,a:1};function Ol(t){return t.tagName==="img"?"image":t.tagName==="svg"&&t.customData&&"svg"in t.customData?"svg":t.tagName==="li"?"list-item":t.textContent&&t.textContent.length>0?"text-runs":"container"}function Wl(t){if(t.float!=="none")return{type:"float"};switch(t.position){case"absolute":return{type:"absolute"};case"fixed":return{type:"fixed"};case"sticky":return{type:"sticky"};default:return{type:"normal"}}}function Ul(t){switch(t){case"hidden":return"hidden";case"scroll":return"scroll";case"auto":return"auto";case"clip":return"clip";default:return"visible"}}function ys(t,x,e){let r=t.customData?.id||`node-${x.counter++}`,{borderBox:o,paddingBox:a,contentBox:i}=Ji(t),s=O0(t.style.color),d=s??c7,f=s7(t,d),c=qi(t,o,f),l=Yi(t.style,o),u=t.style.transform,p=u?hx(u)??void 0:void 0,m=rs(t,{borderBox:o,paddingBox:a,contentBox:i});m&&I("layout","debug","node has background-clip:text gradient",{tagName:t.tagName,rect:m.rect});let h=m??e,b=t.children.map(T=>ys(T,x,h)),g=Zi(t),y=Ot(t.style),w=gs({node:t,children:b,borderBox:o,contentBox:i,textColor:s,decorations:y,transform:p??void 0,fallbackColor:s??c7,fontResolver:x.fontResolver,textGradient:h});I("layout","debug","node converted",{tagName:t.tagName,textContent:t.textContent?.slice(0,40),fontFamily:t.style.fontFamily,fontSize:t.style.fontSize,contentBox:i});let S=ns(t,{borderBox:o,paddingBox:a,contentBox:i}),R=ds(t,{borderBox:o,paddingBox:a,contentBox:i}),C=typeof t.style.zIndex=="number"?t.style.zIndex:0,P=typeof t.style.zIndex=="number"&&t.style.position!=="static",k={top:Wt(t.style.borderStyleTop),right:Wt(t.style.borderStyleRight),bottom:Wt(t.style.borderStyleBottom),left:Wt(t.style.borderStyleLeft)},B=Dt(t),E=B==="left"||B==="center"||B==="right"||B==="justify"?B:void 0,F={fontFamily:t.style.fontFamily,fontWeight:t.style.fontWeight,fontStyle:t.style.fontStyle,fontSize:t.style.fontSize},M=t.customData||Object.values(F).some(T=>T!==void 0)?{...t.customData,...F}:void 0;return{id:r,tagName:t.tagName,textContent:t.textContent,kind:Ol(t),contentBox:i,paddingBox:a,borderBox:o,visualOverflow:c,padding:{top:v(t.style.paddingTop,Math.max(t.box.contentWidth,0),{auto:"zero"}),right:v(t.style.paddingRight,Math.max(t.box.contentWidth,0),{auto:"zero"}),bottom:v(t.style.paddingBottom,Math.max(t.box.contentWidth,0),{auto:"zero"}),left:v(t.style.paddingLeft,Math.max(t.box.contentWidth,0),{auto:"zero"})},border:{top:v(t.style.borderTop,Math.max(t.box.contentWidth,0),{auto:"zero"}),right:v(t.style.borderRight,Math.max(t.box.contentWidth,0),{auto:"zero"}),bottom:v(t.style.borderBottom,Math.max(t.box.contentWidth,0),{auto:"zero"}),left:v(t.style.borderLeft,Math.max(t.box.contentWidth,0),{auto:"zero"})},borderRadius:l,opacity:t.style.opacity??1,overflow:Ul(t.style.overflowX??"visible"),textRuns:w,decorations:y??{},textShadows:W6(t,d),boxShadows:s7(t,s??c7),establishesStackingContext:P,zIndexComputed:C,positioning:Wl(t.style),children:b,links:[],borderColor:O0(t.style.borderColor),borderStyle:k,color:s,background:S,clipPath:R,image:g,customData:M,textAlign:E,transform:p}}function Wt(t){if(!t)return"solid";let x=t.toLowerCase();return x==="dashed"||x==="dotted"||x==="double"?x:x==="none"||x==="hidden"?"none":"solid"}var Ht=class{constructor(){this.currentObjectNumber=1}createRef(){return{objectNumber:-1}}ensureRefNumber(x){return x.objectNumber<=0?x.objectNumber=this.currentObjectNumber++:x.objectNumber>=this.currentObjectNumber&&(this.currentObjectNumber=x.objectNumber+1),x}getNextObjectNumber(){return this.currentObjectNumber}getObjectCount(){return this.currentObjectNumber}};var zt=class{constructor(){this.fonts=new Map}register(x){let e=this.fonts.get(x);if(e)return e.objectRef;let n={objectNumber:-1};return this.fonts.set(x,{name:x,baseFont:x,objectRef:n}),n}getAll(){return Array.from(this.fonts.values())}},Gt=class{constructor(){this.images=[]}register(x){let e=x.channels===1?"DeviceGray":"DeviceRGB",n=x.format==="png"&&x.channels===4,r=n?8:x.bitsPerComponent;if(x.src){for(let i of this.images)if(i.src===x.src&&i.width===x.width&&i.height===x.height&&i.colorSpace===e&&i.bitsPerComponent===r&&!!i.sMask===n)return i.ref}if(n)return this.registerPngWithAlpha(x);let o=x.format==="jpeg"?"DCTDecode":void 0,a={objectNumber:-1};return this.images.push({ref:a,src:x.src,width:x.width,height:x.height,colorSpace:e,bitsPerComponent:x.bitsPerComponent,filter:o,data:x.data.slice(),sMask:void 0}),a}registerPngWithAlpha(x){let e=new Uint8Array(x.width*x.height*3),n=new Uint8Array(x.width*x.height);for(let a=0,i=0,s=0;a<x.data.length;a+=4,i+=3,s++)e[i]=x.data[a],e[i+1]=x.data[a+1],e[i+2]=x.data[a+2],n[s]=x.data[a+3];let r={objectNumber:-1};this.images.push({ref:r,src:x.src,width:x.width,height:x.height,colorSpace:"DeviceGray",bitsPerComponent:8,data:n,sMask:void 0});let o={objectNumber:-1};return this.images.push({ref:o,src:x.src,width:x.width,height:x.height,colorSpace:"DeviceRGB",bitsPerComponent:8,data:e,sMask:r}),o}getAll(){return this.images}},jt=class{constructor(){this.states=new Map}register(x){let e=this.clampAlpha(x),n=e.toFixed(4),r=this.states.get(n);if(r)return r.ref;let o={objectNumber:-1};return this.states.set(n,{ref:o,alpha:e}),o}clampAlpha(x){return Number.isFinite(x)?x<=0?0:x>=1?1:x:1}getAll(){return Array.from(this.states.values())}},$t=class{constructor(){this.shadings=new Map}register(x,e){let n=this.shadings.get(x);if(n)return n.ref;let r={objectNumber:-1};return this.shadings.set(x,{ref:r,dict:e}),r}getAll(){return Array.from(this.shadings.values())}},Vt=class{constructor(){this.patterns=new Map}register(x,e){let n=this.patterns.get(x);if(n)return n.ref;let r={objectNumber:-1};return this.patterns.set(x,{ref:r,dict:e}),r}getAll(){return Array.from(this.patterns.values())}},_t=class{constructor(){this.objects=[]}register(x){let e={objectNumber:-1};return this.objects.push({ref:e,value:x}),e}getAll(){return this.objects}},Yt=class{constructor(){this.streams=[]}register(x,e={}){let n={objectNumber:-1};return this.streams.push({ref:n,data:x,headers:e}),n}getAll(){return this.streams}};var Hl=(()=>{let t=new Array(256);for(let e=0;e<=255;e++)t[e]=e;let x={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};for(let[e,n]of Object.entries(x)){let r=Number(e);t[r]=n}return t})(),l7=(()=>{let t=new Map;for(let x=0;x<=255;x++){let e=Hl[x];t.has(e)||t.set(e,x)}return t})();function zl(t){let x="",e=0,n=[];for(let r of t){let o=r.codePointAt(0);if(o===void 0)continue;let a=l7.get(o);if(a===void 0){e++,n.push(o),x+="?";continue}x+=String.fromCharCode(a)}return e&&I("encoding","debug","WinAnsi misses",{misses:e,codepoints:n.slice(0,20)}),x}function u7(t){return t.replace(/([()\\])/g,"\\$1")}function gx(t,x="WinAnsi"){let e=t,n=x==="WinAnsi"?zl(t):t;return I("encoding","trace","PdfText transformation",{scheme:x,before:e,after:n}),u7(n)}function xx(t){let x=new Uint8Array(t.length);for(let e=0;e<t.length;e++)x[e]=t.charCodeAt(e)&255;return x}var kR=new TextEncoder;function me(t){let x=0;for(let r of t)x+=r.length;let e=new Uint8Array(x),n=0;for(let r of t)e.set(r,n),n+=r.length;return e}function Xt(t){return typeof t=="number"?pe(t):typeof t=="string"?t:Array.isArray(t)?`[${t.map(x=>Xt(x)).join(" ")}]`:typeof t=="object"&&t!==null&&"objectNumber"in t?`${t.objectNumber} 0 R`:typeof t=="object"&&t!==null?`<< ${Object.entries(t).map(([e,n])=>`/${e} ${Xt(n)}`).join(" ")} >>`:"null"}function ws(t){let x=["<<","/Type /Font","/Subtype /Type1",`/BaseFont /${Cs(t)}`];return Gl(t)||x.push("/Encoding /WinAnsiEncoding"),x.push(">>"),x.join(`
22
+ `)}function Rs(t){let x=jl(t),e=pe(x);return["<<","/Type /ExtGState",`/ca ${e}`,`/CA ${e}`,">>"].join(`
23
+ `)}function qt(t,x=[]){let e=typeof t=="string"?xx(t):new Uint8Array(t),n=[`/Length ${e.length}`,...x].join(" "),r=xx(`<< ${n} >>
24
24
  stream
25
- `),o=J0(`
26
- endstream`);return pe([r,e,o])}function Ss(t){let x=[];if(t.title){let e=gx(t.title);k("pdf","debug","serializing metadata title",{title:t.title.slice(0,50),encoded:e}),x.push(`/Title (${e})`)}if(t.author){let e=gx(t.author);k("pdf","debug","serializing metadata author",{author:t.author.slice(0,50),encoded:e}),x.push(`/Author (${e})`)}if(t.subject){let e=gx(t.subject);k("pdf","debug","serializing metadata subject",{subject:t.subject.slice(0,50),encoded:e}),x.push(`/Subject (${e})`)}if(t.keywords?.length){let e=t.keywords.join(", "),n=gx(e);k("pdf","debug","serializing metadata keywords",{keywords:e.slice(0,50),encoded:n}),x.push(`/Keywords (${n})`)}if(t.producer){let e=gx(t.producer);k("pdf","debug","serializing metadata producer",{producer:t.producer.slice(0,50),encoded:e}),x.push(`/Producer (${e})`)}return`<< ${x.join(" ")} >>`}function vs(t,x,e){let n=[`/Size ${t}`,`/Root ${x.objectNumber} 0 R`];return e&&n.push(`/Info ${e.objectNumber} 0 R`),`<< ${n.join(" ")} >>`}function Ls(t){return`${t.toString().padStart(10,"0")} 00000 n
27
- `}function he(t){return Number.isInteger(t)?t.toString():t.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function Cs(t){return t.replace(/[^!-~]/g,"")}function Ul(t){let x=Cs(t).toLowerCase();return x==="symbol"||x==="zapfdingbats"}function Ts(t){return!!(t.title||t.author||t.subject||t.keywords?.length||t.producer)}function Hl(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}var Kt=class{constructor(x={}){this.metadata=x;this.pages=[];this.refManager=new Ht;this.fontRegistry=new zt;this.imageRegistry=new Gt;this.extGStateRegistry=new jt;this.shadingRegistry=new $t;this.patternRegistry=new Vt;this.objectRegistry=new _t;this.streamRegistry=new Yt}addPage(x){this.pages.push(x)}finalize(){let x=[],e=J0(`%PDF-1.4
28
- `),n=(s,d)=>{let f=this.refManager.ensureRefNumber(d??{objectNumber:0}),c;if(typeof s=="string")c=J0(s);else if(s instanceof Uint8Array)c=s;else{let l=Xt(s);c=J0(l)}return x.push({ref:f,body:c}),f};this.reserveObjectNumbers(),this.buildFonts(n),this.buildExtGStates(n),this.buildShadings(n),this.buildPatterns(n),this.buildImages(n),this.buildStreams(n),this.buildCustomObjects(n);let r=this.buildPages(n),o=this.buildPagesTree(r,n),a=this.buildCatalog(o,n),i=this.buildMetadata(n);return this.assemblePdf(e,x,a,i)}reserveObjectNumbers(){for(let x of this.streamRegistry.getAll())this.refManager.ensureRefNumber(x.ref);for(let x of this.objectRegistry.getAll())this.refManager.ensureRefNumber(x.ref);for(let x of this.patternRegistry.getAll())this.refManager.ensureRefNumber(x.ref)}buildFonts(x){for(let e of this.fontRegistry.getAll())e.objectRef=x(ws(e.baseFont),e.objectRef)}buildExtGStates(x){for(let e of this.extGStateRegistry.getAll())e.ref=x(Rs(e.alpha),e.ref)}buildShadings(x){for(let e of this.shadingRegistry.getAll())e.ref=x(e.dict,e.ref)}buildPatterns(x){for(let e of this.patternRegistry.getAll())e.ref=x(e.dict,e.ref)}buildImages(x){for(let e of this.imageRegistry.getAll()){let n=["/Type /XObject","/Subtype /Image",`/Width ${e.width}`,`/Height ${e.height}`,`/ColorSpace /${e.colorSpace}`,`/BitsPerComponent ${e.bitsPerComponent}`];e.filter&&n.push(`/Filter /${e.filter}`),e.sMask&&n.push(`/SMask ${e.sMask.objectNumber} 0 R`);let r=qt(e.data,n);e.ref=x(r,e.ref)}}buildStreams(x){for(let e of this.streamRegistry.getAll()){let n=Object.entries(e.headers).map(([o,a])=>`/${o} ${a}`),r=qt(e.data,n);e.ref=x(r,e.ref)}}buildCustomObjects(x){for(let e of this.objectRegistry.getAll())e.ref=x(e.value,e.ref)}buildPages(x){let e=[];for(let n of this.pages){let r=x(qt(n.contents)),o=this.buildPageResources(n),a=this.buildPageAnnotations(n,x),i=o.length>0?`/Resources << ${o.join(" ")} >>`:"",s=a.length>0?`/Annots [${a.map(c=>`${c.objectNumber} 0 R`).join(" ")}]`:"",d=["<<","/Type /Page",`/MediaBox [0 0 ${he(n.width)} ${he(n.height)}]`,i,s,`/Contents ${r.objectNumber} 0 R`,">>"].filter(Boolean).join(`
25
+ `),o=xx(`
26
+ endstream`);return me([r,e,o])}function Ss(t){let x=[];if(t.title){let e=gx(t.title);I("pdf","debug","serializing metadata title",{title:t.title.slice(0,50),encoded:e}),x.push(`/Title (${e})`)}if(t.author){let e=gx(t.author);I("pdf","debug","serializing metadata author",{author:t.author.slice(0,50),encoded:e}),x.push(`/Author (${e})`)}if(t.subject){let e=gx(t.subject);I("pdf","debug","serializing metadata subject",{subject:t.subject.slice(0,50),encoded:e}),x.push(`/Subject (${e})`)}if(t.keywords?.length){let e=t.keywords.join(", "),n=gx(e);I("pdf","debug","serializing metadata keywords",{keywords:e.slice(0,50),encoded:n}),x.push(`/Keywords (${n})`)}if(t.producer){let e=gx(t.producer);I("pdf","debug","serializing metadata producer",{producer:t.producer.slice(0,50),encoded:e}),x.push(`/Producer (${e})`)}return`<< ${x.join(" ")} >>`}function vs(t,x,e){let n=[`/Size ${t}`,`/Root ${x.objectNumber} 0 R`];return e&&n.push(`/Info ${e.objectNumber} 0 R`),`<< ${n.join(" ")} >>`}function Ls(t){return`${t.toString().padStart(10,"0")} 00000 n
27
+ `}function pe(t){return Number.isInteger(t)?t.toString():t.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function Cs(t){return t.replace(/[^!-~]/g,"")}function Gl(t){let x=Cs(t).toLowerCase();return x==="symbol"||x==="zapfdingbats"}function Ts(t){return!!(t.title||t.author||t.subject||t.keywords?.length||t.producer)}function jl(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}var Kt=class{constructor(x={}){this.metadata=x;this.pages=[];this.refManager=new Ht;this.fontRegistry=new zt;this.imageRegistry=new Gt;this.extGStateRegistry=new jt;this.shadingRegistry=new $t;this.patternRegistry=new Vt;this.objectRegistry=new _t;this.streamRegistry=new Yt}addPage(x){this.pages.push(x)}finalize(){let x=[],e=xx(`%PDF-1.4
28
+ `),n=(s,d)=>{let f=this.refManager.ensureRefNumber(d??{objectNumber:0}),c;if(typeof s=="string")c=xx(s);else if(s instanceof Uint8Array)c=s;else{let l=Xt(s);c=xx(l)}return x.push({ref:f,body:c}),f};this.reserveObjectNumbers(),this.buildFonts(n),this.buildExtGStates(n),this.buildShadings(n),this.buildPatterns(n),this.buildImages(n),this.buildStreams(n),this.buildCustomObjects(n);let r=this.buildPages(n),o=this.buildPagesTree(r,n),a=this.buildCatalog(o,n),i=this.buildMetadata(n);return this.assemblePdf(e,x,a,i)}reserveObjectNumbers(){for(let x of this.streamRegistry.getAll())this.refManager.ensureRefNumber(x.ref);for(let x of this.objectRegistry.getAll())this.refManager.ensureRefNumber(x.ref);for(let x of this.patternRegistry.getAll())this.refManager.ensureRefNumber(x.ref)}buildFonts(x){for(let e of this.fontRegistry.getAll())e.objectRef=x(ws(e.baseFont),e.objectRef)}buildExtGStates(x){for(let e of this.extGStateRegistry.getAll())e.ref=x(Rs(e.alpha),e.ref)}buildShadings(x){for(let e of this.shadingRegistry.getAll())e.ref=x(e.dict,e.ref)}buildPatterns(x){for(let e of this.patternRegistry.getAll())e.ref=x(e.dict,e.ref)}buildImages(x){for(let e of this.imageRegistry.getAll()){let n=["/Type /XObject","/Subtype /Image",`/Width ${e.width}`,`/Height ${e.height}`,`/ColorSpace /${e.colorSpace}`,`/BitsPerComponent ${e.bitsPerComponent}`];e.filter&&n.push(`/Filter /${e.filter}`),e.sMask&&n.push(`/SMask ${e.sMask.objectNumber} 0 R`);let r=qt(e.data,n);e.ref=x(r,e.ref)}}buildStreams(x){for(let e of this.streamRegistry.getAll()){let n=Object.entries(e.headers).map(([o,a])=>`/${o} ${a}`),r=qt(e.data,n);e.ref=x(r,e.ref)}}buildCustomObjects(x){for(let e of this.objectRegistry.getAll())e.ref=x(e.value,e.ref)}buildPages(x){let e=[];for(let n of this.pages){let r=x(qt(n.contents)),o=this.buildPageResources(n),a=this.buildPageAnnotations(n,x),i=o.length>0?`/Resources << ${o.join(" ")} >>`:"",s=a.length>0?`/Annots [${a.map(c=>`${c.objectNumber} 0 R`).join(" ")}]`:"",d=["<<","/Type /Page",`/MediaBox [0 0 ${pe(n.width)} ${pe(n.height)}]`,i,s,`/Contents ${r.objectNumber} 0 R`,">>"].filter(Boolean).join(`
29
29
  `),f=x(d);e.push(f)}return e}buildPageResources(x){let e=[],n=[];for(let[s,d]of x.resources.fonts)n.push(`/${s} ${d.objectNumber} 0 R`);n.length>0&&e.push(`/Font << ${n.join(" ")} >>`);let r=[];for(let[s,d]of x.resources.xObjects)r.push(`/${s} ${d.objectNumber} 0 R`);r.length>0&&e.push(`/XObject << ${r.join(" ")} >>`);let o=[];for(let[s,d]of x.resources.extGStates)o.push(`/${s} ${d.objectNumber} 0 R`);o.length>0&&e.push(`/ExtGState << ${o.join(" ")} >>`);let a=[];for(let[s,d]of x.resources.shadings)a.push(`/${s} ${d.objectNumber} 0 R`);a.length>0&&e.push(`/Shading << ${a.join(" ")} >>`);let i=[];if(x.resources.patterns){for(let[s,d]of x.resources.patterns)i.push(`/${s} ${d.objectNumber} 0 R`);i.length>0&&e.push(`/Pattern << ${i.join(" ")} >>`)}return e}buildPageAnnotations(x,e){let n=[];for(let r of x.annotations??[]){let o=e(r);n.push(o)}return n}buildPagesTree(x,e){let n=x.map(r=>`${r.objectNumber} 0 R`).join(" ");return e(["<<","/Type /Pages",`/Count ${x.length}`,`/Kids [${n}]`,">>"].join(`
30
30
  `))}buildCatalog(x,e){return e(["<<","/Type /Catalog",`/Pages ${x.objectNumber} 0 R`,">>"].join(`
31
31
  `))}buildMetadata(x){return Ts(this.metadata)?x(Ss(this.metadata)):null}assemblePdf(x,e,n,r){let o=[x],a=x.length,i=this.refManager.getObjectCount(),s=new Array(i).fill(`0000000000 00000 f
32
32
  `);s[0]=`0000000000 65535 f
33
- `;for(let c of e){let l=J0(`${c.ref.objectNumber} 0 obj
34
- `),u=J0(`
33
+ `;for(let c of e){let l=xx(`${c.ref.objectNumber} 0 obj
34
+ `),u=xx(`
35
35
  endobj
36
- `),p=pe([l,c.body,u]),m=c.ref.objectNumber;m>0&&m<i&&(s[m]=Ls(a)),o.push(p),a+=p.length}let d=a,f=J0(`xref
36
+ `),p=me([l,c.body,u]),m=c.ref.objectNumber;m>0&&m<i&&(s[m]=Ls(a)),o.push(p),a+=p.length}let d=a,f=xx(`xref
37
37
  0 ${i}
38
38
  ${s.join("")}trailer
39
39
  ${vs(i,n,r)}
40
40
  startxref
41
41
  ${d}
42
42
  %%EOF
43
- `);return o.push(f),pe(o)}};var H6=class{constructor(x={}){this.builder=new Kt(x)}registerStandardFont(x){return this.builder.fontRegistry.register(x)}addPage(x){let e={fonts:x.resources?.fonts??new Map,xObjects:x.resources?.xObjects??new Map,extGStates:x.resources?.extGStates??new Map,shadings:x.resources?.shadings??new Map,patterns:x.resources?.patterns??new Map};this.builder.addPage({width:x.width,height:x.height,contents:x.contents,resources:e,annotations:x.annotations??[]})}registerImage(x){return this.builder.imageRegistry.register(x)}registerExtGState(x){return this.builder.extGStateRegistry.register(x)}registerShading(x,e){return this.builder.shadingRegistry.register(x,e)}registerPattern(x,e){return this.builder.patternRegistry.register(x,e)}register(x){return this.builder.objectRegistry.register(x)}registerStream(x,e={}){return this.builder.streamRegistry.register(x,e)}finalize(){return this.builder.finalize()}};function b7(t,x,e){return{hf:t,pageSize:x,baseBox:e}}function m7(t,x){let e=Ps(t.hf,x,"header"),n=Ps(t.hf,x,"footer"),r=Fs(e),o=Fs(n),a=Bs(e),i=Bs(n);return{headerHeightPt:r,footerHeightPt:o,headerHeightPx:a,footerHeightPx:i,layerMode:t.hf.layerMode,header:e,footer:n,clipOverflow:t.hf.clipOverflow}}function p7(t,x,e){return As(t.header,x,e)}function h7(t,x,e){return As(t.footer,x,e)}function Ps(t,x,e){let n=e==="header"?t.maxHeaderHeightPx??0:t.maxFooterHeightPx??0,r=o=>{if(o)return{content:o,maxHeightPt:x(n),maxHeightPx:n}};return e==="header"?{defaultVariant:r(t.headerHtml),firstVariant:r(t.headerFirstHtml),evenVariant:r(t.headerEvenHtml),oddVariant:r(t.headerOddHtml)}:{defaultVariant:r(t.footerHtml),firstVariant:r(t.footerFirstHtml),evenVariant:r(t.footerEvenHtml),oddVariant:r(t.footerOddHtml)}}function Fs(t){let x=[t.defaultVariant?.maxHeightPt??0,t.firstVariant?.maxHeightPt??0,t.evenVariant?.maxHeightPt??0,t.oddVariant?.maxHeightPt??0];return Math.max(...x)}function Bs(t){let x=[t.defaultVariant?.maxHeightPx??0,t.firstVariant?.maxHeightPx??0,t.evenVariant?.maxHeightPx??0,t.oddVariant?.maxHeightPx??0];return Math.max(...x)}function As(t,x,e){if(x===1&&t.firstVariant)return t.firstVariant;if(e>1){if(x%2===0&&t.evenVariant)return t.evenVariant;if(x%2===1&&t.oddVariant)return t.oddVariant}return t.defaultVariant}function g7(t,x,e={}){let n=new Map;for(let[r,o]of Object.entries(t??{}))n.set(r,o);return n.set("page",(r,o)=>String(r)),n.set("pageNumber",(r,o)=>String(r)),n.set("pages",(r,o)=>String(o)),n.set("totalPages",(r,o)=>String(o)),!n.has("title")&&e.title&&n.set("title",e.title),n.set("date",()=>new Date().toLocaleDateString()),n}function z6(t,x,e,n){let r=t.replace(/\{\{([^}]+)\}\}/g,(o,a)=>{let i=x.get(a.trim());return i===void 0?"":typeof i=="string"?i:i(e,n)});return r=r.replace(/\{([^}]+)\}/g,(o,a)=>{let i=x.get(a.trim());return i===void 0?"":typeof i=="string"?i:i(e,n)}),r}var Ms=new Map;function W(t,x){Ms.set(t,x)}function ks(t){return Ms.get(t)}function Is(t){switch(t){case"block":return"block";case"inline":return"inline";case"inline-block":return"inline-block";case"flex":return"flex";case"grid":return"grid";case"table":return"table";case"table-row":return"table-row";case"table-cell":return"table-cell";case"table-row-group":return"table-row-group";case"table-header-group":return"table-header-group";case"table-footer-group":return"table-footer-group";case"table-caption":return"table-caption";case"none":return"none";default:return}}function Ns(t){if(t)switch(t.trim().toLowerCase()){case"flex-start":return"flex-start";case"flex-end":return"flex-end";case"center":return"center";case"space-between":return"space-between";case"space-around":return"space-around";case"space-evenly":return"space-evenly";case"start":return"start";case"end":return"end";case"left":return"left";case"right":return"right";default:return}}function y7(t){if(t)switch(t.trim().toLowerCase()){case"flex-start":return"flex-start";case"flex-end":return"flex-end";case"center":return"center";case"baseline":return"baseline";case"stretch":return"stretch";default:return}}function Es(t){if(t)switch(t.trim().toLowerCase()){case"flex-start":return"flex-start";case"flex-end":return"flex-end";case"center":return"center";case"space-between":return"space-between";case"space-around":return"space-around";case"space-evenly":return"space-evenly";case"stretch":return"stretch";default:return}}function Ds(t){if(!t)return;let x=t.trim().toLowerCase();return x==="auto"?"auto":y7(x)}function Os(t){if(!t)return;let x=t.trim().toLowerCase();switch(x){case"row":case"row-reverse":case"column":case"column-reverse":return x;default:return}}function Ws(t,x){x.display=Is(t)}function Us(t,x){let e=Ns(t);e!==void 0&&(x.justifyContent=e)}function Hs(t,x){let e=y7(t);e!==void 0&&(x.alignItems=e)}function zs(t,x){let e=Es(t);e!==void 0&&(x.alignContent=e)}function Gs(t,x){let e=Ds(t);e!==void 0&&(x.alignSelf=e)}function js(t,x){let e=Os(t);e!==void 0&&(x.flexDirection=e)}function $s(t,x){let e=t.trim().toLowerCase();e==="nowrap"?x.flexWrap=!1:(e==="wrap"||e==="wrap-reverse")&&(x.flexWrap=!0)}function Vs(t,x){x.color=t}function _s(t,x){x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"color",color:t})}function Ys(t){if(!Number.isFinite(t??NaN))return 0;let x=Number(t);return x>0?x:0}function Zt(t){return Number.isFinite(t)?t<0?0:t:0}function l6(t){let x=[],e="",n=0,r=null;for(let o of t){if(r){e+=o,o===r&&(r=null);continue}if(o==="'"||o==='"'){r=o,e+=o;continue}if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(o===","&&n===0){e.trim()&&x.push(e.trim()),e="";continue}e+=o}return e.trim()&&x.push(e.trim()),x}function I0(t){let x=[],e="",n=0,r=null;for(let o of t){if(r){e+=o,o===r&&(r=null);continue}if(o==="'"||o==='"'){r=o,e+=o;continue}if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(/\s/.test(o)&&n===0){e.trim()&&x.push(e.trim()),e="";continue}e+=o}return e.trim()&&x.push(e.trim()),x}var zl=new Set(["none","hidden","solid","dashed","dotted","double","groove","ridge","inset","outset"]),w7={thin:1,medium:3,thick:5},R7=w7.medium;function qs(t){let x=I0(t);if(x.length===0)return null;let e,n,r;for(let o of x){let a=o.trim();if(!a)continue;if(e===void 0){let s=u6(a);if(s!==void 0){e=s;continue}}let i=a.toLowerCase();if(!n&&zl.has(i)){n=i;continue}r===void 0&&(r=a)}return n==="none"||n==="hidden"?e=0:e===void 0&&n&&(e=R7),{width:e,style:n,color:r}}function u6(t){let x=t.trim().toLowerCase();if(x)return x in w7?w7[x]:r0(t)}function Ks(t){let x=t.trim();if(!x)return null;let[e,n]=x.split("/").map(a=>a.trim()),r=Xs(e);if(!r)return null;let o=n?Xs(n):r;return o?{topLeft:{x:r[0],y:o[0]},topRight:{x:r[1],y:o[1]},bottomRight:{x:r[2],y:o[2]},bottomLeft:{x:r[3],y:o[3]}}:null}function ge(t){let x=t.trim();if(!x)return;let[e,n]=x.split("/").map(i=>i.trim()),r=I0(e);if(r.length===0)return;let o=Qt(r[0]),a;if(n){let i=I0(n);a=Qt(i[0])}else r.length>1?a=Qt(r[1]):a=o;return{x:o,y:a}}function Qt(t){let x=r0(t);return x===void 0?0:typeof x=="number"?Ys(x):x}function Xs(t){if(!t)return null;let x=I0(t);if(x.length===0)return null;let e=x.map(n=>Qt(n));switch(e.length){case 1:return[e[0],e[0],e[0],e[0]];case 2:return[e[0],e[1],e[0],e[1]];case 3:return[e[0],e[1],e[2],e[1]];default:return[e[0],e[1],e[2],e[3]]}}function Zs(t){let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e==="none"||e==="initial")return[];if(e==="inherit"||e==="revert"||e==="revert-layer")return;let n=l6(x),r=[];for(let o of n){let a=Gl(o);a&&r.push(a)}return r}function Gl(t){let x=I0(t);if(x.length===0)return null;let e=!1,n=[],r;for(let f of x){if(f.toLowerCase()==="inset"){e=!0;continue}let l=r0(f);if(l!==void 0){n.push(l);continue}if(r===void 0&&jl(f)){r=f;continue}}if(n.length<2)return null;let o=(f,c=!1)=>f===void 0?0:typeof f=="number"&&c?Zt(f):f,a=o(n[0]),i=o(n[1]),s=o(n[2],!0),d=o(n[3]);return{inset:e,offsetX:a,offsetY:i,blurRadius:s,spreadRadius:d,color:r}}function jl(t){let x=t.toLowerCase();return x.startsWith("#")||x.startsWith("rgb(")||x.startsWith("rgba(")||x.startsWith("hsl(")||x.startsWith("hsla(")?!0:["transparent","black","white","red","green","blue","yellow","gray","grey"].includes(x)}function K0(t,x,e,n){let r=qs(t);r&&(n&&n(r.style),r.style==="none"||r.style==="hidden"?x(0):r.width!==void 0?x(r.width):r.style&&x(R7),r.color!==void 0&&e(r.color))}function Qs(t,x){let e=I0(t);if(e.length===0)return;let[n]=e.length===1?[e[0],e[0],e[0],e[0]]:e.length===2?[e[0],e[1],e[0],e[1]]:e.length===3?[e[0],e[1],e[2],e[1]]:[e[0],e[1],e[2],e[3]];n&&x(n)}function Js(t,x){let e=I0(t);e.length!==0&&x(e[0]?.toLowerCase())}function ye(t){let x=I0(t);if(x.length===0)return!1;let e=x[0]?.toLowerCase();return e==="none"||e==="hidden"}function G6(t,x,e=Lx){let n=I0(t);if(n.length===0)return;let r=n.map(d=>e(d)),[o,a,i,s]=r.length===1?[r[0],r[0],r[0],r[0]]:r.length===2?[r[0],r[1],r[0],r[1]]:r.length===3?[r[0],r[1],r[2],r[1]]:[r[0],r[1],r[2],r[3]];x(o,a,i,s)}function xd(t,x){Qs(t,e=>{x.borderColor=e})}function ed(t,x){let e=Zs(t);e!==void 0&&(x.boxShadows=e)}function td(t,x){K0(t,e=>{x.borderTop=e,x.borderRight=e,x.borderBottom=e,x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{if(!e)return;let n=e.toLowerCase();x.borderStyleTop=n,x.borderStyleRight=n,x.borderStyleBottom=n,x.borderStyleLeft=n})}function nd(t,x){K0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function rd(t,x){K0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function od(t,x){K0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function ad(t,x){K0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function id(t,x){let e=Ks(t);e&&(x.borderTopLeftRadiusX=e.topLeft.x,x.borderTopLeftRadiusY=e.topLeft.y,x.borderTopRightRadiusX=e.topRight.x,x.borderTopRightRadiusY=e.topRight.y,x.borderBottomRightRadiusX=e.bottomRight.x,x.borderBottomRightRadiusY=e.bottomRight.y,x.borderBottomLeftRadiusX=e.bottomLeft.x,x.borderBottomLeftRadiusY=e.bottomLeft.y)}function sd(t,x){let e=ge(t);e&&(x.borderTopLeftRadiusX=e.x,x.borderTopLeftRadiusY=e.y)}function dd(t,x){let e=ge(t);e&&(x.borderTopRightRadiusX=e.x,x.borderTopRightRadiusY=e.y)}function fd(t,x){let e=ge(t);e&&(x.borderBottomRightRadiusX=e.x,x.borderBottomRightRadiusY=e.y)}function cd(t,x){let e=ge(t);e&&(x.borderBottomLeftRadiusX=e.x,x.borderBottomLeftRadiusY=e.y)}function ld(t,x){G6(t,(e,n,r,o)=>{x.borderTop=e,x.borderRight=n,x.borderBottom=r,x.borderLeft=o},u6)}function ud(t,x){x.borderTop=u6(t)??x.borderTop}function bd(t,x){x.borderRight=u6(t)??x.borderRight}function md(t,x){x.borderBottom=u6(t)??x.borderBottom}function pd(t,x){x.borderLeft=u6(t)??x.borderLeft}function hd(t,x){t.trim()&&(x.borderColor=t.trim())}function gd(t,x){t.trim()&&(x.borderColor=t.trim())}function yd(t,x){t.trim()&&(x.borderColor=t.trim())}function wd(t,x){t.trim()&&(x.borderColor=t.trim())}function Rd(t,x){Js(t,e=>{if(!e)return;let n=e.toLowerCase();x.borderStyleTop=n,x.borderStyleRight=n,x.borderStyleBottom=n,x.borderStyleLeft=n,(n==="none"||n==="hidden")&&(x.borderTop=0,x.borderRight=0,x.borderBottom=0,x.borderLeft=0)})}function Sd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleTop=e,ye(t)&&(x.borderTop=0))}function vd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleRight=e,ye(t)&&(x.borderRight=0))}function Ld(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleBottom=e,ye(t)&&(x.borderBottom=0))}function Cd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleLeft=e,ye(t)&&(x.borderLeft=0))}function Td(t,x){let e=t.trim().toLowerCase();x.borderModel=e==="collapse"?"collapse":"separate"}function Pd(t,x){K0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function Fd(t,x){K0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function Bd(t,x){K0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function Ad(t,x){K0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function Md(t,x){G6(t,(e,n,r,o)=>{x.marginTop=e,x.marginRight=n,x.marginBottom=r,x.marginLeft=o})}function kd(t,x){x.marginTop=r0(t)??x.marginTop}function Id(t,x){x.marginRight=Lx(t)??x.marginRight}function Nd(t,x){x.marginBottom=r0(t)??x.marginBottom}function Ed(t,x){x.marginLeft=Lx(t)??x.marginLeft}function Dd(t,x){x.marginTop=r0(t)??x.marginTop}function Od(t,x){x.marginBottom=r0(t)??x.marginBottom}function Wd(t,x){x.marginLeft=Lx(t)??x.marginLeft}function Ud(t,x){x.marginRight=Lx(t)??x.marginRight}function Hd(t,x){G6(t,(e,n,r,o)=>{x.paddingTop=e,x.paddingRight=n,x.paddingBottom=r,x.paddingLeft=o},r0)}function zd(t,x){x.paddingTop=r0(t)??x.paddingTop}function Gd(t,x){x.paddingRight=r0(t)??x.paddingRight}function jd(t,x){x.paddingBottom=r0(t)??x.paddingBottom}function $d(t,x){x.paddingLeft=r0(t)??x.paddingLeft}function Vd(t,x){x.paddingTop=r0(t)??x.paddingTop}function _d(t,x){x.paddingBottom=r0(t)??x.paddingBottom}function Yd(t,x){x.paddingLeft=r0(t)??x.paddingLeft}function Xd(t,x){x.paddingRight=r0(t)??x.paddingRight}var $l=/^(-?\d+(?:\.\d+)?)%$/;function j6(t){let x=r0(t);if(x!==void 0)return x;let e=$l.exec(t.trim());if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isNaN(n))return v6(n/100)}function qd(t,x){let e=j6(t);e!==void 0&&(x.width=e)}function Kd(t,x){let e=j6(t);e!==void 0&&(x.minWidth=e)}function Zd(t,x){let e=j6(t);e!==void 0&&(x.maxWidth=e)}function Qd(t,x){let e=j6(t);e!==void 0&&(x.height=e)}function Jd(t,x){let e=j6(t);e!==void 0&&(x.minHeight=e)}function xf(t,x){let e=j6(t);e!==void 0&&(x.maxHeight=e)}function ef(t,x){x.fontSize=Ue(t)??x.fontSize}function Vl(t){let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e==="normal")return{kind:"normal"};if(/^[+-]?\d+(?:\.\d+)?%$/.test(e)){let r=Number.parseFloat(e.slice(0,-1));return Number.isNaN(r)?void 0:{kind:"unitless",value:r/100}}if(/^[+-]?\d+(?:\.\d+)?$/.test(e)){let r=Number.parseFloat(e);return Number.isNaN(r)?void 0:{kind:"unitless",value:r}}let n=r0(x);if(n!==void 0)return{kind:"length",value:n}}function tf(t,x){let e=Vl(t);e&&(x.lineHeight=e)}function nf(t,x){let e=t.trim();e.toLowerCase()==="auto"?x.zIndex="auto":/^-?\d+$/.test(e)&&(x.zIndex=Number.parseInt(e,10))}function rf(t,x){let e=t.trim().toLowerCase();e!=="inherit"&&(e==="normal"||e==="small-caps")&&(x.fontVariant=e)}function of(t,x){x.fontVariantNumeric=ra(t)}function af(t,x){let e=t.trim().toLowerCase();e!=="inherit"&&(e==="normal"||e==="italic"||e==="oblique"||e.startsWith("oblique "))&&(x.fontStyle=e.startsWith("oblique")?"oblique":e)}function sf(t,x,e,n){let r=ne(t,n);r!==void 0&&(x.fontWeight=r)}function df(t,x){x.fontFamily=t}var _l=/^(-?\d+(?:\.\d+)?)%$/;function Jt(t){let x=t.trim();if(!x)return;if(x.toLowerCase()==="auto")return"auto";let e=r0(x);if(e!==void 0)return e;let n=_l.exec(x);if(n){let r=Number.parseFloat(n[1]);if(!Number.isNaN(r))return v6(r/100)}}function ff(t,x){let e=t.trim().toLowerCase();switch(e){case"static":case"relative":case"absolute":case"fixed":case"sticky":x.position=e;break;default:break}}function cf(t,x){let e=Jt(t);e!==void 0&&(x.top=e)}function lf(t,x){let e=Jt(t);e!==void 0&&(x.right=e)}function uf(t,x){let e=Jt(t);e!==void 0&&(x.bottom=e)}function bf(t,x){let e=Jt(t);e!==void 0&&(x.left=e)}function S7(t){if(!t)return;let x=t.trim().toLowerCase().split(/\s+/).filter(Boolean);if(x.length===0)return;if(x.includes("none"))return"none";let e=new Set(["underline","overline","line-through"]),n=x.filter(o=>e.has(o));return n.length===0?void 0:[...new Set(n)].join(" ")}function mf(t,x){x.textAlign=t.toLowerCase()}function pf(t,x){let e=S7(t);e!==void 0&&(x.textDecorationLine=e);let n=Cf(t);n&&(x.textDecorationStyle=n);let r=Kl(t);r&&(x.textDecorationColor=r)}function hf(t,x){let e=S7(t);e!==void 0&&(x.textDecorationLine=e)}function gf(t,x){let e=t.trim();e&&(x.textDecorationColor=e)}function yf(t,x){let e=Cf(t);e&&(x.textDecorationStyle=e)}function wf(t,x){x.float=t}function Rf(t,x){let e=L6(t);e!==void 0&&(x.textIndent=e)}function Sf(t,x){let e=t.trim().toLowerCase();if(e==="initial"){x.textTransform="none";return}if(Lf.has(e))return;let n=Yl[e];n&&(x.textTransform=n)}function vf(t,x){let e=t.trim().toLowerCase();if(!e)return;if(e==="normal"){x.letterSpacing=0;return}if(Lf.has(e))return;let n=Ue(t);n!==void 0&&(x.letterSpacing=n)}var Yl={none:"none",uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize"},Lf=new Set(["inherit","unset","revert","revert-layer"]),v7=new Set(Object.keys(s6).map(t=>t.toLowerCase()));v7.add("transparent");v7.add("currentcolor");var Xl=new Set(["underline","overline","line-through","none"]),ql=new Set(["solid","double","dotted","dashed","wavy"]);function Cf(t){if(!t)return;let x=t.trim().toLowerCase().split(/\s+/);for(let e of x)if(ql.has(e))return e}function Kl(t){if(!t)return;let x=t.match(/\b(?:rgba?|hsla?)\([^)]*\)/i);if(x)return x[0].trim();let e=t.match(/#[0-9a-f]{3,8}\b/i);if(e)return e[0];let n=t.trim().split(/\s+/);for(let r of n){let o=r.toLowerCase();if(!Xl.has(o)&&v7.has(o))return o}}function Tf(t){switch(t){case"normal":return"normal";case"anywhere":return"anywhere";case"break-word":return"break-word";default:return}}function Pf(t,x){if(!t)return;let e=Tf(t.trim().toLowerCase());e&&(x.overflowWrap=e)}function Ff(t,x){if(!t)return;let e=Tf(t.trim().toLowerCase());e&&(x.overflowWrap=e==="anywhere"?"break-word":e)}function Zl(t){let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e==="none"||e==="initial")return[];if(e==="inherit"||e==="revert"||e==="revert-layer")return;let n=l6(x),r=[];for(let o of n){let a=Ql(o);a&&r.push(a)}return r}function Bf(t,x){let e=Zl(t);e!==void 0&&(x.textShadows=e)}function Ql(t){let x=I0(t);if(x.length===0)return null;let e=[],n;for(let s of x){let d=r0(s);if(d!==void 0){e.push(d);continue}if(n===void 0){let f=s.toLowerCase();if(Jl(f)){n=s;continue}}}if(e.length<2)return null;let r=(s,d=!1)=>s===void 0?0:typeof s=="number"&&d?Zt(s):s,o=r(e[0]),a=r(e[1]),i=r(e[2],!0);return{offsetX:o,offsetY:a,blurRadius:i,color:n}}function Jl(t){return t?t.startsWith("#")||t.startsWith("rgb(")||t.startsWith("rgba(")||t.startsWith("hsl(")||t.startsWith("hsla(")?!0:["transparent","black","white","red","green","blue","yellow","gray","grey"].includes(t.toLowerCase()):!1}var xu={none:"none",disc:"disc",circle:"circle",square:"square",decimal:"decimal","decimal-leading-zero":"decimal-leading-zero","lower-alpha":"lower-alpha","lower-latin":"lower-alpha","upper-alpha":"upper-alpha","upper-latin":"upper-alpha","lower-roman":"lower-roman","upper-roman":"upper-roman"},eu=new Set(["inherit","unset","revert","revert-layer"]);function Af(t,x){if(!t)return;let e=t.trim().toLowerCase();if(e){if(e==="initial"){x.listStyleType="disc";return}eu.has(e)||(x.listStyleType=xu[e]??e)}}function Mf(t,x){let e=t.trim();if(e==="none"||e==="inherit"){x.content=void 0;return}let n=tu(e);n.length>0&&(x.content=n)}function tu(t){let x=[],e=0;for(;e<t.length;){if(t[e]==='"'||t[e]==="'"){let n=t[e],r="";for(e++;e<t.length&&t[e]!==n;)if(t[e]==="\\"&&e+1<t.length){let o=t[e+1];if(o==="n")r+=`
44
- `,e+=2;else if(o==="t")r+=" ",e+=2;else if(o===n)r+=n,e+=2;else if(o==="\\")r+="\\",e+=2;else{if((o==="x"||o==="u")&&e+3<t.length){let a=t.slice(e+2,e+4);if(/^[0-9A-Fa-f]{2}$/.test(a)){r+=String.fromCharCode(parseInt(a,16)),e+=4;continue}}r+=o,e+=2}}else r+=t[e],e++;e++,x.push({type:"string",value:r});continue}if(t.slice(e).startsWith("counter(")){let n=/^counter\(\s*([a-zA-Z_][a-zA-Z0-9_-]*)\s*(?:,\s*(decimal|lower-roman|upper-roman|lower-alpha|upper-alpha))?\s*\)/i.exec(t.slice(e));if(n){x.push({type:"counter",counter:n[1],style:n[2]}),e+=n[0].length;continue}}if(t.slice(e).startsWith("counters(")){let n=/^counters\(\s*([a-zA-Z_][a-zA-Z0-9_-]*)\s*,\s*(["'])(.*)\2\s*(?:,\s*(decimal|lower-roman|upper-roman|lower-alpha|upper-alpha))?\s*\)/i.exec(t.slice(e));if(n){x.push({type:"counter",counter:n[1],style:n[4]}),e+=n[0].length;continue}}if(t.slice(e).startsWith("attr(")){let n=/^attr\(\s*([a-zA-Z_][a-zA-Z0-9_-]*)\s*\)/i.exec(t.slice(e));if(n){x.push({type:"attr",attribute:n[1]}),e+=n[0].length;continue}}if(t.slice(e).startsWith("open-quote")){x.push({type:"open-quote"}),e+=10;continue}if(t.slice(e).startsWith("close-quote")){x.push({type:"close-quote"}),e+=11;continue}if(t.slice(e).startsWith("no-open-quote")){x.push({type:"no-open-quote"}),e+=14;continue}if(t.slice(e).startsWith("no-close-quote")){x.push({type:"no-close-quote"}),e+=15;continue}e++}return x}function yx(t){let x=t.trim();if(console.log("parseLinearGradient - input:",t),console.log("parseLinearGradient - trimmed:",x),!x.toLowerCase().startsWith("linear-gradient("))return console.log("parseLinearGradient - not a linear gradient, returning null"),null;let e=x.slice(16,-1);if(!e)return null;let n="to bottom",r=e,o=-1,a=0;for(let d=0;d<e.length;d++)if(e[d]==="(")a++;else if(e[d]===")")a--;else if(e[d]===","&&a===0){o=d;break}if(o!==-1){let f=e.substring(0,o).trim().toLowerCase();["to","to bottom","to right","to left","to top right","to top left","to bottom right","to bottom left"].some(u=>f===u)||f.endsWith("deg")?(n=f,r=e.substring(o+1).trim()):r=e}else{let d=e.trim().toLowerCase();d==="to"||d.startsWith("to ")||d.endsWith("deg")?(n=d,r=""):r=e}n.startsWith("to ")?(n==="to righ"?n="to right":(n==="to botto"||n==="to bott"||n==="to bot")&&(n="to bottom"),n=n.replace(/,$/,"")):n.endsWith("deg")&&(n=n.replace(/,$/,"")),n.startsWith("to ")?n=n.replace(/,$/,""):n.endsWith("deg")&&(n=n.replace(/,$/,""));let i=l6(r);console.log("Gradient parser - input value:",t),console.log("Gradient parser - content:",e),console.log("Gradient parser - direction:",n),console.log("Gradient parser - colorStopsContent:",r),console.log("Gradient parser - colorStopValues:",i);let s=[];for(let d of i){if(!d.trim())continue;let f=kf(d);f&&s.push(f)}return console.log("Gradient parser - parsed stops:",s),s.length===0&&s.push({color:"#000000"}),{type:"linear",direction:n,stops:s}}function we(t){let x=t.trim();if(!x.toLowerCase().startsWith("radial-gradient(")||!x.endsWith(")"))return null;let n=x.slice(16,-1);if(!n)return null;let r=iu(n),o=r===-1?"":n.slice(0,r).trim(),a=r===-1?n:n.slice(r+1).trim(),i=nu(o);i.hasDescriptor||(a=n);let s=[],d=l6(a);for(let f of d){if(!f.trim())continue;let c=kf(f);c&&s.push(c)}return s.length===0&&s.push({color:"#000000"}),{type:"radial",cx:.5,cy:.5,r:.5,stops:s,coordsUnits:"ratio",shape:i.shape,size:i.size,at:i.position,source:"css"}}function kf(t){let x=I0(t);if(x.length===0)return null;let e=x[0].trim();if(!e)return null;({red:!0,yellow:!0,green:!0,blue:!0,black:!0,white:!0,gray:!0,grey:!0,lime:!0})[e.toLowerCase()];let r;if(x.length>1){let o=x[1].trim(),a=parseFloat(o.slice(0,-1));if(!isNaN(a))r=a/100;else{let i=parseFloat(o);!isNaN(i)&&i>=0&&i<=1&&(r=i)}}return{color:e,position:r}}function nu(t){let x=t.trim();if(!x)return{hasDescriptor:!1};let e=x.split(/\s+/).filter(Boolean);if(e.length===0)return{hasDescriptor:!1};let n=e.findIndex(f=>f.toLowerCase()==="at"),r=n===-1?e:e.slice(0,n),o=n===-1?[]:e.slice(n+1),a,i;for(let f of r){let c=f.toLowerCase();if(c==="circle"||c==="ellipse"){a=c;continue}if(au(c)){i=c;continue}}let s=ru(o);return{shape:a,size:i,position:s,hasDescriptor:!!a||!!i||!!s}}function ru(t){if(!t||t.length===0)return;if(t.length===1){let n=t[0];return ou(n)?{x:"50%",y:xn(n,"y")}:{x:xn(n,"x"),y:"50%"}}let x=t[0],e=t[1];return{x:xn(x,"x"),y:xn(e,"y")}}function xn(t,x){let e=t.toLowerCase();if(x==="x"){if(e==="left")return"0%";if(e==="right")return"100%"}else{if(e==="top")return"0%";if(e==="bottom")return"100%"}return e==="center"?"50%":t}function ou(t){let x=t.toLowerCase();return x==="top"||x==="bottom"}function au(t){switch(t){case"closest-side":case"farthest-side":case"closest-corner":case"farthest-corner":return!0;default:return!1}}function iu(t){let x=0;for(let e=0;e<t.length;e++){let n=t[e];if(n==="(")x++;else if(n===")")x=Math.max(0,x-1);else if(n===","&&x===0)return e}return-1}function L7(t){let x=t.trim().toLowerCase();if(!x)return;let e=n=>x===n||x.startsWith(`${n} `)||x.startsWith(`${n}(`);if(e("cover"))return"cover";if(e("contain"))return"contain";if(e("auto"))return"auto"}function Ox(t){return L7(t)??t.trim()}function If(t,x){let e=t.toLowerCase(),n=`${x.toLowerCase()}(`,r=e.indexOf(n);if(r===-1)return null;let o=0;for(let a=r;a<t.length;a++){let i=t[a];if(i==="(")o++;else if(i===")"&&(o--,o===0))return{text:t.slice(r,a+1),start:r,end:a+1}}return null}function b6(t){return t.backgroundLayers||(t.backgroundLayers=[]),t.backgroundLayers}function en(t){let x=b6(t);for(let n=x.length-1;n>=0;n--)if(x[n].kind!=="color")return x[n];let e={kind:"image",url:""};return x.push(e),e}function Ef(t){let x=t.trim();if(!x)return[];let e=su(x),n=[];for(let r of e){let o=du(r);o&&n.push(o)}return n}function su(t){let x=[],e="",n=0,r=0;for(;r<t.length;){let o=t[r];o==="("?(n++,e+=o):o===")"?(n--,e+=o):o===","&&n===0?(x.push(e.trim()),e=""):e+=o,r++}return e.trim()&&x.push(e.trim()),x}function du(t){let x=t.trim();if(!x)return null;let e=If(x,"radial-gradient")??If(x,"linear-gradient");if(e){let n=fu(e.text);if(n){let r=x.slice(0,e.start).trim(),o=x.slice(e.end).trim(),a=[r,o].filter(Boolean).join(" ");if(a&&n.kind==="gradient"){let i=a.split(/\s+/).filter(Boolean);for(let s of i){let d=s.toLowerCase();C7(d)?n.repeat=d:T7(d)&&(n.origin=d)}}return n}}return uu(x)?{kind:"color",color:x}:cu(x)}function fu(t){let x=t.trim().toLowerCase(),e=x.startsWith("linear-gradient(")?yx(t):x.startsWith("radial-gradient(")?we(t):null;return e?{kind:"gradient",gradient:e}:null}function cu(t){let x=t.split(/\s+/).filter(s=>s.length>0);if(x.length===0)return null;let e="",n={x:"left",y:"top"},r="auto",o="repeat",a,i=0;for(let s=0;s<x.length;s++)if(x[s].startsWith("url(")){e=x[s],i=s+1;break}if(!e)return null;for(;i<x.length;){let s=x[i],d=s.toLowerCase();d.includes("/")?(r=lu(s),i++):bu(d)?(n=$6(d,x[i+1]),i+=n.y!=="top"?2:1):C7(d)?(o=d,i++):(T7(d)&&a===void 0&&(a=d),i++)}return{kind:"image",url:e,position:n,size:r,repeat:o,origin:a}}function lu(t){let x=t.indexOf("/");if(x===-1){let e=L7(t);if(e)return e;let n=t.trim().split(/\s+/).filter(Boolean);return n.length===1?{width:Ox(n[0]),height:"auto"}:{width:Ox(n[0]),height:Ox(n[1]??"auto")}}else{let e=t.substring(0,x).trim(),n=t.substring(x+1).trim();return{width:e?Ox(e):"auto",height:n?Ox(n):"auto"}}}var Nf=new Set(["top","bottom"]);function $6(t,x){return{x:t.toLowerCase(),y:x.toLowerCase()}}function uu(t){let x=t.toLowerCase();return!!(x in s6||x==="transparent"||x.startsWith("#")&&(x.length===4||x.length===7)||x.startsWith("rgb(")||x.startsWith("rgba(")||x.startsWith("hsl(")||x.startsWith("hsla("))}function bu(t){return["left","center","right","top","bottom"].includes(t.toLowerCase())}function C7(t){return["repeat","repeat-x","repeat-y","no-repeat","space","round"].includes(t.toLowerCase())}function T7(t){let x=t.toLowerCase();return x==="border-box"||x==="padding-box"||x==="content-box"}function Df(t,x){b6(t);let e=en(t),n=L7(x),r;if(n)r=n;else{let o=x.trim().split(/\s+/).filter(Boolean);o.length===0?r="auto":o.length===1?r={width:Ox(o[0]),height:"auto"}:r={width:Ox(o[0]),height:Ox(o[1]??"auto")}}(e.kind==="image"||e.kind==="gradient")&&(e.size=r)}function mu(t){let x=t.trim().split(/\s+/).filter(Boolean);if(x.length===0)return{x:"left",y:"top"};let e=x.map(a=>a.toLowerCase()),n=e[0];if(x.length===1)return n==="center"?$6("center","center"):Nf.has(n)?$6("center",n):$6(n,"center");let r=e[1];if(Nf.has(n)){let a=x[1]??"center";return $6(a,n)}return $6(n,r??"center")}function Of(t,x){b6(t);let e=en(t),n=mu(x);(e.kind==="image"||e.kind==="gradient")&&(e.position=n)}function Wf(t,x){b6(t);let e=x.trim().toLowerCase();if(!T7(e))return;let n=en(t);(n.kind==="image"||n.kind==="gradient")&&(n.origin=e)}function Uf(t,x){b6(t);let e=x.trim().toLowerCase();if(!C7(e))return;let n=en(t);(n.kind==="image"||n.kind==="gradient")&&(n.repeat=e)}var pu=new Set(["border-box","padding-box","content-box","text"]);function Hf(t,x){Df(x,t)}function zf(t,x){Of(x,t)}function Gf(t,x){Wf(x,t)}function jf(t,x){Uf(x,t)}function $f(t,x){let e=b6(x);if(e.length===0)return;let n=t.split(",").map(r=>r.trim().toLowerCase()).filter(r=>r.length>0);if(n.length!==0)for(let r=0;r<n.length;r++){let o=n[r];if(!pu.has(o))continue;let a=Math.min(r,e.length-1),i=e[a];i&&(i.clip=o)}}function Vf(t,x){let e=t.trim(),n=yx(t)??we(t);if(n){x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"gradient",gradient:n});return}e.startsWith("url(")&&(x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"image",url:e,position:{x:"left",y:"top"},size:"auto",repeat:"repeat"}))}function _f(t,x){console.log("Processing background property:",t);let e=Ef(t);console.log("Parsed background layers:",e),e.length>0&&(x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push(...e))}function Yf(t,x){let e=t.trim().toLowerCase();["contain","cover","fill","none","scale-down"].includes(e)&&(x.objectFit=e)}function qf(t,x){let e=hu(t);e&&(x.clipPath=e)}function hu(t){if(!t)return;let x=t.trim();if(x==="none")return;let e=gu(x);if(e)return e}function gu(t){let x=/^polygon\s*\((.+)\)$/i.exec(t);if(!x)return;let e=x[1].trim();if(!e)return;let n=e.includes(",")?e.split(/\s*,\s*/):yu(e.split(/\s+/)),r=[];for(let a of n){let i=a.trim().split(/\s+/).filter(Boolean);if(i.length<2)return;let s=Xf(i[0]),d=Xf(i[1]);if(!s||!d)return;r.push({x:s,y:d})}return r.length<3?void 0:{type:"polygon",points:r,referenceBox:"border-box"}}function yu(t){let x=[];for(let e=0;e<t.length;e+=2){let n=t[e],r=t[e+1];if(!n||!r)break;x.push(`${n} ${r}`)}return x}function Xf(t){let x=L6(t);if(x!==void 0){if(typeof x=="number")return{unit:"px",value:x};if(typeof x=="object"&&x.kind==="absolute"&&x.unit==="percent")return{unit:"percent",value:x.value}}}function wu(t){let x=[],e="",n=0;for(let r=0;r<t.length;r++){let o=t[r];if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(/\s/.test(o)&&n===0){e&&(x.push(e.trim()),e="");continue}e+=o}return e&&x.push(e.trim()),x}function Qf(t){let x=[],e="",n=0;for(let r=0;r<t.length;r++){let o=t[r];if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(o===","&&n===0){x.push(e.trim()),e="";continue}e+=o}return e&&x.push(e.trim()),x}function Kf(t){let x=t.trim().match(/^(-?\d+(?:\.\d+)?)fr$/i);if(!x)return;let e=Number.parseFloat(x[1]);return Number.isNaN(e)?void 0:e}function Zf(t){let x=t.trim().toLowerCase();if(x.startsWith("minmax(")&&x.endsWith(")")){let r=x.slice(7,-1),[o,a]=Qf(r);if(!o||!a)return;let i=r0(o);if(i===void 0)return;let s=Kf(a);if(s!==void 0)return{kind:"flex",flex:s,min:i};let d=r0(a);return d!==void 0?typeof i=="number"&&typeof d=="number"?{kind:"fixed",size:Math.max(i,d)}:{kind:"fixed",size:d}:a.trim()==="auto"?{kind:"auto",min:i}:void 0}let e=Kf(x);if(e!==void 0)return{kind:"flex",flex:e};if(x==="auto")return{kind:"auto"};let n=r0(x);if(n!==void 0)return{kind:"fixed",size:n}}function P7(t){if(!t)return;let x=wu(t.trim());if(x.length===0)return;let e=[];for(let n of x){let r=n.trim().toLowerCase();if(r.startsWith("repeat(")&&r.endsWith(")")){let a=n.trim().slice(7,-1),[i,s]=Qf(a);if(!i||!s)return;let d=Zf(s);if(!d)return;let f=i.trim().toLowerCase();if(f==="auto-fit"||f==="auto-fill"){let u={kind:"repeat-auto",mode:f,track:d};e.push(u);continue}let c=Number.parseInt(f,10);if(!Number.isFinite(c)||c<=0)return;let l={kind:"repeat",count:c,track:d};e.push(l);continue}let o=Zf(n);if(!o)return;e.push(o)}return e}function Jf(t){if(!t)return;let x=t.split(/\s+/).map(r=>r.trim()).filter(r=>r.length>0);if(x.length===0)return;let e=r0(x[0]);if(e===void 0)return;let n=x.length>1?r0(x[1]):void 0;return{row:e,column:n??e}}function xc(t,x){let e=P7(t);e&&(x.trackListColumns=e)}function ec(t,x){let e=P7(t);e&&(x.trackListRows=e)}function tc(t,x){let e=t.trim().toLowerCase();switch(e){case"row":case"column":case"row dense":case"column dense":x.autoFlow=e;break;default:break}}function nc(t,x){let e=Jf(t);e&&(x.rowGap=e.row,x.columnGap=e.column)}function rc(t,x){let e=r0(t);e!==void 0&&(x.rowGap=e)}function oc(t,x){let e=r0(t);e!==void 0&&(x.columnGap=e)}function ac(t,x){console.log(`DEBUG: parseOpacity called with value: "${t}"`);let e=t.trim().toLowerCase(),n;if(e.endsWith("%")){let r=e.slice(0,-1),o=parseFloat(r);if(isNaN(o))return;n=o/100}else if(n=parseFloat(e),isNaN(n))return;n=Math.max(0,Math.min(1,n)),x.opacity=n}var ic=!1;function sc(){ic||(ic=!0,W("display",Ws),W("justify-content",Us),W("align-items",Hs),W("align-content",zs),W("align-self",Gs),W("flex-direction",js),W("flex-wrap",$s),W("color",Vs),W("background-color",_s),W("border-color",xd),W("box-shadow",ed),W("border",td),W("border-top",nd),W("border-right",rd),W("border-bottom",od),W("border-left",ad),W("border-radius",id),W("border-top-left-radius",sd),W("border-top-right-radius",dd),W("border-bottom-right-radius",fd),W("border-bottom-left-radius",cd),W("border-width",ld),W("border-top-width",ud),W("border-right-width",bd),W("border-bottom-width",md),W("border-left-width",pd),W("border-top-color",hd),W("border-right-color",gd),W("border-bottom-color",yd),W("border-left-color",wd),W("border-style",Rd),W("border-top-style",Sd),W("border-right-style",vd),W("border-bottom-style",Ld),W("border-left-style",Cd),W("border-collapse",Td),W("border-block-start",Pd),W("border-block-end",Fd),W("border-inline-start",Bd),W("border-inline-end",Ad),W("margin",Md),W("margin-top",kd),W("margin-right",Id),W("margin-bottom",Nd),W("margin-left",Ed),W("margin-block-start",Dd),W("margin-block-end",Od),W("margin-inline-start",Wd),W("margin-inline-end",Ud),W("padding",Hd),W("padding-top",zd),W("padding-right",Gd),W("padding-bottom",jd),W("padding-left",$d),W("padding-block-start",Vd),W("padding-block-end",_d),W("padding-inline-start",Yd),W("padding-inline-end",Xd),W("width",qd),W("min-width",Kd),W("max-width",Zd),W("height",Qd),W("min-height",Jd),W("max-height",xf),W("font-size",ef),W("line-height",tf),W("z-index",nf),W("font-family",df),W("font-style",af),W("font-variant",rf),W("font-variant-numeric",of),W("font-weight",sf),W("position",ff),W("top",cf),W("right",lf),W("bottom",uf),W("left",bf),W("text-align",mf),W("text-decoration",pf),W("text-decoration-line",hf),W("text-decoration-color",gf),W("text-decoration-style",yf),W("letter-spacing",vf),W("text-indent",Rf),W("text-transform",Sf),W("float",wf),W("overflow-wrap",Pf),W("word-wrap",Ff),W("text-shadow",Bf),W("list-style-type",Af),W("content",Mf),W("transform",(t,x)=>{x.transform=t}),W("background-size",Hf),W("background-position",zf),W("background-origin",Gf),W("background-repeat",jf),W("background-clip",$f),W("background-image",Vf),W("background",_f),W("object-fit",Yf),W("clip-path",qf),W("grid-template-columns",xc),W("grid-template-rows",ec),W("grid-auto-flow",tc),W("gap",nc),W("row-gap",rc),W("column-gap",oc),W("opacity",ac))}sc();var Ru=new Set(["border","border-color","border-style","border-width","border-radius","margin","padding","background","font","text-decoration","flex","gap"]),F7=new Map;function dc(t){if(F7.has(t))return F7.get(t);let x=ks(t);return x&&F7.set(t,x),x}function fc(t,x,e,n){let r={};for(let[i,s]of Object.entries(t))r[i.toLowerCase()]=s.trim();let o=[],a=[];for(let[i,s]of Object.entries(r))Ru.has(i)?o.push([i,s]):a.push([i,s]);for(let[i,s]of o){let d=dc(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}for(let[i,s]of a){let d=dc(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}}function cc(t){let x={};if(!t||typeof t!="string")return x;let e=t.split(";");for(let n of e){let r=n.indexOf(":");if(r===-1)continue;let o=n.substring(0,r).trim(),a=n.substring(r+1).trim();o&&a&&(x[o]=a)}return x}var tn=class{static resolveInheritedProperties(x,e){return{color:x.color??e.color,fontSize:x.fontSize,lineHeight:j0(x.lineHeight),fontFamily:x.fontFamily??e.fontFamily,fontStyle:x.fontStyle??e.fontStyle,fontVariant:x.fontVariant??e.fontVariant,fontWeight:x.fontWeight??e.fontWeight,letterSpacing:x.letterSpacing??e.letterSpacing,textDecorationLine:x.textDecorationLine??e.textDecorationLine,textDecorationColor:x.textDecorationColor??e.textDecorationColor,textDecorationStyle:x.textDecorationStyle??e.textDecorationStyle,overflowWrap:x.overflowWrap??e.overflowWrap,textIndent:x.textIndent??e.textIndent??0,textTransform:x.textTransform??e.textTransform??"none",listStyleType:x.listStyleType??e.listStyleType??"disc"}}};var nn=class{constructor(x,e){this.fontSize=x;this.rootFontSize=e}resolveLengthInput(x){return Bo(x,this.fontSize,this.rootFontSize)}resolveNumberLike(x){return N0(x,this.fontSize,this.rootFontSize)}resolveShadowLength(x,e=!1){let n=this.resolveNumberLike(x);return n===void 0||e&&n<0?0:n}createLengthAssigner(x){return e=>{let n=this.resolveLengthInput(e);n!==void 0&&x(n)}}createNumberAssigner(x){return e=>{let n=this.resolveNumberLike(e);n!==void 0&&x(n)}}};var Re=class t{static resolveTrackSizeInputToAbsolute(x,e,n){return x.kind==="fixed"?{kind:"fixed",size:N0(x.size,e,n)??0}:x.kind==="flex"?{kind:"flex",flex:x.flex,min:N0(x.min,e,n),max:N0(x.max,e,n)}:{kind:"auto",min:N0(x.min,e,n),max:N0(x.max,e,n)}}static resolveTrackDefinitionsInput(x,e,n){if(x)return x.map(r=>r.kind==="repeat"?{kind:"repeat",count:r.count,track:t.resolveTrackSizeInputToAbsolute(r.track,e,n)}:r.kind==="repeat-auto"?{kind:"repeat-auto",mode:r.mode,track:t.resolveTrackSizeInputToAbsolute(r.track,e,n)}:t.resolveTrackSizeInputToAbsolute(r,e,n))}};function Su(t){switch(t){case"left":return"left";case"right":return"right";case"none":return"none";default:return}}function vu(t){let x;switch(t){case"span":case"a":case"strong":case"em":case"b":case"s":case"strike":case"del":case"label":case"code":case"small":case"time":case"i":case"u":case"sub":case"sup":case"mark":case"abbr":case"cite":case"dfn":case"kbd":case"q":case"tt":x="inline";break;case"table":x="table";break;case"tbody":case"thead":case"tfoot":x="table-row-group";break;case"tr":x="table-row";break;case"td":case"th":x="table-cell";break;case"caption":x="table-caption";break;case"div":case"section":case"main":case"article":case"header":case"footer":case"nav":case"p":case"ul":case"ol":case"li":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":x="block";break;default:x="block";break}return k("style","trace","defaultDisplayForTag",{tag:t,display:x}),x}var Lu={small:.8,big:1.2};function Cu(t,x,e){let{fontSize:n,marginTop:r,marginRight:o,marginBottom:a,marginLeft:i,paddingTop:s,paddingRight:d,paddingBottom:f,paddingLeft:c,borderTop:l,borderRight:u,borderBottom:p,borderLeft:m,...h}=t,b={...h},g=y=>N0(y,x,e);return n!==void 0&&(b.fontSize=g(n)??x),r!==void 0&&(b.marginTop=g(r)),o!==void 0&&(b.marginRight=g(o)),a!==void 0&&(b.marginBottom=g(a)),i!==void 0&&(b.marginLeft=g(i)),s!==void 0&&(b.paddingTop=g(s)),d!==void 0&&(b.paddingRight=g(d)),f!==void 0&&(b.paddingBottom=g(f)),c!==void 0&&(b.paddingLeft=g(c)),l!==void 0&&(b.borderTop=g(l)),u!==void 0&&(b.borderRight=g(u)),p!==void 0&&(b.borderBottom=g(p)),m!==void 0&&(b.borderLeft=g(m)),b}function xx(t,x,e,n,r){let o=t.tagName.toLowerCase(),a=ee.getDefaultsForElement(o),i=Px.createBaseDefaults(),s=Px.mergeElementDefaults(i,a),d=tn.resolveInheritedProperties(e,s),f={},c={};for(let C of x)if(C.match(t)){k("style","debug","CSS rule matched",{selector:C.selector,declarations:C.declarations}),C.declarations.display&&k("style","debug","Display declaration found",{selector:C.selector,display:C.declarations.display});let j={};for(let[t0,Z]of Object.entries(C.declarations))t0.startsWith("--")?j[t0]=Z:j[t0.toLowerCase()]=Z;Object.assign(c,j)}let l=cc(t.getAttribute("style")??"");Object.keys(l).length>0&&k("style","debug","inline style applied",{declarations:l}),Object.assign(c,l);let u=e.customProperties?e.customProperties.clone():new Yx;u=_o(c).inherit(u),k("style","debug","custom properties",{count:u.size,keys:u.keys()});let m=Yo(c,u);fc(m,f,n,d.fontWeight??s.fontWeight);let h=s.display??vu(o),b=f.display??h;k("style","debug","computeStyleForElement display",{tagName:o,styleInitDisplay:f.display,defaultDisplay:h,finalDisplay:b}),o==="table"?b!=="table"&&(k("style","debug","Forcing table display",{tagName:o,originalDisplay:b}),b="table"):o==="thead"||o==="tbody"||o==="tfoot"?b!=="table-row-group"&&(k("style","debug","Forcing table-row-group display",{tagName:o,originalDisplay:b}),b="table-row-group"):o==="tr"?b!=="table-row"&&(k("style","debug","Forcing table-row display",{tagName:o,originalDisplay:b}),b="table-row"):(o==="td"||o==="th")&&b!=="table-cell"&&(k("style","debug","Forcing table-cell display",{tagName:o,originalDisplay:b}),b="table-cell");let g=Su(f.float),y=a.fontWeight!==void 0,w=a.fontStyle!==void 0,S=i.lineHeight??o0(),R=s.lineHeight??S,L=!Wo(R,S),T=r??e.fontSize,P=d.fontSize;if(f.fontSize!==void 0){let C=N0(f.fontSize,d.fontSize,T);C!==void 0&&(P=C)}else{let C=N0(s.fontSize,d.fontSize,T);C!==void 0&&(P=C);let j=Lu[o];j!==void 0&&(P=(d.fontSize??16)*j)}let E=Cu(s,P,T),B={customProperties:u,...E,color:d.color,fontSize:P,lineHeight:j0(L?R:d.lineHeight),fontFamily:d.fontFamily,fontStyle:w?s.fontStyle:d.fontStyle,fontWeight:y?s.fontWeight:g0(d.fontWeight),overflowWrap:d.overflowWrap,textIndent:d.textIndent??s.textIndent??0,textTransform:d.textTransform??"none",letterSpacing:d.letterSpacing??s.letterSpacing,listStyleType:d.listStyleType??s.listStyleType??"disc",display:b,float:g??"none",borderModel:f.borderModel??s.borderModel};f.lineHeight!==void 0&&(B.lineHeight=Oo(f.lineHeight,P,T));let A=new nn(P,T),F=(C,j)=>{A.createLengthAssigner(j)(C)},D=(C,j)=>{A.createNumberAssigner(j)(C)};if(f.position!==void 0&&(B.position=f.position),f.top!==void 0&&F(f.top,C=>B.top=C),f.right!==void 0&&F(f.right,C=>B.right=C),f.bottom!==void 0&&F(f.bottom,C=>B.bottom=C),f.left!==void 0&&F(f.left,C=>B.left=C),f.zIndex!==void 0&&(B.zIndex=f.zIndex),f.color!==void 0&&(B.color=f.color),f.backgroundLayers!==void 0&&(B.backgroundLayers=f.backgroundLayers),f.clipPath!==void 0&&(B.clipPath=f.clipPath),f.borderColor!==void 0&&(B.borderColor=f.borderColor),f.borderStyleTop!==void 0&&(B.borderStyleTop=f.borderStyleTop),f.borderStyleRight!==void 0&&(B.borderStyleRight=f.borderStyleRight),f.borderStyleBottom!==void 0&&(B.borderStyleBottom=f.borderStyleBottom),f.borderStyleLeft!==void 0&&(B.borderStyleLeft=f.borderStyleLeft),f.boxShadows!==void 0&&(B.boxShadows=f.boxShadows.map(C=>({inset:C.inset,offsetX:A.resolveShadowLength(C.offsetX),offsetY:A.resolveShadowLength(C.offsetY),blurRadius:A.resolveShadowLength(C.blurRadius,!0),spreadRadius:A.resolveShadowLength(C.spreadRadius),color:C.color}))),f.textShadows!==void 0&&(B.textShadows=f.textShadows.map(C=>({offsetX:A.resolveShadowLength(C.offsetX),offsetY:A.resolveShadowLength(C.offsetY),blurRadius:A.resolveShadowLength(C.blurRadius,!0),color:C.color}))),f.fontFamily!==void 0&&(B.fontFamily=f.fontFamily),f.fontStyle!==void 0&&(B.fontStyle=f.fontStyle),f.fontVariant!==void 0&&(B.fontVariant=f.fontVariant),f.fontWeight!==void 0&&(B.fontWeight=g0(f.fontWeight)),f.overflowWrap!==void 0&&(B.overflowWrap=f.overflowWrap),f.marginTop!==void 0?F(f.marginTop,C=>B.marginTop=C):B.marginTop=N0(s.marginTop,P,T),f.marginRight!==void 0?F(f.marginRight,C=>B.marginRight=C):B.marginRight=N0(s.marginRight,P,T),f.marginBottom!==void 0?F(f.marginBottom,C=>B.marginBottom=C):B.marginBottom=N0(s.marginBottom,P,T),f.marginLeft!==void 0?F(f.marginLeft,C=>B.marginLeft=C):B.marginLeft=N0(s.marginLeft,P,T),f.paddingTop!==void 0&&F(f.paddingTop,C=>B.paddingTop=C),f.paddingRight!==void 0&&F(f.paddingRight,C=>B.paddingRight=C),f.paddingBottom!==void 0&&F(f.paddingBottom,C=>B.paddingBottom=C),f.paddingLeft!==void 0&&F(f.paddingLeft,C=>B.paddingLeft=C),f.borderTop!==void 0&&F(f.borderTop,C=>B.borderTop=C),f.borderRight!==void 0&&F(f.borderRight,C=>B.borderRight=C),f.borderBottom!==void 0&&F(f.borderBottom,C=>B.borderBottom=C),f.borderLeft!==void 0&&F(f.borderLeft,C=>B.borderLeft=C),f.borderTopLeftRadiusX!==void 0&&D(f.borderTopLeftRadiusX,C=>B.borderTopLeftRadiusX=C),f.borderTopLeftRadiusY!==void 0&&D(f.borderTopLeftRadiusY,C=>B.borderTopLeftRadiusY=C),f.borderTopRightRadiusX!==void 0&&D(f.borderTopRightRadiusX,C=>B.borderTopRightRadiusX=C),f.borderTopRightRadiusY!==void 0&&D(f.borderTopRightRadiusY,C=>B.borderTopRightRadiusY=C),f.borderBottomRightRadiusX!==void 0&&D(f.borderBottomRightRadiusX,C=>B.borderBottomRightRadiusX=C),f.borderBottomRightRadiusY!==void 0&&D(f.borderBottomRightRadiusY,C=>B.borderBottomRightRadiusY=C),f.borderBottomLeftRadiusX!==void 0&&D(f.borderBottomLeftRadiusX,C=>B.borderBottomLeftRadiusX=C),f.borderBottomLeftRadiusY!==void 0&&D(f.borderBottomLeftRadiusY,C=>B.borderBottomLeftRadiusY=C),f.width!==void 0&&F(f.width,C=>B.width=C),f.minWidth!==void 0&&F(f.minWidth,C=>B.minWidth=C),f.maxWidth!==void 0&&F(f.maxWidth,C=>B.maxWidth=C),f.height!==void 0&&F(f.height,C=>B.height=C),f.minHeight!==void 0&&F(f.minHeight,C=>B.minHeight=C),f.maxHeight!==void 0&&F(f.maxHeight,C=>B.maxHeight=C),f.trackListColumns!==void 0){let C=Re.resolveTrackDefinitionsInput(f.trackListColumns,P,T);C&&(B.trackListColumns=C)}if(f.trackListRows!==void 0){let C=Re.resolveTrackDefinitionsInput(f.trackListRows,P,T);C&&(B.trackListRows=C)}f.autoFlow!==void 0&&(B.autoFlow=f.autoFlow),f.rowGap!==void 0&&D(f.rowGap,C=>B.rowGap=C),f.columnGap!==void 0&&D(f.columnGap,C=>B.columnGap=C),f.justifyContent!==void 0&&(B.justifyContent=f.justifyContent),f.alignItems!==void 0&&(B.alignItems=f.alignItems),f.alignContent!==void 0&&(B.alignContent=f.alignContent),f.alignSelf!==void 0&&(B.alignSelf=f.alignSelf),f.flexDirection!==void 0&&(B.flexDirection=f.flexDirection),f.flexWrap!==void 0&&(B.flexWrap=f.flexWrap),f.textAlign!==void 0&&(B.textAlign=f.textAlign),f.textIndent!==void 0&&F(f.textIndent,C=>B.textIndent=C),f.textTransform!==void 0&&(B.textTransform=f.textTransform),f.letterSpacing!==void 0&&D(f.letterSpacing,C=>B.letterSpacing=C),f.listStyleType!==void 0&&(B.listStyleType=f.listStyleType),f.transform!==void 0&&(B.transform=f.transform),f.objectFit!==void 0&&(B.objectFit=f.objectFit),f.opacity!==void 0&&(B.opacity=f.opacity);let O=s.textDecorationLine??"none",U=d.textDecorationLine??O;a.textDecorationLine!==void 0&&(U=a.textDecorationLine),f.textDecorationLine!==void 0&&(U=f.textDecorationLine),B.textDecorationLine=U;let Y=f.textDecorationColor!==void 0?lc(f.textDecorationColor):void 0;Y===void 0&&(Y=a.textDecorationColor!==void 0?lc(a.textDecorationColor):void 0),Y===void 0&&d.textDecorationColor!==void 0&&(Y=d.textDecorationColor),Y!==void 0&&(B.textDecorationColor=Y);let q=s.textDecorationStyle??"solid",X=d.textDecorationStyle??q;if(a.textDecorationStyle!==void 0&&(X=a.textDecorationStyle),f.textDecorationStyle!==void 0&&(X=f.textDecorationStyle),B.textDecorationStyle=X,o==="em"||o==="strong"){let C={tagName:o,elementDefaultsFontStyle:a.fontStyle,mergedFontStyle:s.fontStyle,finalFontStyle:B.fontStyle};k("style","debug","element fontStyle",C)}return new $0(B)}function lc(t){if(t===void 0)return;let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e!=="inherit"){if(e==="initial")return"currentcolor";if(!(e==="unset"||e==="revert"||e==="revert-layer"))return e==="currentcolor"?"currentcolor":x}}var V6=class{static calculateDimensions(x,e,n){let r=x,o=e;if(n.scale&&n.scale>0)r=Math.max(1,Math.round(x*n.scale)),o=Math.max(1,Math.round(e*n.scale));else if(n.maxWidth||n.maxHeight){let a=Math.min(n.maxWidth?n.maxWidth/x:1/0,n.maxHeight?n.maxHeight/e:1/0);a>0&&a<1&&(r=Math.max(1,Math.round(x*a)),o=Math.max(1,Math.round(e*a)))}return{targetWidth:r,targetHeight:o}}static resizeNN(x,e,n,r,o,a){if(e===r&&n===o)return x;let i=new Uint8Array(r*o*a),s=e/r,d=n/o;for(let f=0;f<o;f++){let l=Math.min(n-1,Math.floor(f*d))*e*a,u=f*r*a;for(let p=0;p<r;p++){let m=Math.min(e-1,Math.floor(p*s)),h=l+m*a,b=u+p*a;for(let g=0;g<a;g++)i[b+g]=x[h+g]}}return i}};var rn=class t extends V6{static{this.SOI_MARKER=65496}static{this.EOI_MARKER=65497}static{this.SOF0_MARKER=65472}async decode(x,e={}){let n=new DataView(x);if(n.getUint16(0,!1)!==t.SOI_MARKER)throw new Error("Invalid JPEG: missing SOI marker");let r=2,o=0,a=0,i=3,s=8;for(;r+4<x.byteLength;){let l=n.getUint16(r,!1);if(r+=2,l===t.EOI_MARKER)break;let u=n.getUint16(r,!1);if(l===t.SOF0_MARKER){s=n.getUint8(r+2),a=n.getUint16(r+3,!1),o=n.getUint16(r+5,!1),i=n.getUint8(r+7);break}r+=u}if(o===0||a===0)throw new Error("Invalid JPEG: missing SOF0 marker");let{targetWidth:d,targetHeight:f}=t.calculateDimensions(o,a,e),c=x.slice(0);return{width:d,height:f,format:"jpeg",channels:i,bitsPerChannel:s,data:c}}};async function Tu(t){if(typeof DecompressionStream<"u"){let x=new DecompressionStream("deflate-raw"),e=new Blob([t.buffer]).stream().pipeThrough(x),n=await new Response(e).arrayBuffer();return new Uint8Array(n)}else{let{inflateRawSync:x}=await Promise.resolve().then(()=>(Jx(),Qx));return x(t)}}async function Pu(t){if(typeof DecompressionStream<"u"){let x=new DecompressionStream("deflate"),e=new Blob([t.buffer]).stream().pipeThrough(x),n=await new Response(e).arrayBuffer();return new Uint8Array(n)}else{let{inflateSync:x}=await Promise.resolve().then(()=>(Jx(),Qx));return x(t)}}function uc(t,x,e){let n=8/e,r=Math.floor(x/n),o=x%n,a=8-e*(o+1),i=(1<<e)-1;return t[r]>>a&i}function Fu(t,x){let e=(1<<x)-1;return Math.round(t/e*255)}function Bu(t,x,e){let n=t+x-e,r=Math.abs(n-t),o=Math.abs(n-x),a=Math.abs(n-e);return r<=o&&r<=a?t:o<=a?x:e}var on=class t extends V6{static{this.PNG_SIGNATURE=[137,80,78,71,13,10,26,10]}constructor(x={}){super(),this.decompression={inflateRaw:x.inflateRaw??Tu,inflateZlib:x.inflateZlib??Pu}}async decode(x,e={}){let n=new DataView(x);t.validateSignature(n);let{metadata:r,idatChunks:o}=t.parseChunks(x,n);t.validateMetadata(r);let a=await this.decompressImageData(o),i=t.decodeScanlines(a,r),{targetWidth:s,targetHeight:d}=t.calculateDimensions(r.width,r.height,e),f=t.resizeNN(i,r.width,r.height,s,d,4);return{width:s,height:d,format:"png",channels:4,bitsPerChannel:8,data:f.buffer}}static validateSignature(x){for(let e=0;e<t.PNG_SIGNATURE.length;e++)if(x.getUint8(e)!==t.PNG_SIGNATURE[e])throw new Error("Invalid PNG signature")}static parseChunks(x,e){let n=8,r=[],o={palette:null,transparency:null},a=!1,i=!1;for(;n<x.byteLength;){if(n+8>x.byteLength)throw new Error("Incomplete chunk header");let s=e.getUint32(n,!1),d=String.fromCharCode(e.getUint8(n+4),e.getUint8(n+5),e.getUint8(n+6),e.getUint8(n+7)),f=n+8;if(n+12+s>x.byteLength)throw new Error(`Chunk ${d} extends beyond file boundary`);switch(d){case"IHDR":t.parseIHDR(e,f,o);break;case"PLTE":if(a)throw new Error("PLTE chunk must appear before IDAT");t.parsePLTE(x,f,s,o);break;case"tRNS":if(a)throw new Error("tRNS chunk must appear before IDAT");t.parseTRNS(x,f,s,o);break;case"IDAT":a=!0,r.push(new Uint8Array(x,f,s));break;case"IEND":i=!0,n+=12+s;break;default:break}if(i)break;n+=12+s}if(!i)throw new Error("Missing IEND chunk");if(!a)throw new Error("Missing IDAT chunk");return{metadata:o,idatChunks:r}}static parseIHDR(x,e,n){n.width=x.getUint32(e,!1),n.height=x.getUint32(e+4,!1),n.bitDepth=x.getUint8(e+8),n.colorType=x.getUint8(e+9);let r=x.getUint8(e+10),o=x.getUint8(e+11);if(n.interlaceMethod=x.getUint8(e+12),r!==0)throw new Error("Unsupported compression method");if(o!==0)throw new Error("Unsupported filter method")}static parsePLTE(x,e,n,r){if(n%3!==0)throw new Error("Invalid PLTE chunk length");if(n/3>256)throw new Error("PLTE has too many entries");r.palette=new Uint8Array(x,e,n)}static parseTRNS(x,e,n,r){r.transparency=new Uint8Array(x,e,n)}static validateMetadata(x){if(!x.width||!x.height)throw new Error("Missing or invalid IHDR chunk");if(x.colorType===3&&!x.palette)throw new Error("Indexed color PNG missing PLTE chunk");if(x.interlaceMethod!==0)throw new Error("Interlaced PNGs are not supported");if(!{0:[1,2,4,8,16],2:[8,16],3:[1,2,4,8],4:[8,16],6:[8,16]}[x.colorType]?.includes(x.bitDepth))throw new Error(`Invalid bit depth ${x.bitDepth} for color type ${x.colorType}`)}async decompressImageData(x){let e=x.reduce((a,i)=>a+i.length,0),n=new Uint8Array(e),r=0;for(let a of x)n.set(a,r),r+=a.length;let o=(n[0]&15)===8;try{return o?await this.decompression.inflateZlib(n):await this.decompression.inflateRaw(n.slice(2,-4))}catch(a){throw new Error(`Decompression failed: ${a}`)}}static decodeScanlines(x,e){let{width:n,height:r,bitDepth:o,colorType:a}=e,i=t.getChannelCount(a),s=o*i,d=Math.ceil(s*n/8),f=Math.max(1,Math.ceil(s/8)),c=new Uint8Array(n*r*4),l=new Uint8Array(d),u=0;for(let p=0;p<r;p++){let m=x[u++],h=x.subarray(u,u+d);u+=d;let b=t.reconstructRow(h,l,m,f);t.convertRowToRGBA(b,c,p,n,e),l=b}return c}static getChannelCount(x){return{0:1,2:3,3:1,4:2,6:4}[x]}static reconstructRow(x,e,n,r){let o=new Uint8Array(x.length);for(let a=0;a<x.length;a++){let i=a>=r?o[a-r]:0,s=e[a],d=a>=r?e[a-r]:0,f;switch(n){case 0:f=x[a];break;case 1:f=x[a]+i;break;case 2:f=x[a]+s;break;case 3:f=x[a]+(i+s>>>1);break;case 4:f=x[a]+Bu(i,s,d);break;default:throw new Error(`Invalid filter type: ${n}`)}o[a]=f&255}return o}static convertRowToRGBA(x,e,n,r,o){let{colorType:a,bitDepth:i,palette:s,transparency:d}=o;switch(a){case 0:t.convertGrayscale(x,e,n,r,i,d);break;case 2:t.convertRGB(x,e,n,r,i,d);break;case 3:t.convertIndexed(x,e,n,r,i,s,d);break;case 4:t.convertGrayscaleAlpha(x,e,n,r,i);break;case 6:t.convertRGBA(x,e,n,r,i);break}}static convertGrayscale(x,e,n,r,o,a){for(let i=0;i<r;i++){let s;if(o===8)s=x[i];else if(o===16)s=x[i*2];else{let f=uc(x,i,o);s=Fu(f,o)}let d=(n*r+i)*4;e[d]=s,e[d+1]=s,e[d+2]=s,e[d+3]=a&&s===a[1]?0:255}}static convertRGB(x,e,n,r,o,a){let i=o===16?6:3,s=o===16?2:1;for(let d=0;d<r;d++){let f=d*i,c=(n*r+d)*4,l=x[f],u=x[f+s],p=x[f+s*2];e[c]=l,e[c+1]=u,e[c+2]=p;let m=a&&l===a[1]&&u===a[3]&&p===a[5];e[c+3]=m?0:255}}static convertIndexed(x,e,n,r,o,a,i){for(let s=0;s<r;s++){let d=o===8?x[s]:uc(x,s,o),f=d*3,c=(n*r+s)*4;e[c]=a[f],e[c+1]=a[f+1],e[c+2]=a[f+2],e[c+3]=i&&d<i.length?i[d]:255}}static convertGrayscaleAlpha(x,e,n,r,o){let a=o===16?4:2,i=o===16?2:1;for(let s=0;s<r;s++){let d=s*a,f=(n*r+s)*4,c=x[d],l=x[d+i];e[f]=c,e[f+1]=c,e[f+2]=c,e[f+3]=l}}static convertRGBA(x,e,n,r,o){let a=o===16?8:4,i=o===16?2:1;for(let s=0;s<r;s++){let d=s*a,f=(n*r+s)*4;e[f]=x[d],e[f+1]=x[d+i],e[f+2]=x[d+i*2],e[f+3]=x[d+i*3]}}};var an=class{validateHeader(x){if(x.getString(4)!=="RIFF")throw new Error("Invalid WebP: Missing RIFF header");if(x.getUint32(!0),x.getString(4)!=="WEBP")throw new Error("Invalid WebP: Missing WEBP signature")}parseChunks(x){let e=[];for(;x.hasMore();){let n=x.getString(4),r=x.getUint32(!0),o=x.getView(r);e.push({fourCC:n,size:r,data:o}),r%2===1&&x.hasMore()&&x.seek(x.tell()+1)}return e}};var Au=[17,18,0,1,2,3,4,5,16,6,7,8,9,10,11,12,13,14,15],Mu=5,sn=class{readHuffmanCodes(x){let e=[];for(let n=0;n<Mu;n++){let r=n===4?40:280;e[n]=this.readHuffmanCode(x,r)}return e}readHuffmanCode(x,e){if(x.readBits(1))return this.readSimpleHuffmanCode(x);let r=new Array(19).fill(0),o=4+x.readBits(4);for(let s=0;s<o;s++)r[Au[s]]=x.readBits(3);let a=this.buildHuffmanTree(r),i=this.readCodeLengths(x,a,e);return this.buildHuffmanTree(i)}readSimpleHuffmanCode(x){let e=x.readBits(1)+1,n=[],o=x.readBits(1)?8:1;return n.push(x.readBits(o)),e===2&&n.push(x.readBits(o)),this.buildSimpleHuffman(n)}readCodeLengths(x,e,n){let r=new Array(n).fill(0),o=0;for(;o<n;){let a=this.readSymbol(x,e);if(a<16)r[o++]=a;else{let i=0,s=0;a===16?(i=3+x.readBits(2),s=r[o-1]):a===17?i=3+x.readBits(3):a===18&&(i=11+x.readBits(7));for(let d=0;d<i&&o<n;d++)r[o++]=s}}return r}buildSimpleHuffman(x){return x.length===1?{codes:[{symbol:x[0],length:0,code:0}],maxLength:0}:{codes:[{symbol:x[0],length:1,code:0},{symbol:x[1],length:1,code:1}],maxLength:1}}buildHuffmanTree(x){let e=x.filter(s=>s>0&&Number.isFinite(s)),n=e.length>0?Math.max(...e):0,r=[];if(n===0)return{codes:[],maxLength:0,lookupTable:new Map};let o=new Array(n+1).fill(0),a=new Array(n+1).fill(0);for(let s of x)s>0&&Number.isFinite(s)&&o[s]++;a[1]=0;for(let s=2;s<=n;s++)a[s]=a[s-1]+o[s-1]<<1;let i=new Map;for(let s=0;s<x.length;s++){let d=x[s];if(d>0&&Number.isFinite(d)){let f=a[d];r.push({symbol:s,length:d,code:f});let c=f<<4|d;i.set(c,s),a[d]++}}return{codes:r,maxLength:n,lookupTable:i}}readSymbol(x,e){if(e.maxLength===0)return e.codes[0].symbol;if(e.lookupTable){let n=0;for(let r=0;r<e.maxLength;r++){n=n<<1|x.readBits(1);let o=n<<4|r+1,a=e.lookupTable.get(o);if(a!==void 0)return a}}for(let n of e.codes){let r=0;for(let o=0;o<n.length;o++)r=r<<1|x.readBits(1);if(r===n.code)return n.symbol}return 0}};var ku=47,dn=class{constructor(){this.huffmanDecoder=new sn}decodeVp8l(x,e,n,r){let o=new fn(x.data);if(o.readBits(8)!==ku)throw new Error("Invalid VP8L signature");let i=o.readBits(14)+1,s=o.readBits(14)+1,d=o.readBits(3);if(d!==0)throw new Error(`Unsupported VP8L version: ${d}`);let f=o.readBits(1);for(;f;){let h=o.readBits(2);if(h===0||h===1){let b=o.readBits(3)+2,g=this.subSampleSize(i,b),y=this.subSampleSize(s,b);this.skipTransformImage(o,g,y)}f=o.readBits(1)}let c=this.huffmanDecoder.readHuffmanCodes(o),l=this.decodePixelData(o,i,s,c),{targetWidth:u,targetHeight:p}=n(i,s,e),m=r(l,i,s,u,p,4);return{width:u,height:p,format:"webp",channels:4,bitsPerChannel:8,data:m.buffer}}decodePixelData(x,e,n,r){let o=new Uint8Array(e*n*4),a=0,i=e*n;for(let s=0;s<i;s++){let d=this.huffmanDecoder.readSymbol(x,r[0]);if(d<256){let f=this.huffmanDecoder.readSymbol(x,r[1]),c=this.huffmanDecoder.readSymbol(x,r[2]),l=this.huffmanDecoder.readSymbol(x,r[3]);o[a++]=f,o[a++]=d,o[a++]=c,o[a++]=l}else{let f=d-256,c=this.getLengthFromSymbol(f,x),l=this.huffmanDecoder.readSymbol(x,r[4]),u=this.getDistanceFromSymbol(l,x);for(let p=0;p<c&&s+p<i;p++){let m=a-u*4;m>=0&&(o[a++]=o[m],o[a++]=o[m+1],o[a++]=o[m+2],o[a++]=o[m+3])}s+=c-1}}return o}subSampleSize(x,e){return x+(1<<e)-1>>e}skipTransformImage(x,e,n){try{this.huffmanDecoder.readHuffmanCodes(x)}catch{let o=Math.min(e*n*4,1e4);for(let a=0;a<o&&x.hasMore();a++)x.readBits(1);return}let r=e*n;for(let o=0;o<Math.min(r*4,1e4)&&x.hasMore();o++)x.readBits(1)}getLengthFromSymbol(x,e){if(x<4)return x+1;let n=x-2>>1;return(2+(x&1)<<n)+e.readBits(n)+1}getDistanceFromSymbol(x,e){if(x<4)return x+1;let n=x-2>>1;return(2+(x&1)<<n)+e.readBits(n)+1}decodeVp8x(x,e,n,r,o){if((new Uint8Array(x.data.buffer,x.data.byteOffset,x.data.byteLength)[0]&2)!==0)throw new Error("Animated WebP is not supported");let d=e.find(c=>c.fourCC==="VP8L");if(d)return this.decodeVp8l(d,n,r,o);throw e.find(c=>c.fourCC==="VP8 ")?new Error("VP8 (lossy) WebP format is not yet supported"):new Error("No image data found in VP8X container")}};var Iu=new TextDecoder("ascii"),B7=class{constructor(x){this.offset=0;this.view=new DataView(x)}seek(x){if(x<0||x>this.view.byteLength)throw new RangeError(`Seek offset ${x} out of bounds [0, ${this.view.byteLength}]`);this.offset=x}tell(){return this.offset}hasMore(){return this.offset<this.view.byteLength}getUint8(){this.checkBounds(1);let x=this.view.getUint8(this.offset);return this.offset+=1,x}getUint16(x=!1){this.checkBounds(2);let e=this.view.getUint16(this.offset,x);return this.offset+=2,e}getUint32(x=!1){this.checkBounds(4);let e=this.view.getUint32(this.offset,x);return this.offset+=4,e}getString(x){this.checkBounds(x);let e=new Uint8Array(this.view.buffer,this.view.byteOffset+this.offset,x);return this.offset+=x,Iu.decode(e)}getView(x){this.checkBounds(x);let e=new DataView(this.view.buffer,this.view.byteOffset+this.offset,x);return this.offset+=x,e}checkBounds(x){if(this.offset+x>this.view.byteLength)throw new RangeError(`Read beyond buffer bounds: ${this.offset+x} > ${this.view.byteLength}`)}},fn=class{constructor(x){this.bytePos=0;this.bitPos=0;this.view=x}readBits(x){if(x>32)throw new Error("Cannot read more than 32 bits at once");let e=0;for(let n=0;n<x;n++){if(this.bytePos>=this.view.byteLength)return e;let o=this.view.getUint8(this.bytePos)>>this.bitPos&1;e|=o<<n,this.bitPos++,this.bitPos===8&&(this.bitPos=0,this.bytePos++)}return e}hasMore(){return this.bytePos<this.view.byteLength}peekBits(x){let e=this.bytePos,n=this.bitPos,r=this.readBits(x);return this.bytePos=e,this.bitPos=n,r}},A7=class{static calculateDimensions(x,e,n){let r=x,o=e;if(n.scale&&n.scale>0)r=Math.max(1,Math.round(x*n.scale)),o=Math.max(1,Math.round(e*n.scale));else if(n.maxWidth||n.maxHeight){let a=Math.min(n.maxWidth?n.maxWidth/x:1/0,n.maxHeight?n.maxHeight/e:1/0);a>0&&a<1&&(r=Math.max(1,Math.round(x*a)),o=Math.max(1,Math.round(e*a)))}return{targetWidth:r,targetHeight:o}}static resizeNN(x,e,n,r,o,a){if(e===r&&n===o)return x;let i=new Uint8Array(r*o*a),s=e/r,d=n/o;for(let f=0;f<o;f++){let l=Math.min(n-1,Math.floor(f*d))*e*a,u=f*r*a;for(let p=0;p<r;p++){let m=Math.min(e-1,Math.floor(p*s)),h=l+m*a,b=u+p*a;for(let g=0;g<a;g++)i[b+g]=x[h+g]}}return i}},cn=class t extends A7{constructor(){super(...arguments);this.riffParser=new an;this.vp8lDecoder=new dn}async decode(e,n={}){let r=new B7(e);this.riffParser.validateHeader(r);let o=this.riffParser.parseChunks(r),a=o.find(d=>d.fourCC==="VP8X");if(a)return this.vp8lDecoder.decodeVp8x(a,o,n,t.calculateDimensions,t.resizeNN);let i=o.find(d=>d.fourCC==="VP8L");if(i)return this.vp8lDecoder.decodeVp8l(i,n,t.calculateDimensions,t.resizeNN);throw o.find(d=>d.fourCC==="VP8 ")?new Error("VP8 (lossy) WebP format is not yet supported"):new Error("Unsupported WebP format: No recognized image chunk found")}};var M7=class{async load(x){throw new Error("NodeEnvironment is not available in browser builds")}},k7=class{async inflateRaw(x){throw new Error("NodeEnvironment compression is not available in browser builds")}},m6=class{constructor(){this.loader=new M7;this.compression=new k7}resolveLocal(){throw new Error("NodeEnvironment resolveLocal is not available in browser builds")}now(){return typeof performance<"u"?performance.now():Date.now()}getEnv(x){}fileURLToPath(){throw new Error("NodeEnvironment fileURLToPath is not available in browser builds")}pathToFileURL(){throw new Error("NodeEnvironment pathToFileURL is not available in browser builds")}pathResolve(){throw new Error("NodeEnvironment pathResolve is not available in browser builds")}pathJoin(){throw new Error("NodeEnvironment pathJoin is not available in browser builds")}pathDirname(){throw new Error("NodeEnvironment pathDirname is not available in browser builds")}pathIsAbsolute(){throw new Error("NodeEnvironment pathIsAbsolute is not available in browser builds")}};var Wx=class t{constructor(x){this.imageCache=new Map;this.jpegDecoder=new rn;this.pngDecoder=new on;this.webpDecoder=new cn;this.env=x??Nu()}static getInstance(x){return t.instance||(t.instance=new t(x)),t.instance}async loadImage(x,e){let n=this.normalizeSource(x),r=this.generateCacheKey(n,e);if(this.imageCache.has(r))return this.imageCache.get(r);try{let o=await this.env.loader.load(n),a=await this.decodeImage(o,e);return this.imageCache.set(r,a),a}catch(o){throw new Error(`Failed to load image from ${n}: ${o instanceof Error?o.message:String(o)}`)}}async decodeImage(x,e){let n=this.detectImageFormat(x);switch(n){case"jpeg":return this.jpegDecoder.decode(x,e);case"png":return this.pngDecoder.decode(x,e);case"gif":return this.decodeGif(x,e);case"webp":return this.decodeWebp(x,e);default:throw new Error(`Unsupported image format: ${n}`)}}detectImageFormat(x){let e=new DataView(x);if(x.byteLength>=3&&e.getUint8(0)===255&&e.getUint8(1)===216&&e.getUint8(2)===255)return"jpeg";if(x.byteLength>=8&&e.getUint8(0)===137&&e.getUint8(1)===80&&e.getUint8(2)===78&&e.getUint8(3)===71&&e.getUint8(4)===13&&e.getUint8(5)===10&&e.getUint8(6)===26&&e.getUint8(7)===10)return"png";if(x.byteLength>=6&&new TextDecoder().decode(x.slice(0,6)).startsWith("GIF"))return"gif";if(x.byteLength>=12&&e.getUint32(0,!1)===1380533830&&e.getUint32(8,!1)===1464156752)return"webp";throw new Error("Unknown image format")}decodeGif(x,e){let n=e?.maxWidth||100,r=e?.maxHeight||100,o=n*r,a=new ArrayBuffer(o*4);return{width:n,height:r,format:"gif",channels:4,bitsPerChannel:8,data:a}}async decodeWebp(x,e){return this.webpDecoder.decode(x,e)}generateCacheKey(x,e){let n=e?`_${e.maxWidth||0}_${e.maxHeight||0}_${e.scale||1}`:"_default";return`${x}${n}`}clearCache(){this.imageCache.clear()}normalizeSource(x){return x}};function Nu(){let t=po();if(t)return t;if(typeof process<"u"&&!!process.versions?.node)return new m6;throw new Error("Environment not provided to ImageService and no global __PAGYRA_ENV__ set")}function Ux(t){let x="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=t.replace(/[^A-Za-z0-9+/=]/g,""),n=[],r=0,o=0;for(let a of e){if(a==="=")break;let i=x.indexOf(a);i!==-1&&(r=r<<6|i,o+=6,o>=8&&(o-=8,n.push(r>>o&255)))}return new Uint8Array(n)}function I7(t,x){let e=t.trim();if(!e||/^data:/i.test(e))return e;try{let n=new URL(e);return n.protocol==="file:",n.href}catch{}if(x.environment?.resolveLocal)return x.environment.resolveLocal(e,x.resourceBaseDir||x.assetRootDir||void 0);if(e.startsWith("/")){let n=x.assetRootDir&&x.environment?.pathResolve?x.environment.pathResolve(x.assetRootDir,`.${e}`):e;return k("image-converter","debug","resolveImageSource - resolving absolute path:",{src:t,trimmed:e,assetRootDir:x.assetRootDir,resolved:n}),n}return x.environment?.pathIsAbsolute&&x.environment.pathIsAbsolute(e)?e:x.resourceBaseDir&&x.environment?.pathResolve?x.environment.pathResolve(x.resourceBaseDir,e):e}function bc(t){return/^https?:\/\//i.test(t)}function Eu(t){if(!t)return null;try{let x=new URL(t);if(x.protocol==="http:"||x.protocol==="https:")return x}catch{}return null}function Du(t){let x=new Map,e=[t.assetRootDir,t.resourceBaseDir];for(let n of e){let r=Eu(n);if(r){let o=r.origin;x.has(o)||x.set(o,r)}}return Array.from(x.values())}function N7(t,x){if(!bc(t))return!1;try{let e=new URL(t);return e.protocol!=="http:"&&e.protocol!=="https:"?!1:Du(x).some(r=>r.origin===e.origin)}catch{return!1}}async function mc(t,x,e,n){let r=xx(t,x,e,n.units,n.rootFontSize),a=(t.getAttribute("href")??t.getAttribute("xlink:href")??t.getAttribute("src")??"")?.trim()??"",i=t.getAttribute("width"),s=t.getAttribute("height"),d=i&&Number.parseFloat(i)||void 0,f=s&&Number.parseFloat(s)||void 0;if(!a){let p=new w0(r,[],{tagName:"img"});return p.intrinsicInlineSize=d??100,p.intrinsicBlockSize=f??100,p}let c=I7(a,n),l;try{let p=Wx.getInstance(n.environment);if(bc(c)&&!N7(c,n))throw new Error(`Remote images are not supported (${c})`);if(c.startsWith("data:")){let m=c.match(/^data:image\/(.+);base64,(.+)$/);if(!m)throw new Error("Invalid data URI");let b=Ux(m[2]).slice();l=await p.decodeImage(b.buffer,{maxWidth:d,maxHeight:f})}else l=await p.loadImage(c,{maxWidth:d,maxHeight:f});k("render-tree","debug","Image loaded successfully",{src:a,resolvedSrc:c,width:l.width,height:l.height,format:l.format})}catch(p){k("render-tree","warn",`Failed to load image: ${a}. Using placeholder.`,{resolvedSrc:c,error:p instanceof Error?p.message:String(p)});let m=new w0(r,[],{tagName:"img"});return m.intrinsicInlineSize=d??100,m.intrinsicBlockSize=f??100,m}let u=new w0(r,[],{tagName:"img",customData:{image:{originalSrc:a,resolvedSrc:c,info:l}}});return u.intrinsicInlineSize=l.width,u.intrinsicBlockSize=l.height,kt.processImage(u,l),d&&f?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=f):d?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=Math.round(l.height/l.width*d)):f&&(u.intrinsicBlockSize=f,u.intrinsicInlineSize=Math.round(l.width/l.height*f)),u}var ln=class{constructor(){this.parsers=new Map}register(x,e){this.parsers.set(x.toLowerCase(),e)}parse(x,e){let n=x.tagName.toLowerCase(),r=this.parsers.get(n);return r?r(x,e):(e.warn(`Unsupported <${n}> element ignored.`),null)}has(x){return this.parsers.has(x.toLowerCase())}};function Ou(t){return typeof t=="object"&&t!==null&&"tagName"in t&&"getAttribute"in t&&"nodeType"in t}function pc(t){return Ou(t),t}function hc(t,x={}){let e=x.warn??(()=>{}),n=pc(t);if(n.tagName.toLowerCase()!=="svg")return e("Expected <svg> root element."),null;let r={warn:e},a=(x.registry??M0).parse(n,r);return!a||a.type!=="svg"?(e("Unable to parse <svg> element."),null):a}function Wu(t,x,e){return(e??M0).parse(pc(t),x)}function Uu(t,x){let e=un(t,"svg",x);if(!e)return null;let n=Zu(t.getAttribute("viewBox")),r=a0(t.getAttribute("width")),o=a0(t.getAttribute("height"));return{...e,type:"svg",width:r,height:o,viewBox:n}}function Hu(t,x){let e=un(t,"g",x);return e?{...e,type:"g"}:null}function zu(t,x){let e=un(t,"defs",x);return e?{...e,type:"defs"}:null}function Gu(t){return{..._0(t,"rect"),type:"rect",x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),width:a0(t.getAttribute("width")),height:a0(t.getAttribute("height")),rx:a0(t.getAttribute("rx")),ry:a0(t.getAttribute("ry"))}}function ju(t){return{..._0(t,"circle"),type:"circle",cx:a0(t.getAttribute("cx")),cy:a0(t.getAttribute("cy")),r:a0(t.getAttribute("r"))}}function $u(t){return{..._0(t,"ellipse"),type:"ellipse",cx:a0(t.getAttribute("cx")),cy:a0(t.getAttribute("cy")),rx:a0(t.getAttribute("rx")),ry:a0(t.getAttribute("ry"))}}function Vu(t){return{..._0(t,"line"),type:"line",x1:a0(t.getAttribute("x1")),y1:a0(t.getAttribute("y1")),x2:a0(t.getAttribute("x2")),y2:a0(t.getAttribute("y2"))}}function _u(t){return{..._0(t,"path"),type:"path",d:t.getAttribute("d")??void 0}}function Yu(t){return{..._0(t,"polyline"),type:"polyline",points:wc(t.getAttribute("points"))}}function Xu(t){return{..._0(t,"polygon"),type:"polygon",points:wc(t.getAttribute("points"))}}function qu(t){let x=_0(t,"text"),n=(t.textContent??"").replace(/\s+/g," ").trim();return n?{...x,type:"text",text:n,x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),fontSize:a0(t.getAttribute("font-size")),fontFamily:t.getAttribute("font-family")??void 0,textAnchor:Ku(t.getAttribute("text-anchor"))}:null}function Ku(t){if(!t)return;let x=t.trim().toLowerCase();if(x==="start"||x==="middle"||x==="end")return x}function un(t,x,e){let n=_0(t,x),r=[];for(let o of Array.from(t.children)){let a=Wu(o,e);a&&r.push(a)}return{...n,type:x,children:r}}function _0(t,x){let e={};if(typeof t.getAttributeNames=="function")for(let i of t.getAttributeNames()){let s=t.getAttribute(i);s!==null&&(e[i]=s)}else{let i=t.attributes??[];for(let s of Array.from(i)){let d=s.value;d!==null&&(e[s.name]=d)}}let n=t.getAttribute("class"),r=n?n.split(/\s+/).filter(Boolean):[],o=t.getAttribute("transform")??void 0,a=o&&hx(o)||void 0;return{type:x,id:t.getAttribute("id")??void 0,classes:r,attributes:e,transform:o,transformMatrix:a}}function a0(t){if(!t)return;let x=t.trim();if(x.length===0)return;let e=x.match(/^(-?\d+(\.\d+)?)([a-z%]*)$/i);if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isFinite(n))return;let r=e[3]??"";if(!(r&&r!=="px"))return n}function Zu(t){if(!t)return;let x=t.trim().split(/[\s,]+/).map(e=>Number.parseFloat(e));if(!(x.length!==4||x.some(e=>!Number.isFinite(e))))return{minX:x[0],minY:x[1],width:x[2],height:x[3]}}function Qu(t){return{..._0(t,"image"),type:"image",x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),width:a0(t.getAttribute("width")),height:a0(t.getAttribute("height")),href:t.getAttribute("href")||t.getAttribute("xlink:href")||void 0,preserveAspectRatio:t.getAttribute("preserveAspectRatio")||void 0}}function Ju(t){return{..._0(t,"use"),type:"use",x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),width:a0(t.getAttribute("width")),height:a0(t.getAttribute("height")),href:t.getAttribute("href")||t.getAttribute("xlink:href")||void 0}}function xb(t,x){let e=un(t,"clippath",x);if(!e)return null;let n=t.getAttribute("clipPathUnits");return{...e,type:"clippath",clipPathUnits:n==="objectBoundingBox"?"objectBoundingBox":"userSpaceOnUse"}}function eb(t,x){let e=_0(t,"lineargradient"),n=gc(t,x);return{...e,type:"lineargradient",x1:a0(t.getAttribute("x1"))??0,y1:a0(t.getAttribute("y1"))??0,x2:a0(t.getAttribute("x2"))??1,y2:a0(t.getAttribute("y2"))??0,gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:yc(t.getAttribute("spreadMethod")),stops:n}}function tb(t,x){let e=_0(t,"radialgradient"),n=gc(t,x);return{...e,type:"radialgradient",cx:a0(t.getAttribute("cx"))??.5,cy:a0(t.getAttribute("cy"))??.5,r:a0(t.getAttribute("r"))??.5,fx:a0(t.getAttribute("fx")),fy:a0(t.getAttribute("fy")),gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:yc(t.getAttribute("spreadMethod")),stops:n}}function gc(t,x){let e=[];for(let n of Array.from(t.children))if(n.tagName.toLowerCase()==="stop"){let r=nb(n.getAttribute("offset")),o=n.getAttribute("stop-color")||"#000000",a=rb(n.getAttribute("stop-opacity"));r!==void 0&&e.push({offset:r,color:o,opacity:a})}return e}function nb(t){if(!t)return;let x=t.trim();if(x.endsWith("%")){let n=Number.parseFloat(x.slice(0,-1));return Number.isFinite(n)?n/100:void 0}let e=Number.parseFloat(x);return Number.isFinite(e)?e:void 0}function rb(t){if(!t)return;let x=Number.parseFloat(t.trim());return Number.isFinite(x)&&x>=0&&x<=1?x:void 0}function yc(t){if(!t)return;let x=t.trim().toLowerCase();if(x==="pad"||x==="reflect"||x==="repeat")return x}function wc(t){if(!t)return;let x=t.trim();if(!x)return;let e=[];for(let r of x.split(/[\s,]+/)){if(!r)continue;let o=Number.parseFloat(r);if(!Number.isFinite(o))return;e.push(o)}if(e.length%2!==0)return;let n=[];for(let r=0;r<e.length;r+=2)n.push({x:e[r],y:e[r+1]});return n}var M0=new ln;M0.register("svg",Uu);M0.register("g",Hu);M0.register("defs",zu);M0.register("rect",Gu);M0.register("circle",ju);M0.register("ellipse",$u);M0.register("line",Vu);M0.register("path",_u);M0.register("polyline",Yu);M0.register("polygon",Xu);M0.register("text",qu);M0.register("image",Qu);M0.register("use",Ju);M0.register("clippath",xb);M0.register("lineargradient",eb);M0.register("radialgradient",tb);var E7=class{constructor(){this.elements=new Map;this.registerDefaults()}registerDefaults(){this.elements.set("input",{tagName:"input",isFormControl:!0,attributeExtractors:["type","value","checked","disabled","placeholder","name","id","min","max","step","accept","multiple","readonly","required"]}),this.elements.set("select",{tagName:"select",isFormControl:!0,attributeExtractors:["multiple","disabled","name","id","required"]}),this.elements.set("textarea",{tagName:"textarea",isFormControl:!0,attributeExtractors:["rows","cols","disabled","placeholder","name","id","maxlength","minlength","readonly","required","wrap"]}),this.elements.set("button",{tagName:"button",isFormControl:!0,attributeExtractors:["type","disabled","name","id","value"]})}register(x,e){this.elements.set(x.toLowerCase(),e)}getConfig(x){return this.elements.get(x.toLowerCase())}isFormElement(x){return this.getConfig(x)?.isFormControl??!1}},D7=new E7;function ob(t){let x=(t||"text").toLowerCase();return["text","password","email","number","tel","url","search","date","time","color","range","checkbox","radio","file","hidden"].includes(x)?x:"text"}function ab(t){let x=(t||"button").toLowerCase();return["submit","reset","button"].includes(x)?x:"button"}function wx(t,x){return t.hasAttribute?.(x)===!0&&t.getAttribute(x)!=="false"}function ib(t){let x=[],e=t.querySelectorAll?.("option")??[];for(let n of e)x.push({value:n.getAttribute("value")??n.textContent??"",text:n.textContent??"",selected:wx(n,"selected"),disabled:wx(n,"disabled")});return x}function Rc(t,x){if(!D7.getConfig(x))return null;let n=wx(t,"disabled"),r=t.getAttribute("name")??void 0,o=t.getAttribute("id")??void 0,a=wx(t,"required");switch(x.toLowerCase()){case"input":{let i=t.getAttribute("type"),s=ob(i),d=t.getAttribute("value")??void 0,f=t.getAttribute("placeholder")??void 0,c=s==="checkbox"||s==="radio"?wx(t,"checked"):void 0,l=t.getAttribute("min")??void 0,u=t.getAttribute("max")??void 0,p=t.getAttribute("step")??void 0,m=s==="file"?t.getAttribute("accept")??void 0:void 0,h=s==="file"?wx(t,"multiple"):void 0,b=wx(t,"readonly");return{kind:"input",inputType:s,value:d,placeholder:f,isChecked:c,isDisabled:n,isRequired:a,name:r,id:o,min:l,max:u,step:p,accept:m,multiple:h,readonly:b}}case"select":{let i=wx(t,"multiple");return{kind:"select",options:ib(t),isMultiple:i,isDisabled:n,isRequired:a,name:r,id:o}}case"textarea":{let i=parseInt(t.getAttribute("rows")||"3",10),s=parseInt(t.getAttribute("cols")||"20",10),d=t.getAttribute("value")??t.textContent??"",f=t.getAttribute("placeholder")??void 0,c=parseInt(t.getAttribute("maxlength")||"0",10)||void 0,l=parseInt(t.getAttribute("minlength")||"0",10)||void 0,u=t.getAttribute("wrap")||"soft",p=wx(t,"readonly");return{kind:"textarea",value:d,placeholder:f,rows:i,cols:s,maxlength:c,minlength:l,wrap:u,isDisabled:n,isRequired:a,name:r,id:o,readonly:p}}case"button":{let i=ab(t.getAttribute("type")),s=t.getAttribute("value")??t.textContent??"";return{kind:"button",buttonType:i,value:s,isDisabled:n,name:r,id:o}}default:return null}}function Tc(t,x){let e=t,n=x==="previous"?r=>r.previousSibling:r=>r.nextSibling;for(;e;){if(e.nodeType===e.TEXT_NODE){if((e.textContent??"").replace(/\s+/g,"").length>0)return e}else if(e.nodeType===e.ELEMENT_NODE){let r=e.tagName.toLowerCase();if(!["script","style","meta","link"].includes(r))return e}e=n(e)}return null}function sb(t){return Tc(t.previousSibling,"previous")!==null}function db(t){return Tc(t.nextSibling,"next")!==null}function fb(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function Sc(t,x){if(x.whiteSpace==="pre"||x.whiteSpace==="pre-wrap")return!0;let e=t.length>0?t[t.length-1]:null;return!!e&&fb(e.style.display)}function cb(t){let x=t.trim();if(!x)return"";if(x.startsWith("url(")&&x.endsWith(")")){let e=x.slice(4,-1).trim();return(e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"'))&&(e=e.slice(1,-1)),e}return x.startsWith("'")&&x.endsWith("'")||x.startsWith('"')&&x.endsWith('"')?x.slice(1,-1):x}function lb(t){return/^data:/i.test(t)}function ub(t){return/^https?:\/\//i.test(t)}function vc(t){if(!t)return;let x=Number.parseInt(t,10);return Number.isFinite(x)&&x>0?x:void 0}async function bb(t,x){let e=Wx.getInstance(x.environment),n=I7(t,x);if(ub(n)&&!N7(n,x))return k("dom-converter","warn",`Skipping remote background image (${n}); remote assets are not supported.`),null;try{let r;if(lb(n)){let o=n.match(/^data:image\/(.+);base64,(.+)$/);if(!o)return k("dom-converter","warn",`Unsupported data URI format for background image: ${t}`),null;let i=Ux(o[2]).slice();r=await e.decodeImage(i.buffer)}else r=await e.loadImage(n);return{info:r,resolvedSrc:n}}catch(r){return k("dom-converter","warn",`Failed to load background image ${t}:`,r instanceof Error?r.message:String(r)),null}}async function Lc(t,x){if(!(!t.backgroundLayers||t.backgroundLayers.length===0))for(let e of t.backgroundLayers){if(e.kind!=="image"||e.imageInfo)continue;let n=cb(e.url);if(!n)continue;let r=await bb(n,x);r&&(e.originalUrl=n,e.resolvedUrl=r.resolvedSrc,e.imageInfo=r.info)}}async function Se(t,x,e,n){let r=t;if(k("dom-converter","debug",`convertDomNode - entering function for node type: ${t.nodeType}, tagName: ${r.tagName||"text node"}`),t.nodeType===t.TEXT_NODE){let p=(t.textContent??"").replace(/\s+/g," ").normalize("NFC"),m=p.trim(),h=sb(t),b=db(t);if(m.length===0){if(!(h&&b))return null;k("dom-converter","debug","convertDomNode - processing text node: (single space)");let L=new $0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:j0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,letterSpacing:e.letterSpacing,wordSpacing:e.wordSpacing,textDecorationLine:e.textDecorationLine,textDecorationColor:e.textDecorationColor,textDecorationStyle:e.textDecorationStyle,textTransform:e.textTransform,transform:e.transform,textShadows:e.textShadows});return new w0(L,[],{textContent:" ",customData:{preserveLeadingSpace:!0,preserveTrailingSpace:!0}})}let g=m,y=p.startsWith(" ")&&h,w=p.endsWith(" ")&&b;y&&(g=" "+g),w&&(g=g+" "),k("dom-converter","debug","convertDomNode - processing text node:",g.substring(0,50)+(g.length>50?"...":""));let S=new $0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:j0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,letterSpacing:e.letterSpacing,wordSpacing:e.wordSpacing,textDecorationLine:e.textDecorationLine,textDecorationColor:e.textDecorationColor,textDecorationStyle:e.textDecorationStyle,textTransform:e.textTransform,transform:e.transform,textShadows:e.textShadows});return new w0(S,[],{textContent:g,customData:{preserveLeadingSpace:y,preserveTrailingSpace:w}})}if(t.nodeType!==t.ELEMENT_NODE)return null;let o=t,a=o.tagName.toLowerCase();if(k("dom-converter","debug",`convertDomNode - processing element: ${a}, with style attr: ${o.getAttribute("style")}`),a==="script"||a==="style")return null;if(a==="img")return await mc(o,x,e,n);if(a==="svg"){let u=xx(o,x,e,n.units,n.rootFontSize);k("dom-converter","debug","convertDomNode - computed style backgroundLayers:",u.backgroundLayers);let p=hc(o,{warn:h=>k("svg-parser","warn",h)});if(!p)return new w0(u,[],{tagName:a});let m=mb(p,o);return new w0(u,[],{tagName:a,intrinsicInlineSize:m.width,intrinsicBlockSize:m.height,customData:{svg:{root:p,intrinsicWidth:m.width,intrinsicHeight:m.height,resourceBaseDir:n?.resourceBaseDir,assetRootDir:n?.assetRootDir}}})}if(a==="br"){let u=new $0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:j0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,textTransform:e.textTransform});return new w0(u,[],{textContent:`
45
- `})}if(D7.isFormElement(a)){let u=Rc(o,a);if(u){let p=xx(o,x,e,n.units,n.rootFontSize);await Lc(p,n);let m={tagName:a},h=o.getAttribute("id");return h?m.customData={id:h,formControl:u}:m.customData={formControl:u},new w0(p,[],m)}}let i=xx(o,x,e,n.units,n.rootFontSize);await Lc(i,n),k("dom-converter","debug","convertDomNode - computed style backgroundLayers:",i.backgroundLayers),o.tagName.toLowerCase()==="div"&&o.getAttribute("style")?.includes("linear-gradient")&&k("dom-converter","debug","Found div with gradient style!");let s=[],d="",f=o.childNodes;if(!f)return new w0(i,[],{tagName:a});for(let u of Array.from(f)){if(u.nodeType===u.TEXT_NODE){d+=u.textContent??"";continue}if(d){let m=d.replace(/\s+/g," ").normalize("NFC");if(m.trim().length===0&&(m=Sc(s,i)?" ":""),m){let h=m.startsWith(" "),b=m.endsWith(" ");s.push(new w0(new $0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:j0(i.lineHeight),fontFamily:i.fontFamily,fontWeight:i.fontWeight,fontStyle:i.fontStyle,letterSpacing:i.letterSpacing,wordSpacing:i.wordSpacing,overflowWrap:i.overflowWrap,whiteSpace:i.whiteSpace,textDecorationLine:i.textDecorationLine,textDecorationColor:i.textDecorationColor,textDecorationStyle:i.textDecorationStyle,textTransform:i.textTransform,transform:i.transform,textShadows:i.textShadows}),[],{textContent:m,customData:{preserveLeadingSpace:h,preserveTrailingSpace:b}}))}d=""}let p=await Se(u,x,i,n);p&&s.push(p)}if(d){let u=d.replace(/\s+/g," ").normalize("NFC");if(u.trim().length===0&&(u=Sc(s,i)?" ":""),u){let p=u.startsWith(" "),m=u.endsWith(" ");s.push(new w0(new $0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:j0(i.lineHeight),fontFamily:i.fontFamily,fontWeight:i.fontWeight,fontStyle:i.fontStyle,letterSpacing:i.letterSpacing,wordSpacing:i.wordSpacing,overflowWrap:i.overflowWrap,whiteSpace:i.whiteSpace,textDecorationLine:i.textDecorationLine,textDecorationColor:i.textDecorationColor,textDecorationStyle:i.textDecorationStyle,textTransform:i.textTransform,transform:i.transform,textShadows:i.textShadows}),[],{textContent:u,customData:{preserveLeadingSpace:p,preserveTrailingSpace:m}}))}}let c=o.getAttribute("id"),l={tagName:a};return(a==="td"||a==="th")&&(l.tableColSpan=vc(o.getAttribute("colspan"))??1,l.tableRowSpan=vc(o.getAttribute("rowspan"))??1),c&&(l.customData={...l.customData,id:c}),new w0(i,s,l)}function mb(t,x){let e=t.width,n=t.height;return t.viewBox&&((!e||e<=0)&&(e=t.viewBox.width),(!n||n<=0)&&(n=t.viewBox.height)),(!e||e<=0)&&(e=Cc(x.getAttribute("width"))??100),(!n||n<=0)&&(n=Cc(x.getAttribute("height"))??e),{width:Number.isFinite(e)&&e>0?e:100,height:Number.isFinite(n)&&n>0?n:100}}function Cc(t){if(!t)return;let x=Number.parseFloat(t);return Number.isFinite(x)?x:void 0}function fx(t,x,e){t&&(t.x+=x,t.y+=e)}function pb(t,x,e){t&&(t.image&&(fx(t.image.rect,x,e),fx(t.image.originRect,x,e)),t.gradient&&(fx(t.gradient.rect,x,e),fx(t.gradient.originRect,x,e)))}function bn(t,x,e,n){let r=[t];for(;r.length>0;){let o=r.pop();if(k("layout","trace","offset render tree box",{tagName:o.tagName,textContent:o.textContent,x:o.contentBox.x,y:o.contentBox.y,width:o.contentBox.width,height:o.contentBox.height}),fx(o.contentBox,x,e),fx(o.paddingBox,x,e),fx(o.borderBox,x,e),fx(o.visualOverflow,x,e),o.clipPath&&o.clipPath.points)for(let a of o.clipPath.points)a.x+=x,a.y+=e;o.markerRect&&fx(o.markerRect,x,e),pb(o.background,x,e);for(let a of o.links)fx(a.rect,x,e);for(let a of o.textRuns)a.lineMatrix&&(a.lineMatrix.e+=x,a.lineMatrix.f+=e);for(let a of o.children)r.push(a)}}function Pc(t,x){let{pageHeight:e,margins:n,headerHeightPx:r=0,footerHeightPx:o=0}=x,a=Number.isFinite(e)&&e>0?e:1,i=Number.isFinite(n.top)&&n.top>0?n.top:0,s=Number.isFinite(n.bottom)&&n.bottom>0?n.bottom:0,d=i+r,f=s+o,c=d+f,l=a-c>0?a-c:a,u=b=>{if(!Number.isFinite(b))return b;if(b<=0)return b+d;let g=Math.floor(b/l),y=b-g*l;return g*a+d+y},p=b=>{b&&(b.y=u(b.y))},m=b=>{b&&(b.image&&(p(b.image.rect),p(b.image.originRect)),b.gradient&&(p(b.gradient.rect),p(b.gradient.originRect)))},h=[t];for(;h.length>0;){let b=h.pop();if(p(b.contentBox),p(b.paddingBox),p(b.borderBox),p(b.visualOverflow),b.clipPath&&b.clipPath.points)for(let g of b.clipPath.points)g.y=u(g.y);b.markerRect&&p(b.markerRect),m(b.background);for(let g of b.links)p(g.rect);for(let g of b.textRuns)g.lineMatrix&&(g.lineMatrix.f=u(g.lineMatrix.f));for(let g of b.children)h.push(g)}}var _6=class{constructor(x){this.fontRegistry=x;this.rawTableAccessors=new WeakMap}async resolve(x,e,n){let r=await this.fontRegistry.ensureFontResource(x,e,n);return this.toUnifiedFont(r,x,e,n)??this.createFallbackFont(x,e,n)}resolveSync(x,e,n){let r=this.fontRegistry.ensureFontResourceSync(x,e,n);return this.toUnifiedFont(r,x,e,n)}createFallbackFont(x,e,n){return{metrics:{metrics:{unitsPerEm:1e3,ascender:800,descender:-200,lineGap:0,capHeight:700,xHeight:500},glyphMetrics:new Map([[0,{advanceWidth:500,leftSideBearing:0}]]),cmap:{getGlyphId:()=>0,hasCodePoint:()=>!1,unicodeMap:new Map}},program:{sourceFormat:"ttf",unitsPerEm:1e3,glyphCount:1},css:{family:x,weight:e??400,style:n??"normal"}}}toUnifiedFont(x,e,n,r){let o=x.metrics;if(!o)return;let a=this.lookupRawTableAccessor(x);return{metrics:{metrics:o.metrics,glyphMetrics:o.glyphMetrics,cmap:o.cmap,headBBox:o.headBBox,kerning:o.kerning},program:{sourceFormat:"ttf",unitsPerEm:o.metrics.unitsPerEm,glyphCount:o.glyphMetrics.size,getGlyphOutline:o.getGlyphOutline,getRawTableData:a},css:{family:e,weight:n??400,style:r??"normal"}}}lookupRawTableAccessor(x){let e=x.embedded?.subset;if(!e||e.byteLength<12)return;let n=this.rawTableAccessors.get(x);if(n)return n;let r=hb(e);return this.rawTableAccessors.set(x,r),r}};function hb(t){let x=gb(t);return e=>x.get(e)??null}function gb(t){let x=new Map;if(t.byteLength<12)return x;let e=new DataView(t.buffer,t.byteOffset,t.byteLength),n=e.getUint16(4,!1);for(let r=0;r<n;r++){let o=12+r*16;if(o+16>t.byteLength)break;let a=String.fromCharCode(t[o],t[o+1],t[o+2],t[o+3]),i=e.getUint32(o+8,!1),s=e.getUint32(o+12,!1);i+s>t.byteLength||x.set(a,t.subarray(i,i+s))}return x}function yb(t){return!Number.isFinite(t)||t<=0?0:t>=1?1:t}function Fc(t){return!Number.isFinite(t)||t<=0?0:Math.ceil(t)}function Bc(t,x){let e=t.width+x*2,n=t.height+x*2;return e<=0||n<=0?{x:t.x+t.width/2,y:t.y+t.height/2,width:0,height:0}:{x:t.x-x,y:t.y-x,width:e,height:n}}function mn(t,x){return t>x?t:x}function wb(t,x,e,n){if(t<e.x||x<e.y||t>e.x+e.width||x>e.y+e.height)return!1;let r=mn(n.topLeft.x,n.bottomLeft.x),o=mn(n.topRight.x,n.bottomRight.x),a=mn(n.topLeft.y,n.topRight.y),i=mn(n.bottomLeft.y,n.bottomRight.y);if(t>=e.x+r&&t<=e.x+e.width-o||x>=e.y+a&&x<=e.y+e.height-i)return!0;if(t<e.x+n.topLeft.x&&x<e.y+n.topLeft.y&&n.topLeft.x>0&&n.topLeft.y>0){let s=e.x+n.topLeft.x,d=e.y+n.topLeft.y,f=(t-s)/n.topLeft.x,c=(x-d)/n.topLeft.y;return f*f+c*c<=1}if(t>e.x+e.width-n.topRight.x&&x<e.y+n.topRight.y&&n.topRight.x>0&&n.topRight.y>0){let s=e.x+e.width-n.topRight.x,d=e.y+n.topRight.y,f=(t-s)/n.topRight.x,c=(x-d)/n.topRight.y;return f*f+c*c<=1}if(t>e.x+e.width-n.bottomRight.x&&x>e.y+e.height-n.bottomRight.y&&n.bottomRight.x>0&&n.bottomRight.y>0){let s=e.x+e.width-n.bottomRight.x,d=e.y+e.height-n.bottomRight.y,f=(t-s)/n.bottomRight.x,c=(x-d)/n.bottomRight.y;return f*f+c*c<=1}if(t<e.x+n.bottomLeft.x&&x>e.y+e.height-n.bottomLeft.y&&n.bottomLeft.x>0&&n.bottomLeft.y>0){let s=e.x+n.bottomLeft.x,d=e.y+e.height-n.bottomLeft.y,f=(t-s)/n.bottomLeft.x,c=(x-d)/n.bottomLeft.y;return f*f+c*c<=1}return!1}function Rb(t){let x=t>0?t:1e-4,e=Math.max(1,Math.ceil(x*3)),n=e*2+1,r=new Float32Array(n),o=1/(Math.sqrt(2*Math.PI)*x),a=2*x*x,i=0;for(let s=-e;s<=e;s++){let d=o*Math.exp(-(s*s)/a);r[s+e]=d,i+=d}return{kernel:r,radius:e,sum:i}}function Sb(t,x,e,n){if(n<=0)return t;let{kernel:r,radius:o,sum:a}=Rb(n),i=new Float32Array(x*e);for(let d=0;d<e;d++){let f=d*x;for(let c=0;c<x;c++){let l=0,u=0;for(let p=-o;p<=o;p++){let m=Math.min(x-1,Math.max(0,c+p)),h=r[p+o];l+=t[f+m]*h,u+=h}i[f+c]=l/(u||a)}}let s=new Uint8Array(x*e);for(let d=0;d<x;d++)for(let f=0;f<e;f++){let c=0,l=0;for(let p=-o;p<=o;p++){let m=Math.min(e-1,Math.max(0,f+p)),h=r[p+o];c+=i[m*x+d]*h,l+=h}let u=c/(l||a);s[f*x+d]=u<0?0:u>255?255:u}return s}function Ac(t,x,e,n,r){let o=Math.max(0,n),a=Bc(t,r),i=vb(x,r),s=Bc(a,o),d=Fc(s.width),f=Fc(s.height);if(d===0||f===0)return null;let c=new Uint8Array(d*f),l={x:a.x-s.x,y:a.y-s.y,width:a.width,height:a.height};for(let R=0;R<f;R++){let L=R+.5;for(let T=0;T<d;T++){let N=T+.5,P=wb(N,L,l,i);c[R*d+T]=P?255:0}}let u=o>0?Math.max(.5,o/2):0,p=Sb(c,d,f,u),[m,h,b]=Lb(e.r,e.g,e.b),g=yb(e.a??1),y=new Uint8Array(d*f*4),w=0;for(let R=0;R<p.length;R++){y[w++]=m,y[w++]=h,y[w++]=b;let L=Math.round(p[R]*g);y[w++]=L<0?0:L>255?255:L}return{image:{src:`internal:shadow:${Math.random().toString(36).slice(2)}`,width:d,height:f,format:"png",channels:4,bitsPerComponent:8,data:y.buffer},drawRect:s}}function vb(t,x){let e=n=>Number.isFinite(n)&&n>0?n:0;return{topLeft:{x:e(t.topLeft.x+x),y:e(t.topLeft.y+x)},topRight:{x:e(t.topRight.x+x),y:e(t.topRight.y+x)},bottomRight:{x:e(t.bottomRight.x+x),y:e(t.bottomRight.y+x)},bottomLeft:{x:e(t.bottomLeft.x+x),y:e(t.bottomLeft.y+x)}}}function O7(t){let x=Math.min(1,Math.max(0,t>1?t/255:t));return(x<=.04045?x/12.92:Math.pow((x+.055)/1.055,2.4))*255}function W7(t){let x=Math.min(1,Math.max(0,t>1?t/255:t)),e=x<=.0031308?12.92*x:1.055*Math.pow(x,1/2.4)-.055;return Math.round(Math.min(255,Math.max(0,e*255)))}function Lb(t,x,e){let n=O7(t)/255,r=O7(x)/255,o=O7(e)/255,a=Math.max(n,r,o),i=Math.min(n,r,o),s=(n+r+o)/3,d=a-i,f=Math.min(1,d*1.08),c=d>0?f/d:1,l=s+(n-s)*c,u=s+(r-s)*c,p=s+(o-s)*c;return[W7(l),W7(u),W7(p)]}function ve(t){return{topLeft:{x:t.topLeft.x,y:t.topLeft.y},topRight:{x:t.topRight.x,y:t.topRight.y},bottomRight:{x:t.bottomRight.x,y:t.bottomRight.y},bottomLeft:{x:t.bottomLeft.x,y:t.bottomLeft.y}}}function Y6(t,x,e,n,r){return{topLeft:{x:Hx(t.topLeft.x-x),y:Hx(t.topLeft.y-r)},topRight:{x:Hx(t.topRight.x-x),y:Hx(t.topRight.y-e)},bottomRight:{x:Hx(t.bottomRight.x-n),y:Hx(t.bottomRight.y-e)},bottomLeft:{x:Hx(t.bottomLeft.x-n),y:Hx(t.bottomLeft.y-r)}}}function U7(t,x){let e=ve(t);return e.topLeft.x=ex(e.topLeft.x+x),e.topLeft.y=ex(e.topLeft.y+x),e.topRight.x=ex(e.topRight.x+x),e.topRight.y=ex(e.topRight.y+x),e.bottomRight.x=ex(e.bottomRight.x+x),e.bottomRight.y=ex(e.bottomRight.y+x),e.bottomLeft.x=ex(e.bottomLeft.x+x),e.bottomLeft.y=ex(e.bottomLeft.y+x),e}function Hx(t){return Number.isFinite(t)&&t>0?t:0}function ex(t){return Number.isFinite(t)?t<0?0:t:0}function z7(t,x,e){for(let n of x)if(n.boxShadows?.length)for(let r of n.boxShadows)r.inset===e&&Cb(r)&&(e?Pb(t,n,r):Tb(t,n,r))}function Cb(t){return H7(t.color.a??1)>0}function Tb(t,x,e){let n=kc(x.borderBox,e.offsetX,e.offsetY),r=ve(x.borderRadius),o=ex(e.blur),a=e.spread;if(o>0){let i=Ac(n,r,e.color,o,a);if(i){t.drawShadowImage(i.image,i.drawRect);return}}Mc(t,{mode:"outer",baseRect:n,baseRadius:r,color:e.color,blur:o,spread:a})}function Pb(t,x,e){let n=x.paddingBox??x.contentBox;if(!n)return;let r=kc(n,e.offsetX,e.offsetY),o=Y6(ve(x.borderRadius),x.border.top,x.border.right,x.border.bottom,x.border.left),a=ex(e.blur),i=e.spread;if(a===0&&i===0){t.fillRoundedRect(r,o,e.color);return}Mc(t,{mode:"inset",baseRect:r,baseRadius:o,color:e.color,blur:a,spread:i})}function Mc(t,x){let e=Fb(x);if(e.length){if(x.mode==="outer"){Bb(t,x.baseRect,x.baseRadius,e);return}Ab(t,x.baseRect,x.baseRadius,e)}}function Fb(t){let{mode:x,color:e,blur:n,spread:r}=t,o=n>0?Math.max(2,Math.ceil(n/2)):1,a=Mb(o),i=H7(e.a??1),s=[];for(let d=0;d<o;d++){let f=o===1?0:x==="outer"?d/(o-1):(d+1)/o,c=r+n*f,l=a[d]??0;l<=0||s.push({expansion:c,color:{r:e.r,g:e.g,b:e.b,a:H7(i*l)}})}return s}function Bb(t,x,e,n){for(let r of n){let o=Ic(x,r.expansion);if(o.width<=0||o.height<=0)continue;let a=U7(e,r.expansion);t.fillRoundedRect(o,a,r.color)}}function Ab(t,x,e,n){for(let r of n){let o=Math.max(0,r.expansion),a=Ic(x,-o);if(a.width<=0||a.height<=0)continue;let i=ve(e),s=U7(e,-o);t.fillRoundedRectDifference(x,i,a,s,r.color)}}function kc(t,x,e){return{x:t.x+x,y:t.y+e,width:t.width,height:t.height}}function Ic(t,x){let e=t.width+x*2,n=t.height+x*2;return e<=0||n<=0?{x:t.x+t.width/2,y:t.y+t.height/2,width:0,height:0}:{x:t.x-x,y:t.y-x,width:e,height:n}}function Mb(t){if(t<=1)return[1];let x=[],e=0;for(let n=0;n<t;n++){let r=t-n;x.push(r),e+=r}return x.map(n=>n/e)}function H7(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}function Oc(t){return t?new G7(t).parse():[]}var G7=class{constructor(x){this.index=0;this.source=x}parse(){let x=[],e=null,n=0,r=0,o=0,a=0,i=null,s=null,d=null,f=null;for(;this.skipSeparators(),!this.isDone();){let c=this.peekChar();if(c!==null&&Dc(c))e=c,this.index+=1;else if(!e)break;switch(e){case"M":case"m":{let l=e==="m",u=this.readCoordinatePair();if(!u)return x;for(n=l?n+u.x:u.x,r=l?r+u.y:u.y,o=n,a=r,x.push({type:"M",x:n,y:r}),i=s=null,d=f=null;;){this.skipSeparators();let p=this.peekChar();if(p===null||Dc(p))break;let m=this.readCoordinatePair();if(!m)return x;n=l?n+m.x:m.x,r=l?r+m.y:m.y,x.push({type:"L",x:n,y:r})}break}case"L":case"l":{let l=e==="l";for(;;){let u=this.readCoordinatePair();if(!u)break;n=l?n+u.x:u.x,r=l?r+u.y:u.y,x.push({type:"L",x:n,y:r})}i=s=null,d=f=null;break}case"H":case"h":{let l=e==="h";for(;;){let u=this.readNumber();if(u===null)break;n=l?n+u:u,x.push({type:"L",x:n,y:r})}i=s=null,d=f=null;break}case"V":case"v":{let l=e==="v";for(;;){let u=this.readNumber();if(u===null)break;r=l?r+u:u,x.push({type:"L",x:n,y:r})}i=s=null,d=f=null;break}case"C":case"c":{let l=e==="c";for(;;){let u=this.readCoordinatePair(),p=this.readCoordinatePair(),m=this.readCoordinatePair();if(!u||!p||!m)break;let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=l?n+p.x:p.x,y=l?r+p.y:p.y;n=l?n+m.x:m.x,r=l?r+m.y:m.y,x.push({type:"C",x1:h,y1:b,x2:g,y2:y,x:n,y:r}),i=g,s=y,d=f=null}break}case"S":case"s":{let l=e==="s";for(;;){let u=this.readCoordinatePair(),p=this.readCoordinatePair();if(!u||!p)break;let m=n,h=r;i!==null&&s!==null&&(m=n*2-i,h=r*2-s);let b=l?n+u.x:u.x,g=l?r+u.y:u.y;n=l?n+p.x:p.x,r=l?r+p.y:p.y,x.push({type:"C",x1:m,y1:h,x2:b,y2:g,x:n,y:r}),i=b,s=g,d=f=null}break}case"Q":case"q":{let l=e==="q";for(;;){let u=this.readCoordinatePair(),p=this.readCoordinatePair();if(!u||!p)break;let m=l?n+u.x:u.x,h=l?r+u.y:u.y,b=l?n+p.x:p.x,g=l?r+p.y:p.y,y=Nc(n,r,m,h,b,g);x.push(y),n=b,r=g,i=y.x2,s=y.y2,d=m,f=h}break}case"T":case"t":{let l=e==="t";for(;;){let u=this.readCoordinatePair();if(!u)break;let p=n,m=r;d!==null&&f!==null&&(p=n*2-d,m=r*2-f);let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=Nc(n,r,p,m,h,b);x.push(g),n=h,r=b,i=g.x2,s=g.y2,d=p,f=m}break}case"A":case"a":{let l=e==="a";for(;;){let u=this.readNumber(),p=this.readNumber(),m=this.readNumber(),h=this.readFlag(),b=this.readFlag(),g=this.readCoordinatePair();if(u===null||p===null||m===null||h===null||b===null||!g)break;let y=l?n+g.x:g.x,w=l?r+g.y:g.y,S=kb(n,r,u,p,m,h===1,b===1,y,w);if(S.length===0)(n!==y||r!==w)&&x.push({type:"L",x:y,y:w});else for(let R of S)x.push({type:"C",x1:R[0],y1:R[1],x2:R[2],y2:R[3],x:R[4],y:R[5]});n=y,r=w,i=S.length>0?S[S.length-1][2]:null,s=S.length>0?S[S.length-1][3]:null,d=f=null}break}case"Z":case"z":{(n!==o||r!==a)&&x.push({type:"L",x:o,y:a}),x.push({type:"Z"}),n=o,r=a,i=s=null,d=f=null;break}default:return x}}return x}readCoordinatePair(){let x=this.readNumber(),e=this.readNumber();return x===null||e===null?null:{x,y:e}}readFlag(){if(this.skipSeparators(),this.isDone())return null;let x=this.source[this.index];if(x==="0"||x==="1")return this.index+=1,x==="1"?1:0;let e=this.readNumber();return e===null?null:e===0?0:1}readNumber(){if(this.skipSeparators(),this.isDone())return null;let e=this.source.slice(this.index).match(/^[-+]?(?:\d+\.?\d*|\.\d+)(?:[eE][-+]?\d+)?/);if(!e)return null;this.index+=e[0].length;let n=Number.parseFloat(e[0]);return Number.isFinite(n)?n:null}skipSeparators(){for(;!this.isDone();){let x=this.source[this.index];if(x===","||x===" "||x===" "||x===`
46
- `||x==="\r"){this.index+=1;continue}break}}peekChar(){return this.isDone()?null:this.source[this.index]}isDone(){return this.index>=this.source.length}};function Nc(t,x,e,n,r,o){let a=t+.6666666666666666*(e-t),i=x+2/3*(n-x),s=r+2/3*(e-r),d=o+2/3*(n-o);return{type:"C",x1:a,y1:i,x2:s,y2:d,x:r,y:o}}function kb(t,x,e,n,r,o,a,i,s){let d=[];if(t===i&&x===s||(e=Math.abs(e),n=Math.abs(n),e===0||n===0))return d;let f=r*Math.PI/180,c=Math.cos(f),l=Math.sin(f),u=(t-i)/2,p=(x-s)/2,m=c*u+l*p,h=-l*u+c*p,b=e*e,g=n*n,y=m*m,w=h*h,S=y/b+w/g;if(S>1){let C=Math.sqrt(S);e*=C,n*=C,b=e*e,g=n*n}let R=o===a?-1:1,L=(b*g-b*w-g*y)/(b*w+g*y),T=R*Math.sqrt(Math.max(0,L)),N=T*e*h/n,P=-T*n*m/e,E=c*N-l*P+(t+i)/2,B=l*N+c*P+(x+s)/2,A=Ec(1,0,(m-N)/e,(h-P)/n),F=Ec((m-N)/e,(h-P)/n,(-m-N)/e,(-h-P)/n);!a&&F>0?F-=2*Math.PI:a&&F<0&&(F+=2*Math.PI);let D=Math.ceil(Math.abs(F)/(Math.PI/2)),O=F/D,U=4/3*Math.tan(O/4),Y=A,q=t,X=x;for(let C=0;C<D;C+=1){let j=Y+O,t0=Math.sin(Y),Z=Math.cos(Y),J=Math.sin(j),Q=Math.cos(j),x0=E+e*c*Q-n*l*J,l0=B+e*l*Q+n*c*J,F0=-e*c*t0-n*l*Z,c0=-e*l*t0+n*c*Z,K=-e*c*J-n*l*Q,e0=-e*l*J+n*c*Q,n0=q+U*F0,V=X+U*c0,s0=x0-U*K,f0=l0-U*e0;d.push([n0,V,s0,f0,x0,l0]),q=x0,X=l0,Y=j}return d}function Ec(t,x,e,n){let r=t*e+x*n,o=Math.sqrt((t*t+x*x)*(e*e+n*n)),a=Ib(-1,1,o===0?0:r/o);return(t*n-x*e<0?-1:1)*Math.acos(a)}function Dc(t){return/[a-zA-Z]/.test(t)}function Ib(t,x,e){return e<t?t:e>x?x:e}var pn=.5522847498307936;function Wc(t,x,e,n){return[{type:"M",x:t,y:x},{type:"L",x:t+e,y:x},{type:"L",x:t+e,y:x+n},{type:"L",x:t,y:x+n},{type:"Z"}]}function Uc(t,x,e,n,r,o){let a=t+e,i=x+n,s=r*pn,d=o*pn;return[{type:"M",x:t+r,y:x},{type:"L",x:a-r,y:x},{type:"C",x1:a-r+s,y1:x,x2:a,y2:x+o-d,x:a,y:x+o},{type:"L",x:a,y:i-o},{type:"C",x1:a,y1:i-o+d,x2:a-r+s,y2:i,x:a-r,y:i},{type:"L",x:t+r,y:i},{type:"C",x1:t+r-s,y1:i,x2:t,y2:i-o+d,x:t,y:i-o},{type:"L",x:t,y:x+o},{type:"C",x1:t,y1:x+o-d,x2:t+r-s,y2:x,x:t+r,y:x},{type:"Z"}]}function j7(t,x,e,n){let r=e*pn,o=n*pn;return[{type:"M",x:t,y:x-n},{type:"C",x1:t+r,y1:x-n,x2:t+e,y2:x-o,x:t+e,y:x},{type:"C",x1:t+e,y1:x+o,x2:t+r,y2:x+n,x:t,y:x+n},{type:"C",x1:t-r,y1:x+n,x2:t-e,y2:x+o,x:t-e,y:x},{type:"C",x1:t-e,y1:x-o,x2:t-r,y2:x-n,x:t,y:x-n},{type:"Z"}]}function $7(t,x){let e=[];for(let n of t){let r=v0(n.x,n.y,x);if(!r)return[];e.push(r)}return e}function Le(t,x){let e=[];for(let n of t)switch(n.type){case"M":{let r=v0(n.x,n.y,x);if(!r)return null;e.push({type:"moveTo",x:r.x,y:r.y});break}case"L":{let r=v0(n.x,n.y,x);if(!r)return null;e.push({type:"lineTo",x:r.x,y:r.y});break}case"C":{let r=v0(n.x1,n.y1,x),o=v0(n.x2,n.y2,x),a=v0(n.x,n.y,x);if(!r||!o||!a)return null;e.push({type:"curveTo",x1:r.x,y1:r.y,x2:o.x,y2:o.y,x:a.x,y:a.y});break}case"Z":e.push({type:"closePath"});break;default:return null}return e}function v0(t,x,e){if(!Number.isFinite(t)||!Number.isFinite(x))return null;let n=Nb(e,t,x);return!Number.isFinite(n.x)||!Number.isFinite(n.y)?null:n}function Nb(t,x,e){let n=d6(t.transform,x,e);return d6(t.viewportMatrix,n.x,n.y)}function tx(t,x){let e={...t},n=x.attributes??{};if(n.opacity!==void 0){let r=V7(n.opacity);r!==void 0&&(e.opacity=Ce(e.opacity*r))}if(n.fill!==void 0){let r=n.fill.trim();e.fill=!r||r==="none"?void 0:r}if(n["fill-opacity"]!==void 0){let r=V7(n["fill-opacity"]);r!==void 0&&(e.fillOpacity=Ce(r))}if(n.stroke!==void 0){let r=n.stroke.trim();e.stroke=!r||r==="none"?void 0:r}if(n["stroke-opacity"]!==void 0){let r=V7(n["stroke-opacity"]);r!==void 0&&(e.strokeOpacity=Ce(r))}if(n["stroke-width"]!==void 0){let r=hn(n["stroke-width"]);r!==void 0&&(e.strokeWidth=r)}if(n["stroke-linecap"]!==void 0){let r=Eb(n["stroke-linecap"]);r&&(e.strokeLinecap=r)}if(n["stroke-linejoin"]!==void 0){let r=Db(n["stroke-linejoin"]);r&&(e.strokeLinejoin=r)}if(n["stroke-dasharray"]!==void 0){let r=Ub(n["stroke-dasharray"]);r&&(e.strokeDashArray=r)}if(n["stroke-dashoffset"]!==void 0){let r=hn(n["stroke-dashoffset"]);r!==void 0&&(e.strokeDashOffset=r)}if(n["fill-rule"]!==void 0){let r=Ob(n["fill-rule"]);r&&(e.fillRule=r)}if(n["font-size"]!==void 0){let r=hn(n["font-size"]);r!==void 0&&(e.fontSize=r)}if(n["font-family"]!==void 0){let r=n["font-family"].trim();r&&(e.fontFamily=r)}if(n["text-anchor"]!==void 0){let r=Wb(n["text-anchor"]);r&&(e.textAnchor=r)}return e}function Hc(){return{fill:"#000000",stroke:void 0,strokeWidth:1,strokeLinecap:"butt",strokeLinejoin:"miter",strokeDashArray:void 0,strokeDashOffset:0,fillRule:"nonzero",opacity:1,fillOpacity:1,strokeOpacity:1,fontSize:16,fontFamily:void 0,textAnchor:"start"}}function zx(t,x){if(!t||t==="none")return;let e=O0(t);if(!e)return;let n=e.a??1;return{r:e.r,g:e.g,b:e.b,a:Ce(n*x)}}function V7(t){let x=hn(t);if(x!==void 0)return Ce(x)}function hn(t){if(!t)return;let x=t.trim();if(!x)return;let e=Number.parseFloat(x);if(Number.isFinite(e))return e}function Eb(t){let x=t.trim().toLowerCase();if(x==="butt"||x==="round"||x==="square")return x}function Db(t){let x=t.trim().toLowerCase();if(x==="miter"||x==="round"||x==="bevel")return x}function Ob(t){let x=t.trim().toLowerCase();if(x==="nonzero"||x==="evenodd")return x}function Wb(t){let x=t.trim().toLowerCase();if(x==="start"||x==="middle"||x==="end")return x}function Ce(t){return!Number.isFinite(t)||t<=0?0:t>=1?1:t}function Ub(t){if(!t)return;let x=t.trim();if(!x||x==="none")return;let e=x.split(/[\s,]+/).map(n=>Number.parseFloat(n)).filter(n=>Number.isFinite(n)&&n>=0);if(e.length!==0)return e}function Hb(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="linear"&&Array.isArray(x.stops)}function zb(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="radial"&&typeof x.r=="number"}function Gc(t,x,e){let n=Number.isFinite(t.width??NaN)?t.width??0:0,r=Number.isFinite(t.height??NaN)?t.height??0:0;if(n<=0||r<=0)return;let o=Number.isFinite(t.x??NaN)?t.x??0:0,a=Number.isFinite(t.y??NaN)?t.y??0:0,i=t.rx??t.ry??0,s=t.ry??t.rx??0;Number.isFinite(i)||(i=0),Number.isFinite(s)||(s=0),i=zc(i,n/2),s=zc(s,r/2);let d=i>0||s>0?Uc(o,a,n,r,i,s):Wc(o,a,n,r),f=_7(x.fill,e);if(f){let l=v0(o,a,e),u=v0(o+n,a+r,e);if(l&&u){let p={x:l.x,y:l.y,width:u.x-l.x,height:u.y-l.y};f.type==="radial"?i>0||s>0?e.painter.fillRoundedRect(p,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},f):e.painter.fillRect(p,f):i>0||s>0?e.painter.fillRoundedRect(p,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},f):e.painter.fillRect(p,f);return}}let c=Le(d,e);!c||c.length===0||gn(c,x,e,x.fillRule)}function jc(t,x,e){let n=Number.isFinite(t.r??NaN)?t.r??0:0;if(n<=0)return;let r=Number.isFinite(t.cx??NaN)?t.cx??0:0,o=Number.isFinite(t.cy??NaN)?t.cy??0:0,a=_7(x.fill,e);if(a){let d=v0(r,o,e),f=v0(r+n,o,e);if(d&&f){let c=Math.sqrt((f.x-d.x)**2+(f.y-d.y)**2),l={x:d.x-c,y:d.y-c,width:c*2,height:c*2},u={topLeft:{x:c,y:c},topRight:{x:c,y:c},bottomRight:{x:c,y:c},bottomLeft:{x:c,y:c}};a.type,e.painter.fillRoundedRect(l,u,a);return}}let i=j7(r,o,n,n),s=Le(i,e);!s||s.length===0||gn(s,x,e,x.fillRule)}function $c(t,x,e){let n=Number.isFinite(t.rx??NaN)?t.rx??0:0,r=Number.isFinite(t.ry??NaN)?t.ry??0:0;if(n<=0||r<=0)return;let o=Number.isFinite(t.cx??NaN)?t.cx??0:0,a=Number.isFinite(t.cy??NaN)?t.cy??0:0,i=j7(o,a,n,r),s=Le(i,e);!s||s.length===0||gn(s,x,e,x.fillRule)}function zc(t,x){return!Number.isFinite(t)||t<=0?0:t>x?x:t}function Vc(t,x,e){let n=t.points??[];if(n.length<2)return;let r=$7(n,e);if(r.length<2)return;let o=zx(x.fill,x.opacity*x.fillOpacity);o&&e.painter.fillPolygon(r,o,!0);let a=zx(x.stroke,x.opacity*x.strokeOpacity);a&&e.painter.strokePolyline(r,a,{...yn(x,e),close:!0})}function _c(t,x,e){let n=t.points??[];if(n.length<2)return;let r=$7(n,e);if(r.length<2)return;let o=zx(x.stroke,x.opacity*x.strokeOpacity);o&&e.painter.strokePolyline(r,o,{...yn(x,e),close:!1})}function Yc(t,x,e){let n=zx(x.stroke,x.opacity*x.strokeOpacity);if(!n)return;let r=v0(t.x1??0,t.y1??0,e),o=v0(t.x2??0,t.y2??0,e);if(!r||!o)return;let a=[r,o];e.painter.strokePolyline(a,n,{...yn(x,e),close:!1})}function Xc(t,x,e){let n=Oc(t.d);if(n.length===0)return;let r=Le(n,e);!r||r.length===0||gn(r,x,e,x.fillRule)}function gn(t,x,e,n){if(t.length===0)return;let r=_7(x.fill,e);if(r){e.painter.fillPathWithGradient(t,r,{fillRule:n});return}let o=zx(x.fill,x.opacity*x.fillOpacity);o&&e.painter.fillPath(t,o,{fillRule:n??x.fillRule});let a=zx(x.stroke,x.opacity*x.strokeOpacity);a&&e.painter.strokePath(t,a,yn(x,e))}async function qc(t,x,e){let n=zx(x.fill,x.opacity*x.fillOpacity);if(!n)return;let r=t.fontSize??x.fontSize;if(!Number.isFinite(r)||r<=0)return;let o=t.textAnchor??x.textAnchor??"start",a=W0(e.viewportMatrix,e.transform),i=Number.isFinite(t.x??NaN)?t.x??0:0,s=Number.isFinite(t.y??NaN)?t.y??0:0,d=d6(a,i,s),f={x:a.a,y:a.b},c=Gb(t.text,r),l=o==="middle"?.5:o==="end"?1:0,u=d.x,p=d.y;l!==0&&(f.x!==0||f.y!==0)&&(u-=f.x*c*l,p-=f.y*c*l);let m={r:n.r,g:n.g,b:n.b,a:i7(n.a??1)},h=t.fontFamily??x.fontFamily??"Helvetica";await e.painter.drawTextRun({text:t.text,fontFamily:h,fontSize:r,fill:m,lineMatrix:{a:a.a,b:a.b,c:a.c,d:a.d,e:u,f:p}})}function Gb(t,x){return t?t.length*x*.6:0}function _7(t,x){if(Hb(t)||zb(t))return t;if(typeof t=="string"){let n=t.trim().match(/^url\(\s*#([^)\s]+)\s*\)$/i);if(n&&x){let r=x.defs;if(r){let o=r.get(n[1]);if(o&&(o.type==="lineargradient"||o.type==="radialgradient"))return o.type==="lineargradient"?jb(o,x):$b(o,x)}}return yx(t)}return null}function jb(t,x){let e=t.x1??0,n=t.y1??0,r=t.x2??1,o=t.y2??0,a=(t.stops??[]).map(m=>({color:m.color,position:m.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let m=v0(e,n,x),h=v0(r,o,x);if(m&&h)return{type:"linear",direction:"to right",stops:a,coords:{x1:m.x,y1:m.y,x2:h.x,y2:h.y,units:"userSpace"}}}let s={x:e,y:n},d={x:r,y:o},f=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(f){let m=hx(f)||void 0;m&&(s=d6(m,s.x,s.y),d=d6(m,d.x,d.y))}let c=d.x-s.x,l=d.y-s.y;return{type:"linear",direction:`${(Math.atan2(l,c)*180/Math.PI).toFixed(2)}deg`,stops:a,coords:{x1:s.x,y1:s.y,x2:d.x,y2:d.y,units:"ratio"}}}function $b(t,x){let e=t.cx??.5,n=t.cy??.5,r=t.r??.5,o=t.fx,a=t.fy,i=(t.stops??[]).map(c=>({color:c.color,position:c.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let c=v0(e,n,x),l=o!==void 0&&a!==void 0?v0(o,a,x):void 0,u=(()=>{let p=v0(e+r,n,x);if(c&&p){let m=p.x-c.x,h=p.y-c.y;return Math.sqrt(m*m+h*h)}})();if(c&&u!==void 0){let p={type:"radial",cx:c.x,cy:c.y,r:u,stops:i,coordsUnits:"userSpace"};return l&&(p.fx=l.x,p.fy=l.y),p}}let d={type:"radial",cx:e,cy:n,r,stops:i};o!==void 0&&a!==void 0&&(d.fx=o,d.fy=a);let f=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(f){let c=hx(f)||void 0;c&&(d.transform={a:c.a,b:c.b,c:c.c,d:c.d,e:c.e,f:c.f})}return d}function yn(t,x){let e=(t.strokeWidth??1)*x.strokeScale,n={lineWidth:e>0?e:void 0,lineCap:t.strokeLinecap,lineJoin:t.strokeLinejoin};if(t.strokeDashArray&&t.strokeDashArray.length>0){let r=t.strokeDashArray.map(a=>a*x.strokeScale),o=(t.strokeDashOffset??0)*x.strokeScale;n.dash={pattern:r,phase:o}}return n}function Kc(t){let x={align:"xMidYMid",meetOrSlice:"meet"};if(!t)return x;let e=t.trim().split(/[\s,]+/).filter(Boolean);if(e.length===0)return x;let n={none:"none",xminymin:"xMinYMin",xmidymin:"xMidYMin",xmaxymin:"xMaxYMin",xminymid:"xMinYMid",xmidymid:"xMidYMid",xmaxymid:"xMaxYMid",xminymax:"xMinYMax",xmidymax:"xMidYMax",xmaxymax:"xMaxYMax"},r=0,o=e[r]?.toLowerCase()??"";o==="defer"&&(r+=1,o=e[r]?.toLowerCase()??""),r+=1;let a=n[o]??x.align;if(a==="none")return{align:"none",meetOrSlice:"meet"};let i="meet";for(;r<e.length;r+=1){let s=e[r]?.toLowerCase();if(s==="meet"){i="meet";break}if(s==="slice"){i="slice";break}}return n[o]||(a=x.align),{align:a,meetOrSlice:i}}function Zc(t){if(t==="none")return{x:0,y:0};let x=t.includes("xMid")?.5:t.includes("xMax")?1:0,e=t.includes("YMid")?.5:t.includes("YMax")?1:0;return{x,y:e}}async function Jc(t,x,e){let n=Vb(x);if(!n)return;let{root:r}=n,o=x.contentBox,a=Math.max(o.width,0),i=Math.max(o.height,0);if(a<=0||i<=0)return;let s=wn(r.viewBox?.width??n.intrinsicWidth??a),d=wn(r.viewBox?.height??n.intrinsicHeight??i),f=r.viewBox?.minX??0,c=r.viewBox?.minY??0,l=r.attributes?.preserveAspectRatio??r.attributes?.preserveaspectratio,u=Kc(typeof l=="string"?l:void 0),p=Qc(a/s),m=Qc(i/d),h=p,b=m,g=0,y=0;if(u.align!=="none"){let P=u.meetOrSlice==="slice"?Math.max(p,m):Math.min(p,m);h=P,b=P;let E=s*h,B=d*b,A=a-E,F=i-B,D=Zc(u.align);g=A*D.x,y=F*D.y}let w={a:h,b:0,c:0,d:b,e:o.x+g-f*h,f:o.y+y-c*b},S=me(),R=f7(w,S),L={painter:t,viewportMatrix:w,transform:S,strokeScale:R,environment:e},T=new Map;x2(r,T),L.defs=T,n.resourceBaseDir&&(L.resourceBaseDir=n.resourceBaseDir),n.assetRootDir&&(L.assetRootDir=n.assetRootDir);let N=Hc();await e2(r,N,L)}function x2(t,x){if(t&&(t.id&&typeof t.id=="string"&&x.set(t.id,t),"children"in t&&Array.isArray(t.children)))for(let e of t.children)x2(e,x)}function Vb(t){let x=t.customData?.svg;if(!x||typeof x!="object")return null;let e=x;return e.root?{root:e.root,intrinsicWidth:wn(e.intrinsicWidth??0),intrinsicHeight:wn(e.intrinsicHeight??0),resourceBaseDir:e.resourceBaseDir,assetRootDir:e.assetRootDir}:null}async function e2(t,x,e){let n=e,r=hx(t.transform);if(r){let o=W0(e.transform,r);n={painter:e.painter,viewportMatrix:e.viewportMatrix,transform:o,strokeScale:f7(e.viewportMatrix,o)}}switch(t.type){case"svg":case"g":{let o=tx(x,t);for(let a of t.children)await e2(a,o,n);return}case"rect":return Gc(t,tx(x,t),n);case"circle":return jc(t,tx(x,t),n);case"ellipse":return $c(t,tx(x,t),n);case"polygon":return Vc(t,tx(x,t),n);case"polyline":return _c(t,tx(x,t),n);case"line":return Yc(t,tx(x,t),n);case"text":return qc(t,tx(x,t),n);case"image":return await _b(t,tx(x,t),n);case"path":return Xc(t,tx(x,t),n);default:return}}function Qc(t){return!Number.isFinite(t)||t===0?1:t}function wn(t){return!Number.isFinite(t)||t<=0?1:t}async function _b(t,x,e){let n=t.href??t.attributes?.href??t.attributes?.["xlink:href"];if(!n||typeof n!="string")return;let r,o=n,a=Wx.getInstance(e.environment);try{if(n.startsWith("data:")){let u=n.indexOf(",");if(u<0)return;let m=n.substring(5,u).endsWith(";base64"),h=n.substring(u+1),g=(m?Ux(h):new TextEncoder().encode(decodeURIComponent(h))).slice();r=await a.decodeImage(g.buffer)}else if(/^https?:\/\//i.test(n)){console.debug("Skipping remote image in SVG:",n);return}else{if(!(typeof process<"u"&&!!process.versions?.node)){console.debug("Skipping local SVG image in non-Node environment:",n);return}let p=e.environment?.resolveLocal;if(!p){console.debug("Skipping local SVG image (no resolver in environment):",n);return}let m=n.startsWith("/")?e.assetRootDir??e.resourceBaseDir:e.resourceBaseDir??e.assetRootDir;o=p(n,m),r=await a.loadImage(o)}}catch(u){console.debug("Failed to load SVG image",n,u instanceof Error?u.message:u);return}if(!r)return;let i=Number.isFinite(t.width)?t.width:r.width,s=Number.isFinite(t.height)?t.height:r.height,d=v0(Number(t.x??0),Number(t.y??0),e),f=v0(Number(t.x??0)+i,Number(t.y??0)+s,e);if(!d||!f)return;let c={x:d.x,y:d.y,width:f.x-d.x,height:f.y-d.y},l={src:o,width:r.width,height:r.height,format:r.format,channels:r.channels,bitsPerComponent:r.bitsPerChannel,data:r.data};try{e.painter.drawImage(l,c)}catch(u){console.debug("Failed to draw image in SVG",n,u instanceof Error?u.message:u)}}function Rn(t,x){let e=Math.max(t.x,x.x),n=Math.max(t.y,x.y),r=Math.min(t.x+t.width,x.x+x.width),o=Math.min(t.y+t.height,x.y+x.height),a=r-e,i=o-n;return a<=0||i<=0?null:{x:e,y:n,width:a,height:i}}function Y7(t,x,e=.01){return!t||!x?!1:Math.abs(t.x-x.x)<e&&Math.abs(t.y-x.y)<e&&Math.abs(t.width-x.width)<e&&Math.abs(t.height-x.height)<e}function X7(t,x,e){let n=t.width,r=t.height;if(!Number.isFinite(n)||!Number.isFinite(r)||n<=0||r<=0)return[];if(e==="no-repeat"){let l=Rn(t,x);return l?[l]:[]}if(e==="space")return Yb(t,x);if(e==="round")return Xb(t,x);let o=e==="repeat"||e==="repeat-x",a=e==="repeat"||e==="repeat-y",i=[],s=o?Math.floor((x.x-t.x)/n):0,d=a?Math.floor((x.y-t.y)/r):0,f=x.x+x.width,c=x.y+x.height;for(let l=d;;l++){let u=t.y+l*r;if(u>=c||u+r<=x.y&&!a)break;for(let p=s;;p++){let m=t.x+p*n;if(m>=f||m+n<=x.x&&!o)break;let b=Rn({x:m,y:u,width:n,height:r},x);if(b&&i.push(b),!o)break}if(!a)break}return i}function Yb(t,x){let e=[],n=t.width,r=t.height,o=x.width,a=x.height,i=Math.max(1,Math.floor(o/n)),s=Math.max(1,Math.floor(a/r)),d=i>1?(o-i*n)/(i-1):0,f=s>1?(a-s*r)/(s-1):0;for(let c=0;c<s;c++){let l=x.y+c*(r+f);for(let u=0;u<i;u++){let m={x:x.x+u*(n+d),y:l,width:n,height:r},h=Rn(m,x);h&&e.push(h)}}return e}function Xb(t,x){let e=[],n=t.width,r=t.height,o=x.width,a=x.height,i=Math.max(1,Math.round(o/n)),s=Math.max(1,Math.round(a/r)),d=o/i,f=a/s;for(let c=0;c<s;c++){let l=x.y+c*f;for(let u=0;u<i;u++){let m={x:x.x+u*d,y:l,width:d,height:f},h=Rn(m,x);h&&e.push(h)}}return e}function qb(t,x){let e=Math.max(x,0);if(!Number.isFinite(e)||e<=0)return;let n=t.toLowerCase();if(n==="dashed"){let r=e;return{pattern:[3*r,3*r],phase:0}}if(n==="dotted"){let r=e;return{pattern:[r,r],phase:0}}}function t2(t,x,e,n,r){let o=[],a=t.x,i=t.y,s=t.width,d=t.height;if(!Number.isFinite(s)||!Number.isFinite(d)||s<=0||d<=0)return o;let f=i+x.top/2,c=i+d-x.bottom/2,l=a+x.left/2,u=a+s-x.right/2,p=(m,h,b,g,y)=>{if(!Number.isFinite(h)||h<=0)return;let w=b.toLowerCase();w!=="none"&&o.push({side:m,points:[g,y],color:n,lineWidth:h,dash:qb(w,h)})};return p("top",x.top,e.top,{x:l,y:f},{x:u,y:f}),p("right",x.right,e.right,{x:u,y:f},{x:u,y:c}),p("bottom",x.bottom,e.bottom,{x:u,y:c},{x:l,y:c}),p("left",x.left,e.left,{x:l,y:c},{x:l,y:f}),o}function nx(t){return t>1?t/255:t}function M(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function Rx(t,x){let e=M(nx(t.r)),n=M(nx(t.g)),r=M(nx(t.b)),o=t.a??1;return o<1&&x?`/${x.ensureFillAlphaState(o)} gs
47
- ${e} ${n} ${r} rg`:`${e} ${n} ${r} rg`}function u0(t){let x=M(nx(t.r)),e=M(nx(t.g)),n=M(nx(t.b));return`${x} ${e} ${n}`}function Sn(t,x){return x.isBase14?{encoded:gx(t,"WinAnsi"),scheme:"WinAnsi"}:{encoded:Kb(t,x),scheme:"Identity-H"}}function Kb(t,x){let e=x.metrics;if(!e)return gx(t,"WinAnsi");let n="",r=[];for(let o of t){let a=o.codePointAt(0);if(a===void 0)continue;let i=e.cmap.getGlyphId(a);r.length<10&&r.push({char:o,codePoint:a,gid:i}),n+=String.fromCharCode(i>>8&255,i&255)}return r.length>0&&k("encoding","debug","Identity-H encoding samples",{font:x.baseFont,samples:r}),u7(n)}function Gx(t,x){let e=t.customData??{},n=typeof e.fontFamily=="string"?e.fontFamily:void 0,r=typeof e.fontWeight=="number"?e.fontWeight:void 0,o=typeof e.fontStyle=="string"?e.fontStyle:void 0,i=(typeof e.fontSize=="number"&&Number.isFinite(e.fontSize)?e.fontSize:void 0)??t.textRuns[0]?.fontSize??14;return{font:x.ensureFontResourceSync(n,r,o),fontSize:i}}function cx(t,x){return Sn(t,x).encoded}function Sx(t,x,e,n){let r=t.contentBox??t.borderBox,o=r.y,a=r.height,i=x*1.2,s=x*.8,d;n==="center"?d=o+Math.max(0,(a-i)/2)+s:d=o+s;let f=d-e.pageOffsetPx;return{xPt:e.convertPxToPt(r.x),yPt:e.pageHeightPt-e.convertPxToPt(f)}}var Zb=1,vn=class{constructor(){this.elementType="input-text"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&["text","password","email","number","tel","url","search"].includes(e.inputType)}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=Zb,{font:d,fontSize:f}=Gx(x,e.fontProvider),c=x.borderBox,l=i.convertPxToPt(c.x),u=i.pageHeightPt-i.convertPxToPt(c.y+c.height),p=i.convertPxToPt(c.width),m=i.convertPxToPt(c.height),h=i.convertPxToPt(s);n.push("q");let b=this.parseColor(x.background?.color)??{r:1,g:1,b:1,a:1};n.push(`${u0(b)} rg`),n.push(`${M(l)} ${M(u)} ${M(p)} ${M(m)} re`),n.push("f");let g=this.parseColor(x.borderColor)??{r:.7,g:.7,b:.7,a:1};if(n.push(`${u0(g)} RG`),n.push(`${M(h)} w`),n.push(`${M(l)} ${M(u)} ${M(p)} ${M(m)} re`),n.push("S"),o.isDisabled&&(n.push(`${M(l)} ${M(u)} ${M(p)} ${M(m)} re`),n.push(`${u0(b)} rg`),n.push("f")),o.value&&o.value.length>0){let y=x.color??{r:0,g:0,b:0,a:1},{xPt:w,yPt:S}=Sx(x,f,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${M(i.convertPxToPt(f))} Tf`),n.push(`${u0(y)} rg`),n.push(`${M(w)} ${M(S)} Td`);let R=cx(o.value,d);n.push(`(${R}) Tj`),n.push("ET")}else if(o.placeholder&&o.placeholder.length>0){let y=this.parseRgbaString("153, 153, 153")??{r:.6,g:.6,b:.6,a:1},{xPt:w,yPt:S}=Sx(x,f,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${M(i.convertPxToPt(f))} Tf`),n.push(`${u0(y)} rg`),n.push(`${M(w)} ${M(S)} Td`);let R=cx(o.placeholder,d);n.push(`(${R}) Tj`),n.push("ET")}return n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="input")return e}return null}parseColor(x){return x?typeof x=="object"&&"r"in x?x:typeof x=="string"?this.parseRgbaString(x):null:null}parseRgbaString(x){let e=x.match(/^rgba?\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/i);if(!e){let n=x.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i);return n?{r:parseInt(n[1],16)/255,g:parseInt(n[2],16)/255,b:parseInt(n[3],16)/255,a:1}:null}return{r:parseInt(e[1])/255,g:parseInt(e[2])/255,b:parseInt(e[3])/255,a:1}}};function n2(t,x,e,n,r,o){let a=[];if(a.push(`${M(t)} ${M(x)} ${M(e)} ${M(e)} re`),n?(a.push(`${u0(r)} rg`),a.push("f")):(o&&a.push(`${u0(o)} RG`),a.push("S")),n&&o){let i=Math.max(1,e*.05);a.push(`${M(t)} ${M(x)} ${M(e)} ${M(e)} re`),a.push(`${u0(o)} RG`),a.push(`${M(i)} w`),a.push("S"),a.push(`${M(t)} ${M(x)} ${M(e)} ${M(e)} re`),a.push(`${u0(r)} rg`),a.push("f")}return a}function r2(t,x,e,n){let r=[],o=t+e*.2,a=x+e*.55,i=t+e*.45,s=x+e*.85,d=t+e*.85,f=x+e*.3;return r.push(`${M(o)} ${M(a)} m`),r.push(`${M(i)} ${M(s)} l`),r.push(`${M(d)} ${M(f)} l`),r.push("h"),r.push(`${u0(n)} rg`),r.push("f"),r}function o2(t,x,e,n,r,o){let a=[],i=e/2,s=t+i,d=x+i,f=o?Math.max(1,e*.06):0,c=i-f-1;return a.push(`${M(s)} ${M(d)} ${M(i)} ${M(i)} c`),a.push("h"),o&&(a.push(`${u0(o)} RG`),a.push(`${M(f)} w`),a.push("S")),n&&(a.push(`${M(s)} ${M(d)} ${M(c)} ${M(c)} c`),a.push("h"),a.push(`${u0(r)} rg`),a.push("f")),a}function a2(t,x,e,n){let r=[],o=e/2,a=e*.6,i=t+o,s=x+a*.3,d=t+e*.15,f=t+e*.85,c=x+a;return r.push(`${M(i)} ${M(s)} m`),r.push(`${M(f)} ${M(c)} l`),r.push(`${M(d)} ${M(c)} l`),r.push("h"),r.push(`${u0(n)} rg`),r.push("f"),r}var Qb=16,Ln=class{constructor(){this.elementType="checkbox"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.inputType==="checkbox"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=Math.min(s.width,s.height,Qb),f=s.x+(s.width-d)/2,c=s.y+(s.height-d)/2,l=i.convertPxToPt(f),u=i.pageHeightPt-i.convertPxToPt(c+d),p=i.convertPxToPt(d),m=x.borderColor??{r:.6,g:.6,b:.6,a:1},h={r:.2,g:.4,b:.8,a:1};n.push("q");let b=n2(l,u,p,o.isChecked??!1,h,m);if(n.push(...b),o.isChecked){let g=l+p*.15,y=u+p*.35,w=p*.7,S=r2(g,y,w,{r:1,g:1,b:1,a:1});n.push(...S)}return n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="input")return e}return null}};var Jb=16,Cn=class{constructor(){this.elementType="radio"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.inputType==="radio"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=Math.min(s.width,s.height,Jb),f=s.x+(s.width-d)/2,c=s.y+(s.height-d)/2,l=i.convertPxToPt(f),u=i.pageHeightPt-i.convertPxToPt(c+d),p=i.convertPxToPt(d),m=x.borderColor??{r:.6,g:.6,b:.6,a:1},h={r:.2,g:.4,b:.8,a:1};n.push("q");let b=o2(l,u,p,o.isChecked??!1,h,m);return n.push(...b),n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="input")return e}return null}};var x1=12,Tn=class{constructor(){this.elementType="select"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.kind==="select"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,{font:d,fontSize:f}=Gx(x,e.fontProvider),c=10,l=x1,u=i.convertPxToPt(s.x),p=i.pageHeightPt-i.convertPxToPt(s.y+s.height),m=i.convertPxToPt(s.width),h=i.convertPxToPt(s.height),b=s.x+s.width-c-l,g=s.y+s.height/2-l/2;n.push("q");let y=x.background?.color??{r:1,g:1,b:1,a:1};n.push(`${u0(y)} rg`),n.push(`${M(u)} ${M(p)} ${M(m)} ${M(h)} re`),n.push("f");let w=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${u0(w)} RG`),n.push("1 w"),n.push(`${M(u)} ${M(p)} ${M(m)} ${M(h)} re`),n.push("S");let S=a2(b,g,l,{r:.4,g:.4,b:.4,a:1});n.push(...S);let R=o.options.find(L=>L.selected)??o.options[0];if(R){let L=x.color??{r:0,g:0,b:0,a:1},{xPt:T,yPt:N}=Sx(x,f,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${M(i.convertPxToPt(f))} Tf`),n.push(`${u0(L)} rg`),n.push(`${M(T)} ${M(N)} Td`);let P=cx(R.text,d);n.push(`(${P}) Tj`),n.push("ET")}return n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="select")return e}return null}};var e1=1,t1=20,Pn=class{constructor(){this.elementType="textarea"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.kind==="textarea"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=e1,{font:f,fontSize:c}=Gx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),p=i.convertPxToPt(s.width),m=i.convertPxToPt(s.height),h=i.convertPxToPt(d);n.push("q");let b=x.background?.color??{r:1,g:1,b:1,a:1};n.push(`${u0(b)} rg`),n.push(`${M(l)} ${M(u)} ${M(p)} ${M(m)} re`),n.push("f");let g=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${u0(g)} RG`),n.push(`${M(h)} w`),n.push(`${M(l)} ${M(u)} ${M(p)} ${M(m)} re`),n.push("S");let y=i.convertPxToPt(t1),{xPt:w,yPt:S}=Sx(x,c,i,"top");if(n.push("BT"),n.push(`/${f.resourceName} ${M(i.convertPxToPt(c))} Tf`),n.push(`${y} TL`),o.value&&o.value.length>0){let R=x.color??{r:0,g:0,b:0,a:1};n.push(`${u0(R)} rg`),n.push(`${M(w)} ${M(S)} Td`);let L=o.value.split(`
48
- `);for(let T=0;T<L.length;T++){T>0&&n.push(`0 ${M(-y)} Td`);let N=cx(L[T],f);n.push(`(${N}) Tj`)}}else if(o.placeholder&&o.placeholder.length>0){let R={r:.6,g:.6,b:.6,a:1};n.push(`${u0(R)} rg`),n.push(`${M(w)} ${M(S)} Td`);let L=cx(o.placeholder,f);n.push(`(${L}) Tj`)}return n.push("ET"),n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="textarea")return e}return null}};var n1=1,Fn=class{constructor(){this.elementType="button"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.kind==="button"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=n1,{font:f,fontSize:c}=Gx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),p=i.convertPxToPt(s.width),m=i.convertPxToPt(s.height),h=i.convertPxToPt(d);n.push("q");let b=this.getButtonBackgroundColor(o.buttonType,o.isDisabled);n.push(`${b.r.toFixed(3)} ${b.g.toFixed(3)} ${b.b.toFixed(3)} rg`),n.push(`${M(l)} ${M(u)} ${M(p)} ${M(m)} re`),n.push("f");let g=o.isDisabled?{r:.8,g:.8,b:.8,a:1}:{r:.4,g:.4,b:.4,a:1};n.push(`${g.r.toFixed(3)} ${g.g.toFixed(3)} ${g.b.toFixed(3)} RG`),n.push(`${M(h)} w`),n.push(`${M(l)} ${M(u)} ${M(p)} ${M(m)} re`),n.push("S");let y=l+p/2,{yPt:w}=Sx(x,c,i,"center"),S=o.isDisabled?{r:.6,g:.6,b:.6,a:1}:{r:1,g:1,b:1,a:1};n.push("BT"),n.push(`/${f.resourceName} ${M(i.convertPxToPt(c))} Tf`),n.push(`${S.r.toFixed(3)} ${S.g.toFixed(3)} ${S.b.toFixed(3)} rg`);let R=this.getButtonText(o),L=cx(R,f);return n.push(`1 0 0 0 ${M(y)} ${M(w)} Tm`),n.push(`(${L}) Tj`),n.push("ET"),n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="button")return e}return null}getButtonBackgroundColor(x,e){if(e)return{r:.9,g:.9,b:.9,a:1};switch(x){case"submit":return{r:.2,g:.5,b:.2,a:1};case"reset":return{r:.8,g:.3,b:.2,a:1};default:return{r:.4,g:.4,b:.5,a:1}}}getButtonText(x){if(x.value&&x.value.length>0)return x.value;switch(x.buttonType){case"submit":return"Submit";case"reset":return"Reset";default:return"Button"}}};var q7=class{constructor(x){x&&x.length>0?this.renderers=x:this.renderers=[new vn,new Ln,new Cn,new Tn,new Pn,new Fn]}getRenderer(x){let e=this.renderers.find(n=>n.canRender(x));if(!e)throw new Error(`No form renderer found for node kind: ${x.kind}, tagName: ${x.tagName}`);return e}canRender(x){return this.renderers.some(e=>e.canRender(x))}render(x,e){return this.getRenderer(x).render(x,e)}getFormControlData(x){let e=this.renderers.find(n=>n.canRender(x));return e?e.getFormControlData(x):null}},Bn=new q7;async function An(t,x){k("paint","debug",`paintBoxAtomic: ${x.tagName} id:${x.id} opacity:${x.opacity}`,{id:x.id,opacity:x.opacity});let e=x.transform&&(x.transform.b!==0||x.transform.c!==0),n=x.opacity<1;e&&t.beginTransformScope(x.transform,x.borderBox),n&&t.beginOpacityScope(x.opacity),z7(t,[x],!1);let r=c1(x.clipPath),o=!!r;o&&r&&t.beginClipPath(r),o1(t,x),i1(t,x),z7(t,[x],!0),x.kind==="svg"||x.tagName==="svg"&&x.customData?.svg?await Jc(t,x,t.environment):x.image?t.drawImage(x.image,x.contentBox):Bn.canRender(x)&&t.renderFormControl(x),await r1(t,x),o&&t.endClipPath(),n&&t.endOpacityScope(x.opacity),e&&t.endTransformScope()}function i2(t,x,e,n,r){if(!x||!Number.isFinite(e)||e<=0||!Number.isFinite(n)||n<=0)return;let o={x:0,y:r,width:e,height:n};t.fillRect(o,x)}async function r1(t,x){if(!(!x.textRuns||x.textRuns.length===0))for(let e of x.textRuns)x.textShadows&&x.textShadows.length>0&&(e.textShadows=[...x.textShadows??[],...e.textShadows??[]]),await t.drawTextRun(e)}function o1(t,x){let e=x.background;if(!e)return;let n=s1(x);if(n){if(k("paint","debug",`painting background z:${x.zIndexComputed??0}`,{tagName:x.tagName,zIndex:x.zIndexComputed??0,id:x.id,background:e.color?"color":e.gradient?"gradient":e.image?"image":"none"}),e.color&&t.fillRoundedRect(n.rect,n.radius,e.color),e.gradient){let r=e.gradient,o=n.rect,a=r.rect??o,i=r.repeat??"no-repeat",s=X7(a,o,i);for(let d of s){let f=Y7(d,o)||Y7(d,r.originRect)?n.radius:f1(),c=r.gradient;c.type,t.fillRoundedRect(d,f,c)}}e.image&&a1(t,e.image,n.rect,n.radius)}}function a1(t,x,e,n){if(!x||!x.rect)return;let r=x.repeat??"repeat",o=X7(x.rect,e,r);for(let a of o)t.drawBackgroundImage(x.image,a,e,n)}function i1(t,x){let e=x.borderColor;if(!e)return;let{border:n}=x;if(!d1(n))return;let r=x.borderStyle;if(!r||r.top==="solid"&&r.right==="solid"&&r.bottom==="solid"&&r.left==="solid"){let s=x.borderBox,d={x:s.x+n.left,y:s.y+n.top,width:Math.max(s.width-n.left-n.right,0),height:Math.max(s.height-n.top-n.bottom,0)},f=Y6(x.borderRadius,n.top,n.right,n.bottom,n.left);d.width<=0||d.height<=0?t.fillRoundedRect(s,x.borderRadius,e):t.fillRoundedRectDifference(s,x.borderRadius,d,f,e);return}let a=r??{top:"solid",right:"solid",bottom:"solid",left:"solid"},i=t2(x.borderBox,n,a,e,x.borderRadius);for(let s of i)t.strokePolyline(s.points,s.color,{lineWidth:s.lineWidth,lineCap:"butt",lineJoin:"miter",dash:s.dash})}function s1(t){let x=t.borderBox??t.paddingBox??t.contentBox;if(!x)return null;if(x===t.borderBox)return{rect:x,radius:t.borderRadius};let e=Y6(t.borderRadius,t.border.top,t.border.right,t.border.bottom,t.border.left);return x===t.contentBox&&(e=Y6(e,t.padding.top,t.padding.right,t.padding.bottom,t.padding.left)),{rect:x,radius:e}}function d1(t){return t.top>0||t.right>0||t.bottom>0||t.left>0}function f1(){return{topLeft:{x:0,y:0},topRight:{x:0,y:0},bottomRight:{x:0,y:0},bottomLeft:{x:0,y:0}}}function c1(t){if(!t||t.type!=="polygon"||t.points.length<3)return null;let[x,...e]=t.points,n=[{type:"moveTo",x:x.x,y:x.y}];for(let r of e)n.push({type:"lineTo",x:r.x,y:r.y});return n.push({type:"closePath"}),n}async function Mn(t){let{html:x,css:e="",widthPx:n,maxHeightPx:r,fontEmbedder:o,resourceBaseDir:a,assetRootDir:i,tokens:s,pageNumber:d=1,totalPages:f=1,environment:c}=t,l=a??"",u=i??l;if(!x||!x.trim())return null;let p=x;s&&(p=z6(x,s,d,f));let m=l1(p),b=He({viewport:{width:n,height:r}}),{document:g}=J6(m),{styleRules:y}=De(e),w=g.body||g.documentElement,S=new $0,R=S.fontSize,L=xx(w,y,S,b,R);u1(L.display)&&(L.display="block");let T=new w0(L,[],{tagName:w?.tagName?.toLowerCase()}),N={resourceBaseDir:l,assetRootDir:u,units:b,rootFontSize:R,environment:c};if(w)for(let B of Array.from(w.childNodes)){if(B.nodeType===B.ELEMENT_NODE){let F=B.tagName.toLowerCase();if(F==="head"||F==="meta"||F==="title"||F==="link"||F==="script")continue}let A=await Se(B,y,L,N);A&&T.appendChild(A)}Et(T,{width:n,height:r},o??null);let P=Ut(T,{}),E=Math.min(b1(P.root),r);return k("layout","debug","Header/footer rendered",{widthPx:n,maxHeightPx:r,actualHeight:E,hasContent:P.root.children.length>0}),{renderTree:P,heightPx:E,root:P.root}}function s2(t){let x=t.textRuns.map(n=>({...n,lineMatrix:n.lineMatrix?{...n.lineMatrix}:void 0,decorations:n.decorations?{...n.decorations}:void 0,glyphs:n.glyphs?{...n.glyphs}:void 0}));return{...t,contentBox:{...t.contentBox},paddingBox:{...t.paddingBox},borderBox:{...t.borderBox},visualOverflow:{...t.visualOverflow},padding:{...t.padding},border:{...t.border},borderRadius:{topLeft:{...t.borderRadius.topLeft},topRight:{...t.borderRadius.topRight},bottomRight:{...t.borderRadius.bottomRight},bottomLeft:{...t.borderRadius.bottomLeft}},background:t.background?{color:t.background.color?{...t.background.color}:void 0,image:t.background.image?{...t.background.image,rect:{...t.background.image.rect},originRect:{...t.background.image.originRect}}:void 0,gradient:t.background.gradient?{...t.background.gradient,rect:{...t.background.gradient.rect},originRect:{...t.background.gradient.originRect}}:void 0}:{color:void 0},textRuns:x,markerRect:t.markerRect?{...t.markerRect}:void 0,boxShadows:t.boxShadows.map(n=>({...n,color:{...n.color}})),links:t.links.map(n=>({rect:{...n.rect},target:{...n.target}})),children:t.children.map(n=>s2(n))}}async function kn(t,x,e,n,r,o){let a=s2(x.root),i=new _6(r);await m1(a,i),bn(a,e,n-o,!1);let s=[a];for(;s.length>0;){let d=s.pop();await An(t,d);for(let f=d.children.length-1;f>=0;f--)s.push(d.children[f])}}function l1(t){return/<\s*html[\s>]/i.test(t)?t:`<!doctype html><html><head></head><body>${t}</body></html>`}function u1(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function b1(t){let x=0;function e(n){let r=n.borderBox.y+n.borderBox.height;x=Math.max(x,r);for(let o of n.children)e(o)}return e(t),x}async function m1(t,x){async function e(r){if(!r.glyphs)try{let o=await x.resolve(r.fontFamily,r.fontWeight,r.fontStyle),a=r.letterSpacing??0,i=f6(o,r.text,r.fontSize,a);c6(i,r.text,r.wordSpacing),r.glyphs=i}catch{}}async function n(r){if(r.textRuns&&r.textRuns.length>0)for(let o of r.textRuns)await e(o);for(let o of r.children)await n(o)}await n(t)}async function Nn(t,x,e,n,r,o,a={fontSizePt:10},i=!1,s){if(s){k("layout","debug","Using HTML rendering path for headers/footers",{hasHeader:!!x?.content,hasFooter:!!e?.content,margins:s.margins}),await p1(t,x,e,n,r,o,s);return}k("layout","debug","Using legacy text rendering for headers/footers (no context)"),await h1(t,x,e,n,r,o,a)}async function p1(t,x,e,n,r,o,a){let{margins:i,pageWidthPx:s,pageHeightPx:d,fontRegistry:f,pageOffsetY:c,css:l}=a,u=s-i.left-i.right;if(k("layout","debug","paintHeaderFooterWithContext",{headerContent:x?.content?String(x.content).slice(0,100):"none",footerContent:e?.content?String(e.content).slice(0,100):"none",contentWidthPx:u,pageWidthPx:s,pageHeightPx:d}),x?.content){let p=In(x.content);if(k("layout","debug","Rendering header HTML",{headerHtml:p.slice(0,200)}),p)try{let m=await Mn({html:p,css:l,widthPx:u,maxHeightPx:x.maxHeightPx,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});m&&(k("layout","debug","Header rendered successfully",{heightPx:m.heightPx}),await kn(t,m,i.left,i.top,f,c))}catch(m){k("layout","warn","Failed to render header HTML",{error:m})}}if(e?.content){let p=In(e.content);if(p)try{let m=await Mn({html:p,css:l,widthPx:u,maxHeightPx:e.maxHeightPx,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});if(m){let h=d-i.bottom-e.maxHeightPx;await kn(t,m,i.left,h,f,c)}}catch(m){k("layout","warn","Failed to render footer HTML",{error:m})}}}async function h1(t,x,e,n,r,o,a){let i=x?.content?In(x.content):void 0,s=e?.content?In(e.content):void 0;if(i){let d=z6(i,n,r,o);await t.drawText(d,16,x?.maxHeightPx??24,{...a,absolute:!0})}if(s){let d=z6(s,n,r,o),f=t.pageHeightPx?t.pageHeightPx-((e?.maxHeightPx??24)+16):16;await t.drawText(d,16,f,{...a,absolute:!0})}}function In(t){return t==null?"":typeof t=="string"?t:typeof t=="function"?String(t()):JSON.stringify(t)}function p6(t){let x=t.positioning.type!=="normal",e=t.zIndexComputed,n=typeof e=="number"&&Number.isFinite(e);return{isPositioned:x,zIndex:n?e:"auto",establishesContext:x&&n}}function d2(t){let x=new Map,e=f2(t,0),n={id:e,box:t,parentId:null,childContextIds:[]};return x.set(e,n),K7(t,e,1,x),{rootContextId:e,contexts:x}}function K7(t,x,e,n){let r=e;for(let o of t.children)if(p6(o).establishesContext){let i=f2(o,r++),s={id:i,box:o,parentId:x,childContextIds:[]};n.set(i,s);let d=n.get(x);d&&d.childContextIds.push(i),r=K7(o,i,r,n)}else r=K7(o,x,r,n);return r}function f2(t,x){return`${t.id||"ctx"}-${x}`}function c2(t){let{rootContextId:x,contexts:e}=d2(t),n=[];return l2(x,e,n),n.map(r=>r.box)}function l2(t,x,e){let n=x.get(t);if(!n)return;let r=n.box;e.push({box:r});let o=[];u2(r,t,x,o);let a=[],i=[],s=[];for(let d of o){let f=p6(d);f.isPositioned&&f.zIndex!=="auto"?f.zIndex<0?a.push(d):s.push(d):i.push(d)}a.sort((d,f)=>{let c=p6(d).zIndex??0,l=p6(f).zIndex??0;return c!==l?c-l:0});for(let d of a)Z7(d,t,x,e);for(let d of i)Z7(d,t,x,e);s.sort((d,f)=>{let c=p6(d).zIndex??0,l=p6(f).zIndex??0;return c!==l?c-l:0});for(let d of s)Z7(d,t,x,e)}function Z7(t,x,e,n){let r=b2(t,x,e);r?l2(r.id,e,n):n.push({box:t})}function u2(t,x,e,n){for(let r of t.children){let o=b2(r,null,e);if(o&&o.id!==x){n.push(r);continue}n.push(r),u2(r,x,e,n)}}function b2(t,x,e){for(let n of e.values())if(n.box===t&&(x===null||n.parentId===x))return n}function m2(t,x){let e=Number.isFinite(x.pageHeight)&&x.pageHeight>0?x.pageHeight:1,n=c2(t),r=g1(t),o=y1(t),a=w1(t),i=v1(n),s=Math.max(1,Math.ceil(i/e)),d=[];for(let f=0;f<s;f++){let c=f*e,l=c+e,u=n.filter(g=>Q7(g,c,l)),p=r.filter(g=>Q7(g,c,l)),m=R1(o,c,l),h=S1(a,c,l,c),b=[];d.push({paintOrder:u,floatLayerOrder:[],flowContentOrder:p,positionedLayersSortedByZ:m,decorations:b,links:h,pageOffsetY:c})}return d}function g1(t){let x=[];return J7(t,e=>(x.push(e),e.positioning.type==="normal")),x}function y1(t){return[]}function w1(t){let x=[];return J7(t,e=>(x.push(...e.links),!0)),x}function R1(t,x,e){let n=[];for(let r of t){let o=r.boxes.filter(a=>Q7(a,x,e));o.length>0&&n.push({z:r.z,boxes:o})}return n}function S1(t,x,e,n){let r=[];for(let o of t){let a=o.rect.y;o.rect.y+Math.max(o.rect.height,0)<=x||a>=e||r.push({rect:{x:o.rect.x,y:o.rect.y-n,width:o.rect.width,height:o.rect.height},target:{...o.target}})}return r}function v1(t){let x=0;for(let e of t){let n=p2(e);x=Math.max(x,n.bottom)}return x}function Q7(t,x,e){let n=p2(t);return n.bottom>x&&n.top<e}function p2(t){let x=t.visualOverflow??t.borderBox??t.contentBox,e=x?x.y:t.contentBox.y,n=x?x.y+Math.max(x.height,0):t.contentBox.y+Math.max(t.contentBox.height,0);if(Number.isFinite(e)||(e=0),Number.isFinite(n)||(n=e),t.textRuns.length>0)for(let r of t.textRuns){let o=r.lineMatrix?.f??0,a=r.fontSize,i=Math.max(r.fontSize*.2,0);e=Math.min(e,o-a),n=Math.max(n,o+i)}return{top:e,bottom:n}}function J7(t,x){if(x(t))for(let n of t.children)J7(n,x)}function xo(t){for(let x of Array.from(t)){let e=x.codePointAt(0);if(!l7.has(e))return!0}return!1}function h2(t){let x=new Map;for(let e of t.fontFaces??[]){let n=jx(e.family);if(!n)continue;let r=x.get(n)??[];r.push(e),x.set(n,r)}return{facesByFamily:x}}function g2(t,x){let e,n=Number.POSITIVE_INFINITY;for(let r of t){let o=C1(r.weight,x);if(o===null){e||(e=r);continue}let a=Math.abs(o-x);a<n&&(n=a,e=r)}return e??t[0]}function En(t){return t?t.split(",").map(x=>eo(x.trim())).filter(x=>x.length>0):[]}function Dn(t){if(!t)return!1;let x=t.toLowerCase();return x==="italic"||x==="oblique"}function jx(t){return t?eo(t).trim().toLowerCase():""}function eo(t){return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function y2(t,x){let e=L1(t.src);if(e){let r=jx(e),o=x.get(r);if(o)return o}let n=x.get(jx(t.family));return n||null}function L1(t){for(let x of t){let e=x.match(/local\(([^)]+)\)/i);if(e)return eo(e[1].trim())}return null}function C1(t,x){if(typeof t=="number")return g0(t);if(typeof t!="string")return null;let e=t.split(/\s+/).filter(Boolean);if(e.length>1){let r=e.map(o=>ne(o,x)).filter(o=>o!==void 0).map(o=>g0(o));return r.length===0?null:r.reduce((o,a)=>{let i=Math.abs(a-x),s=Math.abs(o-x);return i<s?a:o},r[0])}let n=ne(t,x);return n===void 0?null:g0(n)}function $x(t,x,e){let n=Dn(e),r=Ko(x),o=Sa(t);if(o){let i=Fr[o],s=va(t),d=r&&n?"boldItalic":r?"bold":n?"italic":"normal";return s===d?t:i[d]}let a=t;return n&&!/-italic$/i.test(a)&&!/-oblique$/i.test(a)&&(a=`${a}-Italic`),r&&!/-bold$/i.test(a)?(/-italic$/i.test(a)?a=a.replace(/-italic$/i,""):/-oblique$/i.test(a)&&(a=a.replace(/-oblique$/i,"")),n?`${a}-BoldItalic`:`${a}-Bold`):a}function to(t,x=[]){return(t?En(t):x).flatMap(n=>{let r=jx(n),o=Kx.get(r),a=P6.get(r);return[n,o,a].filter(i=>!!i)})}var T1="Times New Roman";function w2(t,x,e,n,r){let o=r.get(t);if(o&&o.length>0){let s=g2(o,x);if(s){let d=y2(s,Kx);if(d)return $x(d,x,e)}}if(!n){let s=Ra.get(t);if(s)return $x(s,x,e)}let a=Kx.get(t);if(a){let s=it.has(a.toLowerCase());if(n||s)return $x(a,x,e)}let i=P6.get(t);return i?$x(i,x,e):$x(T1,x,e)}var On=class{constructor(x){this.doc=x;this.fontsByFamilyWeight=new Map;this.fontsByBaseFont=new Map;this.aliasCounter=1}getCached(x){return this.fontsByFamilyWeight.get(x)}setCached(x,e){this.fontsByFamilyWeight.set(x,e)}ensureBaseFontResource(x){let e=this.fontsByBaseFont.get(x);if(e)return e;let n=this.doc.registerStandardFont(x),r=`F${this.aliasCounter++}`,a=new Set(["Helvetica","Helvetica-Bold","Helvetica-Oblique","Helvetica-BoldOblique","Times-Roman","Times-Bold","Times-Italic","Times-BoldItalic","Courier","Courier-Bold","Courier-Oblique","Courier-BoldOblique","Symbol","ZapfDingbats"]).has(x),i={baseFont:x,resourceName:r,ref:n,isBase14:a};return this.fontsByBaseFont.set(x,i),i}};var rx=class{constructor(x=1024){this.buffer=new Uint8Array(x),this.view=new DataView(this.buffer.buffer),this.offset=0}ensureSize(x){if(this.offset+x>this.buffer.length){let e=Math.max(this.buffer.length*2,this.offset+x),n=new Uint8Array(e);n.set(this.buffer),this.buffer=n,this.view=new DataView(this.buffer.buffer)}}writeUint8(x){this.ensureSize(1),this.view.setUint8(this.offset,x),this.offset+=1}writeInt8(x){this.ensureSize(1),this.view.setInt8(this.offset,x),this.offset+=1}writeUint16(x){this.ensureSize(2),this.view.setUint16(this.offset,x,!1),this.offset+=2}writeInt16(x){this.ensureSize(2),this.view.setInt16(this.offset,x,!1),this.offset+=2}writeUint32(x){this.ensureSize(4),this.view.setUint32(this.offset,x,!1),this.offset+=4}writeInt32(x){this.ensureSize(4),this.view.setInt32(this.offset,x,!1),this.offset+=4}writeFixed(x){let e=Math.floor(x),n=Math.floor((x-e)*65536);this.writeInt16(e),this.writeUint16(n)}writeString(x){let e=new TextEncoder().encode(x);this.writeBytes(e)}writeBytes(x){this.ensureSize(x.length),this.buffer.set(x,this.offset),this.offset+=x.length}getData(){return this.buffer.slice(0,this.offset)}byteLength(){return this.offset}};var Te=class{getUint16(x,e){return x.getUint16(e,!1)}getUint32(x,e){return x.getUint32(e,!1)}getInt16(x,e){return x.getInt16(e,!1)}getInt8(x,e){return x.getInt8(e)}getUint8(x,e){return x.getUint8(e)}};function S2(t){let{baseName:x,fontMetrics:e,fontProgram:n,usedGlyphIds:r}=t,o=t.encoding??"identity",a=Array.from(r);a.includes(0)||a.push(0);let{glyphIds:i,gidMap:s}=P1(n,a),d=e.metrics.unitsPerEm,f=[],c=new Set(i),l,u;if(o==="sequential"){l=0,u=i.length-1;for(let w of i){let R=e.glyphMetrics.get(w)?.advanceWidth??0;f.push(Math.round(R/d*1e3))}}else{let w=Math.max(...i);l=0,u=w;for(let S=0;S<=w;S++){let L=e.glyphMetrics.get(S)?.advanceWidth??0;f.push(Math.round(L/d*1e3))}}let p=[],m=e.cmap.unicodeMap,h=new Map;for(let[w,S]of m.entries()){let R=h.get(S)||[];R.push(w),h.set(S,R)}if(o==="sequential")for(let w=0;w<i.length;w++){let S=i[w],R=h.get(S);if(R)for(let L of R)p.push({gid:w,unicode:L})}else for(let w of i){let S=h.get(w);if(S)for(let R of S)p.push({gid:w,unicode:R})}let b=ie(p),g=F1(n,i,o),y=w=>{if(o==="sequential"){let S=s.get(w);if(S===void 0)throw new Error(`Glyph ID ${w} not found in subset`);return S}else return w};return{name:`/${x}`,firstChar:l,lastChar:u,widths:f,toUnicodeCMap:b,fontFile:g,encodeGlyph:y,glyphIds:i,gidMap:s}}function P1(t,x){let e=new Te,n=t.getRawTableData?.("glyf"),r=t.getRawTableData?.("loca"),o=t.getRawTableData?.("head"),a=new Set(x),i=[...x];if(!n||!r||!o){let m=Array.from(a).sort((b,g)=>b-g),h=new Map;return m.forEach((b,g)=>h.set(b,g)),{glyphIds:m,gidMap:h}}let s=new DataView(o.buffer,o.byteOffset,o.byteLength),d=new DataView(r.buffer,r.byteOffset,r.byteLength),f=new DataView(n.buffer,n.byteOffset,n.byteLength),c=e.getUint16(s,50),l=new qx(d,c,e);for(;i.length>0;){let m=i.pop(),h=l.getGlyphOffset(m);if(!h||h.start===h.end||h.start+2>f.byteLength)continue;if(e.getInt16(f,h.start)<0){let g=h.start+10,y;do{if(g+4>f.byteLength)break;y=e.getUint16(f,g);let w=e.getUint16(f,g+2);a.has(w)||(a.add(w),i.push(w)),g+=4,(y&1)!==0?g+=4:g+=2;let R=(y&8)!==0,L=(y&64)!==0,T=(y&128)!==0;R?g+=2:L?g+=4:T&&(g+=8)}while(y&32)}}let u=Array.from(a).sort((m,h)=>m-h),p=new Map;return u.forEach((m,h)=>p.set(m,h)),{glyphIds:u,gidMap:p}}function F1(t,x,e){let n=new Te,r=K=>t.getRawTableData?.(K),o=r("head"),a=r("hhea"),i=r("maxp"),s=r("hmtx"),d=r("loca"),f=r("glyf"),c=r("OS/2");if(!o||!a||!i||!s||!d||!f)throw new Error("Missing required tables for subsetting");let l=new DataView(o.buffer,o.byteOffset,o.byteLength),u=new DataView(d.buffer,d.byteOffset,d.byteLength),p=new DataView(f.buffer,f.byteOffset,f.byteLength),m=new DataView(s.buffer,s.byteOffset,s.byteLength),h=new DataView(a.buffer,a.byteOffset,a.byteLength),b=n.getUint16(l,50),g=new qx(u,b,n),y=n.getUint16(h,34),w=new rx,S=new rx,R=new Set(x),L;if(e==="sequential"){L=x.length-1;let K=new Map;x.forEach((e0,n0)=>K.set(e0,n0));for(let e0 of x){w.writeUint32(S.byteLength());let n0=g.getGlyphOffset(e0);if(n0&&n0.end>n0.start){let V=new Uint8Array(f.buffer,f.byteOffset+n0.start,n0.end-n0.start);if(n.getInt16(new DataView(V.buffer,V.byteOffset,V.byteLength),0)<0){let f0=new Uint8Array(V),i0=new DataView(f0.buffer),b0=10,m0;do{m0=n.getUint16(i0,b0);let G0=n.getUint16(i0,b0+2);i0.setUint16(b0+2,K.get(G0)??0,!1),b0+=4,(m0&1)!==0?b0+=4:b0+=2;let p0=(m0&8)!==0,C0=(m0&64)!==0,A0=(m0&128)!==0;p0?b0+=2:C0?b0+=4:A0&&(b0+=8)}while(m0&32);S.writeBytes(f0)}else S.writeBytes(V)}}}else{L=Math.max(...x);for(let K=0;K<=L;K++)if(w.writeUint32(S.byteLength()),R.has(K)){let e0=g.getGlyphOffset(K);if(e0&&e0.end>e0.start){let n0=new Uint8Array(f.buffer,f.byteOffset+e0.start,e0.end-e0.start);S.writeBytes(n0)}}}w.writeUint32(S.byteLength());let T=new rx;T.writeBytes(new Uint8Array(i.buffer,i.byteOffset,6)),new DataView(T.getData().buffer).setUint16(4,L+1,!1),i.byteLength>6&&T.writeBytes(new Uint8Array(i.buffer,i.byteOffset+6,Math.min(i.byteLength-6,26)));let P=new rx;if(e==="sequential")for(let K of x){let e0=0,n0=0;if(K<y)e0=n.getUint16(m,K*4),n0=n.getInt16(m,K*4+2);else{e0=n.getUint16(m,(y-1)*4);let V=y*4+(K-y)*2;V+2<=m.byteLength&&(n0=n.getInt16(m,V))}P.writeUint16(e0),P.writeInt16(n0)}else for(let K=0;K<=L;K++){let e0=0,n0=0;if(K<y)e0=n.getUint16(m,K*4),n0=n.getInt16(m,K*4+2);else{e0=n.getUint16(m,(y-1)*4);let V=y*4+(K-y)*2;V+2<=m.byteLength&&(n0=n.getInt16(m,V))}P.writeUint16(e0),P.writeInt16(n0)}let E=new rx;E.writeBytes(new Uint8Array(a)),new DataView(E.getData().buffer).setUint16(34,L+1,!1);let A=new rx;A.writeUint16(0),A.writeUint16(1),A.writeUint16(3),A.writeUint16(1),A.writeUint32(12);let F=A.byteLength();A.writeUint16(4),A.writeUint16(0),A.writeUint16(0),A.writeUint16(0),A.writeUint16(0),A.writeUint16(0),A.writeUint16(0),A.writeUint16(65535),A.writeUint16(0),A.writeUint16(0),A.writeUint16(0),A.writeUint16(0);let D=A.byteLength();new DataView(A.getData().buffer).setUint16(F+2,D-F,!1);let U=new rx;U.writeBytes(new Uint8Array(o));let Y=new DataView(U.getData().buffer);Y.setUint16(50,1,!1),Y.setUint32(8,0,!1);let q=[["head",U.getData()],["hhea",E.getData()],["maxp",T.getData()],["hmtx",P.getData()],["loca",w.getData()],["glyf",S.getData()],["cmap",A.getData()]];c&&q.push(["OS/2",new Uint8Array(c)]),q.sort((K,e0)=>K[0].localeCompare(e0[0]));let X=q.length,C=Math.pow(2,Math.floor(Math.log2(X)))*16,j=Math.floor(Math.log2(X)),t0=X*16-C,Z=new rx;Z.writeUint32(65536),Z.writeUint16(X),Z.writeUint16(C),Z.writeUint16(j),Z.writeUint16(t0);let J=12+X*16;for(let[K,e0]of q){Z.writeBytes(new TextEncoder().encode(K.padEnd(4)).slice(0,4)),Z.writeUint32(R2(e0)),Z.writeUint32(J),Z.writeUint32(e0.length);let n0=e0.length;e0.length%4!==0&&(n0+=4-e0.length%4),J+=n0}for(let[K,e0]of q){Z.writeBytes(e0);let n0=(4-e0.length%4)%4;for(let V=0;V<n0;V++)Z.writeUint8(0)}let Q=Z.getData(),x0=new DataView(Q.buffer),F0=2981146554-R2(Q)>>>0,c0=0;for(let K=0;K<X;K++)if(new TextDecoder().decode(Q.slice(12+K*16,12+K*16+4))==="head"){c0=x0.getUint32(12+K*16+8,!1);break}return c0>0&&x0.setUint32(c0+8,F0,!1),Q}function R2(t){let x=0,e=Math.floor(t.length/4),n=new DataView(t.buffer,t.byteOffset,t.byteLength);for(let o=0;o<e;o++)x=x+n.getUint32(o*4,!1)>>>0;let r=t.length%4;if(r>0){let o=0;for(let a=0;a<r;a++)o=o<<8|t[e*4+a];o=o<<(4-r)*8,x=x+o>>>0}return x>>>0}var Wn=class{constructor(x="identity"){this.encoding=x;this.glyphUsage=new Map;this.fonts=new Map;this.fontCounter=0}fontKey(x){if(x.css){let{family:r,weight:o,style:a}=x.css;return`${r}|${o}|${a}`}let{unitsPerEm:e,ascender:n}=x.metrics.metrics;return`_fallback_${e}_${n}`}registerGlyphRun(x){let e=this.fontKey(x.font),n=this.glyphUsage.get(e);n||(n=new Set,this.glyphUsage.set(e,n));for(let r of x.glyphIds)n.add(r)}ensureSubsetFor(x){let e=this.fontKey(x),n=this.glyphUsage.get(e)??new Set([0]);this.glyphUsage.has(e)||this.glyphUsage.set(e,n),n.add(0);let r=this.fonts.get(e);if(r&&this.subsetCoversGlyphs(r.subset,n))return r;let a=(r?.subset.name.startsWith("/")?r.subset.name.slice(1):void 0)??`F${++this.fontCounter}`,s={subset:S2({baseName:a,fontMetrics:x.metrics,fontProgram:x.program,usedGlyphIds:n,encoding:this.encoding}),unifiedFont:x};return this.fonts.set(e,s),s}subsetCoversGlyphs(x,e){let n=new Set(x.glyphIds);for(let r of e)if(!n.has(r))return!1;return!0}getAllSubsets(){return this.fonts.values()}getFontCount(){return this.fonts.size}};var B1=80,Un=class{constructor(x){this.doc=x;this.glyphSubsetRegistry=new Wn;this.subsetResources=new Map}registerGlyphRun(x){this.glyphSubsetRegistry.registerGlyphRun(x)}ensureSubsetForGlyphRun(x,e){this.registerGlyphRun(x);let n=this.glyphSubsetRegistry.ensureSubsetFor(x.font),o=`GS${n.subset.name.startsWith("/")?n.subset.name.slice(1):n.subset.name}`,a=this.subsetResources.get(o),i={...n.subset,name:`/${o}`};if(a&&this.subsetMatches(a.subset,i))return a;let s=this.materializeSubsetFont(i,e,n.unifiedFont),d={alias:o,subset:i,ref:s,font:e};return this.subsetResources.set(o,d),d}subsetMatches(x,e){if(x.glyphIds.length!==e.glyphIds.length)return!1;for(let n=0;n<x.glyphIds.length;n++)if(x.glyphIds[n]!==e.glyphIds[n])return!1;return!0}materializeSubsetFont(x,e,n){let r=e.metrics??n.metrics;if(!r)return e.ref;let o=r.metrics.unitsPerEm,a=w=>Math.round(w/o*1e3),i=r.headBBox?[a(r.headBBox[0]),a(r.headBBox[1]),a(r.headBBox[2]),a(r.headBBox[3])]:[-1e3,-1e3,1e3,1e3],s=x.fontFile&&x.fontFile.length>0?x.fontFile:e.embedded?.subset??new Uint8Array(0);if(!s||s.length===0)return k("font","warn","missing-font-file-for-subset",{baseFont:e.baseFont,alias:x.name}),e.ref;let d=1e3,f=[];if(x.widths&&x.widths.length>0)f=[x.firstChar,x.widths];else{let w=ae(r);d=w.DW,f=w.W}let l=`${x.name.startsWith("/")?x.name.slice(1):x.name}+${e.baseFont}`,u=this.doc.registerStream(s,{}),p={Type:"/FontDescriptor",FontName:`/${l}`,Flags:this.computePdfFlags(e,n),FontBBox:i,ItalicAngle:n.css?.style==="italic"?-12:0,Ascent:a(r.metrics.ascender),Descent:a(r.metrics.descender),CapHeight:a(r.metrics.capHeight??r.metrics.ascender),XHeight:a(r.metrics.xHeight??r.metrics.ascender/2),StemV:B1,FontFile2:u},m=this.doc.register(p),h={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${l}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:m,DW:d,W:f,CIDToGIDMap:"/Identity"},b=this.doc.register(h),g=this.doc.registerStream(new TextEncoder().encode(x.toUnicodeCMap),{}),y={Type:"/Font",Subtype:"/Type0",BaseFont:`/${l}-Identity-H`,Encoding:"/Identity-H",DescendantFonts:[b],ToUnicode:g};return this.doc.register(y)}computePdfFlags(x,e){let n=e.css?.family?.toLowerCase()??x.baseFont.toLowerCase(),r=e.css?.style??"",o=/italic|oblique/i.test(r)||/italic|oblique/i.test(x.baseFont),a=n.includes("serif"),i=n.includes("symbol")||n.includes("dingbat")||x.baseFont.toLowerCase().includes("symbol"),s=0;return i?s|=4:s|=32,a&&(s|=2),o&&(s|=64),s}};var v2="Times New Roman",no=class{constructor(x,e){this.doc=x;this.facesByFamily=new Map;this.embedder=null;this.fontConfig=null;let{facesByFamily:n}=h2(e);this.facesByFamily=n,this.fontResourceManager=new On(x),this.subsetResourceManager=new Un(x)}async ensureFontResource(x,e,n){let r=g0(e),o=this.makeFamilyKey(x,r,n),a=this.fontResourceManager.getCached(o);if(a)return a;if(this.embedder&&this.fontConfig){let s=to(x,this.fontConfig?.defaultStack),d=this.embedder.ensureFont(s,r,n);if(d){let f={baseFont:d.baseFont,resourceName:d.resourceName,get ref(){return d.ref},isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,f),f}}let i=this.ensureStandardFontResource(x,r,n);return this.fontResourceManager.setCached(o,i),i}getEmbedder(){return this.embedder}getDefaultFontStack(){return!this.fontConfig?.defaultStack||this.fontConfig.defaultStack.length===0?[]:[...this.fontConfig.defaultStack]}ensureFontResourceSync(x,e,n){let r=g0(e),o=this.makeFamilyKey(x,r,n),a=this.fontResourceManager.getCached(o);if(a)return a;if(this.embedder&&this.fontConfig){let s=to(x,this.fontConfig?.defaultStack),d=this.embedder.ensureFont(s,r,n);if(d){let f={baseFont:d.baseFont,resourceName:d.resourceName,get ref(){return d.ref},isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,f),f}}let i=this.ensureStandardFontResource(x,r,n);return this.fontResourceManager.setCached(o,i),i}ensureSubsetForGlyphRun(x,e){return this.subsetResourceManager.ensureSubsetForGlyphRun(x,e)}ensureStandardFontResource(x,e,n){let r=[...En(x),v2];for(let i of r){let s=jx(i);if(!s)continue;let d=this.familyWeightKey(s,e,n),f=this.fontResourceManager.getCached(d);if(f)return this.fontResourceManager.setCached(this.makeFamilyKey(x,e,n),f),f;let c=w2(s,e,n,this.embedder!==null,this.facesByFamily),l=this.fontResourceManager.ensureBaseFontResource(c);return this.fontResourceManager.setCached(d,l),this.fontResourceManager.setCached(this.makeFamilyKey(i,e,n),l),x&&i!==x&&this.fontResourceManager.setCached(this.makeFamilyKey(x,e,n),l),l}let o=$x(v2,e,n),a=this.fontResourceManager.ensureBaseFontResource(o);return this.fontResourceManager.setCached(this.familyWeightKey("",e,n),a),a}makeFamilyKey(x,e,n){return this.familyWeightKey(jx(x),e,n)}familyWeightKey(x,e,n){let r=x&&x.length>0?x:"__default",o=Dn(n)?"_italic":"";return`${r}@${qo(e)}${o}`}async initializeEmbedder(x){this.fontConfig=x,this.embedder=new i6(x,this.doc),await this.embedder.initialize(),k("font","debug","embedder initialized",{fontConfig:x})}setFontConfig(x){this.fontConfig=x,this.embedder=new i6(x,this.doc),k("font","debug","font config set",{fontConfig:x})}};function L2(t,x){return new no(t,x)}var Hn=class{constructor(x,e,n=0){this.pageHeightPt=x;this.pxToPt=e;this.pageOffsetPx=n}get pageHeightPx(){return this.ptToPx(this.pageHeightPt)}ptToPx(x){if(!this.ptToPxFactor){let e=this.pxToPt(1);this.ptToPxFactor=e===0?0:1/e}return x*(this.ptToPxFactor??0)}convertPxToPt(x){return this.pxToPt(x)}convertPtToPx(x){return this.ptToPx(x)}};function A1(t,x,e,n,r){let o=[];for(o.push({x0:t.x,y0:t.y,cx:x.x,cy:x.y,x1:e.x,y1:e.y});o.length>0;){let a=o.pop(),i=a.x0,s=a.y0,d=a.x1,f=a.y1,c=a.cx,l=a.cy,u=d-i,p=f-s,m=u*u+p*p,h=0;if(m===0){let b=c-i,g=l-s;h=Math.hypot(b,g)}else{let b=((c-i)*u+(l-s)*p)/m,g=i+b*u,y=s+b*p;h=Math.hypot(c-g,l-y)}if(h<=n)r.push({x:d,y:f});else{let b=(i+c)/2,g=(s+l)/2,y=(c+d)/2,w=(l+f)/2,S=(b+y)/2,R=(g+w)/2;o.push({x0:S,y0:R,cx:y,cy:w,x1:d,y1:f}),o.push({x0:i,y0:s,cx:b,cy:g,x1:S,y1:R})}}}function C2(t,x,e=.5){let n=[],r=0,o=0,a=[],i=(f,c)=>{a.length>0&&n.push(a),a=[{x:f,y:c}],r=f,o=c},s=(f,c)=>{a||(a=[{x:r,y:o}]),a.push({x:f,y:c}),r=f,o=c},d=(f,c,l,u)=>{a||(a=[{x:r,y:o}]),A1({x:r,y:o},{x:f,y:c},{x:l,y:u},e,a),r=l,o=u};for(let f of t)switch(f.type){case"moveTo":{let c=f.x*x,l=-f.y*x;i(c,l);break}case"lineTo":{let c=f.x*x,l=-f.y*x;s(c,l);break}case"quadTo":{let c=f.cx*x,l=-f.cy*x,u=f.x*x,p=-f.y*x;d(c,l,u,p);break}case"cubicTo":{for(let l=1;l<=8;l++){let u=l/8,p=Math.pow(1-u,3)*r+3*u*Math.pow(1-u,2)*(f.cx1*x)+3*u*u*(1-u)*(f.cx2*x)+u*u*u*(f.x*x),m=Math.pow(1-u,3)*o+3*u*Math.pow(1-u,2)*(-f.cy1*x)+3*u*u*(1-u)*(-f.cy2*x)+u*u*u*(-f.y*x);s(p,m)}break}case"close":{if(a.length>0){let c=a[0],l=a[a.length-1];(Math.abs(c.x-l.x)>1e-6||Math.abs(c.y-l.y)>1e-6)&&a.push({x:c.x,y:c.y}),n.push(a),a=[]}break}}if(a.length>0){let f=a[0],c=a[a.length-1];(Math.abs(f.x-c.x)>1e-6||Math.abs(f.y-c.y)>1e-6)&&a.push({x:f.x,y:f.y}),n.push(a)}return{contours:n}}function T2(t,x=4){if(!t||t.length===0)return null;let e=1/0,n=1/0,r=-1/0,o=-1/0;for(let m of t)for(let h of m)h.x<e&&(e=h.x),h.y<n&&(n=h.y),h.x>r&&(r=h.x),h.y>o&&(o=h.y);if(!isFinite(e)||!isFinite(n))return null;let a=1;e=Math.floor(e)-a,n=Math.floor(n)-a,r=Math.ceil(r)+a,o=Math.ceil(o)+a;let i=r-e,s=o-n;if(i<=0||s<=0)return null;let d=i*x,f=s*x,c=new Uint8ClampedArray(d*f);for(let m=0;m<f;m++){let h=n+m/x+.5/x,b=[];for(let g of t)for(let y=0;y<g.length-1;y++){let w=g[y],S=g[y+1],R=w.y,L=S.y;if(R===L)continue;let T=Math.min(R,L),N=Math.max(R,L);if(h<T||h>=N)continue;let P=(h-R)/(L-R),E=w.x+P*(S.x-w.x);b.push(E)}if(b.length!==0){b.sort((g,y)=>g-y);for(let g=0;g<b.length;g+=2){let y=b[g],w=b[g+1];if(w===void 0)break;let S=Math.max(0,Math.floor((y-e)*x)),R=Math.min(d,Math.ceil((w-e)*x));if(R<=S)continue;let L=m*d;for(let T=S;T<R;T++)c[L+T]=255}}}let l=i,u=s,p=new Uint8ClampedArray(l*u);for(let m=0;m<u;m++)for(let h=0;h<l;h++){let b=0,g=m*x,y=h*x;for(let S=0;S<x;S++){let R=(g+S)*d;for(let L=0;L<x;L++)b+=c[R+y+L]}let w=Math.round(b/(x*x));p[m*l+h]=w}return{width:l,height:u,data:p,offsetX:e,offsetY:n}}Pe();function jn(t,x,e,n){if(!t||t.length===0)return t;if(n<=0)return t.slice();let r=Math.max(1e-4,n/3),o=Math.ceil(3*r),a=o*2+1,i=new Float32Array(a),s=r*r,d=1/(Math.sqrt(2*Math.PI)*r),f=0;for(let u=-o;u<=o;u++){let p=d*Math.exp(-(u*u)/(2*s));i[u+o]=p,f+=p}for(let u=0;u<a;u++)i[u]/=f;let c=new Float32Array(x*e);for(let u=0;u<e;u++){let p=u*x;for(let m=0;m<x;m++){let h=0;for(let b=-o;b<=o;b++){let g=m+b;g<0?h+=i[b+o]*t[p+0]:g>=x?h+=i[b+o]*t[p+(x-1)]:h+=i[b+o]*t[p+g]}c[p+m]=h}}let l=new Uint8ClampedArray(x*e);for(let u=0;u<x;u++)for(let p=0;p<e;p++){let m=0;for(let h=-o;h<=o;h++){let b=p+h;b<0?m+=i[h+o]*c[0*x+u]:b>=e?m+=i[h+o]*c[(e-1)*x+u]:m+=i[h+o]*c[b*x+u]}l[p*x+u]=Math.round(m)}return l}var M1=500,g6=new Map,F2=new Map;function k1(){for(;g6.size>M1;){let t=g6.keys().next().value;if(!t)break;g6.delete(t)}}function I1(t,x,e,n=4,r=0){let o=`${t.metrics.unitsPerEm}-${t.headBBox?t.headBBox.join(","):"nbb"}`,a=Math.round(Math.max(0,r||0)*10)/10;return`${o}|gid:${x}|size:${Math.round(e)}|ss:${n}|blur:${a}`}function B2(t,x,e,n=4,r=0){let o=I1(t,x,e,n,r),a=g6.get(o);if(a)return g6.delete(o),g6.set(o,a),a;if(!t.getGlyphOutline)return null;let i=t.getGlyphOutline(x);if(!i||i.length===0)return null;let s=t.metrics.unitsPerEm||1e3,d=e/s;try{let{contours:f}=C2(i,d,.5),c=T2(f,n);if(!c)return null;let l=c.data;r&&r>0&&(l=jn(c.data,c.width,c.height,r));let u=r&&r>0?Math.ceil(r*2)+2:0;try{let h=h6.pack(o,l,c.width,c.height,u);F2.set(o,h)}catch{F2.set(o,null)}let p=l instanceof Uint8ClampedArray?l:new Uint8ClampedArray(l),m={width:c.width,height:c.height,data:p,offsetX:c.offsetX,offsetY:c.offsetY};return g6.set(o,m),k1(),m}catch{return null}}var $n=class{constructor(x,e,n,r){this.coordinateTransformer=x;this.fontRegistry=e;this.imageRenderer=n;this.graphicsStateManager=r;this.runShadowCache=new Map}async render(x){let e=[],{run:n,font:r,encoded:o,Tm:a,fontSizePt:i,fontSizePx:s,wordSpacingPt:d,appliedWordSpacing:f,fontResourceName:c,subset:l,subsetAlias:u}=x;if(!n.textShadows||n.textShadows.length===0)return e;let p=n.textShadows.some(R=>(R.blur??0)>0||R.color&&R.color.a!==void 0&&R.color.a<1),m=n.glyphs?D1(n.glyphs.font):null,h=this.fontRegistry.getEmbedder?this.fontRegistry.getEmbedder():void 0,b=m??(h?h.getMetrics(r.baseFont):null),g=f?`${M(d)} Tw`:void 0,y=f?"0 Tw":void 0,w=u??c??r.resourceName,S=l?N1(n,l):o;if(this.imageRenderer&&p)if(n.glyphs&&b){let R=(await Promise.resolve().then(()=>(Pe(),P2))).globalGlyphAtlas.getPages();R&&R.length>0&&this.imageRenderer.registerAtlasPages(R);let L=4,T=[];for(let N=0;N<n.glyphs.glyphIds.length;N++){let P=n.glyphs.glyphIds[N],E=n.glyphs.positions[N]??{x:0,y:0};try{let B=B2(b,P,s,L,0);if(!B)continue;T.push({mask:B,pos:E})}catch{}}if(T.length>0){let N=1/0,P=1/0,E=-1/0,B=-1/0,A=n.textShadows.reduce((U,Y)=>Math.max(U,Math.max(0,Y?.blur??0)),0);for(let U of T){let{mask:Y,pos:q}=U,X=Y.offsetX??0,C=Y.offsetY??0,j=q.x+X,t0=q.y+C,Z=j+Y.width,J=t0+Y.height;j<N&&(N=j),t0<P&&(P=t0),Z>E&&(E=Z),J>B&&(B=J)}let F=Math.ceil(A*2);N=Math.floor(N-F),P=Math.floor(P-F),E=Math.ceil(E+F),B=Math.ceil(B+F);let D=Math.max(0,E-N),O=Math.max(0,B-P);if(D>0&&O>0){let U=new Uint8Array(D*O);for(let Y of T){let{mask:q,pos:X}=Y,C=q.offsetX??0,j=q.offsetY??0,t0=Math.round(X.x+C-N),Z=Math.round(X.y+j-P);for(let J=0;J<q.height;J++){let Q=Z+J;if(Q<0||Q>=O)continue;let x0=J,l0=Q*D,F0=x0*q.width;for(let c0=0;c0<q.width;c0++){let K=l0+t0+c0;if(K<0||K>=U.length)continue;let e0=q.data[F0+c0]||0,n0=U[K]+e0;U[K]=n0>255?255:n0}}}for(let Y of n.textShadows){if(!Y||!Y.color)continue;let q=Math.max(0,Y.blur??0),X=U instanceof Uint8ClampedArray?U:new Uint8ClampedArray(U),C=q>0?jn(X,D,O,q):X,j=C instanceof Uint8ClampedArray?C:new Uint8ClampedArray(C),t0=Math.round(nx(Y.color.r)*255),Z=Math.round(nx(Y.color.g)*255),J=Math.round(nx(Y.color.b)*255),Q=Y.color.a??1,x0=`${n.text}|${r.baseFont}|size:${s}|blur:${Math.round(q)}|color:${t0},${Z},${J},${Q}|ss:${L}`,l0,F0=this.runShadowCache.get(x0);if(F0)l0=F0.alias;else{let m0=new Uint8Array(D*O*4);for(let p0=0,C0=0;p0<j.length;p0++,C0+=4)m0[C0]=t0,m0[C0+1]=Z,m0[C0+2]=J,m0[C0+3]=Math.round(j[p0]*Q);let G0={src:`internal:shadow:run:${r.resourceName}:${Math.round(Math.random()*1e9)}`,width:D,height:O,format:"png",channels:4,bitsPerComponent:8,data:m0.buffer};l0=this.imageRenderer.registerResource(G0).alias,this.runShadowCache.set(x0,{alias:l0,image:G0})}let c0=Y.offsetX??0,K=Y.offsetY??0,e0=a.e+c0+N,n0=a.f+K+P,V=this.coordinateTransformer.convertPxToPt(D),s0=this.coordinateTransformer.convertPxToPt(O),f0=this.coordinateTransformer.convertPxToPt(e0),i0=n0-this.coordinateTransformer.pageOffsetPx,b0=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(i0+O);e.push("q",`${M(V)} 0 0 ${M(s0)} ${M(f0)} ${M(b0)} cm`,`/${l0} Do`,"Q")}}}else this.appendVectorShadowLayers(e,n,r,S,a,i,w,g,y)}else this.appendVectorShadowLayers(e,n,r,S,a,i,w,g,y);else this.appendVectorShadowLayers(e,n,r,S,a,i,w,g,y);return e}appendVectorShadowLayers(x,e,n,r,o,a,i,s,d){let f=e.textShadows??[];for(let c of f){if(!c||!c.color)continue;let l=this.coordinateTransformer.convertPxToPt(o.e+(c.offsetX??0)),u=o.f-this.coordinateTransformer.pageOffsetPx+(c.offsetY??0),p=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(u),m=["q",Rx(c.color,this.graphicsStateManager),"BT"];s&&m.push(s),m.push(`/${i} ${M(a)} Tf`,`${M(o.a)} ${M(o.b)} ${M(o.c)} ${M(o.d)} ${M(l)} ${M(p)} Tm`,`(${r}) Tj`),d&&m.push(d),m.push("ET","Q"),x.push(...m)}}};function N1(t,x){let e=t.glyphs;if(!e)return"";let n="";for(let r of e.glyphIds){let o=x.gidMap.get(r)??0;n+=String.fromCharCode(o>>8&255,o&255)}return E1(n)}function E1(t){return t.replace(/([()\\])/g,"\\$1")}function D1(t){return!t?.metrics||!t.program?.getGlyphOutline?null:{metrics:t.metrics.metrics,glyphMetrics:new Map(t.metrics.glyphMetrics),cmap:t.metrics.cmap,headBBox:t.metrics.headBBox,getGlyphOutline:t.program.getGlyphOutline}}var Vn=class{constructor(x,e){this.coordinateTransformer=x;this.graphicsStateManager=e}render(x,e){if(!x.decorations)return[];if(!x.lineMatrix)return[];let r=[],o=x.decorations.style??"solid";switch(o){case"double":r.push(...this.renderDouble(x,e));break;case"dotted":case"dashed":r.push(...this.renderDashedOrDotted(x,e,o));break;case"wavy":r.push(...this.renderWavy(x,e));break;case"solid":default:r.push(...this.renderSolid(x,e));break}return r}renderSolid(x,e){let n=x.lineMatrix;if(!n)return[];let r=Math.max(x.advanceWidth??0,0);if(r<=0)return[];let o=[];if(x.decorations?.lineThrough){let s=Math.max(x.fontSize*.085,.5),d=n.f-x.fontSize*.3;o.push({x:n.e,y:d-s/2,width:r,height:s})}if(x.decorations?.underline){let s=Math.max(x.fontSize*.065,.5),d=n.f+x.fontSize*.1;o.push({x:n.e,y:d-s/2,width:r,height:s})}if(x.decorations?.overline){let s=Math.max(x.fontSize*.05,.5),d=n.f-x.fontSize*.9;o.push({x:n.e,y:d-s/2,width:r,height:s})}let a=[],i=x.decorations?.color??e;for(let s of o){let d=this.rectToPdf(s);d&&a.push(Rx(i,this.graphicsStateManager),`${d.x} ${d.y} ${d.width} ${d.height} re`,"f")}return a}renderDouble(x,e){let n=x.lineMatrix;if(!n||!x.decorations?.underline&&!x.decorations?.overline&&!x.decorations?.lineThrough)return[];let r=Math.max(x.advanceWidth??0,0);if(r<=0)return[];let o=[],a=x.decorations?.color??e,i=(s,d)=>{let f=Math.max(d*.8,.5),c=Math.max(d*.8,.5),l=s-f/2-c/2,u=s+f/2-c/2,p=[{x:n.e,y:l,width:r,height:c},{x:n.e,y:u,width:r,height:c}];for(let m of p){let h=this.rectToPdf(m);h&&o.push(Rx(a,this.graphicsStateManager),`${h.x} ${h.y} ${h.width} ${h.height} re`,"f")}};if(x.decorations.lineThrough){let s=Math.max(x.fontSize*.085,.5),d=n.f-x.fontSize*.3;i(d,s)}if(x.decorations.underline){let s=Math.max(x.fontSize*.065,.5),d=n.f+x.fontSize*.1;i(d,s)}if(x.decorations.overline){let s=Math.max(x.fontSize*.05,.5),d=n.f-x.fontSize*.9;i(d,s)}return o}renderDashedOrDotted(x,e,n){let r=x.lineMatrix;if(!r||!x.decorations?.underline&&!x.decorations?.overline&&!x.decorations?.lineThrough)return[];let o=Math.max(x.advanceWidth??0,0);if(o<=0)return[];let a=x.decorations?.color??e,i=[],s=x.fontSize*.065,d=Math.max(s,.5),f=Math.max(d,.5),c=n==="dashed"?[3*f,3*f]:[f,f],l=u=>{let p=M(this.coordinateTransformer.convertPxToPt(r.e)),m=M(this.coordinateTransformer.convertPxToPt(r.e+o)),h=u-this.coordinateTransformer.pageOffsetPx,b=M(this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(h)),g=this.coordinateTransformer.convertPxToPt(Math.max(d,0)),y=c.map(w=>this.coordinateTransformer.convertPxToPt(Math.max(w,0))).map(M).join(" ");i.push(Rx(a,this.graphicsStateManager),`${g>0?M(g):"0"} w`,`[${y}] 0 d`,`${p} ${b} m`,`${m} ${b} l`,"S","[] 0 d")};if(x.decorations.lineThrough){let u=r.f-x.fontSize*.3;l(u)}if(x.decorations.underline){let u=r.f+x.fontSize*.1;l(u)}if(x.decorations.overline){let u=r.f-x.fontSize*.9;l(u)}return i}renderWavy(x,e){let n=x.lineMatrix;if(!n||!x.decorations?.underline&&!x.decorations?.overline&&!x.decorations?.lineThrough)return[];let r=Math.max(x.advanceWidth??0,0);if(r<=0)return[];let o=x.decorations?.color??e,a=[],i=Math.max(x.fontSize*.08,.5),s=Math.max(x.fontSize*.4,2),d=Math.max(x.fontSize*.065,.5),f=l=>{let u=[],p=Math.max(Math.round(r/(s/2)),2);for(let m=0;m<=p;m++){let h=n.e+r*m/p,b=m%2===0?-1:1,g=l+b*i;u.push({x:h,y:g})}return u},c=l=>{let u=f(l);if(u.length<2)return;let p=u[0].y-this.coordinateTransformer.pageOffsetPx,m=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(p),h=this.coordinateTransformer.convertPxToPt(u[0].x),b=this.coordinateTransformer.convertPxToPt(Math.max(d,0));a.push(Rx(o,this.graphicsStateManager),`${M(b)} w`),a.push(`${M(h)} ${M(m)} m`);for(let g=1;g<u.length;g++){let y=u[g].y-this.coordinateTransformer.pageOffsetPx,w=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(y),S=this.coordinateTransformer.convertPxToPt(u[g].x);a.push(`${M(S)} ${M(w)} l`)}a.push("S")};if(x.decorations.lineThrough){let l=n.f-x.fontSize*.3;c(l)}if(x.decorations.underline){let l=n.f+x.fontSize*.1;c(l)}if(x.decorations.overline){let l=n.f-x.fontSize*.9;c(l)}return a}rectToPdf(x){if(!x)return null;let e=Math.max(x.width,0),n=Math.max(x.height,0);if(e===0||n===0)return null;let r=x.y-this.coordinateTransformer.pageOffsetPx,o=this.coordinateTransformer.convertPxToPt(x.x),a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(r+n),i=this.coordinateTransformer.convertPxToPt(e),s=this.coordinateTransformer.convertPxToPt(n);return{x:M(o),y:M(a),width:M(i),height:M(s)}}};var _n=class{constructor(x){this.fontRegistry=x}async ensureFontResource(x){let e=x.text??"",n=xo(e),r=[];if(x.fontFamily&&r.push(x.fontFamily),n){let i=this.fontRegistry.getDefaultFontStack();for(let s of i)s&&s.length>0&&r.push(s)}r.push(void 0);let o=new Set,a=[];for(let i of r){let s=i??"__default__";if(o.has(s))continue;o.add(s);let d=await this.fontRegistry.ensureFontResource(i,x.fontWeight,x.fontStyle);if(a.push(d),O1(d,e,n))return d}return a[a.length-1]}};function O1(t,x,e){if(!x)return!0;if(!t.metrics)return!e;for(let n of x){let r=n.codePointAt(0);if(r===void 0)continue;if(t.metrics.cmap.getGlyphId(r)===0)return!1}return!0}function ro(t,x,e,n,r,o,a,i=0,s){let d=[];if(s?.skipColor||d.push(Rx(o,a)),d.push("BT"),d.push(`${x.name} ${M(r)} Tf`),s?.tm){let{a:b,b:g,c:y,d:w,e:S,f:R}=s.tm;d.push(`${M(b)} ${M(g)} ${M(y)} ${M(w)} ${M(S)} ${M(R)} Tm`)}else d.push(`${M(e)} ${M(n)} Td`);let f=i!==0;f&&d.push(`${M(i)} Tw`),s?.textRenderingMode!==void 0&&d.push(`${s.textRenderingMode} Tr`);let c=r/t.fontSize,l=t.font.metrics.metrics.unitsPerEm,u=t.font.metrics.glyphMetrics,p=b=>{let y=x.encodeGlyph(b).toString(16).toUpperCase(),w=y.length%2===0?y:`0${y}`;return w.length<4?w.padStart(4,"0"):w},m=[],h=!1;for(let b=0;b<t.glyphIds.length;b++){let g=t.glyphIds[b],y=p(g);if(m.push(`<${y}>`),b<t.glyphIds.length-1){let w=t.positions[b]?.x??0,R=(t.positions[b+1]?.x??w)-w;f&&(t.text[b+1]??"")===" "&&(R+=i/c);let T=(u.get(g)?.advanceWidth??0)/l*t.fontSize,N=R-T;if(Math.abs(N)>1e-6){let E=-(N*c)/r*1e3;Math.abs(E)>1e-6&&(h=!0,m.push(E))}}}if(h){let b=m.map(g=>typeof g=="number"?W1(g):g).join(" ");d.push(`[${b}] TJ`)}else{let b=t.glyphIds.map(g=>p(g)).join("");d.push(`<${b}> Tj`)}return d.push("ET"),s?.afterTextCommands&&s.afterTextCommands.length>0&&d.push(...s.afterTextCommands),d}function W1(t){return t.toFixed(6).replace(/\.?0+$/,"")}var U1=0,X6=class{constructor(x){this.coordinateTransformer=x;this.shadings=new Map;this.shadingCounter=0;this.serviceId=U1++}createLinearGradient(x,e){let n=this.generateShadingName(),r=this.normalizeStops(x.stops),o=x.renderOffset?.x??0,a=x.renderOffset?.y??0,i=x.renderScale?.x??1,s=x.renderScale?.y??1,d={x:(e.x??0)+o,y:(e.y??0)+a,width:e.width*i,height:e.height*s},f;if(x.coords&&x.coords.units==="userSpace"){let p=x.coords.x1-d.x,m=x.coords.y1-d.y,h=x.coords.x2-d.x,b=x.coords.y2-d.y;f=[p,m,h,b]}else if(x.coords&&x.coords.units==="ratio"){let p=Math.max(d.width,0),m=Math.max(d.height,0),h=x.coords.x1*p,b=x.coords.y1*m,g=x.coords.x2*p,y=x.coords.y2*m;f=[h,b,g,y]}else f=this.calculateGradientCoordinates(x,d);let c=this.buildInterpolationFunction(r),l=["<<","/ShadingType 2","/ColorSpace /DeviceRGB",`/Coords [${f.map(Y0).join(" ")}]`,"/Domain [0 1]",`/Function ${c}`,"/Extend [true true]",">>"].join(`
43
+ `);return o.push(f),me(o)}};var H6=class{constructor(x={}){this.builder=new Kt(x)}registerStandardFont(x){return this.builder.fontRegistry.register(x)}addPage(x){let e={fonts:x.resources?.fonts??new Map,xObjects:x.resources?.xObjects??new Map,extGStates:x.resources?.extGStates??new Map,shadings:x.resources?.shadings??new Map,patterns:x.resources?.patterns??new Map};this.builder.addPage({width:x.width,height:x.height,contents:x.contents,resources:e,annotations:x.annotations??[]})}registerImage(x){return this.builder.imageRegistry.register(x)}registerExtGState(x){return this.builder.extGStateRegistry.register(x)}registerShading(x,e){return this.builder.shadingRegistry.register(x,e)}registerPattern(x,e){return this.builder.patternRegistry.register(x,e)}register(x){return this.builder.objectRegistry.register(x)}registerStream(x,e={}){return this.builder.streamRegistry.register(x,e)}finalize(){return this.builder.finalize()}};function b7(t,x,e){return{hf:t,pageSize:x,baseBox:e}}function m7(t,x){let e=Ps(t.hf,x,"header"),n=Ps(t.hf,x,"footer"),r=Fs(e),o=Fs(n),a=Bs(e),i=Bs(n);return{headerHeightPt:r,footerHeightPt:o,headerHeightPx:a,footerHeightPx:i,layerMode:t.hf.layerMode,header:e,footer:n,clipOverflow:t.hf.clipOverflow}}function p7(t,x,e){return As(t.header,x,e)}function h7(t,x,e){return As(t.footer,x,e)}function Ps(t,x,e){let n=e==="header"?t.maxHeaderHeightPx??0:t.maxFooterHeightPx??0,r=o=>{if(o)return{content:o,maxHeightPt:x(n),maxHeightPx:n}};return e==="header"?{defaultVariant:r(t.headerHtml),firstVariant:r(t.headerFirstHtml),evenVariant:r(t.headerEvenHtml),oddVariant:r(t.headerOddHtml)}:{defaultVariant:r(t.footerHtml),firstVariant:r(t.footerFirstHtml),evenVariant:r(t.footerEvenHtml),oddVariant:r(t.footerOddHtml)}}function Fs(t){let x=[t.defaultVariant?.maxHeightPt??0,t.firstVariant?.maxHeightPt??0,t.evenVariant?.maxHeightPt??0,t.oddVariant?.maxHeightPt??0];return Math.max(...x)}function Bs(t){let x=[t.defaultVariant?.maxHeightPx??0,t.firstVariant?.maxHeightPx??0,t.evenVariant?.maxHeightPx??0,t.oddVariant?.maxHeightPx??0];return Math.max(...x)}function As(t,x,e){if(x===1&&t.firstVariant)return t.firstVariant;if(e>1){if(x%2===0&&t.evenVariant)return t.evenVariant;if(x%2===1&&t.oddVariant)return t.oddVariant}return t.defaultVariant}function g7(t,x,e={}){let n=new Map;for(let[r,o]of Object.entries(t??{}))n.set(r,o);return n.set("page",(r,o)=>String(r)),n.set("pageNumber",(r,o)=>String(r)),n.set("pages",(r,o)=>String(o)),n.set("totalPages",(r,o)=>String(o)),!n.has("title")&&e.title&&n.set("title",e.title),n.set("date",()=>new Date().toLocaleDateString()),n}function z6(t,x,e,n){let r=t.replace(/\{\{([^}]+)\}\}/g,(o,a)=>{let i=x.get(a.trim());return i===void 0?"":typeof i=="string"?i:i(e,n)});return r=r.replace(/\{([^}]+)\}/g,(o,a)=>{let i=x.get(a.trim());return i===void 0?"":typeof i=="string"?i:i(e,n)}),r}var Ms=new Map;function W(t,x){Ms.set(t,x)}function ks(t){return Ms.get(t)}function Is(t){switch(t){case"block":return"block";case"inline":return"inline";case"inline-block":return"inline-block";case"flex":return"flex";case"grid":return"grid";case"table":return"table";case"table-row":return"table-row";case"table-cell":return"table-cell";case"table-row-group":return"table-row-group";case"table-header-group":return"table-header-group";case"table-footer-group":return"table-footer-group";case"table-caption":return"table-caption";case"none":return"none";default:return}}function Ns(t){if(t)switch(t.trim().toLowerCase()){case"flex-start":return"flex-start";case"flex-end":return"flex-end";case"center":return"center";case"space-between":return"space-between";case"space-around":return"space-around";case"space-evenly":return"space-evenly";case"start":return"start";case"end":return"end";case"left":return"left";case"right":return"right";default:return}}function y7(t){if(t)switch(t.trim().toLowerCase()){case"flex-start":return"flex-start";case"flex-end":return"flex-end";case"center":return"center";case"baseline":return"baseline";case"stretch":return"stretch";default:return}}function Es(t){if(t)switch(t.trim().toLowerCase()){case"flex-start":return"flex-start";case"flex-end":return"flex-end";case"center":return"center";case"space-between":return"space-between";case"space-around":return"space-around";case"space-evenly":return"space-evenly";case"stretch":return"stretch";default:return}}function Ds(t){if(!t)return;let x=t.trim().toLowerCase();return x==="auto"?"auto":y7(x)}function Os(t){if(!t)return;let x=t.trim().toLowerCase();switch(x){case"row":case"row-reverse":case"column":case"column-reverse":return x;default:return}}function Ws(t,x){x.display=Is(t)}function Us(t,x){let e=Ns(t);e!==void 0&&(x.justifyContent=e)}function Hs(t,x){let e=y7(t);e!==void 0&&(x.alignItems=e)}function zs(t,x){let e=Es(t);e!==void 0&&(x.alignContent=e)}function Gs(t,x){let e=Ds(t);e!==void 0&&(x.alignSelf=e)}function js(t,x){let e=Os(t);e!==void 0&&(x.flexDirection=e)}function $s(t,x){let e=t.trim().toLowerCase();e==="nowrap"?x.flexWrap=!1:(e==="wrap"||e==="wrap-reverse")&&(x.flexWrap=!0)}function Vs(t,x){x.color=t}function _s(t,x){x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"color",color:t})}function Ys(t){if(!Number.isFinite(t??NaN))return 0;let x=Number(t);return x>0?x:0}function Zt(t){return Number.isFinite(t)?t<0?0:t:0}function l6(t){let x=[],e="",n=0,r=null;for(let o of t){if(r){e+=o,o===r&&(r=null);continue}if(o==="'"||o==='"'){r=o,e+=o;continue}if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(o===","&&n===0){e.trim()&&x.push(e.trim()),e="";continue}e+=o}return e.trim()&&x.push(e.trim()),x}function I0(t){let x=[],e="",n=0,r=null;for(let o of t){if(r){e+=o,o===r&&(r=null);continue}if(o==="'"||o==='"'){r=o,e+=o;continue}if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(/\s/.test(o)&&n===0){e.trim()&&x.push(e.trim()),e="";continue}e+=o}return e.trim()&&x.push(e.trim()),x}var $l=new Set(["none","hidden","solid","dashed","dotted","double","groove","ridge","inset","outset"]),w7={thin:1,medium:3,thick:5},R7=w7.medium;function qs(t){let x=I0(t);if(x.length===0)return null;let e,n,r;for(let o of x){let a=o.trim();if(!a)continue;if(e===void 0){let s=u6(a);if(s!==void 0){e=s;continue}}let i=a.toLowerCase();if(!n&&$l.has(i)){n=i;continue}r===void 0&&(r=a)}return n==="none"||n==="hidden"?e=0:e===void 0&&n&&(e=R7),{width:e,style:n,color:r}}function u6(t){let x=t.trim().toLowerCase();if(x)return x in w7?w7[x]:n0(t)}function Ks(t){let x=t.trim();if(!x)return null;let[e,n]=x.split("/").map(a=>a.trim()),r=Xs(e);if(!r)return null;let o=n?Xs(n):r;return o?{topLeft:{x:r[0],y:o[0]},topRight:{x:r[1],y:o[1]},bottomRight:{x:r[2],y:o[2]},bottomLeft:{x:r[3],y:o[3]}}:null}function he(t){let x=t.trim();if(!x)return;let[e,n]=x.split("/").map(i=>i.trim()),r=I0(e);if(r.length===0)return;let o=Qt(r[0]),a;if(n){let i=I0(n);a=Qt(i[0])}else r.length>1?a=Qt(r[1]):a=o;return{x:o,y:a}}function Qt(t){let x=n0(t);return x===void 0?0:typeof x=="number"?Ys(x):x}function Xs(t){if(!t)return null;let x=I0(t);if(x.length===0)return null;let e=x.map(n=>Qt(n));switch(e.length){case 1:return[e[0],e[0],e[0],e[0]];case 2:return[e[0],e[1],e[0],e[1]];case 3:return[e[0],e[1],e[2],e[1]];default:return[e[0],e[1],e[2],e[3]]}}function Zs(t){let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e==="none"||e==="initial")return[];if(e==="inherit"||e==="revert"||e==="revert-layer")return;let n=l6(x),r=[];for(let o of n){let a=Vl(o);a&&r.push(a)}return r}function Vl(t){let x=I0(t);if(x.length===0)return null;let e=!1,n=[],r;for(let f of x){if(f.toLowerCase()==="inset"){e=!0;continue}let l=n0(f);if(l!==void 0){n.push(l);continue}if(r===void 0&&_l(f)){r=f;continue}}if(n.length<2)return null;let o=(f,c=!1)=>f===void 0?0:typeof f=="number"&&c?Zt(f):f,a=o(n[0]),i=o(n[1]),s=o(n[2],!0),d=o(n[3]);return{inset:e,offsetX:a,offsetY:i,blurRadius:s,spreadRadius:d,color:r}}function _l(t){let x=t.toLowerCase();return x.startsWith("#")||x.startsWith("rgb(")||x.startsWith("rgba(")||x.startsWith("hsl(")||x.startsWith("hsla(")?!0:["transparent","black","white","red","green","blue","yellow","gray","grey"].includes(x)}function K0(t,x,e,n){let r=qs(t);r&&(n&&n(r.style),r.style==="none"||r.style==="hidden"?x(0):r.width!==void 0?x(r.width):r.style&&x(R7),r.color!==void 0&&e(r.color))}function Qs(t,x){let e=I0(t);if(e.length===0)return;let[n]=e.length===1?[e[0],e[0],e[0],e[0]]:e.length===2?[e[0],e[1],e[0],e[1]]:e.length===3?[e[0],e[1],e[2],e[1]]:[e[0],e[1],e[2],e[3]];n&&x(n)}function Js(t,x){let e=I0(t);e.length!==0&&x(e[0]?.toLowerCase())}function ge(t){let x=I0(t);if(x.length===0)return!1;let e=x[0]?.toLowerCase();return e==="none"||e==="hidden"}function G6(t,x,e=vx){let n=I0(t);if(n.length===0)return;let r=n.map(d=>e(d)),[o,a,i,s]=r.length===1?[r[0],r[0],r[0],r[0]]:r.length===2?[r[0],r[1],r[0],r[1]]:r.length===3?[r[0],r[1],r[2],r[1]]:[r[0],r[1],r[2],r[3]];x(o,a,i,s)}function xd(t,x){Qs(t,e=>{x.borderColor=e})}function ed(t,x){let e=Zs(t);e!==void 0&&(x.boxShadows=e)}function td(t,x){K0(t,e=>{x.borderTop=e,x.borderRight=e,x.borderBottom=e,x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{if(!e)return;let n=e.toLowerCase();x.borderStyleTop=n,x.borderStyleRight=n,x.borderStyleBottom=n,x.borderStyleLeft=n})}function nd(t,x){K0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function rd(t,x){K0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function od(t,x){K0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function ad(t,x){K0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function id(t,x){let e=Ks(t);e&&(x.borderTopLeftRadiusX=e.topLeft.x,x.borderTopLeftRadiusY=e.topLeft.y,x.borderTopRightRadiusX=e.topRight.x,x.borderTopRightRadiusY=e.topRight.y,x.borderBottomRightRadiusX=e.bottomRight.x,x.borderBottomRightRadiusY=e.bottomRight.y,x.borderBottomLeftRadiusX=e.bottomLeft.x,x.borderBottomLeftRadiusY=e.bottomLeft.y)}function sd(t,x){let e=he(t);e&&(x.borderTopLeftRadiusX=e.x,x.borderTopLeftRadiusY=e.y)}function dd(t,x){let e=he(t);e&&(x.borderTopRightRadiusX=e.x,x.borderTopRightRadiusY=e.y)}function fd(t,x){let e=he(t);e&&(x.borderBottomRightRadiusX=e.x,x.borderBottomRightRadiusY=e.y)}function cd(t,x){let e=he(t);e&&(x.borderBottomLeftRadiusX=e.x,x.borderBottomLeftRadiusY=e.y)}function ld(t,x){G6(t,(e,n,r,o)=>{x.borderTop=e,x.borderRight=n,x.borderBottom=r,x.borderLeft=o},u6)}function ud(t,x){x.borderTop=u6(t)??x.borderTop}function bd(t,x){x.borderRight=u6(t)??x.borderRight}function md(t,x){x.borderBottom=u6(t)??x.borderBottom}function pd(t,x){x.borderLeft=u6(t)??x.borderLeft}function hd(t,x){t.trim()&&(x.borderColor=t.trim())}function gd(t,x){t.trim()&&(x.borderColor=t.trim())}function yd(t,x){t.trim()&&(x.borderColor=t.trim())}function wd(t,x){t.trim()&&(x.borderColor=t.trim())}function Rd(t,x){Js(t,e=>{if(!e)return;let n=e.toLowerCase();x.borderStyleTop=n,x.borderStyleRight=n,x.borderStyleBottom=n,x.borderStyleLeft=n,(n==="none"||n==="hidden")&&(x.borderTop=0,x.borderRight=0,x.borderBottom=0,x.borderLeft=0)})}function Sd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleTop=e,ge(t)&&(x.borderTop=0))}function vd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleRight=e,ge(t)&&(x.borderRight=0))}function Ld(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleBottom=e,ge(t)&&(x.borderBottom=0))}function Cd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleLeft=e,ge(t)&&(x.borderLeft=0))}function Td(t,x){let e=t.trim().toLowerCase();x.borderModel=e==="collapse"?"collapse":"separate"}function Pd(t,x){K0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function Fd(t,x){K0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function Bd(t,x){K0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function Ad(t,x){K0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function Md(t,x){G6(t,(e,n,r,o)=>{x.marginTop=e,x.marginRight=n,x.marginBottom=r,x.marginLeft=o})}function kd(t,x){x.marginTop=n0(t)??x.marginTop}function Id(t,x){x.marginRight=vx(t)??x.marginRight}function Nd(t,x){x.marginBottom=n0(t)??x.marginBottom}function Ed(t,x){x.marginLeft=vx(t)??x.marginLeft}function Dd(t,x){x.marginTop=n0(t)??x.marginTop}function Od(t,x){x.marginBottom=n0(t)??x.marginBottom}function Wd(t,x){x.marginLeft=vx(t)??x.marginLeft}function Ud(t,x){x.marginRight=vx(t)??x.marginRight}function Hd(t,x){G6(t,(e,n,r,o)=>{x.paddingTop=e,x.paddingRight=n,x.paddingBottom=r,x.paddingLeft=o},n0)}function zd(t,x){x.paddingTop=n0(t)??x.paddingTop}function Gd(t,x){x.paddingRight=n0(t)??x.paddingRight}function jd(t,x){x.paddingBottom=n0(t)??x.paddingBottom}function $d(t,x){x.paddingLeft=n0(t)??x.paddingLeft}function Vd(t,x){x.paddingTop=n0(t)??x.paddingTop}function _d(t,x){x.paddingBottom=n0(t)??x.paddingBottom}function Yd(t,x){x.paddingLeft=n0(t)??x.paddingLeft}function Xd(t,x){x.paddingRight=n0(t)??x.paddingRight}var Yl=/^(-?\d+(?:\.\d+)?)%$/;function j6(t){let x=n0(t);if(x!==void 0)return x;let e=Yl.exec(t.trim());if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isNaN(n))return v6(n/100)}function qd(t,x){let e=j6(t);e!==void 0&&(x.width=e)}function Kd(t,x){let e=j6(t);e!==void 0&&(x.minWidth=e)}function Zd(t,x){let e=j6(t);e!==void 0&&(x.maxWidth=e)}function Qd(t,x){let e=j6(t);e!==void 0&&(x.height=e)}function Jd(t,x){let e=j6(t);e!==void 0&&(x.minHeight=e)}function xf(t,x){let e=j6(t);e!==void 0&&(x.maxHeight=e)}function ef(t,x){x.fontSize=Ue(t)??x.fontSize}function Xl(t){let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e==="normal")return{kind:"normal"};if(/^[+-]?\d+(?:\.\d+)?%$/.test(e)){let r=Number.parseFloat(e.slice(0,-1));return Number.isNaN(r)?void 0:{kind:"unitless",value:r/100}}if(/^[+-]?\d+(?:\.\d+)?$/.test(e)){let r=Number.parseFloat(e);return Number.isNaN(r)?void 0:{kind:"unitless",value:r}}let n=n0(x);if(n!==void 0)return{kind:"length",value:n}}function tf(t,x){let e=Xl(t);e&&(x.lineHeight=e)}function nf(t,x){let e=t.trim();e.toLowerCase()==="auto"?x.zIndex="auto":/^-?\d+$/.test(e)&&(x.zIndex=Number.parseInt(e,10))}function rf(t,x){let e=t.trim().toLowerCase();e!=="inherit"&&(e==="normal"||e==="small-caps")&&(x.fontVariant=e)}function of(t,x){x.fontVariantNumeric=ra(t)}function af(t,x){let e=t.trim().toLowerCase();e!=="inherit"&&(e==="normal"||e==="italic"||e==="oblique"||e.startsWith("oblique "))&&(x.fontStyle=e.startsWith("oblique")?"oblique":e)}function sf(t,x,e,n){let r=te(t,n);r!==void 0&&(x.fontWeight=r)}function df(t,x){x.fontFamily=t}var ql=/^(-?\d+(?:\.\d+)?)%$/;function Jt(t){let x=t.trim();if(!x)return;if(x.toLowerCase()==="auto")return"auto";let e=n0(x);if(e!==void 0)return e;let n=ql.exec(x);if(n){let r=Number.parseFloat(n[1]);if(!Number.isNaN(r))return v6(r/100)}}function ff(t,x){let e=t.trim().toLowerCase();switch(e){case"static":case"relative":case"absolute":case"fixed":case"sticky":x.position=e;break;default:break}}function cf(t,x){let e=Jt(t);e!==void 0&&(x.top=e)}function lf(t,x){let e=Jt(t);e!==void 0&&(x.right=e)}function uf(t,x){let e=Jt(t);e!==void 0&&(x.bottom=e)}function bf(t,x){let e=Jt(t);e!==void 0&&(x.left=e)}function S7(t){if(!t)return;let x=t.trim().toLowerCase().split(/\s+/).filter(Boolean);if(x.length===0)return;if(x.includes("none"))return"none";let e=new Set(["underline","overline","line-through"]),n=x.filter(o=>e.has(o));return n.length===0?void 0:[...new Set(n)].join(" ")}function mf(t,x){x.textAlign=t.toLowerCase()}function pf(t,x){let e=S7(t);e!==void 0&&(x.textDecorationLine=e);let n=Cf(t);n&&(x.textDecorationStyle=n);let r=Jl(t);r&&(x.textDecorationColor=r)}function hf(t,x){let e=S7(t);e!==void 0&&(x.textDecorationLine=e)}function gf(t,x){let e=t.trim();e&&(x.textDecorationColor=e)}function yf(t,x){let e=Cf(t);e&&(x.textDecorationStyle=e)}function wf(t,x){x.float=t}function Rf(t,x){let e=L6(t);e!==void 0&&(x.textIndent=e)}function Sf(t,x){let e=t.trim().toLowerCase();if(e==="initial"){x.textTransform="none";return}if(Lf.has(e))return;let n=Kl[e];n&&(x.textTransform=n)}function vf(t,x){let e=t.trim().toLowerCase();if(!e)return;if(e==="normal"){x.letterSpacing=0;return}if(Lf.has(e))return;let n=Ue(t);n!==void 0&&(x.letterSpacing=n)}var Kl={none:"none",uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize"},Lf=new Set(["inherit","unset","revert","revert-layer"]),v7=new Set(Object.keys(s6).map(t=>t.toLowerCase()));v7.add("transparent");v7.add("currentcolor");var Zl=new Set(["underline","overline","line-through","none"]),Ql=new Set(["solid","double","dotted","dashed","wavy"]);function Cf(t){if(!t)return;let x=t.trim().toLowerCase().split(/\s+/);for(let e of x)if(Ql.has(e))return e}function Jl(t){if(!t)return;let x=t.match(/\b(?:rgba?|hsla?)\([^)]*\)/i);if(x)return x[0].trim();let e=t.match(/#[0-9a-f]{3,8}\b/i);if(e)return e[0];let n=t.trim().split(/\s+/);for(let r of n){let o=r.toLowerCase();if(!Zl.has(o)&&v7.has(o))return o}}function Tf(t){switch(t){case"normal":return"normal";case"anywhere":return"anywhere";case"break-word":return"break-word";default:return}}function Pf(t,x){if(!t)return;let e=Tf(t.trim().toLowerCase());e&&(x.overflowWrap=e)}function Ff(t,x){if(!t)return;let e=Tf(t.trim().toLowerCase());e&&(x.overflowWrap=e==="anywhere"?"break-word":e)}function xu(t){let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e==="none"||e==="initial")return[];if(e==="inherit"||e==="revert"||e==="revert-layer")return;let n=l6(x),r=[];for(let o of n){let a=eu(o);a&&r.push(a)}return r}function Bf(t,x){let e=xu(t);e!==void 0&&(x.textShadows=e)}function eu(t){let x=I0(t);if(x.length===0)return null;let e=[],n;for(let s of x){let d=n0(s);if(d!==void 0){e.push(d);continue}if(n===void 0){let f=s.toLowerCase();if(tu(f)){n=s;continue}}}if(e.length<2)return null;let r=(s,d=!1)=>s===void 0?0:typeof s=="number"&&d?Zt(s):s,o=r(e[0]),a=r(e[1]),i=r(e[2],!0);return{offsetX:o,offsetY:a,blurRadius:i,color:n}}function tu(t){return t?t.startsWith("#")||t.startsWith("rgb(")||t.startsWith("rgba(")||t.startsWith("hsl(")||t.startsWith("hsla(")?!0:["transparent","black","white","red","green","blue","yellow","gray","grey"].includes(t.toLowerCase()):!1}var nu={none:"none",disc:"disc",circle:"circle",square:"square",decimal:"decimal","decimal-leading-zero":"decimal-leading-zero","lower-alpha":"lower-alpha","lower-latin":"lower-alpha","upper-alpha":"upper-alpha","upper-latin":"upper-alpha","lower-roman":"lower-roman","upper-roman":"upper-roman"},ru=new Set(["inherit","unset","revert","revert-layer"]);function Af(t,x){if(!t)return;let e=t.trim().toLowerCase();if(e){if(e==="initial"){x.listStyleType="disc";return}ru.has(e)||(x.listStyleType=nu[e]??e)}}function Mf(t,x){let e=t.trim();if(e==="none"||e==="inherit"){x.content=void 0;return}let n=ou(e);n.length>0&&(x.content=n)}function ou(t){let x=[],e=0;for(;e<t.length;){if(t[e]==='"'||t[e]==="'"){let n=t[e],r="";for(e++;e<t.length&&t[e]!==n;)if(t[e]==="\\"&&e+1<t.length){let o=t[e+1];if(o==="n")r+=`
44
+ `,e+=2;else if(o==="t")r+=" ",e+=2;else if(o===n)r+=n,e+=2;else if(o==="\\")r+="\\",e+=2;else{if((o==="x"||o==="u")&&e+3<t.length){let a=t.slice(e+2,e+4);if(/^[0-9A-Fa-f]{2}$/.test(a)){r+=String.fromCharCode(parseInt(a,16)),e+=4;continue}}r+=o,e+=2}}else r+=t[e],e++;e++,x.push({type:"string",value:r});continue}if(t.slice(e).startsWith("counter(")){let n=/^counter\(\s*([a-zA-Z_][a-zA-Z0-9_-]*)\s*(?:,\s*(decimal|lower-roman|upper-roman|lower-alpha|upper-alpha))?\s*\)/i.exec(t.slice(e));if(n){x.push({type:"counter",counter:n[1],style:n[2]}),e+=n[0].length;continue}}if(t.slice(e).startsWith("counters(")){let n=/^counters\(\s*([a-zA-Z_][a-zA-Z0-9_-]*)\s*,\s*(["'])(.*)\2\s*(?:,\s*(decimal|lower-roman|upper-roman|lower-alpha|upper-alpha))?\s*\)/i.exec(t.slice(e));if(n){x.push({type:"counter",counter:n[1],style:n[4]}),e+=n[0].length;continue}}if(t.slice(e).startsWith("attr(")){let n=/^attr\(\s*([a-zA-Z_][a-zA-Z0-9_-]*)\s*\)/i.exec(t.slice(e));if(n){x.push({type:"attr",attribute:n[1]}),e+=n[0].length;continue}}if(t.slice(e).startsWith("open-quote")){x.push({type:"open-quote"}),e+=10;continue}if(t.slice(e).startsWith("close-quote")){x.push({type:"close-quote"}),e+=11;continue}if(t.slice(e).startsWith("no-open-quote")){x.push({type:"no-open-quote"}),e+=14;continue}if(t.slice(e).startsWith("no-close-quote")){x.push({type:"no-close-quote"}),e+=15;continue}e++}return x}function yx(t){let x=t.trim();if(console.log("parseLinearGradient - input:",t),console.log("parseLinearGradient - trimmed:",x),!x.toLowerCase().startsWith("linear-gradient("))return console.log("parseLinearGradient - not a linear gradient, returning null"),null;let e=x.slice(16,-1);if(!e)return null;let n="to bottom",r=e,o=-1,a=0;for(let d=0;d<e.length;d++)if(e[d]==="(")a++;else if(e[d]===")")a--;else if(e[d]===","&&a===0){o=d;break}if(o!==-1){let f=e.substring(0,o).trim().toLowerCase();["to","to bottom","to right","to left","to top right","to top left","to bottom right","to bottom left"].some(u=>f===u)||f.endsWith("deg")?(n=f,r=e.substring(o+1).trim()):r=e}else{let d=e.trim().toLowerCase();d==="to"||d.startsWith("to ")||d.endsWith("deg")?(n=d,r=""):r=e}n.startsWith("to ")?(n==="to righ"?n="to right":(n==="to botto"||n==="to bott"||n==="to bot")&&(n="to bottom"),n=n.replace(/,$/,"")):n.endsWith("deg")&&(n=n.replace(/,$/,"")),n.startsWith("to ")?n=n.replace(/,$/,""):n.endsWith("deg")&&(n=n.replace(/,$/,""));let i=l6(r);console.log("Gradient parser - input value:",t),console.log("Gradient parser - content:",e),console.log("Gradient parser - direction:",n),console.log("Gradient parser - colorStopsContent:",r),console.log("Gradient parser - colorStopValues:",i);let s=[];for(let d of i){if(!d.trim())continue;let f=kf(d);f&&s.push(f)}return console.log("Gradient parser - parsed stops:",s),s.length===0&&s.push({color:"#000000"}),{type:"linear",direction:n,stops:s}}function ye(t){let x=t.trim();if(!x.toLowerCase().startsWith("radial-gradient(")||!x.endsWith(")"))return null;let n=x.slice(16,-1);if(!n)return null;let r=fu(n),o=r===-1?"":n.slice(0,r).trim(),a=r===-1?n:n.slice(r+1).trim(),i=au(o);i.hasDescriptor||(a=n);let s=[],d=l6(a);for(let f of d){if(!f.trim())continue;let c=kf(f);c&&s.push(c)}return s.length===0&&s.push({color:"#000000"}),{type:"radial",cx:.5,cy:.5,r:.5,stops:s,coordsUnits:"ratio",shape:i.shape,size:i.size,at:i.position,source:"css"}}function kf(t){let x=I0(t);if(x.length===0)return null;let e=x[0].trim();if(!e)return null;({red:!0,yellow:!0,green:!0,blue:!0,black:!0,white:!0,gray:!0,grey:!0,lime:!0})[e.toLowerCase()];let r;if(x.length>1){let o=x[1].trim(),a=parseFloat(o.slice(0,-1));if(!isNaN(a))r=a/100;else{let i=parseFloat(o);!isNaN(i)&&i>=0&&i<=1&&(r=i)}}return{color:e,position:r}}function au(t){let x=t.trim();if(!x)return{hasDescriptor:!1};let e=x.split(/\s+/).filter(Boolean);if(e.length===0)return{hasDescriptor:!1};let n=e.findIndex(f=>f.toLowerCase()==="at"),r=n===-1?e:e.slice(0,n),o=n===-1?[]:e.slice(n+1),a,i;for(let f of r){let c=f.toLowerCase();if(c==="circle"||c==="ellipse"){a=c;continue}if(du(c)){i=c;continue}}let s=iu(o);return{shape:a,size:i,position:s,hasDescriptor:!!a||!!i||!!s}}function iu(t){if(!t||t.length===0)return;if(t.length===1){let n=t[0];return su(n)?{x:"50%",y:xn(n,"y")}:{x:xn(n,"x"),y:"50%"}}let x=t[0],e=t[1];return{x:xn(x,"x"),y:xn(e,"y")}}function xn(t,x){let e=t.toLowerCase();if(x==="x"){if(e==="left")return"0%";if(e==="right")return"100%"}else{if(e==="top")return"0%";if(e==="bottom")return"100%"}return e==="center"?"50%":t}function su(t){let x=t.toLowerCase();return x==="top"||x==="bottom"}function du(t){switch(t){case"closest-side":case"farthest-side":case"closest-corner":case"farthest-corner":return!0;default:return!1}}function fu(t){let x=0;for(let e=0;e<t.length;e++){let n=t[e];if(n==="(")x++;else if(n===")")x=Math.max(0,x-1);else if(n===","&&x===0)return e}return-1}function L7(t){let x=t.trim().toLowerCase();if(!x)return;let e=n=>x===n||x.startsWith(`${n} `)||x.startsWith(`${n}(`);if(e("cover"))return"cover";if(e("contain"))return"contain";if(e("auto"))return"auto"}function Dx(t){return L7(t)??t.trim()}function If(t,x){let e=t.toLowerCase(),n=`${x.toLowerCase()}(`,r=e.indexOf(n);if(r===-1)return null;let o=0;for(let a=r;a<t.length;a++){let i=t[a];if(i==="(")o++;else if(i===")"&&(o--,o===0))return{text:t.slice(r,a+1),start:r,end:a+1}}return null}function b6(t){return t.backgroundLayers||(t.backgroundLayers=[]),t.backgroundLayers}function en(t){let x=b6(t);for(let n=x.length-1;n>=0;n--)if(x[n].kind!=="color")return x[n];let e={kind:"image",url:""};return x.push(e),e}function Ef(t){let x=t.trim();if(!x)return[];let e=cu(x),n=[];for(let r of e){let o=lu(r);o&&n.push(o)}return n}function cu(t){let x=[],e="",n=0,r=0;for(;r<t.length;){let o=t[r];o==="("?(n++,e+=o):o===")"?(n--,e+=o):o===","&&n===0?(x.push(e.trim()),e=""):e+=o,r++}return e.trim()&&x.push(e.trim()),x}function lu(t){let x=t.trim();if(!x)return null;let e=If(x,"radial-gradient")??If(x,"linear-gradient");if(e){let n=uu(e.text);if(n){let r=x.slice(0,e.start).trim(),o=x.slice(e.end).trim(),a=[r,o].filter(Boolean).join(" ");if(a&&n.kind==="gradient"){let i=a.split(/\s+/).filter(Boolean);for(let s of i){let d=s.toLowerCase();C7(d)?n.repeat=d:T7(d)&&(n.origin=d)}}return n}}return pu(x)?{kind:"color",color:x}:bu(x)}function uu(t){let x=t.trim().toLowerCase(),e=x.startsWith("linear-gradient(")?yx(t):x.startsWith("radial-gradient(")?ye(t):null;return e?{kind:"gradient",gradient:e}:null}function bu(t){let x=t.split(/\s+/).filter(s=>s.length>0);if(x.length===0)return null;let e="",n={x:"left",y:"top"},r="auto",o="repeat",a,i=0;for(let s=0;s<x.length;s++)if(x[s].startsWith("url(")){e=x[s],i=s+1;break}if(!e)return null;for(;i<x.length;){let s=x[i],d=s.toLowerCase();d.includes("/")?(r=mu(s),i++):hu(d)?(n=$6(d,x[i+1]),i+=n.y!=="top"?2:1):C7(d)?(o=d,i++):(T7(d)&&a===void 0&&(a=d),i++)}return{kind:"image",url:e,position:n,size:r,repeat:o,origin:a}}function mu(t){let x=t.indexOf("/");if(x===-1){let e=L7(t);if(e)return e;let n=t.trim().split(/\s+/).filter(Boolean);return n.length===1?{width:Dx(n[0]),height:"auto"}:{width:Dx(n[0]),height:Dx(n[1]??"auto")}}else{let e=t.substring(0,x).trim(),n=t.substring(x+1).trim();return{width:e?Dx(e):"auto",height:n?Dx(n):"auto"}}}var Nf=new Set(["top","bottom"]);function $6(t,x){return{x:t.toLowerCase(),y:x.toLowerCase()}}function pu(t){let x=t.toLowerCase();return!!(x in s6||x==="transparent"||x.startsWith("#")&&(x.length===4||x.length===7)||x.startsWith("rgb(")||x.startsWith("rgba(")||x.startsWith("hsl(")||x.startsWith("hsla("))}function hu(t){return["left","center","right","top","bottom"].includes(t.toLowerCase())}function C7(t){return["repeat","repeat-x","repeat-y","no-repeat","space","round"].includes(t.toLowerCase())}function T7(t){let x=t.toLowerCase();return x==="border-box"||x==="padding-box"||x==="content-box"}function Df(t,x){b6(t);let e=en(t),n=L7(x),r;if(n)r=n;else{let o=x.trim().split(/\s+/).filter(Boolean);o.length===0?r="auto":o.length===1?r={width:Dx(o[0]),height:"auto"}:r={width:Dx(o[0]),height:Dx(o[1]??"auto")}}(e.kind==="image"||e.kind==="gradient")&&(e.size=r)}function gu(t){let x=t.trim().split(/\s+/).filter(Boolean);if(x.length===0)return{x:"left",y:"top"};let e=x.map(a=>a.toLowerCase()),n=e[0];if(x.length===1)return n==="center"?$6("center","center"):Nf.has(n)?$6("center",n):$6(n,"center");let r=e[1];if(Nf.has(n)){let a=x[1]??"center";return $6(a,n)}return $6(n,r??"center")}function Of(t,x){b6(t);let e=en(t),n=gu(x);(e.kind==="image"||e.kind==="gradient")&&(e.position=n)}function Wf(t,x){b6(t);let e=x.trim().toLowerCase();if(!T7(e))return;let n=en(t);(n.kind==="image"||n.kind==="gradient")&&(n.origin=e)}function Uf(t,x){b6(t);let e=x.trim().toLowerCase();if(!C7(e))return;let n=en(t);(n.kind==="image"||n.kind==="gradient")&&(n.repeat=e)}var yu=new Set(["border-box","padding-box","content-box","text"]);function Hf(t,x){Df(x,t)}function zf(t,x){Of(x,t)}function Gf(t,x){Wf(x,t)}function jf(t,x){Uf(x,t)}function $f(t,x){let e=b6(x);if(e.length===0)return;let n=t.split(",").map(r=>r.trim().toLowerCase()).filter(r=>r.length>0);if(n.length!==0)for(let r=0;r<n.length;r++){let o=n[r];if(!yu.has(o))continue;let a=Math.min(r,e.length-1),i=e[a];i&&(i.clip=o)}}function Vf(t,x){let e=t.trim(),n=yx(t)??ye(t);if(n){x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"gradient",gradient:n});return}e.startsWith("url(")&&(x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"image",url:e,position:{x:"left",y:"top"},size:"auto",repeat:"repeat"}))}function _f(t,x){console.log("Processing background property:",t);let e=Ef(t);console.log("Parsed background layers:",e),e.length>0&&(x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push(...e))}function Yf(t,x){let e=t.trim().toLowerCase();["contain","cover","fill","none","scale-down"].includes(e)&&(x.objectFit=e)}function qf(t,x){let e=wu(t);e&&(x.clipPath=e)}function wu(t){if(!t)return;let x=t.trim();if(x==="none")return;let e=Ru(x);if(e)return e}function Ru(t){let x=/^polygon\s*\((.+)\)$/i.exec(t);if(!x)return;let e=x[1].trim();if(!e)return;let n=e.includes(",")?e.split(/\s*,\s*/):Su(e.split(/\s+/)),r=[];for(let a of n){let i=a.trim().split(/\s+/).filter(Boolean);if(i.length<2)return;let s=Xf(i[0]),d=Xf(i[1]);if(!s||!d)return;r.push({x:s,y:d})}return r.length<3?void 0:{type:"polygon",points:r,referenceBox:"border-box"}}function Su(t){let x=[];for(let e=0;e<t.length;e+=2){let n=t[e],r=t[e+1];if(!n||!r)break;x.push(`${n} ${r}`)}return x}function Xf(t){let x=L6(t);if(x!==void 0){if(typeof x=="number")return{unit:"px",value:x};if(typeof x=="object"&&x.kind==="absolute"&&x.unit==="percent")return{unit:"percent",value:x.value}}}function vu(t){let x=[],e="",n=0;for(let r=0;r<t.length;r++){let o=t[r];if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(/\s/.test(o)&&n===0){e&&(x.push(e.trim()),e="");continue}e+=o}return e&&x.push(e.trim()),x}function Qf(t){let x=[],e="",n=0;for(let r=0;r<t.length;r++){let o=t[r];if(o==="("){n+=1,e+=o;continue}if(o===")"){n=Math.max(0,n-1),e+=o;continue}if(o===","&&n===0){x.push(e.trim()),e="";continue}e+=o}return e&&x.push(e.trim()),x}function Kf(t){let x=t.trim().match(/^(-?\d+(?:\.\d+)?)fr$/i);if(!x)return;let e=Number.parseFloat(x[1]);return Number.isNaN(e)?void 0:e}function Zf(t){let x=t.trim().toLowerCase();if(x.startsWith("minmax(")&&x.endsWith(")")){let r=x.slice(7,-1),[o,a]=Qf(r);if(!o||!a)return;let i=n0(o);if(i===void 0)return;let s=Kf(a);if(s!==void 0)return{kind:"flex",flex:s,min:i};let d=n0(a);return d!==void 0?typeof i=="number"&&typeof d=="number"?{kind:"fixed",size:Math.max(i,d)}:{kind:"fixed",size:d}:a.trim()==="auto"?{kind:"auto",min:i}:void 0}let e=Kf(x);if(e!==void 0)return{kind:"flex",flex:e};if(x==="auto")return{kind:"auto"};let n=n0(x);if(n!==void 0)return{kind:"fixed",size:n}}function P7(t){if(!t)return;let x=vu(t.trim());if(x.length===0)return;let e=[];for(let n of x){let r=n.trim().toLowerCase();if(r.startsWith("repeat(")&&r.endsWith(")")){let a=n.trim().slice(7,-1),[i,s]=Qf(a);if(!i||!s)return;let d=Zf(s);if(!d)return;let f=i.trim().toLowerCase();if(f==="auto-fit"||f==="auto-fill"){let u={kind:"repeat-auto",mode:f,track:d};e.push(u);continue}let c=Number.parseInt(f,10);if(!Number.isFinite(c)||c<=0)return;let l={kind:"repeat",count:c,track:d};e.push(l);continue}let o=Zf(n);if(!o)return;e.push(o)}return e}function Jf(t){if(!t)return;let x=t.split(/\s+/).map(r=>r.trim()).filter(r=>r.length>0);if(x.length===0)return;let e=n0(x[0]);if(e===void 0)return;let n=x.length>1?n0(x[1]):void 0;return{row:e,column:n??e}}function xc(t,x){let e=P7(t);e&&(x.trackListColumns=e)}function ec(t,x){let e=P7(t);e&&(x.trackListRows=e)}function tc(t,x){let e=t.trim().toLowerCase();switch(e){case"row":case"column":case"row dense":case"column dense":x.autoFlow=e;break;default:break}}function nc(t,x){let e=Jf(t);e&&(x.rowGap=e.row,x.columnGap=e.column)}function rc(t,x){let e=n0(t);e!==void 0&&(x.rowGap=e)}function oc(t,x){let e=n0(t);e!==void 0&&(x.columnGap=e)}function ac(t,x){console.log(`DEBUG: parseOpacity called with value: "${t}"`);let e=t.trim().toLowerCase(),n;if(e.endsWith("%")){let r=e.slice(0,-1),o=parseFloat(r);if(isNaN(o))return;n=o/100}else if(n=parseFloat(e),isNaN(n))return;n=Math.max(0,Math.min(1,n)),x.opacity=n}var ic=!1;function sc(){ic||(ic=!0,W("display",Ws),W("justify-content",Us),W("align-items",Hs),W("align-content",zs),W("align-self",Gs),W("flex-direction",js),W("flex-wrap",$s),W("color",Vs),W("background-color",_s),W("border-color",xd),W("box-shadow",ed),W("border",td),W("border-top",nd),W("border-right",rd),W("border-bottom",od),W("border-left",ad),W("border-radius",id),W("border-top-left-radius",sd),W("border-top-right-radius",dd),W("border-bottom-right-radius",fd),W("border-bottom-left-radius",cd),W("border-width",ld),W("border-top-width",ud),W("border-right-width",bd),W("border-bottom-width",md),W("border-left-width",pd),W("border-top-color",hd),W("border-right-color",gd),W("border-bottom-color",yd),W("border-left-color",wd),W("border-style",Rd),W("border-top-style",Sd),W("border-right-style",vd),W("border-bottom-style",Ld),W("border-left-style",Cd),W("border-collapse",Td),W("border-block-start",Pd),W("border-block-end",Fd),W("border-inline-start",Bd),W("border-inline-end",Ad),W("margin",Md),W("margin-top",kd),W("margin-right",Id),W("margin-bottom",Nd),W("margin-left",Ed),W("margin-block-start",Dd),W("margin-block-end",Od),W("margin-inline-start",Wd),W("margin-inline-end",Ud),W("padding",Hd),W("padding-top",zd),W("padding-right",Gd),W("padding-bottom",jd),W("padding-left",$d),W("padding-block-start",Vd),W("padding-block-end",_d),W("padding-inline-start",Yd),W("padding-inline-end",Xd),W("width",qd),W("min-width",Kd),W("max-width",Zd),W("height",Qd),W("min-height",Jd),W("max-height",xf),W("font-size",ef),W("line-height",tf),W("z-index",nf),W("font-family",df),W("font-style",af),W("font-variant",rf),W("font-variant-numeric",of),W("font-weight",sf),W("position",ff),W("top",cf),W("right",lf),W("bottom",uf),W("left",bf),W("text-align",mf),W("text-decoration",pf),W("text-decoration-line",hf),W("text-decoration-color",gf),W("text-decoration-style",yf),W("letter-spacing",vf),W("text-indent",Rf),W("text-transform",Sf),W("float",wf),W("overflow-wrap",Pf),W("word-wrap",Ff),W("text-shadow",Bf),W("list-style-type",Af),W("content",Mf),W("transform",(t,x)=>{x.transform=t}),W("background-size",Hf),W("background-position",zf),W("background-origin",Gf),W("background-repeat",jf),W("background-clip",$f),W("background-image",Vf),W("background",_f),W("object-fit",Yf),W("clip-path",qf),W("grid-template-columns",xc),W("grid-template-rows",ec),W("grid-auto-flow",tc),W("gap",nc),W("row-gap",rc),W("column-gap",oc),W("opacity",ac))}sc();var Lu=new Set(["border","border-color","border-style","border-width","border-radius","margin","padding","background","font","text-decoration","flex","gap"]),F7=new Map;function dc(t){if(F7.has(t))return F7.get(t);let x=ks(t);return x&&F7.set(t,x),x}function fc(t,x,e,n){let r={};for(let[i,s]of Object.entries(t))r[i.toLowerCase()]=s.trim();let o=[],a=[];for(let[i,s]of Object.entries(r))Lu.has(i)?o.push([i,s]):a.push([i,s]);for(let[i,s]of o){let d=dc(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}for(let[i,s]of a){let d=dc(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}}function cc(t){let x={};if(!t||typeof t!="string")return x;let e=t.split(";");for(let n of e){let r=n.indexOf(":");if(r===-1)continue;let o=n.substring(0,r).trim(),a=n.substring(r+1).trim();o&&a&&(x[o]=a)}return x}var tn=class{static resolveInheritedProperties(x,e){return{color:x.color??e.color,fontSize:x.fontSize,lineHeight:j0(x.lineHeight),fontFamily:x.fontFamily??e.fontFamily,fontStyle:x.fontStyle??e.fontStyle,fontVariant:x.fontVariant??e.fontVariant,fontWeight:x.fontWeight??e.fontWeight,letterSpacing:x.letterSpacing??e.letterSpacing,textDecorationLine:x.textDecorationLine??e.textDecorationLine,textDecorationColor:x.textDecorationColor??e.textDecorationColor,textDecorationStyle:x.textDecorationStyle??e.textDecorationStyle,overflowWrap:x.overflowWrap??e.overflowWrap,textIndent:x.textIndent??e.textIndent??0,textTransform:x.textTransform??e.textTransform??"none",listStyleType:x.listStyleType??e.listStyleType??"disc"}}};var nn=class{constructor(x,e){this.fontSize=x;this.rootFontSize=e}resolveLengthInput(x){return Bo(x,this.fontSize,this.rootFontSize)}resolveNumberLike(x){return N0(x,this.fontSize,this.rootFontSize)}resolveShadowLength(x,e=!1){let n=this.resolveNumberLike(x);return n===void 0||e&&n<0?0:n}createLengthAssigner(x){return e=>{let n=this.resolveLengthInput(e);n!==void 0&&x(n)}}createNumberAssigner(x){return e=>{let n=this.resolveNumberLike(e);n!==void 0&&x(n)}}};var we=class t{static resolveTrackSizeInputToAbsolute(x,e,n){return x.kind==="fixed"?{kind:"fixed",size:N0(x.size,e,n)??0}:x.kind==="flex"?{kind:"flex",flex:x.flex,min:N0(x.min,e,n),max:N0(x.max,e,n)}:{kind:"auto",min:N0(x.min,e,n),max:N0(x.max,e,n)}}static resolveTrackDefinitionsInput(x,e,n){if(x)return x.map(r=>r.kind==="repeat"?{kind:"repeat",count:r.count,track:t.resolveTrackSizeInputToAbsolute(r.track,e,n)}:r.kind==="repeat-auto"?{kind:"repeat-auto",mode:r.mode,track:t.resolveTrackSizeInputToAbsolute(r.track,e,n)}:t.resolveTrackSizeInputToAbsolute(r,e,n))}};function Cu(t){switch(t){case"left":return"left";case"right":return"right";case"none":return"none";default:return}}function Tu(t){let x;switch(t){case"span":case"a":case"strong":case"em":case"b":case"s":case"strike":case"del":case"label":case"code":case"small":case"time":case"i":case"u":case"sub":case"sup":case"mark":case"abbr":case"cite":case"dfn":case"kbd":case"q":case"tt":x="inline";break;case"table":x="table";break;case"tbody":case"thead":case"tfoot":x="table-row-group";break;case"tr":x="table-row";break;case"td":case"th":x="table-cell";break;case"caption":x="table-caption";break;case"div":case"section":case"main":case"article":case"header":case"footer":case"nav":case"p":case"ul":case"ol":case"li":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":x="block";break;default:x="block";break}return I("style","trace","defaultDisplayForTag",{tag:t,display:x}),x}var Pu={small:.8,big:1.2};function Fu(t,x,e){let{fontSize:n,marginTop:r,marginRight:o,marginBottom:a,marginLeft:i,paddingTop:s,paddingRight:d,paddingBottom:f,paddingLeft:c,borderTop:l,borderRight:u,borderBottom:p,borderLeft:m,...h}=t,b={...h},g=y=>N0(y,x,e);return n!==void 0&&(b.fontSize=g(n)??x),r!==void 0&&(b.marginTop=g(r)),o!==void 0&&(b.marginRight=g(o)),a!==void 0&&(b.marginBottom=g(a)),i!==void 0&&(b.marginLeft=g(i)),s!==void 0&&(b.paddingTop=g(s)),d!==void 0&&(b.paddingRight=g(d)),f!==void 0&&(b.paddingBottom=g(f)),c!==void 0&&(b.paddingLeft=g(c)),l!==void 0&&(b.borderTop=g(l)),u!==void 0&&(b.borderRight=g(u)),p!==void 0&&(b.borderBottom=g(p)),m!==void 0&&(b.borderLeft=g(m)),b}function ex(t,x,e,n,r){let o=t.tagName.toLowerCase(),a=xe.getDefaultsForElement(o),i=Tx.createBaseDefaults(),s=Tx.mergeElementDefaults(i,a),d=tn.resolveInheritedProperties(e,s),f={},c={};for(let L of x)if(L.match(t)){I("style","debug","CSS rule matched",{selector:L.selector,declarations:L.declarations}),L.declarations.display&&I("style","debug","Display declaration found",{selector:L.selector,display:L.declarations.display});let $={};for(let[x0,o0]of Object.entries(L.declarations))x0.startsWith("--")?$[x0]=o0:$[x0.toLowerCase()]=o0;Object.assign(c,$)}let l=cc(t.getAttribute("style")??"");Object.keys(l).length>0&&I("style","debug","inline style applied",{declarations:l}),Object.assign(c,l);let u=e.customProperties?e.customProperties.clone():new Yx;u=_o(c).inherit(u),I("style","debug","custom properties",{count:u.size,keys:u.keys()});let m=Yo(c,u);fc(m,f,n,d.fontWeight??s.fontWeight);let h=s.display??Tu(o),b=f.display??h;I("style","debug","computeStyleForElement display",{tagName:o,styleInitDisplay:f.display,defaultDisplay:h,finalDisplay:b}),o==="table"?b!=="table"&&(I("style","debug","Forcing table display",{tagName:o,originalDisplay:b}),b="table"):o==="thead"||o==="tbody"||o==="tfoot"?b!=="table-row-group"&&(I("style","debug","Forcing table-row-group display",{tagName:o,originalDisplay:b}),b="table-row-group"):o==="tr"?b!=="table-row"&&(I("style","debug","Forcing table-row display",{tagName:o,originalDisplay:b}),b="table-row"):(o==="td"||o==="th")&&b!=="table-cell"&&(I("style","debug","Forcing table-cell display",{tagName:o,originalDisplay:b}),b="table-cell");let g=Cu(f.float),y=a.fontWeight!==void 0,w=a.fontStyle!==void 0,S=i.lineHeight??r0(),R=s.lineHeight??S,C=!Wo(R,S),P=r??e.fontSize,B=d.fontSize;if(f.fontSize!==void 0){let L=N0(f.fontSize,d.fontSize,P);L!==void 0&&(B=L)}else{let L=N0(s.fontSize,d.fontSize,P);L!==void 0&&(B=L);let $=Pu[o];$!==void 0&&(B=(d.fontSize??16)*$)}let E=Fu(s,B,P),F={customProperties:u,...E,color:d.color,fontSize:B,lineHeight:j0(C?R:d.lineHeight),fontFamily:d.fontFamily,fontStyle:w?s.fontStyle:d.fontStyle,fontWeight:y?s.fontWeight:g0(d.fontWeight),overflowWrap:d.overflowWrap,textIndent:d.textIndent??s.textIndent??0,textTransform:d.textTransform??"none",letterSpacing:d.letterSpacing??s.letterSpacing,listStyleType:d.listStyleType??s.listStyleType??"disc",display:b,float:g??"none",borderModel:f.borderModel??s.borderModel};f.lineHeight!==void 0&&(F.lineHeight=Oo(f.lineHeight,B,P));let M=new nn(B,P),T=(L,$)=>{M.createLengthAssigner($)(L)},D=(L,$)=>{M.createNumberAssigner($)(L)};if(f.position!==void 0&&(F.position=f.position),f.top!==void 0&&T(f.top,L=>F.top=L),f.right!==void 0&&T(f.right,L=>F.right=L),f.bottom!==void 0&&T(f.bottom,L=>F.bottom=L),f.left!==void 0&&T(f.left,L=>F.left=L),f.zIndex!==void 0&&(F.zIndex=f.zIndex),f.color!==void 0&&(F.color=f.color),f.backgroundLayers!==void 0&&(F.backgroundLayers=f.backgroundLayers),f.clipPath!==void 0&&(F.clipPath=f.clipPath),f.borderColor!==void 0&&(F.borderColor=f.borderColor),f.borderStyleTop!==void 0&&(F.borderStyleTop=f.borderStyleTop),f.borderStyleRight!==void 0&&(F.borderStyleRight=f.borderStyleRight),f.borderStyleBottom!==void 0&&(F.borderStyleBottom=f.borderStyleBottom),f.borderStyleLeft!==void 0&&(F.borderStyleLeft=f.borderStyleLeft),f.boxShadows!==void 0&&(F.boxShadows=f.boxShadows.map(L=>({inset:L.inset,offsetX:M.resolveShadowLength(L.offsetX),offsetY:M.resolveShadowLength(L.offsetY),blurRadius:M.resolveShadowLength(L.blurRadius,!0),spreadRadius:M.resolveShadowLength(L.spreadRadius),color:L.color}))),f.textShadows!==void 0&&(F.textShadows=f.textShadows.map(L=>({offsetX:M.resolveShadowLength(L.offsetX),offsetY:M.resolveShadowLength(L.offsetY),blurRadius:M.resolveShadowLength(L.blurRadius,!0),color:L.color}))),f.fontFamily!==void 0&&(F.fontFamily=f.fontFamily),f.fontStyle!==void 0&&(F.fontStyle=f.fontStyle),f.fontVariant!==void 0&&(F.fontVariant=f.fontVariant),f.fontWeight!==void 0&&(F.fontWeight=g0(f.fontWeight)),f.overflowWrap!==void 0&&(F.overflowWrap=f.overflowWrap),f.marginTop!==void 0?T(f.marginTop,L=>F.marginTop=L):F.marginTop=N0(s.marginTop,B,P),f.marginRight!==void 0?T(f.marginRight,L=>F.marginRight=L):F.marginRight=N0(s.marginRight,B,P),f.marginBottom!==void 0?T(f.marginBottom,L=>F.marginBottom=L):F.marginBottom=N0(s.marginBottom,B,P),f.marginLeft!==void 0?T(f.marginLeft,L=>F.marginLeft=L):F.marginLeft=N0(s.marginLeft,B,P),f.paddingTop!==void 0&&T(f.paddingTop,L=>F.paddingTop=L),f.paddingRight!==void 0&&T(f.paddingRight,L=>F.paddingRight=L),f.paddingBottom!==void 0&&T(f.paddingBottom,L=>F.paddingBottom=L),f.paddingLeft!==void 0&&T(f.paddingLeft,L=>F.paddingLeft=L),f.borderTop!==void 0&&T(f.borderTop,L=>F.borderTop=L),f.borderRight!==void 0&&T(f.borderRight,L=>F.borderRight=L),f.borderBottom!==void 0&&T(f.borderBottom,L=>F.borderBottom=L),f.borderLeft!==void 0&&T(f.borderLeft,L=>F.borderLeft=L),f.borderTopLeftRadiusX!==void 0&&D(f.borderTopLeftRadiusX,L=>F.borderTopLeftRadiusX=L),f.borderTopLeftRadiusY!==void 0&&D(f.borderTopLeftRadiusY,L=>F.borderTopLeftRadiusY=L),f.borderTopRightRadiusX!==void 0&&D(f.borderTopRightRadiusX,L=>F.borderTopRightRadiusX=L),f.borderTopRightRadiusY!==void 0&&D(f.borderTopRightRadiusY,L=>F.borderTopRightRadiusY=L),f.borderBottomRightRadiusX!==void 0&&D(f.borderBottomRightRadiusX,L=>F.borderBottomRightRadiusX=L),f.borderBottomRightRadiusY!==void 0&&D(f.borderBottomRightRadiusY,L=>F.borderBottomRightRadiusY=L),f.borderBottomLeftRadiusX!==void 0&&D(f.borderBottomLeftRadiusX,L=>F.borderBottomLeftRadiusX=L),f.borderBottomLeftRadiusY!==void 0&&D(f.borderBottomLeftRadiusY,L=>F.borderBottomLeftRadiusY=L),f.width!==void 0&&T(f.width,L=>F.width=L),f.minWidth!==void 0&&T(f.minWidth,L=>F.minWidth=L),f.maxWidth!==void 0&&T(f.maxWidth,L=>F.maxWidth=L),f.height!==void 0&&T(f.height,L=>F.height=L),f.minHeight!==void 0&&T(f.minHeight,L=>F.minHeight=L),f.maxHeight!==void 0&&T(f.maxHeight,L=>F.maxHeight=L),f.trackListColumns!==void 0){let L=we.resolveTrackDefinitionsInput(f.trackListColumns,B,P);L&&(F.trackListColumns=L)}if(f.trackListRows!==void 0){let L=we.resolveTrackDefinitionsInput(f.trackListRows,B,P);L&&(F.trackListRows=L)}f.autoFlow!==void 0&&(F.autoFlow=f.autoFlow),f.rowGap!==void 0&&D(f.rowGap,L=>F.rowGap=L),f.columnGap!==void 0&&D(f.columnGap,L=>F.columnGap=L),f.justifyContent!==void 0&&(F.justifyContent=f.justifyContent),f.alignItems!==void 0&&(F.alignItems=f.alignItems),f.alignContent!==void 0&&(F.alignContent=f.alignContent),f.alignSelf!==void 0&&(F.alignSelf=f.alignSelf),f.flexDirection!==void 0&&(F.flexDirection=f.flexDirection),f.flexWrap!==void 0&&(F.flexWrap=f.flexWrap),f.textAlign!==void 0&&(F.textAlign=f.textAlign),f.textIndent!==void 0&&T(f.textIndent,L=>F.textIndent=L),f.textTransform!==void 0&&(F.textTransform=f.textTransform),f.letterSpacing!==void 0&&D(f.letterSpacing,L=>F.letterSpacing=L),f.listStyleType!==void 0&&(F.listStyleType=f.listStyleType),f.transform!==void 0&&(F.transform=f.transform),f.objectFit!==void 0&&(F.objectFit=f.objectFit),f.opacity!==void 0&&(F.opacity=f.opacity);let O=s.textDecorationLine??"none",U=d.textDecorationLine??O;a.textDecorationLine!==void 0&&(U=a.textDecorationLine),f.textDecorationLine!==void 0&&(U=f.textDecorationLine),F.textDecorationLine=U;let X=f.textDecorationColor!==void 0?lc(f.textDecorationColor):void 0;X===void 0&&(X=a.textDecorationColor!==void 0?lc(a.textDecorationColor):void 0),X===void 0&&d.textDecorationColor!==void 0&&(X=d.textDecorationColor),X!==void 0&&(F.textDecorationColor=X);let q=s.textDecorationStyle??"solid",Z=d.textDecorationStyle??q;if(a.textDecorationStyle!==void 0&&(Z=a.textDecorationStyle),f.textDecorationStyle!==void 0&&(Z=f.textDecorationStyle),F.textDecorationStyle=Z,o==="em"||o==="strong"){let L={tagName:o,elementDefaultsFontStyle:a.fontStyle,mergedFontStyle:s.fontStyle,finalFontStyle:F.fontStyle};I("style","debug","element fontStyle",L)}return new $0(F)}function lc(t){if(t===void 0)return;let x=t.trim();if(!x)return;let e=x.toLowerCase();if(e!=="inherit"){if(e==="initial")return"currentcolor";if(!(e==="unset"||e==="revert"||e==="revert-layer"))return e==="currentcolor"?"currentcolor":x}}var V6=class{static calculateDimensions(x,e,n){let r=x,o=e;if(n.scale&&n.scale>0)r=Math.max(1,Math.round(x*n.scale)),o=Math.max(1,Math.round(e*n.scale));else if(n.maxWidth||n.maxHeight){let a=Math.min(n.maxWidth?n.maxWidth/x:1/0,n.maxHeight?n.maxHeight/e:1/0);a>0&&a<1&&(r=Math.max(1,Math.round(x*a)),o=Math.max(1,Math.round(e*a)))}return{targetWidth:r,targetHeight:o}}static resizeNN(x,e,n,r,o,a){if(e===r&&n===o)return x;let i=new Uint8Array(r*o*a),s=e/r,d=n/o;for(let f=0;f<o;f++){let l=Math.min(n-1,Math.floor(f*d))*e*a,u=f*r*a;for(let p=0;p<r;p++){let m=Math.min(e-1,Math.floor(p*s)),h=l+m*a,b=u+p*a;for(let g=0;g<a;g++)i[b+g]=x[h+g]}}return i}};var rn=class t extends V6{static{this.SOI_MARKER=65496}static{this.EOI_MARKER=65497}static{this.SOF0_MARKER=65472}async decode(x,e={}){let n=new DataView(x);if(n.getUint16(0,!1)!==t.SOI_MARKER)throw new Error("Invalid JPEG: missing SOI marker");let r=2,o=0,a=0,i=3,s=8;for(;r+4<x.byteLength;){let l=n.getUint16(r,!1);if(r+=2,l===t.EOI_MARKER)break;let u=n.getUint16(r,!1);if(l===t.SOF0_MARKER){s=n.getUint8(r+2),a=n.getUint16(r+3,!1),o=n.getUint16(r+5,!1),i=n.getUint8(r+7);break}r+=u}if(o===0||a===0)throw new Error("Invalid JPEG: missing SOF0 marker");let{targetWidth:d,targetHeight:f}=t.calculateDimensions(o,a,e),c=x.slice(0);return{width:d,height:f,format:"jpeg",channels:i,bitsPerChannel:s,data:c}}};async function Bu(t){if(typeof DecompressionStream<"u"){let x=new DecompressionStream("deflate-raw"),e=new Blob([t.buffer]).stream().pipeThrough(x),n=await new Response(e).arrayBuffer();return new Uint8Array(n)}else{let{inflateRawSync:x}=await Promise.resolve().then(()=>(Jx(),Qx));return x(t)}}async function Au(t){if(typeof DecompressionStream<"u"){let x=new DecompressionStream("deflate"),e=new Blob([t.buffer]).stream().pipeThrough(x),n=await new Response(e).arrayBuffer();return new Uint8Array(n)}else{let{inflateSync:x}=await Promise.resolve().then(()=>(Jx(),Qx));return x(t)}}function uc(t,x,e){let n=8/e,r=Math.floor(x/n),o=x%n,a=8-e*(o+1),i=(1<<e)-1;return t[r]>>a&i}function Mu(t,x){let e=(1<<x)-1;return Math.round(t/e*255)}function ku(t,x,e){let n=t+x-e,r=Math.abs(n-t),o=Math.abs(n-x),a=Math.abs(n-e);return r<=o&&r<=a?t:o<=a?x:e}var on=class t extends V6{static{this.PNG_SIGNATURE=[137,80,78,71,13,10,26,10]}constructor(x={}){super(),this.decompression={inflateRaw:x.inflateRaw??Bu,inflateZlib:x.inflateZlib??Au}}async decode(x,e={}){let n=new DataView(x);t.validateSignature(n);let{metadata:r,idatChunks:o}=t.parseChunks(x,n);t.validateMetadata(r);let a=await this.decompressImageData(o),i=t.decodeScanlines(a,r),{targetWidth:s,targetHeight:d}=t.calculateDimensions(r.width,r.height,e),f=t.resizeNN(i,r.width,r.height,s,d,4);return{width:s,height:d,format:"png",channels:4,bitsPerChannel:8,data:f.buffer}}static validateSignature(x){for(let e=0;e<t.PNG_SIGNATURE.length;e++)if(x.getUint8(e)!==t.PNG_SIGNATURE[e])throw new Error("Invalid PNG signature")}static parseChunks(x,e){let n=8,r=[],o={palette:null,transparency:null},a=!1,i=!1;for(;n<x.byteLength;){if(n+8>x.byteLength)throw new Error("Incomplete chunk header");let s=e.getUint32(n,!1),d=String.fromCharCode(e.getUint8(n+4),e.getUint8(n+5),e.getUint8(n+6),e.getUint8(n+7)),f=n+8;if(n+12+s>x.byteLength)throw new Error(`Chunk ${d} extends beyond file boundary`);switch(d){case"IHDR":t.parseIHDR(e,f,o);break;case"PLTE":if(a)throw new Error("PLTE chunk must appear before IDAT");t.parsePLTE(x,f,s,o);break;case"tRNS":if(a)throw new Error("tRNS chunk must appear before IDAT");t.parseTRNS(x,f,s,o);break;case"IDAT":a=!0,r.push(new Uint8Array(x,f,s));break;case"IEND":i=!0,n+=12+s;break;default:break}if(i)break;n+=12+s}if(!i)throw new Error("Missing IEND chunk");if(!a)throw new Error("Missing IDAT chunk");return{metadata:o,idatChunks:r}}static parseIHDR(x,e,n){n.width=x.getUint32(e,!1),n.height=x.getUint32(e+4,!1),n.bitDepth=x.getUint8(e+8),n.colorType=x.getUint8(e+9);let r=x.getUint8(e+10),o=x.getUint8(e+11);if(n.interlaceMethod=x.getUint8(e+12),r!==0)throw new Error("Unsupported compression method");if(o!==0)throw new Error("Unsupported filter method")}static parsePLTE(x,e,n,r){if(n%3!==0)throw new Error("Invalid PLTE chunk length");if(n/3>256)throw new Error("PLTE has too many entries");r.palette=new Uint8Array(x,e,n)}static parseTRNS(x,e,n,r){r.transparency=new Uint8Array(x,e,n)}static validateMetadata(x){if(!x.width||!x.height)throw new Error("Missing or invalid IHDR chunk");if(x.colorType===3&&!x.palette)throw new Error("Indexed color PNG missing PLTE chunk");if(x.interlaceMethod!==0)throw new Error("Interlaced PNGs are not supported");if(!{0:[1,2,4,8,16],2:[8,16],3:[1,2,4,8],4:[8,16],6:[8,16]}[x.colorType]?.includes(x.bitDepth))throw new Error(`Invalid bit depth ${x.bitDepth} for color type ${x.colorType}`)}async decompressImageData(x){let e=x.reduce((a,i)=>a+i.length,0),n=new Uint8Array(e),r=0;for(let a of x)n.set(a,r),r+=a.length;let o=(n[0]&15)===8;try{return o?await this.decompression.inflateZlib(n):await this.decompression.inflateRaw(n.slice(2,-4))}catch(a){throw new Error(`Decompression failed: ${a}`)}}static decodeScanlines(x,e){let{width:n,height:r,bitDepth:o,colorType:a}=e,i=t.getChannelCount(a),s=o*i,d=Math.ceil(s*n/8),f=Math.max(1,Math.ceil(s/8)),c=new Uint8Array(n*r*4),l=new Uint8Array(d),u=0;for(let p=0;p<r;p++){let m=x[u++],h=x.subarray(u,u+d);u+=d;let b=t.reconstructRow(h,l,m,f);t.convertRowToRGBA(b,c,p,n,e),l=b}return c}static getChannelCount(x){return{0:1,2:3,3:1,4:2,6:4}[x]}static reconstructRow(x,e,n,r){let o=new Uint8Array(x.length);for(let a=0;a<x.length;a++){let i=a>=r?o[a-r]:0,s=e[a],d=a>=r?e[a-r]:0,f;switch(n){case 0:f=x[a];break;case 1:f=x[a]+i;break;case 2:f=x[a]+s;break;case 3:f=x[a]+(i+s>>>1);break;case 4:f=x[a]+ku(i,s,d);break;default:throw new Error(`Invalid filter type: ${n}`)}o[a]=f&255}return o}static convertRowToRGBA(x,e,n,r,o){let{colorType:a,bitDepth:i,palette:s,transparency:d}=o;switch(a){case 0:t.convertGrayscale(x,e,n,r,i,d);break;case 2:t.convertRGB(x,e,n,r,i,d);break;case 3:t.convertIndexed(x,e,n,r,i,s,d);break;case 4:t.convertGrayscaleAlpha(x,e,n,r,i);break;case 6:t.convertRGBA(x,e,n,r,i);break}}static convertGrayscale(x,e,n,r,o,a){for(let i=0;i<r;i++){let s;if(o===8)s=x[i];else if(o===16)s=x[i*2];else{let f=uc(x,i,o);s=Mu(f,o)}let d=(n*r+i)*4;e[d]=s,e[d+1]=s,e[d+2]=s,e[d+3]=a&&s===a[1]?0:255}}static convertRGB(x,e,n,r,o,a){let i=o===16?6:3,s=o===16?2:1;for(let d=0;d<r;d++){let f=d*i,c=(n*r+d)*4,l=x[f],u=x[f+s],p=x[f+s*2];e[c]=l,e[c+1]=u,e[c+2]=p;let m=a&&l===a[1]&&u===a[3]&&p===a[5];e[c+3]=m?0:255}}static convertIndexed(x,e,n,r,o,a,i){for(let s=0;s<r;s++){let d=o===8?x[s]:uc(x,s,o),f=d*3,c=(n*r+s)*4;e[c]=a[f],e[c+1]=a[f+1],e[c+2]=a[f+2],e[c+3]=i&&d<i.length?i[d]:255}}static convertGrayscaleAlpha(x,e,n,r,o){let a=o===16?4:2,i=o===16?2:1;for(let s=0;s<r;s++){let d=s*a,f=(n*r+s)*4,c=x[d],l=x[d+i];e[f]=c,e[f+1]=c,e[f+2]=c,e[f+3]=l}}static convertRGBA(x,e,n,r,o){let a=o===16?8:4,i=o===16?2:1;for(let s=0;s<r;s++){let d=s*a,f=(n*r+s)*4;e[f]=x[d],e[f+1]=x[d+i],e[f+2]=x[d+i*2],e[f+3]=x[d+i*3]}}};var an=class{validateHeader(x){if(x.getString(4)!=="RIFF")throw new Error("Invalid WebP: Missing RIFF header");if(x.getUint32(!0),x.getString(4)!=="WEBP")throw new Error("Invalid WebP: Missing WEBP signature")}parseChunks(x){let e=[];for(;x.hasMore();){let n=x.getString(4),r=x.getUint32(!0),o=x.getView(r);e.push({fourCC:n,size:r,data:o}),r%2===1&&x.hasMore()&&x.seek(x.tell()+1)}return e}};var Iu=[17,18,0,1,2,3,4,5,16,6,7,8,9,10,11,12,13,14,15],Nu=5,sn=class{readHuffmanCodes(x){let e=[];for(let n=0;n<Nu;n++){let r=n===4?40:280;e[n]=this.readHuffmanCode(x,r)}return e}readHuffmanCode(x,e){if(x.readBits(1))return this.readSimpleHuffmanCode(x);let r=new Array(19).fill(0),o=4+x.readBits(4);for(let s=0;s<o;s++)r[Iu[s]]=x.readBits(3);let a=this.buildHuffmanTree(r),i=this.readCodeLengths(x,a,e);return this.buildHuffmanTree(i)}readSimpleHuffmanCode(x){let e=x.readBits(1)+1,n=[],o=x.readBits(1)?8:1;return n.push(x.readBits(o)),e===2&&n.push(x.readBits(o)),this.buildSimpleHuffman(n)}readCodeLengths(x,e,n){let r=new Array(n).fill(0),o=0;for(;o<n;){let a=this.readSymbol(x,e);if(a<16)r[o++]=a;else{let i=0,s=0;a===16?(i=3+x.readBits(2),s=r[o-1]):a===17?i=3+x.readBits(3):a===18&&(i=11+x.readBits(7));for(let d=0;d<i&&o<n;d++)r[o++]=s}}return r}buildSimpleHuffman(x){return x.length===1?{codes:[{symbol:x[0],length:0,code:0}],maxLength:0}:{codes:[{symbol:x[0],length:1,code:0},{symbol:x[1],length:1,code:1}],maxLength:1}}buildHuffmanTree(x){let e=x.filter(s=>s>0&&Number.isFinite(s)),n=e.length>0?Math.max(...e):0,r=[];if(n===0)return{codes:[],maxLength:0,lookupTable:new Map};let o=new Array(n+1).fill(0),a=new Array(n+1).fill(0);for(let s of x)s>0&&Number.isFinite(s)&&o[s]++;a[1]=0;for(let s=2;s<=n;s++)a[s]=a[s-1]+o[s-1]<<1;let i=new Map;for(let s=0;s<x.length;s++){let d=x[s];if(d>0&&Number.isFinite(d)){let f=a[d];r.push({symbol:s,length:d,code:f});let c=f<<4|d;i.set(c,s),a[d]++}}return{codes:r,maxLength:n,lookupTable:i}}readSymbol(x,e){if(e.maxLength===0)return e.codes[0].symbol;if(e.lookupTable){let n=0;for(let r=0;r<e.maxLength;r++){n=n<<1|x.readBits(1);let o=n<<4|r+1,a=e.lookupTable.get(o);if(a!==void 0)return a}}for(let n of e.codes){let r=0;for(let o=0;o<n.length;o++)r=r<<1|x.readBits(1);if(r===n.code)return n.symbol}return 0}};var Eu=47,dn=class{constructor(){this.huffmanDecoder=new sn}decodeVp8l(x,e,n,r){let o=new fn(x.data);if(o.readBits(8)!==Eu)throw new Error("Invalid VP8L signature");let i=o.readBits(14)+1,s=o.readBits(14)+1,d=o.readBits(3);if(d!==0)throw new Error(`Unsupported VP8L version: ${d}`);let f=o.readBits(1);for(;f;){let h=o.readBits(2);if(h===0||h===1){let b=o.readBits(3)+2,g=this.subSampleSize(i,b),y=this.subSampleSize(s,b);this.skipTransformImage(o,g,y)}f=o.readBits(1)}let c=this.huffmanDecoder.readHuffmanCodes(o),l=this.decodePixelData(o,i,s,c),{targetWidth:u,targetHeight:p}=n(i,s,e),m=r(l,i,s,u,p,4);return{width:u,height:p,format:"webp",channels:4,bitsPerChannel:8,data:m.buffer}}decodePixelData(x,e,n,r){let o=new Uint8Array(e*n*4),a=0,i=e*n;for(let s=0;s<i;s++){let d=this.huffmanDecoder.readSymbol(x,r[0]);if(d<256){let f=this.huffmanDecoder.readSymbol(x,r[1]),c=this.huffmanDecoder.readSymbol(x,r[2]),l=this.huffmanDecoder.readSymbol(x,r[3]);o[a++]=f,o[a++]=d,o[a++]=c,o[a++]=l}else{let f=d-256,c=this.getLengthFromSymbol(f,x),l=this.huffmanDecoder.readSymbol(x,r[4]),u=this.getDistanceFromSymbol(l,x);for(let p=0;p<c&&s+p<i;p++){let m=a-u*4;m>=0&&(o[a++]=o[m],o[a++]=o[m+1],o[a++]=o[m+2],o[a++]=o[m+3])}s+=c-1}}return o}subSampleSize(x,e){return x+(1<<e)-1>>e}skipTransformImage(x,e,n){try{this.huffmanDecoder.readHuffmanCodes(x)}catch{let o=Math.min(e*n*4,1e4);for(let a=0;a<o&&x.hasMore();a++)x.readBits(1);return}let r=e*n;for(let o=0;o<Math.min(r*4,1e4)&&x.hasMore();o++)x.readBits(1)}getLengthFromSymbol(x,e){if(x<4)return x+1;let n=x-2>>1;return(2+(x&1)<<n)+e.readBits(n)+1}getDistanceFromSymbol(x,e){if(x<4)return x+1;let n=x-2>>1;return(2+(x&1)<<n)+e.readBits(n)+1}decodeVp8x(x,e,n,r,o){if((new Uint8Array(x.data.buffer,x.data.byteOffset,x.data.byteLength)[0]&2)!==0)throw new Error("Animated WebP is not supported");let d=e.find(c=>c.fourCC==="VP8L");if(d)return this.decodeVp8l(d,n,r,o);throw e.find(c=>c.fourCC==="VP8 ")?new Error("VP8 (lossy) WebP format is not yet supported"):new Error("No image data found in VP8X container")}};var Du=new TextDecoder("ascii"),B7=class{constructor(x){this.offset=0;this.view=new DataView(x)}seek(x){if(x<0||x>this.view.byteLength)throw new RangeError(`Seek offset ${x} out of bounds [0, ${this.view.byteLength}]`);this.offset=x}tell(){return this.offset}hasMore(){return this.offset<this.view.byteLength}getUint8(){this.checkBounds(1);let x=this.view.getUint8(this.offset);return this.offset+=1,x}getUint16(x=!1){this.checkBounds(2);let e=this.view.getUint16(this.offset,x);return this.offset+=2,e}getUint32(x=!1){this.checkBounds(4);let e=this.view.getUint32(this.offset,x);return this.offset+=4,e}getString(x){this.checkBounds(x);let e=new Uint8Array(this.view.buffer,this.view.byteOffset+this.offset,x);return this.offset+=x,Du.decode(e)}getView(x){this.checkBounds(x);let e=new DataView(this.view.buffer,this.view.byteOffset+this.offset,x);return this.offset+=x,e}checkBounds(x){if(this.offset+x>this.view.byteLength)throw new RangeError(`Read beyond buffer bounds: ${this.offset+x} > ${this.view.byteLength}`)}},fn=class{constructor(x){this.bytePos=0;this.bitPos=0;this.view=x}readBits(x){if(x>32)throw new Error("Cannot read more than 32 bits at once");let e=0;for(let n=0;n<x;n++){if(this.bytePos>=this.view.byteLength)return e;let o=this.view.getUint8(this.bytePos)>>this.bitPos&1;e|=o<<n,this.bitPos++,this.bitPos===8&&(this.bitPos=0,this.bytePos++)}return e}hasMore(){return this.bytePos<this.view.byteLength}peekBits(x){let e=this.bytePos,n=this.bitPos,r=this.readBits(x);return this.bytePos=e,this.bitPos=n,r}},A7=class{static calculateDimensions(x,e,n){let r=x,o=e;if(n.scale&&n.scale>0)r=Math.max(1,Math.round(x*n.scale)),o=Math.max(1,Math.round(e*n.scale));else if(n.maxWidth||n.maxHeight){let a=Math.min(n.maxWidth?n.maxWidth/x:1/0,n.maxHeight?n.maxHeight/e:1/0);a>0&&a<1&&(r=Math.max(1,Math.round(x*a)),o=Math.max(1,Math.round(e*a)))}return{targetWidth:r,targetHeight:o}}static resizeNN(x,e,n,r,o,a){if(e===r&&n===o)return x;let i=new Uint8Array(r*o*a),s=e/r,d=n/o;for(let f=0;f<o;f++){let l=Math.min(n-1,Math.floor(f*d))*e*a,u=f*r*a;for(let p=0;p<r;p++){let m=Math.min(e-1,Math.floor(p*s)),h=l+m*a,b=u+p*a;for(let g=0;g<a;g++)i[b+g]=x[h+g]}}return i}},cn=class t extends A7{constructor(){super(...arguments);this.riffParser=new an;this.vp8lDecoder=new dn}async decode(e,n={}){let r=new B7(e);this.riffParser.validateHeader(r);let o=this.riffParser.parseChunks(r),a=o.find(d=>d.fourCC==="VP8X");if(a)return this.vp8lDecoder.decodeVp8x(a,o,n,t.calculateDimensions,t.resizeNN);let i=o.find(d=>d.fourCC==="VP8L");if(i)return this.vp8lDecoder.decodeVp8l(i,n,t.calculateDimensions,t.resizeNN);throw o.find(d=>d.fourCC==="VP8 ")?new Error("VP8 (lossy) WebP format is not yet supported"):new Error("Unsupported WebP format: No recognized image chunk found")}};var M7=class{async load(x){throw new Error("NodeEnvironment is not available in browser builds")}},k7=class{async inflateRaw(x){throw new Error("NodeEnvironment compression is not available in browser builds")}},m6=class{constructor(){this.loader=new M7;this.compression=new k7}resolveLocal(){throw new Error("NodeEnvironment resolveLocal is not available in browser builds")}now(){return typeof performance<"u"?performance.now():Date.now()}getEnv(x){}fileURLToPath(){throw new Error("NodeEnvironment fileURLToPath is not available in browser builds")}pathToFileURL(){throw new Error("NodeEnvironment pathToFileURL is not available in browser builds")}pathResolve(){throw new Error("NodeEnvironment pathResolve is not available in browser builds")}pathJoin(){throw new Error("NodeEnvironment pathJoin is not available in browser builds")}pathDirname(){throw new Error("NodeEnvironment pathDirname is not available in browser builds")}pathIsAbsolute(){throw new Error("NodeEnvironment pathIsAbsolute is not available in browser builds")}};var Ox=class t{constructor(x){this.imageCache=new Map;this.jpegDecoder=new rn;this.pngDecoder=new on;this.webpDecoder=new cn;this.env=x??Ou()}static getInstance(x){return t.instance||(t.instance=new t(x)),t.instance}async loadImage(x,e){let n=this.normalizeSource(x),r=this.generateCacheKey(n,e);if(this.imageCache.has(r))return this.imageCache.get(r);try{let o=await this.env.loader.load(n),a=await this.decodeImage(o,e);return this.imageCache.set(r,a),a}catch(o){throw new Error(`Failed to load image from ${n}: ${o instanceof Error?o.message:String(o)}`)}}async decodeImage(x,e){let n=this.detectImageFormat(x);switch(n){case"jpeg":return this.jpegDecoder.decode(x,e);case"png":return this.pngDecoder.decode(x,e);case"gif":return this.decodeGif(x,e);case"webp":return this.decodeWebp(x,e);default:throw new Error(`Unsupported image format: ${n}`)}}detectImageFormat(x){let e=new DataView(x);if(x.byteLength>=3&&e.getUint8(0)===255&&e.getUint8(1)===216&&e.getUint8(2)===255)return"jpeg";if(x.byteLength>=8&&e.getUint8(0)===137&&e.getUint8(1)===80&&e.getUint8(2)===78&&e.getUint8(3)===71&&e.getUint8(4)===13&&e.getUint8(5)===10&&e.getUint8(6)===26&&e.getUint8(7)===10)return"png";if(x.byteLength>=6&&new TextDecoder().decode(x.slice(0,6)).startsWith("GIF"))return"gif";if(x.byteLength>=12&&e.getUint32(0,!1)===1380533830&&e.getUint32(8,!1)===1464156752)return"webp";throw new Error("Unknown image format")}decodeGif(x,e){let n=e?.maxWidth||100,r=e?.maxHeight||100,o=n*r,a=new ArrayBuffer(o*4);return{width:n,height:r,format:"gif",channels:4,bitsPerChannel:8,data:a}}async decodeWebp(x,e){return this.webpDecoder.decode(x,e)}generateCacheKey(x,e){let n=e?`_${e.maxWidth||0}_${e.maxHeight||0}_${e.scale||1}`:"_default";return`${x}${n}`}clearCache(){this.imageCache.clear()}normalizeSource(x){return x}};function Ou(){let t=po();if(t)return t;if(typeof process<"u"&&!!process.versions?.node)return new m6;throw new Error("Environment not provided to ImageService and no global __PAGYRA_ENV__ set")}function Wx(t){let x="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=t.replace(/[^A-Za-z0-9+/=]/g,""),n=[],r=0,o=0;for(let a of e){if(a==="=")break;let i=x.indexOf(a);i!==-1&&(r=r<<6|i,o+=6,o>=8&&(o-=8,n.push(r>>o&255)))}return new Uint8Array(n)}function I7(t,x){let e=t.trim();if(!e||/^data:/i.test(e))return e;try{let n=new URL(e);return n.protocol==="file:",n.href}catch{}if(e.startsWith("/")){if(x.environment?.resolveLocal){let r=x.environment.resolveLocal(e,x.assetRootDir||x.resourceBaseDir||void 0);return I("image-converter","debug","resolveImageSource - resolving absolute path via resolveLocal:",{src:t,trimmed:e,assetRootDir:x.assetRootDir,resolved:r}),r}let n=x.assetRootDir&&x.environment?.pathResolve?x.environment.pathResolve(x.assetRootDir,`.${e}`):e;return I("image-converter","debug","resolveImageSource - resolving absolute path:",{src:t,trimmed:e,assetRootDir:x.assetRootDir,resolved:n}),n}return x.environment?.resolveLocal?x.environment.resolveLocal(e,x.resourceBaseDir||x.assetRootDir||void 0):x.environment?.pathIsAbsolute&&x.environment.pathIsAbsolute(e)?e:x.resourceBaseDir&&x.environment?.pathResolve?x.environment.pathResolve(x.resourceBaseDir,e):e}function bc(t){return/^https?:\/\//i.test(t)}function Wu(t){if(!t)return null;try{let x=new URL(t);if(x.protocol==="http:"||x.protocol==="https:")return x}catch{}return null}function Uu(t){let x=new Map,e=[t.assetRootDir,t.resourceBaseDir];for(let n of e){let r=Wu(n);if(r){let o=r.origin;x.has(o)||x.set(o,r)}}return Array.from(x.values())}function N7(t,x){if(!bc(t))return!1;try{let e=new URL(t);return e.protocol!=="http:"&&e.protocol!=="https:"?!1:Uu(x).some(r=>r.origin===e.origin)}catch{return!1}}async function mc(t,x,e,n){let r=ex(t,x,e,n.units,n.rootFontSize),a=(t.getAttribute("href")??t.getAttribute("xlink:href")??t.getAttribute("src")??"")?.trim()??"",i=t.getAttribute("width"),s=t.getAttribute("height"),d=i&&Number.parseFloat(i)||void 0,f=s&&Number.parseFloat(s)||void 0;if(!a){let p=new w0(r,[],{tagName:"img"});return p.intrinsicInlineSize=d??100,p.intrinsicBlockSize=f??100,p}let c=I7(a,n),l;try{let p=Ox.getInstance(n.environment);if(bc(c)&&!N7(c,n))throw new Error(`Remote images are not supported (${c})`);if(c.startsWith("data:")){let m=c.match(/^data:image\/(.+);base64,(.+)$/);if(!m)throw new Error("Invalid data URI");let b=Wx(m[2]).slice();l=await p.decodeImage(b.buffer,{maxWidth:d,maxHeight:f})}else l=await p.loadImage(c,{maxWidth:d,maxHeight:f});I("render-tree","debug","Image loaded successfully",{src:a,resolvedSrc:c,width:l.width,height:l.height,format:l.format})}catch(p){I("render-tree","warn",`Failed to load image: ${a}. Using placeholder.`,{resolvedSrc:c,error:p instanceof Error?p.message:String(p)});let m=new w0(r,[],{tagName:"img"});return m.intrinsicInlineSize=d??100,m.intrinsicBlockSize=f??100,m}let u=new w0(r,[],{tagName:"img",customData:{image:{originalSrc:a,resolvedSrc:c,info:l}}});return u.intrinsicInlineSize=l.width,u.intrinsicBlockSize=l.height,kt.processImage(u,l),d&&f?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=f):d?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=Math.round(l.height/l.width*d)):f&&(u.intrinsicBlockSize=f,u.intrinsicInlineSize=Math.round(l.width/l.height*f)),u}var ln=class{constructor(){this.parsers=new Map}register(x,e){this.parsers.set(x.toLowerCase(),e)}parse(x,e){let n=x.tagName.toLowerCase(),r=this.parsers.get(n);return r?r(x,e):(e.warn(`Unsupported <${n}> element ignored.`),null)}has(x){return this.parsers.has(x.toLowerCase())}};function Hu(t){return typeof t=="object"&&t!==null&&"tagName"in t&&"getAttribute"in t&&"nodeType"in t}function pc(t){return Hu(t),t}function hc(t,x={}){let e=x.warn??(()=>{}),n=pc(t);if(n.tagName.toLowerCase()!=="svg")return e("Expected <svg> root element."),null;let r={warn:e},a=(x.registry??M0).parse(n,r);return!a||a.type!=="svg"?(e("Unable to parse <svg> element."),null):a}function zu(t,x,e){return(e??M0).parse(pc(t),x)}function Gu(t,x){let e=un(t,"svg",x);if(!e)return null;let n=xb(t.getAttribute("viewBox")),r=a0(t.getAttribute("width")),o=a0(t.getAttribute("height"));return{...e,type:"svg",width:r,height:o,viewBox:n}}function ju(t,x){let e=un(t,"g",x);return e?{...e,type:"g"}:null}function $u(t,x){let e=un(t,"defs",x);return e?{...e,type:"defs"}:null}function Vu(t){return{..._0(t,"rect"),type:"rect",x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),width:a0(t.getAttribute("width")),height:a0(t.getAttribute("height")),rx:a0(t.getAttribute("rx")),ry:a0(t.getAttribute("ry"))}}function _u(t){return{..._0(t,"circle"),type:"circle",cx:a0(t.getAttribute("cx")),cy:a0(t.getAttribute("cy")),r:a0(t.getAttribute("r"))}}function Yu(t){return{..._0(t,"ellipse"),type:"ellipse",cx:a0(t.getAttribute("cx")),cy:a0(t.getAttribute("cy")),rx:a0(t.getAttribute("rx")),ry:a0(t.getAttribute("ry"))}}function Xu(t){return{..._0(t,"line"),type:"line",x1:a0(t.getAttribute("x1")),y1:a0(t.getAttribute("y1")),x2:a0(t.getAttribute("x2")),y2:a0(t.getAttribute("y2"))}}function qu(t){return{..._0(t,"path"),type:"path",d:t.getAttribute("d")??void 0}}function Ku(t){return{..._0(t,"polyline"),type:"polyline",points:wc(t.getAttribute("points"))}}function Zu(t){return{..._0(t,"polygon"),type:"polygon",points:wc(t.getAttribute("points"))}}function Qu(t){let x=_0(t,"text"),n=(t.textContent??"").replace(/\s+/g," ").trim();return n?{...x,type:"text",text:n,x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),fontSize:a0(t.getAttribute("font-size")),fontFamily:t.getAttribute("font-family")??void 0,textAnchor:Ju(t.getAttribute("text-anchor"))}:null}function Ju(t){if(!t)return;let x=t.trim().toLowerCase();if(x==="start"||x==="middle"||x==="end")return x}function un(t,x,e){let n=_0(t,x),r=[];for(let o of Array.from(t.children)){let a=zu(o,e);a&&r.push(a)}return{...n,type:x,children:r}}function _0(t,x){let e={};if(typeof t.getAttributeNames=="function")for(let i of t.getAttributeNames()){let s=t.getAttribute(i);s!==null&&(e[i]=s)}else{let i=t.attributes??[];for(let s of Array.from(i)){let d=s.value;d!==null&&(e[s.name]=d)}}let n=t.getAttribute("class"),r=n?n.split(/\s+/).filter(Boolean):[],o=t.getAttribute("transform")??void 0,a=o&&hx(o)||void 0;return{type:x,id:t.getAttribute("id")??void 0,classes:r,attributes:e,transform:o,transformMatrix:a}}function a0(t){if(!t)return;let x=t.trim();if(x.length===0)return;let e=x.match(/^(-?\d+(\.\d+)?)([a-z%]*)$/i);if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isFinite(n))return;let r=e[3]??"";if(!(r&&r!=="px"))return n}function xb(t){if(!t)return;let x=t.trim().split(/[\s,]+/).map(e=>Number.parseFloat(e));if(!(x.length!==4||x.some(e=>!Number.isFinite(e))))return{minX:x[0],minY:x[1],width:x[2],height:x[3]}}function eb(t){return{..._0(t,"image"),type:"image",x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),width:a0(t.getAttribute("width")),height:a0(t.getAttribute("height")),href:t.getAttribute("href")||t.getAttribute("xlink:href")||void 0,preserveAspectRatio:t.getAttribute("preserveAspectRatio")||void 0}}function tb(t){return{..._0(t,"use"),type:"use",x:a0(t.getAttribute("x")),y:a0(t.getAttribute("y")),width:a0(t.getAttribute("width")),height:a0(t.getAttribute("height")),href:t.getAttribute("href")||t.getAttribute("xlink:href")||void 0}}function nb(t,x){let e=un(t,"clippath",x);if(!e)return null;let n=t.getAttribute("clipPathUnits");return{...e,type:"clippath",clipPathUnits:n==="objectBoundingBox"?"objectBoundingBox":"userSpaceOnUse"}}function rb(t,x){let e=_0(t,"lineargradient"),n=gc(t,x);return{...e,type:"lineargradient",x1:a0(t.getAttribute("x1"))??0,y1:a0(t.getAttribute("y1"))??0,x2:a0(t.getAttribute("x2"))??1,y2:a0(t.getAttribute("y2"))??0,gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:yc(t.getAttribute("spreadMethod")),stops:n}}function ob(t,x){let e=_0(t,"radialgradient"),n=gc(t,x);return{...e,type:"radialgradient",cx:a0(t.getAttribute("cx"))??.5,cy:a0(t.getAttribute("cy"))??.5,r:a0(t.getAttribute("r"))??.5,fx:a0(t.getAttribute("fx")),fy:a0(t.getAttribute("fy")),gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:yc(t.getAttribute("spreadMethod")),stops:n}}function gc(t,x){let e=[];for(let n of Array.from(t.children))if(n.tagName.toLowerCase()==="stop"){let r=ab(n.getAttribute("offset")),o=n.getAttribute("stop-color")||"#000000",a=ib(n.getAttribute("stop-opacity"));r!==void 0&&e.push({offset:r,color:o,opacity:a})}return e}function ab(t){if(!t)return;let x=t.trim();if(x.endsWith("%")){let n=Number.parseFloat(x.slice(0,-1));return Number.isFinite(n)?n/100:void 0}let e=Number.parseFloat(x);return Number.isFinite(e)?e:void 0}function ib(t){if(!t)return;let x=Number.parseFloat(t.trim());return Number.isFinite(x)&&x>=0&&x<=1?x:void 0}function yc(t){if(!t)return;let x=t.trim().toLowerCase();if(x==="pad"||x==="reflect"||x==="repeat")return x}function wc(t){if(!t)return;let x=t.trim();if(!x)return;let e=[];for(let r of x.split(/[\s,]+/)){if(!r)continue;let o=Number.parseFloat(r);if(!Number.isFinite(o))return;e.push(o)}if(e.length%2!==0)return;let n=[];for(let r=0;r<e.length;r+=2)n.push({x:e[r],y:e[r+1]});return n}var M0=new ln;M0.register("svg",Gu);M0.register("g",ju);M0.register("defs",$u);M0.register("rect",Vu);M0.register("circle",_u);M0.register("ellipse",Yu);M0.register("line",Xu);M0.register("path",qu);M0.register("polyline",Ku);M0.register("polygon",Zu);M0.register("text",Qu);M0.register("image",eb);M0.register("use",tb);M0.register("clippath",nb);M0.register("lineargradient",rb);M0.register("radialgradient",ob);var E7=class{constructor(){this.elements=new Map;this.registerDefaults()}registerDefaults(){this.elements.set("input",{tagName:"input",isFormControl:!0,attributeExtractors:["type","value","checked","disabled","placeholder","name","id","min","max","step","accept","multiple","readonly","required"]}),this.elements.set("select",{tagName:"select",isFormControl:!0,attributeExtractors:["multiple","disabled","name","id","required"]}),this.elements.set("textarea",{tagName:"textarea",isFormControl:!0,attributeExtractors:["rows","cols","disabled","placeholder","name","id","maxlength","minlength","readonly","required","wrap"]}),this.elements.set("button",{tagName:"button",isFormControl:!0,attributeExtractors:["type","disabled","name","id","value"]})}register(x,e){this.elements.set(x.toLowerCase(),e)}getConfig(x){return this.elements.get(x.toLowerCase())}isFormElement(x){return this.getConfig(x)?.isFormControl??!1}},D7=new E7;function sb(t){let x=(t||"text").toLowerCase();return["text","password","email","number","tel","url","search","date","time","color","range","checkbox","radio","file","hidden"].includes(x)?x:"text"}function db(t){let x=(t||"button").toLowerCase();return["submit","reset","button"].includes(x)?x:"button"}function wx(t,x){return t.hasAttribute?.(x)===!0&&t.getAttribute(x)!=="false"}function fb(t){let x=[],e=t.querySelectorAll?.("option")??[];for(let n of e)x.push({value:n.getAttribute("value")??n.textContent??"",text:n.textContent??"",selected:wx(n,"selected"),disabled:wx(n,"disabled")});return x}function Rc(t,x){if(!D7.getConfig(x))return null;let n=wx(t,"disabled"),r=t.getAttribute("name")??void 0,o=t.getAttribute("id")??void 0,a=wx(t,"required");switch(x.toLowerCase()){case"input":{let i=t.getAttribute("type"),s=sb(i),d=t.getAttribute("value")??void 0,f=t.getAttribute("placeholder")??void 0,c=s==="checkbox"||s==="radio"?wx(t,"checked"):void 0,l=t.getAttribute("min")??void 0,u=t.getAttribute("max")??void 0,p=t.getAttribute("step")??void 0,m=s==="file"?t.getAttribute("accept")??void 0:void 0,h=s==="file"?wx(t,"multiple"):void 0,b=wx(t,"readonly");return{kind:"input",inputType:s,value:d,placeholder:f,isChecked:c,isDisabled:n,isRequired:a,name:r,id:o,min:l,max:u,step:p,accept:m,multiple:h,readonly:b}}case"select":{let i=wx(t,"multiple");return{kind:"select",options:fb(t),isMultiple:i,isDisabled:n,isRequired:a,name:r,id:o}}case"textarea":{let i=parseInt(t.getAttribute("rows")||"3",10),s=parseInt(t.getAttribute("cols")||"20",10),d=t.getAttribute("value")??t.textContent??"",f=t.getAttribute("placeholder")??void 0,c=parseInt(t.getAttribute("maxlength")||"0",10)||void 0,l=parseInt(t.getAttribute("minlength")||"0",10)||void 0,u=t.getAttribute("wrap")||"soft",p=wx(t,"readonly");return{kind:"textarea",value:d,placeholder:f,rows:i,cols:s,maxlength:c,minlength:l,wrap:u,isDisabled:n,isRequired:a,name:r,id:o,readonly:p}}case"button":{let i=db(t.getAttribute("type")),s=t.getAttribute("value")??t.textContent??"";return{kind:"button",buttonType:i,value:s,isDisabled:n,name:r,id:o}}default:return null}}function Tc(t,x){let e=t,n=x==="previous"?r=>r.previousSibling:r=>r.nextSibling;for(;e;){if(e.nodeType===e.TEXT_NODE){if((e.textContent??"").replace(/\s+/g,"").length>0)return e}else if(e.nodeType===e.ELEMENT_NODE){let r=e.tagName.toLowerCase();if(!["script","style","meta","link"].includes(r))return e}e=n(e)}return null}function cb(t){return Tc(t.previousSibling,"previous")!==null}function lb(t){return Tc(t.nextSibling,"next")!==null}function ub(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function Sc(t,x){if(x.whiteSpace==="pre"||x.whiteSpace==="pre-wrap")return!0;let e=t.length>0?t[t.length-1]:null;return!!e&&ub(e.style.display)}function bb(t){let x=t.trim();if(!x)return"";if(x.startsWith("url(")&&x.endsWith(")")){let e=x.slice(4,-1).trim();return(e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"'))&&(e=e.slice(1,-1)),e}return x.startsWith("'")&&x.endsWith("'")||x.startsWith('"')&&x.endsWith('"')?x.slice(1,-1):x}function mb(t){return/^data:/i.test(t)}function pb(t){return/^https?:\/\//i.test(t)}function vc(t){if(!t)return;let x=Number.parseInt(t,10);return Number.isFinite(x)&&x>0?x:void 0}async function hb(t,x){let e=Ox.getInstance(x.environment),n=I7(t,x);if(pb(n)&&!N7(n,x))return I("dom-converter","warn",`Skipping remote background image (${n}); remote assets are not supported.`),null;try{let r;if(mb(n)){let o=n.match(/^data:image\/(.+);base64,(.+)$/);if(!o)return I("dom-converter","warn",`Unsupported data URI format for background image: ${t}`),null;let i=Wx(o[2]).slice();r=await e.decodeImage(i.buffer)}else r=await e.loadImage(n);return{info:r,resolvedSrc:n}}catch(r){return I("dom-converter","warn",`Failed to load background image ${t}:`,r instanceof Error?r.message:String(r)),null}}async function Lc(t,x){if(!(!t.backgroundLayers||t.backgroundLayers.length===0))for(let e of t.backgroundLayers){if(e.kind!=="image"||e.imageInfo)continue;let n=bb(e.url);if(!n)continue;let r=await hb(n,x);r&&(e.originalUrl=n,e.resolvedUrl=r.resolvedSrc,e.imageInfo=r.info)}}async function Re(t,x,e,n){let r=t;if(I("dom-converter","debug",`convertDomNode - entering function for node type: ${t.nodeType}, tagName: ${r.tagName||"text node"}`),t.nodeType===t.TEXT_NODE){let p=(t.textContent??"").replace(/\s+/g," ").normalize("NFC"),m=p.trim(),h=cb(t),b=lb(t);if(m.length===0){if(!(h&&b))return null;I("dom-converter","debug","convertDomNode - processing text node: (single space)");let C=new $0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:j0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,letterSpacing:e.letterSpacing,wordSpacing:e.wordSpacing,textDecorationLine:e.textDecorationLine,textDecorationColor:e.textDecorationColor,textDecorationStyle:e.textDecorationStyle,textTransform:e.textTransform,transform:e.transform,textShadows:e.textShadows});return new w0(C,[],{textContent:" ",customData:{preserveLeadingSpace:!0,preserveTrailingSpace:!0}})}let g=m,y=p.startsWith(" ")&&h,w=p.endsWith(" ")&&b;y&&(g=" "+g),w&&(g=g+" "),I("dom-converter","debug","convertDomNode - processing text node:",g.substring(0,50)+(g.length>50?"...":""));let S=new $0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:j0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,letterSpacing:e.letterSpacing,wordSpacing:e.wordSpacing,textDecorationLine:e.textDecorationLine,textDecorationColor:e.textDecorationColor,textDecorationStyle:e.textDecorationStyle,textTransform:e.textTransform,transform:e.transform,textShadows:e.textShadows});return new w0(S,[],{textContent:g,customData:{preserveLeadingSpace:y,preserveTrailingSpace:w}})}if(t.nodeType!==t.ELEMENT_NODE)return null;let o=t,a=o.tagName.toLowerCase();if(I("dom-converter","debug",`convertDomNode - processing element: ${a}, with style attr: ${o.getAttribute("style")}`),a==="script"||a==="style")return null;if(a==="img")return await mc(o,x,e,n);if(a==="svg"){let u=ex(o,x,e,n.units,n.rootFontSize);I("dom-converter","debug","convertDomNode - computed style backgroundLayers:",u.backgroundLayers);let p=hc(o,{warn:h=>I("svg-parser","warn",h)});if(!p)return new w0(u,[],{tagName:a});let m=gb(p,o);return new w0(u,[],{tagName:a,intrinsicInlineSize:m.width,intrinsicBlockSize:m.height,customData:{svg:{root:p,intrinsicWidth:m.width,intrinsicHeight:m.height,resourceBaseDir:n?.resourceBaseDir,assetRootDir:n?.assetRootDir}}})}if(a==="br"){let u=new $0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:j0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,textTransform:e.textTransform});return new w0(u,[],{textContent:`
45
+ `})}if(D7.isFormElement(a)){let u=Rc(o,a);if(u){let p=ex(o,x,e,n.units,n.rootFontSize);await Lc(p,n);let m={tagName:a},h=o.getAttribute("id");return h?m.customData={id:h,formControl:u}:m.customData={formControl:u},new w0(p,[],m)}}let i=ex(o,x,e,n.units,n.rootFontSize);await Lc(i,n),I("dom-converter","debug","convertDomNode - computed style backgroundLayers:",i.backgroundLayers),o.tagName.toLowerCase()==="div"&&o.getAttribute("style")?.includes("linear-gradient")&&I("dom-converter","debug","Found div with gradient style!");let s=[],d="",f=o.childNodes;if(!f)return new w0(i,[],{tagName:a});for(let u of Array.from(f)){if(u.nodeType===u.TEXT_NODE){d+=u.textContent??"";continue}if(d){let m=d.replace(/\s+/g," ").normalize("NFC");if(m.trim().length===0&&(m=Sc(s,i)?" ":""),m){let h=m.startsWith(" "),b=m.endsWith(" ");s.push(new w0(new $0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:j0(i.lineHeight),fontFamily:i.fontFamily,fontWeight:i.fontWeight,fontStyle:i.fontStyle,letterSpacing:i.letterSpacing,wordSpacing:i.wordSpacing,overflowWrap:i.overflowWrap,whiteSpace:i.whiteSpace,textDecorationLine:i.textDecorationLine,textDecorationColor:i.textDecorationColor,textDecorationStyle:i.textDecorationStyle,textTransform:i.textTransform,transform:i.transform,textShadows:i.textShadows}),[],{textContent:m,customData:{preserveLeadingSpace:h,preserveTrailingSpace:b}}))}d=""}let p=await Re(u,x,i,n);p&&s.push(p)}if(d){let u=d.replace(/\s+/g," ").normalize("NFC");if(u.trim().length===0&&(u=Sc(s,i)?" ":""),u){let p=u.startsWith(" "),m=u.endsWith(" ");s.push(new w0(new $0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:j0(i.lineHeight),fontFamily:i.fontFamily,fontWeight:i.fontWeight,fontStyle:i.fontStyle,letterSpacing:i.letterSpacing,wordSpacing:i.wordSpacing,overflowWrap:i.overflowWrap,whiteSpace:i.whiteSpace,textDecorationLine:i.textDecorationLine,textDecorationColor:i.textDecorationColor,textDecorationStyle:i.textDecorationStyle,textTransform:i.textTransform,transform:i.transform,textShadows:i.textShadows}),[],{textContent:u,customData:{preserveLeadingSpace:p,preserveTrailingSpace:m}}))}}let c=o.getAttribute("id"),l={tagName:a};return(a==="td"||a==="th")&&(l.tableColSpan=vc(o.getAttribute("colspan"))??1,l.tableRowSpan=vc(o.getAttribute("rowspan"))??1),c&&(l.customData={...l.customData,id:c}),new w0(i,s,l)}function gb(t,x){let e=t.width,n=t.height;return t.viewBox&&((!e||e<=0)&&(e=t.viewBox.width),(!n||n<=0)&&(n=t.viewBox.height)),(!e||e<=0)&&(e=Cc(x.getAttribute("width"))??100),(!n||n<=0)&&(n=Cc(x.getAttribute("height"))??e),{width:Number.isFinite(e)&&e>0?e:100,height:Number.isFinite(n)&&n>0?n:100}}function Cc(t){if(!t)return;let x=Number.parseFloat(t);return Number.isFinite(x)?x:void 0}function cx(t,x,e){t&&(t.x+=x,t.y+=e)}function yb(t,x,e){t&&(t.image&&(cx(t.image.rect,x,e),cx(t.image.originRect,x,e)),t.gradient&&(cx(t.gradient.rect,x,e),cx(t.gradient.originRect,x,e)))}function bn(t,x,e,n){let r=[t];for(;r.length>0;){let o=r.pop();if(I("layout","trace","offset render tree box",{tagName:o.tagName,textContent:o.textContent,x:o.contentBox.x,y:o.contentBox.y,width:o.contentBox.width,height:o.contentBox.height}),cx(o.contentBox,x,e),cx(o.paddingBox,x,e),cx(o.borderBox,x,e),cx(o.visualOverflow,x,e),o.clipPath&&o.clipPath.points)for(let a of o.clipPath.points)a.x+=x,a.y+=e;o.markerRect&&cx(o.markerRect,x,e),yb(o.background,x,e);for(let a of o.links)cx(a.rect,x,e);for(let a of o.textRuns)a.lineMatrix&&(a.lineMatrix.e+=x,a.lineMatrix.f+=e);for(let a of o.children)r.push(a)}}function Pc(t,x){let{pageHeight:e,margins:n,headerHeightPx:r=0,footerHeightPx:o=0}=x,a=Number.isFinite(e)&&e>0?e:1,i=Number.isFinite(n.top)&&n.top>0?n.top:0,s=Number.isFinite(n.bottom)&&n.bottom>0?n.bottom:0,d=i+r,f=s+o,c=d+f,l=a-c>0?a-c:a,u=b=>{if(!Number.isFinite(b))return b;if(b<=0)return b+d;let g=Math.floor(b/l),y=b-g*l;return g*a+d+y},p=b=>{b&&(b.y=u(b.y))},m=b=>{b&&(b.image&&(p(b.image.rect),p(b.image.originRect)),b.gradient&&(p(b.gradient.rect),p(b.gradient.originRect)))},h=[t];for(;h.length>0;){let b=h.pop();if(p(b.contentBox),p(b.paddingBox),p(b.borderBox),p(b.visualOverflow),b.clipPath&&b.clipPath.points)for(let g of b.clipPath.points)g.y=u(g.y);b.markerRect&&p(b.markerRect),m(b.background);for(let g of b.links)p(g.rect);for(let g of b.textRuns)g.lineMatrix&&(g.lineMatrix.f=u(g.lineMatrix.f));for(let g of b.children)h.push(g)}}var _6=class{constructor(x){this.fontRegistry=x;this.rawTableAccessors=new WeakMap}async resolve(x,e,n){let r=await this.fontRegistry.ensureFontResource(x,e,n);return this.toUnifiedFont(r,x,e,n)??this.createFallbackFont(x,e,n)}resolveSync(x,e,n){let r=this.fontRegistry.ensureFontResourceSync(x,e,n);return this.toUnifiedFont(r,x,e,n)}createFallbackFont(x,e,n){return{metrics:{metrics:{unitsPerEm:1e3,ascender:800,descender:-200,lineGap:0,capHeight:700,xHeight:500},glyphMetrics:new Map([[0,{advanceWidth:500,leftSideBearing:0}]]),cmap:{getGlyphId:()=>0,hasCodePoint:()=>!1,unicodeMap:new Map}},program:{sourceFormat:"ttf",unitsPerEm:1e3,glyphCount:1},css:{family:x,weight:e??400,style:n??"normal"}}}toUnifiedFont(x,e,n,r){let o=x.metrics;if(!o)return;let a=this.lookupRawTableAccessor(x);return{metrics:{metrics:o.metrics,glyphMetrics:o.glyphMetrics,cmap:o.cmap,headBBox:o.headBBox,kerning:o.kerning},program:{sourceFormat:"ttf",unitsPerEm:o.metrics.unitsPerEm,glyphCount:o.glyphMetrics.size,getGlyphOutline:o.getGlyphOutline,getRawTableData:a},css:{family:e,weight:n??400,style:r??"normal"}}}lookupRawTableAccessor(x){let e=x.embedded?.subset;if(!e||e.byteLength<12)return;let n=this.rawTableAccessors.get(x);if(n)return n;let r=wb(e);return this.rawTableAccessors.set(x,r),r}};function wb(t){let x=Rb(t);return e=>x.get(e)??null}function Rb(t){let x=new Map;if(t.byteLength<12)return x;let e=new DataView(t.buffer,t.byteOffset,t.byteLength),n=e.getUint16(4,!1);for(let r=0;r<n;r++){let o=12+r*16;if(o+16>t.byteLength)break;let a=String.fromCharCode(t[o],t[o+1],t[o+2],t[o+3]),i=e.getUint32(o+8,!1),s=e.getUint32(o+12,!1);i+s>t.byteLength||x.set(a,t.subarray(i,i+s))}return x}function Sb(t){return!Number.isFinite(t)||t<=0?0:t>=1?1:t}function Fc(t){return!Number.isFinite(t)||t<=0?0:Math.ceil(t)}function Bc(t,x){let e=t.width+x*2,n=t.height+x*2;return e<=0||n<=0?{x:t.x+t.width/2,y:t.y+t.height/2,width:0,height:0}:{x:t.x-x,y:t.y-x,width:e,height:n}}function mn(t,x){return t>x?t:x}function vb(t,x,e,n){if(t<e.x||x<e.y||t>e.x+e.width||x>e.y+e.height)return!1;let r=mn(n.topLeft.x,n.bottomLeft.x),o=mn(n.topRight.x,n.bottomRight.x),a=mn(n.topLeft.y,n.topRight.y),i=mn(n.bottomLeft.y,n.bottomRight.y);if(t>=e.x+r&&t<=e.x+e.width-o||x>=e.y+a&&x<=e.y+e.height-i)return!0;if(t<e.x+n.topLeft.x&&x<e.y+n.topLeft.y&&n.topLeft.x>0&&n.topLeft.y>0){let s=e.x+n.topLeft.x,d=e.y+n.topLeft.y,f=(t-s)/n.topLeft.x,c=(x-d)/n.topLeft.y;return f*f+c*c<=1}if(t>e.x+e.width-n.topRight.x&&x<e.y+n.topRight.y&&n.topRight.x>0&&n.topRight.y>0){let s=e.x+e.width-n.topRight.x,d=e.y+n.topRight.y,f=(t-s)/n.topRight.x,c=(x-d)/n.topRight.y;return f*f+c*c<=1}if(t>e.x+e.width-n.bottomRight.x&&x>e.y+e.height-n.bottomRight.y&&n.bottomRight.x>0&&n.bottomRight.y>0){let s=e.x+e.width-n.bottomRight.x,d=e.y+e.height-n.bottomRight.y,f=(t-s)/n.bottomRight.x,c=(x-d)/n.bottomRight.y;return f*f+c*c<=1}if(t<e.x+n.bottomLeft.x&&x>e.y+e.height-n.bottomLeft.y&&n.bottomLeft.x>0&&n.bottomLeft.y>0){let s=e.x+n.bottomLeft.x,d=e.y+e.height-n.bottomLeft.y,f=(t-s)/n.bottomLeft.x,c=(x-d)/n.bottomLeft.y;return f*f+c*c<=1}return!1}function Lb(t){let x=t>0?t:1e-4,e=Math.max(1,Math.ceil(x*3)),n=e*2+1,r=new Float32Array(n),o=1/(Math.sqrt(2*Math.PI)*x),a=2*x*x,i=0;for(let s=-e;s<=e;s++){let d=o*Math.exp(-(s*s)/a);r[s+e]=d,i+=d}return{kernel:r,radius:e,sum:i}}function Cb(t,x,e,n){if(n<=0)return t;let{kernel:r,radius:o,sum:a}=Lb(n),i=new Float32Array(x*e);for(let d=0;d<e;d++){let f=d*x;for(let c=0;c<x;c++){let l=0,u=0;for(let p=-o;p<=o;p++){let m=Math.min(x-1,Math.max(0,c+p)),h=r[p+o];l+=t[f+m]*h,u+=h}i[f+c]=l/(u||a)}}let s=new Uint8Array(x*e);for(let d=0;d<x;d++)for(let f=0;f<e;f++){let c=0,l=0;for(let p=-o;p<=o;p++){let m=Math.min(e-1,Math.max(0,f+p)),h=r[p+o];c+=i[m*x+d]*h,l+=h}let u=c/(l||a);s[f*x+d]=u<0?0:u>255?255:u}return s}function Ac(t,x,e,n,r){let o=Math.max(0,n),a=Bc(t,r),i=Tb(x,r),s=Bc(a,o),d=Fc(s.width),f=Fc(s.height);if(d===0||f===0)return null;let c=new Uint8Array(d*f),l={x:a.x-s.x,y:a.y-s.y,width:a.width,height:a.height};for(let R=0;R<f;R++){let C=R+.5;for(let P=0;P<d;P++){let k=P+.5,B=vb(k,C,l,i);c[R*d+P]=B?255:0}}let u=o>0?Math.max(.5,o/2):0,p=Cb(c,d,f,u),[m,h,b]=Pb(e.r,e.g,e.b),g=Sb(e.a??1),y=new Uint8Array(d*f*4),w=0;for(let R=0;R<p.length;R++){y[w++]=m,y[w++]=h,y[w++]=b;let C=Math.round(p[R]*g);y[w++]=C<0?0:C>255?255:C}return{image:{src:`internal:shadow:${Math.random().toString(36).slice(2)}`,width:d,height:f,format:"png",channels:4,bitsPerComponent:8,data:y.buffer},drawRect:s}}function Tb(t,x){let e=n=>Number.isFinite(n)&&n>0?n:0;return{topLeft:{x:e(t.topLeft.x+x),y:e(t.topLeft.y+x)},topRight:{x:e(t.topRight.x+x),y:e(t.topRight.y+x)},bottomRight:{x:e(t.bottomRight.x+x),y:e(t.bottomRight.y+x)},bottomLeft:{x:e(t.bottomLeft.x+x),y:e(t.bottomLeft.y+x)}}}function O7(t){let x=Math.min(1,Math.max(0,t>1?t/255:t));return(x<=.04045?x/12.92:Math.pow((x+.055)/1.055,2.4))*255}function W7(t){let x=Math.min(1,Math.max(0,t>1?t/255:t)),e=x<=.0031308?12.92*x:1.055*Math.pow(x,1/2.4)-.055;return Math.round(Math.min(255,Math.max(0,e*255)))}function Pb(t,x,e){let n=O7(t)/255,r=O7(x)/255,o=O7(e)/255,a=Math.max(n,r,o),i=Math.min(n,r,o),s=(n+r+o)/3,d=a-i,f=Math.min(1,d*1.08),c=d>0?f/d:1,l=s+(n-s)*c,u=s+(r-s)*c,p=s+(o-s)*c;return[W7(l),W7(u),W7(p)]}function Se(t){return{topLeft:{x:t.topLeft.x,y:t.topLeft.y},topRight:{x:t.topRight.x,y:t.topRight.y},bottomRight:{x:t.bottomRight.x,y:t.bottomRight.y},bottomLeft:{x:t.bottomLeft.x,y:t.bottomLeft.y}}}function Y6(t,x,e,n,r){return{topLeft:{x:Ux(t.topLeft.x-x),y:Ux(t.topLeft.y-r)},topRight:{x:Ux(t.topRight.x-x),y:Ux(t.topRight.y-e)},bottomRight:{x:Ux(t.bottomRight.x-n),y:Ux(t.bottomRight.y-e)},bottomLeft:{x:Ux(t.bottomLeft.x-n),y:Ux(t.bottomLeft.y-r)}}}function U7(t,x){let e=Se(t);return e.topLeft.x=tx(e.topLeft.x+x),e.topLeft.y=tx(e.topLeft.y+x),e.topRight.x=tx(e.topRight.x+x),e.topRight.y=tx(e.topRight.y+x),e.bottomRight.x=tx(e.bottomRight.x+x),e.bottomRight.y=tx(e.bottomRight.y+x),e.bottomLeft.x=tx(e.bottomLeft.x+x),e.bottomLeft.y=tx(e.bottomLeft.y+x),e}function Ux(t){return Number.isFinite(t)&&t>0?t:0}function tx(t){return Number.isFinite(t)?t<0?0:t:0}function z7(t,x,e){for(let n of x)if(n.boxShadows?.length)for(let r of n.boxShadows)r.inset===e&&Fb(r)&&(e?Ab(t,n,r):Bb(t,n,r))}function Fb(t){return H7(t.color.a??1)>0}function Bb(t,x,e){let n=kc(x.borderBox,e.offsetX,e.offsetY),r=Se(x.borderRadius),o=tx(e.blur),a=e.spread;if(o>0){let i=Ac(n,r,e.color,o,a);if(i){t.drawShadowImage(i.image,i.drawRect);return}}Mc(t,{mode:"outer",baseRect:n,baseRadius:r,color:e.color,blur:o,spread:a})}function Ab(t,x,e){let n=x.paddingBox??x.contentBox;if(!n)return;let r=kc(n,e.offsetX,e.offsetY),o=Y6(Se(x.borderRadius),x.border.top,x.border.right,x.border.bottom,x.border.left),a=tx(e.blur),i=e.spread;if(a===0&&i===0){t.fillRoundedRect(r,o,e.color);return}Mc(t,{mode:"inset",baseRect:r,baseRadius:o,color:e.color,blur:a,spread:i})}function Mc(t,x){let e=Mb(x);if(e.length){if(x.mode==="outer"){kb(t,x.baseRect,x.baseRadius,e);return}Ib(t,x.baseRect,x.baseRadius,e)}}function Mb(t){let{mode:x,color:e,blur:n,spread:r}=t,o=n>0?Math.max(2,Math.ceil(n/2)):1,a=Nb(o),i=H7(e.a??1),s=[];for(let d=0;d<o;d++){let f=o===1?0:x==="outer"?d/(o-1):(d+1)/o,c=r+n*f,l=a[d]??0;l<=0||s.push({expansion:c,color:{r:e.r,g:e.g,b:e.b,a:H7(i*l)}})}return s}function kb(t,x,e,n){for(let r of n){let o=Ic(x,r.expansion);if(o.width<=0||o.height<=0)continue;let a=U7(e,r.expansion);t.fillRoundedRect(o,a,r.color)}}function Ib(t,x,e,n){for(let r of n){let o=Math.max(0,r.expansion),a=Ic(x,-o);if(a.width<=0||a.height<=0)continue;let i=Se(e),s=U7(e,-o);t.fillRoundedRectDifference(x,i,a,s,r.color)}}function kc(t,x,e){return{x:t.x+x,y:t.y+e,width:t.width,height:t.height}}function Ic(t,x){let e=t.width+x*2,n=t.height+x*2;return e<=0||n<=0?{x:t.x+t.width/2,y:t.y+t.height/2,width:0,height:0}:{x:t.x-x,y:t.y-x,width:e,height:n}}function Nb(t){if(t<=1)return[1];let x=[],e=0;for(let n=0;n<t;n++){let r=t-n;x.push(r),e+=r}return x.map(n=>n/e)}function H7(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}function Oc(t){return t?new G7(t).parse():[]}var G7=class{constructor(x){this.index=0;this.source=x}parse(){let x=[],e=null,n=0,r=0,o=0,a=0,i=null,s=null,d=null,f=null;for(;this.skipSeparators(),!this.isDone();){let c=this.peekChar();if(c!==null&&Dc(c))e=c,this.index+=1;else if(!e)break;switch(e){case"M":case"m":{let l=e==="m",u=this.readCoordinatePair();if(!u)return x;for(n=l?n+u.x:u.x,r=l?r+u.y:u.y,o=n,a=r,x.push({type:"M",x:n,y:r}),i=s=null,d=f=null;;){this.skipSeparators();let p=this.peekChar();if(p===null||Dc(p))break;let m=this.readCoordinatePair();if(!m)return x;n=l?n+m.x:m.x,r=l?r+m.y:m.y,x.push({type:"L",x:n,y:r})}break}case"L":case"l":{let l=e==="l";for(;;){let u=this.readCoordinatePair();if(!u)break;n=l?n+u.x:u.x,r=l?r+u.y:u.y,x.push({type:"L",x:n,y:r})}i=s=null,d=f=null;break}case"H":case"h":{let l=e==="h";for(;;){let u=this.readNumber();if(u===null)break;n=l?n+u:u,x.push({type:"L",x:n,y:r})}i=s=null,d=f=null;break}case"V":case"v":{let l=e==="v";for(;;){let u=this.readNumber();if(u===null)break;r=l?r+u:u,x.push({type:"L",x:n,y:r})}i=s=null,d=f=null;break}case"C":case"c":{let l=e==="c";for(;;){let u=this.readCoordinatePair(),p=this.readCoordinatePair(),m=this.readCoordinatePair();if(!u||!p||!m)break;let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=l?n+p.x:p.x,y=l?r+p.y:p.y;n=l?n+m.x:m.x,r=l?r+m.y:m.y,x.push({type:"C",x1:h,y1:b,x2:g,y2:y,x:n,y:r}),i=g,s=y,d=f=null}break}case"S":case"s":{let l=e==="s";for(;;){let u=this.readCoordinatePair(),p=this.readCoordinatePair();if(!u||!p)break;let m=n,h=r;i!==null&&s!==null&&(m=n*2-i,h=r*2-s);let b=l?n+u.x:u.x,g=l?r+u.y:u.y;n=l?n+p.x:p.x,r=l?r+p.y:p.y,x.push({type:"C",x1:m,y1:h,x2:b,y2:g,x:n,y:r}),i=b,s=g,d=f=null}break}case"Q":case"q":{let l=e==="q";for(;;){let u=this.readCoordinatePair(),p=this.readCoordinatePair();if(!u||!p)break;let m=l?n+u.x:u.x,h=l?r+u.y:u.y,b=l?n+p.x:p.x,g=l?r+p.y:p.y,y=Nc(n,r,m,h,b,g);x.push(y),n=b,r=g,i=y.x2,s=y.y2,d=m,f=h}break}case"T":case"t":{let l=e==="t";for(;;){let u=this.readCoordinatePair();if(!u)break;let p=n,m=r;d!==null&&f!==null&&(p=n*2-d,m=r*2-f);let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=Nc(n,r,p,m,h,b);x.push(g),n=h,r=b,i=g.x2,s=g.y2,d=p,f=m}break}case"A":case"a":{let l=e==="a";for(;;){let u=this.readNumber(),p=this.readNumber(),m=this.readNumber(),h=this.readFlag(),b=this.readFlag(),g=this.readCoordinatePair();if(u===null||p===null||m===null||h===null||b===null||!g)break;let y=l?n+g.x:g.x,w=l?r+g.y:g.y,S=Eb(n,r,u,p,m,h===1,b===1,y,w);if(S.length===0)(n!==y||r!==w)&&x.push({type:"L",x:y,y:w});else for(let R of S)x.push({type:"C",x1:R[0],y1:R[1],x2:R[2],y2:R[3],x:R[4],y:R[5]});n=y,r=w,i=S.length>0?S[S.length-1][2]:null,s=S.length>0?S[S.length-1][3]:null,d=f=null}break}case"Z":case"z":{(n!==o||r!==a)&&x.push({type:"L",x:o,y:a}),x.push({type:"Z"}),n=o,r=a,i=s=null,d=f=null;break}default:return x}}return x}readCoordinatePair(){let x=this.readNumber(),e=this.readNumber();return x===null||e===null?null:{x,y:e}}readFlag(){if(this.skipSeparators(),this.isDone())return null;let x=this.source[this.index];if(x==="0"||x==="1")return this.index+=1,x==="1"?1:0;let e=this.readNumber();return e===null?null:e===0?0:1}readNumber(){if(this.skipSeparators(),this.isDone())return null;let e=this.source.slice(this.index).match(/^[-+]?(?:\d+\.?\d*|\.\d+)(?:[eE][-+]?\d+)?/);if(!e)return null;this.index+=e[0].length;let n=Number.parseFloat(e[0]);return Number.isFinite(n)?n:null}skipSeparators(){for(;!this.isDone();){let x=this.source[this.index];if(x===","||x===" "||x===" "||x===`
46
+ `||x==="\r"){this.index+=1;continue}break}}peekChar(){return this.isDone()?null:this.source[this.index]}isDone(){return this.index>=this.source.length}};function Nc(t,x,e,n,r,o){let a=t+.6666666666666666*(e-t),i=x+2/3*(n-x),s=r+2/3*(e-r),d=o+2/3*(n-o);return{type:"C",x1:a,y1:i,x2:s,y2:d,x:r,y:o}}function Eb(t,x,e,n,r,o,a,i,s){let d=[];if(t===i&&x===s||(e=Math.abs(e),n=Math.abs(n),e===0||n===0))return d;let f=r*Math.PI/180,c=Math.cos(f),l=Math.sin(f),u=(t-i)/2,p=(x-s)/2,m=c*u+l*p,h=-l*u+c*p,b=e*e,g=n*n,y=m*m,w=h*h,S=y/b+w/g;if(S>1){let L=Math.sqrt(S);e*=L,n*=L,b=e*e,g=n*n}let R=o===a?-1:1,C=(b*g-b*w-g*y)/(b*w+g*y),P=R*Math.sqrt(Math.max(0,C)),k=P*e*h/n,B=-P*n*m/e,E=c*k-l*B+(t+i)/2,F=l*k+c*B+(x+s)/2,M=Ec(1,0,(m-k)/e,(h-B)/n),T=Ec((m-k)/e,(h-B)/n,(-m-k)/e,(-h-B)/n);!a&&T>0?T-=2*Math.PI:a&&T<0&&(T+=2*Math.PI);let D=Math.ceil(Math.abs(T)/(Math.PI/2)),O=T/D,U=4/3*Math.tan(O/4),X=M,q=t,Z=x;for(let L=0;L<D;L+=1){let $=X+O,x0=Math.sin(X),o0=Math.cos(X),e0=Math.sin($),Y=Math.cos($),J=E+e*c*Y-n*l*e0,d0=F+e*l*Y+n*c*e0,L0=-e*c*x0-n*l*o0,f0=-e*l*x0+n*c*o0,b0=-e*c*e0-n*l*Y,u0=-e*l*e0+n*c*Y,Q=q+U*L0,G=Z+U*f0,K=J-U*b0,t0=d0-U*u0;d.push([Q,G,K,t0,J,d0]),q=J,Z=d0,X=$}return d}function Ec(t,x,e,n){let r=t*e+x*n,o=Math.sqrt((t*t+x*x)*(e*e+n*n)),a=Db(-1,1,o===0?0:r/o);return(t*n-x*e<0?-1:1)*Math.acos(a)}function Dc(t){return/[a-zA-Z]/.test(t)}function Db(t,x,e){return e<t?t:e>x?x:e}var pn=.5522847498307936;function Wc(t,x,e,n){return[{type:"M",x:t,y:x},{type:"L",x:t+e,y:x},{type:"L",x:t+e,y:x+n},{type:"L",x:t,y:x+n},{type:"Z"}]}function Uc(t,x,e,n,r,o){let a=t+e,i=x+n,s=r*pn,d=o*pn;return[{type:"M",x:t+r,y:x},{type:"L",x:a-r,y:x},{type:"C",x1:a-r+s,y1:x,x2:a,y2:x+o-d,x:a,y:x+o},{type:"L",x:a,y:i-o},{type:"C",x1:a,y1:i-o+d,x2:a-r+s,y2:i,x:a-r,y:i},{type:"L",x:t+r,y:i},{type:"C",x1:t+r-s,y1:i,x2:t,y2:i-o+d,x:t,y:i-o},{type:"L",x:t,y:x+o},{type:"C",x1:t,y1:x+o-d,x2:t+r-s,y2:x,x:t+r,y:x},{type:"Z"}]}function j7(t,x,e,n){let r=e*pn,o=n*pn;return[{type:"M",x:t,y:x-n},{type:"C",x1:t+r,y1:x-n,x2:t+e,y2:x-o,x:t+e,y:x},{type:"C",x1:t+e,y1:x+o,x2:t+r,y2:x+n,x:t,y:x+n},{type:"C",x1:t-r,y1:x+n,x2:t-e,y2:x+o,x:t-e,y:x},{type:"C",x1:t-e,y1:x-o,x2:t-r,y2:x-n,x:t,y:x-n},{type:"Z"}]}function $7(t,x){let e=[];for(let n of t){let r=v0(n.x,n.y,x);if(!r)return[];e.push(r)}return e}function ve(t,x){let e=[];for(let n of t)switch(n.type){case"M":{let r=v0(n.x,n.y,x);if(!r)return null;e.push({type:"moveTo",x:r.x,y:r.y});break}case"L":{let r=v0(n.x,n.y,x);if(!r)return null;e.push({type:"lineTo",x:r.x,y:r.y});break}case"C":{let r=v0(n.x1,n.y1,x),o=v0(n.x2,n.y2,x),a=v0(n.x,n.y,x);if(!r||!o||!a)return null;e.push({type:"curveTo",x1:r.x,y1:r.y,x2:o.x,y2:o.y,x:a.x,y:a.y});break}case"Z":e.push({type:"closePath"});break;default:return null}return e}function v0(t,x,e){if(!Number.isFinite(t)||!Number.isFinite(x))return null;let n=Ob(e,t,x);return!Number.isFinite(n.x)||!Number.isFinite(n.y)?null:n}function Ob(t,x,e){let n=d6(t.transform,x,e);return d6(t.viewportMatrix,n.x,n.y)}function nx(t,x){let e={...t},n=x.attributes??{};if(n.opacity!==void 0){let r=V7(n.opacity);r!==void 0&&(e.opacity=Le(e.opacity*r))}if(n.fill!==void 0){let r=n.fill.trim();e.fill=!r||r==="none"?void 0:r}if(n["fill-opacity"]!==void 0){let r=V7(n["fill-opacity"]);r!==void 0&&(e.fillOpacity=Le(r))}if(n.stroke!==void 0){let r=n.stroke.trim();e.stroke=!r||r==="none"?void 0:r}if(n["stroke-opacity"]!==void 0){let r=V7(n["stroke-opacity"]);r!==void 0&&(e.strokeOpacity=Le(r))}if(n["stroke-width"]!==void 0){let r=hn(n["stroke-width"]);r!==void 0&&(e.strokeWidth=r)}if(n["stroke-linecap"]!==void 0){let r=Wb(n["stroke-linecap"]);r&&(e.strokeLinecap=r)}if(n["stroke-linejoin"]!==void 0){let r=Ub(n["stroke-linejoin"]);r&&(e.strokeLinejoin=r)}if(n["stroke-dasharray"]!==void 0){let r=Gb(n["stroke-dasharray"]);r&&(e.strokeDashArray=r)}if(n["stroke-dashoffset"]!==void 0){let r=hn(n["stroke-dashoffset"]);r!==void 0&&(e.strokeDashOffset=r)}if(n["fill-rule"]!==void 0){let r=Hb(n["fill-rule"]);r&&(e.fillRule=r)}if(n["font-size"]!==void 0){let r=hn(n["font-size"]);r!==void 0&&(e.fontSize=r)}if(n["font-family"]!==void 0){let r=n["font-family"].trim();r&&(e.fontFamily=r)}if(n["text-anchor"]!==void 0){let r=zb(n["text-anchor"]);r&&(e.textAnchor=r)}return e}function Hc(){return{fill:"#000000",stroke:void 0,strokeWidth:1,strokeLinecap:"butt",strokeLinejoin:"miter",strokeDashArray:void 0,strokeDashOffset:0,fillRule:"nonzero",opacity:1,fillOpacity:1,strokeOpacity:1,fontSize:16,fontFamily:void 0,textAnchor:"start"}}function Hx(t,x){if(!t||t==="none")return;let e=O0(t);if(!e)return;let n=e.a??1;return{r:e.r,g:e.g,b:e.b,a:Le(n*x)}}function V7(t){let x=hn(t);if(x!==void 0)return Le(x)}function hn(t){if(!t)return;let x=t.trim();if(!x)return;let e=Number.parseFloat(x);if(Number.isFinite(e))return e}function Wb(t){let x=t.trim().toLowerCase();if(x==="butt"||x==="round"||x==="square")return x}function Ub(t){let x=t.trim().toLowerCase();if(x==="miter"||x==="round"||x==="bevel")return x}function Hb(t){let x=t.trim().toLowerCase();if(x==="nonzero"||x==="evenodd")return x}function zb(t){let x=t.trim().toLowerCase();if(x==="start"||x==="middle"||x==="end")return x}function Le(t){return!Number.isFinite(t)||t<=0?0:t>=1?1:t}function Gb(t){if(!t)return;let x=t.trim();if(!x||x==="none")return;let e=x.split(/[\s,]+/).map(n=>Number.parseFloat(n)).filter(n=>Number.isFinite(n)&&n>=0);if(e.length!==0)return e}function jb(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="linear"&&Array.isArray(x.stops)}function $b(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="radial"&&typeof x.r=="number"}function Gc(t,x,e){let n=Number.isFinite(t.width??NaN)?t.width??0:0,r=Number.isFinite(t.height??NaN)?t.height??0:0;if(n<=0||r<=0)return;let o=Number.isFinite(t.x??NaN)?t.x??0:0,a=Number.isFinite(t.y??NaN)?t.y??0:0,i=t.rx??t.ry??0,s=t.ry??t.rx??0;Number.isFinite(i)||(i=0),Number.isFinite(s)||(s=0),i=zc(i,n/2),s=zc(s,r/2);let d=i>0||s>0?Uc(o,a,n,r,i,s):Wc(o,a,n,r),f=_7(x.fill,e);if(f){let l=v0(o,a,e),u=v0(o+n,a+r,e);if(l&&u){let p={x:l.x,y:l.y,width:u.x-l.x,height:u.y-l.y};f.type==="radial"?i>0||s>0?e.painter.fillRoundedRect(p,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},f):e.painter.fillRect(p,f):i>0||s>0?e.painter.fillRoundedRect(p,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},f):e.painter.fillRect(p,f);return}}let c=ve(d,e);!c||c.length===0||gn(c,x,e,x.fillRule)}function jc(t,x,e){let n=Number.isFinite(t.r??NaN)?t.r??0:0;if(n<=0)return;let r=Number.isFinite(t.cx??NaN)?t.cx??0:0,o=Number.isFinite(t.cy??NaN)?t.cy??0:0,a=_7(x.fill,e);if(a){let d=v0(r,o,e),f=v0(r+n,o,e);if(d&&f){let c=Math.sqrt((f.x-d.x)**2+(f.y-d.y)**2),l={x:d.x-c,y:d.y-c,width:c*2,height:c*2},u={topLeft:{x:c,y:c},topRight:{x:c,y:c},bottomRight:{x:c,y:c},bottomLeft:{x:c,y:c}};a.type,e.painter.fillRoundedRect(l,u,a);return}}let i=j7(r,o,n,n),s=ve(i,e);!s||s.length===0||gn(s,x,e,x.fillRule)}function $c(t,x,e){let n=Number.isFinite(t.rx??NaN)?t.rx??0:0,r=Number.isFinite(t.ry??NaN)?t.ry??0:0;if(n<=0||r<=0)return;let o=Number.isFinite(t.cx??NaN)?t.cx??0:0,a=Number.isFinite(t.cy??NaN)?t.cy??0:0,i=j7(o,a,n,r),s=ve(i,e);!s||s.length===0||gn(s,x,e,x.fillRule)}function zc(t,x){return!Number.isFinite(t)||t<=0?0:t>x?x:t}function Vc(t,x,e){let n=t.points??[];if(n.length<2)return;let r=$7(n,e);if(r.length<2)return;let o=Hx(x.fill,x.opacity*x.fillOpacity);o&&e.painter.fillPolygon(r,o,!0);let a=Hx(x.stroke,x.opacity*x.strokeOpacity);a&&e.painter.strokePolyline(r,a,{...yn(x,e),close:!0})}function _c(t,x,e){let n=t.points??[];if(n.length<2)return;let r=$7(n,e);if(r.length<2)return;let o=Hx(x.stroke,x.opacity*x.strokeOpacity);o&&e.painter.strokePolyline(r,o,{...yn(x,e),close:!1})}function Yc(t,x,e){let n=Hx(x.stroke,x.opacity*x.strokeOpacity);if(!n)return;let r=v0(t.x1??0,t.y1??0,e),o=v0(t.x2??0,t.y2??0,e);if(!r||!o)return;let a=[r,o];e.painter.strokePolyline(a,n,{...yn(x,e),close:!1})}function Xc(t,x,e){let n=Oc(t.d);if(n.length===0)return;let r=ve(n,e);!r||r.length===0||gn(r,x,e,x.fillRule)}function gn(t,x,e,n){if(t.length===0)return;let r=_7(x.fill,e);if(r){e.painter.fillPathWithGradient(t,r,{fillRule:n});return}let o=Hx(x.fill,x.opacity*x.fillOpacity);o&&e.painter.fillPath(t,o,{fillRule:n??x.fillRule});let a=Hx(x.stroke,x.opacity*x.strokeOpacity);a&&e.painter.strokePath(t,a,yn(x,e))}async function qc(t,x,e){let n=Hx(x.fill,x.opacity*x.fillOpacity);if(!n)return;let r=t.fontSize??x.fontSize;if(!Number.isFinite(r)||r<=0)return;let o=t.textAnchor??x.textAnchor??"start",a=W0(e.viewportMatrix,e.transform),i=Number.isFinite(t.x??NaN)?t.x??0:0,s=Number.isFinite(t.y??NaN)?t.y??0:0,d=d6(a,i,s),f={x:a.a,y:a.b},c=Vb(t.text,r),l=o==="middle"?.5:o==="end"?1:0,u=d.x,p=d.y;l!==0&&(f.x!==0||f.y!==0)&&(u-=f.x*c*l,p-=f.y*c*l);let m={r:n.r,g:n.g,b:n.b,a:i7(n.a??1)},h=t.fontFamily??x.fontFamily??"Helvetica";await e.painter.drawTextRun({text:t.text,fontFamily:h,fontSize:r,fill:m,lineMatrix:{a:a.a,b:a.b,c:a.c,d:a.d,e:u,f:p}})}function Vb(t,x){return t?t.length*x*.6:0}function _7(t,x){if(jb(t)||$b(t))return t;if(typeof t=="string"){let n=t.trim().match(/^url\(\s*#([^)\s]+)\s*\)$/i);if(n&&x){let r=x.defs;if(r){let o=r.get(n[1]);if(o&&(o.type==="lineargradient"||o.type==="radialgradient"))return o.type==="lineargradient"?_b(o,x):Yb(o,x)}}return yx(t)}return null}function _b(t,x){let e=t.x1??0,n=t.y1??0,r=t.x2??1,o=t.y2??0,a=(t.stops??[]).map(m=>({color:m.color,position:m.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let m=v0(e,n,x),h=v0(r,o,x);if(m&&h)return{type:"linear",direction:"to right",stops:a,coords:{x1:m.x,y1:m.y,x2:h.x,y2:h.y,units:"userSpace"}}}let s={x:e,y:n},d={x:r,y:o},f=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(f){let m=hx(f)||void 0;m&&(s=d6(m,s.x,s.y),d=d6(m,d.x,d.y))}let c=d.x-s.x,l=d.y-s.y;return{type:"linear",direction:`${(Math.atan2(l,c)*180/Math.PI).toFixed(2)}deg`,stops:a,coords:{x1:s.x,y1:s.y,x2:d.x,y2:d.y,units:"ratio"}}}function Yb(t,x){let e=t.cx??.5,n=t.cy??.5,r=t.r??.5,o=t.fx,a=t.fy,i=(t.stops??[]).map(c=>({color:c.color,position:c.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let c=v0(e,n,x),l=o!==void 0&&a!==void 0?v0(o,a,x):void 0,u=(()=>{let p=v0(e+r,n,x);if(c&&p){let m=p.x-c.x,h=p.y-c.y;return Math.sqrt(m*m+h*h)}})();if(c&&u!==void 0){let p={type:"radial",cx:c.x,cy:c.y,r:u,stops:i,coordsUnits:"userSpace"};return l&&(p.fx=l.x,p.fy=l.y),p}}let d={type:"radial",cx:e,cy:n,r,stops:i};o!==void 0&&a!==void 0&&(d.fx=o,d.fy=a);let f=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(f){let c=hx(f)||void 0;c&&(d.transform={a:c.a,b:c.b,c:c.c,d:c.d,e:c.e,f:c.f})}return d}function yn(t,x){let e=(t.strokeWidth??1)*x.strokeScale,n={lineWidth:e>0?e:void 0,lineCap:t.strokeLinecap,lineJoin:t.strokeLinejoin};if(t.strokeDashArray&&t.strokeDashArray.length>0){let r=t.strokeDashArray.map(a=>a*x.strokeScale),o=(t.strokeDashOffset??0)*x.strokeScale;n.dash={pattern:r,phase:o}}return n}function Kc(t){let x={align:"xMidYMid",meetOrSlice:"meet"};if(!t)return x;let e=t.trim().split(/[\s,]+/).filter(Boolean);if(e.length===0)return x;let n={none:"none",xminymin:"xMinYMin",xmidymin:"xMidYMin",xmaxymin:"xMaxYMin",xminymid:"xMinYMid",xmidymid:"xMidYMid",xmaxymid:"xMaxYMid",xminymax:"xMinYMax",xmidymax:"xMidYMax",xmaxymax:"xMaxYMax"},r=0,o=e[r]?.toLowerCase()??"";o==="defer"&&(r+=1,o=e[r]?.toLowerCase()??""),r+=1;let a=n[o]??x.align;if(a==="none")return{align:"none",meetOrSlice:"meet"};let i="meet";for(;r<e.length;r+=1){let s=e[r]?.toLowerCase();if(s==="meet"){i="meet";break}if(s==="slice"){i="slice";break}}return n[o]||(a=x.align),{align:a,meetOrSlice:i}}function Zc(t){if(t==="none")return{x:0,y:0};let x=t.includes("xMid")?.5:t.includes("xMax")?1:0,e=t.includes("YMid")?.5:t.includes("YMax")?1:0;return{x,y:e}}async function Jc(t,x,e){let n=Xb(x);if(!n)return;let{root:r}=n,o=x.contentBox,a=Math.max(o.width,0),i=Math.max(o.height,0);if(a<=0||i<=0)return;let s=wn(r.viewBox?.width??n.intrinsicWidth??a),d=wn(r.viewBox?.height??n.intrinsicHeight??i),f=r.viewBox?.minX??0,c=r.viewBox?.minY??0,l=r.attributes?.preserveAspectRatio??r.attributes?.preserveaspectratio,u=Kc(typeof l=="string"?l:void 0),p=Qc(a/s),m=Qc(i/d),h=p,b=m,g=0,y=0;if(u.align!=="none"){let B=u.meetOrSlice==="slice"?Math.max(p,m):Math.min(p,m);h=B,b=B;let E=s*h,F=d*b,M=a-E,T=i-F,D=Zc(u.align);g=M*D.x,y=T*D.y}let w={a:h,b:0,c:0,d:b,e:o.x+g-f*h,f:o.y+y-c*b},S=be(),R=f7(w,S),C={painter:t,viewportMatrix:w,transform:S,strokeScale:R,environment:e},P=new Map;x2(r,P),C.defs=P,n.resourceBaseDir&&(C.resourceBaseDir=n.resourceBaseDir),n.assetRootDir&&(C.assetRootDir=n.assetRootDir);let k=Hc();await e2(r,k,C)}function x2(t,x){if(t&&(t.id&&typeof t.id=="string"&&x.set(t.id,t),"children"in t&&Array.isArray(t.children)))for(let e of t.children)x2(e,x)}function Xb(t){let x=t.customData?.svg;if(!x||typeof x!="object")return null;let e=x;return e.root?{root:e.root,intrinsicWidth:wn(e.intrinsicWidth??0),intrinsicHeight:wn(e.intrinsicHeight??0),resourceBaseDir:e.resourceBaseDir,assetRootDir:e.assetRootDir}:null}async function e2(t,x,e){let n=e,r=hx(t.transform);if(r){let o=W0(e.transform,r);n={painter:e.painter,viewportMatrix:e.viewportMatrix,transform:o,strokeScale:f7(e.viewportMatrix,o)}}switch(t.type){case"svg":case"g":{let o=nx(x,t);for(let a of t.children)await e2(a,o,n);return}case"rect":return Gc(t,nx(x,t),n);case"circle":return jc(t,nx(x,t),n);case"ellipse":return $c(t,nx(x,t),n);case"polygon":return Vc(t,nx(x,t),n);case"polyline":return _c(t,nx(x,t),n);case"line":return Yc(t,nx(x,t),n);case"text":return qc(t,nx(x,t),n);case"image":return await qb(t,nx(x,t),n);case"path":return Xc(t,nx(x,t),n);default:return}}function Qc(t){return!Number.isFinite(t)||t===0?1:t}function wn(t){return!Number.isFinite(t)||t<=0?1:t}async function qb(t,x,e){let n=t.href??t.attributes?.href??t.attributes?.["xlink:href"];if(!n||typeof n!="string")return;let r,o=n,a=Ox.getInstance(e.environment);try{if(n.startsWith("data:")){let u=n.indexOf(",");if(u<0)return;let m=n.substring(5,u).endsWith(";base64"),h=n.substring(u+1),g=(m?Wx(h):new TextEncoder().encode(decodeURIComponent(h))).slice();r=await a.decodeImage(g.buffer)}else if(/^https?:\/\//i.test(n)){console.debug("Skipping remote image in SVG:",n);return}else{if(!(typeof process<"u"&&!!process.versions?.node)){console.debug("Skipping local SVG image in non-Node environment:",n);return}let p=e.environment?.resolveLocal;if(!p){console.debug("Skipping local SVG image (no resolver in environment):",n);return}let m=n.startsWith("/")?e.assetRootDir??e.resourceBaseDir:e.resourceBaseDir??e.assetRootDir;o=p(n,m),r=await a.loadImage(o)}}catch(u){console.debug("Failed to load SVG image",n,u instanceof Error?u.message:u);return}if(!r)return;let i=Number.isFinite(t.width)?t.width:r.width,s=Number.isFinite(t.height)?t.height:r.height,d=v0(Number(t.x??0),Number(t.y??0),e),f=v0(Number(t.x??0)+i,Number(t.y??0)+s,e);if(!d||!f)return;let c={x:d.x,y:d.y,width:f.x-d.x,height:f.y-d.y},l={src:o,width:r.width,height:r.height,format:r.format,channels:r.channels,bitsPerComponent:r.bitsPerChannel,data:r.data};try{e.painter.drawImage(l,c)}catch(u){console.debug("Failed to draw image in SVG",n,u instanceof Error?u.message:u)}}function Rn(t,x){let e=Math.max(t.x,x.x),n=Math.max(t.y,x.y),r=Math.min(t.x+t.width,x.x+x.width),o=Math.min(t.y+t.height,x.y+x.height),a=r-e,i=o-n;return a<=0||i<=0?null:{x:e,y:n,width:a,height:i}}function Y7(t,x,e=.01){return!t||!x?!1:Math.abs(t.x-x.x)<e&&Math.abs(t.y-x.y)<e&&Math.abs(t.width-x.width)<e&&Math.abs(t.height-x.height)<e}function X7(t,x,e){let n=t.width,r=t.height;if(!Number.isFinite(n)||!Number.isFinite(r)||n<=0||r<=0)return[];if(e==="no-repeat"){let l=Rn(t,x);return l?[l]:[]}if(e==="space")return Kb(t,x);if(e==="round")return Zb(t,x);let o=e==="repeat"||e==="repeat-x",a=e==="repeat"||e==="repeat-y",i=[],s=o?Math.floor((x.x-t.x)/n):0,d=a?Math.floor((x.y-t.y)/r):0,f=x.x+x.width,c=x.y+x.height;for(let l=d;;l++){let u=t.y+l*r;if(u>=c||u+r<=x.y&&!a)break;for(let p=s;;p++){let m=t.x+p*n;if(m>=f||m+n<=x.x&&!o)break;let b=Rn({x:m,y:u,width:n,height:r},x);if(b&&i.push(b),!o)break}if(!a)break}return i}function Kb(t,x){let e=[],n=t.width,r=t.height,o=x.width,a=x.height,i=Math.max(1,Math.floor(o/n)),s=Math.max(1,Math.floor(a/r)),d=i>1?(o-i*n)/(i-1):0,f=s>1?(a-s*r)/(s-1):0;for(let c=0;c<s;c++){let l=x.y+c*(r+f);for(let u=0;u<i;u++){let m={x:x.x+u*(n+d),y:l,width:n,height:r},h=Rn(m,x);h&&e.push(h)}}return e}function Zb(t,x){let e=[],n=t.width,r=t.height,o=x.width,a=x.height,i=Math.max(1,Math.round(o/n)),s=Math.max(1,Math.round(a/r)),d=o/i,f=a/s;for(let c=0;c<s;c++){let l=x.y+c*f;for(let u=0;u<i;u++){let m={x:x.x+u*d,y:l,width:d,height:f},h=Rn(m,x);h&&e.push(h)}}return e}function Qb(t,x){let e=Math.max(x,0);if(!Number.isFinite(e)||e<=0)return;let n=t.toLowerCase();if(n==="dashed"){let r=e;return{pattern:[3*r,3*r],phase:0}}if(n==="dotted"){let r=e;return{pattern:[r,r],phase:0}}}function t2(t,x,e,n,r){let o=[],a=t.x,i=t.y,s=t.width,d=t.height;if(!Number.isFinite(s)||!Number.isFinite(d)||s<=0||d<=0)return o;let f=i+x.top/2,c=i+d-x.bottom/2,l=a+x.left/2,u=a+s-x.right/2,p=(m,h,b,g,y)=>{if(!Number.isFinite(h)||h<=0)return;let w=b.toLowerCase();w!=="none"&&o.push({side:m,points:[g,y],color:n,lineWidth:h,dash:Qb(w,h)})};return p("top",x.top,e.top,{x:l,y:f},{x:u,y:f}),p("right",x.right,e.right,{x:u,y:f},{x:u,y:c}),p("bottom",x.bottom,e.bottom,{x:u,y:c},{x:l,y:c}),p("left",x.left,e.left,{x:l,y:c},{x:l,y:f}),o}function rx(t){return t>1?t/255:t}function A(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function Rx(t,x){let e=A(rx(t.r)),n=A(rx(t.g)),r=A(rx(t.b)),o=t.a??1;return o<1&&x?`/${x.ensureFillAlphaState(o)} gs
47
+ ${e} ${n} ${r} rg`:`${e} ${n} ${r} rg`}function l0(t){let x=A(rx(t.r)),e=A(rx(t.g)),n=A(rx(t.b));return`${x} ${e} ${n}`}function Sn(t,x){return x.isBase14?{encoded:gx(t,"WinAnsi"),scheme:"WinAnsi"}:{encoded:Jb(t,x),scheme:"Identity-H"}}function Jb(t,x){let e=x.metrics;if(!e)return gx(t,"WinAnsi");let n="",r=[];for(let o of t){let a=o.codePointAt(0);if(a===void 0)continue;let i=e.cmap.getGlyphId(a);r.length<10&&r.push({char:o,codePoint:a,gid:i}),n+=String.fromCharCode(i>>8&255,i&255)}return r.length>0&&I("encoding","debug","Identity-H encoding samples",{font:x.baseFont,samples:r}),u7(n)}function zx(t,x){let e=t.customData??{},n=typeof e.fontFamily=="string"?e.fontFamily:void 0,r=typeof e.fontWeight=="number"?e.fontWeight:void 0,o=typeof e.fontStyle=="string"?e.fontStyle:void 0,i=(typeof e.fontSize=="number"&&Number.isFinite(e.fontSize)?e.fontSize:void 0)??t.textRuns[0]?.fontSize??14;return{font:x.ensureFontResourceSync(n,r,o),fontSize:i}}function lx(t,x){return Sn(t,x).encoded}function Sx(t,x,e,n){let r=t.contentBox??t.borderBox,o=r.y,a=r.height,i=x*1.2,s=x*.8,d;n==="center"?d=o+Math.max(0,(a-i)/2)+s:d=o+s;let f=d-e.pageOffsetPx;return{xPt:e.convertPxToPt(r.x),yPt:e.pageHeightPt-e.convertPxToPt(f)}}var x1=1,vn=class{constructor(){this.elementType="input-text"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&["text","password","email","number","tel","url","search"].includes(e.inputType)}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x1,{font:d,fontSize:f}=zx(x,e.fontProvider),c=x.borderBox,l=i.convertPxToPt(c.x),u=i.pageHeightPt-i.convertPxToPt(c.y+c.height),p=i.convertPxToPt(c.width),m=i.convertPxToPt(c.height),h=i.convertPxToPt(s);n.push("q");let b=this.parseColor(x.background?.color)??{r:1,g:1,b:1,a:1};n.push(`${l0(b)} rg`),n.push(`${A(l)} ${A(u)} ${A(p)} ${A(m)} re`),n.push("f");let g=this.parseColor(x.borderColor)??{r:.7,g:.7,b:.7,a:1};if(n.push(`${l0(g)} RG`),n.push(`${A(h)} w`),n.push(`${A(l)} ${A(u)} ${A(p)} ${A(m)} re`),n.push("S"),o.isDisabled&&(n.push(`${A(l)} ${A(u)} ${A(p)} ${A(m)} re`),n.push(`${l0(b)} rg`),n.push("f")),o.value&&o.value.length>0){let y=x.color??{r:0,g:0,b:0,a:1},{xPt:w,yPt:S}=Sx(x,f,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${A(i.convertPxToPt(f))} Tf`),n.push(`${l0(y)} rg`),n.push(`${A(w)} ${A(S)} Td`);let R=lx(o.value,d);n.push(`(${R}) Tj`),n.push("ET")}else if(o.placeholder&&o.placeholder.length>0){let y=this.parseRgbaString("153, 153, 153")??{r:.6,g:.6,b:.6,a:1},{xPt:w,yPt:S}=Sx(x,f,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${A(i.convertPxToPt(f))} Tf`),n.push(`${l0(y)} rg`),n.push(`${A(w)} ${A(S)} Td`);let R=lx(o.placeholder,d);n.push(`(${R}) Tj`),n.push("ET")}return n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="input")return e}return null}parseColor(x){return x?typeof x=="object"&&"r"in x?x:typeof x=="string"?this.parseRgbaString(x):null:null}parseRgbaString(x){let e=x.match(/^rgba?\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/i);if(!e){let n=x.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i);return n?{r:parseInt(n[1],16)/255,g:parseInt(n[2],16)/255,b:parseInt(n[3],16)/255,a:1}:null}return{r:parseInt(e[1])/255,g:parseInt(e[2])/255,b:parseInt(e[3])/255,a:1}}};function n2(t,x,e,n,r,o){let a=[];if(a.push(`${A(t)} ${A(x)} ${A(e)} ${A(e)} re`),n?(a.push(`${l0(r)} rg`),a.push("f")):(o&&a.push(`${l0(o)} RG`),a.push("S")),n&&o){let i=Math.max(1,e*.05);a.push(`${A(t)} ${A(x)} ${A(e)} ${A(e)} re`),a.push(`${l0(o)} RG`),a.push(`${A(i)} w`),a.push("S"),a.push(`${A(t)} ${A(x)} ${A(e)} ${A(e)} re`),a.push(`${l0(r)} rg`),a.push("f")}return a}function r2(t,x,e,n){let r=[],o=t+e*.2,a=x+e*.55,i=t+e*.45,s=x+e*.85,d=t+e*.85,f=x+e*.3;return r.push(`${A(o)} ${A(a)} m`),r.push(`${A(i)} ${A(s)} l`),r.push(`${A(d)} ${A(f)} l`),r.push("h"),r.push(`${l0(n)} rg`),r.push("f"),r}function o2(t,x,e,n,r,o){let a=[],i=e/2,s=t+i,d=x+i,f=o?Math.max(1,e*.06):0,c=i-f-1;return a.push(`${A(s)} ${A(d)} ${A(i)} ${A(i)} c`),a.push("h"),o&&(a.push(`${l0(o)} RG`),a.push(`${A(f)} w`),a.push("S")),n&&(a.push(`${A(s)} ${A(d)} ${A(c)} ${A(c)} c`),a.push("h"),a.push(`${l0(r)} rg`),a.push("f")),a}function a2(t,x,e,n){let r=[],o=e/2,a=e*.6,i=t+o,s=x+a*.3,d=t+e*.15,f=t+e*.85,c=x+a;return r.push(`${A(i)} ${A(s)} m`),r.push(`${A(f)} ${A(c)} l`),r.push(`${A(d)} ${A(c)} l`),r.push("h"),r.push(`${l0(n)} rg`),r.push("f"),r}var e1=16,Ln=class{constructor(){this.elementType="checkbox"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.inputType==="checkbox"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=Math.min(s.width,s.height,e1),f=s.x+(s.width-d)/2,c=s.y+(s.height-d)/2,l=i.convertPxToPt(f),u=i.pageHeightPt-i.convertPxToPt(c+d),p=i.convertPxToPt(d),m=x.borderColor??{r:.6,g:.6,b:.6,a:1},h={r:.2,g:.4,b:.8,a:1};n.push("q");let b=n2(l,u,p,o.isChecked??!1,h,m);if(n.push(...b),o.isChecked){let g=l+p*.15,y=u+p*.35,w=p*.7,S=r2(g,y,w,{r:1,g:1,b:1,a:1});n.push(...S)}return n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="input")return e}return null}};var t1=16,Cn=class{constructor(){this.elementType="radio"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.inputType==="radio"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=Math.min(s.width,s.height,t1),f=s.x+(s.width-d)/2,c=s.y+(s.height-d)/2,l=i.convertPxToPt(f),u=i.pageHeightPt-i.convertPxToPt(c+d),p=i.convertPxToPt(d),m=x.borderColor??{r:.6,g:.6,b:.6,a:1},h={r:.2,g:.4,b:.8,a:1};n.push("q");let b=o2(l,u,p,o.isChecked??!1,h,m);return n.push(...b),n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="input")return e}return null}};var n1=12,Tn=class{constructor(){this.elementType="select"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.kind==="select"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,{font:d,fontSize:f}=zx(x,e.fontProvider),c=10,l=n1,u=i.convertPxToPt(s.x),p=i.pageHeightPt-i.convertPxToPt(s.y+s.height),m=i.convertPxToPt(s.width),h=i.convertPxToPt(s.height),b=s.x+s.width-c-l,g=s.y+s.height/2-l/2;n.push("q");let y=x.background?.color??{r:1,g:1,b:1,a:1};n.push(`${l0(y)} rg`),n.push(`${A(u)} ${A(p)} ${A(m)} ${A(h)} re`),n.push("f");let w=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${l0(w)} RG`),n.push("1 w"),n.push(`${A(u)} ${A(p)} ${A(m)} ${A(h)} re`),n.push("S");let S=a2(b,g,l,{r:.4,g:.4,b:.4,a:1});n.push(...S);let R=o.options.find(C=>C.selected)??o.options[0];if(R){let C=x.color??{r:0,g:0,b:0,a:1},{xPt:P,yPt:k}=Sx(x,f,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${A(i.convertPxToPt(f))} Tf`),n.push(`${l0(C)} rg`),n.push(`${A(P)} ${A(k)} Td`);let B=lx(R.text,d);n.push(`(${B}) Tj`),n.push("ET")}return n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="select")return e}return null}};var r1=1,o1=20,Pn=class{constructor(){this.elementType="textarea"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.kind==="textarea"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=r1,{font:f,fontSize:c}=zx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),p=i.convertPxToPt(s.width),m=i.convertPxToPt(s.height),h=i.convertPxToPt(d);n.push("q");let b=x.background?.color??{r:1,g:1,b:1,a:1};n.push(`${l0(b)} rg`),n.push(`${A(l)} ${A(u)} ${A(p)} ${A(m)} re`),n.push("f");let g=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${l0(g)} RG`),n.push(`${A(h)} w`),n.push(`${A(l)} ${A(u)} ${A(p)} ${A(m)} re`),n.push("S");let y=i.convertPxToPt(o1),{xPt:w,yPt:S}=Sx(x,c,i,"top");if(n.push("BT"),n.push(`/${f.resourceName} ${A(i.convertPxToPt(c))} Tf`),n.push(`${y} TL`),o.value&&o.value.length>0){let R=x.color??{r:0,g:0,b:0,a:1};n.push(`${l0(R)} rg`),n.push(`${A(w)} ${A(S)} Td`);let C=o.value.split(`
48
+ `);for(let P=0;P<C.length;P++){P>0&&n.push(`0 ${A(-y)} Td`);let k=lx(C[P],f);n.push(`(${k}) Tj`)}}else if(o.placeholder&&o.placeholder.length>0){let R={r:.6,g:.6,b:.6,a:1};n.push(`${l0(R)} rg`),n.push(`${A(w)} ${A(S)} Td`);let C=lx(o.placeholder,f);n.push(`(${C}) Tj`)}return n.push("ET"),n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="textarea")return e}return null}};var a1=1,Fn=class{constructor(){this.elementType="button"}canRender(x){let e=this.getFormControlDataInternal(x);return e!==null&&e.kind==="button"}render(x,e){let n=[],r=new Map,o=this.getFormControlDataInternal(x);if(!o)return{commands:n,shadings:r};let{coordinateTransformer:a}=e,i=a,s=x.borderBox,d=a1,{font:f,fontSize:c}=zx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),p=i.convertPxToPt(s.width),m=i.convertPxToPt(s.height),h=i.convertPxToPt(d);n.push("q");let b=this.getButtonBackgroundColor(o.buttonType,o.isDisabled);n.push(`${b.r.toFixed(3)} ${b.g.toFixed(3)} ${b.b.toFixed(3)} rg`),n.push(`${A(l)} ${A(u)} ${A(p)} ${A(m)} re`),n.push("f");let g=o.isDisabled?{r:.8,g:.8,b:.8,a:1}:{r:.4,g:.4,b:.4,a:1};n.push(`${g.r.toFixed(3)} ${g.g.toFixed(3)} ${g.b.toFixed(3)} RG`),n.push(`${A(h)} w`),n.push(`${A(l)} ${A(u)} ${A(p)} ${A(m)} re`),n.push("S");let y=l+p/2,{yPt:w}=Sx(x,c,i,"center"),S=o.isDisabled?{r:.6,g:.6,b:.6,a:1}:{r:1,g:1,b:1,a:1};n.push("BT"),n.push(`/${f.resourceName} ${A(i.convertPxToPt(c))} Tf`),n.push(`${S.r.toFixed(3)} ${S.g.toFixed(3)} ${S.b.toFixed(3)} rg`);let R=this.getButtonText(o),C=lx(R,f);return n.push(`1 0 0 0 ${A(y)} ${A(w)} Tm`),n.push(`(${C}) Tj`),n.push("ET"),n.push("Q"),{commands:n,shadings:r}}getFormControlData(x){return this.getFormControlDataInternal(x)}getFormControlDataInternal(x){if(x.customData&&"formControl"in x.customData){let e=x.customData.formControl;if(e&&typeof e=="object"&&"kind"in e&&e.kind==="button")return e}return null}getButtonBackgroundColor(x,e){if(e)return{r:.9,g:.9,b:.9,a:1};switch(x){case"submit":return{r:.2,g:.5,b:.2,a:1};case"reset":return{r:.8,g:.3,b:.2,a:1};default:return{r:.4,g:.4,b:.5,a:1}}}getButtonText(x){if(x.value&&x.value.length>0)return x.value;switch(x.buttonType){case"submit":return"Submit";case"reset":return"Reset";default:return"Button"}}};var q7=class{constructor(x){x&&x.length>0?this.renderers=x:this.renderers=[new vn,new Ln,new Cn,new Tn,new Pn,new Fn]}getRenderer(x){let e=this.renderers.find(n=>n.canRender(x));if(!e)throw new Error(`No form renderer found for node kind: ${x.kind}, tagName: ${x.tagName}`);return e}canRender(x){return this.renderers.some(e=>e.canRender(x))}render(x,e){return this.getRenderer(x).render(x,e)}getFormControlData(x){let e=this.renderers.find(n=>n.canRender(x));return e?e.getFormControlData(x):null}},Bn=new q7;async function An(t,x){I("paint","debug",`paintBoxAtomic: ${x.tagName} id:${x.id} opacity:${x.opacity}`,{id:x.id,opacity:x.opacity});let e=x.transform&&(x.transform.b!==0||x.transform.c!==0),n=x.opacity<1;e&&t.beginTransformScope(x.transform,x.borderBox),n&&t.beginOpacityScope(x.opacity),z7(t,[x],!1);let r=b1(x.clipPath),o=!!r;o&&r&&t.beginClipPath(r),s1(t,x),f1(t,x),z7(t,[x],!0),x.kind==="svg"||x.tagName==="svg"&&x.customData?.svg?await Jc(t,x,t.environment):x.image?t.drawImage(x.image,x.contentBox):Bn.canRender(x)&&t.renderFormControl(x),await i1(t,x),o&&t.endClipPath(),n&&t.endOpacityScope(x.opacity),e&&t.endTransformScope()}function i2(t,x,e,n,r){if(!x||!Number.isFinite(e)||e<=0||!Number.isFinite(n)||n<=0)return;let o={x:0,y:r,width:e,height:n};t.fillRect(o,x)}async function i1(t,x){if(!(!x.textRuns||x.textRuns.length===0))for(let e of x.textRuns)x.textShadows&&x.textShadows.length>0&&(e.textShadows=[...x.textShadows??[],...e.textShadows??[]]),await t.drawTextRun(e)}function s1(t,x){let e=x.background;if(!e)return;let n=c1(x);if(n){if(I("paint","debug",`painting background z:${x.zIndexComputed??0}`,{tagName:x.tagName,zIndex:x.zIndexComputed??0,id:x.id,background:e.color?"color":e.gradient?"gradient":e.image?"image":"none"}),e.color&&t.fillRoundedRect(n.rect,n.radius,e.color),e.gradient){let r=e.gradient,o=n.rect,a=r.rect??o,i=r.repeat??"no-repeat",s=X7(a,o,i);for(let d of s){let f=Y7(d,o)||Y7(d,r.originRect)?n.radius:u1(),c=r.gradient;c.type,t.fillRoundedRect(d,f,c)}}e.image&&d1(t,e.image,n.rect,n.radius)}}function d1(t,x,e,n){if(!x||!x.rect)return;let r=x.repeat??"repeat",o=X7(x.rect,e,r);for(let a of o)t.drawBackgroundImage(x.image,a,e,n)}function f1(t,x){let e=x.borderColor;if(!e)return;let{border:n}=x;if(!l1(n))return;let r=x.borderStyle;if(!r||r.top==="solid"&&r.right==="solid"&&r.bottom==="solid"&&r.left==="solid"){let s=x.borderBox,d={x:s.x+n.left,y:s.y+n.top,width:Math.max(s.width-n.left-n.right,0),height:Math.max(s.height-n.top-n.bottom,0)},f=Y6(x.borderRadius,n.top,n.right,n.bottom,n.left);d.width<=0||d.height<=0?t.fillRoundedRect(s,x.borderRadius,e):t.fillRoundedRectDifference(s,x.borderRadius,d,f,e);return}let a=r??{top:"solid",right:"solid",bottom:"solid",left:"solid"},i=t2(x.borderBox,n,a,e,x.borderRadius);for(let s of i)t.strokePolyline(s.points,s.color,{lineWidth:s.lineWidth,lineCap:"butt",lineJoin:"miter",dash:s.dash})}function c1(t){let x=t.borderBox??t.paddingBox??t.contentBox;if(!x)return null;if(x===t.borderBox)return{rect:x,radius:t.borderRadius};let e=Y6(t.borderRadius,t.border.top,t.border.right,t.border.bottom,t.border.left);return x===t.contentBox&&(e=Y6(e,t.padding.top,t.padding.right,t.padding.bottom,t.padding.left)),{rect:x,radius:e}}function l1(t){return t.top>0||t.right>0||t.bottom>0||t.left>0}function u1(){return{topLeft:{x:0,y:0},topRight:{x:0,y:0},bottomRight:{x:0,y:0},bottomLeft:{x:0,y:0}}}function b1(t){if(!t||t.type!=="polygon"||t.points.length<3)return null;let[x,...e]=t.points,n=[{type:"moveTo",x:x.x,y:x.y}];for(let r of e)n.push({type:"lineTo",x:r.x,y:r.y});return n.push({type:"closePath"}),n}async function Mn(t){let{html:x,css:e="",widthPx:n,maxHeightPx:r,fontEmbedder:o,resourceBaseDir:a,assetRootDir:i,tokens:s,pageNumber:d=1,totalPages:f=1,environment:c}=t,l=a??"",u=i??l;if(!x||!x.trim())return null;let p=x;s&&(p=z6(x,s,d,f));let m=m1(p),b=He({viewport:{width:n,height:r}}),{document:g}=Ie(m),{styleRules:y}=De(e),w=g.body||g.documentElement,S=new $0,R=S.fontSize,C=ex(w,y,S,b,R);p1(C.display)&&(C.display="block");let P=new w0(C,[],{tagName:w?.tagName?.toLowerCase()}),k={resourceBaseDir:l,assetRootDir:u,units:b,rootFontSize:R,environment:c};if(w)for(let F of Array.from(w.childNodes)){if(F.nodeType===F.ELEMENT_NODE){let T=F.tagName.toLowerCase();if(T==="head"||T==="meta"||T==="title"||T==="link"||T==="script")continue}let M=await Re(F,y,C,k);M&&P.appendChild(M)}Et(P,{width:n,height:r},o??null);let B=Ut(P,{}),E=Math.min(h1(B.root),r);return I("layout","debug","Header/footer rendered",{widthPx:n,maxHeightPx:r,actualHeight:E,hasContent:B.root.children.length>0}),{renderTree:B,heightPx:E,root:B.root}}function s2(t){let x=t.textRuns.map(n=>({...n,lineMatrix:n.lineMatrix?{...n.lineMatrix}:void 0,decorations:n.decorations?{...n.decorations}:void 0,glyphs:n.glyphs?{...n.glyphs}:void 0}));return{...t,contentBox:{...t.contentBox},paddingBox:{...t.paddingBox},borderBox:{...t.borderBox},visualOverflow:{...t.visualOverflow},padding:{...t.padding},border:{...t.border},borderRadius:{topLeft:{...t.borderRadius.topLeft},topRight:{...t.borderRadius.topRight},bottomRight:{...t.borderRadius.bottomRight},bottomLeft:{...t.borderRadius.bottomLeft}},background:t.background?{color:t.background.color?{...t.background.color}:void 0,image:t.background.image?{...t.background.image,rect:{...t.background.image.rect},originRect:{...t.background.image.originRect}}:void 0,gradient:t.background.gradient?{...t.background.gradient,rect:{...t.background.gradient.rect},originRect:{...t.background.gradient.originRect}}:void 0}:{color:void 0},textRuns:x,markerRect:t.markerRect?{...t.markerRect}:void 0,boxShadows:t.boxShadows.map(n=>({...n,color:{...n.color}})),links:t.links.map(n=>({rect:{...n.rect},target:{...n.target}})),children:t.children.map(n=>s2(n))}}async function kn(t,x,e,n,r,o){let a=s2(x.root),i=new _6(r);await g1(a,i),bn(a,e,n+o,!1);let s=[a];for(;s.length>0;){let d=s.pop();await An(t,d);for(let f=d.children.length-1;f>=0;f--)s.push(d.children[f])}}function m1(t){return/<\s*html[\s>]/i.test(t)?t:`<!doctype html><html><head></head><body>${t}</body></html>`}function p1(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function h1(t){let x=0;function e(n){let r=n.borderBox.y+n.borderBox.height;x=Math.max(x,r);for(let o of n.children)e(o)}return e(t),x}async function g1(t,x){async function e(r){if(!r.glyphs)try{let o=await x.resolve(r.fontFamily,r.fontWeight,r.fontStyle),a=r.letterSpacing??0,i=f6(o,r.text,r.fontSize,a);c6(i,r.text,r.wordSpacing),r.glyphs=i}catch{}}async function n(r){if(r.textRuns&&r.textRuns.length>0)for(let o of r.textRuns)await e(o);for(let o of r.children)await n(o)}await n(t)}async function Nn(t,x,e,n,r,o,a={fontSizePt:10},i=!1,s){if(s){I("layout","debug","Using HTML rendering path for headers/footers",{hasHeader:!!x?.content,hasFooter:!!e?.content,margins:s.margins}),await y1(t,x,e,n,r,o,s);return}I("layout","debug","Using legacy text rendering for headers/footers (no context)"),await w1(t,x,e,n,r,o,a)}async function y1(t,x,e,n,r,o,a){let{margins:i,pageWidthPx:s,pageHeightPx:d,fontRegistry:f,pageOffsetY:c,css:l,resourceBaseDir:u,assetRootDir:p}=a,m=s-i.left-i.right;if(I("layout","debug","paintHeaderFooterWithContext",{headerContent:x?.content?String(x.content).slice(0,100):"none",footerContent:e?.content?String(e.content).slice(0,100):"none",contentWidthPx:m,pageWidthPx:s,pageHeightPx:d}),x?.content){let h=In(x.content);if(I("layout","debug","Rendering header HTML",{headerHtml:h.slice(0,200)}),h)try{let b=await Mn({html:h,css:l,widthPx:m,maxHeightPx:x.maxHeightPx,resourceBaseDir:u,assetRootDir:p,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});b&&(I("layout","debug","Header rendered successfully",{heightPx:b.heightPx}),await kn(t,b,i.left,i.top,f,c))}catch(b){I("layout","warn","Failed to render header HTML",{error:b})}}if(e?.content){let h=In(e.content);if(h)try{let b=await Mn({html:h,css:l,widthPx:m,maxHeightPx:e.maxHeightPx,resourceBaseDir:u,assetRootDir:p,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});if(b){let g=d-i.bottom-e.maxHeightPx;await kn(t,b,i.left,g,f,c)}}catch(b){I("layout","warn","Failed to render footer HTML",{error:b})}}}async function w1(t,x,e,n,r,o,a){let i=x?.content?In(x.content):void 0,s=e?.content?In(e.content):void 0;if(i){let d=z6(i,n,r,o);await t.drawText(d,16,x?.maxHeightPx??24,{...a,absolute:!0})}if(s){let d=z6(s,n,r,o),f=t.pageHeightPx?t.pageHeightPx-((e?.maxHeightPx??24)+16):16;await t.drawText(d,16,f,{...a,absolute:!0})}}function In(t){return t==null?"":typeof t=="string"?t:typeof t=="function"?String(t()):JSON.stringify(t)}function p6(t){let x=t.positioning.type!=="normal",e=t.zIndexComputed,n=typeof e=="number"&&Number.isFinite(e);return{isPositioned:x,zIndex:n?e:"auto",establishesContext:x&&n}}function d2(t){let x=new Map,e=f2(t,0),n={id:e,box:t,parentId:null,childContextIds:[]};return x.set(e,n),K7(t,e,1,x),{rootContextId:e,contexts:x}}function K7(t,x,e,n){let r=e;for(let o of t.children)if(p6(o).establishesContext){let i=f2(o,r++),s={id:i,box:o,parentId:x,childContextIds:[]};n.set(i,s);let d=n.get(x);d&&d.childContextIds.push(i),r=K7(o,i,r,n)}else r=K7(o,x,r,n);return r}function f2(t,x){return`${t.id||"ctx"}-${x}`}function c2(t){let{rootContextId:x,contexts:e}=d2(t),n=[];return l2(x,e,n),n.map(r=>r.box)}function l2(t,x,e){let n=x.get(t);if(!n)return;let r=n.box;e.push({box:r});let o=[];u2(r,t,x,o);let a=[],i=[],s=[];for(let d of o){let f=p6(d);f.isPositioned&&f.zIndex!=="auto"?f.zIndex<0?a.push(d):s.push(d):i.push(d)}a.sort((d,f)=>{let c=p6(d).zIndex??0,l=p6(f).zIndex??0;return c!==l?c-l:0});for(let d of a)Z7(d,t,x,e);for(let d of i)Z7(d,t,x,e);s.sort((d,f)=>{let c=p6(d).zIndex??0,l=p6(f).zIndex??0;return c!==l?c-l:0});for(let d of s)Z7(d,t,x,e)}function Z7(t,x,e,n){let r=b2(t,x,e);r?l2(r.id,e,n):n.push({box:t})}function u2(t,x,e,n){for(let r of t.children){let o=b2(r,null,e);if(o&&o.id!==x){n.push(r);continue}n.push(r),u2(r,x,e,n)}}function b2(t,x,e){for(let n of e.values())if(n.box===t&&(x===null||n.parentId===x))return n}function m2(t,x){let e=Number.isFinite(x.pageHeight)&&x.pageHeight>0?x.pageHeight:1,n=c2(t),r=R1(t),o=S1(t),a=v1(t),i=T1(n),s=Math.max(1,Math.ceil(i/e)),d=[];for(let f=0;f<s;f++){let c=f*e,l=c+e,u=n.filter(g=>Q7(g,c,l)),p=r.filter(g=>Q7(g,c,l)),m=L1(o,c,l),h=C1(a,c,l,c),b=[];d.push({paintOrder:u,floatLayerOrder:[],flowContentOrder:p,positionedLayersSortedByZ:m,decorations:b,links:h,pageOffsetY:c})}return d}function R1(t){let x=[];return J7(t,e=>(x.push(e),e.positioning.type==="normal")),x}function S1(t){return[]}function v1(t){let x=[];return J7(t,e=>(x.push(...e.links),!0)),x}function L1(t,x,e){let n=[];for(let r of t){let o=r.boxes.filter(a=>Q7(a,x,e));o.length>0&&n.push({z:r.z,boxes:o})}return n}function C1(t,x,e,n){let r=[];for(let o of t){let a=o.rect.y;o.rect.y+Math.max(o.rect.height,0)<=x||a>=e||r.push({rect:{x:o.rect.x,y:o.rect.y-n,width:o.rect.width,height:o.rect.height},target:{...o.target}})}return r}function T1(t){let x=0;for(let e of t){let n=p2(e);x=Math.max(x,n.bottom)}return x}function Q7(t,x,e){let n=p2(t);return n.bottom>x&&n.top<e}function p2(t){let x=t.visualOverflow??t.borderBox??t.contentBox,e=x?x.y:t.contentBox.y,n=x?x.y+Math.max(x.height,0):t.contentBox.y+Math.max(t.contentBox.height,0);if(Number.isFinite(e)||(e=0),Number.isFinite(n)||(n=e),t.textRuns.length>0)for(let r of t.textRuns){let o=r.lineMatrix?.f??0,a=r.fontSize,i=Math.max(r.fontSize*.2,0);e=Math.min(e,o-a),n=Math.max(n,o+i)}return{top:e,bottom:n}}function J7(t,x){if(x(t))for(let n of t.children)J7(n,x)}function xo(t){for(let x of Array.from(t)){let e=x.codePointAt(0);if(!l7.has(e))return!0}return!1}function h2(t){let x=new Map;for(let e of t.fontFaces??[]){let n=Gx(e.family);if(!n)continue;let r=x.get(n)??[];r.push(e),x.set(n,r)}return{facesByFamily:x}}function g2(t,x){let e,n=Number.POSITIVE_INFINITY;for(let r of t){let o=F1(r.weight,x);if(o===null){e||(e=r);continue}let a=Math.abs(o-x);a<n&&(n=a,e=r)}return e??t[0]}function En(t){return t?t.split(",").map(x=>eo(x.trim())).filter(x=>x.length>0):[]}function Dn(t){if(!t)return!1;let x=t.toLowerCase();return x==="italic"||x==="oblique"}function Gx(t){return t?eo(t).trim().toLowerCase():""}function eo(t){return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function y2(t,x){let e=P1(t.src);if(e){let r=Gx(e),o=x.get(r);if(o)return o}let n=x.get(Gx(t.family));return n||null}function P1(t){for(let x of t){let e=x.match(/local\(([^)]+)\)/i);if(e)return eo(e[1].trim())}return null}function F1(t,x){if(typeof t=="number")return g0(t);if(typeof t!="string")return null;let e=t.split(/\s+/).filter(Boolean);if(e.length>1){let r=e.map(o=>te(o,x)).filter(o=>o!==void 0).map(o=>g0(o));return r.length===0?null:r.reduce((o,a)=>{let i=Math.abs(a-x),s=Math.abs(o-x);return i<s?a:o},r[0])}let n=te(t,x);return n===void 0?null:g0(n)}function jx(t,x,e){let n=Dn(e),r=Ko(x),o=Sa(t);if(o){let i=Fr[o],s=va(t),d=r&&n?"boldItalic":r?"bold":n?"italic":"normal";return s===d?t:i[d]}let a=t;return n&&!/-italic$/i.test(a)&&!/-oblique$/i.test(a)&&(a=`${a}-Italic`),r&&!/-bold$/i.test(a)?(/-italic$/i.test(a)?a=a.replace(/-italic$/i,""):/-oblique$/i.test(a)&&(a=a.replace(/-oblique$/i,"")),n?`${a}-BoldItalic`:`${a}-Bold`):a}function to(t,x=[]){return(t?En(t):x).flatMap(n=>{let r=Gx(n),o=Kx.get(r),a=P6.get(r);return[n,o,a].filter(i=>!!i)})}var B1="Times New Roman";function w2(t,x,e,n,r){let o=r.get(t);if(o&&o.length>0){let s=g2(o,x);if(s){let d=y2(s,Kx);if(d)return jx(d,x,e)}}if(!n){let s=Ra.get(t);if(s)return jx(s,x,e)}let a=Kx.get(t);if(a){let s=it.has(a.toLowerCase());if(n||s)return jx(a,x,e)}let i=P6.get(t);return i?jx(i,x,e):jx(B1,x,e)}var On=class{constructor(x){this.doc=x;this.fontsByFamilyWeight=new Map;this.fontsByBaseFont=new Map;this.aliasCounter=1}getCached(x){return this.fontsByFamilyWeight.get(x)}setCached(x,e){this.fontsByFamilyWeight.set(x,e)}ensureBaseFontResource(x){let e=this.fontsByBaseFont.get(x);if(e)return e;let n=this.doc.registerStandardFont(x),r=`F${this.aliasCounter++}`,a=new Set(["Helvetica","Helvetica-Bold","Helvetica-Oblique","Helvetica-BoldOblique","Times-Roman","Times-Bold","Times-Italic","Times-BoldItalic","Courier","Courier-Bold","Courier-Oblique","Courier-BoldOblique","Symbol","ZapfDingbats"]).has(x),i={baseFont:x,resourceName:r,ref:n,isBase14:a};return this.fontsByBaseFont.set(x,i),i}};var $x=class{constructor(x=1024){this.buffer=new Uint8Array(x),this.view=new DataView(this.buffer.buffer),this.offset=0}ensureSize(x){if(this.offset+x>this.buffer.length){let e=Math.max(this.buffer.length*2,this.offset+x),n=new Uint8Array(e);n.set(this.buffer),this.buffer=n,this.view=new DataView(this.buffer.buffer)}}writeUint8(x){this.ensureSize(1),this.view.setUint8(this.offset,x),this.offset+=1}writeInt8(x){this.ensureSize(1),this.view.setInt8(this.offset,x),this.offset+=1}writeUint16(x){this.ensureSize(2),this.view.setUint16(this.offset,x,!1),this.offset+=2}writeInt16(x){this.ensureSize(2),this.view.setInt16(this.offset,x,!1),this.offset+=2}writeUint32(x){this.ensureSize(4),this.view.setUint32(this.offset,x,!1),this.offset+=4}writeInt32(x){this.ensureSize(4),this.view.setInt32(this.offset,x,!1),this.offset+=4}writeFixed(x){let e=Math.floor(x),n=Math.floor((x-e)*65536);this.writeInt16(e),this.writeUint16(n)}writeString(x){let e=new TextEncoder().encode(x);this.writeBytes(e)}writeBytes(x){this.ensureSize(x.length),this.buffer.set(x,this.offset),this.offset+=x.length}getData(){return this.buffer.subarray(0,this.offset)}byteLength(){return this.offset}};var Ce=class{getUint16(x,e){return x.getUint16(e,!1)}getUint32(x,e){return x.getUint32(e,!1)}getInt16(x,e){return x.getInt16(e,!1)}getInt8(x,e){return x.getInt8(e)}getUint8(x,e){return x.getUint8(e)}};function S2(t){let{baseName:x,fontMetrics:e,fontProgram:n,usedGlyphIds:r}=t,o=t.encoding??"identity",a=Array.from(r);a.includes(0)||a.push(0);let{glyphIds:i,gidMap:s}=A1(n,a),d=e.metrics.unitsPerEm,f=[],c=new Set(i),l,u;if(o==="sequential"){l=0,u=i.length-1;for(let w of i){let R=e.glyphMetrics.get(w)?.advanceWidth??0;f.push(Math.round(R/d*1e3))}}else{let w=Math.max(...i);l=0,u=w;for(let S=0;S<=w;S++){let C=e.glyphMetrics.get(S)?.advanceWidth??0;f.push(Math.round(C/d*1e3))}}let p=[],m=e.cmap.unicodeMap,h=new Map;for(let[w,S]of m.entries()){let R=h.get(S)||[];R.push(w),h.set(S,R)}if(o==="sequential")for(let w=0;w<i.length;w++){let S=i[w],R=h.get(S);if(R)for(let C of R)p.push({gid:w,unicode:C})}else for(let w of i){let S=h.get(w);if(S)for(let R of S)p.push({gid:w,unicode:R})}let b=ae(p),g=M1(n,i,o),y=w=>{if(o==="sequential"){let S=s.get(w);if(S===void 0)throw new Error(`Glyph ID ${w} not found in subset`);return S}else return w};return{name:`/${x}`,firstChar:l,lastChar:u,widths:f,toUnicodeCMap:b,fontFile:g,encodeGlyph:y,glyphIds:i,gidMap:s}}function A1(t,x){let e=new Ce,n=t.getRawTableData?.("glyf"),r=t.getRawTableData?.("loca"),o=t.getRawTableData?.("head"),a=new Set(x),i=[...x];if(!n||!r||!o){let m=Array.from(a).sort((b,g)=>b-g),h=new Map;return m.forEach((b,g)=>h.set(b,g)),{glyphIds:m,gidMap:h}}let s=new DataView(o.buffer,o.byteOffset,o.byteLength),d=new DataView(r.buffer,r.byteOffset,r.byteLength),f=new DataView(n.buffer,n.byteOffset,n.byteLength),c=e.getUint16(s,50),l=new qx(d,c,e);for(;i.length>0;){let m=i.pop(),h=l.getGlyphOffset(m);if(!h||h.start===h.end||h.start+2>f.byteLength)continue;if(e.getInt16(f,h.start)<0){let g=h.start+10,y;do{if(g+4>f.byteLength)break;y=e.getUint16(f,g);let w=e.getUint16(f,g+2);a.has(w)||(a.add(w),i.push(w)),g+=4,(y&1)!==0?g+=4:g+=2;let R=(y&8)!==0,C=(y&64)!==0,P=(y&128)!==0;R?g+=2:C?g+=4:P&&(g+=8)}while(y&32)}}let u=Array.from(a).sort((m,h)=>m-h),p=new Map;return u.forEach((m,h)=>p.set(m,h)),{glyphIds:u,gidMap:p}}function M1(t,x,e){let n=new Ce,r=Q=>t.getRawTableData?.(Q),o=r("head"),a=r("hhea"),i=r("maxp"),s=r("hmtx"),d=r("loca"),f=r("glyf"),c=r("OS/2");if(!o||!a||!i||!s||!d||!f)throw new Error("Missing required tables for subsetting");let l=new DataView(o.buffer,o.byteOffset,o.byteLength),u=new DataView(d.buffer,d.byteOffset,d.byteLength),p=new DataView(f.buffer,f.byteOffset,f.byteLength),m=new DataView(s.buffer,s.byteOffset,s.byteLength),h=new DataView(a.buffer,a.byteOffset,a.byteLength),b=n.getUint16(l,50),g=new qx(u,b,n),y=n.getUint16(h,34),w=new $x,S=new $x,R=new Set(x),C;if(e==="sequential"){C=x.length-1;let Q=new Map;x.forEach((G,K)=>Q.set(G,K));for(let G of x){w.writeUint32(S.byteLength());let K=g.getGlyphOffset(G);if(K&&K.end>K.start){let t0=new Uint8Array(f.buffer,f.byteOffset+K.start,K.end-K.start);if(n.getInt16(new DataView(t0.buffer,t0.byteOffset,t0.byteLength),0)<0){let H0=new Uint8Array(t0),P0=new DataView(H0.buffer),m0=10,c0;do{c0=n.getUint16(P0,m0);let p0=n.getUint16(P0,m0+2);P0.setUint16(m0+2,Q.get(p0)??0,!1),m0+=4,(c0&1)!==0?m0+=4:m0+=2;let A0=(c0&8)!==0,ox=(c0&64)!==0,Z0=(c0&128)!==0;A0?m0+=2:ox?m0+=4:Z0&&(m0+=8)}while(c0&32);S.writeBytes(H0)}else S.writeBytes(t0)}}}else{C=Math.max(...x);for(let Q=0;Q<=C;Q++)if(w.writeUint32(S.byteLength()),R.has(Q)){let G=g.getGlyphOffset(Q);if(G&&G.end>G.start){let K=new Uint8Array(f.buffer,f.byteOffset+G.start,G.end-G.start);S.writeBytes(K)}}}w.writeUint32(S.byteLength());let P=i.byteLength>6?6+Math.min(i.byteLength-6,26):i.byteLength,k=new Uint8Array(P);k.set(new Uint8Array(i.buffer,i.byteOffset,P)),new DataView(k.buffer,k.byteOffset,k.byteLength).setUint16(4,C+1,!1);let E=new $x;if(e==="sequential")for(let Q of x){let G=0,K=0;if(Q<y)G=n.getUint16(m,Q*4),K=n.getInt16(m,Q*4+2);else{G=n.getUint16(m,(y-1)*4);let t0=y*4+(Q-y)*2;t0+2<=m.byteLength&&(K=n.getInt16(m,t0))}E.writeUint16(G),E.writeInt16(K)}else for(let Q=0;Q<=C;Q++){let G=0,K=0;if(Q<y)G=n.getUint16(m,Q*4),K=n.getInt16(m,Q*4+2);else{G=n.getUint16(m,(y-1)*4);let t0=y*4+(Q-y)*2;t0+2<=m.byteLength&&(K=n.getInt16(m,t0))}E.writeUint16(G),E.writeInt16(K)}let F=new Uint8Array(a.byteLength);F.set(new Uint8Array(a.buffer,a.byteOffset,a.byteLength)),new DataView(F.buffer,F.byteOffset,F.byteLength).setUint16(34,C+1,!1);let T=new $x;T.writeUint16(0),T.writeUint16(1),T.writeUint16(3),T.writeUint16(1),T.writeUint32(12);let D=T.byteLength();T.writeUint16(4),T.writeUint16(0),T.writeUint16(0),T.writeUint16(0),T.writeUint16(0),T.writeUint16(0),T.writeUint16(0),T.writeUint16(65535),T.writeUint16(0),T.writeUint16(0),T.writeUint16(0),T.writeUint16(0);let O=T.byteLength(),U=T.getData();new DataView(U.buffer,U.byteOffset,U.byteLength).setUint16(D+2,O-D,!1);let q=new Uint8Array(o.byteLength);q.set(new Uint8Array(o.buffer,o.byteOffset,o.byteLength));let Z=new DataView(q.buffer,q.byteOffset,q.byteLength);Z.setUint16(50,1,!1),Z.setUint32(8,0,!1);let L=[["head",q],["hhea",F],["maxp",k],["hmtx",E.getData()],["loca",w.getData()],["glyf",S.getData()],["cmap",U]];c&&L.push(["OS/2",new Uint8Array(c)]),L.sort((Q,G)=>Q[0].localeCompare(G[0]));let $=L.length,x0=Math.pow(2,Math.floor(Math.log2($)))*16,o0=Math.floor(Math.log2($)),e0=$*16-x0,Y=new $x;Y.writeUint32(65536),Y.writeUint16($),Y.writeUint16(x0),Y.writeUint16(o0),Y.writeUint16(e0);let J=12+$*16;for(let[Q,G]of L){Y.writeBytes(new TextEncoder().encode(Q.padEnd(4)).slice(0,4)),Y.writeUint32(R2(G)),Y.writeUint32(J),Y.writeUint32(G.length);let K=G.length;G.length%4!==0&&(K+=4-G.length%4),J+=K}for(let[Q,G]of L){Y.writeBytes(G);let K=(4-G.length%4)%4;for(let t0=0;t0<K;t0++)Y.writeUint8(0)}let d0=Y.getData(),L0=new DataView(d0.buffer,d0.byteOffset,d0.byteLength),b0=2981146554-R2(d0)>>>0,u0=0;for(let Q=0;Q<$;Q++)if(new TextDecoder().decode(d0.slice(12+Q*16,12+Q*16+4))==="head"){u0=L0.getUint32(12+Q*16+8,!1);break}return u0>0&&L0.setUint32(u0+8,b0,!1),d0}function R2(t){let x=0,e=Math.floor(t.length/4),n=new DataView(t.buffer,t.byteOffset,t.byteLength);for(let o=0;o<e;o++)x=x+n.getUint32(o*4,!1)>>>0;let r=t.length%4;if(r>0){let o=0;for(let a=0;a<r;a++)o=o<<8|t[e*4+a];o=o<<(4-r)*8,x=x+o>>>0}return x>>>0}var Wn=class{constructor(x="identity"){this.encoding=x;this.glyphUsage=new Map;this.fonts=new Map;this.fontCounter=0}fontKey(x){if(x.css){let{family:r,weight:o,style:a}=x.css;return`${r}|${o}|${a}`}let{unitsPerEm:e,ascender:n}=x.metrics.metrics;return`_fallback_${e}_${n}`}registerGlyphRun(x){let e=this.fontKey(x.font),n=this.glyphUsage.get(e);n||(n=new Set,this.glyphUsage.set(e,n));for(let r of x.glyphIds)n.add(r)}ensureSubsetFor(x){let e=this.fontKey(x),n=this.glyphUsage.get(e)??new Set([0]);this.glyphUsage.has(e)||this.glyphUsage.set(e,n),n.add(0);let r=this.fonts.get(e);if(r&&this.subsetCoversGlyphs(r.subset,n))return r;let a=(r?.subset.name.startsWith("/")?r.subset.name.slice(1):void 0)??`F${++this.fontCounter}`,s={subset:S2({baseName:a,fontMetrics:x.metrics,fontProgram:x.program,usedGlyphIds:n,encoding:this.encoding}),unifiedFont:x};return this.fonts.set(e,s),s}subsetCoversGlyphs(x,e){let n=new Set(x.glyphIds);for(let r of e)if(!n.has(r))return!1;return!0}getAllSubsets(){return this.fonts.values()}getFontCount(){return this.fonts.size}};var k1=80,Un=class{constructor(x){this.doc=x;this.glyphSubsetRegistry=new Wn;this.subsetResources=new Map}registerGlyphRun(x){this.glyphSubsetRegistry.registerGlyphRun(x)}ensureSubsetForGlyphRun(x,e){this.registerGlyphRun(x);let n=this.glyphSubsetRegistry.ensureSubsetFor(x.font),o=`GS${n.subset.name.startsWith("/")?n.subset.name.slice(1):n.subset.name}`,a=this.subsetResources.get(o),i={...n.subset,name:`/${o}`};if(a&&this.subsetMatches(a.subset,i))return a;let s=this.materializeSubsetFont(i,e,n.unifiedFont),d={alias:o,subset:i,ref:s,font:e};return this.subsetResources.set(o,d),d}subsetMatches(x,e){if(x.glyphIds.length!==e.glyphIds.length)return!1;for(let n=0;n<x.glyphIds.length;n++)if(x.glyphIds[n]!==e.glyphIds[n])return!1;return!0}materializeSubsetFont(x,e,n){let r=e.metrics??n.metrics;if(!r)return e.ref;let o=r.metrics.unitsPerEm,a=w=>Math.round(w/o*1e3),i=r.headBBox?[a(r.headBBox[0]),a(r.headBBox[1]),a(r.headBBox[2]),a(r.headBBox[3])]:[-1e3,-1e3,1e3,1e3],s=x.fontFile&&x.fontFile.length>0?x.fontFile:e.embedded?.subset??new Uint8Array(0);if(!s||s.length===0)return I("font","warn","missing-font-file-for-subset",{baseFont:e.baseFont,alias:x.name}),e.ref;let d=1e3,f=[];if(x.widths&&x.widths.length>0)f=[x.firstChar,x.widths];else{let w=oe(r);d=w.DW,f=w.W}let l=`${x.name.startsWith("/")?x.name.slice(1):x.name}+${e.baseFont}`,u=this.doc.registerStream(s,{}),p={Type:"/FontDescriptor",FontName:`/${l}`,Flags:this.computePdfFlags(e,n),FontBBox:i,ItalicAngle:n.css?.style==="italic"?-12:0,Ascent:a(r.metrics.ascender),Descent:a(r.metrics.descender),CapHeight:a(r.metrics.capHeight??r.metrics.ascender),XHeight:a(r.metrics.xHeight??r.metrics.ascender/2),StemV:k1,FontFile2:u},m=this.doc.register(p),h={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${l}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:m,DW:d,W:f,CIDToGIDMap:"/Identity"},b=this.doc.register(h),g=this.doc.registerStream(new TextEncoder().encode(x.toUnicodeCMap),{}),y={Type:"/Font",Subtype:"/Type0",BaseFont:`/${l}-Identity-H`,Encoding:"/Identity-H",DescendantFonts:[b],ToUnicode:g};return this.doc.register(y)}computePdfFlags(x,e){let n=e.css?.family?.toLowerCase()??x.baseFont.toLowerCase(),r=e.css?.style??"",o=/italic|oblique/i.test(r)||/italic|oblique/i.test(x.baseFont),a=n.includes("serif"),i=n.includes("symbol")||n.includes("dingbat")||x.baseFont.toLowerCase().includes("symbol"),s=0;return i?s|=4:s|=32,a&&(s|=2),o&&(s|=64),s}};var v2="Times New Roman",no=class{constructor(x,e){this.doc=x;this.facesByFamily=new Map;this.embedder=null;this.fontConfig=null;let{facesByFamily:n}=h2(e);this.facesByFamily=n,this.fontResourceManager=new On(x),this.subsetResourceManager=new Un(x)}async ensureFontResource(x,e,n){let r=g0(e),o=this.makeFamilyKey(x,r,n),a=this.fontResourceManager.getCached(o);if(a)return a;if(this.embedder&&this.fontConfig){let s=to(x,this.fontConfig?.defaultStack),d=this.embedder.ensureFont(s,r,n);if(d){let f={baseFont:d.baseFont,resourceName:d.resourceName,get ref(){return d.ref},isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,f),f}}let i=this.ensureStandardFontResource(x,r,n);return this.fontResourceManager.setCached(o,i),i}getEmbedder(){return this.embedder}getDefaultFontStack(){return!this.fontConfig?.defaultStack||this.fontConfig.defaultStack.length===0?[]:[...this.fontConfig.defaultStack]}ensureFontResourceSync(x,e,n){let r=g0(e),o=this.makeFamilyKey(x,r,n),a=this.fontResourceManager.getCached(o);if(a)return a;if(this.embedder&&this.fontConfig){let s=to(x,this.fontConfig?.defaultStack),d=this.embedder.ensureFont(s,r,n);if(d){let f={baseFont:d.baseFont,resourceName:d.resourceName,get ref(){return d.ref},isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,f),f}}let i=this.ensureStandardFontResource(x,r,n);return this.fontResourceManager.setCached(o,i),i}ensureSubsetForGlyphRun(x,e){return this.subsetResourceManager.ensureSubsetForGlyphRun(x,e)}ensureStandardFontResource(x,e,n){let r=[...En(x),v2];for(let i of r){let s=Gx(i);if(!s)continue;let d=this.familyWeightKey(s,e,n),f=this.fontResourceManager.getCached(d);if(f)return this.fontResourceManager.setCached(this.makeFamilyKey(x,e,n),f),f;let c=w2(s,e,n,this.embedder!==null,this.facesByFamily),l=this.fontResourceManager.ensureBaseFontResource(c);return this.fontResourceManager.setCached(d,l),this.fontResourceManager.setCached(this.makeFamilyKey(i,e,n),l),x&&i!==x&&this.fontResourceManager.setCached(this.makeFamilyKey(x,e,n),l),l}let o=jx(v2,e,n),a=this.fontResourceManager.ensureBaseFontResource(o);return this.fontResourceManager.setCached(this.familyWeightKey("",e,n),a),a}makeFamilyKey(x,e,n){return this.familyWeightKey(Gx(x),e,n)}familyWeightKey(x,e,n){let r=x&&x.length>0?x:"__default",o=Dn(n)?"_italic":"";return`${r}@${qo(e)}${o}`}async initializeEmbedder(x){this.fontConfig=x,this.embedder=new i6(x,this.doc),await this.embedder.initialize(),I("font","debug","embedder initialized",{fontConfig:x})}setFontConfig(x){this.fontConfig=x,this.embedder=new i6(x,this.doc),I("font","debug","font config set",{fontConfig:x})}};function L2(t,x){return new no(t,x)}var Hn=class{constructor(x,e,n=0){this.pageHeightPt=x;this.pxToPt=e;this.pageOffsetPx=n}get pageHeightPx(){return this.ptToPx(this.pageHeightPt)}ptToPx(x){if(!this.ptToPxFactor){let e=this.pxToPt(1);this.ptToPxFactor=e===0?0:1/e}return x*(this.ptToPxFactor??0)}convertPxToPt(x){return this.pxToPt(x)}convertPtToPx(x){return this.ptToPx(x)}};function I1(t,x,e,n,r){let o=[];for(o.push({x0:t.x,y0:t.y,cx:x.x,cy:x.y,x1:e.x,y1:e.y});o.length>0;){let a=o.pop(),i=a.x0,s=a.y0,d=a.x1,f=a.y1,c=a.cx,l=a.cy,u=d-i,p=f-s,m=u*u+p*p,h=0;if(m===0){let b=c-i,g=l-s;h=Math.hypot(b,g)}else{let b=((c-i)*u+(l-s)*p)/m,g=i+b*u,y=s+b*p;h=Math.hypot(c-g,l-y)}if(h<=n)r.push({x:d,y:f});else{let b=(i+c)/2,g=(s+l)/2,y=(c+d)/2,w=(l+f)/2,S=(b+y)/2,R=(g+w)/2;o.push({x0:S,y0:R,cx:y,cy:w,x1:d,y1:f}),o.push({x0:i,y0:s,cx:b,cy:g,x1:S,y1:R})}}}function C2(t,x,e=.5){let n=[],r=0,o=0,a=[],i=(f,c)=>{a.length>0&&n.push(a),a=[{x:f,y:c}],r=f,o=c},s=(f,c)=>{a||(a=[{x:r,y:o}]),a.push({x:f,y:c}),r=f,o=c},d=(f,c,l,u)=>{a||(a=[{x:r,y:o}]),I1({x:r,y:o},{x:f,y:c},{x:l,y:u},e,a),r=l,o=u};for(let f of t)switch(f.type){case"moveTo":{let c=f.x*x,l=-f.y*x;i(c,l);break}case"lineTo":{let c=f.x*x,l=-f.y*x;s(c,l);break}case"quadTo":{let c=f.cx*x,l=-f.cy*x,u=f.x*x,p=-f.y*x;d(c,l,u,p);break}case"cubicTo":{for(let l=1;l<=8;l++){let u=l/8,p=Math.pow(1-u,3)*r+3*u*Math.pow(1-u,2)*(f.cx1*x)+3*u*u*(1-u)*(f.cx2*x)+u*u*u*(f.x*x),m=Math.pow(1-u,3)*o+3*u*Math.pow(1-u,2)*(-f.cy1*x)+3*u*u*(1-u)*(-f.cy2*x)+u*u*u*(-f.y*x);s(p,m)}break}case"close":{if(a.length>0){let c=a[0],l=a[a.length-1];(Math.abs(c.x-l.x)>1e-6||Math.abs(c.y-l.y)>1e-6)&&a.push({x:c.x,y:c.y}),n.push(a),a=[]}break}}if(a.length>0){let f=a[0],c=a[a.length-1];(Math.abs(f.x-c.x)>1e-6||Math.abs(f.y-c.y)>1e-6)&&a.push({x:f.x,y:f.y}),n.push(a)}return{contours:n}}function T2(t,x=4){if(!t||t.length===0)return null;let e=1/0,n=1/0,r=-1/0,o=-1/0;for(let m of t)for(let h of m)h.x<e&&(e=h.x),h.y<n&&(n=h.y),h.x>r&&(r=h.x),h.y>o&&(o=h.y);if(!isFinite(e)||!isFinite(n))return null;let a=1;e=Math.floor(e)-a,n=Math.floor(n)-a,r=Math.ceil(r)+a,o=Math.ceil(o)+a;let i=r-e,s=o-n;if(i<=0||s<=0)return null;let d=i*x,f=s*x,c=new Uint8ClampedArray(d*f);for(let m=0;m<f;m++){let h=n+m/x+.5/x,b=[];for(let g of t)for(let y=0;y<g.length-1;y++){let w=g[y],S=g[y+1],R=w.y,C=S.y;if(R===C)continue;let P=Math.min(R,C),k=Math.max(R,C);if(h<P||h>=k)continue;let B=(h-R)/(C-R),E=w.x+B*(S.x-w.x);b.push(E)}if(b.length!==0){b.sort((g,y)=>g-y);for(let g=0;g<b.length;g+=2){let y=b[g],w=b[g+1];if(w===void 0)break;let S=Math.max(0,Math.floor((y-e)*x)),R=Math.min(d,Math.ceil((w-e)*x));if(R<=S)continue;let C=m*d;for(let P=S;P<R;P++)c[C+P]=255}}}let l=i,u=s,p=new Uint8ClampedArray(l*u);for(let m=0;m<u;m++)for(let h=0;h<l;h++){let b=0,g=m*x,y=h*x;for(let S=0;S<x;S++){let R=(g+S)*d;for(let C=0;C<x;C++)b+=c[R+y+C]}let w=Math.round(b/(x*x));p[m*l+h]=w}return{width:l,height:u,data:p,offsetX:e,offsetY:n}}Te();function jn(t,x,e,n){if(!t||t.length===0)return t;if(n<=0)return t.slice();let r=Math.max(1e-4,n/3),o=Math.ceil(3*r),a=o*2+1,i=new Float32Array(a),s=r*r,d=1/(Math.sqrt(2*Math.PI)*r),f=0;for(let u=-o;u<=o;u++){let p=d*Math.exp(-(u*u)/(2*s));i[u+o]=p,f+=p}for(let u=0;u<a;u++)i[u]/=f;let c=new Float32Array(x*e);for(let u=0;u<e;u++){let p=u*x;for(let m=0;m<x;m++){let h=0;for(let b=-o;b<=o;b++){let g=m+b;g<0?h+=i[b+o]*t[p+0]:g>=x?h+=i[b+o]*t[p+(x-1)]:h+=i[b+o]*t[p+g]}c[p+m]=h}}let l=new Uint8ClampedArray(x*e);for(let u=0;u<x;u++)for(let p=0;p<e;p++){let m=0;for(let h=-o;h<=o;h++){let b=p+h;b<0?m+=i[h+o]*c[0*x+u]:b>=e?m+=i[h+o]*c[(e-1)*x+u]:m+=i[h+o]*c[b*x+u]}l[p*x+u]=Math.round(m)}return l}var N1=500,g6=new Map,F2=new Map;function E1(){for(;g6.size>N1;){let t=g6.keys().next().value;if(!t)break;g6.delete(t)}}function D1(t,x,e,n=4,r=0){let o=`${t.metrics.unitsPerEm}-${t.headBBox?t.headBBox.join(","):"nbb"}`,a=Math.round(Math.max(0,r||0)*10)/10;return`${o}|gid:${x}|size:${Math.round(e)}|ss:${n}|blur:${a}`}function B2(t,x,e,n=4,r=0){let o=D1(t,x,e,n,r),a=g6.get(o);if(a)return g6.delete(o),g6.set(o,a),a;if(!t.getGlyphOutline)return null;let i=t.getGlyphOutline(x);if(!i||i.length===0)return null;let s=t.metrics.unitsPerEm||1e3,d=e/s;try{let{contours:f}=C2(i,d,.5),c=T2(f,n);if(!c)return null;let l=c.data;r&&r>0&&(l=jn(c.data,c.width,c.height,r));let u=r&&r>0?Math.ceil(r*2)+2:0;try{let h=h6.pack(o,l,c.width,c.height,u);F2.set(o,h)}catch{F2.set(o,null)}let p=l instanceof Uint8ClampedArray?l:new Uint8ClampedArray(l),m={width:c.width,height:c.height,data:p,offsetX:c.offsetX,offsetY:c.offsetY};return g6.set(o,m),E1(),m}catch{return null}}var $n=class{constructor(x,e,n,r){this.coordinateTransformer=x;this.fontRegistry=e;this.imageRenderer=n;this.graphicsStateManager=r;this.runShadowCache=new Map}async render(x){let e=[],{run:n,font:r,encoded:o,Tm:a,fontSizePt:i,fontSizePx:s,wordSpacingPt:d,appliedWordSpacing:f,fontResourceName:c,subset:l,subsetAlias:u}=x;if(!n.textShadows||n.textShadows.length===0)return e;let p=n.textShadows.some(R=>(R.blur??0)>0||R.color&&R.color.a!==void 0&&R.color.a<1),m=n.glyphs?U1(n.glyphs.font):null,h=this.fontRegistry.getEmbedder?this.fontRegistry.getEmbedder():void 0,b=m??(h?h.getMetrics(r.baseFont):null),g=f?`${A(d)} Tw`:void 0,y=f?"0 Tw":void 0,w=u??c??r.resourceName,S=l?O1(n,l):o;if(this.imageRenderer&&p)if(n.glyphs&&b){let R=(await Promise.resolve().then(()=>(Te(),P2))).globalGlyphAtlas.getPages();R&&R.length>0&&this.imageRenderer.registerAtlasPages(R);let C=4,P=[];for(let k=0;k<n.glyphs.glyphIds.length;k++){let B=n.glyphs.glyphIds[k],E=n.glyphs.positions[k]??{x:0,y:0};try{let F=B2(b,B,s,C,0);if(!F)continue;P.push({mask:F,pos:E})}catch{}}if(P.length>0){let k=1/0,B=1/0,E=-1/0,F=-1/0,M=n.textShadows.reduce((U,X)=>Math.max(U,Math.max(0,X?.blur??0)),0);for(let U of P){let{mask:X,pos:q}=U,Z=X.offsetX??0,L=X.offsetY??0,$=q.x+Z,x0=q.y+L,o0=$+X.width,e0=x0+X.height;$<k&&(k=$),x0<B&&(B=x0),o0>E&&(E=o0),e0>F&&(F=e0)}let T=Math.ceil(M*2);k=Math.floor(k-T),B=Math.floor(B-T),E=Math.ceil(E+T),F=Math.ceil(F+T);let D=Math.max(0,E-k),O=Math.max(0,F-B);if(D>0&&O>0){let U=new Uint8Array(D*O);for(let X of P){let{mask:q,pos:Z}=X,L=q.offsetX??0,$=q.offsetY??0,x0=Math.round(Z.x+L-k),o0=Math.round(Z.y+$-B);for(let e0=0;e0<q.height;e0++){let Y=o0+e0;if(Y<0||Y>=O)continue;let J=e0,d0=Y*D,L0=J*q.width;for(let f0=0;f0<q.width;f0++){let b0=d0+x0+f0;if(b0<0||b0>=U.length)continue;let u0=q.data[L0+f0]||0,Q=U[b0]+u0;U[b0]=Q>255?255:Q}}}for(let X of n.textShadows){if(!X||!X.color)continue;let q=Math.max(0,X.blur??0),Z=U instanceof Uint8ClampedArray?U:new Uint8ClampedArray(U),L=q>0?jn(Z,D,O,q):Z,$=L instanceof Uint8ClampedArray?L:new Uint8ClampedArray(L),x0=Math.round(rx(X.color.r)*255),o0=Math.round(rx(X.color.g)*255),e0=Math.round(rx(X.color.b)*255),Y=X.color.a??1,J=`${n.text}|${r.baseFont}|size:${s}|blur:${Math.round(q)}|color:${x0},${o0},${e0},${Y}|ss:${C}`,d0,L0=this.runShadowCache.get(J);if(L0)d0=L0.alias;else{let P0=new Uint8Array(D*O*4);for(let p0=0,F0=0;p0<$.length;p0++,F0+=4)P0[F0]=x0,P0[F0+1]=o0,P0[F0+2]=e0,P0[F0+3]=Math.round($[p0]*Y);let m0={src:`internal:shadow:run:${r.resourceName}:${Math.round(Math.random()*1e9)}`,width:D,height:O,format:"png",channels:4,bitsPerComponent:8,data:P0.buffer};d0=this.imageRenderer.registerResource(m0).alias,this.runShadowCache.set(J,{alias:d0,image:m0})}let f0=X.offsetX??0,b0=X.offsetY??0,u0=a.e+f0+k,Q=a.f+b0+B,G=this.coordinateTransformer.convertPxToPt(D),K=this.coordinateTransformer.convertPxToPt(O),t0=this.coordinateTransformer.convertPxToPt(u0),i0=Q-this.coordinateTransformer.pageOffsetPx,H0=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(i0+O);e.push("q",`${A(G)} 0 0 ${A(K)} ${A(t0)} ${A(H0)} cm`,`/${d0} Do`,"Q")}}}else this.appendVectorShadowLayers(e,n,r,S,a,i,w,g,y)}else this.appendVectorShadowLayers(e,n,r,S,a,i,w,g,y);else this.appendVectorShadowLayers(e,n,r,S,a,i,w,g,y);return e}appendVectorShadowLayers(x,e,n,r,o,a,i,s,d){let f=e.textShadows??[];for(let c of f){if(!c||!c.color)continue;let l=this.coordinateTransformer.convertPxToPt(o.e+(c.offsetX??0)),u=o.f-this.coordinateTransformer.pageOffsetPx+(c.offsetY??0),p=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(u),m=["q",Rx(c.color,this.graphicsStateManager),"BT"];s&&m.push(s),m.push(`/${i} ${A(a)} Tf`,`${A(o.a)} ${A(o.b)} ${A(o.c)} ${A(o.d)} ${A(l)} ${A(p)} Tm`,`(${r}) Tj`),d&&m.push(d),m.push("ET","Q"),x.push(...m)}}};function O1(t,x){let e=t.glyphs;if(!e)return"";let n="";for(let r of e.glyphIds){let o=x.gidMap.get(r)??0;n+=String.fromCharCode(o>>8&255,o&255)}return W1(n)}function W1(t){return t.replace(/([()\\])/g,"\\$1")}function U1(t){return!t?.metrics||!t.program?.getGlyphOutline?null:{metrics:t.metrics.metrics,glyphMetrics:new Map(t.metrics.glyphMetrics),cmap:t.metrics.cmap,headBBox:t.metrics.headBBox,getGlyphOutline:t.program.getGlyphOutline}}var Vn=class{constructor(x,e){this.coordinateTransformer=x;this.graphicsStateManager=e}render(x,e){if(!x.decorations)return[];if(!x.lineMatrix)return[];let r=[],o=x.decorations.style??"solid";switch(o){case"double":r.push(...this.renderDouble(x,e));break;case"dotted":case"dashed":r.push(...this.renderDashedOrDotted(x,e,o));break;case"wavy":r.push(...this.renderWavy(x,e));break;case"solid":default:r.push(...this.renderSolid(x,e));break}return r}renderSolid(x,e){let n=x.lineMatrix;if(!n)return[];let r=Math.max(x.advanceWidth??0,0);if(r<=0)return[];let o=[];if(x.decorations?.lineThrough){let s=Math.max(x.fontSize*.085,.5),d=n.f-x.fontSize*.3;o.push({x:n.e,y:d-s/2,width:r,height:s})}if(x.decorations?.underline){let s=Math.max(x.fontSize*.065,.5),d=n.f+x.fontSize*.1;o.push({x:n.e,y:d-s/2,width:r,height:s})}if(x.decorations?.overline){let s=Math.max(x.fontSize*.05,.5),d=n.f-x.fontSize*.9;o.push({x:n.e,y:d-s/2,width:r,height:s})}let a=[],i=x.decorations?.color??e;for(let s of o){let d=this.rectToPdf(s);d&&a.push(Rx(i,this.graphicsStateManager),`${d.x} ${d.y} ${d.width} ${d.height} re`,"f")}return a}renderDouble(x,e){let n=x.lineMatrix;if(!n||!x.decorations?.underline&&!x.decorations?.overline&&!x.decorations?.lineThrough)return[];let r=Math.max(x.advanceWidth??0,0);if(r<=0)return[];let o=[],a=x.decorations?.color??e,i=(s,d)=>{let f=Math.max(d*.8,.5),c=Math.max(d*.8,.5),l=s-f/2-c/2,u=s+f/2-c/2,p=[{x:n.e,y:l,width:r,height:c},{x:n.e,y:u,width:r,height:c}];for(let m of p){let h=this.rectToPdf(m);h&&o.push(Rx(a,this.graphicsStateManager),`${h.x} ${h.y} ${h.width} ${h.height} re`,"f")}};if(x.decorations.lineThrough){let s=Math.max(x.fontSize*.085,.5),d=n.f-x.fontSize*.3;i(d,s)}if(x.decorations.underline){let s=Math.max(x.fontSize*.065,.5),d=n.f+x.fontSize*.1;i(d,s)}if(x.decorations.overline){let s=Math.max(x.fontSize*.05,.5),d=n.f-x.fontSize*.9;i(d,s)}return o}renderDashedOrDotted(x,e,n){let r=x.lineMatrix;if(!r||!x.decorations?.underline&&!x.decorations?.overline&&!x.decorations?.lineThrough)return[];let o=Math.max(x.advanceWidth??0,0);if(o<=0)return[];let a=x.decorations?.color??e,i=[],s=x.fontSize*.065,d=Math.max(s,.5),f=Math.max(d,.5),c=n==="dashed"?[3*f,3*f]:[f,f],l=u=>{let p=A(this.coordinateTransformer.convertPxToPt(r.e)),m=A(this.coordinateTransformer.convertPxToPt(r.e+o)),h=u-this.coordinateTransformer.pageOffsetPx,b=A(this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(h)),g=this.coordinateTransformer.convertPxToPt(Math.max(d,0)),y=c.map(w=>this.coordinateTransformer.convertPxToPt(Math.max(w,0))).map(A).join(" ");i.push(Rx(a,this.graphicsStateManager),`${g>0?A(g):"0"} w`,`[${y}] 0 d`,`${p} ${b} m`,`${m} ${b} l`,"S","[] 0 d")};if(x.decorations.lineThrough){let u=r.f-x.fontSize*.3;l(u)}if(x.decorations.underline){let u=r.f+x.fontSize*.1;l(u)}if(x.decorations.overline){let u=r.f-x.fontSize*.9;l(u)}return i}renderWavy(x,e){let n=x.lineMatrix;if(!n||!x.decorations?.underline&&!x.decorations?.overline&&!x.decorations?.lineThrough)return[];let r=Math.max(x.advanceWidth??0,0);if(r<=0)return[];let o=x.decorations?.color??e,a=[],i=Math.max(x.fontSize*.08,.5),s=Math.max(x.fontSize*.4,2),d=Math.max(x.fontSize*.065,.5),f=l=>{let u=[],p=Math.max(Math.round(r/(s/2)),2);for(let m=0;m<=p;m++){let h=n.e+r*m/p,b=m%2===0?-1:1,g=l+b*i;u.push({x:h,y:g})}return u},c=l=>{let u=f(l);if(u.length<2)return;let p=u[0].y-this.coordinateTransformer.pageOffsetPx,m=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(p),h=this.coordinateTransformer.convertPxToPt(u[0].x),b=this.coordinateTransformer.convertPxToPt(Math.max(d,0));a.push(Rx(o,this.graphicsStateManager),`${A(b)} w`),a.push(`${A(h)} ${A(m)} m`);for(let g=1;g<u.length;g++){let y=u[g].y-this.coordinateTransformer.pageOffsetPx,w=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(y),S=this.coordinateTransformer.convertPxToPt(u[g].x);a.push(`${A(S)} ${A(w)} l`)}a.push("S")};if(x.decorations.lineThrough){let l=n.f-x.fontSize*.3;c(l)}if(x.decorations.underline){let l=n.f+x.fontSize*.1;c(l)}if(x.decorations.overline){let l=n.f-x.fontSize*.9;c(l)}return a}rectToPdf(x){if(!x)return null;let e=Math.max(x.width,0),n=Math.max(x.height,0);if(e===0||n===0)return null;let r=x.y-this.coordinateTransformer.pageOffsetPx,o=this.coordinateTransformer.convertPxToPt(x.x),a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(r+n),i=this.coordinateTransformer.convertPxToPt(e),s=this.coordinateTransformer.convertPxToPt(n);return{x:A(o),y:A(a),width:A(i),height:A(s)}}};var _n=class{constructor(x){this.fontRegistry=x}async ensureFontResource(x){let e=x.text??"",n=xo(e),r=[];if(x.fontFamily&&r.push(x.fontFamily),n){let i=this.fontRegistry.getDefaultFontStack();for(let s of i)s&&s.length>0&&r.push(s)}r.push(void 0);let o=new Set,a=[];for(let i of r){let s=i??"__default__";if(o.has(s))continue;o.add(s);let d=await this.fontRegistry.ensureFontResource(i,x.fontWeight,x.fontStyle);if(a.push(d),H1(d,e,n))return d}return a[a.length-1]}};function H1(t,x,e){if(!x)return!0;if(!t.metrics)return!e;for(let n of x){let r=n.codePointAt(0);if(r===void 0)continue;if(t.metrics.cmap.getGlyphId(r)===0)return!1}return!0}function ro(t,x,e,n,r,o,a,i=0,s){let d=[];if(s?.skipColor||d.push(Rx(o,a)),d.push("BT"),d.push(`${x.name} ${A(r)} Tf`),s?.tm){let{a:b,b:g,c:y,d:w,e:S,f:R}=s.tm;d.push(`${A(b)} ${A(g)} ${A(y)} ${A(w)} ${A(S)} ${A(R)} Tm`)}else d.push(`${A(e)} ${A(n)} Td`);let f=i!==0;f&&d.push(`${A(i)} Tw`),s?.textRenderingMode!==void 0&&d.push(`${s.textRenderingMode} Tr`);let c=r/t.fontSize,l=t.font.metrics.metrics.unitsPerEm,u=t.font.metrics.glyphMetrics,p=b=>{let y=x.encodeGlyph(b).toString(16).toUpperCase(),w=y.length%2===0?y:`0${y}`;return w.length<4?w.padStart(4,"0"):w},m=[],h=!1;for(let b=0;b<t.glyphIds.length;b++){let g=t.glyphIds[b],y=p(g);if(m.push(`<${y}>`),b<t.glyphIds.length-1){let w=t.positions[b]?.x??0,R=(t.positions[b+1]?.x??w)-w;f&&(t.text[b+1]??"")===" "&&(R+=i/c);let P=(u.get(g)?.advanceWidth??0)/l*t.fontSize,k=R-P;if(Math.abs(k)>1e-6){let E=-(k*c)/r*1e3;Math.abs(E)>1e-6&&(h=!0,m.push(E))}}}if(h){let b=m.map(g=>typeof g=="number"?z1(g):g).join(" ");d.push(`[${b}] TJ`)}else{let b=t.glyphIds.map(g=>p(g)).join("");d.push(`<${b}> Tj`)}return d.push("ET"),s?.afterTextCommands&&s.afterTextCommands.length>0&&d.push(...s.afterTextCommands),d}function z1(t){return t.toFixed(6).replace(/\.?0+$/,"")}var G1=0,X6=class{constructor(x){this.coordinateTransformer=x;this.shadings=new Map;this.shadingCounter=0;this.serviceId=G1++}createLinearGradient(x,e){let n=this.generateShadingName(),r=this.normalizeStops(x.stops),o=x.renderOffset?.x??0,a=x.renderOffset?.y??0,i=x.renderScale?.x??1,s=x.renderScale?.y??1,d={x:(e.x??0)+o,y:(e.y??0)+a,width:e.width*i,height:e.height*s},f;if(x.coords&&x.coords.units==="userSpace"){let p=x.coords.x1-d.x,m=x.coords.y1-d.y,h=x.coords.x2-d.x,b=x.coords.y2-d.y;f=[p,m,h,b]}else if(x.coords&&x.coords.units==="ratio"){let p=Math.max(d.width,0),m=Math.max(d.height,0),h=x.coords.x1*p,b=x.coords.y1*m,g=x.coords.x2*p,y=x.coords.y2*m;f=[h,b,g,y]}else f=this.calculateGradientCoordinates(x,d);let c=this.buildInterpolationFunction(r),l=["<<","/ShadingType 2","/ColorSpace /DeviceRGB",`/Coords [${f.map(Y0).join(" ")}]`,"/Domain [0 1]",`/Function ${c}`,"/Extend [true true]",">>"].join(`
49
49
  `),u={shadingName:n,dictionary:l};return this.shadings.set(n,u),u}createPatternFromLinearGradient(x,e){let n=this.createLinearGradient(x,{x:e.x,y:e.y,width:e.width,height:e.height}),r=`${n.shadingName}_Pat`,o=this.coordinateTransformer.convertPxToPt(1),a=(e.y??0)-this.coordinateTransformer.pageOffsetPx,i=this.coordinateTransformer.convertPxToPt(e.x??0),s=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(a),d=["<<","/Type /Pattern","/PatternType 2",`/Shading ${n.dictionary}`,`/Matrix [${Y0(o)} 0 0 ${Y0(-o)} ${Y0(i)} ${Y0(s)}]`,">>"].join(`
50
- `);return{patternName:r,dictionary:d}}createRadialGradient(x,e){let n=this.generateShadingName(),r=this.normalizeStops(x.stops),o=Math.max(e.width,0),a=Math.max(e.height,0),i=o>0?o:1,s=a>0?a:1,d,f=null;if(x.coordsUnits==="userSpace"){let p=x.cx??0,m=x.cy??0,h=x.r??0,b=p-(e.x??0),g=m-(e.y??0),y=b,w=g,S=h;if(x.fx!==void 0&&x.fy!==void 0){let R=x.fx-(e.x??0),L=x.fy-(e.y??0);d=[R,L,0,y,w,S]}else d=[y,w,0,y,w,S]}else{let p=x.cx??.5,m=x.cy??.5,h=x.r??.5;if(x.transform){let b=x.transform,g=(P,E)=>({x:b.a*P+b.c*E+b.e,y:b.b*P+b.d*E+b.f}),y=g(p,m),w=g(p+h,m),S=y.x*i,R=y.y*s,L=w.x*i,T=w.y*s,N=Math.sqrt((L-S)*(L-S)+(T-R)*(T-R));if(x.fx!==void 0&&x.fy!==void 0){let P=g(x.fx,x.fy),E=P.x*i,B=P.y*s;d=[E,B,0,S,R,N]}else d=[S,R,0,S,R,N]}else{let b=p*i,g=m*s,y=h*Math.max(i,s);if(x.fx!==void 0&&x.fy!==void 0){let w=x.fx*i,S=x.fy*s;d=[w,S,0,b,g,y]}else d=[b,g,0,b,g,y]}}let c=this.buildInterpolationFunction(r),l=["<<","/ShadingType 3","/ColorSpace /DeviceRGB",`/Coords [${d.map(Y0).join(" ")}]`,...f?[f]:[],"/Domain [0 1]",`/Function ${c}`,"/Extend [true true]",">>"].join(`
51
- `),u={shadingName:n,dictionary:l};return this.shadings.set(n,u),u}getShadings(){let x=new Map;for(let{shadingName:e,dictionary:n}of this.shadings.values())x.set(e,n);return x}clear(){this.shadings.clear(),this.shadingCounter=0}generateShadingName(){return`Sh${this.serviceId}_${this.shadingCounter++}`}calculateGradientCoordinates(x,e){let n=Math.max(e.width,0),r=Math.max(e.height,0),o=n>0?n:1,a=r>0?r:1,i=o/2,s=a/2;switch(x.direction){case"to right":return[0,s,o,s];case"to left":return[o,s,0,s];case"to bottom":return[i,0,i,a];case"to top":return[i,a,i,0];case"to top right":return[0,a,o,0];case"to top left":return[o,a,0,0];case"to bottom right":return[0,0,o,a];case"to bottom left":return[o,0,0,a];default:if(x.direction.endsWith("deg")){let d=Number.parseFloat(x.direction);return this.calculateCoordinatesFromAngle(d,o,a)}return[0,s,o,s]}}calculateCoordinatesFromAngle(x,e,n){if(!Number.isFinite(x))return[0,n/2,e,n/2];let o=(x%360+360)%360*Math.PI/180,a=Math.sin(o),i=-Math.cos(o),s=e/2,d=n/2,f=this.computeMaxExtent(a,i,s,d),c=s-a*f,l=d-i*f,u=s+a*f,p=d+i*f;return[c,l,u,p]}computeMaxExtent(x,e,n,r){let a=Math.abs(x),i=Math.abs(e);return a<=1e-6&&i<=1e-6?0:a<=1e-6?r/i:i<=1e-6?n/a:Math.max(n/a,r/i)}normalizeStops(x){if(x.length===0)return[{color:this.parseColor("#000000"),position:0}];let e=x.map(s=>({color:this.parseColor(s.color),position:s.position}));if(!e.some(s=>s.position!==void 0)){if(e.length===1)return[{color:e[0].color,position:0}];let s=e.length-1;return e.map((d,f)=>({color:d.color,position:s===0?0:f/s}))}let r=e.map(s=>s.position);r[0]===void 0&&(r[0]=0),r[r.length-1]===void 0&&(r[r.length-1]=1);let o=0;r[o]=Fe(r[o]??0);for(let s=1;s<r.length;s++){let d=r[s];if(d===void 0)continue;let f=r[o]??0,c=Fe(d),l=s-o;if(l>1)for(let u=1;u<l;u++){let p=u/l,m=f+(c-f)*p;r[o+u]=Fe(m)}r[s]=c,o=s}for(let s=1;s<r.length;s++)r[s]===void 0&&(r[s]=r[s-1]);let a=[],i=Fe(r[0]??0);a.push({color:e[0].color,position:i});for(let s=1;s<r.length;s++){let d=Fe(r[s]??i),f=d<i?i:d;a.push({color:e[s].color,position:f}),i=f}if(a.length===1){let[s]=a;return[{color:s.color,position:0},{color:s.color,position:1}]}return a[0].position=0,a[a.length-1].position=1,a}buildInterpolationFunction(x){if(x.length<=1){let i=x.length===1?x[0].color:this.parseColor("#000000");return Yn(i,i)}let e=[];for(let i=0;i<x.length-1;i++){let s=x[i],d=x[i+1];d.position<=s.position||e.push({start:s,end:d})}if(e.length===0){let i=x[x.length-1].color;return Yn(i,i)}if(e.length===1){let[i]=e;return Yn(i.start.color,i.end.color)}let n=[],r=[],o=[];for(let i=0;i<e.length;i++){let s=e[i];i<e.length-1&&n.push(Y0(s.end.position)),r.push("0 1"),o.push(Yn(s.start.color,s.end.color))}return["<<","/FunctionType 3","/Domain [0 1]",`/Bounds [${n.join(" ")}]`,`/Encode [${r.join(" ")}]`,"/Functions [",o.join(`
50
+ `);return{patternName:r,dictionary:d}}createRadialGradient(x,e){let n=this.generateShadingName(),r=this.normalizeStops(x.stops),o=Math.max(e.width,0),a=Math.max(e.height,0),i=o>0?o:1,s=a>0?a:1,d,f=null;if(x.coordsUnits==="userSpace"){let p=x.cx??0,m=x.cy??0,h=x.r??0,b=p-(e.x??0),g=m-(e.y??0),y=b,w=g,S=h;if(x.fx!==void 0&&x.fy!==void 0){let R=x.fx-(e.x??0),C=x.fy-(e.y??0);d=[R,C,0,y,w,S]}else d=[y,w,0,y,w,S]}else{let p=x.cx??.5,m=x.cy??.5,h=x.r??.5;if(x.transform){let b=x.transform,g=(B,E)=>({x:b.a*B+b.c*E+b.e,y:b.b*B+b.d*E+b.f}),y=g(p,m),w=g(p+h,m),S=y.x*i,R=y.y*s,C=w.x*i,P=w.y*s,k=Math.sqrt((C-S)*(C-S)+(P-R)*(P-R));if(x.fx!==void 0&&x.fy!==void 0){let B=g(x.fx,x.fy),E=B.x*i,F=B.y*s;d=[E,F,0,S,R,k]}else d=[S,R,0,S,R,k]}else{let b=p*i,g=m*s,y=h*Math.max(i,s);if(x.fx!==void 0&&x.fy!==void 0){let w=x.fx*i,S=x.fy*s;d=[w,S,0,b,g,y]}else d=[b,g,0,b,g,y]}}let c=this.buildInterpolationFunction(r),l=["<<","/ShadingType 3","/ColorSpace /DeviceRGB",`/Coords [${d.map(Y0).join(" ")}]`,...f?[f]:[],"/Domain [0 1]",`/Function ${c}`,"/Extend [true true]",">>"].join(`
51
+ `),u={shadingName:n,dictionary:l};return this.shadings.set(n,u),u}getShadings(){let x=new Map;for(let{shadingName:e,dictionary:n}of this.shadings.values())x.set(e,n);return x}clear(){this.shadings.clear(),this.shadingCounter=0}generateShadingName(){return`Sh${this.serviceId}_${this.shadingCounter++}`}calculateGradientCoordinates(x,e){let n=Math.max(e.width,0),r=Math.max(e.height,0),o=n>0?n:1,a=r>0?r:1,i=o/2,s=a/2;switch(x.direction){case"to right":return[0,s,o,s];case"to left":return[o,s,0,s];case"to bottom":return[i,0,i,a];case"to top":return[i,a,i,0];case"to top right":return[0,a,o,0];case"to top left":return[o,a,0,0];case"to bottom right":return[0,0,o,a];case"to bottom left":return[o,0,0,a];default:if(x.direction.endsWith("deg")){let d=Number.parseFloat(x.direction);return this.calculateCoordinatesFromAngle(d,o,a)}return[0,s,o,s]}}calculateCoordinatesFromAngle(x,e,n){if(!Number.isFinite(x))return[0,n/2,e,n/2];let o=(x%360+360)%360*Math.PI/180,a=Math.sin(o),i=-Math.cos(o),s=e/2,d=n/2,f=this.computeMaxExtent(a,i,s,d),c=s-a*f,l=d-i*f,u=s+a*f,p=d+i*f;return[c,l,u,p]}computeMaxExtent(x,e,n,r){let a=Math.abs(x),i=Math.abs(e);return a<=1e-6&&i<=1e-6?0:a<=1e-6?r/i:i<=1e-6?n/a:Math.max(n/a,r/i)}normalizeStops(x){if(x.length===0)return[{color:this.parseColor("#000000"),position:0}];let e=x.map(s=>({color:this.parseColor(s.color),position:s.position}));if(!e.some(s=>s.position!==void 0)){if(e.length===1)return[{color:e[0].color,position:0}];let s=e.length-1;return e.map((d,f)=>({color:d.color,position:s===0?0:f/s}))}let r=e.map(s=>s.position);r[0]===void 0&&(r[0]=0),r[r.length-1]===void 0&&(r[r.length-1]=1);let o=0;r[o]=Pe(r[o]??0);for(let s=1;s<r.length;s++){let d=r[s];if(d===void 0)continue;let f=r[o]??0,c=Pe(d),l=s-o;if(l>1)for(let u=1;u<l;u++){let p=u/l,m=f+(c-f)*p;r[o+u]=Pe(m)}r[s]=c,o=s}for(let s=1;s<r.length;s++)r[s]===void 0&&(r[s]=r[s-1]);let a=[],i=Pe(r[0]??0);a.push({color:e[0].color,position:i});for(let s=1;s<r.length;s++){let d=Pe(r[s]??i),f=d<i?i:d;a.push({color:e[s].color,position:f}),i=f}if(a.length===1){let[s]=a;return[{color:s.color,position:0},{color:s.color,position:1}]}return a[0].position=0,a[a.length-1].position=1,a}buildInterpolationFunction(x){if(x.length<=1){let i=x.length===1?x[0].color:this.parseColor("#000000");return Yn(i,i)}let e=[];for(let i=0;i<x.length-1;i++){let s=x[i],d=x[i+1];d.position<=s.position||e.push({start:s,end:d})}if(e.length===0){let i=x[x.length-1].color;return Yn(i,i)}if(e.length===1){let[i]=e;return Yn(i.start.color,i.end.color)}let n=[],r=[],o=[];for(let i=0;i<e.length;i++){let s=e[i];i<e.length-1&&n.push(Y0(s.end.position)),r.push("0 1"),o.push(Yn(s.start.color,s.end.color))}return["<<","/FunctionType 3","/Domain [0 1]",`/Bounds [${n.join(" ")}]`,`/Encode [${r.join(" ")}]`,"/Functions [",o.join(`
52
52
  `),"]",">>"].join(`
53
- `)}parseColor(x){let e=O0(x);return H1(e)}};function H1(t){if(!t)return{r:1,g:1,b:1};let x=t.a??1,e=oo(t.r),n=oo(t.g),r=oo(t.b);return x>=1?{r:e,g:n,b:r}:{r:e*x+(1-x),g:n*x+(1-x),b:r*x+(1-x)}}function Fe(t){return!Number.isFinite(t??NaN)||(t??0)<=0?0:(t??0)>=1?1:t??0}function Yn(t,x){return["<<","/FunctionType 2","/Domain [0 1]",`/C0 [ ${Y0(t.r)} ${Y0(t.g)} ${Y0(t.b)} ]`,`/C1 [ ${Y0(x.r)} ${Y0(x.g)} ${Y0(x.b)} ]`,"/N 1",">>"].join(`
54
- `)}function oo(t){return Number.isFinite(t)?t>1?Math.min(Math.max(t/255,0),1):t<0?0:t:0}function Y0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(5).replace(/0+$/,"").replace(/\.$/,""):"0"}function Be(t){let x=H(q6(t.r)),e=H(q6(t.g)),n=H(q6(t.b));return`${x} ${e} ${n} RG`}function A2(t){let x=H(q6(t.r)),e=H(q6(t.g)),n=H(q6(t.b));return`${x} ${e} ${n} rg`}function M2(t){switch(t){case"butt":return 0;case"round":return 1;case"square":return 2;default:return}}function k2(t){switch(t){case"miter":return 0;case"round":return 1;case"bevel":return 2;default:return}}function q6(t){return t>1?t/255:t}function H(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function I2(t,x,e){if(!t)return null;let n=Math.max(t.width,0),r=Math.max(t.height,0);if(n===0||r===0)return null;if(e){let f=t.x-e.x,c=t.y-e.y,l=x.convertPxToPt(f),u=x.convertPxToPt(-(c+r)),p=x.convertPxToPt(n),m=x.convertPxToPt(r);return{x:H(l),y:H(u),width:H(p),height:H(m)}}let o=t.y-x.pageOffsetPx,a=x.convertPxToPt(t.x),i=x.pageHeightPt-x.convertPxToPt(o+r),s=x.convertPxToPt(n),d=x.convertPxToPt(r);return{x:H(a),y:H(i),width:H(s),height:H(d)}}function N2(t,x,e){if(e){let a=t.x-e.x,i=t.y-e.y,s=x.convertPxToPt(a),d=x.convertPxToPt(-i);return!Number.isFinite(s)||!Number.isFinite(d)?null:{x:H(s),y:H(d)}}let n=t.y-x.pageOffsetPx,r=x.convertPxToPt(t.x),o=x.pageHeightPt-x.convertPxToPt(n);return!Number.isFinite(r)||!Number.isFinite(o)?null:{x:H(r),y:H(o)}}function ao(t,x,e){if(e){let s=t.x-e.x,d=t.y-e.y,f=x.convertPxToPt(1),c=x.convertPxToPt(1),l=x.convertPxToPt(s),u=x.convertPxToPt(-d);return`${H(f)} 0 0 ${H(c)} ${H(l)} ${H(u)} cm`}let n=x.convertPxToPt(1),r=x.convertPxToPt(1),o=t.y-x.pageOffsetPx,a=x.convertPxToPt(t.x),i=x.pageHeightPt-x.convertPxToPt(o);return`${H(n)} 0 0 ${H(-r)} ${H(a)} ${H(i)} cm`}function Xn(t){if(!t)return null;let x={a:1,b:0,c:0,d:-1,e:0,f:0};return W0(W0(x,t),x)}var z1="\x1B[38;5;205m",G1="\x1B[0m",qn=class{constructor(x,e,n,r){this.coordinateTransformer=x;this.fontRegistry=e;this.commands=[];this.fonts=new Map;this.patterns=new Map;this.graphicsStateManager=r,this.fontResolver=new _n(e),this.shadowRenderer=new $n(x,e,n,r),this.decorationRenderer=new Vn(x,r),this.gradientService=new X6(x)}async drawText(x,e,n,r={fontSizePt:10}){if(!x)return;let o=r.fontFamily??"Times New Roman",a=r.fontWeight??400,i=r.fontStyle??"normal",s=r.fontVariant,d=this.coordinateTransformer.convertPtToPx(r.fontSizePt),f={text:x,fontFamily:o,fontWeight:a,fontStyle:i,fontVariant:s,fontSize:d,letterSpacing:0,wordSpacing:0,fill:r.color??{r:0,g:0,b:0,a:1},lineMatrix:{a:1,b:0,c:0,d:1,e,f:n}};await this.drawTextRun(f)}async drawTextRun(x){let e=await this.fontResolver.ensureFontResource({fontFamily:x.fontFamily,fontWeight:x.fontWeight,fontStyle:x.fontStyle,fontVariant:x.fontVariant,text:x.text});await this.drawTextRunWithGlyphs(x,e)}async drawTextRunWithGlyphs(x,e){let n=x.fill??{r:0,g:0,b:0,a:1},r=this.coordinateTransformer.convertPxToPt(x.fontSize),o=x.glyphs;if(!o||!_1(o,e)){let h=$1(x,e);h&&(o=h,x.glyphs=h)}if(!o){k("paint","warn","Skipping run without glyph data",{text:x.text.slice(0,32),fontFamily:x.fontFamily,fontSize:x.fontSize});return}k("paint","debug",`${z1}USING GLYPH RUN${G1}`,{text:x.text.slice(0,64),glyphCount:o.glyphIds.length});let i=j1(x,this.coordinateTransformer);k("paint","debug","drawing text run with glyphs",{text:x.text.slice(0,32),glyphIds:o.glyphIds.slice(0,10),fontSizePt:r,matrix:i});let s=x.text;x.fontVariant==="small-caps"&&(s=s.toUpperCase());let{encoded:d}=Sn(s,e),f=x.wordSpacing??0,c=this.coordinateTransformer.convertPxToPt(f),l=f!==0&&c!==0,u=this.fontRegistry.ensureSubsetForGlyphRun(o,e);this.registerSubsetFont(u.alias,u.ref);let p=x.textGradient;if(p&&p.rect&&p.rect.width>0&&p.rect.height>0){k("paint","debug","text run has background clip gradient",{text:x.text.slice(0,32),rect:p.rect});let h=p.gradient,b=h.type==="linear",g=h.type==="radial";if(b||g){let y=this.gradientService.createPatternFromLinearGradient(h,{width:p.rect.width,height:p.rect.height,x:p.rect.x,y:p.rect.y});this.patterns.set(y.patternName,y.dictionary);let w=["q","/Pattern cs",`/${y.patternName} scn`],S=ro(o,u.subset,0,0,r,n,this.graphicsStateManager,c,{skipColor:!0,tm:i});if(S.length>0){this.commands.push(...w,...S,"Q"),x.decorations&&this.commands.push(...this.decorationRenderer.render(x,n));return}}}if(x.textShadows&&x.textShadows.length>0){let h=await this.shadowRenderer.render({run:x,font:e,encoded:d,Tm:x.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0},fontSizePt:r,fontSizePx:x.fontSize,wordSpacingPt:c,appliedWordSpacing:l,fontResourceName:e.resourceName,subset:u.subset,subsetAlias:u.alias});this.commands.push(...h)}let m=ro(o,u.subset,0,0,r,n,this.graphicsStateManager,c,{tm:i});this.commands.push(...m),x.decorations&&this.commands.push(...this.decorationRenderer.render(x,n))}registerFont(x){this.fonts.has(x.resourceName)||this.fonts.set(x.resourceName,x.ref)}registerSubsetFont(x,e){this.fonts.set(x,e)}fillGradientRect(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n<=0||r<=0)return[];let o=e.type==="radial"?this.gradientService.createRadialGradient(e,x):this.gradientService.createLinearGradient(e,x);return["q",ao(x,this.coordinateTransformer,null),`0 0 ${M(n)} ${M(r)} re`,"W n",`/${o.shadingName} sh`,"Q"]}fillPatternRect(x){let e=Math.max(x.width,0),n=Math.max(x.height,0);return e<=0||n<=0?[]:[ao(x,this.coordinateTransformer,null),`0 0 ${M(e)} ${M(n)} re`,"f"]}getResult(){return{commands:[...this.commands],fonts:new Map(this.fonts),shadings:this.gradientService.getShadings(),patterns:new Map(this.patterns)}}};function j1(t,x){let e=t.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0};t.lineMatrix||k("paint","debug","Run provided without lineMatrix, using identity fallback",{text:t.text.slice(0,32),fontFamily:t.fontFamily});let n=x.pageOffsetPx,r={a:e.a,b:e.b,c:e.c,d:e.d,e:e.e,f:e.f-n};if(!(Math.abs(r.a-1)>1e-6||Math.abs(r.b)>1e-6||Math.abs(r.c)>1e-6||Math.abs(r.d-1)>1e-6))return{a:1,b:0,c:0,d:1,e:x.convertPxToPt(r.e),f:x.pageHeightPt-x.convertPxToPt(r.f)};let a=Xn(r)??{a:1,b:0,c:0,d:1,e:r.e,f:r.f};return{a:a.a,b:a.b,c:a.c,d:a.d,e:x.convertPxToPt(a.e),f:x.convertPxToPt(a.f+x.pageHeightPx)}}function $1(t,x){let e=V1(t,x);if(!e)return null;let n=t.letterSpacing??0,r=f6(e,t.text,t.fontSize,n);return c6(r,t.text,t.wordSpacing),r}function V1(t,x){let e=x.metrics;return e?{metrics:{metrics:e.metrics,glyphMetrics:e.glyphMetrics,cmap:e.cmap,headBBox:e.headBBox,kerning:e.kerning},program:{sourceFormat:"ttf",unitsPerEm:e.metrics.unitsPerEm,glyphCount:e.glyphMetrics.size,getGlyphOutline:e.getGlyphOutline,getRawTableData:e.getRawTableData},css:{family:t.fontFamily,weight:t.fontWeight??400,style:t.fontStyle??"normal"}}:null}function _1(t,x){if(!x.metrics)return!0;let e=t.font?.metrics;return e?x.metrics.cmap===e.cmap&&x.metrics.glyphMetrics===e.glyphMetrics:!1}var Kn=class{constructor(x){this.coordinateTransformer=x;this.commands=[];this.imageResources=new Map}registerResource(x){return this.ensureImageResource(x)}registerAtlasPages(x){for(let e=0;e<x.length;e++){let n=x[e],r=`atlas:${e}`;if(this.imageResources.has(r))continue;let o=`Im${this.imageResources.size}`,a={src:`atlas:${e}`,width:n.width,height:n.height,format:"png",channels:4,bitsPerComponent:8,data:n.data.buffer};this.imageResources.set(r,{alias:o,image:a})}}drawAtlasRegion(x,e,n,r,o,a){if(a.width<=0||a.height<=0)return;let i=`atlas:${x}`,s=this.imageResources.get(i);if(!s)return;let d=this.coordinateTransformer.convertPxToPt(a.width),f=this.coordinateTransformer.convertPxToPt(a.height);if(d===0||f===0)return;let c=this.coordinateTransformer.convertPxToPt(a.x),l=a.y-this.coordinateTransformer.pageOffsetPx,u=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(l+a.height),p=d/r,m=f/o,h=c-p*e,b=u-m*n,g=["q",`${Vx(p)} 0 0 ${Vx(m)} ${Vx(h)} ${Vx(b)} cm`,`/${s.alias} Do`,"Q"];this.commands.push(...g)}drawImage(x,e){if(e.width<=0||e.height<=0)return;let n=this.ensureImageResource(x),r=this.coordinateTransformer.convertPxToPt(e.width),o=this.coordinateTransformer.convertPxToPt(e.height);if(r===0||o===0)return;let a=this.coordinateTransformer.convertPxToPt(e.x),i=e.y-this.coordinateTransformer.pageOffsetPx,s=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(i+e.height);this.commands.push("q",`${Vx(r)} 0 0 ${Vx(o)} ${Vx(a)} ${Vx(s)} cm`,`/${n.alias} Do`,"Q")}ensureImageResource(x){let e=`${x.src}|${x.data.byteLength??0}`,n=this.imageResources.get(e);return n||(n={alias:`Im${this.imageResources.size}`,image:{...x,data:x.data}},this.imageResources.set(e,n)),n}getResult(){return{commands:[...this.commands],images:new Map(this.imageResources)}}};function Vx(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function y6(t,x,e){let n={topLeft:{...e.topLeft},topRight:{...e.topRight},bottomRight:{...e.bottomRight},bottomLeft:{...e.bottomLeft}},r=Math.max(t,0),o=Math.max(x,0);if(r<=0)n.topLeft.x=0,n.topRight.x=0,n.bottomRight.x=0,n.bottomLeft.x=0;else{let a=n.topLeft.x+n.topRight.x;if(a>r&&a>0){let s=r/a;n.topLeft.x*=s,n.topRight.x*=s}let i=n.bottomLeft.x+n.bottomRight.x;if(i>r&&i>0){let s=r/i;n.bottomLeft.x*=s,n.bottomRight.x*=s}}if(o<=0)n.topLeft.y=0,n.topRight.y=0,n.bottomRight.y=0,n.bottomLeft.y=0;else{let a=n.topLeft.y+n.bottomLeft.y;if(a>o&&a>0){let s=o/a;n.topLeft.y*=s,n.bottomLeft.y*=s}let i=n.topRight.y+n.bottomRight.y;if(i>o&&i>0){let s=o/i;n.topRight.y*=s,n.bottomRight.y*=s}}return n}function Zn(t){return t.topLeft.x===0&&t.topLeft.y===0&&t.topRight.x===0&&t.topRight.y===0&&t.bottomRight.x===0&&t.bottomRight.y===0&&t.bottomLeft.x===0&&t.bottomLeft.y===0}function w6(t,x,e,n,r){let o=[];if(t<=0||x<=0)return o;let a=e.topLeft,i=e.topRight,s=e.bottomRight,d=e.bottomLeft,f=.5522847498307936,c=n+a.x,l=r;if(o.push(`${H(c)} ${H(l)} m`),o.push(`${H(n+t-i.x)} ${H(r)} l`),i.x>0||i.y>0){let u=n+t-i.x+f*i.x,p=r,m=n+t,h=r+i.y-f*i.y,b=n+t,g=r+i.y;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n+t)} ${H(r)} l`);if(o.push(`${H(n+t)} ${H(r+x-s.y)} l`),s.x>0||s.y>0){let u=n+t,p=r+x-s.y+f*s.y,m=n+t-s.x+f*s.x,h=r+x,b=n+t-s.x,g=r+x;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n+t)} ${H(r+x)} l`);if(o.push(`${H(n+d.x)} ${H(r+x)} l`),d.x>0||d.y>0){let u=n+d.x-f*d.x,p=r+x,m=n,h=r+x-d.y+f*d.y,b=n,g=r+x-d.y;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n)} ${H(r+x)} l`);if(o.push(`${H(n)} ${H(r+a.y)} l`),a.x>0||a.y>0){let u=n,p=r+a.y-f*a.y,m=n+a.x-f*a.x,h=r,b=n+a.x,g=r;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n)} ${H(r)} l`);return o.push("h"),o}var Qn=class{constructor(x,e){this.coordinateTransformer=x;this.graphicsStateManager=e;this.commands=[];this.transformContext=null;this.gradientService=new X6(x)}setTransformContext(x){this.transformContext=x}clearTransformContext(){this.transformContext=null}drawBoxOutline(x,e={r:.85,g:.85,b:.85,a:1}){this.strokeRect(x,e)}drawFilledBox(x,e){this.fillRect(x,e)}fillRoundedRect(x,e,n){let r=Math.max(x.width,0),o=Math.max(x.height,0);if(r===0||o===0)return;let a=E2(n);if(a){a.type==="radial"?this.fillRoundedRectWithRadialGradient(x,e,a):this.fillRoundedRectWithGradient(x,e,a);return}if(typeof n!="object"||n===null)return;let i=y6(r,o,e);if(Zn(i)){this.fillRect(x,n);return}let s=w6(r,o,i,0,0);if(s.length===0)return;let d=[this.transformForRect(x),...s,"f"];this.pushFillCommands(n,d,!0)}pushRawCommands(x){!Array.isArray(x)||x.length===0||this.commands.push(...x)}fillRoundedRectWithGradient(x,e,n){let r=Math.max(x.width,0),o=Math.max(x.height,0);if(r===0||o===0)return;let a=y6(r,o,e);if(Zn(a)){this.fillRectWithGradient(x,n);return}let i=w6(r,o,a,0,0);if(i.length===0)return;let s=this.gradientService.createLinearGradient(n,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(...i),this.commands.push("W n"),this.commands.push(`/${s.shadingName} sh`),this.commands.push("Q")}fillRectWithGradient(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return;let o=this.gradientService.createLinearGradient(e,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(`0 0 ${H(n)} ${H(r)} re`),this.commands.push("W n"),this.commands.push(`/${o.shadingName} sh`),this.commands.push("Q")}fillRoundedRectWithRadialGradient(x,e,n){let r=Math.max(x.width,0),o=Math.max(x.height,0);if(r===0||o===0)return;let a=y6(r,o,e);if(Zn(a)){this.fillRectWithRadialGradient(x,n);return}let i=w6(r,o,a,0,0);if(i.length===0)return;let s=this.gradientService.createRadialGradient(n,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(...i),this.commands.push("W n"),this.commands.push(`/${s.shadingName} sh`),this.commands.push("Q")}fillRectWithRadialGradient(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return;let o=this.gradientService.createRadialGradient(e,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(`0 0 ${H(n)} ${H(r)} re`),this.commands.push("W n"),this.commands.push(`/${o.shadingName} sh`),this.commands.push("Q")}fillRoundedRectDifference(x,e,n,r,o){let a=Math.max(x.width,0),i=Math.max(x.height,0);if(a===0||i===0)return;let s=y6(a,i,e),d=Math.max(n.width,0),f=Math.max(n.height,0);if(d<=0||f<=0){this.fillRoundedRect(x,s,o);return}let c=w6(a,i,s,0,0);if(c.length===0)return;let l=y6(d,f,r),u=n.x-x.x,p=n.y-x.y,m=w6(d,f,l,u,p),h=[this.transformForRect(x),...c,...m,"f*"];this.pushFillCommands(o,h,!0)}fillRect(x,e){let n=E2(e);if(n){n.type==="radial"?this.fillRectWithRadialGradient(x,n):this.fillRectWithGradient(x,n);return}if(typeof e!="object"||e===null)return;let r=this.rectToPdf(x);if(!r)return;let o=[`${r.x} ${r.y} ${r.width} ${r.height} re`,"f"];this.pushFillCommands(e,o,!1)}strokeRect(x,e){let n=this.rectToPdf(x);n&&this.commands.push(Be(e),`${n.x} ${n.y} ${n.width} ${n.height} re`,"S")}strokeRoundedRect(x,e,n,r){let o=Math.max(x.width,0),a=Math.max(x.height,0);if(o===0||a===0)return;let i=y6(o,a,e),s=w6(o,a,i,0,0);if(s.length!==0){if(this.commands.push("q",Be(n)),r!==void 0){let d=this.coordinateTransformer.convertPxToPt(Math.max(r,0));d>0&&this.commands.push(`${H(d)} w`)}this.commands.push(this.transformForRect(x),...s,"S","Q")}}fillPolygon(x,e,n=!0){if(x.length<2)return;let r=this.pointsToPdf(x);if(!r)return;let o=[];o.push(`${r[0].x} ${r[0].y} m`);for(let a=1;a<r.length;a++){let i=r[a];o.push(`${i.x} ${i.y} l`)}n&&o.push("h"),o.push("f"),this.pushFillCommands(e,o,!0)}strokePolyline(x,e,n={}){if(x.length<2)return;let r=this.pointsToPdf(x);if(!r)return;let o=[];o.push(`${r[0].x} ${r[0].y} m`);for(let a=1;a<r.length;a++){let i=r[a];o.push(`${i.x} ${i.y} l`)}n.close&&o.push("h"),o.push("S"),this.commands.push("q",Be(e)),this.applyStrokeOptions(n),this.commands.push(...o,"Q")}fillPath(x,e,n={}){if(x.length===0)return;let r=this.pathCommandsToPdf(x);if(!r||r.length===0)return;let o=n.fillRule==="evenodd"?"f*":"f";this.pushFillCommands(e,[...r,o],!1)}beginClipPath(x,e={}){if(!x||x.length===0)return!1;let n=this.pathCommandsToPdf(x);if(!n||n.length===0)return!1;let r=e.fillRule==="evenodd"?"W*":"W";return this.commands.push("q",...n,`${r} n`),!0}endClipPath(){this.commands.push("Q")}fillPathWithGradient(x,e,n={}){if(!x||x.length===0)return;let r=this.pathCommandsToPdf(x);if(!r||r.length===0)return;let o=Number.POSITIVE_INFINITY,a=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY,s=Number.NEGATIVE_INFINITY;for(let c of x)c.type==="moveTo"||c.type==="lineTo"?(o=Math.min(o,c.x),a=Math.min(a,c.y),i=Math.max(i,c.x),s=Math.max(s,c.y)):c.type==="curveTo"&&(o=Math.min(o,c.x1,c.x2,c.x),a=Math.min(a,c.y1,c.y2,c.y),i=Math.max(i,c.x1,c.x2,c.x),s=Math.max(s,c.y1,c.y2,c.y));if(!Number.isFinite(o)||!Number.isFinite(a)||!Number.isFinite(i)||!Number.isFinite(s))return;let d={x:o,y:a,width:Math.max(0,i-o),height:Math.max(0,s-a)},f=e.type==="radial"?this.gradientService.createRadialGradient(e,d):this.gradientService.createLinearGradient(e,d);this.commands.push("q"),this.commands.push(...r),this.commands.push("W n"),this.commands.push(`/${f.shadingName} sh`),this.commands.push("Q")}strokePath(x,e,n={}){if(x.length===0)return;let r=this.pathCommandsToPdf(x);!r||r.length===0||(this.commands.push("q",Be(e)),this.applyStrokeOptions(n),this.commands.push(...r,"S"),n.dash&&Array.isArray(n.dash.pattern)&&n.dash.pattern.length>0&&this.commands.push("[] 0 d"),this.commands.push("Q"))}applyStrokeOptions(x){if(x.lineWidth!==void 0){let o=this.coordinateTransformer.convertPxToPt(Math.max(x.lineWidth,0));o>0&&this.commands.push(`${H(o)} w`)}let e=M2(x.lineCap);e!==void 0&&this.commands.push(`${e} J`);let n=k2(x.lineJoin);n!==void 0&&this.commands.push(`${n} j`);let r=x.dash;if(r&&Array.isArray(r.pattern)&&r.pattern.length>0){let o=r.pattern.map(i=>this.coordinateTransformer.convertPxToPt(Math.max(i,0))).map(H),a=H(this.coordinateTransformer.convertPxToPt(Math.max(r.phase??0,0)));this.commands.push(`[${o.join(" ")}] ${a} d`)}}pushFillCommands(x,e,n){let r=x.a??1,o=r<1,a={r:x.r,g:x.g,b:x.b,a:r},i=n||o;if(this.commands.push(A2(a)),i&&this.commands.push("q"),o){let s=this.graphicsStateManager.ensureFillAlphaState(r);this.commands.push(`/${s} gs`)}this.commands.push(...e),i&&this.commands.push("Q")}pathCommandsToPdf(x){let e=[];for(let n of x)switch(n.type){case"moveTo":{let r=this.pointToPdf({x:n.x,y:n.y});if(!r)return null;e.push(`${r.x} ${r.y} m`);break}case"lineTo":{let r=this.pointToPdf({x:n.x,y:n.y});if(!r)return null;e.push(`${r.x} ${r.y} l`);break}case"curveTo":{let r=this.pointToPdf({x:n.x1,y:n.y1}),o=this.pointToPdf({x:n.x2,y:n.y2}),a=this.pointToPdf({x:n.x,y:n.y});if(!r||!o||!a)return null;e.push(`${r.x} ${r.y} ${o.x} ${o.y} ${a.x} ${a.y} c`);break}case"closePath":e.push("h");break;default:return null}return e}transformForRect(x){if(this.transformContext){let i=x.x-this.transformContext.x,s=x.y-this.transformContext.y,d=this.coordinateTransformer.convertPxToPt(1),f=this.coordinateTransformer.convertPxToPt(1),c=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s);return`${H(d)} 0 0 ${H(f)} ${H(c)} ${H(l)} cm`}let e=this.coordinateTransformer.convertPxToPt(1),n=this.coordinateTransformer.convertPxToPt(1),r=x.y-this.coordinateTransformer.pageOffsetPx,o=this.coordinateTransformer.convertPxToPt(x.x),a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(r);return`${H(e)} 0 0 ${H(-n)} ${H(o)} ${H(a)} cm`}rectToPdf(x){return I2(x,this.coordinateTransformer,this.transformContext)}pointToPdf(x){return N2(x,this.coordinateTransformer,this.transformContext)}pointsToPdf(x){let e=[];for(let n of x){let r=this.pointToPdf(n);if(!r)return null;e.push(r)}return e}getResult(){return{commands:[...this.commands],shadings:this.gradientService.getShadings()}}};function E2(t){return Y1(t)||X1(t)?t:typeof t=="string"?yx(t):null}function Y1(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="linear"&&Array.isArray(x.stops)}function X1(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="radial"&&typeof x.r=="number"}var Jn=class{constructor(){this.fillAlphaStates=new Map;this.graphicsStates=new Map}ensureFillAlphaState(x){let n=this.normalizeAlpha(x).toFixed(4),r=this.fillAlphaStates.get(n);if(r)return r;let o=`GS${this.fillAlphaStates.size}`,a=Number.parseFloat(n);return this.fillAlphaStates.set(n,o),this.graphicsStates.set(o,a),o}getGraphicsStates(){return new Map(this.graphicsStates)}normalizeAlpha(x){return!Number.isFinite(x??NaN)||x===void 0?1:x<=0?0:x>=1?1:x}};var er=class{constructor(x){this.coordinateTransformer=x}buildClipCommands(x,e){if(!x)return null;let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return null;if(this.isZeroRadius(e)){let o=this.rectToPdf(x);return o?[`${o.x} ${o.y} ${o.width} ${o.height} re`]:null}return this.buildRoundedClipCommands(x,e)}buildRoundedClipCommands(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return null;let o=e.topLeft,a=e.topRight,i=e.bottomRight,s=e.bottomLeft,d=.5522847498307936,f=[],c=this.pointToPdf(x.x+o.x,x.y),l=this.pointToPdf(x.x+n-a.x,x.y);if(!c||!l)return null;if(f.push(`${c.x} ${c.y} m`),f.push(`${l.x} ${l.y} l`),a.x>0||a.y>0){let h=this.pointToPdf(x.x+n-a.x+d*a.x,x.y),b=this.pointToPdf(x.x+n,x.y+a.y-d*a.y),g=this.pointToPdf(x.x+n,x.y+a.y);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x+n,x.y);if(!h)return null;f.push(`${h.x} ${h.y} l`)}let u=this.pointToPdf(x.x+n,x.y+r-i.y);if(!u)return null;if(f.push(`${u.x} ${u.y} l`),i.x>0||i.y>0){let h=this.pointToPdf(x.x+n,x.y+r-i.y+d*i.y),b=this.pointToPdf(x.x+n-i.x+d*i.x,x.y+r),g=this.pointToPdf(x.x+n-i.x,x.y+r);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x+n,x.y+r);if(!h)return null;f.push(`${h.x} ${h.y} l`)}let p=this.pointToPdf(x.x+s.x,x.y+r);if(!p)return null;if(f.push(`${p.x} ${p.y} l`),s.x>0||s.y>0){let h=this.pointToPdf(x.x+s.x-d*s.x,x.y+r),b=this.pointToPdf(x.x,x.y+r-s.y+d*s.y),g=this.pointToPdf(x.x,x.y+r-s.y);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x,x.y+r);if(!h)return null;f.push(`${h.x} ${h.y} l`)}let m=this.pointToPdf(x.x,x.y+o.y);if(!m)return null;if(f.push(`${m.x} ${m.y} l`),o.x>0||o.y>0){let h=this.pointToPdf(x.x,x.y+o.y-d*o.y),b=this.pointToPdf(x.x+o.x-d*o.x,x.y),g=this.pointToPdf(x.x+o.x,x.y);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x,x.y);if(!h)return null;f.push(`${h.x} ${h.y} l`)}return f.push("h"),f}rectToPdf(x){if(!x)return null;let e=this.coordinateTransformer.convertPxToPt(Math.max(x.width,0)),n=this.coordinateTransformer.convertPxToPt(Math.max(x.height,0));if(!Number.isFinite(e)||!Number.isFinite(n)||e===0||n===0)return null;let r=this.pointToPdf(x.x,x.y+x.height);return r?{x:r.x,y:r.y,width:xr(e),height:xr(n)}:null}pointToPdf(x,e){if(!Number.isFinite(x)||!Number.isFinite(e))return null;let n=this.coordinateTransformer.convertPxToPt(x),r=e-this.coordinateTransformer.pageOffsetPx,o=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(r);return!Number.isFinite(n)||!Number.isFinite(o)?null:{x:xr(n),y:xr(o)}}isZeroRadius(x){return Math.abs(x.topLeft.x)<=1e-6&&Math.abs(x.topLeft.y)<=1e-6&&Math.abs(x.topRight.x)<=1e-6&&Math.abs(x.topRight.y)<=1e-6&&Math.abs(x.bottomRight.x)<=1e-6&&Math.abs(x.bottomRight.y)<=1e-6&&Math.abs(x.bottomLeft.x)<=1e-6&&Math.abs(x.bottomLeft.y)<=1e-6}};function xr(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var nr=class{constructor(x){this.coordinateTransformer=x}buildImageMatrix(x){if(!x||x.width<=0||x.height<=0)return null;let e=this.coordinateTransformer.convertPxToPt(x.width),n=this.coordinateTransformer.convertPxToPt(x.height);if(!Number.isFinite(e)||!Number.isFinite(n)||e===0||n===0)return null;let r=this.coordinateTransformer.convertPxToPt(x.x),o=x.y-this.coordinateTransformer.pageOffsetPx,a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(o+x.height);return!Number.isFinite(r)||!Number.isFinite(a)?null:`${tr(e)} 0 0 ${tr(n)} ${tr(r)} ${tr(a)} cm`}};function tr(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var rr=class{constructor(x,e){this.coordinateTransformer=x;this.shapeRenderer=e}beginTransformScope(x,e){let n=Xn(x);if(!n){this.shapeRenderer.pushRawCommands(["q"]);return}let r=this.coordinateTransformer.convertPxToPt(e.x),o=e.y-this.coordinateTransformer.pageOffsetPx,a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(o),i=Number.isFinite(e.width)?e.width/2:0,s=Number.isFinite(e.height)?e.height/2:0,d=this.coordinateTransformer.convertPxToPt(-i),f=this.coordinateTransformer.convertPxToPt(s),c=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s),u=["q",`1 0 0 1 ${U0(r)} ${U0(a)} cm`,`1 0 0 1 ${U0(c)} ${U0(l)} cm`,`${U0(n.a)} ${U0(n.b)} ${U0(n.c)} ${U0(n.d)} 0 0 cm`,`1 0 0 1 ${U0(d)} ${U0(f)} cm`];(n.b!==0||n.c!==0)&&u.push(`%PAGYRA_TRANSFORM ${U0(n.a)} ${U0(n.b)} ${U0(n.c)} ${U0(n.d)} ${U0(n.e)} ${U0(n.f)}`),this.shapeRenderer.pushRawCommands(u),this.shapeRenderer.setTransformContext(e)}endTransformScope(){this.shapeRenderer.pushRawCommands(["Q"]),this.shapeRenderer.clearTransformContext()}};function U0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}Pe();function D2(t){try{let x=h6.getPages();x&&x.length>0&&t.registerAtlasPages(x)}catch{}}function O2(t,x){let e=[],n=[];for(let r=0;r<t.length;)if(t[r]==="q"&&r+3<t.length&&t[r+3]==="Q"){let a=(t[r+2]??"").match(/^\/(\w+)\s+Do$/),i=[t[r],t[r+1]??"",t[r+2]??"",t[r+3]??""];r+=4,a&&x.has(a[1])?e.push(...i):n.push(...i)}else n.push(t[r]),r+=1;return{preShadow:e,post:n}}var or=class{constructor(x,e,n,r){this.textRenderer=x;this.imageRenderer=e;this.shapeRenderer=n;this.graphicsStateManager=r}combineResults(){let x=this.textRenderer.getResult();D2(this.imageRenderer);let e=this.imageRenderer.getResult(),n=this.shapeRenderer.getResult(),r=new Map;for(let[l,u]of this.graphicsStateManager.getGraphicsStates())r.set(l,u);let o=new Set;for(let[,l]of e.images)l.image.src&&typeof l.image.src=="string"&&l.image.src.startsWith("internal:shadow:")&&o.add(l.alias);let{preShadow:a,post:i}=O2(e.commands,o),s=[...a,...n.commands,...x.commands,...i],d=[];for(let[,l]of e.images)d.push({alias:l.alias,image:{src:l.image.src,width:l.image.width,height:l.image.height,format:l.image.format,channels:l.image.channels,bitsPerComponent:l.image.bitsPerComponent,data:new Uint8Array(l.image.data)},ref:l.ref});let f=new Map;for(let[l,u]of n.shadings)f.set(l,u);for(let[l,u]of x.shadings)f.set(l,u);let c=new Map;for(let[l,u]of x.patterns??[])c.set(l,u);return{content:s.join(`
55
- `),fonts:x.fonts,images:d,graphicsStates:r,shadings:f,patterns:c}}};Pe();var ir=class{constructor(x,e,n,r=0,o){this.clipDepth=0;this.coordinateTransformer=new Hn(x,e,r),this.graphicsStateManager=new Jn,this.imageRenderer=new Kn(this.coordinateTransformer),this.textRenderer=new qn(this.coordinateTransformer,n,this.imageRenderer,this.graphicsStateManager),this.shapeRenderer=new Qn(this.coordinateTransformer,this.graphicsStateManager),this.clippingPathBuilder=new er(this.coordinateTransformer),this.imageMatrixBuilder=new nr(this.coordinateTransformer),this.transformScopeManager=new rr(this.coordinateTransformer,this.shapeRenderer),this.resultCombiner=new or(this.textRenderer,this.imageRenderer,this.shapeRenderer,this.graphicsStateManager),this.environment=o,this.fontRegistry=n}get pageHeightPx(){return this.coordinateTransformer.pageHeightPx}drawBoxOutline(x,e={r:.85,g:.85,b:.85,a:1}){this.shapeRenderer.drawBoxOutline(x,e)}drawFilledBox(x,e){this.shapeRenderer.drawFilledBox(x,e)}drawImage(x,e){this.imageRenderer.drawImage(x,e)}drawBackgroundImage(x,e,n,r){if(!n||n.width<=0||n.height<=0){this.drawImage(x,e);return}let o=this.clippingPathBuilder.buildClipCommands(n,r);if(!o){this.drawImage(x,e);return}let a=this.imageRenderer.registerResource(x),i=this.imageMatrixBuilder.buildImageMatrix(e);if(!i)return;let s=["q",...o,"W n",i,`/${a.alias} Do`,"Q"];this.shapeRenderer.pushRawCommands(s)}drawShadowImage(x,e){if(e.width<=0||e.height<=0)return;let n=this.imageRenderer.registerResource(x),r=this.coordinateTransformer.convertPxToPt(e.width),o=this.coordinateTransformer.convertPxToPt(e.height);if(r===0||o===0)return;let a=this.coordinateTransformer.convertPxToPt(e.x),i=e.y-this.coordinateTransformer.pageOffsetPx,s=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(i+e.height),d=["q",`${ar(r)} 0 0 ${ar(o)} ${ar(a)} ${ar(s)} cm`,`/${n.alias} Do`,"Q"];this.shapeRenderer.pushRawCommands(d)}async drawText(x,e,n,r={fontSizePt:10}){await this.textRenderer.drawText(x,e,n,r)}async drawTextRun(x){await this.textRenderer.drawTextRun(x)}fillRoundedRect(x,e,n){this.shapeRenderer.fillRoundedRect(x,e,n)}fillRoundedRectDifference(x,e,n,r,o){this.shapeRenderer.fillRoundedRectDifference(x,e,n,r,o)}fillRect(x,e){this.shapeRenderer.fillRect(x,e)}strokeRect(x,e){this.shapeRenderer.strokeRect(x,e)}strokeRoundedRect(x,e,n,r){this.shapeRenderer.strokeRoundedRect(x,e,n,r)}fillPolygon(x,e,n=!0){this.shapeRenderer.fillPolygon(x,e,n)}fillPath(x,e,n={}){this.shapeRenderer.fillPath(x,e,n)}fillPathWithGradient(x,e,n={}){this.shapeRenderer.fillPathWithGradient(x,e,n)}strokePolyline(x,e,n={}){this.shapeRenderer.strokePolyline(x,e,n)}strokePath(x,e,n={}){this.shapeRenderer.strokePath(x,e,n)}beginClipPath(x,e={}){this.shapeRenderer.beginClipPath(x,e)&&this.clipDepth++}endClipPath(){this.clipDepth<=0||(this.shapeRenderer.endClipPath(),this.clipDepth--)}convertPxToPt(x){return this.coordinateTransformer.convertPxToPt(x)}renderFormControl(x){let e=Bn.getRenderer(x),n={coordinateTransformer:this.coordinateTransformer,graphicsStateManager:this.graphicsStateManager,fontResolver:{resolveFont:(o,a,i)=>o},fontProvider:this.fontRegistry},r=e.render(x,n);this.shapeRenderer.pushRawCommands(r.commands)}beginOpacityScope(x){if(x>=1)return;let e=this.graphicsStateManager.ensureFillAlphaState(x);this.shapeRenderer.pushRawCommands(["q",`/${e} gs`])}endOpacityScope(x){x>=1||this.shapeRenderer.pushRawCommands(["Q"])}beginTransformScope(x,e){this.transformScopeManager.beginTransformScope(x,e)}endTransformScope(){this.transformScopeManager.endTransformScope()}result(){try{let x=h6.getPages();x&&x.length>0&&this.imageRenderer.registerAtlasPages(x)}catch{}return this.resultCombiner.combineResults()}};function ar(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}async function W2({pageTree:t,pageNumber:x,totalPages:e,pageSize:n,pxToPt:r,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,headerFooterLayout:s,tokens:d,headerFooterTextOptions:f,pageBackground:c,margins:l,headerFooterCss:u,environment:p}){let m=new ir(n.heightPt,r,i,t.pageOffsetY,p),h=p7(s,x,e),b=h7(s,x,e);i2(m,c,o,a,t.pageOffsetY);let g=l?{margins:l,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,pageOffsetY:t.pageOffsetY,css:u,environment:p}:void 0;s.layerMode==="under"&&await Nn(m,h,b,d,x,e,f,!0,g);for(let y of t.paintOrder)await An(m,y);return s.layerMode==="over"&&await Nn(m,h,b,d,x,e,f,!1,g),m.result()}var H2=[{name:"Lato-Regular",family:"Lato",weight:400,style:"normal",file:"woff2/lato/lato-latin-400-normal.woff2",google:"Lato"},{name:"Lato-Bold",family:"Lato",weight:700,style:"normal",file:"woff2/lato/lato-latin-700-normal.woff2",google:"Lato"},{name:"Lato-Italic",family:"Lato",weight:400,style:"italic",file:"woff2/lato/lato-latin-400-italic.woff2",google:"Lato"},{name:"Lato-BoldItalic",family:"Lato",weight:700,style:"italic",file:"woff2/lato/lato-latin-700-italic.woff2",google:"Lato"},{name:"Roboto-Regular",family:"Roboto",weight:400,style:"normal",file:"ttf/roboto/Roboto-Regular.ttf",google:"Roboto"},{name:"Roboto-Bold",family:"Roboto",weight:700,style:"normal",file:"ttf/roboto/Roboto-Bold.ttf",google:"Roboto"},{name:"Roboto-Italic",family:"Roboto",weight:400,style:"italic",file:"ttf/roboto/Roboto-Italic.ttf",google:"Roboto"},{name:"Roboto-BoldItalic",family:"Roboto",weight:700,style:"italic",file:"ttf/roboto/Roboto-BoldItalic.ttf",google:"Roboto"},{name:"Arimo-Regular",family:"Arimo",weight:400,style:"normal",file:"ttf/arimo/Arimo-Regular.ttf",google:"Arimo"},{name:"Arimo-Bold",family:"Arimo",weight:700,style:"normal",file:"ttf/arimo/Arimo-Bold.ttf",google:"Arimo"},{name:"Arimo-Italic",family:"Arimo",weight:400,style:"italic",file:"ttf/arimo/Arimo-Italic.ttf",google:"Arimo"},{name:"Arimo-BoldItalic",family:"Arimo",weight:700,style:"italic",file:"ttf/arimo/Arimo-BoldItalic.ttf",google:"Arimo"},{name:"NotoSans-Regular",family:"Noto Sans",weight:400,style:"normal",file:"ttf/notosans/NotoSans-Regular.ttf",google:"Noto Sans"},{name:"DejaVuSans-Regular",family:"DejaVu Sans",weight:400,style:"normal",file:"ttf/dejavu/DejaVuSans.ttf"},{name:"Tinos-Regular",family:"Tinos",weight:400,style:"normal",file:"ttf/tinos/Tinos-Regular.ttf",google:"Tinos"},{name:"Tinos-Bold",family:"Tinos",weight:700,style:"normal",file:"ttf/tinos/Tinos-Bold.ttf",google:"Tinos"},{name:"Tinos-Italic",family:"Tinos",weight:400,style:"italic",file:"ttf/tinos/Tinos-Italic.ttf",google:"Tinos"},{name:"Tinos-BoldItalic",family:"Tinos",weight:700,style:"italic",file:"ttf/tinos/Tinos-BoldItalic.ttf",google:"Tinos"},{name:"CinzelDecorative-Regular",family:"Cinzel Decorative",weight:400,style:"normal",file:"ttf/cinzeldecorative/CinzelDecorative-Regular.ttf",google:"Cinzel Decorative"},{name:"CinzelDecorative-Bold",family:"Cinzel Decorative",weight:700,style:"normal",file:"ttf/cinzeldecorative/CinzelDecorative-Bold.ttf",google:"Cinzel Decorative"},{name:"CinzelDecorative-Black",family:"Cinzel Decorative",weight:900,style:"normal",file:"ttf/cinzeldecorative/CinzelDecorative-Black.ttf",google:"Cinzel Decorative"},{name:"Caveat-Regular",family:"Caveat",weight:400,style:"normal",file:"woff2/caveat/Caveat-Regular.woff2",google:"Caveat"},{name:"Caveat-Bold",family:"Caveat",weight:700,style:"normal",file:"woff2/caveat/Caveat-Bold.woff2",google:"Caveat"},{name:"FiraCode-Light",family:"Fira Code",weight:300,style:"normal",file:"ttf/firecode/FiraCode-Light.ttf",google:"Fira Code"},{name:"FiraCode-Regular",family:"Fira Code",weight:400,style:"normal",file:"ttf/firecode/FiraCode-Regular.ttf",google:"Fira Code"},{name:"FiraCode-Medium",family:"Fira Code",weight:500,style:"normal",file:"ttf/firecode/FiraCode-Medium.ttf",google:"Fira Code"},{name:"FiraCode-SemiBold",family:"Fira Code",weight:600,style:"normal",file:"ttf/firecode/FiraCode-SemiBold.ttf",google:"Fira Code"},{name:"FiraCode-Bold",family:"Fira Code",weight:700,style:"normal",file:"ttf/firecode/FiraCode-Bold.ttf",google:"Fira Code"},{name:"NotoEmoji-Light",family:"Noto Emoji",weight:300,style:"normal",file:"ttf/notoemoji/NotoEmoji-Light.ttf"},{name:"NotoEmoji-Regular",family:"Noto Emoji",weight:400,style:"normal",file:"ttf/notoemoji/NotoEmoji-Regular.ttf"},{name:"NotoEmoji-Medium",family:"Noto Emoji",weight:500,style:"normal",file:"ttf/notoemoji/NotoEmoji-Medium.ttf"},{name:"NotoEmoji-SemiBold",family:"Noto Emoji",weight:600,style:"normal",file:"ttf/notoemoji/NotoEmoji-SemiBold.ttf"},{name:"NotoEmoji-Bold",family:"Noto Emoji",weight:700,style:"normal",file:"ttf/notoemoji/NotoEmoji-Bold.ttf"},{name:"STIXTwoMath-Regular",family:"STIX Two Math",weight:400,style:"normal",file:"ttf/stixtwomath/STIXTwoMath-Regular.ttf"}],U2=["Lato","Roboto","Arimo","Noto Sans","DejaVu Sans","Tinos","Fira Code","Caveat","Cinzel Decorative","Noto Emoji","STIX Two Math"],K6,io=null,Ae=null;async function sr(t=new R6){let x=Z1();if(K6!==void 0&&io===x)return K6;if(Ae&&io===x)return Ae;io=x,Ae=(async()=>{if(x==="google"){let n=await J1(t);if(n.length)return K6={fontFaceDefs:n,defaultStack:U2},K6;k("font","warn","Google Fonts requested but none loaded; falling back to bundled assets")}let e=await Q1(t);return K6=e.length?{fontFaceDefs:e,defaultStack:U2}:null,K6})();try{return await Ae}finally{Ae=null}}function q1(){let x=globalThis.__PAGYRA_FONT_BASE;if(typeof x=="string"&&x.trim().length>0)return K1(x.trim());if(typeof window<"u"&&window.location)return`${window.location.origin.endsWith("/")?window.location.origin:`${window.location.origin}/`}assets/fonts/`;try{return new URL("../../assets/fonts/",import.meta.url).toString()}catch{return"/assets/fonts/"}}function K1(t){return t.endsWith("/")?t:`${t}/`}function Z1(){let t=globalThis,x=t.__PAGYRA_FONT_SOURCE,e=t.__PAGYRA_USE_GOOGLE_FONTS;if(typeof x=="string"){let n=x.toLowerCase();if(n==="google")return"google";if(n==="assets")return"assets"}return e===!0?"google":"assets"}async function Q1(t){let x=q1(),e=[];for(let n of H2){let r=new URL(n.file,x).toString();try{k("font","debug","Loading browser font file",{url:r});let o=await t.loader.load(r);e.push({name:n.name,family:n.family,weight:n.weight,style:n.style,src:r,data:o})}catch(o){k("font","warn","Failed to load font file",{url:r,error:o})}}return e}async function J1(t){let x=H2.filter(n=>!!n.google);if(!x.length)return[];let e=x9(x);if(!e)return[];try{k("font","debug","Fetching Google Fonts CSS",{url:e});let n=await t.loader.load(e),r=new TextDecoder().decode(n),o=t9(r),a=[];for(let i of x){let s=z2(i.family,i.weight,i.style),d=o.get(s);if(!d){k("font","warn","Google Fonts entry missing",{family:i.family,weight:i.weight,style:i.style});continue}try{k("font","debug","Downloading Google font file",{url:d,family:i.family,weight:i.weight,style:i.style});let f=await t.loader.load(d);a.push({name:i.name,family:i.family,weight:i.weight,style:i.style,src:d,data:f})}catch(f){k("font","warn","Failed to download Google font",{url:d,family:i.family,weight:i.weight,style:i.style,error:f})}}return a}catch(n){return k("font","warn","Failed to load Google Fonts CSS",{url:e,error:n}),[]}}function x9(t){let x=new Map;for(let n of t){if(!n.google)continue;let r=n.google,o=x.get(r);o||(o=new Set,x.set(r,o));let a=n.style==="italic"?1:0;o.add(`${a},${n.weight}`)}let e=[];for(let[n,r]of x){let o=Array.from(r).sort(),a=`family=${e9(n)}:ital,wght@${o.join(";")}`;e.push(a)}return e.length?`https://fonts.googleapis.com/css2?${e.join("&")}&display=swap`:""}function e9(t){return encodeURIComponent(t.replace(/\s+/g,"+"))}function t9(t){let x=new Map,e=/@font-face\s*{[^}]*}/g;for(let n of t.matchAll(e)){let r=n[0],o=/font-family:\s*['"]?([^'";]+)['"]?/i.exec(r),a=/font-weight:\s*([0-9]+)/i.exec(r),i=/font-style:\s*(italic|normal)/i.exec(r),s=/src:\s*[^;]*url\(([^)]+)\)/i.exec(r);if(!o||!a||!i||!s)continue;let d=o[1].trim(),f=Number.parseInt(a[1],10),c=i[1].toLowerCase()==="italic"?"italic":"normal",l=s[1].replace(/['"]/g,"").trim(),u=z2(d,f,c);x.has(u)||x.set(u,l)}return x}function z2(t,x,e){return`${t.toLowerCase()}@${x}@${e.toLowerCase()}`}function G2(t,x){let e=new Map;for(let a of x.images){let i=t.registerImage(a.image);a.ref=i,e.set(a.alias,i)}let n=new Map;for(let[a,i]of x.graphicsStates){let s=t.registerExtGState(i);n.set(a,s)}let r=new Map;for(let[a,i]of x.shadings){let s=t.registerShading(a,i);r.set(a,s)}let o=new Map;for(let[a,i]of x.patterns??[]){let s=t.registerPattern(a,i);o.set(a,s)}return{fonts:x.fonts,xObjects:e,extGStates:n,shadings:r,patterns:o}}var j2={widthPt:595.28,heightPt:841.89};async function $2(t,x={}){let{environment:e}=x;if(!x.fontConfig&&!e)throw new Error("renderPdf requires an environment to load builtin fonts if fontConfig is not provided.");let n=x.fontConfig??await sr(e),r=x.pageSize??o9(t),o=so(t.dpiAssumption),a=r9(t.dpiAssumption),i=new H6(x.metadata??{}),s=L2(i,t.css);n&&await s.initializeEmbedder(n);let d=a(r.heightPt)||1,f=a(r.widthPt)||1,c=x.margins??{top:0,right:0,bottom:0,left:0},l=a9(t.root,r,o),u=b7(t.hf,r,l),p=m7(u,o),m=d-p.headerHeightPx-p.footerHeightPx,h=m>0?m:d,b=m2(t.root,{pageHeight:h}),g=b.length,y=g7(t.hf.placeholders??{},g,x.metadata),w=n9(t.root),S=new _6(s);await i9(t.root,S);let R={fontSizePt:10,fontFamily:t.hf.fontFamily};for(let L=0;L<b.length;L++){let T=b[L],N=L+1,P=await W2({pageTree:T,pageNumber:N,totalPages:g,pageSize:r,pxToPt:o,pageWidthPx:f,pageHeightPx:d,fontRegistry:s,headerFooterLayout:p,tokens:y,headerFooterTextOptions:R,pageBackground:w,margins:c,headerFooterCss:x.headerFooterCss,environment:x.environment}),E=G2(i,P);i.addPage({width:r.widthPt,height:r.heightPt,contents:P.content,resources:E,annotations:[]})}return i.finalize()}function n9(t){if(t.background?.color)return t.background.color;for(let x of t.children)if(x.tagName==="body"||x.tagName==="html"){let e=x.background?.color;if(e)return e}}function so(t){let e=72/(t>0?t:96);return n=>n*e}function r9(t){let e=(t>0?t:96)/72;return n=>n*e}function o9(t){let x=t.root.contentBox.width>0?so(t.dpiAssumption)(t.root.contentBox.width):j2.widthPt,e=t.root.contentBox.height>0?so(t.dpiAssumption)(t.root.contentBox.height):j2.heightPt;return{widthPt:x,heightPt:e}}function a9(t,x,e){let n=t.contentBox.width>0?t.contentBox.width:x.widthPt/e(1),r=t.contentBox.height>0?t.contentBox.height:x.heightPt/e(1);return{x:t.contentBox.x,y:t.contentBox.y,width:n,height:r}}async function i9(t,x){async function e(r){if(k("font","debug",`Attempting to enrich: "${r.text}", family: ${r.fontFamily}`),r.glyphs){k("font","debug","Already has glyphs, skipping");return}try{let o=await x.resolve(r.fontFamily,r.fontWeight,r.fontStyle);k("font","debug","Font resolved for glyph enrichment");let a=r.letterSpacing??0,i=f6(o,r.text,r.fontSize,a);c6(i,r.text,r.wordSpacing),r.glyphs=i,k("font","debug",`Enriched "${r.text}" with ${i.glyphIds.length} glyphs:`,i.glyphIds)}catch(o){k("font","warn",`Failed to enrich "${r.text}":`,o)}}async function n(r){if(r.textRuns&&r.textRuns.length>0){k("font","debug",`Found ${r.textRuns.length} text runs in box ${r.tagName||"text"}`);for(let o of r.textRuns)await e(o)}for(let o of r.children)await n(o)}k("font","debug","Starting enrichment of tree"),await n(t),k("font","debug","Finished enrichment")}function V2(t){Y2(t,x=>{if(x.textAlign!=="justify")return!0;let e=[];_2(x,e);let n=e.filter(o=>typeof o.lineIndex=="number");if(n.length===0)return!1;let r=s9(n);for(let o of r)d9(o);return!1})}function s9(t){let x=new Map;for(let e of t){let n=e.lineIndex,r=x.get(n);r||(r=[],x.set(n,r)),r.push(e)}for(let e of x.values())e.sort((n,r)=>{let o=n.lineMatrix?.e??0,a=r.lineMatrix?.e??0;return o-a});return Array.from(x.values())}function d9(t){if(t.length===0)return;let x=0;for(;x<t.length&&/^\s+$/.test(t[x].text);)x++;let e=0;for(let i=0;i<x;i++)e+=t[i].advanceWidth??0;let n=0;for(let i=x;i<t.length;i++)n+=t[i].spacesInRun??0;if(!(t[0].isLastLine??!1)&&e>0&&n>0){let i=e/n;for(let s=x;s<t.length;s++){let d=t[s];(d.spacesInRun??0)>0&&(d.wordSpacing=(d.wordSpacing??0)+i,d.advanceWidth=(d.advanceWidth??0)+d.spacesInRun*i)}}let o=t.map(i=>({x:i.lineMatrix?.e??0,baseWidth:(i.advanceWidth??0)-(i.spacesInRun??0)*(i.wordSpacing??0),fontSize:i.fontSize})),a=o[0].x;for(let i=0;i<t.length;i++){let s=t[i];if(i<x){s.lineMatrix&&(s.lineMatrix.e=a),s.advanceWidth=0;continue}s.lineMatrix&&(s.lineMatrix.e=a);let d=s.advanceWidth??0;if(a+=d,i<t.length-1){let f=o[i+1],c=o[i],l=f.x-(c.x+c.baseWidth),u=Math.max(c.fontSize,f.fontSize),p=i<x;(l>u||!p&&d===0&&l>0)&&(a+=l)}}}function _2(t,x){t.textRuns&&x.push(...t.textRuns);for(let e of t.children)_2(e,x)}function Y2(t,x){if(x(t))for(let n of t.children)Y2(n,x)}var X2={width:595.28,height:841.89},dr={top:36,right:36,bottom:36,left:36},q2=ox(X2.width),K2=ox(X2.height),f9={top:ox(dr.top),right:ox(dr.right),bottom:ox(dr.bottom),left:ox(dr.left)};function Z2(t,x){let e={...f9},n=e.left+e.right,r=e.top+e.bottom,o=Me(t,0),a=Me(x,0);if(n>o){let i=o/(n||1);e.left*=i,e.right*=i}if(r>a){let i=a/(r||1);e.top*=i,e.bottom*=i}return e}function ke(t,x){if(!Number.isFinite(t??NaN))return x;let e=Number(t);return e>0?e:x}function Me(t,x){return Math.max(1,t-x)}async function x5(t){let x=t.environment??new m6(t.assetRootDir??t.resourceBaseDir),e=t.fontConfig??await sr(x),n=e?{...t,fontConfig:e,environment:x}:{...t,environment:x},r=await c9(n);return $2(r.renderTree,{pageSize:r.pageSize,fontConfig:e??void 0,margins:r.margins,environment:x})}async function c9(t){let x=ke(t.pageWidth,q2),e=ke(t.pageHeight,K2),n=Z2(x,e),r=Me(x,n.left+n.right),o=Me(e,n.top+n.bottom),a=Math.min(ke(t.viewportWidth,r),r),i=Math.min(ke(t.viewportHeight,o),o),{html:s,css:d,pageWidth:f,pageHeight:c,margins:l,...u}=t,{html:p,css:m=""}={html:s,css:d,...u},{debug:h=!1,debugLevel:b,debugCats:g,headerFooter:y,resourceBaseDir:w,assetRootDir:S,environment:R}=t,L=h9(p);pr(a,i);let T=w??S??"",N=S??T,P=R??new m6(N);(b||g)&&yo({level:b??(h?"debug":"info"),cats:g});let B=He({viewport:{width:a,height:i}});k("html-to-pdf","debug",`prepareHtmlRender - input html: ${p}`);let{document:A}=J6(L);g9(A)&&(A=J6(t5(p)).document),k("html-to-pdf","debug",`prepareHtmlRender - parsed document body: ${A.body?.innerHTML||"no body"}`),k("html-to-pdf","debug",`prepareHtmlRender - document.documentElement tagName: ${A.documentElement?.tagName}`),k("html-to-pdf","debug",`prepareHtmlRender - document.documentElement innerHTML: ${A.documentElement?.innerHTML}`),k("html-to-pdf","debug",`prepareHtmlRender - document children count: ${A.childNodes.length}`);for(let V=0;V<A.childNodes.length;V++){let s0=A.childNodes[V],f0=s0.nodeType===s0.ELEMENT_NODE?s0.tagName:"text node";k("html-to-pdf","debug",`prepareHtmlRender - document child ${V}: ${s0.nodeType}, ${f0}`)}k("parse","debug","DOM parsed",{hasBody:!!A.body});let F=m||"",D=Array.from(A.querySelectorAll("style"));for(let V of D)V.textContent&&(F+=`
56
- `+V.textContent);let O=Array.from(A.querySelectorAll("link")).filter(V=>(V.getAttribute("rel")||"").toLowerCase()==="stylesheet");for(let V of O){let s0=V.getAttribute("href");if(!s0)continue;let f0=await l9(s0,T,N,P);f0&&(F+=`
57
- `+f0)}let{styleRules:U,fontFaceRules:Y}=De(F);k("parse","debug","CSS rules",{count:U.length,fontFaces:Y.length});let q=A.body,X=q;q&&q.childNodes.length===0?Array.from(A.documentElement.childNodes).filter(s0=>s0.nodeType===s0.ELEMENT_NODE&&s0.tagName!=="HEAD").length>0&&(X=A.documentElement):q||(X=A.documentElement);let C=new $0,j=A.documentElement,t0=j?xx(j,U,C,B,C.fontSize):C,Z=t0.fontSize,J;!X||X===j?J=t0:J=xx(X,U,t0,B,Z),p9(J.display)&&(J.display="block");let Q=new w0(J,[],{tagName:X?.tagName?.toLowerCase()}),x0={resourceBaseDir:T,assetRootDir:N,units:B,rootFontSize:Z,environment:P};if(X){k("html-to-pdf","debug",`prepareHtmlRender - processing children of: ${X.tagName}, count: ${X.childNodes.length}`);for(let V of Array.from(X.childNodes)){let s0=V.nodeType===V.ELEMENT_NODE?V.tagName:"text node";if(k("html-to-pdf","debug",`prepareHtmlRender - processing child: ${s0}, type: ${V.nodeType}`),V.nodeType===V.ELEMENT_NODE){let i0=V.tagName.toLowerCase();if(i0==="head"||i0==="meta"||i0==="title"||i0==="link"||i0==="script")continue}let f0=await Se(V,U,J,x0);f0&&Q.appendChild(f0)}}let l0=new H6;for(let V of Y){let s0=V.declarations["font-family"]?.replace(/['"]/g,""),f0=V.declarations.src;if(s0&&f0){let i0=u9(f0);if(i0&&t.fontConfig){let b0=await J2(i0,T,N,P);if(b0){let m0=V.declarations["font-weight"]||"400",G0=V.declarations["font-style"]||"normal";t.fontConfig.fontFaceDefs.push({name:s0,family:s0,src:i0,data:b0,weight:b9(m0),style:m9(G0)})}}}}if(t.fontConfig){for(let V of t.fontConfig.fontFaceDefs)if(!V.data&&V.src){let s0=await J2(V.src,T,N,P);s0&&(V.data=s0)}}let F0=t.fontConfig?new i6(t.fontConfig,l0):null;F0&&await F0.initialize(),Et(Q,{width:a,height:i},F0),k("layout","debug","Layout complete");let c0=Ut(Q,{headerFooter:y});V2(c0.root);let K=y?.maxHeaderHeightPx??0,e0=y?.maxFooterHeightPx??0;Pc(c0.root,{pageHeight:e,margins:n,headerHeightPx:K,footerHeightPx:e0}),bn(c0.root,n.left,0,h);let n0={widthPt:gr(x),heightPt:gr(e)};return{layoutRoot:Q,renderTree:c0,pageSize:n0,margins:n}}function e5(t,x,e,n){let r=t;return r.startsWith("file://")?r=n.fileURLToPath?n.fileURLToPath(r):r:r.startsWith("/")?r=n.pathResolve?n.pathResolve(e,`.${r}`):r:(n.pathIsAbsolute?n.pathIsAbsolute(r):r.includes(":"))||(r=n.pathResolve?n.pathResolve(x,r):r),r}async function l9(t,x,e,n){let r=t.trim();if(!r)return"";try{if(/^https?:\/\//i.test(r)||r.startsWith("//")){let d=r.startsWith("//")?`https:${r}`:r,f=await fetch(d);if(!f.ok)throw new Error(`HTTP ${f.status}`);let c=await f.text();return Q2(c,d)}let o=n.resolveLocal?n.resolveLocal(r,x):e5(r,x,e,n),a=await n.loader.load(o),i=new TextDecoder("utf-8").decode(a),s=/^https?:\/\//i.test(o)||o.startsWith("file:")?o:n.pathToFileURL?n.pathToFileURL(o):o;return Q2(i,s)}catch(o){return k("parse","warn","Failed to load stylesheet",{href:t,error:o instanceof Error?o.message:String(o)}),""}}function Q2(t,x){let e;try{e=new URL(x)}catch{return t}let n=/url\(\s*(['"]?)([^'")]+)\1\s*\)/gi;return t.replace(n,(r,o,a)=>{let i=(a||"").trim();if(!i||/^data:/i.test(i)||/^[a-z][a-z0-9+\-.]*:/i.test(i))return r;try{let s=new URL(i,e).toString(),d=o||"";return`url(${d}${s}${d})`}catch{return r}})}function u9(t){let x=/url\(\s*(['"]?)([^'")]+)\1\s*\)(?:\s*format\(\s*['"]?([^'")]+)['"]?\s*\))?/gi,e=null,n=null,r;for(;(r=x.exec(t))!==null;){let o=r[2],a=(r[3]||"").toLowerCase();if(e||(e=o),a==="woff2"){n=o;break}}return n??e}function b9(t){let x=t.trim().toLowerCase();if(x==="bold")return 700;if(x==="normal")return 400;let e=Number.parseInt(x,10);return Number.isFinite(e)?e:400}function m9(t){let x=t.trim().toLowerCase();return x.includes("italic")||x.includes("oblique")?"italic":"normal"}async function J2(t,x,e,n){let r=t.trim();if(!r)return null;let o=r;try{if(o.startsWith("//")&&(o=`https:${o}`),/^data:/i.test(o)){let s=o.indexOf(",");if(s===-1)throw new Error("Invalid data URI");let d=o.slice(5,s);if(!/;base64/i.test(d))throw new Error("Only base64-encoded data URIs are supported for fonts");return Ux(o.slice(s+1)).slice().buffer}if(/^https?:\/\//i.test(o)){let s=await fetch(o);if(!s.ok)throw new Error(`HTTP ${s.status}`);return await s.arrayBuffer()}if(/^file:/i.test(o)){let s=n.fileURLToPath?n.fileURLToPath(o):o;return await n.loader.load(s)}let a=n.resolveLocal?n.resolveLocal(o,x):e5(o,x,e,n);return await n.loader.load(a)}catch(a){return k("font","warn","Failed to load font data",{src:t,error:a instanceof Error?a.message:String(a)}),null}}function p9(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function h9(t){return/<\s*html[\s>]/i.test(t)?t:t5(t)}function t5(t){return`<!doctype html><html><head></head><body>${t}</body></html>`}function g9(t){return!(t.documentElement?.tagName?.toUpperCase()==="HTML")||!t.body}async function nM(t){let x=new R6;return mo(x),x5({...t,environment:x})}export{nM as renderHtmlToPdfBrowser};
53
+ `)}parseColor(x){let e=O0(x);return j1(e)}};function j1(t){if(!t)return{r:1,g:1,b:1};let x=t.a??1,e=oo(t.r),n=oo(t.g),r=oo(t.b);return x>=1?{r:e,g:n,b:r}:{r:e*x+(1-x),g:n*x+(1-x),b:r*x+(1-x)}}function Pe(t){return!Number.isFinite(t??NaN)||(t??0)<=0?0:(t??0)>=1?1:t??0}function Yn(t,x){return["<<","/FunctionType 2","/Domain [0 1]",`/C0 [ ${Y0(t.r)} ${Y0(t.g)} ${Y0(t.b)} ]`,`/C1 [ ${Y0(x.r)} ${Y0(x.g)} ${Y0(x.b)} ]`,"/N 1",">>"].join(`
54
+ `)}function oo(t){return Number.isFinite(t)?t>1?Math.min(Math.max(t/255,0),1):t<0?0:t:0}function Y0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(5).replace(/0+$/,"").replace(/\.$/,""):"0"}function Fe(t){let x=H(q6(t.r)),e=H(q6(t.g)),n=H(q6(t.b));return`${x} ${e} ${n} RG`}function A2(t){let x=H(q6(t.r)),e=H(q6(t.g)),n=H(q6(t.b));return`${x} ${e} ${n} rg`}function M2(t){switch(t){case"butt":return 0;case"round":return 1;case"square":return 2;default:return}}function k2(t){switch(t){case"miter":return 0;case"round":return 1;case"bevel":return 2;default:return}}function q6(t){return t>1?t/255:t}function H(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function I2(t,x,e){if(!t)return null;let n=Math.max(t.width,0),r=Math.max(t.height,0);if(n===0||r===0)return null;if(e){let f=t.x-e.x,c=t.y-e.y,l=x.convertPxToPt(f),u=x.convertPxToPt(-(c+r)),p=x.convertPxToPt(n),m=x.convertPxToPt(r);return{x:H(l),y:H(u),width:H(p),height:H(m)}}let o=t.y-x.pageOffsetPx,a=x.convertPxToPt(t.x),i=x.pageHeightPt-x.convertPxToPt(o+r),s=x.convertPxToPt(n),d=x.convertPxToPt(r);return{x:H(a),y:H(i),width:H(s),height:H(d)}}function N2(t,x,e){if(e){let a=t.x-e.x,i=t.y-e.y,s=x.convertPxToPt(a),d=x.convertPxToPt(-i);return!Number.isFinite(s)||!Number.isFinite(d)?null:{x:H(s),y:H(d)}}let n=t.y-x.pageOffsetPx,r=x.convertPxToPt(t.x),o=x.pageHeightPt-x.convertPxToPt(n);return!Number.isFinite(r)||!Number.isFinite(o)?null:{x:H(r),y:H(o)}}function ao(t,x,e){if(e){let s=t.x-e.x,d=t.y-e.y,f=x.convertPxToPt(1),c=x.convertPxToPt(1),l=x.convertPxToPt(s),u=x.convertPxToPt(-d);return`${H(f)} 0 0 ${H(c)} ${H(l)} ${H(u)} cm`}let n=x.convertPxToPt(1),r=x.convertPxToPt(1),o=t.y-x.pageOffsetPx,a=x.convertPxToPt(t.x),i=x.pageHeightPt-x.convertPxToPt(o);return`${H(n)} 0 0 ${H(-r)} ${H(a)} ${H(i)} cm`}function Xn(t){if(!t)return null;let x={a:1,b:0,c:0,d:-1,e:0,f:0};return W0(W0(x,t),x)}var $1="\x1B[38;5;205m",V1="\x1B[0m",qn=class{constructor(x,e,n,r){this.coordinateTransformer=x;this.fontRegistry=e;this.commands=[];this.fonts=new Map;this.patterns=new Map;this.graphicsStateManager=r,this.fontResolver=new _n(e),this.shadowRenderer=new $n(x,e,n,r),this.decorationRenderer=new Vn(x,r),this.gradientService=new X6(x)}async drawText(x,e,n,r={fontSizePt:10}){if(!x)return;let o=r.fontFamily??"Times New Roman",a=r.fontWeight??400,i=r.fontStyle??"normal",s=r.fontVariant,d=this.coordinateTransformer.convertPtToPx(r.fontSizePt),f={text:x,fontFamily:o,fontWeight:a,fontStyle:i,fontVariant:s,fontSize:d,letterSpacing:0,wordSpacing:0,fill:r.color??{r:0,g:0,b:0,a:1},lineMatrix:{a:1,b:0,c:0,d:1,e,f:n}};await this.drawTextRun(f)}async drawTextRun(x){let e=await this.fontResolver.ensureFontResource({fontFamily:x.fontFamily,fontWeight:x.fontWeight,fontStyle:x.fontStyle,fontVariant:x.fontVariant,text:x.text});await this.drawTextRunWithGlyphs(x,e)}async drawTextRunWithGlyphs(x,e){let n=x.fill??{r:0,g:0,b:0,a:1},r=this.coordinateTransformer.convertPxToPt(x.fontSize),o=x.glyphs;if(!o||!q1(o,e)){let h=Y1(x,e);h&&(o=h,x.glyphs=h)}if(!o){I("paint","warn","Skipping run without glyph data",{text:x.text.slice(0,32),fontFamily:x.fontFamily,fontSize:x.fontSize});return}I("paint","debug",`${$1}USING GLYPH RUN${V1}`,{text:x.text.slice(0,64),glyphCount:o.glyphIds.length});let i=_1(x,this.coordinateTransformer);I("paint","debug","drawing text run with glyphs",{text:x.text.slice(0,32),glyphIds:o.glyphIds.slice(0,10),fontSizePt:r,matrix:i});let s=x.text;x.fontVariant==="small-caps"&&(s=s.toUpperCase());let{encoded:d}=Sn(s,e),f=x.wordSpacing??0,c=this.coordinateTransformer.convertPxToPt(f),l=f!==0&&c!==0,u=this.fontRegistry.ensureSubsetForGlyphRun(o,e);this.registerSubsetFont(u.alias,u.ref);let p=x.textGradient;if(p&&p.rect&&p.rect.width>0&&p.rect.height>0){I("paint","debug","text run has background clip gradient",{text:x.text.slice(0,32),rect:p.rect});let h=p.gradient,b=h.type==="linear",g=h.type==="radial";if(b||g){let y=this.gradientService.createPatternFromLinearGradient(h,{width:p.rect.width,height:p.rect.height,x:p.rect.x,y:p.rect.y});this.patterns.set(y.patternName,y.dictionary);let w=["q","/Pattern cs",`/${y.patternName} scn`],S=ro(o,u.subset,0,0,r,n,this.graphicsStateManager,c,{skipColor:!0,tm:i});if(S.length>0){this.commands.push(...w,...S,"Q"),x.decorations&&this.commands.push(...this.decorationRenderer.render(x,n));return}}}if(x.textShadows&&x.textShadows.length>0){let h=await this.shadowRenderer.render({run:x,font:e,encoded:d,Tm:x.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0},fontSizePt:r,fontSizePx:x.fontSize,wordSpacingPt:c,appliedWordSpacing:l,fontResourceName:e.resourceName,subset:u.subset,subsetAlias:u.alias});this.commands.push(...h)}let m=ro(o,u.subset,0,0,r,n,this.graphicsStateManager,c,{tm:i});this.commands.push(...m),x.decorations&&this.commands.push(...this.decorationRenderer.render(x,n))}registerFont(x){this.fonts.has(x.resourceName)||this.fonts.set(x.resourceName,x.ref)}registerSubsetFont(x,e){this.fonts.set(x,e)}fillGradientRect(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n<=0||r<=0)return[];let o=e.type==="radial"?this.gradientService.createRadialGradient(e,x):this.gradientService.createLinearGradient(e,x);return["q",ao(x,this.coordinateTransformer,null),`0 0 ${A(n)} ${A(r)} re`,"W n",`/${o.shadingName} sh`,"Q"]}fillPatternRect(x){let e=Math.max(x.width,0),n=Math.max(x.height,0);return e<=0||n<=0?[]:[ao(x,this.coordinateTransformer,null),`0 0 ${A(e)} ${A(n)} re`,"f"]}getResult(){return{commands:[...this.commands],fonts:new Map(this.fonts),shadings:this.gradientService.getShadings(),patterns:new Map(this.patterns)}}};function _1(t,x){let e=t.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0};t.lineMatrix||I("paint","debug","Run provided without lineMatrix, using identity fallback",{text:t.text.slice(0,32),fontFamily:t.fontFamily});let n=x.pageOffsetPx,r={a:e.a,b:e.b,c:e.c,d:e.d,e:e.e,f:e.f-n};if(!(Math.abs(r.a-1)>1e-6||Math.abs(r.b)>1e-6||Math.abs(r.c)>1e-6||Math.abs(r.d-1)>1e-6))return{a:1,b:0,c:0,d:1,e:x.convertPxToPt(r.e),f:x.pageHeightPt-x.convertPxToPt(r.f)};let a=Xn(r)??{a:1,b:0,c:0,d:1,e:r.e,f:r.f};return{a:a.a,b:a.b,c:a.c,d:a.d,e:x.convertPxToPt(a.e),f:x.convertPxToPt(a.f+x.pageHeightPx)}}function Y1(t,x){let e=X1(t,x);if(!e)return null;let n=t.letterSpacing??0,r=f6(e,t.text,t.fontSize,n);return c6(r,t.text,t.wordSpacing),r}function X1(t,x){let e=x.metrics;return e?{metrics:{metrics:e.metrics,glyphMetrics:e.glyphMetrics,cmap:e.cmap,headBBox:e.headBBox,kerning:e.kerning},program:{sourceFormat:"ttf",unitsPerEm:e.metrics.unitsPerEm,glyphCount:e.glyphMetrics.size,getGlyphOutline:e.getGlyphOutline,getRawTableData:e.getRawTableData},css:{family:t.fontFamily,weight:t.fontWeight??400,style:t.fontStyle??"normal"}}:null}function q1(t,x){if(!x.metrics)return!0;let e=t.font?.metrics;return e?x.metrics.cmap===e.cmap&&x.metrics.glyphMetrics===e.glyphMetrics:!1}var Kn=class{constructor(x){this.coordinateTransformer=x;this.commands=[];this.imageResources=new Map}registerResource(x){return this.ensureImageResource(x)}registerAtlasPages(x){for(let e=0;e<x.length;e++){let n=x[e],r=`atlas:${e}`;if(this.imageResources.has(r))continue;let o=`Im${this.imageResources.size}`,a={src:`atlas:${e}`,width:n.width,height:n.height,format:"png",channels:4,bitsPerComponent:8,data:n.data.buffer};this.imageResources.set(r,{alias:o,image:a})}}drawAtlasRegion(x,e,n,r,o,a){if(a.width<=0||a.height<=0)return;let i=`atlas:${x}`,s=this.imageResources.get(i);if(!s)return;let d=this.coordinateTransformer.convertPxToPt(a.width),f=this.coordinateTransformer.convertPxToPt(a.height);if(d===0||f===0)return;let c=this.coordinateTransformer.convertPxToPt(a.x),l=a.y-this.coordinateTransformer.pageOffsetPx,u=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(l+a.height),p=d/r,m=f/o,h=c-p*e,b=u-m*n,g=["q",`${Vx(p)} 0 0 ${Vx(m)} ${Vx(h)} ${Vx(b)} cm`,`/${s.alias} Do`,"Q"];this.commands.push(...g)}drawImage(x,e){if(e.width<=0||e.height<=0)return;let n=this.ensureImageResource(x),r=this.coordinateTransformer.convertPxToPt(e.width),o=this.coordinateTransformer.convertPxToPt(e.height);if(r===0||o===0)return;let a=this.coordinateTransformer.convertPxToPt(e.x),i=e.y-this.coordinateTransformer.pageOffsetPx,s=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(i+e.height);this.commands.push("q",`${Vx(r)} 0 0 ${Vx(o)} ${Vx(a)} ${Vx(s)} cm`,`/${n.alias} Do`,"Q")}ensureImageResource(x){let e=`${x.src}|${x.data.byteLength??0}`,n=this.imageResources.get(e);return n||(n={alias:`Im${this.imageResources.size}`,image:{...x,data:x.data}},this.imageResources.set(e,n)),n}getResult(){return{commands:[...this.commands],images:new Map(this.imageResources)}}};function Vx(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function y6(t,x,e){let n={topLeft:{...e.topLeft},topRight:{...e.topRight},bottomRight:{...e.bottomRight},bottomLeft:{...e.bottomLeft}},r=Math.max(t,0),o=Math.max(x,0);if(r<=0)n.topLeft.x=0,n.topRight.x=0,n.bottomRight.x=0,n.bottomLeft.x=0;else{let a=n.topLeft.x+n.topRight.x;if(a>r&&a>0){let s=r/a;n.topLeft.x*=s,n.topRight.x*=s}let i=n.bottomLeft.x+n.bottomRight.x;if(i>r&&i>0){let s=r/i;n.bottomLeft.x*=s,n.bottomRight.x*=s}}if(o<=0)n.topLeft.y=0,n.topRight.y=0,n.bottomRight.y=0,n.bottomLeft.y=0;else{let a=n.topLeft.y+n.bottomLeft.y;if(a>o&&a>0){let s=o/a;n.topLeft.y*=s,n.bottomLeft.y*=s}let i=n.topRight.y+n.bottomRight.y;if(i>o&&i>0){let s=o/i;n.topRight.y*=s,n.bottomRight.y*=s}}return n}function Zn(t){return t.topLeft.x===0&&t.topLeft.y===0&&t.topRight.x===0&&t.topRight.y===0&&t.bottomRight.x===0&&t.bottomRight.y===0&&t.bottomLeft.x===0&&t.bottomLeft.y===0}function w6(t,x,e,n,r){let o=[];if(t<=0||x<=0)return o;let a=e.topLeft,i=e.topRight,s=e.bottomRight,d=e.bottomLeft,f=.5522847498307936,c=n+a.x,l=r;if(o.push(`${H(c)} ${H(l)} m`),o.push(`${H(n+t-i.x)} ${H(r)} l`),i.x>0||i.y>0){let u=n+t-i.x+f*i.x,p=r,m=n+t,h=r+i.y-f*i.y,b=n+t,g=r+i.y;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n+t)} ${H(r)} l`);if(o.push(`${H(n+t)} ${H(r+x-s.y)} l`),s.x>0||s.y>0){let u=n+t,p=r+x-s.y+f*s.y,m=n+t-s.x+f*s.x,h=r+x,b=n+t-s.x,g=r+x;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n+t)} ${H(r+x)} l`);if(o.push(`${H(n+d.x)} ${H(r+x)} l`),d.x>0||d.y>0){let u=n+d.x-f*d.x,p=r+x,m=n,h=r+x-d.y+f*d.y,b=n,g=r+x-d.y;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n)} ${H(r+x)} l`);if(o.push(`${H(n)} ${H(r+a.y)} l`),a.x>0||a.y>0){let u=n,p=r+a.y-f*a.y,m=n+a.x-f*a.x,h=r,b=n+a.x,g=r;o.push(`${H(u)} ${H(p)} ${H(m)} ${H(h)} ${H(b)} ${H(g)} c`)}else o.push(`${H(n)} ${H(r)} l`);return o.push("h"),o}var Qn=class{constructor(x,e){this.coordinateTransformer=x;this.graphicsStateManager=e;this.commands=[];this.transformContext=null;this.gradientService=new X6(x)}setTransformContext(x){this.transformContext=x}clearTransformContext(){this.transformContext=null}drawBoxOutline(x,e={r:.85,g:.85,b:.85,a:1}){this.strokeRect(x,e)}drawFilledBox(x,e){this.fillRect(x,e)}fillRoundedRect(x,e,n){let r=Math.max(x.width,0),o=Math.max(x.height,0);if(r===0||o===0)return;let a=E2(n);if(a){a.type==="radial"?this.fillRoundedRectWithRadialGradient(x,e,a):this.fillRoundedRectWithGradient(x,e,a);return}if(typeof n!="object"||n===null)return;let i=y6(r,o,e);if(Zn(i)){this.fillRect(x,n);return}let s=w6(r,o,i,0,0);if(s.length===0)return;let d=[this.transformForRect(x),...s,"f"];this.pushFillCommands(n,d,!0)}pushRawCommands(x){!Array.isArray(x)||x.length===0||this.commands.push(...x)}fillRoundedRectWithGradient(x,e,n){let r=Math.max(x.width,0),o=Math.max(x.height,0);if(r===0||o===0)return;let a=y6(r,o,e);if(Zn(a)){this.fillRectWithGradient(x,n);return}let i=w6(r,o,a,0,0);if(i.length===0)return;let s=this.gradientService.createLinearGradient(n,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(...i),this.commands.push("W n"),this.commands.push(`/${s.shadingName} sh`),this.commands.push("Q")}fillRectWithGradient(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return;let o=this.gradientService.createLinearGradient(e,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(`0 0 ${H(n)} ${H(r)} re`),this.commands.push("W n"),this.commands.push(`/${o.shadingName} sh`),this.commands.push("Q")}fillRoundedRectWithRadialGradient(x,e,n){let r=Math.max(x.width,0),o=Math.max(x.height,0);if(r===0||o===0)return;let a=y6(r,o,e);if(Zn(a)){this.fillRectWithRadialGradient(x,n);return}let i=w6(r,o,a,0,0);if(i.length===0)return;let s=this.gradientService.createRadialGradient(n,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(...i),this.commands.push("W n"),this.commands.push(`/${s.shadingName} sh`),this.commands.push("Q")}fillRectWithRadialGradient(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return;let o=this.gradientService.createRadialGradient(e,x);this.commands.push("q"),this.commands.push(this.transformForRect(x)),this.commands.push(`0 0 ${H(n)} ${H(r)} re`),this.commands.push("W n"),this.commands.push(`/${o.shadingName} sh`),this.commands.push("Q")}fillRoundedRectDifference(x,e,n,r,o){let a=Math.max(x.width,0),i=Math.max(x.height,0);if(a===0||i===0)return;let s=y6(a,i,e),d=Math.max(n.width,0),f=Math.max(n.height,0);if(d<=0||f<=0){this.fillRoundedRect(x,s,o);return}let c=w6(a,i,s,0,0);if(c.length===0)return;let l=y6(d,f,r),u=n.x-x.x,p=n.y-x.y,m=w6(d,f,l,u,p),h=[this.transformForRect(x),...c,...m,"f*"];this.pushFillCommands(o,h,!0)}fillRect(x,e){let n=E2(e);if(n){n.type==="radial"?this.fillRectWithRadialGradient(x,n):this.fillRectWithGradient(x,n);return}if(typeof e!="object"||e===null)return;let r=this.rectToPdf(x);if(!r)return;let o=[`${r.x} ${r.y} ${r.width} ${r.height} re`,"f"];this.pushFillCommands(e,o,!1)}strokeRect(x,e){let n=this.rectToPdf(x);n&&this.commands.push(Fe(e),`${n.x} ${n.y} ${n.width} ${n.height} re`,"S")}strokeRoundedRect(x,e,n,r){let o=Math.max(x.width,0),a=Math.max(x.height,0);if(o===0||a===0)return;let i=y6(o,a,e),s=w6(o,a,i,0,0);if(s.length!==0){if(this.commands.push("q",Fe(n)),r!==void 0){let d=this.coordinateTransformer.convertPxToPt(Math.max(r,0));d>0&&this.commands.push(`${H(d)} w`)}this.commands.push(this.transformForRect(x),...s,"S","Q")}}fillPolygon(x,e,n=!0){if(x.length<2)return;let r=this.pointsToPdf(x);if(!r)return;let o=[];o.push(`${r[0].x} ${r[0].y} m`);for(let a=1;a<r.length;a++){let i=r[a];o.push(`${i.x} ${i.y} l`)}n&&o.push("h"),o.push("f"),this.pushFillCommands(e,o,!0)}strokePolyline(x,e,n={}){if(x.length<2)return;let r=this.pointsToPdf(x);if(!r)return;let o=[];o.push(`${r[0].x} ${r[0].y} m`);for(let a=1;a<r.length;a++){let i=r[a];o.push(`${i.x} ${i.y} l`)}n.close&&o.push("h"),o.push("S"),this.commands.push("q",Fe(e)),this.applyStrokeOptions(n),this.commands.push(...o,"Q")}fillPath(x,e,n={}){if(x.length===0)return;let r=this.pathCommandsToPdf(x);if(!r||r.length===0)return;let o=n.fillRule==="evenodd"?"f*":"f";this.pushFillCommands(e,[...r,o],!1)}beginClipPath(x,e={}){if(!x||x.length===0)return!1;let n=this.pathCommandsToPdf(x);if(!n||n.length===0)return!1;let r=e.fillRule==="evenodd"?"W*":"W";return this.commands.push("q",...n,`${r} n`),!0}endClipPath(){this.commands.push("Q")}fillPathWithGradient(x,e,n={}){if(!x||x.length===0)return;let r=this.pathCommandsToPdf(x);if(!r||r.length===0)return;let o=Number.POSITIVE_INFINITY,a=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY,s=Number.NEGATIVE_INFINITY;for(let c of x)c.type==="moveTo"||c.type==="lineTo"?(o=Math.min(o,c.x),a=Math.min(a,c.y),i=Math.max(i,c.x),s=Math.max(s,c.y)):c.type==="curveTo"&&(o=Math.min(o,c.x1,c.x2,c.x),a=Math.min(a,c.y1,c.y2,c.y),i=Math.max(i,c.x1,c.x2,c.x),s=Math.max(s,c.y1,c.y2,c.y));if(!Number.isFinite(o)||!Number.isFinite(a)||!Number.isFinite(i)||!Number.isFinite(s))return;let d={x:o,y:a,width:Math.max(0,i-o),height:Math.max(0,s-a)},f=e.type==="radial"?this.gradientService.createRadialGradient(e,d):this.gradientService.createLinearGradient(e,d);this.commands.push("q"),this.commands.push(...r),this.commands.push("W n"),this.commands.push(`/${f.shadingName} sh`),this.commands.push("Q")}strokePath(x,e,n={}){if(x.length===0)return;let r=this.pathCommandsToPdf(x);!r||r.length===0||(this.commands.push("q",Fe(e)),this.applyStrokeOptions(n),this.commands.push(...r,"S"),n.dash&&Array.isArray(n.dash.pattern)&&n.dash.pattern.length>0&&this.commands.push("[] 0 d"),this.commands.push("Q"))}applyStrokeOptions(x){if(x.lineWidth!==void 0){let o=this.coordinateTransformer.convertPxToPt(Math.max(x.lineWidth,0));o>0&&this.commands.push(`${H(o)} w`)}let e=M2(x.lineCap);e!==void 0&&this.commands.push(`${e} J`);let n=k2(x.lineJoin);n!==void 0&&this.commands.push(`${n} j`);let r=x.dash;if(r&&Array.isArray(r.pattern)&&r.pattern.length>0){let o=r.pattern.map(i=>this.coordinateTransformer.convertPxToPt(Math.max(i,0))).map(H),a=H(this.coordinateTransformer.convertPxToPt(Math.max(r.phase??0,0)));this.commands.push(`[${o.join(" ")}] ${a} d`)}}pushFillCommands(x,e,n){let r=x.a??1,o=r<1,a={r:x.r,g:x.g,b:x.b,a:r},i=n||o;if(this.commands.push(A2(a)),i&&this.commands.push("q"),o){let s=this.graphicsStateManager.ensureFillAlphaState(r);this.commands.push(`/${s} gs`)}this.commands.push(...e),i&&this.commands.push("Q")}pathCommandsToPdf(x){let e=[];for(let n of x)switch(n.type){case"moveTo":{let r=this.pointToPdf({x:n.x,y:n.y});if(!r)return null;e.push(`${r.x} ${r.y} m`);break}case"lineTo":{let r=this.pointToPdf({x:n.x,y:n.y});if(!r)return null;e.push(`${r.x} ${r.y} l`);break}case"curveTo":{let r=this.pointToPdf({x:n.x1,y:n.y1}),o=this.pointToPdf({x:n.x2,y:n.y2}),a=this.pointToPdf({x:n.x,y:n.y});if(!r||!o||!a)return null;e.push(`${r.x} ${r.y} ${o.x} ${o.y} ${a.x} ${a.y} c`);break}case"closePath":e.push("h");break;default:return null}return e}transformForRect(x){if(this.transformContext){let i=x.x-this.transformContext.x,s=x.y-this.transformContext.y,d=this.coordinateTransformer.convertPxToPt(1),f=this.coordinateTransformer.convertPxToPt(1),c=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s);return`${H(d)} 0 0 ${H(f)} ${H(c)} ${H(l)} cm`}let e=this.coordinateTransformer.convertPxToPt(1),n=this.coordinateTransformer.convertPxToPt(1),r=x.y-this.coordinateTransformer.pageOffsetPx,o=this.coordinateTransformer.convertPxToPt(x.x),a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(r);return`${H(e)} 0 0 ${H(-n)} ${H(o)} ${H(a)} cm`}rectToPdf(x){return I2(x,this.coordinateTransformer,this.transformContext)}pointToPdf(x){return N2(x,this.coordinateTransformer,this.transformContext)}pointsToPdf(x){let e=[];for(let n of x){let r=this.pointToPdf(n);if(!r)return null;e.push(r)}return e}getResult(){return{commands:[...this.commands],shadings:this.gradientService.getShadings()}}};function E2(t){return K1(t)||Z1(t)?t:typeof t=="string"?yx(t):null}function K1(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="linear"&&Array.isArray(x.stops)}function Z1(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="radial"&&typeof x.r=="number"}var Jn=class{constructor(){this.fillAlphaStates=new Map;this.graphicsStates=new Map}ensureFillAlphaState(x){let n=this.normalizeAlpha(x).toFixed(4),r=this.fillAlphaStates.get(n);if(r)return r;let o=`GS${this.fillAlphaStates.size}`,a=Number.parseFloat(n);return this.fillAlphaStates.set(n,o),this.graphicsStates.set(o,a),o}getGraphicsStates(){return new Map(this.graphicsStates)}normalizeAlpha(x){return!Number.isFinite(x??NaN)||x===void 0?1:x<=0?0:x>=1?1:x}};var er=class{constructor(x){this.coordinateTransformer=x}buildClipCommands(x,e){if(!x)return null;let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return null;if(this.isZeroRadius(e)){let o=this.rectToPdf(x);return o?[`${o.x} ${o.y} ${o.width} ${o.height} re`]:null}return this.buildRoundedClipCommands(x,e)}buildRoundedClipCommands(x,e){let n=Math.max(x.width,0),r=Math.max(x.height,0);if(n===0||r===0)return null;let o=e.topLeft,a=e.topRight,i=e.bottomRight,s=e.bottomLeft,d=.5522847498307936,f=[],c=this.pointToPdf(x.x+o.x,x.y),l=this.pointToPdf(x.x+n-a.x,x.y);if(!c||!l)return null;if(f.push(`${c.x} ${c.y} m`),f.push(`${l.x} ${l.y} l`),a.x>0||a.y>0){let h=this.pointToPdf(x.x+n-a.x+d*a.x,x.y),b=this.pointToPdf(x.x+n,x.y+a.y-d*a.y),g=this.pointToPdf(x.x+n,x.y+a.y);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x+n,x.y);if(!h)return null;f.push(`${h.x} ${h.y} l`)}let u=this.pointToPdf(x.x+n,x.y+r-i.y);if(!u)return null;if(f.push(`${u.x} ${u.y} l`),i.x>0||i.y>0){let h=this.pointToPdf(x.x+n,x.y+r-i.y+d*i.y),b=this.pointToPdf(x.x+n-i.x+d*i.x,x.y+r),g=this.pointToPdf(x.x+n-i.x,x.y+r);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x+n,x.y+r);if(!h)return null;f.push(`${h.x} ${h.y} l`)}let p=this.pointToPdf(x.x+s.x,x.y+r);if(!p)return null;if(f.push(`${p.x} ${p.y} l`),s.x>0||s.y>0){let h=this.pointToPdf(x.x+s.x-d*s.x,x.y+r),b=this.pointToPdf(x.x,x.y+r-s.y+d*s.y),g=this.pointToPdf(x.x,x.y+r-s.y);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x,x.y+r);if(!h)return null;f.push(`${h.x} ${h.y} l`)}let m=this.pointToPdf(x.x,x.y+o.y);if(!m)return null;if(f.push(`${m.x} ${m.y} l`),o.x>0||o.y>0){let h=this.pointToPdf(x.x,x.y+o.y-d*o.y),b=this.pointToPdf(x.x+o.x-d*o.x,x.y),g=this.pointToPdf(x.x+o.x,x.y);if(!h||!b||!g)return null;f.push(`${h.x} ${h.y} ${b.x} ${b.y} ${g.x} ${g.y} c`)}else{let h=this.pointToPdf(x.x,x.y);if(!h)return null;f.push(`${h.x} ${h.y} l`)}return f.push("h"),f}rectToPdf(x){if(!x)return null;let e=this.coordinateTransformer.convertPxToPt(Math.max(x.width,0)),n=this.coordinateTransformer.convertPxToPt(Math.max(x.height,0));if(!Number.isFinite(e)||!Number.isFinite(n)||e===0||n===0)return null;let r=this.pointToPdf(x.x,x.y+x.height);return r?{x:r.x,y:r.y,width:xr(e),height:xr(n)}:null}pointToPdf(x,e){if(!Number.isFinite(x)||!Number.isFinite(e))return null;let n=this.coordinateTransformer.convertPxToPt(x),r=e-this.coordinateTransformer.pageOffsetPx,o=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(r);return!Number.isFinite(n)||!Number.isFinite(o)?null:{x:xr(n),y:xr(o)}}isZeroRadius(x){return Math.abs(x.topLeft.x)<=1e-6&&Math.abs(x.topLeft.y)<=1e-6&&Math.abs(x.topRight.x)<=1e-6&&Math.abs(x.topRight.y)<=1e-6&&Math.abs(x.bottomRight.x)<=1e-6&&Math.abs(x.bottomRight.y)<=1e-6&&Math.abs(x.bottomLeft.x)<=1e-6&&Math.abs(x.bottomLeft.y)<=1e-6}};function xr(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var nr=class{constructor(x){this.coordinateTransformer=x}buildImageMatrix(x){if(!x||x.width<=0||x.height<=0)return null;let e=this.coordinateTransformer.convertPxToPt(x.width),n=this.coordinateTransformer.convertPxToPt(x.height);if(!Number.isFinite(e)||!Number.isFinite(n)||e===0||n===0)return null;let r=this.coordinateTransformer.convertPxToPt(x.x),o=x.y-this.coordinateTransformer.pageOffsetPx,a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(o+x.height);return!Number.isFinite(r)||!Number.isFinite(a)?null:`${tr(e)} 0 0 ${tr(n)} ${tr(r)} ${tr(a)} cm`}};function tr(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var rr=class{constructor(x,e){this.coordinateTransformer=x;this.shapeRenderer=e}beginTransformScope(x,e){let n=Xn(x);if(!n){this.shapeRenderer.pushRawCommands(["q"]);return}let r=this.coordinateTransformer.convertPxToPt(e.x),o=e.y-this.coordinateTransformer.pageOffsetPx,a=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(o),i=Number.isFinite(e.width)?e.width/2:0,s=Number.isFinite(e.height)?e.height/2:0,d=this.coordinateTransformer.convertPxToPt(-i),f=this.coordinateTransformer.convertPxToPt(s),c=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s),u=["q",`1 0 0 1 ${U0(r)} ${U0(a)} cm`,`1 0 0 1 ${U0(c)} ${U0(l)} cm`,`${U0(n.a)} ${U0(n.b)} ${U0(n.c)} ${U0(n.d)} 0 0 cm`,`1 0 0 1 ${U0(d)} ${U0(f)} cm`];(n.b!==0||n.c!==0)&&u.push(`%PAGYRA_TRANSFORM ${U0(n.a)} ${U0(n.b)} ${U0(n.c)} ${U0(n.d)} ${U0(n.e)} ${U0(n.f)}`),this.shapeRenderer.pushRawCommands(u),this.shapeRenderer.setTransformContext(e)}endTransformScope(){this.shapeRenderer.pushRawCommands(["Q"]),this.shapeRenderer.clearTransformContext()}};function U0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}Te();function D2(t){try{let x=h6.getPages();x&&x.length>0&&t.registerAtlasPages(x)}catch{}}function O2(t,x){let e=[],n=[];for(let r=0;r<t.length;)if(t[r]==="q"&&r+3<t.length&&t[r+3]==="Q"){let a=(t[r+2]??"").match(/^\/(\w+)\s+Do$/),i=[t[r],t[r+1]??"",t[r+2]??"",t[r+3]??""];r+=4,a&&x.has(a[1])?e.push(...i):n.push(...i)}else n.push(t[r]),r+=1;return{preShadow:e,post:n}}var or=class{constructor(x,e,n,r){this.textRenderer=x;this.imageRenderer=e;this.shapeRenderer=n;this.graphicsStateManager=r}combineResults(){let x=this.textRenderer.getResult();D2(this.imageRenderer);let e=this.imageRenderer.getResult(),n=this.shapeRenderer.getResult(),r=new Map;for(let[l,u]of this.graphicsStateManager.getGraphicsStates())r.set(l,u);let o=new Set;for(let[,l]of e.images)l.image.src&&typeof l.image.src=="string"&&l.image.src.startsWith("internal:shadow:")&&o.add(l.alias);let{preShadow:a,post:i}=O2(e.commands,o),s=[...a,...n.commands,...x.commands,...i],d=[];for(let[,l]of e.images)d.push({alias:l.alias,image:{src:l.image.src,width:l.image.width,height:l.image.height,format:l.image.format,channels:l.image.channels,bitsPerComponent:l.image.bitsPerComponent,data:new Uint8Array(l.image.data)},ref:l.ref});let f=new Map;for(let[l,u]of n.shadings)f.set(l,u);for(let[l,u]of x.shadings)f.set(l,u);let c=new Map;for(let[l,u]of x.patterns??[])c.set(l,u);return{content:s.join(`
55
+ `),fonts:x.fonts,images:d,graphicsStates:r,shadings:f,patterns:c}}};Te();var ir=class{constructor(x,e,n,r=0,o){this.clipDepth=0;this.coordinateTransformer=new Hn(x,e,r),this.graphicsStateManager=new Jn,this.imageRenderer=new Kn(this.coordinateTransformer),this.textRenderer=new qn(this.coordinateTransformer,n,this.imageRenderer,this.graphicsStateManager),this.shapeRenderer=new Qn(this.coordinateTransformer,this.graphicsStateManager),this.clippingPathBuilder=new er(this.coordinateTransformer),this.imageMatrixBuilder=new nr(this.coordinateTransformer),this.transformScopeManager=new rr(this.coordinateTransformer,this.shapeRenderer),this.resultCombiner=new or(this.textRenderer,this.imageRenderer,this.shapeRenderer,this.graphicsStateManager),this.environment=o,this.fontRegistry=n}get pageHeightPx(){return this.coordinateTransformer.pageHeightPx}drawBoxOutline(x,e={r:.85,g:.85,b:.85,a:1}){this.shapeRenderer.drawBoxOutline(x,e)}drawFilledBox(x,e){this.shapeRenderer.drawFilledBox(x,e)}drawImage(x,e){this.imageRenderer.drawImage(x,e)}drawBackgroundImage(x,e,n,r){if(!n||n.width<=0||n.height<=0){this.drawImage(x,e);return}let o=this.clippingPathBuilder.buildClipCommands(n,r);if(!o){this.drawImage(x,e);return}let a=this.imageRenderer.registerResource(x),i=this.imageMatrixBuilder.buildImageMatrix(e);if(!i)return;let s=["q",...o,"W n",i,`/${a.alias} Do`,"Q"];this.shapeRenderer.pushRawCommands(s)}drawShadowImage(x,e){if(e.width<=0||e.height<=0)return;let n=this.imageRenderer.registerResource(x),r=this.coordinateTransformer.convertPxToPt(e.width),o=this.coordinateTransformer.convertPxToPt(e.height);if(r===0||o===0)return;let a=this.coordinateTransformer.convertPxToPt(e.x),i=e.y-this.coordinateTransformer.pageOffsetPx,s=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(i+e.height),d=["q",`${ar(r)} 0 0 ${ar(o)} ${ar(a)} ${ar(s)} cm`,`/${n.alias} Do`,"Q"];this.shapeRenderer.pushRawCommands(d)}async drawText(x,e,n,r={fontSizePt:10}){await this.textRenderer.drawText(x,e,n,r)}async drawTextRun(x){await this.textRenderer.drawTextRun(x)}fillRoundedRect(x,e,n){this.shapeRenderer.fillRoundedRect(x,e,n)}fillRoundedRectDifference(x,e,n,r,o){this.shapeRenderer.fillRoundedRectDifference(x,e,n,r,o)}fillRect(x,e){this.shapeRenderer.fillRect(x,e)}strokeRect(x,e){this.shapeRenderer.strokeRect(x,e)}strokeRoundedRect(x,e,n,r){this.shapeRenderer.strokeRoundedRect(x,e,n,r)}fillPolygon(x,e,n=!0){this.shapeRenderer.fillPolygon(x,e,n)}fillPath(x,e,n={}){this.shapeRenderer.fillPath(x,e,n)}fillPathWithGradient(x,e,n={}){this.shapeRenderer.fillPathWithGradient(x,e,n)}strokePolyline(x,e,n={}){this.shapeRenderer.strokePolyline(x,e,n)}strokePath(x,e,n={}){this.shapeRenderer.strokePath(x,e,n)}beginClipPath(x,e={}){this.shapeRenderer.beginClipPath(x,e)&&this.clipDepth++}endClipPath(){this.clipDepth<=0||(this.shapeRenderer.endClipPath(),this.clipDepth--)}convertPxToPt(x){return this.coordinateTransformer.convertPxToPt(x)}renderFormControl(x){let e=Bn.getRenderer(x),n={coordinateTransformer:this.coordinateTransformer,graphicsStateManager:this.graphicsStateManager,fontResolver:{resolveFont:(o,a,i)=>o},fontProvider:this.fontRegistry},r=e.render(x,n);this.shapeRenderer.pushRawCommands(r.commands)}beginOpacityScope(x){if(x>=1)return;let e=this.graphicsStateManager.ensureFillAlphaState(x);this.shapeRenderer.pushRawCommands(["q",`/${e} gs`])}endOpacityScope(x){x>=1||this.shapeRenderer.pushRawCommands(["Q"])}beginTransformScope(x,e){this.transformScopeManager.beginTransformScope(x,e)}endTransformScope(){this.transformScopeManager.endTransformScope()}result(){try{let x=h6.getPages();x&&x.length>0&&this.imageRenderer.registerAtlasPages(x)}catch{}return this.resultCombiner.combineResults()}};function ar(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}async function W2({pageTree:t,pageNumber:x,totalPages:e,pageSize:n,pxToPt:r,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,headerFooterLayout:s,tokens:d,headerFooterTextOptions:f,pageBackground:c,margins:l,headerFooterCss:u,environment:p,resourceBaseDir:m,assetRootDir:h}){let b=new ir(n.heightPt,r,i,t.pageOffsetY,p),g=p7(s,x,e),y=h7(s,x,e);i2(b,c,o,a,t.pageOffsetY);let w=l?{margins:l,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,pageOffsetY:t.pageOffsetY,css:u,environment:p,resourceBaseDir:m,assetRootDir:h}:void 0;s.layerMode==="under"&&await Nn(b,g,y,d,x,e,f,!0,w);for(let S of t.paintOrder)await An(b,S);return s.layerMode==="over"&&await Nn(b,g,y,d,x,e,f,!1,w),b.result()}var H2=[{name:"Lato-Regular",family:"Lato",weight:400,style:"normal",file:"woff2/lato/lato-latin-400-normal.woff2",google:"Lato"},{name:"Lato-Bold",family:"Lato",weight:700,style:"normal",file:"woff2/lato/lato-latin-700-normal.woff2",google:"Lato"},{name:"Lato-Italic",family:"Lato",weight:400,style:"italic",file:"woff2/lato/lato-latin-400-italic.woff2",google:"Lato"},{name:"Lato-BoldItalic",family:"Lato",weight:700,style:"italic",file:"woff2/lato/lato-latin-700-italic.woff2",google:"Lato"},{name:"Roboto-Regular",family:"Roboto",weight:400,style:"normal",file:"ttf/roboto/Roboto-Regular.ttf",google:"Roboto"},{name:"Roboto-Bold",family:"Roboto",weight:700,style:"normal",file:"ttf/roboto/Roboto-Bold.ttf",google:"Roboto"},{name:"Roboto-Italic",family:"Roboto",weight:400,style:"italic",file:"ttf/roboto/Roboto-Italic.ttf",google:"Roboto"},{name:"Roboto-BoldItalic",family:"Roboto",weight:700,style:"italic",file:"ttf/roboto/Roboto-BoldItalic.ttf",google:"Roboto"},{name:"Arimo-Regular",family:"Arimo",weight:400,style:"normal",file:"ttf/arimo/Arimo-Regular.ttf",google:"Arimo"},{name:"Arimo-Bold",family:"Arimo",weight:700,style:"normal",file:"ttf/arimo/Arimo-Bold.ttf",google:"Arimo"},{name:"Arimo-Italic",family:"Arimo",weight:400,style:"italic",file:"ttf/arimo/Arimo-Italic.ttf",google:"Arimo"},{name:"Arimo-BoldItalic",family:"Arimo",weight:700,style:"italic",file:"ttf/arimo/Arimo-BoldItalic.ttf",google:"Arimo"},{name:"NotoSans-Regular",family:"Noto Sans",weight:400,style:"normal",file:"ttf/notosans/NotoSans-Regular.ttf",google:"Noto Sans"},{name:"DejaVuSans-Regular",family:"DejaVu Sans",weight:400,style:"normal",file:"ttf/dejavu/DejaVuSans.ttf"},{name:"Tinos-Regular",family:"Tinos",weight:400,style:"normal",file:"ttf/tinos/Tinos-Regular.ttf",google:"Tinos"},{name:"Tinos-Bold",family:"Tinos",weight:700,style:"normal",file:"ttf/tinos/Tinos-Bold.ttf",google:"Tinos"},{name:"Tinos-Italic",family:"Tinos",weight:400,style:"italic",file:"ttf/tinos/Tinos-Italic.ttf",google:"Tinos"},{name:"Tinos-BoldItalic",family:"Tinos",weight:700,style:"italic",file:"ttf/tinos/Tinos-BoldItalic.ttf",google:"Tinos"},{name:"CinzelDecorative-Regular",family:"Cinzel Decorative",weight:400,style:"normal",file:"ttf/cinzeldecorative/CinzelDecorative-Regular.ttf",google:"Cinzel Decorative"},{name:"CinzelDecorative-Bold",family:"Cinzel Decorative",weight:700,style:"normal",file:"ttf/cinzeldecorative/CinzelDecorative-Bold.ttf",google:"Cinzel Decorative"},{name:"CinzelDecorative-Black",family:"Cinzel Decorative",weight:900,style:"normal",file:"ttf/cinzeldecorative/CinzelDecorative-Black.ttf",google:"Cinzel Decorative"},{name:"Caveat-Regular",family:"Caveat",weight:400,style:"normal",file:"woff2/caveat/Caveat-Regular.woff2",google:"Caveat"},{name:"Caveat-Bold",family:"Caveat",weight:700,style:"normal",file:"woff2/caveat/Caveat-Bold.woff2",google:"Caveat"},{name:"FiraCode-Light",family:"Fira Code",weight:300,style:"normal",file:"ttf/firecode/FiraCode-Light.ttf",google:"Fira Code"},{name:"FiraCode-Regular",family:"Fira Code",weight:400,style:"normal",file:"ttf/firecode/FiraCode-Regular.ttf",google:"Fira Code"},{name:"FiraCode-Medium",family:"Fira Code",weight:500,style:"normal",file:"ttf/firecode/FiraCode-Medium.ttf",google:"Fira Code"},{name:"FiraCode-SemiBold",family:"Fira Code",weight:600,style:"normal",file:"ttf/firecode/FiraCode-SemiBold.ttf",google:"Fira Code"},{name:"FiraCode-Bold",family:"Fira Code",weight:700,style:"normal",file:"ttf/firecode/FiraCode-Bold.ttf",google:"Fira Code"},{name:"NotoEmoji-Light",family:"Noto Emoji",weight:300,style:"normal",file:"ttf/notoemoji/NotoEmoji-Light.ttf"},{name:"NotoEmoji-Regular",family:"Noto Emoji",weight:400,style:"normal",file:"ttf/notoemoji/NotoEmoji-Regular.ttf"},{name:"NotoEmoji-Medium",family:"Noto Emoji",weight:500,style:"normal",file:"ttf/notoemoji/NotoEmoji-Medium.ttf"},{name:"NotoEmoji-SemiBold",family:"Noto Emoji",weight:600,style:"normal",file:"ttf/notoemoji/NotoEmoji-SemiBold.ttf"},{name:"NotoEmoji-Bold",family:"Noto Emoji",weight:700,style:"normal",file:"ttf/notoemoji/NotoEmoji-Bold.ttf"},{name:"STIXTwoMath-Regular",family:"STIX Two Math",weight:400,style:"normal",file:"ttf/stixtwomath/STIXTwoMath-Regular.ttf"}],U2=["Lato","Roboto","Arimo","Noto Sans","DejaVu Sans","Tinos","Fira Code","Caveat","Cinzel Decorative","Noto Emoji","STIX Two Math"],K6,io=null,Be=null;async function sr(t=new R6){let x=x9();if(K6!==void 0&&io===x)return K6;if(Be&&io===x)return Be;io=x,Be=(async()=>{if(x==="google"){let n=await t9(t);if(n.length)return K6={fontFaceDefs:n,defaultStack:U2},K6;I("font","warn","Google Fonts requested but none loaded; falling back to bundled assets")}let e=await e9(t);return K6=e.length?{fontFaceDefs:e,defaultStack:U2}:null,K6})();try{return await Be}finally{Be=null}}function Q1(){let x=globalThis.__PAGYRA_FONT_BASE;if(typeof x=="string"&&x.trim().length>0)return J1(x.trim());if(typeof window<"u"&&window.location)return`${window.location.origin.endsWith("/")?window.location.origin:`${window.location.origin}/`}assets/fonts/`;try{return new URL("../../assets/fonts/",import.meta.url).toString()}catch{return"/assets/fonts/"}}function J1(t){return t.endsWith("/")?t:`${t}/`}function x9(){let t=globalThis,x=t.__PAGYRA_FONT_SOURCE,e=t.__PAGYRA_USE_GOOGLE_FONTS;if(typeof x=="string"){let n=x.toLowerCase();if(n==="google")return"google";if(n==="assets")return"assets"}return e===!0?"google":"assets"}async function e9(t){let x=Q1(),e=[];for(let n of H2){let r=new URL(n.file,x).toString();try{I("font","debug","Loading browser font file",{url:r});let o=await t.loader.load(r);e.push({name:n.name,family:n.family,weight:n.weight,style:n.style,src:r,data:o})}catch(o){I("font","warn","Failed to load font file",{url:r,error:o})}}return e}async function t9(t){let x=H2.filter(n=>!!n.google);if(!x.length)return[];let e=n9(x);if(!e)return[];try{I("font","debug","Fetching Google Fonts CSS",{url:e});let n=await t.loader.load(e),r=new TextDecoder().decode(n),o=o9(r),a=[];for(let i of x){let s=z2(i.family,i.weight,i.style),d=o.get(s);if(!d){I("font","warn","Google Fonts entry missing",{family:i.family,weight:i.weight,style:i.style});continue}try{I("font","debug","Downloading Google font file",{url:d,family:i.family,weight:i.weight,style:i.style});let f=await t.loader.load(d);a.push({name:i.name,family:i.family,weight:i.weight,style:i.style,src:d,data:f})}catch(f){I("font","warn","Failed to download Google font",{url:d,family:i.family,weight:i.weight,style:i.style,error:f})}}return a}catch(n){return I("font","warn","Failed to load Google Fonts CSS",{url:e,error:n}),[]}}function n9(t){let x=new Map;for(let n of t){if(!n.google)continue;let r=n.google,o=x.get(r);o||(o=new Set,x.set(r,o));let a=n.style==="italic"?1:0;o.add(`${a},${n.weight}`)}let e=[];for(let[n,r]of x){let o=Array.from(r).sort(),a=`family=${r9(n)}:ital,wght@${o.join(";")}`;e.push(a)}return e.length?`https://fonts.googleapis.com/css2?${e.join("&")}&display=swap`:""}function r9(t){return encodeURIComponent(t.replace(/\s+/g,"+"))}function o9(t){let x=new Map,e=/@font-face\s*{[^}]*}/g;for(let n of t.matchAll(e)){let r=n[0],o=/font-family:\s*['"]?([^'";]+)['"]?/i.exec(r),a=/font-weight:\s*([0-9]+)/i.exec(r),i=/font-style:\s*(italic|normal)/i.exec(r),s=/src:\s*[^;]*url\(([^)]+)\)/i.exec(r);if(!o||!a||!i||!s)continue;let d=o[1].trim(),f=Number.parseInt(a[1],10),c=i[1].toLowerCase()==="italic"?"italic":"normal",l=s[1].replace(/['"]/g,"").trim(),u=z2(d,f,c);x.has(u)||x.set(u,l)}return x}function z2(t,x,e){return`${t.toLowerCase()}@${x}@${e.toLowerCase()}`}function G2(t,x){let e=new Map;for(let a of x.images){let i=t.registerImage(a.image);a.ref=i,e.set(a.alias,i)}let n=new Map;for(let[a,i]of x.graphicsStates){let s=t.registerExtGState(i);n.set(a,s)}let r=new Map;for(let[a,i]of x.shadings){let s=t.registerShading(a,i);r.set(a,s)}let o=new Map;for(let[a,i]of x.patterns??[]){let s=t.registerPattern(a,i);o.set(a,s)}return{fonts:x.fonts,xObjects:e,extGStates:n,shadings:r,patterns:o}}var j2={widthPt:595.28,heightPt:841.89};async function $2(t,x={}){let{environment:e}=x;if(!x.fontConfig&&!e)throw new Error("renderPdf requires an environment to load builtin fonts if fontConfig is not provided.");let n=x.fontConfig??await sr(e),r=x.pageSize??s9(t),o=so(t.dpiAssumption),a=i9(t.dpiAssumption),i=new H6(x.metadata??{}),s=L2(i,t.css);n&&await s.initializeEmbedder(n);let d=a(r.heightPt)||1,f=a(r.widthPt)||1,c=x.margins??{top:0,right:0,bottom:0,left:0},l=d9(t.root,r,o),u=b7(t.hf,r,l),p=m7(u,o),m=d,h=m2(t.root,{pageHeight:m}),b=h.length,g=g7(t.hf.placeholders??{},b,x.metadata),y=a9(t.root),w=new _6(s);await f9(t.root,w);let S={fontSizePt:10,fontFamily:t.hf.fontFamily};for(let R=0;R<h.length;R++){let C=h[R],P=R+1,k=await W2({pageTree:C,pageNumber:P,totalPages:b,pageSize:r,pxToPt:o,pageWidthPx:f,pageHeightPx:d,fontRegistry:s,headerFooterLayout:p,tokens:g,headerFooterTextOptions:S,pageBackground:y,margins:c,headerFooterCss:x.headerFooterCss,environment:x.environment,resourceBaseDir:x.resourceBaseDir,assetRootDir:x.assetRootDir}),B=G2(i,k);i.addPage({width:r.widthPt,height:r.heightPt,contents:k.content,resources:B,annotations:[]})}return i.finalize()}function a9(t){if(t.background?.color)return t.background.color;for(let x of t.children)if(x.tagName==="body"||x.tagName==="html"){let e=x.background?.color;if(e)return e}}function so(t){let e=72/(t>0?t:96);return n=>n*e}function i9(t){let e=(t>0?t:96)/72;return n=>n*e}function s9(t){let x=t.root.contentBox.width>0?so(t.dpiAssumption)(t.root.contentBox.width):j2.widthPt,e=t.root.contentBox.height>0?so(t.dpiAssumption)(t.root.contentBox.height):j2.heightPt;return{widthPt:x,heightPt:e}}function d9(t,x,e){let n=t.contentBox.width>0?t.contentBox.width:x.widthPt/e(1),r=t.contentBox.height>0?t.contentBox.height:x.heightPt/e(1);return{x:t.contentBox.x,y:t.contentBox.y,width:n,height:r}}async function f9(t,x){async function e(r){if(I("font","debug",`Attempting to enrich: "${r.text}", family: ${r.fontFamily}`),r.glyphs){I("font","debug","Already has glyphs, skipping");return}try{let o=await x.resolve(r.fontFamily,r.fontWeight,r.fontStyle);I("font","debug","Font resolved for glyph enrichment");let a=r.letterSpacing??0,i=f6(o,r.text,r.fontSize,a);c6(i,r.text,r.wordSpacing),r.glyphs=i,I("font","debug",`Enriched "${r.text}" with ${i.glyphIds.length} glyphs:`,i.glyphIds)}catch(o){I("font","warn",`Failed to enrich "${r.text}":`,o)}}async function n(r){if(r.textRuns&&r.textRuns.length>0){I("font","debug",`Found ${r.textRuns.length} text runs in box ${r.tagName||"text"}`);for(let o of r.textRuns)await e(o)}for(let o of r.children)await n(o)}I("font","debug","Starting enrichment of tree"),await n(t),I("font","debug","Finished enrichment")}function V2(t){Y2(t,x=>{if(x.textAlign!=="justify")return!0;let e=[];_2(x,e);let n=e.filter(o=>typeof o.lineIndex=="number");if(n.length===0)return!1;let r=c9(n);for(let o of r)l9(o);return!1})}function c9(t){let x=new Map;for(let e of t){let n=e.lineIndex,r=x.get(n);r||(r=[],x.set(n,r)),r.push(e)}for(let e of x.values())e.sort((n,r)=>{let o=n.lineMatrix?.e??0,a=r.lineMatrix?.e??0;return o-a});return Array.from(x.values())}function l9(t){if(t.length===0)return;let x=0;for(;x<t.length&&/^\s+$/.test(t[x].text);)x++;let e=0;for(let i=0;i<x;i++)e+=t[i].advanceWidth??0;let n=0;for(let i=x;i<t.length;i++)n+=t[i].spacesInRun??0;if(!(t[0].isLastLine??!1)&&e>0&&n>0){let i=e/n;for(let s=x;s<t.length;s++){let d=t[s];(d.spacesInRun??0)>0&&(d.wordSpacing=(d.wordSpacing??0)+i,d.advanceWidth=(d.advanceWidth??0)+d.spacesInRun*i)}}let o=t.map(i=>({x:i.lineMatrix?.e??0,baseWidth:(i.advanceWidth??0)-(i.spacesInRun??0)*(i.wordSpacing??0),fontSize:i.fontSize})),a=o[0].x;for(let i=0;i<t.length;i++){let s=t[i];if(i<x){s.lineMatrix&&(s.lineMatrix.e=a),s.advanceWidth=0;continue}s.lineMatrix&&(s.lineMatrix.e=a);let d=s.advanceWidth??0;if(a+=d,i<t.length-1){let f=o[i+1],c=o[i],l=f.x-(c.x+c.baseWidth),u=Math.max(c.fontSize,f.fontSize),p=i<x;(l>u||!p&&d===0&&l>0)&&(a+=l)}}}function _2(t,x){t.textRuns&&x.push(...t.textRuns);for(let e of t.children)_2(e,x)}function Y2(t,x){if(x(t))for(let n of t.children)Y2(n,x)}var X2={width:595.28,height:841.89},dr={top:36,right:36,bottom:36,left:36},q2=ax(X2.width),K2=ax(X2.height),u9={top:ax(dr.top),right:ax(dr.right),bottom:ax(dr.bottom),left:ax(dr.left)};function Z2(t,x){let e={...u9},n=e.left+e.right,r=e.top+e.bottom,o=Ae(t,0),a=Ae(x,0);if(n>o){let i=o/(n||1);e.left*=i,e.right*=i}if(r>a){let i=a/(r||1);e.top*=i,e.bottom*=i}return e}function Me(t,x){if(!Number.isFinite(t??NaN))return x;let e=Number(t);return e>0?e:x}function Ae(t,x){return Math.max(1,t-x)}async function t5(t){let x=t.environment??new m6(t.assetRootDir??t.resourceBaseDir),e=t.resourceBaseDir??t.assetRootDir??"",n=t.assetRootDir??e,r=t.fontConfig??await sr(x),o=r?{...t,fontConfig:r,environment:x}:{...t,environment:x},a=await b9(o);return $2(a.renderTree,{pageSize:a.pageSize,fontConfig:r??void 0,margins:a.margins,environment:x,resourceBaseDir:e,assetRootDir:n})}async function b9(t){let x=Me(t.pageWidth,q2),e=Me(t.pageHeight,K2),n=Z2(x,e),r=Ae(x,n.left+n.right),o=Ae(e,n.top+n.bottom),a=Math.min(Me(t.viewportWidth,r),r),i=Math.min(Me(t.viewportHeight,o),o),{html:s,css:d,pageWidth:f,pageHeight:c,margins:l,...u}=t,{html:p,css:m=""}={html:s,css:d,...u},{debug:h=!1,debugLevel:b,debugCats:g,headerFooter:y,resourceBaseDir:w,assetRootDir:S,environment:R}=t,C=w9(p);pr(a,i);let P=w??S??"",k=S??P,B=R??new m6(k);(b||g)&&yo({level:b??(h?"debug":"info"),cats:g});let F=He({viewport:{width:a,height:i}});I("html-to-pdf","debug",`prepareHtmlRender - input html: ${p}`);let M=x5(C);if(R9(M)&&(M=x5(o5(p))),!M)throw new Error("Failed to parse HTML into a document");I("html-to-pdf","debug",`prepareHtmlRender - parsed document body: ${M.body?.innerHTML||"no body"}`),I("html-to-pdf","debug",`prepareHtmlRender - document.documentElement tagName: ${M.documentElement?.tagName}`),I("html-to-pdf","debug",`prepareHtmlRender - document.documentElement innerHTML: ${M.documentElement?.innerHTML}`),I("html-to-pdf","debug",`prepareHtmlRender - document children count: ${M.childNodes.length}`);for(let G=0;G<M.childNodes.length;G++){let K=M.childNodes[G],t0=K.nodeType===K.ELEMENT_NODE?K.tagName:"text node";I("html-to-pdf","debug",`prepareHtmlRender - document child ${G}: ${K.nodeType}, ${t0}`)}I("parse","debug","DOM parsed",{hasBody:!!M.body});let T=m||"",D=Array.from(M.querySelectorAll("style"));for(let G of D)G.textContent&&(T+=`
56
+ `+G.textContent);let O=Array.from(M.querySelectorAll("link")).filter(G=>(G.getAttribute("rel")||"").toLowerCase()==="stylesheet");for(let G of O){let K=G.getAttribute("href");if(!K)continue;let t0=await m9(K,P,k,B);t0&&(T+=`
57
+ `+t0)}let{styleRules:U,fontFaceRules:X}=De(T);I("parse","debug","CSS rules",{count:U.length,fontFaces:X.length});let q=M.body,Z=q;q&&q.childNodes.length===0?Array.from(M.documentElement.childNodes).filter(K=>K.nodeType===K.ELEMENT_NODE&&K.tagName!=="HEAD").length>0&&(Z=M.documentElement):q||(Z=M.documentElement);let L=new $0,$=M.documentElement,x0=$?ex($,U,L,F,L.fontSize):L,o0=x0.fontSize,e0;!Z||Z===$?e0=x0:e0=ex(Z,U,x0,F,o0),y9(e0.display)&&(e0.display="block");let Y=new w0(e0,[],{tagName:Z?.tagName?.toLowerCase()}),J={resourceBaseDir:P,assetRootDir:k,units:F,rootFontSize:o0,environment:B};if(Z){I("html-to-pdf","debug",`prepareHtmlRender - processing children of: ${Z.tagName}, count: ${Z.childNodes.length}`);for(let G of Array.from(Z.childNodes)){let K=G.nodeType===G.ELEMENT_NODE?G.tagName:"text node";if(I("html-to-pdf","debug",`prepareHtmlRender - processing child: ${K}, type: ${G.nodeType}`),G.nodeType===G.ELEMENT_NODE){let i0=G.tagName.toLowerCase();if(i0==="head"||i0==="meta"||i0==="title"||i0==="link"||i0==="script")continue}let t0=await Re(G,U,e0,J);t0&&Y.appendChild(t0)}}let d0=new H6;for(let G of X){let K=G.declarations["font-family"]?.replace(/['"]/g,""),t0=G.declarations.src;if(K&&t0){let i0=p9(t0);if(i0&&t.fontConfig){let H0=await J2(i0,P,k,B);if(H0){let P0=G.declarations["font-weight"]||"400",m0=G.declarations["font-style"]||"normal";t.fontConfig.fontFaceDefs.push({name:K,family:K,src:i0,data:H0,weight:h9(P0),style:g9(m0)})}}}}if(t.fontConfig){for(let G of t.fontConfig.fontFaceDefs)if(!G.data&&G.src){let K=await J2(G.src,P,k,B);K&&(G.data=K)}}let L0=t.fontConfig?new i6(t.fontConfig,d0):null;L0&&await L0.initialize(),Et(Y,{width:a,height:i},L0),I("layout","debug","Layout complete");let f0=Ut(Y,{headerFooter:y});V2(f0.root);let b0=y?.maxHeaderHeightPx??0,u0=y?.maxFooterHeightPx??0;Pc(f0.root,{pageHeight:e,margins:n,headerHeightPx:b0,footerHeightPx:u0}),bn(f0.root,n.left,0,h);let Q={widthPt:gr(x),heightPt:gr(e)};return{layoutRoot:Y,renderTree:f0,pageSize:Q,margins:n}}function n5(t,x,e,n){let r=t;return r.startsWith("file://")?r=n.fileURLToPath?n.fileURLToPath(r):r:r.startsWith("/")?r=n.pathResolve?n.pathResolve(e,`.${r}`):r:(n.pathIsAbsolute?n.pathIsAbsolute(r):r.includes(":"))||(r=n.pathResolve?n.pathResolve(x,r):r),r}function r5(t,x,e){return t.trim().startsWith("/")?e||x:x||e}async function m9(t,x,e,n){let r=t.trim();if(!r)return"";try{if(/^https?:\/\//i.test(r)||r.startsWith("//")){let f=r.startsWith("//")?`https:${r}`:r,c=await fetch(f);if(!c.ok)throw new Error(`HTTP ${c.status}`);let l=await c.text();return Q2(l,f)}let o=r5(r,x,e),a=n.resolveLocal?n.resolveLocal(r,o||void 0):n5(r,x,e,n),i=await n.loader.load(a),s=new TextDecoder("utf-8").decode(i),d=/^https?:\/\//i.test(a)||a.startsWith("file:")?a:n.pathToFileURL?n.pathToFileURL(a):a;return Q2(s,d)}catch(o){return I("parse","warn","Failed to load stylesheet",{href:t,error:o instanceof Error?o.message:String(o)}),""}}function Q2(t,x){let e;try{e=new URL(x)}catch{return t}let n=/url\(\s*(['"]?)([^'")]+)\1\s*\)/gi;return t.replace(n,(r,o,a)=>{let i=(a||"").trim();if(!i||/^data:/i.test(i)||/^[a-z][a-z0-9+\-.]*:/i.test(i))return r;try{let s=new URL(i,e).toString(),d=o||"";return`url(${d}${s}${d})`}catch{return r}})}function p9(t){let x=/url\(\s*(['"]?)([^'")]+)\1\s*\)(?:\s*format\(\s*['"]?([^'")]+)['"]?\s*\))?/gi,e=null,n=null,r;for(;(r=x.exec(t))!==null;){let o=r[2],a=(r[3]||"").toLowerCase();if(e||(e=o),a==="woff2"){n=o;break}}return n??e}function h9(t){let x=t.trim().toLowerCase();if(x==="bold")return 700;if(x==="normal")return 400;let e=Number.parseInt(x,10);return Number.isFinite(e)?e:400}function g9(t){let x=t.trim().toLowerCase();return x.includes("italic")||x.includes("oblique")?"italic":"normal"}async function J2(t,x,e,n){let r=t.trim();if(!r)return null;let o=r;try{if(o.startsWith("//")&&(o=`https:${o}`),/^data:/i.test(o)){let d=o.indexOf(",");if(d===-1)throw new Error("Invalid data URI");let f=o.slice(5,d);if(!/;base64/i.test(f))throw new Error("Only base64-encoded data URIs are supported for fonts");return Wx(o.slice(d+1)).slice().buffer}if(/^https?:\/\//i.test(o)){let d=await fetch(o);if(!d.ok)throw new Error(`HTTP ${d.status}`);return await d.arrayBuffer()}if(/^file:/i.test(o)){let d=n.fileURLToPath?n.fileURLToPath(o):o;return await n.loader.load(d)}let a=r5(o,x,e),i=n.resolveLocal?n.resolveLocal(o,a||void 0):n5(o,x,e,n);return await n.loader.load(i)}catch(a){return I("font","warn","Failed to load font data",{src:t,error:a instanceof Error?a.message:String(a)}),null}}function y9(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function w9(t){return/<\s*html[\s>]/i.test(t)?t:o5(t)}function o5(t){return`<!doctype html><html><head></head><body>${t}</body></html>`}function x5(t){let x=Ie(t);if(!x||typeof x!="object")return;if(e5(x))return x;let e;try{e=x.document}catch{e=void 0}if(e5(e))return e}function e5(t){return!t||typeof t!="object"?!1:"querySelectorAll"in t&&"childNodes"in t}function R9(t){if(!t)return!0;let x;try{x=t.documentElement?.tagName}catch{return!0}if(!(x?.toUpperCase()==="HTML"))return!0;try{if(!t.body)return!0}catch{return!0}return!1}async function aM(t){let x=new R6;return mo(x),t5({...t,environment:x})}export{aM as renderHtmlToPdfBrowser};
58
58
  //# sourceMappingURL=pagyra.min.js.map