libpoppler126-32bit-23.01.0-150500.3.5.2<>,e6~vp9|) 4aeSY x|Hs V Y{>^*h sjjXPC,Z@+K$Gԗ[!uZ%6:&|adw%p вE7-h[jQU4>WEm1ŘDKScƶMӸ which was still experimental in gcc7.- update to 21.12.0: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements * Add API for validation of signatures * Add API to read/save to file descriptor * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 * Increase C++ standard to 17- Update to 21.11.0: core: * Fix rendering of some non-standard confirming annotations * Support rendering of some non-standard Type3 charprocs * TextOutputDev: Respect orientation when selecting words * CairoOutputDev: Don't override the antialias settings from the cairo_t * StructElement: support MCID in XObjects * Fix detection of monospace fonts * Ignore Adobe-Identity for non embedded CID fonts * PageLabelInfo::labelToIndex: work on some special no style intervals * Fix crash in malformed files * Minor code improvements utils: * pdfinfo: add -url option to print all URLs in a PDF * pdftohtml: document what zoom means in regard to DPI qt6: * Require Qt 6.1 * Minor code improvements- Update to 21.10.0: core: * Add support for setting custom stamp annotations * Add default appearance for the well known stamp names * Correct encoding of signature's properties Reason & Location * Splash: Fix rendering of some odd patterns * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak * Fix issues with malformed files utils: * pdfsig: Add a way to list certificate nicknames * pdfsig: You can now add signatures from pdfsig * pdfsig: Add option to not do OCSP revocation check * pdfsig: Add option for AIA fetching to verify certificates * pdfinfo: Add -custom option to print custom metadata * pdfinfo: add metadata flags qt: * Add support for setting custom stamp annotations * Add getters for signature's properties Reason & Location glib: * Remove incorrect PopplerAttachment deprecation- Update to 21.09.0: core: * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators * Correct decoding of signature properties Reason & Location when they are Unicode * Fix issues with malformed files- Update to 21.08.0: core: * Add API to allow addition and modification of outlines into a PDF * Use additional samples to test for constant parts of an axial gradient * forms: Create fallback fonts for some well known font names * Support reading the PDF Version from the Catalog * Fix XRef::copy when there are modified objects * Take into account that Date string may be in unicode * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error" * Replace a local bubble sort implementation by std::sort * Fix issues with malformed files build system: * Better error message when libjpeg is not found * Better error messages when libopenjpeg2 is not found qt5/qt6: * Document that a document has to outlive its pages * Make getPdfVersion return a dedicated version object glib: * mimick TextSelectionDumper logic change for spaceAfter- update to 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions- Update to 21.06.1: core: * Fix rendering of some extended latin1 characters in annotations. Issue #1070 * Support some not so well formed documents with password. Issue #1083 * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Fix crashes in malformed files * Minor code improvements qt6: * Change some functions to return std::unique_ptr qt5/qt6: * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Don't assert when trying to invert singular matrices build system: * make boost opt-out if building splash glib: * fix poppler_rectangle_free() regression. Issue #1087- Update to 21.05.0: core: * Fix crashes in malformed files * Export SplashFont* symbols used by Scribus * Minor code improvements glib: * Enhance find to support multi-line matching qt5/qt6: * Make sure new signatures are always properly oriented * Allow to pass the border width when signing utils: * pdftoppm: Fix regression when using single scaleTo. - Drop Export-SplashFont-symbols-used-by-Scribus.patch as the change was upstreamed- Add Export-SplashFont-symbols-used-by-Scribus.patch to fix scribus' PDF import plugin- update to 21.04.0 core: * Hide symbols by default * TextSelectionDumper: fix word order for RTL text * Fix rendering of text in some files. Issue #1052 * Implement rendering of Masks of Image subtype. Issue #1058 * Forms: fix unclicking standalone form buttons. Issue #1034 glib: * Expose more fields from MediaRendition in PopplerMedia * Use stock glib macro to define boxed type * Remove incorrecly used volatile from enum type registration code qt5: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" qt6: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" utils: * pdfsig: New paragraph for "-sign" in manpage * pdfimages: Do not assert in "too big images". Issue #1061- Add a Qt6 flavor to poppler- update to 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake- Update to 21.02.0: + core: - GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation - Fix memory leak if saving the file fails - Internal code improvements - Fix various issues handling broken files - Make checkedAdd work for long long in MSVC + qt5: - Properly export NewSignatureData class - Fix regression in QIODeviceOutStream + MSVC + qt6: - Properly export NewSignatureData class - Fix regression in QIODeviceOutStream + MSVC + utils: - pdftohtml: Fix error() parameter type- Update to 21.01.0: + core: - Faster routines for jpeg decoding - Fix reading signatures in encrypted files - Add white point correction when lcms is used - JBIG2Stream: Fix byte counting - Fix potential data loss if we try to fetch a non existing Ref after modifying the document - Specifically use DeviceGray instead of DefaultGray for softmasks - Fix various issues handling broken files (including bsc#1181551, glfo#poppler/poppler#1014) + utils: - pdftocairo: Setmode binary for windows - pdfsig: Add hability to digitally sign files - pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK - pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK - pdfimages: Account for rotation in PPI calculation + qt5 and qt6: - Add hability to digitally sign files- Update to version 20.12.1: + core: - PSOutputDev: fixing regression in the rasterization code. - Add missing profile copy operation in GfxICCBasedColorSpace::copy() - Fix issue in broken files. + build system: Use modern CMake linking for Qt and boost.- Update to 20.12.0: + core: - Draw better circles for circle annotations - Fix annotation line width if no appearance stream or style are given - Tweak rendering of highlight annotations - Fix border rendering of some annotations - Fix rendering of some files - PSOutputDev: . provide options to set the rasterization color space and ICC profile . for splashModeCMYK8 and language level >=2 activate overprint emulation . use the DeviceN8 bitmap for rasterization with CMYK-output + overprint - Use the font name without subset tag when querying for a system font - Splash: Fix wrong x adjustment during clipping - Splash: Fix blitImage in uncolored tiling patterns - timeToDateString: We forgot the ' after the minutes - Move psLevel to PSOutputDev creation - Fix several issues in broken files + utils: - pdftops: . provide options to set the rasterization color space and ICC profile . for splashModeCMYK8 and language level >=2 activate overprint emulation- Use the correct, upstream provided tarball.- update to version 20.10.0: + core: - Filter out repeated forms. - Implement EmbedStream::reset(). - CairoOutputDev: evict just font faces owned solely by cache. - Splash: Rename Yd to Ydown, Xu to Xup, etc. - Splash: fix crash in out-of-memory situation. - Fix some undefined behaviour situation with forged files. - Compability fix for Forms. - Fix fetching of Objects failing in some cases. - Fix clearing date in Annot setModified/setDate. - TextSelectionPainter: support glyphless fonts. - Splash: Don't try read past end of image. - avoid abort() on large memory allocation. - Fix memory leak on broken files. - Fix potential invalid memory read. - Small code improvements. - Sub-page objects: initialize clip max values considering the render resolution. - Splash: Set initial line width to 1. - Fix stack overflow with specially crafted files. - GfxShading: Simplify holding the Function. - Splash: Fix x86 + windows asm build. - Fix regression on PS conversion.. Regression only happened on applications that are locale enabled i.e. Okular but not pdftops, when using a quite new lcms and the user locale uses , as decimal separator instead of . - Add UTF16LE support to TextStringToUCS4, even if the standard clearly says it should be UTF16BE + qt5: - Document TextAnnotation::inplaceAlign. - Make Annotation::setModification/CreationDate work on existing annots. - Be a bit more stubborn converting dates that come from xml. - Clean as many null characters from the end as possible when converting strings. - Deprecate Document::toc. - Deprecate AnnotationUtils. + glib: - Add accessor functions for PopplerAttachment. - Deprecate PopplerAttachment GTime fields. - Deprecate PopplerDocument date properties. + utils: - pdftoppm: report error and exit if output file cannot be written. - Document that PDF-file can be '-' to read it from stdin. + build system: - cmake: Modern way to link against libpng, zlib and libtiff. - cmake: Remove stray support for lcms1 in pdftocairo. + qt6: - Add work in progress qt6 port.- update to version 0.90.0 + core: - Color profile tweaks - Small signature improvements - BBoxOutputDev: Fix calculation when type3 fonts are involved - Fix potential crash when reading Forms - Fix infinite loop in broken file + glib: - Fix adding annots in rotated pages - Add ability to reset forms - Several fixes to the documentation + qt5: - Make it clear we require Qt 5.5 - demo: Fix crash on broken files - Small documentation improvements + utils: - pdftoppm: Add option to set display profile - pdftops: Add a -rasterize option with values always, never, or whenneeded + build system: - Require cmake 3.5 - More modern cmake way to link against curl - Bump poppler_sover following upstream changes.- update to version 0.89.0 + core: - Add support for ResetForm action - Fix crash in PDFDoc::getSignatureFields when there's no Forms at all - Fix exporting to PS of some files with CID fonts - Use ICC profiles in PS output (if new enough lcms is used) - Allow almost-singular tiling pattern matrices - Fix memory leak when failing to load some fonts - CairoOutputDev: Use stroke opacity when clipping to a stroke path - CairoOutputDev: Fix tiling patterns when pattern cell is too far + glib: Add poppler_movie_get_aspect + cpp: Add the font infos to the text_box object - Bump poppler_sover following upstream changes.- Update to version 0.88.0: + core: - Support Widget Annotation Buttons not linked to any Form - SplashOuputDev: Use stroking opacity when clipping to a stroke path - Handle 1 bit RGB images in ICC colorspace - Internal code improvements + qt5: - Add Document::signatures. Returns signatures not attached to any page - ArthurOutputDev: . Fix font hinting . Set the opacity when filling with axial gradients . Implement the clipToStrokePath method . Use stroking opacity when clipping to a stroke path + glib: - Add poppler_page_get_bounding_box - Add poppler_form_field_get_alternate_ui_name - Implement rotation for 'flagNoRotate' annots + cpp: Add non_raw_non_physical layout for page::text() + utils: - pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page - pdfsig: Show also signatures that aren't attached to any page - Bump poppler_sover following upstream changes.- Update to version 0.87.0: + core: - Fix crashes due to inconsistent vtables for Clang builds - Fix leak in broken files - Internal code improvements + qt5: - Add option to get form choice for export value - ArthurOutputDev: Avoid division by zero in updateLineDash + glib: Internal code improvements + utils: pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest - Bump poppler_sover following upstream changes.- Add pkgconfig(poppler-data) BuildRequires: New versions of poppler-data actually have a .pc file, and we check for it during build, so lets add this optional dependency. - Enable building of gtk-docs again.- Add missing devel package requires (bsc#1153146).- Update to version 0.86.1: + core: - Fix regression in Browse Link handling. - Internal code improvements. - Bump poppler_sover following upstream changes.- Update to version 0.86.0: + core: - Fix link content exfiltration attack. - Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. - Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam. - Internal code improvements. + glib: - Automatic handle of page's cropbox on annots. - Fix memory leak if poppler_document_new_from_file fails. - Minor speed optimization on poppler_page_get_annot_mapping. + utils: - pdfdetach: add 'savefile' option. - pdftoppm/pdftocairo: Fix more odd/even mismatch. + qt5: Fix loading from iodevice. - Changes from version 0.85.0: + core: - Fix case unsensitive search for Deseret and Osage. - Fix crash in unicodeToAscii7. - CairoOutputDev: make initialisation thread-safe. - Fix crash on broken files. - Internal code improvements. + qt5: - Fix FormField::name encoding. - Accept UTF-16 uiNames for form fields. - Fix search for "complex" characters. - Allow to load document from QIODevice. + utils: - pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. - pdftohtml: Fix issue with the font size sometimes being huge. + glib: make the frontend initialization thread safe. - Bump poppler_sover following upstream changes.- Update to version 0.84.0: + core: - Fix crash when converting from Unicode to ASCII-7 - Splash::scaleImageYdXu: Protect against crash if srcWidth is too big - JBIG2Stream: . Fix potential crash in malformed documents . Fix leak in reset() if called several times - Internal code improvements + utils: - pdfimages: Add error message if first page is larger then number of pages - pdfinfo: Improved paper size recognition - pdfsig: Fix exit code when dumping signatures - pdftocairo: Error out when even/odd selects 0 pages - pdftohtml: Fix memory leak - pdftoppm: . Add an option to scale before rotate . Add -hide-annotations option . Error out when even/odd selects 0 pages - pdftops: Improve -optimizecolorspace + qt5: Code cleanups + glib: Fix compiler warnings - Bump poppler_sover following upstream changes.- Update to version 0.83.0: + core: - Improve when a file is recognized as Linearized. - Improve const-ness of the code. - Make code a bit more readable/maintanable. - Fix uninitialized memory uses in broken files. + utils: - pdffonts: Make code a bit more readable/maintanable. - pdftohtml: Make code a bit more readable/maintanable. + qt5: - Remove a bunch of unused internal functions. - trUtf8 -> tr (less warnings). + build system: make-glib-api-docs: switch to python3. - Bump poppler_sover following upstream changes.- Update to version 0.82.0: + core: - Fix not being able to open some files. Issue #832 - Fix crashes in malformed files - Fix memory leak on broken files - Minor performance improvements - Minor code improvements + glib: - Add poppler_document_new_from_bytes - PopplerAttachment: Silence deprecation warnings for ctime/mtime + build system: - pdf-inspector: Support builddir != srcdir - Install Cairo* headers if Cairo has been found - Bump poppler_sover following upstream changes. - Drop patches already included by upstream: + 0001-Include-SplashMath.h-only-where-needed.patch + 0002-Move-the-non-trivial-part-of-the-clip-test-to-the-im.patch- Avoid unconditional dependency on boost_headers when using the (private) splash headers. Depending on the used classes (e.g. SplashXPathScanner), the boost headers may still be needed, add + 0001-Include-SplashMath.h-only-where-needed.patch + 0002-Move-the-non-trivial-part-of-the-clip-test-to-the-im.patch- Define %cmake_build for Leap 15.0.- Update to version 0.81.0: + core: - Splash: Always enable support for CMYK rasterization. - CairoOutputDev: Check scaled dimensions for 0. - BaseCryptStream: Fix potential uninitialized memory read. - SplashBitmap: Fix wrong width condition for splashModeDeviceN8. - Fix crashes in malformed files. - Bump poppler_sover following upstream changes.- Convert linked package to _multibuild - Cleanup spec file (remove defattr) - Add boost_headers to BuildRequires, speedup Splash backend- Update to version 0.80.0: + core: - Annotations: Implement support for setting a different text in the appearance stream than the real text. - Splash: Optionally use small_vector from boost. - Fix memory leaks on broken files. - Fix abort on broken files. - Small code simplifications. - Remove USE_FIXEDPOINT support. + qt5: - Fix MSVC build. - Add subsitute-font information. - Fix since marker of some functions. - Fix leak when aborting text extraction. - Small code simplifications. + glib: - Make print scaling getter visible. - Make Duplex/NumCopies/PrintPageRange preference available in API. - Implement Movie API. + utils: pdftotext: Add -nodiag flag to remove diagonal text on output. + build system: Mark external lib include dirs as SYSTEM. - Bump poppler_sover following upstream changes. - Use cmake_build macro.- Update to version 0.79.0: + core: - Fix regression on TextSelectionPainter. - Fix parsing of DefaultAppearance. - Fix memory leak in PostScriptFunction. - Fix crashes in fuzzed files. + qt5: - Implemented support for setIcon by changing appearance. - Added option to set the form available to print. - QString::null is deprecated, use QString(). - Replace deprecated qStableSort with std::stable_sort. + build system: Turn README into README.md and expand it.- Update to version 0.78.0: + core: - Fix line annotation arrows for usage in dimensioning. - Handle Ink annots without an InkList but with an AP. - Fix typos preventing parsing of Movie start and duration. - Fix crash on malformed files. + glib: - Add poppler_document_create_dests_tree(). - Don't use the deprecated g_type_class_add_private(). - Document the differences between render() and render_for_printing(). - Fix introspection for poppler_document_new_from_data. - Don't create PopplerInputStream with length 0. - Document G_IO_ERROR as a possible error condition. - Docs: Add index for API new in 0.78. + build system: - Fixes cross compilation of gir in Void Linux. - Add -Wshadow to the default warning flags. - Install pkg-config pc files if pkg-config is found. - Bump poppler_sover following upstream changes.- Update to version 0.77.0: + core: - Fix crash on signature handling. Issue #766 - Fix small memory leak in SignatureHandler::getCertificateInfo - Splash: Restrict filling of overlapping boxes. Issue #750 - Fix crash on malformed files + qt5: Fix optional content handling with exclusive layers + cpp: Make render_page thread-safe + utils: - pdfsig: Fix small memory leak - pdftotext: Fix typo in manpage - Changes from version 0.76.1: + core: - Make the mul tables be calculated at compile time with constexpr. - splash: Fix compile with SPLASH_CMYK enabled - Some typo fixing in error messages + qt5: Fix regression in annotation handling + build system: Fix some typos in build system output and comments - Changes from version 0.76.0: + core: - Fix regression on case-insensitive search. Issue #743 - Remove GooList, use std::vector instead - Fix radiobutton reporting wrong state. Issue #159 - Handle UTF16-LE strings - Don't error out if there's no DA in FreeText annotation - cairo: . Compute correct coverage values for box filter. . Constrain number of cycles in rescale filter. - Read more fields from ViewerPreferences . Introduce and use Ref::INVALID . Fix crashes in broken files . Fix mismatched free/delete . Add missing include guards + utils: pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. - Changes from version 0.75.0: + core: - Fix rendering of some annotations - Fix crashes in broken files - Small internal code improvements + cpp: - Improve documentation - tests: Add showing version information to poppler-dump + utils: - pdfattach: new util - pdftohtml: add -dataurls parameter - pdftoppm: add -sep and -forcenum parameters - pdftohtml: make singleHtml and stout not mutually exclusive - pdfsig: fix use after free - Bump poppler_sover following upstream changes.- Update to version 0.74.0: + core: - Remove support for obsolete systems. - Include timezone in timeToDateString(). - Fix/silence some warnings. - Fix issues with broken files. + build system: - Fix linking in FreeBSD. - Fix fseeko configure check on Android for API level < 24. - Remove unused MacroPushRequiredVars.cmake. + qt5: - Add API that lazily builds an outline by wrapping the internal objects. - Demo: Use new API to build Table Of Contents lazily. + glib: - Improve documentation. - Fix cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *'). + utils: pdfsig: add -nssdir option. + cpp: Add a way to get all the named destinations in a document. - Bump poppler_sover following upstream changes.- Update to version 0.73.0: + core: - Fix regression reading some encrypted files. - Add X509CertificateInfo classes. - Add new 'IgnoreDiacritics' option to ::findText(). - Open files with CLOEXEC flag set. - Remove Gulong, Guint, Gushort, Guchar typedefs. - Fix handling of some broken files. + qt5: - Expose X509CertificateInfo. - Add the possibility of getting version. - Add new 'IgnoreDiacritics' search flag. - Make initialization of globalParams threadsafe. - ArthurOutputDev: Remove all Splash code usage. + cpp: - Make initialization of globalParams threadsafe. - Fix page::text_list encoding issue. - Improve handling of UTF-16 by considering Endianess. - Add API to specify a custom data directory. + glib: - add new 'POPPLER_FIND_IGNORE_DIACRITICS' find flag. - Fix named destinations. - Make PrintScaling preference available in API. + build system: - Rename ENABLE_XPDF_HEADERS to ENABLE_UNSTABLE_API_ABI_HEADERS. - support enabling NSS on mingw. - Windows: only set SOVERSION for shared libs. - Bump poppler_sover following upstream changes. - Pass ENABLE_UNSTABLE_API_ABI_HEADERS=on to cmake, replacing ENABLE_XPDF_HEADERS=on we had before.- Update to version 0.72.0: + core: - Fix checkbox lacking AP not being able to change state. - Draw line annotation endings (arrow, circle, ...). - cairo: Don't use UNIQUE_ID for PS output, to avoid using PS memory on cairo >= 1.5.10. - Be more stubborn looking for a nssdb. - GooString::fromInt: Repair the return value. - Minor performance improvements. - Avoid cycles in PDF parsing. - Stream::makeFilter: Fix memory leak. - Fix various issues with malformed files. - Rename GooString::getCString to GooString::c_str. - Regenerate UnicodeDecompTables.h from python 3.7.1. + utils: - pdfdetach: Check for valid embedded file before trying to save it. - pdfdetach: Check for valid file name of embedded file before using it to determine save path. - Fix typos in utils. + glib: - Fix missing PopplerAttachment destructor call. - Support getting form widget additional actions. - docs: Small improvements. + qt5: Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS. - Bump poppler_sover following upstream changes.- Update to version 0.71.0: + core: - Replace the implementation of GooString by std::string but keep the exact interface intact. - Replace GBool, gTrue, and gFalse by bool, true, false, resp. - Splash: Fix crash if document is malformed (too wide). + qt5: - Fix crash when adding Highlight Annotations. - Default to hidden symbols. - Fix two leaks in a test. + glib: - demo: Fix build on Windows. - demo: Align property labels to top of cell. + cpp: Fix typos in documentation. + build system: - Enable searching for GTK on Windows - Remove unused files - Add fuzzer target from oss-fuzz project - Changes from version 0.70.1: + glib: Install missing file. - Changes from version 0.70.0: + core: - FreeText annotations: default to font from default appearance string. - Splash: Speed improvements. - Fix security issues found by oss-fuzz. - Improve page lable parsing. - Use std some std classes instead of self grown ones. - Various internal improvements. + glib: - Fix crash on missing embedded file. - Add support for PDF subtype property. - Only export symbols in the public API. + qt5: - Add Page::index() method. - Improve method to get the page from a label string. + utils: pdftohtml: Improve font handling. - Bump poppler_sover following upstream changes.- Update to version 0.69.0: + core: - Add annotation font color - Splash: Some speed improvements - PSOutputDev: add native support for type 7 shadings when using level 3 - Add support for PDF subtype property - Link: Fix memory leak regarding next actions - Fix handling of Signature Info Location and Reason - Fix errors in computation of type3 glyphs transformation matrix - Reimplement Dict class in a more modern way - Fix security issues found by oss-fuzz - Fix memory issues in GfxImageColorMap copy ctor - Don't abort if the SampleFunction has too many samples. Issue glfdo#poppler/poppler#634 - Document the OutputDev::clip and OutputDev::oeClip methods - Fix macOS compilation due to boolean define in jpeglib - Split GDir and GDirEntry out of gfile.h. Issue glfdo#poppler/poppler#370 + qt5: - Add annotation font color + utils: - pdfinfo: Show PDF subtype - pdftotext: Fix only outputs first page content with - bbox-layout option. Issue glfdo#poppler/poppler#88 - pdftotext: Fix memory leak in printLine + build system - Require C++14- Update to version 0.68.0: + core: - Add Reason and Location to SignatureInfo (fdo#107299). - Fix memory misuse on signature handling - Fix security issues found by oss-fuzz - Don't give a warning when Marked value is false (fdo#107430). + qt5: Add Reason and Location to SignatureInfo (fdo#107299). + cpp: - Add rotation() to text_box (fdo#106562). - Fix build with MSVC + utils: - pdftoppm: Add -jpegopt optimize option support - pdftocairo: Add -jpegopt optimize option support - pdftohtml: . Add option to not round coordinates . Fix possible crash (fdo#107316). + build system: - Use OpenJpeg cmake config file instead of pkgconfig - Remove wchar_t- on MSVC - Changes from version 0.67.0: + core: - Fix lots of security/leak issues found by oss-fuzz - Splash: . Optimize some files, making them 20% faster . Correctly manipulate spot colors if SPOT_NCOMPS != 4 - Fix compilation with some strict compilers. - Bump poppler_sover following upstream changes. - Add openjpeg2 BuildRequires: New dependency.- Update to version 0.66.0: + core: - Fix lots of security/leak issues found by oss-fuzz - Splash: Optimize some files, making them 20% faster - Splash: Correctly manipulate spot colors if SPOT_NCOMPS != 4 - Fix compilation with some strict compilers - Changes from version 0.65.0: + core: - SplashOutputDev: Add the invisible character check beginType3Char. (fdo#106244) - XRef: Fix runtime undefined behaviour. (fdo#105970) - Fix issues with malformed documents. (fdo#104942), (fdo#103238) - Remove GooHash after replacing it by std::unordered_map - Add conversion methods between GooString and std::string. + cpp: - Add newline after error message - Expose more image modes, add option to select mode in renderer. (fdo#105558) + build system: - Fix compilation with libc++ - Small improvement to FindLIBOPENJPEG2.cmake + qt5: - Add widget annot actions to FormFields + utils: - pdffonts: Minor formatting changes in the man page. (fdo#105194) - Changes from version 0.64.0: + core: - Workaround form field text not being drawn on broken files. (fdo#103245) - Add read only setter for form fields - Add support for Link Hide action - Add support for Next actions in Links - Fix parsing of Annot focus out actions - Fix PDFDoc::checkHeader() for PDFs smaller than 1 KiB. (fdo#105674) - Add const to several classes and members - gfile: Fix build on some platforms - Fix issues with on malformed documents. (fdo#105972), (fdo#105969), (fdo#106059), (fdo#106061) - Several small code improvements + qt5: - Allow setting of Form visibility status - Allow setting of Form read only status - Add support for Link Hide action - Add support for Next actions in Links - ArthurOutputDev: Implement axialShadedFill - ArthurOutputDev: Implement drawImageMask. (fdo#105531) - ArthurOutputDev: Implement Type3 font support + utils: - pdfsig: Add -dump which writes signatures to disk (fdo#104881) + glib: - less deprecated calls + build system: - bring back the option to disable GObject introspection - Add iconv include dir when compiling - Make it possible to build poppler without fontconfig. Default for Android. - Bump soversion and data_version to 77 and 0.4.9 respectively.- Update to version 0.63.0: + Core: - CairoOutputDev: support embedding CCITT image data. (fdo#103399) - CairoOutputDev: limit image size when printing. (fdo#103399) - CairoOutputDev: use GOOD instead of BEST as the default cairo filter for scaling. (fdo#103136) - Error out on save if file has changed since we opened it. (fdo#103793) - PDFDoc: use %c instead of \x to output binary. (fdo#103873) - Fix index out of bounds undefined behaviour in PSTokenizer. (fdo#103583) - Fix opening files with OutlineItem loops. (fdo#102914) - Fix some bugs in StructTreeRoot parsing of parent tree. (fdo#103912) - Remove error for wrong child type for tagged pdf. (fdo#103587) - FoFiTrueType::readPostTable() from xpdf 4.00. (fdo#102880) - GfxFontDict: merge reference generation from xpdf 4.00. (fdo#104565) - Reset lastAbortCheck on updateLevel reset - PDFDoc::setup: Fail early if base stream length is 0. (fdo#103552) - Check curStr is actually a Stream before doing Stream operations. (fdo#104518) - Fix new Object API porting bug. (fdo#104517) - Check return code of getChar(), abort reading on error. (fdo#104502) - TextPage: Add horizontal scaling to font matrix. (fdo#105259) - Fix EmbedStream replay. (fdo#103446) - Fix memory leak on error condition - Fix assert on malformed documents. (fdo#104354) - Fix abort in Gfx::opBeginMarkedContent if args[1] is not a name. (fdo#104468) - GfxGouraudTriangleShading::parse: Don't abort on malformed documents. (fdo#104567) - GfxFunctionShading::parse: Fix abort in malformed document. (fdo#104581) - Remove the extern C from glib.h. (fdo#103621) - Don't let ArthurOutputDev be friend of SplashPath anymore - Fix undefined sanitizer warning about qsort - Form.h: include time.h for time_t - Various code improvements + Qt5: - Add cancellation support to renderToImage and textList - Do not assume all Screen annotation actions are Renditions. (kde#388175) - qt5: Implement operator= for PageTransition - ArthurOutputDev: 'clip' should intersect new and old clipping path - ArthurOutputDev: Implement updateBlendMode - ArthurOutputDev: Replace the QPainter by a stack of QPainters - ArthurOutputDev: Rudimentary support for transparency groups - Remove stale libcms1 code. (fdo#104358) - demo: don't crash if page is malformed - Fix warnings due to the use of deprecated overloads of Poppler::Page::Search in tests. + Utils: - pdfimages: Fix for files with flate encoded inline images. (fdo#103446) - pdftocairo: Remove stale libcms1 code. (fdo#104358) - pdfimages: Fix build without libtiff and libpng - pdfseparate: Fix buffer size warning due to missing space for null terminator + Build System: - Enable building all libs as static libs - Enable no-missing-field-initializers - Remove unused FindLIBOPENJPEG.cmake - Add "--owner root:0 --group root:0" options to tar command in dist target. (fdo#104398) - Add python3 support to gtkdoc.py - gtkdoc.py: Make it work with newer gtk-doc. (fdo#105075) + Cpp: - Add page::text_list- make introspection scanner (g-ir-scanner) work with older build envs- Update to version 0.62.0: + Core: - Stop supporting lcms1 and openjpeg1. - Open files that state 8 bits as third field of W (fdo#103469). - GfxLabColorSpace::parse: fix crash in broken documents (fdo#103582). - Fixes: leak if parseDA fails. And UTF test fail. - Include glibc.h where needed. - Document the meaning of the 'type' integer of a shading. - INSTALL: add debug options. + Qt5: add API to let the rendering process callback to get a partial rendering (fdo#103372). + Qt4: remove the Qt4 frontend. + Utils: - Support unicode on windows console. - pdfsig: install man page. - sort encoding list. + Glib: demo: fix warning. - Remove Qt4 poppler package following upstream change. - Drop conditional use of openjpeg-devel BuildRequires and mainly use pkgconfig(libopenjp2) instead, following upstream change. - Drop Provides/Obsoletes meant for pristine openSUSE 10.3, 11.1/(SLE 11) and 11.4 releases.- Update to version 0.61.1: + Core: CairoOutputDev: don't overflow y * stride when accessing image data. + Build system: - Fix incorrect paths in .pc files (fdo#103578). - add the custom buildtests target only once (fdo#103003). - Changes from version 0.61.0: + Core: - Fix crashes in broken files. - Cleanup unused functions from GlobalParams. - Tweak LZWStream::processNextCode error handling (fdo#103174). - Warning fixes. - Remove t1lib code. + Qt5: - Clean up the remaining Splash code in Arthur backend (fdo#103117). - ArthurOutputDev: Properly implement saveState/restoreState (fdo#103118). - Fix leak in ArthurOutputDev::updateFont (fdo#103508). + Build system: - Use GNUInstallDirs (fdo#103211). - Fix installing a .cc file as header. - Use -pthread flag instead of -lpthread. - Changes from version 0.60.1: + Qt5: ArthurOutputDev: Add missing 'return' in error paths. + Build system: FindLIBOPENJPEG.cmake: Add CheckCXXSourceCompiles. - Changes from version 0.60.0: + Core: - Enable libcurl support by default. - PSOutputDev: Fix wrong text generation (fdo#102760). - Added methods to get and set the font size of text fields (fdo#101692). - CairoOutputDev: Do not extend the pattern in drawImageMaskRegular. - CairoOutputDev: do not use the custom downscaling for rendering images when using cairo >= 1.14. - Fix: Build with old clang. Various crashes in broken files. And some warnings. - Add some constness to the basic classes. - Remove unused functions from GlobalParams. + Qt5: - Added methods to get and set the font size of text fields (fdo#101692). - Add whether renderToImage shows annotations. - ArthurOutputDev: . Replace Splash font rendering by Qt font rendering. . Implement the drawSoftMaskedImage method. . Fix several small bugs related to dash pattern handling. + Build system: - cmake is now the default build system. - autotools based build system has been removed. + Utils: pdfinfo: don't truncate dest name. - Drop CVE-2017-14517.patch and CVE-2017-14518.patch: fixed upstream (fdo#102687 and fdo#102688, respectively). - Add cmake BuildRequires; replace configure, make and make_install macros, with cmake, make_jobs and cmake_install: following upstream port. - Add glib2-devel BuildRequires as it's a dependency required by CMakeLists. - Drop command for removal of *.la files: with the build system port to cmake, *.la are no longer generated.- Update package summaries and RPM categorizations. - Drop some idempotent %if..%endif markers whose presence has no effect on the files being output.- Apply CVE-2017-14517.patch from upstream to fix a NULL pointer dereference in the XRef::parseEntry() function that may have lead to potential denial-of-service attack when handling malicious PDF files. [CVE-2017-14517, bsc#1059066]- Apply CVE-2017-14518.patch to remedy a floating point exception in Splash.cc that could have been exploited using a specially crafted PDF document. [CVE-2017-14518, bsc#1059101]- Update to version 0.59.0: + core: Fix infinite recursion in NameTree parsing in broken files. + utils: - pdfunite: Fix API porting error that caused abort in some cases. - pdfinfo: . Fix crashes and memory leaks when using -dests. . Use GooString.append instead of sprintf/strcat. - pdfimages: Fix warning when compiling with cygwin. + build system: - Fix cygwin 32-bit compile. - Cmake tweaks. - Bump soversion following upstream changes.- Update to version 0.58.0: + core: - CairoOutputDev: cairo 1.14 now has high quality downscaling. - Signature related improvements (fdo#99271). - Tweak which cmap we use (fdo#101855). - Memory leak fixes. - Substantial rework of the internals. - win32: call ANSI functions directly (fdo#100312). - Add some documentation. + qt5: - Expose signature information. - ArthurOutputDev: initialize the image with the paper color (fdo#102129). - Fix copy'n'paste bugs: Qt4 -> Qt5. - ArthurOutputDev: Properly set the QPainter transformation. - ArthurOutputDev: Use Qt::SvgMiterJoin instead of Qt::MiterJoin (fdo#102356). + utils: - pdfinfo: add -dests option to print named destinations (fdo#97262). - pdftocairo: add -jpegopt for setting jpeg compression parameters (fdo#45727). - pdftoppm: add -jpegopt for setting jpeg compression parameters (fdo#45727). - pdfimages: support listing/extracting inline images (fdo#25625). + build system: - cmake: Various Windows fixes. - cmake: Use -std=c++11 instead of -std=gnu++11. + cpp: Fix page.text() not taking page orientation into account (fdo#94517). - Bump soversion following upstream changes.- Update to version 0.57.0: + core: - Fix parsing of Type 1 fonts with newlines in encoding sequences (fdo#101728). - Fix crash in broken documents. + utils: - pdfunite: Fix crash with broken documents (fdo#101208). - pdftohtml: skip control characters (fdo#101770). - pdfseparate: minor improvement to the documentation (fdo#101800). + build system: - cmake: Set RUNPATH for poppler shared libs (fdo#101945). - configure: fix --disable-FEATURE actually enabling the feature. - Bump soversion following upstream changes.- Update to version 0.56.0: + core: - FormFieldButton::setState() shouldn't check the field is readOnly. - Fix crashes on multiple broken files. + utils: pdfunite: Fix crash with broken documents (fdo#101153, fdo#101149). - Drop poppler-pdfunite-fix-crash-with-broken-documents.patch: Fixed upstream.- Add poppler-pdfunite-fix-crash-with-broken-documents.patch: pdfunite: Fix crash with broken documents. Sometimes we can't parse pages so check before accessing them (bsc#1043088, bsc#1041783, CVE-2017-7515, CVE-2017-7511, fdo#101153, fdo#101149).- Update to version 0.55.0: + core: - Fix abort in files with broken Decode arrays (kde#379835). - Fix memory leak (and probably logic bug) parsing broken XRef entries (fdo#100775). - Fix memory leak when reconstructing broken files (fdo#100776). - Minor optimization. - Fix regression in GfxIndexedColorSpace::mapColorToBase (fdo#100931). - Fix memory leak in error condition. + cpp: Return nullptr if the page at index can't be fetched (fdo#100981). + build system: - Fail by default if libjpeg is not available. - Fail by default if libopenjpeg2/1 is not available.- Update to version 0.54.0: + core: Make XRef reconstruction a bit better (fdo#100509). + glib: - Expose movie play mode (fdo#99625). - demo: Show play mode in movie properties view. + qt5: Compile with -DQT_NO_CAST_FROM_BYTEARRAY (fdo#100311). + utils: pdfimages: don't fail listing if inline image data contains 'EI' (fdo#100737).- Update to version 0.53.0: + core: - Form support improvements. - SplashOutputDev: Fix memory leak when rendering images with colormap and matte color. - Minor fix in GlobalParams documentation. + qt5: - Expose form calculate order. - Expose Form additional actions. + utils: - pdfimages: support 16bpc png and tiff images (fdo#99988). - pdftohtml: fix small memory leak when constructing some filenames. - pdfinfo: fix leak when printing JS. + build system: Compile in C++11 mode. - Bump soversion following upstream changes. - Stop exporting -std=gnu++11 for older versions of gcc, upstream now ensures this happens.- Update to version 0.52.0: + core: - Fix assert on reading some OCGs (fdo#99768). - Properly initialize some RichMedia variables in corner cases (fdo#99767). + qt4: - optcontent structure was leaking the headers items (fdo#99449). - Cleanup objects in tests to fix memory leaks (fdo#99449). + qt5: - optcontent structure was leaking the headers items (fdo#99449). - Cleanup objects in tests to fix memory leaks (fdo#99449). + utils: pdftocairo.1: Fix typo.- Update to version 0.51.0: + core: - Check for error from NSS in SignatureHandler construct (fdo#99363). - Add Form[Field|Widget]::setPartialName - Fix memory leak in PDFDoc::markAnnotations. + qt5: - Implement digital signature support (fdo#94378). - Add Poppler::FormField::setName - Fix segfault/assert if LinkDestination is constructed with invalid input string (fdo#99357). + utils: pdfunite: add fields to AcroForm dict (fdo#99141).- Update to version 0.50.0: + core: - PSOutputDev: Fix PS conversion for some files (fdo#63963). - Fix Outline parsing on broken documents (fdo#98732). - Fix PDFDoc::saveIncrementalUpdate()'s detection of document being modified (fdo#96561). - SplashOutputDev: Read softmask into memstrean in case of matte (fdo#97803). - Bail out if Hints nBitsNumObjects or nBitsDiffGroupLength are greater than 32 (fdo#94941). - CairoOutputDev: initialize CairoOutputDev::antialias (fdo#98983). - Fix crash when loading some thumbnails (fdo#97870). + utils: - pdftoppm: Fix -tiff -gray/-mono incorrect output. - pdftops: add -passlevel1customcolor (fdo#97193). + build system: Default to libopenjpeg2 instead of libopenjpeg1. + qt: Support OCG state change links. + glib: Use g_slice_new0 for PopplerActionLayer (fdo#98786). - Bump soversion following upstream changes.- Update to version 0.49.0: + core: - Merge type3 glyph handling from xpdf 3.04 (fdo#96667). - Continue rendering in case of 'Singular matrix in shading pattern fill (bgo#98623). - Fix memory leak in parametrized gouraudTriangleShadedFill. - Fix crash on broken files. - PDFDoc::setDocInfoStringEntry(): treat value consisting of just the unicode marker as an empty string. - Fix UBSAN warning. - Misc compile fixes. + utils: pdfseparate: remove extra '%' in error message. + build system: configure: Fix typo in disable nss help string.- Update to version 0.48.0: + core: - Fix crashes and memory leaks in invalid files. - Small memory usage improvements. - TextOutputDev: Remove null characters from PDF text (fdo#97144). - TextOutputDev: Break words on all whitespace characters (fdo#97399). - Fix UTF16 decoding of document outline title (fdo#97156). - Add functions for named destination name in name-tree/dict. + glib: Increase glib requirement to 2.41. - Bump soversion following upstream changes.- Update to version 0.47.0 (boo#994702): + core: - Fix abort on documents where the docinfo obj is not a dict (fdo#97134). - Check for XRefEntry existing before using it (fdo#97005). - Fix memory leak on PDFDoc::setDocInfoStringEntry() with empty string. - Don't presume that DocInfo is a dictionary in XRef::createDocInfoIfNoneExists(). + build system: configure: Work with non gnu greps.- The "poppler_soname" macro (and others) really just contained the version (not the entire name), so rename to "popple_sover".- Update to version 0.46.0: + core: - cairo: . Fix bug in setAntialias(). . Fix tiling patterns with BBox with non-zero x,y. . Try finding glyphs in substitute fonts by unicode value (fdo#96994). - Added XRef modification flag. - Added DocInfo setters & getters. - Be less strict when parsing FitH Link destinations (fdo#96661). + utils: - pdftocairo: . Revert the use of groups for blending into white page. . Use fprintf for printing errors. - pdfinfo: Don't print pdf info when printing metadata, javascript, or structure (fdo#96801). + glib: - Added document property setters & simplified getters. - Make document metatag gobject properties writeable. + cpp: - Pass len to GooString constructor in detail::ustring_to_unicode_GooString() (fdo#96426). - Added functions to save a document. - Added document property setters & getters. + qt4: Added document property setters & simplified getters. + qt5: Added document property setters & simplified getters. + build system: - configure: . Don't use -fPIC on cygwin. . Work with non gnu greps. - Bump soname following upstream changes.- Qt 5.7 needs gnu++11 standard, export the appropriate flag in spec when compiler doesn't enforce it by default.- Update to version 0.45.0: + core: - SplashOutputDev: Fix iccTransform + splashModeXBGR8. - Fix memory leaks. - Fix crash in broken files (fdo#95567, fdo#96027). - Emulate some non portable glibc functions when not available. + utils: - pdftohtml: Fix crash in broken files (fdo#95563). - pdfinfo: . Convert dates to local time zone. . Add -isodates for printing dates in ISO-8601 format. . Fix memory leaks. + glib: Return date in UTC instead of local time (fdo#94173). + cpp: Switched from detail::convert_date() to core's dateStringToTime(). - Bump soname following upstream changes. - Drop poppler-Fix-mem-leak-SplashgouraudTriangleShadedFill.patch: Fix upstream.- Update to version 0.44.0: + core: - Fix Compile in 32bit linux (fdo#95492). - Splash: type 3 chars. restore the current position also in output device (fdo#95344). - Splash: Improve rendering of some dotted lines (fdo#84693). - Refactor GooString::Set() (fdo#94201). - Fix typo in GfxPatchMeshShading::parse. - Fix memory leak in PSOutputDev::filterPSLabel. - Fix memory leak in SignatureHandler::getDefaultFirefoxCertDB_Linux. - Fix potential crash in SplashOutputDev::doUpdateFont. - Fix potential crash in TextPage::coalesce. - Remove call that does nothing. + utils: pdftocairo: add -antialias option (fdo#94977). - Bump soname following upstream changes. - Add poppler-Fix-mem-leak-SplashgouraudTriangleShadedFill.patch: Fix memory leak in Splash::gouraudTriangleShadedFill, patch from upstream git.- Update to version 0.43.0: + core: - Implement sanity check for linearization usage (fdo#92482). - Add SymbolMT as an alias for the Symbol font (fdo#93168). - Fix some blank files (fdo#94756). - cairo: . Fix fillToStrokePathClip crash and rendering (fdo#62905). . Check if PDF knows the width of 'm' in case of substituted font (fdo#94054). . Save mask state and don't extend image mask (fdo#94234). - SplashOuputDev: Compile with C++11 compilers that don't define isinfinite (fdo#94761). - Typo fixes. + utils: pdftocairo: Calculate rotation before scaling (fdo#94655). + qt4: Fix crash on certain PDF form item activation actions (fdo#94873). + qt5: Fix crash on certain PDF form item activation actions (fdo#94873). - Drop poppler-Fix-rendering-of-broken-pdfs.patch, fixed upstream. - Bump soname following upstream changes.- Add poppler-Fix-rendering-of-broken-pdfs.patch: Fix pdf rendering commit (boo#973888 bgo#764641 fdo#94830).- Update to version 0.42.0: + core: - Add the support for version 5 + revision 6 documents (fdo#85368). - Add initial support for Signature handling. - Initialize gamut mapping multipliers in ::copy() functions (fdo#90697). - Implement jpx streams support with depth < 8. - Handle SMaskInData = 0 for JPX encoded images (fdo#93468). - Fix rendering of some broken PDF files (fdo#92508). - PSOutputDev: . Support for LZW encoding. . Add support for Flate compression in Level 3 output. - SplashOuputDev: . Implement function shading (fdo#94441). . Improve rendering of some non embedded fonts (fdo#94054). . Fall back to Gfx implementation of tiling pattern if repetition rate is small (fdo#90596). . Implementation of Matte entries in softmasks of softmasked images (fdo#22473). . Assure line width > 0 in case of text stroke (fdo#94038). - TextOuputDev: Cache result of inner loop in visitDepthFirst (fdo#77087). - Avoid attempting a tiling pattern fill with a singular transform matrix. + utils: - pdfinfo: Add option to show document structure - pdfsig: New command that gives information about signature + qt4: Fix bug in links to remote documents getting the page number wrong sometimes. + qt5: Fix bug in links to remote documents getting the page number wrong sometimes. - Add pkgconfig(nss) BuildRequires: Build nss support. - Bump soname following upstream changes.- Update to version 0.41.0: + core: - CairoOutputDev: add missing font types (fontCIDType0COT and fontTrueTypeOT) (fdo#93559). - SplashOutputDev: Adjust limit check and check in addition bitmap pointer (fdo#94053). + utils: - pdfseparate: Refine resource detection. - pdfinfo: fix man page.- Update to version 0.40.0: + core: - CairoOutputDev: Use shape mask with soft mask (fdo#91931). - TextOutputDev: . Handle right-to-left text in search . Fix finding Arabic Presentation Forms ligatures. - Fix crash in invalid file (fdo#93476). - Regression test improvements. + utils: - pdftocairo: . Fix writing to stdout out with image output. . Document that -singlefile appends file type (fdo#86254). . Ensure surface flushed before accessing image data. . Check for invalid use of options (fdo#92195). - pdfunite: Fix typo in manual. + build system: Improve cmake build system.- Update to version 0.39.0: + core: - Ignore the alternateSpace and tintTransform (fdo#92381). - CairoOutputDev: . Scale radial pattern (fdo#22098). . Implement function shading using mesh gradients (fdo#88394). - Regression test improvements. - Fix typos in error messages. + build system: Visual Studio 2015 now supports snprintf (fdo#93116). + utils: - pdftops: fix %%PageBoundingBox (fdo#87161). - pdftocairo: Fix double free when both user and owner passwords are given. + glib: - Add duration_real to PopplerPageTransition (fdo#92040). - Remove enum PopplerOrientation from API (fdo#93229). - Documentation improvements. - glib-demo improvements. - Bump soname following upstream changes.- Update to version 0.38.0: + core: - Splash: Multiply opacity in case of pattern colorspace (fdo#92592). - Small form improvements on non ascii character rendering. - Clarify README. + build system: Clarify internal DCT and JPX are only provided as deprecated fallbacks. + utils: pdftocairo: fix fit to page transformation. - Bump soname following upstream changes.- Update to version 0.37.0: + core: - CairoOutputDev: Use mask for even-odd fill (fdo#84527). - SplashOuputDev: Protect calls to set/getAA with the proper [#]if guards (fdo#92006). - SplashOuputDev: Try to use an external font if the internal one is invalid. - PageTransition D is a number not an int (fdo#92040). - Catalog::getNumPages(): validate page count. - Catalog::cachePageTree(): recover from out of memory condition. - Fix crashes in malformed documents. + build system: configure: fix openjpeg detection. - Use pkgconfig(libopenjp2) BuildRequires for openSUSE newer than 13.1, stay with openjpeg-devel for older releases. - Bump soname following upstream changes.- Update to version 0.36.0: + core: - Patch to support RichMedia annotations. - Splash: Fix wrong memory access (fdo#91686). - Cairo: fix size of transparency group surface (fdo#66229). - Fix bounds check in Linearization::getPageFirst (fdo#91200). - File Saving improvements. - Add premultiplied alpha channel to SplashBitmap. - Fix for xref table creation (fdo#90790). - Fix JBIG2Decode infinite loop and stack overflow (fdo#91186). - Minor optimization in text extraction. + qt4: - Basic support for RichMedia annotations. - Change default image format. - Minor optimizations. + qt5: - Basic support for RichMedia annotations. - Change default image format. - Minor optimizationsHEADmaster. + cpp: Fix utf8/utf16 conversion (fdo#91644). + build system: - Do not hardcode -fPIC in Makefile.am. - cmake: Allow configuring SHARE_INSTALL_DIR (fdo#90293). + utils: - pdfunite: Insert embedded files in result pdf (fdo#90066). - pdftotext: Add -bbox-layout option (fdo#89941). - Bump soname following upstream changes.- Update to version 0.35.0: + core: - Fix assert in broken file (fdo#91344). - Adjust memory layout computation of GooString. - Make SplashBitmap XBGR transfer alpha channel. - Splash: Fix wrong writes on non rgb outputs (fdo#90570). - Splash: remove ifndef in Windows code. - GlobalParamsWin bugfixes (fdo#91053). + qt4: - Switch default image format. - Add IgnorePaperColor render flag. + qt5: - Improve efficiency of Poppler::Page::renderToImage. - Switch default image format. - Add IgnorePaperColor render flag. + build system: - Allow configuring SPLASH_CMYK support. + Add configure --enable-build-type (fdo#90796). + glib: - Explicitly link against pthread. - Deprecation fixes. + utils: pdftocairo: Fix cast to pointer from integer of different size on win64. - Bump soname following upstream changes.- Update to version 0.34.0: + core: - Splash: . Fix crash in PDF with nested softmasks (fdo#91240). . Speed up of rendering icc based images (fdo#90171). - PSOutputDev: Embed Type1 fonts to PostScript files correctly (fdo#19747). - Fix pedantic memory leak. + glib: Update new symbols section. + Build system: cmake: Make sure ENABLE_LIBOPENJPEG is either 0 or 1. - Bump poppler soname following upstream changes.- Update to version 0.33.0: + core: - Fix regression in pdftops parameter passing (fdo#89827). - Combine base characters and diacritical marks (fdo#87215). - Use width from W array for WMode positioning (fdo#89621). - Fixed adding annotation of Subtype Popup to pdf page (fdo#89136). - CairoOutputDev: Fix memory leak in CairoFreeTypeFont::create. - SplashOutputDev: memset on error to have reproducible outputs. + qt4: Fix PDF Text String -> QString conversion (kde#344849). + qt5: Fix PDF Text String -> QString conversion (kde#344849). + glib: - Add poppler_annot_markup_set_popup_rectangle() - Fix segfault when creating PopplerAction (fdo#90093). + utils: pdftohtml: Set exit status adecuately (fdo#83609). + build system: configure: Fix invalid shell comparaison in libtiff test. - Bump poppler soname following upstream changes.- Update to version 0.32.0: + core: - Annotations: Fix rendering of empty BG/BC arrays. - Splash: . Fix wrong colour shown when GouraudTriangleShFill uses a DeviceN colorspace (fdo#89182). . Fix use of uninitialized variable in Splash::pipeRun. - Remove unnecesary check for font validity (fdo#88939). - Small optimization in GooString::appendfv() (fdo#89096). - Fix crashes in malformed files. + utils: - pdftops: Make colorpsace optimization an option instead of default. - pdfseparate: use always an unique instance for PDFDoc for savePageAs. + build system: - cmake: If extra-cmake-modules is around include the Sanitizers module. - Bump poppler soname following upstream changes.- Update to version 0.31.0: + core: - CairoOutputDev: support embedding JBIG2 image data. - Accept malformed documents whose root is a Page instead of a Pages (fdo#88172). - Fix crash on broken documents. - JPEG2000Stream: Inline doGetChar and doLookChar. - GlobalParams cleaning. + utils: pdftops: Add rasterization option (fdo#85934). + qt4: Expose whole-words search option. + qt5: Expose whole-words search option. - Bump poppler soname following upstream changes.- reset baselibs.conf for rebuilds- Update to version 0.30.0: + core: - Openjpeg2 support (openjpeg 1 is preferred) (fdo#58906). - Fix potential memory corruption on TextSelectionDumper (fdo#84555). - Check for invalid matrix in annotation (fdo#84990). - Open some not conforming files (fdo#85919). - PSOutputDev: Accept a list of pages indeces instead of first, last (fdo#84833). - Fix memory leak on error condition. + cpp: New API to set debug output function. + build system: configure: Improve support with older clang versions (fdo#76963). + utils: pdfunite: Support output intents, optional content and acroform. - Bump poppler soname following upstream changes.- Update to version 0.29.0: + core: - Use correct LAB byte array for lcms input (fdo#86388). - Write correct size in trailer dict (fdo#86063). - Use Default colorspaces if present instead of Device colorspaces. - Solve blend mode problem in CYMK and DeviceN for separable blend modes. - Compilation/warning fixes on SunOS. - Regression test improvements. + glib: demo: Compilation fixlets. + build system: cofigure: print "no" instead of "auto" if lcms not found. - Bump poppler soname following upstream changes.- BuildRequire libcurl so the library can operate on remote HTTP documents.- Update to version 0.28.1: + Fix small typo that made pkg-config fail on some systems. - Changes from version 0.28.0: + core: - Fix rendering of file with a wrong embedded font (fdo#84270). - Use alt colorspace to get CMYK values for an ICC based CMYK colorspace (fdo#79019). - Map Standard/Expert encoding ligatures to AGLFN names (fdo#80093). - Make Attribute::getName() work when UTF-16BE is used (fdo#84722). - Fix memory leak in Dict::remove (fdo#84607). - Fix crashes in broken files. + SplashOutputDev: Improve Overprintmode and shadings (fdo#80998). + CairoOutputDev: - Fix crash when no group color space (fdo#85137). - Don't render text when text matrix is not invertable (fdo#78042). - Only embed mime data for gray/rgb/cmyk colorspaces (fdo#80719). - Only embed mime data if image decode map is identity. + cairo: - Use matrix to determine pattern size (fdo#33364). - Fix compile warnings. - Regression test improvements. + glib: - Fix use of uninitialized members in PopplerInputStream (fdo#82630). - Documentation improvements. - Do not dist gir_DATA. - Remove use of GTK deprecated functions (fdo#82384, fdo#82385). - Build introspection linking to the uninstalled libraries (fdo#84526). + qt4: Add a new Page::annotations() that let's you specify subtypes. + qt5: Add a new Page::annotations() that let's you specify subtypes. + utils: - pdfseparate: additonal handling for annotations (fdo#77549). - pdfdetach: fix crash when getPage() returns null (fdo#85145). - pdftocairo: Add support for printing to a Windows printer (fdo#79936). + build system: - Move automake version check from autogen.sh to configure.ac (fdo#79797). - Makefile.am cleanups (fdo#79411). - Use poppler-data pkg-config. - Make autogen.sh work with variables with spaces. - Don't use -fPIC on mingw. - Fix build with --disable-utils (fdo#84448). - Bump poppler soname following upstream.- Add missing baselibs.conf, but as empty file. Since this package is a bit different in number of built libraries, number of linked packages, and the fact that there is often soversion change - generate current library names during buildtime/bin/sh23.01.0-150500.3.5.223.01.0-150500.3.5.2libpoppler.so.126libpoppler.so.126.0.0/usr/lib/-fomit-frame-pointer -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:31251/SUSE_SLE-15-SP5_Update/7f72ed133f0e164d8aaace1de22f91b6-poppler.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=1e029d457dfcc103f27f673ae20859837b36911f, stripped=PRR)R(RRRRRR7R6R9R0R1R:R3R/R4R5R8R2R+R-R,RR&R!RR RRR"RR RR RR RRRR RRRRG?Q$Œ tz ׆n \RMV/Q% t尳j6hs:WqKL7KXiai>FcTWBm9_@2J5lG\ryɭ%]fOTRXHJL @mYiҫ C 5◆5-:F>$h /d,Cǝⓗ4toE2bgnszl3Ǘ4ͮ<{G[CMڷ#ps`,;@| UgZ9tX v١c>$bր3j>ڲziZ~𢜋n̅z c*`9Cd oK)JuL=#$J뷙qLRm3Qځ:"ٺ|>[m0PWTת:{_~kdd- 8U#_'wca&Ŀ? ltfkϳNKT7]3Wު ZF!. _ dپ By s|6jf+| ޱG6qPL̔v 4W?Q#+dߺkP#$^R+ҖBC(- }DpCp:i*Gym{˅J1C!903oίx G8E ]W{1d-*L]>:>W}:ѕNQʹny텼x4BWYY@jU4qXiG&s%ʢ)(FosJZ)ZghA~KWq)@sUBG8p@&Tf,t~m5Ѫnϟ +Kۛ8/eOPj5S{$Qa"8}g^ӳ2Gܒ:j$*Z">{q_~TV1"Aj½Z+Zգ4)[J^bBKƀQ"R)lu#6\ЃB&t5dj/bu 7T)&O,$-*_3SK|+ixR^Mc#+ CPLEW#* |"kmRInIwFtHl(G&r%c~~bek18NN@ͼcHp_¬Avdʕ&0Qg%@R*Y`-Q5QjHWh4#;gIvsٔ+3HO ^Ry=]9lVa&(U nn뉗pòz^;i'U((KB/ WcMHmbUlU熲_¦`?. J >n}͖ᢗ8FݕQffo HsڲR]xA#핑!\D'HMbx^L˃ lM 02/(ױd3rɴ 31"-2/Q? |~ n ÇXk&m'$U `d.`vUKY`$q:_17[D"q+<7I ^ۺTh3}(vFp~i(߃Ev.m=u*oi }z Gzwx)@Ia0筱iV<μosLǓugg[HI!>41ba"C'BF.k0_ގu$2<̬$$Lm91Lgs_Ӏ+iQѝZ9zݝ+XYYܮkE{MyZ oi[`i)=DE*>8^E^-kտ}uQk=] jâ ?6V(`50Mj ҤJh陡P8>kk9, 2)/MîPwAC:mV-̗;͒=¥^P(p+]{䮑7߼>)>* vo{1wgbyHw1nd/crۄ њ>c󇂇55vsb[Ľ7:~OċJd@7qR"K T*[.[9`}{]qhgCa^ 83wugŗnX=X&Itb?8PA;MNR[!1o7_Ig&6cH)s$3pQN俹df-geKD4 9&a#x SbHa l{.X{${6~ 4GKU3W)-_8d~qoawe&J$N0 !pr5Y|].9=jQ 3=*%<`v4B_>b5']5 ojR)|w~^ǧ ׬]op.~^w\Cp쟉'Q 4˱ޓI̮W lϻI;Vȕ,&FbY&7߇w|NzN?0J_uơ]HYJU57%oR";E °c²K5Z"D<]h/Gg1`n0MjnuZs,BHSרLROcj)Pfxj< J3sL/#!Ofq_7CN]/\e&Eas 4ZY|yq抒mMъ,P5. B1'Sd?6[?34 fEFf+TCL % HN!j.[;=miK1c 6})WeN\1jwmn"ׁ#挸.y{)Zǚi*t>r`WQo;;jhۑY"_1ȳ-GW2VmI-D+x;iFiL1|7?4*E"F0B@wm|Rau:T\} },-e}-/s2A̻Eng=-_ VUv.Ս *[?'1TvPXlb=.*=f.vWȡ/v_vtxgi+zђ?+lrlQ5q-[\e"`\0C#M\in2.@LH*gKfžk1)Nŏc\핈[4, B}q1PzGIX`:;;ݞ/kJ!28xmMZ猨u>W;]-&x^^/iI}@P(VB3ϑ_AkTqZ'9eH$]FaGޘ cCMDW p[ 펖} 8}1䢔I"l:uA&))u k8é|5 쉩/#_gmխ5?ǮIH}p:TKnzqJ٫T>%3Ks.黝/Աw$.o%|At9_K X,)Ji7Z$e 0nvG ,ѪPg1-0Gب'8o:A|)dd!w9\E<#+<>GT+ FVX EO5Qw4jӿ8۶qxL⥱>)v79!|7"EG͈+,YreA_iQaڙ8:U+8^~\JOD8]p%q$Tsҧ.2{/+L@6beK%t\ <:ɶ\_8UWE&+;4Y5Y%餿 W*"7rr;h]cQgWhѡ3%M예2 3"=%5X4MxhGrrlJ*yp`v_Ve:KRez_Jر $: K "ķF^: eԀڀЕiXYRr|h\TYE2^GymCti!mի T/Ecnf/~Nl> (}!y ! %}b FV$Ѳ{&lkۏ6') W"8]GJ)V' 0 P/@@aqV#%PMZh0\;G,艌QZZBv3 r4٧CM)g2AuU=J]Y5CF{ZqR[o:LM=>bNҲR'6@9r ۵Yͦ^Z5}d`š>56!>%7P rsͯYFR;?_F*d%)kf ߐ5ΪRsl:~8ͪ]待!h)Z<kղ:f*OѢF~9S|5Հ/|o#X(N32AC bWmWMNOk O;(3Lj}Ӗ*VÚ6p@9ep>&4h8ܝ _B?HrRt7y?# {Y2v; 7A{Z{ܬ ~O|KI-j2T;R?=ʹ-v1[98'ӡϟT2 [_GʞxJ`6(b8KlBO!8Je# EHҝY^10e5VϦQ$]S-րj:UDET"5,9ӦnO]l]cm[lܣ>Ie E1NlxB#|_Os-[B.b&YdQxmdEa_[ͱ%`BS+eq4(V9j][; 109دPxZFm࿨달UXd%Knb~^ӁQKx<y\S*FŎ F؉.b s& NmKӰ I󿰆q 9v8+*doV bBIdBٮ/F?4fTBX&hF=+쳨hnIrV)SR$63G JA""v(4|rNI{ddo\3)8\ظGƪbWH0G!"e<ʔX^MoAYRMl[r#TV?ϧ*U)*5|:)WR ;CtG.1)KAO_tJ0T~k:;gĥi!oGy3/M9ͳY`hk.~T;70B{e᧯ sb툡ڶ9iׇawq8[a"w|6D,ؐ 41x#ƲQJjcA| XnyV\sTC.S:lNp,QSnto9>iOc8\\Gζ1/"mV V!s@]pEB{CN ?ƥ{*S: [x4ht; 9lv~G>Jc//\q !Lx B緆{q-4ǂNYx,d.%k TAhHf2)z ώ(Q犵(ΪB۶i*4켴.Xyqkt,Ƞ s I=o ,܀&o\,3*$o˓,n_6/# 4sK n')k2e`lMmXJǴtbcBF3_YXͮa;_iZ2 ]GS 4C,gX^gL"J%~A L`\$0H6Rn@q w6q{@MG|wg D4~%&tILE/R},X`$!%!PeB+]%k(=_8 r"CT7a-iz$<͔~w7VDEfB}4KRȉp0<Ȱ°m&c@O'6+,TIDAK$,MS ] 4@  jVPؑ{?nuo'$ Ho,/TS7ӝXɽSy.'系L 0)'S3eT^c8[N8>3ڨ+1>*~׮./`6xVAT)u}-ia4oY"=?`o[evTEpnt˫i\rn-;LᲖjgd!]рWP3M-[6gcn=KE42U%icQ-YyMdMDFҜ'3n"eO6ͽmd"HnoB( YG/sxcԤ߳REФl6iu@W6l De${d.԰Q mP:7 Z˩ H`Lj;*#u@u/CF BfwpOm63*! hypm 951vIe$e!^-sBZ6]y_ @eU Rz sۑx}YnG  B2cW{7T/DFsKK/9F^0A~jEYI/ە!߸ (%&[\n.z' [Bs?oՈWvlϺr34dd#UVF +€ 24ƎxOB:*pX LۄԼ)%E'57#Mu}G`o$6pk/X΂\rAM 6^m %e?f#w3% >yT jU{biHc|j%[50]2O/ٯ_`Mv"6T)J7- Rm4);XdU94NJMx$1h\XܪVHz1)*tJPL 㩮N'1GDlh4RwDM/5q{'2>#9걕mͬ K[mV7R=3iO\{Wr20HEhf VՐ3S+7!"} m2GXS,NSAvʬu[qNJg+G=&DBSRg!c%l^eDT4y%7_D "*֘ȼgUi+ y O7]>7E]u&[Xf4Y?cpcwNJDQs8 6&,sCO .:L$-ue}a^?m뾑+*ڼJ'Ż-v&j,DSV aa ,gz:19͎XitkBNtކoک˲&׵<[U`1'$ 3C*^rW,M6ESPA. f;}ĎKۍ,yX{5#Y^6V-.gr=9>r]_EإTbLZT&X&i+#δDs,%FqB\EGP虂bv$I]0lT8\a "7g $43]+[nF%?ArȁD~>J_B{l*2VCH!'Foy{L)[|pu/f*(I_ă/o$De _}+HdӣO4hه'R4q iy'߈n7}S{ϖ\wxT'fQG)YtEi?/8ZG(3)1 FGIET7Msth(bc QVN^D?O숡N0igz庭RrA䰊7QCCS֙u*./ oYXC!T;:٧ᡐc gb_߽Hc]е&_xA^&$ISf\op-qTp;527CXCX?=R@U L_oel긻\F9;9O C3NE>u֎dl6  UӿWFcidʀš! 9W0^!߼/ n05>NSm2]Xlhԭ?zcy~9Y#w _CYm %pnmgoZn K?2ʂɐ$+HD܈'ue"W;VàX_;Rֵq+8EE1}E=dg&9ܥ/fzJI#kAW ӵ-أw(vUΐ &یLFfOTחnF,tqKZ@?Z+U:(v7M!>y ́T`4Mf Xh0wZ(7r66,N} 1(ExFZ:  ;AR`,)LI>w?JVA։,? d8WYޭ>a,x٣j\\fMB-mSK^Q d;׬' #%T6b Ysh V+5q vJ{A[5c8ziztIɃ fBW/DIو*O 'D՜5J~9.ƳenN,(pDA K<2侶UxYkCZˬ>dU-`\or'}+UUخj (" QϞT} $&$",o)&<ʆE)lw#cBNd4Z9gZ90 ǡ\.glWJa+`S(=y_땀F`%~ 2[sµ ߊڶCԯ(ur.PJ~kf&5Hy=Rf.+g>pu0\)+l%;7$zYU[Uh- HG&Q;HʃyBveqT|Mi"sX#M [׳3 q7^eu+$*=-_E5`r^Ǹ6KǦWyIdv g\d@ua۠1)uzlō4jGfOŶ0xHD} T*W–Rn$zQv!e.g\ax,QyѯV{s\>DF"zB~L-^CN@P-:"sfw-Rbb܉KTrg`mk:|j`Jxns.Fl(% 7rߗQ8 }0챖߈c˪>QnZGQ,!,婉/OZ%1"M¿VK交's/aw22v#QgB¾ݞT }MMql G T5G݃Tt1w]<+5 eo׶L9\rp6&j+P @OyK0R%z2!E-*,㨹:sc)YR= >~;*zC%rTݖ-yܲŹ שD-l+K#:]<EK;7 NzYxq(I.-oZ!Cf#;?3yUC aGu(պ%5N78k7LCj_c8<,acحQ -?IPmy%[xRmW9Бd jZ $N/d.E/LN܇3bmYe{Q͘0N;ťwg뼛Ϝ!NkӋ`X-65)1T O2gFM"L40k_H.Բ~DitZ@Ǔ-4Sp|A͂om y7"̪5nOpBivA&l o!Z۠mn>pߩҋm=leyck^yb11Ib* kuɽ#%#\CtZ2֕+ml,Рz^ Z<%H+ǪN9*\cl^Vx_+֫afK޷5 t%X^pI-e0ޝBE&sB:w-~,Sj=7ޕ(aSp0Ob2]J8TsSIQnhV㭰t^|c**ml|: :8:m{uYhb5 &3} =>LWl wMFyW.~s#'\WwaW…^01W2JOā>t넁sT7oc[F a7UMvq6&HEh6ED dW 2kaݼʳaa6)߄>P^} {Zݴӌc ,rI7%d3v~ }\Sь]/;qVUt$ +K*R? bZ!&vF Z]i in5q?W3'_Ԓ%h'_F4J=l~\юMV5m-[rI4Ie=|(f+^җց Ci\p$32 7=y.T8s;ᒶfGv1l$^}9{D~e7&K{@Ba^S._783 Rd@|xdo{mi{Sw^aZvhU.Vq~p֬oRCwwNh`EhJϚVteV+;{${Sf۲u`W#t]1~T NAwC#8%GEM ^PݬG#((}|TݔQgwҡZK3=GKe 0 9iD>Unꪓqynf76pv~fMQM~H@KSѣZO6dɩ+vt~ zb1xq]S7;m+M}͋zT;v3_T78[J# ׺p7_q~)p{*FIVg|bc*d 'B(8t&I :!'.*t-KI W.h&r+OU8m⃞=gph`xH U"undY0ġir!V~ ( nɁ~_3 *msz)yӽnh8h(xa3+0K!w! NLTs̩UdPZ@)Ys MB[I>{u$"% w,LJi=5C ݹ=_si4YܖlƉ@@jOmk3kӎeyߛ5a2yW7I,~jz^s80zK{ÇL( "FBQ.`O1r Qٍ& ~uDp_G ~J5_O`Z `1\0āRG\S~ &uW,I]'4 %A1Cb,B[hٻ;ḸC hT*TwarL]Kl^>qR/b=Wyz&w(r5]Ss j6\42V.=)߄?8؍wbjdRؽpnUyItO@;k^ Wj=j0(gJׯ{hNsJNI{_Rro?G(0sCIݡM01q]XH%Op}P7 #7qrhOj O!?: jb/Y`Yad GD19;*maҢ &dNe5P-S7{ۧp+5YR"774Iܵz1/\Ll1~D 3EnNvO_AwuyrR] w|^) ?v O{iDŽpa+|43}8%R!͞-$ I v OaSJපH\B 9;஫)}NB9Mb0o,,,.]߮ze27I{ې.L4~-M m/aT4sh@&?xIW!-YAw-"KdTtP͓@S@AE$N_Acc!.Ç5n23#ƅ gfqIAj`+teY-Z/%QbpKFY\_cR8-J Y>}a܌ܽzDOZiDs|V8.[%dXkv5 U5Uyc봕cϣ׌ȥ7UFM&S|]=M\i|oiDlNKvkޅ~*-?rB(tSw!S;Iw>!~exq2?灮Z;Aȵ1gwV͈SmX5t~iM'2Zݶ|JѸlmC0{ gƻS'93kvD$oMX/ZLSTƌ?m>A{)Oq1ɱ78;>B≩ m։w#i(ȿvC<_(Ro4<*WO n4RCh5ZRPs(i烦Zx90p{J渁,uF#f0K@N&u~]/v|hu(Fw|i;|Zw w L,Jh wٟHqb8TeAG n$Bk M$E94Eݣs)m]DmrDt`mjlo/oLmj5QO:.h>9K}/5DFW\lN;0ڞ&V9ޑP B?&ڤz=cBRf򆜜b "ꔵdň#SeR0uVN#~Q?+S auJæfTqߵjF6QU=dW]ts)MѤ YC{!F<[ 0rth.QB`7򓣗ΚAcn)l6FeT0`dGu<Cy(~u o2Ka? DCПa~7'' ܎a:2e3wy'M˽dtRUɄ sQPigP_h4V@<ӌc9Tryq{2#q;7> g0<;ՌDL던{^%mI;T;HdÝ^m2ŏxjN BUH'~ U+ kr|X&;o@AM`ϗ֛rLmd H<jiOs#uW<=5am^4bls vT+1s%v|mc"Jf~ HAk7[E Z&KPg[&"Ge ; Suේѥm5B{"uNF ~(Q Pk_MۅEÑ$?rq<(0Ԗ d !!W6*FC`fJ4Yv: /( ٢።ŘyEՎŮy͑_*93Bqg6'@kW|,`BF9QAuN3@.>VFdqE!|:Čll , c]í{zIvz6ɣY )G 4#y4#@-=:])_ ˨5kp DgT9'}ˮX^Yb֨CZ2zrєăn ٻ$,O'sD; Ef9:wHܒ\~.oV ½y)3CCnvòѸ5Qlhm2X:P.L hpBjG-eEh`~wexy;U2&?nGHGK!W9#蜲?U+RBǃrULB5eg/lUmp@^uZ)l#qހKtylVF2XUu!v3#pFX|b%`#HpkXֱ ~=|i&13V|CWu.L7OwSUM6#e5& LT0K;aY1\xEۇ'x@􉞝p /PN K@7 j[̅bFg|mozL$(bvbx`aK4vg{}R`snmtb)s:;ٝJc 8A!Tw^lW)N 9 VȹS}VI,WX|x­rwiϬ}QDB 4k!V$GTkru4p!P1~hoe WY.?ZWpyGo7ĀSUs'/okvŋu[I9KlEXk:6xo^e }^Gah#Ѭ&NMmZ. a*=%RX1ޖl$6\&^SiٸvaY@lhB0#$^C;c[G/x5I"{TCqS=wp&P33a iZD;~֚l2"V)q+f~5bj;1xN^DA%UӪ(1V W0IeudH$} fBZ\X0Ai|A;گ$Z`.%AC&ʣKh(34aVA c/޵;Whu<-0Jw ItzOZ?Aװ$c2Q0K&"XyIrՎY ,\9 BcZdw`+]'C^C6" vf_ӫ hf[[MH:p#΍ѝq݅eZ|z|MmU#` /p;~qdPvEz . -*hv!<#%k젅~-8$"[M1}QB:#4izf><|rCO=-tw0Q-!|zɈcWORl"Y&oO>}Z=_k 7_T2p@@͇~\x?>- '4y{ 1kONeG@i93Λr1.H;?p 8u(;Y `gR*[y]5zx!?9{jREN¡$yz0̭H rDT;>=H^,$AlxQ3ӯ %iz܂.|8^e?7Z4@H FlVLbdIlM}!Lˀc*cT,p,+op*8# &>Z¿N,w0mL8<X}Nv[ہFcȏ2i0oIMb6@I5]48-lIrQa>4EMLha-ĬY)ؔZho .z"*g& z^] RUaqzrN7dnƥMUM*bce ͣve+e3?|+3TgPA8n7+h ^*=d8m 4"µgj#0j@ V+Ly&Lҳ$[ΰQxhr!2x7+Ppj\jO>8$Yxl``n!t>\)UPh hdmȄh8N ,\nMeI T?WLW,gǸ5ZAh]DxQ7dҔbM8n"0]4ǝ9W l<  =N:BJ7(ح'+wIc*׶hZ/N 2x3L'UN^b`?zirk咕g559qu!MrfWu0X y&<ܟ\5Mx@Fb%qƮy6˛K[UD̀ kcM%hRH(14.5>:?˵խ 4NuC55m(Qlz\'S:̽ʇ/nY fE9vW##tmCsD*[-Hg^H@{ a-rq; KULY~}`7*|J[GOqp: z"jGߎ8T$#"0g2yfiu!iq+P]ge?osɥ$8Y-$)K@^!o]a.mNB%~r 1gH8K5s8GȒHᠼiZ;ƪdAw2\ 0b8/AeRR}~˕6BT)!"ԕ[ԷW+3Z!9=6t*-r;٩;7`[Mv#acLtgY_/Y 'zvE*??qzjfxeT(,)![wD5S%=\ `*X |)Omlv! 3X`(fZ HzltXƎ6?K0M>j46WX~g2 7Sw3&Vo 3?,dCV:jpuJ){&GŮ5)qJ\SZjK?t0$l8{ݬ e(:RyoN#8ŏOXܷsL_vy8Sc_Htouj0hO,b#P:Z P? &k>CJU/6(. P0GXEAQ6YTDsG202iaGz}ۊõZ#!\s@&b\, ^=PTvb$H쇝E3(*A5vl}1jhonYEiR嘚qX CTds'kbdVDfC&JiK6tbܽ:ŧUs'b v7_~Nc3:' /(NF3gaeC/ ~\ߵ&cݺ\"{3fwSsڛlmo_ԡX|469pjR^UOboۃFZxAUb'6mF6ET 8gDGoA΂ˎyUϢNA,8X. eSFle1#]ֶp /CT Cf.]]UC̄F~=Ů YBȜQ ܒ!|n^B&P<Ĵ1H{:_@g$ϔ|L _/qtXFxJ˱!΀mXT.EMƈ^9<EjJJک:Ҿ(گljs!~h̬aӢ1RA!҄$p'g2A8S=.XChh|\\CrAk@eN)+yȩU:s5m w[` rxWU'M] ?QO}'#="@An& sl*Ry0Oӷ.lhƹO&'K<li܎rP M:5@!_m)Ԙ@h-0SaV Ipd+>G|>zBjg z%3Ǽ5MD8Y?n iq8<}}*aj:Ʈ8!MTi^B+9~>zME5#!.STHCAc'IIPU7;0(%sD:2KHicE: \/a_fxHak ;54=]C!ږ< NKa02\7ުrsS*}pGfӶG_<[ [_W |e:\vˤGx#&d@vb{ (i98 fP vd$D?-#It} 5W_ :Tzlt# ܫ a yu<ȢbH%R9(&2Aij\Mɐt@orMSi_׬#v_y_TvYK01R]O..ƺA;Tz+HbvTQz<8܅L %>?"ݹeR5F5hk*a1 (^B۹*rꫝ.7%h XKqyqtjOx,%Z ;+}6XFƯ]a1BJ#LP tp:ArvXQJuZDn<+IU84'hՓdt.jj Ɵug `%Ng]ntȘd|#VpJX-4ܧC )c)ևmD5hM[ba&VF4uWؠ)8y/sTpt11mNT?oXĖbvi&Թ0R_AȎt$3z_.-1+ƖF0) {ӷ쎑pKP]D'xP[x}u=l%O:>Lxy"DJ'] ĂY#9Zo]Rü?ƚCɀx,"p|.:57o/[\1j>0b3X Ȓ.Y윉ҩ/4mp gh Ӄ  .J,&_[Χ![ Y:3+@#uAsL҄CW]#Umre(!XgYVN;+٩t(شah6R? ,3/ZH0_ݛ[G2nʖ w7 i'lͰZ̷#Dj" _c -"$=Uq5D Bg3O|tcKwdʝ9pL/Wi}ޝ|Ɇ&VWGZfkX %<&.<,S+6ND <IxhG\t%73T1,:୩=X x}"WL'x8e*ECo {iFᶃNͻ'5D>a+gT-<¿Wا޳TPK-l7-f"{C(D!Ye 5 I~$!U8@:SX[)pJN 7L(C&$׵RxiPkjbn(7`ZI tQo^i<*"!޿k6si`9CFTòrw8kL3 vN}"Ԋsg犊|bJo'~ MܢY:|H9e/㉂U#g cmjˀ7["u %$AX6|Zu.Q |X V'{(6fVh [`^0۰)&1XKeA0騔 J@ R/Z{c 6v 8mKw?F1 ET"p= ȼzcy,tȱe1l {6c{u kĸ8.}χ˺hflLy6K2?jP+P<oR3 mɣ%E#i7=Z8RdķT~$Ovhd ! 7<HI{ǶU?Tq'e5@HP[;=rQxw Ы ZSE6T-ij8 ;Um6Ȱ愡ߵv%iTC`SoKa4?0Zoƹ#=6߼a~qx^hG(~a#o_ǚԋ :6vp8OW:nGy?s`G[iL]׾cޘ?I8ƒ~FSqjlw}*Ҥ7g Ƽ3l~N-GJw| g'ct]/nj^=?3 .z,MfJ6t1? l6q PT䑐~ٴQf;.jf3:S̾ER_?Cx:-=E*g06J QO?E)*V*.x j[Oۜ^+p 1cY4B}M\bko'\\`,Yj{X.\mo<2ց?&\?O,vsVB2Ms-H3#Ppr8$vNWFհy2mR%hoqDDsk##3J:/y=i݈wTan^yIC# /y+#R{h㄂y!/[D9GHQ>@z 3(-v(h?F sB𡨒/'c'(!jr҈YWeYIp0Sn̓q{^!_9O7-OS<_AH"8F\kK?rMbŃ~Ԓ@E"zKWd%Aq ?z@QN?ʐ?>OɞG"fyJz!f_2 jӺg0?~0~MxMo/O/U4?FqL/멖xiQKh׳wGx(7qC>80+4}5bJ+h%dG78{l3kt5PIr}||0֤-@?“Ljъ.w!wfd[v13e>JJ$VUr\7 ޽^)Ko4>RUOT jLp8 *'~x'n/M{$ZF^Djq^q. 딣5ˈMts׶!DVhi9ہ[e''ȗ*YCg91QIݻKYmcfھt^-0o0UH̤;6ݠ(HuV[bpv[t>~f;䣄n&LbI(SV9f7wpĽeksX=KW/+b^?f-%{4oͨ>K#]]]X_ɽ|\#[YXQEB pEWЭ!k vVE١%BaK:R@lʨ2ǼJ6fe=}($>A&ƓV/Q wŹW8cA}2bt0Eb1Ew/F;.%OҤ$qWFW/V"4u Ӣ見׷W;]wr974T:XQ?tD4}^qɯ]g/UB}Gڪ#HɲĩkfCtyOX@iD0bq[K..ʝMHJPf =f!;[,+|ׯJZYo[wlb8]3kˆN*j 5zFsm(:EIoT+ȰQ$8\~ؒ/6r _b4_fL[EZ%s=PrmU$$\!7 6)]W腞xF& p"ŏ |`MDaT9WMf l|,Xk  "5}9r2 HSnR}x' u-W.e~VF#,'-^ ,,)S{H 64|c3PrM;z]0lwx߃e=b =Ȯ+ Hg#FNko){T{5em:LL PEDɂZ p.C (Ň:c׉qwT%QVb"j$>FX.Skt~ى0i;L_zqLG#M&Wo׿G ni8ڟ.={F`k=X?c)SGMunXhg]fU-j8 {/u,TRH.Qo-}NL|=dvWc9idX:R6KxZНc5sQG|=yHu?U N*sAJII)i\}yPvWޑ"颻7!9)L˟-vbg훒C!ylE$>\TeasdhD!fTD'z/BЖjK芙mVS'C$$`'D,AL% AfUՑr %J5ee!vYjnd~?iQh_!|.wBs= AU.ޡo4zwɅm,Fgm@]X#H5+XR뙹騆N)ul_vJy̧Llsv9z|#7T{4(ӨzC7oUʊr惥Wۃ)k9A"}:] d:ذ.}+Vm iίfD{` Q1'eCLʏuY>*.~I۶"G B&db=p4M df( BqJs>*ZecǔǮ>8[wx^j^cĖiOc8u=B\ <>@ôis(/^:1hkEM/xA`bB az%ʠ1fŷEZJ}T0pgvi=~0:Q+K Va>~N̓γ(>EP$0E<4<]nب9ğ*~f$4./ %wq z?_yYZPa4iTaL7 %atG~FC84:;A E\-hJv]q DQs߽hv d$ ANԎKFJƤ$,Bw1D/aO4ʨ~IP^HdWqK2KGgZʬ!o 7$HV" ƊO&3%ECXeLAYCo6k)ɯY.NGV3MSʶ3zy!D .jصnMCp`o `C{r+2(tkz!rRfjsD;f*.z1:-L~ SZ֪ j ;Z(S :,| U1V+e4xN&.ǏYdp>R  I@:bbd&l0ݩ25 acG8j(Y?[*B/90辀XGRY 0~Xɓn(SWٶ0>ٍ2Eou+FYcTNvE+[ V,F.P4O+I;JD`zUQv>ؒ>Kgn)o="-U稾4Gs"`Ԥȼ*,Naw xb2MC{Kx1Ey8,L.j=? 4p>„eC5ޚ~L:L{S_%`zNAHJ9@$Xxd@X݀4FoAsbHŧB |8HEV=c!$NӘTn'k5M@QE乍r :NeXb֤yWvä0!O W7-`?s(اۖw${)2O*#:>hb87ٱ^"_RY 8J .M$ 8}gNOg<%W_%jj;'s?5E =O9(|n@ ʛ~-~öy|HLLN&ŝRUAR8cϜ6usƶ 9Cx' De: lRt݈=r")zZ,-IMޫmvEM0S~zS:)jKpxC_š$+=<(9 Ug픳g^F0ͽ34[>'ݦ$^ՆÁNRsafqgST1UDq"EXthx?o1L<];+@a@tE\~@z;1`t_%0 1C)RXGV,~O mmj^6vF4g;U_ *qOw)zB+v  2.%C騴P3 ,C|k˘ÞU),ʃFB% ,?mK/wAwdl3f܂h@pfI{@Ul m8.a7;ap"4Vz#ȜhC]d2iYRKX?6oT} ٍ#դGhɅ*lWN{ ;YqN'i:HJK:+ꖫ;%!,=6`>c׺gc߳QȅA ̘$jbbcFc>6xߔP"&  :LTQv `X4_N՘ŹTJr0]6Zq Vt&ܙ nϤN2m :Ph}_sޓ-ZW9), p@'e0 H!Vs<<2:ȋelj`{9gnA!١^hIiEN/c `SF~@ܔ2be$0%2=sӇ"`+;<)#y9  Mjsq(۵l8l;t<(s;%PG&`a,6T3  γ=)2CeGOGh9b~;էfWwO82eySr6pW.۲T`upitdTnjO2 =멑c9Q)Kd YF+2O&zDFTY B+ܥ]zZ,| o/|"9"\)nÉ2bNZ`ŒMN98:iKs"$vE%lD&& -H;͎3jyXpO׆J *WkcGW^vM:&NV,?M/7u'!ItR{(xeMwDVvkZdvEyG=FfmO$pS%:< pd0EdmٷLC t blɊ%|J{ptY9LX^>a7ew&&,yXDK"o{%C8݃d eA'ҽY'K:|y4,d{UQpR)T5=FN?~U5I}ס&e'5 RK!s=uB3,:J8rNY-  ~"P R\j.L9^N_q7/B1Q+ fڢCyTEP Sg#\W,-R/#(kؘ1&i9gf,q#Jb?Bΐ5{Kb3s?ǒ۟[[ &h%#?5!z^ P=JMis&:>pdgΖPPnBMyh'N)hAshz;@= ݜL;kNkPqp B™``i1.~#ݞsO'Lƣy.4xQYE7^yTdw7-T f-8ZMqL TtXm%zˮCg\ fԳ ,-m'Sј>YOG08OF?~QM$2 Dg=&]D5&ap|A gYd`ōs X%k3>BXy!;t % <6g^ai@l Κ-E3TxU~*t '{|gJg띘GC[E]tA=̩ ]ZXB@Uj.ދQLCAe?*;45t\t+<m_YGikm[^vgtڅ̨"ɲAIqѬ`R j8~i0<͸..\";i]^kH y0E[[UU45&qOmoOc<5aՅ5I+rq?X]/9uj]BH;aRt!C %]DgI\sAw۸Jv^7=`UmZol t^$zF&?!(Λ\~3Plֽm PEZ!:l#qD jzQA.MDȩFo#[j>fW-QI @.MDQ@QLN$uT5ꓻ92I%_~o&2u{5DrYw:G \jt<А\CU6#"7֖OKJ|nUW7 _Ua.XvQ,53eU{purj}}zC˽ 2_3QW!nʆR1d:=62s| ? 'Rx U,n_;G`p<]۲EMW_! m{̚ha3фMNtg/ԲYjS&9Лt=˻yel_ȯ:AEZ.UDJ<6=P;YK'{XG3"1G'IK& |uD%$"`k^̱30ҿ*cYQFx2x7f|nѰh_^=Z ٓ΢fyXϝ{XsQ s^ڧQ'\*|3 '[x>[!Sd6D恛iwY: G]E?⻯QE$,A =ض-CЅd}^ J@sH,B f~~'.B=œpTccm6-9kɂwj׏.9ѶRDPM!s-a6ݱؕF |o\f:7mc2)3Bs "1R!a;P>tlTB:@Xw`arChM+Ahݯ; eS)s^?L4?ce{vj \ DDr-wa!`Y>Oz=NuY,tg|PS[Ě\y!_$ ^!!Lj8Df!xΔ~2maFAep܀.13I)By*ys-?Bq4](Xdn Of猊BR-;Dk̞|2d%-hѭJIm9ß/Ѯ8̊`C>eHo4|(RtGW$-ω2K-9s6.,.=T)#s [sS铥5ހbQ<:ֽ(IH5Zc@vTґ;uH8)w츓xη2"#MzTA4+6~b ruK6 '@B`F[]R8ݓ!/o,hŐ^G6dl4%Ҟ"SSOڵ 6;M`ۮUKʛrglJjY'|¡.r B5aХQ[37hrU ]7X*Vd>NPPT2ל0a#R8; 8~op:\(6vi' G`ig9*(>!zU92$ef OS,9H#d]{# OvMP - ~|-/M?@JV܈n (5jH߬*#72<oyPE㦗yo9/i`R02TOPoi.!xLU~UtT:V68 HP6~}fzm5|$SQjI6%S{C =]:k+<;)_9&)l!a i2<ߊJ\a̒tan0 ̥ _hۻk1.2PgF^GTti!Ḥ@R3=ˁ)%qQ>I>ء L5id091*ajK >7sU-w*ۏlQ@l)PdYcd4>R_䤡H@5E =h<- 2zM*t5F%2_{ar .vQGSE& сR'V9B^ -l],8QKbB%d{c(+Mp IAq^>f! Ƈ-__mæ\c$(uᆦKHQ<'fX6z R'G){*Ӯ("m SU$}詰^Μ5#R/b;0/}'Z˨'8>O7%LS+ؚ;Ɇ=NZ=x\Tu*hR_՗EGeAב>h0<t%l!70 {e5fb߫.:9Hߛ0Yv9銢P[zn@{=۩v BZGf;jAzz@Q"M}'~\CfrL񿝹tʠ>y.ٙTA a\AE'XWm1(HT "O#B{ɋ\c|8NFi<RET=a<=p0Uaؒx(3uxoaLCS2kXJ%BЌ)^ǟ\Yߗ=!QOfy<"x/KIo]DQhGh3[?cyK7! t  $L| 0w#쎒U5gj|D>qW6g|_-TPֲZ@ӆ( V$lSWOԎPT뇼P0G ڦ [@H "dB<y<q%$Ȃn~:% 6S` yV@5$dLCϰ.;N}_;xo7+T &p0 D`0e ^n41CljiٞVs܀AP#rn:@yH3ff&RW βsIU9+G9| E#%fjTI?oSزVk1!/w16d%$)vG­*8`bn!fW@Y2x G7w9(r50҂'@g{+bbgBݮcGKnĴZeLFh5NemyKD;N2;3>mڦ߯w&AZȢfqd7z|tEGK !PY?#L +eTa|PPr$H&&6՝PK|wwo}&yA RC1twU,_J}t])3zЗ˫|h_9(mJZkظ)8j*w,9P˖&Ը-lʬ'*vo=p0w@03͞O81k%n #E$}57~l WrewrCwO(Y-*vfjpAXg]&,FkCkRIJC^y>J1*O7Mjap܀tUJߙqUby\*hu^bD"L)ŵv*%6 OJ³K#OwgM㭢@Iy HA& ?wd㦶s_=DTEƸEoQVNt8B rMގ9+i$ޝ z/9 hy[+L l,Ie4iZ#~/hPmc0w_e<Y4מ+(( 5jV7׆dxHXKouJ3}?Nck.-mOh z'?U,fYk>]n7-"S w CL.7SDIzzM7JԝŸ/$"+Ku"3ⷼfQ:?FF[qu5:*t8V$Q@<T F9_32`ջͿsɧQe5|As$3"RG)+~@ZEԊAʹ-[*í=51IAbN "T'~ϽJDYF~8PwHi7!o[ԖX;$RAHVbPNNyN78~Q,Ow$݉OȚ+j20/NS# bb>* |^AN қ*_:2J{?;m'ϛm;`J@gޅkF m˪xܕ2؈IiQ 3nD볜L4Q)Uw;|sSо#V?]}a &Kb`ڊt( 0.qn@m^ [!46Fl3]z0N0oc{+$q P޽JJo`}^O;']DTq:_3HH"Nxi.GHqQjT(tДZx =?r-zN*4;P]XM_b*17W,xzܸ7BTlG|0e( M~F EM/)JG>_:yaob4vG+aM%p 9Efů#ZN@@ 0AVФ.yn͌1LR}%ֲS~:=ūT 'juu?EG|X mXH*U%)L +p41{5TW…eQ{ҜS8F&̌"'(`m|AX+˸ۢ0G./s6"s ʅ!,Wvl%*>F -C3C P~]rm1~Nj6TDS#Jxe @{Pw &cԤoI" W6mUSd;LavM(ar;x7H,"#Hrd!a~8"d˫'ut/`G~n$C 9Q״Q@~jU|xc]{#O #eLFeT%} u%/pUƱpͳ R'W2 ]9AQ^ ^0NJ~Lff^3]jV.|p-*{9+ Mَ8 >'z]ҭ2ѼC6ВR-lRlu+ݩ{"%OnLm;66РMa=]aUOl*̷Fˁj)53hu7%o G Wx+=ZA͢S#8)>vZ#>w"h~T6AAiϤ?#W3 6 He]oɛ~b yF&*M۞jMަ4)De'7'.2,x@+~ؚq* ti<3ͬzrݙ6#C]dk: ӁaYXɍEd୒} i6?<>s^$LFZꛋx >q{%P1ꅉ-F_e=P3 ,,?C2LcLdٮeQ 8t6qߑt6p&Hy14OA:fY֠m 5^ #d~boT%~zC]i2Y-:uFy*x{'rĘ NHyɥq[IO1ˢF~_Z?]>zD}IMgᙝ&RVk"&*GfS"ۣjiQflOnf@Wgl '˞ 6z-)U&-#-TFj/mds_d2*UpA:NdOAmjW9S{v .#7dtAּgUQMk[(>S2q-@b~iЮP%lk 61" zsqjn49)(ǿh;{h"!c,egi]Gr$.p[iZiRi9Ԙ?dbA1ѻjonSj_gt|[Gl'iSӹ@ޗ6,&;#Liw^(#|8 GѺ[.k \XL*6rt G!' ΨGjX>Y զ|e3n]^'Ʋ)7-?,4<>vjg&~vzB Wa?LSb!fQPm~3`GĿuUx&R+J2_W?OgH!n>f ݙE D}Klp3i2uW!ʗ4)~륂2\-Y&6_MOQtVNx'?VtZWB4ەa>n A|$s\A8}6ȼ a~_m*|eőx.Ѡ>+)XKeQQټ W8V`og 9@߻ʴWFMRNM6ʛ;|:^G{"RIU!%$|/pF,xPLÐ,$٠|4nL$h)fOp/N76y]JAKw߽k;}aAlDڼ2|Zצ 3$|HS("])c#1-Ֆ;7Xv⇥Xj״vmKeYmTONul@B,j8;|"L|F-f*\Q2.75., !xKV\:*|*3TT|>ѝ4hXuTyz6hYy%gխcz)9[$+Bv{Lā$sζςxL;9;"gKEx?z9} -d9IuwVn:_ǿ`rER䞳@`i[e0%w? wFF+`p8[6"2v3UL&\5R{켛J9a&P;1PHM=Aw0 i{~BЄ(V<$6/ߣ*q?4&ka绳 Xɨ)LQj0@o弳Ikm*&kx! jjG"ML!{iahNtbD~P3t B״>cjX/GfDp-Tcw=0Y'7%+bƸ`f3 )c:g\2)dw9 v2'э `0;5 ңdqҩ=SЛR\Еާ4/1yLʾ^t;I9NJz/sf -T^shKECݤ+1g0'!C^sƯ-)yh8n^#u9H([ěLE>qqvTPO:hmy'DJfy{TT.%@FwڙO@*OG̕FSOw#IV\(OUq$r.~ɣG$S\P{b5K*7WAj:3l1hCɋg6RBin .c'Oly"=B)Z(Mˢ*m1#t>w;xEE,<0+(q"?u澇zrLK׌B0Mae "+THSf+ohphZLVnȁ6&v ўݦu:vd~a2z>\vv{YAرP$Tp.F7I# tGG&2 }`Q roJMh|gYt˸Z8!.< jM^J%,rnQ<*rڇ 6>g@_cr-P.{]W*aI12lߴmJp/Wۆ,]Xxlq-n~fbVv?xhڃ Va|~7>k~!)n$vـ_l%b=hey1qau˳ 8~G#iMq,@䜤jBM v h׭5%Ӫf;7SfSP̧I(O :G`Oq˰.X~j$pfgQ}{@6RU`蘴ܢxZ&`[PuMloNͣj_tD|NTjy*TVTh~roF[دX*Dg-x#hUKōT0O Fng6'ik5DpL{U2Ƞfash)0S4q:ݴ9>KC$R7ѐfhH(2nkc2}벤Wf@rdU KxQFSf&Cn뙟>K/gw><~H/=[2@K,|7::$kAwtoDm+YI40^ԭ"{X_ն$u݋GL3̏50MvB;"j\?_`_=P>}A)IƳJ m~-971-a~:]Fh ;1*܎@' "U)cfkI˲X)C}@KVz`l[DJ4&hj =\dTӥ} Di?, ~ճtQ'Q !OQWFdpv)ze 7q^t9쪉mo78- BCr6x'["[ y _qCrJb?nHDBTL<fRůҦweDvZZRЩ0 ZjLv'P$`p,l+ B,I߅ɗS=|yoz#6]P: 㦤4Kap<{O9fᤈt|Oo{I$~e`kBQ(yC&9aC]~C}͎((|fX/;}:5=L !w+ Gf< h֝Sl!gZO`['M*Aliծp/P\ǾF&¯NJsiS{R1f!ܥ3ZZ`i.֕q_ 1fیX*[~8e4&?jdT#z9ZdOy%']/YLLipҳʋS7 뽞^~􅛆ҦUmxfjXLACЯŹ$\TWwW//?i&\AɶNG!(׏JYC Vyj8&s }ړsb6hMP^  XwKQ45F5OpI;s/7q" h47%^FV"OAO ,B*ɫQ `| cosjTlwm~tIEμCi3!Pu.p -TH'Gm>j9>:4wQz EXb< `#k|c>ZR ,iW}_:1ܢLgO4bVIhѩ͍-ZKCNBgg5+{yG/wvc-#1zJZ%YFoR=u| rG+KPmx )Nae#In[9&j,Fq26FpgG=={ի",w8tڦIAD͆0aY66<+q1f>6Ս~v۸-=;ѴKTzY0쾕gN+׏P 6kbw}*rKRVXrP*![ZfTF?#Q/~Oq/րn׮z20IM9*# ,e~N|r>=WKd! dP ?~2Nt~RSugZt {,1RbZ#n>-)3aVq 3 5Nm_PK>C/ 5\P]>sAQqw''Fܹl@ nŹJW/fm^K"؎o-:n>0+Nef&STꁋ1 ꘎HϖϪpU=q#!ܽfk}zZFe@QJ!⿙z fMܺg&VF0 >X&%/fiS~N5H[f6%@">{Q\kO K0#q]_|I#pG؅oC !DDȝ/1YMn*^:bW"Itw5(ؕ+\JC=eL' nkk8E`ws"8/<9#>¼/#MkPݧN)44Bs/zB;a@I.$-Lꂇ~ %"6e- 9*/5քIK V }(ӡà^g?/ #ηS9  gȕr()"cc4m8MQw)rb,QjC#t .-U:?nu P`SEx>u3=a(g#&e;&EDWP$N Zh"PS~!2 E/mC,y;WlGW7WI"#ݫv zMс4`{y1Y`Z޶;Z !XyLx8B[ ɥ1O1eN;aIn@YM!\ݵ;]xB"AxlKn ˷YC%gPMԿ}"\,.l]drurzJ)bƕ Zeڑqe:zX,1C.KDc[kqkar)݆'`r͐NWNo-^'룮>9>-jvIּRPP:yhu a>neq@Wn+'9IJ4[4YhQ&DJ]օ" :ZBH7N uQ*w14~W;p|J^\>J6ߘPKwiFBTAs |Py\Ch\Y[ x'?5,`>by8svLkިt'/Z6q*/[ (,t'"$H4篨c!#ȏiX4!7]'dSfڄףB <%ZCvBǖM'ѢgP9tH} ܾMMZ_=x_U[~<I\  ]Ӛ60\ײ2?;lXap0>L?&lƸ٥W^~TJirˊuukzx0Q&&|!T8btH\ = K !ˁ\.@|#㻾aMCW ;k ԉyteKqTڋf2i?"ۜЎq?(TomBj)KRb&)JJ,ʲY?ʪcyg|ckPF`:)[LNtIT\ S>'5ЌSG$OlS[@  pX>W]2ArgRb_j팴 (3\V)GW TY(,%€@A&C7 rm'udx*S̵_d#R;t_5rKAjb_M{pd#h'KWlC!4ܥgbֲ'il2upgj:]nz@1M:#N#ܳ> OBe8TI-,ܻ;3"Zef* =pѺ%Ӻ1QT""5H"S@cX?I)&/j zTǮTI\~AkaK rziZjQ)/(d8xYwilqY؏b,]8h⭤`6W}osG=^ncK9,<ؓ6ۓH#qՏi Bgq[# s*! 56yQeBB?WC[jVsw߷㯵{Aut4F0Ek|M6 HcT^(&+%EQ֝uZw0B&M &' <+#}խ(gً((zLj<,3^&u;'ZS`b0[QTW>Rש>1 =E9VV݋349Yf׸͏ּ#ukdZ  ~7] $dB4 9wK8;r|!(m+H-5`abCqaΈJ“2%6}䔢v”Qr1@SsRzj/ A6ІWFDaۣDjQ͖ѻs< ݭ_rYa 9ӱ+yQdv6?Գɨٚ܅l?ডĭ;DepZ>QʘıP"PNiR4_^> j;_z+8nu e{+!4ss녱!q: ׏U=ZC2p{DyZgFUҨ6`/C+N^˲Ԫ%[˙$gGQ6=8ll\(6~)ss C_䗾·A!xk(_!o+Ҡ(ɱqq<4Nl~4W 8f,]ǫR>1!0]ᣦOYHwAl~LQh,y0r`n*jQj^edQרc;)@+T7\2} `›s{F-\~b|2w KI;Bj}~6`g*}٪ 獚G]8~-3y\ҩй#Wy({H5iHeuqYKQbc_ K2$"2lVm1Ek"[>|ȄP |?o]͵`_u)u, sζ) ⚪E3ڤjG"L\ݿ ghΏIOrxɀk4 ߄7a=W&块~ɼ2P[6Jc>ݵpOj\H8!& kO +{.`%{zTft`u<D7GOfB0HϯvH~y-&5y$@RL7B2.~WJ_ܖb'u}W$e5eOv_L3|(뷹ȈwJҜJNy4E- Z$J ; `95)ic 0Qfk95 eNWYgR{qLb`gq}tj5z;+[ǖԝ}҇PfO6`YUc d7t*杔 t&a.bFWxƂ MS!C^c;E\NOiMԶ]%pJ\hj:X)&],g,YɱVuP!@;`˓l\ė)ƣ_0*/!+ NN֬bF}``Ӏ?H;Qnl}f6X(:b+¦1=R{qwahx|9h 7Y#8m IR) -Y(2x+=cWWrW49unvhP؈ ":t67@-I ,@޺ Yݖx2^HPuE[ڛy64V\y @P_ezcW,qb"z#[㔉N3A 9Y%Jn:ӎ1](<5*mw[*n;=W(Geu36Gӵн$R6ip[[pl h&iSnf piX=Y S~Tl5~q%^Y@ Ah O;dԓh&uCpO6#$\!R&]r^P^INtX<8xܿi9L>Q'L_%f`Pn!ϏTQÆꛥ ^gl#50 c}0tPt#ލQV9T(,Hpmz'=Vo6yw].nIu(Ӧ tɭU1։w 8_+]^MqJͼ"" 'z ?D[ BNNbY *!9~Yj2ZR@=pZsInpզ,Zcc{hzFh4\Bk-rXg_Y7f1L݉g-KqG.AxDD\,$Jzb:XCHGܟFHY)'֫I:/_f'e}:NM!HܴXA-'U ٖsZ*.~{$Mz88B 5I3)lw _|?LqS&U D5=%;-S%*Lg5\#10ŕP|m})NK>Ji -vJtc=kN+P٬h wu Sy i]<}ٜ6$;M ֑,m<>uxǡ ZI&XlU:^dLP Y\̓OUƒ0]x`&K35"VTơ\ B=kkAe I`4+3kQMUXIAe9&rq  1NM{[B04z;ѕӀ?~Y5^P+3K-=mLno8ΨC"n2胢U9{lk=f&PG5U9?LM3}qWT:PKOc,X\?嶍n?EgYFynq $e,IN_ m0!tgs#-9AJWnU?PZH$3SnQ8Q4ZB?,fvh [9]hVC[b''6PC=oiRަ0 lTٟS*t+@>[m-otl]dis]ch 13J 6Ph"]}tHт>xBے[qVZ4q `Ҩ ?!t7Cz#pZ!{w(Z{L\Py=o&9@')4 ^BuɊl r@k$d}&1A먈ϡ"dr]!oZS;4W6T}(ڀI73[95_~g]?K%~VҢH\D)/q3K^>4NZ]*.d@CT[,%W ӸZ9ca%ȍV6VW#(CM? %>= ^k-t\/z֧yҿ4ͯsRZQ+]ZK2YcbH/ivϜ #X`5o!ܴԦAQK+`QUDz+47pU:V+=\;H9bal=g`ٞ!䡇:m˃8!۬3p*]#&.%Nt1zw)ȪxNM1~cT Մx~$ julbm w#Z82=)yƧZ,p/OE\9ф2r+g2D:> (yN߼Z!87_|*(rl[]L.Vv4THв .|hE>/}5^srjf+lA A;fos3[ه.ږls.[nS6`cFqJf7CF:,prO@^޿2RCb^G_`1|I =kYBk5斯b],( >PCm-Z9|Y"#(#w5H evVx S ~EFεe?MC!I1bYyXMo<)@ZIGH!86#훨SkW8Gl"ZJškZ|KQ=T(KA?X/|.*GRlTVg)sc&GιvLb $Qp0ְ(@;o1S%wbDܘ`E/.[S>ᯌeA,~u2wn߬ԀVhH ֲu:a(cGd׋ .ZP4]|X7Ac?{AfW3z[{rV= HZJ[Ta;::tHZ<UX-!Wy001/"ʳSm8.k{5]b)rM&]7`S̍F6B '|S IFrP,.O…aKPJ=DddijlɰwQn}b/ sGCmO/fCh"[=+mY'XbL$\=B1'4$"XEä9 *t9+fC~Ry#W>pP~r*wvة=x_Q >L6W ^a*ٌP1RmnaRE+8DpHF^.ȝSgD`hz!"VgF܈#1;S[ł257ZK7ޙɶSs߆Ѕ[;\ž>BrvN2Ӹ1 H72)߾Y-P]_zɒlV% 8D <)2"ÝKaG1bb/z^ YA܀ yCY#E(s EmQK9pEq\1ap55|Vy[vBϴGIBf">'F4!94{-; 4K'i s'`X'_% )鋞7>6Og@V";}]W k'ַ-PD{x3oAL}5 YV[41#AR#, ̨[b$Bt^~Ԗd LN)v=t{YT``MbC+?yJd:Cσ&X|3nFœ#`*/kيKE^j.=~rdӯvԁ+vh> P3іO((q\Q@7n Bd tN92b"E K YKBPҖGg7yBOBSF*eVDV%:3m5!rP_tan"b-wo8>o)*/k'cP7B.4䉞kإeN߶R'©آLR<+Vmm5@&e i46HT*xr5~Vsb7(/5jtmZQF+rNzqf--Ԣ|x_Ή=R* 0ah]NcȕWp"{2F0!ki6s|YPЀs;%֛byc$lL(aż-u֟NJ$F2B~z)Eʏ}+=k? Mޏ?;ȍ*VODs @h2I 2)BY3dM<:2@0Ԕ#RW`': MAq@ j}Hv*~>VAO*xpĿ¢'7^%|*TD dPMdO@Gʏ0 d(H 1g:#'o!8]_ `M.D0&I( . 555a^+w:A?%_IY}+?ǙU&FYQb\)O$;KM٬+ȾD5vXT(#LXF)_ b'Sb,ZE-n{֊uCXVZηQFŜ fqi8:.+gEDz4NY0!2 /͹޽3[7} Po\{0NL6H:C~ij!vyzx D{G5liem@jJQe0*aJM5O^=a[oȐ [ϚY91N%'Y5u4QsM*2_@ʸvDJQ(^L\N֟IM\Nxz"an-LEɂ;304"GD Q NLY h0ڷ|ʁQW?d0X8gh\ .a)U;%Rjy ژ5_M᳹Kc=WSSendx9O;V)jR(̋Rh2 !~ġVH}vuq'7nsm V?KvPIݰnlvPu: Kb%DS\_ ̈́yBN"Z'*@HOi":/icӊ.,(*n' hnθmy8BIZ=GFi"z4$:Nzk'ޱ)1˻ZSAXq ᴽSf #zͶ?WFNZ LxX{ Q5G(ngQ,\ `aTMld$94յ]Jn_{Ae@i ': r4)OIKf_O3fJx8ns\[F0VggcL%)@$FoN%K))D@ꍀA}E@s1_^*0A l܁Ї>eK(4&"'P$4m4(،1A\5dC<֏#6u8Dd  3p PHJ*b)I_DGSCDisie'Bg[(;4i UqkJf[*Q)D'@+n*t/Vw|b W %;H} V , ^.[ [IJfE;U=d⌳wLCcpF &̩[)I4LhaYi-m=n&SAӐA>chCإAg ,'9U_Q:j Z' /9!9t3|dq5kO TdXzt?VO ' A39>4t'N(H3Gw2T+n)L " (Az?U[د]Ah_'ҴO9K_U3t']R}\z AH|=|J@hDN#@2s0}CO_YPG?w=m#ul~9H o.9N!!M:VhX҅ABA;z xԀ> |sOF ̯krO-M"RLB isXrTN?-ŕؼA "!I|џ3F|QM x" 9"z4G#6[z<|]~\b.CČp s2zW㖟uQ\@drSߕH Id`wNnj֩pT<{\nK~ܗd+ ʼni𸎶L(%@u*{^$V09K^[=*n&aȑOVFåS=2P6D;N0dP,\Ru}ELs >i+>ts{ߗ 1ͭy̑pud /nS,|M!\l<_Ϝ덟G1\[=.l뷾ح~vۚjfJVwP(AC02R?vUt|s0r*d}O~P7@DA2"z2* ?P@H?`a tOW͋}s(+$y TЧ6IbBni OPzHL_cDPN=̄bvDT ;%EU^ q@t/䜀?WJUZaI{A CNu;#uv@w>#0ZrTBAg4cgBl͏ # c5s d\nE=[J ~9Eŧ_KV@=+umQAg0'u!gG]zsZԁs! *?q3?ga.$=J ,1"hг$|~.0҉,3&Wj4g3jߛ޷) & Я\BT8,ɣ_ovo9u_8c5rst?E7Շ RgAŨ:o)03=!?ܒ@7;@,@4P鍃)Mm|); #PØZ@h:c2U6cC1t۸ly~xJc#aMzv=y6vؠo 1q"*pxMu>T lG?B%S~Vz?{=T[G?G~a0p^\9G}rBYk8S:{m܋y[]DiE^(QCG5mNY:odQ^$C@]yX-+$z׻5q)UYUfou"SShI[!M%RIսgG&!0gSZuNDCڑS\(cip|z#O~] {I:sqE Wįn[ke9^o~ݏvEU~y ;yTNѲ {>ew.[MjN=`wҶ⮇!mwGpֶw.Aw?(iчv>O_c}4mYgtb{|O̕2S43U٣dtbbμ?LУn޳j7n?TR[2鋀^5geݺYo\[iGxm"? G$a19ѷSRro/q-%mj s ?u#p#+gǟy݊ʝ1iKzVa-YwS;{5G*@G' *@eum_prBJ8WiIEEQz!nKsAXA 02@4=#~gN|JR+%.훊~V\vNm Ig7;K;$k+CXjd=.zU6ƍxL$2鴮,7q͈[Z4 ~IeeJ_vP;3}d'?,A@GD:m-k22jh@ Gj%u D="ƐdS['͢kax~Q_lFLag 9tn33?-&W޿fݥl=֚+Uk~T31{WAR'8wc1j__O9@,EY;=lF=4f?t70m5ݵOrnq8z>y K $ ~֦LJb(/|)p(Pj[7Ժ3#a}V8_ɤi"|Q2Ů`86zcYU'3͆W6Jrէ.W TPxC$y0l ? DE"<b " zC>]=orz3P11k`̻۠1w1O@{a#0Ad(;!@BFs {D*HeńpFupjvx_bɛgx}l󳆘왔3wZ (>y5g?PW;bDE5lDgт?*~ڙx<6&WcwfT[_vYm(v|4tރ܏ E~SeUMzH(B秱o!"'πpÿ)%M9yC@>C@)*? aEf~ I~0:=+lwU>, 翟i-[[m[UTLE{O#"kBK/",S!% ZPUUAUum(.-@UkX#|eFsk{hsf(1NYdE8fٲ\}}r^\7\g9/Gi=g_OpHWI@/bݑrz>UpّABW Һ}x,>4Q&}0gapȰղ-(c)cQ(PX 9irsc37ÊaM7{ QE!P *C!X A{Z@l1Ɍ5i Дb*3@SBePӉR 6d)E4¡*B+4$ȲV(,&"[ZmdTeY-R(RҰHSJGTf2jҤ.0*M1d1Y%@ VHKQY4TU 9[$+UB8mP623|K"/=ï4?"UCke@K=E"k@!X3{ރnwrrXgY}Vy~{| " ҞTkm~ EO?wŃHVz]LAz>E({"_Q1N}j XCgQ@P? @]t?Oo~۷VxC/ x}?39Q6o|Nڨ:7l:v-=Q;{hxeaZ^6S9^v1epWpF;K]*9o?.w4<)SMuDF$4 }YlF0-)?fϤC]=Y@7i~??xF)=lQ[$ʸ.hbuOCſz>y?c"16(QɧM Az ?+\}oQ[< :zȏ邇PU?(K`TT*v36V]byi`` N:ff`"*֥TSƣ [j4\ųmrTcR"D+Ume%_*_%o)fq%)cgU^500Pr]^ya@9q=*V[w{osk;fe"aV!9?_AZJIÆS~'#/>7u~|Ch:\/:td#%crz}L  t [歆!X!o_vm :m :p5XsX-f_!@3:+wɰqO֠FfĽbtWe ~VlG]ֆN?e Wb׌*>.Tv$G`=e"RHOV* P:tĈXn4cj>S)1"53i> iT_*299qz1L3΄ a5_+*C* e&44 r"JA5RH, gD5fD_JF̰"5Ϳl)sݳ_-csSXqtNZl<9(/ԩ}[2m@!n2jV!(D2Ҋe`jq1)b0@l,:;4A1[ߣ`zt5;RU:p 3 Ciױmt/{] G%6ew; ش`2c1ՔZ[w<<oޤW۩O+/~7BcDz3BT#?S;uֶGsc͹n|?|pB|+$,@ H({xhDss9o,$?ݽ5Buy΂xUoU.kr^e|͖78zƔO̲RNZbJSl?{M^omdnsjmfTo4H5RT74zsH|?^KM}?m,YUg~ ;˕Gp\<>Ư)bpl5LW]}/5xVceIpCZTň:}.?-~?3^^=|m"]I &96SfDe+P7͝e.[6Dw b2V R. &466תaǥ7"kf$D1סMut˖%^݊.9(]Y^E/e+ehʲ3f: 8}ƝU cA`'WD^Z}Ӯ ҢhdΊMUJ:j6fsFn];SL@ny!lcp\DWkN ۓӡ"YcKWQnD*[<*?'gYHk5)'O]0lJ\H0pyXQ)KT+…t9y. sΪᑴ; >wsuCTO$EX!LӚCKgh htdE`D79{uawhUa[ v0D/@pZG6JHauP!>}''Rk@Wƈ~~^wܷ-?.-Ƚ]8k)8 q[5# iNbpSp"< 3NV1yX=\'j5> MbI+nz}IRPʨUH!cܤJlbռVe_@CO"B=7~\(r\5jX?2l+@&9Yɞh"VlZ4%!FۤGXhoHUDs٤x& 2n ?K ߑP9=%_*c҉&$i<,z%&f}K74Ή DOc B 2 UEM\R:x ?{l?o9gi-~jm|]XiJ.ئe)mlR֓beΜs3js>O/?95P+_@.AOs@HQS6d@ ";'P$5s?Sxބw-\RWgXrmvRc|4r^0B6rtaB?qDžG~ƒ/F$]%F6}W] NIxcn8t .\%FRЮ }8: o2uOb&ƔT~l@W(( 0v,=P9=;ARNJ ҇W [!愃"3#A`^|&Fկ~;V}3a[[,Y/k f?~'3+  k7Gldb YWJ(/>DT, [#nai9 b`32W Y$U4+G*?coYlSÀVT7lU RBEh7wJOn,"H>8$_;?RbMoGK'e@s t#!6m_谉!JiYĬ4oMi){xL&xrbN7sXxjTvK%.W {_~>mA$@9/?,2Io~!G4P{89((s?.AcrP`QWAi{E50ӓ{\ںS%L t0$L`t Zn尴1E\A9GH~ B'?óv'uU_MkUT| ?cDs!=L%"iw.W-?-Σ\5b2cCM(Ⱦ*4ˏi_ӏ7z̖ ֫`*lvCjg}|;=GidpL;_͘^8ĢQ1Ԡ kٍsj,i?Дy瑷lJV@ @|X7-P:'yz*Z)v #qp oé"&>l,/ uc iSQ I-enMshy@2a2…m&l68Kg˂@`0@nO@PLWy>f¡<݉?gC&hbq4ZT XVH,-7>3p\#`5<eG{pS)hN;0/#E"@f 'nFGր #>/wGa'ee!S۬kc4'zJ^v+z3 }_ M//k&4BTe;tj);E2:(,'suM<[}-_#HPР~_>D(}4TD>d*$ĞLjUnĎFcM#X( AstMeЂ SՑt*~<*{?3 yR j|j*9M,"q@Nt @IIRiA*RRFTERIPF" (D((JF&(1i( IU$ӍVYlIoanF=KgkDp((Q먪~/ւmO;SII}\ CQD 0C5ANJġ|u-WOAdS[YkW۴K͠={:_r4P'ӭ€Q@O:]`q ?/癠?3+)$NPTE2i__cg5>ƅZQ3{tIm<'$Ώ`ϡ*Qı2r5.62ڊLkX-a--ib8Y.\.Eʩټ͞ "!(Gh s' VzFRObWDYOHBTx?Ԕ:P2vֹ8yQz-{ _og'x`˝{g5˶^G ѺNCSo#;Gp`HcY8 4.#2l3ؓ(dr:Zί `y7Nt.qXr&tbǺFouޝT?ۗZXCPU 'i1=/ kXENJA9CI#|}y1OsORrY:d"Y"(ҪqhЙYfuQ! 꽟i_k?#`ئ* D}'֚YttQ:ch E?}V6i89!xh&bI XfnϺ բ(Yz*sͨX{m-ֿs=xU Lܨ78?.'J_Y>KlnJ7 {wz^ei9<{Օ!@$'tx9&sV)ւYd(t`Euv ŇQ8Yz DVELĝ 2Vh֗eVi,f6n(x Yy3E؎m 2$VyyLdTN5;=>;wfU5?,H۷eBȈтa1a*$O!|U75Sd;Yw8%f2"{6b{h88^*lW{%ZߣmJ2/Et E$u粊f/Aw~E{f#U?% ;ݨm ݴ[fP[F3L'#P3sE6=L?n Awv7"4}fj:{[c5vΞ-sUkt?ͮ))ǷNVqyPsAu{[u;ie~VzSB6_VƮ}+2-ڗ&z}aA߇^O{o,h>s4=F9{Jd[WJG|Z֨Xm'^8x8vKm2`]#aC,5@?Pm1y8Zk#Fέ!iQ^'o~jm;\P Du25a(2bۆ͚P;V(_/ +w. 2rm6䞶~V>ݻQol{̶v,Y}B4ս·R8\eڪܨWcu/8'rUdX,ل[[_'!mi`gsk*?FO5Yw3m5>* Ү{4 %AKg=_%(wzr>aKVb0a4Ibt$/tο{s_vy".[\b׸_\o,黋lA1ȏfknyy\z; "_6uõti' 族e;8Dλ0k{,Mi;땚-*5Iod q KptjT]OV/JmLZaB+{)ɴ :e##s/M软i0?vo 4JvM= ЏOFDMRm=">},0~Q_;G\PLJ`ImKa_C^Q>0B[¹CA^vN|@頟i/T,tQALCCUL1T0D4ĴQQPTX#K#E1Q= eҨHFkwbO*#/Co0"~*(y~\~y_c_yʕc @_YEҒfީGʯl.N:Q#&Z֍(wwjt?|MGC*9jT)8{"nzϻZ1]d@:ةi'c!R9|(a}N^g8;CZ0RѪBa., ?@dBȟ&vQJ ލȡ? eYd=LG>'ٴ:vқ)V?H 9V-ür:x C XŞ ʨP|-:Oiuo3mzZ)G#1 ,^e@*.'nVϒ?*3M=0" rE@QO{q*$3H&ji$(SyeJEdpljjeHVq^"  bu^A-Φ>4@0?vʪ|9w hl*]BgAD n>D8Fٹ ?v $ U)"jZhڛt:h d!<> GOMޔ^'\|/wtl;΂J9M@<vfoU UEϓ}\BXH!||=)_)dzKOeISzS~4yU/cS&cvt <Λ/+*宕vj =c k4"; aF0@B2>zFB]/?uC>Qs7qqSbb F,aOgg>E]Et.dX҃+A>rQ[Y |c)C:}Qz ͠j H/ c/(H6GivلHO訡?'y{ېN#?die\䨀u0mɂ/uwV&(z: ô>J#KOg^ʈР|0@Oe/pj:6@_r[KF%d-:"Q咽 g`ϝ[I\ۻJ~7cHw T` )J@hPI1k⭽m:wukWnnD -$eƋDJX>nQh.QY 3D( fzti4qȻu[ 亂M͗>;a*`b-[/Z@ySvq,񏺹Bp߻<Ov7Z>s_iE~/P;&4u먁4Gu;UOxyD70D0)<_~KUƀhnb9Ԡ;,T=tG@0j{zړγ{0К@ٗDEߘ\cRt#yz[ 53>p'$6GokyNzmTZJLHvd<+h2Iivp4~bX_~SibxB" ʿL f"|y+7?evTb-jF1y~h]ψʼ?oT&8[ ~B̖nbQR5|ӫ4em$TXy; zݢ/7ؽguu7X}:'0nn$~4KOα? +L/}&w3_7(v`'7C` &4؟n HjoLĒo%zy5m7/-ῶ>'SO`*Han@];f<]rx@ H"2rd~<~"'r&5lr6 ZpKW#o{CcF?Ň2{/3';/G]|Q=< C˶eC +-ns{vyIiT ⧑Ԙ)z8yZJ)J~1}6Kl0չz_l}M:|_ge~U{|?{& 'axWwUhy/}__罿J%"Ofq^gWx4IY3 SF7tg{ywcBؗoV0zn-gw} ja*zm}8mIL;r`B# Chr/ؿZ28pd]Fg뽫aOi^l CN5fE^ MdD2jT(2tMmSG`5SOFB^M,Gүor"a׃rZ÷!\o/wcNexc.BF.O mQ]}U(aD= \[K+O@v8zSݰb% JdBX֛qc}vޭ?w`^_[M.^me|9 C[k pXG1BK ~mX*Mu-q 6k@njz>WbХY[Uawl|+~pQQ>F}ZD)&(Iw2@qiLԉ3oy)os>kᓬ܀vOWoٺ^dnTl}¿R_tVϺlyc#&iVuhFަ6:4&S:[G֮SVw?cpb[>[WٷlΧwoO`e>3^vo"G>wS/Ւ87*Ki[Z*N;`ͭ&ͧDa9,! B]k">\ jiOyK{eDfsLd)k/d0eAxɺ3j]U;|7smz9խG$7wds(na3En^]L9+ʳ{g W6֊֤eM=k "%$@e)M*?}HۨjM$J-'_"ߋԵkiX 3X6O;޿@C#ad114!OלY}Nu z2%R/z[/qB=~T|ި:^Vjmn;C߫wͯGn,Ws2KH@1MhP5S'R ۢJʮa$S5m+SeT8 ym,xnu|$a||Zũ-CGԬ4Dgkv<2ȿo:'1QwJ7P{S2w=-Nŧ;e=~ȏK!]{眠?:>/hC j'g,@71z8m<ٰgI_ZxNb sсPiD`dQB% VR@Ae%%HFVhEiQPXHR(T~ @$`aRRRFBbHYaeIPJERe$Q%!T%JIIRVR@``e$h(FJIHXB!e e)IRR e(FFEddRDT @T `ZBjHYH)"IJR TXZe%P1"%(HP% `jT ꒀ@!BB04(,DTTT́H4PM+TIBET5C,%PBJ@  4(4!B (@@Rt7~T~|S_Q@p eZNvr>8}9My}נ W|PgmDO~AS;7D144| ACR+nOW ҶV))= *bNӽ}?uNaޯ <67 %ޚ ]@{*F))^DB;-W?^>>Ci;>)ktU'eڑ<@>$^;BpaFd׎Mu_d)Z>*#M4gu!s;HbNd8EU(]T.^"I1عoˠdj;О"Lm"x"-}'I/J$h#W?û?ӇAzH5\*Pn};}9ș͙>2kҏGђlG{̃{?js@nWA }y44S}؏]'EMOçiT·'B)'Hd#aɽyBpm)ݣ1.N7W]r{t)wGS0RO*>^N|Z{KykԍV Z ^{q'7KxKڋǴ~$Dr9 饦h󚹳DF:WbNQCA| t{<γKHܷOEaEgv $F^ >Ag:Q\z8'wb~=AG)izJoF=Ag}od?=g=F厺wrO*l/ |'ev?]8 {p97hmDi]%DeoYOaIo{T m3LVghed.!k:u-W;֭j܀*wqP|s^LK,-wCمFV"]v?_kn vL(QrI78^;`/ε:?#,J4Kb9mdH(=6.IcNK0"{yw>Wv[vՕ(P*?{5;-Ϥ)L`MzuuU{yr|5?KZ͕ިWZK+2 pNwT| iHSX8yj+Sx-)1s~˟AF' OODfwxm/'$mdI/O@*dHL 7%+?^r0`kwy 7tb 3~lB}Iʼ.lT~Y #_Yѵ#2M ȡjZ;̋oB:Wv5YԳ5lKUaO$uU`9?_Hcp=ZOŘ' 4_!dJuwpK ޻M<wzm{@ jcqDo]`F[D[jĀ!ִB.iAġY"|yVz)rR?$p&ݤ5+>zrF65F.`e ЃG@`W' uvb g+cV~ _%v經L1v9H(]vp p@td8rxDX;<#3?12K27OBB]6p^?~_c^A ^~gkwG$$_mǹzfnZ D# 2̀5M8 w1@y5a% `ؘN5{gx3';w䅠^.큹C3rN54Q/!hUKW\S,@.CR;Dd%)  Q7I+&yxy~㚸g:X*fxtBd2 uH~ebZ2@ša̶SNdaOfv4tv7ɪrQ}%l7h{=}컶o--&])*y8V??Ziz[(q;/+=tE> hx~$#aW;5~/';J!D<Ūf  q%_G1깞VOav1^N k*6ws}<>%oQ=]A~y@g{橋x07:wy d!Xӻ2؛/3A[ A(86V<U0"@-wؠZÙn(_1`t1|nn(:T {7.#AF!EH(FH}{Y'6 t,.@cw9᫰ˆ́,31lrdIG;I0_umC? k5{PFS+$C0E6d@c=w~}3;֟Z OlTD՜}?9ě$U wHlP?xoYqQOz8}M1cd| w{bpj%562H gE~IZ/JWg<{?Mkx~Ƈ ~<Rxcv|UbdG+!2}v*m;4V17|l 1DӮUui64^a Y)geIʿ@?_FQxsc#U`'YךԜPI'IÇkݼuψk ň TNc,<6UK5aE:>) oۃm|r&O*X<vzde@I/ J F`Uɼm nߴy}ҘpD4U ?-n2vR{>Sօ%xߜZ_K2Cy,!r_YF^7/gWZF=MSb1<=sVhegkWnr+~rj(x͵:9M {>O=}9@?W.;A˹T?9$1 ~֜\J}zbD}|؁>+\ꚽcђ_0mP7@F5a58w[rXi!ĖPs{^i{ oyGgr%Cih&?k3"TCncu\p$AEeX5PEq )kHLP ϊSM Z8aX k_NbύR?)_P P=BY"h5O'n}gƟlg ʫ) ;ZGr χ•q x09h=D=4 fxإ 8WKSZA~ "#Cљ7R跖b9-9NN5 C j0@c Ç}W.nI_#gT7 }5&.5;dL-ս2.f" !E"D!zf2DZ̠N` $iW)Q2\'=l2#b IE-@HNdop1S-=Jfr#t?!f?8 OEZ_ۊ~m U߲M8)Th$h|uMkvY00k^FY@)M7Jݗ6⸁. fhH8"aXi}`630eB)C-bZ;\iVz}[t,mueݨv6 :Q,~m< .]^8ҏv/ygp/5C zٌh ɀ_'9L; 6W$ו%{zJe\W% r;ҧJĴ=-#o,qq~{FkIO`f57X5t 2LRpVnϰc}^L?#Z nǚmmDZh`x*nE07ָ㤏믬o\3r*QR~ G"F| Z5= "S&f-)$ Q 0˖<PPo)*$)?d]K޶?t|&VERQ/]KG~v َk6ll;.GεR>mhI  LS"RAZlkob8<w8j*C*嵸X|6L+GsO$"R?nYǜѷݬGq2fU;P3j4!S@z? =.=INZqBO}.1mbB|}WIȁ0D0Dv"gZIdؔ&!1O pZZcAaA>y}wX67pe ~-n=Ţ} qJ3E (Sv54v[N=q=wXpD|!I 0gCA2"AfSSi3Z vl3;<+iw)G:Iң?dZ5\:|C-HOڧMxsKx~Uj^7FX_+m2 Lk)KGu + 6+gFXp;Ά:힁s!Lhy4ݵ_po'0hs _,D'_CLO<_Z/`}JE/'?Ip@ }<|tlCm ' 菢(Y&l2W "_Vߒ V8^f23>G%CT|ڏ)CucM+bAM'Hc>סQcuBqBTN$b&;O?4,)]H/HOĀ:3Fj):҆Q{!٠1ao-g򺛎:~rpOB4VMn::';Du& T#ѯt@{5t z?2wGn5zM K~`dFろ5 TOs&cO@<8~%}H8G]<FH2j=\>#ny 1z龍>X.\ȩn3F ZY.vavS+m?"vvNEז!5y V}Ͱv+ZO2yGePF7(.h ↟?t}v$ B+wTsߠ0>7jMh2qn~ *S" fBp|DrChtTJ<_LǷG06P>e|\-#DGFDיAP>P>c!>̺WAk;vO}\O0 @Nv񝘭w᰾J1}@bg?ꆌ.;} "7&=NG`TT| \TDΐW]̃]](.4vvbyѦ 0vtqGi/Vf^?KoU]z&o6n8B}i _?b4*?Yz#]O}圿uc@z @M~B6^+O {if~MvmƓf˯u% /vs‡;D!LcM:ڭQ-q4bc2ٯ+t[EN<Gsi̽or͖@BMBKî~t25S[a7h@|&w8]nޭb{$wqnPA-wOqvg郡)OST{lf|e:pnRHi+ 'J豭lp0{\[e"6'#ruJP$P>7)E3:>6] Z[SCN!컝0}j2fTf> hN`d$$940ng g9VBh ᬍWӘ` @ m=lj.4|B9=30W&0SY0_M[8$dtC+rB1_G|!,rT-/X :8NvܦR؄~=*YlϪ- W\ pLunՀޝ>X4!䓽qStAݘ@%jUTB_sa tGwx|kA %]#*P~y~2!T"; I[OM=Vuk>3A_x76~֍OCCd'i[޷Ů-qE,=E)<.oWPGtd* t__@Z]' .y{VQɒ 3 DY@KB2/j,=la{"`q<.A_ڠ6u%!-W*pȠˆr>uO fLH0>DmWzZGSDg۳h-|Jt]*юm)&h ?: /JϢ2 B:J&ruO))y;®PeJJ曄_vHQ(g}e<ѕ'VnSm'Qqh=}Hn0(A z #/s.pmW rÛ5J;XEp 8N >)cZ: z5a/L5^+aG=?8\G߇ \U wl^ kj&hl@D(Ìhu:m)tƍn0jCkجQ3H]>_QsS=>x?Dd-'s3 9ZoS]F)/"~miZ~v#x=X\Cذ'v ںYRkQa[6<Ƿ| P,=jp9S2nZG?0(4 Րc(md||lgUN૒ zx_zRӰa;cTҐ ,îHsk| )~t:|}# ^6TN݄g` Moy ڼYxcaYǏdA;6zz/3~Ii]S]sj69d+.DpPfq)B܅;f$7)b!]E,w˧# (]!F$Xzc mL&mKE KB:V9o9\2quh;eǃo 8lHd@,m ULC?#`ċQ^yMh/ </%#^瓋liM?RފҶʤ% En& z?CmlPbH^KTH Y̍%[kQxB1^~⭽*{hH#4uE6dR#~BZZ}j4v1: O$CHbgyHfE1 8*=W<)1 1!VΕ9H cϑۣBǫ%C(b m>^#"^#D(|+h4^31*َqĘvz@.0oǢZ>_a}j| SK$4 jCEmVSM!&22yŽψ4+H*˾?2s]brƁvz6h>6ܩe?[J 9{58vfOF0 *F>;ܯ0Uy_JGd!"Z 8ŗG; Eܩ;11,_Vm*{o[C}7,ZFǕvF<DfEsgCqYR[]Ixͷ[05}lg̝O'z]W՚5ؚZ|~Ι⻃F*wf;-b޵B ,gueH8ݸa9: " (_m: fèHWa>,Դnrn/"%2ȝvrb#@ Հ-@=t 3e/[gP jg,.2K߼`Sa/π] OX Vd]CJ62+SV2A 5<=SQMw@:L'!5l ֦/3JV/K%L2315tЭݬtmѲR93A'v ^Lӗi; DN}4Bo";X?=* Ȉ@L,ś]r|2WRz(] 4D jMi'iK~rztz ϒ3:le\ßֿ wϞwtwݱގjq-EIBVR4y]&JT e7JZ|# y^g oLpDU>ay/]8p⽿\K[^mYUd=Sxf;%=–:OM<ma|~p!gA1Ah|2p;wvXzOJk>N]I331,JHП8hv$+w%X@^dw€Hape=ka][EefK>ߡ`lɮ%RljS{őyFH")d 8G_ǓkR=8=Q\n;8 2xyu};A4aw1w!s'\{aPGMCVGJ}>vCwb%7= !{8j2FxFCP+wii8Q3l/p`PyU |'ݘ3/BN:jOsU;ﻨojQ>/4qނ鐶1@c[#8@f4Y%h0\tbЀMqIx}*u$͟ϵX=0WCi~2͞'[hw/l\nE=q>52?܎wNfZYjh~+bݬ:.QtpS.zl-U)Ö3zLA(u":N RD wf/FDE\).?3>q7GQ~Oڠ'$W@ wj9.ep5fC 9_m]@dCum4$\xܜʀhQ7}N7Cq3x$9Q N>PgI$Z+uSͰ(W/j !dCixWFgWnO1=lww׎ټ'd$o9Ƀ;&9X{MR.E70Q^P];A{Qq!R9*݅MVhY<9S?T{(sO:Aidh}mh`Cgk2?Yt3h؟ l Np ė n%7=][j,zVp9YioUB7.sڅ{Bkׅ]OV@"X7H@{oa\J6X䙼ZeriaZ3}ƽɻ鿚k4쌵_.'}N+/oN'mztGd0F`]dAdSpBcDҏ/+݄{F'[4ݕ0O3l4 8Fݼ!' >Dy(FzLt&8'~`СV4 gQ\^J9ⱊ$>AAzNt"*3cJY~=*W!,hk3XEpCal4ӇqJÈdاy/)̏ nZmwןrcu]G]i[Fn Ȩ2ݝ ƅ1ar u<`ƳeV(>LT- mYi2hy oDKM,H "`c1 FX\=y*hLȀ{;~C HKn@&8Zl] CLzV.t`\p|9(T&س$x/y^E#!3N #A#Pn\}]eG=UXg[)OhQ ĝm2-zDq,hi}U 8,䫆R䞲_?a!XJN}Q^'6a)UX3~HM%"\BznUQ|ϒ{#aQf;ʖoqg>6t#?z{.K/޾=5k8>g|qK*2Xe9.Z!k.046t<áKx!&OE޻c|{;3B\*:?*Jlל#oCcs'*Euc-~e)VO l@ꤰ^efT7#*C ìvN`ܓ";4gj֮Yt"dEi3vK-DXb^- ռm?ӟJgaWawsՀ\:lh$ҞC5:x=OF㰂6w^ zD٢tѮO JYfp#WʣS89_M_ׂÜVǫt,1ƿCve "F]PI8ԗΞqG{UE>1EJ?5篰0-Yh9 ĭ\nsu,Ȱvc"ٮJla[UPeIӵ5kG1+ (B& Au{(ltVDtH1*Y!iԮjWڮ5-Z]nw|ic{95{dR>5^mדK N_-&s@A 'ޣP4#ፇK&;_ç73'ɿ=?c"a`c1AR۲1ݽ^qi]j^۷][:KT_ /4oڴkVN*ue;?? ѻ;KvhmB>f1iγAӷt |mm>[7_uֿxȭtn>)uh5bMjX.n[Hm?ͻ zL{o]<›{*3&/9lJw̼ ,rN>) Z9-C{]Ī=Ji-/U$l @$/MT n +׷G|G6vox(KvZ鳋#6w/&A0Hf3cg^un$񛯟['}4;MNGr gėlhm6Ϋ7m<^/z:}MM}QjVq؋ݼtU`A[ZM~D6FcHlޠWJ~6žeMFi7GQ EmF6` 5Պ[vo7C5/5f2/@pס.aqUW#ߟΫ 0 "הė(][އ/*"jqlFߑ5lI E0fI5>_~ yCm<:E^&Zaݯ>}Wvm4T_W~G5k>J}j1|k6J S%ԏNN?E7Z+nŽx}k>D|^KCt[fӻ alȯ12Q2"vasCk8շn9z.>gځ:8>\fy/K諴KX+ʝ8qUydy^M}LdD\`Z5ٶ\<[$roCEm6 )- +90/^!ƞ=ClC!wjv(r?&B&$hY*l?)c5u׭f` <9Do4-^JOahltm~- vligq,Λh=/u3IbaN%ߑy<9!;dQVAPH2cW`@: ܙʝZuybpo;oeG%nY|10: M1jPc~ݖ=ۘ,QR#o&]u$Hm@#ѶO"?}:h8}Ye}=6'q4#->,s[YwM1d¢w~&3gMU[{*/enim?,~̈́F֙=:_{_/<}g;M_ƍڮ>>\b!xVj3K길~ib4Ϗeݺj6g>}G'S$]Cj<0-Lq4 @ "EY0`/FqRiF9l| NXQmb9BZv 8,Dhe޷ُ77mɁnXNv p|7I K,q$9qʤ95r)t}VHR"q,wO78DBc2֜˹@Ĺ$T0^8!@ т"S_uU@mhדjVs\ۖKТRJ݁}xy&MPb'mQ{/9S T-6#or˕>=|c^ĈC F =*xIս+X d"%d~YEߡ`Eau.xbk^OJֲ)vMW~h2O6\Z>< ^tQmGbDN4ɀOn'1^TN>e(5UHƀsW3AOePwmUuU@2}F;1^m B0"!VWˢXd3"gd|^yX͇t_[,볧 &TN: #0 lғy9, ]OUNzc؈^ ê.ly_jBhM28+,'VBӱOI˗;u{X͗d@ٸmڧVbC3e(,w^71/Wrk`4X0:b K2y `}K e?AOͧ(<.ItXgC+:|Fm1)aҕȪU>1 '|)C&c(c$O_?B>`^j@K,.|U]EL-@/ߧ﹜{2 `YP2FT|a%k|\^)}c$n(M x*q)r?Wi^(ރr@{=qϾϰcX `/l r"W^]Tnh bmo}-}9~}T/=qe&$,zwݥw2 ϭܯ`ȵi,;X0QFs[L?ǻׁҨnp^!c|e4?AD`.3bX eV iLHqrzD所0]G`$5A {|W[<(!h\Ӡɷ䨼ʌ/m>9+ړvRBCM~C rtg!%:ůsBfL#f;iL{9gʐ_cb'hގw ʡژmF4ve]a]5Z͢t>k鼧m/Qf+ފSY6K^:m]٫D T^uW]oAКSA H z_j>_4猨DyYwq{p 2"!z+ 7O$y2is/3=`IXb {;'A61/m [@-{M=]{pdv^a6ꡦs17=L:idGn ȵֈ*SFu7"5H{0~.|2e+(e(TLxvQ$ &9qƳ>;drNy3)kO5bCE\4\gO)m3bs_ޞ']t-qJi>`7Ax+C"iUvlJ<Պf}*D#=pMظ|<+:M5 Wfpڜ)'9sQʅfCM' }37!2fUN%2g>f [7[{M֜T!RGTFkVK31 #R)S/r 4y }HyȺGP }M 9\A@~i`tN& { ]#jkei jQhךPB;+'e…`~\G8W$ g1ߘ?K %~$2T#5rfb}lw9U0́l8%"}$CN9cM{i %̆8뙨4 1BX]M6j+m;=ݱ۳#Ww9ׂ:r=(Tp?fcYo-_|ɇk~c#|{53/-ckH`J0 "%[WSyWsz.ǂwd cټfa *bq` 4c-, 0\DyA#rD=n+wS1/ .2YkW& 6=MGu2"zմ(>>j#ȽS.1>V %#U/g"aayq.>lgx ADSD҅T@$ETPU%VvBE!LTHKDPT5+HEU BMAU3ERTDUA0A!$DED$ʻr(bbRj|s|lpK/*% :*2ǗīG@*Av;jvޑ#Q&_)\>tDx[ }xlq<.1qYF=.~QTؚ$1žHcO05(`\^?1b8 `IImcyf yO~|/0|W!!.ǧzaD@3K@Jdg< = UYqA+bBD ):\pTPdN6 3P>;ADLld١9+)ZMD)붂ٵy>C}*jג1[E뽎r)CՀ_"ĥdDwk7 ?SgM_V L\Y7=v7ӂ^'~ze! 彜AHo E7sM_ddže=h O1_ń`fP%L;NB7w1X  jqH~{cOcA$e~EcFz0WH+T#d˫C]8P c&*:qe^y峨=qJ6zr߂4MÙmngĬY[T:mn B8K[]VѶLrv}.l=T֐$nz?qoD3GՎ_{4gkN Y(хk^K(Z*s;obSXY}'5dL x?/I Wdki`Ԩ#YRs0|[9vFI!dE`9}jCCZ-A$m:>ɰ_IãrzTt/LY?k}.V@ã~;VGu"<٣`'*ǟ$ɹty4ȡ$IW}Uf#!o|y6 ƛ QWT8X+"wݯ^w'iq )+`˄oL۸옆F@VkhT\ȃؾWjw_?WMaR2ʋ\nߙѶ~N;(gkU9.;4 #G)mnU)9﯆ۓE۾tQ1| wvQY^ YfTV)yt(ɟC[wC՘n_ۗY?avSCy$tOӼ̶*nFHݜP(_{ˢVesww ttݟͻBmq_C/mIR#X89xTuYe62>w==rS߂v;"i Vsm$\~$/'*csp}W@$~~PY߬Zuv ?nKlzMF ='ęwvz0k^&\M"[].{Lb8Ez!6NaW!_oqz~>l~3ϭׅ1ˁeu>k[''#XK]["bѧ駤*1l:aj}+ZƽEڤf[4ʞK.? Hb%6q0(2h(̽J_̇(%8TFJmHmgw`@gsAȄ\0 %bbdVqpRfdžAu^C6V%s&`،z: g ]8\32{6p:,onxAKz~Nz<+O{x}t~v(~k|72Ndz>VSs߮@"-|(/03Cz]W1a)G7V/ ]PLmBĄqGI%wrI=bC6Fv'-4ʓb徜d |$X/,lUweWg/0{c{*D=!N}U]YLO|/ϽVm"i0>N+T0 ΒZf( 6ncQx :s'yҭFݧo煇 n;! ou }C[h˻PCz(.#!?sa9=͔2{D.EkubMewvox}<v շL &![O(&;ߒZe`-I녚0pgrU:}@NN7M`fjQ9v!LEq+rrq}:'74}QH |}HpY@ WHWV/@1ԑAw~+tG(1^y~yewUllr{7 61_q>+7sYvQRoQA&1+MNUwL]H'לaة1kykKn˻yqT }3Y$z/I H7Gb92`]wQru}M}0K?k~蓫`q~rxC!اףGpzcOݥc}=X!%4`\v:5|iF(=}t\rBqxdu..j6WQ*a=M6 f ̀zc>`lQ[7eB߳δ6_vy_2?RD(,\#O( Svj-:/ux_]E0`̈Ȍxy]{dN7v]}/ؽYd;νcΒ[c2GXY$G胙#Z.) P0 "d"&kC$U|>i)FdQ#ms)\6h@c]x,T E#A"Gv* )6=_ؼ&nM [1{̈́ *tӥQS KbAT-Nbb9UZȻjk;oa^ QUt<9P#л*e>㫾Iw mx^L>8r(0/LJ٬@F5b%2QRv)Pwy: > |Os/cyN[ӏqf8_o*o%>9[G-paX9|c",.}d,&88vwNeJ9=*_wJ EJv@` )fI }~ E#~ 9zmO!G@B]t!h|Qx@e{7N0rZZ$z`nMD@ Zzz ;h=c2pMn%n(y5'rS_Qvtweh GE5?Qȱpp,UyU1la a/ont \CQ2() >ԜΖQC:S1s,JPUQ'![YtG Gb ҜV.}:h#oNBKKq68έM!q`r74T[r y$emgpĞ e#c/c:Of{ <܏!E~g]?ysr]K/r,~6,Ti 7b.mF~+< iR̕L̴8WxvG)Xq{!JQ[e5,O~0SV| WʹiuR1LZ01c23x:>cX>3vEo D0^Iz)dX(Ds^Y00>>9+25a'T  ~[2t^Tq?"]i(Y<4#*^{%n*^o:7ȁqneݟyT7Sl#eXT9 賂/g8p!V+9waڻo3KVbִIn1ʴ'L?gkFpoՓfwaږݔٰr¶=U%@(Կs9H[Rbgh:0.|Ld~ሀ9 -Ʌc DLWinp>¿.o*GKWJB;0mO.sbm-Ga8>&y-ad\eA Lav5x&FdUz5[CkGwݞwW*;n9e$UyI}/'Qw/Űui)SfmD7zÓ.ۛ>>b0U59X¤2k_;rOV-拥{^GvU[أUtd.ǘg k% ^w-@,C=̑ћN[z!ٹ<F](UswgKcݟOqX\`-v*swXT^~3 9XrB?f9{01w!g-THŊ|fEG.eG5a#cC!bq[&D% ;OB~/ڴ_vE 6آƗYw{'i:j. peew5 rCwp`XQpnrF;KŒV4R nҥ8"y9XH\պ~b! ܈+yW y%, $LaꙀe4_TUIj0f#^=Rv6ԌgCPx )|)=8^g:^{lrwצ 50m.d[/7Y {[ Eaݛϸ#b&=3N ]P,ce$\M@֠!@IQ!uc h*řR; =|HAoKvˁ=iV hR9bO9uٓxIwݟz8 MR>A}0T8DБk30qdZ7/͟. <%T}߂(,7f"cO/|V˔x<6+~E$b8]XW@])ӦZ'V䥰6 m.0h2vɓ'%1|ǩȕC-ub#)v%{>wu?( C3L]Dº&&}\?o cq=lŮ&! &* LP7VMD-Xߊj=gL k|R-D|ΏIFl1YGyx6Y .?+n^7:s,rf*C\_WO =+=x5۷=1o"c0z90lT $S0:>FFv_!>YO"fQQ%d:5w6{4]A2"K>}ū.[pv4Uu>tR=>7rHϻ\fǵOG7I$xlIlds$AXy+~}lS&0*qN.%kOoux'*yA|iږRT5T&ŇEӚu @&=(S ֺxmwN9MLq}]' a&f$`I+">kQQ@/ﰒ>d#3XIRcWV>ڪTQ8-Ә4g>!(brvSb 5̝ njƆFY{_z_.b49 "'5Mf1l[!)*2e+JݙĨԺQB#&\C2 kFF moz Gb)D<[P/̢ ɆK~:TVݭWt7̰~X73lYObYl @?=l.. PC2(H\xe_|!v\  1܋e-@B^02>2+q͛X.8g]'4HU_B7Toè<Ԫo582Geøؐ/6UDQD^8{p.S奴.2y^m\J@#EOE< Ů>L9LWUxwFO5;myz|U]}1|)eXqG]w]XšK@j *VDoP}z,o6OzQs[rR2v~j23j/"- wO1FVZܲ:?wW={df@67qg&4e MMKۘS9-?q$ w'"8??HHpy{_FKew"GϘ U r C؁ǵ# כGT/c3H (8E' >FOgr g112=߳fN9cTdvhdـ`Jwƍɣ B\z>J8/sq5 }\ ;i56"ATb:r2W47X{-KĢ(Nƀ&B3`1U]HI] cbtMău^, v* Cv>K.Zn%nWX2(F~\YҮV"H 0;> o*.oAl k=o~ ݱ?6*'D,D>UMwxW27Ѐ'L<W_n G )RFixk B4wEڦ?.>`h)R(z.ˎ͌ K:>2˴ IRBkg$7kaeF$᳆k;3As ;wZ{A$R#@W^h%Jo~h.>Α1 +識}_-!73Ff$X"/]R4Qc3GI-:_XX):tMVA2AJ%jY')el":ErO1UV48֔F*+jcH1(9z#0@Q772r3:lg4@x/lcl<ߣR DvŢ`Z:ˤMQ++/̀/N/S^p/CUu6R,7c9=\_~\?6(T3J&]wݝo|nD7W)Ȏ'=[wtd23᯲o~O$Z WxGAI\?W"0,^V+iסW<~-r&(6>(oC3oxP/[N.Ut044g8BǏ{-6~55?N}oV$8!͊vPWM5lomCsEk zrYjNg0DBه9sl=KdO4!;= po6|oٹ'fs ,:cыo.њ>w4 P_s^.oU:;M6Qvb'@yf_iP<M l Y0f~}Kx^H(JTPR2BXr_^_<^bd?_'\bga^WrpYQ>[֋". q (z;o_QO>5L:pاD;/ w3ARI,4 74x$:)Qonĵ;b_.l(P L }"c(G(q I L+ Q$w7k^Bs/p l]JB`H@1Z\i6Ej2#M~TI@TNwEBI(*QFUnH(Rkگbbvp`Ejb-'v } iBҭHhBY7SC*UA yJSK`o$I^-Uyĥp.w-K㝢'{Xn}ͼ NW gصv4I  [y0_'C;bNcy @@~Q( ь!J+ QFqe"O2vv`A>:$lŽRi . ] ToĖE{#Qit@A' +}jt=? | MWWjQؠ4S[Iz'N!RW|=Ga%owgȉe H "0CZX2a ߢٺv'fjz R~ѣYb)i瓨׸U zFv'8{j/W]O 2p/X(˲-B^AҘ^ycZ\7C w8cF=kOaM4:TJ%!M5K@B@93ddxC[@]m%HѕC3$hP!B*dY,))T (Hٓ06;01TyqQ ;b<@Jh4r8bpI. K,˫kD& g]$r62E%ɐc hkWowD(Ԛ.&sx~5l+NJMl-MtPU S!\d bF\BIadd6ˬ2m$C8p am 2'2i VÏ (#a \)MRl29Jo+c"dC}Rl01ֵa6Iu4YXfp =OUWyʶ>5y 'ˣjFcb-9 (üd>14FCne)-ZDZĥI} >F"һگ Nt3v$EPA~Q,lܿ$ˁPL7l#l鷞X4 UTw{d|GmڕLσp۵J`Mq.N̺6` hTGIˊ. vfB`UKi0 S?|Dј#3,á`R鄆۶QfwW)*Kvoƪ3}iP*E Ÿ́s͌q]x.x g\3kh95Snǒ{$"9~Y@7`%cPO=؆-{C]:RL"n6KP60#6$&wV3h$k}Þ.<9tK"!bh ěBu)ٷeݿ a>ת ޡVgQ\~* _܊*,bS'Zr)_Ҟm6OŨ 礝$\4fbmg^cmm q4j_`aB8 <:\%T4cm @uukhV{DcG=fmQn-r?̉׳teZ/l@ vm܁>vwbz^ͩCoyK(߂cnwLH4e[ZmS .EXng73U(fRLXpT{RWctf1mEJUuۛ>tIA_1;-+'fcEWԭܽ՚ exx,ǗS(]P$k 'g5F@I^;˫j$ s~Td0 `v[ ԗ &d?Ft՗1[Fk=b m!%_6uUV2. UTla޵p3֔7 /0c亏3*q@^ǘ`Y4\[.LQqEH~٦UR%Y[A}r *yQ1ߌnY]?=FdQ!UC;qa"V q!;ЉJM,BȯdpdrrG,tob`{BjzyǴF f;@ 2=;VgEK030j8%-&x3NebQJa{?D>BpgT'-+X}\1PYK7M \[HZ^gT-8&$ Q>My9L?[t(^@Z,bkZQY6hoEdřBxnu̒q<úyk[*+wSbmY8Elˡse.}F4˵tg0A]Gr|oVz(J)U`dYĕ:jɩ`ef5se -LU=A8YPV!<}3^zZLcpэX:\]C?&ɧqq::Ep!6f89݌WWƕdKN2KMȗ#ؚ4Me3&0&iq3hSmnD<*ѵW>xWf&yOd#O*ōm? KNk@W!;hlc}ty{0T#,_Mp'"JGڙ Ɨnvm$˶PqbJG LG?ŀ“UWNJ5J٘k#ӤӌVZtuZ8"cwʕ0ǎȠ,L'j[x,}?`["T/ۏiGD.kɍ.ҧy_ pxz1ALZ)[졒j:^Ht3J*7ϒn]} 6:⦧˃tcȱy\Y=.KLvssLJ%~gQt ^$T/{(=m_m8794{yM1dmD-[Ji&ɴ5h̽muTtk?"R*|#=sia@af{:YaF$i&I9{h6r:mFQlhn M\iimi2El,apڻ|E^PFpMUǠ\>S%coQλ MSj/LAh$ܣY ``=;K0pD9SI2HK>,HT%+b1]_F-]faĴS̴gv{pZEX cY7%#zcK5M |Hjyw<18P1JמYF4mLBiaPՇFf>:$ ?= }73sxCΟ>iP&Zd݆[Z/>d1dINGW% ۡ]vYG\zN LQF҅@kWN~ bhp&لWz8Qkiv}>z NBYEeo"&O_,*CEnymTW w3yߡnRHG *cF DG,kfs鄛xԵrKG9g/*:rXT9ac]˴++bT[;J%`08rC4O7fNgcHW#ti}WPlsӇ+ۗ;"įe EDgςh]㯈9Z'd[֓rL*J!js@w1&Q ( `T&˖:>K>`>[nC@WXE^:x=E cF yo@A;drTzQM;6 m{%4퐱?v%J/IWMsxRRU" _5uAGԎP@ N qk[Ig@?geNj·]K582)UvҌڌ=B!K(Ҡ^V:-i5,y72'wJp+d# Z L\8dfvяnfHu3$xޘ$)C-M;>f0 l%{~ &2f9bs6?V/G. MewQxEbs M\@Xl#C@*jv%@ը?nsCnV# _эZHZ1+Sj^rѢTc6b|ؔWFt_!´*Z &sR>_ |fOȓtm.h:0m_'?A琗,jO6? e^s|,8">"$o@JY|W8B&en%3K20EiBe3J ~,E꒠)b§>Eu1rVE>{wZ,^H>jԭbؚ9z:c(wy9I]f5Kb\o[q<ﺜ@ yY ဍvltCB #sF\ 58@qTP+\A|!p;ז#ӋrvTQɢF(ZY d^į2wpS UM.œctV(zpBw^E>YqR>FS7^9[rԿhyEj2GIƏFW0ϧ ތ/^ =e2_"q0dtHq k]S-*#UU:}yN&ԙmANxk9l[> Fc0ĝ(}ޘ5VI^ZgL ̵x)@@tf[T{Sہ*BQ0wT5MWEĐ2JoqtPa$CSaNS|؜ lbeS}ݮ9nWZ}t*/uEXgd'Inyp' h(Ց0!7 ϸ>'Ie*X咢؟2b]@D葝ƾÏDJ&tMUR@*%䢏 ר7f CStHr8O髩|7g$Ӝז 3ztNuK$r+MNÉ?, QFƲFEûy;Eպd=jTtY69'-ooĐ2Wl^\IHX, 4-%)/pk<Jpn@ =CVa1,?yqrQi. [ t%ϧԊү $Ƀ[Gyx.bw]?5N`{,5L\!Մd|uȦJ`y 9쵶Vb* dH@v;GHajDؤlpA--nOm8ZV7TN7eu 0% k2 |.<{f>@9mV%JS5ָ-Q,Ӄ`"ߨ JD1y #)zlf`?L'c􇸟+D@XR|ca ֐?%ZL8wT0#aNBTEa^rB( uOSw<ĭϡMw$LT6  f+&"4I N`3(n;Zl:Imz+zg,h}y0w ܢ3^E}vu]b@pǪ.J)liif}җ&^ ]gXLi8@cTT~'+ _ úm,)G9k]k0i>x|ϊיhmOHK=M\@m0פ#{Y|+G%F"k+kϞnxQAPIϳɴkx9`[^1W|Q^d[d@(#-hO㜛iC?E@{\}k,̆\IUkF\;87~/h̊OO_: A*&#<}K\qnԲjHv1|)(3,Ӌ7mZ5L|I4IP!ΗR mj|>jG>tQNU_z-_d>Xߔ?9%?,P¢ǜcVLc3PLzn@,Fv @?7jpH?OS1q-SmFfv|ZE0Ƀ5܆I?"[1m!ze21~G|G#ىiBބ,_Z@B95w\w7q\\5F?]!=NI;Zf{ ` (}u)ǂ c?-xHU=[b(,]c7HE jJq\ v] c. d ahv^![`c4P!|EhAp@ 8:,X$ 7~qҬ` t`N[`J:T_}OZlCՍPs<һβZTPR*ާoO-𰠐7r#mӲLt{318M)sL?hKۺeq8KIVdI!v-|PS s!E)fsĥa=*Sي)G7 v ՎMUaQ%#5d!'yVԜCLpT=B\]PyeV9ZB+VˎvCxDтY]DMC)k9*x# IoZ<Me#KH }f-7"u%K }"nyjk4ڳad%XytDvytLh3 (e*V1T(6 t&E[ uDxC,rݲ~j}V hDKm$ \i!l#w<YFÕd} RD[UX[NSV,S #9rOR$">~\IRO~{ū&Ue}AO8zh{#PZw [bzjSJ wv*yNto7%xoSXT^z 7MHgAm@~t_*/,`3*>B8<ܳKD`J6}U X+»(V b&!(uͮ/`t3._^M#i;P`'Qlr=WeP/R+ gn&Φ vZf?$PhRtJ뀸>`:C&P d})Hߤ \Yk7H'Ad Y]IO׷S~C8IDO&>#@?v)\WRg-wvkj\fF`p{ƪc4*K*cc,hw'iY0GΖ_a >. ˖qc>big#`K |6 Y;=1?fr| X&;҃OLz]WSX\=98#b|έ{@xS?e۪OcQZq06X?",:ӰxW+i'CgENYB|c# \fnt;'Wz&Tt5jVO )>pQc)-É"o, sOxE󼹍  " $Rm47snǬyaT^2|"a{(2V2S8xOHV _E%@F6Y Q h[%݌\T2T|`l+ Ն8խk.#&ɬn]]V0uMi2\C# U|̖!Ɔ,Ȼ-4pQAK!a XRusZeȝy>n"i nbAn%t#fɄ˯2ruYQ?A^@=f~ɥ ¦*#=j CRwܬ@~Cd tnw܏Ёϩ )طk7H$$-)=ICe;ݻ"}SجnCVn/`Kr rpÔKsqw?X^.5{6$LQ6AUa_PEx nq~'+.Cjtȹziܓý#R>;!-zm zd,}~rsV¶v~xC`BzKQk1Ƹg~䴐~ֽ6խ~nw fPVb^ݑGE|_ׂ2k±Ӂ L[(GA BtC4qT!Lqcnnl%l(ȥl X,jncݒc>KeuՕL-Lȏ)= ?~GkeMԮRz6}澘ir7aw(P]Gmr#"zjk.' :g+50h;s# ˧3n/}JUX$)yyƚyI^xh7͌|fY׿ͺ:%aQO{ #x>ii)q>0G#hҠu*'yw~nfg !HI_؎4-Txk_;^n*=TG݁uʏ5oJ6|Ic$xqm hj2\[jCSw=aLf$Tpu(?2"QMl!LE^ILIWC$Lgq]߻xAwcU"˽;Hbo \6KP?g9!l^"dV*hi%V-k-99\$@@bhoLS!ntobϟuMJ*h['ga)&t1}% aV;MBѱ |`(lп@ iq(CÜV-Wky ߬M4=cwN;/<5uܪWcūe ݌89\&nK1" k_I)sdw>V0ڒiwS@)hNj]*x\L3D(@x_bԳ\)kƮ^Pg~]qKK{# pgbV* Sw(kDz6M}"WS1F/m3٩lWoiG_6V` %ou`u;k9ɯ|9b+ ^F[)3+F=KK[y Egk3 oh6Q"Қ:o"[LS|\X)@H5}BÏ'9Tg G&Q"IsT҂A4\ =lQ|$I#g)'iz'ͅ^eA`Z[` sGωsS_HN@Eyo]CCk"(9xU`v[ ^RC<ưN. !RDE0IQ5S/VܫtCh9Vrzϡx,kX/GTe@/b܋ADmGԛvՉMK[XPׇ[k?)rրĩ)t#7Nd[n68iY-"0l*>33n5N.ϚQuJУ?u<.'>ೢpQXo KRzKVgqlzg% 6́V; SN:r$/ 2/z'T^r>?FGV@Me'>K#3d1-+6eT]@7>bpû$s 0FwƼ IEw Pf-掻'yA[X=6wGⷀ^K^C#7'g? S#\=qځ."mC,$M,4U87"Ȁqߡl8O0ϡuqn_`o#g-ʞn>b̳C2tqnN;&fˆh%΢^M, cp6K£$#` @IX -`m :}g蟺AR`Fi:FPv N]\w֫ C/ef ir=,Ҧ3-s`*>YF8ꊧWЭW GcckCÏ瞵QtR)[Aiu`H^Lza׺еb+AV1]q.3L2:jp@u!ۋxWfIj$ П\U*EJ-!24X,j,*c7îPnӗ9Ai0I&V0]󰂐CO4MqtCv99W﮷HI 6 ҂!c͸=Mc &dK8zKo` 3%{2a! ǏΤwK˓# pF(XԀ;U)ZG3: ǐ`CC@5?gaAo-yr GJO҃_cyc ʴfPhŰC/Le ӹ ^wq&guD,1 f5b^MdzɠoҳUnqůh8=l67 /!Yy 2BY >{TGz} 4(5r[Hw+B?s\HV @f}n)9VJ<ْu"7ZYJa_i< -aw?2.*碭 զLd9+"H3BP= .B*<+t^柬[cG5Qj@V-$&uf;5(nWaz{Zwj{Ȼ ;kYG?eC jXo67/@HI>ZP44~|WUyjQfEtF.\ds*%A[~x\8r ka3x*q_<%.}geLR@Z.tu7U^8*C\fjDX2Lfs3l0 Z u-z*/&KӔ5S)yezYg7qM轔f̪2.|ig]gF7UC0hcLVqLjDR ,=wˎ-q*JrȞ K̺`7 60<z<վCM&z|( b#gnגݝ0qכGRQpʢeڕ?goe:m"].J~W tG4FEgcOǻ>k"#gdS0LQ%LHivT(]"!QDC:91*N]XOcQ'oIM4+dEɭлaC?;@NJQ!ӏ{?E`HEⲞ }m8J.OTgrЁZ` Mq߃Z[AHUs@%gAz`J_f7ΟnOhZ:w9E{hJЖ8p!#PE@GZ!m@)M?T^fBybNN5WQX7`G{Cj_A(! /@$.?GL"˞Q*0ZqZ0} 0* j&'ʔD+ P(\V4>բlOL/Eݘ)f٘EG$`v:𒫍:vY 1ڧGSdN^ 9REKq|Q0R쥀}Cqu S*7p'aK傟ZdaB,Y|lYUhVj>.&?IX1*yЮ_ yЀ{vڮU29Jh IWp#iZL_ۥ~#Vx`3T*+4矣Ф9|.+6I_IV>\c4e m6X4H(X|dtVyCvKbd/< &jp#^v;s}-&}VD!7'={Х[,YddcfD;2lWAϯM0{O k#gɨ+y㖥@GXJE8 g lNRYzy'TضkNaG5TE_7^E8MWR}L58$*.&/]s$O/w3}ƿί,2"aa{q/xeEy`{\nn}bUE4VqJa6* ϾbekB>Uu 1e K7e*(K GOs j' ՞=VԽ~?n_{f$Sй&;Q@kpTt!ۅvH'2NN~j֎#dWX\:ƑD و S[ [WE~4<˶ x̹4! ͖TQ|8<)yhD N*{u$ ;Kn]?솳|:̚q/v"k>C>gEQ"i/vB%+\H#f =/BJb=npQpxJAu7&rXox%@jz̺Tn%dz^atgjΪ"l*+~ĖC>*Y&;_ ";GanyLψRƗг@4@v ۖ:>}J GrsEen1^^e->%fzqdP:ϐ+`TF*KkPBXA(_xNN:F' $kc=Tv1yqo7fS~nPGfXlk4Tv`: ^(RR„﹟jvgnƾlM#؜vg$Xd&:lv(te+('"(FJD߰ Ȼ"WHJ6w^PԿ'[kߤNwQ?8y܂O}A7 ʤ!Yu(\%"'K8oR'tyl3pt5eSc,EMZsi+kD˭&NΛO$1.DRhbbY<;YA9'ƅ-O fN oX:y48s:>9O 'y@W_w~Llo%(ˋB 1G% g^/*0Pgݳ~hB)=z}%ibhR3fOʋT'B;DO;*SmZZ=N}&5n~cn|=:4i4o&q@E0J #4. KЧDH<930VΞ2vۅ{R+v| ٗ`X#OL14+@(PN)2C]0rJPr8}z*Ӊ[!MXHw!m~\3>R!HKsnA08˭$ u}wd9'+5ƙO"-D3L4>z+# 5i <6S&G=jeK8_E)JVJ!a azDՉhךC7e-Ū&f|VxgqWT+f;.Hf~6@G ci9D6 nm~SGGG*$>oKʋ?oZN=`Q.xGV0i\fzH7z4P<ȴ= \eLg¤%`XqJanymGKV\AE2 _Lɥ)Ůxɍ1}5~Ǘ~,uHx}TYF@j~9^w.tvp@Ќ㨶5LN3e:䥳S##W?? wt!806qMvPoerdPZW@G=đe;e=jWA) ?+3N1a"#k;0chkTcs.0Y"ߑֶ_N8 snYR xL Eǡ(:J9H}>2lI O%֣ɏk|Z;LF0(N&yb•{AE%sG ]7+@ \9azͰ'IŏPm=Nr29aU NwDwi]ap/s6DQ*YѬYd~œBFBɓcSl;U_5dӴS/:f'zapphZG'@n$2ϴ[U{M."mpj*^N'&$%n]$ aOn5lWn?X"joXNP> cDZ+] Aj/>΂IWblhqJ,VT509T5EW +YTl 8er0lS i7"Ŗ5 Z072ùRT -Nr9#Ky7\WC'bCB!mSJ((}F-H)o ^/pڎ}}mC9elBJajJ%6> n&IGSVY9F(hIm*0<gÿT{ܿzW" oDFg U\t̻~?2}Tz$1gh!Ľ?5PLM,Pͱ=v|y{ |PX~,]ZJgH_>tG+֜sL5np9ⷥoɘv;ulN*^P?R U:+XN a ӀAeX}f\y@Ôj9 97(uCLI/tmgEjJl9"_G'/g:UuٚuZ$KgaQ-Hqz1e  &)qz#6MKTb:X|c͛ R}0_xPG ).L(n'!M6"#_(؍1N=O J'R*JY8GVBJd0YG.zh;30߫InN4]h Ե7(?zFtWL0arU'c-RrcT3WK ۦe壻, mehpM h]b8Q[.Ot}/@5`_)E>J_Bwsy_y=ڞqt+,쀔ZpB%%ȈNm[čh;ŽQ(2I5ZU$xL4cN:r ["tpc Rxji.i"CJ'R2Rr&ۍz$szIx^a/@Tm Pqx ɛ&%=9wGHOJfz])/QjUT/9N*OvCWXYؚ$aӯ+H&ª6wS^  \,g&9꣞娥GܿkC~e]1J7H߸$|. (e5sGI>9^<x@vtßa3+Q72 kƚV A'pJ#bOW NFh)24?5'u픪<Ko 0XGYφO)y%0Vh_#W6̺½vyӞv &d&EVH(b.?ExH~ s`yǞn+2$0^rn!5dY#Ƕ2w6ࠥM|k^.-cY(bw#?{ A ңO/>ZAm 4;r'Wz =5~W1x=#J@) 8"+uw?wqBڈ5IQOn3?Cװ?TU~1øX$JP30l=ٱBur߈a&OBdlb0skԛ"91\A NB:T^7Ҕ7"@#kiUxƍ^ǔC!{D:f7j^aoxŸo0HѼŸvZr$Wǵ~Bc궿]eE)Cҁޕ/o5{Sf^~ZHr[9i'F7FЪ؟0}pK₎EN 9Ćƅ,WmãVBj+LLUi Cs&Jaj1ܺLbՒH8t_ܘF<,V`%[߽\UJeް܆XFZ5gBJ \M]SeߪS`IE>G:ո%V Bj~@bm o՘>qݟ7D}YѐN夠O [j6e;Ďl\Pʃ\PF(^L),vvM`_l7wOf $݅^9p;'*, Ov cU6}NN-m@aηDUOMgG4d&@׸<[?7 F>a$]Qt؛Sd7bkzU{GLP xԣ'DmbhyF6g4YSNz҇.3nH!N";yKtObA_ Sq~rEwL\PN]?l9^@ pwJ w1'&8@gݯ"hӥ6XT媂1yAg[Bh>~";ﺦXc:J=A8~kik u*2K6}R(z#ꫤ T!QBU!=f2e!DkΧ eL= -w}R}>7VH>!9"zOZ&5!E@zL?,^{a_Šof& IkAǽ%&7n[ 7 ZDG6svfxG@%!$H,1J HTl?]MdK0 zKi{[qB'h[{[%K c%SC-9I$鶭jdgٟ9Q4j3L Z|LtO'~l

\9}a"8DTM8%THѪM h6S7AF@i]uQWf[U}Ԓˋ8{eŲJ~IrbF<$O4KHQZ &5R6ffgu6 }Z> -m^y]f`HsW@dOQ>c=$Cz|(RnO.(3 5B"Q@R}BQP#?soƹo;t6)_b\;۰4v_kP0Vm-aZ8߮d:ą 4%|aO :'/"/Wd[_^},։.~Uaj/Aszh1^y̥q@kP1]9ѮE#YFUm>Iʸ;,f*~6u1#} NuUWzMe ,lC~[^hO!KM@m[~7Ŏ^%Tvj?7XMkp6.7tznpG0#ߌ_e\XŒ | p؊e2LI =gNN9IB-wݯ*N#Z>$gx,JM=נmՇglCP\_E Ϗ85*)eoa7}\PKm{ ?p,dT준̿Rq~Kex :!BUm%u✷tp="B=PꅻyJ؊6=[1{qO)Ud:KLM;z~*ty &ׇ> }DBLB8g\@(4`&ij1C $gkݍx$+3W3Wdq6|dklOp9\s,9b} mBn>*ʐK0P6J}+.]hqVSD.'q^A>t >h3LQr5tċF7n >i3b-lk8ʠLƶ{Kr@uR%F[<Kg\mtQA =Na?//7PEA3Lt)Huiv0ELtCܛ?:׀}$6,t@K\+ 2mg+b.vU)jsnOZ 32V2_vW@,(I]rEI6!9Z! R*[:8EZ;`, gG Wz7dzW~wD+ g_1\`h۠޺ܸJPp8 (o#{-Dۥyఊ |K^Fud~T.1QgKY <Ƴ b޳gpl7(2SzݰP^k3&d&H7 >1h&ꡝɨ$G܉̭uXAP7jPWDbd&~f.ż!ػPKoN5}(S/hIN?n(ro[>iL3.Gʾ,<8;;;ҷ&C|1 Pע\dJk]3RF=YqV]t U&kT 'MU/TF3̚NOyɮ68echU=Qe7% 7?=6a/( ˆrI1o&u.VT̆A~>gHRw=FD?kсIbuy+L]څ0]wڗBFh<ّ1L*O2]o'`+wzp{M0R #{%Cσ8d9Ew]INR9x0КxdwzQZb02ο(4X22f:|T!96TMJ W=g^oK*6ei2X[,I tPg UZ=QzT<.t&R [ovGd;͡KךgD!UC_14Clwgoeǹ(=s~m_<0F:omYAQt HT[!V{haԜy ZC3/l7wV5|[ =~P5e߽9'dX6^:9[.C~=X-?>BN,+fp3^ ͖Ӹt}U9lI~"zlWn7;VS J0,`J.  ˔[!69ć:V/kY~d:xrѶ8c6Ǔ~.gZ@7 G,q_ZQiO0'x|p_ k€k%Uf8Tb*HvVaC pOPj;B>'1 kǣ""&Y`2XZFz2㎋uliǢ\P.U(qi~y)}-]&?KD9~`)Y'u{Pt,~Ϊ*FAX9L2|tҦW%|jCKkP/:Ъ'_ OH&^TBGYXYv2tykϼ`hʼn*J|@g>u bĵci=L*7G,xץDz`u䌔ݞ;EtN-Hӌm`W}7J̞kq{kI,Cjg9WdJ8mf=I*0FF:})Ik[3St)2 wt[x4 <q/plY!?q45SfxyA]ٜl$"8YpA$f8;-ckA[y{t:-V JnoxeUnMW2u]t̝ d.9PJ=%9394)VƎ\ŏ_yA[ ͟OJH0 \63_vlB`\8O6}L`-;4CV SfU/N|:{7Ӊ4\=s$=ϾB`dBn`)COѐB3),L/pNnIl5QII{acC7 :ߛ [q7$f^L+x(4\x3B@5~"}QnKYP Shf~~4j!hTMpRe/AS{y$ CQH=i0sΊ&Ӏ3kXt1q?FD᧬s2|T.@<<@9dDdtl5FgcHDQ71`y aBI|`.تVb5y۾a %,)G>YҢs:O&BZJ)Y@2Fe;Y#U$U;bVeCc$&@йWl/vPQ1ϭe:6C#Ok6?QOލ,kyd!:"X[h7E|{CWpP]B0ӊ p&t;X"[]oCQk'f#wa\@M럈De\kiyX!l޺t+z H%꼹/Z>nF vODu6\ˬ5opz]4ߓߡ&Le%[rЁL7JSi-Kxa.k5 U="ζtzIt[*sCqlhI?\DۙLWYbLA7Bf ;bԫE&" 0J޷D&!E8h/3.{v+}32 k0̉/8dp r52+>cؗH`hh5?3tcvzv1$% d: gMTj gqʇ54UoqKӘy9z1qbctJJjm pt\ָL)9vժ@7ǚ]':oT,9Hdf쳁uӸU06c#4TdW/U?넃cd"cHkR );xJ>ưmTg&:0"S ɛ !I~F' Ҩܯݡ+6b1ki$²SD-qj2gbOOL[} `]1>hTu#.EE# gSm@UtlC V%dGЉWg¦q L0E21i E'iRe(l';>]}n8;bQ?Uc8iRҠu3~qy͞qi?g\b)X,l>JnV ȆsY yJ!/?(ngrAgQw [1jdTT=2?=LSzfy< [Z{[ Hi!7\``g?B!~tJ:֏~m{y\WΨ]Q /&7Vs@:xσ'OhyOuޮ?=N&[59``U]*R^AO) O 1]p HOzs 凄Ś_C t,/g4:`]bDGʔD2șTc7dq!Ttbl*o! ._Q#~~e) ɤ8F~to 8A eT<2+T}?e|&pSrOM9D:0X+bVj:iDKT+Xtnv0Ek&uQFL0R  `"dcNI{˅|ɞ%E2LX񂤡:K.K6[}f!FQO1%?胖+C0$|[,TL;%J1G / yӨELE%f_Kp[s s{0wY[]O`Mqw~)p|hJGA^$=P Q xYDjr̆AxTM[q'̦{u%y ]z 9B]{^bgd'k4P?Plf J/=R+MYW*IY+ŞǙ@ʤG*QaSF.f,~޸*DA[7i\Qn K{ϝ[/%!o9882BRK{5o%GIRḞ═N4|cpy"]u7_Q[sa:#*KuI7Cmyi_S祧=x~,!^,Lt)6]2.@#+XϞ,J]AopĽd$!xSOg9iP A7 <*¾!: R[ыy͗4Wq7s_}}_V dO쇩Ķ`9sJAʁq8CEkaPdTF+5_vS(.πIt!l~`w> Wu&IT9۷2t a F١"2ﲊ޳l~{t2Y= 鴉wf3OߋاsR\$u(bq{5!׶ܖ =7#tfkϛd}-10d4X\HL@R\95 KK4P_ʂώ+Q k?=t(bG8 l 숌lroR' أhoDf.I߈;ÜS7P͞'H2hDI]SRu5]|u@VL 8wpEt`SYrSBh@x{VH-t`-X4:F{0OkhʃZ70"bI9V&hhd˧^T/Ԭ'$t(qK鸙}mF﹄5ooت K=R[duaWl2յ/2y&~EўBajݭQ*>br}Mxt`Tm?LQ[no q;cRMKݍda,]Ԓ6Ycx8ϑ:s(}+ީ`obB!R)|zt9ȷD7m Qٟ^%v 36x\lu vfW6ǝ[(\<]̢<pvxRWH14k9`(MFPV 8D[Ĺ_B?brOgV{k\6gV05E3{ưɥ \:M{GX6gj/!8 +(;2.6YRs9IU_ cQq^n~@W9gm/A}E8п,St_ ۉc\^CԲW8jL+"#@t1>/5*x&| D3iUsE[ ]qGۤrӉ{"06%s4ȸoBk,v6a:akTZ)O߇Z VK =X PSX(%P3}S1aߴ.Tӓ*|),KWV(M]DڅḦ́4Z(%Q2s?a% %ˮAu!KgE|˝0[ |ʀd# hNA9eAn]C5(l' gŻŽ@M^#&}*w3/$4=UlMH4(2bWZq|v8u,qj #Nxj Wn2 梡L>h~f nvAu!ю;lƔW ;Z`Gs\r2b nUMR u{P'ޱ-dulk4*v O&uYe ͒C}Ga1E6EwN:[ =]7O?ocHm%`N0Xg &"zN`%Aӗc/#sj80!wiwmFLG0ec69J8 [~}1ZmMNsW/t (dA~ezQb*nP&oj\?\܁rmDix0d$E*WrϮ-2D4ꕛ4-:1v vHa1[0A1k} 'z6܀4MQ^mD3Bb^D*rҜ(Vfn&B*D &a/ FWQKOCg!wS;u uD$1N@ 98;%i)bs xpzVK'7:B y1C+~m6`[048}Y5--+D&TS; M1d҇ t[\B2N:}Ɉt D%xv9yY"H@VʡsQM:6! ,]G1 C1X ,_p,ʭQ04D:?.2wr-}AH*ǰ|T,6൞9z$^q O oCV&VaGwՄ?)؎e2ľ}.\v+0>*V(ׁ&nz[9RX_ydx mﻸ7A}de//QÊkKyC6Ws7Hp8~KdJD>JquqOT5L(t6(Md \߫ݤ:kޑԬPXՑ|2 ~ d-ڍ ՁA~WlS:`2H#~R\]#yc t=m, <ҊVsn┇*E; sǪSG@krhyb{cp<A-ᆆ@~^P#k_!I^^ Ó,TGm6|p,I^a4գ\CɁvyŽ`հ͔KWM4Kr)0@3O]F#|Ȳ s5u\]8|sHOv Z~DgR$Q:Iпt|RdL1 n4Wd⃲}UzţwGU;8EPzG7Ș?ֵb{sAJXIи;poX+ urTS7,cIDqDM,< <{ƍB.j|r 9xH4;?` @֪[h=%_A?%!(]Ehw{BfX~nB2pSVW1[N-zfJ`;3A0YRp:eg f9m?* @ѮoQIzĒ,%=sݔC);o@3fQz)zb<8ߛHpn 2-4b)?\qSk5 KޖaCjAS5trhP_QKb~an )0 (PfNM5 -.!nF?-о2?l ƴ~o4nyd&*l e 1pDvsPkt²mǿBH*8k',? S~4;x&NrAI {D쀦/v;CEedT ƲbZ2V⚸L5=9񵚪^&Լqs9ZP)Ak# n֬a =8aǏxuW\̴7ZtpK/g>^S8T>e)Mľ6!"?tW 2nh Zp8ҩ󀽮 JEi@ma n-h]AT}<Y.~{>9Dwgbu:Fj.@ȡ4p`oĈAt+I0l󝑛=UA@h7{>e'\{B|3Ye"12*Zԃ1uF_8n0VEF(?6b i*ǐ@ﭼyXW/Su`vn n1121W= >ƖPpg&'él=7? %4u$% 0XR4dY¼AY( 2q花~mJ(G9M]# *ߵ.4XSn(kî̜)^tSEM䫣,3b.!Z)} P6nvțDIbR uE}LoAjE.'X`$Tgʾ^J?q0.xM n+BS:Ԯ!@z#9 7i`f`J;Jl %49eJ,#"ab ֬H|:-y &ށ-S sY@\d+d(#g%Wr)KyT@ Ai*WCV^/:8.wIB)Rgl'? _w2N` 'ύ74+j3qK}hFާ/Iزat]!#5a*ݝ:rȋG&~5mryF iugE&V; k֥ఞ1,;ئވ$s>*}EEï&]hլC֩#Hf ~cqZ>*癫u܅uB>! qgP\⪨эUDI5 c! l=_4ș"\X+ܛ5UoEmi (i"^1SPE=:Fl5G,XQh'#ُ ;ikq-g<+>E&>eoץIJ`u*-@+fSH.YS@hQ]hffҠAh8:mϙyXN|SGNQԟx WKPͣI&f&eLء6)tTP&(5wk\pv/u+ x^ⲦUAT츮_61%rc> 15#\\`Ak ē!\+0mNAN~גT'W,W7Q5Xh񢉝^)F`0x>Z Z%tQ73ib;6QVC:.ES(,n&5R3zv9`1 ]bI.QWDfa/ݴR&k\#2 q| %^RSH~'[X6,>J L}~jE%IPgc?Dګ7lF,.raʢ̕ y#%fLmbt2Qu17xݢK6Ӹ"V 2l慚kuniH{hd+:7ʕb2v_ѓb{ cEɩj4C,'WxMz3ΙS𑛎4h^b܆B1#80Ocz,1#&O ZY_DBYI `""_a,AH}?\#s+aj Vn): ?[TuW*-IZ;qh$_Δm/ Mn|7o1v;π4O;쩉hB@}nj1mG{'}fjH6g{=/V5E 1+cp2Sm3omzӆ\^@w0+,]ϮŽC_FibOk'"I!"6'é,Sw|r!zɯ$G̅ӀѸO72 "/HleloFVr$<ȎmHlAA79˫~Lu;,82 lp)`ᰚxg&_aq4mX4rQHOB"ǎ(0P1R{}6UI2c8L\sOSKZC 3AUaOv̏;G /lBkVQmeW½%ʞT?yS|.9{ /LK,=ojH0Y 0_ہ`nS9a\ucb.6Y М; mԦIRС]b(uIz8@NupbDki\5t_ZJ(уgh4未ƜUay]KgJGN""6O1HJd>CD/)Qݪ{`I}Or~wBoÜE|R.@/+ǝ-ҳҊ! Z 5w 5O8!5nAy J%=Ҏ Ye|g֮<ÉBm(Y!F-L6aՇY{eJDjTȍrvtW)E(8M6YRLJGA=(/nrϕ؏L#bDW?R!{x vFkG,r4"͒&~-qejYrT ?gsĔ-(p&!p\R όV{(6Ж8+!\p>x`ғ(Qv.':c,Yʸ2nv9l Cq 6xɨ dHxEU}|w>,T : ߿X_J3?r>HPGhaU^ߥcWG3 }4:ݯ!t!b5>ieo>Eooj{A c% zu߆qaGܞV6:d^sSBA@ ovgx6#V)JT۳!!=x1S}F&vM~)W7\$K ~1gH<7&W?mn^Ệ9QGf lvd08 S1"~ -6Wow 9\wܯQHq+nJtYmENDzԷրKdm+KXC3Ftx rNcaɂ#17T$9Qכ&aT풧h˝?<EIwϋ(\[NM6]^w)txO>4f ŭvLեû݂j7M2.<_F&,UQjL&uAq2a0Ehع WൕU:7\ ޼< l &)zɷk87"=:]dl'MGvۓ~hWh ("+x6`qWs 9oS/On2?h-%DLBOʺLsM}tWg؇D@(ǭP-.mŸg2|KH&WBYG4iyY\Y_\(kNGD#iNJQ;K[I 7,ڏ*U"W5+6] I Z5LO[˶ij*NΟMV,{"%h?  {[$Ciy  so K^uغq7 u\?>ĸ13'bvq,)Nk5xS̿lAn2Y&S m`ڣO P}2lyՃyK`C{i7l5d''0OLTT@>r,%lG1EF>X*9w ̻zʒHߢ@ ˈ7s+l~ Akk]7U Bq ˌ*oXdSS8.7X]/I6tš?xݱYs8q؛PyHmg.tr ;kRu!{rc53X'1>8rl?jHE<*+/w%8sYvUC^ZZ6yڎ>oUq{=V.utdXhxM5*Qx} /ORB; Č:da}Za<*!Ĥ#'ڝC#2X>]!"8 ?/E,e %l}tLnLux*J`#Db'T(4T) 8tR;]d?idv0Je|嫹P W86Trv߭Fj.fNl$,@e8:rI NJ!x椁%Pzrդf# I[W)4kZx:.n>DGfcv˿$tmvg.0$qqOҏrUj[iB-u#"[a;>9aZc::W;\kD)mh#ڹ qi]/>L`}k/NjE|>^]{@ 0ko E8 i!;*Q2"xؠnw^pW$_C#vM4?^_{~e6N]K@;.»;vkx@y܏Qm{ͮ-aywn`۝/+SV3PEas^3 1O\јm/dтY\FjeX, :]:Nh\;4"|W/MiK|)E @\y5(T+k?F *ڦe3{ϻL[W!Z"uZYe@ώfdiu9Znv~){>6P6Rvu?Hm\&0ͤC'(GaC &NBw^am{OXZ@fg zř.6<, ElQ?8)` lt0{䭗؛8e:# 3Ļ]X"ӦXx`I5"&L*/)lV3VRd#\5>]P~)zOXȨQǛ:ly-_`<H_ko? S ?)ބȊ@i scC >QTz@Zh;M׳&;_c]3ddET,SҷR[+pX.gh֚6LU N5aq"qwi_ZM3OԜ,>K_: F ?eE5b5k?Z>)(e1_e&ׯ-΄ CUK)' zoĥ/ Tm(#ջ u\1&.'yWsdVF)Ƥ/.YKSoJ[ f;j3ya%]ԊޑN< MحW[R}ҧG$G@и{W){\ũI8|? gx"kYKxdh;MVG^Ȏ-:l/% `ū,vIؠSl=~ם|-XQ2$).)6dlK 5DJSh"A<(ƤL:őfUe*L@iw 'K{ *2Oћ D\kʼ;*4 vQ;a♆ ۣ EYLw[KvcCG\s׾ ob;_'H:'@M/HVI>&kw? m>$I1~vW޴Wd凃ȤVMUoL%I& {>M@TV 2VF(:|5~Oeɰ :n x7M "p9O_] ~6Z<:sj C37 `Ȟ}ǻmdApȡ)ؑ٠ӏuy{@m%SьL؀)`Xn[QoPR(FâYS! I{4:Cf\ g"vW#og5,g~5av t/ g۪Նeh e'F|/Q9 FNAX<7&)apbl;'LdA\"ͣ޼udDh]ܳdRoU& TQ&\NP;#DM~A-=5,2LER(0FuX i LM#:0{-yμ'z A, O]QgѶ3ފz 5{NidNUzϬZe?d#tg+QKV(Xw1+f^86Ew,!Y~đ C?v+eb'TSUt[[KPUKSbS6;)@F#-gNR`^H^-cl ބj=/Dr iEg鲫&߯E|!E5}}k|SS,^K$`Y`_[bY%_v΄1r(OV8h!'aOa*? .^GD@}w<SDw8gk<H<6izN'D?<'<W f]gUowy8t9 rqd . 2F1cڳ\8l{E;gM( %񱝯B0êS$E1[aF69_S3Ԥ٤&[x'd ʾ)*%)vl-CwP&#ADȖpT4m TyRmъUh>0780DY}KS5gncYI)\3O n j_n*.}Zvv]S? Xg#U͋xk@6-#ݒ1zxݤR;[.[U Yμ0 P:hfxҗjǓ:Jv^p4?o̼eE^Q$̶j|; ĭf. / ݝ4ِ@,>8$yU̔~*^gl7ma[3}c$z'ۤ$a8aloZi  S, pA{ɑ̂m\ZGfIXGزM0J#rJ k ྄~ `C=]2xE4KҬ.Ő h[-?c">t?]mv4Y&]i,цSm:ntoԸ.QJW=!܂DcQT si/$$#B";ak\xvmϗx2iZ鄜p,X|HXAG ?kSoӝ=f*" n8z)4`}N #>yx8n"+i@UTc03#WzJk?Td_?|0{hFUj]դGn0}b-ntnj2>%ae&!/q??Y3Vޙ>/XY:ƖNX۔_Eva̛5:S\LJnk;BT)j 02,GEbȼY3{ i(s.Vw:mȝU!,k(~M3v+zivN5om~6Q#4\.ރ2nZS)64}1l6‡L|se\.p$e\OSǥ6!+lW*#yu#²k78I‰.?'%Mf9 S>5rƞg^+P"n}MPIN_Ǫy+|ɲ hTZho,@ӧ,.)p]M{ =Y\:NUegGhq _9m%+ccff .NGjgss:}TНdirdKݐw~;V 8C]'8a+hڬ{eFS03>-t٫[S%&~OV}4e]`$ؘ93  *t̮Cv^anM-6CAcPf{5)SC,濰iOJ0(͹# %9cRQM;ͯA0I0j]4E⧺ "*'J$NF*Q)!o;Tt<)WBxeip%f*iFaZ DՍ%'2]-Ŧ|"ʶobʖ$RU<]æ1+&yA3#Ey6U!@^#JI Eh9Jbw1U'ӡ:5_)U#Ò[3'ͣPgL٤KU&Q@՞gLk`KvLjTk5-hsE\>;*v\/| 7Ko O_m?v=8ERX. ]XMǡ&uϨ͙CDQe8^Q[.NߚsqWюeop41 ݡ5dg[svGT7\J\7h"z<,EOa)jj:ElACz?[BQ紽x#niG)r~ͯclފBپ g<~5r>("Ed z:|.XqNI/NbWډ%Ltrs;7H9+;ei jIܟUu 7ff 5Œcu 5wwk>˅zazA a/A^`܎6fjTfnG9g4 $KdKhI8~߾0 WkJ^HvRмhRVZΛPW]"yˋ~!Qǰ+sA >)$V L9y]7#TvknUJ8TqX)Knl) S0]]l%E2W♹~RBNgV?1|鿇WQavu-M^'Su_3z= bCHP#,hEqu'yd뎠Jϡ R5zŵT0J\CVXm|{v@%-?`mw 'ϸXǜGxO&(k5u? dOӞ~T/7srZznUj-YB+aX+PD+\} .ƂrwT. L$Qbг'f=€*:Ay!Ȱ*dhö8( | G'(T.%@dT:u"k^ջ5^K %j 7"iXwBO;0/} p;NZ_QBwlm1zVJCS?<:Ħ4-%cII.^:8d.7KJ3I\#iۆ(&#[vG7)izDJYZMvRZ ʔ3!SγHwG KI: O+w( Wbp@!)]p9KhdִEɬhȪbDK7ӔOTYK/ʻ/T(bm$B؂j^"{BP`ז[vl0He,],Ir-Dcԩ - S*#/o[=\-bw&j X$/@s5Ę״@)a7?$p'-{/]1(G"\=wj߿9u$cĸa6l.fðS!~Fŕ%φ4W23=2u. 7̴AiKI[!| B_$ѕ [M$c>C5pz%fiD^`sNGm ?G\ Ŭiζ -KuEۿ!=2r훡OpZS`hVZj\Dd;~J{@}^~Q{d|qyTԱAQ,mˋT/sziwAS.IDL1Z3lVd7\xl^,84 ַ"hBŜ'!yNv#iOO LÆrt։uq_3FyS PY (U^3D'LB3r(,P) ݢD@x%`a>z=138:oW ͼ)T0mnak6UStnO=#w}3ڏ+4R':$r. ] vNkej_+S^~M"A 9~sctH&\.e^tXFcm0./_pg 3S/Rzb&'G,$jٴdV{|s3WW @WɗǬ Ət lr'/ByEg*{۵eWdv_t?)fWP9L/E~{ zr ID3lf0~sHF.]Q#K6$n`gA)#Z|si.e]{Һ* SPcL}6R5ztP۶2^oAzQ !7g9W.z|; wFZϧu ime%F1rl.@ChFIhKƊy`BQ!~kuQڛbۛ'{E(p@,l:0_3KQ-o`V~N{ՃD"\< Fi,j.#֞͡4:-kTGY˗gI36ذ%Wm鸾d2N~+m`ߖ4YS8Ï b77=dhNy>=ˆl㨛Ga==/Rp5gH)9o#lB7v MF5%f\_F8[#ژܲO5/jÈ)Iz5ξkz/%EpN Ū}<\ lgT%p Ug?2&}|}@) ^DLNVhXK ȹdsaY8ByOpR؝}W<…yHQ$<f@Nr)jTN`߂ Eh mgJ&h$1pEO"Qˑy9A l_o)'DD,ˈa*7c^i.й:3ί!׾,svD È̔J-Bb-{ѱwG! @Dq2̜{E1R.D` j2^58l#5+E]Lhe k '+aJI1ec7;7x͟g+u!M,5) c-/K{׏̈ely@Y9W9)EͮKL2? vay>a 14o]Q+m# x)gk.7=)ى;Pɦ@ࣥg$noF"E¬*1~`PX#='IvVu6Oqovv̋fLpLyG V H#kgrx{LP\)EͅTTÆ]aW ⴩D0"r} 7pȼ }G"0#:oS"N"z| &a1viDی$ufְͯ"]9Ch)?W ;o;\Ht6F >"0$ߪn =k?Z5LѝKG&Z#@%2(2;e8ф&廊K8iVtF0/#ВܹpWF3>{Sn)pZt{WoL[)@)B}bL2T|^1?F:|UI! 3r#Gq@G>YV H *ᓢ~+y*(~  ߟ*"Mk)CJ`nZHJTOS}|C%_7%zUr=&~CqFLW0k>"G֬@2:O1uX$A<ሻӤoWOa;lEb0J?kWES&Z\5Nx6Hh嗰AN/S^؈2{#N[g](+A!ٻ [*dGP=CC?=G9mսWErwAk:2AB.lR H@Z\@^p^X;T.` owb݀GF2!fdN 1ѪE 0q0&nP|\'Z)+ma%8=rFlU^)4; ۲\9Ak,ǔTbݐd$V Hq7%gN>_OgD֊pM{Kw, լW8v 9C_̢ueeҳ@f~mi{Ozaڑ|lU6@S>Ne9W!XQUH|8r72_զDS'7Ds,hE ѳ jQx)\f$ywc^wja Ѝ/()dt馅u| n!DBC"d|0N|EZ=#jS ;L14'x] 4zb%aP(.y29\֞B |gPCሬ(c+) 9vUB(+tyQ{B;_-g4"4jIggG ;\!7^X}VkwxfAD&.μgg(6r**H6e*+rAPEӃ/ma މs+jUal j,faZ 6sbkt&!]p0ɝBo6ttg|p%8g'7.ěw .'uKAnJ˷ ha D<Μ)1~Pؓ傂5пy(YiIϘQe:}QfLA3òQ5Gu+)AРCo*Qiiܭ`pnXEcXiŶA.֦?o]Um\ʹ*'چu-)/#Xխ̌1.c ck2@VE1g6@VEO|To+VB̘' 8 I/S^}I!xD/J HF ,ًfBgm ,߶ZN([,d킌g-F46YQ]1Vt_!'٫ mJejg/Y0qfI%0z&C*O(itwJU;qq g^U dtpzVPl~[SJd\!o'5&C2 { V A3uRӜ 5$"7#>pՑԊtX&3H-暪@ |PyaęJ`/#su)3-bAG3qj~wdEt-G I|ݥ~!& 2٨Y"=gQ{OD_$/˗I>;S[=A*~0>"D-^ΎO1gg|VWPuER1/*.nKhB5KR5d'/_e˹'s`.PdǨn :Yei)H[YQy;x|F{wu!$؃ɠmI5j1?3_Bodt7-Hؗ۶H6Mj+eA%sg1Pl#c$T]^1SA /sT8XVa$@nwya4E|=Hhs_ՙ8Ul0[D/7[ JV7YCĭ`g ?^G_7.IXt#j_utBB7K\bh';J2Yu!ԱITB9CeU=<wT-:#+a˗Pm@ jgq6$X y6}ALZ7Ӹ2RKo_7;8ۊ_<\H7 l~`+p[I69D BŮ"Y9||zY[zRR=L#_Er;̙J;(fT{**B 'u_a d[iJ&$_]Z&RexPHm#FO<ϱ@Msu$8l-`rqM*&mq<?Y~53\|=,0mqk^&}WG7f@as2^{֕z41c:'Q,Z?Z}%[H1]k83^L)OPn : f} mE&MoP"mkh[DPA0ThCbG]5 cHOrsſ͖#cRs^u9q#flM$$[O`zC*4 yczbE ;0Ak~?sd1+"nCg盪~rvT"L1Dxh 򵐳Q$@u{ƫ6\+i.A1\Y1B(qe8E/Uζl`Ck#NxPؙR_\°4'XzPYt' DhW 6BQXj}jNReU8Lkba8MB(@(ÎsPf'ص0%EHw|ǒ<nZtLjIsuV5(<c:q +N-8(ta  0.drሓ=pf-:IS8)J!3%( t ?Z)'gvBA8tL a 4C&dKABK3\vzxxm~0PFеL9zj'H]V6ЍmhoVKf, &((`יzo{е @މ72̪FVZ9/|}Yt<|mjD9T386(rtD)f XXڿ4%i}^Ir;1.:k~ I晏R$EM[AsܓW\>B6"ֳ4 ~|tL7p4FZThOImIʎ*v[QqXMP3Sd'c4e4Ae@>1u7 }6Tt!VVݦ vSu=a]ԺjPw x2NهF~>O *rmr 8:N#D 7,!vH|kqXH 2-V$ɠnyEl"u@iS(w_NO:P!yɂlQ˻=;ތhc3MuWŁ! xl3R夊^eKSڴ>e$#^BV 楝B{#FAp?UfV?<"fhtg BNOu+oSěRtf9p< %> &)awCe"|MJ+ mklfA7[d6*9(%z챣gzEE&O*Ei8e|JҤPG" g w{/L%A4eׅ3),broE*ő)0ZƂ4w8.=žΛhG{ċڄ>? kSbx`83y*Mr'_1n6~ِjF M'LuR\ozmy' VVB>iGiTkY;v)]c |fJY`Xz wiKۤ*}6ms]%~BɾA1wxR@oi#3",jt<#CXУ*7 x @@N)ȹ6=%_q_E'BH{wI'4(l ŧs}ܗM7ΩKdkwd|R I@zjN;5HswU6b5 d#$48X6T} s+:Z#98n"vc { pzliqmF7·ZZGG/m_x8݆x O6u}8Rٙ&xuzz^-W_eks )0є|!2 *).aU|Gxmf.xHxzV}믱.. &Ju~XsNatBw: S~@^v|˦S5&L[Ӱ**-"`keנ[4~}o3kSGWل$Lu)I\ \8NS:Tg O<_%#&9 :@#F)&*@뿨UԸYCm# FS$Ų >rӴ|UZoGjpw3im{qQƮT߮]MIɇt(fGqcώB\ K#[ Σ),8E1nm8{ Ԇ9*FsU{f֫pSpq+F?$Y‰П~!M 0D;Ua|RA# TȆ\ZA 6.LmDQ|׬";4e˼nx[ SFVG5oo,/Ҿ`Z;SՆ_#.'s55FGmy'@\PI2Z/g)_<PLל+?5&|8$@IJOo&a :uM7au; M u4-VM cMqkYA7zx`u*nUjͨi} d Ednpr»銗p&EGᶷ#m~M˖CWSU A2>3@!gON>uT~OH`q.n*A-"/d?-EIH,8( OeTs&f%<F NEJFc/%YT%Nn2KbRXpX8Lk ]ScgM7Ũ!qb%SmnU F=5V\(?0w˸o$=Y9 Ajͳ E.3hD!,LC4dƋw`M gdqS-,GN0޻UtFıU=|C6WC:-.fc o-ݩ־2NlrULg+bPH,Ar":;vVW(/t ^s-Řy$<5LlhFq|kҀN ADkV5$d\LsžLȒrXi`H 9Fs'VeALc\qVָ\V6V|YVD&zs_ҵv$at JOϮ<1ټ]0I,qǐVfOñwyf=`db<}8(4^Gй!O {grMpmYj9\?-u|rz'+,ov8[Q2q'6Ԁ:+q/0a'*b@SJV`TQHq奶Mf8g="jz,:+B^H9}co_^*>|D\MO]BE~ӬO*lੰ!%Q%)T9_%"39ay 3A |mU%Eϱaur^Zmp\+(F9g=`Y7T ym\^ ^6ZBw*XҖwsԿK)BqsC#{C7"X$u,X2 Pa=NYsk &g`ۉ𸑞]'~a Pݡ\{٪̏u>z#4q=E%>;N5ՔV)AZۻtF_ 008*\1 y~Wv꒣v) c u2Ք*퇻#h%W5SAr'*A|·XxO;<\3G۽pI~3 ܶi;5p}ނ`O`4˼ɞpHFomm % j }Lè@{Yܠ(@4:G"F.6{]mX'+.*{YzO:] @/!kRe47 *o^ΊI] qyY eR L@e:PŸz/5g*{uh\G[[ Od!H@ϸTQP:0mEjaWꮎ0J ZM4!y]*Mw{߄}G^$qqq<>jׁfѢ;UUYurHh2 ]zeb 5W;aQtm~,{V۾!{^ewMM! WζL r8۳~)/H*B0S/ Jfc.^Y34w'/hYܸUmwE$;2s/4>=;rsy QnmMtÙ,hn\â+!%\cۨ*': Õu0TCjؔfoCe0XgCP:}6 g^&,*;9C9YGv:O)ݓ2_ li*6(gt.ޜs0szJٸ=ՈNTklʌ0;Zusݤ^NkIp ;mUdu3m$Neo lH7mRV(-`ٱ=q`ʝ 8IcSZ(V0XM!@zᛵÑOLA26t \!#̍\|%^?s>Yy?)qr6}b6a*Km'xtOLETFb(,^)W=b 9h✂`j Bb1#;K.ԣr'LK` cփB19=- <{t9_{mCˌ!:#9(?:ښy9߸3B~RWĝT8e8~l 5"U ҡ+윧RV!ժ5&7 :wGtc{-߸VLǯp[$*l#u3ҲCBSQ w'NEn67eWB% (jKO xՓM~^6Qi& $_tY3!Е▴{g$CN`ƎqDqH겑.XxmWǩʾf9kxvUk7+ryļBT`AO dLO\qb?9V鯴]W9jw IS:]Z8 KnWb'@>`V@WۡH _QTہSN+޺_GB )^na]y  È+NT4U6T4hI=TN~Բ1ab,N^H_$룿PP(\hN| ِ1?S_s=``M PQd&ӂϑh{J#Z󐈣< ŵӁ;GB1juq j3YR؛!͘æUwrϨ#˭Qy JQLX@K7WM3E픇`\vb,_ˆ)3y-K2saB)3– (D&c],:Q:P ~]E{$,cPf\H}lA]iߍ&g|#&ykeaIrT2l p 4AfÓaWIMpao[r_ q̕sK{ޤ~^Ss[YT901GUTt4'Z0="0{5]0rE'7?P xOG_ɍb[,~R5mgCo:mm@#xpyhr,Ǎ2nŔI  jdM$Ǧ?uE^(νġrMEm>2[#˂8<"' J6f?=-q-l{' |}C89iY?L`NSc\ ^1m Q|S!#{ە}y{k' Q}:2t{@nmsu,̿'ꑢVW5Fġ]\5B5tG(v$^eJPA`ߔQ`ZYϫAq-eC$Zx罩kV;m진l׊O̳}Vp9܇zzRZC 5uK+`&,yFYwE KnPcJ jM"biWO꺱ȦFﮙg}/[t]IM:Tgy' m~p>qnz~щN D33f@oeLu.H_̌˃Y-.R>8&F]X8@l{eZv4e@LҲc@\%+ìqo ֠ ( t~IqN$8S9즢sIPjqŘyem#RMGvCS},7 1#ۗa{ՙR.W Bb*N;nGu#) ^O<y= N|{Esi.N^Cv&%rȁˮ`EO"`Bn@aH+7Lsk󥘏·l$_ѦL0Lfy`=UcGRRU&1= x,\d&68CsH \}F֪WSTًk`HbNuM:NP[7ayw9%q^zd| ,+a)ww*=ib(.e[_X kccSY0 ޡEJnDaAԊw00r/_d\*p[_Cȯ dNv.]/Z @_SSmC98gtR+;z)\f$uPuh6j_AְlBľ7u 2DY6&z.Km!8 |SvM]j}p98WkA`3aT^q\|hOS#{Xd1YXΐhu&crpP[0||^#9ЎsOz1)';r8GOz9EGWM+O]i&8ۿT,_B#K^!e#Ѯx띲&Lw&dC趹{m,A N?D[eV}R*.DUlh+aΟ\]y0ʖ|(8mH҃v, ܋IV˚ma$XMpo4_=5?RzZDbCw^&6d|P9KgggҶMwM(y3tiJ|X ҪƼXR@s&$krX8AX~Ѱ,pQ+8[irb&xK.G[dhH%١. $jWBu<Y|g+\(*ʏlS6)gTrH *m:ݥBUؼ֠!TzXn~#o5eEthJC+9@|m4 uo]n,%*t^p9~nJfj`n dk2+7\o9Dsm)wUbC=Ka нg̝$z3X/gU+o>v95cdW4mr˪&(O)Yݙ8@j4)X>Y+<%h-ܼj|e=z'Xj^,">22A`^M1gPnx:JsCAD2rzsӨt꼥 v p$$X$² i;`fYt<(J;;1xœ8FMT XCҌ8 3ﰷQ+f>xwT &M*Α2)."cl}GrmtIxRer`6އ6އ9>NN& %F*llq7 k*a ?_UJW*vL`SQ>Q G#9h0eVo\.CsC,SrAUu-i;FZ 5F9@iřuZ;WBsO^=- &C~Y`ݢ쬷*kt/A6$ISSu,tL7!V ;R^w&1[ѣ؂Τ[?8,oza72:C4lBgb*[ (,WmXxǪ wB~dǨ8i $avi̞"j]]eBflrEna_EO}٢u9-Pص+>dgC~ǭdAtQo^uߑ9OE=~o3z ҇ߪ{O g8n \ qy>2jFz.,!Agj: B~Ty|w.%Q~gX6K6;ld%ZlaRɂkF DtM8xRb):Bd1L@:BhZy+ c<):;uf0<n 饠;8S_(UOTwDb4#Hx&,ݯbk`a[0f9-qdJU؀hvSs#IPp3?G@P~Igռgw\ي @;FĻo5E_.-3]bؖ4}\_sW̫66Z,Hୠ,ݽQ.S?D}N@',}14I$ĪCNC!xŷ` ȼ;x|?e|wV^3žWݻ<N(y!Kco mJis:Ϙ =lQQt`Y BBLİitw7J-^:?('mEKDK&`@N?xpD [rXF(o%\ݿ @-mnR8fhݫu "Uζȣnl^ꅹ^CD*![ :ޘω!F/ⴜpտ%HŰV%p' ijnfZ& #3Q:W6q@B-ÑAj> 5*ˮ8DS#ZV7\PcCvԡnE3{R_0,Йۓ){ŷtF5+1mc"=%x" O`n-Kع*r i]f_}g db&T{͎.̣&B) v]#:~D=]寫ǬXr0!Ĝtkn;~kC`yE̥}VbC ƯZBFތysSQ-iZ WPՌ&N:OP %.M?^B)jAӞnnHS$qC(rK(\&<8 :%##I{kJX::8ݨ|hEGPSL"E2T6fDD>[-r-Wȟ:&YkL)ry`㞺식h^g(T.z1KP)in+0l r7-48'~ET0Ps~ܾcRs`㻷G} 5D6"ǘ'U͚z-UAnWh@:h ֏DӈifN #V(b fl(5M{a2(;d$;y' LD< R۝&pRJ0pЃwvIъ2Ltp92^'b/㚓:V86gHN⥽Fʸ5 -+PDDŽ,Q:9.pE*堧zG7hAfV|yuUZY#48DJO?)0tU2Z wEa X˯qU+f>!del *Zqv#5!dBJh`=ٳBHFm&HgJѹH 6"0 ƾ\P(Yx>kcL1T*._ u`WVwfk5shpmcį77RGzO}g%=4kӓO rEO9?%@_{|yL%way#f.p"9_d#́٩qhl:Bߡ5h-i[$K5MH /pߩpʱ$tFQG8RQY%Iv{O03VUپYd!gfELG 'ƾ2~扺'B~C*Gʌ3Hcp2Dz^[`㮹&&Pvy3G~ih@,]U`Q_6zH3LQd u "鳒֗*ŒjQ{[.[܎Ò_2eS|1G%~ϋtg<^TLXF /4_~Hta +Sh,<T਺ĝfAz"&\ Bt&+ tL~:|YCnmMF3NyKpٚ~ W&9#S-뒮auyH/&Z~cblyͰ>^q136R⿴IyNjVCmXJ)5޻-yQY @-tj@3IN umO+E^nE1-!^g*d/|*(RIzqgU9 )U:@wa6':9u?hsWɔy`?MC\7\jJ 3DVx B엌:>?>F[ب[7Yzl♵_/14D}WMү8Q ]fB417L/vY _ Na:LlZ{nco< =UTFL%?pEAC=l4"gk>Mya IV5O[BB@n؞<*L ^ l> rnKګy3A[>G*KS$*rv!/W1֕A~)MY0ߊ|akF꡶Prq_eYam@JTY'ַ UV;au2}b&wsX&J4u7ij9[:h)||wA҆NfPRzd)I~6qؤ>Zmr(Y1Vi@0tZ8>~6Gk g}AN==#VdX+'@1\@w\@åVbhPR$e6O4)v##`>j-7zݯ"[>lI:TQP' j8[mG[.Ѵ|aok鑒r0+gZ =0tZd y`ˆ>{7젅qGǗlDw[GN35fp aW V[u*.^)~2ۘ)ŕW?n%ۻvjckB LOеit2x:#R*.R3%K;֍/&ʕJx|Z;If-JvX8>I װl{`+ XJ.|~#C{VfqZZ%Wzxf5A| JVyT &yO:h8z!㹮X,2D4쥐ˆty1"n>/ˠe}XqH~A4\Ȗq)k@6S1PnK*Mv›4NlڡHQn.c͗t25Ɲօ:.ـ~JQ PljF׭bH梍`P5YU4(;>|'7zÕ?G H߈ OϷ~&U+'Q e9lHJ#Cr7koB(пlav ?O|4Z{Q^ LGeE ),SP-p;ƍ{@! +SDD{p3KpRN$oTf{1XYRol'.<-ƭ1#J>kZ'(} ںv"'u Gx@e@ yUdc~<5(OeM5naübz||O%gb@5ߟ$)"n:m3ukR̟p0uTpvЍ&63m%#!~,#l,R$T}/A'Q.Tr UCLwūGI{JJv(9?քUY56b¤7:D, byΧ;aeo̊25͟8CzKx:Cs-np{N_:WcyuN^>+} y!OfvƖ?`."7v, 5Ew>nc={cLCC7fՒ^~1g^ Cd=3'c{"!@Qv9*.9s)=S, 0[_l n$ٯQR⵪VJHϏA 6g^qa{ܺ_ $k6Wz,7C`g BY bGa 5u+e3XM2M5cZϚ\qӷ~GwXw X+E5_a.ge]16s矄!Hd=,96StN*̓*;Kl6o RyBB)%zWZJʲL(*|eTʸkvFHu-5{o_yz椿aF0&>3̾2IRJ+$Z)e. ۠3B_]ZCk9Q\n{c8-vJj ԋ2Sb0D<.(p~"ϧ+GLYőՆO_ *i{(%gLtGSXВ{O@ĦN1R:~AFB x*_cbֆyЫT lն镟M^w uYDeǍxA$ӯ{`G4e|fDNT7r{A*t{lOդo7"2p} o99;= bNFqPfXC9}ԸQ4u@ͱ5`5]Z\o”xTtcsuz]ylSB\{=kiHf͵2:ѸQE3i[pBl$~< W;,ȉ?яU;nv[ !3cXnF߃-|5L6w; `7Y?_g>}DY;Lc~m,D+LaQqCIcU K)|#i.Q'GA"v 'ɲQ8)Nƌqh/ nMA7Rڸ'-;M$ע&'~ zY]%rMbi'VՕ+R2\#'Zv޽@Ncr0'k SA[+ t 9sJ*?S/fR^I9k>)n/ˆ)F/I ؐ Y[J%m~6X/eş\Ԅ2)$s ]ó^y}sSv~gkOը"C$T@|mS1|+Mxz sE)I,nj=`"ñU.IQr;+`W%ڙp;< h"0OQgMY6Hg 0s)=5"mH8 'O,L#ٰ f'w!^†5 hM`M㽌 KdPhYG ǘ}U{~f_a(/5u:Z6zj`|ZΙQG$ UyW].`J& %\C} SkSߍ ndD}7L0X'Tx]!J#'>@,&5=ڐl˺x%.}<,8 P|XGBN2s35[ Qf*_0]RY'y7]K~L$;q͎ pzD"Ya0xܔcEB uPXX v':r wk2U}u,*KK7h'y4KywW(B5\$}Xcz-v48nB "]S(fW",y*۳bLJjR%+kFKvpڴ>6;?I[rjJŌݨdY u-C|\L0D0ȟuy9T#By_&rT!!Ε2nHPWfBeWU^#Wӑin=m_:]#n[V06uM.f5‚Iܛ&AANK×NA`c%6[.m w\1WZ 4\4x_u\l ]ܨG_5Ŗup}Ip5[dRv$[C]g|24L[31ƇZ 72n{hR8/=™[rPpDxHf#M]nRZ5j2%uXӧS\z{55nrup"&$ UE8[>:U#2Nu(s@`ZHW݆2Zfz !:h5y'p\Rk].~I8 '~$uP4"F5 !"Q 1Iad7,xQQzd{+ DEDX lR)̄-VC}#eEsMM^)TzVPM:bJ﫻&CN] .m匰0W H0Bd&1GшA Wh-D+2(CJOĕy".і(* )@w9dj231$NU% %P/g%@'r a[Aςoi5B?>Цdhg:cb wt>jd{Ȅ# D®n  ]/BH -̧py/ʔxK͚ag#5<=nΚEy Lp6ID,`F2;3 FYŧ0@! +hEvowv {K:,υ fZI2RZEU]|a{ɸzU >Ʒ{3SfO_!-J%ԧĀ7_I[ PwA6eW-"mpLK9ٗ7ʤv#ㄕMEs?SƯϢ+ol+ǤMHje 5E| '#KU>]*1;ro0z﷙evr}QTA"X ;{mS_*sCqFEkaW ({׶<D\ab &C¯]gc#O^* êJ~ҀFp[Jŭ m}E_z!3Q4CލFK!Q JWRVs!SdW#1gPD4>Ϫv&Y$D^N⪍Af.f$#݆ !e_,?D!prG$nIЩj-h $gR?5RX`\m-+Y<>Q>LU%#zsۗOF7(Ӌ*&'9;ȱ W7\[)RBe) [9*w2x8eQ 9< aSP(|wv]OB#t:}ܴ$ñ..z)Xc lgF=gs,n:_yo1ړ9l+)BC?{Ӟ$Qi91e'X,(Aԁn8wa]gZCG)B`M r+N}k&2e!)#jz-Z~Ot<) X."Յ}O}X ljylJ\]-XʲB))W?#s ٻ<Qu*-֍Z9cŮB-:cë*aЮB  e{ *LƥuydJ4Sx^C! b UZ\HmeK q7/+yc3o}%򷆐VW!˝L㗻<"}i8SDldF$ ؎m?)Rf!׈<):51G ϫ2 [OǴlVtB!50sXF`^Q~?+HI\-Ec|oAĘX:J=GOdpbב#)Di4`Ai6rF:FunjeaWQ[u2ˢT76_Sf)<46FlUx.+p`o,`J3 l#*Aw`CQEv{|+M+|[$pnE բ0Y) ۽%Vd Zn,ynĝCA @$[nSWre05XjS .cgZky9?ug9c1T%lꮼ{?z(kO8yYs!x8ݷqQE6hb*K¸(N`d.e b'mg-U%$?u^P̮z$[x20Sfwص\(Sa\wiY5҂'{l]9ũvlu#w00 GCă_sveX,.Ca)G'#145erڬUs.DEF͆M/8nDU)awC # (z TIjrOeP,E-g(S~| ( a8A|iVH-^dȿNH\^?^7Dp|b3&w3YKcT\!󸤞1JgBͽ#` :陶;_8u7wӾrv:s"ɗ#8,vzh3,8sI=¿[ j《Yϡ261 _ظ>ݕ>#*4YbFݒۿ'*puCK_fU}DQ'`Ъ YFVE;b4;9{׈ߞ#D0᷷*z=k, =7xİ&PtԲr78L6>ni +QPcT4!]a7D%"D:9G4G8!j9"c#pM*Ȓ~tN0Bp 9)@D2gJ6ՃxH'\P#BEaai1,hPW\k9Du-9vzނ}݉֬]5JB}G BIP̼EYp`PBM,qNv Z)2$E _~Rct.(ZY%޹ 0Zp5%*0^.i|8瓫F:)as#P08݋C1<0@{]M-l,zwBϜcP MQn[HLщ%ItshQ3;{!>fWN tlzz5e~"idMt;lAm1ӗ.RovDoYmcS.)ەs(M^т׀`JA~BnQvXT|f\A-"Fio!0;_"yxBm SeϙZ9Q: rFΕZzƭN֩(Н+;o$G@74ܲ&U$%LjYGdЬ?#D)MlZFلIOoR=ӗR(tף/)3NGV*SSs\`y;6oƃSAÁ]Zs.Q&N~찂f %4)ƨI5":|]U%LgvGT(dV39oy$ q$J/|#f~ërCf3nO74ADWPlrj T6 :Wϰ`5:~5^KtZ %zeUX-kJ Y6ratT HiߗE@WxԨ=z7XdyBtY( %/[gw.!7b(||G'r{~l o@mn8U)~JZP|ᾛrDۄE:Y3 n}Z $(oa0T9 >ְwk7c!ob;5&\%"]%vPGfh FPr"ir-KIWO$kuC.\;1 6,ՈUrgMT@0(s]<Oa]_3N7pȴZxSG١6:EMq !度3XJ;Oh.a$LPik(%BEI(hbvwO|IIc}:aARLi 8gGBz>̟t\6*o|puRS5Ĩ3OM4Lrx S"AyE ١}Nd-*Ѵ7!S/m8T/]3QgK8=xgC'r뷯sͦj|W+v @IvtfcfJvsM 'Opj'Tj>ϩ'g* WL% %2'@ j6hfrW)b}jUj v &tPԄLmKF[5p5ğJH'JOPPQ//?>bi*RsOz8m_ىYd_h,QZ4v-nH);Hj3xxPީA]|ASF9V9IAJ7%WS,3i~sE]{7vϏaьhVtii6 UL"vWяV,X?ugxQw=wrZ6xU}`,K}yLOv'/w.89r$, ؆AofDwZV*OKXr!iY>Jγ:ϫfYm}%c z"% :6nYÛYOJ=|AP-3?8]epqQtAg۬64>XIŻ  :$dNr*}F~FZn3Ur˜`#F}wy{B/yºȔ*8B$;>]hɮtofl2_7i>p6j r˖܇6Q k#)}'kl<Gru/zh a׀C3G/*Qp' y]acfU[+zMBi Ej 7x7ڛIVWVA #.) ԊR%`psFWwrjsf@2Cg$Wb;cy_CYVϣt{f| LEdLH`$ӭzL{-&P JqcpOwwʡ)!vAX}Ɨyr`2 ӧFR4s&p2v9iJ]s%r79Dp$&OLy~r`Pl}J/VA 2zg7BM]"L#`H4#%%>:g]F3xK8~=wT-T`j}-H'J5C^n 8Hd^ݽA dQL\}$>'фBۛZ˒L#c'a}VJ`4J0mQʺT6mi]\Ү|"#5BXB*#u!Zٱb/h?ѥZ[r~2P}&$ DYe#i\`a c-Wq!e蛮j=MS-X\5K Ɉhp+TWVE)&:D~"2R`92*89蝠֤)C|i$Yʊ&OEQ(a-D-F>)1dD<aaZ+(0ސOܥD[.h$ٝ V ♫h]it1FŚagiäPALZ@b!mO)Ύ8$Fj@Ps_$?kZ~ T x􈭬1}6>>j[%Q}:!|Plar  G(iq-H_銐 ʻF{xKeC1L`:/Ve]E2>_ ٬ ˙};?TN^  z7G(`s_ћ4QrOK{l N}r~_]G 09cjqN} *Z>Q<1Y'kT.m>ֽ0яjH>8ޠL]0'L`:$<ׇm&K`R!S$ 2PY%?pĕP(a̟qSMqPf-.h;f7*ߐs-{8tZVc3TpEpIXCZ>@uPy^D uDP\lr1M=Dp~9W+u8 `,9+'|H5c $̌殇@ E UYU4t@V5!/yv:@"$u96~p:_5J?O'@{ʄgVť Ca{i_KӖ/Ůw!2qVu9+YCwVo^lPyqȲ5D&k6HHo[ҷVRV6==N;ttuPfᓨQnE/%(^SUKlΦ;X{yRN`enX&Ok2ff?GqU?Z]WWL,2Q1:o٧ WZpn }HxJmM`jՂmp&><"b)@#Dޞy e^{OwAi?3orᜌftho=:fs=6Ko=gD)`b>DWٸ!}"b$SnZиq-iѣuҀc^qod[laIujZ*@'w,JORôl[ΗY@C$˛%ǛƦSc{GUP Nh;T&L2"@uՇk*I('[ Α}֗<$_B$7'zf) B/̸÷k M3;`l "7Gjn2Kd0i هO§wbǤN XN̈K>>]2<FIlZOiRi FnؠPu;eU:}I.ErdoIm+0L rwLiƖ$1iS'\YwL c7ֶ%WK'i#c3c=lݬDhD3L= uA5Q@N }v.+) RW{izvG-@@5㸍 ؈q[]+y+46MT|țT䤺^,ir zL^uAl]l'k+xwKoWm,r;Td!u  qmB%[%4Oճ-_W)RbTp4OeC ޝ.okEP ^!zc֩4V[@<Jc.B_Qk)1 |HhPkPi He-La5OGxMbW7FI, UpUQa/)(Y"'*ߛe3 5ȍGtds;1a4;2A ]I2\PnOT|]ueې- 'CHgGNE&&XY C;al'9tLgcNu^_:ʙ7ci苌V:+I٤G; awO^k5%-1gj`7`x{FMT&34l̤LsO)5=+ՊULO2hÚfGōv҄wE~S'Ht-ڸ֫쮠ڝd%z31 .kRMdZV@dLc )\ay7DF֍ቧ3r2T+Vc6*^?\^S"wQ@KuU٨!m>Ze/0,?2q&#y$;bCFqΔ:1"ucuOQZ; ̷G".Ʈ܁YאOzE.t^뾬P YZ@N+ 5ALj˳tD5=k&Gţ9Ã}&vr*gYz^b 9JT?/[ e.\"hHT~&?T9M?.faПV뿆#.G/9Σ5`qQE-Ejp2ec|7܊Q¨d.1ϭK#@ff?fsc&ݤml5̽?5 ]1S}(H<L4FXfKV{@:}{Hu~81P~#VރGrNG $ | V@'VF. #KxIX*k oȃʴk)破̚jE(K KsUwalb^a|3ޣKk/ r2n'*I8 O3sB8Bsw4'!y\[Μ4x>V Hߐ&P0rcLAP[h);$oif0>yﱤJ]7:P&^Z 4領\$١L5lBţ,&'oG}n幇:Ė (nXtl>KGW TeҮ ½NE*O؁` }`u+{Ch d2y)~zHœ;`xm]U藍?1 |&Q ϝȭbC_vt`шU#kbYbFz,{fB' 558;=w/Dn%Q"{p^]PF ?Jn#gUyqZg6Ӎ=Ku ԇ՞xaװi2&ZPz|Z1=};Ù5nxwhR_vaŔ% ovv & X% `]UvL+-xnhkP N(QD4N5s.%(2+cdYuHT/iL=Б1 1+JxjjS7a^7)NZ=6utg! ڥgEq(Z^3_5mi[MRszVX .sl𣒀Nf8L^> Tq_#vD38g[ԞZv1 5oiA'oƼ$bp1P @>bG1Ѽk,aCq3pdr+0qMsU`{HɿBkQ(-0<2I(CD|knw<ԍFߺ1:L>=C713w, WI{{Zn3Cٸh)+݅blݻƫ!-ɦ(/uMT-L,.FܴSBi&|{./.p^(VkmySA*X%|жzj?N)FB6INhC TBHhl s瘂of wP:Yjf7c1 VvS6HjY;FM( ʻ/1BŃCݵT-2ܪr.6 @bc@#97:bR4u:ijۡʕb.w?R@E>zxu EȐ͐HҲV6)DHv|v$;S Wscg/;S}%YI!w4rS})6OuAe߼=hh"q-~aCK')zs4'-5/R#320 ݕ$-螮- sq?t Y[C툴&Ν0^ d1;Bp6E%>*8182AZs!2# mެPVbq q>P{ٷ.a\όB@B:;@b䚭Z!cԔ?X ?tROpz5["xsIJ_F0cK`zHSBY v zTw>e`"Tb4Cw?c~ T-8v^y!F㒓]45.*Pm4IO;-BhGIBС7h!t4]0Dn45K9}|;h_LRU#=\ζWWeph5^u}j 36Q ;CΙP.Uk20v0x1p+Z^9']I G E?PpȕkGW-23t$lGڲdE2-[\)U ܝqi ]e8\[ ǴWV"\,nӧR@ނVY,ec\`ӒaRj&1NoEz0G/!fN †`iOv/FQfg![NFP ;-<+zZH~6 qɶJ W"V)J==O/0l`=sr 6 CW–­i_|)h χ`,fzvFPz(Xn QH^y޲!+B6G@U }?`=򤋗@pfóK gVz.95FhEa5ȂZ^L~Zx~W㦦ht+!T;<Ȉx)/r?:+!OuAB;ϐN2L% -w7 ^~Ƿg,E|#Dزn(Jj#e*gްFlw`MX~R=~A_m.WT]i\xe wazE=lۡPDN勥R3 Gj3kDkG_\v2ѽd}P,6Py*^PAQ琊s}9f#0YV#u.o{F 27Cm~* lΔ`m<.hN>|F5.[^Iys "&Sۻ`Sy </e5gT[D$6F3aVׁ/X:Šqqk&|zJI;Uqjݨla7ΏlwaBA 5ԽyK!+eX|v‹F^ġzM &VpP&ZB({1p?fbi:x`Nz(SglAK3er eح`nOQd2]B owٛS+y"_%h-Oö[%rNL!frGW~ Ďp{-T &0&JSWF*K% ދ% 1I< 6 S+t F:yeTMB[IڏxS)Ǽ.ņ ϞiՓ|Z_u1rDE(S^Zx %-0ttR4/hk%$6BҍeD%Ͱ>초ruBŽ:0KfwU(cD50Ɯܒu]t`#%CJvhV"0m8P!re]3EU[\uB.<3)G<'H/iSck[qPۜk0m\73{!_\ VR^I~Vu|f]95b#~g^j_ďhwkT܈xu,iR#i+&ZXxgNv2Ӝ`iRP ݚ 1D ,g P};c;ߍ퓳LՆY/'%$}$tGSڗ f Wܕ@օīBO`K_~ht\7 ojsLG\eOWS7EFɷ8E*|l*Sa0!=]!]g^@-iEˆ  e'y$XzK7zYbTfH`J۾Y|ϹYf:yHA+ )WcFKg884^O# \+`eY* UI3 ?rtmW~,x>ޡ}woJ\LD&8xjqXlRɄO>J;Q[!̫1,N{ңA3f#SRtMMV^e -l UyJQꔟ9# #aFC5.K%sP@s; ~m`LP @46 !*RU9]XjKܹbUY7-hhQp;S {;{di,`ݞ$,Uү(wNoRf(ycD6w*>O1Ys7 "JpeX^ʕ n6i{:);k!S5JT2!2!o{5q(yg4-Rq/3R%Ӵ1(eU(_k LF"%NMO/y`B# X{83wɕt|;KaAjve_ |U)_MT]{a&}_Tb lMabPW_?50"܀čxn~acD~N U/ Ggٷ9Y~N[R9rBEJôHqBy|?^ɞm(S-ojaiC)(m]JtJ|l+5KGFF]*6 e %civ{ kb,p<2\:C;2剋?]_a|s -s1]x3DM nS : ܛ [as,څ"mr62fckI>+ Z;D~D6vS뙲~\Ig=9.u*\`.@%`%S֊8<1}W5ndmKqi_/IMXU9Ut'̵|\x쓌 5YՋ�U Zޙ|gFReyC:X(@nq+n] PXFkΣ}hXM;Ջx4 L_1X6$r< kjr"i#ULܻfB!A?q3tޠk{~i6bd-?؅(f\4^xXwKKa⮢K\ dRt~w+,^oԧaeN. p@gdW^uQ Bz$hΠ5Vck.a9_bbc.kWe? 3)M8lkaQorL2|E3\ϣ&]~jqZH{MءHE:RE"kͼF0Vk`$ _}qUŒ!^RjxV96E|N~8wkWJ=GM~(;"*O#1|s9~R'^>7aoc-( Bk7!֍GQO~\6ĽSGFPXj5\EPra aZ[YH*O>$u^+) Ԫ'x `ؗD4BNxJ\qE_ +@m78z5}iD)5 rDEy{O^0#]{dvx$MwULt9ZX6ڬafD+?oFL%5TxzYv:{-1_y^V.u3f=.& ӑfփo"wXdG_ x1Pro8W͚q^ ~W tn6'o.3LJFL9Xg5!;s+ ꜒Z SJzqF쇐rI4~,ܚ{n{_v&QԺ.Ԗg  cQl+mI,$p#I%I׊^na2 t?$qr;dD9DZ|oN "wP9_!jI6 }>w0k#z$.RSDmx1eRh&WӂrDפ Ӄ"g#}; (> i\⹵*F@pd lB03F&uAl0> 2ΘQRo:GjmWHr] 5}%rY6U2ΆN3!A<(^ثm(h#B֘>pQ֜ tW !K[Sz`0Iok5Z"K +?P pfNܽZ\t7ٜ!8:h̙$JKVpXȌu9Y b4p)MW'4ᒃBh/,g!!vɔOd(xaԇ~ {t,@%I~bE^ʐ pU O@`̀얙STǸV]Tvin턠 < g~ɴ OcFi#ڳir9ⰴuii !>OxW~X y`yKԇLkb&ipR*i*̊ TI7DҎܱ0al\X]3/^AJ-e:}("19-fC"!aMћ*U~ϖ,)0Ymjot4 ; c\,}j}|n(nrb-IIQT^%j:@AR|\P2 5 ׷v,L:#ݒHE>L=0h(v\ -Y^* x<]լ;2yT1/[Hﭳ:V͂qw3yHsGR}ڀWqq