cairo-tools-1.16.0-1.55 >  A ^p9|w䊪DrG!T'G|juqqʹ@WO3Nm=X|o+iBQ5e~PUK5bW>qÑ+ЈL`-6*5^bi=$9; , >pAi<?i,d  j"3 Ic~              Jd @( 8 9 : BbGFbSGbh Hb Ib XbYbZb[b\b ]c ^cbccdddedfdldue ve,wg xh yh()zhhhhi(Ccairo-tools1.16.01.55Utilities for cairo, a Vector 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. This package contains various cairo utilities.^Bibs-arm-1SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/X11https://cairographics.org/linuxaarch64  hKAA큤^6^4^6^6^6^6^?[v [v 68b7adb35e39e30889347a56496674df5a9a7e4455e82daf1c3e281c4797813d5a4dd1f2356d50775351c9c5983b7cd97b356d6b80e3a132938275c56abf18bf1c72f34dc7faea8db26675bfbc2688299dd0335070fcee1ec1c1edb1ed3cb8b45328ba388c81f2a025064fab9e26063af7cf1b96a180bbcec9c7d8c98a89e0c1068cc46c97cfea35019c2a4842b36ae31d15ab6e4fdf6fc362931ed5bdcd31d2421158645572270264a980b8b130dd988138e4dae20144e22455446e0ef909028ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcairo-1.16.0-1.55.src.rpmcairo-toolscairo-tools(aarch-64)cairo-utilslibcairo-trace.so()(64bit)@@@@@@@@@@@@@@@@@@@@@@    /bin/shld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libEGL.so.1()(64bit)libGL.so.1()(64bit)libX11.so.6()(64bit)libXrender.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcairo-script-interpreter.so.2()(64bit)libcairo.so.2()(64bit)libcairo2libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libglib-2.0.so.0()(64bit)libpixman-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.17)(64bit)libxcb-render.so.0()(64bit)libxcb.so.1()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16.03.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>abjorn.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 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.cairo-utilsibs-arm-1 1591411266 1.16.0-1.551.16.0-1.551.16.01.16.0cairo-sphinxcairo-tracecairocairo-fdr.socairo-sphinx.solibcairo-trace.socairo-toolsCOPYINGCOPYING-GPL-3/usr/bin//usr/lib64//usr/lib64/cairo//usr/share/licenses//usr/share/licenses/cairo-tools/-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:SLE-15-SP2:GA/standard/41fce00d8462af363b556cecb2f796c8-cairocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=c717a1a14bcc7191a20590db9a82b9cea6d6694b, for GNU/Linux 3.7.0, strippedPOSIX shell script, ASCII text executabledirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=22cc2ad35e2d42c6f5f428687315e66cba5ff200, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=885098dd23d0050ec16149ac0c92932ceb342598, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=deb3ba5caf79742b49022054d48951786a79261c, strippedASCII text RRRRR R RRRRRRRRRRRRRRR RR RRRR RR RRPRR RRRRR RRgtK$b_~:utf-897aafb6c8666a818b0d6bd23bc5a021c4a1a44799654120240848caa98887f1a?7zXZ !t/d] crv9vW8P񩝏H^8?ҖQ_8n%IvM\BCi[ gO8$]pNt?UK8rl0X`'dҡGWvv`;g6AFX b9_/4^VB= +Rg27$5-C7F:u6.4!pU5PR"z;&nz& D̀e(S6n*?9^e(;EHI- H{u!vsҮ1> ξyϛjF q i.º& [u zX#'3 1ku;[!ހ:-7ՅF07G*&vP %!~"gU#>rH=3Hs/oȱ)䦡1aAcM]µёZQ8蛔rQ) >+;35wÃ,m{"{B?MFz*& aFZ{A_0<ydOa;2h"zו- k{&DQ^BJėRqAOlnn7ai!`Ou(a-jjm ?Ny\rV6TH ɸrUb)L4`Q A6gFMBBU do{YC+>F209k ,@ӑ@wyVo3d۸&Ţ )fQHKW𔔧3:yRߧҖ/qeki=RÚ RǷw b^Z L@L`[G3k!ߛu~wL|7;9Z~5qC! >m9Iuz6, #{n_`& ºWNca"l-`5evj;a28y> "豘̫:i{3p1.4kt䈹յ)UHyhPiLmOt8g^-'/G8|6-hW=깃᳏Q@>^ё6l_w`-c+]g v|wKy\XyDw36SK1ϝPdRZH}HjE0hcsy"?" M` 9kfX଻>L\o`msğ9f^ue 0zx:Qj&A-UsAxMw U Bc>@XGvIn(;#y(@;aMdUykGF Tœ)y}5ͱ|KkXqomo_;Ymڵ3A*09Q<紗"F%J؎vc*QL,k-n P AQKg>Ei ZiZ? EķN?y_Mt Nj&MQNm%Wi+/c)a,%.}.oFI?yx]\i }zYw C+bni=vG$fھĠ+SۈE6$` "%HsQcW-"UH"p_. }죔@퇾itXT9BT̵LăWGܛVsʤf)}@=[Ng\Ȧ LIf_aM?s >UE,vyfY8'Hq= r s-fB(.3glVcaZR}1ޕԆb5QMi >^3cUGm1Ȫh%#{Ygn+sut$ an|ڈ*B,YӜ9] !e) AT]jfJ[xr8b4%Ji 5J''@AwڰÍ=a e/Ͳć'ɇ!e%ЎEŏn i斸JzG*6&7P4ߢ6`fBw9b%jv k~FYHֻеFD("+nI0A*1D9qzUS = bD/!CQ%x胼;_,e?zEޖ'Z Llp:um}~ٷt7&4:wYWSK =zу[k=0m BB$DZ"OW A-."l[#9o @@fz,MqFSnJmi*97oL)6dnoV:Opt08R\N<ߣTw,L謥03mgub&]OOfev(ؐ?# ΄K^sM,;S)]43'/ X,mG12Ry ZKi~h9hAdv'+(C2<Հir.P; iab⪈F҂'p>(^yἐ|@Nlay:)+ӶDAqȷDR񐸲oIk,ml.Z]"b0P&`rd+C^EϓPJeko&M_^0w=tҮm8*?kNpXT9'5G$si͹p1.z]Zh0\u'о 쌂a\-9ep !)fX/sxsv?pѨY!8 /|8G2GnkF򄾳 :,0T.[FiI YZłyamESUG(D?B'i sČyN;U_Ot zC5vr b$=%ׇyA8 1V54±>QY9)X/xATn@ U˺FwՁ\Du])D#ljP_$3XI2:A7QGYYKGyQq:T~e.ɀ{]f=E ֫<;SV"4NdY Puif'KIC-ڶys쵴h.H p1XDž Log)솝&-}{OYm3fu j0F1KO֜PRS+'FOX,kHr3wIx,Gޙ/2,1E+mUIlQ,$߃8%vTyKǘ .}1v`}!\0 ]Z*1s3/bγ%2EE.feft"]dQTpg\+h0SiR#j .׋?ǺoHM@Ň;@&6,jOO"Q=NVF붴#l%=Fc`fik9Uy6(j4VI xc1sq|~/JNqBNxKLYc[3V4 bBng~>7䣊QYNd VR?Pw2-!)8op.Ƙ>M?.8^ gesNJ8"L4Cjt) XGhPG\/xdE 3lL}R{uDw.ͯSHf#aݯqYQ<684k$,U]K(;p jzf>[|Th-4rTB^Y+sOlCEƑs|Qn<:sMΗƖ a{eHQvl7u-tU}燇i$T U10YNٗlh*)Դi:iKǺiZQ[ӸI]eSvmha;j!KBf&3(͇O.uK+ H!0&tXl.QNwXװv]fg֘Q?'q|c\4cv45`G)2U>*"ғy 'Sk"2]Xm Ѯ#Zr>= n`s Zր07yxYx`q&!ΛBz.0u̶2,"Jv&K(TϵH0a4v;Zk4.͛#\-P zQAKD;?{ NiWyW_=J4[1VˊG1:ux ;6@uBRDD#03 |l >1u0Z%6H)KYj֝ Yᝬ/yE%"Y5qtQW#}8◅pA&դdX݉ѵ@yl\|,/e:c.x}vUyzsҞ=W𠔲?Byd٧2eaIIJ+&VD1xzKnQO  5zŒ-DqwJcMfl903[35`B먈Բ̕x:JsQ zEފ~DP*oL2}pĜ_7`KPe-9W,N"b:na7̗X\LØz.iH/tCB[duwU.ʓW;hIp0m!~[<25:ދwքYkZ~+Jj$c%n9^(i+V˕%maze&6<Rt;Ĕn~Ֆ}TMҚm5rAZE@9F|?*#b{-BjRJFE,:$r bʜz#WJp xhÈ2D9iEOz T{ꬴ^a`J`^D z³k|3o (TvHUqӎw<ߢe&ҟ'cڮv Ԛ6H!W\Jq9n0M nB5`yז%V/S`=h\EuK|bf]ULsebC$6DޕkD ~LH!%ۈ鬗;W1mfP2s,1-,.:uAoȞ\O*bryh._~} 6e/23Jcaoo kq㠛s/7h(ƀpb֛M?Yqi@)AWL[Yaky< !:{G-h!F|t>Ob>AyPɰ ֙Y`X%!G] ōĮ6\) x|A~3k8p{=$_K L{׍>wqt+tdAv;Ry*oB]LŸ3-v c8[:*;X.A0К?_Sʞ:6>qu\@*ɔx"V:knW) p~XSɶ[^ xzV\JVOXr;]bp喲PT"F7g Cq+@ks:ic'1Ts3Ko.h 9+#+/yG5b 8Z0L bD!&1[=%l^(O!> pB&\^a}j/X+⚺bmǴ2So1R(|rr}۫7/o6l*} [|C= ȀsH҂j zQʦgwQ%fd*y"w;.$C]+"I=JZĩ(@0oC ;6_[B}zQmddi]oS GP0. ]>6kf}a)f|}kX!G&hTE${[t?4EuFYھ iT{}*Rn?$w2FE2a%ćOc`lBYg=Ga u=d: pc*Y+Pa! fzؚ/(2?%Pu'7=-w5zo:7U*U6s3*[V=쵥ю{v%Q@7* h .R0+ҹ_)n (5,DhA|ũ ,t'/DM>N Ƨ،u:NRbʘ-1[2Z8 ~ç\>5ǧa 'tc/k`if´v\&=}Bʍ^ d6{zy>'y24.M;y̖X+yhRb(}.RpƇo=@OBDyT[8f? n~(dWV YQH8'ږ0JIb E80_ڶ^c}80,96LѝZ]w*T<&Oǜ=;͍i- /}y#k9Wm_ _ו#m~`Po ^TBܠ\蜳%{/ 2 6::/M>5C$Xba8!RavI-8fI_TRP=ׁO!Y Èc4AR+v_NK.w X@rx8woFfxcODJSM$H (ݽc'q 8G7d+BDeړfGiXƈWݔڇ@ ;ztG$AQ-ꭲ"ȝXNucK͈Ů-[b\@閥i+x8;m'pKkhkĔkSvOwWgq{Dk=5`F[TBiS>i#-b2wX`eoZvx"3i̖I3A/Ye/zƏ9,۠YRM n+y fOO ~D}bō2F2W3wЛh)O@SҎPВ[bA^*jQ"`%'^;b=꟭>qj8H$\ LRnEk,Zx=~˥962%7aHbx]>dek^,Kr?zk ^ b/%{$!7'yPM!W`"-L1Z4Bh ms& RUفzG:!b6UɆ[0\Nۍg([bYg y 8ڤK@~ܕ2jsGR وM|-by |GjAqbh\d='@!`oAr3fM y$aqBH[9%t s(w{"l'% QӚ|Ӄۤ&)a 0łȱFlK?$%Nh*'%]$8?Pi$|,F {z'dkqCT-MXfC9WŊh?rl[捜lp .#S/\ "FςfSK[ fY_oGN׹$𒜮j֒#Dh1wªFR| [6~P6USi3N!Iۙ90U4դvP|E]Bp2ֵ d_zno-UJ/`\‰~-nMu&#}SQŞ%O$2 zLqf۰TΏaQm$O!pw8:Cj@t  $}f3e*Y j^þ7컂O557Y]րffkZ$4bO]:m>S귃߯}{֊c}ܞ5 - dꕏl~HK:W2t67ޢyS4:ziӌPB0-ϑE ' T 25if=WkIQ &]|UnvQ|-D/P. ±FVJīIߖϰk&.Kyϡ`#JlNPVO3D?K?S52W"$ֱ3%,>sC<"A)z;A-< ^C 6zom^#q!ei; PPHDZJ*|Wӱ$'FY1U(7j7j~6D0+M`(yF63rJlx~"d`R#$%5N_tL' Ř:.Evdxn ۥ4'VՎ^44* fq~mٞ_ўɡk862h>R0VYԹe*`Jޔ F}A{5lϭbo$f7LOM4[X^- >1UyT/'LoV> jEfɜ)C[6Siܚ'\嫑 IYEa¼GO!Uv(c9W> 0ҖdbUh ]̓w~0a7vt~ I5MiM1w:iZѭ^U? Lmine;Rj#L< GTw\ʂ1 iԞr^r P^ӽ֊ $yrMx/URtHŐ"ܤ^d"3{{"z%  S2fݥPښ״Lӗڥ46U6CBgߧ>s3ՠfgZoO[lj-T`!NzdEج@x,!Sb`(,6ķ2T^?մ= 򩟪城 3OP"fpQk$ˍh90lɿYșkNoQͰҝZ9KnEEkZA(FqZ4bETf q`U*ڼ;@"Wxm/3)S=%)voF]9ymC6=1Uvp%kl#ur?vQpsCC^ LСZ,t4I3(%H~tj&C4vV+@iL=FR/??=3RgR-!AXH:ةy9pHupp/<эR8Y?6hZO?d 3 ֎+׷,VTQwQgb*Ǭգp*#5FEE/1x͚y9 E}ZUޜ{B$Ou@kMK. >ck"b{ׂ0} Srt].t@|~0r {tQD֠"̿EH!E ~_!Vj+*|UTZ`uô}%&;S~֢\5O4(~H8 @T<?Gf|`E}r7`^EV?_Dӱ}ˊNXPոb}x0z^Y7Cu!ЦZgKR+oF W$޾pZw]rكd}Ɲ)T "HX3xv5mPdEIp ֗[}}KhX6M3Sĵ#ZӋ?vjg jt9Dw7CH,wwv3z*C3;IuWmrJ΢]TX %cYwmKeqUߨ/?'= *LJ uo K҂D>֘Yؗi壁IS{̀̐A>gvx۾=f^M->9fJS@%Yg 5"H,Oc1 1ijk#?P0 *So `$_jl),Uø,!lMiBU BUA7C%AOWk1gާ׽)M1[Eۖ>_A7E 0Xt=324rG >脫-z}!;7);FSӁHn[ b8 n e'9P+/QFei}7SȮqʀh4~;y=+x1~buap?(1a,GMHJAAK3xjje{E1TqBtck^5M{sFu)-%vV%^ΰ L.;sg zG}z2Jd L< ~cucw•Scɸ:KA#Ddnl*W&:o:C _Q׮+eZFQ܉>@('S&s.kAufl=2USnDSN+> (*R`rٱtTs7!Бe![l[o/Fji*$;Q*eIs&)z6ش!KA.ɭU\(r$G4E6| ~]i%Z6v9!y<; {c]} FdYȹ}A@BQ(mX&XNI ?ÁYJkgC5yqv$.qʁ*8E_mkr/6^EwE |MHZq`r,k^0Lk^fty;‘Ki"F1:3ŘbqҽK!|ssy?7Fݐksq kVUX]G|l2j(HJ#wGu'^p. I " qbto|Sjd[KݹlEYj&@ؤ4QR3Y۰7C!O!'()4RZ2ը!Szًib[626 '}f:X2kMۓ`OOsʰzw9(=,tTj4I]1YmP|aFo\֗^TĤ?S܅mx2|xQ "Kr>`c%}2X*z!gN@?y:G 9ϫj =%*80tp{3b;J~90'DTTͿG84nL ˇޗ[Ysɋ#!VOH6nX+8jl`g'į |ھ)L:AParf~ff_ FFgVv8w(py>pDB&)QJu9WfH`F2;'/puώPC79m/J1<1|fKF A&@p1[ 7*$b1BEsCjSe ί  tap")?h%իs{0l# ?-yQ(ŤTp)>Ftuscd}[vq7ˤYj''2iAAu2}:mh4-c+  H" ՊM=:@ 4Ne3bƜiZ]NZ"nh &lj˱pb`.Y-wjBKB AK H!sc'\!:d5le񌼱Z ۧeMz:0ǕqWh Aa\OOi @R% msl7+hn z@C6(3erc0%qs/.AY+Uq|B]#=k;!\r.(t2w2qJX~D6J)% -:Z.Т'"+h\̥n WzwLBd #5oT.8?l! 8clL['u:pU#&3rGt:JN|& XހN@gȕ{X1{H:A{3l$+&RU(XjBFjZ.M?`0eLVk] H*fx*Y1?Û{m`$>@- 6ͫ-Yp@Mڒ;R X^eD1vwU` WSf]L&l>-v&iRD`@gڥ oBAe+tŞIXЫF`T[K/?z&jcIv>;YC5iCvX>Y%[hj4At%.ȶoJE2uVl2,KyOK؋-1(EJ͝ߗ^ECA.6 w.L.OLk^L6vXMnSpa$0=`u+I$i*l$[`%xޘ] NjztH\>jE]G`&w8YCwҡhR[&Cys4, 0ɣ D*Bt{FՑ./bAEb{1{juQN"%5D?'erR mϹ<b|%\ wXWt~H,W+&ǕQ{::#vW- xDl "^퐧Ww!u tGԉx|1̎ f,rPSLpAVb$׉^iÑ5oh_$i-m !pm$Izb.嗲Y2ĸ+qDc 3hD πE'\D89 PYr8a=hطpÆp=Dof$4~x#[۱V W,Y-Yܵ%QFm .n()y{A-Rb Ό E#4yً߾<ʹ)%g;*N;~,~] 8sjcФel;:Ǫv lÛZkH&th=T buf/?IvM:յآ݀,?KG+i6N`I!S͹ !0ow2p]{Lm2Jzj5#쮠M|w_H8 X`043?.rnIX$ַ ]BYR?g8KQEz١q3t-xײk/QQ 215>6VV+gk47~,{RRޚu>չ[,W[v* g8=bpQKL3E'<.>GGs`-L+H z"Y pVY+˴&PoꖩI7̄GβZEH,psġOX CUe-w3 U 0PtuXTM<lD7ot7i>ǔ=qDK K8kcc}뎘Fjǡ?|o]ݷaRO^1 H GwdV2wȢ8g غY b-n&1Ê -O/ a>Eqxvif*2!)㣍m),i^v$sfF{eF UopEպ^ϨLf9`sɺu'|m2/'Ӡ^C6Z?6Qu<bҸi6Ahr`4`=Dc>h EgSTBNBE.H:O QlRdz3nDWjc-WQ6|nc=IwV+Iu&q*kCL.O<@"W+v[NQl#L=ՐЂ I=)3 LZG[-PPGh# Õ>nz,Qz$houx֪WNJSZCN?< $/KpVݽc1ml2<5TiwҚ9w5i}`?NQ4UcC}VdbbrBKcRH;YNnw`#r%5hjZ$*k)2p*I'tW&%Ӓ"UtI`Acbvm>}ʗxЋ<[maXJulᘲlHޠ.e$*,/-Rn}8K=aSEI)`pK%lr32]߽n>|!\׮A'I6E.M ̳U-*EGAvYՎg߅ &jhNBC[P}v#.c(: \Xou7/H oՕ@P:8k, ༟iSb /B )<B &Ұ WFߠٿ'HAi3#?$ iS NTF(+L%Ok>cMpcd38SGxտ0SZ¸> &څZ%qOB1leD4>P r9Ӏr/1ޟpdd{L\oh7ZU|7a'c;\ }~Xӵ(xq<P {ڳ9 W$|Gr-ĩ>ɞx%G*&u"CwZa*b7([ƶpƥ$syf_lm SvM g0]Hb@;X(:bLi2Lkf[מxx.>?Cg e.<1 Jf6 zHWFFЋ͍<* JN\Rcct,nMDٓՆ1~4n3wf~DU#M]Gx#[s2 X #pAZRt5U t{vB6I~eMr(B4DYޕm-CJJ O+ٸ 72T|}R IJCu6Ĵ-@\jZ0$3QPl@(u)%T,xmƦԳaO2*MvvdZm(n-ɰ784z~̊mTHY˷Tjwލ%Y4>t@_&x ?7 }EZdg,[nvij9pus **O)]>I!ك:@BNyX 7{* [SH.ٺQf 9X7S {J<ӃF$& ltli8D*ywTeL]T#Y<la}E>/3G4<QĂEՙ4f7>tOJGO%#GgmQ,2=+.xlx)|S~ |y-|)Ǻha9EvK6DÚOdٰ L\oj^t)ŀo;H2ei*0Ɯ}>foŦ##X(z@ >\` jJ.h/3,)/O`SaTEUb5azP\3\pro۸X%[۰*f8m|F)SKi-Yg뾴N}[Udߐ,$_"I󽇉gz& O2`#׺kLwWZOb Ü&D(zsoˆ#ksU*26k}%yWl@[dxP!!(d)F H4yq`b` _>z,u|UixX#!4JdїM9:#[W\hh { .3Z.+ %+8.w,Vꏅ_Uc62N& kЌ+u2>CzKC;oW ذ(|304^WTR 7ZEzD~Q !f|DtٓY<&H:N. ;wE驸J3f[چB kޖw b^R}U1ZQ|l!4%p3e$#JQz<"#Cl +)_3O"PQmN)dwt*(A(§!e4{lzui ^H7΁t˛;& l'!uOiXh,-l{-Pj9MAJgWar4M'>HS1yK݈DT~2KI|?C^x-=,*$]2 fl\zqtS*~ @m{1q|6#J:V/D K^Jnb'mGg1a6 J,a-6/.6D}RSf2ݻ3j͡*_y x3='-9A?Tv՛ZM@k u;=[4#5~)S@C U#Щv ztm$'!0[PjE4ԚV5Wت.W/ u>Ui;H-!0_h.z粽9YQ$>iaN}.ЮLP{mFVO ~!~Ynkdꎍ9D Pp<%ɳUJR/mmz>r4!>j:mZߧ1,n@#(1m`=cSD u$McȤ#r˫I@IF,͎]ӿK_ݧkfBrI7P?kMD;ƘV#`9X}_ZYM@0031zP Ʈk]W΀QT9sHK8A]xQ!Vo~kF=861 > (9 U2Nv M_h8&̴Azʵ В]rHlNĻ Ҽ T;NEXYx۳S=^GN1&΍8+oa{ϾOnڵ }JBz&f@kߜrg5qI>Zր>lQAIgGlqaY'8ȿ7&vT\..Rw3bB5̈́P&qj?`Am^oۓڇ}=DM"Ȯpɽ,0zP|\Z^GADoR lKyu20$iY}\j_S9ð f+! |0ݏ`v`"{ "J_j(j#k cD$KhOE30ai Ptl&X}^#ٿ}]9CTXFrEn^T=⺢6`(CSBQHv=V a$0̻S0˰Ir}gH%߄I^#M8@RD'QeBs fM&l3)x'L'lM“,z=Nm+r/A*! i'*Xsi%#/.˝ 0F)e7n"ҝ-5|273%xRdQuy:d yI 6f?qPK5{FzjL/l%~{R?ANk Bb=ԋz`XSA"W+ǵQlqAT:Ywaܞ`fe2KDokR'(Uo⹽Fz`'NJ]>FfM`ȕ]VP(>;BCpQZ Ym6}rvܯ]6/U|+wnjюK\=srZa;:6$1(.h*[Gu17(T}m`n4!i*#{ɓeXE]An\mȹCqYU\B³٩@jq%?^2JʗQ([wCUZ?m\/P`}y7b7i^Fc]|NWj:W@ݬi6Ž[#ΆsjT%eހqGs(ơuXIh j~d.<- hYlQ@ fvE춼+_b~6Y WlɼsU(IIIlatD6F%';tUxY<,j<)Cx=EB԰PDR^Vo{S8G_~tPǨkò9cF(E59Lı|ʂ(dp̠:ga=IͫYT[R~KA=@`/Nh{t’jםy?Nri' w|п_Ցxq))12ItE=16uWP@:1$5詣u/2'(&UkQLkGbY\hl:"T8$vK >=Fr8ȴC +vzf/-=4eY6~,W= (mk'7`Rci28^ӏq9j} 24.&$ScdOB"L?%|}cY;Ym!7 ͫyECkrl=.!Ɩi[Yf$JNKΥ4%1( ɣT6qW;ܸ$} 4ڑ|0+݈xY~q!b~gI&Sfz.U^h{x帳…~#OmTAdJQ <&M8[I9"9ǣFm-b5-"E. wj&:Br#)~?lKvCJ)bwdS},t&xȬ8h!юZ"׼dӖE"Wc. U%8_z} |bR3b=*#ѾxsCYټ'N'c o^H*ApP%"R?Fm',tI[|YSP-WX;>R$P1WpL3w_~{oԣ)>{~|]QZ8=!ʩs esDih(]ű<_/{`jJl j49 Q!W}ʋqڞIlFsSET^BcWFE.?K3Ȳv:h!mUݰx|K$pPR|rL=+$:aÊ-p6+ȫ=S!XtcpŃPu׺8PoLϋޡUts]-R.ȶ0*:3&PKb TQBQϭ*v%e*J* *S/EmZ-cLzwc+ ”s4$YK$~] $9F`6 cCg Z?V/22AdV[?g_CWMQQB:}EF5zu^=gbB=؝|nw== Wk 9tB1Cq$ i5eEڿM5C F)cX{2F  \ZC"tщ4?~ŝ|E#u8?w2nD_ vdPV!Ps呵-wܸVe$L&T*WcH)q'>L ƱN"Mkƪ! y"w 7R*Qz/WDڽ% HunT*0n.K;; 4:L4{L*.#gGТ{{Q*Ek,:&Qm6^}x46XRnfo7;!]m5,wn{ҽHPTVT{Ċk9n2 ! EO D1F@-y ْ"p/Oî%w-/"/f;|7}zs 4^C- ;Ο"v3<ŪE ,2aNCkj6].o:P61 fS+[IWkx#vUJMNz+ELS0"͉J|Oi 0d;~&يOLt%baN$RQJNk`O/AF&c4w|P0&V&M#HD ,~1uʮխ[ Miٕ /Z iWn֬Kg| FgRvtZ7pwlK/5_JDc@:O4߮LE{H:#Gwc,$N]`h)i)h&y,Z8-I'XBnnmgka/9]*t, !a"6c #?z7Mj85AU1G.=jf]=b4( WݯS%J>0+wzg,S3$7FɧU}wu/%X^Ĵ8i@b->Dq-WqdE]jAcQ { ʿop9pCFTv"ԱgmTU:Hgx" s 0;?u,er^<=î!(1ƚ[?~y0yqE3)R;Fj$G1v2"MJ5*^K6`D;'Zic֙zx۪z#xSFC)Hrt>&-UIj: #>IGN{h}*ρCNaaetvǂQs#^F?fSv7%U>c)#wkui3 5<Y'OGl+hi0rׁ?f|P7Bc˨ oa%]ɀBDE#  VaU, ~UtUurSV-')^"h8|dvij/jf8F(8Q=Riz>nBlZK,.Th#`2ZZS +6݅O?*?b(\r'm U RlUT3ц@\;5-Ձdp=\8Zj6ŗ fgh^̓FX߃0!iUSi .vBb߯3)R ~~ l$⛼"67KM(TyYg زc>/rЌ[$xWa+$cE%q?r JSEy6hO4@ȔK\65}ݳ#?X3KG,;]T[6-du%5.To#el2RUq8%m.虉um[r5]sw60LS7l!eQث7IX T%61Q]ԉm2Vm`虌*)j~ټ 7Dϸ˽So=li?=!_ɌtM vXdډWMGGYF(Nbb'.!ꒆjʟM/eST$(P7#`6IZ%|A̒743N-.8 dmR\Wl+[@XLkm д^MwBx_F<@+S6O_/l_I}LYf{!#dP͆T&S:75 [)uyNUY㙵G:bƋϬKhzMɋ@|>`U>.尅,(,'rh:ӢױL2|c u\!A5c 1FM(MmC+0,0yBe!")1PA,L 7R)6io.|Ӽأ9m^E5HVx-JqW'Ov)mHݘ[=c2qcAM苝Rmr SEϫ;/M f׎k劧E7#Hhg3^(ٷHܞy.5*4i)&/32g@ Ł7~J=xM-hIolzo^nkhtmyqdݹ$|jSr{?b[Hz5Sۗ>ou<6r""C͟FƩ*|'{fRnC Ro 2i_]˅CZ]vnOTl/@enUEU5)*l6*!҃@м#gd*bBi'ON0OGm(!q˪_Cc3|^ vඃYeMXKު[ Zǧ;닲cw_U[z•DŽ8ݪ76&W3qE~"WU>7L~IX\8/O*Y޸HC"u5*UW#pl'f?kx2ÑRvSyALV;c+Ih\"3hcb(3AbgQӚ`5Pן!73E:1K8g-5] AAC*xUz} lA `c !.nCvJ0N?K0K=$>S2 O;X G&CVhV nnZQzsק$?VIw]kN;l!gIsq=x}w ØYMY'5ʇYj;!ao]Oӟ'ă~Js!z΃uKb)cG#IΌƘ.8j]vpu 7JF{8ZJ#f$,FC3'ŝ`Ú0AHU !8WUҹ:qciTmo%9PQ6Q,kx5n["Ђ!=ŷm'u_AqHPS /ڏL80+&]0?=F z#T- դi%$(% m9PM3$#|<.븡J9ՃCmHO^- |1i,Pu$~#EI=EiE]Ca)*HqvyF׋lU[];fB <˰M Wp RZTv/t Qow,,7pTX)' PD2d\ ܬ{`JarѴ_Ft3H9ccm6$M2dMId!C$We䃚x9zJH۪n wv&ʻdIDo̼\Ϟ9BAli'%C(3? %>G )锪24.w+nX<]dj'd0>~GoHr43}ۋpљ+0)rەV&?l']d ^`B] =y+%|F 'i&j$kᒦ7`oـ뼩6"K18Z$k5LIW!jG4:x싞 DgOŜ|7T^N;li5p͇RUK[lͫP>YaZw9-5^\ک+*w5I*Ӆe G76X\DْTuK]Gy@uN'`$-#dőħ#ΞV rvgq]qn bCgfv ^ʖBIz7ʛ#oo.hp]nPoGE,׾+%j+5FwOGc^Ur ?3n֑1V^?Gq(KR+Cg).Q]Sz{ԈqDg b%~i'^ ߮n{ W4s$>x ͏Rm2ekZhZqwY6D$" d=]u2'[8W*fS(yʬO/(V%k'DAUx^ŌA##xfChiA.NBIwjy8U/lI؝u$ߏ@S,N}'9evVjOz[ 6ˣMFHLn lq\s=G.'Z6%-rQ ?n\8ͪ,h sL |9L_xؘ:="(T^BCu8FPXݦ r+0p?P8N[to 7~-Qr{ZBO*ڻ9ȉOhHN8N J+zCmf?2]]WSVA&/CGPIZJɢntj9~ Lcն |ЖP, s䣱+3nAX NQe7_={)$1C!GC iH"䬄u1$9+n:KcCL;hTZ3La5a'w4jEex7x㢍04;[JiŁV^Z8kdQFǨ&j]EwI*{^-͆D]![)wޛGȺ!-gy`Tl8,z b}Ҕ7Is8B7PM`o_Z)Fs8SQE[Hsa@P\)GO҃Γ gХ'`ݠ.@ki@qyr'*Ȟ(I` $քh yI%+-!P!{F\G\+È|iPLH?GsnS 1/04&Ijk"!8Y5{h6T4I O[:J8(S-_Ug$n5db>aOe:*@~}/c-JI_Xt6Ɨ!Ϭ|ڮ㹆/Kp@&=?PA 7>^,/**%Uc)`JI8{󟷊ӴL]/JoY#sX[K |yUv&d/ RÀIad樇sꇡ5vyOճNیzO'-%~v0%JTCa~v(SkՀvg`Y4zz@=jG~${-TaPo=:2oBr3QpPC/OzWBFaF\Do۾<,{H]>)b:7@a[?ѓw V]C\dޟbLmӒ՘1#%tA|/vg*T?ήk[+ RdX uɆM*\KZGqxȤCL!wд2~PCsfEP&Έ$šUDs^+3>v{%M 0(Y[uPȮdÎ%}l0dg 嶆?ksG#IJC4_cUnRg%nI v|;s_ dN"U3Q{pi+87=ہܶ!N~k6'3:η4Xڍ`<-j!PMXd^d߁~Ԉez#:̷t4n*^6'\`%"S)^:.]s}R?9tщ.Chrʹ7\P:,Mz| ekNV'>ǾZ})8ЫfvUգq]Ҿu4D-Ӱ\OS%>*CFBC9=(f$u_0_iMCE 릨BaBzK,<-~.*f A:(v]|M[2Q/t8}`})Ƿ/*-qo 齻ٮ`/ Sv htv5@+AQ nq.p\>~ח ʃU1$(5Wrw%ںQx5wq-ծ[C]OJ@RjhRfYRwK7Fߪ8Ts򞀿jN#%uxXy"yֽΝw G!rAi' 5bT0:(uy~.]5I@]R P4ߣd(+sQlkY=:U9PVi1XuV.=Lʘg؃"{ >4+^7eE q jfw+p5Gݜ,k؅#6Jkx΍KA>KR AS? >kM g-#WTO .DtID{qRɘ'%}zʈe0Nk}oK`P̿Z WsEluSɥsMW ӹHg|6Y `b*ŎXPf' ،`@ʓL|xŀ㿓@H(!Nޥ˝# (ɲh`skiu<`^\{03 lVc D\]j7kyjC&fCd1Z9T}͵kv{MKfN 㟾""ljZ6@~؝q_9?Pۄ .oеGDQə)@0ՄSyqÅE뙜)`Rിѳg!W`/:jlۃx3u`cHd:"½1p#Њt|".%=ka,kX / :\t4aW͎YWOM38d|s)HnϽn&𬟣Dy|Pc<卍''ֱ[*U{8ۑ~x5(_9Bym0ޱnο$n.425ǚd@HgE;JyKA]pdkTK[~=l6zÓ4vF\~6ENFza_P wObnm>s(gN{VOvu}Vʋ&ŒhgZZ.biݔ8I½U<1DفF#q4Bs.Sg:}U;dY跠YeY±ɨ&UӲ(•3uM܌E{1^6hSo FrJ(1=,FpZ{y#з`ɘvonI');)#!HkD!g$TVG8KxAˉ #EaB'5&z+$@ij_z3ULX \[^.,C'¸'S_*8KL> u:e0$s1*g{m:ttUϰ$}Gąx6saU) ࢷ^'(C͠>GyomRTϓP:-C Z2Cnk[;|:+vi 5tjd7z>]!6‹vS&mTL^yy#*+Oՠ&.}mƋnd~t'Cy{ j= 3'ġ`wUWRy)c`Ie7Dt" ST$Q: G?)x NsfR@LcJxvZkB(vpyYV%/R9?l?IBfw>TxK5gwO_= j-Z.2yz:TɁgA- 5<<{ Xn6_L t_ `cFɃ\5v0۟c$>)˨'PV8p ^7W(>~U׸H.i`~ ¦Azo~\|ĝ{R]ͱ,kuȻCtɟawvW$Z'`f^d4L@ļ]{b^5'cݏ&).p mXls5C%yHFɜVc4n!sqv;=C3Z%~BdkK͒YS|/H>W/卺 Z]@`u8uκ0/"o̍I%;_A@:8~5z qsw) UmNrq+@Ux̡_)/278amGT%Xhڤ$'A` %on{2V Mye'!~o\Bqz190 *ܼ[܌sL%PnT|E:/17>~GFbύto2%N/ ։`8AG*f`ɁWQa33tia~nD61&1a?/@ܻ[2ȿ#뺭v1;W<#j.+V+7i2TjȈy > Lbfq\Pe"(plpO2t=OUL~ # r+q "x*rsh8&U<;. U3A9Cqٚߋ2q f ^ AW`"{/8O:~ B>qK Oލ _9Ga=ĩ5)lS32ys[Gt$ \z>v#CY"UE7b^ث鲡T+ N58X`vpT_m;E$TL b<1lc5kAڥ6:FuM%y!<኱2CJ,GE~Nw±IJ|L;'?+CbM}yzY{笴sN)'q\fJ, +"4eSۀj(뛠5 !ĕ~Ø$rIqc&ґ1Ȭ޲ \!LFQuPh`xYM:jTXbJǜU)͙Rܟ _) 0?nd|Ys1 C/"zޙJMch &hv꧕GA־qFK5H?gAONbloaMcf^zh?j{3In28&"6FwXH_M l,Q$ŤF[aϩP(5*`A67E 4(1.R>'?{ nAmyRK ʜDljb K܏v ٓ?ʪWv#099EZ铚(93$V09v_6 {멃-Zb 0f.lLKg2h.h=@x걤q] Lt5'J9\nav2Jݩ>7}(sz!M)vbUjz=(k3Ϗ'z\D4T-Fwb Cn驅 ?xӈ*Hq|ASN%s#hj&SXĚCT|cob|&؃ 6,F =Nci{]Ֆ=)dqP ^u$EVZO!J|;ڭC&Lr1Z@RJ{[)Z.s|$0 WRbǪ۸:c\WKK Ȋ*8c%MuWJ~E.8C*yk3VGT^cΖm shniNʮ e}1 w&=䝮Ǚe; rop/0,PA lNEsO)+ho-oz /!H|? CnB0Vsq俾$U/VjonI~KT ETy8URZKl[ jqlo^N hL蒗`zRHp[`WJ73Ƈf 瘑+](`n˻ۺhcGpGpĝ{rT5etb pVwXHGn@`5V2: Z+ ,sUX,X6V]ifW m\*2^*?t'# S?|EIe_~3̔Qf1zwIKpQdK둿hqIU ]"V&'vW41+#g nGy-vˁ}G6^>kK~t>piF/rq|8G92"~HRvX+ZRe!g-|iطoqwgV3ƌxhl~pBfZf[H|!]Kf +V#Ar9w>6?۫~V=}\ <`y)PnK\fWc[C8eN;r!`zGYNp LeYdzGWW4m۵_BS71Ha/H 'UNl4#`;N8OSl$ K#,R)%BtJYG:bCT֒=^~z6ABٮ-ÿXZwA{7O"/),{E~1(Δg0I }=5>Ƴ1Ң!2zTsZLp@K*˝ݕDkL YI^&ZdUR)$+~8bz񜜏JC<5?o129o`/&7/,`?iJ l ))#hCVޘdMny ^irOq6NVq-!u(jHbe!E[^Y_0 }|Nu2,\ Mh_=uFJ+UeL~,3Y'UI%Q;xmzW` C7zOq \b z{I'^S{ǯΈ ;7"LWit; v)z؟<ʾ ^4RbÜgP}&vii{HoڑsSWlp]~q}TF|t͕*)i!]v@(JI ^jj> wr?-!YlAȶ9^}`L2ľSOD~R"WM %L%t y/Ey(WG"mzg;GFl y?XbZu l_Dž+#)dK޻Jn/@&/xHze4n(n$30U^)ҀÌe;lOXm򼶟 bN-"CG^n@Ypt01ʗm,K8Ppf܇x2  `ɚO!yS+h#mD(= ]X1%# ~O*,>]wAvf)I}G gL%wh)¦w ]=9\k4VooOPk70ns_#D7xcn {ʦ0N恱*C]vhDE4Eח%: aͲ^:$\Ѫ(("ZRRd@i3&)fA$b t'ښ` diU#Aiq]m(?oI> SmφOՖO $ʘP^%Rf~,<h][QR"cH>Pkg> XjOMN)X$'?&WAaAy¹ΨY.Żd'J}.qc1)mqw}!\iu|j'z!ۭ^1>߽ bMrf'?=mc($aX@O]I*HF4Liyќ{(ͧ '4fzA͝#ssuO B  Bc`NjG0`޸꡹u:7NXscM hTahO12ҳџMBdI43~y`^FT/?&= 3}"u-bJRjVEk$"iC{u 1?W Dk }C^o%{aznE6 93<ӆ@X'mtuA'f(#Z=du.ix*ݙ^kg}k! /Y.ڜK5 &"H- 7@f Ws3! I$cC$2~rf?PRNv(a e/ |"_9OxMz㭻G焝۶lWr;.m5kA4 CTm^/ļ9,nGy0? gڦ8D<uu^cf57;K=}\3c~wu읎ʻ *Kk-hA TcPRx=I R]L@X*6 ͭ :e&<#Hsi*tee7]+K:򼸠zj'PC;j6po!]!VVKH\ w1b5$6R6V,`&oy*̤a-b[)PA5/i@x֩5*ba){s/uHCfНjXkF* >6:DQ$_?"8;Ȕ/xKm3vx]jg,cxA,5|? rG`b1ɔEʩ4֯~= =yG 3$_\Ԁ '͆/2Hє=ˌ~`c ]Pj_+ 0<.0vw67WDq[)T4k'܅?_ƫ@%uI<1D+ )VHvnŌh^fЭ rFPd`5;O:vC !^MO! YͿV uRa\a>u:Ľ3+ɍsZaEj2Ç#\A_dl6ԧ.@@' b{}#cB@gk#{x[Ȟӻ8%):v~ƣYL&2r\n.#O.jCm-3c^;lO kV&ti 7A >Ui:Ǹ(_7od+Ę[hxAшMK;8ei@t2oYTHzcQFl xʺiJ򋏙𰇽L߁):sFAVdp}9!:7WTB^ODfu(]>σZ-f%5=*(RΚ`erTJ -(]ǂ t>fW]S>QvՍ)uCZjv1ESud$|xym}v$Xy7_C} ÖkrP |t,7f._WFW/^%ԑ^k Ek5ewuz{qNpR'+dR\?6W7&NdDa<i\4e[.TΜϞ=6wIag+pH * )q$a&pwos-ơ| M<1V}V}ɷj/sYEtv 6 VD#C^fBrNuw}EXOb_19I×EJ^%7߿9Gad !\w(m)n~NYɩKCW trsQ:g>eDk9^Ѵ,gB=8L[U-1;g iDQьRx8Z-#"l%B@H !uAN\U8E]lЌ֋2 1,*tɮx=<^| KwUorUWX{L/['ƉSG"p]'0d;hGiZ7Ki" 6)ݮѢuy;<" ۍ+lKy;WjA). oq:+B!"|IݙV^/t%ʲS?U͊_SGjyʖ)i~Y^`G4IpydG~HYRhL?btotVkf[6zP lhtN*~~E.m*W7r$12j\oA"70%)2LjJ 6! h-p 2,y ]0?ho4|"yf1\@3*yOjyK2O}e+fҷy⌺K秧ۍK ) Zz!"/:vfŪP1Rkш nÌF$8N-~s,g#@s 69Yۃ|V?iQ>+8?R@< ')1cXBt~\NGԶh$B3MXjŴ.荇8*؁e R?TXտlٰrm,5ndW2PX1bXq\sy flqTIn56>~]dg^gl7% ك(_jHRJ}bPk{' j= SaI2(_h ilUQ^){X n㦼ub쑾W>W?+>˷ͧK)W{FZ?C"E0pO ˱ڐԛ?'= RJF Q[DGwW<\ <=Tt[ՠ>(ٜRev Փ qlH:I6#.H<:=1 S[+a;qTlw QR%%@Gb?NySvy1·x6C<5ݟhr&Y8,7?bw>P``Zg*[tWhAv0;Zwu3L'%~CqɖZS24\-W^q}Fu lF|jmU$Sz0E1˩;*#&'cj57DJj.>a8tQao'@gd^y `3wXSR8ąKy,]|S1 hxs9GD1E,zK<$5ܴJrGec,^mX}rU6Meysv/ܑ-Cb#ݍ.NkD߫T-+,e!opy=4$ B!U2g'c췊=/(d&q^j ߸ b3 YH1\cfodaukW΍60Ҷ|ABݐFf$˒ŽrYtoaWn'0ă6ad 2/#$gѲ }7Bg Ye:Fˀ?C#p#|Ns߅Ԙ:5^KO"r=~ stLoYa|d&-fNo/Εе6i7`M2jUvFM"4# ^xnc=A'mFt?V)n_?l?ӔhM151bPn=+9wvxяHN6={OÊ*#]d+^N3 55^ iǧYLY;` ]ˏ )q;r6ƚ2ܢ1Ch-۲ZѪX' g>Hl!T= $wܔ+j9nmҔh0n*i678H-G~%f\v\N2ßbXV+J&S֧0 R YxEvU^k=?gsΪ$|bVR=?55j-霁()<39I+Z(Y5Au,ˏ쪯(. >WbC D0oEָ:SpC Zn]eGQӒiH қu&$B0d֡nZjN O&S㔻D0NcRj;A^U!^҃ߚ5Qr¹Z;stȌgVu|YceS,|~Șa1fW2~Y!9^2wԻmPyRvfzOY M@d q]F+9޵Nn&e/zPfCKC<~6tkW:%LBrPeQRoBV?@w5vn ^d G=55B0$u ">HmcS3Y,-e qxC̞RC%~V+d }&BO!&=ߺ(o+H+9DPXp[R" B:s).2}¦ o䴏[\|=7;jOrwT$1kp&S̸ͦZ 6:Mea?yKIX 7{,lPeW+| !m[M؟!-L:j$E~A6K*|)STT,E6ȁ=mޗ! vEfMl %f#ّiDR}}/i,KԵ&n=T_k\Z1a: {@dBlUE5c6dsc3xĴU@LZv!KtL ӲC3[YW2iKW 61&av5gr+ol(Yfً@L<$+v5":+O?v%m-VxR5ȍGa3T;T5<<<߳LqrF5my 'Ѫ2qZla!v9yUL~R1y?"tylJ[7fDI4gH`qω뺏18>0HH SJb |Jপ&d'FzCpkRaMn*eLX3P%O"#F*#ZvdM.( KX^!vDͶKk Fg͔‹'3#^nmب#o9d&ǰ>}`3IiWIvJNY%#r9@w{!y!4lX}"}0Q)?b6`5LCL94`ʊPbFҎJM":`:FDG`ۼZ`Zڭ9}\Pdrb*YMmyt_<>+Wl)lZM:.4i zѪ*7d*y) ~+0.yNӫ;Jgmֿ;*1KR,g~%@rLH&n7'oD#=u: 1DX˩!;V7Hn1N_>ܒDAQz?a}m.d"9M9p3 <*"cl}w:eٖFyQωSLƥ-|'aG|_٫,M~l mj]}xhnEQyj5`:pʃor(ce,ZqzYAi>Rg&5Ǥ^KX3Khlc:K á&Rvװ1z0 /.P+yM-'i0 {|V{3|ʂt@YIg}|Z,V8=2nSp\V&"-@ܲTk/M"b9J%͌sNOcz{ \kd2r7Oف$mKW&X #iO-ĂH}oFrF-er&e2k#+!#?If uF4h.Yꓘ!~mA8ƶO9;5 B16=F2>B46ka`zTtk\+}TF4Ѣi6>%>ҞA*ā17k#ނYMe3pj[\1@)7NAؒ~zpnu$WV CTqx6Iͻ]ꁱ;:*3xREu^HfF9B=lϻP&-ȁܹQf+j[}.֒gEKq ?Y&3rHoʽ҄\v]c3@ }?{lwcXf}',;ѲxmRD;Q>E{ ~ڢ竻•*;oG;m\; MȸSUعc隑U! Asj! `U -AsV$p)e¶tܽ<.cɪE;PL"hwrdԊI>$sv~hk]k|PË"(@t7:0B!A;8Z3+,@GȪg_9lpFu7uF(ŞǍC\YT눘ZVV_Cvxk86y&.\=d/O3GГ7N䰳p^L 0ok#nSsv5d9z7Rꠡ Pn~<7'1plUI[%O#4)xΐ9ߢ<6C0_pctqXSG ԚOb١We9uOmV~I[ÊX(GAx鬱rpI @i)(UC3bWOU{X\ʍMvE J' X(ɨMd/?{vEbAv0r~H݌'` /cQxa ]^r.UQ"j=GQ)bX {ϻM#Xw]l,/>%"چmR_Qx"Sv-O-DZ YRʛak*f(;6nt!JusY]ucȍ5FŶ9ALxi,ZNpLhKJ/Qe/ o0feZsCzfBɈSFW{)Vmß`KFP=Y~Sxf$8jd!F¥ q6lq\LN ɺ1/ DgqB Ι/ZL/p*Xwm#c, ;uY}k[4H2>hmgV<\3}~ҥbal6٫|%^+LĐcB&87@ķ0@"L>L7#4~|zv_픈dY,H)RGbl8GVO/PO' ;g #:m+D#ΝhMƔEg;)1ttQg?>=ol.,1eOK93*WRZ5'1!Z>;xӵ2t(QW2_ˏ2c l_]L1Is8'oʱo$@oe$L8֦{yc$ŃJa;y#݋E3 Oj؇KB%R 'Rkݛ~@wdazcXۘp}璧4yҸT~{F^b]hw qb,#߅f8 _zpwahGwQ'k‘ h@9" YO7ѣ[]{d2uXs~\YFJ)QÕU}&ehI76V6Uw[Ai`C>/1^ت+gފgd?B+Y(.R"}!m!p-ٸ@)uDU e0P4Q+3l1@m|Gt9x̺*h{1oa`bXGެUNX[7Y8_RK :~F芎ӗK)~~X +B.zKFbgDJ>dH5Җ+4l /s&X {QrwV[Rw)z'-w&dzhwP_.4Ǧa۟`(mg/7 f?4Ji5\Di7;FD(Ҟ9M09+;လ YO dDPlg]f1ԍ1V)oa :f֥vm\bQN%azů:s#e$ágFzG付e*UY-|nmQ7*r抯saUz=PثbY֙ hT6cS5{D}QZi (fɩ6L< kZp UVwlb sɔuya N1O#L[0D1::ޣC}s [.f! y|N\YGZcaSH  Ǡ ũ3Gyl,KC^JR1iq)f J18 f0⪱uS\z Gh=t8^ga’%O* W{U cgb}ZF9D' 7B%T T"e[*x廘Z͡`,Qo_GH$[H޿8۲smt>{*oF#5\dJ#GO<kW|@~ /u!PP*Zy|%?tZ7H (MPx݆FVl[SLeOf*t?)O_8't"CS5i+B pV2>|rhOE]+؝*q|.%쉰d6,dI`F_rOӰ klլ0-P=;ͅBA^T*I8!f(1Fkc%0_+XWH"X7-5 bqyYR=t _<;K4[~ #fCΦLTg)mw)5Q&핣[O:!| 4_TX3o{2J+v]1aJu;1DaɽWgJQBڬc-249ѧ,P#8Nq~R&<0`̭ܽy[R#X<(bm ;XWɬwod>: `0"ȳ"/`t5͓aѰ$#DsԈ2 d2!ōOap9\sP16A-,XTǤ/`7KoBzfAs<6Hj\p|cd4mcϘ 95p&tG,ƵN N1_a,6D=M#WmwN^9CUU Hxssk'g_桧6issbgz! bq?s~sJޔ@i,`zwY߮7gtʿ!Jf;U Z|i`pvks{ܘLʸ&4T\N>@䲥I?}np.3M2KUHU8.C7 >:a5eXskK JtE,^`  dvIWbDL&/TY/Wu,%P΃Bgc -6וW:s*:<KНkvB5 ;E%ట#  DԔ_zz9ڪZCMm̗dNQ=4 z.vnO_GUm-Ł9xFJhVPf6yC`vwL@ƮxSCEDtɚ+ǖe#WtcVVzv-S1~tޛ*lߛJُxuBR<6+Uq_eI{o:x+3\0Dr*VsBOG){Wɴygeǡ86W10;Ik3zkKL!տͻg`E_Z'-{E,g~2ﳰnJ.9-#1z1a&0|.ZP؉!F$*tVrDz|<s,H\._Ez;s,$vQVu[Qj滴]5w0g&To?:Ϳ\n1mggJ$lCэ@+tecEjFX#*{2MU$za!uNܱR!je2OɃ&rsSj&XL tp1/UN)+kTF_sj٩pD&l+hFv΄~lsq dރQwIjF"Ly>깲U~'K<^%c٢:1½xvK/Lp'.b).k/}%t`ևgC:YP|8jW(Ef*1|JO{Ӣ6mNgs ڦI6h`#y-.90Z&c+h_fٵs,Z]BekA%m1=c_tnAy7YԴSX !]qř_FO>mZawE,LHvcVv ǝl[РYfso@K @B_55l'Lϟb+z0BxF3w!0k{|ᏣqӼ]IJX>}!6↋RBP<,qTp 7uD~D?/ Quz4G[v2ҾB$)P.XL޲}ə#dKr L]cy͕Xa?ڮ2tv"!#}k˴8]P赍3ҳ 9Ԏ@N0{~ ׇ%nw]B0/"TX~cV+}W{͡Zv[]Fx71_I%/l\lj`, ՓE Q_(('wmo'u   x'Gٰ:.] bEBI7}q,S᮲3HaʇKȊ5nPJ WȮ2ݘ e"RƏgCcx-Rt"T5C'g>€.Y9hOi(7a2~%SZBv~륺lŌL^ؾPnyV!@?LY5h!݆ةF%Zv wZm PL՜ QGE*wn?modsWO'U䛑v _[Uz&mX٩4!4ƝqtYQ@f69q!ma5kFÞoЅYi,ھ?o*b9yy(`\1{_d8^BT 2 +OJئsYY12M62ĝ@B*RK Y0Ky$@"x.܎-UEtj>%/X|HBhI@v 6-r8/10&~$bv !pF}o/f{.EX]C-(m?@XJvK FH9ab_ٞeɋM0P"GUV]oJ@4uKFeu|* bm_?7U> r¯C3+ܛQt@'8ϟE5ϖ}f~_T:-Raq3kkàѥ7yHqIMkYAD^$0ds'~UA6 z;%z$Z0L=JՏ/ؤ6o* 'U!/J ꝿti|[pF'Ut*;:}MANRuᗞ` Ƀ8*l TÜfRѧAG﷈ B_ͮ|xrx'fQh|$`o= MWp= Lm"zV'`:Vu΁ނ B>0fClA R$sܮx% z oR% 8WSvF<ECfMBR@q Se_$[?gg \ Ta>. 8F͔@3jJ!СK/vUJ@⻧ --vz ^㠙H߯6lRS]"97buU:T]Кn։y|6H̑Z r,hX -2Z% F){2%.%= ŰM}g A~Dg2BfE@KF##={عCv?ѧbUzGUڳ^[_S4Y 9=S Cqҥ7Z>m*WTaDRQ[ui nXb(i:_C##l@˥C8vf1)"@mҊnR)m{.;ں +[&d T h9bT{.N*Z1Ž @}a-]u-B:\C5, 4;-c-,sŊ"DCuk$)8u %Ynt}f iceׯ›Cj٥epK ΄p\zRrƩ%Z6Ma_vx t2_HzG8Ufkt+GU[TLkF/p\`x4=pnڱ9H3RxgL6NmU9}gsGI[< WgRp},Si) X>C^ORi2G<~ΐs|l>]~i|m;TUgtOuFϟ /^wwQT_cF"@ގ:ތ,!"1`*'$&辳Y]2닁sKM^ۯ9mF d@ p\? &1^P]O։Nn⪬. $>ʍ1Dt6 5>`?!kIA9|4wz6.Ѩ{Pă2c.:7Qcc?K|W>а$3=QG'gDL^_ǜPEUl+V/ᷱQ ]>*e/+6գD zTYt`nsB]%[g8?"Gvws (e0b0xm UHMO~揚Vj1RR _=+`lHX)L3]Qj:(J3mdSTpf4D͚éC?w{J+ݜLD 8STa͹u/*$>k b/iP)T tJ+3 (pv̓jHT mU)zCCZEdV>mK*(D r,H`Zd9eiFɅ}$|!5nr-DQIq@Pt>Cj;{8\Wo*o㉡ ϡ:cGRcb>v1%d. KMGzpWT~JeT:#vE[v&$murs`_%B$ j#]g6Vwd|bvo9chqa#MsIo-d ~Z~\z3›WX5lyX(1{5;^]V& i9=|k،vi9-z/h|Zc6_. 6y"멘 y:Bq呭6hF؝Wy}{WδN5C|'ʶΡТ: 䲪cQS 麕BT{|#_ +ief^ &N '|XOQ7ZSti0E9_i1MboD4 9 f>~-{ !!*H(+ؕdب.uJpbm6TfYt]"D}caJf-cۛWIunq A׻X "ҩ+l/Iftt٪csJ_/e 1@Uy z$IAh/q紜;O{ *F"*F➕Nx4l!B}zB w -y!? $-J2tr6\{01E3IҢet\4a9FYV> pTlGuJj`{fH:)slvɂpKb.]=U([ URz#,'fz5o180֬\bQ0ŝKޗvX@O~SCFfUQ=&`:Yx8_(w h.߬NdDpZg tFsh@ɏw${n(Y` d#p=(s-34KaJSh V@+ÿGMحfA}bh䵱[;mj_42DD!'hXyh#fT]a=nk_tqJr3OL\;,ڈגPm}*ʉ}7cm,:| *i?R@ΛPݠn[݀8ei6朡ZUe:`'UjV-=D Rr"0x( 2p?O$5+v:)Bj1}ôP%4=]]$T~)o0LLO)vE.DhcE政qZ{J'cԶFWdy1|{yLf^}OyOcM iMj,j:DݷU{?F!Pf:|๧l.K<|yvT1T+`n7T7չ'Ue-^WZjb # ]W:^4mCJ _c"x&l(WH)/WUFl+Y0L͙IѲv}+G3&Kµ@ՄDhK6f!E Fr?-)P|Śi0?=> aZ*Qq;HiM#xzzeD6nҘ9(H*gFA:9/7}gX#i Gol7Nz$DI? :s\B]Br@TLGgUAlOTD_H9Jof/M hKg.BuM͕jL֬+Bq7{i tPپ@ }F`ZA'͝sOh w{>fm;LM7e U)zGu"+jQ3trW4CvXSdy)'pq Kg,~> RNм,+o^t|/MqS1 v _ReCmPfֆbL]Pq9~F?Y;dfX Ng]4fomIٖkv0<yh,^tB<3O &O»2󏋯/Dթ~d]\RbG*Ty w\>0u]1"pށR3U7Az+0dl$^1gXBD +7@+AFyP "e3$wjЌ `~䠖[BZTXPscܟRT&+v8UK [^9=O,0L:ǿ)I55|'"%i{O]ⱷK:7