libplacebo192-4.192.1-bp154.1.45 >  A b|c!M@eee$uE-̍@rt_||d-ʣ@XM P) '|)ŇT _Pu*e&ͤ'_;P? Z @Ճd~x韓p0[g`\`Rv8~Cgq~yTʥ9j,K[UJG%Q" K?m yiu:4P}ϝ If}4m^̚0i _ZMé# zjv, Z)r+|%Ma 39ed66cff8b73999edbbf46a7fdabb1786e9e1c542bece770832a5aaaed2dd0e7b4a0bf8493ef8593c84c3d588c2c058837be5493(b|c!M@eee^k _t'##DT 2Zf Omgsb9%]{0uknR<5ŃD4+}n-QEV]"P<= sT= |2UJ vn:7pwk Nn.-YwUN=7.<ۖqwe`%yxYl!x1y`ݯ/WzRҡUl$w*F_dX% _s!t. n@NajWiKZ#H`X >p@H?8d # `$(48U^p       &L`O(~89: P>@FG(H<IPXXYd\]^bdc dye~fluvwhx|yz4Clibplacebo1924.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|cwobs-arm-9 SUSE Linux Enterprise 15 SP4openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://code.videolan.org/videolan/libplacebolinuxaarch64 B^_A큤A큤b|cqb|cwa/b|cwa/d27a7f1234906e1ecb0ef6e9ec8fd91d4d4eec9088fcd572e085ba09eff4e13e6ea04a9c1ba4a86d27aaf46867d26f8dea65de7448f1f8d0cac8f507d4274e71b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9drootrootrootrootrootrootrootrootrootrootlibplacebo-4.192.1-bp154.1.45.src.rpmlibplacebo.so.192()(64bit)libplacebo192libplacebo192(aarch-64)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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-arm-9 16523190954.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-libplacebocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=813e59dd93d782abcf661c49a072d72cd59e4a92, strippeddirectoryUTF-8 Unicode textASCII textPRRRR R R RR RRR RRRRRR ;x‹~~X4~utf-85d997a5dfd63410359327e1c6bacf4ae3ca3058a9e0c8ee1a6be50e212077629?7zXZ !t/l] crv9w Wj{?=(?؝_͖< #4ΤSq.ņSl]^B@4&5Ć\+]8Ѷl4jGdw_,qsK0e.׮d=(dNCYpζ}t Mq80vEH |CAMv<K k ix(NfaiaOuX ?u[pzk[*/!tpt5Kj')Wing2R9rPp!*§0:#]D Z6$;]e↕,'n'HCwHDs/MwhQ[Ԉ׾ WkCy.Yl75Ѽ'm?:lcF a=3B!kѰWNAjy6˪`6*vE,>d1ib$<< 6}PoZ]*S2PTsԖb62>fY M670}(W.F"c 4GɞWg΄`WDt{v7"پ qo!̲:O< ?%>娜MOT7Iú_FO^ѭgRPޯ臙Qgr򉞇WnJޱ:`h-%zf9ځcǹfKP{DWs;HhBLhxx7r @!Zs!w\TƓ&cDFb0GDWbQxL؋P!L/M@zA\6Uð!O_G%NFd]※G @߷t Oͪ(;Ժ,F^yV/ 8rXo(;`D Gy{hs\er˛NQт>z=&g<Wd9D -5*Lj ]rO{4B5~ (0,Q|CBdrSbTNvn}8Afvy_GǐVR]K^0'pEFI.?J ڰ.6aXܕGu-81E6djK^8",ĊoY?H~ZFHSpmwM2^3I{\9}OTOG Ǧ@%"k-Ax]ZlKy>[5GuF#..Y%6^E/ Rũ* n Rq.?j>+v/M;]t!H,fk:"tTf2KÁRC}35)S9xhȷbxwXɈ,*b ĖW|HGCjr3o gS1S4AN*@ea{s"Y-=)u.an^ZZƠڄ:~$IcOZX~ Q \mɯĢ{)I|^=Kzp1C͸ 9^J%3L₼jmޱGL*΋E#ZǤhNg{S%Pu?M 85Tv8k"Cn霝bHG) jȱƦIzaO÷ rO['X@S&\s}l?0P$ښy)|ETzc6P Y]wM˹.Bڗ4rQ`I\E a'|ND5E` ,'"J;glj 4A,(mK5Okң$L:H`zЬG ^\CL#7ƏhѦw?$!O W;l_WuaP257#!5NIz띆RPX:~3L"ʝFYYTD̈́=Pg@Ef"f,āK`NL*.#E(b݀8gмE9rnj+,uW\Q`en ggcs6 EM*|M:[:y1Lӑ¸p^9޵0C #Pxux8?B'C~!CU SG.qr"RQNJ53ƅZ\9<#D$a#n9:mz=C`~3cg/,Ճ>Uja툱=Zq RޜfXpN&c.z\/ۃȀ_0J}y&WW6m"`zLK ?y("w0_w&4Cyo:{:`7 1:6q 0iiv=751[ IԫHmRbXl@&4Vo~dсmD6qbT8u6rQv#}3~8[}߰_]tu6B$B?):- [NX:J[ fp~Y-ҝvvV}+vϡMT!Dט3=d^VH a!/z&dǕC™!&d܋^o%UCgxVzjzϜ>$ћ'[D?=nC!vayRӂr *Ҳ3$"ހ9W }3gՎZ [)4ì+Ү+Kz܎N :vZuM#J@Q【 -zFFynӅQem8 πkq)r$Y1p>#LÍ)CȗĦJ"~F K^yG23bB@sb4\g<4$}܃r0)( ZG$ET3ËD ٠O$;Dşdnב04kSMp&>:j2圵s ōeJd/ٔ+Ұ2>4n]Vmb0a~ kE1 ` x7bѤ&MrlP챯tZlnM&KǰL"Xv{>Pw38IɻL<$ dHqQ-7.)ԱsVSC$_תD=Ȭ镤݉Gz͆3{x/97cr`(EdLrRCVa4ٯbļ@lUg` SUV6\Fy*KaTˢc煿E yi?9{~h4f|Wf<*׃8$l=|;0:Mޏb.= ?. 4yT+[|n~_Oe \mMY/[$a3*7t˰.QHZu&Nv@u|tZA])SzU<*VA벩cdOs.hU!-W,,M}1Tc+$%R홸yLFIq:J7>-Z9K*+M I *ˆwU~_kmb:R|HΜъˋG UN(̲%*8y Kv^fsm?e\ K~ (*<"J%sBv=3왁>T 2RB܋l!PoL7Qc6VYmPsyvFO>}"{^ة9۷6_8~b؈5fŮnC\+pL7v?dc1E MG{!}\V-A# ǽS̕A:jP}ҷ}hNà*;;ZV7% $ք0o4%edzN%k?G[Ma/ܟS {6L3 ظ0֢%\GMbe%2d,8aܑ\:( 2\D'Y? ]7?Qul%,:t&>[sT)חFE{$z]^g=+JVW~BwU,Si_in͙ CFYwGI8 lT+Υ?궮[i!i88K5C,Jd,kz/}a㞭d!+ؑ 1y76/+6<޻o y$Q1I[K!aӱͳ O K!L$I˧RR"|-Jh~zblh UE9Jv=f{eԮQbf8ۼa} 7ڀG&e#QRZEOɤ"(s9J$xВP$DĢ>{X%KU1Rwc33'M~2Lo m'S,b\*#(Eݝ '+F|yp/)y(ꑭuo4BJRBrP5rM yq{hcϺVuٌXTOkDVβ*{|6F7ٻfzy}Tdƶ=OJM-dk1zO7S %+9ظC; i=P*:5"Rhu3Bqhk Zר1'N02 F+W'm|| 64u/j"I6R%EtBYme~:UE︠-tBO-xXBZ̎]]r w;9'TzW~7!ynUV纱tU=&@cdښ&?4%NÈ;R2";$.= nFUOܟ/\ ZL`*HsVPH]iM$ cF( OzFRu3OOjX) (#8zKsZܓȩ{DSCpNתCkl!m|Tsr7gSϱU:T4FLwD 2}d3hW/Rnt5}0٥r086x#fAY_4{߳}M -_C ?ph=5~4SzO3TGS6ԏQ/t:088N~ur kA _x^D퀂HZZ&kCk3nnGP0T>`!78#p?x,N8{51o/wIfin"PnoK*uMOH8q2Kz%tCt-b5 2#DR솘͒3PUw15`U o\2{PӴ:EŦ!}&l)(@czrkMx2exk &dM 0+ #A-A>LPŕ (I-gۈ{:W 22!hfַ/.o1t2T#euj<0Yҷҳh"uW5GDdq1=$WTjqHuMuCL-z55~P]w>}OnQy8h{Խdn6&$`^=W`Ie3~ b;Q⃹ pJyi;GM5dO-, ]i %:Gk5}*)^ڔOM'BGunrjDT_}yeCp[^Nq7s9@xIGP l;Fo_2͊L9 F$NB_4ޗlY?CӻW3$|R"*?' ewm>^$ܘRdnH|thދ"DŽ0Л\PE$&c╺J_HO/r8\2v@+_=:@r q?-Wo@(׆n\:q}@S\CqD-rLdbgb7~t}@*!ud#6<#8[J6!\Z4F0$렀sDQ8!'Doh_XٺQ@=^Fxoo͜b:'6W{s0˿Jc^,c~洖:&tzF7R2U5;W9H_xZC H_fz# -$M׏耒T})n@⬶yy|_ o&(o@o@-Y(JPc06IN92Gۣ=Eٰ_K4 ~pSmrӟP^;OMɺ6/2+Q*Uf P4np5 IwtP] FݑǾUF*Lf%1h287I_$^Q:FGzt-:oN;m4{(w|u6/# 탛GMIq5!n D$b?홑F6٫ڶIؐ_F{\ ^-e?[ 9*vA76 ߄z~օSppб|+m q}euL9iZ%Գ NuזWqŅqmU&ɲҝG~Ly\ )viDzh7@:BtX׫@Y(^i~9 h(]e%/]?Sa,6\|ԫgSiR;9X]Nf|;S9a'ݧs,wewMԤiƄ.ʏUӇ@]Uq bqBz}%&x5w}64SbZ 9#6m(Q'-ǹktP$O9r `CBc6M$yUMc؂5|zP H F B/69w TgZ?»>v=?اMp,X<_Wr^p.7Uq%nWHِKUt ֿUkS>͈XoC[8lȓ;# Ͽֶ6L|=QR=eyDm*wwpl4DgEo[}Y@"SjhM_ɨ>}x %~Ͼ;uHViGP"V ;$P-PX|]H-K_,R0$vH:AW&Ÿhjr(!ah.2$-7J~YTrώi\v8|IҽĤ$H|Ӿ(Z5B^tL'w2pBaLzFNaY}R~<~rz""da {! ,z -} tQWͧ1)H2a?IX_Pta.$ /Sሁ#%"<:[{v`$ U#7I$ub5NߞMN^$)Z+6 w}(K1>!>RgS}p{8z}Q#J;T+tr=Ϩwi0}2KѨIvmnlࣄ^uǿpr*L"a`y嬈1`c8A[*w=Rh{b7ǎJS|SBbH7}oXg tKox WR{B+(|;ԜLGv0McnAj},kž]` kIvᕺ=ϼA@6GQ*GK @L$g<~,~+n7xS* Ȅ{[T쏵yl2bcGt@Ϯ `ΆQ /廜o'e9ëz|_PopvTh C-@lP%HФ $rz'{-tOAg jX=oݍwHuFP ^x`O8Ed-D0Iw uwSN|'PiUe YD"G wlxFKH`ʸo?O{#"j*>\/C! W+..ϔ"#-7XMHG{Yz:SO'E]$+m8ڵUsGqiE)"OS=f3)D٠IAfݍ`?m6cj/gkZg2ڈF]; r}2jb'FA0ɱXz&@Q`HNx6$ PP IqH"t>/?'YP7?*/ZvJyox!o[tMgRdd &H6!`户.> \/6A߾y{0871)oi7{aH3/}~f^AF3ն`<۠Kv$165CW@sL9;)]H\ "{QȔ*wuU*-ϑN_DМhLkr5)4t{¿7Yb-v.mqz:"B|pmx967qM\b$~;c:qI ̔U2=L@8DcQg6Q@q fb\e- @=>#qN0^QQK}04Q/ p;NqV6?tiEip[`Y&@N;k>~0)'MgrU~RC4a 0qH@5C8:dZ$XACFZpH_6A#("mQun7ڷsbPxbĶ $aFܗ qˬe[/K᱀a[Qu k /7{ogH['ot1b&t{`e7#wt9̀1nQ oD+U™#NnCU׆f_5Cf/\\l s^sǐ[5A C5tf28Ú!wRf O,E&9эYk ğXEP}.˩+z-CeVx+ \9?'/ ;2Uݩ4CyC?Y `.Sf,1AOg#f,gĐ]lҷQRE%%@f%Ld*=[b_ލ_ƥ\WClmgq_/xCd=J.9vbSK Pe6TmWTv-?qc}"LQYv|5aX.ۑgN̒|){q_3imEf)}.J{(RxGyڌ'cE @E fB\wEyHgk\CwQ]O\V>\Ed}댡)GcZ7FWb-Cges߼{kWêUsM6_qJSBA qH]NSUWdYYbuQ,&bh3s%5=gO8YI X7&Mhr꣆gMimhlDn_Q ,8}nר~q3gksџed;f:EagnNDǶX[իNMOhsgcA,)!LX)%Onj_/>vy`S`߀UjUdl >H͑ !g9#k,yRXㇹ8xX3I`qdm|n?s"U|ԁuohjѽʋynM`¶)IԲ%H^¤ 5q`Y^q"n"4F4vF;xVSwLt|PbQxvOH&IEy ?\|dT$7  q[my"[Gx  eA z !gVxX淋bDR617 EþjDIñsnPq07;{fì^`+>@7y,m(9(PBLfBUu#UY"p.z`'UŐqR})˺ (ᗚ<_ѵߙ6o2ݎ^# ^2((ƹjTk5ef%~5]|Ŏ/R)Yf)q|0(V2^:ZVq[ʁm P 2+5.}P/MJ`i8>dVi9A*UskU>Crid`.l7*>!HN7Zs  Ѵ#@ zf㇈CTQZ,:͚ g1=eprߵ0&+.<< uז"횃k4@ RRbDBHX=FGUS"2g]9K'kv)FZ1$iu֪It=+'()u]ǁ\j ďJ\Amszo4i.lɽ❈bv.N\ A|Xzi57-57)6|F]`U!!*-2X$F%93;u_S[f聻[Jji]:hST1ye.QNqvm%$睼ñ ֢v9Hi2OZaK1PU9w KBz rPV3ą`U%(A2f(b86.["pU90ש_5u}ZYbR9S5ar@FH_ơIgoضv=ȦuM \rղ\ մԪ8줖Cq˱,Mrc̫750Ye47FOHokW·`zCq:wQ١ {] ʃz|a,o= "c0z!15wCx&F\VI9 wķx:RLZHڧ|\wSL=(3GL;gRl+ Gݽw7.\W nC@QuI(f߈r/>}Qַz D?/c7%bPpe+?wg( hÎ@Tm/-Q=Y=Lcl,cIŎZ-HL J,z zF}=un&E~+(m@rEaħ ݂'v.mg*2Q᾽.g :˄W"-%; Buƀ[ŻFVNanph25 + nP>3Sg kl䅌x2'=.9!)8rnT<Jd }r |Ts>-$iي|~q|ʀMe[#b<5,8ֈN᣹B(vϴ#"$!.Uz[IWA$, k6(p$,;L-=P!]emh'3CS0N*!FPAm ]~ײ W4Nlk(բeZRF(lBx\a8MђR~:!/:֮ڨ_M ic*W_IYa#LWEtʖBN# 1@e3lW9-[uc#b[:A>=1c&PJEm$&:&i^`tD`BhOw'L ;w& skLrU MVSиXZڿhgX9E+8\>6_;໼39E.zvBJTG^潵) \Jؠl|?PV}|%{f s1HNZ!/bwuS)I͌egΞz<zgY70ΞNTڱ@V$ݸN|\ Vۏ/yt2 (!B2 k@iY"Ȏ/6Iww}nAJ25(.s4NAQDXY!MmZkQ ǤП?Pz[YKwCr'$1YKFkTY740/T!-( JW5I_y1GaX#6i<$d/YykS;S{,_yʷ?@4MɌ$g;>c2׬dOuKi4IV:$6(+JT3dNs 2}J,'eVI&ύf};0RUt?u8غ ;?iv Y] uiE»B-ahDW3mL d?0&%XߣͅTwfd2mM>~|Lt{igO5 "-'y )][n RO)dh_F~ i%V"X3ͤ9Z9H:9:b= C6T߁ ͱwfZDd͢_~a5 2V 6g:iikbzN1Ef r3"xy ȷ骽` A:MY47:fԜE^A8BW5PL:j5CmS;`4+\la*6\ѣkwQ(/o7vA"djb-[$o\?7`H ]̓x\* zlG9{%qvMґ9ߙiG %23%4$Qo>at=clFuZCb`=' @n=sHZLSQAgkd-,& Fh(2'&62V,&cdNkmBrnMC3z_m8qgR? b) I$z|$xwY+H4wH $#؝ڭ"ZOͷKiMR1WCg׻|ק5!!-E0GB%zL ֧,=HnV" '`-vᚇ?|B0ŒA) rl/f`I7ZG_B;oZ)c3P䭶"uTax:0-w0Tp3_+;4ޣt݆+&>׫QVV t9B g%6e~OAa:K2P y@bi9o AP#y&XrͲ$a-b+#uGȡc.+s ~{?JTHq~}# >v?tkl!tBT es\e+.[eXO,j^D;#1&n-'~K 7Nbk9"DAQ8Sikp-mߚ o\h^:I:wznvbMk~Cw3y@ ۞5RE6mqQ{.Է[`ƫ Κz #Є&ۢd BR]H$ 1 Åg<ϐ?. ӫűٻh3aeyrnq}g0HډdeڞҊ4pm\35?n(24 Xw vm$G:bypkiTe?jOmEd 3 mug_>$cluG񾍥I #H3V䩤 wJiOk&fkYmbjO9ymUNsg*wPD2Yi󗸂MȽE}- $R+|.0]TS2'{laUe@+.&tT"帤Ȭ"=x+߿fhIfG61"{-T|Y&&HZJLpt"0 YN0KB9$^FNPyQ:(.b"%y6;xWV ~--ӠgXP= =.ߛ(ƒ3@Ɩ^ t`ۿ-Y/TV 25~.9Qt2%A IK Ў~c^f)\dn]}$"Gv0 weT ą>J7Tq[9R8 Q ,Dld| ]@zS\y[)oœ.X2wZ9Y#>/,WYتi=Ee+}NU1Bs1=j,@d0ʠr ?fZ=8Ŗ6>['Lpu+EI[Q^ /Szk -9 ў w܎x$Ū GB}F5u{90h➶63jkE:i5 2lND@[:7naG%2yi 2h_wlUs(9xM?sE 0S+T\7H ~OYx0bcޠ&ӌ,[V~ᾒloU;hQ|R]J[lT=eȑBѐ}"L8.+KQr6Z*mO9!8>o_4 %Zyt%S+a\dX(F4]ШCrZF 2>&}ӏ|WnPDnHq-eۖн[c\ =>4/KiXB WESAX@bwwE l' $w@<"ٲ_Jn!|8@T8F}u.)wx>uh1.~#N ,l񯎿G3מu&F] ƎeX:0Zbǵ~*WFy 2AqI MD}:eO/S #Jp|3OBHo"\43Tֳ(CgHACP3]S`"RG3ܛ?;=]XǴyټͰB\Y<8 #x'Ȱ)mڈ7Թ.!(\RwE Fblγr׉txy,LlX DR_(gkaqp=RѴ55X<!gۧSM |RŒFs)"DUc7MJ4%P<.9"&9h{M7}d߫#43^r6RÂT'`C#y|nwLz2kĄn|hO~8*/xmQu]Ms"b> Xy&-(Tu7AbuF$ᮕy +v^Q"9QI&~ 9|N6~c\Q|RV˿XEкğ1|9T=YҸlF txfh\N:bo dU 9\'N}6/$ߘ/Vp;an3g=qT}}r5.kQ=S<ĞOtł~91+4f\->3`u]08ޟMB$O"V}@XV0fz 3a!jRmY))'YfTݺׅ|7!Y؟$Dk~.dpZUʼnb)|UԌNVد26=V:ibQZtJ0ME~u 2~@*%gf!nďx*GF;e_Ӡ4gT/-4/9)괅F&wݍh8I恌n E+vUDF!$_Ya;9`3MND6a^%&Tc@!哪ݦnY2tun˒==kzJQ8x,86[z_%8H& Xr1"$GXdvu9CQp?а%Z!CW٤;+}P4`Iu(ՃsϞz!@i;Sq?Uavn'eYjOqm`Z;:M tAiVYT[1 6ΑQz6kO^W&AHP1];KS-yayl9mC PR.' e{{Yn3\fz wȯe>"F!Td(s^[&sq]oQ\6*6fE$?`R0g ?X5V [f?F-KF/Yʛfec+:5 3:W7,ϋ@MĺBinj 'զһD`8Dn`M;^%i7Lek%)qhWOmCʌ ;F0uo>ei[Cef9fH@+{Z2=&f8`K7Qbj]-pWy+t`?qb_{6Ќ74mTG ]b)9'M1ʪ¿焅IK/6*OF W/@nȸ}{ta5eߡW&נaZ=Cg_#Q% jN^p@qy^wïw&kUȬ;y{kY)~7;+b6т2@8{F>?!\ec`Y>k2o0qax”7#0ϑ|Ŷ?U_evr)4*Ȏg:2C+Qnƞ ϶PZ/Y4½_q_kb40e8p3TU-Y2~*m.̅M`WD+ϠJu:OB\R{!v 'r X\~M*-_vK< )|#}N!oY"9OH]dmr;8"cqn؛A;x iv]ɗ.tY+ej7JS?JZ_A<@y:Jy|sS.(IWux¸IZ$d`C`nB'??hM8WPEM%I|)t7%WxLg`h]:!G ;0jzz5?*o})#² 8( 󨒺oa_KOW=?g4Iac1woҹS>i地5^ )~N#$=;PZIT"`wa0~.TdX~&''_}dMR9B tt mur󪌵qqb6D2df$.C*e3t ʐ6ia7їAvU}&0v, c?)z\F{ _,)" PWprR R_Fnj侎RMxg!6i}+ qf0ʕ!~Ğu)`}$ "̎=1yjD`HgoQ^cbiWw5)ֶH{}kj蝍eV Ewu5 qaZu ic.X]Y|za0 Âm2S;Il L*)Ww%%? 6HOsRbbn۲Y bܙ:YgV3vz3UL7Q esyV3{>__E e'LyOVTK\_/Ow˵g^w$X~t2sb f.Z@|gJUix/5ȐDw.*;62v#qֈC;xU, M|%_؀!sXWOnMĂ]@+VVz_ᖞC,'b+R0Pv afXAQl+-s_YOF[|&?7>i *D8?eҎi(H"49 F*=jC.y(rud%Ӱ-D!-FeazyLp5G1u6}J4/X)ϗIޡ$׀Zݶ@3i $tt7%jlu1p6U_X寀$툭Za\e5"plPfnFo2?]Þ< D`4S sn4tLB%'guD2R]l-3o[SVDiK9f$Qyr-ifV=_1hr]D %ŸNm'EUtpnQv[KҩsDW9L&hn]k Ţ (UOh5 4r0ܰ~>^(#f/ëJ2*u%)rKo)%c9S+#4ǃ=wCAP$K#\%.15z˚qgӽC- MZiLv껼X`$1#Ky6)h!Mvv]X.yCɵ)gh;k 1Tvk!BFLn;KK`2 M%gn;xRW+H嵱 aIφsLmYRmHs &BR-B/sf#ͨdZ̨]Jȵu($2fZ+\HzMGȧ 1.!]&U Aj2>9%4(e+I=cQ< cR>2MP1=xR~9J_V'˔Owr*'ff$=>T5}ns%.ZeƬMԴ.z sX3>U3fT ץu{dtwv9Qri},J9gpAyp,/_9Pt!"A7$Gl{U;Yl{vs4v0ހ~"$a܁G7Gҡ􀃰t^I ~OI+<>q!ߖb3$H1Vk LK8@cA˨}[]BY*uѿ*eZ=&kqTT~g:Ɗ^u.r%@ND5"ؼ{ڧ~7(n ™A# ]=T՛2_ވ= [;h坯9EAF&eq`Ty݋&ܷ"Eq1RQDòn0>Sq.?2y ߱<8ql4a.KO3LgV0{ddMuw mC#9D l* ;R̵2ӉjmfxC$%{Qg}2%k4A4CR$lV:+)1XsQKKfe|8_Ua'䪻0 쬮#>b1,.$\/1n z? ˁ e]'ftV*ॠD# Ub]okbgE5{_`MCwP ̜2òj{LQ[LkYLNlc jq*84]aWϻEq먔֫feN T^I:U`&Ed{s0c }Lt\$|{̙ BvV8|gtP@7jX^/ʼn{(uL+X[J'-1<OyGd q27AK W/Ї;r>b|aiSHv;&xCM2*eCJ![Po:$4on*irs?k9=8\9Wce$ƟL0'&T83@5Pop-nx92?=,n[k , HMM7^gFzȪjw}Xܴ4% OY=yYBRiG*1sj{}3Eb/Q$;mY*Ԋwh||G]+<bݼU[֑Zr6愡6e%Vّ IJF?<:RCel qINDŽvs_)4lk[X`=WTYݻ, ;Uگ>-".OsAEA<]yd̓ya JbA@(\@SsDd98Quk bքL97V5rԟq}nss?N֦c{$!ټ!ݡ17 CÜ.N{耏۞Ap< B]axxDrڎ#3K`{Co[8}~Yi ){<_;Cw,AJ^x O ]9\B ۍ3a}:k); &oEJY&]uշѻoHn/(R:a;2^+yy"R &zr{J~vq:as77b*gew!wgL/;!IlK [Kg I;C("KE{A!ZrvbsHU,ey^ tAoRܿucRu1lKP{X5&zaOmG"t/-]e#׺F> x1ùAia4 (D4"ZuyHzĒL@K nwx$L\hF]{f~U4a vmFtt;X{^.onSH~wW2w6g-oEل%Ee=8dӚk-`21YT*"Z!K(FsgL%aBVgM V4YG쿹jU㱉G@6fQkB$?#h[VNB{7L %oMF6UE"g~MkT"/"`6E@s ݱD<Pq}iAb"6.ev38-b$h(u){j;5Q[jd"s-NVa{SFgA”QP;C TpMur$k?LfPOu8큽%U~u^āleؚ'AdzGډP#<J5\+xqt@h'Y, f0$q?:UjГ,zSQvIf T?gcqg2 Aj`¨ӆB z]\Jg2xTRw . *2z6yŠCп^k뜘cTɚ 8Ҧ|<_gǦKʹ)/iW44'O>v[פǣK,Q-DSw6[Z W֢u1{ΆoW 忧9M{7 _(IBɲ([wN@WYVDq#SM"[$,6dO%p /:{7ơ #u9 0¸+UI BM #P?roCDҁ[L+Ib#xJo^'Sg0ಠ$aE.Hf6^EَaG%uMJ'E*kwBeuU;bSXQ'_yz#jh CEm:vЖ}C<- !B N8uE,?oöNQOq|UΈ5`ؕH7jz2- hC٣:I;2JFPXzF#J $D\lȼ Pl1M . ^5[Pp+x+7ky@a (3\[ö=-uBЌ"oƺyg^4~(IrۘIJWn71/7UM8L;',G"eEے[t-$ݒ2%sT^|&jKn+M=~ڇ3WvӵCv?S U"%%}@ lq6'QdR>tP K-U xi$aa.8)y{`v.r)cSXװ; =8uwϮ:K[֑N~}[|$@8CjK_)aWnI)U {{O~TZSBoE ' $>8])T?dsDL,:謡V'D$D$NAM3[+g4 ,PwM6Fˣ㥹,hT'm`>fIRۅZuOm Uk 7J=+Yz2-*>^4J6.ޒpMHk@kOx$Y!,5hqV);Byd«&|w@ܯܛou5%n=A@Awr+H&y0w%ߢ9,|fز` TӐ#Q7ď+=\ۊSA>GYZ2*1/=˳FO%<[n,$owsbiWg)wT1K/6jpAlGTfOьӳ=7ݷ5RO8D5uu9BhTdW:௳ pxcI WȪNx#oU$x̉]ɟtjEz$H=9oy#b ldU5;g..!tOcOc|zyH#s@IJu#>>CM46T(ᣋWB, .ETuĠ-0cH 2L-rVJ[}UV(+&:ʴ}mz]% ci=3QEI;to)h yp=r _ L=P eGsn@~6b},xC_rV.3fײPf@ѭexdf_Ƕmܪ|٦٢ݚA)b~ Y_σi|׌ f4hɖm%ݓbIFz}R^-z2wKFqO[:ZݮfF邭~@OMdʈ;lRD6DdpidlVAHփd48Δ%^;C !R(XJ3#ay9!ȃ>O#-84 Xxi46B֬eZ\B3G{zPQǓz7#lr !K؝ԪꊉO Vʹ,CErc.7^%w;Z)Xnwh,} u!gڐ{]eޫ@1øR'o]qM-;Rl"*V_qyxpi7O| fBMK $^U_L޿4B?x#XTp\ߺ9N mL?"[b_|Qu2Mǃ/ьx o7P)B^mx~򐤛p9l]In ѯp.( ?=JY%}V.e8 ,gz27hwIx"yFIJ߄ UَFA&U!&:?8qƓ~q4y>*|5n~8QY`"v}9ZO),&?6A.n%SB~/B30{8깤ҳp2R6ISM&tP,6{|U)DzIJ 4Jg>0)d ѥ-SSy? d 8j}#ye gkܛޟ[ ֙Rvk^!tuݛd\:0W(4NĕW<5'۱Q2܏yCW2!0ʪWPgv MN4/&sLwP^{?FchDrd ']5 J^-eA*fc=Ֆ$Y*kةJI<p]Lq_)hayXuE<Ɇ֑C%;@R5٨ s6fd0o ?lxI{@/[4ѕ"-Q0)tR8V[H5PA̎Nόyn$^gB H-U\ԋ^ЌxK"Px$asO[zjNq_+꜠`JSSF{H4vS%CITu i\:c!5}sh <@4գrS;~".pn9q=fmHCy vZ~FOgM]h$룻F8no̩&!g{׌UmH%SFEMVCZnMkc1oq4cVT]rx\ٵ:)ֵ"ŀ5zuPbH<ݺmX|ofxLzswB]\ܢ шo7S4x(nY"]tËHW㦍Gո) ^4kF][f ^C?Mi-S`N1ޕlC%Q>۲c]Z9&+C*Ѡ ]^Pӧ;̳toD]MXMVԵ12 =W(%frMSC<=ܥ`<ν6^®q2; `ёC@˙\pV#kf({rI' $~gv>Os{գJx> A׳%i?B`Yk{iY4m!lsD|Zze]5i)p='>m]\d^Aݬpo̡H@S> K$Dΐ}%ȸ&Hq8="j|Ef=X>牧m-5tpj uEUZ):;։8 W8B5'/h4͞ǒfKts" UNşy}!|46Dɾ"V^ZSqn"/桶53m 8L:]Ү҃W]Hoe7ω>g/]E,ʸ<O=vF `5UӪ-2yM1b'oT\ƮxsڢtͷRɮl2ၤ +{P*Z-ݖ Z KBy(~.3Bcqm ynC|]^ S6OS`{ɨ6',kKү7IJ;Q71| +۱"MN0#S%¾yccF#lui5'םȱ` O7̵,.$ 뾟\]UVVYS&cqednΨ_J~Yes!4U ǯ׹__ ?\;YtXY9Cû\f "K,/𧀸9@mUݹ &yK IߤN=%|դuW :`[|Tp'sFA g"J0ӟqH87U^67GQ$e%@%v9ls 9yq|El\Fx%'cSH >=4uW/!@RK}x Y X!P|Iu\Oyhb*E_^`g#:*(O!'.SXİ#Ȩ|K5髵ՂL;N+\oHW]d+y _SM?.CF)Aq?j־N*9P˂1dxqv VM+0YR;Ԟp R,I(hӚxLL"wM{K4vx Ґ"kuU];K@,҇m)}*6J?]Vonh2;vuL49Τjq/ ~X<Ƈpe0V0rYPq>E œlcEaN{ۆ:xL|Gp{jZ\% 0-#i^{˻xb+u0[z u]`"/޻޵-c[ P&kUȝ#Ƃh#ɷZمVClV5(Z-ݓmPI #tFeCtzKG@i.0a, tF3/% M10fq>Qy49 le84mQYidѐ!]xs9%M i;e^0?>*׳^t4Rc`*6JuC"6*qqΔaʾ@l Sߎԕl.` I+W0p9ctw5*^ƸPR)[aSix]=i2&:5;1w=J'ג$0Ur&=VZZ2r Nr^&-"gtTv]qhs)3a]/iEȷrue1K[WμMM1r.ּ֪Cl/SdEdV3nZ9) r&ԞOy'eG+@H&S~+9m_l7ff?  /#P3uAY/ΤemP6ctT:AKA܎׌5Ptoe3f'!cшȷ(5,Hoό}P#jssv[/Gm!^6Ԅ Dʑͨz,x G܃^ȚQ@O(14k%LSfn 0F˜np`hQQ8lueM[ bAwlQaȼ֑G82k˱s` V=P1 :_{Jl辗Y`I7#FVe}NgQ`X J)ig""IcT7thYr{&0ad(wL'D`kYD2< [:1ުwUrS<ܺhf#3>ƽ_gXkkC<{.W f#P"WEP-:o{))S ڐ;8TWөYUY\t",xdI<`?ό Fb+UZǥ$G!jV6ľCఠc+&ŸMe6͔BWIsTBi鐝Ouݱ*d`E7V-σ1B{hqv~]a n"S͙KBC;ngfBTzlހn8E^xC}E8Sx6Np3L6N`MO87L* :uޜGqpľ|tqppLuw PF%7s&$WX|em?82ˉlwD#6Sߔczpt8#OC_QB!XJ'N`Gg@6n;UM83IܮQR =FSST"`~cN#L8O|~kw82:]n1Q<%2Up`% ݸu.(hF6v#ƺIy=۬c5?9oBg07 Pc`~8ڞZIu:ek0&]GbNݡ TC{ԧh٧hŞ$,<!4L$-2<5Ljcfv>#U~ /#ȕi"d1gڝ"zR/m:l tng*V RG] | +G*[EIaL۫xÉJ7ZZ2l=0Tְwvr\J|v?~EF]%0-au~K9Kq{^=rV:#_K/,Q#dJr~|Z$+b3r{CyQa9 JjNkW{ e0%8qѧvLGQ?m#~g?JlV`Σ( REƩu%L>sF8.]!x`Nx/-;e C[Q@ P4q5ۀS te{pH|!˘i' =HޣX<}r[2;5| u WGN#'hTҩf6$1 tN^jT/1_r 7nToE-4ۘ rgyRs7|W{83U>X.*ϔj&G2>2abvj$5ttKH2!S*%K}ZUo O0N+OtU*܂32hWpZute{Ƿ=vݤ]am)$e{cҽH$3ץh+4g^5 up9cDߓn_ܿsȨ^ %RZZNPa{opk!c g[8St#>alIrTAbr'-iv Y[23yhKjoq5bVy=w|=j5iA=dsƊZ`,VL_=665X࢒f# FIPh@p#ץM{Ep;:$twHʑiocSTMI׍`Jw9axFXeRRΕ``tLK!fHZUg0גY޵ )K2.I͌)0'` ?@9 _R(Odڋ;ٱD:}p[i:B!30nW#*h8k֗eH9q)5Ҧӌ6CA'hp-0ZhGf+΍ɡ6m;mvS9€ [tktSy~i|WNmzѩHpol?Zޣ A+LH{H=T\ 7C7$/'P]~2cQs~{n1b:Qj>l_esXQ.xHpBd`p7|Yt&rs_DSVK%nM/oܠZ馮x=,E}Sqh >C Đ-~VTN6SHtQF4+v0S|i?lF9/*81=xd$I(G#{L)m9bBw"h4ބ8i U2| K$`I6vUV&'o-27TTs9]w.sZˮ䵆_ȒQ o5inVj7JnKMѡ74ih`ptW)H T}WڸQbΣ 0d Gr : ՚e4_. {g}ܫ͟3CF#ߖV#!L=|jyJod (D-<zvJ$`U\Py;uXYWƕ;Ap vG TWح8AG)YWI>O>lUAX]a& 0x-h"[fk`nBn2Ryr;q՛B]zkTGG*JRPjJ7DʾpLhf*YB\~ۚcQGv碢XRlEy۶K@O @PA`L [zpDcP_{2ri)>zW.H4aY f\!OZp6@aSo]gkG6j 1+ lwo܇ T]s PF2Z*ǭ:&sܺLBVAe }c\M,>k&Em`k} HPq}bߩc@|ފ[w OzSrc;Otª]su6jn[J@=?\H¹8bgMUbSJ=0eEAMe*HaUVIH $x#Ge]E➠K>4^&CQ.S"Yv,'H'2t&J_Z_ʎȪ0.Y=Xm'YĒ}YhL*A7Q1{ZY]V5Il/rHe@Su]9wKO|H@Z.딎8昦p> )WTSǣ<<u$b}FSPYi\*E ƹ#8V8:qAa~-qXc 5aҟ8q?TsMҐjӬXB f iuE4C~BhpP_7΅nD[= K7?݌J7؀Ek(,h˭t"`QAB{Ph[ꉟPu,tˇ)oT!"_SJwOQG9_*)qLhO8[!F*zձ_ tltmJ9⃫k =!ycŝiЪ?P7-]f&A-\)[ Q#ˑL1 q[<ir` fЂeŚnQ(ۆ\`ͳ;D l&iinglG˳## .6=HdȘ]O{MPL |Y_AٮV3SG;_7 'lV˺Z+v3ð|)dl\meCE~QRƒN^Pxwn2h^*0牾wK;]#2Q+L q v #qRYwur`C2##U.PXpn N[)FpX`("XXz (ߢO/'^h7`KTh,[R'e!x\m Ew?3+:~6SSʎiP]G?ͦ! QBm<r۴' ^q~_g^͒I_tb^ Γ!ncUl,.;gF8!#[%=F{wZGշ ! K].7[ؔSax.|##DP=P}}_Nh"xeJEO78X!,<]9Ff\O nU˶ B:l|.8l2oNZ%.7xm!j FY3pYzuURS}Og-STMQwU׫1.C1a4vls[LsFV-2#e>l d66"yD.wnhs8E  8B)qw) ׷y_h)zHTxTBMfb-^@.J(V@.icTJ| (!ڔ_t\ڂѶ@IP_זJ8Pޤa㐁.5OY:yd4*#-ecCV)NҜ3cPF`Dѐs M]0l@zDS>,ht4GF|HW) kAj;ط {DVN^L>eẂm¾"j / 5ccZH?ғ:YjT("Pw.f-VO0.H吘cQt`5”$I.]?il8“fiꊞ8G5/RM>sCǷI a|ӄWʬ,]<ʽ6ΦTVw19Pc#Ɨ3]w~O ˟O?tlEU^9}O Rp-΀'@Lf,ʁYY12iT| 0,)rL{u> UV]Wkq|zR/OY^>LڗѮG[+ JadkXUxB{vWBu2z0U-pw'm@7_w)ڇK0Ze+]x[@1؛ `U삑MdX Ut_$è6O`\w]:M+}7 i#C1W8( L t>C reJ>*dfn%VQXJ4'-m 8{1gƵw>ckPgL d>P!?E裢HߓrNfyܖS02ID_ qhzIsU46и6{.&{Jɝ}JAIdA_,p*nXGhRW녚28'&08Q fيjؾ Eɘtʵ<Qc'6FM',0\ˣQ< jx|rcUxИ0Dآ?V^!Lȴ}\dp ]dVဲw\=*Hj6C`h@*K7kC'lK]`Otz%ň֘ 0Hs.oQ4Vd݆)o@{^;[_PS%}RP ًkLGٓ|Ki2|` F+$}|&TSih@[ar oA,wV|u.f@e_ ߫Pd)yޣҟc3z9*\NA=anQ;^q?RQF/ 6Jݶ-œ?622 I0G,4x+0m Yr*2S%2SoZ$тP*[np+Do^b^D k1[qn.eb=)陕anCr2_- p3y Z,􏶞6>j14ndC WBX1t]g8ܬDԳRzҰVPCb(5,3k#X5 [FV^A(sIҪhЌS5+/s$b *xg2]/~,䑺 M\6SPA ~lF+GzòCמCnvi~ltVQti-6{6 F} Tq҇]Ax|ؘ G1|V*sh֬>& &3 ܄BkyQ1J7܍c !-L<qq(`Af\"h K( fDyGⴥ^2"O;_tnMRވ9Z߃֡Vc$Ԑi«߶^W|8M+x ^g\'s7W!";DpFMK!JbʟhH2Gŗو; !og<Tְfs+q01|Sxhb$UuMv,ՁSlU眫\i goZ]DeUYv@31hiIU3-;-xfBne)d4c1-p2vW8TrFYCdh3)uKDr{EUk@Ƃ&Dz B5#'IN_icbuc\d7x_imBMn?8BS`Jˏ'R-f>5͙Sm)~"P巘Z\ˣKUU|+)قbÆC?Q'k4Go2Z<௧>P hL Ҳ\^i,ر99lQF7+a zy6~ \;B] N /'a*`b/->tI ОW^ĝOm Z0Z;]P (H7p{tw=(yˮt3~+?{*hxHmh:9+fP%BmsxagUWL8hTv,[5t(+啔%32jd犥oA>juو_^SȬ{|9Q7nFy&

#bVcb.bxNAG~bmMޣtnw#e&R͡G':Wi( -Fī΄j/6uNk;H( zɻP+8u#sA93LVjlzv: x qtUմtXcSJzHMI{iMI>Mv>[U.uOy|+&ң1# nݺPp&NzE%& Ag,h)[)-=2=1 Y4!kx( ̆$p顜P(F'0~TY,CYGYL1~~sI˅g>eps%\Y~I)~63T|2]=LQnJy*-5##U';Gzb^>z=gTb@iOg=9sUdҏOA懤n92{&ay~)khx>VZWK@n#]Pxzy0͝": -sW@O'_;4- JQP!Qo cb; R#-D-XS1w`,Lb6ז}~IŜ\%ҙ.:4w?<"o[0s1)?p&hvB1&#db:~fjx //f̞E6 Y۴q*&= *1n>N \`&ac7"F"5M')8dT]dş]m>|-4rDQ cOQі&)lVB|I* {/+4'YY }f?Mwåaϓ? xՒֹFEHM^]]kz.AlgPt1䤔(УEɧs3\zEK] ۤ #.p=_ yOb~-,B̟[(;08:)zvPRNV'g9 aHOWⱱ! ;q+UH$ViyEgXOB3(kfwTY!dKձk}j+ }WS > FAdL4}6ߤϳ?#5/R{e96+$PhB)>% %e]|C6 5(?uc6}|;6\t_nѧ@"V(3\hoQWf-rw,!YbEƫ`O(OMGK٥EGs(Ԫ4^b>ϭҔo9 ٚol?1=&,ކ39U 8j.|6D aˎKiUOc#uĶƒ`Ɍ ̨$཈86{WYfOPBpwgF!M+;,ƂhS=Oͦ v4$tģhk;b$FA%""(M!# X1J[ % $~! ]β~E7xF,~jivnU3`UK29tc?%99z&H*0|KWK:aiY\OE7Q3m |/-[ǫd }] T&`w[S;R/|A2OVqdכ/ݾ{#M}Ɂs{gOw3*90lSʰպ<|sncJȩA*HEXq'eo.G4@/zRAѢ!}ojI=Ո|BSrHj`U``[̻0V6P'X ee|Yދŭ|m:3bWMx(M*KIoΣ'z I#7,?{n N(/(h 많(E0wVh>-*pozc~K _G /@ϺmE@JH&l^:VSE䰅 Gwn`4KzS"&G}y JgdCÌ{`ma}_Q(-BR#)##3qR9PHFRj}i{G%uC_3 ֥f?l,*M>'Bk-BŦ.X?,54@=DWUa"e= S̘u\ީc؂5^Hj^bA%!N8B*xXaw3.ȚJ^t Fх߂gItz^>dk ٮn5j={ʳ`XI$iRsܕk'i~ϴ cOR~ Wh-E IOh$ Xzr23e"R&]Hvwa3`s<(Me$I}i,q t>yXWEK8 "ںȞ=m,̔l)߬'w {?|dfٜi4I_ l@{@b`1wh[ΘWC|96^:~,\16 j|'!R4_ W I]L9Ywd҇8\i^ ?HbiòTeI,5:Mj~FņO4P_8]A醒=V?r&e X?>wV;${ޗv[Qn/SD* \n>m㫒kLT9N_+0b&mW_]NM&ʫQʮN zv"ѿP;R;=U+-4Llt7UΩt~FO,CC5Du[| 4k3X4`,=6f] .23$.9+= ɮ{ ZLt|PM6U^kI\+ٶѹUb#6  \pYK K n!3ā=45+@ jOR^_@xuVt>YȈQWIeETRFЌ9mfD~\zOf\/ -|߉4g%4ǢVмPUI$)$qFYg06TNi?$>eP̉]v,ƣ5ڽ.qGi-k9C^7DsKG?oAѲ,FAhGvU%h !ZOyxkȀ-? T"ݷͭ\3"ThSW]JOxq <1dj}NU^J$f#P]EXpgJ1ۢ}2yVu=_0mԹ;iJ ւ.7o+PPBBqDgVܣ~/o%B<\_׋M$%?>T'CD֚R]% a0Z WQB60&_Y$F0Վ=n%dw"ucnm{X:Arpa]A-P;fz ^"4~PKr/@M@ a\o̺#,qOr$;ZQp5 /mq` Kg2vi¸瓔 xvQe^nUlCmaP(N8Q4W1|(2㤾N1l?ط4'pS8I&Z%gVWhFSi5 r j`P=j jҮY~p])b cjA;?7xY[!ɛ[˶ȼ}>9'z%oI vߍ GsO?mX#%} (!@Ψ59J7[!M@߳ ,ccBZ\^;삷5\*.&weוtG㣵g(2~=ҥR0#Mj=v3g&Υύ/yuˣ壓Vi( 6ݿ8fT3=4aB5+k$яcϷ+ =HwSq<ǧV/sSU}U*QMi|YLp@05Ԝ?<_ 9OLJ&iHifh1K"aٔstcL:88# ~e/ATZ} K)zk/ wRLJެOy+F|-W&κmy8~/ (8 :\ACzQ0ӁmbۃۏKt@e0y@ YyxI0&dޠCXsd }|s͘aA-Wn# 𡊱_` hLoVb$1wyS tqDŽ"5\_V)m5Vx-#/r[N:%3_Oj3W%Y +[Qc.B*l`0 [\ h <@WoTG>-"7G٤f^~H8 dU _+!iY'q,~-%,ʟU˞.$VpڑI{ey_q!m wU]HZ.ݜ,Ff[9xˇW n ^5.,yɼDޮ$XU#b*޻LD+6#&3RDLW=%s Ec liXHP>QgNWіKX3(O αwj&h< "fʒ`BAZHFLzeɨ8. 01.|# % Y 6ѐ }*o1qOePJJmYk%j`׳p]pzC-z-GGA53lZDswuDvpZU*?2cZsbp[뒶f-ΰ&=}uDm D:0NBw[^ܦuy=Įp$w `f}X'@F֭"O)hRlHu Ts&: ͫ&e9Q.^29SRAyb_p^dBHQZnT&k$BJ`tvBr ,.8Z'd =n)89f-Ĝj6~QFZ: w :#:2XHļGxFAhSV,D]d10ًQQn 3Ά7 7 `,Y?^qa.':7<| ͉` |>;9+%rW&Ӡ`?qL{З+!Q8;l>9IE ȓn 3y,[0ǿ-I7 2ɜC/ĉ^HT6##җvnU?ZV0fgƗD`.P1ѮrNf5x+R nʸwD8Aİm6=]{'H{oDepYc #`:bl,a&Z&W ΰ*\r{Mg 97(YI/XWd׺b0&2m/2tb!P3{eFJ|CO2.f= k2{hBq^D|Qf~ H R]ewA( j[37$u~$= g0 #?NMS9MaA&B2( lT <3/KhU ܣ17zB Wl|5ҵ*?Aw`8XZZsӥVӀ5j RBUO=[ȑX;eokBmzѢ6Y $6˴uG0'Ɛ%?RRd6{8Byd 3'̉@| N`lrAru=Kv;ۉP˹r<Rw78C@Y.%eޮ0 ^oeX2v/)Ǻ'2tv\#|:9]P_a}fUULPqVlOٴnh8LՋ&fE>eszH~rOY.lJ\=VS ,с&|aVxa3!h3k.#'VNG[ $' k/DOְ,XM1?cXo -+kF=~6TE+o$*V[[Э>Ǵ1_/5?BDf!<#ާ E%T+ZNu㶼,5GH[!!xp0E[U8 N0Ȏ^xu9\^P[as=m7%4 3ovľni.ߝH,3b3cu|SIV s٢ Nq["{ALxy> fF?# vyW:9{Q/;>?a{C]2VyT ]_`ZMc$7A)d۴2ܼU<0yn33Skp J";tW\[> pK3}4K gU( ^Qv xp)rLNB뱪OIo_ , ǥ$:bz{ ț|Qy S?KN2$vDJ=L: Y3Uڲ30&?d\1%3!cY=:h*5!ReV+z_>{?ڐDϹU s [/VԘj*0@}t\+./+VdgvʻS̍L5>Ğf%8,%; _"=xhc2™dF,}kxxrRwN=8پ 4-rBG}.!D?Ao} T>|!V'0erJbJQl!8jY5%/sN{~ b7=|R$mm IF]_޴1NW*CaDzCU݊r*0to;})ZW"͔ކq0#cm2 3#!7o-J͐)%QmtLBÀ'GOӆ0a(dq)9}'Xt@.ӪoZ[F*.*c~ԗWx 0hKE0Y×*ԽՙO(/D\yBV_tn P]=oL_ּlz9\O lo7_e,ǧ٘S 5r=e70QC?eeL]ā<}v5LϭŜ:{9KIl (޺O$ז:kU^@M⑬!YTǂb 74>ݓk !FmM<ʢ-XzH Iב%, J&\7X+$R3fyRsXHmhvy{?R?FaBOqX~LY\N Z4.g2xRW+΋iFӉ^5yqHzUl[ׯߴnv "jytMQ,5ϩHysNK>@waSr{v"{7ɓg$)ݜ'87y9᦮zsi/pbm<`D{Cm! ooqHÔE,X&SJs::\~[v,dǓ:MJ٧8AVPy2{Ճ]vQ0ЁaFn?69*_.s_MosǦo,4"Ę|SbQ*9!6 ]fzZ9թF>*& ɡ=\@C2̌Mq2^-бQV}R<8MaH4eܿoa ڂ !CQFUY`.r|-V<˖QPʡ1[`egC[ ^_,̕`C"ʱ ҷJ@4kv' ԥ].%A{,rd"#/!zSG܅ʹR$>Wݬ:v^!HyM|N.^Їj1EmXט%u}Tѹ0e5]Ʒ7cLFX.oU"sM9}:Iױ_Vŏd}-Zt2PAx'\~@d%>Lv*i6Pus;uUN-ǻ@?+$ZMZ7I-X̍* {`b@1*i9Ji}5_* qݎID/BEl٣A1vƌ<`nP ή )пHgW'#ϽO\b]auAۦY`j~ƓX>A}`5&- \Kd%uҗ#W̽0+e#ͱFKf3lnR#e" 3*lZo5^/:̃ӫD؅?}-3jTG,(|eɇ8 c"7KXprG3% k@MVT+=lfi, qQ?lrƜP6 ~:K,z5vթݧn%俸{Et$ IDqUORhƐӿ;qAƁ[`k"Fhn9z Y53J@P1L7+ i7:$7>B1}$Ha6K= ֏05Ypq,u+ uen@9s+.G4+iDpW[0"BP`OkAdRWɠ$l2$hV݃: k~YLY~C-==G~k\䅌 8(tUlgY8. "* yqxwEWRmzɳ &r %ʟ H'e8e.T4q#s7E n5ߊq^[U&C)%"zQf6)1S*^Q(X-J C\|=8@xUWLX\/ xh,m{@='v*9`xKНי<&ePO̮>hBRwLujNۉO~r4x\ٚucP~#b:f`8<TfR!'g fP zo%MU@)gazewdއ彩\-Kj|xۅEwt԰|ș#A]xfi7$COHWKtyO#CG =exwOu*3 gt}7`~;7VE # j1cP*g棽QAET[Xkۖ7+ L%%8,?c0h̩ݛ}>zk$gNfGr4 X@lVuL 񈡋Vc"hhU:Ce;bBg&{]T! a c>wzpo .P- X诚J,v>ퟺx+AHg6!cң"p鯻m%tX@Voªj!qz% "֧ɃHAQ'OMK {JG74 T*8]"ǙB3؜}h(-nuxY LE`ۄ:ӣiBt <2Vck@{l£`MyTe(\K٫_ånHq:e$i0jdX~\ŭUTtH(-)Co@]E#t%{o Փg6[K@1җ#fXUþҰKp>G.=AôELփ}E.,={؅;Gܗ0 VDw RNN2'9'xh3U!h /{Nƍha?mxOYD5ul6C0+!DE\zO @7L pAS9ڵ6ԓoW3"D.xb|4nK>XI^r{҇?^_^^@Dc]^hNqШC7i/>vJD@XDb|7`\ˎBнm6:{U7((>A<\Q tL Ar8zۅH똗k?Q9e3V>s`aR>{2@ÂeZػNUL߀Fn`sjc8X gu'{a~v.Nx5`Z%5~ZC`` SIχ"6<]`AdUr U0ٴTŐ)L0;sWiDfжPVo[WZoЗEfzm+_>"0<osJbzG/ECQ'mHdmYAD@ΣKZ0cPM*]^=O eX׃*dLI[ÝJ7v~15Fy>T50Ki?beAfm*:9~&JZ߰= Ƒf*"hTp$ƄNA\$F%z:?6/lv@VZ 0g Q9-G_,:tDݪ LUʌ1,ڵM_!Wi< f6wD":Q=}5XOޓw+k8BR+Ws3wih=k7^GmP͓1s>V/ӊ'5ջ#eO Q@ģ?O}U}AU2i˨G'E"ǷWF@Jύ]M%]d҇p؅YaWYO1F *4R'ݶ|3dLi0'7ǟkKg(J|x*b y/F5r=M#v Okg9Z36,d_УDδG13`+e%h=!?Zƒn:o_d1lMK7t/)F0J Q,{@6(,^i|$B4K'fMG(8dY^p< y~9~:'TAuW?Nkeq_V 6p=2lfl*:qruAAM9|}A3ln/t]r?7FŲ',CR[m l TV uѮao=D;K_[9T;aR?w$t.4hCF [Xg"奃|aq LNo1ML5֖tEқfaӤ NϢIFѢxyb(5V`%®OoQH_ g:ZHǜk0kʙnt 7S8EQт 013s5#Z&܅r0XyF6ݹ?GNঠi^&ECM8cז=uFaļMe -N'L}a)O؅vN)7~-v^hs&2N^G0[) /o^0!yg,Ejc27L]f&Z\%!7-t/6*8TClnC{KVXrץnME͚L/>J%A nj{{-,7wrUآo.= js vxo23a:wl=Wbp?jFZ!z nbg{] Zb7meԆ5:J?@!_fx 2 )9 BrT VY=@iY}Mo)aE΃|9=8A {K 䗮e#kN`T B</2xVwt GG E#IJe^ʸnp 3(% yE$!q`(.S7́Om.=K~ JnLtqx _ Mqlݲ3 ELB$ y __e vkIVN?Ǭi2SVճVZ!Ԩ柗o>o:+Vr{oi"H[^',l SXV!^"a;Z/ʗX$/Vj1&~sPLjV"rޜZ@7 <~*b5@]Eh!R\tRl:rE_x/>̒aw h>ޮ"td0[[ n^a TEuMkOI$dp-( ܖcU|˸g"8}dSDA{SަEʷ}?s vecj4ИR2e{__nCQVl9x֘2]:2XpD7-*arJAr}6|1or+jNhnz 3,a=z-.Z HR '% ǸHO~~Yt0H٪*t_D?UK͙&AT#gzlfiv ڨRxdxi{&%GACI]?!Iʿz% sF2˩2rᢸD 4F%5Zel0*<wC: 3f$.9Rm;#rsL]4V V>̽\*Z*+ORy媀q`Va ̅Tj!񴻼֯̀j.T z $X=Ӯ +6E"PKC"AN/{~zQ)Qc͟HI1‡ދ %&L5` :gc$^-)x=Âw>X[wmk=b3尾G+!FxIeŞ& -= QL=r3~o)<ێ1r^B}ܕBZo+Jhб?BkJ@w7K(]4cF#^թ17_%.<(#Ԏw.2<5)nEFW;>舶C۟L.2<=wO\Jk^t ElY| S'Z*-fXZjtb.{zL#˜mV.Pi"Z >@\'~ سpf{<&960Mv2<{Jlz"*ZIs fH @9iݿ/aZH]/sg6WZ׭%FC(A\H5B۰Eqo^Dtt"J B방^@eDAQ8n`X?ڶ6-lbn縲{ āJGX_S h֋})1Vc1gc_GZז I:( BE / STFuNkIО1aVG`Pxg TiPC}X۽5tb0T J'g*-0B6ͼ9RS0A(,. b-[аM }GLО/4M6.5A@9OtXew˘͖5yREZ<"}1/ҙC*,*;񞢮̂TT!{;4Z"N>ha$O# %x %_(+?6 5{.)wv  %=Jٴ:4nH׷MxQS&U EB! Dg_EE9m}ku$jb: $s "]{1Pnaoj0vt3`R2 D1a{k?WSvn7k:NoOj0bk_f'GzDlµ<,*8so5Y`ǚf}تc5("=V$ /|*k1PӌfHuiHkA\LS"uؑ%G{i+ Y&ӯ1mN} vtªy3mǢQ?]X?QjH9k\v>Zն"9`v#2Q c(2m;8[v}&img+{yZW̝!Oߪ"ﵺ`$+"U&FAl[8/5~H4X=i&vEQmJg41ɺv+QTNoжN 8ad0P#zj-Vm*9ts7$Z(K V.*Qb*/p?(ۗGb#5TGXG}\_O-r^ a5T/-դU6 {SΩqPRX,tNN(DB[L~bUϮ.NTTܺ<2WN]?lqOě"/4zܪ0ŗY"R 4? Dm:bob4 `PkWմʐk9eƗ%ф7Rhe}^זrǂI$R]Kap|@ ˀ`N<`cАAAc:fmRXEm"SMR*ugcGL9E!h[v0pHSLq+>C*=5;s[#^k6iD_ʄ3ڎK/kc'1ꃅ)~kqFFϜK7ΥOspqKRb5ԽwPtsUyX=!8}+0gm1Y)H:kWL`@,{5lZ I=OȔA;  Q̀鬫hQx1OSe&٢sJEp49 ?+JMF5N]~] d d4@ood F圎Gⲩ SqՃ+maj$פwbT%|iwԠ( JH ZG= G[ kfw:td lBdjU<?Dy0Я E\̈ꩋoYv *I._?(2;iNfV2p*SM s=K<=勃AƩ÷ߘ*  42h0͍R+_$Di{CKSS^TwOx7h Ɗ7 sũ8JL)z`0J{cEz[+fx[cZ xxJC]}'G(;F/#z5/ Wԧzzo8,ug֊:uoɋB2grذRK4P >jW H h1VKqW= 8GA`65:qR̸(*ԪҾC'n|w z m3Ml,h=0lyZs~a+pI!"`Eb.u|7-p6<)TX[1 Rr%=[T kKB.~S&mo=~L"Y3r2{lS7&:A4*UbD%R2PJ_V4ZW>$RoNv=")k,VêK On\0";r&_!LJhO'8`)lKt5`t## X<G?*@C:A{FmKpG493LVé l!ڻi'ι:㟽Ě%4&fltd7Rcs7loC~,AӵeDsjo8,Qa#0-`Z'fǫCH7ٷ>津pYh$7ͽrX5^Xl<8 o!Nn.rLzg9u)F=9y#ܽuqIB9"NM\}?fN Fo;L % ?\qq@;<> Ma4a aߌkI3#N@Nu6sTϤ7,+Y2:ƙ\ʏ"]Dr`ڻ-qpA{7'R8C|P2yIH: *M@l:(K=Y@8O9b/xǛW[nwhy`)b8UM^d)mLSIҗI9R[)T_śAsT̫?ޜ,߃b1"(v"hQ }lUK9w&HW ɥ$$ #x8KPQŽ܂,EhqN<~|Ywꡙr?MK&yL_&<s$ MЖO06 0 QQz8V>sj/'wrvu8~Z/|š-Z=npxEjjf-sґ)_Kنma 2ڭrA)_+,0Y,Ojh !n.=>jM-aFiI냻`74 N^q^z4Di#C}aҡz`],9W(z[U:XFD_r,v?1 ffa׉d6{ydˎGO\*ʻi*EhcI5ZndC|}R SFAj[5GGųNag81q'?x"4$siRO{9T+wv>&Oe_nҿ~f~1R)CxP?ijnc^9Pl~HUF"?˾qRԇLGFM , /r$ )x<9MMs]ʵ*9<JTC+ڹO7AaW0էJR?T`i5!IL|ڎ_9+lmVբTX`80ҮǗLKq̜!3Go'"h9K3Wڭu[ΡF`6mK<舊۷ZHkDv Ffc*C&0f`a ִ2Ydu.H藝@<6a©y'Cؗէa˲SA8=%a"Nח%eZ}+)\kowkIK5@RQb05w6Eo1;+HOck=!edYم=K1sͥ99+\sPpT\mW vd?+uEiCv rį2-^6#]Xn2ohvc, ?ىժ)'gfWv$AI^~)up%=&-:(}4ayq%/_ >z*`ʀu4 w0[P"c}%\)1D<5}Dz_UAm&Tg3 U^ -PfZ4Iݳt{ > A4!,:puzKjЈdlKp r_Y6G"ݪ@" E-]:™>g>d|%NnRI|.rg;wrA~L2Nugp|l3.@E$1lb`B!nNql :*Ѿf땉^~P2X^O}DCh^WKr@rI?S;W}8-㓖 @ͪ yK^%?3#q@e@wȝu m?њQ+MVEC|11b\<.ԅm`4w(gMX^@[afe|`EV"\MKZq(XW|9d]/Fc 0G_sF\k 3:X-z ǚh1: +cю?{ C-g1mRi(ٍ >6ž*yP8W\fA.j׫  Sqv0 sh1PEVF OLXh}ch=,7$9, gB03ݐ+LIg_Zj@SRZY-b!a+y]ݷ-Z$̐- Mex|0B9^s]r_ˤv9,mKSXDF%9" U r4XDJf]g4֦7hJIim_t9_ 2+(OG e4AVmjISa0[GsE\e@\6s5ȹ9 7SmC"mVhv+R#k 'lkA@WvwO|'ŋZ|g("9>0G&˚AĔJI}tL߀UOuX73y8Z#CPaJ@UsOn[tdX6]o1 !|fM Ú|lr2WF2g_"~/2 QxäF3a0[u5RW聫J?U|^WZqmQ$w?hBh Y׋ܙ qǃĪ[ew##jEWS0߆h"=>ư*J0K6^mNB3}eR7LaВ}sͭAԀ5)P9S"ٖ&bND`xYu3$Y=|z[f'R]5 }fIJ7ynAl\שj0"ַ\ky|7iϺ&vb>K+RxOCDi}ɟ3H(L,yEM/6 _mߡOb@6\ϧh @xvx(!jU'sW3-kPM^!V7|}[-*nf fZb- Je$bZ!٥J=ۣ:j-昖 '$U\:[ ؓB4VƝbƛڅdAUz30y2;RU1 :,m`VBWd:si=E>b&퉧v3 `p U$<ʺ%$=GTVY郲w#:Q#$;^ $yvK&p]\s?93N0ѝ (F/O)!ʼnv*fy/Ȁ(}c1G!{?A Tr2 uo~*S [l%igY5!tUyVL&? ߰Fbq~xz jSYlsldG=(j((OG{p}E*9w˥)O >3$wa''cSb8 ZlzTPMV+Ӗ:8l Z`ѽ6O +lht0Ha%3 TXw%M7EE(Ud,p0: 5=ЁwoLz쯖';c܏] @N:Wir UVU^U PRNY ׌@t.x Ra(~9ŕb ?;Ks%ns~mF#@>kNa(!t&˸aέѹSRm$J2pu"Gjcm25vr/~[/iSXyeUu|M|J.xm,P-r' 0uܳY:Z WU#Ut5Y.Vd]&5'7!2P"wZ$f56KJau;Q5\-}9V F'fI-tO:Fsdtbę ]LA 5zZe#uz)@lVƞ4c^6zt[a,ެ>4 mhC=xFęx<-Zo}=2vޓ-e+ ;+ SDs7@ opu`k794Y(ּ# r4ܭ&_'r x_@~TN_|ZhdP^\-4k4^rWj}D(*as\ @(uٝؒВ<G[ c+f G(8kV#Dw;XEiaHqʎO]yŠU4&rCQ$\Rr71A0R=&PgZu*H舵MPBKWm/y*ԅ 6w9! o-HN鰜 H]\>C8G3<29y2izB_rY`v:t^MC|~ɤ-{MˊP.=ui2sN'tnLldK v=ޢirtDa %&-l(%&aeT+.rKBKPF 3ENqMjZҎf?ZTAB/`MA NYM/CWpqHµ7=w`6'm.Jy(P<lX s @j ,`8)-zր/kABǪHr)vތSi~.1kTet=(jI^CgjŐ!$pp0^bR4y( 1Qᄋ]<z9\*>2,>{DCw+]Qhn7#,[$ $3B΂KDE!xkL .0(ʑ9Eu# ҽz 2%&V&'e;_S6}N-T+O0,-pep}ƟjIm=#?2S}c6f9;3.IwZjMgF|DlSl-?Y2ba cCP's%ֆ*zAPKgb(Wbj@--~ h?.fKiшmvd;RMlO&qw\sTA[w?x5eTe FV'g9a"H:]6\.lPe𙱡ŀK8~ze  m1v^nI MVt6 iPکpfXB& I,E| Du8')u(}d+~b7 ӓ eV6LS%P})x\_mownA|yk;R ,'yrWJ2qo*YXʒާ;d> ')Kj;hOڝyuk&"ޖ.dcm8SjCc/E=[ Q:kaTx AA]qԵo`eJ+K(#X{c cX dxLgpțGRZx¢dVdȒ1ϙ2|LOuGeϖACrɍa>2`\3 TF1~K^,a&RLJg[P7C͊ܝi( 3_ɿjElvY&t`!uPU;UYوU!y)i[;8;CRvFϼx6o[|c|*׼ eksC92^);D-nbIӳ.>>in0my~yvQPGDC;4ؘi$DdOX%!{qףPwxf0v}5ٖg}|*c ɒ }TWvlZ˒l!KNQ_5 [jy;ko >sgr 1}YĔꊡʙ{'y5b"&FD4iɐ>䌇rrP"V hnmlTKĢ(=33N!/(i!+K%/˚2pTy*F}ꐗ~n1ْb:#n'~jLaUD=bN+#[ZF>U3+ a#;L|)1lCˆ5촊Wa+J*%v& )BJ']\F3*ѳBB|-v]×GĎjBFfb8d͉ٝyQR(eڦzyq eT"^ZlH.2<YC&nએVX嚥X7}Z xTү~Ѧq{C;iGY|NOfyYV` 7~M]L.a:_;!|iO7a:`(@zX|L](ZR],OwܥTS TYw[2r*/kG*PF6Xu&1k*4Um_W'ٶNFOyi?+CiP̿R{Ҥ)GUzo8 1PN,O #$j;aTklٚ?AToEN8~\Xs>$Ck_Ij~ZSzAթ^O5XhCpATNn|!{G[Vb>ف{hmZaU:Ua47$`y{&˃g ?+llGtpУ/8U#E tamYm>"32r\sv'삕~)d3Em_GE=H 84IGk6u!̆!͈uk"8[*ь>I<fCF0-e9Č)y87a6-/35`:Mc}^b'`vn,I-gB HHO*+N[!@y-?|~.Bݫy@#=Ұ[+ۏJp~FT6J]}h׌ia>`GF ij9g>ů,c&j &/ZjHVIEE bl=]0jZ>Sst"(H-`R^>xU!/G@ox,7 :$Q9r[ͅDa<&:.*tn~ [xy׺$FcsŮpiH1"tL'Dxj'oS3Ѵxs9?!t*frL\оo^ ^įq zeqi$C}z8.ϱJQqAÝqP%K?SQ] [k ph?|4j ݂ 4`/[jM!& Ťխ88ݫLoJYctuCThy_ Xq ;auC,KlJ{UGGg޳i2p+T>i -rG~N.z.zX*/[_V_oo!IG]*@)D5lUD~t|VY E urr?]m_4(VǶV?}џ3mS魃 i|M9>ӧ3RX#Rfg!X)QayΗ~ڞ`#]\̜5[e2hsD C{uwm*z -D`OYQ+czn[OɨvLqNBi•?R=H.2X}ܵd Kk 2,OG6@Kb9eٱ-07Ggry5;_7TrNbVYRNDN(% v4..N.5۲UQr">ʮ]Pi fߓ@'4u6OWPOk dx%wJ ؛L{ԮN;:(KvnxU6F)u;կGa'z+@ ݅=ԍ:4[``0B m 5*^x3V\Ӄ.1.ɀXXKS8V}5Oc)"[Ev OKla7T="wg?!#>_EuH} e"?K!,awyG;H4ꄆQV?óFtT #_L:%$̭ "j&VJW5ՏWOد1YY Bs4Da/JVJ#z6 bV|0˒ߊ|3>%6?W=ܔNt?A{MIoTuGMҶZlOT BaVY~@Zz9ı8MJ Oh6]N`*ydAyEL3k>$ +Aja\hf$hg OO9dנ*x.-ĕrXCH]o+UIPoG:_VrN߬Epn+\%c 2ؕ\'nZO66 ϫr> wUM. =SjbZ(I`V_^I9CCoBǟ-8ٱcZNk1\^r/BN vifV%.3KZdlyxAUȀg!@0j,)UK~l*FNuVt3 Jywa_ LZl"- 8JѫLoCbn7.a"TAqcC6x&TMkxcq6"hDO)܎oP>Q.n/~x5Z rՆv}iP'el%<,x~ڄyFiRvtz]u%`leN1G…HA kv KkLXrܟ?5 (k]~,Ѷ^6R2y&5k>1R v˴k\`oZغ>ɗ F,fYԉsk!O UaD)Ȅ3'Twީnka |Eİpzg~hEMwsP`}*l j9GPU}8,cw ?:s/5mě~[5c'4^k}G\O*#l;xoMjr- F$ښbY)b1fA)e[l5s-uxb j zdn5-C^53H'pSKڳoo#W٩ʛd ~p|L{@ ?LIM(-z^ (t VhЦм}#ҋ&hP_l eDZf&:TrC-qgk'OfQ ѡcVFֻ`< q:M"R&kal9nբIIgxXʓɀR)wb0EsɀEtjߓʂ ssO`׹z ]U5(,ՂX|!HF* @<%9Yie jؐɶʞV:7PߦĠq rMA9>x)4/g|4*p̎J7MJ$>fc}Qo!wJm ;HKS{::!Es7 G#S:lMut$0j~\oY~XRga 2[d4QC: 4|IH8IE6Vw 7WE.cj(M4nuHkgmojO3ίaP J-h?{|p(w9y@^ 2PdNwI:4m6iuɋL۠:|ԘޅȔk8u81=? `ah_,jV[z,k"/ֶZ5I*}WL.sO1>*s{*%oІF "R>\W&eSq9e&H? #(>kԐGI\l}]*!5GtZ>C=8xEyk1ks}'x6y.LɝvM\US[G,9$sE6m^TS}PWrkr81> ^lՊNR.Pv5Qfe7 XcC973RQJߙ#˦YF0{ɵYJWaLD?^~ =k}-3DrC!oww]姍g[RY|fGdlFKUlsAԄ7V!-Y4R(e᫰읔:)[ƧP7(TFTcC]u:$yCu&|z[}R?U3p0XgxͦP!z5 9?Сx1&˫m$,>yx7D]Tho㸶[ 382opX=fcB_ 0*YӌH}IcEdc៲AtFa/<W1.g-q.p#WiXVmR% Eh6 --`8bcv>.u-%[+}?R}pbni›a!}2Z*zzoMPQd\[dopJٟa^u xm`&YC$ΑLd4ęz5|ݣG¼|55}68Uhz4XZX"8zDٿ[wVubI]~ lUdCodǚqK>[N=1s TU@ MG([ i'/rO[ @"=ѯLݠ{( =a6ʑFT+D'B2ЄXRb]תyēf\[qsU+p5\7iVKO?1ܕmgqrBEtfFdBhMhpZiĚVQ:D8Ca>FQF yzm.T8Vz^gx7+=;DT0n %[onMM!q8\Ϝ>%ǚyKFLR4c 3Aa 1U~Gı5zm%*FV; RXA 婝<*ٻkŴVCy Ɓµ"}hڭ(KyRm\#=2RoI `Q>':pcknN@*{rUZʫ׸PQXXI">Em(f8&\PL\Jg!S*ߝa퀟֡m]#oq(fC)/{Z,ᬶ]bl hr콕՗z ^zjwI 1B,Ĩ_M8 6|#/VE#@9@|H{A|ojtXt h5Դ㑴so<7?ӋfGIV-YL "nX g-#!ET HxeDa/'ANU>mӷAnR#W’'m G`1K5ٝG=*mO[akΑ7L<~MfqDt`aI6%:XFZʘ'i 6& @tG CwRh}>P0yǮDݤ&DFas\^%9AbguYz%xY_,Gl FR8L@\g?hK`7EmA1:l@NHv+|,S XA(?{WFe+xoTWp$Cq[IO+*M mY+(9C_j#:QӿCRlצǖ":Ios+Q/D wbjĠv9}5[|7^W+`ʠ%QA(0hee[tƯ,pr$}] +b,Gf IҰbLHL0^46g±bI=xF&ܾY16FRiwѩS=s*_WDrhCOx0i𢛤ⷘgE8 ǓFr"BN=dl5S1"lZ,ǴZjIv(dQH -UǕ `AoēmW9W>rƕsbp- ,&‡6jf.P GWd!]G3FK+Tۘf54Sp+jqV@l7gbw**H.}iAw̝9&NKN_t <lt.^)C$CJKp-сKI+= tPkEpܶU5QzQ uTw6,ãF@נCp}-םu>G_(4EzԶ<9ܟANf9HuJQ8Ru񾀋!,TZ nU#-آidR2Cp> ͏Y@9II暭ͮ'N pf+ Di va9*Tz|ڱkw@w0~+c^wzd3GJOj`nlglؤގOCm'Q?3.: Wrj@a!(&(GAͯN(3`FeރJ6ޟ`/>GFizp$t#0MxJaVg VeK.6c#X$RS|}-/ NeR_+~X%ү$RuB0*ԯ;CGGA4ʡ1B7j\_hTyqUxd+/@6bsB0z5KUKf D]e)dZ,q73D7"iǚ>Fzl,M,!102/>&̷k6WgS0XD8Q}1S:}n 德ƀv[[}oԯ+ILf}k{`o&p@iIm^;8^L]SC-g]8y&Y&R7d4`S=)5LEkHw ~9V*!ϋWf%ݪN qwsF t@[Nr5m8H@Aj8vޒnHGlްnNN ܈)jAnOLK5 Mp(*Trhaкa)3 cϳ6uBk]dJ}Zz(DN7ڌz>/[-:E{?`eoZv8W}9a!V)*wRhw-788yLHM.AZap%̴׷*;Gf)ǭG_U•9rҜXnҥåq0סW8ѝ}>xI~)/HBQˮ?Z3d|=˄r+ V]liqO(C[Y @9rY0YF7Ocs8!:+a?DqIJŘwrl WrsXVE$h/{+RP¼gwk_A@6hQQ64x2rIgMP)Ex+}96>G.nZU߻1]Xh=,򞅂b .|01 `|Ew8O[l=x-j2+ L7,O]Wm \UMv :FD{/ Jǂ'"D-bȍ[͘'0^d|H'Ei TdRҴ^a/$p>.^G ?EՃKݐQX'CjtLd{' umމ/28"5Dե(c=vp`<īAl=`r3?_:nc fɖɚ~GuR<V}d{zMZ 6~#KQmX)S)%"t(ZT3-1A;40&/ su;P_~~uU_ #ڎ7>406nʻey$ }Uƌ^.4]G'~ZPb#:XA^}[TݿsYvLQs?HOs9LNwr-xkmDݫQ` iE /n լq7)9a].k;x Uv!Q%ĕOH<ڲL8yk{3o Y5r3('UjzMҏ#[V9vQ#W41T,-J@u5mZLj4צǛۆ'vI7HL^ `\fo: U[pM w-\PN\TJbklnv\3 YYcC>GB!"3b?BAZҙ)d&Dqk4Jp4TCPPC}k})OP- "퇂:O8\eO}&c_Z"a^iaŀetwe1'9C@"˙\O / цel.zy$#ٽlJr[̂wJ4H2א ] 7|Ub!1n :`0z 9Ewu8tI dzad,4\ÊJg5QܳTvݭ}<~h]}@7l3[6[Q+R>b^ݡ;L1HY4f+P;B~'1krB2^*I(8UZ<.6$L6F飫[Nˊdf8f8c{cE˧s#(ʱeZ%o-1<%ӅI 먳ҽޟfdz$% vC&Bj1ϡتu=6qʑDi8 {۽+X=n# H޿X"5jdgi[`ffKս `z`;ͮ ik/Dʹ"CO}!M}"'' G-[5:LGOeHbM^Q]e]zM)>,=5VR_zNQ(A\ޭsL1&cMv沚[%o3^/( C0H%{≔TAhI{Z`.Fp ɫP_éZT]5|tpVMO- kE6 ?)l@s;)pa& zYu.1OԶJUV]̞ЌC]0&M858r*u|{UM"C]mwUҨEOO2^OߛZeNP>xΝ r^Vm +!]p{ZC>1q")r%#1j~>6$ř_ Gx ͮ Tj#KBs-dW/I3Cftr@Cw ^ ̆]e]; }}v?=Rv'2wN{j>KR%I>m2B:>ƹ΄+ 3{̏;7sb_ۻE2!c(?z Ռ#}<A/Xn#}֨cw-XaY~F8S61\r~pr~?8٢=. M>)Jāu:|^4$,w̚-lJVA"hA+i~hN~voj ĜpUxnJ eC$ I(H--l#eD]&L.eGy:qeQ8+s7BO.֌讉9EF?5)lNl LŀVsI4t...Aߪwhޖ-Ǥ92e<:rТr=:my(DC&RYNtCpO?^T=W#m02ͿZG{wOj^-nK]<ןpF‰hl9a83 -^ytY:/ ]1x[*!߽)m=3]=i9,EX0HoJO|4ȡJNث.\Sm_]am?i8FUZa -og^"Z)թ.UuIs0P(1?C&J ]a/XQ} uж6x%:Fph3(#"# t4J5=)5uF6xuQ;}pt8rҥ~P9x&6Oqr0zeNN%璙B}xlEB# 8'?t_K`M1̝l= @,1lȗi21s|u|@96"_vS9!xGIH"Ċ f҃p7Mv)geBO}!.6㮭j lqBb ){j>y1zd+1YO';zDhC/"e wJ4qv%!&M5É;&/Aj`A9kp+.zpXG5m?8@DQr.)!P\+]܎\Gv -tNJ"{AjSNmԺQUQְA]Y\.-* s+q;GW!<1~(G Wt {Y4+ʣ~2#:D =VC#&\ { 2!W.ð-[f0 7ϐ EA^ӂu;'ž/~_(-!yZs\w%nbʈTpbmBx(ih~g꒽t귦Ys_~3JEը|ݾ[68U4MYáv.E[BH`v#oUr꿆d32eՁfآmϫӌW%9@Å 3 ~FoO٬_֧R بj5sH]S̺ ƵQJg,?;AM_J|E{dLٍJ3ef$Y?Og e, |@`}Wg':ϭ_ d^?JKXÜVAx x, Rƭ[ խ`PaGz'GOgX%p09'ION{e&/8E.ae-d!Su,26ۧF;V;Ng_%|j OXg/#}lYϜP_#Ybq]T[zh VmUf2k0uf%HhC#zRKsT ,['' χLĕ*K39b[/F׽KOD^yໞ<`8M7$z{bQ%l J 4KТ,KZMb2c+P"?\Y˴08#4B+=%sUituSI$Zt + .1E 9v.1}[8 Lm3o}%D7W]d]w!XTI <My0~V>xVh0 64|8d}h"`&+{#OJca_f ˨({U' le>1u0!U)pkcb_ctބ-TP_0 m9B=3a\#D Uﳇ*ʩḭ(ˡۄ@7b¹xEibY ~۟/B\ UoORu5c#8/ĝTD;nm!|BUjtL^\^"R27&{_vd&^e% oD,=n5kбgn]6 mTj)lĸm,-EߪG~Hexa> yW /^UGmUEo /7vh);^ͧygA [v(19*1 srn~WNKz((0,h#TM7@bbN``%_-]fVwq7P5m3='"@m yFֲ!' %I c%zZy(Rlj_8،K_zBs,0+o|eʋ?lye_T# rxO :Le>?$Niq4:^ 2GVo T< _vQC$tL/s}a-eo=;'Z=$*gZtW:BAmw޷?ƝMR1Y:??m=1+뗮eŒ T\IhvMJ!vTo^f0yj 3"4S}ܬNbgP>{}~>+z^[;Hδ ǟѠ1נT:W9nm彟G?SQ"}I#˯eN̤5g1h| RqѴp[ ʃq0R5 #U&iTpzjJ$rŤ8ApdF?= lhi(K 3'aGSN.mٱUB(ϹQEHPEg(j2\ zpQaTu| "!79Ӑő ~7t'i6wwKJk.0p0i3R]`Ƃ sA &?fwO )bDIP/AN q󙠂EqK6Iuzh)Q SssR%>5yK\ h-00ޝx]c~=I݅Ɇv~Ӳ:J^S6BHk"s.ٖ<9^2[~*0wK*A{(-:֌=yfE%Ok">{ng!q#m,`էz(m)s,`cm-HrTm^!wﳈjNŦ\jB*QДd^~]h]3naYH4KSS94Wp7rO mwrpf3dH@UHI!xhDО Qn9mkeIk+O%Z+Oue@u#z ~@Wm~)G O\l/{Fu>&- $a*Щe*V{!cb2~ :/A Ys}#ִg{XP?G>kOw he'nOT}ENL|V)I} 8l mDAɦ/@f< ٩wQ)^_Z-ˡ6^7!йzü58Ax voh7(ԆA@^Hh@y<H-`4 uV{A=3;>$pAp-S\Bwʥ Y%?lr[/z0?c߂pC '0+2Y+ DHv lʫ?'!˪2׶uAQg;z&;mvpeKsL 5y۾a DLΉaS'y c/pۆ]L|idCȿn>x$_`>piP9#Ɏ=. ]p*2!)b};k*,Ev;%gpxjuxG0+a"5m{$M[aacX5eZH\SP3H*!al7hQj% J_~ 3<).=,Dx7X'lT<(VP1eL:AZ2O!Dhɶw$cą~Obw2QX!ms;ҏE$2àfWRQP;w`eIt{'uq &D4E ÎIdžݎ1bceMX\c+^Do`{8ODZm [:؊qK;fk[ VwP۠Q, 螖d_XpԖ4݄LI$]QwmQ( tCəcib6lʹ 4WIX-,T}n P"čp$?{IJ*k ȡp?{djxsQoB^so$@ '9xH* /[W~9H63!$ԹC` eih(`%cBaVx>WYZ Uw)fzfߧd?}au#],fkw+D,ԉj+1TGPWDTH8Я G0<;46xuw o /~I` YOswgә-`t-X@0{?UD}Z_f "Ch'\n?c-4]_^z}pjl@Lf炙s6NH= y Ȑߦ+B.dN= 4Z46HWݨW` jL5H`}+UfKy%y⢍RJ+ejšhF6b'ZxDߙkpAHW-v^ ~7cf8C*TΧ<@kRГxO.)JbsaEh"PC~zK^8r*y~`1MϑX-"gxrR>oB jxv#*deƫbqLZmj0Ŏ \wh{kJ~.-ZP,z܅ pʈ|mȧF*8eju*e&(F<ag v$ia4޾@KBuEe CznEJW.ۤrSI v[?V 8y|#Y&QNmCm}rJ}V(|䝆Q^qgfx1~~T to'h'HkOnp٘?.Dyy@eҟ-*{2,LLj,v|l xB󫅩أܤ+60~5 dB1;b7~;wPCRuIXZ2CR"(¡g_C WU1 M̲뺌:"8 c F Wh!`Q1J~,s'oKrded֩=7kbcK;UvqE4rxmYcjkԍ4{ [\{9%+%w~Dx"jN/EF[,.'e-\ꔒtv;AGM{xrl☭3Gc&=Ek!_/~) / &h:H d4k{QY2 L ^J|4<8D:tѰcvqzY!:1@EцAx$IkuiDe[has:sM ȪĹ`'KD̄L:H3+$w-,޻^gO2n6;kD)GJrG CFSّNvћo2`BQ0Zi#io BΤR\g{n ƵDe?ŋJ|6Q@ J Mm-f9 Ad9EsG4@/g{dlfXwisBUr:Z߸.s7^%~li?N_qSqSޖ9uMjZl1" p+ . Cq(;`5NFþW-,) C`%M. %l48|WϺLkC[(ft`!Ϙa}oA75(f*`9uTo.@޹:׊4tt.U3׭@?)Zlւc |Q,1P\Ilc4J9}[(驝tI-Xƥ)տdQ-Ci1۠"+mn=w18WU\M[͸U{̅ uF[zAC?ȬK]AeLnhf3] DfT 2ET{?iau=wx4L7Ju:6D̔=OWB넼s _&l*֦ԍL4yucp ί>g)ޯuȟ֕M '@xQ;K~"rGګ giAHO[nmލpE%Z R. _:'M >ѐTQPm[ Z<Iӄ0xaUaͭdQ 9]:>` )t~Rx]IQHbS9#Z f@zDUwR`X0<lel"#ERÐC :xԴeXߝP L`5ڠ%{yL"0Pk/Y;Nod_^#nC޲3)߈Ir Rx;9"S2nfT2K>(j7,FbV%kv`qW!LdY5ʦ?!ˇ׬cX!KF$ Tx&x3( `lVJwmldd`2Mi԰Ӫmxڭ!`Eة4!ǵH&EO?+f\ɋ6Uo{+ Pr/'hJ*xt+ tcХhb;S*|0jG5}yOO58ArJ?e -V+eˢx&J/HU&}e‘g8/a| n{vg29,vP!GvcP| ˥\WSViD+[pt{4"-B*L^rbB̧'G1Na|xg|-S|2G?~shW̱LTӿ ؟ہrZ,;bU4Z TA|GG8(cLT%O3P푴»`H5&E@#Oeem@ǘP7N>.%^,s :Й3 kor@Iڲ~ɵ 5(ӝ٬x@PS! [Ҽ茼LPwn9"GSj<]5,3 풥,'~#b}r7l̲[uyЉO2夹rr%P-n(O,*V`Iu_1["No@1P.JFPbka9,uI4cdUG%GѹJ>\_~Z:OH k"W6.gj]\P%1?W-tVya5@V :˴NO2߫)L,gj4 $XZar,ANq4LI.,S`ykc5w\qݗ[b`BY '$LF$RPmCzx:;h[0z2ނzÙvP-6_kTوr/ʉA U*nCg'cګ =a Is L1[W5×fӆ**i㉝zet$+$Ϣzq 5ND0-d\Z9Yp? R?80 mY+T9{K$.Kueet{݊(Gi<(An4wn5ַ $+7W Sp)U-ikW3_OlEbVDr-!,%"SLQ O1qkgŃyo &1n% L &<IȂݱ݁/,Mݺ%)miemKf;j o/_vf J{]rȎs,7tv5ʀ.pkGqѡedn_qѺ1[xQO[ofڨU 32IXh瞖kdJ+&Xs?{a{Q0n- ]PodF6=5pM:4J(#JBk/rW,`PΕX0=*CmbX*d kxޱC_Xh&%t/; ϬT9Nf2M3Mhb~#a{XV2=`iwjY Y{clp((#rܛ3N/7?18I`{L=%Vk.TuLrXl?\qHlI1Hȼ=\![;b?!UHZҕڐKpUxU2ٓ!f}rAW0,@&j2yVJDKJX B;wMe r{;ؖ Kx~dtb}aYQh4߻ ~!D<J / d R,VI}, X7F= =Jn:-Mar5T{Wor˃tf ^աcp_ҭRNBjD+-!d5*V-|XLV7͜-%xiS.4Ni?٢{$!,C{{/X;9,mbM<>l2UTsMR*i?=&c ûX|r<\bXl23!DZaFOw#sHG[;GT@ۊ#KfAX OJ!Tˢzrye亹yj@22"WQ_WDOc~VkBʻ"Ú&L"Nۣ~G/e+*Lh?. |sC@%GwzNd1?]F*]YRG9's4 r tqoo]A1@@:ܹI/A|=BKZLhMsffnhcIDSRڱ+TMuŅ[\Ɛ@2E1{jm2$rDx*fj)kD P ι7 c}q}n,<c:DXj:c ӤziO:V(;wBm Cu#kү%`@ͨ & hcdtyQBw?B?r lx!q&= Km+iG2MoH'X5!jسQ3\1hr|[fZ$$ _lH2i :2Rv U3gx<-E>!s+R>F()yS.rƒ=-ߠJ T\EmV~GSOwtA!:s]̺@.@)/g6ZH6y_'M:c.U~]kXep$#){C@a6ۜVd~oY&kIQke7;3]0炛ru 2F-q< +.` 5)Q}}$nRIC buvV ( WNˀq8:@kkcA0JuҔ͑^TMTΙ>b I=tjkp_^?[IxB#di%yBV1TotP#BaԢp4V9cP]Fv*ΑTe[FҶ9rj2;Rk1+o3.xXy[23١[~tHgfno'.CsnQ( !pr,'9yĒYЪ G8\j0ܙ̿'hZg:Jg!G~=EÉo_KipNɷ')FWKkHJݓY@-8wCY'/Y |` O y0P,gG?~du~z*2C#͵1CUj|Ђ \NæTc.i)e>L%=3'㔥o\b@U* NԝImaգ\Va%|֌?|4!,&oƮ ->+NRi'n^7h.&}+@TՒ'jxvjWuu+mlIZ/Y/'f]dfHÏCy*)wGܼSc}5MNum0H}3q"twts𖢅]y6K>`1<ӑ͙ 1?A$1ȩVg~.x^ ̌o3t4ge3/86}!beE3#{~t7 (>,"VO:ͤ+wR3zj0,EmUm5Tjmb3H-"E0h`! 'h-PYL|we;$vrEq"D$LUt]Hц=Z mLҥ^=Zѿo^RHʠѣCQ3.IdQzh濴 vh$ٹ9ZIvG^rkW_Nz:~~}=*qy>pZ혱qw,yN3I t5P#Ur #FLMEլzN6hV->j 2R,Bvg G\/P-Qd1ԈS_8na>8jQT7j)A?8ju\"Bj&pp|W$FxhQvSdO:[ ,C fdԳ k_?&\R]є.ǩWU kN2Ƈ@qf_.mB 0 .{_p[F+ڛ7nLN xy|Yo #EaP佡ulP5`)wTp^Wؖ`IDB s+}w]2BuCvO ;,V2~t$>x 7lE3'Y}tiشm" )F"D0@R#dȹauskP6O1+H/۞ƘhZNo/œ*UxS}&⶚{ʻx i6-ǞwhjڗfY}/t7oIP4UD>w@an :wA@r$nK;fikUaA?Յ|HfJL(qBPmmB{2BnG>CV p Ƚ0sBՖVpgܩ 8#E\+ӞQx$tKVe!hk3G[ p2_ʟ]?T^H?'rȁ6eG c iQM/P1Ňd&H|>>aCu_簰㽾|du|cҠo/˲ s`.3S\$96+&͖~_yAyk׽#S 7ݝ@{kcVba8T4)isF/2P+|oeJ9#/[l<֤=s3Kxhq8i̧tg֗{?-}f]>@џIlQͿ x ObNr-B_f#ɫMc-7x 7 PW/^N}' 2] %=~:'׶7cQVuOc6,Kd?C@[%74mʖ bP϶L*ʎ=cC q 6~869r!e, ?48(Yh'X29Ci;e*Pkw1=GǑM68Ff³U}ZH`fͧ3ҮM?K!6f̮bCR/ ߈TdRETeF>6c$ThxDkNl{l2Av1VB;*W|7&x[khjQs[V?\D5<;(Guv1҈|-(H2$[O| ];oۏʏOK}TVTtt-ڐc]ܳnD. G52еJ\h ?e Z;Εy$5>?JBY#þ=Lλ+ms ZҴ>@p.w2.q02QM{.P}nwjJ @NfOo$- -ɇУ̾6X/l(.pH`++:m&?61@o:RIvFcp$Qە;r HMeF„3Mʭ׆ ƅcw[?̩^Z8.7, Z%IneUɨ{UhfaW?̀öU~d3w8ͮ]XU*(ݜ>gth~0P(0#p$ BxIHߣV9$c0l;ܠcrcHfjezCzQ%+U-wzgr)RΘx<^LwT)ՅL˂%4 D>Fѩlo(ZUbœ{m;mޓI=3aҰF=f^ zp2.-ڭ1D ǁ}p?.IX j!@θS?I~law+\e"mAҊA>"0hGWă ג|$]jávDo@YIa!X`̾M+N(DSwVgw'`cP\,}D׼o(/BawL Q`4'awrdQ'bbAh2zalI֛BQ)MIEY nWfv z@g=tQcwj[^wޗ'ƞd\AXȧ{zOEBO 4qi :gױ~ A V.A#1( 1Y+;:aPGOrģЌ壪]'hAS k&R[Lb Hh?['<"@rd .TfS1eK}қu=~ң(e2;km|oS'eEQxO!楪rg|<7 b晕4g.vAcq P* ALf\nւߤg|TA1yLqk*ώ10l4\Q;vpE-k0izU-<%f.|>Z68KDoVEc}^g F eRC],LX_KDƻ7HΨ3Ac t $ ᫓xL| _c0Z gSM+HZ &% '[Zh('PNM;#B'r i1N{!VF %N/зFN}H:/,o(W#56ɏ`\9ohn @@(r1f Ld߿fۗ !*?Ao0oe=w ZzA}^raC4+H;}$b $68䍘[w]B'z9 EGyIMU6^:_JhՃp<9ȞQ T2J<`^][1t&v'^diK*mtI.Js썾(iTe#x :hvHIӼU I2Z Á TŢEI10  u ۏAx)*fBbgJqMgY/|bz9c[o=P5)c|_?Q =L5{0Lè_ %4$$[}&? mSQ>ںyU|ԹTrtTNQNwL @űy9׃AόZ'1o۾ $( T< Yw#,Mo](f)o;{4n6~*w R;iĉƉ럪r,Hye)y< xlrʆd-v$4󶀕?Sf3}Vc3ڊB»A½E+],C;"BGzywtlBbO5);>5Pܕ÷ĂWג}:E==;DI(zsEY jy"6I&FJ3MD *2oxl) cB;rgXp52'#8HBEwP; 7%YޞBSaB;0|H$hs> 'NLmB$mszsTDq]U^U}hH~%̵\EF%+{T9meԒO)²?(+P{0wi.olhU7wdi9}؞ñe2LfͮF4~bZ+-h|>L}aIR+ELuG׿ aGNT@󛬮N3sv7+C3~Baj";fwqS+lK}rc}ED`c[4ʹl7L:c5,hA5u ~k1ם%{}V2<3Y[ ff1`/L$%dO?ݜ;zfSB+]9#d5gUOWI웄}ZH`C^z-`bvBZ(mBkh_J8vKʙ4`y|CexS:Tw_y^( '=RгkM.bWלaH947^RKAp`B eȍ`"^+֢Q.y:n~Q$5ȁV3샪"8WxW;ˆmŷeV9W+h9}WOmCk|a+rPI;62^XC\7``Q97 ޣb g(-B7tQmrK &{ Ϊ" MޫPU%YiBUau-ϐ'c@U]葓[ٞHW$fђI4}f3 9^#KIWj!ґrV- 4$" ^S":0؍W$2q>tqc@cV'4p4#i_i ʚҀ3)^t[iauKB_\ֆ/5# _*0Q%,]g1[UJҷ GeVLjS Sb`T1Mvta&rvRAV&+L;Bg\kZՇ[5U*Yc"MW0Rҫv6  _28@bĺ# l ʥdMXTm.gk`p]9{Hgu G*m;X$ :gOD<̙m#3k\hcԇР٨82FU𫹋Upݤ.^f3ggC HES hdΖ@`f{#]{Z|B+gj=8'/kZl nѡsT40nuV 4jc1 tY`'\3ik~W?Or36Rέ-wQgsÕ[wȕm!r)ǬX"4\ Z q 1{l2Iy@TVgAE뺹GBX5u=@DI;%fWv6NtܐOFiX{].Mbg^(lN;ZSr]wbZO%Zo1 LvD%c j>,K </PpQK=ï's(g1=%zᱧM#H<5J$K9NևyP}&P'yrsn#[WP[[׋gǪDRc}bH(\{FoYB gc[ Hv0[v w:߅Q8{vĢ9N$TUQ,&J02xs[D<$&)lp),1.6.%m8#G$q8hY 4E2j&S;1Siz5,5$O c"DV/F7O9UES5B[΂@u"E(P3?YCG8(xWTƲ'9D?HU3H)siv"_Npsg@}R9y%Nۘ;œ4sAgy*Sy,ymg@ə@1ms޸]ӮZЈPi\@ĸ$Ǎ_R\>l$Po|@JcEԆ%p\#m2 0)Adf@\4'I9/^,5"1B.4ؾL=ߎ@>¥6z8sw<tgi&0Q1K8DX[ed|ⳤ&8Dv]8zBRT Z+{T ]0pL<G"% U71vhr5sd W|^ed5^h^ڧ._wc.)~\4@(>\28%8Ibp+]'\6n{rjQYł'73|4x˴{ =82}v* }{4>k"=1H=ZmE}'ٍUN&=$5vz PA"6Ȭ"PW_/W2QU>>#7RsyN&#j5 /*J\miu[:NE?tjvB12tdButx&6EN MztSOQ8|)7|F eސ&hJ4Մ-'TRaA9|^Gń[l +.`Z]@|CiK  "{QqQP_0!ϝ}K}+׼yz'&VM"p3!BDx#tE|kcB*bb' xC+ko9_D)q>RǏH9:Z.sgӿ%̠ v@nH])nV];$  h40e0fdh[}_RaEiՉ^\YM\88mJ[گWG>`$Sw1tyvb{o&t|)]#84HKZۿ{Zc%tQ@r'\ΰrܬ@* %T|v~a@B9bzzet+:4Ý(Tĸ DUyLwq 5~v~e:1jO{u\'!J64 P2=jxhLW{ၓ'X?dI;,HIB8fRDT&W Nmi(Š -K(/@߿iς(=Cz^]RW</ ϝ߲nڙ- 83 nfJaÒ7#`4#7hL[f1"j3fub:&R'ɕ'䓆3Y\ؓxVU@(ٗ1Yó,3 9bB*~sɨA- i \5NU]6Ps0{I^E-NG:<AFL$f BGm6Z-wSyVMʤHVuǺ> es6),N|>$@C@S;Q%xMzHo7A ص tv:mNdŸ:P qI@ڮS{!дk.A!?Daz{lVk@;2G(b*L"bݔ*<9YrX@=_mip i65]wK2rN[a1b_ H!N1`FӦ} }Tj?[P%]xu^kR5kԟQ ^^C%,!'횝  >½/0>,^m<_beG^C!bf۽5K/Se_Zµ*_Bw#haƹ1.w^r_A}ڣw+vkJ-ǦqtݺQy6E_bmiC9O]UDg3z0>qeiOt,@ssNJ6E#c\XW .lAbvk$xEAܕxL 3\/ 0z5$?Im܍rK<Nfe|uI9ZnD)}Ԯm.fJJŠ.${gXAPi=)_ʖ6ډ?lriǾbr٭A k\ƉuRu/[x:3:bMp^,NF1*bPj uaHwfS?u CDdԽ=绶2]7lEP4rAgw 4^|g}_D/,V_'蒠4G| muiL+D @>GxʑR&X$: =` {Y=m%d:!)QU:5Tu+~wDx5,jx)5csij +Z>4 >Txy {0 "*"'=V> 錾1M#Ԛ ) T!*Vs$ۺޮIXz ZŁIg.%Wכ0p>(O˛}}T\ 5\G^xB4> Tbg3(KxZ'UFsYog_xBxUeO.Bi9{6'(DXA= V%3kntMa:w`E19=<Њ,IXf8{cD|i;2##'>pڹRciR5Ӊ'($~ @.3&[:Ѣ6R 'z~ u1B sm#a^ ٕ)A_9ǥNe' '!G>"R Nӯ`,Hpk8Qօ |q[nP='|[Nc#} Q͞TG[ϫ Z6CV\%c;% /oqP:JiR'rU&]!fh(փUlϦ 8)EHp?jgjV>>-{%KY/SR0<}^bSg_'4BFz/L@teij@O &lFϜnOg-ҿ˝u*˅QGϲEgCޕ3LYBvqAYCЉκ7c|5ͩ`N Q}u.4I+&d~6}i~'ܚI!f !>'bBB8wLaoƳ LV$^jJKt欉O63vG8ZF^ d!jԭ8>j v'\{1W~KbX= 0ߪ"t ïγ6ՀP-K}"_aV2J pUPRmM?fSCY ࡃ ґgzd0_L^[7U>l^`Ks(Nt WvJnŹђI54oj mjTg7#{mW30x]& iQ>E߅O|r%s{#\!q=-Urz]vkurZFr~:[&ÓLiˬB9CIP 0ʤby9<[~( YDy9(b~@3g*WJ$Go@^&˛fKJE?-o=QtBqtQY'=3VEL`{*nh!r=ܰ8(!s5},HSR2"Kw00>Mo$iI(Z|544i,܄ ì;cIuE*'Z-,CZotlQM 2G U&P(»Am R<Czޝ]tw[>4ѱ~'3,%lX0p ’,SR;cw/ m ;CC(Y)_YJ=@aw>,sW)~EOA@ rblgJ;oW ˛ʿnR~ v&Cu Թ#e{(M)*gnHJ"TBzJ2p׈Iovɪ oW MK`{<*!aE>yhcf!rӘ#P=7dm`5ɀ@ +1P'2w Htү;`1GdFmd)[.ArNѤP Y;D?U2Lh?)j鱯gefoB2%v2r@*5\{lo4똾 ozs <'O,״dLdx;" 12*,*韽,[EJ+yҨhm>x +DM\^{FMRI/Ny6K/9fM.uäo@oWX9BNwuoU j?(a+ -م۵YE/%b<-jnӣpb]_{z{>ʻs7݊;^+xzQNPp#@dXg4ϒmAtNBZ\GH 'uu*ȮRp8‚n}fl0>IVkƯή7J]׼Bɮ t=,5tp zIKx:,چQ h8#vʘ.FĨx“b,df@WY[z%]4tnP<Laq S"Nz҄/KI@x^tOgU{}Uz}O `?0; ´,RٗT%jM5g0c4?_JEEٲ8_j ;ea ~ [sY$bvl$B7/y}- =3G+.uر#>%OkQ![Wn :ie,ei&ilN R$,GO߶&.Vr*#m.,Tc,hEi}|^^J*^ {AYsm:~ovT>}[A ,:P!SvX sڞW+Ò$ꫳQn.ջx :Ro9w+oՆ0p1ޭҳkAs+߼Mn6Ҩ~ޛ ^ACE!zKWpw >a6MQGt;bfHz^+^)_`<囚7̚u> |@ ox*?-OEVktVUs#9'/$ԳMJIȫu[}<3[Pi8KNh|x~^:}dC|&go*u!¿;ߠHVI;#1; F9M:f|AébV3@ct%&g+dqެ!#;Fe_@PW'?؋\3@Tw1[z3+mP-)*KbOXa&''ref4l^1s P), Uc®zf<; gGn~D0 \'HyQ \uӣT bwab7_7=p#T`Y<@ 064;(:MD)>;xsg1pw\C5 ۈSmqn3W1 ?+JaHU$d:͖ -,(p?0UU  WDA4-, ӓ;cА]";J.:l˩cCtb  60KwzJw2B|ftIgzWw|,s9GGS|<q*~h<rn-8OϜVgՄ0+}ͳ"5Ľ1H@?5o5Y A{CVqkF{GHN:Nr sN Fи+t .%p1qpD:O}.$dxG]V

ojLh j0ϑ` Y2K{- H{Nƴ<`kZJd9־?jiFР*5ւMƴ<ўsDjgb s#lvF<9-̵#1B;!%xH U! %MFU@g]Dua(.'ɕ̥؂}tv#'cQqCx@Yt>Y*g,^"j`EɟZ&*=]^&{Q*aQs \H'Xɯ3%ĺu&HO;޲MPrKJc[Z5mJ.m"#7`| " UgShA%c3l|uHX#(60 "% joj9aPڢ";~Mc4/]zXL xOߐ0fQbO ץWٸ. 2}Ү{Ҳ![k$ `.D9IڡN`'*:}4D~Sl!{Uo`YC7)g y(tF~š rp;1J,yiiJ$)a;57صÔȴJ٧>3t7i M$@BxX—|(9_k} 6Mh+0-.TnF.JYCL*;Q=tsÇg,QKq5^BY J1?YPkakG+lV%ZN|6=^COţѲ.sN) Z3B?E#ȈVhY LwOSz"m+t}K\8ruD[݉[HMT%+H""o3: ss(CҺ[@ݱjl5C k ;" A\.]6, sHޝ@{3OePX59NXnP@n.at 9QuJ=w9 ȫ*) xoal2V CxlBd N cafOl>-کj+b &s v04BmxϳyEiܫ:vMoY-蹎{0cF];p26j1*FiX`F?!Ai9\" ΊNj։Dz:j7ӕR5[MzsAŵ{ߟXk4+"A\گU9fmY HYR5Q!]bc uuw"=!Wl\JbPL(mGcC]8*2筽{,9mdc_ =/?kw٠ܗDbwt%q ^0^kZ x4n[?a8ҎCjWQBA '#dLbM@@M89ޯPl&`j5m6hU+SK-߿QA 9fc?0f>]֔{+О\ hѺ?삦6pĿP!q8Ke8_~k~C lX#t3g#{5BuA֍سd Em~ Df*>3Ha+bV]Z6o^nBڙ5zvb !elWs=&4)t:hסS\8EόT] 8rg{)~-r{14 ,uXxG6s^2 ,4LCc#Lǭh.UܳڍܴaUPk)!aH|\zy񙠋cgz$y^5JRHu~NiyߔhA/[Po{d][l%u4{ALF><F `39 \[W3 , xj4DäO"'Omhn,kyHQ _.- :we1|l F%sD}V[}DWV+IGH`:K.h5b^?r]MxsSs[(t#+z@6_H=r6G!p둭 ̩x,n^?)] nE[Ro3|}m_e8=Zg?{#hIm&_? ‹l"v1YTnJ/]wٟW?Ãf&$ec{PTjBy$m{-`uJ^ --pp)Fئl@`Nm+W|!jf g,uK5N]4i:!nSlXAz 6)r ޏj;rPiu4sAmh[S*' >λ?=C91.5X ]J˧!}o9H(K9OC 8kYtf` E8Cy_qܻD Cd,޸V%.Hf=y4m% *5qy y?’S1bűAMڞ-bqXHdĮKj?cD>>չhF"(j$*\xx MлEbtkn,{۰"TL˯ΎIc,{;8q C"AX)Ɓ3^.s_k/Pq #Ml {p}恺UE1tg![y-vBNU)2n_$ RujA5xnV|se ,$= s 4;6 m{f!Fq*7]Nb#g&NPj>`FCe8R{7JN 2*z}^0̏@B{/pQ)~`=9kUa%o7+>.L9-Iu] AXG>Cd1Col@se>T>.57^z%gl(6tM$4p E1zAyy ;\ނ|uؖ~ϭ ݍD^IC$\UqR^ԗT, 2QB30g m%﷞{u#t],mtC |8|P6M++m6OWH6U慽&5 S q}aFٳGyP@ )eOc~ H#2oeSk悧ມEdkbG B))-䎜9^k[+rA/vkn1" kӃϟcIT:[x5WWX-NEfS:Q`{T8^mvӷ}[IZMD~„*xu3p^h/gMo!Xjm{J,Lp4uuv m<,Ӥq6"C*+\y"Y[0e,QFeEĥi, ,Dur&Xt9h;Bez L;Ʃ8N|et"1 Eh .Gԃ{L Ǚ~䯱ީµ NTW^R2ßV8@fI__0: nRXB'o{ Hi-"隇,Ġ>3f*zzGrQ%i1JaWj:|BJB 9zCO=+%4~vXy'5A 3Gk[p`峣25n2 |>7i8eSG83Tr>Y\XMsS5U".[d6vg5YYGfK=<׸+W3h"Jb?kgľF@"\j3yE='{J&r?fOw+W=<Щ\K 9ɢvgdQCݐNM[MZ]n$+_G(&1t#ł}nBM_$\-DZ pbPbDvWAM+ћY'v '|Q})%$LXPlo~%@qjRRr`8^됓Nj)|>R)qmcr#f٭ݓTo2v|ˏ4` |?nku R^4mP9 2`r2Q%d u1E :V;cr~myq,ENv>A%jmd<{ġ#_@IӇל}ٴ).9^΍ Q}aU4X͏^vՍɤjDRC/\Wb!j+ށstK]Rzȣ:.;2ڹ͖𭍕W58!6`90Ru2XC^C}dYs ^?76&M!SuŖqҫu EZaY~W{X8LF!cJEET%јI(d9H] v::ľRG}]]+dn6+(9fUo l sbiv{nqLzb S]5̆IY6oo̯? ww~B^6r@3 kpI늣WL[zR= MU᧴mD3MDL*^ك/r@d)gWJmq嗓P{Al5?s9AQt%;^"KBWٙu۾G `#ΧPJF=hʣtcI/ZѰY |/_8tnSTMm^Hvr7C4!^Hs .lVgÜ7s!*e63WH%?ȣ;fZ} t1v㑝X:/E;9X4v&466+vyŗIB{J z^tz)EquRW.Epy?GĶϤ`,'(iڕ+gkX槝кDmoűUX{x;UW\;6V 'AV+dN d}Y-6f E([l;1sR"XEHȺBBnЕC+h].Lf%.$c%t(XD2it8 rFWkbi@..6_wkc>w3gfW}-1$ӚORA[/Z|Gi2x[2ndouKġ S\z A4& ܊ѷ24pw_!KZr_R&ѽFS`Q^<qZܡNs$Ux"aC阷4@BͪFGzf/o_#5uV>죣0wU|0\DvL G.ky1R H3:W?m)r[L=*=|(9H%;'jD< ~(,$l%'%w(&o3.xP~s/zR̾L2jk?`:ʹfe_A5^kUQL̶[&%k Pһ)yYc2 ^quٟO?f84ж_l`xX^pn{2.[D_AFWG]+F0;qKR|G6rux/=*g6 *ujdK,Kv[R?gӠ<_M]9^@S¢LXpn1U421Ls RV;زn9Z{m{P\>gKrrTַ/=,bU2/sfӟHV8)܆6$i)ٞM%; |AGOe)FI_|](}gY'.yD bBLJkl,-mo O'Z%1 ]z,7fܺ*g <4\G&!AQ)Lty5?c͟X[ O,'bR<M7@ċf>08-Ku"gH \P<%|.{خ 9"f߫$J`k?ќ䀁3U^wZ~q.O5@|(/d4o DE&;0ĸE$R*`EΒ7(шfK=ԛh:Sfr`q,MP8I;o] vlm PB6Ѧ;s|~raSQ& WN9@>& 8!&gG_(iDܺ`և#%=z/O@2>xJtz.yBWxx|d:b%rO|>nrfd)g_DDh;OLL,9{-K%42^|{G H5<r0z߉YK/2D 8Jq)bMя;W$!oR,)<ЙҞRKɾJ?M{}G=caDP($`!%m9bKƴѯIºbmzQ^׍8pR  U3a1H_J > ~d'v:xhf3b^1#O͒+mG2\5L)QZ,_dfX1T}gv9H-ʃgM 偭z`kdPu/+ MW wsD4Ň{of'&o(R%v,,L3͟MvY.&lvca?@@+~aG6*Cv pC's%5z[zI{TwjyBjalWN, q 4]txFPREI]WC LhuE`jul>Zg;Qcq:ee">W5>:<'S8m/Gn{Qĺr&mʩcE 2kIB]G1T3=kNx !NhĶR-t6?-̸;51YLQUى 21zKvOo̍zr4oPrn_xa\5}R-ۧu”bXINHFalS?^c^rOsZL_GJSD3t3)G(0oyT2>Pk3J>,cTF q{e'`{fL;łׇfl}8(p=-ٱX%Iԧ`.o=3WrW|Z.t$Vawh` Hh5z%X2hNdt U mX~EXDޜ $B80sxd*#wá,fgǿ z{1=_78f ۺ$k7KvhۺtadlUL 5;mag!L=?6-]/s~:6!;i4!̰-l+.6yW!kE,&Rm4dYĮ.>v\(O^W YC@@w( ;rU=Qar,|3+t/D~췈J4B8pp5ލMz+;eo4V .'\V>֔K|@7q;gi;3'Eҍ5dT6Dc<~K%Jl|mLtptOR3I dHRf)蟦n\YH$dWy^V_>= K0weJG"iYqͼ7CnB=ȯut&³4Sޝ^)܏Fxm)+7yE0ţa!E[A}:m>jo3 oW^r3u%fAKY<-L5Yx@^ !x#tR6I;ɲI)OJ}(8l4l=s_-HMt) M{_49550U%&a`aA(mlVCJbښ!У+k90?-\ĚLܷ\wA?Uî-x5H- \1 7viNaƅ u;]|za1d`Զ^;)^Cے`s /\;v)FO;B{F8~m7ItdVuOZ,&fc@bHqR^>cr^et+H!*ٽu*Sr7q- tF*rx;lQ-6eNt?N:/Gv)Mx1>YwYtch"%.^QzvJ*[I5õ`X>= OA,Q onоJkx_A/t%wxaC߼O#&Jmh0929Qj|.AGNM]ÒKWvRp,Cxj]&J4(we75Tv&,?oax}s4ɫңzC }֨2( 4gwMo{"NpY(tH5ZW@0 ـEPd0.8I18.7(2= F 5ےۦ9~^붒V9MGnE\Z͓$%pB]tQlFU@ll2 ֨%5RQ}5U>K&vFnq=%zg"\S`QuKJe'i[ 7*h˓Ƙ uv{:PE!z2?#1m4FiAtĖJz:Ĉ@2"~r\:i}1Ht'˱hhA' =6p61v?fAiF~G-X#exu}/_?zV>Fne$:Σ|b1I>{Y}w#`~jDx RÇe/tRRUHQ"/Ҩΰp0R;OTnm=`]Gmв*6ch,Q 9~ImtE2WR#  -EI،{i2 A_zp]igr+g}xikhnMsIAH|F4T-w`hn6mVY6 5}!E~6QpX;Wno=sbk,0m5G93u ~ο}e-ci4OK8ق+|ժ5êDԵ;^260lE:@b2j29J-1$\gZwxFj#WG5//kz'\;~] , scDBFM&]N_-S`d y-CeNhNP`>CM 8p&@u58b8]E\Xҽ>jA,3Bf_FI$z ٘NʍGrd^%dʋ n]ʕЩedыDgHK ;PSM pn5}@.o3(Z9S?cT<EOvх#Dѱ$$N%H%%.v-d}KpCN\);~VdJHhM0 }7+B5=T;u^ܘiN%)Z;N,#Q=u^G~m3PlbF8l-f1(`81 ye]/B-j':#܎Ech$͎c{KX!I`ᐺHćY1EorH!L`9E5fVH셣N)i\^/d͜W󨲼HpVD0h;J'u]Bd(hW2ܲ#Y?c&F6{PQL|4wf;BvH* Uh,Nj2 aϦ3-U9NVj7+ ׫!nwE;*Nk]$'xc <0kRQ;B{JҖUBHUb',?ywI{Lѓ؄kk1r>gtqRw8_  Vځ[ Ī88k&\GzS3ĔJ?cing]Y\5ノl[\!auL4'z~2Nc - L ]1avʙeVMKV+ʸvblzT"?1sOu$`@Yd^HqY"7J#r=v[u>#ҲN@ɯ5"Serhzyj!PKWmB+^#蹬kY7ovSP $f D0k Ƕеolc L JQ@/롞5r~W𺉁;rl;>_'1!yff‰0@=kD^`j4y 7՗'ORJ cѺcxHRtJD#w 셙 eZqi"EKttx"/V80{!AG[a+c6Q V{|ҿ`{&VVZ1/`ļP\2ڴ*=#X&sYTV IlU^_]5oq25~ Q:?3 Lp!þX>g>^y ^8§hJj>@KhvfO[y N?] ޵Bg˶xF \I@v֔yFmO█B/,֧L"ƆIcsr;Qdpb2J$2?V:"r-1]hڝw5j@)ޗ[BHۉ߾ƅ0 )?vyӠoIB,ɳB#j_a")N$dsy/D=a۳L:,R{O-9{w1R}8া=ފ * !@H6U#Fx2`6ޙ­f+AUK)c'=_>5d޽gXa]lqEQD.-qH!Dm{-v_ ֶ9UmI(-1wNGE(RM:iS~Q= ˆś]KF=0лO-4$+黕JB.䦒lSYXU%uIH!0FH (A'^nJR,C<&f+ܼ00g; ޑ́\ 3ﶄYdkpf4 $3t Z Irq[~ת3_lڵ1IL= \t^*Cep7&'R)नPq'/,rl ԁI%3Z~H-&zӾ4 F3_9-`Ԣ\N[f_[ D)P'`ϯlӝ[lŝ^llEiWI낤NRuY[J \qHk Gwvz|E %DPu7;v쥟C=B?2FgY'DV.C!밨D|~itň-[cgItm]ԽjۧˮͩX6MKXVv>%6cpީ% wGk53 '@U x ^lqR!& 9iǀkS^Q.P oLl*֛LPFҋܲFƁX}dFo00mӱiGqctI\e # XW;ɝ?Xk[ Xfcq_A" /͋1?VdKy'4"S?ݸѭ4*/w(t9O=c9;>"N;G Uh {Pj2p?rhcjrxkv4+XO Ě T^?fnrX*U1/ (7*c_]  W.e)cwX~ S!{A Xc7i}#FMNs&pcrpy|ҭXxwQ{r0>n(E=*M۶r+TL^Iχ詄Ln$Y{g!l..%)r=JݧͲ*ir};@|*b/jgnսufM Nnq;j=3XU:W;ݳ^!3;k NRq_dJSI3(uZ3ԤR6XIJpg&AD53Pց򘳆-y5 e)-JgDYi#N0Td讠Z`4~Ҧ)_7rwX ٭&G 4뭒\=bw^zy!\;|pB5p}K X"/;wz >y g^q&EO[ l`[ EAέWG|:Fo~,6; 5GAwCb1,v&BuE*s NyY`6ݙc7M >~b&7~ubV"3lvgXKhy|o dnn1B1m_4CqL3N6MjD}e|HF,  d@ZOMF]+#If`aL OnKf~!\/oJ "d@K#$>5 Iш2c QX D#T: !w圕96Ĩ#"j;j` 79OjCmbcwfG 4u`#1_4eRTc5V?(?o@r%sP|X_)BT\QR,(%;m#e.d<4|y72\HaKt#HY s죨>\U8d J{8L9i&2]#LS f~H7MQ 5q[Db ;V#sг%$LTQAEO" ' ?@Q`>KaH"ӌԞ.(F=V8wUIFp )׷:%Ȉ=b2tÿ |rtW{{V^CZ)CTzDY{}aČBBdDܜ>V(A` 3eįjQ5XC&p{fEJ 9ud{^?eϚ OI{VGP/M.}/+tc㾪=dv HS,0{zJ䞼Q֝q%lAXcwVoRsӢ\\¹8l~' %lAPȋ*"ԣC;Vkp87%n .DY=xxrn$Hj<ۥP {I>A=%<3`z?H3ZnA`k .o]JlJPh^3ɀm&5y20@eI},:D69y~ۂˁwMCcVmR}@(x_j0MwFW >9j[(ӵrrp{N޵YPjmLSj_< P =3)<7F7fD2Do̥#yڮ9Pg,DnW1 H;`Kwì7ȝo";D2͏9&͇] P%C7?b3MX 1Wu x7G> k|nQNi%}8|%]X|MVHA-wI`8 +DBfa;9ɑ;ÖM,ITHjzi`ţ3_Rt_`j j|/ڳ X--J> 52@W%!#<3-4 ʻNT0g,پKGmKٿѠmJ?kG%t jBb ZcB I W G3wr;K;>c˱'\c?y I`e1EKKko ӦVB2nbmT⁖tqF \zkt\L_4=9mc*a6l(cÜ(J&mnzlRj@P< u<`[c&m xl: 5E&.^~ǗehJ7KߴB<ڏ8BPqqrg7LЭrb!"; B#J^ te$_ȢmR҅Ik'Dtc1ϵiݟw&yԨ!uVC#k<l}b(!T4QLz+Y@@h9Y#s)Ǘ0pZ1f\fZPGt~:9A,߭,RsDjbExjVuWʽi5Ͼ|z(G &}{)N2aZ[׉ н8SݨE@Α3<`X$Bb{( @q3uُR[ؚ> if+: mXF,YL)b^xM+@P5)AS}۸Cd&LnY|}U͢][oC ԰~/J'|!}֛VSrͻFś!}5wwlxB$DA!SB( &XHY;_@W!]5ydJA=INmoq&' Et&QEHT?{dBzV)17Ԯޘu%L.&&qq .Zp0h>NXGC|kw3>5$Ccl T奱['xoL@;qZ 8zx܊ʕaB&B"NḺ%/CA-!8ϸ>;0D 9C`8!_Yv1j%$JЍ`rf \Oa􄵗8:;gCBq{%t 'Ly C|W ,*}9Bh;(\SHIJZM)<Rdy1y0s5/iV/umO 7yXYr:k-Rxﻫ5.!ָ@H/ f*ɐc\EԾR =@fqX$z a,7HbHxvͣsDVILIgQ?!\%xn׍(fa@8LՀH;j'a\PY.:(Z\(Ȁ 4Cjbũ^.#_q_u:J7.%؎v%׋gY~:S:tmJo h5;ۆm E Q? y,(gd+B)kj x MJ)e,s1s>6׸N!C {>yƜ<3߾!6f / =1;O&S Uj+w.Ͳ!=/^}`5)9}%Ж9'>ℭ{fE} K{.L>KP^H=SalkXYJUaqMCV"z.WOY* eP$O;n$]9{B&Orc9Pg'tW(V(N2QZD#P+w߀ҖɬS+MH.Qq'tS9>~$ ½?Ϭ#33WJIZ0 uFRXWpÚ|f2*5*Q(WiվBi~WI[3 ݰ8qx5Ql;R*A[1f8/{Yz1g豯^oڥ1dYۇA~mǏTw@Bf`@tGY=zBntJ ִB GEQEO-uYsWn*72ig^%,|0qUhh^Y@'f»9^xֈNy+'IQ7"}({=q T/ /G^v;LF njMt0X:dQ]*6\ >X "pbϡgxk_[XFQ#ju e&̸sGl~݈p@q9 g_aE DX$bFS#6[Vd ]F>)܆Eo5xԱу[i2<[»{WNu-3 !4>e{2^g>Խ O`2_^Q?I.x}kd?s_sP2)xN2({ &AFAܔ|~Emf, Dv47Z#oߐi_M›dH1c(%QIL"Y?' v&ѹDFJ2njziMKyD<6i\x0[wUڮ[θ< w' 6L^dA_Q,,{I$EmB_)_lr 2zt:m/7]qͷ"]YIe&㪏TV7DqMlo_M\Qpr}!dٙs8(Uw/p٩y2U U4؇ʾjkJ!㫖dǥ9̏MbzLf T卝[)K (]!0X1|v W{b6ۺuj0<76f YD4Rb.,s뢏RGO^p8΃- 2^:Txa݉gfްon.` Ӻ2'b7YҪѻD6DdFTFLp{A6x[kSumWl2cQ{Ee|l`#a8#F_i<.uiqÒĚϻPX3[aH+#l|us(A¹^G+ E`2@n +5C4#`9(FHQ$5GgfBJ@%6kBw ]vZJS#˷Lm~b ;#pdrѩ\. KXT 4ǜ ؁⹢[J"~Es^N,s#Mɗ|{Zq" (3z Ly8SϘ[ƤE'eͲBtR7ɗlNA/l9t3 a%aF9MDV`]%c,a`*snh].a> L ufE۶<]FMm!So<pk`H10ׯ\(+l=Ԝ.n ?u862YMk,s˃XlEXw{׉@+&H;j\ևq)$ qgBN6SJoHZ+~ 3N7z"Mij6ΰƦ>Vy{zeZ@A=LֶF:@tut+sDVU?KyhnwPp@E?o_BՉpڱ]M樅ˁOrd?ε)N ֈ"^BTjtJ%ͯK-Q!V^@գoFZE VȠ7~r~a| ΩEǕE!VH2)d[@09.ǺF^ףY妺%DCz+mB"PR~Bg*{gCHW0aG N>tUޗ55̙=qO]#'.Nt.:Y ڻ=!:`Bdz[dsh/ԚETpbRP0CAvɔgkЂ3L2xCj BA8՛5?J]բ[QMOh "ӗD+X29-PдTwq # 6뷅 ԧLq8.by#斈`R+XW Ff׊wfQB'`Q5][`zcg593MV\lHeMz_">rLD\;@䲜0eU's:L;?#'EuB!S~b#_B$Þ >w?cWlh"C 9t@f Sk7c+`f~ir'gY q\|yDT('pgJ(DB=qVyR n13Yl_i+coLv ⠤nm4" E)pwmU@kՠG*dh'ͩ*CTaro? Rf|{ϋ$CW't6/O6p ,,*V ǽxVl,Փ)m[zh!?M׀X=73Lǚ0S~$e\'lZ&l(zC﯎F:8Wk[6̴ƖNUE"8z,=UzSmr{sbHT2L:@3$ :}M8`G6*lQ=e?^D$lkDuJ(!r+V%4׶CXX%+|wE I~v&G'n&'Pq,4&O^mq=UbNx/cTh t5҂j=(K\KjLr@spƷ0(Z/T5xU(Q+ l>~Z- <,:g?i 2+ezw R2[@4SJfޤRUea6S>GRQM WL[[| ͅπ Ӓ"ꐮDug-|Pܳdh4!P5,bΚ $XjL<П/4Eq`)+LW{>9b &s` {`NlR"ϞZ 뉸:AOU*MlYWLUxiCB(r&Bql[01)pi_1<5HuhYoz0|&t|e*?F`OBJbQ SS <03l}UHW-sXHG=b.!&E >T-Y@z%?y˳6sI]EqzJªo qh0MZ6!ѷ2:0 (bw]穹-s hup5 G.rz2ҁӊdns vI?ջ`yanB^ Ke"^H3(G ۡ9A ^rh:8FzS@UQpgYY `+v,4{a հglUp\8S%8oO׹|V̱C=ù>j)*-95 ~*J \|:Zeh[[[55v =o)v@ۘItû-_) с}F nJzOKA|Wkl#D$:A]mqw8ޣR"VͿmi|Kbpr kNugs6E{.I)?Ew{nbɏU4"kS`)[]M} @`ϒognXf8wo1!7`8b͐=xD i:X*X7rZWK؛_*C%w9X,~^\xeT V Їd!JK#^[Rokpj>R#s1F-xj*EdmxƛĶ{5)ᘇ_QW;<"rXݭln //ߤR6P&7@@tsO_w`aP`<7?Ek&V`uVvm.Z B elnܾk4IYrtc|*h<,>T.pޚQ <;do~mm=B}`tPB܄Il.آ/Vu_5\^lPsŒSZp:9[h싽ndo2}gMm._!n|361h鄕iT\ 1Wϲpye(50fQ†Dx YF'k I)^bM&*$4Zʇ%oRc]v`C9swrkQ@Ћg,Z&S 9~jfEw ]SvC!;d?ю[]3t-U5NQMgzƵcp?, 5H\_+]O D `u'j~6ꈐpElbI0fAGf=g;-ׂeAoBqТP"`@-ײEɾ L"8K݉?yJUTtW& SO6smL+Aɇn .w.W"dU<џ17`:ڻH3Kh->j+4<*?.,J@pAMGOC:5)kZ‰ʹV,$-[rYZѕ\>"G˨Zdj/'m=' 'B;~{AsE; *ԤlPh)Xr(U<7*&K1'EvgOC|G5 g2I gŚ& Od#J~l=y 4 \?,2 j+xu`y!9޹1.xݪ<jP37Vϟp'FB LX9FڌWN}& !o6 p鿐KKk[W6}68R |,$b*Dc#(BnN]\?!'vT6ZM3q^K4܄ne!ڤz/{uɞŨBN*HWPYآ0l` vU0"aK$ڛo nLW͗LZi) LSk9Zpɋ'q8E$FLNI?;dF{ ;TURSϾѷ*u; xpSNYcpjD(@[F01Ig]/Gb3t񰋿4 ӽR`K1Sֶ(8GN3EI CC{Vro>GlCWL Ң`jhZgb{A mjs|K0W"OM͡bVr2AXrq_ƱmjbYJ/2N}j^?t4qrLuRbYnt5їP^6X }vmr%Sr4iy+sO'$duѵ['oph1\{-CծGK::J?tƝǁMr#$U|+FuI }i]0ղ\ KYL3bpF9YoJ6˒.2jV_n/繰**vC:"gV'\FLJkQR9oj83b}BQP]ϽV3|l? ÅW\}E v]֙.; /y|z/Y0/kfLmˡΎ8Bw[$yUp^Aց~,✣8]uR>^3bdgx#,\{w4&܀"S^ ~+A5O<,](NO[שChsj8YY~& _RqGH`pW3#"e|/ 2Xo:LP ~3hOB7&ҍK-1ډ# 1i{:R[5ߏ5Z K, [Ƞzb{ \r(^]ZW)P#~W)Gb6?+K^8~0Lzc"x/bП{f(Z&>X2m[=JjaHZ-ӐDwDOmYSF3 ,ٕA98Y&:]l _`QT!ʙo['3dC1oV8pM2`I{8}BK'*ҎWڹ5;b&kySɋ jP/,B{mA댑kY#(BH Ƃ->뿷Tr'ȸJ6VO@KHD60* λ:/}/:.a}h-[VZf᪹DBğnC0;:lɏ!x)k7WQ~)jHE /@'XFQV$z#Tq u3gzIӂ G|b`)bvɦp~͢-r]etz!ksiV3[O5pX6OHy6*% r)g}S*"h6=4X.eJcCH¾y3kV"ɘrLl@KUua2H8WKo="zŵK܈U8;!r;W6zW# }vdsKd +lUB4k0ƒGRf ^C L ڥŀYC FK>4iL#^ vI@n?d7c]dMj<8XYS}&¿NxLhu'2 dle%)9t^}񏑣 -cB\[`'w}@Ai34@VB|ЖvL7&Mtk1^ lEޢu[Jq,Q +UHg/&O=PtSﱡԄV1O_/uacOfXu}hTwyk$o˨6؎s +"}#:{cCs A gq6kUاsSZ6q/Ľ|ZX 2}PZ`Of,* R6Y䚭bGzin I"UQ0X>a2PM,;6-\u3Gv'pL)T:xaC7xݰbL%s ?1) KP 3 ˧ 59݃klύw!#OiòGlhڠ9.up 4VͰ!렇 m쒴Ӥs_\A+7Hh:IM]pSB<{gCNƒs|f"b$䌊K˲Xp8SƺAr9eY ;CbUX^ޕ7JdeV4+vRm8\`] !F0gVTq$gu5;nq41G+@54 u1 Ñ|i%OhExIА$5S>!ravƬ6&b/ je$HET[q,1?#-T@+乼c:)c/Un%Å=DPTSp[ 9!4_tsg%J 0~ii&伜%1v uԑ-*k-0=) u=w;v*Yoۥ18c_HYjAr)W)R/U/=y'C;rDw*¢$fUcFr1r}%"F5AHImPq$֫.S,GVSdyt b(`ޡP;kks[8ir[]gu ׌NsQ>2p85sp{{RY'P1 IФq\y4Kf$%j |<Сb֊s&yWz-.vW u)|p"p[A\*كUbt E4g1zW(?orxim̝&O;jqj9.ZC~[{kc7M״)Cs~qKIw@Ŵ|VW)`:B8+<^4 rs$PQ >ȩ({Qvl#B@pd7J坨yJI9vZߛ%`uìC0'><_A#]R,KG)u#k5 !uld4jG?\oI'GR3>ÑhyNZ ҁP0ÈZ{h{:k !ixX3T$ /+;Jd bZ➗c|Ac𿵟D fۺE$I (aG)VRج%@L#=]P qqu'ԤבSgi T{;쵙A6z2TH\dsVk6xرʦU^Sktq˸W+On#h*26LI^n5Ioa_Zce }6={Bn mis%ȤǦ$ Va/ W"PސCk.=J,ĵt\yueG9E-¢/3#R'E?ǛL2SOγ1%#~0Q\hO8Fa["PO'MiM+Fm҈n fJybTOR ^%r?d$anو]?~_y+2c,~|o-TY q)>sp[ʸ;%u0k?TP$$3|L wIہ_Wl7~}}c},9+;efO -Wcw]2r7}u"X]LKPc\C5r~H*FVMGrel:|!$7;(P;"8? le?Ӹc@Y"AHHtUPVQ mhtJ1Lm(X"qOZ%Pĸ)i9cSbFdAq%ۣMi@CfDki.\M*yY<'fF 0" a2yfϢ=E2d'"U\my=e q0[\%]_u+1PH2ed~Q5؅ʹnI?wx7us?'-Rvh;9~+ӛ:6*` i*F`kQq A◱XDi7ӯfHZU,cٱB^D`8 ^AOڀaX/,)tN^~8ory] Db$S?a#& Zwz],̜=$}ښgSnBʓ-(NQXN K^y}_%?>˗߳qOC]`L N/B0S#*:d+Ή:^W ؁Ӥ<7Zh4Թd| QBgA`9%Nph]XReTO(h읏/[)yp \n7z򀴦:P;Aዖq1r$SLi7\nD z[BfJ'BVD*T@o)>G4i칁w(s _}R)kJ4NXiEe%a.r2{odE5 HO|f+"?io>DGɓE>)16DQNd>RN>rz>dW/HfS 7sb /dT^R3/Vn.hpuޭ^aLVp]1es?(׫7DN*s(o<6cPYފfqwKulxk§fl NzCJw[|ζׄ1BdXV`k'RKٟ9J]kRY_O{HAfqG10\<ޅw\nt%lBYOE{糚bïޡ<1,CB|,"+-j0&u˧tOԦ9Ԣ rʒ6oruӐÆ۫C>e}x׻U 8-*U]ڜ PƽR?cП0\[$T] R3qw_߄BpaY81ö)Pqg`GXJ$Unȟ\s?'0J0M`6U2y*U.1“L8AN[txh'^|[9oXۣ5;>|ZF"\wtKHc0i}B^w ](ɨ#Ʋ81Í Xl%O f/Rd)|-5x4bMF3y"F+QóM\ њʷ^]7 .r_G2jԾy)V -p>$m%%:ZM^,[WC}Pt>, SYr{b,:w8D_jy3ǟ.|Cf`k&\kcVj[w_ڨqع^ITz1(`-?I,3ېri7E_ B5,<1df)_XHDQZz Fg<ԓ;&o'CryJA=[;%F΢ Qy7xR8tQ p9f_M :x@8V#0^1V=ƹ*XWi# 9

,x @hnlΏ|)GLSYr>9MrDNoޘȨ>PG!ϩSS:ޙ3=΋^0lOor;il׵6Y gH9gxLe #<r1ÅY* H:1Y ;$-bR0gs~20ixEQ'# 3Ӗ"K~?"b+(KZX,hJa"fm{'8%7Y1w["c.Hɽc@ !&NL0LFRODȂP2 3 ҶsռIu~Т.Z:TESRJN>Gb%E a_U:]8GK,VO O̯Mc݁Hɐ]F:ѧw `a~omQ&*4ʪ)KsfXs4NIR_dixFy#MSY~lXץm`I&Ji b(ᢅF4h&'~$RVdzxNO:sf*p>ȳ+L*.Smqu+a";wFAr~сn.A<7)c-e`nS 8!woN~7M1//g`Lz1N X&5(sAHv^*AW-q|IwJKخ4r'rf_*BZKE#Ѹp |^aNBKPa5 }l8|Z% utΨϑ]BNO0^p]/6<CT'ƍB:{7O5 ' :LCK(O5ovY28IߺE5g\{ɄJvH|jWh8Ggbqc3CόR*j{SҀ|PqxHT=I4ADez|m0{dG/0 nT5J ]W^G#'kc>SN13Wgt2Dqʺr j^dOpO5Dت,wF)\ʧ<M߽\Ju]G,8򲈩%A"dd蘟iR?SU4'FGe7GӬho+@L6k+0/%To'4iڈS|U./(Ҹ9PV͢\a6Ii ~X޺51F+ʂG3؟ϲǵ&v`< T=zv6 a,UMnNP3Lķ]:$W_tT<tk3 fR9)lIC:0(ΠRr) R]<,φQ J гAFbmikD8~[zn#ܧٖ@v1,N35\Ss):juHG( 3À=lS? 3^pL JΧY2?X=Z1|r<޼PZ3?6?l0!\⼽GzUE,6d.}AwT~k:|9οKBD3;)PWU _SpwzNg_,pxFqs%ɱ`ʁp3%Wfr S%v qZBг#9(@s䚫w0V$5H6؁ۄҢW|+Sރ;OUY|DIg({䏔KShxbkWBMR$nhx3B#Oi1p55`Ǟc`:_8]Nr$wʃlUb{hϴ͕f?"DzyqY=+?W}G0'h >IĐg.ۗW; AӜBu]LŻ-u-̩-m'oC> 6Ѩ]$CP\|S;C6~CWMUijܬK7䭝ΒM2eo] dmc-- !VI*20zOh˙k]),b4 Q kC{P{!` *4hخǦ|ėp#{kuF7p֡JV)?.柨] ιo J0LZQف0R}"srK΀dՌ\2!bxl,#qRSV T} !ⵙ`!1$bv%4QF!36Vwc|z?ksFRO!v%uy(]#jh7j(P;ۊ# xu9Ҽm׽g!(R雉~%d|ΰ)!VTn%jpFzlA\`?f<(|@L\C(ɂvH,cxJk'Qc^ ?I;d@1cWsp,:GҐ;_`ˆMF:aNyv0B V/09+ mt+9:BMr =|% \XϽ[|=fk9}p{t>QЈwoh1!d٧lMs+ Aokpߦ*I-;gpڌD 2;k+z q6Wyu#C5'WDzxDA.M!LlaUbţ!GRIҳw^i ,ޠ deSqGכC4 {d)K#9pXΤ`OQݝב1x";mNbɬF"͛djΎ|䂚gqh'2khfJ|a<䡓RFZ~*s OcK{Y#RRp1V(V> ݋]5kPiGj: c1@zb. f˴~*`Β/43͛.ܙ%*sd1z3y^}4}pVیt-4jTZH_ " %5cc렄GA9#.+v*9V6LOS{d] bx5' sw@$LHZ}dJ*YONҶ{ ώuW|Zf$ĊnɰJipİ$ѡ"4jFbic/҄8-N rvdwBk;]q+f:,Gץޣ}Y/Kj h WngTgՄLe W*#Bs)|@"ˌȜ\ut-4zF)voUkT!QKk} 6'ެ'+o/GPMcgvŸ%ِjEI 5uJIf}O.>8ܢȟU4WcaTY.l_VXfjy" /G-gf:n"X5ft\b5"y)dd꩸&p0II=Nvb]"fSǯ7+.Q2a^E8@axssɨQyD _'ZGk*c+NάS Uҟn sXF;:,Ǚ^4U]*xfZdn A:̻L=/6'ۂ7T{,d۶ Hѿ@߸Xw&m{f!ݩ7g}56>~'{,tQuD^}ZZ)LK5xS4|T[+ٝxtO)X B:֒e UDF^I/5X0m\Cnbr іR= jye_Fs5OK R) >V\ mB>n]a,,W\! j3"J$Ij3&Dv$ݶj!ܻZ8 O<>UvjΡo B,ӟ`2!l:KB*Λ;yRwZ0Tv is> RKNGA3riǹS&lvcg4Ll $ȜO6AavfNܨ7p^܋g?fe]}a51QX635/-+>Cc/Oɶ(mq9 )2C^6"&y#_hsXl|aU@(w~nTK47}\uGtarhХB=ked4<".a -s{D,38#1-@L P02ƅ<%@l "Y5iRr n.my:0c"_*rXN G^l-6Hl{pLEzl\C~'a7KUHuPϻ<[T)2b^m/*(OIqgw'yvM؆gGTs&sOVb#,Z~av`QYql@Mug27fmU<>V<*بRh|P}q:bQ ܄ ی2Yglox"&chdHhYb{cp-ك*,∳~~ݪqnIūҼf˵% 9esF{hg/j&ߗ`YX&b]45H}` h^B >SRHm&-z*gcyU8;z96Y[7eOG >N7*%'_법-XT<`yU &zez(ۖ'YH(kFs}w+ uj˽G>\ɰٱ' 4չDm=),g2pn㞌̃ k斘բefM!"6pK" ^[AВ{1XSv˳@{w"@}#KrU= *HTM1˟_!`ě2s晝Ih}?Sy<7;WqiGoݘq@ S."}f~'%}xb?oH`~AL>BH?l;ɲGIkh{|lq*ȹL%q{!dA]~$bL$o'x9Ԣ^>PC=%"Zu/S9GSխxô}&>Lp$ !T5;[6CyhyY,l)i$\~ iB.0Hq akU[NL#NqLQO0Eqyir+ɤ'Vq|Pů`Ypw+|Ö>CQ PY lY:tu`ud^f,F~\5̫,?CK@CFn vvn0ORt ﵣ+ %רWyi) K%d~š~c,ʣ)j 1z1DA: |G Uy a[`> }M ?X{4;kB|K￯c:gՙ g-W#|QDѺViw_yFt/Zeۨ6֬!UܯMd8bϠ) A{㑭f AjȯyGy@s 3Cq'1&c'qzS7CZ;қH,SBUd4ۗ}NZ!wuykz@əyĻ o^j դpAFGSK*&9Tnyka,ĺ-w~ĔT((*t ~ʻB<:JT\ގC Qތj.cgv>66!Z`prbc^($VX+*BV ;#/ :ENF^3Sd&$Vm}{Tˋ57*1ٗ+z Bd6e2nX#4pS$Kgb>Nͨlԙ%p]zԥ[zZ3[󂨇% ;952(2d \vRT2HCdY-y@#m&VF+58f4Eg5$`?Erv;\wS5Ez_4@KUg쏫&+XjRׂJoQlXV2H*Dbå$-MG#CW^JEʼnʎj~R`Dy,ўҵ2WB'" \0՘ncѪWk>SLXD27 عTy Y%ApĬEmϳJ]N~@ܓkMIa JJF|.: pϮч;$"+k'V璈vrw=1, #a"N F+ fܜpKy7՟Ef T$1Ff084O=D~S^MBFЂE /D]D'hPY9oV2®@Q@ 4a[sTIgT4"K:gF bnB2]д]feD L 둄XcSKSF_=ڤ0$J qw (Ǧ4j)Dz2㓦\)ͷ3@G%8Nm(CPf<$ Yc(4:5٨_&"nx4d9-Lm A5WPQr_RMkR{. 6H<RX?Q2tNdr6pn̞$0Z`D?=Bk嵇P}+Uc i~#~ $8VpX`478Xt(kx=I ŚpD}';^Vl,1r*(5E3O(dd7s瓊rm6i67X퍵Ő/z~_>rHܴI'@-ppڻ=vkSp'ָҗ[gP"P6D"WƲUs#{Ίx12Str'WUcgH-akAY_y>Z&Y ln{kԔՖgE&S $[v*cdOgDDWJr>-^9 />w$)BB䜖uʎn ͍ FP+tg;-0s-x}̊t [gmTׂuڣQkjנZ oFA?'TR|6eAn IfOT(E%nsCO -.ŞDЈA\Ec_Tmo.M:Vr_W/DHR6| niY!V'/:I\.A+n| )sC>m 4~6R"NNA+x'i1;:F |jt2د6Jj@~Li*!j2KsS<5V"ӘGu9 ysH/ԋp堢* j V@*D6eft:b?(*fR:Yc _ +~HFϻr k(1be4g\w4}'bewhjLa8)pƢ,rJoGԌ\Ttʝ40E:dGp)Ǝ-1!3Xp|ygMcٻ(OȟrT#`º*qGB+Նw!$0z?;:τ. nPdvLJdD?d*c8ɬ>Ѵ@F癩D g qe` gy߶:K?&zLY!d4gNꊼ/qO&e1ٯ\:jgH ՜oq h]Ч#zن޷mx6_x@_LFh~z奏4J977j itzuW]M dS,$ۯ* 6Wsf1YgXªS hAYمT U 6$ϕ(_ pa?9R{ M1<Ok6!=0a9&Q")u?ݷEv2 !x[9 0u@rC8 e=A fw3n0;Y~tB{)bQ%w݁G]#f{Hwkwyݑq^J$`ŕ)XN>)pzR mJp3z7@Dhx9v1H"lczbg2ҲXio'wV =v` ̈6SWL7n.V[sG)smGdZ0 NG Q;ޢйQhL=[ RKyT<@.0z] ,9Lt9c=0_7~^<^ z-~ups#f śmZ#O=*" ˰ L5RnǹPHox{)-y Mv(ѫ(ezې-TJ'0ǙN V;K𙱒8&or9%ٸةs=SWqtş OE@ r׋,t,4.iK$TJk>޽2zfi9\: Ѣ}j+q/ yY՝زro+FmOt;2$0mDm<0x`('< wTGEp=JdPZׂ98j!WcFZ׎.dmE f48O'JE A;/]NY^^JщIU7ͭ/(^@2:7„8S Zas%:ݎc*:iB-bMba@,d]~xt%"s䖎~xo)L6LUdYwhk=_l#RRYr6@;{¸^ƌzϤ+[*E` 죐+CL12Fm}!8:0, Pe&d&@G)'&@8XF0&/D<kcN6m||fh[rDzقF /j13F aM5#9kPZ>!l2)֔d6hӍ񄊕Rd[ԁ Ңb+Ew%ŐVDŽ$ Gɏ}>cv! Ar&oWI"kG85QQ;]ab0@%k{{6zBՆ&m1sM;/]V% Og_d}7LMob0jpP||sdK\Xwg\w%_⻙߁xBs ṃfJ=Af0gt@G#ь帀YtH3w<٭؊mBH3|cAz{]ْ֌+ 5Qhf=V1763'XObq1NhSWtb4pTxZGGkT"h l6tAޖ wVb׿HqM$XZnDHp $Ĥ^bflXPg-5ڳlXK bFG*7 I4f?3ryj%"|B5|4Z1z\oǟKRm}jkRT]G<ɪChY:Byq1k'BCm ϋ5 DG/p"jċMϕ-:V0x<6ֻChUǹn yE&[YܴCI'!x9Ɂȭb?wdqV,36o?0 Ə:~|1z Twx/`QOG'~'z(Bnmj"hr ʫ|3Ŀ<>1:EdL]q:s>JV.|:/xd{>&ј}=XBl *{+_;ktXjMD%`N5zUnٓ'5Cr$SDX{UTPz 6uS̵vi.>~W٤Əg-Hm4)$1, OEБTLF O#m,>@>{`b!^oA)*f[zf5z3*I$0B#V"!Mzpڶ9g>,ݹ%#l`vdDW4:>UDijA۶Ǖnr9Ѿk(EOP]"k}efjD$WIvƒ=QL5 'C/x!PY  LH>6>G.Qp~rtivS!T7mĭarR/.eK;k(:ŗ2#mn ѼS :L_'4WOIxSw4( q"2VHVKA-O쯻gQ-zX i<BpaP3?å69Ixh[qe1x=gT~nܧyۻ(l2 l`^KPBoC\ad޲D>Erl-CgI;XOmȶr;iMYlDn@8Ge7մԤֳ΁a&(%ǼV618h yɺcNrPnєެ0!X]k#|Ę&:w#b*B;hDS!7.L>s9/~FRw&(p ЖB}7Vi heۺM9&b]:尤{Sq._h([=  EzN"\U?NƊ'8h͑So ĶɼB;d,BSuR/P.֮ ;\c]'<7lK%®.wDG Wz<6*-ȋճI{EYS Zkeu]d D1󇷐|sdpZۉ^GpM&[N2ʺ#b݀F.d4CP\ ?#xI/!]̶EHPqgJ蟔 h(!*\ȳJ3aQE geZ%lVo)sBs"N#`mڃq5鴿AjT:(Ճ.KUsUҌN,uFi<&Zj>c^f&NdXd!XC( 8=sVz0߬(Wm zDǕ,0H%tytZ:wyLݪQjݩKY[BߑL.=X{-:Y9tb4>eC~jԹb6.b4v[=-oC3/[f 02 L7=K.Xȼ^:QA;G8HG:笒1=e?S0eʂtmK +sBEZ%Cd&b"S]\;w Uv[9. Y&ڳKR̮ށtk^i%Cwe-NEO Ħm%r)*񊻧-E=_~Q`9Uge[<41RR;t!s\kδꒃLߡcT`FC*^& s>!z,]x1 W`8龶cGtG@bHO[<=AfMÙD?8=ה RjZx2˘]`n}ju!O(sMۍ;qV-uY(_ҸQIO60 ϐF;@pFH[Qģ<ɇf'醝!])>4 KbЁq6owN~eohTMOxq3Az68N>*28>W+v|.~{j ;Uog6>}4H8~:Zgk ^_gQ$-@IKm>PkZ^Do Qqe?9Khi˰5Nz=cALY־C==`&Nm]J9ΫzKp@x4D1ӓhŗI-^r (UfKĉ{91"x[\ymcs (Lc$eJ=ۍZ '_|4:˞<ߜc. u'+'f|n¬};{?TB[ }XM [v֝5F>`P"xIZ6+`sO&:s`O {qs "3'\1wPKkx#6H;|9z8WD Qs"k^ctTmIͼv(4e3:r kդAqT#idH^7| Y}{ y i=T Ġ@6 W%*&+uϦ% ['cۛGrߛXnJ˱ k #P([tF9Ê`uIOat5%ZSa:glBP>󎵾%3Q%Rٿ>d6C* &R37cLzPl-+[z`,5 ,t"V& 5eDS+3䈿"4fcF{i+o8Y%o`yO1Fw@3qv kn+)J}0dAYt"K @"P-:\ҏ Ȥ:zJ`L5d'w_  teI~[~l5 ~N`**9XAn2;#VriĴ>SP $Tϫv)#]X X7FCu1aJ8|c0BADYE5:H|^1'#cK%=3s:tVUD 9?Rp NC<-Aر;Vx`vxߺ;/yrTA@GW x&]eBwm#b9 )r X3M6~BW ¬{z͸x\RCJdMnP  d/j$Ƃq ﮐPF85C*btU2 + xK7FNgG(fΞV8J:u!-eƂ9u_TS&ݥcu̫֨8H1O7fu d1d㮣oHgpסH9GPic<tPw'D(y'B߆ܹ;θ :S;U[ =8?˘4'5!ZMZ$!f$jk]J䮕v٘WV)=l,s,<R.Ԇ6?Y9[Y nD֕'/V92`~q}^K7OY?&_P8 KubPǔZVƞPN47m ̀@Sx>e.@.t԰Ul{T4]I:($)0hj_ 4O]hRj3LY;b#0-;@  К7`JxEp Fw.:t8`ЯNWM>ܶ5?T2ӵJ?Hs\&/c] >q4#H9Ƽgc'ۆA%w v:Y|4tN@,nk f2uEd;v7e sL]vN\ O:Iw? Bvΰ^S fzPOaV=WEpH/5L|sfq'*^rl?0úMU8d0}|KXLsd2 z*\I7BzTڕiYkC,a; xW׈ hDWo?]^{@r}=("_@o\踄 4~Ć#(< f\'. k bn@o"6nD*²*9; -L1㉿7U9[iU\̎@Q@LNԾ8.6-Wd._alOWr=kmKi7:1 ;doK2JN_3ަ&$ -לQ-E$fFn9HW64~չux1i*ri3N \Np Qt},ȗ_= u?"Rwʥ4ㅽ-Gpyis?iT5x;q o}XB_Z 8TwVfԈ:]yV<`"nʿZ! vt{hX%RB 'եQUrr!p[`#x: rU/< )?S9?w)tfgYs>~bB0rTd RE{(ɿ/CE|cRJx#?+l^h禅ˁY3Ä!7r$"Q#;a-q)1]ޭX/ar2mo2hL͊??JV Xepn]UyG9 Fo dв,K+錽zψ0DČN =e =Xd &*pu$@y;ilxQ,biby8EľN6KH.X3LJSk"TsMyJX#&[%Ok-Ig2(Ŭk hpAI,P)X:2lCt3 / gJXQ0Xk~}'dɡ&7fuNm F" ǽ2>Z%*>H.P%< _0&5/'7ApX͔UBG Lsp:c̫~f締CwZ~jD5۹ϮxeRqplƿ|\{A%Q 4xK5YHQU |t?}n' 7?r{/p|ߍ8Qwؽela?iZ 'ݽ@ehzMMro o]\SL'"!3'XΘ|FtK}X0|ﭞL9(7j$dbWLTzz)h'X=QFBݪ Fzr7HBzOp{,CK/eYݸdco9\_"5E7D8wgIKNY`DsJ ɸޟO=8q r)߻ckw èkϝZTE~+.$\%G 坌lAڅRJ `P!˂.da4-[qAp1f}A Ki2CŎ多$n6c2Nzmr&(̾ZH+[L!-ЎMnI|9 Bin+y5ோp/vPWst':jR$Oy٪sogP x]R  +w7N f1K“z&G) 1:KrFh@ 3C7J By 4PlVDi NxPdBsu+vQB3iCU)NbRiȅw+%-0(>(3r~\vL!QimkExJCpWh(#O)Y,>J]o ;QTŌ -0xްS?lVWu&tN3}?uSig>~67,9bxs-/c&QIe ((KԁՐK""N8|lTL; -x$vؔOe/p d "0a'2CYr$EU#+_}[F/iqR| F ޴ )X5P\bh"}2>#;$5pnY]J[Tt܈㳮ˮ̷X\g#u+&V;тk|e08z\>zz V^C,g |ޏg7LfXqnwlh{_3qvO$ v<б[s;e܃ϜY̅S>nxElL?P(w6Rw7z:ESC9&\EsLo%=I0:Oё2jɖ3$iqjkW|fRl0/g?,n- {,|R%,98AK񋑑:)| %9^W@{oy3I ,OPUs%8fN1l«*b)HR 9fRpTg=4KbtL9<̼+cd.3Tx2 66Gkavy~ .v[p"n!Q@--6C~?̕۴3ecO(!i7SOmU-m!`Wzܖ" g %ͳ "$tzSTkEUeŦUGyɷ$7Exr Bi򰸄XѺʅYU/zpAy0 xLf2۪ iGNfDZL4HSm+FDX3LFS JuaUuq،"ٯ:\ e2$\2,jܧ%< b+JП SflS4ݳ,K5փ|ƒ ݅FDfs6wT1amlHMYW` "u/nI_ɿ6=appӠy;a~49$&})kb r#p?Qw.T[?/z$Max]+C,[8z[nh`fʮc:J6׹#~Iq̑-W>`X>SJrrF1׹lǓtM ܾ(zb !rB̛Q nR9gQx~(((L* ce<޲1Ȼ cV?gJ%J .ZIeConv WT}[U2VܦڕVfSWn<aj?utM0О|q5%2rOZb傜 s)eZyo͈$۴&R04y7= *pTwf%'x˿pUV}dͩ>%7GHeªrzD|h'v85Yb*Or%ה+ɽzkko8Ůۏwz/ď0+o>/ʭGH-!{T젖f*Rm$a9 %` O 0sf_>,ǮF|i!1JO5  S' GBk!ɫ?*ч4S' mk?8_A h|2Z%*m pmYI]JNm+Ŗ>}4 N)wO⯨?VNl y$l)5O~)ǧxh"-U<ѯJ\v 7^Ɗra\[' H%-0?OǸXT?uHaY=E+DzGg&HGiA%绍~;Y&W4ƴuC^9jT.m4h%e 9 c q3E/]xUn% 7* /ըES~ݧ$~z`:L,.t#NqJ$*]yA$h\u^R61[R:; ?R4BbBۿt8B܆!6Klm8v';hA-u|t1ZwBd2=wIK[bӯ kۿ'_d2)j!`. t@PX %eeev[(w>WH-z^F"=+BL( bă%vB>`z_s/I+%,hw_"l-RBøݓZ> L8 &E1 C~FdjfC4ٷ&O5z½EWEndCLl )爴KZck?{=o eNdup6AK]l G47x!Tk8Tmd5Et%1\$;YFF&"!J~5-"Ϋzjl2c5\6ȹsX~uׇ^&/r +Ҥ$H4hz}d~`,ׯ~` }zE`Øۥ*,wH G~caHjzDEB{gNZi]?8=E^Ȋ8C".\1!S(ƺRz(r_^X)|JUi.9P'!fh&W£M& j[I(T 8\*hRP%g9urԖ:h(޳oAMeP=~ ΀d=ѧ3d<ͬ=${ۄK/tV'u:.$]<թ&CKm`v'iDA*Az Gz; DŽrF5>eUx=+ͤ౐_,wDGIR5瓰9Xƣ%1p,d9d.u ~C]z9H] `Ea:f>zG&-9QKM nj[k4/iSŐu,VEQw9Dzc ?`ܕ:5( 6?7I3ߛ g W=j[3uj$S`hɕꞓ6eɺr D?*jRt!uMTbS4/sPW<(pl%[3sp1CuNSe&xn*q .)?ycThzwV Lzefx=(qyX|sJE'xyWx2eITSE9)җ;@{ZO š;禿mr*i0+U [kD-s΅{mG/ӪwMw/B&Z >- IZSJ(!vwȠr/ 5m c-ZE%񣞄5;$bV>[D+O f_Zgy]eYPMCv -uw571U^qibA/@KG`5Hjjzzmu)}ϢB՜)tzt _arqkʢflqr U%eG=8#K=?_bdD7I)E"Dq͑ϝD~(He[p#Gwj@`mGMh\T/`̐Dd;MXC"W{X_?-D[o'53$DK)NJBlBFDgCB J@K#>{+؎ M-xWZY;ݭՒFUr3-q/{>+rv>I{ySrIlʵ3LYSr )|F2?u@AlM>CP[3ph(JE4y^ iGjW'vYWkC")d*]^j":}g{K+z@حLd+(,8SYhI0veG>wn=xrvbKN Je'.;Jb|WK -fl׽<խ5,,|hnT-i)({zk }[PoTUu:ՉU mߦOn/VQC{5Vʮt< O sK+]}+D :q6%7%XkqY)Ic;p kP5Z6IuV:T[bwLF<ޖwcv M pHrȁ{YOh 5>mVZAU).'mgUT_YЄzu,.40{z!'QaOx!Hc H-<dsgU⪾ʎk)F``M^N &a22}jVr*y^/M"Q5N^G4g?&Vo_$-b٣}:t!@mȊ- b\$z9xyXQFh t+&9,h9#i4frq8uqdvES7Gm$鵳B4Sfma?_צ*?[W](i $MNξ|~njf($V%v]Kr 5j,>a0JpAa 7kE1<3l8ů#rv#!oF%ifTR+چU{Y6'tu -f-ox,?qE#l)Ӯ)D9l`%bP#u)s9e*aHϕp#DpZ.ƵPTة!GׁB ~7Tjc۹xC@ =[C5PNk._9[3J|$):7Z8X rM]=ЏL1SE0!oVYP *:vI}J'r5=&N΅ybfH?ߔU'Z(yI+jw^ r +Iuz&tOE-:p0LA0?fJ.I'uT@ 3]A 2vvG-R7Kbs0_E9[ښ3^}]Jd{a iiJ=KEP2$MAa)l&_`U!0E+FrMkXmإY6 Kǟli5qtNȏ.7Ȇ)3qӅst)4݋& ayO'l8]ѸåZOG%&'ӊRx%Q*BsaaS7BlЂ(S|q{0 yޭa aaU [ꂋAhhO)>6 :Bc0ӋlPSZJ \K?;[ LޑyOCⒼ/ uwa߄;92|};Y MrJ~m3ԿbX\o=6J *qD$WO@k, buFQ[UzΜ2AjZм34QߨmNf[~mBvWܤr1@f1bC%bRbSm$f-KJof}-HBIj%<$H՘OOF6i߅+mY#=,e'3q$KDQZnx(cHQpYsG轞K}xlb3Z‘+pD20#sґHf%\94tQ,bpESX^74KVur6c<&Qf} -6 AM%IC|y)юXKsRa1Md;HӍd6=9 D;-׹is?)X2&켰: b/7`y ɚKP.IOSɽzƎ_ ɠe)!8^L"μS##-GӦd`!]Xs (foI^_j;r`SiTa9ygtPaژ 3J-em Ibg݃e]j8Rϐ?&8R2@o:T3CZ/&aGZd1?Cuc/nt|4) nРB=p"L`Nab:AWQS{@6<ZhyN UhQIl]@2x3V$ٗ] D}琔}q E/)P$!j>K:1 շ[lT>k54(aκ8qj_@~&l+SlnAގd!G)C? h9aujY@ײ'imؚp'(pDvPDP! 19ݫokҬC'$h BϺY S'F̀.Mm9_[! ͙֚K>zJ{f)Q-W0eִ5_ z(  Ikz(1AQ.QJ-W>(‹ _\.L4FXmƫqxZ$+U)76ܗT/OMfT[nɎ`]&dޟt[7/X\ %X_F xluO&.0DFuKmB:p`]?3 K+eُx!ل|/ֿgq3P#eRÝ֤)7zU'Z hO e Kǫ|w۠P32f(ymKOڋZ P;?YͫL>#RӠRuC+~EnuԘ9o 9"h`k`^؁_]\%ڌYeV-i@,t~>'9 vzkŐ yfcƢHۏBՓ2euuUX-啊+,dha":3Fx'\s.vFVZnI-tR@kx{]贅EkF _V_֣H`2n{? kLtIFw\/|iX-#w6S [ =z_ 98>R,_*vžn%/N2Qd3 Zw;}!=AJ?iZŜ)][1Q)$ Qy$"-Q'ʉ< Ł--\D\fGY7[Sy&ҟ5=ZgxZ) vxD"f,T(1 I>ęH^Q;?\(w~j(J(* UeNdj]UrJpi/TI6 ˩0H ;Sf3T5޾`?'w]1Dž(OL^t  6wv~@l Xu.zPBC~7paU}TeL9ۄknTȲsr֣)zR(<;z8\`AF$Mʋd3z ij ݷmq[Wû'A%N-b7N'\C~[˺h#kO``fZxv@9kNJDD/ ;>4?! +%@awx TRP)=>uq7Z 04/q<(jpsat8fԺ+#ÑJi=#Na7"'N$ NT7JFE'}1 -CvS#KVzhē<0v$;V= "~]QmS %+7=VKo}:ofrsoUmeaJ &!\pWD!'(ʮZTDye,Lf8C s7gm*{&D^:Y =l3s2~HLDA78ӚRwMd"fY;W4mޓоӯcd/:eEE$ sU|~l[;0g5/B&:,}Nh- 9 M$[ttn7p*[J噢~aFQN?i4 sĥ"sh o} `˃ y\DѼ*2(mCriVD@.O)góC- ЭyɶICt @nܿ*w*i"(Ϋĉ\Ljc9Ar6߯~26n3}lۑ cE~?4TLu$5ƇvcyW<## o8dK+23W'$9)g$$AUzoOnZ/B䑼`.#uH{,kɌ3lF! K9<-ύ| 5Jt,d!BM &gD5}c'ȣVɉ{ɵO@)q )SZk?stXF9%HJN& g7ϩ\2bc6Cwg+' 9eyɷn4h#l4@\Ϡ ɧvtpA%zot) lZ7l{ύ#*׶" `۶9`1rҦt3A5isI`PtqIK:j7ֆb^2q0i3=E G8,pzBR]4CV#Qb8cR+F5\M #c2ӑ5&\} RJ{c INj 6[0z6EW 80!dvSi4#=^\4H(OyUf6v--]N|x頣7#YEpR9R34#~d6o106rr԰VF.x!ѫ?cGicF~2b ׈kh^{١cQjkk螆^ KG@IF>/2kn&O5cEgIJ^3K6ŠagYG_8=YU{}5BL hz IjߢssSHdpb 2 0cBqJLmK7C0_ТcO!{Uc1HrîJXer|5e {[2}<VQGcYE"" //O\y'3*($؛W˖c2퐆Z;BpoZdQⵟ{ߡL4p B.I߷r??טa>9y7kujHxͶ4젵/@zvL*ᐒ د_z0uÑ-f&"uXJ Q.!{KN2\mrŻk h&"ľ@KEn k9!tYho(Fܨlda=%^qLTث8dCN`!6Y>;5~B8SwaZUFwR 򍼨Nsȁ:X+CQ~er?P/Ϙ_ 8pJԓ$ x|79 qLPCF=$+5dbfv /ZӹzAs 'ŒR5s$wk굲ƴ*NlȺc,:2QO;Z*{zƛa`rlL"-ДQGJ8{&C: YGQ8707'Fs{S5R~@|e{Bq$J:O_ᤣZ: -HϤ=,2@҈"w݂Z.m+nUzai>@/^r-A\SJx]5>Nm hEqiS!dT)%(鷢|d EpUlv#AҁI~$sN Ryz4D^}C$,J0lQk\ρn-2 juNq@U~,94ʷ}j@h\ئ.XQKɰPRͥ(6o.j /:n$A >sJ7!}&{b+%}1Dỳ蹦5F49;_b X%Z4i /$*%Q02sW`b#Pv癨CdVAz`VL 1k.T 2TU yD+PлL~y-Yr ǖnAt3-=B1墬Px F#TB:.A}Tng-~UߚKt]Փ7vތ;Ʉd/p|"d 9 L 3axN*.UBx0ր y(8d8k-]bxJxm-t߸&-9:A87I#’ z-$ 77jK?4+ _ă؉dd7F$IICn"QKs,FD4^L/_b|_^x$FW(,HY[`0_)wUR!w)7ƲpS`06 9C'|@[QqF"(K!Ņ$,J-VB>͍ Jl7V̧l)O4jޱ!_ j 2)n'M6:r7@ eZ!;/26N SL_hׁ%-`"qˬz4gd.'@A.uQ?b>)h FMH.އ)~Jzo"IHfLjS7 4ѻa68%'O臨=|l2%VEH<ѻ#IQ緔Na ?2+K- tsk!&&lXfceG汓v OO~ Stō-<ԟY|N }>̽^U|tLv,҉ZnElRX{R),q/r>uqn?Uz:+$/%+g:,_`$)AJvV` z4T䌈ܷk F4p1H9Lj2̒4멽y7vPUG%T9UkC`%(+[R (Ĵab˶μa[3e5"0{n 9y՚иgw1L]*H #3Kn_ܧtt@Mr^LVy=ֶ&- E <]%KTATW@ioZi 7S&kgBbmYVP2_@Ʈt`{^3Ҁ,|DܔU]ǘϸD#i}9̭O+Zx_ҙܣ\~2S~:vsRSlv@@Ŏsy]=e9x^Z1m@[^t7mMC=L! ᑻuT1j 1lI8(f+\4-Mk ?kBh{c#ta{#EvmQ H0 6#Z ½OBz&/y>"DY9"Q! _9g<)ev^w=n8ҁý.3h"K-.攐U_#Yyk*t>Z}ۯ?fn.:0ZH-L IwSoB̳h˗hW u,$#h8E,'ϷW8˜;̛[_wa{~(,B!c+DKF0ʺpW7i, n`PESer*凖yF[ȯ>@jUKꍔʹT ,G)'/Vr7P{GO\5R {ۣ: &|Y8dxа OKg6iG{FWMA$^ryp6s&6)2&•$0P_&H}lبï>%N"gKTezO s!~uP5O6+\r[`5EwhПXkbpy{:kn@HHTTD6/!"3N)Т|&5^Y7(Hqr(9@v <* j9s |fAy M00?W1w{ƗK IUge%ȷ;-j!oivWgFX~e|zP OJ@%5kC}ju!n:BRhWzh6yX92*O! _BS=ƚ-h81VWϯm}Ư;hsiҭ  BH`;BQ pd`ubrIv66ƚ+BًM 3 xHT _}=ʌt tX j /qX[ \K1Q !]2Ys|&@s96^h3:8-UY:Sh3)Md{)5fBo9\91W]D()+^L CA\:ėړ*4td[;-ڊ54dU0`&+=gGj>u1pTw%#> C !FMe͜ ^2$dO4+č(+ͰNsh&2T+o+q75uCP \Ulf`K$ҟ9=9b\遀tX #1vmvBDʭ*Wn@93L讑C3Xy/ (2kRfQp:iL#SK{&e^ZJ#l/"T7MߗN~]Ox呮4T8k]@Խ3 o=ø`rr'j8 :=}ʏV踁S[Ҷ:ԓ^ǰȀL3zL zص)]Rv9r9Cq;UJ@_ V]{|¥v[3)iΎ~Ӯr "=vz̸N R$ & ;(52+DF9@ m;yZ\<6L9l{<xr[PcB3%ftu_fAʓxL 5Xl=YSAҢ_m0Y N!<ôuF!j1➗[^cdOa{"*MxD5ECʏ@u@{uT'4s[G8! yp JW4az5*~$v[xKb?wҋ#%V3@TT& "tf*>>Ғ~i0FfRqH"zUf}2k*Zv~ o=H :3ۘ2 0}|Qf4rvPzrnF޷*s7mOqnKOvw(U1Xl'Q&nt! !tLc4 83=ڽ7xIi,>2% اޟ3"^vK(rL8$Mx?ɲbbm ؜:ɇ eu;A3OasDR=⨷VzaXY `;M bP!)bLҷqSӉSВXq &_=5eve^= ,l ET8z3p P;x{k"`IO :@"Bva%QWV`tIS_yH.0&?UFE-IDμɊCV! 5bH* wYd(!ۿ-mjWFc7 iK&C8Oƍ3 B{0Ͼ \bF2"3 C•(h6=' U~ ^~a/a!fMZxLBӼ%ܝDΥp-kS Jł/ނTՎs i#TuvaDw_)`q܆5ӊܚzKI Lfŷ~{o?[2k Qz_0$#/LdQ-.u![>^?4 R,҄>ƽ//ϳ?=|դ!J>""%ʚVxFW@brTäKE5ߖy'ߓq譠23dh8<ӈ t䰄X2IP`7P@VN`7ɑ=jCc)^3?7'ő}жSNL^? Xi]E2` hȻ  rB y&ouGD^eRi@z]\8Z w s>ܗ#yh I'bbC<ǽAIOlT Leq> k+I҈'Tp&&ahV!/O Ty>S2Y:CyԷJTs_]c]ڝ_/K>}{*'U;}(zU!PNk9i FaL<鈱ILs59R-8˛T=+@ ^fc]W?zZE9Z!YC_j f5ܖeaUO:KIQAm _n8j T6Qvn. n+'O}],Dz|BGs)GZ TAcaEǝT^fH\@M~%Ea1Fvy>ԏ!~; wL|U0s_yzLD I՟+"2'9 NӭE2=vsqyv\l5>ws;4Hm I!*򓞳b♁bUQ`Y @[ \8Shq k<=SHm7ŢnUe{%?%;/߽7.oִ Gv !yٲqgMCi_U=9>9PN#<óuAud[QJ57obF(%!GK3UzMnkكY^'\H ]GYnpW36>U^7ZXȖPrgdzC_\b!$gTf "Q&wT]u\F&JM,-*,irg?%{QKʏ+^L:X.Q0-CW|J\Z [ ֔T.з2~P_tl WKM Hwc.0>;+ ش^WPkwiO۫ 7hǏ4'O?c4YȺt&i\4}.~MJލ1]-Gtf;w)׭BeD`ҿ̇<-D-U 8W5k YxS ڿ Od1trp./H*һpI-I:208,z9y6ci` pthf²W'05#9l6V_1UTM l?"nK/^hwpۥA]_IC}ͷ!7&E u QdB)nfZsw1B,\`Zú,Ǖ\/(z}MK!S>U 2<4!MK,0z*&ȑ.\*ugl HS {aH#xO̼*a$L7/u?Ua^4a"9d'X&OQg(n뀟$Az*&üQc;D}?,_*H[ {x+ij i4MAff}藍^6+{ָ:P"Fکw) y60Xps/kit +F{88wqIN*-xc-ԡݸ5~CZ"E߻R mwЉ|KjaA\3:+[m[g<Ք6M ѽ;EˀTBf2Lѵx$K5b% e/>Uu4b7_S6km"P9<.>nO'M\CM(%,۳؛2i }B},á#v$Gdp!~4tr^m#!̧ea9ă.a՘jh  ^£ ɶ/Xq3=g}Zk8ZsY` |M͚WNw5w5.㰼|3} .n($Y ǞjJEh bne_..Q6 h8j]fw EGTpYвX49%n ƬdLI-xkl>,v\Ps$d00w=-CDkeʫ # 2e^b8,s7uT< XCZĂ@T,9kGJal+4!Ve;ms{~VRW>SM#E`F߸WEVV(  cYͣ}(^ty/3 컇_Мa*e:8;=8Ԍƍ"{*_%Y{@!RGm 1K٩]ߙ:c*yyz lpcױ>-1=Fφ#5MdVҼkgeX%Yzԓ<D$ $փh9ՃLsO Չ;/_Vm07HDK^eAn7ʴS<.0 `FV\p=JtͫPA`9Ӗxd6UسE?|:+K=ʲ;SYEԿp3s(zc2l(➉CmJ̒z4HRj^f~~Ke%̟<|0ԗKl96ػtjGC j a3 :r= W/V"К:V¡k@=`lhG]˳M&/(%87gz "D"R{D _-!A^Kٖ1˛Px?N?E.u) ԛ:Iօ6P=#r85apLBƅpK33@)4skM`yxR? '\ tc1Y;]x{9 |?,)#J$m3pZ=3q+hAZ7%mBJBPcS.Τ35{qSPO̗ b'̐C0N.aL_Ue1LjVLH ǔރCKeS K9؋\UgH+U<{F.L(+wI.mMֵ.XZ7a(_v>;5T@GwS5Lp Ҝqµsu0K NYepf*&nd߇]g0-Ӛ_#Y]OKsx5yWkV507$#){$v^5{#CŤ 唗 T0ZYJHƗLv\gd/|W enN>s&C!oGT`A=a^@jEQx(` 8c"C4#s^;ٗ}Ц' I G fF폘jCFI^0B߰3Ҿ쎥Lmʼnm$πݑEx3b[g7l]\խ"( f }siC@d0jB_q$!xvmOGCr[7?Sf$S#xRi!f8GE|.C7!C;+@N8dsZ?4M[)_? g;u!@㿂5.S E&:UKs՜jFҲGYaǻZ6&: ^L egj~EݪŨr-&aR{*-(I3o Z^Yǡb+S6P'vk}/俑d/ڌi WMkțZ[~ʝ016lojWS!J}w*,c}?<]ٚ:RY83If/c`Y$g#f{*N8m25_ر -;: u Z({ Wk/c#/5 F9@ .s%~/ۆy &ƯKLcרߣR&^,/J3jHiG~S?e_U'K(Rʒ$pUUª Cϝ I>/xŠ3 BWC:h\=\3 ;Xz @2 WD[^zԱ!%"vW 3% MkNF2׀u:7 !Ge7/T,VMBy}|Q+uahigpV3jiϢPDZahy)<>{ =מXP!,3%ySԣ {ry\t':~/\L^*ї "lZ|ı)phŽ$6([NDW'A_H&ǧb>e]}V{d. mSI#YeqMJB= oPF_fzy`7OʐO&0.2 >RL+ۉpm8_J >WYlnSxr`3oJAo4( (YJ#-c*&vRe\ɋ0VƌkhT;Q@^Q@HqWY[],GXX3wV繢8x5MRB5OR~^1 #=<@Vbf ߞPo1 pDџKpğЁBt.K@[Kbl)ſlt`ȁ=Q~n)[]{IJ{)" QTBZ.VU]]{V8EnGAC w"ԡȓ5y'~ٮ6kKx@{YS *Q쀁w.+|& x"ww%CfX״2 4L | *ހKң!r8X]mBJX̡ GP(_k ٩s=EPZ';8F U󍚊;"NOVҐ ¢<1)>TilMeAԥd ,Zs,S U3v40̩}ضFGt9 LFΚpHL}cR^$b[d@&[K"_NG"Ę$E%4,NL\fV56?N\7eNV&y_+KC'l±ҪV{-@ tZ>섀EMȏ2q ~lMfvoGe+>dv'&Q4ΗMǣCYsնRCf޻bbk@׉knGRCIHrEAS"5Z} `M|;~NP% V3 ?Lkyc\ioiJ1L1:`+,e>j8CքK:x"|AXo31-XN i r+*3DZn}Ba98]5:RÉ&;uc? \ѷI#Nv앑naS~u)JHN %JpjA^e!4mu؟tr C.g`c}YS!Ez?@qQL,Y$ĉZs"Af/+(UnA T8*v($j4' kTfx'hz4XLxq˗П2 m wGXc7A>.m'fW-zѲEQ Ws#Y v)itIHٌ "b~xo햣SxGNrrv :]?누@MӰM?-{d8=Z{2Ytݡ>Ί]Mzοss#g=SQHG'pop(+؍xmYC3.-ʻھOiMj%߈]Yg30UGIv8q&{O#M$Js魴RIi臠^fAHe lKzH,4i"(42Qс\仏 MTi' { %}9_E K G\[LeXvV_@c5`om08J&l$)Iy.A+э_0/X5t4^?U[5н?`niHlG]ވk>WZAZ{H} D*w"a,=.dK(Y!!Ei\ &MVx:>s yGA~A.~Sr1Ǹ-Ew⡭%IJsgmPI:s=|<}SU"LX4Kݲ1. ˬ'(e|+M0b1zZoC$)xGgMq8%v,=Ծ.TZg0׀YmzoTrj[SLJwS/N:_"]O3tox LOVwa]HOL+UM,)%L8X:HC5Y3JMe0AMk4GJ;4v ;HՄq΀r/''NSy^ ?c\qNOc5^m#4>q=s?DZ!og>u5?콵p{ ̲O[cI{`yrA!#V_t0޸6OU_9[Č_R5B-LGbJ#1m)8ffI2L}vvjb~`[g}m{eCυj@: !)ϗ M"Eުwr$ U~٢$SB錰 B"^m Il)]nQHW]+jieP7*I0?t]ieONoџ0#e,#U~uy;)8Ma:{?UC/4s{֮ӜJ:b+ds끱ċW"_ue!k>s@+T/|}2"L/GYMqT ˢ%~cڲBh?=(8.9O[Ggԁ%3a3WpSi/^Lʩ XgҊ $Qzyn^Be964 WD_ԏʗʞFAi6MTm|}1(T j3$DZTIGpPz·/l'yu(Fga8r% @IFٓ^;m,8M耝`F!9uZ9_/9c"o@oҼ;re{P؀|˒%Sx_:-t*qw6, u׋QEg*0d1s\ECU\鈪.(lt`]]\s",IvWjݰDz>gTP,D! C[ǭ 'Ծ"nS>>[tztmѬ *LQl1&5Р*X/y{ ϲ,kHJCo@f-ܭ ?Z!*֜4@.!n^YsS$ =.qĆջӡI8DП%!8@Bv=z7ZiRJ2eG5~\&>f\N9kpiC; m*g4ȳ~E;?Գ Yx{.L1M:s)SI߮v*/`!ZIq"K:BC ƃq_.[e3/g =r#V γhw> cOChCϙbw^@@;頂{,HI< c˜XƨBYgmHU r! xB~ V6F(:dX/ڻCy@1CQ<]z) ٴkF=@&zVMiPD>0W&@i~ڍE6v(6xB*uI`o5)/~BM:. y_0D!+YHuv@'}A;AZ\)c`?a>#n VW^|CZ]pVG} Yߞ[@1*};^pQ-_N|9<_}ЁOͣO˨}}P}MJµ5:T.B)G^tljx8z}wWL0K \(on7ir"7Ή]o=?).-`pƉc\Emmg=ճ/)VɧdM]KFn2C|3H&.^ԗb8Q-e8g. >`#2$]r_ ]P?Ѐ <0m7^,'WFO҆OAg:@+ղ rAHrVХ %5#L 8vs4×]%yxNx+==ل'dʊPkl*w4@^4L KM5x|cu -72d:; U+ȓL2ث~5ZNHD"3mZ՛aync6>f<`J vRW`=uvS=X5Xz?0{=7;j&1hN8> H7L Dm}ZGo2f :Kr@/g4,&βF'^*GF=eVརph$KF&^<.m]<{{h:wCZI9pg{8= E[M xa(CC#14kr=؄.ĊRWU/V bik 9=mfIJβ6]e5XGPdZ7ۂ*= 6 PK^s!Sɭ,}"2\껈G#C賩ۛo! tqF oEWF5􌀸jE+ƉOT Zӻ oWp4e9xr=Y!fjG diLJM |"N)$mt: Lw'V]sg>V$ɴD!8mtתoU6J耣rԙt;TF_b)5>2[7%=&Y7Z. HfYD-HY7v{zkD5ǃs; аLs%ꕃ4#]赟Pڗ7#?>2[q?xkyEAwcPgl Pdks/XRbZF~>~K\\U͵6Ƥ kզLxsS2`_1*|Pig^ A]HԒqĎp,wp<l< TM程wȣ뜝i\TBat G 1/dKe2r,C~X A|`xw/`FKL> nGG Nnġ Q4gDXv(UHWHV6VUYa^m]/H2X@  ww30qt q)@Ѷ ɚt`+,{{ m<1`b9tiW|)*9'm*=Yye)9jTKJW|*s=/*@ed\ 5/I9!01<5х:$~ % |*r!OۖUb7(oAv5vVO8!ŧe䶷|mYr B@FbnU+D?PxwNH~fL6ֽ!vY7,H"uD]`U S5w?FQ(1Bx }WжsS$ ̄ƈ6sɤ?#YÒn$_[_5`aڡ5`}ʝ,(Sj[lON(2KB50/+zGv9zh_Eҵ-粔/I# 1jmV|A)=!Ĕt J) %cLDES]>|NG?)xf uѢިAY_5yHSx; oX)6PH 5婸[`Η0#<[i 4YeFgznýw%y%!l9pT,\Mk*[zP|wdHR(hRl eX͞ ^,=†L7E{v"9, D:Lf뗷XPk<ܰ`7?G550o*X?֝Oi*bʨ*@u2j01tm&K**ڊ@]d S@3/oJ~@P1s4>bMKV0x&JfnuN%E.*یN aJL/iNuFq6 <;Wj izU7bǓ<t鶣$aCe )F[iܢS^t0;RV.݁Y&_JGP {;o*4t!C@ H.ˑ}WlV*p<<8Q@Iqw. !.o?x\YGaxVXdr-m~}{9:hj l 'yhƶHM ӑg/O.TfsІuJO(gd)ᵕƊK!$j}\PlBn/ %'fIy>fX*yU ة)JL5:SS̀"Pa+1 }ǙK &?2%o<`XL3dDcJA rKoR~޵T6踽x @qPK ?XaM06IE1h?mg9:l֦RGv'-;@~ dwi k*Vt/w0| dZFX!sD k6-(U&D}•v`O՜'lvHH$Xgzop(G} =ŶZu) 㾂}Gm AO5T)i f/.>37;8䪌]-u+…$4#E!ɋ.*>N~wW ^?w'"E?|-l R3ͥ{;fx,전Wz  x/Ư=f5Vy1]ƞE)=V[Y+Su"7hxz38YNY@|%Ĥ#De\z""UMja%iCCX;&Y!`7{%*GmЅRhylaeJgK`*lLH*<ԩ=5aq׎5D`)a!;WC&)Cۇ17o(#*VHyPl ojE 6\ے;*KT;u,n(GpnyKd&{1ˌJnjs# I'iדT A،^ePiބq"hwX6,'Qۛ@jN$7)D'C$TzpQ#g:`G1am G VPXɹzU;IOL6@^mɣ{F߿Ԁe<JIdN`ÙK|JLojm@Vt6?M&.j'_Jbr Fx4WXꧮmY6T-[~6q,n.FHw|[:W-j"< &brt a"d$>Ӕ٦1ǓOL{2{\ +@-[v@"ZxRMSܿ'3/C^M~|C LY<9t76*,G/lvt552B^͛y9@yd&i>t#§tԏ cx [ 'lAUqomLrTak ߉cVFPB)@9oK֘m%KP7]pK1JImEE@UubÞՔԴuBm"9Ʒq@x󰇕_O| &1s3l-EΊ|ZN{E&:(*[}Wmk<"V^+%fC5%>ƊP,s IWkz,0~`#0{Oe'=4%l"so!ߦXSQwA&nh&ew+H9G$TQRۇb90G50$egr4ߎUQHbH|qlg1Tk#>8=_B쥼"0!# /Syw#ޓ1BJ`tAa/$DD\GqVٻjvUӧYaùDv(1G}| 7x!"da&n[;!mATpJcsfyڣ``͂uΠxw61uE5Vtt-2fUzRDqOr-G0:>`(IyrؽVGCw :x^6Q>rGTSdNVo5wMPg e# +SaGD_1 |( "XB0F8O F X4*\ *sJ|{gyj#1VPX_YFeZG.<qyfF=sFF$exy㿪{\1 mQ8qiJPCa:9)14T:޵u[<.nòr GCGJQc1_6L>$AS]z4`oG}!hw_CL9@IyvҫlѵֱId ?!~2 [bio#il _:kV2ƾ =7{"ꭤxuh3./4VfFq^zFx&D)__R(%t] 8L_dpoTN]J=>J& *"u/@"9XtR: .NenoE 1#7{m!z kCZ mNfu^d|LӍer덯6<|cOGI]rkq3͊ rrY6ީ](E hjRUM$gU0˩mZX*x= YZ