pagyra-js 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
- var a5=Object.create;var fr=Object.defineProperty;var i5=Object.getOwnPropertyDescriptor;var s5=Object.getOwnPropertyNames;var d5=Object.getPrototypeOf,c5=Object.prototype.hasOwnProperty;var T0=(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)fr(t,e,{get:x[e],enumerable:!0})},f5=(t,x,e,n)=>{if(x&&typeof x=="object"||typeof x=="function")for(let r of s5(x))!c5.call(t,r)&&r!==e&&fr(t,r,{get:()=>x[r],enumerable:!(n=i5(x,r))||n.enumerable});return t};var l5=(t,x,e)=>(e=t!=null?a5(d5(t)):{},f5(x||!t||!t.__esModule?fr(e,"default",{value:t,enumerable:!0}):e,t));var xe={};Q6(xe,{default:()=>bx});var bx,_x=T0(()=>{"use strict";bx={}});var Br=T0(()=>{"use strict"});function it(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 Ca(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=T0(()=>{"use strict"});function Zx(t,x){return t[x]<<8|t[x+1]}function Ta(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 Z0(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=T0(()=>{"use strict"});var st,Pa=T0(()=>{"use strict";Nr();st=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 c=x.subarray(o,o+r.compositeStreamSize);o+=r.compositeStreamSize;let f=x.subarray(o,o+r.bboxStreamSize);o+=r.bboxStreamSize;let l=x.subarray(o,o+r.instructionStreamSize),u=[],m=[0],p=0,h=0,b=0,g=0,y=0,w=0,S=0;for(let A=0;A<e;A++){let D=this.readInt16(a,p);if(p+=2,D===0){u.push(new Uint8Array(0)),m.push(m[m.length-1]);continue}let F=this.readInt16(f,w);w+=2;let M=this.readInt16(f,w);w+=2;let P=this.readInt16(f,w);w+=2;let I=this.readInt16(f,w);w+=2;let W;D>0?(W=this.reconstructSimpleGlyph(D,F,M,P,I,i,h,s,b,d,g,l,S),h+=D*2):W=this.reconstructCompositeGlyph(D,F,M,P,I,c,y,l,S),u.push(W),m.push(m[m.length-1]+W.length)}let R=m[m.length-1],T=new Uint8Array(R),L=0;for(let A of u)T.set(A,L),L+=A.length;let E=this.createLocaTable(m,n);return{glyf:T,loca:E}}catch(r){return console.error("WOFF2 glyf transform failed:",r),this.createMinimalGlyfLoca(e,n)}}static parseTransformHeader(x,e){let n=0,r=Z0(x,n);n+=4;let o=Zx(x,n);n+=2;let a=Zx(x,n);n+=2;let i=Z0(x,n);n+=4;let s=Z0(x,n);n+=4;let d=Z0(x,n);n+=4;let c=Z0(x,n);n+=4;let f=Z0(x,n);n+=4;let l=Z0(x,n);n+=4;let u=Z0(x,n);return{version:r,numGlyphs:o||e,indexFormat:a,nContourStreamSize:i,nPointsStreamSize:s,flagStreamSize:d,glyphStreamSize:c,compositeStreamSize:f,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,c,f,l,u){let m=[],p=0,h=i;for(let V=0;V<x;V++){let{value:J,bytesRead:n0}=this.read255UInt16(a,h);h+=n0,p+=J,m.push(p-1)}let{value:b,bytesRead:g}=this.read255UInt16(c,f),y=f+g,w=l.subarray(u,u+b),S=[],R=d;for(let V=0;V<p;V++){let J=s[R++];S.push(J)}let T=[],L=[],E=0,A=0;for(let V=0;V<p;V++){let{dx:J,dy:n0,bytesRead:e0}=this.readTriplet(c,y);y+=e0,E+=J,A+=n0,T.push(E),L.push(A)}let D=S.length,F=[],M=[],P=[],I=0,W=0;for(let V=0;V<p;V++){let J=T[V],n0=L[V],e0=J-I,Z=n0-W,Y=0;Y|=S[V]&1,e0===0?Y|=16:e0>-256&&e0<256?(Y|=2,e0>0?(Y|=16,M.push(e0)):M.push(-e0)):(M.push(e0>>8&255),M.push(e0&255)),Z===0?Y|=32:Z>-256&&Z<256?(Y|=4,Z>0?(Y|=32,P.push(Z)):P.push(-Z)):(P.push(Z>>8&255),P.push(Z&255)),F.push(Y),I=J,W=n0}let H=10+x*2+2+w.length+F.length+M.length+P.length,q=H%2,K=new Uint8Array(H+q),_=new DataView(K.buffer),C=0;_.setInt16(C,x,!1),C+=2,_.setInt16(C,e,!1),C+=2,_.setInt16(C,n,!1),C+=2,_.setInt16(C,r,!1),C+=2,_.setInt16(C,o,!1),C+=2;for(let V of m)_.setUint16(C,V,!1),C+=2;return _.setUint16(C,w.length,!1),C+=2,K.set(w,C),C+=w.length,K.set(new Uint8Array(F),C),C+=F.length,K.set(new Uint8Array(M),C),C+=M.length,K.set(new Uint8Array(P),C),C+=P.length,K}static reconstructCompositeGlyph(x,e,n,r,o,a,i,s,d){let c=[],f=i,l=!1;for(;;){let g=Zx(a,f);f+=2;let y=Zx(a,f);f+=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 T=a.subarray(f,f+R);if(f+=R,c.push({flags:g,glyphIndex:y,args:T}),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 m=10;for(let g of c)m+=4+g.args.length;l&&(m+=2+u.length);let p=new Uint8Array(m),h=new DataView(p.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 c)h.setUint16(b,g.flags,!1),b+=2,h.setUint16(b,g.glyphIndex,!1),b+=2,p.set(g.args,b),b+=g.args.length;return l&&(h.setUint16(b,u.length,!1),b+=2,p.set(u,b)),p}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 ox,Er=T0(()=>{"use strict";Pa();ox=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 st.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,c=[];for(let b=0;b<e&&!(d+2>x.length);b++)c.push(x[d]<<8|x[d+1]),d+=2;let f=[];if(i)for(let b=0;b<e&&!(d+2>x.length);b++){let g=x[d]<<8|x[d+1];f.push(g>32767?g-65536:g),d+=2}else for(let b=0;b<e;b++)f.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,m=new Uint8Array(u),p=new DataView(m.buffer),h=0;for(let b=0;b<e;b++)p.setUint16(h,c[b]||0,!1),p.setInt16(h+2,f[b]||0,!1),h+=4;for(let b=0;b<l.length;b++)p.setInt16(h,l[b],!1),h+=2;return m}}});var Qx={};Q6(Qx,{brotliDecompressSync:()=>r4,default:()=>o4,inflateSync:()=>n4});function n4(t){throw new Error("inflateSync is not available in browser bundle")}function r4(t){throw new Error("brotliDecompressSync is not available in browser bundle")}var o4,Jx=T0(()=>{"use strict";o4={}});var Dr=ux((Wp,Aa)=>{"use strict";function Fa(t){this.buffer=t,this.pos=0}Fa.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 Ba(t){this.buffer=t,this.pos=0}Ba.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};Aa.exports={BrotliInput:Fa,BrotliOutput:Ba}});var Ia=ux((Op,ka)=>{"use strict";var x6=4096,a4=2*x6+32,Ma=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=Ma;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_&Ma]<<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};ka.exports=e6});var Na=ux(dt=>{"use strict";dt.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]);dt.init=function(){return dt.dictionary}});var Wr=ux(t6=>{"use strict";var s4=Na();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 Hr=ux(Or=>{"use strict";function B6(t,x){this.bits=t,this.value=x}Or.HuffmanCode=B6;var F6=15;function Ea(t,x){for(var e=1<<x-1;t&e;)e>>=1;return(t&e-1)+e}function Da(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}Or.BrotliBuildHuffmanTable=function(t,x,e,n,r){var o=x,a,i,s,d,c,f,l,u,m,p,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,m=1<<u,p=m,g[F6]===1){for(d=0;d<p;++d)t[x+d]=new B6(0,h[0]&65535);return p}for(d=0,s=0,i=1,c=2;i<=e;++i,c<<=1)for(;b[i]>0;--b[i])a=new B6(i&255,h[s++]&65535),Da(t,x+d,c,m,a),d=Ea(d,i);for(l=p-1,f=-1,i=e+1,c=2;i<=F6;++i,c<<=1)for(;b[i]>0;--b[i])(d&l)!==f&&(x+=m,u=d4(b,i,e),m=1<<u,p+=m,f=d&l,t[o+f]=new B6(u+e&255,x-o-f&65535)),a=new B6(i-e&255,h[s++]&65535),Da(t,x+(d>>e),c,m,a),d=Ea(d,i);return p}});var Wa=ux(Ur=>{"use strict";Ur.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]);Ur.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 Ga=ux(ct=>{"use strict";var c4=Wr(),$=0,Ha=1,f4=2,l4=3,u4=4,b4=5,m4=6,p4=7,h4=8,za=9,u0=10,g0=11,zr=12,g4=13,y4=14,w4=15,R4=16,S4=17,v4=18,L4=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("",u0," "),new N("",$," the "),new N(" ",$,""),new N("s ",$," "),new N("",$," of "),new N("",u0,""),new N("",$," and "),new N("",g4,""),new N("",Ha,""),new N(", ",$," "),new N("",$,", "),new N(" ",u0," "),new N("",$," in "),new N("",$," to "),new N("e ",$," "),new N("",$,'"'),new N("",$,"."),new N("",$,'">'),new N("",$,`
2
- `),new N("",l4,""),new N("",$,"]"),new N("",$," for "),new N("",y4,""),new N("",f4,""),new N("",$," a "),new N("",$," that "),new N(" ",u0,""),new N("",$,". "),new N(".",$,""),new N(" ",$,", "),new N("",w4,""),new N("",$," with "),new N("",$,"'"),new N("",$," from "),new N("",$," by "),new N("",R4,""),new N("",S4,""),new N(" the ",$,""),new N("",u4,""),new N("",$,". The "),new N("",g0,""),new N("",$," on "),new N("",$," as "),new N("",$," is "),new N("",p4,""),new N("",Ha,"ing "),new N("",$,`
3
- `),new N("",$,":"),new N(" ",$,". "),new N("",$,"ed "),new N("",L4,""),new N("",v4,""),new N("",m4,""),new N("",$,"("),new N("",u0,", "),new N("",h4,""),new N("",$," at "),new N("",$,"ly "),new N(" the ",$," of "),new N("",b4,""),new N("",za,""),new N(" ",u0,", "),new N("",u0,'"'),new N(".",$,"("),new N("",g0," "),new N("",u0,'">'),new N("",$,'="'),new N(" ",$,"."),new N(".com/",$,""),new N(" the ",$," of the "),new N("",u0,"'"),new N("",$,". This "),new N("",$,","),new N(".",$," "),new N("",u0,"("),new N("",u0,"."),new N("",$," not "),new N(" ",$,'="'),new N("",$,"er "),new N(" ",g0," "),new N("",$,"al "),new N(" ",g0,""),new N("",$,"='"),new N("",g0,'"'),new N("",u0,". "),new N(" ",$,"("),new N("",$,"ful "),new N(" ",u0,". "),new N("",$,"ive "),new N("",$,"less "),new N("",g0,"'"),new N("",$,"est "),new N(" ",u0,"."),new N("",g0,'">'),new N(" ",$,"='"),new N("",u0,","),new N("",$,"ize "),new N("",g0,"."),new N("\xC2\xA0",$,""),new N(" ",$,","),new N("",u0,'="'),new N("",g0,'="'),new N("",$,"ous "),new N("",g0,", "),new N("",u0,"='"),new N(" ",u0,","),new N(" ",g0,'="'),new N(" ",g0,", "),new N("",g0,","),new N("",g0,"("),new N("",g0,". "),new N(" ",g0,"."),new N("",g0,"='"),new N(" ",g0,". "),new N(" ",u0,'="'),new N(" ",g0,"='"),new N(" ",u0,"='")];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,c=x,f;s>n&&(s=n);for(var l=0;l<o.length;)t[x++]=o[l++];for(e+=s,n-=s,i<=za&&(n-=i),d=0;d<n;d++)t[x++]=c4.dictionary[e+d];if(f=x-n,i===u0)Ua(t,f);else if(i===g0)for(;n>0;){var u=Ua(t,f);f+=u,n-=u}for(var m=0;m<a.length;)t[x++]=a[m++];return x-c}});var ei=ux(ut=>{"use strict";var Xa=Dr().BrotliInput,C4=Dr().BrotliOutput,I6=Ia(),k6=Wr(),y0=Hr().HuffmanCode,qa=Hr().BrotliBuildHuffmanTable,M6=Wa(),kx=Oa(),ja=Ga(),T4=8,$a=16,P4=256,F4=704,B4=26,Va=6,_a=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 Ka(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 Za(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 Qa(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=[],c=0;c<32;c++)d.push(new y0(0,0));for(qa(d,0,5,t,$r);r<x&&s>0;){var f=0,l;if(n.readMoreInput(),n.fillBitWindow(),f+=n.val_>>>n.bit_pos_&31,n.bit_pos_+=d[f].bits,l=d[f].value&255,l<$a)a=0,e[r++]=l,l!==0&&(o=l,s-=32768>>l);else{var u=l-14,m,p,h=0;if(l===$a&&(h=o),i!==h&&(a=0,i=h),m=a,a>0&&(a-=2,a<<=u),a+=n.readBits(u)+3,p=a-m,r+p>x)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var b=0;b<p;b++)e[r+b]=i;r+=p,i!==0&&(s-=p<<15-i)}}if(s!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+s);for(;r<x;r++)e[r]=0}function lt(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,c=new Int32Array(4),f=n.readBits(2)+1;s;)s>>=1,++d;for(i=0;i<f;++i)c[i]=n.readBits(d)%t,a[c[i]]=2;switch(a[c[0]]=1,f){case 1:break;case 3:if(c[0]===c[1]||c[0]===c[2]||c[1]===c[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(c[0]===c[1])throw new Error("[ReadHuffmanCode] invalid symbols");a[c[1]]=1;break;case 4:if(c[0]===c[1]||c[0]===c[2]||c[0]===c[3]||c[1]===c[2]||c[1]===c[3]||c[2]===c[3])throw new Error("[ReadHuffmanCode] invalid symbols");n.readBits(1)?(a[c[2]]=3,a[c[3]]=3):a[c[0]]=2;break}}else{var i,l=new Uint8Array($r),u=32,m=0,p=[new y0(2,0),new y0(2,4),new y0(2,3),new y0(3,2),new y0(2,0),new y0(2,4),new y0(2,3),new y0(4,1),new y0(2,0),new y0(2,4),new y0(2,3),new y0(3,2),new y0(2,0),new y0(2,4),new y0(2,3),new y0(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_+=p[b].bits,g=p[b].value,l[h]=g,g!==0&&(u-=32>>g,++m)}if(!(m===1||u===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");D4(l,t,a,n)}if(r=qa(x,e,jr,a,t),r===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return r}function ft(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 W4(t,x,e){var n;return t<Vr?(e+=k4[t],e&=3,n=x[e]+I4[t]):n=t-Vr+1,n}function O4(t,x){for(var e=t[x],n=x;n;--n)t[n]=t[n-1];t[0]=e}function H4(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&&O4(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=lt(this.alphabet_size,this.codes,n,t),n+=e};function Ya(t,x){var e={num_htrees:null,context_map:null},n,r=0,o,a;x.readMoreInput();var i=e.num_htrees=Za(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 y0(0,0);for(lt(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 c=1+(1<<d)+x.readBits(d);--c;){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)&&H4(s,t),e}function Gr(t,x,e,n,r,o,a){var i=e*2,s=e,d=N6(x,e*Ix,a),c;d===0?c=r[i+(o[s]&1)]:d===1?c=r[i+(o[s]-1&1)]+1:c=d-2,c>=t&&(c-=t),n[e]=c,r[i+(o[s]&1)]=c,++o[s]}function U4(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 c=I6.IBUF_MASK+1-s,f=0;f<c;f++)n[i+f]=o.buf_[s+f];d-=c,i+=c,x-=c,s=0}for(var f=0;f<d;f++)n[i+f]=o.buf_[s+f];if(i+=d,x-=d,i>=a){t.write(n,a),i-=a;for(var f=0;f<i;f++)n[f]=n[a+f]}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 Ja(t){var x=new Xa(t),e=new I6(x);Ka(e);var n=Qa(e);return n.meta_block_length}ut.BrotliDecompressedSize=Ja;function G4(t,x){var e=new Xa(t);x==null&&(x=Ja(t));var n=new Uint8Array(x),r=new C4(n);return xi(e,r),r.pos<r.buffer.length&&(r.buffer=r.buffer.subarray(0,r.pos)),r.buffer}ut.BrotliDecompressBuffer=G4;function xi(t,x){var e,n=0,r=0,o=0,a,i=0,s,d,c,f,l=[16,15,11,4],u=0,m=0,p=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=Ka(y),a=(1<<o)-16,s=1<<o,d=s-1,c=new Uint8Array(s+w+k6.maxDictionaryWordLength),f=s,b=[],g=[];for(var S=0;S<3*Ix;S++)b[S]=new y0(0,0),g[S]=new y0(0,0);for(;!r;){var R=0,T,L=[1<<28,1<<28,1<<28],E=[0],A=[1,1,1],D=[0,1,0,1,0,1],F=[0],M,P,I,W,H=null,q=null,K,_=null,C,V=0,J=null,n0=0,e0=0,Z=null,Y=0,p0=0,L0=0,h0,D0;for(e=0;e<3;++e)h[e].codes=null,h[e].htrees=null;y.readMoreInput();var C0=Qa(y);if(R=C0.meta_block_length,n+R>x.buffer.length){var R0=new Uint8Array(n+R);R0.set(x.buffer),x.buffer=R0}if(r=C0.input_end,T=C0.is_uncompressed,C0.is_metadata){for(z4(y);R>0;--R)y.readMoreInput(),y.readBits(8);continue}if(R!==0){if(T){y.bit_pos_=y.bit_pos_+7&-8,U4(x,R,n,c,d,y),n+=R;continue}for(e=0;e<3;++e)A[e]=Za(y)+1,A[e]>=2&&(lt(A[e]+2,b,e*Ix,y),lt(B4,g,e*Ix,y),L[e]=ft(g,e*Ix,y),F[e]=1);for(y.readMoreInput(),M=y.readBits(2),P=Vr+(y.readBits(4)<<M),I=(1<<M)-1,W=P+(48<<M),q=new Uint8Array(A[0]),e=0;e<A[0];++e)y.readMoreInput(),q[e]=y.readBits(2)<<1;var X=Ya(A[0]<<Va,y);K=X.num_htrees,H=X.context_map;var r0=Ya(A[2]<<_a,y);for(C=r0.num_htrees,_=r0.context_map,h[0]=new n6(P4,K),h[1]=new n6(F4,A[1]),h[2]=new n6(W,C),e=0;e<3;++e)h[e].decode(y);for(J=0,Z=0,h0=q[E[0]],p0=M6.lookupOffsets[h0],L0=M6.lookupOffsets[h0+1],D0=h[1].htrees[0];R>0;){var i0,a0,U0,W0,fx,S0,F0,_0,B0,vx,lx;for(y.readMoreInput(),L[1]===0&&(Gr(A[1],b,1,E,D,F,y),L[1]=ft(g,Ix,y),D0=h[1].htrees[E[1]]),--L[1],i0=N6(h[1].codes,D0,y),a0=i0>>6,a0>=2?(a0-=2,F0=-1):F0=0,U0=kx.kInsertRangeLut[a0]+(i0>>3&7),W0=kx.kCopyRangeLut[a0]+(i0&7),fx=kx.kInsertLengthPrefixCode[U0].offset+y.readBits(kx.kInsertLengthPrefixCode[U0].nbits),S0=kx.kCopyLengthPrefixCode[W0].offset+y.readBits(kx.kCopyLengthPrefixCode[W0].nbits),m=c[n-1&d],p=c[n-2&d],vx=0;vx<fx;++vx)y.readMoreInput(),L[0]===0&&(Gr(A[0],b,0,E,D,F,y),L[0]=ft(g,0,y),V=E[0]<<Va,J=V,h0=q[E[0]],p0=M6.lookupOffsets[h0],L0=M6.lookupOffsets[h0+1]),B0=M6.lookup[p0+m]|M6.lookup[L0+p],n0=H[J+B0],--L[0],p=m,m=N6(h[0].codes,h[0].htrees[n0],y),c[n&d]=m,(n&d)===d&&x.write(c,s),++n;if(R-=fx,R<=0)break;if(F0<0){var B0;if(y.readMoreInput(),L[2]===0&&(Gr(A[2],b,2,E,D,F,y),L[2]=ft(g,2*Ix,y),e0=E[2]<<_a,Z=e0),--L[2],B0=(S0>4?3:S0-2)&255,Y=_[Z+B0],F0=N6(h[2].codes,h[2].htrees[Y],y),F0>=P){var dr,co,Z6;F0-=P,co=F0&I,F0>>=M,dr=(F0>>1)+1,Z6=(2+(F0&1)<<dr)-4,F0=P+(Z6+y.readBits(dr)<<M)+co}}if(_0=W4(F0,l,u),_0<0)throw new Error("[BrotliDecompress] invalid distance");if(n<a&&i!==a?i=n:i=a,lx=n&d,_0>i)if(S0>=k6.minDictionaryWordLength&&S0<=k6.maxDictionaryWordLength){var Z6=k6.offsetsByLength[S0],fo=_0-i-1,lo=k6.sizeBitsByLength[S0],r5=(1<<lo)-1,o5=fo&r5,uo=fo>>lo;if(Z6+=o5*S0,uo<ja.kNumTransforms){var cr=ja.transformDictionaryWord(c,lx,Z6,S0,uo);if(lx+=cr,n+=cr,R-=cr,lx>=f){x.write(c,s);for(var Me=0;Me<lx-f;Me++)c[Me]=c[f+Me]}}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+_0+" len: "+S0+" bytes left: "+R)}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+_0+" len: "+S0+" bytes left: "+R);else{if(F0>0&&(l[u&3]=_0,++u),S0>R)throw new Error("Invalid backward reference. pos: "+n+" distance: "+_0+" len: "+S0+" bytes left: "+R);for(vx=0;vx<S0;++vx)c[n&d]=c[n-_0&d],(n&d)===d&&x.write(c,s),++n,--R}m=c[n-1&d],p=c[n-2&d]}n&=1073741823}}x.write(c,n&d)}ut.BrotliDecompress=xi;k6.init()});var ax,E6,b0,j4,$4,V4,_4,Y4,X4,q4,K4,ti=T0(()=>{"use strict";Br();Mr();Er();ax=null,E6=null,b0=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=ox.transform(e,x,n),a=ox.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 ox.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){(!ax||!E6)&&(ax=await Promise.resolve().then(()=>(Jx(),Qx)),E6=await Promise.resolve().then(()=>(_x(),xe)));let n=E6.promisify(ax.brotliCompress),r={[ax.constants.BROTLI_PARAM_QUALITY]:e.quality??this.DEFAULT_QUALITY,[ax.constants.BROTLI_PARAM_MODE]:e.mode??this.DEFAULT_MODE};e.lgwin!==void 0&&(r[ax.constants.BROTLI_PARAM_LGWIN]=e.lgwin),e.lgblock!==void 0&&e.lgblock>0&&(r[ax.constants.BROTLI_PARAM_LGBLOCK]=e.lgblock);let o=await n(x,{params:r});return new Uint8Array(o)}static async nodeBrotliDecompress(x){(!ax||!E6)&&(ax=await Promise.resolve().then(()=>(Jx(),Qx)),E6=await Promise.resolve().then(()=>(_x(),xe)));let n=await E6.promisify(ax.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 it(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 it(r)}static async jsBrotliDecompress(x){let e=await Promise.resolve().then(()=>l5(ei(),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=it(x.map(({data:r})=>Ca(r)));return this.compress(n,{...e,mode:2,quality:e.quality??11})}static async decompressMultipleTables(x,e,n={}){let r=e.reduce((f,l)=>f+(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 f of e){let l=f.transformLength??f.origLength;if(console.log(`WOFF2-BROTLI: Processing table ${f.tag} - origLength: ${f.origLength}, transformLength: ${f.transformLength}, transformVersion: ${f.transformVersion}`),i+l>o.length){console.warn(`Table ${f.tag} extends beyond decompressed data, using available data`);let p=o.subarray(i);p.length>0&&a.set(f.tag,p);break}let u=o.subarray(i,i+l);i+=l;let m=ox.untransform(f.tag,u,f,a);a.set(f.tag,m),console.log(`WOFF2-BROTLI: Added table ${f.tag} (${m.length} bytes)`)}console.log(`WOFF2-BROTLI: Extracted tables: ${Array.from(a.keys()).join(", ")}`);let s=a.has("gloc"),d=e.find(f=>f.tag==="glyf"),c=a.has("glyf")&&d?.transformVersion===0;if(s||c){console.log("WOFF2: Found transformed glyf/loca data, reconstructing...");let f;s?(console.log("WOFF2: Using gloc table"),f=a.get("gloc"),a.delete("gloc")):(console.log("WOFF2: Using transformed glyf table"),f=a.get("glyf")),console.log(`WOFF2: Transform data size: ${f.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 m=new DataView(l.buffer,l.byteOffset).getUint16(4,!1),p=new DataView(u.buffer,u.byteOffset).getInt16(50,!1);console.log(`WOFF2: Reconstructing glyf/loca with numGlyphs=${m}, indexFormat=${p}`);let{glyf:h,loca:b}=ox.reconstructGlyfLoca(f,m,p);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(c=>c.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=ox.reconstructHmtx(r,i,s);x.set("hmtx",d)}},j4=b0.compress.bind(b0),$4=b0.decompress.bind(b0),V4=b0.compressWithTransform.bind(b0),_4=b0.decompressWithTransform.bind(b0),Y4=b0.getCompressionStats.bind(b0),X4=b0.validateCompressedData.bind(b0),q4=b0.compressMultipleTables.bind(b0),K4=b0.decompressMultipleTables.bind(b0)});var ni=T0(()=>{"use strict";ti();Er();Br();Mr()});var D6,ri=T0(()=>{"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 oi=T0(()=>{"use strict"});var X0,sh,dh,ch,fh,ai=T0(()=>{"use strict";ri();oi();Nr();X0=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),Ta(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=Z0(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(()=>(_x(),xe)),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(()=>(_x(),xe)),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=X0.compress.bind(X0),dh=X0.decompress.bind(X0),ch=X0.getCompressionStats.bind(X0),fh=X0.validateCompressedData.bind(X0)});var ii,si,_r=T0(()=>{"use strict";ni();ai();ii=async t=>b0.decompress(t),si=async t=>X0.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??si;if(t.byteLength<di)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=di,c=i*ci;if(d+c>t.byteLength)throw new Error("Invalid WOFF: truncated directory");let f={};for(let l=0;l<i;l++){let u=d+l*ci,m=Nx(n,u),p=Nx(n,u+4),h=Nx(n,u+8),b=Nx(n,u+12);if(p+h>t.byteLength)throw new Error("Invalid WOFF: table outside bounds");let g=t.subarray(p,p+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(m);f[w]=y}return{flavor:o,numTables:i,tables:f}}var Z4,di,ci,li=T0(()=>{"use strict";_r();Z4=2001684038,di=44,ci=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 bt(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 H0,ui=T0(()=>{"use strict";H0=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 hi={};Q6(hi,{decodeWoff2:()=>C3});function pi(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,t&255)}function s3(t){return{decompress:t?.decompress??ii,transformers:t?.transformers??S3()}}function fe(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 k0(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===pt||a===a6?i===0&&(s|=mt):i!==0&&(s|=mt),s|=i;let d=Yr(t),c=d;if(s&mt&&(c=Yr(t),a===a6&&c!==0))throw new Error("Invalid WOFF2: transformed loca must have zero length");e.push({tag:a,flags:s,srcOffset:n,srcLength:c,transformLength:c,dstLength:d}),n+=c}return e}function c3(t){if(t.byteLength<t3)throw new Error("Invalid WOFF2: file too short");let x=new H0(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 c=x.readU32(),f=x.readU32();if(c!==0&&c+f>t.byteLength)throw new Error("Invalid WOFF2 private block");let l=d3(x,o),u=l[l.length-1],m=u.srcOffset+u.srcLength,p=x.offset;if(p+a>t.byteLength)throw new Error("Invalid WOFF2: compressed stream truncated");if(m/Math.max(1,t.byteLength)>o3)throw new Error("Invalid WOFF2: implausible compression ratio");return{flavor:n,numTables:o,compressedOffset:p,compressedLength:a,uncompressedSize:m,tables:l}}function ix(t,x){return t&1?x:-x}function f3(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 c=1;if(s>=84&&s<120?c=2:s<84?c=1:s<124?c=3:c=4,o+c>x.length)throw new Error("Invalid WOFF2 glyf triplet");let f,l;if(s<10)f=0,l=ix(s,((s&14)<<7)+x[o]);else if(s<20)f=ix(s,((s-10&14)<<7)+x[o]),l=0;else if(s<84){let u=s-20,m=x[o];f=ix(s,1+(u&48)+(m>>4)),l=ix(s>>1,1+((u&12)<<2)+(m&15))}else if(s<120){let u=s-84;f=ix(s,1+(u/12<<8)+x[o]),l=ix(s>>1,1+(u%12>>2<<8)+x[o+1])}else if(s<124){let u=x[o+1];f=ix(s,(x[o]<<4)+(u>>4)),l=ix(s>>1,((u&15)<<8)+x[o+2])}else f=ix(s,(x[o]<<8)+x[o+1]),l=ix(s>>1,(x[o+2]<<8)+x[o+3]);o+=c,n+=f,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,c=0,f=10+2*x+2+e,l=[];for(let h=0;h<r;h++){let b=t[h],g=b.onCurve?hx.ON_CURVE:0;n&&h===0&&(g|=hx.OVERLAP_SIMPLE);let y=b.x-i,w=b.y-s;y===0?g|=hx.X_SAME:y>-256&&y<256?(g|=hx.X_SHORT|(y>0?hx.X_SAME:0),o.push(Math.abs(y))):o.push(y>>8&255,y&255),w===0?g|=hx.Y_SAME:w>-256&&w<256?(g|=hx.Y_SHORT|(w>0?hx.Y_SAME:0),a.push(Math.abs(w))):a.push(w>>8&255,w&255),g===d&&c!==255?(l[l.length-1]|=hx.REPEAT,c++):(c!==0&&l.push(c),l.push(g),c=0,d=g),i=b.x,s=b.y}c!==0&&l.push(c);let u=f+l.length+o.length+a.length,m=new Uint8Array(u),p=f;for(let h of l)m[p++]=h;for(let h of o)m[p++]=h;for(let h of a)m[p++]=h;return m}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=k0(o>>1,n,r);return{data:n,checksum:fe(n)}}function p3(t,x){let e=new H0(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 c=null;if(r){let M=o+7>>3;if(s+M>t.length)throw new Error("Invalid WOFF2 overlap bitmap");c=t.subarray(s,s+M)}let f=new H0(d[0]),l=new H0(d[1]),u=new H0(d[2]),m=new H0(d[3]),p=new H0(d[4]),h=new H0(d[5]),b=new H0(d[6]),g=o+31>>5<<2,y=h.readBytes(g),w=new Array(o+1).fill(0),S=new Int16Array(o),R=[],T=0,L=0;for(let M=0;M<o;M++){let P=f.readU16(),I=(y[M>>3]&128>>(M&7))!==0,W=null;if(P===65535){let{size:H,haveInstructions:q}=b3(new H0(p.peekRemaining())),K=0;q&&(K=bt(m));let _=12+H+K,C=new Uint8Array(_),V=0;if(V=k0(P,C,V),!I)throw new Error("Invalid WOFF2 glyf: composite without bbox");let J=h.readBytes(8),n0=J[0]<<8|J[1];S[M]=n0&32768?n0-65536:n0,C.set(J,V),V+=8,C.set(p.readBytes(H),V),V+=H,q&&(V=k0(K,C,V),C.set(b.readBytes(K),V)),W=C}else if(P>0){let H=[],q=0;for(let R0=0;R0<P;R0++){let X=bt(l);q+=X,H.push(X)}let K=u.readBytes(q),_=m.peekRemaining(),{points:C,consumed:V}=f3(K,_,q);m.offset+=V;let J=bt(m),n0=I?h.readBytes(8):null,e0=l3(C,P,J,!!(c&&c[M>>3]&128>>(M&7))),Z=new Uint8Array(e0.length);Z.set(e0);let Y=0;if(Y=k0(P,Z,Y),n0)Z.set(n0,Y),Y+=8;else{let[R0,X,r0,i0]=u3(C);Y=k0(R0,Z,Y),Y=k0(X,Z,Y),Y=k0(r0,Z,Y),Y=k0(i0,Z,Y)}let p0=-1;for(let R0 of H)p0+=R0,Y=k0(p0,Z,Y);Y=k0(J,Z,Y);let L0=b.peekRemaining().length,h0=Math.min(J,L0),D0=b.readBytes(h0);Z.set(D0,Y),W=Z;let C0=Z[2]<<8|Z[3];S[M]=C0&32768?C0-65536:C0}else{if(I)throw new Error("Invalid WOFF2 glyf: empty glyph with bbox");W=new Uint8Array(0)}w[M]=L,R.push(W),L+=Xr(W.length),T=T+fe(W)>>>0}if(w[o]=L,x!==(a?4:2)*(o+1))throw new Error("Invalid WOFF2 loca length");let E=w[o],A=new Uint8Array(E),D=0;for(let M of R){A.set(M,D),D+=M.length;let P=Xr(D)-D;D+=P}let F=m3(w,a);return{glyfData:A,locaData:F.data,glyfChecksum:T,locaChecksum:F.checksum,numGlyphs:o,indexFormat:a,xMins:S}}function h3(t){let x=new H0(t);return x.skip(34),x.readU16()}function g3(t,x,e,n){let r=new H0(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 c=new Uint8Array(2*x+2*e),f=0;for(let l=0;l<x;l++)l<e&&(f=k0(s[l],c,f)),f=k0(d[l],c,f);return{data:c,checksum:fe(c)}}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(pt,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(bi,r.data)}function S3(){return new Map([[pt,y3],[a6,w3],[bi,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 m=Xr(u.length);o.push({tag:l,checksum:fe(u),offset:r,length:u.length,data:u}),r+=m}let a=new Uint8Array(r),i=0;i=o6(t>>>0,a,i),i=k0(n,a,i);let s=0;for(;1<<s+1<=n;)s++;let d=(1<<s)*16;i=k0(d,a,i),i=k0(s,a,i),i=k0(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 c=o.find(l=>l.tag===mi);if(c){let u=2981146554-fe(a)>>>0;o6(u,a,c.offset+ce)}let f={};for(let[l,u]of e)f[pi(l)]=u;return{ttf:a,tables:f}}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,c)=>d.tag-c.tag);for(let d of s){let c=d.srcOffset,f=c+d.srcLength;if(f>x.length)throw new Error("Invalid WOFF2: table outside brotli buffer");let l=x.subarray(c,f);if(!(d.flags&mt)){let m=new Uint8Array(l);d.tag===mi&&m.length>=12&&(m[ce]=0,m[ce+1]=0,m[ce+2]=0,m[ce+3]=0),n.set(d.tag,m),d.tag===a3&&(o.numHMetrics=h3(m));continue}let u=i.get(d.tag);if(!u)throw new Error(`Unsupported WOFF2 transform for ${pi(d.tag)}`);u(d,l,a)}return v3(t.flavor,n)}async function C3(t,x){let e=s3(x),n=c3(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,mt,n3,r3,ce,o3,j,pt,a6,bi,a3,mi,i3,Xr,hx,r6,gi=T0(()=>{"use strict";_r();ui();e3=2001684018,t3=48,mt=256,n3=12,r3=16,ce=8,o3=100,j=t=>t.charCodeAt(0)<<24|t.charCodeAt(1)<<16|t.charCodeAt(2)<<8|t.charCodeAt(3),pt=j("glyf"),a6=j("loca"),bi=j("hmtx"),a3=j("hhea"),mi=j("head"),i3=[j("cmap"),j("head"),j("hhea"),j("hmtx"),j("maxp"),j("name"),j("OS/2"),j("post"),j("cvt "),j("fpgm"),pt,a6,j("prep"),j("CFF "),j("VORG"),j("EBDT"),j("EBLC"),j("gasp"),j("hdmx"),j("kern"),j("LTSH"),j("PCLT"),j("VDMX"),j("vhea"),j("vmtx"),j("BASE"),j("GDEF"),j("GPOS"),j("GSUB"),j("EBSC"),j("JSTF"),j("MATH"),j("CBDT"),j("CBLC"),j("COLR"),j("CPAL"),j("SVG "),j("sbix"),j("acnt"),j("avar"),j("bdat"),j("bloc"),j("bsln"),j("cvar"),j("fdsc"),j("feat"),j("fmtx"),j("fvar"),j("gvar"),j("hsty"),j("just"),j("lcar"),j("mort"),j("morx"),j("opbd"),j("prop"),j("trak"),j("Zapf"),j("Silf"),j("Glat"),j("Gloc"),j("Feat"),j("Sill")];Xr=t=>t+3&-4;hx={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 F2={};Q6(F2,{GlyphAtlas:()=>zn,globalGlyphAtlas:()=>h6});var Un,zn,h6,Ce=T0(()=>{"use strict";Un=class{constructor(x,e,n){this.y=x,this.height=e,this.xCursor=0,this.remaining=n}},zn=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,c=r+s*2;for(let y=0;y<this.pages.length;y++){let w=this.pages[y];for(let R of w.shelves)if(c<=R.height&&d<=R.remaining){let T=R.xCursor+s,L=R.y+s;this.blitToPage(w.data,w.width,w.height,T,L,e,n,r),R.xCursor+=d,R.remaining-=d,w.used+=d*c,w.lastUsed=Date.now();let E={pageIndex:y,x:T,y:L,width:n,height:r};return this.placements.set(x,E),E}let S=w.shelves.reduce((R,T)=>R+T.height,0);if(S+c<=w.height){let R=S,T=new Un(R,c,w.width);w.shelves.push(T);let L=T.xCursor+s,E=T.y+s;this.blitToPage(w.data,w.width,w.height,L,E,e,n,r),T.xCursor+=d,T.remaining-=d,w.used+=d*c,w.lastUsed=Date.now();let A={pageIndex:y,x:L,y:E,width:n,height:r};return this.placements.set(x,A),A}}let f=a,l=i,u=new Uint8Array(f*l*4),m={width:f,height:l,data:u,shelves:[],used:0,lastUsed:Date.now()};if(c>l||d>f)return null;let p=new Un(0,c,f);m.shelves.push(p),this.pages.push(m),this.evictIfNeeded();let h=p.xCursor+s,b=p.y+s;this.blitToPage(m.data,m.width,m.height,h,b,e,n,r),p.xCursor+=d,p.remaining-=d,m.used+=d*c,m.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 c=d*i,f=(o+d)*e,l=r;for(let u=0;u<i;u++){let m=a[c+u],p=(f+l)*4;x[p]=0,x[p+1]=0,x[p+2]=0,x[p+3]=m,l++}}}},h6=new zn(2048)});var lr=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,ur=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:c}=await r.read();if(d)break;o.push(c),a+=c.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 lr,this.compression=new ur}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){}};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")}_x();function br(t){throw new Error("fileURLToPath is not available in browser bundle")}function ho(t){throw new Error("pathToFileURL is not available in browser bundle")}var ke=class{constructor(x,e,n,r,o,a){this.metrics=x;this.glyphMetrics=e;this.cmap=n;this.headBBox=r;this.getGlyphOutline=o;this.kerning=a}};var u5={trace:"\x1B[90m",debug:"\x1B[36m",info:"\x1B[32m",warn:"\x1B[33m",error:"\x1B[31m"},yo={parse:"\x1B[95m",style:"\x1B[94m",layout:"\x1B[96m",paint:"\x1B[93m",font:"\x1B[92m",encoding:"\x1B[35m",pdf:"\x1B[91m"},L1=Object.keys(yo),go="\x1B[0m",b5="\x1B[37m",Ie=["trace","debug","info","warn","error"],S6={level:"warn",cats:new Set};function wo(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=Ie.includes(S6.level)?S6.level:"warn";if(!Ie.includes(r)||Ie.indexOf(r)<Ie.indexOf(a)||S6.cats.size&&!S6.cats.has(o))return;let i=u5[r]??"",s=yo[o]??b5,d=`${i}[${r.toUpperCase()}]${go} ${s}${t}${go}`;n!==void 0?console.log(d,e,n):console.log(d,e)}function Ro(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 c=0;c<d.length;c++){let f=d[c];s.push({property:f,value:d.getPropertyValue(f)})}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 c=i.cssRules[d];if(c.type===CSSRule.STYLE_RULE){let f=[],l=c.style;for(let u=0;u<l.length;u++){let m=l[u];f.push({property:m,value:l.getPropertyValue(m)})}s.push({type:c.type,selectors:[c.selectorText],declarations:f})}}n.push({type:a.type,media:a.conditionText,rules:s})}}}return document.head.removeChild(x),{type:"stylesheet",stylesheet:{rules:n}}}function So(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 c=/^([+-]?\d*)n([+-]?\d+)?$/.exec(d);if(!c)return null;let f=c[1]===""||c[1]==="+"?1:c[1]==="-"?-1:parseInt(c[1],10),l=c[2]?parseInt(c[2],10):0;return{a:f,b:l}}function e(s){let d=s.trim();if(!d)return null;let c=null;if(d[0]==="*")c=null,d=d.slice(1);else if(!["#",".","[",":"].includes(d[0])){let h=/^[a-zA-Z][a-zA-Z0-9-]*/.exec(d);h&&(c=h[0].toLowerCase(),d=d.slice(h[0].length))}let f=null,l=[],u=[],m=[];for(;d.length;){let h=d[0];if(h==="#"){let b=/^#[^.#[\]:\s>+~]+/.exec(d);if(!b)break;f=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){m.push({kind:"first-child"}),d=d.slice(b[0].length);continue}if(b=/^:last-child/.exec(d),b){m.push({kind:"last-child"}),d=d.slice(b[0].length);continue}if(b=/^:root\b/.exec(d),b){m.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&&m.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&&m.push({kind:"not",inner:y}),d=d.slice(b[0].length);continue}return null}break}return{tag:c,id:f,classes:l,attrs:u,pseudos:m}}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,c=0,f=0;for(;d<n.length;){let m=n[d];if(m==="[")c++;else if(m==="]")c=Math.max(0,c-1);else if(m==="(")f++;else if(m===")")f=Math.max(0,f-1);else if(c===0&&f===0&&(m===" "||m===">"||m==="+"||m==="~"))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 c,f=s-1;for(;f>=0&&r[f]===" ";){c=" ",f--;break}f>=0&&typeof r[f]=="string"&&r[f]!==" "&&(c=r[f]);let l={simple:d,combinatorToLeft:c};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 vo(t){let x=So(t);if(!x)return null;let e=new WeakMap;function n(d,c,f){let l=e.get(d);l||(l=new Map,e.set(d,l));let u=mr(c);if(l.has(u))return l.get(u);let m=f(d,c);return l.set(u,m),m}function r(d,c){return typeof d.getAttribute=="function"?d.getAttribute(c):null}function o(d,c){let f=r(d,c.name);if(c.op==="exists")return f!==null;if(f===null)return!1;let l;switch(c.op){case"=":l=f===c.value;break;case"~=":l=f.split(/\s+/).includes(c.value);break;case"|=":l=f===c.value||f.startsWith(c.value+"-");break;case"^=":l=f.startsWith(c.value);break;case"$=":l=f.endsWith(c.value);break;case"*=":l=f.includes(c.value);break;default:l=!1;break}return l}function a(d){let c=d.parentElement;if(!c)return-1;let f=0;for(let l=c.firstElementChild;l;l=l.nextElementSibling)if(f++,l===d)return f;return-1}function i(d,c){if(c.kind==="first-child")return a(d)===1;if(c.kind==="last-child"){let f=d.parentElement;return f?f.lastElementChild===d:!1}if(c.kind==="nth-child"){let f=a(d);if(f<1)return!1;let{a:l,b:u}=c,m;return l===0?m=f===u:m=(f-u)%l===0&&(f-u)/l>=0,m}if(c.kind==="not")return!s(d,c.inner);if(c.kind==="root"){let f=d.ownerDocument;return!f||!f.documentElement?!1:f.documentElement===d}return!1}function s(d,c){if(c.tag&&d.tagName.toLowerCase()!==c.tag||c.id&&d.id!==c.id)return!1;let f=d.classList;for(let l of c.classes)if(!f?.contains?.(l))return!1;for(let l of c.attrs)if(!o(d,l))return!1;for(let l of c.pseudos)if(!i(d,l))return!1;return!0}return function(c){let f=c,l=x.length-1;if(!f||!n(f,x[l].simple,s))return!1;for(l--;l>=0;){let u=x[l],m=x[l+1].combinatorToLeft;if(m===">"){if(f=f.parentElement,!f||!n(f,u.simple,s))return!1;l--;continue}if(m===" "){let p=f.parentElement,h=!1;for(;p;){if(n(p,u.simple,s)){f=p,h=!0;break}p=p.parentElement}if(!h)return!1;l--;continue}if(m==="+"){let p=f.previousElementSibling;if(!p||!n(p,u.simple,s))return!1;f=p,l--;continue}if(m==="~"){let p=f.previousElementSibling,h=!1;for(;p;){if(n(p,u.simple,s)){f=p,h=!0;break}p=p.previousElementSibling}if(!h)return!1;l--;continue}if(!n(f,u.simple,s))return!1;l--}return!0}}function p5(t){let x={styleRules:[],fontFaceRules:[]};if(!t.trim())return x;let n=Ro(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 c=d;if(!c.property||c.value===void 0)continue;let f=c.property.trim();f.startsWith("--")?s[f]=c.value.trim():s[f.toLowerCase()]=c.value.trim()}for(let d of a){let c=vo(d.trim());if(!c){console.warn(`Invalid CSS selector: ${d.trim()}`);continue}x.styleRules.push({selector:d,declarations:{...s},match:c})}}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 c=d.property.trim();c.startsWith("--")?i[c]=d.value.trim():i[c.toLowerCase()]=d.value.trim()}x.fontFaceRules.push({declarations:i})}return x}function Ne(t){return p5(t)}var Lo=0,Co=0;function pr(t,x){Lo=Number.isFinite(t)&&t>0?t:0,Co=Number.isFinite(x)&&x>0?x:0}function To(){return Lo}function Po(){return Co}var Bo={kind:"auto"};function v6(t){return{kind:"absolute",unit:"percent",value:t}}function o0(t,x){return{kind:"relative",unit:t,value:x}}function h5(t){return!t||typeof t!="object"?!1:t.kind==="relative"}function Ee(t,x,e){return t.unit==="em"?t.value*x:t.value*e}function A0(t,x,e){if(t!==void 0)return typeof t=="number"?t:Ee(t,x,e)}function Ao(t,x,e){if(t!==void 0)return h5(t)?Ee(t,x,e):t}function M0(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"?Fo(n,x):t.unit==="percent"?t.value*x:t.value}function De(t,x,e){let n=e??Number.POSITIVE_INFINITY,r=x??Number.NEGATIVE_INFINITY;return Math.min(Math.max(t,r),n)}function Fo(t,x){return t==="reference"?x:t==="zero"?0:t}var g5=/^(-?\d+(?:\.\d+)?)%$/;function Q(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 nx(n);case"cm":return Mo(n);case"mm":return ko(n);case"q":return Io(n);case"in":return No(n);case"pc":return Eo(n);case"vh":return n/100*Po();case"vw":return n/100*To();case"em":case"rem":return o0(r,n);default:return}}function We(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=nx(e),e):n==="em"||n==="rem"?o0(n,e):e}function L6(t){let x=Q(t);if(x!==void 0)return x;let e=g5.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":Q(x)}var Yx=96,hr=1/2.54;function Mo(t){return t*hr*Yx}function ko(t){return t/10*hr*Yx}function Io(t){return t/40*hr*Yx}function No(t){return t*Yx}function Eo(t){return t*(Yx/6)}function nx(t){return t*(Yx/72)}function gr(t){return t*(72/Yx)}function Oe(t){return{parseLength:x=>Q(x),parseLengthOrPercent:x=>L6(x)}}var yr=1.2;function x0(){return{kind:"normal"}}function Do(t){return{kind:"unitless",value:t}}function Wo(t){return{kind:"length",value:t}}function z0(t){switch(t.kind){case"normal":return x0();case"unitless":return Do(t.value);case"length":return Wo(t.value);default:return x0()}}function Oo(t,x,e){switch(t.kind){case"normal":return x0();case"unitless":return Do(t.value);case"length":{let n=t.value,r=typeof n=="number"?n:Ee(n,x,e);return Wo(r)}default:return x0()}}function Ho(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 ee(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}},f0=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"}},K0=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:x0(),color:z.getColor(),borderColor:z.getColor(),letterSpacing:z.getLetterSpacing(),wordSpacing:z.getWordSpacing(),textDecorationLine:"none",textDecorationColor:"currentcolor",textDecorationStyle:"solid",listStyleType:"disc",marginTop:ee(f0.getMargin(),C6(z.getFontSize(),t)),marginRight:ee(f0.getMargin(),C6(z.getFontSize(),t)),marginBottom:ee(f0.getMargin(),C6(z.getFontSize(),t)),marginLeft:ee(f0.getMargin(),C6(z.getFontSize(),t)),paddingTop:f0.getPadding(),paddingRight:f0.getPadding(),paddingBottom:f0.getPadding(),paddingLeft:f0.getPadding(),borderTop:f0.getBorder(),borderRight:f0.getBorder(),borderBottom:f0.getBorder(),borderLeft:f0.getBorder(),borderTopLeftRadiusX:0,borderTopLeftRadiusY:0,borderTopRightRadiusX:0,borderTopRightRadiusY:0,borderBottomRightRadiusX:0,borderBottomRightRadiusY:0,borderBottomLeftRadiusX:0,borderBottomLeftRadiusY:0,boxShadows:[],width:f0.getWidth(),height:f0.getHeight(),minWidth:f0.getMinWidth(),maxWidth:f0.getMaxWidth(),minHeight:f0.getMinHeight(),maxHeight:f0.getMaxHeight(),display:Cx.getDisplay(),position:Cx.getPosition(),float:"none",clear:Cx.getClear(),overflowX:Cx.getOverflowX(),overflowY:Cx.getOverflowY(),whiteSpace:K0.getWhiteSpace(),overflowWrap:K0.getOverflowWrap(),textWrap:K0.getTextWrap(),writingMode:K0.getWritingMode(),textAlign:K0.getTextAlign(),verticalAlign:K0.getVerticalAlign(),textIndent:K0.getTextIndent(),textTransform:K0.getTextTransform(),flexGrow:0,flexShrink:1,flexBasis:Bo,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:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},h1:{display:"block",marginTop:o0("em",.67),marginBottom:o0("em",.67),marginLeft:0,marginRight:0,fontSize:o0("em",2),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h2:{display:"block",marginTop:o0("em",.83),marginBottom:o0("em",.83),marginLeft:0,marginRight:0,fontSize:o0("em",1.5),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h3:{display:"block",marginTop:o0("em",1),marginBottom:o0("em",1),marginLeft:0,marginRight:0,fontSize:o0("em",1.17),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h4:{display:"block",marginTop:o0("em",1.33),marginBottom:o0("em",1.33),marginLeft:0,marginRight:0,fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h5:{display:"block",marginTop:o0("em",1.67),marginBottom:o0("em",1.67),marginLeft:0,marginRight:0,fontSize:o0("em",.83),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h6:{display:"block",marginTop:o0("em",2.33),marginBottom:o0("em",2.33),marginLeft:0,marginRight:0,fontSize:o0("em",.67),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},p:{display:"block",marginTop:o0("em",1),marginRight:0,marginBottom:o0("em",1),marginLeft:0,fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},ul:{display:"block",marginTop:o0("em",1),marginBottom:o0("em",1),paddingLeft:40,listStyleType:"disc",fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},ol:{display:"block",marginTop:o0("em",1),marginBottom:o0("em",1),paddingLeft:40,listStyleType:"decimal",fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},li:{display:"block",fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},a:{display:"inline",color:"#0000EE",textAlign:"start",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily()},strong:{display:"inline",fontSize:16,fontWeight:700,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},em:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},b:{display:"inline",fontSize:16,fontWeight:700,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},i:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},s:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},del:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},u:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"underline"},strike:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},code:{display:"inline",fontSize:14,lineHeight:x0(),fontFamily:"Monaco, 'Courier New', monospace",color:z.getColor()},table:{display:"table",borderCollapse:"separate",borderSpacing:2,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},thead:{display:"table-header-group",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},tbody:{display:"table-row-group",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},tfoot:{display:"table-footer-group",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},tr:{display:"table-row",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},th:{display:"table-cell",padding:8,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),fontWeight:700,textAlign:"center",verticalAlign:"middle"},td:{display:"table-cell",padding:8,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),verticalAlign:"middle"},input:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},button:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},textarea:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},div:{display:"block",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},span:{display:"inline",fontSize:16,lineHeight:x0(),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}}},$o=new vr,te=class{static getDefaultsForElement(x){return $o.getDefaultsForElement(x)}static getAllDefaults(){return $o.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=z0(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 Xx=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}},R5=/var\s*\(\s*(--[a-zA-Z0-9_-]+)\s*(?:,\s*([^)]+))?\s*\)/g;function Vo(t){return t.includes("var(")}function _o(t,x,e=10){if(!Vo(t))return t;if(e<=0)return console.warn("CSS variable resolution depth limit reached"),t;let n=t,r=t.matchAll(R5);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 Vo(n)&&(n=_o(n,x,e-1)),n.trim()}function Yo(t){let x=new Xx;for(let[e,n]of Object.entries(t))e.startsWith("--")&&x.set(e,n);return x}function Xo(t,x){let e={};for(let[n,r]of Object.entries(t))n.startsWith("--")?e[n]=r:e[n]=_o(r,x);return e}var qx=Px.createBaseDefaults(),G0=class{constructor(x){let e={...qx,...x,flexBasis:x?.flexBasis??qx.flexBasis,trackListColumns:[...x?.trackListColumns??qx.trackListColumns],trackListRows:[...x?.trackListRows??qx.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=z0(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??qx.textDecorationLine,this.textDecorationColor=x?.textDecorationColor??qx.textDecorationColor,this.textDecorationStyle=x?.textDecorationStyle??qx.textDecorationStyle,this.opacity=e.opacity,this.customProperties=x?.customProperties??new Xx}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 w0(t){return Uo(t?.lineHeight,t?.fontSize)}var Ue=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 l0=class{constructor(x,e=[],n){this.style=x;this.box=new Ue;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 ze=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 Ge=class{create(x,e){return{env:x,layoutChild:e}}};var ne=[100,200,300,400,500,600,700,800,900];function c0(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 ne){let o=Math.abs(r-x);o<n&&(n=o,e=r)}return e}function qo(t,x){let e=c0(t),n=ne.indexOf(e);return n===-1?e:x==="bolder"?ne[Math.min(ne.length-1,n+1)]:ne[Math.max(0,n-1)]}function re(t,x){let e=t.trim().toLowerCase();switch(e){case"normal":return 400;case"bold":return 700;case"bolder":return qo(x,"bolder");case"lighter":return qo(x,"lighter");case"inherit":return x!==void 0?c0(x):void 0;case"initial":return 400;default:{let n=Number.parseFloat(e);return Number.isFinite(n)?c0(n):void 0}}}function Ko(t){return c0(t).toString()}function Zo(t){return c0(t)>=600}var Qo={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 Jo={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 xa={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 ea={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 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={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 ra={"Times-Roman":Qo,"Times-Bold":Jo,Helvetica:xa,"Helvetica-Bold":ea,Courier:ta,"Courier-Bold":na};var S5=/[\p{L}\p{N}]/u,je="en-US";function v5(t){let x="",e=!0;for(let n of t){if(S5.test(n)){e?(x+=n.toLocaleUpperCase(je),e=!1):x+=n.toLocaleLowerCase(je);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(je);case"lowercase":return t.toLocaleLowerCase(je);case"capitalize":return v5(t);default:return t}}function oa(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 L5=/(mono|code|courier|console)/i,Bx={SPACE:.32,DIGIT:.52,UPPER:.58,BASE:.5,PUNCTUATION:.35,IDEOGRAPHIC:1},C5=.9,T5=600,P5=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"]]),F5=new Map([["Times-Roman","Times-Bold"],["Helvetica","Helvetica-Bold"],["Courier","Courier-Bold"]]);function aa(t,x){t.walk(e=>{if(!e.textContent)return;let n=e.textContent;if(n.length===0){e.intrinsicInlineSize=0,e.intrinsicBlockSize=w0(e.style);return}let{inlineSize:r,blockSize:o}=B5(n,e.style,x);e.intrinsicInlineSize=r,e.intrinsicBlockSize=o})}function B5(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 f of r){let l=oe(f,x,s??null);l!==null?o=Math.max(o,l):o=Math.max(o,O0(f,x))}let d=w0(x),c=Math.max(d,r.length*d);return{inlineSize:o,blockSize:c}}function O0(t,x){if(!t)return 0;let e=x.fontSize||16,r=(x.fontFamily?L5.test(x.fontFamily):!1)?.6:Bx.BASE,o=U5(c0(x.fontWeight)),a=x.letterSpacing??0,i=x.wordSpacing??0,s=Math.max(t.length-1,0)*a+H5(t)*i,d=A5(t,x);if(d!==null)return d+s;let c=0;for(let l of t)c+=N5(l,r);return c*e*o*C5+s}function A5(t,x){let e=M5(x);if(!e)return null;let n=ra[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 c=n[149];if(c===void 0)return null;o+=c;continue}let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let c=d.codePointAt(0);if(c!==void 0&&c<=255){let f=n[c];if(f!==void 0){o+=f;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 c=d.codePointAt(0);c!==void 0&&c<=255&&(s=n[c])}if(s===void 0)return null}if(s>=900){let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let c=d.codePointAt(0);if(c!==void 0&&c<=255){let f=n[c];f!==void 0&&(s=f)}}}o+=s}return o/1e3*r}function M5(t){let x=k5(t.fontFamily);if(x.length===0)return null;let e=c0(t.fontWeight);for(let n of x){let r=P5.get(n);if(r){if(e>=T5){let o=F5.get(r);if(o)return o}return r}}return null}function k5(t){return t?t.split(",").map(x=>I5(x.trim()).toLowerCase()).filter(x=>x.length>0):[]}function I5(t){return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function N5(t,x){return t===" "?Bx.SPACE:t===" "?Bx.SPACE*4:D5(t)?Bx.DIGIT:E5(t)?x+(Bx.UPPER-Bx.BASE):W5(t)?Bx.PUNCTUATION:O5(t)?Bx.IDEOGRAPHIC:x}function E5(t){return t>="A"&&t<="Z"}function D5(t){return t>="0"&&t<="9"}function W5(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 H5(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function oe(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??[],c=Lr(d,"tabular-nums"),f=Lr(d,"slashed-zero"),l=0;if(c)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(c&&g>="0"&&g<="9"){let R=g.codePointAt(0);if(R===void 0){if(S&&(o+=S.advanceWidth),a!==null&&r){let E=r.get(a)?.get(w)??0;E!==0&&(o+=E)}a=w,i+=1;continue}let T=e.cmap.getGlyphId(R);if(e.glyphMetrics.get(T)){o+=l,a=T,i+=1;continue}else{if(S&&(o+=S.advanceWidth),a!==null&&r){let E=r.get(a)?.get(w)??0;E!==0&&(o+=E)}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,m=o*u,p=x.letterSpacing??0,h=x.wordSpacing??0,b=Math.max(i-1,0)*p+s*h;return m+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){aa(x,e)}};function sa(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"}),c=v(n.borderTop,e,{auto:"zero"}),f=v(n.borderBottom,e,{auto:"zero"});return{paddingLeft:r,paddingRight:o,paddingTop:a,paddingBottom:i,borderLeft:s,borderRight:d,borderTop:c,borderBottom:f,contentBoxX:t.box.x+s+r,contentBoxY:t.box.y+c+a}}function Y0(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 mx(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"||ia(x.overflowX)||ia(x.overflowY)||x.display==="inline-block"||x.display==="table"||x.display==="inline-table"||x.display==="flow-root"}function ia(t){switch(t){case"hidden":case"auto":case"scroll":case"clip":return!0;default:return!1}}function z5(t){return t.nearestAncestor(x=>{let e=x.style.position;return e==="relative"||e==="absolute"||e==="fixed"||e==="sticky"})}function j0(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=z5(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 px(t,x){let e=t.style,n=M0(e.marginLeft)?0:v(e.marginLeft,x,{auto:"zero"}),r=M0(e.marginRight)?0:v(e.marginRight,x,{auto:"zero"}),o=Math.max(0,x-Y0(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 De(a,i,s)}function da(t,x,e,n){let r=M0(e),o=M0(n),a=r?0:v(e,t,{auto:"zero"}),i=o?0:v(n,t,{auto:"zero"}),s=a,d=i,c=t-(x+a+i);return Number.isFinite(c)?(c<0?r&&o?(s=0,d=0):r?s=0:o?d=0:d=i+c:r&&o?(s=c/2,d=c/2):r?s=c:o?d=c:d=i+c,{marginLeft:s,marginRight:d}):{marginLeft:s,marginRight:d}}var Ve=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=j0(x,e.viewport),r=n.width,o=n.height,a=(b,g)=>{if(!(b===void 0||M0(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),c=a(x.style.bottom,o),f=x.box.borderBoxWidth||x.box.contentWidth,l=x.box.borderBoxHeight||x.box.contentHeight,u=x.box.marginBoxWidth||f,m=x.box.marginBoxHeight||l,p=n.x;i!==void 0?p=n.x+i:s!==void 0&&(p=n.x+n.width-u-s);let h=n.y;d!==void 0?h=n.y+d:c!==void 0&&(h=n.y+n.height-m-c),x.box.x=p,x.box.y=h}};var _e=class{constructor(x){this.strategies=x.strategies,this.contextFactory=x.contextFactory??new Ge,this.textMetricsInitializer=x.textMetricsInitializer??new $e,this.outOfFlowManager=x.outOfFlowManager??new Ve}layoutTree(x,e,n){let r=new ze({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 Ye=class{canLayout(x){return x.style.display==="none"}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0}};var G5=1e-7;function Xe(t){return Math.abs(t)<G5}function ae(t){switch(t.style.display){case"block":case"list-item":return!0;default:return!1}}function ca(t){return t.style.display!=="none"&&mx(t)&&ae(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 qe(t){for(let x of t.children)if(!(!mx(x)||x.style.display==="none")){if(ca(x))return x;break}}function Ke(t){for(let x=t.children.length-1;x>=0;x-=1){let e=t.children[x];if(!(!mx(e)||e.style.display==="none")){if(ca(e))return e;break}}}function Tr(t,x){if(!ae(t)||T6(t))return!1;let e=v(t.style.paddingTop,x,{auto:"zero"}),n=v(t.style.borderTop,x,{auto:"zero"});return!Xe(e)||!Xe(n)?!1:qe(t)!==void 0}function Pr(t,x){if(!ae(t)||T6(t))return!1;let e=v(t.style.paddingBottom,x,{auto:"zero"}),n=v(t.style.borderBottom,x,{auto:"zero"});return!Xe(e)||!Xe(n)?!1:Ke(t)!==void 0}function Ze(t,x){let e=v(t.style.marginTop,x,{auto:"zero"});if(!ae(t)||!Tr(t,x))return e;let n=qe(t);if(!n)return e;let r=px(t,x),o=Ze(n,r);return Cr([e,o])}function Qe(t,x){let e=v(t.style.marginBottom,x,{auto:"zero"});if(!ae(t)||!Pr(t,x))return e;let n=Ke(t);if(!n)return e;let r=px(t,x),o=Qe(n,r);return Cr([e,o])}function Je(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 rx=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)la(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)la(r.top,r.bottom,x,e)&&(n=n===null?r.bottom:Math.min(n,r.bottom));return n}};function la(t,x,e,n){return Math.max(t,e)<Math.min(x,n)}function ua(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 ba(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"}),c=v(x.style.borderLeft,o,{auto:"zero"}),f=v(x.style.borderRight,o,{auto:"zero"}),l=v(x.style.borderTop,o,{auto:"zero"}),u=v(x.style.borderBottom,o,{auto:"zero"}),m=v(x.style.paddingLeft,o,{auto:"zero"}),p=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+m+p+c+f,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,T=0;for(;!(T>1e3);){let L=e.inlineOffsets(R,R+S,o),E=Math.max(0,L.end-L.start);if(w<=E){let D=x.style.float==="left"?r+L.start:r+L.end-w,F=D+a+c+m,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:D-r,inlineEnd:D-r+w}),R+S}let A=e.nextUnblockedY(R,R+S);A===null||A<=R?R+=1:R=A,T+=1}return R+S}var xt=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),c=String.fromCharCode(a>>24&255,a>>16&255,a>>8&255,a&255);if(c==="gloc"){k("font","warn",`\u{1F6AB} CAVEAT TTF PARSER: FORCE SKIPPING problematic table 'gloc' (0x${a.toString(16)})`);continue}let f=["cmap","head","hhea","hmtx","maxp","name","OS/2","post"];if(s+d>this.dataView.byteLength)if(f.includes(c)){k("font","warn",`WOFF2 TTF: ESSENTIAL table ${c} 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 ${c} with clamped length ${l}`)):k("font","warn",`WOFF2 TTF: Essential table ${c} completely out of bounds - skipping`)}else{k("font","warn",`WOFF2 TTF: Skipping optional table ${c} 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)}};var j5=1751474532,$5=1751672161,V5=1330851634;function ma(t){let x=t.getTable(j5);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(V5),d=r,c=Math.round(r*.5);s&&s.byteLength>=4&&t.getUint16(s,0)>=2&&s.byteLength>=96&&(d=t.getInt16(s,88),c=t.getInt16(s,86));let f;if(x.byteLength>=44){let u=t.getInt16(x,36),m=t.getInt16(x,38),p=t.getInt16(x,40),h=t.getInt16(x,42);f=[u,m,p,h]}return{metrics:{unitsPerEm:e,ascender:r,descender:o,lineGap:a,capHeight:d,xHeight:c},numberOfHMetricsRaw:i,headBBox:f}}var _5=1752003704;function pa(t,x,e){let n=t.getTable(_5);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),c=t.getInt16(n,s+2);r.set(i,{advanceWidth:d,leftSideBearing:c}),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 et=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 c=0;c<r;c++){let f=4+c*8,l=e.getUint16(f,!1),u=e.getUint16(f+2,!1),m=e.getUint32(f+4,!1);if(m>=e.byteLength)throw new Error("Invalid subtable offset in cmap");o.push({platformId:l,encodingId:u,offset:m})}let s=(()=>{let c=l=>{for(let u of l)for(let m of o)if(m.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(m.encodingId))&&m.offset+2<=e.byteLength&&e.getUint16(m.offset,!1)===12)return m;for(let u of l)for(let m of o)if(m.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(m.encodingId))&&m.offset+2<=e.byteLength&&e.getUint16(m.offset,!1)===4)return m;return null},f=c([{pid:0,eids:[]}]);if(f||(f=c([{pid:3,eids:[10]},{pid:3,eids:[1]}]),f))return f;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,c=d+i*2,f=c+i*2;if(f>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),m=e.getUint16(d+l*2,!1),p=e.getInt16(c+l*2,!1),h=e.getUint16(f+l*2,!1);if(m===65535)break;if(m>u)throw new Error("Invalid cmap segment (startCode > endCode)");for(let b=m;b<=u;b++){let g=0;if(h===0)g=b+p&65535;else{let w=f+l*2+h+(b-m)*2;if(w+2>n+o)throw new Error("Truncated cmap glyphIndexArray");g=e.getUint16(w,!1),g!==0&&(g=g+p&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 c=e.getUint32(s,!1),f=e.getUint32(s+4,!1),l=e.getUint32(s+8,!1);if(c>f)throw new Error("Invalid cmap format 12 group (startCode > endCode)");for(let u=c;u<=f;u++)this.unicodeMap.set(u,l+(u-c))}}getGlyphId(x){return this.unicodeMap.get(x)??0}hasCodePoint(x){return this.unicodeMap.has(x)}};var tt=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 nt=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:c,nextOffset:f}=d,l=this.parseCoordinates(x,c,f);if(!l)return null;let{points:u}=l,m=[],p=0;for(let h=0;h<e;h++){let b=r[h];if(b<p||b>=u.length)return null;m.push(u.slice(p,b+1)),p=b+1}return m}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 f=0;f<r;f++){let l=e[f];if(l&2){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);o[f]=l&16?u:-u}else if(l&16)o[f]=0;else{if(i+2>x.byteLength)return null;o[f]=this.reader.getInt16(x,i),i+=2}}}catch{return null}try{for(let f=0;f<r;f++){let l=e[f];if(l&4){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);a[f]=l&32?u:-u}else if(l&32)a[f]=0;else{if(i+2>x.byteLength)return null;a[f]=this.reader.getInt16(x,i),i+=2}}}catch{return null}let s=new Array(r),d=0,c=0;for(let f=0;f<r;f++)d+=o[f],c+=a[f],s[f]={x:d,y:c,onCurve:!!(e[f]&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=f=>(f%r+r)%r,a=-1;for(let f=0;f<r;f++)if(n[f].onCurve){a=f;break}let i,s;if(a===-1){let f=n[0],l=n[r-1];i={x:(l.x+f.x)/2,y:(l.y+f.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,c=0;for(;c<r;){let f=o(d),l=n[f],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++,c++;else{let m=(l.x+u.x)/2,p=(l.y+u.y)/2;e.push({type:"quadTo",cx:l.x,cy:l.y,x:m,y:p})}d++,c++}e.push({type:"close"})}return e}};var rt=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 ot=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 c=this.findFirstCoordinate(d);c&&a.push({type:"moveTo",x:c.x,y:c.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,c=0,f=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,f=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,m=this.reader.getInt16(x,o+2)/16384;s=u,f=m}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,c=this.reader.getInt16(x,o+4)/16384,f=this.reader.getInt16(x,o+6)/16384}let l=rt.fromComponents(a,i,s,d,c,f);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 Y5=1819239265,X5=1735162214,q5=1751474532;function ha(t){let x=t.getTable(q5);if(!x)return()=>null;let e=K5(x,t),n=t.getTable(Y5),r=t.getTable(X5);if(!n||!r)return()=>null;let o=new tt(n,e,t),a=new nt(t),i=new ot(t),s=(d,c=0)=>{let f=o.getGlyphOffset(d);if(!f||f.start===f.end||!o.validateRange(f,r.byteLength))return null;let l=Z5(r,f.start,f.end);if(!l||l.byteLength<10)return null;if(l.getInt16(0,!1)>=0)return a.parse(l);{let m={getOutline:(p,h)=>s(p,h??0)};return i.parse(l,m,c)}};return d=>s(d,0)}function K5(t,x){try{return x.getUint16(t,50)}catch{return 0}}function Z5(t,x,e){try{return new DataView(t.buffer,t.byteOffset+x,e-x)}catch{return null}}function ya(t){let x=new xt(t),{metrics:e,numberOfHMetricsRaw:n,headBBox:r}=ma(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=pa(x,s,i),f=x.getTable(1668112752);if(!f)throw new Error("Missing cmap table");let l=new et(x,f),u=e4(Q5(x),J5(x)),m=ha(x);return new ke(e,d,l,r,m,u)}function Q5(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),c=e.getUint16(r+4,!1)>>8;if(i===0&&c===0){if(r+s>e.byteLength)break;let f=r+6;if(f+8>e.byteLength)break;let l=e.getUint16(f,!1),u=f+8;for(let m=0;m<l&&!(u+6>e.byteLength);m++){let p=e.getUint16(u,!1),h=e.getUint16(u+2,!1),b=e.getInt16(u+4,!1);if(b!==0){let g=o.get(p)??new Map;g.set(h,b),o.set(p,g)}u+=6}}r+=s}return o.size>0?o:void 0}function J5(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 c=n+d;if(c+6>e.byteLength)continue;let f=e.getUint16(c,!1),l=e.getUint16(c+4,!1),u=c+6;if(f===2)for(let m=0;m<l&&!(u+2>e.byteLength);m++){let p=e.getUint16(u,!1);if(u+=2,p===0||c+p>=e.byteLength)continue;let h=c+p;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=x4(e,h+g),T=h+10;for(let L=0;L<S;L++){let E=R[L];if(E===void 0)continue;let A=T+L*2;if(A+2>e.byteLength)break;let D=e.getUint16(A,!1);if(D===0||h+D>=e.byteLength)continue;let F=h+D;if(F+2>e.byteLength)continue;let M=e.getUint16(F,!1),P=F+2;for(let I=0;I<M&&!(P+2>e.byteLength);I++){let W=e.getUint16(P,!1);P+=2;let H=ga(e,P,y);P+=H.length;let q=ga(e,P,w);P+=q.length;let K=(H.xAdvance??0)+(H.xPlacement??0)+(q.xPlacement??0);if(K!==0){let _=o.get(E)??new Map;_.set(W,K),o.set(E,_)}}}}}return o.size>0?o:void 0}function x4(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 c=0;c<=s-i;c++)r[d+c]=i+c;o+=6}return r}return[]}function ga(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 e4(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 wa(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 Ra(t){let x=t.flavor>>>0,e=t.numTables,n=12,r=16*e,o=0,a=[];Object.entries(t.tables).sort(([p],[h])=>p.localeCompare(h)).forEach(([p,h])=>{let b=h;if(p==="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:p,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 c=0,f=1;for(;f*2<=e;)f*=2,c++;f*=16;let l=e*16-f;d.setUint16(6,f,!1),d.setUint16(8,c,!1),d.setUint16(10,l,!1);let u=n+r,m=12;for(let p of a){let{tag:h,data:b}=p;for(let w=0;w<4;w++)s[m+w]=h.charCodeAt(w);let g=t4(b);d.setUint32(m+4,g,!1),d.setUint32(m+8,u,!1),d.setUint32(m+12,b.length,!1),s.set(b,u);let y=(4-b.length%4)%4;u+=b.length+y,m+=16}return i}function t4(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 ie(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 f of i)f!==0&&s.set(f,(s.get(f)??0)+1);if(s.size===0)return 1e3;let d=1e3,c=-1;for(let[f,l]of s.entries())(l>c||l===c&&f<d)&&(d=f,c=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 f=a,l=[];for(;a<x&&e[a]!==r&&l.length<32;)l.push(e[a]),a++;o.push(f),o.push(l)}return{DW:r,W:o}}function se(t){if(!t||t.length===0)return`/CIDInit /ProcSet findresource begin
1
+ var n5=Object.create;var cr=Object.defineProperty;var r5=Object.getOwnPropertyDescriptor;var o5=Object.getOwnPropertyNames;var a5=Object.getPrototypeOf,i5=Object.prototype.hasOwnProperty;var T0=(t,x)=>()=>(t&&(x=t(t=0)),x);var ux=(t,x)=>()=>(x||t((x={exports:{}}).exports,x),x.exports),K6=(t,x)=>{for(var e in x)cr(t,e,{get:x[e],enumerable:!0})},s5=(t,x,e,n)=>{if(x&&typeof x=="object"||typeof x=="function")for(let r of o5(x))!i5.call(t,r)&&r!==e&&cr(t,r,{get:()=>x[r],enumerable:!(n=r5(x,r))||n.enumerable});return t};var d5=(t,x,e)=>(e=t!=null?n5(a5(t)):{},s5(x||!t||!t.__esModule?cr(e,"default",{value:t,enumerable:!0}):e,t));var Pr=T0(()=>{"use strict"});function at(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 Fr(t){return t instanceof Uint8Array?t:new Uint8Array(t)}function Sa(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 Br=T0(()=>{"use strict"});function qx(t,x){return t[x]<<8|t[x+1]}function va(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 Z0(t,x){return(t[x]<<24|t[x+1]<<16|t[x+2]<<8|t[x+3])>>>0}function Ar(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 Mr(t){return t instanceof Uint8Array?t:ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):new Uint8Array(t)}var kr=T0(()=>{"use strict"});var it,La=T0(()=>{"use strict";kr();it=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 c=x.subarray(o,o+r.compositeStreamSize);o+=r.compositeStreamSize;let f=x.subarray(o,o+r.bboxStreamSize);o+=r.bboxStreamSize;let l=x.subarray(o,o+r.instructionStreamSize),u=[],m=[0],p=0,h=0,b=0,g=0,y=0,w=0,S=0;for(let A=0;A<e;A++){let E=this.readInt16(a,p);if(p+=2,E===0){u.push(new Uint8Array(0)),m.push(m[m.length-1]);continue}let F=this.readInt16(f,w);w+=2;let M=this.readInt16(f,w);w+=2;let P=this.readInt16(f,w);w+=2;let I=this.readInt16(f,w);w+=2;let W;E>0?(W=this.reconstructSimpleGlyph(E,F,M,P,I,i,h,s,b,d,g,l,S),h+=E*2):W=this.reconstructCompositeGlyph(E,F,M,P,I,c,y,l,S),u.push(W),m.push(m[m.length-1]+W.length)}let R=m[m.length-1],T=new Uint8Array(R),L=0;for(let A of u)T.set(A,L),L+=A.length;let D=this.createLocaTable(m,n);return{glyf:T,loca:D}}catch(r){return console.error("WOFF2 glyf transform failed:",r),this.createMinimalGlyfLoca(e,n)}}static parseTransformHeader(x,e){let n=0,r=Z0(x,n);n+=4;let o=qx(x,n);n+=2;let a=qx(x,n);n+=2;let i=Z0(x,n);n+=4;let s=Z0(x,n);n+=4;let d=Z0(x,n);n+=4;let c=Z0(x,n);n+=4;let f=Z0(x,n);n+=4;let l=Z0(x,n);n+=4;let u=Z0(x,n);return{version:r,numGlyphs:o||e,indexFormat:a,nContourStreamSize:i,nPointsStreamSize:s,flagStreamSize:d,glyphStreamSize:c,compositeStreamSize:f,bboxStreamSize:l,instructionStreamSize:u}}static getHeaderSize(x){return 36}static readInt16(x,e){let n=qx(x,e);return n>32767?n-65536:n}static read255UInt16(x,e){let n=x[e];return n===253?{value:qx(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,c,f,l,u){let m=[],p=0,h=i;for(let V=0;V<x;V++){let{value:J,bytesRead:n0}=this.read255UInt16(a,h);h+=n0,p+=J,m.push(p-1)}let{value:b,bytesRead:g}=this.read255UInt16(c,f),y=f+g,w=l.subarray(u,u+b),S=[],R=d;for(let V=0;V<p;V++){let J=s[R++];S.push(J)}let T=[],L=[],D=0,A=0;for(let V=0;V<p;V++){let{dx:J,dy:n0,bytesRead:e0}=this.readTriplet(c,y);y+=e0,D+=J,A+=n0,T.push(D),L.push(A)}let E=S.length,F=[],M=[],P=[],I=0,W=0;for(let V=0;V<p;V++){let J=T[V],n0=L[V],e0=J-I,Z=n0-W,Y=0;Y|=S[V]&1,e0===0?Y|=16:e0>-256&&e0<256?(Y|=2,e0>0?(Y|=16,M.push(e0)):M.push(-e0)):(M.push(e0>>8&255),M.push(e0&255)),Z===0?Y|=32:Z>-256&&Z<256?(Y|=4,Z>0?(Y|=32,P.push(Z)):P.push(-Z)):(P.push(Z>>8&255),P.push(Z&255)),F.push(Y),I=J,W=n0}let H=10+x*2+2+w.length+F.length+M.length+P.length,q=H%2,K=new Uint8Array(H+q),_=new DataView(K.buffer),C=0;_.setInt16(C,x,!1),C+=2,_.setInt16(C,e,!1),C+=2,_.setInt16(C,n,!1),C+=2,_.setInt16(C,r,!1),C+=2,_.setInt16(C,o,!1),C+=2;for(let V of m)_.setUint16(C,V,!1),C+=2;return _.setUint16(C,w.length,!1),C+=2,K.set(w,C),C+=w.length,K.set(new Uint8Array(F),C),C+=F.length,K.set(new Uint8Array(M),C),C+=M.length,K.set(new Uint8Array(P),C),C+=P.length,K}static reconstructCompositeGlyph(x,e,n,r,o,a,i,s,d){let c=[],f=i,l=!1;for(;;){let g=qx(a,f);f+=2;let y=qx(a,f);f+=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 T=a.subarray(f,f+R);if(f+=R,c.push({flags:g,glyphIndex:y,args:T}),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 m=10;for(let g of c)m+=4+g.args.length;l&&(m+=2+u.length);let p=new Uint8Array(m),h=new DataView(p.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 c)h.setUint16(b,g.flags,!1),b+=2,h.setUint16(b,g.glyphIndex,!1),b+=2,p.set(g.args,b),b+=g.args.length;return l&&(h.setUint16(b,u.length,!1),b+=2,p.set(u,b)),p}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 ox,Ir=T0(()=>{"use strict";La();ox=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 it.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,c=[];for(let b=0;b<e&&!(d+2>x.length);b++)c.push(x[d]<<8|x[d+1]),d+=2;let f=[];if(i)for(let b=0;b<e&&!(d+2>x.length);b++){let g=x[d]<<8|x[d+1];f.push(g>32767?g-65536:g),d+=2}else for(let b=0;b<e;b++)f.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,m=new Uint8Array(u),p=new DataView(m.buffer),h=0;for(let b=0;b<e;b++)p.setUint16(h,c[b]||0,!1),p.setInt16(h+2,f[b]||0,!1),h+=4;for(let b=0;b<l.length;b++)p.setInt16(h,l[b],!1),h+=2;return m}}});var Kx={};K6(Kx,{brotliDecompressSync:()=>e4,default:()=>t4,inflateSync:()=>x4});function x4(t){throw new Error("inflateSync is not available in browser bundle")}function e4(t){throw new Error("brotliDecompressSync is not available in browser bundle")}var t4,Zx=T0(()=>{"use strict";t4={}});var ae={};K6(ae,{default:()=>n4});var n4,ie=T0(()=>{"use strict";n4={}});var Nr=ux((Np,Pa)=>{"use strict";function Ca(t){this.buffer=t,this.pos=0}Ca.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 Ta(t){this.buffer=t,this.pos=0}Ta.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};Pa.exports={BrotliInput:Ca,BrotliOutput:Ta}});var Aa=ux((Ep,Ba)=>{"use strict";var Qx=4096,r4=2*Qx+32,Fa=2*Qx-1,o4=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 Jx(t){this.buf_=new Uint8Array(r4),this.input_=t,this.reset()}Jx.READ_SIZE=Qx;Jx.IBUF_MASK=Fa;Jx.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};Jx.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,Qx);if(x<0)throw new Error("Unexpected end of input");if(x<Qx){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_[(Qx<<1)+e]=this.buf_[e];this.buf_ptr_=Qx}else this.buf_ptr_=0;this.bit_end_pos_+=x<<3}};Jx.prototype.fillBitWindow=function(){for(;this.bit_pos_>=8;)this.val_>>>=8,this.val_|=this.buf_[this.pos_&Fa]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0};Jx.prototype.readBits=function(t){32-this.bit_pos_<t&&this.fillBitWindow();var x=this.val_>>>this.bit_pos_&o4[t];return this.bit_pos_+=t,x};Ba.exports=Jx});var Ma=ux(st=>{"use strict";st.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]);st.init=function(){return st.dictionary}});var Er=ux(x6=>{"use strict";var a4=Ma();x6.init=function(){x6.dictionary=a4.init()};x6.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]);x6.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]);x6.minDictionaryWordLength=4;x6.maxDictionaryWordLength=24});var Wr=ux(Dr=>{"use strict";function P6(t,x){this.bits=t,this.value=x}Dr.HuffmanCode=P6;var T6=15;function ka(t,x){for(var e=1<<x-1;t&e;)e>>=1;return(t&e-1)+e}function Ia(t,x,e,n,r){do n-=e,t[x+n]=new P6(r.bits,r.value);while(n>0)}function i4(t,x,e){for(var n=1<<x-e;x<T6&&(n-=t[x],!(n<=0));)++x,n<<=1;return x-e}Dr.BrotliBuildHuffmanTable=function(t,x,e,n,r){var o=x,a,i,s,d,c,f,l,u,m,p,h,b=new Int32Array(T6+1),g=new Int32Array(T6+1);for(h=new Int32Array(r),s=0;s<r;s++)b[n[s]]++;for(g[1]=0,i=1;i<T6;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,m=1<<u,p=m,g[T6]===1){for(d=0;d<p;++d)t[x+d]=new P6(0,h[0]&65535);return p}for(d=0,s=0,i=1,c=2;i<=e;++i,c<<=1)for(;b[i]>0;--b[i])a=new P6(i&255,h[s++]&65535),Ia(t,x+d,c,m,a),d=ka(d,i);for(l=p-1,f=-1,i=e+1,c=2;i<=T6;++i,c<<=1)for(;b[i]>0;--b[i])(d&l)!==f&&(x+=m,u=i4(b,i,e),m=1<<u,p+=m,f=d&l,t[o+f]=new P6(u+e&255,x-o-f&65535)),a=new P6(i-e&255,h[s++]&65535),Ia(t,x+(d>>e),c,m,a),d=ka(d,i);return p}});var Na=ux(Or=>{"use strict";Or.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]);Or.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])});var Ea=ux(F6=>{"use strict";function G(t,x){this.offset=t,this.nbits=x}F6.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)];F6.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)];F6.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)];F6.kInsertRangeLut=[0,0,8,8,0,16,8,16,16];F6.kCopyRangeLut=[0,8,0,8,16,0,16,8,16]});var Ha=ux(dt=>{"use strict";var s4=Er(),$=0,Da=1,d4=2,c4=3,f4=4,l4=5,u4=6,b4=7,m4=8,Oa=9,u0=10,g0=11,Hr=12,p4=13,h4=14,g4=15,y4=16,w4=17,R4=18,S4=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 se=[new N("",$,""),new N("",$," "),new N(" ",$," "),new N("",Hr,""),new N("",u0," "),new N("",$," the "),new N(" ",$,""),new N("s ",$," "),new N("",$," of "),new N("",u0,""),new N("",$," and "),new N("",p4,""),new N("",Da,""),new N(", ",$," "),new N("",$,", "),new N(" ",u0," "),new N("",$," in "),new N("",$," to "),new N("e ",$," "),new N("",$,'"'),new N("",$,"."),new N("",$,'">'),new N("",$,`
2
+ `),new N("",c4,""),new N("",$,"]"),new N("",$," for "),new N("",h4,""),new N("",d4,""),new N("",$," a "),new N("",$," that "),new N(" ",u0,""),new N("",$,". "),new N(".",$,""),new N(" ",$,", "),new N("",g4,""),new N("",$," with "),new N("",$,"'"),new N("",$," from "),new N("",$," by "),new N("",y4,""),new N("",w4,""),new N(" the ",$,""),new N("",f4,""),new N("",$,". The "),new N("",g0,""),new N("",$," on "),new N("",$," as "),new N("",$," is "),new N("",b4,""),new N("",Da,"ing "),new N("",$,`
3
+ `),new N("",$,":"),new N(" ",$,". "),new N("",$,"ed "),new N("",S4,""),new N("",R4,""),new N("",u4,""),new N("",$,"("),new N("",u0,", "),new N("",m4,""),new N("",$," at "),new N("",$,"ly "),new N(" the ",$," of "),new N("",l4,""),new N("",Oa,""),new N(" ",u0,", "),new N("",u0,'"'),new N(".",$,"("),new N("",g0," "),new N("",u0,'">'),new N("",$,'="'),new N(" ",$,"."),new N(".com/",$,""),new N(" the ",$," of the "),new N("",u0,"'"),new N("",$,". This "),new N("",$,","),new N(".",$," "),new N("",u0,"("),new N("",u0,"."),new N("",$," not "),new N(" ",$,'="'),new N("",$,"er "),new N(" ",g0," "),new N("",$,"al "),new N(" ",g0,""),new N("",$,"='"),new N("",g0,'"'),new N("",u0,". "),new N(" ",$,"("),new N("",$,"ful "),new N(" ",u0,". "),new N("",$,"ive "),new N("",$,"less "),new N("",g0,"'"),new N("",$,"est "),new N(" ",u0,"."),new N("",g0,'">'),new N(" ",$,"='"),new N("",u0,","),new N("",$,"ize "),new N("",g0,"."),new N("\xC2\xA0",$,""),new N(" ",$,","),new N("",u0,'="'),new N("",g0,'="'),new N("",$,"ous "),new N("",g0,", "),new N("",u0,"='"),new N(" ",u0,","),new N(" ",g0,'="'),new N(" ",g0,", "),new N("",g0,","),new N("",g0,"("),new N("",g0,". "),new N(" ",g0,"."),new N("",g0,"='"),new N(" ",g0,". "),new N(" ",u0,'="'),new N(" ",g0,"='"),new N(" ",u0,"='")];dt.kTransforms=se;dt.kNumTransforms=se.length;function Wa(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)}dt.transformDictionaryWord=function(t,x,e,n,r){var o=se[r].prefix,a=se[r].suffix,i=se[r].transform,s=i<Hr?0:i-(Hr-1),d=0,c=x,f;s>n&&(s=n);for(var l=0;l<o.length;)t[x++]=o[l++];for(e+=s,n-=s,i<=Oa&&(n-=i),d=0;d<n;d++)t[x++]=s4.dictionary[e+d];if(f=x-n,i===u0)Wa(t,f);else if(i===g0)for(;n>0;){var u=Wa(t,f);f+=u,n-=u}for(var m=0;m<a.length;)t[x++]=a[m++];return x-c}});var Qa=ux(lt=>{"use strict";var Va=Nr().BrotliInput,v4=Nr().BrotliOutput,M6=Aa(),A6=Er(),y0=Wr().HuffmanCode,_a=Wr().BrotliBuildHuffmanTable,B6=Na(),Mx=Ea(),Ua=Ha(),L4=8,za=16,C4=256,T4=704,P4=26,Ga=6,ja=2,zr=8,F4=255,kx=1080,Gr=18,B4=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),jr=16,A4=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),M4=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),k4=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 Ya(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 Xa(t){if(t.readBits(1)){var x=t.readBits(3);return x===0?1:t.readBits(x)+(1<<x)}return 0}function I4(){this.meta_block_length=0,this.input_end=0,this.is_uncompressed=0,this.is_metadata=!1}function qa(t){var x=new I4,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 k6(t,x,e){var n=x,r;return e.fillBitWindow(),x+=e.val_>>>e.bit_pos_&F4,r=t[x].bits-zr,r>0&&(e.bit_pos_+=zr,x+=t[x].value,x+=e.val_>>>e.bit_pos_&(1<<r)-1),e.bit_pos_+=t[x].bits,t[x].value}function N4(t,x,e,n){for(var r=0,o=L4,a=0,i=0,s=32768,d=[],c=0;c<32;c++)d.push(new y0(0,0));for(_a(d,0,5,t,Gr);r<x&&s>0;){var f=0,l;if(n.readMoreInput(),n.fillBitWindow(),f+=n.val_>>>n.bit_pos_&31,n.bit_pos_+=d[f].bits,l=d[f].value&255,l<za)a=0,e[r++]=l,l!==0&&(o=l,s-=32768>>l);else{var u=l-14,m,p,h=0;if(l===za&&(h=o),i!==h&&(a=0,i=h),m=a,a>0&&(a-=2,a<<=u),a+=n.readBits(u)+3,p=a-m,r+p>x)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var b=0;b<p;b++)e[r+b]=i;r+=p,i!==0&&(s-=p<<15-i)}}if(s!==0)throw new Error("[ReadHuffmanCodeLengths] space = "+s);for(;r<x;r++)e[r]=0}function ft(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,c=new Int32Array(4),f=n.readBits(2)+1;s;)s>>=1,++d;for(i=0;i<f;++i)c[i]=n.readBits(d)%t,a[c[i]]=2;switch(a[c[0]]=1,f){case 1:break;case 3:if(c[0]===c[1]||c[0]===c[2]||c[1]===c[2])throw new Error("[ReadHuffmanCode] invalid symbols");break;case 2:if(c[0]===c[1])throw new Error("[ReadHuffmanCode] invalid symbols");a[c[1]]=1;break;case 4:if(c[0]===c[1]||c[0]===c[2]||c[0]===c[3]||c[1]===c[2]||c[1]===c[3]||c[2]===c[3])throw new Error("[ReadHuffmanCode] invalid symbols");n.readBits(1)?(a[c[2]]=3,a[c[3]]=3):a[c[0]]=2;break}}else{var i,l=new Uint8Array(Gr),u=32,m=0,p=[new y0(2,0),new y0(2,4),new y0(2,3),new y0(3,2),new y0(2,0),new y0(2,4),new y0(2,3),new y0(4,1),new y0(2,0),new y0(2,4),new y0(2,3),new y0(3,2),new y0(2,0),new y0(2,4),new y0(2,3),new y0(4,5)];for(i=o;i<Gr&&u>0;++i){var h=B4[i],b=0,g;n.fillBitWindow(),b+=n.val_>>>n.bit_pos_&15,n.bit_pos_+=p[b].bits,g=p[b].value,l[h]=g,g!==0&&(u-=32>>g,++m)}if(!(m===1||u===0))throw new Error("[ReadHuffmanCode] invalid num_codes or space");N4(l,t,a,n)}if(r=_a(x,e,zr,a,t),r===0)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return r}function ct(t,x,e){var n,r;return n=k6(t,x,e),r=Mx.kBlockLengthPrefixCode[n].nbits,Mx.kBlockLengthPrefixCode[n].offset+e.readBits(r)}function E4(t,x,e){var n;return t<jr?(e+=A4[t],e&=3,n=x[e]+M4[t]):n=t-jr+1,n}function D4(t,x){for(var e=t[x],n=x;n;--n)t[n]=t[n-1];t[0]=e}function W4(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&&D4(e,r)}}function e6(t,x){this.alphabet_size=t,this.num_htrees=x,this.codes=new Array(x+x*k4[t+31>>>5]),this.htrees=new Uint32Array(x)}e6.prototype.decode=function(t){var x,e,n=0;for(x=0;x<this.num_htrees;++x)this.htrees[x]=n,e=ft(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=Xa(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 y0(0,0);for(ft(i+r,o,0,x),a=0;a<t;){var d;if(x.readMoreInput(),d=k6(o,0,x),d===0)s[a]=0,++a;else if(d<=r)for(var c=1+(1<<d)+x.readBits(d);--c;){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)&&W4(s,t),e}function Ur(t,x,e,n,r,o,a){var i=e*2,s=e,d=k6(x,e*kx,a),c;d===0?c=r[i+(o[s]&1)]:d===1?c=r[i+(o[s]-1&1)]+1:c=d-2,c>=t&&(c-=t),n[e]=c,r[i+(o[s]&1)]=c,++o[s]}function O4(t,x,e,n,r,o){var a=r+1,i=e&r,s=o.pos_&M6.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>M6.IBUF_MASK){for(var c=M6.IBUF_MASK+1-s,f=0;f<c;f++)n[i+f]=o.buf_[s+f];d-=c,i+=c,x-=c,s=0}for(var f=0;f<d;f++)n[i+f]=o.buf_[s+f];if(i+=d,x-=d,i>=a){t.write(n,a),i-=a;for(var f=0;f<i;f++)n[f]=n[a+f]}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 H4(t){var x=t.bit_pos_+7&-8,e=t.readBits(x-t.bit_pos_);return e==0}function Ka(t){var x=new Va(t),e=new M6(x);Ya(e);var n=qa(e);return n.meta_block_length}lt.BrotliDecompressedSize=Ka;function U4(t,x){var e=new Va(t);x==null&&(x=Ka(t));var n=new Uint8Array(x),r=new v4(n);return Za(e,r),r.pos<r.buffer.length&&(r.buffer=r.buffer.subarray(0,r.pos)),r.buffer}lt.BrotliDecompressBuffer=U4;function Za(t,x){var e,n=0,r=0,o=0,a,i=0,s,d,c,f,l=[16,15,11,4],u=0,m=0,p=0,h=[new e6(0,0),new e6(0,0),new e6(0,0)],b,g,y,w=128+M6.READ_SIZE;y=new M6(t),o=Ya(y),a=(1<<o)-16,s=1<<o,d=s-1,c=new Uint8Array(s+w+A6.maxDictionaryWordLength),f=s,b=[],g=[];for(var S=0;S<3*kx;S++)b[S]=new y0(0,0),g[S]=new y0(0,0);for(;!r;){var R=0,T,L=[1<<28,1<<28,1<<28],D=[0],A=[1,1,1],E=[0,1,0,1,0,1],F=[0],M,P,I,W,H=null,q=null,K,_=null,C,V=0,J=null,n0=0,e0=0,Z=null,Y=0,p0=0,L0=0,h0,D0;for(e=0;e<3;++e)h[e].codes=null,h[e].htrees=null;y.readMoreInput();var C0=qa(y);if(R=C0.meta_block_length,n+R>x.buffer.length){var R0=new Uint8Array(n+R);R0.set(x.buffer),x.buffer=R0}if(r=C0.input_end,T=C0.is_uncompressed,C0.is_metadata){for(H4(y);R>0;--R)y.readMoreInput(),y.readBits(8);continue}if(R!==0){if(T){y.bit_pos_=y.bit_pos_+7&-8,O4(x,R,n,c,d,y),n+=R;continue}for(e=0;e<3;++e)A[e]=Xa(y)+1,A[e]>=2&&(ft(A[e]+2,b,e*kx,y),ft(P4,g,e*kx,y),L[e]=ct(g,e*kx,y),F[e]=1);for(y.readMoreInput(),M=y.readBits(2),P=jr+(y.readBits(4)<<M),I=(1<<M)-1,W=P+(48<<M),q=new Uint8Array(A[0]),e=0;e<A[0];++e)y.readMoreInput(),q[e]=y.readBits(2)<<1;var X=$a(A[0]<<Ga,y);K=X.num_htrees,H=X.context_map;var r0=$a(A[2]<<ja,y);for(C=r0.num_htrees,_=r0.context_map,h[0]=new e6(C4,K),h[1]=new e6(T4,A[1]),h[2]=new e6(W,C),e=0;e<3;++e)h[e].decode(y);for(J=0,Z=0,h0=q[D[0]],p0=B6.lookupOffsets[h0],L0=B6.lookupOffsets[h0+1],D0=h[1].htrees[0];R>0;){var i0,a0,U0,W0,fx,S0,F0,_0,B0,Sx,lx;for(y.readMoreInput(),L[1]===0&&(Ur(A[1],b,1,D,E,F,y),L[1]=ct(g,kx,y),D0=h[1].htrees[D[1]]),--L[1],i0=k6(h[1].codes,D0,y),a0=i0>>6,a0>=2?(a0-=2,F0=-1):F0=0,U0=Mx.kInsertRangeLut[a0]+(i0>>3&7),W0=Mx.kCopyRangeLut[a0]+(i0&7),fx=Mx.kInsertLengthPrefixCode[U0].offset+y.readBits(Mx.kInsertLengthPrefixCode[U0].nbits),S0=Mx.kCopyLengthPrefixCode[W0].offset+y.readBits(Mx.kCopyLengthPrefixCode[W0].nbits),m=c[n-1&d],p=c[n-2&d],Sx=0;Sx<fx;++Sx)y.readMoreInput(),L[0]===0&&(Ur(A[0],b,0,D,E,F,y),L[0]=ct(g,0,y),V=D[0]<<Ga,J=V,h0=q[D[0]],p0=B6.lookupOffsets[h0],L0=B6.lookupOffsets[h0+1]),B0=B6.lookup[p0+m]|B6.lookup[L0+p],n0=H[J+B0],--L[0],p=m,m=k6(h[0].codes,h[0].htrees[n0],y),c[n&d]=m,(n&d)===d&&x.write(c,s),++n;if(R-=fx,R<=0)break;if(F0<0){var B0;if(y.readMoreInput(),L[2]===0&&(Ur(A[2],b,2,D,E,F,y),L[2]=ct(g,2*kx,y),e0=D[2]<<ja,Z=e0),--L[2],B0=(S0>4?3:S0-2)&255,Y=_[Z+B0],F0=k6(h[2].codes,h[2].htrees[Y],y),F0>=P){var sr,io,q6;F0-=P,io=F0&I,F0>>=M,sr=(F0>>1)+1,q6=(2+(F0&1)<<sr)-4,F0=P+(q6+y.readBits(sr)<<M)+io}}if(_0=E4(F0,l,u),_0<0)throw new Error("[BrotliDecompress] invalid distance");if(n<a&&i!==a?i=n:i=a,lx=n&d,_0>i)if(S0>=A6.minDictionaryWordLength&&S0<=A6.maxDictionaryWordLength){var q6=A6.offsetsByLength[S0],so=_0-i-1,co=A6.sizeBitsByLength[S0],e5=(1<<co)-1,t5=so&e5,fo=so>>co;if(q6+=t5*S0,fo<Ua.kNumTransforms){var dr=Ua.transformDictionaryWord(c,lx,q6,S0,fo);if(lx+=dr,n+=dr,R-=dr,lx>=f){x.write(c,s);for(var Ae=0;Ae<lx-f;Ae++)c[Ae]=c[f+Ae]}}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+_0+" len: "+S0+" bytes left: "+R)}else throw new Error("Invalid backward reference. pos: "+n+" distance: "+_0+" len: "+S0+" bytes left: "+R);else{if(F0>0&&(l[u&3]=_0,++u),S0>R)throw new Error("Invalid backward reference. pos: "+n+" distance: "+_0+" len: "+S0+" bytes left: "+R);for(Sx=0;Sx<S0;++Sx)c[n&d]=c[n-_0&d],(n&d)===d&&x.write(c,s),++n,--R}m=c[n-1&d],p=c[n-2&d]}n&=1073741823}}x.write(c,n&d)}lt.BrotliDecompress=Za;A6.init()});var ax,I6,b0,z4,G4,j4,$4,V4,_4,Y4,X4,Ja=T0(()=>{"use strict";Pr();Br();Ir();ax=null,I6=null,b0=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=Fr(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=Fr(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=ox.transform(e,x,n),a=ox.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 ox.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){(!ax||!I6)&&(ax=await Promise.resolve().then(()=>(Zx(),Kx)),I6=await Promise.resolve().then(()=>(ie(),ae)));let n=I6.promisify(ax.brotliCompress),r={[ax.constants.BROTLI_PARAM_QUALITY]:e.quality??this.DEFAULT_QUALITY,[ax.constants.BROTLI_PARAM_MODE]:e.mode??this.DEFAULT_MODE};e.lgwin!==void 0&&(r[ax.constants.BROTLI_PARAM_LGWIN]=e.lgwin),e.lgblock!==void 0&&e.lgblock>0&&(r[ax.constants.BROTLI_PARAM_LGBLOCK]=e.lgblock);let o=await n(x,{params:r});return new Uint8Array(o)}static async nodeBrotliDecompress(x){(!ax||!I6)&&(ax=await Promise.resolve().then(()=>(Zx(),Kx)),I6=await Promise.resolve().then(()=>(ie(),ae)));let n=await I6.promisify(ax.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 at(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 at(r)}static async jsBrotliDecompress(x){let e=await Promise.resolve().then(()=>d5(Qa(),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=at(x.map(({data:r})=>Sa(r)));return this.compress(n,{...e,mode:2,quality:e.quality??11})}static async decompressMultipleTables(x,e,n={}){let r=e.reduce((f,l)=>f+(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 f of e){let l=f.transformLength??f.origLength;if(console.log(`WOFF2-BROTLI: Processing table ${f.tag} - origLength: ${f.origLength}, transformLength: ${f.transformLength}, transformVersion: ${f.transformVersion}`),i+l>o.length){console.warn(`Table ${f.tag} extends beyond decompressed data, using available data`);let p=o.subarray(i);p.length>0&&a.set(f.tag,p);break}let u=o.subarray(i,i+l);i+=l;let m=ox.untransform(f.tag,u,f,a);a.set(f.tag,m),console.log(`WOFF2-BROTLI: Added table ${f.tag} (${m.length} bytes)`)}console.log(`WOFF2-BROTLI: Extracted tables: ${Array.from(a.keys()).join(", ")}`);let s=a.has("gloc"),d=e.find(f=>f.tag==="glyf"),c=a.has("glyf")&&d?.transformVersion===0;if(s||c){console.log("WOFF2: Found transformed glyf/loca data, reconstructing...");let f;s?(console.log("WOFF2: Using gloc table"),f=a.get("gloc"),a.delete("gloc")):(console.log("WOFF2: Using transformed glyf table"),f=a.get("glyf")),console.log(`WOFF2: Transform data size: ${f.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 m=new DataView(l.buffer,l.byteOffset).getUint16(4,!1),p=new DataView(u.buffer,u.byteOffset).getInt16(50,!1);console.log(`WOFF2: Reconstructing glyf/loca with numGlyphs=${m}, indexFormat=${p}`);let{glyf:h,loca:b}=ox.reconstructGlyfLoca(f,m,p);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(c=>c.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=ox.reconstructHmtx(r,i,s);x.set("hmtx",d)}},z4=b0.compress.bind(b0),G4=b0.decompress.bind(b0),j4=b0.compressWithTransform.bind(b0),$4=b0.decompressWithTransform.bind(b0),V4=b0.getCompressionStats.bind(b0),_4=b0.validateCompressedData.bind(b0),Y4=b0.compressMultipleTables.bind(b0),X4=b0.decompressMultipleTables.bind(b0)});var xi=T0(()=>{"use strict";Ja();Ir();Pr();Br()});var N6,ei=T0(()=>{"use strict";N6=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 ti=T0(()=>{"use strict"});var X0,oh,ah,ih,sh,ni=T0(()=>{"use strict";ei();ti();kr();X0=class{static{this.ZLIB_HEADER_CM_DEFLATE=120}static{this.DEFAULT_COMPRESSION_LEVEL=6}static async compress(x,e={}){let n=Mr(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=Mr(x),{compressed:r,checksum:o}=this.unwrapZlibFormat(n),a=await this.deflateDecompress(r),i=N6.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:N6.calculate(x)}}static wrapWithZlibFormat(x,e){let n=N6.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),va(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=Z0(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(()=>(Zx(),Kx)),{promisify:r}=await Promise.resolve().then(()=>(ie(),ae)),a=await r(n.deflateRaw)(x,{level:e,windowBits:15});return new Uint8Array(a)}static async nodeDeflateDecompress(x){let e=await Promise.resolve().then(()=>(Zx(),Kx)),{promisify:n}=await Promise.resolve().then(()=>(ie(),ae)),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 Ar(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 Ar(r)}static validateCompressedData(x){try{let{compressed:e,checksum:n}=this.unwrapZlibFormat(x);return e.length>0&&n>0}catch{return!1}}},oh=X0.compress.bind(X0),ah=X0.decompress.bind(X0),ih=X0.getCompressionStats.bind(X0),sh=X0.validateCompressedData.bind(X0)});var ri,oi,$r=T0(()=>{"use strict";xi();ni();ri=async t=>b0.decompress(t),oi=async t=>X0.decompress(t)});var si={};K6(si,{decodeWoff:()=>Q4});function Ix(t,x){return t.getUint32(x,!1)}function K4(t,x){return t.getUint16(x,!1)}function Z4(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,t&255)}async function Q4(t,x={}){let e=x.inflate??oi;if(t.byteLength<ai)throw new Error("Invalid WOFF: file too short");let n=new DataView(t.buffer,t.byteOffset,t.byteLength);if(Ix(n,0)!==q4)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=K4(n,12),s=Ix(n,16);if(i===0||s===0)throw new Error("Invalid WOFF: missing tables");let d=ai,c=i*ii;if(d+c>t.byteLength)throw new Error("Invalid WOFF: truncated directory");let f={};for(let l=0;l<i;l++){let u=d+l*ii,m=Ix(n,u),p=Ix(n,u+4),h=Ix(n,u+8),b=Ix(n,u+12);if(p+h>t.byteLength)throw new Error("Invalid WOFF: table outside bounds");let g=t.subarray(p,p+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=Z4(m);f[w]=y}return{flavor:o,numTables:i,tables:f}}var q4,ai,ii,di=T0(()=>{"use strict";$r();q4=2001684038,ai=44,ii=20});function Vr(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 ut(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 H0,ci=T0(()=>{"use strict";H0=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 bi={};K6(bi,{decodeWoff2:()=>v3});function ui(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,t&255)}function a3(t){return{decompress:t?.decompress??ri,transformers:t?.transformers??w3()}}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 k0(t,x,e){let n=t&65535;return x[e]=n>>8&255,x[e+1]=n&255,e+2}function n6(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 i3(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=o3[o&63]??0;let i=o>>6&3,s=0;a===mt||a===r6?i===0&&(s|=bt):i!==0&&(s|=bt),s|=i;let d=Vr(t),c=d;if(s&bt&&(c=Vr(t),a===r6&&c!==0))throw new Error("Invalid WOFF2: transformed loca must have zero length");e.push({tag:a,flags:s,srcOffset:n,srcLength:c,transformLength:c,dstLength:d}),n+=c}return e}function s3(t){if(t.byteLength<x3)throw new Error("Invalid WOFF2: file too short");let x=new H0(t);if(x.readU32()!==J4)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 c=x.readU32(),f=x.readU32();if(c!==0&&c+f>t.byteLength)throw new Error("Invalid WOFF2 private block");let l=i3(x,o),u=l[l.length-1],m=u.srcOffset+u.srcLength,p=x.offset;if(p+a>t.byteLength)throw new Error("Invalid WOFF2: compressed stream truncated");if(m/Math.max(1,t.byteLength)>n3)throw new Error("Invalid WOFF2: implausible compression ratio");return{flavor:n,numTables:o,compressedOffset:p,compressedLength:a,uncompressedSize:m,tables:l}}function ix(t,x){return t&1?x:-x}function d3(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 c=1;if(s>=84&&s<120?c=2:s<84?c=1:s<124?c=3:c=4,o+c>x.length)throw new Error("Invalid WOFF2 glyf triplet");let f,l;if(s<10)f=0,l=ix(s,((s&14)<<7)+x[o]);else if(s<20)f=ix(s,((s-10&14)<<7)+x[o]),l=0;else if(s<84){let u=s-20,m=x[o];f=ix(s,1+(u&48)+(m>>4)),l=ix(s>>1,1+((u&12)<<2)+(m&15))}else if(s<120){let u=s-84;f=ix(s,1+(u/12<<8)+x[o]),l=ix(s>>1,1+(u%12>>2<<8)+x[o+1])}else if(s<124){let u=x[o+1];f=ix(s,(x[o]<<4)+(u>>4)),l=ix(s>>1,((u&15)<<8)+x[o+2])}else f=ix(s,(x[o]<<8)+x[o+1]),l=ix(s>>1,(x[o+2]<<8)+x[o+3]);o+=c,n+=f,r+=l,a[i]={x:n,y:r,onCurve:d}}return{points:a,consumed:o}}function c3(t,x,e,n){let r=t.length,o=[],a=[],i=0,s=0,d=-1,c=0,f=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&&c!==255?(l[l.length-1]|=px.REPEAT,c++):(c!==0&&l.push(c),l.push(g),c=0,d=g),i=b.x,s=b.y}c!==0&&l.push(c);let u=f+l.length+o.length+a.length,m=new Uint8Array(u),p=f;for(let h of l)m[p++]=h;for(let h of o)m[p++]=h;for(let h of a)m[p++]=h;return m}function f3(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 l3(t){let x=t.offset,e=t6.MORE_COMPONENTS,n=!1;for(;e&t6.MORE_COMPONENTS;){e=t.readU16(),n||=(e&t6.WE_HAVE_INSTRUCTIONS)!==0;let r=2;e&t6.ARG_WORDS?r+=4:r+=2,e&t6.WE_HAVE_A_SCALE?r+=2:e&t6.WE_HAVE_AN_XY_SCALE?r+=4:e&t6.WE_HAVE_A_TWO_BY_TWO&&(r+=8),t.skip(r)}return{size:t.offset-x,haveInstructions:n}}function u3(t,x){let e=x?4:2,n=new Uint8Array(t.length*e),r=0;for(let o of t)x?r=n6(o,n,r):r=k0(o>>1,n,r);return{data:n,checksum:ce(n)}}function b3(t,x){let e=new H0(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 c=null;if(r){let M=o+7>>3;if(s+M>t.length)throw new Error("Invalid WOFF2 overlap bitmap");c=t.subarray(s,s+M)}let f=new H0(d[0]),l=new H0(d[1]),u=new H0(d[2]),m=new H0(d[3]),p=new H0(d[4]),h=new H0(d[5]),b=new H0(d[6]),g=o+31>>5<<2,y=h.readBytes(g),w=new Array(o+1).fill(0),S=new Int16Array(o),R=[],T=0,L=0;for(let M=0;M<o;M++){let P=f.readU16(),I=(y[M>>3]&128>>(M&7))!==0,W=null;if(P===65535){let{size:H,haveInstructions:q}=l3(new H0(p.peekRemaining())),K=0;q&&(K=ut(m));let _=12+H+K,C=new Uint8Array(_),V=0;if(V=k0(P,C,V),!I)throw new Error("Invalid WOFF2 glyf: composite without bbox");let J=h.readBytes(8),n0=J[0]<<8|J[1];S[M]=n0&32768?n0-65536:n0,C.set(J,V),V+=8,C.set(p.readBytes(H),V),V+=H,q&&(V=k0(K,C,V),C.set(b.readBytes(K),V)),W=C}else if(P>0){let H=[],q=0;for(let R0=0;R0<P;R0++){let X=ut(l);q+=X,H.push(X)}let K=u.readBytes(q),_=m.peekRemaining(),{points:C,consumed:V}=d3(K,_,q);m.offset+=V;let J=ut(m),n0=I?h.readBytes(8):null,e0=c3(C,P,J,!!(c&&c[M>>3]&128>>(M&7))),Z=new Uint8Array(e0.length);Z.set(e0);let Y=0;if(Y=k0(P,Z,Y),n0)Z.set(n0,Y),Y+=8;else{let[R0,X,r0,i0]=f3(C);Y=k0(R0,Z,Y),Y=k0(X,Z,Y),Y=k0(r0,Z,Y),Y=k0(i0,Z,Y)}let p0=-1;for(let R0 of H)p0+=R0,Y=k0(p0,Z,Y);Y=k0(J,Z,Y);let L0=b.peekRemaining().length,h0=Math.min(J,L0),D0=b.readBytes(h0);Z.set(D0,Y),W=Z;let C0=Z[2]<<8|Z[3];S[M]=C0&32768?C0-65536:C0}else{if(I)throw new Error("Invalid WOFF2 glyf: empty glyph with bbox");W=new Uint8Array(0)}w[M]=L,R.push(W),L+=_r(W.length),T=T+ce(W)>>>0}if(w[o]=L,x!==(a?4:2)*(o+1))throw new Error("Invalid WOFF2 loca length");let D=w[o],A=new Uint8Array(D),E=0;for(let M of R){A.set(M,E),E+=M.length;let P=_r(E)-E;E+=P}let F=u3(w,a);return{glyfData:A,locaData:F.data,glyfChecksum:T,locaChecksum:F.checksum,numGlyphs:o,indexFormat:a,xMins:S}}function m3(t){let x=new H0(t);return x.skip(34),x.readU16()}function p3(t,x,e,n){let r=new H0(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 c=new Uint8Array(2*x+2*e),f=0;for(let l=0;l<x;l++)l<e&&(f=k0(s[l],c,f)),f=k0(d[l],c,f);return{data:c,checksum:ce(c)}}function h3(t,x,e){let n=e.tablesByTag.get(r6);if(!n)throw new Error("Invalid WOFF2: missing loca for glyf");let r=b3(x,n.dstLength);e.state.glyfInfo=r,e.tableMap.set(mt,r.glyfData),e.tableMap.set(r6,r.locaData)}function g3(t,x,e){if(!e.tableMap.has(r6))throw new Error("Invalid WOFF2: loca transformed without glyf")}function y3(t,x,e){let n=e.state.glyfInfo;if(!n)throw new Error("Invalid WOFF2: hmtx transform before glyf");let r=p3(x,n.numGlyphs,e.state.numHMetrics,n.xMins);e.tableMap.set(fi,r.data)}function w3(){return new Map([[mt,h3],[r6,g3],[fi,y3]])}function R3(t,x){let e=Array.from(x.entries()).sort((l,u)=>l[0]-u[0]),n=e.length,r=e3+t3*n,o=[];for(let[l,u]of e){let m=_r(u.length);o.push({tag:l,checksum:ce(u),offset:r,length:u.length,data:u}),r+=m}let a=new Uint8Array(r),i=0;i=n6(t>>>0,a,i),i=k0(n,a,i);let s=0;for(;1<<s+1<=n;)s++;let d=(1<<s)*16;i=k0(d,a,i),i=k0(s,a,i),i=k0(n*16-d,a,i);for(let l of o)i=n6(l.tag,a,i),i=n6(l.checksum,a,i),i=n6(l.offset,a,i),i=n6(l.length,a,i);for(let l of o)a.set(l.data,l.offset);let c=o.find(l=>l.tag===li);if(c){let u=2981146554-ce(a)>>>0;n6(u,a,c.offset+de)}let f={};for(let[l,u]of e)f[ui(l)]=u;return{ttf:a,tables:f}}function S3(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,c)=>d.tag-c.tag);for(let d of s){let c=d.srcOffset,f=c+d.srcLength;if(f>x.length)throw new Error("Invalid WOFF2: table outside brotli buffer");let l=x.subarray(c,f);if(!(d.flags&bt)){let m=new Uint8Array(l);d.tag===li&&m.length>=12&&(m[de]=0,m[de+1]=0,m[de+2]=0,m[de+3]=0),n.set(d.tag,m),d.tag===r3&&(o.numHMetrics=m3(m));continue}let u=i.get(d.tag);if(!u)throw new Error(`Unsupported WOFF2 transform for ${ui(d.tag)}`);u(d,l,a)}return R3(t.flavor,n)}async function v3(t,x){let e=a3(x),n=s3(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=S3(n,o,e);return{parsed:{flavor:n.flavor,numTables:n.numTables,tables:a.tables},ttfBuffer:a.ttf}}var J4,x3,bt,e3,t3,de,n3,j,mt,r6,fi,r3,li,o3,_r,px,t6,mi=T0(()=>{"use strict";$r();ci();J4=2001684018,x3=48,bt=256,e3=12,t3=16,de=8,n3=100,j=t=>t.charCodeAt(0)<<24|t.charCodeAt(1)<<16|t.charCodeAt(2)<<8|t.charCodeAt(3),mt=j("glyf"),r6=j("loca"),fi=j("hmtx"),r3=j("hhea"),li=j("head"),o3=[j("cmap"),j("head"),j("hhea"),j("hmtx"),j("maxp"),j("name"),j("OS/2"),j("post"),j("cvt "),j("fpgm"),mt,r6,j("prep"),j("CFF "),j("VORG"),j("EBDT"),j("EBLC"),j("gasp"),j("hdmx"),j("kern"),j("LTSH"),j("PCLT"),j("VDMX"),j("vhea"),j("vmtx"),j("BASE"),j("GDEF"),j("GPOS"),j("GSUB"),j("EBSC"),j("JSTF"),j("MATH"),j("CBDT"),j("CBLC"),j("COLR"),j("CPAL"),j("SVG "),j("sbix"),j("acnt"),j("avar"),j("bdat"),j("bloc"),j("bsln"),j("cvar"),j("fdsc"),j("feat"),j("fmtx"),j("fvar"),j("gvar"),j("hsty"),j("just"),j("lcar"),j("mort"),j("morx"),j("opbd"),j("prop"),j("trak"),j("Zapf"),j("Silf"),j("Glat"),j("Gloc"),j("Feat"),j("Sill")];_r=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},t6={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 C2={};K6(C2,{GlyphAtlas:()=>Un,globalGlyphAtlas:()=>m6});var Hn,Un,m6,Le=T0(()=>{"use strict";Hn=class{constructor(x,e,n){this.y=x,this.height=e,this.xCursor=0,this.remaining=n}},Un=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,c=r+s*2;for(let y=0;y<this.pages.length;y++){let w=this.pages[y];for(let R of w.shelves)if(c<=R.height&&d<=R.remaining){let T=R.xCursor+s,L=R.y+s;this.blitToPage(w.data,w.width,w.height,T,L,e,n,r),R.xCursor+=d,R.remaining-=d,w.used+=d*c,w.lastUsed=Date.now();let D={pageIndex:y,x:T,y:L,width:n,height:r};return this.placements.set(x,D),D}let S=w.shelves.reduce((R,T)=>R+T.height,0);if(S+c<=w.height){let R=S,T=new Hn(R,c,w.width);w.shelves.push(T);let L=T.xCursor+s,D=T.y+s;this.blitToPage(w.data,w.width,w.height,L,D,e,n,r),T.xCursor+=d,T.remaining-=d,w.used+=d*c,w.lastUsed=Date.now();let A={pageIndex:y,x:L,y:D,width:n,height:r};return this.placements.set(x,A),A}}let f=a,l=i,u=new Uint8Array(f*l*4),m={width:f,height:l,data:u,shelves:[],used:0,lastUsed:Date.now()};if(c>l||d>f)return null;let p=new Hn(0,c,f);m.shelves.push(p),this.pages.push(m),this.evictIfNeeded();let h=p.xCursor+s,b=p.y+s;this.blitToPage(m.data,m.width,m.height,h,b,e,n,r),p.xCursor+=d,p.remaining-=d,m.used+=d*c,m.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 c=d*i,f=(o+d)*e,l=r;for(let u=0;u<i;u++){let m=a[c+u],p=(f+l)*4;x[p]=0,x[p+1]=0,x[p+2]=0,x[p+3]=m,l++}}}},m6=new Un(2048)});var fr=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()}},lo=globalThis.DecompressionStream,lr=class{async inflateRaw(x){if(!lo)throw new Error("DecompressionStream not available; provide a polyfill (e.g., pako) for inflateRaw.");let e=new lo("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:c}=await r.read();if(d)break;o.push(c),a+=c.byteLength}let i=new Uint8Array(a),s=0;for(let d of o)i.set(d,s),s+=d.byteLength;return i}},y6=class{constructor(){this.loader=new fr,this.compression=new lr}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 uo(t){let x=globalThis;x.__PAGYRA_ENV__=t}function bo(){return globalThis.__PAGYRA_ENV__}function Z6(t){return new DOMParser().parseFromString(t,"text/html")}var Me=class{constructor(x,e,n,r,o,a){this.metrics=x;this.glyphMetrics=e;this.cmap=n;this.headBBox=r;this.getGlyphOutline=o;this.kerning=a}};var c5={trace:"\x1B[90m",debug:"\x1B[36m",info:"\x1B[32m",warn:"\x1B[33m",error:"\x1B[31m"},po={parse:"\x1B[95m",style:"\x1B[94m",layout:"\x1B[96m",paint:"\x1B[93m",font:"\x1B[92m",encoding:"\x1B[35m",pdf:"\x1B[91m"},R1=Object.keys(po),mo="\x1B[0m",f5="\x1B[37m",ke=["trace","debug","info","warn","error"],w6={level:"warn",cats:new Set};function ho(t){t&&(t.level&&(w6.level=t.level),t.cats&&(w6.cats=new Set(t.cats.map(x=>x.toLowerCase()))))}function k(t,x,e,n){let r=x.toLowerCase(),o=t.toLowerCase(),a=ke.includes(w6.level)?w6.level:"warn";if(!ke.includes(r)||ke.indexOf(r)<ke.indexOf(a)||w6.cats.size&&!w6.cats.has(o))return;let i=c5[r]??"",s=po[o]??f5,d=`${i}[${r.toUpperCase()}]${mo} ${s}${t}${mo}`;n!==void 0?console.log(d,e,n):console.log(d,e)}function go(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 c=0;c<d.length;c++){let f=d[c];s.push({property:f,value:d.getPropertyValue(f)})}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 c=i.cssRules[d];if(c.type===CSSRule.STYLE_RULE){let f=[],l=c.style;for(let u=0;u<l.length;u++){let m=l[u];f.push({property:m,value:l.getPropertyValue(m)})}s.push({type:c.type,selectors:[c.selectorText],declarations:f})}}n.push({type:a.type,media:a.conditionText,rules:s})}}}return document.head.removeChild(x),{type:"stylesheet",stylesheet:{rules:n}}}function yo(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 c=/^([+-]?\d*)n([+-]?\d+)?$/.exec(d);if(!c)return null;let f=c[1]===""||c[1]==="+"?1:c[1]==="-"?-1:parseInt(c[1],10),l=c[2]?parseInt(c[2],10):0;return{a:f,b:l}}function e(s){let d=s.trim();if(!d)return null;let c=null;if(d[0]==="*")c=null,d=d.slice(1);else if(!["#",".","[",":"].includes(d[0])){let h=/^[a-zA-Z][a-zA-Z0-9-]*/.exec(d);h&&(c=h[0].toLowerCase(),d=d.slice(h[0].length))}let f=null,l=[],u=[],m=[];for(;d.length;){let h=d[0];if(h==="#"){let b=/^#[^.#[\]:\s>+~]+/.exec(d);if(!b)break;f=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){m.push({kind:"first-child"}),d=d.slice(b[0].length);continue}if(b=/^:last-child/.exec(d),b){m.push({kind:"last-child"}),d=d.slice(b[0].length);continue}if(b=/^:root\b/.exec(d),b){m.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&&m.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&&m.push({kind:"not",inner:y}),d=d.slice(b[0].length);continue}return null}break}return{tag:c,id:f,classes:l,attrs:u,pseudos:m}}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,c=0,f=0;for(;d<n.length;){let m=n[d];if(m==="[")c++;else if(m==="]")c=Math.max(0,c-1);else if(m==="(")f++;else if(m===")")f=Math.max(0,f-1);else if(c===0&&f===0&&(m===" "||m===">"||m==="+"||m==="~"))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 c,f=s-1;for(;f>=0&&r[f]===" ";){c=" ",f--;break}f>=0&&typeof r[f]=="string"&&r[f]!==" "&&(c=r[f]);let l={simple:d,combinatorToLeft:c};a.push(l)}}return a.length?a:null}function ur(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(${ur(i.inner)})`;default:return""}}).filter(i=>i!=="").sort().join(":"):"",r=t.tag??"*",o=t.id?`#${t.id}`:"";return`${r}${o}${x}${e}${n}`}function wo(t){let x=yo(t);if(!x)return null;let e=new WeakMap;function n(d,c,f){let l=e.get(d);l||(l=new Map,e.set(d,l));let u=ur(c);if(l.has(u))return l.get(u);let m=f(d,c);return l.set(u,m),m}function r(d,c){return typeof d.getAttribute=="function"?d.getAttribute(c):null}function o(d,c){let f=r(d,c.name);if(c.op==="exists")return f!==null;if(f===null)return!1;let l;switch(c.op){case"=":l=f===c.value;break;case"~=":l=f.split(/\s+/).includes(c.value);break;case"|=":l=f===c.value||f.startsWith(c.value+"-");break;case"^=":l=f.startsWith(c.value);break;case"$=":l=f.endsWith(c.value);break;case"*=":l=f.includes(c.value);break;default:l=!1;break}return l}function a(d){let c=d.parentElement;if(!c)return-1;let f=0;for(let l=c.firstElementChild;l;l=l.nextElementSibling)if(f++,l===d)return f;return-1}function i(d,c){if(c.kind==="first-child")return a(d)===1;if(c.kind==="last-child"){let f=d.parentElement;return f?f.lastElementChild===d:!1}if(c.kind==="nth-child"){let f=a(d);if(f<1)return!1;let{a:l,b:u}=c,m;return l===0?m=f===u:m=(f-u)%l===0&&(f-u)/l>=0,m}if(c.kind==="not")return!s(d,c.inner);if(c.kind==="root"){let f=d.ownerDocument;return!f||!f.documentElement?!1:f.documentElement===d}return!1}function s(d,c){if(c.tag&&d.tagName.toLowerCase()!==c.tag||c.id&&d.id!==c.id)return!1;let f=d.classList;for(let l of c.classes)if(!f?.contains?.(l))return!1;for(let l of c.attrs)if(!o(d,l))return!1;for(let l of c.pseudos)if(!i(d,l))return!1;return!0}return function(c){let f=c,l=x.length-1;if(!f||!n(f,x[l].simple,s))return!1;for(l--;l>=0;){let u=x[l],m=x[l+1].combinatorToLeft;if(m===">"){if(f=f.parentElement,!f||!n(f,u.simple,s))return!1;l--;continue}if(m===" "){let p=f.parentElement,h=!1;for(;p;){if(n(p,u.simple,s)){f=p,h=!0;break}p=p.parentElement}if(!h)return!1;l--;continue}if(m==="+"){let p=f.previousElementSibling;if(!p||!n(p,u.simple,s))return!1;f=p,l--;continue}if(m==="~"){let p=f.previousElementSibling,h=!1;for(;p;){if(n(p,u.simple,s)){f=p,h=!0;break}p=p.previousElementSibling}if(!h)return!1;l--;continue}if(!n(f,u.simple,s))return!1;l--}return!0}}function u5(t){let x={styleRules:[],fontFaceRules:[]};if(!t.trim())return x;let n=go(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 c=d;if(!c.property||c.value===void 0)continue;let f=c.property.trim();f.startsWith("--")?s[f]=c.value.trim():s[f.toLowerCase()]=c.value.trim()}for(let d of a){let c=wo(d.trim());if(!c){console.warn(`Invalid CSS selector: ${d.trim()}`);continue}x.styleRules.push({selector:d,declarations:{...s},match:c})}}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 c=d.property.trim();c.startsWith("--")?i[c]=d.value.trim():i[c.toLowerCase()]=d.value.trim()}x.fontFaceRules.push({declarations:i})}return x}function Ie(t){return u5(t)}var Ro=0,So=0;function br(t,x){Ro=Number.isFinite(t)&&t>0?t:0,So=Number.isFinite(x)&&x>0?x:0}function vo(){return Ro}function Lo(){return So}var To={kind:"auto"};function R6(t){return{kind:"absolute",unit:"percent",value:t}}function o0(t,x){return{kind:"relative",unit:t,value:x}}function b5(t){return!t||typeof t!="object"?!1:t.kind==="relative"}function Ne(t,x,e){return t.unit==="em"?t.value*x:t.value*e}function A0(t,x,e){if(t!==void 0)return typeof t=="number"?t:Ne(t,x,e)}function Po(t,x,e){if(t!==void 0)return b5(t)?Ne(t,x,e):t}function M0(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"?Co(n,x):t.unit==="percent"?t.value*x:t.value}function Ee(t,x,e){let n=e??Number.POSITIVE_INFINITY,r=x??Number.NEGATIVE_INFINITY;return Math.min(Math.max(t,r),n)}function Co(t,x){return t==="reference"?x:t==="zero"?0:t}var m5=/^(-?\d+(?:\.\d+)?)%$/;function Q(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 nx(n);case"cm":return Fo(n);case"mm":return Bo(n);case"q":return Ao(n);case"in":return Mo(n);case"pc":return ko(n);case"vh":return n/100*Lo();case"vw":return n/100*vo();case"em":case"rem":return o0(r,n);default:return}}function De(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=nx(e),e):n==="em"||n==="rem"?o0(n,e):e}function S6(t){let x=Q(t);if(x!==void 0)return x;let e=m5.exec(t.trim());if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isNaN(n))return R6(n/100)}function vx(t){if(!t)return;let x=t.trim().toLowerCase();return x==="auto"?"auto":Q(x)}var Vx=96,mr=1/2.54;function Fo(t){return t*mr*Vx}function Bo(t){return t/10*mr*Vx}function Ao(t){return t/40*mr*Vx}function Mo(t){return t*Vx}function ko(t){return t*(Vx/6)}function nx(t){return t*(Vx/72)}function pr(t){return t*(72/Vx)}function We(t){return{parseLength:x=>Q(x),parseLengthOrPercent:x=>S6(x)}}var hr=1.2;function x0(){return{kind:"normal"}}function Io(t){return{kind:"unitless",value:t}}function No(t){return{kind:"length",value:t}}function z0(t){switch(t.kind){case"normal":return x0();case"unitless":return Io(t.value);case"length":return No(t.value);default:return x0()}}function Eo(t,x,e){switch(t.kind){case"normal":return x0();case"unitless":return Io(t.value);case"length":{let n=t.value,r=typeof n=="number"?n:Ne(n,x,e);return No(r)}default:return x0()}}function Do(t,x){return t.kind!==x.kind?!1:t.kind==="unitless"||t.kind==="length"?t.value===x.value:!0}function Wo(t,x,e=hr){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 v6(t,x){return t*x}function Q6(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 hr}static getColor(){return"#000000"}static getLetterSpacing(){return 0}static getWordSpacing(){return 0}static getFontWeight(){return 400}},f0=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"}},K0=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 wr(){let t=z.getBaseFontSize();return{fontFamily:z.getFontFamily(),fontSize:v6(z.getFontSize(),t),fontStyle:"normal",fontWeight:z.getFontWeight(),lineHeight:x0(),color:z.getColor(),borderColor:z.getColor(),letterSpacing:z.getLetterSpacing(),wordSpacing:z.getWordSpacing(),textDecorationLine:"none",textDecorationColor:"currentcolor",textDecorationStyle:"solid",listStyleType:"disc",marginTop:Q6(f0.getMargin(),v6(z.getFontSize(),t)),marginRight:Q6(f0.getMargin(),v6(z.getFontSize(),t)),marginBottom:Q6(f0.getMargin(),v6(z.getFontSize(),t)),marginLeft:Q6(f0.getMargin(),v6(z.getFontSize(),t)),paddingTop:f0.getPadding(),paddingRight:f0.getPadding(),paddingBottom:f0.getPadding(),paddingLeft:f0.getPadding(),borderTop:f0.getBorder(),borderRight:f0.getBorder(),borderBottom:f0.getBorder(),borderLeft:f0.getBorder(),borderTopLeftRadiusX:0,borderTopLeftRadiusY:0,borderTopRightRadiusX:0,borderTopRightRadiusY:0,borderBottomRightRadiusX:0,borderBottomRightRadiusY:0,borderBottomLeftRadiusX:0,borderBottomLeftRadiusY:0,boxShadows:[],width:f0.getWidth(),height:f0.getHeight(),minWidth:f0.getMinWidth(),maxWidth:f0.getMaxWidth(),minHeight:f0.getMinHeight(),maxHeight:f0.getMaxHeight(),display:Lx.getDisplay(),position:Lx.getPosition(),float:"none",clear:Lx.getClear(),overflowX:Lx.getOverflowX(),overflowY:Lx.getOverflowY(),whiteSpace:K0.getWhiteSpace(),overflowWrap:K0.getOverflowWrap(),textWrap:K0.getTextWrap(),writingMode:K0.getWritingMode(),textAlign:K0.getTextAlign(),verticalAlign:K0.getVerticalAlign(),textIndent:K0.getTextIndent(),textTransform:K0.getTextTransform(),flexGrow:0,flexShrink:1,flexBasis:To,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 Rr=class{constructor(){this.elementDefaults={html:{display:"block",fontSize:16,fontFamily:z.getFontFamily(),color:z.getColor()},body:{display:"block",margin:8,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},h1:{display:"block",marginTop:o0("em",.67),marginBottom:o0("em",.67),marginLeft:0,marginRight:0,fontSize:o0("em",2),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h2:{display:"block",marginTop:o0("em",.83),marginBottom:o0("em",.83),marginLeft:0,marginRight:0,fontSize:o0("em",1.5),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h3:{display:"block",marginTop:o0("em",1),marginBottom:o0("em",1),marginLeft:0,marginRight:0,fontSize:o0("em",1.17),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h4:{display:"block",marginTop:o0("em",1.33),marginBottom:o0("em",1.33),marginLeft:0,marginRight:0,fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h5:{display:"block",marginTop:o0("em",1.67),marginBottom:o0("em",1.67),marginLeft:0,marginRight:0,fontSize:o0("em",.83),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},h6:{display:"block",marginTop:o0("em",2.33),marginBottom:o0("em",2.33),marginLeft:0,marginRight:0,fontSize:o0("em",.67),lineHeight:x0(),fontFamily:z.getFontFamily(),fontWeight:700,color:z.getColor()},p:{display:"block",marginTop:o0("em",1),marginRight:0,marginBottom:o0("em",1),marginLeft:0,fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},ul:{display:"block",marginTop:o0("em",1),marginBottom:o0("em",1),paddingLeft:40,listStyleType:"disc",fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},ol:{display:"block",marginTop:o0("em",1),marginBottom:o0("em",1),paddingLeft:40,listStyleType:"decimal",fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},li:{display:"block",fontSize:o0("em",1),lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},a:{display:"inline",color:"#0000EE",textAlign:"start",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily()},strong:{display:"inline",fontSize:16,fontWeight:700,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},em:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},b:{display:"inline",fontSize:16,fontWeight:700,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},i:{display:"inline",fontSize:16,fontStyle:"italic",lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},s:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},del:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},u:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"underline"},strike:{display:"inline",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),textDecorationLine:"line-through"},code:{display:"inline",fontSize:14,lineHeight:x0(),fontFamily:"Monaco, 'Courier New', monospace",color:z.getColor()},table:{display:"table",borderCollapse:"separate",borderSpacing:2,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},thead:{display:"table-header-group",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},tbody:{display:"table-row-group",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},tfoot:{display:"table-footer-group",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},tr:{display:"table-row",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},th:{display:"table-cell",padding:8,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),fontWeight:700,textAlign:"center",verticalAlign:"middle"},td:{display:"table-cell",padding:8,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor(),verticalAlign:"middle"},input:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},button:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},textarea:{display:"inline-block",padding:2,border:1,fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},div:{display:"block",fontSize:16,lineHeight:x0(),fontFamily:z.getFontFamily(),color:z.getColor()},span:{display:"inline",fontSize:16,lineHeight:x0(),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}}},zo=new Rr,J6=class{static getDefaultsForElement(x){return zo.getDefaultsForElement(x)}static getAllDefaults(){return zo.getAllDefaults()}};var Tx=class{static createBaseDefaults(){return wr()}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=z0(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 _x=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}},g5=/var\s*\(\s*(--[a-zA-Z0-9_-]+)\s*(?:,\s*([^)]+))?\s*\)/g;function Go(t){return t.includes("var(")}function jo(t,x,e=10){if(!Go(t))return t;if(e<=0)return console.warn("CSS variable resolution depth limit reached"),t;let n=t,r=t.matchAll(g5);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 Go(n)&&(n=jo(n,x,e-1)),n.trim()}function $o(t){let x=new _x;for(let[e,n]of Object.entries(t))e.startsWith("--")&&x.set(e,n);return x}function Vo(t,x){let e={};for(let[n,r]of Object.entries(t))n.startsWith("--")?e[n]=r:e[n]=jo(r,x);return e}var Yx=Tx.createBaseDefaults(),G0=class{constructor(x){let e={...Yx,...x,flexBasis:x?.flexBasis??Yx.flexBasis,trackListColumns:[...x?.trackListColumns??Yx.trackListColumns],trackListRows:[...x?.trackListRows??Yx.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=z0(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??Yx.textDecorationLine,this.textDecorationColor=x?.textDecorationColor??Yx.textDecorationColor,this.textDecorationStyle=x?.textDecorationStyle??Yx.textDecorationStyle,this.opacity=e.opacity,this.customProperties=x?.customProperties??new _x}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 w0(t){return Wo(t?.lineHeight,t?.fontSize)}var He=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 l0=class{constructor(x,e=[],n){this.style=x;this.box=new He;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 Ue=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 ze=class{create(x,e){return{env:x,layoutChild:e}}};var xe=[100,200,300,400,500,600,700,800,900];function c0(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 xe){let o=Math.abs(r-x);o<n&&(n=o,e=r)}return e}function _o(t,x){let e=c0(t),n=xe.indexOf(e);return n===-1?e:x==="bolder"?xe[Math.min(xe.length-1,n+1)]:xe[Math.max(0,n-1)]}function ee(t,x){let e=t.trim().toLowerCase();switch(e){case"normal":return 400;case"bold":return 700;case"bolder":return _o(x,"bolder");case"lighter":return _o(x,"lighter");case"inherit":return x!==void 0?c0(x):void 0;case"initial":return 400;default:{let n=Number.parseFloat(e);return Number.isFinite(n)?c0(n):void 0}}}function Yo(t){return c0(t).toString()}function Xo(t){return c0(t)>=600}var qo={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 Ko={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 Zo={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 Qo={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 Jo={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 xa={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 ea={"Times-Roman":qo,"Times-Bold":Ko,Helvetica:Zo,"Helvetica-Bold":Qo,Courier:Jo,"Courier-Bold":xa};var y5=/[\p{L}\p{N}]/u,Ge="en-US";function w5(t){let x="",e=!0;for(let n of t){if(y5.test(n)){e?(x+=n.toLocaleUpperCase(Ge),e=!1):x+=n.toLocaleLowerCase(Ge);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(Ge);case"lowercase":return t.toLocaleLowerCase(Ge);case"capitalize":return w5(t);default:return t}}function ta(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 Sr(t,x){return t.includes("normal")?!1:t.includes(x)}var R5=/(mono|code|courier|console)/i,Fx={SPACE:.32,DIGIT:.52,UPPER:.58,BASE:.5,PUNCTUATION:.35,IDEOGRAPHIC:1},S5=.9,v5=600,L5=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"]]),C5=new Map([["Times-Roman","Times-Bold"],["Helvetica","Helvetica-Bold"],["Courier","Courier-Bold"]]);function na(t,x){t.walk(e=>{if(!e.textContent)return;let n=e.textContent;if(n.length===0){e.intrinsicInlineSize=0,e.intrinsicBlockSize=w0(e.style);return}let{inlineSize:r,blockSize:o}=T5(n,e.style,x);e.intrinsicInlineSize=r,e.intrinsicBlockSize=o})}function T5(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 f of r){let l=te(f,x,s??null);l!==null?o=Math.max(o,l):o=Math.max(o,O0(f,x))}let d=w0(x),c=Math.max(d,r.length*d);return{inlineSize:o,blockSize:c}}function O0(t,x){if(!t)return 0;let e=x.fontSize||16,r=(x.fontFamily?R5.test(x.fontFamily):!1)?.6:Fx.BASE,o=W5(c0(x.fontWeight)),a=x.letterSpacing??0,i=x.wordSpacing??0,s=Math.max(t.length-1,0)*a+D5(t)*i,d=P5(t,x);if(d!==null)return d+s;let c=0;for(let l of t)c+=M5(l,r);return c*e*o*S5+s}function P5(t,x){let e=F5(x);if(!e)return null;let n=ea[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 c=n[149];if(c===void 0)return null;o+=c;continue}let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let c=d.codePointAt(0);if(c!==void 0&&c<=255){let f=n[c];if(f!==void 0){o+=f;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 c=d.codePointAt(0);c!==void 0&&c<=255&&(s=n[c])}if(s===void 0)return null}if(s>=900){let d=a.normalize("NFD").replace(/\p{M}+/gu,"");if(d&&d.length===1){let c=d.codePointAt(0);if(c!==void 0&&c<=255){let f=n[c];f!==void 0&&(s=f)}}}o+=s}return o/1e3*r}function F5(t){let x=B5(t.fontFamily);if(x.length===0)return null;let e=c0(t.fontWeight);for(let n of x){let r=L5.get(n);if(r){if(e>=v5){let o=C5.get(r);if(o)return o}return r}}return null}function B5(t){return t?t.split(",").map(x=>A5(x.trim()).toLowerCase()).filter(x=>x.length>0):[]}function A5(t){return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function M5(t,x){return t===" "?Fx.SPACE:t===" "?Fx.SPACE*4:I5(t)?Fx.DIGIT:k5(t)?x+(Fx.UPPER-Fx.BASE):N5(t)?Fx.PUNCTUATION:E5(t)?Fx.IDEOGRAPHIC:x}function k5(t){return t>="A"&&t<="Z"}function I5(t){return t>="0"&&t<="9"}function N5(t){return/[.,;:!?'"`~\-_/\\()[\]{}<>]/.test(t)}function E5(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 D5(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function te(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??[],c=Sr(d,"tabular-nums"),f=Sr(d,"slashed-zero"),l=0;if(c)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(c&&g>="0"&&g<="9"){let R=g.codePointAt(0);if(R===void 0){if(S&&(o+=S.advanceWidth),a!==null&&r){let D=r.get(a)?.get(w)??0;D!==0&&(o+=D)}a=w,i+=1;continue}let T=e.cmap.getGlyphId(R);if(e.glyphMetrics.get(T)){o+=l,a=T,i+=1;continue}else{if(S&&(o+=S.advanceWidth),a!==null&&r){let D=r.get(a)?.get(w)??0;D!==0&&(o+=D)}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,m=o*u,p=x.letterSpacing??0,h=x.wordSpacing??0,b=Math.max(i-1,0)*p+s*h;return m+b}function W5(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 je=class{assign(x,e){na(x,e)}};function oa(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"}),c=v(n.borderTop,e,{auto:"zero"}),f=v(n.borderBottom,e,{auto:"zero"});return{paddingLeft:r,paddingRight:o,paddingTop:a,paddingBottom:i,borderLeft:s,borderRight:d,borderTop:c,borderBottom:f,contentBoxX:t.box.x+s+r,contentBoxY:t.box.y+c+a}}function Y0(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 L6(t){let{style:x}=t;return x.float!=="none"||x.position==="absolute"||x.position==="fixed"||ra(x.overflowX)||ra(x.overflowY)||x.display==="inline-block"||x.display==="table"||x.display==="inline-table"||x.display==="flow-root"}function ra(t){switch(t){case"hidden":case"auto":case"scroll":case"clip":return!0;default:return!1}}function O5(t){return t.nearestAncestor(x=>{let e=x.style.position;return e==="relative"||e==="absolute"||e==="fixed"||e==="sticky"})}function j0(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=O5(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=M0(e.marginLeft)?0:v(e.marginLeft,x,{auto:"zero"}),r=M0(e.marginRight)?0:v(e.marginRight,x,{auto:"zero"}),o=Math.max(0,x-Y0(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 Ee(a,i,s)}function aa(t,x,e,n){let r=M0(e),o=M0(n),a=r?0:v(e,t,{auto:"zero"}),i=o?0:v(n,t,{auto:"zero"}),s=a,d=i,c=t-(x+a+i);return Number.isFinite(c)?(c<0?r&&o?(s=0,d=0):r?s=0:o?d=0:d=i+c:r&&o?(s=c/2,d=c/2):r?s=c:o?d=c:d=i+c,{marginLeft:s,marginRight:d}):{marginLeft:s,marginRight:d}}var $e=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=j0(x,e.viewport),r=n.width,o=n.height,a=(b,g)=>{if(!(b===void 0||M0(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),c=a(x.style.bottom,o),f=x.box.borderBoxWidth||x.box.contentWidth,l=x.box.borderBoxHeight||x.box.contentHeight,u=x.box.marginBoxWidth||f,m=x.box.marginBoxHeight||l,p=n.x;i!==void 0?p=n.x+i:s!==void 0&&(p=n.x+n.width-u-s);let h=n.y;d!==void 0?h=n.y+d:c!==void 0&&(h=n.y+n.height-m-c),x.box.x=p,x.box.y=h}};var Ve=class{constructor(x){this.strategies=x.strategies,this.contextFactory=x.contextFactory??new ze,this.textMetricsInitializer=x.textMetricsInitializer??new je,this.outOfFlowManager=x.outOfFlowManager??new $e}layoutTree(x,e,n){let r=new Ue({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 _e=class{canLayout(x){return x.style.display==="none"}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0}};var H5=1e-7;function Ye(t){return Math.abs(t)<H5}function ne(t){switch(t.style.display){case"block":case"list-item":return!0;default:return!1}}function ia(t){return t.style.display!=="none"&&bx(t)&&ne(t)&&!L6(t)}function vr(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 sa(t,x,e){return e?t+x:vr([t,x])}function Xe(t){for(let x of t.children)if(!(!bx(x)||x.style.display==="none")){if(ia(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(ia(e))return e;break}}}function Lr(t,x){if(!ne(t)||L6(t))return!1;let e=v(t.style.paddingTop,x,{auto:"zero"}),n=v(t.style.borderTop,x,{auto:"zero"});return!Ye(e)||!Ye(n)?!1:Xe(t)!==void 0}function Cr(t,x){if(!ne(t)||L6(t))return!1;let e=v(t.style.paddingBottom,x,{auto:"zero"}),n=v(t.style.borderBottom,x,{auto:"zero"});return!Ye(e)||!Ye(n)?!1:qe(t)!==void 0}function Ke(t,x){let e=v(t.style.marginTop,x,{auto:"zero"});if(!ne(t)||!Lr(t,x))return e;let n=Xe(t);if(!n)return e;let r=mx(t,x),o=Ke(n,r);return vr([e,o])}function Ze(t,x){let e=v(t.style.marginBottom,x,{auto:"zero"});if(!ne(t)||!Cr(t,x))return e;let n=qe(t);if(!n)return e;let r=mx(t,x),o=Ze(n,r);return vr([e,o])}function Qe(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 rx=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)da(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)da(r.top,r.bottom,x,e)&&(n=n===null?r.bottom:Math.min(n,r.bottom));return n}};function da(t,x,e,n){return Math.max(t,e)<Math.min(x,n)}function ca(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 fa(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"}),c=v(x.style.borderLeft,o,{auto:"zero"}),f=v(x.style.borderRight,o,{auto:"zero"}),l=v(x.style.borderTop,o,{auto:"zero"}),u=v(x.style.borderBottom,o,{auto:"zero"}),m=v(x.style.paddingLeft,o,{auto:"zero"}),p=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+m+p+c+f,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,T=0;for(;!(T>1e3);){let L=e.inlineOffsets(R,R+S,o),D=Math.max(0,L.end-L.start);if(w<=D){let E=x.style.float==="left"?r+L.start:r+L.end-w,F=E+a+c+m,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 A=e.nextUnblockedY(R,R+S);A===null||A<=R?R+=1:R=A,T+=1}return R+S}var Je=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),c=String.fromCharCode(a>>24&255,a>>16&255,a>>8&255,a&255);if(c==="gloc"){k("font","warn",`\u{1F6AB} CAVEAT TTF PARSER: FORCE SKIPPING problematic table 'gloc' (0x${a.toString(16)})`);continue}let f=["cmap","head","hhea","hmtx","maxp","name","OS/2","post"];if(s+d>this.dataView.byteLength)if(f.includes(c)){k("font","warn",`WOFF2 TTF: ESSENTIAL table ${c} 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 ${c} with clamped length ${l}`)):k("font","warn",`WOFF2 TTF: Essential table ${c} completely out of bounds - skipping`)}else{k("font","warn",`WOFF2 TTF: Skipping optional table ${c} 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)}};var U5=1751474532,z5=1751672161,G5=1330851634;function la(t){let x=t.getTable(U5);if(!x)throw new Error("Missing head table");let e=t.getUint16(x,18),n=t.getTable(z5);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(G5),d=r,c=Math.round(r*.5);s&&s.byteLength>=4&&t.getUint16(s,0)>=2&&s.byteLength>=96&&(d=t.getInt16(s,88),c=t.getInt16(s,86));let f;if(x.byteLength>=44){let u=t.getInt16(x,36),m=t.getInt16(x,38),p=t.getInt16(x,40),h=t.getInt16(x,42);f=[u,m,p,h]}return{metrics:{unitsPerEm:e,ascender:r,descender:o,lineGap:a,capHeight:d,xHeight:c},numberOfHMetricsRaw:i,headBBox:f}}var j5=1752003704;function ua(t,x,e){let n=t.getTable(j5);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),c=t.getInt16(n,s+2);r.set(i,{advanceWidth:d,leftSideBearing:c}),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 xt=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 c=0;c<r;c++){let f=4+c*8,l=e.getUint16(f,!1),u=e.getUint16(f+2,!1),m=e.getUint32(f+4,!1);if(m>=e.byteLength)throw new Error("Invalid subtable offset in cmap");o.push({platformId:l,encodingId:u,offset:m})}let s=(()=>{let c=l=>{for(let u of l)for(let m of o)if(m.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(m.encodingId))&&m.offset+2<=e.byteLength&&e.getUint16(m.offset,!1)===12)return m;for(let u of l)for(let m of o)if(m.platformId===u.pid&&!(u.eids.length>0&&!u.eids.includes(m.encodingId))&&m.offset+2<=e.byteLength&&e.getUint16(m.offset,!1)===4)return m;return null},f=c([{pid:0,eids:[]}]);if(f||(f=c([{pid:3,eids:[10]},{pid:3,eids:[1]}]),f))return f;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,c=d+i*2,f=c+i*2;if(f>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),m=e.getUint16(d+l*2,!1),p=e.getInt16(c+l*2,!1),h=e.getUint16(f+l*2,!1);if(m===65535)break;if(m>u)throw new Error("Invalid cmap segment (startCode > endCode)");for(let b=m;b<=u;b++){let g=0;if(h===0)g=b+p&65535;else{let w=f+l*2+h+(b-m)*2;if(w+2>n+o)throw new Error("Truncated cmap glyphIndexArray");g=e.getUint16(w,!1),g!==0&&(g=g+p&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 c=e.getUint32(s,!1),f=e.getUint32(s+4,!1),l=e.getUint32(s+8,!1);if(c>f)throw new Error("Invalid cmap format 12 group (startCode > endCode)");for(let u=c;u<=f;u++)this.unicodeMap.set(u,l+(u-c))}}getGlyphId(x){return this.unicodeMap.get(x)??0}hasCodePoint(x){return this.unicodeMap.has(x)}};var et=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 tt=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:c,nextOffset:f}=d,l=this.parseCoordinates(x,c,f);if(!l)return null;let{points:u}=l,m=[],p=0;for(let h=0;h<e;h++){let b=r[h];if(b<p||b>=u.length)return null;m.push(u.slice(p,b+1)),p=b+1}return m}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 f=0;f<r;f++){let l=e[f];if(l&2){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);o[f]=l&16?u:-u}else if(l&16)o[f]=0;else{if(i+2>x.byteLength)return null;o[f]=this.reader.getInt16(x,i),i+=2}}}catch{return null}try{for(let f=0;f<r;f++){let l=e[f];if(l&4){if(i>=x.byteLength)return null;let u=this.reader.getUint8(x,i++);a[f]=l&32?u:-u}else if(l&32)a[f]=0;else{if(i+2>x.byteLength)return null;a[f]=this.reader.getInt16(x,i),i+=2}}}catch{return null}let s=new Array(r),d=0,c=0;for(let f=0;f<r;f++)d+=o[f],c+=a[f],s[f]={x:d,y:c,onCurve:!!(e[f]&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=f=>(f%r+r)%r,a=-1;for(let f=0;f<r;f++)if(n[f].onCurve){a=f;break}let i,s;if(a===-1){let f=n[0],l=n[r-1];i={x:(l.x+f.x)/2,y:(l.y+f.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,c=0;for(;c<r;){let f=o(d),l=n[f],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++,c++;else{let m=(l.x+u.x)/2,p=(l.y+u.y)/2;e.push({type:"quadTo",cx:l.x,cy:l.y,x:m,y:p})}d++,c++}e.push({type:"close"})}return e}};var nt=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 rt=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 c=this.findFirstCoordinate(d);c&&a.push({type:"moveTo",x:c.x,y:c.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,c=0,f=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,f=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,m=this.reader.getInt16(x,o+2)/16384;s=u,f=m}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,c=this.reader.getInt16(x,o+4)/16384,f=this.reader.getInt16(x,o+6)/16384}let l=nt.fromComponents(a,i,s,d,c,f);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,V5=1735162214,_5=1751474532;function ba(t){let x=t.getTable(_5);if(!x)return()=>null;let e=Y5(x,t),n=t.getTable($5),r=t.getTable(V5);if(!n||!r)return()=>null;let o=new et(n,e,t),a=new tt(t),i=new rt(t),s=(d,c=0)=>{let f=o.getGlyphOffset(d);if(!f||f.start===f.end||!o.validateRange(f,r.byteLength))return null;let l=X5(r,f.start,f.end);if(!l||l.byteLength<10)return null;if(l.getInt16(0,!1)>=0)return a.parse(l);{let m={getOutline:(p,h)=>s(p,h??0)};return i.parse(l,m,c)}};return d=>s(d,0)}function Y5(t,x){try{return x.getUint16(t,50)}catch{return 0}}function X5(t,x,e){try{return new DataView(t.buffer,t.byteOffset+x,e-x)}catch{return null}}function pa(t){let x=new Je(t),{metrics:e,numberOfHMetricsRaw:n,headBBox:r}=la(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=ua(x,s,i),f=x.getTable(1668112752);if(!f)throw new Error("Missing cmap table");let l=new xt(x,f),u=Q5(q5(x),K5(x)),m=ba(x);return new Me(e,d,l,r,m,u)}function q5(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),c=e.getUint16(r+4,!1)>>8;if(i===0&&c===0){if(r+s>e.byteLength)break;let f=r+6;if(f+8>e.byteLength)break;let l=e.getUint16(f,!1),u=f+8;for(let m=0;m<l&&!(u+6>e.byteLength);m++){let p=e.getUint16(u,!1),h=e.getUint16(u+2,!1),b=e.getInt16(u+4,!1);if(b!==0){let g=o.get(p)??new Map;g.set(h,b),o.set(p,g)}u+=6}}r+=s}return o.size>0?o:void 0}function K5(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 c=n+d;if(c+6>e.byteLength)continue;let f=e.getUint16(c,!1),l=e.getUint16(c+4,!1),u=c+6;if(f===2)for(let m=0;m<l&&!(u+2>e.byteLength);m++){let p=e.getUint16(u,!1);if(u+=2,p===0||c+p>=e.byteLength)continue;let h=c+p;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=Z5(e,h+g),T=h+10;for(let L=0;L<S;L++){let D=R[L];if(D===void 0)continue;let A=T+L*2;if(A+2>e.byteLength)break;let E=e.getUint16(A,!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),P=F+2;for(let I=0;I<M&&!(P+2>e.byteLength);I++){let W=e.getUint16(P,!1);P+=2;let H=ma(e,P,y);P+=H.length;let q=ma(e,P,w);P+=q.length;let K=(H.xAdvance??0)+(H.xPlacement??0)+(q.xPlacement??0);if(K!==0){let _=o.get(D)??new Map;_.set(W,K),o.set(D,_)}}}}}return o.size>0?o:void 0}function Z5(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 c=0;c<=s-i;c++)r[d+c]=i+c;o+=6}return r}return[]}function ma(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 Q5(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 ha(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 ga(t){let x=t.flavor>>>0,e=t.numTables,n=12,r=16*e,o=0,a=[];Object.entries(t.tables).sort(([p],[h])=>p.localeCompare(h)).forEach(([p,h])=>{let b=h;if(p==="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:p,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 c=0,f=1;for(;f*2<=e;)f*=2,c++;f*=16;let l=e*16-f;d.setUint16(6,f,!1),d.setUint16(8,c,!1),d.setUint16(10,l,!1);let u=n+r,m=12;for(let p of a){let{tag:h,data:b}=p;for(let w=0;w<4;w++)s[m+w]=h.charCodeAt(w);let g=J5(b);d.setUint32(m+4,g,!1),d.setUint32(m+8,u,!1),d.setUint32(m+12,b.length,!1),s.set(b,u);let y=(4-b.length%4)%4;u+=b.length+y,m+=16}return i}function J5(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 re(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 f of i)f!==0&&s.set(f,(s.get(f)??0)+1);if(s.size===0)return 1e3;let d=1e3,c=-1;for(let[f,l]of s.entries())(l>c||l===c&&f<d)&&(d=f,c=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 f=a,l=[];for(;a<x&&e[a]!==r&&l.length<32;)l.push(e[a]),a++;o.push(f),o.push(l)}return{DW:r,W:o}}function oe(t){if(!t||t.length===0)return`/CIDInit /ProcSet findresource begin
4
4
  12 dict begin
5
5
  begincmap
6
6
  /CIDSystemInfo <<
@@ -17,41 +17,41 @@ 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,c=55296+(d>>10),f=56320+(d&1023);return c.toString(16).padStart(4,"0").toUpperCase()+f.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 c of d){let f=c.gid.toString(16).padStart(4,"0").toUpperCase(),l=e(c.unicode);o.push(`<${f}> <${l}>`)}o.push("endbfchar")}else{o.push(`${d.length} beginbfrange`);for(let c of d){let f=c.startG.toString(16).padStart(4,"0").toUpperCase(),l=c.endG.toString(16).padStart(4,"0").toUpperCase(),u=e(c.startU);o.push(`<${f}> <${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"]]),Sa=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"}},at=(()=>{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 va(t){let x=at.get(t.toLowerCase());return x?x.family:null}function La(t){let x=at.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=wa(e),r;if(n==="woff"){let{decodeWoff:a}=await Promise.resolve().then(()=>(li(),fi)),i=await a(e);r=Ra(i),e=new Uint8Array(r),x.data=r}else if(n==="woff2"){let{decodeWoff2:a}=await Promise.resolve().then(()=>(gi(),hi));r=(await a(e)).ttfBuffer.slice().buffer,e=new Uint8Array(r),x.data=r}else r=x.data;let o=ya(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=c0(e),o=wi(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=yi(s,r,o);if(!d)continue;let c=(d.name||"").toLowerCase().trim(),f=this.embeddedFonts.get(d.name)??this.embeddedFonts.get(c);if(f)return f;let l=this.embedFont(d);if(l)return this.embeddedFonts.set(d.name,l),this.embeddedFonts.set(c,l),l}return null}embedFont(x){let e=this.faceMetrics.get(x.name);if(!e)return null;let n=e.metrics.unitsPerEm,r=b=>Math.round(b/n*1e3),o;if(e.headBBox){let b=e.headBBox;o=[r(b[0]),r(b[1]),r(b[2]),r(b[3])]}else o=[-1e3,-1e3,1e3,1e3];let a=new Uint8Array(x.data),i=this.doc.registerStream(a,{}),s={Type:"/FontDescriptor",FontName:`/${x.name}`,Flags:P3(x),FontBBox:o,ItalicAngle:x.style==="italic"?-12:0,Ascent:r(e.metrics.ascender),Descent:r(e.metrics.descender),CapHeight:r(e.metrics.capHeight),XHeight:r(e.metrics.xHeight),StemV:T3,FontFile2:i},d=this.doc.register(s),{DW:c,W:f}=ie(e),l={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${x.name}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:d,DW:c,W:f,CIDToGIDMap:"/Identity"},u=this.doc.register(l),m=this.createToUnicodeCMap(e),p={Type:"/Font",Subtype:"/Type0",BaseFont:`/${x.name}-Identity-H`,Encoding:"/Identity-H",DescendantFonts:[u],ToUnicode:m},h=this.doc.register(p);return{resourceName:`F${this.embeddedFonts.size+1}`,ref:h,baseFont:x.name,metrics:e,subset:a}}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 m=u[0];i.push({gid:l,unicode:m,char:String.fromCodePoint(m)})}s++}k("font","debug","createToUnicodeCMap - gid->unicode sample",{samples:i});let d=[];for(let[l,u]of a.entries())for(let m of u)d.push({gid:l,unicode:m});let c=d.sort((l,u)=>l.gid-u.gid),f=se(c);return this.doc.registerStream(new TextEncoder().encode(f),{})}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 c=Kx.get(s)||P6.get(s),f=c?c.toLowerCase():s,l=[];for(let u of this.config.fontFaceDefs)(u.family||"").toLowerCase().trim()===f&&l.push(u);if(l.length>0){let u=yi(l,e,o);if(u){let m=this.faceMetrics.get(u.name);if(m)return m}}}return null}};function yi(t,x,e){if(t.length===0)return null;let n=t.filter(i=>wi(i.style)===e),r=n.length>0?n:t,o=r[0],a=Math.abs(c0(o.weight)-x);for(let i of r){let s=c0(i.weight),d=Math.abs(s-x);d<a&&(a=d,o=i)}return o}function wi(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 Ri(t,x,e){let n=typeof x.fontWeight=="number"?x.fontWeight:400,r=x.fontStyle??"normal",o=e?.getMetrics(x.fontFamily??"",n,r);return oe(t,x,o??null)??O0(t,x)}function Si(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function vi(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,c=t.box.contentHeight;if(s&&(d=Math.max(d,s.contentWidth),c=Math.max(c,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=De(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=w0(t.style)),c===0&&!t.textContent&&(t.style.height!=="auto"?c=v(t.style.height,x,{auto:"zero"}):t.intrinsicBlockSize!==void 0?c=t.intrinsicBlockSize:c=w0(t.style));let f=v(t.style.paddingLeft,x,{auto:"zero"}),l=v(t.style.paddingRight,x,{auto:"zero"}),u=v(t.style.paddingTop,x,{auto:"zero"}),m=v(t.style.paddingBottom,x,{auto:"zero"}),p=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=c,t.box.borderBoxWidth=d+f+l+p+h,t.box.borderBoxHeight=c+u+m+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:c,lineOffset:0,marginLeft:r,marginRight:o,marginTop:a,marginBottom:i,paddingLeft:f,paddingRight:l,paddingTop:u,paddingBottom:m,borderLeft:p,borderRight:h,borderTop:b,borderBottom:g,outerWidth:t.box.marginBoxWidth,outerHeight:t.box.marginBoxHeight}}function Li(t,x,e,n){let r=[],o=a=>{if(a.style.display!=="none"&&a.style.float==="none"){if(A3(a.style.display)){let i=vi(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 Ci(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=w0(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 c=Ri(d.text,r,x);e.push({kind:d.kind,width:c,height:i,lineHeight:i,node:n.node,style:r,text:d.text,spaceCount:d.kind==="space"?Si(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 Ti(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=O0(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:O0(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 Pi(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 Fi(t){return!(t.children.length===0||t.style.display!=="inline")}function Bi(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 Ai(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 Mi(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 ht=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=w0(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 c=1;c<n.length;c++){let f=n[c];i=Math.min(i,f.startX),s=Math.max(s,f.startX+f.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 ki(t){return t.kind==="box"}function Ii(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 gt=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:c,inlineOffsetStart:f}=e,l=x.reduce((p,h)=>Math.max(p,h.offset+h.item.width),0),u=Math.max(i,0),m=x.reduce((p,h)=>h.item.kind==="space"?p+(h.item.spaceCount??1):p,0);this.maxInlineEnd=Math.max(this.maxInlineEnd,o+l-c);for(let p of x){if(ki(p.item)){let A=p.item.metrics;A.lineOffset=p.offset+s,Ni(A,c+f,n);continue}let h=p.item.node;if(!h||!p.item.text)continue;let b=p.item.style?.fontSize??16,g=p.item.lineHeight??r,y=p.item.style?.fontFamily??"sans-serif",w=p.item.style?.fontWeight??400,S=p.item.style?.fontStyle??"normal",R=this.fontEmbedder?.getMetrics(y,w,S),T=Ii(n,b,g,R),L=o+p.offset,E={lineIndex:a,startX:L,baseline:T,text:p.item.text,width:p.item.width,lineWidth:l,targetWidth:u,spaceCount:m,isLastLine:d};this.nodeRuns.has(h)?(h.box.x=Math.min(h.box.x,L),h.box.y=Math.min(h.box.y,n)):(h.box.x=L,h.box.y=n),h.box.baseline=T,this.pushRun(h,E)}}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")},yt=t=>(M3(t),(...x)=>{x7&&console.log(...x)});function wt(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:Pi(x),s=Mi(i),d=x.style.display!=="inline",c=d?v(x.style.textIndent,a,{auto:"zero"}):0,f=d&&c!==0,u=Li(e,a,n,(D,F,M)=>I3(D,F,M)),m=Ci(u,n.env.fontEmbedder),p=t.startY,h=Math.max(w0(x.style),0),b=r.inlineOffsets(p,p+h,a),g=Math.max(0,b.end-b.start),y=0,w=0,S=[],R=new gt(n.env.fontEmbedder),T=(D,F)=>{let M=s.calculateOffset(D.reduce((P,I)=>Math.max(P,I.offset+I.item.width),0),Math.max(g,0));R.placeRunsForLine(D,{lineTop:p,lineHeight:h,lineStartX:o+b.start+M,lineIndex:w,availableWidth:g,offsetShift:M,isLastLine:F,contentX:o,inlineOffsetStart:b.start})},L=D=>{S.length===0||T(S,D),p+=h,y=0,h=Math.max(w0(x.style),0),S.length=0,b=r.inlineOffsets(p,p+h,a),g=Math.max(0,b.end-b.start),w+=1};for(let D=0;D<m.length;D++){let F=m[D];if(F.kind==="newline"){L(!1);continue}let M=F;for(;M;){if(g<=0){let I=r.nextUnblockedY(p,p+h);if(I===null)g=Math.max(0,a),b={start:0,end:a};else{p=I,b=r.inlineOffsets(p,p+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}}S.length===0&&f&&(y+=c,f=!1);let P=Math.max(g-y,0);if(M.kind==="box"){if(S.length>0&&y+M.width>g){L(!1);continue}if(S.length===0&&M.width>g){let I=r.nextUnblockedY(p,p+h);if(I===null){S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight);break}p=I,b=r.inlineOffsets(p,p+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>P&&(M.style?.overflowWrap??"normal")!=="normal"&&P>0){let[W,H]=Ti(M,P);W&&(S.push({item:W,offset:y}),y+=W.width,h=Math.max(h,W.lineHeight)),H&&m.splice(D+1,0,H),M=null;break}if(S.length>0&&y+M.width>g){L(!1);continue}if(S.length===0&&M.width>g&&M.kind==="word"){let I=r.nextUnblockedY(p,p+h);if(I===null){S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight),M=null;break}p=I,b=r.inlineOffsets(p,p+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&&L(!0);let E=R.getNodeRuns(),A=new ht;return A.computeNodeBoxes(E),A.propagateBoundingBoxes(E,x),{newCursorY:p}}function Ni(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?yt(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 c=r.box.x-s,f=r.box.y-d;(c!==0||f!==0)&&k3(r,c,f)}function k3(t,x,e){for(let n of t.children)n.shift(x,e)}function I3(t,x,e){if(!Fi(t))return null;let n=Bi(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 f of n)f.box.x=0,f.box.y=0;let a=new rx,i=wt({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),c=0;for(let f of n){let l=Ai(f,x);c=Math.max(c,l.end)}return t.box.x=r,t.box.y=o,{contentWidth:Math.max(0,c),contentHeight:Math.max(0,d)}}var e7=class{layout(x){let e=x.floatContext??new rx;return wt({container:x.container,inlineNodes:x.inlineNodes,context:x.context,floatContext:e,contentX:x.contentX,contentWidth:x.contentWidth,startY:x.startY})}},Rt=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 St=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(!mx(d)||d.style.display==="none")continue;let c=d.box.usedMarginLeft!==void 0?d.box.usedMarginLeft:v(d.style.marginLeft,e,{auto:"zero"}),f=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"}),m=v(d.style.paddingLeft,e,{auto:"zero"}),p=v(d.style.paddingRight,e,{auto:"zero"}),h=d.box.borderBoxWidth||Math.max(0,d.box.contentWidth+m+p+l+u),b=h+c+f,g=d.box.x-m-l-c,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)mx(n)&&n.style.display!=="none"&&n.shift(-e,0)}};var vt=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=yt(e),r=new St(n),o=j0(x,e.env.viewport);x.establishesBFC=T6(x);let a=px(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=Y0(x,a),c=Mx(x,a);x.box.borderBoxWidth=a+d,x.box.marginBoxWidth=x.box.borderBoxWidth+c;let f=v(x.style.paddingLeft,a,{auto:"zero"}),l=v(x.style.borderLeft,a,{auto:"zero"}),u=v(x.style.paddingTop,a,{auto:"zero"}),m=v(x.style.borderTop,a,{auto:"zero"}),p=x.box.x+l+f,h=Tr(x,a),b=Pr(x,a),g=h?qe(x):void 0,y=b?Ke(x):void 0,w=h&&g?Ze(g,a):0,S=b&&y?Qe(y,a):0,R=x.box.y+u+m,T=0,L=new rx,E=x.children;for(let P=0;P<E.length;P++){let I=E[P];if(I.style.display==="none")continue;if(I.style.float!=="none"){R=ua(I,L,R),ba({node:I,floatContext:L,context:e,contentX:p,contentWidth:a,startY:R}),T=0;continue}if(!mx(I))continue;if(t7(I)){let n0=[I],e0=P+1;for(;e0<E.length;){let Y=E[e0];if(Y.style.float!=="none"||!t7(Y))break;n0.push(Y),e0+=1}R=Rt.layout({container:x,inlineNodes:n0,context:e,floatContext:L,contentX:p,contentWidth:a,startY:R}).newCursorY,T=0,P=e0-1;continue}let W=v(I.style.marginTop,a,{auto:"zero"}),H=v(I.style.marginBottom,a,{auto:"zero"}),q=Ze(I,a),K=Qe(I,a),_=fa(T,q,x.establishesBFC);h&&I===g&&(_-=w),I.box.x=p,I.box.y=R+_,e.layoutChild(I);let{marginLeft:C,marginRight:V}=da(a,I.box.borderBoxWidth,I.style.marginLeft,I.style.marginRight);I.box.usedMarginLeft=C,I.box.usedMarginRight=V;let J=C;J!==0&&I.shift(J,0),I.box.x=p+C,I.box.marginBoxWidth=I.box.borderBoxWidth+C+V,I.box.marginBoxHeight=I.box.borderBoxHeight+W+H,T=K,R=I.box.y+I.box.borderBoxHeight,b&&I===y&&(R+=K-S,T=0)}let A=r.measureInFlowWidth(x,a,p);if(Number.isFinite(A.width)){let P=Math.max(0,A.width);if(x.box.scrollWidth=Math.max(x.box.scrollWidth,P),x.style.display==="inline-block"&&x.style.width==="auto"){let I=x.style.minWidth!==void 0?v(x.style.minWidth,o.width,{auto:"zero"}):void 0,W=x.style.maxWidth!==void 0?v(x.style.maxWidth,o.width,{auto:"reference"}):void 0,H=P;H=Math.min(H,s),I!==void 0&&(H=Math.max(H,I)),W!==void 0&&(H=Math.min(H,W)),H=Math.max(0,H),x.style.display==="inline-block"&&n(`[BlockLayout] intrinsic measurement tag=${i} intrinsic=${P} current=${x.box.contentWidth} horizontalExtras=${d} available=${s}`),A.leftOffset>0&&(n(`[BlockLayout] shifting inline-block children tag=${i} offset=${A.leftOffset}`),r.shiftInFlowChildrenX(x,A.leftOffset)),H!==x.box.contentWidth&&(x.box.contentWidth=H,a=H,x.box.borderBoxWidth=x.box.contentWidth+d,x.box.marginBoxWidth=x.box.borderBoxWidth+c,x.style.display==="inline-block"&&n(`[BlockLayout] updated inline-block tag=${i} newContentWidth=${x.box.contentWidth} borderBoxWidth=${x.box.borderBoxWidth}`))}}let D=Math.max(L.bottom("left"),L.bottom("right")),F=Math.max(R,D);x.box.contentHeight=Math.max(0,F-(x.box.y+m)-u),x.style.height!=="auto"&&(x.box.contentHeight=v(x.style.height,o.height,{auto:"zero"}));let M=Ax(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"}),Je(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 Ei(t,x){return E3(t,x)}var Lt=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 W3(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 Tt=class{constructor(){this.supportedDisplays=new Set(["flex","inline-flex"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=j0(x,e.env.viewport),r=U3(x.style.flexDirection),o=r?n.width:n.height,a=r?n.height:n.width,i=Di(r?x.style.width:x.style.height,o),s=Di(r?x.style.height:x.style.width,a),d=x.style.rowGap??0,c=x.style.columnGap??0,l=new Lt({rowGap:d,columnGap:c}).getMainAxisGap(r),u=sa(x,n.width,n.height);r?(x.box.contentWidth=Ct(i,o),x.box.contentHeight=Ct(s,a)):(x.box.contentWidth=Ct(s,a),x.box.contentHeight=Ct(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 m=x.style.alignItems??"stretch",p=[],h=0,b=0;for(let W of x.children){if(W.style.display==="none")continue;let H=W.style.display,q=D3(H),K=q!==H;K&&(W.style.display=q);try{e.layoutChild(W);let _=v(W.style.marginLeft,n.width,{auto:"zero"}),C=v(W.style.marginRight,n.width,{auto:"zero"}),V=v(W.style.marginTop,n.height,{auto:"zero"}),J=v(W.style.marginBottom,n.height,{auto:"zero"}),n0=r?_:V,e0=r?C:J,Z=r?V:_,Y=r?J:C,p0=r?W.box.borderBoxWidth:W.box.borderBoxHeight,h0=W3(H,q);if(r&&h0&&z3(W.style.width)){let X=Oi(W);if(X!==void 0&&X>=0){let r0=W.style.minWidth!==void 0?v(W.style.minWidth,n.width,{auto:"zero"}):void 0,i0=W.style.maxWidth!==void 0?v(W.style.maxWidth,n.width,{auto:"reference"}):void 0,a0=X;if(r0!==void 0&&(a0=Math.max(a0,r0)),i0!==void 0&&(a0=Math.min(a0,i0)),a0<W.box.contentWidth){let U0=v(W.style.paddingLeft,n.width,{auto:"zero"}),W0=v(W.style.paddingRight,n.width,{auto:"zero"}),fx=v(W.style.borderLeft,n.width,{auto:"zero"}),S0=v(W.style.borderRight,n.width,{auto:"zero"});W.box.contentWidth=a0,W.box.borderBoxWidth=a0+U0+W0+fx+S0,W.box.marginBoxWidth=W.box.borderBoxWidth+_+C,W.box.scrollWidth=Math.max(W.box.scrollWidth,W.box.contentWidth),p0=W.box.borderBoxWidth}}}let D0=r?W.box.borderBoxHeight:W.box.borderBoxWidth;if(!r&&h0){let X=Wi(W.style.alignSelf,m),r0=M0(W.style.width);if(X!=="stretch"&&r0){let i0=Oi(W);if(i0!==void 0&&i0>0){let a0=n.width,U0=v(W.style.paddingLeft,a0,{auto:"zero"}),W0=v(W.style.paddingRight,a0,{auto:"zero"}),fx=v(W.style.borderLeft,a0,{auto:"zero"}),S0=v(W.style.borderRight,a0,{auto:"zero"}),F0=W.style.minWidth!==void 0?v(W.style.minWidth,a0,{auto:"zero"}):void 0,_0=W.style.maxWidth!==void 0?v(W.style.maxWidth,a0,{auto:"reference"}):void 0,B0=Math.min(i0,W.box.contentWidth);if(F0!==void 0&&(B0=Math.max(B0,F0)),_0!==void 0&&(B0=Math.min(B0,_0)),B0=Math.max(0,B0),B0<W.box.contentWidth){W.box.contentWidth=B0;let vx=U0+W0+fx+S0,lx=B0+vx;W.box.borderBoxWidth=lx,W.box.marginBoxWidth=lx+_+C,W.box.scrollWidth=Math.max(W.box.scrollWidth,B0),D0=lx}}}}let C0=p0+n0+e0,R0=D0+Z+Y;p.push({node:W,mainMarginStart:n0,mainMarginEnd:e0,crossMarginStart:Z,crossMarginEnd:Y,mainSize:p0,crossSize:D0,mainContribution:C0,crossContribution:R0}),h+=C0,b=Math.max(b,R0)}finally{K&&(W.style.display=H)}}let g=Ex(l,p.length),y=h+g,w;if(i!==void 0)w=i;else{let W=Number.isFinite(o)&&o>0?o:y;w=Math.max(W,y)}let S;if(s!==void 0)S=Math.max(s,b);else if(r)S=b;else{let W=Number.isFinite(a)&&a>0?a:b;S=Math.max(W,b)}let R=r?x.style.minHeight:x.style.minWidth,T=r?x.style.maxHeight:x.style.maxWidth,L=R!==void 0?v(R,a,{auto:"zero"}):void 0,E=T!==void 0?v(T,a,{auto:"reference"}):void 0;L!==void 0&&(S=Math.max(S,L)),E!==void 0&&(S=Math.min(S,E));let A=x.style.justifyContent??"flex-start",D=m,F=w-y,{offset:M,gap:P}=H3(A,F,p.length),I=M;for(let W=0;W<p.length;W++){let H=p[W],q=Wi(H.node.style.alignSelf,D),K=O3(q,S,H.crossSize,H.crossMarginStart,H.crossMarginEnd),_=H.node.box.x,C=H.node.box.y;r?(H.node.box.x=u.contentBoxX+I+H.mainMarginStart,H.node.box.y=u.contentBoxY+K+H.crossMarginStart):(H.node.box.x=u.contentBoxX+K+H.crossMarginStart,H.node.box.y=u.contentBoxY+I+H.mainMarginStart),G3(H.node,H.node.box.x-_,H.node.box.y-C),I+=H.mainContribution,W<p.length-1&&(I+=l+P)}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 Ct(t,x){return t!==void 0&&Number.isFinite(t)?Math.max(t,0):Number.isFinite(x)?Math.max(x,0):0}function Di(t,x){if(t!==void 0){if(typeof t=="number")return t;if(!(t==="auto"||M0(t)))return v(t,x,{auto:"reference"})}}function Wi(t,x){return t&&t!=="auto"?t:x}function O3(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 H3(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 U3(t){return t==="row"||t==="row-reverse"}function z3(t){return t===void 0?!0:typeof t=="number"?!1:t==="auto"?!0:M0(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 Hi(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=Hi(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(f=>Hi(f)),i=t.map(f=>V3(f)),s=a.reduce((f,l)=>f+l,0),d=i.reduce((f,l)=>f+l,0),c=Math.max(0,o-s);return t.map((f,l)=>{switch(f.kind){case"fixed":return Math.max(0,f.size);case"flex":{let u=a[l];return d>0&&i[l]>0&&(u+=i[l]/d*c),f.max!==void 0&&(u=Math.min(u,f.max)),Math.max(0,u)}case"auto":{let u=a[l];return f.max!==void 0&&u>f.max&&(u=f.max),Math.max(0,u)}default:return o/n}})}var Pt=class{constructor(){this.supportedDisplays=new Set(["grid","inline-grid"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=j0(x,e.env.viewport),r=px(x,n.width);x.box.contentWidth=r;let o=Y0(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"}),c=x.box.x+s+a,f=x.box.y+d+i,l=x.style.columnGap??0,u=x.style.rowGap??0,m=_3(x.style.trackListColumns,x.children.length,r,l),p=m.length>0?m:[{kind:"flex",flex:1}],h=Y3(p,r,l),b=h.reduce((D,F)=>D+F,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=Ei(h,l),w=0,S=f,R=0,T=0,L=0;for(let D of x.children){if(D.style.display==="none")continue;let F=h[T]??h[h.length-1]??r,M=c+(y[T]??0);D.box.x=M,D.box.y=S;let P=x.box.contentWidth;x.box.contentWidth=F,e.layoutChild(D),x.box.contentWidth=P,D.box.x=M,D.box.y=S,R=Math.max(R,D.box.borderBoxHeight),T+=1,T>=h.length&&(L+=1,w+=R,S+=R+u,R=0,T=0)}T!==0&&(L+=1,w+=R);let E=Ex(u,L),A=Ax(x,x.box.contentWidth);x.box.contentHeight=Math.max(0,w+E),x.box.borderBoxHeight=x.box.contentHeight+A,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=oe(a.text,x,o??null);return{...a,width:i??O0(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=O0(s,x);if(r&&d>e){a(),r=i,o=O0(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((m,p)=>m+p.width,0)<=e){let m=r7(a,e,s);return m?[m]:[]}let c=new Array(i+1).fill(1/0),f=new Array(i+1).fill(0);c[0]=0;for(let m=1;m<=i;m++){let p=0,h=!1;for(let b=m;b>0;b--){let g=a[b-1];if(g.type==="space"){if(!h&&s)continue;if(p+=g.width,p>e)break;if(!s&&!h){let S=e-p,R=100+S*S;c[b-1]+R<c[m]&&(c[m]=c[b-1]+R,f[m]=b-1)}continue}if(p+=g.width,h=!0,p>e)break;let y=e-p,w=100+y*y;c[b-1]+w<c[m]&&(c[m]=c[b-1]+w,f[m]=b-1)}}if(!isFinite(c[i])){let m=[],p=0,h=[],b=()=>{let g=r7(h,e,s);g&&m.push(g)};for(let g of a)s&&g.type==="space"&&h.length===0||(g.type==="word"&&h.length>0&&p+g.width>e&&(b(),p=0,h=[]),h.push(g),p+=g.width);return h.length>0&&b(),m}let l=[],u=i;for(;u>0;){let m=f[u],p=a.slice(m,u),h=r7(p,e,s);h&&l.unshift(h),u=m}return l}function zi(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=w0(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 Gi(t){k("layout","debug","[AUDIT] td inline",{tdWidth:t.box.contentWidth,lines:(t.lineBoxes??[]).length,joined:(t.lineBoxes??[]).map(x=>x.text).join(" | ")})}function ji(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 Ft=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=j0(x,e.env.viewport);x.box.contentWidth=px(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 p=0;p<a;p++)for(let h=0;h<i;h++){let b=r[p][h];if(!b||!this.isOriginCell(b,p,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:p,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 p=w=>v(w,x.box.contentWidth,{auto:"zero"}),h=p(x.style.borderTop),b=p(x.style.borderRight),g=p(x.style.borderBottom),y=p(x.style.borderLeft);for(let w=0;w<i;w++){let S=r[0][w];if(S&&this.isOriginCell(S,0,w)){let T=p(S.style.borderTop),L=Math.max(T,h);S.style.borderTop=L}let R=r[a-1][w];if(R&&this.isOriginCell(R,a-1,w)){let T=p(R.style.borderBottom),L=Math.max(T,g);R.style.borderBottom=L}}for(let w=0;w<a;w++){let S=r[w][0];if(S&&this.isOriginCell(S,w,0)){let T=p(S.style.borderLeft),L=Math.max(T,y);S.style.borderLeft=L}let R=r[w][i-1];if(R&&this.isOriginCell(R,w,i-1)){let T=p(R.style.borderRight),L=Math.max(T,b);R.style.borderRight=L}}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],T=r[w+1][S];if(!R||!T||R===T||!this.isRowBoundary(R,w))continue;let L=p(R.style.borderBottom),E=p(T.style.borderTop),A=Math.max(L,E);T.style.borderTop=A,R.style.borderBottom=0,T.style.borderColor===void 0&&R.style.borderColor!==void 0&&(T.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],T=r[w][S+1];if(!R||!T||R===T||!this.isColumnBoundary(R,S))continue;let L=p(R.style.borderRight),E=p(T.style.borderLeft),A=Math.max(L,E);T.style.borderLeft=A,R.style.borderRight=0,T.style.borderColor===void 0&&R.style.borderColor!==void 0&&(T.style.borderColor=R.style.borderColor)}}for(let p=0;p<a;p++){let h=o[p];if(!h)continue;let b=h.style.backgroundColor;if(b)for(let g=0;g<i;g++){let y=r[p][g];!y||!this.isOriginCell(y,p,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),c=d.reduce((p,h)=>p+h,0);x.box.contentWidth=c,k("layout","debug","Table column widths calculated",{colWidths:d});let f=new Array(a).fill(0),l=[];for(let p=0;p<a;p++)for(let h=0;h<i;h++){let b=r[p][h];if(!b||!this.isOriginCell(b,p,h))continue;let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-p),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,ji(b),zi(b),b.textContent?.includes("Row 3, Cell 3")&&Gi(b);for(let L of b.children)L.box.x=(L.box.x??0)+S.paddingLeft,L.box.y=(L.box.y??0)+S.paddingTop;if(b.style.textAlign||b.style.verticalAlign)for(let L of b.children)b.style.textAlign&&(L.style.textAlign=b.style.textAlign),b.style.verticalAlign&&(L.style.verticalAlign=b.style.verticalAlign);if(b.box.contentHeight=b.box.contentHeight||0,b.children&&b.children.length>0){let L=0;for(let E of b.children)L=Math.max(L,E.box.contentHeight||0);b.box.contentHeight=Math.max(b.box.contentHeight,L)}let T=b.box.contentHeight+S.borderTop+S.borderBottom+S.paddingTop+S.paddingBottom;y===1?f[p]=Math.max(f[p],T):l.push({startRow:p,span:y,height:T})}for(let p of l){let h=p.height/p.span;for(let b=0;b<p.span;b++){let g=p.startRow+b;g<f.length&&(f[g]=Math.max(f[g],h))}}k("layout","debug","Table row heights calculated",{rowHeights:f});let u=this.prefixSums(d),m=this.prefixSums(f);for(let p=0;p<a;p++)for(let h=0;h<i;h++){let b=r[p][h];if(b&&this.isOriginCell(b,p,h)){let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-p),w=u[h+g]-u[h],S=m[p+y]-m[p],R=this.resolveCellBoxMetrics(b,w),T=S-R.borderTop-R.borderBottom-R.paddingTop-R.paddingBottom,L=this.computeVerticalAlignOffset(b.style.verticalAlign,T,b.box.contentHeight),E=x.box.x+u[h],A=x.box.y+m[p],D=E+R.borderLeft+R.paddingLeft,F=A+R.borderTop+R.paddingTop,M=D-b.box.x,P=F-b.box.y;b.box.x=E,b.box.y=A,b.walk(I=>{I.box.x+=M,I.box.y+=P+L,I.box.baseline!==void 0&&(I.box.baseline+=P+L)},!1),b.box.borderBoxWidth=w,b.box.borderBoxHeight=S,k("layout","trace","Positioning table cell",{row:p,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 p=0;p<o.length;p++){let h=o[p];h&&(h.box.x=x.box.x,h.box.y=x.box.y+m[p],h.box.contentWidth=c,h.box.contentHeight=f[p],h.box.borderBoxWidth=c,h.box.borderBoxHeight=f[p])}x.box.contentHeight=m[a],x.box.borderBoxWidth=x.box.contentWidth+Y0(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 f of r)if(!(f.remainingRows<=0)){for(;d.length<f.colStart+f.colSpan;)d.push(null);for(let l=0;l<f.colSpan;l++)d[f.colStart+l]=f.cell;f.remainingRows--}let c=0;for(let f of s.children)if(f.style.display==="table-cell"){for(;d[c];)c++;let l=Math.max(1,f.tableColSpan??1),u=Math.max(1,f.tableRowSpan??1);for(f.tableColSpan=l,f.tableRowSpan=u,f.tableCellOrigin={row:o,col:c};d.length<c+l;)d.push(null);for(let m=0;m<l;m++)d[c+m]=f;u>1&&r.push({colStart:c,colSpan:l,remainingRows:u-1,cell:f}),c+=l}e.push(d);for(let f=r.length-1;f>=0;f--)r[f].remainingRows<=0&&r.splice(f,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 c=Y0(s,e),f=d+c,l=Math.min(this.cellColSpan(s),n-i);if(l===1)r[i]=Math.max(r[i],f);else{let u=f/l;for(let m=0;m<l;m++)r[i+m]=Math.max(r[i+m],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,c)=>d+c,0);return s>0?r.map((d,c)=>d+a*(i[c]/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 Bt=class{canLayout(){return!0}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0,x.box.borderBoxWidth=0,x.box.borderBoxHeight=0}};var At=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"}),c=v(x.style.borderTop,n,{auto:"zero"}),f=v(x.style.borderBottom,n,{auto:"zero"}),l=v(x.style.marginLeft,n,{auto:"zero"}),u=v(x.style.marginRight,n,{auto:"zero"}),m=v(x.style.marginTop,n,{auto:"zero"}),p=v(x.style.marginBottom,n,{auto:"zero"}),h=r+o+s+d,b=a+i+c+f,g=xl(x),y=new rx,w=x.box.y,S=Math.max(n,0),R=Rt.layout({container:x,inlineNodes:g,context:e,floatContext:y,contentX:x.box.x+s+r,contentWidth:S,startY:w}),T=tl(g,n,x.box.x+s+r),L=Math.max(y.bottom("left"),y.bottom("right")),E=Math.max(R.newCursorY,L)-w;x.box.contentWidth=Math.max(0,T),x.box.contentHeight=Math.max(0,E),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+m+p,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+w0(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"}),c=v(o.style.borderLeft,x,{auto:"zero"}),f=v(o.style.borderRight,x,{auto:"zero"}),l=o.box.x-s-c-a,u=o.box.contentWidth+s+d+c+f+a+i,m=l-e,p=m+u;n=Math.min(n,m),r=Math.max(r,p)}return!Number.isFinite(n)||!Number.isFinite(r)?0:Math.max(0,r-n)}var Mt=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 kt=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=j0(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"}),c=v(x.style.paddingRight,r,{auto:"zero"}),f=v(x.style.paddingTop,o,{auto:"zero"}),l=v(x.style.paddingBottom,o,{auto:"zero"}),u=v(x.style.borderLeft,r,{auto:"zero"}),m=v(x.style.borderRight,r,{auto:"zero"}),p=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+c+u+m,R=f+l+p+h,T=Math.max(0,r-Y0(x,r)-Mx(x,r)),L=x.style.width!=="auto"&&x.style.width!==void 0,E=x.style.height!=="auto"&&x.style.height!==void 0,A=s?a:T,D=s?i:0;if(L){let P=v(x.style.width,r,{auto:"reference"});Number.isFinite(P)&&P>0&&(A=P)}if(E){let P=v(x.style.height,o,{auto:"reference"});Number.isFinite(P)&&P>0&&(D=P)}if(s)if(L&&!E){let P=a>0?A/a:1;D=Math.max(1,Math.round(i*P))}else if(!L&&E){let P=i>0?D/i:1;A=Math.max(1,Math.round(a*P))}else!L&&!E&&(A=a,D=i);if(!L&&T>0&&A>T)if(s&&A>0){let P=T/A;A=T,D=Math.max(1,Math.round(D*P))}else A=T;let F=s&&!E,M=s&&!L;if(x.style.maxWidth!==void 0&&!M0(x.style.maxWidth)){let P=v(x.style.maxWidth,r,{auto:"reference"});if(Number.isFinite(P)&&P>0&&A>P){if(F&&A>0){let I=P/A;D=Math.max(1,Math.round(D*I))}A=P}}if(x.style.minWidth!==void 0&&!M0(x.style.minWidth)){let P=v(x.style.minWidth,r,{auto:"zero"});if(Number.isFinite(P)&&P>0&&A<P){if(F&&A>0){let I=P/A;D=Math.max(1,Math.round(D*I))}A=P}}if(x.style.maxHeight!==void 0&&!M0(x.style.maxHeight)){let P=v(x.style.maxHeight,o,{auto:"reference"});if(Number.isFinite(P)&&P>0&&D>P){if(M&&D>0){let I=P/D;A=Math.max(1,Math.round(A*I))}D=P}}if(x.style.minHeight!==void 0&&!M0(x.style.minHeight)){let P=v(x.style.minHeight,o,{auto:"zero"});if(Number.isFinite(P)&&P>0&&D<P){if(M&&D>0){let I=P/D;A=Math.max(1,Math.round(A*I))}D=P}}if((!Number.isFinite(A)||A<=0)&&(A=Math.max(T,s?a:0)),!Number.isFinite(D)||D<=0)if(s&&A>0&&a>0){let P=A/a;D=Math.max(1,Math.round(i*P))}else D=A;if(x.box.contentWidth=Math.max(0,A),x.box.contentHeight=Math.max(0,D),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>T&&T>0){let P=T/x.box.contentWidth;x.box.contentWidth=T,x.box.contentHeight=Math.max(1,Math.round(x.box.contentHeight*P)),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,$i=34,nl=300,rl=100,ol=40,al=34,Vi=16,It=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=j0(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=Vi,i=Vi):l==="hidden"?(a=0,i=0):(a=v(x.style.width,n.width,{auto:o7}),i=v(x.style.height,n.height,{auto:$i}));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=$i}x.box.contentWidth=Math.max(0,a),x.box.contentHeight=Math.max(0,i);let s=Y0(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 c=v(x.style.marginLeft,n.width,{auto:"zero"}),f=v(x.style.marginRight,n.width,{auto:"zero"});x.box.usedMarginLeft=c,x.box.usedMarginRight=f,x.box.marginBoxWidth=x.box.borderBoxWidth+c+f,x.box.marginBoxHeight=x.box.borderBoxHeight+c+f,Je(x)}};function _i(){let t=[new Ye,new kt,new It,new At,new vt,new Tt,new Pt,new Ft,new Bt];return new _e({strategies:t})}function Nt(t,x,e=null){return _i().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 I0(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=W6(r[0]+r[0]),d=W6(r[1]+r[1]),c=W6(r[2]+r[2]);return{r:s,g:d,b:c,a:1}}let o=W6(r.slice(0,2)),a=W6(r.slice(2,4)),i=W6(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 W6(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 Et(t){let x=t;for(;x;){let e=x.style.textAlign;if(e&&e!=="start"&&e!=="auto")return e;x=x.parent}}function Yi(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,c=n==="row-reverse";switch(r){case"center":return s+i/2;case"flex-end":case"end":case"right":return c?s:d-a;case"flex-start":case"start":case"left":return c?d-a:s;default:return null}}function Xi(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=qi(r.color,t.style.color,x);o&&e.push({inset:r.inset,offsetX:r.offsetX,offsetY:r.offsetY,blur:Zi(r.blurRadius),spread:r.spreadRadius??0,color:o})}return e}function O6(t,x){let e=[],n=t.style.textShadows??[];for(let r of n){let o=r.offsetX??0,a=r.offsetY??0,i=Zi(r.blurRadius??0),s=qi(r.color,t.style.color,x);s&&e.push({inset:!1,offsetX:o,offsetY:a,blur:i,spread:0,color:s})}return e}function qi(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=I0(x);return le(o??e)}let r=I0(t);return r?le(r):le(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 Ki(t,x,e){let n=cl(x);for(let r of e){if(r.inset)continue;let o=dl(x,r);o&&fl(n,o)}return n}function Zi(t){return Number.isFinite(t)?t<0?0:t:0}function cl(t){return{x:t.x,y:t.y,width:t.width,height:t.height}}function fl(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 Qi(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 xs(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:Ji(t.box.borderBoxWidth,t.box.contentWidth+n.left+n.right+r.left+r.right),height:Ji(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 Ji(t,x){return t>0?t:x}function Dt(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 I0(t.color);let e=I0(x);if(e)return e}return I0(t.color)}function rs(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=as(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=I0(t.style.backgroundColor||void 0);return r&&(n.color=r),n}function os(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=as(r,x);if(o)return o}}}function ul(t,x){if(!t.imageInfo)return;let e=is(t,x),n=bl(t.size,e,t.imageInfo);if(n.width<=0||n.height<=0)return;let r=ss(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 as(t,x){let e=is(t,x),n=ml(t.size,e);if(n.width<=0||n.height<=0)return;let r=ss(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 is(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=H6(t.width,o,n)??H6("auto",o,n),d=H6(t.height,a,r)??H6("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=H6(t.width,x.width,x.width)??x.width,n=H6(t.height,x.height,x.height)??x.height;return{width:e,height:n}}function ss(t,x,e,n){let r=es(t?.x,x.x,x.width-e,e,"x"),o=es(t?.y,x.y,x.height-n,n,"y");return{x:r,y:o}}function es(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 H6(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=ts(t.at?.x,x.width,(t.cx??.5)*x.width,"x"),r=ts(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 ts(t,x,e,n){if(!Number.isFinite(x)||x<=0)return e;if(!t)return ue(ns(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(ns(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),c=Math.max(n-o,0),f=Math.min(i,s,d,c),l=Math.max(i,s,d,c),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))],m=Math.min(...u),p=Math.max(...u),h=typeof t=="string"?t.toLowerCase():void 0;if(h==="closest-side")return f;if(h==="farthest-side")return l;if(h==="closest-corner")return m;if(h==="farthest-corner"||h===void 0)return p;let b=wl(t,Math.max(e,n));return b!==void 0?b:Number.isFinite(a)?a*Math.max(e,n):p}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 ue(t,x,e){return!Number.isFinite(t)||t<x?x:t>e?e:t}function ns(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 cs(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=ds(o.x,n.width),i=ds(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 ds(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 N0(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 c7(t,x){let e=N0(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 gx(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=Ll(e[2]),i=vl(o,a);i&&(n=N0(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=N0(s,N0(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=Et(t)??t.style.textAlign,a=e??Dt(t.style),i=t.style.fontFamily??"sans-serif",s=t.style.fontSize,d=t.style.fontWeight,c=t.style.fontStyle,f=t.style.fontVariant,l=t.style.letterSpacing;if(t.inlineRuns&&t.inlineRuns.length>0){for(let u of t.inlineRuns){let m=o==="justify"&&!u.isLastLine,p,h=u.targetWidth??u.lineWidth??u.width,b=u.lineWidth??u.width;if(m&&u.spaceCount>0){let T=Math.max(h-b,0);T>0&&(p=T/u.spaceCount)}let g=u.text.split("").reduce((T,L)=>L===" "?T+1:T,0),y=g>0&&p!==void 0?g*p:0,w=u.width+y,S=O6(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:c,fontVariant:f,fill:r,letterSpacing:l,lineMatrix:R,wordSpacing:p,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=w0(t.style),m=t.parent&&(t.parent.tagName==="td"||t.parent.tagName==="th"),p=Math.max(m?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??O0(S,t.style),T=y*u,L=h+T+s,E;if(g&&y<t.lineBoxes.length-1){let I=w.spaceCount??0;if(I>0){let W=w.targetWidth??p??R,H=Math.max(W-R,0);H>0&&(E=H/I)}}let A=w.targetWidth??R,D=E!==void 0&&E!==0&&A>0?Math.max(A,R):Math.max(R,0),F=t.box.x;if(D>0&&Number.isFinite(p)&&p>0){let I=Math.max(p-D,0);o==="center"?F=t.box.x+I/2:(o==="right"||o==="end")&&(F=t.box.x+I)}let M=O6(t,r),P={a:1,b:0,c:0,d:1,e:F,f:L};n.push({text:S,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:c,fontVariant:f,fill:r,letterSpacing:l,lineMatrix:P,wordSpacing:E,decorations:a?{...a}:void 0,advanceWidth:D,textShadows:M})}return n}if(t.textContent){let u=t.textContent,p=Fx(u,t.style.textTransform).normalize("NFC"),h=t.box.baseline>0?t.box.baseline:t.box.y+t.box.contentHeight,b=Math.max(O0(p,t.style),0),g=Yi(t,b,o),y=O6(t,r);return[{text:p,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:c,fontVariant:f,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 ms(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=ps(e),s=t.style.fontFamily??"sans-serif",d=t.style.fontSize,c=t.style.fontWeight,f=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,m=Math.max(O0(a,t.style),0),p=Math.max(d*.5,6),h=u-p-m;return{text:a,fontFamily:s,fontSize:d,fontWeight:c,fill:f,lineMatrix:{a:1,b:0,c:0,d:1,e:h,f:l},advanceWidth:m+p}}function ps(t){for(let x of t){if(x.textRuns.length>0)return x.textRuns[0];let e=ps(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 hs={disc:"\u2022",circle:"\u25E6",square:"\u25AA"},Tl=hs.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`${ls(x).toLowerCase()}.`;case"upper-alpha":return`${ls(x).toUpperCase()}.`;case"lower-roman":{let n=us(x);return n?`${n.toLowerCase()}.`:`${x}.`}case"upper-roman":{let n=us(x);return n?`${n.toUpperCase()}.`:`${x}.`}case"disc":case"circle":case"square":return hs[e];default:return Tl}}function ls(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 us(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=bs(t.style.listStyleType);if(x==="none")return"none";if(x&&x!=="disc")return x;let e=t.parent;if(e){let n=bs(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 bs(t){if(!t)return;let x=t.trim().toLowerCase();return x.length>0?x:void 0}function ys(t){let{node:x,children:e,borderBox:n,contentBox:r,textColor:o,decorations:a,transform:i,fallbackColor:s,fontResolver:d,textGradient:c}=t,f=fs(x,o,a);if(d&&Al(f,d),x.tagName==="li"){let l=ms(x,r,e,o??s);l&&f.unshift(l)}if(c)for(let l of f)l.textGradient=c;return i&&f.length>0&&Bl(f,i,n),f}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=gs(-i,-s),c=gs(i,s);for(let f of t){let l=f.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0},u=N0(d,l),m=N0(x,u);f.lineMatrix=N0(c,m)}}function gs(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=c6(n,e.text,e.fontSize,e.letterSpacing??0);e.wordSpacing!==void 0&&r.positions.length>0&&f6(r,e.text,e.wordSpacing),e.glyphs=r}catch(n){console.warn(`Failed to create GlyphRun for text "${e.text}": ${n}`)}}function c6(t,x,e,n){let r=[],o=[],a=0,i=t.metrics.kerning,s=t.metrics.metrics.unitsPerEm,d=null;for(let c=0;c<x.length;c++){let f=x.codePointAt(c)??0,l=t.metrics.cmap.getGlyphId(f);r.push(l);let m=t.metrics.glyphMetrics.get(l)?.advanceWidth??0;if(d!==null&&i){let h=Ml(i,d,l);h!==0&&(a+=h/s*e)}let p=m/s*e;o.push({x:a,y:0}),a+=p,c<x.length-1&&(a+=n),f>65535&&c++,d=l}return{font:t,glyphIds:r,positions:o,text:x,fontSize:e,width:a}}function f6(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 Ot(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:ws(t,o),dpiAssumption:e,css:n,hf:r}}var f7={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 ws(t,x,e){let r=t.customData?.id||`node-${x.counter++}`,{borderBox:o,paddingBox:a,contentBox:i}=xs(t),s=I0(t.style.color),d=s??f7,c=s7(t,d),f=Ki(t,o,c),l=Xi(t.style,o),u=t.style.transform,m=u?gx(u)??void 0:void 0,p=os(t,{borderBox:o,paddingBox:a,contentBox:i});p&&k("layout","debug","node has background-clip:text gradient",{tagName:t.tagName,rect:p.rect});let h=p??e,b=t.children.map(P=>ws(P,x,h)),g=Qi(t),y=Dt(t.style),w=ys({node:t,children:b,borderBox:o,contentBox:i,textColor:s,decorations:y,transform:m??void 0,fallbackColor:s??f7,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=rs(t,{borderBox:o,paddingBox:a,contentBox:i}),R=cs(t,{borderBox:o,paddingBox:a,contentBox:i}),T=typeof t.style.zIndex=="number"?t.style.zIndex:0,L=typeof t.style.zIndex=="number"&&t.style.position!=="static",E={top:Wt(t.style.borderStyleTop),right:Wt(t.style.borderStyleRight),bottom:Wt(t.style.borderStyleBottom),left:Wt(t.style.borderStyleLeft)},A=Et(t),D=A==="left"||A==="center"||A==="right"||A==="justify"?A: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(P=>P!==void 0)?{...t.customData,...F}:void 0;return{id:r,tagName:t.tagName,textContent:t.textContent,kind:Nl(t),contentBox:i,paddingBox:a,borderBox:o,visualOverflow:f,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:O6(t,d),boxShadows:s7(t,s??f7),establishesStackingContext:L,zIndexComputed:T,positioning:El(t.style),children:b,links:[],borderColor:I0(t.style.borderColor),borderStyle:E,color:s,background:S,clipPath:R,image:g,customData:M,textAlign:D,transform:m}}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 Ut=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())}},zt=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}},Gt=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())}},jt=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())}},$t=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())}},Vt=class{constructor(){this.objects=[]}register(x){let e={objectNumber:-1};return this.objects.push({ref:e,value:x}),e}getAll(){return this.objects}},_t=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 Wl=(()=>{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=Wl[x];t.has(e)||t.set(e,x)}return t})();function Ol(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 yx(t,x="WinAnsi"){let e=t,n=x==="WinAnsi"?Ol(t):t;return k("encoding","trace","PdfText transformation",{scheme:x,before:e,after:n}),u7(n)}function Q0(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 Yt(t){return typeof t=="number"?pe(t):typeof t=="string"?t:Array.isArray(t)?`[${t.map(x=>Yt(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} ${Yt(n)}`).join(" ")} >>`:"null"}function Rs(t){let x=["<<","/Type /Font","/Subtype /Type1",`/BaseFont /${Ts(t)}`];return Hl(t)||x.push("/Encoding /WinAnsiEncoding"),x.push(">>"),x.join(`
22
- `)}function Ss(t){let x=Ul(t),e=pe(x);return["<<","/Type /ExtGState",`/ca ${e}`,`/CA ${e}`,">>"].join(`
23
- `)}function Xt(t,x=[]){let e=typeof t=="string"?Q0(t):new Uint8Array(t),n=[`/Length ${e.length}`,...x].join(" "),r=Q0(`<< ${n} >>
20
+ `)}var Xx=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"]]),C6=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"]]),ya=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"]]),Tr={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"}},ot=(()=>{let t=new Map;for(let[x,e]of Object.entries(Tr))for(let[n,r]of Object.entries(e))t.set(r.toLowerCase(),{family:x,variant:n});return t})();function wa(t){let x=ot.get(t.toLowerCase());return x?x.family:null}function Ra(t){let x=ot.get(t.toLowerCase());return x?x.variant:"normal"}var L3=80,o6=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=ha(e),r;if(n==="woff"){let{decodeWoff:a}=await Promise.resolve().then(()=>(di(),si)),i=await a(e);r=ga(i),e=new Uint8Array(r),x.data=r}else if(n==="woff2"){let{decodeWoff2:a}=await Promise.resolve().then(()=>(mi(),bi));r=(await a(e)).ttfBuffer.slice().buffer,e=new Uint8Array(r),x.data=r}else r=x.data;let o=pa(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=c0(e),o=hi(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=pi(s,r,o);if(!d)continue;let c=(d.name||"").toLowerCase().trim(),f=this.embeddedFonts.get(d.name)??this.embeddedFonts.get(c);if(f)return f;let l=this.embedFont(d);if(l)return this.embeddedFonts.set(d.name,l),this.embeddedFonts.set(c,l),l}return null}embedFont(x){let e=this.faceMetrics.get(x.name);if(!e)return null;let n=e.metrics.unitsPerEm,r=b=>Math.round(b/n*1e3),o;if(e.headBBox){let b=e.headBBox;o=[r(b[0]),r(b[1]),r(b[2]),r(b[3])]}else o=[-1e3,-1e3,1e3,1e3];let a=new Uint8Array(x.data),i=this.doc.registerStream(a,{}),s={Type:"/FontDescriptor",FontName:`/${x.name}`,Flags:C3(x),FontBBox:o,ItalicAngle:x.style==="italic"?-12:0,Ascent:r(e.metrics.ascender),Descent:r(e.metrics.descender),CapHeight:r(e.metrics.capHeight),XHeight:r(e.metrics.xHeight),StemV:L3,FontFile2:i},d=this.doc.register(s),{DW:c,W:f}=re(e),l={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${x.name}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:d,DW:c,W:f,CIDToGIDMap:"/Identity"},u=this.doc.register(l),m=this.createToUnicodeCMap(e),p={Type:"/Font",Subtype:"/Type0",BaseFont:`/${x.name}-Identity-H`,Encoding:"/Identity-H",DescendantFonts:[u],ToUnicode:m},h=this.doc.register(p);return{resourceName:`F${this.embeddedFonts.size+1}`,ref:h,baseFont:x.name,metrics:e,subset:a}}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 m=u[0];i.push({gid:l,unicode:m,char:String.fromCodePoint(m)})}s++}k("font","debug","createToUnicodeCMap - gid->unicode sample",{samples:i});let d=[];for(let[l,u]of a.entries())for(let m of u)d.push({gid:l,unicode:m});let c=d.sort((l,u)=>l.gid-u.gid),f=oe(c);return this.doc.registerStream(new TextEncoder().encode(f),{})}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 c=Xx.get(s)||C6.get(s),f=c?c.toLowerCase():s,l=[];for(let u of this.config.fontFaceDefs)(u.family||"").toLowerCase().trim()===f&&l.push(u);if(l.length>0){let u=pi(l,e,o);if(u){let m=this.faceMetrics.get(u.name);if(m)return m}}}return null}};function pi(t,x,e){if(t.length===0)return null;let n=t.filter(i=>hi(i.style)===e),r=n.length>0?n:t,o=r[0],a=Math.abs(c0(o.weight)-x);for(let i of r){let s=c0(i.weight),d=Math.abs(s-x);d<a&&(a=d,o=i)}return o}function hi(t){if(!t)return!1;let x=t.toLowerCase();return x==="italic"||x==="oblique"}function C3(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 gi(t,x,e){let n=typeof x.fontWeight=="number"?x.fontWeight:400,r=x.fontStyle??"normal",o=e?.getMetrics(x.fontFamily??"",n,r);return te(t,x,o??null)??O0(t,x)}function yi(t){let x=0;for(let e of t)e===" "&&(x+=1);return x}function wi(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,c=t.box.contentHeight;if(s&&(d=Math.max(d,s.contentWidth),c=Math.max(c,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=Ee(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=w0(t.style)),c===0&&!t.textContent&&(t.style.height!=="auto"?c=v(t.style.height,x,{auto:"zero"}):t.intrinsicBlockSize!==void 0?c=t.intrinsicBlockSize:c=w0(t.style));let f=v(t.style.paddingLeft,x,{auto:"zero"}),l=v(t.style.paddingRight,x,{auto:"zero"}),u=v(t.style.paddingTop,x,{auto:"zero"}),m=v(t.style.paddingBottom,x,{auto:"zero"}),p=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=c,t.box.borderBoxWidth=d+f+l+p+h,t.box.borderBoxHeight=c+u+m+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:c,lineOffset:0,marginLeft:r,marginRight:o,marginTop:a,marginBottom:i,paddingLeft:f,paddingRight:l,paddingTop:u,paddingBottom:m,borderLeft:p,borderRight:h,borderTop:b,borderBottom:g,outerWidth:t.box.marginBoxWidth,outerHeight:t.box.marginBoxHeight}}function Ri(t,x,e,n){let r=[],o=a=>{if(a.style.display!=="none"&&a.style.float==="none"){if(F3(a.style.display)){let i=wi(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)P3(i.style.display)&&o(i)}};for(let a of t)o(a);return r}function Si(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=w0(r),s=T3(a,r.whiteSpace);for(let d of s){if(d.kind==="newline"){e.push({kind:"newline",width:0,height:i,lineHeight:i});continue}let c=gi(d.text,r,x);e.push({kind:d.kind,width:c,height:i,lineHeight:i,node:n.node,style:r,text:d.text,spaceCount:d.kind==="space"?yi(d.text):0})}}return e}function T3(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 vi(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=O0(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:O0(o,t.style)};return[r,a]}function P3(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function F3(t){switch(t){case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function Li(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 Yr(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function Ci(t){return!(t.children.length===0||t.style.display!=="inline")}function Ti(t){let x=[];for(let e of t.children)e.style.display!=="none"&&e.style.float==="none"&&Yr(e.style.display)&&x.push(e);return x}function Pi(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 Xr=class{calculateOffset(){return 0}},qr=class{calculateOffset(x,e){return Math.max(e-x,0)/2}},Kr=class{calculateOffset(x,e){return Math.max(e-x,0)}},Zr=class{calculateOffset(){return 0}};function Fi(t){switch(t){case"center":return new qr;case"right":case"end":return new Kr;case"justify":return new Zr;default:return new Xr}}var pt=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=w0(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 c=1;c<n.length;c++){let f=n[c];i=Math.min(i,f.startX),s=Math.max(s,f.startX+f.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&&Yr(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 Bi(t){return t.kind==="box"}function Ai(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 ht=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:c,inlineOffsetStart:f}=e,l=x.reduce((p,h)=>Math.max(p,h.offset+h.item.width),0),u=Math.max(i,0),m=x.reduce((p,h)=>h.item.kind==="space"?p+(h.item.spaceCount??1):p,0);this.maxInlineEnd=Math.max(this.maxInlineEnd,o+l-c);for(let p of x){if(Bi(p.item)){let A=p.item.metrics;A.lineOffset=p.offset+s,Mi(A,c+f,n);continue}let h=p.item.node;if(!h||!p.item.text)continue;let b=p.item.style?.fontSize??16,g=p.item.lineHeight??r,y=p.item.style?.fontFamily??"sans-serif",w=p.item.style?.fontWeight??400,S=p.item.style?.fontStyle??"normal",R=this.fontEmbedder?.getMetrics(y,w,S),T=Ai(n,b,g,R),L=o+p.offset,D={lineIndex:a,startX:L,baseline:T,text:p.item.text,width:p.item.width,lineWidth:l,targetWidth:u,spaceCount:m,isLastLine:d};this.nodeRuns.has(h)?(h.box.x=Math.min(h.box.x,L),h.box.y=Math.min(h.box.y,n)):(h.box.x=L,h.box.y=n),h.box.baseline=T,this.pushRun(h,D)}}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 Qr,B3=t=>{Qr===void 0&&(Qr=t.env.getEnv("PAGYRA_DEBUG_LAYOUT")==="1")},gt=t=>(B3(t),(...x)=>{Qr&&console.log(...x)});function yt(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:Li(x),s=Fi(i),d=x.style.display!=="inline",c=d?v(x.style.textIndent,a,{auto:"zero"}):0,f=d&&c!==0,u=Ri(e,a,n,(E,F,M)=>M3(E,F,M)),m=Si(u,n.env.fontEmbedder),p=t.startY,h=Math.max(w0(x.style),0),b=r.inlineOffsets(p,p+h,a),g=Math.max(0,b.end-b.start),y=0,w=0,S=[],R=new ht(n.env.fontEmbedder),T=(E,F)=>{let M=s.calculateOffset(E.reduce((P,I)=>Math.max(P,I.offset+I.item.width),0),Math.max(g,0));R.placeRunsForLine(E,{lineTop:p,lineHeight:h,lineStartX:o+b.start+M,lineIndex:w,availableWidth:g,offsetShift:M,isLastLine:F,contentX:o,inlineOffsetStart:b.start})},L=E=>{S.length===0||T(S,E),p+=h,y=0,h=Math.max(w0(x.style),0),S.length=0,b=r.inlineOffsets(p,p+h,a),g=Math.max(0,b.end-b.start),w+=1};for(let E=0;E<m.length;E++){let F=m[E];if(F.kind==="newline"){L(!1);continue}let M=F;for(;M;){if(g<=0){let I=r.nextUnblockedY(p,p+h);if(I===null)g=Math.max(0,a),b={start:0,end:a};else{p=I,b=r.inlineOffsets(p,p+h,a),g=Math.max(0,b.end-b.start),y=0,S.length=0;continue}}S.length===0&&f&&(y+=c,f=!1);let P=Math.max(g-y,0);if(M.kind==="box"){if(S.length>0&&y+M.width>g){L(!1);continue}if(S.length===0&&M.width>g){let I=r.nextUnblockedY(p,p+h);if(I===null){S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight);break}p=I,b=r.inlineOffsets(p,p+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>P&&(M.style?.overflowWrap??"normal")!=="normal"&&P>0){let[W,H]=vi(M,P);W&&(S.push({item:W,offset:y}),y+=W.width,h=Math.max(h,W.lineHeight)),H&&m.splice(E+1,0,H),M=null;break}if(S.length>0&&y+M.width>g){L(!1);continue}if(S.length===0&&M.width>g&&M.kind==="word"){let I=r.nextUnblockedY(p,p+h);if(I===null){S.push({item:M,offset:y}),y+=M.width,h=Math.max(h,M.lineHeight),M=null;break}p=I,b=r.inlineOffsets(p,p+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&&L(!0);let D=R.getNodeRuns(),A=new pt;return A.computeNodeBoxes(D),A.propagateBoundingBoxes(D,x),{newCursorY:p}}function Mi(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?gt(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 c=r.box.x-s,f=r.box.y-d;(c!==0||f!==0)&&A3(r,c,f)}function A3(t,x,e){for(let n of t.children)n.shift(x,e)}function M3(t,x,e){if(!Ci(t))return null;let n=Ti(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 f of n)f.box.x=0,f.box.y=0;let a=new rx,i=yt({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),c=0;for(let f of n){let l=Pi(f,x);c=Math.max(c,l.end)}return t.box.x=r,t.box.y=o,{contentWidth:Math.max(0,c),contentHeight:Math.max(0,d)}}var Jr=class{layout(x){let e=x.floatContext??new rx;return yt({container:x.container,inlineNodes:x.inlineNodes,context:x.context,floatContext:e,contentX:x.contentX,contentWidth:x.contentWidth,startY:x.startY})}},wt=new Jr;function x7(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 Rt=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 c=d.box.usedMarginLeft!==void 0?d.box.usedMarginLeft:v(d.style.marginLeft,e,{auto:"zero"}),f=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"}),m=v(d.style.paddingLeft,e,{auto:"zero"}),p=v(d.style.paddingRight,e,{auto:"zero"}),h=d.box.borderBoxWidth||Math.max(0,d.box.contentWidth+m+p+l+u),b=h+c+f,g=d.box.x-m-l-c,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 St=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=gt(e),r=new Rt(n),o=j0(x,e.env.viewport);x.establishesBFC=L6(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=Y0(x,a),c=Ax(x,a);x.box.borderBoxWidth=a+d,x.box.marginBoxWidth=x.box.borderBoxWidth+c;let f=v(x.style.paddingLeft,a,{auto:"zero"}),l=v(x.style.borderLeft,a,{auto:"zero"}),u=v(x.style.paddingTop,a,{auto:"zero"}),m=v(x.style.borderTop,a,{auto:"zero"}),p=x.box.x+l+f,h=Lr(x,a),b=Cr(x,a),g=h?Xe(x):void 0,y=b?qe(x):void 0,w=h&&g?Ke(g,a):0,S=b&&y?Ze(y,a):0,R=x.box.y+u+m,T=0,L=new rx,D=x.children;for(let P=0;P<D.length;P++){let I=D[P];if(I.style.display==="none")continue;if(I.style.float!=="none"){R=ca(I,L,R),fa({node:I,floatContext:L,context:e,contentX:p,contentWidth:a,startY:R}),T=0;continue}if(!bx(I))continue;if(x7(I)){let n0=[I],e0=P+1;for(;e0<D.length;){let Y=D[e0];if(Y.style.float!=="none"||!x7(Y))break;n0.push(Y),e0+=1}R=wt.layout({container:x,inlineNodes:n0,context:e,floatContext:L,contentX:p,contentWidth:a,startY:R}).newCursorY,T=0,P=e0-1;continue}let W=v(I.style.marginTop,a,{auto:"zero"}),H=v(I.style.marginBottom,a,{auto:"zero"}),q=Ke(I,a),K=Ze(I,a),_=sa(T,q,x.establishesBFC);h&&I===g&&(_-=w),I.box.x=p,I.box.y=R+_,e.layoutChild(I);let{marginLeft:C,marginRight:V}=aa(a,I.box.borderBoxWidth,I.style.marginLeft,I.style.marginRight);I.box.usedMarginLeft=C,I.box.usedMarginRight=V;let J=C;J!==0&&I.shift(J,0),I.box.x=p+C,I.box.marginBoxWidth=I.box.borderBoxWidth+C+V,I.box.marginBoxHeight=I.box.borderBoxHeight+W+H,T=K,R=I.box.y+I.box.borderBoxHeight,b&&I===y&&(R+=K-S,T=0)}let A=r.measureInFlowWidth(x,a,p);if(Number.isFinite(A.width)){let P=Math.max(0,A.width);if(x.box.scrollWidth=Math.max(x.box.scrollWidth,P),x.style.display==="inline-block"&&x.style.width==="auto"){let I=x.style.minWidth!==void 0?v(x.style.minWidth,o.width,{auto:"zero"}):void 0,W=x.style.maxWidth!==void 0?v(x.style.maxWidth,o.width,{auto:"reference"}):void 0,H=P;H=Math.min(H,s),I!==void 0&&(H=Math.max(H,I)),W!==void 0&&(H=Math.min(H,W)),H=Math.max(0,H),x.style.display==="inline-block"&&n(`[BlockLayout] intrinsic measurement tag=${i} intrinsic=${P} current=${x.box.contentWidth} horizontalExtras=${d} available=${s}`),A.leftOffset>0&&(n(`[BlockLayout] shifting inline-block children tag=${i} offset=${A.leftOffset}`),r.shiftInFlowChildrenX(x,A.leftOffset)),H!==x.box.contentWidth&&(x.box.contentWidth=H,a=H,x.box.borderBoxWidth=x.box.contentWidth+d,x.box.marginBoxWidth=x.box.borderBoxWidth+c,x.style.display==="inline-block"&&n(`[BlockLayout] updated inline-block tag=${i} newContentWidth=${x.box.contentWidth} borderBoxWidth=${x.box.borderBoxWidth}`))}}let E=Math.max(L.bottom("left"),L.bottom("right")),F=Math.max(R,E);x.box.contentHeight=Math.max(0,F-(x.box.y+m)-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"}),Qe(x)}};function Nx(t,x){return x<=1||t<=0?0:t*(x-1)}function k3(t,x,e){let n=Nx(x,e);return Math.max(0,t-n)}function I3(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 ki(t,x){return I3(t,x)}var vt=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 k3(e,r,n)}};function N3(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 E3(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 Ct=class{constructor(){this.supportedDisplays=new Set(["flex","inline-flex"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=j0(x,e.env.viewport),r=O3(x.style.flexDirection),o=r?n.width:n.height,a=r?n.height:n.width,i=Ii(r?x.style.width:x.style.height,o),s=Ii(r?x.style.height:x.style.width,a),d=x.style.rowGap??0,c=x.style.columnGap??0,l=new vt({rowGap:d,columnGap:c}).getMainAxisGap(r),u=oa(x,n.width,n.height);r?(x.box.contentWidth=Lt(i,o),x.box.contentHeight=Lt(s,a)):(x.box.contentWidth=Lt(s,a),x.box.contentHeight=Lt(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 m=x.style.alignItems??"stretch",p=[],h=0,b=0;for(let W of x.children){if(W.style.display==="none")continue;let H=W.style.display,q=N3(H),K=q!==H;K&&(W.style.display=q);try{e.layoutChild(W);let _=v(W.style.marginLeft,n.width,{auto:"zero"}),C=v(W.style.marginRight,n.width,{auto:"zero"}),V=v(W.style.marginTop,n.height,{auto:"zero"}),J=v(W.style.marginBottom,n.height,{auto:"zero"}),n0=r?_:V,e0=r?C:J,Z=r?V:_,Y=r?J:C,p0=r?W.box.borderBoxWidth:W.box.borderBoxHeight,h0=E3(H,q);if(r&&h0&&H3(W.style.width)){let X=Ei(W);if(X!==void 0&&X>=0){let r0=W.style.minWidth!==void 0?v(W.style.minWidth,n.width,{auto:"zero"}):void 0,i0=W.style.maxWidth!==void 0?v(W.style.maxWidth,n.width,{auto:"reference"}):void 0,a0=X;if(r0!==void 0&&(a0=Math.max(a0,r0)),i0!==void 0&&(a0=Math.min(a0,i0)),a0<W.box.contentWidth){let U0=v(W.style.paddingLeft,n.width,{auto:"zero"}),W0=v(W.style.paddingRight,n.width,{auto:"zero"}),fx=v(W.style.borderLeft,n.width,{auto:"zero"}),S0=v(W.style.borderRight,n.width,{auto:"zero"});W.box.contentWidth=a0,W.box.borderBoxWidth=a0+U0+W0+fx+S0,W.box.marginBoxWidth=W.box.borderBoxWidth+_+C,W.box.scrollWidth=Math.max(W.box.scrollWidth,W.box.contentWidth),p0=W.box.borderBoxWidth}}}let D0=r?W.box.borderBoxHeight:W.box.borderBoxWidth;if(!r&&h0){let X=Ni(W.style.alignSelf,m),r0=M0(W.style.width);if(X!=="stretch"&&r0){let i0=Ei(W);if(i0!==void 0&&i0>0){let a0=n.width,U0=v(W.style.paddingLeft,a0,{auto:"zero"}),W0=v(W.style.paddingRight,a0,{auto:"zero"}),fx=v(W.style.borderLeft,a0,{auto:"zero"}),S0=v(W.style.borderRight,a0,{auto:"zero"}),F0=W.style.minWidth!==void 0?v(W.style.minWidth,a0,{auto:"zero"}):void 0,_0=W.style.maxWidth!==void 0?v(W.style.maxWidth,a0,{auto:"reference"}):void 0,B0=Math.min(i0,W.box.contentWidth);if(F0!==void 0&&(B0=Math.max(B0,F0)),_0!==void 0&&(B0=Math.min(B0,_0)),B0=Math.max(0,B0),B0<W.box.contentWidth){W.box.contentWidth=B0;let Sx=U0+W0+fx+S0,lx=B0+Sx;W.box.borderBoxWidth=lx,W.box.marginBoxWidth=lx+_+C,W.box.scrollWidth=Math.max(W.box.scrollWidth,B0),D0=lx}}}}let C0=p0+n0+e0,R0=D0+Z+Y;p.push({node:W,mainMarginStart:n0,mainMarginEnd:e0,crossMarginStart:Z,crossMarginEnd:Y,mainSize:p0,crossSize:D0,mainContribution:C0,crossContribution:R0}),h+=C0,b=Math.max(b,R0)}finally{K&&(W.style.display=H)}}let g=Nx(l,p.length),y=h+g,w;if(i!==void 0)w=i;else{let W=Number.isFinite(o)&&o>0?o:y;w=Math.max(W,y)}let S;if(s!==void 0)S=Math.max(s,b);else if(r)S=b;else{let W=Number.isFinite(a)&&a>0?a:b;S=Math.max(W,b)}let R=r?x.style.minHeight:x.style.minWidth,T=r?x.style.maxHeight:x.style.maxWidth,L=R!==void 0?v(R,a,{auto:"zero"}):void 0,D=T!==void 0?v(T,a,{auto:"reference"}):void 0;L!==void 0&&(S=Math.max(S,L)),D!==void 0&&(S=Math.min(S,D));let A=x.style.justifyContent??"flex-start",E=m,F=w-y,{offset:M,gap:P}=W3(A,F,p.length),I=M;for(let W=0;W<p.length;W++){let H=p[W],q=Ni(H.node.style.alignSelf,E),K=D3(q,S,H.crossSize,H.crossMarginStart,H.crossMarginEnd),_=H.node.box.x,C=H.node.box.y;r?(H.node.box.x=u.contentBoxX+I+H.mainMarginStart,H.node.box.y=u.contentBoxY+K+H.crossMarginStart):(H.node.box.x=u.contentBoxX+K+H.crossMarginStart,H.node.box.y=u.contentBoxY+I+H.mainMarginStart),U3(H.node,H.node.box.x-_,H.node.box.y-C),I+=H.mainContribution,W<p.length-1&&(I+=l+P)}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 Lt(t,x){return t!==void 0&&Number.isFinite(t)?Math.max(t,0):Number.isFinite(x)?Math.max(x,0):0}function Ii(t,x){if(t!==void 0){if(typeof t=="number")return t;if(!(t==="auto"||M0(t)))return v(t,x,{auto:"reference"})}}function Ni(t,x){return t&&t!=="auto"?t:x}function D3(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 W3(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 O3(t){return t==="row"||t==="row-reverse"}function H3(t){return t===void 0?!0:typeof t=="number"?!1:t==="auto"?!0:M0(t)}function Ei(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 U3(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 z3(t){return typeof t=="object"&&t!==null&&"kind"in t&&t.kind==="repeat"}function G3(t){return typeof t=="object"&&t!==null&&"kind"in t&&t.kind==="repeat-auto"}function Di(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 j3(t){return t.kind==="flex"?Math.max(0,t.flex):0}function e7(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(z3(o)){for(let a=0;a<o.count;a++)r.push(e7(o.track));continue}if(G3(o)){let a=Di(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(e7(o.track));continue}r.push(e7(o))}return r}function V3(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(f=>Di(f)),i=t.map(f=>j3(f)),s=a.reduce((f,l)=>f+l,0),d=i.reduce((f,l)=>f+l,0),c=Math.max(0,o-s);return t.map((f,l)=>{switch(f.kind){case"fixed":return Math.max(0,f.size);case"flex":{let u=a[l];return d>0&&i[l]>0&&(u+=i[l]/d*c),f.max!==void 0&&(u=Math.min(u,f.max)),Math.max(0,u)}case"auto":{let u=a[l];return f.max!==void 0&&u>f.max&&(u=f.max),Math.max(0,u)}default:return o/n}})}var Tt=class{constructor(){this.supportedDisplays=new Set(["grid","inline-grid"])}canLayout(x){return this.supportedDisplays.has(x.style.display)}layout(x,e){let n=j0(x,e.env.viewport),r=mx(x,n.width);x.box.contentWidth=r;let o=Y0(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"}),c=x.box.x+s+a,f=x.box.y+d+i,l=x.style.columnGap??0,u=x.style.rowGap??0,m=$3(x.style.trackListColumns,x.children.length,r,l),p=m.length>0?m:[{kind:"flex",flex:1}],h=V3(p,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=ki(h,l),w=0,S=f,R=0,T=0,L=0;for(let E of x.children){if(E.style.display==="none")continue;let F=h[T]??h[h.length-1]??r,M=c+(y[T]??0);E.box.x=M,E.box.y=S;let P=x.box.contentWidth;x.box.contentWidth=F,e.layoutChild(E),x.box.contentWidth=P,E.box.x=M,E.box.y=S,R=Math.max(R,E.box.borderBoxHeight),T+=1,T>=h.length&&(L+=1,w+=R,S+=R+u,R=0,T=0)}T!==0&&(L+=1,w+=R);let D=Nx(u,L),A=Bx(x,x.box.contentWidth);x.box.contentHeight=Math.max(0,w+D),x.box.borderBoxHeight=x.box.contentHeight+A,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 _3(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 Y3(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=te(a.text,x,o??null);return{...a,width:i??O0(a.text,x)}})}function X3(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=O0(s,x);if(r&&d>e){a(),r=i,o=O0(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 q3(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(...X3(o,x,e))}return r.length?r:t}function K3(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 Z3(t){let x=t.whiteSpace;return x==="normal"||x==="nowrap"||x==="pre-line"}function t7(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:K3(o),targetWidth:x}}function Wi(t,x,e,n=null){let r=Px(t,x.textTransform);if(r.length===0)return[];let o=_3(r),a=Y3(o,x,n);a=q3(a,x,e,x.overflowWrap);let i=a.length;if(i===0)return[];let s=Z3(x);if(a.reduce((m,p)=>m+p.width,0)<=e){let m=t7(a,e,s);return m?[m]:[]}let c=new Array(i+1).fill(1/0),f=new Array(i+1).fill(0);c[0]=0;for(let m=1;m<=i;m++){let p=0,h=!1;for(let b=m;b>0;b--){let g=a[b-1];if(g.type==="space"){if(!h&&s)continue;if(p+=g.width,p>e)break;if(!s&&!h){let S=e-p,R=100+S*S;c[b-1]+R<c[m]&&(c[m]=c[b-1]+R,f[m]=b-1)}continue}if(p+=g.width,h=!0,p>e)break;let y=e-p,w=100+y*y;c[b-1]+w<c[m]&&(c[m]=c[b-1]+w,f[m]=b-1)}}if(!isFinite(c[i])){let m=[],p=0,h=[],b=()=>{let g=t7(h,e,s);g&&m.push(g)};for(let g of a)s&&g.type==="space"&&h.length===0||(g.type==="word"&&h.length>0&&p+g.width>e&&(b(),p=0,h=[]),h.push(g),p+=g.width);return h.length>0&&b(),m}let l=[],u=i;for(;u>0;){let m=f[u],p=a.slice(m,u),h=t7(p,e,s);h&&l.unshift(h),u=m}return l}function Oi(t){let x=Math.max(0,t.box.contentWidth);t.walk(n=>{if(!n.textContent)return;let r=Wi(n.textContent,n.style,x);n.lineBoxes=r;let o=w0(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 Hi(t){k("layout","debug","[AUDIT] td inline",{tdWidth:t.box.contentWidth,lines:(t.lineBoxes??[]).length,joined:(t.lineBoxes??[]).map(x=>x.text).join(" | ")})}function Ui(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 Pt=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=j0(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 p=0;p<a;p++)for(let h=0;h<i;h++){let b=r[p][h];if(!b||!this.isOriginCell(b,p,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:p,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 p=w=>v(w,x.box.contentWidth,{auto:"zero"}),h=p(x.style.borderTop),b=p(x.style.borderRight),g=p(x.style.borderBottom),y=p(x.style.borderLeft);for(let w=0;w<i;w++){let S=r[0][w];if(S&&this.isOriginCell(S,0,w)){let T=p(S.style.borderTop),L=Math.max(T,h);S.style.borderTop=L}let R=r[a-1][w];if(R&&this.isOriginCell(R,a-1,w)){let T=p(R.style.borderBottom),L=Math.max(T,g);R.style.borderBottom=L}}for(let w=0;w<a;w++){let S=r[w][0];if(S&&this.isOriginCell(S,w,0)){let T=p(S.style.borderLeft),L=Math.max(T,y);S.style.borderLeft=L}let R=r[w][i-1];if(R&&this.isOriginCell(R,w,i-1)){let T=p(R.style.borderRight),L=Math.max(T,b);R.style.borderRight=L}}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],T=r[w+1][S];if(!R||!T||R===T||!this.isRowBoundary(R,w))continue;let L=p(R.style.borderBottom),D=p(T.style.borderTop),A=Math.max(L,D);T.style.borderTop=A,R.style.borderBottom=0,T.style.borderColor===void 0&&R.style.borderColor!==void 0&&(T.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],T=r[w][S+1];if(!R||!T||R===T||!this.isColumnBoundary(R,S))continue;let L=p(R.style.borderRight),D=p(T.style.borderLeft),A=Math.max(L,D);T.style.borderLeft=A,R.style.borderRight=0,T.style.borderColor===void 0&&R.style.borderColor!==void 0&&(T.style.borderColor=R.style.borderColor)}}for(let p=0;p<a;p++){let h=o[p];if(!h)continue;let b=h.style.backgroundColor;if(b)for(let g=0;g<i;g++){let y=r[p][g];!y||!this.isOriginCell(y,p,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),c=d.reduce((p,h)=>p+h,0);x.box.contentWidth=c,k("layout","debug","Table column widths calculated",{colWidths:d});let f=new Array(a).fill(0),l=[];for(let p=0;p<a;p++)for(let h=0;h<i;h++){let b=r[p][h];if(!b||!this.isOriginCell(b,p,h))continue;let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-p),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,Ui(b),Oi(b),b.textContent?.includes("Row 3, Cell 3")&&Hi(b);for(let L of b.children)L.box.x=(L.box.x??0)+S.paddingLeft,L.box.y=(L.box.y??0)+S.paddingTop;if(b.style.textAlign||b.style.verticalAlign)for(let L of b.children)b.style.textAlign&&(L.style.textAlign=b.style.textAlign),b.style.verticalAlign&&(L.style.verticalAlign=b.style.verticalAlign);if(b.box.contentHeight=b.box.contentHeight||0,b.children&&b.children.length>0){let L=0;for(let D of b.children)L=Math.max(L,D.box.contentHeight||0);b.box.contentHeight=Math.max(b.box.contentHeight,L)}let T=b.box.contentHeight+S.borderTop+S.borderBottom+S.paddingTop+S.paddingBottom;y===1?f[p]=Math.max(f[p],T):l.push({startRow:p,span:y,height:T})}for(let p of l){let h=p.height/p.span;for(let b=0;b<p.span;b++){let g=p.startRow+b;g<f.length&&(f[g]=Math.max(f[g],h))}}k("layout","debug","Table row heights calculated",{rowHeights:f});let u=this.prefixSums(d),m=this.prefixSums(f);for(let p=0;p<a;p++)for(let h=0;h<i;h++){let b=r[p][h];if(b&&this.isOriginCell(b,p,h)){let g=Math.min(this.cellColSpan(b),i-h),y=Math.min(this.cellRowSpan(b),a-p),w=u[h+g]-u[h],S=m[p+y]-m[p],R=this.resolveCellBoxMetrics(b,w),T=S-R.borderTop-R.borderBottom-R.paddingTop-R.paddingBottom,L=this.computeVerticalAlignOffset(b.style.verticalAlign,T,b.box.contentHeight),D=x.box.x+u[h],A=x.box.y+m[p],E=D+R.borderLeft+R.paddingLeft,F=A+R.borderTop+R.paddingTop,M=E-b.box.x,P=F-b.box.y;b.box.x=D,b.box.y=A,b.walk(I=>{I.box.x+=M,I.box.y+=P+L,I.box.baseline!==void 0&&(I.box.baseline+=P+L)},!1),b.box.borderBoxWidth=w,b.box.borderBoxHeight=S,k("layout","trace","Positioning table cell",{row:p,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 p=0;p<o.length;p++){let h=o[p];h&&(h.box.x=x.box.x,h.box.y=x.box.y+m[p],h.box.contentWidth=c,h.box.contentHeight=f[p],h.box.borderBoxWidth=c,h.box.borderBoxHeight=f[p])}x.box.contentHeight=m[a],x.box.borderBoxWidth=x.box.contentWidth+Y0(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 f of r)if(!(f.remainingRows<=0)){for(;d.length<f.colStart+f.colSpan;)d.push(null);for(let l=0;l<f.colSpan;l++)d[f.colStart+l]=f.cell;f.remainingRows--}let c=0;for(let f of s.children)if(f.style.display==="table-cell"){for(;d[c];)c++;let l=Math.max(1,f.tableColSpan??1),u=Math.max(1,f.tableRowSpan??1);for(f.tableColSpan=l,f.tableRowSpan=u,f.tableCellOrigin={row:o,col:c};d.length<c+l;)d.push(null);for(let m=0;m<l;m++)d[c+m]=f;u>1&&r.push({colStart:c,colSpan:l,remainingRows:u-1,cell:f}),c+=l}e.push(d);for(let f=r.length-1;f>=0;f--)r[f].remainingRows<=0&&r.splice(f,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 c=Y0(s,e),f=d+c,l=Math.min(this.cellColSpan(s),n-i);if(l===1)r[i]=Math.max(r[i],f);else{let u=f/l;for(let m=0;m<l;m++)r[i+m]=Math.max(r[i+m],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,c)=>d+c,0);return s>0?r.map((d,c)=>d+a*(i[c]/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 Ft=class{canLayout(){return!0}layout(x,e){x.box.contentWidth=0,x.box.contentHeight=0,x.box.borderBoxWidth=0,x.box.borderBoxHeight=0}};var Bt=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"}),c=v(x.style.borderTop,n,{auto:"zero"}),f=v(x.style.borderBottom,n,{auto:"zero"}),l=v(x.style.marginLeft,n,{auto:"zero"}),u=v(x.style.marginRight,n,{auto:"zero"}),m=v(x.style.marginTop,n,{auto:"zero"}),p=v(x.style.marginBottom,n,{auto:"zero"}),h=r+o+s+d,b=a+i+c+f,g=Q3(x),y=new rx,w=x.box.y,S=Math.max(n,0),R=wt.layout({container:x,inlineNodes:g,context:e,floatContext:y,contentX:x.box.x+s+r,contentWidth:S,startY:w}),T=xl(g,n,x.box.x+s+r),L=Math.max(y.bottom("left"),y.bottom("right")),D=Math.max(R.newCursorY,L)-w;x.box.contentWidth=Math.max(0,T),x.box.contentHeight=Math.max(0,D),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+m+p,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+w0(x.style))}};function Q3(t){let x=[];for(let e of t.children)e.style.display!=="none"&&e.style.float==="none"&&J3(e.style.display)&&x.push(e);return x}function J3(t){switch(t){case"inline":case"inline-block":case"inline-flex":case"inline-grid":case"inline-table":return!0;default:return!1}}function xl(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"}),c=v(o.style.borderLeft,x,{auto:"zero"}),f=v(o.style.borderRight,x,{auto:"zero"}),l=o.box.x-s-c-a,u=o.box.contentWidth+s+d+c+f+a+i,m=l-e,p=m+u;n=Math.min(n,m),r=Math.max(r,p)}return!Number.isFinite(n)||!Number.isFinite(r)?0:Math.max(0,r-n)}var At=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 Mt=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=j0(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"}),c=v(x.style.paddingRight,r,{auto:"zero"}),f=v(x.style.paddingTop,o,{auto:"zero"}),l=v(x.style.paddingBottom,o,{auto:"zero"}),u=v(x.style.borderLeft,r,{auto:"zero"}),m=v(x.style.borderRight,r,{auto:"zero"}),p=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+c+u+m,R=f+l+p+h,T=Math.max(0,r-Y0(x,r)-Ax(x,r)),L=x.style.width!=="auto"&&x.style.width!==void 0,D=x.style.height!=="auto"&&x.style.height!==void 0,A=s?a:T,E=s?i:0;if(L){let P=v(x.style.width,r,{auto:"reference"});Number.isFinite(P)&&P>0&&(A=P)}if(D){let P=v(x.style.height,o,{auto:"reference"});Number.isFinite(P)&&P>0&&(E=P)}if(s)if(L&&!D){let P=a>0?A/a:1;E=Math.max(1,Math.round(i*P))}else if(!L&&D){let P=i>0?E/i:1;A=Math.max(1,Math.round(a*P))}else!L&&!D&&(A=a,E=i);if(!L&&T>0&&A>T)if(s&&A>0){let P=T/A;A=T,E=Math.max(1,Math.round(E*P))}else A=T;let F=s&&!D,M=s&&!L;if(x.style.maxWidth!==void 0&&!M0(x.style.maxWidth)){let P=v(x.style.maxWidth,r,{auto:"reference"});if(Number.isFinite(P)&&P>0&&A>P){if(F&&A>0){let I=P/A;E=Math.max(1,Math.round(E*I))}A=P}}if(x.style.minWidth!==void 0&&!M0(x.style.minWidth)){let P=v(x.style.minWidth,r,{auto:"zero"});if(Number.isFinite(P)&&P>0&&A<P){if(F&&A>0){let I=P/A;E=Math.max(1,Math.round(E*I))}A=P}}if(x.style.maxHeight!==void 0&&!M0(x.style.maxHeight)){let P=v(x.style.maxHeight,o,{auto:"reference"});if(Number.isFinite(P)&&P>0&&E>P){if(M&&E>0){let I=P/E;A=Math.max(1,Math.round(A*I))}E=P}}if(x.style.minHeight!==void 0&&!M0(x.style.minHeight)){let P=v(x.style.minHeight,o,{auto:"zero"});if(Number.isFinite(P)&&P>0&&E<P){if(M&&E>0){let I=P/E;A=Math.max(1,Math.round(A*I))}E=P}}if((!Number.isFinite(A)||A<=0)&&(A=Math.max(T,s?a:0)),!Number.isFinite(E)||E<=0)if(s&&A>0&&a>0){let P=A/a;E=Math.max(1,Math.round(i*P))}else E=A;if(x.box.contentWidth=Math.max(0,A),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>T&&T>0){let P=T/x.box.contentWidth;x.box.contentWidth=T,x.box.contentHeight=Math.max(1,Math.round(x.box.contentHeight*P)),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 n7=200,zi=34,el=300,tl=100,nl=40,rl=34,Gi=16,kt=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=j0(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=Gi,i=Gi):l==="hidden"?(a=0,i=0):(a=v(x.style.width,n.width,{auto:n7}),i=v(x.style.height,n.height,{auto:zi}));break}case"select":a=v(x.style.width,n.width,{auto:n7}),i=v(x.style.height,n.height,{auto:rl});break;case"textarea":{a=v(x.style.width,n.width,{auto:el});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:tl}),i=v(x.style.height,n.height,{auto:nl});break;default:a=n7,i=zi}x.box.contentWidth=Math.max(0,a),x.box.contentHeight=Math.max(0,i);let s=Y0(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 c=v(x.style.marginLeft,n.width,{auto:"zero"}),f=v(x.style.marginRight,n.width,{auto:"zero"});x.box.usedMarginLeft=c,x.box.usedMarginRight=f,x.box.marginBoxWidth=x.box.borderBoxWidth+c+f,x.box.marginBoxHeight=x.box.borderBoxHeight+c+f,Qe(x)}};function ji(){let t=[new _e,new Mt,new kt,new Bt,new St,new Ct,new Tt,new Pt,new Ft];return new Ve({strategies:t})}function It(t,x,e=null){return ji().layoutTree(t,x,e)}var a6={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 I0(t){if(!t)return;let x=t.trim().toLowerCase();if(x in a6&&(x=a6[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=E6(r[0]+r[0]),d=E6(r[1]+r[1]),c=E6(r[2]+r[2]);return{r:s,g:d,b:c,a:1}}let o=E6(r.slice(0,2)),a=E6(r.slice(2,4)),i=E6(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=r7(Number.parseFloat(r[0])),a=r7(Number.parseFloat(r[1])),i=r7(Number.parseFloat(r[2])),s=r[3]!==void 0?o7(Number.parseFloat(r[3])):1;return{r:o,g:a,b:i,a:s}}}function E6(t){return Number.parseInt(t,16)}function r7(t){return Number.isNaN(t)?0:t>255?255:t<0?0:t}function o7(t){return Number.isNaN(t)||t>1?1:t<0?0:t}function fe(t){return{r:t.r,g:t.g,b:t.b,a:t.a}}function Nt(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=ol(t,x);return r!==null&&(n=r),n}function ol(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,c=n==="row-reverse";switch(r){case"center":return s+i/2;case"flex-end":case"end":case"right":return c?s:d-a;case"flex-start":case"start":case"left":return c?d-a:s;default:return null}}function Vi(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 al(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 al(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 a7(t,x){let e=[],n=t.style.boxShadows??[];for(let r of n){let o=_i(r.color,t.style.color,x);o&&e.push({inset:r.inset,offsetX:r.offsetX,offsetY:r.offsetY,blur:Xi(r.blurRadius),spread:r.spreadRadius??0,color:o})}return e}function D6(t,x){let e=[],n=t.style.textShadows??[];for(let r of n){let o=r.offsetX??0,a=r.offsetY??0,i=Xi(r.blurRadius??0),s=_i(r.color,t.style.color,x);s&&e.push({inset:!1,offsetX:o,offsetY:a,blur:i,spread:0,color:s})}return e}function _i(t,x,e){if(!t||t.trim().length===0)return fe(e);let n=t.trim().toLowerCase();if(n==="transparent")return;if(n==="currentcolor"){let o=I0(x);return fe(o??e)}let r=I0(t);return r?fe(r):fe(e)}function il(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 Yi(t,x,e){let n=sl(x);for(let r of e){if(r.inset)continue;let o=il(x,r);o&&dl(n,o)}return n}function Xi(t){return Number.isFinite(t)?t<0?0:t:0}function sl(t){return{x:t.x,y:t.y,width:t.width,height:t.height}}function dl(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 qi(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 Zi(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:Ki(t.box.borderBoxWidth,t.box.contentWidth+n.left+n.right+r.left+r.right),height:Ki(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 Ki(t,x){return t>0?t:x}function Et(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=cl(t);return o&&(n.color=o),n}function cl(t){let x=t.textDecorationColor;if(x){if(x.toLowerCase()==="currentcolor")return I0(t.color);let e=I0(x);if(e)return e}return I0(t.color)}function es(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=ns(a,x);i&&(n.gradient=i)}else if(a.kind==="image"&&n.image===void 0){let i=fl(a,x);i&&(n.image=i)}}}let r=I0(t.style.backgroundColor||void 0);return r&&(n.color=r),n}function ts(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=ns(r,x);if(o)return o}}}function fl(t,x){if(!t.imageInfo)return;let e=rs(t,x),n=ll(t.size,e,t.imageInfo);if(n.width<=0||n.height<=0)return;let r=os(t.position,e,n.width,n.height);return{image:yl(t,t.imageInfo),rect:{x:r.x,y:r.y,width:n.width,height:n.height},repeat:t.repeat??"repeat",originRect:e}}function ns(t,x){let e=rs(t,x),n=ul(t.size,e);if(n.width<=0||n.height<=0)return;let r=os(t.position,e,n.width,n.height),o={x:r.x,y:r.y,width:n.width,height:n.height},a=bl(t.gradient,o);if(a)return{gradient:a,rect:o,repeat:t.repeat??"no-repeat",originRect:e}}function rs(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 ll(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=W6(t.width,o,n)??W6("auto",o,n),d=W6(t.height,a,r)??W6("auto",a,r);return{width:s??o,height:d??a}}function ul(t,x){if(!t||typeof t=="string")return{width:x.width,height:x.height};let e=W6(t.width,x.width,x.width)??x.width,n=W6(t.height,x.height,x.height)??x.height;return{width:e,height:n}}function os(t,x,e,n){let r=Qi(t?.x,x.x,x.width-e,e,"x"),o=Qi(t?.y,x.y,x.height-n,n,"y");return{x:r,y:o}}function Qi(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 W6(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 bl(t,x){if(t)return ml(t)?pl(t,x):t}function ml(t){return t.type==="radial"}function pl(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=Ji(t.at?.x,x.width,(t.cx??.5)*x.width,"x"),r=Ji(t.at?.y,x.height,(t.cy??.5)*x.height,"y"),o=hl(t.size,t.shape,x.width,x.height,n,r,t.r),a=Math.max(x.width,x.height,1);return{...t,cx:i7(n/x.width),cy:i7(r/x.height),r:i7(o/a),coordsUnits:"ratio"}}function Ji(t,x,e,n){if(!Number.isFinite(x)||x<=0)return e;if(!t)return le(xs(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 le(a/100*x,0,x)}if(r.endsWith("px")){let a=Number.parseFloat(r);if(Number.isFinite(a))return le(a,0,x)}let o=Number.parseFloat(r);return Number.isFinite(o)?le(o,0,x):le(xs(e),0,x)}function hl(t,x,e,n,r,o,a){let i=Math.max(r,0),s=Math.max(e-r,0),d=Math.max(o,0),c=Math.max(n-o,0),f=Math.min(i,s,d,c),l=Math.max(i,s,d,c),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))],m=Math.min(...u),p=Math.max(...u),h=typeof t=="string"?t.toLowerCase():void 0;if(h==="closest-side")return f;if(h==="farthest-side")return l;if(h==="closest-corner")return m;if(h==="farthest-corner"||h===void 0)return p;let b=gl(t,Math.max(e,n));return b!==void 0?b:Number.isFinite(a)?a*Math.max(e,n):p}function gl(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 le(t,x,e){return!Number.isFinite(t)||t<x?x:t>e?e:t}function xs(t){return Number.isFinite(t)?t:0}function i7(t){return!Number.isFinite(t)||t<0?0:t>1?1:t}function yl(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 is(t,x){let e=t.style.clipPath;if(!e||e.type!=="polygon"||!e.points.length)return;let n=wl(e.referenceBox,x);if(!n||n.width<=0||n.height<=0)return;let r=e.points.map(o=>{let a=as(o.x,n.width),i=as(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 wl(t,x){switch(t){case"padding-box":return x.paddingBox;case"content-box":return x.contentBox;case"border-box":default:return x.borderBox}}function as(t,x){return t.unit==="percent"?t.value*x:t.value}function ue(){return{a:1,b:0,c:0,d:1,e:0,f:0}}function N0(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 i6(t,x,e){return{x:t.a*x+t.c*e+t.e,y:t.b*x+t.d*e+t.f}}function s7(t,x){let e=N0(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=ue(),r=!1;for(;(e=x.exec(t))!==null;){let o=e[1].toLowerCase(),a=Sl(e[2]),i=Rl(o,a);i&&(n=N0(n,i),r=!0)}return r?n:null}function Rl(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=N0(s,N0(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 Sl(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 ss(t,x,e){let n=[],r=x??{r:0,g:0,b:0,a:1},o=Nt(t)??t.style.textAlign,a=e??Et(t.style),i=t.style.fontFamily??"sans-serif",s=t.style.fontSize,d=t.style.fontWeight,c=t.style.fontStyle,f=t.style.fontVariant,l=t.style.letterSpacing;if(t.inlineRuns&&t.inlineRuns.length>0){for(let u of t.inlineRuns){let m=o==="justify"&&!u.isLastLine,p,h=u.targetWidth??u.lineWidth??u.width,b=u.lineWidth??u.width;if(m&&u.spaceCount>0){let T=Math.max(h-b,0);T>0&&(p=T/u.spaceCount)}let g=u.text.split("").reduce((T,L)=>L===" "?T+1:T,0),y=g>0&&p!==void 0?g*p:0,w=u.width+y,S=D6(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:c,fontVariant:f,fill:r,letterSpacing:l,lineMatrix:R,wordSpacing:p,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=w0(t.style),m=t.parent&&(t.parent.tagName==="td"||t.parent.tagName==="th"),p=Math.max(m?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??O0(S,t.style),T=y*u,L=h+T+s,D;if(g&&y<t.lineBoxes.length-1){let I=w.spaceCount??0;if(I>0){let W=w.targetWidth??p??R,H=Math.max(W-R,0);H>0&&(D=H/I)}}let A=w.targetWidth??R,E=D!==void 0&&D!==0&&A>0?Math.max(A,R):Math.max(R,0),F=t.box.x;if(E>0&&Number.isFinite(p)&&p>0){let I=Math.max(p-E,0);o==="center"?F=t.box.x+I/2:(o==="right"||o==="end")&&(F=t.box.x+I)}let M=D6(t,r),P={a:1,b:0,c:0,d:1,e:F,f:L};n.push({text:S,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:c,fontVariant:f,fill:r,letterSpacing:l,lineMatrix:P,wordSpacing:D,decorations:a?{...a}:void 0,advanceWidth:E,textShadows:M})}return n}if(t.textContent){let u=t.textContent,p=Px(u,t.style.textTransform).normalize("NFC"),h=t.box.baseline>0?t.box.baseline:t.box.y+t.box.contentHeight,b=Math.max(O0(p,t.style),0),g=$i(t,b,o),y=D6(t,r);return[{text:p,fontFamily:i,fontSize:s,fontWeight:d,fontStyle:c,fontVariant:f,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 ls(t,x,e,n){let r=Tl(t);if(!r||r==="none")return;let o=vl(t),a=Cl(r,o);if(!a)return;let i=us(e),s=t.style.fontFamily??"sans-serif",d=t.style.fontSize,c=t.style.fontWeight,f=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,m=Math.max(O0(a,t.style),0),p=Math.max(d*.5,6),h=u-p-m;return{text:a,fontFamily:s,fontSize:d,fontWeight:c,fill:f,lineMatrix:{a:1,b:0,c:0,d:1,e:h,f:l},advanceWidth:m+p}}function us(t){for(let x of t){if(x.textRuns.length>0)return x.textRuns[0];let e=us(x.children);if(e)return e}}function vl(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 bs={disc:"\u2022",circle:"\u25E6",square:"\u25AA"},Ll=bs.disc;function Cl(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`${ds(x).toLowerCase()}.`;case"upper-alpha":return`${ds(x).toUpperCase()}.`;case"lower-roman":{let n=cs(x);return n?`${n.toLowerCase()}.`:`${x}.`}case"upper-roman":{let n=cs(x);return n?`${n.toUpperCase()}.`:`${x}.`}case"disc":case"circle":case"square":return bs[e];default:return Ll}}function ds(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 cs(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 Tl(t){let x=fs(t.style.listStyleType);if(x==="none")return"none";if(x&&x!=="disc")return x;let e=t.parent;if(e){let n=fs(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 fs(t){if(!t)return;let x=t.trim().toLowerCase();return x.length>0?x:void 0}function ps(t){let{node:x,children:e,borderBox:n,contentBox:r,textColor:o,decorations:a,transform:i,fallbackColor:s,fontResolver:d,textGradient:c}=t,f=ss(x,o,a);if(d&&Fl(f,d),x.tagName==="li"){let l=ls(x,r,e,o??s);l&&f.unshift(l)}if(c)for(let l of f)l.textGradient=c;return i&&f.length>0&&Pl(f,i,n),f}function Pl(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=ms(-i,-s),c=ms(i,s);for(let f of t){let l=f.lineMatrix??{a:1,b:0,c:0,d:1,e:0,f:0},u=N0(d,l),m=N0(x,u);f.lineMatrix=N0(c,m)}}function ms(t,x){return{a:1,b:0,c:0,d:1,e:t,f:x}}function Fl(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=s6(n,e.text,e.fontSize,e.letterSpacing??0);e.wordSpacing!==void 0&&r.positions.length>0&&d6(r,e.text,e.wordSpacing),e.glyphs=r}catch(n){console.warn(`Failed to create GlyphRun for text "${e.text}": ${n}`)}}function s6(t,x,e,n){let r=[],o=[],a=0,i=t.metrics.kerning,s=t.metrics.metrics.unitsPerEm,d=null;for(let c=0;c<x.length;c++){let f=x.codePointAt(c)??0,l=t.metrics.cmap.getGlyphId(f);r.push(l);let m=t.metrics.glyphMetrics.get(l)?.advanceWidth??0;if(d!==null&&i){let h=Bl(i,d,l);h!==0&&(a+=h/s*e)}let p=m/s*e;o.push({x:a,y:0}),a+=p,c<x.length-1&&(a+=n),f>65535&&c++,d=l}return{font:t,glyphIds:r,positions:o,text:x,fontSize:e,width:a}}function d6(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 Bl(t,x,e){let n=t.get(x);return n?n.get(e)??0:0}function Wt(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:hs(t,o),dpiAssumption:e,css:n,hf:r}}var d7={r:0,g:0,b:0,a:1};function kl(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 Il(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 Nl(t){switch(t){case"hidden":return"hidden";case"scroll":return"scroll";case"auto":return"auto";case"clip":return"clip";default:return"visible"}}function hs(t,x,e){let r=t.customData?.id||`node-${x.counter++}`,{borderBox:o,paddingBox:a,contentBox:i}=Zi(t),s=I0(t.style.color),d=s??d7,c=a7(t,d),f=Yi(t,o,c),l=Vi(t.style,o),u=t.style.transform,m=u?hx(u)??void 0:void 0,p=ts(t,{borderBox:o,paddingBox:a,contentBox:i});p&&k("layout","debug","node has background-clip:text gradient",{tagName:t.tagName,rect:p.rect});let h=p??e,b=t.children.map(P=>hs(P,x,h)),g=qi(t),y=Et(t.style),w=ps({node:t,children:b,borderBox:o,contentBox:i,textColor:s,decorations:y,transform:m??void 0,fallbackColor:s??d7,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=es(t,{borderBox:o,paddingBox:a,contentBox:i}),R=is(t,{borderBox:o,paddingBox:a,contentBox:i}),T=typeof t.style.zIndex=="number"?t.style.zIndex:0,L=typeof t.style.zIndex=="number"&&t.style.position!=="static",D={top:Dt(t.style.borderStyleTop),right:Dt(t.style.borderStyleRight),bottom:Dt(t.style.borderStyleBottom),left:Dt(t.style.borderStyleLeft)},A=Nt(t),E=A==="left"||A==="center"||A==="right"||A==="justify"?A: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(P=>P!==void 0)?{...t.customData,...F}:void 0;return{id:r,tagName:t.tagName,textContent:t.textContent,kind:kl(t),contentBox:i,paddingBox:a,borderBox:o,visualOverflow:f,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:Nl(t.style.overflowX??"visible"),textRuns:w,decorations:y??{},textShadows:D6(t,d),boxShadows:a7(t,s??d7),establishesStackingContext:L,zIndexComputed:T,positioning:Il(t.style),children:b,links:[],borderColor:I0(t.style.borderColor),borderStyle:D,color:s,background:S,clipPath:R,image:g,customData:M,textAlign:E,transform:m}}function Dt(t){if(!t)return"solid";let x=t.toLowerCase();return x==="dashed"||x==="dotted"||x==="double"?x:x==="none"||x==="hidden"?"none":"solid"}var Ot=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 Ht=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())}},Ut=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}},zt=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())}},Gt=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())}},jt=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}},Vt=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 El=(()=>{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})(),c7=(()=>{let t=new Map;for(let x=0;x<=255;x++){let e=El[x];t.has(e)||t.set(e,x)}return t})();function Dl(t){let x="",e=0,n=[];for(let r of t){let o=r.codePointAt(0);if(o===void 0)continue;let a=c7.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 f7(t){return t.replace(/([()\\])/g,"\\$1")}function gx(t,x="WinAnsi"){let e=t,n=x==="WinAnsi"?Dl(t):t;return k("encoding","trace","PdfText transformation",{scheme:x,before:e,after:n}),f7(n)}function Q0(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 be(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 _t(t){return typeof t=="number"?me(t):typeof t=="string"?t:Array.isArray(t)?`[${t.map(x=>_t(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} ${_t(n)}`).join(" ")} >>`:"null"}function gs(t){let x=["<<","/Type /Font","/Subtype /Type1",`/BaseFont /${vs(t)}`];return Wl(t)||x.push("/Encoding /WinAnsiEncoding"),x.push(">>"),x.join(`
22
+ `)}function ys(t){let x=Ol(t),e=me(x);return["<<","/Type /ExtGState",`/ca ${e}`,`/CA ${e}`,">>"].join(`
23
+ `)}function Yt(t,x=[]){let e=typeof t=="string"?Q0(t):new Uint8Array(t),n=[`/Length ${e.length}`,...x].join(" "),r=Q0(`<< ${n} >>
24
24
  stream
25
25
  `),o=Q0(`
26
- endstream`);return me([r,e,o])}function vs(t){let x=[];if(t.title){let e=yx(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=yx(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=yx(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=yx(e);k("pdf","debug","serializing metadata keywords",{keywords:e.slice(0,50),encoded:n}),x.push(`/Keywords (${n})`)}if(t.producer){let e=yx(t.producer);k("pdf","debug","serializing metadata producer",{producer:t.producer.slice(0,50),encoded:e}),x.push(`/Producer (${e})`)}return`<< ${x.join(" ")} >>`}function Ls(t,x,e){let n=[`/Size ${t}`,`/Root ${x.objectNumber} 0 R`];return e&&n.push(`/Info ${e.objectNumber} 0 R`),`<< ${n.join(" ")} >>`}function Cs(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 Ts(t){return t.replace(/[^!-~]/g,"")}function Hl(t){let x=Ts(t).toLowerCase();return x==="symbol"||x==="zapfdingbats"}function Ps(t){return!!(t.title||t.author||t.subject||t.keywords?.length||t.producer)}function Ul(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}var qt=class{constructor(x={}){this.metadata=x;this.pages=[];this.refManager=new Ht;this.fontRegistry=new Ut;this.imageRegistry=new zt;this.extGStateRegistry=new Gt;this.shadingRegistry=new jt;this.patternRegistry=new $t;this.objectRegistry=new Vt;this.streamRegistry=new _t}addPage(x){this.pages.push(x)}finalize(){let x=[],e=Q0(`%PDF-1.4
28
- `),n=(s,d)=>{let c=this.refManager.ensureRefNumber(d??{objectNumber:0}),f;if(typeof s=="string")f=Q0(s);else if(s instanceof Uint8Array)f=s;else{let l=Yt(s);f=Q0(l)}return x.push({ref:c,body:f}),c};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(Rs(e.baseFont),e.objectRef)}buildExtGStates(x){for(let e of this.extGStateRegistry.getAll())e.ref=x(Ss(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=Xt(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=Xt(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(Xt(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(f=>`${f.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(`
26
+ endstream`);return be([r,e,o])}function ws(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 Rs(t,x,e){let n=[`/Size ${t}`,`/Root ${x.objectNumber} 0 R`];return e&&n.push(`/Info ${e.objectNumber} 0 R`),`<< ${n.join(" ")} >>`}function Ss(t){return`${t.toString().padStart(10,"0")} 00000 n
27
+ `}function me(t){return Number.isInteger(t)?t.toString():t.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function vs(t){return t.replace(/[^!-~]/g,"")}function Wl(t){let x=vs(t).toLowerCase();return x==="symbol"||x==="zapfdingbats"}function Ls(t){return!!(t.title||t.author||t.subject||t.keywords?.length||t.producer)}function Ol(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}var Xt=class{constructor(x={}){this.metadata=x;this.pages=[];this.refManager=new Ot;this.fontRegistry=new Ht;this.imageRegistry=new Ut;this.extGStateRegistry=new zt;this.shadingRegistry=new Gt;this.patternRegistry=new jt;this.objectRegistry=new $t;this.streamRegistry=new Vt}addPage(x){this.pages.push(x)}finalize(){let x=[],e=Q0(`%PDF-1.4
28
+ `),n=(s,d)=>{let c=this.refManager.ensureRefNumber(d??{objectNumber:0}),f;if(typeof s=="string")f=Q0(s);else if(s instanceof Uint8Array)f=s;else{let l=_t(s);f=Q0(l)}return x.push({ref:c,body:f}),c};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(gs(e.baseFont),e.objectRef)}buildExtGStates(x){for(let e of this.extGStateRegistry.getAll())e.ref=x(ys(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=Yt(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=Yt(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(Yt(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(f=>`${f.objectNumber} 0 R`).join(" ")}]`:"",d=["<<","/Type /Page",`/MediaBox [0 0 ${me(n.width)} ${me(n.height)}]`,i,s,`/Contents ${r.objectNumber} 0 R`,">>"].filter(Boolean).join(`
29
29
  `),c=x(d);e.push(c)}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
- `))}buildMetadata(x){return Ps(this.metadata)?x(vs(this.metadata)):null}assemblePdf(x,e,n,r){let o=[`0000000000 65535 f
31
+ `))}buildMetadata(x){return Ls(this.metadata)?x(ws(this.metadata)):null}assemblePdf(x,e,n,r){let o=[`0000000000 65535 f
32
32
  `],a=[x],i=x.length;for(let f of e){let l=Q0(`${f.ref.objectNumber} 0 obj
33
33
  `),u=Q0(`
34
34
  endobj
35
- `),m=me([l,f.body,u]);o.push(Cs(i)),a.push(m),i+=m.length}let s=i,d=this.refManager.getObjectCount(),c=Q0(`xref
35
+ `),m=be([l,f.body,u]);o.push(Ss(i)),a.push(m),i+=m.length}let s=i,d=this.refManager.getObjectCount(),c=Q0(`xref
36
36
  0 ${d}
37
37
  ${o.join("")}trailer
38
- ${Ls(d,n,r)}
38
+ ${Rs(d,n,r)}
39
39
  startxref
40
40
  ${s}
41
41
  %%EOF
42
- `);return a.push(c),me(a)}};var U6=class{constructor(x={}){this.builder=new qt(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=Fs(t.hf,x,"header"),n=Fs(t.hf,x,"footer"),r=Bs(e),o=Bs(n),a=As(e),i=As(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 Ms(t.header,x,e)}function h7(t,x,e){return Ms(t.footer,x,e)}function Fs(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 Bs(t){let x=[t.defaultVariant?.maxHeightPt??0,t.firstVariant?.maxHeightPt??0,t.evenVariant?.maxHeightPt??0,t.oddVariant?.maxHeightPt??0];return Math.max(...x)}function As(t){let x=[t.defaultVariant?.maxHeightPx??0,t.firstVariant?.maxHeightPx??0,t.evenVariant?.maxHeightPx??0,t.oddVariant?.maxHeightPx??0];return Math.max(...x)}function Ms(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 ks=new Map;function O(t,x){ks.set(t,x)}function Is(t){return ks.get(t)}function Ns(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 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"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 Ds(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 Ws(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 Hs(t,x){x.display=Ns(t)}function Us(t,x){let e=Es(t);e!==void 0&&(x.justifyContent=e)}function zs(t,x){let e=y7(t);e!==void 0&&(x.alignItems=e)}function Gs(t,x){let e=Ds(t);e!==void 0&&(x.alignContent=e)}function js(t,x){let e=Ws(t);e!==void 0&&(x.alignSelf=e)}function $s(t,x){let e=Os(t);e!==void 0&&(x.flexDirection=e)}function Vs(t,x){let e=t.trim().toLowerCase();e==="nowrap"?x.flexWrap=!1:(e==="wrap"||e==="wrap-reverse")&&(x.flexWrap=!0)}function _s(t,x){x.color=t}function Ys(t,x){x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"color",color:t})}function Xs(t){if(!Number.isFinite(t??NaN))return 0;let x=Number(t);return x>0?x:0}function Kt(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 P0(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 Ks(t){let x=P0(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]:Q(t)}function Zs(t){let x=t.trim();if(!x)return null;let[e,n]=x.split("/").map(a=>a.trim()),r=qs(e);if(!r)return null;let o=n?qs(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=P0(e);if(r.length===0)return;let o=Zt(r[0]),a;if(n){let i=P0(n);a=Zt(i[0])}else r.length>1?a=Zt(r[1]):a=o;return{x:o,y:a}}function Zt(t){let x=Q(t);return x===void 0?0:typeof x=="number"?Xs(x):x}function qs(t){if(!t)return null;let x=P0(t);if(x.length===0)return null;let e=x.map(n=>Zt(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 Qs(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=P0(t);if(x.length===0)return null;let e=!1,n=[],r;for(let c of x){if(c.toLowerCase()==="inset"){e=!0;continue}let l=Q(c);if(l!==void 0){n.push(l);continue}if(r===void 0&&jl(c)){r=c;continue}}if(n.length<2)return null;let o=(c,f=!1)=>c===void 0?0:typeof c=="number"&&f?Kt(c):c,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 q0(t,x,e,n){let r=Ks(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 Js(t,x){let e=P0(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 xd(t,x){let e=P0(t);e.length!==0&&x(e[0]?.toLowerCase())}function ge(t){let x=P0(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=P0(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 ed(t,x){Js(t,e=>{x.borderColor=e})}function td(t,x){let e=Qs(t);e!==void 0&&(x.boxShadows=e)}function nd(t,x){q0(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 rd(t,x){q0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function od(t,x){q0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function ad(t,x){q0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function id(t,x){q0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function sd(t,x){let e=Zs(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 dd(t,x){let e=he(t);e&&(x.borderTopLeftRadiusX=e.x,x.borderTopLeftRadiusY=e.y)}function cd(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 ld(t,x){let e=he(t);e&&(x.borderBottomLeftRadiusX=e.x,x.borderBottomLeftRadiusY=e.y)}function ud(t,x){G6(t,(e,n,r,o)=>{x.borderTop=e,x.borderRight=n,x.borderBottom=r,x.borderLeft=o},u6)}function bd(t,x){x.borderTop=u6(t)??x.borderTop}function md(t,x){x.borderRight=u6(t)??x.borderRight}function pd(t,x){x.borderBottom=u6(t)??x.borderBottom}function hd(t,x){x.borderLeft=u6(t)??x.borderLeft}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){t.trim()&&(x.borderColor=t.trim())}function Sd(t,x){xd(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 vd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleTop=e,ge(t)&&(x.borderTop=0))}function Ld(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleRight=e,ge(t)&&(x.borderRight=0))}function Cd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleBottom=e,ge(t)&&(x.borderBottom=0))}function Td(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleLeft=e,ge(t)&&(x.borderLeft=0))}function Pd(t,x){let e=t.trim().toLowerCase();x.borderModel=e==="collapse"?"collapse":"separate"}function Fd(t,x){q0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function Bd(t,x){q0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function Ad(t,x){q0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function Md(t,x){q0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function kd(t,x){G6(t,(e,n,r,o)=>{x.marginTop=e,x.marginRight=n,x.marginBottom=r,x.marginLeft=o})}function Id(t,x){x.marginTop=Q(t)??x.marginTop}function Nd(t,x){x.marginRight=Lx(t)??x.marginRight}function Ed(t,x){x.marginBottom=Q(t)??x.marginBottom}function Dd(t,x){x.marginLeft=Lx(t)??x.marginLeft}function Wd(t,x){x.marginTop=Q(t)??x.marginTop}function Od(t,x){x.marginBottom=Q(t)??x.marginBottom}function Hd(t,x){x.marginLeft=Lx(t)??x.marginLeft}function Ud(t,x){x.marginRight=Lx(t)??x.marginRight}function zd(t,x){G6(t,(e,n,r,o)=>{x.paddingTop=e,x.paddingRight=n,x.paddingBottom=r,x.paddingLeft=o},Q)}function Gd(t,x){x.paddingTop=Q(t)??x.paddingTop}function jd(t,x){x.paddingRight=Q(t)??x.paddingRight}function $d(t,x){x.paddingBottom=Q(t)??x.paddingBottom}function Vd(t,x){x.paddingLeft=Q(t)??x.paddingLeft}function _d(t,x){x.paddingTop=Q(t)??x.paddingTop}function Yd(t,x){x.paddingBottom=Q(t)??x.paddingBottom}function Xd(t,x){x.paddingLeft=Q(t)??x.paddingLeft}function qd(t,x){x.paddingRight=Q(t)??x.paddingRight}var $l=/^(-?\d+(?:\.\d+)?)%$/;function j6(t){let x=Q(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 Kd(t,x){let e=j6(t);e!==void 0&&(x.width=e)}function Zd(t,x){let e=j6(t);e!==void 0&&(x.minWidth=e)}function Qd(t,x){let e=j6(t);e!==void 0&&(x.maxWidth=e)}function Jd(t,x){let e=j6(t);e!==void 0&&(x.height=e)}function xc(t,x){let e=j6(t);e!==void 0&&(x.minHeight=e)}function ec(t,x){let e=j6(t);e!==void 0&&(x.maxHeight=e)}function tc(t,x){x.fontSize=We(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=Q(x);if(n!==void 0)return{kind:"length",value:n}}function nc(t,x){let e=Vl(t);e&&(x.lineHeight=e)}function rc(t,x){let e=t.trim();e.toLowerCase()==="auto"?x.zIndex="auto":/^-?\d+$/.test(e)&&(x.zIndex=Number.parseInt(e,10))}function oc(t,x){let e=t.trim().toLowerCase();e!=="inherit"&&(e==="normal"||e==="small-caps")&&(x.fontVariant=e)}function ac(t,x){x.fontVariantNumeric=oa(t)}function ic(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 sc(t,x,e,n){let r=re(t,n);r!==void 0&&(x.fontWeight=r)}function dc(t,x){x.fontFamily=t}var _l=/^(-?\d+(?:\.\d+)?)%$/;function Qt(t){let x=t.trim();if(!x)return;if(x.toLowerCase()==="auto")return"auto";let e=Q(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 cc(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 fc(t,x){let e=Qt(t);e!==void 0&&(x.top=e)}function lc(t,x){let e=Qt(t);e!==void 0&&(x.right=e)}function uc(t,x){let e=Qt(t);e!==void 0&&(x.bottom=e)}function bc(t,x){let e=Qt(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 mc(t,x){x.textAlign=t.toLowerCase()}function pc(t,x){let e=S7(t);e!==void 0&&(x.textDecorationLine=e);let n=Cc(t);n&&(x.textDecorationStyle=n);let r=Kl(t);r&&(x.textDecorationColor=r)}function hc(t,x){let e=S7(t);e!==void 0&&(x.textDecorationLine=e)}function gc(t,x){let e=t.trim();e&&(x.textDecorationColor=e)}function yc(t,x){let e=Cc(t);e&&(x.textDecorationStyle=e)}function wc(t,x){x.float=t}function Rc(t,x){let e=L6(t);e!==void 0&&(x.textIndent=e)}function Sc(t,x){let e=t.trim().toLowerCase();if(e==="initial"){x.textTransform="none";return}if(Lc.has(e))return;let n=Yl[e];n&&(x.textTransform=n)}function vc(t,x){let e=t.trim().toLowerCase();if(!e)return;if(e==="normal"){x.letterSpacing=0;return}if(Lc.has(e))return;let n=We(t);n!==void 0&&(x.letterSpacing=n)}var Yl={none:"none",uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize"},Lc=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 Cc(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 Tc(t){switch(t){case"normal":return"normal";case"anywhere":return"anywhere";case"break-word":return"break-word";default:return}}function Pc(t,x){if(!t)return;let e=Tc(t.trim().toLowerCase());e&&(x.overflowWrap=e)}function Fc(t,x){if(!t)return;let e=Tc(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 Bc(t,x){let e=Zl(t);e!==void 0&&(x.textShadows=e)}function Ql(t){let x=P0(t);if(x.length===0)return null;let e=[],n;for(let s of x){let d=Q(s);if(d!==void 0){e.push(d);continue}if(n===void 0){let c=s.toLowerCase();if(Jl(c)){n=s;continue}}}if(e.length<2)return null;let r=(s,d=!1)=>s===void 0?0:typeof s=="number"&&d?Kt(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 Ac(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 Mc(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+=`
43
- `,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 wx(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 c=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=>c===u)||c.endsWith("deg")?(n=c,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 c=kc(d);c&&s.push(c)}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=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 c of d){if(!c.trim())continue;let f=kc(c);f&&s.push(f)}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 kc(t){let x=P0(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(c=>c.toLowerCase()==="at"),r=n===-1?e:e.slice(0,n),o=n===-1?[]:e.slice(n+1),a,i;for(let c of r){let f=c.toLowerCase();if(f==="circle"||f==="ellipse"){a=f;continue}if(au(f)){i=f;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:Jt(n,"y")}:{x:Jt(n,"x"),y:"50%"}}let x=t[0],e=t[1];return{x:Jt(x,"x"),y:Jt(e,"y")}}function Jt(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 Wx(t){return L7(t)??t.trim()}function Ic(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 xn(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 Ec(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=Ic(x,"radial-gradient")??Ic(x,"linear-gradient");if(e){let n=cu(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}:fu(x)}function cu(t){let x=t.trim().toLowerCase(),e=x.startsWith("linear-gradient(")?wx(t):x.startsWith("radial-gradient(")?ye(t):null;return e?{kind:"gradient",gradient:e}:null}function fu(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:Wx(n[0]),height:"auto"}:{width:Wx(n[0]),height:Wx(n[1]??"auto")}}else{let e=t.substring(0,x).trim(),n=t.substring(x+1).trim();return{width:e?Wx(e):"auto",height:n?Wx(n):"auto"}}}var Nc=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 Dc(t,x){b6(t);let e=xn(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:Wx(o[0]),height:"auto"}:r={width:Wx(o[0]),height:Wx(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"):Nc.has(n)?$6("center",n):$6(n,"center");let r=e[1];if(Nc.has(n)){let a=x[1]??"center";return $6(a,n)}return $6(n,r??"center")}function Wc(t,x){b6(t);let e=xn(t),n=mu(x);(e.kind==="image"||e.kind==="gradient")&&(e.position=n)}function Oc(t,x){b6(t);let e=x.trim().toLowerCase();if(!T7(e))return;let n=xn(t);(n.kind==="image"||n.kind==="gradient")&&(n.origin=e)}function Hc(t,x){b6(t);let e=x.trim().toLowerCase();if(!C7(e))return;let n=xn(t);(n.kind==="image"||n.kind==="gradient")&&(n.repeat=e)}var pu=new Set(["border-box","padding-box","content-box","text"]);function Uc(t,x){Dc(x,t)}function zc(t,x){Wc(x,t)}function Gc(t,x){Oc(x,t)}function jc(t,x){Hc(x,t)}function $c(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 Vc(t,x){let e=t.trim(),n=wx(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 _c(t,x){console.log("Processing background property:",t);let e=Ec(t);console.log("Parsed background layers:",e),e.length>0&&(x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push(...e))}function Yc(t,x){let e=t.trim().toLowerCase();["contain","cover","fill","none","scale-down"].includes(e)&&(x.objectFit=e)}function qc(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=Xc(i[0]),d=Xc(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 Xc(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 Qc(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 Kc(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 Zc(t){let x=t.trim().toLowerCase();if(x.startsWith("minmax(")&&x.endsWith(")")){let r=x.slice(7,-1),[o,a]=Qc(r);if(!o||!a)return;let i=Q(o);if(i===void 0)return;let s=Kc(a);if(s!==void 0)return{kind:"flex",flex:s,min:i};let d=Q(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=Kc(x);if(e!==void 0)return{kind:"flex",flex:e};if(x==="auto")return{kind:"auto"};let n=Q(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]=Qc(a);if(!i||!s)return;let d=Zc(s);if(!d)return;let c=i.trim().toLowerCase();if(c==="auto-fit"||c==="auto-fill"){let u={kind:"repeat-auto",mode:c,track:d};e.push(u);continue}let f=Number.parseInt(c,10);if(!Number.isFinite(f)||f<=0)return;let l={kind:"repeat",count:f,track:d};e.push(l);continue}let o=Zc(n);if(!o)return;e.push(o)}return e}function Jc(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=Q(x[0]);if(e===void 0)return;let n=x.length>1?Q(x[1]):void 0;return{row:e,column:n??e}}function xf(t,x){let e=P7(t);e&&(x.trackListColumns=e)}function ef(t,x){let e=P7(t);e&&(x.trackListRows=e)}function tf(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 nf(t,x){let e=Jc(t);e&&(x.rowGap=e.row,x.columnGap=e.column)}function rf(t,x){let e=Q(t);e!==void 0&&(x.rowGap=e)}function of(t,x){let e=Q(t);e!==void 0&&(x.columnGap=e)}function af(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 sf=!1;function df(){sf||(sf=!0,O("display",Hs),O("justify-content",Us),O("align-items",zs),O("align-content",Gs),O("align-self",js),O("flex-direction",$s),O("flex-wrap",Vs),O("color",_s),O("background-color",Ys),O("border-color",ed),O("box-shadow",td),O("border",nd),O("border-top",rd),O("border-right",od),O("border-bottom",ad),O("border-left",id),O("border-radius",sd),O("border-top-left-radius",dd),O("border-top-right-radius",cd),O("border-bottom-right-radius",fd),O("border-bottom-left-radius",ld),O("border-width",ud),O("border-top-width",bd),O("border-right-width",md),O("border-bottom-width",pd),O("border-left-width",hd),O("border-top-color",gd),O("border-right-color",yd),O("border-bottom-color",wd),O("border-left-color",Rd),O("border-style",Sd),O("border-top-style",vd),O("border-right-style",Ld),O("border-bottom-style",Cd),O("border-left-style",Td),O("border-collapse",Pd),O("border-block-start",Fd),O("border-block-end",Bd),O("border-inline-start",Ad),O("border-inline-end",Md),O("margin",kd),O("margin-top",Id),O("margin-right",Nd),O("margin-bottom",Ed),O("margin-left",Dd),O("margin-block-start",Wd),O("margin-block-end",Od),O("margin-inline-start",Hd),O("margin-inline-end",Ud),O("padding",zd),O("padding-top",Gd),O("padding-right",jd),O("padding-bottom",$d),O("padding-left",Vd),O("padding-block-start",_d),O("padding-block-end",Yd),O("padding-inline-start",Xd),O("padding-inline-end",qd),O("width",Kd),O("min-width",Zd),O("max-width",Qd),O("height",Jd),O("min-height",xc),O("max-height",ec),O("font-size",tc),O("line-height",nc),O("z-index",rc),O("font-family",dc),O("font-style",ic),O("font-variant",oc),O("font-variant-numeric",ac),O("font-weight",sc),O("position",cc),O("top",fc),O("right",lc),O("bottom",uc),O("left",bc),O("text-align",mc),O("text-decoration",pc),O("text-decoration-line",hc),O("text-decoration-color",gc),O("text-decoration-style",yc),O("letter-spacing",vc),O("text-indent",Rc),O("text-transform",Sc),O("float",wc),O("overflow-wrap",Pc),O("word-wrap",Fc),O("text-shadow",Bc),O("list-style-type",Ac),O("content",Mc),O("transform",(t,x)=>{x.transform=t}),O("background-size",Uc),O("background-position",zc),O("background-origin",Gc),O("background-repeat",jc),O("background-clip",$c),O("background-image",Vc),O("background",_c),O("object-fit",Yc),O("clip-path",qc),O("grid-template-columns",xf),O("grid-template-rows",ef),O("grid-auto-flow",tf),O("gap",nf),O("row-gap",rf),O("column-gap",of),O("opacity",af))}df();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 cf(t){if(F7.has(t))return F7.get(t);let x=Is(t);return x&&F7.set(t,x),x}function ff(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=cf(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}for(let[i,s]of a){let d=cf(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}}function lf(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 en=class{static resolveInheritedProperties(x,e){return{color:x.color??e.color,fontSize:x.fontSize,lineHeight:z0(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 tn=class{constructor(x,e){this.fontSize=x;this.rootFontSize=e}resolveLengthInput(x){return Ao(x,this.fontSize,this.rootFontSize)}resolveNumberLike(x){return A0(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:A0(x.size,e,n)??0}:x.kind==="flex"?{kind:"flex",flex:x.flex,min:A0(x.min,e,n),max:A0(x.max,e,n)}:{kind:"auto",min:A0(x.min,e,n),max:A0(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:c,paddingLeft:f,borderTop:l,borderRight:u,borderBottom:m,borderLeft:p,...h}=t,b={...h},g=y=>A0(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)),c!==void 0&&(b.paddingBottom=g(c)),f!==void 0&&(b.paddingLeft=g(f)),l!==void 0&&(b.borderTop=g(l)),u!==void 0&&(b.borderRight=g(u)),m!==void 0&&(b.borderBottom=g(m)),p!==void 0&&(b.borderLeft=g(p)),b}function J0(t,x,e,n,r){let o=t.tagName.toLowerCase(),a=te.getDefaultsForElement(o),i=Px.createBaseDefaults(),s=Px.mergeElementDefaults(i,a),d=en.resolveInheritedProperties(e,s),c={},f={};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 V={};for(let[J,n0]of Object.entries(C.declarations))J.startsWith("--")?V[J]=n0:V[J.toLowerCase()]=n0;Object.assign(f,V)}let l=lf(t.getAttribute("style")??"");Object.keys(l).length>0&&k("style","debug","inline style applied",{declarations:l}),Object.assign(f,l);let u=e.customProperties?e.customProperties.clone():new Xx;u=Yo(f).inherit(u),k("style","debug","custom properties",{count:u.size,keys:u.keys()});let p=Xo(f,u);ff(p,c,n,d.fontWeight??s.fontWeight);let h=s.display??vu(o),b=c.display??h;k("style","debug","computeStyleForElement display",{tagName:o,styleInitDisplay:c.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(c.float),y=a.fontWeight!==void 0,w=a.fontStyle!==void 0,S=i.lineHeight??x0(),R=s.lineHeight??S,T=!Ho(R,S),L=r??e.fontSize,A=d.fontSize;if(c.fontSize!==void 0){let C=A0(c.fontSize,d.fontSize,L);C!==void 0&&(A=C)}else{let C=A0(s.fontSize,d.fontSize,L);C!==void 0&&(A=C);let V=Lu[o];V!==void 0&&(A=(d.fontSize??16)*V)}let D=Cu(s,A,L),F={customProperties:u,...D,color:d.color,fontSize:A,lineHeight:z0(T?R:d.lineHeight),fontFamily:d.fontFamily,fontStyle:w?s.fontStyle:d.fontStyle,fontWeight:y?s.fontWeight:c0(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:c.borderModel??s.borderModel};c.lineHeight!==void 0&&(F.lineHeight=Oo(c.lineHeight,A,L));let M=new tn(A,L),P=(C,V)=>{M.createLengthAssigner(V)(C)},I=(C,V)=>{M.createNumberAssigner(V)(C)};if(c.position!==void 0&&(F.position=c.position),c.top!==void 0&&P(c.top,C=>F.top=C),c.right!==void 0&&P(c.right,C=>F.right=C),c.bottom!==void 0&&P(c.bottom,C=>F.bottom=C),c.left!==void 0&&P(c.left,C=>F.left=C),c.zIndex!==void 0&&(F.zIndex=c.zIndex),c.color!==void 0&&(F.color=c.color),c.backgroundLayers!==void 0&&(F.backgroundLayers=c.backgroundLayers),c.clipPath!==void 0&&(F.clipPath=c.clipPath),c.borderColor!==void 0&&(F.borderColor=c.borderColor),c.borderStyleTop!==void 0&&(F.borderStyleTop=c.borderStyleTop),c.borderStyleRight!==void 0&&(F.borderStyleRight=c.borderStyleRight),c.borderStyleBottom!==void 0&&(F.borderStyleBottom=c.borderStyleBottom),c.borderStyleLeft!==void 0&&(F.borderStyleLeft=c.borderStyleLeft),c.boxShadows!==void 0&&(F.boxShadows=c.boxShadows.map(C=>({inset:C.inset,offsetX:M.resolveShadowLength(C.offsetX),offsetY:M.resolveShadowLength(C.offsetY),blurRadius:M.resolveShadowLength(C.blurRadius,!0),spreadRadius:M.resolveShadowLength(C.spreadRadius),color:C.color}))),c.textShadows!==void 0&&(F.textShadows=c.textShadows.map(C=>({offsetX:M.resolveShadowLength(C.offsetX),offsetY:M.resolveShadowLength(C.offsetY),blurRadius:M.resolveShadowLength(C.blurRadius,!0),color:C.color}))),c.fontFamily!==void 0&&(F.fontFamily=c.fontFamily),c.fontStyle!==void 0&&(F.fontStyle=c.fontStyle),c.fontVariant!==void 0&&(F.fontVariant=c.fontVariant),c.fontWeight!==void 0&&(F.fontWeight=c0(c.fontWeight)),c.overflowWrap!==void 0&&(F.overflowWrap=c.overflowWrap),c.marginTop!==void 0?P(c.marginTop,C=>F.marginTop=C):F.marginTop=A0(s.marginTop,A,L),c.marginRight!==void 0?P(c.marginRight,C=>F.marginRight=C):F.marginRight=A0(s.marginRight,A,L),c.marginBottom!==void 0?P(c.marginBottom,C=>F.marginBottom=C):F.marginBottom=A0(s.marginBottom,A,L),c.marginLeft!==void 0?P(c.marginLeft,C=>F.marginLeft=C):F.marginLeft=A0(s.marginLeft,A,L),c.paddingTop!==void 0&&P(c.paddingTop,C=>F.paddingTop=C),c.paddingRight!==void 0&&P(c.paddingRight,C=>F.paddingRight=C),c.paddingBottom!==void 0&&P(c.paddingBottom,C=>F.paddingBottom=C),c.paddingLeft!==void 0&&P(c.paddingLeft,C=>F.paddingLeft=C),c.borderTop!==void 0&&P(c.borderTop,C=>F.borderTop=C),c.borderRight!==void 0&&P(c.borderRight,C=>F.borderRight=C),c.borderBottom!==void 0&&P(c.borderBottom,C=>F.borderBottom=C),c.borderLeft!==void 0&&P(c.borderLeft,C=>F.borderLeft=C),c.borderTopLeftRadiusX!==void 0&&I(c.borderTopLeftRadiusX,C=>F.borderTopLeftRadiusX=C),c.borderTopLeftRadiusY!==void 0&&I(c.borderTopLeftRadiusY,C=>F.borderTopLeftRadiusY=C),c.borderTopRightRadiusX!==void 0&&I(c.borderTopRightRadiusX,C=>F.borderTopRightRadiusX=C),c.borderTopRightRadiusY!==void 0&&I(c.borderTopRightRadiusY,C=>F.borderTopRightRadiusY=C),c.borderBottomRightRadiusX!==void 0&&I(c.borderBottomRightRadiusX,C=>F.borderBottomRightRadiusX=C),c.borderBottomRightRadiusY!==void 0&&I(c.borderBottomRightRadiusY,C=>F.borderBottomRightRadiusY=C),c.borderBottomLeftRadiusX!==void 0&&I(c.borderBottomLeftRadiusX,C=>F.borderBottomLeftRadiusX=C),c.borderBottomLeftRadiusY!==void 0&&I(c.borderBottomLeftRadiusY,C=>F.borderBottomLeftRadiusY=C),c.width!==void 0&&P(c.width,C=>F.width=C),c.minWidth!==void 0&&P(c.minWidth,C=>F.minWidth=C),c.maxWidth!==void 0&&P(c.maxWidth,C=>F.maxWidth=C),c.height!==void 0&&P(c.height,C=>F.height=C),c.minHeight!==void 0&&P(c.minHeight,C=>F.minHeight=C),c.maxHeight!==void 0&&P(c.maxHeight,C=>F.maxHeight=C),c.trackListColumns!==void 0){let C=we.resolveTrackDefinitionsInput(c.trackListColumns,A,L);C&&(F.trackListColumns=C)}if(c.trackListRows!==void 0){let C=we.resolveTrackDefinitionsInput(c.trackListRows,A,L);C&&(F.trackListRows=C)}c.autoFlow!==void 0&&(F.autoFlow=c.autoFlow),c.rowGap!==void 0&&I(c.rowGap,C=>F.rowGap=C),c.columnGap!==void 0&&I(c.columnGap,C=>F.columnGap=C),c.justifyContent!==void 0&&(F.justifyContent=c.justifyContent),c.alignItems!==void 0&&(F.alignItems=c.alignItems),c.alignContent!==void 0&&(F.alignContent=c.alignContent),c.alignSelf!==void 0&&(F.alignSelf=c.alignSelf),c.flexDirection!==void 0&&(F.flexDirection=c.flexDirection),c.flexWrap!==void 0&&(F.flexWrap=c.flexWrap),c.textAlign!==void 0&&(F.textAlign=c.textAlign),c.textIndent!==void 0&&P(c.textIndent,C=>F.textIndent=C),c.textTransform!==void 0&&(F.textTransform=c.textTransform),c.letterSpacing!==void 0&&I(c.letterSpacing,C=>F.letterSpacing=C),c.listStyleType!==void 0&&(F.listStyleType=c.listStyleType),c.transform!==void 0&&(F.transform=c.transform),c.objectFit!==void 0&&(F.objectFit=c.objectFit),c.opacity!==void 0&&(F.opacity=c.opacity);let W=s.textDecorationLine??"none",H=d.textDecorationLine??W;a.textDecorationLine!==void 0&&(H=a.textDecorationLine),c.textDecorationLine!==void 0&&(H=c.textDecorationLine),F.textDecorationLine=H;let q=c.textDecorationColor!==void 0?uf(c.textDecorationColor):void 0;q===void 0&&(q=a.textDecorationColor!==void 0?uf(a.textDecorationColor):void 0),q===void 0&&d.textDecorationColor!==void 0&&(q=d.textDecorationColor),q!==void 0&&(F.textDecorationColor=q);let K=s.textDecorationStyle??"solid",_=d.textDecorationStyle??K;if(a.textDecorationStyle!==void 0&&(_=a.textDecorationStyle),c.textDecorationStyle!==void 0&&(_=c.textDecorationStyle),F.textDecorationStyle=_,o==="em"||o==="strong"){let C={tagName:o,elementDefaultsFontStyle:a.fontStyle,mergedFontStyle:s.fontStyle,finalFontStyle:F.fontStyle};k("style","debug","element fontStyle",C)}return new G0(F)}function uf(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}}_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 c=0;c<o;c++){let l=Math.min(n-1,Math.floor(c*d))*e*a,u=c*r*a;for(let m=0;m<r;m++){let p=Math.min(e-1,Math.floor(m*s)),h=l+p*a,b=u+m*a;for(let g=0;g<a;g++)i[b+g]=x[h+g]}}return i}};var nn=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:c}=t.calculateDimensions(o,a,e),f=x.slice(0);return{width:d,height:c,format:"jpeg",channels:i,bitsPerChannel:s,data:f}}};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 bf(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 rn=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),c=t.resizeNN(i,r.width,r.height,s,d,4);return{width:s,height:d,format:"png",channels:4,bitsPerChannel:8,data:c.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)),c=n+8;if(n+12+s>x.byteLength)throw new Error(`Chunk ${d} extends beyond file boundary`);switch(d){case"IHDR":t.parseIHDR(e,c,o);break;case"PLTE":if(a)throw new Error("PLTE chunk must appear before IDAT");t.parsePLTE(x,c,s,o);break;case"tRNS":if(a)throw new Error("tRNS chunk must appear before IDAT");t.parseTRNS(x,c,s,o);break;case"IDAT":a=!0,r.push(new Uint8Array(x,c,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),c=Math.max(1,Math.ceil(s/8)),f=new Uint8Array(n*r*4),l=new Uint8Array(d),u=0;for(let m=0;m<r;m++){let p=x[u++],h=x.subarray(u,u+d);u+=d;let b=t.reconstructRow(h,l,p,c);t.convertRowToRGBA(b,f,m,n,e),l=b}return f}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,c;switch(n){case 0:c=x[a];break;case 1:c=x[a]+i;break;case 2:c=x[a]+s;break;case 3:c=x[a]+(i+s>>>1);break;case 4:c=x[a]+Bu(i,s,d);break;default:throw new Error(`Invalid filter type: ${n}`)}o[a]=c&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 c=bf(x,i,o);s=Fu(c,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 c=d*i,f=(n*r+d)*4,l=x[c],u=x[c+s],m=x[c+s*2];e[f]=l,e[f+1]=u,e[f+2]=m;let p=a&&l===a[1]&&u===a[3]&&m===a[5];e[f+3]=p?0:255}}static convertIndexed(x,e,n,r,o,a,i){for(let s=0;s<r;s++){let d=o===8?x[s]:bf(x,s,o),c=d*3,f=(n*r+s)*4;e[f]=a[c],e[f+1]=a[c+1],e[f+2]=a[c+2],e[f+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,c=(n*r+s)*4,f=x[d],l=x[d+i];e[c]=f,e[c+1]=f,e[c+2]=f,e[c+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,c=(n*r+s)*4;e[c]=x[d],e[c+1]=x[d+i],e[c+2]=x[d+i*2],e[c+3]=x[d+i*3]}}};var on=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,an=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 c=a[d];r.push({symbol:s,length:d,code:c});let f=c<<4|d;i.set(f,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,sn=class{constructor(){this.huffmanDecoder=new an}decodeVp8l(x,e,n,r){let o=new dn(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 c=o.readBits(1);for(;c;){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)}c=o.readBits(1)}let f=this.huffmanDecoder.readHuffmanCodes(o),l=this.decodePixelData(o,i,s,f),{targetWidth:u,targetHeight:m}=n(i,s,e),p=r(l,i,s,u,m,4);return{width:u,height:m,format:"webp",channels:4,bitsPerChannel:8,data:p.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 c=this.huffmanDecoder.readSymbol(x,r[1]),f=this.huffmanDecoder.readSymbol(x,r[2]),l=this.huffmanDecoder.readSymbol(x,r[3]);o[a++]=c,o[a++]=d,o[a++]=f,o[a++]=l}else{let c=d-256,f=this.getLengthFromSymbol(c,x),l=this.huffmanDecoder.readSymbol(x,r[4]),u=this.getDistanceFromSymbol(l,x);for(let m=0;m<f&&s+m<i;m++){let p=a-u*4;p>=0&&(o[a++]=o[p],o[a++]=o[p+1],o[a++]=o[p+2],o[a++]=o[p+3])}s+=f-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(f=>f.fourCC==="VP8L");if(d)return this.decodeVp8l(d,n,r,o);throw e.find(f=>f.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}`)}},dn=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 c=0;c<o;c++){let l=Math.min(n-1,Math.floor(c*d))*e*a,u=c*r*a;for(let m=0;m<r;m++){let p=Math.min(e-1,Math.floor(m*s)),h=l+p*a,b=u+m*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 on;this.vp8lDecoder=new sn}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){}};var Ox=class t{constructor(x){this.imageCache=new Map;this.jpegDecoder=new nn;this.pngDecoder=new rn;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 Hx(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?bx.resolve(x.assetRootDir,`.${e}`):e;return k("image-converter","debug","resolveImageSource - resolving absolute path:",{src:t,trimmed:e,assetRootDir:x.assetRootDir,resolved:n}),n}return bx.isAbsolute(e)?e:x.resourceBaseDir?bx.resolve(x.resourceBaseDir,e):e}function mf(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(!mf(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 pf(t,x,e,n){let r=J0(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,c=s&&Number.parseFloat(s)||void 0;if(!a){let m=new l0(r,[],{tagName:"img"});return m.intrinsicInlineSize=d??100,m.intrinsicBlockSize=c??100,m}let f=I7(a,n),l;try{let m=Ox.getInstance(n.environment);if(mf(f)&&!N7(f,n))throw new Error(`Remote images are not supported (${f})`);if(f.startsWith("data:")){let p=f.match(/^data:image\/(.+);base64,(.+)$/);if(!p)throw new Error("Invalid data URI");let b=Hx(p[2]).slice();l=await m.decodeImage(b.buffer,{maxWidth:d,maxHeight:c})}else l=await m.loadImage(f,{maxWidth:d,maxHeight:c});k("render-tree","debug","Image loaded successfully",{src:a,resolvedSrc:f,width:l.width,height:l.height,format:l.format})}catch(m){k("render-tree","warn",`Failed to load image: ${a}. Using placeholder.`,{resolvedSrc:f,error:m instanceof Error?m.message:String(m)});let p=new l0(r,[],{tagName:"img"});return p.intrinsicInlineSize=d??100,p.intrinsicBlockSize=c??100,p}let u=new l0(r,[],{tagName:"img",customData:{image:{originalSrc:a,resolvedSrc:f,info:l}}});return u.intrinsicInlineSize=l.width,u.intrinsicBlockSize=l.height,Mt.processImage(u,l),d&&c?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=c):d?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=Math.round(l.height/l.width*d)):c&&(u.intrinsicBlockSize=c,u.intrinsicInlineSize=Math.round(l.width/l.height*c)),u}var fn=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 Wu(t){return typeof t=="object"&&t!==null&&"tagName"in t&&"getAttribute"in t&&"nodeType"in t}function hf(t){return Wu(t),t}function gf(t,x={}){let e=x.warn??(()=>{}),n=hf(t);if(n.tagName.toLowerCase()!=="svg")return e("Expected <svg> root element."),null;let r={warn:e},a=(x.registry??v0).parse(n,r);return!a||a.type!=="svg"?(e("Unable to parse <svg> element."),null):a}function Ou(t,x,e){return(e??v0).parse(hf(t),x)}function Hu(t,x){let e=ln(t,"svg",x);if(!e)return null;let n=Zu(t.getAttribute("viewBox")),r=t0(t.getAttribute("width")),o=t0(t.getAttribute("height"));return{...e,type:"svg",width:r,height:o,viewBox:n}}function Uu(t,x){let e=ln(t,"g",x);return e?{...e,type:"g"}:null}function zu(t,x){let e=ln(t,"defs",x);return e?{...e,type:"defs"}:null}function Gu(t){return{...$0(t,"rect"),type:"rect",x:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),width:t0(t.getAttribute("width")),height:t0(t.getAttribute("height")),rx:t0(t.getAttribute("rx")),ry:t0(t.getAttribute("ry"))}}function ju(t){return{...$0(t,"circle"),type:"circle",cx:t0(t.getAttribute("cx")),cy:t0(t.getAttribute("cy")),r:t0(t.getAttribute("r"))}}function $u(t){return{...$0(t,"ellipse"),type:"ellipse",cx:t0(t.getAttribute("cx")),cy:t0(t.getAttribute("cy")),rx:t0(t.getAttribute("rx")),ry:t0(t.getAttribute("ry"))}}function Vu(t){return{...$0(t,"line"),type:"line",x1:t0(t.getAttribute("x1")),y1:t0(t.getAttribute("y1")),x2:t0(t.getAttribute("x2")),y2:t0(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:Rf(t.getAttribute("points"))}}function Xu(t){return{...$0(t,"polygon"),type:"polygon",points:Rf(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:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),fontSize:t0(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 ln(t,x,e){let n=$0(t,x),r=[];for(let o of Array.from(t.children)){let a=Ou(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&&gx(o)||void 0;return{type:x,id:t.getAttribute("id")??void 0,classes:r,attributes:e,transform:o,transformMatrix:a}}function t0(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:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),width:t0(t.getAttribute("width")),height:t0(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:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),width:t0(t.getAttribute("width")),height:t0(t.getAttribute("height")),href:t.getAttribute("href")||t.getAttribute("xlink:href")||void 0}}function xb(t,x){let e=ln(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=yf(t,x);return{...e,type:"lineargradient",x1:t0(t.getAttribute("x1"))??0,y1:t0(t.getAttribute("y1"))??0,x2:t0(t.getAttribute("x2"))??1,y2:t0(t.getAttribute("y2"))??0,gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:wf(t.getAttribute("spreadMethod")),stops:n}}function tb(t,x){let e=$0(t,"radialgradient"),n=yf(t,x);return{...e,type:"radialgradient",cx:t0(t.getAttribute("cx"))??.5,cy:t0(t.getAttribute("cy"))??.5,r:t0(t.getAttribute("r"))??.5,fx:t0(t.getAttribute("fx")),fy:t0(t.getAttribute("fy")),gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:wf(t.getAttribute("spreadMethod")),stops:n}}function yf(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 wf(t){if(!t)return;let x=t.trim().toLowerCase();if(x==="pad"||x==="reflect"||x==="repeat")return x}function Rf(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 v0=new fn;v0.register("svg",Hu);v0.register("g",Uu);v0.register("defs",zu);v0.register("rect",Gu);v0.register("circle",ju);v0.register("ellipse",$u);v0.register("line",Vu);v0.register("path",_u);v0.register("polyline",Yu);v0.register("polygon",Xu);v0.register("text",qu);v0.register("image",Qu);v0.register("use",Ju);v0.register("clippath",xb);v0.register("lineargradient",eb);v0.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 Rx(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:Rx(n,"selected"),disabled:Rx(n,"disabled")});return x}function Sf(t,x){if(!D7.getConfig(x))return null;let n=Rx(t,"disabled"),r=t.getAttribute("name")??void 0,o=t.getAttribute("id")??void 0,a=Rx(t,"required");switch(x.toLowerCase()){case"input":{let i=t.getAttribute("type"),s=ob(i),d=t.getAttribute("value")??void 0,c=t.getAttribute("placeholder")??void 0,f=s==="checkbox"||s==="radio"?Rx(t,"checked"):void 0,l=t.getAttribute("min")??void 0,u=t.getAttribute("max")??void 0,m=t.getAttribute("step")??void 0,p=s==="file"?t.getAttribute("accept")??void 0:void 0,h=s==="file"?Rx(t,"multiple"):void 0,b=Rx(t,"readonly");return{kind:"input",inputType:s,value:d,placeholder:c,isChecked:f,isDisabled:n,isRequired:a,name:r,id:o,min:l,max:u,step:m,accept:p,multiple:h,readonly:b}}case"select":{let i=Rx(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??"",c=t.getAttribute("placeholder")??void 0,f=parseInt(t.getAttribute("maxlength")||"0",10)||void 0,l=parseInt(t.getAttribute("minlength")||"0",10)||void 0,u=t.getAttribute("wrap")||"soft",m=Rx(t,"readonly");return{kind:"textarea",value:d,placeholder:c,rows:i,cols:s,maxlength:f,minlength:l,wrap:u,isDisabled:n,isRequired:a,name:r,id:o,readonly:m}}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 Pf(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 Pf(t.previousSibling,"previous")!==null}function db(t){return Pf(t.nextSibling,"next")!==null}function cb(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function vf(t,x){if(x.whiteSpace==="pre"||x.whiteSpace==="pre-wrap")return!0;let e=t.length>0?t[t.length-1]:null;return!!e&&cb(e.style.display)}function fb(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 Lf(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=Ox.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=Hx(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 Cf(t,x){if(!(!t.backgroundLayers||t.backgroundLayers.length===0))for(let e of t.backgroundLayers){if(e.kind!=="image"||e.imageInfo)continue;let n=fb(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 Re(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 m=(t.textContent??"").replace(/\s+/g," ").normalize("NFC"),p=m.trim(),h=sb(t),b=db(t);if(p.length===0){if(!(h&&b))return null;k("dom-converter","debug","convertDomNode - processing text node: (single space)");let T=new G0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:z0(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 l0(T,[],{textContent:" ",customData:{preserveLeadingSpace:!0,preserveTrailingSpace:!0}})}let g=p,y=m.startsWith(" ")&&h,w=m.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 G0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:z0(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 l0(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 pf(o,x,e,n);if(a==="svg"){let u=J0(o,x,e,n.units,n.rootFontSize);k("dom-converter","debug","convertDomNode - computed style backgroundLayers:",u.backgroundLayers);let m=gf(o,{warn:h=>k("svg-parser","warn",h)});if(!m)return new l0(u,[],{tagName:a});let p=mb(m,o);return new l0(u,[],{tagName:a,intrinsicInlineSize:p.width,intrinsicBlockSize:p.height,customData:{svg:{root:m,intrinsicWidth:p.width,intrinsicHeight:p.height,resourceBaseDir:n?.resourceBaseDir,assetRootDir:n?.assetRootDir}}})}if(a==="br"){let u=new G0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:z0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,textTransform:e.textTransform});return new l0(u,[],{textContent:`
44
- `})}if(D7.isFormElement(a)){let u=Sf(o,a);if(u){let m=J0(o,x,e,n.units,n.rootFontSize);await Cf(m,n);let p={tagName:a},h=o.getAttribute("id");return h?p.customData={id:h,formControl:u}:p.customData={formControl:u},new l0(m,[],p)}}let i=J0(o,x,e,n.units,n.rootFontSize);await Cf(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="",c=o.childNodes;if(!c)return new l0(i,[],{tagName:a});for(let u of Array.from(c)){if(u.nodeType===u.TEXT_NODE){d+=u.textContent??"";continue}if(d){let p=d.replace(/\s+/g," ").normalize("NFC");if(p.trim().length===0&&(p=vf(s,i)?" ":""),p){let h=p.startsWith(" "),b=p.endsWith(" ");s.push(new l0(new G0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:z0(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:p,customData:{preserveLeadingSpace:h,preserveTrailingSpace:b}}))}d=""}let m=await Re(u,x,i,n);m&&s.push(m)}if(d){let u=d.replace(/\s+/g," ").normalize("NFC");if(u.trim().length===0&&(u=vf(s,i)?" ":""),u){let m=u.startsWith(" "),p=u.endsWith(" ");s.push(new l0(new G0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:z0(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:m,preserveTrailingSpace:p}}))}}let f=o.getAttribute("id"),l={tagName:a};return(a==="td"||a==="th")&&(l.tableColSpan=Lf(o.getAttribute("colspan"))??1,l.tableRowSpan=Lf(o.getAttribute("rowspan"))??1),f&&(l.customData={...l.customData,id:f}),new l0(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=Tf(x.getAttribute("width"))??100),(!n||n<=0)&&(n=Tf(x.getAttribute("height"))??e),{width:Number.isFinite(e)&&e>0?e:100,height:Number.isFinite(n)&&n>0?n:100}}function Tf(t){if(!t)return;let x=Number.parseFloat(t);return Number.isFinite(x)?x:void 0}function sx(t,x,e){t&&(t.x+=x,t.y+=e)}function pb(t,x,e){t&&(t.image&&(sx(t.image.rect,x,e),sx(t.image.originRect,x,e)),t.gradient&&(sx(t.gradient.rect,x,e),sx(t.gradient.originRect,x,e)))}function un(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}),sx(o.contentBox,x,e),sx(o.paddingBox,x,e),sx(o.borderBox,x,e),sx(o.visualOverflow,x,e),o.clipPath&&o.clipPath.points)for(let a of o.clipPath.points)a.x+=x,a.y+=e;o.markerRect&&sx(o.markerRect,x,e),pb(o.background,x,e);for(let a of o.links)sx(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 Ff(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,c=s+o,f=d+c,l=a-f>0?a-f: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},m=b=>{b&&(b.y=u(b.y))},p=b=>{b&&(b.image&&(m(b.image.rect),m(b.image.originRect)),b.gradient&&(m(b.gradient.rect),m(b.gradient.originRect)))},h=[t];for(;h.length>0;){let b=h.pop();if(m(b.contentBox),m(b.paddingBox),m(b.borderBox),m(b.visualOverflow),b.clipPath&&b.clipPath.points)for(let g of b.clipPath.points)g.y=u(g.y);b.markerRect&&m(b.markerRect),p(b.background);for(let g of b.links)m(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 Bf(t){return!Number.isFinite(t)||t<=0?0:Math.ceil(t)}function Af(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 bn(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=bn(n.topLeft.x,n.bottomLeft.x),o=bn(n.topRight.x,n.bottomRight.x),a=bn(n.topLeft.y,n.topRight.y),i=bn(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,c=(t-s)/n.topLeft.x,f=(x-d)/n.topLeft.y;return c*c+f*f<=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,c=(t-s)/n.topRight.x,f=(x-d)/n.topRight.y;return c*c+f*f<=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,c=(t-s)/n.bottomRight.x,f=(x-d)/n.bottomRight.y;return c*c+f*f<=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,c=(t-s)/n.bottomLeft.x,f=(x-d)/n.bottomLeft.y;return c*c+f*f<=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 c=d*x;for(let f=0;f<x;f++){let l=0,u=0;for(let m=-o;m<=o;m++){let p=Math.min(x-1,Math.max(0,f+m)),h=r[m+o];l+=t[c+p]*h,u+=h}i[c+f]=l/(u||a)}}let s=new Uint8Array(x*e);for(let d=0;d<x;d++)for(let c=0;c<e;c++){let f=0,l=0;for(let m=-o;m<=o;m++){let p=Math.min(e-1,Math.max(0,c+m)),h=r[m+o];f+=i[p*x+d]*h,l+=h}let u=f/(l||a);s[c*x+d]=u<0?0:u>255?255:u}return s}function Mf(t,x,e,n,r){let o=Math.max(0,n),a=Af(t,r),i=vb(x,r),s=Af(a,o),d=Bf(s.width),c=Bf(s.height);if(d===0||c===0)return null;let f=new Uint8Array(d*c),l={x:a.x-s.x,y:a.y-s.y,width:a.width,height:a.height};for(let R=0;R<c;R++){let T=R+.5;for(let L=0;L<d;L++){let E=L+.5,A=wb(E,T,l,i);f[R*d+L]=A?255:0}}let u=o>0?Math.max(.5,o/2):0,m=Sb(f,d,c,u),[p,h,b]=Lb(e.r,e.g,e.b),g=yb(e.a??1),y=new Uint8Array(d*c*4),w=0;for(let R=0;R<m.length;R++){y[w++]=p,y[w++]=h,y[w++]=b;let T=Math.round(m[R]*g);y[w++]=T<0?0:T>255?255:T}return{image:{src:`internal:shadow:${Math.random().toString(36).slice(2)}`,width:d,height:c,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 W7(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 O7(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=W7(t)/255,r=W7(x)/255,o=W7(e)/255,a=Math.max(n,r,o),i=Math.min(n,r,o),s=(n+r+o)/3,d=a-i,c=Math.min(1,d*1.08),f=d>0?c/d:1,l=s+(n-s)*f,u=s+(r-s)*f,m=s+(o-s)*f;return[O7(l),O7(u),O7(m)]}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 H7(t,x){let e=Se(t);return e.topLeft.x=xx(e.topLeft.x+x),e.topLeft.y=xx(e.topLeft.y+x),e.topRight.x=xx(e.topRight.x+x),e.topRight.y=xx(e.topRight.y+x),e.bottomRight.x=xx(e.bottomRight.x+x),e.bottomRight.y=xx(e.bottomRight.y+x),e.bottomLeft.x=xx(e.bottomLeft.x+x),e.bottomLeft.y=xx(e.bottomLeft.y+x),e}function Ux(t){return Number.isFinite(t)&&t>0?t:0}function xx(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 U7(t.color.a??1)>0}function Tb(t,x,e){let n=If(x.borderBox,e.offsetX,e.offsetY),r=Se(x.borderRadius),o=xx(e.blur),a=e.spread;if(o>0){let i=Mf(n,r,e.color,o,a);if(i){t.drawShadowImage(i.image,i.drawRect);return}}kf(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=If(n,e.offsetX,e.offsetY),o=Y6(Se(x.borderRadius),x.border.top,x.border.right,x.border.bottom,x.border.left),a=xx(e.blur),i=e.spread;if(a===0&&i===0){t.fillRoundedRect(r,o,e.color);return}kf(t,{mode:"inset",baseRect:r,baseRadius:o,color:e.color,blur:a,spread:i})}function kf(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=U7(e.a??1),s=[];for(let d=0;d<o;d++){let c=o===1?0:x==="outer"?d/(o-1):(d+1)/o,f=r+n*c,l=a[d]??0;l<=0||s.push({expansion:f,color:{r:e.r,g:e.g,b:e.b,a:U7(i*l)}})}return s}function Bb(t,x,e,n){for(let r of n){let o=Nf(x,r.expansion);if(o.width<=0||o.height<=0)continue;let a=H7(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=Nf(x,-o);if(a.width<=0||a.height<=0)continue;let i=Se(e),s=H7(e,-o);t.fillRoundedRectDifference(x,i,a,s,r.color)}}function If(t,x,e){return{x:t.x+x,y:t.y+e,width:t.width,height:t.height}}function Nf(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 U7(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}function Of(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,c=null;for(;this.skipSeparators(),!this.isDone();){let f=this.peekChar();if(f!==null&&Wf(f))e=f,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=c=null;;){this.skipSeparators();let m=this.peekChar();if(m===null||Wf(m))break;let p=this.readCoordinatePair();if(!p)return x;n=l?n+p.x:p.x,r=l?r+p.y:p.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=c=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=c=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=c=null;break}case"C":case"c":{let l=e==="c";for(;;){let u=this.readCoordinatePair(),m=this.readCoordinatePair(),p=this.readCoordinatePair();if(!u||!m||!p)break;let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=l?n+m.x:m.x,y=l?r+m.y:m.y;n=l?n+p.x:p.x,r=l?r+p.y:p.y,x.push({type:"C",x1:h,y1:b,x2:g,y2:y,x:n,y:r}),i=g,s=y,d=c=null}break}case"S":case"s":{let l=e==="s";for(;;){let u=this.readCoordinatePair(),m=this.readCoordinatePair();if(!u||!m)break;let p=n,h=r;i!==null&&s!==null&&(p=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+m.x:m.x,r=l?r+m.y:m.y,x.push({type:"C",x1:p,y1:h,x2:b,y2:g,x:n,y:r}),i=b,s=g,d=c=null}break}case"Q":case"q":{let l=e==="q";for(;;){let u=this.readCoordinatePair(),m=this.readCoordinatePair();if(!u||!m)break;let p=l?n+u.x:u.x,h=l?r+u.y:u.y,b=l?n+m.x:m.x,g=l?r+m.y:m.y,y=Ef(n,r,p,h,b,g);x.push(y),n=b,r=g,i=y.x2,s=y.y2,d=p,c=h}break}case"T":case"t":{let l=e==="t";for(;;){let u=this.readCoordinatePair();if(!u)break;let m=n,p=r;d!==null&&c!==null&&(m=n*2-d,p=r*2-c);let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=Ef(n,r,m,p,h,b);x.push(g),n=h,r=b,i=g.x2,s=g.y2,d=m,c=p}break}case"A":case"a":{let l=e==="a";for(;;){let u=this.readNumber(),m=this.readNumber(),p=this.readNumber(),h=this.readFlag(),b=this.readFlag(),g=this.readCoordinatePair();if(u===null||m===null||p===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,m,p,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=c=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=c=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===`
45
- `||x==="\r"){this.index+=1;continue}break}}peekChar(){return this.isDone()?null:this.source[this.index]}isDone(){return this.index>=this.source.length}};function Ef(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 c=r*Math.PI/180,f=Math.cos(c),l=Math.sin(c),u=(t-i)/2,m=(x-s)/2,p=f*u+l*m,h=-l*u+f*m,b=e*e,g=n*n,y=p*p,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,T=(b*g-b*w-g*y)/(b*w+g*y),L=R*Math.sqrt(Math.max(0,T)),E=L*e*h/n,A=-L*n*p/e,D=f*E-l*A+(t+i)/2,F=l*E+f*A+(x+s)/2,M=Df(1,0,(p-E)/e,(h-A)/n),P=Df((p-E)/e,(h-A)/n,(-p-E)/e,(-h-A)/n);!a&&P>0?P-=2*Math.PI:a&&P<0&&(P+=2*Math.PI);let I=Math.ceil(Math.abs(P)/(Math.PI/2)),W=P/I,H=4/3*Math.tan(W/4),q=M,K=t,_=x;for(let C=0;C<I;C+=1){let V=q+W,J=Math.sin(q),n0=Math.cos(q),e0=Math.sin(V),Z=Math.cos(V),Y=D+e*f*Z-n*l*e0,p0=F+e*l*Z+n*f*e0,L0=-e*f*J-n*l*n0,h0=-e*l*J+n*f*n0,D0=-e*f*e0-n*l*Z,C0=-e*l*e0+n*f*Z,R0=K+H*L0,X=_+H*h0,r0=Y-H*D0,i0=p0-H*C0;d.push([R0,X,r0,i0,Y,p0]),K=Y,_=p0,q=V}return d}function Df(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 Wf(t){return/[a-zA-Z]/.test(t)}function Ib(t,x,e){return e<t?t:e>x?x:e}var mn=.5522847498307936;function Hf(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 Uf(t,x,e,n,r,o){let a=t+e,i=x+n,s=r*mn,d=o*mn;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*mn,o=n*mn;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=m0(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=m0(n.x,n.y,x);if(!r)return null;e.push({type:"moveTo",x:r.x,y:r.y});break}case"L":{let r=m0(n.x,n.y,x);if(!r)return null;e.push({type:"lineTo",x:r.x,y:r.y});break}case"C":{let r=m0(n.x1,n.y1,x),o=m0(n.x2,n.y2,x),a=m0(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 m0(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 ex(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=pn(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=Hb(n["stroke-dasharray"]);r&&(e.strokeDashArray=r)}if(n["stroke-dashoffset"]!==void 0){let r=pn(n["stroke-dashoffset"]);r!==void 0&&(e.strokeDashOffset=r)}if(n["fill-rule"]!==void 0){let r=Wb(n["fill-rule"]);r&&(e.fillRule=r)}if(n["font-size"]!==void 0){let r=pn(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=Ob(n["text-anchor"]);r&&(e.textAnchor=r)}return e}function zf(){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=I0(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=pn(t);if(x!==void 0)return Le(x)}function pn(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 Wb(t){let x=t.trim().toLowerCase();if(x==="nonzero"||x==="evenodd")return x}function Ob(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 Hb(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 Ub(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 jf(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=Gf(i,n/2),s=Gf(s,r/2);let d=i>0||s>0?Uf(o,a,n,r,i,s):Hf(o,a,n,r),c=_7(x.fill,e);if(c){let l=m0(o,a,e),u=m0(o+n,a+r,e);if(l&&u){let m={x:l.x,y:l.y,width:u.x-l.x,height:u.y-l.y};c.type==="radial"?i>0||s>0?e.painter.fillRoundedRect(m,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},c):e.painter.fillRect(m,c):i>0||s>0?e.painter.fillRoundedRect(m,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},c):e.painter.fillRect(m,c);return}}let f=ve(d,e);!f||f.length===0||hn(f,x,e,x.fillRule)}function $f(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=m0(r,o,e),c=m0(r+n,o,e);if(d&&c){let f=Math.sqrt((c.x-d.x)**2+(c.y-d.y)**2),l={x:d.x-f,y:d.y-f,width:f*2,height:f*2},u={topLeft:{x:f,y:f},topRight:{x:f,y:f},bottomRight:{x:f,y:f},bottomLeft:{x:f,y:f}};a.type,e.painter.fillRoundedRect(l,u,a);return}}let i=j7(r,o,n,n),s=ve(i,e);!s||s.length===0||hn(s,x,e,x.fillRule)}function Vf(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||hn(s,x,e,x.fillRule)}function Gf(t,x){return!Number.isFinite(t)||t<=0?0:t>x?x:t}function _f(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,{...gn(x,e),close:!0})}function Yf(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,{...gn(x,e),close:!1})}function Xf(t,x,e){let n=zx(x.stroke,x.opacity*x.strokeOpacity);if(!n)return;let r=m0(t.x1??0,t.y1??0,e),o=m0(t.x2??0,t.y2??0,e);if(!r||!o)return;let a=[r,o];e.painter.strokePolyline(a,n,{...gn(x,e),close:!1})}function qf(t,x,e){let n=Of(t.d);if(n.length===0)return;let r=ve(n,e);!r||r.length===0||hn(r,x,e,x.fillRule)}function hn(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,gn(x,e))}async function Kf(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=N0(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),c={x:a.a,y:a.b},f=Gb(t.text,r),l=o==="middle"?.5:o==="end"?1:0,u=d.x,m=d.y;l!==0&&(c.x!==0||c.y!==0)&&(u-=c.x*f*l,m-=c.y*f*l);let p={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:p,lineMatrix:{a:a.a,b:a.b,c:a.c,d:a.d,e:u,f:m}})}function Gb(t,x){return t?t.length*x*.6:0}function _7(t,x){if(Ub(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 wx(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(p=>({color:p.color,position:p.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let p=m0(e,n,x),h=m0(r,o,x);if(p&&h)return{type:"linear",direction:"to right",stops:a,coords:{x1:p.x,y1:p.y,x2:h.x,y2:h.y,units:"userSpace"}}}let s={x:e,y:n},d={x:r,y:o},c=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(c){let p=gx(c)||void 0;p&&(s=d6(p,s.x,s.y),d=d6(p,d.x,d.y))}let f=d.x-s.x,l=d.y-s.y;return{type:"linear",direction:`${(Math.atan2(l,f)*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(f=>({color:f.color,position:f.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let f=m0(e,n,x),l=o!==void 0&&a!==void 0?m0(o,a,x):void 0,u=(()=>{let m=m0(e+r,n,x);if(f&&m){let p=m.x-f.x,h=m.y-f.y;return Math.sqrt(p*p+h*h)}})();if(f&&u!==void 0){let m={type:"radial",cx:f.x,cy:f.y,r:u,stops:i,coordsUnits:"userSpace"};return l&&(m.fx=l.x,m.fy=l.y),m}}let d={type:"radial",cx:e,cy:n,r,stops:i};o!==void 0&&a!==void 0&&(d.fx=o,d.fy=a);let c=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(c){let f=gx(c)||void 0;f&&(d.transform={a:f.a,b:f.b,c:f.c,d:f.d,e:f.e,f:f.f})}return d}function gn(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 Zf(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 Qf(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 x2(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=yn(r.viewBox?.width??n.intrinsicWidth??a),d=yn(r.viewBox?.height??n.intrinsicHeight??i),c=r.viewBox?.minX??0,f=r.viewBox?.minY??0,l=r.attributes?.preserveAspectRatio??r.attributes?.preserveaspectratio,u=Zf(typeof l=="string"?l:void 0),m=Jf(a/s),p=Jf(i/d),h=m,b=p,g=0,y=0;if(u.align!=="none"){let A=u.meetOrSlice==="slice"?Math.max(m,p):Math.min(m,p);h=A,b=A;let D=s*h,F=d*b,M=a-D,P=i-F,I=Qf(u.align);g=M*I.x,y=P*I.y}let w={a:h,b:0,c:0,d:b,e:o.x+g-c*h,f:o.y+y-f*b},S=be(),R=c7(w,S),T={painter:t,viewportMatrix:w,transform:S,strokeScale:R,environment:e},L=new Map;e2(r,L),T.defs=L,n.resourceBaseDir&&(T.resourceBaseDir=n.resourceBaseDir),n.assetRootDir&&(T.assetRootDir=n.assetRootDir);let E=zf();await t2(r,E,T)}function e2(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)e2(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:yn(e.intrinsicWidth??0),intrinsicHeight:yn(e.intrinsicHeight??0),resourceBaseDir:e.resourceBaseDir,assetRootDir:e.assetRootDir}:null}async function t2(t,x,e){let n=e,r=gx(t.transform);if(r){let o=N0(e.transform,r);n={painter:e.painter,viewportMatrix:e.viewportMatrix,transform:o,strokeScale:c7(e.viewportMatrix,o)}}switch(t.type){case"svg":case"g":{let o=ex(x,t);for(let a of t.children)await t2(a,o,n);return}case"rect":return jf(t,ex(x,t),n);case"circle":return $f(t,ex(x,t),n);case"ellipse":return Vf(t,ex(x,t),n);case"polygon":return _f(t,ex(x,t),n);case"polyline":return Yf(t,ex(x,t),n);case"line":return Xf(t,ex(x,t),n);case"text":return Kf(t,ex(x,t),n);case"image":return await _b(t,ex(x,t),n);case"path":return qf(t,ex(x,t),n);default:return}}function Jf(t){return!Number.isFinite(t)||t===0?1:t}function yn(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=Ox.getInstance(e.environment);try{if(n.startsWith("data:")){let u=n.indexOf(",");if(u<0)return;let p=n.substring(5,u).endsWith(";base64"),h=n.substring(u+1),g=(p?Hx(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 m=e.environment?.resolveLocal;if(!m){console.debug("Skipping local SVG image (no resolver in environment):",n);return}let p=n.startsWith("/")?e.assetRootDir??e.resourceBaseDir:e.resourceBaseDir??e.assetRootDir;o=m(n,p),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=m0(Number(t.x??0),Number(t.y??0),e),c=m0(Number(t.x??0)+i,Number(t.y??0)+s,e);if(!d||!c)return;let f={x:d.x,y:d.y,width:c.x-d.x,height:c.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,f)}catch(u){console.debug("Failed to draw image in SVG",n,u instanceof Error?u.message:u)}}function wn(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=wn(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,c=x.x+x.width,f=x.y+x.height;for(let l=d;;l++){let u=t.y+l*r;if(u>=f||u+r<=x.y&&!a)break;for(let m=s;;m++){let p=t.x+m*n;if(p>=c||p+n<=x.x&&!o)break;let b=wn({x:p,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,c=s>1?(a-s*r)/(s-1):0;for(let f=0;f<s;f++){let l=x.y+f*(r+c);for(let u=0;u<i;u++){let p={x:x.x+u*(n+d),y:l,width:n,height:r},h=wn(p,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,c=a/s;for(let f=0;f<s;f++){let l=x.y+f*c;for(let u=0;u<i;u++){let p={x:x.x+u*d,y:l,width:d,height:c},h=wn(p,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 n2(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 c=i+x.top/2,f=i+d-x.bottom/2,l=a+x.left/2,u=a+s-x.right/2,m=(p,h,b,g,y)=>{if(!Number.isFinite(h)||h<=0)return;let w=b.toLowerCase();w!=="none"&&o.push({side:p,points:[g,y],color:n,lineWidth:h,dash:qb(w,h)})};return m("top",x.top,e.top,{x:l,y:c},{x:u,y:c}),m("right",x.right,e.right,{x:u,y:c},{x:u,y:f}),m("bottom",x.bottom,e.bottom,{x:u,y:f},{x:l,y:f}),m("left",x.left,e.left,{x:l,y:f},{x:l,y:c}),o}function tx(t){return t>1?t/255:t}function B(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function dx(t,x){let e=B(tx(t.r)),n=B(tx(t.g)),r=B(tx(t.b)),o=t.a??1;return o<1&&x?`/${x.ensureFillAlphaState(o)} gs
46
- ${e} ${n} ${r} rg`:`${e} ${n} ${r} rg`}function s0(t){let x=B(tx(t.r)),e=B(tx(t.g)),n=B(tx(t.b));return`${x} ${e} ${n}`}function Rn(t,x){return x.isBase14?{encoded:yx(t,"WinAnsi"),scheme:"WinAnsi"}:{encoded:Kb(t,x),scheme:"Identity-H"}}function Kb(t,x){let e=x.metrics;if(!e)return yx(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 Rn(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 c=d-e.pageOffsetPx;return{xPt:e.convertPxToPt(r.x),yPt:e.pageHeightPt-e.convertPxToPt(c)}}var Zb=1,Sn=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:c}=Gx(x,e.fontProvider),f=x.borderBox,l=i.convertPxToPt(f.x),u=i.pageHeightPt-i.convertPxToPt(f.y+f.height),m=i.convertPxToPt(f.width),p=i.convertPxToPt(f.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(`${s0(b)} rg`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("f");let g=this.parseColor(x.borderColor)??{r:.7,g:.7,b:.7,a:1};if(n.push(`${s0(g)} RG`),n.push(`${B(h)} w`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("S"),o.isDisabled&&(n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push(`${s0(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,c,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${B(i.convertPxToPt(c))} Tf`),n.push(`${s0(y)} rg`),n.push(`${B(w)} ${B(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,c,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${B(i.convertPxToPt(c))} Tf`),n.push(`${s0(y)} rg`),n.push(`${B(w)} ${B(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 r2(t,x,e,n,r,o){let a=[];if(a.push(`${B(t)} ${B(x)} ${B(e)} ${B(e)} re`),n?(a.push(`${s0(r)} rg`),a.push("f")):(o&&a.push(`${s0(o)} RG`),a.push("S")),n&&o){let i=Math.max(1,e*.05);a.push(`${B(t)} ${B(x)} ${B(e)} ${B(e)} re`),a.push(`${s0(o)} RG`),a.push(`${B(i)} w`),a.push("S"),a.push(`${B(t)} ${B(x)} ${B(e)} ${B(e)} re`),a.push(`${s0(r)} rg`),a.push("f")}return a}function o2(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,c=x+e*.3;return r.push(`${B(o)} ${B(a)} m`),r.push(`${B(i)} ${B(s)} l`),r.push(`${B(d)} ${B(c)} l`),r.push("h"),r.push(`${s0(n)} rg`),r.push("f"),r}function a2(t,x,e,n,r,o){let a=[],i=e/2,s=t+i,d=x+i,c=o?Math.max(1,e*.06):0,f=i-c-1;return a.push(`${B(s)} ${B(d)} ${B(i)} ${B(i)} c`),a.push("h"),o&&(a.push(`${s0(o)} RG`),a.push(`${B(c)} w`),a.push("S")),n&&(a.push(`${B(s)} ${B(d)} ${B(f)} ${B(f)} c`),a.push("h"),a.push(`${s0(r)} rg`),a.push("f")),a}function i2(t,x,e,n){let r=[],o=e/2,a=e*.6,i=t+o,s=x+a*.3,d=t+e*.15,c=t+e*.85,f=x+a;return r.push(`${B(i)} ${B(s)} m`),r.push(`${B(c)} ${B(f)} l`),r.push(`${B(d)} ${B(f)} l`),r.push("h"),r.push(`${s0(n)} rg`),r.push("f"),r}var Qb=16,vn=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),c=s.x+(s.width-d)/2,f=s.y+(s.height-d)/2,l=i.convertPxToPt(c),u=i.pageHeightPt-i.convertPxToPt(f+d),m=i.convertPxToPt(d),p=x.borderColor??{r:.6,g:.6,b:.6,a:1},h={r:.2,g:.4,b:.8,a:1};n.push("q");let b=r2(l,u,m,o.isChecked??!1,h,p);if(n.push(...b),o.isChecked){let g=l+m*.15,y=u+m*.35,w=m*.7,S=o2(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,Ln=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),c=s.x+(s.width-d)/2,f=s.y+(s.height-d)/2,l=i.convertPxToPt(c),u=i.pageHeightPt-i.convertPxToPt(f+d),m=i.convertPxToPt(d),p=x.borderColor??{r:.6,g:.6,b:.6,a:1},h={r:.2,g:.4,b:.8,a:1};n.push("q");let b=a2(l,u,m,o.isChecked??!1,h,p);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 x9=12,Cn=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:c}=Gx(x,e.fontProvider),f=10,l=x9,u=i.convertPxToPt(s.x),m=i.pageHeightPt-i.convertPxToPt(s.y+s.height),p=i.convertPxToPt(s.width),h=i.convertPxToPt(s.height),b=s.x+s.width-f-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(`${s0(y)} rg`),n.push(`${B(u)} ${B(m)} ${B(p)} ${B(h)} re`),n.push("f");let w=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${s0(w)} RG`),n.push("1 w"),n.push(`${B(u)} ${B(m)} ${B(p)} ${B(h)} re`),n.push("S");let S=i2(b,g,l,{r:.4,g:.4,b:.4,a:1});n.push(...S);let R=o.options.find(T=>T.selected)??o.options[0];if(R){let T=x.color??{r:0,g:0,b:0,a:1},{xPt:L,yPt:E}=Sx(x,c,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${B(i.convertPxToPt(c))} Tf`),n.push(`${s0(T)} rg`),n.push(`${B(L)} ${B(E)} Td`);let A=cx(R.text,d);n.push(`(${A}) 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 e9=1,t9=20,Tn=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=e9,{font:c,fontSize:f}=Gx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),m=i.convertPxToPt(s.width),p=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(`${s0(b)} rg`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("f");let g=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${s0(g)} RG`),n.push(`${B(h)} w`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("S");let y=i.convertPxToPt(t9),{xPt:w,yPt:S}=Sx(x,f,i,"top");if(n.push("BT"),n.push(`/${c.resourceName} ${B(i.convertPxToPt(f))} 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(`${s0(R)} rg`),n.push(`${B(w)} ${B(S)} Td`);let T=o.value.split(`
47
- `);for(let L=0;L<T.length;L++){L>0&&n.push(`0 ${B(-y)} Td`);let E=cx(T[L],c);n.push(`(${E}) Tj`)}}else if(o.placeholder&&o.placeholder.length>0){let R={r:.6,g:.6,b:.6,a:1};n.push(`${s0(R)} rg`),n.push(`${B(w)} ${B(S)} Td`);let T=cx(o.placeholder,c);n.push(`(${T}) 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 n9=1,Pn=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=n9,{font:c,fontSize:f}=Gx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),m=i.convertPxToPt(s.width),p=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(`${B(l)} ${B(u)} ${B(m)} ${B(p)} 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(`${B(h)} w`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("S");let y=l+m/2,{yPt:w}=Sx(x,f,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(`/${c.resourceName} ${B(i.convertPxToPt(f))} Tf`),n.push(`${S.r.toFixed(3)} ${S.g.toFixed(3)} ${S.b.toFixed(3)} rg`);let R=this.getButtonText(o),T=cx(R,c);return n.push(`1 0 0 0 ${B(y)} ${B(w)} Tm`),n.push(`(${T}) 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 Sn,new vn,new Ln,new Cn,new Tn,new Pn]}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}},Fn=new q7;async function Bn(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=f9(x.clipPath),o=!!r;o&&r&&t.beginClipPath(r),o9(t,x),i9(t,x),z7(t,[x],!0),x.kind==="svg"||x.tagName==="svg"&&x.customData?.svg?await x2(t,x,t.environment):x.image?t.drawImage(x.image,x.contentBox):Fn.canRender(x)&&t.renderFormControl(x),await r9(t,x),o&&t.endClipPath(),n&&t.endOpacityScope(x.opacity),e&&t.endTransformScope()}function s2(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 r9(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 o9(t,x){let e=x.background;if(!e)return;let n=s9(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 c=Y7(d,o)||Y7(d,r.originRect)?n.radius:c9(),f=r.gradient;f.type,t.fillRoundedRect(d,c,f)}}e.image&&a9(t,e.image,n.rect,n.radius)}}function a9(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 i9(t,x){let e=x.borderColor;if(!e)return;let{border:n}=x;if(!d9(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)},c=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,c,e);return}let a=r??{top:"solid",right:"solid",bottom:"solid",left:"solid"},i=n2(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 s9(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 d9(t){return t.top>0||t.right>0||t.bottom>0||t.left>0}function c9(){return{topLeft:{x:0,y:0},topRight:{x:0,y:0},bottomRight:{x:0,y:0},bottomLeft:{x:0,y:0}}}function f9(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 An(t){let{html:x,css:e="",widthPx:n,maxHeightPx:r,fontEmbedder:o,resourceBaseDir:a,assetRootDir:i,tokens:s,pageNumber:d=1,totalPages:c=1,environment:f}=t,l=a??"",u=i??l;if(!x||!x.trim())return null;let m=x;s&&(m=z6(x,s,d,c));let p=l9(m),b=Oe({viewport:{width:n,height:r}}),{document:g}=J6(p),{styleRules:y}=Ne(e),w=g.body||g.documentElement,S=new G0,R=S.fontSize,T=J0(w,y,S,b,R);u9(T.display)&&(T.display="block");let L=new l0(T,[],{tagName:w?.tagName?.toLowerCase()}),E={resourceBaseDir:l,assetRootDir:u,units:b,rootFontSize:R,environment:f};if(w)for(let F of Array.from(w.childNodes)){if(F.nodeType===F.ELEMENT_NODE){let P=F.tagName.toLowerCase();if(P==="head"||P==="meta"||P==="title"||P==="link"||P==="script")continue}let M=await Re(F,y,T,E);M&&L.appendChild(M)}Nt(L,{width:n,height:r},o??null);let A=Ot(L,{}),D=Math.min(b9(A.root),r);return k("layout","debug","Header/footer rendered",{widthPx:n,maxHeightPx:r,actualHeight:D,hasContent:A.root.children.length>0}),{renderTree:A,heightPx:D,root:A.root}}function d2(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=>d2(n))}}async function Mn(t,x,e,n,r,o){let a=d2(x.root),i=new _6(r);await m9(a,i),un(a,e,n-o,!1);let s=[a];for(;s.length>0;){let d=s.pop();await Bn(t,d);for(let c=d.children.length-1;c>=0;c--)s.push(d.children[c])}}function l9(t){return/<\s*html[\s>]/i.test(t)?t:`<!doctype html><html><head></head><body>${t}</body></html>`}function u9(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function b9(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 m9(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=c6(o,r.text,r.fontSize,a);f6(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 In(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 p9(t,x,e,n,r,o,s);return}k("layout","debug","Using legacy text rendering for headers/footers (no context)"),await h9(t,x,e,n,r,o,a)}async function p9(t,x,e,n,r,o,a){let{margins:i,pageWidthPx:s,pageHeightPx:d,fontRegistry:c,pageOffsetY:f,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 m=kn(x.content);if(k("layout","debug","Rendering header HTML",{headerHtml:m.slice(0,200)}),m)try{let p=await An({html:m,css:l,widthPx:u,maxHeightPx:x.maxHeightPx,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});p&&(k("layout","debug","Header rendered successfully",{heightPx:p.heightPx}),await Mn(t,p,i.left,i.top,c,f))}catch(p){k("layout","warn","Failed to render header HTML",{error:p})}}if(e?.content){let m=kn(e.content);if(m)try{let p=await An({html:m,css:l,widthPx:u,maxHeightPx:e.maxHeightPx,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});if(p){let h=d-i.bottom-e.maxHeightPx;await Mn(t,p,i.left,h,c,f)}}catch(p){k("layout","warn","Failed to render footer HTML",{error:p})}}}async function h9(t,x,e,n,r,o,a){let i=x?.content?kn(x.content):void 0,s=e?.content?kn(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),c=t.pageHeightPx?t.pageHeightPx-((e?.maxHeightPx??24)+16):16;await t.drawText(d,16,c,{...a,absolute:!0})}}function kn(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 c2(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 l2(t){let{rootContextId:x,contexts:e}=c2(t),n=[];return u2(x,e,n),n.map(r=>r.box)}function u2(t,x,e){let n=x.get(t);if(!n)return;let r=n.box;e.push({box:r});let o=[];b2(r,t,x,o);let a=[],i=[],s=[];for(let d of o){let c=p6(d);c.isPositioned&&c.zIndex!=="auto"?c.zIndex<0?a.push(d):s.push(d):i.push(d)}a.sort((d,c)=>{let f=p6(d).zIndex??0,l=p6(c).zIndex??0;return f!==l?f-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,c)=>{let f=p6(d).zIndex??0,l=p6(c).zIndex??0;return f!==l?f-l:0});for(let d of s)Z7(d,t,x,e)}function Z7(t,x,e,n){let r=m2(t,x,e);r?u2(r.id,e,n):n.push({box:t})}function b2(t,x,e,n){for(let r of t.children){let o=m2(r,null,e);if(o&&o.id!==x){n.push(r);continue}n.push(r),b2(r,x,e,n)}}function m2(t,x,e){for(let n of e.values())if(n.box===t&&(x===null||n.parentId===x))return n}function p2(t,x){let e=Number.isFinite(x.pageHeight)&&x.pageHeight>0?x.pageHeight:1,n=l2(t),r=g9(t),o=y9(t),a=w9(t),i=v9(n),s=Math.max(1,Math.ceil(i/e)),d=[];for(let c=0;c<s;c++){let f=c*e,l=f+e,u=n.filter(g=>Q7(g,f,l)),m=r.filter(g=>Q7(g,f,l)),p=R9(o,f,l),h=S9(a,f,l,f),b=[];d.push({paintOrder:u,floatLayerOrder:[],flowContentOrder:m,positionedLayersSortedByZ:p,decorations:b,links:h,pageOffsetY:f})}return d}function g9(t){let x=[];return J7(t,e=>(x.push(e),e.positioning.type==="normal")),x}function y9(t){return[]}function w9(t){let x=[];return J7(t,e=>(x.push(...e.links),!0)),x}function R9(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 S9(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 v9(t){let x=0;for(let e of t){let n=h2(e);x=Math.max(x,n.bottom)}return x}function Q7(t,x,e){let n=h2(t);return n.bottom>x&&n.top<e}function h2(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 g2(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 y2(t,x){let e,n=Number.POSITIVE_INFINITY;for(let r of t){let o=C9(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 Nn(t){return t?t.split(",").map(x=>eo(x.trim())).filter(x=>x.length>0):[]}function En(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 w2(t,x){let e=L9(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 L9(t){for(let x of t){let e=x.match(/local\(([^)]+)\)/i);if(e)return eo(e[1].trim())}return null}function C9(t,x){if(typeof t=="number")return c0(t);if(typeof t!="string")return null;let e=t.split(/\s+/).filter(Boolean);if(e.length>1){let r=e.map(o=>re(o,x)).filter(o=>o!==void 0).map(o=>c0(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=re(t,x);return n===void 0?null:c0(n)}function $x(t,x,e){let n=En(e),r=Zo(x),o=va(t);if(o){let i=Fr[o],s=La(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?Nn(t):x).flatMap(n=>{let r=jx(n),o=Kx.get(r),a=P6.get(r);return[n,o,a].filter(i=>!!i)})}var T9="Times New Roman";function R2(t,x,e,n,r){let o=r.get(t);if(o&&o.length>0){let s=y2(o,x);if(s){let d=w2(s,Kx);if(d)return $x(d,x,e)}}if(!n){let s=Sa.get(t);if(s)return $x(s,x,e)}let a=Kx.get(t);if(a){let s=at.has(a.toLowerCase());if(n||s)return $x(a,x,e)}let i=P6.get(t);return i?$x(i,x,e):$x(T9,x,e)}var Dn=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}};function S2(t){let{baseName:x,fontMetrics:e,fontProgram:n,usedGlyphIds:r}=t,o=t.encoding??"identity",a=Array.from(r).sort((b,g)=>b-g);a.includes(0)||a.unshift(0);let i=new Map;if(o==="identity")for(let b of a)i.set(b,b);else for(let b=0;b<a.length;b++)i.set(a[b],b);let s=o==="identity"?Math.min(...a):0,d=o==="identity"?Math.max(...a):a.length-1,c=e.metrics.unitsPerEm,f=[];if(o==="identity")for(let b of a){let y=e.glyphMetrics.get(b)?.advanceWidth??0,w=Math.round(y/c*1e3);f.push(w)}else for(let b of a){let y=e.glyphMetrics.get(b)?.advanceWidth??0,w=Math.round(y/c*1e3);f.push(w)}let l=[],u=e.cmap.unicodeMap;for(let b of a){let g=[];for(let[y,w]of u.entries())w===b&&g.push(y);if(g.length>0){let y=i.get(b);if(y!==void 0)for(let w of g)l.push({gid:y,unicode:w})}}let m=se(l),p=P9(n),h=b=>{let g=i.get(b);if(g===void 0)throw new Error(`Glyph ID ${b} not found in subset`);return g};return{name:`/${x}`,firstChar:s,lastChar:d,widths:f,toUnicodeCMap:m,fontFile:p,encodeGlyph:h,glyphIds:a}}function P9(t){return t.getRawTableData?F9(t):(console.warn("Font subsetting not fully implemented; no raw table data available"),new Uint8Array(0))}function F9(t){let x=["head","hhea","maxp","OS/2","hmtx","cmap","loca","glyf","name","post","cvt ","fpgm","prep"],e=new Map;for(let h of x){let b=t.getRawTableData(h);b&&b.length>0&&e.set(h,b)}if(e.size===0)return console.warn("No TTF tables available for font subsetting"),new Uint8Array(0);let n=e.size,r=Math.pow(2,Math.floor(Math.log2(n)))*16,o=Math.floor(Math.log2(n)),a=n*16-r,i=12,s=n*16,d=0;for(let h of e.values())d+=h.length+(4-h.length%4)%4;let c=i+s+d,f=new ArrayBuffer(c),l=new DataView(f),u=new Uint8Array(f);l.setUint32(0,65536,!1),l.setUint16(4,n,!1),l.setUint16(6,r,!1),l.setUint16(8,o,!1),l.setUint16(10,a,!1);let m=12,p=i+s;for(let[h,b]of e){let g=new TextEncoder().encode(h.padEnd(4));u.set(g.slice(0,4),m);let y=v2(b);l.setUint32(m+4,y,!1),l.setUint32(m+8,p,!1),l.setUint32(m+12,b.length,!1),u.set(b,p);let w=b.length+(4-b.length%4)%4;m+=16,p+=w}return B9(u,l,e),u}function v2(t){let x=0,e=new DataView(t.buffer,t.byteOffset,t.byteLength),n=Math.floor(t.length/4);for(let o=0;o<n;o++)x=x+e.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[n*4+a];o=o<<(4-r)*8,x=x+o>>>0}return x>>>0}function B9(t,x,e){let n=e.size,r=-1;for(let i=0;i<n;i++){let s=12+i*16;if(new TextDecoder().decode(t.slice(s,s+4)).trim()==="head"){r=x.getUint32(s+8,!1);break}}if(r===-1)return;x.setUint32(r+8,0,!1);let a=2981146554-v2(t)>>>0;x.setUint32(r+8,a,!1)}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 A9=80,On=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=e.embedded?.subset??x.fontFile;if(!s||s.length===0)return k("font","warn","missing-font-file-for-subset",{baseFont:e.baseFont,alias:x.name}),e.ref;let{DW:d,W:c}=ie(r),l=`${x.name.startsWith("/")?x.name.slice(1):x.name}+${e.baseFont}`,u=this.doc.registerStream(s,{}),m={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:A9,FontFile2:u},p=this.doc.register(m),h={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${l}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:p,DW:d,W:c,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 L2="Times New Roman",no=class{constructor(x,e){this.doc=x;this.facesByFamily=new Map;this.embedder=null;this.fontConfig=null;let{facesByFamily:n}=g2(e);this.facesByFamily=n,this.fontResourceManager=new Dn(x),this.subsetResourceManager=new On(x)}async ensureFontResource(x,e,n){let r=c0(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 c={baseFont:d.baseFont,resourceName:d.resourceName,ref:d.ref,isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,c),c}}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=c0(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 c={baseFont:d.baseFont,resourceName:d.resourceName,ref:d.ref,isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,c),c}}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=[...Nn(x),L2];for(let i of r){let s=jx(i);if(!s)continue;let d=this.familyWeightKey(s,e,n),c=this.fontResourceManager.getCached(d);if(c)return this.fontResourceManager.setCached(this.makeFamilyKey(x,e,n),c),c;let f=R2(s,e,n,this.embedder!==null,this.facesByFamily),l=this.fontResourceManager.ensureBaseFontResource(f);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(L2,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=En(n)?"_italic":"";return`${r}@${Ko(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 C2(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 M9(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,c=a.y1,f=a.cx,l=a.cy,u=d-i,m=c-s,p=u*u+m*m,h=0;if(p===0){let b=f-i,g=l-s;h=Math.hypot(b,g)}else{let b=((f-i)*u+(l-s)*m)/p,g=i+b*u,y=s+b*m;h=Math.hypot(f-g,l-y)}if(h<=n)r.push({x:d,y:c});else{let b=(i+f)/2,g=(s+l)/2,y=(f+d)/2,w=(l+c)/2,S=(b+y)/2,R=(g+w)/2;o.push({x0:S,y0:R,cx:y,cy:w,x1:d,y1:c}),o.push({x0:i,y0:s,cx:b,cy:g,x1:S,y1:R})}}}function T2(t,x,e=.5){let n=[],r=0,o=0,a=[],i=(c,f)=>{a.length>0&&n.push(a),a=[{x:c,y:f}],r=c,o=f},s=(c,f)=>{a||(a=[{x:r,y:o}]),a.push({x:c,y:f}),r=c,o=f},d=(c,f,l,u)=>{a||(a=[{x:r,y:o}]),M9({x:r,y:o},{x:c,y:f},{x:l,y:u},e,a),r=l,o=u};for(let c of t)switch(c.type){case"moveTo":{let f=c.x*x,l=-c.y*x;i(f,l);break}case"lineTo":{let f=c.x*x,l=-c.y*x;s(f,l);break}case"quadTo":{let f=c.cx*x,l=-c.cy*x,u=c.x*x,m=-c.y*x;d(f,l,u,m);break}case"cubicTo":{for(let l=1;l<=8;l++){let u=l/8,m=Math.pow(1-u,3)*r+3*u*Math.pow(1-u,2)*(c.cx1*x)+3*u*u*(1-u)*(c.cx2*x)+u*u*u*(c.x*x),p=Math.pow(1-u,3)*o+3*u*Math.pow(1-u,2)*(-c.cy1*x)+3*u*u*(1-u)*(-c.cy2*x)+u*u*u*(-c.y*x);s(m,p)}break}case"close":{if(a.length>0){let f=a[0],l=a[a.length-1];(Math.abs(f.x-l.x)>1e-6||Math.abs(f.y-l.y)>1e-6)&&a.push({x:f.x,y:f.y}),n.push(a),a=[]}break}}if(a.length>0){let c=a[0],f=a[a.length-1];(Math.abs(c.x-f.x)>1e-6||Math.abs(c.y-f.y)>1e-6)&&a.push({x:c.x,y:c.y}),n.push(a)}return{contours:n}}function P2(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 p of t)for(let h of p)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,c=s*x,f=new Uint8ClampedArray(d*c);for(let p=0;p<c;p++){let h=n+p/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,T=S.y;if(R===T)continue;let L=Math.min(R,T),E=Math.max(R,T);if(h<L||h>=E)continue;let A=(h-R)/(T-R),D=w.x+A*(S.x-w.x);b.push(D)}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 T=p*d;for(let L=S;L<R;L++)f[T+L]=255}}}let l=i,u=s,m=new Uint8ClampedArray(l*u);for(let p=0;p<u;p++)for(let h=0;h<l;h++){let b=0,g=p*x,y=h*x;for(let S=0;S<x;S++){let R=(g+S)*d;for(let T=0;T<x;T++)b+=f[R+y+T]}let w=Math.round(b/(x*x));m[p*l+h]=w}return{width:l,height:u,data:m,offsetX:e,offsetY:n}}Ce();function Gn(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),c=0;for(let u=-o;u<=o;u++){let m=d*Math.exp(-(u*u)/(2*s));i[u+o]=m,c+=m}for(let u=0;u<a;u++)i[u]/=c;let f=new Float32Array(x*e);for(let u=0;u<e;u++){let m=u*x;for(let p=0;p<x;p++){let h=0;for(let b=-o;b<=o;b++){let g=p+b;g<0?h+=i[b+o]*t[m+0]:g>=x?h+=i[b+o]*t[m+(x-1)]:h+=i[b+o]*t[m+g]}f[m+p]=h}}let l=new Uint8ClampedArray(x*e);for(let u=0;u<x;u++)for(let m=0;m<e;m++){let p=0;for(let h=-o;h<=o;h++){let b=m+h;b<0?p+=i[h+o]*f[0*x+u]:b>=e?p+=i[h+o]*f[(e-1)*x+u]:p+=i[h+o]*f[b*x+u]}l[m*x+u]=Math.round(p)}return l}var k9=500,g6=new Map,B2=new Map;function I9(){for(;g6.size>k9;){let t=g6.keys().next().value;if(!t)break;g6.delete(t)}}function N9(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 A2(t,x,e,n=4,r=0){let o=N9(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:c}=T2(i,d,.5),f=P2(c,n);if(!f)return null;let l=f.data;r&&r>0&&(l=Gn(f.data,f.width,f.height,r));let u=r&&r>0?Math.ceil(r*2)+2:0;try{let h=h6.pack(o,l,f.width,f.height,u);B2.set(o,h)}catch{B2.set(o,null)}let m=l instanceof Uint8ClampedArray?l:new Uint8ClampedArray(l),p={width:f.width,height:f.height,data:m,offsetX:f.offsetX,offsetY:f.offsetY};return g6.set(o,p),I9(),p}catch{return null}}var jn=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:c,fontResourceName:f}=x;if(!n.textShadows||n.textShadows.length===0)return e;let l=n.textShadows.some(y=>(y.blur??0)>0||y.color&&y.color.a!==void 0&&y.color.a<1),u=n.glyphs?E9(n.glyphs.font):null,m=this.fontRegistry.getEmbedder?this.fontRegistry.getEmbedder():void 0,p=u??(m?m.getMetrics(r.baseFont):null),h=c?`${B(d)} Tw`:void 0,b=c?"0 Tw":void 0,g=f??r.resourceName;if(this.imageRenderer&&l)if(n.glyphs&&p){try{let S=(await Promise.resolve().then(()=>(Ce(),F2))).globalGlyphAtlas.getPages();S&&S.length>0&&this.imageRenderer.registerAtlasPages(S)}catch{}let y=4,w=[];for(let S=0;S<n.glyphs.glyphIds.length;S++){let R=n.glyphs.glyphIds[S],T=n.glyphs.positions[S]??{x:0,y:0};try{let L=A2(p,R,s,y,0);if(!L)continue;w.push({mask:L,pos:T})}catch{}}if(w.length>0){let S=1/0,R=1/0,T=-1/0,L=-1/0,E=n.textShadows.reduce((M,P)=>Math.max(M,Math.max(0,P?.blur??0)),0);for(let M of w){let{mask:P,pos:I}=M,W=P.offsetX??0,H=P.offsetY??0,q=I.x+W,K=I.y+H,_=q+P.width,C=K+P.height;q<S&&(S=q),K<R&&(R=K),_>T&&(T=_),C>L&&(L=C)}let A=Math.ceil(E*2);S=Math.floor(S-A),R=Math.floor(R-A),T=Math.ceil(T+A),L=Math.ceil(L+A);let D=Math.max(0,T-S),F=Math.max(0,L-R);if(D>0&&F>0){let M=new Uint8Array(D*F);for(let P of w){let{mask:I,pos:W}=P,H=I.offsetX??0,q=I.offsetY??0,K=Math.round(W.x+H-S),_=Math.round(W.y+q-R);for(let C=0;C<I.height;C++){let V=_+C;if(V<0||V>=F)continue;let J=C,n0=V*D,e0=J*I.width;for(let Z=0;Z<I.width;Z++){let Y=n0+K+Z;if(Y<0||Y>=M.length)continue;let p0=I.data[e0+Z]||0,L0=M[Y]+p0;M[Y]=L0>255?255:L0}}}for(let P of n.textShadows){if(!P||!P.color)continue;let I=Math.max(0,P.blur??0),W=M instanceof Uint8ClampedArray?M:new Uint8ClampedArray(M),H=I>0?Gn(W,D,F,I):W,q=H instanceof Uint8ClampedArray?H:new Uint8ClampedArray(H),K=Math.round(tx(P.color.r)*255),_=Math.round(tx(P.color.g)*255),C=Math.round(tx(P.color.b)*255),V=P.color.a??1,J=`${n.text}|${r.baseFont}|size:${s}|blur:${Math.round(I)}|color:${K},${_},${C},${V}|ss:${y}`,n0,e0=this.runShadowCache.get(J);if(e0)n0=e0.alias;else{let r0=new Uint8Array(D*F*4);for(let U0=0,W0=0;U0<q.length;U0++,W0+=4)r0[W0]=K,r0[W0+1]=_,r0[W0+2]=C,r0[W0+3]=Math.round(q[U0]*V);let i0={src:`internal:shadow:run:${r.resourceName}:${Math.round(Math.random()*1e9)}`,width:D,height:F,format:"png",channels:4,bitsPerComponent:8,data:r0.buffer};n0=this.imageRenderer.registerResource(i0).alias,this.runShadowCache.set(J,{alias:n0,image:i0})}let Z=P.offsetX??0,Y=P.offsetY??0,p0=a.e+Z+S,L0=a.f+Y+R,h0=this.coordinateTransformer.convertPxToPt(D),D0=this.coordinateTransformer.convertPxToPt(F),C0=this.coordinateTransformer.convertPxToPt(p0),R0=L0-this.coordinateTransformer.pageOffsetPx,X=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(R0+F);e.push("q",`${B(h0)} 0 0 ${B(D0)} ${B(C0)} ${B(X)} cm`,`/${n0} Do`,"Q")}}}w.length===0&&this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b)}else if(l&&this.imageRenderer)try{for(let y of n.textShadows){if(!y||!y.color)continue;let w=y.offsetX??0,S=y.offsetY??0,R=Math.max(0,y.blur??0),T=y.color.a??1,L=[];if(R<=1)L.push({dx:0,dy:0,weight:1});else{let F=R/2;L.push({dx:0,dy:0,weight:.38}),L.push({dx:-F,dy:0,weight:.12}),L.push({dx:F,dy:0,weight:.12}),L.push({dx:0,dy:-F,weight:.12}),L.push({dx:0,dy:F,weight:.12}),L.push({dx:-F,dy:-F,weight:.035}),L.push({dx:F,dy:-F,weight:.035}),L.push({dx:-F,dy:F,weight:.035}),L.push({dx:F,dy:F,weight:.035})}for(let E of L){let A=E.dx,D=E.dy,F=T*E.weight,M={r:y.color.r,g:y.color.g,b:y.color.b,a:F},P=this.coordinateTransformer.convertPxToPt(a.e+w+A),I=a.f-this.coordinateTransformer.pageOffsetPx+S+D,W=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(I),H=["q",dx(M,this.graphicsStateManager),"BT"];h&&H.push(h),H.push(`/${g} ${B(i)} Tf`,`${B(a.a)} ${B(a.b)} ${B(a.c)} ${B(a.d)} ${B(P)} ${B(W)} Tm`,`(${o}) Tj`),b&&H.push(b),H.push("ET","Q"),e.push(...H)}}}catch{this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b)}else this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b);else this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b);return e}appendVectorShadowLayers(x,e,n,r,o,a,i,s,d){let c=e.textShadows??[];for(let f of c){if(!f||!f.color)continue;let l=this.coordinateTransformer.convertPxToPt(o.e+(f.offsetX??0)),u=o.f-this.coordinateTransformer.pageOffsetPx+(f.offsetY??0),m=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(u),p=["q",dx(f.color,this.graphicsStateManager),"BT"];s&&p.push(s),p.push(`/${i} ${B(a)} Tf`,`${B(o.a)} ${B(o.b)} ${B(o.c)} ${B(o.d)} ${B(l)} ${B(m)} Tm`,`(${r}) Tj`),d&&p.push(d),p.push("ET","Q"),x.push(...p)}}};function E9(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 $n=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(dx(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 c=Math.max(d*.8,.5),f=Math.max(d*.8,.5),l=s-c/2-f/2,u=s+c/2-f/2,m=[{x:n.e,y:l,width:r,height:f},{x:n.e,y:u,width:r,height:f}];for(let p of m){let h=this.rectToPdf(p);h&&o.push(dx(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),c=Math.max(d,.5),f=n==="dashed"?[3*c,3*c]:[c,c],l=u=>{let m=B(this.coordinateTransformer.convertPxToPt(r.e)),p=B(this.coordinateTransformer.convertPxToPt(r.e+o)),h=u-this.coordinateTransformer.pageOffsetPx,b=B(this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(h)),g=this.coordinateTransformer.convertPxToPt(Math.max(d,0)),y=f.map(w=>this.coordinateTransformer.convertPxToPt(Math.max(w,0))).map(B).join(" ");i.push(dx(a,this.graphicsStateManager),`${g>0?B(g):"0"} w`,`[${y}] 0 d`,`${m} ${b} m`,`${p} ${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),c=l=>{let u=[],m=Math.max(Math.round(r/(s/2)),2);for(let p=0;p<=m;p++){let h=n.e+r*p/m,b=p%2===0?-1:1,g=l+b*i;u.push({x:h,y:g})}return u},f=l=>{let u=c(l);if(u.length<2)return;let m=u[0].y-this.coordinateTransformer.pageOffsetPx,p=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(m),h=this.coordinateTransformer.convertPxToPt(u[0].x),b=this.coordinateTransformer.convertPxToPt(Math.max(d,0));a.push(dx(o,this.graphicsStateManager),`${B(b)} w`),a.push(`${B(h)} ${B(p)} 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(`${B(S)} ${B(w)} l`)}a.push("S")};if(x.decorations.lineThrough){let l=n.f-x.fontSize*.3;f(l)}if(x.decorations.underline){let l=n.f+x.fontSize*.1;f(l)}if(x.decorations.overline){let l=n.f-x.fontSize*.9;f(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:B(o),y:B(a),width:B(i),height:B(s)}}};var Vn=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),D9(d,e,n))return d}return a[a.length-1]}};function D9(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(dx(o,a)),d.push("BT"),d.push(`${x.name} ${B(r)} Tf`),s?.tm){let{a:b,b:g,c:y,d:w,e:S,f:R}=s.tm;d.push(`${B(b)} ${B(g)} ${B(y)} ${B(w)} ${B(S)} ${B(R)} Tm`)}else d.push(`${B(e)} ${B(n)} Td`);let c=i!==0;c&&d.push(`${B(i)} Tw`),s?.textRenderingMode!==void 0&&d.push(`${s.textRenderingMode} Tr`);let f=r/t.fontSize,l=t.font.metrics.metrics.unitsPerEm,u=t.font.metrics.glyphMetrics,m=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},p=[],h=!1;for(let b=0;b<t.glyphIds.length;b++){let g=t.glyphIds[b],y=m(g);if(p.push(`<${y}>`),b<t.glyphIds.length-1){let w=t.positions[b]?.x??0,R=(t.positions[b+1]?.x??w)-w;c&&(t.text[b+1]??"")===" "&&(R+=i/f);let L=(u.get(g)?.advanceWidth??0)/l*t.fontSize,E=R-L;if(Math.abs(E)>1e-6){let D=-(E*f)/r*1e3;Math.abs(D)>1e-6&&(h=!0,p.push(D))}}}if(h){let b=p.map(g=>typeof g=="number"?W9(g):g).join(" ");d.push(`[${b}] TJ`)}else{let b=t.glyphIds.map(g=>m(g)).join("");d.push(`<${b}> Tj`)}return d.push("ET"),s?.afterTextCommands&&s.afterTextCommands.length>0&&d.push(...s.afterTextCommands),d}function W9(t){return t.toFixed(6).replace(/\.?0+$/,"")}var O9=0,X6=class{constructor(x){this.coordinateTransformer=x;this.shadings=new Map;this.shadingCounter=0;this.serviceId=O9++}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},c;if(x.coords&&x.coords.units==="userSpace"){let m=x.coords.x1-d.x,p=x.coords.y1-d.y,h=x.coords.x2-d.x,b=x.coords.y2-d.y;c=[m,p,h,b]}else if(x.coords&&x.coords.units==="ratio"){let m=Math.max(d.width,0),p=Math.max(d.height,0),h=x.coords.x1*m,b=x.coords.y1*p,g=x.coords.x2*m,y=x.coords.y2*p;c=[h,b,g,y]}else c=this.calculateGradientCoordinates(x,d);let f=this.buildInterpolationFunction(r),l=["<<","/ShadingType 2","/ColorSpace /DeviceRGB",`/Coords [${c.map(V0).join(" ")}]`,"/Domain [0 1]",`/Function ${f}`,"/Extend [true true]",">>"].join(`
42
+ `);return a.push(c),be(a)}};var O6=class{constructor(x={}){this.builder=new Xt(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 l7(t,x,e){return{hf:t,pageSize:x,baseBox:e}}function u7(t,x){let e=Cs(t.hf,x,"header"),n=Cs(t.hf,x,"footer"),r=Ts(e),o=Ts(n),a=Ps(e),i=Ps(n);return{headerHeightPt:r,footerHeightPt:o,headerHeightPx:a,footerHeightPx:i,layerMode:t.hf.layerMode,header:e,footer:n,clipOverflow:t.hf.clipOverflow}}function b7(t,x,e){return Fs(t.header,x,e)}function m7(t,x,e){return Fs(t.footer,x,e)}function Cs(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 Ts(t){let x=[t.defaultVariant?.maxHeightPt??0,t.firstVariant?.maxHeightPt??0,t.evenVariant?.maxHeightPt??0,t.oddVariant?.maxHeightPt??0];return Math.max(...x)}function Ps(t){let x=[t.defaultVariant?.maxHeightPx??0,t.firstVariant?.maxHeightPx??0,t.evenVariant?.maxHeightPx??0,t.oddVariant?.maxHeightPx??0];return Math.max(...x)}function Fs(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 p7(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 H6(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 Bs=new Map;function O(t,x){Bs.set(t,x)}function As(t){return Bs.get(t)}function Ms(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 ks(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 h7(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 Is(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 Ns(t){if(!t)return;let x=t.trim().toLowerCase();return x==="auto"?"auto":h7(x)}function Es(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 Ds(t,x){x.display=Ms(t)}function Ws(t,x){let e=ks(t);e!==void 0&&(x.justifyContent=e)}function Os(t,x){let e=h7(t);e!==void 0&&(x.alignItems=e)}function Hs(t,x){let e=Is(t);e!==void 0&&(x.alignContent=e)}function Us(t,x){let e=Ns(t);e!==void 0&&(x.alignSelf=e)}function zs(t,x){let e=Es(t);e!==void 0&&(x.flexDirection=e)}function Gs(t,x){let e=t.trim().toLowerCase();e==="nowrap"?x.flexWrap=!1:(e==="wrap"||e==="wrap-reverse")&&(x.flexWrap=!0)}function js(t,x){x.color=t}function $s(t,x){x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push({kind:"color",color:t})}function Vs(t){if(!Number.isFinite(t??NaN))return 0;let x=Number(t);return x>0?x:0}function qt(t){return Number.isFinite(t)?t<0?0:t:0}function c6(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 P0(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 Hl=new Set(["none","hidden","solid","dashed","dotted","double","groove","ridge","inset","outset"]),g7={thin:1,medium:3,thick:5},y7=g7.medium;function Ys(t){let x=P0(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=f6(a);if(s!==void 0){e=s;continue}}let i=a.toLowerCase();if(!n&&Hl.has(i)){n=i;continue}r===void 0&&(r=a)}return n==="none"||n==="hidden"?e=0:e===void 0&&n&&(e=y7),{width:e,style:n,color:r}}function f6(t){let x=t.trim().toLowerCase();if(x)return x in g7?g7[x]:Q(t)}function Xs(t){let x=t.trim();if(!x)return null;let[e,n]=x.split("/").map(a=>a.trim()),r=_s(e);if(!r)return null;let o=n?_s(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 pe(t){let x=t.trim();if(!x)return;let[e,n]=x.split("/").map(i=>i.trim()),r=P0(e);if(r.length===0)return;let o=Kt(r[0]),a;if(n){let i=P0(n);a=Kt(i[0])}else r.length>1?a=Kt(r[1]):a=o;return{x:o,y:a}}function Kt(t){let x=Q(t);return x===void 0?0:typeof x=="number"?Vs(x):x}function _s(t){if(!t)return null;let x=P0(t);if(x.length===0)return null;let e=x.map(n=>Kt(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 qs(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=c6(x),r=[];for(let o of n){let a=Ul(o);a&&r.push(a)}return r}function Ul(t){let x=P0(t);if(x.length===0)return null;let e=!1,n=[],r;for(let c of x){if(c.toLowerCase()==="inset"){e=!0;continue}let l=Q(c);if(l!==void 0){n.push(l);continue}if(r===void 0&&zl(c)){r=c;continue}}if(n.length<2)return null;let o=(c,f=!1)=>c===void 0?0:typeof c=="number"&&f?qt(c):c,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 zl(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 q0(t,x,e,n){let r=Ys(t);r&&(n&&n(r.style),r.style==="none"||r.style==="hidden"?x(0):r.width!==void 0?x(r.width):r.style&&x(y7),r.color!==void 0&&e(r.color))}function Ks(t,x){let e=P0(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 Zs(t,x){let e=P0(t);e.length!==0&&x(e[0]?.toLowerCase())}function he(t){let x=P0(t);if(x.length===0)return!1;let e=x[0]?.toLowerCase();return e==="none"||e==="hidden"}function U6(t,x,e=vx){let n=P0(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 Qs(t,x){Ks(t,e=>{x.borderColor=e})}function Js(t,x){let e=qs(t);e!==void 0&&(x.boxShadows=e)}function xd(t,x){q0(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 ed(t,x){q0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function td(t,x){q0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function nd(t,x){q0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function rd(t,x){q0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function od(t,x){let e=Xs(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 ad(t,x){let e=pe(t);e&&(x.borderTopLeftRadiusX=e.x,x.borderTopLeftRadiusY=e.y)}function id(t,x){let e=pe(t);e&&(x.borderTopRightRadiusX=e.x,x.borderTopRightRadiusY=e.y)}function sd(t,x){let e=pe(t);e&&(x.borderBottomRightRadiusX=e.x,x.borderBottomRightRadiusY=e.y)}function dd(t,x){let e=pe(t);e&&(x.borderBottomLeftRadiusX=e.x,x.borderBottomLeftRadiusY=e.y)}function cd(t,x){U6(t,(e,n,r,o)=>{x.borderTop=e,x.borderRight=n,x.borderBottom=r,x.borderLeft=o},f6)}function fd(t,x){x.borderTop=f6(t)??x.borderTop}function ld(t,x){x.borderRight=f6(t)??x.borderRight}function ud(t,x){x.borderBottom=f6(t)??x.borderBottom}function bd(t,x){x.borderLeft=f6(t)??x.borderLeft}function md(t,x){t.trim()&&(x.borderColor=t.trim())}function pd(t,x){t.trim()&&(x.borderColor=t.trim())}function hd(t,x){t.trim()&&(x.borderColor=t.trim())}function gd(t,x){t.trim()&&(x.borderColor=t.trim())}function yd(t,x){Zs(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 wd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleTop=e,he(t)&&(x.borderTop=0))}function Rd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleRight=e,he(t)&&(x.borderRight=0))}function Sd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleBottom=e,he(t)&&(x.borderBottom=0))}function vd(t,x){let e=t.trim().toLowerCase();e&&(x.borderStyleLeft=e,he(t)&&(x.borderLeft=0))}function Ld(t,x){let e=t.trim().toLowerCase();x.borderModel=e==="collapse"?"collapse":"separate"}function Cd(t,x){q0(t,e=>{x.borderTop=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleTop=e.toLowerCase())})}function Td(t,x){q0(t,e=>{x.borderBottom=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleBottom=e.toLowerCase())})}function Pd(t,x){q0(t,e=>{x.borderLeft=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleLeft=e.toLowerCase())})}function Fd(t,x){q0(t,e=>{x.borderRight=e},e=>{x.borderColor=e??x.borderColor},e=>{e&&(x.borderStyleRight=e.toLowerCase())})}function Bd(t,x){U6(t,(e,n,r,o)=>{x.marginTop=e,x.marginRight=n,x.marginBottom=r,x.marginLeft=o})}function Ad(t,x){x.marginTop=Q(t)??x.marginTop}function Md(t,x){x.marginRight=vx(t)??x.marginRight}function kd(t,x){x.marginBottom=Q(t)??x.marginBottom}function Id(t,x){x.marginLeft=vx(t)??x.marginLeft}function Nd(t,x){x.marginTop=Q(t)??x.marginTop}function Ed(t,x){x.marginBottom=Q(t)??x.marginBottom}function Dd(t,x){x.marginLeft=vx(t)??x.marginLeft}function Wd(t,x){x.marginRight=vx(t)??x.marginRight}function Od(t,x){U6(t,(e,n,r,o)=>{x.paddingTop=e,x.paddingRight=n,x.paddingBottom=r,x.paddingLeft=o},Q)}function Hd(t,x){x.paddingTop=Q(t)??x.paddingTop}function Ud(t,x){x.paddingRight=Q(t)??x.paddingRight}function zd(t,x){x.paddingBottom=Q(t)??x.paddingBottom}function Gd(t,x){x.paddingLeft=Q(t)??x.paddingLeft}function jd(t,x){x.paddingTop=Q(t)??x.paddingTop}function $d(t,x){x.paddingBottom=Q(t)??x.paddingBottom}function Vd(t,x){x.paddingLeft=Q(t)??x.paddingLeft}function _d(t,x){x.paddingRight=Q(t)??x.paddingRight}var Gl=/^(-?\d+(?:\.\d+)?)%$/;function z6(t){let x=Q(t);if(x!==void 0)return x;let e=Gl.exec(t.trim());if(!e)return;let n=Number.parseFloat(e[1]);if(!Number.isNaN(n))return R6(n/100)}function Yd(t,x){let e=z6(t);e!==void 0&&(x.width=e)}function Xd(t,x){let e=z6(t);e!==void 0&&(x.minWidth=e)}function qd(t,x){let e=z6(t);e!==void 0&&(x.maxWidth=e)}function Kd(t,x){let e=z6(t);e!==void 0&&(x.height=e)}function Zd(t,x){let e=z6(t);e!==void 0&&(x.minHeight=e)}function Qd(t,x){let e=z6(t);e!==void 0&&(x.maxHeight=e)}function Jd(t,x){x.fontSize=De(t)??x.fontSize}function jl(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=Q(x);if(n!==void 0)return{kind:"length",value:n}}function xc(t,x){let e=jl(t);e&&(x.lineHeight=e)}function ec(t,x){let e=t.trim();e.toLowerCase()==="auto"?x.zIndex="auto":/^-?\d+$/.test(e)&&(x.zIndex=Number.parseInt(e,10))}function tc(t,x){let e=t.trim().toLowerCase();e!=="inherit"&&(e==="normal"||e==="small-caps")&&(x.fontVariant=e)}function nc(t,x){x.fontVariantNumeric=ta(t)}function rc(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 oc(t,x,e,n){let r=ee(t,n);r!==void 0&&(x.fontWeight=r)}function ac(t,x){x.fontFamily=t}var $l=/^(-?\d+(?:\.\d+)?)%$/;function Zt(t){let x=t.trim();if(!x)return;if(x.toLowerCase()==="auto")return"auto";let e=Q(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 R6(r/100)}}function ic(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 sc(t,x){let e=Zt(t);e!==void 0&&(x.top=e)}function dc(t,x){let e=Zt(t);e!==void 0&&(x.right=e)}function cc(t,x){let e=Zt(t);e!==void 0&&(x.bottom=e)}function fc(t,x){let e=Zt(t);e!==void 0&&(x.left=e)}function w7(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 lc(t,x){x.textAlign=t.toLowerCase()}function uc(t,x){let e=w7(t);e!==void 0&&(x.textDecorationLine=e);let n=Sc(t);n&&(x.textDecorationStyle=n);let r=Xl(t);r&&(x.textDecorationColor=r)}function bc(t,x){let e=w7(t);e!==void 0&&(x.textDecorationLine=e)}function mc(t,x){let e=t.trim();e&&(x.textDecorationColor=e)}function pc(t,x){let e=Sc(t);e&&(x.textDecorationStyle=e)}function hc(t,x){x.float=t}function gc(t,x){let e=S6(t);e!==void 0&&(x.textIndent=e)}function yc(t,x){let e=t.trim().toLowerCase();if(e==="initial"){x.textTransform="none";return}if(Rc.has(e))return;let n=Vl[e];n&&(x.textTransform=n)}function wc(t,x){let e=t.trim().toLowerCase();if(!e)return;if(e==="normal"){x.letterSpacing=0;return}if(Rc.has(e))return;let n=De(t);n!==void 0&&(x.letterSpacing=n)}var Vl={none:"none",uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize"},Rc=new Set(["inherit","unset","revert","revert-layer"]),R7=new Set(Object.keys(a6).map(t=>t.toLowerCase()));R7.add("transparent");R7.add("currentcolor");var _l=new Set(["underline","overline","line-through","none"]),Yl=new Set(["solid","double","dotted","dashed","wavy"]);function Sc(t){if(!t)return;let x=t.trim().toLowerCase().split(/\s+/);for(let e of x)if(Yl.has(e))return e}function Xl(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(!_l.has(o)&&R7.has(o))return o}}function vc(t){switch(t){case"normal":return"normal";case"anywhere":return"anywhere";case"break-word":return"break-word";default:return}}function Lc(t,x){if(!t)return;let e=vc(t.trim().toLowerCase());e&&(x.overflowWrap=e)}function Cc(t,x){if(!t)return;let e=vc(t.trim().toLowerCase());e&&(x.overflowWrap=e==="anywhere"?"break-word":e)}function ql(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=c6(x),r=[];for(let o of n){let a=Kl(o);a&&r.push(a)}return r}function Tc(t,x){let e=ql(t);e!==void 0&&(x.textShadows=e)}function Kl(t){let x=P0(t);if(x.length===0)return null;let e=[],n;for(let s of x){let d=Q(s);if(d!==void 0){e.push(d);continue}if(n===void 0){let c=s.toLowerCase();if(Zl(c)){n=s;continue}}}if(e.length<2)return null;let r=(s,d=!1)=>s===void 0?0:typeof s=="number"&&d?qt(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 Zl(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 Ql={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"},Jl=new Set(["inherit","unset","revert","revert-layer"]);function Pc(t,x){if(!t)return;let e=t.trim().toLowerCase();if(e){if(e==="initial"){x.listStyleType="disc";return}Jl.has(e)||(x.listStyleType=Ql[e]??e)}}function Fc(t,x){let e=t.trim();if(e==="none"||e==="inherit"){x.content=void 0;return}let n=xu(e);n.length>0&&(x.content=n)}function xu(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+=`
43
+ `,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 c=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=>c===u)||c.endsWith("deg")?(n=c,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=c6(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 c=Bc(d);c&&s.push(c)}return console.log("Gradient parser - parsed stops:",s),s.length===0&&s.push({color:"#000000"}),{type:"linear",direction:n,stops:s}}function ge(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=ou(n),o=r===-1?"":n.slice(0,r).trim(),a=r===-1?n:n.slice(r+1).trim(),i=eu(o);i.hasDescriptor||(a=n);let s=[],d=c6(a);for(let c of d){if(!c.trim())continue;let f=Bc(c);f&&s.push(f)}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 Bc(t){let x=P0(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 eu(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(c=>c.toLowerCase()==="at"),r=n===-1?e:e.slice(0,n),o=n===-1?[]:e.slice(n+1),a,i;for(let c of r){let f=c.toLowerCase();if(f==="circle"||f==="ellipse"){a=f;continue}if(ru(f)){i=f;continue}}let s=tu(o);return{shape:a,size:i,position:s,hasDescriptor:!!a||!!i||!!s}}function tu(t){if(!t||t.length===0)return;if(t.length===1){let n=t[0];return nu(n)?{x:"50%",y:Qt(n,"y")}:{x:Qt(n,"x"),y:"50%"}}let x=t[0],e=t[1];return{x:Qt(x,"x"),y:Qt(e,"y")}}function Qt(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 nu(t){let x=t.toLowerCase();return x==="top"||x==="bottom"}function ru(t){switch(t){case"closest-side":case"farthest-side":case"closest-corner":case"farthest-corner":return!0;default:return!1}}function ou(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 S7(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 S7(t)??t.trim()}function Ac(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 l6(t){return t.backgroundLayers||(t.backgroundLayers=[]),t.backgroundLayers}function Jt(t){let x=l6(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 kc(t){let x=t.trim();if(!x)return[];let e=au(x),n=[];for(let r of e){let o=iu(r);o&&n.push(o)}return n}function au(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 iu(t){let x=t.trim();if(!x)return null;let e=Ac(x,"radial-gradient")??Ac(x,"linear-gradient");if(e){let n=su(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();v7(d)?n.repeat=d:L7(d)&&(n.origin=d)}}return n}}return fu(x)?{kind:"color",color:x}:du(x)}function su(t){let x=t.trim().toLowerCase(),e=x.startsWith("linear-gradient(")?yx(t):x.startsWith("radial-gradient(")?ge(t):null;return e?{kind:"gradient",gradient:e}:null}function du(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=cu(s),i++):lu(d)?(n=G6(d,x[i+1]),i+=n.y!=="top"?2:1):v7(d)?(o=d,i++):(L7(d)&&a===void 0&&(a=d),i++)}return{kind:"image",url:e,position:n,size:r,repeat:o,origin:a}}function cu(t){let x=t.indexOf("/");if(x===-1){let e=S7(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 Mc=new Set(["top","bottom"]);function G6(t,x){return{x:t.toLowerCase(),y:x.toLowerCase()}}function fu(t){let x=t.toLowerCase();return!!(x in a6||x==="transparent"||x.startsWith("#")&&(x.length===4||x.length===7)||x.startsWith("rgb(")||x.startsWith("rgba(")||x.startsWith("hsl(")||x.startsWith("hsla("))}function lu(t){return["left","center","right","top","bottom"].includes(t.toLowerCase())}function v7(t){return["repeat","repeat-x","repeat-y","no-repeat","space","round"].includes(t.toLowerCase())}function L7(t){let x=t.toLowerCase();return x==="border-box"||x==="padding-box"||x==="content-box"}function Ic(t,x){l6(t);let e=Jt(t),n=S7(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 uu(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"?G6("center","center"):Mc.has(n)?G6("center",n):G6(n,"center");let r=e[1];if(Mc.has(n)){let a=x[1]??"center";return G6(a,n)}return G6(n,r??"center")}function Nc(t,x){l6(t);let e=Jt(t),n=uu(x);(e.kind==="image"||e.kind==="gradient")&&(e.position=n)}function Ec(t,x){l6(t);let e=x.trim().toLowerCase();if(!L7(e))return;let n=Jt(t);(n.kind==="image"||n.kind==="gradient")&&(n.origin=e)}function Dc(t,x){l6(t);let e=x.trim().toLowerCase();if(!v7(e))return;let n=Jt(t);(n.kind==="image"||n.kind==="gradient")&&(n.repeat=e)}var bu=new Set(["border-box","padding-box","content-box","text"]);function Wc(t,x){Ic(x,t)}function Oc(t,x){Nc(x,t)}function Hc(t,x){Ec(x,t)}function Uc(t,x){Dc(x,t)}function zc(t,x){let e=l6(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(!bu.has(o))continue;let a=Math.min(r,e.length-1),i=e[a];i&&(i.clip=o)}}function Gc(t,x){let e=t.trim(),n=yx(t)??ge(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 jc(t,x){console.log("Processing background property:",t);let e=kc(t);console.log("Parsed background layers:",e),e.length>0&&(x.backgroundLayers||(x.backgroundLayers=[]),x.backgroundLayers.push(...e))}function $c(t,x){let e=t.trim().toLowerCase();["contain","cover","fill","none","scale-down"].includes(e)&&(x.objectFit=e)}function _c(t,x){let e=mu(t);e&&(x.clipPath=e)}function mu(t){if(!t)return;let x=t.trim();if(x==="none")return;let e=pu(x);if(e)return e}function pu(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*/):hu(e.split(/\s+/)),r=[];for(let a of n){let i=a.trim().split(/\s+/).filter(Boolean);if(i.length<2)return;let s=Vc(i[0]),d=Vc(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 hu(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 Vc(t){let x=S6(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 gu(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 qc(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 Yc(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 Xc(t){let x=t.trim().toLowerCase();if(x.startsWith("minmax(")&&x.endsWith(")")){let r=x.slice(7,-1),[o,a]=qc(r);if(!o||!a)return;let i=Q(o);if(i===void 0)return;let s=Yc(a);if(s!==void 0)return{kind:"flex",flex:s,min:i};let d=Q(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=Yc(x);if(e!==void 0)return{kind:"flex",flex:e};if(x==="auto")return{kind:"auto"};let n=Q(x);if(n!==void 0)return{kind:"fixed",size:n}}function C7(t){if(!t)return;let x=gu(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]=qc(a);if(!i||!s)return;let d=Xc(s);if(!d)return;let c=i.trim().toLowerCase();if(c==="auto-fit"||c==="auto-fill"){let u={kind:"repeat-auto",mode:c,track:d};e.push(u);continue}let f=Number.parseInt(c,10);if(!Number.isFinite(f)||f<=0)return;let l={kind:"repeat",count:f,track:d};e.push(l);continue}let o=Xc(n);if(!o)return;e.push(o)}return e}function Kc(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=Q(x[0]);if(e===void 0)return;let n=x.length>1?Q(x[1]):void 0;return{row:e,column:n??e}}function Zc(t,x){let e=C7(t);e&&(x.trackListColumns=e)}function Qc(t,x){let e=C7(t);e&&(x.trackListRows=e)}function Jc(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 xf(t,x){let e=Kc(t);e&&(x.rowGap=e.row,x.columnGap=e.column)}function ef(t,x){let e=Q(t);e!==void 0&&(x.rowGap=e)}function tf(t,x){let e=Q(t);e!==void 0&&(x.columnGap=e)}function nf(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 rf=!1;function of(){rf||(rf=!0,O("display",Ds),O("justify-content",Ws),O("align-items",Os),O("align-content",Hs),O("align-self",Us),O("flex-direction",zs),O("flex-wrap",Gs),O("color",js),O("background-color",$s),O("border-color",Qs),O("box-shadow",Js),O("border",xd),O("border-top",ed),O("border-right",td),O("border-bottom",nd),O("border-left",rd),O("border-radius",od),O("border-top-left-radius",ad),O("border-top-right-radius",id),O("border-bottom-right-radius",sd),O("border-bottom-left-radius",dd),O("border-width",cd),O("border-top-width",fd),O("border-right-width",ld),O("border-bottom-width",ud),O("border-left-width",bd),O("border-top-color",md),O("border-right-color",pd),O("border-bottom-color",hd),O("border-left-color",gd),O("border-style",yd),O("border-top-style",wd),O("border-right-style",Rd),O("border-bottom-style",Sd),O("border-left-style",vd),O("border-collapse",Ld),O("border-block-start",Cd),O("border-block-end",Td),O("border-inline-start",Pd),O("border-inline-end",Fd),O("margin",Bd),O("margin-top",Ad),O("margin-right",Md),O("margin-bottom",kd),O("margin-left",Id),O("margin-block-start",Nd),O("margin-block-end",Ed),O("margin-inline-start",Dd),O("margin-inline-end",Wd),O("padding",Od),O("padding-top",Hd),O("padding-right",Ud),O("padding-bottom",zd),O("padding-left",Gd),O("padding-block-start",jd),O("padding-block-end",$d),O("padding-inline-start",Vd),O("padding-inline-end",_d),O("width",Yd),O("min-width",Xd),O("max-width",qd),O("height",Kd),O("min-height",Zd),O("max-height",Qd),O("font-size",Jd),O("line-height",xc),O("z-index",ec),O("font-family",ac),O("font-style",rc),O("font-variant",tc),O("font-variant-numeric",nc),O("font-weight",oc),O("position",ic),O("top",sc),O("right",dc),O("bottom",cc),O("left",fc),O("text-align",lc),O("text-decoration",uc),O("text-decoration-line",bc),O("text-decoration-color",mc),O("text-decoration-style",pc),O("letter-spacing",wc),O("text-indent",gc),O("text-transform",yc),O("float",hc),O("overflow-wrap",Lc),O("word-wrap",Cc),O("text-shadow",Tc),O("list-style-type",Pc),O("content",Fc),O("transform",(t,x)=>{x.transform=t}),O("background-size",Wc),O("background-position",Oc),O("background-origin",Hc),O("background-repeat",Uc),O("background-clip",zc),O("background-image",Gc),O("background",jc),O("object-fit",$c),O("clip-path",_c),O("grid-template-columns",Zc),O("grid-template-rows",Qc),O("grid-auto-flow",Jc),O("gap",xf),O("row-gap",ef),O("column-gap",tf),O("opacity",nf))}of();var yu=new Set(["border","border-color","border-style","border-width","border-radius","margin","padding","background","font","text-decoration","flex","gap"]),T7=new Map;function af(t){if(T7.has(t))return T7.get(t);let x=As(t);return x&&T7.set(t,x),x}function sf(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))yu.has(i)?o.push([i,s]):a.push([i,s]);for(let[i,s]of o){let d=af(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}for(let[i,s]of a){let d=af(i);d?d(s,x,e,n):i.startsWith("--")||console.warn(`Unsupported CSS property: ${i}`)}}function df(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 xn=class{static resolveInheritedProperties(x,e){return{color:x.color??e.color,fontSize:x.fontSize,lineHeight:z0(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 en=class{constructor(x,e){this.fontSize=x;this.rootFontSize=e}resolveLengthInput(x){return Po(x,this.fontSize,this.rootFontSize)}resolveNumberLike(x){return A0(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 ye=class t{static resolveTrackSizeInputToAbsolute(x,e,n){return x.kind==="fixed"?{kind:"fixed",size:A0(x.size,e,n)??0}:x.kind==="flex"?{kind:"flex",flex:x.flex,min:A0(x.min,e,n),max:A0(x.max,e,n)}:{kind:"auto",min:A0(x.min,e,n),max:A0(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 wu(t){switch(t){case"left":return"left";case"right":return"right";case"none":return"none";default:return}}function Ru(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 Su={small:.8,big:1.2};function vu(t,x,e){let{fontSize:n,marginTop:r,marginRight:o,marginBottom:a,marginLeft:i,paddingTop:s,paddingRight:d,paddingBottom:c,paddingLeft:f,borderTop:l,borderRight:u,borderBottom:m,borderLeft:p,...h}=t,b={...h},g=y=>A0(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)),c!==void 0&&(b.paddingBottom=g(c)),f!==void 0&&(b.paddingLeft=g(f)),l!==void 0&&(b.borderTop=g(l)),u!==void 0&&(b.borderRight=g(u)),m!==void 0&&(b.borderBottom=g(m)),p!==void 0&&(b.borderLeft=g(p)),b}function J0(t,x,e,n,r){let o=t.tagName.toLowerCase(),a=J6.getDefaultsForElement(o),i=Tx.createBaseDefaults(),s=Tx.mergeElementDefaults(i,a),d=xn.resolveInheritedProperties(e,s),c={},f={};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 V={};for(let[J,n0]of Object.entries(C.declarations))J.startsWith("--")?V[J]=n0:V[J.toLowerCase()]=n0;Object.assign(f,V)}let l=df(t.getAttribute("style")??"");Object.keys(l).length>0&&k("style","debug","inline style applied",{declarations:l}),Object.assign(f,l);let u=e.customProperties?e.customProperties.clone():new _x;u=$o(f).inherit(u),k("style","debug","custom properties",{count:u.size,keys:u.keys()});let p=Vo(f,u);sf(p,c,n,d.fontWeight??s.fontWeight);let h=s.display??Ru(o),b=c.display??h;k("style","debug","computeStyleForElement display",{tagName:o,styleInitDisplay:c.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=wu(c.float),y=a.fontWeight!==void 0,w=a.fontStyle!==void 0,S=i.lineHeight??x0(),R=s.lineHeight??S,T=!Do(R,S),L=r??e.fontSize,A=d.fontSize;if(c.fontSize!==void 0){let C=A0(c.fontSize,d.fontSize,L);C!==void 0&&(A=C)}else{let C=A0(s.fontSize,d.fontSize,L);C!==void 0&&(A=C);let V=Su[o];V!==void 0&&(A=(d.fontSize??16)*V)}let E=vu(s,A,L),F={customProperties:u,...E,color:d.color,fontSize:A,lineHeight:z0(T?R:d.lineHeight),fontFamily:d.fontFamily,fontStyle:w?s.fontStyle:d.fontStyle,fontWeight:y?s.fontWeight:c0(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:c.borderModel??s.borderModel};c.lineHeight!==void 0&&(F.lineHeight=Eo(c.lineHeight,A,L));let M=new en(A,L),P=(C,V)=>{M.createLengthAssigner(V)(C)},I=(C,V)=>{M.createNumberAssigner(V)(C)};if(c.position!==void 0&&(F.position=c.position),c.top!==void 0&&P(c.top,C=>F.top=C),c.right!==void 0&&P(c.right,C=>F.right=C),c.bottom!==void 0&&P(c.bottom,C=>F.bottom=C),c.left!==void 0&&P(c.left,C=>F.left=C),c.zIndex!==void 0&&(F.zIndex=c.zIndex),c.color!==void 0&&(F.color=c.color),c.backgroundLayers!==void 0&&(F.backgroundLayers=c.backgroundLayers),c.clipPath!==void 0&&(F.clipPath=c.clipPath),c.borderColor!==void 0&&(F.borderColor=c.borderColor),c.borderStyleTop!==void 0&&(F.borderStyleTop=c.borderStyleTop),c.borderStyleRight!==void 0&&(F.borderStyleRight=c.borderStyleRight),c.borderStyleBottom!==void 0&&(F.borderStyleBottom=c.borderStyleBottom),c.borderStyleLeft!==void 0&&(F.borderStyleLeft=c.borderStyleLeft),c.boxShadows!==void 0&&(F.boxShadows=c.boxShadows.map(C=>({inset:C.inset,offsetX:M.resolveShadowLength(C.offsetX),offsetY:M.resolveShadowLength(C.offsetY),blurRadius:M.resolveShadowLength(C.blurRadius,!0),spreadRadius:M.resolveShadowLength(C.spreadRadius),color:C.color}))),c.textShadows!==void 0&&(F.textShadows=c.textShadows.map(C=>({offsetX:M.resolveShadowLength(C.offsetX),offsetY:M.resolveShadowLength(C.offsetY),blurRadius:M.resolveShadowLength(C.blurRadius,!0),color:C.color}))),c.fontFamily!==void 0&&(F.fontFamily=c.fontFamily),c.fontStyle!==void 0&&(F.fontStyle=c.fontStyle),c.fontVariant!==void 0&&(F.fontVariant=c.fontVariant),c.fontWeight!==void 0&&(F.fontWeight=c0(c.fontWeight)),c.overflowWrap!==void 0&&(F.overflowWrap=c.overflowWrap),c.marginTop!==void 0?P(c.marginTop,C=>F.marginTop=C):F.marginTop=A0(s.marginTop,A,L),c.marginRight!==void 0?P(c.marginRight,C=>F.marginRight=C):F.marginRight=A0(s.marginRight,A,L),c.marginBottom!==void 0?P(c.marginBottom,C=>F.marginBottom=C):F.marginBottom=A0(s.marginBottom,A,L),c.marginLeft!==void 0?P(c.marginLeft,C=>F.marginLeft=C):F.marginLeft=A0(s.marginLeft,A,L),c.paddingTop!==void 0&&P(c.paddingTop,C=>F.paddingTop=C),c.paddingRight!==void 0&&P(c.paddingRight,C=>F.paddingRight=C),c.paddingBottom!==void 0&&P(c.paddingBottom,C=>F.paddingBottom=C),c.paddingLeft!==void 0&&P(c.paddingLeft,C=>F.paddingLeft=C),c.borderTop!==void 0&&P(c.borderTop,C=>F.borderTop=C),c.borderRight!==void 0&&P(c.borderRight,C=>F.borderRight=C),c.borderBottom!==void 0&&P(c.borderBottom,C=>F.borderBottom=C),c.borderLeft!==void 0&&P(c.borderLeft,C=>F.borderLeft=C),c.borderTopLeftRadiusX!==void 0&&I(c.borderTopLeftRadiusX,C=>F.borderTopLeftRadiusX=C),c.borderTopLeftRadiusY!==void 0&&I(c.borderTopLeftRadiusY,C=>F.borderTopLeftRadiusY=C),c.borderTopRightRadiusX!==void 0&&I(c.borderTopRightRadiusX,C=>F.borderTopRightRadiusX=C),c.borderTopRightRadiusY!==void 0&&I(c.borderTopRightRadiusY,C=>F.borderTopRightRadiusY=C),c.borderBottomRightRadiusX!==void 0&&I(c.borderBottomRightRadiusX,C=>F.borderBottomRightRadiusX=C),c.borderBottomRightRadiusY!==void 0&&I(c.borderBottomRightRadiusY,C=>F.borderBottomRightRadiusY=C),c.borderBottomLeftRadiusX!==void 0&&I(c.borderBottomLeftRadiusX,C=>F.borderBottomLeftRadiusX=C),c.borderBottomLeftRadiusY!==void 0&&I(c.borderBottomLeftRadiusY,C=>F.borderBottomLeftRadiusY=C),c.width!==void 0&&P(c.width,C=>F.width=C),c.minWidth!==void 0&&P(c.minWidth,C=>F.minWidth=C),c.maxWidth!==void 0&&P(c.maxWidth,C=>F.maxWidth=C),c.height!==void 0&&P(c.height,C=>F.height=C),c.minHeight!==void 0&&P(c.minHeight,C=>F.minHeight=C),c.maxHeight!==void 0&&P(c.maxHeight,C=>F.maxHeight=C),c.trackListColumns!==void 0){let C=ye.resolveTrackDefinitionsInput(c.trackListColumns,A,L);C&&(F.trackListColumns=C)}if(c.trackListRows!==void 0){let C=ye.resolveTrackDefinitionsInput(c.trackListRows,A,L);C&&(F.trackListRows=C)}c.autoFlow!==void 0&&(F.autoFlow=c.autoFlow),c.rowGap!==void 0&&I(c.rowGap,C=>F.rowGap=C),c.columnGap!==void 0&&I(c.columnGap,C=>F.columnGap=C),c.justifyContent!==void 0&&(F.justifyContent=c.justifyContent),c.alignItems!==void 0&&(F.alignItems=c.alignItems),c.alignContent!==void 0&&(F.alignContent=c.alignContent),c.alignSelf!==void 0&&(F.alignSelf=c.alignSelf),c.flexDirection!==void 0&&(F.flexDirection=c.flexDirection),c.flexWrap!==void 0&&(F.flexWrap=c.flexWrap),c.textAlign!==void 0&&(F.textAlign=c.textAlign),c.textIndent!==void 0&&P(c.textIndent,C=>F.textIndent=C),c.textTransform!==void 0&&(F.textTransform=c.textTransform),c.letterSpacing!==void 0&&I(c.letterSpacing,C=>F.letterSpacing=C),c.listStyleType!==void 0&&(F.listStyleType=c.listStyleType),c.transform!==void 0&&(F.transform=c.transform),c.objectFit!==void 0&&(F.objectFit=c.objectFit),c.opacity!==void 0&&(F.opacity=c.opacity);let W=s.textDecorationLine??"none",H=d.textDecorationLine??W;a.textDecorationLine!==void 0&&(H=a.textDecorationLine),c.textDecorationLine!==void 0&&(H=c.textDecorationLine),F.textDecorationLine=H;let q=c.textDecorationColor!==void 0?cf(c.textDecorationColor):void 0;q===void 0&&(q=a.textDecorationColor!==void 0?cf(a.textDecorationColor):void 0),q===void 0&&d.textDecorationColor!==void 0&&(q=d.textDecorationColor),q!==void 0&&(F.textDecorationColor=q);let K=s.textDecorationStyle??"solid",_=d.textDecorationStyle??K;if(a.textDecorationStyle!==void 0&&(_=a.textDecorationStyle),c.textDecorationStyle!==void 0&&(_=c.textDecorationStyle),F.textDecorationStyle=_,o==="em"||o==="strong"){let C={tagName:o,elementDefaultsFontStyle:a.fontStyle,mergedFontStyle:s.fontStyle,finalFontStyle:F.fontStyle};k("style","debug","element fontStyle",C)}return new G0(F)}function cf(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 j6=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 c=0;c<o;c++){let l=Math.min(n-1,Math.floor(c*d))*e*a,u=c*r*a;for(let m=0;m<r;m++){let p=Math.min(e-1,Math.floor(m*s)),h=l+p*a,b=u+m*a;for(let g=0;g<a;g++)i[b+g]=x[h+g]}}return i}};var tn=class t extends j6{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:c}=t.calculateDimensions(o,a,e),f=x.slice(0);return{width:d,height:c,format:"jpeg",channels:i,bitsPerChannel:s,data:f}}};async function Lu(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(()=>(Zx(),Kx));return x(t)}}async function Cu(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(()=>(Zx(),Kx));return x(t)}}function ff(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 Tu(t,x){let e=(1<<x)-1;return Math.round(t/e*255)}function Pu(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 nn=class t extends j6{static{this.PNG_SIGNATURE=[137,80,78,71,13,10,26,10]}constructor(x={}){super(),this.decompression={inflateRaw:x.inflateRaw??Lu,inflateZlib:x.inflateZlib??Cu}}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),c=t.resizeNN(i,r.width,r.height,s,d,4);return{width:s,height:d,format:"png",channels:4,bitsPerChannel:8,data:c.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)),c=n+8;if(n+12+s>x.byteLength)throw new Error(`Chunk ${d} extends beyond file boundary`);switch(d){case"IHDR":t.parseIHDR(e,c,o);break;case"PLTE":if(a)throw new Error("PLTE chunk must appear before IDAT");t.parsePLTE(x,c,s,o);break;case"tRNS":if(a)throw new Error("tRNS chunk must appear before IDAT");t.parseTRNS(x,c,s,o);break;case"IDAT":a=!0,r.push(new Uint8Array(x,c,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),c=Math.max(1,Math.ceil(s/8)),f=new Uint8Array(n*r*4),l=new Uint8Array(d),u=0;for(let m=0;m<r;m++){let p=x[u++],h=x.subarray(u,u+d);u+=d;let b=t.reconstructRow(h,l,p,c);t.convertRowToRGBA(b,f,m,n,e),l=b}return f}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,c;switch(n){case 0:c=x[a];break;case 1:c=x[a]+i;break;case 2:c=x[a]+s;break;case 3:c=x[a]+(i+s>>>1);break;case 4:c=x[a]+Pu(i,s,d);break;default:throw new Error(`Invalid filter type: ${n}`)}o[a]=c&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 c=ff(x,i,o);s=Tu(c,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 c=d*i,f=(n*r+d)*4,l=x[c],u=x[c+s],m=x[c+s*2];e[f]=l,e[f+1]=u,e[f+2]=m;let p=a&&l===a[1]&&u===a[3]&&m===a[5];e[f+3]=p?0:255}}static convertIndexed(x,e,n,r,o,a,i){for(let s=0;s<r;s++){let d=o===8?x[s]:ff(x,s,o),c=d*3,f=(n*r+s)*4;e[f]=a[c],e[f+1]=a[c+1],e[f+2]=a[c+2],e[f+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,c=(n*r+s)*4,f=x[d],l=x[d+i];e[c]=f,e[c+1]=f,e[c+2]=f,e[c+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,c=(n*r+s)*4;e[c]=x[d],e[c+1]=x[d+i],e[c+2]=x[d+i*2],e[c+3]=x[d+i*3]}}};var rn=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 Fu=[17,18,0,1,2,3,4,5,16,6,7,8,9,10,11,12,13,14,15],Bu=5,on=class{readHuffmanCodes(x){let e=[];for(let n=0;n<Bu;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[Fu[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 c=a[d];r.push({symbol:s,length:d,code:c});let f=c<<4|d;i.set(f,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 Au=47,an=class{constructor(){this.huffmanDecoder=new on}decodeVp8l(x,e,n,r){let o=new sn(x.data);if(o.readBits(8)!==Au)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 c=o.readBits(1);for(;c;){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)}c=o.readBits(1)}let f=this.huffmanDecoder.readHuffmanCodes(o),l=this.decodePixelData(o,i,s,f),{targetWidth:u,targetHeight:m}=n(i,s,e),p=r(l,i,s,u,m,4);return{width:u,height:m,format:"webp",channels:4,bitsPerChannel:8,data:p.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 c=this.huffmanDecoder.readSymbol(x,r[1]),f=this.huffmanDecoder.readSymbol(x,r[2]),l=this.huffmanDecoder.readSymbol(x,r[3]);o[a++]=c,o[a++]=d,o[a++]=f,o[a++]=l}else{let c=d-256,f=this.getLengthFromSymbol(c,x),l=this.huffmanDecoder.readSymbol(x,r[4]),u=this.getDistanceFromSymbol(l,x);for(let m=0;m<f&&s+m<i;m++){let p=a-u*4;p>=0&&(o[a++]=o[p],o[a++]=o[p+1],o[a++]=o[p+2],o[a++]=o[p+3])}s+=f-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(f=>f.fourCC==="VP8L");if(d)return this.decodeVp8l(d,n,r,o);throw e.find(f=>f.fourCC==="VP8 ")?new Error("VP8 (lossy) WebP format is not yet supported"):new Error("No image data found in VP8X container")}};var Mu=new TextDecoder("ascii"),P7=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,Mu.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}`)}},sn=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}},F7=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 c=0;c<o;c++){let l=Math.min(n-1,Math.floor(c*d))*e*a,u=c*r*a;for(let m=0;m<r;m++){let p=Math.min(e-1,Math.floor(m*s)),h=l+p*a,b=u+m*a;for(let g=0;g<a;g++)i[b+g]=x[h+g]}}return i}},dn=class t extends F7{constructor(){super(...arguments);this.riffParser=new rn;this.vp8lDecoder=new an}async decode(e,n={}){let r=new P7(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 B7=class{async load(x){throw new Error("NodeEnvironment is not available in browser builds")}},A7=class{async inflateRaw(x){throw new Error("NodeEnvironment compression is not available in browser builds")}},u6=class{constructor(){this.loader=new B7;this.compression=new A7}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 tn;this.pngDecoder=new nn;this.webpDecoder=new dn;this.env=x??ku()}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 ku(){let t=bo();if(t)return t;if(typeof process<"u"&&!!process.versions?.node)return new u6;throw new Error("Environment not provided to ImageService and no global __PAGYRA_ENV__ set")}function Ox(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 M7(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 lf(t){return/^https?:\/\//i.test(t)}function Iu(t){if(!t)return null;try{let x=new URL(t);if(x.protocol==="http:"||x.protocol==="https:")return x}catch{}return null}function Nu(t){let x=new Map,e=[t.assetRootDir,t.resourceBaseDir];for(let n of e){let r=Iu(n);if(r){let o=r.origin;x.has(o)||x.set(o,r)}}return Array.from(x.values())}function k7(t,x){if(!lf(t))return!1;try{let e=new URL(t);return e.protocol!=="http:"&&e.protocol!=="https:"?!1:Nu(x).some(r=>r.origin===e.origin)}catch{return!1}}async function uf(t,x,e,n){let r=J0(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,c=s&&Number.parseFloat(s)||void 0;if(!a){let m=new l0(r,[],{tagName:"img"});return m.intrinsicInlineSize=d??100,m.intrinsicBlockSize=c??100,m}let f=M7(a,n),l;try{let m=Wx.getInstance(n.environment);if(lf(f)&&!k7(f,n))throw new Error(`Remote images are not supported (${f})`);if(f.startsWith("data:")){let p=f.match(/^data:image\/(.+);base64,(.+)$/);if(!p)throw new Error("Invalid data URI");let b=Ox(p[2]).slice();l=await m.decodeImage(b.buffer,{maxWidth:d,maxHeight:c})}else l=await m.loadImage(f,{maxWidth:d,maxHeight:c});k("render-tree","debug","Image loaded successfully",{src:a,resolvedSrc:f,width:l.width,height:l.height,format:l.format})}catch(m){k("render-tree","warn",`Failed to load image: ${a}. Using placeholder.`,{resolvedSrc:f,error:m instanceof Error?m.message:String(m)});let p=new l0(r,[],{tagName:"img"});return p.intrinsicInlineSize=d??100,p.intrinsicBlockSize=c??100,p}let u=new l0(r,[],{tagName:"img",customData:{image:{originalSrc:a,resolvedSrc:f,info:l}}});return u.intrinsicInlineSize=l.width,u.intrinsicBlockSize=l.height,At.processImage(u,l),d&&c?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=c):d?(u.intrinsicInlineSize=d,u.intrinsicBlockSize=Math.round(l.height/l.width*d)):c&&(u.intrinsicBlockSize=c,u.intrinsicInlineSize=Math.round(l.width/l.height*c)),u}var cn=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 Eu(t){return typeof t=="object"&&t!==null&&"tagName"in t&&"getAttribute"in t&&"nodeType"in t}function bf(t){return Eu(t),t}function mf(t,x={}){let e=x.warn??(()=>{}),n=bf(t);if(n.tagName.toLowerCase()!=="svg")return e("Expected <svg> root element."),null;let r={warn:e},a=(x.registry??v0).parse(n,r);return!a||a.type!=="svg"?(e("Unable to parse <svg> element."),null):a}function Du(t,x,e){return(e??v0).parse(bf(t),x)}function Wu(t,x){let e=fn(t,"svg",x);if(!e)return null;let n=qu(t.getAttribute("viewBox")),r=t0(t.getAttribute("width")),o=t0(t.getAttribute("height"));return{...e,type:"svg",width:r,height:o,viewBox:n}}function Ou(t,x){let e=fn(t,"g",x);return e?{...e,type:"g"}:null}function Hu(t,x){let e=fn(t,"defs",x);return e?{...e,type:"defs"}:null}function Uu(t){return{...$0(t,"rect"),type:"rect",x:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),width:t0(t.getAttribute("width")),height:t0(t.getAttribute("height")),rx:t0(t.getAttribute("rx")),ry:t0(t.getAttribute("ry"))}}function zu(t){return{...$0(t,"circle"),type:"circle",cx:t0(t.getAttribute("cx")),cy:t0(t.getAttribute("cy")),r:t0(t.getAttribute("r"))}}function Gu(t){return{...$0(t,"ellipse"),type:"ellipse",cx:t0(t.getAttribute("cx")),cy:t0(t.getAttribute("cy")),rx:t0(t.getAttribute("rx")),ry:t0(t.getAttribute("ry"))}}function ju(t){return{...$0(t,"line"),type:"line",x1:t0(t.getAttribute("x1")),y1:t0(t.getAttribute("y1")),x2:t0(t.getAttribute("x2")),y2:t0(t.getAttribute("y2"))}}function $u(t){return{...$0(t,"path"),type:"path",d:t.getAttribute("d")??void 0}}function Vu(t){return{...$0(t,"polyline"),type:"polyline",points:gf(t.getAttribute("points"))}}function _u(t){return{...$0(t,"polygon"),type:"polygon",points:gf(t.getAttribute("points"))}}function Yu(t){let x=$0(t,"text"),n=(t.textContent??"").replace(/\s+/g," ").trim();return n?{...x,type:"text",text:n,x:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),fontSize:t0(t.getAttribute("font-size")),fontFamily:t.getAttribute("font-family")??void 0,textAnchor:Xu(t.getAttribute("text-anchor"))}:null}function Xu(t){if(!t)return;let x=t.trim().toLowerCase();if(x==="start"||x==="middle"||x==="end")return x}function fn(t,x,e){let n=$0(t,x),r=[];for(let o of Array.from(t.children)){let a=Du(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 t0(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 qu(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 Ku(t){return{...$0(t,"image"),type:"image",x:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),width:t0(t.getAttribute("width")),height:t0(t.getAttribute("height")),href:t.getAttribute("href")||t.getAttribute("xlink:href")||void 0,preserveAspectRatio:t.getAttribute("preserveAspectRatio")||void 0}}function Zu(t){return{...$0(t,"use"),type:"use",x:t0(t.getAttribute("x")),y:t0(t.getAttribute("y")),width:t0(t.getAttribute("width")),height:t0(t.getAttribute("height")),href:t.getAttribute("href")||t.getAttribute("xlink:href")||void 0}}function Qu(t,x){let e=fn(t,"clippath",x);if(!e)return null;let n=t.getAttribute("clipPathUnits");return{...e,type:"clippath",clipPathUnits:n==="objectBoundingBox"?"objectBoundingBox":"userSpaceOnUse"}}function Ju(t,x){let e=$0(t,"lineargradient"),n=pf(t,x);return{...e,type:"lineargradient",x1:t0(t.getAttribute("x1"))??0,y1:t0(t.getAttribute("y1"))??0,x2:t0(t.getAttribute("x2"))??1,y2:t0(t.getAttribute("y2"))??0,gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:hf(t.getAttribute("spreadMethod")),stops:n}}function xb(t,x){let e=$0(t,"radialgradient"),n=pf(t,x);return{...e,type:"radialgradient",cx:t0(t.getAttribute("cx"))??.5,cy:t0(t.getAttribute("cy"))??.5,r:t0(t.getAttribute("r"))??.5,fx:t0(t.getAttribute("fx")),fy:t0(t.getAttribute("fy")),gradientUnits:t.getAttribute("gradientUnits")==="userSpaceOnUse"?"userSpaceOnUse":"objectBoundingBox",spreadMethod:hf(t.getAttribute("spreadMethod")),stops:n}}function pf(t,x){let e=[];for(let n of Array.from(t.children))if(n.tagName.toLowerCase()==="stop"){let r=eb(n.getAttribute("offset")),o=n.getAttribute("stop-color")||"#000000",a=tb(n.getAttribute("stop-opacity"));r!==void 0&&e.push({offset:r,color:o,opacity:a})}return e}function eb(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 tb(t){if(!t)return;let x=Number.parseFloat(t.trim());return Number.isFinite(x)&&x>=0&&x<=1?x:void 0}function hf(t){if(!t)return;let x=t.trim().toLowerCase();if(x==="pad"||x==="reflect"||x==="repeat")return x}function gf(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 v0=new cn;v0.register("svg",Wu);v0.register("g",Ou);v0.register("defs",Hu);v0.register("rect",Uu);v0.register("circle",zu);v0.register("ellipse",Gu);v0.register("line",ju);v0.register("path",$u);v0.register("polyline",Vu);v0.register("polygon",_u);v0.register("text",Yu);v0.register("image",Ku);v0.register("use",Zu);v0.register("clippath",Qu);v0.register("lineargradient",Ju);v0.register("radialgradient",xb);var I7=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}},N7=new I7;function nb(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 rb(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 ob(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 yf(t,x){if(!N7.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=nb(i),d=t.getAttribute("value")??void 0,c=t.getAttribute("placeholder")??void 0,f=s==="checkbox"||s==="radio"?wx(t,"checked"):void 0,l=t.getAttribute("min")??void 0,u=t.getAttribute("max")??void 0,m=t.getAttribute("step")??void 0,p=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:c,isChecked:f,isDisabled:n,isRequired:a,name:r,id:o,min:l,max:u,step:m,accept:p,multiple:h,readonly:b}}case"select":{let i=wx(t,"multiple");return{kind:"select",options:ob(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??"",c=t.getAttribute("placeholder")??void 0,f=parseInt(t.getAttribute("maxlength")||"0",10)||void 0,l=parseInt(t.getAttribute("minlength")||"0",10)||void 0,u=t.getAttribute("wrap")||"soft",m=wx(t,"readonly");return{kind:"textarea",value:d,placeholder:c,rows:i,cols:s,maxlength:f,minlength:l,wrap:u,isDisabled:n,isRequired:a,name:r,id:o,readonly:m}}case"button":{let i=rb(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 Lf(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 ab(t){return Lf(t.previousSibling,"previous")!==null}function ib(t){return Lf(t.nextSibling,"next")!==null}function sb(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function wf(t,x){if(x.whiteSpace==="pre"||x.whiteSpace==="pre-wrap")return!0;let e=t.length>0?t[t.length-1]:null;return!!e&&sb(e.style.display)}function db(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 cb(t){return/^data:/i.test(t)}function fb(t){return/^https?:\/\//i.test(t)}function Rf(t){if(!t)return;let x=Number.parseInt(t,10);return Number.isFinite(x)&&x>0?x:void 0}async function lb(t,x){let e=Wx.getInstance(x.environment),n=M7(t,x);if(fb(n)&&!k7(n,x))return k("dom-converter","warn",`Skipping remote background image (${n}); remote assets are not supported.`),null;try{let r;if(cb(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=Ox(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 Sf(t,x){if(!(!t.backgroundLayers||t.backgroundLayers.length===0))for(let e of t.backgroundLayers){if(e.kind!=="image"||e.imageInfo)continue;let n=db(e.url);if(!n)continue;let r=await lb(n,x);r&&(e.originalUrl=n,e.resolvedUrl=r.resolvedSrc,e.imageInfo=r.info)}}async function we(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 m=(t.textContent??"").replace(/\s+/g," ").normalize("NFC"),p=m.trim(),h=ab(t),b=ib(t);if(p.length===0){if(!(h&&b))return null;k("dom-converter","debug","convertDomNode - processing text node: (single space)");let T=new G0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:z0(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 l0(T,[],{textContent:" ",customData:{preserveLeadingSpace:!0,preserveTrailingSpace:!0}})}let g=p,y=m.startsWith(" ")&&h,w=m.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 G0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:z0(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 l0(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 uf(o,x,e,n);if(a==="svg"){let u=J0(o,x,e,n.units,n.rootFontSize);k("dom-converter","debug","convertDomNode - computed style backgroundLayers:",u.backgroundLayers);let m=mf(o,{warn:h=>k("svg-parser","warn",h)});if(!m)return new l0(u,[],{tagName:a});let p=ub(m,o);return new l0(u,[],{tagName:a,intrinsicInlineSize:p.width,intrinsicBlockSize:p.height,customData:{svg:{root:m,intrinsicWidth:p.width,intrinsicHeight:p.height,resourceBaseDir:n?.resourceBaseDir,assetRootDir:n?.assetRootDir}}})}if(a==="br"){let u=new G0({display:"inline",color:e.color,fontSize:e.fontSize,lineHeight:z0(e.lineHeight),fontFamily:e.fontFamily,fontWeight:e.fontWeight,fontStyle:e.fontStyle,textTransform:e.textTransform});return new l0(u,[],{textContent:`
44
+ `})}if(N7.isFormElement(a)){let u=yf(o,a);if(u){let m=J0(o,x,e,n.units,n.rootFontSize);await Sf(m,n);let p={tagName:a},h=o.getAttribute("id");return h?p.customData={id:h,formControl:u}:p.customData={formControl:u},new l0(m,[],p)}}let i=J0(o,x,e,n.units,n.rootFontSize);await Sf(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="",c=o.childNodes;if(!c)return new l0(i,[],{tagName:a});for(let u of Array.from(c)){if(u.nodeType===u.TEXT_NODE){d+=u.textContent??"";continue}if(d){let p=d.replace(/\s+/g," ").normalize("NFC");if(p.trim().length===0&&(p=wf(s,i)?" ":""),p){let h=p.startsWith(" "),b=p.endsWith(" ");s.push(new l0(new G0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:z0(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:p,customData:{preserveLeadingSpace:h,preserveTrailingSpace:b}}))}d=""}let m=await we(u,x,i,n);m&&s.push(m)}if(d){let u=d.replace(/\s+/g," ").normalize("NFC");if(u.trim().length===0&&(u=wf(s,i)?" ":""),u){let m=u.startsWith(" "),p=u.endsWith(" ");s.push(new l0(new G0({display:"inline",color:i.color,fontSize:i.fontSize,lineHeight:z0(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:m,preserveTrailingSpace:p}}))}}let f=o.getAttribute("id"),l={tagName:a};return(a==="td"||a==="th")&&(l.tableColSpan=Rf(o.getAttribute("colspan"))??1,l.tableRowSpan=Rf(o.getAttribute("rowspan"))??1),f&&(l.customData={...l.customData,id:f}),new l0(i,s,l)}function ub(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=vf(x.getAttribute("width"))??100),(!n||n<=0)&&(n=vf(x.getAttribute("height"))??e),{width:Number.isFinite(e)&&e>0?e:100,height:Number.isFinite(n)&&n>0?n:100}}function vf(t){if(!t)return;let x=Number.parseFloat(t);return Number.isFinite(x)?x:void 0}function sx(t,x,e){t&&(t.x+=x,t.y+=e)}function bb(t,x,e){t&&(t.image&&(sx(t.image.rect,x,e),sx(t.image.originRect,x,e)),t.gradient&&(sx(t.gradient.rect,x,e),sx(t.gradient.originRect,x,e)))}function ln(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}),sx(o.contentBox,x,e),sx(o.paddingBox,x,e),sx(o.borderBox,x,e),sx(o.visualOverflow,x,e),o.clipPath&&o.clipPath.points)for(let a of o.clipPath.points)a.x+=x,a.y+=e;o.markerRect&&sx(o.markerRect,x,e),bb(o.background,x,e);for(let a of o.links)sx(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 Cf(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,c=s+o,f=d+c,l=a-f>0?a-f: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},m=b=>{b&&(b.y=u(b.y))},p=b=>{b&&(b.image&&(m(b.image.rect),m(b.image.originRect)),b.gradient&&(m(b.gradient.rect),m(b.gradient.originRect)))},h=[t];for(;h.length>0;){let b=h.pop();if(m(b.contentBox),m(b.paddingBox),m(b.borderBox),m(b.visualOverflow),b.clipPath&&b.clipPath.points)for(let g of b.clipPath.points)g.y=u(g.y);b.markerRect&&m(b.markerRect),p(b.background);for(let g of b.links)m(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=mb(e);return this.rawTableAccessors.set(x,r),r}};function mb(t){let x=pb(t);return e=>x.get(e)??null}function pb(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 hb(t){return!Number.isFinite(t)||t<=0?0:t>=1?1:t}function Tf(t){return!Number.isFinite(t)||t<=0?0:Math.ceil(t)}function Pf(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 un(t,x){return t>x?t:x}function gb(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=un(n.topLeft.x,n.bottomLeft.x),o=un(n.topRight.x,n.bottomRight.x),a=un(n.topLeft.y,n.topRight.y),i=un(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,c=(t-s)/n.topLeft.x,f=(x-d)/n.topLeft.y;return c*c+f*f<=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,c=(t-s)/n.topRight.x,f=(x-d)/n.topRight.y;return c*c+f*f<=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,c=(t-s)/n.bottomRight.x,f=(x-d)/n.bottomRight.y;return c*c+f*f<=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,c=(t-s)/n.bottomLeft.x,f=(x-d)/n.bottomLeft.y;return c*c+f*f<=1}return!1}function yb(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 wb(t,x,e,n){if(n<=0)return t;let{kernel:r,radius:o,sum:a}=yb(n),i=new Float32Array(x*e);for(let d=0;d<e;d++){let c=d*x;for(let f=0;f<x;f++){let l=0,u=0;for(let m=-o;m<=o;m++){let p=Math.min(x-1,Math.max(0,f+m)),h=r[m+o];l+=t[c+p]*h,u+=h}i[c+f]=l/(u||a)}}let s=new Uint8Array(x*e);for(let d=0;d<x;d++)for(let c=0;c<e;c++){let f=0,l=0;for(let m=-o;m<=o;m++){let p=Math.min(e-1,Math.max(0,c+m)),h=r[m+o];f+=i[p*x+d]*h,l+=h}let u=f/(l||a);s[c*x+d]=u<0?0:u>255?255:u}return s}function Ff(t,x,e,n,r){let o=Math.max(0,n),a=Pf(t,r),i=Rb(x,r),s=Pf(a,o),d=Tf(s.width),c=Tf(s.height);if(d===0||c===0)return null;let f=new Uint8Array(d*c),l={x:a.x-s.x,y:a.y-s.y,width:a.width,height:a.height};for(let R=0;R<c;R++){let T=R+.5;for(let L=0;L<d;L++){let D=L+.5,A=gb(D,T,l,i);f[R*d+L]=A?255:0}}let u=o>0?Math.max(.5,o/2):0,m=wb(f,d,c,u),[p,h,b]=Sb(e.r,e.g,e.b),g=hb(e.a??1),y=new Uint8Array(d*c*4),w=0;for(let R=0;R<m.length;R++){y[w++]=p,y[w++]=h,y[w++]=b;let T=Math.round(m[R]*g);y[w++]=T<0?0:T>255?255:T}return{image:{src:`internal:shadow:${Math.random().toString(36).slice(2)}`,width:d,height:c,format:"png",channels:4,bitsPerComponent:8,data:y.buffer},drawRect:s}}function Rb(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 E7(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 D7(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 Sb(t,x,e){let n=E7(t)/255,r=E7(x)/255,o=E7(e)/255,a=Math.max(n,r,o),i=Math.min(n,r,o),s=(n+r+o)/3,d=a-i,c=Math.min(1,d*1.08),f=d>0?c/d:1,l=s+(n-s)*f,u=s+(r-s)*f,m=s+(o-s)*f;return[D7(l),D7(u),D7(m)]}function Re(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 V6(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 W7(t,x){let e=Re(t);return e.topLeft.x=xx(e.topLeft.x+x),e.topLeft.y=xx(e.topLeft.y+x),e.topRight.x=xx(e.topRight.x+x),e.topRight.y=xx(e.topRight.y+x),e.bottomRight.x=xx(e.bottomRight.x+x),e.bottomRight.y=xx(e.bottomRight.y+x),e.bottomLeft.x=xx(e.bottomLeft.x+x),e.bottomLeft.y=xx(e.bottomLeft.y+x),e}function Hx(t){return Number.isFinite(t)&&t>0?t:0}function xx(t){return Number.isFinite(t)?t<0?0:t:0}function H7(t,x,e){for(let n of x)if(n.boxShadows?.length)for(let r of n.boxShadows)r.inset===e&&vb(r)&&(e?Cb(t,n,r):Lb(t,n,r))}function vb(t){return O7(t.color.a??1)>0}function Lb(t,x,e){let n=Af(x.borderBox,e.offsetX,e.offsetY),r=Re(x.borderRadius),o=xx(e.blur),a=e.spread;if(o>0){let i=Ff(n,r,e.color,o,a);if(i){t.drawShadowImage(i.image,i.drawRect);return}}Bf(t,{mode:"outer",baseRect:n,baseRadius:r,color:e.color,blur:o,spread:a})}function Cb(t,x,e){let n=x.paddingBox??x.contentBox;if(!n)return;let r=Af(n,e.offsetX,e.offsetY),o=V6(Re(x.borderRadius),x.border.top,x.border.right,x.border.bottom,x.border.left),a=xx(e.blur),i=e.spread;if(a===0&&i===0){t.fillRoundedRect(r,o,e.color);return}Bf(t,{mode:"inset",baseRect:r,baseRadius:o,color:e.color,blur:a,spread:i})}function Bf(t,x){let e=Tb(x);if(e.length){if(x.mode==="outer"){Pb(t,x.baseRect,x.baseRadius,e);return}Fb(t,x.baseRect,x.baseRadius,e)}}function Tb(t){let{mode:x,color:e,blur:n,spread:r}=t,o=n>0?Math.max(2,Math.ceil(n/2)):1,a=Bb(o),i=O7(e.a??1),s=[];for(let d=0;d<o;d++){let c=o===1?0:x==="outer"?d/(o-1):(d+1)/o,f=r+n*c,l=a[d]??0;l<=0||s.push({expansion:f,color:{r:e.r,g:e.g,b:e.b,a:O7(i*l)}})}return s}function Pb(t,x,e,n){for(let r of n){let o=Mf(x,r.expansion);if(o.width<=0||o.height<=0)continue;let a=W7(e,r.expansion);t.fillRoundedRect(o,a,r.color)}}function Fb(t,x,e,n){for(let r of n){let o=Math.max(0,r.expansion),a=Mf(x,-o);if(a.width<=0||a.height<=0)continue;let i=Re(e),s=W7(e,-o);t.fillRoundedRectDifference(x,i,a,s,r.color)}}function Af(t,x,e){return{x:t.x+x,y:t.y+e,width:t.width,height:t.height}}function Mf(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 Bb(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 O7(t){return Number.isFinite(t)?t<=0?0:t>=1?1:t:1}function Ef(t){return t?new U7(t).parse():[]}var U7=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,c=null;for(;this.skipSeparators(),!this.isDone();){let f=this.peekChar();if(f!==null&&Nf(f))e=f,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=c=null;;){this.skipSeparators();let m=this.peekChar();if(m===null||Nf(m))break;let p=this.readCoordinatePair();if(!p)return x;n=l?n+p.x:p.x,r=l?r+p.y:p.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=c=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=c=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=c=null;break}case"C":case"c":{let l=e==="c";for(;;){let u=this.readCoordinatePair(),m=this.readCoordinatePair(),p=this.readCoordinatePair();if(!u||!m||!p)break;let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=l?n+m.x:m.x,y=l?r+m.y:m.y;n=l?n+p.x:p.x,r=l?r+p.y:p.y,x.push({type:"C",x1:h,y1:b,x2:g,y2:y,x:n,y:r}),i=g,s=y,d=c=null}break}case"S":case"s":{let l=e==="s";for(;;){let u=this.readCoordinatePair(),m=this.readCoordinatePair();if(!u||!m)break;let p=n,h=r;i!==null&&s!==null&&(p=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+m.x:m.x,r=l?r+m.y:m.y,x.push({type:"C",x1:p,y1:h,x2:b,y2:g,x:n,y:r}),i=b,s=g,d=c=null}break}case"Q":case"q":{let l=e==="q";for(;;){let u=this.readCoordinatePair(),m=this.readCoordinatePair();if(!u||!m)break;let p=l?n+u.x:u.x,h=l?r+u.y:u.y,b=l?n+m.x:m.x,g=l?r+m.y:m.y,y=kf(n,r,p,h,b,g);x.push(y),n=b,r=g,i=y.x2,s=y.y2,d=p,c=h}break}case"T":case"t":{let l=e==="t";for(;;){let u=this.readCoordinatePair();if(!u)break;let m=n,p=r;d!==null&&c!==null&&(m=n*2-d,p=r*2-c);let h=l?n+u.x:u.x,b=l?r+u.y:u.y,g=kf(n,r,m,p,h,b);x.push(g),n=h,r=b,i=g.x2,s=g.y2,d=m,c=p}break}case"A":case"a":{let l=e==="a";for(;;){let u=this.readNumber(),m=this.readNumber(),p=this.readNumber(),h=this.readFlag(),b=this.readFlag(),g=this.readCoordinatePair();if(u===null||m===null||p===null||h===null||b===null||!g)break;let y=l?n+g.x:g.x,w=l?r+g.y:g.y,S=Ab(n,r,u,m,p,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=c=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=c=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===`
45
+ `||x==="\r"){this.index+=1;continue}break}}peekChar(){return this.isDone()?null:this.source[this.index]}isDone(){return this.index>=this.source.length}};function kf(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 Ab(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 c=r*Math.PI/180,f=Math.cos(c),l=Math.sin(c),u=(t-i)/2,m=(x-s)/2,p=f*u+l*m,h=-l*u+f*m,b=e*e,g=n*n,y=p*p,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,T=(b*g-b*w-g*y)/(b*w+g*y),L=R*Math.sqrt(Math.max(0,T)),D=L*e*h/n,A=-L*n*p/e,E=f*D-l*A+(t+i)/2,F=l*D+f*A+(x+s)/2,M=If(1,0,(p-D)/e,(h-A)/n),P=If((p-D)/e,(h-A)/n,(-p-D)/e,(-h-A)/n);!a&&P>0?P-=2*Math.PI:a&&P<0&&(P+=2*Math.PI);let I=Math.ceil(Math.abs(P)/(Math.PI/2)),W=P/I,H=4/3*Math.tan(W/4),q=M,K=t,_=x;for(let C=0;C<I;C+=1){let V=q+W,J=Math.sin(q),n0=Math.cos(q),e0=Math.sin(V),Z=Math.cos(V),Y=E+e*f*Z-n*l*e0,p0=F+e*l*Z+n*f*e0,L0=-e*f*J-n*l*n0,h0=-e*l*J+n*f*n0,D0=-e*f*e0-n*l*Z,C0=-e*l*e0+n*f*Z,R0=K+H*L0,X=_+H*h0,r0=Y-H*D0,i0=p0-H*C0;d.push([R0,X,r0,i0,Y,p0]),K=Y,_=p0,q=V}return d}function If(t,x,e,n){let r=t*e+x*n,o=Math.sqrt((t*t+x*x)*(e*e+n*n)),a=Mb(-1,1,o===0?0:r/o);return(t*n-x*e<0?-1:1)*Math.acos(a)}function Nf(t){return/[a-zA-Z]/.test(t)}function Mb(t,x,e){return e<t?t:e>x?x:e}var bn=.5522847498307936;function Df(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 Wf(t,x,e,n,r,o){let a=t+e,i=x+n,s=r*bn,d=o*bn;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 z7(t,x,e,n){let r=e*bn,o=n*bn;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 G7(t,x){let e=[];for(let n of t){let r=m0(n.x,n.y,x);if(!r)return[];e.push(r)}return e}function Se(t,x){let e=[];for(let n of t)switch(n.type){case"M":{let r=m0(n.x,n.y,x);if(!r)return null;e.push({type:"moveTo",x:r.x,y:r.y});break}case"L":{let r=m0(n.x,n.y,x);if(!r)return null;e.push({type:"lineTo",x:r.x,y:r.y});break}case"C":{let r=m0(n.x1,n.y1,x),o=m0(n.x2,n.y2,x),a=m0(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 m0(t,x,e){if(!Number.isFinite(t)||!Number.isFinite(x))return null;let n=kb(e,t,x);return!Number.isFinite(n.x)||!Number.isFinite(n.y)?null:n}function kb(t,x,e){let n=i6(t.transform,x,e);return i6(t.viewportMatrix,n.x,n.y)}function ex(t,x){let e={...t},n=x.attributes??{};if(n.opacity!==void 0){let r=j7(n.opacity);r!==void 0&&(e.opacity=ve(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=j7(n["fill-opacity"]);r!==void 0&&(e.fillOpacity=ve(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=j7(n["stroke-opacity"]);r!==void 0&&(e.strokeOpacity=ve(r))}if(n["stroke-width"]!==void 0){let r=mn(n["stroke-width"]);r!==void 0&&(e.strokeWidth=r)}if(n["stroke-linecap"]!==void 0){let r=Ib(n["stroke-linecap"]);r&&(e.strokeLinecap=r)}if(n["stroke-linejoin"]!==void 0){let r=Nb(n["stroke-linejoin"]);r&&(e.strokeLinejoin=r)}if(n["stroke-dasharray"]!==void 0){let r=Wb(n["stroke-dasharray"]);r&&(e.strokeDashArray=r)}if(n["stroke-dashoffset"]!==void 0){let r=mn(n["stroke-dashoffset"]);r!==void 0&&(e.strokeDashOffset=r)}if(n["fill-rule"]!==void 0){let r=Eb(n["fill-rule"]);r&&(e.fillRule=r)}if(n["font-size"]!==void 0){let r=mn(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=Db(n["text-anchor"]);r&&(e.textAnchor=r)}return e}function Of(){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 Ux(t,x){if(!t||t==="none")return;let e=I0(t);if(!e)return;let n=e.a??1;return{r:e.r,g:e.g,b:e.b,a:ve(n*x)}}function j7(t){let x=mn(t);if(x!==void 0)return ve(x)}function mn(t){if(!t)return;let x=t.trim();if(!x)return;let e=Number.parseFloat(x);if(Number.isFinite(e))return e}function Ib(t){let x=t.trim().toLowerCase();if(x==="butt"||x==="round"||x==="square")return x}function Nb(t){let x=t.trim().toLowerCase();if(x==="miter"||x==="round"||x==="bevel")return x}function Eb(t){let x=t.trim().toLowerCase();if(x==="nonzero"||x==="evenodd")return x}function Db(t){let x=t.trim().toLowerCase();if(x==="start"||x==="middle"||x==="end")return x}function ve(t){return!Number.isFinite(t)||t<=0?0:t>=1?1:t}function Wb(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 Ob(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="linear"&&Array.isArray(x.stops)}function Hb(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="radial"&&typeof x.r=="number"}function Uf(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=Hf(i,n/2),s=Hf(s,r/2);let d=i>0||s>0?Wf(o,a,n,r,i,s):Df(o,a,n,r),c=$7(x.fill,e);if(c){let l=m0(o,a,e),u=m0(o+n,a+r,e);if(l&&u){let m={x:l.x,y:l.y,width:u.x-l.x,height:u.y-l.y};c.type==="radial"?i>0||s>0?e.painter.fillRoundedRect(m,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},c):e.painter.fillRect(m,c):i>0||s>0?e.painter.fillRoundedRect(m,{topLeft:{x:i,y:s},topRight:{x:i,y:s},bottomRight:{x:i,y:s},bottomLeft:{x:i,y:s}},c):e.painter.fillRect(m,c);return}}let f=Se(d,e);!f||f.length===0||pn(f,x,e,x.fillRule)}function zf(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=m0(r,o,e),c=m0(r+n,o,e);if(d&&c){let f=Math.sqrt((c.x-d.x)**2+(c.y-d.y)**2),l={x:d.x-f,y:d.y-f,width:f*2,height:f*2},u={topLeft:{x:f,y:f},topRight:{x:f,y:f},bottomRight:{x:f,y:f},bottomLeft:{x:f,y:f}};a.type,e.painter.fillRoundedRect(l,u,a);return}}let i=z7(r,o,n,n),s=Se(i,e);!s||s.length===0||pn(s,x,e,x.fillRule)}function Gf(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=z7(o,a,n,r),s=Se(i,e);!s||s.length===0||pn(s,x,e,x.fillRule)}function Hf(t,x){return!Number.isFinite(t)||t<=0?0:t>x?x:t}function jf(t,x,e){let n=t.points??[];if(n.length<2)return;let r=G7(n,e);if(r.length<2)return;let o=Ux(x.fill,x.opacity*x.fillOpacity);o&&e.painter.fillPolygon(r,o,!0);let a=Ux(x.stroke,x.opacity*x.strokeOpacity);a&&e.painter.strokePolyline(r,a,{...hn(x,e),close:!0})}function $f(t,x,e){let n=t.points??[];if(n.length<2)return;let r=G7(n,e);if(r.length<2)return;let o=Ux(x.stroke,x.opacity*x.strokeOpacity);o&&e.painter.strokePolyline(r,o,{...hn(x,e),close:!1})}function Vf(t,x,e){let n=Ux(x.stroke,x.opacity*x.strokeOpacity);if(!n)return;let r=m0(t.x1??0,t.y1??0,e),o=m0(t.x2??0,t.y2??0,e);if(!r||!o)return;let a=[r,o];e.painter.strokePolyline(a,n,{...hn(x,e),close:!1})}function _f(t,x,e){let n=Ef(t.d);if(n.length===0)return;let r=Se(n,e);!r||r.length===0||pn(r,x,e,x.fillRule)}function pn(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=Ux(x.fill,x.opacity*x.fillOpacity);o&&e.painter.fillPath(t,o,{fillRule:n??x.fillRule});let a=Ux(x.stroke,x.opacity*x.strokeOpacity);a&&e.painter.strokePath(t,a,hn(x,e))}async function Yf(t,x,e){let n=Ux(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=N0(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=i6(a,i,s),c={x:a.a,y:a.b},f=Ub(t.text,r),l=o==="middle"?.5:o==="end"?1:0,u=d.x,m=d.y;l!==0&&(c.x!==0||c.y!==0)&&(u-=c.x*f*l,m-=c.y*f*l);let p={r:n.r,g:n.g,b:n.b,a:o7(n.a??1)},h=t.fontFamily??x.fontFamily??"Helvetica";await e.painter.drawTextRun({text:t.text,fontFamily:h,fontSize:r,fill:p,lineMatrix:{a:a.a,b:a.b,c:a.c,d:a.d,e:u,f:m}})}function Ub(t,x){return t?t.length*x*.6:0}function $7(t,x){if(Ob(t)||Hb(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"?zb(o,x):Gb(o,x)}}return yx(t)}return null}function zb(t,x){let e=t.x1??0,n=t.y1??0,r=t.x2??1,o=t.y2??0,a=(t.stops??[]).map(p=>({color:p.color,position:p.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let p=m0(e,n,x),h=m0(r,o,x);if(p&&h)return{type:"linear",direction:"to right",stops:a,coords:{x1:p.x,y1:p.y,x2:h.x,y2:h.y,units:"userSpace"}}}let s={x:e,y:n},d={x:r,y:o},c=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(c){let p=hx(c)||void 0;p&&(s=i6(p,s.x,s.y),d=i6(p,d.x,d.y))}let f=d.x-s.x,l=d.y-s.y;return{type:"linear",direction:`${(Math.atan2(l,f)*180/Math.PI).toFixed(2)}deg`,stops:a,coords:{x1:s.x,y1:s.y,x2:d.x,y2:d.y,units:"ratio"}}}function Gb(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(f=>({color:f.color,position:f.offset}));if((t.gradientUnits==="userSpaceOnUse"?"userSpace":"ratio")==="userSpace"&&x){let f=m0(e,n,x),l=o!==void 0&&a!==void 0?m0(o,a,x):void 0,u=(()=>{let m=m0(e+r,n,x);if(f&&m){let p=m.x-f.x,h=m.y-f.y;return Math.sqrt(p*p+h*h)}})();if(f&&u!==void 0){let m={type:"radial",cx:f.x,cy:f.y,r:u,stops:i,coordsUnits:"userSpace"};return l&&(m.fx=l.x,m.fy=l.y),m}}let d={type:"radial",cx:e,cy:n,r,stops:i};o!==void 0&&a!==void 0&&(d.fx=o,d.fy=a);let c=t.attributes&&(t.attributes.gradientTransform??t.attributes.gradienttransform);if(c){let f=hx(c)||void 0;f&&(d.transform={a:f.a,b:f.b,c:f.c,d:f.d,e:f.e,f:f.f})}return d}function hn(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 Xf(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 qf(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 Zf(t,x,e){let n=jb(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=gn(r.viewBox?.width??n.intrinsicWidth??a),d=gn(r.viewBox?.height??n.intrinsicHeight??i),c=r.viewBox?.minX??0,f=r.viewBox?.minY??0,l=r.attributes?.preserveAspectRatio??r.attributes?.preserveaspectratio,u=Xf(typeof l=="string"?l:void 0),m=Kf(a/s),p=Kf(i/d),h=m,b=p,g=0,y=0;if(u.align!=="none"){let A=u.meetOrSlice==="slice"?Math.max(m,p):Math.min(m,p);h=A,b=A;let E=s*h,F=d*b,M=a-E,P=i-F,I=qf(u.align);g=M*I.x,y=P*I.y}let w={a:h,b:0,c:0,d:b,e:o.x+g-c*h,f:o.y+y-f*b},S=ue(),R=s7(w,S),T={painter:t,viewportMatrix:w,transform:S,strokeScale:R,environment:e},L=new Map;Qf(r,L),T.defs=L,n.resourceBaseDir&&(T.resourceBaseDir=n.resourceBaseDir),n.assetRootDir&&(T.assetRootDir=n.assetRootDir);let D=Of();await Jf(r,D,T)}function Qf(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)Qf(e,x)}function jb(t){let x=t.customData?.svg;if(!x||typeof x!="object")return null;let e=x;return e.root?{root:e.root,intrinsicWidth:gn(e.intrinsicWidth??0),intrinsicHeight:gn(e.intrinsicHeight??0),resourceBaseDir:e.resourceBaseDir,assetRootDir:e.assetRootDir}:null}async function Jf(t,x,e){let n=e,r=hx(t.transform);if(r){let o=N0(e.transform,r);n={painter:e.painter,viewportMatrix:e.viewportMatrix,transform:o,strokeScale:s7(e.viewportMatrix,o)}}switch(t.type){case"svg":case"g":{let o=ex(x,t);for(let a of t.children)await Jf(a,o,n);return}case"rect":return Uf(t,ex(x,t),n);case"circle":return zf(t,ex(x,t),n);case"ellipse":return Gf(t,ex(x,t),n);case"polygon":return jf(t,ex(x,t),n);case"polyline":return $f(t,ex(x,t),n);case"line":return Vf(t,ex(x,t),n);case"text":return Yf(t,ex(x,t),n);case"image":return await $b(t,ex(x,t),n);case"path":return _f(t,ex(x,t),n);default:return}}function Kf(t){return!Number.isFinite(t)||t===0?1:t}function gn(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 p=n.substring(5,u).endsWith(";base64"),h=n.substring(u+1),g=(p?Ox(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 m=e.environment?.resolveLocal;if(!m){console.debug("Skipping local SVG image (no resolver in environment):",n);return}let p=n.startsWith("/")?e.assetRootDir??e.resourceBaseDir:e.resourceBaseDir??e.assetRootDir;o=m(n,p),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=m0(Number(t.x??0),Number(t.y??0),e),c=m0(Number(t.x??0)+i,Number(t.y??0)+s,e);if(!d||!c)return;let f={x:d.x,y:d.y,width:c.x-d.x,height:c.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,f)}catch(u){console.debug("Failed to draw image in SVG",n,u instanceof Error?u.message:u)}}function yn(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 V7(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 _7(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=yn(t,x);return l?[l]:[]}if(e==="space")return Vb(t,x);if(e==="round")return _b(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,c=x.x+x.width,f=x.y+x.height;for(let l=d;;l++){let u=t.y+l*r;if(u>=f||u+r<=x.y&&!a)break;for(let m=s;;m++){let p=t.x+m*n;if(p>=c||p+n<=x.x&&!o)break;let b=yn({x:p,y:u,width:n,height:r},x);if(b&&i.push(b),!o)break}if(!a)break}return i}function Vb(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,c=s>1?(a-s*r)/(s-1):0;for(let f=0;f<s;f++){let l=x.y+f*(r+c);for(let u=0;u<i;u++){let p={x:x.x+u*(n+d),y:l,width:n,height:r},h=yn(p,x);h&&e.push(h)}}return e}function _b(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,c=a/s;for(let f=0;f<s;f++){let l=x.y+f*c;for(let u=0;u<i;u++){let p={x:x.x+u*d,y:l,width:d,height:c},h=yn(p,x);h&&e.push(h)}}return e}function Yb(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 x2(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 c=i+x.top/2,f=i+d-x.bottom/2,l=a+x.left/2,u=a+s-x.right/2,m=(p,h,b,g,y)=>{if(!Number.isFinite(h)||h<=0)return;let w=b.toLowerCase();w!=="none"&&o.push({side:p,points:[g,y],color:n,lineWidth:h,dash:Yb(w,h)})};return m("top",x.top,e.top,{x:l,y:c},{x:u,y:c}),m("right",x.right,e.right,{x:u,y:c},{x:u,y:f}),m("bottom",x.bottom,e.bottom,{x:u,y:f},{x:l,y:f}),m("left",x.left,e.left,{x:l,y:f},{x:l,y:c}),o}function tx(t){return t>1?t/255:t}function B(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function dx(t,x){let e=B(tx(t.r)),n=B(tx(t.g)),r=B(tx(t.b)),o=t.a??1;return o<1&&x?`/${x.ensureFillAlphaState(o)} gs
46
+ ${e} ${n} ${r} rg`:`${e} ${n} ${r} rg`}function s0(t){let x=B(tx(t.r)),e=B(tx(t.g)),n=B(tx(t.b));return`${x} ${e} ${n}`}function wn(t,x){return x.isBase14?{encoded:gx(t,"WinAnsi"),scheme:"WinAnsi"}:{encoded:Xb(t,x),scheme:"Identity-H"}}function Xb(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}),f7(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 cx(t,x){return wn(t,x).encoded}function Rx(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 c=d-e.pageOffsetPx;return{xPt:e.convertPxToPt(r.x),yPt:e.pageHeightPt-e.convertPxToPt(c)}}var qb=1,Rn=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=qb,{font:d,fontSize:c}=zx(x,e.fontProvider),f=x.borderBox,l=i.convertPxToPt(f.x),u=i.pageHeightPt-i.convertPxToPt(f.y+f.height),m=i.convertPxToPt(f.width),p=i.convertPxToPt(f.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(`${s0(b)} rg`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("f");let g=this.parseColor(x.borderColor)??{r:.7,g:.7,b:.7,a:1};if(n.push(`${s0(g)} RG`),n.push(`${B(h)} w`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("S"),o.isDisabled&&(n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push(`${s0(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}=Rx(x,c,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${B(i.convertPxToPt(c))} Tf`),n.push(`${s0(y)} rg`),n.push(`${B(w)} ${B(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}=Rx(x,c,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${B(i.convertPxToPt(c))} Tf`),n.push(`${s0(y)} rg`),n.push(`${B(w)} ${B(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 e2(t,x,e,n,r,o){let a=[];if(a.push(`${B(t)} ${B(x)} ${B(e)} ${B(e)} re`),n?(a.push(`${s0(r)} rg`),a.push("f")):(o&&a.push(`${s0(o)} RG`),a.push("S")),n&&o){let i=Math.max(1,e*.05);a.push(`${B(t)} ${B(x)} ${B(e)} ${B(e)} re`),a.push(`${s0(o)} RG`),a.push(`${B(i)} w`),a.push("S"),a.push(`${B(t)} ${B(x)} ${B(e)} ${B(e)} re`),a.push(`${s0(r)} rg`),a.push("f")}return a}function t2(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,c=x+e*.3;return r.push(`${B(o)} ${B(a)} m`),r.push(`${B(i)} ${B(s)} l`),r.push(`${B(d)} ${B(c)} l`),r.push("h"),r.push(`${s0(n)} rg`),r.push("f"),r}function n2(t,x,e,n,r,o){let a=[],i=e/2,s=t+i,d=x+i,c=o?Math.max(1,e*.06):0,f=i-c-1;return a.push(`${B(s)} ${B(d)} ${B(i)} ${B(i)} c`),a.push("h"),o&&(a.push(`${s0(o)} RG`),a.push(`${B(c)} w`),a.push("S")),n&&(a.push(`${B(s)} ${B(d)} ${B(f)} ${B(f)} c`),a.push("h"),a.push(`${s0(r)} rg`),a.push("f")),a}function r2(t,x,e,n){let r=[],o=e/2,a=e*.6,i=t+o,s=x+a*.3,d=t+e*.15,c=t+e*.85,f=x+a;return r.push(`${B(i)} ${B(s)} m`),r.push(`${B(c)} ${B(f)} l`),r.push(`${B(d)} ${B(f)} l`),r.push("h"),r.push(`${s0(n)} rg`),r.push("f"),r}var Kb=16,Sn=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,Kb),c=s.x+(s.width-d)/2,f=s.y+(s.height-d)/2,l=i.convertPxToPt(c),u=i.pageHeightPt-i.convertPxToPt(f+d),m=i.convertPxToPt(d),p=x.borderColor??{r:.6,g:.6,b:.6,a:1},h={r:.2,g:.4,b:.8,a:1};n.push("q");let b=e2(l,u,m,o.isChecked??!1,h,p);if(n.push(...b),o.isChecked){let g=l+m*.15,y=u+m*.35,w=m*.7,S=t2(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 Zb=16,vn=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,Zb),c=s.x+(s.width-d)/2,f=s.y+(s.height-d)/2,l=i.convertPxToPt(c),u=i.pageHeightPt-i.convertPxToPt(f+d),m=i.convertPxToPt(d),p=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,m,o.isChecked??!1,h,p);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 Qb=12,Ln=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:c}=zx(x,e.fontProvider),f=10,l=Qb,u=i.convertPxToPt(s.x),m=i.pageHeightPt-i.convertPxToPt(s.y+s.height),p=i.convertPxToPt(s.width),h=i.convertPxToPt(s.height),b=s.x+s.width-f-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(`${s0(y)} rg`),n.push(`${B(u)} ${B(m)} ${B(p)} ${B(h)} re`),n.push("f");let w=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${s0(w)} RG`),n.push("1 w"),n.push(`${B(u)} ${B(m)} ${B(p)} ${B(h)} re`),n.push("S");let S=r2(b,g,l,{r:.4,g:.4,b:.4,a:1});n.push(...S);let R=o.options.find(T=>T.selected)??o.options[0];if(R){let T=x.color??{r:0,g:0,b:0,a:1},{xPt:L,yPt:D}=Rx(x,c,i,"center");n.push("BT"),n.push(`/${d.resourceName} ${B(i.convertPxToPt(c))} Tf`),n.push(`${s0(T)} rg`),n.push(`${B(L)} ${B(D)} Td`);let A=cx(R.text,d);n.push(`(${A}) 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 Jb=1,x9=20,Cn=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=Jb,{font:c,fontSize:f}=zx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),m=i.convertPxToPt(s.width),p=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(`${s0(b)} rg`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("f");let g=x.borderColor??{r:.7,g:.7,b:.7,a:1};n.push(`${s0(g)} RG`),n.push(`${B(h)} w`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("S");let y=i.convertPxToPt(x9),{xPt:w,yPt:S}=Rx(x,f,i,"top");if(n.push("BT"),n.push(`/${c.resourceName} ${B(i.convertPxToPt(f))} 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(`${s0(R)} rg`),n.push(`${B(w)} ${B(S)} Td`);let T=o.value.split(`
47
+ `);for(let L=0;L<T.length;L++){L>0&&n.push(`0 ${B(-y)} Td`);let D=cx(T[L],c);n.push(`(${D}) Tj`)}}else if(o.placeholder&&o.placeholder.length>0){let R={r:.6,g:.6,b:.6,a:1};n.push(`${s0(R)} rg`),n.push(`${B(w)} ${B(S)} Td`);let T=cx(o.placeholder,c);n.push(`(${T}) 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 e9=1,Tn=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=e9,{font:c,fontSize:f}=zx(x,e.fontProvider),l=i.convertPxToPt(s.x),u=i.pageHeightPt-i.convertPxToPt(s.y+s.height),m=i.convertPxToPt(s.width),p=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(`${B(l)} ${B(u)} ${B(m)} ${B(p)} 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(`${B(h)} w`),n.push(`${B(l)} ${B(u)} ${B(m)} ${B(p)} re`),n.push("S");let y=l+m/2,{yPt:w}=Rx(x,f,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(`/${c.resourceName} ${B(i.convertPxToPt(f))} Tf`),n.push(`${S.r.toFixed(3)} ${S.g.toFixed(3)} ${S.b.toFixed(3)} rg`);let R=this.getButtonText(o),T=cx(R,c);return n.push(`1 0 0 0 ${B(y)} ${B(w)} Tm`),n.push(`(${T}) 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 Y7=class{constructor(x){x&&x.length>0?this.renderers=x:this.renderers=[new Rn,new Sn,new vn,new Ln,new Cn,new Tn]}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}},Pn=new Y7;async function Fn(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),H7(t,[x],!1);let r=d9(x.clipPath),o=!!r;o&&r&&t.beginClipPath(r),n9(t,x),o9(t,x),H7(t,[x],!0),x.kind==="svg"||x.tagName==="svg"&&x.customData?.svg?await Zf(t,x,t.environment):x.image?t.drawImage(x.image,x.contentBox):Pn.canRender(x)&&t.renderFormControl(x),await t9(t,x),o&&t.endClipPath(),n&&t.endOpacityScope(x.opacity),e&&t.endTransformScope()}function o2(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 t9(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 n9(t,x){let e=x.background;if(!e)return;let n=a9(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=_7(a,o,i);for(let d of s){let c=V7(d,o)||V7(d,r.originRect)?n.radius:s9(),f=r.gradient;f.type,t.fillRoundedRect(d,c,f)}}e.image&&r9(t,e.image,n.rect,n.radius)}}function r9(t,x,e,n){if(!x||!x.rect)return;let r=x.repeat??"repeat",o=_7(x.rect,e,r);for(let a of o)t.drawBackgroundImage(x.image,a,e,n)}function o9(t,x){let e=x.borderColor;if(!e)return;let{border:n}=x;if(!i9(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)},c=V6(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,c,e);return}let a=r??{top:"solid",right:"solid",bottom:"solid",left:"solid"},i=x2(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 a9(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=V6(t.borderRadius,t.border.top,t.border.right,t.border.bottom,t.border.left);return x===t.contentBox&&(e=V6(e,t.padding.top,t.padding.right,t.padding.bottom,t.padding.left)),{rect:x,radius:e}}function i9(t){return t.top>0||t.right>0||t.bottom>0||t.left>0}function s9(){return{topLeft:{x:0,y:0},topRight:{x:0,y:0},bottomRight:{x:0,y:0},bottomLeft:{x:0,y:0}}}function d9(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 Bn(t){let{html:x,css:e="",widthPx:n,maxHeightPx:r,fontEmbedder:o,resourceBaseDir:a,assetRootDir:i,tokens:s,pageNumber:d=1,totalPages:c=1,environment:f}=t,l=a??"",u=i??l;if(!x||!x.trim())return null;let m=x;s&&(m=H6(x,s,d,c));let p=c9(m),b=We({viewport:{width:n,height:r}}),{document:g}=Z6(p),{styleRules:y}=Ie(e),w=g.body||g.documentElement,S=new G0,R=S.fontSize,T=J0(w,y,S,b,R);f9(T.display)&&(T.display="block");let L=new l0(T,[],{tagName:w?.tagName?.toLowerCase()}),D={resourceBaseDir:l,assetRootDir:u,units:b,rootFontSize:R,environment:f};if(w)for(let F of Array.from(w.childNodes)){if(F.nodeType===F.ELEMENT_NODE){let P=F.tagName.toLowerCase();if(P==="head"||P==="meta"||P==="title"||P==="link"||P==="script")continue}let M=await we(F,y,T,D);M&&L.appendChild(M)}It(L,{width:n,height:r},o??null);let A=Wt(L,{}),E=Math.min(l9(A.root),r);return k("layout","debug","Header/footer rendered",{widthPx:n,maxHeightPx:r,actualHeight:E,hasContent:A.root.children.length>0}),{renderTree:A,heightPx:E,root:A.root}}function a2(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=>a2(n))}}async function An(t,x,e,n,r,o){let a=a2(x.root),i=new $6(r);await u9(a,i),ln(a,e,n-o,!1);let s=[a];for(;s.length>0;){let d=s.pop();await Fn(t,d);for(let c=d.children.length-1;c>=0;c--)s.push(d.children[c])}}function c9(t){return/<\s*html[\s>]/i.test(t)?t:`<!doctype html><html><head></head><body>${t}</body></html>`}function f9(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function l9(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 u9(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=s6(o,r.text,r.fontSize,a);d6(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 kn(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 b9(t,x,e,n,r,o,s);return}k("layout","debug","Using legacy text rendering for headers/footers (no context)"),await m9(t,x,e,n,r,o,a)}async function b9(t,x,e,n,r,o,a){let{margins:i,pageWidthPx:s,pageHeightPx:d,fontRegistry:c,pageOffsetY:f,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 m=Mn(x.content);if(k("layout","debug","Rendering header HTML",{headerHtml:m.slice(0,200)}),m)try{let p=await Bn({html:m,css:l,widthPx:u,maxHeightPx:x.maxHeightPx,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});p&&(k("layout","debug","Header rendered successfully",{heightPx:p.heightPx}),await An(t,p,i.left,i.top,c,f))}catch(p){k("layout","warn","Failed to render header HTML",{error:p})}}if(e?.content){let m=Mn(e.content);if(m)try{let p=await Bn({html:m,css:l,widthPx:u,maxHeightPx:e.maxHeightPx,tokens:n,pageNumber:r,totalPages:o,environment:a.environment});if(p){let h=d-i.bottom-e.maxHeightPx;await An(t,p,i.left,h,c,f)}}catch(p){k("layout","warn","Failed to render footer HTML",{error:p})}}}async function m9(t,x,e,n,r,o,a){let i=x?.content?Mn(x.content):void 0,s=e?.content?Mn(e.content):void 0;if(i){let d=H6(i,n,r,o);await t.drawText(d,16,x?.maxHeightPx??24,{...a,absolute:!0})}if(s){let d=H6(s,n,r,o),c=t.pageHeightPx?t.pageHeightPx-((e?.maxHeightPx??24)+16):16;await t.drawText(d,16,c,{...a,absolute:!0})}}function Mn(t){return t==null?"":typeof t=="string"?t:typeof t=="function"?String(t()):JSON.stringify(t)}function b6(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 i2(t){let x=new Map,e=s2(t,0),n={id:e,box:t,parentId:null,childContextIds:[]};return x.set(e,n),X7(t,e,1,x),{rootContextId:e,contexts:x}}function X7(t,x,e,n){let r=e;for(let o of t.children)if(b6(o).establishesContext){let i=s2(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=X7(o,i,r,n)}else r=X7(o,x,r,n);return r}function s2(t,x){return`${t.id||"ctx"}-${x}`}function d2(t){let{rootContextId:x,contexts:e}=i2(t),n=[];return c2(x,e,n),n.map(r=>r.box)}function c2(t,x,e){let n=x.get(t);if(!n)return;let r=n.box;e.push({box:r});let o=[];f2(r,t,x,o);let a=[],i=[],s=[];for(let d of o){let c=b6(d);c.isPositioned&&c.zIndex!=="auto"?c.zIndex<0?a.push(d):s.push(d):i.push(d)}a.sort((d,c)=>{let f=b6(d).zIndex??0,l=b6(c).zIndex??0;return f!==l?f-l:0});for(let d of a)q7(d,t,x,e);for(let d of i)q7(d,t,x,e);s.sort((d,c)=>{let f=b6(d).zIndex??0,l=b6(c).zIndex??0;return f!==l?f-l:0});for(let d of s)q7(d,t,x,e)}function q7(t,x,e,n){let r=l2(t,x,e);r?c2(r.id,e,n):n.push({box:t})}function f2(t,x,e,n){for(let r of t.children){let o=l2(r,null,e);if(o&&o.id!==x){n.push(r);continue}n.push(r),f2(r,x,e,n)}}function l2(t,x,e){for(let n of e.values())if(n.box===t&&(x===null||n.parentId===x))return n}function u2(t,x){let e=Number.isFinite(x.pageHeight)&&x.pageHeight>0?x.pageHeight:1,n=d2(t),r=p9(t),o=h9(t),a=g9(t),i=R9(n),s=Math.max(1,Math.ceil(i/e)),d=[];for(let c=0;c<s;c++){let f=c*e,l=f+e,u=n.filter(g=>K7(g,f,l)),m=r.filter(g=>K7(g,f,l)),p=y9(o,f,l),h=w9(a,f,l,f),b=[];d.push({paintOrder:u,floatLayerOrder:[],flowContentOrder:m,positionedLayersSortedByZ:p,decorations:b,links:h,pageOffsetY:f})}return d}function p9(t){let x=[];return Z7(t,e=>(x.push(e),e.positioning.type==="normal")),x}function h9(t){return[]}function g9(t){let x=[];return Z7(t,e=>(x.push(...e.links),!0)),x}function y9(t,x,e){let n=[];for(let r of t){let o=r.boxes.filter(a=>K7(a,x,e));o.length>0&&n.push({z:r.z,boxes:o})}return n}function w9(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 R9(t){let x=0;for(let e of t){let n=b2(e);x=Math.max(x,n.bottom)}return x}function K7(t,x,e){let n=b2(t);return n.bottom>x&&n.top<e}function b2(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 Z7(t,x){if(x(t))for(let n of t.children)Z7(n,x)}function Q7(t){for(let x of Array.from(t)){let e=x.codePointAt(0);if(!c7.has(e))return!0}return!1}function m2(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 p2(t,x){let e,n=Number.POSITIVE_INFINITY;for(let r of t){let o=v9(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 In(t){return t?t.split(",").map(x=>J7(x.trim())).filter(x=>x.length>0):[]}function Nn(t){if(!t)return!1;let x=t.toLowerCase();return x==="italic"||x==="oblique"}function Gx(t){return t?J7(t).trim().toLowerCase():""}function J7(t){return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function h2(t,x){let e=S9(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 S9(t){for(let x of t){let e=x.match(/local\(([^)]+)\)/i);if(e)return J7(e[1].trim())}return null}function v9(t,x){if(typeof t=="number")return c0(t);if(typeof t!="string")return null;let e=t.split(/\s+/).filter(Boolean);if(e.length>1){let r=e.map(o=>ee(o,x)).filter(o=>o!==void 0).map(o=>c0(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=ee(t,x);return n===void 0?null:c0(n)}function jx(t,x,e){let n=Nn(e),r=Xo(x),o=wa(t);if(o){let i=Tr[o],s=Ra(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 xo(t,x=[]){return(t?In(t):x).flatMap(n=>{let r=Gx(n),o=Xx.get(r),a=C6.get(r);return[n,o,a].filter(i=>!!i)})}var L9="Times New Roman";function g2(t,x,e,n,r){let o=r.get(t);if(o&&o.length>0){let s=p2(o,x);if(s){let d=h2(s,Xx);if(d)return jx(d,x,e)}}if(!n){let s=ya.get(t);if(s)return jx(s,x,e)}let a=Xx.get(t);if(a){let s=ot.has(a.toLowerCase());if(n||s)return jx(a,x,e)}let i=C6.get(t);return i?jx(i,x,e):jx(L9,x,e)}var En=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}};function y2(t){let{baseName:x,fontMetrics:e,fontProgram:n,usedGlyphIds:r}=t,o=t.encoding??"identity",a=Array.from(r).sort((b,g)=>b-g);a.includes(0)||a.unshift(0);let i=new Map;if(o==="identity")for(let b of a)i.set(b,b);else for(let b=0;b<a.length;b++)i.set(a[b],b);let s=o==="identity"?Math.min(...a):0,d=o==="identity"?Math.max(...a):a.length-1,c=e.metrics.unitsPerEm,f=[];if(o==="identity")for(let b of a){let y=e.glyphMetrics.get(b)?.advanceWidth??0,w=Math.round(y/c*1e3);f.push(w)}else for(let b of a){let y=e.glyphMetrics.get(b)?.advanceWidth??0,w=Math.round(y/c*1e3);f.push(w)}let l=[],u=e.cmap.unicodeMap;for(let b of a){let g=[];for(let[y,w]of u.entries())w===b&&g.push(y);if(g.length>0){let y=i.get(b);if(y!==void 0)for(let w of g)l.push({gid:y,unicode:w})}}let m=oe(l),p=C9(n),h=b=>{let g=i.get(b);if(g===void 0)throw new Error(`Glyph ID ${b} not found in subset`);return g};return{name:`/${x}`,firstChar:s,lastChar:d,widths:f,toUnicodeCMap:m,fontFile:p,encodeGlyph:h,glyphIds:a}}function C9(t){return t.getRawTableData?T9(t):(console.warn("Font subsetting not fully implemented; no raw table data available"),new Uint8Array(0))}function T9(t){let x=["head","hhea","maxp","OS/2","hmtx","cmap","loca","glyf","name","post","cvt ","fpgm","prep"],e=new Map;for(let h of x){let b=t.getRawTableData(h);b&&b.length>0&&e.set(h,b)}if(e.size===0)return console.warn("No TTF tables available for font subsetting"),new Uint8Array(0);let n=e.size,r=Math.pow(2,Math.floor(Math.log2(n)))*16,o=Math.floor(Math.log2(n)),a=n*16-r,i=12,s=n*16,d=0;for(let h of e.values())d+=h.length+(4-h.length%4)%4;let c=i+s+d,f=new ArrayBuffer(c),l=new DataView(f),u=new Uint8Array(f);l.setUint32(0,65536,!1),l.setUint16(4,n,!1),l.setUint16(6,r,!1),l.setUint16(8,o,!1),l.setUint16(10,a,!1);let m=12,p=i+s;for(let[h,b]of e){let g=new TextEncoder().encode(h.padEnd(4));u.set(g.slice(0,4),m);let y=w2(b);l.setUint32(m+4,y,!1),l.setUint32(m+8,p,!1),l.setUint32(m+12,b.length,!1),u.set(b,p);let w=b.length+(4-b.length%4)%4;m+=16,p+=w}return P9(u,l,e),u}function w2(t){let x=0,e=new DataView(t.buffer,t.byteOffset,t.byteLength),n=Math.floor(t.length/4);for(let o=0;o<n;o++)x=x+e.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[n*4+a];o=o<<(4-r)*8,x=x+o>>>0}return x>>>0}function P9(t,x,e){let n=e.size,r=-1;for(let i=0;i<n;i++){let s=12+i*16;if(new TextDecoder().decode(t.slice(s,s+4)).trim()==="head"){r=x.getUint32(s+8,!1);break}}if(r===-1)return;x.setUint32(r+8,0,!1);let a=2981146554-w2(t)>>>0;x.setUint32(r+8,a,!1)}var Dn=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:y2({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 F9=80,Wn=class{constructor(x){this.doc=x;this.glyphSubsetRegistry=new Dn;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=e.embedded?.subset??x.fontFile;if(!s||s.length===0)return k("font","warn","missing-font-file-for-subset",{baseFont:e.baseFont,alias:x.name}),e.ref;let{DW:d,W:c}=re(r),l=`${x.name.startsWith("/")?x.name.slice(1):x.name}+${e.baseFont}`,u=this.doc.registerStream(s,{}),m={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:F9,FontFile2:u},p=this.doc.register(m),h={Type:"/Font",Subtype:"/CIDFontType2",BaseFont:`/${l}`,CIDSystemInfo:{Registry:"(Adobe)",Ordering:"(Identity)",Supplement:0},FontDescriptor:p,DW:d,W:c,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 R2="Times New Roman",eo=class{constructor(x,e){this.doc=x;this.facesByFamily=new Map;this.embedder=null;this.fontConfig=null;let{facesByFamily:n}=m2(e);this.facesByFamily=n,this.fontResourceManager=new En(x),this.subsetResourceManager=new Wn(x)}async ensureFontResource(x,e,n){let r=c0(e),o=this.makeFamilyKey(x,r,n),a=this.fontResourceManager.getCached(o);if(a)return a;if(this.embedder&&this.fontConfig){let s=xo(x,this.fontConfig?.defaultStack),d=this.embedder.ensureFont(s,r,n);if(d){let c={baseFont:d.baseFont,resourceName:d.resourceName,ref:d.ref,isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,c),c}}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=c0(e),o=this.makeFamilyKey(x,r,n),a=this.fontResourceManager.getCached(o);if(a)return a;if(this.embedder&&this.fontConfig){let s=xo(x,this.fontConfig?.defaultStack),d=this.embedder.ensureFont(s,r,n);if(d){let c={baseFont:d.baseFont,resourceName:d.resourceName,ref:d.ref,isBase14:!1,metrics:d.metrics,embedded:d};return this.fontResourceManager.setCached(o,c),c}}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=[...In(x),R2];for(let i of r){let s=Gx(i);if(!s)continue;let d=this.familyWeightKey(s,e,n),c=this.fontResourceManager.getCached(d);if(c)return this.fontResourceManager.setCached(this.makeFamilyKey(x,e,n),c),c;let f=g2(s,e,n,this.embedder!==null,this.facesByFamily),l=this.fontResourceManager.ensureBaseFontResource(f);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(R2,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=Nn(n)?"_italic":"";return`${r}@${Yo(e)}${o}`}async initializeEmbedder(x){this.fontConfig=x,this.embedder=new o6(x,this.doc),await this.embedder.initialize(),k("font","debug","embedder initialized",{fontConfig:x})}setFontConfig(x){this.fontConfig=x,this.embedder=new o6(x,this.doc),k("font","debug","font config set",{fontConfig:x})}};function S2(t,x){return new eo(t,x)}var On=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 B9(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,c=a.y1,f=a.cx,l=a.cy,u=d-i,m=c-s,p=u*u+m*m,h=0;if(p===0){let b=f-i,g=l-s;h=Math.hypot(b,g)}else{let b=((f-i)*u+(l-s)*m)/p,g=i+b*u,y=s+b*m;h=Math.hypot(f-g,l-y)}if(h<=n)r.push({x:d,y:c});else{let b=(i+f)/2,g=(s+l)/2,y=(f+d)/2,w=(l+c)/2,S=(b+y)/2,R=(g+w)/2;o.push({x0:S,y0:R,cx:y,cy:w,x1:d,y1:c}),o.push({x0:i,y0:s,cx:b,cy:g,x1:S,y1:R})}}}function v2(t,x,e=.5){let n=[],r=0,o=0,a=[],i=(c,f)=>{a.length>0&&n.push(a),a=[{x:c,y:f}],r=c,o=f},s=(c,f)=>{a||(a=[{x:r,y:o}]),a.push({x:c,y:f}),r=c,o=f},d=(c,f,l,u)=>{a||(a=[{x:r,y:o}]),B9({x:r,y:o},{x:c,y:f},{x:l,y:u},e,a),r=l,o=u};for(let c of t)switch(c.type){case"moveTo":{let f=c.x*x,l=-c.y*x;i(f,l);break}case"lineTo":{let f=c.x*x,l=-c.y*x;s(f,l);break}case"quadTo":{let f=c.cx*x,l=-c.cy*x,u=c.x*x,m=-c.y*x;d(f,l,u,m);break}case"cubicTo":{for(let l=1;l<=8;l++){let u=l/8,m=Math.pow(1-u,3)*r+3*u*Math.pow(1-u,2)*(c.cx1*x)+3*u*u*(1-u)*(c.cx2*x)+u*u*u*(c.x*x),p=Math.pow(1-u,3)*o+3*u*Math.pow(1-u,2)*(-c.cy1*x)+3*u*u*(1-u)*(-c.cy2*x)+u*u*u*(-c.y*x);s(m,p)}break}case"close":{if(a.length>0){let f=a[0],l=a[a.length-1];(Math.abs(f.x-l.x)>1e-6||Math.abs(f.y-l.y)>1e-6)&&a.push({x:f.x,y:f.y}),n.push(a),a=[]}break}}if(a.length>0){let c=a[0],f=a[a.length-1];(Math.abs(c.x-f.x)>1e-6||Math.abs(c.y-f.y)>1e-6)&&a.push({x:c.x,y:c.y}),n.push(a)}return{contours:n}}function L2(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 p of t)for(let h of p)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,c=s*x,f=new Uint8ClampedArray(d*c);for(let p=0;p<c;p++){let h=n+p/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,T=S.y;if(R===T)continue;let L=Math.min(R,T),D=Math.max(R,T);if(h<L||h>=D)continue;let A=(h-R)/(T-R),E=w.x+A*(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 T=p*d;for(let L=S;L<R;L++)f[T+L]=255}}}let l=i,u=s,m=new Uint8ClampedArray(l*u);for(let p=0;p<u;p++)for(let h=0;h<l;h++){let b=0,g=p*x,y=h*x;for(let S=0;S<x;S++){let R=(g+S)*d;for(let T=0;T<x;T++)b+=f[R+y+T]}let w=Math.round(b/(x*x));m[p*l+h]=w}return{width:l,height:u,data:m,offsetX:e,offsetY:n}}Le();function zn(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),c=0;for(let u=-o;u<=o;u++){let m=d*Math.exp(-(u*u)/(2*s));i[u+o]=m,c+=m}for(let u=0;u<a;u++)i[u]/=c;let f=new Float32Array(x*e);for(let u=0;u<e;u++){let m=u*x;for(let p=0;p<x;p++){let h=0;for(let b=-o;b<=o;b++){let g=p+b;g<0?h+=i[b+o]*t[m+0]:g>=x?h+=i[b+o]*t[m+(x-1)]:h+=i[b+o]*t[m+g]}f[m+p]=h}}let l=new Uint8ClampedArray(x*e);for(let u=0;u<x;u++)for(let m=0;m<e;m++){let p=0;for(let h=-o;h<=o;h++){let b=m+h;b<0?p+=i[h+o]*f[0*x+u]:b>=e?p+=i[h+o]*f[(e-1)*x+u]:p+=i[h+o]*f[b*x+u]}l[m*x+u]=Math.round(p)}return l}var A9=500,p6=new Map,T2=new Map;function M9(){for(;p6.size>A9;){let t=p6.keys().next().value;if(!t)break;p6.delete(t)}}function k9(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 P2(t,x,e,n=4,r=0){let o=k9(t,x,e,n,r),a=p6.get(o);if(a)return p6.delete(o),p6.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:c}=v2(i,d,.5),f=L2(c,n);if(!f)return null;let l=f.data;r&&r>0&&(l=zn(f.data,f.width,f.height,r));let u=r&&r>0?Math.ceil(r*2)+2:0;try{let h=m6.pack(o,l,f.width,f.height,u);T2.set(o,h)}catch{T2.set(o,null)}let m=l instanceof Uint8ClampedArray?l:new Uint8ClampedArray(l),p={width:f.width,height:f.height,data:m,offsetX:f.offsetX,offsetY:f.offsetY};return p6.set(o,p),M9(),p}catch{return null}}var Gn=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:c,fontResourceName:f}=x;if(!n.textShadows||n.textShadows.length===0)return e;let l=n.textShadows.some(y=>(y.blur??0)>0||y.color&&y.color.a!==void 0&&y.color.a<1),u=n.glyphs?I9(n.glyphs.font):null,m=this.fontRegistry.getEmbedder?this.fontRegistry.getEmbedder():void 0,p=u??(m?m.getMetrics(r.baseFont):null),h=c?`${B(d)} Tw`:void 0,b=c?"0 Tw":void 0,g=f??r.resourceName;if(this.imageRenderer&&l)if(n.glyphs&&p){try{let S=(await Promise.resolve().then(()=>(Le(),C2))).globalGlyphAtlas.getPages();S&&S.length>0&&this.imageRenderer.registerAtlasPages(S)}catch{}let y=4,w=[];for(let S=0;S<n.glyphs.glyphIds.length;S++){let R=n.glyphs.glyphIds[S],T=n.glyphs.positions[S]??{x:0,y:0};try{let L=P2(p,R,s,y,0);if(!L)continue;w.push({mask:L,pos:T})}catch{}}if(w.length>0){let S=1/0,R=1/0,T=-1/0,L=-1/0,D=n.textShadows.reduce((M,P)=>Math.max(M,Math.max(0,P?.blur??0)),0);for(let M of w){let{mask:P,pos:I}=M,W=P.offsetX??0,H=P.offsetY??0,q=I.x+W,K=I.y+H,_=q+P.width,C=K+P.height;q<S&&(S=q),K<R&&(R=K),_>T&&(T=_),C>L&&(L=C)}let A=Math.ceil(D*2);S=Math.floor(S-A),R=Math.floor(R-A),T=Math.ceil(T+A),L=Math.ceil(L+A);let E=Math.max(0,T-S),F=Math.max(0,L-R);if(E>0&&F>0){let M=new Uint8Array(E*F);for(let P of w){let{mask:I,pos:W}=P,H=I.offsetX??0,q=I.offsetY??0,K=Math.round(W.x+H-S),_=Math.round(W.y+q-R);for(let C=0;C<I.height;C++){let V=_+C;if(V<0||V>=F)continue;let J=C,n0=V*E,e0=J*I.width;for(let Z=0;Z<I.width;Z++){let Y=n0+K+Z;if(Y<0||Y>=M.length)continue;let p0=I.data[e0+Z]||0,L0=M[Y]+p0;M[Y]=L0>255?255:L0}}}for(let P of n.textShadows){if(!P||!P.color)continue;let I=Math.max(0,P.blur??0),W=M instanceof Uint8ClampedArray?M:new Uint8ClampedArray(M),H=I>0?zn(W,E,F,I):W,q=H instanceof Uint8ClampedArray?H:new Uint8ClampedArray(H),K=Math.round(tx(P.color.r)*255),_=Math.round(tx(P.color.g)*255),C=Math.round(tx(P.color.b)*255),V=P.color.a??1,J=`${n.text}|${r.baseFont}|size:${s}|blur:${Math.round(I)}|color:${K},${_},${C},${V}|ss:${y}`,n0,e0=this.runShadowCache.get(J);if(e0)n0=e0.alias;else{let r0=new Uint8Array(E*F*4);for(let U0=0,W0=0;U0<q.length;U0++,W0+=4)r0[W0]=K,r0[W0+1]=_,r0[W0+2]=C,r0[W0+3]=Math.round(q[U0]*V);let i0={src:`internal:shadow:run:${r.resourceName}:${Math.round(Math.random()*1e9)}`,width:E,height:F,format:"png",channels:4,bitsPerComponent:8,data:r0.buffer};n0=this.imageRenderer.registerResource(i0).alias,this.runShadowCache.set(J,{alias:n0,image:i0})}let Z=P.offsetX??0,Y=P.offsetY??0,p0=a.e+Z+S,L0=a.f+Y+R,h0=this.coordinateTransformer.convertPxToPt(E),D0=this.coordinateTransformer.convertPxToPt(F),C0=this.coordinateTransformer.convertPxToPt(p0),R0=L0-this.coordinateTransformer.pageOffsetPx,X=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(R0+F);e.push("q",`${B(h0)} 0 0 ${B(D0)} ${B(C0)} ${B(X)} cm`,`/${n0} Do`,"Q")}}}w.length===0&&this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b)}else if(l&&this.imageRenderer)try{for(let y of n.textShadows){if(!y||!y.color)continue;let w=y.offsetX??0,S=y.offsetY??0,R=Math.max(0,y.blur??0),T=y.color.a??1,L=[];if(R<=1)L.push({dx:0,dy:0,weight:1});else{let F=R/2;L.push({dx:0,dy:0,weight:.38}),L.push({dx:-F,dy:0,weight:.12}),L.push({dx:F,dy:0,weight:.12}),L.push({dx:0,dy:-F,weight:.12}),L.push({dx:0,dy:F,weight:.12}),L.push({dx:-F,dy:-F,weight:.035}),L.push({dx:F,dy:-F,weight:.035}),L.push({dx:-F,dy:F,weight:.035}),L.push({dx:F,dy:F,weight:.035})}for(let D of L){let A=D.dx,E=D.dy,F=T*D.weight,M={r:y.color.r,g:y.color.g,b:y.color.b,a:F},P=this.coordinateTransformer.convertPxToPt(a.e+w+A),I=a.f-this.coordinateTransformer.pageOffsetPx+S+E,W=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(I),H=["q",dx(M,this.graphicsStateManager),"BT"];h&&H.push(h),H.push(`/${g} ${B(i)} Tf`,`${B(a.a)} ${B(a.b)} ${B(a.c)} ${B(a.d)} ${B(P)} ${B(W)} Tm`,`(${o}) Tj`),b&&H.push(b),H.push("ET","Q"),e.push(...H)}}}catch{this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b)}else this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b);else this.appendVectorShadowLayers(e,n,r,o,a,i,g,h,b);return e}appendVectorShadowLayers(x,e,n,r,o,a,i,s,d){let c=e.textShadows??[];for(let f of c){if(!f||!f.color)continue;let l=this.coordinateTransformer.convertPxToPt(o.e+(f.offsetX??0)),u=o.f-this.coordinateTransformer.pageOffsetPx+(f.offsetY??0),m=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(u),p=["q",dx(f.color,this.graphicsStateManager),"BT"];s&&p.push(s),p.push(`/${i} ${B(a)} Tf`,`${B(o.a)} ${B(o.b)} ${B(o.c)} ${B(o.d)} ${B(l)} ${B(m)} Tm`,`(${r}) Tj`),d&&p.push(d),p.push("ET","Q"),x.push(...p)}}};function I9(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 jn=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(dx(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 c=Math.max(d*.8,.5),f=Math.max(d*.8,.5),l=s-c/2-f/2,u=s+c/2-f/2,m=[{x:n.e,y:l,width:r,height:f},{x:n.e,y:u,width:r,height:f}];for(let p of m){let h=this.rectToPdf(p);h&&o.push(dx(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),c=Math.max(d,.5),f=n==="dashed"?[3*c,3*c]:[c,c],l=u=>{let m=B(this.coordinateTransformer.convertPxToPt(r.e)),p=B(this.coordinateTransformer.convertPxToPt(r.e+o)),h=u-this.coordinateTransformer.pageOffsetPx,b=B(this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(h)),g=this.coordinateTransformer.convertPxToPt(Math.max(d,0)),y=f.map(w=>this.coordinateTransformer.convertPxToPt(Math.max(w,0))).map(B).join(" ");i.push(dx(a,this.graphicsStateManager),`${g>0?B(g):"0"} w`,`[${y}] 0 d`,`${m} ${b} m`,`${p} ${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),c=l=>{let u=[],m=Math.max(Math.round(r/(s/2)),2);for(let p=0;p<=m;p++){let h=n.e+r*p/m,b=p%2===0?-1:1,g=l+b*i;u.push({x:h,y:g})}return u},f=l=>{let u=c(l);if(u.length<2)return;let m=u[0].y-this.coordinateTransformer.pageOffsetPx,p=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(m),h=this.coordinateTransformer.convertPxToPt(u[0].x),b=this.coordinateTransformer.convertPxToPt(Math.max(d,0));a.push(dx(o,this.graphicsStateManager),`${B(b)} w`),a.push(`${B(h)} ${B(p)} 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(`${B(S)} ${B(w)} l`)}a.push("S")};if(x.decorations.lineThrough){let l=n.f-x.fontSize*.3;f(l)}if(x.decorations.underline){let l=n.f+x.fontSize*.1;f(l)}if(x.decorations.overline){let l=n.f-x.fontSize*.9;f(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:B(o),y:B(a),width:B(i),height:B(s)}}};var $n=class{constructor(x){this.fontRegistry=x}async ensureFontResource(x){let e=x.text??"",n=Q7(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),N9(d,e,n))return d}return a[a.length-1]}};function N9(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 to(t,x,e,n,r,o,a,i=0,s){let d=[];if(s?.skipColor||d.push(dx(o,a)),d.push("BT"),d.push(`${x.name} ${B(r)} Tf`),s?.tm){let{a:b,b:g,c:y,d:w,e:S,f:R}=s.tm;d.push(`${B(b)} ${B(g)} ${B(y)} ${B(w)} ${B(S)} ${B(R)} Tm`)}else d.push(`${B(e)} ${B(n)} Td`);let c=i!==0;c&&d.push(`${B(i)} Tw`),s?.textRenderingMode!==void 0&&d.push(`${s.textRenderingMode} Tr`);let f=r/t.fontSize,l=t.font.metrics.metrics.unitsPerEm,u=t.font.metrics.glyphMetrics,m=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},p=[],h=!1;for(let b=0;b<t.glyphIds.length;b++){let g=t.glyphIds[b],y=m(g);if(p.push(`<${y}>`),b<t.glyphIds.length-1){let w=t.positions[b]?.x??0,R=(t.positions[b+1]?.x??w)-w;c&&(t.text[b+1]??"")===" "&&(R+=i/f);let L=(u.get(g)?.advanceWidth??0)/l*t.fontSize,D=R-L;if(Math.abs(D)>1e-6){let E=-(D*f)/r*1e3;Math.abs(E)>1e-6&&(h=!0,p.push(E))}}}if(h){let b=p.map(g=>typeof g=="number"?E9(g):g).join(" ");d.push(`[${b}] TJ`)}else{let b=t.glyphIds.map(g=>m(g)).join("");d.push(`<${b}> Tj`)}return d.push("ET"),s?.afterTextCommands&&s.afterTextCommands.length>0&&d.push(...s.afterTextCommands),d}function E9(t){return t.toFixed(6).replace(/\.?0+$/,"")}var D9=0,_6=class{constructor(x){this.coordinateTransformer=x;this.shadings=new Map;this.shadingCounter=0;this.serviceId=D9++}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},c;if(x.coords&&x.coords.units==="userSpace"){let m=x.coords.x1-d.x,p=x.coords.y1-d.y,h=x.coords.x2-d.x,b=x.coords.y2-d.y;c=[m,p,h,b]}else if(x.coords&&x.coords.units==="ratio"){let m=Math.max(d.width,0),p=Math.max(d.height,0),h=x.coords.x1*m,b=x.coords.y1*p,g=x.coords.x2*m,y=x.coords.y2*p;c=[h,b,g,y]}else c=this.calculateGradientCoordinates(x,d);let f=this.buildInterpolationFunction(r),l=["<<","/ShadingType 2","/ColorSpace /DeviceRGB",`/Coords [${c.map(V0).join(" ")}]`,"/Domain [0 1]",`/Function ${f}`,"/Extend [true true]",">>"].join(`
48
48
  `),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 [${V0(o)} 0 0 ${V0(-o)} ${V0(i)} ${V0(s)}]`,">>"].join(`
49
- `);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,c=null;if(x.coordsUnits==="userSpace"){let m=x.cx??0,p=x.cy??0,h=x.r??0,b=m-(e.x??0),g=p-(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),T=x.fy-(e.y??0);d=[R,T,0,y,w,S]}else d=[y,w,0,y,w,S]}else{let m=x.cx??.5,p=x.cy??.5,h=x.r??.5;if(x.transform){let b=x.transform,g=(A,D)=>({x:b.a*A+b.c*D+b.e,y:b.b*A+b.d*D+b.f}),y=g(m,p),w=g(m+h,p),S=y.x*i,R=y.y*s,T=w.x*i,L=w.y*s,E=Math.sqrt((T-S)*(T-S)+(L-R)*(L-R));if(x.fx!==void 0&&x.fy!==void 0){let A=g(x.fx,x.fy),D=A.x*i,F=A.y*s;d=[D,F,0,S,R,E]}else d=[S,R,0,S,R,E]}else{let b=m*i,g=p*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 f=this.buildInterpolationFunction(r),l=["<<","/ShadingType 3","/ColorSpace /DeviceRGB",`/Coords [${d.map(V0).join(" ")}]`,...c?[c]:[],"/Domain [0 1]",`/Function ${f}`,"/Extend [true true]",">>"].join(`
50
- `),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,c=this.computeMaxExtent(a,i,s,d),f=s-a*c,l=d-i*c,u=s+a*c,m=d+i*c;return[f,l,u,m]}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,c)=>({color:d.color,position:s===0?0:c/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]=Te(r[o]??0);for(let s=1;s<r.length;s++){let d=r[s];if(d===void 0)continue;let c=r[o]??0,f=Te(d),l=s-o;if(l>1)for(let u=1;u<l;u++){let m=u/l,p=c+(f-c)*m;r[o+u]=Te(p)}r[s]=f,o=s}for(let s=1;s<r.length;s++)r[s]===void 0&&(r[s]=r[s-1]);let a=[],i=Te(r[0]??0);a.push({color:e[0].color,position:i});for(let s=1;s<r.length;s++){let d=Te(r[s]??i),c=d<i?i:d;a.push({color:e[s].color,position:c}),i=c}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 _n(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 _n(i,i)}if(e.length===1){let[i]=e;return _n(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(V0(s.end.position)),r.push("0 1"),o.push(_n(s.start.color,s.end.color))}return["<<","/FunctionType 3","/Domain [0 1]",`/Bounds [${n.join(" ")}]`,`/Encode [${r.join(" ")}]`,"/Functions [",o.join(`
49
+ `);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,c=null;if(x.coordsUnits==="userSpace"){let m=x.cx??0,p=x.cy??0,h=x.r??0,b=m-(e.x??0),g=p-(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),T=x.fy-(e.y??0);d=[R,T,0,y,w,S]}else d=[y,w,0,y,w,S]}else{let m=x.cx??.5,p=x.cy??.5,h=x.r??.5;if(x.transform){let b=x.transform,g=(A,E)=>({x:b.a*A+b.c*E+b.e,y:b.b*A+b.d*E+b.f}),y=g(m,p),w=g(m+h,p),S=y.x*i,R=y.y*s,T=w.x*i,L=w.y*s,D=Math.sqrt((T-S)*(T-S)+(L-R)*(L-R));if(x.fx!==void 0&&x.fy!==void 0){let A=g(x.fx,x.fy),E=A.x*i,F=A.y*s;d=[E,F,0,S,R,D]}else d=[S,R,0,S,R,D]}else{let b=m*i,g=p*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 f=this.buildInterpolationFunction(r),l=["<<","/ShadingType 3","/ColorSpace /DeviceRGB",`/Coords [${d.map(V0).join(" ")}]`,...c?[c]:[],"/Domain [0 1]",`/Function ${f}`,"/Extend [true true]",">>"].join(`
50
+ `),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,c=this.computeMaxExtent(a,i,s,d),f=s-a*c,l=d-i*c,u=s+a*c,m=d+i*c;return[f,l,u,m]}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,c)=>({color:d.color,position:s===0?0:c/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]=Ce(r[o]??0);for(let s=1;s<r.length;s++){let d=r[s];if(d===void 0)continue;let c=r[o]??0,f=Ce(d),l=s-o;if(l>1)for(let u=1;u<l;u++){let m=u/l,p=c+(f-c)*m;r[o+u]=Ce(p)}r[s]=f,o=s}for(let s=1;s<r.length;s++)r[s]===void 0&&(r[s]=r[s-1]);let a=[],i=Ce(r[0]??0);a.push({color:e[0].color,position:i});for(let s=1;s<r.length;s++){let d=Ce(r[s]??i),c=d<i?i:d;a.push({color:e[s].color,position:c}),i=c}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 Vn(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 Vn(i,i)}if(e.length===1){let[i]=e;return Vn(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(V0(s.end.position)),r.push("0 1"),o.push(Vn(s.start.color,s.end.color))}return["<<","/FunctionType 3","/Domain [0 1]",`/Bounds [${n.join(" ")}]`,`/Encode [${r.join(" ")}]`,"/Functions [",o.join(`
51
51
  `),"]",">>"].join(`
52
- `)}parseColor(x){let e=I0(x);return H9(e)}};function H9(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 Te(t){return!Number.isFinite(t??NaN)||(t??0)<=0?0:(t??0)>=1?1:t??0}function _n(t,x){return["<<","/FunctionType 2","/Domain [0 1]",`/C0 [ ${V0(t.r)} ${V0(t.g)} ${V0(t.b)} ]`,`/C1 [ ${V0(x.r)} ${V0(x.g)} ${V0(x.b)} ]`,"/N 1",">>"].join(`
53
- `)}function oo(t){return Number.isFinite(t)?t>1?Math.min(Math.max(t/255,0),1):t<0?0:t:0}function V0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(5).replace(/0+$/,"").replace(/\.$/,""):"0"}function Pe(t){let x=U(q6(t.r)),e=U(q6(t.g)),n=U(q6(t.b));return`${x} ${e} ${n} RG`}function M2(t){let x=U(q6(t.r)),e=U(q6(t.g)),n=U(q6(t.b));return`${x} ${e} ${n} rg`}function k2(t){switch(t){case"butt":return 0;case"round":return 1;case"square":return 2;default:return}}function I2(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 U(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function N2(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 c=t.x-e.x,f=t.y-e.y,l=x.convertPxToPt(c),u=x.convertPxToPt(-(f+r)),m=x.convertPxToPt(n),p=x.convertPxToPt(r);return{x:U(l),y:U(u),width:U(m),height:U(p)}}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:U(a),y:U(i),width:U(s),height:U(d)}}function E2(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:U(s),y:U(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:U(r),y:U(o)}}function ao(t,x,e){if(e){let s=t.x-e.x,d=t.y-e.y,c=x.convertPxToPt(1),f=x.convertPxToPt(1),l=x.convertPxToPt(s),u=x.convertPxToPt(-d);return`${U(c)} 0 0 ${U(f)} ${U(l)} ${U(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`${U(n)} 0 0 ${U(-r)} ${U(a)} ${U(i)} cm`}function Yn(t){if(!t)return null;let x={a:1,b:0,c:0,d:-1,e:0,f:0};return N0(N0(x,t),x)}var U9="\x1B[38;5;205m",z9="\x1B[0m",Xn=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 Vn(e),this.shadowRenderer=new jn(x,e,n,r),this.decorationRenderer=new $n(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),c={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(c)}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||!V9(o,e)){let h=j9(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",`${U9}USING GLYPH RUN${z9}`,{text:x.text.slice(0,64),glyphCount:o.glyphIds.length});let i=G9(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}=Rn(s,e),c=x.wordSpacing??0,f=this.coordinateTransformer.convertPxToPt(c),l=c!==0&&f!==0;if(this.registerFont(e),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:f,appliedWordSpacing:l,fontResourceName:e.resourceName});this.commands.push(...h)}let u=this.fontRegistry.ensureSubsetForGlyphRun(o,e);this.registerSubsetFont(u.alias,u.ref);let m=x.textGradient;if(m&&m.rect&&m.rect.width>0&&m.rect.height>0){k("paint","debug","text run has background clip gradient",{text:x.text.slice(0,32),rect:m.rect});let h=m.gradient,b=h.type==="linear",g=h.type==="radial";if(b||g){let y=this.gradientService.createPatternFromLinearGradient(h,{width:m.rect.width,height:m.rect.height,x:m.rect.x,y:m.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,f,{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}}}let p=ro(o,u.subset,0,0,r,n,this.graphicsStateManager,f,{tm:i});this.commands.push(...p),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 ${B(n)} ${B(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 ${B(e)} ${B(n)} re`,"f"]}getResult(){return{commands:[...this.commands],fonts:new Map(this.fonts),shadings:this.gradientService.getShadings(),patterns:new Map(this.patterns)}}};function G9(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=Yn(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 j9(t,x){let e=$9(t,x);if(!e)return null;let n=t.letterSpacing??0,r=c6(e,t.text,t.fontSize,n);return f6(r,t.text,t.wordSpacing),r}function $9(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},css:{family:t.fontFamily,weight:t.fontWeight??400,style:t.fontStyle??"normal"}}:null}function V9(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 qn=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),c=this.coordinateTransformer.convertPxToPt(a.height);if(d===0||c===0)return;let f=this.coordinateTransformer.convertPxToPt(a.x),l=a.y-this.coordinateTransformer.pageOffsetPx,u=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(l+a.height),m=d/r,p=c/o,h=f-m*e,b=u-p*n,g=["q",`${Vx(m)} 0 0 ${Vx(p)} ${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 Kn(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,c=.5522847498307936,f=n+a.x,l=r;if(o.push(`${U(f)} ${U(l)} m`),o.push(`${U(n+t-i.x)} ${U(r)} l`),i.x>0||i.y>0){let u=n+t-i.x+c*i.x,m=r,p=n+t,h=r+i.y-c*i.y,b=n+t,g=r+i.y;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n+t)} ${U(r)} l`);if(o.push(`${U(n+t)} ${U(r+x-s.y)} l`),s.x>0||s.y>0){let u=n+t,m=r+x-s.y+c*s.y,p=n+t-s.x+c*s.x,h=r+x,b=n+t-s.x,g=r+x;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n+t)} ${U(r+x)} l`);if(o.push(`${U(n+d.x)} ${U(r+x)} l`),d.x>0||d.y>0){let u=n+d.x-c*d.x,m=r+x,p=n,h=r+x-d.y+c*d.y,b=n,g=r+x-d.y;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n)} ${U(r+x)} l`);if(o.push(`${U(n)} ${U(r+a.y)} l`),a.x>0||a.y>0){let u=n,m=r+a.y-c*a.y,p=n+a.x-c*a.x,h=r,b=n+a.x,g=r;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n)} ${U(r)} l`);return o.push("h"),o}var Zn=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=D2(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(Kn(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(Kn(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 ${U(n)} ${U(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(Kn(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 ${U(n)} ${U(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),c=Math.max(n.height,0);if(d<=0||c<=0){this.fillRoundedRect(x,s,o);return}let f=w6(a,i,s,0,0);if(f.length===0)return;let l=y6(d,c,r),u=n.x-x.x,m=n.y-x.y,p=w6(d,c,l,u,m),h=[this.transformForRect(x),...f,...p,"f*"];this.pushFillCommands(o,h,!0)}fillRect(x,e){let n=D2(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(Pe(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",Pe(n)),r!==void 0){let d=this.coordinateTransformer.convertPxToPt(Math.max(r,0));d>0&&this.commands.push(`${U(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",Pe(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 f of x)f.type==="moveTo"||f.type==="lineTo"?(o=Math.min(o,f.x),a=Math.min(a,f.y),i=Math.max(i,f.x),s=Math.max(s,f.y)):f.type==="curveTo"&&(o=Math.min(o,f.x1,f.x2,f.x),a=Math.min(a,f.y1,f.y2,f.y),i=Math.max(i,f.x1,f.x2,f.x),s=Math.max(s,f.y1,f.y2,f.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)},c=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(`/${c.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",Pe(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(`${U(o)} w`)}let e=k2(x.lineCap);e!==void 0&&this.commands.push(`${e} J`);let n=I2(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(U),a=U(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(M2(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),c=this.coordinateTransformer.convertPxToPt(1),f=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s);return`${U(d)} 0 0 ${U(c)} ${U(f)} ${U(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`${U(e)} 0 0 ${U(-n)} ${U(o)} ${U(a)} cm`}rectToPdf(x){return N2(x,this.coordinateTransformer,this.transformContext)}pointToPdf(x){return E2(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 D2(t){return _9(t)||Y9(t)?t:typeof t=="string"?wx(t):null}function _9(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="linear"&&Array.isArray(x.stops)}function Y9(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="radial"&&typeof x.r=="number"}var Qn=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 xr=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,c=[],f=this.pointToPdf(x.x+o.x,x.y),l=this.pointToPdf(x.x+n-a.x,x.y);if(!f||!l)return null;if(c.push(`${f.x} ${f.y} m`),c.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;c.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;c.push(`${h.x} ${h.y} l`)}let u=this.pointToPdf(x.x+n,x.y+r-i.y);if(!u)return null;if(c.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;c.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;c.push(`${h.x} ${h.y} l`)}let m=this.pointToPdf(x.x+s.x,x.y+r);if(!m)return null;if(c.push(`${m.x} ${m.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;c.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;c.push(`${h.x} ${h.y} l`)}let p=this.pointToPdf(x.x,x.y+o.y);if(!p)return null;if(c.push(`${p.x} ${p.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;c.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;c.push(`${h.x} ${h.y} l`)}return c.push("h"),c}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:Jn(e),height:Jn(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:Jn(n),y:Jn(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 Jn(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var tr=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:`${er(e)} 0 0 ${er(n)} ${er(r)} ${er(a)} cm`}};function er(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var nr=class{constructor(x,e){this.coordinateTransformer=x;this.shapeRenderer=e}beginTransformScope(x,e){let n=Yn(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),c=this.coordinateTransformer.convertPxToPt(s),f=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s),u=["q",`1 0 0 1 ${E0(r)} ${E0(a)} cm`,`1 0 0 1 ${E0(f)} ${E0(l)} cm`,`${E0(n.a)} ${E0(n.b)} ${E0(n.c)} ${E0(n.d)} 0 0 cm`,`1 0 0 1 ${E0(d)} ${E0(c)} cm`];(n.b!==0||n.c!==0)&&u.push(`%PAGYRA_TRANSFORM ${E0(n.a)} ${E0(n.b)} ${E0(n.c)} ${E0(n.d)} ${E0(n.e)} ${E0(n.f)}`),this.shapeRenderer.pushRawCommands(u),this.shapeRenderer.setTransformContext(e)}endTransformScope(){this.shapeRenderer.pushRawCommands(["Q"]),this.shapeRenderer.clearTransformContext()}};function E0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}Ce();function W2(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 rr=class{constructor(x,e,n,r){this.textRenderer=x;this.imageRenderer=e;this.shapeRenderer=n;this.graphicsStateManager=r}combineResults(){let x=this.textRenderer.getResult();W2(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 c=new Map;for(let[l,u]of n.shadings)c.set(l,u);for(let[l,u]of x.shadings)c.set(l,u);let f=new Map;for(let[l,u]of x.patterns??[])f.set(l,u);return{content:s.join(`
54
- `),fonts:x.fonts,images:d,graphicsStates:r,shadings:c,patterns:f}}};Ce();var ar=class{constructor(x,e,n,r=0,o){this.clipDepth=0;this.coordinateTransformer=new Hn(x,e,r),this.graphicsStateManager=new Qn,this.imageRenderer=new qn(this.coordinateTransformer),this.textRenderer=new Xn(this.coordinateTransformer,n,this.imageRenderer,this.graphicsStateManager),this.shapeRenderer=new Zn(this.coordinateTransformer,this.graphicsStateManager),this.clippingPathBuilder=new xr(this.coordinateTransformer),this.imageMatrixBuilder=new tr(this.coordinateTransformer),this.transformScopeManager=new nr(this.coordinateTransformer,this.shapeRenderer),this.resultCombiner=new rr(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",`${or(r)} 0 0 ${or(o)} ${or(a)} ${or(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=Fn.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 or(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}async function H2({pageTree:t,pageNumber:x,totalPages:e,pageSize:n,pxToPt:r,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,headerFooterLayout:s,tokens:d,headerFooterTextOptions:c,pageBackground:f,margins:l,headerFooterCss:u,environment:m}){let p=new ar(n.heightPt,r,i,t.pageOffsetY,m),h=p7(s,x,e),b=h7(s,x,e);s2(p,f,o,a,t.pageOffsetY);let g=l?{margins:l,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,pageOffsetY:t.pageOffsetY,css:u,environment:m}:void 0;s.layerMode==="under"&&await In(p,h,b,d,x,e,c,!0,g);for(let y of t.paintOrder)await Bn(p,y);return s.layerMode==="over"&&await In(p,h,b,d,x,e,c,!1,g),p.result()}var z2=[{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,Fe=null;async function ir(t=new R6){let x=K9();if(K6!==void 0&&io===x)return K6;if(Fe&&io===x)return Fe;io=x,Fe=(async()=>{if(x==="google"){let n=await Q9(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 Z9(t);return K6=e.length?{fontFaceDefs:e,defaultStack:U2}:null,K6})();try{return await Fe}finally{Fe=null}}function X9(){let x=globalThis.__PAGYRA_FONT_BASE;if(typeof x=="string"&&x.trim().length>0)return q9(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 q9(t){return t.endsWith("/")?t:`${t}/`}function K9(){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 Z9(t){let x=X9(),e=[];for(let n of z2){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 Q9(t){let x=z2.filter(n=>!!n.google);if(!x.length)return[];let e=J9(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=e1(r),a=[];for(let i of x){let s=G2(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 c=await t.loader.load(d);a.push({name:i.name,family:i.family,weight:i.weight,style:i.style,src:d,data:c})}catch(c){k("font","warn","Failed to download Google font",{url:d,family:i.family,weight:i.weight,style:i.style,error:c})}}return a}catch(n){return k("font","warn","Failed to load Google Fonts CSS",{url:e,error:n}),[]}}function J9(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=${x1(n)}:ital,wght@${o.join(";")}`;e.push(a)}return e.length?`https://fonts.googleapis.com/css2?${e.join("&")}&display=swap`:""}function x1(t){return encodeURIComponent(t.replace(/\s+/g,"+"))}function e1(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(),c=Number.parseInt(a[1],10),f=i[1].toLowerCase()==="italic"?"italic":"normal",l=s[1].replace(/['"]/g,"").trim(),u=G2(d,c,f);x.has(u)||x.set(u,l)}return x}function G2(t,x,e){return`${t.toLowerCase()}@${x}@${e.toLowerCase()}`}function j2(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 $2={widthPt:595.28,heightPt:841.89};async function V2(t,x={}){let e=x.fontConfig??await ir(),n=x.pageSize??r1(t),r=so(t.dpiAssumption),o=n1(t.dpiAssumption),a=new U6(x.metadata??{}),i=C2(a,t.css);e&&await i.initializeEmbedder(e);let s=o(n.heightPt)||1,d=o(n.widthPt)||1,c=x.margins??{top:0,right:0,bottom:0,left:0},f=o1(t.root,n,r),l=b7(t.hf,n,f),u=m7(l,r),m=s-u.headerHeightPx-u.footerHeightPx,p=m>0?m:s,h=p2(t.root,{pageHeight:p}),b=h.length,g=g7(t.hf.placeholders??{},b,x.metadata),y=t1(t.root),w=new _6(i);await a1(t.root,w);let S={fontSizePt:10,fontFamily:t.hf.fontFamily};for(let R=0;R<h.length;R++){let T=h[R],L=R+1,E=await H2({pageTree:T,pageNumber:L,totalPages:b,pageSize:n,pxToPt:r,pageWidthPx:d,pageHeightPx:s,fontRegistry:i,headerFooterLayout:u,tokens:g,headerFooterTextOptions:S,pageBackground:y,margins:c,headerFooterCss:x.headerFooterCss,environment:x.environment}),A=j2(a,E);a.addPage({width:n.widthPt,height:n.heightPt,contents:E.content,resources:A,annotations:[]})}return a.finalize()}function t1(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 n1(t){let e=(t>0?t:96)/72;return n=>n*e}function r1(t){let x=t.root.contentBox.width>0?so(t.dpiAssumption)(t.root.contentBox.width):$2.widthPt,e=t.root.contentBox.height>0?so(t.dpiAssumption)(t.root.contentBox.height):$2.heightPt;return{widthPt:x,heightPt:e}}function o1(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 a1(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=c6(o,r.text,r.fontSize,a);f6(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 _2(t){X2(t,x=>{if(x.textAlign!=="justify")return!0;let e=[];Y2(x,e);let n=e.filter(o=>typeof o.lineIndex=="number");if(n.length===0)return!1;let r=i1(n);for(let o of r)s1(o);return!1})}function i1(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 s1(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 c=o[i+1],f=o[i],l=c.x-(f.x+f.baseWidth),u=Math.max(f.fontSize,c.fontSize),m=i<x;(l>u||!m&&d===0&&l>0)&&(a+=l)}}}function Y2(t,x){t.textRuns&&x.push(...t.textRuns);for(let e of t.children)Y2(e,x)}function X2(t,x){if(x(t))for(let n of t.children)X2(n,x)}var q2={width:595.28,height:841.89},sr={top:36,right:36,bottom:36,left:36},K2=nx(q2.width),Z2=nx(q2.height),d1={top:nx(sr.top),right:nx(sr.right),bottom:nx(sr.bottom),left:nx(sr.left)};function Q2(t,x){let e={...d1},n=e.left+e.right,r=e.top+e.bottom,o=Be(t,0),a=Be(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 Ae(t,x){if(!Number.isFinite(t??NaN))return x;let e=Number(t);return e>0?e:x}function Be(t,x){return Math.max(1,t-x)}async function e5(t){let x=t.environment??new m6(t.assetRootDir??t.resourceBaseDir),e=t.fontConfig??await ir(x),n=e?{...t,fontConfig:e,environment:x}:{...t,environment:x},r=await c1(n);return V2(r.renderTree,{pageSize:r.pageSize,fontConfig:e??void 0,margins:r.margins,environment:x})}async function c1(t){let x=Ae(t.pageWidth,K2),e=Ae(t.pageHeight,Z2),n=Q2(x,e),r=Be(x,n.left+n.right),o=Be(e,n.top+n.bottom),a=Math.min(Ae(t.viewportWidth,r),r),i=Math.min(Ae(t.viewportHeight,o),o),{html:s,css:d,pageWidth:c,pageHeight:f,margins:l,...u}=t,{html:m,css:p=""}={html:s,css:d,...u},{debug:h=!1,debugLevel:b,debugCats:g,headerFooter:y,resourceBaseDir:w,assetRootDir:S,environment:R}=t,T=p1(m);pr(a,i);let L=w??S??"",E=S??L,A=R??new m6(E);(b||g)&&wo({level:b??(h?"debug":"info"),cats:g});let F=Oe({viewport:{width:a,height:i}});k("html-to-pdf","debug",`prepareHtmlRender - input html: ${m}`);let{document:M}=J6(T);h1(M)&&(M=J6(n5(m)).document),k("html-to-pdf","debug",`prepareHtmlRender - parsed document body: ${M.body?.innerHTML||"no body"}`),k("html-to-pdf","debug",`prepareHtmlRender - document.documentElement tagName: ${M.documentElement?.tagName}`),k("html-to-pdf","debug",`prepareHtmlRender - document.documentElement innerHTML: ${M.documentElement?.innerHTML}`),k("html-to-pdf","debug",`prepareHtmlRender - document children count: ${M.childNodes.length}`);for(let X=0;X<M.childNodes.length;X++){let r0=M.childNodes[X],i0=r0.nodeType===r0.ELEMENT_NODE?r0.tagName:"text node";k("html-to-pdf","debug",`prepareHtmlRender - document child ${X}: ${r0.nodeType}, ${i0}`)}k("parse","debug","DOM parsed",{hasBody:!!M.body});let P=p||"",I=Array.from(M.querySelectorAll("style"));for(let X of I)X.textContent&&(P+=`
55
- `+X.textContent);let W=Array.from(M.querySelectorAll("link")).filter(X=>(X.getAttribute("rel")||"").toLowerCase()==="stylesheet");for(let X of W){let r0=X.getAttribute("href");if(!r0)continue;let i0=await f1(r0,L,E,A);i0&&(P+=`
56
- `+i0)}let{styleRules:H,fontFaceRules:q}=Ne(P);k("parse","debug","CSS rules",{count:H.length,fontFaces:q.length});let K=M.body,_=K;K&&K.childNodes.length===0?Array.from(M.documentElement.childNodes).filter(r0=>r0.nodeType===r0.ELEMENT_NODE&&r0.tagName!=="HEAD").length>0&&(_=M.documentElement):K||(_=M.documentElement);let C=new G0,V=M.documentElement,J=V?J0(V,H,C,F,C.fontSize):C,n0=J.fontSize,e0;!_||_===V?e0=J:e0=J0(_,H,J,F,n0),m1(e0.display)&&(e0.display="block");let Z=new l0(e0,[],{tagName:_?.tagName?.toLowerCase()}),Y={resourceBaseDir:L,assetRootDir:E,units:F,rootFontSize:n0,environment:A};if(_){k("html-to-pdf","debug",`prepareHtmlRender - processing children of: ${_.tagName}, count: ${_.childNodes.length}`);for(let X of Array.from(_.childNodes)){let r0=X.nodeType===X.ELEMENT_NODE?X.tagName:"text node";if(k("html-to-pdf","debug",`prepareHtmlRender - processing child: ${r0}, type: ${X.nodeType}`),X.nodeType===X.ELEMENT_NODE){let a0=X.tagName.toLowerCase();if(a0==="head"||a0==="meta"||a0==="title"||a0==="link"||a0==="script")continue}let i0=await Re(X,H,e0,Y);i0&&Z.appendChild(i0)}}let p0=new U6;for(let X of q){let r0=X.declarations["font-family"]?.replace(/['"]/g,""),i0=X.declarations.src;if(r0&&i0){let a0=l1(i0);if(a0&&t.fontConfig){let U0=await x5(a0,L,E,A);if(U0){let W0=X.declarations["font-weight"]||"400",fx=X.declarations["font-style"]||"normal";t.fontConfig.fontFaceDefs.push({name:r0,family:r0,src:a0,data:U0,weight:u1(W0),style:b1(fx)})}}}}if(t.fontConfig){for(let X of t.fontConfig.fontFaceDefs)if(!X.data&&X.src){let r0=await x5(X.src,L,E,A);r0&&(X.data=r0)}}let L0=t.fontConfig?new i6(t.fontConfig,p0):null;L0&&await L0.initialize(),Nt(Z,{width:a,height:i},L0),k("layout","debug","Layout complete");let h0=Ot(Z,{headerFooter:y});_2(h0.root);let D0=y?.maxHeaderHeightPx??0,C0=y?.maxFooterHeightPx??0;Ff(h0.root,{pageHeight:e,margins:n,headerHeightPx:D0,footerHeightPx:C0}),un(h0.root,n.left,0,h);let R0={widthPt:gr(x),heightPt:gr(e)};return{layoutRoot:Z,renderTree:h0,pageSize:R0,margins:n}}async function f1(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,c=await fetch(d);if(!c.ok)throw new Error(`HTTP ${c.status}`);let f=await c.text();return J2(f,d)}let o=n.resolveLocal?n.resolveLocal(r,x):t5(r,x,e),a=await n.loader.load(o),i=new TextDecoder("utf-8").decode(a),s=/^https?:\/\//i.test(o)||o.startsWith("file:")?o:ho(o).toString();return J2(i,s)}catch(o){return k("parse","warn","Failed to load stylesheet",{href:t,error:o instanceof Error?o.message:String(o)}),""}}function J2(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 l1(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 u1(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 b1(t){let x=t.trim().toLowerCase();return x.includes("italic")||x.includes("oblique")?"italic":"normal"}function t5(t,x,e){let n=t;return n.startsWith("file://")?n=br(n):n.startsWith("/")?n=bx.resolve(e,`.${n}`):bx.isAbsolute(n)||(n=bx.resolve(x,n)),n}async function x5(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 Hx(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=br(o);return await n.loader.load(s)}let a=n.resolveLocal?n.resolveLocal(o,x):t5(o,x,e);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 m1(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function p1(t){return/<\s*html[\s>]/i.test(t)?t:n5(t)}function n5(t){return`<!doctype html><html><head></head><body>${t}</body></html>`}function h1(t){return!(t.documentElement?.tagName?.toUpperCase()==="HTML")||!t.body}async function nM(t){let x=new R6;return mo(x),e5({...t,environment:x})}export{nM as renderHtmlToPdfBrowser};
52
+ `)}parseColor(x){let e=I0(x);return W9(e)}};function W9(t){if(!t)return{r:1,g:1,b:1};let x=t.a??1,e=no(t.r),n=no(t.g),r=no(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 Ce(t){return!Number.isFinite(t??NaN)||(t??0)<=0?0:(t??0)>=1?1:t??0}function Vn(t,x){return["<<","/FunctionType 2","/Domain [0 1]",`/C0 [ ${V0(t.r)} ${V0(t.g)} ${V0(t.b)} ]`,`/C1 [ ${V0(x.r)} ${V0(x.g)} ${V0(x.b)} ]`,"/N 1",">>"].join(`
53
+ `)}function no(t){return Number.isFinite(t)?t>1?Math.min(Math.max(t/255,0),1):t<0?0:t:0}function V0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(5).replace(/0+$/,"").replace(/\.$/,""):"0"}function Te(t){let x=U(Y6(t.r)),e=U(Y6(t.g)),n=U(Y6(t.b));return`${x} ${e} ${n} RG`}function F2(t){let x=U(Y6(t.r)),e=U(Y6(t.g)),n=U(Y6(t.b));return`${x} ${e} ${n} rg`}function B2(t){switch(t){case"butt":return 0;case"round":return 1;case"square":return 2;default:return}}function A2(t){switch(t){case"miter":return 0;case"round":return 1;case"bevel":return 2;default:return}}function Y6(t){return t>1?t/255:t}function U(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function M2(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 c=t.x-e.x,f=t.y-e.y,l=x.convertPxToPt(c),u=x.convertPxToPt(-(f+r)),m=x.convertPxToPt(n),p=x.convertPxToPt(r);return{x:U(l),y:U(u),width:U(m),height:U(p)}}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:U(a),y:U(i),width:U(s),height:U(d)}}function k2(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:U(s),y:U(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:U(r),y:U(o)}}function ro(t,x,e){if(e){let s=t.x-e.x,d=t.y-e.y,c=x.convertPxToPt(1),f=x.convertPxToPt(1),l=x.convertPxToPt(s),u=x.convertPxToPt(-d);return`${U(c)} 0 0 ${U(f)} ${U(l)} ${U(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`${U(n)} 0 0 ${U(-r)} ${U(a)} ${U(i)} cm`}function _n(t){if(!t)return null;let x={a:1,b:0,c:0,d:-1,e:0,f:0};return N0(N0(x,t),x)}var O9="\x1B[38;5;205m",H9="\x1B[0m",Yn=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 Gn(x,e,n,r),this.decorationRenderer=new jn(x,r),this.gradientService=new _6(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),c={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(c)}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||!j9(o,e)){let h=z9(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",`${O9}USING GLYPH RUN${H9}`,{text:x.text.slice(0,64),glyphCount:o.glyphIds.length});let i=U9(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}=wn(s,e),c=x.wordSpacing??0,f=this.coordinateTransformer.convertPxToPt(c),l=c!==0&&f!==0;if(this.registerFont(e),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:f,appliedWordSpacing:l,fontResourceName:e.resourceName});this.commands.push(...h)}let u=this.fontRegistry.ensureSubsetForGlyphRun(o,e);this.registerSubsetFont(u.alias,u.ref);let m=x.textGradient;if(m&&m.rect&&m.rect.width>0&&m.rect.height>0){k("paint","debug","text run has background clip gradient",{text:x.text.slice(0,32),rect:m.rect});let h=m.gradient,b=h.type==="linear",g=h.type==="radial";if(b||g){let y=this.gradientService.createPatternFromLinearGradient(h,{width:m.rect.width,height:m.rect.height,x:m.rect.x,y:m.rect.y});this.patterns.set(y.patternName,y.dictionary);let w=["q","/Pattern cs",`/${y.patternName} scn`],S=to(o,u.subset,0,0,r,n,this.graphicsStateManager,f,{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}}}let p=to(o,u.subset,0,0,r,n,this.graphicsStateManager,f,{tm:i});this.commands.push(...p),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",ro(x,this.coordinateTransformer,null),`0 0 ${B(n)} ${B(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?[]:[ro(x,this.coordinateTransformer,null),`0 0 ${B(e)} ${B(n)} re`,"f"]}getResult(){return{commands:[...this.commands],fonts:new Map(this.fonts),shadings:this.gradientService.getShadings(),patterns:new Map(this.patterns)}}};function U9(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=_n(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 z9(t,x){let e=G9(t,x);if(!e)return null;let n=t.letterSpacing??0,r=s6(e,t.text,t.fontSize,n);return d6(r,t.text,t.wordSpacing),r}function G9(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},css:{family:t.fontFamily,weight:t.fontWeight??400,style:t.fontStyle??"normal"}}:null}function j9(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 Xn=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),c=this.coordinateTransformer.convertPxToPt(a.height);if(d===0||c===0)return;let f=this.coordinateTransformer.convertPxToPt(a.x),l=a.y-this.coordinateTransformer.pageOffsetPx,u=this.coordinateTransformer.pageHeightPt-this.coordinateTransformer.convertPxToPt(l+a.height),m=d/r,p=c/o,h=f-m*e,b=u-p*n,g=["q",`${$x(m)} 0 0 ${$x(p)} ${$x(h)} ${$x(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",`${$x(r)} 0 0 ${$x(o)} ${$x(a)} ${$x(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 $x(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}function h6(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 qn(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 g6(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,c=.5522847498307936,f=n+a.x,l=r;if(o.push(`${U(f)} ${U(l)} m`),o.push(`${U(n+t-i.x)} ${U(r)} l`),i.x>0||i.y>0){let u=n+t-i.x+c*i.x,m=r,p=n+t,h=r+i.y-c*i.y,b=n+t,g=r+i.y;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n+t)} ${U(r)} l`);if(o.push(`${U(n+t)} ${U(r+x-s.y)} l`),s.x>0||s.y>0){let u=n+t,m=r+x-s.y+c*s.y,p=n+t-s.x+c*s.x,h=r+x,b=n+t-s.x,g=r+x;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n+t)} ${U(r+x)} l`);if(o.push(`${U(n+d.x)} ${U(r+x)} l`),d.x>0||d.y>0){let u=n+d.x-c*d.x,m=r+x,p=n,h=r+x-d.y+c*d.y,b=n,g=r+x-d.y;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n)} ${U(r+x)} l`);if(o.push(`${U(n)} ${U(r+a.y)} l`),a.x>0||a.y>0){let u=n,m=r+a.y-c*a.y,p=n+a.x-c*a.x,h=r,b=n+a.x,g=r;o.push(`${U(u)} ${U(m)} ${U(p)} ${U(h)} ${U(b)} ${U(g)} c`)}else o.push(`${U(n)} ${U(r)} l`);return o.push("h"),o}var Kn=class{constructor(x,e){this.coordinateTransformer=x;this.graphicsStateManager=e;this.commands=[];this.transformContext=null;this.gradientService=new _6(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=I2(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=h6(r,o,e);if(qn(i)){this.fillRect(x,n);return}let s=g6(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=h6(r,o,e);if(qn(a)){this.fillRectWithGradient(x,n);return}let i=g6(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 ${U(n)} ${U(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=h6(r,o,e);if(qn(a)){this.fillRectWithRadialGradient(x,n);return}let i=g6(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 ${U(n)} ${U(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=h6(a,i,e),d=Math.max(n.width,0),c=Math.max(n.height,0);if(d<=0||c<=0){this.fillRoundedRect(x,s,o);return}let f=g6(a,i,s,0,0);if(f.length===0)return;let l=h6(d,c,r),u=n.x-x.x,m=n.y-x.y,p=g6(d,c,l,u,m),h=[this.transformForRect(x),...f,...p,"f*"];this.pushFillCommands(o,h,!0)}fillRect(x,e){let n=I2(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(Te(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=h6(o,a,e),s=g6(o,a,i,0,0);if(s.length!==0){if(this.commands.push("q",Te(n)),r!==void 0){let d=this.coordinateTransformer.convertPxToPt(Math.max(r,0));d>0&&this.commands.push(`${U(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",Te(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 f of x)f.type==="moveTo"||f.type==="lineTo"?(o=Math.min(o,f.x),a=Math.min(a,f.y),i=Math.max(i,f.x),s=Math.max(s,f.y)):f.type==="curveTo"&&(o=Math.min(o,f.x1,f.x2,f.x),a=Math.min(a,f.y1,f.y2,f.y),i=Math.max(i,f.x1,f.x2,f.x),s=Math.max(s,f.y1,f.y2,f.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)},c=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(`/${c.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",Te(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(`${U(o)} w`)}let e=B2(x.lineCap);e!==void 0&&this.commands.push(`${e} J`);let n=A2(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(U),a=U(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(F2(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),c=this.coordinateTransformer.convertPxToPt(1),f=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s);return`${U(d)} 0 0 ${U(c)} ${U(f)} ${U(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`${U(e)} 0 0 ${U(-n)} ${U(o)} ${U(a)} cm`}rectToPdf(x){return M2(x,this.coordinateTransformer,this.transformContext)}pointToPdf(x){return k2(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 I2(t){return $9(t)||V9(t)?t:typeof t=="string"?yx(t):null}function $9(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="linear"&&Array.isArray(x.stops)}function V9(t){if(typeof t!="object"||t===null)return!1;let x=t;return x.type==="radial"&&typeof x.r=="number"}var Zn=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 Jn=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,c=[],f=this.pointToPdf(x.x+o.x,x.y),l=this.pointToPdf(x.x+n-a.x,x.y);if(!f||!l)return null;if(c.push(`${f.x} ${f.y} m`),c.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;c.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;c.push(`${h.x} ${h.y} l`)}let u=this.pointToPdf(x.x+n,x.y+r-i.y);if(!u)return null;if(c.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;c.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;c.push(`${h.x} ${h.y} l`)}let m=this.pointToPdf(x.x+s.x,x.y+r);if(!m)return null;if(c.push(`${m.x} ${m.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;c.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;c.push(`${h.x} ${h.y} l`)}let p=this.pointToPdf(x.x,x.y+o.y);if(!p)return null;if(c.push(`${p.x} ${p.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;c.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;c.push(`${h.x} ${h.y} l`)}return c.push("h"),c}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:Qn(e),height:Qn(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:Qn(n),y:Qn(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 Qn(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var er=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:`${xr(e)} 0 0 ${xr(n)} ${xr(r)} ${xr(a)} cm`}};function xr(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}var tr=class{constructor(x,e){this.coordinateTransformer=x;this.shapeRenderer=e}beginTransformScope(x,e){let n=_n(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),c=this.coordinateTransformer.convertPxToPt(s),f=this.coordinateTransformer.convertPxToPt(i),l=this.coordinateTransformer.convertPxToPt(-s),u=["q",`1 0 0 1 ${E0(r)} ${E0(a)} cm`,`1 0 0 1 ${E0(f)} ${E0(l)} cm`,`${E0(n.a)} ${E0(n.b)} ${E0(n.c)} ${E0(n.d)} 0 0 cm`,`1 0 0 1 ${E0(d)} ${E0(c)} cm`];(n.b!==0||n.c!==0)&&u.push(`%PAGYRA_TRANSFORM ${E0(n.a)} ${E0(n.b)} ${E0(n.c)} ${E0(n.d)} ${E0(n.e)} ${E0(n.f)}`),this.shapeRenderer.pushRawCommands(u),this.shapeRenderer.setTransformContext(e)}endTransformScope(){this.shapeRenderer.pushRawCommands(["Q"]),this.shapeRenderer.clearTransformContext()}};function E0(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}Le();function N2(t){try{let x=m6.getPages();x&&x.length>0&&t.registerAtlasPages(x)}catch{}}function E2(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 nr=class{constructor(x,e,n,r){this.textRenderer=x;this.imageRenderer=e;this.shapeRenderer=n;this.graphicsStateManager=r}combineResults(){let x=this.textRenderer.getResult();N2(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}=E2(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 c=new Map;for(let[l,u]of n.shadings)c.set(l,u);for(let[l,u]of x.shadings)c.set(l,u);let f=new Map;for(let[l,u]of x.patterns??[])f.set(l,u);return{content:s.join(`
54
+ `),fonts:x.fonts,images:d,graphicsStates:r,shadings:c,patterns:f}}};Le();var or=class{constructor(x,e,n,r=0,o){this.clipDepth=0;this.coordinateTransformer=new On(x,e,r),this.graphicsStateManager=new Zn,this.imageRenderer=new Xn(this.coordinateTransformer),this.textRenderer=new Yn(this.coordinateTransformer,n,this.imageRenderer,this.graphicsStateManager),this.shapeRenderer=new Kn(this.coordinateTransformer,this.graphicsStateManager),this.clippingPathBuilder=new Jn(this.coordinateTransformer),this.imageMatrixBuilder=new er(this.coordinateTransformer),this.transformScopeManager=new tr(this.coordinateTransformer,this.shapeRenderer),this.resultCombiner=new nr(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",`${rr(r)} 0 0 ${rr(o)} ${rr(a)} ${rr(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=Pn.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=m6.getPages();x&&x.length>0&&this.imageRenderer.registerAtlasPages(x)}catch{}return this.resultCombiner.combineResults()}};function rr(t){return Number.isFinite(t)?Number.isInteger(t)?t.toString():t.toFixed(4).replace(/0+$/,"").replace(/\.$/,""):"0"}async function D2({pageTree:t,pageNumber:x,totalPages:e,pageSize:n,pxToPt:r,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,headerFooterLayout:s,tokens:d,headerFooterTextOptions:c,pageBackground:f,margins:l,headerFooterCss:u,environment:m}){let p=new or(n.heightPt,r,i,t.pageOffsetY,m),h=b7(s,x,e),b=m7(s,x,e);o2(p,f,o,a,t.pageOffsetY);let g=l?{margins:l,pageWidthPx:o,pageHeightPx:a,fontRegistry:i,pageOffsetY:t.pageOffsetY,css:u,environment:m}:void 0;s.layerMode==="under"&&await kn(p,h,b,d,x,e,c,!0,g);for(let y of t.paintOrder)await Fn(p,y);return s.layerMode==="over"&&await kn(p,h,b,d,x,e,c,!1,g),p.result()}var O2=[{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"}],W2=["Lato","Roboto","Arimo","Noto Sans","DejaVu Sans","Tinos","Fira Code","Caveat","Cinzel Decorative","Noto Emoji","STIX Two Math"],X6,oo=null,Pe=null;async function ar(t=new y6){let x=X9();if(X6!==void 0&&oo===x)return X6;if(Pe&&oo===x)return Pe;oo=x,Pe=(async()=>{if(x==="google"){let n=await K9(t);if(n.length)return X6={fontFaceDefs:n,defaultStack:W2},X6;k("font","warn","Google Fonts requested but none loaded; falling back to bundled assets")}let e=await q9(t);return X6=e.length?{fontFaceDefs:e,defaultStack:W2}:null,X6})();try{return await Pe}finally{Pe=null}}function _9(){let x=globalThis.__PAGYRA_FONT_BASE;if(typeof x=="string"&&x.trim().length>0)return Y9(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 Y9(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 q9(t){let x=_9(),e=[];for(let n of O2){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 K9(t){let x=O2.filter(n=>!!n.google);if(!x.length)return[];let e=Z9(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=J9(r),a=[];for(let i of x){let s=H2(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 c=await t.loader.load(d);a.push({name:i.name,family:i.family,weight:i.weight,style:i.style,src:d,data:c})}catch(c){k("font","warn","Failed to download Google font",{url:d,family:i.family,weight:i.weight,style:i.style,error:c})}}return a}catch(n){return k("font","warn","Failed to load Google Fonts CSS",{url:e,error:n}),[]}}function Z9(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=${Q9(n)}:ital,wght@${o.join(";")}`;e.push(a)}return e.length?`https://fonts.googleapis.com/css2?${e.join("&")}&display=swap`:""}function Q9(t){return encodeURIComponent(t.replace(/\s+/g,"+"))}function J9(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(),c=Number.parseInt(a[1],10),f=i[1].toLowerCase()==="italic"?"italic":"normal",l=s[1].replace(/['"]/g,"").trim(),u=H2(d,c,f);x.has(u)||x.set(u,l)}return x}function H2(t,x,e){return`${t.toLowerCase()}@${x}@${e.toLowerCase()}`}function U2(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 z2={widthPt:595.28,heightPt:841.89};async function G2(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 ar(e),r=x.pageSize??t1(t),o=ao(t.dpiAssumption),a=e1(t.dpiAssumption),i=new O6(x.metadata??{}),s=S2(i,t.css);n&&await s.initializeEmbedder(n);let d=a(r.heightPt)||1,c=a(r.widthPt)||1,f=x.margins??{top:0,right:0,bottom:0,left:0},l=n1(t.root,r,o),u=l7(t.hf,r,l),m=u7(u,o),p=d-m.headerHeightPx-m.footerHeightPx,h=p>0?p:d,b=u2(t.root,{pageHeight:h}),g=b.length,y=p7(t.hf.placeholders??{},g,x.metadata),w=x1(t.root),S=new $6(s);await r1(t.root,S);let R={fontSizePt:10,fontFamily:t.hf.fontFamily};for(let T=0;T<b.length;T++){let L=b[T],D=T+1,A=await D2({pageTree:L,pageNumber:D,totalPages:g,pageSize:r,pxToPt:o,pageWidthPx:c,pageHeightPx:d,fontRegistry:s,headerFooterLayout:m,tokens:y,headerFooterTextOptions:R,pageBackground:w,margins:f,headerFooterCss:x.headerFooterCss,environment:x.environment}),E=U2(i,A);i.addPage({width:r.widthPt,height:r.heightPt,contents:A.content,resources:E,annotations:[]})}return i.finalize()}function x1(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 ao(t){let e=72/(t>0?t:96);return n=>n*e}function e1(t){let e=(t>0?t:96)/72;return n=>n*e}function t1(t){let x=t.root.contentBox.width>0?ao(t.dpiAssumption)(t.root.contentBox.width):z2.widthPt,e=t.root.contentBox.height>0?ao(t.dpiAssumption)(t.root.contentBox.height):z2.heightPt;return{widthPt:x,heightPt:e}}function n1(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 r1(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=s6(o,r.text,r.fontSize,a);d6(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 j2(t){V2(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=o1(n);for(let o of r)a1(o);return!1})}function o1(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 a1(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 c=o[i+1],f=o[i],l=c.x-(f.x+f.baseWidth),u=Math.max(f.fontSize,c.fontSize),m=i<x;(l>u||!m&&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 V2(t,x){if(x(t))for(let n of t.children)V2(n,x)}var _2={width:595.28,height:841.89},ir={top:36,right:36,bottom:36,left:36},Y2=nx(_2.width),X2=nx(_2.height),i1={top:nx(ir.top),right:nx(ir.right),bottom:nx(ir.bottom),left:nx(ir.left)};function q2(t,x){let e={...i1},n=e.left+e.right,r=e.top+e.bottom,o=Fe(t,0),a=Fe(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 Be(t,x){if(!Number.isFinite(t??NaN))return x;let e=Number(t);return e>0?e:x}function Fe(t,x){return Math.max(1,t-x)}async function Q2(t){let x=t.environment??new u6(t.assetRootDir??t.resourceBaseDir),e=t.fontConfig??await ar(x),n=e?{...t,fontConfig:e,environment:x}:{...t,environment:x},r=await s1(n);return G2(r.renderTree,{pageSize:r.pageSize,fontConfig:e??void 0,margins:r.margins,environment:x})}async function s1(t){let x=Be(t.pageWidth,Y2),e=Be(t.pageHeight,X2),n=q2(x,e),r=Fe(x,n.left+n.right),o=Fe(e,n.top+n.bottom),a=Math.min(Be(t.viewportWidth,r),r),i=Math.min(Be(t.viewportHeight,o),o),{html:s,css:d,pageWidth:c,pageHeight:f,margins:l,...u}=t,{html:m,css:p=""}={html:s,css:d,...u},{debug:h=!1,debugLevel:b,debugCats:g,headerFooter:y,resourceBaseDir:w,assetRootDir:S,environment:R}=t,T=b1(m);br(a,i);let L=w??S??"",D=S??L,A=R??new u6(D);(b||g)&&ho({level:b??(h?"debug":"info"),cats:g});let F=We({viewport:{width:a,height:i}});k("html-to-pdf","debug",`prepareHtmlRender - input html: ${m}`);let{document:M}=Z6(T);m1(M)&&(M=Z6(x5(m)).document),k("html-to-pdf","debug",`prepareHtmlRender - parsed document body: ${M.body?.innerHTML||"no body"}`),k("html-to-pdf","debug",`prepareHtmlRender - document.documentElement tagName: ${M.documentElement?.tagName}`),k("html-to-pdf","debug",`prepareHtmlRender - document.documentElement innerHTML: ${M.documentElement?.innerHTML}`),k("html-to-pdf","debug",`prepareHtmlRender - document children count: ${M.childNodes.length}`);for(let X=0;X<M.childNodes.length;X++){let r0=M.childNodes[X],i0=r0.nodeType===r0.ELEMENT_NODE?r0.tagName:"text node";k("html-to-pdf","debug",`prepareHtmlRender - document child ${X}: ${r0.nodeType}, ${i0}`)}k("parse","debug","DOM parsed",{hasBody:!!M.body});let P=p||"",I=Array.from(M.querySelectorAll("style"));for(let X of I)X.textContent&&(P+=`
55
+ `+X.textContent);let W=Array.from(M.querySelectorAll("link")).filter(X=>(X.getAttribute("rel")||"").toLowerCase()==="stylesheet");for(let X of W){let r0=X.getAttribute("href");if(!r0)continue;let i0=await d1(r0,L,D,A);i0&&(P+=`
56
+ `+i0)}let{styleRules:H,fontFaceRules:q}=Ie(P);k("parse","debug","CSS rules",{count:H.length,fontFaces:q.length});let K=M.body,_=K;K&&K.childNodes.length===0?Array.from(M.documentElement.childNodes).filter(r0=>r0.nodeType===r0.ELEMENT_NODE&&r0.tagName!=="HEAD").length>0&&(_=M.documentElement):K||(_=M.documentElement);let C=new G0,V=M.documentElement,J=V?J0(V,H,C,F,C.fontSize):C,n0=J.fontSize,e0;!_||_===V?e0=J:e0=J0(_,H,J,F,n0),u1(e0.display)&&(e0.display="block");let Z=new l0(e0,[],{tagName:_?.tagName?.toLowerCase()}),Y={resourceBaseDir:L,assetRootDir:D,units:F,rootFontSize:n0,environment:A};if(_){k("html-to-pdf","debug",`prepareHtmlRender - processing children of: ${_.tagName}, count: ${_.childNodes.length}`);for(let X of Array.from(_.childNodes)){let r0=X.nodeType===X.ELEMENT_NODE?X.tagName:"text node";if(k("html-to-pdf","debug",`prepareHtmlRender - processing child: ${r0}, type: ${X.nodeType}`),X.nodeType===X.ELEMENT_NODE){let a0=X.tagName.toLowerCase();if(a0==="head"||a0==="meta"||a0==="title"||a0==="link"||a0==="script")continue}let i0=await we(X,H,e0,Y);i0&&Z.appendChild(i0)}}let p0=new O6;for(let X of q){let r0=X.declarations["font-family"]?.replace(/['"]/g,""),i0=X.declarations.src;if(r0&&i0){let a0=c1(i0);if(a0&&t.fontConfig){let U0=await Z2(a0,L,D,A);if(U0){let W0=X.declarations["font-weight"]||"400",fx=X.declarations["font-style"]||"normal";t.fontConfig.fontFaceDefs.push({name:r0,family:r0,src:a0,data:U0,weight:f1(W0),style:l1(fx)})}}}}if(t.fontConfig){for(let X of t.fontConfig.fontFaceDefs)if(!X.data&&X.src){let r0=await Z2(X.src,L,D,A);r0&&(X.data=r0)}}let L0=t.fontConfig?new o6(t.fontConfig,p0):null;L0&&await L0.initialize(),It(Z,{width:a,height:i},L0),k("layout","debug","Layout complete");let h0=Wt(Z,{headerFooter:y});j2(h0.root);let D0=y?.maxHeaderHeightPx??0,C0=y?.maxFooterHeightPx??0;Cf(h0.root,{pageHeight:e,margins:n,headerHeightPx:D0,footerHeightPx:C0}),ln(h0.root,n.left,0,h);let R0={widthPt:pr(x),heightPt:pr(e)};return{layoutRoot:Z,renderTree:h0,pageSize:R0,margins:n}}function J2(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 d1(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,c=await fetch(d);if(!c.ok)throw new Error(`HTTP ${c.status}`);let f=await c.text();return K2(f,d)}let o=n.resolveLocal?n.resolveLocal(r,x):J2(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 K2(i,s)}catch(o){return k("parse","warn","Failed to load stylesheet",{href:t,error:o instanceof Error?o.message:String(o)}),""}}function K2(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 c1(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 f1(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 l1(t){let x=t.trim().toLowerCase();return x.includes("italic")||x.includes("oblique")?"italic":"normal"}async function Z2(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 Ox(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):J2(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 u1(t){return t==="inline"||t==="inline-block"||t==="inline-flex"||t==="inline-grid"||t==="inline-table"}function b1(t){return/<\s*html[\s>]/i.test(t)?t:x5(t)}function x5(t){return`<!doctype html><html><head></head><body>${t}</body></html>`}function m1(t){return!(t.documentElement?.tagName?.toUpperCase()==="HTML")||!t.body}async function QA(t){let x=new y6;return uo(x),Q2({...t,environment:x})}export{QA as renderHtmlToPdfBrowser};
57
57
  //# sourceMappingURL=pagyra.min.js.map