summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-mono-white.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-mono-white.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-mono-white.eps1469
1 files changed, 1469 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-mono-white.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-mono-white.eps
new file mode 100644
index 00000000000..2c983392654
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-mono-white.eps
@@ -0,0 +1,1469 @@
+%!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 442 103
+%%HiResBoundingBox: 0 0 442 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 442 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4417.68 1020.47 re
+W
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+757.438 446.73 m
+756.527 327.145 675.672 182.934 474.719 182.934 c
+267.688 182.934 177.82 320.543 177.82 454.711 c
+177.82 808.922 l
+321.215 808.922 l
+321.215 461.996 l
+321.215 332.633 409.387 267.398 496.473 267.398 c
+608.289 267.398 659.02 356.617 654.695 479.992 c
+500.086 558.09 406.051 506.383 406.051 506.383 c
+406.051 506.383 453.629 689.547 654.695 623.551 c
+654.695 808.922 l
+757.609 808.922 l
+757.609 588.645 l
+885.637 552.34 926.613 578.551 952.238 608.137 c
+971.418 533.605 904.164 424.125 757.438 446.73 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.0195 l
+-0.003906 22.9648 22.9609 0 51.0234 0 c
+969.449 0 l
+997.512 0 1020.47 22.9648 1020.47 51.0195 c
+1020.47 969.445 l
+1020.47 997.512 997.512 1020.47 969.449 1020.47 c
+f
+1354.85 725.012 m
+1314.38 725.012 1282.07 746.039 1282.07 789.387 c
+1282.07 906.84 l
+1319.9 906.84 l
+1319.9 793.859 l
+1319.9 765.48 1341.19 754.711 1359.31 754.711 c
+1378.76 754.711 1396.89 765.48 1396.89 792.805 c
+1396.89 906.84 l
+1434.21 906.84 l
+1434.21 792.805 l
+1434.21 748.664 1402.67 725.012 1354.85 725.012 c
+f
+1561.95 728.168 m
+1561.95 809.094 l
+1561.95 827.758 1551.97 837.211 1535.42 837.211 c
+1525.95 837.211 1516.77 834.32 1510.19 830.121 c
+1510.19 728.168 l
+1475.24 728.168 l
+1475.24 860.863 l
+1508.87 863.488 l
+1508.36 845.102 l
+1509.4 845.102 l
+1519.13 855.871 1535.15 865.324 1553.55 865.324 c
+1577.19 865.324 1596.64 849.563 1596.64 819.348 c
+1596.64 728.168 l
+1561.95 728.168 l
+f
+1633.46 728.168 m
+1633.46 862.172 l
+1668.68 862.172 l
+1668.68 728.168 l
+1633.46 728.168 l
+h
+1651.07 886.879 m
+1641.08 886.879 1632.67 895.285 1632.67 905.531 c
+1632.67 915.773 1641.08 923.656 1651.07 923.656 c
+1661.32 923.656 1669.46 915.773 1669.46 905.531 c
+1669.46 895.285 1661.32 886.879 1651.07 886.879 c
+f
+1770.64 727.387 m
+1741.21 727.387 l
+1687.6 862.172 l
+1727.02 862.172 l
+1750.94 791.234 l
+1754.87 780.199 1758.02 761.273 1758.02 761.273 c
+1758.02 761.273 1761.18 779.934 1765.12 791.234 c
+1789.03 862.172 l
+1824.5 862.172 l
+1770.64 727.387 l
+f
+1897.06 842.465 m
+1880.24 842.465 1869.73 826.438 1867.9 810.414 c
+1924.38 810.414 l
+1924.38 828.02 1914.4 842.465 1897.06 842.465 c
+h
+1955.39 790.18 m
+1866.58 790.18 l
+1867.37 768.109 1882.09 751.293 1906.78 751.293 c
+1922.55 751.293 1936.74 754.711 1952.5 760.758 c
+1950.93 736.051 l
+1934.64 729.484 1918.61 725.277 1897.32 725.277 c
+1857.12 725.277 1832.68 753.129 1832.68 792.543 c
+1832.68 835.375 1860.53 865.324 1899.95 865.324 c
+1938.05 865.324 1956.71 839.32 1956.71 809.359 c
+1956.71 803.313 1956.18 794.906 1955.39 790.18 c
+f
+2062.9 825.648 m
+2056.06 829.594 2047.14 832.219 2038.73 832.219 c
+2030.58 832.219 2022.69 828.805 2018.23 824.074 c
+2018.23 728.168 l
+1983.28 728.168 l
+1983.28 860.863 l
+2016.39 863.754 l
+2015.34 839.84 l
+2016.39 839.84 l
+2023.22 854.816 2036.1 865.324 2050.54 865.324 c
+2056.85 865.324 2063.95 863.754 2068.42 861.129 c
+2062.9 825.648 l
+f
+2120.47 725.277 m
+2103.12 725.277 2089.2 728.961 2077.63 735.266 c
+2081.58 761.535 l
+2093.66 755.238 2108.64 751.027 2121.52 751.027 c
+2132.56 751.027 2142.54 754.711 2142.54 764.43 c
+2142.54 785.719 2081.84 780.98 2081.84 823.813 c
+2081.84 850.871 2106.54 865.324 2135.18 865.324 c
+2149.37 865.324 2164.08 861.391 2173.81 857.18 c
+2169.86 831.957 l
+2159.62 835.902 2145.95 839.574 2133.34 839.574 c
+2123.88 839.574 2115.74 835.902 2115.74 828.285 c
+2115.74 807.262 2176.7 811.469 2176.7 769.164 c
+2176.7 739.992 2151.21 725.277 2120.47 725.277 c
+f
+2204.3 728.168 m
+2204.3 862.172 l
+2239.52 862.172 l
+2239.52 728.168 l
+2204.3 728.168 l
+h
+2221.91 886.879 m
+2211.92 886.879 2203.51 895.285 2203.51 905.531 c
+2203.51 915.773 2211.92 923.656 2221.91 923.656 c
+2232.16 923.656 2240.3 915.773 2240.3 905.531 c
+2240.3 895.285 2232.16 886.879 2221.91 886.879 c
+f
+2317.58 725.277 m
+2293.93 725.277 2278.69 739.992 2278.69 762.594 c
+2278.69 770.211 2279.48 805.16 2279.48 826.176 c
+2279.48 837.473 l
+2266.86 837.473 l
+2266.86 851.137 l
+2310.22 891.344 l
+2313.64 891.344 l
+2313.64 862.172 l
+2356.2 862.172 l
+2356.2 837.473 l
+2313.64 837.473 l
+2313.64 835.375 2313.11 792.543 2313.11 774.418 c
+2313.11 760.227 2321.52 753.922 2334.39 753.922 c
+2341.23 753.922 2349.37 754.711 2357.25 757.34 c
+2357.25 733.156 l
+2345.95 728.43 2332.56 725.277 2317.58 725.277 c
+f
+2433.47 842.465 m
+2416.66 842.465 2406.15 826.438 2404.31 810.414 c
+2460.8 810.414 l
+2460.8 828.02 2450.82 842.465 2433.47 842.465 c
+h
+2491.8 790.18 m
+2403 790.18 l
+2403.79 768.109 2418.5 751.293 2443.2 751.293 c
+2458.96 751.293 2473.15 754.711 2488.91 760.758 c
+2487.34 736.051 l
+2471.05 729.484 2455.03 725.277 2433.74 725.277 c
+2393.53 725.277 2369.1 753.129 2369.1 792.543 c
+2369.1 835.375 2396.95 865.324 2436.36 865.324 c
+2474.47 865.324 2493.12 839.32 2493.12 809.359 c
+2493.12 803.313 2492.6 794.906 2491.8 790.18 c
+f
+2520.48 728.168 m
+2520.48 862.172 l
+2555.69 862.172 l
+2555.69 728.168 l
+2520.48 728.168 l
+h
+2538.08 886.879 m
+2528.09 886.879 2519.69 895.285 2519.69 905.531 c
+2519.69 915.773 2528.09 923.656 2538.08 923.656 c
+2548.33 923.656 2556.47 915.773 2556.47 905.531 c
+2556.47 895.285 2548.33 886.879 2538.08 886.879 c
+f
+2633.75 725.277 m
+2610.1 725.277 2594.86 739.992 2594.86 762.594 c
+2594.86 770.211 2595.65 805.16 2595.65 826.176 c
+2595.65 837.473 l
+2583.03 837.473 l
+2583.03 851.137 l
+2626.39 891.344 l
+2629.81 891.344 l
+2629.81 862.172 l
+2672.37 862.172 l
+2672.37 837.473 l
+2629.81 837.473 l
+2629.81 835.375 2629.28 792.543 2629.28 774.418 c
+2629.28 760.227 2637.69 753.922 2650.56 753.922 c
+2657.4 753.922 2665.54 754.711 2673.43 757.34 c
+2673.43 733.156 l
+2662.13 728.43 2648.73 725.277 2633.75 725.277 c
+f
+2822.18 854.289 m
+2819.81 861.391 2817.7 875.316 2817.7 875.316 c
+2817.7 875.316 2815.6 861.918 2812.98 854.289 c
+2794.59 800.688 l
+2840.83 800.688 l
+2822.18 854.289 l
+h
+2863.95 728.168 m
+2847.66 775.199 l
+2788.02 775.199 l
+2772.25 728.168 l
+2733.62 728.168 l
+2798.52 906.84 l
+2840.04 906.84 l
+2904.94 728.168 l
+2863.95 728.168 l
+f
+3012.46 728.168 m
+3012.46 809.094 l
+3012.46 827.758 3002.48 837.211 2985.93 837.211 c
+2976.46 837.211 2967.27 834.32 2960.7 830.121 c
+2960.7 728.168 l
+2925.75 728.168 l
+2925.75 860.863 l
+2959.38 863.488 l
+2958.86 845.102 l
+2959.91 845.102 l
+2969.64 855.871 2985.66 865.324 3004.06 865.324 c
+3027.7 865.324 3047.15 849.563 3047.15 819.348 c
+3047.15 728.168 l
+3012.46 728.168 l
+f
+3123.12 725.277 m
+3099.48 725.277 3084.24 739.992 3084.24 762.594 c
+3084.24 770.211 3085.03 805.16 3085.03 826.176 c
+3085.03 837.473 l
+3072.41 837.473 l
+3072.41 851.137 l
+3115.77 891.344 l
+3119.19 891.344 l
+3119.19 862.172 l
+3161.75 862.172 l
+3161.75 837.473 l
+3119.19 837.473 l
+3119.19 835.375 3118.66 792.543 3118.66 774.418 c
+3118.66 760.227 3127.07 753.922 3139.94 753.922 c
+3146.77 753.922 3154.92 754.711 3162.8 757.34 c
+3162.8 733.156 l
+3151.5 728.43 3138.1 725.277 3123.12 725.277 c
+f
+3333.36 727.387 m
+3305.51 727.387 l
+3280.02 793.859 l
+3276.07 804.105 3273.44 821.715 3273.44 821.715 c
+3273.44 821.715 3269.5 804.367 3265.83 793.859 c
+3241.12 727.387 l
+3214.06 727.387 l
+3168.08 862.172 l
+3206.44 862.172 l
+3225.36 796.223 l
+3228.51 785.719 3231.67 765.48 3231.67 765.48 c
+3231.67 765.48 3235.6 785.188 3239.28 795.961 c
+3262.67 862.172 l
+3288.43 862.172 l
+3312.86 795.961 l
+3317.06 785.188 3320.21 766.012 3320.21 766.012 c
+3320.21 766.012 3323.1 785.719 3326.52 796.488 c
+3345.17 862.172 l
+3379.6 862.172 l
+3333.36 727.387 l
+f
+3454.27 842.465 m
+3437.45 842.465 3426.94 826.438 3425.1 810.414 c
+3481.59 810.414 l
+3481.59 828.02 3471.61 842.465 3454.27 842.465 c
+h
+3512.6 790.18 m
+3423.79 790.18 l
+3424.58 768.109 3439.29 751.293 3463.99 751.293 c
+3479.75 751.293 3493.94 754.711 3509.7 760.758 c
+3508.13 736.051 l
+3491.84 729.484 3475.82 725.277 3454.53 725.277 c
+3414.32 725.277 3389.89 753.129 3389.89 792.543 c
+3389.89 835.375 3417.74 865.324 3457.16 865.324 c
+3495.26 865.324 3513.91 839.32 3513.91 809.359 c
+3513.91 803.313 3513.39 794.906 3512.6 790.18 c
+f
+3620.1 825.648 m
+3613.27 829.594 3604.34 832.219 3595.94 832.219 c
+3587.79 832.219 3579.9 828.805 3575.44 824.074 c
+3575.44 728.168 l
+3540.49 728.168 l
+3540.49 860.863 l
+3573.6 863.754 l
+3572.55 839.84 l
+3573.6 839.84 l
+3580.43 854.816 3593.31 865.324 3607.75 865.324 c
+3614.06 865.324 3621.16 863.754 3625.62 861.129 c
+3620.1 825.648 l
+f
+3704.21 837.738 m
+3695.28 837.738 3686.35 834.848 3680.3 830.648 c
+3680.3 756.809 l
+3685.29 753.391 3694.23 751.027 3701.84 751.027 c
+3724.97 751.027 3738.1 769.43 3738.1 793.859 c
+3738.1 821.184 3724.7 837.738 3704.21 837.738 c
+h
+3700.27 726.332 m
+3692.91 726.332 3684.76 728.168 3680.3 730.531 c
+3680.3 661.164 l
+3645.35 661.164 l
+3645.35 860.863 l
+3678.98 863.488 l
+3678.46 845.617 l
+3679.51 845.617 l
+3689.24 857.445 3704.47 865.324 3719.45 865.324 c
+3752.56 865.324 3773.58 837.211 3773.58 799.906 c
+3773.58 755.758 3744.94 726.332 3700.27 726.332 c
+f
+3853.76 842.465 m
+3836.94 842.465 3826.43 826.438 3824.6 810.414 c
+3881.08 810.414 l
+3881.08 828.02 3871.1 842.465 3853.76 842.465 c
+h
+3912.09 790.18 m
+3823.28 790.18 l
+3824.07 768.109 3838.79 751.293 3863.48 751.293 c
+3879.25 751.293 3893.44 754.711 3909.2 760.758 c
+3907.62 736.051 l
+3891.34 729.484 3875.31 725.277 3854.02 725.277 c
+3813.82 725.277 3789.38 753.129 3789.38 792.543 c
+3789.38 835.375 3817.23 865.324 3856.65 865.324 c
+3894.75 865.324 3913.41 839.32 3913.41 809.359 c
+3913.41 803.313 3912.88 794.906 3912.09 790.18 c
+f
+4026.68 728.168 m
+4026.68 809.094 l
+4026.68 827.758 4016.7 837.211 4000.14 837.211 c
+3990.68 837.211 3981.49 834.32 3974.92 830.121 c
+3974.92 728.168 l
+3939.97 728.168 l
+3939.97 860.863 l
+3973.6 863.488 l
+3973.08 845.102 l
+3974.13 845.102 l
+3983.85 855.871 3999.88 865.324 4018.28 865.324 c
+4041.92 865.324 4061.36 849.563 4061.36 819.348 c
+4061.36 728.168 l
+4026.68 728.168 l
+f
+1509.21 390.465 34.11 193.789 re
+f
+1658.34 485.961 m
+1658.34 537.426 1650.27 557.895 1632.91 557.895 c
+1614.92 557.895 1607.18 538.051 1607.18 488.754 c
+1607.18 437.281 1615.23 416.82 1632.6 416.82 c
+1650.58 416.82 1658.34 436.664 1658.34 485.961 c
+h
+1571.82 487.512 m
+1571.82 555.414 1595.08 588.59 1632.6 588.59 c
+1670.11 588.59 1693.68 559.445 1693.68 487.199 c
+1693.68 419.301 1670.43 386.117 1632.91 386.117 c
+1595.39 386.117 1571.82 415.27 1571.82 487.512 c
+f
+1763.1 421.156 m
+1780.15 421.156 1787.6 430.465 1787.6 448.129 c
+1787.6 466.73 1778.61 473.559 1759.69 473.559 c
+1755.35 473.559 l
+1755.35 421.156 l
+1763.1 421.156 l
+h
+1758.77 501.77 m
+1776.13 501.77 1784.19 509.215 1784.19 528.129 c
+1784.19 545.18 1777.06 553.551 1761.86 553.551 c
+1755.35 553.551 l
+1755.35 501.77 l
+1758.77 501.77 l
+h
+1721.56 390.465 m
+1721.56 584.254 l
+1766.82 584.254 l
+1804.65 584.254 1819.23 564.406 1819.23 533.703 c
+1819.23 511.691 1811.16 497.121 1796.59 490.609 c
+1812.09 483.793 1822.95 467.355 1822.95 445.961 c
+1822.95 412.789 1807.44 390.465 1767.44 390.465 c
+1721.56 390.465 l
+f
+2011.1 390.465 23.25 193.789 re
+f
+2133.25 390.465 m
+2133.25 496.496 l
+2133.25 509.523 2127.67 515.102 2118.68 515.102 c
+2111.24 515.102 2102.87 507.973 2096.04 498.676 c
+2096.04 390.465 l
+2074.03 390.465 l
+2074.03 531.848 l
+2096.04 535.883 l
+2096.04 517.582 l
+2103.48 530.297 2115.58 536.496 2126.43 536.496 c
+2145.04 536.496 2155.27 519.445 2155.27 500.844 c
+2155.27 390.465 l
+2133.25 390.465 l
+f
+2189.04 417.125 m
+2197.42 410.309 2206.4 405.961 2215.4 405.961 c
+2227.19 405.961 2234.31 414.645 2234.31 426.117 c
+2234.31 437.594 2228.11 445.344 2213.23 454.027 c
+2194.94 464.879 2184.08 477.594 2184.08 498.051 c
+2184.08 521 2201.44 536.496 2223.15 536.496 c
+2234.63 536.496 2245.16 531.848 2251.99 526.887 c
+2247.34 507.047 l
+2239.59 512.621 2231.52 516.652 2222.84 516.652 c
+2212.61 516.652 2205.17 509.84 2205.17 498.363 c
+2205.17 487.512 2209.82 480.375 2225.02 471.078 c
+2243 459.914 2255.4 447.199 2255.4 426.43 c
+2255.4 402.555 2238.03 386.43 2216.02 386.43 c
+2204.55 386.43 2192.77 390.777 2184.39 397.281 c
+2189.04 417.125 l
+f
+2335.68 392.945 m
+2329.79 388.91 2321.42 386.43 2315.22 386.43 c
+2299.41 386.43 2284.22 394.496 2284.22 430.465 c
+2284.22 511.078 l
+2269.96 512.621 l
+2269.96 527.504 l
+2284.22 533.09 l
+2284.22 565.023 l
+2306.23 565.023 l
+2306.23 532.465 l
+2334.75 532.465 l
+2333.51 512.621 l
+2306.23 512.621 l
+2306.23 428.285 l
+2306.23 411.859 2311.81 406.586 2318.94 406.586 c
+2323.59 406.586 2329.18 409.684 2332.9 413.102 c
+2335.68 392.945 l
+f
+2360.17 390.465 m
+2360.17 531.848 l
+2382.19 535.883 l
+2382.19 390.465 l
+2360.17 390.465 l
+h
+2355.52 582.387 m
+2355.52 591.996 2361.1 600.375 2371.33 600.375 c
+2381.56 600.375 2387.15 591.996 2387.15 582.387 c
+2387.15 572.777 2381.56 564.406 2371.33 564.406 c
+2361.1 564.406 2355.52 572.777 2355.52 582.387 c
+f
+2473.02 392.945 m
+2467.13 388.91 2458.76 386.43 2452.56 386.43 c
+2436.75 386.43 2421.55 394.496 2421.55 430.465 c
+2421.55 511.078 l
+2407.28 512.621 l
+2407.28 527.504 l
+2421.55 533.09 l
+2421.55 565.023 l
+2443.56 565.023 l
+2443.56 532.465 l
+2472.09 532.465 l
+2470.85 512.621 l
+2443.56 512.621 l
+2443.56 428.285 l
+2443.56 411.859 2449.15 406.586 2456.28 406.586 c
+2460.93 406.586 2466.51 409.684 2470.23 413.102 c
+2473.02 392.945 l
+f
+2555.48 387.055 m
+2555.48 405.348 l
+2548.03 392.633 2535.94 386.43 2525.09 386.43 c
+2506.48 386.43 2496.25 403.48 2496.25 422.086 c
+2496.25 532.465 l
+2518.27 532.465 l
+2518.27 426.43 l
+2518.27 413.402 2523.85 407.828 2532.84 407.828 c
+2540.28 407.828 2548.34 414.957 2555.48 424.262 c
+2555.48 532.465 l
+2577.49 532.465 l
+2577.49 391.078 l
+2555.48 387.055 l
+f
+2672.35 387.055 m
+2672.35 405.348 l
+2664.91 392.633 2652.81 386.43 2641.96 386.43 c
+2623.36 386.43 2613.12 403.48 2613.12 422.086 c
+2613.12 532.465 l
+2635.14 532.465 l
+2635.14 426.43 l
+2635.14 413.402 2640.72 407.828 2649.71 407.828 c
+2657.16 407.828 2665.21 414.957 2672.35 424.262 c
+2672.35 532.465 l
+2694.36 532.465 l
+2694.36 391.078 l
+2672.35 387.055 l
+f
+2784.57 392.945 m
+2778.67 388.91 2770.3 386.43 2764.1 386.43 c
+2748.29 386.43 2733.09 394.496 2733.09 430.465 c
+2733.09 511.078 l
+2718.83 512.621 l
+2718.83 527.504 l
+2733.09 533.09 l
+2733.09 565.023 l
+2755.1 565.023 l
+2755.1 532.465 l
+2783.63 532.465 l
+2782.39 512.621 l
+2755.1 512.621 l
+2755.1 428.285 l
+2755.1 411.859 2760.69 406.586 2767.82 406.586 c
+2772.47 406.586 2778.05 409.684 2781.77 413.102 c
+2784.57 392.945 l
+f
+2883.76 389.535 m
+2850.58 532.465 l
+2872.6 532.465 l
+2896.16 418.676 l
+2920.04 532.465 l
+2942.05 532.465 l
+2908.87 389.535 l
+2883.76 389.535 l
+f
+3027.3 461.156 m
+3027.3 498.363 3019.86 516.652 3003.74 516.652 c
+2987.61 516.652 2980.49 497.738 2980.49 461.469 c
+2980.49 424.262 2987.61 406.273 3003.74 406.273 c
+3019.86 406.273 3027.3 425.504 3027.3 461.156 c
+h
+2957.54 461.156 m
+2957.54 510.141 2974.6 536.496 3004.36 536.496 c
+3034.13 536.496 3050.25 511.078 3050.25 461.77 c
+3050.25 412.789 3032.58 386.43 3003.44 386.43 c
+2973.97 386.43 2957.54 411.859 2957.54 461.156 c
+f
+3147.59 461.156 m
+3147.59 498.363 3140.14 516.652 3124.02 516.652 c
+3107.9 516.652 3100.77 497.738 3100.77 461.469 c
+3100.77 424.262 3107.9 406.273 3124.02 406.273 c
+3140.14 406.273 3147.59 425.504 3147.59 461.156 c
+h
+3077.83 461.156 m
+3077.83 510.141 3094.88 536.496 3124.65 536.496 c
+3154.41 536.496 3170.53 511.078 3170.53 461.77 c
+3170.53 412.789 3152.86 386.43 3123.71 386.43 c
+3094.26 386.43 3077.83 411.859 3077.83 461.156 c
+f
+3201.21 390.465 m
+3201.21 531.848 l
+3223.22 535.883 l
+3223.22 510.766 l
+3228.18 526.887 3236.56 536.496 3248.02 536.496 c
+3253.61 536.496 3258.88 533.703 3263.22 529.984 c
+3258.57 507.047 l
+3254.85 510.453 3250.51 513.859 3245.86 513.859 c
+3237.79 513.859 3229.42 501.77 3223.22 479.762 c
+3223.22 390.465 l
+3201.21 390.465 l
+f
+1597.26 211.578 m
+1597.26 264.293 1587.34 291.891 1563.46 291.891 c
+1539.9 291.891 1530.29 263.668 1530.29 213.129 c
+1530.29 160.426 1541.14 132.828 1563.46 132.828 c
+1587.34 132.828 1597.26 161.039 1597.26 211.578 c
+h
+1506.41 212.203 m
+1506.41 277.621 1526.88 313.277 1563.16 313.277 c
+1600.06 313.277 1621.14 281.344 1621.14 212.516 c
+1621.14 147.086 1600.67 111.43 1564.09 111.43 c
+1527.5 111.43 1506.41 143.363 1506.41 212.203 c
+f
+1712.58 115.465 m
+1712.58 221.5 l
+1712.58 234.527 1707 240.102 1698.01 240.102 c
+1690.56 240.102 1682.19 232.973 1675.37 223.676 c
+1675.37 115.465 l
+1653.36 115.465 l
+1653.36 256.852 l
+1675.37 260.883 l
+1675.37 242.582 l
+1682.81 255.297 1694.9 261.5 1705.76 261.5 c
+1724.36 261.5 1734.59 244.449 1734.59 225.844 c
+1734.59 115.465 l
+1712.58 115.465 l
+f
+1824.18 117.945 m
+1818.29 113.91 1809.92 111.43 1803.72 111.43 c
+1787.91 111.43 1772.71 119.496 1772.71 155.465 c
+1772.71 236.078 l
+1758.45 237.621 l
+1758.45 252.504 l
+1772.71 258.09 l
+1772.71 290.023 l
+1794.72 290.023 l
+1794.72 257.465 l
+1823.25 257.465 l
+1822.01 237.621 l
+1794.72 237.621 l
+1794.72 153.285 l
+1794.72 136.859 1800.31 131.586 1807.44 131.586 c
+1812.09 131.586 1817.67 134.684 1821.39 138.102 c
+1824.18 117.945 l
+f
+1932.38 114.535 m
+1912.22 221.813 l
+1892.07 114.535 l
+1869.74 114.535 l
+1842.46 257.465 l
+1864.47 257.465 l
+1881.83 150.191 l
+1901.68 257.465 l
+1922.76 257.465 l
+1942.6 150.191 l
+1959.97 257.465 l
+1981.99 257.465 l
+1954.7 114.535 l
+1932.38 114.535 l
+f
+2010.17 115.465 m
+2010.17 256.852 l
+2032.19 260.883 l
+2032.19 115.465 l
+2010.17 115.465 l
+h
+2005.52 307.387 m
+2005.52 316.996 2011.1 325.375 2021.33 325.375 c
+2031.56 325.375 2037.15 316.996 2037.15 307.387 c
+2037.15 297.777 2031.56 289.41 2021.33 289.41 c
+2011.1 289.41 2005.52 297.777 2005.52 307.387 c
+f
+2130.15 115.465 m
+2092.32 183.363 l
+2091.08 183.363 l
+2091.08 115.465 l
+2069.07 115.465 l
+2069.07 324.438 l
+2091.08 328.473 l
+2091.08 195.453 l
+2092.32 195.453 l
+2130.15 257.465 l
+2154.96 257.465 l
+2112.48 190.805 l
+2155.89 115.465 l
+2130.15 115.465 l
+f
+2240.2 115.465 m
+2202.37 183.363 l
+2201.13 183.363 l
+2201.13 115.465 l
+2179.12 115.465 l
+2179.12 324.438 l
+2201.13 328.473 l
+2201.13 195.453 l
+2202.37 195.453 l
+2240.2 257.465 l
+2265.01 257.465 l
+2222.53 190.805 l
+2265.94 115.465 l
+2240.2 115.465 l
+f
+2338.79 204.762 m
+2338.79 231.422 2332.59 241.656 2321.42 241.656 c
+2310.57 241.656 2301.58 226.461 2300.34 199.488 c
+2338.79 199.488 l
+2338.79 204.762 l
+h
+2354.29 124.762 m
+2346.54 116.391 2338.16 111.43 2324.53 111.43 c
+2293.83 111.43 2277.4 136.859 2277.4 186.156 c
+2277.4 236.078 2297.24 261.5 2322.66 261.5 c
+2348.4 261.5 2359.87 240.102 2359.87 203.832 c
+2359.87 200.113 2359.26 188.324 2358.32 182.125 c
+2300.03 182.125 l
+2300.65 147.711 2308.71 131.273 2327.01 131.273 c
+2336.62 131.273 2343.12 137.477 2349.33 145.844 c
+2354.29 124.762 l
+f
+2389.93 115.465 m
+2389.93 324.438 l
+2411.94 328.473 l
+2411.94 115.465 l
+2389.93 115.465 l
+f
+2448.83 115.465 m
+2448.83 256.852 l
+2470.85 260.883 l
+2470.85 115.465 l
+2448.83 115.465 l
+h
+2444.18 307.387 m
+2444.18 316.996 2449.76 325.375 2460 325.375 c
+2470.22 325.375 2475.81 316.996 2475.81 307.387 c
+2475.81 297.777 2470.22 289.41 2460 289.41 c
+2449.76 289.41 2444.18 297.777 2444.18 307.387 c
+f
+2566.95 115.465 m
+2566.95 221.5 l
+2566.95 234.527 2561.37 240.102 2552.38 240.102 c
+2544.94 240.102 2536.57 232.973 2529.74 223.676 c
+2529.74 115.465 l
+2507.73 115.465 l
+2507.73 256.852 l
+2529.74 260.883 l
+2529.74 242.582 l
+2537.19 255.297 2549.27 261.5 2560.13 261.5 c
+2578.74 261.5 2588.96 244.449 2588.96 225.844 c
+2588.96 115.465 l
+2566.95 115.465 l
+f
+2676.37 208.48 m
+2676.37 231.117 2670.49 242.582 2659.94 242.582 c
+2650.02 242.582 2642.58 234.215 2642.58 207.555 c
+2642.58 183.363 2649.09 173.441 2659.32 173.441 c
+2669.25 173.441 2676.37 183.051 2676.37 208.48 c
+h
+2634.21 84.457 m
+2634.21 70.1914 2642.89 59.3398 2661.19 59.3398 c
+2677.3 59.3398 2689.7 69.2617 2689.7 87.25 c
+2689.7 102.438 2682.26 109.574 2663.36 109.574 c
+2659.64 109.574 2653.75 109.574 2649.71 110.191 c
+2641.35 105.855 2634.21 97.7891 2634.21 84.457 c
+h
+2691.57 236.078 m
+2696.22 229.566 2698.4 217.477 2698.4 207.555 c
+2698.4 173.129 2681.03 155.766 2658.08 155.766 c
+2655.29 155.766 2650.64 156.078 2646.31 158.246 c
+2641.65 156.078 2637.61 151.43 2637.61 144.605 c
+2637.61 136.547 2644.13 130.961 2655.92 130.961 c
+2665.52 130.961 l
+2692.19 130.961 2712.65 119.184 2712.65 92.2109 c
+2712.65 65.543 2690.64 41.9766 2659.32 41.9766 c
+2632.65 41.9766 2612.51 55.6211 2612.51 80.7383 c
+2612.51 96.2344 2623.67 108.637 2637 112.984 c
+2626.15 116.703 2619.32 128.48 2619.32 139.34 c
+2619.32 151.117 2626.46 160.113 2636.07 165.074 c
+2626.46 171.891 2619.95 187.398 2619.95 208.168 c
+2619.95 243.52 2637 261.5 2659.64 261.5 c
+2668.93 261.5 2678.24 257.164 2682.58 253.129 c
+2710.49 255.609 l
+2711.41 233.598 l
+2691.57 236.078 l
+f
+2731.56 142.125 m
+2739.93 135.309 2748.92 130.961 2757.91 130.961 c
+2769.69 130.961 2776.82 139.645 2776.82 151.117 c
+2776.82 162.594 2770.62 170.348 2755.74 179.027 c
+2737.45 189.879 2726.6 202.594 2726.6 223.051 c
+2726.6 246 2743.96 261.5 2765.66 261.5 c
+2777.14 261.5 2787.67 256.852 2794.5 251.891 c
+2789.84 232.047 l
+2782.1 237.621 2774.03 241.656 2765.35 241.656 c
+2755.11 241.656 2747.67 234.84 2747.67 223.363 c
+2747.67 212.516 2752.33 205.375 2767.52 196.078 c
+2785.51 184.918 2797.91 172.203 2797.91 151.43 c
+2797.91 127.555 2780.54 111.43 2758.53 111.43 c
+2747.06 111.43 2735.27 115.777 2726.9 122.281 c
+2731.56 142.125 l
+f
+2849.35 139.34 m
+2853.39 134.684 2859.59 131.273 2865.79 131.273 c
+2881.91 131.273 2891.21 154.223 2891.21 186.773 c
+2891.21 217.777 2882.54 239.488 2867.65 239.488 c
+2860.52 239.488 2854.31 234.84 2849.35 227.086 c
+2849.35 139.34 l
+h
+2827.34 111.43 m
+2827.34 324.438 l
+2849.35 328.473 l
+2849.35 246 l
+2855.55 255.297 2864.86 261.5 2875.4 261.5 c
+2899.27 261.5 2914.16 231.734 2914.16 188.324 c
+2914.16 142.125 2897.11 111.43 2870.44 111.43 c
+2861.14 111.43 2852.15 113.598 2845.94 118.258 c
+2827.34 111.43 l
+f
+3003.12 204.762 m
+3003.12 231.422 2996.92 241.656 2985.76 241.656 c
+2974.91 241.656 2965.92 226.461 2964.68 199.488 c
+3003.12 199.488 l
+3003.12 204.762 l
+h
+3018.63 124.762 m
+3010.88 116.391 3002.5 111.43 2988.86 111.43 c
+2958.16 111.43 2941.74 136.859 2941.74 186.156 c
+2941.74 236.078 2961.58 261.5 2987 261.5 c
+3012.73 261.5 3024.21 240.102 3024.21 203.832 c
+3024.21 200.113 3023.59 188.324 3022.65 182.125 c
+2964.36 182.125 l
+2964.99 147.711 2973.04 131.273 2991.35 131.273 c
+3000.95 131.273 3007.46 137.477 3013.67 145.844 c
+3018.63 124.762 l
+f
+3054.27 115.465 m
+3054.27 324.438 l
+3076.28 328.473 l
+3076.28 115.465 l
+3054.27 115.465 l
+f
+3168.36 204.762 m
+3168.36 231.422 3162.16 241.656 3150.99 241.656 c
+3140.14 241.656 3131.15 226.461 3129.91 199.488 c
+3168.36 199.488 l
+3168.36 204.762 l
+h
+3183.86 124.762 m
+3176.11 116.391 3167.73 111.43 3154.1 111.43 c
+3123.4 111.43 3106.97 136.859 3106.97 186.156 c
+3106.97 236.078 3126.81 261.5 3152.23 261.5 c
+3177.97 261.5 3189.44 240.102 3189.44 203.832 c
+3189.44 200.113 3188.83 188.324 3187.89 182.125 c
+3129.6 182.125 l
+3130.22 147.711 3138.28 131.273 3156.58 131.273 c
+3166.19 131.273 3172.69 137.477 3178.9 145.844 c
+3183.86 124.762 l
+f
+3220.11 115.465 m
+3220.11 256.852 l
+3242.14 260.883 l
+3242.14 115.465 l
+3220.11 115.465 l
+h
+3215.47 307.387 m
+3215.47 316.996 3221.05 325.375 3231.29 325.375 c
+3241.51 325.375 3247.1 316.996 3247.1 307.387 c
+3247.1 297.777 3241.51 289.41 3231.29 289.41 c
+3221.05 289.41 3215.47 297.777 3215.47 307.387 c
+f
+3338.24 233.598 m
+3334.22 238.246 3328.01 241.656 3321.81 241.656 c
+3305.68 241.656 3296.38 218.715 3296.38 186.156 c
+3296.38 155.152 3305.07 133.441 3319.95 133.441 c
+3327.08 133.441 3333.59 139.34 3338.24 147.398 c
+3338.24 233.598 l
+h
+3338.24 115.465 m
+3338.24 128.48 l
+3332.04 118.871 3322.74 111.43 3312.19 111.43 c
+3288.32 111.43 3273.44 141.195 3273.44 184.605 c
+3273.44 230.805 3290.5 261.5 3317.16 261.5 c
+3325.52 261.5 3332.35 259.645 3338.24 255.922 c
+3338.24 324.438 l
+3360.25 328.473 l
+3360.25 115.465 l
+3338.24 115.465 l
+f
+3506.57 204.762 m
+3506.57 231.422 3500.37 241.656 3489.21 241.656 c
+3478.36 241.656 3469.36 226.461 3468.12 199.488 c
+3506.57 199.488 l
+3506.57 204.762 l
+h
+3522.07 124.762 m
+3514.32 116.391 3505.95 111.43 3492.3 111.43 c
+3461.61 111.43 3445.17 136.859 3445.17 186.156 c
+3445.17 236.078 3465.02 261.5 3490.45 261.5 c
+3516.18 261.5 3527.65 240.102 3527.65 203.832 c
+3527.65 200.113 3527.03 188.324 3526.1 182.125 c
+3467.81 182.125 l
+3468.44 147.711 3476.49 131.273 3494.78 131.273 c
+3504.4 131.273 3510.92 137.477 3517.11 145.844 c
+3522.07 124.762 l
+f
+3616.93 115.465 m
+3616.93 221.5 l
+3616.93 234.527 3611.35 240.102 3602.36 240.102 c
+3594.92 240.102 3586.55 232.973 3579.72 223.676 c
+3579.72 115.465 l
+3557.71 115.465 l
+3557.71 256.852 l
+3579.72 260.883 l
+3579.72 242.582 l
+3587.17 255.297 3599.26 261.5 3610.11 261.5 c
+3628.72 261.5 3638.94 244.449 3638.94 225.844 c
+3638.94 115.465 l
+3616.93 115.465 l
+f
+3712.71 182.75 m
+3713.34 202.594 l
+3767.91 202.594 l
+3768.53 182.75 l
+3712.71 182.75 l
+f
+3819.98 139.34 m
+3824.01 134.684 3830.21 131.273 3836.41 131.273 c
+3852.54 131.273 3861.83 154.223 3861.83 186.773 c
+3861.83 217.777 3853.16 239.488 3838.28 239.488 c
+3831.14 239.488 3824.94 234.84 3819.98 227.086 c
+3819.98 139.34 l
+h
+3797.97 111.43 m
+3797.97 324.438 l
+3819.98 328.473 l
+3819.98 246 l
+3826.18 255.297 3835.49 261.5 3846.02 261.5 c
+3869.9 261.5 3884.78 231.734 3884.78 188.324 c
+3884.78 142.125 3867.73 111.43 3841.06 111.43 c
+3831.77 111.43 3822.77 113.598 3816.57 118.258 c
+3797.97 111.43 l
+f
+3973.74 204.762 m
+3973.74 231.422 3967.54 241.656 3956.37 241.656 c
+3945.52 241.656 3936.53 226.461 3935.29 199.488 c
+3973.74 199.488 l
+3973.74 204.762 l
+h
+3989.24 124.762 m
+3981.49 116.391 3973.12 111.43 3959.47 111.43 c
+3928.78 111.43 3912.34 136.859 3912.34 186.156 c
+3912.34 236.078 3932.19 261.5 3957.61 261.5 c
+3983.35 261.5 3994.82 240.102 3994.82 203.832 c
+3994.82 200.113 3994.2 188.324 3993.27 182.125 c
+3934.98 182.125 l
+3935.6 147.711 3943.66 131.273 3961.95 131.273 c
+3971.57 131.273 3978.08 137.477 3984.27 145.844 c
+3989.24 124.762 l
+f
+4084.1 115.465 m
+4084.1 221.5 l
+4084.1 234.527 4078.52 240.102 4069.53 240.102 c
+4062.09 240.102 4053.72 232.973 4046.89 223.676 c
+4046.89 115.465 l
+4024.88 115.465 l
+4024.88 324.438 l
+4046.89 328.473 l
+4046.89 242.582 l
+4054.33 255.297 4066.42 261.5 4077.28 261.5 c
+4095.89 261.5 4106.11 244.449 4106.11 225.844 c
+4106.11 115.465 l
+4084.1 115.465 l
+f
+4197.57 204.762 m
+4197.57 231.422 4191.36 241.656 4180.2 241.656 c
+4169.35 241.656 4160.36 226.461 4159.12 199.488 c
+4197.57 199.488 l
+4197.57 204.762 l
+h
+4213.06 124.762 m
+4205.32 116.391 4196.95 111.43 4183.3 111.43 c
+4152.6 111.43 4136.17 136.859 4136.17 186.156 c
+4136.17 236.078 4156.01 261.5 4181.44 261.5 c
+4207.18 261.5 4218.65 240.102 4218.65 203.832 c
+4218.65 200.113 4218.02 188.324 4217.1 182.125 c
+4158.81 182.125 l
+4159.43 147.711 4167.49 131.273 4185.78 131.273 c
+4195.4 131.273 4201.91 137.477 4208.1 145.844 c
+4213.06 124.762 l
+f
+4304.52 204.762 m
+4304.52 231.422 4298.32 241.656 4287.16 241.656 c
+4276.31 241.656 4267.31 226.461 4266.07 199.488 c
+4304.52 199.488 l
+4304.52 204.762 l
+h
+4320.02 124.762 m
+4312.27 116.391 4303.9 111.43 4290.25 111.43 c
+4259.56 111.43 4243.12 136.859 4243.12 186.156 c
+4243.12 236.078 4262.97 261.5 4288.4 261.5 c
+4314.13 261.5 4325.6 240.102 4325.6 203.832 c
+4325.6 200.113 4324.98 188.324 4324.05 182.125 c
+4265.76 182.125 l
+4266.38 147.711 4274.44 131.273 4292.73 131.273 c
+4302.35 131.273 4308.86 137.477 4315.06 145.844 c
+4320.02 124.762 l
+f
+4355.66 115.465 m
+4355.66 256.852 l
+4377.67 260.883 l
+4377.67 235.766 l
+4382.63 251.891 4391.01 261.5 4402.48 261.5 c
+4408.06 261.5 4413.34 258.707 4417.67 254.984 c
+4413.02 232.047 l
+4409.3 235.453 4404.96 238.863 4400.31 238.863 c
+4392.24 238.863 4383.87 226.773 4377.67 204.762 c
+4377.67 115.465 l
+4355.66 115.465 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
+1915.35 390.465 m
+1915.35 390.465 l
+1907.56 390.465 1901.24 395.727 1901.24 402.223 c
+1901.24 573.891 l
+1901.24 580.387 1907.56 585.648 1915.35 585.648 c
+1923.14 585.648 1929.46 580.387 1929.46 573.891 c
+1929.46 402.223 l
+1929.46 395.727 1923.14 390.465 1915.35 390.465 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF