libplacebo192-4.192.1-bp154.1.45 >  A b|]l!M@eeej#?zv RD}PP^?Zo~ ^2e_a#h$maq ͸OhO byMm8L5C\7dd@H~.b&kIry~;޸(EIȠvK>wEVFׅÀTC::e:XZ392iҼf_Ba?:h<_1)~ODI5q"EQ]Qg`Gp? ֭_8b9b26639c855bc846c6fa9dc0303cd461c292fd5796e8f7a7676f1d0f410b55c22a26112bcf89ebb5be7a00bcf88a6e2b54fd08b|]l!M@eee^!y?}їKjkE~b' hǮFhO*L.o;a0PӫReuJH&iZ\F-Fqwg*gL&A1ͼ(m"6VvVԉ8rXvmM@GAd5>jyeHJ^F^,8~K8Ia3!dYм(鰈2xCtKL/છ+Q ~eX |"0^KX \;&~#!{I6mb >p@?d # `$(8<Ybt      *Pd(,849:>@FGHIXY\<]P^bcd)e.f1l3uHv\w(x<yPzClibplacebo1924.192.1bp154.1.45Library for GPU-accelerated video/image rendering primitivesThis library contains GPU-accelerated video/image rendering primitives, as well as a standalone vulkan-based image/video renderer. It is based on the core rendering algorithms and ideas of mpv.b|]Zobs-power9-11 \SUSE Linux Enterprise 15 SP4openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://code.videolan.org/videolan/libplacebolinuxppc64le `B^_A큤A큤b|]Vb|]Ya/b|]Ya/293c65b0cab3ac460b8374891631d773c7c84c5118f8b5edd6f51d88c0f7b5566ea04a9c1ba4a86d27aaf46867d26f8dea65de7448f1f8d0cac8f507d4274e71b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9drootrootrootrootrootrootrootrootrootrootlibplacebo-4.192.1-bp154.1.45.src.rpmlibplacebo.so.192()(64bit)libplacebo192libplacebo192(ppc-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libepoxy.so.0()(64bit)liblcms2.so.2()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.27)(64bit)libm.so.6(GLIBC_2.29)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libshaderc_shared.so.1()(64bit)libunwind.so.8()(64bit)libvulkan.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aa}a@a7T@`+`}p`lM@`g@__R^@^^@^^@]\u*@\>@[[]@[@[5@Niklas Haas Enrico Belleri Niklas Haas Niklas Haas Niklas Haas Niklas Haas Niklas Haas Niklas Haas Mia Herkt Mia Herkt Mia Herkt Mia Herkt Mia Herkt Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>Martin Herkt <9+suse@cirno.systems>jengelh@inai.de9+suse@cirno.systems9+suse@cirno.systems- Update libplacebo to version 4.192.1. See details in: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.1- Update nuklear.h to 4.9.5 - Add dav1d dependency- Update libplacebo to version 4.192.0. See details in: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0 - Add libunwind dependency - Bump meson dependency version to match upstream- Update libplacebo to version 4.157.0: This is a major new release involving a significant overhaul of the public API, full thread safety, support for Direct3D 11 / Win32 / MSVC, native HDR output, and more. The primary way of accessing most libplacebo objects has been revamped. Rather than writing e.g. `const struct pl_tex *image`, users now simply write `pl_tex image`. In addition, the `struct pl_context *ctx` was universally refactored and replaced by `pl_log log`, with no concern besides logging. Direct3D 11 is now natively supported by libplacebo, and compiling on Windows in general has been made more straightforward. The entire API was revamped to be thread safe by default, even when using OpenGL (assuming the user provides the appropriate context binding callbacks). Accompanying this change, the `pl_queue` has been rewritten with multi-threaded decoding loops in mind. See the accompanying `plplay` demo for an illustration. Finally, this release brings with it a lot of features for feature parity with mpv, such as the ability to get pass stats / timings, oversample scaling, and more. Additions: - add a `void *user_data` field to `pl_frame`, with no further interpretation by libplacebo - add `pl_queue_push_block`, useful for multi-threaded decoding loops - add a `uint64_t timeout` to `pl_queue_update`, allowing it to block until frames are available even when not using a `get_frame` callback - make `pl_queue_update` also return valid data when failing with PL_QUEUE_MORE, allowing access to partial/incomplete mix outputs - allow calling `pl_render_image` on `image == NULL`, to render overlays only - add `pl_get_buffer2`, API-compatible with AVCodecContext.get_buffer2 - add support for blitting from/to several obscure formats such as a1rgb5 or 64-bit integer formats - add `pl_tex_clear_ex` to support clearing integer textures - add `pl_render_params.ignore_icc_profiles`, for debugging - add `pl_queue_params.interpolation_threshold`, to allow disabling frame mixing when the source FPS approximately matches the display FPS - always accept DRM_FORMAT_MOD_INVALID for texture imports - add extra windowing functions to - add the `pl_fmt.gatherable` capability - add `pl_shader_sample_oversample`, a variant of nearest-neighbour that preserves pixel aspect ratios - good for pixel art - add `pl_scale_filters` alongside `pl_frame_mixers` - add support for compile-time specialization constants (`pl_constant`), and use them to speed up recompilation of shaders with hard-coded constants - add `pl_render_params.dynamic_constants`, which lifts hard-coded constants to dynamic variables - useful for scenarios in which render parameters are expected to change very frequently - add more PL_COLOR_TRC_GAMMAxx definitions - implement full black point adaptation, even when not using ICC profiles, and infer this black-point-adapted BT.1886 instead of gamma 2.2 as the default gamma curve for SDR files. - add `pl_shader_res.description` and `pl_shader_res.steps`, containing more friendly names for shaders plus a detailed list of operations that shader is performing - add callbacks to `pl_dispatch` and `pl_renderer` for informing users of executed passes and their execution times - add support for the Direct3D 11 graphics API - add `pl_swapchain_colorspace_hint`, replacing `pl_swapchain_hdr_metadata` as the new way to update swapchain colorspace metadata at runtime. This can be used to e.g. switch between HDR and SDR mode, for supported swapchains - add `pl_peak_detect_params.minimum_peak`, allowing users to constrain the detected peak values to only be sensible (e.g. above 1.0) Changes: - simplify the `shaderc` pkg-config check - rather than querying for `shaderc_shared.pc`, `shaderc_combined.pc` etc, simply check for `shaderc.pc`, matching upstream - make almost everything thread-safe, and document the parts that aren't. In particular, almost all GPU state access is now thread safe, freeing up users to access `pl_gpu` instances from multiple threads, even when the underlying API is OpenGL - deprecate `disable_overlay_sampling`, now effectively always true - `struct pl_overlay` has been refactored completely to allow for overlays with more than one part per texture. The only way of using this struct is deprecated - prefix `enum pl_queue_status` members by `PL_`, fixing an oversight in the previous version of this API - make `pl_renderer` automatically clear the target image, freeing users from the responsibility of calling `pl_frame_clear` themselves. This can be controlled via three new fields in `pl_render_params`: `background_color`, `background_transparency` and `skip_target_clearing` - rename `pl_context` to `pl_log`, and make its use optional. The old names have been deprecated. It now lives inside - add `typedefs` to all public-facing object types, o make them shorter to reference. For example, `const struct pl_tex *tex` is now simply `pl_tex tex`. This change affects almost every type of object in libplacebo. The old way of referencing these objects is still possible, but considered deprecated. Note that due to C++-specific reasons, C++ users *must* upgrade their codeto the new API style - remove PL_PRIM_TRIANGLE_FAN - remove support for 64-bit float formats, which probably don't work on any Vulkan implementation - stop contrast-limiting ICC profiles, instead assuming perceptual profiles have infinite contrast - remove `pl_shader_signature` for being necessarily unsafe - require Vulkan 1.1 as the minimum vulkan version - rename `pl_oversample_frame_mixer` to `pl_filter_oversample`, and allow using it for image scaling as well - change `pl_color_space_monitor` from PL_COLOR_TRC_GAMMA22 to UNKNOWN - change the signature of `pl_shader_(de)linearize` slightly - significantly increase the default strengths of the desaturation settings in`pl_color_map_params`, to mimic the hollywood feel - refactor `pl_glsl_desc` and `pl_gpu_caps` completely, in favor of the new structs `pl_glsl_version` and `pl_gpu_limits`, with new members. The old API is still available for the time being, but deprecated Fixes and performance improvements: - fix possible use-after-free in `plplay` - don't explode `pl_queue` on NaN/Infinity/weird PTS values - fix edge case involving plane merging for cropped images - improve `plplay` by using threaded libplacebo APIs - several fixes for edge cases in helpers - several fixes for 32-bit platforms (e.g. integer overflows) - fix blending edge cases involving overlays and alpha channels - skip some unnecessary matrix multiplications for RGB content - allow for some small backwards PTS jumps in `pl_queue_update` - fix drawing overlays to subsampled targets - `pl_dispatch` now garbage collects old, unused passes to free up RAM - various improvements to debug/diagnonstic printouts - allow blitting from e.g. 2D to 3D textures - slightly improve small texture transfers in some emulated edge cases - fix several possible hash collisions for generated shaders, making the shader dispatch mechanism significantly more robust - properly allow building against vulkan headers without linking to the vulkan loader - C++ compatibility for public headers - improve performance of textureGather-based polar sampling, especially for radius 2 and 4 - fix vulkan texture handle capabilities check, again - don't include superfluous pNext chains, fixes undefined behavior - fix crash on edge case when shader compilation fails - infer unsampled alpha channels as 1.0, rather than 0.0 - properly infer `target->color` in `pl_render_image` - properly tag the OpenGL swapchain as pl_color_space_monitor - fix possible crash in pl_get_detected_peak - fix several edge cases in pl_render_image_mix relating to LUTs, 3DLUTs, HDR peak detection and so on - fix sig_peak inferral for HLG content - several compatibility fixes for older GLSL, and GLES 2.0 - fix possible use-after-free in pl_shader_custom - fix `pl_color_map_params.gamut_clipping` for HDR targets - reduce the number of redundant color space transformations required for frame mixing - fix edge case in pl_dispatch_save for some ancient GL drivers - several fixes for LLVM/MinGW/MSVC - fix bug where pl_pass_run incorrectly invalidated/accessed `params->target` even for compute shaders - add windows compatibility to several demo programs - fix the pl_fmt <-> DRM fourcc format mapping table - fix inappropriate texture access function for generated samplers with the sampler2D API - avoid generating spurious EGL errors when probing for EGL format modifiers - fix various typis in the documentation- Update libplacebo to version 3.120.3: This minor release fixes a number of regressions surrounding memory imports and DRM modifiers, specifically aimed at issues that arose with mpv's --hwdec=vaapi. Changes: - `pl_fmt.modifiers` now always includes DRM_FORMAT_MOD_INVALID on OpenGL, which instructs the implementation to not specify modifiers - passing a DRM modifier not in the list of supported modifiers is now considered a hard error, to rule out non-working hwaccel formats Fixes: - fix a crash when using sampling shaders on textures with unknown formats - fix improperly specified SDL header imports in the demos - fix an issue where the vulkan texture handle capabilities were testing for presence of the wrong extension - fix an issue where non-enabled DRM modifier structs were accidentally linked into the pNext chain, causing issues with some drivers- Update libplacebo to version 3.120.2: This minor release fixes a number of additional bugs related to the thread queue, included demos, included helpers, and build system. Changes: - replace the `shaderc` library checks by pkg-config checks - `pl_dispatch` no longer grows infinitely, but prunes stale cache entries after a certain threshold - improve logging of GPU capabilities (including format capabilities) Fixes and performance improvements: - fix a typo on an error message - fix a use-after-free edge case in `plplay` - filter out Infinity, NaN and other values from fps/vps estimates - add several warnings for suspected frame queue API misuses - fix a crash when combining pl_render_image_mix with cropped frames - fix a crash on AV_PIX_FMT_NONE in the libav helpers - fix the loading of overlays in the `sdlimage` demo - fix a number of potential overflows on 32-bit platforms - omit redundant identity matrices in pl_shader_decode_color - fix crash in frame queue with certain out-of-order PTS sequences - add missing link to vulkan dependency in the `video-filtering` demo - correctly shift overlays when drawing to subsampled YCbCr planes - add missing check for PL_GPU_CAP_CALLBACKS in `utils/{libav,dav1d}.h` - improve handling of asynchronous texture uploads in `utils/libav.h`- Update libplacebo to version 3.120.1: This hotfix release fixes a number of minor issues with the v3.120.0 release, and also modularizes the included demo programs to cut down on the number of compiled binaries. Changes: - hexadecimal strings in custom shaders may now include whitespace - added 16-bit half float formats to the dummy pl_gpu - significantly reduced verbosity of the included demo programs - merged all of the demo program variants into a single binary that picks the best windowing system / graphical API at runtime - install `plplay` when demos are enabled Fixes and performance improvements: - fixed an integer overflow in a texture bounds check - fixed a false positive error in the test framework on 32-bit platforms - fixed some minor issues with various outdated comments - fixed a potential use-after-free in the `plplay` demo program when playing files containing embedded ICC profiles- Update libplacebo to version 3.120.0. (Upstream changelog appended) - Create a new package `plplay` for the included demo program. This requires bundling a copy of `nuklear.h`, which is single-header library not included as part of the libplacebo source distribution. This is a feature release, introducing frame mixing, DRM format modifiers, and support for custom LUTs -, while also greatly expanding the available demo programs, in particular the `plplay` video player. The main highlight is the new `pl_queue` abstraction living in . This greatly simplifies the core of a libplacebo-based video renderer by translating a stream of input frames into an array of GPU-mapped textures suitable for frame mixing, given a corresponding vsync timestamp. New frames can be delivered to this API using a push or pull model, and they are lazily uploaded on an as-needed basis as well as internally garbage collected when no longer needed. This abstraction also contains all needed machinery for estimating source/display framerates by comparing and averaging timestamps, freeing users from the burden of having to accurately determine this information a priori. Also worth mentioning is the addition of support for custom LUTs, currently only in Adobe's .cube format. They can be applied flexibly at a number of locations in the video processing pipeline, including as a replacement for YUV<->RGB conversion or tone/gamut mapping, and fed with either normalized linear light or native-gamma values. Among the included demo programs, the `plplay` example video player has been greatly expanded - adding support for a settings GUI (based on nuklear), frame timing and mixing, custom shaders, and more. This example video player now serves as a convenient platform to demonstrate all of libplacebo's advanced rendering features. Finally, all of libplacebo now contains only code written entirely from scratch (rather than deriving from mpv), opening up the possibility to explore different licenses besides the current LGPLv2.1+. In particular, permissive (MIT/BSD-style) licenses are being considered. Additions: - add asynchronous GPU callbacks, specifically to `pl_tex_transfer`, allowing for non-blocking host memory transfer operations - add `pl_shared_mem.stride_w/h` to control dmabuf pitch - add `pl_render_image_mix` to blend multiple frames into a single output image, given relative timestamp information - add the `pl_filter_mitchell_clamp` filter preset - add `pl_render_params.preserve_mixing_cache` to speed up redraws after renderer size changes when frame mixing is active - add to help with Dav1dPicture mapping - implement `PL_HANDLE_HOST_PTR` for the OpenGL backend - implement drm format modifiers for vulkan - add a new field `pl_fmt.modifiers` for DRM format modifier negotiation - add new header to load custom LUTs (currently only supporting the .cube format) - add `index_data/buf` to `pl_pass_run_params`, adding support for indexed vertex data when dispatching shader passes - add `pl_dispatch_vertex` to allow dispatching fragment shaders using a list of custom vertices with custom vertex attributes - add `pl_frame_recreate_from_avframe` and `pl_download_avframe` to help downloading GPU textures back into AVFrame form - add a new header to assist in taking a stream of (Frame, PTS) pairs as well as a list of VSync times and turning them into a stream of `pl_frame_mix` structs - add `pl_white_from_temp` and `pl_color_adjustment.temperature` to apply white point adjustments between correlated color temperatures (K) - add `pl_filter_preset.description` containing a longer, human-readable name for a given filter preset Changes: - `pl_3dlut_params` has been renamed `pl_icc_params` - `pl_render_params.force_3dlut` has been renamed `force_icc_lut` - `pl_3dlut_update/apply` have been renamed to `pl_icc_update/apply` and moved to a (conditionally installed) new header - `pl_upload_plane` no longer initializes `out_plane->shift_x/y` to 0, instead leaving them unmodified (to avoid clobbering existing shift data) - `pl_filter_box` has been renamed to `pl_filter_nearest` - `pl_filter_triangle` has been renamed to `pl_filter_bilinear` - `pl_render_params.frame_mixer = NULL` now disables frame mixing - to get back the old behaviour, set this to `&pl_oversample_frame_mixer`. - `pl_color_map_params.gamut_warning` now highlights out-of-gamut colors in bright pink, rather than the old (ill-defined) inversion behaviour - `pl_named_filter_config` has been renamed to `pl_filter_preset` - `pl_find_named_filter` has been renamed to `pl_find_filter_preset` - ditto for `pl_named_filter_function` and `pl_filter_function_preset` Fixes and performance improvements: - fix buffer overflow in custom shader STORAGE blocks - fix include path for glslang >= 11.0.0 - actually enable shader subgroup operations for HDR peak detection - fix locale dependence of shader parsing primitives - fix AVCOL_SPC_SMPTE170M mapping - fix wrong color space selection in `pl_vulkan_create_swapchain` - work-around low UBO size limits on some platforms - fix compilation issues on C++ due to the use of reserved identifiers - fix `pl_get_detected_peak` on platforms without host-visible SSBOs - fix edge case in vulkan texture handle capabilities check - fix suboptimal mutex destruction code - skip peak detection when outputting to HDR displays - fix edge cases in shader LUT type selection logic - avoid redundant scaling passes when scaling anamorphic content - merge similar planes before dispatching heavy shaders (e.g. debanding, hooks) - avoid scaling passes for certain small fractional scaling steps - entirely avoid processing unneeded components when dispatching scalers - avoid using more components than necessary for intermediate FBOs - fix out-of-bounds read for small non-cropped emulated textures - avoid thrashing the shader cache when reinitializing OpenGL FBOs - fix incorrect include in - fix vk.xml priority issue on windows - fix undefined behaviour / GPU hangs in HDR peak detection shader - fix incorrect forwarding of DRM modifiers to the OpenGL backend - fix crash on AV_PIX_FMT_FLAG_BAYER - fix various compilation issues on certain platforms - fix obscure edge-case in floating point printing routine - `pl_render_params.force_icc_lut` now excludes no-op cases - fix handling of custom shader COMPUTE blocks - correctly apply hue and saturation controls for non-YCbCr color spaces- Update to version 3.104.0 This is a major release, introducing many new features and modifications. Most importantly, libplacebo now interoperates well with FFmpeg's libav* abstractions. This is primarily exposed via a new set of helpers, , implemented as a single header library. In addition to this, a number of other supporting changes have been made to the API, most notably the unification of `pl_image` and `pl_render_target` into a single `pl_frame` concept, similar in spirit to AVFrame. As such, libplacebo now supports **rendering to planar targets**, including subsampled YCbCr. Besides the libav* compatibility changes, this release also brings with it a new feature for custom shaders: buffer blocks, and persistent storage. This can be used by third parties to implement stateful shaders (e.g. motion interpolation or temporal deinterlacing), or be leveraged to speed up some shaders by combining multiple passes into one. Finally, various import/export procedures have been expanded, including the ability to import host pointers and real-world DMABUFs. Additions: * add `pl_memory_qualifiers`, plus a corresponding `pl_shader_desc.memory`, to allow attaching GLSL memory qualifiers (coherent, volatile etc.) to shader descriptors * add functions `pl_dispatch_save` and `pl_dispatch_load` to allow saving/restoring the contents of an entire `pl_dispatch`'s cache * add functions `pl_renderer_save` and `pl_renderer_load` to allow saving/restoring the contents of an entire `pl_renderer`'s cache * add `pl_vulkan_swapchain_params.prefer_hdr`, which will cause the surface format selection logic to try HDR output formats first * add `pl_buf_copy` to copy from one buffer to another * add `pl_get_detected_peak`, to read back the result of peak detection * add `pl_primaries_superset` to test if one set of primaries is fully enclosed by another * add `pl_color_map_params.gamut_clipping`, which will colorimetrically clip any out-of-gamut colors by desaturating them towards neutral gray until they're in-gamut, rather than clipping per channel as before * add `PL_GPU_CAP_SUBGROUPS` and `pl_gpu_limits.subgroup_size`, to expose GLSL subgroup functionality via the `pl_gpu` interface * add `pl_gpu_is_failed`, to query at a high level whether the `pl_gpu` is in some internal failure state. GPUs in this state should be recreated, using the appropriate mechanism * add `pl_shader_custom`, to allow injecting arbitrary custom GLSL code into a `pl_shader`. * add `pl_buf_params.import_handle` to allow importing buffers * add `PL_HANDLE_HOST_POTR`, to allow importing arbitrary host pointers * add `pl_pass_run_params.vertex_buf`, to allow drawing vertex data directly from a `pl_buf`, guarded by `pl_gpu_limits.max_vbo_size` * add `_COUNT` members to all public enums, for consistency * add `pl_shared_mem.drm_format_mod`, to allow communicating DRM format modifiers when importing/exporting textures * add support for importing DMABUFs via EGL, via the new fields `pl_opengl_params.egl_display/context` * add `pl_fmt.fourcc` to facilitate mapping between `pl_fmt` and DRM * add the missing `pl_var_*` helpers, for consistency * add `pl_plane_data_align` to help with aligning `pl_plane_data` structs to byte boundaries * add support for STORAGE textures in user shaders, which can be used to persist data across separate invocations of the shader * add support for BUFFER blocks in user shaders, which can be used to create UBOs or SSBOs for use inside shaders, the latter of which can also persist across frames and be used to store persistent state * add PL_COLOR_PRIM_EBU_3213 and PL_COLOR_PRIM_FILM_C * add a new header , containing a variety of helper functions for interoperating between libav* and libplacebo * add `demos/plplay.c` to serve as a demonstration of how to make a trivial playback loop with libavcodec and libplacebo * add `pl_sample_src.component_mask` to allow sampling an arbitrary subset of the available components from a plane * add `pl_frame_is_cropped` and `pl_frame_clear` to assist in properly clearing frames before rendering to them * add `pl_tex_poll` to assist in interoperating with some external APIs * add `pl_render_params.blend_params` to allow blending the final output Changes: * remove `pl_image.signature` and `pl_render_params.skip_redraw_caching` * change vulkan surface format selection to prioritize formats by 'score', preferring higher depth integer formats * `pl_fmt` may now have PL_FMT_CAP_STORABLE even when `glsl_format` is NULL, in which case formatless image storage must be used * `pl_buf_read` no longer requires `buf_offset` be a multiple of 4 * `pl_buf_*` commands are now synchronized internally: * `pl_buf_write` and `pl_buf_read` now block while the buffer is in use Note: for this reason, `pl_buf_write` should not be used in loops * `pl_tex_upload/download` may now be called on in-use buffers * allow `pl_dispatch_compute` on shaders with outputs, including the ability to automatically determine the number of work groups based on the shader output resolution * remove `pl_buf_params.type`, and the concept of buffer types in general. `pl_buf` is now a generic catch-all for any type of buffer, with individual capabilities in `pl_buf_params` determinig what type of shader operations it can be used for * relax the alignment requirements on `pl_tex_transfer_params` * change `pl_opengl_wrap_params` to allow directly importing framebuffers in addition to textures * rename `pl_color_levels` members for clarity * make `pl_opengl` ignore software rasterizers by default, unless the new field `pl_opengl_params.allow_software` is set * add `pl_av1_grain_params.luma_comp` to allow drawing the luma component from a channel with nonzero index * `pl_renderer` now supports rendering to planar targets, including subsampled targets * `pl_image` and `pl_render_target` have been removed and unified into a single `pl_frame` concept * remove `pl_tex_params.sample_mode/address_mode` and move them to `pl_desc_binding` instead, to decouple them from texture creation * refactor the signature of `pl_tex_blit` Fixes and performance improvements: * fix an oversight where `pl_buf_destroy` delayed some buffer destructions unnecessarily * fix a limitation where `pl_tex_destroy` sometimes delayed destroying textures unnecessarily * improve the performance of `pl_dispatch`'s code for assembling UBOs * improve the performance of `pl_shader_av1_grain` by switching from SSBOs to texture LUTs, also improving compatibility with older GL * improve the performance of `pl_shader_detect_peak` on GPUs with access to subgroups operations * fix an issue where reinitializing shader state objects with different settings sometimes resulted in undefined behaviour * fix some GLSL backwards compatibility issues * slightly cut down on unnecessary image layout transitions * add some miscellaneous debug print-outs, and improve the legibility of some existing log messages * fix an issue where freeing buffer variables from shader descriptors could result in use-after-free * add support for vulkan memory imports requiring dedication allocations * slightly improve, and fix, the vulkan memory placement logic * significantly improve the performance of `pl_tex_download` by importing the target host pointer directly * improve the performance of small LUTs, especially for the non-compute polar fallback path * prevent `pl_renderer` from unneccessarily applying a 3DLUT when both the input and output frames have the same ICC profile * fix the behaviour of partially specified `pl_bit_encoding` structs * fix the component ordering on some odd packed vulkan formats * fix an issue where `pl_plane_data_from_mask` broke for high bit depths * make `pl_renderer` consult the dither bit depth from the texture precision, if absent from `pl_bit_encoding` * fix the behaviour of `pl_renderer` when sampling from textures with swapped component orders * fix the implementation of PL_COLOR_SYSTEM_BT_2100_HLG * fix some issues relating to missing includes * enforce legality of image usage parameters on `pl_vulkan_wrap` * fix an undesired shader double-compilation when using orthogonal scalers with subsampled chroma planes * fix an issue where application of a 3DLUT cleared the alpha channel * add a missing extension to `pl_vulkan_recommended_extensions` * fix the plane alignment code for oddly sized subsampled chroma * fix the poor precision of `pl_shader_dither` for high bit depths * fix several possible overflows in the BT.2390 shader * fix a bug where using a polar sampler to draw a scaled overlay onto a non-storable target neglected to disable compute shaders * fix a bug where the renderer could sometimes alias when downscaling, in particular if both the upsampler and downsampler are set to bicubic * improve performance of scalers by avoiding bilinear filtering * reduce verbosity of memory allocations * fix missing PL_FMT_CAP_BLENDABLE on opengl fbos * significantly improve precision of float literals in shaders * add better error checking to gl_pass_create- Update to version 2.72.2 This hotfix release fixes an additional glslang linking/build issue that was missed in v2.72.1. Bug fixes: * fix linking issue with some installations of glslang >= 11.0.0 Changes for 2.72.1: This release backports a number of bug fixes from master affecting the v2.72.0 release, most notably extending the range of supported glslang versions, as well as fixing the 3DLUT/ICC generation code. Bug fixes: * compatibility with glslang >= 8.13.3743 * compatibility with new glslang semantic versioning scheme * fix broken shaders on some versions of GLES by defaulting to 32-bit precision for floating point math * fix the vulkan API version passed to shaderc * fix the extension check for glInvalidateTexImage * fix pl_tex_create on older GLES versions * fix OpenGL logging thread safety * fix undefined memcmp() in pl_shader_av1_grain * fix pl_render_target.repr being ignored by pl_render_image * fix 3DLUT generation code (generated corrupt LUTs in all cases) * fix symbol visibility on some versions of GCC * fix potential overflow in BT.2390 shader * properly restrict pl_shader_sample_polar to GLSL >= 130 * fix vulkan function loading of promoted core functions Other changes: * tiny performance gain in 3DLUT generation * pl_opengl_create now logs GL_EXTENSIONS * log some additional VkResult enum members * improve several vulkan log messages by using friendly names of enums * add a copy of the config.h variables to the libplacebo.pc file- Update to version 2.72.0 This is a major release with several key additions, most notably being the support for custom, mpv-style "user shaders" (.hook), giving us access to a large variety of pre-existing user shaders such as RAVU, FSRCNNX, Anime4K, SSimSuperRes, KrigBilateral, NNEDI3, and more. In addition to this, major additions include a completely refactored and fixed AV1 grain generation shader, support for Vulkan versions higher than 1.0, support for GPU-based timers, and improved interop APIs for both Vulkan and OpenGL, and new and improved aspect ratio handling. Finally, this release also brings with it a major change to the way HDR and SDR content are mapped between each other, including a new tone-mapping function based on the industry-standard ITU-R BT.2390 EETF. Additions: * add pl_swapchain_hdr_metadata, to set HDR metadata on supported swapchains (currently only vulkan with VK_EXT_hdr_metadata) * add support for vulkan versions higher than 1.0, communicated via the new fields api_version and max_api_version * add support for GPU-assisted validation and best practices layers, via the new field pl_vk_inst_params.debug_extra * add helper functions for working with pl_rects, including new aspect ratio handling helpers (pl_rect2df_aspect_*) * add field pl_vulkan_params.device_uuid to allow choosing the vulkan device by its UUID * add function pl_vulkan_hold_raw, to hold images without actually transitioning its layout and access mode * add function pl_vulkan_import, to allow directly re-using an existing VkDevice rather than creating a new one; this requires communicating metadata about how the device was created * add field pl_vulkan_params.features to allow loading optional extra device features at device creation time * add support for mpv-style custom user shaders (.hook), using the set of functions in * add pl_render_high_quality_params, enabling debanding and EWA scaling * add pl_timer GPU resource type and associated API functions, allowing the GPU execution time of shaders and texture transfer operations to be measured directly * add PL_SHADER_SIG_SAMPLER, allowing generated sampling shaders to directly accept the sampler to use as function parameters * add pl_image_set_chroma_location to automatically apply the correct chroma location to any subsampled planes * add PL_TONE_MAPPING_BT_2390, a tone mapping function based on the EETF from ITU-R Report BT.2390 (and make it the default) * add pl_peak_detect_params.overshoot_margin to help combat clipping on certain types of rapid scene fade-ins * add pl_sampler_type to allow encoding non-standard sampler types such as sampler2DRect, and also generalize samplers to allow e.g. usampler2D or isampler3D * add pl_opengl_wrap and pl_opengl_unwrap, to allow directly mapping between OpenGL textures and the pl_tex abstraction Changes: * deprecate pl_image.width/height, which are now inferred automatically from the actual planes * pl_vulkan_wrap now takes a pl_vulkan_wrap_params struct instead of directly accepting its parameters, including new fields sample_mode and address_mode to configure the created sampler * change pl_dispatch_compute to allow optionally passing in a simulated framebuffer width/height, which will be used to translate vertex attributes (if any) * undefine disabled config.h features, instead of defining them as 0 * remove debanding from pl_render_default_params * refactor HDR<->SDR mapping; PL_COLOR_REF_WHITE has been removed and replaced by PL_COLOR_SDR_WHITE (203 cd/m^2) and PL_COLOR_SDR_WHITE_HLG (75% HLG), respectively * completely refactor pl_shader_av1_grain`, which now samples directly from the passed texture rather than requiring the color be pre-sampled * pl_render_image now infers the image primaries based on resolution, rather than always hard-coding PL_COLOR_SPACE_UNKNOWN as BT.709 * change pl_render_target.dst_rect from pl_rect2d to pl_rect2df, allowing more accurate aspect ratio handling, and correctly compensate for subpixel scaling ratios * require python3-mako as a dependency of the vulkan feature * pl_chroma_location_offset now treats PL_CHROMA_UNKNOWN as PL_CHROMA_LEFT, the de-facto standard chroma location * the default value of pl_color_map_params.tone_mapping_algo is now PL_TONE_MAPPING_BT_2390 Fixes and performance improvements: * fix shader generation when the GLSL version is explicitly overridden * properly mark some shader failures (pl_shader_is_failed) * fix texture invalidation on OpenGL * correctly respect pl_swapchain_frame.flipped in pl_render_target_from_swapchain * correctly validate descriptor uniqueness in pl_pass_create * skip redundant matrix multiplication in pl_shader_encode_color wherever possible * work around driver bugs w.r.t out-of-order buffer offsets by sorting all buffer variables by offset * fix edge cases in vulkan swapchain usage flag checks * fix excessive CPU usage in pl_tex_download * reduce the number of unnecessary GPU flushes caused by pl_buf_poll * fix issue where blending did not work on some drivers (e.g. nvidia) * make the framebuffer discard check more aggressive * fix computation of anti-aliased resizable orthogonal filters, e.g. when downscaling using pl_filter_lanczos * fix external image memory barriers for exclusive mode images * fix failure path of pl_swapchain_submit_frame * fix various GLSL compatibility issues with av1 grain generation * reduce maximum vulkan memory allocation slab size to conform to AMD recommendations * fix build error when lcms is not available * fix double-application of texture scale for e.g. 10-bit content when using separable scalers * fix a multitude of bugs affecting av1 grain generation, especially for chroma planes * fix segfault on vulkan device oom * fix invalid shader generation on some platforms * fix a multitude of bugs, edge cases and subtle off-by-ones related to chroma scaling and plane alignment * add fallback code for edge case w.r.t chroma scaling and gpu resource exhaustion * correctly load VK_KHR_swapchain in all circumstances that require accessing its functions * minimize fbo usage inside pl_renderer, by re-using unused fbos * tweak the work group size for polar scaling to perform better on modern GPUs (tested on RDNA) * transparently upgrade fragment shaders to compute shaders on environments with async compute * pick a more reasonable size for the dummy gpu's max_group_threads * forbid 10-bit linear transfer functions from vulkan swapchains * fix segfault when re-executing previously failed shaders * fix swapchain creation errors on GLES 2 * explicitly mark all shader resources as non-aliased * correctly specify shader storage buffers as coherent for shaders that require them * fix various memory barrier synchronization issues for opengl- Update to version 2.43.1 This release backports a number of bug fixes from master affecting the v2.43.0 release, and also slightly extends the range of backwards compatibility with respect to vulkan-headers versions. (This change is not on master, so this can be seen as a compatibility release) Bug fixes: * fix GLSL version checks when overriding GLSL versions with pl_shader_params.glsl * fix minor order-of-operations issue in AV1 grain synthesis * fix glInvalidate* backwards compatibility issue * fix compilation with older vulkan-headers (e.g. ubuntu 18.04) * fix a bug where pl_shader_encode_color sometimes uploaded and applied an identity matrix unnecessarily * work around upstream issues with MSL shader compilation by ensuring all buffer elements are sorted by offset * fix hypothetical edge case with swapchain image usages forbidden by the swapchain image format * fix an issue where blending overlays caused the rest of the image to be discarded Other changes: * log the vulkan surface selection choices * log the overall library version on initialization * add a few more pl_gpu validation checks * significantly reduce the CPU consumpation of blocking texture downloads- Add libepoxy to BuildRequires - Enable test suite - Update to version 2.43.0 The major highlight of this release is the introduction of a new OpenGL backend, documented in , which is also the reason for the major version bump. Apart from the addition of OpenGL support, this release brings with it a large number of fixes for backwards compatibility with older versions of GLSL and GLES, allowing libplacebo to be used to generate legal shaders for virtually any GLSL version in existence. Supporting these changes, the test framework has been expanded considerably to allow for automated testing of older OpenGL context versions and older GLSL versions. Additions: * add pl_gpu.pci, containing the PCI address of the underlying GPU * add pl_image.av1_grain, allowing pl_renderer to add AV1 grain * add pl_opengl backend (see ) * add pl_color_levels_guess, to infer color levels from pl_color_repr * pl_shader_encode_color now handles non-linear color systems * add pl_render_params.force_dither, to force use of the dither code * add pl_render_params.disable_fbos, to forcibly disable FBOs * add pl_vk_inst_params.layers, to allow loading extra vulkan layers * add a way to restrict the maximum GLSL version provided by the various pl_gpu backends, for testing purposes Changes: * load all vulkan function pointers indirectly, using a user-provided vkGetInstanceProcAddr function * vulkan can now be built without linking against libvulkan.so * refactor av1 grain data struct, splitting it up into "grain metadata" and "shader params" * pl_swapchain_resize now recreates suboptimal swapchains even if the size does not change * pl_tex_blit now requires the new cap PL_GPU_CAP_BLITTABLE_1D_3D for 1D/3D textures * pl_tex_params.host_readable now requires the new cap PL_FMT_CAP_HOST_READABLE on the chosen format * pl_vk_inst_create will now automatically load any layers needed for extensions specified by the user Fixes and performance improvements: * make pl_color_adjustment.gamma actually do something * fix av1 grain shader for separated planes * fix memory corruption in pl_vulkan_swapchain_suboptimal * fix access mask on API writes to read-writable vulkan buffers * fix some instances of undefined behavior in av1 grain synthesis * fix av1 grain scale for PL_COLOR_LEVELS_UNKNOWN * fix use of local #include for config.h in installed headers * fix various incorrect literals for compatibility with older GLSL * fix potential type error in XYZ input handling * fix numerous backwards compatibility issues for older GLSL and GLES versions, across the board * quench some meson warnings, as well as some compiler warnings- Update to version 1.29.1 This is a minor bug fix follow-up, to address one major and two minor issues with the v1.29.0 release. Fixes: * segfault in the test framework on platforms without vulkan * error message spam when rendering to minimized/hidden windows * compilation on certain glslang versions- Update to version 1.29.0 The key highlights of this release are the change of pl_gpu API semantics to use explicit erroring instead of implicit undefined behavior, and several important bug fixes related to swapchain resizing (in particular, handling of suboptimal swapchains); as well as other minor utility changes, bug fixes and performance improvements. The new pl_gpu API allows clients to duplicate less code related to checking parameters and capabilities, as long as they're fine with the resulting error messages they might receive. In particular, libplacebo no longer aborts on invalid parameters - which helped during initial development, but is now suffocating clients more than it's helping. Additions: * add a new field pl_fmt.internal_size, which can differ from texel_size for emulated formats * add 16f / 64f texture formats with host-emulated 32f representation * expose a pl_vulkan_choose_device helper function * add a mechanism for allowing the user to explicitly resize suboptimal swapchains rather than having libplacebo take care of it Changes: * make pl_gpu log and error gracefully on illegal parameters rather than doing undefined behavior (i.e. aborting) * creating a host_mapped buffer now requires PL_GPU_CAP_MAPPED_BUFFERS * drop priv fields from public structs Fixes and performance improvements: * make libplacebo slightly less log spammy in general * skip the creation/use of semaphores for single-queue usage * fix several bugs related to swapchain recreation and image acquisition * fix creation of non-renderable but storable vulkan textures * fix several bugs related to emulated texture downloads * fix pl_fmt capabilities for some emulated formats * fix stride/alignment of std430 vectors/matrices * use push constants more aggressively, whenever possible * slightly improve accurate of BT.2100 matrices * fix overzealous rotation of vulkan queues * fix dangling validation layer suppression in rare cases * fix possible swapchain deadlock on VK_SUBOPTIMAL_KHR * handle VK_SUBOPTIMAL_KHR more gracefully / efficiently- Update to version 1.21.0 This is a minor / house-keeping release, mostly to get some important fixes into distros while also getting support for iGPUs requiring non-coherent memory into a "stable" release. Additions: * shaders.h API users can now override the GLSL version * add support for vulkan platforms with non-coherent memory (e.g. iGPUs) Changes: * default GLSL version is now 130 unless otherwise specified * signature of pl_shader_alloc now uses a params struct * PL_FIX_VER / PL_VERSION are no longer header constants * the renderer will now automatically adjust deband grain scale for HDR Fixes and performance improvements: * on GLSL < 130, shaders now correctly use texture2D etc. * fix a bug where async transfer was never actually used, due to incorrect alignment checks * fixed some issues that could lead to symbol conflicts * don't require large vertex buffers be host-visible (usually impossible) * correctly detect swapchain image feature flags * turned a few 1ms busy loops into infinite waits * fix compilation on some platforms that require SPIRV-Tools * fix vkCreateEvent error spam on MoltenVK * bump queued command limit from 64 to 1024- Build with (preferred) shaderc now that it’s packaged in TW - Update to version 1.18.0 The major changes of this release include a new and completely overhauled HDR tone mapping algorithm, support for importing backing memory for textures and buffers (such as via dmabuf fds), as well as a swapchain resizing API that, among other benefits, allows libplacebo to function properly on Wayland. There is also now support for generating CPU-backed "dummy resources" for things like lookup tables or convolution kernels, for users who prefer managing their own GPU resources. This allows pl_shader-level API users to access the full host of libplacebo shaders without being restricted the lack of a pl_gpu. Additions: * pl_color_space now has a sig_scale field, which allows modifying the signal range without affecting the transfer function's shape. (Effectively, by "stretching" it). This can be useful when dealing with HDR material encoded in a non-HDR curve such as linear light. * Add support for importing handles (including pl_sync objects and pl_shared_mem). Currently, only memory can be imported. * Add partial support for dmabuf fd interop. Currently does not support dma layout modifiers, so the usefulness of this feature is limited. * Allow importing external memory when creating textures. * Add a way to overexpose HDR material to bring its brightness up to more easily viewable levels. * Add pl_var_int to go alongside the other gpu.h helpers. * Add a way to create CPU-backed "dummy" instances of pl_gpu. These are not capable of compiling or executing any shaders, so they're only useful for users who want to generate and compile their own shaders. All GPU resources (textures, buffers) are backed by malloc. * Add a new field to pl_tex/buf_params allowing users to attach arbitrary references (void*) that libplacebo will ignore. * Add a function for changing the pl_context_params after creation. * Add a new API function for dealing with swapchain resize events. This function can be used to both query and update the swapchain size, based on the usage. Not all platforms support all operations. * Add new demo/skeleton based on GLFW. Changes: * Remove the hdr_simulation field from pl_color_map_params. Use signal_scale on the target color space instead. * Subdivide handle capabilities based on object type (texture vs buffer). * Completely redesign the HDR tone mapping algorithm. Most members of pl_tone_mapping_params have been updated, in particular the options related to desaturation and peak detection. * Split up the HDR peak detection API into a "detection" and "application" stage, which can run independently. This avoids the one-frame delay inherent with the previous API, and thus allows tone mapping to be frame perfect. * Remove superfluous field from pl_shader_reset left behind from a previous version of the API. Fixes and performance improvements: * Correctly apply the OOTF before performing linear colorspace operations on scene-referred content. * Avoid clipping when tone-mapping out of gamut content by tone mapping before gamut mapping. * Correctly reset the peak detection buffer state when running pl_renderer_flush_cache. * Correctly use the image's original color space as the reference space when the content is prelinearized by the renderer. Fixes some cases where libplacebo could end up defaulting PL_COLOR_TRC_AUTO to a suboptimal curve. * Correctly track the lifetime and ownership of individual vulkan buffer objects. Fixes some synchronization issues when attempting to use the same buffer from multiple different queue families. * Fix integer overflow on implementations with very large texture size limits. * Fix building against static libshaderc.- Remove baselibs.conf since nothing needs it - Fix build due to missing shaderc, which is optional - Switch to new upstream URL - Update to version 1.7.0 This release marks the first major release of libplacebo, in tune with the release of VLC 4, which will be the first major project using it. Apart from API stability going forwards, this release brings with it a new AV1 film grain shader, better interoperability between libplacebo and external APIs like CUDA (via shared buffers and shared textures), and ICtCp support. While not strictly part of libplacebo, one of the highlights since the previous release includes the existence of a new example file demos/video-filtering.c which illustrates how one would use libplacebo to do GPU-based image filtering in something like FFmpeg or mpv. Additions: * Add a new function pl_gpu_finish which blocks until all oustanding rendering on this pl_gpu is finished. * Add new functions pl_tex_recreate and pl_buf_recreate, which work like pl_tex/buf_create but take a pointer to an existing tex/buf that will get destroyed + recreated only when necessary * Add a new function pl_shader_is_failed which will return true if a given shader is in a "failed" state. Shaders will be marked as failed on any internal/usage error, rather than them being silently ignored. * Add a new enum pl_channel to clarify and encode friendly names for the often-referenced "canonical channel order". * Add a new header libplacebo/shaders/av1.h which currently contains a function pl_shader_av1_grain for applying AV1 film grain on the GPU. * Add a new concept of an "exportable" object (buffers and textures). Exportable objects can be exported using a handle and imported into other foreign APIs such as CUDA. The new functions pl_buf_export and pl_tex_export must be used to correctly synchronize access to the object. This also adds new fields uuid and handle_caps to pl_gpu. * Supporting the previous feature, add a new field memory_type to pl_buf_params which can be used to influence what type of memory to allocate a buffer from. Currently only works for texture transfer buffers, since allocating uniform/storage buffers from non-VRAM makes little sense. * Add a new synchronization primitive wrapper, pl_sync, which wraps a semaphore pair and must be used to synchronize access to textures with external, asynchronous APIs. * Implement the ITU-R BT.2100 ICtCp color system. Since the libplacebo color systems are not strictly tied to any particular transfer function, we must explicitly mark which flavor of ICtCp is meant. * Add a new field instance_params which can be used to influence the parameters used when pl_vulkan_create ends up creating an internal instance. * Add a new function pl_vulkan_unwrap which allows users to unwrap a vulkan-baed pl_tex to expose the internal VkImage, allowing simultaneous use (via pl_vulkan_hold/release) similar to wrapped external images. * Add new generic helper functions pl_std430_layout and pl_std140_layout which replace the old pl_buf_uniform_layout, pl_buf_storage_layout and pl_push_constant_layout. Changes: * Empty device names ("") can now be passed to pl_vulkan_create. They will be treated as if NULL was passed. * The out_plane parameter of pl_upload_plane is now optional. * Clarify/Relax the restrictions on pl_buf usage and polling. Users are technically free to use pl_buf for multiple simultaneous libplacebo operations. Buffer polling is only needed for accesses by the host. * pl_vulkan_hold now returns a bool indicating success. * pl_buffer_var has been moved from gpu.h's pl_desc to shaders.h's pl_shader_desc. Describing the individual variables of a descriptor binding had zero practical application. * pl_buf_uniform_layout, pl_buf_storage_layout and pl_push_constant_layout are now macros for pl_std140_layout and pl_std430_layout (respectively). This changed the signature to drop the pl_gpu parameter. * The buf_offset parameter to pl_tex_transfer no longer needs to be strictly aligned to a multiple of 4. The minimum alignment is now 1, however users are strongly recommended to stick to the multiple-of-4 alignment (or ideally align_tex_xfer_offset) for performance reasons. * The chromatic adaptation method in pl_get_color_mapping_matrix has been adjusted. We now use an LMS model derived from CIECAM97's revised linear Bradford matrix, rather than the non-linear matrix that was being used previously (incorrectly so, due to the lack of the required nonlinearity). * The order of fields in pl_rect3d has been changed for consistency with the other rect types. Fixes and performance improvements: * Fix std140/std430 packing errors for vec3. * Skip unnecessary flush in pl_buf_poll noop cases. * Fix variable collision in sh_prng. * Don't leak glslang internal symbols on supported platforms. * Fix an issue where pl_pass_run was stricter than intended about compatibility with between target and target_dummy. * Fix an issue where pl_dispatch could sometimes try dispatching shaders with an incompatible target. * Fix an error in the heuristic for choosing the optimal image layout for vulkan render passes. * Improved debugging messages in several places. * Slightly speed up lookups from texture LUTs. * Fix the addressing of shader LUTs in some hypothetical cases. * Correctly flush the contents of host-readable buffers after modifications made by the GPU. * Fix synchronization on pl_buf_write with non-mapped buffers. * Fix undefined behavior when using push descriptors. * Slightly speed up some texture recreate operations by invalidating re-used textures. * Fix an issue when trying to update large (>64k) VRAM-resident buffers. * Fix two address calculation bugs in pl_tex_blit. * Fix an over-read bug when the size of the vertex data changed for otherwise identical passes. * Fix a misalignment that could theoretically happen with some combinations of (odd) texel sizes and device alignment requirements. * Fix UB when creating "useless" images (without any usage flags) * Fix a vulkan device memory leak when destroying large textures. * Fix an alignment issue that could happen sometimes with pl_buf_write for odd write sizes. * Fix an alignment bug when uploading partial textures when async transfer is enabled on some devices. * Fix crash in pl_color_primaries_is_wide_gamut on DISPLAY_P3. * Fix an error when re-using shader objects between polar and non-polar samplers. This is now safe to do.- Add C/C++ compilers, glslang and lcms2 to BuildRequires - Update to version 0.6.0 This release brings with it a number of minor fixes and changes, as well as a new feature for simulating, and partially counteracting, various forms of color blindness. For more information see the new pl_cone_params structure and pl_get_cone_matrix function. Additions: * VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR is now supported, and gets treated as PL_ALPHA_UNKNOWN. * Add a new feature for simulating various forms of color blindness (based on the LMS color model). Changes: * Setting pl_render_params.upscaler/downscaler to NULL no longer allows automatically choosing bicubic, since this breaks various other optimizations that are only possible when using the built-in GPU sampling. This now only chooses bilinear/nearest depending on the texture/hardware capabilities * The public API of pl_shader_alloc was changed: the uint8_t ident field was removed. This makes no real sense to expose publicly, since users had no legitimate use for it other than setting it to 0. Fixes and performance improvements: * The pl_dither_params.lut_size now gets correctly defaulted to 6 * Fixed some use-after-scope bugs in the renderer * Fixed colorspace selection when using user-specified swapchain formats * Peak detection is now correctly disabled if the buffer size is set to 0. (Before, it would default back to 63 in that case) * Fix the out-of-gamut warning feature. This previously stopped working for out-of-range tone mapped values.- Fix RPM groups.- Update to 0.5.0 This release brings with it greatly improved support for HDR (including HDR-in-SDR emulation, native HDR passthrough and improvements to the HDR->SDR tone mapping algorithm), as well as support for ICC profiles and external VkImage interop (needed for e.g. hardware decoding). Additions: * Add support for treating an SDR curve as an HDR curve by overriding/providing the true target peak. This essentially allows you to calibrate a true HDR device to a typical SDR curve and use it to display HDR media, at the cost of bit precision * Add more values to enum pl_chroma_location * Add a scale factor to struct pl_sample_src, which is useful for e.g. debanding on bit-shifted inputs * Add a new function to infer/guess unknown pl_color_space fields * Add support for 3DLUTs / ICC profiles (via LittleCMS), including support for assigning ICC profiles to the `pl_render_image` and `pl_render_target` structs * Allow enabling optional extra vulkan device/instance extensions, as well as listing what extensions were actually loaded * Add an API for VkImage interop with user code, e.g. to wrap mapped hardware decoding planes into `pl_tex`, plus all synchronization code and extra metadata necessary to make this interop safe * Implement support for native HDR output on supported platforms Changes: * Separate the texture from the plane data struct in `pl_upload_plane` * Swapchain FBOs are now guaranteed to be blittable (e.g. pl_tex_clear) * Tone mapping is no longer done for desaturation steps. Users wanting high quality desaturation should use ICC profiles * Change the types of various fields in struct pl_gpu_limits * Slightly relax the sizing requirements of pl_tex_transfer * Change the default value for pl_tex_transfer_params.stride_w/h. Instead of defaulting to the image size, they now default to the rect to be transferred * Texture transfer buffer offsets must (now) be aligned to the texel size, in addition to being a multiple of 4 * Change the API of `pl_color_space_equal` to be consistent with the rest of the colorspace APIs * Allow the `pl_upload_plane` helpers to upload from buffers as well * Switch the type of mapped buffer pointers from char* to uint8_t* * Rename DCI_P3 to Display_P3, and add DCI_P3 (using the actual DCI white point) Fixes and performance improvements: * Fix some compatibility issues with GLSL 120 * Prevent desaturation from exploding when tone mapping to HDR, or when tone mapping a very bright HDR scene to SDR * Implement the fully parametrized BT.2100 (HLG) OOTF in both directions, based on the tagged/inferred signal peak * Fix an issue preventing the out-of-gamut feature from working correctly on HDR displays * Fix a segfault that occurs when instance creation fails * Fix an issue where `peak_detect_frames` was sometimes too low * Allow debanding to take care of implicit bilinear sampling in cases where no other scaler is requested, thus avoiding an unnecessary FBO indirection * Only run the debanding algorithm on the parts of the image we will actually be displaying. This is relevant when cropping * Fix an issue where PL_TONE_MAPPINg_MOBIUS could fail in certain (unrealistic) scenarios involving HDR-in-SDR emulation * Fix an issue where vulkan could sometimes modify commands after submitting them, when recreating vertex buffers * Make an effort to reuse the same vertex buffer when the contents don't change from the previous invocation * Fix the glslang locale work-arounds on windows * Fix an issue where trying to upload from a too-large texel buffer results in an assertion failure rather than a clean error * Fix an issue where the usage of VkEvents prevented libplacebo from working on platforms where they were unsupported (e.g. MoltenVK) * Support and use vulkan push descriptors where supported. This avoids having to maintain, update and synchronize descriptor sets * Correctly disable signal linearization on low-bit depth FBOs * Prevent a crash on the (pathological) case of a shader with no descriptors * Fix a bug in the size limit calculations for 2D/3D LUTs * Use optimization level "performance" instead of "size" for shader compilation * Fix an abort() when trying to render to a non-storable FBO when using a final pass that requires compute shaders (e.g. HDR peak detection)- Init, 0.4.0/sbin/ldconfig/sbin/ldconfigobs-power9-11 16523175304.192.1-bp154.1.454.192.1-bp154.1.45libplacebo.so.192libplacebo192README.mdlibplacebo192LICENSE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libplacebo192//usr/share/licenses//usr/share/licenses/libplacebo192/-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:Backports:SLE-15-SP4/standard/3ef426499552da64f3b65f3802054298-libplacebocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=88bd7a59171b647219dab778488c5ad17e69d8bd, strippeddirectoryUTF-8 Unicode textASCII textPRRR R R R RRRRRRRR RIp xHbRutf-862f74df7909775446ceeefc42aa3f5482b0f3ec63438c683b473c6ac7e75d351?7zXZ !t/] crv9w WB٥kLPɰ]gK6 # *(U8+qdhp'3f@&myzԃa|znAN -M.q i R-D#uo,Ak`'. xPʋي:Y*1@cˍ!gfe]]+)?P*}Ftz躝ÌF\lEu->.uCMKiMzm v[h񞁲( =ٕMN$W+x @0th"09͹(X>8 P4"`/QNRȷ+KjDe֥ɐNBǏ;82޲=3Fir yTA)PΝ;wg?dz "w)a:`MFb ENhYm,DĨ dhQ$5'ŏK\d ;;\FbgỜ _uv˸PF Lb詽\s\04<{\5<5*HIXcc@YR;8;: |3> $ߒsS&! ȉd 7VJUfON$J4S`ȧcIZ~gZh 2gMD2;YC!H+PԼC仈 l-T#H+JKͶo65p*xTMߎKP۫K~giI=oCκyMtnC+ls:vO<5$=uH[RѲDP0Qnw)()ܱV D$b."STLG @˵y7^sѾ-_LLN9RkPAXsnʢKbhK {x[fEr9Y`+HiB=*A3\Ga̵o=I\ꌴU"/ #۟,tH烆*_p4?1XNn !mPjt_.`au{&cI絬`½UQp>yS-ŷ3{`tgujc ̽tt&WH _1*O񸠉;Kӵ3j[؍s}.5qGW5@k|b.R&mX3T/?TrEeZg ~Gi+<-cGju0DMǛuSN҃Q4rR[e_ <[.g֡%Y=Ұ 9Nku]>פ! ;1.UJ=*V=~oe6k[]XPգExzN%ucfk"E"sAքa RAzuev`hyxrJFr #0x@e`ǎX 2X'o j(z `gyQ`*y5ahjPa >y~vT9ri {΂wj-r%GgN,#?6p}䖞{EZі1Q7h9O-= Za JKl!QDMd2'w8Qqn⪂⫼f%:Wٍ]ej+\Be*zFݍ4xf+t܌JġO={pQ,t•>b+݉t+{,3EF6{NɼP~p&=:'9Jz8?R4a߾&^f`;ꖄeq:#o*.U7 o3Gv|5WǸVd-i sGzF4MDϜE~=G,E`3[(-7Į 5ٟ~Ϸ@߯#OhaR?z=Jg]øw !s{B*Ya26F2Ê56彼D|̷ B '<=fSׇ0J\كN.˾uqU% @=vXۋ6(A0-8ѝ!'hs{*ņ#'6⩯zsKQ.LDZŝI lA!;hĝzqyd"[[xȠNqTd;ey<)_ rg5t> '%eR1=}}>$A> %ʽ4Ƭ٬X}AzYJ7&!\mpWg,H)6%s[`pzT. ];d q p¾Z5ZPZ-3G#{M r^@G^Zs)$l;8^Ѱc%"Wkd&r체l Ɩ]GxG_pN_͑= ;j~{ǯ[Jʭs $<\wzu/=I- !B4s)LqoaZsN)(u4\bq;_:WߎMq5 'H.~BxHa_$FBU6EvMuqPa:9'>AFJ@>_Rd~'gyL>\^5R4Kf8(aal]>v,GW+޾SM7ݴ$"}T)Gj/4qtfӞ0x/ <4HeJH-jݏRT@VЙ6(]XNBhg!:s^G浶t}Pw.<\ݚiLr;^^qz.Q7!cl(a8SVӘJqzO|"Ƴ2X'?KF&p%w>4Z ~ؼ7*._1 >0YVЈ1/[N&*72%+y6T%#Po.̍tV 4LJ5gλ*#REe16Z?-qjUj%)TJ$Pc-T)pZLs`MPb=>(EC}kcqi=pzax\_Ο,rUJzs aw?dݔ⹔5yCg7/Zd'}e2|U^)b#} pU2#iv?3Gln1^F(l9CtoG"BFCx *܂ef.S&,wag'f'A2 BH. R &iL +bzcm2̎ q <#W`t4ХZ[rpk4 xfg /sp'&5T+vО)>8Cc`#qv -w-AIm1 0UV\4*\ !` sUs@ESwРɪCS&UP < fB,V-XS3yE6Mi 5**؇l5Oḻi.g4q5%ihPeHsJ@-M4|C\-zlF];dU^+-at ( qouO2@N}|UPgQeP6?Wlſc=GAbrz"P{&P ~z }hr_DZ\MR͈+!Ît&ler-،oS0?͂%4Z R Jȫ?.(.ڨLU\"ܟ~}A:aw%C*c9B {@P"`FUA[kcHQtn<vܓÔoڠAT-+- %Y~24E xTyB>4鱞`W34ad6YiC>a76Q`J?h|jaMa`-Q0n*8\ !3I481y)j?")p0*|+W msv Rq'g`]o]wQO̹hon6Y8Hua3u=RV:GMVׯ/N_!L!a$`̓2os/;`t 7T=NA^EQ*]9fϨEa, `(/!u/B: ک)̵:L]2Hzk+c-T7 YAV2B.gU_>jomT S~I,/ Tdlm]jH 7^'Q[ o1>ta lO'xjzDyH%Zb{K-\ٜW/кkb^Qy$Mk80lH?ޑ QK"?ꩺBoiu-8]Xum؋b?`bY-!^U:G_n\c+|9JwMU ֕ڕaש=.S2dx 9$㠔nWJN}}2 bȃ^{g/.CCQh] sMj!^t (aRuHl>ͪQ33Eϝ7'IӤ<صXlMAA^#8u:+zlFǷm8Dj?1[Zôz[*EWC{09cέvR^JE7UbԙX6-?VXpU~zr$tY ~1JՖA?Xѓw"9lW,K:<$ }fOc&+JSS h !@WQl@sڱ43s7EiQodlCP&#OYdpr&CuײG$h{(@  j𤞕W Pg GZ(9_z(6umdጃZ3$384TԊ*Q!ŠʩYubSr`ͣa26Ue(K*Ÿɚ]Kc18NDA. } !7 qVwX~C5g'C:lѢ @9Y8sXvvMzpYQ2 2h-zph$ǫMPI>YTưWAV۵T%߄ћWM{ nxt<1!=ٖٺ^eZyjH+F C^EL <$Nmz6iT _TbM{=XN|iZD|whDRW{;o8íoɏAֺFK*qZa$pvww˾dGrY=C6 oہokk Eޱ&Aꊸ@}|̝jj<$by5vrZ_%A -j;0 G ЩÁy|Kǻ_$`x;suX*@jjChLX68[`HOneГrIgFW枍] ӻLB^-_Uȏˡ ߟnS6`]w4\|2(xAvc{tڒ݃ೇ;WNB%~[χڔ҆o>$ ~ cod놨JG[+N?p! }{:@o*D\BD//g VwssPDWF?XFtk?7<|T<X c?B;C3nIuf{SeEǜ6:cKz{Y϶ΒyDnbFƮe&î˲ѹq-UA(rcz]oKƱ0u}5hPJ{{Bz,ٹk6E+$]ς wVߊ{9|D S5:,B|SO4g lD6h^';<E%B]k`'ng@g*{ʎZ:6&Y;cppc]6ui1`!rmYwűd.I2?V!N}I1mGQlk~OK6Q"Ǡ48VDmWeK6}~^G%\aɎ֯TshѶ_~d!Т-g?p5o V/#4OR䎭E†+qA-#IDGi#^FSeh"sG<^m 4:0^ C4yM"Z[_(vkYX7 >f1ߍSQΣ^ AGUP)oc=a?2xg5n L"ڍ\rboE~7KQN fLINV!\!rcTV * vgeHi2lz$j=e"nQ6q8 W$Ui}H&h:FOã'͂(u bՔVFJR^鴯EƄ+whj8a Δ$S⭫e>VN6"ݤR`Eɔ-PH +?Yn"s[SbNO}v-QlWБ ;=4W7@LOyV_!=Un0cJ376`>Ms|xXa/oڮ" , WڕJ/%.B* {j#3 >d7v=|>Q/IUϦ&c plYdN=Ġ?-xB Q{7!Fhnrhgf=+=b!_2BZ CD k*dbQ?3Ʀ`_֝\J߬3Sp~m`Y7ѡMC|=")o{&X=uWF,~1KZ=r_U ?Hk?s9;eT:Cd钽>(RYh.ag)6 lirΈFu_Kdydewq]H'Me>*In%6`43~b$ڷr {O[O-?|4ޢ`CKJkÃ"k%BbBCRRD1}^;=aA&$bj;|*6YPM Nvq7.Κ/M"Em H7q\}>fH2o@4I *vJitRʟԸ`TLt~3&Vedu.4*(b?Zaru_"Nv =ˤ吓#0d`)XWp)u`D mޮ~G;@O!wTCTH!x;3$ۜT6s]a.xP/X6b"L MkɜQ\B!\_$8ͨtdh%nih 1y8>۰}!$XH菮 欘nӮ!!iNb'Ӱ$yS鲩F& ٔHCH1z}X=Zc. :RQ,>&\pT~u$8Nf0FУh, 2ЈuGVI:v;.jY>0K]Ӂ@+2s5) q [uw4{מG.4?DRzAR[gUrN/s ұב;v:KJ4I(pdZTcYW 4s?$F'3;@GpQLT+3R 9~?B' cVvVbuq~9[ovT̐&D!bGFGApܛr `6)Alh|:P;rfNpAPAs)ru[)OIZPS:%OiUR?/UfS3[Xh~ N*x T\kl+C`FZ(t#Mz} oHdTm3OgFT!N[-*YΗط)ϒ1\uk^+cc?*0wHBpyiإVez ]$p̱ho  D^П.L0"VWѴH{u#%~T۱wD8ݒӇf^%-\GJ wRnuT Rs|_.N(Еm 03&l #jB1*SZҙ)V`2Xqfάz=!fM8(->n|+o.AC e#-[?oԀ}fܞ5jȺ,?t)6AӼoqϯf54)0[tWBa&DipFVlU# *!ht`I(Ǵ~ x }^9X 2  iT]՚>2(c$cJ9'7diuC\p j)t~Jo2RݲWL.%DQ$2) < {v+HG@FU:wu5p@@=avE}co2:gFV>6~׼:-eV#c^bsd(ocxxL>f<,YD&tT(g6 r5%c\Xd-vl R~7(Q rb8,&{j,y(D4ΒfJ-qc/%i ]%3jd}%wryao20LXfd5lSj\ Ce4dW1 [| (xݦֵLWv}ݛ/:8E{Ɖ\<~ gd'ghZ̑k Ը ҃RBw't r,6& :Jm&>ZTte3yVtҧ!UӎJd`-QTuJ~«.%V.HKǞ#o)mɍWeꠃX9nw/$x%b".V3M`Y(DlMQeXz~`#J@z`?.$-f}z"Nl&F45kl /Ѳ 4:L鉄h^橤//ߚ& hօ*Cς4[=qyfԓ9U0kEʥl%L~ϼu8ɨ8Ƴbk|; 1^ªtg%Z}H 2 Y%̟#W{3h^v4äLtdKz9f^|ۛ4;{!n=EdtȅGg 2IG.e] p{UQS];@#43S|&{ E\,Q_ d55;GxWz_tsHՠ^)V ._knx>%RiwiJf$f[+z̹Dbɉ(˵a[3zYܙ$(gYRs3$2׮hDz.d"͋aՎ03b4;3[ QF5$3,&Yv g덁 SUyȨ̦y)F0zo_TlKݎBf\Br[F!(5>wZjO?a(p7q}}pQ_ nHS 5# ~=Q7)An d oxbt^H'륋TÒY\J}gW:>Cg[fϼN~ň+ ÀtD 2yb9f*z1nM&y,o=?t0q")%sml,Cm w r@ 7yKRRSc+2al5p>|T#'&I6ζp-fm&QPdosw:;2ZkL ˴=REVwY]W:[X|LZc g$C)2z"H^ rkGh22ꍛRd|w`LӀ܌a94 = Q=L+eY #ZdݤZv43,Ҷmj?y ̰' +NS(|L@DΖx!+ʯ?UcOOH,9Eq׷ E4+2q3B:0-'*O,?4q6V6\ֈOjr{t";Ɏ+E e{:"7S,v@$V^o 4~kÄa&IZn:k_l@W зoWF{NH1ԓ4Y|(IBEn_cX#z:xqZCSZ8 8cYm(5\|}yCo҃v#iݭh^wm .H&J4H:q) S}A5j}hƚ~7}ϳv BE}4ۀ[Cm@#r@ ;8=Zw g[^wFM"~c|C0 [IiRѡÑOV/׭kyn 0@u|V"7/ V" %:" ⣱t t=w3{xGhXV4Qyx/gb̡Aޣ<(*A 'u.dQtŏ,ȅJA}ve鰕`/PgE0䍣ӗ&vtߖrZyk|}TNU*?J/HZAUY*omB-c!>#FKbƥԪz*M=g5aZXP\4By,ǖ+S?M! :.@Zoϗ{t/| Mwt4M^\ϡ8rܾq`j:$!|umsߡ.m}(LU|d~5nޮIUE-2(>LS j 4t*T;P?.eMkfge; \=o~"xXF>zWN0f@bQJ\fbnYз~NFoTZfb,w 6b-0~rʃɀGnٴA\PstEtzcBD;ƓJ\O^NmcN胆0.{'qSI䙛KȞ6^)D?Jޖl [spkrU}Nh_bO@V[8NNLZ (L%녛B(Q[INh$_kzm`MgrTA&$-I|e 49{uJ FjS:NGN^knSv=+z3t5h }Nꖻg4.Y̴;4u܍Qsr +cC yXr/$f{ c! cvkбDkRD}WsA{+& %/52 4F <Qj~-kmfTLJ9Z|yfMA"yEMm'b5#ǔƑ>=tH+o$F; A-\d}AolqZe׾~(z.$ۖfWݦucl*S.5'maavŖ8==O9oTEmMb uCM< cEȳ0蔚_}f3Obh+$ĕP;M D)Vh!P.(Gwr]톇pZ5Q/PuoD9*@o%\(p±MrNb-/g^ճ)}5Uf"9R@jRF.0mhJj~>!n;n;4 \x.0>4Tt>~ ;5՟?y 0N]bjko N S~˶uue+dhbW1/*VStWڝOWw3Wf2֟/N4dG,=i4f~h̕` :)3w+1?+=wUd| P-c ~[nBgȨ FZN\KTvH0~ŵ9AKlJ$u][[dJm(Q£JLjwK2QS1F/[ 8pW!kU$ϫ1 l7R-hW)K%qlD 噝`U>y8mNmȹM`D'AeXE0 +=tX"H}, t{ſ$?eǤ-&G!]H0ڽUxvpFS:G`7)}oSFǘ lST{8"4Qu4kn({Гzd{ζ+#p[\U'x\X\cftc[R{&֫#_st&JQfX l P`x~`J"ߒ"ϽsɄ4?c(W jϭˢԤN*UA4 ܌D5j`*AXq Ţ;.q9HK AjP(|C[iJuS'EQUzt%';u{‘k&WE|IlSP?=$ Qސb Al>2m]aw * ߭lن 6=& a%EɛaNw9đoߌт<g'<#+ mV+ K+Avan^u{5bֹ2z #&-/nw/ZāHnEkǾO&(Eo˫.SBl#Qߕhc~q|9%h& !/bꊋCdzL:ry0Uc 5S`@=w-?}T!|Q柤`\N+^즊O`WS6,"0娶W[g#zPn> p' <6gPNUIa8.꾢4@lO:zJEȈ=%_βb7C,͂9 Hl!jzc\BBԭ:Lx=X뛃Y.IʉHܟׇG a[qy(yVbqP5C6g.J(:3=k@uRM6KƔ ԃ6! ~MH* /˵Yz"8w42[/]*em$)EPnLrx2YjN2! n?ߘqv)u?afٖ;lk䫼٦.d. Ү%{ё0 Rt˂^4ʙ9AHoO`?'=rOX\2&rvA X2acbݕf;.ۤ&a;E:TS IUitFy?FbRg33h521EB(jN#K"n/J/`lQ}x@wf]8yXzi$d-yP^jöl_^^5Zo`Jpl)i3]V- wCOՍ/$<>bY~6,Q!275=`m"L'Ֆ\ڪnX*~OkΡu/L$/W*ݒ}G} a=$$v?Nk#T_$WvTkS47{~#q`sB\Cq7!XFi8,d Խ6Yјz;=*: cgJMA /zAV}գ|Y#i\OX5lf1q #eKx*ϑUmW)lpKeK{v-h>w?di!BS왇DQXqpGJS񎨦SY&B %|/f Vp <7o~peQ@t_J72>X&DR~ҕ(&0lul :SE&=:2@˚ީN?U,_3B*۪sW6! #!W.$Y]Q*|3Ѻ% {x@ d_qeDeF|8|P6dǠW78f˗[ؾ7éTlԆWz Z,{ Iꃌ­BXQ/N| Y)u2W5RZ"MWv\guPXej7}Hʗ[~YI/J&'dP| iiDP;~_gkY"7ͶRj0 1\bcKQڵY0lipr/_5.[0uÜ\7KH@n/+Q^ cef1%Ŏl7^B460yfvs΃t/rW(i=|LsiefR4@a͢-iRd32^O'Ҿmޞ$k7H$lBJh|$l1\\΃?]|ECgMM(vrg +ohD@͑dfeЏ F+dȱ*6Zc82KrEEF>#磫Q@[c] 5ՓΉx$+VX1?\U̞ eD}:b*VnhĘyEMVav$J#2#BG{v#⯓@$-õ4NA u|\.oW[-s~uYwʵsF^U``:Q^e_ӳ̔V!>.a; s@߮d+NY޹:+ѻ$!۰v.AԬDN|,)jX7tEeBד:57>rSAAMi_KqqD K'ﭰ#Y\B{z@?g kG&fϤ{"аp|+$#lJqdᅤh`ʕ板 I ,fZ1;b^pt9>Ya&s *y]7GJL`L*VheN Iy5:#B•wM`o "w2նu<0=u|#_}x%ŊDzm~?\q/psEY9t 1c-k_4fI8^4{d\OwpB LqJTTj&vZn~8anu( KE šB4HDE-µL.8`l2sx$>G%oݲ_נ3;6׉F"zB(g̸NQgX V*kй M&Q_d_Q'^ f=E[gR~6]΀7Su gCHMGpWQ8 W%9-mmkTKmV0Vr;b{JOAwO.@ 34K!S8-25sK6*nH*T*M.R`0NK8Xl?Uz-dW0!WVc:vD g;Q(n0EQ5VkC`jvp.Y fo}^v9qaL&ڞUǫTƆXYpJ,hlΠ -͵*l9,Nޫ= t9ld"}Y~!:sm꿭u];B&au8i*7,f0 [^5zBs/T 5}-=VQq %V3Oߘ.XY_JLQǘI4ŭwU 6&byqu3yVz^Ʒ;!0!s\вjg$8CZ8Hۯa*m?DzFk 1*|ӳ Ʃ/5*m18#*IVܺh& (4sEWvKy(RO&w+1%b7 E+'-E=|Pldt#BbȰMU)=[;+Q~X6-sF3x{C43? Vqw %\ & hh%pRJAAO9џ"Cf8Lƈw磎1[/d5I܍lp)P&vfr|TEIgI{ي.~&'zF̹UH.J!Wsw_[)l;Q{9Br5m# {^G||2=<@ݧM,)3&Ti_Vr"RťN<-rʺ>Ye Wq0Lg7QMT^,~rWlU#Ł6#7vᐘ822Q].<;iǺfwf +ʐZQ3F<>~g<@.g_r5gM¿vpb [ F*}P5۽PZ? +ԽZ EYb8׸qEѲxw XJa4xzÍ抒֪(ѠS L^zF󡆣=ݘ$40՘d%Z5^Sy径?b @bQ&liL}*,,`ƌOy&hYBXZG_TO*0fk,KdF=P( 6hA>D-Fr|aITvzt8!-!UMì/Y's=!pH7SWI ~}7:[ SƍB&qL|^9TId'XyawSL}ˊ| ]>+a\dd74D[_g a؅mj;b}nwx*zz>s0ԛ{p@phJVZ!1 ,k<5] PjD]R,:/鹲U뷆%el~zF̴vn8z Z6OI^}q&J k S㵮B*=Ww4e96p~Sŧ (N.Qfa?K?8ONs#n VosR7A_s9 3ܳY̵52?}O~~ǞY'T&TCyH6Wm0jy/1u~{0-"j<)hwm{h:kAp-0iO?ƺS%zǃs- 㮎W*0;kXj0|`:T-.-0mQ8tak6B VGpW-%Rm5'4+'#9֝/9 ed#:oЯ "(6*9ͬA %D:]%xfl,W1ASj T܄T `wtI U:X@azpgL4]Xx 6C/NG1D(@{͔ԙ0͡zTṖѨ4#jm t:%/p!TnRl@ƜFqv RPϝ3ɫw(_8r8vDQO'UTe`1/0\9^$\W(e]_,0UDVi=7 !v5c a2lmlLnqڥhBNBZsn]:퓲4j1ߨG0`Xb}B |FH~CAeɨoqcXBR0:&r^>Z41;dT FGYYktXyڗ& o(*zrY[Y! @l%M}ZV|5WTJo$'O6%>l~I^sng3&t7xW?Sθ 4ljMs [SA[G!D+j@̖hfyRؓps=qE=+_w7 annTSNjo4yhn]\:9 -"VF>MS-/MٸUá\&`dS'r#Q((N]HP?uhoP ¶W 쟬}uRȳNFQr]G"G!1iLFK>baw}b1O_ xnzDIA#V5Ta[9{v[-BC0 =һOBa ‹u}E:Vn E#Ҭ`,7s* _.h-av"D]bt8P`U /@-zɝ6! 2dqU*jq*hnzL_>! D ?L8e/XE=\:$e@Cb ț7ѾQ=#tZt2f^,kI40{_\'/^K]Ή" ' t%ƴ]іZhB:▮@ؐH[ 7Y7œy9Z"ΧA+P/4%@Tz@*{zZx*b[;[H"[6ѯ(DbCm̰mdqѺ"Gka 0 6+M[7V#s*GUܲ! <-]o9 n󻠱9Ϭ [__5Hv8BũT+(eJJ񬣬8dCH4r@=,bRxW òD q9]\'DoA6q\]- ^ %7j\Uf ݵ{ ed.m%G`o`~4dIJ2$&9rXiEݦt*P7>娝o_hep1z˩Yq9d;KR.D{Zga"C пMq'0lHi%+6pO$RRw8z@z/HA?eseP%VӲYAol~?#:4*@ :,^)7`^}\z$*Ew-㕖Y* C@Fb]O խ߬#TLPeJϝgt5!;sDOg=h 0k8jqӳ:^DЗ@ȄhR2k6 S@S'-5͏5>ڊGR9yz"e0 ˺Dk}]TKeoXmm2F펲/QGpkqNOAQ?&L,8‡p/nnB(s娈WvKEBvp*DBC] We붒ޟʺ%›k!Xc(5[dSZ"U>I \lnR]ruױx':Mf)(XBИv%&jŵ$,n`k3sO?\sl7>rxhe'r!$pMՂXC?ܝ: ܏IQwfQPG;D `ŚwS ߏWςl̫Tmc{`I" )/KL/Mq筍Bm=V(˷Wd&5|r7ZQon,*\; 3(A=,&lCvbX0T{U=0{h,I!ZzFc06$ ձ7IT[Dpp8=͞gNs9 D> R[ II_i YV`.s`|HӴ<.y^>}|r۩O*~1k5@au cD֩EtVY`en~&A~"(6"v*>Z$eĥ')Z#bv4=iŸ́>M*Hjop4QT\>P.r1lb&:0y _iS4=W]IOk6~TQkQʕ ͰSrکx_{a]5%wkfNlqX娞{UJ?^x'I#sdu #(KFtH?a75kŃ)N& 2 moZ7A&2hGfdGSTؽ>nFׅB9*/)nLGr}K1qzshPp Y-q'kgncPK \3*/%s"!wojI^—,NA&ƍ,:XG .%cd!_؊BgJOΆ{3lFZΈi^oo_Q|}pwY J&78LUt %3t{ט>:.JΑG'|+n_=_z'6N  0x%BNyid&cG,3|m-/21]c.fT$ il ]Q(OWzx}z)q`yb-u>o0I;@_7fn/^%I0ၭ@Kݿ׻haR5*3' Ӝy}[9xz9L<,n9T[u-b`]9Ć ~׀P|%߭Q!m!JMbljF|5\]r.S>SV=6ߒ-ZRzOHhSa3CZ 9mWSξ^1%w/k83Bt;uLkҔt`6~RA,6bZqW:_{!Xv1> )(xVĆZf_a?$y5Wj;n\1p(bjkM0)4ɖ߬mcr2׾z=vi'UJ o姅:ck}"9Tߩg1T|D1( ke)]Pᶧ=vw <:~Ef :VZ,E_\ [:#$Tz9+A"~\F@?ɠh.a ꆾ?g9 X):[A$ 5|*(ۋ0yV>*nP7+vZY0 yݭꫜ29mCB{lX4pS}/ld?Pa #-GC; lmL]!/aV&tNWJɍ!k_^Hx{oـm KNac 6R';͈/qB^<,gսÍdQ:Lqׄƅ<tqc=$ M8;'VK3xžwn)%ѕ{H w-PGc7x}ke҆&=^3RVcj}8Kޱ wG)GFA%Zivuewi?K,F5U@֬kMvkXX?1!! N*6ZNsbTME:KIuGsO3EI(u4JtobZl.|H{՗k3zF!:5m3aqGCr]ُ&;(rM/id$eQJ J*"(^dPI/%18 `R@\.U>&Vp i bU+OZMOkEb}dN@i7*.(h弉L0hTpP/pŒ$OɭV-_lὯ*ժYQ]!PR{5p]H"'? HH'ꏴq2 ԰d@~y?_Y[NW#pB轸(6!7KZn&DS& ViA(@lv4u \]B4ɦG{Trj?-Lbv˴=HISU53ZR%ew&`a&*RVY?ȑ-k>ma2zMՖ\jP R[Y5J UL,[:4Dȁ0Zw۰_ƴ<+9*?( bL~HO 8-! ?Ey-D KŃk4p$.k !,7 ^#6Y׆<׬i1wٕOr M2؂u\0A-hl5W_ fؼ(K<:6v`-{-h1cn 5htǺdq84S$ uˋ)p])'f(] =2FEv^m*)։eȊָB wI1AH I!; 8 rkҼu Aw#S'v}8\quFꔨ3P02jC'+%Gk,U_Z~;4/JCrSeRQpZwFj0x@ri. R&zq9@;r}Lh';[0mXjP<'PQm4u c%hO0:!TpJ{O8 )E)g81H9@'c@ ;.יW*f 3^JEC$D*n a$:`i;/Ԃc6ax׾ JRKYTwRXR0Ѣ(KG#rD3+u=ݳE@4QG>"z(p?79{n^h`$1w6f )2J#~2:v/ y:4A#KˑWu?I2B.)?3"#x\>QcDY m_˚kd£/u“9:?6@tmi@a} kR;Y|(qh~(hM_,mcu8ѩ0T݋:J|X@j Azd\ZHSMY7e-Tt"+/^>hgj&3:w^ȕ|mJh* %Ҳ1ꤟ\Ƽ<:_󻟱^ņhƨrD==(S# _#Zs9 r6WTZgX~/6'/ے!7)A]`uzD͕.SJX8:jq3qUTo=Z])įAG_~Nlwg&='Bǁ6? @+Q_V^N$ncRV#" RکՙK@}ع kݚu0]#?؅6Ժ/Ⱥ;Tys4sq_QL$JV`=w,kerxh~+ۡ%Yu ៏Š/,ۅQxyU%1XMA5c U^:uB~zl7Q(W.`PxQz%z2+( ^|HzIid+ sN.sy&:#ujhcO5ҞuOhq1 i ~4x Jwj^z)J g1}),TT|JLܵnJ~&IOzCÔv~J4,n&]z]r0vLH%b5e}wLNуz4Us. =)9n%vHkf8rtз=8M kEJT̎"$ ;SAзC+q f~.>yN$oNMm\CTWD`)J>e b>*Xn XSJ{e/zVA?b33WAE϶lXS1fנsse9faH*hV?<9׆m6`)Nd҆+diȇYCր>n|ncB;/mDtfXSxoeFeE\-ͬ˳/I+&|iZ]Ċ<}}L iѿS7" D'7ߥ:._q4%еSrFx87Us'ͷ\mlhu@J h @Xq`z-* jc;A>aY{c[4* XIqx~Yty^UL'zSuCju v+Hdk7dz9#dQ+%s)8"fo̅á)Sޘ}sχl&M]LunSIز/3T5ߠK|oB$TSvYvEFw.2?qPAp ^_V6*a%ϱ;>}NԏE5SzF_SUqK"A{SG'g7 ?8DIĺի!3 MZ|Dy 6 JsPfУWn,@^ +;>==@q2߲'83{Ӳ5 =QiV)'N-RH 0;շl,b Ta:_M]g`eM4-Ȳ_ ';ߩCĻ,nt(l5%FZ)y@D_>G7 *,=Ecۅ ft4Q}r7jQ^{.=; y'HytPxs ђW^}5  UH}{0hxe.}RƳ>3FX)^E*j[7R ?IA'"offL``Pj:xB{,cmJHV},jZJlb?5s;k0[>>ϩNȳ12>D〠 ?Z|^[\N~~a0 #sZ,ܶջJhN],.´ MOSSڇ# ]Aq,,|:slU]jѦFM-R?Y wHً&wri9_;LqFwϘ3˭5рHmlU+0ĦYÑZpUFijA6t [bz}RYTy*G :I$VLyC b}ld%N"~ Ȩf{"BJ)eeǔT6U凓hӚNŕM1u}!w%P_ѯM:&kCa6u2b.buu.ۻSbf:?r4@ch@ICtHkM7ڟ gktxȼ6fJh6Z0Tگ;ěT&[MT p2<p䔮%C7S,|naݨ=3ݝ¶;WXREIw؊kC3ZnL7Ruqд 3⡬d n SRX,ߏkZpM+7N|XqdJmВRUIU۞Ʋl_,m=RX=JP .btYH԰O K$3%% WPJ6G[ =ث3jm4NZxBmǯqi_jd,/yAy"JWhOU2TʥK:OJ2B MrS3y9ؚTDn"C`RVhE q K-Խ5N9VCmb8**W>W,Bz1>IIioE+]ҿ_Bc. s^C~ߖQxM3{]^ 71TJ3Czd%fQN<Gհ*{=J_K ߒB{DZ;5te qY=-=kS݀W1-8+F`XrtQW#If=gWÿmӵ$p u 6s ^b($A>ڌyQ'裘?7ڥ k\ ;-ڭʮG#K±1E:k"seu#Mhp{,{7^p݊k|>#aZAS/)!YsFY'&elPHҚ5i~&Pmw8o,D3KP#\KֿHչ"@h\ q<0 !KjQ!-fnH˨qL$ۏNiO*1yfёfk yLzm =_.m<&5g 4F@=/'^arbPz{[#{V|L&ZuޔʃH&2+j24?4J"սî`}﷟E`xy @Z W)D>SWJꄻ3&\K'vh|--_Xty_Br"+5G7 -1D%Uwv7LaUUNTo`{Yeb:,M GհHdUbKFta)Fw8H۟a _i};jP6xiAhI0;qNgQb:_)X$Ѵ'O`r;Ӟ|;m#Z^M%n *:qLndW.۫ppTEnk5ξWk]Rթ18yp~lvttSrGӤB;/JY- 4|I]_kIFr7Hah+Xʶ4I)~+:H IpK&@7*Vҏ="G΢a򊅃40HzC^iZz eryzry)#fi=?tOjZ]ĭN:rzU2 ݓEq!O+3# ٻ-J఑ve lR| w졻9yHˡ:,]nԔyc,dV(~Lt/O5s wtʅM8."JЬmgZ?7*TJ)>ayԨƏF$sch@L)^`WՖߺR~ 9ϰ$B8h: קk>_Ek,ƨ'Ewlxc[hAb:ҝB~CHzD()%s(q$74T/je-@3BbTOCGrd-/t)>=EϘd'2Jåz)+mr]5CORnkkV9<*:;<8b:c֨Ϋ ?_eony ȉLӞ5j}]"K*-\K+2w1-~!,*Nj]fIFrʛMdէA2* 2>//ln`>N(:R_c?q{GqKH5kx,w |[ߌXB05vᦗG\M7ҀWήmYle;KTdzmas]c~qJ{ :m]*r! rɤF>xB>z\޵OCW䩤SdzT_&gM}ϋh>ǤhpC,b?? !8G\:>#'E\TΜ9d<ڷyˑfx'/'XޡPuM\jW=?Zӳ, C^+;Y9řOE<'WS )Q=E.FECO W|.OnUr\!!?𢚓<[hy1uFP$vJK*Y*Nށ)t}9;6d08rNSq ۙ9ᨹ(3|-zFjo4h Rn{IL9tHoa񳹸S |{@/]$w ][?X fGZAc>s8r#3I]ֽpO ޗzJtۋ:dXj-5F9m/MC$ƭ LyyZ:柄LΩdF*R Ny\n` CPRP!+YhTty,.icW|h{TdB`{sܺH|KnY U>?ˈZ`9oq5Ҩ7n6taL€ieѐsC9\;\笅V|kFT3澥]a~Pj5.l_()d[y"?XWidAKQm_;,_ ^O {?e;ugn9oH9AUE7_ IeQ3Uu4 g!WS;%2E=M 3))d;G*bK3o NZZ|W>*ԮyD9(uamN4AL]\E,ܖļm I8₭ȯ1 z7;(ޯ=7 e,C2@6匿,o^\Ԯ87ibR*jW1]`0arQ,Z4[Q[~~ muEr6D|àc+̫6Z&<6L`~8H%*O|f<=NQHe0T]]Ɵ4_LR(Ʒ=n\iWz^|_eLm@)٬ F뱹V~=Cxz# Rr"% .˶gSLמmW:GgUe=Tv`Kǝ>ʕrew:ãU!8JvI뺳r_i6Xt "pTFX9x}ԀWfҼBIF7b: k/wO)qtA_wdͬV;^P_dpJgL6jI}$% Z(m >ݿ7o5@0g0Ht> nđ;bX$'da滈i iMIu{FLw,9?5F*"xDСQg`P`FzOgoxT=e`%ns##J G7K|6umɗy^LY̧ Z2dv³ W. Υm sd@*=: 62dJΙ7u7G0.3)ol!oѕ~Q3MGGNIÈsԁ{`^}[*H(n?haAF- <$멽yg$sV;D,%uu]hh˷EsT<~OwŚbeOa2i _(,f́LVZ.ջlO>a 5Q(xϡU i?q akN oۥ"u |5gSE©H)?%?N5G[v~sl( >FH2t[UV͟r(9tsӶ3Sto5G= ǻu`DRa3ԳFr_>,ՠ0{NddTUoQی^%Zʔz1A{!˺iP@.l4쒈ڪlNhWav3Ylt듢:zre0Hh7v̵BgP{-1:h=v9p*"wt&j&D^; aV>RRw!bxc\Z3/j QBQ{?"!PBj71i#IT;=ĖuER6'(J@yҽ84Ŏ%~'>Ƥ|1+Urq|B }^0A&8a-i!`ϵ3$«Pa7HB fƆf?~=KBC2$HI!1SznJr,rp/pZh_O2ceP\9CcEDC4 [/$BjGp[# tly}*Yc%#L1F'Gۓ{`̂*ޱYY*m . φưB+!dm=S'Uw#k׫Rs; 􅬌%,|HufZ+LMWLgs@ab`Yn(Ue[hw|Ɔ_ V {(VR.7~fΗ]Rk0{_]E>.Q ͏XȲV7Sc}@f&VF/e‡Rx8SaY=4zP7VR$\0zMuNs̷dR0, ⋕*sSiyj0OR_O+P>3w a\RGAd6iv< Np},1YY9^nP=47{hvo*Pt*Ե1LKk6;HKup!ʳk[ sݹ  I!XS4]}'c!#1k Q*8h=Fơ'DGefpo\g)O7 d(TB>8(`mc-01t* ?3|cXf?XƩ-biBj2K#90 [3E i+1uCIe=Z#K0J)0 }UcOʏ`/p&iD& 3AD[iJKg&B壷GX&FXkP. MrQW"I9xMd(iu* t|eܒݏ74j76!|`%5m"ՠm;\~FM3^$8t@h !d#]V}<+9 DI(zBXlִߙ/\40Xi+Άu/bs(7-P*cX-j7YCB[``Lհ\l7Ih8w$Uj"iؒ7=%PQ:7؊|+ۯI\FZl#~e!,Ik3OX)Ͷ5́H[!.DJWQf]VI&󧃙Sb1#=_)Q< r|Wý`)]yT*eD/':rJ۴GBbtHNeB~J0f.& o4x@.{SE$~18ѬU"s=KZ-'/e]_&iơQ|jƗjlCf/e\*pO-v*ԒlX\__~ `3=\h|Gpυ`AP+G eZ '5bXlҘfu]\ӫ~S<ިJ>N0<ZYtE0wf?;φ霫vpJRF?kh:h!**}dQ:"95^*2w2 vwBM<;Y_L!) ȟ͑~PKL g7lMeJ:MH dH]05hVHxϊ-P~85LΩ#AzϽW-TܴWi`Y/LW"Xb'^!ma3>(Y˳M8, R4z~yBJRX$Jg$AM~5i 6I!3~Fvk^"] D d!/ўc8we6-",,zD3ͺ6zG^CnV v}C;碅} L3͍Vx'US'y*)Kma/*X n"6 $շ1,pNj:^B2:O(}7PCuV[DA#7Fva\Z~6Hk1yWhLҎYm;wlsƛ^<RfCmN# Yᶹu5=yBEQZU)"[0&@ =X)uqW\3{3\\gvƊ@$b_'EF|ew8sk']C](QG>W ` :z~,x`k7QEL|ŴW0K_>Ӂ+,Y׎x[""S|Աd d[cY!3 t{bB޷C4#T}/WșTU/7:+lL6\fmڌ<b[DDlQ-ʅ/H- n >*Wnd/ņ-6N=|)@41ZM/{j'DZo*!jYd( !]ѾڬFA-;pWe(( j73+*k RS+Mݰ>UV2k'ś8m=MՓ;'qh̎vqOAMdǠ߱F[hsQg+@mMH( )l'6狈I,KFbZ9r=+9i[{?!r+O|f!D80Tr`z{ yu:ΧђЃ3#/ [ .QoFKoB"̮60;!JwX&fEn!r[m9pK񁜩f͛}(-Hb 3݋۱"4Fyϖ+?Z$aTK?@2ge`uQ͙g|sDid"Y<KzՎ+te>nLB xDؑRh[g.Agfʄ-SK(`N'JqaeSe̷jil(@N#X#_ %ZM #0T~E8QiM< 6/.|lX4; `xoj/>}V1,1Akb 2!~UP'>L MS2q82qZ<{_Յ Y~v8$Xm95H'čF*܏h\3Lr!Cd )&Frvr?C߆8}2׆AٟC⩨4U!X{ \Xɟ@EM̯&ϟZ Hٕ֚MC)=\%2׷b`ߏf=!wZk"AtCgPn%I.}i}2=A ,0 HHگ.\ k>+ܡ qS;% st'Dp6S]eVB|/ 5$f¥Nj= 5 4idUrf+Y# dV5^w0 A LTF̈́lP砛4kW#;uIHB65;dlD⋧b/# 5[ʨ(;/C,<8! y 'dkwӛj`١?ሺꟚD[l!Q=@Sq]Nv!AH8դ18eY,EN-'&9&p #&P8}.iSg )[Bn RWbsr/8>Apg +[t%3_!۔^{FB!pK}?wg#zR'PshEU`j^~9T4pp\l}t|N>&/jIH:!Dj`D{ގ"go9^L:II{Ļ|oaqm^άA~ARcu>ߞ!ƄNItqxcp׎|R`Rqo#LئO"ē&/,}p{6q[qcr鯇̘dPS 0=XV-WQRpe8wp&b㳽s2"{f 3ӃXt )Kj(<7g˞k`ݴ"\HQU.ThM &WY>Ϻ V}qV+Q51@CQicbDƒdxԮ]=n- QtZ OcwAVlr1C `/ztW%:HSչM먀xنf1NHog( g6c*yM=ZI@ h -֒!Oεަ!S;ĥͱ;rCc W /+ _|ʋRR!x<^Gߩ2ZWWI=B'<}O7C*6vN&c!K(oYoR5!d搕6n]WwP a,'.>)\0\&AϷ?Rm{lqK*-7rn ֎>l^_.D752;^w62-)uѶ #(0b=(\qBSll|Q1/Q]9RV| Kӈ'ci,"59lvGXY5k[(4$tW5As_=[u޻-~zlԞTc Gě5"#FTq7E1MA64%_D] yÖ~#.7]0>?&فݍ9tF@_&51'u#Jϻ~myI½I|[K]0֊$Qy:۫!meѭ" ުi::MWߩ+EEf# m6݁ kPśf ̑ɂ "fS ',_\xKDGF5N 8msp$^JIaެ'91|bqїMN0rW&i_A<@|+' )NtjjЗNPћ8ww@@N Z4oʼnPhU4;Ycɗ1T7.w{yKm7CHs }yL2wG )|}0LzJPBD鱃M_g-Z *5X>='HpTOF#XDQܦ&* VYC_#ܳv8P2*(aIće]YqU |;wt2錌cs m&F!(vTTix&_Q0ٚܳLڭP?&h,\j Flk^Ãq15(F)7N "v w2Fvg\Eh[6&Wdta*=0z`ocCKVoP;H),.mF;rFD Y~<{HILe\:{w_ke.O D.AB!NHHܓ˚{gi]U :ѭ:С s ϞDcƓFG[70KA6O$" w9^zYˁ r&;}$&cG!8AԳz l6qgzR %!:]уdwJqOc D$- +>hCơe@ T QqkѡÔPCѸl;{dG 9F6ma?ؖ!yʶ#jkA _sC 'SvJLg{XR`1X { ;7̐lL<+g%̟٠U;,Z%%gm#CQAL^2\st%39[7ۍ gB2KwDul`\u'Hz,~\\oY ǘN4ړnNW*~v+$ϊ_E8`o?w X:%AlTe6xT^ }Szl ,.zO\lsɋ6 3 ИotLgxmbyx"n{lo,kE}ۼMrC-`ܮOZ#PObn}x@\R0lx8_Ϡ.}JE)iCaZҨMf,=XpYwiQMcrp@$S1G[jQav4O4Y{ 1wc*G^kS29T[T[Xײ?Yi: $ŧK`;6S7^ftR,pL+΢caBP4l`$+w[ ͳ72OĴJ` PE]Uj%TXDƔֆhqF~głDjښ-ɿygB7em>F%FQ,ߠDVB( [{4kvuq֯^;+?4"^Ph8trdR]sQ#Ca+lSXeTPm 13۶ߞhMx 4"WǗ'~-<28 P-V6~b 0H7Lheg{5xz'l5ZQwY{$>VHaWuCa|=X³h=֍j*gꘅroݙӠע-Z(8\ӶQ'*H\Aut1&b #82! η4eSoq]i&V)2XI>|i6%N8CH05'l:{ ԝUJ[tca"pg9Tʅ >"KCPIL+Ղ:WےRsx*R_'/Cfޣ]5 WդHQY >`&oKVC8RLU}k7$'S#u/p.,Xb'AMζ1Pj7A#+{v{Av&ygax'["Mĭ,6/r Dwq]q+zOr>I>zqrBMar i#aH>LL4"R61,tXV|S Jʬ٭B+]C+.KH ߃7wFW6;)5OcRcC`BS1>+\2Ԝ>L% E~aR[Q}rFǏC JLxJ [=YK@i<"C^+hy,ft # PbmaޟL0 /і> vQ\&R/.:uP,J8o9St0Gf{v&U赗Bt [ǯeaݢxdЫ[ Jc 82[ )XL]B?p)Dx2 &[j>i$F&ֲĀ8>I=ǹJ`j'[MU+=QX=׉6AS5KVˑ MtfbMR@嘺@^CHrqw{c#U J/ɓJNѦfL4͂ 9d{ IC=c##$ƴ+ a\f!ՋWx,Kvgh5ˏcx͜|ĩ䌁~/*%Kc2#()T̳>Sɝ,:RBƞȏKxib?-Pc#Ah>2Y{Wݔ'^}F]$FU{R۸p2.+,nS{GgvFA\}Τ&׎{%HGS/*WH _JD+k"h@'#X$ KѷHN侖 O">۝N̕rr3\OY24ZV]*#6~"i­p_]JLݾUI,7 XThEh2ϪՇUۛx`GDY-c&<5R ȏM;nrɅx h$d04Zئ*P8T$QΖz?c>tl]";; JLKC`&:kEEwDgHwdBhvC8AyxsZ=|;9~T%2L.XqC9s)L I<ĽL@hؕW&$c_h )[C"tcS }K^82&̎P1Д޺#gG؇/tgN ,Hs{h$CP ՟Hs>x\sQbR/=?\ż,HcE ~,:ݭ*pn#kUQ^ү@I0xŹ߇. )V;_EyB zSTf$ΠuDZ 2eZ 3 _pn9HdSQ2)$ -}kl?y/n_LoRPЯ'V7X'9 RۊU6mH[j5N缈BPbݦ lefglu-fΤ9|)_tr㪊L:Ifv-D8.T<6*S{n&ka'AMW]FN^bdc}QQ1k(-(؉}Dyi+sR`>E~s{A-V#괂{N,b__2=J̏xHagMCOrµAn9GADzIeC vi^[_uOJ!R.@γGӻ^U;P]U,r HQ 8m&LGC/){A؈3EL-OzSUSZe2B-[JOoɋTy ql qs-7 GWO҃B>z@bYQU]#vŬNljGn8R*{MXџ9V v[aS gᲰ*V<`c[g5?6=NbhNqxV2kt~%SlD:[e!PƱ4+]q]/RI˨[gOe)=Ӝ.$m_?&4 7J|V9T.+2Fh7b$2aVzr_&6c֮?M'u> 9E1kZؼnƞҷcSfTo|F|,R{kC<PC8glO+pMAe | 'oe͏Q ;n9(6"F ' }Q0'z}MN0oJ]4z~ 3 k otOm3/]{Q%7Q=/Qٟt]LZ^tye؎f! B`ܽ0,C:A7^>"6sbغ~0s v^լ9?ˉUOY*>timF!A2GnahYo^X$b64֟}"K<d× ͪjrÏ3̇oƧ:F]+v.bBdӦє)- #2?A4)œt3=\WѠ(؎/Rլd]]f'rJvlִ7S׀磚̛X$/5` Ζ2m. M㴬RD逻XTcZv e}E]t,?k>|6j4HI F\3W$ufEzw/gթ+OtX3Ϋ-xpLI%L>{$/ŤLJܞe)ca?[fXğO NJ}cºnpŚ^=} "wĶOJ7 \3e5gk! 9fiz\1^ q*TKs7x=)OEdI N*JBnK; 0{Y˫sڹifO2.ĆNzc,סJl2A訚֡TEx1oN^9gxv3ӞkVJa"Ozp 3r|:;bDyڤA61иĕ}voYZ0%=W?1O",lɄS0$siaQ . =ϊ=bד,F@J4MVQ5?ڻm$KP:t <Iob'ePK.Jq!qzA r#i(T,0\ ai(7+Qt5U"*u

