libMagick++-devel-6.8.8.1-43.1>t  DH`pZM/=„L1/ 2" yiHk;b7I t4⮴$նBԡD˝.~U*oeq-s{g~QPS}&^H9ªx&u=;K\VΞk@oOh|Nb!umR7p&D\u&m`S!h}{cF_ o P%X|4]p!W,, oDZ\jFt~lIYpl5b8065ff5f7ce68fec1406f561e339135fc831dba bZM/=„8TcLu SQ$u}JC=λ۟ƮU-8bD!3l@,3 ONmZ;V<OZf U`_٭%WUCN.k[A*zoO/QdbC'A b2r*E<G)>\pDvW.y/x8quzay9M2)gz}%_ jM-K~E~!cGn[n>:?d ! aTXdh{ )) ) <) )  )  ) ) ]) * L)   a (89:F#G8)H)Iʀ)XʬY\)]˜)^q bgcdτeωfώlϐuϤ)vH wl)x)yҴ zClibMagick++-devel6.8.8.143.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.ZMcloud130T7openSUSE 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#507728cloud130 1515058138  !"#$%&'()6.8.8.1-43.16.8.8.1-43.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:7635/openSUSE_Leap_42.3_Update/f8da509f511b98cdd72c67bcf39b422f-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\Fk-yMt?`] crv9ulwZV~zk|;wmw(f ٸm3Z-FهcϔD-[+HhEuS$WP@A^c@T.p'.fZ0!nxȪVS#Zxm4֗&7%=~%Н5vno2D0'/FMo8CοEksD9,e}c?![j LcV^2*zkϠَ^DJXcfeL%KWk9l W/DwrRLX_dž0/1J@6Қ}GAťTJ3p݈k]0Ҳ*g nݪ^OԑHar$&yr!Xg2ʝuњ2%}\K@3SA q@"Y Xpd͢s{kH``qCό1/B|Zm HV\wb(%,Q~gd*%`)EAɣxxNsgŹb7֝oz!2#ꉦ蔬bP5465XDd\/hnB8#X{3FAg%Q&Pgupeq(aP$Ξ"3oJ:Y/!bfIvptO4 YJ7tjR1 w"(:/j"Njbs_.(wK ] ' =sd (0& Aī<cgGy@A̡l { mïRg$:hh)dlQI#p." m: lM7 s#c_v֔%Q',zl8 $(ߌ\,1rYnRRPl66fI0z^@)u"9-#G+:7y?n23U'=oOw3/ }{itrKN\\|ɡ1{, `M\G+߬ yr])"RA l^ȗŤ[sDH,ŧ.!XǠ'tHt3ۍLh.?a\-JUNԽdơcw ՌSa3RW ӣxbcO@X/RQ7SZm o]j0Ë{-sh<0Q񰛋3K&cxbi;K.*,\CʆyWOqY0JCe1nOugezC{g~#5MF/tDi4s~:69G?҆vW>`[ŔG [BV"cx [7វy]7+WRuIZGM"!k;'yV^ltIrSTS~0"\AG7ވQ&w6O%LP/CaO<)2~}d#7?3N ;H&Do?]\| u1 |GrfUP1ll̗7/u!GH? H&8άrtRr?>3:Bf|RXYEuCGqE7+5\bѯRh/p_lX֫= gĠ`\@C{(s!`C*y3diyUr*!%~o'z@5m}V*=%sXKqA>:(:jr} '#( 3Ձ25IìvEΫH~eG/˧˼E‚ópRĚ\uT ¬Ġ_ۃі 6`uJs;R>2Ϭh=|7 Hj F#ѥBrOna9-i-4e/I.i̶Z7 -piv1qrHz"TᄇJ;5MT~9>3Bm< '?#sgf6`O'gD! ,_1hC?|(O{A7Sk95X(VD(=^o^Jpia]}^e(c|-+ jTb6ޠ.2&όֱ7t-w@R:_ Y0@wNH[}p푶i |*R}qF=/"&\0b?˕[qdnp5^*n<[ fG[I۽C\bOxXQ]wm0 ̈́*t^K9׷}ξT)9:2qs3&N1lj"($>R)hqV&BT*r8'/!)EQeV;? I&s3EĊG.7 9W BBQit6tA8s`惾 ޕ+XOaBZ)ٚ B mlf2z{AV>ˮ.XR[s`XoVy VhS]`~eu6=j6@XH+Icd{+oO¥=%CtOľ^nqh t*Uh鞏Zcm A|s緇,3\{[ZcAkMއGJɫ9'{e$M?J1P3>L'A@%DNJܓٷnCe~uP1=]Z,}k* jovЅ1^KɁDXyſtta=Of)%U D5&q't,':ۥII;ū"zi#7GX{0 \*G<'/'چyNB ٝT, C8 Cl x3>=׬@1(j0"^fRgv.!h$jjuD{B[z1ΘU'1Shqg=gs|?2%dqKVXqzlYgD]ˈPQ}b5VnՌ CRvMr.G*WJ CGP2*S&3bxs6"d֐*"\aB/,R@إRmHzN1jy 1BHI<'uןJUu7e2[r[aħe"ܕ},?R SۊKx\c./]+`H)>ށ.\M(cUsrǜJk3P.PL0zqg!C;*auBf\NkЊq~Mu>ns "<̱0ЅjY|UȷS:Z.ualh .(:#o,uɇ,V甸!ʕ@@n~XRt2Eucj;| `~:isr'K^?iG9#AP^ N?jpIif: \.2A"wYT_ʅY@ :"R-MU<%;@Q覟qSlr9P+ K wG$n|(eߐ-W "e\x%|6+2HAga_!LU<Ŀ  {lܹ\:f5z>eD5W' e!E60?,q0-66,GVN;b\qI_Jo4:ygWb4D|? $8^ܡko@:U0Bh0W D)rRQ:oB`K˖3b9D swFj0%՞, +kG 9I;7F!)f؇٧;d;E,SS@qR:-#)W$TKm1?J݋ptfcʀ5U2!w4[1wÉܼO' vOUwl` *S.Z~ WW$.ɺo`-%dUM2P;闦CEqy'_2ISע<NjOb e%Ă 59 xCiϟM܏òWV%\{5[ >39w5.sS\X5 tهс>VVm'q%Ϯ<49&uVLYG>.NGJ *ֈ3>)tq=j%Ioˉol@pDcGAzŠu?dBT*7k凝q8&=c"y[r-Xy)1/hX.Dȣ_NEζ2ܬ'*ԈJ\O9OF02)l/>J݉A6r:TxaP!c^GB3܅A8~'oC@cb_aU)Ф`b'=(1]nJ;CͿHgE1Ɲr]f)1֢\r#MqF #t-~`YVe)N)L׾ "oTס4:/7Ta6q&JSJ:Ɣ,"T@h: DY}uNz4y슟WDxZN{6?am9~1} vB}_bٻs9vΖ43/2{>3v6GdzG!nCmd-{Q'XecyG=/:Vo?;rֿ"=^cSa 8Bߕ1.?C`G%;֦bCLR(&pk.LEJ05J{זb0L.(G۰8kкۉ˼k{cL=z/WK\BOB A nte<]N?*75SRV kG`ߒc,fv;(GrfE,=JV;nc w,+e$383wPN#Onw5EQɣGx*%`uԦȖtN˭T؄&ߔ8f͖Ĥ:#WOShH)fZș +%}I aIJ8"R1Beժ_ lu/s.z[;:) L.$ }уX8LxYtm AƾWQ@8e8Vg5YS`fy#Ea p7†o5'ߑ_2g'zd- [,[5?ku9ՉSwԕr13.{8ai"Cx%e3=`dPcM%п"CL_>P~#5V܁ ard/ )ozߴR>( GiwESk"'˵+49$#f5f5(rΣ)5:Yw]DJ8Sc-DvD)(p)Xu ~bX~lDIu/d~U!SpX+$a4Pq݈@+V3M*\4q't[a쏸ގ 4KsN:9Ukmx 0@t&UJf|w;O#+(eaot.%=AP܌>&&z4t Q٩bnW>_5Us RǪgř=ґ`8zkM$w\Mcsm\y*Drb b)$0kBY' :ӄŅZւ8pas"a"#;h(G e 8q蹮8x34\ɬ6z4_~-Ӡrn/Q9^:QH!(b+5FM_lk_u4W#L(:Fk /&uPn/f!O_?kڌW!R߶A)UQIK0橼}_1h [1&8hIN7VǹY~/ѢqIJݭYY/QltiBܶ)` YN8vr"SqyTԵǥJ6VX^I#p7J Pse¸n2۲"OT7\5^N3鐋GB!6ո_uz8gb LFz4RWUby¤T˰H*fX,.ϑeZ< -'?5ja 6"M]5javhR(3!fa#gY1>4B&*%/1PQ9 `Μ6rHAkmmU ~m/fh0a:kYl[øY7(i#ycIw3"v@I^Սj`o}qmN@E2R=3B9tΝ @H_^g%(1n:cO釦v43S4)㕁blgC> %DГm-Dj5cq̏qQ?͓]XG+uǴ;.ј͊!]yMaHipPN]οYkeeF8!Xť 3j5R=(jxN}.2R*M6|0_Hz5;f{?Smqq'[rWqOPRUo`{W'h hY%%F\[6;k#!| ݼnZ9 mUwl[?TB EږzMؐvO0Wa=_5սƎ.YϸEDktR"S@߃ҁٵti@{<({P8L 3 H_d) *`'#Jj r! _^~%|ơ3T]7G 9wI{߾p#bV9*Jq倻Q2kZЃFK-6̟$RϕXVc]9yy'W +-~Yiod\P_gYL{8=@pcj [V"jVd$bTd_a<2LT&<}m2[׷Ch ;Yew)T__{meTB ݁) dLlH~QrPTпl&wߢ MhoN/r7F ih[BA<;qU4܀KT<!Wo?k)p"]Ppj/ j9"E0j'!o`|fjc +ń-1eh ~+b1]wv*:1kvV nʢ >޸U|D+-Yߝv![X^>1R! X?B?CR aT^E# !MQ?nGj* tLc:aS8R{ۋ|l"PG@^Gh'ۚ>?E;sLhYGbwEÜuG|%aRvM!NJ̬5*WyҢ@iYHH1yUe$ CHX. o6ynfcN]&ТDZWa&_a5)osIiAWx9T3`C8aHv !m>qalα'^ghGB~F&YL–NHss4׈|}Dji&?iG&ז"m~Yuy[Xyڻǧa4r2;0SdӽְaN>ԤzBSeȱ AoI-7w2s5z5=B1pgjZV-Ͽ O" aeװZI٨zߗ{%\vл7NI~^L@ѫiphMD)tÓ?:ZklzT__͑OEx HH!%LΛ;cfE["6w7 >d0!/LZZMy{ε0`_hI~ˍPم=Vƾ9 g R[Mo~$r i-CR~ńSx6+CX4hIS}%>nBrn1hP_}9iK.|^V<@EC4+e%exIRn Agx+Mr-jfOޔNF(h 6tO&^}>'77b4k1&gۻ<ц9b&öw15 2W gAlEB RJbzsm糈OR5 '[:$¯cuf.DٳGبAYf<)[,cw{nѰE(qU8tJK ct84;Z,єeIϩ1[vhVI*Y"ƛ-[3cJͼn.H$x5g?pX>]'k •2zp͓+A󝅔ꤢ!5U+JkHq%|0X[g9,؊*&C:g4LiP:C@<܌ rDn+C0vtEhD`xV6HLJ:aWEG,vTޅSw?Yd*~J)ٍ/sAMJ,D\/GrNڞ~W5#溌H 25uZN": kabR\Pi\\bRbDܹQm:Ee#2˥ۗO? ZRvw8*5d;A19WB+>@Ӗ)19/EޠᘛlS?U5[X]fS$'v>* kwYeL RTrfVy)nK')lea"~$ ~l>JT(o)h/I]@IʳWz߱Qh}VSxD=^-¤oװY Bu8 `S]W pz_ՇOY+T0bɕ*y#V%zQN1?zGyNaCU+,>X-0R-jtkOw8$@ Uu`NL{SϚ';j* a(2F3-38qrћM`DUEzr`nEFgDd".I6̉ـT:*QSiyJír\~[FsCLik!G7R_ن3Ӽʟpݡ}MŻȉhVZmGwuUS (ߘq"'0)s]Q>uɲ9hgOb1o5>UЩC쨁;=J—'qbܛ0=~RgHՁȅ®P{+}r&ŎX|ReNyIJ2Y#d\q{fU2,[:A|O!3r%tn'~&8.Nt~\MAk%ؔ$'6c]bl) gm>p*Yf#H/.ٺKեAڶ,(;n[MPESJќ+B\> QزkpvdmEϙTh1mgAkU@"zo2~CP^#ɂwMwK–{ h1$!%*5WA8WȎ@U.Ϥ;[E+ . 6س:i:&Љn"kxPD9_ 0i22(#se >++tË `;)j: Jh۬.CjC&醮)Nr39OY g(ۮCrCu>f.4Fm[nW,FWTݙHдd_,Q;~Vdu:ғhl*jhNhB ߦ1+Ƞ J/|ԉ2]!ͼ^igv7o3Ic idik&s_7_j l<ܗ# 5T-ų\k`v^✢.N#~JdQoA0.p$,B#g\rDY y l c(#BE1][H*7⺉&@й RW5dD%4P6R MGXnQDlgVTV2_l>u'm8u'@Zr7 YlU*Q8.KlgiPjU^ #7/" <5^x_Pf5(=UaAdb*c<"3v.y^ՈJ )w,VgV`p6қjeCl_JpnPD x3Uo ɒ?~bԓ\L]6 !Ŀ~rБqXp`|7!D/lgn> 4€qZR=8șʛk]IݧIBrF3FHes´V+Sa˻>k؟v'UC6Jt1J淣#Gu#%!0oB,&-lh:H|h$g&5jx$& {GoV*i;ꏽn# npHϒpMb_۷,|==p; Uύ :QhB ;1Hg"rMK$xp,{7"%8`Dny`ֳ~d>e2βp"8_Y ]2*CYuK [[0CA ;X8vHg6Т)˜a<ͪj*}#fSȨ×wC{È1?d Q$;KlpS#glwN28'qu8\$&RS=||R 4& ŪKgxSڟ}Y$A-D.Rj)}`qñU(8)K&~9ۍxa ػ{$g(FK 3T$I7m;O@1>џ966a=o=oX #$_ey&3} gf`M*HtcK(-8%f@?_k]V KT *{+EUIXeHHK D8Wb9+(~]E@dKC+̕ vPZtJԂ(LMKZ!P(j#j=3W].?hE6^(ƶtї+H?a,ߡ3צ *5%3VqwqVLDtb\PJC!ڨFtA,H&즕;WZ D?jֺ)~)ccCw[;smoru@IܮEc3}u0˒Nu>t9 QVE9G @aŲ$LH ZY1 JLLm-5X5SJ?HV]kn(#iϔ:<ڲfTq]jz'izo?"oZ5j᣷K 1u Ăԩ}Sㄭltexb`uA$E3FE5֛o'@wW`KG#0zlCdHq`RveZ:w<˼(Rت߾HwGfK9]| ^ %/"%[A-y򑊒~ԓ%߬/-#103Zւ"2"_ΛŴ(\ X7D ȧSZЉOa^G6#n 9q!UHL3j͌j= :[i͇Ȋ Sc`zԔ'f9NsEVɔ JɎ&}?2'!V%C!_U4ݿ;Lzt)h=츮ߋ#uD}D ʓLT>RkItL\p0|2gCv}$^kx8:bi]uG4('x`Z_۶R+ ]$bOw(jE}.t|P&G?TN\ aլWZ@grikH[.Kۖe7<^ heq)>%. 05U5pHlmգ2{OwtAK(衱l !+:"t0G27χ.]`@ _|WF! Ai搈/ q毤g12-F %oRf0\W:]ݯ97%_ !u9rLbsPP*/겾n9n:Կt H+BR\d܋bZJExA(5P׎RR'oYI.7F%qq+܋\znY8H-BO8$ TߙK^ѪՎV7'xu-f0q7ԮY(E4x;Ɓa3Z;]~{5pk7ȱm`h`snVSPИewT%ָA=_W M={R^&5>.7# "]ԫ+Եs~-Ϡރwsg]t[O%XdA&2;}&tNre |<o__6A;y M=CcVfߞqS )>p PNUt7tQ{A-D ؂0cNe3 i`W>[︅Ø'_XzxOƲJhXD7Z_0CZ"gaС64KTZ;xb^VTƝžcHu9ChM #:$[F`sPGτ%S}yxOLsr+}Mg1JwJ$0!PY.DO1눯d6I-}܇d `M:k`ԍGM)M"E $9 ՛`FQɧ(F#p'aA|YƮ'aLkEӱx磹|JF?0vg3@5P\PqMD ? nSn' sMoh 3phH踵Ӈ@|s>#nPO;֜,Ig7h%JpDŽTsGVφ%=ی"42G`v]HnA{ץT(Ua+爫u&J6M(&^/F?}g@ >aHāZrūs+LLr25Jµm]Yy *0BN:яJǶw PZ%v11 ;2L{R dJ+uA$r8D{ʝC(0f2Lax×Á^$eR`K} E;o%'"^_ݠHE/RF?@JU]6X }`Zb9!q )!|`:ǵyTtu9 4x鰃ݭb 5lLAt~%vH(y_<;z@5X]6w+ 9V}7V5`=X,sW~^kDE:;P;9RWe1,IB/0EZ97wڠ+,%腋iy;2P"5>1+t64i(h-ØT=#WL.8e' +s-Mѝܟe[r<(9w_pl8z(^ GеJ-A͜@J= @þec8ÐZY&0dhIN`$Ym&VbWm?!Yr)ApI-I+Q@ItŎ ~ ԄϬmsɲ[E^bA@BYy:9wtβ+D s'Nz w(Ӯ=j2yw;+޴)1.WR-y͢A̛eO KNQ2V?J~6Ԯ7$!Q &`@ #≵m 0;ᑽx<6Qg%꜆,4wm2B+m}s}uw M{aeJ8Cgw1ǔ©Tvߙϯ8e~~ %6t )sL90&LՉ_l;c~yF˱2,*Zdq_gB=äb)fъ֢+E*RREL~[^=92 9+50ʦvVYbh/JMmL^="woV>#V%I,vF(^Djvw*G-'d u #/;j)d|RW,kPݥSNV\<o\J#1;O_%Z˿vp`b5Egw}lʖڟI C̭rs^ջ㌯LPæ@Z*k$߂r3.c! -$T)'E?g{15<ަU)D}l?+]z~q?Zp{3HR7q|ˢ4BIS7qT cԏ^3dz:1m̦?|(+|HR~ۘjk+0+ lwQjSJ] lC 7Rp mEx3!*?.E_57Ke'cr sWzfy&BD&`Y:_û'X •U-1*W5v:ombƴRӈ.ͭ4ca`&؝Ȼ0{c{ .vS"mF1!*?~^D׍*-\՚pNINq@6= i]7O6Ti=͡TǶm#{^r9GUڴ*﯏`fS 9~'4D2Ǟ.p&@ޣΪ,DDĦ4`Fײƺԁռb;9S?gȍ?-ҥ>9g`ۅTZeN]=5Fm c&~615\(Fe]\}@,Ұ3v'-\#"eX2,iag!.ݪR+L 𝼺"F䟛n{K^(0H=A9Mط^ |-[EJ@1jK,JPVx%9e82 6ve>{A@k!-˷`JEHnQ655(ZX%tzA>LVXk#7Xa9ԷrXUn\IHk6pa;aKT/:-ppEئR>i,/3WJX$L`\$)t׃pab~ork%7ӻ1ޓZ$ 5ķY6 '\8G*>ЈTD/JQ) R+CMs~Ϸ=,έ %38q"bZ}` N@{{YK+?=?^g-( ˪\ѳNԎnei z4(n!dVW&,EfG}nl>wm+d;P+f܂E.vdG&#NjL18Q.s͜6 s6HgM'P{}PP\&o;'RHڌCLщh-ˆVJBKsLoɕ;' QZB"cΜɛ2jp`oMT췲:*^!+op΄嶂gqd͐9T,ICP1P4L KgLHL?FϢ F?RjXHrγdc@ɾđH,gW3q⻉-ч,3WCh7a1:E-qp'-Nray<&3R4ֺ3W<a?Cr uq f ;[vxȼT& ԥXX IoYݯybhMQ ʼ{ϳ%J}ygي/vE$!s/1&Ub]%H[⮴]0"3E!?'P C)!Guz0zBnsmgB.^N=HZXXVjd-gjӌz AaCDH'|/oXTaǿ~aίܢ/j!dv6$1ր̞r\m8i;VZ zͱ{~6I'p͹'RS-B ^Zj1!uЇb F6qugxkh//Cx#c< 7(!kMѺVt$z+E8FZ#?՟km|T#V2_HS)%_1{ cL)ApuL$T}Fcf%,Na/qZOj~&'N?ٞMPPc2,6PAh>MԲ`TJø1>\Afɯ;ZD~} 8Ruq"Рpgm7#9n'iGLUX~1j}1\ b{M޺r~i'fUlX+zVX|X~5망3Y ftq@.au;,G҅SG?{`W.<xi*4+_+ʵh^8tl۞4NPU$%$Ș .!ozczWMyYh _3 >Ҩ0ڽx__|{eVj $d+]#s$Sb3p}Qq6A(E@t-r -3o֨%2. 3f+/1{*6D$gmbދ^R4Z<5m0mɷx: VzR! Q`P/{Y\VLd lnx'Ө]1==HaץKW TRnq9V1mb(E3(D@C;0TʹeGwWrY>O( v1]#Iw7%Qa9>CSyo68ynhu!& &k;o8Ĵ=1a!)·g|helL)w$665ʰPdna9hCs/Sx,h4bkfܵ9^pp|3XmVe"nb*֫h1 X V'6BX4Ozzng>D!x}tJmnUa 0ꛁT)4[@q5#M-vABچ` 0>3N*ݶ_zi$Cz.]X, f=ς{cJbbQmwdDwtR>f'*W*gR{ӲX_")_g ѣin( v`NW=EO;+ T$1dx=c n.ORoIf &~td.NI!~=ҡDkA`imWK4Vş^ę$ﴁ9q%rz1L#٬Z ;{AA9)F@rZ()|LR65hEFic .ݻ=c%O4Ez3/ѻYi!%ar=^b:)$~”F<ӚUɈum ;9Eya= Ὲ{m0i:Sd*eUvφ 4qݾ 1L]ҿqdIFK_D-te" zۥ~,FkhSp|jw'N-bi_ $tКF8Ʌ1PWuh5ҝ`g>2"- u #&)LCgQR H&Œi?FMEl%k6ȋs &=}}5#B' s:+sІ4 1̅"((?E!~%R8覰W Ju zߟ,nKpZ yeVz_)Tㄺw6"FBرlƭ򏡸|9]01(XW%^U&@Aq9S4{< 7u6b]M0 Bb0`8ra NfWtA(59)p^8-!=~cH@9 Wr3{6:"%6/Wq׭%J/`VfQbHU|isHwӃòt{Pd bD<&VuLi?;Oet{$;[s?jRs)>[(jqmٲ?X_ cWLCyF'| LyQNJW.iWrb`cV{J=0{X BVk[2/'`:ĕ0+Keݓ,Jdl#WK&&̞}1N_:T"yPa!KO#d%xhQ>6/U~1a+fhg W4J/V\eAXiw>6ݥ|F6>*Z OZ.XHItω??~2֩_-\wyE~;~dq)= 'xmN(cnpTH0-H[N-e@͝ظ&H#qr8M_\}p oV:u rf %~ÄO.OzȐ! <`dMܨ|N,\ҡm"z~sY\Weq5Y%ODL!4>M*gfY;2YUJ&;28ƚ'@2ा[kE Gަ>A;lP3(U*@n$9sh+x!KCᎀ%b -/otgA$޽N}N )vT%AR@ T20aސrYع `,6WHQϙoAW2S3V;H i \RBqq(\"(/z~Yܟp}-xCRP>6 "].eRwMy-xTE;SjS\@`c.Evba9BV9{bѷ)G@ )踣I 'Z[u3Y*<6hRK ,Q0ıȝ2fJ˳SԤ>- ?(Rۢ2=r̊iatI$[)#h0 MSuC[d:+رCҢ:(2YLxbg9D?eqyx3 #^g4/g2ŅzM DcRݹEs;1BOеUPME8U' ar/IzPg;ܣp찢A)e&azŴztȭ-#S0'ՊR M|kלb^E 7"U{o'\Y{Z&u0SPuí\Xl̫K$7'JdBv6D)(D+0g*_ JSQtszjU8Y  X#:`n7Urw&G $b33g2- A`;&鉀 X>Asj,q6OZ)+xpL>Ş(ہ3{_e%*yVRv<*:_;c ly.`y>~xI%ia.2v :'ga'/UF(w5&|·*lUĿvfθdCsnģ;ɭ.؟fVIXMWxcsک@RU2 s23ʲ,BDl=7}p}nd4Shf+m\rV a?-y%d%o ` iC~bC)@/@kFs);4_uQ!3V|}'zY* X\a2i#TՍ zqZݎ8I$ ɌAXz>0sK0zh"n]25tC+SVxk0gYhE/$'03!:Bn ")weqV@.@%Asf8 b{0xW]b6 B%B@8zjaMt)=3c4*;Ձ:p \-ʫ/,>wbl G3˿e"^ג'id>!%yq؂i8aAer~+7[CY~i-S}<K'3Z\ "tLYHNǴ:S旟Ke'ic6M%NMQV OQ?sk<fcw$\ȫa0e,:lmi*n5XcpMIi~#n,ltcwo)}DjOma‹zN4NCMmʂUM;嶺PX* sq<))MSf;c@l%eN_>>XdiSiᩎW2Q^AE*K*_7/߽@@,4f/N#cxW l 'ӖͶ)m:T#6\ÌLoReM 1Zd닫Hkʶ9.]4ֿYnzi7 3@jqGAڈ_:TI?fo~.Q9Ԧ逎A&/ \z"p ,B8%ZNy *z3KLMǡuU؉s V 3~s*& $$Ɩo*uApyc`WInAGTK."$V^N)kbỶx۳* )]`gJd0uK26UeF9,nRa|Gm C쐅u/6,.REqoߔb%Lb2 xc< "F#R$Zs9S'+eFXw!R  .µ:u4<~z{*ܙ_{(>9+%u#sLVի:/贻b<9Z(OvF|Z'W37͉5ѵD|IđϊA:Α, T=5߁쎓o\ƼX1B뉩om"vWձ—Ni:t srGX3BU? ĭ ̎wJj5fal>3:; b N.0ʗ;ݖBӻ1"ۖ_= <iL0 { P-/ݡWd_Vb嚨|C KDUIERq‘% ݨvx;GiZK g0 Hb.KҒe ;#> %-3(-ݕ^7^[ Z%Zft3bA &^= R'H|C $&UF 62o($&E.̽ lvS{~~~eR@8,ҢZ?y&MaKw"뭘F)nCDpG1|=z0%,T^x(<͛@e{C-6#W-}Օ\K]w Q ~u֋0?4}ؑAD0ECEszo34Lg[>c|s:f$57k0%Ş3zЀ==O1M6uWs Add/|;9JO_&jy(iҚq i&tb[ABZK°aȺFy2BV2Z]T:x^/<;eS'Ťpǃ%m;@q$ >YiSPʃE;}6\**`i+&g v`)<(ms~}kʰbvӚW&-5~+g(1Y$6Cuɟr/|.@H(IN٠:Ym$'Ӥ*Y10,]d* .KerubkZ ʼn&X\  (*XjЊ&줲̒kN jAC[~(CjKaIJR3drcȽTߕsr+kq; 5ǙF:Cy%4#ca4(e˃0_Sj<]a g}չ: ٱ`PCϴ/e)-)Ǩ>a~Ж1^UWRJd:+#(%COw5H@~nVTh_35jWm`'$h:L ,ʪ[Ek ǰmm#43b{8փ9{#gIhO$L8"ՏT~v@ b?AR55E<4q@nU,/oAHW ֡mcqKY{Q%?9"{欦&,},.C%Ž9@HZo~ƸzO:9a4wdu`PpxA2 eed l*AG&+WF"2@\:r 6"@}&^FCY~fS=X31P } ^;]|,`%Di?/+mt_Bڿ p.1ACeB 0jSib0`ezާ/+[zͼYijHg} Y h:G]@ B7׳ Wmgޗԫ~-F EԷjXZ9kԒb|h-Qg!5bU`'7k6o'֒P7Mn_ѨN*#ME'B&8ၡ3w_Xn=#k%wvE\t[@oZUpXv 0׀6]$pnjSh lߘc5Ur! _[*zCO˶~,+pQkmAWbMĤ!U?MU\(;y2 ʹ.$3k-r $܄܁>\%!ΫۑOG =1=;H`mi P V Q#0uE#&ݸFpY*D/IԟH4a u6} A ":*).5ڴ)yC?Gx `YD>FSۀ~(m 3uW:0] `2,s(zǩ8zカ#./k/9 e*=lRbK ko9.|jRߓ]cI# 5Uk Aq.O zyLQܴ6t)s" U֓ ^r2$ETe&97]P,E+,s͉Ap`V铎Jk}њ8Mqc M,jTmS6 '>znO]6ש B(݇"sApVr.BÜROg +>ݥTJtvOz8+e37/AJы lgF4QeFUD݂Hb7|ʹ~Di4cUXP<CglV8l4-ֳ 3? =ؚ0 h۟a'eahfie]ߍc-"2&%̊RDzЩYX=S+cr,#a⌥ZcSn:{)zxȪ^ږf8DiD2d/$6-X:H:޺q9z^Y92piJ ]B$( [UK ]ä8!02pXm/%1@SVW>)tPg_lb*lr hߠk)W`m 6nb>,jܚ&BCb\By~h-}PZxT.&2nRb^_W cTnMd=}atR()w ,J1PV5۝ Ij>'#(8/_$s^Bsz MAxbg&ǸB JQK WBDRw 6we a;S 7DP^L2b"WQKK*N=*_GS3nŽQ⫔CQSg^@rP#Wxi4ު" (f`[aphzBXQznjl/\qUףSFNrytR5Sodm4AaaҖ t*LxM'+Q}!$SHصI0qVZSXThkpWԵʆ݇/Y)w .Qom~z" I]ؾ#lFbʈ,A)yyZ1SZ6"w! Rtה G+2eb̩MT$:bIܐ| jXm1f<1CI_{laX}*5R =rUp:\*ա\WhEDUzN&i# x"9^k.f'<9jJ$i_$xhK}8j!@[J}8cӐ iGȄ%*^rt;S+[)/BO< :g}M cb!c4uy,/ǨV"UܭM#=nqyᯀbNND"m .;G޳ǛӉ-1\Wlʪ)YMs0~Q N[=<;iw{>¡"a96_bRz-EX<7IR9zfA(Ղò|r אїTʧҐ%GCB8Kak?.!7s?x0gozJ0OH- ǘ8Ƚf?.L'>:x5|G9MI0kIPڭJhja67P?>bRr^ޣ6+Xkl ="xFVPjIÞOhmП`)Ad⟞));=?>/U F̋]zP0:%fX*w~Ѻp.Zto+pܡ?D9\<8~/PF!sHr&nDb%<C-Qd$YhN(k)0<,[6<)NPlA0tw(V{1d;{AʽdJ.N'9+>ʲ5΁/v(f~16 y,Y`1RE_VbQvrI]^4Pj,ڻ@\T}:ȜR @i&;P b6as 9&݅u|k-[샖YyP)GY ֘}Cd|NFɻT %0,6ؗ$#!)Ω\rQ*7drAiwRݟ^$dMb`Y2(WF)҃:Ө$n^NNEq*l9qa>Ln^AKΌ9v&8H0m],@,?Iܞ=yg!?P'19 7C$tʔqPeFѿP0?d$Z|+ \[3 _[˷( S7h@Immp4V= ͫ g.*e6qNj=0MR0i~lrH)?LȥW7v{!*>SGeeqIԬ8FdJdk̄J[OK9$Tӽ0~3FWUI3FΉ$67cu{i~pv.nw kiA6> Ib8dAu?1k(]V亊1tٶ bEgt xi;-j!L!\9#(8_5Wb"j%CO3@ȝOGrͰh*)򫉌|ѭijL<]~A:9l6vIM˯Cy-;N(x{-- c\-[mK$k䢢jTgc`}F[C37BjoILA^ʚD騐h RMم%Ża'#IXA'$p5P9Y%wUb_ܶ,@H@Vqʜ kv426Ve~ 8:%XhGck%r38TݷogzNhv\!iQ>o,'L3v~K ^ڤk'm0PKYcq#D|RHOV/(KSmNfă3vON(NH9J S3jAKYϧk?s܁~捵2)t$>nN-$i \R   wd^qD]|/HjDž[WQl(BXQ՛ϋPD#(lnQIzA2rcO o* eC/XIAU.#hpLO`zc8v)ݬh:2lXBM k&f(vsG Ž/Y?~e[UC"%|@o~4aETcSZ[+ls =2AT| rg$Z`(V: њbFRNS1!؇n"A4>`lijZ~5 l(eBoڀm/3?3kz6'-vr{"f~ky~*ܯo4{*"^%ؿSLsщ-ųi^~*x[:mм.A5bIx;P-Y=xi X.r1Fz$)Tu^&AKj0YO3x2!H:wUEkәziF/; nݖ},2\s7 .ӣO%zNha1ut\;dudȴ*YR o?BH3a͏">2+C1G)_[O􉿆Zr5m1N * [:!O(jc5{&LW_k X 5+ :2.j"o1k1<`gpg4KVp'+ .Y.}x %PuB%ƫr0 |#s7#~QCqV|d&7}v #hg|ݣ~ڐsu hήmO~n!܈ƨwlܝIwN2xq/.K\k`YPW2CYE)dED4zn<jRJrU=S_"o 2ia-,XX&OnȲM?LXK\h=L*^胹!L6y,J|ЃR/lO;&ꝧZPmkSDf%Uhq@]b{%_4 X"Ü9Kzi'҇)G$FNuG,Z;%pDt^:a[xcq?ĸDjZ_ PK:O 'Cƹ[:H[p/KU_W9k)c~Q⮷Ndfdž;ƳdGd> JD4bO+(@el|2"h&3J (pןZU<(prx `uAܦ JXnkG*ޏ' N:t:NOrþ-٣O\*lcq$<tfXH+.Do,Jh;zOY2}v%\˥iʚ(=m7SRLf8ZԱ CoE|jwmR_p=q-fnzc^jg=0ObrOhw <o 9ʿCٽ}B7MiJ|W^ O''TkN hh"2 =Vkڻ rTD)I)'gpxQEKF?)N]%wuHyZ*SJ"s4jȂLٽ3߲vMi΄k"%Xu>/jTT[y2,/btZf*G[E@Gv -q񸾢凤-meKUGK9=ނ؜x7,ۗx }`_JbUx&զ̞!546 4Y3%NmVxk`[uu:aG'LD|UeFC(LlPfd07z^J3rAJ#1"Ix kwsTD­MzO~֩sJv ni/Q\(lҧAauُI|MDֽ H2=M+ 9E"s'k t9K:woB ݪ:g&?#{&Pđ'jmVe5zhh!Y&8rPҢVZ2?.ql%?]m"K#;@M{ȮDlnӵ$(y/ cZYxzӸ{zqbRcIvbJYq_#skjM^Xf+@(y(VtT Iu/SJh"ȩϖO ;}Oy!ٓ|%>Pl+AVWtD=~ u8E7px+y\'/kx,?L{݃yȿj#@knSitF#}R?+7-txkOKڨ/L7Hϱۻ>׽-?7]c@f ^a}Rٚ: ID!E)jk0 *h.+E*\.tU57G|S1jǤ8&̂a~Fʿ}=8uz1Q-?0$GWZw u킾wibM* 36zD8] N 3  r жIL(yۄ'!E?um"\Mrj;'DpJ 6IndqlX",rޮHGt?8#}z;Ko^J8%2@G#VBWmjF\OjrPx:zu*~|>wp9Kk?+;9۝}3Ǿ)cО{NȵH3/:fB1YL "m\ WV9u׹4T*$jѢDz(٥$d~U"t@V. v50L˚iAwC~SGŒF3-Km{. b9GٿX'O#WklL-v"֚^ p#VuD5F>AP+9z\,ƷdžT=Ǻ};cly ȇpMbS4ه+R!+ƭqgd+|nۇfZ/ ʛ JZH `%?M BO;1WP6H FϏ)p7#~\pJY654aՁBh]mpAdn@Cy3ݡmZ2kQ0mM.'Ÿ9Us*B)2F'չ1WZkbϳ=ޔZ҉5JʲbBv5Rw Sm$@'B0 b%t(=H=Lh8ޖ,mn*)syX3ZPLzP"@)TɉVԿo"@^oNe&B`R?6ʜ_"ABatbBR 8S\x+c-aq5i \cn}R1٨mp<"o 1&-0f+/FO07pɜ@w:-jK:] 4Ϫ/%QwxC2o_QS(1 |ج !#ZFMץ7 >oC)a0#M-.%E4 QƄuTjs y8J,lw^E~\8`^1D0Si g^OCPa-j^Q! zǾ8jzT%CHE>t ;#5N( j&04;aZ<'Y<jN_sa>׭_)Sb$67ќP^nxNc ?`|{#yQ!A/)8Gwi:a-<%ܵC8dqQ[mt3bᏮ2 }{jq־qfS-;r| |Ý 00nYG}IeHnh[$ *:fZ/jAz7j,J@T>idC}`Lj "g'._ Kfi-XhIg<(ۛ㩺k TK<3JNZЦt1tJdZ:h_J>b[Dh!睜uπ9Jr:\lS>5RȞsD3NnBZ症J=<QYcJ.-8L_ HHE*Pc3WXX#ї=rle~$v|L'(j2v̒?+RvȃTS`]ҙH"H:e#)^Tϓ驶)y(Ybe 1Dn 0ƀPbxc ;"fNVG/>GH`Gsb_9>ɤA,tO[x3wccD; PfJLm-!,* gK,qڤI}ĺl@hÈk}"^S S#Gd8 \^#-P"w[uR/)axZƙU?B+{Wf:p4}G,B_vDF&ݮĜ)Nja7;.)(\gzxH#cS (NȻz([Y,L `(iCs G$M^fJ3aqgO2-,y]nED8}cE"Ǐj\3eO e΃\N}FPI$)zvbR|Mc:io6[2кBd'01&b^l| k٥Y|?|>s&T 'kc%]׹لWI'†Sb(ۺ#(? {(:E6"Ga"$|@aM&-p8?|#vʹ4/z/8$ ry)rD0MӘCD2]fB(l?ω?l^"_C$->8rv^d  )YWܝFgZv(p;N6^pP9pcZ菾lSA ñ/ft{^nèmH⭯ط̼KEXm:,JTR ͗X"` WcZeZFma)4xk@!6X|.=t-?M{]<zd}Ҭq~$*ئt&R#^ ?%>lOvtG"N%ewϜY9U$Zjqhh"X5M{-ђx1F4I?׼mYpZ-7WE[*yHyylk0Gِjkڢjy&e'vxIUm:u~ f@*-+<&v2fxXT)*-5o~w- -e]e ;{~{Wʴ>m -c̤8o C-(uZ<6 7Ki"ʐRHL6=s1 O*a" =!ETaZx z-bea \}z\+#BIJ^g|~WYٿ)٬t Qх],P[atcDMG@tx}t ?D6֍kV6σBN'J-Hvı2j8IcoۏB$߂4t^VD'-)Im&{d xkTa3Y?΁3n荐}j8Y5-dYrir| pqk{l1D,ViyS]B]̢~uF),EtoU;R=$ܓe]iS!ڶJ $tUx@97Wk`<8bkvH!ѭ?( m)p*.Zʒ]\J%Fz{ ,X3,A,ԋ^fiw׏F 4pjDJ'NJ[ݣ2 LE$o p죜 ȺoM_*x’EPzA;] =nOK,^U17@9ͷGoa/ͪk*AMJ*>W;vDXe/F!ͣԕʠ,' N0gb~OQa?1<3"u㜙3TIhYT;q:wftyUApKWZ<ҊôL WD/9 }MxeYʔ+G$shIHqHYǏ{L[m7l&'Wg IMIG޳)Y-FĎ }L^ȗ'ъ+N%XssRP?AWQ]4J:"ϦC.ֺ 8UzǧȚ_8V !:*K÷|c?N1mD4L%̎6/poq E#) "38O9Q6aw¨rnwYbVRaUw$"i#H܎٪ G!F-tqӉ:Oh}QѬV.)x`v2 hv$rgxP3 ᄄ"^|Ob˘*y{GF$?Mͅp9˻"Zr[TBE}vϱL.u/Ƥ[Yu:ر?0we;Y~ 8]C)jkXoV|\F:By[+B"Ȩ|VuV 7%}J-p1߇"_BKe-4+ ,qޑחA􌫌D5^R goA}T+xÐF"R'q*%xɊ4|tf"7V~EQn{=Cml5~!{ײ|9apf$"-| y""uApOZ81udy%dbHXiiќj~''# ΑSjӆ vAiF}7ZU[zHmܮZۑȤհnA M4Dg1+H;(P2T<xWjjj[>Q\΃e@/p'hYID=ϛQ@ [$M ?!yϪfYPF,gnuZXKߝb $ATiY%8߱ȄNiI]sD%}<5'B?ZS{Buuu0wG8ʙuCNނ(U qp].tx3Y˄oxT㤄ÎQI=zsys$(V{Kh6FFs><xSumeY7ѣLPi5Lꜳ~61g>g0s!RL${r~ BF\ܔ-rb yzJ*EZg p2S:Dܓ ^7>@^?C#⠻I*~V;d]AViʦ* cg4!n/u{2ȧ  ?$_hJJiZNg(KBt⒁o*oO^'{FX-Jx I}6l Sp+Yi*R5Zll6*-/He Rיdw:uf.DeʳEpND`(cX ZBFjES] B [LՕlSj'el[XS~[* +=QV]{Faٍ׹_qȀNڸ}Rf,}kFL+g^$;ibд `cU'bQK~ԖM}bz|`e;nVԐ^tZ5)M!ӊg tY۫Gփ8ѝ L=!c[*Þ-J+z 璴vq ȡ-[ُfkpUgZ~V>CWQ"$P RJ%D:sӋeɋe!s]CEӝdniD&Yڌp@ |د;{0ɥ`Z{$f$YcX%GP1:!H0S@pRr|NBw^+b FYtM xJ&+k0ty뽈J)5D[$͚6=YlMr3Y]ɹpCV9~Ҥ@b>7Yf̈́LsmPF> Pt ؁>g 2& RpATUsrmQ ю 9YS+ݬ%A16pW=jR̸l&DCf#+Q1م:\7'#jyosh{h9N0;L5* 망=wp{l:Yh"8_a5QbȢI,}(Mg#ґ#B`&AA(_w\<?NP]]m2}T ֹR召fMBxߧ66k!wY^/(=)6"-rOUE>{ӥztƑJC@mk߶үM4uI'j,f?{,PY4V:WL53?bD{d2$UELc5rjq+t9VRn:Z>\hdbؓV(}+/a;,Mj%^ewY !* q->ȇq xLMJIj8ŗK*r"3v"կ˷7bORS{d#fH)OKxߟWD cGFb4<^Hzfz|ᤝ4.&Q:7MNr!5$H[ˁ,tDǒn$k~ޮd~퍳?H0ʂ:O 0 TWsκOUڟ2T*xj, a{U %8LCoET^;LT oY1ZEۿ1s 9"fjߴӈ`Tk/Aov]_8l52ArZ/,ֶ&ωi`]&D:RE|,f8!\}tx P/1:3mO|@ke\(IaH豚.Q!`c_*2,сg*f+sa\k1SN0lZ[KekT X*fT(EBCaI 57GEhuyu`xCf1κָ^AV A HeʺdT[zκJE*zQ(u[h*UHvqjݹ+:ǿp?`@a_CΣk,8qר=QMq ?ӻ{xU/1/c4 "Oh;y_djehZs܌1 5\|IB䛗fY8y3tm`7敼ߗ)+@ .zkLR "e-h1A!-úAϒn(}X%1f51HH! ;fnYΣJwhWKG;:HA{uTz? ZRQa6:ED " v0o/?4O7r+b&UFj$Ayw߾]Ddyt 7<pKعx@է˥m@<31_.jS=.S5;QFDJ0 &]XmIww}S G[2oz ζaT!F4_8 D:rzlт!j] &LE*}$ݷϏes"j"l#a2H N2O&ʬ\ 8Wq_ {=}pf6 B5F[3FMN5XRcS` `ߵ1499E9v%}"{4-*dZWbwO+b'LTs:t/( $.[~<>%}>ۭ>?,|M7k6i5?샤-yc0[E%iU=(Z*9^T @ж\pӇj l; 9ׄF]3jֲK2ͧFu7ݲ"XG?3MI{+4TuxF?]\-۰Bϱ5Ѷ2J}dU"]m?e&r|Πx>g\x%R)>,LYV9VhhV>rn;nXRݠ/6 Ul[9ބpZDC v!)OL~Eƴ^MfKhS=묽7o@HlVRWDh¸-湾73 J\X ,9-MیS#'D1òf% ͟a%1<;km+k+BxVDbMY.m?ɰpV D}}J#_[45bw:>$ QgUW14eDRE>|U ynSu '^HG0͹: 5{ 3[,)tLsmۮ?&1i'I!g^ ꢔkd)#%y |'"?<[~=s*1Hv*\-0ɠ5XN~i@ﰵH/XjxE|,UG(1wz@:1px;`36E<~QyoRi,\ߠmmMRk0],^d*1jP$u]{+4ru9bi>idXa4%^]"5xVCNC$|%KYl )z?@r~ LuD cux }yծs}5eshf i+  I~b)_T|lkoyy[ݢ 7F#~Dk!}?EhUOT͘!0'8#?N5?bk|J}V;'KV>. h%hkj+T?1~eP`.(NaHnx2%K(y1t2^gdޟ~֨LJ;FKcBnٚmAslɈstmXSu+iu)Ę^g/Qi_@AC| lI6k K+5>y/ <~=;$P;rDu SmFE1 h}@B#fu+L>99dwow5(lAQ%DL:k~{e.lj-@Y y=My &+oV,=.;<w9qHWb[87^gB.'(N#CI}DD%XTئ}AYRRo6N֤F6ɏr05oA긢!- M+πBNKHƻU6׻Jϒdtiϻ ml)^c0t* aѪca Cy#ѷTVnD˦Y{X) Ʊ&o=oaz!NT6 M Cbk9d̛ߓ&O^`ރ*V}86ۖ{}U1Z]bрLi8P"tLHmP*(R2s#GH1q J"dP7OON{Y:JD@+"4_{!REVpӮO>]" ƥfk%)|]U0SUb!&Atl/3oO*϶}s'8*,LE !"hO~,*-L?n~{̓uHjעC:;٠슫 3䛞`.MF#Ὑu!aiOe!I,:57?Vy܅C0 _.w˅*0.i8 Ąc.@| 5UϐMY:(3 !oOS/ǭ}?\\WuXH0 QW.-heUoCoW8&SO<e`,ͺ>.yW l@0OH]EZao^S¯ )}ю7W߇ (L".ELsR;$7 ~IRa;9;ՄkOZ 5?’ٰ5Oؑe\2":C_=}q4SW@&֓/GXb($I%nr &CУR2N!/b f-nu]ɳ=lLH֝ߊmYKc3ٵt-.dǹ}!8X'DUz Z9g*[QHU¾a(8<ݵh|? 'ay A<7l 0//++4`T>=S~+"6/.e_0^R~hT5T"fm6{#A,dFn񉐵$Z2W$b˴'{Wх`.d롫"BP̶[dOǭmlgtA~`gvnt(7g@˺a 2-]K40KSVa=%v@nRg;$(P2FV~?jcāI54͜` w0k.ͪijJy*,yS-lV]&d XMq4onJf~"m a.7*SP#nfKhyO/VB3 ֬bQg H:g,SU[NSvvsƂo׷K0m7oB, Y$ϣCWe%UDB-ᢗ,É@L+-EUQE]?ZG+V,ziԣkP?o;J9Zy9 o_jl[( TL]V&4-Po[UAkh& E69K yO mVUq@}'Hv4d/[i5yX&E%:+VV!,ٹ޴C7-!R[{˴ϡB mj0GW7@:ƽf44>\NNTFh/}?_KVsm7.$V'^;4^YD9Sbhm4fb]^P0>6ѰRwsFȶ ɧ.F~w2O+.^H$ r :m% ٝy9>gְ-o臏7}ܾ778WFoQzie[L8E=Eҷc(#R@fIMiS ?$"WuPJ`w2̫D }KakN)781ƕ.c8UO6\۳0tꫛA&S-jՙB?%&*salI6ZHZW^. L ȉd\I(0jĎ I PSlQ)' V: @9 2:<FSӌ3AM lp#V]42-<~;+˲4g b&>F'LC>12fF)BfrJKe-eGOĊ{aDa線B-/PEm+NmUP2wi-N9$^|C"t~+":L%T7 >1O*Oj6oڠtŮ :F^xZ}L77m͓NPY8HzGgZˁ"0y5gc\4@fNRc³a݁5VЈiʍXs=ݸ^`$.St-^q+\(i!P_',MZɚ]/,UvWj5!H7 =SJPhWN`tq[}trdCy 4\LNrLe'24 T;7T4;Cm!T_6zM?uJ;+IRy#ちΤmC諗72g@٘ 'kT)ߨCR+Rƴ5;ϽLE?k qUz{#ה os%F# |P p}nknKKT*j;VvsM[d-F5X"܁n6}`M5D82>-H|2 =Y;ƫ.R6l|߭U*[ ≵ɨcKPҔ̒;صbuBͦGqAxpL͔NGr8\5ӆGۏ;_Ҫ9)WDosDGU<2HBp;U/#痌 iSx?R_f"1vS(.6^Ɩ>2y vl\XɌxo_S#tt/GF@e7h;F,FhD qKEoZgG)h\0vE;yzSֺ?d&Raش1þ*9E(1x J /@}rȞbCIKOxR)&޾wFDA^E lT rY@\֤:H%K U@, S.=uI>[4'5S,ii]e] 'dѺoH:=ҍ?ϊX+}(߫ъ}oB߽gBj5Z HP95]չҥcaxHj}-jTbcULoJrYmB E]+逿T=En *2 01 K/.Fk(hvM[ !B ئ_+< b"#qPw\{7mb|9R x4h="4@t@̆lKm.H>` n]ս8F{B.k(6wN3dž`Vgo{ҴTUXt*:r`h|8Be@ȏ2bJtL-#G]s`977i'QX r ѕ AW+ ɼnV[\h_Oo>mV5 :݌U|(-KAX%Y !Prjsꃁy1yVynظ(PZ1 *6>f_Skrv-]ڨM.S+/t%6NTxTȊ|nW"#ߠ_ Cm 9+n{E|mzGNDQzo X>YD'/iC SLK&vy vנP?g&s("AYC!߃ t 87308YY33\=8E Ew|uA 2YZ >k W+4ѽG6=—Kh̻S?"6 %e!|spJXjlδvSɧo23}!|bREdܥa,t9Z%mD5_ՊޢN6ydTkgkcqB}emWJF+Hg3slS'oU׬nVqR{LN:t]nOu&?\7sQ4W e[fqt<ձs^)&;ῈX9N'0\Vk8_ELǩV6ѿ`حY*I<fWdDfɰ|17x6ќ0HHX԰nXg4JG^cmGYHEa"m𷱪HUE&uǬdѵpbyNn -ʼn3TVP/`1lROfiu]Ma+L]ԯaFZDO. d:>ɪXҥz/h$09jhљ:U.J낗+,L _|;B ``Q(ʋZx,S3>pJnp;};_rtIT\LN*23, S:@0Ø iv]i&dw3y;bTk; ݭd\}z4CG#^T<{ԛ9O-88~^x/&Y gs)E Z)y`E< tv6q!|NPf\ӠO@x:QZם:"_biS'@ǿ#;zg_Ԃ-Quڴ1yiC|X{I!`#*p:'GݪAT#UF([ߙؕ^.L^|A9jgn*A {Z ۦVc. zlW 啯 =q`og m>Vpeʥ/2Q0URH8B(T423>;Mf)J[a1ACR j^$᱒u`5[cɌ*h> $K3GVB%Q~_Z؝{#RMV{CP7]0ayP/X?GQYCRӒL9`2]dPLT}^EJF oU߂]_.˩' tz_R[a2"#@k}lޮ2 B90,KRe餝0:3~ ڭ/%O$?ЌD6KXhsoS%?"SVY6RˎǃpsƷp|ixX`c=15\xHbGvv-*HSmii2.jh2F>X tr b\xo&*QS?%Q@vzmو",RLNE!>Z`gX[r ?]"z]+~PKzir "扜e n?mW8ocfLd6fє*P͝0JRk^[Ψzƈi^U :g"V/pe' J~SAtm>ɘ"3v. ӕzstE 8#z "!dGA<ݶ/${?:+Jaz Cꉲ!U_X,eatViq2*cq|'N;b )7!]'Pm'FdpRrG؜UlcVРr>d~b>u( ,;cs.ϔ`A8"\"}/m>7pouT Z[ya`z1ioN(v(ڥ{7+JaDIYqoOpը% @yt3)oz{ٴi:Lx/6JFe w΋яN 1x2gl+'e0 }8{pE70wRdjZr!> evLbs^CIYdh2=.LRWh4E`1)>BbB+M"{7le0NT$}فHn튷x(Pg#Ո쬄7KAzXC"YLD Fgrq^w33쑐R4´%}ou1O:c?#_iPW>YnD3:aVR0C3ڹP.o Q5=q?ODHZ,"q24G]OlJD4{(V11M}<@L=K<3C&^LܴK4ٿZ3EG `CUU)D_WO/ˀd~05K&Yx Jҧ8Vt ܓmr=mą(ZI|Oϓ-)ZtdKMM a^x?ХEZb t"ڠ-l,5]b6B^نTb=" L[y:цW40sj25A,r˨L$/06{/oR")#9sc=A3wsRruBn vԜCiqmL7%R¦: &pՌ |`<.w4J>*6m譗|])V* 3+G3qKŹᕞxa0a;nQ] muX 77xFsH~pc~k?'=ybZ^$"ߩXMبbR)&ws/`wƎ<^L?G'=3AݮD7ȜYgt_ei hHje(͐RK:}j r՘S\;4zt$ E>c{]sfmσg;MfF1y ˚><"o)Kй SCχ:=,oWq WLyds.Ӌ_N2>Cc}+-Ii`u`3ƣ:FiN'';̰n(k .y.6E3 }=k L=dJ["Ą_4ŊA p?O+>2KK w謭`hC}m4'\ " W+Hl#r~OGg~܌t򝖥iQ+ZzaRk|hn@R3ƯPj~>Mh̀naNqx;F8'W5hgO̹;c|2}D/LWjt4Vab7\=x9F-g w|m"qVe}hMx=֫8fU]MQ[OW\ .Zak{fXfIp-,!~$OP7@J"'%kIz!DP1vae[s+hr+NxTX"j)duQ8|rȹo hs}@/JԍDj^'-8>!-c+BDr9 ^0du.x0q]7~RZTbzV6c GNhm̖kSqp/HP&#Z\@PD/%Wli-Y"iou>-֓ yM2Gt#˹=7h`y@V•S,"|]C"B8[[0qxd?=XvNW>H4 ")] X\<e [̪ 6Ťdv\lģp\P)t?%M{>|JSvAt';u7Hݰ ?5d0S7oi}`<& B_$#~4Qc##]?RJ@Y988ZB@>tԁU6JsI}Ei7&^1v5Qp^mR0Bom$GU Qnlt &/-ЫUoTl8ڰ9j7#ݜVβuӭE^Osbv$fIOBʍ. 2?s^?PE< |`tAv[0C"b~l'ndUEe_|P( Tj0ni6IA<"Y16̈́9։p~"bBvDA)Xk&b81I녱isB;1 TC,igAͽf <>m2It!WQѐ5O=jJzt-uíðsD) KЍf ʢ^ Ex .$}/:VzҦ}OԖnFfT-Pxsw/9ƩQV=15nӕbBjž|e :Nj._V E$LK ìWFzt밥&PxiB!5wkZ 6V2^DCui*p5q|̾;8A3[T/V_g;PO|*afq&&/&Ĝ,͉G[٢e񁧧@*):a{QK,֡_ "BkvclyeX9"Y`b~` %xwb:S%xHvIepGevUkOdѿ =wbEzr¢w()}5μ7aEb`Dh^f)4j؝I|̟oG!U /ʋ05fTz!qF$/ZV(h&3ch|aYIh ްuAiiHbXiT*ujz%9qܕG}pYe||TE$KKg$N5[xC'{jBLsti۲g6`(:Z*,N7%:T~%jv3J܇C0V-w\ vׅfZOAsK8*bD:G6 8Hb]@q<'2պ'5A{vK+8 +[54Vv# F _OhA9c(quUnXk>IHr(` x-Eě6MgI?6X"wdш+Ӂ p Rl+ fРf8UkgM`!0}(l)GhOPIqvW f 0~` Yʧ33b 2n:<}g)EF^(Th ͡!,-kYO5Ț^nr*ӦNm8Rajn?;$`w?EzjP2T %n<GD˱p4aO\JOHpI6*%:i R_ZnnE` d[l2 f:!z90E8Iο+ۉIx/^WRu|b,Ko54JTJT#щ/]٢}L>?"A vs@sGo:uA|EZ H2ݓE_z5TW~LzgkԀu !Lm?^Q҈@ix~SPJݦJks)/ZlK-`B@btd>XAhI҇&EuRZZFF궘 }H7VEyYøNC}qy?aMI`I`m/eԋpL_‰As?xDXH4_$fs6$‹_cO.o 5i=ϥDqXppz:tռXR!ɴbVy52uz ce5 x!/&kErH"ed? )yՍaR ?7h2m"mg]h\Fsvm W*ZM Jغ59A!E迎mޙH0Ѝ~6a&ڮ}RI̺u7 4g?6䭺î-阩HW`5?0A4_ UdSFm(O3|)9]cġb*ʵ+}*^9P]̟Q jX4>` ƻi7<9we WU߆513\&>5[?7Dm2`ÎAAH# | 9]eJqllXkzPh?̠*6[9vlђEL)66I𥫻FFE"ߨԛ.Nzm 2fbN79#P/k ? L1b KRQxf5^],^9l/}>_]< `ew&,{_F":"3X͆YWkR{aKJR͹ntNK+"G ʹ'Z6q[L{ҾV u6:EEq{!0 3طtg6.EKen)a`ʐ@PND:y_WDg^suPTO#d(;)[ѷd%olk7>Ҩ$XT٫)@?*V!NՁM 8;K E'Vr:v*~S")s>mN3/v$E hGҏ R~cUL&TRXT4:HşЙ&d/aj6vk;TMȲNi*oDLU7P]I=HR-ڴYy+'0{csܨ-Р rHHtFo8~j4:*4BqJfjwGᠯ>rڪPYOKOd6ieJvu9Ȱ'Z-֡LƚV"gǦ ɘjؚ,*Dwj+* Y׌KB0IWlv@h~shp0^Q7 jF,xs+:fLثf៛Os+qqhd{s `aɯa琐r[E:z~Z݆umo=ɞwNB`uQ IP jN"# ZJ嶢rpRjԓ;CǎgfXJhm +Սm/ΥI'i{|!hxͲAy!LO+bdҘmf0ŧ۵}g#5+L!cI #+w'?DPem_A/ CxF9n贺`! MdL豵5(<3['`Y4> /z h?ZIKYI7p \'ۢ?" S1JCۚ[ۓ(\)F#|zJiopq8=hÅy_ kMN j#d,(]e)jQv(O`r@."^޳Z W\)iiQ6]qx%lgVpRG1pf}#s TKvM ii.m#i ͒5 -ĵ$IϻH*:Bϩ#\O _<#~)`+/4Z0$wY5Y]J+F#XycSJ1ugMCqR)E{lg-$4q2ebo \%`!BjVW†\t -\ Sa5%5 !Z4nH&D{TnyJ\'{ǬPf!"Y3B -dM_B 8;>hz6! w%ܗ&~Yf[ς>S\KS Coݠm1yOy *7Su13y(2"^,D *c>?0&Lyl{{"VDx] ']juBMG,lhN6Aþ;h i8q=+H, &kwecxK\#j#\n辆]2=*E9Bwcq?1a7B#U ʲ73+w-u2z.ڐ#eKKdeW*#Fu,k,WG  ne^`L_P׼lG^}d6X)a.YC0uy /ZxI<>/4<&Y5r&.y `rк=vF~KYty_|;E#I'7f^z;>紻/RZ 0fzx!H .=RNUT`]$JCF7Z!C޹jdf]V[|Fq0&$'@hvG0q [nG?$ytŽ.+\c|VoseXAѺz3K9}ЍˈNӤ'}n*bk^0g @?G f )VXG[^ )N> T=BC+#jUG%Y)"13eW  !f!1OkTDH2_Wat, l9aD)Vox@lYZ98Я7T]aJ3D2wIiԌwʭ1*Jӈ{UhOS-n}&.`vsI6ZOՂm{g>&w(hӈӲs1**/ܘDb# ٘+8ǍJ@A*>*|б`~X[s ӰƤ&'u*wiuQ1u¾C/{Uc 'r,+ڙK\큶  9hv,6poW)S;(U0JwXۂ-ZfyFk ygD{G*́2C;q$Pv7_BJF+9el(?>VCp,BuF>C8ߢ򁀲$ŇCߚfB>~#nK ,KםW_Q5,9Ф%\nYxlŗtCt4J-0Zm2Ӕ(.Ŕ\V;;/uDu0uz!rߓf{~BWTF?H\}! oKxI٣,moԣC_~w@RUUo%l[ DÄGСLfv];V=m۬tp4o:Op+}Vhڿ& _KĚ\oV3o믃ߗ60euJuOd€Y=ՆP }($Dk~Z|U #q|Ira3$>نyp| wY:~ ȝ|;]jh%qkL*tBC[U83e>L$kupF)]Mb%:³EWcy{3)4=:Hr$lnCW}PuK3 Ώ|=RhPǐ'a VMЮ̣ذ) ŧ4v|QՎ@8LCis%*e?h˚۬% eM .ٿmTHQ}D@>NN|u"> K%;]6ÿܫ{io^{WI7-ɟMyn|$ iPiAcT[,s+ #4-ޠ" ǁ"d؜i:)[<}7X m=1w s_oM݌8=9OUInjU?NҲy MCH@uJsndOMA]D0CC~Hd(="нqB$ ;aGPGrۓ>Wx2K=6 kh)3j)C]hAHw+ߪ4 ;\-rJlv "ޤeUb ʷ|R N&VGšgyArZ\ߠzC%]5^Jga ȟZH@E)¿&xe6>ciLխA_5 bN*V=p$CX=Kl@s&smZ ;LʖhN[Fxr.~clc5bt;Umdtý/;lG,| dTF8!1tDY1$NcBV}bLgh <1xzE2 v>I>Ym q(hW @[PstwNjLJw:$VafS18wn+c~~I%v5-}7b}}\ޓh!og',o!*"׶+ͿN>%`=Q@81밡q) 쟔-j"QVM+ 69cţ+ޗ\2 d e5&KXk)7-{G}Ľ v R5BCl'`CP*us^1-cwɆCz俯S>zR'2){J *]wTH9jD1O*Xk6"0ʈqG,_?f̦c:'bvg!d aT˼:ЃЙ2|Qt0 -3ڿwM^:xθ#` O |=aZREJ#EVo܇ɰ1.MO9K3 4ڀNbVRN˭@ ^0w>.Nr6vɔ>ɚTû[U2"G4gy,{N f{T_xM$pPe $Q8K+L'&£}gb< ]4a;VTCey]gSI.pi9P/=i/7#5E\9'j|Jb8/o9Ŝ<4EO+tI zxj%.erB6TCVa7o Ĵ:iV^Ԙ!@,8N}2񫄀!*ȠO2v&u? 4al`g>џZxtwש;&tkkBi5Շ?˅و>Ș[<d9 Ҕm4*/#빤Qj#JL#bN._{^