%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(r) 6.0.1 %%For: (Daniel) (le belv\216d\217re) %%Title: (Victoria Hall logos/mac) %%CreationDate: (26.6.2003) (23:28) %%BoundingBox: 30 58 562 704 %%HiResBoundingBox: 30 58 562 703.668 %%DocumentProcessColors: Magenta Yellow Black %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.0 0 %%+ procset Adobe_Illustrator_AI6_vars Adobe_Illustrator_AI6 %%+ procset Adobe_Illustrator_AI5 1.0 0 %AI5_FileFormat 2.1 %AI3_ColorUsage: Color %%DocumentCustomColors: (PANTONE 403 CV) %%CMYKCustomColor: 0 0.06 0.18 0.43 (PANTONE 403 CV) %%+ 0 0.09 0.23 0.56 (PANTONE 404 CV) %%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) %%+ Options: 1 16 0 1 0 1 1 1 0 1 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 %%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 () %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 17 16 594 808 %AI3_DocumentPreview: Macintosh_ColorPic %AI5_ArtSize: 595 841 %AI5_RulerUnits: 1 %AI5_ArtFlags: 1 0 0 1 0 0 1 1 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI5_OpenToView: -510 828 -2 863 703 58 1 1 3 40 %AI5_OpenViewLayers: 7 %%EndComments %%BeginProlog % ------------------------------------------------------ %%BeginResource: procset Adobe_level2_AI5 1.2 0 %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) %%Version: 1.2 0 %%CreationDate: (04/10/93) () %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) % ------------------------------------------------------ userdict /Adobe_level2_AI5 23 dict dup begin put % use packed arrays immediately % packedarray emulation /packedarray where not { userdict begin /packedarray { array astore readonly } bind def /setpacking /pop load def /currentpacking false def end 0 } if pop % activate packing now userdict /defaultpacking currentpacking put true setpacking % initialize, terminate % note : no binding loop needed here by design /initialize { Adobe_level2_AI5 begin } bind def /terminate { currentdict Adobe_level2_AI5 eq { end } if } bind def % mark for later stack clean-up mark % custom color business /setcustomcolor where not { /findcmykcustomcolor { 5 packedarray } bind def /setcustomcolor { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } % don't bind 'setcmykcolor in this procedure def } if % new version checks for non-numeric version strings (5.0.1 fix bh 10/25/93) % /gt38? {version cvx exec} stopped {pop true} {38 gt} ifelse def % newer version handles errors on clones with cvx or exec which would leave junk on the stack % (bh 12/2/93) /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put % test for Level 2 availability userdict /level2? systemdict /languagelevel known dup { pop systemdict /languagelevel get 2 ge } if put /level2ScreenFreq % halftoneDict level2ScreenFreq screenFreq { begin 60 % 60 lpi is default HalftoneType 1 eq { pop Frequency } if HalftoneType 2 eq { pop GrayFrequency } if HalftoneType 5 eq { pop Default level2ScreenFreq } if end } bind def userdict /currentScreenFreq level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put level2? not { % LEVEL 1+ EMULATIONS (typesetter/color printer extensions) % cmyk => gray conversion emulation % note this revision approved by Ed Taft % for correcting the out of gamut problem % in our current emulations % don't bind these guys so 'setgray/currentgray can be overloaded /setcmykcolor where not { % see red book II, pp. 305 /setcmykcolor { exch .11 mul add exch .59 mul add exch .3 mul add 1 exch sub setgray } def } if /currentcmykcolor where not { /currentcmykcolor { 0 0 0 1 currentgray sub } def } if % LEVEL 2 EMULATIONS % setoverprint emulation /setoverprint where not { /setoverprint /pop load def } if % selectfont emulation /selectfont where not { /selectfont { exch findfont exch dup type /arraytype eq { makefont } { scalefont } ifelse setfont } bind def } if % cshow emulation /cshow where not { % {proc} (string) /cshow { [ 0 0 5 -1 roll aload pop ] cvx bind forall } bind def } if } if % clean up cleartomark /anyColor? { add add add 0 ne } bind def /testColor { gsave setcmykcolor currentcmykcolor grestore } bind def /testCMYKColorThrough { testColor anyColor? } bind def userdict /composite? level2? { gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore add add add 4 eq } { 1 0 0 0 testCMYKColorThrough 0 1 0 0 testCMYKColorThrough 0 0 1 0 testCMYKColorThrough 0 0 0 1 testCMYKColorThrough and and and } ifelse put % *** other separation state tests if we're not on a composite page composite? not { userdict begin gsave /cyan? 1 0 0 0 testCMYKColorThrough def /magenta? 0 1 0 0 testCMYKColorThrough def /yellow? 0 0 1 0 testCMYKColorThrough def /black? 0 0 0 1 testCMYKColorThrough def grestore /isCMYKSep? cyan? magenta? yellow? black? or or or def /customColor? isCMYKSep? not def end } if end defaultpacking setpacking %%EndResource % ------------------------------------------------------ %%BeginProcSet: Adobe_ColorImage_AI6 1.0 0 % ColorImage Emulation and Separation Code for Grayscale, RGB and CMYK images % Version 1.0 12/25/95 % Copyright (C) 1995-96 % Adobe Systems Incorporated % All Rights Reserved % ------------------------------------------------------ userdict /Adobe_ColorImage_AI6 known not { userdict /Adobe_ColorImage_AI6 17 dict put } if userdict /Adobe_ColorImage_AI6 get begin % ------------------------------------------------------ % Routine Overview % % String Iterators % WalkRGBString (given a single source string, convert each pixel to cmyk and call a proc) % WalkCMYKString (given a single source string, get the components and call a proc) % % Level1 Emulator Routines % StuffRGBIntoGrayString % RGBToGrayImageProc % StuffCMYKIntoGrayString % CMYKToGrayImageProc % ColorImageCompositeEmulator % % ColorImage CMYK Separation Hacks (For [Applications] that only support planar images) % CMYKToSeparatedCMYKImageProc % % ColorImage and Utility Routines. % FourEqual % TestPlateIndex % colorimage % % ------------------------------------------------------ /initialize { Adobe_ColorImage_AI6 begin Adobe_ColorImage_AI6 { dup type /arraytype eq { dup xcheck { bind } if } if pop pop } forall } def /terminate { end } def currentdict /Adobe_ColorImage_AI6_Vars known not { /Adobe_ColorImage_AI6_Vars 14 dict def } if Adobe_ColorImage_AI6_Vars begin /channelcount 0 def /sourcecount 0 def /sourcearray 4 array def /plateindex -1 def /XIMask 0 def /XIBinary 0 def /XIChannelCount 0 def /XIBitsPerPixel 0 def /XIImageHeight 0 def /XIImageWidth 0 def /XIImageMatrix null def /XIBuffer null def /XIDataProc null def end /WalkRGBString null def /WalkCMYKString null def /StuffRGBIntoGrayString null def /RGBToGrayImageProc null def /StuffCMYKIntoGrayString null def /CMYKToGrayImageProc null def /ColorImageCompositeEmulator null def /SeparateCMYKImageProc null def /FourEqual null def /TestPlateIndex null def % define _colorimage if it doesn't already exist currentdict /_colorimage known not { /colorimage where { % sourcedictionary (systemdict or a separation proc redefinition) /colorimage get /_colorimage exch def } { /_colorimage null def } ifelse } if /_currenttransfer systemdict /currenttransfer get def /colorimage null def /XI null def % ------------------------------------------------------ % rgb proc out --WalkRGBString-- % ------------------------------------------------------ /WalkRGBString { % rgb proc out 0 3 index % rgb proc out outindex rgb dup length 1 sub 0 3 3 -1 roll { % rgb proc out outindex rgb index 3 getinterval { } forall % call the stuff proc % rgb proc out outindex r g b 5 index exec % push rgb for the next loop iteration % rgb proc out outindex 3 index % rgb proc out outindex rgb } for % clean up the stack % rgb proc out outindex rgb 5 { pop } repeat } def % ------------------------------------------------------ % cmyk proc gray --WalkCMYKString-- % ------------------------------------------------------ /WalkCMYKString { % cmyk proc gray 0 3 index % cmyk proc gray grayindex cmyk dup length 1 sub 0 4 3 -1 roll { % cmyk proc gray grayindex cmyk index 4 getinterval { } forall % cmyk proc gray grayindex c m y k 6 index exec % cmyk proc gray grayindex 3 index % cmyk proc gray grayindex cmyk } for % clean up the stack % cmyk proc gray grayindex cmyk 5 { pop } repeat } def % ------------------------------------------------------ % gray grayindex r g b --StuffRGBIntoGrayString-- gray grayindex % ------------------------------------------------------ /StuffRGBIntoGrayString { % gray grayindex r g b .11 mul exch % gray grayindex r bk g .59 mul add exch % gray grayindex bkgk r .3 mul add % gray grayindex k cvi 3 copy put % gray grayindex k pop 1 add } def % ------------------------------------------------------ % --RGBToGrayImageProc-- string % ------------------------------------------------------ /RGBToGrayImageProc { Adobe_ColorImage_AI6_Vars begin % call the source proc to get the chunky rgb string sourcearray 0 get exec % make a grayscale string of the same pixel count (ouch, pull me out of this loop) % rgb dup length 3 idiv string % roll off a copy of the gray string % rgb gray dup 3 1 roll % push the stuff proc that we want called by WalkRGBString % gray rgb gray /StuffRGBIntoGrayString load exch % call the rgb conversion iterator % gray rgb proc gray WalkRGBString % return the gray string % gray end } def % ------------------------------------------------------ % gray grayindex c m y k --StuffCMYKIntoGrayString-- gray grayindex % ------------------------------------------------------ /StuffCMYKIntoGrayString { % gray grayindex c m y k exch .11 mul add % gray grayindex c m yk exch .59 mul add % gray grayindex c mkyk exch .3 mul add % pin k to 255 % gray gray index k dup 255 gt { pop 255 } if % gray grayindex k 255 exch sub cvi 3 copy put % gray grayindex k pop 1 add } def % ------------------------------------------------------ % --CMYKToGrayImageProc-- string % ------------------------------------------------------ /CMYKToGrayImageProc { Adobe_ColorImage_AI6_Vars begin % call the source proc to get the chunky cmyk string sourcearray 0 get exec % make a grayscale string of the same pixel count (ouch, pull me out of this loop) % cmyk dup length 4 idiv string % roll off a copy of the gray string % cmyk gray dup 3 1 roll % push the stuff proc that we want called by WalkCMYKString % gray cmyk gray /StuffCMYKIntoGrayString load exch % call the cmyk iterator % gray cmyk proc gray WalkCMYKString % return the gray string % gray end } def % ------------------------------------------------------ % width height bitsperpixel matrix firstsource...lastsource multiplesources channelcount --ColorImageCompositeEmulator-- % ------------------------------------------------------ /ColorImageCompositeEmulator { % Channelcount is already saved in Adobe_ColorImage_AI6_Vars. Our data is always in chunky form so punt if someone % calls colorimage on a level 1 device with planar data. % channelcount and multiplesources are already saved in Adobe_ColorImage_AI6_Vars. The image operator isn't going to use them. pop true eq { % pop off the parameters and return Adobe_ColorImage_AI6_Vars /sourcecount get 5 add { pop } repeat } { Adobe_ColorImage_AI6_Vars /channelcount get 1 ne { Adobe_ColorImage_AI6_Vars begin % save off the original chunky source function sourcearray 0 3 -1 roll put % push the appropriate cover proc channelcount 3 eq { /RGBToGrayImageProc } { /CMYKToGrayImageProc } ifelse load end } if image } ifelse } def % ------------------------------------------------------ % --SeparateCMYKImageProc-- string % ------------------------------------------------------ /SeparateCMYKImageProc { Adobe_ColorImage_AI6_Vars begin sourcecount 0 ne { % planar case: call the source proc for the current plate and return its result sourcearray plateindex get exec } { % call the source proc to get the chunky cmyk string sourcearray 0 get exec % make a grayscale string of the same pixel count (ouch, pull me out of this loop) % cmyk dup length 4 idiv string % cmyk 0 2 index % cmyk gray grayindex cmyk plateindex 4 2 index length 1 sub { % cmyk gray grayindex cmyk channelindex get 255 exch sub % cmyk gray grayindex grayvalue 3 copy put pop 1 add % cmyk gray grayindex 2 index } for % return the gray string % cmyk gray grayindex cmyk pop pop exch pop } ifelse end } def % ------------------------------------------------------ % s1 s2 s3 s4 c1 c2 c3 c4 --FourEqual-- % ------------------------------------------------------ /FourEqual { % s1 s2 s3 s4 c1 c2 c3 c4 4 index ne { pop pop pop false } { % s1 s2 s3 s4 c1 c2 c3 4 index ne { pop pop false } { % s1 s2 s3 s4 c1 c2 4 index ne { pop false } { % s1 s2 s3 s4 c1 4 index eq } ifelse } ifelse } ifelse } def % ------------------------------------------------------ % --TestPlateIndex-- plateindex % ------------------------------------------------------ /TestPlateIndex { Adobe_ColorImage_AI6_Vars begin % assume we're not separating /plateindex -1 def /setcmykcolor where { pop gsave 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub grestore % cyan plate? 1 0 0 0 FourEqual { /plateindex 0 def } { % magenta plate? 0 1 0 0 FourEqual { /plateindex 1 def } { % yellow plate? 0 0 1 0 FourEqual { /plateindex 2 def } { % black plate 0 0 0 1 FourEqual { /plateindex 3 def } { 0 0 0 0 FourEqual { /plateindex 5 def } if } ifelse } ifelse } ifelse } ifelse pop pop pop pop } if plateindex end } def % ------------------------------------------------------ % width height bitsperpixel matrix firstsource...lastsource multiplesources channelcount --colorimage-- % ------------------------------------------------------ /colorimage { Adobe_ColorImage_AI6_Vars begin /channelcount 1 index def /sourcecount 2 index 1 eq { channelcount 1 sub } { 0 } ifelse def % setup for following if statement 4 sourcecount add index dup 8 eq exch 1 eq or not end % is this not 1 or 8 bit? { % Call the original proc if the image is at a weird bit depth. This will display a composite if we're separating, but too bad. /_colorimage load null ne { % call the original (they probably punt if we're separating) _colorimage } { % pop off the parameters and return Adobe_ColorImage_AI6_Vars /sourcecount get 7 add { pop } repeat } ifelse } { % Call the saved colorimage operator if this an rgb, we're printing a composite or we're separating % an image to a custom plate. The last case assumes that the separation procs surrounding us % take care of punching out dup 3 eq TestPlateIndex dup -1 eq exch 5 eq or or { % Call the colorimage emulator if we're printing to a level 1 device /_colorimage load null eq { ColorImageCompositeEmulator } { % call image if this is a grayscale so that Quark doesn't die on custom plates dup 1 eq { pop pop image } { % draw to the null device if we're on a custom plate Adobe_ColorImage_AI6_Vars /plateindex get 5 eq { gsave % stolen from PhotoShop 0 _currenttransfer exec 1 _currenttransfer exec eq { 0 _currenttransfer exec 0.5 lt } { 0 _currenttransfer exec 1 _currenttransfer exec gt } ifelse % push the appropriate transfer proc (first case is negative % second case is positive) and call settransfer { { pop 0 } } { { pop 1 } } ifelse systemdict /settransfer get exec } if _colorimage % restore from the null device if necessary Adobe_ColorImage_AI6_Vars /plateindex get 5 eq { grestore } if } ifelse } ifelse } { % Are we separating a grayscale image? dup 1 eq { % let the surrounding separation procset handle the separation pop pop image } { % pop channelcount and multiplesources since they're not used by the image operator pop pop % Prepare to call the image operator with a cover proc Adobe_ColorImage_AI6_Vars begin % save off the source procs for our cover proc % width height bitsperpixel matrix firstsource...lastsource sourcecount -1 0 { % width height bitsperpixel matrix firstsource...lastsource index exch sourcearray 3 1 roll put } for /SeparateCMYKImageProc load end % bypass the separation procset since some applications don't handle chunky and the % old separator doesn't handle colorimage systemdict /image get exec } ifelse } ifelse } ifelse } def % ------------------------------------------------------ % --XI-- % ------------------------------------------------------ /XI { Adobe_ColorImage_AI6_Vars begin gsave /XIMask exch 0 ne def /XIBinary exch 0 ne def pop pop /XIChannelCount exch def /XIBitsPerPixel exch def /XIImageHeight exch def /XIImageWidth exch def pop pop pop pop /XIImageMatrix exch def XIBitsPerPixel 1 eq { XIImageWidth 8 div ceiling cvi } { XIImageWidth XIChannelCount mul } ifelse /XIBuffer exch string def XIBinary { /XIDataProc { currentfile XIBuffer readstring pop } def % skip the %BeginBinary comment currentfile 128 string readline pop pop } { /XIDataProc { currentfile XIBuffer readhexstring pop } def } ifelse 0 0 moveto XIImageMatrix concat XIImageWidth XIImageHeight scale XIMask { XIImageWidth XIImageHeight false [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] /XIDataProc load % synch the PostScript fill with Illustrator's notion of the current fill /_lp /null ddef _fc /_lp /imagemask ddef imagemask } { XIImageWidth XIImageHeight XIBitsPerPixel [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] /XIDataProc load % call image if passed grayscale or bitmap data. Some applications % die if colorimage is called with gray data. XIChannelCount 1 eq { % Some applications refuse to separate a grayscale image to the black plate if % the currentgray is white. Hack around. gsave 0 setgray image grestore } { false XIChannelCount colorimage } ifelse } ifelse grestore end } def end %%EndProcSet % ------------------------------------------------------ %%BeginResource: procset Adobe_Illustrator_AI5 1.1 0 %%Title: (Adobe Illustrator (R) Version 5.0 Full Prolog) %%Version: 1.1 0 %%CreationDate: (3/7/1994) () %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) % ------------------------------------------------------ currentpacking true setpacking % 71 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_Illustrator_AI5_vars 81 dict dup begin put % paint operands /_eo false def /_lp /none def /_pf { } def % paint fill /_ps { } def % paint stroke /_psf { } def % paint string fill /_pss { } def % paint string stroke /_pjsf { } def % paint justified string fill /_pjss { } def % paint justified string stroke /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [ /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 ] def /_renderEnd [ null null null null /i1 /i1 /i1 /i1 ] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [ 0 0 ] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def /_wv 0 def % typography operators /Tx { } def /Tj { } def % compound path operators /CRender { } def % printing /_AI3_savepage { } def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc { } def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc { } def % pattern operands /_pd 1 dict def /_ed 15 dict def /_pm matrix def /_fm null def /_fd null def /_fdd null def /_sm null def /_sd null def /_sdd null def /_i null def % discard variables (12 total) /discardSave null def % holds save used in discard loop /buffer 256 string def % line buffer string : assume 256 chars/line /beginString null def % begin delimiter /endString null def % end delimiter /endStringLength null def % holds buffer size for reading by byte technique /layerCnt 1 def % internal variables for discard loop /layerCount 1 def /perCent (%) 0 get def /perCentSeen? false def /newBuff null def /newBuffButFirst null def /newBuffLast null def % variable for doing clipping without rendering /clipForward? false def % end the vars dictionary end % ========================================= userdict /Adobe_Illustrator_AI5 known not { userdict /Adobe_Illustrator_AI5 91 dict put } if userdict /Adobe_Illustrator_AI5 get begin % initialization /initialize % - initialize - { % pushing main on the stack Adobe_Illustrator_AI5 dup begin % push the vars dictionary Adobe_Illustrator_AI5_vars begin % at this point the main and vars dictionaries % are in the state we wish them to be % on exit from the initialize call % bind the procedures in the discard dictionary discardDict { bind pop pop } forall % begin the nc dictionary dup /nc get begin % bind the procs in main { % added a test for type = operatortype so procedures like Ln can be defined as an alias for 'pop dup xcheck 1 index type /operatortype ne and { bind } if pop pop } forall % turn off 'nc end newpath % on exit we have main and vars on top of dict stack } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_Illustrator_AI5_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add 6 2 roll /_cnt 0 ddef { 1 index eq { /_cnt _cnt 1 add ddef } if } forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke } ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath } ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } { % else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def } ifelse % graphic state operators /d % array phase d - { setdash } def /cf { } def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /XR % flag XR - { 0 ne /_eo exch ddef } def /H % - H - { } def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq { _eo {eoclip} {clip} ifelse /_doClip 0 ddef } if newpath } { /CRender { N } ddef } ifelse } def /n % - n - { N } def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf } ifelse } { /CRender { F } ddef } ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps } ifelse } { /CRender { S } ddef } ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { S } ifelse } { /CRender { B } ddef } ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type /stringtype eq { pop } if } if % used to call newpath only if _polo was 0; now newpath is called unconditionally (bh 3/24/94) newpath } def % group operators /u % - u - { } def /U % - U - { } def /q % - q - { _pola 0 eq { gsave } if } def /Q % - Q - { _pola 0 eq { grestore } if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq { CRender } if } def /D % polarized D - { pop } def /*w % - *w - { } def /*W % - *W - { } def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef % * special case of clipping forward without rendering % use 'nulldevice if true clipForward? { nulldevice } if 6 1 roll 4 npop concat pop userdict begin /showpage { } def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash /setstrokeadjust where {pop false setstrokeadjust} if newpath 0 setgray false setoverprint } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def % annotate page operator /annotatepage { userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse } def % object tag operator % joe holt November 20, 1994 % /name (value) XT /XT { pop pop } def % begin layer PostScript implementation % general purpose discard loop % works on early level 1 (v.23, v.38) PostScript printers % version 0.02 04/03/93 % Bill Woodruff % constraints : % if nested discards must be handled % then the begin and end delimiting % strings must be of equal length % arguments % #nestingFlag % #nestingFlag = 0 no nesting % #nestingFlag = 1 nesting % non-nested case % note : since the non-nested case is invoked % after the ocurrence of a beginning string % we only have to look for the ending string % it is not necessary to specify a beginning string % 0 (endString) % nested case % (beginString) 1 (endString) % the discard procedure is defined in the main dictionary % it turns the discard dictionary on to execute the discard function /discard { % test for version, hash a key % get and execute the discard procedure from dictionary % execute it in a stopped context so we can bail with 'stop % wrap it in a save so we don't have to reset variables save /discardSave exch store discardDict begin /endString exch store gt38? { 2 add } if load stopped pop end discardSave restore } bind def % build the discard dictionary which will contain only procedures userdict /discardDict 7 dict dup begin put % pre 38 initialization /pre38Initialize { % used as buffer size for reading by byte technique /endStringLength endString length store /newBuff buffer 0 endStringLength getinterval store % new buffer equal in length to end string /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store % pointer to from 2nd to last char in new buffer /newBuffLast newBuff endStringLength 1 sub 1 getinterval store % pointer to last char in new buffer } def % for <=38 /shiftBuffer { % shift last chars of newBuff to start of newBuff newBuff 0 newBuffButFirst putinterval % new character into last byte of newBuff newBuffLast 0 currentfile read not { stop } if put } def % discard procedures % no nesting, older ps 0 { pre38Initialize mark % fill the buffer currentfile newBuff readstring exch pop { { newBuff endString eq { cleartomark stop } if shiftBuffer } loop } { stop } ifelse } def % nesting, older ps 1 { pre38Initialize /beginString exch store mark currentfile newBuff readstring exch pop { { newBuff beginString eq { /layerCount dup load 1 add store } { newBuff endString eq { /layerCount dup load 1 sub store layerCount 0 eq { cleartomark stop } if } if } ifelse shiftBuffer } loop } if } def % no nesting, newer ps 2 { mark { % read a line : exit if end of file reached currentfile buffer readline not { stop } if % end of layer ? endString eq { cleartomark stop } if } loop } def % nesting, newer ps 3 { /beginString exch store /layerCnt 1 store mark { % read a line : exit if end of file reached currentfile buffer readline not { stop } if % start of layer ? dup beginString eq { % update layer counter pop /layerCnt dup load 1 add store } { % end of layer ? endString eq { % stop if we're not nested layerCnt 1 eq { cleartomark stop } { % nested : decrement layer counter /layerCnt dup load 1 sub store } ifelse } if } ifelse } loop } def % end discard dictionary end % define the dictionary for clipping without rendering userdict /clipRenderOff 15 dict dup begin put % flag for marking this dictionary as active % so we can test in /` and wrap placed % elements in nulldevice % /clipForward? true def % re-define rendering primitives to clip and newpath % based on value of /_doClip flag { /n /N /s /S /f /F /b /B } { { _doClip 1 eq { /_doClip 0 ddef _eo {eoclip} {clip} ifelse } if newpath } def } forall % modify 'Tr so Tj and Tx are never set up by % the calls to 'a0, 'e0, etc. /Tr /pop load def % special case of 'cshow ? % is so, we'll have to overload toplevels % /patternashow /patternawidthshow % /patternashowstroke % /patternawidthshowstroke % /ss /jss /sp /jsp % perhaps we can bracket out patterns at a higher level ? % for example, by modifying 'E to pop off its parameters % call to 'show in 'patternpath ? % calls to 'ashow in '_psf ? % calls to 'awidthshow in '_pjsf ? % calls to 'widthshow in '_jss and '_jsp ? % disable gradient operators /Bb {} def /BB /pop load def /Bg {12 npop} def /Bm {6 npop} def /Bc /Bm load def /Bh {4 npop} def % end dictionary for clipping without rendering end /Lb % visible preview enabled printing dimmed masks colorIndex red green blue ==> Lb { 4 npop 6 1 roll pop 4 1 roll pop pop pop % #masks #printing % assume that % masks = 1 masks forward, masks = 0 no masking or only local masking % do the right thing for printing and masking layer 0 eq { % non-printing layer 0 eq { % no masking forward from this layer % nested discard call (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard } { % masking forward from this layer % no printing, but clip path must survive % set the clipForward? flag in the vars dict /clipForward? true def % redefine Tx and Tj in the vars dict /Tx /pop load def /Tj /pop load def % turn on the no rendering dictionary currentdict end clipRenderOff begin begin } ifelse } { % printing layer % encapsulate layer with 'save % only if there is no masking forward 0 eq { save /discardSave exch store } if } ifelse } bind def % end layer : % assume that if discardSave is non-null % then the layer was bracketed by 'save...restore % else we must test for clipping forward /LB % ==> Lb ==> ..... { discardSave dup null ne { % undo the save restore } { pop clipForward? { % assume dictionary stack : % vars % clipRenderOff % main currentdict end end begin % dictionary stack : % vars % main /clipForward? false ddef } if } ifelse } bind def % begin palette discard % assume no nesting /Pb % topLeftCell selected Pb - { pop pop % non nested discard 0 (%AI5_EndPalette) discard } bind def % other type of discard % assume no nesting /Np { 0 (%AI5_End_NonPrinting--) discard } bind def % express layer name /Ln /pop load def % ==> Ln ==> ..... % path center-point flag operator /Ap % value Ap - /pop load def % device-independent flatness /Ar { 72 exch div 0 dtransform dup mul exch dup mul add sqrt dup 1 lt { pop 1 } if setflat } def % multi-layer clipping /Mb { q } def /Md { } def /MB { Q } def % null color operators /nc 3 dict def nc begin /setgray % gray setgray - { pop } bind def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 4 npop } bind def /setcustomcolor % object tint setcustomcolor - { 2 npop } bind def % exit 'nc dictionary currentdict readonly pop end % exit main dictionary % currentdict readonly pop end setpacking %%EndResource %%EndProlog %%BeginSetup Adobe_level2_AI5 /initialize get exec Adobe_ColorImage_AI6 /initialize get exec Adobe_Illustrator_AI5 /initialize get exec %AI5_Begin_NonPrinting Np 8 Bn %AI5_BeginGradient: (Acier) (Acier) 0 3 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 %_Br < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > 0 %_Br [ 0 0 50 100 %_Bs 1 0 50 70 %_Bs 0 0 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Arc-en-ciel) (Arc-en-ciel) 0 6 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 1 0 0 1 %_Br 1 < 0708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E 2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F50515253545556 5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E 7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6 A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6 F7F8F9FAFBFCFDFEFF > 0 0 1 %_Br 1 < 00000000000000000000000000000000000001010101010101010101010101010101010101010101 01010101010101010101010101010202020202020202020202020202020202020202020202020202 02020202020202020202030303030303030303030303030303030303030303030303030303030303 03030303030304040404040404040404040404040404040404040404040404040404040404040404 04040505050505050505050505050505050505050505050505050505050505050505050505050606 06060606060606060606060606060606060606060606060606060606060606060606070707070707 07070707070707070707070707070707 > < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 1 %_Br < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > 0 1 0 1 %_Br 0 < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 1 0 1 %_Br [ 0 1 0 0 1 50 100 %_Bs 1 1 0 0 1 50 80 %_Bs 1 0.0279 0 0 1 50 60 %_Bs 1 0 1 0 1 50 40 %_Bs 0 0 1 0 1 50 20 %_Bs 0 1 1 0 1 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Jaune-orange radial) (Jaune-orange radial) 1 2 Bd [ 0 < 0001010203040506060708090A0B0C0C0D0E0F10111213131415161718191A1B1C1D1D1E1F202122 232425262728292A2B2B2C2D2E2F303132333435363738393A3B3C3D3E3E3F404142434445464748 494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60606162636465666768696A6B6C6D6E6F 707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C > < FFFFFFFFFEFEFEFEFEFEFEFDFDFDFDFDFDFCFCFCFCFCFCFBFBFBFBFBFBFAFAFAFAFAFAF9F9F9F9F9 F9F8F8F8F8F8F8F7F7F7F7F7F7F6F6F6F6F6F6F5F5F5F5F5F5F4F4F4F4F4F3F3F3F3F3F3F2F2F2F2 F2F2F1F1F1F1F1F0F0F0F0F0F0EFEFEFEFEFEFEEEEEEEEEEEDEDEDEDEDEDECECECECECEBEBEBEBEB EBEAEAEAEAEAE9E9E9E9E9E9E8E8E8E8E8E8E7E7E7E7E7E6E6E6E6E6E5 > 0 1 %_Br [ 0 0 1 0 1 52 19 %_Bs 0 0.55 0.9 0 1 50 100 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Jaune-violet radial) (Jaune-violet radial) 1 2 Bd [ < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > < 1415161718191A1B1C1D1E1F1F202122232425262728292A2A2B2C2D2E2F30313233343536363738 393A3B3C3D3E3F40414142434445464748494A4B4C4D4D4E4F50515253545556575858595A5B5C5D 5E5F60616263646465666768696A6B6C6D6E6F6F707172737475767778797A7B7B7C7D7E7F808182 83848586868788898A8B8C8D8E8F90919292939495969798999A9B9C9D9D9E9FA0A1A2A3A4A5A6A7 A8A9A9AAABACADAEAFB0B1B2B3B4B4B5B6B7B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C9CACBCB CCCDCECFD0D1D2D3D4D5D6D7D7D8D9DADBDCDDDEDFE0E1E2E2E3E4E5E6E7E8E9EAEBECEDEEEEEFF0 F1F2F3F4F5F6F7F8F9F9FAFBFCFDFEFF > < ABAAAAA9A8A7A7A6A5A5A4A3A3A2A1A1A09F9F9E9D9D9C9B9B9A9999989797969595949393929191 908F8F8E8D8D8C8B8B8A8989888787868585848383828181807F7F7E7D7D7C7B7B7A797978777776 7575747373727171706F6F6E6D6D6C6B6B6A6969686767666565646362626160605F5E5E5D5C5C5B 5A5A5958585756565554545352525150504F4E4E4D4C4C4B4A4A4948484746464544444342424140 403F3E3E3D3C3C3B3A3A3938383736363534343332323130302F2E2E2D2C2C2B2A2A292828272626 25242423222121201F1F1E1D1D1C1B1B1A1919181717161515141313121111100F0F0E0D0D0C0B0B 0A090908070706050504030302010100 > 0 1 %_Br [ 0 0.08 0.67 0 1 50 14 %_Bs 1 1 0 0 1 50 100 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Noir et blanc) (Noir et blanc) 0 2 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 %_Br [ 0 0 50 100 %_Bs 1 0 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Rose-jaune-vert) (Rose-jaune-vert) 0 3 Bd [ < 00000000000000000000000000000000000000010101010101010101010101010101010101010101 01010101010202020202020202020202020202020202020202020203030303030303030303030303 03030303030303030404040404040404040404040404040404040404050505050505050505050505 05050505050505060606060606060606060606060606060606060707070707070707070707070707 07070707080808080808080808080808080808080809090909090909090909090909090909090A0A 0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0C0C0C0C0C0C0C0C0C 0C0C0C0C0C0C0C0D0D0D0D0D > < 050506060606070708080809090A0A0A0B0B0C0C0D0D0E0E0F0F1010111112121313141415151617 17181819191A1A1B1C1C1D1D1E1F1F202021222223232425252626272828292A2A2B2C2C2D2D2E2F 2F3031313233333435353637373839393A3B3B3C3D3E3E3F4040414242434445454647474849494A 4B4C4C4D4E4F4F505151525354545556575758595A5A5B5C5C5D5E5F5F6061626363646566666768 69696A6B6C6C6D6E6F707071727373747576777778797A7B7B7C7D7E7F7F80818283838485868787 88898A8B8B8C8D8E8F8F9091929394949596979898999A9B9C9D9D9E9FA0A1A2A2A3A4A5A6A7A7A8 A9AAABACADADAEAFB0B1B2B2 > < CCCCCBCBCBCACACAC9C9C8C8C7C7C6C6C5C5C4C4C3C2C2C1C1C0C0BFBEBEBDBDBCBBBBBAB9B9B8B7 B7B6B6B5B4B4B3B2B1B1B0AFAFAEADADACABAAAAA9A8A8A7A6A5A5A4A3A2A2A1A0A09F9E9D9C9C9B 9A999998979696959493929291908F8E8E8D8C8B8A8A8988878686858483828181807F7E7D7C7C7B 7A7978777776757473727171706F6E6D6C6B6A6A69686766656463636261605F5E5D5C5B5B5A5958 5756555453525151504F4E4D4C4B4A49484746464544434241403F3E3D3C3B3A3938383736353433 3231302F2E2D2C2B2A29282726252423222221201F1E1D1C1B1A191817161514131211100F0E0D0C 0B0A09080706050403020100 > 0 1 %_Br < 737271706F6E6D6C6B6A696867666564636261605F5E5D5C5B5B5A59585756555453525150504F4E 4D4C4B4A4949484746454443434241403F3E3E3D3C3B3A3A393837363635343333323130302F2E2D 2D2C2B2A2A29282827262525242323222121201F1F1E1D1D1C1C1B1A1A1918181717161615141413 1312121111100F0F0E0E0D0D0C0C0C0B0B0A0A090908080807070606060505050404040303030202 020201010101010000000000 > < 00000000000000000000000001010101010101010101010101010101010101010101010102020202 02020202020202020202020202020202020202020202030303030303030303030303030303030303 03030303030303030303030303040404040404040404040404040404040404040404040404040404 04040404040404040404050505050505050505050505050505050505050505050505050505050505 050505050505050505050505 > < BFBFBFC0C0C0C0C0C0C0C0C0C1C1C1C1C1C1C1C1C1C2C2C2C2C2C2C2C2C2C2C3C3C3C3C3C3C3C3C3 C3C4C4C4C4C4C4C4C4C4C4C5C5C5C5C5C5C5C5C5C5C5C6C6C6C6C6C6C6C6C6C6C6C6C7C7C7C7C7C7 C7C7C7C7C7C7C8C8C8C8C8C8C8C8C8C8C8C8C8C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9CACACACACACA CACACACACACACACACACACBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCCCCC > 0 1 %_Br [ 0.05 0.7 0 0 1 50 100 %_Bs 0 0.02 0.8 0 1 57 36 %_Bs 0.45 0 0.75 0 1 37 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Vert-bleu) (Vert-bleu) 0 2 Bd [ < 99999A9A9B9B9B9C9C9D9D9D9E9E9F9F9FA0A0A1A1A1A2A2A3A3A3A4A4A5A5A5A6A6A7A7A7A8A8A9 A9A9AAAAABABABACACADADADAEAEAFAFAFB0B0B1B1B1B2B2B3B3B3B4B4B5B5B5B6B6B7B7B7B8B8B9 B9B9BABABBBBBBBCBCBDBDBDBEBEBFBFBFC0C0C1C1C1C2C2C3C3C3C4C4C5C5C5C6C6C7C7C7C8C8C9 C9C9CACACBCBCBCCCCCDCDCDCECECFCFCFD0D0D1D1D1D2D2D3D3D3D4D4D5D5D5D6D6D7D7D7D8D8D9 D9D9DADADBDBDBDCDCDDDDDDDEDEDFDFDFE0E0E1E1E1E2E2E3E3E3E4E4E5E5E5E6E6E7E7E7E8E8E9 E9E9EAEAEBEBEBECECEDEDEDEEEEEFEFEFF0F0F1F1F1F2F2F3F3F3F4F4F5F5F5F6F6F7F7F7F8F8F9 F9F9FAFAFBFBFBFCFCFDFDFDFEFEFFFF > < 000102020304050506070808090A0B0B0C0D0E0E0F101111121314141516171718191A1A1B1C1D1D 1E1F20202122232324252626272829292A2B2C2C2D2E2F2F303132323334353536373838393A3B3B 3C3D3E3E3F404141424344444546474748494A4A4B4C4D4D4E4F5050515253535455565657585959 5A5B5C5C5D5E5F5F606162626364656566676868696A6B6B6C6D6E6E6F7071717273747475767777 78797A7A7B7C7D7D7E7F80808182828384858586878888898A8B8B8C8D8E8E8F9091919293949495 96979798999A9A9B9C9D9D9E9FA0A0A1A2A3A3A4A5A6A6A7A8A9A9AAABACACADAEAFAFB0B1B2B2B3 B4B5B5B6B7B8B8B9BABBBBBCBDBEBEBF > < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 1 %_Br [ 1 0.75 0 0 1 50 100 %_Bs 0.6 0 1 0 1 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Violet-rouge-jaune) (Violet-rouge-jaune) 0 3 Bd [ 0 < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A > < CCCCCCCDCDCDCDCDCECECECECECFCFCFCFD0D0D0D0D0D1D1D1D1D1D2D2D2D2D2D3D3D3D3D3D4D4D4 D4D5D5D5D5D5D6D6D6D6D6D7D7D7D7D7D8D8D8D8D8D9D9D9D9DADADADADADBDBDBDBDBDCDCDCDCDC DDDDDDDDDDDEDEDEDEDFDFDFDFDFE0E0E0E0E0E1E1E1E1E1E2E2E2E2E2E3E3E3E3E4E4E4E4E4E5E5 E5E5E5E6E6E6E6E6E7E7E7E7E7E8E8E8E8E9E9E9E9E9EAEAEAEAEAEBEBEBEBEBECECECECECEDEDED EDEEEEEEEEEEEFEFEFEFEFF0F0F0F0F0F1F1F1F1F1F2F2F2F2F3F3F3F3F3F4F4F4F4F4F5F5F5F5F5 F6F6F6F6F6F7F7F7F7F8F8F8F8F8F9F9F9F9F9FAFAFAFAFAFBFBFBFBFBFCFCFCFCFDFDFDFDFDFEFE FEFEFEFFFFFF > 0 1 %_Br < E5E4E3E2E1E0DFDEDDDCDBDAD9D8D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBE BDBCBBBAB9B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A99989796 9594939291908F8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E 6D6C6B6A696867666564636261605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A49484746 4544434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F1E 1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403020100 > < E5E6E6E6E6E6E6E6E6E7E7E7E7E7E7E7E7E7E8E8E8E8E8E8E8E8E8E9E9E9E9E9E9E9E9E9EAEAEAEA EAEAEAEAEAEBEBEBEBEBEBEBEBEBECECECECECECECECECEDEDEDEDEDEDEDEDEDEEEEEEEEEEEEEEEE EEEFEFEFEFEFEFEFEFEFF0F0F0F0F0F0F0F0F0F1F1F1F1F1F1F1F1F1F2F2F2F2F2F2F2F2F2F3F3F3 F3F3F3F3F3F3F4F4F4F4F4F4F4F4F4F5F5F5F5F5F5F5F5F5F6F6F6F6F6F6F6F6F6F7F7F7F7F7F7F7 F7F7F8F8F8F8F8F8F8F8F8F9F9F9F9F9F9F9F9F9FAFAFAFAFAFAFAFAFAFBFBFBFBFBFBFBFBFBFCFC FCFCFCFCFCFCFCFDFDFDFDFDFDFDFDFDFEFEFEFEFEFEFEFEFEFFFFFFFFFF > < 00010203040405060708090A0B0C0C0D0E0F10111213141415161718191A1B1C1D1D1E1F20212223 242525262728292A2B2C2D2D2E2F30313233343535363738393A3B3C3D3D3E3F4041424344454546 4748494A4B4C4D4E4E4F50515253545556565758595A5B5C5D5E5E5F60616263646566666768696A 6B6C6D6E6E6F70717273747576767778797A7B7C7D7E7F7F80818283848586878788898A8B8C8D8E 8F8F90919293949596979798999A9B9C9D9E9F9FA0A1A2A3A4A5A6A7A7A8A9AAABACADAEAFAFB0B1 B2B3B4B5B6B7B8B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C8C9CACBCC > 0 1 %_Br [ 0 0.04 1 0 1 50 100 %_Bs 0 1 0.8 0 1 50 50 %_Bs 0.9 0.9 0 0 1 50 0 %_Bs BD %AI5_EndGradient %AI5_End_NonPrinting-- %AI5_BeginPalette 0 2 Pb Pn Pc 1 g Pc 0 g Pc 0 0 0 0 k Pc 0.75 g Pc 0.5 g Pc 0.25 g Pc 0 g Pc Bb 2 (Noir et blanc) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0 0 0 k Pc 0.5 0 0 0 k Pc 0.75 0 0 0 k Pc 1 0 0 0 k Pc 0.25 0.25 0 0 k Pc 0.5 0.5 0 0 k Pc 0.75 0.75 0 0 k Pc 1 1 0 0 k Pc Bb 2 (Rose-jaune-vert) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0.25 0 0 k Pc 0 0.5 0 0 k Pc 0 0.75 0 0 k Pc 0 1 0 0 k Pc 0 0.25 0.25 0 k Pc 0 0.5 0.5 0 k Pc 0 0.75 0.75 0 k Pc 0 1 1 0 k Pc Bb 0 0 0 0 Bh 2 (Jaune-violet radial) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0 0.25 0 k Pc 0 0 0.5 0 k Pc 0 0 0.75 0 k Pc 0 0 1 0 k Pc 0.25 0 0.25 0 k Pc 0.5 0 0.5 0 k Pc 0.75 0 0.75 0 k Pc 1 0 1 0 k Pc Bb 2 (Arc-en-ciel) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0.125 0 0 k Pc 0.5 0.25 0 0 k Pc 0.75 0.375 0 0 k Pc 1 0.5 0 0 k Pc 0.125 0.25 0 0 k Pc 0.25 0.5 0 0 k Pc 0.375 0.75 0 0 k Pc 0.5 1 0 0 k Pc Bb 2 (Acier) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0.25 0.125 0 k Pc 0 0.5 0.25 0 k Pc 0 0.75 0.375 0 k Pc 0 1 0.5 0 k Pc 0 0.125 0.25 0 k Pc 0 0.25 0.5 0 k Pc 0 0.375 0.75 0 k Pc 0 0.5 1 0 k Pc Bb 2 (Violet-rouge-jaune) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.125 0 0.25 0 k Pc 0.25 0 0.5 0 k Pc 0.375 0 0.75 0 k Pc 0.5 0 1 0 k Pc 0.25 0 0.125 0 k Pc 0.5 0 0.25 0 k Pc 0.75 0 0.375 0 k Pc 1 0 0.5 0 k Pc Bb 2 (Vert-bleu) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0.125 0.125 0 k Pc 0.5 0.25 0.25 0 k Pc 0.75 0.375 0.375 0 k Pc 1 0.5 0.5 0 k Pc 0.25 0.25 0.125 0 k Pc 0.5 0.5 0.25 0 k Pc 0.75 0.75 0.375 0 k Pc 1 1 0.5 0 k Pc Bb 0 0 0 0 Bh 2 (Jaune-orange radial) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.125 0.25 0.125 0 k Pc 0.25 0.5 0.25 0 k Pc 0.375 0.75 0.375 0 k Pc 0.5 1 0.5 0 k Pc 0.125 0.25 0.25 0 k Pc 0.25 0.5 0.5 0 k Pc 0.375 0.75 0.75 0 k Pc 0.5 1 1 0 k Pc 0 0 0 0 k Pc 0.125 0.125 0.25 0 k Pc 0.25 0.25 0.5 0 k Pc 0.375 0.375 0.75 0 k Pc 0.5 0.5 1 0 k Pc 0.25 0.125 0.25 0 k Pc 0.5 0.25 0.5 0 k Pc 0.75 0.375 0.75 0 k Pc 1 0.5 1 0 k Pc PB %AI5_EndPalette %%EndSetup %AI5_BeginLayer 1 1 1 1 0 0 0 79 128 255 Lb (Calque 1) Ln 1 A 1 Ap 0 O 0 g 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR 562 58 m 562 211 L 30 211 L 30 58 L 562 58 L f 0 A *u 0 Ap 0 0.06 0.18 0.43 k 136.8098 702.1863 m 120.9343 653.0074 L 119.2408 653.0074 L 102.2364 702.1863 L 97.7207 702.1863 L 97.7207 703.668 L 117.5475 703.668 L 117.5475 702.1863 L 110.7033 702.1863 L 123.1215 665.5667 L 134.9047 702.1863 L 127.7078 702.1863 L 127.7078 703.668 L 141.7489 703.668 L 141.7489 702.1863 L 136.8098 702.1863 l f *U *u 139.7028 682.8534 m 151.1331 682.8534 L 151.1331 655.2652 L 155.7195 655.2652 L 155.7195 653.7835 L 139.6322 653.7835 L 139.6322 655.2652 L 144.5007 655.2652 L 144.5007 681.3717 L 139.7028 681.3717 L 139.7028 682.8534 l f *U *u 185.7063 663.2383 m 184.7185 658.2286 180.9789 652.9368 173.3587 652.9368 c 165.1034 652.9368 158.8237 659.7104 158.8237 668.0362 c 158.8237 677.1382 165.8795 683.7001 174.2054 683.7001 c 180.7673 683.7001 184.789 679.6077 184.789 676.0798 c 184.789 673.822 183.2368 672.1286 181.1906 672.1286 c 179.1444 672.1286 177.8744 673.9631 177.8744 675.8681 c 177.8744 677.491 178.7211 678.6199 179.2855 679.1844 c 179.4972 679.4666 179.6383 679.6077 179.6383 679.89 c 179.6383 680.525 177.8744 682.289 174.0643 682.289 c 172.0886 682.289 169.1252 681.795 167.714 678.3377 c 166.5851 675.5859 166.5146 669.0946 166.5146 665.9195 c 166.5146 663.5205 166.5146 660.8393 167.2201 658.8637 c 167.9962 656.5353 169.9013 654.4891 173.5703 654.4891 c 179.4972 654.4891 182.9545 659.0048 183.9424 663.2383 C 185.7063 663.2383 l f *U *u 205.7995 681.3717 m 198.2498 681.3717 L 198.2498 660.3454 L 198.2498 658.1581 198.1792 655.1946 201.7071 655.1946 c 205.235 655.1946 205.7289 658.0875 205.9406 659.2165 c 207.4928 659.2165 L 207.14 657.5231 206.1523 652.9368 199.5903 652.9368 c 196.133 652.9368 193.3107 654.2774 192.2523 657.0997 c 191.6879 658.4403 191.6879 659.9926 191.6879 663.5911 c 191.6879 681.3717 L 187.1016 681.3717 L 187.1016 682.3595 L 189.7122 683.4884 191.8289 685.464 193.5929 687.6513 c 196.3447 690.9676 196.8386 693.0843 197.1914 694.5661 c 198.2498 694.5661 L 198.2498 682.8534 L 205.7995 682.8534 L 205.7995 681.3717 l f *U *u 223.7912 652.9368 m 215.677 652.9368 208.6213 659.5693 208.6213 668.2479 c 208.6213 677.0677 215.677 683.7001 223.7912 683.7001 c 231.6232 683.7001 238.679 677.2793 238.679 668.3185 c 238.679 659.2165 231.4115 652.9368 223.7912 652.9368 c f 1 D 228.7303 680.2427 m 227.6719 681.3011 225.9785 682.0773 223.8618 682.0773 c 221.8862 682.0773 220.1222 681.4422 218.9227 680.3839 c 216.4532 678.1966 216.4532 675.7976 216.4532 666.7662 c 216.4532 661.3332 216.5238 658.3698 218.9227 656.253 c 220.0516 655.1946 221.8156 654.5597 223.7912 654.5597 c 226.8958 654.5597 228.3775 656.1119 228.6597 656.3942 c 230.4942 658.2992 230.7059 660.3454 230.7059 668.2479 c 230.7059 670.1529 230.7059 672.058 230.6353 674.0337 c 230.5648 675.8681 230.4237 678.4082 228.7303 680.2427 c f *U *u 0 D 241.2899 682.8534 m 252.8614 682.8534 L 252.8614 676.0093 L 253.2142 676.9971 253.6376 678.126 254.6253 679.6077 c 256.2481 681.9362 258.4355 683.4884 261.1873 683.4884 c 263.7978 683.4884 265.7735 681.795 265.7735 679.3255 c 265.7735 677.2793 264.2918 675.6565 262.1045 675.6565 c 260.1994 675.6565 258.9999 676.856 258.7882 678.761 c 258.6472 680.2427 258.6472 680.5955 257.9416 680.5955 c 257.8005 680.5955 256.4598 680.525 254.9781 676.9971 c 253.0025 672.2697 252.932 668.4596 252.8614 663.8733 c 252.8614 655.2652 L 257.4477 655.2652 L 257.4477 653.7835 L 241.3604 653.7835 L 241.3604 655.2652 L 246.1584 655.2652 L 246.1584 681.3717 L 241.2899 681.3717 L 241.2899 682.8534 l f *U *u 267.7496 682.8534 m 279.1799 682.8534 L 279.1799 655.2652 L 283.7662 655.2652 L 283.7662 653.7835 L 267.679 653.7835 L 267.679 655.2652 L 272.5475 655.2652 L 272.5475 681.3717 L 267.7496 681.3717 L 267.7496 682.8534 l f *U *u 312.2012 659.0754 m 312.2012 656.6764 312.2012 654.983 313.824 654.983 c 314.7412 654.983 315.5174 655.8297 316.0113 656.253 c 316.858 655.2652 L 316.1524 654.5597 314.5296 652.9368 311.5661 652.9368 c 310.0139 652.9368 308.5322 653.4307 307.4738 654.2774 c 305.8509 655.618 305.6393 657.382 305.4981 658.7931 c 303.9458 655.6885 300.8413 652.9368 296.0434 652.9368 c 291.5982 652.9368 288.0703 655.4769 288.0703 659.8515 c 288.0703 664.1555 291.316 667.1895 296.0434 668.6712 c 299.1479 669.5885 303.0286 669.8708 305.6393 669.8708 c 305.6393 676.9265 L 305.4981 678.9727 305.3571 682.289 300.7002 682.289 c 297.5251 682.289 294.9145 680.3839 294.9145 679.3255 c 294.9145 678.4788 296.3961 677.5615 296.3961 675.9387 c 296.3961 674.3864 295.0556 672.9047 293.1505 672.9047 c 291.2454 672.9047 290.046 674.457 290.046 676.2209 c 290.046 679.6783 294.6322 683.7001 301.7586 683.7001 c 305.1454 683.7001 308.4616 682.5711 310.2255 680.8778 c 312.2012 678.8316 312.2012 676.5032 312.2012 673.822 C 312.2012 659.0754 l f 1 D 305.6393 668.6007 m 300.1357 668.5301 294.7028 666.9073 294.7028 661.1215 c 294.7028 657.6642 296.8901 656.1825 299.1479 656.1825 c 301.1236 656.1825 302.4642 657.2409 303.0992 657.8053 c 305.3571 659.9926 305.4981 662.4621 305.6393 666.0606 C 305.6393 668.6007 l f *U *u 0 D 366.1614 678.3377 m 346.4757 678.3377 L 346.4757 655.2652 L 352.8965 655.2652 L 352.8965 653.7835 L 332.1524 653.7835 L 332.1524 655.2652 L 338.2204 655.2652 L 338.2204 702.1157 L 332.0819 702.1157 L 332.0819 703.5974 L 352.6848 703.5974 L 352.6848 702.1157 L 346.4757 702.1157 L 346.4757 680.2427 L 366.1614 680.2427 L 366.1614 702.1157 L 359.7406 702.1157 L 359.7406 703.5974 L 380.2025 703.5974 L 380.2025 702.1157 L 374.2756 702.1157 L 374.2756 655.2652 L 380.4141 655.2652 L 380.4141 653.7835 L 359.8818 653.7835 L 359.8818 655.2652 L 366.1614 655.2652 L 366.1614 678.3377 l f *U *u 405.2515 641.4355 m 405.2515 639.0365 405.2515 637.3431 406.8744 637.3431 c 407.7916 637.3431 408.5678 638.1898 409.0616 638.6132 c 409.9084 637.6254 L 409.2028 636.9198 407.58 635.297 404.6165 635.297 c 403.0642 635.297 401.5825 635.7909 400.5242 636.6376 c 398.9013 637.9782 398.6896 639.7421 398.5485 641.1533 c 396.9962 638.0487 393.8917 635.297 389.0937 635.297 c 384.6486 635.297 381.1207 637.837 381.1207 642.2117 c 381.1207 646.5157 384.3663 649.5497 389.0937 651.0314 c 392.1983 651.9487 396.079 652.2309 398.6896 652.2309 c 398.6896 659.2867 L 398.5485 661.3329 398.4074 664.6491 393.7506 664.6491 c 390.5755 664.6491 387.9648 662.744 387.9648 661.6857 c 387.9648 660.839 389.4465 659.9217 389.4465 658.2989 c 389.4465 656.7466 388.106 655.2649 386.2008 655.2649 c 384.2958 655.2649 383.0963 656.8172 383.0963 658.5811 c 383.0963 662.0385 387.6826 666.0602 394.809 666.0602 c 398.1957 666.0602 401.5119 664.9313 403.2759 663.2379 c 405.2515 661.1917 405.2515 658.8633 405.2515 656.1821 C 405.2515 641.4355 l f 1 D 398.6896 650.9608 m 393.1861 650.8903 387.7532 649.2675 387.7532 643.4817 c 387.7532 640.0243 389.9404 638.5426 392.1983 638.5426 c 394.1739 638.5426 395.5145 639.601 396.1496 640.1654 c 398.4074 642.3527 398.5485 644.8223 398.6896 648.4207 C 398.6896 650.9608 l f *U *u 0 D 408.9048 703.5974 m 421.1114 703.5974 L 421.1114 655.2652 L 426.4738 655.2652 L 426.4738 653.7835 L 409.046 653.7835 L 409.046 655.2652 L 414.2673 655.2652 L 414.2673 702.1157 L 408.9048 702.1157 L 408.9048 703.5974 l f *U *u 428.0261 703.5974 m 440.2326 703.5974 L 440.2326 655.2652 L 445.595 655.2652 L 445.595 653.7835 L 428.1672 653.7835 L 428.1672 655.2652 L 433.3885 655.2652 L 433.3885 702.1157 L 428.0261 702.1157 L 428.0261 703.5974 l f *U 147.5347 644.2545 m 149.8631 644.2545 151.6976 642.42 151.6976 640.0915 c 151.6976 637.7631 149.8631 635.9287 147.5347 635.9287 c 145.2063 635.9287 143.3718 637.7631 143.3718 640.0915 c 143.3718 642.42 145.2063 644.2545 147.5347 644.2545 c f 275.5815 702.4006 m 277.9099 702.4006 279.7444 700.5661 279.7444 698.2377 c 279.7444 695.9093 277.9099 694.0748 275.5815 694.0748 c 273.2531 694.0748 271.4186 695.9093 271.4186 698.2377 c 271.4186 700.5661 273.2531 702.4006 275.5815 702.4006 c f *u 0 g 470.7425 657.3975 m 471.2328 657.3975 L 472.3674 654.2247 L 472.3814 654.2247 L 473.502 657.3975 L 473.9573 657.3975 L 472.6055 653.7835 L 472.1363 653.7835 L 470.7425 657.3975 l f *U *u 474.6481 655.4714 m 474.6551 654.8271 474.9913 654.0496 475.8388 654.0496 c 476.4831 654.0496 476.8333 654.4279 476.9734 654.9741 c 477.4146 654.9741 L 477.2255 654.1547 476.7493 653.6784 475.8388 653.6784 c 474.6902 653.6784 474.2069 654.5609 474.2069 655.5905 c 474.2069 656.543 474.6902 657.5025 475.8388 657.5025 c 477.0014 657.5025 477.4636 656.487 477.4286 655.4714 C 474.6481 655.4714 l f 1 D 476.9874 655.8426 m 476.9664 656.508 476.5532 657.1313 475.8388 657.1313 c 475.1174 657.1313 474.7182 656.501 474.6481 655.8426 C 476.9874 655.8426 l f *U *u 0 D 478.0206 657.3975 m 478.4268 657.3975 L 478.4268 656.55 L 478.4408 656.55 L 478.6649 657.1313 479.1552 657.4745 479.8065 657.4465 c 479.8065 657.0052 L 479.0081 657.0473 478.4618 656.4589 478.4618 655.7095 c 478.4618 653.7835 L 478.0206 653.7835 L 478.0206 657.3975 l f *U *u 482.3893 656.3399 m 482.3683 656.8862 481.9481 657.1313 481.4438 657.1313 c 481.0516 657.1313 480.5894 656.9772 480.5894 656.508 c 480.5894 656.1158 481.0376 655.9757 481.3388 655.8986 c 481.9271 655.7656 L 482.4314 655.6885 482.9566 655.3944 482.9566 654.764 c 482.9566 653.9796 482.1792 653.6784 481.5069 653.6784 c 480.6664 653.6784 480.0921 654.0707 480.0221 654.9531 c 480.4633 654.9531 L 480.4983 654.3578 480.9396 654.0496 481.5279 654.0496 c 481.9411 654.0496 482.5154 654.2317 482.5154 654.736 c 482.5154 655.1562 482.1232 655.2963 481.724 655.3944 c 481.1567 655.5204 L 480.5824 655.6745 480.1481 655.8706 480.1481 656.487 c 480.1481 657.2224 480.8695 657.5025 481.5069 657.5025 c 482.2283 657.5025 482.8026 657.1243 482.8306 656.3399 C 482.3893 656.3399 l f *U *u 483.5989 657.3975 m 484.0401 657.3975 L 484.0401 653.7835 L 483.5989 653.7835 L 483.5989 657.3975 l f 1 D 483.5989 658.7842 m 484.0401 658.7842 L 484.0401 658.0768 L 483.5989 658.0768 L 483.5989 658.7842 l f *U *u 0 D 488.1213 655.5905 m 488.1213 654.5539 487.519 653.6784 486.4124 653.6784 c 485.3058 653.6784 484.7035 654.5539 484.7035 655.5905 c 484.7035 656.627 485.3058 657.5025 486.4124 657.5025 c 487.519 657.5025 488.1213 656.627 488.1213 655.5905 c f 1 D 485.1447 655.5905 m 485.1447 654.8201 485.5649 654.0496 486.4124 654.0496 c 487.2599 654.0496 487.6801 654.8201 487.6801 655.5905 c 487.6801 656.3609 487.2599 657.1313 486.4124 657.1313 c 485.5649 657.1313 485.1447 656.3609 485.1447 655.5905 c f *U *u 0 D 488.7699 657.3975 m 489.2112 657.3975 L 489.2112 656.7741 L 489.2252 656.7741 L 489.3863 657.2084 489.8695 657.5025 490.3808 657.5025 c 491.3963 657.5025 491.7045 656.9702 491.7045 656.1088 c 491.7045 653.7835 L 491.2633 653.7835 L 491.2633 656.0387 L 491.2633 656.6621 491.0602 657.1313 490.3458 657.1313 c 489.6454 657.1313 489.2252 656.599 489.2112 655.8916 c 489.2112 653.7835 L 488.7699 653.7835 L 488.7699 657.3975 l f *U *u 497.6595 652.4458 m 497.2183 652.4458 L 497.2183 654.4699 L 497.2043 654.4699 L 497.0152 653.9516 496.4899 653.6784 495.9506 653.6784 c 494.851 653.6784 494.3257 654.5679 494.3257 655.5905 c 494.3257 656.613 494.851 657.5025 495.9506 657.5025 c 496.4759 657.5025 497.0502 657.1803 497.2393 656.7111 c 497.2533 656.7111 L 497.2533 657.3975 L 497.6595 657.3975 L 497.6595 652.4458 l f 1 D 495.9506 654.0496 m 496.8891 654.0496 497.2183 654.8411 497.2183 655.5905 c 497.2183 656.3399 496.8891 657.1313 495.9506 657.1313 c 495.1101 657.1313 494.767 656.3399 494.767 655.5905 c 494.767 654.8411 495.1101 654.0496 495.9506 654.0496 c f *U *u 0 D 501.4252 653.7835 m 501.019 653.7835 L 501.019 654.4349 L 501.005 654.4349 L 500.7739 653.9516 500.2976 653.6784 499.7583 653.6784 c 498.8478 653.6784 498.4906 654.2107 498.4906 655.0512 c 498.4906 657.3975 L 498.9319 657.3975 L 498.9319 655.0442 L 498.9529 654.3928 499.198 654.0496 499.8984 654.0496 c 500.6548 654.0496 500.984 654.764 500.984 655.4994 c 500.984 657.3975 L 501.4252 657.3975 L 501.4252 653.7835 l f *U *u 502.2137 656.2909 m 502.2557 657.1383 502.851 657.5025 503.6775 657.5025 c 504.3148 657.5025 505.0082 657.3064 505.0082 656.3399 c 505.0082 654.4208 L 505.0082 654.2528 505.0922 654.1547 505.2673 654.1547 c 505.3163 654.1547 505.3724 654.1687 505.4074 654.1827 c 505.4074 653.8115 L 505.3093 653.7905 505.2393 653.7835 505.1202 653.7835 c 504.672 653.7835 504.602 654.0356 504.602 654.4138 c 504.5879 654.4138 L 504.2798 653.9446 503.9646 653.6784 503.2712 653.6784 c 502.6059 653.6784 502.0596 654.0076 502.0596 654.736 c 502.0596 655.7516 503.0471 655.7866 503.9996 655.8986 c 504.3638 655.9407 504.5669 655.9897 504.5669 656.3889 c 504.5669 656.9842 504.1397 657.1313 503.6214 657.1313 c 503.0751 657.1313 502.6689 656.8792 502.6549 656.2909 C 502.2137 656.2909 l f 1 D 504.5669 655.7586 m 504.5529 655.7586 L 504.4969 655.6535 504.3008 655.6185 504.1817 655.5975 c 503.4323 655.4644 502.5008 655.4714 502.5008 654.764 c 502.5008 654.3228 502.893 654.0496 503.3063 654.0496 c 503.9786 654.0496 504.5739 654.4769 504.5669 655.1843 C 504.5669 655.7586 l f *U *u 0 D 509.067 653.7835 m 508.6608 653.7835 L 508.6608 654.4699 L 508.6468 654.4699 L 508.4577 654.0006 507.8834 653.6784 507.3581 653.6784 c 506.2585 653.6784 505.7332 654.5679 505.7332 655.5905 c 505.7332 656.613 506.2585 657.5025 507.3581 657.5025 c 507.8974 657.5025 508.4226 657.2294 508.6118 656.7111 c 508.6258 656.7111 L 508.6258 658.7842 L 509.067 658.7842 L 509.067 653.7835 l f 1 D 507.3581 654.0496 m 508.2966 654.0496 508.6258 654.8411 508.6258 655.5905 c 508.6258 656.3399 508.2966 657.1313 507.3581 657.1313 c 506.5176 657.1313 506.1744 656.3399 506.1744 655.5905 c 506.1744 654.8411 506.5176 654.0496 507.3581 654.0496 c f *U *u 0 D 509.9051 657.3975 m 510.3113 657.3975 L 510.3113 656.55 L 510.3253 656.55 L 510.5494 657.1313 511.0397 657.4745 511.6911 657.4465 c 511.6911 657.0052 L 510.8926 657.0473 510.3463 656.4589 510.3463 655.7095 c 510.3463 653.7835 L 509.9051 653.7835 L 509.9051 657.3975 l f *U *u 512.1167 657.3975 m 512.5579 657.3975 L 512.5579 653.7835 L 512.1167 653.7835 L 512.1167 657.3975 l f 1 D 512.1167 658.7842 m 512.5579 658.7842 L 512.5579 658.0768 L 512.1167 658.0768 L 512.1167 658.7842 l f *U *u 0 D 474.8888 648.7714 m 474.7207 649.5418 474.0833 649.983 473.3549 649.983 c 472.0312 649.983 471.4709 648.8764 471.4709 647.7839 c 471.4709 646.6913 472.0312 645.5847 473.3549 645.5847 c 474.2794 645.5847 474.8678 646.2991 474.9588 647.1885 c 475.4351 647.1885 L 475.302 645.9629 474.5246 645.1784 473.3549 645.1784 c 471.7791 645.1784 470.9947 646.4181 470.9947 647.7839 c 470.9947 649.1496 471.7791 650.3893 473.3549 650.3893 c 474.3005 650.3893 475.239 649.822 475.365 648.7714 C 474.8888 648.7714 l f *U *u 479.3115 647.7068 m 479.3115 646.5582 479.0314 645.1784 477.6026 645.1784 c 476.1738 645.1784 475.8937 646.5582 475.8937 647.6998 c 475.8937 648.8484 476.1738 650.2282 477.6026 650.2282 c 479.0314 650.2282 479.3115 648.8484 479.3115 647.7068 c f 1 D 476.3349 647.7068 m 476.3349 646.8524 476.482 645.5496 477.6026 645.5496 c 478.7232 645.5496 478.8703 646.8524 478.8703 647.7068 c 478.8703 648.5543 478.7232 649.857 477.6026 649.857 c 476.482 649.857 476.3349 648.5543 476.3349 647.7068 c f *U *u 0 D 481.982 650.2842 m 482.6824 650.2842 L 484.4123 645.8998 L 486.1352 650.2842 L 486.8356 650.2842 L 486.8356 645.2835 L 486.3593 645.2835 L 486.3593 649.6048 L 486.3453 649.6048 L 484.6364 645.2835 L 484.1882 645.2835 L 482.4722 649.6048 L 482.4582 649.6048 L 482.4582 645.2835 L 481.982 645.2835 L 481.982 650.2842 l f *U *u 490.4167 648.9465 m 490.3397 649.4858 489.9615 649.857 489.3942 649.857 c 488.2526 649.857 488.0424 648.5543 488.0424 647.6648 c 488.0565 647.6648 L 488.2876 648.1481 488.8059 648.4772 489.3592 648.4772 c 490.3397 648.4772 490.977 647.7979 490.977 646.8383 c 490.977 645.8858 490.2837 645.1784 489.3171 645.1784 c 488.1265 645.1784 487.6012 645.8718 487.6012 647.7839 c 487.6012 648.3652 487.7483 650.2282 489.3522 650.2282 c 490.2136 650.2282 490.7529 649.8009 490.858 648.9465 C 490.4167 648.9465 l f 1 D 488.1335 646.8103 m 488.1335 646.117 488.5047 645.5496 489.3592 645.5496 c 490.0595 645.5496 490.5358 646.131 490.5358 646.8103 c 490.5358 647.5247 490.1016 648.106 489.3522 648.106 c 488.5817 648.106 488.1335 647.5317 488.1335 646.8103 c f *U *u 0 D 495.6786 650.2842 m 496.1549 650.2842 L 496.1549 646.6773 L 496.1549 645.6617 495.7767 645.1784 494.6981 645.1784 c 493.5494 645.1784 493.2973 646.0189 493.3043 646.8874 c 493.7806 646.8874 L 493.7946 646.4601 493.7526 645.5847 494.7401 645.5847 c 495.4825 645.5847 495.6786 645.9629 495.6786 646.8804 C 495.6786 650.2842 l f *U *u 497.3366 649.2406 m 498.107 649.2687 498.5833 649.2827 498.7164 650.1862 c 499.0735 650.1862 L 499.0735 645.2835 L 498.6323 645.2835 L 498.6323 648.9255 L 497.3366 648.9255 L 497.3366 649.2406 l f *U *u 503.182 647.9239 m 503.182 647.9099 L 503.8124 647.7839 504.1836 647.3146 504.1836 646.6562 c 504.1836 645.6687 503.4131 645.1784 502.4956 645.1784 c 501.5782 645.1784 500.8077 645.6687 500.8077 646.6562 c 500.8217 647.2936 501.1999 647.7979 501.8023 647.9099 c 501.8023 647.9239 L 501.291 648.078 501.0038 648.4632 501.0038 649.0025 c 501.0038 649.843 501.7673 650.2282 502.4886 650.2282 c 503.217 650.2282 503.9804 649.843 503.9804 649.0025 c 503.9804 648.4702 503.6793 648.071 503.182 647.9239 c f 1 D 503.7423 646.6562 m 503.7423 647.3636 503.154 647.7348 502.4956 647.7208 c 501.8233 647.7348 501.249 647.3776 501.249 646.6562 c 501.249 645.9208 501.8093 645.5496 502.4956 645.5496 c 503.182 645.5496 503.7423 645.9068 503.7423 646.6562 c f 503.5392 649.0025 m 503.5392 649.5628 503.084 649.857 502.4956 649.857 c 501.9564 649.857 501.4451 649.5628 501.4451 649.0025 c 501.4451 648.3442 501.9774 648.078 502.4956 648.092 c 503.0349 648.078 503.5392 648.3722 503.5392 649.0025 c f *U *u 0 D 506.882 650.2842 m 507.4143 650.2842 L 510.3279 646.0539 L 510.3419 646.0539 L 510.3419 650.2842 L 510.8182 650.2842 L 510.8182 645.2835 L 510.2859 645.2835 L 507.3723 649.5138 L 507.3583 649.5138 L 507.3583 645.2835 L 506.882 645.2835 L 506.882 650.2842 l f *U *u 511.5219 646.9294 m 513.7911 650.1862 L 514.1903 650.1862 L 514.1903 646.8734 L 514.9257 646.8734 L 514.9257 646.5022 L 514.1903 646.5022 L 514.1903 645.2835 L 513.7841 645.2835 L 513.7841 646.5022 L 511.5219 646.5022 L 511.5219 646.9294 l f 1 D 513.7841 646.8734 m 513.7841 649.5418 L 513.7701 649.5418 L 511.9211 646.8734 L 513.7841 646.8734 l f *U *u 0 D 515.8755 646.8453 m 515.8475 646.0679 516.3097 645.5496 517.1012 645.5496 c 517.7455 645.5496 518.3548 645.9349 518.3548 646.6352 c 518.3548 647.3286 517.8296 647.6718 517.1782 647.6718 c 516.807 647.6718 L 516.807 648.043 L 517.1782 648.043 L 517.6334 648.036 518.1727 648.3161 518.1727 648.9325 c 518.1727 649.5768 517.6895 649.857 517.1012 649.857 c 516.3658 649.857 515.9736 649.3457 515.9876 648.6173 c 515.5463 648.6173 L 515.5533 649.5418 516.1416 650.2282 517.0942 650.2282 c 517.8646 650.2282 518.614 649.85 518.614 648.9815 c 518.614 648.4492 518.3128 648.022 517.7875 647.8959 c 517.7875 647.8819 L 518.4249 647.7769 518.7961 647.3146 518.7961 646.6703 c 518.7961 645.7107 518.0117 645.1784 517.1082 645.1784 c 516.0926 645.1784 515.3642 645.7948 515.4343 646.8453 C 515.8755 646.8453 l f *U *u 0 0.06 0.18 0.43 (PANTONE 403 CV) 0 x 136.8098 525.4685 m 120.9343 476.2896 L 119.2408 476.2896 L 102.2364 525.4685 L 97.7207 525.4685 L 97.7207 526.9503 L 117.5475 526.9503 L 117.5475 525.4685 L 110.7033 525.4685 L 123.1215 488.8489 L 134.9047 525.4685 L 127.7078 525.4685 L 127.7078 526.9503 L 141.7489 526.9503 L 141.7489 525.4685 L 136.8098 525.4685 l f *U *u 139.7028 506.1356 m 151.1331 506.1356 L 151.1331 478.5474 L 155.7195 478.5474 L 155.7195 477.0657 L 139.6322 477.0657 L 139.6322 478.5474 L 144.5007 478.5474 L 144.5007 504.6539 L 139.7028 504.6539 L 139.7028 506.1356 l f *U *u 185.7063 486.5205 m 184.7185 481.5109 180.9789 476.219 173.3587 476.219 c 165.1034 476.219 158.8237 482.9926 158.8237 491.3184 c 158.8237 500.4205 165.8795 506.9823 174.2054 506.9823 c 180.7673 506.9823 184.789 502.89 184.789 499.3621 c 184.789 497.1042 183.2368 495.4109 181.1906 495.4109 c 179.1444 495.4109 177.8744 497.2453 177.8744 499.1504 c 177.8744 500.7733 178.7211 501.9022 179.2855 502.4666 c 179.4972 502.7489 179.6383 502.89 179.6383 503.1722 c 179.6383 503.8072 177.8744 505.5712 174.0643 505.5712 c 172.0886 505.5712 169.1252 505.0773 167.714 501.6199 c 166.5851 498.8682 166.5146 492.3768 166.5146 489.2017 c 166.5146 486.8027 166.5146 484.1215 167.2201 482.1459 c 167.9962 479.8175 169.9013 477.7713 173.5703 477.7713 c 179.4972 477.7713 182.9545 482.287 183.9424 486.5205 C 185.7063 486.5205 l f *U *u 205.7995 504.6539 m 198.2498 504.6539 L 198.2498 483.6276 L 198.2498 481.4403 198.1792 478.4769 201.7071 478.4769 c 205.235 478.4769 205.7289 481.3698 205.9406 482.4987 c 207.4928 482.4987 L 207.14 480.8053 206.1523 476.219 199.5903 476.219 c 196.133 476.219 193.3107 477.5597 192.2523 480.382 c 191.6879 481.7226 191.6879 483.2748 191.6879 486.8733 c 191.6879 504.6539 L 187.1016 504.6539 L 187.1016 505.6418 L 189.7122 506.7707 191.8289 508.7463 193.5929 510.9336 c 196.3447 514.2498 196.8386 516.3665 197.1914 517.8483 c 198.2498 517.8483 L 198.2498 506.1356 L 205.7995 506.1356 L 205.7995 504.6539 l f *U *u 223.7912 476.219 m 215.677 476.219 208.6213 482.8515 208.6213 491.5301 c 208.6213 500.3499 215.677 506.9823 223.7912 506.9823 c 231.6232 506.9823 238.679 500.5616 238.679 491.6007 c 238.679 482.4987 231.4115 476.219 223.7912 476.219 c f 1 D 228.7303 503.525 m 227.6719 504.5834 225.9785 505.3595 223.8618 505.3595 c 221.8862 505.3595 220.1222 504.7245 218.9227 503.6661 c 216.4532 501.4788 216.4532 499.0798 216.4532 490.0484 c 216.4532 484.6154 216.5238 481.652 218.9227 479.5353 c 220.0516 478.4769 221.8156 477.8419 223.7912 477.8419 c 226.8958 477.8419 228.3775 479.3942 228.6597 479.6764 c 230.4942 481.5814 230.7059 483.6276 230.7059 491.5301 c 230.7059 493.4352 230.7059 495.3403 230.6353 497.3159 c 230.5648 499.1504 230.4237 501.6905 228.7303 503.525 c f *U *u 0 D 241.2899 506.1356 m 252.8614 506.1356 L 252.8614 499.2915 L 253.2142 500.2794 253.6376 501.4082 254.6253 502.89 c 256.2481 505.2184 258.4355 506.7707 261.1873 506.7707 c 263.7978 506.7707 265.7735 505.0773 265.7735 502.6078 c 265.7735 500.5616 264.2918 498.9387 262.1045 498.9387 c 260.1994 498.9387 258.9999 500.1382 258.7882 502.0433 c 258.6472 503.525 258.6472 503.8778 257.9416 503.8778 c 257.8005 503.8778 256.4598 503.8072 254.9781 500.2794 c 253.0025 495.552 252.932 491.7418 252.8614 487.1555 c 252.8614 478.5474 L 257.4477 478.5474 L 257.4477 477.0657 L 241.3604 477.0657 L 241.3604 478.5474 L 246.1584 478.5474 L 246.1584 504.6539 L 241.2899 504.6539 L 241.2899 506.1356 l f *U *u 267.7496 506.1356 m 279.1799 506.1356 L 279.1799 478.5474 L 283.7662 478.5474 L 283.7662 477.0657 L 267.679 477.0657 L 267.679 478.5474 L 272.5475 478.5474 L 272.5475 504.6539 L 267.7496 504.6539 L 267.7496 506.1356 l f *U *u 312.2012 482.3576 m 312.2012 479.9586 312.2012 478.2652 313.824 478.2652 c 314.7412 478.2652 315.5174 479.1119 316.0113 479.5353 c 316.858 478.5474 L 316.1524 477.8419 314.5296 476.219 311.5661 476.219 c 310.0139 476.219 308.5322 476.7129 307.4738 477.5597 c 305.8509 478.9002 305.6393 480.6642 305.4981 482.0754 c 303.9458 478.9708 300.8413 476.219 296.0434 476.219 c 291.5982 476.219 288.0703 478.7591 288.0703 483.1338 c 288.0703 487.4378 291.316 490.4718 296.0434 491.9535 c 299.1479 492.8708 303.0286 493.153 305.6393 493.153 c 305.6393 500.2088 L 305.4981 502.255 305.3571 505.5712 300.7002 505.5712 c 297.5251 505.5712 294.9145 503.6661 294.9145 502.6078 c 294.9145 501.761 296.3961 500.8438 296.3961 499.221 c 296.3961 497.6687 295.0556 496.1869 293.1505 496.1869 c 291.2454 496.1869 290.046 497.7393 290.046 499.5032 c 290.046 502.9606 294.6322 506.9823 301.7586 506.9823 c 305.1454 506.9823 308.4616 505.8534 310.2255 504.16 c 312.2012 502.1138 312.2012 499.7854 312.2012 497.1042 C 312.2012 482.3576 l f 1 D 305.6393 491.8829 m 300.1357 491.8124 294.7028 490.1895 294.7028 484.4038 c 294.7028 480.9464 296.8901 479.4647 299.1479 479.4647 c 301.1236 479.4647 302.4642 480.5231 303.0992 481.0875 c 305.3571 483.2748 305.4981 485.7444 305.6393 489.3428 C 305.6393 491.8829 l f *U *u 0 D 366.1614 501.6199 m 346.4757 501.6199 L 346.4757 478.5474 L 352.8965 478.5474 L 352.8965 477.0657 L 332.1524 477.0657 L 332.1524 478.5474 L 338.2204 478.5474 L 338.2204 525.398 L 332.0819 525.398 L 332.0819 526.8797 L 352.6848 526.8797 L 352.6848 525.398 L 346.4757 525.398 L 346.4757 503.525 L 366.1614 503.525 L 366.1614 525.398 L 359.7406 525.398 L 359.7406 526.8797 L 380.2025 526.8797 L 380.2025 525.398 L 374.2756 525.398 L 374.2756 478.5474 L 380.4141 478.5474 L 380.4141 477.0657 L 359.8818 477.0657 L 359.8818 478.5474 L 366.1614 478.5474 L 366.1614 501.6199 l f *U *u 405.2515 464.7178 m 405.2515 462.3188 405.2515 460.6254 406.8744 460.6254 c 407.7916 460.6254 408.5678 461.4721 409.0616 461.8954 c 409.9084 460.9076 L 409.2028 460.2021 407.58 458.5792 404.6165 458.5792 c 403.0642 458.5792 401.5825 459.0731 400.5242 459.9198 c 398.9013 461.2604 398.6896 463.0244 398.5485 464.4355 c 396.9962 461.3309 393.8917 458.5792 389.0937 458.5792 c 384.6486 458.5792 381.1207 461.1193 381.1207 465.4939 c 381.1207 469.798 384.3663 472.8319 389.0937 474.3136 c 392.1983 475.2309 396.079 475.5131 398.6896 475.5131 c 398.6896 482.5689 L 398.5485 484.6151 398.4074 487.9313 393.7506 487.9313 c 390.5755 487.9313 387.9648 486.0262 387.9648 484.9679 c 387.9648 484.1212 389.4465 483.2039 389.4465 481.5811 c 389.4465 480.0288 388.106 478.5471 386.2008 478.5471 c 384.2958 478.5471 383.0963 480.0994 383.0963 481.8634 c 383.0963 485.3207 387.6826 489.3425 394.809 489.3425 c 398.1957 489.3425 401.5119 488.2135 403.2759 486.5202 c 405.2515 484.474 405.2515 482.1456 405.2515 479.4644 C 405.2515 464.7178 l f 1 D 398.6896 474.2431 m 393.1861 474.1725 387.7532 472.5497 387.7532 466.7639 c 387.7532 463.3066 389.9404 461.8249 392.1983 461.8249 c 394.1739 461.8249 395.5145 462.8833 396.1496 463.4477 c 398.4074 465.635 398.5485 468.1045 398.6896 471.703 C 398.6896 474.2431 l f *U *u 0 D 408.9048 526.8797 m 421.1114 526.8797 L 421.1114 478.5474 L 426.4738 478.5474 L 426.4738 477.0657 L 409.046 477.0657 L 409.046 478.5474 L 414.2673 478.5474 L 414.2673 525.398 L 408.9048 525.398 L 408.9048 526.8797 l f *U *u 428.0261 526.8797 m 440.2326 526.8797 L 440.2326 478.5474 L 445.595 478.5474 L 445.595 477.0657 L 428.1672 477.0657 L 428.1672 478.5474 L 433.3885 478.5474 L 433.3885 525.398 L 428.0261 525.398 L 428.0261 526.8797 l f *U 147.5347 467.5367 m 149.8631 467.5367 151.6976 465.7022 151.6976 463.3738 c 151.6976 461.0454 149.8631 459.2109 147.5347 459.2109 c 145.2063 459.2109 143.3718 461.0454 143.3718 463.3738 c 143.3718 465.7022 145.2063 467.5367 147.5347 467.5367 c f 275.5815 525.6828 m 277.9099 525.6828 279.7444 523.8484 279.7444 521.5199 c 279.7444 519.1915 277.9099 517.357 275.5815 517.357 c 273.2531 517.357 271.4186 519.1915 271.4186 521.5199 c 271.4186 523.8484 273.2531 525.6828 275.5815 525.6828 c f *u 0 g 470.7425 480.6797 m 471.2328 480.6797 L 472.3674 477.507 L 472.3814 477.507 L 473.502 480.6797 L 473.9573 480.6797 L 472.6055 477.0657 L 472.1363 477.0657 L 470.7425 480.6797 l f *U *u 474.6481 478.7537 m 474.6551 478.1093 474.9913 477.3319 475.8388 477.3319 c 476.4831 477.3319 476.8333 477.7101 476.9734 478.2564 c 477.4146 478.2564 L 477.2255 477.4369 476.7493 476.9607 475.8388 476.9607 c 474.6902 476.9607 474.2069 477.8432 474.2069 478.8727 c 474.2069 479.8252 474.6902 480.7848 475.8388 480.7848 c 477.0014 480.7848 477.4636 479.7692 477.4286 478.7537 C 474.6481 478.7537 l f 1 D 476.9874 479.1249 m 476.9664 479.7902 476.5532 480.4136 475.8388 480.4136 c 475.1174 480.4136 474.7182 479.7832 474.6481 479.1249 C 476.9874 479.1249 l f *U *u 0 D 478.0206 480.6797 m 478.4268 480.6797 L 478.4268 479.8322 L 478.4408 479.8322 L 478.6649 480.4136 479.1552 480.7567 479.8065 480.7287 c 479.8065 480.2875 L 479.0081 480.3295 478.4618 479.7412 478.4618 478.9918 c 478.4618 477.0657 L 478.0206 477.0657 L 478.0206 480.6797 l f *U *u 482.3893 479.6221 m 482.3683 480.1684 481.9481 480.4136 481.4438 480.4136 c 481.0516 480.4136 480.5894 480.2595 480.5894 479.7902 c 480.5894 479.398 481.0376 479.2579 481.3388 479.1809 c 481.9271 479.0478 L 482.4314 478.9708 482.9566 478.6766 482.9566 478.0463 c 482.9566 477.2619 482.1792 476.9607 481.5069 476.9607 c 480.6664 476.9607 480.0921 477.3529 480.0221 478.2354 c 480.4633 478.2354 L 480.4983 477.6401 480.9396 477.3319 481.5279 477.3319 c 481.9411 477.3319 482.5154 477.514 482.5154 478.0183 c 482.5154 478.4385 482.1232 478.5786 481.724 478.6766 c 481.1567 478.8027 L 480.5824 478.9568 480.1481 479.1529 480.1481 479.7692 c 480.1481 480.5046 480.8695 480.7848 481.5069 480.7848 c 482.2283 480.7848 482.8026 480.4066 482.8306 479.6221 C 482.3893 479.6221 l f *U *u 483.5989 480.6797 m 484.0401 480.6797 L 484.0401 477.0657 L 483.5989 477.0657 L 483.5989 480.6797 l f 483.5989 482.0664 m 484.0401 482.0664 L 484.0401 481.3591 L 483.5989 481.3591 L 483.5989 482.0664 l f *U *u 488.1213 478.8727 m 488.1213 477.8362 487.519 476.9607 486.4124 476.9607 c 485.3058 476.9607 484.7035 477.8362 484.7035 478.8727 c 484.7035 479.9093 485.3058 480.7848 486.4124 480.7848 c 487.519 480.7848 488.1213 479.9093 488.1213 478.8727 c f 1 D 485.1447 478.8727 m 485.1447 478.1023 485.5649 477.3319 486.4124 477.3319 c 487.2599 477.3319 487.6801 478.1023 487.6801 478.8727 c 487.6801 479.6431 487.2599 480.4136 486.4124 480.4136 c 485.5649 480.4136 485.1447 479.6431 485.1447 478.8727 c f *U *u 0 D 488.7699 480.6797 m 489.2112 480.6797 L 489.2112 480.0564 L 489.2252 480.0564 L 489.3863 480.4906 489.8695 480.7848 490.3808 480.7848 c 491.3963 480.7848 491.7045 480.2525 491.7045 479.391 c 491.7045 477.0657 L 491.2633 477.0657 L 491.2633 479.321 L 491.2633 479.9443 491.0602 480.4136 490.3458 480.4136 c 489.6454 480.4136 489.2252 479.8813 489.2112 479.1739 c 489.2112 477.0657 L 488.7699 477.0657 L 488.7699 480.6797 l f *U *u 494.4798 480.6797 m 494.886 480.6797 L 494.886 479.9933 L 494.9 479.9933 L 495.1031 480.4836 495.6074 480.7848 496.1887 480.7848 c 497.2883 480.7848 497.8136 479.8953 497.8136 478.8727 c 497.8136 477.8502 497.2883 476.9607 496.1887 476.9607 c 495.6494 476.9607 495.1242 477.2338 494.9351 477.7521 c 494.921 477.7521 L 494.921 475.728 L 494.4798 475.728 L 494.4798 480.6797 l f 1 D 496.1887 480.4136 m 495.2152 480.4136 494.921 479.6922 494.921 478.8727 c 494.921 478.1233 495.2502 477.3319 496.1887 477.3319 c 497.0292 477.3319 497.3724 478.1233 497.3724 478.8727 c 497.3724 479.6221 497.0292 480.4136 496.1887 480.4136 c f *U *u 0 D 498.4556 479.5731 m 498.4976 480.4206 499.093 480.7848 499.9194 480.7848 c 500.5567 480.7848 501.2501 480.5886 501.2501 479.6221 c 501.2501 477.7031 L 501.2501 477.535 501.3342 477.4369 501.5093 477.4369 c 501.5583 477.4369 501.6143 477.451 501.6493 477.465 c 501.6493 477.0938 L 501.5513 477.0727 501.4812 477.0657 501.3622 477.0657 c 500.9139 477.0657 500.8439 477.3179 500.8439 477.6961 c 500.8299 477.6961 L 500.5217 477.2268 500.2066 476.9607 499.5132 476.9607 c 498.8478 476.9607 498.3015 477.2899 498.3015 478.0183 c 498.3015 479.0338 499.2891 479.0688 500.2416 479.1809 c 500.6058 479.2229 500.8089 479.2719 500.8089 479.6712 c 500.8089 480.2665 500.3816 480.4136 499.8634 480.4136 c 499.3171 480.4136 498.9109 480.1614 498.8968 479.5731 C 498.4556 479.5731 l f 1 D 500.8089 479.0408 m 500.7949 479.0408 L 500.7388 478.9358 500.5427 478.9007 500.4237 478.8797 c 499.6743 478.7467 498.7428 478.7537 498.7428 478.0463 c 498.7428 477.605 499.135 477.3319 499.5482 477.3319 c 500.2206 477.3319 500.8159 477.7591 500.8089 478.4665 C 500.8089 479.0408 l f *U *u 0 D 502.1222 480.6797 m 502.5635 480.6797 L 502.5635 480.0564 L 502.5775 480.0564 L 502.7386 480.4906 503.2218 480.7848 503.7331 480.7848 c 504.7486 480.7848 505.0568 480.2525 505.0568 479.391 c 505.0568 477.0657 L 504.6156 477.0657 L 504.6156 479.321 L 504.6156 479.9443 504.4125 480.4136 503.6981 480.4136 c 502.9977 480.4136 502.5775 479.8813 502.5635 479.1739 c 502.5635 477.0657 L 502.1222 477.0657 L 502.1222 480.6797 l f *U *u 506.5877 480.6797 m 507.3231 480.6797 L 507.3231 480.3085 L 506.5877 480.3085 L 506.5877 477.8712 L 506.5877 477.584 506.6297 477.4159 506.9449 477.3949 c 507.0709 477.3949 507.197 477.4019 507.3231 477.4159 c 507.3231 477.0377 L 507.19 477.0377 507.0639 477.0237 506.9308 477.0237 c 506.3425 477.0237 506.1394 477.2198 506.1464 477.8362 c 506.1464 480.3085 L 505.5161 480.3085 L 505.5161 480.6797 L 506.1464 480.6797 L 506.1464 481.7653 L 506.5877 481.7653 L 506.5877 480.6797 l f *U *u 511.1943 478.8727 m 511.1943 477.8362 510.592 476.9607 509.4854 476.9607 c 508.3788 476.9607 507.7765 477.8362 507.7765 478.8727 c 507.7765 479.9093 508.3788 480.7848 509.4854 480.7848 c 510.592 480.7848 511.1943 479.9093 511.1943 478.8727 c f 1 D 508.2177 478.8727 m 508.2177 478.1023 508.6379 477.3319 509.4854 477.3319 c 510.3329 477.3319 510.7531 478.1023 510.7531 478.8727 c 510.7531 479.6431 510.3329 480.4136 509.4854 480.4136 c 508.6379 480.4136 508.2177 479.6431 508.2177 478.8727 c f *U *u 0 D 511.8429 480.6797 m 512.2842 480.6797 L 512.2842 480.0564 L 512.2982 480.0564 L 512.4593 480.4906 512.9425 480.7848 513.4538 480.7848 c 514.4693 480.7848 514.7775 480.2525 514.7775 479.391 c 514.7775 477.0657 L 514.3363 477.0657 L 514.3363 479.321 L 514.3363 479.9443 514.1332 480.4136 513.4188 480.4136 c 512.7184 480.4136 512.2982 479.8813 512.2842 479.1739 c 512.2842 477.0657 L 511.8429 477.0657 L 511.8429 480.6797 l f *U *u 515.8671 478.7537 m 515.8741 478.1093 516.2103 477.3319 517.0578 477.3319 c 517.7021 477.3319 518.0523 477.7101 518.1924 478.2564 c 518.6336 478.2564 L 518.4445 477.4369 517.9683 476.9607 517.0578 476.9607 c 515.9091 476.9607 515.4259 477.8432 515.4259 478.8727 c 515.4259 479.8252 515.9091 480.7848 517.0578 480.7848 c 518.2204 480.7848 518.6826 479.7692 518.6476 478.7537 C 515.8671 478.7537 l f 1 D 518.2064 479.1249 m 518.1854 479.7902 517.7722 480.4136 517.0578 480.4136 c 516.3364 480.4136 515.9372 479.7832 515.8671 479.1249 C 518.2064 479.1249 l f *U *u 0 D 471.1488 472.1797 m 471.555 472.1797 L 471.555 471.4933 L 471.569 471.4933 L 471.7721 471.9836 472.2764 472.2848 472.8577 472.2848 c 473.9573 472.2848 474.4826 471.3953 474.4826 470.3727 c 474.4826 469.3502 473.9573 468.4607 472.8577 468.4607 c 472.3184 468.4607 471.7931 468.7338 471.604 469.2521 c 471.59 469.2521 L 471.59 467.228 L 471.1488 467.228 L 471.1488 472.1797 l f 1 D 472.8577 471.9136 m 471.8842 471.9136 471.59 471.1922 471.59 470.3727 c 471.59 469.6233 471.9192 468.8319 472.8577 468.8319 c 473.6981 468.8319 474.0413 469.6233 474.0413 470.3727 c 474.0413 471.1221 473.6981 471.9136 472.8577 471.9136 c f *U *u 0 D 475.1246 471.0731 m 475.1666 471.9206 475.7619 472.2848 476.5883 472.2848 c 477.2257 472.2848 477.9191 472.0886 477.9191 471.1221 c 477.9191 469.2031 L 477.9191 469.035 478.0031 468.9369 478.1782 468.9369 c 478.2272 468.9369 478.2833 468.951 478.3183 468.965 c 478.3183 468.5938 L 478.2202 468.5727 478.1502 468.5657 478.0311 468.5657 c 477.5829 468.5657 477.5128 468.8179 477.5128 469.1961 c 477.4988 469.1961 L 477.1907 468.7268 476.8755 468.4607 476.1821 468.4607 c 475.5168 468.4607 474.9705 468.7899 474.9705 469.5183 c 474.9705 470.5338 475.958 470.5688 476.9105 470.6809 c 477.2747 470.7229 477.4778 470.7719 477.4778 471.1712 c 477.4778 471.7665 477.0506 471.9136 476.5323 471.9136 c 475.986 471.9136 475.5798 471.6614 475.5658 471.0731 C 475.1246 471.0731 l f 1 D 477.4778 470.5408 m 477.4638 470.5408 L 477.4078 470.4358 477.2117 470.4007 477.0926 470.3797 c 476.3432 470.2467 475.4117 470.2537 475.4117 469.5463 c 475.4117 469.105 475.8039 468.8319 476.2171 468.8319 c 476.8895 468.8319 477.4848 469.2591 477.4778 469.9665 C 477.4778 470.5408 l f *U *u 0 D 478.7912 472.1797 m 479.2324 472.1797 L 479.2324 471.5564 L 479.2464 471.5564 L 479.4075 471.9906 479.8908 472.2848 480.402 472.2848 c 481.4176 472.2848 481.7257 471.7525 481.7257 470.891 c 481.7257 468.5657 L 481.2845 468.5657 L 481.2845 470.821 L 481.2845 471.4443 481.0814 471.9136 480.367 471.9136 c 479.6666 471.9136 479.2464 471.3813 479.2324 470.6739 c 479.2324 468.5657 L 478.7912 468.5657 L 478.7912 472.1797 l f *U *u 483.2566 472.1797 m 483.992 472.1797 L 483.992 471.8085 L 483.2566 471.8085 L 483.2566 469.3712 L 483.2566 469.084 483.2986 468.9159 483.6138 468.8949 c 483.7399 468.8949 483.8659 468.9019 483.992 468.9159 c 483.992 468.5377 L 483.8589 468.5377 483.7329 468.5237 483.5998 468.5237 c 483.0115 468.5237 482.8084 468.7198 482.8154 469.3362 c 482.8154 471.8085 L 482.185 471.8085 L 482.185 472.1797 L 482.8154 472.1797 L 482.8154 473.2653 L 483.2566 473.2653 L 483.2566 472.1797 l f *U *u 487.8633 470.3727 m 487.8633 469.3362 487.2609 468.4607 486.1543 468.4607 c 485.0477 468.4607 484.4454 469.3362 484.4454 470.3727 c 484.4454 471.4093 485.0477 472.2848 486.1543 472.2848 c 487.2609 472.2848 487.8633 471.4093 487.8633 470.3727 c f 1 D 484.8867 470.3727 m 484.8867 469.6023 485.3069 468.8319 486.1543 468.8319 c 487.0018 468.8319 487.422 469.6023 487.422 470.3727 c 487.422 471.1431 487.0018 471.9136 486.1543 471.9136 c 485.3069 471.9136 484.8867 471.1431 484.8867 470.3727 c f *U *u 0 D 488.5119 472.1797 m 488.9531 472.1797 L 488.9531 471.5564 L 488.9671 471.5564 L 489.1282 471.9906 489.6115 472.2848 490.1227 472.2848 c 491.1383 472.2848 491.4465 471.7525 491.4465 470.891 c 491.4465 468.5657 L 491.0052 468.5657 L 491.0052 470.821 L 491.0052 471.4443 490.8021 471.9136 490.0877 471.9136 c 489.3873 471.9136 488.9671 471.3813 488.9531 470.6739 c 488.9531 468.5657 L 488.5119 468.5657 L 488.5119 472.1797 l f *U *u 492.5361 470.2537 m 492.5431 469.6093 492.8793 468.8319 493.7267 468.8319 c 494.3711 468.8319 494.7212 469.2101 494.8613 469.7564 c 495.3026 469.7564 L 495.1135 468.9369 494.6372 468.4607 493.7267 468.4607 c 492.5781 468.4607 492.0948 469.3432 492.0948 470.3727 c 492.0948 471.3252 492.5781 472.2848 493.7267 472.2848 c 494.8893 472.2848 495.3516 471.2692 495.3166 470.2537 C 492.5361 470.2537 l f 1 D 494.8753 470.6249 m 494.8543 471.2902 494.4411 471.9136 493.7267 471.9136 c 493.0053 471.9136 492.6061 471.2832 492.5361 470.6249 C 494.8753 470.6249 l f *U *u 0 D 497.6432 470.2116 m 499.9125 473.4684 L 500.3117 473.4684 L 500.3117 470.1556 L 501.0471 470.1556 L 501.0471 469.7844 L 500.3117 469.7844 L 500.3117 468.5657 L 499.9055 468.5657 L 499.9055 469.7844 L 497.6432 469.7844 L 497.6432 470.2116 l f 1 D 499.9055 470.1556 m 499.9055 472.824 L 499.8914 472.824 L 498.0424 470.1556 L 499.9055 470.1556 l f *U *u 0 D 504.9804 470.9891 m 504.9804 469.8404 504.7003 468.4607 503.2715 468.4607 c 501.8428 468.4607 501.5626 469.8404 501.5626 470.9821 c 501.5626 472.1307 501.8428 473.5104 503.2715 473.5104 c 504.7003 473.5104 504.9804 472.1307 504.9804 470.9891 c f 1 D 502.0038 470.9891 m 502.0038 470.1346 502.1509 468.8319 503.2715 468.8319 c 504.3921 468.8319 504.5392 470.1346 504.5392 470.9891 c 504.5392 471.8365 504.3921 473.1392 503.2715 473.1392 c 502.1509 473.1392 502.0038 471.8365 502.0038 470.9891 c f *U *u 0 D 505.8882 470.1276 m 505.8602 469.3502 506.3224 468.8319 507.1139 468.8319 c 507.7582 468.8319 508.3675 469.2171 508.3675 469.9175 c 508.3675 470.6109 507.8423 470.954 507.1909 470.954 c 506.8197 470.954 L 506.8197 471.3252 L 507.1909 471.3252 L 507.6461 471.3182 508.1854 471.5984 508.1854 472.2147 c 508.1854 472.8591 507.7022 473.1392 507.1139 473.1392 c 506.3785 473.1392 505.9862 472.6279 506.0003 471.8995 c 505.559 471.8995 L 505.566 472.824 506.1543 473.5104 507.1069 473.5104 c 507.8773 473.5104 508.6267 473.1322 508.6267 472.2637 c 508.6267 471.7315 508.3255 471.3042 507.8002 471.1782 c 507.8002 471.1641 L 508.4376 471.0591 508.8088 470.5968 508.8088 469.9525 c 508.8088 468.993 508.0243 468.4607 507.1209 468.4607 c 506.1053 468.4607 505.3769 469.077 505.447 470.1276 C 505.8882 470.1276 l f *U *u 136.8098 348.7508 m 120.9343 299.5718 L 119.2408 299.5718 L 102.2364 348.7508 L 97.7207 348.7508 L 97.7207 350.2325 L 117.5475 350.2325 L 117.5475 348.7508 L 110.7033 348.7508 L 123.1215 312.1312 L 134.9047 348.7508 L 127.7078 348.7508 L 127.7078 350.2325 L 141.7489 350.2325 L 141.7489 348.7508 L 136.8098 348.7508 l f *U *u 139.7028 329.4179 m 151.1331 329.4179 L 151.1331 301.8297 L 155.7195 301.8297 L 155.7195 300.348 L 139.6322 300.348 L 139.6322 301.8297 L 144.5007 301.8297 L 144.5007 327.9362 L 139.7028 327.9362 L 139.7028 329.4179 l f *U *u 185.7063 309.8027 m 184.7185 304.7931 180.9789 299.5013 173.3587 299.5013 c 165.1034 299.5013 158.8237 306.2749 158.8237 314.6007 c 158.8237 323.7027 165.8795 330.2646 174.2054 330.2646 c 180.7673 330.2646 184.789 326.1722 184.789 322.6443 c 184.789 320.3865 183.2368 318.6931 181.1906 318.6931 c 179.1444 318.6931 177.8744 320.5276 177.8744 322.4326 c 177.8744 324.0555 178.7211 325.1844 179.2855 325.7489 c 179.4972 326.0311 179.6383 326.1722 179.6383 326.4545 c 179.6383 327.0895 177.8744 328.8534 174.0643 328.8534 c 172.0886 328.8534 169.1252 328.3595 167.714 324.9022 c 166.5851 322.1504 166.5146 315.6591 166.5146 312.484 c 166.5146 310.085 166.5146 307.4038 167.2201 305.4282 c 167.9962 303.0998 169.9013 301.0536 173.5703 301.0536 c 179.4972 301.0536 182.9545 305.5693 183.9424 309.8027 C 185.7063 309.8027 l f *U *u 205.7995 327.9362 m 198.2498 327.9362 L 198.2498 306.9099 L 198.2498 304.7226 198.1792 301.7591 201.7071 301.7591 c 205.235 301.7591 205.7289 304.652 205.9406 305.781 c 207.4928 305.781 L 207.14 304.0875 206.1523 299.5013 199.5903 299.5013 c 196.133 299.5013 193.3107 300.8419 192.2523 303.6642 c 191.6879 305.0048 191.6879 306.5571 191.6879 310.1556 c 191.6879 327.9362 L 187.1016 327.9362 L 187.1016 328.924 L 189.7122 330.0529 191.8289 332.0285 193.5929 334.2158 c 196.3447 337.532 196.8386 339.6488 197.1914 341.1305 c 198.2498 341.1305 L 198.2498 329.4179 L 205.7995 329.4179 L 205.7995 327.9362 l f *U *u 223.7912 299.5013 m 215.677 299.5013 208.6213 306.1338 208.6213 314.8124 c 208.6213 323.6321 215.677 330.2646 223.7912 330.2646 c 231.6232 330.2646 238.679 323.8438 238.679 314.8829 c 238.679 305.781 231.4115 299.5013 223.7912 299.5013 c f 1 D 228.7303 326.8072 m 227.6719 327.8656 225.9785 328.6418 223.8618 328.6418 c 221.8862 328.6418 220.1222 328.0067 218.9227 326.9483 c 216.4532 324.7611 216.4532 322.3621 216.4532 313.3307 c 216.4532 307.8977 216.5238 304.9342 218.9227 302.8175 c 220.0516 301.7591 221.8156 301.1241 223.7912 301.1241 c 226.8958 301.1241 228.3775 302.6764 228.6597 302.9586 c 230.4942 304.8637 230.7059 306.9099 230.7059 314.8124 c 230.7059 316.7174 230.7059 318.6225 230.6353 320.5981 c 230.5648 322.4326 230.4237 324.9727 228.7303 326.8072 c f *U *u 0 D 241.2899 329.4179 m 252.8614 329.4179 L 252.8614 322.5738 L 253.2142 323.5616 253.6376 324.6905 254.6253 326.1722 c 256.2481 328.5006 258.4355 330.0529 261.1873 330.0529 c 263.7978 330.0529 265.7735 328.3595 265.7735 325.89 c 265.7735 323.8438 264.2918 322.221 262.1045 322.221 c 260.1994 322.221 258.9999 323.4205 258.7882 325.3255 c 258.6472 326.8072 258.6472 327.16 257.9416 327.16 c 257.8005 327.16 256.4598 327.0895 254.9781 323.5616 c 253.0025 318.8342 252.932 315.0241 252.8614 310.4378 c 252.8614 301.8297 L 257.4477 301.8297 L 257.4477 300.348 L 241.3604 300.348 L 241.3604 301.8297 L 246.1584 301.8297 L 246.1584 327.9362 L 241.2899 327.9362 L 241.2899 329.4179 l f *U *u 267.7496 329.4179 m 279.1799 329.4179 L 279.1799 301.8297 L 283.7662 301.8297 L 283.7662 300.348 L 267.679 300.348 L 267.679 301.8297 L 272.5475 301.8297 L 272.5475 327.9362 L 267.7496 327.9362 L 267.7496 329.4179 l f *U *u 312.2012 305.6399 m 312.2012 303.2409 312.2012 301.5475 313.824 301.5475 c 314.7412 301.5475 315.5174 302.3942 316.0113 302.8175 c 316.858 301.8297 L 316.1524 301.1241 314.5296 299.5013 311.5661 299.5013 c 310.0139 299.5013 308.5322 299.9952 307.4738 300.8419 c 305.8509 302.1825 305.6393 303.9465 305.4981 305.3576 c 303.9458 302.253 300.8413 299.5013 296.0434 299.5013 c 291.5982 299.5013 288.0703 302.0414 288.0703 306.416 c 288.0703 310.72 291.316 313.754 296.0434 315.2357 c 299.1479 316.153 303.0286 316.4352 305.6393 316.4352 c 305.6393 323.491 L 305.4981 325.5372 305.3571 328.8534 300.7002 328.8534 c 297.5251 328.8534 294.9145 326.9483 294.9145 325.89 c 294.9145 325.0433 296.3961 324.126 296.3961 322.5032 c 296.3961 320.9509 295.0556 319.4692 293.1505 319.4692 c 291.2454 319.4692 290.046 321.0215 290.046 322.7854 c 290.046 326.2428 294.6322 330.2646 301.7586 330.2646 c 305.1454 330.2646 308.4616 329.1356 310.2255 327.4423 c 312.2012 325.3961 312.2012 323.0677 312.2012 320.3865 C 312.2012 305.6399 l f 1 D 305.6393 315.1652 m 300.1357 315.0946 294.7028 313.4718 294.7028 307.686 c 294.7028 304.2286 296.8901 302.747 299.1479 302.747 c 301.1236 302.747 302.4642 303.8054 303.0992 304.3698 c 305.3571 306.5571 305.4981 309.0266 305.6393 312.6251 C 305.6393 315.1652 l f *U *u 0 D 366.1614 324.9022 m 346.4757 324.9022 L 346.4757 301.8297 L 352.8965 301.8297 L 352.8965 300.348 L 332.1524 300.348 L 332.1524 301.8297 L 338.2204 301.8297 L 338.2204 348.6802 L 332.0819 348.6802 L 332.0819 350.1619 L 352.6848 350.1619 L 352.6848 348.6802 L 346.4757 348.6802 L 346.4757 326.8072 L 366.1614 326.8072 L 366.1614 348.6802 L 359.7406 348.6802 L 359.7406 350.1619 L 380.2025 350.1619 L 380.2025 348.6802 L 374.2756 348.6802 L 374.2756 301.8297 L 380.4141 301.8297 L 380.4141 300.348 L 359.8818 300.348 L 359.8818 301.8297 L 366.1614 301.8297 L 366.1614 324.9022 l f *U *u 405.2515 288 m 405.2515 285.601 405.2515 283.9076 406.8744 283.9076 c 407.7916 283.9076 408.5678 284.7543 409.0616 285.1777 c 409.9084 284.1898 L 409.2028 283.4843 407.58 281.8614 404.6165 281.8614 c 403.0642 281.8614 401.5825 282.3554 400.5242 283.2021 c 398.9013 284.5426 398.6896 286.3066 398.5485 287.7178 c 396.9962 284.6132 393.8917 281.8614 389.0937 281.8614 c 384.6486 281.8614 381.1207 284.4015 381.1207 288.7761 c 381.1207 293.0802 384.3663 296.1142 389.0937 297.5959 c 392.1983 298.5131 396.079 298.7954 398.6896 298.7954 c 398.6896 305.8512 L 398.5485 307.8973 398.4074 311.2136 393.7506 311.2136 c 390.5755 311.2136 387.9648 309.3085 387.9648 308.2501 c 387.9648 307.4034 389.4465 306.4862 389.4465 304.8634 c 389.4465 303.3111 388.106 301.8294 386.2008 301.8294 c 384.2958 301.8294 383.0963 303.3816 383.0963 305.1456 c 383.0963 308.6029 387.6826 312.6247 394.809 312.6247 c 398.1957 312.6247 401.5119 311.4958 403.2759 309.8024 c 405.2515 307.7562 405.2515 305.4278 405.2515 302.7466 C 405.2515 288 l f 1 D 398.6896 297.5253 m 393.1861 297.4548 387.7532 295.8319 387.7532 290.0462 c 387.7532 286.5888 389.9404 285.1071 392.1983 285.1071 c 394.1739 285.1071 395.5145 286.1655 396.1496 286.7299 c 398.4074 288.9172 398.5485 291.3867 398.6896 294.9852 C 398.6896 297.5253 l f *U *u 0 D 408.9048 350.1619 m 421.1114 350.1619 L 421.1114 301.8297 L 426.4738 301.8297 L 426.4738 300.348 L 409.046 300.348 L 409.046 301.8297 L 414.2673 301.8297 L 414.2673 348.6802 L 408.9048 348.6802 L 408.9048 350.1619 l f *U *u 428.0261 350.1619 m 440.2326 350.1619 L 440.2326 301.8297 L 445.595 301.8297 L 445.595 300.348 L 428.1672 300.348 L 428.1672 301.8297 L 433.3885 301.8297 L 433.3885 348.6802 L 428.0261 348.6802 L 428.0261 350.1619 l f *U 147.5347 290.8189 m 149.8631 290.8189 151.6976 288.9844 151.6976 286.656 c 151.6976 284.3276 149.8631 282.4931 147.5347 282.4931 c 145.2063 282.4931 143.3718 284.3276 143.3718 286.656 c 143.3718 288.9844 145.2063 290.8189 147.5347 290.8189 c f 275.5815 348.9651 m 277.9099 348.9651 279.7444 347.1306 279.7444 344.8022 c 279.7444 342.4738 277.9099 340.6393 275.5815 340.6393 c 273.2531 340.6393 271.4186 342.4738 271.4186 344.8022 c 271.4186 347.1306 273.2531 348.9651 275.5815 348.9651 c f *u 470.7425 303.9619 m 471.2328 303.9619 L 472.3674 300.7892 L 472.3814 300.7892 L 473.502 303.9619 L 473.9573 303.9619 L 472.6055 300.348 L 472.1363 300.348 L 470.7425 303.9619 l f *U *u 474.6481 302.0359 m 474.6551 301.3916 474.9913 300.6141 475.8388 300.6141 c 476.4831 300.6141 476.8333 300.9923 476.9734 301.5386 c 477.4146 301.5386 L 477.2255 300.7192 476.7493 300.2429 475.8388 300.2429 c 474.6902 300.2429 474.2069 301.1254 474.2069 302.155 c 474.2069 303.1075 474.6902 304.067 475.8388 304.067 c 477.0014 304.067 477.4636 303.0514 477.4286 302.0359 C 474.6481 302.0359 l f 1 D 476.9874 302.4071 m 476.9664 303.0725 476.5532 303.6958 475.8388 303.6958 c 475.1174 303.6958 474.7182 303.0655 474.6481 302.4071 C 476.9874 302.4071 l f *U *u 0 D 478.0206 303.9619 m 478.4268 303.9619 L 478.4268 303.1145 L 478.4408 303.1145 L 478.6649 303.6958 479.1552 304.039 479.8065 304.011 c 479.8065 303.5697 L 479.0081 303.6118 478.4618 303.0234 478.4618 302.274 c 478.4618 300.348 L 478.0206 300.348 L 478.0206 303.9619 l f *U *u 482.3893 302.9044 m 482.3683 303.4507 481.9481 303.6958 481.4438 303.6958 c 481.0516 303.6958 480.5894 303.5417 480.5894 303.0725 c 480.5894 302.6802 481.0376 302.5402 481.3388 302.4631 c 481.9271 302.3301 L 482.4314 302.253 482.9566 301.9589 482.9566 301.3285 c 482.9566 300.5441 482.1792 300.2429 481.5069 300.2429 c 480.6664 300.2429 480.0921 300.6351 480.0221 301.5176 c 480.4633 301.5176 L 480.4983 300.9223 480.9396 300.6141 481.5279 300.6141 c 481.9411 300.6141 482.5154 300.7962 482.5154 301.3005 c 482.5154 301.7207 482.1232 301.8608 481.724 301.9589 c 481.1567 302.0849 L 480.5824 302.239 480.1481 302.4351 480.1481 303.0514 c 480.1481 303.7868 480.8695 304.067 481.5069 304.067 c 482.2283 304.067 482.8026 303.6888 482.8306 302.9044 C 482.3893 302.9044 l f *U *u 483.5989 303.9619 m 484.0401 303.9619 L 484.0401 300.348 L 483.5989 300.348 L 483.5989 303.9619 l f 483.5989 305.3487 m 484.0401 305.3487 L 484.0401 304.6413 L 483.5989 304.6413 L 483.5989 305.3487 l f *U *u 488.1213 302.155 m 488.1213 301.1184 487.519 300.2429 486.4124 300.2429 c 485.3058 300.2429 484.7035 301.1184 484.7035 302.155 c 484.7035 303.1915 485.3058 304.067 486.4124 304.067 c 487.519 304.067 488.1213 303.1915 488.1213 302.155 c f 1 D 485.1447 302.155 m 485.1447 301.3845 485.5649 300.6141 486.4124 300.6141 c 487.2599 300.6141 487.6801 301.3845 487.6801 302.155 c 487.6801 302.9254 487.2599 303.6958 486.4124 303.6958 c 485.5649 303.6958 485.1447 302.9254 485.1447 302.155 c f *U *u 0 D 488.7699 303.9619 m 489.2112 303.9619 L 489.2112 303.3386 L 489.2252 303.3386 L 489.3863 303.7728 489.8695 304.067 490.3808 304.067 c 491.3963 304.067 491.7045 303.5347 491.7045 302.6732 c 491.7045 300.348 L 491.2633 300.348 L 491.2633 302.6032 L 491.2633 303.2265 491.0602 303.6958 490.3458 303.6958 c 489.6454 303.6958 489.2252 303.1635 489.2112 302.4561 c 489.2112 300.348 L 488.7699 300.348 L 488.7699 303.9619 l f *U *u 494.4728 303.9619 m 494.914 303.9619 L 494.914 303.3386 L 494.9281 303.3386 L 495.0891 303.7728 495.5724 304.067 496.0837 304.067 c 497.0992 304.067 497.4074 303.5347 497.4074 302.6732 c 497.4074 300.348 L 496.9662 300.348 L 496.9662 302.6032 L 496.9662 303.2265 496.763 303.6958 496.0487 303.6958 c 495.3483 303.6958 494.9281 303.1635 494.914 302.4561 c 494.914 300.348 L 494.4728 300.348 L 494.4728 303.9619 l f *U *u 501.4736 302.155 m 501.4736 301.1184 500.8713 300.2429 499.7647 300.2429 c 498.6581 300.2429 498.0558 301.1184 498.0558 302.155 c 498.0558 303.1915 498.6581 304.067 499.7647 304.067 c 500.8713 304.067 501.4736 303.1915 501.4736 302.155 c f 1 D 498.497 302.155 m 498.497 301.3845 498.9172 300.6141 499.7647 300.6141 c 500.6121 300.6141 501.0324 301.3845 501.0324 302.155 c 501.0324 302.9254 500.6121 303.6958 499.7647 303.6958 c 498.9172 303.6958 498.497 302.9254 498.497 302.155 c f *U *u 0 D 502.1362 303.9619 m 502.5775 303.9619 L 502.5775 300.348 L 502.1362 300.348 L 502.1362 303.9619 l f 1 D 502.1362 305.3487 m 502.5775 305.3487 L 502.5775 304.6413 L 502.1362 304.6413 L 502.1362 305.3487 l f *U *u 0 D 503.4229 303.9619 m 503.8291 303.9619 L 503.8291 303.1145 L 503.8432 303.1145 L 504.0673 303.6958 504.5575 304.039 505.2089 304.011 c 505.2089 303.5697 L 504.4105 303.6118 503.8642 303.0234 503.8642 302.274 c 503.8642 300.348 L 503.4229 300.348 L 503.4229 303.9619 l f *U *u 1 g 136.8098 166.4028 m 120.9343 117.2238 L 119.2408 117.2238 L 102.2364 166.4028 L 97.7207 166.4028 L 97.7207 167.8845 L 117.5475 167.8845 L 117.5475 166.4028 L 110.7033 166.4028 L 123.1215 129.7832 L 134.9047 166.4028 L 127.7078 166.4028 L 127.7078 167.8845 L 141.7489 167.8845 L 141.7489 166.4028 L 136.8098 166.4028 l f *U *u 139.7028 147.0699 m 151.1331 147.0699 L 151.1331 119.4817 L 155.7195 119.4817 L 155.7195 118 L 139.6322 118 L 139.6322 119.4817 L 144.5007 119.4817 L 144.5007 145.5882 L 139.7028 145.5882 L 139.7028 147.0699 l f *U *u 185.7063 127.4548 m 184.7185 122.4451 180.9789 117.1533 173.3587 117.1533 c 165.1034 117.1533 158.8237 123.9269 158.8237 132.2527 c 158.8237 141.3547 165.8795 147.9166 174.2054 147.9166 c 180.7673 147.9166 184.789 143.8242 184.789 140.2963 c 184.789 138.0385 183.2368 136.3451 181.1906 136.3451 c 179.1444 136.3451 177.8744 138.1796 177.8744 140.0846 c 177.8744 141.7075 178.7211 142.8364 179.2855 143.4009 c 179.4972 143.6831 179.6383 143.8242 179.6383 144.1065 c 179.6383 144.7415 177.8744 146.5054 174.0643 146.5054 c 172.0886 146.5054 169.1252 146.0115 167.714 142.5542 c 166.5851 139.8024 166.5146 133.3111 166.5146 130.136 c 166.5146 127.737 166.5146 125.0558 167.2201 123.0802 c 167.9962 120.7518 169.9013 118.7056 173.5703 118.7056 c 179.4972 118.7056 182.9545 123.2213 183.9424 127.4548 C 185.7063 127.4548 l f *U *u 205.7995 145.5882 m 198.2498 145.5882 L 198.2498 124.5619 L 198.2498 122.3746 198.1792 119.4111 201.7071 119.4111 c 205.235 119.4111 205.7289 122.304 205.9406 123.433 c 207.4928 123.433 L 207.14 121.7395 206.1523 117.1533 199.5903 117.1533 c 196.133 117.1533 193.3107 118.4939 192.2523 121.3162 c 191.6879 122.6568 191.6879 124.2091 191.6879 127.8076 c 191.6879 145.5882 L 187.1016 145.5882 L 187.1016 146.576 L 189.7122 147.7049 191.8289 149.6805 193.5929 151.8678 c 196.3447 155.184 196.8386 157.3008 197.1914 158.7825 c 198.2498 158.7825 L 198.2498 147.0699 L 205.7995 147.0699 L 205.7995 145.5882 l f *U *u 223.7912 117.1533 m 215.677 117.1533 208.6213 123.7858 208.6213 132.4644 c 208.6213 141.2841 215.677 147.9166 223.7912 147.9166 c 231.6232 147.9166 238.679 141.4958 238.679 132.535 c 238.679 123.433 231.4115 117.1533 223.7912 117.1533 c f 1 D 228.7303 144.4592 m 227.6719 145.5176 225.9785 146.2938 223.8618 146.2938 c 221.8862 146.2938 220.1222 145.6587 218.9227 144.6004 c 216.4532 142.4131 216.4532 140.0141 216.4532 130.9827 c 216.4532 125.5497 216.5238 122.5863 218.9227 120.4695 c 220.0516 119.4111 221.8156 118.7761 223.7912 118.7761 c 226.8958 118.7761 228.3775 120.3284 228.6597 120.6107 c 230.4942 122.5157 230.7059 124.5619 230.7059 132.4644 c 230.7059 134.3694 230.7059 136.2745 230.6353 138.2501 c 230.5648 140.0846 230.4237 142.6247 228.7303 144.4592 c f *U *u 0 D 241.2899 147.0699 m 252.8614 147.0699 L 252.8614 140.2258 L 253.2142 141.2136 253.6376 142.3425 254.6253 143.8242 c 256.2481 146.1526 258.4355 147.7049 261.1873 147.7049 c 263.7978 147.7049 265.7735 146.0115 265.7735 143.542 c 265.7735 141.4958 264.2918 139.873 262.1045 139.873 c 260.1994 139.873 258.9999 141.0725 258.7882 142.9775 c 258.6472 144.4592 258.6472 144.812 257.9416 144.812 c 257.8005 144.812 256.4598 144.7415 254.9781 141.2136 c 253.0025 136.4862 252.932 132.6761 252.8614 128.0898 c 252.8614 119.4817 L 257.4477 119.4817 L 257.4477 118 L 241.3604 118 L 241.3604 119.4817 L 246.1584 119.4817 L 246.1584 145.5882 L 241.2899 145.5882 L 241.2899 147.0699 l f *U *u 267.7496 147.0699 m 279.1799 147.0699 L 279.1799 119.4817 L 283.7662 119.4817 L 283.7662 118 L 267.679 118 L 267.679 119.4817 L 272.5475 119.4817 L 272.5475 145.5882 L 267.7496 145.5882 L 267.7496 147.0699 l f *U *u 312.2012 123.2919 m 312.2012 120.8929 312.2012 119.1995 313.824 119.1995 c 314.7412 119.1995 315.5174 120.0462 316.0113 120.4695 c 316.858 119.4817 L 316.1524 118.7761 314.5296 117.1533 311.5661 117.1533 c 310.0139 117.1533 308.5322 117.6472 307.4738 118.4939 c 305.8509 119.8345 305.6393 121.5985 305.4981 123.0096 c 303.9458 119.905 300.8413 117.1533 296.0434 117.1533 c 291.5982 117.1533 288.0703 119.6934 288.0703 124.068 c 288.0703 128.372 291.316 131.406 296.0434 132.8877 c 299.1479 133.805 303.0286 134.0872 305.6393 134.0872 c 305.6393 141.143 L 305.4981 143.1892 305.3571 146.5054 300.7002 146.5054 c 297.5251 146.5054 294.9145 144.6004 294.9145 143.542 c 294.9145 142.6953 296.3961 141.778 296.3961 140.1552 c 296.3961 138.6029 295.0556 137.1212 293.1505 137.1212 c 291.2454 137.1212 290.046 138.6735 290.046 140.4374 c 290.046 143.8948 294.6322 147.9166 301.7586 147.9166 c 305.1454 147.9166 308.4616 146.7876 310.2255 145.0943 c 312.2012 143.0481 312.2012 140.7197 312.2012 138.0385 C 312.2012 123.2919 l f 1 D 305.6393 132.8172 m 300.1357 132.7466 294.7028 131.1238 294.7028 125.338 c 294.7028 121.8807 296.8901 120.399 299.1479 120.399 c 301.1236 120.399 302.4642 121.4574 303.0992 122.0218 c 305.3571 124.2091 305.4981 126.6786 305.6393 130.2771 C 305.6393 132.8172 l f *U *u 0 D 366.1614 142.5542 m 346.4757 142.5542 L 346.4757 119.4817 L 352.8965 119.4817 L 352.8965 118 L 332.1524 118 L 332.1524 119.4817 L 338.2204 119.4817 L 338.2204 166.3322 L 332.0819 166.3322 L 332.0819 167.8139 L 352.6848 167.8139 L 352.6848 166.3322 L 346.4757 166.3322 L 346.4757 144.4592 L 366.1614 144.4592 L 366.1614 166.3322 L 359.7406 166.3322 L 359.7406 167.8139 L 380.2025 167.8139 L 380.2025 166.3322 L 374.2756 166.3322 L 374.2756 119.4817 L 380.4141 119.4817 L 380.4141 118 L 359.8818 118 L 359.8818 119.4817 L 366.1614 119.4817 L 366.1614 142.5542 l f *U *u 405.2515 105.652 m 405.2515 103.253 405.2515 101.5596 406.8744 101.5596 c 407.7916 101.5596 408.5678 102.4063 409.0616 102.8297 c 409.9084 101.8419 L 409.2028 101.1363 407.58 99.5135 404.6165 99.5135 c 403.0642 99.5135 401.5825 100.0074 400.5242 100.8541 c 398.9013 102.1947 398.6896 103.9586 398.5485 105.3698 c 396.9962 102.2652 393.8917 99.5135 389.0937 99.5135 c 384.6486 99.5135 381.1207 102.0535 381.1207 106.4282 c 381.1207 110.7322 384.3663 113.7662 389.0937 115.2479 c 392.1983 116.1652 396.079 116.4474 398.6896 116.4474 c 398.6896 123.5032 L 398.5485 125.5494 398.4074 128.8656 393.7506 128.8656 c 390.5755 128.8656 387.9648 126.9605 387.9648 125.9022 c 387.9648 125.0554 389.4465 124.1382 389.4465 122.5154 c 389.4465 120.9631 388.106 119.4814 386.2008 119.4814 c 384.2958 119.4814 383.0963 121.0337 383.0963 122.7976 c 383.0963 126.255 387.6826 130.2767 394.809 130.2767 c 398.1957 130.2767 401.5119 129.1478 403.2759 127.4544 c 405.2515 125.4082 405.2515 123.0798 405.2515 120.3986 C 405.2515 105.652 l f 1 D 398.6896 115.1773 m 393.1861 115.1068 387.7532 113.4839 387.7532 107.6982 c 387.7532 104.2408 389.9404 102.7591 392.1983 102.7591 c 394.1739 102.7591 395.5145 103.8175 396.1496 104.3819 c 398.4074 106.5692 398.5485 109.0388 398.6896 112.6372 C 398.6896 115.1773 l f *U *u 0 D 408.9048 167.8139 m 421.1114 167.8139 L 421.1114 119.4817 L 426.4738 119.4817 L 426.4738 118 L 409.046 118 L 409.046 119.4817 L 414.2673 119.4817 L 414.2673 166.3322 L 408.9048 166.3322 L 408.9048 167.8139 l f *U *u 428.0261 167.8139 m 440.2326 167.8139 L 440.2326 119.4817 L 445.595 119.4817 L 445.595 118 L 428.1672 118 L 428.1672 119.4817 L 433.3885 119.4817 L 433.3885 166.3322 L 428.0261 166.3322 L 428.0261 167.8139 l f *U 147.5347 108.4709 m 149.8631 108.4709 151.6976 106.6365 151.6976 104.308 c 151.6976 101.9796 149.8631 100.1452 147.5347 100.1452 c 145.2063 100.1452 143.3718 101.9796 143.3718 104.308 c 143.3718 106.6365 145.2063 108.4709 147.5347 108.4709 c f 275.5815 166.6171 m 277.9099 166.6171 279.7444 164.7826 279.7444 162.4542 c 279.7444 160.1258 277.9099 158.2913 275.5815 158.2913 c 273.2531 158.2913 271.4186 160.1258 271.4186 162.4542 c 271.4186 164.7826 273.2531 166.6171 275.5815 166.6171 c f *u 470.7425 121.6139 m 471.2328 121.6139 L 472.3674 118.4412 L 472.3814 118.4412 L 473.502 121.6139 L 473.9573 121.6139 L 472.6055 118 L 472.1363 118 L 470.7425 121.6139 l f *U *u 474.6481 119.6879 m 474.6551 119.0436 474.9913 118.2661 475.8388 118.2661 c 476.4831 118.2661 476.8333 118.6443 476.9734 119.1906 c 477.4146 119.1906 L 477.2255 118.3712 476.7493 117.8949 475.8388 117.8949 c 474.6902 117.8949 474.2069 118.7774 474.2069 119.807 c 474.2069 120.7595 474.6902 121.719 475.8388 121.719 c 477.0014 121.719 477.4636 120.7035 477.4286 119.6879 C 474.6481 119.6879 l f 1 D 476.9874 120.0591 m 476.9664 120.7245 476.5532 121.3478 475.8388 121.3478 c 475.1174 121.3478 474.7182 120.7175 474.6481 120.0591 C 476.9874 120.0591 l f *U *u 0 D 478.0206 121.6139 m 478.4268 121.6139 L 478.4268 120.7665 L 478.4408 120.7665 L 478.6649 121.3478 479.1552 121.691 479.8065 121.663 c 479.8065 121.2217 L 479.0081 121.2638 478.4618 120.6754 478.4618 119.926 c 478.4618 118 L 478.0206 118 L 478.0206 121.6139 l f *U *u 482.3893 120.5564 m 482.3683 121.1027 481.9481 121.3478 481.4438 121.3478 c 481.0516 121.3478 480.5894 121.1937 480.5894 120.7245 c 480.5894 120.3323 481.0376 120.1922 481.3388 120.1151 c 481.9271 119.9821 L 482.4314 119.905 482.9566 119.6109 482.9566 118.9805 c 482.9566 118.1961 482.1792 117.8949 481.5069 117.8949 c 480.6664 117.8949 480.0921 118.2872 480.0221 119.1696 c 480.4633 119.1696 L 480.4983 118.5743 480.9396 118.2661 481.5279 118.2661 c 481.9411 118.2661 482.5154 118.4482 482.5154 118.9525 c 482.5154 119.3727 482.1232 119.5128 481.724 119.6109 c 481.1567 119.7369 L 480.5824 119.891 480.1481 120.0871 480.1481 120.7035 c 480.1481 121.4389 480.8695 121.719 481.5069 121.719 c 482.2283 121.719 482.8026 121.3408 482.8306 120.5564 C 482.3893 120.5564 l f *U *u 483.5989 121.6139 m 484.0401 121.6139 L 484.0401 118 L 483.5989 118 L 483.5989 121.6139 l f 483.5989 123.0007 m 484.0401 123.0007 L 484.0401 122.2933 L 483.5989 122.2933 L 483.5989 123.0007 l f *U *u 488.1213 119.807 m 488.1213 118.7704 487.519 117.8949 486.4124 117.8949 c 485.3058 117.8949 484.7035 118.7704 484.7035 119.807 c 484.7035 120.8435 485.3058 121.719 486.4124 121.719 c 487.519 121.719 488.1213 120.8435 488.1213 119.807 c f 1 D 485.1447 119.807 m 485.1447 119.0366 485.5649 118.2661 486.4124 118.2661 c 487.2599 118.2661 487.6801 119.0366 487.6801 119.807 c 487.6801 120.5774 487.2599 121.3478 486.4124 121.3478 c 485.5649 121.3478 485.1447 120.5774 485.1447 119.807 c f *U *u 0 D 488.7699 121.6139 m 489.2112 121.6139 L 489.2112 120.9906 L 489.2252 120.9906 L 489.3863 121.4248 489.8695 121.719 490.3808 121.719 c 491.3963 121.719 491.7045 121.1867 491.7045 120.3253 c 491.7045 118 L 491.2633 118 L 491.2633 120.2552 L 491.2633 120.8786 491.0602 121.3478 490.3458 121.3478 c 489.6454 121.3478 489.2252 120.8155 489.2112 120.1081 c 489.2112 118 L 488.7699 118 L 488.7699 121.6139 l f *U *u 494.4728 121.6139 m 494.914 121.6139 L 494.914 120.9906 L 494.9281 120.9906 L 495.0891 121.4248 495.5724 121.719 496.0837 121.719 c 497.0992 121.719 497.4074 121.1867 497.4074 120.3253 c 497.4074 118 L 496.9662 118 L 496.9662 120.2552 L 496.9662 120.8786 496.763 121.3478 496.0487 121.3478 c 495.3483 121.3478 494.9281 120.8155 494.914 120.1081 c 494.914 118 L 494.4728 118 L 494.4728 121.6139 l f *U *u 499.5756 122.1182 m 499.2184 122.1182 L 499.9538 123.1058 L 500.5001 123.1058 L 499.5756 122.1182 l f 498.497 119.6879 m 498.504 119.0436 498.8402 118.2661 499.6876 118.2661 c 500.332 118.2661 500.6822 118.6443 500.8223 119.1906 c 501.2635 119.1906 L 501.0744 118.3712 500.5981 117.8949 499.6876 117.8949 c 498.539 117.8949 498.0558 118.7774 498.0558 119.807 c 498.0558 120.7595 498.539 121.719 499.6876 121.719 c 500.8503 121.719 501.3125 120.7035 501.2775 119.6879 C 498.497 119.6879 l f 1 D 500.8363 120.0591 m 500.8153 120.7245 500.402 121.3478 499.6876 121.3478 c 498.9663 121.3478 498.567 120.7175 498.497 120.0591 C 500.8363 120.0591 l f *U *u 0 D 504.9231 118.2942 m 504.9161 117.2156 504.5029 116.5572 503.3192 116.5572 c 502.5979 116.5572 501.8835 116.8794 501.8204 117.6498 c 502.2617 117.6498 L 502.3597 117.1175 502.829 116.9284 503.3192 116.9284 c 504.1317 116.9284 504.4819 117.4117 504.4819 118.2942 c 504.4819 118.7844 L 504.4679 118.7844 L 504.2648 118.3432 503.8375 118.042 503.3192 118.042 c 502.1636 118.042 501.6874 118.8685 501.6874 119.898 c 501.6874 120.8926 502.2757 121.719 503.3192 121.719 c 503.8445 121.719 504.2928 121.3898 504.4679 120.9906 c 504.4819 120.9906 L 504.4819 121.6139 L 504.9231 121.6139 L 504.9231 118.2942 l f 1 D 504.4819 119.849 m 504.4819 120.5564 504.1527 121.3478 503.3192 121.3478 c 502.4788 121.3478 502.1286 120.5984 502.1286 119.849 c 502.1286 119.1206 502.5068 118.4132 503.3192 118.4132 c 504.0827 118.4132 504.4819 119.1136 504.4819 119.849 c f *U *u 0 D 505.7188 120.5074 m 505.7608 121.3548 506.3561 121.719 507.1826 121.719 c 507.8199 121.719 508.5133 121.5229 508.5133 120.5564 c 508.5133 118.6373 L 508.5133 118.4692 508.5973 118.3712 508.7724 118.3712 c 508.8215 118.3712 508.8775 118.3852 508.9125 118.3992 c 508.9125 118.028 L 508.8145 118.007 508.7444 118 508.6254 118 c 508.1771 118 508.1071 118.2521 508.1071 118.6303 c 508.0931 118.6303 L 507.7849 118.1611 507.4697 117.8949 506.7764 117.8949 c 506.111 117.8949 505.5647 118.2241 505.5647 118.9525 c 505.5647 119.9681 506.5522 120.0031 507.5048 120.1151 c 507.869 120.1572 508.0721 120.2062 508.0721 120.6054 c 508.0721 121.2007 507.6448 121.3478 507.1266 121.3478 c 506.5803 121.3478 506.174 121.0957 506.16 120.5074 C 505.7188 120.5074 l f 1 D 508.0721 119.9751 m 508.0581 119.9751 L 508.002 119.87 507.8059 119.835 507.6869 119.814 c 506.9375 119.6809 506.0059 119.6879 506.0059 118.9805 c 506.0059 118.5393 506.3982 118.2661 506.8114 118.2661 c 507.4837 118.2661 508.0791 118.6934 508.0721 119.4008 C 508.0721 119.9751 l f *U *u 0 D 510.0928 121.6139 m 510.8282 121.6139 L 510.8282 121.2427 L 510.0928 121.2427 L 510.0928 118.8054 L 510.0928 118.5183 510.1348 118.3502 510.45 118.3292 c 510.576 118.3292 510.7021 118.3362 510.8282 118.3502 c 510.8282 117.972 L 510.6951 117.972 510.569 117.958 510.436 117.958 c 509.8477 117.958 509.6445 118.1541 509.6515 118.7704 c 509.6515 121.2427 L 509.0212 121.2427 L 509.0212 121.6139 L 509.6515 121.6139 L 509.6515 122.6995 L 510.0928 122.6995 L 510.0928 121.6139 l f *U *u 511.4707 121.6139 m 511.9119 121.6139 L 511.9119 118 L 511.4707 118 L 511.4707 121.6139 l f 511.4707 123.0007 m 511.9119 123.0007 L 511.9119 122.2933 L 511.4707 122.2933 L 511.4707 123.0007 l f *U *u 512.3512 121.6139 m 512.8414 121.6139 L 513.9761 118.4412 L 513.9901 118.4412 L 515.1107 121.6139 L 515.5659 121.6139 L 514.2142 118 L 513.7449 118 L 512.3512 121.6139 l f *U *u 516.2568 119.6879 m 516.2638 119.0436 516.6 118.2661 517.4474 118.2661 c 518.0918 118.2661 518.442 118.6443 518.582 119.1906 c 519.0233 119.1906 L 518.8342 118.3712 518.3579 117.8949 517.4474 117.8949 c 516.2988 117.8949 515.8155 118.7774 515.8155 119.807 c 515.8155 120.7595 516.2988 121.719 517.4474 121.719 c 518.61 121.719 519.0723 120.7035 519.0373 119.6879 C 516.2568 119.6879 l f 1 D 518.596 120.0591 m 518.575 120.7245 518.1618 121.3478 517.4474 121.3478 c 516.726 121.3478 516.3268 120.7175 516.2568 120.0591 C 518.596 120.0591 l f *U LB %AI5_EndLayer-- %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_Illustrator_AI5 /terminate get exec Adobe_ColorImage_AI6 /terminate get exec Adobe_level2_AI5 /terminate get exec %%EOF