Merge branch 'master' of gitlab.science.ru.nl:mlubbers/mc1516the
[mc1516the.git] / img / 1a.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%BoundingBox: 120 20 475 771
3 %%Creator: FreeHEP Graphics2D Driver
4 %%Producer: org.freehep.graphicsio.ps.EPSGraphics2D Revision: 12753
5 %%For: mart@188-120.wlan-int.ru.nl
6 %%Title: MSC
7 %%CreationDate: Tuesday, June 14, 2016 10:38:04 AM CEST
8 %%LanguageLevel: 3
9 %%EndComments
10 %%BeginProlog
11 100 dict dup begin
12
13 %
14 % File: org/freehep/graphicsio.ps/PSProlog.txt
15 % Author: Charles Loomis
16 %
17
18 % Redefinitions which save some space in the output file. These are also
19 % the same as the PDF operators.
20 /q {gsave} def
21 /Q {grestore} def
22
23 /n {newpath} def
24 /m {moveto} def
25 /l {lineto} def
26 /c {curveto} def
27 /h {closepath} def
28
29 /re {4 -2 roll moveto
30 dup 0 exch rlineto exch 0 rlineto
31 neg 0 exch rlineto closepath} def
32
33 /f {fill} def
34 /f* {eofill} def
35 /F {gsave vg&FC fill grestore} def
36 /F* {gsave vg&FC eofill grestore} def
37
38 /s {closepath stroke} def
39 /S {stroke} def
40
41 /b {closepath gsave vg&FC fill grestore
42 gsave stroke grestore newpath} def
43 /B {gsave vg&FC fill grestore gsave stroke grestore newpath} def
44 /b* {closepath gsave vg&FC eofill grestore
45 gsave stroke grestore newpath} def
46 /B* {gsave vg&FC eofill grestore gsave stroke grestore newpath} def
47
48 /g {1 array astore /vg&fcolor exch def} def
49 /G {setgray} def
50 /k {4 array astore /vg&fcolor exch def} def
51 /K {setcmykcolor} def
52 /rg {3 array astore /vg&fcolor exch def} def
53 /RG {setrgbcolor} def
54
55 % Initialize the fill color.
56 0 0 0 rg
57
58 /vg&FC {mark vg&fcolor aload pop
59 counttomark 1 eq {G} if
60 counttomark 3 eq {RG} if
61 counttomark 4 eq {K} if
62 cleartomark } def
63
64 /vg&DFC {/vg&fcolor exch def} def
65
66 /vg&C {mark exch aload pop
67 counttomark 1 eq {G} if
68 counttomark 3 eq {RG} if
69 counttomark 4 eq {K} if
70 cleartomark } def
71
72 /w {setlinewidth} def
73 /j {setlinejoin} def
74 /J {setlinecap} def
75 /M {setmiterlimit} def
76 /d {setdash} def
77 /i {setflat} def
78
79 /W {clip} def
80 /W* {eoclip} def
81
82 % Setup the default graphics state.
83 % (black; 1 pt. linewidth; miter join; butt-ends; solid)
84 /defaultGraphicsState {0 g 1 w 0 j 0 J [] 0 d} def
85
86 % Emulation of the rectangle operators for PostScript implementations
87 % which do not implement all Level 2 features. This is an INCOMPLETE
88 % emulation; only the "x y width height rect..." form is emulated.
89 /*rf {gsave newpath re fill grestore} def
90 /*rs {gsave newpath re stroke grestore} def
91 /*rc {newpath re clip} def
92 /rf /rectfill where {pop /rectfill}{/*rf} ifelse load def
93 /rs /rectstroke where {pop /rectstroke}{/*rs} ifelse load def
94 /rc /rectclip where {pop /rectclip}{/*rc} ifelse load def
95
96 % Emulation of the selectfont operator. This includes a 20% increase in
97 % the fontsize which is necessary to get sizes similar to the Java fonts.
98 /*sf {exch findfont exch
99 dup type /arraytype eq {makefont}{scalefont} ifelse setfont} bind def
100 /sf /selectfont where {pop {1.2 mul selectfont}}{{1.2 mul *sf}} ifelse def
101
102 % Special version of stroke which allows the dash pattern to continue
103 % across path segments. (This may be needed for PostScript although
104 % modern printers seem to do this correctly.)
105 /vg&stroke {
106 currentdash pop length 0 eq
107 {stroke}
108 {
109 currentdash /vg&doffset exch def pop
110 flattenpath
111 {m vg&resetdash}
112 {2 copy
113 currentpoint
114 3 -1 roll sub dup mul
115 3 1 roll sub dup mul
116 add sqrt
117 3 1 roll l
118 currentdash 3 -1 roll add setdash}
119 {}
120 {h vg&resetdash}
121 pathforall
122 stroke
123 vg&resetdash
124 } ifelse
125 } def
126 /vg&resetdash {currentdash pop vg&doffset setdash} def
127
128 % Initialize variables for safety.
129 /delta 0 def
130 /xv 0 def /yv 0 def /width 0 def /height 0 def
131
132 % Initialize to portrait INTERNATIONAL (Letter-height, A4-width) page.
133 /pw 595 def /ph 791 def /po true def /ftp false def
134
135 % Initialize margins to 20 points.
136 /ml 20 def /mr 20 def /mt 20 def /mb 20 def
137
138 % Temporary matrices.
139 /smatrix 0 def /nmatrix 0 def
140
141 % set page size (usage: <page width><page height> setpagesize)
142 /setpagesize {/ph exch def /pw exch def} def
143
144 % set page orientation (usage: portrait or landscape)
145 /portrait {/po true def} def
146 /landscape {/po false def} def
147
148 % force natural size for image (usage: naturalsize)
149 /naturalsize {/ftp false def} def
150
151 % resize image to fill page (usage: fittopage)
152 /fittopage {/ftp true def} def
153
154 % set margins of the page (usage: <left><bottom><top><right> setmargins)
155 /setmargins {/mr exch def /mt exch def /mb exch def /ml exch def} def
156
157 % set the graphic's size (usage: <width><height> setsize)
158 /setsize {/gh exch def /gw exch def} def
159
160 % set the graphic's origin (usage: <x0><y0> setorigin)
161 /setorigin {/gy exch def /gx exch def} def
162
163 % calculate image center
164 /imagecenter {pw ml sub mr sub 2 div ml add
165 ph mt sub mb sub 2 div mb add} def
166
167 % calculate the necessary scaling
168 /imagescale {po {gw}{gh} ifelse pw ml sub mr sub div
169 po {gh}{gw} ifelse ph mt sub mb sub div
170 2 copy lt {exch} if pop
171 ftp not {1 2 copy lt {exch} if pop} if
172 1 exch div /sfactor exch def
173 /gw gw sfactor mul def /gh gh sfactor mul def} def
174
175 % calculate image origin
176 /imageorigin {pw ml sub mr sub 2 div ml add
177 po {gw}{gh} ifelse 2 div sub
178 ph mt sub mb sub 2 div mb add
179 po {gh}{gw} ifelse 2 div po {add}{sub} ifelse} def
180
181 % calculate the clipping origin
182 /cliporigin {pw ml sub mr sub 2 div ml add
183 po {gw}{gh} ifelse 2 div sub floor
184 ph mt sub mb sub 2 div mb add
185 po {gh}{gw} ifelse 2 div sub floor} def
186
187 % Set the clipping region to the bounding box.
188 /cliptobounds {cliporigin po {gw}{gh} ifelse 1 add
189 po {gh}{gw} ifelse 1 add rc} def
190
191 % set the base transformation matrix (usage: setbasematrix)
192 /setbasematrix {imageorigin translate
193 po {0}{90} ifelse rotate
194 sfactor sfactor neg scale
195 /defaultmatrix matrix currentmatrix def} def
196
197 % The lower-right bias in drawing 1 pt. wide lines.
198 /bias {q 0.5 0.5 translate} def
199 /unbias {Q} def
200
201 % Define the composite fonts used to print Unicode strings.
202 % Undefine particular values in an encoding array.
203 /vg&undef { {exch dup 3 -1 roll /.notdef put} forall } def
204 /vg&redef { {3 -1 roll dup 4 2 roll put} forall } def
205
206 % usage: key encoding basefontname vg&newbasefont font
207 /vg&newbasefont {
208 findfont dup length dict copy
209 begin
210 currentdict /FID undef
211 /Encoding exch def
212 dup /FontName exch def
213 currentdict
214 end
215 definefont
216 } def
217
218 % usage: key encoding basefontname vg&newskewedbasefont font
219 /vg&newskewedbasefont {
220 findfont dup length dict copy
221 begin
222 currentdict /FID undef
223 /Encoding exch def
224 dup /FontName exch def
225 exch FontMatrix exch matrix concatmatrix /FontMatrix exch def
226 currentdict
227 end
228 definefont
229 } def
230
231 % usage: basekey suffix vg&nconcat name
232 /vg&nconcat {
233 2 {dup length string cvs exch} repeat
234 dup length 3 -1 roll dup length 3 -1 roll add string
235 dup 0 4 -1 roll dup length 5 1 roll putinterval
236 dup 4 -2 roll exch putinterval cvn
237 } def
238
239 %usage: fontname vg&skewmatrix matrix
240 /vg&skewmatrix {
241 findfont dup /FontInfo known
242 {
243 /FontInfo get dup /ItalicAngle known
244 {
245 [ 1 0 4 -1 roll /ItalicAngle get neg dup sin exch cos div 1 0 0 ]
246 }
247 {pop matrix} ifelse
248 }
249 {pop matrix} ifelse
250 } def
251
252 % usage: newfontname basefontname vg&newcompositefont --
253 /vg&newcompositefont {
254 /vg&fstyle exch def
255 /vg&bfont exch def
256 /vg&fname exch def
257 <<
258 /FontStyleBits vg&fstyle
259 /FontType 0
260 /FontMatrix matrix
261 /FontName vg&fname
262 /FMapType 2
263 /Encoding [ 0 1 255 {pop 6} for ]
264 dup 16#00 0 put % Latin
265 dup 16#03 1 put % Greek
266 dup 16#20 2 put % Punctuation
267 dup 16#21 3 put % Arrows
268 dup 16#22 4 put % MathOps
269 dup 16#27 5 put % Dingbats
270
271 /FDepVector [
272 vg&bfont /-UC-Latin vg&nconcat UCLatinEncoding
273 vg&bfont vg&newbasefont
274
275 vg&bfont vg&skewmatrix
276 vg&bfont /-UC-Greek vg&nconcat UCGreekEncoding
277 /Symbol vg&newskewedbasefont
278
279 vg&bfont /-UC-Punctuation vg&nconcat UCPunctuationEncoding
280 vg&bfont vg&newbasefont
281
282 /Arrows-UC findfont
283 /MathOps-UC findfont
284 /Dingbats-UC findfont
285 /Undefined-UC findfont ]
286 >>
287 vg&fname exch definefont pop
288 } def
289
290 % Null encoding vector (all elements set to .notdef)
291 /NullEncoding [ 256 {/.notdef} repeat ] def
292
293 % Unicode Latin encoding (unicode codes \u0000-\u00ff)
294 /UCLatinEncoding
295 ISOLatin1Encoding dup length array copy
296 dup 16#60 /grave put
297 [ 16#90 16#91 16#92 16#93 16#94 16#95 16#96
298 16#97 16#98 16#9a 16#9b 16#9d 16#9e 16#9f
299 ] vg&undef
300 def
301
302 % Unicode Greek encoding (unicode codes \u0370-\u03ff)
303 /UCGreekEncoding
304 NullEncoding dup length array copy
305 << 16#91 /Alpha 16#92 /Beta 16#93 /Gamma 16#94 /Delta
306 16#95 /Epsilon 16#96 /Zeta 16#97 /Eta 16#98 /Theta
307 16#99 /Iota 16#9a /Kappa 16#9b /Lambda 16#9c /Mu
308 16#9d /Nu 16#9e /Xi 16#9f /Omicron 16#a0 /Pi
309 16#a1 /Rho 16#a3 /Sigma 16#a4 /Tau 16#a5 /Upsilon
310 16#a6 /Phi 16#a7 /Chi 16#a8 /Psi 16#a9 /Omega
311 16#b1 /alpha 16#b2 /beta 16#b3 /gamma 16#b4 /delta
312 16#b5 /epsilon 16#b6 /zeta 16#b7 /eta 16#b8 /theta
313 16#b9 /iota 16#ba /kappa 16#bb /lambda 16#bc /mu
314 16#bd /nu 16#be /xi 16#bf /omicron 16#c0 /pi
315 16#c1 /rho 16#c2 /sigma1 16#c3 /sigma 16#c4 /tau
316 16#c5 /upsilon 16#c6 /phi1 16#c7 /chi 16#c8 /psi
317 16#c9 /omega 16#7e /semicolon 16#87 /dotmath 16#d1 /theta1
318 16#d2 /Upsilon1 16#d5 /phi 16#d6 /omega1
319 >> vg&redef
320 def
321
322 % Unicode punctuation encoding (unicode codes \u2000-\u206f)
323 /UCPunctuationEncoding
324 NullEncoding dup length array copy
325 << 16#10 /hyphen 16#11 /hyphen 16#12 /endash
326 16#13 /emdash 16#18 /quoteleft 16#19 /quoteright
327 16#1a /quotesinglbase 16#1b /quotesingle 16#1c /quotedblleft
328 16#1d /quotedblright 16#1e /quotedblbase 16#1f /quotedbl
329 16#20 /dagger 16#21 /daggerdbl 16#22 /bullet
330 16#24 /period 16#26 /ellipsis 16#27 /periodcentered
331 16#30 /perthousand 16#44 /fraction
332 16#70 /zerosuperior 16#74 /foursuperior 16#75 /fivesuperior
333 16#76 /sixsuperior 16#77 /sevensuperior 16#78 /eightsuperior
334 16#79 /ninesuperior 16#7b /hyphensuperior 16#7d /parenleftsuperior
335 16#7e /parenrightsuperior
336 16#80 /zeroinferior 16#84 /fourinferior 16#85 /fiveinferior
337 16#81 /oneinferior 16#82 /twoinferior 16#83 /threeinferior
338 16#86 /sixinferior 16#87 /seveninferior 16#88 /eightinferior
339 16#89 /nineinferior 16#8b /hypheninferior 16#8d /parenleftinferior
340 16#8e /parenrightinferior
341 >> vg&redef
342 def
343
344 % Unicode mathematical operators encoding (unicode codes \u2200-\u22ff)
345 /UCMathOpsEncoding
346 NullEncoding dup length array copy
347 << 16#00 /universal 16#02 /partialdiff 16#03 /existential
348 16#05 /emptyset 16#06 /Delta 16#07 /gradient
349 16#08 /element 16#09 /notelement 16#0b /suchthat
350 16#0f /product 16#11 /summation 16#12 /minus
351 16#15 /fraction 16#17 /asteriskmath 16#19 /bullet
352 16#1a /radical 16#1d /proportional 16#1e /infinity
353 16#20 /angle 16#23 /bar 16#27 /logicaland
354 16#28 /logicalor 16#29 /intersection 16#2a /union
355 16#2b /integral 16#34 /therefore 16#36 /colon
356 16#3c /similar 16#45 /congruent 16#48 /approxequal
357 16#60 /notequal 16#61 /equivalence 16#64 /lessequal
358 16#65 /greaterequal 16#82 /propersubset 16#83 /propersuperset
359 16#86 /reflexsubset 16#87 /reflexsuperset 16#95 /circleplus
360 16#97 /circlemultiply 16#a5 /perpendicular 16#03 /existential
361 16#c0 /logicaland 16#c1 /logicalor 16#c2 /intersection
362 16#c3 /union 16#c4 /diamond 16#c5 /dotmath
363 >> vg&redef
364 def
365
366 % Unicode arrows encoding (unicode codes \u2190-\u21ff)
367 % Also includes those "Letterlike" unicode characters
368 % which are available in the symbol font. (unicode codes \u2100-\u214f)
369 /UCArrowsEncoding
370 NullEncoding dup length array copy
371 << 16#11 /Ifraktur 16#1c /Rfraktur 16#22 /trademarkserif
372 16#35 /aleph
373 16#90 /arrowleft 16#91 /arrowup 16#92 /arrowright
374 16#93 /arrowdown 16#94 /arrowboth 16#d0 /arrowdblleft
375 16#d1 /arrowdblup 16#d2 /arrowdblright 16#d3 /arrowdbldown
376 16#d4 /arrowdblboth
377 >> vg&redef
378 def
379
380 /ZapfDingbats findfont /Encoding get
381 dup length array copy /UCDingbatsEncoding exch def
382 16#20 1 16#7f {
383 dup 16#20 sub exch
384 UCDingbatsEncoding exch get
385 UCDingbatsEncoding 3 1 roll put
386 } for
387 16#a0 1 16#ff {
388 dup 16#40 sub exch
389 UCDingbatsEncoding exch get
390 UCDingbatsEncoding 3 1 roll put
391 } for
392 UCDingbatsEncoding [ 16#c0 1 16#ff {} for ] vg&undef
393 [ 16#00 16#05 16#0a 16#0b 16#28 16#4c 16#4e 16#53 16#54 16#55 16#57 16#5f
394 16#60 16#68 16#69 16#6a 16#6b 16#6c 16#6d 16#6e 16#6f 16#70 16#71 16#72
395 16#73 16#74 16#75 16#95 16#96 16#97 16#b0 16#bf
396 ] vg&undef pop
397
398 % Define the base fonts which don't change.
399 /Undefined-UC NullEncoding /Helvetica vg&newbasefont pop
400 /MathOps-UC UCMathOpsEncoding /Symbol vg&newbasefont pop
401 /Arrows-UC UCArrowsEncoding /Symbol vg&newbasefont pop
402 /Dingbats-UC UCDingbatsEncoding /ZapfDingbats vg&newbasefont pop
403
404 % Make the SansSerif composite fonts.
405 /SansSerif /Helvetica 16#00 vg&newcompositefont
406 /SansSerif-Bold /Helvetica-Bold 16#01 vg&newcompositefont
407 /SansSerif-Italic /Helvetica-Oblique 16#02 vg&newcompositefont
408 /SansSerif-BoldItalic /Helvetica-BoldOblique 16#03 vg&newcompositefont
409
410 % Make the Serif composite fonts.
411 /Serif /Times-Roman 16#00 vg&newcompositefont
412 /Serif-Bold /Times-Bold 16#01 vg&newcompositefont
413 /Serif-Italic /Times-Italic 16#02 vg&newcompositefont
414 /Serif-BoldItalic /Times-BoldItalic 16#03 vg&newcompositefont
415
416 % Make the Monospaced composite fonts.
417 /Monospaced /Courier 16#00 vg&newcompositefont
418 /Monospaced-Bold /Courier-Bold 16#01 vg&newcompositefont
419 /Monospaced-Italic /Courier-Oblique 16#02 vg&newcompositefont
420 /Monospaced-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont
421
422 % Make the Dialog composite fonts.
423 /Dialog /Helvetica 16#00 vg&newcompositefont
424 /Dialog-Bold /Helvetica-Bold 16#01 vg&newcompositefont
425 /Dialog-Italic /Helvetica-Oblique 16#02 vg&newcompositefont
426 /Dialog-BoldItalic /Helvetica-BoldOblique 16#03 vg&newcompositefont
427
428 % Make the DialogInput composite fonts.
429 /DialogInput /Courier 16#00 vg&newcompositefont
430 /DialogInput-Bold /Courier-Bold 16#01 vg&newcompositefont
431 /DialogInput-Italic /Courier-Oblique 16#02 vg&newcompositefont
432 /DialogInput-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont
433
434 % Make the Typewriter composite fonts (JDK 1.1 only).
435 /Typewriter /Courier 16#00 vg&newcompositefont
436 /Typewriter-Bold /Courier-Bold 16#01 vg&newcompositefont
437 /Typewriter-Italic /Courier-Oblique 16#02 vg&newcompositefont
438 /Typewriter-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont
439
440
441 /cfontH {
442 dup /fontsize exch def /SansSerif exch sf
443 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
444 } def
445 /cfontHB {
446 dup /fontsize exch def /SansSerif-Bold exch sf
447 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
448 } def
449 /cfontHI {
450 dup /fontsize exch def /SansSerif-Italic exch sf
451 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
452 } def
453 /cfontHBI {
454 dup /fontsize exch def /SansSerif-BoldItalic exch sf
455 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
456 } def
457
458 /cfontT {
459 dup /fontsize exch def /Serif exch sf
460 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
461 } def
462 /cfontTB {
463 dup /fontsize exch def /Serif-Bold exch sf
464 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
465 } def
466 /cfontTI {
467 dup /fontsize exch def /Serif-Italic exch sf
468 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
469 } def
470 /cfontTBI {
471 dup /fontsize exch def /Serif-BoldItalic exch sf
472 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
473 } def
474
475 /cfontC {
476 dup /fontsize exch def /Typewriter exch sf
477 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
478 } def
479 /cfontCB {
480 dup /fontsize exch def /Typewriter-Bold exch sf
481 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
482 } def
483 /cfontCI {
484 dup /fontsize exch def /Typewriter-Italic exch sf
485 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
486 } def
487 /cfontCBI {
488 dup /fontsize exch def /Typewriter-BoldItalic exch sf
489 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
490 } def
491
492 % Darken or lighten the current color.
493 /darken {0.7 exch exp 3 copy
494 q 4 -1 roll vg&C
495 currentrgbcolor 3 {4 -2 roll mul} repeat
496 3 array astore Q} def
497
498 /displayColorMap
499 << /Cr [1.00 0.00 0.00] /Cg [0.00 1.00 0.00]
500 /Cb [0.00 0.00 1.00] /Cc [1.00 0.00 0.00 0.00]
501 /Cm [0.00 1.00 0.00 0.00] /Cy [0.00 0.00 1.00 0.00]
502 /Co [1.00 0.78 0.00] /Cp [1.00 0.67 0.67]
503 /Cw [1 ] /Cgrl [0.75]
504 /Cgr [0.50] /Cgrd [0.25]
505 /Ck [0 ]
506 /CGr [1.00 0.00 0.00] /CGg [0.00 1.00 0.00]
507 /CGb [0.00 0.00 1.00] /CGc [1.00 0.00 0.00 0.00]
508 /CGm [0.00 1.00 0.00 0.00] /CGy [0.00 0.00 1.00 0.00]
509 /CGo [1.00 0.78 0.00] /CGp [1.00 0.67 0.67]
510 /CGw [1 ] /CGgrl [0.75]
511 /CGgr [0.50] /CGgrd [0.25]
512 /CGk [0 ]
513 /CIr [1.00 0.00 0.00] /CIg [0.00 1.00 0.00]
514 /CIb [0.00 0.00 1.00] /CIc [1.00 0.00 0.00 0.00]
515 /CIm [0.00 1.00 0.00 0.00] /CIy [0.00 0.00 1.00 0.00]
516 /CIo [1.00 0.78 0.00] /CIp [1.00 0.67 0.67]
517 /CIw [1 ] /CIgrl [0.75]
518 /CIgr [0.50] /CIgrd [0.25]
519 /CIk [0 ]
520 >> def
521
522 /printColorMap
523 << /Cr [1.00 0.33 0.33] /Cg [0.33 1.00 0.33]
524 /Cb [0.33 0.33 1.00] /Cc [1.00 0.00 0.00 0.00]
525 /Cm [0.00 1.00 0.00 0.00] /Cy [0.00 0.00 1.00 0.00]
526 /Co [1.00 0.78 0.00] /Cp [1.00 0.67 0.67]
527 /Cw [1 ] /Cgrl [0.75]
528 /Cgr [0.50] /Cgrd [0.25]
529 /Ck [0 ]
530 /CGr [1.00 0.33 0.33] /CGg [0.33 1.00 0.33]
531 /CGb [0.33 0.33 1.00] /CGc [1.00 0.00 0.00 0.00]
532 /CGm [0.00 1.00 0.00 0.00] /CGy [0.00 0.00 1.00 0.00]
533 /CGo [1.00 0.78 0.00] /CGp [1.00 0.67 0.67]
534 /CGw [1 ] /CGgrl [0.75]
535 /CGgr [0.50] /CGgrd [0.25]
536 /CGk [0 ]
537 /CIr [1.00 0.33 0.33] /CIg [0.33 1.00 0.33]
538 /CIb [0.33 0.33 1.00] /CIc [1.00 0.00 0.00 0.00]
539 /CIm [0.00 1.00 0.00 0.00] /CIy [0.00 0.00 1.00 0.00]
540 /CIo [1.00 0.78 0.00] /CIp [1.00 0.67 0.67]
541 /CIw [1 ] /CIgrl [0.75]
542 /CIgr [0.50] /CIgrd [0.25]
543 /CIk [0 ]
544 >> def
545
546 /grayColorMap
547 << /Cr [0 ] /Cg [0 ]
548 /Cb [0 ] /Cc [0 ]
549 /Cm [0 ] /Cy [0 ]
550 /Co [0 ] /Cp [0 ]
551 /Cw [0 ] /Cgrl [0 ]
552 /Cgr [0 ] /Cgrd [0 ]
553 /Ck [0 ]
554 /CGr [0.75] /CGg [1 ]
555 /CGb [0.50] /CGc [0.75]
556 /CGm [0.50] /CGy [1 ]
557 /CGo [0.75] /CGp [1 ]
558 /CGw [0 ] /CGgrl [0.25]
559 /CGgr [0.50] /CGgrd [0.75]
560 /CGk [1 ]
561 /CIr [1 ] /CIg [1 ]
562 /CIb [1 ] /CIc [1 ]
563 /CIm [1 ] /CIy [1 ]
564 /CIo [1 ] /CIp [1 ]
565 /CIw [1 ] /CIgrl [1 ]
566 /CIgr [1 ] /CIgrd [1 ]
567 /CIk [1 ]
568 >> def
569
570 /bwColorMap
571 << /Cr [0 ] /Cg [0 ]
572 /Cb [0 ] /Cc [0 ]
573 /Cm [0 ] /Cy [0 ]
574 /Co [0 ] /Cp [0 ]
575 /Cw [0 ] /Cgrl [0 ]
576 /Cgr [0 ] /Cgrd [0 ]
577 /Ck [0 ]
578 /CGr [1 ] /CGg [1 ]
579 /CGb [1 ] /CGc [1 ]
580 /CGm [1 ] /CGy [1 ]
581 /CGo [1 ] /CGp [1 ]
582 /CGw [0 ] /CGgrl [1 ]
583 /CGgr [1 ] /CGgrd [1 ]
584 /CGk [1 ]
585 /CIr [1 ] /CIg [1 ]
586 /CIb [1 ] /CIc [1 ]
587 /CIm [1 ] /CIy [1 ]
588 /CIo [1 ] /CIp [1 ]
589 /CIw [1 ] /CIgrl [1 ]
590 /CIgr [1 ] /CIgrd [1 ]
591 /CIk [1 ]
592 >> def
593
594 %
595 % The following routines handle the alignment of and printing of
596 % tagged strings.
597 %
598
599 % Predefine the bounding box values.
600 /bbllx 0 def /bblly 0 def /bburx 0 def /bbury 0 def
601
602 % This routine pops the first unicode character off of a string and returns
603 % the remainder of the string, the character code of first character,
604 % and a "true" if the string was non-zero length.
605 % <string> popfirst <remaining string> <true>
606 % <null string> popfirst <false>
607 /popfirst {
608 dup length 1 gt
609 {dup 0 get /vg&fbyte exch def
610 dup 1 get /vg&cbyte exch def
611 dup length 2 sub 2 exch getinterval true}
612 {pop false} ifelse
613 } def
614
615 % This routine shows a single unicode character given the font and
616 % character codes.
617 % <font code> <char code> unicharshow --
618 /unicharshow {
619 2 string
620 dup 0 5 -1 roll put
621 dup 1 4 -1 roll put
622 internalshow
623 } def
624
625 % This is an internal routine to alternate between determining the
626 % bounding box for stringsize and showing the string for recshow.
627 % <string> internalshow --
628 /internalshow {show} def
629
630 % This is an internal routine to alternate between determining the
631 % bounding box for stringsize and stroking various ornaments.
632 % <string> internalstroke --
633 /internalstroke {S} def
634
635 % Sets up internalshow to use the null device to determine string size.
636 % -- nullinternalshow --
637 /nullinternalshow {/internalshow {false charpath flattenpath
638 pathbbox updatebbox} def} def
639
640 % Sets up internalstroke to use the null device to determine string size.
641 % -- nullinternalstroke --
642 /nullinternalstroke {
643 /internalstroke {flattenpath pathbbox updatebbox} def} def
644
645 % This routine tests to see if the character code matches the first
646 % character of a string.
647 % <char code> <string> testchar <char code> <true or false>
648 /testchar {exch dup 3 -1 roll 0 get eq} def
649
650 % Raise the text baseline for superscripts.
651 % -- raise --
652 /raise {
653 0 fontsize 2 div rmoveto
654 /fontsize fontsize 2 mul 3 div def
655 currentfont /FontName get fontsize sf
656 } def
657
658 % Un-raise the text baseline for superscripts.
659 % -- unraise --
660 /unraise {
661 /fontsize fontsize 1.5 mul def
662 0 fontsize 2 div neg rmoveto
663 } def
664
665 % Lower the text baseline for subscripts.
666 % -- lower --
667 /lower {
668 0 fontsize 3 div neg rmoveto
669 /fontsize fontsize 2 mul 3 div def
670 currentfont /FontName get fontsize sf
671 } def
672
673 % Un-lower the text baseline for subscripts.
674 % -- unlower --
675 /unlower {
676 /fontsize fontsize 1.5 mul def
677 0 fontsize 3 div rmoveto
678 } def
679
680 % Compare the top two elements on the stack and leave only the
681 % larger one.
682 /maxval {2 copy gt {pop} {exch pop} ifelse} def
683
684 % Tokenize a string. Do not use the usual PostScript token because
685 % parentheses will not be interpreted correctly because of rescanning
686 % of the string.
687 /vg&token {/vg&string exch def /vg&index -1 def /vg&level 0 def
688 0 2 vg&string length 2 sub {
689 dup dup 1 add exch vg&string exch get 8 bitshift vg&string 3 -1 roll get or
690 dup 16#f0fe eq {pop 1}{16#f0ff eq {-1}{0} ifelse} ifelse
691 /vg&level exch vg&level add def
692 vg&level 0 eq {/vg&index exch def exit} if pop
693 } for
694 vg&index 0 ge {
695 vg&string vg&index 2 add dup vg&string length exch sub getinterval
696 vg&index 2 gt {vg&string 2 vg&index 2 sub getinterval}{()} ifelse
697 true}
698 {false} ifelse
699 } bind def
700
701 % Recursively show an unicode string.
702 % <string> recshow --
703 /recshow {
704 popfirst
705 {
706 % Test to see if this is a string attribute.
707 vg&fbyte 16#f0 and 16#e0 eq
708 {
709 q
710
711 % Font style.
712 currentfont dup /FontStyleBits known {/FontStyleBits get}{pop 0} ifelse
713 vg&cbyte or vg&fontstyles exch get fontsize exch exec
714
715 vg&token pop recshow currentpoint Q m recshow
716 }
717 {
718 vg&fbyte 16#F8 and 16#F0 eq {
719
720 % Superscript and/or subscript.
721 vg&cbyte 16#00 eq {
722 vg&token pop exch vg&token pop 3 -1 roll
723 q raise recshow unraise currentpoint pop Q exch
724 q lower recshow unlower currentpoint pop Q
725 maxval currentpoint exch pop m recshow } if
726
727 % Strikeout.
728 vg&cbyte 16#01 eq {
729 vg&token pop currentpoint 3 -1 roll recshow
730 q 0 J vg&underline vg&uthick w
731 currentpoint 4 -2 roll fontsize 3 div add moveto
732 fontsize 3 div add lineto internalstroke Q
733 recshow} if
734
735 % Underline.
736 vg&cbyte 16#02 eq {
737 vg&token pop currentpoint 3 -1 roll recshow
738 q 0 J vg&underline vg&uthick w
739 currentpoint 4 -2 roll vg&uoffset add moveto
740 vg&uoffset add lineto internalstroke Q
741 recshow} if
742
743 % Dashed underline.
744 vg&cbyte 16#03 eq {
745 vg&token pop currentpoint 3 -1 roll recshow
746 q 0 J [ vg&uthick 5 mul vg&uthick 2 mul] 0 d
747 vg&underline vg&uthick w
748 currentpoint 4 -2 roll vg&uoffset add moveto
749 vg&uoffset add lineto internalstroke Q
750 recshow} if
751
752 % Dotted underline.
753 vg&cbyte 16#04 eq {
754 vg&token pop currentpoint 3 -1 roll recshow
755 q 1 J [ 0 vg&uthick 3 mul] 0 d
756 vg&underline vg&uthick w
757 currentpoint 4 -2 roll vg&uoffset add moveto
758 vg&uoffset add lineto internalstroke Q
759 recshow} if
760
761 % Thick underline.
762 vg&cbyte 16#05 eq {
763 vg&token pop currentpoint 3 -1 roll recshow
764 q 0 J vg&underline vg&uthick 2 mul w
765 currentpoint 4 -2 roll vg&uoffset vg&uthick 2 div sub add moveto
766 vg&uoffset vg&uthick 2 div sub add lineto internalstroke Q
767 recshow} if
768
769 % Gray thick underline.
770 vg&cbyte 16#06 eq {
771 vg&token pop currentpoint 3 -1 roll recshow
772 q 0 J vg&underline vg&uthick 2 mul w 0.5 setgray
773 currentpoint 4 -2 roll vg&uoffset vg&uthick 2 div sub add moveto
774 vg&uoffset vg&uthick 2 div sub add lineto internalstroke Q
775 recshow} if
776
777 % Overbar.
778 vg&cbyte 16#07 eq {
779 vg&token pop dup stringsize relative 4 1 roll pop pop exch
780 3 -1 roll recshow
781 q 0 J vg&underline vg&uthick w
782 vg&uoffset neg add dup currentpoint pop exch m l internalstroke Q
783 recshow} if
784 }
785 {
786 vg&fbyte vg&cbyte unicharshow recshow
787 } ifelse
788 } ifelse
789 } if
790 } def
791
792 % Get the underline position and thickness from the current font.
793 /vg&underline {
794
795 currentfont dup /FontType get 0 eq {/FDepVector get 0 get} if
796 dup dup /FontInfo known {
797 /FontInfo get dup
798 dup /UnderlinePosition known {
799 /UnderlinePosition get /vg&uoffset exch def
800 }
801 {
802 pop /vg&uoffset 0 def
803 } ifelse
804 dup /UnderlineThickness known {
805 /UnderlineThickness get /vg&uthick exch def
806 }
807 {
808 pop /vg&uthick 0 def
809 } ifelse
810 }
811 {
812 pop /vg&uoffset 0 def /vg&uthick 0 def
813 } ifelse
814 /FontMatrix get
815 currentfont dup /FontType get 0 eq
816 {/FontMatrix get matrix concatmatrix}{pop} ifelse
817 dup 0 vg&uoffset 3 -1 roll transform /vg&uoffset exch def pop
818 0 vg&uthick 3 -1 roll transform /vg&uthick exch def pop
819 } def
820
821 % Make a frame with the coordinates on the stack.
822 % <llx> <lly> <urx> <ury> frame --
823 /frame {4 copy m 3 1 roll exch l 4 -2 roll l l h} def
824
825 % Resets the accumulated bounding box to a degenerate box at the
826 % current point.
827 % -- resetbbox --
828 /resetbbox {
829 currentpoint 2 copy
830 /bbury exch def
831 /bburx exch def
832 /bblly exch def
833 /bbllx exch def
834 } def
835
836 % Update the accumulated bounding box.
837 % <llx'> <lly'> <urx'> <ury'> updatebbox --
838 /updatebbox {
839 dup bbury gt {/bbury exch def} {pop} ifelse
840 dup bburx gt {/bburx exch def} {pop} ifelse
841 dup bblly lt {/bblly exch def} {pop} ifelse
842 dup bbllx lt {/bbllx exch def} {pop} ifelse
843 } def
844
845 % Set the bounding box to the values on the stack.
846 % <llx'> <lly'> <urx'> <ury'> updatebbox --
847 /restorebbox {
848 /bbury exch def /bburx exch def /bblly exch def /bbllx exch def
849 } def
850
851 % Push the accumulated bounding box onto the stack.
852 % -- pushbbox <llx> <lly> <urx> <ury>
853 /pushbbox {bbllx bblly bburx bbury} def
854
855 % Make the relative bounding box relative to the currentpoint.
856 % <llx'> <lly'> <urx'> <ury'> inflate <llx> <lly> <urx> <ury>
857 /inflate {
858 2 {fontsize 0.2 mul add 4 1 roll} repeat
859 2 {fontsize 0.2 mul sub 4 1 roll} repeat
860 } def
861
862 % Make the relative bounding box relative to the currentpoint.
863 % <llx'> <lly'> <urx'> <ury'> relative <llx> <lly> <urx> <ury>
864 /relative {
865 currentpoint 3 -1 roll add 3 1 roll add exch 4 2 roll
866 currentpoint 3 -1 roll add 3 1 roll add exch 4 2 roll
867 } def
868
869 % Returns the size of a string appropriate for recshow.
870 % <string> stringsize <llx> <lly> <urx> <ury>
871 /stringsize {
872 pushbbox /internalshow load /internalstroke load 7 -1 roll
873 q
874 nulldevice 0 0 m
875 nullinternalshow nullinternalstroke
876 resetbbox
877 recshow
878 /internalstroke exch def /internalshow exch def
879 pushbbox 8 -4 roll restorebbox
880 Q
881 } def
882
883 % Calculate values for string positioning.
884 /calcval {4 copy
885 3 -1 roll sub /widy exch def sub neg /widx exch def
886 pop pop /dy exch def /dx exch def} def
887
888 % Utilities to position a string.
889 % First letter (U=upper, C=center, B=baseline, L=lower)
890 % Second letter (L=left, C=center, R=right)
891 /align [
892 {calcval dx neg widy dy add neg rmoveto} % UL
893 {calcval dx neg widy 2 div dy add neg rmoveto} % CL
894 {calcval dx neg 0 rmoveto} % BL
895 {calcval dx neg dy neg rmoveto} % LL
896 {calcval widx dx add neg widy dy add neg rmoveto} % UR
897 {calcval widx dx add neg widy 2 div dy add neg rmoveto} % CR
898 {calcval widx dx add neg 0 rmoveto} % BR
899 {calcval widx dx add neg dy neg rmoveto} % LR
900 {calcval widx 2 div dx add neg widy dy add neg rmoveto} % UC
901 {calcval widx 2 div dx add neg widy 2 div dy add neg rmoveto} % CC
902 {calcval widx 2 div dx add neg 0 rmoveto} % BC
903 {calcval widx 2 div dx add neg dy neg rmoveto} % LC
904 ] def
905
906 /vg&str {m q 1 -1 scale dup stringsize 4 copy align 11 -1 roll get exec
907 q inflate relative frame exch exec Q recshow Q} def
908
909 end /procDict exch def
910 %%EndProlog
911
912 %%BeginSetup
913 save
914 procDict begin
915 printColorMap begin
916 595 791 setpagesize
917 20 20 20 20 setmargins
918 0 0 setorigin
919 275 583 setsize
920 fittopage
921 portrait
922 imagescale
923 cliptobounds
924 setbasematrix
925 /Helvetica 10 sf
926 defaultGraphicsState
927 %%EndSetup
928
929 .200000 .200000 .200000 RG
930 [ 1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 ] defaultmatrix matrix concatmatrix setmatrix
931 cliprestore
932 1.00000 1.00000 1.00000 RG
933 newpath
934 0.00000 0.00000 m
935 275.000 0.00000 l
936 275.000 583.000 l
937 0.00000 583.000 l
938 0.00000 0.00000 l
939 h
940 f
941 .200000 .200000 .200000 RG
942 .200000 .200000 .200000 RG
943 [ 1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 ] defaultmatrix matrix concatmatrix setmatrix
944 cliprestore
945 1.00000 1.00000 1.00000 RG
946 newpath
947 0.00000 0.00000 m
948 275.000 0.00000 l
949 275.000 583.000 l
950 0.00000 583.000 l
951 0.00000 0.00000 l
952 h
953 f
954 .200000 .200000 .200000 RG
955 0.00000 0.00000 0.00000 RG
956 newpath
957 .500000 17.5000 m
958 275.500 17.5000 l
959 S
960 .192157 .396078 1.00000 RG
961 newpath
962 40.0625 4.25000 m
963 48.1250 4.25000 l
964 48.1250 5.95312 l
965 45.2188 5.95312 l
966 45.2188 13.0000 l
967 42.9688 13.0000 l
968 42.9688 5.95312 l
969 40.0625 5.95312 l
970 40.0625 4.25000 l
971 h
972 f
973 newpath
974 117.969 12.3438 m
975 117.406 12.6250 116.823 12.8333 116.219 12.9688 c
976 115.615 13.1042 114.990 13.1719 114.344 13.1719 c
977 112.885 13.1719 111.729 12.7630 110.875 11.9453 c
978 110.021 11.1276 109.594 10.0260 109.594 8.64062 c
979 109.594 7.22396 110.029 6.11198 110.898 5.30469 c
980 111.768 4.49740 112.958 4.09375 114.469 4.09375 c
981 115.042 4.09375 115.596 4.14844 116.133 4.25781 c
982 116.669 4.36719 117.172 4.53125 117.641 4.75000 c
983 117.641 6.54688 l
984 117.151 6.27604 116.667 6.07292 116.188 5.93750 c
985 115.708 5.80208 115.224 5.73438 114.734 5.73438 c
986 113.839 5.73438 113.148 5.98438 112.664 6.48438 c
987 112.180 6.98438 111.938 7.70312 111.938 8.64062 c
988 111.938 9.55729 112.172 10.2682 112.641 10.7734 c
989 113.109 11.2786 113.771 11.5312 114.625 11.5312 c
990 114.865 11.5312 115.086 11.5182 115.289 11.4922 c
991 115.492 11.4661 115.672 11.4219 115.828 11.3594 c
992 115.828 9.65625 l
993 114.453 9.65625 l
994 114.453 8.14062 l
995 117.969 8.14062 l
996 117.969 12.3438 l
997 h
998 f
999 newpath
1000 190.047 12.5156 m
1001 189.630 12.7344 189.198 12.8984 188.750 13.0078 c
1002 188.302 13.1172 187.833 13.1719 187.344 13.1719 c
1003 185.885 13.1719 184.729 12.7630 183.875 11.9453 c
1004 183.021 11.1276 182.594 10.0260 182.594 8.64062 c
1005 182.594 7.23438 183.021 6.12500 183.875 5.31250 c
1006 184.729 4.50000 185.885 4.09375 187.344 4.09375 c
1007 187.833 4.09375 188.302 4.14844 188.750 4.25781 c
1008 189.198 4.36719 189.630 4.53125 190.047 4.75000 c
1009 190.047 6.54688 l
1010 189.620 6.26562 189.203 6.05990 188.797 5.92969 c
1011 188.391 5.79948 187.964 5.73438 187.516 5.73438 c
1012 186.714 5.73438 186.083 5.99219 185.625 6.50781 c
1013 185.167 7.02344 184.938 7.73438 184.938 8.64062 c
1014 184.938 9.53646 185.167 10.2422 185.625 10.7578 c
1015 186.083 11.2734 186.714 11.5312 187.516 11.5312 c
1016 187.964 11.5312 188.391 11.4661 188.797 11.3359 c
1017 189.203 11.2057 189.620 10.9948 190.047 10.7031 c
1018 190.047 12.5156 l
1019 h
1020 f
1021 newpath
1022 241.188 4.53125 m
1023 241.188 6.37500 l
1024 240.708 6.16667 240.240 6.00781 239.781 5.89844 c
1025 239.323 5.78906 238.891 5.73438 238.484 5.73438 c
1026 237.953 5.73438 237.557 5.80729 237.297 5.95312 c
1027 237.036 6.09896 236.906 6.32812 236.906 6.64062 c
1028 236.906 6.88021 236.992 7.06510 237.164 7.19531 c
1029 237.336 7.32552 237.651 7.43750 238.109 7.53125 c
1030 239.078 7.71875 l
1031 240.047 7.91667 240.737 8.21354 241.148 8.60938 c
1032 241.560 9.00521 241.766 9.57292 241.766 10.3125 c
1033 241.766 11.2708 241.479 11.9870 240.906 12.4609 c
1034 240.333 12.9349 239.458 13.1719 238.281 13.1719 c
1035 237.729 13.1719 237.174 13.1198 236.617 13.0156 c
1036 236.060 12.9115 235.500 12.7552 234.938 12.5469 c
1037 234.938 10.6406 l
1038 235.500 10.9323 236.042 11.1536 236.562 11.3047 c
1039 237.083 11.4557 237.583 11.5312 238.062 11.5312 c
1040 238.562 11.5312 238.943 11.4505 239.203 11.2891 c
1041 239.464 11.1276 239.594 10.8906 239.594 10.5781 c
1042 239.594 10.3073 239.505 10.0990 239.328 9.95312 c
1043 239.151 9.80729 238.797 9.67188 238.266 9.54688 c
1044 237.391 9.35938 l
1045 236.516 9.17188 235.875 8.87240 235.469 8.46094 c
1046 235.062 8.04948 234.859 7.50000 234.859 6.81250 c
1047 234.859 5.93750 235.141 5.26562 235.703 4.79688 c
1048 236.266 4.32812 237.073 4.09375 238.125 4.09375 c
1049 238.615 4.09375 239.112 4.13021 239.617 4.20312 c
1050 240.122 4.27604 240.646 4.38542 241.188 4.53125 c
1051 h
1052 242.783 6.43750 m
1053 244.893 6.43750 l
1054 246.658 10.8906 l
1055 248.158 6.43750 l
1056 250.252 6.43750 l
1057 247.486 13.6250 l
1058 247.215 14.3542 246.895 14.8646 246.525 15.1562 c
1059 246.156 15.4479 245.669 15.5938 245.064 15.5938 c
1060 243.846 15.5938 l
1061 243.846 14.2188 l
1062 244.502 14.2188 l
1063 244.856 14.2188 245.114 14.1615 245.275 14.0469 c
1064 245.437 13.9323 245.564 13.7292 245.658 13.4375 c
1065 245.721 13.2500 l
1066 242.783 6.43750 l
1067 h
1068 258.074 9.00000 m
1069 258.074 13.0000 l
1070 255.965 13.0000 l
1071 255.965 12.3438 l
1072 255.965 9.93750 l
1073 255.965 9.37500 255.952 8.98698 255.926 8.77344 c
1074 255.900 8.55990 255.855 8.40104 255.793 8.29688 c
1075 255.710 8.16146 255.598 8.05469 255.457 7.97656 c
1076 255.316 7.89844 255.158 7.85938 254.980 7.85938 c
1077 254.543 7.85938 254.199 8.02865 253.949 8.36719 c
1078 253.699 8.70573 253.574 9.17188 253.574 9.76562 c
1079 253.574 13.0000 l
1080 251.480 13.0000 l
1081 251.480 6.43750 l
1082 253.574 6.43750 l
1083 253.574 7.39062 l
1084 253.887 7.01562 254.220 6.73698 254.574 6.55469 c
1085 254.928 6.37240 255.324 6.28125 255.762 6.28125 c
1086 256.512 6.28125 257.085 6.51302 257.480 6.97656 c
1087 257.876 7.44010 258.074 8.11458 258.074 9.00000 c
1088 h
1089 265.320 6.64062 m
1090 265.320 8.35938 l
1091 265.039 8.16146 264.753 8.01562 264.461 7.92188 c
1092 264.169 7.82812 263.872 7.78125 263.570 7.78125 c
1093 262.987 7.78125 262.531 7.95052 262.203 8.28906 c
1094 261.875 8.62760 261.711 9.10417 261.711 9.71875 c
1095 261.711 10.3333 261.875 10.8125 262.203 11.1562 c
1096 262.531 11.5000 262.987 11.6719 263.570 11.6719 c
1097 263.893 11.6719 264.203 11.6224 264.500 11.5234 c
1098 264.797 11.4245 265.070 11.2812 265.320 11.0938 c
1099 265.320 12.8125 l
1100 264.987 12.9271 264.654 13.0156 264.320 13.0781 c
1101 263.987 13.1406 263.648 13.1719 263.305 13.1719 c
1102 262.117 13.1719 261.190 12.8672 260.523 12.2578 c
1103 259.857 11.6484 259.523 10.8021 259.523 9.71875 c
1104 259.523 8.63542 259.857 7.79167 260.523 7.18750 c
1105 261.190 6.58333 262.117 6.28125 263.305 6.28125 c
1106 263.648 6.28125 263.987 6.30990 264.320 6.36719 c
1107 264.654 6.42448 264.987 6.51562 265.320 6.64062 c
1108 h
1109 f
1110 [ 1.00000 0.00000 0.00000 1.00000 0.00000 18.0000 ] concat
1111 0.00000 0.00000 0.00000 RG
1112 newpath
1113 10.5000 10.5000 m
1114 77.5000 10.5000 l
1115 77.5000 15.5000 l
1116 10.5000 15.5000 l
1117 10.5000 10.5000 l
1118 h
1119 S
1120 newpath
1121 43.5000 15.5000 m
1122 43.5000 30.5000 l
1123 S
1124 newpath
1125 87.5000 10.5000 m
1126 138.500 10.5000 l
1127 138.500 15.5000 l
1128 87.5000 15.5000 l
1129 87.5000 10.5000 l
1130 h
1131 S
1132 newpath
1133 112.500 15.5000 m
1134 112.500 30.5000 l
1135 S
1136 newpath
1137 148.500 10.5000 m
1138 223.500 10.5000 l
1139 223.500 15.5000 l
1140 148.500 15.5000 l
1141 148.500 10.5000 l
1142 h
1143 S
1144 newpath
1145 185.500 15.5000 m
1146 185.500 30.5000 l
1147 S
1148 newpath
1149 233.500 10.5000 m
1150 265.500 10.5000 l
1151 265.500 15.5000 l
1152 233.500 15.5000 l
1153 233.500 10.5000 l
1154 h
1155 S
1156 newpath
1157 249.500 15.5000 m
1158 249.500 30.5000 l
1159 S
1160 newpath
1161 43.5000 50.5000 m
1162 43.5000 90.5000 l
1163 S
1164 .807843 .811765 1.00000 RG
1165 newpath
1166 110.000 50.0000 m
1167 115.000 50.0000 l
1168 115.000 90.0000 l
1169 110.000 90.0000 l
1170 110.000 50.0000 l
1171 h
1172 f
1173 .274510 .274510 .274510 RG
1174 newpath
1175 109.500 50.5000 m
1176 109.500 90.5000 l
1177 S
1178 newpath
1179 115.500 50.5000 m
1180 115.500 90.5000 l
1181 S
1182 0.00000 0.00000 0.00000 RG
1183 newpath
1184 185.500 50.5000 m
1185 185.500 90.5000 l
1186 S
1187 .807843 .811765 1.00000 RG
1188 newpath
1189 247.000 50.0000 m
1190 252.000 50.0000 l
1191 252.000 90.0000 l
1192 247.000 90.0000 l
1193 247.000 50.0000 l
1194 h
1195 f
1196 .274510 .274510 .274510 RG
1197 newpath
1198 246.500 50.5000 m
1199 246.500 90.5000 l
1200 S
1201 newpath
1202 252.500 50.5000 m
1203 252.500 90.5000 l
1204 S
1205 0.00000 0.00000 0.00000 RG
1206 .807843 .811765 1.00000 RG
1207 newpath
1208 41.0000 110.000 m
1209 46.0000 110.000 l
1210 46.0000 150.000 l
1211 41.0000 150.000 l
1212 41.0000 110.000 l
1213 h
1214 f
1215 .274510 .274510 .274510 RG
1216 newpath
1217 40.5000 110.500 m
1218 40.5000 150.500 l
1219 S
1220 newpath
1221 46.5000 110.500 m
1222 46.5000 150.500 l
1223 S
1224 0.00000 0.00000 0.00000 RG
1225 newpath
1226 112.500 110.500 m
1227 112.500 150.500 l
1228 S
1229 newpath
1230 185.500 110.500 m
1231 185.500 150.500 l
1232 S
1233 .807843 .811765 1.00000 RG
1234 newpath
1235 247.000 110.000 m
1236 252.000 110.000 l
1237 252.000 150.000 l
1238 247.000 150.000 l
1239 247.000 110.000 l
1240 h
1241 f
1242 .274510 .274510 .274510 RG
1243 newpath
1244 246.500 110.500 m
1245 246.500 150.500 l
1246 S
1247 newpath
1248 252.500 110.500 m
1249 252.500 150.500 l
1250 S
1251 0.00000 0.00000 0.00000 RG
1252 .807843 .811765 1.00000 RG
1253 newpath
1254 41.0000 170.000 m
1255 46.0000 170.000 l
1256 46.0000 210.000 l
1257 41.0000 210.000 l
1258 41.0000 170.000 l
1259 h
1260 f
1261 .274510 .274510 .274510 RG
1262 newpath
1263 40.5000 170.500 m
1264 40.5000 210.500 l
1265 S
1266 newpath
1267 46.5000 170.500 m
1268 46.5000 210.500 l
1269 S
1270 0.00000 0.00000 0.00000 RG
1271 newpath
1272 112.500 170.500 m
1273 112.500 210.500 l
1274 S
1275 .807843 .811765 1.00000 RG
1276 newpath
1277 183.000 170.000 m
1278 188.000 170.000 l
1279 188.000 210.000 l
1280 183.000 210.000 l
1281 183.000 170.000 l
1282 h
1283 f
1284 .274510 .274510 .274510 RG
1285 newpath
1286 182.500 170.500 m
1287 182.500 210.500 l
1288 S
1289 newpath
1290 188.500 170.500 m
1291 188.500 210.500 l
1292 S
1293 0.00000 0.00000 0.00000 RG
1294 newpath
1295 249.500 170.500 m
1296 249.500 210.500 l
1297 S
1298 newpath
1299 43.5000 230.500 m
1300 43.5000 270.500 l
1301 S
1302 .807843 .811765 1.00000 RG
1303 newpath
1304 110.000 230.000 m
1305 115.000 230.000 l
1306 115.000 270.000 l
1307 110.000 270.000 l
1308 110.000 230.000 l
1309 h
1310 f
1311 .274510 .274510 .274510 RG
1312 newpath
1313 109.500 230.500 m
1314 109.500 270.500 l
1315 S
1316 newpath
1317 115.500 230.500 m
1318 115.500 270.500 l
1319 S
1320 .807843 .811765 1.00000 RG
1321 newpath
1322 183.000 230.000 m
1323 188.000 230.000 l
1324 188.000 270.000 l
1325 183.000 270.000 l
1326 183.000 230.000 l
1327 h
1328 f
1329 .274510 .274510 .274510 RG
1330 newpath
1331 182.500 230.500 m
1332 182.500 270.500 l
1333 S
1334 newpath
1335 188.500 230.500 m
1336 188.500 270.500 l
1337 S
1338 0.00000 0.00000 0.00000 RG
1339 newpath
1340 249.500 230.500 m
1341 249.500 270.500 l
1342 S
1343 newpath
1344 43.5000 290.500 m
1345 43.5000 330.500 l
1346 S
1347 .807843 .811765 1.00000 RG
1348 newpath
1349 110.000 290.000 m
1350 115.000 290.000 l
1351 115.000 330.000 l
1352 110.000 330.000 l
1353 110.000 290.000 l
1354 h
1355 f
1356 .274510 .274510 .274510 RG
1357 newpath
1358 109.500 290.500 m
1359 109.500 330.500 l
1360 S
1361 newpath
1362 115.500 290.500 m
1363 115.500 330.500 l
1364 S
1365 .807843 .811765 1.00000 RG
1366 newpath
1367 183.000 290.000 m
1368 188.000 290.000 l
1369 188.000 330.000 l
1370 183.000 330.000 l
1371 183.000 290.000 l
1372 h
1373 f
1374 .274510 .274510 .274510 RG
1375 newpath
1376 182.500 290.500 m
1377 182.500 330.500 l
1378 S
1379 newpath
1380 188.500 290.500 m
1381 188.500 330.500 l
1382 S
1383 0.00000 0.00000 0.00000 RG
1384 newpath
1385 249.500 290.500 m
1386 249.500 330.500 l
1387 S
1388 newpath
1389 43.5000 350.500 m
1390 43.5000 390.500 l
1391 S
1392 .807843 .811765 1.00000 RG
1393 newpath
1394 110.000 350.000 m
1395 115.000 350.000 l
1396 115.000 390.000 l
1397 110.000 390.000 l
1398 110.000 350.000 l
1399 h
1400 f
1401 .274510 .274510 .274510 RG
1402 newpath
1403 109.500 350.500 m
1404 109.500 390.500 l
1405 S
1406 newpath
1407 115.500 350.500 m
1408 115.500 390.500 l
1409 S
1410 0.00000 0.00000 0.00000 RG
1411 newpath
1412 185.500 350.500 m
1413 185.500 390.500 l
1414 S
1415 .807843 .811765 1.00000 RG
1416 newpath
1417 247.000 350.000 m
1418 252.000 350.000 l
1419 252.000 390.000 l
1420 247.000 390.000 l
1421 247.000 350.000 l
1422 h
1423 f
1424 .274510 .274510 .274510 RG
1425 newpath
1426 246.500 350.500 m
1427 246.500 390.500 l
1428 S
1429 newpath
1430 252.500 350.500 m
1431 252.500 390.500 l
1432 S
1433 0.00000 0.00000 0.00000 RG
1434 .807843 .811765 1.00000 RG
1435 newpath
1436 41.0000 410.000 m
1437 46.0000 410.000 l
1438 46.0000 450.000 l
1439 41.0000 450.000 l
1440 41.0000 410.000 l
1441 h
1442 f
1443 .274510 .274510 .274510 RG
1444 newpath
1445 40.5000 410.500 m
1446 40.5000 450.500 l
1447 S
1448 newpath
1449 46.5000 410.500 m
1450 46.5000 450.500 l
1451 S
1452 0.00000 0.00000 0.00000 RG
1453 newpath
1454 112.500 410.500 m
1455 112.500 450.500 l
1456 S
1457 newpath
1458 185.500 410.500 m
1459 185.500 450.500 l
1460 S
1461 .807843 .811765 1.00000 RG
1462 newpath
1463 247.000 410.000 m
1464 252.000 410.000 l
1465 252.000 450.000 l
1466 247.000 450.000 l
1467 247.000 410.000 l
1468 h
1469 f
1470 .274510 .274510 .274510 RG
1471 newpath
1472 246.500 410.500 m
1473 246.500 450.500 l
1474 S
1475 newpath
1476 252.500 410.500 m
1477 252.500 450.500 l
1478 S
1479 0.00000 0.00000 0.00000 RG
1480 newpath
1481 43.5000 470.500 m
1482 43.5000 510.500 l
1483 S
1484 .807843 .811765 1.00000 RG
1485 newpath
1486 110.000 470.000 m
1487 115.000 470.000 l
1488 115.000 510.000 l
1489 110.000 510.000 l
1490 110.000 470.000 l
1491 h
1492 f
1493 .274510 .274510 .274510 RG
1494 newpath
1495 109.500 470.500 m
1496 109.500 510.500 l
1497 S
1498 newpath
1499 115.500 470.500 m
1500 115.500 510.500 l
1501 S
1502 0.00000 0.00000 0.00000 RG
1503 newpath
1504 185.500 470.500 m
1505 185.500 510.500 l
1506 S
1507 .807843 .811765 1.00000 RG
1508 newpath
1509 247.000 470.000 m
1510 252.000 470.000 l
1511 252.000 510.000 l
1512 247.000 510.000 l
1513 247.000 470.000 l
1514 h
1515 f
1516 .274510 .274510 .274510 RG
1517 newpath
1518 246.500 470.500 m
1519 246.500 510.500 l
1520 S
1521 newpath
1522 252.500 470.500 m
1523 252.500 510.500 l
1524 S
1525 0.00000 0.00000 0.00000 RG
1526 .807843 .811765 1.00000 RG
1527 newpath
1528 41.0000 530.000 m
1529 46.0000 530.000 l
1530 46.0000 570.000 l
1531 41.0000 570.000 l
1532 41.0000 530.000 l
1533 h
1534 f
1535 .274510 .274510 .274510 RG
1536 newpath
1537 40.5000 530.500 m
1538 40.5000 570.500 l
1539 S
1540 newpath
1541 46.5000 530.500 m
1542 46.5000 570.500 l
1543 S
1544 0.00000 0.00000 0.00000 RG
1545 newpath
1546 112.500 530.500 m
1547 112.500 570.500 l
1548 S
1549 .807843 .811765 1.00000 RG
1550 newpath
1551 183.000 530.000 m
1552 188.000 530.000 l
1553 188.000 570.000 l
1554 183.000 570.000 l
1555 183.000 530.000 l
1556 h
1557 f
1558 .274510 .274510 .274510 RG
1559 newpath
1560 182.500 530.500 m
1561 182.500 570.500 l
1562 S
1563 newpath
1564 188.500 530.500 m
1565 188.500 570.500 l
1566 S
1567 0.00000 0.00000 0.00000 RG
1568 newpath
1569 249.500 530.500 m
1570 249.500 570.500 l
1571 S
1572 .647059 .682353 .807843 RG
1573 newpath
1574 22.0000 32.5000 m
1575 22.0000 47.5000 l
1576 22.0000 48.8807 23.1193 50.0000 24.5000 50.0000 c
1577 62.5000 50.0000 l
1578 63.8807 50.0000 65.0000 48.8807 65.0000 47.5000 c
1579 65.0000 32.5000 l
1580 65.0000 31.1193 63.8807 30.0000 62.5000 30.0000 c
1581 24.5000 30.0000 l
1582 23.1193 30.0000 22.0000 31.1193 22.0000 32.5000 c
1583 h
1584 f
1585 0.00000 0.00000 0.00000 RG
1586 newpath
1587 22.0000 32.5000 m
1588 22.0000 47.5000 l
1589 22.0000 48.8807 23.1193 50.0000 24.5000 50.0000 c
1590 62.5000 50.0000 l
1591 63.8807 50.0000 65.0000 48.8807 65.0000 47.5000 c
1592 65.0000 32.5000 l
1593 65.0000 31.1193 63.8807 30.0000 62.5000 30.0000 c
1594 24.5000 30.0000 l
1595 23.1193 30.0000 22.0000 31.1193 22.0000 32.5000 c
1596 h
1597 S
1598 newpath
1599 28.1250 37.4375 m
1600 29.2031 37.4375 l
1601 29.2031 44.0000 l
1602 28.1250 44.0000 l
1603 28.1250 37.4375 l
1604 h
1605 28.1250 34.8750 m
1606 29.2031 34.8750 l
1607 29.2031 36.2500 l
1608 28.1250 36.2500 l
1609 28.1250 34.8750 l
1610 h
1611 36.9277 40.0312 m
1612 36.9277 44.0000 l
1613 35.8496 44.0000 l
1614 35.8496 40.0781 l
1615 35.8496 39.4531 35.7272 38.9870 35.4824 38.6797 c
1616 35.2376 38.3724 34.8757 38.2188 34.3965 38.2188 c
1617 33.8132 38.2188 33.3522 38.4036 33.0137 38.7734 c
1618 32.6751 39.1432 32.5059 39.6510 32.5059 40.2969 c
1619 32.5059 44.0000 l
1620 31.4277 44.0000 l
1621 31.4277 37.4375 l
1622 32.5059 37.4375 l
1623 32.5059 38.4531 l
1624 32.7663 38.0573 33.0710 37.7630 33.4199 37.5703 c
1625 33.7689 37.3776 34.1725 37.2812 34.6309 37.2812 c
1626 35.3809 37.2812 35.9512 37.5130 36.3418 37.9766 c
1627 36.7324 38.4401 36.9277 39.1250 36.9277 40.0312 c
1628 h
1629 39.0645 37.4375 m
1630 40.1426 37.4375 l
1631 40.1426 44.0000 l
1632 39.0645 44.0000 l
1633 39.0645 37.4375 l
1634 h
1635 39.0645 34.8750 m
1636 40.1426 34.8750 l
1637 40.1426 36.2500 l
1638 39.0645 36.2500 l
1639 39.0645 34.8750 l
1640 h
1641 43.4766 35.5781 m
1642 43.4766 37.4375 l
1643 45.6953 37.4375 l
1644 45.6953 38.2812 l
1645 43.4766 38.2812 l
1646 43.4766 41.8438 l
1647 43.4766 42.3750 43.5495 42.7161 43.6953 42.8672 c
1648 43.8411 43.0182 44.1380 43.0938 44.5859 43.0938 c
1649 45.6953 43.0938 l
1650 45.6953 44.0000 l
1651 44.5859 44.0000 l
1652 43.7526 44.0000 43.1771 43.8438 42.8594 43.5312 c
1653 42.5417 43.2188 42.3828 42.6562 42.3828 41.8438 c
1654 42.3828 38.2812 l
1655 41.6016 38.2812 l
1656 41.6016 37.4375 l
1657 42.3828 37.4375 l
1658 42.3828 35.5781 l
1659 43.4766 35.5781 l
1660 h
1661 47.1035 37.4375 m
1662 48.1816 37.4375 l
1663 48.1816 44.0000 l
1664 47.1035 44.0000 l
1665 47.1035 37.4375 l
1666 h
1667 47.1035 34.8750 m
1668 48.1816 34.8750 l
1669 48.1816 36.2500 l
1670 47.1035 36.2500 l
1671 47.1035 34.8750 l
1672 h
1673 53.4219 40.7031 m
1674 52.5573 40.7031 51.9557 40.8021 51.6172 41.0000 c
1675 51.2786 41.1979 51.1094 41.5365 51.1094 42.0156 c
1676 51.1094 42.4010 51.2370 42.7057 51.4922 42.9297 c
1677 51.7474 43.1536 52.0885 43.2656 52.5156 43.2656 c
1678 53.1198 43.2656 53.6016 43.0547 53.9609 42.6328 c
1679 54.3203 42.2109 54.5000 41.6458 54.5000 40.9375 c
1680 54.5000 40.7031 l
1681 53.4219 40.7031 l
1682 h
1683 55.5781 40.2500 m
1684 55.5781 44.0000 l
1685 54.5000 44.0000 l
1686 54.5000 43.0000 l
1687 54.2500 43.3958 53.9427 43.6901 53.5781 43.8828 c
1688 53.2135 44.0755 52.7656 44.1719 52.2344 44.1719 c
1689 51.5573 44.1719 51.0208 43.9818 50.6250 43.6016 c
1690 50.2292 43.2214 50.0312 42.7188 50.0312 42.0938 c
1691 50.0312 41.3542 50.2786 40.7969 50.7734 40.4219 c
1692 51.2682 40.0469 52.0052 39.8594 52.9844 39.8594 c
1693 54.5000 39.8594 l
1694 54.5000 39.7500 l
1695 54.5000 39.2500 54.3359 38.8646 54.0078 38.5938 c
1696 53.6797 38.3229 53.2240 38.1875 52.6406 38.1875 c
1697 52.2656 38.1875 51.8984 38.2344 51.5391 38.3281 c
1698 51.1797 38.4219 50.8385 38.5573 50.5156 38.7344 c
1699 50.5156 37.7344 l
1700 50.9115 37.5781 51.2943 37.4635 51.6641 37.3906 c
1701 52.0339 37.3177 52.3958 37.2812 52.7500 37.2812 c
1702 53.6979 37.2812 54.4062 37.5260 54.8750 38.0156 c
1703 55.3438 38.5052 55.5781 39.2500 55.5781 40.2500 c
1704 h
1705 57.7910 34.8750 m
1706 58.8691 34.8750 l
1707 58.8691 44.0000 l
1708 57.7910 44.0000 l
1709 57.7910 34.8750 l
1710 h
1711 f
1712 .647059 .682353 .807843 RG
1713 newpath
1714 89.0000 32.5000 m
1715 89.0000 47.5000 l
1716 89.0000 48.8807 90.1193 50.0000 91.5000 50.0000 c
1717 132.500 50.0000 l
1718 133.881 50.0000 135.000 48.8807 135.000 47.5000 c
1719 135.000 32.5000 l
1720 135.000 31.1193 133.881 30.0000 132.500 30.0000 c
1721 91.5000 30.0000 l
1722 90.1193 30.0000 89.0000 31.1193 89.0000 32.5000 c
1723 h
1724 f
1725 0.00000 0.00000 0.00000 RG
1726 newpath
1727 89.0000 32.5000 m
1728 89.0000 47.5000 l
1729 89.0000 48.8807 90.1193 50.0000 91.5000 50.0000 c
1730 132.500 50.0000 l
1731 133.881 50.0000 135.000 48.8807 135.000 47.5000 c
1732 135.000 32.5000 l
1733 135.000 31.1193 133.881 30.0000 132.500 30.0000 c
1734 91.5000 30.0000 l
1735 90.1193 30.0000 89.0000 31.1193 89.0000 32.5000 c
1736 h
1737 S
1738 newpath
1739 98.9375 38.4375 m
1740 98.8125 38.3750 98.6797 38.3255 98.5391 38.2891 c
1741 98.3984 38.2526 98.2396 38.2344 98.0625 38.2344 c
1742 97.4583 38.2344 96.9922 38.4323 96.6641 38.8281 c
1743 96.3359 39.2240 96.1719 39.7969 96.1719 40.5469 c
1744 96.1719 44.0000 l
1745 95.0938 44.0000 l
1746 95.0938 37.4375 l
1747 96.1719 37.4375 l
1748 96.1719 38.4531 l
1749 96.4010 38.0573 96.6979 37.7630 97.0625 37.5703 c
1750 97.4271 37.3776 97.8698 37.2812 98.3906 37.2812 c
1751 98.4635 37.2812 98.5443 37.2865 98.6328 37.2969 c
1752 98.7214 37.3073 98.8177 37.3229 98.9219 37.3438 c
1753 98.9375 38.4375 l
1754 h
1755 103.043 40.7031 m
1756 102.178 40.7031 101.577 40.8021 101.238 41.0000 c
1757 100.900 41.1979 100.730 41.5365 100.730 42.0156 c
1758 100.730 42.4010 100.858 42.7057 101.113 42.9297 c
1759 101.368 43.1536 101.710 43.2656 102.137 43.2656 c
1760 102.741 43.2656 103.223 43.0547 103.582 42.6328 c
1761 103.941 42.2109 104.121 41.6458 104.121 40.9375 c
1762 104.121 40.7031 l
1763 103.043 40.7031 l
1764 h
1765 105.199 40.2500 m
1766 105.199 44.0000 l
1767 104.121 44.0000 l
1768 104.121 43.0000 l
1769 103.871 43.3958 103.564 43.6901 103.199 43.8828 c
1770 102.835 44.0755 102.387 44.1719 101.855 44.1719 c
1771 101.178 44.1719 100.642 43.9818 100.246 43.6016 c
1772 99.8503 43.2214 99.6523 42.7188 99.6523 42.0938 c
1773 99.6523 41.3542 99.8997 40.7969 100.395 40.4219 c
1774 100.889 40.0469 101.626 39.8594 102.605 39.8594 c
1775 104.121 39.8594 l
1776 104.121 39.7500 l
1777 104.121 39.2500 103.957 38.8646 103.629 38.5938 c
1778 103.301 38.3229 102.845 38.1875 102.262 38.1875 c
1779 101.887 38.1875 101.520 38.2344 101.160 38.3281 c
1780 100.801 38.4219 100.460 38.5573 100.137 38.7344 c
1781 100.137 37.7344 l
1782 100.533 37.5781 100.915 37.4635 101.285 37.3906 c
1783 101.655 37.3177 102.017 37.2812 102.371 37.2812 c
1784 103.319 37.2812 104.027 37.5260 104.496 38.0156 c
1785 104.965 38.5052 105.199 39.2500 105.199 40.2500 c
1786 h
1787 107.412 37.4375 m
1788 108.490 37.4375 l
1789 108.490 44.0000 l
1790 107.412 44.0000 l
1791 107.412 37.4375 l
1792 h
1793 107.412 34.8750 m
1794 108.490 34.8750 l
1795 108.490 36.2500 l
1796 107.412 36.2500 l
1797 107.412 34.8750 l
1798 h
1799 114.934 37.6250 m
1800 114.934 38.6562 l
1801 114.632 38.5000 114.316 38.3828 113.988 38.3047 c
1802 113.660 38.2266 113.319 38.1875 112.965 38.1875 c
1803 112.434 38.1875 112.033 38.2682 111.762 38.4297 c
1804 111.491 38.5911 111.355 38.8385 111.355 39.1719 c
1805 111.355 39.4219 111.452 39.6172 111.645 39.7578 c
1806 111.837 39.8984 112.225 40.0312 112.809 40.1562 c
1807 113.168 40.2500 l
1808 113.939 40.4062 114.486 40.6354 114.809 40.9375 c
1809 115.132 41.2396 115.293 41.6562 115.293 42.1875 c
1810 115.293 42.8021 115.051 43.2865 114.566 43.6406 c
1811 114.082 43.9948 113.418 44.1719 112.574 44.1719 c
1812 112.220 44.1719 111.853 44.1380 111.473 44.0703 c
1813 111.092 44.0026 110.694 43.9010 110.277 43.7656 c
1814 110.277 42.6406 l
1815 110.673 42.8490 111.064 43.0052 111.449 43.1094 c
1816 111.835 43.2135 112.220 43.2656 112.605 43.2656 c
1817 113.105 43.2656 113.493 43.1797 113.770 43.0078 c
1818 114.046 42.8359 114.184 42.5885 114.184 42.2656 c
1819 114.184 41.9740 114.085 41.7500 113.887 41.5938 c
1820 113.689 41.4375 113.257 41.2865 112.590 41.1406 c
1821 112.215 41.0625 l
1822 111.548 40.9167 111.066 40.6979 110.770 40.4062 c
1823 110.473 40.1146 110.324 39.7188 110.324 39.2188 c
1824 110.324 38.5938 110.543 38.1146 110.980 37.7812 c
1825 111.418 37.4479 112.038 37.2812 112.840 37.2812 c
1826 113.236 37.2812 113.611 37.3099 113.965 37.3672 c
1827 114.319 37.4245 114.642 37.5104 114.934 37.6250 c
1828 h
1829 122.623 40.4531 m
1830 122.623 40.9688 l
1831 117.654 40.9688 l
1832 117.706 41.7188 117.933 42.2865 118.334 42.6719 c
1833 118.735 43.0573 119.290 43.2500 119.998 43.2500 c
1834 120.415 43.2500 120.818 43.2005 121.209 43.1016 c
1835 121.600 43.0026 121.988 42.8490 122.373 42.6406 c
1836 122.373 43.6719 l
1837 121.977 43.8281 121.576 43.9505 121.170 44.0391 c
1838 120.764 44.1276 120.352 44.1719 119.936 44.1719 c
1839 118.894 44.1719 118.066 43.8672 117.451 43.2578 c
1840 116.837 42.6484 116.529 41.8229 116.529 40.7812 c
1841 116.529 39.7083 116.821 38.8568 117.404 38.2266 c
1842 117.988 37.5964 118.769 37.2812 119.748 37.2812 c
1843 120.633 37.2812 121.334 37.5651 121.850 38.1328 c
1844 122.365 38.7005 122.623 39.4740 122.623 40.4531 c
1845 h
1846 121.545 40.1250 m
1847 121.535 39.5417 121.368 39.0729 121.045 38.7188 c
1848 120.722 38.3646 120.295 38.1875 119.764 38.1875 c
1849 119.160 38.1875 118.678 38.3594 118.318 38.7031 c
1850 117.959 39.0469 117.753 39.5260 117.701 40.1406 c
1851 121.545 40.1250 l
1852 h
1853 128.709 38.4375 m
1854 128.709 34.8750 l
1855 129.787 34.8750 l
1856 129.787 44.0000 l
1857 128.709 44.0000 l
1858 128.709 43.0156 l
1859 128.480 43.4010 128.193 43.6901 127.850 43.8828 c
1860 127.506 44.0755 127.089 44.1719 126.600 44.1719 c
1861 125.808 44.1719 125.162 43.8542 124.662 43.2188 c
1862 124.162 42.5833 123.912 41.7500 123.912 40.7188 c
1863 123.912 39.6875 124.162 38.8568 124.662 38.2266 c
1864 125.162 37.5964 125.808 37.2812 126.600 37.2812 c
1865 127.089 37.2812 127.506 37.3750 127.850 37.5625 c
1866 128.193 37.7500 128.480 38.0417 128.709 38.4375 c
1867 h
1868 125.037 40.7188 m
1869 125.037 41.5104 125.199 42.1328 125.521 42.5859 c
1870 125.844 43.0391 126.292 43.2656 126.865 43.2656 c
1871 127.438 43.2656 127.889 43.0391 128.217 42.5859 c
1872 128.545 42.1328 128.709 41.5104 128.709 40.7188 c
1873 128.709 39.9271 128.545 39.3073 128.217 38.8594 c
1874 127.889 38.4115 127.438 38.1875 126.865 38.1875 c
1875 126.292 38.1875 125.844 38.4115 125.521 38.8594 c
1876 125.199 39.3073 125.037 39.9271 125.037 40.7188 c
1877 h
1878 f
1879 .647059 .682353 .807843 RG
1880 newpath
1881 178.000 32.5000 m
1882 178.000 47.5000 l
1883 178.000 48.8807 179.119 50.0000 180.500 50.0000 c
1884 189.500 50.0000 l
1885 190.881 50.0000 192.000 48.8807 192.000 47.5000 c
1886 192.000 32.5000 l
1887 192.000 31.1193 190.881 30.0000 189.500 30.0000 c
1888 180.500 30.0000 l
1889 179.119 30.0000 178.000 31.1193 178.000 32.5000 c
1890 h
1891 f
1892 0.00000 0.00000 0.00000 RG
1893 newpath
1894 178.000 32.5000 m
1895 178.000 47.5000 l
1896 178.000 48.8807 179.119 50.0000 180.500 50.0000 c
1897 189.500 50.0000 l
1898 190.881 50.0000 192.000 48.8807 192.000 47.5000 c
1899 192.000 32.5000 l
1900 192.000 31.1193 190.881 30.0000 189.500 30.0000 c
1901 180.500 30.0000 l
1902 179.119 30.0000 178.000 31.1193 178.000 32.5000 c
1903 h
1904 S
1905 newpath
1906 183.594 40.2344 m
1907 186.750 40.2344 l
1908 186.750 41.1875 l
1909 183.594 41.1875 l
1910 183.594 40.2344 l
1911 h
1912 f
1913 .647059 .682353 .807843 RG
1914 newpath
1915 242.000 32.5000 m
1916 242.000 47.5000 l
1917 242.000 48.8807 243.119 50.0000 244.500 50.0000 c
1918 253.500 50.0000 l
1919 254.881 50.0000 256.000 48.8807 256.000 47.5000 c
1920 256.000 32.5000 l
1921 256.000 31.1193 254.881 30.0000 253.500 30.0000 c
1922 244.500 30.0000 l
1923 243.119 30.0000 242.000 31.1193 242.000 32.5000 c
1924 h
1925 f
1926 0.00000 0.00000 0.00000 RG
1927 newpath
1928 242.000 32.5000 m
1929 242.000 47.5000 l
1930 242.000 48.8807 243.119 50.0000 244.500 50.0000 c
1931 253.500 50.0000 l
1932 254.881 50.0000 256.000 48.8807 256.000 47.5000 c
1933 256.000 32.5000 l
1934 256.000 31.1193 254.881 30.0000 253.500 30.0000 c
1935 244.500 30.0000 l
1936 243.119 30.0000 242.000 31.1193 242.000 32.5000 c
1937 h
1938 S
1939 newpath
1940 247.594 40.2344 m
1941 250.750 40.2344 l
1942 250.750 41.1875 l
1943 247.594 41.1875 l
1944 247.594 40.2344 l
1945 h
1946 f
1947 .647059 .682353 .807843 RG
1948 newpath
1949 5.00000 92.5000 m
1950 5.00000 107.500 l
1951 5.00000 108.881 6.11929 110.000 7.50000 110.000 c
1952 79.5000 110.000 l
1953 80.8807 110.000 82.0000 108.881 82.0000 107.500 c
1954 82.0000 92.5000 l
1955 82.0000 91.1193 80.8807 90.0000 79.5000 90.0000 c
1956 7.50000 90.0000 l
1957 6.11929 90.0000 5.00000 91.1193 5.00000 92.5000 c
1958 h
1959 f
1960 0.00000 0.00000 0.00000 RG
1961 newpath
1962 5.00000 92.5000 m
1963 5.00000 107.500 l
1964 5.00000 108.881 6.11929 110.000 7.50000 110.000 c
1965 79.5000 110.000 l
1966 80.8807 110.000 82.0000 108.881 82.0000 107.500 c
1967 82.0000 92.5000 l
1968 82.0000 91.1193 80.8807 90.0000 79.5000 90.0000 c
1969 7.50000 90.0000 l
1970 6.11929 90.0000 5.00000 91.1193 5.00000 92.5000 c
1971 h
1972 S
1973 newpath
1974 14.1094 100.703 m
1975 13.2448 100.703 12.6432 100.802 12.3047 101.000 c
1976 11.9661 101.198 11.7969 101.536 11.7969 102.016 c
1977 11.7969 102.401 11.9245 102.706 12.1797 102.930 c
1978 12.4349 103.154 12.7760 103.266 13.2031 103.266 c
1979 13.8073 103.266 14.2891 103.055 14.6484 102.633 c
1980 15.0078 102.211 15.1875 101.646 15.1875 100.938 c
1981 15.1875 100.703 l
1982 14.1094 100.703 l
1983 h
1984 16.2656 100.250 m
1985 16.2656 104.000 l
1986 15.1875 104.000 l
1987 15.1875 103.000 l
1988 14.9375 103.396 14.6302 103.690 14.2656 103.883 c
1989 13.9010 104.076 13.4531 104.172 12.9219 104.172 c
1990 12.2448 104.172 11.7083 103.982 11.3125 103.602 c
1991 10.9167 103.221 10.7188 102.719 10.7188 102.094 c
1992 10.7188 101.354 10.9661 100.797 11.4609 100.422 c
1993 11.9557 100.047 12.6927 99.8594 13.6719 99.8594 c
1994 15.1875 99.8594 l
1995 15.1875 99.7500 l
1996 15.1875 99.2500 15.0234 98.8646 14.6953 98.5938 c
1997 14.3672 98.3229 13.9115 98.1875 13.3281 98.1875 c
1998 12.9531 98.1875 12.5859 98.2344 12.2266 98.3281 c
1999 11.8672 98.4219 11.5260 98.5573 11.2031 98.7344 c
2000 11.2031 97.7344 l
2001 11.5990 97.5781 11.9818 97.4635 12.3516 97.3906 c
2002 12.7214 97.3177 13.0833 97.2812 13.4375 97.2812 c
2003 14.3854 97.2812 15.0938 97.5260 15.5625 98.0156 c
2004 16.0312 98.5052 16.2656 99.2500 16.2656 100.250 c
2005 h
2006 19.5254 103.016 m
2007 19.5254 106.500 l
2008 18.4473 106.500 l
2009 18.4473 97.4375 l
2010 19.5254 97.4375 l
2011 19.5254 98.4375 l
2012 19.7546 98.0417 20.0410 97.7500 20.3848 97.5625 c
2013 20.7285 97.3750 21.1400 97.2812 21.6191 97.2812 c
2014 22.4212 97.2812 23.0723 97.5964 23.5723 98.2266 c
2015 24.0723 98.8568 24.3223 99.6875 24.3223 100.719 c
2016 24.3223 101.750 24.0723 102.583 23.5723 103.219 c
2017 23.0723 103.854 22.4212 104.172 21.6191 104.172 c
2018 21.1400 104.172 20.7285 104.076 20.3848 103.883 c
2019 20.0410 103.690 19.7546 103.401 19.5254 103.016 c
2020 h
2021 23.1973 100.719 m
2022 23.1973 99.9271 23.0332 99.3073 22.7051 98.8594 c
2023 22.3770 98.4115 21.9316 98.1875 21.3691 98.1875 c
2024 20.7962 98.1875 20.3457 98.4115 20.0176 98.8594 c
2025 19.6895 99.3073 19.5254 99.9271 19.5254 100.719 c
2026 19.5254 101.510 19.6895 102.133 20.0176 102.586 c
2027 20.3457 103.039 20.7962 103.266 21.3691 103.266 c
2028 21.9316 103.266 22.3770 103.039 22.7051 102.586 c
2029 23.0332 102.133 23.1973 101.510 23.1973 100.719 c
2030 h
2031 29.9082 98.4375 m
2032 29.7832 98.3750 29.6504 98.3255 29.5098 98.2891 c
2033 29.3691 98.2526 29.2103 98.2344 29.0332 98.2344 c
2034 28.4290 98.2344 27.9629 98.4323 27.6348 98.8281 c
2035 27.3066 99.2240 27.1426 99.7969 27.1426 100.547 c
2036 27.1426 104.000 l
2037 26.0645 104.000 l
2038 26.0645 97.4375 l
2039 27.1426 97.4375 l
2040 27.1426 98.4531 l
2041 27.3717 98.0573 27.6686 97.7630 28.0332 97.5703 c
2042 28.3978 97.3776 28.8405 97.2812 29.3613 97.2812 c
2043 29.4342 97.2812 29.5150 97.2865 29.6035 97.2969 c
2044 29.6921 97.3073 29.7884 97.3229 29.8926 97.3438 c
2045 29.9082 98.4375 l
2046 h
2047 33.5762 98.1875 m
2048 33.0033 98.1875 32.5475 98.4141 32.2090 98.8672 c
2049 31.8704 99.3203 31.7012 99.9375 31.7012 100.719 c
2050 31.7012 101.510 31.8678 102.130 32.2012 102.578 c
2051 32.5345 103.026 32.9928 103.250 33.5762 103.250 c
2052 34.1491 103.250 34.6048 103.023 34.9434 102.570 c
2053 35.2819 102.117 35.4512 101.500 35.4512 100.719 c
2054 35.4512 99.9479 35.2819 99.3333 34.9434 98.8750 c
2055 34.6048 98.4167 34.1491 98.1875 33.5762 98.1875 c
2056 h
2057 33.5762 97.2812 m
2058 34.5137 97.2812 35.2507 97.5859 35.7871 98.1953 c
2059 36.3236 98.8047 36.5918 99.6458 36.5918 100.719 c
2060 36.5918 101.792 36.3236 102.635 35.7871 103.250 c
2061 35.2507 103.865 34.5137 104.172 33.5762 104.172 c
2062 32.6387 104.172 31.9017 103.865 31.3652 103.250 c
2063 30.8288 102.635 30.5605 101.792 30.5605 100.719 c
2064 30.5605 99.6458 30.8288 98.8047 31.3652 98.1953 c
2065 31.9017 97.5859 32.6387 97.2812 33.5762 97.2812 c
2066 h
2067 41.3555 100.703 m
2068 40.4909 100.703 39.8893 100.802 39.5508 101.000 c
2069 39.2122 101.198 39.0430 101.536 39.0430 102.016 c
2070 39.0430 102.401 39.1706 102.706 39.4258 102.930 c
2071 39.6810 103.154 40.0221 103.266 40.4492 103.266 c
2072 41.0534 103.266 41.5352 103.055 41.8945 102.633 c
2073 42.2539 102.211 42.4336 101.646 42.4336 100.938 c
2074 42.4336 100.703 l
2075 41.3555 100.703 l
2076 h
2077 43.5117 100.250 m
2078 43.5117 104.000 l
2079 42.4336 104.000 l
2080 42.4336 103.000 l
2081 42.1836 103.396 41.8763 103.690 41.5117 103.883 c
2082 41.1471 104.076 40.6992 104.172 40.1680 104.172 c
2083 39.4909 104.172 38.9544 103.982 38.5586 103.602 c
2084 38.1628 103.221 37.9648 102.719 37.9648 102.094 c
2085 37.9648 101.354 38.2122 100.797 38.7070 100.422 c
2086 39.2018 100.047 39.9388 99.8594 40.9180 99.8594 c
2087 42.4336 99.8594 l
2088 42.4336 99.7500 l
2089 42.4336 99.2500 42.2695 98.8646 41.9414 98.5938 c
2090 41.6133 98.3229 41.1576 98.1875 40.5742 98.1875 c
2091 40.1992 98.1875 39.8320 98.2344 39.4727 98.3281 c
2092 39.1133 98.4219 38.7721 98.5573 38.4492 98.7344 c
2093 38.4492 97.7344 l
2094 38.8451 97.5781 39.2279 97.4635 39.5977 97.3906 c
2095 39.9674 97.3177 40.3294 97.2812 40.6836 97.2812 c
2096 41.6315 97.2812 42.3398 97.5260 42.8086 98.0156 c
2097 43.2773 98.5052 43.5117 99.2500 43.5117 100.250 c
2098 h
2099 50.4590 97.6875 m
2100 50.4590 98.7031 l
2101 50.1465 98.5260 49.8392 98.3958 49.5371 98.3125 c
2102 49.2350 98.2292 48.9277 98.1875 48.6152 98.1875 c
2103 47.9069 98.1875 47.3600 98.4089 46.9746 98.8516 c
2104 46.5892 99.2943 46.3965 99.9167 46.3965 100.719 c
2105 46.3965 101.521 46.5892 102.143 46.9746 102.586 c
2106 47.3600 103.029 47.9069 103.250 48.6152 103.250 c
2107 48.9277 103.250 49.2350 103.208 49.5371 103.125 c
2108 49.8392 103.042 50.1465 102.917 50.4590 102.750 c
2109 50.4590 103.750 l
2110 50.1569 103.885 49.8444 103.990 49.5215 104.062 c
2111 49.1986 104.135 48.8548 104.172 48.4902 104.172 c
2112 47.5007 104.172 46.7142 103.862 46.1309 103.242 c
2113 45.5475 102.622 45.2559 101.781 45.2559 100.719 c
2114 45.2559 99.6562 45.5501 98.8177 46.1387 98.2031 c
2115 46.7272 97.5885 47.5371 97.2812 48.5684 97.2812 c
2116 48.8913 97.2812 49.2116 97.3151 49.5293 97.3828 c
2117 49.8470 97.4505 50.1569 97.5521 50.4590 97.6875 c
2118 h
2119 57.7910 100.031 m
2120 57.7910 104.000 l
2121 56.7129 104.000 l
2122 56.7129 100.078 l
2123 56.7129 99.4531 56.5905 98.9870 56.3457 98.6797 c
2124 56.1009 98.3724 55.7389 98.2188 55.2598 98.2188 c
2125 54.6764 98.2188 54.2155 98.4036 53.8770 98.7734 c
2126 53.5384 99.1432 53.3691 99.6510 53.3691 100.297 c
2127 53.3691 104.000 l
2128 52.2910 104.000 l
2129 52.2910 94.8750 l
2130 53.3691 94.8750 l
2131 53.3691 98.4531 l
2132 53.6296 98.0573 53.9342 97.7630 54.2832 97.5703 c
2133 54.6322 97.3776 55.0358 97.2812 55.4941 97.2812 c
2134 56.2441 97.2812 56.8145 97.5130 57.2051 97.9766 c
2135 57.5957 98.4401 57.7910 99.1250 57.7910 100.031 c
2136 h
2137 59.9277 97.4375 m
2138 61.0059 97.4375 l
2139 61.0059 104.000 l
2140 59.9277 104.000 l
2141 59.9277 97.4375 l
2142 h
2143 59.9277 94.8750 m
2144 61.0059 94.8750 l
2145 61.0059 96.2500 l
2146 59.9277 96.2500 l
2147 59.9277 94.8750 l
2148 h
2149 68.7305 100.031 m
2150 68.7305 104.000 l
2151 67.6523 104.000 l
2152 67.6523 100.078 l
2153 67.6523 99.4531 67.5299 98.9870 67.2852 98.6797 c
2154 67.0404 98.3724 66.6784 98.2188 66.1992 98.2188 c
2155 65.6159 98.2188 65.1549 98.4036 64.8164 98.7734 c
2156 64.4779 99.1432 64.3086 99.6510 64.3086 100.297 c
2157 64.3086 104.000 l
2158 63.2305 104.000 l
2159 63.2305 97.4375 l
2160 64.3086 97.4375 l
2161 64.3086 98.4531 l
2162 64.5690 98.0573 64.8737 97.7630 65.2227 97.5703 c
2163 65.5716 97.3776 65.9753 97.2812 66.4336 97.2812 c
2164 67.1836 97.2812 67.7539 97.5130 68.1445 97.9766 c
2165 68.5352 98.4401 68.7305 99.1250 68.7305 100.031 c
2166 h
2167 75.1953 100.641 m
2168 75.1953 99.8594 75.0339 99.2552 74.7109 98.8281 c
2169 74.3880 98.4010 73.9349 98.1875 73.3516 98.1875 c
2170 72.7786 98.1875 72.3307 98.4010 72.0078 98.8281 c
2171 71.6849 99.2552 71.5234 99.8594 71.5234 100.641 c
2172 71.5234 101.422 71.6849 102.026 72.0078 102.453 c
2173 72.3307 102.880 72.7786 103.094 73.3516 103.094 c
2174 73.9349 103.094 74.3880 102.880 74.7109 102.453 c
2175 75.0339 102.026 75.1953 101.422 75.1953 100.641 c
2176 h
2177 76.2734 103.188 m
2178 76.2734 104.302 76.0260 105.133 75.5312 105.680 c
2179 75.0365 106.227 74.2734 106.500 73.2422 106.500 c
2180 72.8672 106.500 72.5104 106.471 72.1719 106.414 c
2181 71.8333 106.357 71.5078 106.271 71.1953 106.156 c
2182 71.1953 105.109 l
2183 71.5078 105.276 71.8203 105.401 72.1328 105.484 c
2184 72.4453 105.568 72.7578 105.609 73.0703 105.609 c
2185 73.7786 105.609 74.3099 105.424 74.6641 105.055 c
2186 75.0182 104.685 75.1953 104.125 75.1953 103.375 c
2187 75.1953 102.844 l
2188 74.9661 103.229 74.6797 103.518 74.3359 103.711 c
2189 73.9922 103.904 73.5755 104.000 73.0859 104.000 c
2190 72.2839 104.000 71.6354 103.693 71.1406 103.078 c
2191 70.6458 102.464 70.3984 101.651 70.3984 100.641 c
2192 70.3984 99.6302 70.6458 98.8177 71.1406 98.2031 c
2193 71.6354 97.5885 72.2839 97.2812 73.0859 97.2812 c
2194 73.5755 97.2812 73.9922 97.3776 74.3359 97.5703 c
2195 74.6797 97.7630 74.9661 98.0521 75.1953 98.4375 c
2196 75.1953 97.4375 l
2197 76.2734 97.4375 l
2198 76.2734 103.188 l
2199 h
2200 f
2201 .807843 .811765 1.00000 RG
2202 newpath
2203 89.0000 92.5000 m
2204 89.0000 107.500 l
2205 89.0000 108.881 90.1193 110.000 91.5000 110.000 c
2206 132.500 110.000 l
2207 133.881 110.000 135.000 108.881 135.000 107.500 c
2208 135.000 92.5000 l
2209 135.000 91.1193 133.881 90.0000 132.500 90.0000 c
2210 91.5000 90.0000 l
2211 90.1193 90.0000 89.0000 91.1193 89.0000 92.5000 c
2212 h
2213 f
2214 .274510 .274510 .274510 RG
2215 newpath
2216 89.0000 92.5000 m
2217 89.0000 107.500 l
2218 89.0000 108.881 90.1193 110.000 91.5000 110.000 c
2219 132.500 110.000 l
2220 133.881 110.000 135.000 108.881 135.000 107.500 c
2221 135.000 92.5000 l
2222 135.000 91.1193 133.881 90.0000 132.500 90.0000 c
2223 91.5000 90.0000 l
2224 90.1193 90.0000 89.0000 91.1193 89.0000 92.5000 c
2225 h
2226 S
2227 newpath
2228 98.9375 98.4375 m
2229 98.8125 98.3750 98.6797 98.3255 98.5391 98.2891 c
2230 98.3984 98.2526 98.2396 98.2344 98.0625 98.2344 c
2231 97.4583 98.2344 96.9922 98.4323 96.6641 98.8281 c
2232 96.3359 99.2240 96.1719 99.7969 96.1719 100.547 c
2233 96.1719 104.000 l
2234 95.0938 104.000 l
2235 95.0938 97.4375 l
2236 96.1719 97.4375 l
2237 96.1719 98.4531 l
2238 96.4010 98.0573 96.6979 97.7630 97.0625 97.5703 c
2239 97.4271 97.3776 97.8698 97.2812 98.3906 97.2812 c
2240 98.4635 97.2812 98.5443 97.2865 98.6328 97.2969 c
2241 98.7214 97.3073 98.8177 97.3229 98.9219 97.3438 c
2242 98.9375 98.4375 l
2243 h
2244 103.043 100.703 m
2245 102.178 100.703 101.577 100.802 101.238 101.000 c
2246 100.900 101.198 100.730 101.536 100.730 102.016 c
2247 100.730 102.401 100.858 102.706 101.113 102.930 c
2248 101.368 103.154 101.710 103.266 102.137 103.266 c
2249 102.741 103.266 103.223 103.055 103.582 102.633 c
2250 103.941 102.211 104.121 101.646 104.121 100.938 c
2251 104.121 100.703 l
2252 103.043 100.703 l
2253 h
2254 105.199 100.250 m
2255 105.199 104.000 l
2256 104.121 104.000 l
2257 104.121 103.000 l
2258 103.871 103.396 103.564 103.690 103.199 103.883 c
2259 102.835 104.076 102.387 104.172 101.855 104.172 c
2260 101.178 104.172 100.642 103.982 100.246 103.602 c
2261 99.8503 103.221 99.6523 102.719 99.6523 102.094 c
2262 99.6523 101.354 99.8997 100.797 100.395 100.422 c
2263 100.889 100.047 101.626 99.8594 102.605 99.8594 c
2264 104.121 99.8594 l
2265 104.121 99.7500 l
2266 104.121 99.2500 103.957 98.8646 103.629 98.5938 c
2267 103.301 98.3229 102.845 98.1875 102.262 98.1875 c
2268 101.887 98.1875 101.520 98.2344 101.160 98.3281 c
2269 100.801 98.4219 100.460 98.5573 100.137 98.7344 c
2270 100.137 97.7344 l
2271 100.533 97.5781 100.915 97.4635 101.285 97.3906 c
2272 101.655 97.3177 102.017 97.2812 102.371 97.2812 c
2273 103.319 97.2812 104.027 97.5260 104.496 98.0156 c
2274 104.965 98.5052 105.199 99.2500 105.199 100.250 c
2275 h
2276 107.412 97.4375 m
2277 108.490 97.4375 l
2278 108.490 104.000 l
2279 107.412 104.000 l
2280 107.412 97.4375 l
2281 h
2282 107.412 94.8750 m
2283 108.490 94.8750 l
2284 108.490 96.2500 l
2285 107.412 96.2500 l
2286 107.412 94.8750 l
2287 h
2288 114.934 97.6250 m
2289 114.934 98.6562 l
2290 114.632 98.5000 114.316 98.3828 113.988 98.3047 c
2291 113.660 98.2266 113.319 98.1875 112.965 98.1875 c
2292 112.434 98.1875 112.033 98.2682 111.762 98.4297 c
2293 111.491 98.5911 111.355 98.8385 111.355 99.1719 c
2294 111.355 99.4219 111.452 99.6172 111.645 99.7578 c
2295 111.837 99.8984 112.225 100.031 112.809 100.156 c
2296 113.168 100.250 l
2297 113.939 100.406 114.486 100.635 114.809 100.938 c
2298 115.132 101.240 115.293 101.656 115.293 102.188 c
2299 115.293 102.802 115.051 103.286 114.566 103.641 c
2300 114.082 103.995 113.418 104.172 112.574 104.172 c
2301 112.220 104.172 111.853 104.138 111.473 104.070 c
2302 111.092 104.003 110.694 103.901 110.277 103.766 c
2303 110.277 102.641 l
2304 110.673 102.849 111.064 103.005 111.449 103.109 c
2305 111.835 103.214 112.220 103.266 112.605 103.266 c
2306 113.105 103.266 113.493 103.180 113.770 103.008 c
2307 114.046 102.836 114.184 102.589 114.184 102.266 c
2308 114.184 101.974 114.085 101.750 113.887 101.594 c
2309 113.689 101.438 113.257 101.286 112.590 101.141 c
2310 112.215 101.062 l
2311 111.548 100.917 111.066 100.698 110.770 100.406 c
2312 110.473 100.115 110.324 99.7188 110.324 99.2188 c
2313 110.324 98.5938 110.543 98.1146 110.980 97.7812 c
2314 111.418 97.4479 112.038 97.2812 112.840 97.2812 c
2315 113.236 97.2812 113.611 97.3099 113.965 97.3672 c
2316 114.319 97.4245 114.642 97.5104 114.934 97.6250 c
2317 h
2318 122.623 100.453 m
2319 122.623 100.969 l
2320 117.654 100.969 l
2321 117.706 101.719 117.933 102.286 118.334 102.672 c
2322 118.735 103.057 119.290 103.250 119.998 103.250 c
2323 120.415 103.250 120.818 103.201 121.209 103.102 c
2324 121.600 103.003 121.988 102.849 122.373 102.641 c
2325 122.373 103.672 l
2326 121.977 103.828 121.576 103.951 121.170 104.039 c
2327 120.764 104.128 120.352 104.172 119.936 104.172 c
2328 118.894 104.172 118.066 103.867 117.451 103.258 c
2329 116.837 102.648 116.529 101.823 116.529 100.781 c
2330 116.529 99.7083 116.821 98.8568 117.404 98.2266 c
2331 117.988 97.5964 118.769 97.2812 119.748 97.2812 c
2332 120.633 97.2812 121.334 97.5651 121.850 98.1328 c
2333 122.365 98.7005 122.623 99.4740 122.623 100.453 c
2334 h
2335 121.545 100.125 m
2336 121.535 99.5417 121.368 99.0729 121.045 98.7188 c
2337 120.722 98.3646 120.295 98.1875 119.764 98.1875 c
2338 119.160 98.1875 118.678 98.3594 118.318 98.7031 c
2339 117.959 99.0469 117.753 99.5260 117.701 100.141 c
2340 121.545 100.125 l
2341 h
2342 128.709 98.4375 m
2343 128.709 94.8750 l
2344 129.787 94.8750 l
2345 129.787 104.000 l
2346 128.709 104.000 l
2347 128.709 103.016 l
2348 128.480 103.401 128.193 103.690 127.850 103.883 c
2349 127.506 104.076 127.089 104.172 126.600 104.172 c
2350 125.808 104.172 125.162 103.854 124.662 103.219 c
2351 124.162 102.583 123.912 101.750 123.912 100.719 c
2352 123.912 99.6875 124.162 98.8568 124.662 98.2266 c
2353 125.162 97.5964 125.808 97.2812 126.600 97.2812 c
2354 127.089 97.2812 127.506 97.3750 127.850 97.5625 c
2355 128.193 97.7500 128.480 98.0417 128.709 98.4375 c
2356 h
2357 125.037 100.719 m
2358 125.037 101.510 125.199 102.133 125.521 102.586 c
2359 125.844 103.039 126.292 103.266 126.865 103.266 c
2360 127.438 103.266 127.889 103.039 128.217 102.586 c
2361 128.545 102.133 128.709 101.510 128.709 100.719 c
2362 128.709 99.9271 128.545 99.3073 128.217 98.8594 c
2363 127.889 98.4115 127.438 98.1875 126.865 98.1875 c
2364 126.292 98.1875 125.844 98.4115 125.521 98.8594 c
2365 125.199 99.3073 125.037 99.9271 125.037 100.719 c
2366 h
2367 f
2368 0.00000 0.00000 0.00000 RG
2369 .647059 .682353 .807843 RG
2370 newpath
2371 144.000 92.5000 m
2372 144.000 107.500 l
2373 144.000 108.881 145.119 110.000 146.500 110.000 c
2374 224.500 110.000 l
2375 225.881 110.000 227.000 108.881 227.000 107.500 c
2376 227.000 92.5000 l
2377 227.000 91.1193 225.881 90.0000 224.500 90.0000 c
2378 146.500 90.0000 l
2379 145.119 90.0000 144.000 91.1193 144.000 92.5000 c
2380 h
2381 f
2382 0.00000 0.00000 0.00000 RG
2383 newpath
2384 144.000 92.5000 m
2385 144.000 107.500 l
2386 144.000 108.881 145.119 110.000 146.500 110.000 c
2387 224.500 110.000 l
2388 225.881 110.000 227.000 108.881 227.000 107.500 c
2389 227.000 92.5000 l
2390 227.000 91.1193 225.881 90.0000 224.500 90.0000 c
2391 146.500 90.0000 l
2392 145.119 90.0000 144.000 91.1193 144.000 92.5000 c
2393 h
2394 S
2395 newpath
2396 151.203 95.5781 m
2397 151.203 97.4375 l
2398 153.422 97.4375 l
2399 153.422 98.2812 l
2400 151.203 98.2812 l
2401 151.203 101.844 l
2402 151.203 102.375 151.276 102.716 151.422 102.867 c
2403 151.568 103.018 151.865 103.094 152.312 103.094 c
2404 153.422 103.094 l
2405 153.422 104.000 l
2406 152.312 104.000 l
2407 151.479 104.000 150.904 103.844 150.586 103.531 c
2408 150.268 103.219 150.109 102.656 150.109 101.844 c
2409 150.109 98.2812 l
2410 149.328 98.2812 l
2411 149.328 97.4375 l
2412 150.109 97.4375 l
2413 150.109 95.5781 l
2414 151.203 95.5781 l
2415 h
2416 158.643 98.4375 m
2417 158.518 98.3750 158.385 98.3255 158.244 98.2891 c
2418 158.104 98.2526 157.945 98.2344 157.768 98.2344 c
2419 157.163 98.2344 156.697 98.4323 156.369 98.8281 c
2420 156.041 99.2240 155.877 99.7969 155.877 100.547 c
2421 155.877 104.000 l
2422 154.799 104.000 l
2423 154.799 97.4375 l
2424 155.877 97.4375 l
2425 155.877 98.4531 l
2426 156.106 98.0573 156.403 97.7630 156.768 97.5703 c
2427 157.132 97.3776 157.575 97.2812 158.096 97.2812 c
2428 158.169 97.2812 158.249 97.2865 158.338 97.2969 c
2429 158.426 97.3073 158.523 97.3229 158.627 97.3438 c
2430 158.643 98.4375 l
2431 h
2432 162.748 100.703 m
2433 161.883 100.703 161.282 100.802 160.943 101.000 c
2434 160.605 101.198 160.436 101.536 160.436 102.016 c
2435 160.436 102.401 160.563 102.706 160.818 102.930 c
2436 161.074 103.154 161.415 103.266 161.842 103.266 c
2437 162.446 103.266 162.928 103.055 163.287 102.633 c
2438 163.646 102.211 163.826 101.646 163.826 100.938 c
2439 163.826 100.703 l
2440 162.748 100.703 l
2441 h
2442 164.904 100.250 m
2443 164.904 104.000 l
2444 163.826 104.000 l
2445 163.826 103.000 l
2446 163.576 103.396 163.269 103.690 162.904 103.883 c
2447 162.540 104.076 162.092 104.172 161.561 104.172 c
2448 160.883 104.172 160.347 103.982 159.951 103.602 c
2449 159.555 103.221 159.357 102.719 159.357 102.094 c
2450 159.357 101.354 159.605 100.797 160.100 100.422 c
2451 160.594 100.047 161.331 99.8594 162.311 99.8594 c
2452 163.826 99.8594 l
2453 163.826 99.7500 l
2454 163.826 99.2500 163.662 98.8646 163.334 98.5938 c
2455 163.006 98.3229 162.550 98.1875 161.967 98.1875 c
2456 161.592 98.1875 161.225 98.2344 160.865 98.3281 c
2457 160.506 98.4219 160.165 98.5573 159.842 98.7344 c
2458 159.842 97.7344 l
2459 160.238 97.5781 160.620 97.4635 160.990 97.3906 c
2460 161.360 97.3177 161.722 97.2812 162.076 97.2812 c
2461 163.024 97.2812 163.732 97.5260 164.201 98.0156 c
2462 164.670 98.5052 164.904 99.2500 164.904 100.250 c
2463 h
2464 167.117 97.4375 m
2465 168.195 97.4375 l
2466 168.195 104.000 l
2467 167.117 104.000 l
2468 167.117 97.4375 l
2469 h
2470 167.117 94.8750 m
2471 168.195 94.8750 l
2472 168.195 96.2500 l
2473 167.117 96.2500 l
2474 167.117 94.8750 l
2475 h
2476 175.920 100.031 m
2477 175.920 104.000 l
2478 174.842 104.000 l
2479 174.842 100.078 l
2480 174.842 99.4531 174.719 98.9870 174.475 98.6797 c
2481 174.230 98.3724 173.868 98.2188 173.389 98.2188 c
2482 172.805 98.2188 172.344 98.4036 172.006 98.7734 c
2483 171.667 99.1432 171.498 99.6510 171.498 100.297 c
2484 171.498 104.000 l
2485 170.420 104.000 l
2486 170.420 97.4375 l
2487 171.498 97.4375 l
2488 171.498 98.4531 l
2489 171.758 98.0573 172.063 97.7630 172.412 97.5703 c
2490 172.761 97.3776 173.165 97.2812 173.623 97.2812 c
2491 174.373 97.2812 174.943 97.5130 175.334 97.9766 c
2492 175.725 98.4401 175.920 99.1250 175.920 100.031 c
2493 h
2494 184.666 95.9219 m
2495 184.666 97.1719 l
2496 184.260 96.7969 183.833 96.5182 183.385 96.3359 c
2497 182.937 96.1536 182.458 96.0625 181.947 96.0625 c
2498 180.947 96.0625 180.182 96.3698 179.650 96.9844 c
2499 179.119 97.5990 178.854 98.4844 178.854 99.6406 c
2500 178.854 100.786 179.119 101.667 179.650 102.281 c
2501 180.182 102.896 180.947 103.203 181.947 103.203 c
2502 182.458 103.203 182.937 103.109 183.385 102.922 c
2503 183.833 102.734 184.260 102.458 184.666 102.094 c
2504 184.666 103.328 l
2505 184.249 103.609 183.809 103.820 183.346 103.961 c
2506 182.882 104.102 182.395 104.172 181.885 104.172 c
2507 180.551 104.172 179.505 103.766 178.744 102.953 c
2508 177.984 102.141 177.604 101.036 177.604 99.6406 c
2509 177.604 98.2344 177.984 97.1250 178.744 96.3125 c
2510 179.505 95.5000 180.551 95.0938 181.885 95.0938 c
2511 182.406 95.0938 182.898 95.1641 183.361 95.3047 c
2512 183.825 95.4453 184.260 95.6510 184.666 95.9219 c
2513 h
2514 188.982 98.1875 m
2515 188.410 98.1875 187.954 98.4141 187.615 98.8672 c
2516 187.277 99.3203 187.107 99.9375 187.107 100.719 c
2517 187.107 101.510 187.274 102.130 187.607 102.578 c
2518 187.941 103.026 188.399 103.250 188.982 103.250 c
2519 189.555 103.250 190.011 103.023 190.350 102.570 c
2520 190.688 102.117 190.857 101.500 190.857 100.719 c
2521 190.857 99.9479 190.688 99.3333 190.350 98.8750 c
2522 190.011 98.4167 189.555 98.1875 188.982 98.1875 c
2523 h
2524 188.982 97.2812 m
2525 189.920 97.2812 190.657 97.5859 191.193 98.1953 c
2526 191.730 98.8047 191.998 99.6458 191.998 100.719 c
2527 191.998 101.792 191.730 102.635 191.193 103.250 c
2528 190.657 103.865 189.920 104.172 188.982 104.172 c
2529 188.045 104.172 187.308 103.865 186.771 103.250 c
2530 186.235 102.635 185.967 101.792 185.967 100.719 c
2531 185.967 99.6458 186.235 98.8047 186.771 98.1953 c
2532 187.308 97.5859 188.045 97.2812 188.982 97.2812 c
2533 h
2534 198.887 98.7031 m
2535 199.158 98.2135 199.480 97.8542 199.855 97.6250 c
2536 200.230 97.3958 200.673 97.2812 201.184 97.2812 c
2537 201.871 97.2812 202.400 97.5208 202.770 98.0000 c
2538 203.139 98.4792 203.324 99.1562 203.324 100.031 c
2539 203.324 104.000 l
2540 202.246 104.000 l
2541 202.246 100.078 l
2542 202.246 99.4427 202.134 98.9740 201.910 98.6719 c
2543 201.686 98.3698 201.345 98.2188 200.887 98.2188 c
2544 200.324 98.2188 199.882 98.4036 199.559 98.7734 c
2545 199.236 99.1432 199.074 99.6510 199.074 100.297 c
2546 199.074 104.000 l
2547 197.996 104.000 l
2548 197.996 100.078 l
2549 197.996 99.4427 197.884 98.9740 197.660 98.6719 c
2550 197.436 98.3698 197.090 98.2188 196.621 98.2188 c
2551 196.069 98.2188 195.632 98.4036 195.309 98.7734 c
2552 194.986 99.1432 194.824 99.6510 194.824 100.297 c
2553 194.824 104.000 l
2554 193.746 104.000 l
2555 193.746 97.4375 l
2556 194.824 97.4375 l
2557 194.824 98.4531 l
2558 195.074 98.0573 195.371 97.7630 195.715 97.5703 c
2559 196.059 97.3776 196.465 97.2812 196.934 97.2812 c
2560 197.413 97.2812 197.819 97.4010 198.152 97.6406 c
2561 198.486 97.8802 198.730 98.2344 198.887 98.7031 c
2562 h
2563 205.467 97.4375 m
2564 206.545 97.4375 l
2565 206.545 104.000 l
2566 205.467 104.000 l
2567 205.467 97.4375 l
2568 h
2569 205.467 94.8750 m
2570 206.545 94.8750 l
2571 206.545 96.2500 l
2572 205.467 96.2500 l
2573 205.467 94.8750 l
2574 h
2575 214.270 100.031 m
2576 214.270 104.000 l
2577 213.191 104.000 l
2578 213.191 100.078 l
2579 213.191 99.4531 213.069 98.9870 212.824 98.6797 c
2580 212.579 98.3724 212.217 98.2188 211.738 98.2188 c
2581 211.155 98.2188 210.694 98.4036 210.355 98.7734 c
2582 210.017 99.1432 209.848 99.6510 209.848 100.297 c
2583 209.848 104.000 l
2584 208.770 104.000 l
2585 208.770 97.4375 l
2586 209.848 97.4375 l
2587 209.848 98.4531 l
2588 210.108 98.0573 210.413 97.7630 210.762 97.5703 c
2589 211.111 97.3776 211.514 97.2812 211.973 97.2812 c
2590 212.723 97.2812 213.293 97.5130 213.684 97.9766 c
2591 214.074 98.4401 214.270 99.1250 214.270 100.031 c
2592 h
2593 220.734 100.641 m
2594 220.734 99.8594 220.573 99.2552 220.250 98.8281 c
2595 219.927 98.4010 219.474 98.1875 218.891 98.1875 c
2596 218.318 98.1875 217.870 98.4010 217.547 98.8281 c
2597 217.224 99.2552 217.062 99.8594 217.062 100.641 c
2598 217.062 101.422 217.224 102.026 217.547 102.453 c
2599 217.870 102.880 218.318 103.094 218.891 103.094 c
2600 219.474 103.094 219.927 102.880 220.250 102.453 c
2601 220.573 102.026 220.734 101.422 220.734 100.641 c
2602 h
2603 221.812 103.188 m
2604 221.812 104.302 221.565 105.133 221.070 105.680 c
2605 220.576 106.227 219.812 106.500 218.781 106.500 c
2606 218.406 106.500 218.049 106.471 217.711 106.414 c
2607 217.372 106.357 217.047 106.271 216.734 106.156 c
2608 216.734 105.109 l
2609 217.047 105.276 217.359 105.401 217.672 105.484 c
2610 217.984 105.568 218.297 105.609 218.609 105.609 c
2611 219.318 105.609 219.849 105.424 220.203 105.055 c
2612 220.557 104.685 220.734 104.125 220.734 103.375 c
2613 220.734 102.844 l
2614 220.505 103.229 220.219 103.518 219.875 103.711 c
2615 219.531 103.904 219.115 104.000 218.625 104.000 c
2616 217.823 104.000 217.174 103.693 216.680 103.078 c
2617 216.185 102.464 215.938 101.651 215.938 100.641 c
2618 215.938 99.6302 216.185 98.8177 216.680 98.2031 c
2619 217.174 97.5885 217.823 97.2812 218.625 97.2812 c
2620 219.115 97.2812 219.531 97.3776 219.875 97.5703 c
2621 220.219 97.7630 220.505 98.0521 220.734 98.4375 c
2622 220.734 97.4375 l
2623 221.812 97.4375 l
2624 221.812 103.188 l
2625 h
2626 f
2627 .807843 .811765 1.00000 RG
2628 newpath
2629 247.000 90.0000 m
2630 252.000 90.0000 l
2631 252.000 120.000 l
2632 247.000 120.000 l
2633 247.000 90.0000 l
2634 h
2635 f
2636 .274510 .274510 .274510 RG
2637 newpath
2638 246.500 90.5000 m
2639 246.500 115.500 l
2640 S
2641 newpath
2642 252.500 90.5000 m
2643 252.500 115.500 l
2644 S
2645 0.00000 0.00000 0.00000 RG
2646 .807843 .811765 1.00000 RG
2647 newpath
2648 41.0000 150.000 m
2649 46.0000 150.000 l
2650 46.0000 180.000 l
2651 41.0000 180.000 l
2652 41.0000 150.000 l
2653 h
2654 f
2655 .274510 .274510 .274510 RG
2656 newpath
2657 40.5000 150.500 m
2658 40.5000 175.500 l
2659 S
2660 newpath
2661 46.5000 150.500 m
2662 46.5000 175.500 l
2663 S
2664 0.00000 0.00000 0.00000 RG
2665 .647059 .682353 .807843 RG
2666 newpath
2667 82.0000 152.500 m
2668 82.0000 167.500 l
2669 82.0000 168.881 83.1193 170.000 84.5000 170.000 c
2670 140.500 170.000 l
2671 141.881 170.000 143.000 168.881 143.000 167.500 c
2672 143.000 152.500 l
2673 143.000 151.119 141.881 150.000 140.500 150.000 c
2674 84.5000 150.000 l
2675 83.1193 150.000 82.0000 151.119 82.0000 152.500 c
2676 h
2677 f
2678 0.00000 0.00000 0.00000 RG
2679 newpath
2680 82.0000 152.500 m
2681 82.0000 167.500 l
2682 82.0000 168.881 83.1193 170.000 84.5000 170.000 c
2683 140.500 170.000 l
2684 141.881 170.000 143.000 168.881 143.000 167.500 c
2685 143.000 152.500 l
2686 143.000 151.119 141.881 150.000 140.500 150.000 c
2687 84.5000 150.000 l
2688 83.1193 150.000 82.0000 151.119 82.0000 152.500 c
2689 h
2690 S
2691 newpath
2692 88.1250 154.875 m
2693 89.2031 154.875 l
2694 89.2031 164.000 l
2695 88.1250 164.000 l
2696 88.1250 154.875 l
2697 h
2698 94.0059 158.188 m
2699 93.4329 158.188 92.9772 158.414 92.6387 158.867 c
2700 92.3001 159.320 92.1309 159.938 92.1309 160.719 c
2701 92.1309 161.510 92.2975 162.130 92.6309 162.578 c
2702 92.9642 163.026 93.4225 163.250 94.0059 163.250 c
2703 94.5788 163.250 95.0345 163.023 95.3730 162.570 c
2704 95.7116 162.117 95.8809 161.500 95.8809 160.719 c
2705 95.8809 159.948 95.7116 159.333 95.3730 158.875 c
2706 95.0345 158.417 94.5788 158.188 94.0059 158.188 c
2707 h
2708 94.0059 157.281 m
2709 94.9434 157.281 95.6803 157.586 96.2168 158.195 c
2710 96.7533 158.805 97.0215 159.646 97.0215 160.719 c
2711 97.0215 161.792 96.7533 162.635 96.2168 163.250 c
2712 95.6803 163.865 94.9434 164.172 94.0059 164.172 c
2713 93.0684 164.172 92.3314 163.865 91.7949 163.250 c
2714 91.2585 162.635 90.9902 161.792 90.9902 160.719 c
2715 90.9902 159.646 91.2585 158.805 91.7949 158.195 c
2716 92.3314 157.586 93.0684 157.281 94.0059 157.281 c
2717 h
2718 98.1758 157.438 m
2719 99.2539 157.438 l
2720 100.613 162.562 l
2721 101.941 157.438 l
2722 103.223 157.438 l
2723 104.566 162.562 l
2724 105.910 157.438 l
2725 106.988 157.438 l
2726 105.270 164.000 l
2727 104.004 164.000 l
2728 102.582 158.625 l
2729 101.176 164.000 l
2730 99.8945 164.000 l
2731 98.1758 157.438 l
2732 h
2733 114.240 160.453 m
2734 114.240 160.969 l
2735 109.271 160.969 l
2736 109.324 161.719 109.550 162.286 109.951 162.672 c
2737 110.352 163.057 110.907 163.250 111.615 163.250 c
2738 112.032 163.250 112.436 163.201 112.826 163.102 c
2739 113.217 163.003 113.605 162.849 113.990 162.641 c
2740 113.990 163.672 l
2741 113.594 163.828 113.193 163.951 112.787 164.039 c
2742 112.381 164.128 111.969 164.172 111.553 164.172 c
2743 110.511 164.172 109.683 163.867 109.068 163.258 c
2744 108.454 162.648 108.146 161.823 108.146 160.781 c
2745 108.146 159.708 108.438 158.857 109.021 158.227 c
2746 109.605 157.596 110.386 157.281 111.365 157.281 c
2747 112.251 157.281 112.951 157.565 113.467 158.133 c
2748 113.982 158.701 114.240 159.474 114.240 160.453 c
2749 h
2750 113.162 160.125 m
2751 113.152 159.542 112.985 159.073 112.662 158.719 c
2752 112.339 158.365 111.912 158.188 111.381 158.188 c
2753 110.777 158.188 110.295 158.359 109.936 158.703 c
2754 109.576 159.047 109.370 159.526 109.318 160.141 c
2755 113.162 160.125 l
2756 h
2757 119.811 158.438 m
2758 119.686 158.375 119.553 158.326 119.412 158.289 c
2759 119.271 158.253 119.113 158.234 118.936 158.234 c
2760 118.331 158.234 117.865 158.432 117.537 158.828 c
2761 117.209 159.224 117.045 159.797 117.045 160.547 c
2762 117.045 164.000 l
2763 115.967 164.000 l
2764 115.967 157.438 l
2765 117.045 157.438 l
2766 117.045 158.453 l
2767 117.274 158.057 117.571 157.763 117.936 157.570 c
2768 118.300 157.378 118.743 157.281 119.264 157.281 c
2769 119.337 157.281 119.417 157.286 119.506 157.297 c
2770 119.594 157.307 119.691 157.323 119.795 157.344 c
2771 119.811 158.438 l
2772 h
2773 120.932 157.438 m
2774 122.010 157.438 l
2775 122.010 164.000 l
2776 120.932 164.000 l
2777 120.932 157.438 l
2778 h
2779 120.932 154.875 m
2780 122.010 154.875 l
2781 122.010 156.250 l
2782 120.932 156.250 l
2783 120.932 154.875 l
2784 h
2785 129.734 160.031 m
2786 129.734 164.000 l
2787 128.656 164.000 l
2788 128.656 160.078 l
2789 128.656 159.453 128.534 158.987 128.289 158.680 c
2790 128.044 158.372 127.682 158.219 127.203 158.219 c
2791 126.620 158.219 126.159 158.404 125.820 158.773 c
2792 125.482 159.143 125.312 159.651 125.312 160.297 c
2793 125.312 164.000 l
2794 124.234 164.000 l
2795 124.234 157.438 l
2796 125.312 157.438 l
2797 125.312 158.453 l
2798 125.573 158.057 125.878 157.763 126.227 157.570 c
2799 126.576 157.378 126.979 157.281 127.438 157.281 c
2800 128.188 157.281 128.758 157.513 129.148 157.977 c
2801 129.539 158.440 129.734 159.125 129.734 160.031 c
2802 h
2803 136.199 160.641 m
2804 136.199 159.859 136.038 159.255 135.715 158.828 c
2805 135.392 158.401 134.939 158.188 134.355 158.188 c
2806 133.783 158.188 133.335 158.401 133.012 158.828 c
2807 132.689 159.255 132.527 159.859 132.527 160.641 c
2808 132.527 161.422 132.689 162.026 133.012 162.453 c
2809 133.335 162.880 133.783 163.094 134.355 163.094 c
2810 134.939 163.094 135.392 162.880 135.715 162.453 c
2811 136.038 162.026 136.199 161.422 136.199 160.641 c
2812 h
2813 137.277 163.188 m
2814 137.277 164.302 137.030 165.133 136.535 165.680 c
2815 136.040 166.227 135.277 166.500 134.246 166.500 c
2816 133.871 166.500 133.514 166.471 133.176 166.414 c
2817 132.837 166.357 132.512 166.271 132.199 166.156 c
2818 132.199 165.109 l
2819 132.512 165.276 132.824 165.401 133.137 165.484 c
2820 133.449 165.568 133.762 165.609 134.074 165.609 c
2821 134.783 165.609 135.314 165.424 135.668 165.055 c
2822 136.022 164.685 136.199 164.125 136.199 163.375 c
2823 136.199 162.844 l
2824 135.970 163.229 135.684 163.518 135.340 163.711 c
2825 134.996 163.904 134.579 164.000 134.090 164.000 c
2826 133.288 164.000 132.639 163.693 132.145 163.078 c
2827 131.650 162.464 131.402 161.651 131.402 160.641 c
2828 131.402 159.630 131.650 158.818 132.145 158.203 c
2829 132.639 157.589 133.288 157.281 134.090 157.281 c
2830 134.579 157.281 134.996 157.378 135.340 157.570 c
2831 135.684 157.763 135.970 158.052 136.199 158.438 c
2832 136.199 157.438 l
2833 137.277 157.438 l
2834 137.277 163.188 l
2835 h
2836 f
2837 .647059 .682353 .807843 RG
2838 newpath
2839 178.000 152.500 m
2840 178.000 167.500 l
2841 178.000 168.881 179.119 170.000 180.500 170.000 c
2842 189.500 170.000 l
2843 190.881 170.000 192.000 168.881 192.000 167.500 c
2844 192.000 152.500 l
2845 192.000 151.119 190.881 150.000 189.500 150.000 c
2846 180.500 150.000 l
2847 179.119 150.000 178.000 151.119 178.000 152.500 c
2848 h
2849 f
2850 0.00000 0.00000 0.00000 RG
2851 newpath
2852 178.000 152.500 m
2853 178.000 167.500 l
2854 178.000 168.881 179.119 170.000 180.500 170.000 c
2855 189.500 170.000 l
2856 190.881 170.000 192.000 168.881 192.000 167.500 c
2857 192.000 152.500 l
2858 192.000 151.119 190.881 150.000 189.500 150.000 c
2859 180.500 150.000 l
2860 179.119 150.000 178.000 151.119 178.000 152.500 c
2861 h
2862 S
2863 newpath
2864 183.594 160.234 m
2865 186.750 160.234 l
2866 186.750 161.188 l
2867 183.594 161.188 l
2868 183.594 160.234 l
2869 h
2870 f
2871 .807843 .811765 1.00000 RG
2872 newpath
2873 242.000 152.500 m
2874 242.000 167.500 l
2875 242.000 168.881 243.119 170.000 244.500 170.000 c
2876 253.500 170.000 l
2877 254.881 170.000 256.000 168.881 256.000 167.500 c
2878 256.000 152.500 l
2879 256.000 151.119 254.881 150.000 253.500 150.000 c
2880 244.500 150.000 l
2881 243.119 150.000 242.000 151.119 242.000 152.500 c
2882 h
2883 f
2884 .274510 .274510 .274510 RG
2885 newpath
2886 242.000 152.500 m
2887 242.000 167.500 l
2888 242.000 168.881 243.119 170.000 244.500 170.000 c
2889 253.500 170.000 l
2890 254.881 170.000 256.000 168.881 256.000 167.500 c
2891 256.000 152.500 l
2892 256.000 151.119 254.881 150.000 253.500 150.000 c
2893 244.500 150.000 l
2894 243.119 150.000 242.000 151.119 242.000 152.500 c
2895 h
2896 S
2897 newpath
2898 247.594 160.234 m
2899 250.750 160.234 l
2900 250.750 161.188 l
2901 247.594 161.188 l
2902 247.594 160.234 l
2903 h
2904 f
2905 0.00000 0.00000 0.00000 RG
2906 .807843 .811765 1.00000 RG
2907 newpath
2908 5.00000 212.500 m
2909 5.00000 227.500 l
2910 5.00000 228.881 6.11929 230.000 7.50000 230.000 c
2911 79.5000 230.000 l
2912 80.8807 230.000 82.0000 228.881 82.0000 227.500 c
2913 82.0000 212.500 l
2914 82.0000 211.119 80.8807 210.000 79.5000 210.000 c
2915 7.50000 210.000 l
2916 6.11929 210.000 5.00000 211.119 5.00000 212.500 c
2917 h
2918 f
2919 .274510 .274510 .274510 RG
2920 newpath
2921 5.00000 212.500 m
2922 5.00000 227.500 l
2923 5.00000 228.881 6.11929 230.000 7.50000 230.000 c
2924 79.5000 230.000 l
2925 80.8807 230.000 82.0000 228.881 82.0000 227.500 c
2926 82.0000 212.500 l
2927 82.0000 211.119 80.8807 210.000 79.5000 210.000 c
2928 7.50000 210.000 l
2929 6.11929 210.000 5.00000 211.119 5.00000 212.500 c
2930 h
2931 S
2932 newpath
2933 14.1094 220.703 m
2934 13.2448 220.703 12.6432 220.802 12.3047 221.000 c
2935 11.9661 221.198 11.7969 221.536 11.7969 222.016 c
2936 11.7969 222.401 11.9245 222.706 12.1797 222.930 c
2937 12.4349 223.154 12.7760 223.266 13.2031 223.266 c
2938 13.8073 223.266 14.2891 223.055 14.6484 222.633 c
2939 15.0078 222.211 15.1875 221.646 15.1875 220.938 c
2940 15.1875 220.703 l
2941 14.1094 220.703 l
2942 h
2943 16.2656 220.250 m
2944 16.2656 224.000 l
2945 15.1875 224.000 l
2946 15.1875 223.000 l
2947 14.9375 223.396 14.6302 223.690 14.2656 223.883 c
2948 13.9010 224.076 13.4531 224.172 12.9219 224.172 c
2949 12.2448 224.172 11.7083 223.982 11.3125 223.602 c
2950 10.9167 223.221 10.7188 222.719 10.7188 222.094 c
2951 10.7188 221.354 10.9661 220.797 11.4609 220.422 c
2952 11.9557 220.047 12.6927 219.859 13.6719 219.859 c
2953 15.1875 219.859 l
2954 15.1875 219.750 l
2955 15.1875 219.250 15.0234 218.865 14.6953 218.594 c
2956 14.3672 218.323 13.9115 218.188 13.3281 218.188 c
2957 12.9531 218.188 12.5859 218.234 12.2266 218.328 c
2958 11.8672 218.422 11.5260 218.557 11.2031 218.734 c
2959 11.2031 217.734 l
2960 11.5990 217.578 11.9818 217.464 12.3516 217.391 c
2961 12.7214 217.318 13.0833 217.281 13.4375 217.281 c
2962 14.3854 217.281 15.0938 217.526 15.5625 218.016 c
2963 16.0312 218.505 16.2656 219.250 16.2656 220.250 c
2964 h
2965 19.5254 223.016 m
2966 19.5254 226.500 l
2967 18.4473 226.500 l
2968 18.4473 217.438 l
2969 19.5254 217.438 l
2970 19.5254 218.438 l
2971 19.7546 218.042 20.0410 217.750 20.3848 217.562 c
2972 20.7285 217.375 21.1400 217.281 21.6191 217.281 c
2973 22.4212 217.281 23.0723 217.596 23.5723 218.227 c
2974 24.0723 218.857 24.3223 219.688 24.3223 220.719 c
2975 24.3223 221.750 24.0723 222.583 23.5723 223.219 c
2976 23.0723 223.854 22.4212 224.172 21.6191 224.172 c
2977 21.1400 224.172 20.7285 224.076 20.3848 223.883 c
2978 20.0410 223.690 19.7546 223.401 19.5254 223.016 c
2979 h
2980 23.1973 220.719 m
2981 23.1973 219.927 23.0332 219.307 22.7051 218.859 c
2982 22.3770 218.411 21.9316 218.188 21.3691 218.188 c
2983 20.7962 218.188 20.3457 218.411 20.0176 218.859 c
2984 19.6895 219.307 19.5254 219.927 19.5254 220.719 c
2985 19.5254 221.510 19.6895 222.133 20.0176 222.586 c
2986 20.3457 223.039 20.7962 223.266 21.3691 223.266 c
2987 21.9316 223.266 22.3770 223.039 22.7051 222.586 c
2988 23.0332 222.133 23.1973 221.510 23.1973 220.719 c
2989 h
2990 29.9082 218.438 m
2991 29.7832 218.375 29.6504 218.326 29.5098 218.289 c
2992 29.3691 218.253 29.2103 218.234 29.0332 218.234 c
2993 28.4290 218.234 27.9629 218.432 27.6348 218.828 c
2994 27.3066 219.224 27.1426 219.797 27.1426 220.547 c
2995 27.1426 224.000 l
2996 26.0645 224.000 l
2997 26.0645 217.438 l
2998 27.1426 217.438 l
2999 27.1426 218.453 l
3000 27.3717 218.057 27.6686 217.763 28.0332 217.570 c
3001 28.3978 217.378 28.8405 217.281 29.3613 217.281 c
3002 29.4342 217.281 29.5150 217.286 29.6035 217.297 c
3003 29.6921 217.307 29.7884 217.323 29.8926 217.344 c
3004 29.9082 218.438 l
3005 h
3006 33.5762 218.188 m
3007 33.0033 218.188 32.5475 218.414 32.2090 218.867 c
3008 31.8704 219.320 31.7012 219.938 31.7012 220.719 c
3009 31.7012 221.510 31.8678 222.130 32.2012 222.578 c
3010 32.5345 223.026 32.9928 223.250 33.5762 223.250 c
3011 34.1491 223.250 34.6048 223.023 34.9434 222.570 c
3012 35.2819 222.117 35.4512 221.500 35.4512 220.719 c
3013 35.4512 219.948 35.2819 219.333 34.9434 218.875 c
3014 34.6048 218.417 34.1491 218.188 33.5762 218.188 c
3015 h
3016 33.5762 217.281 m
3017 34.5137 217.281 35.2507 217.586 35.7871 218.195 c
3018 36.3236 218.805 36.5918 219.646 36.5918 220.719 c
3019 36.5918 221.792 36.3236 222.635 35.7871 223.250 c
3020 35.2507 223.865 34.5137 224.172 33.5762 224.172 c
3021 32.6387 224.172 31.9017 223.865 31.3652 223.250 c
3022 30.8288 222.635 30.5605 221.792 30.5605 220.719 c
3023 30.5605 219.646 30.8288 218.805 31.3652 218.195 c
3024 31.9017 217.586 32.6387 217.281 33.5762 217.281 c
3025 h
3026 41.3555 220.703 m
3027 40.4909 220.703 39.8893 220.802 39.5508 221.000 c
3028 39.2122 221.198 39.0430 221.536 39.0430 222.016 c
3029 39.0430 222.401 39.1706 222.706 39.4258 222.930 c
3030 39.6810 223.154 40.0221 223.266 40.4492 223.266 c
3031 41.0534 223.266 41.5352 223.055 41.8945 222.633 c
3032 42.2539 222.211 42.4336 221.646 42.4336 220.938 c
3033 42.4336 220.703 l
3034 41.3555 220.703 l
3035 h
3036 43.5117 220.250 m
3037 43.5117 224.000 l
3038 42.4336 224.000 l
3039 42.4336 223.000 l
3040 42.1836 223.396 41.8763 223.690 41.5117 223.883 c
3041 41.1471 224.076 40.6992 224.172 40.1680 224.172 c
3042 39.4909 224.172 38.9544 223.982 38.5586 223.602 c
3043 38.1628 223.221 37.9648 222.719 37.9648 222.094 c
3044 37.9648 221.354 38.2122 220.797 38.7070 220.422 c
3045 39.2018 220.047 39.9388 219.859 40.9180 219.859 c
3046 42.4336 219.859 l
3047 42.4336 219.750 l
3048 42.4336 219.250 42.2695 218.865 41.9414 218.594 c
3049 41.6133 218.323 41.1576 218.188 40.5742 218.188 c
3050 40.1992 218.188 39.8320 218.234 39.4727 218.328 c
3051 39.1133 218.422 38.7721 218.557 38.4492 218.734 c
3052 38.4492 217.734 l
3053 38.8451 217.578 39.2279 217.464 39.5977 217.391 c
3054 39.9674 217.318 40.3294 217.281 40.6836 217.281 c
3055 41.6315 217.281 42.3398 217.526 42.8086 218.016 c
3056 43.2773 218.505 43.5117 219.250 43.5117 220.250 c
3057 h
3058 50.4590 217.688 m
3059 50.4590 218.703 l
3060 50.1465 218.526 49.8392 218.396 49.5371 218.312 c
3061 49.2350 218.229 48.9277 218.188 48.6152 218.188 c
3062 47.9069 218.188 47.3600 218.409 46.9746 218.852 c
3063 46.5892 219.294 46.3965 219.917 46.3965 220.719 c
3064 46.3965 221.521 46.5892 222.143 46.9746 222.586 c
3065 47.3600 223.029 47.9069 223.250 48.6152 223.250 c
3066 48.9277 223.250 49.2350 223.208 49.5371 223.125 c
3067 49.8392 223.042 50.1465 222.917 50.4590 222.750 c
3068 50.4590 223.750 l
3069 50.1569 223.885 49.8444 223.990 49.5215 224.062 c
3070 49.1986 224.135 48.8548 224.172 48.4902 224.172 c
3071 47.5007 224.172 46.7142 223.862 46.1309 223.242 c
3072 45.5475 222.622 45.2559 221.781 45.2559 220.719 c
3073 45.2559 219.656 45.5501 218.818 46.1387 218.203 c
3074 46.7272 217.589 47.5371 217.281 48.5684 217.281 c
3075 48.8913 217.281 49.2116 217.315 49.5293 217.383 c
3076 49.8470 217.451 50.1569 217.552 50.4590 217.688 c
3077 h
3078 57.7910 220.031 m
3079 57.7910 224.000 l
3080 56.7129 224.000 l
3081 56.7129 220.078 l
3082 56.7129 219.453 56.5905 218.987 56.3457 218.680 c
3083 56.1009 218.372 55.7389 218.219 55.2598 218.219 c
3084 54.6764 218.219 54.2155 218.404 53.8770 218.773 c
3085 53.5384 219.143 53.3691 219.651 53.3691 220.297 c
3086 53.3691 224.000 l
3087 52.2910 224.000 l
3088 52.2910 214.875 l
3089 53.3691 214.875 l
3090 53.3691 218.453 l
3091 53.6296 218.057 53.9342 217.763 54.2832 217.570 c
3092 54.6322 217.378 55.0358 217.281 55.4941 217.281 c
3093 56.2441 217.281 56.8145 217.513 57.2051 217.977 c
3094 57.5957 218.440 57.7910 219.125 57.7910 220.031 c
3095 h
3096 59.9277 217.438 m
3097 61.0059 217.438 l
3098 61.0059 224.000 l
3099 59.9277 224.000 l
3100 59.9277 217.438 l
3101 h
3102 59.9277 214.875 m
3103 61.0059 214.875 l
3104 61.0059 216.250 l
3105 59.9277 216.250 l
3106 59.9277 214.875 l
3107 h
3108 68.7305 220.031 m
3109 68.7305 224.000 l
3110 67.6523 224.000 l
3111 67.6523 220.078 l
3112 67.6523 219.453 67.5299 218.987 67.2852 218.680 c
3113 67.0404 218.372 66.6784 218.219 66.1992 218.219 c
3114 65.6159 218.219 65.1549 218.404 64.8164 218.773 c
3115 64.4779 219.143 64.3086 219.651 64.3086 220.297 c
3116 64.3086 224.000 l
3117 63.2305 224.000 l
3118 63.2305 217.438 l
3119 64.3086 217.438 l
3120 64.3086 218.453 l
3121 64.5690 218.057 64.8737 217.763 65.2227 217.570 c
3122 65.5716 217.378 65.9753 217.281 66.4336 217.281 c
3123 67.1836 217.281 67.7539 217.513 68.1445 217.977 c
3124 68.5352 218.440 68.7305 219.125 68.7305 220.031 c
3125 h
3126 75.1953 220.641 m
3127 75.1953 219.859 75.0339 219.255 74.7109 218.828 c
3128 74.3880 218.401 73.9349 218.188 73.3516 218.188 c
3129 72.7786 218.188 72.3307 218.401 72.0078 218.828 c
3130 71.6849 219.255 71.5234 219.859 71.5234 220.641 c
3131 71.5234 221.422 71.6849 222.026 72.0078 222.453 c
3132 72.3307 222.880 72.7786 223.094 73.3516 223.094 c
3133 73.9349 223.094 74.3880 222.880 74.7109 222.453 c
3134 75.0339 222.026 75.1953 221.422 75.1953 220.641 c
3135 h
3136 76.2734 223.188 m
3137 76.2734 224.302 76.0260 225.133 75.5312 225.680 c
3138 75.0365 226.227 74.2734 226.500 73.2422 226.500 c
3139 72.8672 226.500 72.5104 226.471 72.1719 226.414 c
3140 71.8333 226.357 71.5078 226.271 71.1953 226.156 c
3141 71.1953 225.109 l
3142 71.5078 225.276 71.8203 225.401 72.1328 225.484 c
3143 72.4453 225.568 72.7578 225.609 73.0703 225.609 c
3144 73.7786 225.609 74.3099 225.424 74.6641 225.055 c
3145 75.0182 224.685 75.1953 224.125 75.1953 223.375 c
3146 75.1953 222.844 l
3147 74.9661 223.229 74.6797 223.518 74.3359 223.711 c
3148 73.9922 223.904 73.5755 224.000 73.0859 224.000 c
3149 72.2839 224.000 71.6354 223.693 71.1406 223.078 c
3150 70.6458 222.464 70.3984 221.651 70.3984 220.641 c
3151 70.3984 219.630 70.6458 218.818 71.1406 218.203 c
3152 71.6354 217.589 72.2839 217.281 73.0859 217.281 c
3153 73.5755 217.281 73.9922 217.378 74.3359 217.570 c
3154 74.6797 217.763 74.9661 218.052 75.1953 218.438 c
3155 75.1953 217.438 l
3156 76.2734 217.438 l
3157 76.2734 223.188 l
3158 h
3159 f
3160 0.00000 0.00000 0.00000 RG
3161 .647059 .682353 .807843 RG
3162 newpath
3163 84.0000 212.500 m
3164 84.0000 227.500 l
3165 84.0000 228.881 85.1193 230.000 86.5000 230.000 c
3166 138.500 230.000 l
3167 139.881 230.000 141.000 228.881 141.000 227.500 c
3168 141.000 212.500 l
3169 141.000 211.119 139.881 210.000 138.500 210.000 c
3170 86.5000 210.000 l
3171 85.1193 210.000 84.0000 211.119 84.0000 212.500 c
3172 h
3173 f
3174 0.00000 0.00000 0.00000 RG
3175 newpath
3176 84.0000 212.500 m
3177 84.0000 227.500 l
3178 84.0000 228.881 85.1193 230.000 86.5000 230.000 c
3179 138.500 230.000 l
3180 139.881 230.000 141.000 228.881 141.000 227.500 c
3181 141.000 212.500 l
3182 141.000 211.119 139.881 210.000 138.500 210.000 c
3183 86.5000 210.000 l
3184 85.1193 210.000 84.0000 211.119 84.0000 212.500 c
3185 h
3186 S
3187 newpath
3188 90.1250 214.875 m
3189 91.2031 214.875 l
3190 91.2031 224.000 l
3191 90.1250 224.000 l
3192 90.1250 214.875 l
3193 h
3194 96.0059 218.188 m
3195 95.4329 218.188 94.9772 218.414 94.6387 218.867 c
3196 94.3001 219.320 94.1309 219.938 94.1309 220.719 c
3197 94.1309 221.510 94.2975 222.130 94.6309 222.578 c
3198 94.9642 223.026 95.4225 223.250 96.0059 223.250 c
3199 96.5788 223.250 97.0345 223.023 97.3730 222.570 c
3200 97.7116 222.117 97.8809 221.500 97.8809 220.719 c
3201 97.8809 219.948 97.7116 219.333 97.3730 218.875 c
3202 97.0345 218.417 96.5788 218.188 96.0059 218.188 c
3203 h
3204 96.0059 217.281 m
3205 96.9434 217.281 97.6803 217.586 98.2168 218.195 c
3206 98.7533 218.805 99.0215 219.646 99.0215 220.719 c
3207 99.0215 221.792 98.7533 222.635 98.2168 223.250 c
3208 97.6803 223.865 96.9434 224.172 96.0059 224.172 c
3209 95.0684 224.172 94.3314 223.865 93.7949 223.250 c
3210 93.2585 222.635 92.9902 221.792 92.9902 220.719 c
3211 92.9902 219.646 93.2585 218.805 93.7949 218.195 c
3212 94.3314 217.586 95.0684 217.281 96.0059 217.281 c
3213 h
3214 100.176 217.438 m
3215 101.254 217.438 l
3216 102.613 222.562 l
3217 103.941 217.438 l
3218 105.223 217.438 l
3219 106.566 222.562 l
3220 107.910 217.438 l
3221 108.988 217.438 l
3222 107.270 224.000 l
3223 106.004 224.000 l
3224 104.582 218.625 l
3225 103.176 224.000 l
3226 101.895 224.000 l
3227 100.176 217.438 l
3228 h
3229 116.240 220.453 m
3230 116.240 220.969 l
3231 111.271 220.969 l
3232 111.324 221.719 111.550 222.286 111.951 222.672 c
3233 112.352 223.057 112.907 223.250 113.615 223.250 c
3234 114.032 223.250 114.436 223.201 114.826 223.102 c
3235 115.217 223.003 115.605 222.849 115.990 222.641 c
3236 115.990 223.672 l
3237 115.594 223.828 115.193 223.951 114.787 224.039 c
3238 114.381 224.128 113.969 224.172 113.553 224.172 c
3239 112.511 224.172 111.683 223.867 111.068 223.258 c
3240 110.454 222.648 110.146 221.823 110.146 220.781 c
3241 110.146 219.708 110.438 218.857 111.021 218.227 c
3242 111.605 217.596 112.386 217.281 113.365 217.281 c
3243 114.251 217.281 114.951 217.565 115.467 218.133 c
3244 115.982 218.701 116.240 219.474 116.240 220.453 c
3245 h
3246 115.162 220.125 m
3247 115.152 219.542 114.985 219.073 114.662 218.719 c
3248 114.339 218.365 113.912 218.188 113.381 218.188 c
3249 112.777 218.188 112.295 218.359 111.936 218.703 c
3250 111.576 219.047 111.370 219.526 111.318 220.141 c
3251 115.162 220.125 l
3252 h
3253 121.811 218.438 m
3254 121.686 218.375 121.553 218.326 121.412 218.289 c
3255 121.271 218.253 121.113 218.234 120.936 218.234 c
3256 120.331 218.234 119.865 218.432 119.537 218.828 c
3257 119.209 219.224 119.045 219.797 119.045 220.547 c
3258 119.045 224.000 l
3259 117.967 224.000 l
3260 117.967 217.438 l
3261 119.045 217.438 l
3262 119.045 218.453 l
3263 119.274 218.057 119.571 217.763 119.936 217.570 c
3264 120.300 217.378 120.743 217.281 121.264 217.281 c
3265 121.337 217.281 121.417 217.286 121.506 217.297 c
3266 121.594 217.307 121.691 217.323 121.795 217.344 c
3267 121.811 218.438 l
3268 h
3269 128.557 220.453 m
3270 128.557 220.969 l
3271 123.588 220.969 l
3272 123.640 221.719 123.867 222.286 124.268 222.672 c
3273 124.669 223.057 125.223 223.250 125.932 223.250 c
3274 126.348 223.250 126.752 223.201 127.143 223.102 c
3275 127.533 223.003 127.921 222.849 128.307 222.641 c
3276 128.307 223.672 l
3277 127.911 223.828 127.510 223.951 127.104 224.039 c
3278 126.697 224.128 126.286 224.172 125.869 224.172 c
3279 124.827 224.172 123.999 223.867 123.385 223.258 c
3280 122.770 222.648 122.463 221.823 122.463 220.781 c
3281 122.463 219.708 122.755 218.857 123.338 218.227 c
3282 123.921 217.596 124.702 217.281 125.682 217.281 c
3283 126.567 217.281 127.268 217.565 127.783 218.133 c
3284 128.299 218.701 128.557 219.474 128.557 220.453 c
3285 h
3286 127.479 220.125 m
3287 127.468 219.542 127.301 219.073 126.979 218.719 c
3288 126.656 218.365 126.229 218.188 125.697 218.188 c
3289 125.093 218.188 124.611 218.359 124.252 218.703 c
3290 123.893 219.047 123.687 219.526 123.635 220.141 c
3291 127.479 220.125 l
3292 h
3293 134.643 218.438 m
3294 134.643 214.875 l
3295 135.721 214.875 l
3296 135.721 224.000 l
3297 134.643 224.000 l
3298 134.643 223.016 l
3299 134.413 223.401 134.127 223.690 133.783 223.883 c
3300 133.439 224.076 133.023 224.172 132.533 224.172 c
3301 131.742 224.172 131.096 223.854 130.596 223.219 c
3302 130.096 222.583 129.846 221.750 129.846 220.719 c
3303 129.846 219.688 130.096 218.857 130.596 218.227 c
3304 131.096 217.596 131.742 217.281 132.533 217.281 c
3305 133.023 217.281 133.439 217.375 133.783 217.562 c
3306 134.127 217.750 134.413 218.042 134.643 218.438 c
3307 h
3308 130.971 220.719 m
3309 130.971 221.510 131.132 222.133 131.455 222.586 c
3310 131.778 223.039 132.226 223.266 132.799 223.266 c
3311 133.372 223.266 133.822 223.039 134.150 222.586 c
3312 134.479 222.133 134.643 221.510 134.643 220.719 c
3313 134.643 219.927 134.479 219.307 134.150 218.859 c
3314 133.822 218.411 133.372 218.188 132.799 218.188 c
3315 132.226 218.188 131.778 218.411 131.455 218.859 c
3316 131.132 219.307 130.971 219.927 130.971 220.719 c
3317 h
3318 f
3319 .807843 .811765 1.00000 RG
3320 newpath
3321 183.000 210.000 m
3322 188.000 210.000 l
3323 188.000 240.000 l
3324 183.000 240.000 l
3325 183.000 210.000 l
3326 h
3327 f
3328 .274510 .274510 .274510 RG
3329 newpath
3330 182.500 210.500 m
3331 182.500 235.500 l
3332 S
3333 newpath
3334 188.500 210.500 m
3335 188.500 235.500 l
3336 S
3337 0.00000 0.00000 0.00000 RG
3338 .647059 .682353 .807843 RG
3339 newpath
3340 242.000 212.500 m
3341 242.000 227.500 l
3342 242.000 228.881 243.119 230.000 244.500 230.000 c
3343 253.500 230.000 l
3344 254.881 230.000 256.000 228.881 256.000 227.500 c
3345 256.000 212.500 l
3346 256.000 211.119 254.881 210.000 253.500 210.000 c
3347 244.500 210.000 l
3348 243.119 210.000 242.000 211.119 242.000 212.500 c
3349 h
3350 f
3351 0.00000 0.00000 0.00000 RG
3352 newpath
3353 242.000 212.500 m
3354 242.000 227.500 l
3355 242.000 228.881 243.119 230.000 244.500 230.000 c
3356 253.500 230.000 l
3357 254.881 230.000 256.000 228.881 256.000 227.500 c
3358 256.000 212.500 l
3359 256.000 211.119 254.881 210.000 253.500 210.000 c
3360 244.500 210.000 l
3361 243.119 210.000 242.000 211.119 242.000 212.500 c
3362 h
3363 S
3364 newpath
3365 247.594 220.234 m
3366 250.750 220.234 l
3367 250.750 221.188 l
3368 247.594 221.188 l
3369 247.594 220.234 l
3370 h
3371 f
3372 .647059 .682353 .807843 RG
3373 newpath
3374 18.0000 272.500 m
3375 18.0000 287.500 l
3376 18.0000 288.881 19.1193 290.000 20.5000 290.000 c
3377 65.5000 290.000 l
3378 66.8807 290.000 68.0000 288.881 68.0000 287.500 c
3379 68.0000 272.500 l
3380 68.0000 271.119 66.8807 270.000 65.5000 270.000 c
3381 20.5000 270.000 l
3382 19.1193 270.000 18.0000 271.119 18.0000 272.500 c
3383 h
3384 f
3385 0.00000 0.00000 0.00000 RG
3386 newpath
3387 18.0000 272.500 m
3388 18.0000 287.500 l
3389 18.0000 288.881 19.1193 290.000 20.5000 290.000 c
3390 65.5000 290.000 l
3391 66.8807 290.000 68.0000 288.881 68.0000 287.500 c
3392 68.0000 272.500 l
3393 68.0000 271.119 66.8807 270.000 65.5000 270.000 c
3394 20.5000 270.000 l
3395 19.1193 270.000 18.0000 271.119 18.0000 272.500 c
3396 h
3397 S
3398 newpath
3399 24.0156 281.406 m
3400 24.0156 277.438 l
3401 25.0938 277.438 l
3402 25.0938 281.375 l
3403 25.0938 281.990 25.2161 282.453 25.4609 282.766 c
3404 25.7057 283.078 26.0677 283.234 26.5469 283.234 c
3405 27.1302 283.234 27.5911 283.049 27.9297 282.680 c
3406 28.2682 282.310 28.4375 281.802 28.4375 281.156 c
3407 28.4375 277.438 l
3408 29.5156 277.438 l
3409 29.5156 284.000 l
3410 28.4375 284.000 l
3411 28.4375 282.984 l
3412 28.1771 283.391 27.8750 283.690 27.5312 283.883 c
3413 27.1875 284.076 26.7865 284.172 26.3281 284.172 c
3414 25.5677 284.172 24.9922 283.938 24.6016 283.469 c
3415 24.2109 283.000 24.0156 282.312 24.0156 281.406 c
3416 h
3417 26.7344 277.281 m
3418 26.7344 277.281 l
3419 h
3420 37.1992 280.031 m
3421 37.1992 284.000 l
3422 36.1211 284.000 l
3423 36.1211 280.078 l
3424 36.1211 279.453 35.9987 278.987 35.7539 278.680 c
3425 35.5091 278.372 35.1471 278.219 34.6680 278.219 c
3426 34.0846 278.219 33.6237 278.404 33.2852 278.773 c
3427 32.9466 279.143 32.7773 279.651 32.7773 280.297 c
3428 32.7773 284.000 l
3429 31.6992 284.000 l
3430 31.6992 277.438 l
3431 32.7773 277.438 l
3432 32.7773 278.453 l
3433 33.0378 278.057 33.3424 277.763 33.6914 277.570 c
3434 34.0404 277.378 34.4440 277.281 34.9023 277.281 c
3435 35.6523 277.281 36.2227 277.513 36.6133 277.977 c
3436 37.0039 278.440 37.1992 279.125 37.1992 280.031 c
3437 h
3438 43.5234 277.625 m
3439 43.5234 278.656 l
3440 43.2214 278.500 42.9062 278.383 42.5781 278.305 c
3441 42.2500 278.227 41.9089 278.188 41.5547 278.188 c
3442 41.0234 278.188 40.6224 278.268 40.3516 278.430 c
3443 40.0807 278.591 39.9453 278.839 39.9453 279.172 c
3444 39.9453 279.422 40.0417 279.617 40.2344 279.758 c
3445 40.4271 279.898 40.8151 280.031 41.3984 280.156 c
3446 41.7578 280.250 l
3447 42.5286 280.406 43.0755 280.635 43.3984 280.938 c
3448 43.7214 281.240 43.8828 281.656 43.8828 282.188 c
3449 43.8828 282.802 43.6406 283.286 43.1562 283.641 c
3450 42.6719 283.995 42.0078 284.172 41.1641 284.172 c
3451 40.8099 284.172 40.4427 284.138 40.0625 284.070 c
3452 39.6823 284.003 39.2839 283.901 38.8672 283.766 c
3453 38.8672 282.641 l
3454 39.2630 282.849 39.6536 283.005 40.0391 283.109 c
3455 40.4245 283.214 40.8099 283.266 41.1953 283.266 c
3456 41.6953 283.266 42.0833 283.180 42.3594 283.008 c
3457 42.6354 282.836 42.7734 282.589 42.7734 282.266 c
3458 42.7734 281.974 42.6745 281.750 42.4766 281.594 c
3459 42.2786 281.438 41.8464 281.286 41.1797 281.141 c
3460 40.8047 281.062 l
3461 40.1380 280.917 39.6562 280.698 39.3594 280.406 c
3462 39.0625 280.115 38.9141 279.719 38.9141 279.219 c
3463 38.9141 278.594 39.1328 278.115 39.5703 277.781 c
3464 40.0078 277.448 40.6276 277.281 41.4297 277.281 c
3465 41.8255 277.281 42.2005 277.310 42.5547 277.367 c
3466 42.9089 277.424 43.2318 277.510 43.5234 277.625 c
3467 h
3468 48.5723 280.703 m
3469 47.7077 280.703 47.1061 280.802 46.7676 281.000 c
3470 46.4290 281.198 46.2598 281.536 46.2598 282.016 c
3471 46.2598 282.401 46.3874 282.706 46.6426 282.930 c
3472 46.8978 283.154 47.2389 283.266 47.6660 283.266 c
3473 48.2702 283.266 48.7520 283.055 49.1113 282.633 c
3474 49.4707 282.211 49.6504 281.646 49.6504 280.938 c
3475 49.6504 280.703 l
3476 48.5723 280.703 l
3477 h
3478 50.7285 280.250 m
3479 50.7285 284.000 l
3480 49.6504 284.000 l
3481 49.6504 283.000 l
3482 49.4004 283.396 49.0931 283.690 48.7285 283.883 c
3483 48.3639 284.076 47.9160 284.172 47.3848 284.172 c
3484 46.7077 284.172 46.1712 283.982 45.7754 283.602 c
3485 45.3796 283.221 45.1816 282.719 45.1816 282.094 c
3486 45.1816 281.354 45.4290 280.797 45.9238 280.422 c
3487 46.4186 280.047 47.1556 279.859 48.1348 279.859 c
3488 49.6504 279.859 l
3489 49.6504 279.750 l
3490 49.6504 279.250 49.4863 278.865 49.1582 278.594 c
3491 48.8301 278.323 48.3743 278.188 47.7910 278.188 c
3492 47.4160 278.188 47.0488 278.234 46.6895 278.328 c
3493 46.3301 278.422 45.9889 278.557 45.6660 278.734 c
3494 45.6660 277.734 l
3495 46.0618 277.578 46.4447 277.464 46.8145 277.391 c
3496 47.1842 277.318 47.5462 277.281 47.9004 277.281 c
3497 48.8483 277.281 49.5566 277.526 50.0254 278.016 c
3498 50.4941 278.505 50.7285 279.250 50.7285 280.250 c
3499 h
3500 56.2695 274.875 m
3501 56.2695 275.781 l
3502 55.2383 275.781 l
3503 54.8529 275.781 54.5846 275.859 54.4336 276.016 c
3504 54.2826 276.172 54.2070 276.453 54.2070 276.859 c
3505 54.2070 277.438 l
3506 55.9883 277.438 l
3507 55.9883 278.281 l
3508 54.2070 278.281 l
3509 54.2070 284.000 l
3510 53.1289 284.000 l
3511 53.1289 278.281 l
3512 52.0977 278.281 l
3513 52.0977 277.438 l
3514 53.1289 277.438 l
3515 53.1289 276.984 l
3516 53.1289 276.255 53.2982 275.721 53.6367 275.383 c
3517 53.9753 275.044 54.5143 274.875 55.2539 274.875 c
3518 56.2695 274.875 l
3519 h
3520 62.7910 280.453 m
3521 62.7910 280.969 l
3522 57.8223 280.969 l
3523 57.8743 281.719 58.1009 282.286 58.5020 282.672 c
3524 58.9030 283.057 59.4577 283.250 60.1660 283.250 c
3525 60.5827 283.250 60.9863 283.201 61.3770 283.102 c
3526 61.7676 283.003 62.1556 282.849 62.5410 282.641 c
3527 62.5410 283.672 l
3528 62.1452 283.828 61.7441 283.951 61.3379 284.039 c
3529 60.9316 284.128 60.5202 284.172 60.1035 284.172 c
3530 59.0618 284.172 58.2337 283.867 57.6191 283.258 c
3531 57.0046 282.648 56.6973 281.823 56.6973 280.781 c
3532 56.6973 279.708 56.9889 278.857 57.5723 278.227 c
3533 58.1556 277.596 58.9368 277.281 59.9160 277.281 c
3534 60.8014 277.281 61.5020 277.565 62.0176 278.133 c
3535 62.5332 278.701 62.7910 279.474 62.7910 280.453 c
3536 h
3537 61.7129 280.125 m
3538 61.7025 279.542 61.5358 279.073 61.2129 278.719 c
3539 60.8900 278.365 60.4629 278.188 59.9316 278.188 c
3540 59.3275 278.188 58.8457 278.359 58.4863 278.703 c
3541 58.1270 279.047 57.9212 279.526 57.8691 280.141 c
3542 61.7129 280.125 l
3543 h
3544 f
3545 .807843 .811765 1.00000 RG
3546 newpath
3547 110.000 270.000 m
3548 115.000 270.000 l
3549 115.000 300.000 l
3550 110.000 300.000 l
3551 110.000 270.000 l
3552 h
3553 f
3554 .274510 .274510 .274510 RG
3555 newpath
3556 109.500 270.500 m
3557 109.500 295.500 l
3558 S
3559 newpath
3560 115.500 270.500 m
3561 115.500 295.500 l
3562 S
3563 0.00000 0.00000 0.00000 RG
3564 .807843 .811765 1.00000 RG
3565 newpath
3566 183.000 270.000 m
3567 188.000 270.000 l
3568 188.000 300.000 l
3569 183.000 300.000 l
3570 183.000 270.000 l
3571 h
3572 f
3573 .274510 .274510 .274510 RG
3574 newpath
3575 182.500 270.500 m
3576 182.500 295.500 l
3577 S
3578 newpath
3579 188.500 270.500 m
3580 188.500 295.500 l
3581 S
3582 0.00000 0.00000 0.00000 RG
3583 .647059 .682353 .807843 RG
3584 newpath
3585 242.000 272.500 m
3586 242.000 287.500 l
3587 242.000 288.881 243.119 290.000 244.500 290.000 c
3588 253.500 290.000 l
3589 254.881 290.000 256.000 288.881 256.000 287.500 c
3590 256.000 272.500 l
3591 256.000 271.119 254.881 270.000 253.500 270.000 c
3592 244.500 270.000 l
3593 243.119 270.000 242.000 271.119 242.000 272.500 c
3594 h
3595 f
3596 0.00000 0.00000 0.00000 RG
3597 newpath
3598 242.000 272.500 m
3599 242.000 287.500 l
3600 242.000 288.881 243.119 290.000 244.500 290.000 c
3601 253.500 290.000 l
3602 254.881 290.000 256.000 288.881 256.000 287.500 c
3603 256.000 272.500 l
3604 256.000 271.119 254.881 270.000 253.500 270.000 c
3605 244.500 270.000 l
3606 243.119 270.000 242.000 271.119 242.000 272.500 c
3607 h
3608 S
3609 newpath
3610 247.594 280.234 m
3611 250.750 280.234 l
3612 250.750 281.188 l
3613 247.594 281.188 l
3614 247.594 280.234 l
3615 h
3616 f
3617 .647059 .682353 .807843 RG
3618 newpath
3619 26.0000 332.500 m
3620 26.0000 347.500 l
3621 26.0000 348.881 27.1193 350.000 28.5000 350.000 c
3622 58.5000 350.000 l
3623 59.8807 350.000 61.0000 348.881 61.0000 347.500 c
3624 61.0000 332.500 l
3625 61.0000 331.119 59.8807 330.000 58.5000 330.000 c
3626 28.5000 330.000 l
3627 27.1193 330.000 26.0000 331.119 26.0000 332.500 c
3628 h
3629 f
3630 0.00000 0.00000 0.00000 RG
3631 newpath
3632 26.0000 332.500 m
3633 26.0000 347.500 l
3634 26.0000 348.881 27.1193 350.000 28.5000 350.000 c
3635 58.5000 350.000 l
3636 59.8807 350.000 61.0000 348.881 61.0000 347.500 c
3637 61.0000 332.500 l
3638 61.0000 331.119 59.8807 330.000 58.5000 330.000 c
3639 28.5000 330.000 l
3640 27.1193 330.000 26.0000 331.119 26.0000 332.500 c
3641 h
3642 S
3643 newpath
3644 36.3125 337.625 m
3645 36.3125 338.656 l
3646 36.0104 338.500 35.6953 338.383 35.3672 338.305 c
3647 35.0391 338.227 34.6979 338.188 34.3438 338.188 c
3648 33.8125 338.188 33.4115 338.268 33.1406 338.430 c
3649 32.8698 338.591 32.7344 338.839 32.7344 339.172 c
3650 32.7344 339.422 32.8307 339.617 33.0234 339.758 c
3651 33.2161 339.898 33.6042 340.031 34.1875 340.156 c
3652 34.5469 340.250 l
3653 35.3177 340.406 35.8646 340.635 36.1875 340.938 c
3654 36.5104 341.240 36.6719 341.656 36.6719 342.188 c
3655 36.6719 342.802 36.4297 343.286 35.9453 343.641 c
3656 35.4609 343.995 34.7969 344.172 33.9531 344.172 c
3657 33.5990 344.172 33.2318 344.138 32.8516 344.070 c
3658 32.4714 344.003 32.0729 343.901 31.6562 343.766 c
3659 31.6562 342.641 l
3660 32.0521 342.849 32.4427 343.005 32.8281 343.109 c
3661 33.2135 343.214 33.5990 343.266 33.9844 343.266 c
3662 34.4844 343.266 34.8724 343.180 35.1484 343.008 c
3663 35.4245 342.836 35.5625 342.589 35.5625 342.266 c
3664 35.5625 341.974 35.4635 341.750 35.2656 341.594 c
3665 35.0677 341.438 34.6354 341.286 33.9688 341.141 c
3666 33.5938 341.062 l
3667 32.9271 340.917 32.4453 340.698 32.1484 340.406 c
3668 31.8516 340.115 31.7031 339.719 31.7031 339.219 c
3669 31.7031 338.594 31.9219 338.115 32.3594 337.781 c
3670 32.7969 337.448 33.4167 337.281 34.2188 337.281 c
3671 34.6146 337.281 34.9896 337.310 35.3438 337.367 c
3672 35.6979 337.424 36.0208 337.510 36.3125 337.625 c
3673 h
3674 41.3613 340.703 m
3675 40.4967 340.703 39.8952 340.802 39.5566 341.000 c
3676 39.2181 341.198 39.0488 341.536 39.0488 342.016 c
3677 39.0488 342.401 39.1764 342.706 39.4316 342.930 c
3678 39.6868 343.154 40.0280 343.266 40.4551 343.266 c
3679 41.0592 343.266 41.5410 343.055 41.9004 342.633 c
3680 42.2598 342.211 42.4395 341.646 42.4395 340.938 c
3681 42.4395 340.703 l
3682 41.3613 340.703 l
3683 h
3684 43.5176 340.250 m
3685 43.5176 344.000 l
3686 42.4395 344.000 l
3687 42.4395 343.000 l
3688 42.1895 343.396 41.8822 343.690 41.5176 343.883 c
3689 41.1530 344.076 40.7051 344.172 40.1738 344.172 c
3690 39.4967 344.172 38.9603 343.982 38.5645 343.602 c
3691 38.1686 343.221 37.9707 342.719 37.9707 342.094 c
3692 37.9707 341.354 38.2181 340.797 38.7129 340.422 c
3693 39.2077 340.047 39.9447 339.859 40.9238 339.859 c
3694 42.4395 339.859 l
3695 42.4395 339.750 l
3696 42.4395 339.250 42.2754 338.865 41.9473 338.594 c
3697 41.6191 338.323 41.1634 338.188 40.5801 338.188 c
3698 40.2051 338.188 39.8379 338.234 39.4785 338.328 c
3699 39.1191 338.422 38.7780 338.557 38.4551 338.734 c
3700 38.4551 337.734 l
3701 38.8509 337.578 39.2337 337.464 39.6035 337.391 c
3702 39.9733 337.318 40.3353 337.281 40.6895 337.281 c
3703 41.6374 337.281 42.3457 337.526 42.8145 338.016 c
3704 43.2832 338.505 43.5176 339.250 43.5176 340.250 c
3705 h
3706 49.0586 334.875 m
3707 49.0586 335.781 l
3708 48.0273 335.781 l
3709 47.6419 335.781 47.3737 335.859 47.2227 336.016 c
3710 47.0716 336.172 46.9961 336.453 46.9961 336.859 c
3711 46.9961 337.438 l
3712 48.7773 337.438 l
3713 48.7773 338.281 l
3714 46.9961 338.281 l
3715 46.9961 344.000 l
3716 45.9180 344.000 l
3717 45.9180 338.281 l
3718 44.8867 338.281 l
3719 44.8867 337.438 l
3720 45.9180 337.438 l
3721 45.9180 336.984 l
3722 45.9180 336.255 46.0872 335.721 46.4258 335.383 c
3723 46.7643 335.044 47.3034 334.875 48.0430 334.875 c
3724 49.0586 334.875 l
3725 h
3726 55.5801 340.453 m
3727 55.5801 340.969 l
3728 50.6113 340.969 l
3729 50.6634 341.719 50.8900 342.286 51.2910 342.672 c
3730 51.6921 343.057 52.2467 343.250 52.9551 343.250 c
3731 53.3717 343.250 53.7754 343.201 54.1660 343.102 c
3732 54.5566 343.003 54.9447 342.849 55.3301 342.641 c
3733 55.3301 343.672 l
3734 54.9342 343.828 54.5332 343.951 54.1270 344.039 c
3735 53.7207 344.128 53.3092 344.172 52.8926 344.172 c
3736 51.8509 344.172 51.0228 343.867 50.4082 343.258 c
3737 49.7936 342.648 49.4863 341.823 49.4863 340.781 c
3738 49.4863 339.708 49.7780 338.857 50.3613 338.227 c
3739 50.9447 337.596 51.7259 337.281 52.7051 337.281 c
3740 53.5905 337.281 54.2910 337.565 54.8066 338.133 c
3741 55.3223 338.701 55.5801 339.474 55.5801 340.453 c
3742 h
3743 54.5020 340.125 m
3744 54.4915 339.542 54.3249 339.073 54.0020 338.719 c
3745 53.6790 338.365 53.2520 338.188 52.7207 338.188 c
3746 52.1165 338.188 51.6348 338.359 51.2754 338.703 c
3747 50.9160 339.047 50.7103 339.526 50.6582 340.141 c
3748 54.5020 340.125 l
3749 h
3750 f
3751 .807843 .811765 1.00000 RG
3752 newpath
3753 110.000 330.000 m
3754 115.000 330.000 l
3755 115.000 360.000 l
3756 110.000 360.000 l
3757 110.000 330.000 l
3758 h
3759 f
3760 .274510 .274510 .274510 RG
3761 newpath
3762 109.500 330.500 m
3763 109.500 355.500 l
3764 S
3765 newpath
3766 115.500 330.500 m
3767 115.500 355.500 l
3768 S
3769 0.00000 0.00000 0.00000 RG
3770 .807843 .811765 1.00000 RG
3771 newpath
3772 178.000 332.500 m
3773 178.000 347.500 l
3774 178.000 348.881 179.119 350.000 180.500 350.000 c
3775 189.500 350.000 l
3776 190.881 350.000 192.000 348.881 192.000 347.500 c
3777 192.000 332.500 l
3778 192.000 331.119 190.881 330.000 189.500 330.000 c
3779 180.500 330.000 l
3780 179.119 330.000 178.000 331.119 178.000 332.500 c
3781 h
3782 f
3783 .274510 .274510 .274510 RG
3784 newpath
3785 178.000 332.500 m
3786 178.000 347.500 l
3787 178.000 348.881 179.119 350.000 180.500 350.000 c
3788 189.500 350.000 l
3789 190.881 350.000 192.000 348.881 192.000 347.500 c
3790 192.000 332.500 l
3791 192.000 331.119 190.881 330.000 189.500 330.000 c
3792 180.500 330.000 l
3793 179.119 330.000 178.000 331.119 178.000 332.500 c
3794 h
3795 S
3796 newpath
3797 183.594 340.234 m
3798 186.750 340.234 l
3799 186.750 341.188 l
3800 183.594 341.188 l
3801 183.594 340.234 l
3802 h
3803 f
3804 0.00000 0.00000 0.00000 RG
3805 .647059 .682353 .807843 RG
3806 newpath
3807 242.000 332.500 m
3808 242.000 347.500 l
3809 242.000 348.881 243.119 350.000 244.500 350.000 c
3810 253.500 350.000 l
3811 254.881 350.000 256.000 348.881 256.000 347.500 c
3812 256.000 332.500 l
3813 256.000 331.119 254.881 330.000 253.500 330.000 c
3814 244.500 330.000 l
3815 243.119 330.000 242.000 331.119 242.000 332.500 c
3816 h
3817 f
3818 0.00000 0.00000 0.00000 RG
3819 newpath
3820 242.000 332.500 m
3821 242.000 347.500 l
3822 242.000 348.881 243.119 350.000 244.500 350.000 c
3823 253.500 350.000 l
3824 254.881 350.000 256.000 348.881 256.000 347.500 c
3825 256.000 332.500 l
3826 256.000 331.119 254.881 330.000 253.500 330.000 c
3827 244.500 330.000 l
3828 243.119 330.000 242.000 331.119 242.000 332.500 c
3829 h
3830 S
3831 newpath
3832 247.594 340.234 m
3833 250.750 340.234 l
3834 250.750 341.188 l
3835 247.594 341.188 l
3836 247.594 340.234 l
3837 h
3838 f
3839 .647059 .682353 .807843 RG
3840 newpath
3841 22.0000 392.500 m
3842 22.0000 407.500 l
3843 22.0000 408.881 23.1193 410.000 24.5000 410.000 c
3844 62.5000 410.000 l
3845 63.8807 410.000 65.0000 408.881 65.0000 407.500 c
3846 65.0000 392.500 l
3847 65.0000 391.119 63.8807 390.000 62.5000 390.000 c
3848 24.5000 390.000 l
3849 23.1193 390.000 22.0000 391.119 22.0000 392.500 c
3850 h
3851 f
3852 0.00000 0.00000 0.00000 RG
3853 newpath
3854 22.0000 392.500 m
3855 22.0000 407.500 l
3856 22.0000 408.881 23.1193 410.000 24.5000 410.000 c
3857 62.5000 410.000 l
3858 63.8807 410.000 65.0000 408.881 65.0000 407.500 c
3859 65.0000 392.500 l
3860 65.0000 391.119 63.8807 390.000 62.5000 390.000 c
3861 24.5000 390.000 l
3862 23.1193 390.000 22.0000 391.119 22.0000 392.500 c
3863 h
3864 S
3865 newpath
3866 28.1250 397.438 m
3867 29.2031 397.438 l
3868 29.2031 404.000 l
3869 28.1250 404.000 l
3870 28.1250 397.438 l
3871 h
3872 28.1250 394.875 m
3873 29.2031 394.875 l
3874 29.2031 396.250 l
3875 28.1250 396.250 l
3876 28.1250 394.875 l
3877 h
3878 36.9277 400.031 m
3879 36.9277 404.000 l
3880 35.8496 404.000 l
3881 35.8496 400.078 l
3882 35.8496 399.453 35.7272 398.987 35.4824 398.680 c
3883 35.2376 398.372 34.8757 398.219 34.3965 398.219 c
3884 33.8132 398.219 33.3522 398.404 33.0137 398.773 c
3885 32.6751 399.143 32.5059 399.651 32.5059 400.297 c
3886 32.5059 404.000 l
3887 31.4277 404.000 l
3888 31.4277 397.438 l
3889 32.5059 397.438 l
3890 32.5059 398.453 l
3891 32.7663 398.057 33.0710 397.763 33.4199 397.570 c
3892 33.7689 397.378 34.1725 397.281 34.6309 397.281 c
3893 35.3809 397.281 35.9512 397.513 36.3418 397.977 c
3894 36.7324 398.440 36.9277 399.125 36.9277 400.031 c
3895 h
3896 39.0645 397.438 m
3897 40.1426 397.438 l
3898 40.1426 404.000 l
3899 39.0645 404.000 l
3900 39.0645 397.438 l
3901 h
3902 39.0645 394.875 m
3903 40.1426 394.875 l
3904 40.1426 396.250 l
3905 39.0645 396.250 l
3906 39.0645 394.875 l
3907 h
3908 43.4766 395.578 m
3909 43.4766 397.438 l
3910 45.6953 397.438 l
3911 45.6953 398.281 l
3912 43.4766 398.281 l
3913 43.4766 401.844 l
3914 43.4766 402.375 43.5495 402.716 43.6953 402.867 c
3915 43.8411 403.018 44.1380 403.094 44.5859 403.094 c
3916 45.6953 403.094 l
3917 45.6953 404.000 l
3918 44.5859 404.000 l
3919 43.7526 404.000 43.1771 403.844 42.8594 403.531 c
3920 42.5417 403.219 42.3828 402.656 42.3828 401.844 c
3921 42.3828 398.281 l
3922 41.6016 398.281 l
3923 41.6016 397.438 l
3924 42.3828 397.438 l
3925 42.3828 395.578 l
3926 43.4766 395.578 l
3927 h
3928 47.1035 397.438 m
3929 48.1816 397.438 l
3930 48.1816 404.000 l
3931 47.1035 404.000 l
3932 47.1035 397.438 l
3933 h
3934 47.1035 394.875 m
3935 48.1816 394.875 l
3936 48.1816 396.250 l
3937 47.1035 396.250 l
3938 47.1035 394.875 l
3939 h
3940 53.4219 400.703 m
3941 52.5573 400.703 51.9557 400.802 51.6172 401.000 c
3942 51.2786 401.198 51.1094 401.536 51.1094 402.016 c
3943 51.1094 402.401 51.2370 402.706 51.4922 402.930 c
3944 51.7474 403.154 52.0885 403.266 52.5156 403.266 c
3945 53.1198 403.266 53.6016 403.055 53.9609 402.633 c
3946 54.3203 402.211 54.5000 401.646 54.5000 400.938 c
3947 54.5000 400.703 l
3948 53.4219 400.703 l
3949 h
3950 55.5781 400.250 m
3951 55.5781 404.000 l
3952 54.5000 404.000 l
3953 54.5000 403.000 l
3954 54.2500 403.396 53.9427 403.690 53.5781 403.883 c
3955 53.2135 404.076 52.7656 404.172 52.2344 404.172 c
3956 51.5573 404.172 51.0208 403.982 50.6250 403.602 c
3957 50.2292 403.221 50.0312 402.719 50.0312 402.094 c
3958 50.0312 401.354 50.2786 400.797 50.7734 400.422 c
3959 51.2682 400.047 52.0052 399.859 52.9844 399.859 c
3960 54.5000 399.859 l
3961 54.5000 399.750 l
3962 54.5000 399.250 54.3359 398.865 54.0078 398.594 c
3963 53.6797 398.323 53.2240 398.188 52.6406 398.188 c
3964 52.2656 398.188 51.8984 398.234 51.5391 398.328 c
3965 51.1797 398.422 50.8385 398.557 50.5156 398.734 c
3966 50.5156 397.734 l
3967 50.9115 397.578 51.2943 397.464 51.6641 397.391 c
3968 52.0339 397.318 52.3958 397.281 52.7500 397.281 c
3969 53.6979 397.281 54.4062 397.526 54.8750 398.016 c
3970 55.3438 398.505 55.5781 399.250 55.5781 400.250 c
3971 h
3972 57.7910 394.875 m
3973 58.8691 394.875 l
3974 58.8691 404.000 l
3975 57.7910 404.000 l
3976 57.7910 394.875 l
3977 h
3978 f
3979 .807843 .811765 1.00000 RG
3980 newpath
3981 84.0000 392.500 m
3982 84.0000 407.500 l
3983 84.0000 408.881 85.1193 410.000 86.5000 410.000 c
3984 138.500 410.000 l
3985 139.881 410.000 141.000 408.881 141.000 407.500 c
3986 141.000 392.500 l
3987 141.000 391.119 139.881 390.000 138.500 390.000 c
3988 86.5000 390.000 l
3989 85.1193 390.000 84.0000 391.119 84.0000 392.500 c
3990 h
3991 f
3992 .274510 .274510 .274510 RG
3993 newpath
3994 84.0000 392.500 m
3995 84.0000 407.500 l
3996 84.0000 408.881 85.1193 410.000 86.5000 410.000 c
3997 138.500 410.000 l
3998 139.881 410.000 141.000 408.881 141.000 407.500 c
3999 141.000 392.500 l
4000 141.000 391.119 139.881 390.000 138.500 390.000 c
4001 86.5000 390.000 l
4002 85.1193 390.000 84.0000 391.119 84.0000 392.500 c
4003 h
4004 S
4005 newpath
4006 90.1250 394.875 m
4007 91.2031 394.875 l
4008 91.2031 404.000 l
4009 90.1250 404.000 l
4010 90.1250 394.875 l
4011 h
4012 96.0059 398.188 m
4013 95.4329 398.188 94.9772 398.414 94.6387 398.867 c
4014 94.3001 399.320 94.1309 399.938 94.1309 400.719 c
4015 94.1309 401.510 94.2975 402.130 94.6309 402.578 c
4016 94.9642 403.026 95.4225 403.250 96.0059 403.250 c
4017 96.5788 403.250 97.0345 403.023 97.3730 402.570 c
4018 97.7116 402.117 97.8809 401.500 97.8809 400.719 c
4019 97.8809 399.948 97.7116 399.333 97.3730 398.875 c
4020 97.0345 398.417 96.5788 398.188 96.0059 398.188 c
4021 h
4022 96.0059 397.281 m
4023 96.9434 397.281 97.6803 397.586 98.2168 398.195 c
4024 98.7533 398.805 99.0215 399.646 99.0215 400.719 c
4025 99.0215 401.792 98.7533 402.635 98.2168 403.250 c
4026 97.6803 403.865 96.9434 404.172 96.0059 404.172 c
4027 95.0684 404.172 94.3314 403.865 93.7949 403.250 c
4028 93.2585 402.635 92.9902 401.792 92.9902 400.719 c
4029 92.9902 399.646 93.2585 398.805 93.7949 398.195 c
4030 94.3314 397.586 95.0684 397.281 96.0059 397.281 c
4031 h
4032 100.176 397.438 m
4033 101.254 397.438 l
4034 102.613 402.562 l
4035 103.941 397.438 l
4036 105.223 397.438 l
4037 106.566 402.562 l
4038 107.910 397.438 l
4039 108.988 397.438 l
4040 107.270 404.000 l
4041 106.004 404.000 l
4042 104.582 398.625 l
4043 103.176 404.000 l
4044 101.895 404.000 l
4045 100.176 397.438 l
4046 h
4047 116.240 400.453 m
4048 116.240 400.969 l
4049 111.271 400.969 l
4050 111.324 401.719 111.550 402.286 111.951 402.672 c
4051 112.352 403.057 112.907 403.250 113.615 403.250 c
4052 114.032 403.250 114.436 403.201 114.826 403.102 c
4053 115.217 403.003 115.605 402.849 115.990 402.641 c
4054 115.990 403.672 l
4055 115.594 403.828 115.193 403.951 114.787 404.039 c
4056 114.381 404.128 113.969 404.172 113.553 404.172 c
4057 112.511 404.172 111.683 403.867 111.068 403.258 c
4058 110.454 402.648 110.146 401.823 110.146 400.781 c
4059 110.146 399.708 110.438 398.857 111.021 398.227 c
4060 111.605 397.596 112.386 397.281 113.365 397.281 c
4061 114.251 397.281 114.951 397.565 115.467 398.133 c
4062 115.982 398.701 116.240 399.474 116.240 400.453 c
4063 h
4064 115.162 400.125 m
4065 115.152 399.542 114.985 399.073 114.662 398.719 c
4066 114.339 398.365 113.912 398.188 113.381 398.188 c
4067 112.777 398.188 112.295 398.359 111.936 398.703 c
4068 111.576 399.047 111.370 399.526 111.318 400.141 c
4069 115.162 400.125 l
4070 h
4071 121.811 398.438 m
4072 121.686 398.375 121.553 398.326 121.412 398.289 c
4073 121.271 398.253 121.113 398.234 120.936 398.234 c
4074 120.331 398.234 119.865 398.432 119.537 398.828 c
4075 119.209 399.224 119.045 399.797 119.045 400.547 c
4076 119.045 404.000 l
4077 117.967 404.000 l
4078 117.967 397.438 l
4079 119.045 397.438 l
4080 119.045 398.453 l
4081 119.274 398.057 119.571 397.763 119.936 397.570 c
4082 120.300 397.378 120.743 397.281 121.264 397.281 c
4083 121.337 397.281 121.417 397.286 121.506 397.297 c
4084 121.594 397.307 121.691 397.323 121.795 397.344 c
4085 121.811 398.438 l
4086 h
4087 128.557 400.453 m
4088 128.557 400.969 l
4089 123.588 400.969 l
4090 123.640 401.719 123.867 402.286 124.268 402.672 c
4091 124.669 403.057 125.223 403.250 125.932 403.250 c
4092 126.348 403.250 126.752 403.201 127.143 403.102 c
4093 127.533 403.003 127.921 402.849 128.307 402.641 c
4094 128.307 403.672 l
4095 127.911 403.828 127.510 403.951 127.104 404.039 c
4096 126.697 404.128 126.286 404.172 125.869 404.172 c
4097 124.827 404.172 123.999 403.867 123.385 403.258 c
4098 122.770 402.648 122.463 401.823 122.463 400.781 c
4099 122.463 399.708 122.755 398.857 123.338 398.227 c
4100 123.921 397.596 124.702 397.281 125.682 397.281 c
4101 126.567 397.281 127.268 397.565 127.783 398.133 c
4102 128.299 398.701 128.557 399.474 128.557 400.453 c
4103 h
4104 127.479 400.125 m
4105 127.468 399.542 127.301 399.073 126.979 398.719 c
4106 126.656 398.365 126.229 398.188 125.697 398.188 c
4107 125.093 398.188 124.611 398.359 124.252 398.703 c
4108 123.893 399.047 123.687 399.526 123.635 400.141 c
4109 127.479 400.125 l
4110 h
4111 134.643 398.438 m
4112 134.643 394.875 l
4113 135.721 394.875 l
4114 135.721 404.000 l
4115 134.643 404.000 l
4116 134.643 403.016 l
4117 134.413 403.401 134.127 403.690 133.783 403.883 c
4118 133.439 404.076 133.023 404.172 132.533 404.172 c
4119 131.742 404.172 131.096 403.854 130.596 403.219 c
4120 130.096 402.583 129.846 401.750 129.846 400.719 c
4121 129.846 399.688 130.096 398.857 130.596 398.227 c
4122 131.096 397.596 131.742 397.281 132.533 397.281 c
4123 133.023 397.281 133.439 397.375 133.783 397.562 c
4124 134.127 397.750 134.413 398.042 134.643 398.438 c
4125 h
4126 130.971 400.719 m
4127 130.971 401.510 131.132 402.133 131.455 402.586 c
4128 131.778 403.039 132.226 403.266 132.799 403.266 c
4129 133.372 403.266 133.822 403.039 134.150 402.586 c
4130 134.479 402.133 134.643 401.510 134.643 400.719 c
4131 134.643 399.927 134.479 399.307 134.150 398.859 c
4132 133.822 398.411 133.372 398.188 132.799 398.188 c
4133 132.226 398.188 131.778 398.411 131.455 398.859 c
4134 131.132 399.307 130.971 399.927 130.971 400.719 c
4135 h
4136 f
4137 0.00000 0.00000 0.00000 RG
4138 .647059 .682353 .807843 RG
4139 newpath
4140 143.000 392.500 m
4141 143.000 407.500 l
4142 143.000 408.881 144.119 410.000 145.500 410.000 c
4143 225.500 410.000 l
4144 226.881 410.000 228.000 408.881 228.000 407.500 c
4145 228.000 392.500 l
4146 228.000 391.119 226.881 390.000 225.500 390.000 c
4147 145.500 390.000 l
4148 144.119 390.000 143.000 391.119 143.000 392.500 c
4149 h
4150 f
4151 0.00000 0.00000 0.00000 RG
4152 newpath
4153 143.000 392.500 m
4154 143.000 407.500 l
4155 143.000 408.881 144.119 410.000 145.500 410.000 c
4156 225.500 410.000 l
4157 226.881 410.000 228.000 408.881 228.000 407.500 c
4158 228.000 392.500 l
4159 228.000 391.119 226.881 390.000 225.500 390.000 c
4160 145.500 390.000 l
4161 144.119 390.000 143.000 391.119 143.000 392.500 c
4162 h
4163 S
4164 newpath
4165 150.203 395.578 m
4166 150.203 397.438 l
4167 152.422 397.438 l
4168 152.422 398.281 l
4169 150.203 398.281 l
4170 150.203 401.844 l
4171 150.203 402.375 150.276 402.716 150.422 402.867 c
4172 150.568 403.018 150.865 403.094 151.312 403.094 c
4173 152.422 403.094 l
4174 152.422 404.000 l
4175 151.312 404.000 l
4176 150.479 404.000 149.904 403.844 149.586 403.531 c
4177 149.268 403.219 149.109 402.656 149.109 401.844 c
4178 149.109 398.281 l
4179 148.328 398.281 l
4180 148.328 397.438 l
4181 149.109 397.438 l
4182 149.109 395.578 l
4183 150.203 395.578 l
4184 h
4185 157.643 398.438 m
4186 157.518 398.375 157.385 398.326 157.244 398.289 c
4187 157.104 398.253 156.945 398.234 156.768 398.234 c
4188 156.163 398.234 155.697 398.432 155.369 398.828 c
4189 155.041 399.224 154.877 399.797 154.877 400.547 c
4190 154.877 404.000 l
4191 153.799 404.000 l
4192 153.799 397.438 l
4193 154.877 397.438 l
4194 154.877 398.453 l
4195 155.106 398.057 155.403 397.763 155.768 397.570 c
4196 156.132 397.378 156.575 397.281 157.096 397.281 c
4197 157.169 397.281 157.249 397.286 157.338 397.297 c
4198 157.426 397.307 157.523 397.323 157.627 397.344 c
4199 157.643 398.438 l
4200 h
4201 161.748 400.703 m
4202 160.883 400.703 160.282 400.802 159.943 401.000 c
4203 159.605 401.198 159.436 401.536 159.436 402.016 c
4204 159.436 402.401 159.563 402.706 159.818 402.930 c
4205 160.074 403.154 160.415 403.266 160.842 403.266 c
4206 161.446 403.266 161.928 403.055 162.287 402.633 c
4207 162.646 402.211 162.826 401.646 162.826 400.938 c
4208 162.826 400.703 l
4209 161.748 400.703 l
4210 h
4211 163.904 400.250 m
4212 163.904 404.000 l
4213 162.826 404.000 l
4214 162.826 403.000 l
4215 162.576 403.396 162.269 403.690 161.904 403.883 c
4216 161.540 404.076 161.092 404.172 160.561 404.172 c
4217 159.883 404.172 159.347 403.982 158.951 403.602 c
4218 158.555 403.221 158.357 402.719 158.357 402.094 c
4219 158.357 401.354 158.605 400.797 159.100 400.422 c
4220 159.594 400.047 160.331 399.859 161.311 399.859 c
4221 162.826 399.859 l
4222 162.826 399.750 l
4223 162.826 399.250 162.662 398.865 162.334 398.594 c
4224 162.006 398.323 161.550 398.188 160.967 398.188 c
4225 160.592 398.188 160.225 398.234 159.865 398.328 c
4226 159.506 398.422 159.165 398.557 158.842 398.734 c
4227 158.842 397.734 l
4228 159.238 397.578 159.620 397.464 159.990 397.391 c
4229 160.360 397.318 160.722 397.281 161.076 397.281 c
4230 162.024 397.281 162.732 397.526 163.201 398.016 c
4231 163.670 398.505 163.904 399.250 163.904 400.250 c
4232 h
4233 166.117 397.438 m
4234 167.195 397.438 l
4235 167.195 404.000 l
4236 166.117 404.000 l
4237 166.117 397.438 l
4238 h
4239 166.117 394.875 m
4240 167.195 394.875 l
4241 167.195 396.250 l
4242 166.117 396.250 l
4243 166.117 394.875 l
4244 h
4245 174.920 400.031 m
4246 174.920 404.000 l
4247 173.842 404.000 l
4248 173.842 400.078 l
4249 173.842 399.453 173.719 398.987 173.475 398.680 c
4250 173.230 398.372 172.868 398.219 172.389 398.219 c
4251 171.805 398.219 171.344 398.404 171.006 398.773 c
4252 170.667 399.143 170.498 399.651 170.498 400.297 c
4253 170.498 404.000 l
4254 169.420 404.000 l
4255 169.420 397.438 l
4256 170.498 397.438 l
4257 170.498 398.453 l
4258 170.758 398.057 171.063 397.763 171.412 397.570 c
4259 171.761 397.378 172.165 397.281 172.623 397.281 c
4260 173.373 397.281 173.943 397.513 174.334 397.977 c
4261 174.725 398.440 174.920 399.125 174.920 400.031 c
4262 h
4263 177.104 395.250 m
4264 178.291 395.250 l
4265 178.291 403.000 l
4266 182.557 403.000 l
4267 182.557 404.000 l
4268 177.104 404.000 l
4269 177.104 395.250 l
4270 h
4271 189.367 400.453 m
4272 189.367 400.969 l
4273 184.398 400.969 l
4274 184.451 401.719 184.677 402.286 185.078 402.672 c
4275 185.479 403.057 186.034 403.250 186.742 403.250 c
4276 187.159 403.250 187.562 403.201 187.953 403.102 c
4277 188.344 403.003 188.732 402.849 189.117 402.641 c
4278 189.117 403.672 l
4279 188.721 403.828 188.320 403.951 187.914 404.039 c
4280 187.508 404.128 187.096 404.172 186.680 404.172 c
4281 185.638 404.172 184.810 403.867 184.195 403.258 c
4282 183.581 402.648 183.273 401.823 183.273 400.781 c
4283 183.273 399.708 183.565 398.857 184.148 398.227 c
4284 184.732 397.596 185.513 397.281 186.492 397.281 c
4285 187.378 397.281 188.078 397.565 188.594 398.133 c
4286 189.109 398.701 189.367 399.474 189.367 400.453 c
4287 h
4288 188.289 400.125 m
4289 188.279 399.542 188.112 399.073 187.789 398.719 c
4290 187.466 398.365 187.039 398.188 186.508 398.188 c
4291 185.904 398.188 185.422 398.359 185.062 398.703 c
4292 184.703 399.047 184.497 399.526 184.445 400.141 c
4293 188.289 400.125 l
4294 h
4295 194.109 400.703 m
4296 193.245 400.703 192.643 400.802 192.305 401.000 c
4297 191.966 401.198 191.797 401.536 191.797 402.016 c
4298 191.797 402.401 191.924 402.706 192.180 402.930 c
4299 192.435 403.154 192.776 403.266 193.203 403.266 c
4300 193.807 403.266 194.289 403.055 194.648 402.633 c
4301 195.008 402.211 195.188 401.646 195.188 400.938 c
4302 195.188 400.703 l
4303 194.109 400.703 l
4304 h
4305 196.266 400.250 m
4306 196.266 404.000 l
4307 195.188 404.000 l
4308 195.188 403.000 l
4309 194.938 403.396 194.630 403.690 194.266 403.883 c
4310 193.901 404.076 193.453 404.172 192.922 404.172 c
4311 192.245 404.172 191.708 403.982 191.312 403.602 c
4312 190.917 403.221 190.719 402.719 190.719 402.094 c
4313 190.719 401.354 190.966 400.797 191.461 400.422 c
4314 191.956 400.047 192.693 399.859 193.672 399.859 c
4315 195.188 399.859 l
4316 195.188 399.750 l
4317 195.188 399.250 195.023 398.865 194.695 398.594 c
4318 194.367 398.323 193.911 398.188 193.328 398.188 c
4319 192.953 398.188 192.586 398.234 192.227 398.328 c
4320 191.867 398.422 191.526 398.557 191.203 398.734 c
4321 191.203 397.734 l
4322 191.599 397.578 191.982 397.464 192.352 397.391 c
4323 192.721 397.318 193.083 397.281 193.438 397.281 c
4324 194.385 397.281 195.094 397.526 195.562 398.016 c
4325 196.031 398.505 196.266 399.250 196.266 400.250 c
4326 h
4327 197.713 397.438 m
4328 198.854 397.438 l
4329 200.900 402.938 l
4330 202.963 397.438 l
4331 204.104 397.438 l
4332 201.635 404.000 l
4333 200.166 404.000 l
4334 197.713 397.438 l
4335 h
4336 205.580 397.438 m
4337 206.658 397.438 l
4338 206.658 404.000 l
4339 205.580 404.000 l
4340 205.580 397.438 l
4341 h
4342 205.580 394.875 m
4343 206.658 394.875 l
4344 206.658 396.250 l
4345 205.580 396.250 l
4346 205.580 394.875 l
4347 h
4348 214.383 400.031 m
4349 214.383 404.000 l
4350 213.305 404.000 l
4351 213.305 400.078 l
4352 213.305 399.453 213.182 398.987 212.938 398.680 c
4353 212.693 398.372 212.331 398.219 211.852 398.219 c
4354 211.268 398.219 210.807 398.404 210.469 398.773 c
4355 210.130 399.143 209.961 399.651 209.961 400.297 c
4356 209.961 404.000 l
4357 208.883 404.000 l
4358 208.883 397.438 l
4359 209.961 397.438 l
4360 209.961 398.453 l
4361 210.221 398.057 210.526 397.763 210.875 397.570 c
4362 211.224 397.378 211.628 397.281 212.086 397.281 c
4363 212.836 397.281 213.406 397.513 213.797 397.977 c
4364 214.188 398.440 214.383 399.125 214.383 400.031 c
4365 h
4366 220.848 400.641 m
4367 220.848 399.859 220.686 399.255 220.363 398.828 c
4368 220.040 398.401 219.587 398.188 219.004 398.188 c
4369 218.431 398.188 217.983 398.401 217.660 398.828 c
4370 217.337 399.255 217.176 399.859 217.176 400.641 c
4371 217.176 401.422 217.337 402.026 217.660 402.453 c
4372 217.983 402.880 218.431 403.094 219.004 403.094 c
4373 219.587 403.094 220.040 402.880 220.363 402.453 c
4374 220.686 402.026 220.848 401.422 220.848 400.641 c
4375 h
4376 221.926 403.188 m
4377 221.926 404.302 221.678 405.133 221.184 405.680 c
4378 220.689 406.227 219.926 406.500 218.895 406.500 c
4379 218.520 406.500 218.163 406.471 217.824 406.414 c
4380 217.486 406.357 217.160 406.271 216.848 406.156 c
4381 216.848 405.109 l
4382 217.160 405.276 217.473 405.401 217.785 405.484 c
4383 218.098 405.568 218.410 405.609 218.723 405.609 c
4384 219.431 405.609 219.962 405.424 220.316 405.055 c
4385 220.671 404.685 220.848 404.125 220.848 403.375 c
4386 220.848 402.844 l
4387 220.618 403.229 220.332 403.518 219.988 403.711 c
4388 219.645 403.904 219.228 404.000 218.738 404.000 c
4389 217.936 404.000 217.288 403.693 216.793 403.078 c
4390 216.298 402.464 216.051 401.651 216.051 400.641 c
4391 216.051 399.630 216.298 398.818 216.793 398.203 c
4392 217.288 397.589 217.936 397.281 218.738 397.281 c
4393 219.228 397.281 219.645 397.378 219.988 397.570 c
4394 220.332 397.763 220.618 398.052 220.848 398.438 c
4395 220.848 397.438 l
4396 221.926 397.438 l
4397 221.926 403.188 l
4398 h
4399 f
4400 .807843 .811765 1.00000 RG
4401 newpath
4402 247.000 390.000 m
4403 252.000 390.000 l
4404 252.000 420.000 l
4405 247.000 420.000 l
4406 247.000 390.000 l
4407 h
4408 f
4409 .274510 .274510 .274510 RG
4410 newpath
4411 246.500 390.500 m
4412 246.500 415.500 l
4413 S
4414 newpath
4415 252.500 390.500 m
4416 252.500 415.500 l
4417 S
4418 0.00000 0.00000 0.00000 RG
4419 .807843 .811765 1.00000 RG
4420 newpath
4421 22.0000 452.500 m
4422 22.0000 467.500 l
4423 22.0000 468.881 23.1193 470.000 24.5000 470.000 c
4424 62.5000 470.000 l
4425 63.8807 470.000 65.0000 468.881 65.0000 467.500 c
4426 65.0000 452.500 l
4427 65.0000 451.119 63.8807 450.000 62.5000 450.000 c
4428 24.5000 450.000 l
4429 23.1193 450.000 22.0000 451.119 22.0000 452.500 c
4430 h
4431 f
4432 .274510 .274510 .274510 RG
4433 newpath
4434 22.0000 452.500 m
4435 22.0000 467.500 l
4436 22.0000 468.881 23.1193 470.000 24.5000 470.000 c
4437 62.5000 470.000 l
4438 63.8807 470.000 65.0000 468.881 65.0000 467.500 c
4439 65.0000 452.500 l
4440 65.0000 451.119 63.8807 450.000 62.5000 450.000 c
4441 24.5000 450.000 l
4442 23.1193 450.000 22.0000 451.119 22.0000 452.500 c
4443 h
4444 S
4445 newpath
4446 28.1250 457.438 m
4447 29.2031 457.438 l
4448 29.2031 464.000 l
4449 28.1250 464.000 l
4450 28.1250 457.438 l
4451 h
4452 28.1250 454.875 m
4453 29.2031 454.875 l
4454 29.2031 456.250 l
4455 28.1250 456.250 l
4456 28.1250 454.875 l
4457 h
4458 36.9277 460.031 m
4459 36.9277 464.000 l
4460 35.8496 464.000 l
4461 35.8496 460.078 l
4462 35.8496 459.453 35.7272 458.987 35.4824 458.680 c
4463 35.2376 458.372 34.8757 458.219 34.3965 458.219 c
4464 33.8132 458.219 33.3522 458.404 33.0137 458.773 c
4465 32.6751 459.143 32.5059 459.651 32.5059 460.297 c
4466 32.5059 464.000 l
4467 31.4277 464.000 l
4468 31.4277 457.438 l
4469 32.5059 457.438 l
4470 32.5059 458.453 l
4471 32.7663 458.057 33.0710 457.763 33.4199 457.570 c
4472 33.7689 457.378 34.1725 457.281 34.6309 457.281 c
4473 35.3809 457.281 35.9512 457.513 36.3418 457.977 c
4474 36.7324 458.440 36.9277 459.125 36.9277 460.031 c
4475 h
4476 39.0645 457.438 m
4477 40.1426 457.438 l
4478 40.1426 464.000 l
4479 39.0645 464.000 l
4480 39.0645 457.438 l
4481 h
4482 39.0645 454.875 m
4483 40.1426 454.875 l
4484 40.1426 456.250 l
4485 39.0645 456.250 l
4486 39.0645 454.875 l
4487 h
4488 43.4766 455.578 m
4489 43.4766 457.438 l
4490 45.6953 457.438 l
4491 45.6953 458.281 l
4492 43.4766 458.281 l
4493 43.4766 461.844 l
4494 43.4766 462.375 43.5495 462.716 43.6953 462.867 c
4495 43.8411 463.018 44.1380 463.094 44.5859 463.094 c
4496 45.6953 463.094 l
4497 45.6953 464.000 l
4498 44.5859 464.000 l
4499 43.7526 464.000 43.1771 463.844 42.8594 463.531 c
4500 42.5417 463.219 42.3828 462.656 42.3828 461.844 c
4501 42.3828 458.281 l
4502 41.6016 458.281 l
4503 41.6016 457.438 l
4504 42.3828 457.438 l
4505 42.3828 455.578 l
4506 43.4766 455.578 l
4507 h
4508 47.1035 457.438 m
4509 48.1816 457.438 l
4510 48.1816 464.000 l
4511 47.1035 464.000 l
4512 47.1035 457.438 l
4513 h
4514 47.1035 454.875 m
4515 48.1816 454.875 l
4516 48.1816 456.250 l
4517 47.1035 456.250 l
4518 47.1035 454.875 l
4519 h
4520 53.4219 460.703 m
4521 52.5573 460.703 51.9557 460.802 51.6172 461.000 c
4522 51.2786 461.198 51.1094 461.536 51.1094 462.016 c
4523 51.1094 462.401 51.2370 462.706 51.4922 462.930 c
4524 51.7474 463.154 52.0885 463.266 52.5156 463.266 c
4525 53.1198 463.266 53.6016 463.055 53.9609 462.633 c
4526 54.3203 462.211 54.5000 461.646 54.5000 460.938 c
4527 54.5000 460.703 l
4528 53.4219 460.703 l
4529 h
4530 55.5781 460.250 m
4531 55.5781 464.000 l
4532 54.5000 464.000 l
4533 54.5000 463.000 l
4534 54.2500 463.396 53.9427 463.690 53.5781 463.883 c
4535 53.2135 464.076 52.7656 464.172 52.2344 464.172 c
4536 51.5573 464.172 51.0208 463.982 50.6250 463.602 c
4537 50.2292 463.221 50.0312 462.719 50.0312 462.094 c
4538 50.0312 461.354 50.2786 460.797 50.7734 460.422 c
4539 51.2682 460.047 52.0052 459.859 52.9844 459.859 c
4540 54.5000 459.859 l
4541 54.5000 459.750 l
4542 54.5000 459.250 54.3359 458.865 54.0078 458.594 c
4543 53.6797 458.323 53.2240 458.188 52.6406 458.188 c
4544 52.2656 458.188 51.8984 458.234 51.5391 458.328 c
4545 51.1797 458.422 50.8385 458.557 50.5156 458.734 c
4546 50.5156 457.734 l
4547 50.9115 457.578 51.2943 457.464 51.6641 457.391 c
4548 52.0339 457.318 52.3958 457.281 52.7500 457.281 c
4549 53.6979 457.281 54.4062 457.526 54.8750 458.016 c
4550 55.3438 458.505 55.5781 459.250 55.5781 460.250 c
4551 h
4552 57.7910 454.875 m
4553 58.8691 454.875 l
4554 58.8691 464.000 l
4555 57.7910 464.000 l
4556 57.7910 454.875 l
4557 h
4558 f
4559 0.00000 0.00000 0.00000 RG
4560 .647059 .682353 .807843 RG
4561 newpath
4562 87.0000 452.500 m
4563 87.0000 467.500 l
4564 87.0000 468.881 88.1193 470.000 89.5000 470.000 c
4565 134.500 470.000 l
4566 135.881 470.000 137.000 468.881 137.000 467.500 c
4567 137.000 452.500 l
4568 137.000 451.119 135.881 450.000 134.500 450.000 c
4569 89.5000 450.000 l
4570 88.1193 450.000 87.0000 451.119 87.0000 452.500 c
4571 h
4572 f
4573 0.00000 0.00000 0.00000 RG
4574 newpath
4575 87.0000 452.500 m
4576 87.0000 467.500 l
4577 87.0000 468.881 88.1193 470.000 89.5000 470.000 c
4578 134.500 470.000 l
4579 135.881 470.000 137.000 468.881 137.000 467.500 c
4580 137.000 452.500 l
4581 137.000 451.119 135.881 450.000 134.500 450.000 c
4582 89.5000 450.000 l
4583 88.1193 450.000 87.0000 451.119 87.0000 452.500 c
4584 h
4585 S
4586 newpath
4587 96.9375 458.438 m
4588 96.8125 458.375 96.6797 458.326 96.5391 458.289 c
4589 96.3984 458.253 96.2396 458.234 96.0625 458.234 c
4590 95.4583 458.234 94.9922 458.432 94.6641 458.828 c
4591 94.3359 459.224 94.1719 459.797 94.1719 460.547 c
4592 94.1719 464.000 l
4593 93.0938 464.000 l
4594 93.0938 457.438 l
4595 94.1719 457.438 l
4596 94.1719 458.453 l
4597 94.4010 458.057 94.6979 457.763 95.0625 457.570 c
4598 95.4271 457.378 95.8698 457.281 96.3906 457.281 c
4599 96.4635 457.281 96.5443 457.286 96.6328 457.297 c
4600 96.7214 457.307 96.8177 457.323 96.9219 457.344 c
4601 96.9375 458.438 l
4602 h
4603 101.043 460.703 m
4604 100.178 460.703 99.5768 460.802 99.2383 461.000 c
4605 98.8997 461.198 98.7305 461.536 98.7305 462.016 c
4606 98.7305 462.401 98.8581 462.706 99.1133 462.930 c
4607 99.3685 463.154 99.7096 463.266 100.137 463.266 c
4608 100.741 463.266 101.223 463.055 101.582 462.633 c
4609 101.941 462.211 102.121 461.646 102.121 460.938 c
4610 102.121 460.703 l
4611 101.043 460.703 l
4612 h
4613 103.199 460.250 m
4614 103.199 464.000 l
4615 102.121 464.000 l
4616 102.121 463.000 l
4617 101.871 463.396 101.564 463.690 101.199 463.883 c
4618 100.835 464.076 100.387 464.172 99.8555 464.172 c
4619 99.1784 464.172 98.6419 463.982 98.2461 463.602 c
4620 97.8503 463.221 97.6523 462.719 97.6523 462.094 c
4621 97.6523 461.354 97.8997 460.797 98.3945 460.422 c
4622 98.8893 460.047 99.6263 459.859 100.605 459.859 c
4623 102.121 459.859 l
4624 102.121 459.750 l
4625 102.121 459.250 101.957 458.865 101.629 458.594 c
4626 101.301 458.323 100.845 458.188 100.262 458.188 c
4627 99.8867 458.188 99.5195 458.234 99.1602 458.328 c
4628 98.8008 458.422 98.4596 458.557 98.1367 458.734 c
4629 98.1367 457.734 l
4630 98.5326 457.578 98.9154 457.464 99.2852 457.391 c
4631 99.6549 457.318 100.017 457.281 100.371 457.281 c
4632 101.319 457.281 102.027 457.526 102.496 458.016 c
4633 102.965 458.505 103.199 459.250 103.199 460.250 c
4634 h
4635 105.412 457.438 m
4636 106.490 457.438 l
4637 106.490 464.000 l
4638 105.412 464.000 l
4639 105.412 457.438 l
4640 h
4641 105.412 454.875 m
4642 106.490 454.875 l
4643 106.490 456.250 l
4644 105.412 456.250 l
4645 105.412 454.875 l
4646 h
4647 112.934 457.625 m
4648 112.934 458.656 l
4649 112.632 458.500 112.316 458.383 111.988 458.305 c
4650 111.660 458.227 111.319 458.188 110.965 458.188 c
4651 110.434 458.188 110.033 458.268 109.762 458.430 c
4652 109.491 458.591 109.355 458.839 109.355 459.172 c
4653 109.355 459.422 109.452 459.617 109.645 459.758 c
4654 109.837 459.898 110.225 460.031 110.809 460.156 c
4655 111.168 460.250 l
4656 111.939 460.406 112.486 460.635 112.809 460.938 c
4657 113.132 461.240 113.293 461.656 113.293 462.188 c
4658 113.293 462.802 113.051 463.286 112.566 463.641 c
4659 112.082 463.995 111.418 464.172 110.574 464.172 c
4660 110.220 464.172 109.853 464.138 109.473 464.070 c
4661 109.092 464.003 108.694 463.901 108.277 463.766 c
4662 108.277 462.641 l
4663 108.673 462.849 109.064 463.005 109.449 463.109 c
4664 109.835 463.214 110.220 463.266 110.605 463.266 c
4665 111.105 463.266 111.493 463.180 111.770 463.008 c
4666 112.046 462.836 112.184 462.589 112.184 462.266 c
4667 112.184 461.974 112.085 461.750 111.887 461.594 c
4668 111.689 461.438 111.257 461.286 110.590 461.141 c
4669 110.215 461.062 l
4670 109.548 460.917 109.066 460.698 108.770 460.406 c
4671 108.473 460.115 108.324 459.719 108.324 459.219 c
4672 108.324 458.594 108.543 458.115 108.980 457.781 c
4673 109.418 457.448 110.038 457.281 110.840 457.281 c
4674 111.236 457.281 111.611 457.310 111.965 457.367 c
4675 112.319 457.424 112.642 457.510 112.934 457.625 c
4676 h
4677 114.998 457.438 m
4678 116.076 457.438 l
4679 116.076 464.000 l
4680 114.998 464.000 l
4681 114.998 457.438 l
4682 h
4683 114.998 454.875 m
4684 116.076 454.875 l
4685 116.076 456.250 l
4686 114.998 456.250 l
4687 114.998 454.875 l
4688 h
4689 123.801 460.031 m
4690 123.801 464.000 l
4691 122.723 464.000 l
4692 122.723 460.078 l
4693 122.723 459.453 122.600 458.987 122.355 458.680 c
4694 122.111 458.372 121.749 458.219 121.270 458.219 c
4695 120.686 458.219 120.225 458.404 119.887 458.773 c
4696 119.548 459.143 119.379 459.651 119.379 460.297 c
4697 119.379 464.000 l
4698 118.301 464.000 l
4699 118.301 457.438 l
4700 119.379 457.438 l
4701 119.379 458.453 l
4702 119.639 458.057 119.944 457.763 120.293 457.570 c
4703 120.642 457.378 121.046 457.281 121.504 457.281 c
4704 122.254 457.281 122.824 457.513 123.215 457.977 c
4705 123.605 458.440 123.801 459.125 123.801 460.031 c
4706 h
4707 130.266 460.641 m
4708 130.266 459.859 130.104 459.255 129.781 458.828 c
4709 129.458 458.401 129.005 458.188 128.422 458.188 c
4710 127.849 458.188 127.401 458.401 127.078 458.828 c
4711 126.755 459.255 126.594 459.859 126.594 460.641 c
4712 126.594 461.422 126.755 462.026 127.078 462.453 c
4713 127.401 462.880 127.849 463.094 128.422 463.094 c
4714 129.005 463.094 129.458 462.880 129.781 462.453 c
4715 130.104 462.026 130.266 461.422 130.266 460.641 c
4716 h
4717 131.344 463.188 m
4718 131.344 464.302 131.096 465.133 130.602 465.680 c
4719 130.107 466.227 129.344 466.500 128.312 466.500 c
4720 127.938 466.500 127.581 466.471 127.242 466.414 c
4721 126.904 466.357 126.578 466.271 126.266 466.156 c
4722 126.266 465.109 l
4723 126.578 465.276 126.891 465.401 127.203 465.484 c
4724 127.516 465.568 127.828 465.609 128.141 465.609 c
4725 128.849 465.609 129.380 465.424 129.734 465.055 c
4726 130.089 464.685 130.266 464.125 130.266 463.375 c
4727 130.266 462.844 l
4728 130.036 463.229 129.750 463.518 129.406 463.711 c
4729 129.062 463.904 128.646 464.000 128.156 464.000 c
4730 127.354 464.000 126.706 463.693 126.211 463.078 c
4731 125.716 462.464 125.469 461.651 125.469 460.641 c
4732 125.469 459.630 125.716 458.818 126.211 458.203 c
4733 126.706 457.589 127.354 457.281 128.156 457.281 c
4734 128.646 457.281 129.062 457.378 129.406 457.570 c
4735 129.750 457.763 130.036 458.052 130.266 458.438 c
4736 130.266 457.438 l
4737 131.344 457.438 l
4738 131.344 463.188 l
4739 h
4740 f
4741 .647059 .682353 .807843 RG
4742 newpath
4743 178.000 452.500 m
4744 178.000 467.500 l
4745 178.000 468.881 179.119 470.000 180.500 470.000 c
4746 189.500 470.000 l
4747 190.881 470.000 192.000 468.881 192.000 467.500 c
4748 192.000 452.500 l
4749 192.000 451.119 190.881 450.000 189.500 450.000 c
4750 180.500 450.000 l
4751 179.119 450.000 178.000 451.119 178.000 452.500 c
4752 h
4753 f
4754 0.00000 0.00000 0.00000 RG
4755 newpath
4756 178.000 452.500 m
4757 178.000 467.500 l
4758 178.000 468.881 179.119 470.000 180.500 470.000 c
4759 189.500 470.000 l
4760 190.881 470.000 192.000 468.881 192.000 467.500 c
4761 192.000 452.500 l
4762 192.000 451.119 190.881 450.000 189.500 450.000 c
4763 180.500 450.000 l
4764 179.119 450.000 178.000 451.119 178.000 452.500 c
4765 h
4766 S
4767 newpath
4768 183.594 460.234 m
4769 186.750 460.234 l
4770 186.750 461.188 l
4771 183.594 461.188 l
4772 183.594 460.234 l
4773 h
4774 f
4775 .807843 .811765 1.00000 RG
4776 newpath
4777 247.000 450.000 m
4778 252.000 450.000 l
4779 252.000 480.000 l
4780 247.000 480.000 l
4781 247.000 450.000 l
4782 h
4783 f
4784 .274510 .274510 .274510 RG
4785 newpath
4786 246.500 450.500 m
4787 246.500 475.500 l
4788 S
4789 newpath
4790 252.500 450.500 m
4791 252.500 475.500 l
4792 S
4793 0.00000 0.00000 0.00000 RG
4794 .647059 .682353 .807843 RG
4795 newpath
4796 5.00000 512.500 m
4797 5.00000 527.500 l
4798 5.00000 528.881 6.11929 530.000 7.50000 530.000 c
4799 79.5000 530.000 l
4800 80.8807 530.000 82.0000 528.881 82.0000 527.500 c
4801 82.0000 512.500 l
4802 82.0000 511.119 80.8807 510.000 79.5000 510.000 c
4803 7.50000 510.000 l
4804 6.11929 510.000 5.00000 511.119 5.00000 512.500 c
4805 h
4806 f
4807 0.00000 0.00000 0.00000 RG
4808 newpath
4809 5.00000 512.500 m
4810 5.00000 527.500 l
4811 5.00000 528.881 6.11929 530.000 7.50000 530.000 c
4812 79.5000 530.000 l
4813 80.8807 530.000 82.0000 528.881 82.0000 527.500 c
4814 82.0000 512.500 l
4815 82.0000 511.119 80.8807 510.000 79.5000 510.000 c
4816 7.50000 510.000 l
4817 6.11929 510.000 5.00000 511.119 5.00000 512.500 c
4818 h
4819 S
4820 newpath
4821 14.1094 520.703 m
4822 13.2448 520.703 12.6432 520.802 12.3047 521.000 c
4823 11.9661 521.198 11.7969 521.536 11.7969 522.016 c
4824 11.7969 522.401 11.9245 522.706 12.1797 522.930 c
4825 12.4349 523.154 12.7760 523.266 13.2031 523.266 c
4826 13.8073 523.266 14.2891 523.055 14.6484 522.633 c
4827 15.0078 522.211 15.1875 521.646 15.1875 520.938 c
4828 15.1875 520.703 l
4829 14.1094 520.703 l
4830 h
4831 16.2656 520.250 m
4832 16.2656 524.000 l
4833 15.1875 524.000 l
4834 15.1875 523.000 l
4835 14.9375 523.396 14.6302 523.690 14.2656 523.883 c
4836 13.9010 524.076 13.4531 524.172 12.9219 524.172 c
4837 12.2448 524.172 11.7083 523.982 11.3125 523.602 c
4838 10.9167 523.221 10.7188 522.719 10.7188 522.094 c
4839 10.7188 521.354 10.9661 520.797 11.4609 520.422 c
4840 11.9557 520.047 12.6927 519.859 13.6719 519.859 c
4841 15.1875 519.859 l
4842 15.1875 519.750 l
4843 15.1875 519.250 15.0234 518.865 14.6953 518.594 c
4844 14.3672 518.323 13.9115 518.188 13.3281 518.188 c
4845 12.9531 518.188 12.5859 518.234 12.2266 518.328 c
4846 11.8672 518.422 11.5260 518.557 11.2031 518.734 c
4847 11.2031 517.734 l
4848 11.5990 517.578 11.9818 517.464 12.3516 517.391 c
4849 12.7214 517.318 13.0833 517.281 13.4375 517.281 c
4850 14.3854 517.281 15.0938 517.526 15.5625 518.016 c
4851 16.0312 518.505 16.2656 519.250 16.2656 520.250 c
4852 h
4853 19.5254 523.016 m
4854 19.5254 526.500 l
4855 18.4473 526.500 l
4856 18.4473 517.438 l
4857 19.5254 517.438 l
4858 19.5254 518.438 l
4859 19.7546 518.042 20.0410 517.750 20.3848 517.562 c
4860 20.7285 517.375 21.1400 517.281 21.6191 517.281 c
4861 22.4212 517.281 23.0723 517.596 23.5723 518.227 c
4862 24.0723 518.857 24.3223 519.688 24.3223 520.719 c
4863 24.3223 521.750 24.0723 522.583 23.5723 523.219 c
4864 23.0723 523.854 22.4212 524.172 21.6191 524.172 c
4865 21.1400 524.172 20.7285 524.076 20.3848 523.883 c
4866 20.0410 523.690 19.7546 523.401 19.5254 523.016 c
4867 h
4868 23.1973 520.719 m
4869 23.1973 519.927 23.0332 519.307 22.7051 518.859 c
4870 22.3770 518.411 21.9316 518.188 21.3691 518.188 c
4871 20.7962 518.188 20.3457 518.411 20.0176 518.859 c
4872 19.6895 519.307 19.5254 519.927 19.5254 520.719 c
4873 19.5254 521.510 19.6895 522.133 20.0176 522.586 c
4874 20.3457 523.039 20.7962 523.266 21.3691 523.266 c
4875 21.9316 523.266 22.3770 523.039 22.7051 522.586 c
4876 23.0332 522.133 23.1973 521.510 23.1973 520.719 c
4877 h
4878 29.9082 518.438 m
4879 29.7832 518.375 29.6504 518.326 29.5098 518.289 c
4880 29.3691 518.253 29.2103 518.234 29.0332 518.234 c
4881 28.4290 518.234 27.9629 518.432 27.6348 518.828 c
4882 27.3066 519.224 27.1426 519.797 27.1426 520.547 c
4883 27.1426 524.000 l
4884 26.0645 524.000 l
4885 26.0645 517.438 l
4886 27.1426 517.438 l
4887 27.1426 518.453 l
4888 27.3717 518.057 27.6686 517.763 28.0332 517.570 c
4889 28.3978 517.378 28.8405 517.281 29.3613 517.281 c
4890 29.4342 517.281 29.5150 517.286 29.6035 517.297 c
4891 29.6921 517.307 29.7884 517.323 29.8926 517.344 c
4892 29.9082 518.438 l
4893 h
4894 33.5762 518.188 m
4895 33.0033 518.188 32.5475 518.414 32.2090 518.867 c
4896 31.8704 519.320 31.7012 519.938 31.7012 520.719 c
4897 31.7012 521.510 31.8678 522.130 32.2012 522.578 c
4898 32.5345 523.026 32.9928 523.250 33.5762 523.250 c
4899 34.1491 523.250 34.6048 523.023 34.9434 522.570 c
4900 35.2819 522.117 35.4512 521.500 35.4512 520.719 c
4901 35.4512 519.948 35.2819 519.333 34.9434 518.875 c
4902 34.6048 518.417 34.1491 518.188 33.5762 518.188 c
4903 h
4904 33.5762 517.281 m
4905 34.5137 517.281 35.2507 517.586 35.7871 518.195 c
4906 36.3236 518.805 36.5918 519.646 36.5918 520.719 c
4907 36.5918 521.792 36.3236 522.635 35.7871 523.250 c
4908 35.2507 523.865 34.5137 524.172 33.5762 524.172 c
4909 32.6387 524.172 31.9017 523.865 31.3652 523.250 c
4910 30.8288 522.635 30.5605 521.792 30.5605 520.719 c
4911 30.5605 519.646 30.8288 518.805 31.3652 518.195 c
4912 31.9017 517.586 32.6387 517.281 33.5762 517.281 c
4913 h
4914 41.3555 520.703 m
4915 40.4909 520.703 39.8893 520.802 39.5508 521.000 c
4916 39.2122 521.198 39.0430 521.536 39.0430 522.016 c
4917 39.0430 522.401 39.1706 522.706 39.4258 522.930 c
4918 39.6810 523.154 40.0221 523.266 40.4492 523.266 c
4919 41.0534 523.266 41.5352 523.055 41.8945 522.633 c
4920 42.2539 522.211 42.4336 521.646 42.4336 520.938 c
4921 42.4336 520.703 l
4922 41.3555 520.703 l
4923 h
4924 43.5117 520.250 m
4925 43.5117 524.000 l
4926 42.4336 524.000 l
4927 42.4336 523.000 l
4928 42.1836 523.396 41.8763 523.690 41.5117 523.883 c
4929 41.1471 524.076 40.6992 524.172 40.1680 524.172 c
4930 39.4909 524.172 38.9544 523.982 38.5586 523.602 c
4931 38.1628 523.221 37.9648 522.719 37.9648 522.094 c
4932 37.9648 521.354 38.2122 520.797 38.7070 520.422 c
4933 39.2018 520.047 39.9388 519.859 40.9180 519.859 c
4934 42.4336 519.859 l
4935 42.4336 519.750 l
4936 42.4336 519.250 42.2695 518.865 41.9414 518.594 c
4937 41.6133 518.323 41.1576 518.188 40.5742 518.188 c
4938 40.1992 518.188 39.8320 518.234 39.4727 518.328 c
4939 39.1133 518.422 38.7721 518.557 38.4492 518.734 c
4940 38.4492 517.734 l
4941 38.8451 517.578 39.2279 517.464 39.5977 517.391 c
4942 39.9674 517.318 40.3294 517.281 40.6836 517.281 c
4943 41.6315 517.281 42.3398 517.526 42.8086 518.016 c
4944 43.2773 518.505 43.5117 519.250 43.5117 520.250 c
4945 h
4946 50.4590 517.688 m
4947 50.4590 518.703 l
4948 50.1465 518.526 49.8392 518.396 49.5371 518.312 c
4949 49.2350 518.229 48.9277 518.188 48.6152 518.188 c
4950 47.9069 518.188 47.3600 518.409 46.9746 518.852 c
4951 46.5892 519.294 46.3965 519.917 46.3965 520.719 c
4952 46.3965 521.521 46.5892 522.143 46.9746 522.586 c
4953 47.3600 523.029 47.9069 523.250 48.6152 523.250 c
4954 48.9277 523.250 49.2350 523.208 49.5371 523.125 c
4955 49.8392 523.042 50.1465 522.917 50.4590 522.750 c
4956 50.4590 523.750 l
4957 50.1569 523.885 49.8444 523.990 49.5215 524.062 c
4958 49.1986 524.135 48.8548 524.172 48.4902 524.172 c
4959 47.5007 524.172 46.7142 523.862 46.1309 523.242 c
4960 45.5475 522.622 45.2559 521.781 45.2559 520.719 c
4961 45.2559 519.656 45.5501 518.818 46.1387 518.203 c
4962 46.7272 517.589 47.5371 517.281 48.5684 517.281 c
4963 48.8913 517.281 49.2116 517.315 49.5293 517.383 c
4964 49.8470 517.451 50.1569 517.552 50.4590 517.688 c
4965 h
4966 57.7910 520.031 m
4967 57.7910 524.000 l
4968 56.7129 524.000 l
4969 56.7129 520.078 l
4970 56.7129 519.453 56.5905 518.987 56.3457 518.680 c
4971 56.1009 518.372 55.7389 518.219 55.2598 518.219 c
4972 54.6764 518.219 54.2155 518.404 53.8770 518.773 c
4973 53.5384 519.143 53.3691 519.651 53.3691 520.297 c
4974 53.3691 524.000 l
4975 52.2910 524.000 l
4976 52.2910 514.875 l
4977 53.3691 514.875 l
4978 53.3691 518.453 l
4979 53.6296 518.057 53.9342 517.763 54.2832 517.570 c
4980 54.6322 517.378 55.0358 517.281 55.4941 517.281 c
4981 56.2441 517.281 56.8145 517.513 57.2051 517.977 c
4982 57.5957 518.440 57.7910 519.125 57.7910 520.031 c
4983 h
4984 59.9277 517.438 m
4985 61.0059 517.438 l
4986 61.0059 524.000 l
4987 59.9277 524.000 l
4988 59.9277 517.438 l
4989 h
4990 59.9277 514.875 m
4991 61.0059 514.875 l
4992 61.0059 516.250 l
4993 59.9277 516.250 l
4994 59.9277 514.875 l
4995 h
4996 68.7305 520.031 m
4997 68.7305 524.000 l
4998 67.6523 524.000 l
4999 67.6523 520.078 l
5000 67.6523 519.453 67.5299 518.987 67.2852 518.680 c
5001 67.0404 518.372 66.6784 518.219 66.1992 518.219 c
5002 65.6159 518.219 65.1549 518.404 64.8164 518.773 c
5003 64.4779 519.143 64.3086 519.651 64.3086 520.297 c
5004 64.3086 524.000 l
5005 63.2305 524.000 l
5006 63.2305 517.438 l
5007 64.3086 517.438 l
5008 64.3086 518.453 l
5009 64.5690 518.057 64.8737 517.763 65.2227 517.570 c
5010 65.5716 517.378 65.9753 517.281 66.4336 517.281 c
5011 67.1836 517.281 67.7539 517.513 68.1445 517.977 c
5012 68.5352 518.440 68.7305 519.125 68.7305 520.031 c
5013 h
5014 75.1953 520.641 m
5015 75.1953 519.859 75.0339 519.255 74.7109 518.828 c
5016 74.3880 518.401 73.9349 518.188 73.3516 518.188 c
5017 72.7786 518.188 72.3307 518.401 72.0078 518.828 c
5018 71.6849 519.255 71.5234 519.859 71.5234 520.641 c
5019 71.5234 521.422 71.6849 522.026 72.0078 522.453 c
5020 72.3307 522.880 72.7786 523.094 73.3516 523.094 c
5021 73.9349 523.094 74.3880 522.880 74.7109 522.453 c
5022 75.0339 522.026 75.1953 521.422 75.1953 520.641 c
5023 h
5024 76.2734 523.188 m
5025 76.2734 524.302 76.0260 525.133 75.5312 525.680 c
5026 75.0365 526.227 74.2734 526.500 73.2422 526.500 c
5027 72.8672 526.500 72.5104 526.471 72.1719 526.414 c
5028 71.8333 526.357 71.5078 526.271 71.1953 526.156 c
5029 71.1953 525.109 l
5030 71.5078 525.276 71.8203 525.401 72.1328 525.484 c
5031 72.4453 525.568 72.7578 525.609 73.0703 525.609 c
5032 73.7786 525.609 74.3099 525.424 74.6641 525.055 c
5033 75.0182 524.685 75.1953 524.125 75.1953 523.375 c
5034 75.1953 522.844 l
5035 74.9661 523.229 74.6797 523.518 74.3359 523.711 c
5036 73.9922 523.904 73.5755 524.000 73.0859 524.000 c
5037 72.2839 524.000 71.6354 523.693 71.1406 523.078 c
5038 70.6458 522.464 70.3984 521.651 70.3984 520.641 c
5039 70.3984 519.630 70.6458 518.818 71.1406 518.203 c
5040 71.6354 517.589 72.2839 517.281 73.0859 517.281 c
5041 73.5755 517.281 73.9922 517.378 74.3359 517.570 c
5042 74.6797 517.763 74.9661 518.052 75.1953 518.438 c
5043 75.1953 517.438 l
5044 76.2734 517.438 l
5045 76.2734 523.188 l
5046 h
5047 f
5048 .807843 .811765 1.00000 RG
5049 newpath
5050 87.0000 512.500 m
5051 87.0000 527.500 l
5052 87.0000 528.881 88.1193 530.000 89.5000 530.000 c
5053 134.500 530.000 l
5054 135.881 530.000 137.000 528.881 137.000 527.500 c
5055 137.000 512.500 l
5056 137.000 511.119 135.881 510.000 134.500 510.000 c
5057 89.5000 510.000 l
5058 88.1193 510.000 87.0000 511.119 87.0000 512.500 c
5059 h
5060 f
5061 .274510 .274510 .274510 RG
5062 newpath
5063 87.0000 512.500 m
5064 87.0000 527.500 l
5065 87.0000 528.881 88.1193 530.000 89.5000 530.000 c
5066 134.500 530.000 l
5067 135.881 530.000 137.000 528.881 137.000 527.500 c
5068 137.000 512.500 l
5069 137.000 511.119 135.881 510.000 134.500 510.000 c
5070 89.5000 510.000 l
5071 88.1193 510.000 87.0000 511.119 87.0000 512.500 c
5072 h
5073 S
5074 newpath
5075 96.9375 518.438 m
5076 96.8125 518.375 96.6797 518.326 96.5391 518.289 c
5077 96.3984 518.253 96.2396 518.234 96.0625 518.234 c
5078 95.4583 518.234 94.9922 518.432 94.6641 518.828 c
5079 94.3359 519.224 94.1719 519.797 94.1719 520.547 c
5080 94.1719 524.000 l
5081 93.0938 524.000 l
5082 93.0938 517.438 l
5083 94.1719 517.438 l
5084 94.1719 518.453 l
5085 94.4010 518.057 94.6979 517.763 95.0625 517.570 c
5086 95.4271 517.378 95.8698 517.281 96.3906 517.281 c
5087 96.4635 517.281 96.5443 517.286 96.6328 517.297 c
5088 96.7214 517.307 96.8177 517.323 96.9219 517.344 c
5089 96.9375 518.438 l
5090 h
5091 101.043 520.703 m
5092 100.178 520.703 99.5768 520.802 99.2383 521.000 c
5093 98.8997 521.198 98.7305 521.536 98.7305 522.016 c
5094 98.7305 522.401 98.8581 522.706 99.1133 522.930 c
5095 99.3685 523.154 99.7096 523.266 100.137 523.266 c
5096 100.741 523.266 101.223 523.055 101.582 522.633 c
5097 101.941 522.211 102.121 521.646 102.121 520.938 c
5098 102.121 520.703 l
5099 101.043 520.703 l
5100 h
5101 103.199 520.250 m
5102 103.199 524.000 l
5103 102.121 524.000 l
5104 102.121 523.000 l
5105 101.871 523.396 101.564 523.690 101.199 523.883 c
5106 100.835 524.076 100.387 524.172 99.8555 524.172 c
5107 99.1784 524.172 98.6419 523.982 98.2461 523.602 c
5108 97.8503 523.221 97.6523 522.719 97.6523 522.094 c
5109 97.6523 521.354 97.8997 520.797 98.3945 520.422 c
5110 98.8893 520.047 99.6263 519.859 100.605 519.859 c
5111 102.121 519.859 l
5112 102.121 519.750 l
5113 102.121 519.250 101.957 518.865 101.629 518.594 c
5114 101.301 518.323 100.845 518.188 100.262 518.188 c
5115 99.8867 518.188 99.5195 518.234 99.1602 518.328 c
5116 98.8008 518.422 98.4596 518.557 98.1367 518.734 c
5117 98.1367 517.734 l
5118 98.5326 517.578 98.9154 517.464 99.2852 517.391 c
5119 99.6549 517.318 100.017 517.281 100.371 517.281 c
5120 101.319 517.281 102.027 517.526 102.496 518.016 c
5121 102.965 518.505 103.199 519.250 103.199 520.250 c
5122 h
5123 105.412 517.438 m
5124 106.490 517.438 l
5125 106.490 524.000 l
5126 105.412 524.000 l
5127 105.412 517.438 l
5128 h
5129 105.412 514.875 m
5130 106.490 514.875 l
5131 106.490 516.250 l
5132 105.412 516.250 l
5133 105.412 514.875 l
5134 h
5135 112.934 517.625 m
5136 112.934 518.656 l
5137 112.632 518.500 112.316 518.383 111.988 518.305 c
5138 111.660 518.227 111.319 518.188 110.965 518.188 c
5139 110.434 518.188 110.033 518.268 109.762 518.430 c
5140 109.491 518.591 109.355 518.839 109.355 519.172 c
5141 109.355 519.422 109.452 519.617 109.645 519.758 c
5142 109.837 519.898 110.225 520.031 110.809 520.156 c
5143 111.168 520.250 l
5144 111.939 520.406 112.486 520.635 112.809 520.938 c
5145 113.132 521.240 113.293 521.656 113.293 522.188 c
5146 113.293 522.802 113.051 523.286 112.566 523.641 c
5147 112.082 523.995 111.418 524.172 110.574 524.172 c
5148 110.220 524.172 109.853 524.138 109.473 524.070 c
5149 109.092 524.003 108.694 523.901 108.277 523.766 c
5150 108.277 522.641 l
5151 108.673 522.849 109.064 523.005 109.449 523.109 c
5152 109.835 523.214 110.220 523.266 110.605 523.266 c
5153 111.105 523.266 111.493 523.180 111.770 523.008 c
5154 112.046 522.836 112.184 522.589 112.184 522.266 c
5155 112.184 521.974 112.085 521.750 111.887 521.594 c
5156 111.689 521.438 111.257 521.286 110.590 521.141 c
5157 110.215 521.062 l
5158 109.548 520.917 109.066 520.698 108.770 520.406 c
5159 108.473 520.115 108.324 519.719 108.324 519.219 c
5160 108.324 518.594 108.543 518.115 108.980 517.781 c
5161 109.418 517.448 110.038 517.281 110.840 517.281 c
5162 111.236 517.281 111.611 517.310 111.965 517.367 c
5163 112.319 517.424 112.642 517.510 112.934 517.625 c
5164 h
5165 114.998 517.438 m
5166 116.076 517.438 l
5167 116.076 524.000 l
5168 114.998 524.000 l
5169 114.998 517.438 l
5170 h
5171 114.998 514.875 m
5172 116.076 514.875 l
5173 116.076 516.250 l
5174 114.998 516.250 l
5175 114.998 514.875 l
5176 h
5177 123.801 520.031 m
5178 123.801 524.000 l
5179 122.723 524.000 l
5180 122.723 520.078 l
5181 122.723 519.453 122.600 518.987 122.355 518.680 c
5182 122.111 518.372 121.749 518.219 121.270 518.219 c
5183 120.686 518.219 120.225 518.404 119.887 518.773 c
5184 119.548 519.143 119.379 519.651 119.379 520.297 c
5185 119.379 524.000 l
5186 118.301 524.000 l
5187 118.301 517.438 l
5188 119.379 517.438 l
5189 119.379 518.453 l
5190 119.639 518.057 119.944 517.763 120.293 517.570 c
5191 120.642 517.378 121.046 517.281 121.504 517.281 c
5192 122.254 517.281 122.824 517.513 123.215 517.977 c
5193 123.605 518.440 123.801 519.125 123.801 520.031 c
5194 h
5195 130.266 520.641 m
5196 130.266 519.859 130.104 519.255 129.781 518.828 c
5197 129.458 518.401 129.005 518.188 128.422 518.188 c
5198 127.849 518.188 127.401 518.401 127.078 518.828 c
5199 126.755 519.255 126.594 519.859 126.594 520.641 c
5200 126.594 521.422 126.755 522.026 127.078 522.453 c
5201 127.401 522.880 127.849 523.094 128.422 523.094 c
5202 129.005 523.094 129.458 522.880 129.781 522.453 c
5203 130.104 522.026 130.266 521.422 130.266 520.641 c
5204 h
5205 131.344 523.188 m
5206 131.344 524.302 131.096 525.133 130.602 525.680 c
5207 130.107 526.227 129.344 526.500 128.312 526.500 c
5208 127.938 526.500 127.581 526.471 127.242 526.414 c
5209 126.904 526.357 126.578 526.271 126.266 526.156 c
5210 126.266 525.109 l
5211 126.578 525.276 126.891 525.401 127.203 525.484 c
5212 127.516 525.568 127.828 525.609 128.141 525.609 c
5213 128.849 525.609 129.380 525.424 129.734 525.055 c
5214 130.089 524.685 130.266 524.125 130.266 523.375 c
5215 130.266 522.844 l
5216 130.036 523.229 129.750 523.518 129.406 523.711 c
5217 129.062 523.904 128.646 524.000 128.156 524.000 c
5218 127.354 524.000 126.706 523.693 126.211 523.078 c
5219 125.716 522.464 125.469 521.651 125.469 520.641 c
5220 125.469 519.630 125.716 518.818 126.211 518.203 c
5221 126.706 517.589 127.354 517.281 128.156 517.281 c
5222 128.646 517.281 129.062 517.378 129.406 517.570 c
5223 129.750 517.763 130.036 518.052 130.266 518.438 c
5224 130.266 517.438 l
5225 131.344 517.438 l
5226 131.344 523.188 l
5227 h
5228 f
5229 0.00000 0.00000 0.00000 RG
5230 .647059 .682353 .807843 RG
5231 newpath
5232 144.000 512.500 m
5233 144.000 527.500 l
5234 144.000 528.881 145.119 530.000 146.500 530.000 c
5235 224.500 530.000 l
5236 225.881 530.000 227.000 528.881 227.000 527.500 c
5237 227.000 512.500 l
5238 227.000 511.119 225.881 510.000 224.500 510.000 c
5239 146.500 510.000 l
5240 145.119 510.000 144.000 511.119 144.000 512.500 c
5241 h
5242 f
5243 0.00000 0.00000 0.00000 RG
5244 newpath
5245 144.000 512.500 m
5246 144.000 527.500 l
5247 144.000 528.881 145.119 530.000 146.500 530.000 c
5248 224.500 530.000 l
5249 225.881 530.000 227.000 528.881 227.000 527.500 c
5250 227.000 512.500 l
5251 227.000 511.119 225.881 510.000 224.500 510.000 c
5252 146.500 510.000 l
5253 145.119 510.000 144.000 511.119 144.000 512.500 c
5254 h
5255 S
5256 newpath
5257 151.203 515.578 m
5258 151.203 517.438 l
5259 153.422 517.438 l
5260 153.422 518.281 l
5261 151.203 518.281 l
5262 151.203 521.844 l
5263 151.203 522.375 151.276 522.716 151.422 522.867 c
5264 151.568 523.018 151.865 523.094 152.312 523.094 c
5265 153.422 523.094 l
5266 153.422 524.000 l
5267 152.312 524.000 l
5268 151.479 524.000 150.904 523.844 150.586 523.531 c
5269 150.268 523.219 150.109 522.656 150.109 521.844 c
5270 150.109 518.281 l
5271 149.328 518.281 l
5272 149.328 517.438 l
5273 150.109 517.438 l
5274 150.109 515.578 l
5275 151.203 515.578 l
5276 h
5277 158.643 518.438 m
5278 158.518 518.375 158.385 518.326 158.244 518.289 c
5279 158.104 518.253 157.945 518.234 157.768 518.234 c
5280 157.163 518.234 156.697 518.432 156.369 518.828 c
5281 156.041 519.224 155.877 519.797 155.877 520.547 c
5282 155.877 524.000 l
5283 154.799 524.000 l
5284 154.799 517.438 l
5285 155.877 517.438 l
5286 155.877 518.453 l
5287 156.106 518.057 156.403 517.763 156.768 517.570 c
5288 157.132 517.378 157.575 517.281 158.096 517.281 c
5289 158.169 517.281 158.249 517.286 158.338 517.297 c
5290 158.426 517.307 158.523 517.323 158.627 517.344 c
5291 158.643 518.438 l
5292 h
5293 162.748 520.703 m
5294 161.883 520.703 161.282 520.802 160.943 521.000 c
5295 160.605 521.198 160.436 521.536 160.436 522.016 c
5296 160.436 522.401 160.563 522.706 160.818 522.930 c
5297 161.074 523.154 161.415 523.266 161.842 523.266 c
5298 162.446 523.266 162.928 523.055 163.287 522.633 c
5299 163.646 522.211 163.826 521.646 163.826 520.938 c
5300 163.826 520.703 l
5301 162.748 520.703 l
5302 h
5303 164.904 520.250 m
5304 164.904 524.000 l
5305 163.826 524.000 l
5306 163.826 523.000 l
5307 163.576 523.396 163.269 523.690 162.904 523.883 c
5308 162.540 524.076 162.092 524.172 161.561 524.172 c
5309 160.883 524.172 160.347 523.982 159.951 523.602 c
5310 159.555 523.221 159.357 522.719 159.357 522.094 c
5311 159.357 521.354 159.605 520.797 160.100 520.422 c
5312 160.594 520.047 161.331 519.859 162.311 519.859 c
5313 163.826 519.859 l
5314 163.826 519.750 l
5315 163.826 519.250 163.662 518.865 163.334 518.594 c
5316 163.006 518.323 162.550 518.188 161.967 518.188 c
5317 161.592 518.188 161.225 518.234 160.865 518.328 c
5318 160.506 518.422 160.165 518.557 159.842 518.734 c
5319 159.842 517.734 l
5320 160.238 517.578 160.620 517.464 160.990 517.391 c
5321 161.360 517.318 161.722 517.281 162.076 517.281 c
5322 163.024 517.281 163.732 517.526 164.201 518.016 c
5323 164.670 518.505 164.904 519.250 164.904 520.250 c
5324 h
5325 167.117 517.438 m
5326 168.195 517.438 l
5327 168.195 524.000 l
5328 167.117 524.000 l
5329 167.117 517.438 l
5330 h
5331 167.117 514.875 m
5332 168.195 514.875 l
5333 168.195 516.250 l
5334 167.117 516.250 l
5335 167.117 514.875 l
5336 h
5337 175.920 520.031 m
5338 175.920 524.000 l
5339 174.842 524.000 l
5340 174.842 520.078 l
5341 174.842 519.453 174.719 518.987 174.475 518.680 c
5342 174.230 518.372 173.868 518.219 173.389 518.219 c
5343 172.805 518.219 172.344 518.404 172.006 518.773 c
5344 171.667 519.143 171.498 519.651 171.498 520.297 c
5345 171.498 524.000 l
5346 170.420 524.000 l
5347 170.420 517.438 l
5348 171.498 517.438 l
5349 171.498 518.453 l
5350 171.758 518.057 172.063 517.763 172.412 517.570 c
5351 172.761 517.378 173.165 517.281 173.623 517.281 c
5352 174.373 517.281 174.943 517.513 175.334 517.977 c
5353 175.725 518.440 175.920 519.125 175.920 520.031 c
5354 h
5355 184.666 515.922 m
5356 184.666 517.172 l
5357 184.260 516.797 183.833 516.518 183.385 516.336 c
5358 182.937 516.154 182.458 516.062 181.947 516.062 c
5359 180.947 516.062 180.182 516.370 179.650 516.984 c
5360 179.119 517.599 178.854 518.484 178.854 519.641 c
5361 178.854 520.786 179.119 521.667 179.650 522.281 c
5362 180.182 522.896 180.947 523.203 181.947 523.203 c
5363 182.458 523.203 182.937 523.109 183.385 522.922 c
5364 183.833 522.734 184.260 522.458 184.666 522.094 c
5365 184.666 523.328 l
5366 184.249 523.609 183.809 523.820 183.346 523.961 c
5367 182.882 524.102 182.395 524.172 181.885 524.172 c
5368 180.551 524.172 179.505 523.766 178.744 522.953 c
5369 177.984 522.141 177.604 521.036 177.604 519.641 c
5370 177.604 518.234 177.984 517.125 178.744 516.312 c
5371 179.505 515.500 180.551 515.094 181.885 515.094 c
5372 182.406 515.094 182.898 515.164 183.361 515.305 c
5373 183.825 515.445 184.260 515.651 184.666 515.922 c
5374 h
5375 188.982 518.188 m
5376 188.410 518.188 187.954 518.414 187.615 518.867 c
5377 187.277 519.320 187.107 519.938 187.107 520.719 c
5378 187.107 521.510 187.274 522.130 187.607 522.578 c
5379 187.941 523.026 188.399 523.250 188.982 523.250 c
5380 189.555 523.250 190.011 523.023 190.350 522.570 c
5381 190.688 522.117 190.857 521.500 190.857 520.719 c
5382 190.857 519.948 190.688 519.333 190.350 518.875 c
5383 190.011 518.417 189.555 518.188 188.982 518.188 c
5384 h
5385 188.982 517.281 m
5386 189.920 517.281 190.657 517.586 191.193 518.195 c
5387 191.730 518.805 191.998 519.646 191.998 520.719 c
5388 191.998 521.792 191.730 522.635 191.193 523.250 c
5389 190.657 523.865 189.920 524.172 188.982 524.172 c
5390 188.045 524.172 187.308 523.865 186.771 523.250 c
5391 186.235 522.635 185.967 521.792 185.967 520.719 c
5392 185.967 519.646 186.235 518.805 186.771 518.195 c
5393 187.308 517.586 188.045 517.281 188.982 517.281 c
5394 h
5395 198.887 518.703 m
5396 199.158 518.214 199.480 517.854 199.855 517.625 c
5397 200.230 517.396 200.673 517.281 201.184 517.281 c
5398 201.871 517.281 202.400 517.521 202.770 518.000 c
5399 203.139 518.479 203.324 519.156 203.324 520.031 c
5400 203.324 524.000 l
5401 202.246 524.000 l
5402 202.246 520.078 l
5403 202.246 519.443 202.134 518.974 201.910 518.672 c
5404 201.686 518.370 201.345 518.219 200.887 518.219 c
5405 200.324 518.219 199.882 518.404 199.559 518.773 c
5406 199.236 519.143 199.074 519.651 199.074 520.297 c
5407 199.074 524.000 l
5408 197.996 524.000 l
5409 197.996 520.078 l
5410 197.996 519.443 197.884 518.974 197.660 518.672 c
5411 197.436 518.370 197.090 518.219 196.621 518.219 c
5412 196.069 518.219 195.632 518.404 195.309 518.773 c
5413 194.986 519.143 194.824 519.651 194.824 520.297 c
5414 194.824 524.000 l
5415 193.746 524.000 l
5416 193.746 517.438 l
5417 194.824 517.438 l
5418 194.824 518.453 l
5419 195.074 518.057 195.371 517.763 195.715 517.570 c
5420 196.059 517.378 196.465 517.281 196.934 517.281 c
5421 197.413 517.281 197.819 517.401 198.152 517.641 c
5422 198.486 517.880 198.730 518.234 198.887 518.703 c
5423 h
5424 205.467 517.438 m
5425 206.545 517.438 l
5426 206.545 524.000 l
5427 205.467 524.000 l
5428 205.467 517.438 l
5429 h
5430 205.467 514.875 m
5431 206.545 514.875 l
5432 206.545 516.250 l
5433 205.467 516.250 l
5434 205.467 514.875 l
5435 h
5436 214.270 520.031 m
5437 214.270 524.000 l
5438 213.191 524.000 l
5439 213.191 520.078 l
5440 213.191 519.453 213.069 518.987 212.824 518.680 c
5441 212.579 518.372 212.217 518.219 211.738 518.219 c
5442 211.155 518.219 210.694 518.404 210.355 518.773 c
5443 210.017 519.143 209.848 519.651 209.848 520.297 c
5444 209.848 524.000 l
5445 208.770 524.000 l
5446 208.770 517.438 l
5447 209.848 517.438 l
5448 209.848 518.453 l
5449 210.108 518.057 210.413 517.763 210.762 517.570 c
5450 211.111 517.378 211.514 517.281 211.973 517.281 c
5451 212.723 517.281 213.293 517.513 213.684 517.977 c
5452 214.074 518.440 214.270 519.125 214.270 520.031 c
5453 h
5454 220.734 520.641 m
5455 220.734 519.859 220.573 519.255 220.250 518.828 c
5456 219.927 518.401 219.474 518.188 218.891 518.188 c
5457 218.318 518.188 217.870 518.401 217.547 518.828 c
5458 217.224 519.255 217.062 519.859 217.062 520.641 c
5459 217.062 521.422 217.224 522.026 217.547 522.453 c
5460 217.870 522.880 218.318 523.094 218.891 523.094 c
5461 219.474 523.094 219.927 522.880 220.250 522.453 c
5462 220.573 522.026 220.734 521.422 220.734 520.641 c
5463 h
5464 221.812 523.188 m
5465 221.812 524.302 221.565 525.133 221.070 525.680 c
5466 220.576 526.227 219.812 526.500 218.781 526.500 c
5467 218.406 526.500 218.049 526.471 217.711 526.414 c
5468 217.372 526.357 217.047 526.271 216.734 526.156 c
5469 216.734 525.109 l
5470 217.047 525.276 217.359 525.401 217.672 525.484 c
5471 217.984 525.568 218.297 525.609 218.609 525.609 c
5472 219.318 525.609 219.849 525.424 220.203 525.055 c
5473 220.557 524.685 220.734 524.125 220.734 523.375 c
5474 220.734 522.844 l
5475 220.505 523.229 220.219 523.518 219.875 523.711 c
5476 219.531 523.904 219.115 524.000 218.625 524.000 c
5477 217.823 524.000 217.174 523.693 216.680 523.078 c
5478 216.185 522.464 215.938 521.651 215.938 520.641 c
5479 215.938 519.630 216.185 518.818 216.680 518.203 c
5480 217.174 517.589 217.823 517.281 218.625 517.281 c
5481 219.115 517.281 219.531 517.378 219.875 517.570 c
5482 220.219 517.763 220.505 518.052 220.734 518.438 c
5483 220.734 517.438 l
5484 221.812 517.438 l
5485 221.812 523.188 l
5486 h
5487 f
5488 .807843 .811765 1.00000 RG
5489 newpath
5490 242.000 512.500 m
5491 242.000 527.500 l
5492 242.000 528.881 243.119 530.000 244.500 530.000 c
5493 253.500 530.000 l
5494 254.881 530.000 256.000 528.881 256.000 527.500 c
5495 256.000 512.500 l
5496 256.000 511.119 254.881 510.000 253.500 510.000 c
5497 244.500 510.000 l
5498 243.119 510.000 242.000 511.119 242.000 512.500 c
5499 h
5500 f
5501 .274510 .274510 .274510 RG
5502 newpath
5503 242.000 512.500 m
5504 242.000 527.500 l
5505 242.000 528.881 243.119 530.000 244.500 530.000 c
5506 253.500 530.000 l
5507 254.881 530.000 256.000 528.881 256.000 527.500 c
5508 256.000 512.500 l
5509 256.000 511.119 254.881 510.000 253.500 510.000 c
5510 244.500 510.000 l
5511 243.119 510.000 242.000 511.119 242.000 512.500 c
5512 h
5513 S
5514 newpath
5515 247.594 520.234 m
5516 250.750 520.234 l
5517 250.750 521.188 l
5518 247.594 521.188 l
5519 247.594 520.234 l
5520 h
5521 f
5522 1.00000 0.00000 0.00000 RG
5523 newpath
5524 44.5000 70.5000 m
5525 184.500 70.5000 l
5526 S
5527 newpath
5528 184.500 70.5000 m
5529 174.500 67.5000 l
5530 S
5531 newpath
5532 184.500 70.5000 m
5533 174.500 73.5000 l
5534 S
5535 newpath
5536 48.4219 64.2500 m
5537 47.7031 64.2500 47.2031 64.3333 46.9219 64.5000 c
5538 46.6406 64.6667 46.5000 64.9479 46.5000 65.3438 c
5539 46.5000 65.6667 46.6042 65.9219 46.8125 66.1094 c
5540 47.0208 66.2969 47.3073 66.3906 47.6719 66.3906 c
5541 48.1719 66.3906 48.5729 66.2135 48.8750 65.8594 c
5542 49.1771 65.5052 49.3281 65.0365 49.3281 64.4531 c
5543 49.3281 64.2500 l
5544 48.4219 64.2500 l
5545 h
5546 50.2188 63.8750 m
5547 50.2188 67.0000 l
5548 49.3281 67.0000 l
5549 49.3281 66.1719 l
5550 49.1198 66.5052 48.8620 66.7500 48.5547 66.9062 c
5551 48.2474 67.0625 47.8750 67.1406 47.4375 67.1406 c
5552 46.8750 67.1406 46.4271 66.9844 46.0938 66.6719 c
5553 45.7604 66.3594 45.5938 65.9375 45.5938 65.4062 c
5554 45.5938 64.7917 45.8021 64.3281 46.2188 64.0156 c
5555 46.6354 63.7031 47.2500 63.5469 48.0625 63.5469 c
5556 49.3281 63.5469 l
5557 49.3281 63.4531 l
5558 49.3281 63.0469 49.1901 62.7292 48.9141 62.5000 c
5559 48.6380 62.2708 48.2552 62.1562 47.7656 62.1562 c
5560 47.4531 62.1562 47.1484 62.1953 46.8516 62.2734 c
5561 46.5547 62.3516 46.2708 62.4635 46.0000 62.6094 c
5562 46.0000 61.7812 l
5563 46.3333 61.6562 46.6536 61.5625 46.9609 61.5000 c
5564 47.2682 61.4375 47.5677 61.4062 47.8594 61.4062 c
5565 48.6510 61.4062 49.2422 61.6094 49.6328 62.0156 c
5566 50.0234 62.4219 50.2188 63.0417 50.2188 63.8750 c
5567 h
5568 52.9404 66.1719 m
5569 52.9404 69.0781 l
5570 52.0342 69.0781 l
5571 52.0342 61.5312 l
5572 52.9404 61.5312 l
5573 52.9404 62.3594 l
5574 53.1279 62.0365 53.3649 61.7969 53.6514 61.6406 c
5575 53.9378 61.4844 54.2842 61.4062 54.6904 61.4062 c
5576 55.3571 61.4062 55.8962 61.6693 56.3076 62.1953 c
5577 56.7191 62.7214 56.9248 63.4115 56.9248 64.2656 c
5578 56.9248 65.1302 56.7191 65.8255 56.3076 66.3516 c
5579 55.8962 66.8776 55.3571 67.1406 54.6904 67.1406 c
5580 54.2842 67.1406 53.9378 67.0625 53.6514 66.9062 c
5581 53.3649 66.7500 53.1279 66.5052 52.9404 66.1719 c
5582 h
5583 56.0029 64.2656 m
5584 56.0029 63.6094 55.8649 63.0938 55.5889 62.7188 c
5585 55.3128 62.3438 54.9404 62.1562 54.4717 62.1562 c
5586 53.9925 62.1562 53.6175 62.3438 53.3467 62.7188 c
5587 53.0758 63.0938 52.9404 63.6094 52.9404 64.2656 c
5588 52.9404 64.9323 53.0758 65.4531 53.3467 65.8281 c
5589 53.6175 66.2031 53.9925 66.3906 54.4717 66.3906 c
5590 54.9404 66.3906 55.3128 66.2031 55.5889 65.8281 c
5591 55.8649 65.4531 56.0029 64.9323 56.0029 64.2656 c
5592 h
5593 59.2881 66.1719 m
5594 59.2881 69.0781 l
5595 58.3818 69.0781 l
5596 58.3818 61.5312 l
5597 59.2881 61.5312 l
5598 59.2881 62.3594 l
5599 59.4756 62.0365 59.7126 61.7969 59.9990 61.6406 c
5600 60.2855 61.4844 60.6318 61.4062 61.0381 61.4062 c
5601 61.7048 61.4062 62.2438 61.6693 62.6553 62.1953 c
5602 63.0667 62.7214 63.2725 63.4115 63.2725 64.2656 c
5603 63.2725 65.1302 63.0667 65.8255 62.6553 66.3516 c
5604 62.2438 66.8776 61.7048 67.1406 61.0381 67.1406 c
5605 60.6318 67.1406 60.2855 67.0625 59.9990 66.9062 c
5606 59.7126 66.7500 59.4756 66.5052 59.2881 66.1719 c
5607 h
5608 62.3506 64.2656 m
5609 62.3506 63.6094 62.2126 63.0938 61.9365 62.7188 c
5610 61.6605 62.3438 61.2881 62.1562 60.8193 62.1562 c
5611 60.3402 62.1562 59.9652 62.3438 59.6943 62.7188 c
5612 59.4235 63.0938 59.2881 63.6094 59.2881 64.2656 c
5613 59.2881 64.9323 59.4235 65.4531 59.6943 65.8281 c
5614 59.9652 66.2031 60.3402 66.3906 60.8193 66.3906 c
5615 61.2881 66.3906 61.6605 66.2031 61.9365 65.8281 c
5616 62.2126 65.4531 62.3506 64.9323 62.3506 64.2656 c
5617 h
5618 67.9326 62.3750 m
5619 67.8285 62.3125 67.7191 62.2682 67.6045 62.2422 c
5620 67.4899 62.2161 67.3597 62.2031 67.2139 62.2031 c
5621 66.7035 62.2031 66.3128 62.3672 66.0420 62.6953 c
5622 65.7712 63.0234 65.6357 63.5000 65.6357 64.1250 c
5623 65.6357 67.0000 l
5624 64.7295 67.0000 l
5625 64.7295 61.5312 l
5626 65.6357 61.5312 l
5627 65.6357 62.3750 l
5628 65.8232 62.0417 66.0680 61.7969 66.3701 61.6406 c
5629 66.6722 61.4844 67.0420 61.4062 67.4795 61.4062 c
5630 67.5420 61.4062 67.6097 61.4089 67.6826 61.4141 c
5631 67.7555 61.4193 67.8389 61.4323 67.9326 61.4531 c
5632 67.9326 62.3750 l
5633 h
5634 70.9971 62.1562 m
5635 70.5179 62.1562 70.1377 62.3438 69.8564 62.7188 c
5636 69.5752 63.0938 69.4346 63.6094 69.4346 64.2656 c
5637 69.4346 64.9219 69.5726 65.4375 69.8486 65.8125 c
5638 70.1247 66.1875 70.5075 66.3750 70.9971 66.3750 c
5639 71.4762 66.3750 71.8564 66.1875 72.1377 65.8125 c
5640 72.4189 65.4375 72.5596 64.9219 72.5596 64.2656 c
5641 72.5596 63.6198 72.4189 63.1068 72.1377 62.7266 c
5642 71.8564 62.3464 71.4762 62.1562 70.9971 62.1562 c
5643 h
5644 70.9971 61.4062 m
5645 71.7783 61.4062 72.3929 61.6589 72.8408 62.1641 c
5646 73.2887 62.6693 73.5127 63.3698 73.5127 64.2656 c
5647 73.5127 65.1615 73.2887 65.8646 72.8408 66.3750 c
5648 72.3929 66.8854 71.7783 67.1406 70.9971 67.1406 c
5649 70.2158 67.1406 69.6012 66.8854 69.1533 66.3750 c
5650 68.7054 65.8646 68.4814 65.1615 68.4814 64.2656 c
5651 68.4814 63.3698 68.7054 62.6693 69.1533 62.1641 c
5652 69.6012 61.6589 70.2158 61.4062 70.9971 61.4062 c
5653 h
5654 77.4746 64.2500 m
5655 76.7559 64.2500 76.2559 64.3333 75.9746 64.5000 c
5656 75.6934 64.6667 75.5527 64.9479 75.5527 65.3438 c
5657 75.5527 65.6667 75.6569 65.9219 75.8652 66.1094 c
5658 76.0736 66.2969 76.3600 66.3906 76.7246 66.3906 c
5659 77.2246 66.3906 77.6257 66.2135 77.9277 65.8594 c
5660 78.2298 65.5052 78.3809 65.0365 78.3809 64.4531 c
5661 78.3809 64.2500 l
5662 77.4746 64.2500 l
5663 h
5664 79.2715 63.8750 m
5665 79.2715 67.0000 l
5666 78.3809 67.0000 l
5667 78.3809 66.1719 l
5668 78.1725 66.5052 77.9147 66.7500 77.6074 66.9062 c
5669 77.3001 67.0625 76.9277 67.1406 76.4902 67.1406 c
5670 75.9277 67.1406 75.4798 66.9844 75.1465 66.6719 c
5671 74.8132 66.3594 74.6465 65.9375 74.6465 65.4062 c
5672 74.6465 64.7917 74.8548 64.3281 75.2715 64.0156 c
5673 75.6882 63.7031 76.3027 63.5469 77.1152 63.5469 c
5674 78.3809 63.5469 l
5675 78.3809 63.4531 l
5676 78.3809 63.0469 78.2428 62.7292 77.9668 62.5000 c
5677 77.6908 62.2708 77.3079 62.1562 76.8184 62.1562 c
5678 76.5059 62.1562 76.2012 62.1953 75.9043 62.2734 c
5679 75.6074 62.3516 75.3236 62.4635 75.0527 62.6094 c
5680 75.0527 61.7812 l
5681 75.3861 61.6562 75.7064 61.5625 76.0137 61.5000 c
5682 76.3210 61.4375 76.6204 61.4062 76.9121 61.4062 c
5683 77.7038 61.4062 78.2949 61.6094 78.6855 62.0156 c
5684 79.0762 62.4219 79.2715 63.0417 79.2715 63.8750 c
5685 h
5686 85.0557 61.7344 m
5687 85.0557 62.5781 l
5688 84.8057 62.4427 84.5531 62.3385 84.2979 62.2656 c
5689 84.0426 62.1927 83.7848 62.1562 83.5244 62.1562 c
5690 82.9411 62.1562 82.4880 62.3411 82.1650 62.7109 c
5691 81.8421 63.0807 81.6807 63.5990 81.6807 64.2656 c
5692 81.6807 64.9323 81.8421 65.4505 82.1650 65.8203 c
5693 82.4880 66.1901 82.9411 66.3750 83.5244 66.3750 c
5694 83.7848 66.3750 84.0426 66.3411 84.2979 66.2734 c
5695 84.5531 66.2057 84.8057 66.0990 85.0557 65.9531 c
5696 85.0557 66.7969 l
5697 84.8057 66.9115 84.5479 66.9974 84.2822 67.0547 c
5698 84.0166 67.1120 83.7327 67.1406 83.4307 67.1406 c
5699 82.5973 67.1406 81.9385 66.8828 81.4541 66.3672 c
5700 80.9697 65.8516 80.7275 65.1510 80.7275 64.2656 c
5701 80.7275 63.3802 80.9723 62.6823 81.4619 62.1719 c
5702 81.9515 61.6615 82.6234 61.4062 83.4775 61.4062 c
5703 83.7588 61.4062 84.0296 61.4323 84.2900 61.4844 c
5704 84.5505 61.5365 84.8057 61.6198 85.0557 61.7344 c
5705 h
5706 91.1631 63.7031 m
5707 91.1631 67.0000 l
5708 90.2725 67.0000 l
5709 90.2725 63.7344 l
5710 90.2725 63.2135 90.1709 62.8255 89.9678 62.5703 c
5711 89.7646 62.3151 89.4600 62.1875 89.0537 62.1875 c
5712 88.5745 62.1875 88.1943 62.3411 87.9131 62.6484 c
5713 87.6318 62.9557 87.4912 63.3750 87.4912 63.9062 c
5714 87.4912 67.0000 l
5715 86.5850 67.0000 l
5716 86.5850 59.4062 l
5717 87.4912 59.4062 l
5718 87.4912 62.3750 l
5719 87.7100 62.0521 87.9652 61.8099 88.2568 61.6484 c
5720 88.5485 61.4870 88.8818 61.4062 89.2568 61.4062 c
5721 89.8818 61.4062 90.3558 61.5990 90.6787 61.9844 c
5722 91.0016 62.3698 91.1631 62.9427 91.1631 63.7031 c
5723 h
5724 f
5725 newpath
5726 184.500 130.500 m
5727 113.500 130.500 l
5728 S
5729 newpath
5730 113.500 130.500 m
5731 123.500 127.500 l
5732 S
5733 newpath
5734 113.500 130.500 m
5735 123.500 133.500 l
5736 S
5737 newpath
5738 157.938 119.406 m
5739 158.844 119.406 l
5740 158.844 127.000 l
5741 157.938 127.000 l
5742 157.938 119.406 l
5743 h
5744 162.841 122.156 m
5745 162.362 122.156 161.981 122.344 161.700 122.719 c
5746 161.419 123.094 161.278 123.609 161.278 124.266 c
5747 161.278 124.922 161.416 125.438 161.692 125.812 c
5748 161.968 126.188 162.351 126.375 162.841 126.375 c
5749 163.320 126.375 163.700 126.188 163.981 125.812 c
5750 164.263 125.438 164.403 124.922 164.403 124.266 c
5751 164.403 123.620 164.263 123.107 163.981 122.727 c
5752 163.700 122.346 163.320 122.156 162.841 122.156 c
5753 h
5754 162.841 121.406 m
5755 163.622 121.406 164.237 121.659 164.685 122.164 c
5756 165.132 122.669 165.356 123.370 165.356 124.266 c
5757 165.356 125.161 165.132 125.865 164.685 126.375 c
5758 164.237 126.885 163.622 127.141 162.841 127.141 c
5759 162.060 127.141 161.445 126.885 160.997 126.375 c
5760 160.549 125.865 160.325 125.161 160.325 124.266 c
5761 160.325 123.370 160.549 122.669 160.997 122.164 c
5762 161.445 121.659 162.060 121.406 162.841 121.406 c
5763 h
5764 166.318 121.531 m
5765 167.209 121.531 l
5766 168.334 125.797 l
5767 169.459 121.531 l
5768 170.521 121.531 l
5769 171.646 125.797 l
5770 172.756 121.531 l
5771 173.662 121.531 l
5772 172.225 127.000 l
5773 171.162 127.000 l
5774 169.990 122.516 l
5775 168.803 127.000 l
5776 167.740 127.000 l
5777 166.318 121.531 l
5778 h
5779 179.700 124.047 m
5780 179.700 124.484 l
5781 175.560 124.484 l
5782 175.601 125.099 175.789 125.568 176.122 125.891 c
5783 176.455 126.214 176.919 126.375 177.513 126.375 c
5784 177.856 126.375 178.192 126.333 178.521 126.250 c
5785 178.849 126.167 179.169 126.042 179.481 125.875 c
5786 179.481 126.719 l
5787 179.159 126.854 178.828 126.958 178.489 127.031 c
5788 178.151 127.104 177.810 127.141 177.466 127.141 c
5789 176.591 127.141 175.898 126.888 175.388 126.383 c
5790 174.877 125.878 174.622 125.188 174.622 124.312 c
5791 174.622 123.417 174.864 122.708 175.349 122.188 c
5792 175.833 121.667 176.487 121.406 177.310 121.406 c
5793 178.049 121.406 178.632 121.641 179.060 122.109 c
5794 179.487 122.578 179.700 123.224 179.700 124.047 c
5795 h
5796 178.794 123.781 m
5797 178.794 123.292 178.659 122.898 178.388 122.602 c
5798 178.117 122.305 177.763 122.156 177.325 122.156 c
5799 176.815 122.156 176.411 122.299 176.114 122.586 c
5800 175.817 122.872 175.643 123.271 175.591 123.781 c
5801 178.794 123.781 l
5802 h
5803 184.337 122.375 m
5804 184.233 122.312 184.123 122.268 184.009 122.242 c
5805 183.894 122.216 183.764 122.203 183.618 122.203 c
5806 183.108 122.203 182.717 122.367 182.446 122.695 c
5807 182.175 123.023 182.040 123.500 182.040 124.125 c
5808 182.040 127.000 l
5809 181.134 127.000 l
5810 181.134 121.531 l
5811 182.040 121.531 l
5812 182.040 122.375 l
5813 182.228 122.042 182.472 121.797 182.774 121.641 c
5814 183.076 121.484 183.446 121.406 183.884 121.406 c
5815 183.946 121.406 184.014 121.409 184.087 121.414 c
5816 184.160 121.419 184.243 121.432 184.337 121.453 c
5817 184.337 122.375 l
5818 h
5819 f
5820 newpath
5821 113.500 190.500 m
5822 248.500 190.500 l
5823 S
5824 newpath
5825 248.500 190.500 m
5826 238.500 187.500 l
5827 S
5828 newpath
5829 248.500 190.500 m
5830 238.500 193.500 l
5831 S
5832 newpath
5833 118.547 182.359 m
5834 118.547 179.406 l
5835 119.438 179.406 l
5836 119.438 187.000 l
5837 118.547 187.000 l
5838 118.547 186.172 l
5839 118.359 186.505 118.120 186.750 117.828 186.906 c
5840 117.536 187.062 117.188 187.141 116.781 187.141 c
5841 116.125 187.141 115.589 186.878 115.172 186.352 c
5842 114.755 185.826 114.547 185.130 114.547 184.266 c
5843 114.547 183.411 114.755 182.721 115.172 182.195 c
5844 115.589 181.669 116.125 181.406 116.781 181.406 c
5845 117.188 181.406 117.536 181.484 117.828 181.641 c
5846 118.120 181.797 118.359 182.036 118.547 182.359 c
5847 h
5848 115.484 184.266 m
5849 115.484 184.932 115.620 185.453 115.891 185.828 c
5850 116.161 186.203 116.536 186.391 117.016 186.391 c
5851 117.484 186.391 117.857 186.203 118.133 185.828 c
5852 118.409 185.453 118.547 184.932 118.547 184.266 c
5853 118.547 183.609 118.409 183.094 118.133 182.719 c
5854 117.857 182.344 117.484 182.156 117.016 182.156 c
5855 116.536 182.156 116.161 182.344 115.891 182.719 c
5856 115.620 183.094 115.484 183.609 115.484 184.266 c
5857 h
5858 123.410 182.156 m
5859 122.931 182.156 122.551 182.344 122.270 182.719 c
5860 121.988 183.094 121.848 183.609 121.848 184.266 c
5861 121.848 184.922 121.986 185.438 122.262 185.812 c
5862 122.538 186.188 122.921 186.375 123.410 186.375 c
5863 123.889 186.375 124.270 186.188 124.551 185.812 c
5864 124.832 185.438 124.973 184.922 124.973 184.266 c
5865 124.973 183.620 124.832 183.107 124.551 182.727 c
5866 124.270 182.346 123.889 182.156 123.410 182.156 c
5867 h
5868 123.410 181.406 m
5869 124.191 181.406 124.806 181.659 125.254 182.164 c
5870 125.702 182.669 125.926 183.370 125.926 184.266 c
5871 125.926 185.161 125.702 185.865 125.254 186.375 c
5872 124.806 186.885 124.191 187.141 123.410 187.141 c
5873 122.629 187.141 122.014 186.885 121.566 186.375 c
5874 121.118 185.865 120.895 185.161 120.895 184.266 c
5875 120.895 183.370 121.118 182.669 121.566 182.164 c
5876 122.014 181.659 122.629 181.406 123.410 181.406 c
5877 h
5878 126.888 181.531 m
5879 127.778 181.531 l
5880 128.903 185.797 l
5881 130.028 181.531 l
5882 131.091 181.531 l
5883 132.216 185.797 l
5884 133.325 181.531 l
5885 134.231 181.531 l
5886 132.794 187.000 l
5887 131.731 187.000 l
5888 130.560 182.516 l
5889 129.372 187.000 l
5890 128.310 187.000 l
5891 126.888 181.531 l
5892 h
5893 140.129 183.703 m
5894 140.129 187.000 l
5895 139.238 187.000 l
5896 139.238 183.734 l
5897 139.238 183.214 139.137 182.826 138.934 182.570 c
5898 138.730 182.315 138.426 182.188 138.020 182.188 c
5899 137.540 182.188 137.160 182.341 136.879 182.648 c
5900 136.598 182.956 136.457 183.375 136.457 183.906 c
5901 136.457 187.000 l
5902 135.551 187.000 l
5903 135.551 181.531 l
5904 136.457 181.531 l
5905 136.457 182.375 l
5906 136.676 182.052 136.931 181.810 137.223 181.648 c
5907 137.514 181.487 137.848 181.406 138.223 181.406 c
5908 138.848 181.406 139.322 181.599 139.645 181.984 c
5909 139.967 182.370 140.129 182.943 140.129 183.703 c
5910 h
5911 f
5912 newpath
5913 44.5000 250.500 m
5914 248.500 250.500 l
5915 S
5916 newpath
5917 248.500 250.500 m
5918 238.500 247.500 l
5919 S
5920 newpath
5921 248.500 250.500 m
5922 238.500 253.500 l
5923 S
5924 newpath
5925 45.9375 241.531 m
5926 46.8438 241.531 l
5927 46.8438 247.000 l
5928 45.9375 247.000 l
5929 45.9375 241.531 l
5930 h
5931 45.9375 239.406 m
5932 46.8438 239.406 l
5933 46.8438 240.547 l
5934 45.9375 240.547 l
5935 45.9375 239.406 l
5936 h
5937 53.2627 243.703 m
5938 53.2627 247.000 l
5939 52.3721 247.000 l
5940 52.3721 243.734 l
5941 52.3721 243.214 52.2705 242.826 52.0674 242.570 c
5942 51.8643 242.315 51.5596 242.188 51.1533 242.188 c
5943 50.6742 242.188 50.2939 242.341 50.0127 242.648 c
5944 49.7314 242.956 49.5908 243.375 49.5908 243.906 c
5945 49.5908 247.000 l
5946 48.6846 247.000 l
5947 48.6846 241.531 l
5948 49.5908 241.531 l
5949 49.5908 242.375 l
5950 49.8096 242.052 50.0648 241.810 50.3564 241.648 c
5951 50.6481 241.487 50.9814 241.406 51.3564 241.406 c
5952 51.9814 241.406 52.4554 241.599 52.7783 241.984 c
5953 53.1012 242.370 53.2627 242.943 53.2627 243.703 c
5954 h
5955 f
5956 newpath
5957 44.5000 310.500 m
5958 248.500 310.500 l
5959 S
5960 newpath
5961 248.500 310.500 m
5962 238.500 307.500 l
5963 S
5964 newpath
5965 248.500 310.500 m
5966 238.500 313.500 l
5967 S
5968 newpath
5969 48.0625 302.156 m
5970 47.5833 302.156 47.2031 302.344 46.9219 302.719 c
5971 46.6406 303.094 46.5000 303.609 46.5000 304.266 c
5972 46.5000 304.922 46.6380 305.438 46.9141 305.812 c
5973 47.1901 306.188 47.5729 306.375 48.0625 306.375 c
5974 48.5417 306.375 48.9219 306.188 49.2031 305.812 c
5975 49.4844 305.438 49.6250 304.922 49.6250 304.266 c
5976 49.6250 303.620 49.4844 303.107 49.2031 302.727 c
5977 48.9219 302.346 48.5417 302.156 48.0625 302.156 c
5978 h
5979 48.0625 301.406 m
5980 48.8438 301.406 49.4583 301.659 49.9062 302.164 c
5981 50.3542 302.669 50.5781 303.370 50.5781 304.266 c
5982 50.5781 305.161 50.3542 305.865 49.9062 306.375 c
5983 49.4583 306.885 48.8438 307.141 48.0625 307.141 c
5984 47.2812 307.141 46.6667 306.885 46.2188 306.375 c
5985 45.7708 305.865 45.5469 305.161 45.5469 304.266 c
5986 45.5469 303.370 45.7708 302.669 46.2188 302.164 c
5987 46.6667 301.659 47.2812 301.406 48.0625 301.406 c
5988 h
5989 51.9619 304.844 m
5990 51.9619 301.531 l
5991 52.8682 301.531 l
5992 52.8682 304.812 l
5993 52.8682 305.323 52.9697 305.708 53.1729 305.969 c
5994 53.3760 306.229 53.6755 306.359 54.0713 306.359 c
5995 54.5609 306.359 54.9463 306.206 55.2275 305.898 c
5996 55.5088 305.591 55.6494 305.167 55.6494 304.625 c
5997 55.6494 301.531 l
5998 56.5557 301.531 l
5999 56.5557 307.000 l
6000 55.6494 307.000 l
6001 55.6494 306.156 l
6002 55.4307 306.490 55.1781 306.737 54.8916 306.898 c
6003 54.6051 307.060 54.2692 307.141 53.8838 307.141 c
6004 53.2588 307.141 52.7822 306.945 52.4541 306.555 c
6005 52.1260 306.164 51.9619 305.594 51.9619 304.844 c
6006 h
6007 54.2275 301.406 m
6008 54.2275 301.406 l
6009 h
6010 59.2842 299.984 m
6011 59.2842 301.531 l
6012 61.1436 301.531 l
6013 61.1436 302.234 l
6014 59.2842 302.234 l
6015 59.2842 305.203 l
6016 59.2842 305.641 59.3467 305.924 59.4717 306.055 c
6017 59.5967 306.185 59.8467 306.250 60.2217 306.250 c
6018 61.1436 306.250 l
6019 61.1436 307.000 l
6020 60.2217 307.000 l
6021 59.5238 307.000 59.0420 306.870 58.7764 306.609 c
6022 58.5107 306.349 58.3779 305.880 58.3779 305.203 c
6023 58.3779 302.234 l
6024 57.7217 302.234 l
6025 57.7217 301.531 l
6026 58.3779 301.531 l
6027 58.3779 299.984 l
6028 59.2842 299.984 l
6029 h
6030 f
6031 newpath
6032 44.5000 370.500 m
6033 184.500 370.500 l
6034 S
6035 newpath
6036 184.500 370.500 m
6037 174.500 367.500 l
6038 S
6039 newpath
6040 184.500 370.500 m
6041 174.500 373.500 l
6042 S
6043 newpath
6044 50.6250 364.047 m
6045 50.6250 364.484 l
6046 46.4844 364.484 l
6047 46.5260 365.099 46.7135 365.568 47.0469 365.891 c
6048 47.3802 366.214 47.8438 366.375 48.4375 366.375 c
6049 48.7812 366.375 49.1172 366.333 49.4453 366.250 c
6050 49.7734 366.167 50.0938 366.042 50.4062 365.875 c
6051 50.4062 366.719 l
6052 50.0833 366.854 49.7526 366.958 49.4141 367.031 c
6053 49.0755 367.104 48.7344 367.141 48.3906 367.141 c
6054 47.5156 367.141 46.8229 366.888 46.3125 366.383 c
6055 45.8021 365.878 45.5469 365.188 45.5469 364.312 c
6056 45.5469 363.417 45.7891 362.708 46.2734 362.188 c
6057 46.7578 361.667 47.4115 361.406 48.2344 361.406 c
6058 48.9740 361.406 49.5573 361.641 49.9844 362.109 c
6059 50.4115 362.578 50.6250 363.224 50.6250 364.047 c
6060 h
6061 49.7188 363.781 m
6062 49.7188 363.292 49.5833 362.898 49.3125 362.602 c
6063 49.0417 362.305 48.6875 362.156 48.2500 362.156 c
6064 47.7396 362.156 47.3359 362.299 47.0391 362.586 c
6065 46.7422 362.872 46.5677 363.271 46.5156 363.781 c
6066 49.7188 363.781 l
6067 h
6068 56.6367 361.531 m
6069 54.6680 364.188 l
6070 56.7461 367.000 l
6071 55.6836 367.000 l
6072 54.0898 364.844 l
6073 52.4961 367.000 l
6074 51.4336 367.000 l
6075 53.5586 364.141 l
6076 51.6211 361.531 l
6077 52.6836 361.531 l
6078 54.1367 363.484 l
6079 55.5742 361.531 l
6080 56.6367 361.531 l
6081 h
6082 f
6083 newpath
6084 184.500 430.500 m
6085 113.500 430.500 l
6086 S
6087 newpath
6088 113.500 430.500 m
6089 123.500 427.500 l
6090 S
6091 newpath
6092 113.500 430.500 m
6093 123.500 433.500 l
6094 S
6095 newpath
6096 164.109 422.375 m
6097 164.005 422.312 163.896 422.268 163.781 422.242 c
6098 163.667 422.216 163.536 422.203 163.391 422.203 c
6099 162.880 422.203 162.490 422.367 162.219 422.695 c
6100 161.948 423.023 161.812 423.500 161.812 424.125 c
6101 161.812 427.000 l
6102 160.906 427.000 l
6103 160.906 421.531 l
6104 161.812 421.531 l
6105 161.812 422.375 l
6106 162.000 422.042 162.245 421.797 162.547 421.641 c
6107 162.849 421.484 163.219 421.406 163.656 421.406 c
6108 163.719 421.406 163.786 421.409 163.859 421.414 c
6109 163.932 421.419 164.016 421.432 164.109 421.453 c
6110 164.109 422.375 l
6111 h
6112 167.533 424.250 m
6113 166.814 424.250 166.314 424.333 166.033 424.500 c
6114 165.752 424.667 165.611 424.948 165.611 425.344 c
6115 165.611 425.667 165.715 425.922 165.924 426.109 c
6116 166.132 426.297 166.419 426.391 166.783 426.391 c
6117 167.283 426.391 167.684 426.214 167.986 425.859 c
6118 168.288 425.505 168.439 425.036 168.439 424.453 c
6119 168.439 424.250 l
6120 167.533 424.250 l
6121 h
6122 169.330 423.875 m
6123 169.330 427.000 l
6124 168.439 427.000 l
6125 168.439 426.172 l
6126 168.231 426.505 167.973 426.750 167.666 426.906 c
6127 167.359 427.062 166.986 427.141 166.549 427.141 c
6128 165.986 427.141 165.538 426.984 165.205 426.672 c
6129 164.872 426.359 164.705 425.938 164.705 425.406 c
6130 164.705 424.792 164.913 424.328 165.330 424.016 c
6131 165.747 423.703 166.361 423.547 167.174 423.547 c
6132 168.439 423.547 l
6133 168.439 423.453 l
6134 168.439 423.047 168.301 422.729 168.025 422.500 c
6135 167.749 422.271 167.367 422.156 166.877 422.156 c
6136 166.564 422.156 166.260 422.195 165.963 422.273 c
6137 165.666 422.352 165.382 422.464 165.111 422.609 c
6138 165.111 421.781 l
6139 165.445 421.656 165.765 421.562 166.072 421.500 c
6140 166.380 421.438 166.679 421.406 166.971 421.406 c
6141 167.762 421.406 168.354 421.609 168.744 422.016 c
6142 169.135 422.422 169.330 423.042 169.330 423.875 c
6143 h
6144 171.177 421.531 m
6145 172.083 421.531 l
6146 172.083 427.000 l
6147 171.177 427.000 l
6148 171.177 421.531 l
6149 h
6150 171.177 419.406 m
6151 172.083 419.406 l
6152 172.083 420.547 l
6153 171.177 420.547 l
6154 171.177 419.406 l
6155 h
6156 177.439 421.688 m
6157 177.439 422.547 l
6158 177.189 422.411 176.929 422.312 176.658 422.250 c
6159 176.387 422.188 176.101 422.156 175.799 422.156 c
6160 175.361 422.156 175.031 422.224 174.807 422.359 c
6161 174.583 422.495 174.471 422.698 174.471 422.969 c
6162 174.471 423.177 174.549 423.341 174.705 423.461 c
6163 174.861 423.581 175.184 423.693 175.674 423.797 c
6164 175.971 423.875 l
6165 176.617 424.010 177.072 424.203 177.338 424.453 c
6166 177.604 424.703 177.736 425.047 177.736 425.484 c
6167 177.736 425.995 177.536 426.398 177.135 426.695 c
6168 176.734 426.992 176.184 427.141 175.486 427.141 c
6169 175.184 427.141 174.874 427.112 174.557 427.055 c
6170 174.239 426.997 173.908 426.911 173.564 426.797 c
6171 173.564 425.875 l
6172 173.898 426.042 174.223 426.169 174.541 426.258 c
6173 174.859 426.346 175.179 426.391 175.502 426.391 c
6174 175.919 426.391 176.242 426.318 176.471 426.172 c
6175 176.700 426.026 176.814 425.823 176.814 425.562 c
6176 176.814 425.312 176.734 425.122 176.572 424.992 c
6177 176.411 424.862 176.049 424.740 175.486 424.625 c
6178 175.174 424.547 l
6179 174.622 424.432 174.221 424.253 173.971 424.008 c
6180 173.721 423.763 173.596 423.432 173.596 423.016 c
6181 173.596 422.495 173.778 422.096 174.143 421.820 c
6182 174.507 421.544 175.028 421.406 175.705 421.406 c
6183 176.028 421.406 176.338 421.430 176.635 421.477 c
6184 176.932 421.523 177.200 421.594 177.439 421.688 c
6185 h
6186 183.853 424.047 m
6187 183.853 424.484 l
6188 179.712 424.484 l
6189 179.754 425.099 179.941 425.568 180.274 425.891 c
6190 180.608 426.214 181.071 426.375 181.665 426.375 c
6191 182.009 426.375 182.345 426.333 182.673 426.250 c
6192 183.001 426.167 183.321 426.042 183.634 425.875 c
6193 183.634 426.719 l
6194 183.311 426.854 182.980 426.958 182.642 427.031 c
6195 182.303 427.104 181.962 427.141 181.618 427.141 c
6196 180.743 427.141 180.050 426.888 179.540 426.383 c
6197 179.030 425.878 178.774 425.188 178.774 424.312 c
6198 178.774 423.417 179.017 422.708 179.501 422.188 c
6199 179.985 421.667 180.639 421.406 181.462 421.406 c
6200 182.201 421.406 182.785 421.641 183.212 422.109 c
6201 183.639 422.578 183.853 423.224 183.853 424.047 c
6202 h
6203 182.946 423.781 m
6204 182.946 423.292 182.811 422.898 182.540 422.602 c
6205 182.269 422.305 181.915 422.156 181.478 422.156 c
6206 180.967 422.156 180.563 422.299 180.267 422.586 c
6207 179.970 422.872 179.795 423.271 179.743 423.781 c
6208 182.946 423.781 l
6209 h
6210 f
6211 newpath
6212 44.5000 490.500 m
6213 184.500 490.500 l
6214 S
6215 newpath
6216 184.500 490.500 m
6217 174.500 487.500 l
6218 S
6219 newpath
6220 184.500 490.500 m
6221 174.500 493.500 l
6222 S
6223 newpath
6224 48.4219 484.250 m
6225 47.7031 484.250 47.2031 484.333 46.9219 484.500 c
6226 46.6406 484.667 46.5000 484.948 46.5000 485.344 c
6227 46.5000 485.667 46.6042 485.922 46.8125 486.109 c
6228 47.0208 486.297 47.3073 486.391 47.6719 486.391 c
6229 48.1719 486.391 48.5729 486.214 48.8750 485.859 c
6230 49.1771 485.505 49.3281 485.036 49.3281 484.453 c
6231 49.3281 484.250 l
6232 48.4219 484.250 l
6233 h
6234 50.2188 483.875 m
6235 50.2188 487.000 l
6236 49.3281 487.000 l
6237 49.3281 486.172 l
6238 49.1198 486.505 48.8620 486.750 48.5547 486.906 c
6239 48.2474 487.062 47.8750 487.141 47.4375 487.141 c
6240 46.8750 487.141 46.4271 486.984 46.0938 486.672 c
6241 45.7604 486.359 45.5938 485.938 45.5938 485.406 c
6242 45.5938 484.792 45.8021 484.328 46.2188 484.016 c
6243 46.6354 483.703 47.2500 483.547 48.0625 483.547 c
6244 49.3281 483.547 l
6245 49.3281 483.453 l
6246 49.3281 483.047 49.1901 482.729 48.9141 482.500 c
6247 48.6380 482.271 48.2552 482.156 47.7656 482.156 c
6248 47.4531 482.156 47.1484 482.195 46.8516 482.273 c
6249 46.5547 482.352 46.2708 482.464 46.0000 482.609 c
6250 46.0000 481.781 l
6251 46.3333 481.656 46.6536 481.562 46.9609 481.500 c
6252 47.2682 481.438 47.5677 481.406 47.8594 481.406 c
6253 48.6510 481.406 49.2422 481.609 49.6328 482.016 c
6254 50.0234 482.422 50.2188 483.042 50.2188 483.875 c
6255 h
6256 52.9404 486.172 m
6257 52.9404 489.078 l
6258 52.0342 489.078 l
6259 52.0342 481.531 l
6260 52.9404 481.531 l
6261 52.9404 482.359 l
6262 53.1279 482.036 53.3649 481.797 53.6514 481.641 c
6263 53.9378 481.484 54.2842 481.406 54.6904 481.406 c
6264 55.3571 481.406 55.8962 481.669 56.3076 482.195 c
6265 56.7191 482.721 56.9248 483.411 56.9248 484.266 c
6266 56.9248 485.130 56.7191 485.826 56.3076 486.352 c
6267 55.8962 486.878 55.3571 487.141 54.6904 487.141 c
6268 54.2842 487.141 53.9378 487.062 53.6514 486.906 c
6269 53.3649 486.750 53.1279 486.505 52.9404 486.172 c
6270 h
6271 56.0029 484.266 m
6272 56.0029 483.609 55.8649 483.094 55.5889 482.719 c
6273 55.3128 482.344 54.9404 482.156 54.4717 482.156 c
6274 53.9925 482.156 53.6175 482.344 53.3467 482.719 c
6275 53.0758 483.094 52.9404 483.609 52.9404 484.266 c
6276 52.9404 484.932 53.0758 485.453 53.3467 485.828 c
6277 53.6175 486.203 53.9925 486.391 54.4717 486.391 c
6278 54.9404 486.391 55.3128 486.203 55.5889 485.828 c
6279 55.8649 485.453 56.0029 484.932 56.0029 484.266 c
6280 h
6281 59.2881 486.172 m
6282 59.2881 489.078 l
6283 58.3818 489.078 l
6284 58.3818 481.531 l
6285 59.2881 481.531 l
6286 59.2881 482.359 l
6287 59.4756 482.036 59.7126 481.797 59.9990 481.641 c
6288 60.2855 481.484 60.6318 481.406 61.0381 481.406 c
6289 61.7048 481.406 62.2438 481.669 62.6553 482.195 c
6290 63.0667 482.721 63.2725 483.411 63.2725 484.266 c
6291 63.2725 485.130 63.0667 485.826 62.6553 486.352 c
6292 62.2438 486.878 61.7048 487.141 61.0381 487.141 c
6293 60.6318 487.141 60.2855 487.062 59.9990 486.906 c
6294 59.7126 486.750 59.4756 486.505 59.2881 486.172 c
6295 h
6296 62.3506 484.266 m
6297 62.3506 483.609 62.2126 483.094 61.9365 482.719 c
6298 61.6605 482.344 61.2881 482.156 60.8193 482.156 c
6299 60.3402 482.156 59.9652 482.344 59.6943 482.719 c
6300 59.4235 483.094 59.2881 483.609 59.2881 484.266 c
6301 59.2881 484.932 59.4235 485.453 59.6943 485.828 c
6302 59.9652 486.203 60.3402 486.391 60.8193 486.391 c
6303 61.2881 486.391 61.6605 486.203 61.9365 485.828 c
6304 62.2126 485.453 62.3506 484.932 62.3506 484.266 c
6305 h
6306 67.9326 482.375 m
6307 67.8285 482.312 67.7191 482.268 67.6045 482.242 c
6308 67.4899 482.216 67.3597 482.203 67.2139 482.203 c
6309 66.7035 482.203 66.3128 482.367 66.0420 482.695 c
6310 65.7712 483.023 65.6357 483.500 65.6357 484.125 c
6311 65.6357 487.000 l
6312 64.7295 487.000 l
6313 64.7295 481.531 l
6314 65.6357 481.531 l
6315 65.6357 482.375 l
6316 65.8232 482.042 66.0680 481.797 66.3701 481.641 c
6317 66.6722 481.484 67.0420 481.406 67.4795 481.406 c
6318 67.5420 481.406 67.6097 481.409 67.6826 481.414 c
6319 67.7555 481.419 67.8389 481.432 67.9326 481.453 c
6320 67.9326 482.375 l
6321 h
6322 70.9971 482.156 m
6323 70.5179 482.156 70.1377 482.344 69.8564 482.719 c
6324 69.5752 483.094 69.4346 483.609 69.4346 484.266 c
6325 69.4346 484.922 69.5726 485.438 69.8486 485.812 c
6326 70.1247 486.188 70.5075 486.375 70.9971 486.375 c
6327 71.4762 486.375 71.8564 486.188 72.1377 485.812 c
6328 72.4189 485.438 72.5596 484.922 72.5596 484.266 c
6329 72.5596 483.620 72.4189 483.107 72.1377 482.727 c
6330 71.8564 482.346 71.4762 482.156 70.9971 482.156 c
6331 h
6332 70.9971 481.406 m
6333 71.7783 481.406 72.3929 481.659 72.8408 482.164 c
6334 73.2887 482.669 73.5127 483.370 73.5127 484.266 c
6335 73.5127 485.161 73.2887 485.865 72.8408 486.375 c
6336 72.3929 486.885 71.7783 487.141 70.9971 487.141 c
6337 70.2158 487.141 69.6012 486.885 69.1533 486.375 c
6338 68.7054 485.865 68.4814 485.161 68.4814 484.266 c
6339 68.4814 483.370 68.7054 482.669 69.1533 482.164 c
6340 69.6012 481.659 70.2158 481.406 70.9971 481.406 c
6341 h
6342 77.4746 484.250 m
6343 76.7559 484.250 76.2559 484.333 75.9746 484.500 c
6344 75.6934 484.667 75.5527 484.948 75.5527 485.344 c
6345 75.5527 485.667 75.6569 485.922 75.8652 486.109 c
6346 76.0736 486.297 76.3600 486.391 76.7246 486.391 c
6347 77.2246 486.391 77.6257 486.214 77.9277 485.859 c
6348 78.2298 485.505 78.3809 485.036 78.3809 484.453 c
6349 78.3809 484.250 l
6350 77.4746 484.250 l
6351 h
6352 79.2715 483.875 m
6353 79.2715 487.000 l
6354 78.3809 487.000 l
6355 78.3809 486.172 l
6356 78.1725 486.505 77.9147 486.750 77.6074 486.906 c
6357 77.3001 487.062 76.9277 487.141 76.4902 487.141 c
6358 75.9277 487.141 75.4798 486.984 75.1465 486.672 c
6359 74.8132 486.359 74.6465 485.938 74.6465 485.406 c
6360 74.6465 484.792 74.8548 484.328 75.2715 484.016 c
6361 75.6882 483.703 76.3027 483.547 77.1152 483.547 c
6362 78.3809 483.547 l
6363 78.3809 483.453 l
6364 78.3809 483.047 78.2428 482.729 77.9668 482.500 c
6365 77.6908 482.271 77.3079 482.156 76.8184 482.156 c
6366 76.5059 482.156 76.2012 482.195 75.9043 482.273 c
6367 75.6074 482.352 75.3236 482.464 75.0527 482.609 c
6368 75.0527 481.781 l
6369 75.3861 481.656 75.7064 481.562 76.0137 481.500 c
6370 76.3210 481.438 76.6204 481.406 76.9121 481.406 c
6371 77.7038 481.406 78.2949 481.609 78.6855 482.016 c
6372 79.0762 482.422 79.2715 483.042 79.2715 483.875 c
6373 h
6374 85.0557 481.734 m
6375 85.0557 482.578 l
6376 84.8057 482.443 84.5531 482.339 84.2979 482.266 c
6377 84.0426 482.193 83.7848 482.156 83.5244 482.156 c
6378 82.9411 482.156 82.4880 482.341 82.1650 482.711 c
6379 81.8421 483.081 81.6807 483.599 81.6807 484.266 c
6380 81.6807 484.932 81.8421 485.451 82.1650 485.820 c
6381 82.4880 486.190 82.9411 486.375 83.5244 486.375 c
6382 83.7848 486.375 84.0426 486.341 84.2979 486.273 c
6383 84.5531 486.206 84.8057 486.099 85.0557 485.953 c
6384 85.0557 486.797 l
6385 84.8057 486.911 84.5479 486.997 84.2822 487.055 c
6386 84.0166 487.112 83.7327 487.141 83.4307 487.141 c
6387 82.5973 487.141 81.9385 486.883 81.4541 486.367 c
6388 80.9697 485.852 80.7275 485.151 80.7275 484.266 c
6389 80.7275 483.380 80.9723 482.682 81.4619 482.172 c
6390 81.9515 481.661 82.6234 481.406 83.4775 481.406 c
6391 83.7588 481.406 84.0296 481.432 84.2900 481.484 c
6392 84.5505 481.536 84.8057 481.620 85.0557 481.734 c
6393 h
6394 91.1631 483.703 m
6395 91.1631 487.000 l
6396 90.2725 487.000 l
6397 90.2725 483.734 l
6398 90.2725 483.214 90.1709 482.826 89.9678 482.570 c
6399 89.7646 482.315 89.4600 482.188 89.0537 482.188 c
6400 88.5745 482.188 88.1943 482.341 87.9131 482.648 c
6401 87.6318 482.956 87.4912 483.375 87.4912 483.906 c
6402 87.4912 487.000 l
6403 86.5850 487.000 l
6404 86.5850 479.406 l
6405 87.4912 479.406 l
6406 87.4912 482.375 l
6407 87.7100 482.052 87.9652 481.810 88.2568 481.648 c
6408 88.5485 481.487 88.8818 481.406 89.2568 481.406 c
6409 89.8818 481.406 90.3558 481.599 90.6787 481.984 c
6410 91.0016 482.370 91.1631 482.943 91.1631 483.703 c
6411 h
6412 f
6413 newpath
6414 113.500 550.500 m
6415 248.500 550.500 l
6416 S
6417 newpath
6418 248.500 550.500 m
6419 238.500 547.500 l
6420 S
6421 newpath
6422 248.500 550.500 m
6423 238.500 553.500 l
6424 S
6425 newpath
6426 114.844 544.844 m
6427 114.844 541.531 l
6428 115.750 541.531 l
6429 115.750 544.812 l
6430 115.750 545.323 115.852 545.708 116.055 545.969 c
6431 116.258 546.229 116.557 546.359 116.953 546.359 c
6432 117.443 546.359 117.828 546.206 118.109 545.898 c
6433 118.391 545.591 118.531 545.167 118.531 544.625 c
6434 118.531 541.531 l
6435 119.438 541.531 l
6436 119.438 547.000 l
6437 118.531 547.000 l
6438 118.531 546.156 l
6439 118.312 546.490 118.060 546.737 117.773 546.898 c
6440 117.487 547.060 117.151 547.141 116.766 547.141 c
6441 116.141 547.141 115.664 546.945 115.336 546.555 c
6442 115.008 546.164 114.844 545.594 114.844 544.844 c
6443 h
6444 117.109 541.406 m
6445 117.109 541.406 l
6446 h
6447 122.150 546.172 m
6448 122.150 549.078 l
6449 121.244 549.078 l
6450 121.244 541.531 l
6451 122.150 541.531 l
6452 122.150 542.359 l
6453 122.338 542.036 122.575 541.797 122.861 541.641 c
6454 123.148 541.484 123.494 541.406 123.900 541.406 c
6455 124.567 541.406 125.106 541.669 125.518 542.195 c
6456 125.929 542.721 126.135 543.411 126.135 544.266 c
6457 126.135 545.130 125.929 545.826 125.518 546.352 c
6458 125.106 546.878 124.567 547.141 123.900 547.141 c
6459 123.494 547.141 123.148 547.062 122.861 546.906 c
6460 122.575 546.750 122.338 546.505 122.150 546.172 c
6461 h
6462 125.213 544.266 m
6463 125.213 543.609 125.075 543.094 124.799 542.719 c
6464 124.523 542.344 124.150 542.156 123.682 542.156 c
6465 123.202 542.156 122.827 542.344 122.557 542.719 c
6466 122.286 543.094 122.150 543.609 122.150 544.266 c
6467 122.150 544.932 122.286 545.453 122.557 545.828 c
6468 122.827 546.203 123.202 546.391 123.682 546.391 c
6469 124.150 546.391 124.523 546.203 124.799 545.828 c
6470 125.075 545.453 125.213 544.932 125.213 544.266 c
6471 h
6472 f
6473
6474 %%Trailer
6475 %%EOF