summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-neg.eps1463
1 files changed, 1463 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-neg.eps
new file mode 100644
index 00000000000..6ccde77c1ef
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-neg.eps
@@ -0,0 +1,1463 @@
+%!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 449 103
+%%HiResBoundingBox: 0 0 449 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 449 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4481.83 1020.47 re
+W
+[/Separation (BE C=58 M=0 Y=100 K=4) /DeviceCMYK
+{dup 0.58 mul exch dup 0 mul exch dup 1 mul exch 0.04 mul }
+] {} cs
+[1] sc
+[1] sc
+969.449 0 m
+51.0195 0 l
+22.9609 0 0 22.957 0 51.0234 c
+0 969.441 l
+0 997.508 22.9609 1020.47 51.0195 1020.47 c
+969.449 1020.47 l
+997.512 1020.47 1020.47 997.508 1020.47 969.441 c
+1020.47 51.0234 l
+1020.47 22.957 997.512 0 969.449 0 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.695 480 m
+659.023 356.609 608.285 267.402 496.469 267.402 c
+409.387 267.402 321.215 332.625 321.215 461.992 c
+321.215 808.926 l
+177.816 808.926 l
+177.816 454.715 l
+177.816 320.535 267.688 182.93 474.719 182.93 c
+675.668 182.93 756.523 327.148 757.438 446.738 c
+904.16 424.121 971.418 533.602 952.234 608.145 c
+926.609 578.543 885.637 552.344 757.613 588.652 c
+757.613 808.926 l
+654.695 808.926 l
+654.695 623.543 l
+453.633 689.551 406.051 506.375 406.051 506.375 c
+406.051 506.375 500.082 558.086 654.695 480 c
+f
+1354.85 725.02 m
+1314.38 725.02 1282.08 746.035 1282.08 789.395 c
+1282.08 906.844 l
+1319.91 906.844 l
+1319.91 793.855 l
+1319.91 765.477 1341.2 754.707 1359.33 754.707 c
+1378.76 754.707 1396.9 765.477 1396.9 792.813 c
+1396.9 906.844 l
+1434.21 906.844 l
+1434.21 792.813 l
+1434.21 748.66 1402.69 725.02 1354.85 725.02 c
+f
+1561.96 728.172 m
+1561.96 809.102 l
+1561.96 827.754 1551.98 837.215 1535.42 837.215 c
+1525.97 837.215 1516.77 834.324 1510.21 830.117 c
+1510.21 728.172 l
+1475.24 728.172 l
+1475.24 860.859 l
+1508.88 863.484 l
+1508.37 845.098 l
+1509.4 845.098 l
+1519.13 855.867 1535.17 865.332 1553.56 865.332 c
+1577.2 865.332 1596.65 849.559 1596.65 819.344 c
+1596.65 728.172 l
+1561.96 728.172 l
+f
+1633.47 728.172 m
+1633.47 862.176 l
+1668.68 862.176 l
+1668.68 728.172 l
+1633.47 728.172 l
+h
+1651.08 886.875 m
+1641.08 886.875 1632.69 895.281 1632.69 905.527 c
+1632.69 915.781 1641.08 923.66 1651.08 923.66 c
+1661.32 923.66 1669.46 915.781 1669.46 905.527 c
+1669.46 895.281 1661.32 886.875 1651.08 886.875 c
+f
+1770.65 727.383 m
+1741.22 727.383 l
+1687.61 862.176 l
+1727.02 862.176 l
+1750.95 791.23 l
+1754.87 780.195 1758.04 761.277 1758.04 761.277 c
+1758.04 761.277 1761.18 779.93 1765.13 791.23 c
+1789.03 862.176 l
+1824.5 862.176 l
+1770.65 727.383 l
+f
+1897.06 842.469 m
+1880.24 842.469 1869.74 826.445 1867.9 810.41 c
+1924.38 810.41 l
+1924.38 828.016 1914.4 842.469 1897.06 842.469 c
+h
+1955.4 790.184 m
+1866.59 790.184 l
+1867.37 768.113 1882.1 751.297 1906.79 751.297 c
+1922.55 751.297 1936.75 754.707 1952.51 760.75 c
+1950.93 736.055 l
+1934.64 729.48 1918.62 725.281 1897.33 725.281 c
+1857.12 725.281 1832.69 753.133 1832.69 792.547 c
+1832.69 835.379 1860.54 865.332 1899.95 865.332 c
+1938.06 865.332 1956.71 839.316 1956.71 809.363 c
+1956.71 803.32 1956.18 794.91 1955.4 790.184 c
+f
+2062.9 825.652 m
+2056.06 829.598 2047.14 832.227 2038.74 832.227 c
+2030.6 832.227 2022.71 828.809 2018.23 824.082 c
+2018.23 728.172 l
+1983.29 728.172 l
+1983.29 860.859 l
+2016.4 863.75 l
+2015.34 839.844 l
+2016.4 839.844 l
+2023.23 854.824 2036.1 865.332 2050.56 865.332 c
+2056.87 865.332 2063.96 863.75 2068.43 861.121 c
+2062.9 825.652 l
+f
+2120.48 725.281 m
+2103.13 725.281 2089.21 728.953 2077.65 735.262 c
+2081.59 761.543 l
+2093.66 755.234 2108.64 751.035 2121.53 751.035 c
+2132.57 751.035 2142.55 754.707 2142.55 764.434 c
+2142.55 785.711 2081.85 780.984 2081.85 823.816 c
+2081.85 850.879 2106.55 865.332 2135.19 865.332 c
+2149.38 865.332 2164.09 861.387 2173.82 857.188 c
+2169.87 831.961 l
+2159.62 835.898 2145.97 839.578 2133.35 839.578 c
+2123.9 839.578 2115.75 835.898 2115.75 828.281 c
+2115.75 807.266 2176.71 811.465 2176.71 769.16 c
+2176.71 740 2151.22 725.281 2120.48 725.281 c
+f
+2204.31 728.172 m
+2204.31 862.176 l
+2239.52 862.176 l
+2239.52 728.172 l
+2204.31 728.172 l
+h
+2221.92 886.875 m
+2211.92 886.875 2203.53 895.281 2203.53 905.527 c
+2203.53 915.781 2211.92 923.66 2221.92 923.66 c
+2232.16 923.66 2240.3 915.781 2240.3 905.527 c
+2240.3 895.281 2232.16 886.875 2221.92 886.875 c
+f
+2317.59 725.281 m
+2293.94 725.281 2278.7 740 2278.7 762.586 c
+2278.7 770.215 2279.48 805.156 2279.48 826.18 c
+2279.48 837.48 l
+2266.87 837.48 l
+2266.87 851.141 l
+2310.22 891.348 l
+2313.64 891.348 l
+2313.64 862.176 l
+2356.2 862.176 l
+2356.2 837.48 l
+2313.64 837.48 l
+2313.64 835.379 2313.12 792.547 2313.12 774.414 c
+2313.12 760.223 2321.53 753.926 2334.4 753.926 c
+2341.24 753.926 2349.38 754.707 2357.26 757.332 c
+2357.26 733.164 l
+2345.97 728.438 2332.57 725.281 2317.59 725.281 c
+f
+2433.49 842.469 m
+2416.67 842.469 2406.16 826.445 2404.33 810.41 c
+2460.81 810.41 l
+2460.81 828.016 2450.83 842.469 2433.49 842.469 c
+h
+2491.81 790.184 m
+2403 790.184 l
+2403.8 768.113 2418.51 751.297 2443.21 751.297 c
+2458.97 751.297 2473.15 754.707 2488.92 760.75 c
+2487.35 736.055 l
+2471.06 729.48 2455.03 725.281 2433.74 725.281 c
+2393.54 725.281 2369.11 753.133 2369.11 792.547 c
+2369.11 835.379 2396.96 865.332 2436.38 865.332 c
+2474.48 865.332 2493.13 839.316 2493.13 809.363 c
+2493.13 803.32 2492.61 794.91 2491.81 790.184 c
+f
+2520.48 728.172 m
+2520.48 862.176 l
+2555.69 862.176 l
+2555.69 728.172 l
+2520.48 728.172 l
+h
+2538.1 886.875 m
+2528.1 886.875 2519.7 895.281 2519.7 905.527 c
+2519.7 915.781 2528.1 923.66 2538.1 923.66 c
+2548.33 923.66 2556.47 915.781 2556.47 905.527 c
+2556.47 895.281 2548.33 886.875 2538.1 886.875 c
+f
+2633.76 725.281 m
+2610.11 725.281 2594.87 740 2594.87 762.586 c
+2594.87 770.215 2595.65 805.156 2595.65 826.18 c
+2595.65 837.48 l
+2583.04 837.48 l
+2583.04 851.141 l
+2626.4 891.348 l
+2629.81 891.348 l
+2629.81 862.176 l
+2672.37 862.176 l
+2672.37 837.48 l
+2629.81 837.48 l
+2629.81 835.379 2629.29 792.547 2629.29 774.414 c
+2629.29 760.223 2637.71 753.926 2650.58 753.926 c
+2657.41 753.926 2665.56 754.707 2673.43 757.332 c
+2673.43 733.164 l
+2662.14 728.438 2648.74 725.281 2633.76 725.281 c
+f
+2822.18 854.297 m
+2819.81 861.387 2817.71 875.313 2817.71 875.313 c
+2817.71 875.313 2815.62 861.914 2812.98 854.297 c
+2794.6 800.691 l
+2840.83 800.691 l
+2822.18 854.297 l
+h
+2863.96 728.172 m
+2847.67 775.203 l
+2788.02 775.203 l
+2772.26 728.172 l
+2733.62 728.172 l
+2798.53 906.844 l
+2840.05 906.844 l
+2904.95 728.172 l
+2863.96 728.172 l
+f
+3012.47 728.172 m
+3012.47 809.102 l
+3012.47 827.754 3002.49 837.215 2985.93 837.215 c
+2976.47 837.215 2967.28 834.324 2960.71 830.117 c
+2960.71 728.172 l
+2925.75 728.172 l
+2925.75 860.859 l
+2959.38 863.484 l
+2958.88 845.098 l
+2959.91 845.098 l
+2969.64 855.867 2985.67 865.332 3004.07 865.332 c
+3027.71 865.332 3047.16 849.559 3047.16 819.344 c
+3047.16 728.172 l
+3012.47 728.172 l
+f
+3123.13 725.281 m
+3099.48 725.281 3084.25 740 3084.25 762.586 c
+3084.25 770.215 3085.03 805.156 3085.03 826.18 c
+3085.03 837.48 l
+3072.41 837.48 l
+3072.41 851.141 l
+3115.77 891.348 l
+3119.19 891.348 l
+3119.19 862.176 l
+3161.75 862.176 l
+3161.75 837.48 l
+3119.19 837.48 l
+3119.19 835.379 3118.66 792.547 3118.66 774.414 c
+3118.66 760.223 3127.08 753.926 3139.95 753.926 c
+3146.79 753.926 3154.93 754.707 3162.8 757.332 c
+3162.8 733.164 l
+3151.51 728.438 3138.12 725.281 3123.13 725.281 c
+f
+3333.37 727.383 m
+3305.52 727.383 l
+3280.03 793.855 l
+3276.08 804.109 3273.45 821.707 3273.45 821.707 c
+3273.45 821.707 3269.5 804.375 3265.83 793.855 c
+3241.12 727.383 l
+3214.07 727.383 l
+3168.1 862.176 l
+3206.46 862.176 l
+3225.36 796.219 l
+3228.53 785.711 3231.67 765.477 3231.67 765.477 c
+3231.67 765.477 3235.62 785.184 3239.29 795.965 c
+3262.69 862.176 l
+3288.43 862.176 l
+3312.86 795.965 l
+3317.06 785.184 3320.22 766.004 3320.22 766.004 c
+3320.22 766.004 3323.12 785.711 3326.53 796.484 c
+3345.19 862.176 l
+3379.6 862.176 l
+3333.37 727.383 l
+f
+3454.27 842.469 m
+3437.45 842.469 3426.94 826.445 3425.11 810.41 c
+3481.59 810.41 l
+3481.59 828.016 3471.61 842.469 3454.27 842.469 c
+h
+3512.61 790.184 m
+3423.8 790.184 l
+3424.58 768.113 3439.31 751.297 3463.99 751.297 c
+3479.76 751.297 3493.96 754.707 3509.72 760.75 c
+3508.13 736.055 l
+3491.85 729.48 3475.83 725.281 3454.54 725.281 c
+3414.33 725.281 3389.89 753.133 3389.89 792.547 c
+3389.89 835.379 3417.74 865.332 3457.16 865.332 c
+3495.26 865.332 3513.92 839.316 3513.92 809.363 c
+3513.92 803.32 3513.39 794.91 3512.61 790.184 c
+f
+3620.11 825.652 m
+3613.27 829.598 3604.35 832.227 3595.95 832.227 c
+3587.8 832.227 3579.91 828.809 3575.44 824.082 c
+3575.44 728.172 l
+3540.5 728.172 l
+3540.5 860.859 l
+3573.6 863.75 l
+3572.55 839.844 l
+3573.6 839.844 l
+3580.44 854.824 3593.31 865.332 3607.76 865.332 c
+3614.07 865.332 3621.16 863.75 3625.63 861.121 c
+3620.11 825.652 l
+f
+3704.21 837.742 m
+3695.28 837.742 3686.36 834.852 3680.3 830.645 c
+3680.3 756.816 l
+3685.3 753.398 3694.23 751.035 3701.85 751.035 c
+3724.97 751.035 3738.12 769.422 3738.12 793.855 c
+3738.12 821.191 3724.72 837.742 3704.21 837.742 c
+h
+3700.28 726.328 m
+3692.92 726.328 3684.78 728.172 3680.3 730.535 c
+3680.3 661.172 l
+3645.36 661.172 l
+3645.36 860.859 l
+3678.99 863.484 l
+3678.47 845.625 l
+3679.52 845.625 l
+3689.25 857.449 3704.48 865.332 3719.46 865.332 c
+3752.57 865.332 3773.58 837.215 3773.58 799.902 c
+3773.58 755.762 3744.95 726.328 3700.28 726.328 c
+f
+3853.76 842.469 m
+3836.94 842.469 3826.44 826.445 3824.6 810.41 c
+3881.08 810.41 l
+3881.08 828.016 3871.1 842.469 3853.76 842.469 c
+h
+3912.1 790.184 m
+3823.29 790.184 l
+3824.07 768.113 3838.8 751.297 3863.49 751.297 c
+3879.25 751.297 3893.45 754.707 3909.21 760.75 c
+3907.63 736.055 l
+3891.34 729.48 3875.32 725.281 3854.03 725.281 c
+3813.82 725.281 3789.38 753.133 3789.38 792.547 c
+3789.38 835.379 3817.24 865.332 3856.65 865.332 c
+3894.76 865.332 3913.41 839.316 3913.41 809.363 c
+3913.41 803.32 3912.88 794.91 3912.1 790.184 c
+f
+4026.69 728.172 m
+4026.69 809.102 l
+4026.69 827.754 4016.71 837.215 4000.15 837.215 c
+3990.69 837.215 3981.49 834.324 3974.93 830.117 c
+3974.93 728.172 l
+3939.97 728.172 l
+3939.97 860.859 l
+3973.6 863.484 l
+3973.1 845.098 l
+3974.13 845.098 l
+3983.86 855.867 3999.89 865.332 4018.29 865.332 c
+4041.92 865.332 4061.38 849.559 4061.38 819.344 c
+4061.38 728.172 l
+4026.69 728.172 l
+f
+1512.61 390.457 m
+1512.61 584.246 l
+1590.13 584.246 l
+1590.13 562.539 l
+1535.87 562.539 l
+1535.87 494.949 l
+1578.66 494.949 l
+1578.66 473.242 l
+1535.87 473.242 l
+1535.87 390.457 l
+1512.61 390.457 l
+f
+1655.54 461.465 m
+1631.67 457.43 1622.67 442.859 1622.67 427.352 c
+1622.67 414.023 1629.19 407.508 1638.17 407.508 c
+1644.68 407.508 1651.2 414.336 1655.54 421.465 c
+1655.54 461.465 l
+h
+1686.24 387.664 m
+1670.42 385.809 1660.5 390.457 1656.79 402.246 c
+1655.54 402.246 l
+1651.2 393.563 1643.13 386.426 1629.5 386.426 c
+1613.06 386.426 1600.03 402.547 1600.03 424.871 c
+1600.03 450.918 1616.79 474.793 1655.54 478.203 c
+1655.54 490.918 l
+1655.54 505.801 1650.26 516.348 1636.32 516.348 c
+1627.94 516.348 1616.16 509.52 1607.18 499.91 c
+1603.76 520.684 l
+1612.43 530.605 1627.02 536.492 1639.11 536.492 c
+1666.08 536.492 1677.55 514.793 1677.55 491.844 c
+1677.55 416.504 l
+1677.55 409.375 1680.34 406.27 1688.1 406.27 c
+1686.24 387.664 l
+f
+1787.92 399.766 m
+1780.77 391.387 1770.56 386.426 1758.15 386.426 c
+1728.39 386.426 1711.32 411.855 1711.32 461.152 c
+1711.32 510.145 1728.68 536.492 1759.38 536.492 c
+1771.47 536.492 1780.77 531.844 1788.21 524.09 c
+1782.96 502.078 l
+1778 510.145 1768.37 516.648 1760.63 516.648 c
+1742.02 516.648 1734.27 497.742 1734.27 461.465 c
+1734.27 424.258 1742.33 406.27 1761.55 406.27 c
+1769.62 406.27 1777.06 412.469 1782.96 420.848 c
+1787.92 399.766 l
+f
+1875.03 387.051 m
+1875.03 405.34 l
+1867.59 392.625 1855.48 386.426 1844.64 386.426 c
+1826.03 386.426 1815.79 403.484 1815.79 422.09 c
+1815.79 532.469 l
+1837.82 532.469 l
+1837.82 426.426 l
+1837.82 413.406 1843.39 407.82 1852.39 407.82 c
+1859.83 407.82 1867.88 414.949 1875.03 424.258 c
+1875.03 532.469 l
+1897.04 532.469 l
+1897.04 391.082 l
+1875.03 387.051 l
+f
+1933.29 390.457 m
+1933.29 599.441 l
+1955.3 603.465 l
+1955.3 390.457 l
+1933.29 390.457 l
+f
+2045.52 392.938 m
+2039.62 388.906 2031.26 386.426 2025.05 386.426 c
+2009.25 386.426 1994.05 394.492 1994.05 430.457 c
+1994.05 511.074 l
+1979.78 512.625 l
+1979.78 527.508 l
+1994.05 533.086 l
+1994.05 565.02 l
+2016.06 565.02 l
+2016.06 532.469 l
+2044.58 532.469 l
+2043.35 512.625 l
+2016.06 512.625 l
+2016.06 428.289 l
+2016.06 411.855 2021.65 406.582 2028.78 406.582 c
+2033.43 406.582 2039.01 409.688 2042.72 413.094 c
+2045.52 392.938 l
+f
+2122.71 479.754 m
+2122.71 506.426 2116.51 516.648 2105.34 516.648 c
+2094.5 516.648 2085.5 501.465 2084.27 474.48 c
+2122.71 474.48 l
+2122.71 479.754 l
+h
+2138.21 399.766 m
+2130.46 391.387 2122.08 386.426 2108.45 386.426 c
+2077.74 386.426 2061.32 411.855 2061.32 461.152 c
+2061.32 511.074 2081.16 536.492 2106.59 536.492 c
+2132.31 536.492 2143.8 515.105 2143.8 478.828 c
+2143.8 475.105 2143.17 463.32 2142.24 457.117 c
+2083.96 457.117 l
+2084.58 422.703 2092.63 406.27 2110.93 406.27 c
+2120.54 406.27 2127.04 412.469 2133.25 420.848 c
+2138.21 399.766 l
+f
+2174.46 390.457 m
+2174.46 531.844 l
+2196.49 535.879 l
+2196.49 390.457 l
+2174.46 390.457 l
+h
+2169.81 582.383 m
+2169.81 592 2175.4 600.371 2185.63 600.371 c
+2195.87 600.371 2201.46 592 2201.46 582.383 c
+2201.46 572.773 2195.87 564.402 2185.63 564.402 c
+2175.4 564.402 2169.81 572.773 2169.81 582.383 c
+f
+2287.31 392.938 m
+2281.44 388.906 2273.06 386.426 2266.87 386.426 c
+2251.04 386.426 2235.85 394.492 2235.85 430.457 c
+2235.85 511.074 l
+2221.59 512.625 l
+2221.59 527.508 l
+2235.85 533.086 l
+2235.85 565.02 l
+2257.86 565.02 l
+2257.86 532.469 l
+2286.4 532.469 l
+2285.15 512.625 l
+2257.86 512.625 l
+2257.86 428.289 l
+2257.86 411.855 2263.45 406.582 2270.58 406.582 c
+2275.22 406.582 2280.81 409.688 2284.54 413.094 c
+2287.31 392.938 l
+f
+2400.77 411.855 m
+2420.93 411.855 2431.47 423.633 2431.47 445.652 c
+2431.47 467.664 2419.07 477.586 2394.89 477.586 c
+2390.85 477.586 l
+2390.85 411.855 l
+2400.77 411.855 l
+h
+2394.27 498.047 m
+2416.28 498.047 2427.45 508.281 2427.45 531.844 c
+2427.45 552.313 2417.84 562.852 2399.23 562.852 c
+2390.85 562.852 l
+2390.85 498.047 l
+2394.27 498.047 l
+h
+2367.61 390.457 m
+2367.61 584.246 l
+2403.56 584.246 l
+2434.58 584.246 2451.32 565.957 2451.32 533.398 c
+2451.32 511.387 2443.88 496.805 2428.37 489.988 c
+2444.81 482.547 2455.34 465.801 2455.34 445.34 c
+2455.34 410.613 2437.69 390.457 2404.81 390.457 c
+2367.61 390.457 l
+f
+2541.83 479.754 m
+2541.83 506.426 2535.63 516.648 2524.46 516.648 c
+2513.62 516.648 2504.62 501.465 2503.39 474.48 c
+2541.83 474.48 l
+2541.83 479.754 l
+h
+2557.33 399.766 m
+2549.58 391.387 2541.2 386.426 2527.57 386.426 c
+2496.87 386.426 2480.44 411.855 2480.44 461.152 c
+2480.44 511.074 2500.28 536.492 2525.71 536.492 c
+2551.44 536.492 2562.92 515.105 2562.92 478.828 c
+2562.92 475.105 2562.29 463.32 2561.36 457.117 c
+2503.08 457.117 l
+2503.7 422.703 2511.75 406.27 2530.05 406.27 c
+2539.66 406.27 2546.16 412.469 2552.37 420.848 c
+2557.33 399.766 l
+f
+2652.2 508.594 m
+2648.15 513.242 2641.96 516.648 2635.75 516.648 c
+2619.64 516.648 2610.34 493.711 2610.34 461.152 c
+2610.34 430.145 2619.01 408.445 2633.9 408.445 c
+2641.03 408.445 2647.55 414.336 2652.2 422.391 c
+2652.2 508.594 l
+h
+2652.2 390.457 m
+2652.2 403.484 l
+2645.99 393.867 2636.69 386.426 2626.14 386.426 c
+2602.28 386.426 2587.39 416.191 2587.39 459.598 c
+2587.39 505.801 2604.44 536.492 2631.1 536.492 c
+2639.48 536.492 2646.3 534.637 2652.2 530.918 c
+2652.2 599.441 l
+2674.21 603.465 l
+2674.21 390.457 l
+2652.2 390.457 l
+f
+2710.46 390.457 m
+2710.46 531.844 l
+2732.47 535.879 l
+2732.47 510.762 l
+2737.43 526.883 2745.81 536.492 2757.28 536.492 c
+2762.86 536.492 2768.13 533.711 2772.47 529.988 c
+2767.82 507.039 l
+2764.11 510.449 2759.76 513.867 2755.11 513.867 c
+2747.04 513.867 2738.68 501.766 2732.47 479.754 c
+2732.47 390.457 l
+2710.46 390.457 l
+f
+2795.71 390.457 m
+2795.71 531.844 l
+2817.72 535.879 l
+2817.72 390.457 l
+2795.71 390.457 l
+h
+2791.06 582.383 m
+2791.06 592 2796.65 600.371 2806.87 600.371 c
+2817.1 600.371 2822.69 592 2822.69 582.383 c
+2822.69 572.773 2817.1 564.402 2806.87 564.402 c
+2796.65 564.402 2791.06 572.773 2791.06 582.383 c
+f
+2850.58 582.383 m
+2850.58 592 2856.16 600.371 2866.4 600.371 c
+2876.63 600.371 2882.22 592 2882.22 582.383 c
+2882.22 572.773 2876.63 564.402 2866.4 564.402 c
+2856.16 564.402 2850.58 572.773 2850.58 582.383 c
+h
+2837.86 329.688 m
+2850.89 339.609 2855.22 351.395 2855.22 373.406 c
+2855.22 531.844 l
+2877.26 535.879 l
+2877.26 377.129 l
+2877.26 348.914 2871.67 328.445 2850.26 313.25 c
+2837.86 329.688 l
+f
+2916.3 390.457 m
+2916.3 511.074 l
+2902.04 512.625 l
+2902.04 527.508 l
+2916.3 533.086 l
+2916.3 559.754 l
+2916.3 596.961 2931.49 606.258 2948.54 606.258 c
+2955.36 606.258 2961.88 604.09 2968.39 600.059 c
+2964.05 579.902 l
+2959.72 583.32 2955.36 585.801 2951.34 585.801 c
+2943.58 585.801 2938.31 580.215 2938.31 561.922 c
+2938.31 532.469 l
+2963.74 532.469 l
+2962.51 512.625 l
+2938.31 512.625 l
+2938.31 390.457 l
+2916.3 390.457 l
+f
+2984.19 417.129 m
+2992.57 410.301 3001.55 405.965 3010.56 405.965 c
+3022.33 405.965 3029.46 414.648 3029.46 426.113 c
+3029.46 437.586 3023.27 445.34 3008.39 454.023 c
+2990.09 464.871 2979.23 477.586 2979.23 498.047 c
+2979.23 520.996 2996.59 536.492 3018.31 536.492 c
+3029.78 536.492 3040.32 531.844 3047.14 526.883 c
+3042.49 507.039 l
+3034.74 512.625 3026.67 516.648 3018 516.648 c
+3007.76 516.648 3000.32 509.832 3000.32 498.359 c
+3000.32 487.508 3004.97 480.379 3020.17 471.074 c
+3038.15 459.91 3050.56 447.195 3050.56 426.426 c
+3050.56 402.547 3033.19 386.426 3011.18 386.426 c
+2999.7 386.426 2987.92 390.77 2979.54 397.285 c
+2984.19 417.129 l
+f
+3158.12 389.531 m
+3137.98 496.805 l
+3117.82 389.531 l
+3095.5 389.531 l
+3068.21 532.469 l
+3090.22 532.469 l
+3107.59 425.184 l
+3127.43 532.469 l
+3148.51 532.469 l
+3168.35 425.184 l
+3185.71 532.469 l
+3207.72 532.469 l
+3180.44 389.531 l
+3158.12 389.531 l
+f
+3288.02 479.754 m
+3288.02 506.426 3281.81 516.648 3270.65 516.648 c
+3259.79 516.648 3250.81 501.465 3249.56 474.48 c
+3288.02 474.48 l
+3288.02 479.754 l
+h
+3303.51 399.766 m
+3295.77 391.387 3287.39 386.426 3273.74 386.426 c
+3243.06 386.426 3226.61 411.855 3226.61 461.152 c
+3226.61 511.074 3246.46 536.492 3271.88 536.492 c
+3297.63 536.492 3309.09 515.105 3309.09 478.828 c
+3309.09 475.105 3308.47 463.32 3307.55 457.117 c
+3249.25 457.117 l
+3249.87 422.703 3257.94 406.27 3276.22 406.27 c
+3285.85 406.27 3292.35 412.469 3298.54 420.848 c
+3303.51 399.766 l
+f
+3390.62 392.938 m
+3384.74 388.906 3376.36 386.426 3370.17 386.426 c
+3354.35 386.426 3339.15 394.492 3339.15 430.457 c
+3339.15 511.074 l
+3324.89 512.625 l
+3324.89 527.508 l
+3339.15 533.086 l
+3339.15 565.02 l
+3361.16 565.02 l
+3361.16 532.469 l
+3389.7 532.469 l
+3388.45 512.625 l
+3361.16 512.625 l
+3361.16 428.289 l
+3361.16 411.855 3366.75 406.582 3373.88 406.582 c
+3378.53 406.582 3384.11 409.688 3387.84 413.094 c
+3390.62 392.938 l
+f
+3467.82 479.754 m
+3467.82 506.426 3461.61 516.648 3450.46 516.648 c
+3439.6 516.648 3430.62 501.465 3429.37 474.48 c
+3467.82 474.48 l
+3467.82 479.754 l
+h
+3483.31 399.766 m
+3475.58 391.387 3467.2 386.426 3453.54 386.426 c
+3422.86 386.426 3406.42 411.855 3406.42 461.152 c
+3406.42 511.074 3426.26 536.492 3451.69 536.492 c
+3477.43 536.492 3488.9 515.105 3488.9 478.828 c
+3488.9 475.105 3488.27 463.32 3487.35 457.117 c
+3429.05 457.117 l
+3429.68 422.703 3437.74 406.27 3456.03 406.27 c
+3465.65 406.27 3472.16 412.469 3478.35 420.848 c
+3483.31 399.766 l
+f
+3578.17 390.457 m
+3578.17 496.504 l
+3578.17 509.52 3572.61 515.105 3563.6 515.105 c
+3556.16 515.105 3547.8 507.969 3540.97 498.672 c
+3540.97 390.457 l
+3518.96 390.457 l
+3518.96 531.844 l
+3540.97 535.879 l
+3540.97 517.586 l
+3548.41 530.293 3560.5 536.492 3571.36 536.492 c
+3589.97 536.492 3600.19 519.441 3600.19 500.84 c
+3600.19 390.457 l
+3578.17 390.457 l
+f
+3633.96 417.129 m
+3642.33 410.301 3651.32 405.965 3660.32 405.965 c
+3672.1 405.965 3679.23 414.648 3679.23 426.113 c
+3679.23 437.586 3673.04 445.34 3658.15 454.023 c
+3639.85 464.871 3628.99 477.586 3628.99 498.047 c
+3628.99 520.996 3646.36 536.492 3668.08 536.492 c
+3679.54 536.492 3690.09 531.844 3696.9 526.883 c
+3692.26 507.039 l
+3684.5 512.625 3676.44 516.648 3667.76 516.648 c
+3657.53 516.648 3650.09 509.832 3650.09 498.359 c
+3650.09 487.508 3654.74 480.379 3669.93 471.074 c
+3687.92 459.91 3700.32 447.195 3700.32 426.426 c
+3700.32 402.547 3682.96 386.426 3660.95 386.426 c
+3649.46 386.426 3637.69 390.77 3629.31 397.285 c
+3633.96 417.129 l
+f
+3800.77 399.766 m
+3793.62 391.387 3783.41 386.426 3771.01 386.426 c
+3741.24 386.426 3724.17 411.855 3724.17 461.152 c
+3724.17 510.145 3741.53 536.492 3772.24 536.492 c
+3784.33 536.492 3793.62 531.844 3801.06 524.09 c
+3795.81 502.078 l
+3790.85 510.145 3781.22 516.648 3773.49 516.648 c
+3754.87 516.648 3747.12 497.742 3747.12 461.465 c
+3747.12 424.258 3755.19 406.27 3774.4 406.27 c
+3782.47 406.27 3789.91 412.469 3795.81 420.848 c
+3800.77 399.766 l
+f
+3888.49 390.457 m
+3888.49 496.504 l
+3888.49 509.52 3882.92 515.105 3873.92 515.105 c
+3866.47 515.105 3858.12 507.969 3851.28 498.672 c
+3851.28 390.457 l
+3829.27 390.457 l
+3829.27 599.441 l
+3851.28 603.465 l
+3851.28 517.586 l
+3858.72 530.293 3870.81 536.492 3881.67 536.492 c
+3900.28 536.492 3910.5 519.441 3910.5 500.84 c
+3910.5 390.457 l
+3888.49 390.457 l
+f
+3994.81 461.465 m
+3970.95 457.43 3961.94 442.859 3961.94 427.352 c
+3961.94 414.023 3968.47 407.508 3977.45 407.508 c
+3983.96 407.508 3990.48 414.336 3994.81 421.465 c
+3994.81 461.465 l
+h
+4025.52 387.664 m
+4009.7 385.809 3999.78 390.457 3996.06 402.246 c
+3994.81 402.246 l
+3990.48 393.563 3982.41 386.426 3968.78 386.426 c
+3952.33 386.426 3939.31 402.547 3939.31 424.871 c
+3939.31 450.918 3956.06 474.793 3994.81 478.203 c
+3994.81 490.918 l
+3994.81 505.801 3989.54 516.348 3975.6 516.348 c
+3967.22 516.348 3955.44 509.52 3946.46 499.91 c
+3943.04 520.684 l
+3951.71 530.605 3966.3 536.492 3978.39 536.492 c
+4005.36 536.492 4016.83 514.793 4016.83 491.844 c
+4016.83 416.504 l
+4016.83 409.375 4019.62 406.27 4027.37 406.27 c
+4025.52 387.664 l
+f
+4078.19 414.336 m
+4082.24 409.688 4088.43 406.27 4094.64 406.27 c
+4110.75 406.27 4120.05 429.219 4120.05 461.777 c
+4120.05 492.781 4111.38 514.48 4096.49 514.48 c
+4089.37 514.48 4082.84 508.906 4078.19 500.527 c
+4078.19 414.336 l
+h
+4056.18 321.004 m
+4056.18 531.844 l
+4078.19 535.879 l
+4078.19 519.441 l
+4084.09 529.363 4093.7 536.492 4104.25 536.492 c
+4128.12 536.492 4143 506.727 4143 463.32 c
+4143 417.129 4125.95 386.426 4099.29 386.426 c
+4090.91 386.426 4084.09 388.289 4078.19 392.012 c
+4078.19 321.004 l
+4056.18 321.004 l
+f
+4195.69 414.336 m
+4199.74 409.688 4205.93 406.27 4212.14 406.27 c
+4228.25 406.27 4237.55 429.219 4237.55 461.777 c
+4237.55 492.781 4228.88 514.48 4213.99 514.48 c
+4206.87 514.48 4200.34 508.906 4195.69 500.527 c
+4195.69 414.336 l
+h
+4173.68 321.004 m
+4173.68 531.844 l
+4195.69 535.879 l
+4195.69 519.441 l
+4201.59 529.363 4211.2 536.492 4221.75 536.492 c
+4245.62 536.492 4260.5 506.727 4260.5 463.32 c
+4260.5 417.129 4243.45 386.426 4216.79 386.426 c
+4208.41 386.426 4201.59 388.289 4195.69 392.012 c
+4195.69 321.004 l
+4173.68 321.004 l
+f
+4349.46 479.754 m
+4349.46 506.426 4343.25 516.648 4332.1 516.648 c
+4321.24 516.648 4312.26 501.465 4311.01 474.48 c
+4349.46 474.48 l
+4349.46 479.754 l
+h
+4364.95 399.766 m
+4357.22 391.387 4348.84 386.426 4335.19 386.426 c
+4304.5 386.426 4288.06 411.855 4288.06 461.152 c
+4288.06 511.074 4307.9 536.492 4333.33 536.492 c
+4359.07 536.492 4370.54 515.105 4370.54 478.828 c
+4370.54 475.105 4369.91 463.32 4368.99 457.117 c
+4310.69 457.117 l
+4311.32 422.703 4319.38 406.27 4337.67 406.27 c
+4347.29 406.27 4353.8 412.469 4359.99 420.848 c
+4364.95 399.766 l
+f
+4459.81 390.457 m
+4459.81 496.504 l
+4459.81 509.52 4454.25 515.105 4445.24 515.105 c
+4437.8 515.105 4429.44 507.969 4422.61 498.672 c
+4422.61 390.457 l
+4400.6 390.457 l
+4400.6 531.844 l
+4422.61 535.879 l
+4422.61 517.586 l
+4430.05 530.293 4442.14 536.492 4453 536.492 c
+4471.61 536.492 4481.83 519.441 4481.83 500.84 c
+4481.83 390.457 l
+4459.81 390.457 l
+f
+1566.26 204.754 m
+1566.26 231.426 1560.05 241.648 1548.9 241.648 c
+1538.04 241.648 1529.05 226.465 1527.8 199.48 c
+1566.26 199.48 l
+1566.26 204.754 l
+h
+1581.75 124.766 m
+1574.01 116.387 1565.63 111.426 1551.98 111.426 c
+1521.3 111.426 1504.85 136.855 1504.85 186.152 c
+1504.85 236.074 1524.7 261.492 1550.13 261.492 c
+1575.87 261.492 1587.33 240.105 1587.33 203.828 c
+1587.33 200.105 1586.71 188.32 1585.79 182.117 c
+1527.49 182.117 l
+1528.12 147.703 1536.18 131.27 1554.46 131.27 c
+1564.09 131.27 1570.6 137.469 1576.79 145.848 c
+1581.75 124.766 l
+f
+1676.61 115.457 m
+1676.61 221.504 l
+1676.61 234.52 1671.04 240.105 1662.04 240.105 c
+1654.6 240.105 1646.24 232.969 1639.4 223.672 c
+1639.4 115.457 l
+1617.39 115.457 l
+1617.39 256.844 l
+1639.4 260.879 l
+1639.4 242.586 l
+1646.85 255.293 1658.94 261.492 1669.79 261.492 c
+1688.41 261.492 1698.62 244.441 1698.62 225.84 c
+1698.62 115.457 l
+1676.61 115.457 l
+f
+1790.69 115.457 m
+1790.69 309.246 l
+1867.59 309.246 l
+1867.59 287.539 l
+1813.94 287.539 l
+1813.94 223.672 l
+1857.35 223.672 l
+1857.35 201.961 l
+1813.94 201.961 l
+1813.94 137.168 l
+1867.59 137.168 l
+1867.59 115.457 l
+1790.69 115.457 l
+f
+1966.16 124.766 m
+1959.03 116.387 1948.8 111.426 1936.4 111.426 c
+1906.63 111.426 1889.58 136.855 1889.58 186.152 c
+1889.58 235.145 1906.94 261.492 1937.65 261.492 c
+1949.74 261.492 1959.03 256.844 1966.47 249.09 c
+1961.2 227.078 l
+1956.24 235.145 1946.63 241.648 1938.88 241.648 c
+1920.28 241.648 1912.53 222.742 1912.53 186.465 c
+1912.53 149.258 1920.58 131.27 1939.81 131.27 c
+1947.86 131.27 1955.3 137.469 1961.2 145.848 c
+1966.16 124.766 l
+f
+2055.75 186.152 m
+2055.75 223.359 2048.31 241.648 2032.18 241.648 c
+2016.06 241.648 2008.94 222.742 2008.94 186.465 c
+2008.94 149.258 2016.06 131.27 2032.18 131.27 c
+2048.31 131.27 2055.75 150.496 2055.75 186.152 c
+h
+1985.99 186.152 m
+1985.99 235.145 2003.04 261.492 2032.8 261.492 c
+2062.57 261.492 2078.7 236.074 2078.7 186.777 c
+2078.7 137.781 2061.03 111.426 2031.87 111.426 c
+2002.41 111.426 1985.99 136.855 1985.99 186.152 c
+f
+2168.58 115.457 m
+2168.58 221.504 l
+2168.58 234.52 2163.02 240.105 2154.01 240.105 c
+2146.57 240.105 2138.21 232.969 2131.38 223.672 c
+2131.38 115.457 l
+2109.37 115.457 l
+2109.37 256.844 l
+2131.38 260.879 l
+2131.38 242.586 l
+2138.82 255.293 2150.91 261.492 2161.77 261.492 c
+2180.38 261.492 2190.6 244.441 2190.6 225.84 c
+2190.6 115.457 l
+2168.58 115.457 l
+f
+2290.42 186.152 m
+2290.42 223.359 2282.98 241.648 2266.87 241.648 c
+2250.73 241.648 2243.6 222.742 2243.6 186.465 c
+2243.6 149.258 2250.73 131.27 2266.87 131.27 c
+2282.98 131.27 2290.42 150.496 2290.42 186.152 c
+h
+2220.65 186.152 m
+2220.65 235.145 2237.72 261.492 2267.49 261.492 c
+2297.26 261.492 2313.37 236.074 2313.37 186.777 c
+2313.37 137.781 2295.69 111.426 2266.55 111.426 c
+2237.1 111.426 2220.65 136.855 2220.65 186.152 c
+f
+2456.9 115.457 m
+2456.9 224.285 l
+2456.9 237.313 2451.94 240.105 2443.27 240.105 c
+2435.83 240.105 2429.31 232.664 2422.49 222.43 c
+2422.49 115.457 l
+2400.48 115.457 l
+2400.48 224.285 l
+2400.48 237.313 2395.52 240.105 2386.83 240.105 c
+2379.38 240.105 2372.88 232.664 2366.06 222.43 c
+2366.06 115.457 l
+2344.05 115.457 l
+2344.05 256.844 l
+2366.06 260.879 l
+2366.06 241.648 l
+2373.19 254.988 2383.74 261.492 2394.58 261.492 c
+2408.54 261.492 2417.53 250.957 2420.63 239.168 c
+2428.08 254.051 2439.54 261.492 2451.03 261.492 c
+2468.99 261.492 2478.92 244.441 2478.92 225.84 c
+2478.92 115.457 l
+2456.9 115.457 l
+f
+2515.17 115.457 m
+2515.17 256.844 l
+2537.2 260.879 l
+2537.2 115.457 l
+2515.17 115.457 l
+h
+2510.52 307.383 m
+2510.52 317 2516.1 325.371 2526.34 325.371 c
+2536.57 325.371 2542.16 317 2542.16 307.383 c
+2542.16 297.773 2536.57 289.402 2526.34 289.402 c
+2516.1 289.402 2510.52 297.773 2510.52 307.383 c
+f
+2629.89 204.754 m
+2629.89 231.426 2623.68 241.648 2612.53 241.648 c
+2601.67 241.648 2592.69 226.465 2591.44 199.48 c
+2629.89 199.48 l
+2629.89 204.754 l
+h
+2645.38 124.766 m
+2637.65 116.387 2629.27 111.426 2615.62 111.426 c
+2584.93 111.426 2568.49 136.855 2568.49 186.152 c
+2568.49 236.074 2588.33 261.492 2613.76 261.492 c
+2639.5 261.492 2650.97 240.105 2650.97 203.828 c
+2650.97 200.105 2650.34 188.32 2649.42 182.117 c
+2591.12 182.117 l
+2591.75 147.703 2599.81 131.27 2618.1 131.27 c
+2627.72 131.27 2634.23 137.469 2640.42 145.848 c
+2645.38 124.766 l
+f
+[/Separation (BE C=58 M=0 Y=100 K=4) /DeviceCMYK
+{dup 0.58 mul exch dup 0 mul exch dup 1 mul exch 0.04 mul }
+] {} cs
+[1] sc
+[1] sc
+1310.06 115.098 m
+1310.06 115.098 l
+1294.4 115.098 1281.71 127.781 1281.71 143.438 c
+1281.71 557.305 l
+1281.71 572.957 1294.4 585.645 1310.06 585.645 c
+1325.72 585.645 1338.41 572.957 1338.41 557.305 c
+1338.41 143.438 l
+1338.41 127.781 1325.72 115.098 1310.06 115.098 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF