libcairo-script-interpreter2-32bit-1.16.0-lp152.1.3 >  A ^弸/=„~i_an@˯{Kw]hLsjd!LݠǸ-.`ܬs+͌k0N;CI7}ĭwNKS^mZv$$.5b|ê"!!BI͆ \{>n`w|Ge h{#OSz$ڣ!lk OGM(YCX33y͇*C4\rMEmZX2@g.`7Oz+g ;||P=Q2N:ae71f5e57906c18407c7616c256cf234fe6916c26bba6fc6066e710233ee67623d6164e73e4757efb94aa1cd8575ef0e53b01f31p^弸/=„FNAlk!B|Oڼj[uKE`CH (A3;te) kHY`9vEx,K "FFkZ&KwJ?ɝs>w$!G*x/Svy@n06=$;l .7#JUdݷt&'%qyF՗GCEߤGq6lw.VeԾM!}zgYHI@=Mwt{NF[>DXF0x>p>b?bd%, 6 o  ;AHX` d h p   w(89$:b>^G^H^I^X^Y_\_,]_4^_~b_c`Fd`e`f`l`u`v`wa\xadyalaaaaClibcairo-script-interpreter2-32bit1.16.0lp152.1.3Vector 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.^cloud136.openSUSE Leap 15.2openSUSELGPL-2.1-or-later OR MPL-1.1https://bugs.opensuse.orgSystem/Librarieshttps://cairographics.org/linuxx86_64/sbin/ldconfig(.^^efe1b7d780e19ba55faa209b56330e63fef837a5b110b716b8e82eeaccbf4a5flibcairo-script-interpreter.so.2.11600.0rootrootrootrootcairo-1.16.0-lp152.1.3.src.rpmlibcairo-script-interpreter.so.2libcairo-script-interpreter2-32bitlibcairo-script-interpreter2-32bit(x86-32)@@@@@@@@@@@@@@@@    /bin/shlibc.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.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcairo.so.2libfontconfig.so.1libfreetype.so.6libm.so.6libm.so.6(GLIBC_2.0)libpthread.so.0libpthread.so.0(GLIBC_2.0)libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]o@[j@[R@[*AZ@ZJ@ZZZ7Z/YYI@YC@Y7X@XXXM?W^@WgW4VwVm]Vm]V7P@UW1@U"TTT>aBjørn Lie bjorn.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 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/sh1.16.0-lp152.1.31.16.0-lp152.1.3libcairo-script-interpreter.so.2libcairo-script-interpreter.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.opensuse.org/openSUSE:Leap:15.2/standard/41fce00d8462af363b556cecb2f796c8-cairocpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=983aeeab0c69fd6092a77a44c8cad8f91938e57f, strippedPRR RRRRRRRR RR R RR Rutf-8cb2e4ae756a1e67f963982c63f1f45cbb522986600c00c5d8cc1ed1f6635f1f1? 7zXZ !t/0w] cr$x#*ʺdRa(sPƉ&\YS]MA5M츠v:)[*Gs+ Bͽ:4enL*.FG뙬5" -XnOD{V-qЁKvģ3&r6=_(*‰I]p7# \A-?CW pV^)= K -(SkuE2~MEv*U`4m%cA$7#&PE f7ɽ.\[™ҧDC=m%Mq~{ K&G] |T HG5Hwϯ "ٜ }0Xo725#cdBsnlB^zb;5糯F{π\Ʃ{OqHqk| U~tvOS\)6ϟ*7,[X?@[TiHL(5GZI/ԟHScE=@jh 2<]";mXp)کo 'G66Y ; @,TCp7䘊Wr=PȂ2;n^?0lʽ Po/ ӽhȵW3d i u°à9֩=Kܛ0XνM kװdQ3 QKXzwhTfmmթ 7"1S9Jgz< Lnմsid4]}dDU;M(췜~y 3V>_EN@4{Ҽt ԺAA.AA74GP95T3k?*sr#ץAOIfx#sxҼ?:~'qT}R H\SŸps W_Uz]iF:0=qj6(v(5-1Ǫt\ˉ*֊Y9. i fCs2Z˒n:Εet[F@5r!Y׻{= U4\ Ks/DBc"!/F.0ϯ߼7$"}>e7ǃhς.f e58Q G$oeUN{ ʽ<@5У;c04I”dŅ (|a2\M,칎=KﱏMV:QwCID@5)ͼvFR81 YiʋpT OL<˓x, N}y +52,Ǔ\=Fu| tYQ/582Sn?ًJ.O[9]D[ʅ O3u S'wq؃p{72pVInC[PWQ5f iTb% |aaOe ~qЈGܴJ HQVgi cb$j265`yь-; XC7>"w GoHږ pwT쮘m;Ʊ!rzEy&; 3_'i=b+oDeі%B+x zGn3BQ'o*U6,_h-'`v%gFq84viGw["Pm=*q-.D1x^k5t -F!,_4n5_5t5{JyXz Pk`H{Jxu~F0 k SpZ*4b\5zޞy\h`z,-Yd5"D?8tժ] '`slcч D1Zj?[yg[surXؓL1,UjܖP<9_ʹ ̖Q)Q( hWXJ36(H+2oXu3 CPOr')NI;CjPE@-ӧQa^D:brAY-{48gEk)=d^T2 [vE&dUu" ׈3OF բ㒐Xj&G^8yvx:.Icd 6 ¸ pc[(-n #(5dI0^zdpbGfk dIȶu1Xl: ,wgE|̌cQu3LW.zOCfU"-loRQZ_nΒr-4\=4݀@1x I;z%1p{̥6q{UCy~P W {@|spf}eۑMZ|M -%.B i[Cyե Y͖қdr2g!0Y7z09eu64AT'b%Þ2g8{L h稨3m1"Rx4ޏ/4؄8ϩe., kٹu F^tL2q"aC'0#❳Qjj.BHbMbAaԡ8 AWӋFev8ݤ9RJ\9cZ d㙷lyZ"Yw,#F`OT57IPCk:("ŃJ > GC3rFQicygN-C\H KA#t4΁0bkrxK9QTV5m?A@|jGjh IcǣF{1G֑`OhmHbKo$L\Q`0)F{¹ d_Ds& EQ},Ϯ a+e&^TF)$ƎTl EU1qEqވNZIktN·q(c Ro}@}t&Zt $pd:8_D$GbC֘BVe azfLg)M[Դz\Qת~Y1Ji;7 OtKҾ1αɨ>a DvU{}lye*ўu)He\ҝ#)׹>1Sڹ 1xT2*Gf0([WѦGYú(>;SFpi͐/P.ZO_ir3pĖ)"~ز9!̤lYPx! ^UfeƷm>ObUEo \+au%օFw`Ok$8Qo)zV<C:օǟns | cڶ]@%nX aQo M$o8i(F{`틏gKB+Q LנP2Ɗ50YZozfN?>zV||2j=)i W(uC k_wԼ{wo3U@x&Ɣx,B+0&}@ֻh" fZR9:t jKszim1ɜOQV|lUbf+/@T8:>"$% O ƅVTFe Cf`*X ֵIV)sHuUf4C3 F+՟q؜EEcbMbΛgdh$6U Vrqm}"?P b1\ Qpr?#~j|㊳2.5jqPՇw&KcnX(JG% g;v YQ&_Ӳ˔bwtEcAgzfl.]~>GQbаePܜ>Ť)'b aDxa/͍Z/֚4NF<{Pw\e&60r;s-B Wiri>wӊI2Y:)Vm#Q)GpKuUdɏ=W]Ddž]fSң)gPm8\/DۃRZ/ʹ).vfTU 5sҮDy0@Uܸ&SlߧgaꬶWrł7wr^RƁKEO7DiL?vJ8@C r?R k~} F4BbX;T[a|@L }rR:1da#!ӆt.ȅB4ǟi޲z=T5$5˫׎ y Itư>+R77{OXX*I!UD8~ufn֏[OcL#s^{n Uh4vŝ`1{)cbbAHeJywUF/xSStbexJY%1{o\$m( [35ߢ>Y\4 #?ԵDnv0Ap,z}NxJa`K)`ZΧ:!F>LX/Q{OF2  gށۙPФ`?n-}6=w<!9|uYѓIԃ[f7i!uGU)\6t5ˡ@/jP+f$gUƒS)8z9rdVL$!Ar_t-SK|M䔷4MNL |gIq.`Kx]n#PNZKA=s퇢1-e*Hnynͦ.MBG%K) m;'ǼuN7!Fe ",u6뱲5P&t@H Xy7|z"@?+)?̊26/veTy|ׂR ^XںYq3qzֈ6%)gr:M(oŠ?@HG̺bvzP Cbٹmi tY^\xTen[]c 4pѮU~m V}Ʃʄ%i:*+zDa,iT" h'D27jQ;lŃ5c]U zUgds f"f=ڪj4*C{$-ӖܫކBa!t&w_8 .$\rq"BLAO ;`#Uc<ܢC DsҐIG]/ [(fD(N64L+L͹pe}*_ ZĔ4}ͼ+d A|]K TSe5 O䄠Y gC$>2+0}K͖+zE)MX`bA̱rg2CΨ u+4/FEL"" ;(S`و{;4 *`j Ϗ%"07iRg%X7!]_)0ʒ^17fS;w M1[?X]krVc~NEAO"j -"0h /\7uϘetӪR'*\fۀ~Gz_ $Fly s_CRs{e{hV!1Ytig/J%7hoY8,5&V+[r+aw֩>{-M$KYr&;t9R*;aJ&:d}h@є2xtu98";LZ sy$oW #8Aق^TQԘnPű ۍQSչT5-kjJ<"X,>mIyx8j^_Z@Anrz~ \0+`׿?8s/]rAֺaB.9f5L6w!1W^[ :~QGGn/q˄KSZNZH-/ko ZK+u7kl-H[>w lv/}1+287E޶rOўg[hUФtWQ t}T",T[㤡a~$ rBnp5oTa$d"`*,׿32T/eQ)‫D7%mha C.(tnHte*9Kl$(Sj_hoԥZQP`-GEa_c"pkӳ"DJPi*#\ V` V[wgޥ$'oN[+#l'a(ᆲt7"pQꮻY՛xmVE'ȖX5I}g`ߞAJ)R\nIQFQxbb^(hpgϯ1#qCZH^~M!x6\ANok"6IZH V欫(C0GՈ2CiVũۻ@`mlÄ.sb/Ӣg t1fSpp}l:O{=ZRvj=yNP0/,BlۛzNU>aUL1A:RN(6J$K|HꚊK`aB޺.qAoI(b4(!si G@oZH5O岴P+. 7+̝ 8_C?lO{YeX2!&KE3j2Kob_[ Л}Z7qԕ <6 ׿O4}Hk~n6j=_*@` ĎLEMe,1EDp3:<'+˵;UJŬW 4|kW w ǩƂQn 4{-_\ ֋zhaUL/\@4Cw|N(/-JrI/Ѱ؀G+Cw' t?a\|^IfA`ƌUoc^7>/8fT@Z:So`p62;(PSa_9>9;W[Wֿ[OM=2_3iQޯc"H/ 3u|FŧwwC@9nkU5u*ENڋ_v ;ku]R(1dT p?ue涡cG@o(JO)կg;*=H (&GJAO [*~q1 M=G=(=FA15VꃦSЄG7-2ۢ(wSrC^Ŝn$rS%FIkfKUU`i!ѩ,ѵWI'X7Cf~J%Ea=x-¸nʬz֋:2 ^gV\fڸcP%`O[pJ"7׳ؾ:Gvݬ+u*!lsLJ]W2 -ݙ(285 0wz[|f]fU;~NJBR.fhpvX31˺'Dp=hscʮdV[ԩ B"G~H(cJ 1^5.fg݈'(SxϏF~#Y{pVuxfTV3dUv.\FkiV'%g|v(i?zwRSw%7}52Y/Ԙ0lHhP0P,m'J[Lhƴ" uXy%1o/WY}]8;.E v=,xƟ!pp:W{J9(ђ=PI]/(ԲISK 2_x튕t0'Q40(~޵`F/9x\[MtE.α^H-`vb2HFm9BqdL_蝆Ecî}[z7tnF9n{OʷYijZv+oq9?o r\yK2e"6INrkEó|#3j d;$ }b]2> xjJ ;IYEI A_OrHb?- s%KϰV9(XvQha8@lQ"<#=X)t׺XUgADmI%.O# XGbPOpFO&8a04J5 >rV!j>[ LKx@%,wѐ49}z8?:V@..u*?u򴲛$#Bw~rM@O3rjSL{pP/qz:n!*7մ$Jm6{=r?'$e*_-5z)e krV8eóבz] mMMعłEiĶ2ռS  V^h4nZ8A"|uk 3¥oxF*LeU86![2e َG36XהK=IvdkZ@B# 6/[֗|oA[1 k1t)vOA+yVpGFPIʯ=1 9M|J >/bW/byf@λ3=lo =e'5F=eS~\bw+ ɦeM5AM ̤ͤoMM&_ka;#Sۦ?.גʄ6MC-S}%m<4`DF]4z#N/ "0P/ݡVz O9ȋ2Q* `sc,E啕JF1S4.Z-c-Z=H6Lj 0۠L:Qy_!GiXٽHߣxuhTYvX͐(%@ h]'L&bBiZÍ4l=jOGB-(\4UƘJh~TnQ9Sp'1˃'7NJa8aPi!jу2|? NX#7 "}Dp֚ 4 O< 3xAgC0MsaIlWºOmMTк,9WU{ﳯDdC5Gl(B6/eyM#THW:Kyd[}۩i?Q@ά먙w;2Įm[q*hͿb;fswjb<<.(6uzx.!Bw'w٨R)~$5"g,g?e&=&3c1|kk]մp^5_d G^pŷ۽⪔LfeA ;S^S莱/~ $>7z}wL=eZ_/ ,j7u퍀$)9@nF^-.O-T$b+T$)VMk D!_Ʉ`)~+ ADLBKq 5Bp<)d$4XQ +{$s`Nq)}%xA1/Kj{ny"ɆUk}=:'ګ0K⿠yWϘɑTNwJ{-d7$;D'eCӾ,5/=# pe=>7j.$wuK!c1;iWT4 Orfӈ0=3{cO^$Djhg BeL/}qN@ZYީoh K+NFXIb9sz/"[h>dخP]Rm|!o1GxS'5ZoK*\"͙RK)SG{15Ba'tVph:~Ba@W-z4/!TQa!nn=,.|dSWT#zJ! (U;) q~˱^UцB#@dӷs NuX pd 1uZO1*ר˚mQf@k[nߋ[E!Jv[p~yApd#F6M7ҸuT) Os !Ep;IaB&R4BJ^s0Drʁ: 9\$u^g 5~(냝2|):E/ۈ%O4]rp_%+|k}@Kݪjf7 \>" O|U;i~{ElFtf"8`8~JƝYƬKN\ׅ4RT~iyŪN# Dbj671-DuKχypFOwL \9>dd,7I?NPcK,ʩ-z;*ݦ#[&ti:XM ) -ʟUr&gj2Kʖ`ۡ_ {Wv'aǢ3Eg٫*bsHK~/Cs* j.9xm !F8}[YjУ(/%7=EjhZXh)GG-L.d874N}ju3 8TZ(ص:ՆrO!+!bǎO-)AT)nF݅71Z8W:NFRϮ'_cZ0,>Ju D|L`sƧIl˛#H :zH4TyDZ~ -8FLVxɗ'G^;2`; eخ .Oͮ2ߘ:\h$,ff2&N\L"eDJB-eW:C":2˗1hfvM?]pyh\+iEfIVy0\|?Vz>Гcj32"YI&g szY 0T +]j \0>kC  ZXq E+ޟ&pj6lVI򰴬j/o舭Lz(6/\/eZ1*vkU0IcGtʘt4EK>H"ѺUwr$NדQ&â;zދȐ;K^YLDŮXPuN/PNb0@C|LbIJ' > OQ=t(_Јҧ3=68Z; T~lN>*z,TD)&$k[ *!Ƶv䯮ĿX gGiN Ur&SDϖ2{!Iң Ÿ`دK{a侼83!P"/.lyBKE4 HPkTʫ з({y\+G^j)G5^) zSvd;76{ uZzPӣ?%cZ Z\iqM?7mY3%m al3Iq)YaYr/.M>U'Mɺm@O'ʗ\g,~%ކJWغiLZ%]d,7ج'd=z~?ڰ%aEG,_剙NKoe܁CϫR!l)_CIo.#b8E"fbOgt%*C2??b3f1{m49Va*PKrS$:݋ DĀ|k++ww; ^1ŵ}e$*$+їXXD}+Cgs^1XYDB^y 141aPUY<26%ٖsh x?f[8_@۔H$/.Ѥ7a"Ĉj)И;:n=O!+Us@%/> #/ɪnXX#1wf+N14\ {Yw8Lj8:1'CHѨpg+,cٜscݺLnP$ Υ{焼WT1dNl{ĵh{aND{.MM {/c b.lAVd S \Ƈ[Ff J>YH\Mq |Okr@˱4Ɉ;X>!٢!>СakGKI3Z^e"}g{c[#}}\>1SYmwtD'OVZ%Bo,{pÈC Q?_.C;=^xP[^TP?CfjZ>IyvbE>Oc$°ou+fBn Ffhft^RRmyб<Z?w;]EWd!ETQ LC#^0AxH3\ꃏA|vMSG]O'6k q9& (맆Ujah:~|yQ|!V3q#L4e'0E| ٔZU{yjE,9y܎ba: NlVXgZ"K>݆16P0mÑ>FUϾikp#LCL y ^|܎>F+`fI# D壉{%g:!e(:F^8< )f(9 Ns+ Xwm/&+AEP LvKYj4nw,"U26I35U<5-YK<ker  5X RvVi/ ɸXza ! 'yVV7sk0 -:nƘ ɠT "MpVhMqm`/g|~:1؎ pV ioL@|i^tz )60(pž#\0!_0.#u֍p޳X VJY}X|Xv\|ߎ! ʥְ%ms_kοH qn]2[R Dwңer5{gGeGa!6wdUEـLrgs_Zzn} G#[Ihj!RvG~|b'NcE A^nI7a$ IoeҟePd(w&%Z9fuAVkHS[Um4uS>7xx"@i-]RmnLm0u\`Q1a``=7[p@v!Dg5µ +53Ji{^ !af[tfE O[ Ω }0@BHW[% PC,6hm$ɍ{y矯?p=[͗HSRPPZcƍ^uq!A S~!ǑDHk]uT>G4mND,DY#@ uZjkk| b.8T'qFH*!U`ҏ#и`Rko18;68d?+ f([vg !pVJL^:e&#]qZ}pcww Faug|?O:*>@mw "q׏FUad>f{C_ɲnHn$zR>6f›"Elʻ =#WCkva6y+ZO[wkNYKC a&((m$kyHmGOĶAjtzsE_&C$a|! m8-CDKbR9<7{ *;jd祏fa}Oh="\*j#ϟ2X2yA L}MXEz5R E^Q}wqP9iV2vF \sGFf8[]̭ESу-坈Z48b57]`ؙ ]`B˾VպOoJ&rz4D`TO+M] n[f%-^g:4*ε#iOH7T0hQ[o9;*gw _8~E D3kbo˗6 T RKN胐|:ah-g9灤J\6 FlN=<5],VχOK%< )n+IɈ@x%}xS=eI zhuP~vWWF:_&lBڬ6 #JbcUxVXѭLG_P=:r|ˡAMH/<+j Tf=tM“1MOH=wfIUƔf t( ҽ MaWyew:`>B.B蕓ߖ ! m :xӡd &+c*_/7C d" KrL- &T۴LovfEwn__G.~Jpcatzj9Fh/ظtk:07iúHj,,^Gd-ۏlt%%!`^=^NCbN1-ɤa3`(܉Ӥ0v|mj=\Ic )(,<3i.2_stWLVCfWEPnnI+ Lnt4Ub7Zmx Rv~ҡlIWL Y‘ nR8-fg!σ nSԶ{B,YQYj`L ύ\5qնat~trKcLkR !IZ)L"тq/ov5'Ox~rq.ʼn((<4` M %GU.Ӊa{#)%.-LA_l+?{m"!e~mAuhbg]%)[uo]}O+ܡVP C b)# m՘\N=4΄}A gVK\Hj&]yO3ي`VHik%wj'HN'v|x̟̽9#w|i7nǹ x/([{;JrQ@QEPH$tWgPr* y^;.mكx1Bγ͍|Ńbw<Nd>:YLQ.5SYf/~yL8DZO9%9!ue{jFnd b; vݘK囁V-o9+U/9۽k#QN5ˈy,Z));65R&0)_~ e3kֳ2,B,Lm|Gm W8΋ .H4vޤc&(`[~ftyqnӷ[Ai$rEt15w9 y`*C׀-B}؀ {D}ͼH? J5Y/vCNl&ۣ☳UO0}xu6jF'coq}~Xc~7gn@- ї9<GQB&B0iuzf9B&DnVgzfw'*c/,o8:nOT N|Iκl}Ǻ[iYzYin2?l>"y;JZ9r ae qf@sS iCoĐ^%}WdX̴+i `Q) iY_X[2xI XPzb`Z4%+f]cah~BwرzOf `"ɔU٨mz\?|eF:7j2,aė;,BA6&-*Pq'rJL1@4\Beu =\̀97]ZoJ.%B&@\.,sy${Bw DH6Ú>ЅB©)nNdOa򤎮8eOet|>Ζ336BQI67_eXr- -E"PgeoLYZO#1M9nyUF{-"*^]@aYƼe5ޤ\HlXoɠ7fL|@xt_u#X؃n!<[h_zD-~Îm!Cuz)jXj;3pNˏxF@g!+.f)޶q%"0gOx*+I-y-zX)=PЦ-$BF% ~ ^:?yUv6d﷥NW\So#Qisڔa)"IyvU% ['s´!侻 euۡ2xW{A.Qs?,YlH>S8i9'#ssAW'_Ƒ(glY^`W.fؕo -q8m̀Ize>cK& T4iA# gfN~S=h\59'UHP=INsKvÊbWم_YlT90WYNaz6=5;JvNz9OA4d5CߝDҡkN^(ʚ] 94_Tyr'/VH/JAޢ2 MAe,L|`aUQ?䐱EA iOi*9O&HL[4/F+=XF[bыIiJ = \Ӕ0/9y|igE17uuz2[BY[J-"8\ j9^rKH[t^!ˋt~Rt:9QmBxx q11Wu:k+W' @#f-llya,V2[B"KY Q/g}rTpK>lfuf#7E3OVN A؉D,qԱxzW߮`gzו,ӆѠRr2qS|oDP!伈YayCvI>0Cz^s IF ddm1TdC[cJ6MI,(%EˇHs:w.ZCRʍ֢iPp<:#TPfCLs^V6pIg*@9<YkakdTٹKUG;n2 Cvv@ly~!g?&CX :`!jKRF~w԰&z V^ś3)") bN)~[\4_?gcjp`pEC.4JeUî3'=OY9E6 w۫#+)H@byVd8nX]uKJrm?p`g/BT=k*?#]L_,(rq wp#q~XQBQ2f i#6 -hS`DHRi̫9Gj(R\=轗&#g:/.aM,M&FוYz0lS]#Kzcng4RĤ_%X8FQDC+]hLc\OTkͮʦ|Ϛ" 񭛠`5`+8k^h:)uMoܟћI'&YĒv;~J+JgFu£{P]c7eWo\ Ns^If[q;kYK.mg6˞)\tu/]*\{C>]ߑIR-Fz2+XDuy-"\_q~K1깅a *S.^ݏӒQ 6%[_@e:ͽL\)fR40~DORIlA%{ 5ZWiOsEr lG)U&S^H~|#[<}ujqՏ"7\W* q49~"k@r0q1Ria\&"J+׃o4.UJ]==@ѡ%Geo xԟ2+Ih'JQG޾3RxJޥ <䑩ոu~"Np+jDN+]zO. DѷAJ#zn3{td[,˖m1^} fkǹvl[XMrP0p@q95}Td]iL&'fԺ>'~Ehv=6M ޔ e2q0R9@Czb /3.P39WeYm e)-os _54z.5t9r$]G0𬣽:!`VjpY,}l .b{Ɲ ǿK >tG+V:*mv:PsՒm%d832ڑ;=tpY*6|234*5S?J tmu 90:)\:\7N:@|X%k0;FָWs67H>:G.K]05;lcEr"|s<Ƨ;u?)&zdM[ki;~(ɵ@O5ܛ:CtTsJ{~vx{K3zЗXRù|ڛ~Խ-* KD}Kz~+|&.Z&1I@Jᶟ<;|W8npE~Rt;@R% Oɫ(DvLmj*lU,a&/+t\=,w5 Byby}_@#!R w]pcQ㙪gs|@S-)I"Nl …D]ܰXt;,L_i*{j \ia-jL厐\2Y> > >1ᶸfIqd [4( lcy_g{BHu%L=-n8>?p'jrO+quJ&/ѧ.mR #53s ]=ߔ`c̣WrrϿ*;"I>"_M&nd2 Κo'"Nٸo>.OkC hbc L3Fdyt؏&ԘeEt?Tӝ#6N=f&yǂ#I}I/0~gM}8lwx=qJBS PIxoy1Z3g%gqBA xm%%~Mit9<~ҥڐnFV 7ThfHsAHF(kߩwEbmRF|Ube 4 PuI< CRi? `L"3k u_b-hȾ5ʈLVfipmc9I71}]%使ș_sxj2_- O5oZaFyQ-f d|D9$uy73߳݊ز\NX;N<$N:/)nz"RRZCS=dN_d 8ʹk[f Kht"}Gae؅3Z='SUVB]3Cޢ*paWaK~a@nE#$ۀ``ma&['ῷt~Ɖ_B!/HΒ.[3hW AnDEAU/T%;U~jY}'iX砢;5.pLS1oŷ-eno6z|qƞr12uCnYY3:k@K]_wrX(xyKcq~ZGN#J^ǾwϣV9J܊sy"R׿~#M%|lK5(\&ds%_eDpщ1ְ|ug?\S{1JqC6a,3$adk?tM2q P͔I2yy{D&c1Fsn n^1jϙˮbȜ=y@z"Й*B Ɇ-{*N~T>5>L@5K`):f} 'WSC+J- xH"2vt&֩ӷb.gilmxky qlA' 0aojT:.p`}" >[S0T5:@߳/olAZp /vI.ix+ ?jN[,X/1| ϓ:{[:Y"a"Ej$T0bh ޙ\qfMиZt..Ƨ3{ 0h==zmϫ%_PXb۝cܺ7dzϫOZÙyM=aA`蛌j>kjd/2dt n_pzFout"MD?H wQv| BB5#,5wDesyNW]Bza~/yӂ X87;o-Kj e Y\Ulz̈́ҁrDXh塂GpK&o4E|^e<:)MT"d7Bͥ>b\?U-x]Ze'`͹jr h98 0,+ *,YĴ뻜%uCdtXi`$ 2Nտ`iNBGdc%dkt<6NӬ)7nOFTPJ}g4⨛' x 29\i*#\85=<[◕MɐSXb=k+oF7tty ei09NDqh>_tc2eJ>od._:L]enJоe1&ve$}@U)`V)@bf?If:Sj.F+x[ym+F);)RBh޼߹j_{/%=[j 1 JqUI!>P< .F_N!1!y{FcڰC߶wl$uIwuq GOq3PK,);䏋p~?nIZFq\yU56b[S#-Nc]2oJ"F=K&x25%~\U}28t-8pȧV2_v/yt-3 9b/kc=_% _ 3Za\Q+TO B-/$Te'AkGEK״%ކF|8r,ɖBM[rX0m/4-X2&97 A/'o A`pN_N^۷7 dŠIB5F/YC~(C bU;@5 WALV|l7=Vzy5/ $*ݘȯgudI~Vfo}Gi:IH#d?%|z-)7$öa UjtߦC7dZsƷڰ(|(︯EDe Kd_[G2IʓjsS6oԇeR75V@*$Ń+YsBs4}uP OߝN:L,w~c}|uo= x 4OxO_Q u7&Cy ?\M: AMtX=Q/L-gDzg}+tmpyĿž3nvqesF:ɒ4Gl|Tsc;qFgoۤoOW0F:+fX_,p1D;b+PmO6Y:230R.o$3mQl4 %.4‰"}\R!2e4zWB"lb֦ʜ0ju 6rc8 fE~Bs٪Z ku҇Ұh`إ n99G!Y (s}8\Ֆ}ՠy9Fd+- [ eO&rl w(1d)zk|gw.=O#oFu ^dZTm/{r9$YED274N,ᣳTqE׭Rԍq- k+5+="wuPPRXD%h7\cR1khj(ԦᒱJ1D+h(Eue3~> ҘR-i] _U xf`["Xlń7g>'1l8ʍE5N(8*\1Vp(ԫ9±ͣ :c%o)3~4 lvTR9AQlD:0ZHgbE$.]뒾E-0ۡw>RْA*ۥFDvpTHdT)rKmK3Cz,"D$ê@{# X:RMXrp 0N'*Z}L3 p?gβdc<9Okm.%KkЗR9عؘ-IvNGveә:Xᖲ;$@Ҥ3[lHsژEB~|U>3!_G-Z"L QaSXmKkL@W{f~7/( ͶCqhMOn"nKYUyw(% T3C Hiyq &0<7npu!o6mQʸHC."*fˣ>i+]^>[7}Pڧ.7Lʡnk-D="P iH{M^YȂ̰^wgP-ᜯ7E$K+ς6&ody `;& w4BZ4Ձ\T#v3:d?Yx6+ `Cq:tG4Fm݆s3^C `f6'[4M3q yx=xOV9rSN'#ZGm--ߏt#/"IZӍBU|7+u,õ`]xQiayX78'kb*ʥNՇk[HX%=&Q]C.q4qG-Dlabizk_~%zWul*^]\}R~KJuə qMINՏݰnV9n;!~IQҠ ({IR)8Wdڎ@ܜ&aם{bzã픑' 4*Gʲy 6FStIL!/G_I%OUx"[ w )7 {+͏>'T^B]pK ;}+Dy`v!hȚ(ᾒ;p9:ʏ]'?u:jZօRebD—,p{Ɛ@NNٖm+i oBTG$4~5 h"wě dZ\]XNu_pvJ^]q!m2VEF0^U\~x_jf4OfEE\ !Y1Қpt2ƿPpM:diTno Tz^P_B2|@-c'L_j2+]sGwY* <>P6R⥜9'n;ɹ^߿yћ ȃ"%)EEJ"2;N'SXNnK~;b!#WpKov%s.)헑$هwl1V'}J~&)?rFs-,luFY31lNZRI3nyiX~3GRhl_ Z .ngݓW9]VcT3hw.~o:h?<8)Q_u>pUYYl2⥁<6^™@d~_?l$Bm1<}A!sXK+_IMe=,Hu~sG|߃y `Bժ '-^bbUe-㏫\lV r*-U4^=ER!HEWLQwBCcl7!iF|k3y".7qJ#˸~h3B 1LԦq,84ۏuAÖw5kQkH .bY.E=Yn3gr %܁EiY4UC]Rc߈" ªui8SwOM eR00S`g^B~AgtXrKR/`pDu?|Άcg~r][UE_%xHR\T PüOm;ݪ xF}K7Yy)h >D"Tǘ57C$ӭF`JgWppa"(q41KZmmA Ԅ㗈Q3 ClL9cFӥKʭ~F^Ms4.t(3$B,께Z O~ w[qxI@.ƇSveZ)%ŻyWp)V%AVF/[ڠ|"ear%'`kvӠm0 ~jbܐ<|e[Ey16 :}R͒YqQ),*I.{^D!]UtX@FBhRYN-dA(Xk?9`Ll 2u+; 5\1;kma%YmmwN:.:whxH==rM HӷOaV3%7%&B L9%s&yLݰ zD{tAFF^g %MP{)zs^O:qwim{ޟSMU">q 5rkȝ!nڟ_@z cJkHˬ0;Љ:TF*~']a00sv;cN]7b SF4V+ľ'(-/\(g")Dw:G >Cm)T 2숯VR߭rl 'H2oq* ^hY@%bי 2ow* o*!*4],^ZxQ xkrژH:2h1@HY/+$7z`8P[K E;Q\fe4TpRɲ>*x߶Z*B ;͍XsN+j@|$A^ ; E Us4/(=vGsDm&V R seX \]{rТHKHX3H?ڶeH#W@&;Y*Eᘠ;)o˻?FPT{QfgaӀS|r*R|kA"RF9ѕ"S̘3lFGZBR^ _`aW[dҌ|slνy-LOhM{.yYJ [F#.a8J4y#1Z%e*P̣LJNb*ɗgYwJ>-:K +rE+D=7*Ȃ Z0..eCWl@|l۹HLa(,#] Y")2oL+_/?[P<Ĺ}yZZ5(~'1Y7ɩhĩSrEf.>(/sCSI.+ 7(:n{E+*(V*-+ 4c/aBH5BC5ۊG)ƻf<2 g䔔،}̜Z*r׉ H> T@ϭP$ ;|.te9eD"|n`Jj1賣f\!ъ'| 0 9(l?QCۓ{pm%>nT .!U~xjVdޫ j-CkJ~cH~TJJ[V|E)P/*xC17^9~4B~HV(Tnh73oR <4 ]xȂy'N7K6Jv$߶t|0] g#rsubtMڇ5hd>2sGxi;P ҲA c3WfD`D/0NȠ|gӔ kָ^7Xmap~;o3 0=Rg2Ҽ=^4QMt%kp3m T 6]"p&;Wɺdd…(9eD?V4N{hRŮ[/"C~Dɛ.F]㌫.} ҖqT&4C%`1tĜ7 )4P,:G:\E g\!n4Tvo @c4Œy?7/"1X+/Vhr"V8&SڷA :60o?UW%iʅM;*-m5af7ۊ&cݤo 46R@V<6wAߛqmY;8104jXlʆ+|xtBO [Uk^xb*-%MBeJ^CѮcȢy_C4?aM nZ0՟n=]=o4 ceAC{E wjߧ9iSx^(Ndi6 *}`a?pVk"! "! "<01y}ϸGeJ.\NB-#)ѵbnzWQ1ԱR+'ۦKvV?L00G|0DY!q3/oxM\_C1it!h94 `(\$߆G?~oFN:E`pBK`EɨzWƥ$q]gKQWSFG|~9wwHemxˤ%xߍ::N;`GL)7,8cmVyŃ, f8n<8z0B%gP nW[PZQ*DiTՖ}CW5fij;-YCgn{\%`"}֘8J`wblDȵi`fBBՀb"b %іތgsm&7-ym}V5]VZC1̸2*=C+Tl9&VcY'|u'~f"[J 'GHg]vAh'Mի"]yQjOew'7ACp?$T3INĜ 5#t|4.)`RD4q{_>6E/8% >׺COf-O&@""D(r\g C :r8-tYqbk\ojdU݈M_M~~}fN31Xg}LggEf&,A-"Hcą*_8>Olv7Qc,{|8 : _t <6H`) 3K;Ej4_Z`͖NLV V!8>Ё/1h}oGx&jԵx.2ݗ GM 8 ojBVg4pQe~n̯q,D;*pl)F 0%Xd}%wz_~PQJ xV5teXI!@%w޳-Z HJL&pKnJܭ5|o^DX/vh4pyжwErLW\j' 첾 OJhx@P⌃`2xM3H3NwҚOMyuDYQfdH3W4҃ v=`F̒4;xIDRPf\E[@ c/UJśsL@/:ҡOÈ#x\vRJAu9jZfx5` (mMӅ`"B4WS3{4x3ՆaQ GU #6h^oP$jp[rhk.櫑}=X3N$O@># }}<KS]D $s 5s5k?""u ^^iO6߬-]669m*׿&On${$K~w:^@!CLB!\jHBvTc/7vݟ#GRJEhlշfh%'L7T$g/${~p10vBHRJoَE4AHP[gdb.o5d|gˁ9kg'5[@\m3 2BgH@^(Uyhyn%]ۨUrҤ^9_ zm^Hr{+Zg_= (U׹x~%<`!\$VWoSDt&5>(e@wFmp8Mbf*[hZULn[}]0$*0%ac( ֘We˷&='Q[J ⛎-| 3N?^e3ፓ0IFIWx _-'k1NV;HouRneH~t9)5/!zX6}jQᘻ| x;ϑl"!#yRr# ׌h6!TSP[9bwwy2 %6п` ]+4%F7.챣FwgfɆtߧb}S^Z"99#?U58y ":䧰Lbb .*ddW&}ǭkhju+sϰQ~{FO H|X_DrtBJO_&qo{l։JԎ5N@5_}?7N>Hx9՚NforQx"4qdk;Nocxpp70>ȀIo[VX֮y~bv6f[/9O|h&^t%;@ѵnkӠ!3b{j9׬k ɭW|^ڦV.'7U)(OoQ&x-.(oe*@MVSS\/pC>ӷt<-@F'Oz ]3hQ)X'VWd8 O ˢiݵhy5TOzy)ѧjWXa> @sT8䈭d`N߷$3"KTKo|\(G/#3@ Bx["x ЛaճwF):KaZ| /x&T4ʗ y}B%W5Y7z/\d{/aңf?dmQ$T?a_ }6}?߱ TPj4rwI0}`C61MQ/ IrմlR5"ڧ)@2Η_lW{n#nʸW*Gh=C[1UO?D]4($EjH ݡT3ȻEAr_b"n]r4˕ EXsMu`2kk {GJϧ_@,a[ϐjWU~GKt@މ8+uB'Y ߍ!jK/"&e|qo6CF0 uY#gBIӉ$#ף$W肪0H`3 je6Mۙl, p3Jߌߍ'6Ӿ)8R!8+gɧOr30/!A4Bz23<;SɯLZB4 i*¼a z&yD鯾qQqOeJto4;5h])lX"%WJ#R惕u/g3XA,,'mpkG=d\1`1D#>֣ˢL57Ft*:E+!x.a(ysi3”^E붅-?"lfEk3j"KIl^ 71jixپQ@vW`cų@w0/ՁaKQIR'|M619< cLť$(TQ?\j|8 m^a!"G G@+D%4.gijDXKRD0sHtT+BHh C fWɰ-LU.=B?Xtؿ?|FK)gH;G*^,4.c'CD>h wv _ /y$d=5WCa) #3p'4F$%1s,`a$`v>(Rsa1{6-D}b=Nۦc|)rxG$O5*"Y"s-# YZ