summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-neg.eps1641
1 files changed, 1641 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-neg.eps
new file mode 100644
index 00000000000..8af8bad6c9f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-neg.eps
@@ -0,0 +1,1641 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 20.09.0 (http://poppler.freedesktop.org)
+%%Creator: Adobe Illustrator(R) 25.0
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 501 103
+%%HiResBoundingBox: 0 0 501 103
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ /setpagedevice where {
+ pop 2 dict begin
+ /Policies 1 dict dup begin /PageSize 6 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop
+ } ifelse
+} def
+/pdfSetupPaper {
+ % Change paper size, but only if different from previous paper size otherwise
+ % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+ % so we use the same when checking if the size changes.
+ /setpagedevice where {
+ pop currentpagedevice
+ /PageSize known {
+ 2 copy
+ currentpagedevice /PageSize get aload pop
+ exch 4 1 roll
+ sub abs 5 gt
+ 3 1 roll
+ sub abs 5 gt
+ or
+ } {
+ true
+ } ifelse
+ {
+ 2 array astore
+ 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end
+ setpagedevice
+ } {
+ pop pop
+ } ifelse
+ } {
+ pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfPatternCS false def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+ pop
+ /xyshow2 {
+ dup length array
+ 0 2 2 index length 1 sub {
+ 2 index 1 index 2 copy get 3 1 roll 1 add get
+ pdfTextMat dtransform
+ 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+ } for
+ exch pop
+ xyshow
+ } def
+}{
+ /xyshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval show moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval show moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/cshow where {
+ pop
+ /xycp {
+ 0 3 2 roll
+ {
+ pop pop currentpoint 3 2 roll
+ 1 string dup 0 4 3 roll put false charpath moveto
+ 2 copy get 2 index 2 index 1 add get
+ pdfTextMat dtransform rmoveto
+ 2 add
+ } exch cshow
+ pop pop
+ } def
+}{
+ /xycp {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval false charpath moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval false charpath moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/Tj {
+ fCol
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 4 2 roll
+ pdfTextRender 1 and 0 eq {
+ 2 copy xyshow2
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 3 index 3 index moveto
+ 2 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ xycp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 4 2 roll moveto xycp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ pop pop pop pop
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+ /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+ 2 copy exch length lt {
+ 2 copy get exch 1 add exch
+ } {
+ ()
+ } ifelse
+} def
+/skipEOD {
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul
+ axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add
+ radialCol sc
+ encl {
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 360 0 arcn h f
+ } {
+ 2 copy
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arcn
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arcn h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arc
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arc h f
+ } ifelse
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 501 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 5006.99 1020.47 re
+W
+[/Separation (FBD C=65 M=3 Y=0 K=0) /DeviceCMYK
+{dup 0.65 mul exch dup 0.03 mul exch dup 0 mul exch 0 mul }
+] {} cs
+[1] sc
+[1] sc
+969.449 -0.011719 m
+51.0234 -0.011719 l
+22.9609 -0.011719 0 22.9609 0 51.0195 c
+0 969.445 l
+0 997.512 22.9609 1020.47 51.0234 1020.47 c
+969.449 1020.47 l
+997.512 1020.47 1020.47 997.512 1020.47 969.445 c
+1020.47 51.0195 l
+1020.47 22.9609 997.512 -0.011719 969.449 -0.011719 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.695 479.992 m
+659.023 356.605 608.289 267.395 496.473 267.395 c
+409.387 267.395 321.215 332.629 321.215 461.996 c
+321.215 808.93 l
+177.82 808.93 l
+177.82 454.711 l
+177.82 320.539 267.688 182.934 474.719 182.934 c
+675.672 182.934 756.527 327.152 757.438 446.742 c
+904.16 424.125 971.418 533.598 952.238 608.137 c
+926.613 578.547 885.637 552.348 757.613 588.645 c
+757.613 808.93 l
+654.695 808.93 l
+654.695 623.547 l
+453.633 689.543 406.051 506.371 406.051 506.371 c
+406.051 506.371 500.086 558.09 654.695 479.992 c
+f
+1354.87 725.023 m
+1314.4 725.023 1282.09 746.039 1282.09 789.398 c
+1282.09 906.848 l
+1319.92 906.848 l
+1319.92 793.859 l
+1319.92 765.48 1341.21 754.711 1359.34 754.711 c
+1378.78 754.711 1396.91 765.48 1396.91 792.816 c
+1396.91 906.848 l
+1434.23 906.848 l
+1434.23 792.816 l
+1434.23 748.664 1402.7 725.023 1354.87 725.023 c
+f
+1561.97 728.176 m
+1561.97 809.105 l
+1561.97 827.758 1551.99 837.219 1535.44 837.219 c
+1525.98 837.219 1516.79 834.328 1510.21 830.121 c
+1510.21 728.176 l
+1475.26 728.176 l
+1475.26 860.863 l
+1508.9 863.488 l
+1508.38 845.102 l
+1509.42 845.102 l
+1519.15 855.871 1535.18 865.336 1553.57 865.336 c
+1577.22 865.336 1596.66 849.563 1596.66 819.348 c
+1596.66 728.176 l
+1561.97 728.176 l
+f
+1633.49 728.176 m
+1633.49 862.18 l
+1668.7 862.18 l
+1668.7 728.176 l
+1633.49 728.176 l
+h
+1651.09 886.879 m
+1641.1 886.879 1632.7 895.285 1632.7 905.531 c
+1632.7 915.785 1641.1 923.664 1651.09 923.664 c
+1661.34 923.664 1669.48 915.785 1669.48 905.531 c
+1669.48 895.285 1661.34 886.879 1651.09 886.879 c
+f
+1770.66 727.387 m
+1741.23 727.387 l
+1687.63 862.18 l
+1727.04 862.18 l
+1750.96 791.234 l
+1754.89 780.199 1758.05 761.281 1758.05 761.281 c
+1758.05 761.281 1761.2 779.934 1765.15 791.234 c
+1789.05 862.18 l
+1824.52 862.18 l
+1770.66 727.387 l
+f
+1897.08 842.473 m
+1880.26 842.473 1869.76 826.449 1867.92 810.414 c
+1924.4 810.414 l
+1924.4 828.02 1914.42 842.473 1897.08 842.473 c
+h
+1955.41 790.188 m
+1866.6 790.188 l
+1867.39 768.117 1882.11 751.301 1906.81 751.301 c
+1922.57 751.301 1936.76 754.711 1952.52 760.754 c
+1950.95 736.059 l
+1934.66 729.484 1918.63 725.285 1897.34 725.285 c
+1857.14 725.285 1832.71 753.137 1832.71 792.551 c
+1832.71 835.383 1860.56 865.336 1899.97 865.336 c
+1938.08 865.336 1956.73 839.32 1956.73 809.367 c
+1956.73 803.324 1956.2 794.914 1955.41 790.188 c
+f
+2062.92 825.656 m
+2056.08 829.602 2047.16 832.23 2038.75 832.23 c
+2030.61 832.23 2022.71 828.813 2018.25 824.086 c
+2018.25 728.176 l
+1983.3 728.176 l
+1983.3 860.863 l
+2016.42 863.754 l
+2015.36 839.848 l
+2016.42 839.848 l
+2023.24 854.828 2036.12 865.336 2050.57 865.336 c
+2056.88 865.336 2063.97 863.754 2068.44 861.125 c
+2062.92 825.656 l
+f
+2120.49 725.285 m
+2103.14 725.285 2089.22 728.957 2077.66 735.266 c
+2081.6 761.547 l
+2093.68 755.238 2108.66 751.039 2121.54 751.039 c
+2132.58 751.039 2142.56 754.711 2142.56 764.438 c
+2142.56 785.715 2081.87 780.988 2081.87 823.82 c
+2081.87 850.883 2106.56 865.336 2135.21 865.336 c
+2149.39 865.336 2164.1 861.391 2173.83 857.191 c
+2169.88 831.965 l
+2159.64 835.902 2145.98 839.582 2133.36 839.582 c
+2123.91 839.582 2115.76 835.902 2115.76 828.285 c
+2115.76 807.27 2176.72 811.469 2176.72 769.164 c
+2176.72 740.004 2151.23 725.285 2120.49 725.285 c
+f
+2204.33 728.176 m
+2204.33 862.18 l
+2239.54 862.18 l
+2239.54 728.176 l
+2204.33 728.176 l
+h
+2221.93 886.879 m
+2211.94 886.879 2203.54 895.285 2203.54 905.531 c
+2203.54 915.785 2211.94 923.664 2221.93 923.664 c
+2232.18 923.664 2240.32 915.785 2240.32 905.531 c
+2240.32 895.285 2232.18 886.879 2221.93 886.879 c
+f
+2317.6 725.285 m
+2293.96 725.285 2278.71 740.004 2278.71 762.59 c
+2278.71 770.219 2279.5 805.16 2279.5 826.184 c
+2279.5 837.484 l
+2266.88 837.484 l
+2266.88 851.145 l
+2310.24 891.352 l
+2313.66 891.352 l
+2313.66 862.18 l
+2356.22 862.18 l
+2356.22 837.484 l
+2313.66 837.484 l
+2313.66 835.383 2313.13 792.551 2313.13 774.418 c
+2313.13 760.227 2321.54 753.93 2334.41 753.93 c
+2341.25 753.93 2349.39 754.711 2357.28 757.336 c
+2357.28 733.168 l
+2345.98 728.441 2332.58 725.285 2317.6 725.285 c
+f
+2445.06 727.914 m
+2430.87 691.652 2410.9 660.383 2378.32 660.383 c
+2367.81 660.383 2358.35 663.012 2352.57 666.43 c
+2358.09 691.652 l
+2363.6 689.555 2369.91 688.234 2377 688.234 c
+2395.14 688.234 2407.23 712.141 2414.58 729.484 c
+2361.5 862.18 l
+2400.92 862.18 l
+2425.35 792.551 l
+2429.03 781.781 2432.19 762.336 2432.19 762.336 c
+2432.19 762.336 2436.12 781.254 2439.8 792.551 c
+2462.4 862.18 l
+2497.34 862.18 l
+2445.06 727.914 l
+f
+2629.3 839.582 m
+2609.06 839.582 2596.44 820.402 2596.44 796.223 c
+2596.44 771.789 2609.59 751.039 2630.08 751.039 c
+2649.78 751.039 2663.19 770.219 2663.19 794.125 c
+2663.19 818.82 2650.05 839.582 2629.3 839.582 c
+h
+2626.92 725.285 m
+2586.46 725.285 2560.45 755.238 2560.45 793.078 c
+2560.45 835.383 2588.3 865.336 2632.44 865.336 c
+2672.91 865.336 2698.93 835.383 2698.93 797.543 c
+2698.93 755.238 2670.81 725.285 2626.92 725.285 c
+f
+2799.6 905.277 m
+2794.61 907.113 2788.3 908.684 2782.52 908.684 c
+2772.53 908.684 2764.65 902.648 2764.65 887.406 c
+2764.65 862.18 l
+2797.24 862.18 l
+2797.24 836.957 l
+2764.65 836.957 l
+2764.65 728.176 l
+2729.71 728.176 l
+2729.71 836.957 l
+2712.89 836.957 l
+2712.89 858.234 l
+2729.71 862.18 l
+2729.71 885.832 l
+2729.71 916.574 2751.51 935.227 2780.68 935.227 c
+2789.61 935.227 2799.07 932.602 2804.59 929.711 c
+2799.6 905.277 l
+f
+2946.25 854.301 m
+2943.89 861.391 2941.78 875.316 2941.78 875.316 c
+2941.78 875.316 2939.68 861.918 2937.05 854.301 c
+2918.66 800.695 l
+2964.9 800.695 l
+2946.25 854.301 l
+h
+2988.03 728.176 m
+2971.74 775.207 l
+2912.09 775.207 l
+2896.33 728.176 l
+2857.69 728.176 l
+2922.6 906.848 l
+2964.11 906.848 l
+3029.01 728.176 l
+2988.03 728.176 l
+f
+3136.52 728.176 m
+3136.52 809.105 l
+3136.52 827.758 3126.54 837.219 3109.99 837.219 c
+3100.53 837.219 3091.34 834.328 3084.77 830.121 c
+3084.77 728.176 l
+3049.81 728.176 l
+3049.81 860.863 l
+3083.45 863.488 l
+3082.93 845.102 l
+3083.97 845.102 l
+3093.7 855.871 3109.73 865.336 3128.12 865.336 c
+3151.77 865.336 3171.21 849.563 3171.21 819.348 c
+3171.21 728.176 l
+3136.52 728.176 l
+f
+3247.19 725.285 m
+3223.54 725.285 3208.3 740.004 3208.3 762.59 c
+3208.3 770.219 3209.09 805.16 3209.09 826.184 c
+3209.09 837.484 l
+3196.47 837.484 l
+3196.47 851.145 l
+3239.83 891.352 l
+3243.25 891.352 l
+3243.25 862.18 l
+3285.81 862.18 l
+3285.81 837.484 l
+3243.25 837.484 l
+3243.25 835.383 3242.72 792.551 3242.72 774.418 c
+3242.72 760.227 3251.13 753.93 3264 753.93 c
+3270.84 753.93 3278.98 754.711 3286.86 757.336 c
+3286.86 733.168 l
+3275.57 728.441 3262.17 725.285 3247.19 725.285 c
+f
+3457.42 727.387 m
+3429.57 727.387 l
+3404.08 793.859 l
+3400.14 804.113 3397.51 821.711 3397.51 821.711 c
+3397.51 821.711 3393.56 804.379 3389.89 793.859 c
+3365.18 727.387 l
+3338.12 727.387 l
+3292.15 862.18 l
+3330.51 862.18 l
+3349.42 796.223 l
+3352.58 785.715 3355.73 765.48 3355.73 765.48 c
+3355.73 765.48 3359.67 785.188 3363.35 795.969 c
+3386.74 862.18 l
+3412.49 862.18 l
+3436.92 795.969 l
+3441.12 785.188 3444.28 766.008 3444.28 766.008 c
+3444.28 766.008 3447.17 785.715 3450.59 796.488 c
+3469.24 862.18 l
+3503.66 862.18 l
+3457.42 727.387 l
+f
+3578.34 842.473 m
+3561.52 842.473 3551.02 826.449 3549.18 810.414 c
+3605.66 810.414 l
+3605.66 828.02 3595.68 842.473 3578.34 842.473 c
+h
+3636.67 790.188 m
+3547.86 790.188 l
+3548.65 768.117 3563.37 751.301 3588.07 751.301 c
+3603.83 751.301 3618.02 754.711 3633.78 760.754 c
+3632.21 736.059 l
+3615.92 729.484 3599.89 725.285 3578.6 725.285 c
+3538.4 725.285 3513.96 753.137 3513.96 792.551 c
+3513.96 835.383 3541.82 865.336 3581.23 865.336 c
+3619.34 865.336 3637.99 839.32 3637.99 809.367 c
+3637.99 803.324 3637.46 794.914 3636.67 790.188 c
+f
+3744.17 825.656 m
+3737.33 829.602 3728.41 832.23 3720 832.23 c
+3711.85 832.23 3703.96 828.813 3699.5 824.086 c
+3699.5 728.176 l
+3664.55 728.176 l
+3664.55 860.863 l
+3697.67 863.754 l
+3696.61 839.848 l
+3697.67 839.848 l
+3704.49 854.828 3717.37 865.336 3731.82 865.336 c
+3738.12 865.336 3745.22 863.754 3749.69 861.125 c
+3744.17 825.656 l
+f
+3828.27 837.746 m
+3819.35 837.746 3810.41 834.855 3804.36 830.648 c
+3804.36 756.82 l
+3809.35 753.402 3818.29 751.039 3825.91 751.039 c
+3849.03 751.039 3862.17 769.426 3862.17 793.859 c
+3862.17 821.195 3848.77 837.746 3828.27 837.746 c
+h
+3824.34 726.332 m
+3816.97 726.332 3808.83 728.176 3804.36 730.539 c
+3804.36 661.176 l
+3769.41 661.176 l
+3769.41 860.863 l
+3803.05 863.488 l
+3802.53 845.629 l
+3803.57 845.629 l
+3813.3 857.453 3828.53 865.336 3843.52 865.336 c
+3876.62 865.336 3897.65 837.219 3897.65 799.906 c
+3897.65 755.766 3869 726.332 3824.34 726.332 c
+f
+1512.63 390.461 m
+1512.63 584.25 l
+1590.15 584.25 l
+1590.15 562.543 l
+1535.89 562.543 l
+1535.89 494.953 l
+1578.67 494.953 l
+1578.67 473.246 l
+1535.89 473.246 l
+1535.89 390.461 l
+1512.63 390.461 l
+f
+1655.56 461.469 m
+1631.68 457.434 1622.69 442.863 1622.69 427.355 c
+1622.69 414.027 1629.2 407.512 1638.19 407.512 c
+1644.7 407.512 1651.21 414.34 1655.56 421.469 c
+1655.56 461.469 l
+h
+1686.25 387.668 m
+1670.44 385.813 1660.52 390.461 1656.8 402.238 c
+1655.56 402.238 l
+1651.21 393.566 1643.15 386.43 1629.51 386.43 c
+1613.08 386.43 1600.05 402.551 1600.05 424.875 c
+1600.05 450.922 1616.8 474.797 1655.56 478.207 c
+1655.56 490.922 l
+1655.56 505.805 1650.28 516.34 1636.33 516.34 c
+1627.96 516.34 1616.18 509.523 1607.19 499.914 c
+1603.78 520.688 l
+1612.45 530.609 1627.03 536.496 1639.12 536.496 c
+1666.09 536.496 1677.57 514.797 1677.57 491.848 c
+1677.57 416.508 l
+1677.57 409.379 1680.36 406.273 1688.12 406.273 c
+1686.25 387.668 l
+f
+1787.93 399.758 m
+1780.79 391.391 1770.57 386.43 1758.16 386.43 c
+1728.4 386.43 1711.34 411.859 1711.34 461.156 c
+1711.34 510.148 1728.7 536.496 1759.4 536.496 c
+1771.49 536.496 1780.79 531.848 1788.23 524.094 c
+1782.97 502.082 l
+1778.01 510.148 1768.39 516.652 1760.64 516.652 c
+1742.04 516.652 1734.29 497.746 1734.29 461.469 c
+1734.29 424.262 1742.35 406.273 1761.57 406.273 c
+1769.64 406.273 1777.08 412.473 1782.97 420.852 c
+1787.93 399.758 l
+f
+1875.04 387.055 m
+1875.04 405.344 l
+1867.6 392.629 1855.5 386.43 1844.65 386.43 c
+1826.04 386.43 1815.81 403.488 1815.81 422.082 c
+1815.81 532.473 l
+1837.83 532.473 l
+1837.83 426.43 l
+1837.83 413.41 1843.41 407.824 1852.4 407.824 c
+1859.84 407.824 1867.9 414.953 1875.04 424.262 c
+1875.04 532.473 l
+1897.05 532.473 l
+1897.05 391.086 l
+1875.04 387.055 l
+f
+1933.3 390.461 m
+1933.3 599.445 l
+1955.31 603.469 l
+1955.31 390.461 l
+1933.3 390.461 l
+f
+2045.54 392.941 m
+2039.64 388.91 2031.27 386.43 2025.07 386.43 c
+2009.26 386.43 1994.06 394.496 1994.06 430.461 c
+1994.06 511.078 l
+1979.79 512.629 l
+1979.79 527.512 l
+1994.06 533.09 l
+1994.06 565.023 l
+2016.07 565.023 l
+2016.07 532.473 l
+2044.6 532.473 l
+2043.36 512.629 l
+2016.07 512.629 l
+2016.07 428.293 l
+2016.07 411.859 2021.66 406.586 2028.79 406.586 c
+2033.44 406.586 2039.02 409.68 2042.74 413.098 c
+2045.54 392.941 l
+f
+2097.29 391.086 m
+2060.4 532.473 l
+2082.41 532.473 l
+2107.53 427.668 l
+2131.71 532.473 l
+2153.72 532.473 l
+2105.98 347.98 l
+2100.7 327.824 2088.93 316.977 2075.6 316.977 c
+2069.08 316.977 2062.26 319.152 2055.13 324.418 c
+2059.78 343.957 l
+2065.36 339.301 2070.01 337.133 2074.04 337.133 c
+2079.93 337.133 2084.58 341.164 2087.06 351.086 c
+2097.29 391.086 l
+f
+2296.33 461.156 m
+2296.33 498.363 2288.89 516.652 2272.76 516.652 c
+2256.64 516.652 2249.51 497.746 2249.51 461.469 c
+2249.51 424.262 2256.64 406.273 2272.76 406.273 c
+2288.89 406.273 2296.33 425.5 2296.33 461.156 c
+h
+2226.57 461.156 m
+2226.57 510.148 2243.62 536.496 2273.39 536.496 c
+2303.15 536.496 2319.28 511.078 2319.28 461.77 c
+2319.28 412.785 2301.6 386.43 2272.45 386.43 c
+2243 386.43 2226.57 411.859 2226.57 461.156 c
+f
+2349.33 390.461 m
+2349.33 511.078 l
+2335.07 512.629 l
+2335.07 527.512 l
+2349.33 533.09 l
+2349.33 559.758 l
+2349.33 596.965 2364.52 606.262 2381.57 606.262 c
+2388.39 606.262 2394.9 604.094 2401.42 600.063 c
+2397.08 579.906 l
+2392.73 583.313 2388.39 585.793 2384.37 585.793 c
+2376.61 585.793 2371.34 580.219 2371.34 561.926 c
+2371.34 532.473 l
+2396.77 532.473 l
+2395.53 512.629 l
+2371.34 512.629 l
+2371.34 390.461 l
+2349.33 390.461 l
+f
+2501.54 478.207 m
+2528.83 478.207 2538.75 493.09 2538.75 521.613 c
+2538.75 549.211 2527.59 562.543 2501.54 562.543 c
+2498.76 562.543 l
+2498.76 478.207 l
+2501.54 478.207 l
+h
+2475.5 390.461 m
+2475.5 584.25 l
+2500.93 584.25 l
+2541.54 584.25 2562.63 562.238 2562.63 522.551 c
+2562.63 478.832 2539.38 457.121 2501.54 457.121 c
+2498.76 457.121 l
+2498.76 390.461 l
+2475.5 390.461 l
+f
+2650.04 390.461 m
+2650.04 496.496 l
+2650.04 509.523 2644.46 515.109 2635.47 515.109 c
+2628.03 515.109 2619.66 507.973 2612.83 498.676 c
+2612.83 390.461 l
+2590.82 390.461 l
+2590.82 599.445 l
+2612.83 603.469 l
+2612.83 517.59 l
+2620.27 530.297 2632.37 536.496 2643.22 536.496 c
+2661.83 536.496 2672.06 519.445 2672.06 500.844 c
+2672.06 390.461 l
+2650.04 390.461 l
+f
+2756.38 461.469 m
+2732.5 457.434 2723.51 442.863 2723.51 427.355 c
+2723.51 414.027 2730.02 407.512 2739.01 407.512 c
+2745.52 407.512 2752.03 414.34 2756.38 421.469 c
+2756.38 461.469 l
+h
+2787.07 387.668 m
+2771.26 385.813 2761.34 390.461 2757.62 402.238 c
+2756.38 402.238 l
+2752.03 393.566 2743.97 386.43 2730.33 386.43 c
+2713.9 386.43 2700.87 402.551 2700.87 424.875 c
+2700.87 450.922 2717.62 474.797 2756.38 478.207 c
+2756.38 490.922 l
+2756.38 505.805 2751.1 516.34 2737.15 516.34 c
+2728.78 516.34 2717 509.523 2708.01 499.914 c
+2704.6 520.688 l
+2713.27 530.609 2727.85 536.496 2739.94 536.496 c
+2766.91 536.496 2778.39 514.797 2778.39 491.848 c
+2778.39 416.508 l
+2778.39 409.379 2781.18 406.273 2788.93 406.273 c
+2787.07 387.668 l
+f
+2817.74 390.461 m
+2817.74 531.848 l
+2839.76 535.883 l
+2839.76 510.766 l
+2844.72 526.887 2853.1 536.496 2864.56 536.496 c
+2870.15 536.496 2875.42 533.703 2879.76 529.992 c
+2875.11 507.043 l
+2871.39 510.453 2867.04 513.859 2862.39 513.859 c
+2854.33 513.859 2845.96 501.77 2839.76 479.758 c
+2839.76 390.461 l
+2817.74 390.461 l
+f
+3015.23 390.461 m
+3015.23 499.289 l
+3015.23 512.316 3010.27 515.109 3001.59 515.109 c
+2994.15 515.109 2987.64 507.668 2980.82 497.434 c
+2980.82 390.461 l
+2958.8 390.461 l
+2958.8 499.289 l
+2958.8 512.316 2953.84 515.109 2945.17 515.109 c
+2937.72 515.109 2931.21 507.668 2924.38 497.434 c
+2924.38 390.461 l
+2902.37 390.461 l
+2902.37 531.848 l
+2924.38 535.883 l
+2924.38 516.652 l
+2931.51 529.992 2942.06 536.496 2952.91 536.496 c
+2966.86 536.496 2975.86 525.961 2978.95 514.172 c
+2986.4 529.055 2997.87 536.496 3009.35 536.496 c
+3027.32 536.496 3037.25 519.445 3037.25 500.844 c
+3037.25 390.461 l
+3015.23 390.461 l
+f
+3121.56 461.469 m
+3097.68 457.434 3088.69 442.863 3088.69 427.355 c
+3088.69 414.027 3095.2 407.512 3104.2 407.512 c
+3110.71 407.512 3117.22 414.34 3121.56 421.469 c
+3121.56 461.469 l
+h
+3152.26 387.668 m
+3136.44 385.813 3126.52 390.461 3122.8 402.238 c
+3121.56 402.238 l
+3117.22 393.566 3109.16 386.43 3095.52 386.43 c
+3079.08 386.43 3066.06 402.551 3066.06 424.875 c
+3066.06 450.922 3082.8 474.797 3121.56 478.207 c
+3121.56 490.922 l
+3121.56 505.805 3116.29 516.34 3102.33 516.34 c
+3093.96 516.34 3082.18 509.523 3073.19 499.914 c
+3069.77 520.688 l
+3078.47 530.609 3093.04 536.496 3105.13 536.496 c
+3132.1 536.496 3143.57 514.797 3143.57 491.848 c
+3143.57 416.508 l
+3143.57 409.379 3146.37 406.273 3154.11 406.273 c
+3152.26 387.668 l
+f
+3253.93 399.758 m
+3246.81 391.391 3236.57 386.43 3224.17 386.43 c
+3194.4 386.43 3177.35 411.859 3177.35 461.156 c
+3177.35 510.148 3194.72 536.496 3225.41 536.496 c
+3237.5 536.496 3246.81 531.848 3254.25 524.094 c
+3248.97 502.082 l
+3244.01 510.148 3234.4 516.652 3226.65 516.652 c
+3208.05 516.652 3200.29 497.746 3200.29 461.469 c
+3200.29 424.262 3208.35 406.273 3227.58 406.273 c
+3235.63 406.273 3243.08 412.473 3248.97 420.852 c
+3253.93 399.758 l
+f
+3335.16 479.758 m
+3335.16 506.418 3328.95 516.652 3317.79 516.652 c
+3306.94 516.652 3297.95 501.457 3296.71 474.484 c
+3335.16 474.484 l
+3335.16 479.758 l
+h
+3350.65 399.758 m
+3342.91 391.391 3334.54 386.43 3320.89 386.43 c
+3290.19 386.43 3273.76 411.859 3273.76 461.156 c
+3273.76 511.078 3293.6 536.496 3319.03 536.496 c
+3344.77 536.496 3356.24 515.109 3356.24 478.832 c
+3356.24 475.109 3355.61 463.324 3354.69 457.121 c
+3296.4 457.121 l
+3297.02 422.707 3305.08 406.273 3323.37 406.273 c
+3332.99 406.273 3339.5 412.473 3345.69 420.852 c
+3350.65 399.758 l
+f
+3444.89 387.055 m
+3444.89 405.344 l
+3437.45 392.629 3425.36 386.43 3414.5 386.43 c
+3395.9 386.43 3385.67 403.488 3385.67 422.082 c
+3385.67 532.473 l
+3407.68 532.473 l
+3407.68 426.43 l
+3407.68 413.41 3413.26 407.824 3422.26 407.824 c
+3429.7 407.824 3437.76 414.953 3444.89 424.262 c
+3444.89 532.473 l
+3466.9 532.473 l
+3466.9 391.086 l
+3444.89 387.055 l
+f
+3557.12 392.941 m
+3551.22 388.91 3542.85 386.43 3536.65 386.43 c
+3520.84 386.43 3505.64 394.496 3505.64 430.461 c
+3505.64 511.078 l
+3491.38 512.629 l
+3491.38 527.512 l
+3505.64 533.09 l
+3505.64 565.023 l
+3527.66 565.023 l
+3527.66 532.473 l
+3556.18 532.473 l
+3554.94 512.629 l
+3527.66 512.629 l
+3527.66 428.293 l
+3527.66 411.859 3533.24 406.586 3540.37 406.586 c
+3545.02 406.586 3550.6 409.68 3554.33 413.098 c
+3557.12 392.941 l
+f
+3581.59 390.461 m
+3581.59 531.848 l
+3603.61 535.883 l
+3603.61 390.461 l
+3581.59 390.461 l
+h
+3576.94 582.387 m
+3576.94 592.004 3582.53 600.375 3592.76 600.375 c
+3602.99 600.375 3608.57 592.004 3608.57 582.387 c
+3608.57 572.777 3602.99 564.406 3592.76 564.406 c
+3582.53 564.406 3576.94 572.777 3576.94 582.387 c
+f
+3711.5 399.758 m
+3704.36 391.391 3694.14 386.43 3681.74 386.43 c
+3651.97 386.43 3634.91 411.859 3634.91 461.156 c
+3634.91 510.148 3652.27 536.496 3682.98 536.496 c
+3695.07 536.496 3704.36 531.848 3711.81 524.094 c
+3706.54 502.082 l
+3701.58 510.148 3691.96 516.652 3684.22 516.652 c
+3665.61 516.652 3657.86 497.746 3657.86 461.469 c
+3657.86 424.262 3665.93 406.273 3685.15 406.273 c
+3693.21 406.273 3700.65 412.473 3706.54 420.852 c
+3711.5 399.758 l
+f
+3791.79 461.469 m
+3767.91 457.434 3758.92 442.863 3758.92 427.355 c
+3758.92 414.027 3765.43 407.512 3774.42 407.512 c
+3780.93 407.512 3787.44 414.34 3791.79 421.469 c
+3791.79 461.469 l
+h
+3822.48 387.668 m
+3806.67 385.813 3796.75 390.461 3793.03 402.238 c
+3791.79 402.238 l
+3787.44 393.566 3779.38 386.43 3765.74 386.43 c
+3749.31 386.43 3736.28 402.551 3736.28 424.875 c
+3736.28 450.922 3753.03 474.797 3791.79 478.207 c
+3791.79 490.922 l
+3791.79 505.805 3786.51 516.34 3772.56 516.34 c
+3764.19 516.34 3752.41 509.523 3743.42 499.914 c
+3740.01 520.688 l
+3748.68 530.609 3763.26 536.496 3775.35 536.496 c
+3802.32 536.496 3813.8 514.797 3813.8 491.848 c
+3813.8 416.508 l
+3813.8 409.379 3816.59 406.273 3824.35 406.273 c
+3822.48 387.668 l
+f
+3853.15 390.461 m
+3853.15 599.445 l
+3875.17 603.469 l
+3875.17 390.461 l
+3853.15 390.461 l
+f
+3899.35 349.848 m
+3913.92 363.176 3920.43 375.891 3920.43 386.742 c
+3920.43 395.109 3915.77 401.313 3902.44 408.137 c
+3903.37 416.82 3909.27 425.188 3920.43 425.188 c
+3932.52 425.188 3941.83 413.41 3941.83 397.59 c
+3941.83 377.746 3926.01 354.809 3907.4 340.852 c
+3899.35 349.848 l
+f
+4055.28 411.859 m
+4075.44 411.859 4085.99 423.637 4085.99 445.656 c
+4085.99 467.668 4073.58 477.59 4049.39 477.59 c
+4045.36 477.59 l
+4045.36 411.859 l
+4055.28 411.859 l
+h
+4048.78 498.051 m
+4070.79 498.051 4081.95 508.285 4081.95 531.848 c
+4081.95 552.316 4072.34 562.855 4053.74 562.855 c
+4045.36 562.855 l
+4045.36 498.051 l
+4048.78 498.051 l
+h
+4022.11 390.461 m
+4022.11 584.25 l
+4058.08 584.25 l
+4089.08 584.25 4105.83 565.949 4105.83 533.402 c
+4105.83 511.379 4098.39 496.809 4082.88 489.992 c
+4099.32 482.551 4109.85 465.805 4109.85 445.344 c
+4109.85 410.617 4092.19 390.461 4059.32 390.461 c
+4022.11 390.461 l
+f
+4141.14 390.461 m
+4141.14 531.848 l
+4163.16 535.883 l
+4163.16 390.461 l
+4141.14 390.461 l
+h
+4136.49 582.387 m
+4136.49 592.004 4142.08 600.375 4152.31 600.375 c
+4162.54 600.375 4168.12 592.004 4168.12 582.387 c
+4168.12 572.777 4162.54 564.406 4152.31 564.406 c
+4142.08 564.406 4136.49 572.777 4136.49 582.387 c
+f
+4264.23 461.156 m
+4264.23 498.363 4256.79 516.652 4240.66 516.652 c
+4224.54 516.652 4217.41 497.746 4217.41 461.469 c
+4217.41 424.262 4224.54 406.273 4240.66 406.273 c
+4256.79 406.273 4264.23 425.5 4264.23 461.156 c
+h
+4194.46 461.156 m
+4194.46 510.148 4211.52 536.496 4241.29 536.496 c
+4271.05 536.496 4287.18 511.078 4287.18 461.77 c
+4287.18 412.785 4269.5 386.43 4240.36 386.43 c
+4210.9 386.43 4194.46 411.859 4194.46 461.156 c
+f
+4430.71 390.461 m
+4430.71 499.289 l
+4430.71 512.316 4425.75 515.109 4417.07 515.109 c
+4409.63 515.109 4403.11 507.668 4396.3 497.434 c
+4396.3 390.461 l
+4374.29 390.461 l
+4374.29 499.289 l
+4374.29 512.316 4369.33 515.109 4360.63 515.109 c
+4353.19 515.109 4346.69 507.668 4339.86 497.434 c
+4339.86 390.461 l
+4317.85 390.461 l
+4317.85 531.848 l
+4339.86 535.883 l
+4339.86 516.652 l
+4347 529.992 4357.54 536.496 4368.39 536.496 c
+4382.34 536.496 4391.34 525.961 4394.43 514.172 c
+4401.87 529.055 4413.35 536.496 4424.82 536.496 c
+4442.8 536.496 4452.72 519.445 4452.72 500.844 c
+4452.72 390.461 l
+4430.71 390.461 l
+f
+4544.17 479.758 m
+4544.17 506.418 4537.97 516.652 4526.81 516.652 c
+4515.96 516.652 4506.96 501.457 4505.72 474.484 c
+4544.17 474.484 l
+4544.17 479.758 l
+h
+4559.68 399.758 m
+4551.92 391.391 4543.54 386.43 4529.91 386.43 c
+4499.21 386.43 4482.78 411.859 4482.78 461.156 c
+4482.78 511.078 4502.63 536.496 4528.05 536.496 c
+4553.78 536.496 4565.25 515.109 4565.25 478.832 c
+4565.25 475.109 4564.64 463.324 4563.7 457.121 c
+4505.41 457.121 l
+4506.03 422.707 4514.09 406.273 4532.39 406.273 c
+4542 406.273 4548.51 412.473 4554.72 420.852 c
+4559.68 399.758 l
+f
+4654.52 508.598 m
+4650.5 513.246 4644.29 516.652 4638.1 516.652 c
+4621.96 516.652 4612.67 493.715 4612.67 461.156 c
+4612.67 430.148 4621.35 408.449 4636.23 408.449 c
+4643.36 408.449 4649.87 414.34 4654.52 422.395 c
+4654.52 508.598 l
+h
+4654.52 390.461 m
+4654.52 403.488 l
+4648.32 393.871 4639.02 386.43 4628.48 386.43 c
+4604.6 386.43 4589.72 416.195 4589.72 459.602 c
+4589.72 505.805 4606.78 536.496 4633.44 536.496 c
+4641.81 536.496 4648.63 534.641 4654.52 530.922 c
+4654.52 599.445 l
+4676.53 603.469 l
+4676.53 390.461 l
+4654.52 390.461 l
+f
+4713.43 390.461 m
+4713.43 531.848 l
+4735.44 535.883 l
+4735.44 390.461 l
+4713.43 390.461 l
+h
+4708.77 582.387 m
+4708.77 592.004 4714.35 600.375 4724.58 600.375 c
+4734.81 600.375 4740.4 592.004 4740.4 582.387 c
+4740.4 572.777 4734.81 564.406 4724.58 564.406 c
+4714.35 564.406 4708.77 572.777 4708.77 582.387 c
+f
+4843.32 399.758 m
+4836.18 391.391 4825.96 386.43 4813.55 386.43 c
+4783.79 386.43 4766.73 411.859 4766.73 461.156 c
+4766.73 510.148 4784.09 536.496 4814.79 536.496 c
+4826.88 536.496 4836.18 531.848 4843.62 524.094 c
+4838.36 502.082 l
+4833.4 510.148 4823.78 516.652 4816.03 516.652 c
+4797.43 516.652 4789.68 497.746 4789.68 461.469 c
+4789.68 424.262 4797.74 406.273 4816.96 406.273 c
+4825.03 406.273 4832.47 412.473 4838.36 420.852 c
+4843.32 399.758 l
+f
+4923.61 461.469 m
+4899.74 457.434 4890.74 442.863 4890.74 427.355 c
+4890.74 414.027 4897.26 407.512 4906.25 407.512 c
+4912.76 407.512 4919.27 414.34 4923.61 421.469 c
+4923.61 461.469 l
+h
+4954.31 387.668 m
+4938.5 385.813 4928.57 390.461 4924.85 402.238 c
+4923.61 402.238 l
+4919.27 393.566 4911.21 386.43 4897.57 386.43 c
+4881.13 386.43 4868.11 402.551 4868.11 424.875 c
+4868.11 450.922 4884.85 474.797 4923.61 478.207 c
+4923.61 490.922 l
+4923.61 505.805 4918.34 516.34 4904.38 516.34 c
+4896.02 516.34 4884.23 509.523 4875.24 499.914 c
+4871.83 520.688 l
+4880.52 530.609 4895.09 536.496 4907.18 536.496 c
+4934.15 536.496 4945.62 514.797 4945.62 491.848 c
+4945.62 416.508 l
+4945.62 409.379 4948.42 406.273 4956.16 406.273 c
+4954.31 387.668 l
+f
+4984.98 390.461 m
+4984.98 599.445 l
+5006.99 603.469 l
+5006.99 390.461 l
+4984.98 390.461 l
+f
+1559.14 186.469 m
+1535.26 182.434 1526.27 167.863 1526.27 152.355 c
+1526.27 139.027 1532.78 132.512 1541.78 132.512 c
+1548.29 132.512 1554.79 139.34 1559.14 146.469 c
+1559.14 186.469 l
+h
+1589.83 112.668 m
+1574.02 110.813 1564.1 115.461 1560.38 127.238 c
+1559.14 127.238 l
+1554.79 118.566 1546.74 111.43 1533.1 111.43 c
+1516.66 111.43 1503.64 127.551 1503.64 149.875 c
+1503.64 175.922 1520.38 199.797 1559.14 203.207 c
+1559.14 215.922 l
+1559.14 230.805 1553.87 241.34 1539.91 241.34 c
+1531.54 241.34 1519.76 234.523 1510.77 224.914 c
+1507.35 245.688 l
+1516.04 255.609 1530.62 261.496 1542.71 261.496 c
+1569.68 261.496 1581.15 239.797 1581.15 216.848 c
+1581.15 141.508 l
+1581.15 134.379 1583.95 131.273 1591.69 131.273 c
+1589.83 112.668 l
+f
+1679.73 115.461 m
+1679.73 221.496 l
+1679.73 234.523 1674.15 240.109 1665.16 240.109 c
+1657.71 240.109 1649.35 232.973 1642.52 223.676 c
+1642.52 115.461 l
+1620.51 115.461 l
+1620.51 256.848 l
+1642.52 260.883 l
+1642.52 242.59 l
+1649.96 255.297 1662.06 261.496 1672.91 261.496 c
+1691.51 261.496 1701.75 244.445 1701.75 225.844 c
+1701.75 115.461 l
+1679.73 115.461 l
+f
+1796.6 233.598 m
+1792.57 238.246 1786.38 241.652 1780.17 241.652 c
+1764.05 241.652 1754.75 218.715 1754.75 186.156 c
+1754.75 155.148 1763.43 133.449 1778.31 133.449 c
+1785.44 133.449 1791.95 139.34 1796.6 147.395 c
+1796.6 233.598 l
+h
+1796.6 115.461 m
+1796.6 128.488 l
+1790.4 118.871 1781.1 111.43 1770.56 111.43 c
+1746.69 111.43 1731.81 141.195 1731.81 184.602 c
+1731.81 230.805 1748.86 261.496 1775.52 261.496 c
+1783.9 261.496 1790.71 259.641 1796.6 255.922 c
+1796.6 324.445 l
+1818.62 328.469 l
+1818.62 115.461 l
+1796.6 115.461 l
+f
+1933 115.461 m
+1889.6 309.25 l
+1913.15 309.25 l
+1945.71 153.293 l
+1978.27 309.25 l
+2001.84 309.25 l
+1958.43 115.461 l
+1933 115.461 l
+f
+2074.37 204.758 m
+2074.37 231.418 2068.16 241.652 2057 241.652 c
+2046.15 241.652 2037.16 226.457 2035.92 199.484 c
+2074.37 199.484 l
+2074.37 204.758 l
+h
+2089.87 124.758 m
+2082.12 116.391 2073.74 111.43 2060.11 111.43 c
+2029.4 111.43 2012.98 136.859 2012.98 186.156 c
+2012.98 236.078 2032.82 261.496 2058.24 261.496 c
+2083.97 261.496 2095.45 240.109 2095.45 203.832 c
+2095.45 200.109 2094.83 188.324 2093.9 182.121 c
+2035.61 182.121 l
+2036.23 147.707 2044.29 131.273 2062.59 131.273 c
+2072.2 131.273 2078.7 137.473 2084.91 145.852 c
+2089.87 124.758 l
+f
+2176.98 117.941 m
+2171.08 113.91 2162.71 111.43 2156.51 111.43 c
+2140.7 111.43 2125.51 119.496 2125.51 155.461 c
+2125.51 236.078 l
+2111.24 237.629 l
+2111.24 252.512 l
+2125.51 258.09 l
+2125.51 290.023 l
+2147.52 290.023 l
+2147.52 257.473 l
+2176.04 257.473 l
+2174.8 237.629 l
+2147.52 237.629 l
+2147.52 153.293 l
+2147.52 136.859 2153.11 131.586 2160.23 131.586 c
+2164.88 131.586 2170.47 134.68 2174.19 138.098 c
+2176.98 117.941 l
+f
+2254.17 204.758 m
+2254.17 231.418 2247.97 241.652 2236.81 241.652 c
+2225.96 241.652 2216.96 226.457 2215.72 199.484 c
+2254.17 199.484 l
+2254.17 204.758 l
+h
+2269.68 124.758 m
+2261.92 116.391 2253.54 111.43 2239.91 111.43 c
+2209.21 111.43 2192.78 136.859 2192.78 186.156 c
+2192.78 236.078 2212.63 261.496 2238.05 261.496 c
+2263.78 261.496 2275.25 240.109 2275.25 203.832 c
+2275.25 200.109 2274.64 188.324 2273.7 182.121 c
+2215.41 182.121 l
+2216.04 147.707 2224.09 131.273 2242.39 131.273 c
+2252 131.273 2258.51 137.473 2264.72 145.852 c
+2269.68 124.758 l
+f
+2305.31 115.461 m
+2305.31 256.848 l
+2327.32 260.883 l
+2327.32 235.766 l
+2332.29 251.887 2340.65 261.496 2352.13 261.496 c
+2357.71 261.496 2362.98 258.703 2367.32 254.992 c
+2362.68 232.043 l
+2358.96 235.453 2354.61 238.859 2349.96 238.859 c
+2341.9 238.859 2333.53 226.77 2327.32 204.758 c
+2327.32 115.461 l
+2305.31 115.461 l
+f
+2390.56 115.461 m
+2390.56 256.848 l
+2412.58 260.883 l
+2412.58 115.461 l
+2390.56 115.461 l
+h
+2385.91 307.387 m
+2385.91 317.004 2391.49 325.375 2401.73 325.375 c
+2411.95 325.375 2417.54 317.004 2417.54 307.387 c
+2417.54 297.777 2411.95 289.406 2401.73 289.406 c
+2391.49 289.406 2385.91 297.777 2385.91 307.387 c
+f
+2508.68 115.461 m
+2508.68 221.496 l
+2508.68 234.523 2503.11 240.109 2494.11 240.109 c
+2486.67 240.109 2478.3 232.973 2471.47 223.676 c
+2471.47 115.461 l
+2449.46 115.461 l
+2449.46 256.848 l
+2471.47 260.883 l
+2471.47 242.59 l
+2478.92 255.297 2491.01 261.496 2501.87 261.496 c
+2520.47 261.496 2530.69 244.445 2530.69 225.844 c
+2530.69 115.461 l
+2508.68 115.461 l
+f
+2615.02 186.469 m
+2591.14 182.434 2582.15 167.863 2582.15 152.355 c
+2582.15 139.027 2588.66 132.512 2597.66 132.512 c
+2604.17 132.512 2610.67 139.34 2615.02 146.469 c
+2615.02 186.469 l
+h
+2645.71 112.668 m
+2629.9 110.813 2619.98 115.461 2616.26 127.238 c
+2615.02 127.238 l
+2610.67 118.566 2602.62 111.43 2588.97 111.43 c
+2572.54 111.43 2559.52 127.551 2559.52 149.875 c
+2559.52 175.922 2576.26 199.797 2615.02 203.207 c
+2615.02 215.922 l
+2615.02 230.805 2609.75 241.34 2595.79 241.34 c
+2587.42 241.34 2575.63 234.523 2566.65 224.914 c
+2563.23 245.688 l
+2571.92 255.609 2586.49 261.496 2598.58 261.496 c
+2625.56 261.496 2637.03 239.797 2637.03 216.848 c
+2637.03 141.508 l
+2637.03 134.379 2639.82 131.273 2647.57 131.273 c
+2645.71 112.668 l
+f
+2676.39 115.461 m
+2676.39 256.848 l
+2698.4 260.883 l
+2698.4 235.766 l
+2703.36 251.887 2711.73 261.496 2723.2 261.496 c
+2728.79 261.496 2734.05 258.703 2738.4 254.992 c
+2733.75 232.043 l
+2730.03 235.453 2725.68 238.859 2721.03 238.859 c
+2712.98 238.859 2704.6 226.77 2698.4 204.758 c
+2698.4 115.461 l
+2676.39 115.461 l
+f
+2790.47 116.086 m
+2753.57 257.473 l
+2775.59 257.473 l
+2800.7 152.668 l
+2824.88 257.473 l
+2846.9 257.473 l
+2799.15 72.9805 l
+2793.88 52.8242 2782.1 41.9766 2768.76 41.9766 c
+2762.26 41.9766 2755.43 44.1523 2748.3 49.418 c
+2752.95 68.957 l
+2758.53 64.3008 2763.18 62.1328 2767.22 62.1328 c
+2773.1 62.1328 2777.75 66.1641 2780.23 76.0859 c
+2790.47 116.086 l
+f
+2925.62 149.563 m
+2935.23 138.715 2944.54 132.824 2956.63 132.824 c
+2971.51 132.824 2982.98 144.301 2982.98 162.59 c
+2982.98 179.953 2974.61 193.285 2956.32 204.445 c
+2934.31 217.785 2918.8 237.316 2918.8 262.434 c
+2918.8 293.43 2941.12 313.273 2965 313.273 c
+2979.57 313.273 2992.6 308.012 3001.89 298.391 c
+2995.38 276.379 l
+2987.01 285.688 2977.09 291.887 2966.55 291.887 c
+2951.04 291.887 2940.81 280.727 2940.81 263.664 c
+2940.81 247.551 2950.12 235.453 2971.83 221.809 c
+2994.15 207.863 3005 188.324 3005 163.52 c
+3005 132.199 2983.92 111.43 2956.01 111.43 c
+2941.12 111.43 2928.72 117.316 2919.11 127.551 c
+2925.62 149.563 l
+f
+3105.75 124.758 m
+3098.62 116.391 3088.39 111.43 3075.99 111.43 c
+3046.22 111.43 3029.17 136.859 3029.17 186.156 c
+3029.17 235.148 3046.53 261.496 3077.23 261.496 c
+3089.32 261.496 3098.62 256.848 3106.06 249.094 c
+3100.79 227.082 l
+3095.83 235.148 3086.22 241.652 3078.47 241.652 c
+3059.86 241.652 3052.11 222.746 3052.11 186.469 c
+3052.11 149.262 3060.17 131.273 3079.39 131.273 c
+3087.45 131.273 3094.89 137.473 3100.79 145.852 c
+3105.75 124.758 l
+f
+3134.87 115.461 m
+3134.87 256.848 l
+3156.89 260.883 l
+3156.89 115.461 l
+3134.87 115.461 l
+h
+3130.22 307.387 m
+3130.22 317.004 3135.81 325.375 3146.04 325.375 c
+3156.27 325.375 3161.85 317.004 3161.85 307.387 c
+3161.85 297.777 3156.27 289.406 3146.04 289.406 c
+3135.81 289.406 3130.22 297.777 3130.22 307.387 c
+f
+3249.59 204.758 m
+3249.59 231.418 3243.39 241.652 3232.23 241.652 c
+3221.38 241.652 3212.38 226.457 3211.14 199.484 c
+3249.59 199.484 l
+3249.59 204.758 l
+h
+3265.09 124.758 m
+3257.34 116.391 3248.97 111.43 3235.32 111.43 c
+3204.63 111.43 3188.19 136.859 3188.19 186.156 c
+3188.19 236.078 3208.04 261.496 3233.47 261.496 c
+3259.2 261.496 3270.67 240.109 3270.67 203.832 c
+3270.67 200.109 3270.05 188.324 3269.12 182.121 c
+3210.83 182.121 l
+3211.45 147.707 3219.51 131.273 3237.8 131.273 c
+3247.42 131.273 3253.93 137.473 3260.13 145.852 c
+3265.09 124.758 l
+f
+3359.95 115.461 m
+3359.95 221.496 l
+3359.95 234.523 3354.37 240.109 3345.38 240.109 c
+3337.94 240.109 3329.57 232.973 3322.74 223.676 c
+3322.74 115.461 l
+3300.73 115.461 l
+3300.73 256.848 l
+3322.74 260.883 l
+3322.74 242.59 l
+3330.18 255.297 3342.27 261.496 3353.13 261.496 c
+3371.74 261.496 3381.96 244.445 3381.96 225.844 c
+3381.96 115.461 l
+3359.95 115.461 l
+f
+3488.61 124.758 m
+3481.47 116.391 3471.25 111.43 3458.85 111.43 c
+3429.08 111.43 3412.02 136.859 3412.02 186.156 c
+3412.02 235.148 3429.38 261.496 3460.09 261.496 c
+3472.18 261.496 3481.47 256.848 3488.92 249.094 c
+3483.65 227.082 l
+3478.69 235.148 3469.07 241.652 3461.33 241.652 c
+3442.72 241.652 3434.97 222.746 3434.97 186.469 c
+3434.97 149.262 3443.04 131.273 3462.26 131.273 c
+3470.32 131.273 3477.76 137.473 3483.65 145.852 c
+3488.61 124.758 l
+f
+3569.82 204.758 m
+3569.82 231.418 3563.62 241.652 3552.46 241.652 c
+3541.61 241.652 3532.62 226.457 3531.38 199.484 c
+3569.82 199.484 l
+3569.82 204.758 l
+h
+3585.32 124.758 m
+3577.58 116.391 3569.21 111.43 3555.56 111.43 c
+3524.86 111.43 3508.43 136.859 3508.43 186.156 c
+3508.43 236.078 3528.27 261.496 3553.7 261.496 c
+3579.43 261.496 3590.91 240.109 3590.91 203.832 c
+3590.91 200.109 3590.28 188.324 3589.35 182.121 c
+3531.06 182.121 l
+3531.69 147.707 3539.75 131.273 3558.04 131.273 c
+3567.66 131.273 3574.17 137.473 3580.36 145.852 c
+3585.32 124.758 l
+f
+3619.11 142.121 m
+3627.48 135.305 3636.47 130.969 3645.46 130.969 c
+3657.25 130.969 3664.37 139.641 3664.37 151.117 c
+3664.37 162.59 3658.17 170.344 3643.29 179.027 c
+3625 189.875 3614.15 202.59 3614.15 223.051 c
+3614.15 246 3631.51 261.496 3653.21 261.496 c
+3664.69 261.496 3675.22 256.848 3682.05 251.887 c
+3677.39 232.043 l
+3669.65 237.629 3661.58 241.652 3652.9 241.652 c
+3642.67 241.652 3635.22 234.836 3635.22 223.363 c
+3635.22 212.512 3639.88 205.383 3655.07 196.078 c
+3673.06 184.914 3685.46 172.199 3685.46 151.43 c
+3685.46 127.551 3668.1 111.43 3646.08 111.43 c
+3634.61 111.43 3622.82 115.773 3614.45 122.277 c
+3619.11 142.121 l
+f
+[/Separation (FBD C=65 M=3 Y=0 K=0) /DeviceCMYK
+{dup 0.65 mul exch dup 0.03 mul exch dup 0 mul exch 0 mul }
+] {} cs
+[1] sc
+[1] sc
+1310.06 115.09 m
+1310.06 115.09 l
+1294.41 115.09 1281.72 127.785 1281.72 143.441 c
+1281.72 557.297 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.297 c
+1338.41 143.441 l
+1338.41 127.785 1325.72 115.09 1310.06 115.09 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF