libMagick++-devel-6.8.8.1-40.1>t  DH`pZ:dڸ/=„1oyl?^y[)Q_ɀH_ԱDǵ՘N?*cL{fp͟YE?3zԡΩ3#=ԙ$XN)GP%2*qHWdY CE-&~&1W%*٘Ը7l,㑳hP)c-ofhNrTU QBwvJ8 >eȢ%l7' Ŧ2EBڃ{uҳFH5B g~Eǘw a˯ R6zƀ\PYEtcF> MerHqEwvN's j<$SޱH6 ؀25Y=-R9lTB_FO%`>fEܾ{po;F+E:ϼ?Ϭd ! aTX`dw )) ) 8) )  )  ) ) Y) & H)   ] (89:tFG)HƐ)I4)X`Yx\Ǭ)]P)^% bcˤd8e=fBlDuX)v w )x)yh zϜClibMagick++-devel6.8.8.140.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.Z:dlamb54T7openSUSE 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#507728lamb54 1513776303  !"#$%&'()6.8.8.1-40.16.8.8.1-40.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:7605/openSUSE_Leap_42.3_Update/98d4988f4e48eccf8e0995421c197b34-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) RPRRPRRPRRPRRb"wڨj>?`] crv9ul onpyn 1KH;.]ZqhzԘgpɚ'.ZOT1ӑn{Rz/f>_14j$t>_g1L_k 6ۇMfzV_ NU|nة)|g"&N/jeJ"-" Xgm@/ }"mH fT6eH}"Ӹ\;o8p5g OC ؇]^߿jp? A[~ޮ vo|1y?ݩv7˴).4.v"e#w m7I?mB㳺\F@/m6U󝻅e^*NiWxk;5~5;VYa~K5ƒѬB7U  u$ʨMaQv} 3tɠbr󴜴Rץ`dcS?,&^UnePC#,,+BmB%z9|$☠`C|FB7^"H#Gjj{SN[^he;3<倌+&48@ 27DХ5݀!5z޻Szy9C:unX_/rJ&e yr8[.Hڨx u'+h Hncԋ47!Ƭ)2Q)|toG V;[K r*`ICpk s8Ⲙjn#1>@? *$2$.9_G r1 x3el%^8?8GpNjdӻ)}CRt,RnuQ꾊zM|&jo*l/_{~zg> Pgm&t;$Ȃ/fuOY?9eo)MbIDxhqy#|XMtɐ]&$01Ɂg)imFnq>CE+tPW9~U-BJGP#98zIzPC2Kxd2py;@A`G[[6O3Lߏv5)vҸ6zFe@I  \NjAqmQ?#Qav˔`r #׆˴?b߷Av%*;ra% u;h!Zvvo`gDO?+jmji[e?BZѦ(Š1k #V]>(0 *J.a9A`9㇕06M2/K%$]:˨tۂ!V#E(n鸠`ռKDVN9"p>f-g<䐋W6: $l% >n}j̃ϧY_?ZЕ:?ARsGN6yi)ߗG zޠ狦\Rx=۰Ih~e2GHu>]mֺKծ^8Rݗc +ikһafiYa\|ɣG/[J8<',"|Q2hJ.ݺwt3 X|fQ@1? CUaf(C=>:Qeı(z P.V=Wշ6OP@Z{Dh9[~{#Ԓw)Il8xl|O,&=5I@yE:=Jq7wTl5H4VR>F[餾iTt,ocGIYB%Nվi$ȋk c)I, m$ RStX卽(>4{+31@`;25ŠS|^$ F|.?L˚leдN'n Rճ21LkI-)%W\Tq DhWH+@tHL s Z\ك_ 8]L|`(mD~u9uN?(. ':PQ=ln& ]:NG959^p`גl3gWJoT"e?;](ke6n+3FHOqq$D#銌C }Q&F%v3~;<uk mŐl;Ƀ+2&/I/?*e9z~\q7&2M 0O>:vAx3R=񳜱l=u{YfD{ N4y ^+Yi㗗@@!9@[q/=}o˝Y*Lu hq#Ws5kZ';"F:[zzʒ)twpYG=$O\#i7 3tKυкRC_ ЦH- de缵:վys}ĨJz;=aޅ#΄6( ju-95sto؏ fpTCV2'Z> ꈑ!/ ==QJ<YbM ȃ{QL59YFSS(8 ".1쀰4@9=bzO}78~/;꒘.רHD_?f5'-7@H |/ \ V/8Og[cAaGPo$gUw#p%RצcY`JDۊq)}m q|M?NonsCMG-b+)Eo{C"^oR9J_e^Vzٰ\/ ;q$M#'}_i!'O>q %p II4 cayDZwLp %:U eF! qll,[p>6vΟ2~+`b" Y'*3G)(lG-/N.lwW\r8 <&mNwOC/Yb*2c6;4_ cmj zDE5^Wr̆CstYacW|j;K//{exvM7jpF`K-W+3F{OJ2o'A_DNT zu6dLm[(NJͳH[Q-UVպ Jm^Z7ӌY YlRM5po7^jrzwN}7+NFQ8܃(fʉ.kT4Zf'"rs=\  CFE@cG{)*eD Axm]z%42xq@M\@Od@r-~0 \$(ѵb c@"֕f9iN jT/e蹯pR\~ђkkv`j^l' qW-w()+3{9m;wդ*٣ٟ롳ZYbr4pc_B_Ŧa]֟sKFGA&"H+P$FMv[ J]nĠԞmx̋FRoSo<';HȨ*FWNGS<ϠPt&94G|NLmEsB<0$g)ӆ,]o/qP˕77>]%ZEShZ̟g-tk ];Q!@ӭl_?Ǝߖ'{mB_ F{6'3:oP]6~_HU rD KCefc{\D#'A'b]USiM6IEd͆O 'i=L%hi~!] )}<䚩$뿵0 |H`*x)iU3~eḂ?nra'ơ.>ǀ4Yώ8HhG\G z JNllR^:FWځiR0#?08&h9\4 ="w>LAf$8u#7ξ{Yaq:A``^3aaOp#yNMނ~a 6SA怯6R~ VoupY'55Ӥ)7"㬰5v(5gbxfG(WW1P{u%njqW1T/kiC [0z@ HD Y6Ye M踖FV@nt9l3ԏe[,4ڣ#5!pm]Bwx{Wy $wy'uI2#fAx8fPl)U5v:iSYWVYY }6 gSȓ}d >BE$ X rymDqc>sڡ;_A29 V{W_? lHow}pz4L<"Ͱ=?sodsҧ_Ur1A^vhK4f 447_[E|CtwE|Q.\$~7N薇~h.٧ S?R~ϟm練jTÓgYJU24߱F"H}†5p"ȿ6ITxLnӻhk)klϵr(C 1d S$k=>s2Kr㫛,D?+J](/dTf$x<1z AVi@FdMtds]mJ0}ի@1>pw{F5ߪk|Rfc${rƨq$"IkfpeXBMAW"<)1k+V BKnۆrN MK迀b7F-Yzwkqs4:˧ GN]В5y?ArpNGn;:छ Ǹޜr&m^ι'K Q[DKP&̒=fju%S䜎p&a ZA3HHSI5Z]]hi - +vM@6tӐsJ* Vbp(pýkl(ǖ |C!csxy 0ĶkgxDYR5bFZ3Q-+j2+NHyB~Pыv&Hbt]BYFd,@LyoF/V@Liv tR HY^e"t& }B#T=֔Qo%hl:H)ɐfgf:h3{CXLO5ӏWcN1o bZlO8h{e{w`u[ݨKd^=X).3agiUjHs&ea&wKb7wݞѷڰ-Al~>;\=/TIr}NTR y:x@+ [Çj9yނ=C$kROOeu8+ΜM-T{:1p2?D 7~`둮zܓ6s4UP b&7M14h3g, ?f &?kRE=ww2jlL?}190lW_?Q,쭷zb LrmH J ǜVM)Ն2R w|) ;Ʋtla̮dWmX3D^[JF=ÌBNϧcQ2Cţ7 H(wʧ[7lgX|WaO”f!|<Ø r Џj:.\!QqmݲwS@);(uU-N߇8˟ {37]=恫 ?p;,wV'iS7Ĵwug H7{L3 ]z5I+ g^ Ӵ 3tv Z#>!9ΠWb 959A{Tz8$$7YJ\Zb`.y;+?+O F88^3<ŸB/jCC}fյw#6ksM­ڳJk]6 14V_5s_~8=7uLtB S?aU1>mLif='??$RJZtHpA7{em+x/lO+dWilZOI"cS!6fdN%'nQ*+ݟiV1.,@V[hϡc_jG׬)kYZGdnHiݟ53 QWbЎg6F8q1ql6J!<ƝG5{A=Q~F@ZT @MMJ[ vw kWS @jTBĄνv3b$/3?=L@Z=-< RRϯ f8\2R"&N`rJJu;:zۧPkfi=ŭ|=+ ƇEVHr='䴔]qCZ H<:kn=TDgۀ 1_B,=| t)yQz8tF͜V׼ ڃ8uz𡈴>ʢW_i82L40riMd|qα9GQWoODR>׫'j Xo~7E}1Dv2;G+ +_b!:9i^548/fF໔#|%OP8~+*dc-Mo)Gk 2?\/]+j\kn B__"V7 :/km<,71IɜR[: hٗ2Mi=XXěು'=k+"4 ↊ݞ~_߭Qpo #7*6(jD.s3]ڥ9w"JG4HGtƟ-u=E0 Z 6oyq*|PnXKqAJvc}xrV"6~mYG*U(:]F <*!ysn<شbV*; hb*+ 5VU%06r֬+ neH,D$$挢@Œ id~%?e[O+[UG#a䐄S#"5ʫ8ύtR?WC?%=:͙1>5LBb%U;tg5r5xcOA#4wiD^38z40>2Sңq]h-,d}STE}*HI|W|]iq)xԘ+S_!b>W߷hBlzô PcSy = TQ'74&W6pq8$K7 )+v ÐY/XB-{sM4NJ*7&L[8r0NPgZFiw$V֡zw aRg*o-B)c+T*:`qf&O Q:T?8[<ۮNBOygݫ u >?*C| bZ_5<\}iŐ(3l!|M5|Jp7J0?sRK};}O4bÜ1I'gn2=u V^T^?~ǵ⯮Nj41}(|YICXpp\ :ڳۦ2M=oY'b=bz_<X޺PҖי)#h>$-^o4LH3:OQ?c|x,2OW>uqF,hY/-zBdtxs?V=\@rEF9Bom=b/k\ͺٱO}!-J=EEһH<X[$'a;ః#ak/A *Ii4s(4Hu~_S_O~5[c|]N·{jC<qZsL_np6Tˇ dbߥ} KMޖAUWS{PfGr#oO(DfTM4ҵ]a+7(R\W"pHãꐳ\ V] YQ cMNwD%-f|o뜖 u퓾y^M쓢@BeCyL$Z. 3JC&Iܧh)?ŋ. S3c)&%s\7pdk9CuD%apXP09I:Jt6 i-h8Ԋ޴cpɥ Y<ءFowd4 i^&DIad$,čhWŀZņ'ov5t_c6 m˪fhcohمSW`>l`e C"ȍ ..k)Fee15AUEH  &EGYVCzcM9#|TfguOEM)l? RrKa썚OdzlLUU$Lnh/ 7 3} Wr&5t\  =uT|FKo?F6t($@ѣ¢}HtЈvU!: $dǽv P};:, Hq$=&, 0"<. N"` ՕK+ƐL \1xײtܙ3U؛1Y;,|fz&vB21)o s.)}G\AP91tb88D WԽ ͯKeTR.o@u|ÕQ)9W: O\0ſ$D{1(y^΢6~PQc<ZO4 <vu7 _ Pl1[dkF&I`  K]Sש2ދqtJw)!'3s7v ?\nhi>V[  vz= ~$wSأS:5! 7x2)>3'k@+z-)!=-[:6c?@IWv[*%$&@t)U;eVSx;|BcNRЍqHxy)vW΁lw_Y:i҃/o!A!ӺF=獳Sh MНd#ro'dz dua68@LCڭ[GtRe>ës} uҬˎWxI㖄9Z=BJį?5Gi'r8URP8B8ٌ3TMri~G"b¨y%nNfL1'-1^.lq1uhVfj4!䫒n>W඲VT>]|&4netR,wgJWr8D"H(QvS#J+z#q>),`\nș٨%V&Nt4k V120Oֈ},@_Ul8YɇR&Jn=8/M9]NoꧽiZQ2t#D˿RM(ia,CBsQ5u<>kmDOJ43#zUH4-O&gS "*H)3$˳ K$D߶ *(sQx LROy9qN^Mu;pq"L({EfM֯RhoWٽcyNRp@ĸ%Q"= 73+|XaNZ;I;UfJS:;􃎖;]:>dNZ_GQ!v:hsWQ )*$F^DY *,iaEhgj!K2LlV7֦fP<ȍau߽Z1}T͒Hy6|L hIpȝσ<B`ss4K=GE7%*D]<-UY+ӭTF1GӶOi+omX _+Be<Y˚.%c#NAmGSkSqR4,|Ϲ8kY%)m8pozTϬ[Hx-[U\7H Oxr'@WgBR"a!nbR6,# '<-065"HRO5j3@=GxViZ$~kp5׻  /fl"&NJϤ.> Njϟڐ{U TGEhW6' ;!;!,aX WSRس{ 4wDM-[PخQƻϜذKёCWיF{kL} UFV(hpBL^@ΏzWAE>œ(q0$Ar*#AKRc =)uPOPWQ\Wj7~p?F:{QlLIۢ6jE,4\ XSy;z2E<%BAF rsKـ  xA9ěK8 ִ :3iE x;;+H2`@XēĞ(?azYy)Eh N 2S\ p\%d!DLo*}D9z ub~6n[*J (Y_ Ϲ_@%DP`;Cwl8d~ZD$.-P]?Ff)W&EQѾ~n=#B (%Dҫ%$lĐӰ,K${&F"QNX9_Q/ 1%Eg?U%_T9Kdٽj篧zMkmRxu^UtAF3RWmY>a^EUrX c>A+b0֐smzT**ub:ژvsxG BڿTozA TcY[߶^j+q0'Si$~ 6XԾK_#uHĹFBE:Twɜ|mK;"0(ž;B3eXj^r#D쉧p]ZDԇ7P#,W5^8 qQԅ'YxuylJ5g/k_͖heEKc_f[ψppMZ;l39Vݢ p|I>y ݚ"p=i }ul޺g%#OGq!^R/as_ ׌mnPm^'LD?nZk%*eeĒpr0%|J&[v{U   6p'jމȆTWxOk׉3=N|U(ƻ`'V6z'H@DŇk"k󯢩+S6gm78&ݎ4bp_ŔrV·zt$f 5 #(?hD@ۉUpZ 4h:7VUYYb5cCZ+ͲW@R&gИaVi:q!GZZtecz7f~5( 8J*M5:ݺ?řo_gpeC ރCк.ϰ ,v% Z^#yg}#Uf :K f%'w8e/G+ m5s%5h,TS fc iZFpC.!H#2:Il2O"Ұ Xx&=$x=v؝A| k? p 9.4&)z_ŖK__;*BY4bHz؅"l<= nab D3|"Wkj. }G6u'uuF.kɞ=dIKBAO @O>1 AhtU'_OrPݜ Di&LڔDigpvi SYvV 511 We !!i8^tRR]ArQ"Tp"Su qi&唣HiR.^ixww+ZmpP]I0 #}LcР+^)D l(?av``SB'綥I|tِA.D(VG:\)5r'Tcf,gRegaU ny7m ~݂қD(]e):uPܗ}f9CR+Qu;Au%t:J)j$y|6| RdKRrֳr-Eniq'6]gV} cJ=5rC|ȃ& k۶J(ǵ>#hR/H lW7|VN!aܰ֕^䑣<0 @6iC9llX|-(䓧ʆy#Haf^p@Qݤ㝰섍G;} zm_3Lޠ0: H%oOJ?yY$`cR8}ZY"h0uhzTO+eQ: &]CZPGZ 5= 3PčLi?h ҡHlsK _7o96T\Îaa,k#\w&A:rW?2Wuٝ%q&Ñ,udrQ1Iz\sG63cS;sy*|5SgLj #brQ[ơZ$7YT!! 5"QiY:_jas<He|qcMܠXMmᦙ676,glVTtsVt} p=UXĪ-SycK  eC"9ƘrlߗM[NpD\"Uf~K5;y0c2b_o ݦz˪a9^߲`A)  l휬#irA' tЀ+W;$0qy~z[qEbE*4хQ7 |T=)Z`c U0 HƠi |7,^|b7C󊛎8SSXPUH]YhE}]+)P+aȷ & 5gAnKQCGR5$ (-.As>sKs4yobQے.PM,]Z j 1_nwИ͠vz{_ A-X0ֽ$D16#R[WynώOy^Σ rGu# \jj}74(W*H=`58fZ(80}`"d*%.P]]A>k9Ua̭"<7I |lbWuSU0yo ڃZ8؞y&:)e'܊GF`K)bzfQ/m6|n$éq}c!&djKSn| 2ۇ,ԓX'`b uNLUhxnP3+;I՗&,HXG\٩3p?w)W 86հo\0~z^(YvJez1MZ}z$B:?kj|X*X"O[)-K!ٖTYB0<ʗ]Պg,ް0qi\u( d$ڸد+=FÅ}@PJĜ7SFA=NRLe 2S9gΘE+v2g?UR(by1]PF1}U`)Q":"LIEw|1WA$7ֈ=@ b垀WM }Xr§e_o8?%JPNV:T%[:)c_P Tt?疴ܙRq sd*K.6 PB .-xt.- ClKy:=A#K 8`fC>x^rJr> //FVɌ<0cF~? IDl0܃D̐ 9> eoJ*>^H %z2wxU}dŴْ̻۔Kw*fQȨr2;JHFVJ>|A;HHNPTX EQRJ#C27=:x}/US_Y b_gT%M5sUcK^,zWDFpQ6@k$5,t"He;@ %3zUS!a>@ O&N~wwҊͤ0^IJlR'6[(Lq`!oW| lSG)Ef?xѬ+O !jcѥ,kޔvpQ`>ƥr ?psaY; rɈ&۔p+N*LyuBjrk8QSqFw񔙾Xavb#:2; u4P䷥%u)jzlH)w\,_4!K}ض1yϞu'΍k*ɕJ0,c`X2K `g>uK*Nd2{(,ve y D0R06RjԘ'6wng 12ŐHg[Wcpg@kܱރ}c!CJURj a+R~MZBXT>.Ks~{cKAcST l聚f J'ϕX$x,7X=c"7QAdBwG-։'_>](m9;я*\#≀y~$|j&ͩ$r%U0֟h$<ډ6 ȳV&ii(I&VWG6 4Ԍ%CNa&*Dҁ< dž(OP2Og57;5n˪#.䒺I'u;'scQrczfT/ = =-]̫zۭ;]ZaGCioIy J%:>Z9Dd!NB +O5G3Y2Pez S"|N'qEv_oxd>vh* ۼ6`Jcap>gu&k?z`sp8.@=w B[\ZmS0dWXڣ^h|u%1[H,oP1=# 6ZH% ].#pKf"7d8:<>_35ՠ-Ճ |E`r-:u-mѨzlԏe:\44DCr-[$j̈@*J'?/fe׫(xw'ǞﴖD4.~`<99yo/VĸiKDZB4-wB+i|,#!,3ڠb1 HQbZsXrθzA!u(WSfwp;9,=ub. M>JŒ$Ǎ~ְA.hb B"pm=-]K) d/DggoZvDa/{M_gM ݬ AJl>]$_(P۟ӯƶAbrÊI㍯&UL#pݠH8Jx̭eŬoNv`" \T[(ZKGLM !nLܛ~,P =:XՀaU|A-@BWu""ue?+OtխĜ ؑE"SL.ʇi-I߾7)gʢ݈N(Uo" QvUzv3_uU V*u=)xf*~WԊʤ$rJ*_Pf*}QN_UxQڈ^q'lj5v7js3_`"3Fe0yM~IޝX#qґ̡y(t'1ÌBac !{(%N;L#3O̸m@ۈP(m:t@u{dC'7Pr0'1s+@<:q+8ېG5$֨R؍&k>!]*u&UAK`5JilLՉ G ܺoM;I/ M۟`ڍlLd3dft^k4.(b̢4s&ABni[,$/vXTCfc. hQB6"Jvr_ FiIhmw, ; H&[=,xNt/+u 'k4&-Y (\n"OYZ]{TnK 찎=%1L`8exAQiڧXwՆ /O | KIJ?b`c˹ߏ_!vx,P+os-qGg]:7<ӑ:YOR&Heakȁ}F @N&h5ZEeZn5W%R KC빡2s [G;jO`9s?*ݟuǛP2lYvtmY7_(SJ1iڲeq&9t|?*.)LaqN/@)پOޡ Ó߯(u,x 罊H`MdS0nolA3V͞ utgu*[s$z~ȞRr]oj.h[gkQ; D `MŊlM_@DfkϠ=PxDm}R&-B & Xx]ǙnW_451$6Yŧk)x5eв O+Y-A&`?]ՙS2yxnu jЎFR&NCe/ Kn~Lq* V42 Ȳ8.O95żXuW/&z&nep_擤/~~T=kU@28d&4nA qSMzrM"G6EHuO/ eYeE ObT^U((@#X.*Vt$/?r Ȏ=h4=ǘSNϑ (N{KϝT-r`˛U&1 kW{#\89Ep4l=vdR{y LBm23 E8&=;a{*j0r 1[f|iY~u{5>EJ%4<:rhnz8/%O%/؂`зn K.M rRL-UA)2cPGyG"םmZ]8Yr'# SԤ`S3"6~C(o08]|knqq{wD[O*VsuL6w*()ĚN?rt.̚'tU)JY =&^Ȅ&H{oVIdj0xrfKGJZ/fC$6Ƌ atUv{YY7D'`LPxq#a1d,t_E3r=LV˨_D"jd &sp#MNk4qv2x7- 6nK2HD"Ƌ= 9ΰ-zCy/|$Ѐu0#Ws(YyN6a oJ嬊8Gz/4Јw;gq+X,ֱZ,K;37Ik@~GSꙸz6|8؟UBvA'y?e"D]ʱ<|_ν~j;u% ?oĔqV8(YypY7[½[&tBVc;DnM$ F*jS_ Jk|Sa cv`~D’$p9238z;%Miv +ٙ-#Q 륛 &hc1 h]5N1Я:zM/C)!)xA#oaEVc{}W 2G*tϹtB6Σ#VN~-L6 ˢx RZ?9n>F_nDR-2W7@"\' {9t$WJ67l)@)j)/QTQݭ`DO ~4j)]dceDt<%JE}DmB;O%PDqW0 F:hU.bEf.5.q(^# 19>di 7-8r΋z"J ˪G7MJ;_<ڠ^lH;1')q jX8bf< kFqSULfCZO.%z ǡ}"J12'f;ߧRd_iѻɻPӏ+0n:A6.T- "YG>SKVV7N"?Qb+k,a]c+VZ[FJM|(1I4iOC7!HCh^H&J.O,-Յ % L+ߢHZlR0%4EQE[r]Tߏť>BApD/ovImKrLK[oX_8çLEѰW:D3oSd4zfs ai?6I*4vseME:} Crvt mGѿwg]Ew[Dؓi;`c;ϩ*Ia ,>+w X8K@>k1[a6 rw@dK].۷ ”1`bkpE"7^ˢYit4ںġc*D s+5ܗՑh`37K=ۗO8 Űދ4u~Z\" 8;q`zYVnُLdcu>XrRȾ0!JDY`u蛉ՉbY5ocy3'M]4r~ 7m'p :B/b.QP?A>$]`b-,JvE`B={J?R<[ ~Mzހ^([{2XWq(5ܬ]";z+*>Ws #bUٕ/)WKdž=|`M5uTnvsf"sثD=N,EG$9W4748^c,;lz1+oQ  S0dÎ3{2 אJ*^>[l.R7(dǏ0֏=J&uQ(HSkj}N7m ߭\eyPԓ46C<-̀X%^ȊQ|U`Gw^<&oMpo{vw?…4|̎6lG;y1 еMnߦ:N3aoǐT;jmw83 tefIx%G%}K2ZʋjEr h6KCpq Ė$ \_;ȵIb{;qv@($܄5&̝⤣(Ă1 DQuJ3r0k SUW;(wV ]#IQ=]EFД9f(s͍71?*Pu:#!!FEOGr>/Yxlܛ. X=>NEY%cş"-IG NC  {0#<@gmI̼1q@Q"w7tPf cd7PVm%`uv3.D5gu(=t&IlDC7ݵpGE!,%S!ٿs=/d{J ֒胨0v#:C[`\@lO%&gFaj֭g~OQyOg0uH WvPWc}mԧ&}Rw> -0m5fSL2X. C߻[fƴ|-0_ S2G<dA}D9Ox/m`Th( ·QiΫ)dTˆjx W.vB2ƤYO)5MFdR ߰W;^#,F3Qxe乃8h;.cB6 nG`1ج`y HB#0X"L`,9Hf~3/cgZxuꝶUbީhYI]fN<O0dyCշIK_ K){Xy0BYXX&l&͌[O;ӋJo۱i,`09ĦY0ƾuBKSliߦE)sQ:=\&ʃaaF~Y=5)gE"kpD螬%sҾKZ3(I#qvx==𿵾M;} X[ݯ^Fbs"^/*I9KD7*o?iiҊ$,G ,K2޳Rs RĵŎIw i.soY83Y2o 4N 3z16թ5wV7,]AHb ~ 8VQ,d㧶]mIbMd?#KX"_豠o)H29WSk`YZS,No'<fqB+ %/Oڮl*UfO~BP$E: {܂`/Qu#>G|isND=L>}rn2hOaM>@L˽6| ߯"WH8w,a׬!58nݠxNR$?AF;貇4$͏,?PufzV,?v ?.+'s: Ggh^0>^R!U~3pt0!k2fUЏitDqsmo[ !{ H=7G=Ĩ Q#Tl/=xY. PELfu4jFHgGkHTؒH17f~~ }xDbZ sZjg+7( ~۴qlbd{ m_ްK5T7dㆩѿ!9;ZQXž$I,%?Ԅ+fx(mT ) ,f4&$Jm0h6([]]?I΍qSzq1Dßs P1H"17r Vإf59TiA80/" V[r" ѤCy6`Lcpг(Wm1RR([2W?mϦfPLe75T%XMq,>Hg)[ʼI.W/F=Ha"r*wi3@rW쯵e/Ab/$/q(gsmE^ 'ReoI0Jbu1bDlF$H {d,h |?=: 2뼅Gzx4W^A-<耏{H+Ӿn\8i)m08oA m텰')D ©uP&͞r_:G֥҆nm1 [E^+W]"2!]w8,Vn<3W] 8V 0CT1rT0%[ćvV<ep'J.Z%M"ܽ-P_wHGMn^1P ;eۈ0JOTWy:j_*kL)[Wdes22`*zdJYL1! +GZq}{=J)&C$!} 0= pf~ӝCvr,zr#|Yc@ßp&ǞV/ G8_|jO,d:!ԕ\=iNU*& $ӳV=^GD7Oݓ-SvN^_6z#(^يGG~f LI{jDQzA(Z7{`tME)QIo[5,u~5`fgl &2LHh*1S,^xb.Yǃ0~ep NpK' j}ޞj݅[}GX}^kQc}6˵?uu Fl2ʤ@O"K4-𬩃Tn5^.LOM$Gb,+H7/CS x睤n6T41iY[N%MvNf?VFmu.?8F.a OK! }H|k\B7ޤ\35?CwH2fO䒷gqqUj%" #6"DG| ͹ދ"Dѳރ;~Cck<-akoOD> bI'zA4<^ރ3\1ba'Sw  {֬cxH=u Ϯ%=3doba*;:RO{Y(N#/V% |= eW V,4]$[8sjH>[@j718~2{^"*# zâY)&( +"ZF<7U3N~oܷj\'Xn K]NYW06_~r**l: WT;21F*f79b,Zt=1g 0UkbQz{U %CPP7+"VuǴx)8YO8x^rjt\YV=-ƪ6nD_7ua}_XzᲤYl\bo+&^ѻ5 4? )ݤ׌{zMCUKO`AGBxr*L}iCr~t8BO;wlf ъoܜ|w*ݬϮA♕4rD+u/D`1O'O#Bs+sb(gM j~2KwFi'8gEsnѶa%Z%lV-Dj\=d,$,郢 i0F%oa:zVRR)2[TBx)~>U#t)hZNנ5x` 3d~.LeQOkw#*ŝWɼڼ( 0]P]7^h]qB̐XpOS?* IEgI`Ի_]? "4r u6 |h nٍKhuP<[3v%a2[_Xvgh+Ml,@0(V` 4!HXJ =V4yu|Q ѹ yXN蜑ޤC]/>QR$t"Q5 +[2犯pIͣ$*.XvSwZz#; 0IF*".:0R,Ă>`['"M6j7,`mzJ6?hc99C yOrl 䜸GiqiuA1r|1]L sa^ٮX"XSˉR|wN;;X]pTƈGZ~#m:y+2.o-;G,@*x VgyE_N#%^ e4Oz # ^r/[Nmgfk,|K"V&,vM*ma{o^Beme|XLc˚OҕYlE_}$%\;H BqRV̿Y :t~7Cڻ.'<7{.r<%\-Ш6u /Vo=%Hcحa`@'xTp PKu2QҤ8^s:~B8!A?)In[GE[FG3-Qw?aIb+FLasw(neoTa+}ff:2Eج\S]I"trBgbW.Xtߙ3Pj6;}\ھȷyY9h:)v_5' n /Aq!-ro91tPki3D /W(Xt v~q|9oljn%S26t!Gvl >1ZM97-v%8gBY@,,-}OI}_ ZtI 5ZOUy1ry0s\ Q\!2sn?).!x]d>~%Ekoݒ*΃`dpFcTJp.2>DW&  wߖ=hJhc-?~̏ ܽ`FnG+'%dD^tGApYv,kVꈪU{2I4+%!5-TWY!aB O{S9*yjբ|Q8JV8uLYL@]NХt![jƘj̽xnk33"~eIDH= uFoTؾl5 T?4:Yh@ˮ ;RyHG,YWrhQJoRҔHs^NPgqQ4 Q*74خhi7H0ӕ0ͯs 7E4*83U `. 3R֦4qc1:;-$9\J^mXk?ya(ű.~[ Lc85Y{?u.ZʬkA~bN=@/v^;4=iI?6?Hp"8A۰fv<҅wE'Bhll%r"A{?{;cU<ֈ}l> ? >SC%V[GT+_W^N2raɣ޺ҋ"xs'_ 4aVųNJG'1p4}qȀ?7]hq1zsPJSyd90QA] :bÊXʜJ6:]H5|%]\9SPz.y}7Vi&FM8قB{=g$."t68ZR2NN\" :o+I]6aCU úEvWJ ʄK?]Qx+z#O&"fNQm4 E%\x '^W.EKb#=qsaI$ <vJm5M=h*\M;հ-eXֿe Mm%I!XhFF(8ȭy:< _ORCAoQ ~>gĕ}Iؽx6 +ŰtqIޏE˷Yv\$ͫ3iT k#lbv5?x&J]:e希x9۬fmRq4+Uc Rf}4<} 4`fj>GՅ-Ű=-7&+: .[;GNHeyimzE%2:'>_VP@}9`M41$Q[*³+X"b7imAomc!y1!jT_2K,Q%>c7xv(8?9QA4։l 9jǚ"Y#h ,:a %u{y-,N&ޚ{0,)*X k0j9ZO T)ctWBWv-Qy;E?6.Z-Z "{ QV .K <a ah.<*IBW"P'>_ UD4 ޭVb,E'CQ,f,Q/ A.Qfjec Cz1 6XTjZ!{~Y֢{Np lNxn]*֓P 3/%y nOk&Q;o Ky:9W~"FDR쬘DZ,P=E։y\2/NڦxJ5 nZ ȃY! qujh2jR6G;wD^ cFzlݿ_c3z#djKm-U]IrO ai8/΋Nw({#=QLcd*?g2"sB [P ZQv+o5k;Q)Ca=̚qqĿ\$ avuWA-58_{y9̞B𨺼3FH06戶 WI _) jN)T_rZ,SlgLiBIhZ;-49 ^|M+sC ϩ\ AiMl'wd ,rr9{L[ ()D|G)Ipd-MpJ*~:#Mnc UIu+w'. s$NޚyM (0qa{zR۷@Nt<=1 }8M]hn .y5n$3Hլ"Kl^s8T '4$tj|٧HR_GNڔu=oHmӄl̉$U?CGa UK"GLUh*:P# EFIPoEZmTB,XK햗|hUtlDWLJAiz\š^v p$Mj׌go+6+*> '7QE#na|t~K9KO,]ЭU<~*zGI,m8F=b8Uz2/{E@Fhٴ7C1f3s2Y쬫Ʉ23s*\Lh`W?{[cw(^ Sh% m 1J~ɖN~֛]qL!oAU 8%^Ae3OE|HʍF&yRg5[ϟS(CHF3}Qf7iݴt:0.1m`X-e6#,3ms#>@ Z i%'L_m`1Dq>VVjB89N%-F[ns^TT:I6X<:XvWDv.c4 nvYI Gsy:0<`p]N| _?]ˎ6&qX aAXxL䋘zP`ҁg}7k*ĺ&ͭ>=(<dҹ*z%X{"(FŴM,bGݎ")}D6_1m?_ IWH/AR ~Lݻ[?Enz<тj 2sw\lxw想 DTM&I[A{/ K>(Ft2ʼnncI痶dYZ}/+8h^{t1>i2x0T k!nY4=q]ƦTUleRw6Y9t/ u'2h+0=VU[h 'D/ wS{O!uo'%j2V Qyu֠w^!YW\s8ϬE؁򍊏Bl!Ȑw尵ӂp?PeM-P#1qW2_ׁT lhfEt%9\Kg |H0Rj5vIՂ5]a)Ȇp g(kU4Z OVr͝ NA^0Fjmy*v7%EEWڢz~:uFl2͇Q"+Wc:Z9~-~KQ rӃ Va0iZ ?zoc,~rO(v.'*@E1j$.= $P; 8fӔ"rqq(ͬ=nɆ6 EG}@4kDT8r2ձ_N8RkLɘ#G#nsKäsb$bI$5W_`P͊a0D'K^zX*!]$µ뵣0c>`@;q0t6L #&xM˸8=z<Fm4 A(Z'@Jb̝bX O-x-oJu3/Ǟ.Q]~DFZ2l USZcVL9}|\/{?!.: cx:|>MB:JNS50 ,FN5&^6\nq$E a{N5f>w=aEJpƹ0 /7^UKZfc!vs}H hOQ#)=םA of a }>GIOz_FOId~uQ^X~N.9E +0VY"ppt9A>[#b=S֭?t5~5,cKm;'e57 $ENgPUt ~zOt 䀸~5z푐=G.,L|(X$rmd;m!{g[NmxΚx[k-o@tHt RlS(i]7^*mBB&z(L͹\ZjkqPQ /?|Bn 韰7"# O@; <`x3MT=8v5 tOgi$ģmB'\cZ'M\_]+M;98#T.CH{@ `pRW L F`˛nj+rlb~LJYyMxC!Pm䫁vN͡MNp @]|xHܕe=Xv% ZPq/aM?akN^_Hi`ahE?~c쀖iX( Fo Xm ITW ';򯈖 /_L;o&P/v6 .qS Uuj-]86$[Ǯy+D;7W^{:ØDs!HF d]An;C:A/ޓǾoMZ `IvuM ‷hl˖ 2ߺrGVXrĕ vO)@ N!2BtY#UnoH]l9/$$)j{H\lF<(4K /+*0MvաLlqF%s&CL9D lڍ"kc?ƝHH8m-UVֻgt<%p(&=v#J6o\K S‡~6k3U>ܱ{6S܎j (P8ZXmCSTU'/AkpY[{Jy2$K@Q@zMo6F>+NIpCAPwZ]-Rd2,_yb+*M(Aͷ ${*cHP~qDn> n?a@(KIF٪\vdJ+7~yzH B_8vhsYB}]O5s䨋9 ѤH _ 8VZx9!R61sڠ (UD*hK! ZxrC-䫋*Ѡè: N?O۪O#reM{;'!psr]q40'6i5.-(B4 G_оRFxa*jK|ѴCܟ#09lLX3y[Em;6[;ypЃ>q3,, 6l(Yqlz jҲT7#"hwU\O R޳O*k0Os#O::uɃ./XsKX*w )KpC*^ߕk1MAKo;P̍SH]l >RWUf;B/S9!Ǚi 9DB|4x yȐz&Fv1u>\h o=,i7&Yy0CrU\Co)T.!7 )No{S2`oR*Zyhg 6,B)zRsʘU'y""LipxM&MJ` VZF>mS 喽F U te>Td5,61#&d0[mEosHJਰ+ n@c5Vn KI짏wN;*=ԗB&2'f{KUIs{i`Eq)>65.d\`']9Y[ߣq9䒬7h*rVymTW[ZCO)J4zG; !tdCH-*ņgxXثqy[ƀě<$?cBBz̗!TK 3SX.[߀Ʊ,EYg0[]vszJt8z<&;ɚ.E`|:xH{u;`mOxy'ËЂ5jK6k32BFԒJ8țV{Bn`TUy*+8犣 SkȷT{|/98jݹ|wgrSA)'5d3ƋzHx؍&mh{U i=*V~|Hb=h2 c.[!O,by$yCNb*vpڗe OzV-c94IA>b3΃ r6z: s4-aFqOD+p@K^}blL$Y7No}p rcpC}:' k m%u=HFH!(rIoϢOYh砛5-n'.3}Po$ Kq~H6=4I$( wKH}ԟ2T#Uz)R$p^2"O;2Tin0xf KR;^QG#)r"!(C8o-fVR \p(gcIjD{~3#畿]WH6d\AbHZP َ(hC\r,A~y4wT,qgךߺee>η.h.#JCRQɄC著֘n/dO*b$ж43H/;4i-*. @mU ۣes2>0.ն8${kؒ?nݴg^LtA'` 9 ^oEtEKoes y>=!ѱ|ӊ?n{Hnr07f`dGOM&oPj På#V͙Kƒ0]]?w7m:9ƹ5(h7ZwY!}KRդ(_ܧ_DO^2עe|va:1Dq1\9 J|hC yaI›-,gvq x[J2^ש&w_˲<^7eÝy5gsM;w$m8zK)(AFj5(+XvPk{-ƝC#|jcE7*9lhv!`0Ԃoʂ?e3 YxJ0a7S٪+a nK3 񐓚;䬩c˛RRi; {w{:P[ηKH^SW-KP6 rW+Pƃj+u"כX 5;7ԫcx_?Fxq+vEdPٶ8TjP?VVt #N(~sY_:/{\mPD :Y*}u!ßY;<+}yJSG=[d캍DyaBKLR2*ۢ_+OaA zu DPWApǤnD`0є~%xϒr+pXoq_ b+7C2 v$D--o,~9`xv?hv#Hڥ[0|N'qH/VAer"$W[>$>aINq:of C4u_Q&iBSpfY~$Du*ϝ<l{_:XiɆC~V//j&3~Hm|^a2OxZ4m0k5e̙߷$O=O͝j ~㖿ؓ#t[*{SՆ]q,Tk9jg1Ik'ZAFD]Sğv~z#mKDӽz{3"( I W)SvS^j M'$Ƶ$!FG P'ޙ9z:X;ꑬ!Mjl4c!VE0`Ti6*]mZhUD]5ׇ0CcJ|k*)xVJ0ن%zF*l~0|i.lt#pXRR Z](" r.TF Ck@}M]XCuMnUJ#Af%C7`KC/U4IK\h XYLo ڮ7z5/.PМrxat ٺY͒+F)5lQ)t'㯭guɽ)&N[!}-<6='ބD$ݓ(2{""8;ׁm_}㔖 WU~G>q$>Ź/ ךfqR<_Օ#nu=djaȆ]"PGԭ &Qpџ\zP?SZo7jmnR򤩭'/#f]J[s[e JVAsxo>t=[?P ӷ%^憡+ܓ`9Ճ/R@ȝ@ĤX[VXfkʧkss4rs οTUWSjL>VϿ'V^gAD\A`2]"V?Q>:Vڔ=|yC>0ƍYna}'8StDSD01{6 Qgqo}v:0xMp >KvqQh=a߸2THpqz.aC% A{G4hr:˫]D2]y9sSe˧mJ["{hiԣ~AYh([4_~DƷǛEBC8 ,w2in :6_"c;H1O Aq?5uOp6 Yީ}dӁڹjd;:ΰ!#42jjkb/ xDHJ))4|bR'ϸÝU 5-;:NG=)ޢ~cRB`y`\{!k=_DuiS2E5Ckn3HK/K>\Зs8yQhq0ϕ%s! : 8MwQM 7&u~@H(3>¡FI[>)υ8tq{ _J$F6LĘ'7f AYHa(·kPn/ֿڔS."݊]PNQ1!khBJuZ#dV]p:)D78Fo}KuOjl9mo7y}itƢ:Cn- $gQT`yK EvC8`bz:;s `J+gkWer9]G-\R">9ܘ$o? ݿ4b#ռɠQ}X_{4.AŦIgEzOkU -"m1 L9zbV$v*I5P!%kbqC|ĀUS-n1E>aBr'Y^bM {VeelQ-V˴KͶ7dfCЏ\f,iOJCf-ET1i`A96HhۘL홄n,?~'EGvxe{H骲kf%tf:#Ő^0JL 1TW"+&_LP!l(/Gho9OuT5{;i*i! T8D/'Q3`dUR+{ $;$NW HMMd*f]WU/XrOf/"WMcHVw]XгE4]3º|{eīXev0Y&qGo]뱼L@;1~XyL9Ð7Z|w8ykK34 aUYX@j`Fi-:ҩ%:1pw!> /8Ȁ"r \.Nz PtJo M7O|Ț1|#,'M]D'xP n^U18ԔA X?HybaAn_@*2ŕq(EWL  %s_ҡH@<BPJb׽-^IfW;9H(C[hj| P^giu eF/Tmh`EN* 6I%[h.6sKeԴ'$OQ) IWt]CRX^~ѶPNBƂ4pe˽Qy`ee5ӬnC0x}`=|Z +X"p4V)"ZE\li%WFN~Li*r2񺚛ŭX`__Їr A;*;܂ ,A.)Byo'bK%ӋAlZxo6˟2X~mm+W(e$!.;dCu9d 걣L?lT l+=Be0ߩS 4zmLGJKŒ? i>=6i'MWWfX@ F 6nyH񮏊p槽j9h`ԕI2~Um 6yns⃆K3E0ٔf]c9ϗI,EC ]SZ d3xgDZLpwc AIy˭~IjcU?7l@qKEܕy_˅Z0%*)l $)tnmv?5٬@&yvJ^ZQi49cy8 %B Z."i?7: -h0DbK}Ϭ/j{IF \1F + q%-@SO|3v-#ή .o aWI3lb%]0t<(ts/?R*?G fw M|/uY 0ZR|Vu6I|hXV˂Xx"'4V:=3a uLm[[虴1Ԃ?4b meźaGe `IS%BEKP| G" r29FF=%DN4Tbs+ae@ nws0XV+WaSBgI-ݢթnGL?:8UzE952xh#kb!9E/y>iU+ȏc=JZb:zѝi3.fH;'%t h03RT@/uEph+s`9 EF^3Z7t$9/~ j`ų;z9b#<;lB50wsjTǽPFD? REഀNzN 4&FF~Zeᆖ.bcH\7p곃w.ZyÏB@0"$9~{-02Z"|bkhyc2nMiwyD} uᵻ })O+쯜ڈ.{ntbbN׵ ~OJd0"d[V ~}2oJ&<-B]l7h 4fn&>E,+dMcBS:99PxRX~JW 8w^WIwl2p0F~#Av>hZLzE:R~yviCq0>"jNO6U07_5"4i;Vy-lMemL:bԷ5\0a@ 땭M磤zYٿ%̌~ ֞ 8.@ؾ MH 5b ?s1zmӛs21꽈>Sb)„<wOoһX"w:TkkV*|9k9!qOF(Yͼ x9Z;" wsU]j5=AxȘLcW&~htVTl85y_a zLIgNT8({/SSz ?*:K ^j5Ua#bA{›JjLOOCLxZt%ɊJ@-ʌLdOB/qzŽc}<@~{D0B&!қh id& A@omHz# ᭴8b[n$GV6|w]@FfIq\~ OdOHP IŦŏ]gD:ߧ Nrh#V45I3;֧y波aK.XY=;ZľCTцnD?ݼ-\["bv9 .|3 Üۂ&K R 9*2mn~#1`|fttON_l 'ere^ԍQ.o舉dX( Jȋ[0hks&d"+#ԥC 7V5ڒz.̐V&AJ ,˕ix\hyDžkކ` |Ae 9B/>IK.mpNa/:8HJkg0fiZ"zGRal3*Nm"*OR%;Z.L\3ְ!.rYUWYߛ-9V$'"|5K}@jyin_WS6ĹIy*i>')|}AC|lq;%v+1{T[nM\͙gY4y !Hzoe 1oKWfFRΑ Ѵf-^_Y%}idX_#sUVm"{<;92)o v:Ic%6L@dA`vA\eamHZʬg)XkjQ̦C4,.(V?Dc%] JɈc MW` c NJZl0)'RˬIGc, |S_5F k;.sp /SwO{Fd[6f{dx t YW7V<pƲvi8,Evs7xV~=7g16 p4K>̯fXh;rVHB@@J*0 QClvi:BpoOJ#zO-yvHD YH~<@0.PS[QҾ(U;#*J+5{4cCPa7N,JP_ qr.(8>؛h"JA#7wHKV*l!-lϿnawqx YjB h+ҎoWGYq":YlBpC^C! *WSNubE8{07v "?݌҅YߕI"E+4HKU-3:.{`57Gƙ?|->Wl%Tjh:UۉJG/~Q,݆F6C3OAA7^]ȝ/Rj?z42t&6@Kt"؄B|nAL,_МbG _zLfEu9QL 5i30NQ3| d7W_ .L%8w} =Ƣ;\+Lm.0TJf(mC^LLb/V* W-G5֟Y6nl\Lg__Mj| I?@y$g ݙm%[bc"52-V󹉿F-eُa w}|H*~,b,ZaaH#}RV-joؚWþZ~Y^jQpXO9tk4S`)'Kdƣi,o+/4%F6r}]C򹅇ie:}H[i~ !g|U/OKTSkp4DȋW4[~UmN5LHzukutpX(Xhl剒;ؽ& 鸱uRiy^)d@~~+#\d/\yPu)A%[%@c38u).Ho[8S6Zrc@܁ԣl k 6:7<ǜH.!N[6 F4o1/cP;m.nu2f 7$D |Ʈlm0E}\$ ğ/ajƧ.vrݞak.7(oyI3[L3)`;pfi IP)rwV+BY|qH[~tNQŔ4(Ax`"|+zћspͽ5*RVE*i €'zΝ~/bO^厎ɴ^hHB0Bw ep*@XUZh3&zEy,ja-'ݨ qh9_tɈY#vpCz5|%SĽbx^Z$l>k65j¦/aRR@PλHbk҃V[6r'fS<.ӖbOg5P7)A8BBKΗUa t˄/:c䬞kӟ[-,J>gf$k_T%8DOfjߒ8vAb!vjO \ىCuo#\g{N\ 5sO^ҕX3fVݡع1g[ջsU9 3C^;+щo.,uih=s ] %UOkѷOe>‚w;oqDUL qw0ؔn'Jt39԰2/v`m6>`T#OIpepQ FbhZi/7W&Pc \Ira뱤6+M1t㠷8n**%6JU"RZ:cɪ@~8SGɐЂ:#DF,OEk>Di7R'9{(sV 5[IK $HLk6G_2un' <wĘBum9ȣOΧ%ÄIɛtYr@Isi< vp/; n[dy0> |a"$! lJp>cd4WXs m[VCG7,[6.PZŐ~hT`Jiv_zAl,k! sd2mWXeI` fSb]ؑTݽ9V> i2¾A<>t!6 jZxqM&NmEC!G}O);7oyg58j.#GSƐOծBTD%(sU< Q9',C &d-#.61x4t r>99ƕ7 m0EJ46:hX2Fz|8y6ePoŰ'r45 cmn聱?{QZ"F z=>֋lP_ /Ә~9Eǵ3:SyVmhL:κFN D[R{n 8%o>3g8hd {G{8;eO|PpX QK:k*{F*p0.Xzq47BRDz1EHa;bk,,޴֔?;eL՘7 ?PB",NV.ʔTJL)c1W}>kٿvd7C'0$ ?Tl`i }cG;x75VC~O ;ݰNdw`r: _CQ ݮ.JTdB̔IuTfw3"<9bNh= AdRWxB@HwQ%ZP:J Ot\AgGxBAjuUr-3TtC4a 5|Ϲ;B|~҈/ C`g_M m$GL3ڈѾcC^ԍ0j[n6. Vz rs}]oOan7P:IE Qyԋ/K&c"⅂؀TOtktg.2#)!c5BEJ% v{<:4L\'iDʱL!6Fd]XEɡ$G&3a4n ~زպXܫ(MWםu<ԀcۍGɞ冠6WzAi_ǻ`,?\UA \j!cXyvޥČSD_fG ʛ4bFę -ˆ`Azi?#S\*#~; Q.-mCL‚ js'Z%ƩN%ORZYh h5}I/<g,Kt:=m\ګkx#;i\X 9HϴO^+8v˚"ƽ,e}OtN:2LLHZK 1TڶUYkB&|\}G@@9.B]|$XXLRÛ\܁x B0.y\{qS43B-vǖ1^U@F6M!X# q`fiY'AOCul/\qEDtdWvyVդ7Džu7BA ĸ~ A,9p~gwak.O܊O_KzMCD[jUn6s+NNKp}mft^H-><⣹'v (lAaԧ6oӳT)yM qX޷p"X !Hzy.-=۱j(D}W9FyL{.OJ=ؚE ?e*EU~;he)A(ڸcxBWz(޴oFpr ?0QO]L\LQ#7'-k%_ AK+yB3 ?"2d3&2myeږPbZ3 K\*[oJ1DiQC{WFݺN`r 2>'|>ϵb fE0og>#ᯱ i9\|gxȅN!qwFd-NtKF⳰t?2-*Hkw$l8 4|UOJ:~B D]?P)h_&te[tj^I= eD_R*.Z֦.PI#j!6oS\:< S>),EL,A ]w˨G C痲42T CUe>W>3m ^åy4Ԑ fXZL;0 d鱅'N'Cl3_у`Mdxqٲ4=̑./$qlϲ< SVڂ[rero&a^H}XTzoUrZE@g?RZɶt #%X%}~]To*Ae(!3fE@?af,TWR.`cp"I0x+Lz*X]ئh rb[ٗt5=ww?fFM1!C_A AEġNS? cz}b`ڛG:S4f̬>~Y{ Os:} FBG4H %j䏔L7[pZaY#;G{\Zdgzb7>@' Gνl5jD}X鉘GAcHE|P;MS0vw #)YVEL5<+sc፯ 8P{j*;ۇ_$uv KDnqӾa?%Vs4)RzzF=V2hJR6֤RM=6~uEF0X _{&}vUυ>h2XS,ks9>$}<9JJ#Q*tPْW-?Z'C:3 (Rr__!pt+燓S!asvhZ ٸ7˺y*t5i{b8U p0h-\s$x('9з5~x|z+*A ?"<'J7Ljw:TwY<eԁAL)_w4P wMb_T1Bw,̀~]1]IT 1aO?ХRh;4~Z9O@T↰as>":wRvQ֓e݌ u~%X7-+Ë &7$s DcI'S"8 Q#^,uW h a˥y92+ֶ_`^ˤv T{x`gqOERK1A0 倍P~&"9 uAVgr9kVMS@0&[v -r]4WCۖfʎr/wm/HD˓$WIx_D]=lHC62`Q#tpLyB ٴJ,0) '.aϋb y( G65 *5mI,#ax|Wamu,Vk{Ź3%옼cQ=M2m9Spv6jۯqp7<#%y%޿UvσtL䝊9Ja@?髄A]1d0:bC*m2^ )vY S%0 $$Zվ= IA\ȤmN ! F%鈬Fh Ea5Z6%f;8N ZLF ~p5t%n s7t95+␳x"+M0XrIE]0:E/d%ר[mP7YE*(XXfS~7D 曱'|F_nfRT| )%UE$u|0D@g56 - ڳ*ى s].7Wóo1#| G< &!||BOJ#b?aZ?W OsUJͥi]]ڊBIɡ,8ȣJ%y&o瑧 5;tݗlix4l֪XEI.`€1|4WjHeh`}F$uǧC$H9F<.3 (Zv9;trzVXw,xd :YV Üi\u2DwD.xɅCO3!̾mMV72+2ǗsV.S<`7EFtdhA P> hARN{ \ݪC M(ZQq}TRE}T-Vy&I ekk2Eʓ^ o0ѬpA,rgUj#M/;:x d5i/vd5 o[2Ձȷ{ц&ڼ !3,l,w6nOq̹ 8b_$.-h<-=w7c~b=ψ\kmp -FK$fQ<#T;K(2)੨51)pa_LŴVZq`ɺ*Rk8B4qly仃oDvYg`Ng}y2u7l)ekub;T]i*/-8~o_lH(QKm9-< F 1=%TL y;f2p̢SM';Kl$hczCx~_xQNGCA,{-.6< +U,B!էuܴo?NЃ}>cM@O3΄z@ xxj5]2!tBKh8-=\$g{~Sz6}gp*C̣RTsK_>s"\w?CTu̍Kq흵Ys+5z + ޅOrEˬY oz ȤaEzB5ϭ'hľ"`HO)!֙їb%9d J0c_}b}!]x,o"1ҰK"J O5L.-c֖ߥث\9YUa,!W8Am+9qPݞ u~}@cG (&O ~6>I395=ldЮC/qe 3[ucHMC/E^^DRzW(8+-9q:fZDIF,Ǘ#?2B\z5FlW痢(XV<_ { BCl+9g>ǰ9TĀ[}qn/dC#lWSr>jdj,OGӠ+F`!3u`E/ads(`G&{泧Es¥ MXs.LvɔM/'\N~D橥"%8ko7 Y{ ;3@ۮŸH `-m^\I 1"|7T6{EY*15>y5*J: S.?7 ItZ70v1]Pѭ쌤Ν<lնs'*-jo(R _]m7V&:չJtёXIBՃN/:r*|յt )%R"RϨ+`+^S1*$4uԧDڢVYGԗE`J¼Vd2n_GIOl'j dKsJn8.3Sx:~ Z_v_3$CG<@`)ICX<%H&3:%#"-[$rH+9jP$ۅf:X3c]ux:VNbgwQGz# dw)dxˣvȳJ ^#?5W$WCjqg%X. Jw4'@sΦHJXRn#044qԨJJbM8x۠W7ɑj \yBGfX{%ӽ~`{u{6"pEmh5{cQHbYD[?pyЛMļ%|ht8P 馕4C%|jc ';]mS:9{YEn+ަˑ3FC~i}.]fU83ݛUj^; l0NScH\\+ujR26~NES;fc|QEٿB_ ʰ~qx Uя[+jin*%daPf6 H$:eiA86rnJ;U ZY8z= F r*; eJG+@΢2 $N?^?Fzw~ R%= 31vW=p♺ ̨AҪbfc@qL zpp/7*zU'mgc7t} 61Z| ]EQeeAұy ,oʢ@YL>.zG* {Wm̼=81(߅vMez)Ňs46 V㊟Q7#{";U_+!ՙg~ԣdzwR\MKO5C(3>S36LPN1{~cU9m% u,nDnWcYXmYmNoUoP <|R'lv;,s\\`H†*Vn>[Vg4!DCf5ɚҤr[WF ^%shEbCV,:A,Z酅J'5iB8uM_-xXh8+fN\ b}/mW^#6V8_lQ B%]Ҡ *!1%HZsE "&K\}xQef}eт ˞|Ie셩̨ e/S+Q@s3zwygaaRZͪfz~nc)mI K ā]eXǂ|E' T~kOUzJADR~b#%5 7dyFGv[~+dĐT=ސvâ"2xPGVψn v"~%re2O߀6O@_Li9zJx@Mse.tj̍j*@]MYj\HSu%QAޓ Ymu/_&aeR # ] ?_[ h5يR.I;(=hBh<#ZL @crN^I 7Q=*du0Y~!ʹT/ABjpPLj< `ZSLz9/sC- t oyʮ+h:6P6l})|kېπn2zAʲNPfmzQ3i06&ynX;Zd:da[T|GҤbsqz NJSWd% kI5xTSk.G0Aro5-e۹@U[-Jhfn*(PN+ Ǘ[A…{9 h<2*v%I/#• _? i4+-D*޶*8m﮺Oq"xY_IUm{a4?3lQYsziլoپv%Gקr\eXqWG)*3q2[f 1Vn<.":|6§D_y5<,q0HJpRdDA*m%]óxVd1ؐ-V)]O)OnsXMV]oYlY)voP#:3‘;-NAEC3hAY1QtcE**8 _}>?I9}"5Lcz>AyV)x|4C#Cio#DUDWGՃi=)dE)_S ܌JCPX~Q&m;>J_2ЩwUww总LG(^AW ^:61$r[ y\h+mǢˌ*OEuv7mR"[3 Ƅf>v "r\Yn|E=g0KЗn{MlCrB+x~ aƖ.%L%Z6|j-B:̰0$LCY1z)q^?l9(t-HÜn`\/8 9PO$n3f6oRsY5Y2PQ'wIUN43K °@9[P apcjӖ[R'A&Ǚ6nrhը\F=f޽@a9luk.`<ym-k$QP"I_tiyA5-ltCC"jhR+4H$j:g ;V)7j,uل9E%5MWQ4Ąw3*ȧRϪM Y< WWpo~eٱ!|?ʧpgT@؀kKӁ-[:e_:܇6_)Zsr0``&;1wMU}eo{p \:숑nt@Z2 1GY:4L~gf!g@IeГ;; q>mh Az`"*Q;\k'"RmQ9T< :%MEBqb* TxʓnJݨM YV\g+}HN<[,CX_srCC5Ĺ~e<w&s 2Bi{Aai@.&јߚװDz8h-i;1_MZc""/0ڹ1bIc֐4Tnc{@ya 8YVl]_eM!g5jrs̹Zi6?蠮JPۨbx~'XY|\'ZI\~4ASNcuNlWa4ÉJd\<]LRtǮ6:c/[Y0HI9O3}oP"gM}*8 _U6`$ֻW4syg\+EoM3H 9c&:pjsUn<#9^zt/L⍝ 3JMdj0/xyi`+:3[8j$cٸф_ц#T],VO[ӆ{+xR۰#9Ls벛faIZ{!51OxP$ sf\C /x<^^kGšzuP|0,iFMf^@.TI3]j sLS#,Tx6CaNb3VAu'AE!0luu.OYkӼw'+?P0h( zNpWX >en 7C<˿בxϭ[N`Y΃Lh:d[$#ov+AlB"B@ 9ؔz ROL-)?3ȋ\AMMĂ,5-B$v+ɐrh@>Hc3ǰkX-p*Xd;2y*k=g/=a%?}rгW{gr1ĸ_ix3KLfMkkY`1Y CF U/| fuhYZjpA`*5xsmax5tlřw& MFLA$YI =OFy} n HBKjCa SE`)إ%Й::K8c'6(9qdYZD]uJn$B)}-\"=mхן'֣}Pp!~ɭy@=߷)2Ib".0/.€kX`7.p);dh4 (>g}d'=SwDnI,#Ns"MgנZgFƭBb_úE-d~ Շ-l.{<ŗXq&6/=?<<VupApiTG0B -Y /Y%obgi#囐EKO%ϖ'j|5WdkیnJnU8Yty֐9bG*YP&8>Am.C1;vtk() [,ƺo.zCXUMZRYzNg_ܖqXO-$E.[U쇱$@"?Xo a=M>*ȮAK <oc ktZfy{Ιpv=Z]q9W-7 s:}(r?4\R r7%9UE56at(波ivAIF{md{]wx'*/ťhpM. +^mć])---) G&NSs @JJiw%H})GHiC%r0&.> dp+ԿzTmLV +ލ 0(%<SqN-q-m/^gv'}j4;ɴ gh6nZ"ȨDځwq%NlfN(Y<&,Aۖ`St`مm*dմJINUH@Jwx5)]}NL%/LͤHrzC>M+2 d,@pZB%撙i"-&l/ϊlfNW:{Ӌzt,`⸲ϙۖ0 rjafYs qdO0tlglFL T< BV%YaW7"56 >?gYzĩW$*e,%O:p;@>5R0J}sHlu TsBMYHnR_0zz2(c! Jwj}cJKn;ŗG@ ¦ R\@Nȗz`Y' mp6{EݔtQ?q'[!_OrB7)ە`jĒ7j`r7.03y {-nTL8ڵBe%0FwM$/<*2"S16EiTjRR=MN$]`=?0Sl=_;BV\t[FSv+#ĽSj8ҧ,J^ ^H6һ 8uIFP: 5V9K*L4&1o.iBp3onXu84-B a./",Gwi$ՍEkit P/Y4_VQC0ӌX>H1RMRප:OUV-QZ!V#vR?| 95LQiJ G„*"9LEzg92~gl '+?!jTx ImIO7+Zhwe.|#;֛.0=@[g[Xᇦܱk]ǀZPwE DgNL-4Ipa˛;)_6E#wޕ|:Mcp+BYPд}̀4˲̃D:gW/2x^͹P'n3uoݳoqM^Gt;wp_G<ִ\(UTds?V9-?0Sxq]_YeN;ܣZǓShX-Y?)P 4BӍ(!F&uzk1QKgkW}V=bOC"K~X- 쐺:%RӖe s xs{rչ;Q3Nj_ow!xE4,w;1KA a6if?o~SJaS8u8O/5GKqrQZV+-CƲuC5G95' 9a]na?/sX)ϊJ jr7a[f9d״}ųt}'曪VW ; 䱙V0Ytl aE]`}m9rxs1OkM bLЅ$~x(tv}{@B:Ns:ttgQ.ɔF[=5+Ya\&Ÿ)XR?rZ@f^nuX+!β(ʎ1)a0MRG>-iP4'{Cre_WxŘ5TE86mFh6ro[mI|YL%7NJTZݹ v3d gSzE{&O@|ɠS)1iއmBea9&$J13wDt>jqq WJQ}v)\1G0s::x2vT Hu?(oZſ6&{d{y`8lp=$5D`ӯ2Hu.j <9 n㠯IE&_AI?JJC po[FUݣ{p7=bqz5xKO9~e.䅑W5(J;vuK֜o'ru@ZY<s87lVqha''ޭY׉x *i2 +GdWSjlm1D 9O6ZA'=LѠc#3תBf."eqJ%ʤ[3A9\]( 8 VDF+ǽ iVX=#NO;ib G}M >).cF5ð尖jazrU"GB'㡦6dhJ bTBchjFSa)ptû3*y$[a~[34r'֔\(QU&@y26p3j^ oL8lJ*uQ/ 4=JXiwDD8X/WNVR*kD*8E:Y!E#AE,%gim}0(Bjp=9ٺJnӎ]gwpQmEs;EypCܦ,C޻(H4y9Gio gnR<@&tw? w4jY shn~I kxj ;n5~|p3eA .Xnyr/'?kFRYW ۜoN$ ˦`v@gO琽LԸ7ZLMPeW@oOuC3JKRX[sg#q4a1A{zkO홱Lk<}}(/"9M$4ڑӗHDvO0O;ܰ;FEA&US|7$c#5-o}ߜ>uũs>&#Ӟ`chx^,|_"E`2%XW[}</