summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-mono-white.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-mono-white.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-mono-white.eps1550
1 files changed, 1550 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-mono-white.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-mono-white.eps
new file mode 100644
index 00000000000..b697d8f69f9
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-mono-white.eps
@@ -0,0 +1,1550 @@
+%!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 409 103
+%%HiResBoundingBox: 0 0 409 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 409 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4085.06 1020.47 re
+W
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+757.438 446.738 m
+756.527 327.148 675.672 182.93 474.719 182.93 c
+267.688 182.93 177.82 320.535 177.82 454.719 c
+177.82 808.926 l
+321.215 808.926 l
+321.215 461.992 l
+321.215 332.629 409.387 267.395 496.473 267.395 c
+608.289 267.395 659.02 356.609 654.695 479.988 c
+500.086 558.086 406.051 506.379 406.051 506.379 c
+406.051 506.379 453.629 689.543 654.695 623.547 c
+654.695 808.926 l
+757.609 808.926 l
+757.609 588.645 l
+885.637 552.344 926.613 578.547 952.238 608.137 c
+971.418 533.605 904.164 424.121 757.438 446.738 c
+h
+969.449 1020.47 m
+51.0234 1020.47 l
+22.9609 1020.47 -0.003906 997.512 -0.003906 969.445 c
+-0.003906 51.0234 l
+-0.003906 22.9609 22.9609 0 51.0234 0 c
+969.449 0 l
+997.512 0 1020.47 22.9609 1020.47 51.0234 c
+1020.47 969.445 l
+1020.47 997.512 997.512 1020.47 969.449 1020.47 c
+f
+1354.86 725.012 m
+1314.39 725.012 1282.08 746.023 1282.08 789.387 c
+1282.08 906.836 l
+1319.91 906.836 l
+1319.91 793.855 l
+1319.91 765.48 1341.2 754.695 1359.32 754.695 c
+1378.77 754.695 1396.9 765.48 1396.9 792.805 c
+1396.9 906.836 l
+1434.22 906.836 l
+1434.22 792.805 l
+1434.22 748.66 1402.68 725.012 1354.86 725.012 c
+f
+1561.96 728.164 m
+1561.96 809.094 l
+1561.96 827.742 1551.98 837.207 1535.43 837.207 c
+1525.96 837.207 1516.77 834.316 1510.2 830.105 c
+1510.2 728.164 l
+1475.25 728.164 l
+1475.25 860.852 l
+1508.88 863.484 l
+1508.37 845.09 l
+1509.41 845.09 l
+1519.14 855.867 1535.16 865.32 1553.56 865.32 c
+1577.2 865.32 1596.65 849.563 1596.65 819.348 c
+1596.65 728.164 l
+1561.96 728.164 l
+f
+1633.47 728.164 m
+1633.47 862.168 l
+1668.69 862.168 l
+1668.69 728.164 l
+1633.47 728.164 l
+h
+1651.08 886.863 m
+1641.09 886.863 1632.68 895.281 1632.68 905.52 c
+1632.68 915.773 1641.09 923.652 1651.08 923.652 c
+1661.33 923.652 1669.47 915.773 1669.47 905.52 c
+1669.47 895.281 1661.33 886.863 1651.08 886.863 c
+f
+1770.65 727.371 m
+1741.22 727.371 l
+1687.61 862.168 l
+1727.03 862.168 l
+1750.94 791.223 l
+1754.88 780.188 1758.03 761.27 1758.03 761.27 c
+1758.03 761.27 1761.19 779.934 1765.13 791.223 c
+1789.04 862.168 l
+1824.51 862.168 l
+1770.65 727.371 l
+f
+1897.07 842.461 m
+1880.25 842.461 1869.74 826.438 1867.91 810.398 c
+1924.39 810.398 l
+1924.39 828.02 1914.41 842.461 1897.07 842.461 c
+h
+1955.4 790.176 m
+1866.59 790.176 l
+1867.38 768.105 1882.1 751.289 1906.79 751.289 c
+1922.56 751.289 1936.75 754.695 1952.51 760.754 c
+1950.94 736.047 l
+1934.65 729.48 1918.62 725.273 1897.33 725.273 c
+1857.13 725.273 1832.69 753.125 1832.69 792.539 c
+1832.69 835.371 1860.54 865.32 1899.96 865.32 c
+1938.06 865.32 1956.72 839.309 1956.72 809.355 c
+1956.72 803.313 1956.19 794.902 1955.4 790.176 c
+f
+2062.91 825.645 m
+2056.07 829.59 2047.15 832.219 2038.74 832.219 c
+2030.59 832.219 2022.7 828.801 2018.24 824.07 c
+2018.24 728.164 l
+1983.29 728.164 l
+1983.29 860.852 l
+2016.4 863.738 l
+2015.35 839.836 l
+2016.4 839.836 l
+2023.23 854.813 2036.11 865.32 2050.55 865.32 c
+2056.86 865.32 2063.96 863.738 2068.43 861.121 c
+2062.91 825.645 l
+f
+2120.48 725.273 m
+2103.13 725.273 2089.21 728.953 2077.64 735.266 c
+2081.59 761.531 l
+2093.67 755.227 2108.65 751.023 2121.53 751.023 c
+2132.57 751.023 2142.55 754.695 2142.55 764.426 c
+2142.55 785.715 2081.85 780.977 2081.85 823.809 c
+2081.85 850.867 2106.55 865.32 2135.19 865.32 c
+2149.38 865.32 2164.09 861.379 2173.82 857.18 c
+2169.87 831.953 l
+2159.63 835.891 2145.96 839.57 2133.35 839.57 c
+2123.89 839.57 2115.75 835.891 2115.75 828.273 c
+2115.75 807.258 2176.71 811.453 2176.71 769.148 c
+2176.71 739.988 2151.22 725.273 2120.48 725.273 c
+f
+2204.31 728.164 m
+2204.31 862.168 l
+2239.53 862.168 l
+2239.53 728.164 l
+2204.31 728.164 l
+h
+2221.92 886.863 m
+2211.93 886.863 2203.52 895.281 2203.52 905.52 c
+2203.52 915.773 2211.93 923.652 2221.92 923.652 c
+2232.17 923.652 2240.31 915.773 2240.31 905.52 c
+2240.31 895.281 2232.17 886.863 2221.92 886.863 c
+f
+2317.59 725.273 m
+2293.94 725.273 2278.7 739.988 2278.7 762.59 c
+2278.7 770.203 2279.49 805.148 2279.49 826.172 c
+2279.49 837.473 l
+2266.87 837.473 l
+2266.87 851.133 l
+2310.23 891.34 l
+2313.65 891.34 l
+2313.65 862.168 l
+2356.21 862.168 l
+2356.21 837.473 l
+2313.65 837.473 l
+2313.65 835.371 2313.12 792.539 2313.12 774.402 c
+2313.12 760.227 2321.53 753.918 2334.4 753.918 c
+2341.24 753.918 2349.38 754.695 2357.26 757.336 c
+2357.26 733.152 l
+2345.96 728.43 2332.57 725.273 2317.59 725.273 c
+f
+2433.48 842.461 m
+2416.67 842.461 2406.16 826.438 2404.32 810.398 c
+2460.81 810.398 l
+2460.81 828.02 2450.83 842.461 2433.48 842.461 c
+h
+2491.81 790.176 m
+2403.01 790.176 l
+2403.8 768.105 2418.51 751.289 2443.21 751.289 c
+2458.97 751.289 2473.16 754.695 2488.92 760.754 c
+2487.35 736.047 l
+2471.06 729.48 2455.04 725.273 2433.75 725.273 c
+2393.54 725.273 2369.11 753.125 2369.11 792.539 c
+2369.11 835.371 2396.96 865.32 2436.37 865.32 c
+2474.48 865.32 2493.13 839.309 2493.13 809.355 c
+2493.13 803.313 2492.6 794.902 2491.81 790.176 c
+f
+2520.49 728.164 m
+2520.49 862.168 l
+2555.7 862.168 l
+2555.7 728.164 l
+2520.49 728.164 l
+h
+2538.09 886.863 m
+2528.1 886.863 2519.69 895.281 2519.69 905.52 c
+2519.69 915.773 2528.1 923.652 2538.09 923.652 c
+2548.34 923.652 2556.48 915.773 2556.48 905.52 c
+2556.48 895.281 2548.34 886.863 2538.09 886.863 c
+f
+2633.76 725.273 m
+2610.11 725.273 2594.87 739.988 2594.87 762.59 c
+2594.87 770.203 2595.66 805.148 2595.66 826.172 c
+2595.66 837.473 l
+2583.04 837.473 l
+2583.04 851.133 l
+2626.4 891.34 l
+2629.82 891.34 l
+2629.82 862.168 l
+2672.38 862.168 l
+2672.38 837.473 l
+2629.82 837.473 l
+2629.82 835.371 2629.29 792.539 2629.29 774.402 c
+2629.29 760.227 2637.7 753.918 2650.57 753.918 c
+2657.41 753.918 2665.55 754.695 2673.44 757.336 c
+2673.44 733.152 l
+2662.14 728.43 2648.74 725.273 2633.76 725.273 c
+f
+2822.19 854.285 m
+2819.82 861.379 2817.71 875.305 2817.71 875.305 c
+2817.71 875.305 2815.61 861.902 2812.99 854.285 c
+2794.6 800.684 l
+2840.84 800.684 l
+2822.19 854.285 l
+h
+2863.96 728.164 m
+2847.67 775.195 l
+2788.02 775.195 l
+2772.26 728.164 l
+2733.63 728.164 l
+2798.53 906.836 l
+2840.05 906.836 l
+2904.95 728.164 l
+2863.96 728.164 l
+f
+3012.47 728.164 m
+3012.47 809.094 l
+3012.47 827.742 3002.49 837.207 2985.94 837.207 c
+2976.47 837.207 2967.28 834.316 2960.71 830.105 c
+2960.71 728.164 l
+2925.76 728.164 l
+2925.76 860.852 l
+2959.39 863.484 l
+2958.87 845.09 l
+2959.92 845.09 l
+2969.65 855.867 2985.67 865.32 3004.07 865.32 c
+3027.71 865.32 3047.16 849.563 3047.16 819.348 c
+3047.16 728.164 l
+3012.47 728.164 l
+f
+3123.13 725.273 m
+3099.49 725.273 3084.25 739.988 3084.25 762.59 c
+3084.25 770.203 3085.04 805.148 3085.04 826.172 c
+3085.04 837.473 l
+3072.42 837.473 l
+3072.42 851.133 l
+3115.78 891.34 l
+3119.2 891.34 l
+3119.2 862.168 l
+3161.76 862.168 l
+3161.76 837.473 l
+3119.2 837.473 l
+3119.2 835.371 3118.67 792.539 3118.67 774.402 c
+3118.67 760.227 3127.08 753.918 3139.95 753.918 c
+3146.78 753.918 3154.93 754.695 3162.81 757.336 c
+3162.81 733.152 l
+3151.51 728.43 3138.11 725.273 3123.13 725.273 c
+f
+3333.37 727.371 m
+3305.52 727.371 l
+3280.03 793.855 l
+3276.08 804.102 3273.45 821.711 3273.45 821.711 c
+3273.45 821.711 3269.51 804.363 3265.84 793.855 c
+3241.13 727.371 l
+3214.07 727.371 l
+3168.09 862.168 l
+3206.45 862.168 l
+3225.37 796.223 l
+3228.52 785.715 3231.68 765.48 3231.68 765.48 c
+3231.68 765.48 3235.61 785.188 3239.29 795.957 c
+3262.68 862.168 l
+3288.44 862.168 l
+3312.87 795.957 l
+3317.07 785.188 3320.22 766.008 3320.22 766.008 c
+3320.22 766.008 3323.11 785.715 3326.53 796.477 c
+3345.18 862.168 l
+3379.61 862.168 l
+3333.37 727.371 l
+f
+3454.27 842.461 m
+3437.46 842.461 3426.95 826.438 3425.11 810.398 c
+3481.6 810.398 l
+3481.6 828.02 3471.62 842.461 3454.27 842.461 c
+h
+3512.6 790.176 m
+3423.8 790.176 l
+3424.59 768.105 3439.3 751.289 3464 751.289 c
+3479.76 751.289 3493.95 754.695 3509.71 760.754 c
+3508.14 736.047 l
+3491.85 729.48 3475.83 725.273 3454.54 725.273 c
+3414.33 725.273 3389.9 753.125 3389.9 792.539 c
+3389.9 835.371 3417.75 865.32 3457.17 865.32 c
+3495.27 865.32 3513.92 839.309 3513.92 809.355 c
+3513.92 803.313 3513.4 794.902 3512.6 790.176 c
+f
+3620.11 825.645 m
+3613.28 829.59 3604.35 832.219 3595.94 832.219 c
+3587.8 832.219 3579.91 828.801 3575.45 824.07 c
+3575.45 728.164 l
+3540.5 728.164 l
+3540.5 860.852 l
+3573.61 863.738 l
+3572.56 839.836 l
+3573.61 839.836 l
+3580.44 854.813 3593.32 865.32 3607.76 865.32 c
+3614.07 865.32 3621.17 863.738 3625.63 861.121 c
+3620.11 825.645 l
+f
+3704.22 837.734 m
+3695.29 837.734 3686.35 834.844 3680.31 830.637 c
+3680.31 756.809 l
+3685.3 753.391 3694.24 751.023 3701.85 751.023 c
+3724.98 751.023 3738.11 769.426 3738.11 793.855 c
+3738.11 821.184 3724.71 837.734 3704.22 837.734 c
+h
+3700.28 726.316 m
+3692.92 726.316 3684.77 728.164 3680.31 730.527 c
+3680.31 661.16 l
+3645.36 661.16 l
+3645.36 860.852 l
+3678.99 863.484 l
+3678.47 845.613 l
+3679.52 845.613 l
+3689.25 857.441 3704.48 865.32 3719.46 865.32 c
+3752.57 865.32 3773.59 837.207 3773.59 799.895 c
+3773.59 755.754 3744.95 726.316 3700.28 726.316 c
+f
+3853.77 842.461 m
+3836.95 842.461 3826.44 826.438 3824.61 810.398 c
+3881.09 810.398 l
+3881.09 828.02 3871.11 842.461 3853.77 842.461 c
+h
+3912.1 790.176 m
+3823.29 790.176 l
+3824.08 768.105 3838.8 751.289 3863.49 751.289 c
+3879.26 751.289 3893.44 754.695 3909.21 760.754 c
+3907.63 736.047 l
+3891.35 729.48 3875.32 725.273 3854.03 725.273 c
+3813.83 725.273 3789.39 753.125 3789.39 792.539 c
+3789.39 835.371 3817.24 865.32 3856.66 865.32 c
+3894.76 865.32 3913.42 839.309 3913.42 809.355 c
+3913.42 803.313 3912.89 794.902 3912.1 790.176 c
+f
+4026.69 728.164 m
+4026.69 809.094 l
+4026.69 827.742 4016.71 837.207 4000.15 837.207 c
+3990.69 837.207 3981.5 834.316 3974.93 830.105 c
+3974.93 728.164 l
+3939.98 728.164 l
+3939.98 860.852 l
+3973.61 863.484 l
+3973.09 845.09 l
+3974.14 845.09 l
+3983.86 855.867 3999.89 865.32 4018.29 865.32 c
+4041.93 865.32 4061.37 849.563 4061.37 819.348 c
+4061.37 728.164 l
+4026.69 728.164 l
+f
+1512.61 390.449 m
+1512.61 584.238 l
+1590.13 584.238 l
+1590.13 562.527 l
+1535.88 562.527 l
+1535.88 494.941 l
+1578.67 494.941 l
+1578.67 473.23 l
+1535.88 473.23 l
+1535.88 390.449 l
+1512.61 390.449 l
+f
+1655.54 461.453 m
+1631.68 457.422 1622.67 442.852 1622.67 427.344 c
+1622.67 414.016 1629.2 407.5 1638.18 407.5 c
+1644.69 407.5 1651.21 414.324 1655.54 421.453 c
+1655.54 461.453 l
+h
+1686.25 387.656 m
+1670.43 385.801 1660.51 390.449 1656.79 402.234 c
+1655.54 402.234 l
+1651.21 393.555 1643.14 386.414 1629.51 386.414 c
+1613.06 386.414 1600.04 402.539 1600.04 424.863 c
+1600.04 450.906 1616.79 474.785 1655.54 478.191 c
+1655.54 490.906 l
+1655.54 505.789 1650.27 516.34 1636.33 516.34 c
+1627.95 516.34 1616.17 509.512 1607.19 499.902 c
+1603.77 520.676 l
+1612.44 530.598 1627.03 536.484 1639.12 536.484 c
+1666.09 536.484 1677.56 514.785 1677.56 491.836 c
+1677.56 416.492 l
+1677.56 409.363 1680.35 406.262 1688.1 406.262 c
+1686.25 387.656 l
+f
+1787.93 399.758 m
+1780.78 391.379 1770.56 386.414 1758.16 386.414 c
+1728.4 386.414 1711.33 411.848 1711.33 461.145 c
+1711.33 510.137 1728.69 536.484 1759.39 536.484 c
+1771.48 536.484 1780.78 531.836 1788.22 524.082 c
+1782.97 502.07 l
+1778.01 510.137 1768.38 516.641 1760.64 516.641 c
+1742.03 516.641 1734.27 497.734 1734.27 461.453 c
+1734.27 424.246 1742.34 406.262 1761.56 406.262 c
+1769.63 406.262 1777.07 412.461 1782.97 420.84 c
+1787.93 399.758 l
+f
+1875.04 387.039 m
+1875.04 405.332 l
+1867.6 392.617 1855.49 386.414 1844.65 386.414 c
+1826.03 386.414 1815.8 403.477 1815.8 422.078 c
+1815.8 532.461 l
+1837.83 532.461 l
+1837.83 426.414 l
+1837.83 413.398 1843.4 407.813 1852.4 407.813 c
+1859.84 407.813 1867.89 414.941 1875.04 424.246 c
+1875.04 532.461 l
+1897.05 532.461 l
+1897.05 391.074 l
+1875.04 387.039 l
+f
+1933.3 390.449 m
+1933.3 599.434 l
+1955.31 603.457 l
+1955.31 390.449 l
+1933.3 390.449 l
+f
+2045.52 392.93 m
+2039.63 388.898 2031.27 386.414 2025.06 386.414 c
+2009.26 386.414 1994.06 394.48 1994.06 430.449 c
+1994.06 511.063 l
+1979.78 512.617 l
+1979.78 527.5 l
+1994.06 533.074 l
+1994.06 565.012 l
+2016.07 565.012 l
+2016.07 532.461 l
+2044.59 532.461 l
+2043.36 512.617 l
+2016.07 512.617 l
+2016.07 428.281 l
+2016.07 411.848 2021.66 406.57 2028.79 406.57 c
+2033.44 406.57 2039.02 409.68 2042.73 413.086 c
+2045.52 392.93 l
+f
+2122.71 479.746 m
+2122.71 506.414 2116.52 516.641 2105.35 516.641 c
+2094.51 516.641 2085.51 501.453 2084.27 474.473 c
+2122.71 474.473 l
+2122.71 479.746 l
+h
+2138.22 399.758 m
+2130.47 391.379 2122.09 386.414 2108.45 386.414 c
+2077.75 386.414 2061.33 411.848 2061.33 461.145 c
+2061.33 511.063 2081.17 536.484 2106.6 536.484 c
+2132.32 536.484 2143.81 515.098 2143.81 478.816 c
+2143.81 475.098 2143.18 463.313 2142.24 457.109 c
+2083.96 457.109 l
+2084.59 422.695 2092.63 406.262 2110.94 406.262 c
+2120.54 406.262 2127.05 412.461 2133.26 420.84 c
+2138.22 399.758 l
+f
+2174.47 390.449 m
+2174.47 531.836 l
+2196.5 535.867 l
+2196.5 390.449 l
+2174.47 390.449 l
+h
+2169.82 582.371 m
+2169.82 591.992 2175.41 600.359 2185.64 600.359 c
+2195.88 600.359 2201.46 591.992 2201.46 582.371 c
+2201.46 572.766 2195.88 564.395 2185.64 564.395 c
+2175.41 564.395 2169.82 572.766 2169.82 582.371 c
+f
+2287.32 392.93 m
+2281.44 388.898 2273.06 386.414 2266.87 386.414 c
+2251.05 386.414 2235.86 394.48 2235.86 430.449 c
+2235.86 511.063 l
+2221.6 512.617 l
+2221.6 527.5 l
+2235.86 533.074 l
+2235.86 565.012 l
+2257.87 565.012 l
+2257.87 532.461 l
+2286.4 532.461 l
+2285.15 512.617 l
+2257.87 512.617 l
+2257.87 428.281 l
+2257.87 411.848 2263.45 406.57 2270.58 406.57 c
+2275.23 406.57 2280.82 409.68 2284.55 413.086 c
+2287.32 392.93 l
+f
+2437.38 468.273 m
+2411.64 468.273 l
+2411.64 489.98 l
+2458.45 489.98 l
+2458.45 404.402 l
+2448.85 392.313 2434.9 386.414 2420.02 386.414 c
+2383.42 386.414 2361.4 418.359 2361.4 487.188 c
+2361.4 552.605 2382.81 588.273 2419.08 588.273 c
+2433.96 588.273 2446.99 582.996 2456.29 572.449 c
+2450.1 550.438 l
+2441.72 560.051 2431.79 566.875 2420.33 566.875 c
+2395.82 566.875 2385.29 538.66 2385.29 488.113 c
+2385.29 435.41 2398.01 407.195 2422.19 407.195 c
+2427.77 407.195 2432.42 408.738 2437.38 411.848 c
+2437.38 468.273 l
+f
+2548.67 479.746 m
+2548.67 506.414 2542.46 516.641 2531.31 516.641 c
+2520.45 516.641 2511.46 501.453 2510.21 474.473 c
+2548.67 474.473 l
+2548.67 479.746 l
+h
+2564.16 399.758 m
+2556.42 391.379 2548.04 386.414 2534.39 386.414 c
+2503.71 386.414 2487.26 411.848 2487.26 461.145 c
+2487.26 511.063 2507.11 536.484 2532.54 536.484 c
+2558.28 536.484 2569.74 515.098 2569.74 478.816 c
+2569.74 475.098 2569.12 463.313 2568.2 457.109 c
+2509.9 457.109 l
+2510.52 422.695 2518.59 406.262 2536.87 406.262 c
+2546.5 406.262 2553.01 412.461 2559.2 420.84 c
+2564.16 399.758 l
+f
+2659.02 390.449 m
+2659.02 496.492 l
+2659.02 509.512 2653.45 515.098 2644.45 515.098 c
+2637.01 515.098 2628.65 507.961 2621.81 498.66 c
+2621.81 390.449 l
+2599.8 390.449 l
+2599.8 531.836 l
+2621.81 535.867 l
+2621.81 517.578 l
+2629.26 530.281 2641.35 536.484 2652.2 536.484 c
+2670.82 536.484 2681.03 519.434 2681.03 500.828 c
+2681.03 390.449 l
+2659.02 390.449 l
+f
+2772.48 479.746 m
+2772.48 506.414 2766.29 516.641 2755.11 516.641 c
+2744.27 516.641 2735.27 501.453 2734.04 474.473 c
+2772.48 474.473 l
+2772.48 479.746 l
+h
+2787.99 399.758 m
+2780.23 391.379 2771.85 386.414 2758.22 386.414 c
+2727.52 386.414 2711.09 411.848 2711.09 461.145 c
+2711.09 511.063 2730.94 536.484 2756.36 536.484 c
+2782.09 536.484 2793.57 515.098 2793.57 478.816 c
+2793.57 475.098 2792.95 463.313 2792.01 457.109 c
+2733.73 457.109 l
+2734.35 422.695 2742.4 406.262 2760.7 406.262 c
+2770.31 406.262 2776.81 412.461 2783.02 420.84 c
+2787.99 399.758 l
+f
+2879.43 479.746 m
+2879.43 506.414 2873.24 516.641 2862.07 516.641 c
+2851.23 516.641 2842.22 501.453 2840.99 474.473 c
+2879.43 474.473 l
+2879.43 479.746 l
+h
+2894.94 399.758 m
+2887.19 391.379 2878.81 386.414 2865.17 386.414 c
+2834.47 386.414 2818.04 411.848 2818.04 461.145 c
+2818.04 511.063 2837.89 536.484 2863.32 536.484 c
+2889.04 536.484 2900.52 515.098 2900.52 478.816 c
+2900.52 475.098 2899.9 463.313 2898.96 457.109 c
+2840.68 457.109 l
+2841.31 422.695 2849.35 406.262 2867.65 406.262 c
+2877.26 406.262 2883.77 412.461 2889.98 420.84 c
+2894.94 399.758 l
+f
+2928.71 417.117 m
+2937.09 410.293 2946.07 405.957 2955.08 405.957 c
+2966.85 405.957 2973.98 414.641 2973.98 426.105 c
+2973.98 437.578 2967.79 445.332 2952.91 454.016 c
+2934.61 464.863 2923.75 477.578 2923.75 498.035 c
+2923.75 520.984 2941.11 536.484 2962.83 536.484 c
+2974.29 536.484 2984.84 531.836 2991.66 526.875 c
+2987.01 507.031 l
+2979.26 512.617 2971.19 516.641 2962.52 516.641 c
+2952.28 516.641 2944.84 509.824 2944.84 498.352 c
+2944.84 487.5 2949.49 480.371 2964.69 471.063 c
+2982.67 459.902 2995.08 447.188 2995.08 426.414 c
+2995.08 402.539 2977.71 386.414 2955.7 386.414 c
+2944.22 386.414 2932.44 390.762 2924.06 397.273 c
+2928.71 417.117 l
+f
+3085.58 390.449 m
+3047.75 458.352 l
+3046.52 458.352 l
+3046.52 390.449 l
+3024.51 390.449 l
+3024.51 599.434 l
+3046.52 603.457 l
+3046.52 470.449 l
+3047.75 470.449 l
+3085.58 532.461 l
+3110.39 532.461 l
+3067.91 465.789 l
+3111.33 390.449 l
+3085.58 390.449 l
+f
+3190.06 387.039 m
+3190.06 405.332 l
+3182.61 392.617 3170.52 386.414 3159.67 386.414 c
+3141.07 386.414 3130.84 403.477 3130.84 422.078 c
+3130.84 532.461 l
+3152.85 532.461 l
+3152.85 426.414 l
+3152.85 413.398 3158.44 407.813 3167.42 407.813 c
+3174.86 407.813 3182.93 414.941 3190.06 424.246 c
+3190.06 532.461 l
+3212.07 532.461 l
+3212.07 391.074 l
+3190.06 387.039 l
+f
+3307.56 390.449 m
+3307.56 496.492 l
+3307.56 509.512 3301.97 515.098 3292.99 515.098 c
+3285.54 515.098 3277.17 507.961 3270.35 498.66 c
+3270.35 390.449 l
+3248.34 390.449 l
+3248.34 531.836 l
+3270.35 535.867 l
+3270.35 517.578 l
+3277.79 530.281 3289.88 536.484 3300.74 536.484 c
+3319.33 536.484 3329.57 519.434 3329.57 500.828 c
+3329.57 390.449 l
+3307.56 390.449 l
+f
+3424.43 508.586 m
+3420.39 513.23 3414.2 516.641 3407.99 516.641 c
+3391.87 516.641 3382.58 493.699 3382.58 461.145 c
+3382.58 430.137 3391.25 408.438 3406.13 408.438 c
+3413.26 408.438 3419.78 414.324 3424.43 422.383 c
+3424.43 508.586 l
+h
+3424.43 390.449 m
+3424.43 403.477 l
+3418.22 393.855 3408.92 386.414 3398.38 386.414 c
+3374.51 386.414 3359.63 416.184 3359.63 459.59 c
+3359.63 505.789 3376.68 536.484 3403.34 536.484 c
+3411.72 536.484 3418.53 534.629 3424.43 530.906 c
+3424.43 599.434 l
+3446.44 603.457 l
+3446.44 390.449 l
+3424.43 390.449 l
+f
+3538.51 479.746 m
+3538.51 506.414 3532.3 516.641 3521.15 516.641 c
+3510.29 516.641 3501.31 501.453 3500.06 474.473 c
+3538.51 474.473 l
+3538.51 479.746 l
+h
+3554 399.758 m
+3546.27 391.379 3537.89 386.414 3524.24 386.414 c
+3493.55 386.414 3477.11 411.848 3477.11 461.145 c
+3477.11 511.063 3496.95 536.484 3522.38 536.484 c
+3548.12 536.484 3559.59 515.098 3559.59 478.816 c
+3559.59 475.098 3558.96 463.313 3558.04 457.109 c
+3499.74 457.109 l
+3500.37 422.695 3508.44 406.262 3526.72 406.262 c
+3536.35 406.262 3542.85 412.461 3549.04 420.84 c
+3554 399.758 l
+f
+3699.7 479.746 m
+3699.7 506.414 3693.51 516.641 3682.34 516.641 c
+3671.5 516.641 3662.5 501.453 3661.27 474.473 c
+3699.7 474.473 l
+3699.7 479.746 l
+h
+3715.21 399.758 m
+3707.46 391.379 3699.08 386.414 3685.45 386.414 c
+3654.74 386.414 3638.32 411.848 3638.32 461.145 c
+3638.32 511.063 3658.16 536.484 3683.59 536.484 c
+3709.31 536.484 3720.8 515.098 3720.8 478.816 c
+3720.8 475.098 3720.17 463.313 3719.24 457.109 c
+3660.95 457.109 l
+3661.58 422.695 3669.63 406.262 3687.93 406.262 c
+3697.54 406.262 3704.04 412.461 3710.25 420.84 c
+3715.21 399.758 l
+f
+3810.08 390.449 m
+3810.08 496.492 l
+3810.08 509.512 3804.49 515.098 3795.51 515.098 c
+3788.06 515.098 3779.69 507.961 3772.87 498.66 c
+3772.87 390.449 l
+3750.86 390.449 l
+3750.86 531.836 l
+3772.87 535.867 l
+3772.87 517.578 l
+3780.31 530.281 3792.4 536.484 3803.26 536.484 c
+3821.85 536.484 3832.09 519.434 3832.09 500.828 c
+3832.09 390.449 l
+3810.08 390.449 l
+f
+1582.38 193.273 m
+1556.66 193.273 l
+1556.66 214.98 l
+1603.47 214.98 l
+1603.47 129.402 l
+1593.86 117.313 1579.9 111.414 1565.02 111.414 c
+1528.44 111.414 1506.42 143.359 1506.42 212.188 c
+1506.42 277.605 1527.81 313.273 1564.1 313.273 c
+1578.98 313.273 1591.99 307.996 1601.31 297.449 c
+1595.1 275.438 l
+1586.72 285.051 1576.79 291.875 1565.33 291.875 c
+1540.84 291.875 1530.29 263.66 1530.29 213.113 c
+1530.29 160.41 1543.01 132.195 1567.19 132.195 c
+1572.77 132.195 1577.42 133.738 1582.38 136.848 c
+1582.38 193.273 l
+f
+1693.67 204.746 m
+1693.67 231.414 1687.48 241.641 1676.31 241.641 c
+1665.47 241.641 1656.46 226.453 1655.23 199.473 c
+1693.67 199.473 l
+1693.67 204.746 l
+h
+1709.18 124.758 m
+1701.42 116.379 1693.04 111.414 1679.41 111.414 c
+1648.71 111.414 1632.28 136.848 1632.28 186.145 c
+1632.28 236.063 1652.13 261.484 1677.56 261.484 c
+1703.28 261.484 1714.76 240.098 1714.76 203.816 c
+1714.76 200.098 1714.14 188.313 1713.2 182.109 c
+1654.92 182.109 l
+1655.54 147.695 1663.59 131.262 1681.89 131.262 c
+1691.5 131.262 1698.01 137.461 1704.22 145.84 c
+1709.18 124.758 l
+f
+1734.88 115.449 m
+1734.88 136.531 l
+1787.91 237.617 l
+1736.44 237.617 l
+1736.44 257.461 l
+1809.92 257.461 l
+1809.92 236.379 l
+1756.91 135.293 l
+1809.92 135.293 l
+1809.92 115.449 l
+1734.88 115.449 l
+f
+1900.45 186.145 m
+1900.45 223.352 1893.01 241.641 1876.89 241.641 c
+1860.76 241.641 1853.63 222.734 1853.63 186.453 c
+1853.63 149.246 1860.76 131.262 1876.89 131.262 c
+1893.01 131.262 1900.45 150.488 1900.45 186.145 c
+h
+1830.68 186.145 m
+1830.68 235.137 1847.75 261.484 1877.52 261.484 c
+1907.28 261.484 1923.4 236.063 1923.4 186.77 c
+1923.4 137.773 1905.72 111.414 1876.58 111.414 c
+1847.13 111.414 1830.68 136.848 1830.68 186.145 c
+f
+2013.3 115.449 m
+2013.3 221.492 l
+2013.3 234.512 2007.71 240.098 1998.73 240.098 c
+1991.29 240.098 1982.91 232.961 1976.09 223.66 c
+1976.09 115.449 l
+1954.08 115.449 l
+1954.08 256.836 l
+1976.09 260.867 l
+1976.09 242.578 l
+1983.53 255.281 1995.62 261.484 2006.48 261.484 c
+2025.08 261.484 2035.31 244.434 2035.31 225.828 c
+2035.31 115.449 l
+2013.3 115.449 l
+f
+2130.15 233.586 m
+2126.13 238.23 2119.92 241.641 2113.73 241.641 c
+2097.6 241.641 2088.3 218.699 2088.3 186.145 c
+2088.3 155.137 2096.99 133.438 2111.87 133.438 c
+2119 133.438 2125.51 139.324 2130.15 147.383 c
+2130.15 233.586 l
+h
+2130.15 115.449 m
+2130.15 128.477 l
+2123.96 118.855 2114.67 111.414 2104.12 111.414 c
+2080.23 111.414 2065.35 141.184 2065.35 184.59 c
+2065.35 230.789 2082.42 261.484 2109.08 261.484 c
+2117.44 261.484 2124.27 259.629 2130.15 255.906 c
+2130.15 324.434 l
+2152.17 328.457 l
+2152.17 115.449 l
+2130.15 115.449 l
+f
+2247.65 115.449 m
+2247.65 221.492 l
+2247.65 234.512 2242.09 240.098 2233.08 240.098 c
+2225.64 240.098 2217.28 232.961 2210.45 223.66 c
+2210.45 115.449 l
+2188.44 115.449 l
+2188.44 324.434 l
+2210.45 328.457 l
+2210.45 242.578 l
+2217.89 255.281 2229.98 261.484 2240.84 261.484 c
+2259.45 261.484 2269.67 244.434 2269.67 225.828 c
+2269.67 115.449 l
+2247.65 115.449 l
+f
+2361.11 204.746 m
+2361.11 231.414 2354.92 241.641 2343.75 241.641 c
+2332.91 241.641 2323.9 226.453 2322.67 199.473 c
+2361.11 199.473 l
+2361.11 204.746 l
+h
+2376.62 124.758 m
+2368.86 116.379 2360.49 111.414 2346.85 111.414 c
+2316.15 111.414 2299.72 136.848 2299.72 186.145 c
+2299.72 236.063 2319.57 261.484 2345 261.484 c
+2370.72 261.484 2382.2 240.098 2382.2 203.816 c
+2382.2 200.098 2381.58 188.313 2380.64 182.109 c
+2322.36 182.109 l
+2322.99 147.695 2331.03 131.262 2349.33 131.262 c
+2358.94 131.262 2365.45 137.461 2371.66 145.84 c
+2376.62 124.758 l
+f
+2412.87 115.449 m
+2412.87 256.836 l
+2434.9 260.867 l
+2434.9 115.449 l
+2412.87 115.449 l
+h
+2408.22 307.371 m
+2408.22 316.992 2413.81 325.359 2424.04 325.359 c
+2434.27 325.359 2439.86 316.992 2439.86 307.371 c
+2439.86 297.766 2434.27 289.395 2424.04 289.395 c
+2413.81 289.395 2408.22 297.766 2408.22 307.371 c
+f
+2530.99 233.586 m
+2526.97 238.23 2520.76 241.641 2514.57 241.641 c
+2498.44 241.641 2489.14 218.699 2489.14 186.145 c
+2489.14 155.137 2497.83 133.438 2512.71 133.438 c
+2519.84 133.438 2526.35 139.324 2530.99 147.383 c
+2530.99 233.586 l
+h
+2530.99 115.449 m
+2530.99 128.477 l
+2524.8 118.855 2515.51 111.414 2504.96 111.414 c
+2481.07 111.414 2466.19 141.184 2466.19 184.59 c
+2466.19 230.789 2483.26 261.484 2509.92 261.484 c
+2518.28 261.484 2525.11 259.629 2530.99 255.906 c
+2530.99 324.434 l
+2553.01 328.457 l
+2553.01 115.449 l
+2530.99 115.449 l
+f
+2587.4 142.117 m
+2595.78 135.293 2604.76 130.957 2613.77 130.957 c
+2625.54 130.957 2632.67 139.641 2632.67 151.105 c
+2632.67 162.578 2626.48 170.332 2611.6 179.016 c
+2593.3 189.863 2582.44 202.578 2582.44 223.035 c
+2582.44 245.984 2599.8 261.484 2621.52 261.484 c
+2632.99 261.484 2643.53 256.836 2650.35 251.875 c
+2645.7 232.031 l
+2637.95 237.617 2629.88 241.641 2621.21 241.641 c
+2610.97 241.641 2603.53 234.824 2603.53 223.352 c
+2603.53 212.5 2608.18 205.371 2623.38 196.063 c
+2641.36 184.902 2653.77 172.188 2653.77 151.414 c
+2653.77 127.539 2636.4 111.414 2614.39 111.414 c
+2602.91 111.414 2591.13 115.762 2582.75 122.273 c
+2587.4 142.117 l
+f
+2761.33 114.523 m
+2741.19 221.797 l
+2721.03 114.523 l
+2698.71 114.523 l
+2671.42 257.461 l
+2693.44 257.461 l
+2710.8 150.176 l
+2730.64 257.461 l
+2751.72 257.461 l
+2771.56 150.176 l
+2788.92 257.461 l
+2810.94 257.461 l
+2783.65 114.523 l
+2761.33 114.523 l
+f
+2891.23 204.746 m
+2891.23 231.414 2885.04 241.641 2873.86 241.641 c
+2863.02 241.641 2854.02 226.453 2852.79 199.473 c
+2891.23 199.473 l
+2891.23 204.746 l
+h
+2906.74 124.758 m
+2898.98 116.379 2890.6 111.414 2876.97 111.414 c
+2846.27 111.414 2829.84 136.848 2829.84 186.145 c
+2829.84 236.063 2849.69 261.484 2875.11 261.484 c
+2900.84 261.484 2912.32 240.098 2912.32 203.816 c
+2912.32 200.098 2911.7 188.313 2910.76 182.109 c
+2852.48 182.109 l
+2853.1 147.695 2861.15 131.262 2879.45 131.262 c
+2889.06 131.262 2895.56 137.461 2901.77 145.84 c
+2906.74 124.758 l
+f
+2993.85 117.93 m
+2987.95 113.898 2979.59 111.414 2973.38 111.414 c
+2957.58 111.414 2942.38 119.48 2942.38 155.449 c
+2942.38 236.063 l
+2928.1 237.617 l
+2928.1 252.5 l
+2942.38 258.074 l
+2942.38 290.012 l
+2964.39 290.012 l
+2964.39 257.461 l
+2992.91 257.461 l
+2991.68 237.617 l
+2964.39 237.617 l
+2964.39 153.281 l
+2964.39 136.848 2969.98 131.57 2977.11 131.57 c
+2981.76 131.57 2987.34 134.68 2991.05 138.086 c
+2993.85 117.93 l
+f
+3071.03 204.746 m
+3071.03 231.414 3064.82 241.641 3053.67 241.641 c
+3042.81 241.641 3033.83 226.453 3032.58 199.473 c
+3071.03 199.473 l
+3071.03 204.746 l
+h
+3086.52 124.758 m
+3078.79 116.379 3070.41 111.414 3056.76 111.414 c
+3026.07 111.414 3009.63 136.848 3009.63 186.145 c
+3009.63 236.063 3029.47 261.484 3054.9 261.484 c
+3080.64 261.484 3092.11 240.098 3092.11 203.816 c
+3092.11 200.098 3091.48 188.313 3090.56 182.109 c
+3032.26 182.109 l
+3032.89 147.695 3040.95 131.262 3059.24 131.262 c
+3068.86 131.262 3075.37 137.461 3081.56 145.84 c
+3086.52 124.758 l
+f
+3181.38 115.449 m
+3181.38 221.492 l
+3181.38 234.512 3175.82 240.098 3166.81 240.098 c
+3159.37 240.098 3151.01 232.961 3144.18 223.66 c
+3144.18 115.449 l
+3122.17 115.449 l
+3122.17 256.836 l
+3144.18 260.867 l
+3144.18 242.578 l
+3151.62 255.281 3163.71 261.484 3174.57 261.484 c
+3193.18 261.484 3203.4 244.434 3203.4 225.828 c
+3203.4 115.449 l
+3181.38 115.449 l
+f
+3237.19 142.117 m
+3245.56 135.293 3254.55 130.957 3263.53 130.957 c
+3275.33 130.957 3282.46 139.641 3282.46 151.105 c
+3282.46 162.578 3276.25 170.332 3261.36 179.016 c
+3243.08 189.863 3232.22 202.578 3232.22 223.035 c
+3232.22 245.984 3249.59 261.484 3271.29 261.484 c
+3282.77 261.484 3293.3 256.836 3300.13 251.875 c
+3295.47 232.031 l
+3287.73 237.617 3279.67 241.641 3270.97 241.641 c
+3260.74 241.641 3253.3 234.824 3253.3 223.352 c
+3253.3 212.5 3257.97 205.371 3273.14 196.063 c
+3291.13 184.902 3303.53 172.188 3303.53 151.414 c
+3303.53 127.539 3286.17 111.414 3264.16 111.414 c
+3252.69 111.414 3240.9 115.762 3232.54 122.273 c
+3237.19 142.117 l
+f
+3403.98 124.758 m
+3396.83 116.379 3386.62 111.414 3374.22 111.414 c
+3344.45 111.414 3327.38 136.848 3327.38 186.145 c
+3327.38 235.137 3344.74 261.484 3375.45 261.484 c
+3387.54 261.484 3396.83 256.836 3404.27 249.082 c
+3399.02 227.07 l
+3394.06 235.137 3384.43 241.641 3376.7 241.641 c
+3358.08 241.641 3350.33 222.734 3350.33 186.453 c
+3350.33 149.246 3358.4 131.262 3377.61 131.262 c
+3385.68 131.262 3393.12 137.461 3399.02 145.84 c
+3403.98 124.758 l
+f
+3491.7 115.449 m
+3491.7 221.492 l
+3491.7 234.512 3486.13 240.098 3477.13 240.098 c
+3469.69 240.098 3461.33 232.961 3454.49 223.66 c
+3454.49 115.449 l
+3432.48 115.449 l
+3432.48 324.434 l
+3454.49 328.457 l
+3454.49 242.578 l
+3461.93 255.281 3474.02 261.484 3484.88 261.484 c
+3503.49 261.484 3513.71 244.434 3513.71 225.828 c
+3513.71 115.449 l
+3491.7 115.449 l
+f
+3598.04 186.453 m
+3574.16 182.422 3565.17 167.852 3565.17 152.344 c
+3565.17 139.016 3571.68 132.5 3580.68 132.5 c
+3587.19 132.5 3593.69 139.324 3598.04 146.453 c
+3598.04 186.453 l
+h
+3628.73 112.656 m
+3612.93 110.801 3603.01 115.449 3599.27 127.234 c
+3598.04 127.234 l
+3593.69 118.555 3585.64 111.414 3571.99 111.414 c
+3555.56 111.414 3542.54 127.539 3542.54 149.863 c
+3542.54 175.906 3559.27 199.785 3598.04 203.191 c
+3598.04 215.906 l
+3598.04 230.789 3592.77 241.34 3578.81 241.34 c
+3570.45 241.34 3558.65 234.512 3549.67 224.902 c
+3546.25 245.676 l
+3554.94 255.598 3569.51 261.484 3581.6 261.484 c
+3608.57 261.484 3620.06 239.785 3620.06 216.836 c
+3620.06 141.492 l
+3620.06 134.363 3622.85 131.262 3630.58 131.262 c
+3628.73 112.656 l
+f
+3681.42 139.324 m
+3685.45 134.68 3691.66 131.262 3697.85 131.262 c
+3713.98 131.262 3723.28 154.211 3723.28 186.77 c
+3723.28 217.773 3714.59 239.473 3699.7 239.473 c
+3692.58 239.473 3686.07 233.898 3681.42 225.52 c
+3681.42 139.324 l
+h
+3659.41 45.9961 m
+3659.41 256.836 l
+3681.42 260.867 l
+3681.42 244.434 l
+3687.3 254.355 3696.93 261.484 3707.46 261.484 c
+3731.35 261.484 3746.23 231.719 3746.23 188.313 c
+3746.23 142.117 3729.18 111.414 3702.5 111.414 c
+3694.14 111.414 3687.3 113.281 3681.42 117.004 c
+3681.42 45.9961 l
+3659.41 45.9961 l
+f
+3798.9 139.324 m
+3802.95 134.68 3809.14 131.262 3815.35 131.262 c
+3831.46 131.262 3840.76 154.211 3840.76 186.77 c
+3840.76 217.773 3832.09 239.473 3817.2 239.473 c
+3810.08 239.473 3803.55 233.898 3798.9 225.52 c
+3798.9 139.324 l
+h
+3776.89 45.9961 m
+3776.89 256.836 l
+3798.9 260.867 l
+3798.9 244.434 l
+3804.8 254.355 3814.41 261.484 3824.96 261.484 c
+3848.83 261.484 3863.71 231.719 3863.71 188.313 c
+3863.71 142.117 3846.66 111.414 3820 111.414 c
+3811.62 111.414 3804.8 113.281 3798.9 117.004 c
+3798.9 45.9961 l
+3776.89 45.9961 l
+f
+3952.67 204.746 m
+3952.67 231.414 3946.48 241.641 3935.31 241.641 c
+3924.47 241.641 3915.47 226.453 3914.24 199.473 c
+3952.67 199.473 l
+3952.67 204.746 l
+h
+3968.18 124.758 m
+3960.43 116.379 3952.05 111.414 3938.42 111.414 c
+3907.71 111.414 3891.29 136.848 3891.29 186.145 c
+3891.29 236.063 3911.13 261.484 3936.56 261.484 c
+3962.28 261.484 3973.77 240.098 3973.77 203.816 c
+3973.77 200.098 3973.14 188.313 3972.2 182.109 c
+3913.92 182.109 l
+3914.55 147.695 3922.6 131.262 3940.9 131.262 c
+3950.51 131.262 3957.01 137.461 3963.22 145.84 c
+3968.18 124.758 l
+f
+4063.04 115.449 m
+4063.04 221.492 l
+4063.04 234.512 4057.46 240.098 4048.47 240.098 c
+4041.03 240.098 4032.65 232.961 4025.84 223.66 c
+4025.84 115.449 l
+4003.83 115.449 l
+4003.83 256.836 l
+4025.84 260.867 l
+4025.84 242.578 l
+4033.28 255.281 4045.37 261.484 4056.23 261.484 c
+4074.82 261.484 4085.06 244.434 4085.06 225.828 c
+4085.06 115.449 l
+4063.04 115.449 l
+f
+1310.06 115.098 m
+1310.06 115.098 l
+1294.41 115.098 1281.72 127.781 1281.72 143.438 c
+1281.72 557.297 l
+1281.72 572.949 1294.41 585.645 1310.06 585.645 c
+1325.72 585.645 1338.41 572.949 1338.41 557.297 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