6^obPwXrdT?LGW3x?ĶI@6J\C1ήZw+=m:>=, XXSS4Pn%to0X]3ֳA4 _Y/z(a1{{[1ԻNX!#9ol n|aupf>s:D)Q<8f+$x/ċ.<]!#6L[ۉC7D?vL-l[r’Ȣd/瞛uQpͣĕHQD pS6V]fY[y1Qd{20kغqD cD0X!Xd6u*{SV21 5C[UY(ish2u3|c?S䪊6ŕj.Pr=&3Q)ZE֕3E[6D|$ǯG.YRby拋ub&l3qSaV Ccǯ5"O^>h>g!l#lQ *{i؜|/glJTZ*,/LOH%z=@ J~Ud`RDog;Xe f kkkgW8_`gҎ@jZd ~ìrh[&ɫV4x\fqͩ6Vx"EiIșfH6c D~7u8c2814g_QˬC\o'[P/Ubc$V^խ;̑/}"nK%_j7M֚UoPU5`x d ">Qg_N Z|^HKytJ.`eB5qӑE 1WY"JX`7Tmc'/a tt)`FՆp~30wGPƞ7 0VmK K mjpN0a7YO)Dn(ހ 1`Ed&{5E 'wzdX--tQqp԰9v$wRb](5~Ḭ7N۸e i4 r#eJxqے\낏X}V[etI "eۋĚM0ӳR.+ȓh@mupf"sWp .T+oq/&ޓ4(̡ZvoPCEܙ*h/Dyq-:1֑n9'_WPr} әz+ !Tbv@H95np" 0Bl聞}P/z&3},:0X:Fi2zHIRq5 1ki9 ESLl'.k*ÉsHu41f5rXS~g@r@oF) &j4x(y2!vF\@=HWݻ{hȹ2g¾ZQ7@Y¯>p0 -)-WcFҖVc͝C LIRxܮexL[ÖlnVV'?3P=f@/3 Kr`8tIUt7y;Znr|<Ĥ\xOC?u?[>nҶ.{Sp> Jayfwq.\TXy{37g^Ѥ|ѭ-OQ-Ա}4Ut&_aO3BF,]%]+ZLx{V󙛻4i*I@wUp}w]MיrfW ~(vdb0+oTJQ6Bzwe$Wx0]4 T"R-g 4b+p?ڪ.y{N&iz%iTU$ +I eVoF;4ͼhrqgNK$/@MTϟ_ik&E悖Lr#CH(ȓŢ5kw-(zFVuK7džp(Ԩ!N7 X @~DF˲*]ߘ!~Mk/ى7z|鼘-3eh qW#Y ^-ZlASpǀf6\6XvuEj &<.Z)!N7@B2F c1g̻KFxLK(wߖHr\7F%+=ܺU)q"> Jn>U+=vXd]CRK}'J L`_;Ybz^3W8Qg!1gɘ 7 "K_ZFMYMb)8!AoadVB,yFܧwj+WF")k;ȶ"a3վ~<&#;wxQl $ Jw]r1'z<>?*lg^M*w_khSoS:kDHܘ/ZSL$ΦoAfR2kRد-v[mOz\A:\Eq0mUʈ~(?.mK&ӳm]Bv3hALx/|5ʓjOY̘O{u kd,,M-wc\kl1¯I]E;zvwF+nМf 1#'IezotA?wz Z1Y^ߘ"h cbv VD<5#dmwSQfqArcMHPVp5q=ZrOyu˸ΨRtSƅ$ۇH^Ć m@.jo GyҸ:zIY't{Ў_OQ`b,D}~ V޾}z{ Oa=RIJ *_uO(mk_xX.SYLz^x+mqNs~}.8(kBw!9O*.f@U`J1 r]iBWECw^Uro5W=Rזk.+;ߤEb(H_A^db8xq|8{/}N,|x} r}5)9@+ȯ q7i`T_6 xWG> 5 q5-'J-(J մfzy}.еC$-1 9ka jVWIn)X Q GT_Φ#^bxzB ,dQPJx E)VۋT0/ IA=gikHC] A딋:!)'eAVVV&*fR|7ZgJ:Uόtb2eJHp+==S/ۇ}7*p>t)2;/Xt|+Oi\6ur!>} ޝȍVdN:;D.EWq 5CIh2wGklOm1x  R}tYAo8$'BCܠ^Iyq29{sߝ`PwfE?j?FAwڴvF+,#0Quvc,g|T!fN7&$O++*>:iWp1sdx}5袰g@"jNfg]{oPEץhj-zG/ufrqQIA`;$U5~sASv^0It ZVBi'+'l~ f{yxU>a $H)ajKAʢ뱽=o߻?XA3nh'7Z+AzAS}b-}K.ܔ8!Y32rVh>NII%CG o}(8|Փ.8JwFdiL)­('{.fi F3zݔ䯼 )RHgf8"FeԘ;t]7."@iu:PZf3~R͡#.Tb}#ȔU-VӬnv $<bkƜLw7 (VOa~T{H鯲#9uv ߲B)#[H؄0J-/Ḙ.~6U&mR)l 7UWo{XgsaJ$p4(HF+¦r!w|q:hbu"׻{a ̯ŅEϪ`7TUPh n_u>`NlY8 biqlYRI.. ꧧ=sbh|~F ^u3Ώ;!b0Y]%?JMn*`H`ĭYĭUaF:jJ )ރ0{֑oqlvˀIe<(9+<@ж[|`gԮ@ӫBٟǦ,_7R[?NLe>㦱 ]YdZ ' wthڽUrgZ7Cb>/C|ʆa<h /(({kAɸ;r$ iOߙohdSYb{MjakAП2A5:}j|^pZ#P-y]S,i͐߀mwC’e%Px״@7[r㞔KA 3Ll'9.icCk{3XĮ ?)S/'@U(N6\ڒ( l)d@D9#dL@6m @=LjcѴeNޘIS+L@gK-& Bw^@ԉzݑK}Uk9% ɈH=m(]o#Ld: x.!S R'9U-/Ճe7#H w"?~X]%~Ix+f:KRږ--ŲoOPw<U{ti2gMČ4a|^yO-2K oR78v-dUhV,Tro;\!bq[֑ P8~A&,/ܨEhZ~槳Z1Qo.HZSiqeZ0f\~ǹn=7':fSC}b`^p>(WPc0=}[Ã64m\Qs vMZvy'ax #e`lCށ}U_: 6j~ipq%0ro;7 ɾk{/7Vs#q՗S ";0bO7is] *@7V1XFOLKp2~X=I l2NZtD&$QOe?Qx u?XYizOVpc``HeqfN?o_;H@CS1m %udEܧ C-:b]y~(%m><`%$n7 &4%UZ ڵK$z kgBOXIfEyZ%4k?kMD1ar(J_qd1`L۬UV0X$hZfZo; s-ޅnHDH˧qqR6~qPS-,{ъy7qb4(!o&JY?U] S1XkyI-Tt-:$Ј@v@CGJKGezT{Tg8TC U[a>BR`dC|=lŅڀ"9AmO7] nyq@KsC5"{3@[ogB eʍ'Tq'k;l\LӏJⅬYޓ rnq&+/ [Ù+iQWP[6K؃Do`fTtn%Y]TJ.4d#sIe޲AxV|%X d׆zSzE_^'K{r`Uz#Vײ >n XC}# 1GE^D _( Fg{,kzJ)Vo(ϐ-c@G#q&r]U*1 ?TPy @$QQ|sxe(6iM$"p4z_zEk{9F~c@@e vCXh#Ibt(2? ?tW*0 !-Ui"e2v̈́&KcÏ TsFb:DSPH C*}|\q<6`_X KfU:BXnꔅ9/7ǾaFUӡvñ T&2p "dwsk&i1>St+ːe\1{JY(БFϞq-JvAY vn>܃N|CJ)OOۇE#d%k0+Q(lrr#?E(87A{\Rɗx x[J* aRУROLPbZ;DGrovtU-M ̑ (vgƖ,J7r8S "{087e3Q~VàoHyDGE5}8'r]u檋bJD6|YEHdlPg] a~厝' t.ߗLsݑܲEFSi-#Q :=w 9çYESw(/B ,f&xs^оxTB],*-|n8t2;aFbհCʕp-hGc:@ӟ̊n@bm 1rzӐƙ\˯K>gXu6v!Dys{7AXW_bG6d8 o:CºLWY":߼L۶bFZ\2iGCS-wl}>Љ2X1ѤXqywaL|`Hv^QuFxhDLF[>!e;3`:4MG&r˖Vr*TN70{ ;l=\%[bӨk erh ]NbHN\T̉&F@yvq\>Q}װF/0w$ ɍN\($u|Q.JYɽ_%ke5Q@yD TfRBGM+m*DѥܗZf0|訓'*Xݫ^ԔIuI,ivN~4a :kcZ;!8!ܟ(l;~c xwd.ε+3[C#Rh`K[}Ank[6/S-¼T^Ίta9S*asx JTVN^P Tcq`GzFO2Dh5Fhl|t)]u#:?ց;-ھ#瀭lX,/ID ̖ȍx'U v]f(۲{ n㼕TRTFYCVALTHMr`rprZ#nBK5B~! NMuBC:nA^70$=im?I^Lb_)(P#1uXFed:z܇:2?BhGxk<$ z%y\J"YoM)B_hm_Jĺ*3K!M$px@sB=dtҧB*b._j3rUЅJp;VH+gẍCcAJ}tB°FS$XxEs:|.OeNo:W!B3]FO@ ~Z -zX> ,?ErMUuOwA~lTfHMe2;tZ6&?YXuS L&`G`VXz)`mGk#D@NHrWh^kAfΫmG*7@J0LKphUxhc/4_9V9UZ;W{Neq(DJ"FD`hH(++!VRz"t>KZ1G=S(-4pj)G? f]H+^RW -VVj4 MX9"t k= ek!yZŖ'(=q; Hm*D1Vج Bd|(]1G _Zz0&/ln8EqRt}XxiK{1:= ~zl9# ~^y+QoNP &ǬQ G|BB[wQ)HT_M+Ϣr _1 ?4AiI+ZHA.KG}kd qYmk tF/+x|TJS 9A+pd,#ZH3iZ;)JpϭMP,b?]m(VNdS6:aToP=[3I;H '<޴ڭ#ZB~̙{<(k0Z#HBYS5WW`;̟u+f/﹠c?G\Ԓnzgij  `.@˨JZ'SۢG 5ĨjV@ʈV1'1v bhUP.s:pPfLX"#7 H8_',"%!.,;Ihfn_F|(:rJ3^C PFgR 4Q1J$!HY,®'$w63,{g:4,_E5jFVH)\`bտ Se$]0I:S+O7]6Ӎ&ؒ{.RĜvcg >t Qs-T|"a [4ˣܛْܡ9 v'Z[Can78Le%9NBB,|4Y"zߙ>f7#Jbia dhU^GV1B|"`qO 8ıTn>͗jC ߤ;z);R&brz* _ZCrS$729K\cWa)th,[}.Q"aϒNkb"βĽ HpvF*?2N` ,zƥ?"Yj==C=g6VKL${xO3ddo,qA3m@˺QTzM< }R2K,-ۏ>†) )-3}J!E:YRwy5v\ ӛ(.el4ށ F"c9sQoWTпdY%z帶tK)B.DqiBH&}N!m围i57E]Rgp1[P$j(R3S\|/x2! moF֭(iǁq`yCr8ǯRf{2vENQG 6)ړ"7vJ7z;irt=K%z_n5þBk%} %a|/13mI u"4~ whUiL2Q,R +>D [1lk!Г_wyw m,xԶ7F)Yq)^gmb!Ԣɵ^tۣUq, fu@lUsΞ R/p ^e2hytHb·1̨i(k%?P0ʬ@7٧ygzEwO=]znMn.71v1)iYjy&®^ ڿӲ[e dVI4],y6/wp6rV%MVm θ+!ISG~A>.St75gZGǔs+wnAW%&I7%H&etav%On r[c:ҊsPyn%ox5ɗE%]n)OTm$i\~Y\u{~`K (rghC;fۉo^혟{(MvZ[h۩ҭFgtJԘi|V&QgtvY HGcH`fnĪAjMۖ\L׷"ZZix7Ys!=",u]@jl=/eEeU}w|tP;^J&)ysÙ.ZUS(i4MZkZ)PEp?aqР ޚ'07] y`6 'ipgby'lDCm_wD6 k2]pLTH hs0wO \Bbȩ`o4sT"MXJyY .3k|G?)elF܋fӃj|㓷6c 8Sm%SurzԘE%bdn4- WsK {Ji<`,G52|[ayŊPK|d*oXEIy!Sq!o^'7A l1ӊ!<5jnE#}xw=N6GyD!?sr;b]%{@~خ.V$rJ!"t.VR".bO?FyŃnGLHB(7]rk`Hd\ab~ۺ:b.|b@J[n#5>*])3aÕ@"!"-[԰Q88bL1GEALt|ce!~̂}7G=BJF ,M-j5%_[JRՖA Q]6c?(ATA5Ai:OtX7ȓXB$!<[5C:GL־L^L@3qL-76mSGA(Hի>hlV]3@@ajY&/ShN4Ղ1' ҘO%5h?Ys 2 Y=x0#yY3v7%K./^X |f *}I?5#Zmܫ/*e+bҹKeJZ{8wBRE"g7s> <=Jhqd{!X Z>2@,e6 @8Ga%`qN,il*}~ -DߚҬ#<+Djq6@Y#"-™JT,Vaq!h<: 5`[+q a˗-x&.u(I{<'l&V@AG@/G"yv_{A9Iصj [TNk3^Ix4(V8e55}Jmhc] /8QPVEoAcM$<3k`7!IOS>/Ml k]YS3[x͖J [ajGWpƖpwJih׏1;9I UUY^—,zHJa=Q9 DذFh:Jb}WXǦs%%JSt藠8 KFFjqƈbd<#"zH~:Ơ3AC1|7M  f{exS(&@۵}?T`C$ɤaИ﵄?3?4'U-$tda/HpwW!$RCH`p0iц [.~t|hO2t^=|_5>|n\jM%8tY4'ɺ.Yd7YIjDI0ji#y\T~JIJrNݗ0Ӥ׸B=% ]bU]H w3蜠Eϗ j>O 靱A$"m̌1&}oTO!l88V+< =e '`w.2QBg;o^dM)"0Or5^Vqޢ!`@c2^|1,Q/bB5*/`R)_D#L?Urx(q婍Z.cI>3+Vs/ȯ%/ ?݂ sY4~/_ٶȭ(^|D(LA)ZXp9˕T׷NmƼ%Rfm[Ѿ('|9e=#RN tӜj$,dz4XF7U,3]uoÃjҏE"Ev5M+DF/y  %bAOI[<ܥhnZL/0%Qh Q/x!LʋLkWU@g<9VE_&cZZm8|6uj"1 GT1f.=o{fL: Ds4:w\CFooW< 7@0O22x|IR,all;ePOhx/z- :VtKQ0G+}nʕKۅGm1c(1DXMNX _&Ϊ4v,g4j-Y=;?,鼒Dc׸e hVJ7%hP\N>;ݱ#%T wQMo!3Y@>oKM ]ՇWHe2ډ7~% o8]D2SډoB棕SpDة8|*װ؁} Ϲ оyg?SFtOK{1çuF@V֖'q7ɺ- 0fUmn-x=E+f21-0?_GL]|}Cb-)ʌE!} IOk8?P^nU9Ϊc>о {D ^X(뼥 \WaQnid4>MW99C-6{Ԧ{n}t /Mޡ_%O^3^f=YTRgV5q1B`6RV0/o&j.uvZUw{_P[Z+\ !tp,.UaW_! 9HXD}h `3,nO;ݱb2Xh4"\.).?vs5_vXCqn Z=S~JtkRp;=sHO}-8J:,]jwDP K09}P.MGj E~/qM8 J(﵄ K]rc -!N1\-LHjH'03ZLSpKaޯ"~,{<>[VR< 7@ iv/i~VG\ ?g0㡄o5 {l& l X*0`")(CL+8NKS0L7B@V-[$Fzq%.s7rTB ][/㟭? &>d(u.C8 {X]5ִw/uv->^<ΈN'D0rmCO594 %l #1 [~PRЪ|0&iOZ6}MEu<-[6_$%]~zơ߿BZ[JC,niF*MAWn$ۺZ9?StƎ*:J1rC2}YXq!l_alpuBq``޻6QU,ՒieрJC쬦{DvaYQ2YSsB#.nYj7ˆX̓iA)NW@ɷ]"{ qBT+~QǨfPhkt0#Д#%8t+߁xE+SK#h]H15|VlRCeՋ4_d~{P9dՒy/;[ 3|E+>S876#O" oƴzzhxsi_Rck.E;SZ8=r+3j>, fxHZ ԙgej%I0Ď E}-srӗ ;ОFXxTD:Qv~n%G7Ґˍjqgdq#x "Kc̨b QzTeoXT؉ѡIeq Ed_:L_TIx0gt "INlrbtƣ/)KA4<拥*yt{7A{ÄpiSR'%8pzt$?F #8&X$w}/;+ýpL#jVNfiG_I۔F3x"~dgV׻' (\rl7*Z#&i;ߗz+ez,%JV5^vX%y /ϲwU: Y\gd^~e#T<st-28a+ˁ΍A3ٮS ɞ};.ebsmb*E| mL0wYzVGb QH׊kq9)`me__T&bk%d58ɭpm1 „Wʭm-'J2ALB?o6| 6"1X0A0[o1υ CbNa)e,qTcM̼ rw!NWko7]Z[{ԀY=g?(W+P_w8[n:GXIE :Z7!Syj1@$,/Z^ -K_ҠS;aPt~gJHÊ<֞߳ivOzŗk8rAfB&P~L&r wtd`h=a J;2}bvD05iw`o=`{I01daNy]I~%"Т}>T?n4& B52@T[~2zZwih rP&NK/QbskLȀnj?gϩ'vF8~.wT惦Oc4Dz~ڷǏc صOC|<@Dۍ:_cw2;8賣ϹV>wAX_c,GdzNpRnD $;:# zp9ϒ0QXJ[/?%"M,8#~DŽHEbO|! E0l9\{/6]9d)O(@TAzxKy҉DTJBFV9gHtr:wM? iDEsa2Ɖڽ%oVlܘ q <~dbT0Բ rK&\Ҝ.~rZVgV8 t.$%yՏ k*{֏ >wWqq)Jƴ+k-5[g\:C ɺ6,ew2܊IPb k݇Dk@Բ`*s*fmQu{(+KܿCOtva ʂ=wT~ \ORs0!eD!GhrpذK ?D <CUy3(.M(/>tH.*rfuHt2D~ӣ8JW5 HeIVGSJVJCQ\]dEz_GStql#E F)s78j\M!Ym.41N2QB6="eK|LVU4 ;@ØAlX+:b<~4K0 wBR|#*;œЙa仆f]X6O/#zX|b+僇ֳr/C6V>|nQhXvQ,;.m/6mg6 ^!gUt&_AlT"n̕6pa&ޑ-姒J'k+}۠πȁ zdC*-~8Vk+ǝĞci$,)D{I+F9%*τoR"_RIB3({ F/mAmۺ0%O^t<;^2Q}y>ۭ`;}6q6o=J&m#MLgCEjuOpQx)؟'b(5iY%Mv^s&,߹7hFc6vj ,*'k没Ҕ]1i?EwMw %r(1U=`ЅJ-7xР8N:6[=ɚLjB_1Kp /Nֈ):Dunz (z_^Zf\3az'EL}=/4䊕9] Qp>իe NMֻkK b P`ڼbi+jbGU iT9yyAW#iϲҰaUכFe1#|(kߥ03o4pE/_{r6d)3aĽSAߎ(K1(4O;CD}qBjH|^]7[Ilf6y!{EԪL;VPA`0r4sPp-ufkD Iu9G9UT; 9KDHxj~QIOf~i<[KP uq*F6IJ$کtz"g:f߶2+'S؜23M9st(m Hqhڅn`8FJH34 KI-^5"@~$123 ŵ>J0pog%`MiC+#/ `Rwp˨O='h _iQ| %,+ߨ̜BQi;aRuBKʬՆ8nf*c4Xh  UK'$˨LAx/2"N̅oU{aHZeNegXEcaTTwwj4'3%0M4a٘dXTd鯂3TZt7uBbI??dN^&g;F z[՝4{1,ڵMxrsy֮?FGE>)uG PnydDal%m|+ cb啙4ſI>L% #dw}AfQQ٨Ok5H@w`ƇaC?)B .wݬza5@zV @`1Mt=ѭ}n98!Ic.gAuOܹxIm& u\g44 Ԯ+~c9j\U(Qr<"d^^Z!//MK(?k D9'n #L y2@پ錖TIU݃ժ}"^^n%ik6{ǹ=/_sBc׍ZbcUL~kݩgs_O9ݝei/-<++0Kñz=!$'0imٱ1g}a_:*%y0+MR|L|Y4.}4Zjϖ; SHW5xLlgY vJU^h%{"T5of*Aф3O'c~nHJ:NUɦw] ` ~y"dU9GKa19!f~S>3ϓ N&P}s2J t#`ZR -H-2G+dy;-<-KGe_x#7KUSaA/xaH-ŗR| -UᕝI'zb̜"DI G'+]ZtK ]9e3'z&鎖T ds }gG7D$_XuH!񼁴0 mKE|>';O"$Z\d۫Wqԕ#l)`9DEdZ;J*,p **2GVuamA %H n yV3ʢ5'#Afj-bP-= ~8@°{IH(_5ȫA2כ0RCԴd_%4|dp\:E^k4i/_&I[yvB3yLLftc]rV_N=&?pslh zCwYSPjPD9 _jvx{}cD~g54;1R:%-`ܘH#ۤ ! oR;Chv=<; ۰ؗn?NJoX9qK&}sT?ő\ !ɮsRgБXA\ɼh&KEPiĐΘfKucwgs^ G<\Tm@lGY :k62m#(SwBפsHeqRN֞^Rw\bzvzMKhc3ȼmʋe;Ί AO)ұ[twVr$T|'M/> N_򸢕QŢw7מ?YpaZ/C'r/ov_ZPnfjd[]1 lz;a3;pe],y`sx-7_W~$UWT4~7φ 9YKSPٞc&7"+߲o^`* *|1M8p8^$ulBua}2a:~/ eƓbB;poyހz`oD ڿb'0Xfss?,l< wzC&l#|2^CF/,4J89Jp@T3 'Vg5Ǵ>s:),l5y˳  B<7i#k: :,hZ#"ŷL"ć Ue:Gm:/JW<e]#lA$!AZTIimzM*l~ӟmw_xyUEWwMIrJOGT>CݟNRA[ݨb(ÚnJ }4 {+99@?k,ufm(u- ˚ /,ت-mO=c:̱ѫGyw.)PYrnHioJƒNVJBqzc= +0-!d;̪2y☮xJNQǁv/o|%E l߳T7h8HI C~"Q% A}EPrKTN3u,Zs#HJOiLZMr5gvх-扻V,w=Ǘ}/cHF/0 t}gDJ8݇@e:|hYkpX zh X^w/k2]f"^u#is;>p{R~G!7 k.BO /%$~e<~R:+fДTm-=x =p{:BOQ)K (沵EW"dZ؁Zhӝ'LEsg`mBis` _*brkGw)Ӕj4vh0}BTMjiuB0ԅvv\u >bڒXbTt>ψY,نp#ݨb p\"'!WY3uxCɻH%s8.b,5oUOzazm]i<0Ihx DWm=Kect# O\ч.hO`=yy: S#(չEx?6;x!' pV#*> W%gf6PJJPj%'_Lk6a@ߖҥ%1.W i1Ad 4 Xm32'o}{{Er R 1Xj"p"r"%ݢG"RebmI)5Fifiy\hLc;,b0 ~LD-=4_sb t!̰ŸٵxRaV7Or0q4 c6K6MvMVJ Qub?m%ۻiv΁Hԃ yd0/|ﶂJw䷦qR*69B,pd5 ւ{&_ u _FM.tx2+&bYÄSV el/RҨ4- wV~aǮEowzlTA/iƞ) ;cxeIf8K]̼&N^4i_\*&͢$;sȝZ$֮/l%יI7Gţ7>mNKq5p"䟔U݉ݻ7ΦTq˒?^^%[iNߍvWT2' UxZgABd4aAp0XQכIEtEV4Dq@*ENaXZDu۳?RqpFrOuv;I:AtIDh'#R >V_R1k0ޚ_n[ y )Uknij 5 Kӡrkܔ'MOڦF1Ʊf6^f0C]&΋9P4J>A9b(ZQ%|E~kϡs쏄hICz65Ò?ԟ&Vx na찻 -V&Q}bkF*^^ |3GS<`fD<+']eBCq?`̶ uTyw;՞l\kVR<%'H?}>f;"،=6G|¯"I@ԉ4Yΐ'Zq>Pn u.f"sp=bJztmvlƀ?vI XG3`Zik'ߡp|z WՓ`4$x~γ z>?lZ42nv쓺@8շް1s1 u:çHڸ5 0Khz"`'ńSP<0D'Z7~$K?:+yn %ک^1([vm &VBPx-K@o6;F)Ǚd%m9>k񺩘gڗC@;$͈9FȨ})bv$FkǘCv&xz)Wrk(#WSDuJ2SՂs޵l5Zh ^hRfbɊ EH{I•1ѯ;c) \+Q+L\ Q轞*g2ɂ5hIfjxe1BXS{CoRL`}=8ndž&WdmXZ>ڸ]]cͽxs7wW%N$>]8lOHb|5Mb0(݉WPaE}9zo#Vq}_0) Fn,ŖsI4A8^g?$(&# | E^0&c\-Q|W-;/ȵ¨OM=8:e#vT՝o .Sxh7cK_!21WI)xIHn 'ގ} Q%V!c34g $-Q6E!9~(, ys<#-mH %180td`]wDC$C6@vjƚZ"և Xy<1K}ɪEYtPMcL4!޹$ů(RtnIf?EoU͞~ug=ӗf˰v즆.IBK뗡Qd3 $xD/Akuֿm*{͸h^LԳv8(LO^'<`ұYVj爨ͅᝥ')S} mƍv8?%"0Erxvf~>QylTHSnJq􊪭-%0\}gŕNu;'q|mvMOo՗<QSD#F0n2hH/gorCul!7!1Uu,hܤEZ~LD,EdA`}GOR/OLJ U)4Z燬STએ Vz?qj)_<1quR^dhbqEcOCJeUF)@ -2;g(X'-TrƂhg0휼73z$=2n (<4'MTI.| y9#bgã;lBNi 4og/@}X:#ݤy\ߨGȆ[lސ@IY\5Dgu>3ԥ;&p*j9 x7z|%CIw;5 3R]; r9L@N\(=T#^c̚0c^Mx1Lˇܜ/+^E3mV:we}7m8Hl:ha0Xݲ1tO W|7%su$s5/Cuٸ-SS>#lU/R_ ]4|;p~~5?gN{aQHm>&֞Xh?EDKUSKbWK[z>֯˛|iI9LFq}\? Ffn2:k&:AHVVvwҜn0qXe3 PKD)lZm2 koJڈ@Y1v)Ya#lV |JGCX*#֛Ϟ&MZBfjĠCy{6i|`;۷. wgz;5Tey5~ *7hiq%ZjYDаlT}F*@2gi!DYeCbUQ,^Ha>LՇMn dA1n_7KNv|;Q$8Iym`\ : ۜ.e8\bә?ΫQP'!'x?״{.qi YO|4Zn gxAظA,V1BeceHf`%|*I˷-@b4=9B2 ^SZkTEqR;: F++aڸO1BWѠ2ReDElW+/qڕ;&誺 ^ed;,#ʝCX{uU\Qk×/* ?1Z_j4‚h':}LB8XӢʗ$jx"wA-F, GJXV'EvV@ළP^<{Pv Tӛ@mQ|]Ly> 8=]Zx9poJR8YBj"f!/K~9³&4I%^+ MTD_!a 'N3?2<4k/%|n|^V[D+Pe5{ķ^F6!/XY)?̳N]J͇f:bp=@z ,^)+wG3ovI, PPy$ 4'ٗv:԰i<҄֡b}#~{d ,!4Ka}d Fq @/57~L=QvdZX1ؚsϔs.k1!se{'|1&otr\yt0a%:JO =nz U,cA8N?]{}5*9?'0"kU bYLfq̚8 Skۑ~BufP p* &1R'0!q#*$5o$()#:wRK@#ڛq6`AB%+]fe3C9vII8^,H yz|HElĸvJcͩn'4ُWk52[{>jQP@kܓȼO3%ho]׏8I՛*Ly5l V38N1=߽@"$r'nM%afjjPp\xX5-0q~?![AX17 ቁVy9bQ}k°q 6mʣ)CYR > ly(6y)+C#"Jg/ܼt5|lV^(T.>Sj{yg FFTc#-""LZqV^/qP*D:3NQl [6WftH"@]T־HshLt?WH q>g_kR*tRj ,(e32A;ZB%%8'٨"OHBH zeu z:@>`ezWJF6MzLYÓU<>0$颢X|e-1xٚFZiZhY"٘Zߗv>{)|ۂ͹^?ס{U+̒(Ъ*!N EM ~p]lP_$(Ȼjt!.c@ͱYKri)r'ꤣ|[͖dDS[#~xquœAAkrX9rD_Ew8}2+d%Z iӻ;aDyM[^1]2+?Wo|lJݼ2Ea $+]"Y ''O @%#a]7j}ts5|?_v/<׫d |vM.Z`8\|$]z?0{a!l#[qA6_!Վ PtB_sfYRP,y܀FyPHZL-J:wgIEP5_&0[PS.nJ' iY{MӇ^n;TjmYJQU=Đvlpn29,,\̌0&0| @F~፽3=@%ߒq0ԦȴD2Y{X BmDGז3!me)E>˧`vEl8J4@yJ^@4bOiubH 4EMGt\HfR)Mp{qs@ffl_S:vm\2˥km2A-kj` ^3r#)\+W8ձM+kӵn `3&d-o>. Ƙ}IRZ05< F)`? ߴrവk) OE- M, 7bpA]W?W/H yDomr@:CfYyOO>*9a/ @ƳA_B.sݮH}^<$5ءoo+lQJiR!\MKJMoD&<ؾ|#~utzΑ*eŏqU`@@/q<W>  |%1I/и8VG-1rV'^ΖU-2 >o`xGh81#4w6:^cy W#C`ho͠Nx [1X.yBIAP' ٣F,-HjwyfnҤQN>؎}{bC$lbL?:u^oA]7ai: 78bS' z\by`JՊw4ѥPiF }TҳfpwXk~ܔt-΃Voʷb}]c;˛Nv.H¡ f.~BNBaD祾'1Ow^<.eQ-{ɚdk3;J_L.$0>AydԢY*_d^vCvs+y Av  aJXsv4CQ]^Yj ~Z(z5Gp݇H.5 aV Mt9^t~w}D J8e?'ߛ+23Օ?5[|e,EVfn^! c NQ0[wZ7j |a/=7F7ӎP5i\Z'庑>Wf%cnqִb"6E I 6:GC,aR?vNNJ2{zBV?} J- D7(Uh5HuijTTX!WH&35q9ƍ %՜gԭe‘$~jKkи%b' b{38c3_4E+7] dHT__ϞVBLoU+Drٿ"0҇*ʶOɶ3PowHbp?F9C@ Oweu~1[c)ym1&Vg0} ʬM j]N VʵisU6tm|RoB55})Ozz{zɳ#"(nhw C 7Y( bD2 PH?T୳"kouؿЧ!v-V^Q3kqmÔ^*49ګM׺9zz/J&P%] [Q_DT&*j#E&(\V8 K}oH K]?нtL[#Ѕ53m'/藽a+Y^br@l0\-fHVSr%g>z+\T6qvG4f9(N Tdgή XC[-HHw'\<'~oB%ƕ(pdE4+ O4A !q]|lHqTO{(PO0FztԜak7@f!赫h_dapۺb0qF5,!=EӍ`@!yotLWűMH_`~.* 0"KfnZOH97d@̞v-1!z 942? ):?L5QM#Y~&RٯIMWx6;; dvpiw"g(4@أ"P/(^>V 1k ZJ(bfB,0V(khG;X8H:|_8vQ)҈u{gp0(˒̣K}4 IrW{At/X%W/WPviw tXT,utMʴUe*W {%(xF3۫,>`1IeF?6K֤ޙ"#FGyԼPZEyl K x }h\6%X s Ʊ.2{ S;#fȏ{D̛4MiF%E!Љz.B:17\k9E[ D4'[Eԟ_4as0Em8G#5SߞM+Nv3NQ0G1g9]E w1H0$>{%<1AS0kDB' ?=u17Zl`A1\iVu{ pâOT$ߜ0zR&M_sJ>R0a^OvOc`=|Pz8#Ɯ+jwt.г*o6с0k"&Y7py"~zZ@ 3ϵ$eK8%%a߻U3sn_/w"_~h1McWۈ Y8#B $b$8,ˡ,VȰO^|)T:rv?Hg z6C*< *ۘ7Jx{]o ~ٔG6}cTʣeqDFI򘕹}M9qY|3@;.G'k-;AeęD;.nOpA-sG@Fe=|P$~:Z9)QlѴG@,T^N;Rr5N11)]0 6}㏬S-R$ 3eXrbel 5!r Lq1m93 }5@ZߑU {,87~^*G;W 0:'k &=wiHzB8 VW)Cy䗸M\gڐvx _]%^.bZN'Qg _ L9վT ~ʶo*gZM ۾:I|yZONKxNK@W[;&@m&%8t2Jк#_t@O|-3 f&ֻ^oKGD詝gMf&?5n#|6t8ӱ?e*ɍ#Qj3+P“,1)ȺGfi3:RLAc#>*[u)أg%X󙢛.DPJ< X$~Il+5@:`i~t52e}1 DaRǙS+fF| NZ4ހ?,G,9ΈD6Ӳ58RF&jHwy 0 $mHg3N-*;W%0(Ƙ,X &' wsJ`9$c!yn$ noұ[8wG4K&BCv=XEG'W񋰆k]-Qֽ k޲9SX\5*x3LYU;8喬3”OQ~9nS62{ڙԯGvC؁Y:j eKÿt_& UEGd)U{)uEpi?P!.VySQC1X%s$ i"F$'cN7'DiK&vPH׮ا×Hެ X14Y+Y9 ,7 Շ;6!0u8Hehٌhb"L) fw/{Q \ cK.]Hs(pmKUF2y:[ndj*k^w _QǢA6.gtT~Y?j:Z34<8WREQN̿*usj2Bq._oiwRvGUn^.zpi׫#hI嘴5_PY-B"^uߡ2C?og l2AS'HtmɕόFNFIi$8r+e2ZADZ;~3vO4 = D٩ei୬r7?) kݡRS!E[&a qNt1 f'{-%{:'\\A]<]*[I0 ##~:Q{hkoW gCh$BQqN>#SXX (=Aq},eJ!{Ia JJX+F;YI H8_ٹ !2׎Խ`ΝIg H p e2 g<\B P}F/kxEWH,IZx3.s d/E2Ȣ{f;},xTdD^SW)#E)j*OE{{ 2k` KWr$Eux@nF6JPn.kH=KwBei[i\&9Bku?|{\q`i٫D9+KWbq]N!w3Y":P?a|8NXlDfLϬz!ζ!keTÅJž56v&4Sis/:[-e~&&Lp!^:fZ MbnK#{6Qv%>S:e4,e}6dv)y4}pG"ـJkicR)'_|TFցB06bԒ0)g{ [n{]Q~J&o{B Y3|D?-&Y(nQԢqE *Q0iԤm=Ff_;0훶lOScT^Nn[V|*:n]}ϪpP'6v-vt?ԧUTeAnZ5/oU.b;kEkΣ(hP9ڵzc3|='M8ME3 0ω([6n8[kq8fj>^C89kN!~ wfsitjJ؃RL-#:ӊOXM'`Pxt`T1Kߴ*rn"4j[ X)i}=-I*YEm"rgwPFaa^.v495wLYI5{%~Ƭ')4u^Qs.Wl3)y||S\}7[-}yuUXMX%<bNj*ûf!qǠ9.88tlnN_W5D.+!9B0/m"j " קqUawsD2RĄ dsQTCpFS.[U$ ˝0rwNCid^F(F]/b?JŮ^DesQ:E§Иt 1;8xS&-u]ne}=H3話#ZߺRg}UfOByNs@,[dDᅀmkIW+@3*M灱h"ȳ"h&֪)M8~Cr֥k`7zi()zZ>է %V*|t6,Rξ&nD\A)bE%y5-8htq ՌA=f/𣏃ŗAܪx+W߇U4"BRB$ XӪbx +O P(P-Ys4A'v ŖUK֔6Gn1ݟom͊棚O9x~Eǰ͵OC%Ixr•ɥ,2Y<.`E|!rG|LM@Dn:'8"ӳY0˺s3[;]@${xDz@BQAr1,|+%@3ryD>pLmYL}Hhxu8ï5OH ۻv6|/&Mt++Lvs;c!PP+Rk.]"/&37 zWq&m3y/gMƪ.<,P]*K{0sx0}/-/HL))߁)`V/kX)'k2sx8QHy<(e0ઌq jm'sΤYp]pP4q8陨tYź';r[0^Uw=riRb'}n hN*SEIUW=E 1xtT w#z@s|JsygyF6zӫŽk䉱-4'"Ui81ly"b-0Ӵht!f˄6^@IH>GR}q{nu.Da`e\n ͪ$=7QKLlM͚( Z<ɢt&䟃odQZ'`&у\ WZ,N Skrpwʪebz'/A {[ 2Ҁye;Ouʇ5bI;&n4}n-<[ kxUh 0àFfιcGw7uF"ly*X+U Wm[WEo5m|wV(zOMN =|yPtKq٭$+6qNltXDX'侠Eᴺ^XhVO5oΆގBbgi7xdm&kkBefjWv $֔}Zc(I+S­{QU^Y?՜{1dg¤mGw%ZqV#4}Ub fLDl $痢) ?.cd cY?b%_C`HHPB~6}b81cv?#k#4,+) 602';JAS+%*#oLȟ83#o4g bXUeAj&_mFZvk!R,96L %vQQ|mH a~dRi׹ F:uiBPUBS.:{f*NUɜc|R_,ilq|6 0clTn=ŮF dr ˂Xx Ŋcې*b#h%oer?yX S T%+.U߭ T IMwNIĀc]qpe:aƬ,0ϚڄJQݪ߮G"XKKP)(0^U?$I![@4-p!ꫝ-jD:CK w&4iǏ1)Z(IHʾ''-9)@X}٭tra #W pAjT)Q,`~ <\QEe .T[2f ޵']3lrgj5u?rc>5cܶtxu QOSO&9'S8dz|T$L 8}w9ù\(H^wTb'%-Y#Iz_窛#?9UT2J=ShmU18ы(SR7x4"}35lBj;wA=P7_~%_|-[.iO՛ޣoDQ@S3{|I tp_p5)~Ƕ J(.; hM;/u ۂDJa>dG _i0A0 JeE%6>A1BR*ǽ_%˽jM8CPXl|I XR$sus@N UM@6I. .[NT7o; kKo%caB=ؔhؐEo}D $v?I.K.Q&P33DxA- ^tI4n<[1 cEA6.C=d.7)=4Y<#3'Űڰ !O3H/h Ҟt 8ݏ0$ *޻wdФ|C'ƠtӲ6;YoVYe?/❙]i)%Oߎ,5@E7yu8#u%`gj&z2Gi&jH&MA =97o@i8'nɸ򪶶4!Uwp?ŝ%g,jt,; 5.P\FhQn5U 5?A?^wY92cچsĂḆeV ph3R\"o}) (ngƱGsɛr{7<&Ϟ{`[5a:ު>`vB:Z.=&8g9d $2* e< ޞRøDlS%bPͲYk6XHO\:NTWPak6)Ҥ.גuw28m /g%0W&::2QJrfIJ 6Y6!RnzV%DRL ЋW,3QWU)KR^H\dl;K[:1l"bA&ܹ/OEJ6r-LD?KCki6uJ6iiڿci6#]C:O0(QT sGP]qaǁSH$M%/TU)FSz52 "1ֲdY ?]`r=ؽ#dJF\+ئ^8/"`%нی7P-had*A)ƓD|G3G6E$G" 1Nд-P22UmK(_ElA?0E$RKoi6B%5#< Ѻߡ/ 6L/I;vom+@R> +dq&5[:^0d}*aU.}ԏ̰׊"臜xv*/hmX"^6/BFAz]ArP0LgϦLjHB3`5mc *-lNL:#j^1.baұu&\hsɞֿS(h)T:?3n fIj?D/l5p 5B$B1MuGsV7\¡1 NOY+|"dMh 59 2D{1'@(DC|Y{C_um! dvj ̲7$,omtKV{(WuL.KRImz~P ӽwSYNuүfc~׳9'2R$*O%uo9OuC=X:_-?R+5B A"-tVNh/r?T-Yh$nÎkS:^QO%PtqVK5Vc6n)XPXe8pK"Y3WԵ Fa} XiTCKt2x` S>siSaTqxDm?J2! V! +_n=ŅxdK(r!es#C.I3_NuZǏmǠBnSvimi]E@#P+6,kNi7`l~GUԗe1[ Qԃ6o%n)| ~`vM vWYɁE:ٷ q":EO7h5i#Q`C;^<2pMoI.KǺiaInRkMCuSY1[ 27CKI7qsz~D,TA#Z)>ZUΘ>_M,l"So$ˑ0a94*Uj:<=\ŭm`4BH2Y4e]+ _ 9LFlw, %Kx5&>Ag.P&(J?_9MlBwpJZ'0f BF$I!@?,D&}_ƽƎ~/Yޗ]Euk%8KjiJԩTBdg~pI#0 z4Qz.cuu|%Rяߙbyȿ5ުݑ A.oo)nK%])E`tXŒyדofJ%"u 6i~uI*}B/牓Ȱدd ̿GP9 %vLXZR, ;2Gke@Eĥ(`M5"LwYCn!l)%+tS̨G]FEK޹tTdCPDL{`nX/Xԋ35%G94zO;0߀k>^i5@ۜ63BJ'W?YC {d}@GAhf'аeɨ[0= ;K7q`XctūW 4YAwYeY#kآ·sT=z>JS6X qA ]=OHkFD\m7#{J(b }yqkeRRyC L^яRNV|CJdڼl,ӏcDͣ=p@))'gSx:նmaDk1oQW2nMb7mpw`P]X,e}n#1J ԕf*9Y3Ɔfkux%E71 IX[Ja(B"K3S;{t%mwqؾ.`{1[EtHwiA`"@uy0R! 9Enj}a9o_U%/%^2<%Iݮ$r'jP:`0#4܃OvZ#;MKjC誈em(HRep;Nh$!$#LI3SƷ+puI/eEt_T˱Oַ6`QBaT͟}]!/3`]`. $76$`~ ^eI`%=t!Gpg a]T@P`4Mxk5{DHH)r$r=YjB$q+2cbh![:yi`^sGF/@Wrjg.\k8A?0r-%K<+*UmLQWO b:P;*?u8<6Q.z a_Y4 YԴsSoȷ+s1P̀{>`x[7#~:9Z[˴4e6j3K|3jx@ҍa/<Ēx[brO} +ۥ" h4Lga{fF((Weoj][eE6nD;(^Hs,#_ht28Q! 2<;Si ѭ|:Ɖ|ǯ5xs Vk^"E5B1eZh~мvVjo1`Un |i cJxtmja# t,ax$lHk|q584y|.C; L ͌yFTđ;æСEA)2F#Z{ WKuLWע}QG׆amN9<%VIWd/]r-댹 =DUB%P;xɢ'@^h'ޤU%h.,^ p6>E+@F⭊FŸ!$bF^d8|{-/R6Ux4n(./w]ȏ C߽􃆝4RAkf ?gim^צCG ؍ቇO9Ђ˜U^[T9V\f+pvT\)*N#Aا/&jޙbOٔ(sR6qw|L ,ǡfOĞcXzN+D}&kjz~ʁ#&kcJs[B0?V:T◨:J՜! $ۑHymm(e+j=8%Ix ]E RE%81%GDHMN" 1E4bgq&1(V^-3=Iūg{]`) Hsy˅9 EJF n҃16TJϓ~[釴}|'F SyseS؈u@# [SmO?Q/.][A_?Nv%I|T,'K+CzT2oPNăBCɏs?`oMNU8IJxi4\d 0)LfHJE4(`>^Rݪ7auvi?: T%Xqha[V<VhwTFGY ) p^*}cRL{@= @oQw}7BcK&]S'2q7Bb%lG`=!IaQ^Jջ%kDT:NpOۙ+%6~-)^ۈnv=% h+5W}ָE$(kB|b=vW(tJ (,fx岞+*Pf_^Ax|e0˥Q,J7v[fW@> kM1^c;3v*4HrΑ77y4>Me犁'B:BpXSջ †C1yaT>YСH2- I{kek!{1+8ƣ"oRGoiʗLzCs; >swvWZ) o$K暟l$ܲvx9Y:nH{eg舉+R_1Imߊz`wss 2g}:?&a*M4l8guVNV&QBk]~tmBoxc@7OiVmvm~߈&섴W6GgĢ.╓JhYJ). ќgP1[i$-cNw  Xa'zm1IIs ̯d"pK}_0@Q „P;3%_L}ÿ9yfZ^^Ke-g>@f̶˜,dBYK/p0pGM=Bn' ׭t#."3XYrtzs}X<%4gvq ]ƪ$f,!_}Ɲk%s=8&RmeJ$B%ug-l>drwX4F݂DE9ѩrswP_:(: <- 5&C(\جgeELISŀKspHF7Bc9FB>-!0H`ІCo K(ube g=ˡf5H?b4.CXF*xFigyk#ߞ=؅QyJG&q|}$$oħڠgmeۭ_[67ŦYEl"A`y!1}R/u!Ο#m|"L9Oǐ@ʱc.l3G}6 $sӋ}^?S6#1].=Ԡg6sz^& v(o2#[ؙf~#`?o%u8df_ 7hfEk!!Un~P#]fW9II(XUJ˺{fLJ%ZhSM\ᒶX9ߚ)D^}zbyCGr#b$N.u;4ar '{(wUCC0[X2[4Z*B 0ZzJ4di1- +xR Jsqu튯17y85d** =Wإ,8gNrڈDd3wZU@-\w hSETʍN* m@g=Y׎NWYD @Ѻ/T }*Pt4P֘7*jA ݗXكSe?&4͠=% d=)` *bv_[Y5Nn}޶rji}׋r}4 LPD2dCft|pY;r^' ?Ñici-a:^Qvv\ӏe4<'&?sm%jΡ^zCshUL ,T' IꇗW; h{~]f?G~={_W-!=yR曵ʷYTq 2Yjy8RFܞ:]@+)FǛ.¸I~YQLsW967h.A^JG`RĔhPh'7m|V(eUp@*gR'`5JVko)B2]z"uP!!)Wn^]r9h! ŵ#O=Q=ϼئ7L!ސ˵W嬫wQ xd7)f4:m-Q:B<5# m&[;r$x !\m[Ylԅy?seC%X='掬|9Ir5!';o ;r͑_;n UcJ *VZmԎyNP's'lls%LH=^4O(D {s!f`:RAђц&j3^:(KCY߽D.BrbHS(䩓@B 3d5+* A7wxXV|QW}Ji~PV:W6 .42%~x'^< I4G4O6ūY*;xya'sѪX (V%B$'ZUֹ e.5!xC1rDsl|Є6jud22 Yf3Mey[?0Xfousg+j }  ܁/+I*onul+&@DS|+Zڡ΂D*ę53si|b>x 1$Msܽ! &_,& ;;۵EwݱmW% xA|Mqwp Ѷx͍VY6'L/r>.!^lϭ"P痓5;2PͥN, jG'"@y":be}*>]SL5 w2T?O Տ];ؾ~哰ZDIR&\,_RvɟK{ݶܕ+YwEإJ}D8c˙ @m8ΏIN8&U} < UNkT3n`J4#AoAJlLi+$%ўz Ȋ=8aҵ'f(v.6c"y@{]."l /"pq@CB`7 Nt= 6YDTݙT7US#cXd zlmq(_(:.L Nzr`1 8,8w ݶwg%ERś{Ew¶~Cp?0Z6/8: {@s&"4\ը(̞Qdg>H1^ύ3{h#3+0xPvH0ͱ洄 WuhS+ZK{_9y-3FvS hS}QwI/(4K}z߮ˬ[p<@_nɇ)+X)8CQ ɏ+id_7q^kbyoy\}X^QgS]-z |>8@xldzE<>EQ @KN+涽 ^`%'?pT[d8gMzy%3: ѥ X8pzlp_p#X[g@**H$}dk}AwI;P_3F{U_抌7(I%ݏ*bCZ\_e\H >Cڣ{ 5U~D\ # YқbMY*^62r/^, 39gI3cey Y^ ̨d|A11G2 -HCDDLc$`{K uV͹ zjVj,q#PuGcHj5S=ݧ1suyq`c_x;0X.s oh QBr`T6YzHkvlj0a#Lb==cβk6-YYu"P\hUzdwG9Ohר=i /DM﯒r>TyC7!a_Y `1lA/><ޅ `9&N0 pftGbh<R)1+}7+=9or%Id10>g5qVI|Iޕ}N=$'D4UoegMt:XsZ<3}*g.(p.+T"Ǐ-7&y0qS ,_2itZWm7|tVƶZwޗ `&`9xV9{J-ĭBHv܈ርnZ8O$hu\IKJ}VVNhA(ੂ?20O"`7&:J9ıvJd켊xJ=&~ K7 l~ lG X!+YJ0DC6ܽ4W ]|ʯ!7s #ca)hSa[>uTq4AHK1Fr-{abg۞q0ȋϞf,o`jI##Cs=/wpE=\梢,X9q *x7%L駛a +7wS>">I.R(IA5N , ħtfFìT 8se1TU'MJaG'8 N|al_C\ b#Z)?WBbIN@l "Czk!{A- %d _ ;jn(QjXv6R#ACmu%S-Ɣ~=9JBk|x(x/F5lEG'AV%fvu0uAp_u;P1辴+_62 bC{d/aO}${oOտ\lY@#|Pj4ΚK; h7HM|r}]sNK%8!8pdK50!_|KjOpᮋn ZfcØtܯ\ CYQ aY9UcհƲ90Xn ..rA'ՙ.УQOD֢T Z'EfS$fʭQCq^u!G)0K篇d IҔE71.>^NQ6ygtVoI#?b%ɪ8\h]`f'.`p1eQz2?3ya,q%'v@:H<\m RRAWTul DU/>oJa2aw5sCE\ 2((kαwo 2/a$۹4JXWِ9vy:2$НJuU}ueU3j+49Ob񘓂dI4b(bF|ׅ*!RG\k-P^Tiժ Gdyz;,:R!Vy_u^b_4hV@ܵK*`1ZLT hǕu# ( bR8n} %Dlhk 1#3C `)yeHX 483h[0ģw2Gux3 ͺ9]Ҙݙ>R7!ßҌo6 zEes TfK+i_SHШ,䉴8n7 m¡ߴsߍFJ_ fUǽ& M&M%Ҫ)Ӈ&-_eڴ5WN"U B;݉R%1oKS e)1txٺ(ҕd=B^:11NJbEtGcCu0`LEw?x4\}{uȅf?99q@1ѿ퇚駋vS~ w۽#TTOf ־ nv{Y&–\fZlRj1_WJsxv M>Вխo+/ި>_=B, q S-ypt~_O bAg°SFxCG{Z~YmGy7bb(K=`o+Ql[tp]B~Ā{t"ǀ"\Chw0]nB t .gч v3Ao(I"D-e>4PV4J9|M,6w`>v]pc: S'Kap?Xb/L맟 Am/38grCAd`X*9'ƍKx}da.Qp'he38C1P;'[Ь1;Y9ܰ bz*O,hUƛO)07CB'Lg"` |WS- ܘ$pW|1үő8r4"bk՟Gam :(Η+ @X2Z.pʌL![ $G+aoUDzF$!e(*!cIig|X#lw޼47&K23NUʼn mư~;24R~=J2oDݽƩSIĻBBZʞi(@0gU.s\֥!Ezh@%;QM{yq%KDܥeE60V7U?xzyh{~nJ(kp k,BnZwJ|i+cJZ-|xs r%\~,O$UMn6Z(ҿniEu? XigQP[9YC*-ltt8ٶtsB]PNfŷ ̩Q!B{D!Ϡ.q)7 @A$e(9=ef,7^|_v{q&tyS,r>H»솛~]|XKt?'ab `2aA@``v6R菁<Q()n w)wg3-[Mg# W=ZeTΧc;.l#DѾ[>0m`^C0FSޣ+=So?Ĩ_=ko; 2Q}Vcv@Vu \3CzcA #h#gjd-ut5WZy+F)(pGiCrˈ)>lY5|ҰDӤHBlG&ab7F^s,0Z=> Wxrx'b&ϯ4DGuTDHba/`p)}/{$M\>:"sH7TmDlփ,S0}s:$J[fIt!ugBfW)8܆0bv;o/WV*yNy4V|I!!E_ ŬndB1TbAe~Ykz|1)xu7  %~j wȒ7%&O#=eRpu$㵊O2NDLZ TϹ~Xb2~] B\،6Łŷ?r8Zq0ĻD8m׶B@HT1?:1!ǹ'Gpj_nHJh]R]YNM01W_S( /wHI4\l2xvA7/(dU(e=;܎N !\6" $t?ߍs&3Us_`t)\٠oW\Ebx74y_WKz4ɰ>AsS{m2,4is5oe1m +-ؠzm xgйOo-!.dfw*Y'J 8PD@5#  _Ia,)g4Ԃ Ol?KBqgJCew/. A =hW/H xrn~X(HeEBp.Ϻs1u [djwALuUXci [8cTfSk1FڀeXv;)1 8Zzx`֛gͶXgc] 4Z&:TC4BIܔ8i-UWGe;mR'Vʣ>$V\UZnTfڞ$Z `' uc;2䙺 `2+/~N7P=UNM]u$/6Ӝf-MsGmQ2@2PCbC lmNmd(RBnڃ}Q]P!q~ y*pVc1o{Jn6;v삞1]97#Ûnח™= QW@4a3*GكM.8u~#t $+ Q7fE:>%;?{Pbl=bCQlܺ+Εd <:z?J=1|d_jU^":F6.mGFz9֠('J M /(W?RWI80uxl]qVFρЉ2_sicxH5qw)J-Y6 "y~NWG៚7CyP{OaQPP<^h~Zͣyg|{=`c9L7z65rE\ tPFp(&os(ٽ|{pzѕkߙ7z%Rn-8S'nv\yh;;wjJ9e#pN:Qƒ0@믿UÝc)3:>SFcz4Pr,xdHeY Z#2SOJͮx kSrZ$͵(z`:IQE&*Y =TA =voVĶiM,WOdkb-3Ls<մШAC wU d@54t/ UHl?bLuϵ O"LaTŸ3MqP4떙Լia. y"pNAY*;O` tQ(!C*Hx+Ʊa%ԭt Rú Ӵ5W7N_k*y|nVXz%o{FdJ~aQ^|~^C5Mgc(c*M\4' xy">I #n`wLWl*ŘHPc~&*RK+rtTQ%>8dBu5Lt%3H=q?#z3^>x!]Tߢ~AA}蘍XrbP6ysjݫYG2lMoyq=Њa^Ǜۅ!і]ZS0IN>ڣE0%Q!i7M? <:Fu[²BE0rH"I*:0u\D̩ HOh<Ӭ]5wPw-Y.n8V^[C&.{o/-Ŷ P3b|P-qO9e$,<ާ '꟏r&H%"|bΠp9:nYT$ǩNӾ0}.?%6'"=f>բf7( Q%%x9\ZUaǔx㌤Pݚ;x|;^q-s+d܍!Z(^)רlS\nJ4p%Cƞh6soe[N6jMmpV((ih͖eJij ?sv{^n{Mor|aoԲxz-j@ #}E 4#ba!(\~LaZY /_2%-q a-=Up*MGcf?_jžx"1FN#!Qѥځ%"_X7r\?1sGlw ;B[r("d2ttE3z8X9J.dD-p5Ӷrzs1~e}X<~)"yif5;+o wzO_}_={ q&;V{IzY}6ǐl5!u^U"X"OsXaԯ1VJ#l«ڤDws W\V+ 7wįg= Hp s ) ji"Gf<-B+$b1él<Ouq-@R"1ʑE#MA=szLn7Y ^yz7UE?ATGexVa}i2v/8'69^B41۠_BsV>ݪP3O 8#ڨ&1*%cc*|PRLRu)_.nhW yI |7~ l7wr>c=2 IP'bͨ /7 I?KunE]p'+{kq_u&^٧@U 4* ŮR#7҈ At LaO'.kwZrb qD.|9/&sJ@7|2 Ɣ41f}'[o4ηF-@xr@MarKOEҤ[LƢȯ&K`;Ub?_.XJJͷWp! Is]J ZSs,L*xF[g?P֯ ϟ!i0S@JڮJ@r̦aJ^'Z QiJd*a_Z*b}Q6ޢ)uk6{sALtحg7Y.^5ʂ|B xF@y|Ad=EmnȞ[kP\*lzA{aㆌ[DPd7.EEZ='ښϳ?\L)ˆPP5[q;O Px RcȑԹsIL'tZ@ȭahXYxk%.%]ItI7497yMKadTч}f*:Q0%|6d& X ^eUuD YK x "'QzlޅX:>f&Ň%/*bt~,~ALN0]}3O(5hK4زʢ?K.Wш99P)l2U_ns_N->,(᪲>o%S654gbh"e6A/+@ϽQqYuS!،wׂ@K(BE2f<{oP n Ǘu-:q:c푟S#$5%uB+>\fGcTeb5<\KҲ0k"/t,^lJvVjuvZȹMo"jV^0;[HQad]E6riIqFs0ɦaAĕxI<E/k9_OVy_S6"sƔ $L%Eyډ2L W=z\S :Bl+~5:aۈ"w ]|>L͆!k{924˕߳tlx{W{R?:$ W1ĥ_-؜ ÙAhY{BAQkwQhd/N!DO QhĹYMWkZeebzuwDi0=!7,.#Lc+ 薐Vt 1h- |dC+zYpbNٞ HWN:!1G6$ EN.yMժݯ!R`hȬlzP4a9+{HW.f\صs)^85W]@ɘȇkîcm0Q[N<: ՐmJ)}iʗ:0YDXy5jEͼ^> ڙH5Hfe& +\`߳m I -B ,yp"!f9YcAG١tEY_}Xa@W)H(G*5p Q'LC+J,UٍBs05=Ԑ`HlBúiy&0U>Eg%|Yfiqbh+݀k)veX9"^ 7],eK 5 m`Up=T*C'b 2K>RΤ oPFRbo;/xP{RwMVtUTЪ.ޖgl9Ta'ё 1y_? : ~=_8-kq7 sRz a[@_.7B'bo} \d-+{YPFEݪ.M/YRЉG*94h{R}7]kh4 vwƭh<炯D^dK?-f}]H+HGVgz4&n{'xWܬWw<>^W{2V0,2b׼:<ȅ\ּ+Mwf`dST ˪ %z7xū}w 93T4Kd uVl1 Vk䌌TH  %/k2TvKwIꩋ6%}. D]ez}[q^ \O%JXQCҮրGJ1 FoW՗bt,{bo> 89bP B4IS N-5`|ΫWeb S% z>KV%Ǹg 7lo#7.rWvmm= M gub(smH;ڞg>E*Y>澶,EGk/H:ΥTNbGaC^[B$C,85ԕ Mv*`^o )CeJNN cۑ(MCMY0#cca>A,P<ݑuZ hnJEjnv+< ׍ӛqPRfjA J>ŧ?iдg/{Զ7LzWPLiê,e;OJQf1RD퀑꡽7DAǐ57)$*q{[f+9 ?`Xy03W-ti-ls&Z齑~f%<3BZ-#,89#n&ajl~|T . cF'fE(R`>w<ۈ>|P=)>2{B=(ZM$i1q-X ཯⦺^TbPۘs_HnLOKZ0@qD3֩躪_Mt~Xaަa+F0ݒ MX{A8Swǧvuu-Py +l 00f~JcV.JpfҰ޺R|[ٰJ*Zxkx_5_&z.Xle5@7-#wkkCh z{WA!Mw%pHǔdžk٥ac-父*b__g&`~؀ (, |jܫS5a F. /pz7be挚jCo (LNl$ {)~[dhQp!)bTÃcZJ#JZ{>Yl,W +lE L[80BeT!L㎴0pZqʠv,V 7%cL㴄ELϖFMsq,iWv_v8>fCTk0g%]hY`c]P^ܢ-_vo)Pk:GØvah'؈ lu*Q!N/S;|78iuECGhZlYx6k~9R%/j2ׇ<&yav @ENN6#CpV'JRaG&+¾w9nY>{'oJ+pnwHeP41iDa1(voHL{(פH-EA#ƲV- `rSj)1צnL\"`#4rS듈Z!F80!t[acm}h!D!wґ~Ts?,~YNS3H˘{]"bs/թn=N;0G2k @$p/teV}yަ q5_ ӭ0=E{uQVVYIdlG7[JFRM?/FO(I鞗Kkj/`T:~+؊}a:'̷_Ii+SUZW<ڧQC}堍b\HL7#nת61MYGؠݥzaDppX|r8̇޶7a@l[/]oNm~ IuYj*O\)y^X9%l[Ǡpr 8+KeC! ^܀תwp晙f%xɗ;~8 Z cpja d,Y$U|cck q۪v8~J acIcd {H_7ZnʆZ Ќ8fR\OamnzX{qlUcqRcE a]h48.55[ HЕh5Qq/ɈƯI +IDuAP?ީqLw|¤l"TvO|t.0D g|d<'8*80Ûs^&%I y uL]NlZ+/#3#bQ}8bQDEهЊIb;~ltj[Su*-[5%AH:A]щōAQ agĮ'tk=`j+y$PH,FOƝ}%oDs)}@х`|MB $ ;vEX+%F $,%:x5zosR,0puzqUYW.)9ё:jO!_>@@bImwQ;(ݶOKy ubgkF5ш.xc7)(ac*,kafJ@ !O`+'2?E@ 9yVk vN-iJm(u>Oٞz1py3h*::w4GLJIE*>.@M%첥 ?P]bKrN +9rr*ixvܺJFytWK 2=r 5/!q%o*JF+-Ǡ0CREm<#nbX/r$zZ% ;{Ko=@@%w\eƀCk0w25E.XYآo 7h:W:J5sgNHIIZo Npuj *ˊ+3'5Bn;)( n셝Loc\Bn` >N![ƗSS4SZ*H蒒b@(ÂM٧nM[6~F|sF%K:66PsȤ֢_B3RZ-4x|g+ BB÷m-Q[пS|t(u۠ ^mZ .vnAZPt,Hj|߼Ih Pn_ -9.eeIߦIpI9ONbftobzpQ+1GԲMw&ڂj$u&\"s'iq̯+z\?x{X=Dwsy౾M%lP,N0g~QЦ,=TI4;v܀Lꦹʝc#Džs˜"߫IG)ɼ}sn:NR-Ҵ"ܬ]lL֔[}ԆO;.;GE^3J wL%i#"PK);8(J=ScWN<A(AdmQ}^FKYV d׊*8*SAw<%HxA} zIf>'{5Y{o\naQr~7; ?/ 0! w-i?V%}{\2j j@5ٺ1yhbJVe:5[[/ٮ|*LeKmDVZsk_<Dڡi; ~A^I6# :xِ4.<]60yP|cAR~s+O #q&Pů it_ֵ|3KMKV8f)#pš %;'F.%'L{ MԳA_Kk PvKQװIpƕ622p$x[erBŁHh(%n@$r6D*XR;xũYv^ JO hQ)wNH[wB7?'7Á ahww,at2sd'KkXAyR.AȄ*Egs)Vci:MF\yi*ӇثWnKݪɢO[{(0|o00I4&8G Afo;ȝi ~̮}k'cܶ+g ^r0h7i.nةʘPG5Mvh#eK60WVK,CqKI=_N`]ۅ1]كhQe??wf&ROx0r,n`{̐@`:1K{\hŢ ]/PY `) c)<b4\CC'uZDڳO==`%C TTN9ê(l?K\ u!* a9ۃ@$ZDI~;$oEz{M!qQE=r0jQ娧L{ybFm @Bȴ#_$?l6㲥w附fυrOWHoeR?bSX.`0=3+-0*9jLk*;QzA1qdO{PQn7)p Pj n$`ZđU͒|Ĭ$ھTBdU:9 \;;B$WU;B Zt6c^;{KFXoƢW`~K1iE{ sxdM`MZi.\'q;yY[SilЀ'NKvU7ʕ4FY5$DoHՐ2#4y6DyIݮ]fUKW(jzSL2R/MP}M6m&W3ji 5Ak['Zc"7t+ xȾICSQݪ3rh+`K}rM+UJp䁝}%{Y:֎4 PfϨW10}q9; g#+A}WY~R[đ7ʁ"!t?ag"Lm$c3|P$WGGOU |0=W?#E)۴ LlNmx nW] }9;l%͓y`",rmAJMCȱ-q,w1Xeؒů@d G v,UظfFj!|SVHd5\")o]J"OpgO6A,ifs9E-8.)A_W ̪t93zUoG2ρEQ~+G\P ·8 ^ά=󲖙|3Ԫ{LpOOIN,83ěSs-Vfa>l &W^v HeQ& ^K?AMC]ͲL Ϛ O)y^D rOb67R1^6hAيf@k3(>n=|#a>8 $5xh2֡;~D0\uipPvSq{_Q5Xs+!2b3ثv BPLl=c:LR3)(C*\lJM+6u~!K]D bI.ͥs_/Ob-T瞽\yhn ^6~=0U/I+%(_ yK6dצmU#+A#l !u3K(hc3SKg 1R;8 _,oUU[r9(!rHϓQ Ɇ 4""{@59 H ɯE^=@FJRI-l~H&?XJ׫~@L?h{sOu|\fb닀##Z7A:G"z/AϻߩLf R*/wvnRFD_tLe*G3hXK4IЎ99˚<{:QʆfPV ̕#E5G!l2_L(*X;a4 qA0c{11% L)0֓RA".WTYH‰TRf@O[-Ef:COS+(}ǬM)8ٯ]2dTz16z!tC(õ6Am~^ƫ gI=wADNʗfYt.qlZ)s6mԊ ^ˉՁw!YŻEnk  n:vdr?Ai UdڕŻ(7n9O6?xFbqt)q%S~kFˮȪJ2^/pKbfB(Vl&Ss4-'1R_L@g%n< AT&hqyzE絻"Cqֆ<6&\ r彷 F'zq@ B&gWWGi,ʪL70HhM+wL38AJGIp! I <%_6.al&p`)u.AVV|OpT0OTOd #W /F]Tv}8AwM_+-;">`p-I l鬑oy~#tW3pr~[d%ϬFQBJlCf-hf1 y _fJ~f) w9 wf|DɆVYdX{\p={꒶+V`$hMWh,ZG*(YV¦'Sy0&1ꋷQa Z|^)ajR)<('O=!&%3gU*$/+pћ{UR]]lqAu^hijw@9Zf8':\ qMOy^$+bQAVK<Tmo/P_Eîh:Dj3m>rwѦ$Nv2f֍Z.;M/MU'O%lOW=2Fq.Dh7SuzV W?è\KBO]O"ux,rfԂj8P_/WgÚaUuI.`gEf[)K+j4!?CeeBlr.l`I=aVTG'ۼn0ZZOd~vO-yY-ehfk8 f-e(}1)j9lB>n 1]Ki&r!(jpV4Ux5q}ޒr24pCj\\55@$7Lz{Tlt@k~ܮhwx,m 3⥂ Ua(*ED˲BNJbx|^-DRfDNvIIAU%9ޛA_KtfQD_9%\!e-`Vf{QsYM.ģyuS&j~o)wPϊ'z[^08jb̍׹/Gp5?qm ]epܐPNoG%Axb 4u* tXe?\뚸_ap]ouI6hF_/~SBVz:Iq^F`#.Rq9n +q2S tR-? k8uԅ',P]1/9*Iߓ|t{o9czj"w+XOe9l8,Hgm&-[-CvPj=#E-fMm7W,N=X43 c\s)f>6IF# i+9'o$ JdrlhnL 0$ysO׈Fr,7GB}qwsƁA*x`c>Ɠv9JyT+?X"d\.(Mg! .=`纤{ vjC0ג1V={wDGl|@9V'%SÜ705jp;]c8w2Qӯ(^ Eˮ+?CR}"ɠ}ROԁ~&a 5p6s!Y'})˘Je*`cXrp ,%SsXv}2zz xq3h m9GU2qPZkH8 wɏJ+qiԷ7ޚNr5T 6gFhjq['g 7h|'Z`A#C%,Q}kQFjq"0%[)kC=}<"M_U1(@rɻ_=w_U4ͿBͨv,DAAqt崽JX%0qu렚pgD(K@ *~[Oqm3pIpɪ3e`AmJ\ζ`?RD)X7.Fa~9'MCwj˶rDOk6O+p,2N~^U8 y{#@M}4WEor&Z^ ˊuE:$x"㣓31fX^TҌa~y]Z~JV7mekh)ՏYCaMD?UBhķu@جsY& knq18V N4g6]eJEUăCm[թ# Xi=PNZ;@jF+NڴM٬ڶ#d*^YQ)6t^$hٖX6z?HQ1'F **6t}k?Imǟ \Nҥ+r_%TB쩜GKNV(wZ-|Ϙ&t ܋yv@3yBj\E%<7:qs*4Si\ÃdoIEvzY,}:c{?mfˌޝ3*$T^U=EU"a֍^ 'v_H7Tcv֏>ԁg}zO@P_5MiXzXr!tT* =aqs-eͮmhtR Ȟ f~/~Nv'>eAE}y 7;: ?lWklv ق0iDw@044'CRybڟ2%m>$W2H-y+%:QEKgeg0 ]vs fQ~<|SJ\`zOf!YK@1:*q+k>ƉeKE8JbػNpЏC"c(ϓk~-4Χj'> v[J@[:>pM6&ZC7[wb-|EA7)u :f|{ϸ ^cmFdN[ܦad4U]˻<3I}q"n/(}@8c9CcJٴ1+yBjgki$#VxgoSJz\$tEg[(9ZY*c?!$I/ rW7O#avE%-P}r!}"nDHMb*}dAC Rp&by9 v^1*c}CWF -d2~rwx%&M/+SHU 7# R5Q2Sn% RGL8T:̐<Ӝg_UTMAqIj')Mu*T6k*f?ź'ta;‘BFw%Cr쥍?ϨK)B6rt뢶}nk)Pr"ekm1dS53NfO28 S_-kuJ ꢻy!t~'MSwP0rG`>ԋί izA{kd\Ps}SDX cʿ(-:UGY0Gk7V0k ڭҫ$n;3{ @%ax t P @,MĴ*z;&7UFrP&J0{ŚZGKEL~o165*~,~n T4_M{)&F -(z+BhMH`Wee/bȉoD7|mUuţcRάh-p4lWn0g qZ.=DzsFX1w]e",6F2Cm4E0&(܉q] nɲFxJSmdl^0zg0QVOD סW>>2N9#lGNJ+-l?&]n[+s|5rX>^'=0/(]OF&1}&2:YCIYkcgdx(P/PmeOZ`)G:_7zpFZZ3\-5oZG`?m>u{Ɂ`m 4T\gƃQж۩fN3 0"h`zU؟YNWXlb_Ln/h7EE0ЫP2|Kv#q&w#|&IS<+xNXM %_3jɈa<nFPjeJ+Goe!. ˠ^t)aHtY^l_x\l.IWdDԇV)ZѣrȢm,ƒtOm9pԗ1,BߥO$aur#Cwf?d{N 5r+6[er6I %֍!=9;><*r?YAwB|ؘY46J2Hi34Mq-p +vjQgylZE FMԒEϖ\&SOS*ˡG0.FY;0>l!V;fd0[L U5¶u ,qN-zSǸ%]nlKUw x\7fWLRPT^__26t>l+Ѹ*؇^n6 A=19{Z)L1Rn~`1=@ Fob1DF6apD2TJ-|]DHA, Zu\HWΐV dc1H iQE*@?"hck&oW]6띊*뵄~F[)zk 10e8)V>n` C^Bɪw=_ru7J`cwG!Nh<oZKfxKd!1kct=a^n׶\9/5$c DHԷoH3L p4H .BґVfjբiBR RNzx{rdtu1Wp€T40:XGKsd*+,4=ܜp ꊄ+=10%ҵ^7Ҟ3uyJVh>CdсVx4]!U5Z5"8aosvZ,%O8a"T֙_}\wjÄ袼YPPhN5_Xy^hLtN˹][ 0^=9Yi[?OP (NTo*_2n?L,bmk\) 0N #@~j И8 MQ `Y >ZV(樛HKJC "sZ٧e_˾v֝,+VilTcn)0$eq;g@+k:0f۔7]zM+i8DY\$Wyq\_8dA Jhw' Ql4WCZ'f. =PlR&) zx>U ByѬ0#{=?ݍRsD$F+'|c%Pn"#6YG5I\WƜl,e@3-[/ bnzt],EZg_hԣ!eo:A*Yfl.VB_4 upzY˂m0ta-ko+dΟnd=Ef|3qOHLfP+ChHr{İ]W VwnjçZmoo ڦ>lٲ_x49|zave :m5U;*6?O!*Uq@4w%(l }4vk "&lBLt=N20Ӯ Y5/ BV!($Yho'fǩUkWp%I͆'Q P A'aVuXum9ʊ's9R7 =K1?GwIg/.Lj犸Ǹ amc#^,~"<ʮ͔cIG`_se9 lu }H>< X0Ks9'4bjLfa~qZhM)W Ǟ-G[+p26MQu^[<M8n)QjѴVd|hBT3Ӂx.dE-6W2ޛ6(h?I,Y&=;ߝ8B6TsO 'O9ϤtgH̤2ȝ7"ㄌCw[J w`z)>7Enx7%^CeQ\dԫj)_9XW˼۲|1{mo Q)8h6mZo8o6]?*$n QV d<P00H_6QStL΀vxsw)A577j!^9x#ƃa$wnQ-RVt%jiokx^w |d07Pіf?2sZd*ﴟ < ͖!5mx28)m4pg#*'M 7߱c"jX<0 С4Yf|K{%<&lA'9h$ގþi?R1J8& ڒx:c4\ ]tze =;(W kg% *⎊f҇meg{ȉ҈" L*H20v-zx!Kmr+Hy$I:&+]S].ٳ,!ߌ^]}b?!\ݖ 3>2L "=TM|̄ M.)9l_DaYJ"FMon Pg`K|݌-FEI=A3Z rf,/;~ gũHyL&fQ^s>a*-:Nª#}Hm>6/_/wVX ~if5+O^IAkޑa=.>@bl'vl_Gv7xZi5uF,u|PC5h9=;[tMʻ YӝP@",X) IݘȨzX&zs;c u᩷^jWHʞ޳e;`Hi=`x  $%‘U[ܗA/|N1;[Odo FOyc8qb;I\mN׈QI|WqTTy0)g=,j5٫R֚ۜMpu/'F{_A!0 ٩$PtRmy{jB73|dDD#>OSͿnO[Tӝr ykݠ}RC O%^?% tDԦe LrZ1V˝@5/BN;qpO2PF cc%޸~ U{c; UoҲbn YƒUpMC|3d* k(iiŠ.N!>蛿27A$y| >qJ#g$5o#_O<DOcb>r,p @lr1}渋x: H6Օ>܋/^Al7'x)`3;…QQP#CN: QQYG%PvWMZ70./"Iw=[5c;_&3dVX(c#l4w~:QVϊ3s䤐u-*:M?'`,1'4,Mjs CR?$갣a.S޻-{}fIUEL}P,.-q#!=MvAea):#{m$W#C tG$ 44z'Z'B79%Yt-P2,(7 moqPq'l&X{IA܁ ~ҳt@ݫ&C u vc{ GqsWؔ#3h('yzpu38VM]]>7(q{!JTߔ~Jwa@>Bo&6U񮭃}1K[54!9{JVr[j}4=0ь& KDHì2eUeW∝7ԃ}$*HvN,!qJ ;&z̔x/`I}hNfZ`o}s>.ͼ8)٘E՜M2)Z'dS>dU2?Tl9\蛐u ZS^B5LdI7o`)` = &xdL8\&ĦqJtd7c܏^"?ܷpBufRȲ]=kfrP8.3.>A69&tn54g1\PV[CVѱ0=X 4,&'e 7?Yֵdl\;'h\1巾un'5QM8I^UeKm⟊d5=gS;JuΉա kS!h{eQ1X)AӔyҼ:SOVH6HhBNuGwK\MY`"zAwD4+:RVB+v*?0Ƃb?MFCWVv]f*9bi G'4tt*gZ_ۊ~5.LY03uM^RHBZH_TQQ ^S~$LGr@AG44~f[[g)x&cUqVbU$"`E.V OLt o}_)lFɃdw;}))!\O[Mѿ&T0c5pi4pJ]>{q} }زޕ-[jm%{jHx1_~{eF78͍f^/D6FW7;'L^o?k.ݶ{l0F\bvL9*FoJ68}9ųfzۜl̃nt5:ZI 6hū 7Hذٍ ߞ_AU( ek'(=~bIJmyl3@`ʧz_EGc _9SBm~8ʇOWSIVҥv 46N<`|w~W/=R31鉾*T~@OZq9wͼؐ>Pښ&9\hrtgDۍ'eʭ'0!ɚ`ѕ Fa7xV򛼍.ρqیˆZH9xqC$M8 'h<ݔPiO5rѤ7\SRj9-uTѐsfQ|Vn2}->Zw K+Ƅ?Ey)xʸ1-[i|}"L?Q 7ƺ= OXQ>p! SЀ|/z-~8 L2$ϝ)Eʈ j !/95I} #6ژ{)wM$m;CGy͙Wd$| 32ec]b N X Eٹ 6V*DGi`.3]&U_ߧj?-^ÜIJ3=sCn{yq\<<k^3$zwruߟ?:O]4w9['¶EVUʓgnLA>¯9=cUd H(|> Ғ妰J DcA4fTra^9<(hdo?aA=`5[1p=P7@s$KfYS=ЊQ` 0BGVaL\_:"4;2ʿꛂ!/ l Vx/* T,#6QS^ATvR9ܣS%?bm'Í^o[,ZZc2$-Pɝy?8\s`HkD XQDfፁC3gfW:Rr';?},G؉#R Ġ!#Zz)Nc h"?- J:J7z9S͂&Pq|=,&-_0X.WbR;I 7^ .S(4U)wUݗ8]MO'>ݫ&<0VxMMm5*EmS2]wgug 4| J-6@2VVc[3LOg(Y|B_T~jFMa[\xGD7>^z/',u?%}q:JU63g(Itm3+pС{Y =)T4:'CIz ?tm b؎  0= BK8< u1(N8 B2$j:>62 ?b" :!H}ShH[ry]om\WVjYOv[A ,^Vb~JIЯ]_5YEBW.bXcϬ/BS4:ށ ̳0a 8b>vZts8Uиn64"_)酆m,*+/LNy"e~E L3SU"ZaJ+;Z]{Ze3ġZw4@_ǟt&͇UhqI [-4Bj}+6L%Eh%fX +SXj#Y0R V,}IDn<˔e9I@VfBF6Ox j)Jt&'3Sswo<5Eg"o)==?prAap/$Wu#.l(mI M JpP^XCJ`ɜVjҒJȋl"cMw=l$Gr+Pqwu|bH>~L;o`(U<]:h t $Wn޿8˹؋Ri|  e,LhYz2:2!'|@Hl%Z-6LrꪘAO4$J7Qs=3C$ùl;h2B,sĪ 6<$3R=8Yq"]bPwF Ybur*C[-*av 2[!LiqUV[ե͉oJ&kl7x^ D"!9 LYe뜊UD˙oo b>^ wɖv"r\$T+ ޘ».dH5@4#J) u8ѕ;Via0SO`?h*&<D4B_\vƨf'kٴl{7}80>m}$6TkiOSf|0Sp+y`I}[K7GUSI!R (4^&XʽxKQw9\ 4ۯ'!SZ?P4jA"3 f P4[acuǔU*UB{(dU ^>g$[yMcY˫5+ļ$ÙM Dluz"1߿x9K .ګ^XŊ)ѮKܚcNG {?m>f=m\vH}Ml%,bɢfTvD*&P2.H|ùVZgbt0aB; ~K IGw:?1d{ _HCs`%:ιaFJz gb|st]0 b􏗫 P{v@^k=;n2HIA@sL>$ ~NZd~vW/n`ǦcHǨJ2u|LVWh<<2pa[B6J~Q[;ܳ<A(v#CpL1/^ fzu0(%kߘdKy jb#dH<*' S]U Kz(.P}Wz8|HD?Un5}Y)1{Œg[lr F<h.D`++5?Yi|.UW9kJxsIRvUb%Ȼ5,ޜjEuK#">*I  JƼcs=|^ra0X'Dя ־ŀWݙ ,`KÂà~Uv[ݵ,h7ː'fQam4qbFNDz5<#1gzgtj- pR:U ͑'ia^Æ'NpjD4UФbH.;I}KRBgCR$ocu;\ 9 %8&WTd $d"A`iTriX5Ӣr$~8 _- U>~pgK?'uSn;'*PBg[Ё̓}yDf gBhYػq#DXܪl ^y;FaHp,u<419]b.j͛),q. bn_S?YW}8 j/Z 셒i>?} !QN񨷷^KX #8[x%LM*ӭ98)h"l$AtyC&J{CJ^ovv0{"2K(E.MCYJ2S61 ҬHC?Ā\V`^;ZzXPuhc#|8;hF~j=rϦ ArQg nA~Qz[樼jF&Hy9 ;Ϩ T@({ =qg$4{.:Bx`]?b.ro[ bn//PjGŠ/'_ch]`ϜH M ypa FDrFQK*zT."oKvf]{𶜩D?W߹BE"x[s49FI|j9!ui^]WSO-r*>ǕYaҍ\ (Ѯ!L5&Pw'u|)pk=.CSAk f!q|FMţY*F^e&:s rNմjFOKJx(6w^MلnU &!#dc+6*QjD%7gO!($ow|9d#C(/b_ki4x@4Y"}LCL)v4f$R2w"I47g;F3&?o0z)[ݗJޟ#׿FY \L*8_XI)` {|Wk(y8Jx@mZVl N/*J\|b1y 5>:7Yon8ۘ:A9]^->{!hCW(ww0o {:.DQϗI%+%Ȁ*92v/&FbwM$WpP(ƌ+ 2ω`S h,yw@ .W}09j4j} KAFЕqr1* ?cZX8"z$C>rϜHJc~57j#y+'p\̾gZLk*KE IQq1\q$)9*9,Y1]@jhݑ;{5zkݗǁ.\uUy,+X(LkkrCgrlIGWFs${#FN2(XuINa3w &[%nN^\|%o;$CE@鄂!c%<[О>]k ȝ֝8EPs,d_]ԓmm/*r{tw}mpӯPIn0 *J-]mߘ?`=n0oTʹP@i,Ah4D,+u6G2bZ; sp7w:* slH޺vƵti*c}*:V0Ίuc?J/Yg|au[c6^6`zl'gM"EؠԊrI$Z< ?+_ ZX="0s+j:Q>ze،dhrD a`Z#b8Qj=cOE jIxkk۪,26*>l=#ɁgJ;_{N(6}gXB/}YNWN%F F]w .%s/&i۴CyeT& jTm -4%NQnq0{̧kxcv11:|<"Hn?3ㄓۊES1Vfv&'RM"}@7h"JP8ѭp+Lt-' p"# <.ͻNm F.-HpEbMf[ !3!4/!L"'_`V[lj)Z\`&{AܐR#DԊɯ$E¹6OpˑWŶT* [&o3Y0Rh6q[K¿:r$./I{8XIt(X\|W ktލ?XLeyyqvM|cGFr3YIhZsHBm)h[Q0# Yặ&( {/KZpd_o/:4R鰈h/Fzk?o<QPJQ]$Sa7DqđqkUw-,9'$(b*bG[2 =]3r*K?m+,1?$kʡ $;C/͊L5"Z4^ߥ_r,3PtT'q"Q_&# ($W#Roh|0q ZoA^f2 @T& \If]WkB#aOzgE} ;U.: |,J?Rk&E~l{"A]+G]aeүՕv"SK޷ݓp vl(w?3UJXF\.~ׂ{ ~v#cg311V{6eHb#IXfZYk94> yTv !}ňz.pg٠7= ]ɶTމM$HXDž9kR7|[,f>~9+ c} `oXw5.5N4c9ܑNi(3m#vDXާy|j?; ;KS9Y{AbzyM21/k̀Zr U1;2 [#W k0 lλc(RWzWkIcxqp[U7 's ed845zǽђfov Ɯ[q/!(! PoP^ZE`b?;u0m .U.wbXA)hv%ѺG\u_XLM2Ͽ ˰Xm%Bo ̈YiR43Hy,|5cH?R\-J ;k Zꓹ4*)nK+|:sAOtJS| h.ug,K|9PĔ%J`%T x8JeLC{G(z/ci8:I jƙo@.lE+ϧu:F`4Ř:NF'dLR#t6nXUQ-qVbT+9M#)6KǛP5 W>c$$}+FH^C:ewE^Cg6n:{[.e_z}Z~-~4ٖӄ.ZLFeg7,aNߌ$eiV Z;$fMctt{O!8J7nƲ>nڐ 9J'x!TKOl[~ٹnh0#}B[ä+G^Лъ43 $Qu$ΨX#\¤p/Nk? MPMWy1%!nzq0iŮ}@8Pⷔ 2s0w zBm0|\ph]4S*xB>$] ~,#u1ߓU@%IJ ?ͷѽ+Œĭrk8R?^<ћpgpvǍRB\N_{ZLu{rX#BI[P?\ա},_)r6[&I:` +R4teNMCe"i"kõtCn/YINiT/Y&wk*zxM2&A+u GmHzTcuEP+`&]5Y#v| &Vܳ+(Z٠/J|>@+ŝϪs{ؤ ͑^/̓{ӪDŝ0LqwgZ24߂d4O(a C_gq~}<"AoьK=t"al_zGB.]}|Շ^߻n Am +#r dyg#tnsc ,*fQ9*⼉}vz拚Sb7tZDJpl2N yns|HN#6v2!Uhη;j1Fd~y_5fBx\jS̕sAdnyVETatYG 0`y3׍w+_'C'Wrbzcl"Z@XRe9%#6+ݜ N7zA{G?lKFgDޏ]keU),=Jȋ N =>Kt2~Ҹ)0CuӉ mJ51̮쬁<-NAN2R! <˒Y1l!]C l~i@Haidw +/y5RYҔ"Yua1QPV^¨MM h-;>=}Rjm?+>7i89#ohN>tab<ek,TK G? +:ycygZSrT6ص$p!^>BQt4 32R"8k6e;n(+ J+We'~x!?\•ɍ ҽjBLrDv2GCUB|s;R]-8<ݝA-ӿº:h✖ 6 6Q4 70^R?5ֺ# jO :.*y7 Ntf/zPsoRT-# RAv1$[A] z{?. $7‰#22*Ikos5(g`m Hp0  _,#nL ֐L|c¸SyM/yS!:dZygF $H2N2ctu:@˶PPn-?U`8V@yZO2j4qX EFƣzuטYSF0~,s+yZ(̮cl@5H2t9|ȡ~o8G LDM lٴ7`xU9}+8ASB5} *]z}QAB-@ UG{\dNVAm{ {wX AzFqLxQHǎh&>v |ݘdDe4tW?iddӔ%\.F!T'n7fHX{ :lCs?-5)ؗ7_y+~OO'4aHD_N"-ÒbcEeAa ۣv<3[;ʹ*`ݭgKZdᠴ+\ǰZmm6(/aBc?xJ#\SH-̚z^gvy5 54< =ZNQ۸?lF:YapqlU`qA1>O"裑ʛA1ig| sGI6G ccSI;,[nҤ(HՒ\GPԴF|Y\95cttk|:AZTZӁ!k澛)poamI|J?C~\#$>g㧲l*?Yu$:VMp4XXZL-ljUt`>-E.o'Ng.UT'džH+2! v5ê\Zʁv`1P_@7=>Bu&+- 3gH!>1Bw51M*Ĵ( w; I"qZ;Z# aIt_j׉>pEФ;# 7%BLTײ"sPL ԵMU]/ee<#s2g`FG MpļKYTpMZ-&$ۂ6(0u1v$!e߽F0%  7 R6 )DnĭǃA iLE#g+\ja?eiY3 0?{,aQ4NhHU: mł o\lVlN `8?S#1޼Iܵ[LQ E'Pc~^S-F^LhqL,cLXm&L;]qBb*C}gCO ^S^{o1;:$I"^N^`),/;X ܟ0Fol[>`2!wJ/s*5{j&]E)cV}oBC1d&k>#d׀qIp7 0@oFTdD 6 lbzM _\%D%B<DKFEwrFl^p̑x6'j1ζiaQG|B}[WمD7婠DFC8q-cP()b$']g#\b@6UZ6Aer6D}A,QKc YvrWT4;"*W^lF&qRvS-(RڌmH+t.qى c_TWߨrIW^0*@w-@.g~(Rc\Zkp!j3=ZVږ ukj}}UD!&%|Qm(#,նe1 ՀXzlD~7*PsնIs߹fGC ?_áRJ٬^!)<Һf<9z@j7r6ط*˛XDyNXZ:o 5fͿH˱R{ Ed8 7ߟI@_;ܩo:gz)\Tu09J80z8r74?w'CQS4qI$JQ\\CXr/_(\QR \ꝥaDTX?[G*PfMG˔/gud4"W-_WE=EUp%Jчj0纉[P~3 1kf]6Ɂtp;FB̉\/(KW2 /wqb4ǮOU'<7_V N]7,R"B_G0jrDv/[ueJJN|LZQ^x5(m1ʷd,{mWоf݃V/[!á$J!p4dfCR69H 1(p @ikӪ {OiCO@͵*,g/; _ K`Ȧ _W歎ÝuosOnBe"b2;>pJgeh!k,[lo2W HGؘ YL{۳c>ʄ> Ү:~ՙ}_7 4[7ci3TX=aT&0 ?=\gUR{{Z>L&{}ĝ{֗ q,(,T {oRwo 6M4<֋)?XϨ7^)d᭶Ugfn>#{\v- Bhq&sW78o`*DB,=yɖik"^yݬ}; O_2piU׸#8!vM—1ja\YO)7ŖO$_(y\(hIe/.jS^Uqr?WҬ: Zƺᵖ@|P*Lj  tE=$_ 33tc> t IV' x Z cCDhGܟ_E qf|=ϵu+Ϭ^r6#HPjlT;p-dV|N9m'Ֆtc v]VxF`u;!ƣk7M+co:\zي7pW1sTtpl:IU <1ߗo5˲>(x] 7 Wډp偰 .^+\3O3b(4k@Qq#g 3<.&!v%X؃2g /Y#AךBǒzO ڝ:K Ɏ TS? y/QޏΨ˩Bo<؅Rg(ֺ4Lm`Rq$,Ԩ 0ʩmְ6O9]ҭff  Եczݭ9Ps4:M ~Y.Nz /߇Nx&es/H,,X[VoPg3N_ӑNS0{FA _G)co}&\19_d@ 0݁KD) )IOԯ+ r8rWoD/WvIpyHȟVʶ,j]۟}M1]` dA_tkt;rA3tfPG^$4(OpDq oX9 g(c5<=}(e ؂hVe oamWP T@J7z4@T7}e*v.>A(2C,*xY 3kd6hjqIB q@0mʢꄩbec"PJ^. Bs曵ytXoZz`4h'E*d߱fy8VKgHʹjA'@#sU!R%?4DxGyԧyh:/A.r,.cH ʔ0[β׿{v9?e/۟P]XCB0OcCPS}_ob'1'GmP/rG3Yscz6eCᴼppDHp#7ӓ,ږY,PrMqQ<@;_c֐R~X?ig:7E*X/0SfDY,FСb().6320tEejX7ätNTMj"a#tsd9~UH5rݡr`WKvEn+(GJ զ}.dͦ//u‹ (be֌YHpufF) 1Z584GYz4e #N5NRy"&;ògyutAD#89j#Ma4=R>ya5yQz=H s(}p0r]\豿Q}&%y!EN@[d#Z\g O݅츋dlItC_8tF捋ؘaPT$bK'6O9^s(XbNJl6ZxI/v=' t4swR:jkP9nq/J0fMJYڻjTw|EOKN9ʉYk"eVJKX3 I^ПK*jMixH\}R'ۀPV6)F+~G2Ә/itm8,+mTV݈6_HMԷoKa?ؼJtvڷ18;bf f)JK*<VLi7 ][OgFG -eM0]pϩNsnPd[_sT(sp%2H7+{~ oBIg4p^,jwh'@* ׿>ɼP +Rx@V:y^VvD0lk;{ LcOѶK 3ʦJ-,,]S6Bh- DǓѳXؠE*ND>;|@vUչUbOkV>Zs6qr6#1RTD`q:磨**" ׫Uh;( #u*L~ % E曨.w;TH5vy[~`9 gҀ V9Q` 5m{N-8hHtD H'.n}b~s,Lb t?XH0nth)jM1޸Yop/X"-Ϳ9#dbH >.4p[˓r:""&(W\tPob yN,V]7ZZPg2lI"ɔl_.% yi^Pt/uc!0ԝNP'}_/fL *ꀠ9^6&da a}";SL9U\(ZO1CzL6jNN[Jxv(2D?6f,E\KIӊwo!lOVu2M@'5OR0ߩai \ jr$|h7! ["@9&ԥUݶ.d{xw36yJ2i!TÈo+bWTۦ=lGU VHmwG21|)6( M!x{gyKŐ*zEnt!3<Lhb|e;FE ȵXWmu=|]7HfVߛqE|چ٘G7<ˊP.uJo{=J?џǧK LHT.5t~evj\0CvVP/x|RD!ah=oKۺ񶞴,MlU̟)e>7 \6nd' zsɧkSn)3]҃@Hd6(|'lzm_A'rdԫi0_icKkO{R}h'sci,q9^z`.i npPJ=e@PM&+ sʹ_@DPX;vh(;Tw.٩j]L} g}?$_<Ih8#LDS2ɅKTCWZ]K>I806I#n [; Jx 8H'kA}bSܴ*,eZqv:Y5 Cb &Reze+r+XsM;Mg"[e78`bBф0XPٷ' KbAƅ6⩳1`z!Τ]@sfVE2Heܘ!!s|&1(s@ʽ51kv#ٕzM=tM-Ԝ^et, tAC0 2:V.*= ȨW gޱp/w|lad9CvaU0geūtY{ iZ}ժUa?{իk?g,7 sN;L(k$[+LI%؋ tGb`r90-^h걩\QwtK<#ۚ6>b6%x-eI rC8 A{'@*ytAX Sv*P""&zyOu( XBwwYYr3|ښIM=ٰ_a֕]IeMAFEZqɑ ^vQp<2 uDCD?lDf\zR3RfdqMzCa~JY/hŠulӑֆF 6yLՁYIYDMI$rEHN~aKե^aTV|쟙E@\ 0^PouI u 'ăb6J{B{:)@/2\BBh 1nm 2LZށEﳇfoy0rd-S(C⫎.nCgOܶQ)i{SwU݁)%A A'hlM2ڽRL1a5W>~6k{srQxx5mO |mfK(}=0 ~>=NeRR] w`yT}RvFѧǧX)Cv#OŠ" ]O%s '*1+hVmwyPII5d }I<1UewHfsQ"P+UYU-44t4&<;I` %DYmvг0OHu5Q+N+}LD$ Ty؛37y2"' o;C#S6zd̝zlv(YAĸͶ&M:I90ƀ*mx ``v1 VhusVLa92S6]%<埪Jc[m/S;Qt>DjzKQuo<@P.~>QopzS2]HF@9D0p^=U<"#KO>ӁcdHf : B:jcZBGof,ҐƆ"\]4>l-kms2fn!h%5e F w&R lC[Ntӗ?Ī VmIϏ|_ځb.q2YϲДni Վ$cy6^e5Ff]]LA> =-9lx@w 2 [+H(+i܀HN-ܭ:=*L?KbT) ̦?;t!(_:pBFgw.MM Y|?x~ZZ͟Q0|3Lqjʀ'HtHhn\s![ʬoɕڪ]vZY3&*eٽ,Dn8{|8੝*w T-ki0 NzwK b!#Cƒ 2=y8g{K16Y8TP̍$*!R hiF; ic5(ӼM>Fv=T,>ܛԸ`E;?nɯ[uA } Mo\8KOƚ)|"O\n8NHG]!KTͥ]Ys2#S@.Rb Q5a^mbBe%3wuU,H$Ll^ !"6=v It'ݸ3"3|$!?*136~( 9O\qn>s{Y+ *EȀ=*M~"90v߁}$ѳ]߫$QI5X W%*>+y`L )ؿGX41E*vS@Mڄx';"u[h˓-Sd@T2V|tf;\"YMy̙!gfi^|# 2EVlMn$M,rՆuqsm˸[g_V\ H?\fքfS3y1N٘ۘܠj1u_lu6JΚw[+` @.5 "߇1g"5M\`uׂ} MjP{̱c` 5 w͑|(@{ H{N؞[!'"B]SQ:LQjmqz⟈AaAzjcIJ$d1:oVtCq@K_4ADnMbw :LԴR( 2ϔ,a֡qK-C'<|%Ѕ\Ӝ'SרbiKlyOQΗx;q%أ*Գ`n>pNKMrqćكΟ;]%=N* }׺Aֆ,4'8^Ҋ|U-xԶTG7r"@~D*q}i؂BޘGd5YL' XT涊T'Y2]Kl0YVNiG^!hŞ!m1u whueA ֞4SKכ2d6Y8Qnvlɀ)bF?Y hD&䤝D) G飼F8zRHéV+J#Ո1ɘ8&FޤS.&My> iz5jcz^|J=)XkF2.(&Bw O+8|"YPFV#@c@ze $ V Yq2:7=r(KJNX,ANvMɤDu*F alT&ߐ(wA*`Wc`B^f/ԩSOFs%M1S p#yoa/THC#NNL_jsږ--a '69#bl kvX tqH=g8Yk~5QTn?^? ]1sWtV*9hqwaz'^P*GWew}3}ǔY^zLbf5~+5*,'9z|# -P6j@7dl}b:+CF=Q q-iys{e l]춎VN {E=T08O [Эš~7ɱ6Ңbpkz_h.] F&2f ֪AczW[lx2 >bl@itJ/vhe$oq!U5lICYcA.5`ۅ}6o ܃*D jvpo>kId!0jHADž(%&=JK\ldRDЗ> #axjMDf 厝@~Mb5Rvep}kVMd1oJeTP4\Ae%h(Ħ'>9Gv޲]s xΨa3^L_=ص,[doM!reM0ޝU>/vl0cCӽGѬnc6Ίߡ12 y,iS(={dY~ؘZe|g=giLsBH܁-4hL(~%tX%-2yvɢA$qb<9Xʞgjl6-hpbLDф@8hUrv 6G$Lz I +߀"?jT: M6'ԿHaR|L_bdHbK#uV/jݾ ŶuP @e2<'gT [ xȯoo.a0>NCU}d+v@"c\*1j%d);QoVĮ="=a]k2$Dݳ2C(XC+ șVyz+\%.zŕ-H-ncg[e8쎅O {f>i{՛ Ah&z0Ɔ6x\qǧl[T 4&"OPβ%}zMo z Ǧj=b<4lp€i3diOMfG~n.k;W>!ݱ͕ȝbUj]BqTT8SRv=}xELto۾+ۆk;U`U2VJ=/)O'e?8 Z 05,$4_tozJܪt"JƷ #``3"m϶eTL45Ԃ5Q%r^t?Kz}1vm@g3 f/ dEсsoNh9j5 ^{/b#ekͥhfOXhĒ N4"LZRIKv7ŀR(; VS vl KG[k3S0\Kwѱ%7ih/l3> \mT u~irhA ˜qmoNz nB@5Z3m! m`,^_aQl] Ԣ=ukeP0kP.uA/;o3 >@~|,LT է1<($ O75u&?-iM7*rO?L`)W_p3@4;֭`*}wXIYMf N %%4~X-&>+NT(>@Bs[&iG~,#7e78^9l(?O(loBhCrwV+hk.|p1OJmmOk' Z$^j<ۯFJmH NJ{z $k ؆(؆"+SFssl˝ 4I!:`^ EXEvQ[>XzԦx!{0-YTOC 3Q$>S{[;DW>TeKM#d-zK#]<l ]AtsJ|ޝ N@ Z X\CҳJITW*;a*9!VNiQ5~NR r_![ʪpڠXsAYxͩ  m>AmMC)O"fnn38 no,53Oe рx8>yhm7upL!N_F05V:<&JkÊAjoj' 9&k򒈴"ntOv"q}ܵ?_"֟g+ )y,Cpg .f(kHQ1)gLUV}ۉu85 zz«FCL8yxBIOtZ5/Wf}:_)xpW4_C:'v'@͘Jl. S&Wɭ_&WDn,H^BNYsjYt__$LB']ޫJ?ê7R,r`1#q)w&3oFRP]ka[1Ɯ=ȕ\J[V#KL#;@Dw\vS;Lq$\vDۼw\<%fY J..5MDψbdlE4N--{Bxcb…* `Йmx 0JBe:ft7S,+#yLY+뮠xPGY󆦦A+nje]I٥QзE]ksiH؏ǐ3CfxϚ8tl25Z]?:N;X<њ5^Ტ4/S ƹ\I䌜v/]z 01q%ʬɊ,XZEpYn}_U%qjCB ,ܕZÀpAoso!AXj\l`~ve~:$ě }Z#|8G_7+̌>QR#Ťғ%C7+5A`G5aq :ZFE~ "My!51>E2 b)f .ksV8B89V~CZh'/yW`vaQ^Ȳ-WY6ü3:QJR|8uLqx,tXar+oL_7H*Coa-orqdΌP]QzC$ݡ]ݖ!߸'&ت;OW7Ku_E[|ygX hÕ?|ʧciAn)`ui3ZO)w_^^4>X#(j}g7;ƥ;WK6>'&!f~*u:W7U ʚ->NJIv=Ζ%kR&6åyI? L~٭='DLBX;wYP4E*aFM9+IV6{Y1*!8}.zaƕA_Fʜ13(=\]ie0UƪRhRGm.1xH2r6@5õo墄*So]6f0/Èj3Λ6^FbGTʞ5Ehar8'!Xq L[.S?nCm,-DNHD1dpJABć9m1֕9N f)'/Z'D9tq'TR<5VVC09Z/yg RX$l$0zDD_?t @fxXf9؞d>k3íeoqڔ- 1Ҧ D\{L~[1z<@tE,eOyIұLVAqPLr(dx`վ|g1w^+uI' N& d,V.W<±{IB| J^w!1 ˵aD i65-s^*@e><6=|KR<y嗾{!4rRI 6#1uNq9cق5GZ|$@W,[5l?ޔ Cƻ~Ru-=3YqV kU ̯-DkC4T5DFJ&w[ݳU0j m?r %(UEcn FYIo [qŔK=g٤OmLeΠ!䗂%FW,WtrͮڔXGi5h _?m3szJ+ ,cTmc[JԶZlޕzw5\ݲ`dwǪ,W.jNY%6C_[a&eԆgzAl^3{رp7W}Jp|H\i_Nʂ@I}y ֳ;e$pWfqȳ8l*oE3O,R i+!=x0+IήyQR^{]3eM!V7b UҦ$w2(J&$͍Ud2ePZu=Sksg-> 3ē>6 wαq#?KITiH5_1LیJXK_L/*A1F#2,HL^VἽO>܇cȱztӘF'ҘB]QJŖ1P|4 [X2Jb+ Đ/DOCHr͠ዥ#qPkla_TAfW /Ů$4Enc]yث>ZώjzlP#t.l@OY6'.=#6K "nM~854K> nq9$3U5Rgh"sYz~RqܠK:Yc lAlㆥ"k C\I4ߌ'Z}tybe~_, 3;'+'Px=Q3:'#1$#8"u5[1>{`AndBfXkPq#SBgB)$hhZ4jn]Do蓷eH4{nF!yifS*7LNz 2yRPERFru\ucF%ݱ]z }r(29orJ8I. ~M^ qoH'Y!u9V9ȺF@,N?t}r< 4<Gwu(C5~oCdFBʾ*6hzy_' $H-sG3 A-7`0!/tob#UtWJa\0 WMghMHeh59. ]"Dz@bCAdb[f%RwuU׀lDEKucDc9>QfR2il78ZpV=ۜ7XX++tD) 49Shը5g`7պEAGnڙ^3ԕ; ҠXPn Nq)}j'!mqGǗғ>2>48!/m&C{CRY1p!mfd-+AV7HhL6'hA"3﩮Qrxl9K_4bӫ1ݣ$ dnu38yR"`@4Dж;zZT2g(tho/`as=-WieV.!݉uw"< Kn$I6+@gx3odlN_#2.ˁcXq'пdb*7uA }qnWHҢw -WV\+߿[A v21ΟzDܬ-&L҆ =ބ(о"*{y8j+:JVŜ3x ÝVmM_`M>Ci iD@ tf`$"U}DV2X}ٴ*6֋hVc?R#]q-UCz:vIf6/=9GLI~ beQBoā)ʉytF*"'w` U1 WQM^H9WL{c#G"-lk(k]ML`mȟx ǭY Zx&o'cH!N5'&3}9|`Q;l m%)R0z!y ?U Hzs(:9c>]-b%r0Braf:'&;aCnU_$è^BY[3EXH3VxcmɫKybsn`ZV*X,)ߍ:㢸>gw#xj_&o^Zy{";/rX=6 Q͒S( D87\K) #-SQЛ-* I6k '3'ԶԘTOǬ}c-| 4"}Xa.Q G*1G%kM<`3X$Ɏ*x༇?}G\5 ::;IjB5l˵eV]D5e(xYGTDcK@%dTˈKzstrRUz)hi7HKϕ-\? r9ŸͰxw -Nu*Cʺ'/.Է\x)_ʇPL_]dZ,>d$,B ZR0oHO #F*Xػ[- GŠ@?&䱧{Sk=YQ@ʙPXu>Hebql^H\|OjLh/+y6'N<\yh%zq7?%"f'OL/ WYu05Jېy7R7*j_:OR3{Аן^RKk_q{)PͫPARRQ fMIY'Jj kM睑|cO0N{{¦{Kb}f#2~ 0F4w1oݡe^&էxIX":7I$Px_wb֬XKzWtFӾ$UR1mT #ŽMԍ75n̞PqXf;5bkБ jp{C7T1Fߜbձ- u[ EPEޕ@7VA"yZ2R'ZW |POTcv&K&P[#A}aefVѻ*1ӕ #U3YG6_\>KB+TʹqctףA뫢uPܫwHd{!ĥ`x>Tb\ \B^g-`\WަSga&xh˒g(Uaլ+Stm m%AH GpDPF6ٻoPCMfx Jfhy !yZ";z%#eY\V!fxG|_ȂrFI?d2ˁ w8.&MXZߦN!V\(@9_G2T!~KN9kC~XB~F)vT3~F-V3ʼEA FZIBz|ϐ"7{kiל! ZP=ngX0~Z̎F,yxc}ў*V/E. ɓj%/Xgg0KMMjuq 5s҉`iR.ZQbb Dn~vEfg?UBG̀Ҧ25L,~ 8)K2C&~A8Oҋ9ygk*rL8@?8&!I<[b^ZT15]_T燩Ae՞D@k,|f)V{n.(~,nI0>H6Hf+2j2SEP'1S T M `c8PY FE Rhd%rwWpe=R%n9?TaK؁ %ϬOiT?8L\:V# K\4CآWڪ_~z5 f_E 9Dװ\k .[U j 2j 5C 3̤k8kURDPe'4P @.G)sNs&hS5Z`tvVP?&tݽ`#/(-į* 0dH:aR3>rS('q>$|r12ccg*4u(< Z\^_ow^G%q[Q&V nE vO\=.ؐJHC1~Bz҅!(H S]i_uӝn851'ް[C<99`[ÁkmWC0|O[{ [cROT&B" {3u>ư78OWu(h_=DJޫou.p6r][ BB$x?J6[&6[I4]b{01͑ds /99 %J~NEs>2H 1\f&ڷ˻f{rVeFKTI=ZMZ|M`zdꚰ&u]xX+̈́ݱdiLYMox7ck??_pK+ThstZ,F%<{iv 1/'oA ΢?,#^mp[贓jPm d3A4\HyI:|-J'bxa~ Z \G54_w0< j׼1E&f*Vdt7ݖLhvGŷ"擺ܥy5eu=fܾ&x+SϳjAfE{sWv|@$Ͼ_tq1# _ԤQy8/؅"PrMg`y6MFu@BRUOwoCbP}pZ.P%!2?y܇zb=tSCO*湕]8fJˌ 妀XZ2]M T~uG$9U,}Y^E-k^%T.) x X:uY5N|Ezڏp^? I #GưwV,)T" S-Q9D)*5cMcöϸ86w!=J1̱D)Uٓz '(&/D[Ʊ͏)o._G9xmIYőoJuD<4XVo,5ϊNj\_tewecG46#"Jd͵OD!X"vüIꆰ8Y1&vQMտS)Y.yE'xtdf,+' CnzLmAęY2@_wU[ CAM!TwU"pwyaϾt/ Cq$]l <Ђ˜z<19aZ+q&Sm&u?P= %X+o>"01/ Cd^쥛џRej]SMpOM|T0-a4wr];wa|.Mɞ#UNީ|}-GlIfaC[U D>a:XQ:Σ2A1Q(p+7zЍN&eM$M IG~y&RJZjD{Z)^YOܥNG̀JzX Y<5$I" x&'-J|1PV$Gq4X&,̱y 2eHޱ󟣱Sdu3 էְL,iS`ۿN& /,_F Cu[8!#v;q'`zFm+bo&z-o\-*B,qolF$cfIѬøuH/VϤwG =q,O ̽N(^ ߢ.ӵ-ÓbIz3_2ι&oZZk0Ua rF=]a~96phĬ=xpΐ֊b[2ꆏs O 1LznaE`Cr;!M:Z{.?)i=d]X~{ZB@z YLK;QLqwyљYjuUSI$YfJyg,()p$p28ogf#5 u#y܉^|rb1ᯡϺV%ݭZWBPטjj02hQۢ1`y;] ^h`s\⫚ 3А0QbQ+'+tY{/WЁak'WV,˘"wP~j/80^}ͺޙx*~<{Av<30 JNoF#C9׆gr3=J}NL$'hb!>jU5H))di|!c[H=P bTHp}V4`6o49WdV_R"k<CyBAWT*=7sP۰[XUFO+&FۨB2UD$4I*8yZ3mo>7~6_}hy uMӘ!Yo>Dd9 Yp|wvr8q w{2̗Y4z bŋ;kK7rq6MN^gѥ=_c`q)uY xDn8/ײVxi{:3ٰY@+!E=X׆[##k";rrH ;BzD q_X?ֵS}_dNꙩ_HȭucwgW8 S^J,, (CPPq,T$HrF|Ǵ 67N=)h95UOL~vТ֨p8Ɣ:R DQ7d9K 7ryigfzh<~Pv+O->|2[p(^aBH/[ބףN#aF9 ">NyN9[bJW$?;pZsVWCI-ہ߷jIB`6!F!0\~yQ%Nt;)Mp<os "Q#AdB׳C-Y޲npJ(r )+-nQ-.9}+>_10̱݉58VIcB~!3CHudJ;$ԂDA ݪBF=`Rӳg,_9R%u'w.ܙ$?V{HC``aWٯ/?B z&|'QUn zqOX?~ 5 u~;/$aLI@T%!|mg/u@791]w:tZo2=qLFdAx?sK> |y!GLM4wO6)+%9Jn/7EU,5ЮODCy2| ɆYl@4"cy+`'Ӯ1̞f-#N ҏe*'B&A prvj "2\,{oYnqs*yG<,ZMݩS^9P\!U+{)G"Sq^R}Wu>%-T[CFhyi{LTyV>8<:@cx\ALRϘIja?hUWDɓ2ϡ0m=t@#͡8 a45v `\o3Y% ̣]M|z!fb2.:Spַ:χ$+Ɓ|Z[;pyd/D"F8roX+үB2mC5B1 i]u7vUJgq úeټ-\1[rf@E9 X6ɣ@H ҖPf( 3 nI8Ժg7x04DKq8/E%[Q8fͬUOҽ cwKܯY@T#c&gYiyjՉ1D^ *5$5 @ca+Y'+-3g'੹;a) 9 No† ;j.cʽڲǴn3zg}'uF4It$ƁύкELx^Tk=V2cY%Ϛeǒ=X8,T݋| UQ2K'1[zm9SLV~iFfzQJ'T'pԑ()'-* /\i1Fx?oǓB-1X87fܹ4"Fn$PDt, NWv;x{oej0je+$r䛗JR ȘŴ(]DoϊˌVys?1\=ԕ M3,n#TU4.qJC82F`A~)sYTF ʼ s;++*JSElNHj͡?(uy _g/!Ln@rTBW;,IV?'Y|ѭFHCM_/&}ibN`./Bo\>#&!bnBJe3[ڗ<,X%Zu1Gl|꡿[ƫPkȸP}`^}b4 >4Y/Ni3LǺ:WBdyBEL!BWw-vI : %)UUlh- ]J P+242]!hM bQT-}h =x%ۺ/e30=i>ZȎg;}7}3@- sH9崆|?De*5FմɮBLS"yZߝ7>UTP03w d譝a=w. 沠xYRzƔ92呓Z l`|Qw qPHk/ K*"]Wu ^t@_w;H?:Tm9S{_jJ=.Hp1lVƘ1HČ=|ZほD 0eL( ?-=>+!7 foVE%Z[=$zR@|vn7 ]Ok븧Ё/6n'UѺgt6.jyLg{7lzdnzeWɪGbQU# Y,I~JATbKRwXvU",( 2vB C}e3g+=47fRaDɏJG̔GeU\9w% Fm䢻#<^5"iRi?gJzSI\I(L&%io ٓ:㚌HUe ; Hh$|4#k^9.C-=TH9[[''j 70)ʿ81|99X@_^:,&tT~[^C4vtsD౟f>Os"FgCakbX65:DlZqAn㼟 hUFW<~枍|KOMfdS1Dj7BYk =Y/, 2-tf%WWO'qe[iUFw.3AMni#I盒.R]rݭa̫ YJ%| {O- laNc2{ f L}OB4* 8a~1.nj5_]wKG ݄{|$_BmА)08X;ֆ PvKңR/Muzd ?=~ HN:wZAHyq:}mӉ3ňH5gq *3!\NPnUE⁕kz ʰ-AEI-祱#" J+fwffLު]r7 1`&E4G󫧤r@5n{5y%MzTtߐV/1fް.  >dzld,bXx -d$I3AHF>B[![AǠ8e6u\'ҼvH!tc R/,r8(2*F8#z/Dղ!DmnF63 eIٖOjrJOEt5U髆8KΩB\xf?ǚȒx'u2m~jeƔ;X07VzKxlXɀj3PvZiyFN%pX@A D ,@/)z`.q_ G>tٟvX(%|V r,ĄD@f֠U u3sؕwb.؇9Ov"컕/7mvke Ek4f>EH\; )A:M=q^#vUѷd\TA1*RY+`b[zTDa*i5=u)҇&#Gi&zQa)z"!j aB{X0nRj)W,Ȕ$^Lֿǩ UjIqAM L[`g8GW1<ƚ^r'/D@,p}h^٤7}%dD)N@u `$1!rpl@)qm Dn.6&_al^W4C40I}~$*"O,Canɀ,`:ҹ D UZpB2#J16JI=prť{ϙ?@{Q7Q X! .]m6ޢE^̀EN̒ 3'S9ĩDiڋ,~z~6z)zNPB<$1qx^Z} bqAGۢH"i f!,JpgC2ȯLdb6_t'>kێ|Tb ө ؋'W/fiD`نXH90 ;G5Ku/ЗiiW6,ackVj+ZO)@CES1)P¤hIdR{*;s?2hWoȓWWvYwv5O5@fB:;Ύt(fY:xhh mIY83iw'UwjaYΨ5ȺLRF܇kz`|0XjbO?Lŭ߫O,= аUbNpg1@!{˿Yӆ1D"^OЙDH5'fYv ߾OfNp4R7?ɥLƊޢb(2WeG(J$ȎbMREGTxMҡ fKW7wEJQOHUB޶&bOp7dV\?=c&zmq1@=%E='7{'O{cu"ơ8n<wƹyVkjA#VM$[R)^yX-A'"e ck;3E,(P~ H'3QEDyR{G6#6"2şlҢ 8ޘ!m-0o6dLj]bքIn`a=_e-pRCav ¼mh2@'L?X/e. ˘rؽ 'ؗv%$!jiEg*0ArGVTi&J&=4$Z0(ѻL7А=4B_P b+Ev~D^p*J8NQ8WtKC.,sX<#(ϐ=RDd 6VJtA ʓE U-/2Cr0+VmQ~;tk f9:jn7+ɰ'vGaᅴ-ez&;KD`E_TF@Ukx0Oͺ_cҖд \#> K[8G<4/V '5tKW63uQCۑ@*Vjg7WxW4!uruə 02GFBF7$ޜCh|Ti *$\<$"nPA]U(*t37cS5gnO~y/fAʗ!>\=Eedk鯆Xaxy g|w5ϵ= +bҨ?#\cHExK8(1gD+ƹ W/ -"fϑK}|-VxRQ~QmAw'욢{3~OMM.JMP#`s7T0Ъ[o:{9 nq)k 7ҿMz}];e_xG_/h jq SNrȢhb#2?OwJTqǠ;qNVw_'^iz#vnePQ 5CYZ ^nz8G]Ly3x7Q{z!ϝjd Lbo}Sْ TKpd[<Ӊ #9FA_qaC9I^X9[HnǖKDDnT>P6d_Y.R}, N])P}zzR AmN?{.%0j\7]RfM{oBgӀ]C1Y'kqSK5鍖O!#َ/)KX z.^ SJG >ѷ~tCi̟BWU0xM?yY9 1GDLeq>V-wxVeQs}) hg5pЧjM={ry-K%%;v0T'Ѩ;nU놳7Ad7O`]D>6xDWlAµ $ߊ CC Zu @iVVNjTtL7;(N0#h3R+;W:{u4'܁9HBi Ln0jfǦkƤ"Vwv :ЦD#fXlGg! E!lfsZdVy _P\bȖ!v~dT3x@u]*Fh_"by6,xE\`{agJ+hPؚf!7&$S Us<9ubQiFАƄ,r^kR8mb;@C&3ZҬvYeX)UK`R͖XHZe W;TfC,f4 ~6y 9yrv9Ψ t_E>H8d<f6*B͉;w2Qa𸃁Y#B 9;<_W] Jg^wl;VFs= ᤩbp)AW"ɀ}tZ?Zz-?Gy H.IV:']+[,4ڻ_D Id{{XSgZ7R0A%$ef(`w1 $}h=J&0eHVp*_}Hs[W7`-RjT) l,I_#"a^B QڍE>7 iF]huhUT>6S:0-$2wT#n=Sюo'męgn9~"Q@ǟv[T4=]\mP_t.ܾu՝c{Yӿ6զ)[evBy|G HwMnvUM8^"{@(> NF,oiQ_ ao.gUj@7aVP᜝ 6\kbw]:LxkFuQ>+؆=JWt:UQ7l4t7`!*y,S.a ݑ隝Iovubf !zDOLayR]_ZGI {KS0 Wܓ wf.>i.8Dp]ku8/8Nj͆@NhA#[(@TXdЊ!RYީz]glA0 Z_ 8~ӐPZ_c2=,뼸{Ҷ='',UWGxdp6|zf:Ҍg I.1geΈ @{'p}Oqڮ~*hj %#˻*:z7>2O;UI ÎL͡PGNtgFkXlGl–e.Ơ+ w;S?X_Fgnkq3W,ÌaC'WEȬ+q A%IE/$U Yþ}anvÃHFx%9 mpҧ?1[2:} Y+8{dI(-1 Sw{_ w>2ǔ.IٽWqe?G8'1ÔRpy@d͑c*v%=5/8ğG_z_hNI: u7~@%(9#D\Hٞ jfٍ*yj?(#03/jv]otM\v!Xt{krT.*\۟Uo2DZ6<5@rljyq p#5hh S+9u$U,I8L&u ayn}5ÆH",şmVcvoѼQzYl3)LhJ!<^xf4(z GÒQ|WQ>kK RĈڵ%O9¸~k5vq74.USWBעn+3g8J%21pe&e*ƠE቏C>"_lG#dY[œ~·n2Cܢ% :o9RQ"TЬbř1~JkZ"],"4I0[Fuj*Tlâl,*G}Y4CUo":ݶjq>x$QxB(M2iWh.٘dUJ3u(*Rkƕކ񰽏 Z#7|@s=@G&GttZeH&!n%-!#,r`m5X)I8:Օ%?+P_|b[gf>k6~&pǒQаA-922 a? :Cj)2ѷ 82_ؙ^xSJK;>x|=Z v` 6x[t0:ʬI7JIn/բa;s))3+-|"{HByO DcaB/$Ό I/ v](&Fc/Yc$} i~2`*sn6JnARFv ؏Т]hvpɑOCy2}a;`Wi4VBa@+M./l |=7I0.8NZRA'uHnS-?4١XعdLZ_Oޖ~azR1~f"܌Cʠ\6i׈TXR?4$6p[M7b |FYp Tu&X3LJW;l7.;ƞc9JY+Ԯ  s}|XC;a}7ULPD~irm/kO:. },hԤN~7b>Jiy$$:9fCE3#ƸeR NK %qr9D#@DȽjRfd5OdWgmwˉuyPi(9*72΀q{;~~({idgTDb;tʁҢ?0/k٧tT̚ge _"4#k.8hD9ilm*2S4J@ؐ)DȔ D@e N<ڃmbmqk`A.^._RamC`rV=Ft>ٸW.sݕu+nŖ׽ւ^?*x%&h{Ҝ2kEc󳷛w=Ll4(XCPꦧTRdlgTGPEpct2/:%_5YU'w_oʨv:ʘ#}U@X#j V턡}bL9 34ΈŎn=۬3MJ,1M=Ѹ]0AR9XgD@Q v=rRDg$923[,I՟'//=ř虔V?ֿ}EI3C :$ rNlR[-cwmoS}& U5)C3{{EŢ ^Vz|n8 j#C!X6bZHle JlyZwoa˯͒s(\)E(V^&Ҡ 9ǰ# dU6aґAlr?X|q$J%D]I|R>{ĢK^SoKgmٝLJ 0;`as e{I ݓU 0[ wZT)F~,+P˅OBׄ&ub99Ѹ,ՑU8m?Kl<%}CNru=Q Rk G‚ވ, *HY iQr<>s Gc,!TWҽf*]Bev&$;JE^y7\62p^w%;ئPH>f 9t[RyP;ѓbK@5p%.ι6\y"=C*?vk# ڿA  E0uR]Ƨ[PpX`3V_1l:cnPO|S<*.AQQ8xYڛ7OUe%^N͔g\{Gy5#E7@j !9i;}<1G\=(W)o=0r!>*\ft* %raă!TVwX$t Sa)n|CΪUKKLO 81u¢C;.>^"N[_YLTwU.oUQGK@ J|DU"ۑ 57e!g%wk?>&xVZ3r0TGd aCo)Ҏ4Zqgdh@6l$3NŽPjxy:)/tZ?$~%jWM͒/ihJu 2.wgMck2h0}uXIWJW;>}ng.LMCj>&9F=}l,aQ[8*"X\ 賙p<%5rҥ>đ9qrsu,7uSuw# ѯ\\m ?Vt:t:F+He'~Hue8ra1f.%%<=#D}S `hp~b2]i6o좂Ƣ֝픗 3J[NR @c^9b{iSf'0}DWg?Qldߋ@1K> R5Y ]g&ߗ6YHSߧ/F&oq胐`Ç[_eˀ}huo$35#I&9 }xĒPFSѐ_M3XWp"), *Ş'SE kfxKd|"ijwӱ|&˶dC x-I>C :ĎΑ'C/p,8p3s IB,y4UC"_ى ښ~3}YFvA-*Ynrk )@ »r_')D ;SPUu7U u0m0;ʖEpLFbR AaoMu >?IFjEmQ11]/MM{i!2W冓bDHYX Fm^rZM>λQ@.{q"$R7 V[z8|O)*p hYc0ke#vl]^3[]!A\$R#l%eK!yz3Qz͙eq~гP(-kNU*RH )#cՑoGjum- qDJjė{,(Ӆ4G|xlH*H}۴J4+${BqG~Rml6g|=Q_.Et_aȪtȧH|+,.+Eq8V-gOZ^DO@wl8]7S\VۇЅأ՝? Fp%+F9V@Zmk҉aco!-wOeʛ\%#߂}ʞ[yZ泓8* dIY/>^ ?1jwccCҀ pc/W\=kC`wD\UɅl˯K*.z VVWlavz3[qe> 7sѨaKS_$]wXQ]vv/;RGViqN~xXs"!%A21 T8_$!nAjYf~ -V:`#v{!:J\( awo.Ɖ M Tݼ>'\m!;ƚX{ݺCްؑjg,uzv1k ]Ԛ0F !5L(靇d&$ۂ[nk^r>aޱg:-F9MW?7Y^ Ċ9sJ/O5t'y`p?ùRi88CL^@uP*9LPS\KN+1 bf1UnH 7BX;jXLa{дl |]#ŋ@$$Sy]C|Ց v ^,fUdQŕ:i1ei?‘NOE(W6)LC7XQC "2@8sU[ʾV"גI &I;@BG $1lr=rt}+d(V uSAI tzLA{pOvԃT I7p:(؅Xל6x2LF*29cÌE7KQ*d γ V@n>,]ˉ9NHE,ppצϠh$Ei2yygGFqy"A ¼V UD[.\SXT: 8#@dHZ6rW{ߏ<Ccj}d (铑;Otn91XZ)]=(M4l yK 3c7Bܰ^ /Eys(|| f7Bb=j ,N>Dr>ƒ\TLT{g卨]7a 7>]+.1UTϩݠKJTdRn`V24p3rھ; i/!4h}3P >4l8-GXN9S NuAX|4ļ&Vz ;h OYir_z)!P Y`(;+vo88 @.)9׃x!Z}`@+V];t`f?+1<>,ChR"NU( 5b392V։n9q5CLYEcŀsE#ί# -- 1h)n]| ˒K1Xx6"ai1$ %}~K+ MN]5hN~ByE+8A.B;}K>Os-ӵ`3仓y]Gudə+؎HBݼK˘J|l6hz~s*ȗ0uߊn l堜*e#S,4(EQicHW~3Wi,K~mLH[C /fnl2Y (޼Yș:dsSk/A"VH;WKuʷi0=A-UBD%{-OL{Ub (2P_Pms+2;2Nk E1 wQLgRcv{Cal#5Q×2⼢L6׎Ev^ffH"ukLOZlKNfY x;3J% =7}AĈo0@VDx)'aͷXd`3NRb5凬/bȾ vg8t*&!碘"=mErILw7," ~i6'κCC߻D_S;2nv@rϖ@'PqW&wCHE*}2Rh|T,UZ#!V[S/ZI瓮=忏ϑvBhSE'ڔDFM iXcՋ$BcN#+q-54]:g1S-:yݧk4]TK@۾rz#BuJ0稣"^FR봘Jl̎z: 'dL&\ 866Ƨ'OcaF CCUM77=SKYwE7>Ft$;QJ-+*iw/+g,gH)N nb mvM*du._$+6HĠfvxX6#?cnͻa-> :NHg$`_Tc׊o+N?3Oˆ1R8=Cp[vzqAtp/u{z.U?kd>~=٘MflJIfԙH l:][}-,L~{c>!&17T%wz XVy@r3d8d}zn殑Ѝ/x(3 tjB0Zݨ&(=i<h5hТ +V$Ɩȥ?V~vzK6݊1@ޥ+׎iVҺ }O Qk{bx tr^˛K%v`d#`$tۢ!,1k7L4|=NDM̠epG/~})=ft +@(ȫ̪`MFP YߋTɥ#֥Ww )iE<$\{4 QsKBݵ_ vfD\m`sUMU*M:)G.&x5@v*MO!JF_ջb{zGjuI3AM#'&. x++Z3̅AG'R!C b ƹ$txC/F46DU|-CΣZ}yE Д ѴQC$ Z 3 .WlR1 f:fH= Hr:G_Mrf0U xʐ~$4$FH[Mx@mlYh'(1WfaSa U:ta p5jX8QӔm {OSTǸZ֩mm(ŒTӐ}g"Wnۃr Y)ƥ{՜P=AMBd#7kY~~f2XJxQZvYR\ͧf#{3C&(QK!0Z=wװgDC$cέ:̊s&_^^y֩lqda`vwЋꗑu&j6ׇ24EKWCo1ާRO1؈Wͮ}@'J$v5B;%^Sǀ=}u)EiJ>}umM4Z* ܚ/Ռi e9k5>c= mΪFm,pYY;!y5þ8 Y[L:BLp>5)' e_XGT([aCgieh4$$\~c2SڎIɃioBƒ ȘF)Sdk}dQW̴`KZb~d>I-QzL 1qͩ2'pO"6R9u8 ;@;OmM|~_9IW\ONg0'9ֲVW{T:ޣUJQ(!q:R9e/6]q$)Ƶ#{_^X21h?xhR=ݦ+q6܁o~zq'3k'7H7TZd C1f`yccBc :D.r(~NUMUO[$vYůQZ8p~l~]mT< /t.1|]kVr1_ЪTf/,Iti,0Җ12XF́7mmkASfUz+\م(kci݈ Y8݄PɺEu`t8k>+'֒xF'V 0pqW%xl zj]uZN4 rE+|WhM*EeORB3JVx,ἧr=j  z6KN\iA6Ϗ5֜6ս ΕD-Z)==`n <hP ˘#>% >CVV'){VE|kR!*'pdl{I*ͤ*UaRn77 2['jv GЊ-z:Ct#;k%\I p?gKF56Dq&B:]" 1s>@ |zd8Q>N\.¬hWHJ1~73ԎD^D{NPjﷷLi YFp[9MS`&O18KKc-6{nJsCEƹݲV6nƞsge9+K>"/S؀zPwgH\!.I &+z46kSm_bW'&}%*9PG $&(%<-2k#ms„gZI͎x2" jmQAҋœ}-8])ʼ,2b07V2~U 7`p[_O1OTӴjKvC؄ě\7!wu_O&"rusNmא <*{v~ |hxP{W1ed^<B(\]J{޳UuobL;_҉'\Y/Ò^cg]*;O|Z?BX5Q6AH[YYPQUAg4̜˹qu SޕH ~B?is I{NZ܅x!4L%?q١ γxrG^GdѝqZh)0GfvZ3ڑp'CQAt5,gT. f= 'm]؎iRqc\m)4PL}of4A?D_bn[Z,wwc *FG%ׁ2a[@J(^cus=z~ kۓ7npl5)3`w[C TAY1G"уU*$R1qSUL&/F]똰.)Q MAM5:!hEK3+2B]! #N~t0yEl.W՞ثMC=AI 3[[3:2LD+ )<۟}$HÞkz&Rx?7, 4>(K*$7Ojq2?w(5bCgEy^p]bG28f.DAEEmaQpdo6=vϜ Ke69|Q pR).+VfSr$Ar(<^!÷Ӭx<>Η& ,w+{| LLl܈Z6]&;Us.prL1֫Cǔ˻k<M^ TIWuL>5u,A0v(.x# F OA ̣/;tԍ)8dmXa=8 KdX8ME (kY^tY4IEZ zxX,Ҵ<·C&Y9`|`c֢ۘlD.QZԂ`0rtO1n"spXAYw ab?ʶ}]>&Dx"U %1[3 eK``lr_@N,y>ѿ ldqר +|U_8avk- Ϳ)$ғycAYX?'^-t@QG}{8EƕaQu=?@_OX+q?ѷGUּcPy6\g]c<,CUbRsYڻ Ө>Cqԅ*@{vV7# NwN5ԜN{|U5f3v6SWgXOKRF{Jfoupeޓa+V8yq =">wkM` \M3.$Ja4V(:26,#9Ui4 j8V5H뼥AI\HeY.,2*߰6V?b@at.vil?Ĥk=uVf&FP9ħWA tG7 ~J-%! E|17ʸ{0UE\~ H2J) -,%DhMC5NPiU䗼٣17F5pHh$ΤY{ۤaf ㈩}X ;{&nXR{,ߨ=34MWU zWUќ[İI~@Opwǟv[N˷] lE BvT9/y/tSZPíwB FsB?ن*rDJOX?Afc:%Z+Mڞg!!]ĥkJ$YL΁qg֡Au.Qc1M3i&yjECl4V'9.YlV 5L~[fLdXT!|!{J Um9I|RQ>Է믎`5B&]v}p1F|^ N2$eU f#8t ѩ7/ZL8i\L’gLZ%PYi"͊wF]-UfޜNqA䣊27Jw ;@ 6hYYdsaGXy-6TlpyhQdme\處Jtc,KC\rh.?Vqh ӂN.VBd𑥪x6đa ܋_Ֆh+xF-;d\])Ⱦ5ne 'Źz1,c{wAd@\7SFvqf9";aNcX^g>ƙ (?W!'Z|2*rƤ TkG0:nUBw<踢 xEղ%xWOtAr60GYsk}$5 $~cnΨ]wgϯ%ZC{բ1@E$"قLN e,am=w |$"<[n=  y<w\%a6U HeM^%"]M3ҫ5B~؛)TϘ02JQ]c&bJLQr[>uU`ڂZr}t19C~CN5`XrY_{`\sfU'T!k,o7˧6|1z,q`:IƭʟE4KA@"KSk{KtΚ+MNdd%rq;%3osZ/1ӗH߆aU񕴳"tI^dG_2;h J`R&^,2L͇ ,_P߃XY4QPm @[p6uVˀJH.!VE.r7 1~uBM]\VR(~/x*]AQCc8H%lˍKR YizO<bTm5R:js`mS38Bq5#uK9 g챀T=z>;55FV937;nB,+5[Ҭ"[Z1, ^Xz W3dq\G mo.!1>ɊD "ǛXmЊJ>yrQqmf-g\dCT-e6&jBqb"'KY(zv:cWT #r@1OFn{NX(o; Xr9&ot_>n/>[skiA}3ϖu>ʻ l:^%FYfG'XN&ó9ٚ%.HWp-rֿwʌ M:Xw{Q0YC%]^@P){Na I;`oDpT%W=uxٓ0Oßa|-ٔe%L#ib  qm;WRm+mqaVZ TE>P|lq٦iXׂOc:Id_K zlns|(<+9 eSaiSޢw<Ah9gd(CXrѕQ57'ƹ b1gq!1Yj?>}4$a{TfOIM *Ddv=,c9G ` 3tLCvBZsg]ATCϗuo]95Atla5({%jbm,P Ki`1lRz0k^qn70B\ȶA_3940屔o*;T Ľp怊G`"O]c:Iau~`GpN,:?mb%<{$&DD\J-O}='Z35g߮V 镰eG!j@w"88A3-݁ɟQ. uZ&2\+[\sX]´O>gyfl aLM3PKZ @tE"&!HiUwj&%o6 (,[\vL.nRaD3Spi-4p2秛꿔i:0Š+"Ϭ}&:l,Ysgtw#'eq:&6v߃S0]1C ָ w{aT-}Fл=x|̥2Bm6JG~7$/ -ͦArZIM̡nE7,XE{3_"仑Kosգ@fU$#Q^cp@N S;XDİ8[T8Y^Yь(+ 芢w`3oԜ0b &-N ]X7*UhSWYؾ>Nsz&5WCC T L")&XHYXbcx5K z0-}^Ip`x& ӕ_jHmݠvXXA8taaOvw?צңM99[e۩'5"y6O _J ֆzQ[V(ʈl;zLy@5N7HV9 ]<$[[COewU tpi`V  r:cbM 0RpHO<3svD#P(q.x]m߃Ug^vͰ(:kpA ӭڇdGwb{NMnᱸ0=XKpB~XpR [~< QO1ITbEHa<2v&rjuv2H~7>@ Bç.eCNkL|(pT$ .-1Å'q<\RP\G'-G,/[6@v;Dpھղ4՟V~;7sKßU֠LL UOeϹR g+娡R2cx^"ܽ%vnH|99TcYXaIV!ʕA=IAV5,c]+Ã:/#x. ]&q^Ω> 4zJ9mX55Ucqx ,ZɈY cuu#RTlsV7g,$*5F$SWnޕ}Ib?vc6٪ ",@Յ o̵EdaӨ`QLXfSr*J ]o&f qZwZV᧚ OψSjU:QEx=QKrhߒqY&,ĔO W=f zV,, o#~ [:'_D706^t&F;/"z-XRgglU(CEv\WJ%iu1*o- 8IUl9VB S7֢0&9j7@ݒQzUB]a- D^_fQ2O=,Y{M{xHl00HDc䃬؈'&Q\ ;f K7!&H 垨1AWZvTl-@4`%WS,DI4S0 mlQD KgahsSJL`ozDiE{ ΕV^NрXɚ>\qLS/П3j[nקVy`CKE}d4ӍrM<-RqS[P4$ O Ʀ|\CT:boߞjUsPJWć{4L~!M|4ʸRoP$v2'l),Œ#uBZ\w}Y/)ˬQӿ)s{2rRu/=J86?<B #vY ә &7'O68 @nA&ud_1s.=Z,&g].LQV)L6uUt#d!" & O6i'f"{ =v?!|dJt2]iZ&EH,%^\N~Er ^HAZ+$xD.U1&DŽ9s@ǢOokѺP7 xMhL֙">oy0h̗%\ +!It/Ȇ+tPmd퉞zVߛc"aF~ # t~3IW( \>S7^[Ot+D p"֝j\^Yqb['Lfut#}'^ o/j.]qjZ|//HL$db|oB<%տ&-O@tx~^KN15㗷9O~nqs sPmEKvnK@:f @]IgAI=_dəaw9Mvj{4'>_$҄EŘꬎ TĖ]Q &M/էLykxmuYP0&-z"Q9M8ӤztqıOaK hd0<qx=@ /oQIBǘ|f}Ũjg$H^Kr]B%D.8`'*X6۰mI\ vLy]Uq9; 1T|11J^jzF?U(ZH&42 .2c5h#y4Pͨw ^1r.)deTL<#~!F{.-!D21=[O簉_}b+iYty';} <-aCzGf*Qt 3R,k0fgB('JnU6L&ai`̹~R)5FݮiQB`>MˈQbahz4zWQNPC &c"`R |8; @-_Vgbm&E>Q|p\Y8RBiބ/_"m/e&X®"gyDf:Ʉ A<ä }:hD@U&#?[(8Ο!UU1L t[;30 A+NHy :3 Kf[TE:9NJ7rE~IPۼ"JIoVz|Ʊf']B3 TWZ+,U`Not&uR5\?]cwΗ cX,L>|bN'Rwom=SFC> T !jMNӕ7\[Sc>?Ml[N ړV׻\ea{XQ৐D SGZ<-7z$%}%x߹&B𮸳:E{36P>jmQ6dsJ7zYds c>ގNn- <%uثg}Q{ᘧJYNBjp"cxYZ7 WJnS==ۋ̀xsF3V^2uP2n1 $ϣN-Aa`ʿ}QFa^FL"8پjXOP&dNKI%Yb$]G+< Lmwܢp ֡q4켐5SQy+ h{O4<+a"쪊h "]Q:ipMõb|8wS)=7`wG0ySǻ ~`" nsطPp}.wj%hMN>}ל!2rod]M+GȪYw;G.v!U9f# %R2VlTd5A0<+lHHSStڬ8h磲cƺQGeSյy9P &eB2H:(W SEgm k:k+DeңD'DzpD>_u$B;FF 2p%X+& !5xY`U)C<-yKBa҃qhL1…}qI:3m! .F,-zOW&ߞ Ԓݓ[G2pQZʦ~#H,]76C{MSai֤a\S3C4'[sOphLFƬW'M|SA)PǗPVcp^lBH+iCŨMQNҭucĀMl`uj>R}fDڪ"mbZBmc2f1c. rYYP niwR@撫 Nh\lo\q7ZUDaULAIP\+HV`!ۛ|PY}=z#,8w'x3 zc(Bypf^apEjwoM9ӱ25U h+vA"Ɣh?FE3C%ˆ_v/{Xk&eBsctb|h@UfDH7Yc(G)V_~3?  AWtqÚ9M<[~ ɟq8 R`-t" KHd>trbVwުdPT$ɰe-8z Icv]6--V8ϨNO8])SR++"n,3mX0,8~L)JocӬVڄ; $wx) yh|NtbX#-(q&5yEٕc9*0[R.xXM"I]tJV`Jb vǠ*+'-=Hʿ(`Y699`>e"B/Ml۸O̱7zr\Y mm Cڢ(Wa^>ɾ<_ nyjw|>R{QBF>]| yP bҜL A) H_wW^G`ڴ:m-x^t0h@lG'#5E; pܠ&)$ko~#*ƾ$""BA_clWy:m8s$o6ul &pA3 J-@h*Ajǁ;3G^(S8FTm3z@A;㺢"ܨZ0\ܺp†ET֑I}ȶ ODWg},➠@ϼҰ/RBSi'gP{@ ?"kFN)U2`c7b9997_ +_ӪkG RziMPyzmhV䷷6ݑotϫ2+[Q7zw{dC bV5 Ŏ0CvTla^BuԢ'~\EZ| %A`E?+ǮWKh䆀xbxpBA5\Ze0N |$* &'=| WzAJ,`c,)Y(Y42bv[dOPOyHV}1Pꔒ*zӎA+Um#XNO>#&~#^]/^FcX?v?%ZP-ra* uGQjVb+q}'Y#h$tp 'ZdLp1c>P]L[ЙРAWٯe-_XdC>))a?]7wc^:#;$4OUT\?ocKf"R\84%CsR b:BыM?s?teu6z^B6,U6w ~Xֈ.P.K^J-5G!PgszoҎ]<Gwp,!Itpg"ɚ({zqEuxnx z;?ߢ 礙|)I֝N'L m[Y(2D>lt!a$.zŬ{HT}|$PzGyݪSfy)y o zhLa5?G;Ƥ9өv/5DZSȋ+*bs^kZT81Ro}8n./7KstN6nݛ۱<^mJ[z6e / Ά;PEJ%Ӝ*F}/2ˌ.ۆW.B EX ٪Ҷ-d,;hmG`  p_dF&8e @O&|p ަJ-ƺBHqYMut~sm£b [%=O9#WӛQ~;1Dj!/;b|n@tiy4&![KAu 0М{KI*Vһ99b2wtiVNQJйZ(@'a&. lf:婮z*'QvLP+mq,Y[9w@Q@~ra"HL (av@2CH[׻^aSun?s Љgu-Fh*dPjŬs38_Jŝt#,( c "DwFGA xR7W]S) 8y2D Fe42ݪD$=*{S˻"ș|ۇp~1]BgJOp$cXW. ۑnU > w&_& sd۵ȲN_dgu}X}<SR1l8vP)g8gvfdTP|mhZ&̶<,: يYqrTh݁sGiEWd4V ;w">ey#̥(B+tg~U"Ut~\Hi,hs`hPh}WsY_ylE>3ƒ3Do j9࠻7y {ػs!jL62%0VB^3&kd ȿZ[' Iē_I8%(S.RaJy٢4;Ŝ W_U'Y4Xᓇ M@t@r^|^̒i`)2JxēFU -ÇBO[V1{A}+BudM}x<+( r0un"Hr#k-jHOy+_=r5U|>qӑvo\~?|gh$%@U yt'{C#dۣr޷/ɗIN>w?=/@}óq ;Frrh^PmX[:2|9LzOZcƅw6,; h?X%s$9S$} |W{)q^-Ȕ>hׯj/B2aؾ ,RA5x듇AΙӁִPyO͹;HɹGО*<XPw5Fl( VTOjCc2kRS5qO6d}p$|LJ>$J 6E(ђ*h'πaS4̧jCy#qC/#9FF 4s=1xnXS0,?L􏦑j}'#N<zȸE:kF`Q= ^yo:!Ç) ԾtY|Vtv2lsԗSњâcP KE;Dd28'ILjMrj: fzHܭVgg LUlh  iNyG2{%`&H̯YHfƲ%m5^C`ls.тos-TA>ţ-jdN@E@!6bx[>VI5K%}m{7qffXf*5i_9c7 tC7D*bW.(+=S#n0͙X;+|X(=Uq@0tsKo 9V~>~`;IJxG "-UGg m+ pmaducG) }Îf!A'*UtEJeeHd!эNëu~,#q"t!jYun`L ]\'(\t`948(,&zu3T$np|+88ibj3;)Y:ʶ=emVӫ;qyEv~l!?1(V <%5KI]Af%TQ7ن u->eo %G#&J9n?~2۽sђ䔻xך.fvӒ&uyoaZH=0Ww)ǎZ jbއe/fj-.cSA0?QKH [W(@'c(#M!%n \6ŷ;˸M޹^l_ cJNZ*S#9uܢE\kɱ\̇"P>zK'y3&rudy޾sHr@ȱWs(WW#jʒ:ZѣfOZc -w1E"60xۦ'.{!R߼z9o7]`DK2ϭ̱GR0 w *L)ꄀ[e'È^ǃ3әESB;W"&I/;Zw\{}7vmm]El69(z}.׷㼭Uۙ%BX3nMƧ6=RtJM=6󣛁a %PyFW:o0"'N8̜b^d`M1m4 {kqTeyr:nSOVp%cz >Ad_ҋ`Nu۟aAg~B}E@_vɸwWY1QBy]hQTZxba/]îoz{1Vo5-X@~CU +yYdz.WL`r<1*E`#wk#岯A6mJR}yc63ei48,m`%D?`~j]n. HfBp.n9 /KUnѢAL7;h:2 l4 ?/nFG @?;nhFGyV1&E QNөDTrRSqG Lega8"Dٶsq#LhC+uX}6 q:F᱘#eF3TXr/rˠ sڢl#1I! aG>aUa &La]ޝo)c"[לaE6#G,UK)Ϸ~X&;6A?!I6lcjֆ]3m8_0 @*-2{ 4r},b5ޤe1RN֪3L؜yfc^T71uw{o2 ݁Lgqi 0eFLg :$dY,ȷ<ԪY^?N״q>*+zC1!&v:U]նMF5_>oUdyop6Ɏ1*~-5@SU,7uNݒnXoqPTAT_r/Uug5{G޴N~+Iڣ|io/MGu@Et 3pv B!tMP ( : o8rKKy'\w`ƈ$pV0>!SSڂ4L+LrVL׃5j[ӾHZCQz5¡4v_e(G0*f$6ݍ؃ "YotR+0-(Z]a4 ml,gkNeYFᖡ23#XIPfn$ ?\-S } Z~1KK^[ț >㜋GZ',(/1Ae, !gmOk'ޫaUٙsuC/ԏ<ύC.#R؆'_> $)kt1zdgJWŽ^ {q)2!>>7~ H p#%/ccf(MР=`U Bhhh,ιMF< jvun|( ?e5D[RۺفR]mR/l5E= k1+-t4[&7yf`!3G(wrkdҀQFv?9\/I67'H_yQ H@r\Br 2 ^UmAT([$[[}|!yq}:s|жG){iSɪ>otl ~P{phm؟{BAA/F_ܲKHE j2brX&%E7IUG{*xNL6BLP6+ +Kr|3$5 >K+=-@Q"  *[%Ns+6 1ڻZ$} φD:~#3tp^TZIkNthېMSFfl`giue* ߇=/+3'Y2!imzI6 M`?T2s"Pz-7E6 ֣)Y2d;F~:MQc/;hfrÑ>l6S >JChUӸHl$!E& I(OʣpxܹY0Yr;G( `2D[EJ{"Xa7H 6_ͯa84JRy\fVi?aMDvM˕6baPIQ H>ΌI_U*ξ΋IHstQrL;|ńdUц5gȜ!FML0;viٳa&&&. qT>z.M]ؾPxF ))4퐆w^>=(֔u5G0ۨ0V쎩 wEDE4Y)/hwGUsfӌ4|DE`,CLVgvBgA9Y錀 EsD[% }ndD5%hw48` h q'4+gSƓ(Tp53T=8f R?keG 4%1 lcMeD1Nkhv{F*P9K F K1]1 CҖ3Ǝϰ: fֳu "F3U-̴7w$%F"֏0E-P ϷKxs?qOW bkfG^~|Ixz4;gu8oB]B4a*:fj` h@=Z1m޲Rhm6u )&rJ?:'c2J]brѴkq;{ &^]rS4ug=UѶOjjQ.^- Z(UUi0Lc.|W˴ڐ/yW8ͱl>*U;ex+,t~nԏ3st^Q;!TMEnEz k4~C-sJ`UdwQovy`#@({\򂪙>5]f 3ШlRl.OoѮwĚTӺ ϾjAY>ҹgpoÖC!s}vB!/Oma:!(0K!KaiM#20W3ߑt+}*cMoQLw Rb{MAYݞƂP(>{+lf`@62SAQ)1Jh{#r.@`[|GR4Z x~ڦSu{kJ}&T+괾 6ډǦ4uA [71T-2 [F[ZH~'!u^@PwPOdc۴+:?Dy}Af)qM T#R_DmEh}C}; A0ݑ3EFѷvF'i.L+(`oY(J cM\T^K1VW.»=_&}@H5 8mt*Ʉ?XZs4߂32W wkEmpC5v6}3$8Y=qZ1DWPEx;\HfaDǕ9a觠 Xh?i-[z< 5k[RczFo@{_JlE8sExi U!4K[tIexڠD)XQEy,ev^(m͖.|tBp8xICww._w 5Э.u+94By(*Jwꌁh>}a.ypa}Utw({iaAfj9Z>4c1sG`<,y|ߨ|Tܣ4ZǍ3o:&V^ǗdʚrK4vʿחG ĕ'{i7 ލ KsD'ÖueS>rSo;썞E0ySI0;jd_wu\OU0UC5 k%Y;~s[CEV/HHdoPRM;ƞ`TR }Hgϴ<WU/ lXӬNԥH Jtp![?,H =":`icc:a˜ڥ,KQ[ Tr5"e f^WK/&h%-16 Lt 3P/k{ć0H:݁_|ؙƴHcV.p~q&1vu'$֥n{zcV͠eWM_?wQaHz|_ 5flX/vZJ\Ʊn34Ukxv839;%X{d54b|)f@* {ۼ! 0LZG},j^)G0*}p%CNk 2H2P\-JcD>D,- fߩ 0MR9Q3DwҗPUJ }DvԞ2 daթiFbdF [-$* ʨWՙTy0+%BFׄz=d%s72{K9 2| Zҵ(SjtrsDr|#cј]bi8GbZxoK͖G~0A17:-Tv'O<$zȁ,yF^ ROWGѬBii;AԔg@TT8VS\SJ:a atbtZ4] Zgfp " OL=vΨ8SC }܅zD n-'h2o6 ?`6P9J(.%r܊ŁzgܢIG'<\i#f E x$#U6o4Q:Dv+mR:EnJ؆(QJNoԮANFfyai3>g6#q)VRzkW^a_3[nKI9WA]azYHO+?vΆSq$qU̸Yo=LǺA͐w.RZ  hܩae)L#׉h4BgQRBo}[!iU$.ԠorUilU8kč=p'G]>TJku-AeӜm@kwuaǥnvP)l1 =_4kb'|w#uIC7&ZI톼L?V@\v%cQ[Hb&9@&'$6}cu@ZY n@hef` Ԝn^UQ6>&Bw$!K|lC!$vCnwITh5 R@|*yFҀC8ߝ׌t0sw˦>N M}15Hb A>26%3S}#ipU/skνr0Er:X2crE8vHZڿWNAhNEQѩ/<6 pOrzSN_Axzh5יNVrw3"7ݭ.nB}rk~hȶ<tѬ}"'>,0 p}LؙLJa.N}0H" {RCN\ \\c39P|^\A4OxEDLSh`'PAWgA[_r[EUwhVx.얙+\R4ID<+K1LRnQt) .kSH7^`fb] E@>aslg"RVp[.O/p&Z׳zF}y5#AW G{ u,g]cRSXf))lQOKC[*HȆnz?/w^D֪ x4r~I?C38wd09ymrC/)EF;/2MExEs`D*\Yx-.4[885 "UEt9 ۡI-% ?frJQh?o_aGG]T–/p OMa)߼0Wf\9u%N̒?yCaڙ6Z0a#=1E)ZUdϵ2??cؚ4rϦ8}yO Qwrd;F~, 05)EFmFҎ=ף 7 cqyzw'>0ƙUdj/usڀXAmuxfVRSU,繿ϲђ r߃_wX)_c[Q:9cRLxtLꦄhg$So&E?QNQu7!To싙Hkȇ1$MFʴL7-C`2o>muhqa W.הߚ/Z%\off>`i7й:`ſw`,v[X)lخSaib ss(ZMGsgN(QFkNv}~Wq[BЁu׀iR6*qE?a2NOP,_+4iV dp{ٜBV VqJ}'E9[ui;I5+9Ac ]G ˀK@U[UIM2H>ԍ[{p_lxC]@A휓9M}T7̹b BwVq ̪n UT"(u#^ N Uj8@+|愘-_׌HIPn^wA-x^j/ e4Be7`MR観Az/j¢^d.kVr?hYX٥Ð\ 7؆`}KvR1V^ YU1/KN(Nh3JLxś?kz݂8{\, z\ula8wڲz uc F S3nXё0?/1Q,^2s/|oLGHFwˋ #zahkz+z[!,-kP>[&cI"|te`3ϥkaE&4plS8ne{q\]AATȼj?lȏCj}6ӎaxCRѶ9[?Ģ|1OM䡛d 6۶(,ϐw}Q2Ha_ց.~x$LSN~j -~ ٬.8xs7۝p*X{J-Qĸx-?Vp&̕1SF>AWAm,±jv($\}_M]`pwV}ʁ0(?2M60@&s4ENNosw *7A{}w=gg,_瞹Ps5+TBˇ'1c ".mg=VL_ÌBET"fN.lpk< If?VO \U2:Q Y\iN#7Ѽ<= {VU(/YRa׸616-?*:2@Za.'73q# wAt݀)X ߈Ķycm'/T;#H(fB\(wE]Ԩux/}r-joHd[PW2JqSŨk`p7Ryx^x$jmo\ qwMt蛌Y! 26(\t_\Bΐ&!d6. +QDέBk@jSr|C >BּAw%kP &QЍZLSBI8Ni!* lM!KQ*6MBILtɫ5G;w"|bLH?Q < bLA[3nf+ôJ}+dD 9n\|PAk ."r#xR$*"K>za?^7Aߍ.ER0to}H{VMnsunSUx{l`lLq\wo I*pIBۨ ##_&% k"%T[؎ܦlseZ0'K?=+#smJl fKsY6G7ե5R 5J=sRe(9R!|ƭw,\7vT? LנukXL)-c{ygxv+B[J9D~|H}c&`ȉF4(x 釒"m~SO q*<>nP\Ob#,o\E߳aFN7EVNW/'yVzhN IKcδ펱2^GT&p w +y@}k~Xt.a,j;EbaO O[d#sˊvL# GaVoۗHt$L Y A]ǟ}){ȖN zO7gy\D+A64$<*M@/0Ӄ%jx3vlT tBjT[Sub0XluBA_=[KQ_rD)xk5y@V 75)cf?0-gۨ&Zwq?\ 5^PyoiʦU%Y+By1h[pΪ/{/Va\cR_zN`Cf0!fZz!D) JIs4e:ai[fDC]G=V#ߖ(Y?IЀ#c?/`,@{ g-U08^35X(n^6`i5Frn]3p韮$5 ZO'3),dYG',h7g 9pH,7݈k O]a1q|K~SX$bz|_)$P)K/i7%,wSHtKu}6pIS@܎Nv'F6-$ycCzIHc =PzmWzmO?b̔FF9E&t2fqYaImx)gYW0tYܦLiCpbg( pcs?uD)s-/,Zt+*OvlD&'GSD;.툒նb-=4k؅RyW˝ij#LtӾQh.P;0n4 _RޥJ|~$$v{m_rT+B9H`Q8gBy+!R5mjLp.TM?{wGo|GcA?ZJuĤ/sn&PL^+a6Eu("刱C C-g32*JXiLr>i*Eqv~l.$5TL/ v8}+فԶ[J*Umr)_bD4 =?Rgk{h+5h`K݋I3C 8h+85´O5<;$ )0Ӷ B>3 C6|ўYLoV\}BT?r:w+"9:#£ҥL A!{XZvv魊]"kj OD\c$>WBI\̼W XmN؀9 G}et;:ߛjt|-{ uЇ] 4lWh6/r[/q3"f~"DKm;QP=tB _[0 wWgSSTJF֋T5*=h$Dw@y<ôp|NqגW<Ş Ża۬ssY 7tRLP%)zS$Hʀzb2`Ӎ@ LG,Y)J?]S"V8F=?&",4P(&d^(R񏃗v'rTm܃ (!y+?om %"xiN.Od) u.=1Uk7a]o_n|'C]#F5I +RLWN> G:i.S;NJu~aYnTY?b?:8 3ݔwTSDq$5(=.&S(̹ҹ\3LB8xCɄP XV (ϵ4'E@VH\"rQ<='+РI7&T³Ӟ7C4zҀ5I&m:WK 734`MKf>|fU8Ltbrxh7XC}Fɷ(yYC.:&hGPe RMvX4ipXa)g8wN~՟g݄i} $˦W5|MAn~F-Ǥ!6 \j-T&Nta-rXQ&`/Q>JZ^3C)/<4Z\+bڎ't@ A@a3JRwTVjD|)Q 2{fr{@YQ,c OZThovaZ!μ9mSs[ſGn\G7k 9@jag\/|e_CxKS^vVq1~j=NqX&i.'.fDT! b  ,RL@r!+-Os(ө]pKRJHy -ɬ 8=iO_PceH~>yq^vp(}z(ľϪy>с7,Y;<9L[x&sYHu~0=DZƋAx⦞ak51_ꏤ kJn 䶮0^Q31&r^{jB0UtvP'!x#H,D2D]?xkHI!g&g9A\3o`>ՠ(NT ˢ?9[wLoZ#zN;sAFq1jr۪~2b..A#ߦz'ﺰu^Q.ݬ&3Y{R.[ Mc ^\m PtI*Y􆑒 'ϫ\5rqň; x27ߥZ1[[uU?UAKW4G%dFv^4Eb> CA yȋn6XTi9GRD7}Lb搛$ioρa*ԻbVz9L\pf9䷗N|eJ\ Q}Vk8$5erM8ngthČ5Hƽ&}(Ber4Pn:S hӪJ13Ӑu>bKxj~fHJD2t'U+=_?ś$x4%TR,Զq\pG$Lj]O8cH}.{s'?pۧxo">w)udUa߂jEj%*F}QsgWK ڸd])'U!՟t꙼xc 1^#4n /nr痯F)@Ɏԋf>ȦzMp{ e!6vX4mس>,6eL7\>!?͒NHF)F7Dtvd?a=40ǮSZ^}5䍑%{i[R'˞mv:E]4 ; Pa캔nuFP9qycHr/_s>|:bŽO ፜}"irlfgS`+=]+<7(m8;k\:Aa?KQ/;e^$ rEpQ% _ԑtA~x VfǾA(%(j2"]2F#Ӱi}?j PٳHªp@z,wt$}1e3y:o[]@&y,>U5K]%N.ȧi=篟9]Z(vDޛ3msX8X.aҟ}|0=kz!T+<-AY%z=57snoЍNį[ ^ Ϟj|%q2tZ'ʛh"[Zd pttvphrw _D6(ܗ6_ Xnp"t>h ? X˝7GC{ HבYO'êS w!jK~]ZgX؇ښrERLQ-p;xMSG'2Q YZ