libMagick++-devel-7.0.7.34-10.18.1 >  A ap9|.9k>=6~ڇG>g= z]윱&/~2h)`o% ls +q V;ȀobNd(M$߻5Hɖ|ayЕeվZ&%r]66,QV ڑ 5&I+4gjdQD~P%I{(R k|dURF$D2h0 s} [a73625b753504a8c15a397805e2a56dc2ae3efea675203c839ee46abb36a6de1159d01e4115c056eac5b5595237e4dd1cb850e5fLap9|)X2b z>l٬E q.yn֍% NX}TK{LתVϘIb 7,Gi: nBUwq11EݐT,0l%BolR2qW=Lu;ƒ -.s>Ns~gmG=x0yFRQkN)"xp=w#H`MunҬiP'Dq08:_?t9hFL^N>p>?d % WLP\`y ** * T* * f* *l*>*8*@ h ; (j8t9:FG*HИ*I@*XlY|\Ѭ*]T*^@ b:cdienfqlsuք*v, w*xؼ*ydzـِٔٚClibMagick++-devel7.0.7.3410.18.1Development files for ImageMagick's C++ interfaceThis 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.aos390zl3aImageMagickhttps://www.suse.com/Development/Libraries/C and C++http://www.imagemagick.orglinuxs390x b. .Uؐ  ;7 R:&p c> colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. * Fix improper use of NULL in the JNG decoder * Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers". * Off by one error for gradient coder * YUV coder no longer renders streaks * Fixed numerous memory leaks * Added experimental PNG orNT chunk, to store image->orientation. * Removed vpAg chunk write support * Fixed numerous memory leaks * Fix memory leaks when reading a malformed JNG image * Fixed numerous memory leaks * The -monochrome option no longer returns a blank canvas * coders/png.c: fixed memory leak of quantum_info * coders/png.c: fixed NULL dereference when trying to write an empty MNG * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. * Implemented PNG eXIf chunk support * Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. * Fixed numerous memory leaks * Don't use variable float_t / double_t, bump SO * Support DNG images with libraw delegate library. * Reject PNG file that is too small (under 60 bytes) to contain a valid image. * Reject JPEG file that is too small (under 107 bytes) to contain a valid image. * Reject JNG file that is too small (under 147 bytes) to contain a valid image. * Stop a memory leak in read_user_chunk_callback()- workaround failed test + ImageMagick-relax-filter.t.patch (patch modified) on i586 with sse2 enabled, the Contrast test in filter.t fails- updated to 7.0.6-0 * coders/png.c: Accept exIf chunks whose data segment erroneously begins with "Exif\0\0". * Introduce SetMagickSecurityPolicy() (MagickCore) and MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security policy (reference https://github.com/ImageMagick/ImageMagick/issues/407). * Removed experimental PNG zxIF chunk support; the proposal is dead. * Fix choppy bitmap font rendering (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32071). * The +opaque option is not longer a noop (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32081). * Add support for 'hex:' property. * Transient error validating the JPEG-2000 image format (reference https://github.com/ImageMagick/ImageMagick/issues/501). * Properly allocate DCM image colormap (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32063). * Improper allocation of memory for IM instances without threads (reference https://github.com/ImageMagick/ImageMagick/issues/497). * Delete corrupt image from list (reference https://github.com/ImageMagick/ImageMagick/issues/500). * Support various image operators for the compare utility (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=31938).- updated to 7.0.5-6 * Revise DICOM window and rescale handling. * Restore the -alpha Shape option. * Fix transient PDF bug. * The +opaque option now works on all channels. * Ensure backwards compatibility for the -combine option. * Check for EOF conditions for RLE image format. * Reset histogram page geometry.- updated to 7.0.5-5 * Minimize buffer copies to improve OpenCL performance. * Morphology thinning is no longer a no-op. * Patch two PCD writer problems, corrupt output and dark pixels. * Support ICC based PDF's. * Fix improper EPS clip path rendering. - workaround failed test + ImageMagick-relax-filter.t.patch- updated to 7.0.5-4 * new branch, see https://www.imagemagick.org/script/porting.php - deleted unneded patches . ImageMagick-6.6.8.9-doc.patch . ImageMagick-6.6.8.9-examples.patch . ImageMagick-6.7.6.1-no-dist-lzip.patch . ImageMagick-6.8.4.0-dont-build-in-install.patch . ImageMagick-6.8.4.0-rpath.patch . ImageMagick-montage.t.patch . ImageMagick-6.8.5.7-no-XPMCompliance.patch - renamed patches . ImageMagick-6.8.8-1-disable-insecure-coders.patch to ImageMagick-disable-insecure-coders.patch- updated to 6.8.8-2 * Support namespaces for the security policy. * Respect throttle policy. * Support the -authenticate option for PDF. * Fix Spurious memory allocation message. * Identical images should return inf for PSNR. * Fixed fd leak for webp coder. * Prevent random pixel data for corrupt JPEG image. * Support pixel-cache and shred security policies. * Fixed memory leak when creating nested exceptions in Magick++. * Eliminate bogus assertion. * Unbreak build without JPEG support. + ImageMagick-montage.t.patch- updated to 6.9.7-7 * Sanitize comments that include braces for the MIFF image format. * Uninitialized data in MAT image format. * see ChangeLog for full changelog- updated to 6.9.7-5 * Don't set background for transparent tiled images * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder * Fix memory leak in MPC image format. * Increase memory allocation for TIFF pixels * etc. see ChangeLog- updated to 6.9.6-6 * If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887). * Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866). * Apply Debian patches, (reference https://github.com/ImageMagick/ImageMagick/issues/304). * Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921). * The -clone option no longer leak memory. - turn on make check along perl test- Updated to 6.9.6-5 * Web pages were broken when we moved to HTTPS protocol. * Restore -sharpen / -convolve options to work with CMYK (reference https://github.com/ImageMagick/ImageMagick/issues/299). * Off by one memory allocation (reference https://github.com/ImageMagick/ImageMagick/issues/296). * Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797). * Added layer ZIP compression to the PSD encoder. * Unit test pass again after small SUN image patch. * Fixed incorrect RLE decoding when reading a DCM image that contains multiple segments. * Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514)- Updated to 6.9.5-10 * Added layer RLE compression to the PSD encoder. * Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file. * Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).- Updated to 6.9.5-9 * Prevent memory use after free (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30245). * Prevent buffer overflow. * Prevent spurious removal of MPC cache files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30256). * Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF, and CALS coders. * Fix MSVG regression (reference https://github.com/ImageMagick/ImageMagick/issues/252). * Prevent buffer overflow in BMP & SGI coders. * Fixed incorrect padding calculation in PSD encoder.- updated to 6.9.5-4 * Prevent buffer overflow- updated to 6.9.5-3: * Fix MVG stroke-opacity (reference https://github.com/ImageMagick/ImageMagick/issues/229). * Prevent possible buffer overflow when reading TIFF images (bug report from Shi Pu of MS509 Team). * To comply with the SVG standard, use stroke-opacity for transparent strokes. * The histogram coder now returns the correct extent. * Use CopyMagickString() rather than CopyMagickMemory() for strings. * Correct for numerical instability (reference https://github.com/ImageMagick/ImageMagick/issues/218).- updated to 6.9.4-7: * Fix small memory leak (patch provided by Андрей Черный). * Coder path traversal is not authorized (bug report provided by Masaaki Chida). * Turn off alpha channel for the compare difference image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). * Support configure script --enable-pipes option to enable pipes (|) in filenames. * Support configure script --enable-indirect-reads option to enable indirect reads (@) in filenames. - remove ImageMagick-CVE-2016-5118.patch, use --enable-pipes=no instead- updated to 6.9.4-5: * Most OpenCL operations are now executed asynchronous. * Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754). * Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626). * Add additional checks to DCM reader to prevent data-driven faults (bug report from Hanno Böck). * Fixed proper placement of text annotation for east / west gravity. 2016-05-15 6.9.4-3 Cristy * Fix pixel cache on disk regression (reference https://github.com/ImageMagick/ImageMagick/issues/202). * Quote passwords when passed to a delegate program. * Can read geo-related EXIF metdata once-again (reference https://github.com/ImageMagick/ImageMagick/issues/198). * Sanitize all delegate emedded formatting characters. * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from Hanno Böck).- security update: * CVE-2016-5118 [bsc#982178] + ImageMagick-CVE-2016-5118.patch- updated to 6.9.4-1: * Remove https delegate. * Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). * Replace show delegate title with image filename rather than label. * Fix GetNextToken() off by one error. * Remove support for internal ephemeral coder. - refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch - believe or not, correct license string is ImageMagick: http://spdx.org/licenses/ImageMagick.html- rework ImageMagick-6.8.8-1-disable-insecure-coders.patch * add new policy (TEXT, SHOW, WIN and PLT) - rebase patches (p0) * ImageMagick-6.6.8.9-doc.patch * ImageMagick-6.6.8.9-examples.patch * ImageMagick-6.7.6.1-no-dist-lzip.patch * ImageMagick-6.8.4.0-dont-build-in-install.patch * ImageMagick-6.8.4.0-rpath.patch * ImageMagick-6.8.5.7-no-XPMCompliance.patch * ImageMagick-6.8.8-1-disable-insecure-coders.patch- Disable insecure coders [bnc#978061] * ImageMagick-6.8.8-1-disable-insecure-coders.patch * CVE-2016-3714 * CVE-2016-3715 * CVE-2016-3716 * CVE-2016-3717 * CVE-2016-3718- Update to 6.9.3-10: fix imagetragick- Update to 6.9.3-8: * Respect gravity when rendering text (e.g. convert -gravity center my.txt). * Return empty string for %d property and no directory. * Return filename for the %i property. * Fixed lost pixels in frequency space. * etc. see ChangeLog- Update to 6.9.3-0: * Don't break on euro-style numbers. * 16-bit pnm images have a max value of 65535. * Fixed compile error when POSIX threads are not defined. * Fixed memory leak when reading incorrect PSD files. * Enhance PDF to properly handle unicode titles. * Fix memory leak in icon coder.- Update to 6.9.2-8: * Gray artifacts in large gif when using -layers optimize. * The DICOM reader now handles the rescale intercept and slope. * Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. * PixelColor off by one on i386. * Added local contrast enhancement. * Fixed bug in SetPixelCacheExtent that made images all black. * Added 6dot variant for unicode and iso braille formats. * Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. This can be disabled by setting the option 'psd:alpha-unblend' to 'off'. * Fixed issue in jpeg:extent that prevented it from working. * Fixed memory leak when reading Photoshop layers in a TIFF file. * Support gradient:bounding-box, gradient:vector, gradient:center, and gradient:radius to shape the gradient rendering. * Recognize label:@- as stdin. * Make commas optional for coordinates.- Update to 6.9.2-4: * Fixed accessing subimage in a TIFF photoshop layer. * Fixed out of bounds error in -splice. * Created Manhattan Interpolate method for -sparse-color. * Don't round up for JPEG image resolution. * Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]. * The -caption option no longer fails for filenames with @ prefix. * Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME. * Added extra checks to avoid out of bounds error when parsing the 8bim profile * Fixed size of memory allocation in RLE coder to avoid segfault. * The -colorspace gray option no long leaves a ghostly shadow. * Preserving image origin in TGA files. * Support color compliance for TXT format. * Limit -fx recursive to avoid stack overflow. * Don't set image colorspace to gray for -alpha copy option. * GetImageType() no longer has side-effects to match behavior of IMv7. * Swap pixels for -spread command-line option. * Fix ModulusAdd & ModulusSubstract for HDRI compositing. * Added "-set colorspace:auto-grayscale false" that will prevent automatic conversion to grayscale inside coders that support grayscale. * Fixed -list weight and the options for -weight. * Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image class of Magick++. * Fixed reading Photoshop layers of LSB TIFF files.- Update to 6.9.1-10: * New version 6.9.1-10, SVN revision 19269. * coders/magick.c: added "-define h:format=FMT" and "-define magick:format=FMT" options. FMT can be any output format supported by ImageMagick except "H" or "MAGICK". If this define is omitted, the encoder uses GIF by default for pseudoclass images and PNM for directclass images, as previously. Made "MAGICK" (read-write) and "H" (write-only) visible in the format list. * Removed incorrect EOF check in the DDS reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065). * Fixed undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067). * Return exception message for unknown image properties. * Color shift removed when reading transparent gray images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28081)- Removed duplicates - Only libMagickCore and ImageMagick-doc contains the LICENSE file. Other libraries do not longer contain it, as they always require libMagickCore to be instaleld. - Moved documentation to the ImageMagick-doc package. - Removed executable bits from perl documentation-examples - Added configurations for: * graphviz * lcms2 (Little CMS 2 color management) * jbig * openjp2 (JPEG 2000) * openexr * webp - update to 6.9.1-9 * Fixed issue with radial gradient in MVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995). - update to 6.9.1-8 * New version 6.9.1-8, SVN revision 19167. * Correct install location of the Magick++ headers (reference https://github.com/ImageMagick/ImageMagick/pull/17/commits). * Different gif cropping behavior between versions (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013). * Cannot read properly simple psd file (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002). - update to 6.9.1-7 * Fixed and escaped output of the json coder. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894). * Support BPG image format (respects -quality option). * A bordered transparent image now remains transparent (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937). * The -update option behavior restored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939).- update to 6.9.1-6 * Cache cloning on disk optimized with sendfile() (if available). * Add an additional check for end-of-file for the RLE coder (reference http://www.imagemagick.org/discourse-server/viewforum.php?f=3&t=27870). * Respect resource limits in AVS coder. * Reverted change to 6.9.1-3 that skipped palette-building. - update to 6.9.1-5 * Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)). * DrawGetVectorGraphics() now returns proper XML (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751). * Support writing EXR files with different color types (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759). * Prefer PKG_CHECK_MODULES() when searching for delegate libraries. * Throw exception if frame option bevel exceeds to the image width / height. * Resolve undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811). - update to 6.9.1-4 * Support 'restrict' keyword under Windows. * Added support for reading a user supplied layer mask in PSD files. * Added support for reading photoshop layers in TIFF files. - update to 6.9.1-3 * Fixed transparency issue with 16-bit tga files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469). * Fixed writing label and comment in tiff images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516). * Jpeg images no longer have pixels per inch as a default value for density units when the density is not set (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589). * Added support for setting the font color with -fill to the pango coder. * Fixed bug with "-define png:format=x" in png.c, introduced in version 6.8.9-0, that caused the define to be ignored. * Replaced some dead code in ReadJNGImage with an assert(). * Avoid palette-building when writing a grayscale PNG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580). * Support -define compose:clamp=false option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946). * Don't extend any user supplied image buffer in SeekBlob() (bug report from a.chernij@corp...). * Improved reproducible builds (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933). * Draw a rectangle of width & height of 1 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874). - update to 6.9.1-2 * Avoid using a NULL alpha_image or color_image in the JNG decoder. * Fix JPEG-2000 transparency on write (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304). * Identify now identifies PSD (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948). * Speed up writing to TGA (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369). * Reduce draw epsilon to increase mathematical stability. * Fixed UTF8 issue when determining the current working directory on Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).- update to 6.9.1-1 * Skip empty frames when comparing layers. * Grayscale DPX image files are no longer skewed. * Fix integer overflow when scaling a 1-bit sample to Q64. * Account for differences in image size when comparing two images. * Set an upper ceiling compression with -quality and jpeg:extent.- update to 6.9.0-9 * Writing histograms / mpeg working again. * The -linear-stretch option worked for Q16 but not Q32.- update to 6.9.0-7 * Line strokes appeared too thin. * Keep text in caption area. * A transient bug for the write MSL element. * Fixed infinite loop in HDR reader. * In the PNG codec, check status wherever a function returns it. * Check lengths of certain MNG chunks before reading them. * Small optimization to pixel cache. * Additional coder sanity checks. etc. see ChangeLog- update to 6.9.0-3 * Don't read beyond the end of a tEXt keyword when checking for Raw profile. * Fixed enabling alpha in 32-bit BMP files. * Added support for writing 16-bit TGA files. * Improved performance of dds. * Fix ImageMagick crashes while read EXIF from TIFF. * Don't handle a "previous" image in the PNG or JNG decoder. * Don't override gamma with 1.0 when reading a grayscale PNG image. * Update progress monitor for every PNG row instead of every pass. * Reject input PNG with dimensions larger than specified with - limit width and -limit height. * etc., see ChangeLog- do not use -march/-mtune [bnc#904545]- update to 6.9.0-0 * Check for zero-sized rendered SVG image. * EXIF directory offsets must be greater than 0. * Accept morphology kernels from files. * Don't optimize JPEG compression by default. * etc. see ChangeLog- update to 6.8.9-8 * Added sixel coder. * Fixed buffer overflow in PCX and DCM coder. * Added support for reading/writing the tIME chunk in the PNG coder. * Added eps:fit-page option to the PS coder to set -dEPSFitPage. * Support xyY colorspace. * Reduce noise while preserving edges with the -kuwahara option. * Off-by-one count when parsing an 8BIM profile. * OpenCL no longer benchmarks are run on every initialization. * Don't clone a 0x0 image.s390zl3a 1638962799  !"#$%&'()*7.0.7.34-10.18.17.0.7.34-10.18.17.0.77.0.7Magick++-configMagick++Magick++.hBlob.hCoderInfo.hColor.hDrawable.hException.hFunctions.hGeometry.hImage.hInclude.hMontage.hPixels.hResourceLimits.hSTL.hSecurityPolicy.hStatistic.hTypeMetric.hlibMagick++-7.Q16HDRI.soMagick++-7.Q16HDRI.pcMagick++.pclibMagick++-develAUTHORSNEWSREADMEexamplesanalyze.cppbutton.cppdemo.cppdemos.tapdetrans.cppflip.cppgravity.cppmodel.miffpiddle.cppshapes.cppsmile.miffsmile_anim.mifftile.miffzoom.cppMagick++-config.1.gz/usr/bin//usr/include/ImageMagick-7//usr/include/ImageMagick-7/Magick++//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libMagick++-devel//usr/share/doc/packages/libMagick++-devel/examples//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22087/SUSE_SLE-15-SP2_Update/fb84555dc6f797632acf0fb5013d0d36-ImageMagick.SUSE_SLE-15-SP2_Updatecpioxz5s390x-suse-linuxPOSIX shell script, ASCII text executabledirectoryC source, ASCII textC++ source, ASCII textpkgconfig fileASCII textMIFF image datatroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RPRRPRR+r:*)Lutf-83d3bf6af22622edcf1ba3774f2e5a8b7098709659e485b19e4b546ea7efc6f98? 7zXZ !t/] crv9w3^ȓ,^ٞsO1YDqɑg~V|DΟq>n9Y:RW~MLj0 ޖwkLT0Y ΙēKAmm 0 !@Nn8ߝr <-?цqSK~ۻrUg1*]-82إkKc);>A[LHWVQa d X:1p zX/=8 MvlhT4 ьʛ*#Z݈iQ{_ Sv!/M$r \;6ւ_N}D7n ?&]џGz<{x+ܗl|t(w/nʓE:]^)>0D+uh({y -SWʞ E 8|?^[P&Y۽H!hGe֮SQL2ڹOzK`=2Z[1ZBEs,z1)ޙʺ&kiY^0OEEirzqku l]mLq/c[ԙWhh|bOb˺p$ s l_ ӹ.^l'T7hIM-%$qU_ PP&.[Q , TgʮQۚ@\BX]ǙJ!4P p1Mx{@oX1W/,7dגhP"tˊp-oοVb@Nb9tVEC>/6M<VlZcU"+yEJEWw]P} &EESGuAI]*7bO=c}tn}^T^5h=?سe YY Cacu f&CMT~f A+d֊PW#u;kɛי/?Xʘ&Xq~{a_LxVf7wVfps(26ZM?XWv0vqY`7 蟜{;mo:KgE9F;&-BM )Tb,i4TJs?eحFy9}Oko.LA6,(dL?v:7!(+ilCÅl0n1V>ca@N)+bQ dHryB<턋h/(n0G.d Eo?_͠B:Ԇׂ9 h}8J x|e&̘G\BHSCp0~1Ն! VqJal/@Ti<$Ďbg\yZM6`q8TۘC_iJYU aWQx;I\۫lDK)V b| ɏ^uwCuPjUSG6{ZJ/>Y?׮ )_"h֖ԉEb2k{? Dwޜӑ|E}~(#R_0}'5ُ;'\eV-Ipo۶( 9:ж[\9h|o)m4aE2 A]C4a :Cq5HZJ*j]kߏ&aRptӷ #T9ܐzΔ_ v`R@2qx/zxIeT}P`e <['ؔugV.-2|f UFG.'a6 &گ& NFsmޚ発9ϗgLu;qC@PoU5Ħ3SkxnkZߞV(@uَuԯS~Se,O}ƹq+f4l=^c|^nFT97)T`'/(ي:(z2DkdmasxJp,Mp 2rG>GcI#Nl+?ZÞBiHj}〩 ']|Xi}JE>E2k%Z[XɧA #XHe\[~"9p~SʗFD37CB3r[/0T+(XCq^j+,lGǖڠ@٪h*CLLӹ㾲fUONEf2MT:TDތ{ICr `@Ĩ%li x<\Sg6<RߕfYe<-x(ϐ?z'BcAn?%At_uR.UpSpdؿo2(}6n@h3LjSZRgVsIbz._2_V&+VXZztF&RHM0SkWqEUCP16)(xwH*t~N+mw"Rrpeة<9I8ڔF_Nn2+X bf2lH}q/\נDb GןY;ver}gҸG=5zl š,I_ʧiket~1C$IAXt<a#/'*Έ"6EG-g㭦sCo3w ->KԆRhH ;dȜ4ѢU#OS`й^GU':e-ݻ2␨f *JEimU ((XRLdf6|%.dM3PGĐߟ^ lG~,/EqY靀T.W'H}Ѣ=h0b4eijh ȿz;5,R̨keYS?H%L׺?x)S-ż8QVCj!6Ƿ!+=W\.p40-fT$|Xg o4NVS!}JރhL=MZde$M8Ml{893:焱є?IbD<3gCE {1#1㘇9Y;6d^ag5JkTkgb?n[fwapq}[d }ҩ+/SUx)v8m_UWS]I%"H.$ $BQWdhsa+gg{ U{uCEF9<t <襨(yݎ\N %7+bA,V佊40eb>.c>MlB2> .| @-K3#3j=璸2eRZF8NiJ! /"#l|)Pb[#WxX%vK:8׷ -0ykX.U\KFyWK)S$MciT{W,8[ec%͎b_uՇRg3: *cWU)}MRs ㈛L^e`jϜ=&~z!FQXh46[gBs%])1 $I^%FKC&I:ϙ/~ڵ@rǹGCz :5^س@p DPJ s p-zJ`3Bz ̛ nN7Bnէ e:g P,î$ J2FOg$2̂#&~UynI-DU)I!f!{,U%#hԟybj[@>LLۏ^ʞҺTAs^ʋN>l^qF^i4ϠEQ2Xb6iES蕊vr(j|SaU=+վ`۾<[Jn,%i<+an݋}!ܾJ!xiObOB@"TȖVD:Q cǎ*lcI&ksE_FI+T~/ elakFFQ5(Xh:c .*d( "q1[K'E9t dIێVak aoMdjأ#2f|gڸEqC P[tC=l060o}|.}A'Όiyo+wN~a0P] oN(68Ac:џv7D?.xvz(/s&T<1|)-b@ees NͮG FBWJu,FU'Pn`תv:#S@g Dݞ3dDž]! M. `4FtvF@uhAkoS Ɋ~`4fJu1dtNަL9E\;M@m?`F`bdoiϑK_#]:7 75z\^g qomWn8\ U(\!ia3uGqvqϣldU[&noVtH,N gYSlKvr?aj猸 x53II9O'i$1|!͈SQ c֞g]MuMV>":oȈ1Yh"#yh_MUoH=x HhV|%\s jUW욡Q*׹^ kw|%O__تdfԅ+1<-H_20Nt.\>(Ck wl\0-|%ItLoM#? 9ˤ SNazt<M?^و9Ǭ #!6xZ8[eF?讱x wI`&,tX\=̶{E(/:Wx3QaP鐕U؁vrLh)]HV5%}U!]5Ͱ37+YD; sd#Ru&Kv65\(P$*w5B4H,8@.au!O۔AhvZ>[ûeXy!F:k##`j{{LJ v fd -IڤO=K]^@1X9+o`!Ұ{yg8 U8:a3/hT`tbf2_F;Dw%ELy@I"e:@%}ʶz_hpmIu*O4ȒY%@(*֗ڄkY(XW,VϬ(f&5bYkʓ=TZsTnK3YWGsx\7 ԏ\:q wLwAa?ܤtX2#SȥI# [f)8 &<%䵳8/ pZz$4BBR-.́L փjH[졵tW*'CI|3~~#~äT2}ĥYa7%_l||~!;# ܓV:$mN^(eŽqB4f}MY6աK0OXڌMu~^;7#^`gch/ r$A`mKsY|qk],wZnZ91$i-Bsᙺ;""h(2ÞW\ҍL͝`r:5[f 1Z;;5ZHrj{=&\;@X=/{)ObkҍhH1k" aaT G7I'ޠAw `*BQlXv 8IW$ -xNE6 xX*QrE9Ŋ;9c0p&I]h`5 JJ^b>]&/(zǒق{{ cn1WWC\Op?_\& l2Sq C3xČʩ1.{8t0St ~j(h.p *"A) g+X)lzH6]%`9 f$ -cI `d"0aJ0Vi&tS LOce[d3XsHTXDfH 4y4]ݼ`CDǫQ\6?N~D7n[G4t: h nтqFc,5LX4=Ozpᆙ$t ΐ6Cal+BV`?쏽dWauvcULGupFsψNsV&hEthM󻵭;T (- 1ۜf(G׆1yD5ʀAΆk{Ox-U!{r:{w^™ףַxG!<!yraJ}#0(XShA0Lfk$wt?t]yΉoo%Cj>wTaGwm랛 h !2;T{úS(l? GNDܥ&2ZJpsTBV%8OOՏ8VF.+U΀d!LM y?*\~7^eB/|}2FZr,K'n.ϰxzk:~ѦF "v9nk`H(檯׹5P`7?nKGwaRC` 4fHg^[A;SF)gq.MXopr1&IE%ڸD0(̻?jR֣& lGhޣ)lذCZuR<} "\60E6H`tw<.;,,#Q r&[L|Q.~}fGg𯆝5ڢs ijmYHG$2auLil찼 \Zà{6#O :ϜYqA['%pd.o⦪E:D8S-(_8(] ;m؋d<sG:g%N8П9'p$&T*Q&n0* ol֊ltp|1R"¹s%_/N+O{_Ѵ+<#sU"z>B&*FA빮z ɏ&ٺ^.IlBnY=wQtYmSpYd)*Vo577lv#m2GÍ s7xRL9 JtQt=[?&9PM.7X,u6>ݭ=E ꬺQ2鬏f!By3#$3SZň x]Ð ([ذ%'mU8+b6kF^q&y4Q9«gXVMEVMZI JnC D՘3!~YY*NNiOd% CǢos&&ldb\ëYaKe^Wu5U ˦Ykvx6s4EG`PG)S#h1_`o:hbl wHfV^s785Ib"E&Z B"Yifc7]oM諸`>&44v N]cii~p"CWsjצGYDzc%iT@Hw* )qkGDLu~2L`c =qcdPvpDqo:"+5l/$סBBe..dDMnhd*>Aoĉ̲!uM"r E$BT#%P'U^F2vgVt&Y'|m?VSgvhͲ ܼXi}>Beqc?fSdAje^1f]u֔:RQ(<&~]8dD!EpE$_%#C1Q} s ?Fgupٟc*9Bp(g;&Z<̚V u YL\>Bb1 &(ֲZ >b].r/Exe:`͔RIV2M!OWn.~8OyeT@? `Gg]7RUy` u^RwY'6͎*OB}Ms,.'eWzj6!i$] *\YR \GpZ/μGmVTy":E@wc[DSz0a4kq+:mH^q }n|ٱ(HKkC3{Xв=9}3_+1&ܷѫ;c2,HeV>ULȓ>h0'H]ZX@~YO`\YҏbW+Fw;.fc9eN֣`ݶf^Q|*!f=, 8O!Ӳp2k}ɧAApSi2_Y^ %I6`|a#,P5uCOf56$;پ +A8edhm^S ?`uEb7aSo݋KC]nYts:iդ&IBs5p8@&;6w7#֕GH>G+/=p?YYߥL.ZQ]ZEdY$r$ڦ1,_Bd  sqV @Z({EG/# ,;BgI:"y]_DP+QnFc9l 1Cõ/_hM+-6g{Z_-tQ ңK&^*TRyR? y_]( G[O@I~+ɟZ#W%eMV\ 'xE24R.%GDbCDC?{71w9$vOvW\16c!&,ٽ,s 5 gBun%qU⧵E}D]kMjE] C(Bh`}4͐=;keJ)i7#?|gעy3w=_≲g%CsJTeƷ@S_5־9&N-<sQh3Rǰ>{r*}^alU;Y.7ϐޟk㠜Z.ESSۮ *@!als_S?iQھa]u RjW&j񁀽UYB_;LNTDd,Md4CH4/)ϫv>]q`u˛un s9YKaqE> !mX/*0a ˟|sl Un>/q< i+ʝHLӚmۉm~K"JP;ӄ|#&iPA! КQ QF.uwi}j%JkQ-/J FkX:DSAQS TzP@_k J~MsPFS47m0?ϋgY:Bb*:PLMDJ]:4@uc[ do wȁIͥHiUןʝ Q*3/=<v`菈SI~۟7LPΣR:W FC]gfsax}y3w\&;PͻvnMp A62{U!ދBjFnK(3_f1:j(8ᴏ2I@*@%˂[WqkhҸ:g֘tqBK}L$4> ߶T!* ɬ6ᓤ-M/4%$3wI0_m ;%'>41ew,K>U2"(ᏯN}8B7Ū5J6< @4R@}nX9Nwu{PE6R 9'y4[3efnV Bn10|c_@j;q:L"è+΁& -Q{3M,<֚ (Qe6 mD9.Ȉr$s+ ,ortM(<:]WX ڂk;feՠ\I:J Pۛb%5\r%B#FvJ;%F W<)Rﷄ#[b6 ߑu&Dk~V||<ӭ<O\ÑonIj%($ɍ󢸆;ޓWژDh~95.'vpҸmAڨ "y|) IfWcFu93 p<ʟM=Z\T&_3:)!n Sߙ7ߪf6wZjVW0joBH3[A'KKOAN`OU`Hv.˾-9:d-A4 ˁeL6zS!3}v %v4USPrI;A"zFputF >o02rZ\u6eۮwUL(LmEzp#l'lէn{1Cn>3hmj&hzjQr |?L2tSw`m -ggU&fqI)6:4{RC3"y kzNȎƋ'siB8WW?'ҭp5|-s)J92(D_B\ {vFlIL>> `Ov%ߨb4*T; -_PDb"Pa8-'t* %c͗m> T\ApvBfHL[ŒE3!>&"vɶ!o(Dk,N]yڒ (*b2flZN`AۍmYjv  ܇: ool;,v/:)H\=5y%G|Fsa]^V ѠC c,ICZg{jtYy:M=-AiH:?\2rbPjPu/&w ӟ.*fp#j?ҮSZ[$Lp){][mxfT^=,48)EMFRpӴ2mr*;is,`h+0 x]h a?PNjs݀DO5it;uMc,1L =-jR|tBc,ZJ\k""h<7Dw5@6\1R'_pJLϸ(EkY*XUƿ#%ee`8K^~$qiĔ{&v0^CtQ+*EweU69F $3營$3Ոx7BY0Qtd^%7d&_?s+'anLeEs[}Ռ^B@[Q:' s% 2rw9\r#e|aGh| pk^i<j˻-595W,ѱS/vM/{zМg@pI3knΊ$s)/F1[A"葀\ %Y(Hĭ }ƺf:e?ݺ:XO+x< nLnjO kD~.[ē'jv,FEhņ$ǣH#0pczkxXG3d1_^0\01S݌pMyƏ,7>G`~d=W,6-r2s? V-mXJalbmla^qTkMGNSzF)KSvy aU+}Hhyߎ`u.,l{4?~iJm_Ǿa[95{VEDw.KD=Ǟ70.dlqΔy4ta3YE9R)hN@ˡm% kuNȍ&`FuePHJxBM0k:pZ&P;D_qP\lܧ|P:HVf*=ƪnbX' #)4_j~جiQE+P'xf ߃;9W_~i2EcRc ֆԕob&P.x1d,|v :zPlrm0*]=ךO/nU\]u刘}U4b/e(s{'jgLɪqc{[2C!rˏXo'|d>n5"0Y^ML?B<#Z Rx.{'= V}i(^cLDco"V̯Gn椁W2V,PZ~<5 HjD^Q~UZMx@,T'g"rt G4^[Tc;_:PVsǗY4g*/}Sӡcy.4J<q\Z0w)5rkmiD /3< ˌ0_Ny` e``VRM)LKwCٔP/+m`ͰG$<+f\[leO(N4{^6O7(Vnjmxw)\6n67~(5>2W\`GI*JO>DȗmyGYȸ'ARz*OyVn"V-ZhB C!)\N LRpSv֬;)X6Pds/}pfi<<^100xt%oAeQTXG+ 9q@dT^U$ɺT qD:ўU Ks(܌jm$0pc|C3gHYbp B`S-@9]% \x3;S]XZwz(76&ƀ0?w"ȡیC>DmBj&/P b?:nxx*3N=d5mPƭ76u~z+at^qw4JXAU$wtygx.۫jPj/8.%b /N ӍT['&ը؍FH)0`FLsjiJfcܺ t:=Cb zI {)mCtbcn٘=淸G2,wZu&{I1QM0 @V) 0+/O}3Xe/·㪞}5J$g쑴°y qOR}[W0 OAC]  x_7Xf$=`}3-mF.>^TK脫J=1à^(-"Vħrt'*@?nкt>G[D2.Q|T/X,AUR(,Ah,e'}YX^:nUѾϓ =Ҕ{#M>i;kMrׁgCMpa~qY=Вݣ2Z7%DJ?I`n)`#*qv닦}aK ๻ v5j+Ѱh-FlR>5IUDZdm M=/ŎC:XN/i}ٙi)[aP*P.F瞑^Ϯ >zos-Do'? -@?|g ǖeUm֗ϥ_)4\x[-Q:޻hO>3}'ZȱsBN.9)O'ɉ0v֘t]'])2q>h/r:XiUv %G~SOlUuC.X6QĒm+y{| 0Ƒx\uFv4ӷ-59`H(Qyiu kH:||8eכ { ?juлnʗx5fs|ίC3"L'ĝXQB|_aPXod{DQ9 uî0}ƞ^D8(^%Z Sp}2/l[2N@{*YOF8HA&QMeN tkJݎ&'<]@1z^jo½u|+JV{1ҪHss&_K D.ɫDHf_ݜ|B]-*./ga*K-PMfvꩳ;<3yKGK]Ҝd9e8e[ 2e9ЄY ?eP.wua0 gy?>1-݊SYL0Ȩ( I;l͌tTgcX]'f 5];(!5@Gp6txd9\PTfx-'G>L۸ov-+wGM e0nshE Ӓ7"ZIe1:: uNjv4s8\,S.^>Lo'+SZdAVWZ%@yxa!l<ˆ=gg&&FiB==|yzM6j޻a$M|J0xv. n1a'O&|ڗ7%X@uW6q(݈RmJ9︿_T1-Cb(v_~!!y̨CZJo(*)vB|A5%C p #XPg- b|Sr40A|$HQGN` = DgJ׺аu UX}ڦm3Ś *(sCZ gENY=n0VteCzfI*[r>ɈyhSUhX<@aϰ*\`᷵7G_ W sB|}0 @w52$cnKiykvUn};9rwء҈7tOR6*\|:=LP) ) . *VCw11g)YfpC4RiiݳZ0Ԙ{I8Qć}ڀmO $i ݶ圗Zy 9_U: 6ZB.޳ᇠR `A6,e∵ϩoEV" ff+uq60M~,F4ĪSP,窭*\Yt΢~R\AtըB(AeTkFƀ7ve,CW&l`Kij䦇dGZlny `fB־n |+3풰d j6,X K, GLÿጪƗ%miD.? @H%C48 o%91%XG{_gHG.H$ּ N{ɰ"& ΆE},"X7>!L8v>~&Yx_&=).];Z#ڗ;CfEQ[̏ \)%L @FelskQgLvXhq|*&6s)"ʣ/ȳ ͹PTyO٭޻ؑk}&%)ټċܒ~F_FBȥO أL }ŽiF_$mzpn:^X8'"S1d  (؋n^D!aG~r ..*> HjqU9*WaUO)(߀@ ݫx- 3vfX6'<Pr د>@h}88;L''PWu^Čx!F_}S;w$!`F4M3[ >Z˞/s̀왂3ĈZd`cPޤo7vۗ] ad"Xﯝk#".#˭&J՝q߫;<ֱdeKT-)glEqA6Җ)} 1ϗ9A( 2;ל !gؚzղnjl"Km˪Pspp#̯SVٶBJ ^N#ڝLDMѻ{4.oDby{|@{OV =+䊊FUg6+$Q=`.J/'q[IH,%N_BӔJG]ŵ(׎.u'[$.x׻İ ,Pcnr5O> ޻ B+͌T)` ޥ#V*I_ޢֆ'W:4f}bw) DP+k ׀*ȩ뷙y^5U=d n)9= \'˅ǯ8ĭhtkMt͘ ʙ|Yy.dKAu8T` mG7Ƙw<<*{3TgbJpAs*ļ7we?f cϢKч= ~c:16F˙Эx^D2rexswB&)ʹ >yq.ѳ*Ud+4IE~hWw#DѻB_JGf[Ը^dA }L` ~!hnh[$N@ʢZI4ylRοF nz]r$3烖W "D9[~5h0ΰo)Deo ɟ%Vbjs}f{XZ6_g(x-Co ٳt==Վh5yhc{ =Cˢ|8Q Uj#[tBU>Ej)ش P-,0Mm#[3Zl0#@FeCWS3Zt*m^An_vZ&^ @-G|< *˂!Q";5,-G8Y&.NPr5| 4|›³QLV,ֳٍрD[<@4E:[GE9i"%%Pr'b'"|+ڃ.G0jeH$VWE3NJ!Vm&0xer\4?cG$ Yx$Ri<q7ءߩ0ezehP[2}(Nߓ(1n:\&ɫxR$?֧]P&eMC'Kݔ`|قv^r 'ke\vBŸKF2-w]0%VuwZ@1pM[ygDۏl`mdi[tvGmT8c QܾVx >pP-vC"Mʔd89S|rNX8Eeyslq$W| aRcPBHm::G?nІf'El\M>dP?RojZOwSh'KQwBuޫPvM87BQ"0A]vژF%Œ^bHHOVfK ~Pָ#( YN +zYVWxL>lyΩW_$8)ƫ t؎*=])Q#K)#լ?{N(;SC%mZ#}cFMPUZɧ[ʙPF(QSfs9c5޽1lǰz9u#Ŵ`uѽT)"Cy6TrDž ?`w=\Z-qEX>$2(QHbfO7W_'3FTHֻ'14ߤrbZ9GPkE:HU\g͹^a%8xmhWdᇱ"'":P.Qĺ9?x$d?h|?JXEPf)Wm2S?3be /vYyTUI#WI/Pq,oN(a$ (.{StWK4&INk R՞n;1fHL`tF另=wfE61bz3> yn4ɦc]]cg cQ0e0|~LTQ[VOTB{OH,:4By0%)]|6Y\&w✵O@^ߐo^e > x'KPg 97[ ݻ}C"cFᴥ(Nӟ}flbVmb&tK<ލ26 : Ն}nJ@PG^ovf#D0D/byJV`ʹ)_̛Ed8 BSip0V]F~W7C#oҒ 95Oz9ajHF: I!ˑ5g&-lHJ"j?%>< KM5C;m Ӏjsb7sqf 0 *%(`#IwUPܮmߐ\Tj}d:oj”wLYV~oG3W0UU-kDzQ2]5c]2(sJq1Q>EW]pEUD4[)"T`ߕ?x{FQm0]ے-zKQ}p#umd(-yjdq$hrU7Yct"# Sc|Sd-{ai{7e "c9y̎n5}r!&:7M7KiuɊ\%8/ED:  lt}.uNwWm/cBI4^Q`KXDrɂUnћa2vڎ걟t*@'g>=C6Թ~gGqI؁h3Lp 0L*؆񶔑9;UH }SP&cAX,m`$gW}8L-ո7Zռ~0.KnpLoFQ2#^*bR,&VmlKDGo^D$¢#нy'נbVmNj=Th}?D)$Z%0N^M->{yp%/^ cḪOS[}cCrsh|І_"ڴ>SzZ^U[Zց%dVfi`̯Sk@m9OB0u42(n0y W7\(V R]͜2'}h<#Im+Խ1ehԉ lnWSq97 \͌V;^NdR'(+[!1/9̣2Q:Zӝ=wu$/Naq,bUΔrN Elg8?"];EE@?ŇN6h csg XO0X#$l|sLؗQwH'SvF̦/=("_|`|y-=W˥m1/r tB#DrS~zd@9"Tm@;8@$2m=,UfJ?SY-5s3nb`6NG|7Qk3Xfvj,"YfcY˒4}᧵!tcwz | FϢeDJQ"6<:M`0o$DYX̷ƊȎ;%5v2Qx!\hjʈb/ϊ53雨עl`G`}!&0U?ʇȄ1+Wakh#k̚=oM`Q*_OK70ھxRr+ע>Tシ=[ ɿ2%dDfЫo<1íF)cas M)UHC/^P}I*d<aeARfYeM9&W=)WO=.-2IobWDL4qڕ~>ۋv}dU)XvJ |)_=/t pTշ{۰,_`\{3<,>GV8w sfТ0Ҍs!ajDgD)2?ؽ$"znSG""aTc8<qcF~%<22nGe^ >I6V o8/ewkC d:ELFD;;v i/7աᕷA2V>B0wxX_юZ5CXlgo\LjZC5K>ND}1>b@ĴῂPqcMa8Դ\:۾.|n~!J {(p _7_hGQ̰S`Oc[=M.S/](tj8B[l|GAU0VddlvɝEΡd[쑔}7&Tm-M̬~3kLox'p- dɘ< YTGMQ}X,!'s&=@Rϊ@cܲr~gWKOVӝ"}Qp-+&s ZuӪňhB$g\G37'% ֎1A .{si#Hv4$c/΃ `Vy%ctka/"N'7p^usbck'Z۷͈G&YRzB-1),)ȴA}1p^J5z dDVk~ J!Y4'E|?t9e.uv]dx8ud.Ă,Fz cړmXXV:j9N"941-WM?e0ȵ9~Ht:1Ѯ^o E1\pi@n>/b2CRerNqվpD! V =M4.ԃ/Us xt{r=|i/B f T I|$B7^WlNxdQ A+=|cȳ)OLL'aO֪!' 4#autG!Kl u)iX+/Qq,$4cY|VmnIo(Dvmb޲wWZ)=;R K$DK1lүtlyX\h?(u?fi/1i>bٓ m"鿕,%;-JJhz|>?%n5ysD 9]J <ɅFrjuz^I|\Vy῝-ֆ Ww꾌%UoץiI~>#svR3t+pzg^&o2,aN[̩xentR-bL%7/}2]gKn2ӐC"IYEN>YEP"29Hr#wGMB{9$36r$%NOyåE}&/ GY~TGآڱ bH=r0 kNvb|i$v(z}@ g;-ĵ|۳-6R ~Xݾ ݹ$jkϮF "4&r7@&-lyj^>.̗vIYYr:, b99^ AUI\*[FZJ)Ez+ܞ] iua{C֛+tM5h5ŘFX\_jף:s(t}S*$ƈwts}yDSe[o_G'sNSh)b*?o\ I~P3V{M);.'r)2@ݖ`]z<2bB+/ὯdENULMASpU]3Xkʃw gu;BP!o͆4q_i'hxrqWoh=Mk,q/)qZo^̰z#M }#$wFջE#C )/nJJMb|zx·+0ײiPZA"<.裿i#*-0V{y۾,^}ҷNRtF?PD,vw`EWw܁B,Şq/ M[PGUHHWgڵgo/AFJJ eZ-go}d 2E &,d 0ʥҞRփ Xȯ*{JK3:Z'l1! qUi QalhkV}i˶ZF 1蹤4PZ2AԾ ;4)!UHNڲr1&T֭VǞd,r}42 ƸX$:[7G{x_lT/޴ |%DJ3/HC"oxp]zS@PdEkWqH$sk+H×fD _ ᢅ\p xV&LȧK4?r Dt7\h//5b!VZm*B6Z]Oξ,|Ƞ? H/ݰ Eve|ρob>ޙ?'o6yׇuꬅ;8_xL|>w 3Rg9la6zI-Ua y\< ߕkb@;F$*/>S>{DҁaFB0%ߥL)lg3̛JS0J]^t0 Fk}3]3hgU&㦴\ۊѰ6.]!MhD\Ef0Po]k#!iL  =t~B+zޛY*e^$ PFOC2L,xMm9trՅ()$xtD7OxZ8{1NOh-ta#|F^B^(796 x7;zu1Yy" >4Xpz7@X mM_O=>Ht/eQɐL⌟2/f0MbG-d<9%6Sh7dE zp<>miKBoɉ^xc/!iv9昫 蜒Tfqdr|)ptûu"m!e r*:鰾VwOE_[0$U=X+(pJ>)MlbEm._ij-پ=p}OB\wTցV@X >bw;u]_|OfF _29kO?]. )ރ1avf(,yAz}> SE:>u]G J ;O6pY> c_;Ȃ= wFjF|׿h٢_#"fͯv`;E+B'YwG((b{jV d=Y5-. gaȍ'F=qHğj|Q$9KɿږfaO/9';k0*b vXZnܕF$VLŮqu\Л"K^߽.L~uk.B7ts 2r;<`P9!]@cȖ7nQ` 3@ (iH{ѢUٍ* (cAI$C9[wez~v#8uOEkCŸ  F8=G 6U `߼l x;p0YRZծ}$ jȒڇBfцA޳'4+u[2C Ieq[+2ݦE[ (_PYӑK`_rV3ç1nh6t_SezB䞊snܣ0d~7}mޖtw']{&s|@)>Ϧb ְ:!ZlҶNDX!C7*nu|){IP9t:~5A9Rz_>=N-ڛd^'!J7lO?S$-.H35 }6|L=߯AAhMCtOQ}H#1"K,`hRjlբ8`7<),iqNJ襧&Qax,SF3#ưݠ#tǡ]|>SvCP8Yv^$>HD(*mߋ#o ıeD _?mڣ #n`_ZGEu\c],M``M<D+\.tоxv\]D45o5nN})Éxj'ѣǷ9g*"ThY@0TVCXNg1Ap~@9a/X E9ĖkgIB rW$U$EA7j2E`ZQL>)"&F2׺hy!(3׀\%ͻcd -6eP݆o\1y͕s̞E7Mvl E; 1GA,eITS^D-!4@W-yKnii\Ry>_aViv`mV8IjT n[t,t"{^j.5ـ; j&0~fetĐ#f3]J b;A$X鳤yǴIu145jvje1ȜVnEXp<䀹Ni*-H 0e-ٴ ;wsϬ* TN!;f0]Ǐ\c 9奬#yqkEk:L`^d\UcmVn?E8~?mT!U<:7XN*EJ2bl0 LUfMneD@\b7UAGϤk25PAuUsx'6lrݶ-G@"*Dѧm.4DUu[77"h\~ 9_(E/,P<ZxT֜UNDޢٮXmˎsEDuoTz%bh>pfYmR$Ҽ≛;&7"+;h/>Y(_xyeqx\3[ݤZ[zxF~l.Y;h*1*gn|u~Z9~NEKF2p8 rhP!o]ୗ1/v0nO&sGC+8M*e&Ɵ(#CDS]:ŠJkWj \-~@QdlΩ|hRr%}q¼JFBSvT`\μ;m/?$$T@=z =gdzUGO^(>IVŝ=iNZʷJ⻵?YA?(833s2L>:P{@V]hmبכb;X6scpԪs +LxRnnN *~KkvPڑb g_Mjq30Ɲv>9*,O &al$A=AQ$a5pqa}N< \d5^xZbɬBHWt޺){,ADߘkغyy∌|LGV4U,1.){݉Z*"ix;/tb ~ZdXBSXkQ3hVTSAe7K*X.}KmJ pclL+[XC_M^͇urՙ9k${UR] ֏;_F^j98C/zv@cAb-.f7X{GF m' mȂ>CYn=>/(VGؿ+Jfg#'!3jHv(x!tAz)̂Z#~!Tͦ;4T<#\j('n?:+2Ǣ~ rV"׿tܔ؃Zߋ ʐƪExJJ>.Փ<6M^a}(|i6RhJԜ-YׇRPvI*P"+߻$r` ]A2) 8K!AdiY!֤:1цzQieʙ_S|3sVx ?W~ W(%HX|Hz<&t*)"}} -{ sW!ClzϜi8Ebo&źn<=(΄Et|di3a=w *+ir0 jiv>:'n5Ȉ68^hnȺ BQӟԗ1OWK)g<EM.]m4 ox(p./]>- 6mn)(!p,B({9M< :ܷ3ݹdW 2X"3nR3Lf؅f ^`I\u>[N !3:3Ç{QCԮ4m}dns vuӦ6o/0p-fy91QYk,WLztcP^ܚ'-F^4rKw|nrkR_м(^As{ryY<4b(e–?'dLݐS*Nyu<?&YNbUvO Wy+ߟ[V(}p}yqTb%zgrME9#N#f21]ݎtx%Xe^dXOvOn Y ?eP5ߗɱ`g ˯Ϻ6#%<вPW檜_@vΥ|gvbq -/8bA ゛eqCܱl'ܩeJ @gs+mvZ\wg!ID3jtbYh(o$|W{w^@дfމ<ʟ'Xg)]i]Žjtl$ B>݉L*ͫJW $jԞm/v|^]UjA&a6&|JZ3ysw6Knq%v ؼdP}*8q_T2!N|9.2la Ԡ?v!f%:.I2!ޓZ"TVR* y@2 נ@tګ^ܜD'8·FXXN"b̃eϒĆ[JݏXARb󜀨i~ܝI$L?ܨ5}UOK`o:ZXD{$/d->Mx X@--680KHv=ʌ呝IE Clj`nPSTZ),R2&-[rJ Hͬ;c\%vT0 E&KmԞH\u4{C*07xks>ݷ=9T;u{U'4.iw]3tGy0ZV}oq!5M !+1Njr( )Tv58GJ>_Dp F/dML'!c VRQz㼝0Z LQw|9bi#TMkS&zb :-)cRkit+' v$BEWYBǴ2tl>1L eUoٵUƼ;E+ހVhi7D:2:73 %H 9n#7 \uT$8 e6#]{!%mz@1A6i’G2rf0(ƔpriayD[ Yv3B\&f)[R3U4ЫѡU,rN϶pk>-Ͱɾz33-u-:% <ڨ_\tRi8McUB=IThZ9蝛aL> eHch9c6B f1+_ $صvq.yb\aܼFv+NAtwnxy cʉW{$lp50+I OTa\pxCzdKq|Ѕf9RYS׫?6E*yƲßB6aBI[4Y 4Ɨe3u@Hw; NRO}pe*~B\"Ӑy[cVD zٟeӏ +^Ј vLRh&KAZE}(KqkQiT Dcen&^/&P). yR3C] 7̀mc+'*]nK]oț1bG{-\E05=n! VjkD\4S<:MJ STluE`57rX&9SPRȇƨ0jmw(s~zX#t!$|+⼧#ctBy+6 '10YԱQ jr O`5ϐw/(gФ`_%Ur]HY*-guOs4+急n7 :ub8ܴcg1x?l]M.M 0mjɽ}ajt<6 E]~10S Ŝ[!D j?9c YSEFnqCN 2o4'׺pykjP0 LI{;k%K|+IDlձ#җ1k}Ne/S2EZ;)c\bcEBEozU~Q",8$?]jy ۏ DM[v=% {a ]2CXCc ~Y?!@wgfsl \^'ֈM)ШVBp= <* ˻gu2r]o" !Kw|moRR.&FƜe,;kտ ee3<"8F2"(Q/RtNEamw݊V,mݵ.\^}1Ka鱼Lzc[0Zg(ꬩ B[ .hܞkw\ScF|0@qV/P\/0CG&'or"uozL fh˾LA~tUS0+0S2L>rwF2=׏K.KPނE;{e)gT]ZU/'*il>z8+6b 3?ǛNnڋ`R G#'Qq`7Qe}!ݰZ"S:;QÛ C1/DNFBN<%=[MQ{ +:#4O>^#Z XVmiC7>Ex<LdlF=ɎTeӛ$Lrvs>>mBEf4[^{PpwDO}E:HN`* *L~Hn.2n|yDVzTA6l_RjgԜ`MʢU=[>l:@Ns6r /jp܆+0eUvy2R \57\12q?iE|m5vavU\9(>F\NdDɃ4g&|SF'FR1|'eꎕs\& ,Q:UYP@z?1*0)y K*٪W x)y@V1i hH>6S˹yT==xO$d&];Ö$h)Ev>U44*^D "՟>^>z2~TN{͂=d9 õM-;"X@i] u`cxd<-XiMu%֥ױ[ɷR"-ctoѳ'JN;lccDCNXi9_'<",Pڲ2 <_pa-;pj#KRTRZu\2L?b- ۻ҅: tFH;H nx5}U4YW >/,`YNT m~%p.xG w'B7>ʵP)z'=NK7Fpk1})i{ Kf(XV&ᛪsv0D.t͡81ұUzGV0}Dqf.K}79؊^s"[m&u4hx0̳F(@-׹ 7LRdiO5.Z΃:+/QqR2yCuU[j)n9:;PyYá죓2+cswl%*x&1s8 "0f4G˶Z\I,;Ws3NQvMNM0. |f4gYrC!k1(|`>@F?DnVM>a":nIJ֍:a_L7ЌoѳL-׎UV_ɗ[ށ2 G{r7#]JRS?W@sw6gڲ6Eij[/Αǩ6} LYڻS.XHI!ۑU('a"Bomυg.fDAf}r(vMbȲE(tSߔT Ag]CE!AL}R6u4vrUf!uaPNbKwV-(_n&!j#fp/DW{F>؄K\uZI44~t{<Bf kte\N 5%Ҁt%^q]9DF`iz|;sM2T~}k%FЧx#]*zjʸ28]YNs{n >Of-q0gN[PCq,۰af ? Vg`btH634)͸T[r [ac#K $+lEMp' ~9+rL{*aW;HeVzB a%_1mx@)Fʱ}DăB0+ė%w,yل4|^~5c$csJs]~tlƢEY#:.a.bnJD"94:HP[]7ձwo#&W6pT?+BcܫGX(>:'P1?I?:3mSnh~4i$12fć/=5uBPH`Et|gt Nr)|!mLM\6XqgU̐X +FCb S+OKCC%zdŠ}L:vu70uM@̦@ Y 0] L=m 5unίRو|RwTg/LH(p~ws =oϧ'!f'b/;z No-=n;ue3qvgaavl+~ l,ƚ H+dGxƪZ #F|zG h4uϪL%L%=) llf7#a[F".`V8'ZԶ&.|8EjHN+V*bF-NȤyȜq f~YT_ @EC1n#=)6U1?$5g+.x37Jb!r g7&D~&ھ o^5]$67ZS9(0saaI4y.yNUBEdk/w~dXlIraGSa4dGT9w6݌Zt9r44Ӄ&}B=L ^ q1>~<868ou s26&kW^"LcKMo҂:EޜB(!G~|SCB p{&t M#N4C m?n&{%L@xaAWd|tĦ:B[l.nri8˜< 8qP;9%_4$yuU늝@{:չA'5٦ә.wz%GZEgũ:!SӒH Q|(ZUQFo_Gp.R9| W1EcֽƐ"_}q@FST)`fckؑF?]e0Ijq4<)T7|H{$+2MiP<;lUؘcp|a 7e#zg SS\p< ris*}R#׫Q?x.+"akquPZ& 5a ч[U8 tnGVhtYA+v7Bٱ+|Q|;U826qcȖ.Al tCh~9ko X4^Q/Hm;R ȀPѨ>]TfaEp%Ej-g.JxC- 0^GUȋ(e1(=+mлBS1_ŧ;a*p6 \RR̳1f7" =s4e'o5/{!S{6rxA,geq1;+p8 dx 5R'=P!7JJPV*22Ve-v`4/n."WWbR[m%pI+F&xI~w7P]iQƺ^,??.U@<ְ ,z`b+fzZa<)`!/h_+fuFzXUd`~<ԽuYȭnbq31'}Y+:MqJ:to3pVGkR]o|Gn &14Q*P:dŃ0 IGg* !8\VHx5zq)24W#f sL([@U9y<||* VShOnQ3k:"z0Q6D_%,-JFVnXIjxqԇn,\H#<I%:ST Ard@I{ڼ\gUʙbwiM)aFq+ i^) @ 5<`LIN(lZ=8)ƻJ[#+ru).j4}r_|$מYbG](WI"ˋd*rAD( 7;VDJulS5%JH(G3Ei Ɉ|M{+FWvDyD \`Zap`"SExP3Xe68GEUQZq^}s=R裤q㉅3Áꊟ6M||0:!}D0w1afHU V"q ~AznNA`}>0)(\5hLdXT֌dUe?ы!ÒhFb_bUVFDTpܤ!E%K+S%UcbY EV~%4~f}k?/k9*+Q+j>׍ģ 0gOXIU{4+b*_^uQ&6- aa %<5XUf #ȭAKNTr:`%FK @ؐ^#c p5O&Z2ѿ?g MA=k>p%NIɛTS mWj(NVO 4 2B8@I0^>r LhF`t1Aک uVw)#  E:4$b9dĉaQS]/f=i|3h^=\Y \4S)}p%L׾~hK> ?YIl`rTU^}X{rus{:Po4i:(7-#ftm")#fd:ӧ}p8kq>;$Ux'}z~`dk[Yj)Pik-(B`$ɾ](=X-uPTHN?,1Ro`c2~HCb1hqA04y-M^ťP3cذnQGX+)j)qw *s# *))%J"*>Q2h`ٱ;g[^'j:4`$ufۯOB\ tz!X9{vq ͊5g¸b`XgPX#!SڡNuoJJ) z܄?+G#nu#*SLtR7.5OyBeI`h}ٶM(WjXƲOV<;s;ƿӨA[Oa n(eERgN7pr_Z^(6r>`'ik9BQ(8dշPIw:nvsҷ> t;5za  c.3J eW/pP=pJ0,vzXiGO=?ZF@Ko 9tdbLkC;vnV/& Kr sk!fՂh ǜiB;#Mzo/PVդr]«Ҙd: >Zu8C;.i;ѭ{T\OgFRlI\FēpJWApz[Ajq.eٕ΀xݨoaU{B.N؉[ZS߆rذE63" Cc΄n'Ҳ+,=4u`eq0IRIdM_Ii BU9bYufLͱ0f?hMkdߋ2 y5l] l%9;|eXfq2tAjM_. PiEdA!Kuh<ðk z{t.eܪa4,.:M%1>_5wu :C` L%`I5ԔJ+=}[`!㳉VU /R JeK1HBVb E!?x̭snh gIuvbi3ٚH,1:Ai6D2Y$>4Ü ZAH J c>r/0#;/dڡa*^LƁ_3@tEBfW()8̣ WpEф}TqC[/z&on>Y}~g-Vg2\xD,5dS(F 5`3\TgoZcaq']5!yvd˴)->E&|Pn$oMk8ä`e[JA>,/ K*ӱ7ҲƀF9D7͍I>b@ACPk)瞕U X^)2D3 s]qZ:I!twDWF,O*W-~h>IH@BqZ)wesMy!aL3Ep`9{-%jF7(ȐzdvF":#P+ܡr[93)Cjgt3MgW}3Nnc2QS[/(fhDbbF!n@ZS8EĴKaA` Lx1AbYE0#f''uhgU)R`B"ylq&`Dzt4Zp()a4ZwGrT{ixY94,Cz%dK]`H@B!ʂ+C./b|sqhJढ@sm!-y(/~۱tz17Pb{:} s=f?7ci_$$4ٔaϗEČSyx^$P):_MusTb͠I;s4㓺dr 6uT(IvXsC5L%2;h5=:NO1? J׶|WpM~= kpڷ7BRvT&"ە3Nf!k1$B9Tea13}-B'_44#IsÛ~WPjAzqFשD:R2;B$g#=j)6wNu &z ɳVɣ\݋1<6&قrLAta$wbjl(r11}Q* >Ar>Wei2_ƈ$T=9RF hP7ʌjϷ ;" ­pKS1j\c?jџbTٕb֋}Xc6AWA*u+B 44(^.+Tb/@8:Ke^\}gMG^NCEV쨑+RJ(dߠy'%o !Zw%>Up'lW!I|(򡚁VQ2uJp[;@>H؝KIPbIc]e&t5HM)2 ` (Ao@ZF؝ q T]8{57?ɪkY)67^гΏ]i7~4Lqw~/jYp!ʖXxkw=Jn9J?Ņ#wlBD*p>YwK{A 6y~zdL0oS"GMWkO`:$t:F_3(v[*3{UX{ dEl ?. K>B^ V]Iݷ 9_f@|if+["<MN!F3xCy#S|W)(egٻh$ez9;7e>q fOVs- E2ЛS4@ATzWc/>s@;ڝqv/S@mRx-~\X}Γ2?D'Lp)X+[o·ROÍ)U|AN9 邲=VB)%8s)VT@Й ߔW<ڀ)Rxd}ӱ%p4&Mx ՟K@Y31oDG ~0 Åˠ_;v7ΈM -,8 ѮQ>ku] Gt&_Y)d! 9ܫƄD^<9{j*6HJ.D8jf^@&ջbxjBٲnoH"R4nE˾H@D_ށgqn*W?J <7,TY^ɖX9mO"0(?ȟ1٬%s=w\OFq'`3ÔzArRTRb6gi3=nq0P[A$unvd~c2k;hCԓ,{u H:mV6c:Rhtca@wYڄ6w| jOtagp5Mʁ=i!i,1 vxB=:W!B#d;;*3*{Iz>`aP9a~,Cvg-'wq}6IV-mzMэ59"מ5{1OVdVCN_Kͼ #nVirǧ-N?ݎPn|"OLPTI෎WW7Ep?}5+K=n= "ObG-348?ӱ]i[W>:˯d$ [dUeHL&)W:Uj);f9_2Ӗp Y<[’1im.4 dz99z_ZH3^җZLs%D\L؊OSar_ `-ů&%Jf{XE~HwXrA5j,3elpEg4ltK~zF O.#M=$m`Qsu棶Hg1%uS'h׈9ʓ.)(`ИϜWx<' '[(y<.Oa\pM7V"?d{-tYM+QZeuWY&jCV ]C9t2IOQڪ@a6]"IXƊ@hh:^߆@;C:& > hhTWUcAz T%{JM@ 7`~6ȼzڊ4+jr&RҍHÔپY,fyHZ]"wvI]dc#ƖӼ{ 1e hN£²%  o#:Ġ_*,c&M `L< F̏&*8j9ncRr^ʲ>u"/[|7Ywߋ|{A:T[(VdlR H~"vh'\ ^& RߔǗ ?P-d6)!Uՠ̘x0kA&cD̅2Qxɒa  a/6/s$s} ewPE 2e37´):vQYҕ_5LLJ6gSS~(~XrƳ97pD[ *س]PoJXbA0VTz}2i9c kYngT)!UxsxK;]dC>aHZԨQZ^@ZԌ֑T^dKJڭ95bbAj*I&;=EZy$MQ'˒qe~vpsx*vygP\H$!$[+$QK ZRo?BZ<_󿺰 iQ|W6Ӭ>_R,d@ZKHMh9vP] s>Ԉ?蕞8r]^,ohw}ZSq'gW+ċtYGD:B&T~Bô|XrLT -_߈agPLߘ(%JXbS;Rp 'k/`/?Cnq.Ua{ڝ?#;AmR Mꑵ$C*3 ܖ^*wʔrQV$!X-[guۈ (iaN1G9ދ53l^rKn;- FD AH{BrޒN-ҟ X>jd2 AG*`3$(=)"?:=L[[dpY8 p4($_kE.IueykǗۏy)x 4#F@صǑX;:rcK `gMsld֏ wn 6TKޤnԽ-$nƹ;D/f8~+<׶R Z7CtJ֖oݲUu,3¤Yod0#90`3ZҔhNNM>6`@AQ QQm̔Ƈڀk!~0(eABRcJ t1ekÔ ~T=@8]T?P!91u矖zy M%tNgZ_PNr%Lo/~}TQq"@HZmD /DL;[>j΋'z n)Danpf~]YP8i8.m\ZA)87bLN N {L,ƺϫD=%h~*Ee:Zι̊?QGʼR.nPߔs_ԏ?N,*hs} gi/Z/fEe*MD8|KIe]p6jMf^dE}<zӺaRF\aZDؼ5פ*LC*n "t|< dl5^i,6jjSh.xMDV NP!x/<{eDfqauH"J '?\1]kM!#{Rtӫk,)%(d|@m5YY56Rr$C15eIM3*+ 507P%ĜO >0^DC4sGSu[}zfլiyS7zD8 6N8qR.dZP/yÖ%pWenhE`6޾„Ԅ,c! Ȣ-JZĊҏb!`A^m/~Ic"pnCzkylv`5-Z-y}#|- yp;& Ŀ0 d%k{I\Eyqk*]V`I9@o%ްҪm[σ725eQic]:ê: NQ_1Lf5Y%B)-Ha= mZBQn*g T},=~NҌ!-T@oQDtU!Iso=h.F, (} @t&Gh`hH8qP (4Ř`@,hKӰ`Xo?d7EI> ӟ5vbDŞ6=7fz"ц!! ͟K{B H*xYһw) l>"D `{? .J B|tMv2φYVԶ]tSx0u4vlE`(ј uc -:^S{4XBݖP+jtPM '<=.k]άguv<#20\(|5x;qM#+U1C/P"`Feם0~ۥYfRtEjϚi{?w3ғ M Kac&ГDIX%z/OhYm2 58ԝT|]i)\qe?WCPQTNZsWFiMKaT2j??w)ZS䩴]M=qBFٍZj?"T9Elngrœ`WO{sZu/+ ~kn:tfsSžpuf>{ ;VN.>j4EV{.:0R |$ ro"/=S1oRdQ0gR_]€U11]\jJӘwwttǦ"t^H&GP\chu. ]=sݼpEwpmp]b -T&;FG49W7=r|T7* 4 Knsw-y0V"k'7 ۭE\/OIl eKd"߯nWqaxCԫn,@)0o*ٟbͽ- cxEcDR&yIΜqȐD}C7[e]YAl8=7}˴͝# `4Q11:!cH// .VSG\uM\ __ pPmoCY1b , ʣ'HK7WmLD2W7poʀSɬI'.IK&ݭD&,SYi&lfZ-a8|:av,M}rk\>spU|7K],Dl .vk*sfW!G/OhDSKRmE-WNZ}k^RNE˟fLUN;ecU/YE{ 5P֣d(XM"9 VW;z*%)}|kr[ Mabټql\3"Q$z Wd}(pd\k~ډڣvg]k;ԟr}(X#3&58 :ITUu9u3Yrlm<w [F$MYU;>1)le.3g0`-#pk'`Pb , K)۰sc){bX_e?w(t%x??!qY6TV )/?t&OxFV⒈TB&Z1cn_1M\۰A\?<|Pn9Wq' | mfB6ءtw"W@je\ompxhZi?s<3s9X]g)8UR hBZ*k%M.s!s(pڂySK,%)_2O{k$xlIhCt~t4kCSSP If },`" <`˽ 'lLMw& Ef-/̡93 E*%ʎCF ҟ88Et4@$M͢&7"PvIyHzHnsg1 񢵋G&ge1-B"# , /,;.oUȶSv9tƺX\6)N HQo/-kx9]hڛ(yׂԣi+ZγRƮaLSXnC][C<1N='Q= Ğ h7fkV)b\'@@ܷiPl)Nk(=WB2Xm ULRB{Z̓<]+Gm룅=# lw  ,S;I xDQ&w CK?GLVښrzTmPͬ->7/3%iL<ދ(_+$ u˜}e^MnJ `8lbJ)vW\zVoR~`|%@bC#Wwe*Nl޳78H[r_l[LD)!~mHs%Um1rtwV1!otڥ,eݿ)>|'9_FP`Ad8H8Ȇ ŲzcجP%ILˬ0>Soc1K#dz*m\S2F p5>lvm*)+A4Zv&i[w}t XRHHLHTgIiq_`â|EcR)1(. xo0wQBCj5U9$A1ĥv :GFF!ar5WOR|<n'M챁VupN^bGRwӈ $vRXAʘ W0 b$:g04y{}O?wbֿԤoG2z^*x4M5҄di݇}9w{*,^nX޹aX$&{bⳂ(M>Z~AvLu{-0?QWBp ZsY%BU I8A+ZB6wJMo >G6M\;KF[}Gc%5ĩ8z+7`8;CSAl3YBk㡎v( !YCAޏ+ mmץH ;]N^} "^~ƙ# 9'nmWw@Y6*n '^$j4K<cࠫJe2ƭP (C &Rv:r 6&}qQ- }@9 ZLѶ;B8;}ift1^<;. e MW󫏴o}Wri.䐫_yŪX bL"Yj3 Nk$wNY 2y(ޙO]hiQ0 ˬJu(ϓ@BGyw|40?F9pL.do lDmpQy0 +!UȔʤ'$3wiMʜ&q*5ڏ ׼8 yj!2?fqA& 6gՊG)oKsp.GL&taה3gJi`NtZ_ c]#N}O>Z:Ocs2ELڟj(wP«ޱq6TI_umV'}H"i>QpMe[qD+{PҘlBn A$V$~/p{l[1 ،JbAABfGO}rb~5Ct k!8HbL/7^E7VU iRzZGiZ:ը(y%h$/T%aId'2כ)$7)a@{'64R[_ѷM8a{m}Z/Q0$J_]ebNX J9" *ɼ^g [Zo鲍 ^ ܟe` \iq)EOslȲD)b9x%VbCŢ7<Ab'Mc@j{ıV#rg;k6S68ݬ1;.(:ZU޾簷(MFYƟ6hܕ+QE,$h1YDkh1^pΉBqӊ Z0O#6sp)QǙ9X3b0?um=C8w ~}a=+ƾz+9&("~5JKoŐn=TF ZﶽGÉ ̘vdxlY,:v/l̀QRta޶l'N+ !u *-7P[9DE87"4UYH_XBEVܑ"ĊX cZ }?lZ-Ax.m!6AQN+Hhؙ"`SƮjRi0^=RC4GoyB'GYܹin )!|朋 MR(l߹N\kI+D䄿 UH2rƇ,N0=ڣ@؅jjھFNl#n|;Rso~ 8iu#( c^ T)f̎l2ť˱Z>&4j?xU5Dq]<3SS+uu!͏$t1\ ? hy!DxtD4U6VtrZω Țk'kSn5Lk,]T,9EL hQQnά4 +0 ?_>:6Gc I{yC m6rD{LHDRB 0DNV[ބ 5&` @" z,$N6eM@ \s2"޴FA+8&}`$Z8/ʏēU|WHw*' /, s~Ĉ B f$yPj۱ uU!Mī!aG ϧs;\FNT*c {c.AZ&Î6]vTHEt9@,w <(yƘ䡏ڬ;_hLP0KpE:0Yĥg"f~ɂXd \b@Mh^9.qTlV>|)8|@՛Ԁg5VWvĴ|ڳa-=2ChNamֱ7I pW6jDÞC?fĄM@pl6ӝ~E;z=UWr/Z'yM}xCBװqZlyʐ3h GNW\x TlwRo V6R& =K["CkGc$4, \9a~JYUr@g(PEFtՐ5:h*XvZSbMҮPRX(7s_Sj¯FriOݢW uZ |'F+dBxJԝkH $FܤSᔉ'nofcMiiέOPA! g-.{EU"tLdПZmWK}E!BpFP Ƙ^8 rmY= ZlŖA/na!gߗ gVYMpx5 jlqɺwm1Nzȓ(j:`Id!ϳETPŵS< 4[]as>OHíE n7(;& Z/ 'Y"/I'G;Q09V S PWߩUنH5p򃤃cLqܭ7vUT:~#Ir3sWOS:&_: NYI H15E,~;=TLO(G $t"2nȸDB^6`:uI~T3{ņݏrWN%Js70SvX_]g> hR1mfJ2r&^Cؼfמΰl1ɾ#Oyx,nЊa3V_kC\bl;PUOb!H.X+S-D,4T0F{\,Yj BJt+FF{#h+rQs/uB֌WHP:cZ 2L&fW \}m."K]ݴ6u[ e L絁zqlY!?֊~c{yY 9ԎGedCC\%2|{ew EV Eveqem'ۢ]o_Ȏa }"s6ME!ːw !whwϔ o;dWXc%lx*0~(}>#K|G#eWvڜ/"hDB~vc5 iݎ Qy}Agh?NP!:$)!\SgZEI|3`{ *w8O(.#a;.c1ƟONnbuk a=U%-?G w?gPMfA RdMx}2,bu]%ȯ<nun{h6sH%1nnۜtg$Uq-aZU1>Bp U WB͵# %3 ҄Qe gXH3&û*,osPcri_pUJglvDCWg\5ELFx<}Ws6PMM K1H[`W݈玑K:H(qM#ooȶ˂pZFl9erc<(v2"w@Є%J6;Qzıj" C@a`~V5tgc/D- }hvgQnCPpJxШ6޳pbI,";H[ D\Pf ʡ~GJk,̤Q@T~g{.(] ..XľͅKJE;i*GڶSߟA7 RFk B0OHW+臛tMٱ]o/btω${%pWZ_S쐤dꕧSmfI 4kVFMhHgqՓW@ƽ2R'v.7웊<1Yii>~;|]< } OtM IXK&hasl4MHEil>4N.#; 4a)u:GvR\?aevb ri+/KD鞜rRtl? N/ۚʒb-Zsn7iLpZ/4_&ƕ{jR"zQegG K-rsJƤ?;1]dA܈;g?&C+*VԷ-jrbxsu`$$Q~_(o&K hbr¼piQuGkB!]M;_1D*?/B2Ccb:qؤ] ~B={|,g2ܴtГ~ݵ=Y >?br Q0PD 2w>oo k%lI(\9`rrź?y<}4R0 xtOWz$ @% HxrZs\c=ZܩJTaZ}=HzJvM=I78 '?mմz6n",ɒ]Pl;dD!;;6 = 0%TZxEX 1G>p`cVQ"DjK3$Nt֪NduܬB:|Q1%0>wzpkSc[L &!Yftve\WVkfI'eN(ĭU8Ծ=g>O]vǁZ}:;7`b Ͱo! 䚥P힜p%n0?g)chLP$Di: +EQr,/֪ޒ( tZ57jQp=C^1Wl{"lAj e6l$vja%yvx3e)vvƾ =hs ޹tTh?}N"q3rF@ GT2 no ǔ=?ۭpw!K+v'x:³iPip0 MIab:J/~v"*l`$_ mϘ@$laUD֡N2 e>4_'At3/~ұužW|v5.}SO00Yʴ˨ZX[7L:}RL VK%xRQ to7w9ǁnb%9V4T~$u?&)H/gj\<\[7LbsrƣqLeaX+fŤi6NF*erVmϢP'!,رp4Nrq lc!Prv~?؅RJF[-AgjQq-Γ'y) 23g]۪@OJ?H3}w(3ʳm/,<`Ė~ħ*F >{*`xHFZpZk ^bJ&RQ3klώHzF)Mxׁ$2wr 淍ә#E Y7y?wj:ɬZpBV6{f^iq`_jSU84c4ƘdkPՍ*OƂCyvi>ނNr?OO! qq!3d)]$0zuIC/-^ H{NőO}؍DKaȄ]" ҂͓%C>WK"dŷ'B$JQAs=UF状~śk"R hoLz|'2&1(f!Dpo#O۽O2nڥ gn:`lS $*퓎)ұNjWom h@lO .-f8~s.kަ~_ ]x3UF Ftܡٺ/Wc97,tL^Խ8`휘-kгV6FBIV%ɛ$$XMcqjU4{)=Suzo\^s?@ݳ >8ʵXnjS{Ј`ܜKhUm*]̫C#3K*wގ@h~k/O`z B.dI4)qT}68j\j uOO0C7W:YNBzntIϮ@i*Pt ^L z rA䓜Q8H3֪pv7YS,= MM=+e0qz=îGP&a#V+ԝ[$ jFϦ?i¼(IU'D;Cߴ\,@`˶Z\¶tk?x\{úF?-"(j4K0ym_1J7r_ }XؼݨAbS6z=X۹7z6ټLyu2ilV%^b9yì{!To0s˳G%Cvaޤ 7!TӦ,J<zj8#ꙒZ:YZpoH;" D~P z ):÷n)Xs?p#54t`e]p\$>f|6a:!_AMjY=6n(drn0cw$C2l)ѮmX/|%SV\zT^ ەgNFM K*7e뢜^6s,p%bjWıgw|]f\a7(Gu=;dP*JԾu,UQqP9,6%zYn2 2EGGÒwQZaë٣Qh#~G|B:~IuߥLrR&9W0d(o`5K48<4#mw6@"#"FJ}[p7xra`b^b`6>ii9嘋mԫt)ي MDͧ- (+&MGoQb#x#Cm sp}3<".k[EWyw`嵩8:I%%mF|\2%_RDh *uڞ)aµFi_}zq"r-r,o|/!'%u QfOá&E@1CfL cS5\@nАʿ HaVFd!'UUmlj1&"I;OBY5bLn߲+:\$O]¤Vn0e"1^?˄+Yj#MscU•l ydfuBE< ` 쭯Je% ib}J|YJyc͝җlG=-G!VC.չݾƺ޻2H~$s-SH DDD[2n챿KnJSxVA|kk]of~gU+wrP/nS&Wy%4Pz࿃]ri4 'èA/=u&*/fe\b2kJ?~s_\#75fN)箾sB[R3J#l(?#vPIӬ4A6[b oOBw|| '4Y7%&`Tã$ˁȂqy#Ջpcs+p ڨ·y/{Mۓ2:/"&sS,FnT)W!Н !-/;(Q Y*M.zp2*h.Ԝ;Q[:"q;0[T3tjPF<7A4EϾ +$iP ۰Zoֆn Jq!AtJsQ+uڢD~H1Zen7_FѤC1<=k ./RdѝdvbeozD8RhµF7ߞ|' "!;aNgƎDU Z˶%AfW4-FdhkǺ$u[0rU@°:E5H416)b@^-6 et_ Db7Z3c0Ir8ZSǕm/'TB{"F?!hGZ< -&~EZl?RƐT7@M )JvY,{@$ Jq8ΩZ-ES3IG+Xu9Vtx|}{n/-bvɂn+n23m(G_&47TWkzM X׆7?oN[-tdire~Ie.rT[yNHٚhxG[k2Un>0Wv7_0+̂N 3PN:?~@ mN®}e,!U@6<ô2oېa=bNGtj-u^9~Gۡ;w1*HI#>ܠ5֓#l~ \XeTSY8G?oؼ+"7JC\n ~m4߁xU8ű%o/z>A!xOR=a mfZ3CfO6w+JnIޖ>"5:urmݝ=}X?A~s_󘺪=ԙE)tkb/8z0NzJj33eY(H{yuaTz`\}_溙ǵƍ9,2!⻑|w8G\eEPw4)5&TXYh-N~tZ[(e[J#Q͏Ä\>>զ;~Wy/H,,9Grl[4c*H/T.8 "gD:r7KA;uG22ЖB)r=pAM*0J9)Y"4_:YM%a ڱ`lI=ɫБP^Z;  !s`2Ԩ& ]o6^*OKदwΩY "J%Y&یӘ$I!bq? ̷`k) 쫇)a;#i5sZ x6#Y2D؊cSVȴw^XrW.YZ2 "{1:XE4T~kE0:$x#/)9-Ao2UFBsĴum3b MNa >5n||pBN-75Pf12hҗYjmkBm)껗o뎆FTdz-m7.MBfsg?E^P6K`kYTձjuH"z+j.ތmV7NofD%MK:Q}!騞%dj~*Oo Ln #',؁N\$N3Q{0RXWMW2E\ӦǺ[j%D/X^3z{&|Ң2;\T\Mu;z= T2L7% l%g[cnV~[R~C>_mxB^pDvz9@T`tA?3HKabDlL(D[uZ@5F|PD|3H."]حXćcbQ/5+@|gҏRjŽ ^L9ҹAPR^mykD%=,-"XX2%U4E0%m&c"lY}k?%a|p·Zն:$![wp'+ZgSa͖WOi=e]xAP+(eh/[͌֗ 6ZrNX2붽EŇ GQsRWwx'w_m;`p fAωi4Qp|D:|@Ě"CI\-nd))х;Bdvɓ⦡W@pZن c!%aeVbaJE'A]0i?-cYN1y!DTѮMȆޱ ƽ$>t+9i'7*׉k: ޠ<$5d`\8 ,(\>ze]g59g{d*]9ƙx7\,NL'\ӝ"gAЌx˪[ܸ ͉l}\Ki1MmTĈ 5|&OG^$v1ڕ'/$?6C|@&/ҭKf jl[֢I5S%䷅I %H}:&{yqjr|5~l=EOAnZH$ѰH%)l,I9K$(bz=dI 2e2kdA8%c#3ʌ2jX6bUx M< LⴼϗHv6|.'Pp%wcr/iirHUݳq _ ]Qc,U40ӗ4g߱hD冟ew?Wvj,w&w{2V~`#x*`Dojrߋ\ 70# :;WZr{JqrpDoh=Q~4?9=U<&?[Jocw}~Cby Քkmp'M9ڝw_\?Λ@mf⣈-=&JjdT]탙n4m]nXO}e[z'6>[łYql7͢ݘ>:&ycwJٜlE\vFdԥ楗%,kY FVj&RHS.:X$4O[lfx5Ex XB48I1xcHgɠAOB E?w @\YB =^[b:;\Z^vttJfoLY+X CI1V)=JONT >9C~DT>t6m}ٱCd.E(vKHJ@VL+$9N˯Bu[r? YZ