diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-light.eps')
-rw-r--r-- | Master/texmf-dist/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-light.eps | 2090 |
1 files changed, 2090 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-light.eps b/Master/texmf-dist/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-light.eps new file mode 100644 index 00000000000..08961f40c6f --- /dev/null +++ b/Master/texmf-dist/tex/latex/fibeamer/logo/mu/fibeamer-mu-fi-light.eps @@ -0,0 +1,2090 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%Produced by poppler pdftops version: 0.26.5 (http://poppler.freedesktop.org) +%%Creator: cairo 1.14.2 (http://cairographics.org) +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%BoundingBox: 0 0 296 390 +%%HiResBoundingBox: 0 0 295.720001 389.919983 +%%DocumentSuppliedResources: (atend) +%%EndComments +%%BeginProlog +%%BeginResource: procset xpdf 3.00 0 +%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC +/xpdf 75 dict def xpdf begin +% PDF special state +/pdfDictSize 15 def +/pdfSetup { + /setpagedevice where { + pop 2 dict begin + /Policies 1 dict dup begin /PageSize 6 def end def + { /Duplex true def } if + currentdict end setpagedevice + } { + pop + } ifelse +} def +/pdfSetupPaper { + % Change paper size, but only if different from previous paper size otherwise + % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size + % so we use the same when checking if the size changes. + /setpagedevice where { + pop currentpagedevice + /PageSize known { + 2 copy + currentpagedevice /PageSize get aload pop + exch 4 1 roll + sub abs 5 gt + 3 1 roll + sub abs 5 gt + or + } { + true + } ifelse + { + 2 array astore + 2 dict begin + /PageSize exch def + /ImagingBBox null def + currentdict end + setpagedevice + } { + pop pop + } ifelse + } { + pop + } ifelse +} def +/pdfStartPage { + pdfDictSize dict begin + /pdfFillCS [] def + /pdfFillXform {} def + /pdfStrokeCS [] def + /pdfStrokeXform {} def + /pdfFill [0] def + /pdfStroke [0] def + /pdfFillOP false def + /pdfStrokeOP false def + /pdfLastFill false def + /pdfLastStroke false def + /pdfTextMat [1 0 0 1 0 0] def + /pdfFontSize 0 def + /pdfCharSpacing 0 def + /pdfTextRender 0 def + /pdfPatternCS false def + /pdfTextRise 0 def + /pdfWordSpacing 0 def + /pdfHorizScaling 1 def + /pdfTextClipPath [] def +} def +/pdfEndPage { end } def +% PDF color state +/cs { /pdfFillXform exch def dup /pdfFillCS exch def + setcolorspace } def +/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def + setcolorspace } def +/sc { pdfLastFill not { pdfFillCS setcolorspace } if + dup /pdfFill exch def aload pop pdfFillXform setcolor + /pdfLastFill true def /pdfLastStroke false def } def +/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if + dup /pdfStroke exch def aload pop pdfStrokeXform setcolor + /pdfLastStroke true def /pdfLastFill false def } def +/op { /pdfFillOP exch def + pdfLastFill { pdfFillOP setoverprint } if } def +/OP { /pdfStrokeOP exch def + pdfLastStroke { pdfStrokeOP setoverprint } if } def +/fCol { + pdfLastFill not { + pdfFillCS setcolorspace + pdfFill aload pop pdfFillXform setcolor + pdfFillOP setoverprint + /pdfLastFill true def /pdfLastStroke false def + } if +} def +/sCol { + pdfLastStroke not { + pdfStrokeCS setcolorspace + pdfStroke aload pop pdfStrokeXform setcolor + pdfStrokeOP setoverprint + /pdfLastStroke true def /pdfLastFill false def + } if +} def +% build a font +/pdfMakeFont { + 4 3 roll findfont + 4 2 roll matrix scale makefont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /Encoding exch def + currentdict + end + definefont pop +} def +/pdfMakeFont16 { + exch findfont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /WMode exch def + currentdict + end + definefont pop +} def +% graphics state operators +/q { gsave pdfDictSize dict begin } def +/Q { + end grestore + /pdfLastFill where { + pop + pdfLastFill { + pdfFillOP setoverprint + } { + pdfStrokeOP setoverprint + } ifelse + } if +} def +/cm { concat } def +/d { setdash } def +/i { setflat } def +/j { setlinejoin } def +/J { setlinecap } def +/M { setmiterlimit } def +/w { setlinewidth } def +% path segment operators +/m { moveto } def +/l { lineto } def +/c { curveto } def +/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto + neg 0 rlineto closepath } def +/h { closepath } def +% path painting operators +/S { sCol stroke } def +/Sf { fCol stroke } def +/f { fCol fill } def +/f* { fCol eofill } def +% clipping operators +/W { clip newpath } def +/W* { eoclip newpath } def +/Ws { strokepath clip newpath } def +% text state operators +/Tc { /pdfCharSpacing exch def } def +/Tf { dup /pdfFontSize exch def + dup pdfHorizScaling mul exch matrix scale + pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put + exch findfont exch makefont setfont } def +/Tr { /pdfTextRender exch def } def +/Tp { /pdfPatternCS exch def } def +/Ts { /pdfTextRise exch def } def +/Tw { /pdfWordSpacing exch def } def +/Tz { /pdfHorizScaling exch def } def +% text positioning operators +/Td { pdfTextMat transform moveto } def +/Tm { /pdfTextMat exch def } def +% text string operators +/xyshow where { + pop + /xyshow2 { + dup length array + 0 2 2 index length 1 sub { + 2 index 1 index 2 copy get 3 1 roll 1 add get + pdfTextMat dtransform + 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put + } for + exch pop + xyshow + } def +}{ + /xyshow2 { + currentfont /FontType get 0 eq { + 0 2 3 index length 1 sub { + currentpoint 4 index 3 index 2 getinterval show moveto + 2 copy get 2 index 3 2 roll 1 add get + pdfTextMat dtransform rmoveto + } for + } { + 0 1 3 index length 1 sub { + currentpoint 4 index 3 index 1 getinterval show moveto + 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get + pdfTextMat dtransform rmoveto + } for + } ifelse + pop pop + } def +} ifelse +/cshow where { + pop + /xycp { + 0 3 2 roll + { + pop pop currentpoint 3 2 roll + 1 string dup 0 4 3 roll put false charpath moveto + 2 copy get 2 index 2 index 1 add get + pdfTextMat dtransform rmoveto + 2 add + } exch cshow + pop pop + } def +}{ + /xycp { + currentfont /FontType get 0 eq { + 0 2 3 index length 1 sub { + currentpoint 4 index 3 index 2 getinterval false charpath moveto + 2 copy get 2 index 3 2 roll 1 add get + pdfTextMat dtransform rmoveto + } for + } { + 0 1 3 index length 1 sub { + currentpoint 4 index 3 index 1 getinterval false charpath moveto + 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get + pdfTextMat dtransform rmoveto + } for + } ifelse + pop pop + } def +} ifelse +/Tj { + fCol + 0 pdfTextRise pdfTextMat dtransform rmoveto + currentpoint 4 2 roll + pdfTextRender 1 and 0 eq { + 2 copy xyshow2 + } if + pdfTextRender 3 and dup 1 eq exch 2 eq or { + 3 index 3 index moveto + 2 copy + currentfont /FontType get 3 eq { fCol } { sCol } ifelse + xycp currentpoint stroke moveto + } if + pdfTextRender 4 and 0 ne { + 4 2 roll moveto xycp + /pdfTextClipPath [ pdfTextClipPath aload pop + {/moveto cvx} + {/lineto cvx} + {/curveto cvx} + {/closepath cvx} + pathforall ] def + currentpoint newpath moveto + } { + pop pop pop pop + } ifelse + 0 pdfTextRise neg pdfTextMat dtransform rmoveto +} def +/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0 + pdfTextMat dtransform rmoveto } def +/TJmV { 0.001 mul pdfFontSize mul neg 0 exch + pdfTextMat dtransform rmoveto } def +/Tclip { pdfTextClipPath cvx exec clip newpath + /pdfTextClipPath [] def } def +/Tclip* { pdfTextClipPath cvx exec eoclip newpath + /pdfTextClipPath [] def } def +% Level 2/3 image operators +/pdfImBuf 100 string def +/pdfImStr { + 2 copy exch length lt { + 2 copy get exch 1 add exch + } { + () + } ifelse +} def +/skipEOD { + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfIm { image skipEOD } def +/pdfImM { fCol imagemask skipEOD } def +/pr { 2 index 2 index 3 2 roll putinterval 4 add } def +/pdfImClip { + gsave + 0 2 4 index length 1 sub { + dup 4 index exch 2 copy + get 5 index div put + 1 add 3 index exch 2 copy + get 3 index div put + } for + pop pop rectclip +} def +/pdfImClipEnd { grestore } def +% shading operators +/colordelta { + false 0 1 3 index length 1 sub { + dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { + pop true + } if + } for + exch pop exch pop +} def +/funcCol { func n array astore } def +/funcSH { + dup 0 eq { + true + } { + dup 6 eq { + false + } { + 4 index 4 index funcCol dup + 6 index 4 index funcCol dup + 3 1 roll colordelta 3 1 roll + 5 index 5 index funcCol dup + 3 1 roll colordelta 3 1 roll + 6 index 8 index funcCol dup + 3 1 roll colordelta 3 1 roll + colordelta or or or + } ifelse + } ifelse + { + 1 add + 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch + 6 index 6 index 4 index 4 index 4 index funcSH + 2 index 6 index 6 index 4 index 4 index funcSH + 6 index 2 index 4 index 6 index 4 index funcSH + 5 3 roll 3 2 roll funcSH pop pop + } { + pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul + funcCol sc + dup 4 index exch mat transform m + 3 index 3 index mat transform l + 1 index 3 index mat transform l + mat transform l pop pop h f* + } ifelse +} def +/axialCol { + dup 0 lt { + pop t0 + } { + dup 1 gt { + pop t1 + } { + dt mul t0 add + } ifelse + } ifelse + func n array astore +} def +/axialSH { + dup 0 eq { + true + } { + dup 8 eq { + false + } { + 2 index axialCol 2 index axialCol colordelta + } ifelse + } ifelse + { + 1 add 3 1 roll 2 copy add 0.5 mul + dup 4 3 roll exch 4 index axialSH + exch 3 2 roll axialSH + } { + pop 2 copy add 0.5 mul + axialCol sc + exch dup dx mul x0 add exch dy mul y0 add + 3 2 roll dup dx mul x0 add exch dy mul y0 add + dx abs dy abs ge { + 2 copy yMin sub dy mul dx div add yMin m + yMax sub dy mul dx div add yMax l + 2 copy yMax sub dy mul dx div add yMax l + yMin sub dy mul dx div add yMin l + h f* + } { + exch 2 copy xMin sub dx mul dy div add xMin exch m + xMax sub dx mul dy div add xMax exch l + exch 2 copy xMax sub dx mul dy div add xMax exch l + xMin sub dx mul dy div add xMin exch l + h f* + } ifelse + } ifelse +} def +/radialCol { + dup t0 lt { + pop t0 + } { + dup t1 gt { + pop t1 + } if + } ifelse + func n array astore +} def +/radialSH { + dup 0 eq { + true + } { + dup 8 eq { + false + } { + 2 index dt mul t0 add radialCol + 2 index dt mul t0 add radialCol colordelta + } ifelse + } ifelse + { + 1 add 3 1 roll 2 copy add 0.5 mul + dup 4 3 roll exch 4 index radialSH + exch 3 2 roll radialSH + } { + pop 2 copy add 0.5 mul dt mul t0 add + radialCol sc + encl { + exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + 0 360 arc h + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + 360 0 arcn h f + } { + 2 copy + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arcn + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arcn h + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arc + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arc h f + } ifelse + } ifelse +} def +end +%%EndResource +%%EndProlog +%%BeginSetup +xpdf begin +%%EndSetup +pdfStartPage +%%EndPageSetup +[] 0 d +1 i +0 j +0 J +10 M +1 w +/DeviceGray {} cs +[0] sc +/DeviceGray {} CS +[0] SC +false op +false OP +{} settransfer +0 0 295.720001 389.919983 re +W +q +q +/DeviceRGB {} cs +[0 0 0] sc +160.262 93.779 m +159.512 93.412 l +138.801 93.412 l +131.656 106.213 l +151.602 106.213 l +152.352 106.58 l +241.176 261.275 l +247.953 247.357 l +160.262 93.779 l +h +169.676 206.318 m +170.426 205.947 l +173.062 193.15 l +165.152 177.713 l +162.516 192.014 l +161.766 192.397 l +112.465 192.397 l +120.742 206.318 l +169.676 206.318 l +h +148.965 110.35 m +80.473 229.666 l +97.027 229.666 l +114.719 198.424 l +110.945 192.014 l +119.242 176.592 l +129.402 176.209 l +156.875 125.022 l +148.965 110.35 l +h +186.984 229.666 m +193.008 240.58 l +194.512 229.666 l +201.672 229.666 l +149.715 140.459 l +130.523 176.209 l +165.152 176.209 l +173.816 193.15 l +170.793 207.084 l +119.992 207.084 l +115.469 199.541 l +98.16 229.666 l +186.984 229.666 l +h +210.699 245.838 m +202.422 230.783 l +195.645 230.783 l +193.375 245.838 l +210.699 245.838 l +h +194.129 250.361 m +191.875 246.588 l +192.625 242.08 l +186.984 231.533 l +184.73 247.725 l +191.875 260.525 l +194.129 250.361 l +h +58.258 261.658 m +191.121 261.658 l +183.98 248.475 l +49.98 248.475 l +58.258 261.658 l +h +127.887 110.35 m +132.793 110.35 l +130.523 106.963 l +138.434 92.662 l +160.262 92.662 l +249.086 247.357 l +247.953 249.979 241.559 262.779 241.559 262.779 c +201.285 262.779 l +194.895 251.494 l +192.258 262.779 l +57.508 262.779 l +48.477 248.475 l +127.887 110.35 l +h +161.766 192.397 m +162.516 192.014 l +170.426 205.947 l +169.676 206.318 l +161.766 192.397 l +h +160.262 93.779 m +159.512 93.412 l +151.602 106.213 l +152.352 106.58 l +160.262 93.779 l +h +4.816 188.26 m +4.816 186.006 6.703 184.119 8.957 184.119 c +10.844 184.119 12.711 186.006 12.711 188.26 c +12.711 190.143 10.844 192.014 8.957 192.014 c +6.703 192.014 4.816 190.143 4.816 188.26 c +h +281.461 188.26 m +281.461 186.006 283.332 184.119 285.602 184.119 c +287.473 184.119 289.359 186.006 289.359 188.26 c +289.359 190.143 287.473 192.014 285.602 192.014 c +283.332 192.014 281.461 190.143 281.461 188.26 c +h +1.043 198.424 m +1.043 200.307 l +1.043 200.674 1.043 201.428 2.18 201.428 c +16.098 201.428 l +17.234 201.428 17.234 200.674 17.234 200.307 c +17.234 198.424 l +17.984 198.424 l +17.984 206.701 l +17.234 206.701 l +17.234 204.815 l +17.234 204.447 16.852 203.697 15.73 203.697 c +9.324 203.697 l +9.324 205.197 l +9.324 206.701 10.844 207.834 12.711 208.201 c +12.711 208.955 l +5.184 208.955 l +5.184 208.201 l +7.07 207.834 8.203 206.701 8.203 205.197 c +8.203 203.697 l +2.18 203.697 l +1.043 203.697 1.043 203.697 1.043 204.815 c +1.043 207.451 l +1.043 208.584 1.43 209.705 2.18 210.838 c +2.93 211.221 4.434 211.975 6.32 212.342 c +6.32 213.092 l +0.293 212.725 l +0.293 198.424 l +1.043 198.424 l +h +1.797 223.256 m +11.594 216.865 16.484 213.846 16.852 213.479 c +17.234 213.092 17.617 212.725 17.234 211.592 c +17.984 211.592 l +19.121 217.998 l +18.367 218.365 l +17.617 214.979 17.984 214.229 13.48 217.615 c +14.598 224.393 l +17.984 225.143 l +18.367 225.143 19.488 224.76 19.121 222.889 c +19.871 222.506 l +21.004 229.666 l +20.238 229.666 l +20.238 228.529 19.871 228.147 18.734 227.779 c +1.797 224.393 l +1.043 224.006 1.043 223.639 1.797 223.256 c +h +13.48 224.006 m +12.344 217.998 l +4.816 222.139 l +13.48 224.006 l +h +8.574 246.975 m +7.07 245.088 6.32 244.334 5.938 242.834 c +4.434 238.311 7.453 233.803 13.094 232.303 c +17.984 230.783 22.125 233.803 23.625 237.943 c +24.762 241.33 22.875 244.334 19.488 246.221 c +19.121 246.221 18.734 245.838 19.121 245.471 c +22.125 243.584 24.012 241.33 22.875 237.943 c +22.508 234.924 18.734 233.803 13.848 235.307 c +7.82 236.807 5.938 239.83 7.07 242.451 c +7.453 243.584 8.203 244.717 9.324 245.471 c +10.457 245.838 12.344 246.221 14.23 246.221 c +14.598 246.588 l +7.453 248.857 l +7.453 248.107 l +8.574 246.975 l +h +10.09 252.615 m +11.594 255.635 10.09 256.385 17.617 252.248 c +21.371 250.361 23.625 249.611 24.762 249.611 c +26.648 249.611 32.672 252.998 30.785 259.389 c +30.402 260.525 29.285 261.658 27.398 262.408 c +19.488 266.166 l +17.984 267.299 17.617 268.053 18.734 269.936 c +17.617 270.69 l +14.598 264.279 l +15.73 263.529 l +16.852 266.166 16.852 266.166 19.488 264.662 c +31.535 259.772 30.402 257.889 28.898 254.885 c +27.781 252.248 27.016 251.861 25.145 251.861 c +24.395 251.861 22.125 252.615 18.367 254.498 c +14.98 256.385 13.094 257.135 12.711 257.502 c +12.711 257.889 13.094 258.639 13.848 260.143 c +13.094 260.893 l +9.324 252.998 l +10.09 252.615 l +h +19.488 272.19 m +21.004 274.826 19.871 275.193 27.781 270.303 c +36.426 265.416 34.926 266.166 33.422 263.529 c +33.789 263.162 l +41.699 275.576 l +36.059 279.717 l +35.676 278.967 l +39.062 275.963 39.816 274.076 38.312 271.44 c +35.676 267.299 37.562 267.299 28.898 272.19 c +21.004 277.08 22.125 276.33 24.012 279.35 c +23.258 279.717 l +18.734 272.572 l +19.488 272.19 l +h +33.039 282.721 m +33.422 283.49 l +29.285 291.018 32.672 291.768 33.422 291.018 c +40.566 284.99 44.34 281.604 44.34 281.221 c +44.707 280.854 44.34 280.471 43.203 279.35 c +43.953 278.584 l +48.844 284.607 l +48.094 285.357 l +47.344 284.24 46.59 283.49 46.223 283.49 c +45.84 283.857 42.453 286.877 35.309 292.885 c +33.789 294.404 35.309 298.158 42.453 293.639 c +42.836 294.772 l +37.562 298.912 l +28.531 287.627 l +33.039 282.721 l +h +44.34 306.436 m +49.227 295.904 51.48 290.264 51.113 289.498 c +51.113 289.131 50.73 288.381 50.363 287.994 c +51.113 287.627 l +55.621 292.135 l +55.254 292.885 l +52.617 289.498 51.863 292.135 51.48 293.268 c +50.73 295.154 l +55.621 300.045 l +61.645 297.025 60.145 297.791 58.258 295.904 c +59.008 295.522 l +64.281 300.412 l +63.531 300.795 l +62.781 300.045 62.027 299.662 61.277 300.045 c +45.457 307.19 l +44.707 307.572 43.953 307.572 44.34 306.436 c +h +54.5 300.412 m +49.98 295.904 l +46.59 303.799 l +54.5 300.412 l +h +63.531 320.373 m +61.645 320.373 52.984 318.486 57.891 311.326 c +59.391 309.459 61.645 309.459 65.031 310.576 c +70.305 312.463 70.305 312.463 71.809 310.959 c +73.312 309.459 72.559 307.19 70.676 305.686 c +68.055 304.186 65.031 304.186 62.027 307.19 c +61.277 306.436 l +65.031 300.795 l +66.168 301.549 l +66.535 303.799 l +72.191 301.932 74.828 309.826 72.941 312.463 c +70.676 315.482 69.172 315.1 64.281 313.213 c +61.645 312.463 56.754 311.709 57.891 315.85 c +58.641 319.24 62.781 320.373 67.285 316.986 c +68.055 317.354 l +63.898 322.244 l +63.531 321.877 l +63.531 320.373 l +h +84.977 318.104 m +84.977 316.232 84.609 315.1 83.477 314.717 c +83.477 313.967 l +89.117 316.604 l +88.75 317.354 l +87.246 316.232 86.113 315.1 86.113 321.123 c +92.137 324.127 l +96.66 320.74 96.66 320.74 94.023 319.623 c +94.023 318.854 l +100.414 321.877 l +100.031 322.244 l +98.914 321.877 98.16 321.877 97.41 322.627 c +84.977 334.291 l +84.227 335.045 83.859 335.045 83.859 333.924 c +84.977 318.104 l +h +91.387 324.881 m +85.746 322.244 l +84.977 330.904 l +91.387 324.881 l +h +95.523 338.065 m +98.16 339.182 98.16 340.318 101.164 331.654 c +104.188 323.01 103.801 324.127 101.164 323.01 c +101.164 322.244 l +109.074 324.881 l +108.691 325.631 l +106.055 325.264 106.438 323.377 103.418 332.408 c +107.191 333.541 108.691 333.158 109.828 329.4 c +110.945 326.014 116.605 323.76 115.852 331.287 c +115.852 331.654 115.102 332.408 115.102 331.287 c +115.852 328.65 114.336 327.518 112.082 330.537 c +110.578 333.924 110.195 333.158 106.809 333.924 c +110.578 335.795 111.715 337.682 110.945 339.565 c +109.828 342.568 107.191 343.322 103.801 341.818 c +95.141 338.815 l +95.523 338.065 l +h +103.418 333.158 m +100.031 341.068 100.031 339.932 104.188 341.068 c +106.055 341.451 107.574 341.068 108.324 339.565 c +109.828 336.545 107.941 334.678 104.938 333.541 c +103.418 333.158 l +h +115.852 338.065 m +116.605 338.432 l +117.355 344.455 119.992 345.959 121.109 344.838 c +121.492 344.838 121.879 342.568 122.629 337.682 c +123.746 332.791 124.129 330.154 123.746 329.772 c +123.746 329.4 122.996 329.4 121.492 329.018 c +121.492 328.268 l +129.402 329.4 l +129.402 330.154 l +126.383 329.772 126.766 328.65 124.883 338.065 c +124.129 342.955 123.746 345.205 123.746 345.592 c +124.129 345.959 127.52 348.229 130.156 340.686 c +131.273 340.686 l +129.773 347.463 l +115.469 344.838 l +115.852 338.065 l +h +134.293 347.092 m +137.297 347.463 137.297 347.463 137.297 345.959 c +138.051 336.928 138.051 332.037 137.684 331.654 c +137.297 331.287 136.547 331.287 135.047 330.904 c +135.047 330.154 l +143.324 330.904 l +143.324 331.654 l +141.82 331.654 140.688 331.654 140.32 332.037 c +139.934 332.408 139.934 336.928 139.551 345.959 c +139.551 347.463 139.551 347.463 142.57 347.846 c +142.57 348.596 l +134.293 347.846 l +134.293 347.092 l +h +154.621 347.092 m +152.738 348.229 151.602 348.979 150.102 348.979 c +147.078 348.979 144.828 346.709 144.828 343.322 c +144.828 342.201 145.211 341.068 146.328 339.932 c +147.078 339.565 148.215 338.815 150.102 338.432 c +154.988 337.315 155.742 336.928 155.742 334.678 c +155.742 332.791 154.238 331.287 151.602 331.287 c +148.598 331.287 145.961 333.158 145.578 337.315 c +144.457 337.315 l +144.457 330.537 l +145.578 330.537 l +147.078 332.037 l +148.215 330.904 149.715 330.154 151.602 330.154 c +154.988 330.154 157.625 332.791 157.625 335.795 c +157.625 338.815 156.125 339.932 150.852 341.068 c +146.711 342.568 146.328 342.568 146.328 344.838 c +146.328 346.342 148.215 347.846 150.102 347.846 c +152.738 347.846 154.238 346.342 155.742 342.201 c +156.492 342.201 l +156.125 348.596 l +155.375 348.596 l +154.621 347.092 l +h +170.043 346.342 m +173.43 345.205 173.062 346.709 171.547 337.315 c +170.426 328.268 170.043 329.772 167.039 330.154 c +167.039 329.4 l +175.316 327.9 l +175.316 328.65 l +172.297 329.018 171.93 327.9 173.43 336.928 c +174.934 346.342 174.184 345.959 178.324 344.838 c +178.324 345.592 l +170.043 347.092 l +170.043 346.342 l +h +180.59 344.072 m +181.711 343.705 182.461 343.705 182.844 343.322 c +183.211 342.955 182.094 338.815 179.457 330.537 c +179.074 329.018 177.57 328.268 176.066 328.65 c +175.684 327.9 l +182.844 326.014 l +182.844 326.397 l +180.961 327.518 180.59 328.65 180.961 330.154 c +183.98 340.318 l +190.371 323.76 l +191.508 323.377 l +194.129 333.541 195.645 338.432 196.395 338.815 c +197.148 339.182 197.898 339.182 198.648 338.815 c +199.035 339.565 l +192.625 341.451 l +192.625 340.686 l +193.375 340.318 193.758 339.932 194.129 339.182 c +194.512 338.815 193.758 334.678 191.508 327.15 c +184.73 343.705 l +180.59 344.838 l +180.59 344.072 l +h +199.785 338.065 m +202.789 336.928 203.922 338.065 199.785 329.018 c +196.395 320.373 196.766 321.877 194.129 323.01 c +193.758 322.244 l +201.285 319.24 l +201.672 319.99 l +198.648 321.123 197.516 319.623 201.672 328.268 c +205.043 326.764 205.043 325.631 204.676 323.01 c +205.043 323.01 l +208.062 330.154 l +207.312 330.537 l +206.176 328.65 205.043 327.518 202.039 329.018 c +204.289 335.045 l +206.559 336.178 212.953 333.541 211.066 327.9 c +211.449 327.518 l +213.336 333.158 l +200.152 338.815 l +199.785 338.065 l +h +225.004 327.15 m +221.98 329.4 215.973 327.15 213.703 323.377 c +211.066 318.104 212.586 313.213 216.34 310.959 c +220.113 308.705 225.371 310.209 228.008 315.1 c +230.645 319.623 229.508 324.881 225.004 327.15 c +h +225.004 326.014 m +227.254 324.514 228.391 322.244 225.371 316.232 c +221.98 310.576 218.977 310.209 216.723 311.709 c +214.086 313.213 213.336 316.232 216.34 321.877 c +219.344 326.397 222.367 327.518 225.004 326.014 c +h +235.168 319.24 m +236.668 318.104 237.035 316.986 236.285 315.85 c +231.027 308.705 228.008 305.318 227.641 304.936 c +227.254 304.936 226.504 305.318 225.371 306.436 c +225.004 305.686 l +231.395 300.795 l +231.777 301.182 l +229.891 303.049 228.391 301.932 234.414 309.072 c +238.172 306.822 237.805 305.686 235.918 303.049 c +234.031 300.045 234.031 298.158 235.168 297.025 c +237.035 295.904 238.555 296.658 240.422 298.541 c +240.809 298.912 241.176 300.045 240.055 298.912 c +237.035 296.658 236.285 298.158 237.805 300.412 c +239.672 303.799 239.305 304.553 237.418 307.572 c +241.559 303.049 250.219 307.19 242.691 314.35 c +235.535 319.623 l +235.168 319.24 l +h +235.168 309.826 m +239.672 316.232 238.922 316.232 241.941 313.596 c +243.812 312.463 244.195 311.326 243.812 310.209 c +243.059 307.572 240.422 305.318 235.168 309.826 c +h +252.473 304.553 m +253.609 303.432 253.977 302.682 253.609 302.299 c +253.609 301.932 250.219 299.295 243.812 293.639 c +242.309 292.518 241.559 292.518 240.055 293.639 c +239.305 293.268 l +243.812 288.381 l +244.562 288.748 l +243.445 290.264 243.059 291.385 243.445 291.768 c +243.812 292.135 247.582 295.522 254.727 301.549 c +246.082 285.744 l +246.449 285.357 l +263.387 291.385 l +255.863 284.99 251.723 281.604 250.973 281.604 c +250.59 281.604 249.836 282.354 249.086 283.49 c +248.336 283.107 l +253.609 276.713 l +254.359 277.08 l +252.473 279.717 250.973 278.584 258.5 284.607 c +266.395 291.018 264.891 289.498 266.027 287.994 c +266.777 288.381 l +263.387 292.518 l +249.469 287.244 l +256.613 300.795 l +253.227 304.936 l +252.473 304.553 l +h +274.688 277.08 m +263.387 275.193 257.363 274.443 256.613 274.443 c +256.246 274.826 255.477 275.193 255.109 275.963 c +254.359 275.576 l +257.746 269.936 l +258.5 270.303 l +257.363 272.94 255.863 273.326 261.887 274.076 c +265.641 268.053 l +262.637 263.529 262.637 263.529 261.137 266.166 c +260.383 265.799 l +264.141 259.772 l +264.523 260.143 l +264.141 261.275 264.141 262.025 264.523 262.408 c +275.055 276.33 l +275.438 277.08 275.438 277.08 274.688 277.08 c +h +266.395 268.803 m +263.02 274.443 l +271.301 275.963 l +266.395 268.803 l +h +273.551 265.416 m +273.938 264.662 l +275.805 265.045 277.309 265.045 278.441 264.662 c +281.461 263.529 281.461 262.025 281.078 261.658 c +281.078 261.275 276.555 259.389 267.16 255.635 c +266.777 255.635 266.777 255.252 265.641 257.889 c +264.891 257.502 l +267.91 250.361 l +268.664 250.744 l +268.277 252.615 266.027 252.998 275.055 256.385 c +279.578 258.272 281.832 259.022 282.215 258.639 c +282.582 258.639 285.969 256.002 278.824 251.861 c +279.195 251.111 l +285.602 253.748 l +279.945 266.916 l +273.551 265.416 l +h +292.379 225.525 m +293.496 227.397 293.496 228.912 293.496 230.416 c +292.746 234.557 288.605 237.943 282.582 237.193 c +278.074 236.44 274.305 232.303 275.055 228.147 c +275.438 224.006 278.074 222.139 282.215 222.139 c +282.965 222.139 282.965 222.889 282.215 222.889 c +278.824 223.256 276.188 224.76 275.805 228.147 c +275.438 231.166 278.074 233.803 282.965 234.17 c +289.359 235.307 291.996 233.053 292.379 230.033 c +292.379 228.912 291.996 227.779 291.242 226.647 c +290.109 225.525 288.992 224.76 287.105 223.639 c +287.105 223.256 l +294.246 224.393 l +293.879 225.143 l +292.379 225.525 l +h +286.723 249.225 m +287.105 246.221 287.473 246.221 285.969 245.838 c +272.801 242.08 l +272.418 242.08 272.051 241.697 270.914 244.717 c +270.164 244.717 l +272.418 236.44 l +273.168 236.807 l +272.801 239.83 271.301 239.83 280.328 242.451 c +289.742 245.088 287.855 243.967 288.992 241.33 c +289.742 241.33 l +287.473 249.611 l +286.723 249.225 l +h +294.633 215.729 m +294.633 212.342 294.246 212.725 293.879 212.725 c +293.496 212.725 291.242 213.846 286.355 215.729 c +276.941 219.869 277.691 219.502 277.691 221.002 c +276.941 221.002 l +277.309 216.115 l +278.074 216.115 l +278.074 219.119 278.074 218.365 285.219 215.361 c +285.219 210.455 l +277.691 210.088 278.441 209.705 278.441 212.725 c +277.691 212.725 l +278.824 198.424 l +285.602 198.791 l +285.219 199.541 l +280.328 200.307 279.578 200.674 278.824 204.815 c +278.824 207.834 277.691 208.201 286.723 208.201 c +286.723 204.065 285.969 203.697 283.332 203.697 c +283.332 203.311 l +291.609 203.697 l +291.609 204.065 l +288.992 204.447 287.855 205.565 287.473 208.201 c +293.879 208.584 l +294.246 208.584 295 209.338 295 204.447 c +295.383 202.178 293.496 200.674 290.109 200.307 c +290.492 199.541 l +296.133 200.307 l +295.383 215.729 l +294.633 215.729 l +h +286.355 210.455 m +286.355 214.979 l +294.246 211.592 l +294.246 210.838 293.496 210.838 292.746 210.838 c +286.355 210.455 l +h +17.617 181.1 m +17.984 177.713 19.121 178.096 11.211 176.209 c +7.453 175.459 5.184 174.705 4.434 173.955 c +2.93 172.451 2.562 170.182 2.93 167.178 c +3.312 165.295 4.434 163.791 5.938 162.658 c +7.07 161.904 9.707 162.291 13.848 163.408 c +17.984 164.541 20.621 164.928 21.004 164.541 c +21.371 164.174 21.758 163.041 22.125 161.904 c +23.258 162.291 l +21.371 169.432 l +20.621 169.065 l +20.621 167.565 20.621 166.795 19.488 166.428 c +19.121 166.045 8.203 162.658 6.32 163.791 c +3.684 166.428 3.684 170.568 5.938 172.068 c +6.32 172.451 8.574 172.822 12.344 173.955 c +16.098 175.088 17.984 175.842 18.367 175.459 c +18.734 175.088 19.121 174.338 19.488 172.822 c +20.621 172.822 l +18.367 181.482 l +17.617 181.1 l +h +22.875 161.537 m +23.258 160.787 23.258 160.037 22.875 159.268 c +22.875 158.9 18.734 157.014 10.844 154.377 c +9.324 154.01 7.82 154.764 7.453 156.264 c +6.703 155.881 l +9.324 149.123 l +10.09 149.49 l +9.707 150.623 9.324 151.373 9.707 151.74 c +10.09 152.494 14.23 154.377 21.758 157.014 c +11.961 141.576 l +11.594 140.826 11.961 140.826 12.344 140.826 c +21.758 144.217 27.016 145.732 27.781 145.35 c +28.531 144.967 28.898 144.6 29.285 144.217 c +30.035 144.217 l +27.781 150.24 l +27.016 149.873 l +27.398 149.49 27.398 148.736 27.016 147.986 c +26.648 147.236 22.875 145.732 15.348 143.096 c +24.762 158.15 l +23.625 161.904 l +22.875 161.537 l +h +29.285 144.217 m +30.785 141.576 31.535 141.209 24.012 137.822 c +16.852 134.436 16.484 134.049 14.98 136.686 c +14.23 136.318 l +17.984 129.162 l +18.734 129.545 l +17.234 132.182 17.617 132.549 24.012 135.936 c +31.152 139.326 31.535 139.709 33.039 137.072 c +33.789 137.44 l +29.652 144.967 l +29.285 144.217 l +h +33.422 136.318 m +33.789 135.568 34.172 134.818 33.789 134.436 c +33.789 134.049 30.402 128.795 23.625 119.381 c +23.625 119.381 23.258 118.631 24.012 118.998 c +35.309 121.635 41.316 122.768 41.699 122.385 c +42.453 122.018 42.836 121.635 43.203 121.264 c +43.586 121.635 l +40.199 127.291 l +39.445 126.908 l +40.949 124.272 41.316 123.904 40.199 123.518 c +39.816 123.135 35.309 122.385 27.398 120.881 c +32.289 128.041 34.926 131.432 35.309 131.432 c +35.676 131.799 35.676 131.799 36.059 131.799 c +36.426 131.799 36.809 131.045 37.562 129.912 c +38.312 130.295 l +34.172 136.686 l +33.422 136.318 l +h +43.953 120.514 m +45.457 118.998 45.09 117.877 39.062 112.986 c +33.422 108.467 33.039 108.084 31.535 109.967 c +30.785 109.6 l +40.199 98.303 l +45.457 102.072 l +45.09 102.822 l +38.695 98.303 34.926 105.83 34.926 105.83 c +34.926 106.213 36.809 107.713 40.949 111.104 c +42.836 108.084 42.453 106.963 40.566 105.443 c +40.949 104.693 l +47.344 110.35 l +46.977 110.721 l +45.09 109.217 43.953 108.834 41.316 111.471 c +46.223 115.607 l +48.844 115.994 54.117 109.6 48.477 106.58 c +48.844 106.213 l +53.75 109.967 l +44.34 120.881 l +43.953 120.514 l +h +54.867 107.713 m +57.891 104.693 56.371 104.693 51.48 98.686 c +46.59 93.029 46.223 93.779 44.34 95.666 c +43.586 95.299 l +49.98 89.639 l +50.363 90.022 l +47.727 92.662 48.094 92.275 53.75 97.916 c +54.867 96.799 l +56.371 95.299 56.371 94.162 54.867 91.908 c +51.863 87.385 52.617 86.635 53.367 85.885 c +54.867 84.381 56.754 84.748 58.641 87.002 c +59.008 87.385 59.008 87.768 58.258 87.385 c +50.363 83.248 61.645 93.029 56.371 95.666 c +60.145 93.029 62.027 93.412 63.531 94.912 c +65.418 96.799 65.031 99.436 62.395 102.072 c +55.621 108.467 l +54.867 107.713 l +h +54.117 98.303 m +59.758 104.693 58.641 104.693 61.277 102.072 c +64.664 98.686 62.781 96.799 60.895 95.666 c +59.391 95.299 58.258 94.912 54.117 98.303 c +h +77.449 89.272 m +75.949 91.158 75.949 92.275 74.445 93.412 c +71.809 94.912 68.805 94.529 66.918 91.908 c +66.168 90.775 66.168 89.272 66.535 88.139 c +66.918 87.002 67.668 85.885 68.805 84.748 c +71.809 80.994 72.559 80.244 71.059 78.357 c +69.922 76.854 68.422 76.471 65.785 77.975 c +63.148 79.475 62.395 82.865 64.281 86.252 c +63.531 87.002 l +59.758 81.361 l +60.527 80.611 l +62.781 80.994 l +62.781 79.475 63.531 77.975 65.418 76.854 c +74.062 73.834 77.836 81.361 70.676 86.635 c +68.055 90.022 67.668 90.393 69.172 92.275 c +70.305 93.412 72.191 93.779 74.062 92.662 c +75.949 91.158 76.699 88.889 75.582 84.748 c +75.949 84.381 l +79.336 89.639 l +78.586 90.022 l +77.449 89.272 l +h +81.223 87.385 m +82.355 87.002 83.109 86.252 83.109 85.135 c +83.109 84.381 80.84 80.244 76.699 73.084 c +76.332 72.334 75.195 72.334 73.312 73.467 c +72.941 72.701 l +80.473 68.943 l +80.84 69.693 l +78.969 70.08 78.203 70.83 78.586 71.947 c +84.977 83.998 l +85.359 85.135 85.746 85.135 88.363 83.615 c +88.75 84.381 l +81.59 88.139 l +81.223 87.385 l +h +87.613 76.854 m +88.363 76.471 l +91.754 82.111 95.141 80.994 95.141 79.475 c +95.523 79.107 94.773 76.854 92.887 72.701 c +91.387 68.561 90.25 65.94 89.883 65.557 c +89.5 65.174 88.363 65.557 87.246 66.307 c +86.863 65.557 l +94.023 62.553 l +94.391 63.303 l +91.387 64.42 91.754 64.42 94.773 72.334 c +96.66 76.471 97.41 78.357 97.777 78.725 c +98.914 79.107 102.668 79.475 100.797 71.58 c +101.918 71.197 l +103.801 77.607 l +90.633 82.865 l +87.613 76.854 l +h +112.082 75.338 m +104.938 66.307 101.164 61.783 100.797 61.416 c +100.414 61.033 99.664 61.033 98.914 61.416 c +98.527 60.666 l +105.305 58.779 l +105.305 59.533 l +101.551 60.283 102.301 61.033 104.938 64.807 c +111.715 62.553 l +112.832 57.647 111.715 57.647 109.828 58.029 c +109.445 57.279 l +116.219 55.393 l +116.605 56.143 l +115.469 56.525 114.719 56.897 114.719 58.029 c +113.215 75.338 l +112.832 76.088 112.465 75.721 112.082 75.338 c +h +111.715 63.67 m +105.688 65.557 l +110.578 72.334 l +111.715 63.67 l +h +132.41 69.311 m +130.523 71.58 124.5 74.971 122.246 67.057 c +121.879 65.94 122.246 64.807 122.996 63.67 c +123.746 62.92 124.883 62.17 126.766 61.416 c +131.273 59.533 131.656 59.533 131.656 56.897 c +131.656 55.025 129.773 53.889 127.137 54.26 c +124.129 54.643 121.879 56.897 121.879 61.033 c +120.742 61.033 l +119.992 54.643 l +121.109 54.26 l +122.629 55.775 l +123.746 54.26 125.25 53.506 127.137 53.139 c +133.16 52.006 134.293 58.397 133.16 60.283 c +132.793 61.783 131.273 62.553 127.887 64.053 c +123.746 66.307 123.746 65.94 123.746 68.561 c +124.129 70.08 126.016 71.197 127.887 70.83 c +130.523 70.447 131.656 68.943 132.793 64.42 c +133.543 64.42 l +133.91 70.83 l +133.16 70.83 l +132.41 69.311 l +h +145.578 69.311 m +148.598 69.311 148.215 69.311 148.215 68.193 c +148.965 55.775 l +148.965 53.889 148.598 53.139 146.711 53.139 c +146.711 52.389 l +153.488 52.756 l +153.488 53.506 l +150.852 53.506 150.102 54.643 150.102 56.525 c +149.348 69.693 l +156.875 53.139 l +157.625 53.139 l +162.148 70.447 l +163.27 55.393 l +163.27 55.025 162.898 54.26 161.766 54.26 c +160.262 54.26 l +160.633 53.506 l +168.926 53.889 l +168.543 54.643 l +167.039 54.643 l +165.906 54.643 165.539 54.643 165.539 55.775 c +164.77 69.311 l +164.77 70.447 164.402 70.83 167.406 70.83 c +167.406 71.58 l +161.383 71.197 l +157.625 56.525 l +150.852 70.447 l +145.211 70.08 l +145.578 69.311 l +h +175.684 73.834 m +173.43 62.17 172.297 56.143 171.93 55.775 c +171.93 55.393 171.547 55.393 170.426 55.025 c +170.426 54.26 l +176.82 55.393 l +176.82 56.143 l +174.184 55.775 172.68 55.393 174.184 60.666 c +180.961 61.783 l +184.73 56.525 183.598 57.279 181.344 56.897 c +181.344 56.143 l +188.484 57.647 l +188.117 58.397 l +186.984 58.029 186.234 58.397 185.848 59.166 c +176.82 73.834 l +176.066 74.588 176.066 74.217 175.684 73.834 c +h +180.59 62.92 m +174.184 61.783 l +175.684 70.08 l +180.59 62.92 l +h +196.012 77.975 m +194.512 78.357 185.098 78.725 188.484 70.83 c +189.621 68.193 191.508 67.811 194.895 68.193 c +200.152 69.311 200.535 68.943 201.285 66.307 c +202.422 64.807 201.672 63.303 199.035 62.17 c +196.012 61.033 192.625 62.17 191.121 65.557 c +189.988 65.174 l +192.258 58.779 l +193.008 59.166 l +194.512 61.416 l +195.645 60.283 197.516 60.283 199.402 61.033 c +205.426 62.92 203.539 69.693 201.285 70.447 c +200.152 71.58 199.035 71.58 194.895 71.197 c +189.988 70.447 188.117 71.947 189.238 74.971 c +191.121 79.107 194.129 77.975 199.035 73.834 c +199.785 74.217 l +197.148 79.857 l +196.395 79.475 l +196.012 77.975 l +h +205.043 83.615 m +206.176 72.334 206.559 66.307 206.176 65.94 c +205.809 65.557 205.426 64.807 204.676 64.42 c +205.043 64.053 l +211.066 67.057 l +210.699 67.811 l +208.812 66.307 207.312 66.69 207.312 71.197 c +213.336 74.217 l +218.977 70.447 217.477 70.83 214.84 69.693 c +215.207 68.943 l +221.613 71.947 l +221.23 72.701 l +220.48 72.334 l +220.113 71.947 219.344 72.334 218.594 72.701 c +205.809 84.381 l +205.426 84.748 205.043 84.748 205.043 83.615 c +h +212.586 74.971 m +206.926 72.334 l +206.176 80.611 l +212.586 74.971 l +h +213.703 87.002 m +216.34 88.522 216.723 88.139 217.094 87.768 c +221.98 80.611 224.617 76.471 224.617 75.721 c +225.004 75.338 224.25 74.588 223.117 73.834 c +223.5 73.084 l +230.262 77.607 l +229.891 78.357 l +227.254 76.471 227.254 77.225 226.887 77.607 c +223.117 83.248 l +226.887 85.502 226.887 85.502 229.508 82.865 c +232.898 78.725 233.281 79.475 234.781 80.244 c +236.668 81.361 236.668 82.865 235.168 85.502 c +234.781 85.885 234.781 85.502 234.781 85.135 c +235.918 77.607 230.262 88.889 225.754 85.502 c +228.391 88.139 230.262 90.393 228.008 92.662 c +226.887 94.529 224.25 94.529 220.863 92.662 c +213.336 87.768 l +213.703 87.002 l +h +222.734 83.998 m +218.227 90.393 218.227 89.639 220.863 91.158 c +227.254 94.912 230.262 88.889 222.734 83.998 c +h +229.891 97.549 m +231.027 98.303 231.395 98.686 231.777 98.686 c +232.145 99.053 235.918 97.916 242.309 95.666 c +245.699 91.525 l +246.082 91.158 246.082 90.775 244.195 88.889 c +244.562 88.139 l +250.973 93.779 l +250.219 94.529 l +248.336 92.662 247.953 90.393 243.445 97.549 c +240.422 109.217 241.176 107.713 242.691 109.217 c +241.941 109.6 l +237.418 105.443 l +237.805 104.693 l +238.555 105.443 l +238.922 105.83 240.055 105.83 240.422 105.443 c +240.809 105.076 241.176 102.44 242.309 97.549 c +231.395 100.186 233.648 100.94 235.168 102.44 c +234.781 103.19 l +229.141 98.303 l +229.891 97.549 l +h +244.195 110.721 m +245.699 112.604 246.082 112.221 246.449 111.854 c +253.227 106.213 256.613 102.822 256.996 102.44 c +257.363 102.072 257.363 101.307 256.246 100.186 c +256.996 99.803 l +262.254 105.83 l +261.504 106.58 l +259.633 103.576 259.633 104.326 255.477 107.713 c +255.109 111.471 l +266.027 111.471 264.891 109.967 263.02 108.084 c +263.773 107.713 l +268.664 113.74 l +267.91 114.107 l +267.527 113.74 267.16 113.354 266.395 112.986 c +266.027 112.986 261.887 113.354 254.727 114.107 c +253.609 121.635 253.977 122.385 255.109 123.904 c +254.359 124.272 l +249.836 118.998 l +250.59 118.244 l +251.723 119.748 252.473 120.131 252.859 118.631 c +253.227 118.244 253.977 114.857 254.359 108.467 c +245.699 115.607 247.199 114.857 249.086 116.744 c +248.719 117.494 l +243.445 111.104 l +244.195 110.721 l +h +255.863 125.404 m +257.363 128.041 257.363 128.041 258.867 126.908 c +266.395 122.385 270.164 119.748 270.547 119.381 c +270.914 118.998 270.547 117.877 269.414 116.744 c +270.164 116.361 l +274.688 123.135 l +273.938 123.518 l +272.418 120.881 273.551 119.748 260 128.795 c +258.5 129.912 258.5 129.545 260.383 132.182 c +259.633 132.549 l +255.109 125.772 l +255.863 125.404 l +h +263.02 140.459 m +270.914 132.549 274.688 128.408 275.055 127.291 c +275.438 126.525 275.438 125.772 275.055 125.022 c +275.805 125.022 l +278.824 131.045 l +278.074 131.432 l +276.555 128.041 276.188 128.408 272.801 132.182 c +275.805 138.205 l +280.695 138.205 281.078 137.44 279.945 135.568 c +280.695 135.186 l +283.715 141.576 l +282.965 141.963 l +282.582 141.209 282.215 140.826 281.078 140.459 c +263.387 141.576 l +263.02 141.576 262.254 141.576 263.02 140.459 c +h +274.688 138.205 m +272.051 132.549 l +266.027 138.572 l +274.688 138.205 l +h +267.91 147.604 m +269.031 150.24 267.91 151.373 281.461 145.732 c +282.965 145.35 283.715 143.463 283.332 142.346 c +284.086 141.963 l +286.355 148.736 l +285.602 149.123 l +285.219 147.236 285.969 145.732 272.051 150.623 c +288.992 156.264 l +289.359 157.014 l +279.945 160.404 275.055 162.291 274.688 162.658 c +274.305 163.041 273.938 163.791 274.305 165.295 c +273.551 165.678 l +271.668 159.654 l +272.418 159.268 l +272.801 161.154 272.418 163.041 285.602 157.4 c +268.664 151.74 l +267.16 147.986 l +267.91 147.604 l +h +287.855 162.291 m +289.359 161.154 289.742 160.404 289.359 158.9 c +290.109 158.9 l +291.609 165.295 l +290.859 165.678 l +290.109 162.291 290.109 161.904 285.969 164.928 c +287.473 171.701 l +294.246 173.572 292.379 171.701 291.996 169.815 c +292.746 169.815 l +294.246 176.592 l +293.496 176.959 l +293.129 175.842 292.746 175.459 291.996 175.088 c +274.688 172.451 l +274.305 172.451 273.551 172.451 274.305 171.701 c +287.855 162.291 l +h +286.355 171.701 m +284.852 165.295 l +277.691 170.182 l +286.355 171.701 l +h +f +/DeviceRGB {} cs +[0.949 0.8314 0.3608] sc +247.953 247.357 m +241.176 261.275 l +152.352 106.58 l +160.262 93.779 l +247.953 247.357 l +h +120.742 206.318 m +112.465 192.397 l +161.766 192.397 l +169.676 206.318 l +120.742 206.318 l +h +156.875 125.022 m +129.402 176.209 l +119.242 176.592 l +110.945 192.014 l +114.719 198.424 l +97.027 229.666 l +80.473 229.666 l +148.965 110.35 l +156.875 125.022 l +h +165.152 177.713 m +173.062 193.15 l +170.426 205.947 l +162.516 192.014 l +165.152 177.713 l +h +138.801 93.412 m +159.512 93.412 l +151.602 106.213 l +131.656 106.213 l +138.801 93.412 l +h +193.375 245.838 m +195.645 230.783 l +202.422 230.783 l +210.699 245.838 l +193.375 245.838 l +h +191.875 260.525 m +184.73 247.725 l +186.984 231.533 l +192.625 242.08 l +191.875 246.588 l +194.129 250.361 l +191.875 260.525 l +h +49.98 248.475 m +183.98 248.475 l +191.121 261.658 l +58.258 261.658 l +49.98 248.475 l +h +f +285.164 112.459 m +284.457 111.318 283.727 110.182 282.992 109.061 c +283.27 108.397 283.422 107.658 283.422 106.885 c +283.422 103.83 281.031 101.428 278.047 101.428 c +277.926 101.428 277.797 101.443 277.676 101.455 c +276.875 100.377 276.074 99.283 275.246 98.225 c +276.133 97.936 277.074 97.772 278.047 97.772 c +283.031 97.772 287.082 101.877 287.082 106.885 c +287.082 108.975 286.348 110.908 285.164 112.459 c +h +f +9.906 112.174 m +8.84 110.674 8.219 108.85 8.219 106.885 c +8.219 101.877 12.297 97.772 17.281 97.772 c +18.133 97.772 18.953 97.912 19.734 98.139 c +18.898 99.217 18.066 100.33 17.254 101.428 c +14.281 101.44 11.875 103.838 11.875 106.885 c +11.875 107.514 11.973 108.127 12.16 108.686 c +11.398 109.842 10.637 110.998 9.906 112.174 c +h +f +8.203 83.256 m +8.203 65.174 l +26.461 65.174 l +26.461 83.256 l +8.203 83.256 l +h +11.848 79.611 m +22.781 79.611 l +22.781 68.857 l +11.848 68.857 l +11.848 79.611 l +h +f +40.977 75.729 m +40.883 75.205 40.805 74.678 40.805 74.131 c +40.805 69.119 44.879 65.01 49.867 65.01 c +51.18 65.01 52.426 65.299 53.555 65.811 c +52.242 66.744 50.945 67.697 49.664 68.666 c +47.293 68.756 45.324 70.354 44.691 72.584 c +43.438 73.615 42.195 74.666 40.977 75.729 c +h +f +254.297 76.072 m +253.117 75.041 251.93 74.014 250.723 73.014 c +250.223 70.506 248.07 68.666 245.461 68.666 c +245.234 68.666 l +244.004 67.74 242.773 66.818 241.516 65.924 c +242.715 65.338 244.051 65.01 245.461 65.01 c +250.445 65.01 254.496 69.119 254.496 74.131 c +254.496 74.795 254.43 75.443 254.297 76.072 c +h +f +268.957 83.256 m +268.957 65.174 l +287.215 65.174 l +287.215 83.256 l +268.957 83.256 l +h +272.602 79.611 m +283.535 79.611 l +283.535 68.857 l +272.602 68.857 l +272.602 79.611 l +h +f +40.754 50.85 m +40.754 32.768 l +59.012 32.768 l +59.012 50.85 l +40.754 50.85 l +h +44.434 47.201 m +55.367 47.201 l +55.367 36.447 l +44.434 36.447 l +44.434 47.201 l +h +f +80.02 50.49 m +76.211 49.404 73.391 45.877 73.391 41.713 c +73.391 36.709 77.465 32.6 82.449 32.6 c +87.434 32.6 91.48 36.709 91.48 41.713 c +91.48 43.338 91.031 44.873 90.285 46.201 c +86.805 47.518 83.379 48.955 80.02 50.49 c +h +82.449 47.201 m +85.43 47.201 87.824 44.768 87.824 41.713 c +87.824 38.658 85.43 36.256 82.449 36.256 c +79.469 36.256 77.047 38.658 77.047 41.713 c +77.047 44.768 79.469 47.201 82.449 47.201 c +h +f +105.891 41.229 m +105.891 32.768 l +124.156 32.768 l +124.156 37.514 l +122.926 37.69 121.711 37.881 120.492 38.084 c +120.492 36.459 l +109.578 36.459 l +109.578 40.287 l +108.344 40.58 107.109 40.904 105.891 41.229 c +h +f +154.793 36.029 m +152.363 35.916 149.91 35.826 147.449 35.826 c +145.172 35.826 142.926 35.904 140.676 35.998 c +142.336 33.924 144.898 32.6 147.738 32.6 c +150.586 32.6 153.141 33.936 154.793 36.029 c +h +f +189.324 41.318 m +188.105 40.99 186.898 40.67 185.664 40.369 c +185.664 36.459 l +174.75 36.459 l +174.75 38.143 l +173.523 37.936 172.293 37.748 171.059 37.568 c +171.059 32.768 l +189.324 32.768 l +189.324 41.318 l +h +f +214.992 50.549 m +211.695 49.033 208.363 47.611 204.957 46.318 c +204.164 44.955 203.672 43.389 203.672 41.713 c +203.672 36.709 207.75 32.6 212.734 32.6 c +217.719 32.6 221.77 36.709 221.77 41.713 c +221.77 45.94 218.887 49.525 214.992 50.549 c +h +212.734 47.201 m +215.719 47.201 218.105 44.768 218.105 41.713 c +218.105 38.658 215.719 36.256 212.734 36.256 c +209.754 36.256 207.332 38.658 207.332 41.713 c +207.332 44.768 209.754 47.201 212.734 47.201 c +h +f +236.195 50.85 m +236.195 32.768 l +254.453 32.768 l +254.453 50.85 l +236.195 50.85 l +h +239.875 47.201 m +250.809 47.201 l +250.809 36.447 l +239.875 36.447 l +239.875 47.201 l +h +f +278.039 50.857 m +273.055 50.857 268.977 46.717 268.977 41.709 c +268.977 36.705 273.055 32.588 278.039 32.588 c +283.016 32.588 287.07 36.705 287.07 41.709 c +287.07 46.717 283.016 50.857 278.039 50.857 c +h +278.039 47.197 m +281.016 47.197 283.41 44.764 283.41 41.709 c +283.41 38.654 281.016 36.252 278.039 36.252 c +275.055 36.252 272.633 38.654 272.633 41.709 c +272.633 44.764 275.055 47.197 278.039 47.197 c +h +f +17.277 50.857 m +12.289 50.857 8.215 46.717 8.215 41.709 c +8.215 36.705 12.289 32.588 17.277 32.588 c +22.254 32.588 26.305 36.705 26.305 41.709 c +26.305 46.717 22.254 50.857 17.277 50.857 c +h +17.277 47.197 m +20.254 47.197 22.648 44.764 22.648 41.709 c +22.648 38.654 20.254 36.252 17.277 36.252 c +14.293 36.252 11.871 38.654 11.871 41.709 c +11.871 44.764 14.293 47.197 17.277 47.197 c +h +f +8.203 389.92 m +8.203 371.842 l +26.461 371.842 l +26.461 389.92 l +8.203 389.92 l +h +11.848 386.275 m +22.781 386.275 l +22.781 375.486 l +11.848 375.486 l +11.848 386.275 l +h +f +49.867 389.92 m +44.891 389.92 40.812 385.779 40.812 380.775 c +40.812 375.768 44.891 371.654 49.867 371.654 c +54.855 371.654 58.906 375.768 58.906 380.775 c +58.906 385.779 54.855 389.92 49.867 389.92 c +h +49.867 386.264 m +52.852 386.264 55.246 383.83 55.246 380.775 c +55.246 377.717 52.852 375.315 49.867 375.315 c +46.891 375.315 44.469 377.717 44.469 380.775 c +44.469 383.83 46.891 386.264 49.867 386.264 c +h +f +73.34 389.92 m +73.34 371.842 l +91.598 371.842 l +91.598 389.92 l +73.34 389.92 l +h +76.984 386.275 m +87.918 386.275 l +87.918 375.486 l +76.984 375.486 l +76.984 386.275 l +h +f +115.16 389.92 m +110.176 389.92 106.098 385.779 106.098 380.775 c +106.098 375.768 110.176 371.654 115.16 371.654 c +120.145 371.654 124.191 375.768 124.191 380.775 c +124.191 385.779 120.145 389.92 115.16 389.92 c +h +115.16 386.264 m +118.141 386.264 120.535 383.83 120.535 380.775 c +120.535 377.717 118.141 375.315 115.16 375.315 c +112.18 375.315 109.758 377.717 109.758 380.775 c +109.758 383.83 112.18 386.264 115.16 386.264 c +h +f +138.512 389.92 m +138.512 371.842 l +156.77 371.842 l +156.77 389.92 l +138.512 389.92 l +h +142.152 386.275 m +153.086 386.275 l +153.086 375.486 l +142.152 375.486 l +142.152 386.275 l +h +f +180.18 389.92 m +175.195 389.92 171.117 385.779 171.117 380.775 c +171.117 375.768 175.195 371.654 180.18 371.654 c +185.164 371.654 189.211 375.768 189.211 380.775 c +189.211 385.779 185.164 389.92 180.18 389.92 c +h +180.18 386.264 m +183.16 386.264 185.551 383.83 185.551 380.775 c +185.551 377.717 183.16 375.315 180.18 375.315 c +177.195 375.315 174.777 377.717 174.777 380.775 c +174.777 383.83 177.195 386.264 180.18 386.264 c +h +f +203.645 389.92 m +203.645 371.842 l +221.902 371.842 l +221.902 389.92 l +203.645 389.92 l +h +207.289 386.275 m +218.223 386.275 l +218.223 375.486 l +207.289 375.486 l +207.289 386.275 l +h +f +245.465 389.92 m +240.484 389.92 236.41 385.779 236.41 380.775 c +236.41 375.768 240.484 371.654 245.465 371.654 c +250.449 371.654 254.5 375.768 254.5 380.775 c +254.5 385.779 250.449 389.92 245.465 389.92 c +h +245.465 386.264 m +248.449 386.264 250.844 383.83 250.844 380.775 c +250.844 377.717 248.449 375.315 245.465 375.315 c +242.488 375.315 240.066 377.717 240.066 380.775 c +240.066 383.83 242.488 386.264 245.465 386.264 c +h +f +268.957 389.92 m +268.957 371.842 l +287.215 371.842 l +287.215 389.92 l +268.957 389.92 l +h +272.602 386.275 m +283.535 386.275 l +283.535 375.486 l +272.602 375.486 l +272.602 386.275 l +h +f +40.754 357.514 m +40.754 339.436 l +59.012 339.436 l +59.012 357.514 l +40.754 357.514 l +h +44.434 353.834 m +55.367 353.834 l +55.367 343.08 l +44.434 343.08 l +44.434 353.834 l +h +f +82.449 357.506 m +77.465 357.506 73.391 353.369 73.391 348.357 c +73.391 346.338 74.043 344.471 75.16 342.959 c +76.277 343.518 77.402 344.053 78.535 344.588 c +77.609 345.561 77.047 346.881 77.047 348.357 c +77.047 351.42 79.469 353.85 82.449 353.85 c +85.348 353.85 87.691 351.553 87.824 348.615 c +88.98 349.076 90.141 349.502 91.312 349.932 c +90.57 354.205 86.898 357.506 82.449 357.506 c +h +f +105.891 357.506 m +105.891 354.533 l +110.328 355.709 114.855 356.709 119.438 357.506 c +105.891 357.506 l +h +f +175.488 357.506 m +180.18 356.69 184.785 355.658 189.324 354.451 c +189.324 357.506 l +175.488 357.506 l +h +f +212.734 357.506 m +208.262 357.506 204.539 354.178 203.816 349.877 c +205.004 349.436 206.16 348.971 207.332 348.502 c +207.406 351.49 209.801 353.85 212.734 353.85 c +215.719 353.85 218.105 351.42 218.105 348.357 c +218.105 346.83 217.535 345.482 216.566 344.498 c +217.688 343.975 218.797 343.428 219.91 342.873 c +221.066 344.404 221.77 346.295 221.77 348.357 c +221.77 353.369 217.719 357.506 212.734 357.506 c +h +f +236.195 357.514 m +236.195 339.436 l +254.453 339.436 l +254.453 357.514 l +236.195 357.514 l +h +239.875 353.834 m +250.809 353.834 l +250.809 343.08 l +239.875 343.08 l +239.875 353.834 l +h +f +278.039 357.51 m +273.055 357.51 268.977 353.373 268.977 348.361 c +268.977 343.357 273.055 339.248 278.039 339.248 c +283.016 339.248 287.07 343.357 287.07 348.361 c +287.07 353.373 283.016 357.51 278.039 357.51 c +h +278.039 353.85 m +281.016 353.85 283.41 351.42 283.41 348.361 c +283.41 345.307 281.016 342.904 278.039 342.904 c +275.055 342.904 272.633 345.307 272.633 348.361 c +272.633 351.42 275.055 353.85 278.039 353.85 c +h +f +17.277 357.51 m +12.289 357.51 8.215 353.373 8.215 348.361 c +8.215 343.357 12.289 339.248 17.277 339.248 c +22.254 339.248 26.305 343.357 26.305 348.361 c +26.305 353.373 22.254 357.51 17.277 357.51 c +h +17.277 353.85 m +20.254 353.85 22.648 351.42 22.648 348.361 c +22.648 345.307 20.254 342.904 17.277 342.904 c +14.293 342.904 11.871 345.307 11.871 348.361 c +11.871 351.42 14.293 353.85 17.277 353.85 c +h +f +8.203 324.748 m +8.203 306.67 l +26.461 306.67 l +26.461 324.748 l +8.203 324.748 l +h +11.848 321.072 m +22.781 321.072 l +22.781 310.315 l +11.848 310.315 l +11.848 321.072 l +h +f +268.957 324.748 m +268.957 306.67 l +287.215 306.67 l +287.215 324.748 l +268.957 324.748 l +h +272.602 321.072 m +283.535 321.072 l +283.535 310.315 l +272.602 310.315 l +272.602 321.072 l +h +f +279.223 292.252 m +281.887 288.533 284.387 284.701 286.738 280.76 c +286.949 281.529 287.082 282.354 287.082 283.19 c +287.082 287.795 283.645 291.654 279.223 292.252 c +h +f +15.648 292.166 m +11.434 291.385 8.219 287.639 8.219 283.19 c +8.219 282.49 8.297 281.811 8.445 281.158 c +10.711 284.928 13.098 288.604 15.648 292.166 c +h +f +8.203 18.264 m +8.203 0.182 l +26.461 0.182 l +26.461 18.264 l +8.203 18.264 l +h +11.848 14.619 m +22.781 14.619 l +22.781 3.826 l +11.848 3.826 l +11.848 14.619 l +h +f +49.867 18.268 m +44.891 18.268 40.812 14.127 40.812 9.119 c +40.812 4.115 44.891 -0.002 49.867 -0.002 c +54.855 -0.002 58.906 4.115 58.906 9.119 c +58.906 14.127 54.855 18.268 49.867 18.268 c +h +49.867 14.607 m +52.852 14.607 55.246 12.174 55.246 9.119 c +55.246 6.065 52.852 3.662 49.867 3.662 c +46.891 3.662 44.469 6.065 44.469 9.119 c +44.469 12.174 46.891 14.607 49.867 14.607 c +h +f +73.34 18.264 m +73.34 0.182 l +91.598 0.182 l +91.598 18.264 l +73.34 18.264 l +h +76.984 14.619 m +87.918 14.619 l +87.918 3.826 l +76.984 3.826 l +76.984 14.619 l +h +f +115.16 18.268 m +110.176 18.268 106.098 14.127 106.098 9.119 c +106.098 4.115 110.176 -0.002 115.16 -0.002 c +120.145 -0.002 124.191 4.115 124.191 9.119 c +124.191 14.127 120.145 18.268 115.16 18.268 c +h +115.16 14.607 m +118.141 14.607 120.535 12.174 120.535 9.119 c +120.535 6.065 118.141 3.662 115.16 3.662 c +112.18 3.662 109.758 6.065 109.758 9.119 c +109.758 12.174 112.18 14.607 115.16 14.607 c +h +f +138.512 18.264 m +138.512 0.182 l +156.77 0.182 l +156.77 18.264 l +138.512 18.264 l +h +142.152 14.619 m +153.086 14.619 l +153.086 3.826 l +142.152 3.826 l +142.152 14.619 l +h +f +180.18 18.268 m +175.195 18.268 171.117 14.127 171.117 9.119 c +171.117 4.115 175.195 -0.002 180.18 -0.002 c +185.164 -0.002 189.211 4.115 189.211 9.119 c +189.211 14.127 185.164 18.268 180.18 18.268 c +h +180.18 14.607 m +183.16 14.607 185.551 12.174 185.551 9.119 c +185.551 6.065 183.16 3.662 180.18 3.662 c +177.195 3.662 174.777 6.065 174.777 9.119 c +174.777 12.174 177.195 14.607 180.18 14.607 c +h +f +203.645 18.264 m +203.645 0.182 l +221.902 0.182 l +221.902 18.264 l +203.645 18.264 l +h +207.289 14.619 m +218.223 14.619 l +218.223 3.826 l +207.289 3.826 l +207.289 14.619 l +h +f +245.465 18.268 m +240.484 18.268 236.41 14.127 236.41 9.119 c +236.41 4.115 240.484 -0.002 245.465 -0.002 c +250.449 -0.002 254.5 4.115 254.5 9.119 c +254.5 14.127 250.449 18.268 245.465 18.268 c +h +245.465 14.607 m +248.449 14.607 250.844 12.174 250.844 9.119 c +250.844 6.065 248.449 3.662 245.465 3.662 c +242.488 3.662 240.066 6.065 240.066 9.119 c +240.066 12.174 242.488 14.607 245.465 14.607 c +h +f +268.957 18.264 m +268.957 0.182 l +287.215 0.182 l +287.215 18.264 l +268.957 18.264 l +h +272.602 14.619 m +283.535 14.619 l +283.535 3.826 l +272.602 3.826 l +272.602 14.619 l +h +f +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF |