libMagick++-devel-6.8.8.1-37.1>t  DH`pZ㸋/=„6qhnAǸ _n񏠅(> //,uoY[vnxG4(х, aSze@Ri=%Xӧu.@k{"pw%)ү}_Gk5d*NEz*2S#\Y rpaQRuF]> \vgk]\)\2s^#c<q+̽~dW%@;V}Dؠ_ec֮JU^ ,Ԝ6f050b9775506c428fb74bd4a2b557c43dc98a5dfƉZ㸋/=„˶KGh^ه^`G>Ztc¿{喘_CN8@4A`Nwb ubႥA\!a}J=o`>![ <0=뜄jGS}@$yqm]y[pqw0mo7i\/)&bDOHz*O4]I$(¾ܒx'%€# *ɌnxX:kmi;|Mo\t1Rn>:d?Td ! aTX`dw )) ) 8) )  )  ) ) Y) & H)   ] (8y9ty:|yFG)H8)I)XY \T)])^ bcLdeflu)v w)xl)y zDClibMagick++-devel6.8.8.137.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̹lamb18T7openSUSE 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#507728lamb18 1510132921  !"#$%&'()6.8.8.1-37.16.8.8.1-37.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:7471/openSUSE_Leap_42.3_Update/daaf5a34caa1f1bfbf33ae63770effa6-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<Ƕцcv0}1?`] crv9uiȗd&R*LG_Gu L)m0;p/Nؒ매 f7{Jf|R )Q A %0ԉ{ՉZ\MAYcM׺S kZQy]!P#C F-̜Ꝗ >R'&l/ږ,[ڛ:v[ߠYx[A-wxf'O:2 . ;.QZwaM=PwO"Yv c˛2faGҧC9GOU81RB7=/s,m֖ wD T6e. uڽv vŝgy+olq%|`A#{X&Ez).9 &-7:iqJ4.sFo]Oz6+1F--sri%dOɲ0?SpU$ 5p3[TFӒ1HDbz\,Vt!*$A8pIXZ_ _$Ӗd&~>cP"vWyE%w7"6>HvS,:6蜷9%0Х6-1'x4_"m ]RKWޠpQZNВ^GEw=oyqIYoz{fctU9"Tp qd$ ؼGy^1B5Wo[[鿳Wq:w=U,p{mS nLa4\(u=Nm5񋽡5I,0IjY"?Dk5$c 2Z^r_/&*d^F OK-"/[oN3)geRLNBtrLd~>l"hkYbn$a.Cmj~p9 3VMJvD~ :/-͌{ыXϋ~+apދQx46mi j`7ҁrL6S@, Kc 2Y2]IzqFiX+fnna1Zplfv4_L]RA qxXPp!_Fu9(o)+ !?CϪn<ĂXn-?),ڶ^?v=˰h::?&Me\Z9V49)9^);@'',hmU&[W8qjdsbK,.}8^G}v)hْ[`G}Bm-Lx' T>4!LV!͸ 'g2 mb?Kab&Uڭ+=a0H >\5[PlF;M5Y7F*a3dGoOQ# R|Qt;V~_3+U(sGUoPbta0OP98sQ 6[FKtT_v1 z,׸~IR~?J tOCG41O갯szOcs݀a:cjeϔ1w| l Up Ld5tHT%ZI8I <#,찱m.Dn޾ٗi`h^/f(D%_o_h@,Abf kSeu {ӿASʎsTqb.D0ѹMhȳn>BqM }ˋ)wG*t(4Mӑ$8s ыKj; 8lɦ ^,6 !=u̴ ӳSmWz" K،()'Lx)nK. q]"nL\tk8nFt|^aw+`k K~!ΐOJqOb6GJN#۫a8!Nkqc{$=uO)7ΚHQ˻zŨPܧ/gip ^ˮQ;?neov _6%MĘ(4 ''ܝ8E[~ :m]5݉egXb7 ]g(f"n]pbˮ.".5rCKAC0D_ⓁJVE{;7c { &jFEMZT?V >\'[ kGTu݁R#QKכMQ_@sNހhH\Xv%eιzIlpH/p6rHᷓbR| Ļ"xz~. ?ZG^adh&ןYΑ= WZ k~DXiPڙ`gVV$Z={C5v(^DQud w4(=xv>T}7Whm12MfԎ5e h@ <ހ=y W ku3@7x'H|b@bzOJOiY w. "R2ŒUGtVP<38҄{XQyf>ahԴ@+q0kv^rtIX2#YL=mqC 7Ǟ\Iϐ=6w9{~9_|N^I}+:d7B. +YͱMdh0LA_Sg!]2 lWvQwFlj1 y恫 U"9b0L79OlUHbUaߌhE cy ֐`ob+Bo(A?۩CʇzZYࢊv!m<$9q i, MH ;n,N:S"}2'qɣ\KU]TxUqj<)~I Y:YRF9Jn9``=~r<_ Y᧰9II`dQ4dW% Mq x6 q ڑ jd6nQ@i9v$"'-39{b0Ӣx?|a$n@*iVFs}"{%m TFȘqPhvM 'N՛X>\>R+n[ GpKR&R˶[`/kL gDsX:m ;o@8p _9lBP<)mСSu"">sv߼WٷfZ!o^qݬL.WvMfr HnmILpt7UMqg+7eG % PLDNl8*n|?~"`g ?ty!JTzSwqό"^H੅]ix{jҾ U{8o&{O^2Qg4gQLtP,u~F(9y^`=A-ʬ!~-U&p{8\gm_v16eV ͫME$0]We{Ň8‰9:1L^\G!-Sn<[?EhB0ofcQ`<IuY#RRVJƼ621iKg:`?c1R̾6J̀:YT7Oq0Xܚޟ(@CڤWERZq8Ic{2Gv'ѼqW2c*1G͆/l䤟>!1X?xG5hCCȋyϊ.V={?!lYFG:!de?IQ+jqߔap V(6p)Cek>K8 ,Y]rO9Qww(K4꽢` zxNzB/P n^Higj(6,rl b3l>̦}gjt-?4?8 8]GT}&Qڻ!̡Lf:.$ݶ8i4Wy6Y raƀ5 wf᨜31gW~~Jpl僆=mZ{'b"W:>mhaG '9̕jAx9+^(Ìs{bE/d c9*=[,rOv(W?`qbTE7f1B~sd&ꙗ])]/(Cs+sRuL^K5I誆Usbd%d95/k;Y̅VA4 6Iu؉?+{R| N*,njZ]/ֵ"60lMA@ |]b˂f%^߰W[ъ?B=@Oƅ5sѢo]6} |9%xzIH8p!0ǫ3._ 0\uOk`QB@K R% 4c91(w6C̙] /jq k^mjba+1wxO#97b JJ8^N +!(xE{ b&oFNM1tz,Sz|ӟN"pT1\}ngPȏъnda|Gĵo%}Ke4ו6WZ߬Zq3Y==NGr'bƝ} ?6bɃ̀k!'ǻ#3bt/"(eeetnFTDU%O֡ oeP_0(FIN~:俬*8yit KO(ei@tO=WL,Φ,2F;30{AfcL+L UonTcUl."\+Epٮ`i( 'ώvئ@EE}3PPHJsazxیd dީ= -))[QtC-d9Dρ`˫@ߋ\jYjx'Bjq)/J㩠w=ۤ@~Uz濒`ZQ' (e7h |P>t e7 w%Hf죮=c2)KB7"Wj鰸BGKXhlBGZBR鸼 wEvLu[U0IZK(ԣ^(+M1Ix/e߾rήф ,[Jf5և!Fc3RtTFevO`Aݻ|w>+sHP:)8!yJm}ZWE:*ÓP-)s"`%xႜBMǧ!Ȣ )>tsWе'ALpTN\b=.b<ǂu>*-;:h&9`Ftctw`M&Hp^nחmr e:>':Hqr&+]6yڼ-%:8%ICRžҴ>Ģ[®gU4U->Ϻlo5*b=w ^E[9`T荙{Uh{/k+jhE9l[T ۡUv#?ʤ7%d)QmvAލ"qRGoj<!2ZnHLl6 <)&(HcV[L0zLl40i(1ѰVx o^eNw "cʻ_s3ҁN*ر@9?&|z+uN}s~I$ +f(VZf4Ȧ]rl]w&B*v&#q~_*n{v} )^2nw:.3qJ}loƶ1IZ&?2r|n#T#f4-SKz('PUCmͻ3XuTLdMUQla^RiTdؗM S?Zc~e=VP 10Mz>gWYx߄L_h.dP='NqX~v5i`2j%̓)cο(Uj,cyiu]{&k'_A@*n>K{J 2,%'kha}2qN_yZ|8Yg3{ҞI?P4H4Z@/4EĪT ;;=P ;:շwZan>}A&ިۿ:Q,8!~!yh7;T~|!yTp9IR!:µm/%ȮzAֆFi ug m&E : 1x*_P 9@tH-3G.1 ;Vk/&0 16~8Yً0z-Ƙ4pUzZ,K}O^"J˱8ڐ=,n0Bitaϙ)ǪO nW1 DjqK"k:#C}%%I) n?pqS~+DEZlbr5K7mZߘ 2t|2&K>ŮB+_L,ȶ!]z^cU*yC'+qxer=1aN+?q-]@ o7-6ItEF 䵙0"ٲ*{Cxt<9lh|Q,45w>+_?.%{1.LϳIm+8C\yG%I@?OcAFKڟ0*e2z=?3k MpE$(p bWY* ŔꃹQĥAU 9(^r8|"qYHP9A5I| b.T{N Hsc9v_/jF_K\IFZĔ237 5[|v6v#p_w1y!ӕؾW.8 [iВ,I{IOCG-&bZ6Dm7q5YmZkK7\(J% $tQn4 xcPRYECAPEXHtTYp^4w-wOP~(2K0tcUcNh[Йo>هgD ,-ss@YYɹꢂkϜ.JF9H u-Z`Ll/N݃GV.FD4X0Sb]/D 41kw?vN BTf7ŋF]DXd\}KjI/z%M_Es)`5nA=cWk-Q''ݵlҍДQtEِ"(%AOwւD4y!5vHY- 웓l^2qZO0I}}mq#՚ JXzH9]g͟o]'<[QWza0WGlF@UM&Αl`ޔMzr,d W{3MFKZE\%Ln1)+[㕂sl؁W = 7] (Dn5tee\Q}K%2ͭvod(4F UK!I$f$X%"NCg{Bڬ~hqs GY1fFhu͚s<;GYY x,X62hMAkou<ƞ:M eZݝuSXpGF+MPfqP  DRS@{yx2Jtlwg#V`=cF4!ydeIKcF63PyLd]zu 4w2R0*1[%Y$M_eB i5㫶J. ʜJ Zkoaf'vnt/ = 6{a}F9[6$PsEQ-^ĪCRb' MX;Hhԛ,HL* ) C_q*JǤx07i(Ȫb 0Z߫+5gAی2WدgE_Úo?_4~.^W#cL.뫘oKM{l4%YF0Hg{$3UB|s` YX#3E65kz3HΏyC"P# ؄-UMA":H4ZījT8/y-yShw Ǯ$\aiAfzKĬQ@zqUt%f-s5_id]{4܅H5#) R-z}sBN*?ׯ X5e}|eM|8Gh63&É0LW oͪEUN,&ɤ`hX_"Q~wZs6+$^dqlVS?mW{uXJt_!*8O:nTDklh)Ixxσ8@OG؁B(7Ru *QUShD'lR^T ߇$@&\ NVa@>[=%hJoLf[1>4{K+%au37̿$Fst:8*6uG{}έMgPv)+3&vtVI)LNdWWJ[DDAhl_P*]sF`$.L{B5NV8UyQCZSAdY reLmO:Í`jd6jstN@߶\O$bZanc9nk M>9nvIj]&¢ݺnEqAW 0FELkCsp-&*s]:z}e4*pC1XfvHj .C?$#~1ZE67B΃Јm2"-XѣmjS8(vW)Z[ $8^~BH~+G >Bkޤl|rSg;Dȹg3B'(HKM4C PFfw y*r}VIH9ˤC2pĠ\LJܡmb'w+zcd^Sa}% mԨ[1 , %%xlj._W-PME]]"xI(dc\xiqIށۖ~)A!X75Ke/q0RnI[1Q?0QJ5EGBs GrTYDeL2A6%dcߎzk_,26$, deOiJjR6eb7|Q-U=~kI~BdzLޕ5+Hû\\~2!Os^ɹljEޚ 2plIoM~lĴI/A HKT[ Dÿ_աX#T 8G<Ԝl+V$ %^$ [x19(/Ш~ZBfD2fs'][UCIajWIgtfyIɕ`g)Z/VeI%,$6q\'NX0"^LI|::%; 'Flm@ S݈+ht 6l:ZnZ3L2YxkTvLvWz6~J#GeAԜ{M2LXiBI!+:OM +l>!K#-Gei/2r&?l\\oI后 9g4p xt}4֠[1( ֮`8wzBDzPsnk"R]*7IDcݼV\qг3< -+P*PYub>Z&[U4?5=\yF5ހHgq+.충_d·/ѩf r @J@l3Kcx5;ѕl8q-tk[%H~* t!Pv90?ޑrş| ݩN4냩) @w.#LĨl/T%)ܜ) hP &[3S73FqĄs|VQ(2o\Olyp)5^2.SJG\RoKwiکP?/q H٬UvM@XA}D$h]J$JQb(rUw7)eM3 OAQVz1e\ Pq~ib ^Ō}%O(tP۶[Fܧ JsSIuݡJ<`}arާJcG÷=tFX6IҺrr2ǵFGUZ-< C.!EwfpTqc>!ܙl11R!=nss ?ϲ&'Ik\0ޝ]ߗUWqGk(#ek=kA^ "r7IBN{b>$?KD}p-[Ϸ#տ+zpvg1W(9ǻJRXs$A1p/L\px݀#NmxZ#Yv6ڬ{!@CShp8Jsx~,$_{Rd0Ni*ޯ[5Bk, 0"Ŧ'L[:Wx&-GHi,ǝ uP}';6A-ef&)RX͕ jp>^=\L ^UxnxAb?-Ak@N B7uV8~AQnzd  O7?x#*@UJŽX4HɊ La. V{ }rem>TYΣ7*-|FaѓIkǝW T2v T| qF2Mx9:eY)sm5面&-k_iF=?]V2gHWn#UsG_΁iŻ->>²hЩ'm=\Q-TڗA#jUa,e9|ԑI%!ʪUh&]\ΰZeTpdF%~N^_J0{IŴs.j~[JM=VBC=,`(g=4DB>  }~p~v4z-7shzpVhS .Z$z)eNgǞ̿mc4Hܒ)nT,zW6E|[VZ:#d+=b(Q`V1C4k$mRTM-F/B?3lj bnObޛs]7iP<9 urU$4&SHfҎ]iZkNYb<e{V3ۋ6vbm~U@r _ze~Y=OKfUPm 3w^/p%dj2o>&DGA_]Y |VA3U(yQ0 V]>ut簗ތfWC/@=sW=BS:+3:Xos26,vbu44cnd^HP@B B;K ubhOqƹP=S21%\/_>Omܕ}\xngXn#Xkr9+]`/Ҭ&1:329e1l^Ӂ1D-VN{GMK0@JRj%* |27J}&xl,8zz`CۑZ!SXTCDuz[_rgښ1GDᛒރڳ4^ݥXoɗ:%TBIIGUGŗ=$U|_oQqj3a1l$mVNt2hʆߍ1y[.BȺ/qkŏY( +Q1x#1x@0(˂/c@>sPh0>NOw`Xs^j68fۋ^5.C򀁎 *l(U&4,, {F)n}„][U7{ݾOXf>,v@-ܝLY?|}{×J_wsmkBOK1d33񽐇PE YحRb5R戭s 1Xv{X}GM n)x*!,&ͼ=\Er;߇lL>c]R@\gL={XYQ}OD 6 bAƀ)tuXj%}a{46'y6p4Lj Rk-{2p-zvn0\  !%E'KĐM|Ѹ#12Ԥ UBnc䘁z usŚ4 b_ϻjm-XACsȺA$)Pڈl۴lrTN;'U3KX~wE*J 3QvCivb>h} k9x+e UW-EzF)[1IO^*9ttdl(B1zC#OWM&33&y2;E˰ɰWK ڑ- .FBUOXah.$V QM kb7|PĄdbHa8E5qk)ѣM> –."^ܕ56#iVş2`ă5&i[Q&.ogTJO4Gh E.v 5 hQbߴ%9&UzI& mwyrNd3&Y9`=!#)+QaGȟCBġ_A_OI4 !ˠgGyl3tZDKM|ߒ[S6ĀCI|\W{ZFtץ4u-{dkحF{ISրc Uil#NZtiz8́=f0sA8~q<51כkWZENDJ#Pf 2d<,)Rbm a{-]W^Qs!qsL>GOy }oP`6KQkFվN$NoifSBQ_O\N(Ma*@=3aħЈ{?~ѽs.b+)Q͌ю'nƐv0GgR4#+\9EuDD0Q2Y0a;!!R$}WtIՑ |ȴFJѸn3k$0e%Ow ):6i]Ire̙';`I*gp®wNz-_/ICth2tMFe_ߤoJjmFIA3lp|w0lah9"H[n)Mw\uq`\oe/Y^Φiz{-<%q)5UvbyɊ3άpYRa$YD "m@۾{t}?.WӤmn(X]##YŻ΅dc|ݲBŀOs:Wtά؇G?WG}dyCW}~|$ݏfR:*B0 9L<}怷#okgK1i9J%Q-Qkd emNOӎXRvELTS [/v}/6:!0dUmB&+Gv˨1*Jn4[&t8/C`Ȕ-k5y}D(,/yyu{\ WqX,.%I@Nm/*hnX\Ǣ{=Y&ߝ.p{8(qԾ>37D+S9ЗEq+UlB5VK@R L:#|Σ&fu p i}"5.h?.q ^< L3H%WzTwgֺ"ZTJ5A5( ċhx ^4-b|}N*b~.fNs?JDݗe(eI?))nӑѩB5ˇT^<\H<p8x[ɏPePLQt1}HEj{A@<‹sr%r.޾! >=Sw-6Q.th]~{r*D~oZK-,V+^pP56s{%e?%f  KVHּ-9H2mo2-59 SB@QG}-ob4 eU#p7 )E`mmYr];}o .u Q L.AݗՊyG_Cw'fV Q{uXTRy2LfA&0 zw6'Rev!G7("7㧓e7oҶ!.y5鹚[VJ$i=yCyI~KIJx*ցn*ǝP9 :@&C p5ֱ$c!a[kxJDR& T x 8Eϳgi9=bTvXl=>MMga80<{WqP=#)m Uj`3̿Iw;$'xI+5zДKnyg9%I0;+N|8Yz*4:~OkTt;z!Ng/.ޥ`v!9$܂r15 ?):MAB`ȋ>&{\ 7(0j%2SisK_7䷖oKފY}M WQx 9&H?<}/N4%﵃eq YfiC`&ʫ^ǪT.hMkfҚS6&=D?^[TItW5j:W1d%ZWt!*Qwqم)9i]xPC}\RM dž!#XM&sOcCV<,wɎ7֕w{QY7I2k.kE/FUCj~ok^>Τc84]x*M!('N C!% ]VF1 Tőfy$7ߔS o=/:9]p'!VNy)I*liGZ0Rs毖R6x#Mo0Fx|h Otm؏34*󑔌Ź@2Now3uL;X 0)>|o{kjuD#b+XKa=#FVFZNva&D )5|ǽtMϳ];?LU-q1*Dq@!p@TA!,pKI-ꪇZͮ1hA0*2M `@y|\Ih7M*i{cq851xv1mDZP@^Zj-.ޟkA}!d3O]=v7:aQ$Iǒ^7-Y%)c+̼tHߡa@ŶˠDu."n7puS􎣜wEdn>J ((I!ʡPs[alHUȏ.(묑d<0_#޿׋{Ze+2Y316Vrѐt"8+"`B6|݀#-U%qU89RaVd-=T&sj+k}Cp߀6UTlyDRhC"kDlVw/kO!?Rqs^%2B rOu@k?W RꀴEb XE.%IsټRFI"Q0Dٴ:DVC}knn͆hTb'cŀRECq h"ND5/{\` vW>ðEXΞaej~upmڭ3 L"%2E <`I{ `)a1\f0vzś>E'8m,93;H\؋%1_`OٟAXrD#[Q}%x~3?/l}2zm0+;*D>6e/kTƃ~u[bdފrMrp=lv kzRT|XhԍpY,kCl4~`)4,\^F;J >Ekk/P< HLRu|$ͧ~&7g>۞:Aړʨㅵ6|]My[!tԱhVJC|R3W%RWDb zCug)h_;ALʛNg f45F`6nͨJl'S߿N-}ĽI`ZtܚVafjfC S*DK^`NlUA+:.Of9G&6芤fBR<fW`ݺ?4 qZ0J c]9ɿ(տ%dFXy"VZ2%&ĵ)@SR*a&RE ![B#bt󌍖fyNtlW߿G/2=9I4n X$w><%#dѩ<k(B"8 s+M9d*)?QhWDB8.n}A!6g ]:@݋umJG[^Rγ}vuF&I ~=l#pigU0>F)j*sm@7 EKS,WKg$ <\k&AyzokVba}z.iIÖfN/p % )qsĚ|UEgK36E2LN_=Hv׹BMT?wkQ-u@,3{" SUܫK Ad[Sw+Jʪ5t0;M'$ȇ![s"㡬6MSw97e ᯭ{筶cCoXY2>_CԎDN\]{AQ:r+idƢ]?|9f^o*Qr{YSKkY3¢eⅼ?c.2Ahw4M鴄S؆^*-IqqT, ȼi0$ܖ k,P1l/Cˇ#>~XVAxvV-&)xq1i_0t YJ*MN^WhJG]OkP^4|WGLԹ!o6t=nb=^Y vyU~Fn@t 7Ƅ@;DPQu'AE`iRM5f5;lm|{iaR_UU%](4*y  O, O/~f]i?|s+̠=>Y|~ח'[D@#M(]f ' Yg dߚ6l# 5>ͅc@BÂLbM*l0,-$M@jLS =y*ׂ'$,-U]f֖r,A bm W=E'jռ1`A.oPFHmtǫrM{u/{/K DVSa0 b/MfZ[a_ԭTPVۉ>}2e&0>TXʭaB?'& _~yɢ*Y`#1!Ƨ_EѤ`Oev $OKj)WW84S7q<&﬩Ά ??yk󧛳\襻EY`._hwТ% M" ڭd^H{6<쳉[,(Rc@ྩ4D% N?'tC$9 V/^ƕ~<1q<)rOxB¢8= 2]a@BaVOm~R5EP2:x~{rU[Mt3dWuHRTY5PdW> _WU%K^8 A45Ī~vL3qzo[ Ĭ8,& G͏QzB5YƇ>빜RM۬SRCL=Y?1PM7:cr^SYtH'riO;*(N8Hf٥)]#a_5VE{~ 1E {|#,CX<9O=IceM$XcE!] T^O]UεwE\{3(o͈.xڰ)}V BHX5sq@)2[xUl@ze:\ݠCI5.JEPONA?}a.dR@,:/h&npҨ0p_RVաƬ̢i~´8~}+<}wZgQ 7WJwc8X3qK]3(~c 0#w2R^ˋVQorU1ku*k]l^o*?]F̪l@ݮ*֯(1ãw+n29oݩHGc}} xS ZM@T˰}Ry>~z?<5bc%Gq8͡<"s|>zJXpןqѺ3UN[4Jg5/@4j^DB5*(YO% ܿZjpP9YKhB7%%ZT89 ]u/ K'K^8-g0^5Iß-|sHBKN_3"ZFS]~6BAW+4(4}0>B†#i*9d a_.Tnfk/gFOn1 :2^i )(oI)hhq6{I?cv\ x"m e 6ɜsiF_`Q |BBcZB" 4vhVP '_F6-vr> kQna]XtV(%*v|L0UeTP9VԣM?cK hlFk|{:yXSaȖ6qj^ҩ"+gAŀ|TW卝{g}L >gFUFf<y*sوJrل͏`*ؒrLGz̘.M_:ㅃۣеݵN,%Oxhxuss&u9+*\B`mm$%MҎ"H1,Qx裨c8yJNR!@9T)1k )c9xC D] Q *֚voyдS`Џ2j9tMv:sRβ_YvVq?E[)P?½STyjŠs0_ VͶ&e z:*f&G'FQ?e yX/6DAu=HbȔ~x]'fuYKPc1Me԰YNR@#Y]3ES$ĪȻH\*ˌT2b=#rCFF ս`j'.&$`#;և؉6%L,NRe 5g}CEy/_Wyڵ.suGv 3.L-u[ GL&o@l9_2r,"H k{3lͲnyJeTs%_\_av nxj4@6\pH1$JHb8@eUv•{pX\e 357A^R_;]?]ivkx:8˚}z^ƐUFQt#\YyfFЀm+VtA&aZNR6 r>sȟ6VWbc.!t8-EEْXQd `O!Qhg'(MShu4>C&4@n  TNF"fC)ɀKOwpؿ݄8dc +ed<18H}lo$U;qbK'*evѴqz|߂M0VW'- WJnP8(<@fwn=)M@<:ݎ͚7ӝܠ;>'-W2qSOsϙAys"cNQ&pY'/J' j|QXm:X<Dm OBUb!F%.Xcߩ7Fݮ"뜯B%@6ܭ&xs~K^rXԩ{aK8HK^:jEilrF^HZ &CF)о4u`lN[σse]-Xe -/a5 V)Mcu!3+V="=lSLWNӢρȞa⹽,uG ,+^ {fyzPWb͏\eWtH. @e"cpl“DeŴƜMVj*+̳T|BEmsX2(.pnVZ' Yyڒ8rfzO$MVrwhԫk\) M"Ѹ/W}>5i U_UwrGؽ&*t|{= _?Y3FGNi&X(q[şS_;H+̎.ݶmkg  g(pKL1Yif%Q9n GM][CVWۧJ.V8ˍʸ))M`¤-EG٠&8B tݧJB*`!_{T=C2lۛ5wIeW8ғQakr uFߗۏ\dɠs!]}i`=1Ầ668MbpD;jƼX8/kϲ?L^~f#V<+;LJ~45\QCZLK6g)7/ j?_(ir3aLOEORy& K ˟`PUaZ?xS .̙V;CB]Ak¥A)CH[Z? Ѕ]xL_n5zÎ\6Gϑ~;6T l~hUOK`v`l l9uG`-ob>o1Q񿅆NȎG.vd"`@ tAWs3`,gWbxP=h4YSˏI Xxk7URF|+b )R_۩y=<Ҫ2#֔4i :G˞"V(]ivޤ9p .?h\ZyXtñv.R!҂ZR*DPÀ(GDsr -BZp&ØKwֻ(iWT!xp3葬Js:;A3IuN&s2>l@s/%w@iOUNV)J;?Co¹>}q /ܽ3t>70ye /SXX{Ym3$^]wBܗJкY$Tv22oV?@2"{0u1hhmd*s PF^Eird{5)H2,{S̈́WJ@q"Nqdڊ?e-sʛ(-I"\K),P&3M&w_#>57eĈK6E7GGlrSCK/y^7Gs\E?Bv佑5{ݐTR; ]WYcd$g'Zf3 [!ғ -jr5ꖟz(k7rrBf><=k&?H߂Uh~+ɒXƾ=|:8kiJEc͟3!.M<:'6cF-J?:٠GSŒAUuWU5iPO֫M$}`7:Śym{}G-xP]Vl3a^Gŀ`wܓ;UO 6_YwY8MR|!v@$H#e*s?SoN!勴1S=$]!А 1̾/mͺ黸(aFTQ1-(4⧥7+gr'^+qERdZBoe喓o`Y '3+qY7[$-^6KPUtX0X2cw[aGtX)i[o4M[.sU0Xd }}{`@&BB"5 `5LPa[V& YCBL&I rif2w4L4MC\J a÷Ln F 6¹2ܪv9FIԻwuTJEOW+gjLG$w1W-Iz`nV^4CKJ +޾>V/f ֆ(6&>PI=$]è|@$Gb[(᭺IV,`P2=wݛ ~Om!c,g"LKc-⠹VL;}8av42t,~2/3+Gt4eO:H!8|.wWi,y2SKҨtuv?Sb9ͥ?%]_/Ѩנ;#<7t|bfἒ]&2g{ `tXIG3rSz6:G>)`-,ؾVtX/xsmK}^YXE/QLroY ,~c ʗlDVֵdO$p1S :'0DNĆxa^pD+;^WM<&!/߈O;w]h5~V]AS csD]}R,~;6LQdi_#19\MjwAJMm"TՇP"ºFEQ6_YkH;Ji2k""UʨE݂cB $H s= -pBʐd& 5ߚ[{1ߪQTh1zƃy Ekg WU {V\E\H]Hԃ[%LKI1}%-]뉏fw YlXd.%LMK ZBGYѢ?x Q S_udua;ZQ}rݱnM{6ۀމn 'KԺy:~h&q3wtfs-nBW晛V͠<Ƣ8mJMR͐Y߷la)K)#uҬ|XS)3Ed&zsۉ)ɓjֵ5dnMۤ~T6XV>G _Li''S3-"3 wfq!>mXZiNdiDu(nB7o.ɞ+w eأ,*iwL*\'L  DE̝ ~w):˾GYBi΃Q S&,"BD*E\߰R;1mUp֟bu[Z!yf擊&}6+b#GCYw#akMpnզP3tL$B׼2ͦnp¤ef E)s#tDk/ޢm90$D NN9ܕ6ZCb^]PSt/[tK_:>KRs <_^ N=OIϢ9ʕZW=ΉK,v۞,>qAx0 "K!~Mp\7ɊL~]w/D1VIڣcAXbx]Ͷ՚4tO izt&v-(CxVi)@K_^}W/'v%u0w{IQX\d/.ھ_ ,T4"&NXsS_k(3|{jYi1:) $7$o%tӡ#Mn>>.^al0.zkʑWPSKG6gk}(""U$8nweˎl$ܢR2 \'ṅ0$&޸[AQ;f_X8tpr]/DggAhX)vv?"`ƜVÒ ]v)g@p$jzkLXp>HF!JZ˘pg GAϤcL 6|_¸[PFżۋNyuPl-iiI_ Bu"oI$<6dg%tiMǏI%f~4VTC}2`Vdi gZ:ϯi烫';?kBU4x|uTb(8l=?ʍ:ll~2{!W/kUNoSvBEՍb2)a N*^Ȃ'I__ *=BgHi$Ҁ'CLbwm"B HSUe$}maRVo@THJ(ŵz:WS' >b=)51l<,c+qt5$_E\"?fVJ$BLOulW]JM}i\onTh ͗Jq[90"bTKؑsrvSd0 ?1u$:%6%s x;ZCP !UcicOڗl)<`]G01*˘@CnjKMG\V4sO ja=-(9J w FJ5_H3KPYI7s>;,(:+W]KAS.7f T-"'B @;l_ZMQ_LB,j#8:juR[>0V0ީHUuAUbٶ\8 %%h$6 Ѧ)*&퓥LM7W&N4})Y?@:pF'ax *Za:;%%=M#A?c+V8b 0W-AS>ì ),Y|eOw`bC}M .W 7N.x7pmpyj?3ΤۥnƑրߓfk%l8:dAwHݩa ָ@  HUkCƚֵX/7a\_CV*"zrP%lE _^m8ZB2R~q&{ D+tFa33^qXt<}<0(V!̉i>ӫCQM/@sH+EEQ?3 XZ3 L4swE/k_/{b88sZ"4{&Jڈ1Z#[పCt9CC ^ARyʃ,= '0r,kХԒ3 2[$x#HWߢT`s)'&{F|HtO-Žҏ8`;1!!Nji5IhYL\Ɏ,s⓸$9JDHǧi Ds$Ywɽ;Q. p>{/qPz!s͗+!Edg_I3j_Oc$O "Cp(U,m< P8PuDr#5>xF}l:H3"~aqzaeՈ-;\Z;׹pf'PD,z2ŜW2z 䄑VYDz2saK}G䢎$ 'M8GfibN "F,W$5O6ڬDe<9/ŤZ clg 47W+nIO!X '7T㹄CrQZuLyj9Ra,$.S}{ni`J@̿5-ޝ 酙R5-#h A5 V&nY ?P35|2*M`ǡTQdD̎ .J3BM)Yz, `kX`ސ>:^{ 9Ͱ;$ԥp",*@b;łSiY'?:5'"व"NJ&6F1o'&.!g# p&Xk; l+odjjO{KgyYO>~Ùke,ej/Z@d$v3~YcEXةt \f.0=xhɹiUUl9;_OWx Ukba]2%*"#)ݙJ{(gO|3ߌXޣsއ˧nS'ciUff崆)f`G 84eK+3驱wmr}$\2spfO5>*$e y)d:́} )jc>N]l==bmV>؉i[W'Qu&$U͊{ Ou'9BD\kN{ߒNI?♳>ꪅԻQ: qVYW ֬S6ka:<;4eZ6T>Hg)BuH"H#v&A. %,dI}~WzE?jˤJKj!F7)9kfP*dƣ1c҆`%#1Π5 :Z:sOrL[1i.:HJC$5];fxm"R%IilLίyYҤ(Z e K,2Kǁ nSƦ 㢈r&/U%!f[;uG0bo$϶gX^Es# : y23O,` !g(|,yNP} j_k m^A۵k(U2l?cCԮۭGQQMxNWҝȴZP-QV{(YƔDŽmQ6rupb{ hWЧ)B[VͨxD<᲋47QyAfOo v\Hxܾqsb6fʏy #._w 1iXӾfY57R8 8!R)ثLJs72*w&E/klI:ԽDJ2F8(&c>Zu!I5Q= 2mp2'*:mLLcWݱ,o0{*IҎ7Liǯ ȔU:ajL%}-[sDkuWW<t>NajO7EU~yZF Ms5#a ]y{n sg^6xU$7th {]o -P5Cə(T1TqC(j2rש;b쌃O yk|HVTЩCe=ea^,f(URS6vb3o;6ё9)*㐽׍1߳—pQJhVkEV#f9pz0p3p$Y )kD"'PhPutVضr ozI\KVFHAH^ՙ\l7YiI #yySZXb}e'8f[ <Hˀ-hM#<[\咩 5h (qԴIx$vLG!nf8EEa˪EBW8lAkr9I<'B pPh]v&9[|U>p(*Y`Q\\2xL㲰ShANT j|qΕdl[EDn6iqюhHA/iUޕT< 9Sxg޷ q|=Gf{^ ^X+;ûᖼ@Hh]1;AclW7ǚ`]Ѧ gyJ \FXz3 q ;uNWE9"H)1];礿פWwg;?`%퇏{<}ߏL[å( S'A)u uk⚛Bmcp Rƛ'&%ՊH,s36дy1Dﴑe9ve#(K8@䏨4oby[*9s"kI胔6@H~ѣ[Ӭgpth۷@rAOW|ukWbȝZ OJbRAܾ-oTkgrb\YytzofMnͧ(_یY̭7!E6˵mVs2 2F8Oi<d#wvH>_c#we͑*D+,VZGrIiSN>ajqλ+t)< MSԪ̝/KzUH(KeKVP5];*FuV#SEbq&Z0h3Ԟ92叟[wSf)O 0損x؊Wb<@1^⯡F׋og'veD#<(#mpAHvK=McK p뷺ptl­[ P?"֫\bvIJ $s|.B\;$$AQ ,3,i*~Z-z4ZV>=;G+o}T%|Di8؛̂APE=+S@ dr;Fe#LwHGrf̥@6= a!J#0.C縂;QdJW J1B !C!EnmWys@Z_GK?k"|vߌTi9"FPiPD?aj,2Lq05H,@ g'ǒA],`G eeղ 5taY W>Wx|E*٨`3جʰFDBkWU|b{jAf5B@m/T!6c{>1wx.iE6А~BLr[m*&Q{~ cR5T7.L8X `,g z[#dSBލRL}0AF:ڳqNwzL4 $b9nI顽ؗp8eD'W 1-JӠPT=R N,a<7\2׬J :#F/\ʫ`75M_vD V>|-ˀ B.#M-;~B '^JjfAs \y*wa"~Q>M4ʸNʄS4ףL7SoBS7W/ ƓMCED]iW -)-}mg O?#"-׮uOrkl& u7m& }wyPٟCsb$eeʕ 8jSn*Ԕ=Y9_;jt])]=l ۪-ׅk6jl_-͛^!$k'`jp0MW!5s.~ĜlOwc\Z™ߤuTn!hBYxܨ;j/$I߱Qh%rԲގcϙkeLo+%/cƘkl# XjY]yoT_rJFJgf&_]NSɿuU]ZE&N؎N46<э ua;)a]Zl;t w]*&@JhѯCJxڄ{Twˣ,5e voH5|ö_Dl3:E.ؗSՓ!5 =>ʉWj%'-ՋjCBoi@SB-*}OawL\*P%lM~7E@ʙ_B>n+& J)u¹uw ͽ"Y.b/1Lm/Ut{KNJߡQFn!taɯ/||}HvѤP. BheAmgΐ.%Gg=DGT~ڦ >Ƙ(nk о0Y@:I֙ <*̵g{S4εq%TUI0Ǥ6oO? }RHV'P"%`O|kyA7sIfdy1)tsqss A'^?laq3!hXfq-c I=k? qVIrdX g|vQE֍rMBT?sҏA7 ($aS{Lj [ 8]7>g$} 6}]k9cXrs ܂d0mBiC<7,O7%~>R{$Z"@uJjS>Eh?y\3 ]Pz҆7{"&%f([Ͳnb=_8sˉ(U^k.Oov\(+q}uQL? &U_L#%rH8;DSofUnL  (+A"{cSlX4:Ƿr䌖%du?ٞf لpcReHBF!-J&!Ny=SVطl%Ůp^@&yP;|Z;RE44WQ~)(mpMlU۬n\K1.jB +urﻗOVMrw䏒bZ>k^F.5U$iҘDd~*+f(lgi?S ˚QXὦ -8Gi`7^Qgz5!Y֊w;/kwb#s*no0V*Gn-PxxsZj 'W2BR-G\Z!l8`~Qjl؎v `BoZ"5wVtvmj%Qй"x|v = c;+)\fiX~J|sPs(Es5[s&o``?]]} _ be~qՆUDk 9W2)L7b)*>YݝΎ%S̋>yܻt4"1j _K3-{GTk 9-a_c%`Fcܝ(Wum۪JϱK0UeDT52#?)X%)0gIG9L)j^IT~tТ݌lFUOeXbC ݌RNX|CxN~WSrμ!<[2N]4Ƣ)ؕ-}$D=Ml71šcIvqΛr7sNldXLUS&jeS1)MV㼩 {~gm@!Rt_PB  5 S6$.oHe˩W}F;SC]L]F{wHIܜ# 8%ð"0At̸o8J.ZaFƇ/K>ZwDUJ;; )H~>飘6GSVv]TȥBr2Zn 4|2}VS!kyi{}m9-F]MR_!j`Ƅ#_<GG l( ti =D!4 R G;PQϭ:]4| s_L^=7o8aH%Nk>AS 4Jb0J)kDh1Ű{QR8w*١l_83!23P=cW`\G+n(4ҷ)Q'h!:~=y؝R辶f&t7rcE<4c9CZ2sal-dI2Iey/+~DCaMq91AuM`". Z,`t& J~%9Z;F7ڛ gfV Rҁk.u3u1dU"p/2H'&idvF_d ai/%9Tچ MMa/F~^1qk'x!L _'@l%1ܖ[y@svT !6(H󬎳xF7pK'n=5ӆ̒|0"ןTSkW@h0!*CG'Lc "AI sM2 սwど&gQ)C ꃂ iΨ  t(a- /Ki .ֽIlDXPh~qթH 7Kщ4|ՕCilP 51ZnE6ib 3 ro"ĜnJ*K D2 "93.K?|) %1`> vw"-dG/LRpk zW(-!j'tC.B TNa5bT{wp@? 1xy8z#Xmة97F&nPlܼ1ګ'F䦻r<82T){UQZ+oj2_VۆHN~. j19PC2K|>3fg-G3*4+n8MFݝ̞7&ߜ&sW钡ݗ8-+}yb*N*Dd8rZdlR(9( !c@mlRö&*cA9ٜ$Kjyfp-HE'9_/. ,WV^;noXԳżA+U^GfPy O頒jG%Vӓ_,7oɥllTK>7[4c -vW };9Ȃo[KĝsrѥC27S#YV~z/~5 j<DԉBR7>WV2z Μ_P?|;t$MYSQrٱ Bn|gG_Wؒ(E(v>$M Z0斚Pg7KDp{r}WZsl (>zit$^S[lLL1'/dWHt"E['8wcLbl:b(M`a4ڊr!Q 8&ѿ:란)iߚP*rDsؤSHE@ioShw w %ɯ%%h}LHc'vАƍOGCM^qr icʵyw +@u}{w?iO0%Rq[/ΘQi}UIr4,>meܔzD&!>>|Gך B2&+^ar(]LHs.[P]HKH43Vh /mPX] $ߣ+5u|2(3zhNi˲`Vv9/?1a[D`Z~{RIQo9%`S,7S۽I_3}'NThRF B H@9 RŽ n*?E8Bק+1xnT%{3"=L A8r8^:aܜ*vPoކU27D|i $4K@O]/+Gxb~  1Gׁۏ`WU33WC6Wץo'y'Y_*q}R`?PAuK_¥E@#O|b Bc8XDI򝍫'1 3S]aOcpeH}?vP8k9pUL$q):'ș @?,d: Us1eB&Z? PFVR97pIOl1¿NS;(G7`"lCH7yI4t9\^7h <-MЈNժ-k ߡ%gozxLk >uƊ퉘G.(Y YͯyG>N: \Ξ#XA Lwut=!B^,M0ϨZ^lvdӺEPfCޞ~P=((?闺Vy5vc lS1V#]*a3= ס4~+T]v_~˴a_5h-+TQ$o8o~ Jw:蹏6Xsw-0N˺0~AO ǼFTrt͟A-glbr3IvO^uǗkUDl+{kuQ*>Y2IGʅ*;y393,K`W8~/ A\qߪ4=wz9VɆ9{9}^wuWTRF X L,7"5|w6=| YJ9ULs$:mb׵eحP.oP^¶C4aw5/7X>#!9ɘh}V>:T)3CαV‘3mB\OOyM3 Ёar^ mudZjDFn^(azZռ z<-ܗLշM'' @} f8\D <' fʺnK8N;6h񞬒uB^ !rE]Zd\Ă$cUqvOdrlɖנ*0ztzHgen^6[$!|y&XovWv(hv" |`*]Ts ~]$S$>(oЕoՆ/m2Uz W|:RPSVTCguQ9/_HXȟN)nX0 J@&SzE.oP':' ʷZ=6>x(dk^4M h7Kݾ4t2MDcT /rݹa&ܖўsv8)N97D5D!\V.<]oUcV:JǍ1{m9R\3Y#RT%5ٴ#6?k'i+;cJv k 8'iv"^p҅PDG6B1]BV<ڗ@'ئ)YmbIj{b=8Hdj=v0^IR[p\o+.AS;>;(8#_!fDejEa0~#w PK yrETEmqMi-co?ߩQb\Oav܃~Bͻ4&ك)P*60W%Ht;z]B}XP})Bj[?lBc kOZ|O?c9T&*[ǎvf)Z]•j.¾M<ޓ'l_ʒ߇5P-(8hf}hZҙ J\/H})j+1\m< "E9&/QXkm0OʮOٜ6ch]TrJ~#sՕROt ,ߜC(5Q15 r0)CBIZgw`>ˍ4JRlGLnaes޲3X=fTD{GQ,J9oohq]6ϱC%r38DVMڊ\<Wf!*W -ݬsHNa_(,@8GMOY@fb$5{hz[$Q{'M )6oz$Ds؄2sFDj92C]K4 0gm)&2wyx~/e$Pq %.>xSJ~s~WU; L2$쏗S5"' m! y;zI051˺1e((0M&0$9kΏtD03TPggP EEB#lLf2>"ʀeT!.04ȶaw42]q"b s5ԝw@ȷKtߪh.Cxv3t[+Amnd5I|5vѕ.?!%o<"sF /1@g'`qWCx-Im0 |bG><ܻ&kQ8JFz05L?H<3S.̺2l-~[35/o74 <,IO5lE^eۅɦ^YL ͍~RLbZ> >n<-k,C]hX4,|{H>f4 \8Ud$H@l5W5dV5iF,򣿓1ĉaRD<"j(>X*P!b:ca'|B%c6gm44ĸoWCTnTpO斎m9sѧ"* sShxġR v;6s]i:s>TAp-IkRu}~$SFaeK//^p8 :iF3p}'!xPh9RUN 8V} U$aLT$ܰ3ðn$l" k >a)E OI^f7#7,mA(x&eC**_ JSp%sR0ց,l%2QwLNüۧvhsC@q0:&I5FqPx8Di+|6(٤f8IN[^N{?$a3JTADwqg'ϥyYp?-`w@ܐa Bپ<Ȉtf49Zd3PܸԻ4KgZ쬄ilmE|o'pqןb.\<7ۑ3xeg!o:1Fso[a'jӁM5yŨш8hlcە TbR.rէDV* (μ* ؛jբf)ҐODmlXC@E\tX_F{%~ /8_'o]n;I'V< |6X#Q;؂/1\YHomh͢Ld; C7E4Q] ۭ6Nv^].edRʽ}-6X`μ׺mT 7i/ Uk)Oh,w/µD%l4tNYu(_eQ-?)7O&jW*سS!W:[E'Lk%u`P X;:.s3,uEW@+Qߞj?79ǀHloʜIɿui-K?(7 ,26)'DRW؂4_gNՑǥPǛTf4,UO8&M~T lO3?|uCHl&(/!S&8]{isPyfL?yg {/e8#}_kQNB$2yyi(=A!Lj!P-BYD@լS3u! (12(DHT.y8K*D (*633B܄[$y[S7 |1Ml2r{/´W&=Do˜[TVs~ X8{;=f15=Ԉ8ɾ8>Lj=IJtsM"7(}*DT4r y%jBPRfT1$Y1{)T%* !A"nf M/zm(51Ted+>BzT.\m"ro_DiEXuXޫaL+ l#L] m_`5BWi&~DiD`%.=W_5z;>m;7{۲Z:],Ajk2}$q `5S:*WHw Dt:SnUI2g#K]tkm4LP{!S<`znjk Z%A 9{sYB'비bƻKv[ n&+`fG Yi;R{܇^!6Z:TȖbe`̡w0ƭq:j3 D5awoe l Luqcd8W 4j =E}饳}*'`0XڇUy_ T3>',ae'#7ZWp|IlWn"r ~;_}k /#yݕK"nݥOXh[28ʪdO-mYD*?>_U;䮍7UqUQ>kuad%+aݵ (E$J㬖6maQkI{YA*Kb!]Cs8HAb5B3ȟmWXXa$90gG${4џ?pw!: ӊpÔ$57NJ2ͧLP3(n%fO4p9XϹԼhl}4Rz}@B~!Ed[xH_,,.P$ ?ĵjQHr)3m5/S2AYб?rmgo ~thDh*` +=$ȘYm -ZnP2B2y6Hq˻MvATtA蓭GH[VF8'yjLYtrfvZa38i|-2`WͶf.{X `*mªj@opDm 3_ǃ~Ri ^@!db\@3Fh%߀w_#qQ\( $cBj@][@ "semFcaTa]KS؄e͓ ɋ+"lRAUUz SI.`&23.q\1%۾zjM+eq5ǸT?+.U~ ȉ*ٕ[ zeX~~lN& Vdu4bюR*x RjY=ozE5bfrpI? "tn,?nCTy8SCW:t6g{ l؊-NU/"+u K-REP;$#=e,wlA[#f`s+:ʄ~O`SJ)e ~^rh5\ *H + m=(UbI~㪉n0H2= (3Q`B?~آk&]"qcU@MgEYç9)U -5P=Āߊo+k:S?QgwHٿX5=G4ꔥpW~7* Xb Fh~HG5"+4")}_.d~j'O`fj7(B)L$ϥjl5K~|Z jc&:Vji4 ^ț>.ܵ] u9ђB1A>P w{9ɎoIbL(ciЫ,1$_4)y#L7KJ>chzHHݏឹij*Éd /+8X~;5aYX 4oQׂ? JPK#AhZXقNzuCzsq$27c@|T:cvQG \֋M>nix? {7`d.Y*97u/pFAvs OTOc@ m N5&n@w U%iQ/*ٳΝGU2 l~Cb關1c]v6e oQx- 3ױK/G:yʑ{l"8v]dtkQK8;['u"x˭ .,#loEO@8U}R`z[d:gzoxse{2"OвԗL#'K*~Qz(Lr lՎ!iŠ $i?]{JZ|M~B7tDgԣ?x4<"zl$G+!}x͌иMJx|ѩ@U2lxmnsǙI191e4;ڗƂib svbm+ƉmsDHNtoQ>͔A3j ڎ4?PgWR_#쪲"tהrdiQ3>F݉|DT7K|*~hxjtfdq=q]81|xV 8z-ڪ^W<4˲涟 1-8n'0lheMEШ!Nv\vSNhƖdQ1[Mιe$R j .Z 6Az*Ķmv[%J듞8.H@BOSwS٥J0lL͎&eD"ī>nD]98ai4˟6o\C9d'%x i-_aq*#ocƎϾE1ܹm4҄ID&)kY5U)YR L*lhң|Nv4 OW6Ɣȱ!eF@@U)(wJv졤@7b/ IVh(3 ğ T9Ň8ʱ1˕s׬S9=J7dw&?H>O׳3]pfw" O ,1i+Wir֨HOGO5`1`рSV <عyEY[Pݡa2Zq~\ٍ-DPiBQp_֤8Ao;7-Z˶.q¾H{6],&EڳƬxyXlߝK8Bu)&2)s۬![,+`ltTLV5[Ի %Fv v ‹4Q.3>l: R޷bxn,-nPNjc|2>*y_p'7:~D#wݓqބPk"T"lZ奠9nPo".vb9Q<$J3f`Wma<9"p<5)a TJaxҾOD i]HVoQJ8klթ3$? j '>̪ǿqV6ǁ؝hotDL[$wzŴ{[:.tz>fy+Xw| 9Kqf$c@ '82z?HdHWjaE'w@ A]Q|#LM,ϐiteNl˂M%,ɇD{& VTN]p2 G)$hme SsM(a xҦ1m ܻ-Ct̍kE({/a'"Bo]&[0aWZvo][V׳a=[?M|!}/@Dޚ_IoMwBLtoth6]LǪHKM5I;5 |'O"ʺ҂YdɥiMJבJޔ:4׎AQ[G FJTjRϐ)d. /*+7}p( KI窂PվِC =IK/OࡅN.vPYpLУȋ] =;mD*i@9ES5skN.9-=dA>=n5bGzl"| ) wd >b&QC)pwc(ܩm^?AkB*\lT y7*o{pKi(.\˻J:y h2*!9:]6F͗8jDy0%{ԯ,N k id\R8O)5vdx 2eƗZ^7-}% ‘>t}ڻޑ%kg|O+6AGّ7dK&"D= Owг@kj'uS"TD,<85 3aKG/'=O)cz[GgkizRޞG[ČpsuA~Z;fpJY&giYG?9ٙՒZc֊M6PBZv.f;5Y[G4>̗lgx PX\ٵ괦JV?Uϒu{-\aLF/PTbd6\q]'w3lgo ?qђLOa+& ogca}GFo,_+Z:'C " xӟ=1~eʰ7#$5Lg]q{k5v͎Jja} Ҕgci-?bn*130q̦yUaJlhwI+Yo*s h Ai+pa6S[_W:#"mLjuȅΛKc&=utb91u!ͺvogy+.7}-!e|yIN[> (TV|xc_ivBpFdCgA O-6 ߀TlF+\9nᮕKis4y㰡_R1p"a@}uG:|HV/t5eKx1ۭs &,ulF +/o 6UM4CwSm Ff.c钰_+3i2ߵդ_ QV:!=kɏK6꼽a8z"|zXew=Y'#EȶBFN@.dܘ9U +{a !6[DF7 8:Mf ?X8XJޜ{VVF!:?9^?r h`!toPӽwZ[KffSxȑ8Bhh*2pҹ;*ÂxjZT?ǐFj iʷ k`"aWyOZF*g ݅:buݶ[@Ea m[NfaD\tv9#}6H|sFJRDbC̙c<>4P+y݋<zKqB_mcRB5CLI0adH|ސʈ/qBLmXP^%Ք$r!ri3 " h|OuDi-a^&AԱZDfDٓwHzx/N̛` Y)UlrV$u}1kBqN'FwTjL'] GS'M mn>H! G@-OpgsMH6ʇMa$_5'9 ~섧5x'dU.1TQB̙2$=3ņ5<1lʤ*>|gTr0dC*vƪ=sd|'g5ؽR"w*C}":"IK;cB Cߠ?g:@od 76s4S5h,R"Xd\yRcb. B5bi.f c Իk;e4A+k# [I`' UzS:0쾼+OXL?kӮl5*x2M9Tή LʊqODBqs$,C? a8W{=7A&4e_ܔzPzu)ﻯXF#z8Lb\BTA[Zg;&c'pTq 2t`owFlzn);?t7/ L:b8 ^Q}붋 3 cw\jbHpzMc5ӄ83$[WwވcI\!pN267voJwCoH̐XFĈS2 42~{g׉[u nhEWA#ٕZDtENdьE>f{%js$ * GݘqrwGX?*bZ4N0nT];Ӷ4wQ<߇KZ;?D1nV8Td%,L':m(+L-~$F"Akfu|68( -D$[z!}QH@?`"IPca.k|[;nxmNG.xID?Fq;C 1]&^$- wဥe\FCLO\ZN%;IQ]@K (%lmˑSEP\A6gOusH[PΊ'Y^c9Kkc{9`QÊ籧G~ S'TԪx X@g&y^+@ڙꏡ G P/;ە|,P_t/l Y[Y duQ&^wQk0nJOИ#=2 XxXna UvA[ʓP!o#ߩfw3U$\~"t ͥD;M/sO@x4g ߥͭdBUrM*U|G%4qЎ6++ФUG>~O rN ׳:}%_I/8cY-ԋЎϕ6VOW@X΂aRd)WpHQE%/BacMpp>//Է-PISq^I!r^ 汯)ItL(E LfO.oǀ4,]G[7>+Xi1Z^J |R\xt tO\)SW :d}UZ*MXkRŋhʅϼgi,8B'ǥ-<;s*:MHoc9GOn4u3/ϑ.?^`=K] LQ2 =dX78KSaB 4J^{_᫠ Y#,Xloɢ!ż\JG¤C VoCG @j;tHsC(iczQP5LqFfw"4QXjDe(/2'_I[Jdb;QFsq)lv|3] ϫzp6֛*| ql7ígFA߲&s'5wF6 6KݵfLH.ѯX|A6Y~{3?+ * 5pů@yc-buw Л/_ћZD^;̓5C43;Fd(]UgF/&eղG2Þ1TɛNjJ@s^7|3Mc[lD[&7Ž e~C4@iQs˼9>=6+z (#=Sʈ!< S3 ¯)5]EXH~hv]p.}b!LIrUR;ӵzhZTML-&tUq{L j- A#mI7#h6JKGnmRЋT,EF4.|j7AP%LPONW\P/06dXQ?AiM}Tx*] 7ޫăڙL}U:Jc׬Yh0q@ JCnfN2?\ѠMs«) Pq mF &tt]m7謀*J|4jzB +0V zY? n=H*vV-Pn 56]p|];̈iZϝTg=Z"]Ԣ[e;_Z5mƵmrN2sBui0٪O;]8XN!c't|2ތ4T3aK(h`Pɢ%݈O'fKT<8@a7CTu݀v. eYJN`0kuzk׋% jP!WHf^tM2 !HB,C ö؇xr\1m||z^f9CX)mʋoCAٔ Zgt/ f8 Zlh]H- E1t&;j{_DP0V{L Yt8j_F_(;%''<4_;j̘2CqO)%X!{׵l] ĨAԜ,‰+>]J[VP5L&5lg.,YסƽK A<+s\eՋ{ICKl^ 4=pO'dHt}?UA>`7& [c9 ݴ:Z:f916oz{ѥd|a11$nqV l9`vXxP"QmYjDAtLsdg<4,~|lQ*fIxmKvM*|:8B"_ AoJc > <*VS̮^ks*'u蚫dԴǕA(_J>ub2#0ӝ -~ҿ4^\ f-SB"!%AFdZ8uK˷wG 0 BnxUvo7Fi>8fX(m=&́x6l7GPO#ʩ\uVci9aE[sȵ҆n ZUT˽?*Ce7:;-Y~߀UſXǎC5 NH]?VLTCb{3.xgͤ3u#Y|*Z@Tt^mcU: Br{t2| \u4joq>DѣKn|/G ,wڒ6Jr{4=u* @&sB;'v3|%5O {X[3boHUD#=&OukR7BPuF˥4v!lhߨ+RWf (I{`aû&Yq"Y'$Ϣi"דA'B7F )Jċc5&ѓmS|zx>_CN.X{hd1,qA-9깺DZ *T7}ð/omeeU^_OC 25?ꨞ ?[Hn ʖU#F e2:nꊮ[<  &`1wr I C/4e̩@\cnRV%IlVyL~Azd2 JzH {waٖ$qBȁEOE\+:ěej*b)OӎoLHH?yH7] 8\E|P' SRX?KY? zs=C4$Kaѿ'\3hLV92` mbCT IaHvDs~ekKe+5.աP8uf{pפބ)<Ӂ; s]c⁔2kќ6{&3()'c u)-NMMLSJME^L6aS-T-J89~d߼dFa۹4a]\ aUtrTB|fP 32ZllB=hk!q4ǚa8YvJTϡno,E u6?Mb\ڱHsH>mGNQV}p`= 'DKn2S&2aJ4_}\[c g(G&@UnE08bLD5BzRcfi)_ HO9 fBP;Mu{2ESJk+YA?Q fm?bi 3(y(cƟך UR[ 2d#??6` yl{mmriUSgaBjD=+&p'}nj},YSuLU WQ6pkm)f6w(N_aE|ȷ]@$0 ~;?^d}g5jt)AY&9|lNYhԘӱ/ HL3Jn:Z'UƹF/ hf>JwjD,e -ퟒG\m=EFq<œ]|2~p]wDIĻGY?'-cX;@wClTwٞ M]4h}o"S8cT5E׹5-er QmKϱͪ؉?w:BF9]LYI;PikS=;rs35}x l<0 /̈́Ί)H*&׽dJ`YZțn̤=[NN$MCVtRQm c~p]#5^t4*2˳V;gj.`tF|*aF NMo+cLd܊#t)FÜ:vDovl,$ Glblщ!|I )ڳytIB$8ZQԞH$Yr!3R cғN:SWw3IJ""NoRuzVQ WsBx ' !<xH{&m.r@b|ZVQqisUi@ xidDoԍBl3x#o4 Td3~̂c>tO6GE4cv 4x ;YIM[RxN^m)ĤcھƑA~xX:\"B~pz2hRËI s1O|%EV-9T:#eN}-f:FLj.>3B#TPu@qB17}N39\&yrfe4KPEPn^:[ xN.Yj =TTÕ5u˽>˘A+ϣ)!Qg^"I>ni.lԾ]ND5l"# ~\tZ>G# M aUG[a<#+ fu97~Al1"AMVv/.'}WuhMů% nD[) =Gfݭ6CW07*J39ps>B|Ftʏqb]{ O:~[p{w.ar-(qJҀ˯YӇo@3r1T6'e:NvM:C ^ sŰU탉@y-WC;K8'-3WmN%zE.$=lm hߪYƞޱ<ȃ2nnʐ|\8ܺO(a6O@P2\SE<.'u#:οy S4)Y 2h3a` [gʾ,L}F`G+((wW'r RC' Och ^;O??ֻLѹ]hb<YU#EAj r;8+zH/9ijw-k/ElN`JZL77/K4cǜR]*U[wjw(x6_6|Dd/~΢@L*B\a5Z( [&[3^A_/2-,.T"OOo[Q-MC00+,:d. ΋H kwB\ o<=PPQ~cWu~o~,Ƭ7 zRjQVJ(42}pGtan ty]z1KSs<]v ʹVYNWA=%z/ZuxVǣ]OUy6L8=2͞PİpЊֺlai? #s7)a=.VH. U"m @N>)l A. Ԣq-HK[F%s{\L׺M`ؕ-55/=i"m啞^2vYX3e%= 3JcRJnx WY%\8S"E+Pp7Rp(XqX݌6:_5nO}56q5Q/lsIv-52"g(^ p G&&"A}.JF8vr3Y8̵(\*v e ]Z8); @X:"2Wwt )r']<ƃ ^m`lBDW| Q}ҳl})C)) :i.W *JVy7,.w,r a1gLD`԰{ܿ\|Q{>//?|x/S++վk&0.5]8|QҼ=9ktϬ-rQCV0(y9v +=!g%I֦?FS!ƣ9!Bmm50DF'$avQ\@h4wں&-pn'KLC#lszX~Ekl/DbmAg},"jgP%`H3bzQ]8^U(>rmh SϮ 4I ݔ7\LQ 7 |.kP'$tH}q,lÞr/+af8î +W'V*3I[iq.@aU_-2Gn["[ZěV.ʅp* EftmɻTe7~"#ϙ{|63NGJjbzE^Rf]m9OO_g!x,Lƶd)2(xKf}eM"'~H |Zapk'@,G"SӜH>t-d=U30P"O0A~!NKLzK'12#zrB['R~4,̉wu =Z\\`lÒ "/iji]!aĶΖJc'kݜ W,;:%`}┦̾O1%Xq0ڄ/{~ dK2+^Us8hM% T_M:a*)[m PU){M lT !o+Q>+ӫ@LǥK5eAӣ79cv?>x[kݭ#tR#aA YSz-3%?稆TC prB@gL"|O.3@uf]gYI=Na|NWN&YI|Q"wqJ'Od܌0a"Y;JyNYY{^Έ[ E71)-H GxH}Q@sѧEr5ĹXd`m 8Y}}P }(\:URkgTXNttUvݰenD*]B-f*4KvO~[OS>J9Euz-vrTL]QO(1WH^udtrlNQnCJ4[࢛h|_^hV}U є2~uHmoۛY 1\晎m8O:>M}7AKٶU4Hs%|?Dh`(>j!2ڊc~ íYܱ¡fv w4ܬt_<2Np>dMX< nv >Q39⠼ T?B#y9M ml*N>'wm+*׵z%7 ~%?Ly:J{ߢt60+hZa쏳m|O|q>6!&i"'c!e"fJf<wdu<(bj֙vՑFJR&ʃdWsQ'|zjF;_c|NYO-\sTYWj4D9(ƪ9Tuj1e1\OT Ω|p|.h!fXqwy\coe6u& ~+ªsܱ4SC?`%AIThfwayިvE5tO=H~бw6 `*u%I_-9/$L7 jj$]Gc%LF},+i8b?r'!U9\2SlDy  )"`1tbdFװ še-z6-xȦۤ .5DGԇ c 8ϘJZkKZIMLY홄= l>AQ},-PUB\-l8{@+` -<1jg_ ^k •]1%1,o߫`<#nDS:Z?F@N"!#?D:;HH#x~c3Ճ,̈́ɶoXO&C֋zӤ ]X1&)tw 2sSBW$0@K4{aS_oݛ9dcé ТUkD3y8[= Fj+[6"*ceP u3k5TтNK8ʉ`Rj3Ms1`ޓcQ~gEA&=a H8{`b1C*u9rMa^$ "a ?"O+FBQTإ&Lf3ɟ'/H*?%r$/QۧBfTvxesj a:2G nfY6*$M,docoQ g׿q5Bo~~wV_%r˨?aNȸ a\韦=r?ޯt{O8c DBfV ]S`]#o @ba ^'GS\pvPҏTA=wңH~sڹW6//}2l|\\C6}:WN"ė2P6S"43!LXC|ia6]mUUX"[P'$Һn 5 V}NPb) ڮSPZ~S֗Un>}_=]@Sƙ^axc٥e3dSORD`7[mF,GmwK~sW ZٵpAZ'1FȦ#L32FL\ _HJjkbY|˅Db}[`K HzEGhQg3D%\]X'7ŵVw#2>J?ȲAjr ;>Lw==廢Քd8^(m-'@ˁTxSeH >-M626^ d{/M8}<OmSax-_=$`{k KPq H k& S DR qS Mfww[~~E1aX;K"#"s8wTo 6R5p:(*$zF!nl>5ljk,J𳼷fsea@Ab>8RqbH^x[rsb9 g f}9oY=Xt c4 2PZ }!|툂"b Hx;3Mq1[#שweARQ0uESZ)fs|ΟH1%ހz*WsMf/hExl?aª5H C \ \UZS@ B3[ + QN^:SgАlowx+Whhüoqjm]O=`2B@l7cLNBQ!k7D5]f2V9˵+SB< XXn |nDSti6 ֻnJn 2~1! Jպ n*K$E)*ǧ|<&[ :kVvp6M'pRQew 2]W58pE< 2p {^f뽊5L)OlGPS+Nx-]6=D@RsBOoVclH |ѕZ2mL: Ǽ_r%s2m_ KA }B\E|]6DDցuBm6DP&o()ñVi+fWx3!aZ*8nwS \!_fTwrɰ&'I&^Z^0;KEOx5lM G-]^4Xe׈ON4͔fyO8"5j묤 d-