libcairo2-32bit-1.16.0-150400.11.3.1<>,ʴf=p9|#h{-ҳ*%ax+Bi;.s%M>97jq_kC6 O;pn^28@3{tRj pmJq=LԮgo^ugwm8)j59oܱ%{C"5!t+`n7>Aft?fdd ' ` *EKRdl p t |   d((((-84!9!: !>bBbGbHbIbXbYcZc<[c@\cH]cP^ctbc~cd<ddedfdldudvdwetxe|ye$ffff`Clibcairo2-32bit1.16.0150400.11.3.1Vector Graphics Library with Cross-Device Output SupportCairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System, in-memory image buffers, and PostScript. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available.f=h01-ch3asSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later OR MPL-1.1https://www.suse.com/System/Librarieshttps://cairographics.org/linuxx86_64/sbin/ldconfigsf=f=a12159cc9373d0463a079652390c161a66d78979f2438d933c314308213909aalibcairo.so.2.11600.0rootrootrootrootcairo-1.16.0-150400.11.3.1.src.rpmcairo-32bitlibcairo.so.2libcairo2-32bitlibcairo2-32bit(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibEGL.so.1libGL.so.1libX11.so.6libXext.so.6libXrender.so.1libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.11)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libfontconfig.so.1libfreetype.so.6libm.so.6libm.so.6(GLIBC_2.0)libm.so.6(GLIBC_2.1)libm.so.6(GLIBC_2.29)libpixman-1.so.0libpng16.so.16libpng16.so.16(PNG16_0)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libxcb-render.so.0libxcb-shm.so.0libxcb.so.1libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3f8@ar^Ri@]o@[j@[R@[*AZ@ZJ@ZZZ7Z/YYI@YC@Y7X@XXXM?W^@WgW4VwVm]Vm]V7P@UW1@U"TTT>amgorse@suse.comrpm@fthiessen.demwilck@suse.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comqzheng@suse.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgcrrodriguez@opensuse.orgzaitor@opensuse.orgmsrb@suse.comzaitor@opensuse.orgalarrosa@suse.comzaitor@opensuse.orgalarrosa@suse.comzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dezaitor@opensuse.orgbadshah400@gmail.comhpj@suse.comidonmez@suse.comhpj@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgro@suse.deopensuse@mirell.detchvatal@suse.comdimstar@opensuse.orgzaitor@opensuse.org- Add cairo-fix-infinite-loop-bsc1122321-CVE-2019-6462.patch: This fixes a potentially infinite loop (bsc#1122321, CVE-2019-6462, glfo#cairo/cairo#155).- Add upstream patch + cairo-do-not-override-explicitly-requested-grayscale-aa.patch Do not replace explicitly set applications settings by user settings for font antialiasing. See: https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/114- Add an upstream bug fix + cairo-pdf-add-missing-flush.patch: Fixes PDF generation see https://gitlab.freedesktop.org/cairo/cairo/issues/342- Add 2 upstream bug fix patches: + cairo-Use-FT_Done_MM_Var-instead-of-free-when-available.patch: ft: Use FT_Done_MM_Var instead of free when available in cairo_ft_apply_variations. Fixes a crash when using freetype >= 2.9 + cairo-composite_color_glyphs.patch: Fix a thinko in composite_color_glyphs. We can't just move around the contents of the passed-in string, we need to make a copy. This was showing up as memory corruption in pango.- Update to version 1.16.0: + test: Free resources in pdf2png. + Drop skia backend. + Revert "Correctly decode Adobe CMYK JPEGs in PDF export".- Update to version 1.15.14: + Features and Enhancements: - Add more FreeeType font color conversions to support COLR/CPAL. - Update test reference images against current pixman. + Bugs fixed: - Fix crash when rendering Microsoft's Segoe UI Emoji Regular font. - Fix build breakage with glesv3 enabled due to non-existant glesv3.pc. - Fix memory leaks found by Coverity. - Fix incorrect null ptr handling found by Coverity. - Fix test compilation when font-config is disabled. - Use _cairo_malloc instead of malloc (fdo#101547, CVE-2017-9814). - Fix assertion failure in the freetype backend (fdo#105746). - Drop upstream fixed patches: + cairo-fix-assertion-failure-in-freetype-backend.patch. + cairo-CVE-2017-9814.patch.- Add cairo-CVE-2017-9814.patch: Replace malloc with _cairo_malloc and check cmap size before allocating (boo#1049092, CVE-2017-9814, fdo#101547).- Add cairo-fix-assertion-failure-in-freetype-backend.patch: Fix assertion failure in the freetype backend (fdo#105746).- Update to version 1.15.12: + The main focus for this release is the addition of Variable Font support. Variable fonts are single font files with various typography characteristics, such as weight or slant, that users of the font can adjust between two points. Effectively this enables a single font to behave as multiple fonts. + The Skia backend is disabled in this release, due to severe bitrot, and will be removed in future releases. Contact the cairo team if you have a need of this backend. + Features and Enhancements: - Variable font support. - Skia backend is disabled. + API Changes: cairo_font_options_get_variations() and cairo_font_options_set_variations() are added. + Bugs fixed: - Fix errors in csi-trace --help and --version options. - Fix a 'memory leak' in the image compositor, with pixman_glyph_cache_t. - Fix access of uninitialized memory found by valgrind (fdo#91271). - Fix improper initialization of memory in _cairo_ft_font_face_create_for_pattern() (fdo#105084). - Fix multi-monitor virtual desktop with negative coords on Win32 (fdo#100793). - Fix issues occuring with older FreeType versions.- Modernize spec-file by calling spec-cleaner- Add explicit pkgconfig(zlib) and (conditionalized on build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer alignment with what configure checks for.- Update to version 1.15.10: + Features and Enhancements: - Add support for OpenGL ES 3.0 to the gl backend. - Use Reusable streams for forms in Level 3 Postscript. - Add CAIRO_MIME_TYPE_EPS mime type for embedding EPS files. - Add CCITT_FAX mime type for PDF and PS surfaces. - svg: add a new function to specify the SVG document unit (fdo#90166). - Use UTF-8 filenames on Windows. + API Changes: cairo_svg_surface_set_document_unit() and cairo_svg_surface_get_document_unit(). + Bugs fixed: - Fix regression in gles version detection. - Fix undefined-behavior with integer math. - Handle SOURCE and CLEAR operators when painting color glyphs (fdo#102661). - Convert images to rgba or a8 formats when uploading with GLESv2. - Use _WIN32 instead of windows.h to check for windows build. - Fix sigabrt printing documents with fonts lacking the mandatory .nodef glyph (fdo#102922). - Prevent curved strokes in small ctms from being culled from vector surfaces (fdo#103071). - Fix painting an unbounded recording surface with the SVG backend. - Fix falling back to system font with PDFs using certain embedded fonts, due to truncated font names (fdo#103249). - Fix handling of truetype fonts with excessively long font names (fdo#103249). - Fix race conditions with cairo_mask_compositor_t (fdo#103037). - Fix build error with util/font-view. - Fix assertion hit with PDFs using Type 4 fonts rendered with user fonts, due to error when destroying glyph page (fdo#103335). - Set default creation date for PDFs. - Prevent invalid ptr access for > 4GB images (fdo#98165). - Prevent self-copy infinite loop in Postscript surface. - Fix padded image crash in Postscript surface. - Fix annotation bugs in PDFs and related memory leaks. - Fix test failures and other assorted issues in ps and pdf code. - Fix code generation when using GCC legacy atomic operations (fdo#103559). - Fix various compilation warnings and errors. - Fix various distcheck errors with private symbols, doxygen formatting etc. - Drop cairo-image-prevent-invalid-ptr-access.patch- Depend on pkgconfig(gl) and pkgconfig(egl) instead of Mesa-devel. * The pkgconfig(gl) and pkgconfig(egl) are what cairo really needs. Mesa-devel is too general and is a bottleneck in distribution build. (bnc#1071297)- Update to version 1.15.8: + This small snapshot provides new colored emoji glyph support, and a handful of minor fixes. For a complete log of changes, please see http://cairographics.org/releases/ChangeLog.1.15.8 + Features and Enhancements: Support colored emoji glyphs, stored as PNG images in OpenType fonts. + Bug Fixes: - pdf: . Fix internal links pointing to other pages, by pre-calculating page heights so that link positions can be calculated more accurately. . Don't emit /PageLabel dict when no labels defined. - image: Fix crash on negative lengths. - win32: Fix initialization of mutexes for static builds. - font: . Fix color font loading on big-endian systems. . Fix color font support infinite-loop with empty glyphs. - Fix off by one check in cairo-image-info.c. - Drop cairo-fix-off-by-one-check.patch: Fixed upstream. - Run spec-cleaner, modernize spec. - Rename 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch to cairo-image-prevent-invalid-ptr-access.patch. - Pass enable-gtk-doc instead of disable-gtk-doc to configure, we already have the gtk-doc BuildRequires in place so I can only assume that this was an honest error.- Add 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch to fix a segfault when using >4GB images since int values were used for pointer operations (bsc#1007255, fdo#98165, CVE-2016-9082).- Update to version 1.15.6: + Detect if variable fonts have synthesized bold/italic or non-default variants, and use a fallback font where needed. + Restore MacOSX 10.4 support. Cairo had dropped 10.4 support when moving to the CoreText API. Now we automatically detect which API to use via dynamic linking, so can resume supporting this older version of MacOSX. + Fix error reporting in the xcb backend if fallback fails. Instead of returning NULL when the X11 server can't do some operation, return a surface in an error state. + Call XSync in the xlib backend before setting the error handler to ignore errors for certain requests, to make sure all pending errors are handled first. + Fix text-glyph-range for quartz-font. Use 0xFFFF instead of 0 for invalid index tracking. + Fix handling of Supplementary Multilingual Plane (SMP) Unicode characters in quartz-font. + Fix various issues in the drm backend including updating API usage and general code cleanup. + Clarify documentation regarding device scale inheritance and the units used in cairo_surface_create_similar_image (fdo#99094). - Drop cairo-pdf-fixes.patch: Fixed upstream. - Add cairo-fix-off-by-one-check.patch: Fix off by one check in cairo-image-info.c (fdo#101427).- Add cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff to fix a segfault in get_bitmap_surface due to malformed font (bsc#1036789, fdo#100763, CVE-2017-7475).- Rebase cairo-pdf-fixes.patch: Add commit to fix fdo#100029.- Add cairo-pdf-fixes.patch: Three minor pdf fixes from upstream git (fdo#99630).- Fix RPM groups; update summaries. Remove useless --with-pic which is only for static libs.- Update to version 1.15.4: + The PDF backend has gained support for a range of widely used features, including thumbnails, page labels, metadata, document outlines, structured text, hyperlinks, and tags. Tags permit adding logical info such as headings, tables, figures, etc. that facilitates indexing, accessibility, text reflow, searching, and extraction of the tagged items to other software. + API Changes: - Added a cairo API to set up Win32 surfaces for HDC with alpha channels. - New API for added PDF functionality (see above), and new error status item for problems relating to PDF tagging. - New error status items for handling of GDI, libfreetype, and libpng errors, respectively. + Fix playback of recording surfaces into PDF surfaces, where objects with negative coordinates were not getting drawn. To address this, the coordinate systems for PDF and PS have been changed to match cairo's coordinate system. This allows recording surfaces to be emitted in cairo coordinates, and results in the same origin being used for all operations when using the recording surface XObject. Test cases for PDF and PS have also been updated accordingly (fdo#89232). + Fix "invalidfont" error on some printers when printing PDFs with embedded fonts that have glyphs (such as spaces) with num_contours == 0 (fdo#79897). + Fix missing glyphs such as thin dashes, which get scaled to 0 in userspace and thus have their drawing operations culled (fdo#94615). + Fix other oddities caused by variously idiosyncratic fonts. + Fix deadlock when destruction of a scaled font indirectly triggers destruction of a second scaled font, causing the global cache to be locked twice (fdo#93891). + Fix X errors reported to applications when shmdt() is called before the Attach request is processed, due to missing xcb and xlib calls. + Fix random failure in record-paint-alpha-clip-mast test case, caused by an incorrect assumption that a deferred clear can be skipped (fdo#84330). + Fix crash when dealing with an XShmGetImage() failure, caused by a double free in _get_image_surface() (fdo#91967). + Fix invalid execution of ASCII85 data by the PS interpreter that the image operator didn't use, by flushing the extraneous data after drawing the image (fdo#84811). + Fix decoding of Adobe Photoshop's inverted CMYK JPEG files in PDF export. + Fix unbounded surface assertion in win32-print code. + Fix a data race in freed_pool discovered by Firefox's cairo usage. The patch adads atomic int load and store functions, with relaxed memory ordering (fdo#90318). + Cleanup debugging text sent to stdout instead of log (fdo#95227). + Fix build issue when using non-GNU strings utility (fdo#88639). + Fix build of cairo modules as regular modules, not as versioned shared libaries (fdo#29319). + Fix build on win32 using gcc 5.4. + Fix build of script backend to require zlib. + Update test suite reference images using Debian Jessie 64-bit and poppler current as of June, 2016. + Various improvements to documentation and tests, compiler warning fixes, and an assortment of code refactoring and cleanup. - Drop cairo-modules-no-version.patch, cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch and cairo-xlib-double-free.patch: Fixed upstream. - Drop libtool BuildRequires and stop passing autoreconf, we no longer have any patches touching the buildsystem.- Add cairo-xlib-double-free.patch to fix double free in _get_image_surface(); patch taken from upstream git (fdo#91967, boo#997189).- Add back cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch (bsc#958844, fdo#93891). This is still not fixed upstream.- Update to GNOME 3.20 Fate#318572 - Remove patch: cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch.- Add cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch to fix mutex deadlocks on certain documents (bsc#958844).- Update to version 1.15.2: + Fix xcb/xlib compilation and calls. Make image boxes behave when SHM is not available. + Fix various issues with printing and transparent images on Win32. + Fix thin lines that don't show up when printing in Inkscape due to overly aggressive culling (fdo#77298). + Fix broken printing via pdf when glyph 0 is used for rendering, resulting in missing spaces and letters (fdo#89082). + Fix crash for certain glyphs in opentype fonts (fdo#91902). + Fix incorrect rendering of SVG paths with more than one subpath. If more than one trap is passed in then it's guaranteed that the returned traps will have their left edge to the left of their right edge, but if only one trap is passed in then the function always returns without doing anything (fdo#90984). + Improve rendering with Quarts to better match pixman's blending and filtering behavior. - Drop cairo-render-thin-lines.patch: Fixed upstream.- Update to version 1.14.6: + Simple bugfix release to fix one Windows issue.- Update to version 1.14.4: + Avoid appending empty slots to user data arrays. Fixes a memory consumption regression since commit 9341c254a. + Return a better error (file-not-found) when setting up pango on devices where the font files don't have read permissions. + Fix regression in the font size of canvas text in Inkscape when compiled with the Quartz backend (fdo#84324). + Fix _cairo_gl_shader_bind_matrix() to maintain compatibility with OpenGL ES 2.0. Manually transpose the matrix. + Fix incorrect font descriptor conversion when the font matrix yy is negative (fdo#90538). + Fix crash when using a complex path for clip and stroke due to discarding the intersection exactly at the top edge (fdo#74779). + Fix cairo_get_locale_decimal_point() on Android. + Fix compilation problem on AIX due to conflicting usage of symbol 'jmpbuf' (fdo#89339). + Fix broken rendering with XCB due to snapshotting of uploaded part of surfaces (fdo#67505). + Fix loss of alpha when copying a mask for a cairo recording surface, resulting in a double copy (fdo#73038, fdo#73901). + Fix incorrect recording of certain paths with script surfaces (fdo#91054). + Fix typo in definition of MAYBE_WARN in configure script (fdo#89750). + Fix use of filename variable after it's been freed (fdo#91206). + Fix out of bounds access when printing pattern (fdo#91266). + Fix incorrect size calculation in glyph cache unlocking for Cairo GL compositor (fdo#91321). + Fix memory leak in _cairo_gl_pattern_texture_setup() (fdo#91537). + Fix transparent images in win32-print (fdo#91835). + Fix _put_shm_image_boxes and _put_image_boxes when no SHM available with XCB.- drop cairo-disable-lto.patch: lto was dropped upstream- Update to version 1.14.2: + Features: - Improve xcb's handling of per-screen subpixel ordering. If no Xft.rgba property is specified, default to the screen's subpixel order. + Performance Optimizations: - Improve performance of cpu_to_be32 and be32_to_cpu, making truetype subsetting of large fonts run about 15% faster. + Bug fixes: - Fix unaligned access on sparc with the compact font format (CFF). Unlike truetype, all data in CFF is not aligned. (Debian bug #712836) - Fix unaligned access on sparc with tor-scan-converter's memory pool. - Fix crash when loading a PDF with a transformed image. (fdo bug #85151) - Fix regression on mingw for bigendian test due to removal of file extension for executables. (fdo bug #85120) - Fix handling of backslash in PDF interpreter (fdo bug #85662) - Fix crash in xlib and xcb renderers when swapping a 0-sized glyph - Fix bug with RTL text in PDF operators (fdo bug #86461) - Fix compilation 'cairo-path-stroke-traps.c' with MSVC8 (fdo bug #84908) - Fix crash in _fill_xrgb32_lerp_opaque_spans when a span length is negative. - Fix valgrind error by releasing pattern created by cairo_pattern_create_rgb(). - Fix valgrind errors when running cairo-test-suite. - Fix memory leak in recording surface replays (fdo bug #87898) - Fix destruction of fonts in api-special-cases test. (fdo bug #87567) - Fix duplicated surface push on similar-image, preventing trivial GTK3 program traces from being replayable, with an error message about invalid values for the size of the input. (fdo bug #73580) - Fix crash when win32 surface's image size does not cover the entire surface. (fdo bug #53121) - Fix crash due to obsolete CGFontGetGlyphPath call (fdo bug #84324) - Fix several build issues on AIX (fdo bugs #89338, #89340, [#89356], #89354) - Fix various documentation warnings and errors - Remove cairo-tor-scan-convertor.patch. It was upstreamed.- Spec-cleanify - Remove the obsoletes for sle10 64bit subpackages on ppc - Remove libtool archive always- Add cairo-tor-scan-convertor.patch: tor-scan-converter: can't do_fullrow when intersection in row + 0.5subrow (fdo#85151).- Update to version 1.14.0: + Features: - Filtering improvements for the image backend, in particular down-scaling of images produces filtered images that depend on all the pixels of the source. - Improve handling of device transformation and scaling, allowing Cairo to now support scaling at a device level, permitting easier, more transparent HiDPI support. - Support JBIG2 mime data in PDF. This allows embedding of more compressed JPEG formats within PDF, rather than including the full uncompressed image. Also, reduce the number of transparency groups used by PDF to keep the file size small and viewing/printing of the PDF fast. - Expand the embedding section to include stencil mask support. - Reorder font declarations to be in natural order. - Update the Skia backend to build against current Skia. - Drop Link-Time Optimization (LTO) support from build system. - Optimize VBO size on GL to 1M and to 16k for EGL. + API changes: - cairo_surface_set_device_scale, cairo_surface_get_device_scale. - cairo_egl_device_get_display, cairo_egl_device_get_context. + Dependency changes: - Cairo now requires glib 2.14 for its gobject helper functions, and pixman 0.30 for downscaling. + Bug fixes: - Don't embed CMYK Jpeg images in svg. - Fix tests to place output in proper location. - Fix determination of alpha for all surfaces when recording. - Extend oversize check to cairo_gl_surface_create_for_texture, so an error surface is returned if the texture is too large to render to. - Fix embedding of mime data in PDF and PS files. - Remove useless error handling in *_reply() functions in XCB. - Fix a double-free exposed by multithreaded apps creating and destroying the same font concurrently (fdo#69470). - Fix corrupt stacks produced by bugs in operand emission for trace. - Fix out of bounds array access in format cache for xlib. - Don't rename glyphs used by seac operator (fdo#70364). - Fix crash on calling cairo_create with a finished surface. - Fix SSIZE_T definition problem when making with MSYS on Windows7. - Fix one off issue in gl context cleanup. - Fix usage of CAIRO_STACK_ARRAY_LENGTH. - Fix rectangle stroke with non rectilinear pen. - Fix imagemask with pattern source failure on some printers (fdo#69485). - Fix whitespace in font names. - Fix page size in generated PDFs (fdo#73452). - Fix path-currentpoint test by preserving current-point in copy_path()/append_path() sequence. - Fix generation of HTML in code docs for cairo-format-stride-for-width (fdo#63257). - Fix spelling of "tessellator" throughout code (fdo#50411). - Fix crash in pixman_image_composite32. - Fix crash when trying to modify a (const) all-clipped cairo_clip_t (fdo#75819). - Add check_composite method to all compositors, to fix crashes in the test suite. - Fix crash in Firefox when scrolling on certain pages. - Fix memory leaks found by static analysis. - Fix build of any2ppm if fork is not available. - Fix broken build for Qt backend, due to missing libstdc++. - Fix typo in two cairo_uint128 functions. Fixes potential build issues on systems without a uint128 type. - Fix build when --enable-pdf=no. - Fix cache_frozen assertions for Win32 print. - Correctly check for xcb image surface for inplace upload. - Fix webkit-based web browser crashes due to empty boxes by skipping over them when tesselating. - Make pixman, libpng, and zlib paths commandline configurable for win32 builds. - Fix image scale on Win32 when GDI scale is not identity. - Fix float endian configure test when using clang -O4. - Fix compilation with Android bionic libc. - Don't try to build util/sphinx on Windows. - Fix loss of precision when emitting joins. - Fix loss of precision and associated rendering issues in cairo-tor-scan-converter from projection onto sample grid. - Fix pixman oversampling of neighbouring edges within a cell by eliminating self-intersections for the pixman traps compositor. - Fix multi-line string splitting in PDFs. - Various cleanups and fixes to warnings, documentation, tests, and build system. Improve error handling and return value checks. Cleanup XFAIL tests and reference images. Cover recently added functionality./bin/shcairo-32bit1.16.01.16.0-150400.11.3.11.16.0-150400.11.3.11.16.0libcairo.so.2libcairo.so.2.11600.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:33797/SUSE_SLE-15-SP4_Update/eb744a3157763c32a72c59e83b90c1af-cairo.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=97eb07ce4feb014fd30de10fb24123557773055b, stripped$PRRRR RRRR R R R RRRRRRRRRRRRRRR!R"R RRRR#RRRutf-870d75448dca60a0fb314a01ed9d7046ad006ee7d02d66bb85aecdad4ac8adfbe?7zXZ !t/ o]"k%dB3T#;BpzoIJe1g$?5mNKgv5AwSk4CCH<8y(H-g@x>zӓMj-s_zHD!,.@Z?to&N|7:d17k۷3vEK6JVY(km8)3(0[w,i3yw4~o*>=rõunCe$g'k߳ds_}K":)Kӵ~Ј9~vJ;xR| 0Qt_E!HoRn6rrP+K'8=ʤ[|EHNzø6L` NUKyEnƴ[~ XZi[>smvsdJ)c5_KȪw<6mg;FJ+inB*+Ty}^H͈UsN,x3G;xe$&,>C+cBBF~ ^;cjn{TCufHt/P8K/GXȁ8_;q?Ҋ4J7\ ɃM}TP}t j,8tjg{=cF?g =n*ә Y I,ZNoeͶ c_T/\8|?27wfh UvܽBoiЂ=U?;mPGɫ*K K9;tS_B*\HRU91)* ݑUhjmW~aR AwdH/!l'** drNpt<̀.x$,|z*{xxv*CU{FbP=Y4*fS \*(]d)-T Js/%~Xo' RԈӡȉ5Qo1nxvCTpI\фHwr2åAs -B&d~ªsDq f鱶;f Z/ yk{ZG( &$ 9ĢHƥХD~(RR-9SDPLqSLMHk쎩=~q K3/=5-ёfxI$]|n hi'QԤ8L-8ƔxL'I ȱmY:ju0@qZ^# ~b&2WLv []6̭ܷMfVq9WIQmC`r>;Ivd 3f[JG*bw^{/@nl .D/XuIb 5%; (gx+K]]7i20U hֶ'iuB!,+!߉zHf?X=0w4,]mIe``q*IS׹A;"5x绑$[\14i%M$v)yP 涞@h*[ni&1іʧgy!~jx\Hے+Fq{_RY$)YV-Y]1-mE15҉"XOCdإSpktnZnLp$b)ݡ)s5.!hٟM+vh-Sk:!뺐kns6-XLBK>WqTtis돖Y`ߣAݯhb|<>gLB8p~teV Nσ1^b{78*4ebW/mr&)Ttم]؆1rbSc4W->p~+;8bځk;9At~<>[mr_'j3v5H4M,c]&>q":V ]u܅ĥ$| gHPGpJTb֬B{Bok2v\J.D/S^m&sN ?e*ǧO,׊jj$oU=~ +I␜##hXkw@^{FR!R]dx 11ihQoED`ku?faxw6T9k)|ԬXX(ZU[7=_ygy@158g55)e`^tSm]9>O?QCYDTW: ZlW?`Lb n D=텯n+AeZ3xַ<<=}ü+A?Gnq3T8v%+C%F4jg˛Dk[cz';=IIC%x /Z7$`|I{L-|2._dHr\:Z枍;ķ*L.* 1̣kcW ]!iV?V؋fY%\JlF^ W:|dZ-@Ǡ=M9ΫDj"-6xu'6P: ,W8&knOq4 sLj#cN[iRi$žWؙUsa0.g`+sds%bv晣1ȆB&>yAo TҝѪjjd._mj䓻1̲N| :Pgإ;Wc(e(BRǣom&1܄v)ϿGx{lA=E;+3 M_wtt;xFtႍ~aW>uľeLo2Ni{KCd(@ -iBaYḍlv!$U WO=,-7f9Kmܖ8G}_ZNhc|RXha֒6)jPCa8ߘ%H u6QG#Ӗ4́Wv7 !u.ݏ]E۠--nzT'W"YXgSy6u}My֞`x2?'=%0lKjx>|ao6kE̢:3JD k62Ljv _N8P3ۀ7lF,lNO-M"/4|-1\ãYIP4dLٺYp$)#A'@+]dAH Ժ'K}EujVL8mc<=§s&桉?g|6}@:>Deօ7T"NS ZLC8`ABǤ'{p+v IQrgs:ydrj/y#ku5$΋ʿSَ(Ő׷klH]Fp.ԲWC8~c=u bTJNWiqMAWz[9iIm"s#(Ky3of:15yМ@ַ=4nE5;cu`T+m5Jt#(m–k[ZhQ cⷉǙ&͝"T]'/SmN|I\G{)ǥ@#E$Stp"DcTJyt8BZ\VGfZ;DVW TVXcu.٦+v "30h4~l ,¼B0p!BŶ✵"Vj|9X:9Z&?Uyt:K ?*t2yA PSTz٢mp8xqjz$4~?eRΛ&-W qZMEǵ0㲦@2!:Wdu/gwSσ>yDtr:?^@#Rjl~(kRdJO||mX}lqLҊAlQ&m}-&\s0Z,Z>[m* 69406{.>w~Q@*Ƨn|ZR!Rm'x*QVo2r~Pd=A{Z] Z!ę 9MZ [+:#i+˅2.r/ܵ=AA,'ݒɹX?hDkP=u}~@0*X6Dҡ85Lٷc)@lF\mhĈ~r} 'MC#!$@v-Y4< n|F1'[ 0pysXtQ rc|v 7M'ߗJ\ܞӻc/u8}BӦgB&P91V'h5)JQg7;ycUm-~D(ڽxB[j aV5 5#g >a|H 5P<qAp%;ASrz.Z21}C$Oy[cq2әˁ889XdNEU9c6" Yd L Ŧ O)DI7&+fx &wIׇZG0YujrB|̧i, UĪ"e5e6ph[`67JZ}eneTCGb +X?d&J:iJB 04^hRzF9 fC+g83Bds\Z> dmX-Mkz/\a%O1O$_dG6 nU>ψdϜ 5d.;)ͮBBQ`B-  ;eǨ|CLA'JLP-&+!:; 4V ==beUX}-CIo<Ί+k{, ߯mʙ.>7|?[0a?'s g,,`5hu o)6mجdQξ1`NCh&ZO VQ T^df$hυflMATSMUu)D9& (a.,'űnK3eƯgu%KՆcᐋ@b31o>.BAXԟVK[ʫoMfh״!x =O^DY( ` Dx ٔU܉DfM00Uэ w99,WY2& :٭H% ԩ.R!0ՆH0*Dk-`'/|ܐE&j?0 jnS4K tot*#WyB LO]"%2c? 93p.dkE^>-=J^ /y0>x2"?/lR3(ae7gxW7H6GX|j:[k fg56Gqs1(/Cd(d2j ?Dȶ)&LON7-FeÚyMYb緖~VHETތ8rXźi{-l>%,h[oK"k|:L}uLi]6jMkzNK("e,BStXåd5p!6ѶъىRZ9ҧ+-/V^<)]Vyh_|ptJEH ǶYhʒ;YLv)|5-0&jnRXHaq;L ._4P*4ocGOjC-|譗ׇZvNߝb!{P7l&W)Xo%3v׻ba‚D-l}tre2hxRG۟|Pdg:P3XOptR:Zlm̡Oguؼmfw1#z~GkCvvZG`V ۸/PovD${9"wRi *9f6uh%SFO"a9#_1mGc@k տMڡQ?cHٛr㡜 vZ*x8u.↉Fr:lUšR­I;wd *Fa"γ%`Fm+烼; eoPLrRUGųn!WK%t;1˶4=LoBS* i0. {TmO_"R v}^.HԄcH+TeL.`xLIDo?,.?z> Vx.&N0[`Yģu"ea rt>GÞ=a߰0'$1MlC:֎,(N/"_c&^H("jP'kw^B> #"6sjW MN"Yz=A2c{BΝΒJj[h+%5ErrъW>`2 TW/L9z,zʐXGc:L[j˖d+~4(fp+]~?}19ƅeI5G]}1*w =~!c/wWJBVd N}f4شX*/ <:@#ۻۭ?@G(ׂ-hI*n+#3Lz9U6{N[Wyϑ>WN%K}U ]:L 1A՜yI5m[M7^S 1*(꠆@8p\Rhco>سoja&tqƩk0E)skPJC+aG.ۉlx))6 GcW+gcN9uO;\JN66ZDoEF _MNCggh 柀2GڈwsX%U f3[f&1f9-~{UJCpG2Oӡ-B8 ggMsfڄ%:>๓ i3Ib]x3PI:nL|4j*Q9-Xcs{* JV^{VZړhC.G_Խ'٨VuM5,IDEqGڷ;E_e&^ pHD@}o+i⹹US 1l"1?YK{0vˠ,sirQL3o_a[@::D`ڕ+kKNy3w흲%2Ξ<_B ߞo 81gf4.&ajĵ.oJMn*TZ;$'*mW񿰝;#"֩2a'gK%$[ C,Qx!!Љm5hG$d։''=)9^Op_=DˏnHSǻg x}Z:ڦ]l9"pJe>4J|1j9F5a,úL`1mF=؍{_8;Sk09KfeX=ےb󍎤q E(7-aS'7+w?QN{\0fJcKǟVn2)[R`"S9bLYZ ye`yr`4;Âo^Pz@NCa5]!2Fͅ,-6lets-q/ h*=M:nюΐ=0xFLP׮!io_zنm*vL>k>uHjh.ׯ{s vԨ?"x+[ΘC”~Vǔ:UF-V;VA)F(o8ϴ?~-ߞOg?2ɹ6Vdф8J24w!hHMI/Q7mK3Oyw qFi|r,WJڿtEp&^m0ЮYyB}/+QѵnJšYNBgZK'5^ۧ=!ECzCwRʁwTYnړ+*wS~*kLUHC*2r".$0|ey _;-\X|b@-ɒ<]B<%2wEhz`# \%|v"49e,J8|JJNoS<¾}/9a\ ،!i v#PI? ^mqzUr']8 s}>FPne  2h#UG}}c (@RfSfrFٿ|@ _hrR|qR5=Yf_È (pB@(UD6/of!i)b:79uO^U'x!0,\ xݕ{G~!Yr &'U -mB}oD+ !IѾ k;]zgG` )|SR ,<:iC0(҃#Mz=y`b΁lvx,)2`N٪d ŗڨ.$GzV@jz&;lUh/k)Xj{{01yYظaEs/GgA톼0]2fF; Z{j 6۸NGjK{W?]9 dan֊ho?t`B 닿:lHQ @5'Uu)bgURɦh5v@cX3!rẂEKG%d*5]mMf=+Av/Rb"μKo0%<`OÙm'~v;0!! 6ļ u>1=ޞZt47!'˶-4 9|ů泗=-Jp8hT?xCs/m-P"}«Y9'N9$-ӘPb Ηd3Su & :C"dRIeW3B ֢:AB|gTC;}3&Q=@J nOwip =sTm6ҿ&`(l6NHEiH j1cE-^ ftsB9%n^PۃL6LoA#z/-+rZ8 bL/-H}m&||`[p݃^ӄdw.r* )P0Br69 bic hǍ'W#8QjWO`YX )da5I$o+fu\&.r9knJDT#@iy2 @2y5A }Z__c8CBJrӞ2Bn쿐;v(] WNLH~A.͵Yn2U׭%Y 1.w?(dĽ3HŢ=/\M5nP Ag/]. t?W4YFD:v@Yg&eHI盡13(T/ E:38v+.K}mD!k/q5~)ɭj˷v81myHQ:h'\L>uAB*磪YΙ%h?ng*銂B<:m=T{ KF~6T4г)5A8xLg7wn<\fgMw t)A[`XHxGoÅiaU_j |/Z-o 7|8|7 !JYrVKɰTGߧ`_/2a怂܀ 6_**WPgeLXX=[;3Rrwn >\KVq p klM<8dVoMcMwj_,䐘k" (+k%0%J!~y2*@sd-y7pSƾx0_L 8zZwE׿r"x2T՛;fJQ͙+5Qe=T(pYi#I?%7xp)-1LHFtE_+\82q)cI$Ֆc}m:ki e_BQ!1ڑH~4S Ô gQ'jTuN'$ﱯ4(AJ&5xkFE~[Xs@ChUҧ&蝊QIsfs4Ȍ!5X#[h;A-FpF=tcpbc4׉NJAXMKHoł]lsd ^(8r0ڂ+G}Sfsy .#cI[$II\ y煹(Fr|Ob5F$ ='TnYF5FP?$ (@|H̾79~s]"&,c[_ =XF&/ ;w8?6o*]4EWUt dQTq2 RBI %͛/"PkrLWMmª0w[8&E@**9mZ~}VuKǃ&qu\V(sX[hHwJ88K3iEL_򪽨Jyd$EM6Oc8~W~ C<:G2zΒdA\tf[8яcPxٌ۟,JTDEa RqhH= ߴscafTZYY:|ܦ;8B5}&]^G(6J&I=\TkĴ"l\bѭ,q$f m:QN3UѪO8;/5t leB++:r옙A{qdf~ϕ~y] XvGlQ++i}iH=xGa?? 8髬P^Ӆӣmʃ~XSe-HK4! r, 6PsMRQ&`Ka$( NQZvvr=ɼijF*fRJՋ%NE暑}(6V \h]@@-&dxu74x+٬ROnhm_QkɜQ#D-H'|`Iu[!|3Q%vzgys!@;SWTu4{eb(A,RHܫOLd[X0"3 *m\|:7#Xd_MxOeCB2(Ax"AN&h){ڳBP܉n qT"^!{+cB>sͅzחQ-ѷsIgp ;(n"MYHM(V'0s0ۀriKALY˘WJTn UwZ6ߔH8; c6Ys_~,q'Ex"5 q pPYa_*{Prw_:w|CU ?6΀Pjx.?jt a0恅h4cR Vӏ{3l䡺 ~zuT:7u) W1 ͖`/@uJk,[u"ʖ]ti4rokDnUHڋ ǧr*&] D5,@t@ѐO@q?64խG=^+s4D7:J](^lT^_V?*!C"򥄆iR`0Lpq*[R3&z<>+`3Eueڹ$wI'nYk:e `RUmf"TTǐo\3o=jz)BdÐPˑlt@^ o3Xns^xgK_'L特 [p2S]C<v ؗvCu>ʷ~wdJ=y\jl_ @v2F*  x{KG-'D3;Fr@~ X?űm-88NO&; 9*+./bexF#ק|wELD3 @g<Hr_*/!)K;`(ٌC3߼aӥP(@g8[C2UDm?hQ%fJt-TH磫~Qh#m ?-e%~lA}YyPݵBgK[":Xz}Փ-˰)%\++ (; Ml¿[Yx%꾠` ʵuH:C,Jp Mn|Ai#!aba IpgA5tM G+"ޜQUHP#Lm`:B7B6FzZ %.~n%=T>8R3$Xϯi/tY%>ؕkB /+OT^8 - ?m,Y4XabwH}60bqGQoxT%ɪ݅`j#lg)Ǻ7]Ox5DKi<˞dj. -_Cm;cE'q6KHڛ`ޫFr$1U\= NA"' Gb m=FamsG8xWeLPH]tB7 J@:Ctڭ/؎$uk (E"w!ZrT㨥CmӞT&]8{}98W?g`jF@?Dn]}Z^ƪLl[H&B0mX;f9 YN+MIy7ظрS̢I7~"S9C\zj32nQ=ygP%oAg3#w_HqăSyy wH>)ĒVtLKCIgC}U?<&P&H"#b3G&~`@M^p:Oe|Ut*P!t;QhAbBy,w{RNpPpQIǍl=FJՔȌMQ .s_I"D%OkCScԘ~5mky4WO+)02 pX]qY6wO*S %{(CM]yp=gȎY6:,|7Fȴ;Cf&oeˠfYF4\8dW^OrUЯ@FӧCշުu$\u-Ɋ[Ha605^y"81KX!QO*Ԋ (XڑYLlvUhUAv!Q?@aQ,&iqOyhm'xed\+ΠFy70Ȕ^2<Uty(`CbZeu[It~a. Dp+F @T` Z3fi8IP &~fUKè|vQ{}Mԅ2 v'QUJ("zpc,`NLʑ'NzBTUVRAv1Gv^2N@e>;aﲻR} BzjV;d8<]4~m;+mN0z 4n_XxXg"Ll9a0H4Sد_M |¤U"!R r">6#R smJЄֶeĕ=(bJ܎6'* y3a}F9-4#$ИbqC]%X^|uemuK-({Pn6}iGa) ddɔ!P2.Wuy'%qWF zT]Jm$+v-.r7BYՇ{\lA @u{'cB=C+"  .r|ɡagd=-~z CgQ]"l=ޅ_$~2rk\S$;mb.=k^^DUbhcÐn:*]ie\+mSBCتEW+qC#9F2VP/E2qa `E#UΕ!dDO~cߒȁ .eF?ԩ6]K 0yk,2oMDK9}DOEbe4ڥ؏SAmm5TwF֍Ύ 4"η{EA S5K1@Fz~*gR@0R'/exY%n5%-™,2 ]3n:|;w-˜ȝ6i,%*h5vxAfҊH]Pi2qYW_ $4o:Dۜ,ל+dU !#$9rjLr1N%U}xzc '% ݧL}N\D͵v*8biّRM/̻)e|vp' p!O( 9|w6i")篭l3~F;i$. ҔЧF/eҾ H@fʺ.enV0n=; H̫ŴUrs[UǪ5zT'E "y T>G:g+B?m{J; %fHIŭs,4y[Re|y&Qo46/o'ۓ)wldݤ@Q`3vCi$9\u%3ԭWM,˂es:ʷ2&y6&)H{~۵;s'K]Um(TPLوLΖyM *_QtqISUk/ 'wX ӱ;0kNqaȠ+5EEdiH.Z(`a;leWv cr qIda4d]£Գe / 0mzLh59VC)zjcڻS7opLdgb]s&)! qގյ.JOc zzq+?Qmg LqYjܦΒ]kPXw7m,B @#ą@LTɫSD@)x& *4Axo]mrjgḻC `Yn6TƬ5埘A!.l>@sO_h]GA %sb]d燰u`q`)$ϣ;swǁ78KLXz n#;-Cf`(1z^S '{Nٳ`x k^f=anNUcLHGp;-lȯ+B;8yخ'y7#2= Y.9n(lqAnA1,1cZHT7$~e`}˷f]Yx`o]K{5*ݘ]r)oݣPN;b9P{@DQߺ >I+o ,$ޮ";SvI>ZT5x泪fI,.L^WgZ{>0vZt-墎ZۈIi͞bDH88JW 6E3h댁B%lVouG]mʿLfX&;R:$k">tT4H+_,!=zC3TP-@v1:; ^*W 2?'1N.uC(>΅>RtJA;3RwMKjڃ؏(#ъ_n-ۭ͕<=;y22kJ/T[K6Mj RqƸu؞5 (ԚZQ0[g6B;2b*M o*U%t6L̄XLo,0GN#%OX'oe My=F/JV@5M*-֧.d# R:Huѥ͑bԅ.lP#o -YPy*4@P[N\2Ģd켇Z0j.[n&CatvO`f" V1Ҥ:@VYB:*+MFtM*pI9r{Pk]cዎWMԱ+'t_4vfշA.ľ"F$Ȯ +[Z9&FSĂ+i[v[hgexJYY;arNJ޾=Ӑ珛lG ˥D;0`U- ap𿃝D6= x69|7kZr8; H mdbO9RY(fr{Ɍa6Aۇ#\uj |!: Z)a]Րy*t̛E^N\% ;U3pRфH vGSԬsҐɚB¸njis>.);B7ϼF˼x*Nm&f9ͯBHvZ/2645ڴ짦עt5tb`Tfgr@MĒq];{C.;0gCoMl@^ #.}Jvlb EYdR߾;D׏HO5a DМ,q0Hk_x~D2 jyT2G5m HnaށÊz5@H{>et1k|E|vA~|/l09\c.oiH<{ dKIC^ؖB轖Th>I##H!De] ɽtC/J@o衷UjM%Lעz'?*Б/=;"(XS^bjzItUo̅mA+ߢ3 r䘶0FIIiV,#)4_~pWE_UL3}T3Ǒ Cu-_i%.6U wm+ZSY|Y% QAcb}K' H M$B r^zy<@hU*wY #d8[l;OAow ?Q!OD=oѷ5/N%m[~# +,Q' #ϏfV_inYS$|,|/$K:VRPjָs]0^WI#b UR։:HhOne XuIGw?sk-BTZ գkh*JsWɋc`X+bj}jx:9:Tv7't錻\VJ*;k#}$ ?ٱ%/#}~#FW;j/U'#UMx^ڭƳ z߰ќ~APJQi>k FiV_kZbOB٢ &gEεZD,QGGXZo0࢑C /WJ+!*֟=>Bcl[Vi:#'!mh? /Rqΰ,6"qpfH8\GlLޖ H>2`punN5M%]/-" 1pMif<9Puˇ辣RI,^׫<ϩ,Y?uv gȭúOOZk; .߾'@:ݦlb5lE~[1GsA'c7@ J ' R A cInu!y@׋Ɗ7df_qE w+j4f _1.5: s%ofX,EsY>q=ef[Wn@[[K;AwtO̩p\ |ywO& ufdz1q!eE^ Z߽;&iz 'EI\,V(W,Z`'`J'[of=bR\5ߤ|s&̩@ɥݱ.) bC}b #]+a+?J J5>xLGMN!N(mLu\o[*y}@o,TC nDiD89\j/ln'^$%$rqzzVKf/ J1t3LND#,H1p,,^MuIUb[nlG̀_Dv/$=,%u:3.T(T:cSUٺ(/lE~QIt_q)ϳ\VyЦL=i>D3_z>˹=!VF# @?LP0e* dO,u;4B6a ף/B~5Xj\[4NxP"ɠ!`V.wȅ3SQCTm7:h"eH!b){ipmU߯TzX5pPh4V+s'Z°p`0"e -߂Rm6񄼮|&L+3x]nG?DJ1&SzAi`9{_q|+SٍEP:TdiE>Mu"% XӈdZV>OfpB ;4y &g)G9Zr HMNq/p;9*]}[f`|J;8π5FZQ0Yvݾ'˄˒~R2sdyI:CE űbŠ`8P]VmTsB]c/2L79c&ۢ|aQAؐ:gZlI#Tt.G)1 yHH&vQ-ydGF4q:2z3}cg' >{i=;uiYA$Ҥ~2im)[now ťg&ԇ]Hx8Z%:SNp/2) cjd(v<>},mK2Lɻ-Twsz`"o\3+E I,BN,ogC[^{QI .Z^՘DSj?.#ߖ^s/ZL)50!ďhl\lwb.5"@aSGdW d^{8,D⫏Ƨ" CTԮzl2 Mg {zV%bε{\fqg|!)mA-{JI#F2I=/hC1"GP71BWnI暟dDEU-k{ȼT1Ĩ2I!xA)`H-~t7 *a&7:y+ޞZHΞ77^Apofٮd{hDC+xɐ1IDoͼ+ww")1^kRUʣJe< ǯXe seGoM3& kj@lxk ]bS}H;Lr .]$,! ˈ%NpeRXk_CH>~ط'>:K6X6-I&6OT%&,9BMTQ? l8v7G6F7 `7P@Zh&|W3WܡY' Kַ8C3O*jbY+r*Z(S7tTޙncLVS!IAMVj/orUBZzd#,hIP=If)! *kdlC5Nޒ?}}ax_ۜVӡEڥgTvD4^KTA FGUˡaDVD~u?%=D-U?_ޝ}c'dAI tR١s-NCf8DߗLe6as4f:ܵU~^fyRY{/.BR+َ:NNTBJ[!=;J߻#Xl]#[p[| ,*%B׸E?d ,gAwBr]{AbIT*~"5{ՍA?I/gc,4y&E:Gtn/-  uX,z-F5_S+*_25~ Spl{I{(Rr*}2&7]tdntǻU8Pyk@GaZ/wO Ngk+ k{ޘ}p_KhyՆxAitw+PCmr>[ DBfT{r[Cȗi}PD>ظ&usƜ-N/w'kI>$#D~cfKF ^'h;܂Le#Ü=‚<*O[8~y('}Z!/4XXG ZMwi*W.G 6gשܡac,q&0nC$LMy 67èP/4n̄_cR|ȸˊ=E;_397d)$[ F X;0TsRhTզo TOW;/KW 5,8; a+H/s}(L^ˤV"y F;e/.Ţ`rIɢ つ$WU1.fՙ/%ȗ^iY9|W"fҽ0EUCC:Pjl Z&DJ Rb&ulV$vpބ bƵ~@ɞ"J I~%qO@Ҋ@&N݀{g:5jfgSLOJ 5Ȅe00L0nج>{Y h{{ϮAjxGaՅp>[fsmjjh(&M>WfnϦ, ~+FCPjwN.[ #-q}i5"D^H̹\%T#[]<7ꈗA1;NyjgA!ʕ ]Ej  2]5ˊ& )nu龢r ԡ:}~uhђieD9WɝMAYQH,{GJԦ,(sg돜ȾU{0z8Pd4Ms-Z 6T_t{SjU:Tttc=։iTBp濡uŤRCyxXM.#MX`G[Ɖ Tz.DmuL:6nR~ՅCkYNr+'֢ NjI3GYzmbqفeшq[z{O¸dȆ $ ӜsBh+;|iXiX[f4Kśȧ^7Z̳JǴi%K %p{t#Z"i Ei2g˥^{" @Cf/`LX6{ט40'%/i$I1G.A4eÄ nB2,U<Ƚ& Fwju@ W{ 3$JEq82]bd"CJ1@MC4[?_$ DO?Ň`;ۨZ9TLۑ@,!|22Xl{ Tv|LZ`N{PQž};k`Y?7Mi#=:}"c[gEJڏ^md1^5#i`dJ_w~d!ZY$NR_Nu`'Em(vKx⾺~S6$Znʀ^Cqz6%χ*R}-b3R8%,ϊMes-6r!n]6&! O5yd"#&ߛD-}g/iA^1n!q:` 8m۩P`b1A%\sUbG"-BQC223T 3 GMC'CM"יd@C#^ĨhxIŔkBT ;>qy*v$Khxld;t2Kw`мHW ~v~)tqLS%i4VSWH.m@IJ[4j$'mVoB *x@%2ܿ;(`Jxeksj&~ YWbUY5d"(ڰ{m!٧-;錓|z~Γo:ɹqdzݗK[ ,Vٓ|U=/w_/7KNk99c}m=1ɳ6K\g ͗ģ[NзHLx{?ܫ޼yD2AIaNEu$߇`9w*L-t}cz ͰG #M.zBaa (mF]7Oռ_`҉DQ%j<OQuؐn{V`I$}`+0.APsjCmhfM 5Bp)A{{ 0S,`ƹuL9Q ɠ6 Pƈlp|L!80yU@wd7a}_xA*1UB\7L^OSC[^/ $g/̵eZ5z 3x:ad ?%Ⴏ/`.0jDGJ:qgrc娨j8:["FۧbpmqҸr;t>؀ߜEFB %b P(LX"qL,rcĥk׹9lȬ.O%% OKN6?ײG$J{' )7%YXӖ%R4ޭX8jT|d9A=>[-P{$i9i8P7fʥG:-GÑ}3*:F`ZS;-P02-};0+B !fCM>31g̅A -39i(i1G7۠lT4heQt+"pzKj—G Oh%beQ_mDŽ(q.\<$\OơR¢Nc/R?;߱+,' Ha%_H0"Z{ɵc5OOI1hKhB8)gDrRsE5r]rw#)pہNR" sP~'4|1>U)Uѐ[r&q6f)G2~E3|+c\^C6GxJ'=YtjHĻR$Ei]z^~|aEYu4l1֞5N+_Ogk {] th߅Nixa8F<.ǟTEa(|G sxTmI˓gc4OT}W¨:x/Fq Yd݃`f@:O3y 6ŧ]UC^5ܞ9-%qYq!PV:*B#G.FrV^; hlJC2%g9>|#SGi([&}k 3-$#6(sP:\]/eyGgTmtdGh7}-@ n C@_씉4,*Gn!{κ-- BN.܉9xgGM^ ڑxߜuIIVH2/;7\5&ᓥUK8M;!p[Q&pLo љ(D?uaHOL3q0y w/z/ +ZGQԲJ1_Fyjpm~gVrw @ +ZmZ.B{UͅT<ƥL6Yl ʦ\]$NE=_P<*LeXM/< c|ilokτ- x; ]O&- Zg CnLtڝłΉ}ܔ 3.l4zGFMqOUM)f3Ҧ(BhBГ@K׽4y0 qe~R_zpF9d}v0ahJh0&1 wXӑR_֏<JۥCֶz8@bZ5؈*be7<,LǦۤNψ#=Pf;|Tژ2Pֺ6=upo:FM[=uMMfazlO*1(lA$h ?yx0%}Ȍ ]aY&s#g>~Gnh/%#;e`KsDe)D?g̾^~ICU0_3$7$24=8Be]/O^-ܐd{$Ab1+C 49Ds{ _K/V5KIGkZ"{*⥫x1laM7"bEIc hN_bM9&EuN GN }m3rkޱ$-04ꘁ=:'?\8aGD`+5+?Ʈ Ț^_ auԏnHs@#P# 5u<= d*-}6A LUz$kQK/8Bep$1uWs/n9wtZc#\ OI/<[h֛dcS4 q̏XM`t6i͋R;G(eE@o+T\K.pm!ն? %`8$̴W< h*7f`|P&NQ1}tFd(o>cG3 p#usk%$oi9`SHɝΜ-K՞d <e:٫7Z+wNsduڝu6LI=&F;`&{0Hͷ}{JdZݭ6N߮GdG66HRm٩[,:e]"Qˤ3xNp>sdЭҟ3JXYgl~MQ2R%\Xs=a̜RX{w'nHm펷TjxM!E:i#7N<8Vn(Fso8h:O lc(.w.qISuwIxǗ8Qf~0#$e`qQK!mCdH!o 3qzaRԎȏCbjp|aS)!/T=^M̛aA"^ 'O:>|oBc"ao F.Z蠇OnK>%(֬ 2{"X8A5i$L_tkRw5zCmwt|\#3Bk@u'DP׼DKC._Awy%@ D vˣD ,K YjNRSAzKܢ1/S,cm颗R2ln;=Vr!k▐ A"~y[\O^!1]M\PP%(׏;kw79@8LZKY,CFf-n/P(u /vV_ʫV 9 @ $8Ds9y ^rZ_8K%ʿP)2>ӧc#ebMnu:7:j{j_&YPl[Q`H*OkB4D;(Di ,ߜ l佦>D юIW\dvd@zܹeOD;ND5E63Hcgt>#B"zoЍ:PuF펣'wIoG Wd<(IY8%oSB-Gi*ƒ 0CA$P?SkC[@c@w[B=r3Sb_ H吠=\8 g١sO\hƪXOE% ?qB$^VYT՘&X,gi1!,48Juo4qN/`Xx9Me|f|}%vub.qK> ^/E ~K{i]2c1gE*%0#Ϻ-_epHN>Wq}o~#4h}``lF''S(k 2^`#m{Y/ۧںXvZA:@pV՘# ߺߦ8sʙpA #KinӼ%ljJ?#<,Oqq8-AV[jݕf'襞]'e+R ^EI9bl*YkGCzSA4mݦͱKF|sqgĮϵ[bh2%?EV1}C*͸XiO~q 9DjDhaNE|5Ma,"7DC AF׉Uӳ]<9 kg׭b3lkeh7x Ff0cj/x_Y\S6@QBe")$TcPd .NBkMC·aCY3PePq6i9{G|'=+n3xخpbhOEG{UpTj#cT$Fz)kVCLn>z3@[ڨ-ZBlt6YF~ZTFw#<Պ=[='cg{n6GԬ(,3W&0>Gsi W,MvS!ϼI/죙a{Eݚ`@2c d(gHKY9z"uZgZJuL\{fAYy4(tb{ ҏ8T\@k=K.3h˭?Sth$!e䷹k23\tXj,]*NM[:![զC];S2➵UȊnBwbqcʀqCWS̖nIWVo1h(4Y4ԯ,I7A7||$DkK BX@V'Ayش='^.Ts&E $,=r 2 Q!l(} Z03A[Io PkHbBလFtczZY3VGruYĂ,Չ˸#_P2(۬{"ҭ2kEwun,*ꞥ[榱9'd4:UZLbIUu%dDxsWx@¨e-V;}rjnDQ3P? !m]YR'S)m. %xG/>Fқwim}RM ~g@B&j㩵Z&sgٚi?)iy"[[oL/\m`q cN)|zB90 MSjC~JG^XXczB()iQ1xYh47n-&,ﱒ TyJZ$:TGHEcY FT,|UE\wq ޲K}ܶEIfWR^+iqz/_*НҔ;ȬrpGuD$>=Ba X =*8d]G3'?ח}(L05YbJ.wt"=j#6ɿay ۚ5[+g>qCy ˣ|nn靋T!?7ŗlӍ6Ue% nE ߐ1D8G+В\g~jݗLi|ǫ |.㿤Ɠeyj$aU;Q]@x9h=EFx&@a][WV2sEn`UrKr3($զV97:uB$C3sm =a3SoU Iymҽb[x_pFqHimUPk*ިkakp f\CJu7~5b/~UM7] ˨gcP 2 [j&.B9{f̙KIiǓdL5ކmhG?I9 kT*pCV AD 28J3ħdž[';jҧyo?ĞOQ=Z+=1^;Eo˓˸.pВ~XO7N=CBy'R: yY2( x۰KFy}0sb"9U j)m~,P;LZ Ho:t|avw'xtHh#zbphVݜKQXw]`,MXj#Hb0jn(|_53iֿ:rrL$z2[;YIvᝋdAan;nڰɿQ)Ix*LUA֭d֋wa V!O Z~g1G1'Pj=3:ęj΍?m ssgg듴,@P5kle{Sn~):c|b 7 /+o};wث{܅ Fvxe08Y)c37zkck2̭$#4m(:HVSG'nWj Kʋ.?!¹=KvU\Mt> ,7JXk1y)s7+e[iZ7CܰуH~;bL1x[ue9~0!IX66{ D'zXJ7p+^V h.M*R&4@%Q J&$yȯXQT۫U<ӿ;NS>cv0bS# ": )+WebpT\5$FSmI_J& kDcD\b@xΰJG-`%xF ҮJ ##G2p VQYzC2xNJX-VH|?HP+BF6¡w7`eaIU)'bpVCv#䮡V%j<\O#35-'V~q9?oK3u[8M3^PHCë{n77鉐QIB 5y-@ fV 7i$'b5E^YrPcBxa/0<v/|m92Ю{C<4"&ԾxD"Y$N:JN7svP\% c*^hV[Vس#Η;tH>_ꊏ"U<5!v02n W_,񚲚tN|%j=/~ٮH/ s+(aV,e,"S<(Qc)7OS5"Po0}k}5PV6ldقC*e>?1G[hwn(.nDc] Yy|\ 2>ƨ#™㲔Ja@p-})W[=ZB /&1\;r{$Y\d|}OE[@¼4af* e Q|.ƹrK-Ukg!84mqMdr.JCR뽧rVx kimǖ G+}g-X+Ģhe,xfǟ'%0 Bi{ߑAN#?F8yksKaE!GlNW716) ~HY7N~B2jSa!C[n`UA0ˤ IvU9' K\qz @kD֜Ft.)i: ܸ\O䙱^ޅTǠF* rPP̬$U\z 3rQV!z|'P@ Vy[lwðW %}8]8hWPhJ]X􌌫(uTMgVl̊^Q`yup^Ërzce=M6B%~E\?ZWٲ*i1ow5`ZYR 8df-vlRzu94݄YqA!_Z䧈5>VCrYQ(AkUV^'BhC0YN?C؟1H(Xf];Y"oNij82SIYV˶[s '(Nz\G *OϦ%$HCG\g|\7 m<[u(d@P60].nx*2@-5%NjE=2inQ&>;]sKYP-B9sL;*U9I#{2\AIkiAʏ@F]C|+GPEϓݞ{r[$ۤH(Ҁ_59~O)bfLHw~ə;_pu_xRl⏱f,mѺȀx1nu>]i\F~y _! 2vܿ#lT:*_gMńA&@G\H.9Bâ͞kp3 Rl8H=)wʾ_ ӽV6́(vGkUsc{ AL&~^2  WhsY.]+e((.1ە>3eҦ"hիhA&G.&b,:O- ǃ Jv~ (<׾-i Uv++%̝ld{w,<  ٪OTh p(? Zη}˰{ۦ1T>rwL;S$Jzxo|Mϯ, Qe Fs5n2Sx[㉟R:nAF U-R+Wպ՗J$g.[s/T"Hw5HO֮ u`nt9(,MLڬa0g0Cu?Z.l4Cĺø1d3۸DůOH ɑql9T?_M"1f8rl$ɐHج(HdpiUWWv"JAhN?!)Leb{J# k&v4 srW 0D ̟5n,a"D%tWPnˋNnU >ˀс_#㙢J:4r̨ZY6F ḗKb8rjӓrì«>7p9yFamI)Upbiˢ&͉} $.UwXeN$C0|K@wZ~(;&KTZʜDRY^>{A ٙ,~`yu7ݿTu"n tJ+΀ hAA{9/ EҾdgHŽ;g꿓 ߁{(F>Y%.&& 6=! !gͪ5r T#(O)0onϩ~:aJlzMf?C]MǴ$]YU#!O|X+H 7IeY1L~e-xHCQ((L$|z$bpGrt(J6qMnE#N:Io5U}4{T b8ū4--Eb@[sK!yis@ PK6tmȁyfi7"5i0]ќ H^emGrgC;Ϗy #KJ_qę mnjhaNR/{Ol,[byNWnb A$MfsZ'ƹfnO7ZLKljSBdfyKY$"nsfTn7M>#ORZҥ(§03=ێ6Ġ qD%pj]U3 +J=E^)4Bh-^9=4QcN9;jeHOX rk1`{2j,{kV -ֺ,96榈qWFFБ.3wq ~R2f1[כ;UX5IDNG-(/UP ls[?9-pk(-܁<]?ȪY?bU:Ɋ$EFWQB?~o}l]Sw ? 5au5݌}H|\UW,3^ N0Kbb̆QRҬJdN)Pϔ‘T1UsM(ȩԤ&b) {Zg9!YIh2aLtiWe;*hqW;(&^ jOd`4&U7eA16oG4Hٍ:I[!aZjǖ͖0q=ip ѪaT( ~++۹iEMB _ {u`:׋(BXXtUX}j~ *IK<3I0g5Aoxܡ*Di]KseoWΗ82*WNK!b'e=+5b|Q鲙8260D]|&Fz*{K<xC % U*yY~3A&5{-C;7߲LzГO)-" >ޣ* >8xQZcN0 Ln_+K8I[;|C,j f3 xxw߳}jY+tbns1A`S/pP1lѰ& y'VؓNNԻ'gM̘8ݛCTmJVVKyiA|VÚ1ܮ;8,M{KqTo=׎-4|GEz `e,;QM5\FC$"x?꯺30NwfoQs2r)-r/-e2IGH/|pc/[~83Gj]2uŽ-jOzt`AN׻m'Σ |(H8`W,Y^Z槌Cd\PUVuD]`tl/۬M&?;L ވLۚUe "tGZ1B oW]P}09cq_gsǸ/$ IT$h^si1%Y_EP >OI֣C\K\ 380L:{R~fi2bHXp2=kmV׋4\]NgH1݌uܚ@@{k34B6CƤRga~ͮgfjTYc40Rr!-x;2"ۿzp NNr ̢7XXQ6&2w Yn1Y Np>pp[dtbڑĝSY4L#5v }7t!~rXW 3--J鮺mQoό#0"§*ѣ??߬ޝIZKTM-PgNh5zx Oҥ(35=&7Qz|䠕!ˑd35Q|=hV޽MG{h2Jw.#Đۊ nMMd @r=,<'ɌQPW3m)3F ټeQ}LY(ꀎm:.9QuTcf[h?_[ysOЫ&B\Tʼxh yx&H$i2)wPCs~|'瓢hK_A(Dgp--]'!v 8<مɟwZ'ހ!]Ē*`6^0mne1!-{Y;Q'oͱaOw#eW>vq^N$^=ܫnӸrfiP8<+?Gtݕ~x|:I0vuG LH0pFǦEN)^V0`ꕕw--M#Z/z5h[hϷ;4^a{2By@)Dt. 3pACʜMw'Ri2/ɱ[¯vJVq^sL~B2×Ѥũ*¥o76.0 *ewp#Uz1jdO;y>ӺVcAHifY8h'1_YNEppagnlx1%]n 4jwc{0<_:UO[; ѝm"bZ1&tf@}GkL> wr(ת>ΎD~7QUv&$@X䢬K$ t(Py\mItwͷa8=%ێNƄOwRwQՁ*mmB.x{ 4 @Z4g(| Qm qzSTq콁( 6X9ƷxOҖYa#S\(׷ܾᛆ6&9g䃧,tH~QE- ۬nK}/ =zO;mlg:ek;lQY fj-lfDŽ߼7H[slUGB@ɕےn2-ψVB;4p$2X}J NM\DCD6O +;i)#I/6Ƀd9l@7a.:蜖_ Xa $2 |'''uXz^RQ3 "ЯC87PzhhSg{( 0yPf7;$z% FD+ U$FJˊ?_~nKm+@;v,kFwE* XFpl}I.̊ dJe5)zKFו@2a];K#:T |m-x@ 9 T;i h}!4)1ȭlijpAJ&ZV4 <\shaw&AH0'U/+~zhp&Uev/OB^PE TIHbM0'/ه&X$̛pGi |*)H,;ZY=kq8?zpn |rzD^*}bGHt(`Md%u+ UPF?A˜ß D"+$D/HTIMŎJ@MW 1 { 7Ū;ՐS~쑎EL̷~Skkk%gg ,0p8=ӛ!\ 애_3bRy =Lhp}Ns 2*HF"gO@réPaV$T'ֹa9&i]q)s{0MW$k>MrBf Hu<$O0s`K@cIL oÚd"xZYפA+[1Z8cݏD9aR%%艛S{ T.VA~6% >WOUJAnEk` ARz@Y!6jܓۍo ;/ 7,")PrzV8pZR; Kq%8FE}-O/j&O!KeݘS`qכWdvJ p,2hrϾqKKZPBtނZݞ=qqfsl=Yp|q85ƨT-#H`' `'OS]YC7kw!mhEq>`*j*TG)ANfqUx =no3q TU"p Kg: Pk!y,Yi%Pa)2qHAInď ^ci& 7f3u1z:Z34vڷz|q aLiubF4w=rBIqp- > T~C~}U)Mp:\ U:76W sK1MiQ(l3{nIkѹ?Ÿ>/P|Vɏo#rPH(. Pvy֥Bݺ {9PU8ُj(D#y=fk/Ot5ZO^NaǦIDzcdk]#թѰJ0&!2]MزPn ~tx:h%ANm〙27K,LiqߖnBIDlL1/M$v4!Or>xR&iBThL7GK[Ur۽jv h{n0:^ StB5Pi)46C@"1 a tfr8jxXWS~d(K_t\DӅ1;\ι@?I6k9 !i&n~/)GwPqY5J2YpřNw諾wߖXlP/~UGYdP"&^K94dH, T: ׁR"XMTɓP wF@7{H4W z*|__J=2wȌTO@JeKO }c*ljj97LJ甕L1gVǶjLl_;|beۋJkity95y{ؾ<1:ӹE^]q?ݏ m w؞o{>,Y6~2"&6R mVA,bn?aT+vP7)\5 p7牆C u!h#DXiPw hթv Ze?>Fh+ᧉCH-\MvC¶v7]/`2նKjBG3qp7/̤ &HB썭+GkJ*-}%Yc%0U᥸TJy7j<2# ݠ !N7YKP^~͋~ ci=`#JY 3vXrΒŦ֫0Zi$O74SiCحTjqo@_p+=R2ٌа-n{sx==Q^Sⴀy'rۗ7+HE˘\"NRͼSfqrMe ǩf/+ImG1V"3GC.fPVz&H~ܯŦdOPpf!T3W*P+A]Tl6˼_CY$h2^Y Z%DOpоɑϋ?XQ5A%F}ƗG[^+-Dž fx=b˪ D &aVP XE:5֎Th3BTZAIM;(tN֡LyBg F\na{Y?٣t`T.0y|eN}L>a/|Gu'b}J|/xdfMK[FuR<Hx+SAg )z6}F=t/.VAo'J߄b}> 9$X/Z2#9yq0;@'Q0V \-K.*w37'(.HD"8MA6@PYv.e.|{ :)?O%Q}.Rmdh1S$jY'nc/żfo.yml$3>s JQ cT]2տl;2g`k3VSMܫj{7I,70͛|Ph{Ȥ[ꑕ_JV~yQ==_5&,&!5)oeүG:9%-xdLcB&t"P2? ^B60qNZd9P A֦s3݊Π̎YV"KQ2s9mgMpިmqb05)WJ٢q#MKIq6xUI=׵nUySI7J,c0`3 au$7 `&E >GaAPNߵ-!#wSqD^o^poT1!_ >7\C8 W69~yv Im0&k#Y ^Kdd b.(0Y9^juڐ4Ev7k1Z>C&Asggz $=Ɛx)zAnJA?ld,̖P9W!>S{9gc6aDa(3™j-V4@ڴYb5gS @NX@,ypgWks46>1>FR+GzFĘ(;JgK5,}@lHU%-ŽX^dr<Ͽ+hAj lcϿ!w+?A͘Q4cc4ꦎ-j?qsQ!pM^ 7;K>8ra;-!%x J5i:'ZJ'JKcRWq9&Q~B#srcwh#ƽ*z^&I3CS'8r҅x(eQ3'(l-:&dݢEH8jSP{gV,|4FaK,di'ݼ6ݰhr>6KcT? F y(DgYI3sQ'΁Ec(,x%$p7U.x]=ES/Ʉgfa?>M:{sXPd=5dw5~DAs 8t%P񼴥>%|RBv@o[J.K;vA=2-u*IކпF|Dd !FY@}eAEy}^!)[9SBvc 3qs}L 8rfçE_WYn{_s[o ĕwհ NF,|z,n i̮a{Melp].D *_Fo `_W_;p]({FۋhpA8'sbk:daFA9&Q5}T#eD+f(&h֌lR 32b?g>kQLzQ<0+dcRU N93nbj=ڶo6rI'BcG03!m8fu3X qΞ&N UJ{RQrʼnUf7k傲w .PB? @(2OkمpKp9[$"rZnE:ԟ$n´sƻ={n=ۗ$8ߓY å l9>s\LQ2*KT'| QNZkŖܩH]$B 'KۓZ2(:Je%#̏\tզUjEp_-V\&s!4w,GNqo,OꥠМJAUBW|۴wFםXifvPοiua$qſ_\@<[H9 Ew;|`d} nH\lA ~pa&OKk˟_ ȋR<I2șDŽfn˟X[3SAvN-JQHj2<#O"06[Qe`G)p4.G~ݥ)Kc;mtҽc8F2ޠՔZG| x^#WWBIr ^i ?",͇ u,ҋbP ϣ>g9!cLieo[Y]Uzhc E:*UC=prn\٧y*UEpS5d-Uq(O$_sDg ܯN΢睨*L؛}PSϢf kc 5Tr~#'E{ެ [9cf>TS-Su8c`-X4+\3CH"|s9^͉:q5v\1GRJqmLie ˥RQ]D:2M#"Ǐܒ䋛~E|]b^ 59ludr(%osM30dFk"3fE\h ղϒWF.ãK u4/bP=6}:jGHeB&` 9~JUaB rE+O0=fZw출z%QRh@sX( fi2_"ihM&U) 0c:K}iyJåe:&?<{}QdzECdDFӉe} 6VNEI@ǥLպ %io'6ws8-%`s-,.A-댷Xܥ ݥO2i|[_JÝQDgmo#i h;c0t 3b>>EBLD~.5uO'KZZ˜+w!TG͂׶nu^{%p?[#ڔN LYe|u@<l1aˉ(,O3wc/*&F 'VRQ^Q (yko˿Ϯ%AhavQnrdnndxxMQA#uU|؝W8}~"@4R2@4@|Wm rأ(Q͊[w@u_C5[/Ʀ傭cmmܦ9V.jdfϣ!,1ko[f-A6N`R4J.;"EggڦT*}B NvyC\cAi݄4R36u&Ah9 ;Jr %S|bԆ|(Y,H8qL!zu(ĭdn.vmj(+#F_Lcx;~͵9/#! Sz/ȱC۩C vNzXD"K")@>A[)\sðgbƞ&\ f:ZdMϣOz~t\nd{9몓(8Cj"coZ_Y] BVg#Z!Kk\µs|'DʘE2N$쌋 ((%#|'&4w-SPF[v#pq/nSap 8ׇ! (s|68^e^kű)PĖ=5yp-<SRI;?ؖ6gc-X={bsEgĵ|T}l-U%XJ}Yj+عn1E$Eb9v6)KU ͟³ מf SSSf% yE鍲1ovN&ZLՄd@ZJJz~r-FmߊWW&& -Vws6\եO5:ԗdW eGd*f/BY{EZZΑ"Œ w'1FӖ1&. l4Bs *%}Pl.܏-XIgUu9Hɿ,jR\R{ӈ r %KcJ+ ߟNvG*t@VY^Ȥ"Ncl/.Ư,bCLE>xr<6RDIW|ul2HGRWbC)yjIgn3b[F"Mk7L#!: ;aMˍjDE 5%+弃qϱRt-> X(LY|#.3,G51t8eW`iٲ/L:vK5\gx=ZJ-^k4X𪋆CfV@VbO`SR.KAօl ݭnxh&e6@'rDz`-srkN@q_?46U=L*aވã\1e-G"hjLq:_d!' u*Hl-p~hU 袺P`( 65;49 1: EUԻ]Z=o#IHt(XPu'`u8h/eLr4qtw7/1S< tR!sm7n6& o"fkҐEf}GAQ%iMbmq?;ff$ 1cN ]i66;X<ZpgtD6fGA>Ƃ('z\EupTX -O<|Z[te[Y>[9n֊ͭP >;' m'w̓d7ЌSI=po(~`| pj*FNs|M9oI$̤ѕP6}p앖\ <mٌL]8Av[E- x^~i+#RdZc1H.) .Lbѳsj "^D$]}1 1+cr2ROڀe I”}<F US}ۖcE}%d<ٕȦ{ae&N*vQl2d J N!ڐFZ4,rY+K9EDTdW&@?jDJYTÒV@ݖdUS6 I|^kp1@M4|e1bzA)D3%G(&J1fKcҧJi;|8fޙfV'2Ƥ"M/h.JM&|6}DNsFG:=z"H=:EˆG}jYXewi4Qj}#6@Jp$25d6z4#βhz>2WE{R2FP煟5ŝ&nˎJ䝺bV@rDN@spIa%Q ڽcT`k_;SZ%tr)JKV_ HB3M)_o%v$1|{^91|P*atP,BS@#u/1сl" P;!)w͎[,ն~[[-L$ְes 4+GOX4('YNͫ}HAoIiGfC' =֌soڈ}@ۻeatBHHB؄^ym٨*!MSjeƪ2)]B G4)v;fғ@ӝCht_ux|X34ASR2ݨzh˿hx82Q).^F;̽*k=O5S,ѕa.t}w";lvw~O@0ʤ.jCIiMM~ PF:}Ɓ '@Y)Erv/Eյߘ*xo! e,Z9,q:tRb@7Mo-s3W<'MYfwϔs @ю1l5ɚ]$]c{§htS\k1s =dBfA??}yN4R.IXzM5R:+2jCoxf:ɩ:7 j+'11BV![:V9Vc5-H9p!v --mŽO& =qb8y2?_N؜ɼ%t quU%]mYK-SD(.2;(5^qPrO~v藢PLo:V3EL=s#cI A3֕WR/z|u_= )8T$=kqCwAYRiaj];)dU.b_CzgfX9U'{7NgOu1U Q cvv7!q,'5@%U`4 v=˖q|s$z)\d&QvvSqish -Nevľ-PݬKK  *0 +_O'&ޢ|.jm?>W»a鹒Ǯ=e!^-\躄Q,֋]%a mG4[ceo2aAi/1RQak*g&בZ1 XTNCF`3 R2XAR“ֲX2b^U:QS 0Fզ}yFp#g]æ_]Fq 86pv -s $L.T kҧݥf˜s.AsH5ְ?F7Yh6RZZlL7% ISiYwU^H`!.Gme0(1z(I@x`R9_RWcm%ϙbzv5{,\Y9$|u5@NN/DO M)PfxGPV%Pc[>a;9Zj ]by|Qs`Ql%_J,X)s/HA[N7yYX zK2<L])̻]ϑWJ2U'o{\ Erb=:+/G[ x%80[Ð;+?q G—'.䩵i_NF-V:A;!o(ꀀ~@)/F$bGcl)YxI i w_b\1D:I$fH%87>sMH ƨƱ"?`hS$L}[=+J^1$ {/k%"h'Vl z-⫗;uB,v"\ÈHm^`m+ڽs3{WD?i] ˿~0Qj<ޑg2Y0:c[J :Wyy".1 J"÷ vS] .a5(K װ]Ԁ<Wˈut 4A[Ӯ!YKYeP@xk;afd!M8{>Ѫ=YS潹oB?N[T&7JFW)?sVw-r ֔FO;HWndhK0XseSe߶ze*q^>VP{L}@7&zPНĬޟWY+_*݅, ~UnBqf&} ?JD(Z@2d3T|UBHtwkqm*pVKC.l!Pm^- wI -4`;E{h_Y T9&HMyU &ڃtޙ23o?LeS6L\&]5rqO@l&>!Bs,R"y*!ŌI87ڕ 8^?O;O38mE%aZ>_lWff5I'󛋸lg&.P<.[eS%O_B,<~ʮ'{]W*qSrUư(W_Fu7y5- swrnodȂ^/A*ʵ Ub*p}̃\^yzlD5DВbٹø%sTsݴHTe֣)1fөhqytwՑDvyu޺OywUʎߵN&$ >sfVBWb4)h|A O<*g!Y 0 )T/;h'Pg9 ȯ rGuB] ۴=?bMS6F'#!!rI%5c:Ad;Yl BvP%}!uw @1 &n.CZ8~iK9 #q:GK@Jy c  gC2MJVJ7̣nG;‹4=wk0&w+,՛ɡ(ff@U/| ?K.R6Ru:IyfDX+%GwpCJ9CsG\vgHcf6`1ioB^eŰ#|5nZ MA23zmtNxV3 AqJ WKb™H`#0rerkM9) ;^-e?׋nKm`\ `\ف)䵥2FpZsK-@+Θϥ6] ؘ:mseQo(V"EB+ӂ:X׀Tݛb^WePQsn|rynVUPךe wn:i1L~7>?[8>n|@;c# ܗCeq@L*4H*xhmsYU꫊`S{F)y9@5%ﲩ=S\6\UCiVp,DjDŽ:VoHmUˆS|WNVy\%2gUFJ _D]#%fz_CXx{*>-V韬<1ɚq\+Ie™Zv deTkE/)13M!xO`֘o}"|n\'wsc*|1Z@'#f, k0'{DIOཹi^Kred¾5 z! WRQ F8@&jiEC!ϗUZrҟ L;ET[$eܲ!)frOe77Ps#_dSO\Ti*yEVe(ܷmd]U EfeՕq=&@CBPr'#i°ՆRStՅuWqIh)J2jTBVj]C){Of%L vz )x#;QQ4V?XSG0Lɹ!Uw΀W55 мTļ`Bg0z_=QB{P1[2{Au nT<;ѳ"vCeH"*^Pc޸17mr/'/j{v8Vy5[z$AzWL6*\v7݈ ߬xUdCҫlP/^?OF%I hy&::1+ʭҥQ>J;1N9b(SjݫŗPߑd/@Uǝ!Y 3uGA;6|+)Vx,4Ntݵ 4\n;pr&v;:z(Yj >AVsA?WBk( $ s_%BFT+&VC(߾A$+sF u>d n= =JVk:QK7"Qо͠" l^l> 1{.%Xj~RzA IA%?ДJ^\sY\-߶7j}DՄgwűi;3@P,8 e&Z` &e﬚?*Cd{Mh[^Zn`>uzmgf7HeFctLU!ң `Ԁn4*s<^"veй9eVW,Oa/C9>0^fm{i]^[EDbYr(<5w 6&ǢtQ쥺U-yU)Ez@`P,4skDDwtPpHRDQJ]0Pev8R1oD_-{{vZO0rD0n1v$pL%/&՘L>MóꋭgDi, $:/)LZR$iˑr〿@(mmHّ^;&G+@,K`,cn!YtX( 0'W@0O91&`vU rxPY}X5?`;]3_ ~w^JH 0D3B*f39U1hCpFrBYb^n*9/fU()2Ǣ^)9;7^A CG^PF{+^iT5EJI$0BCdCL8/Ŗ'c~zT%i [HY Mޛ+>2ct^XHF?4MF"B~zadLur]!MpJdB<ڗJ?/XyXAAy-kյ?VJ AL:On!Ķ!֕]tv({ie:#Im:$ڣmĨ]qP: |r[ 4yÌi 9 T0&PޔVI&ک| z=7`K.i;-?:ӣ?9&B%I6M'YnOވ1Wԑ'%XzhdYϚHC3ۺ]% ͮus5 3+L=RHxaFlrtz@QiЯ4aEz59gkSmOȵoAdA(фjZ>1vCxZ,R\P|4:I#fb2rx(?93a+ s'Pl!5C>ז[\ĸ2^ F/Da_*8Mvpcɯ;QAG8[>l'.Pn{*Լ2L!O:W8ա(/Cޫ1.ENԭn.;R(kF\f~Y)_s3YCt,|,W_. qƷbdP^څ2]Az 6t%`B MP08 X4ԋ(<#8H7$[u j 히LnyFJ.Dƀ?&:!Rgƹf_X;OX=޷[uQk2V$`k~wEhysΛZ}]i&scՄh)k3v01o}^I>-+h:ot(3z*;OOhrd@pyy25`?˷J*1$p10a`)~yLNpkb|x@eϗ,PtrP^ o)xѰ{!/O݃ $k]C)KQXL "Ʃ Ff!j!hz?cfJȄwЪ:N e֪wF+Lae/d?QeP3Ϟv]vcl DynqE`O [(1"3A(W=ûp) ݽis!Ö! N=!TώR ˉA߲i%C3L /N#pFc2&)֒'O0[g_ȓ$x OGHE0{Jϻ0DžeҾ- ;Y~,n@WpmϟYMQs~SB2Z xF1}f /G/Q/Q>#)%QcU4w*bR̄ }¨* T aDJzņ(YGO~Y&:i;`l ~\$]SYԲ`r%ԺAL4d,['~= ވ٨E 1c0H8s:.nJ0}򞓴8Ĭw / '`Bu =uhg炤SCZcV3g͉ R>YTzDmxG5ܤﯻz0T_DH[KG&XnYL\vj>*L ܲ+i2HRIIw ~W-$ =a&+gR1$¢zݔXl78o+JpW[^b nacv!4)2E ~~/** e$]]&k@(#}3J(LS:؋A](q^q :q[X_ou~ .w]mR!Dh9KL$i"tjg,0D4 SR}1*R,2*cˤN쁈uսĆS_gD 9!ijN=!IWTDgψ2=LZDRn\M#~9}z2:anHr󝲇ukh1]K#U?$+1?;=\BbƷ#` tLP3V43m}8ij\z("?]t7ĮLQs]0`m`j)NlI$#74W*6?m|Wu62f"X1'_,5=t8Ʊ\52twQ۬L,,ofڝe7:D%QEHv4?xhNZ#^} W ]*)ydqu/їkf\fJ خ8O>ʄ15pHj8R in -D;7Nhh#Ǒڲ6nArU⺍-ɕ}! _zEanym  chDD5-x=gh\肣aYrD?b{6P˘@l/Zlm){f3%|II✎zY Gy7ޕ9[L) oZkux;rcfj3,&PIOIọ=L?`.$ .%Dgd@J/`Te x8=R FL]+|T(ij%g[*K:txӠv_N*2̼f7c,}K HϽ+4o S̹7if(D͐o5|!?%?FD\ʟE!W 0 s }p'&ɮę.ĹZTC?98䒩TuT>yUWԛu $!l%D_gtFfK,W5 z pi.yspQvgP^!p7!,T^}Ȁ<ߖ;v6S ߘ-v;`*/0Nb6 l#^I7J<4R>nկC "Z="uvtnư&ۜ@獕 bA}TV5<ҕH?r )!8_![ZBvƈX={,U 62x{: C]E^H$P6HpP}trX=dӵCR!e!kٸ#"]{`3+͟M]V dan|w{􉻨޲~J;nn B ?a|JCNi%sJ+4JǾI>jZ& c@%7)5:VѺJ3{u&lJ 6`;# P^t#L|_ۦ%Bt(jB@(U2;prt|)gj܄.`LB !bZmQ2]1X<r \MVf +ڈp5jh`):{OKfzEɥi̛Ba@<V o#kr>ocq J1[|Nш*V!a,g.~i+3]d9߼ۈ&b ~GPMO7J`vpަʾWQ{#Q5YUK5zԐNZRS(1Mdx2!vw^ 6Ua\çWfK^p[`p:qxv_d P01A\5p(L_'~qO&F7*E:sb8uH`.T]bzq͕& s=7V # ЬŸ Lk?|HbwT3J lQӲ>eVxgtP-p,˝25Z !#\6tJ6b(S@- )z b{HB?k^-TC1L5S fa]5Y_.PNac0@E$h iʱ@З7+L>=3=S\>Y0UyX[7̗v 8Z^+G=-NR'gjSȒ:PI o׫p`(B )p3$P@ދyg|%jtZ/Jl3;/&3Deyh٠&H6 ytcg @oac-1!W_[2%ۻ5;YIj_s>Kt) +Ke+B&Ci䞀uR1M w Wjꘈ[Tq4\>؂vWjQv~`}D9A[s)M웣)Yw}0PؿDA&/gN{r#3ǻ,yIm}Tji&{ 9=ӶnsvE%)Y<KC Tu5<97>^ܬ/zOyL#-́r!s51Xg|>d%̸%R]@ DVȕ[;DfKд*Cۭ-Ɨ$8m7AN#2bn'YDi(^uCp) ~Ǽ2I z<3qVzjP.W\M=Oţ̾U\gE7SU;GtX=8@@+ Y@ܙ5L +Q, S&oEK2n^@xQ xBa3^rZ&*wZmc s=M!"vܳg+p%Щt=ϴ#5z_oL/GarLAaa$-chDup) y`[2(mbeͩ)Tۻ!`J%%{- zޞ0uMw lc5F'ܹSD{7>mU+bޑ#D#[ψ`rޮ9<q@'1%5,V_E+%z lro4WO\#E|0syB+QH"Pr=Z*ʨ]'!Uj7@,v-WYzF 6[OV9lh-Ioۗ(?Rc+}ThUC#һ&:#WgѰVYGm|V|val +\'Dϫ( _!N*$$4r' b}puqRzϸ,;Z p/e=H|qy]^SA{_bWaOR5ڪr]O+3K n.a  zQǧ i!c):Z TUcBP&~͉zan>iQqٿ~O+;NU|o[PF/~*QO}MXԄ׺έcg|RlwG( ]co WO)$͆)_ ›+Wx\Lإ:Z7bpml7ͯI64`bpb8_,jxNJ$q/XMEH]gҶD:BYW-p;v]B[zz[w#f笉hm 4I(}鎅znۣz5tr TYm .5ȳ~ 9V4b` s?扦)زi9 M,8= =R*pvз׊>!׵ MyRnRMkҝHNtlcSNU8{U{Vd_&6R&11(JO4  R.tMkMԍOtg~`iizTW되L Ww#+@k:qYڠ&x8pKG Xۣk ,5߹a^FpN?u |j?Sc=p^h ?IJ%ģJpD65&g@jkY?;Y5udi%璎| b`*ERJtCuP6{CtB!'?:%$U&; u]oK.̞%&ԳvJ ޏ588yM!_ asz۰(gHk1tq{93M5 %9}=Xθ5`U Sgږ̼BA'׋μ[H2^l'dO0RT:A8㋹p֮ Y߀/zLEB>q\0-Sw}v}f#AU{0ݞ&EՍ;M}-T/+^Νz5}<2h0%jӊq6R7U:bG :11xth翶w\q6 J"MPP:g J4|4Z׭ TϙǂL퍅S*hǃ Sj.=##V&J"Z5PWk}=h`c|&sRl3 8 (IE,uֶeɬGf,unyVawq\>W UҨ=9.q$+R,X"|$eer_iE,Fos%|Lw黇R[iR@ ХzAQ ܿӣ:M/y5 M9d9w;nbxshs)IbWjAy124s BI2}He%ۑo+h]?pczi^(ngI}ZGMb*K^|HlaIQ";B[(/f(\4C@}S?+M,}L`tD}*=!te06AZ4'v.2E$*H7'48E],94$w!^IyM/D鍻9K{,blدQŀ_yS}t~ש|`56^) ee ŖΏE%'g(,M3V'zVd54P_>f \'+r_`p߬Icd0Άm[RV JԜwUaCё_Tp"LǩΙ=G nL7AMy]I->IEL;] B-K؊k{vɘ=˾&bP"_b>pv6훉63TVMIΓ,uz|HG+H؊wq< | %U?F=1Z^|32M3 =bkL ix/CMVQ̝=d3D.Ag,e0 eCs^:#hY}z)MYcg?n $Q`Z#@ɑზt RF_ܶ,V ]/\79:J2 2DڲsqDi&ݡB VɶND94~bȒK =0&v(*S =Cw;x+*T܂IvLLz ɉ$%Zٿy@mt>kDw1>o2=rS"w=U߽.ݤ%`Λ.]].9KeFl=o1*]4kRczAٰIPhƽ[5N.]$l {D(GM`O /̙VK Q;$R*jpkU"5r+^)l|PYb8/05S6 d4א0yM1D$^U&H*LXv[&!Krz$mۍНuOE8E~hsļ4{1 o Lara?~bva_Icp.(qƂmbpldviطsp6BIF(!Bies>*_oy/'Fľ~va{@Cψyģ\6vI:Z R4x.eԭ-:0=~ }߀R״~a+{rӻ hg]#M"$8cH{ML ET$ ?%n8bf:0B _k+'϶߳N$<AKiZ.j+Psv`9F&{3p)-_2k{;KY@["b >e4=1>f8ѓ0NB20IA`zaWG\t뜀`#,ǦBnSu|k%|{tuH{L땿@21j_ ala֚s_NM3MUY>jW°OD:p2MG)@uY vݻǷasBZE9EMH˞FW rw=8Γ1\9Ļ6|63[6m>$q!ƷJu&,moe7v _'omp2ר=)KӘ}5XSir9іocNmA=&\w| WcRQ}r,-,LeXʳwӷJPjYɞ` /" ?B0%47+avh" *gM+na!Ĺgk9ql514+~t&Ԇm/&A1H<JLֽFocE"-34PxxhWt.7fAeXx5Əw/ 1Ȼr!c՚s˒ /nY_+ִDC5HM.L-Ar~(XAR2PٕLבY8{F[k旚o7P4ޭJbBxFB(8OpmX| a|J#dLej|f6xZ!{Z%#ФՅYܚW"P[M:lIu\5 EFDyOec4{ǻ;5wxdWns4/醷.:r.NU:!Tk6s }o:[?g+ )M MkƐw;<~ 1Pgh,NXZ;[&2_%M ?wйrE'k##(k*u瑔UJ /`>}mh|{qqXLӠy;/M?2)ч WCkB,nR^a4 b٤@~P$dǥ5&X$~E6m.,R5 LCZ&BjnX쬦W!\YJB݌b~ҕÏ|7n,LDG+ֱfיCNڋp *wEt9!y9EeM${\c`h@Hh ,=Z_g,:֒|t$b/lv,]}Nd1'i"յt.]\S^mi97ǘug,QWקy5D48aڭ\6,1qVek<<؛r3&fjM5f$Βa9ɼӝFy0e_c6t%w%\Kxّ[=I D( F"_9ݻVUMZZ_ƁT"*!.ϧmdm$sׅ&:(XI'g)P@ k,_@!|^e.\'"*o E]AGC1D*8],8rUϾ^!R}VvsSխyoRf.|HPiCq 04|?,\ ^KDv#N1&O w3jVpx^/p!_o~0w_IƯP#VCb\ U5I "Ҡ< -޴)Xm>q }!G?:pȞFgቆ2Kz҆UT5#Qj{tad; N*0NTIP P//¡Pg^a@'c(ol\均UߕCos=kI''LB:Cj Yܭn~ wUW` % '|C@>{h9X^=L csFTqូ"uIzۭ3sxjɺ_QS|6V;3ɔ(kvtZ۬hO&̉.e@JyGw:&}dInm&_ 5#r#Qd d3gܜ'V،Î1ЖƠRw1m%ٙȔ{<9}NN/Dzk6w:,Ӭ$GfVٹ-L68A2h=Y=m#dLS z|~+3L" ]I$F'=~ =]FŖghC-VmZǰ# !\SzE^1tgnb܃IZ@nsPSE%P7MK`Qc#hʺ 㚵U+$)ZiCdлkmvY ~ز>Uqlq/dz-e텝qQzw1a7|[21AtQϸxMseAؘDݒW٪jo#px*wN?UO2RIkbMkgH]m ,\0-,Q&yFwОs'?0x jǩţ(D1ST۸V{9ňa49U4oYjfU^O>M{o=}{+ʡ31H#DyM#:b$О>BҸ0Kʷ|B?N`] vru `!zv]N"+wNvrW# tBK, 1Q,Pch )O':8U+YBT2icɍXkAWzyK9JbRR6͜SWj @ # Ry↪3vwe{?>2=CЏ@Uɨ  *lƪ 5 K̲N*bj:$#<8ҥ!S %h K)m"/YCf%;YAI݅,}dq3AOﴊ=+;s#-W1By(\}l?KU>6彯 ziTɤ4fW^dX 3;496Aka4wc_c@, >2 d" TvrZx[ZGԿ+UGr$Ӫ]cbV,]~d\cٟlb$ok4(sKaa{jבye/UփUȶ8OjbsvM#T0Һ\+DNW5Yzqd@,(xPoG2k:`[{j\^$^]\MF9?k?2(FYpx H#ӧǻ74ijwYA[ZhE1b~qLc!JA:t0S>S%piȸM)ʙ Kk>-/߮U…X_-T&!#1㺳,EPgON}Vp|%7D/@b6neTEU4PHpK Zƻ$/}r /:=0m,/ArGp3;0~+ >L'(k(g^Zs@Ry'DTP8jhzQc\Vg"[MaQ6l!: 9> ֌΀}7Ż #mv!zAyC ^I:-€ fPbj[Dzג=1b$<C@>S+-ŽhZ Dv{g぀ L˦snb0YI~:+~Vv3 CkjΗ(ODEYg4]\[aw+$9`Mp~p5 ֮Z4\k辴/oo =!/3W~.o{@_\g$X%% {TZ>yϦ@BXh>(}FgKۖ gQJlXLuNBéXdIrW,YOk&EUp)P,_,>$^0Gb+Vipe~|] DŽ}?bA429;MhD@p B 9"oR!8(ړ6v3㩗?y+ vĂ4A389Tyh8 ! mR`ƞM\|1@]VjQ`vRBq4~ ѿ4f6"Dn<*;B?kz;\^uev&y^ݼ,ы-\` kp)c̍,iy~A#w+i}"RBzjA9"m{_f.dO_R>,i/mS@QŊ;%2%j>&ۨPl3 *p~nLCe{cJ8Tr'ngje5㗤3Gu9[+FjS{ 7-r.e) X"o&(GrDE65a\E>BdhBgnaB-4\!d ynXx?ev}bh* @/,<\GPZv}ﬓ*=-}}~۶= &POD$T%5ijJ4˘i;#=U{]9=?E s"/s#2f#SȬ-P;%3b{ ne;^Zb>x;jaqRBM!R.aBa81: Ӑ끠Ȃt2h.c_PK%ߊB=n'5&wRS~B,'5N0RR_MhSDr}?(Icp(?<ig{gg*Wwu9Ǟh]$=i쫈d:Yoް *CNR>Pp{47XAHXHT؀*,o#NUJJcxv, jS8v¸mQOoPKP*{k%zDcضO< !xo "a5,/qUl7 @}{s< z+t r>ZVv kX1&8kfQjqf e =e4䇢zt`n=YZyg U~gHa\XyL,J.rR·xB̀+6Pv.,A.?Gd8[ևkw^n)j9ݜ362UO̔|YOYߤu/5fSDz厼Y8? 9ZT_INi YZ