libMagick++-devel-6.8.8.1-46.1>t  DH`pZTh/=„d|s'ZeŽl3V=|mBTx%-B @|8(yjQ:37:ÏyAa:rZ*Dc7MLu -YS /D;oU.y5} aFPPSՃ(%4okC&pIKԿ;qZ*fl~9 4"tP=)<׻M #Xz˺Dټx ۫哱66c19b60de57f6cceaac7d646c2c7d40fa59347d މZTh/=„ng\#{np.!\E" Kra(lث|>l8 NXŭڎ >' D$['F"r(>)ݘ| 52V0r`z`U?WQ/qbVJٹ@:*u6t7f4֦m *ObҺ=x0wE(˪ޟYv֛y#WiY_y=#WVک+{vkDMޅ!+7Cm~P͊X n>:t?dd ! aTX`dw )) ) 8) )  )  ) ) Y) & H)   ] (89:1F̑G̤)HH)I)XY0\d)])^ bc\deflu)vӴ w)x|)y zTClibMagick++-devel6.8.8.146.1C++ Interface for ImageMagick - files mandatory for developmentThis is Magick++, the object-oriented C++ API for the ImageMagick image-processing library. Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time.ZT.build33T7openSUSE Leap 42.3openSUSEImageMagickhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.imagemagick.orglinuxx86_64.ڒ4" +--((0;7 g<p c*  new test-signatures.patch, see followups in http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479 * created rpath.patch * created dont-build-in-install.patch - upstream changes * Do not write zero-length TIFF tags * Do not split words for caption * The -blur, -guassian-blur, and -sharpen are now convenience methods for -morphology convolve. * etc. see ChangeLog- fix baselibs.conf- use versioned /etc/ImageMagick* to allow parallel installation of libMagickCore- name library packages after the new -QN library names (thanks dstoecker) - depend on newer libtiff- fix missed variable expansion- use a quantum depth of 8 for our package, as we do not require that amount of precision, and we prefer faster conversions with less heap usage.- updated to 6.8.2.4 * Update libver to 7 * Dropped upstreamed ImageMagick-uninitialized-memory.patch * Added ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch Related to GhostScript. Discussion: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479&p=95023 * Add support for -QN library and .pc names, that express the pixel quantum depth the library was compiled with. Added an explicit spec variable for it * BuildRequire autoconf >= 2.69- fix wrong mean-error output: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22586 * dropped disable-matlab-test.patch * added ImageMagick-uninitialized-memory.patch- do not disable checking altogether. - disable-matlab-test.patch: disable the 1 MATLAB testcase that fails.- disable check for the moment, it breaks on Factory and 12.1, but 12.2- enable support for Pango markup * this allows rendering formatted text with the pango:"..." syntax see http://www.imagemagick.org/Usage/text/#pango for details * to actually use this, libpango needs to be installed- updated to 6.7.8.8: * Added 2d named convolution kernel Binomial (for Fred Wienhaus) * Clean up sigmoidal-contrast. * Use ConcatenateString() for multi-block GIF comments. * Caption no longer chops off text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21558). * Support LUV colorspace. * Support HCL colorspace. * Don't transform the composite image colorspace, set it instead. * Interpret -border 5% as 5% of width and 5% of height (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21537). * Don't normalize zero-sum kernels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21584). * Transform grayscale to linear RGB if fill color is non-gray (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21586). etc. see ChangeLog- updated to 6.7.6.9: * Don't write an invalid PNG sRGB chunk when rendering intent is undefined. * EXR images are in the linear RGB colorspace with a gamma of 1.0. * Correct annotation offset for right-to-left labels. * The -level 100x0% now produces the equivalent of -negate. * etc., see ChangeLog- cleanup the package - updated to 6.7.6.1: fixes * CVE-2012-0247 [bnc#746880] * CVE-2012-0248 [bnc#746880] * CVE-2012-1185 [bnc#752879] * CVE-2012-1186 [bnc#752879]- moved the libtool archives to the main package - separated the bulk documentation - added a regression %check for the locale comma crash- license update: SUSE-ImageMagick Use SUSE- proprietary prefix until SPDX upstream accepts ImageMagick as license (e.g. like Fedora)- ImageMagick-devel requires libbz2-devel [bnc#741947]- update to 6.7.4.7: * Fixed -black-threshold and -white-threshold so they work properly with the -channels option * Promote image depths 9-15 to 16 to avoid crashing in the PNG encoder * Fix problems with JNG encoder "quality" * Fix memory leak in JP2 coder * Use maximum bounds when rendering PDF * etc. see ChangeLog- Add explicit libbz2-devel BuildRequires - Support LZMA - Use libcms2 now. - Cleanup huge dependency bloat in -devel package, this will likely cause build fails on dependant packages the solution is to fix your BuildRequires.- update to 6.7.3.3: * removed upstreamed scene.patch- build against librsvg as recommended upstream [bnc#724222]- add libtool as buildrequire to make the spec file more reliable- fixed [bnc#717871] -- imagemagick display wrong order * scene.patch- update to 6.7.2.7: * Fix memory leak in text annotation. * The "-strip" option was excluding the PNG tRNS chunk. * Caption now wraps properly for Chinese text. * The PNG encoder would sometimes fail to respect the -define PNG:color-type option when the incoming image was PseudoClass. * Properly handled continued JPEG embedded profiles. * Revert -colorspace sRGB option patch. * Revert -type PaletteMatte option patch. * etc. see ChangeLog. - obsoletes reason-error-message.patch- Remove redundant tags/sections from specfile- Fix baselibs: add missing requires to ImageMagick-devel - Remove redundant tags/sections- fixed wrong error messages [bnc#673303]- update to 6.7.1.0: * Defend against corrupt PSD resource blocks. * Properly allocate points when render text with large font size. * Added support for Z_RLE strategy in the png compressor, using - quality 98 or 99. * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel filtering when writing a MNG file and no filtering when writing a PNG file. * Added "-define PNG:compression-level|strategy|filter=value" options to the PNG encoder. If these options are used, they take precedence over the -quality option. * Use zlib default compression strategy instead of Z_RLE and Z_FIXED strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2, respectively) that don't support them. - switch on WEBP support -- require libwebp-devel to build- updated to 6.7.0.8: * added Initial implementation of Cylinder to/from Plane 3D Distorts Includes deritive (scaled lookup), and anti-alised horizon (validity) Currently can NOT handle extractions from full 360 cylinder panoramas. * Fix transient error for composite over operator. * Fix one-off bug in option parser. * etc., see ChangeLog - adjusted inc-struct.diff- fix requires of -devel package- remove the -fuse-linker-plugin option, it's default in gcc 4.6 and only confuses scripts- Require ImageMagick from -devel subpackage: Packages that depend on the -devel package very likely use the tools too.- updated to 6.6.9.9: * The -scale option nows considers the alpha channel when scaling. * Don't use comma as a separator for stroked tex. * Fix transient bug for HSL to RGB and back. * Fixed PNG8 reduction to work with an image that reduces to 256 colors plus transparency, by merging the two darkest red colors. * etc., see ChangeLog- created ImageMagick-devel-32bit for cross-compiling- updated to 6.6.9.5: fixes [Bug 682238] * macroized and cleaned up scripts * added conditions for optional components * updated file lists for upstream * cleaned up the include tree in devel (patch)- updated to 6.6.8.9: fixes [bnc#682238] * config files moved to /etc/ImageMagick* * see ChangeLog for more details- updated to 6.6.7.9: fixes [bnc#673789] * removed survive-exif.patch- added patch for crash reading png with exif [bnc#673789]- packaged README.txt from xtp [bnc#671047]- fix build for factory- updated to 6.6.5-8: don't read config files from $CWD [bnc#653572]- updated to 6.6.5-5: * Revised PNG palette optimization * Added some debug logging in coders/png.c. * More precise blur values for Lanczos2Sharp and LanczosSharp. * Added location of first Mitchell crossing (=8/7) to the filters data structure. * Added Lanczos2D* filters now named Lanczos2* * Reorganization of AcquireFilter() to make it work better * Clearer EWA filters (LanczosSharp etc) comments. * Added LanczosSharp (3-lobe Lanczos with sharpening) * Filter sharpening factors are also always applied regardless of usage. * CubicBC filter formulas simplified by constant folding. In particular, P1 coefficient (always zero) removed from coeff. * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398 (as already specified in the documentation). * Ignore PS bounding box offsets if -page is set. * Add support for -evaluate exp.- updated to 6.6.5-0: * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian filter only. This is similar in action to 'blur' but only for Gaussians, and does not modify the filters support, allowing you to set a very small sigma, without the function 'missing' all pixels. * Patch for DrawableRotation() and DrawableTranslation() * The webp format requires the webpconv delegate program (experimental). * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to the previous sharped "Lanczos2D" filter. (C=0.31089212245300069) This also is very similer to a Mitchell filter but specifically designed for EWA use and is the new default filter for Distorting Images. * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by Andreas Gustafsson in his thesis "Interactive Image Warping" (page 24) http://www.gson.org/thesis/warping-thesis.pdf * Added filter "Robidoux" which is a slightly sharpened version of the "Lanczos2D" filter (blur=0.958033808) specifically designed to be less 'blurry' for horizontal and vertical lines in no-op distortions. * Add support for "pattern:vertical2" and "pattern:horizontal2". * Add support for "pattern:vertical3" and "pattern:horizontal3". * Properly handle PSD layers with negative offsets. * Added sqrt(2) bluring default for Gaussian Filter if used as a Cylindrical EWA filter. This resulted removing the last aliasing issue that was present in tests for Gaussian EWA resampling. Of course it is still a very blury filter for default use in EWA. * Adjusted Variable Mapping Blur Composition so user arguments actual relate properly to the sigma of the blur for a maximum mapping value. * Fix horizon anti-alising for output-scaled perspective distortions. * 'Bessel' filter is now offically and more accuritally named 'Jinc' however 'Bessel' while not visible as a filter option can still be used as an internal alias for 'Jinc'. * Fix memory assertion with --enable-embeddable (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201). * Don't permit access to pixels when pinging an image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).- updated to 6.6.4-8: * Automatically set the quantum depth to 16 for HDRI. * IPTC profile not always wrapped properly inside an 8BIM profile. * TIFF tile geometry must be divisible by 16. * Rename of SincPolynomial to SincFast for easier user understanding. Ditto for LanczosChebyshev to LanzcosFast. * Switch default resize filters to using the faster SincPolynomial filter by default internally. However 'Sinc' will still use the Trigonometric function, and can be used to assign the trig version of Sinc() to filters using the filter expert options. * The default filter for 'distort' was found to be a very blurry inaccurate filter function. It was removed and replaced with a correct Gaussian filter (as used by resize) * Added a switch so that "-interpolate filter" will force the use of a cylindrical filter for ALL pixels in distorted images. That is you can use that switch to use a cylindrical filter even for images that are being enlarged by the distortion. However EWA is still currently using a fixed 2.0 sampling radius. This switch complements the use of "-filter point" which turns off EWA filters in favor of interpolation for all pixels in a distorted image. BOTH switches should not be used together. * A bug in the support radius of the EWA resampling function was found, now that correctly defined resize filters are being used. Suddenly Normal Gaussian distortions are not so blurry, and tests with distortions of the 'Rings' image show extremely good and clear results, with only minimal blurring. The filter 'blur' expert option can be used to adjust this further. * Don't negate the geometry offset for the -extent option. * The RGBO format is now listed as a supported format. * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter function as "LanczosChebyshev" as faster alternative to Lanczos. * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of the Sinc Trigonometric resize filter, as a proper filter to allow direct comparision and speed testing of the filter. * Expanded the "-set option:filter:verbose 1" output, so as to also include the actual functions and other values that were used to create the filter.- updated to 6.6.4-0: * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c). * Path no longer closed if join style is round (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943). * Add case for BGRQuantum to GetQuantumExtent(). * Support no compression on PCX write. * Fixed bug in the raw BGRA coders (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880). * Fix off-by-one error in the PSD coders. * Nicolas Robidoux with the assistance of Chantal Racette contribute an approximation of the sinc function over the interval [-3,3]. * Eliminate a small memory leak in LevelizeImageChannel() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951). * Recognize -fx logtwo (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958).- updated to 6.6.3-9: * Eliminate useless message about assuming zero delay when writing a single-frame MNG, and changed it from Error to Warning when writing a multiple-frame MNG. * Only use the first alpha channel in PSD image. * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)). * Eliminate bogus "invalid colormap index" when pinging ICO images. * Support -set density / units. * Properly map PNG intent to image->rendering_intent * The orient option sometimes improperly set "undefined" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795). * Only list orientation options for the -list orientation option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801). * Return proper standard deviation for combined channels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786). * Handle transparency properly for the PSD image format. * Emit a warning if the PNG encoder can't satisfy the color type and bit depth requested with a "-define" directive. * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833). * Add -subimage-search option to the compare utility. * Throw exception if image size differs for the compare program but the - subimage-search option is not specified.- update baselibs.conf- updated to 6.6.3-1: * obsoletes units.patch * obsoletes grayscale-tiff-jpeg.patch- fixed jpeg compression of grayscale tif format [bnc#615223]- Do not compile in build time but use mtime of changes file instead. This allows build-compare to identify that no changes have happened.- fixed units in the output [bnc#598714] * units.patch- update baselibs.conf- updated to version 6.6.1-0: * Fixed bug in equal-size tile cropping, when image has a page offset. * The -recolor 4x4 matrix is now interpretted properly (previously it summed rather attenuating the alpha channel). * Support writing 1-bit PSD images. * Support LCMS 2.0. * Improved WMF support under Windows. * The new coders/png.c was failing to read a 1-bit paletted image properly. * Finished eliminating the deprecated direct references to members of the png_info structure. ImageMagick can now be built with libpng-1.5. * Respect the -density option when rendering a Postscript or PDF image. * Distort barrel no longer complains when 3 arguments are given (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). * Support -direction left-to-right option for rendering text * coders/png.c: Eliminated support of libpng versions older than 1.0.12. * Relocated the new, misplaced png_get_rowbytes() call. * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. * Add support for monochrome PSD images. * VignetteImage() no longer crashes when x and y arguments are both greater than half the width (x) and height (y) of the image. * Eliminated some of the deprecated direct references to members of the png_info structure. This must be finished before we can build with libpng-1.5. * The animate program no longer loops twice when -loop 1 is specified. * The caption format would sometimes hang when the text was not UTF-8. * Don't gamma correct log to linear color conversion unless the -gamma is specified (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). * Detect CMYKProcessColor AI tag. * Delete image from command line cache for -write option. * Add support for the Adobe Large Document format. * Recognize -remap option for the mogrify utility. * The default Helvetica font is not always available, check for Century Schoolbook too (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).- updated to version 6.6.0-5: * Permit user to get virtual pixels with a region width of 0. * Reformulate the jinc() functio so that the main peak is of amplitude of 1. * Resampling filter must respect the image virtual pixel method. * The -evaluate-sequence option behaves like -evaluate except it operates on a sequence of images. * Add support for the Adobe Large Document format. * Add support for the -maximum and -minimum options. * Check to see if ICON image width /height exceeds that of the image canvas. * Set the DPX descriptor to Luma only if the image type is not TrueColor. * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685). * Don't embed an XMP profile in an EPS image for now. * Insufficient image data in EPT is a warning rather than an error. * Respect -type TrueColor when writing gray DPX images. * Fix problem reading 10-bit grayscale DPX images when scanline length is not a multiple of 3. * BMP has an alpha channel, it was treated as an opacity channel. * Write 10-bit grayscale DPX images properly. * Detect PDF ICCBased colorspace. * Finalized -set option:convolve:scale kernel normalize/scale option * TransformImage() resets the image blob when called in the PICT decoder; use SetImageExtent() instead. * Support PSD RLE compression. * The jpeg:extent define sometimes exceeded the specified limit. * Resolve "too many open files" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546). * Added Correlate method which does a Convolve without reflecting the kernel. * Initialize grayscale colormap for PSD images. * Addition Third-level Subtractive Morphology Methods: EdgeIn, EdgeOut, Edge, TopHat, BottomHat * Ensuring original kernels passed to morphology are cloned before being modifified for use by specific methods (EG: convolve scale/normalize) * display -immutable to display transparent image without a checkboard. * Make -define png:color-type less persnickity about what it will accept. * added use of -precision in 'showkernel' output of -morphology * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and 'Distance' Morphology primatives. This does not have a performance hit, though is only truely applicable when the kernel is asymmetric. Note that 'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close' operations work properly. This 'reflected usage is defined by online morphology lecture notes (Google for "EECE Binary Morphology") * Added convolve kernel scaling setting "-set option:convolve:scale N" If undefined morphology convolve does not do any scaling or normalization of the convolution kernel. A value of 0.0 causes normalization for both zero and non-zero (added weights) kernel types. * Speed up reading the PSD image format. * Add the -precision option. Use it to set the maximum number of significant digits to be printed. * Add -features option to the identify program to display channel features. * Add -unique option to the identify program to display channel features. * Add support for compact floating point (i.e. -depth 16 -define quantum:format=floating-point). * Transparent images no longer flicker on certain system when using the display program. * Permit interactive resizing with the display program. * Support heterogeneous distributed processing, see http://www.imagemagick.org/script/architecture.php#distributed. * Fix semaphore assertion when reading a corrupt image with Magick++. * Add support for -brightness-contrast option. * Add support for the BGRA raw image format. * Added Kernel Generator to generate kernels from user strings, which allows the generation in many built in kernels for both Convolution and other Morphological methods. New Kernels currently include.. Convolution: Gaussian, Blur, Comet Morphological: Rectangle, Square, Diamond, Disk, Plus Distance: Chebyshev, Manhatten, Knight, Euclidean And both old and new (rectangular) user defined kernel specifications including the use of 'nan' to represent elements which are not part of the kernel definition. List built-in kernel types use "-list kernel" * Added -morphology {method}[:{iteration}] {kernel_string} Initial methods includes no only the basic morphology methods: Dilate, Erode, Open, Close; and a pixel color preserving 'Intensity' version, but also the special methods: Convolve, and Distance. Of course the appropriate kernel should be provided for each specific method. * Add OpenCL-enabled filter (e.g. convert image.png -process "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg). * Added StringTo...() processing functions- don't remove *.la files, see [bnc#579798]- build -doc subpackage as noarch - spec cleanup- updated to 6.5.8-9, which fixes [bnc#565014]- package baselibs.conf- updated to 6.5.7-9 (See ChangeLog)- updated patches to apply with fuzz=0- splitted out doc package, see [bnc#533439]- updated to version 6.5.4-8 (See ChangeLog)- update baselibs.conf to complete previous change- updated to 6.5.3-2: * shared library version increased from 1 to 2 * subpackages renamed accordingly * includes a fix for bnc#507728build33 1515518766  !"#$%&'()6.8.8.1-46.16.8.8.1-46.16.8.86.8.86.8.86.8.8Magick++-configMagick++Magick++.hBlob.hCoderInfo.hColor.hDrawable.hException.hGeometry.hImage.hInclude.hMontage.hPixels.hSTL.hTypeMetric.hlibMagick++-6.Q16.soImageMagick++-6.Q16.pcImageMagick++.pcMagick++-6.Q16.pcMagick++.pclibMagick++-develAUTHORSLICENSENEWSREADMEdemoMakefileanalyze.cppbutton.cppdemo.cppdetrans.cppflip.cppgravity.cppmodel.miffpiddle.cppshapes.cppsmile.miffsmile_anim.mifftile.miffzoom.cppMagick++-config.1.gz/usr/bin//usr/include/ImageMagick-6//usr/include/ImageMagick-6/Magick++//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libMagick++-devel//usr/share/doc/packages/libMagick++-devel/demo//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7650/openSUSE_Leap_42.3_Update/f29547d7eca57a425905f0a5f5835b7b-ImageMagick.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linux  POSIX shell script, ASCII text executabledirectoryC source, ASCII textC++ source, ASCII textpkgconfig fileASCII textASCII text, with very long linesmakefile script, ASCII textMIFF image datatroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RPRRPRRPRRPRR뮞+Nvx?`] crv9umi]CRva s~ь(*ڭx ay-V?U&d lЩ/ti8œ}q@(Cަx^82 P1 7$MBv$gi3eHN+aNYIqPҠ'22YDy7ۦ,*kU^R(e4[KdYhn5߅k)L|:z yYy܄5^>ֻ}J6OFU|4Le7b%aK ^w$La`൐ u-zuΖh0:*/ ۨ{"Io5丛ll;3y.yTMbFF{$ )/G;q y5No]nCI0fi"Y;l``ꜯ4(ݘ5moM eoouuS3M-o0И{t-Ae%JX]6FD%iK} |iDa\dM {|/Q.Gt bDi`u;~G"͘]/ry3yaL8@%lj.q'ozU#3f <\"kO9gZ{AI@36-x !k3eH]?Ο| WDODSGPa5cBS<=/S+xZͶկ jqJ.]{Q񄵶%kzP7$C h޾ޞy6U5)$ǤEeWt QB@x 9:mxT欪+:J/jh07JӠSZ)INa=Ao}4]`W̬IaNӏ?h ϷE(= wOCp :tLOU[1B<~k,fj"K%=xE/`-CZ"x[6w y⋠p@bqJB"f/#{BS7bق>ן-ƑּneY84R‹zlE,G5Wm7x>roSŎ^GGHBd*=8<7W|.xfMN_Zf%p Ú ,̙Kd_S8L|_k͖ROCqa2piQF %oin KCph lMf4gXp,SHiO_}(hPppF sjDLeRH&=^Lכּ5i{˻cʟ2']J檶W\6Ki  ['O*ƫ}5X\i@X$Iiqc+5gmMJvfzXy*_oZc^n,hB6lH |Rjܳ-mD*Bz^ ͉adH+: /0 {bql5` sVLoM򜾨PF$O=Pm$ ~.]\Һ"tj !qG|vbQ3\H&>LpۙG WT]XfGEK+zgMu/T>11UFIɼ+|HtT*>)yiJC(ɞ$4?L<ՙࢹV0$txKD._ l%Gg,Wfz3B,B8`;aOOPbm/,]hUj0`nC󣂘Ʊklp: O<KxZA'zhdPH0*uqG(<[mg*+Cs=yRCgCؙm-7U/4ݕj r:&3 B&'=Zi&3qG@Es6pZZ'zm dprQsӛZ&=4CRජq0}4Ϟ_3/lb>uT)(zڻ٢/mB[G`UxsV'u*p> F~¹HkYȣt3a{ #pڸokNɦ2ooQ,lVNotDjܔ>JO۰ݎ8fZ:Fz%(@B{V9:$+Jbd*o=L\R޶(Dr?Fn=綯ώ)Y*_M%Z5cnpښ8bmJi)xLr'g2Mľ-WZAWs4]kuugAKhkqC*r ?}|2ݖK{="Mh4E3#8]XP1ea jiB,C87fAܐCJa0_W.N+`r9mgE[@H2^9\8-v}hE JhPm_enbd\)L~)D1~?rN`p#(@Czʁ=K3pHuU؞ҪC|8Pp3×A;G4q-^3 XTT iBKmT>%|nf Hh43-B⛀9hԶsķC8Zr&!(f?g9F>q&i}L2P!ue~/{Yv"9_䖹Dah+r\_1Es 31Nlz>iHwv\bH:@龚dxR?F?9d`X&g8`0>%Ib`/eIANYrM.U.0լ;ZӔ]?K׫+] 4"Z&%hoGT+ vϐ]A*r'gO%PF+QH5a{.f[ eK%FpGɠމ 2Sl!!m`hg\0&卲*":d {E`nH%Q̳zCprG%(g)P+4%AF<ǐ,Y$\=26:v*!.Xen?ǭ̣Mq,,h/P>}[;(V@^6>i Z zίh, N1GS߳ Ȝ,oY6?]}XmhO{'"D&:9fmc62$_D I碁[$,LF3FRm\x !':2s~Ω 9= }*90/ w^hN81T,uG,7t`>uYܖnhOva,q\<m7 >PUU!m zGTFf8!T\z1h*Q6& eA:˻a\T*di1L4.ka'a/fy9\hJ7Q#['"n9aѫ(gPi?QP'Ȝ{=4/ϧ*xZȡB&8gBܛFHX0C_v_ZZb-ȸ@z ٥9I6]T@orEAʖ4*+az~٠UF<dž=*ɚ)V#6sG_@ތ/?`dv%!,3^-N\arwYgnj9u.d 3\&inO bbfj.2wٯ L>0=73M/YR"iZ41*j؂= @;X5o blX l&{V '$Q5kAȹp0 ad_s%Aԗ H8T(r9+J&d.VjneջA%`& 'ٳnbR֌ k5O▂n@椷>Fl?D$o0c'<Z3SMilT0u6aird .iB0FT`q Vʌպј Tl/٥;[OdO:ukq nhGxaۊ?`y䨮l/ډaH=AʴPs=іu;&+9:y箑5ﻂX$58_&Z`&z>tJhP&6ֿf#7}մC'(Ԇe'CCl?` k!wSZc\3Ýh-G,^в|b<>M;FK'{%/Hv]8C2g,n4k_me\G70LH G|Ǭ'v~{Ig*gCg y}Wy{1g<2g&J3 `}zɬm,gWL=nVIVZ nqlpȽKR~Tc)4R5ShB#K\\VY>K}lkbwS7鱟6cIiIkS9jJs©UMcc$ Jzc #@ c%A(㧮!rkH>+pPVaZ l6fd y-Rwu;VDЛhmdYk q3vPHw]EDnta Ґ`^\bRVh þs-HȪq^g6m d|X7E\wm  }19>-:aOkψݛ]mPh ޼H`Q~ 6\#՞ϜQj,NJ,8,W{7w\f6A*"?HwKkZ2k!]_?ԉo$7r2S}`׶ԣ~@;~Yx,'( 63FoѓA 9ԭ,=y@Vg5>?rr8~SX5h)e9v裉<{{w*>ЅWRzv*5i Fq }=c.Lz(ғN7#L=-Uoϑp%R&/1ZzK _dNQkS)Z,ߙWY#Ms"SgNO]Zϫ?Gh m @z `S᯹URO ;ѠyxP3੣ͰgSY#|zhhG^uxuInbf엷_CxOOo WJJ<%0XF(1ŮFowutw.^rݸˊxiDE H+nήdWqh-v] Y+'/ub#]}e>=i$#~ۛŰ-/iݪY0s9ᥴrgĥc'1T8-8&YmOX~[~w`JV*!;>w[.BN_i. o?zP-'g5( M$8b )1 ^K!?1Zrm7Nɼ-&ru&&OܗP pr@V;}?9SL}$uJPpc7deVKC8 -m^%= )Yq<mvYdn7ڊsװK -7y< d*~:@Q}u!/4˅:41wa!vl9EfZ*^K%ջ )^ k=4#BV/%4r߮g橦1[)FY>P? T+oCĦ}c&ɋ L?="t$ 3vEL&Khf^G6}8hz҅#W|x:%/h!"rZ~&>a<#\t7hQҚ/vڷx[xXE)q W)S%x =ݺ*B5"OGikrd93T:3֍f8@f 7y×>zVL/q mZV(gK 7 VoчpLpo,1+"GseX$2)ѡsG1q&{ΠfI4<D!u89F"*W~b##!MsxMKU3/H!z9t;ؓ(O\bÌDʼn u[*'XM|űM8~uJk:% FH >Nc5ѕ`Z{Oh4u_hnJzCUɈ7,1oQu<A A >$||@X{c'4fR r'ͶXE FO˩S 3[k 1 `)eV07y{>١)Q'YwAHj֪[CƱA9E=^xG^qOi!ikbCA/ka|t'ؠOaSM? I8Uz#)|\BVd i,z[:h}2;zn*36IѫЁ.9+#b(7( 6Ym(J/,[< k̀hK5 /+:^Ccئ9LEGEQ*0lIE):)!ػ*}௨@A+.JY QEh#nxWP}KKMGVbܬQ&`I8D1ޟ?hJFQi9 <}̯Uȣo@Ubk/-7 J93{$ EkTE7k44StqEuWx>c ԀZ8.HY -?~x.H?c.Xy]Ҵ-rq//U-/>VPm=2}3l AE=--T߅?,KFh}(vc;d1pPMdwԬ:=S gXp&ᶍ?aPJ̼p*@!*k|qAK@noRS z݂6էZLpNR|ч 8K&+i>#񨌁}'io;G5+neo,kD>q)LewZq F\-cKIEXC_E elM8~J"ĄrJeh>epfؠ ~~k A< MEz20Wwr8JaLTh*&1QDȓtR)t} V_F}6;m;zFU5? M!G؍ lN.[8IYbNc4`Wwyq%/COYTG bhIs7)x3[Oxnpz6@_[!%!g)"@hi$'2ښ|R =gNoA6jXW7{Q .P49 ڤ$pp2̹0]; r܊.FۧiKETMu~BOx[^dYsU'qy]̂Fwj֮h,tq|9ߦS?nVF7RӖ/6[xǏ},{]yw6y ~:yo؏h+r6cM-60`V<4(OCi(fsWoh1瞈\cAǫS|?\%4,Ul#3[/n*?)a%ݰtI%L x8 Na69PY(U;WjHTvaɗI\7)S*MaJDm'('0H4ㅎ|/#e e +d %FXbU. PH݅.&!30=@ "G/\SJ6 uSqRY>\09@*7=@'ppjzx %;a:>%yƦ!D[[|i([O׮AZ]pRHVwO%ɊO Rڨ]xD+;a'}qbF Sc)K6M+F#O:#.hBF3M{ ŕ|QA-B%f}g62\U)U̐PaDw ;7r P^a[ydG);p{u1ăZ}Bʋ^?lM?\ ,4^O)%9<z*J]+?Яu=T^bИIZ̜_>ں*fucc!aY0pZd{'^ > +!Qt%(7w!24Ja-Ԟ4+w7 ̤X /yOofT3&) 3&{n}N_m FjPS_ucoir(,X0_cT5.(fiDJ Up7qJ$)-DQ.ؿH-Xں=8k֊s,{7}AKUZҜ-yd !5i%*b9Za0-TD:а^T0$hd~/8rY^׋ s$eШRѰꆎF *_YM3rA6ipãҏ L?\eR&`6p,_dPtlH}}(ŭ2Q6j*:'9-ى.6IvęfIkt^uezqm4{yt8++Cz gk_ 9N[m=}Љ*iTJO+)'%mP1{+ްko @ZI'T͘xzR%݀nhuޒE2/(X?]F&<nN1!GFU {2v^rDoIKP>hxywvPC$c_"~X잇uurwd nRSe _lB·r,2* F@FJsxQs!|e\*] oA_3 y. 步&XH` ^ϼ8>/0u{&1;p7Yi~H4F`JQ KoPt Xm$.o⌸GOtKU)(JiUf԰9Y4Q1RJ4uR.+el8!WLDc{)+=,:yr}H 'vd][VkD@=H' sӂp{s%oϑtsFw|<̂Ⱦ&asAB}-7[9 >*?bx!lRY);;P/GTPZ͈*7vr*Ff8qiy?$jjHJ_^n֖ 0;gA9qxl# J;A$,|2HoeTwԸsޘPޯ?tE-I Ӣ>n!$0R+zV;MYP\#UBaA-OJ|s)X^T&'>dҒMߦR`W" +򥍊W?W#5y= *i7)Ko-hm >͘);>l21Y[o+:\BҚsQMqrI-UB y}rEOLrv_6¦NbBDYs4gk^z''cg` =Mn\,Kfv OQ Jf6#pϧ~s"bQ4[UuUspff_l _>7t+ɓkiS0=Elb-Sテs6 !$ C2qrS_;%F&pu tpTA.0mr0L۴VnPuBy ~UtfR#̚_~D ]p]d2(R{okrxf OzNDZDf&Z!F.L&6F.ޛ$qx- tli+ xC2LE"tTlIF/Yx.o ;(sMaf>:@EӌjubSz ÷Ƚ0ٲ}Y/==ט ~4  B;m^EyY8=2p֑MGZHNM IdKqx4ҏٶ  EV9\o F.J4ť6k9x ׄC=nIΖY zRmžu<Q2 GiP[-z+ o/k&4ʸ=. =mvd/2sZ6[+2ꄳ reD46 l 4Kl ntѲfELʎ솙7Y-g^:FZ,ԖT!o5\ sP0i<ݹ#tr߾>9ffR7X(5~N ,*(Q , Jsؓ܏Q ۯ|}]- QQ'mQgw&im8Dp(=^6cqI^3_4KƸzK&GZCR-] 6]hX$ \nbhR89S2n$i$~6Tl dkf]q]uyDG`6)YUj~n},^ޏXstzvR40*@U74NwH+(}>tq)_X.Sm LB@M)ЕKh`/5 L^ pv`PY>x퟉r>%8׍F{nh Tמd}&{\ֆmBL6_3Qkz;h X>rtf ݱtߘ=4^/J0ч{Rp-,[.|/@sYĵA`Qqzr RYM"I.:򜜥VBo_aK Om.훕b!]㳹s54zD gyY5 K0r*NjnZqn^Cv<p ,ZA*[Mc#x՝u]V`#gSӽDCXn/MI3|iaa8.آ9‡;A/e8+Y8dy(u\W$,XD~ y8J9;$C Nٕ]Z2sE۲^Ō2{XP`,;C 2=p@m ">f͈gLߤ%3Bemst`2m)+e\{wT1۱zRz 1<+ M)0WG=7Oe{7/֫8*"70M9c/DHz|Ro@=ߪGp \фߖ| +"FF*mлXR+DWOaY|a b;hgS?(*^>8&:VJ̖8I y M7Pt5RЫ#d|J^}ն5~۞nYo[uƲhz"QiQ:O-\J8Yj$j^ƒ<P+i4w_0Զ!F4*0#vc`AF#̽zl8x@]BEP&x2i4r"xۯmHQ bzC2XdE5>#3el+_*f7(aOxNkCuN-zmoϟr{Ph$87v&xx#d.pg혈YQ.TEٕtʉSHJ B37emyF=*)#wY\#3kT|akfBZyn@x^8oq ~|uϐNsn%#T-cڔ>4oI}[ճ!Yo*TS\gsxVӯ1D4Kpٚ>2&B>Fm#= n[@\͹L\$y+IWyF"7lZP٩Tm?6d F(Ur\ Į< &'ewVFMfgfb& xMd $:JByg%Q"+6n H+pe0ӈn}kMh2/zҍg(1GU^pjaOڜB@LtEfE;%`&yCf%q]|05+&.ut7iJ%WwɼΟ,Sv9e( }RbϠ4{'W[?H$w՝ErCDžZ]u/ݵȒfե+ #4WQ?@s+A'A g792,J㓙` yӌэFP',-GΈSx0/3~b'3}2m:p(oB\mRq@Q ۊMkkA:2 y)I-><Qi xE |#"Q{J ѴOE 4UJT"IK,jsC&5v`x]Ť uH|5s8k:aEgQ{7qA. v'dv^!J^{ӳ!y.L_Xi51%d{ U5@Jx\O/l^HfOtYk:A[^00}^m.8yWi'^oD4hɀ#3iKyEUHZ 0کϩAE𸕝'nocA^f߱w% ӃmS "th[]vm8XQ1늄& P]嶥kNW0፱'R*r)[S8=kQޙ>_͑ 6qX$J+v'^ a| M;OT]uO+C{_X4s/Y^2 nxh6%Ś6O'gJuO>lO^Pfu_uPap{M+z)++ GWeEP^DfLG"h*JYQ)4`1ni'Gu0^#mzly/,J-欗 k)>_Ǘvsj;7ʠBrtTQ!ɩۂο<=*?ii*{6Ȑ=b %ꓔQ6B\bV5B3sz; wP~T#\Mr֨m_gbar AH[c?81a¥~yAkQ9nNwx_3 n2˶G_wF'V|GŒ7yQaphJwOe!ԐzPAޒY UV9]){cRVno 2cx*CzM!\0hXO\*Kfk.P㯴޻8 J_h'ǔOc xrT%C_"6nH/ )ʛA!g1 Ҳn^W0bH.p#AcblPoApD}J/  xNoxf {PCrQXO+KXx8rs\$FVʵl ;lƔ@"̶؇8wrKPח޿ȆY*;O;mK3mn}[k*$MO+Ձ jU_LA\钝~MS@MHP5NEa.%"w)=%xTv4Pۙ.p>ĨQ,s^Fy{3c&X x*T۠ P-hn)Z+^eKe5v\}eC:!sAW AI W%#66tI;ʹ' -J[y96='8˹sYJ'j.kPJ q~=|6uE]uD 驧<)_[AyS!_n4@˪:(_ {~cZjPikR{Or&lU;μB+9_ە2 p(/[#u T_}Tݣ\Ϡ20Jbm4ʌ[zrM.bZ1{ |ƍ9vg8l{H{wdG /> Ͼy+0  =D}u{; j+D١wzi1}+дvOsUIˈ^ OzwT7w-@̱T L. =f|2vuzyߞ49}Q05@""C'Do0R4~:C]TU b_} "BYOwkC3'&?-ڏ Ȍ$5h![8 :fwIXv3vf`h5~ipG>ai+czj *߆iC覮x8FR:,Q:-L-t˧\HQea̒nƢwt.-e}7(lbee.LVf/VNTJT.)&.R*4b𿿕C|Yvn?,TU@6Oa]w~<0yd}>j8k:*M A< Qu \W>dqX6L;9~Ju&K2P^G]oG.׆? ĕ :xp0(}+L GK۰{Aÿ`C ]/h0_<8<;Kd#rL}*вnlT77n*;0Q?6{ 0Nꏏ7k1ߢMm`{JHE-=( =EgW_a2wUإp[~AeZ@lAT}E[{Zq'[ b\ײ0Ec|bLVQ%$9;C.ZVv#c-܇*.;3,ol&{ˋ$NVz1̈ Vb;z"N!jX2"7xDҚB&HFP9= gkݗ{m{_(Bn 6\\li/.o%H INKD|(?K.jD; vďr6\j5|i'}N G8h 5Ą#\j b\% P`а1>!=1h\Z<0a@#@! ļZ!]7gh z@,{4 ayటI[ٱ}?A[=8t>?A2fmMWK0]%y:5fpY}5Z!bE%Og\VVZ2^oA.kqYN8'eǞr1*L9W7?JEs2%II"a۴PEJ7 4c_?WVQ|7n";cMjpl>ob8K\TCAN+lj$֜luՠE PH)xCyK}WI v3\Ǯ)6l %P8PqқE#HC$ 7{$T},*qcDkϜ~cSJ:Xy\ N1 hm+ē%Tqd1+.Sx)`>ۂN&EC"gv_ᆀ;k*d\qދ?z,g,=6#TfWF!eB IED[Ԡ5%횡cC0 A3(D\ZcIkGL=iϊb iB":g( q T(6zZwfCWMB M,!*=3uVO 4׺#ƟQ..т# TQKP-CUaؑ* hslg?G?VGG J6JGaPfN/![| Eni [lu" Ys%U6cTO+whƏhm5Oݳy9.zЧd"ʠ'oٮX[3A庘g̲D1`B6HNy?̜X48 P3W~iR^$~qci,IP=w׵֘vY/$lNxkq >2f,ޣ&ԴKrʩI]J\d#\/aA!njMS81Ӧ">JU#z/L" XK.V9\OWU#ױ> )I@;d_t-x+>7cwTlV(ohroO7;vPA骿qmUs%PnW 3t =F?]e:tr;f\^KR;TӁ6-zbhݱXJQ7}iN,fHfX2I(%`.!&-o4:4Ls[K?͎M*`+*y -X\X-"&¸^9P碆+*χLv`\Ejig_KwIg3 !7'㦲>t8+Df1nҁnSzrL?ly.ZhcDxylq4*'(D|adHɜknސ?f1x>Vq=r2Ij9p`m ij5(iArB<:b[j܁j{ڔsƩv派B!\uxs-5d"eIT6 _MwSPN1TFm>Cݏ&߮a8FS[H*5L*UT>:ʝ۫- ڃ~r|>KH,KdɌUX&j0޾Ẅ/ll^ڔN爌\̳oxZ2mz*Hш lh@.:%cVZ.-0r_SiGz'}=Զ]~ꄱݞJPjp( @䓄GS4Ͽ}ulrb[J@[Л )݀&$;sk3Z5xZllZ+ͦH.Rrڠ_sэ7srSp4N]6רZVUvߖVv^vI8oFb%Ne;{ w9] 7xlM(§G5ij:EnK#ň5ן ԓFi?Z |M,jF-  efRUZ'J ;?+r3,z"q]Z:B|l@/qӣ~IO t>9xBsN4}JtLR̸gd6@HE!u8wLe=,(N^X mH;LkMw yK<`hѿa}`d!ӟ'(hmnϚg*0#i,)띇CUҙ6kVWTUWc؈":*LdErB7 !i3#=m ųsws (k@4 WqW[iSMkg}*QA@,7ElΈ+k xA[P™BeۺgϒٍT>)0`g\מ AVM jyvcտtl2ɲ9hhNt'J}㫰nNG[a}Hٴ`\CkбՐAcy!I@[12=PlFFL!>3@͛ EnqM 'իs Ӷ(~2*_H{ۏQ(C"}Kp/E7ؙ9LwK²=) ]b%  CNq!! 4mav W@,v;3-5a06&/l6@LSkh,KVd MWM4=*j9wY9$Ao%OX,O=è˝߾ۢLjݟ'ZE3$EpUP0`:,\i%Pa,Q#xuG)I,;]ḥ5*uaSYiaA~1Ԡ$Hs/^G\,ӧTjD[ކD%^wKDG`J>̍b}B#S~-g!=$7[XHYf\m $_{> ~T]aO3dH]3މ(pJ`%ƞ u8Zc6S>^"yD]5bWIO}P9➆1mt&f$8v)'nbxҶJIkJr;G-?1"!@@~W T 2xG"Mx+Nl>j_NzP[(T|d NkN6m7k+^D7('TzJ(M|H)wxJz}7b^bium>@I)rP MA?x>N •OL]Uز _@.^ ? SQA$\d}WчMT5LࡴæJA1蝗.:ֺe,Y`KNΆmhX5eLJ]c/%*.H >@ɽJO}?-GaʡM_I.H=i+đC6rIqyW1.!U/}h[]nj;Y7M)tyLe?4$zf}sɨ'8 󎲡h~b,P?vD:>%*%R wy̅KQ(e~Kʚ>h Fޑڌ?Mt3KG(BvK#yrC)N!Qmu` i'kQCNʬ^⨉}Awu󓍏d+rG)]T |ǟ2$L\S-gWW6Vl.0FS . 9rqj }AZ4@ճ5~{ ==^߳S %-+;x3_ v.09G?Dh~ΏYs̚2x6SXaP )-+4T\tsNs}Mlވ9ho NSB{5IRm͸;i7hlz_Ww#1HǃwA+kB3)%EY/FRHN?e&jO9MfSB |M ,Ef&ÜjLMO _!eO]/@\ɛCxl30 pRU *~3x6s@ڲ@:u&V->&Up~am|[I Vt%>፺;¯MUz5{SdR;PS) JȎl ϲ]Pnfj$_OkQ|:=>Ql Jx]RI΂ZO,1%f߇i;ɉ㛣NCqܭ|v I {6\Vl::SV npziԧV;n\ʶC9KMӜBqv9ra/l16[v52oGW?n) 9zMP/E=$(PX?!`˞@ 4TGhԹD;c_ Dh)G;)IdaI56s_vwsfeH;I?zX"ߋ}J6KuΫ ~Y%*G:޸g%hE:_"G- ձR32zE}H6CxAa7՞'7<2/|yV`B(?Nn`mY^kgr_PÎH%"`sQݶo*1դz(%A^wP2ћ}eu4Z{:[1Eՠ i$m`0伽17;PG 2ߟ:v 0.SB/S&gv.IМ7cʫN(}2IAm~oC)p!Bt4A) r%a޴]I_4쭞 .]_Khb1>֠Sw؈sreEA l0㎷69/t 4& Ra?%Hlف^>u:A{6s1PK?ftt>h (FClbSJ߶T_r\N'LW.U >{Q-[׻dPvi=4F9-4>ll 8"cTcߐ!ĢVN'M:oiJ2WX605M=]ry 1fΌ^c)^᨝YgfWf*r ܯ![laf.p=HݣYX 3bi`*ȵ1 b9X_Nk1 U;1YYrAĵ8v^IסI3l*KhFοңCdEV_vΏFGe2,&1l/75-rnTnBE`bf|B9@/ 6D})LL.rUG36l2O1y\|4hDM]}ݼzUQ@ٱ-9f|mD"yQ=RĜv;8TKs2H9:iZ$9o=(ϼ;TdVq>F-xjߤX]g4#..k*qͧgc#Ju C}OP-~Ы\L@vDIi֙CלsjP5k1pTu֒vr4#pIe Z=r eqiV ;70%!dL)혫U>>3D^v,Je(ɷyakOk+W,@ӺB$0#yN U֖Ťw晊.d8<8nNQX=DE,k˥pL`%g\,@K7 W*ce.൫R߰1'&Z)pfcĆ`D1fDf`ݪ<~yޙ*0y/Z#4}MsOe^#Gk,X庻 XXTCv:V+.5Vru1/ZDh ~sdnV#GGU{z.>DyWS]ZPWLÄb b-ha3N[t?\^uW 9$ u3vdY$YXz dĢdܼLt8 ӊg!C r3b݁Yqz!]u37S8$mf?F4 { ]čnd.BXtRIZyA?7OWE4PNkRnfgOhCj?8ThܲĮ>Mk:Uoa!o៏?`W !n}WB0&Y 5>%lI&e{:c%2ǗSC;"Y+Oѽ~ *fR?K ѯ,^$+2aj$)VuS8E]#,d( %C^X q]zh&L34/{ncvĽ`'|fm* nӏSB\KJj@^nxNcEz9XLc5$sFHMY0L L%%cMVF%7=qDžWvY^YNY?Ѱ+ ĄWٺa jǑv}Nĵ3 U݂oYe#l_Y>7/1^9\ܯz@Il_ckY}R<dA_u)ndb (at0 aFDϋ8MӮ&|ol N&/<>YYse]Y]\ kr߱DJs5Q9$\ .RxMVѮKzQo8x|{hnaӡxn3Yx?Z\OExK;7ptt?<;CAtp/egY{ܥ0nhg< x $ 6Liy䗬i9ϱۡ Y@~R>JQ ƗhAܙ]@)Ai_ƎX}Z,B4+g@Q 4FgatF[70NA E7mqAOtk1K6T>_v½IH8IG>QF.nh&s_2sXe^]IwHBȒϝFVBK/q li L1; FYOAsӒ%sQbUQ[+ODFen(oO+1Y A4mpK;C.ҏGJ/ 7_+i%o/ltRCOE'lMwJ jn-Tu-V>kfi=Wj%!#U0hf7rjbiMԞ;CiczЖGd*1ũ4ܟOu|֎T|&XT̃u(]2g5~N{_'O|>:Hm}AtӅ<|F@`|cx)@@c M+#O}vBbc/{ $)mì\yj#aXZOͿMwV1dቯ"rD(p%ˉJ%>!2D{h9JկU{NF@qO7D$ m뢩i H.^?09;#>`*UfXcKeck6̈́RZj- <AdWm˖rf_t2B9o(Tr˩I͔6FH؉=2YKm7殺"{$:+t T迳Ь /MLKUOdyZvqZF0,Hev,,:1GIۚ^v5e@&A!@g3 2J44+*T`a@-ݛ /ա%J) %}@tN9{Az?x虇t\%K1FE1(mWQyXDkTpywM nJ֣_Wdw45JHDy Sbd&JJ]vjR Ӽ447) 9f]b. K뜜|-[ly"CRt?mVsЙ>ٟN`K7&vpsS.g\OA/^ ly`T NO?G4~%&K);A0 mE |%0<: u IM4kБՂozs9 CV[rFq1θ8]wZy!&DP)`+u |d)fFH"YCF,ܫC+ ?.^2ہ};}^  a]yj8,_+|@bl"j"f& QHi2"Trݗ&DM[LS(x_G~C=hYr"tNbʼQVűoM]-4r-i@y=f.Un EWBx Q:_+Ɍ @rg‡;FAbx?|c_uD%u PǤX;(/E0^H  &ѕwҔ](%f&Z*`ٻ_Y%;BҏUv OWJ"e7PT#w_FD'nav,1W۫ő(rkyeUh6(YUy[ ;9Cd ]ax↚+xK-Oз҉C8_[(54*'LiThECAXؓ@e)/d շ@?X:cIwHӮhl_[qBA+0><p7aӻI126sV gD U -;x~opR.MX? *f< "ȅ m&jt)`ƶ;fbh&䷵Hc@3P̘ۯ)kG/}p|:U*yPlq+U3AQ=}m osLw!sIPM^* ;0qI#KBK1RP4(o[iH*kJ81]ޓ%E" ʈ Lʒ;@*-Brʃ2q[ u[^}cvõt^׾Ǣnf%SN@aN@ʮе|='8N퇍D}UekX 1&|{vx␱]n+7ۙ:8oԄ"`?G~W|& {:gwlaSg)?]۷}5I,8OcW'C.e [ /|+ ѹ1`Q"fY=M FÚM3 ^kY'AzìTGq)R$i j5lIʡ F:EH"|W:V4uΛI$+Yŭ+aZ]?rx~yQߤdpqĒV=PaxkV :9ڔBWr3W$Jt]`qS.moի3*?=׮ڟҁR;|y˽%-8 qܖ Yob3V0dH, sh2-t_O@@ mKkC}b"zOmq^˿=S-oHяn=xܷT emr^2$C}NőLj]~Q aG>lIn7,uwn7-i4Prmf0oⳉ܊޹c9DHBW O{}h+K3BMZ`^(;;uD~}6h;zk %$QPT.DdAoywpJRXkoCP!7K'*D<ΛLAǰ:mI}kw~AVo~8"%< |:ՄQP{ېuV 7O|>MA|cVR>Wa(ʌսXdtZ \͌q-@aP6yAܛM- $IߴDD\"ڙw+P%C#ijJV!st"?{Y\O3iIoCqICo%0g5_\&>0& A#(1])~qV "hG(Lgeٰۂq]'n(qY~@rT.TR1=jr"6@9~Q n%$U>sss2E1acA̵LE /5Uj78W?^Ɩ!c'ʄ{~*jaF1 J`la/@-ξM Lҟ6†j'G$/ڢl%<ӟ^g˞sv@G3Igw&DscssP=)Cm(IiHQuud3Pf*^,Xxxy -^ʔ}M "G9vyjt|2G {DHFT :>[VWЖ=H/U%x D,ڪ($P;aFI/⪆G %lqxIY4$! &0+w GA-4$Sto ?rr=+x tCQ &Xj`$;Q^t v=K[Kͅ8sΊ1EKN8^ưjQtuTefA~bUz8D]d|wDۿrG('y~6Ց1c)f1u,9B;EE4gڠn('`ge-iߝS%<"H sz-agㄮh栣bJ0`@9+?Է c 8C)oV%wh4wRjf$pYt0?dx,I2`s*'=7F&eA,`^@26^1,E@Ӷ#ucV10VjG8SEhrڇ| M_j-5ֈ7Sݯ|Wa|iytG:zv;Isp (QP]+`L` `ՉA)c6Tى~pe7PNA@!xZ}.K7nbJRP^|_# %LZ17!ma.ob , 7N#W-~ 2tif.fg攙x]Mn%S@S_Gm|׋XRr"n t*uX:`VLVf|-I9 |uޕiw3ϓeFF"N0 N{*]u[꧀LWZ951FI_̂ >E s(t 젏۷j;`W{Yg՟2o;͞ICϼ"N a) O]N0]K,u>+dzA8E&yԺj B/k_)0 N+YU0ƅޮ6c dp=J+:yB&g0Zo0}ӮPqСN%/ CO/ Ү!F &H*Ya&2o#m SzCU!6a0RA|5׃ԂbTvK':HO~2G^D?P= Ճ ʁO?=`!b2u*'O @hcԛ.\)YL4!$RHbא U9ܓah["4({ xAٜḂ؈5/ o,j4B6H}v"@k!]㱎%&g{?æ6cI84Y'Sn -\8w*I&c?M0ʮ/k w#}-E/>yΙ~`(D2&5ƫ{4w|m*,|%SOI.6tƺi?#}i5dQ4|,QUL\T8|bE HݚloӕpOɣY hMu]Em٬:C5XPhP6O,Je`i8Sۚ4\$c,2Nڱ6":`)1+zN%s:mA4MҬxs{6Jm2s t0|'!R5z@D?ӋO-š>/)̜v |_\C^@ƥWW-]y3o٫6K T:TVߏ c5-MyC6GG M0s&(]VR,ūƨE%Dejg07Lyw90,޺ hLL{<-^PAUM;a&5Ȓ8 pn?4W4BKvҗ/RoubS I}4X}WTg#:ov6e"3V_ZB&7Ip\Q}lsl ɏ)rUC=}mW;unY~6,p$}*{rʮx*5,%s&=+9(HF.4- G+!*԰yFB6|7@h' 09ӻm,k:'ۂGdt.:oAzV_0j lBhP'xJ L⧮Se.ضL.RnBPi+rվ*6+t[Α?ve^Cx/c +2HoFgnʖ4ܼ>g5d8lK:W|}ZzL'WY*&.+#R_Y9;2h%Q,xahfs9G}鵬-\C;6. r!~#f"vUHӍ{LmHY.p5՚j<Դ<\Eۍd4`EE cJN_07=k=SlZ JfWo={~y(<[7=,ۢbzHFoVX`2M Qs[͜g]3A1iu^aڵmx9bC3flA}3t8}µOi$6mעJztƭX\#!EbE3ɫ < )|srm_v^; XJj `>\_'R#:3#rr *ECajfD}OEQW˒wcŭ/̺_"Hqu 6g=N5!a'Y;swBMK17oT\}-Q=5[1˥CBp9ZH[Ct@Hy )L VӔ7K^jt!/k@ Eo[_2\MR4圁1eRf6y-M&?o\Ew<̺Y,ʠT#x]9]@E7J'+&35,:b[vVERw/f wX&~o{ _0qi,n/zX Nt/i$sw[ ̽y`-X8I];`bww{c=pn8 A 4oĤDKU8nϾKJ}h6-.ݬ^BhJe H[ǧj19Q(jaL\@sx{~80bmG;e|Luֽ_YuXZM$bޱO <ױ0m%ZX@h}# ExvhXuw\gc\l9 " [<#]lSJq&x'?Gc&!𴈎bPOQhEqD53T p%R7bWrVW;zS6N 6F - A @ "#j!j"=NC*`q- 5Cnt߼b\ȰNp(E?F ,{;[zLLC\fo=`='Hz^SxyΒO?(^juu7"ӿHƜ`IxAbQL/.91."؃;rH= ?@Nr{x,% \xcđF8 ^$m.O_e̝ӕ~obZrϧNH1 )3&I0p" |IuP$hxVu5NM,o3#d߉Js8﹛^W7%htǎ=dX}Rnd4|E+tkx\[Qtd&>Ad)99B|ulJԭ_Q>F7IQk_W) ʃ?i)UɌQpD_5\a3&)[ ꩽ'R!wUBeAR<5vJNng2i|^?e gIk`I?Z%j!Ơ9ƕY˫?ä mB p["*@$ ^  콿SE2 }F{$N 9c9V@~e*}AaD \6K[/9YĪ$6 wAzp<:L6b݃ah"Ԡjg\r3egbuD$>@J\j$ i\3v%$˩^!iܬHIaI%@!9a75a?3P^i\4wo'}""4lu%G *x}.`"Z~3I6}v W)b&#diE7<@BFuH'5CB?;T,6ْ ڈ VdUj]_-+1`RT1^@p:-ʧK2`Qv\/7*j c=nTl%7f!z\jU4F4+`cjh mA?ʭ nPD:f?<7Nczbh޾lU-'h!+R> x MctAve@~W=W|g Ό\gpb`o¥hoy휜&ICwlrlx7NZOV[sQmTdfS,6#Yavs R&]qt@dO49㶖f*%^ x`!Zα2H3r/.M?A\'ǕX:\ꄳ`^%b=,Gw s@Z0Rd|Q^t`ֈ, Ko=5Q5%ƞ$oIV U'Фդ3z)C_/7n~BIN!~Yu(w$jZt 9x%l+ /wmQX $ōJEp.k^bJQodzČJ<:WG5h+L<䗿BcyGY8R}SӋqD] oo\a.>q/U-4]98B?Ø `v{_/X{o"Xmk6 O.m+Û:]WL*;=f@ 1̂4pT;d.?3OΎ+bΥ K^Qv95P99GͻSbMlʸwOx$zbrt^חL\ @ɘœ6У~ͼ1x]S˚+ln=*} @vT6LM#Fte]0@LШ10܂$;1|*A@yJf4DOejyQ@綬b̲w;.Vr"Vo"͹l݃J4QG^N1!W?ԹL2\a N2xf7z*b3r9?i\] YB]ZYs\"Cfay>*2Y^?ƑWx>b=qhi%favm7#'ف`btl@kv?3D_A+jF[fosr|+&W%U7ܜ"e9zSlYɣA)nR𴎋Y Wz!.[waU!wer 6(VS-9ΤRmkk}yog frL+/*ۏ֘ː*woJ\K!nutY^"BH ’| >Q`Ui"u\y Ҁt AŎyݫԷ^etr+"!<'9SGtN4zNcKK!=ȣlEkw%lG IerIF;6ҺBVN1OXWRIm@6 r݄;+^_TLN6U:އ2ROøa'kLN&i;R|G`L7û6G'ў,}T?cuC$tV_` .k  G`7H?k|h?_2 >,_Zn8JX#~0ϋLG6Sƙ=o S BE0u'zK[C 8J2@/1_}vmܞd׼`}s0 EYt?ł :{@rs*+UZaw9 ߭H1}qtZ%oM8ṋ`/ v>jHd,Lvj]wHXvJ5:QvF,eY<@:IXʎoeYQOûx:J0";M{_vjw$;,qj\ 6&ٟ+w`"+D%ɦݦ{8:X_E)o;uVÔ>dfK 0*51*x@yoK&d̯,ĩn>CzaX16C_= *xr;lvOHV72 E֩>4_هi%, O^ l*6kƅ 4D1i 8Vq\y.# a=<)P/fAdxO|@jgG%Fڿaɢc}M[BCԆyK |RUkW8'S?(Ē]Ex<چ5c9-ܿ ҳWxVq6s$,XVJ$xUܧo ׀ߝŷ`;h< MQU2u-6_Bf1d4 9ʄuWb$ڶ6?vW¶B-zlntongҧ ,zܮ8fє# 5 Id ŋ d"Y+NO."ǻA6iϫnw}1ȹuXpU㻂>,,xauh$FiR2alSCΓsqNZh}{sh1+̬5|ugVCA3SIOo:]VioN28lͅ؎«g%z @L{Pi;+[r ^v)A"i$18I{CaMљ铙U}n[ty$)rM5`mU Ż){| rZi ș_dzi{nx0q~@?#05LL5?5hW1l U1qfEitltE&W2xrۛ.Vjn˭qe;U&Jc%`2Wx۠p+:O.EG{kR )E,ĭKָ Rc, 77Wr"= lB',Ut@ܟx-A,9*o Q۴1jX.xj ݢlp v>Jn&> Ux@L6'w 1;teʅ9UET|bT&$PGtE 7aTdyduCmn)kQ F47h-}/_C^et;L"5xF8q Я0fItzC>u\:lAh36Oz\z",Qt'$ɗJq{Zj];ЗF6DƶKFCDNTu)/>Bd0S5F MZF>FߚQ!k7Сm_F-tvVZ3_,#(%ڮ62=NpVn<5) ב:fJe*ĺS}NZVyYG~ ^aqW&h9QrLI}EnuJ`* A6 PM1$98k yiTYDxɧ)5vΟ\r b%M$ ~℈mjЮi hںxޮQў+]m۹Ez2j{AxtH&t\턶>hne(K5ׄ%k龰QSg*7AP$my6@KDk?E/7`N C&, P@ g\GY?,ޮU@(?W% N9F:&F9vp\WIŒ+,>=+:<k(!aW&XW=R[ cz@eyJRyke^:֜*~->U4W3-n ZI6iumoq/ iGICpp+(޽-c3G}Я-JznAKUbѩHfzӎ jH&Z(CQHULFuD%&L>V 6cv_}FOJ6K(D~Bu[B?!GڶLM|)*²#V{Xϑ#SbQ+WG2ߓ5\pl96Ȃ}=,}yO\l X5=Gǥ Տg͆MsokO |tmb%Kv5NnY9rZ &bzfd1N (kPrQuJ>/R!_eI3r`H[\yjiaƺ6!S_@x'"dZkm]c=D`umvuPI.g/iw=**O|m;f+9nǿ G|dT[dtEX?וּyrZNǃ?[l7a$ǐx4 ʪĵOĚڠm6&3LfC#WhY($ptKMF>Y9҅0( Byp.ЖBt*;eOnb\5T!u,v ?n_7K^ N.~q )A=`%eX5thDҩ@_JO!ikĄ~ULՑ?xD aPVm2bӭ /K;;X G^S?1RtaIӁfQkKd@8:g-ZL_iKu ?'i6@KEi$*LAd'4pO]@I܌D\2)x޷ۮFpLZuQ2%4Kz6]D-A?>u5bB?uNNE7@_]<ӎz zDD&/9Bʫ}Y-p950$Ջ6?'1RY:[>fCl:Xvtm;bF赒B@=|XwÄL D5R{1Vf{O2 z!W6`~GIqUļZRv‰hil}|7i~#-?)=f-Ō{zd=Y_bl菬a_젚Rޕ×KXD<8SXVt`g^3GFۗv*z6i=tD5t8un,lž+|DyoUS$ OYyW50~8Za_c{ס v`kM]o? Z2jJ^^!"bђR XAB IĜm y!2}D 3zpGO].lCE!H͔p2c 6̶ȹK i[KڮgMQM_#Aߪlp wWOo=ڦؚٯ8v 70(%(Kh[>4;!$TavdSao4Pj ,%棱Y"3׬55JfEWYq.[G.@nF V4yF<Ɍkr6Od-,I vźx ?ڬT>)l/=Q',B}b\'IQ1ٞh?nt2k)/E?ӷb{s<0X +_Z;˿O{Y K/S_yT.%,Y{{e8a 1SuLbHجb'φz?ܑn`Q-uM2?csF)c/0 .n˘}c&c\Oo6kxiϸ&ZE:ֹ-=j^C#bL=K0uܓ\qϯ5ܺbg#C V Ս6R{]'A{?Y%{Ua4TLɩ =ig|8!fhۓÅvꈧЭa/T rH֊ 4KN[Iaso+U.Ta/IQc蓷||. 2>Js\1 49?epN?n{vo,]ܜ>.iIHn?OyfjgQgjm}{}OOm8B:C:a Oۀ$+t?QOu׸RBJ/M2 '_\nBl/n$[k+H @j.8j~+PP:⭼E,2OV/BVQ\SGL>s8y.ee9$_p~Cr94vUhB hygA=`ElQ$Pp [S`xя(j?o,#5djjr)gYS+/_رPZO]QS`2tZ 2=B-]29U*Dݔx,H/GJ3ʏ (> |ԏ.j|pVT#薖 {S8EӅo?nUIXϖ3wxG,R߀@Y!2~ ܒF*S޹K71GO/7'k4>qj}.UV?2rר'k%Uj]S # "h; t =1Z8;}LTr䍳IZT¹ޕs_}Pd[MJ p v=ѵ˽!](W#qx~FxZi`WU̥q7஛i!JO"FAqth; AX7{sy Z6fW=/{"S*DC0:"hO[lPH9;/q~U ţGM.?J7.WET^}b+qa+y,MĠOS;]E:9~TG~GC>0:1:;d޺d mD.¹{Aj?ʏRk^vN;;iAcL*azsy7g_>פmXzh+}<ͬ[EC%woF+$WyiXN'?FlWцT0EMΡ0L0QQ lJpvBv3 ̫ʟܓPG[n-% A,K42mG)2aG@0YEP(#}^-ڞu )0@}]^WhXTK|d:5VVoQA":L(stZ^5T?Crv sNM<%kai. "AuW`dl| #uuotmQk>[fNf)ss4:Ɔ\л]%9ogO],%ð@a'r̂ޮ(nm)9J`~+*t3ζGwMWyJ%Eٱj`Xx)L",U5wî7 m ? aBg1o!Z\{5!MWQ7xv6fi'WрWj3oQJQX)hhvH> sÕ?  $;}i;6 y'Up- $Z*  :sLR*@aģ9y'uخr䇮$wi.h4; (YX)ۻFse]6l C*Fچ>w`VִGDjp x5E~=𲎎 K܊A@}_Z%.d, jk6YI4/\w#$確(*r̅e b~OutfwU=./ $ i@e_}KfI g,0Q-y&,zRj-_ǞSdyoRЗk҂ЂWg;,%f᪆X] etn4LGsd#PB8V }eipF' kU7Kؐ ƃ8mc'Rۋ^€PD!n #UV.0Լsȷ( "~]Z99kv^ji/o/"),O$}zpP}Qz)Y\zPsQ+5@ށ^&w~Ob O4IIj~k_Kr0 手!b1֨wCuk KU:,w{\O>/,D+0t0VK'zwp~ڡ}.SڎF;`Z2>{Kxxr;]֘Y<۬ 2ֽgPS=jv}Ki~ [(V@J|¡c=NnQO:m|45"֨LQWMuIf*4-eAjeH!&$pn Hުb(uЬGt[eXJ9-Qv'6a@%k0G\>isOxP3; qS}bm;O$|klYT#৬l DxbLApnctsʝ:;<%,Gl^b:ݘ$zyh7q8|ϫj9x avB8bi9[-\XEu} P+[cj"kE'޼}꤉ŝOIZ) 7`E]^4Hp4T`p6v f6n ,f [2/{Cbd *̙g []F ab*.R숕 #WAtjyGVfad3k]Ԣc;= 5̌)UU?qSԿ꒴؜a~|CGR qQHZvFM[Ne4EE/r XeϢ˼"&sMPX?@Yerofr) ~+ wm@Ue KGb j*'vɯVk xF!bR0&"$#3Mr Rs)j e~[h -~/6p?cbtM%OٖYIidkgؒN:B"YqR",1>-fTOP/|jg&A2k^!O%;˨Ѫ!iVp*>c|n(}mH J*ɤX^I]>>cMdpOCh#N_؝(07`U}>54A=N`ycGd/kFaݭ&CBЪi*=w mݝ@i1E+K{rA6ĄمHdl)WON ~&oL KŊ{^vz}!HޕJә[WndKB[+rH~,81Ѧ$ؾiǥ"~xiʈsGO?6 ^+"Wn ,/}ֻb꯻D@J2|O 7⇯ﻲLomjkڤHߖ *+忴=ҹ<["h?|Nsr+Y ? k@t@s}/sU(s¢݄ -'kR(D>䀂ԋob-6FG]\D<|V0K4fIHL$'wgo3*o\6xQ )C'LZj$:A7w5PF\G&l̈́"sNrC*xż!a.XF\uGN!nfpV4 N L2z2n8"U+Nc|Y_h&Z=i& =rMG`4r<U5n_艍s_etzY ySН0c~˘SRJTJFbtZ]>M^f ^!|&̰li9M]B:>9f+/.BQ~dA;A+0P"֡bKEb Q.Yn -_>iRR`[]8#2EY~Ez~^*G;ߞEyZZ˩s/骤gm5b o:+|bj{w_IgOj)S'Wq&dExgCVah/^%25qO,ݙjb%[5ҟ>\K- vSdz={Ə*3z+a,gI#ԩ0@cYf>=pu9ay !ܕ/}ȿЌ@g!Ps :[(z1|c5mډh'#Xbp7+eɞ=jplpk i*CD=?%8Vݙ.B c䦑֬ !ȳs)1/CIr0`CN8=b'xihm G!q^|YsV]ڴT`Z{^Kr4Kl*L=#$!>3LBiΟ_uV:FM$>I\=ZC X;l3xT]/Q3+~I '^>{|_7VW=>1(WAj?B-D6^ +: < hJk.^k/š# (\fʃeHx.)|> 0c&f>%7ӽ0&dA7%?,HDbϟ✳-n_w B]6q#'Gg-.nFo]F:ZjTPx cݠS]ŽߧN6w"lHd/㰻򒹩UloG"lcI.+H. 4hZ*R5\lSb4+Fʱ31] 7{[^Wp>X^pG.qQ#ߚ *=FVR:T, \{]Hy0m$C-~,X2GX|ėSPVv*=-1#d`čV;2E)s>jo>lu آQy ᭺_-SC4nӏ*%z2>:P:>+sMOL:f2!Q^4aqR-FM@n9u)wnJ6tʝwlG&5SyM0)2ѻܪ9ݫ5WYI=(A0;Kc=*bDy*bE(=:8aX&l:Rͼ*8[ϖ|Fo琔oɤȼ$fx4v #/=Hg )aߏJޭ ^}UƠJ'"eP FS bW psn?-2J3򜴛H[݄ v埿marqIJ}I=yk\^!nQɭnT&"k?UB&"m̕? ]Oְ&J >Iˑ!;"4 {` 9uJz2szc~ȬHD3WızG~ri{L>=ǧe8Ĥ0YGV`'v~97pt$-dΉr:Es8BK{U *X2v;@/fr܀{*fg ߄C:,Xb'?SNRE'7In}ac*i_n63j]rK?F=S[Kb&lS 34R΍ l))z u;4ѷny)?+M/(jج`@D*:P,-;<`9`X`,('8H&yzzrrIyE`)}:^!lDB[)ϑe;1$xjE$ Rg߳ ` zhq9]>LF!vҠs{AZ 'vtU lKR( q؍!,K#zm[PW8QLq ݝzD`Ǹ-Vqr LNm+/4=r_M"{b $`2)v^OkU&ՌQ, ͟V6* Nt{?!JIeS5:n81n$LP0KFxDPieF.GoZ3M_rE~g3g=esxtr)x(4970~͘K YƝl0ϡ2 I W,]"lXa,Jh;mjat &:(Ϫ;_ϭ"_&SFe 8~SX1@A2'q/~)}-?V\$``ب߮1J4kĦz(9ì ^KqqwXV BeBq%~_]`08 D@|Q2J*_fbnES~1a?_AOu$8%|+e /W2J c N]},,i@_}q3 ZWh`{ R(Uju :NIƨ_B긅Y+9OXMmm~/!Q~R_=/hCEH4ՙnzH=L9UQ4qY; frٙc^-+JEiVvt9iu~ 4b$/QcW}PHTdteH8&MzJֆ !\&&U WǍQ5}1 g$S?u͛<7h$-VBcw]_%㊁P>fyr53B3  i@$ +얡줾oа;wP]p˵' 9gY /x d6A@\QagjEưP-6.o}3z4&P{`3DeȾgTi:]{c`&[Dx*R T@~CYՋ2%g [q$BW q]vkS}OXm_tOӬp1$gZ+ / hlƕHxS}s4T.+H> ld{pICC&w)kK!*nB30:4yS2Q[ك ^.:Uw4Դ՟QjItQ@JԹ'Q'fX5ʬSm9#].xKdeLɵX̓qq AdXٺ9P[qPLvyB uhCEPϚ UL{}OT;|'7J)w){8d!N]YUU;~2:^ Nrh +wYO nu7\.Lm4HanO գοhIV8\;T\U'`] "*=Yrn%?SI+!1.419 \rvCv_>7[dȸG͍/3M&V;N8]R@l{cg^gˌB~wD'd:דA3*3DNz|1\\z-$==-FIg.g&'ިїztʓum_EկAtӈ  w_шF'du=K!AS!=UgqoI gF$_o7q1.|Mo@z!=hkƁxivf1φ"Z/ CY sF8jQai1mv|pW26V/P;ФRPR:v4sIُi^݌Nw`Hvt#Zo>qxmյ$B*wWԀw#sp:|9+~pL(aŵ,&N 3T7 w$ ,{VҜ22{sԫL{M~bk N_ <S:HxZzFjՃC0r?kZ[RĦhq򒏚 n׎KvV'}sUe*j~%Ԟs4e!ukchV^X Xu֑R~Ņ3ݹG|OIfIB.CeeLLpi#GQK5E.TՍ|#=&qi~apb`djCE^GC# H<(P/QBc)Q{ʔE .IqlOa6w n;M1:ƿ@[6`VzC}u$i!Y i|Q˩ n435$HNCHG2#'ɹ r.̘¹sfJuw6kJ|>BC*^CL0\5Zz"⚣$tmW(70N@0jϸLP!V:2|%5ޣ'[[e-|&MHPcpExs{4GF28A!)NwLNu; Ƽ ӡ|kΙ{FpPz|[{_j(5L4!nH?S!ޢ?–Q/ @{Tt^ :}vbJ֚(o$&UFK>妏PeH aLBw!z1ïMх3NШ<#0 FAEእ ʊ9,PTQ\q_}TU?:٬N aziw^XÄ WӚ ,2XW0Q+^M0wFgI̲[ ]Ƨ )xGo<X(&GvNOb;#8x6lno(7dyU2`F(Ⱥv9&mGb!8f5:0.Dl|p؟Nrt׸GKh)wJJ(b-`_}}Pxd6,HeuDr68}S';9UPRh/o,&q1x]8c/5W x8×ڿ4Lt0#D:*_In{ZpR_7Әz0@?u.i;X@(2}OFPŵI}.2}{/@yحQYC>c H^*R;Tg_ P#}4ms}Y{TJ2؍.P䚗8VD )<0j2GLDRk\#fgft'E+'.#8* N@ dli+ľHsxO-<lA)j_i0DZ>^; ?( egľ;`^E)M=w:b~1X};]^ئHmZ3UŞl^ O\7>HngJ_>#̓8Yx|S s9n,l1fmMS0ۻGQ\ZTEr[\{fRCWғ3σd?ۯ+YʲvH{JxD 8+弁mt )<) %2=)Ǵ֟4`"q- a9j({ NSUYS0T~%wjRC%/mK,v ~t ;;qf.,((ugѱ)QlnA.Ĵe*-tTo)*[l@OA5@<*u`k4 i!=Ȓ]%h"%k9ejZ#/QP>(2ٓ:jgQ[ȟs,g$ "z :N /t9rqߑl!jm×zCY^|n؅KqW-bvabm*;UU3&ڍ%;~(b 浿μs!'qfyݚ @] R!ScUsD빢wwشowwb>!6ָ_>OKYu<逑d:ANSbF,o!6\q x`fQ͟SH۹= @E218+^WbݝsHԋq z7;phHvt͍Ƹ<,-C{Y9A^ȧܹ'nUsSv쓳Iv$Gш_iѓ>h"t9 Q8pt_rռƗu]kFC+~L8bz*?9(G`?*r Onm1^B|5 ѕ&\[J4[Cf>sDK̽fcy'c`ijξQFme3A=-ItꞢJJ aO7ڝce,3BjF8^(mF08FŒ/C+0&1 KtyU0Hd޼U $L(EOj3 7dA YEUoDo{|k铝=.bl#卵鉮|*Ve $2=}@K{.:&bhnQڣ9C@`^v<>&?ZA П=}i]?<%O%{JuIM[M_V͇80\MY4ةAyx^._Cke1JVF.3* VLb\խͨePu4m߂GP~Lv ! ߛquvo 4tr!4]$Frvͥ𧫼%E[*8ڭ6L(RuKE8G5-Ӗ<ϸs'8"Zv"8}o&6~+,w ye7 D_j"'v#Փ>ޱg]ANfrKxͲ[K=܏D0ʩ` Cv )nO1[aRY⽲"k oK:!mk50foH^w63km͑B*,T\ag=9\)/>_*o/ Fgi?AN/ dV%blNK`8,/}nsYoA(xCcpZ aj[lQ,Vh2ߕQ9SG߿[#c3DwmJ^lGb&\ ɣk ɝ,ZODՔ)$vOF}iM®Nppd;ǯ+?;_>6K :'kEd8rqrm~Xn.wuh뚥)tmRP#x.[wx1ӑ,xD!P\S*&vSٵ *3鋅ya JK)6AVB.Júb[HN~(ڔܻZ2Uuc~WmŐp&Mf&6jr&BGUMpy%'F|cR˪9U>Q <AE) R(]_1y&ŃSG1UgR;DLoᶺ-m%Lt~ehT/~?Et^ʥ|C&N9j_ R Nh~7{5WXw}@ၲ_ ,SW/bωK~ |֪ {DM6~vqIw|]ʀX^[*$pZ4nlyTZ.DF(1"%^}&~Qy{{4X]@˰<{0D - %G\ ˳t_)I/)el$>Pҽ l@1R cQAԡf_xEavpI bEߚDURjdIY.fD+ h(8.Fek:"_)a WtZ bѬў;eܾpW]Y;viFbmO(bll }xRWNhi]B{T)r? -1޸XMgl &D]?DV]fgPZ@WXOk " 3?Dt{s|rӍyFAr:\GB٨pb-dž@{T/LԸߞ0thjLٟ veklaX+/I^20KYts-у:rt37v$8@ !j>aMVԩvkRA7PCCIlUPr؃vYP IJ&{ݢ2%NvX{sr_ E [#}eD (cS#8EeJʤV6S*XsB?uϴ蒧Mxqjz.f>s G[K@T崁ʥcZOa`xe=!!)YlR*ϦѰ(LZ {}κS; lrm I D W6b('4 ʢHh1 ш 3]CTvo4Lɥk\r`:Z`89i/!*̸1t2E!~YV<'A6!N>% C?phk;nŖ0\rߒo7Sɴ_V? 8`CL9?zަN1PDo"| qHA\¬w -wuy ŅՏ!*_t)|CTm~*Ԛq!{ÐAwʒNTKB]M~BC^qsdC#r}vSZt{OUzV\b3(G,2hvc,kt԰xRiju4x63ɝU ved Lo3 ;(0Jt{pp-}$!r9(W# ۝ SY 5ht1<_E:'@}T}_4m0H|;;/?0 Ք>$qIIhIU^-1Q(,u˃5^rxYrk|R)oOԪ#8E⥜N@("|b/GZ &y1~֐[.1*,6uwe zʧ6qWU膏A 3WM.ڃmS|7ZB[1 6UA/иNd3ڙ\`6иߑ_14'''>_nDB#ωV wa5F:5׫.N5CabHNVk !+c}I ϝd^PS\lnXHKaP+@ C~I/MK<})-1*An[$( 4Er:#( rY.B##̈́iŶJ/1܇)v}Ʈ%X8a2*23ױK4_` BJ@ }(Hi l_)8 ڴ ԗ];Sևf@ضSٲ/yUҿ:4"+~hRM2's׮),8x:3Oޤ t@nS^ʬ%ޤmBeV޷1GA80RF "{̍fHJF䬵-6+:_mShY~'L$!7T')dV/GqTrTԣTzoMH̰-a}@ü?~hċ"z) efCaxw&hfR͛ _4}tDE]%|MA~aL wS'`rd=FH1AqiDϷ=ɏ)Hn7T %608O6_uc9g&p[`@qUrB7f57<0yZ]-)(v[ srIhU+ur}#{DJ(55@R9Mê 8cX*RC!tuM1t1ÄyL:KI@t1tY>9>@̜7 "^cz/~ >I}-[T@OuY' !xLDADhU  āT%>8@.bx0SEb΂5&fO{&C[ʽ R%%{]m,#u°W,%Vn?E24]˂ ChQk8@m`0s,:SEUl{/.:§,VfO"d'FI`݄ٞFQA]0=^z#2 *KO4+ߔ%ʭƨҞjwyBo8) aC\oBsk*r,#ܭjNIdzc9U>7-70F_i!GeVj_VD<<B}vuFK㧽NP4]žv˟NKε l5r m'hN1j`o%;2'Q/f8]yMBJd)fߓXy|\ 8*vAyd{\9HkJ0.N`,xfsNh U}&_;I}o&K_zܚ)"AơK#tO]Zēj6i$l=ʅ XTN \~YbCRACڛj1l @܂ņ J>e?$.;UCۈud-˷/ m5 k*;n (eNˠVvj,-h/%rSyTʟ]$^dUe0 |e^(]'ᰏ=vǔVLHAM(k)≠݇ !# NxB<+픮""MvU{l.RVȩt|n%lAwS1ۗ2FJﱒo"\/W!kS#l,oq:ɀ:j8Q^TFH sBDrmh,PG(+O"=gʀ!tf(ffͤ <ͲPA|'u.Xp="hmKZ e\RJGrpinRK}?w6 4*|iwRJQн: whz9|)prCDe򯚨+3Am;/UAȪI =OA0LT] FVH|3m-_(T ILh7%Bdж/3utBKwU˾Z ] /*Em(/x7Ec,VH. [nj Ov?&%:fuLYSS (٧e_(ΛG&P RżsĠ:8Xqq;2 POe0b>Eŵr$6 7^Yꦻ[3)ݑKPUc9!Y{ [+8nwG*tV W=qOA}kةТf/n`tqn $-('Nd0ټD-v 3 Nď܋X}K[nj|VE5jqE%\LYsب<PX-=p2V-còOlGM4L c!kP9̖DjvRm柚9]s)FU[A8~Q]~o"kr!f,DzB0'pH7mH;/TH߃B)ۘ>0m)!+ .pfbe(zqj5!_, (i7\~'\g*jbP+^w:t)d11nK$\i0}$T@2`6[ jY՚-ES⚦E^{(EǙKdd}(` O@X0@vMcq>#q3C?'HTӍ{` q{tXdϰ-)p3[壛-UCxiUP` rq^5o̰]&V/ Ul5] ]MI`kp;-:kp-&z:h1%;H6a4!&?_R|Y2>D)ıl.X@*ЋMJuU:(+9$bЦDk Qv$rjQ!:Tu>^i*?P2Ĵ;z T vx)mw~t7 $]pxvG Z>PuC~uh0QD2&ajp䓰X2c(jTPikLTJӖf\UtǪ׳4v_!OӚИ?hk5T&T7oƊn3+*eQa#hE>@!=7g19FRe> !#6rEߓaK3u;A>pzm":FƮ5;VTNe?˳D3+}ᇆݣm&E?G+az,6?mE/Jpb8 ?c}Q(Ts(4NPu#עz9Yo6gB]BELsH LwPY78"<])rLA;?l 6 MfGQ2&y:'y9|˿3 @1^??͏@bhu1HP௰Ʊsd(})zo o3}3s>Zd &d* Cf鷇T"\$?LM戻{(dykO_ԍ IQna:]K/cBI=_}qtu. 19s fmJb6lgFRV_6In_B[J|ڝ5_ح:JB`o?nD(cÇh^ } Ui1>H qA8B1 Rp S6!ܟWscșPj'͟T[͆eZ4>1e<*JHxF`DJmlwݛ?4T$,z :wMẽF[j%~DZs? ڛ ~j#XꈗdƃrQC ? 2ܫo*FT!sB[n! V/>q䢆h@ tQ$֥vu>֖mN_S0la~:i@ڬ( "|eakCWxm"UmtFmPٖ/ tY-0`rWM"5INSO^_˦vb7BTuک 0UV"l[exlmꇺkPУF;KҚ( ED+$.$n˰ ^MSzഈ\|DS/[L=Q)p; KO qmb2@0.pdYkNS9LX"!wx~ jD<V@%846|ڗbJȼTbޞBa8nW-LpO+CNPww4/YZ4"iK=,K)-jFAb8m$eI*ƶHbDtoTL.?k/a lAAd`Taŗ/!5 @9KW*Q@P1u> 1 # e?(Xyעw櫼0w]?c%.x(KaiJ50{GsA\EvGZjk"I~7 00?hZ'× r=%'T8|JӉjUX3@;Y4hRl iŲU~7&Zʼ%&:[Op[ߺ m ~kEV,'AG(˒w@Eк^KxU6%GnDunjźڑ&rY\/Ӗ+L48fWJG꒰&f~#Qe>E @J E !