%!PS-Adobe-3.0 EPSF-3.0 %Produced by poppler pdftops version: 20.09.0 (http://poppler.freedesktop.org) %%Creator: Adobe Illustrator(R) 25.0 %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) %%BoundingBox: 0 0 501 103 %%HiResBoundingBox: 0 0 501 103 %%DocumentSuppliedResources: (atend) %%EndComments %%BeginProlog %%BeginResource: procset xpdf 3.00 0 %%Copyright: Copyright 1996-2011 Glyph & Cog, LLC /xpdf 75 dict def xpdf begin % PDF special state /pdfDictSize 15 def /pdfSetup { /setpagedevice where { pop 2 dict begin /Policies 1 dict dup begin /PageSize 6 def end def { /Duplex true def } if currentdict end setpagedevice } { pop } ifelse } def /pdfSetupPaper { % Change paper size, but only if different from previous paper size otherwise % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size % so we use the same when checking if the size changes. /setpagedevice where { pop currentpagedevice /PageSize known { 2 copy currentpagedevice /PageSize get aload pop exch 4 1 roll sub abs 5 gt 3 1 roll sub abs 5 gt or } { true } ifelse { 2 array astore 2 dict begin /PageSize exch def /ImagingBBox null def currentdict end setpagedevice } { pop pop } ifelse } { pop } ifelse } def /pdfStartPage { pdfDictSize dict begin /pdfFillCS [] def /pdfFillXform {} def /pdfStrokeCS [] def /pdfStrokeXform {} def /pdfFill [0] def /pdfStroke [0] def /pdfFillOP false def /pdfStrokeOP false def /pdfLastFill false def /pdfLastStroke false def /pdfTextMat [1 0 0 1 0 0] def /pdfFontSize 0 def /pdfCharSpacing 0 def /pdfTextRender 0 def /pdfPatternCS false def /pdfTextRise 0 def /pdfWordSpacing 0 def /pdfHorizScaling 1 def /pdfTextClipPath [] def } def /pdfEndPage { end } def % PDF color state /cs { /pdfFillXform exch def dup /pdfFillCS exch def setcolorspace } def /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def setcolorspace } def /sc { pdfLastFill not { pdfFillCS setcolorspace } if dup /pdfFill exch def aload pop pdfFillXform setcolor /pdfLastFill true def /pdfLastStroke false def } def /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if dup /pdfStroke exch def aload pop pdfStrokeXform setcolor /pdfLastStroke true def /pdfLastFill false def } def /op { /pdfFillOP exch def pdfLastFill { pdfFillOP setoverprint } if } def /OP { /pdfStrokeOP exch def pdfLastStroke { pdfStrokeOP setoverprint } if } def /fCol { pdfLastFill not { pdfFillCS setcolorspace pdfFill aload pop pdfFillXform setcolor pdfFillOP setoverprint /pdfLastFill true def /pdfLastStroke false def } if } def /sCol { pdfLastStroke not { pdfStrokeCS setcolorspace pdfStroke aload pop pdfStrokeXform setcolor pdfStrokeOP setoverprint /pdfLastStroke true def /pdfLastFill false def } if } def % build a font /pdfMakeFont { 4 3 roll findfont 4 2 roll matrix scale makefont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /Encoding exch def currentdict end definefont pop } def /pdfMakeFont16 { exch findfont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /WMode exch def currentdict end definefont pop } def % graphics state operators /q { gsave pdfDictSize dict begin } def /Q { end grestore /pdfLastFill where { pop pdfLastFill { pdfFillOP setoverprint } { pdfStrokeOP setoverprint } ifelse } if } def /cm { concat } def /d { setdash } def /i { setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def % path segment operators /m { moveto } def /l { lineto } def /c { curveto } def /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath } def /h { closepath } def % path painting operators /S { sCol stroke } def /Sf { fCol stroke } def /f { fCol fill } def /f* { fCol eofill } def % clipping operators /W { clip newpath } def /W* { eoclip newpath } def /Ws { strokepath clip newpath } def % text state operators /Tc { /pdfCharSpacing exch def } def /Tf { dup /pdfFontSize exch def dup pdfHorizScaling mul exch matrix scale pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put exch findfont exch makefont setfont } def /Tr { /pdfTextRender exch def } def /Tp { /pdfPatternCS exch def } def /Ts { /pdfTextRise exch def } def /Tw { /pdfWordSpacing exch def } def /Tz { /pdfHorizScaling exch def } def % text positioning operators /Td { pdfTextMat transform moveto } def /Tm { /pdfTextMat exch def } def % text string operators /xyshow where { pop /xyshow2 { dup length array 0 2 2 index length 1 sub { 2 index 1 index 2 copy get 3 1 roll 1 add get pdfTextMat dtransform 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put } for exch pop xyshow } def }{ /xyshow2 { currentfont /FontType get 0 eq { 0 2 3 index length 1 sub { currentpoint 4 index 3 index 2 getinterval show moveto 2 copy get 2 index 3 2 roll 1 add get pdfTextMat dtransform rmoveto } for } { 0 1 3 index length 1 sub { currentpoint 4 index 3 index 1 getinterval show moveto 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get pdfTextMat dtransform rmoveto } for } ifelse pop pop } def } ifelse /cshow where { pop /xycp { 0 3 2 roll { pop pop currentpoint 3 2 roll 1 string dup 0 4 3 roll put false charpath moveto 2 copy get 2 index 2 index 1 add get pdfTextMat dtransform rmoveto 2 add } exch cshow pop pop } def }{ /xycp { currentfont /FontType get 0 eq { 0 2 3 index length 1 sub { currentpoint 4 index 3 index 2 getinterval false charpath moveto 2 copy get 2 index 3 2 roll 1 add get pdfTextMat dtransform rmoveto } for } { 0 1 3 index length 1 sub { currentpoint 4 index 3 index 1 getinterval false charpath moveto 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get pdfTextMat dtransform rmoveto } for } ifelse pop pop } def } ifelse /Tj { fCol 0 pdfTextRise pdfTextMat dtransform rmoveto currentpoint 4 2 roll pdfTextRender 1 and 0 eq { 2 copy xyshow2 } if pdfTextRender 3 and dup 1 eq exch 2 eq or { 3 index 3 index moveto 2 copy currentfont /FontType get 3 eq { fCol } { sCol } ifelse xycp currentpoint stroke moveto } if pdfTextRender 4 and 0 ne { 4 2 roll moveto xycp /pdfTextClipPath [ pdfTextClipPath aload pop {/moveto cvx} {/lineto cvx} {/curveto cvx} {/closepath cvx} pathforall ] def currentpoint newpath moveto } { pop pop pop pop } ifelse 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def /TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0 pdfTextMat dtransform rmoveto } def /TJmV { 0.001 mul pdfFontSize mul neg 0 exch pdfTextMat dtransform rmoveto } def /Tclip { pdfTextClipPath cvx exec clip newpath /pdfTextClipPath [] def } def /Tclip* { pdfTextClipPath cvx exec eoclip newpath /pdfTextClipPath [] def } def % Level 2/3 image operators /pdfImBuf 100 string def /pdfImStr { 2 copy exch length lt { 2 copy get exch 1 add exch } { () } ifelse } def /skipEOD { { currentfile pdfImBuf readline not { pop exit } if (%-EOD-) eq { exit } if } loop } def /pdfIm { image skipEOD } def /pdfImM { fCol imagemask skipEOD } def /pr { 2 index 2 index 3 2 roll putinterval 4 add } def /pdfImClip { gsave 0 2 4 index length 1 sub { dup 4 index exch 2 copy get 5 index div put 1 add 3 index exch 2 copy get 3 index div put } for pop pop rectclip } def /pdfImClipEnd { grestore } def % shading operators /colordelta { false 0 1 3 index length 1 sub { dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { pop true } if } for exch pop exch pop } def /funcCol { func n array astore } def /funcSH { dup 0 eq { true } { dup 6 eq { false } { 4 index 4 index funcCol dup 6 index 4 index funcCol dup 3 1 roll colordelta 3 1 roll 5 index 5 index funcCol dup 3 1 roll colordelta 3 1 roll 6 index 8 index funcCol dup 3 1 roll colordelta 3 1 roll colordelta or or or } ifelse } ifelse { 1 add 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch 6 index 6 index 4 index 4 index 4 index funcSH 2 index 6 index 6 index 4 index 4 index funcSH 6 index 2 index 4 index 6 index 4 index funcSH 5 3 roll 3 2 roll funcSH pop pop } { pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul funcCol sc dup 4 index exch mat transform m 3 index 3 index mat transform l 1 index 3 index mat transform l mat transform l pop pop h f* } ifelse } def /axialCol { dup 0 lt { pop t0 } { dup 1 gt { pop t1 } { dt mul t0 add } ifelse } ifelse func n array astore } def /axialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index axialCol 2 index axialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index axialSH exch 3 2 roll axialSH } { pop 2 copy add 0.5 mul axialCol sc exch dup dx mul x0 add exch dy mul y0 add 3 2 roll dup dx mul x0 add exch dy mul y0 add dx abs dy abs ge { 2 copy yMin sub dy mul dx div add yMin m yMax sub dy mul dx div add yMax l 2 copy yMax sub dy mul dx div add yMax l yMin sub dy mul dx div add yMin l h f* } { exch 2 copy xMin sub dx mul dy div add xMin exch m xMax sub dx mul dy div add xMax exch l exch 2 copy xMax sub dx mul dy div add xMax exch l xMin sub dx mul dy div add xMin exch l h f* } ifelse } ifelse } def /radialCol { dup t0 lt { pop t0 } { dup t1 gt { pop t1 } if } ifelse func n array astore } def /radialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index dt mul t0 add radialCol 2 index dt mul t0 add radialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index radialSH exch 3 2 roll radialSH } { pop 2 copy add 0.5 mul dt mul t0 add radialCol sc encl { exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 0 360 arc h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 360 0 arcn h f } { 2 copy dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arcn dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arcn h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arc dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arc h f } ifelse } ifelse } def end %%EndResource %%EndProlog %%BeginSetup xpdf begin %%EndSetup pdfStartPage %%EndPageSetup [] 0 d 1 i 0 j 0 J 10 M 1 w /DeviceGray {} cs [0] sc /DeviceGray {} CS [0] SC false op false OP {} settransfer 0 0 501 103 re W q q [0.1 0 0 0.1 0 0] cm q 0 0 5006.99 1020.47 re W /DeviceCMYK {} cs [0 0 0 0] sc 757.438 446.742 m 756.527 327.145 675.668 182.934 474.719 182.934 c 267.688 182.934 177.82 320.543 177.82 454.711 c 177.82 808.93 l 321.215 808.93 l 321.215 461.996 l 321.215 332.633 409.387 267.398 496.477 267.398 c 608.293 267.398 659.023 356.605 654.695 479.996 c 500.082 558.09 406.055 506.371 406.055 506.371 c 406.055 506.371 453.633 689.547 654.695 623.551 c 654.695 808.93 l 757.613 808.93 l 757.613 588.648 l 885.637 552.348 926.617 578.551 952.234 608.141 c 971.418 533.598 904.16 424.125 757.438 446.742 c h 969.449 1020.47 m 51.0273 1020.47 l 22.9609 1020.47 0 997.504 0 969.449 c 0 51.0195 l 0 22.9531 22.9609 0 51.0273 0 c 969.449 0 l 997.512 0 1020.47 22.9531 1020.47 51.0195 c 1020.47 969.449 l 1020.47 997.504 997.512 1020.47 969.449 1020.47 c f 1354.87 725.016 m 1314.4 725.016 1282.09 746.031 1282.09 789.391 c 1282.09 906.84 l 1319.92 906.84 l 1319.92 793.852 l 1319.92 765.473 1341.21 754.703 1359.34 754.703 c 1378.78 754.703 1396.91 765.473 1396.91 792.809 c 1396.91 906.84 l 1434.23 906.84 l 1434.23 792.809 l 1434.23 748.656 1402.7 725.016 1354.87 725.016 c f 1561.97 728.168 m 1561.97 809.098 l 1561.97 827.75 1551.99 837.211 1535.44 837.211 c 1525.98 837.211 1516.79 834.32 1510.21 830.113 c 1510.21 728.168 l 1475.26 728.168 l 1475.26 860.855 l 1508.9 863.48 l 1508.38 845.094 l 1509.42 845.094 l 1519.15 855.863 1535.18 865.328 1553.57 865.328 c 1577.22 865.328 1596.66 849.555 1596.66 819.34 c 1596.66 728.168 l 1561.97 728.168 l f 1633.49 728.168 m 1633.49 862.172 l 1668.7 862.172 l 1668.7 728.168 l 1633.49 728.168 l h 1651.09 886.871 m 1641.1 886.871 1632.7 895.277 1632.7 905.523 c 1632.7 915.777 1641.1 923.656 1651.09 923.656 c 1661.34 923.656 1669.48 915.777 1669.48 905.523 c 1669.48 895.277 1661.34 886.871 1651.09 886.871 c f 1770.66 727.379 m 1741.23 727.379 l 1687.63 862.172 l 1727.04 862.172 l 1750.96 791.227 l 1754.89 780.191 1758.05 761.273 1758.05 761.273 c 1758.05 761.273 1761.2 779.926 1765.15 791.227 c 1789.05 862.172 l 1824.52 862.172 l 1770.66 727.379 l f 1897.08 842.465 m 1880.26 842.465 1869.76 826.441 1867.92 810.406 c 1924.4 810.406 l 1924.4 828.012 1914.42 842.465 1897.08 842.465 c h 1955.41 790.18 m 1866.6 790.18 l 1867.39 768.109 1882.11 751.293 1906.81 751.293 c 1922.57 751.293 1936.76 754.703 1952.52 760.746 c 1950.95 736.051 l 1934.66 729.477 1918.63 725.277 1897.34 725.277 c 1857.14 725.277 1832.71 753.129 1832.71 792.543 c 1832.71 835.375 1860.56 865.328 1899.97 865.328 c 1938.08 865.328 1956.73 839.313 1956.73 809.359 c 1956.73 803.316 1956.2 794.906 1955.41 790.18 c f 2062.92 825.648 m 2056.08 829.594 2047.16 832.223 2038.75 832.223 c 2030.61 832.223 2022.71 828.805 2018.25 824.078 c 2018.25 728.168 l 1983.3 728.168 l 1983.3 860.855 l 2016.42 863.746 l 2015.36 839.84 l 2016.42 839.84 l 2023.24 854.82 2036.12 865.328 2050.57 865.328 c 2056.88 865.328 2063.97 863.746 2068.44 861.117 c 2062.92 825.648 l f 2120.49 725.277 m 2103.14 725.277 2089.22 728.949 2077.66 735.258 c 2081.6 761.539 l 2093.68 755.23 2108.66 751.031 2121.54 751.031 c 2132.58 751.031 2142.56 754.703 2142.56 764.43 c 2142.56 785.707 2081.87 780.98 2081.87 823.813 c 2081.87 850.875 2106.56 865.328 2135.21 865.328 c 2149.39 865.328 2164.1 861.383 2173.83 857.184 c 2169.88 831.957 l 2159.64 835.895 2145.98 839.574 2133.36 839.574 c 2123.91 839.574 2115.76 835.895 2115.76 828.277 c 2115.76 807.262 2176.72 811.461 2176.72 769.156 c 2176.72 739.996 2151.23 725.277 2120.49 725.277 c f 2204.33 728.168 m 2204.33 862.172 l 2239.54 862.172 l 2239.54 728.168 l 2204.33 728.168 l h 2221.93 886.871 m 2211.94 886.871 2203.54 895.277 2203.54 905.523 c 2203.54 915.777 2211.94 923.656 2221.93 923.656 c 2232.18 923.656 2240.32 915.777 2240.32 905.523 c 2240.32 895.277 2232.18 886.871 2221.93 886.871 c f 2317.6 725.277 m 2293.96 725.277 2278.71 739.996 2278.71 762.582 c 2278.71 770.211 2279.5 805.152 2279.5 826.176 c 2279.5 837.477 l 2266.88 837.477 l 2266.88 851.137 l 2310.24 891.344 l 2313.66 891.344 l 2313.66 862.172 l 2356.22 862.172 l 2356.22 837.477 l 2313.66 837.477 l 2313.66 835.375 2313.13 792.543 2313.13 774.41 c 2313.13 760.219 2321.54 753.922 2334.41 753.922 c 2341.25 753.922 2349.39 754.703 2357.28 757.328 c 2357.28 733.16 l 2345.98 728.434 2332.58 725.277 2317.6 725.277 c f 2445.06 727.906 m 2430.87 691.645 2410.9 660.375 2378.32 660.375 c 2367.81 660.375 2358.35 663.004 2352.57 666.422 c 2358.09 691.645 l 2363.6 689.547 2369.91 688.227 2377 688.227 c 2395.14 688.227 2407.23 712.133 2414.58 729.477 c 2361.5 862.172 l 2400.92 862.172 l 2425.35 792.543 l 2429.03 781.773 2432.19 762.328 2432.19 762.328 c 2432.19 762.328 2436.12 781.246 2439.8 792.543 c 2462.4 862.172 l 2497.34 862.172 l 2445.06 727.906 l f 2629.3 839.574 m 2609.06 839.574 2596.44 820.395 2596.44 796.215 c 2596.44 771.781 2609.59 751.031 2630.08 751.031 c 2649.78 751.031 2663.19 770.211 2663.19 794.117 c 2663.19 818.813 2650.05 839.574 2629.3 839.574 c h 2626.92 725.277 m 2586.46 725.277 2560.45 755.23 2560.45 793.07 c 2560.45 835.375 2588.3 865.328 2632.44 865.328 c 2672.91 865.328 2698.93 835.375 2698.93 797.535 c 2698.93 755.23 2670.81 725.277 2626.92 725.277 c f 2799.6 905.27 m 2794.61 907.105 2788.3 908.676 2782.52 908.676 c 2772.53 908.676 2764.65 902.641 2764.65 887.398 c 2764.65 862.172 l 2797.24 862.172 l 2797.24 836.949 l 2764.65 836.949 l 2764.65 728.168 l 2729.71 728.168 l 2729.71 836.949 l 2712.89 836.949 l 2712.89 858.227 l 2729.71 862.172 l 2729.71 885.824 l 2729.71 916.566 2751.51 935.219 2780.68 935.219 c 2789.61 935.219 2799.07 932.594 2804.59 929.703 c 2799.6 905.27 l f 2946.25 854.293 m 2943.89 861.383 2941.78 875.309 2941.78 875.309 c 2941.78 875.309 2939.68 861.91 2937.05 854.293 c 2918.66 800.688 l 2964.9 800.688 l 2946.25 854.293 l h 2988.03 728.168 m 2971.74 775.199 l 2912.09 775.199 l 2896.33 728.168 l 2857.69 728.168 l 2922.6 906.84 l 2964.11 906.84 l 3029.01 728.168 l 2988.03 728.168 l f 3136.52 728.168 m 3136.52 809.098 l 3136.52 827.75 3126.54 837.211 3109.99 837.211 c 3100.53 837.211 3091.34 834.32 3084.77 830.113 c 3084.77 728.168 l 3049.81 728.168 l 3049.81 860.855 l 3083.45 863.48 l 3082.93 845.094 l 3083.97 845.094 l 3093.7 855.863 3109.73 865.328 3128.12 865.328 c 3151.77 865.328 3171.21 849.555 3171.21 819.34 c 3171.21 728.168 l 3136.52 728.168 l f 3247.19 725.277 m 3223.54 725.277 3208.3 739.996 3208.3 762.582 c 3208.3 770.211 3209.09 805.152 3209.09 826.176 c 3209.09 837.477 l 3196.47 837.477 l 3196.47 851.137 l 3239.83 891.344 l 3243.25 891.344 l 3243.25 862.172 l 3285.81 862.172 l 3285.81 837.477 l 3243.25 837.477 l 3243.25 835.375 3242.72 792.543 3242.72 774.41 c 3242.72 760.219 3251.13 753.922 3264 753.922 c 3270.84 753.922 3278.98 754.703 3286.86 757.328 c 3286.86 733.16 l 3275.57 728.434 3262.17 725.277 3247.19 725.277 c f 3457.42 727.379 m 3429.57 727.379 l 3404.08 793.852 l 3400.14 804.105 3397.51 821.703 3397.51 821.703 c 3397.51 821.703 3393.56 804.371 3389.89 793.852 c 3365.18 727.379 l 3338.12 727.379 l 3292.15 862.172 l 3330.51 862.172 l 3349.42 796.215 l 3352.58 785.707 3355.73 765.473 3355.73 765.473 c 3355.73 765.473 3359.67 785.18 3363.35 795.961 c 3386.74 862.172 l 3412.49 862.172 l 3436.92 795.961 l 3441.12 785.18 3444.28 766 3444.28 766 c 3444.28 766 3447.17 785.707 3450.59 796.48 c 3469.24 862.172 l 3503.66 862.172 l 3457.42 727.379 l f 3578.34 842.465 m 3561.52 842.465 3551.02 826.441 3549.18 810.406 c 3605.66 810.406 l 3605.66 828.012 3595.68 842.465 3578.34 842.465 c h 3636.67 790.18 m 3547.86 790.18 l 3548.65 768.109 3563.37 751.293 3588.07 751.293 c 3603.83 751.293 3618.02 754.703 3633.78 760.746 c 3632.21 736.051 l 3615.92 729.477 3599.89 725.277 3578.6 725.277 c 3538.4 725.277 3513.96 753.129 3513.96 792.543 c 3513.96 835.375 3541.82 865.328 3581.23 865.328 c 3619.34 865.328 3637.99 839.313 3637.99 809.359 c 3637.99 803.316 3637.46 794.906 3636.67 790.18 c f 3744.17 825.648 m 3737.33 829.594 3728.41 832.223 3720 832.223 c 3711.85 832.223 3703.96 828.805 3699.5 824.078 c 3699.5 728.168 l 3664.55 728.168 l 3664.55 860.855 l 3697.67 863.746 l 3696.61 839.84 l 3697.67 839.84 l 3704.49 854.82 3717.37 865.328 3731.82 865.328 c 3738.12 865.328 3745.22 863.746 3749.69 861.117 c 3744.17 825.648 l f 3828.27 837.738 m 3819.35 837.738 3810.41 834.848 3804.36 830.641 c 3804.36 756.813 l 3809.35 753.395 3818.29 751.031 3825.91 751.031 c 3849.03 751.031 3862.17 769.418 3862.17 793.852 c 3862.17 821.188 3848.77 837.738 3828.27 837.738 c h 3824.34 726.324 m 3816.97 726.324 3808.83 728.168 3804.36 730.531 c 3804.36 661.168 l 3769.41 661.168 l 3769.41 860.855 l 3803.05 863.48 l 3802.53 845.621 l 3803.57 845.621 l 3813.3 857.445 3828.53 865.328 3843.52 865.328 c 3876.62 865.328 3897.65 837.211 3897.65 799.898 c 3897.65 755.758 3869 726.324 3824.34 726.324 c f 1512.63 390.453 m 1512.63 584.242 l 1590.15 584.242 l 1590.15 562.535 l 1535.89 562.535 l 1535.89 494.945 l 1578.67 494.945 l 1578.67 473.238 l 1535.89 473.238 l 1535.89 390.453 l 1512.63 390.453 l f 1655.56 461.461 m 1631.68 457.426 1622.69 442.855 1622.69 427.348 c 1622.69 414.02 1629.2 407.504 1638.19 407.504 c 1644.7 407.504 1651.21 414.332 1655.56 421.461 c 1655.56 461.461 l h 1686.25 387.66 m 1670.44 385.805 1660.52 390.453 1656.8 402.23 c 1655.56 402.23 l 1651.21 393.559 1643.15 386.422 1629.51 386.422 c 1613.08 386.422 1600.05 402.543 1600.05 424.867 c 1600.05 450.914 1616.8 474.789 1655.56 478.199 c 1655.56 490.914 l 1655.56 505.797 1650.28 516.332 1636.33 516.332 c 1627.96 516.332 1616.18 509.516 1607.19 499.906 c 1603.78 520.68 l 1612.45 530.602 1627.03 536.488 1639.12 536.488 c 1666.09 536.488 1677.57 514.789 1677.57 491.84 c 1677.57 416.5 l 1677.57 409.371 1680.36 406.266 1688.12 406.266 c 1686.25 387.66 l f 1787.93 399.75 m 1780.79 391.383 1770.57 386.422 1758.16 386.422 c 1728.4 386.422 1711.34 411.852 1711.34 461.148 c 1711.34 510.141 1728.7 536.488 1759.4 536.488 c 1771.49 536.488 1780.79 531.84 1788.23 524.086 c 1782.97 502.074 l 1778.01 510.141 1768.39 516.645 1760.64 516.645 c 1742.04 516.645 1734.29 497.738 1734.29 461.461 c 1734.29 424.254 1742.35 406.266 1761.57 406.266 c 1769.64 406.266 1777.08 412.465 1782.97 420.844 c 1787.93 399.75 l f 1875.04 387.047 m 1875.04 405.336 l 1867.6 392.621 1855.5 386.422 1844.65 386.422 c 1826.04 386.422 1815.81 403.48 1815.81 422.074 c 1815.81 532.465 l 1837.83 532.465 l 1837.83 426.422 l 1837.83 413.402 1843.41 407.816 1852.4 407.816 c 1859.84 407.816 1867.9 414.945 1875.04 424.254 c 1875.04 532.465 l 1897.05 532.465 l 1897.05 391.078 l 1875.04 387.047 l f 1933.3 390.453 m 1933.3 599.438 l 1955.31 603.461 l 1955.31 390.453 l 1933.3 390.453 l f 2045.54 392.934 m 2039.64 388.902 2031.27 386.422 2025.07 386.422 c 2009.26 386.422 1994.06 394.488 1994.06 430.453 c 1994.06 511.07 l 1979.79 512.621 l 1979.79 527.504 l 1994.06 533.082 l 1994.06 565.016 l 2016.07 565.016 l 2016.07 532.465 l 2044.6 532.465 l 2043.36 512.621 l 2016.07 512.621 l 2016.07 428.285 l 2016.07 411.852 2021.66 406.578 2028.79 406.578 c 2033.44 406.578 2039.02 409.672 2042.74 413.09 c 2045.54 392.934 l f 2097.29 391.078 m 2060.4 532.465 l 2082.41 532.465 l 2107.53 427.66 l 2131.71 532.465 l 2153.72 532.465 l 2105.98 347.973 l 2100.7 327.816 2088.93 316.969 2075.6 316.969 c 2069.08 316.969 2062.26 319.145 2055.13 324.41 c 2059.78 343.949 l 2065.36 339.293 2070.01 337.125 2074.04 337.125 c 2079.93 337.125 2084.58 341.156 2087.06 351.078 c 2097.29 391.078 l f 2296.33 461.148 m 2296.33 498.355 2288.89 516.645 2272.76 516.645 c 2256.64 516.645 2249.51 497.738 2249.51 461.461 c 2249.51 424.254 2256.64 406.266 2272.76 406.266 c 2288.89 406.266 2296.33 425.492 2296.33 461.148 c h 2226.57 461.148 m 2226.57 510.141 2243.62 536.488 2273.39 536.488 c 2303.15 536.488 2319.28 511.07 2319.28 461.762 c 2319.28 412.777 2301.6 386.422 2272.45 386.422 c 2243 386.422 2226.57 411.852 2226.57 461.148 c f 2349.33 390.453 m 2349.33 511.07 l 2335.07 512.621 l 2335.07 527.504 l 2349.33 533.082 l 2349.33 559.75 l 2349.33 596.957 2364.52 606.254 2381.57 606.254 c 2388.39 606.254 2394.9 604.086 2401.42 600.055 c 2397.08 579.898 l 2392.73 583.305 2388.39 585.785 2384.37 585.785 c 2376.61 585.785 2371.34 580.211 2371.34 561.918 c 2371.34 532.465 l 2396.77 532.465 l 2395.53 512.621 l 2371.34 512.621 l 2371.34 390.453 l 2349.33 390.453 l f 2501.54 478.199 m 2528.83 478.199 2538.75 493.082 2538.75 521.605 c 2538.75 549.203 2527.59 562.535 2501.54 562.535 c 2498.76 562.535 l 2498.76 478.199 l 2501.54 478.199 l h 2475.5 390.453 m 2475.5 584.242 l 2500.93 584.242 l 2541.54 584.242 2562.63 562.23 2562.63 522.543 c 2562.63 478.824 2539.38 457.113 2501.54 457.113 c 2498.76 457.113 l 2498.76 390.453 l 2475.5 390.453 l f 2650.04 390.453 m 2650.04 496.488 l 2650.04 509.516 2644.46 515.102 2635.47 515.102 c 2628.03 515.102 2619.66 507.965 2612.83 498.668 c 2612.83 390.453 l 2590.82 390.453 l 2590.82 599.438 l 2612.83 603.461 l 2612.83 517.582 l 2620.27 530.289 2632.37 536.488 2643.22 536.488 c 2661.83 536.488 2672.06 519.438 2672.06 500.836 c 2672.06 390.453 l 2650.04 390.453 l f 2756.38 461.461 m 2732.5 457.426 2723.51 442.855 2723.51 427.348 c 2723.51 414.02 2730.02 407.504 2739.01 407.504 c 2745.52 407.504 2752.03 414.332 2756.38 421.461 c 2756.38 461.461 l h 2787.07 387.66 m 2771.26 385.805 2761.34 390.453 2757.62 402.23 c 2756.38 402.23 l 2752.03 393.559 2743.97 386.422 2730.33 386.422 c 2713.9 386.422 2700.87 402.543 2700.87 424.867 c 2700.87 450.914 2717.62 474.789 2756.38 478.199 c 2756.38 490.914 l 2756.38 505.797 2751.1 516.332 2737.15 516.332 c 2728.78 516.332 2717 509.516 2708.01 499.906 c 2704.6 520.68 l 2713.27 530.602 2727.85 536.488 2739.94 536.488 c 2766.91 536.488 2778.39 514.789 2778.39 491.84 c 2778.39 416.5 l 2778.39 409.371 2781.18 406.266 2788.93 406.266 c 2787.07 387.66 l f 2817.74 390.453 m 2817.74 531.84 l 2839.76 535.875 l 2839.76 510.758 l 2844.72 526.879 2853.1 536.488 2864.56 536.488 c 2870.15 536.488 2875.42 533.695 2879.76 529.984 c 2875.11 507.035 l 2871.39 510.445 2867.04 513.852 2862.39 513.852 c 2854.33 513.852 2845.96 501.762 2839.76 479.75 c 2839.76 390.453 l 2817.74 390.453 l f 3015.23 390.453 m 3015.23 499.281 l 3015.23 512.309 3010.27 515.102 3001.59 515.102 c 2994.15 515.102 2987.64 507.66 2980.82 497.426 c 2980.82 390.453 l 2958.8 390.453 l 2958.8 499.281 l 2958.8 512.309 2953.84 515.102 2945.17 515.102 c 2937.72 515.102 2931.21 507.66 2924.38 497.426 c 2924.38 390.453 l 2902.37 390.453 l 2902.37 531.84 l 2924.38 535.875 l 2924.38 516.645 l 2931.51 529.984 2942.06 536.488 2952.91 536.488 c 2966.86 536.488 2975.86 525.953 2978.95 514.164 c 2986.4 529.047 2997.87 536.488 3009.35 536.488 c 3027.32 536.488 3037.25 519.438 3037.25 500.836 c 3037.25 390.453 l 3015.23 390.453 l f 3121.56 461.461 m 3097.68 457.426 3088.69 442.855 3088.69 427.348 c 3088.69 414.02 3095.2 407.504 3104.2 407.504 c 3110.71 407.504 3117.22 414.332 3121.56 421.461 c 3121.56 461.461 l h 3152.26 387.66 m 3136.44 385.805 3126.52 390.453 3122.8 402.23 c 3121.56 402.23 l 3117.22 393.559 3109.16 386.422 3095.52 386.422 c 3079.08 386.422 3066.06 402.543 3066.06 424.867 c 3066.06 450.914 3082.8 474.789 3121.56 478.199 c 3121.56 490.914 l 3121.56 505.797 3116.29 516.332 3102.33 516.332 c 3093.96 516.332 3082.18 509.516 3073.19 499.906 c 3069.77 520.68 l 3078.47 530.602 3093.04 536.488 3105.13 536.488 c 3132.1 536.488 3143.57 514.789 3143.57 491.84 c 3143.57 416.5 l 3143.57 409.371 3146.37 406.266 3154.11 406.266 c 3152.26 387.66 l f 3253.93 399.75 m 3246.81 391.383 3236.57 386.422 3224.17 386.422 c 3194.4 386.422 3177.35 411.852 3177.35 461.148 c 3177.35 510.141 3194.72 536.488 3225.41 536.488 c 3237.5 536.488 3246.81 531.84 3254.25 524.086 c 3248.97 502.074 l 3244.01 510.141 3234.4 516.645 3226.65 516.645 c 3208.05 516.645 3200.29 497.738 3200.29 461.461 c 3200.29 424.254 3208.35 406.266 3227.58 406.266 c 3235.63 406.266 3243.08 412.465 3248.97 420.844 c 3253.93 399.75 l f 3335.16 479.75 m 3335.16 506.41 3328.95 516.645 3317.79 516.645 c 3306.94 516.645 3297.95 501.449 3296.71 474.477 c 3335.16 474.477 l 3335.16 479.75 l h 3350.65 399.75 m 3342.91 391.383 3334.54 386.422 3320.89 386.422 c 3290.19 386.422 3273.76 411.852 3273.76 461.148 c 3273.76 511.07 3293.6 536.488 3319.03 536.488 c 3344.77 536.488 3356.24 515.102 3356.24 478.824 c 3356.24 475.102 3355.61 463.316 3354.69 457.113 c 3296.4 457.113 l 3297.02 422.699 3305.08 406.266 3323.37 406.266 c 3332.99 406.266 3339.5 412.465 3345.69 420.844 c 3350.65 399.75 l f 3444.89 387.047 m 3444.89 405.336 l 3437.45 392.621 3425.36 386.422 3414.5 386.422 c 3395.9 386.422 3385.67 403.48 3385.67 422.074 c 3385.67 532.465 l 3407.68 532.465 l 3407.68 426.422 l 3407.68 413.402 3413.26 407.816 3422.26 407.816 c 3429.7 407.816 3437.76 414.945 3444.89 424.254 c 3444.89 532.465 l 3466.9 532.465 l 3466.9 391.078 l 3444.89 387.047 l f 3557.12 392.934 m 3551.22 388.902 3542.85 386.422 3536.65 386.422 c 3520.84 386.422 3505.64 394.488 3505.64 430.453 c 3505.64 511.07 l 3491.38 512.621 l 3491.38 527.504 l 3505.64 533.082 l 3505.64 565.016 l 3527.66 565.016 l 3527.66 532.465 l 3556.18 532.465 l 3554.94 512.621 l 3527.66 512.621 l 3527.66 428.285 l 3527.66 411.852 3533.24 406.578 3540.37 406.578 c 3545.02 406.578 3550.6 409.672 3554.33 413.09 c 3557.12 392.934 l f 3581.59 390.453 m 3581.59 531.84 l 3603.61 535.875 l 3603.61 390.453 l 3581.59 390.453 l h 3576.94 582.379 m 3576.94 591.996 3582.53 600.367 3592.76 600.367 c 3602.99 600.367 3608.57 591.996 3608.57 582.379 c 3608.57 572.77 3602.99 564.398 3592.76 564.398 c 3582.53 564.398 3576.94 572.77 3576.94 582.379 c f 3711.5 399.75 m 3704.36 391.383 3694.14 386.422 3681.74 386.422 c 3651.97 386.422 3634.91 411.852 3634.91 461.148 c 3634.91 510.141 3652.27 536.488 3682.98 536.488 c 3695.07 536.488 3704.36 531.84 3711.81 524.086 c 3706.54 502.074 l 3701.58 510.141 3691.96 516.645 3684.22 516.645 c 3665.61 516.645 3657.86 497.738 3657.86 461.461 c 3657.86 424.254 3665.93 406.266 3685.15 406.266 c 3693.21 406.266 3700.65 412.465 3706.54 420.844 c 3711.5 399.75 l f 3791.79 461.461 m 3767.91 457.426 3758.92 442.855 3758.92 427.348 c 3758.92 414.02 3765.43 407.504 3774.42 407.504 c 3780.93 407.504 3787.44 414.332 3791.79 421.461 c 3791.79 461.461 l h 3822.48 387.66 m 3806.67 385.805 3796.75 390.453 3793.03 402.23 c 3791.79 402.23 l 3787.44 393.559 3779.38 386.422 3765.74 386.422 c 3749.31 386.422 3736.28 402.543 3736.28 424.867 c 3736.28 450.914 3753.03 474.789 3791.79 478.199 c 3791.79 490.914 l 3791.79 505.797 3786.51 516.332 3772.56 516.332 c 3764.19 516.332 3752.41 509.516 3743.42 499.906 c 3740.01 520.68 l 3748.68 530.602 3763.26 536.488 3775.35 536.488 c 3802.32 536.488 3813.8 514.789 3813.8 491.84 c 3813.8 416.5 l 3813.8 409.371 3816.59 406.266 3824.35 406.266 c 3822.48 387.66 l f 3853.15 390.453 m 3853.15 599.438 l 3875.17 603.461 l 3875.17 390.453 l 3853.15 390.453 l f 3899.35 349.84 m 3913.92 363.168 3920.43 375.883 3920.43 386.734 c 3920.43 395.102 3915.77 401.305 3902.44 408.129 c 3903.37 416.813 3909.27 425.18 3920.43 425.18 c 3932.52 425.18 3941.83 413.402 3941.83 397.582 c 3941.83 377.738 3926.01 354.801 3907.4 340.844 c 3899.35 349.84 l f 4055.28 411.852 m 4075.44 411.852 4085.99 423.629 4085.99 445.648 c 4085.99 467.66 4073.58 477.582 4049.39 477.582 c 4045.36 477.582 l 4045.36 411.852 l 4055.28 411.852 l h 4048.78 498.043 m 4070.79 498.043 4081.95 508.277 4081.95 531.84 c 4081.95 552.309 4072.34 562.848 4053.74 562.848 c 4045.36 562.848 l 4045.36 498.043 l 4048.78 498.043 l h 4022.11 390.453 m 4022.11 584.242 l 4058.08 584.242 l 4089.08 584.242 4105.83 565.941 4105.83 533.395 c 4105.83 511.371 4098.39 496.801 4082.88 489.984 c 4099.32 482.543 4109.85 465.797 4109.85 445.336 c 4109.85 410.609 4092.19 390.453 4059.32 390.453 c 4022.11 390.453 l f 4141.14 390.453 m 4141.14 531.84 l 4163.16 535.875 l 4163.16 390.453 l 4141.14 390.453 l h 4136.49 582.379 m 4136.49 591.996 4142.08 600.367 4152.31 600.367 c 4162.54 600.367 4168.12 591.996 4168.12 582.379 c 4168.12 572.77 4162.54 564.398 4152.31 564.398 c 4142.08 564.398 4136.49 572.77 4136.49 582.379 c f 4264.23 461.148 m 4264.23 498.355 4256.79 516.645 4240.66 516.645 c 4224.54 516.645 4217.41 497.738 4217.41 461.461 c 4217.41 424.254 4224.54 406.266 4240.66 406.266 c 4256.79 406.266 4264.23 425.492 4264.23 461.148 c h 4194.46 461.148 m 4194.46 510.141 4211.52 536.488 4241.29 536.488 c 4271.05 536.488 4287.18 511.07 4287.18 461.762 c 4287.18 412.777 4269.5 386.422 4240.36 386.422 c 4210.9 386.422 4194.46 411.852 4194.46 461.148 c f 4430.71 390.453 m 4430.71 499.281 l 4430.71 512.309 4425.75 515.102 4417.07 515.102 c 4409.63 515.102 4403.11 507.66 4396.3 497.426 c 4396.3 390.453 l 4374.29 390.453 l 4374.29 499.281 l 4374.29 512.309 4369.33 515.102 4360.63 515.102 c 4353.19 515.102 4346.69 507.66 4339.86 497.426 c 4339.86 390.453 l 4317.85 390.453 l 4317.85 531.84 l 4339.86 535.875 l 4339.86 516.645 l 4347 529.984 4357.54 536.488 4368.39 536.488 c 4382.34 536.488 4391.34 525.953 4394.43 514.164 c 4401.87 529.047 4413.35 536.488 4424.82 536.488 c 4442.8 536.488 4452.72 519.438 4452.72 500.836 c 4452.72 390.453 l 4430.71 390.453 l f 4544.17 479.75 m 4544.17 506.41 4537.97 516.645 4526.81 516.645 c 4515.96 516.645 4506.96 501.449 4505.72 474.477 c 4544.17 474.477 l 4544.17 479.75 l h 4559.68 399.75 m 4551.92 391.383 4543.54 386.422 4529.91 386.422 c 4499.21 386.422 4482.78 411.852 4482.78 461.148 c 4482.78 511.07 4502.63 536.488 4528.05 536.488 c 4553.78 536.488 4565.25 515.102 4565.25 478.824 c 4565.25 475.102 4564.64 463.316 4563.7 457.113 c 4505.41 457.113 l 4506.03 422.699 4514.09 406.266 4532.39 406.266 c 4542 406.266 4548.51 412.465 4554.72 420.844 c 4559.68 399.75 l f 4654.52 508.59 m 4650.5 513.238 4644.29 516.645 4638.1 516.645 c 4621.96 516.645 4612.67 493.707 4612.67 461.148 c 4612.67 430.141 4621.35 408.441 4636.23 408.441 c 4643.36 408.441 4649.87 414.332 4654.52 422.387 c 4654.52 508.59 l h 4654.52 390.453 m 4654.52 403.48 l 4648.32 393.863 4639.02 386.422 4628.48 386.422 c 4604.6 386.422 4589.72 416.188 4589.72 459.594 c 4589.72 505.797 4606.78 536.488 4633.44 536.488 c 4641.81 536.488 4648.63 534.633 4654.52 530.914 c 4654.52 599.438 l 4676.53 603.461 l 4676.53 390.453 l 4654.52 390.453 l f 4713.43 390.453 m 4713.43 531.84 l 4735.44 535.875 l 4735.44 390.453 l 4713.43 390.453 l h 4708.77 582.379 m 4708.77 591.996 4714.35 600.367 4724.58 600.367 c 4734.81 600.367 4740.4 591.996 4740.4 582.379 c 4740.4 572.77 4734.81 564.398 4724.58 564.398 c 4714.35 564.398 4708.77 572.77 4708.77 582.379 c f 4843.32 399.75 m 4836.18 391.383 4825.96 386.422 4813.55 386.422 c 4783.79 386.422 4766.73 411.852 4766.73 461.148 c 4766.73 510.141 4784.09 536.488 4814.79 536.488 c 4826.88 536.488 4836.18 531.84 4843.62 524.086 c 4838.36 502.074 l 4833.4 510.141 4823.78 516.645 4816.03 516.645 c 4797.43 516.645 4789.68 497.738 4789.68 461.461 c 4789.68 424.254 4797.74 406.266 4816.96 406.266 c 4825.03 406.266 4832.47 412.465 4838.36 420.844 c 4843.32 399.75 l f 4923.61 461.461 m 4899.74 457.426 4890.74 442.855 4890.74 427.348 c 4890.74 414.02 4897.26 407.504 4906.25 407.504 c 4912.76 407.504 4919.27 414.332 4923.61 421.461 c 4923.61 461.461 l h 4954.31 387.66 m 4938.5 385.805 4928.57 390.453 4924.85 402.23 c 4923.61 402.23 l 4919.27 393.559 4911.21 386.422 4897.57 386.422 c 4881.13 386.422 4868.11 402.543 4868.11 424.867 c 4868.11 450.914 4884.85 474.789 4923.61 478.199 c 4923.61 490.914 l 4923.61 505.797 4918.34 516.332 4904.38 516.332 c 4896.02 516.332 4884.23 509.516 4875.24 499.906 c 4871.83 520.68 l 4880.52 530.602 4895.09 536.488 4907.18 536.488 c 4934.15 536.488 4945.62 514.789 4945.62 491.84 c 4945.62 416.5 l 4945.62 409.371 4948.42 406.266 4956.16 406.266 c 4954.31 387.66 l f 4984.98 390.453 m 4984.98 599.438 l 5006.99 603.461 l 5006.99 390.453 l 4984.98 390.453 l f 1559.14 186.461 m 1535.26 182.426 1526.27 167.855 1526.27 152.348 c 1526.27 139.02 1532.78 132.504 1541.78 132.504 c 1548.29 132.504 1554.79 139.332 1559.14 146.461 c 1559.14 186.461 l h 1589.83 112.66 m 1574.02 110.805 1564.1 115.453 1560.38 127.23 c 1559.14 127.23 l 1554.79 118.559 1546.74 111.422 1533.1 111.422 c 1516.66 111.422 1503.64 127.543 1503.64 149.867 c 1503.64 175.914 1520.38 199.789 1559.14 203.199 c 1559.14 215.914 l 1559.14 230.797 1553.87 241.332 1539.91 241.332 c 1531.54 241.332 1519.76 234.516 1510.77 224.906 c 1507.35 245.68 l 1516.04 255.602 1530.62 261.488 1542.71 261.488 c 1569.68 261.488 1581.15 239.789 1581.15 216.84 c 1581.15 141.5 l 1581.15 134.371 1583.95 131.266 1591.69 131.266 c 1589.83 112.66 l f 1679.73 115.453 m 1679.73 221.488 l 1679.73 234.516 1674.15 240.102 1665.16 240.102 c 1657.71 240.102 1649.35 232.965 1642.52 223.668 c 1642.52 115.453 l 1620.51 115.453 l 1620.51 256.84 l 1642.52 260.875 l 1642.52 242.582 l 1649.96 255.289 1662.06 261.488 1672.91 261.488 c 1691.51 261.488 1701.75 244.438 1701.75 225.836 c 1701.75 115.453 l 1679.73 115.453 l f 1796.6 233.59 m 1792.57 238.238 1786.38 241.645 1780.17 241.645 c 1764.05 241.645 1754.75 218.707 1754.75 186.148 c 1754.75 155.141 1763.43 133.441 1778.31 133.441 c 1785.44 133.441 1791.95 139.332 1796.6 147.387 c 1796.6 233.59 l h 1796.6 115.453 m 1796.6 128.48 l 1790.4 118.863 1781.1 111.422 1770.56 111.422 c 1746.69 111.422 1731.81 141.188 1731.81 184.594 c 1731.81 230.797 1748.86 261.488 1775.52 261.488 c 1783.9 261.488 1790.71 259.633 1796.6 255.914 c 1796.6 324.438 l 1818.62 328.461 l 1818.62 115.453 l 1796.6 115.453 l f 1933 115.453 m 1889.6 309.242 l 1913.15 309.242 l 1945.71 153.285 l 1978.27 309.242 l 2001.84 309.242 l 1958.43 115.453 l 1933 115.453 l f 2074.37 204.75 m 2074.37 231.41 2068.16 241.645 2057 241.645 c 2046.15 241.645 2037.16 226.449 2035.92 199.477 c 2074.37 199.477 l 2074.37 204.75 l h 2089.87 124.75 m 2082.12 116.383 2073.74 111.422 2060.11 111.422 c 2029.4 111.422 2012.98 136.852 2012.98 186.148 c 2012.98 236.07 2032.82 261.488 2058.24 261.488 c 2083.97 261.488 2095.45 240.102 2095.45 203.824 c 2095.45 200.102 2094.83 188.316 2093.9 182.113 c 2035.61 182.113 l 2036.23 147.699 2044.29 131.266 2062.59 131.266 c 2072.2 131.266 2078.7 137.465 2084.91 145.844 c 2089.87 124.75 l f 2176.98 117.934 m 2171.08 113.902 2162.71 111.422 2156.51 111.422 c 2140.7 111.422 2125.51 119.488 2125.51 155.453 c 2125.51 236.07 l 2111.24 237.621 l 2111.24 252.504 l 2125.51 258.082 l 2125.51 290.016 l 2147.52 290.016 l 2147.52 257.465 l 2176.04 257.465 l 2174.8 237.621 l 2147.52 237.621 l 2147.52 153.285 l 2147.52 136.852 2153.11 131.578 2160.23 131.578 c 2164.88 131.578 2170.47 134.672 2174.19 138.09 c 2176.98 117.934 l f 2254.17 204.75 m 2254.17 231.41 2247.97 241.645 2236.81 241.645 c 2225.96 241.645 2216.96 226.449 2215.72 199.477 c 2254.17 199.477 l 2254.17 204.75 l h 2269.68 124.75 m 2261.92 116.383 2253.54 111.422 2239.91 111.422 c 2209.21 111.422 2192.78 136.852 2192.78 186.148 c 2192.78 236.07 2212.63 261.488 2238.05 261.488 c 2263.78 261.488 2275.25 240.102 2275.25 203.824 c 2275.25 200.102 2274.64 188.316 2273.7 182.113 c 2215.41 182.113 l 2216.04 147.699 2224.09 131.266 2242.39 131.266 c 2252 131.266 2258.51 137.465 2264.72 145.844 c 2269.68 124.75 l f 2305.31 115.453 m 2305.31 256.84 l 2327.32 260.875 l 2327.32 235.758 l 2332.29 251.879 2340.65 261.488 2352.13 261.488 c 2357.71 261.488 2362.98 258.695 2367.32 254.984 c 2362.68 232.035 l 2358.96 235.445 2354.61 238.852 2349.96 238.852 c 2341.9 238.852 2333.53 226.762 2327.32 204.75 c 2327.32 115.453 l 2305.31 115.453 l f 2390.56 115.453 m 2390.56 256.84 l 2412.58 260.875 l 2412.58 115.453 l 2390.56 115.453 l h 2385.91 307.379 m 2385.91 316.996 2391.49 325.367 2401.73 325.367 c 2411.95 325.367 2417.54 316.996 2417.54 307.379 c 2417.54 297.77 2411.95 289.398 2401.73 289.398 c 2391.49 289.398 2385.91 297.77 2385.91 307.379 c f 2508.68 115.453 m 2508.68 221.488 l 2508.68 234.516 2503.11 240.102 2494.11 240.102 c 2486.67 240.102 2478.3 232.965 2471.47 223.668 c 2471.47 115.453 l 2449.46 115.453 l 2449.46 256.84 l 2471.47 260.875 l 2471.47 242.582 l 2478.92 255.289 2491.01 261.488 2501.87 261.488 c 2520.47 261.488 2530.69 244.438 2530.69 225.836 c 2530.69 115.453 l 2508.68 115.453 l f 2615.02 186.461 m 2591.14 182.426 2582.15 167.855 2582.15 152.348 c 2582.15 139.02 2588.66 132.504 2597.66 132.504 c 2604.17 132.504 2610.67 139.332 2615.02 146.461 c 2615.02 186.461 l h 2645.71 112.66 m 2629.9 110.805 2619.98 115.453 2616.26 127.23 c 2615.02 127.23 l 2610.67 118.559 2602.62 111.422 2588.97 111.422 c 2572.54 111.422 2559.52 127.543 2559.52 149.867 c 2559.52 175.914 2576.26 199.789 2615.02 203.199 c 2615.02 215.914 l 2615.02 230.797 2609.75 241.332 2595.79 241.332 c 2587.42 241.332 2575.63 234.516 2566.65 224.906 c 2563.23 245.68 l 2571.92 255.602 2586.49 261.488 2598.58 261.488 c 2625.56 261.488 2637.03 239.789 2637.03 216.84 c 2637.03 141.5 l 2637.03 134.371 2639.82 131.266 2647.57 131.266 c 2645.71 112.66 l f 2676.39 115.453 m 2676.39 256.84 l 2698.4 260.875 l 2698.4 235.758 l 2703.36 251.879 2711.73 261.488 2723.2 261.488 c 2728.79 261.488 2734.05 258.695 2738.4 254.984 c 2733.75 232.035 l 2730.03 235.445 2725.68 238.852 2721.03 238.852 c 2712.98 238.852 2704.6 226.762 2698.4 204.75 c 2698.4 115.453 l 2676.39 115.453 l f 2790.47 116.078 m 2753.57 257.465 l 2775.59 257.465 l 2800.7 152.66 l 2824.88 257.465 l 2846.9 257.465 l 2799.15 72.9727 l 2793.88 52.8164 2782.1 41.9688 2768.76 41.9688 c 2762.26 41.9688 2755.43 44.1445 2748.3 49.4102 c 2752.95 68.9492 l 2758.53 64.293 2763.18 62.125 2767.22 62.125 c 2773.1 62.125 2777.75 66.1563 2780.23 76.0781 c 2790.47 116.078 l f 2925.62 149.555 m 2935.23 138.707 2944.54 132.816 2956.63 132.816 c 2971.51 132.816 2982.98 144.293 2982.98 162.582 c 2982.98 179.945 2974.61 193.277 2956.32 204.438 c 2934.31 217.777 2918.8 237.309 2918.8 262.426 c 2918.8 293.422 2941.12 313.266 2965 313.266 c 2979.57 313.266 2992.6 308.004 3001.89 298.383 c 2995.38 276.371 l 2987.01 285.68 2977.09 291.879 2966.55 291.879 c 2951.04 291.879 2940.81 280.719 2940.81 263.656 c 2940.81 247.543 2950.12 235.445 2971.83 221.801 c 2994.15 207.855 3005 188.316 3005 163.512 c 3005 132.191 2983.92 111.422 2956.01 111.422 c 2941.12 111.422 2928.72 117.309 2919.11 127.543 c 2925.62 149.555 l f 3105.75 124.75 m 3098.62 116.383 3088.39 111.422 3075.99 111.422 c 3046.22 111.422 3029.17 136.852 3029.17 186.148 c 3029.17 235.141 3046.53 261.488 3077.23 261.488 c 3089.32 261.488 3098.62 256.84 3106.06 249.086 c 3100.79 227.074 l 3095.83 235.141 3086.22 241.645 3078.47 241.645 c 3059.86 241.645 3052.11 222.738 3052.11 186.461 c 3052.11 149.254 3060.17 131.266 3079.39 131.266 c 3087.45 131.266 3094.89 137.465 3100.79 145.844 c 3105.75 124.75 l f 3134.87 115.453 m 3134.87 256.84 l 3156.89 260.875 l 3156.89 115.453 l 3134.87 115.453 l h 3130.22 307.379 m 3130.22 316.996 3135.81 325.367 3146.04 325.367 c 3156.27 325.367 3161.85 316.996 3161.85 307.379 c 3161.85 297.77 3156.27 289.398 3146.04 289.398 c 3135.81 289.398 3130.22 297.77 3130.22 307.379 c f 3249.59 204.75 m 3249.59 231.41 3243.39 241.645 3232.23 241.645 c 3221.38 241.645 3212.38 226.449 3211.14 199.477 c 3249.59 199.477 l 3249.59 204.75 l h 3265.09 124.75 m 3257.34 116.383 3248.97 111.422 3235.32 111.422 c 3204.63 111.422 3188.19 136.852 3188.19 186.148 c 3188.19 236.07 3208.04 261.488 3233.47 261.488 c 3259.2 261.488 3270.67 240.102 3270.67 203.824 c 3270.67 200.102 3270.05 188.316 3269.12 182.113 c 3210.83 182.113 l 3211.45 147.699 3219.51 131.266 3237.8 131.266 c 3247.42 131.266 3253.93 137.465 3260.13 145.844 c 3265.09 124.75 l f 3359.95 115.453 m 3359.95 221.488 l 3359.95 234.516 3354.37 240.102 3345.38 240.102 c 3337.94 240.102 3329.57 232.965 3322.74 223.668 c 3322.74 115.453 l 3300.73 115.453 l 3300.73 256.84 l 3322.74 260.875 l 3322.74 242.582 l 3330.18 255.289 3342.27 261.488 3353.13 261.488 c 3371.74 261.488 3381.96 244.438 3381.96 225.836 c 3381.96 115.453 l 3359.95 115.453 l f 3488.61 124.75 m 3481.47 116.383 3471.25 111.422 3458.85 111.422 c 3429.08 111.422 3412.02 136.852 3412.02 186.148 c 3412.02 235.141 3429.38 261.488 3460.09 261.488 c 3472.18 261.488 3481.47 256.84 3488.92 249.086 c 3483.65 227.074 l 3478.69 235.141 3469.07 241.645 3461.33 241.645 c 3442.72 241.645 3434.97 222.738 3434.97 186.461 c 3434.97 149.254 3443.04 131.266 3462.26 131.266 c 3470.32 131.266 3477.76 137.465 3483.65 145.844 c 3488.61 124.75 l f 3569.82 204.75 m 3569.82 231.41 3563.62 241.645 3552.46 241.645 c 3541.61 241.645 3532.62 226.449 3531.38 199.477 c 3569.82 199.477 l 3569.82 204.75 l h 3585.32 124.75 m 3577.58 116.383 3569.21 111.422 3555.56 111.422 c 3524.86 111.422 3508.43 136.852 3508.43 186.148 c 3508.43 236.07 3528.27 261.488 3553.7 261.488 c 3579.43 261.488 3590.91 240.102 3590.91 203.824 c 3590.91 200.102 3590.28 188.316 3589.35 182.113 c 3531.06 182.113 l 3531.69 147.699 3539.75 131.266 3558.04 131.266 c 3567.66 131.266 3574.17 137.465 3580.36 145.844 c 3585.32 124.75 l f 3619.11 142.113 m 3627.48 135.297 3636.47 130.961 3645.46 130.961 c 3657.25 130.961 3664.37 139.633 3664.37 151.109 c 3664.37 162.582 3658.17 170.336 3643.29 179.02 c 3625 189.867 3614.15 202.582 3614.15 223.043 c 3614.15 245.992 3631.51 261.488 3653.21 261.488 c 3664.69 261.488 3675.22 256.84 3682.05 251.879 c 3677.39 232.035 l 3669.65 237.621 3661.58 241.645 3652.9 241.645 c 3642.67 241.645 3635.22 234.828 3635.22 223.355 c 3635.22 212.504 3639.88 205.375 3655.07 196.07 c 3673.06 184.906 3685.46 172.191 3685.46 151.422 c 3685.46 127.543 3668.1 111.422 3646.08 111.422 c 3634.61 111.422 3622.82 115.766 3614.45 122.27 c 3619.11 142.113 l f 1310.06 115.094 m 1310.06 115.094 l 1294.41 115.094 1281.72 127.789 1281.72 143.441 c 1281.72 557.301 l 1281.72 572.953 1294.41 585.648 1310.06 585.648 c 1325.72 585.648 1338.41 572.953 1338.41 557.301 c 1338.41 143.441 l 1338.41 127.789 1325.72 115.094 1310.06 115.094 c f Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%EOF