python2-Cython-0.29.14-lp152.2.6.1<>,̉`v/=„:䇣shDk[0@H<~Ɣ%woLU+b@;'lcS/% La'ü_N?~R x*V$ .+ڤd6ܜ +L>[Q *ބJcnN>SNH~*$_!i%=䷬`{`>9//'U6i5&F<_}$G\?Ld % jTX`dw  6 6 P6 6 6  6 6d6r6ȀȬ6ф}(ӳ8Ӽ*9d*:*>;@CBKFgG|6HT6I,6XdYtZ[\6]6^bcЭdDeIfLlNu`6v8w6x6ytzHCpython2-Cython0.29.14lp152.2.6.1The Cython compiler for writing C extensions for the Python languageThe Cython language allows for writing C extensions for the Python language. Cython is a source code translator based on Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is very close to the Python language (and most Python code is also valid Cython code), but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.`vbuild81~ openSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgUnspecifiedhttp://www.cython.orglinuxi586 update-alternatives --install /usr/bin/cython cython /usr/bin/cython-2.7 27 \ --slave /usr/bin/cythonize cythonize /usr/bin/cythonize-2.7 \ --slave /usr/bin/cygdb cygdb /usr/bin/cygdb-2.7 if [ ! -e "/usr/bin/cython-2.7" ]; then update-alternatives --quiet --remove "cython" "/usr/bin/cython-2.7" fi{zs a |1100R]IIX7 ;;V## E]]W\222]pj<iY77&#=#= x8}){PTo$n#[M#T f++ hjvku*K: tk!k!tnm&U++~DD@1L201 Xv"h*655-!p2nM&M&AHUUqt&Q75/.8>8 s $   !4-3+- ll``.. && $++h$$W6KKpp-t;#:`$##::u|`{Ƥ 4,,b  G=^Y aht^t(  b))b s s5:+N+N=BDCEEBACFEFAFBBEADDDDGGAFADCBEEE@A >O&{5& o#'  $ ,3G dYc xA& 'dO mt ) y %^ " X}} b z$ 0  >  cc ""Tv}I |.. mmP'&'&?PHH/!!f$$qq 2JJ= ..HJ@&&+%|%| T&& 9:r:rsse@  ';R ef!).VYpTL0Am2;}CC5::fZZaaOFU\I#F ,s X'A큤A큤큤A큤A큤큤큤큤A큤큤A큤A큤A큤AA큤A큤A큤A큤A큤A큤A큤큤큤A큤큤A큤큤A큤A큤A큤A큤A큤`v`v`v`v`v`v`v`v`v`v`v`vYԝ`v`v]`v`v][`v`vXL"`v`v\Matej Cepl Arun Persaud Arun Persaud Tomáš Chvátal Ondřej Súkup Ondřej Súkup Todd R Ondřej Súkup Todd R Arun Persaud ncutler@suse.comArun Persaud Arun Persaud arun@gmx.dearun@gmx.dearun@gmx.detoddrme2178@gmail.comtchvatal@suse.comarun@gmx.detchvatal@suse.commimi.vx@gmail.comjengelh@inai.dejmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comrguenther@suse.comted.nokonechny@uregina.cabwiedemann@suse.comtoddrme2178@gmail.comtermim@gmail.commcihar@suse.czmcihar@suse.czmcihar@suse.czmcihar@suse.czhpj@urpla.netdimstar@opensuse.orgdimstar@opensuse.orgp.drouand@gmail.comLed - update to version 0.29.14: * Bugs fixed + The generated code failed to initialise the tp_print slot in CPython 3.8. Patches by Pablo Galindo and Orivej Desh (Github issues #3171, #3201). + ? for bool was missing from the supported NumPy dtypes. Patch by Max Klein. (Github issue #2675) + await was not allowed inside of f-strings. Patch by Dmitro Getz. (Github issue #2877) + Coverage analysis failed for projects where the code resides in separate source sub-directories. Patch by Antonio Valentino. (Github issue #1985) + An incorrect compiler warning was fixed in automatic C++ string conversions. Patch by Gerion Entrup. (Github issue #3108) + Error reports in the Jupyter notebook showed unhelpful stack traces. Patch by Matthew Edwards (Github issue #3196). + Python.h is now also included explicitly from public header files. (Github issue #3133). + Distutils builds with --parallel did not work when using Cython's deprecated build_ext command. Patch by Alphadelta14 (Github issue #3187). * Other changes + The PyMemoryView_*() C-API is available in cpython.memoryview. Patch by Nathan Manville. (Github issue [#2541])- Update to 0.29.13: - A reference leak for None was fixed when converting a memoryview to a Python object. (Github issue #3023) - The declaration of PyGILState_STATE in cpython.pystate was unusable. Patch by Kirill Smelkov. (Github issue #2997) - The declarations in posix.mman were extended. Patches by Kirill Smelkov. (Github issues #2893, #2894, #3012)- update to version 0.29.12: * Fix compile error in CPython 3.8b2 regarding the PyCode_New() signature. (Github issue #3031) * Fix a C compiler warning about a missing int downcast. (Github issue #3028) * Fix reported error positions of undefined builtins and constants. Patch by Orivej Desh. (Github issue #3030) * A 32 bit issue in the Pythran support was resolved. Patch by Serge Guelton. (Github issue #3032)- update to version 0.29.11: * Bugs fixed + Fix compile error in CPython 3.8b2 regarding the PyCode_New() signature. Patch by Nick Coghlan. (Github issue #3009) + Invalid C code generated for lambda functions in cdef methods. Patch by Josh Tobin. (Github issue #2967) + Support slice handling in newer Pythran versions. Patch by Serge Guelton. (Github issue #2989) + A reference leak in power-of-2 calculation was fixed. Patch by Sebastian Berg. (Github issue #3022) + The search order for include files was changed. Previously it was include_directories, Cython/Includes, sys.path. Now it is include_directories, sys.path, Cython/Includes. This was done to allow third-party *.pxd files to override the ones in Cython. Original patch by Matti Picus. (Github issue #2905) + Setting language_level=2 in a file did not work if language_level=3 was enabled globally before. Patch by Jeroen Demeyer. (Github issue #2791)- Say goodbye to -doc subpackage as the documentation is online and does not build with latest sphinx releases (even in master at the moment). - The testing in -doc spec was disabled anyway and if needed we will reintroduce it as a multibuild- update to 0.29.10 * Fix compile errors in CPython 3.8b1 due to the new "tp_vectorcall" slots. * Remove an incorrect cast when using true-division in C++ operations. * C compile errors with CPython 3.8 were resolved. * Python tuple constants that compare equal but have different item types could incorrectly be merged into a single constant. * Non-ASCII characters in unprefixed strings could crash the compiler when used with language level 3str * Starred expressions in %-formatting tuples could fail to compile for unicode strings * Passing Python class references through cython.inline() was broken.- update to 0.29.7 * Crash when the shared Cython config module gets unloaded and another Cython module reports an exceptions. Cython now makes sure it keeps an owned reference to the module * Resolved a C89 compilation problem when enabling the fast-gil sharing feature. * Coverage reporting did not include the signature line of cdef functions * Casting a GIL-requiring function into a nogil function now issues a warning * Generators and coroutines were missing their return type annotation- Add cython_use_imgmath.patch The pngmath Sphinx extension has been removed. Use imgmath instead. See: gh#cython/cython#2818- update to 0.29.6 * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions. * Fix the parsing of buffer format strings that contain numeric sizes, which could lead to incorrect input rejections. * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6. * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3, even though the default encoding there is UTF-8. * Crash when defining a Python subclass of an extension type and repeatedly calling a cpdef method on it. * Compiler crash when prange() loops appear inside of with-statements. * Some C compiler warnings were resolved. * Python conversion of C++ enums failed in 0.29.- Update to 0.29.4 * Division of numeric constants by a runtime value of 0 could fail to raise a ``ZeroDivisionError``. (Github issue #2820)- specfile: * update copyright year - update to version 0.29.3: * Some C code for memoryviews was generated in a non-deterministic order. Patch by Martijn van Steenbergen. (Github issue #2779) * C89 compatibility was accidentally lost since 0.28. Patches by gastineau and true-pasky. (Github issues #2778, #2801) * A C compiler cast warning was resolved. Patch by Michael Buesch. (Github issue #2774) * An compilation failure with complex numbers under MSVC++ was resolved. (Github issue #2797) * Coverage reporting could fail when modules were moved around after the build. Patch by Wenjun Si. (Github issue #2776) - changes from version 0.29.2 : * The code generated for deduplicated constants leaked some references. (Github issue #2750) * The declaration of sigismember() in libc.signal was corrected. (Github issue #2756) * Crashes in compiler and test runner were fixed. (Github issue [#2736], #2755) * A C compiler warning about an invalid safety check was resolved. (Github issue #2731)- revert to version 0.28.5 to restore support for subinterpreters needed by Ceph - stopgap measure until issue can be addressed upstream (bsc#1118611)- update to version 0.29.1: * Bugs fixed + Extensions compiled with MinGW-64 under Windows could misinterpret integer objects larger than 15 bit and return incorrect results. (Github issue #2670) + Cython no longer requires the source to be writable when copying its data into a memory view slice. Patch by Andrey Paramonov. (Github issue #2644) + Line tracing of try-statements generated invalid C code. (Github issue #2274) + When using the warn.undeclared directive, Cython's own code generated warnings that are now fixed. Patch by Nicolas Pauss. (Github issue #2685) + Cython's memoryviews no longer require strides for setting the shape field but only the PyBUF_ND flag to be set. Patch by John Kirkham. (Github issue #2716) + Some C compiler warnings about unused memoryview code were fixed. Patch by Ho Cheuk Ting. (Github issue #2588) + A C compiler warning about implicit signed/unsigned conversion was fixed. (Github issue #2729) + Assignments to C++ references returned by operator[] could fail to compile. (Github issue #2671) + The power operator and the support for NumPy math functions were fixed in Pythran expressions. Patch by Serge Guelton. (Github issues #2702, #2709) + Signatures with memory view arguments now show the expected type when embedded in docstrings. Patch by Matthew Chan and Benjamin Weigel. (Github issue #2634) + Some from ... cimport ... constructs were not correctly considered when searching modified dependencies in cythonize() to decide whether to recompile a module. Patch by Kryštof Pilnáček. (Github issue #2638) + A struct field type in the cpython.array declarations was corrected. Patch by John Kirkham. (Github issue #2712)- update to version 0.29: * Features added + PEP-489 multi-phase module initialisation has been enabled again. Module reloads in other subinterpreters raise an exception to prevent corruption of the static module state. + A set of mypy compatible PEP-484 declarations were added for Cython's C data types to integrate with static analysers in typed Python code. They are available in the Cython/Shadow.pyi module and describe the types in the special cython module that can be used for typing in Python code. Original patch by Julian Gethmann. (Github issue #1965) + Memoryviews are supported in PEP-484/526 style type declarations. (Github issue #2529) + @cython.nogil is supported as a C-function decorator in Python code. (Github issue #2557) + Raising exceptions from nogil code will automatically acquire the GIL, instead of requiring an explicit with gil block. + C++ functions can now be declared as potentially raising both C++ and Python exceptions, so that Cython can handle both correctly. (Github issue #2615) + cython.inline() supports a direct language_level keyword argument that was previously only available via a directive. + A new language level name 3str was added that mostly corresponds to language level 3, but keeps unprefixed string literals as type 'str' in both Py2 and Py3, and the builtin 'str' type unchanged. This will become the default in the next Cython release and is meant to help user code a) transition more easily to this new default and b) migrate to Python 3 source code semantics without making support for Python 2.x difficult. + In CPython 3.6 and later, looking up globals in the module dict is almost as fast as looking up C globals. (Github issue #2313) + For a Python subclass of an extension type, repeated method calls to non-overridden cpdef methods can avoid the attribute lookup in Py3.6+, which makes them 4x faster. (Github issue [#2313]) + (In-)equality comparisons of objects to integer literals are faster. (Github issue #2188) + Some internal and 1-argument method calls are faster. + Modules that cimport many external extension types from other Cython modules execute less import requests during module initialisation. + Constant tuples and slices are deduplicated and only created once per module. (Github issue #2292) + The coverage plugin considers more C file extensions such as .cc and .cxx. (Github issue #2266) + The cythonize command accepts compile time variable values (as set by DEF) through the new -E option. Patch by Jerome Kieffer. (Github issue #2315) + pyximport can import from namespace packages. Patch by Prakhar Goel. (Github issue #2294) + Some missing numpy and CPython C-API declarations were added. Patch by John Kirkham. (Github issues #2523, #2520, [#2537]) + Declarations for the pylifecycle C-API functions were added in a new .pxd file cpython.pylifecycle. + The Pythran support was updated to work with the latest Pythran 0.8.7. Original patch by Adrien Guinet. (Github issue #2600) + %a is included in the string formatting types that are optimised into f-strings. In this case, it is also automatically mapped to %r in Python 2.x. + New C macro CYTHON_HEX_VERSION to access Cython's version in the same style as PY_HEX_VERSION. + Constants in libc.math are now declared as const to simplify their handling. + An additional check_size clause was added to the ctypedef class name specification to allow suppressing warnings when importing modules with backwards-compatible PyTypeObject size changes. Patch by Matti Picus. (Github issue #2627) * Bugs fixed + The exception handling in generators and coroutines under CPython 3.7 was adapted to the newly introduced exception stack. Users of Cython 0.28 who want to support Python 3.7 are encouraged to upgrade to 0.29 to avoid potentially incorrect error reporting and tracebacks. (Github issue #1958) + Crash when importing a module under Stackless Python that was built for CPython. Patch by Anselm Kruis. (Github issue #2534) + 2-value slicing of typed sequences failed if the start or stop index was None. Patch by Christian Gibson. (Github issue #2508) + Multiplied string literals lost their factor when they are part of another constant expression (e.g. 'x' * 10 + 'y' => 'xy'). + String formatting with the '%' operator didn't call the special __rmod__() method if the right side is a string subclass that implements it. (Python issue 28598) + The directive language_level=3 did not apply to the first token in the source file. (Github issue #2230) + Overriding cpdef methods did not work in Python subclasses with slots. Note that this can have a performance impact on calls from Cython code. (Github issue #1771) + Fix declarations of builtin or C types using strings in pure python mode. (Github issue #2046) + Generator expressions and lambdas failed to compile in @cfunc functions. (Github issue #459) + Global names with const types were not excluded from star-import assignments which could lead to invalid C code. (Github issue [#2621]) + Several internal function signatures were fixed that lead to warnings in gcc-8. (Github issue #2363) + The numpy helper functions set_array_base() and get_array_base() were adapted to the current numpy C-API recommendations. Patch by Matti Picus. (Github issue #2528) + Some NumPy related code was updated to avoid deprecated API usage. Original patch by jbrockmendel. (Github issue #2559) + Several C++ STL declarations were extended and corrected. Patch by Valentin Valls. (Github issue #2207) + C lines of the module init function were unconditionally not reported in exception stack traces. Patch by Jeroen Demeyer. (Github issue #2492) + When PEP-489 support is enabled, reloading the module overwrote any static module state. It now raises an exception instead, given that reloading is not actually supported. + Object-returning, C++ exception throwing functions were not checking that the return value was non-null. Original patch by Matt Wozniski (Github Issue #2603) + The source file encoding detection could get confused if the c_string_encoding directive appeared within the first two lines. (Github issue #2632) + Cython generated modules no longer emit a warning during import when the size of the NumPy array type is larger than what was found at compile time. Instead, this is assumed to be a backwards compatible change on NumPy side. * Other changes + Cython now emits a warning when no language_level (2, 3 or '3str') is set explicitly, neither as a cythonize() option nor as a compiler directive. This is meant to prepare the transition of the default language level from currently Py2 to Py3, since that is what most new users will expect these days. The future default will, however, not enforce unicode literals, because this has proven a major obstacle in the support for both Python 2.x and 3.x. The next major release is intended to make this change, so that it will parse all code that does not request a specific language level as Python 3 code, but with str literals. The language level 2 will continue to be supported for an indefinite time. + The documentation was restructured, cleaned up and examples are now tested. The NumPy tutorial was also rewritten to simplify the running example. Contributed by Gabriel de Marmiesse. (Github issue #2245) + Cython compiles less of its own modules at build time to reduce the installed package size to about half of its previous size. This makes the compiler slightly slower, by about 5-7%.- update to version 0.28.5: * The discouraged usage of GCC's attribute optimize("Os") was replaced by the similar attribute cold to reduce the code impact of the module init functions. (Github issue #2494) * A reference leak in Py2.x was fixed when comparing str to unicode for equality.- update to version 0.28.4: * Bugs fixed + Reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation. (Github issue #2309) + Exception catching based on a non-literal (runtime) tuple could fail to match the exception. (Github issue #2425) + Compile fix for CPython 3.7.0a2. (Github issue #2477)- update to version 0.28.3: * Set iteration was broken in non-CPython since 0.28. * UnicodeEncodeError in Py2 when %s formatting is optimised for unicode strings. (Github issue #2276) * Work around a crash bug in g++ 4.4.x by disabling the size reduction setting of the module init function in this version. (Github issue #2235)- Version update to 0.28.2 + Features added * ``abs()`` is faster for Python long objects. * The C++11 methods ``front()`` and ``end()`` were added to the declaration of ``libcpp.string``. Patch by Alex Huszagh. (Github issue #2123) * The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for ``std::unordered_map``. Patch by Valentin Valls. (Github issue #2168) + Bugs fixed * The copy of a read-only memoryview was considered read-only as well, whereas a common reason to copy a read-only view is to make it writable. The result of the copying is now a writable buffer by default. (Github issue #2134) * The ``switch`` statement generation failed to apply recursively to the body of converted if-statements. * ``NULL`` was sometimes rejected as exception return value when the returned type is a fused pointer type. Patch by Callie LeFave. (Github issue #2177) * Fixed compatibility with PyPy 5.11. Patch by Matti Picus. (Github issue #2165) + Other changes * The NumPy tutorial was rewritten to use memoryviews instead of the older buffer declaration syntax. Contributed by Gabriel de Marmiesse. (Github issue #2162)- Version update to 0.28.1: * PyFrozenSet_New() was accidentally used in PyPy where it is lacking from the C-API. * Assignment between some C++ templated types were incorrectly rejected when the templates mix const with ctypedef. (Github issue #2148) * Undeclared C++ no-args constructors in subclasses could make the compilation fail if the base class constructor was declared without nogil. (Github issue #2157) * Bytes %-formatting inferred basestring (bytes or unicode) as result type in some cases where bytes would have been safe to infer. (Github issue #2153) * None was accidentally disallowed as typed return value of dict.pop().- update to version 0.28: * Features added + Cdef classes can now multiply inherit from ordinary Python classes. (The primary base must still be a c class, possibly object, and the other bases must not be cdef classes.) + Type inference is now supported for Pythran compiled NumPy expressions. Patch by Nils Braun. (Github issue #1954) + The const modifier can be applied to memoryview declarations to allow read-only buffers as input. (Github issues #1605, #1869) + C code in the docstring of a cdef extern block is copied verbatimly into the generated file. Patch by Jeroen Demeyer. (Github issue #1915) + When compiling with gcc, the module init function is now tuned for small code size instead of whatever compile flags were provided externally. Cython now also disables some code intensive optimisations in that function to further reduce the code size. (Github issue #2102) + Decorating an async coroutine with @cython.iterable_coroutine changes its type at compile time to make it iterable. While this is not strictly in line with PEP-492, it improves the interoperability with old-style coroutines that use yield from instead of await. + The IPython magic has preliminary support for JupyterLab. (Github issue #1775) + The new TSS C-API in CPython 3.7 is supported and has been backported. Patch by Naotoshi Seo. (Github issue #1932) + Cython knows the new Py_tss_t type defined in PEP-539 and automatically initialises variables declared with that type to Py_tss_NEEDS_INIT, a value which cannot be used outside of static assignments. + The set methods .remove() and .discard() are optimised. Patch by Antoine Pitrou. (Github issue #2042) + dict.pop() is optimised. Original patch by Antoine Pitrou. (Github issue #2047) + Iteration over sets and frozensets is optimised. (Github issue [#2048]) + Safe integer loops (< range(2^30)) are automatically optimised into C loops. + alist.extend([a,b,c]) is optimised into sequential list.append() calls for short literal sequences. + Calls to builtin methods that are not specifically optimised into C-API calls now use a cache that avoids repeated lookups of the underlying C function. (Github issue #2054) + Single argument function calls can avoid the argument tuple creation in some cases. + Some redundant extension type checks are avoided. + Formatting C enum values in f-strings is faster, as well as some other special cases. + String formatting with the '%' operator is optimised into f-strings in simple cases. + Subscripting (item access) is faster in some cases. + Some bytearray operations have been optimised similar to bytes. + Some PEP-484/526 container type declarations are now considered for loop optimisations. + Indexing into memoryview slices with view[i][j] is now optimised into view[i, j]. + Python compatible cython.* types can now be mixed with type declarations in Cython syntax. + Name lookups in the module and in classes are faster. + Python attribute lookups on extension types without instance dict are faster. + Some missing signals were added to libc/signal.pxd. Patch by Jeroen Demeyer. (Github issue #1914) + The warning about repeated extern declarations is now visible by default. (Github issue #1874) + The exception handling of the function types used by CPython's type slot functions was corrected to match the de-facto standard behaviour, so that code that uses them directly benefits from automatic and correct exception propagation. Patch by Jeroen Demeyer. (Github issue #1980) + Defining the macro CYTHON_NO_PYINIT_EXPORT will prevent the module init function from being exported as symbol, e.g. when linking modules statically in an embedding setup. Patch by AraHaan. (Github issue #1944) * Bugs fixed + If a module name is explicitly provided for an Extension() that is compiled via cythonize(), it was previously ignored and replaced by the source file name. It can now be used to override the target module name, e.g. for compiling prefixed accelerator modules from Python files. (Github issue #2038) + The arguments of the num_threads parameter of parallel sections were not sufficiently validated and could lead to invalid C code. (Github issue #1957) + Catching exceptions with a non-trivial exception pattern could call into CPython with a live exception set. This triggered incorrect behaviour and crashes, especially in CPython 3.7. + The signature of the special __richcmp__() method was corrected to recognise the type of the first argument as self. It was previously treated as plain object, but CPython actually guarantees that it always has the correct type. Note: this can change the semantics of user code that previously relied on self being untyped. + Some Python 3 exceptions were not recognised as builtins when running Cython under Python 2. + Some async helper functions were not defined in the generated C code when compiling simple async code. (Github issue #2075) + Line tracing did not include generators and coroutines. (Github issue #1949) + C++ declarations for unordered_map were corrected. Patch by Michael Schatzow. (Github issue #1484) + Iterator declarations in C++ deque and vector were corrected. Patch by Alex Huszagh. (Github issue #1870) + The const modifiers in the C++ string declarations were corrected, together with the coercion behaviour of string literals into C++ strings. (Github issue #2132) + Some declaration types in libc.limits were corrected. Patch by Jeroen Demeyer. (Github issue #2016) + @cython.final was not accepted on Python classes with an @cython.cclass decorator. (Github issue #2040) + Cython no longer creates useless and incorrect PyInstanceMethod wrappers for methods in Python 3. Patch by Jeroen Demeyer. (Github issue #2105) + The builtin bytearray type could not be used as base type of cdef classes. (Github issue #2106)- Export fno-strict-aliasing to CFLAGS- update to 0.27.3 - big list of changes since 0.26.1 please see CHANGES.txt - Also fixes bsc#1062237- Ensure neutrality of description.- update for multipython build- Update to version 0.25.1 + Bugs fixed * Fixes a bug with ``isinstance(o, Exception)`` (Github issue #1496). * Fixes bug with ``cython.view.array`` missing utility code in some cases (Github issue #1502). + Other changes * The distutils extension ``Cython.Distutils.build_ext`` has been reverted, temporarily, to be ``old_build_ext`` to give projects time to migrate. The new build_ext is available as ``new_build_ext``.- Fix source URL.- update to version 0.25: + Features added * def/cpdef methods of cdef classes benefit from Cython's internal function implementation, which enables introspection and line profiling for them. Implementation sponsored by Turbostream (www.turbostream-cfd.com). * The distutils extension ``Cython.Distutils.build_ext`` has now been updated to use cythonize which properly handles dependencies. The old extension can still be found in ``Cython.Distutils.old_build_ext`` and is now deprecated. * Calls to Python functions are faster, following the recent "FastCall" optimisations that Victor Stinner implemented for CPython 3.6. See https://bugs.python.org/issue27128 and related issues. * The new METH_FASTCALL calling convention for PyCFunctions is supported in CPython 3.6. See https://bugs.python.org/issue27810 * C++ classes can now have typedef members. STL containers updated with value_type. * Support for bazel using a the pyx_library rule in //Tools:rules.bzl. * Initial support for using Cython modules in Pyston. Patch by Daetalus. * Dynamic Python attributes are allowed on cdef classes if an attribute ``cdef dict __dict__`` is declared in the class. Patch by empyrical. * Cython implemented C++ classes can make direct calls to base class methods. Patch by empyrical. * New directive ``cython.no_gc`` to fully disable GC for a cdef class. Patch by Claudio Freire. * Buffer variables are no longer excluded from ``locals()``. Patch by da-woods. * Building f-strings is faster, especially when formatting C integers. * for-loop iteration over "std::string". * ``libc/math.pxd`` provides ``e`` and ``pi`` as alias constants to simplify usage as a drop-in replacement for Python's math module. * Speed up cython.inline(). * Binary lshift operations with small constant Python integers are faster. * Some integer operations on Python long objects are faster in Python 2.7. * Support for the C++ ``typeid`` operator. + Significant Bugs fixed * Division of complex numbers avoids overflow by using Smith's method. * Some function signatures in ``libc.math`` and ``numpy.pxd`` were incorrect. Pach by Michael Seifert. + Other changes * The "%%cython" IPython/jupyter magic now defaults to the language level of the current jupyter kernel. The language level can be set explicitly with "%%cython -2" or "%%cython -3". - update to version 0.24.1: * IPython cell magic was lacking a good way to enable Python 3 code semantics. It can now be used as "%%cython -3". * Follow a recent change in PEP 492 and CPython 3.5.1 that now requires the __aiter__() method of asynchronous iterators to be a simple def method instead of an async def method. * Coroutines and generators were lacking the __module__ special attribute. * C++ std::complex values failed to auto-convert from and to Python complex objects. * Namespaced C++ types could not be used as memory view types due to lack of name mangling. Patch by Ivan Smirnov. * Assignments between identical C++ types that were declared with differently typedefed template types could fail. * Rebuilds could fail to evaluate dependency timestamps in C++ mode. Patch by Ian Henriksen. * Macros defined in the distutils compiler option do not require values anymore. Patch by Ian Henriksen. * Minor fixes for MSVC, Cygwin and PyPy. - specfile: * changed to https for source url * updated source url to files.pythonhosted.org - update to version 0.24: * Features added + PEP 498: Literal String Formatting (f-strings). Original patch by Jelle Zijlstra. https://www.python.org/dev/peps/pep-0498/ + PEP 515: Underscores as visual separators in number literals. https://www.python.org/dev/peps/pep-0515/ + Parser was adapted to some minor syntax changes in Py3.6, e.g. https://bugs.python.org/issue9232 + The embedded C code comments that show the original source code can be discarded with the new directive emit_code_comments=False. + Cpdef enums are now first-class iterable, callable types in Python. + Ctuples can now be declared in pure Python code. + Posix declarations for DLL loading and stdio extensions were added. Patch by Lars Buitinck. + The Py2-only builtins unicode(), xrange(), reduce() and long are now also available in compile time DEF expressions when compiling with Py3. + Exception type tests have slightly lower overhead. This fixes ticket 868. + @property syntax fully supported in cdef classes, old syntax deprecated. + C++ classes can now be declared with default template parameters. * Bugs fixed + C++ exceptions raised by overloaded C++ operators were not always handled. Patch by Ian Henriksen. + C string literals were previously always stored as non-const global variables in the module. They are now stored as global constants when possible, and otherwise as non-const C string literals in the generated code that uses them. This improves compatibility with strict C compiler options and prevents non-const strings literals with the same content from being incorrectly merged. + Compile time evaluated str expressions (DEF) now behave in a more useful way by turning into Unicode strings when compiling under Python 3. This allows using them as intermediate values in expressions. Previously, they always evaluated to bytes objects. + isinf() declarations in libc/math.pxd and numpy/math.pxd now reflect the actual tristate int return value instead of using bint. + Literal assignments to ctuples avoid Python tuple round-trips in some more corner cases. + Iteration over dict(...).items() failed to get optimised when dict arguments included keyword arguments. + cProfile now correctly profiles cpdef functions and methods. - update to version 0.23.5: * Compile errors and warnings in integer type conversion code. This fixes ticket 877. Patches by Christian Neukirchen, Nikolaus Rath, Ian Henriksen. * Reference leak when "*args" argument was reassigned in closures. * Truth-testing Unicode strings could waste time and memory in Py3.3+. * Return values of async functions could be ignored and replaced by None. * Compiler crash in CPython 3.6. * Fix prange() to behave identically to range(). The end condition was miscalculated when the range was not exactly divisible by the step. * Optimised all(genexpr)/any(genexpr) calls could warn about unused code. This fixes ticket 876. - Remove unneeded python-Cython-c++11.patch- update to version 0.23.4: * Memory leak when calling Python functions in PyPy. * Compilation problem with MSVC in C99-ish mode. * Warning about unused values in a helper macro. - update to version 0.23.3: * Invalid C code for some builtin methods. This fixes ticket 856 again. * Incorrect C code in helper functions for PyLong conversion and string decoding. This fixes ticket 863, ticket 864 and ticket 865. Original patch by Nikolaus Rath. * Large folded or inserted integer constants could use too small C integer types and thus trigger a value wrap-around. * The coroutine and generator types of Cython now also register directly with the Coroutine and Generator ABCs in the backports_abc module if it can be imported. This fixes ticket 870. - update to version 0.23.2: * Compiler crash when analysing some optimised expressions. * Coverage plugin was adapted to coverage.py 4.0 beta 2. * C++ destructor calls could fail when '&' operator is overwritten. * Incorrect C literal generation for large integers in compile-time evaluated DEF expressions and constant folded expressions. * Byte string constants could end up as Unicode strings when originating from compile-time evaluated DEF expressions. * Invalid C code when caching known builtin methods. This fixes ticket 860. * ino_t in posix.types was not declared as unsigned. * Declarations in libcpp/memory.pxd were missing operator!(). Patch by Leo Razoumov. * Static cdef methods can now be declared in .pxd files. - update to version 0.23.1: * Invalid C code for generators. This fixes ticket 858. * Invalid C code for some builtin methods. This fixes ticket 856. * Invalid C code for unused local buffer variables. This fixes ticket 154. * Test failures on 32bit systems. This fixes ticket 857. * Code that uses "from xyz import *" and global C struct/union/array variables could fail to compile due to missing helper functions. This fixes ticket 851. * Misnamed PEP 492 coroutine property cr_yieldfrom renamed to cr_await to match CPython. * Missing deallocation code for C++ object attributes in certain extension class hierarchies. * Crash when async coroutine was not awaited. * Compiler crash on yield in signature annotations and default argument values. Both are forbidden now. * Compiler crash on certain constructs in finally clauses. * Cython failed to build when CPython's pgen is installed. - update to version 0.23: * Features added + PEP 492 (async/await) was implemented. See https://www.python.org/dev/peps/pep-0492/ + PEP 448 (Additional Unpacking Generalizations) was implemented. See https://www.python.org/dev/peps/pep-0448/ + Support for coverage.py 4.0+ can be enabled by adding the plugin "Cython.Coverage" to the ".coveragerc" config file. + Annotated HTML source pages can integrate (XML) coverage reports. + Tracing is supported in nogil functions/sections and module init code. + When generators are used in a Cython module and the module imports the modules "inspect" and/or "asyncio", Cython enables interoperability by patching these modules during the import to recognise Cython's internal generator and coroutine types. This can be disabled by C compiling the module with "-D CYTHON_PATCH_ASYNCIO=0" or "-D CYTHON_PATCH_INSPECT=0" + When generators or coroutines are used in a Cython module, their types are registered with the Generator and Coroutine ABCs in the collections or collections.abc stdlib module at import time to enable interoperability with code that needs to detect and process Python generators/coroutines. These ABCs were added in CPython 3.5 and are available for older Python versions through the backports_abc module on PyPI. See https://bugs.python.org/issue24018 + Adding/subtracting/dividing/modulus and equality comparisons with constant Python floats and small integers are faster. + Binary and/or/xor/rshift operations with small constant Python integers are faster. + When called on generator expressions, the builtins all(), any(), dict(), list(), set(), sorted() and unicode.join() avoid the generator iteration overhead by inlining a part of their functionality into the for-loop. + Keyword argument dicts are no longer copied on function entry when they are not being used or only passed through to other function calls (e.g. in wrapper functions). + The PyTypeObject declaration in cpython.object was extended. + The builtin type type is now declared as PyTypeObject in source, allowing for extern functions taking type parameters to have the correct C signatures. Note that this might break code that uses type just for passing around Python types in typed variables. Removing the type declaration provides a backwards compatible fix. + wraparound() and boundscheck() are available as no-ops in pure Python mode. + Const iterators were added to the provided C++ STL declarations. + Smart pointers were added to the provided C++ STL declarations. Patch by Daniel Filonik. + NULL is allowed as default argument when embedding signatures. This fixes ticket 843. + When compiling with --embed, the internal module name is changed to __main__ to allow arbitrary program names, including those that would be invalid for modules. Note that this prevents reuse of the generated C code as an importable module. + External C++ classes that overload the assignment operator can be used. Patch by Ian Henriksen. + Support operator bool() for C++ classes so they can be used in if statements. * Bugs fixed + Calling "yield from" from Python on a Cython generator that returned a value triggered a crash in CPython. This is now being worked around. See https://bugs.python.org/issue23996 + Language level 3 did not enable true division (a.k.a. float division) for integer operands. + Functions with fused argument types that included a generic 'object' fallback could end up using that fallback also for other explicitly listed object types. + Relative cimports could accidentally fall back to trying an absolute cimport on failure. + The result of calling a C struct constructor no longer requires an intermediate assignment when coercing to a Python dict. + C++ exception declarations with mapping functions could fail to compile when pre-declared in .pxd files. + cpdef void methods are now permitted. + abs(cint) could fail to compile in MSVC and used sub-optimal code in C++. Patch by David Vierra, original patch by Michael Enßlin. + Buffer index calculations using index variables with small C integer types could overflow for large buffer sizes. Original patch by David Vierra. + C unions use a saner way to coerce from and to Python dicts. + When compiling a module foo.pyx, the directories in sys.path are no longer searched when looking for foo.pxd. Patch by Jeroen Demeyer. + Memory leaks in the embedding main function were fixed. Original patch by Michael Enßlin. + Some complex Python expressions could fail to compile inside of finally clauses. + Unprefixed 'str' literals were not supported as C varargs arguments. + Fixed type errors in conversion enum types to/from Python. Note that this imposes stricter correctness requirements on enum declarations. * Other changes + Changed mangling scheme in header files generated by cdef api declarations. + Installation under CPython 3.3+ no longer requires a pass of the 2to3 tool. This also makes it possible to run Cython in Python 3.3+ from a source checkout without installing it first. Patch by Petr Viktorin. + jedi-typer.py (in Tools/) was extended and renamed to jedityper.py (to make it importable) and now works with and requires Jedi 0.9. Patch by Tzer-jen Wei.- Add python-Cython-c++11.patch to fix complex math testcase compile with GCC 6 defaulting to C++14. (bnc#963974)- "mangle" tests/run/cpdef_extern_func.pyx to allow package to build for SLE_11_SP3 and SLE_11_SP4. * cpdef const char* strchr(const char *haystack, int needle); does not seem to match any from /usr/include/string.h and fails for cpp tests via python runtests.py -vv * cpdef_extern_func.pyx was not present in 0.21.1- Require python-devel for Python.h (bnc#942385)- Remove unneeded numpy dependency to avoid dependency loop. - create dummy alternative to avoid 13.1's post-build-check bug - specfile: * fixing update_alternatives- Update to 0.22.1: Bugs fixed * Crash when returning values on generator termination. * In some cases, exceptions raised during internal isinstance() checks were not propagated. * Runtime reported file paths of source files (e.g for profiling and tracing) are now relative to the build root directory instead of the main source file. * Tracing exception handling code could enter the trace function with an active exception set. * The internal generator function type was not shared across modules. * Comparisons of (inferred) ctuples failed to compile. * Closures inside of cdef functions returning ``void`` failed to compile. * Using ``const`` C++ references in intermediate parts of longer expressions could fail to compile. * C++ exception declarations with mapping functions could fail to compile when pre-declared in .pxd files. * C++ compilation could fail with an ambiguity error in recent MacOS-X Xcode versions. * C compilation could fail in pypy3. * Fixed a memory leak in the compiler when compiling multiple modules. * When compiling multiple modules, external library dependencies could leak into later compiler runs. Fix by Jeroen Demeyer. This fixes ticket 845. - removed patch fix-32bit.patch as applied upstream- Use Source URL from cython.org- Add python-numpy as BuildRequires to have more complete test coverage- Fix doctests in 32-bit environment (fix-32bit.patch)- Update to 0.22: Features added * C functions can coerce to Python functions, which allows passing them around as callable objects. * C arrays can be assigned by value and auto-coerce from Python iterables and to Python lists (and tuples). * Extern C functions can now be declared as cpdef to export them to the module's Python namespace. Extern C functions in pxd files export their values to their own module, iff it exists. * Anonymous C tuple types can be declared as (ctype1, ctype2, ...). * PEP 479: turn accidental StopIteration exceptions that exit generators into a RuntimeError, activated with future import "generator_stop". See http://legacy.python.org/dev/peps/pep-0479/ * Looping over ``reversed(range())`` is optimised in the same way as ``range()``. Patch by Favian Contreras. Bugs fixed * Mismatching 'except' declarations on signatures in .pxd and .pyx files failed to produce a compile error. * Failure to find any files for the path pattern(s) passed into ``cythonize()`` is now an error to more easily detect accidental typos. * The ``logaddexp`` family of functions in ``numpy.math`` now has correct declarations. * In Py2.6/7 and Py3.2, simple Cython memory views could accidentally be interpreted as non-contiguous by CPython, which could trigger a CPython bug when copying data from them, thus leading to data corruption. See CPython issues 12834 and 23349. Other changes * Preliminary support for defining the Cython language with a formal grammar. To try parsing your files against this grammar, use the --formal_grammar directive. Experimental. * ``_`` is no longer considered a cacheable builtin as it could interfere with gettext. * Cythonize-computed metadata now cached in the generated C files.- fix update-alternatives handling in a distribution backwards compatible way- Re-enable test-suite. - Add gcc-c++ BuildRequires: needed for the test-suite to be able to pass.- Fix usage of update-alternatives.- Improve update-alternatives. - Remove Cython-fix-version-detection.patch (got fixed upstream) - update to version 0.21.1: * Features added - New cythonize option -a to generate the annotated HTML source view. - Missing C-API declarations in cpython.unicode were added. - Passing language='c++' into cythonize() globally enables C++ mode for all modules that were not passed as Extension objects (i.e. only source files and file patterns). - Py_hash_t is a known type (used in CPython for hash values). - PySlice_*() C-API functions are available from the cpython.slice module. - Allow arrays of C++ classes. * Bugs fixed - Reference leak for non-simple Python expressions in boolean and/or expressions. - To fix a name collision and to reflect availability on host platforms, standard C declarations [ clock(), time(), struct tm and tm* functions ] were moved from posix/time.pxd to a new libc/time.pxd. Patch by Charles Blake. - Rerunning unmodified modules in IPython's cython support failed. Patch by Matthias Bussonier. - Casting C++ std::string to Python byte strings failed when auto-decoding was enabled. - Fatal exceptions in global module init code could lead to crashes if the already created module was used later on (e.g. through a stale reference in sys.modules or elsewhere). - cythonize.py script was not installed on MS-Windows. * Other changes - Compilation no longer fails hard when unknown compilation options are passed. Instead, it raises a warning and ignores them (as it did silently before 0.21). This will be changed back to an error in a future release.- fix bashisms in pre script/bin/sh/bin/shpython-Cythonpython-cythonbuild81 1624536826  !!#$$&'')**,--/0023456789::<==?@ABCCEFFHIJKLMMOPPRSSUVWXYZ[\]]_`abcdeeghijkkmnnpqrstuvwwyz{|}~,,,,       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefg,ijklmnopqrstuvwxyz{|}~,,,      !!#$$&'((*+,-./01234560.29.14-lp152.2.6.10.29.140.29.14-lp152.2.6.10.29.14-lp152.2.6.10.29.14-lp152.2.6.10.29.14      cygdbcythoncythonizecygdbcygdb-2.7cythoncython-2.7cythonizecythonize-2.7CythonCython-0.29.14-py2.7.egg-infoBuildBuildExecutable.pyBuildExecutable.pycBuildExecutable.pyoCythonize.pyCythonize.pycCythonize.pyoDependencies.pyDependencies.pycDependencies.pyoDistutils.pyDistutils.pycDistutils.pyoInline.pyInline.pycInline.pyoIpythonMagic.pyIpythonMagic.pycIpythonMagic.pyoTestsTestCyCache.pyTestCyCache.pycTestCyCache.pyoTestInline.pyTestInline.pycTestInline.pyoTestIpythonMagic.pyTestIpythonMagic.pycTestIpythonMagic.pyoTestStripLiterals.pyTestStripLiterals.pycTestStripLiterals.pyo__init__.py__init__.pyc__init__.pyo__init__.py__init__.pyc__init__.pyoCodeWriter.pyCodeWriter.pycCodeWriter.pyoCompilerAnalysedTreeTransforms.pyAnalysedTreeTransforms.pycAnalysedTreeTransforms.pyoAnnotate.pyAnnotate.pycAnnotate.pyoAutoDocTransforms.pyAutoDocTransforms.pycAutoDocTransforms.pyoBuffer.pyBuffer.pycBuffer.pyoBuiltin.pyBuiltin.pycBuiltin.pyoCmdLine.pyCmdLine.pycCmdLine.pyoCode.pxdCode.pyCode.pycCode.pyoCodeGeneration.pyCodeGeneration.pycCodeGeneration.pyoCythonScope.pyCythonScope.pycCythonScope.pyoDebugFlags.pyDebugFlags.pycDebugFlags.pyoErrors.pyErrors.pycErrors.pyoExprNodes.pyExprNodes.pycExprNodes.pyoFlowControl.pxdFlowControl.pyFlowControl.pycFlowControl.pyoFlowControl.soFusedNode.pyFusedNode.pycFusedNode.pyoFusedNode.soFuture.pyFuture.pycFuture.pyoInterpreter.pyInterpreter.pycInterpreter.pyoLexicon.pyLexicon.pycLexicon.pyoMain.pyMain.pycMain.pyoMemoryView.pyMemoryView.pycMemoryView.pyoModuleNode.pyModuleNode.pycModuleNode.pyoNaming.pyNaming.pycNaming.pyoNodes.pyNodes.pycNodes.pyoOptimize.pyOptimize.pycOptimize.pyoOptions.pyOptions.pycOptions.pyoParseTreeTransforms.pxdParseTreeTransforms.pyParseTreeTransforms.pycParseTreeTransforms.pyoParsing.pxdParsing.pyParsing.pycParsing.pyoPipeline.pyPipeline.pycPipeline.pyoPyrexTypes.pyPyrexTypes.pycPyrexTypes.pyoPythran.pyPythran.pycPythran.pyoScanning.pxdScanning.pyScanning.pycScanning.pyoScanning.soStringEncoding.pyStringEncoding.pycStringEncoding.pyoSymtab.pySymtab.pycSymtab.pyoTestsTestBuffer.pyTestBuffer.pycTestBuffer.pyoTestCmdLine.pyTestCmdLine.pycTestCmdLine.pyoTestFlowControl.pyTestFlowControl.pycTestFlowControl.pyoTestGrammar.pyTestGrammar.pycTestGrammar.pyoTestMemView.pyTestMemView.pycTestMemView.pyoTestParseTreeTransforms.pyTestParseTreeTransforms.pycTestParseTreeTransforms.pyoTestSignatureMatching.pyTestSignatureMatching.pycTestSignatureMatching.pyoTestTreeFragment.pyTestTreeFragment.pycTestTreeFragment.pyoTestTreePath.pyTestTreePath.pycTestTreePath.pyoTestTypes.pyTestTypes.pycTestTypes.pyoTestUtilityLoad.pyTestUtilityLoad.pycTestUtilityLoad.pyoTestVisitor.pyTestVisitor.pycTestVisitor.pyo__init__.py__init__.pyc__init__.pyoTreeFragment.pyTreeFragment.pycTreeFragment.pyoTreePath.pyTreePath.pycTreePath.pyoTypeInference.pyTypeInference.pycTypeInference.pyoTypeSlots.pyTypeSlots.pycTypeSlots.pyoUtilNodes.pyUtilNodes.pycUtilNodes.pyoUtilityCode.pyUtilityCode.pycUtilityCode.pyoVersion.pyVersion.pycVersion.pyoVisitor.pxdVisitor.pyVisitor.pycVisitor.pyoVisitor.so__init__.py__init__.pyc__init__.pyoCoverage.pyCoverage.pycCoverage.pyoDebuggerCygdb.pyCygdb.pycCygdb.pyoDebugWriter.pyDebugWriter.pycDebugWriter.pyoTestsTestLibCython.pyTestLibCython.pycTestLibCython.pyo__init__.py__init__.pyc__init__.pyocfuncs.ccodefiletest_libcython_in_gdb.pytest_libcython_in_gdb.pyctest_libcython_in_gdb.pyotest_libpython_in_gdb.pytest_libpython_in_gdb.pyctest_libpython_in_gdb.pyo__init__.py__init__.pyc__init__.pyolibcython.pylibcython.pyclibcython.pyolibpython.pylibpython.pyclibpython.pyoDebugging.pyDebugging.pycDebugging.pyoDistutils__init__.py__init__.pyc__init__.pyobuild_ext.pybuild_ext.pycbuild_ext.pyoextension.pyextension.pycextension.pyoold_build_ext.pyold_build_ext.pycold_build_ext.pyoIncludesDeprecatedpython.pxdpython_bool.pxdpython_buffer.pxdpython_bytes.pxdpython_cobject.pxdpython_complex.pxdpython_dict.pxdpython_exc.pxdpython_float.pxdpython_function.pxdpython_getargs.pxdpython_instance.pxdpython_int.pxdpython_iterator.pxdpython_list.pxdpython_long.pxdpython_mapping.pxdpython_mem.pxdpython_method.pxdpython_module.pxdpython_number.pxdpython_object.pxdpython_oldbuffer.pxdpython_pycapsule.pxdpython_ref.pxdpython_sequence.pxdpython_set.pxdpython_string.pxdpython_tuple.pxdpython_type.pxdpython_unicode.pxdpython_version.pxdpython_weakref.pxdstdio.pxdstdlib.pxdstl.pxdcpython__init__.pxdarray.pxdbool.pxdbuffer.pxdbytearray.pxdbytes.pxdceval.pxdcobject.pxdcomplex.pxddatetime.pxddict.pxdexc.pxdfloat.pxdfunction.pxdgetargs.pxdinstance.pxdint.pxditerator.pxdlist.pxdlong.pxdlongintrepr.pxdmapping.pxdmem.pxdmemoryview.pxdmethod.pxdmodule.pxdnumber.pxdobject.pxdoldbuffer.pxdpycapsule.pxdpylifecycle.pxdpystate.pxdpythread.pxdref.pxdsequence.pxdset.pxdslice.pxdstring.pxdtuple.pxdtype.pxdunicode.pxdversion.pxdweakref.pxdlibc__init__.pxderrno.pxdfloat.pxdlimits.pxdlocale.pxdmath.pxdsetjmp.pxdsignal.pxdstddef.pxdstdint.pxdstdio.pxdstdlib.pxdstring.pxdtime.pxdlibcpp__init__.pxdalgorithm.pxdcast.pxdcomplex.pxddeque.pxdforward_list.pxdfunctional.pxditerator.pxdlimits.pxdlist.pxdmap.pxdmemory.pxdpair.pxdqueue.pxdset.pxdstack.pxdstring.pxdtypeindex.pxdtypeinfo.pxdunordered_map.pxdunordered_set.pxdutility.pxdvector.pxdnumpy__init__.pxdmath.pxdopenmp.pxdposix__init__.pxddlfcn.pxdfcntl.pxdioctl.pxdmman.pxdresource.pxdselect.pxdsignal.pxdstat.pxdstdio.pxdstdlib.pxdstrings.pxdtime.pxdtypes.pxdunistd.pxdwait.pxdPlexActions.pxdActions.pyActions.pycActions.pyoActions.soDFA.pyDFA.pycDFA.pyoErrors.pyErrors.pycErrors.pyoLexicons.pyLexicons.pycLexicons.pyoMachines.pyMachines.pycMachines.pyoRegexps.pyRegexps.pycRegexps.pyoScanners.pxdScanners.pyScanners.pycScanners.pyoScanners.soTiming.pyTiming.pycTiming.pyoTraditional.pyTraditional.pycTraditional.pyoTransitions.pyTransitions.pycTransitions.pyo__init__.py__init__.pyc__init__.pyoRuntime__init__.py__init__.pyc__init__.pyorefnanny.pyxrefnanny.soShadow.pyShadow.pycShadow.pyoStringIOTree.pyStringIOTree.pycStringIOTree.pyoTempita__init__.py__init__.pyc__init__.pyo_looper.py_looper.pyc_looper.pyo_tempita.py_tempita.pyc_tempita.pyo_tempita.socompat3.pycompat3.pyccompat3.pyoTestUtils.pyTestUtils.pycTestUtils.pyoTestsTestCodeWriter.pyTestCodeWriter.pycTestCodeWriter.pyoTestCythonUtils.pyTestCythonUtils.pycTestCythonUtils.pyoTestJediTyper.pyTestJediTyper.pycTestJediTyper.pyoTestStringIOTree.pyTestStringIOTree.pycTestStringIOTree.pyo__init__.py__init__.pyc__init__.pyoxmlrunner.pyxmlrunner.pycxmlrunner.pyoUtilityAsyncGen.cBuffer.cBuiltins.cCConvert.pyxCMath.cCapsule.cCommonStructures.cComplex.cCoroutine.cCpdefEnums.pyxCppConvert.pyxCppSupport.cppCythonFunction.cEmbed.cExceptions.cExtensionTypes.cFunctionArguments.cImportExport.cMemoryView.pyxMemoryView_C.cModuleSetupCode.cObjectHandling.cOptimize.cOverflow.cPrinting.cProfile.cStringTools.cTestCyUtilityLoader.pyxTestCythonScope.pyxTestUtilityLoader.cTypeConversion.c__init__.py__init__.pyc__init__.pyoarrayarray.hUtils.pyUtils.pycUtils.pyo__init__.py__init__.pyc__init__.pyocython.pycython.pyccython.pyopyximport__init__.py__init__.pyc__init__.pyopyxbuild.pypyxbuild.pycpyxbuild.pyopyximport.pypyximport.pycpyximport.pyopython2-CythonREADME.rstToDo.txtUSAGE.txtpython2-CythonCOPYING.txtLICENSE.txt/etc/alternatives//usr/bin//usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/Cython//usr/lib/python2.7/site-packages/Cython/Build//usr/lib/python2.7/site-packages/Cython/Build/Tests//usr/lib/python2.7/site-packages/Cython/Compiler//usr/lib/python2.7/site-packages/Cython/Compiler/Tests//usr/lib/python2.7/site-packages/Cython/Debugger//usr/lib/python2.7/site-packages/Cython/Debugger/Tests//usr/lib/python2.7/site-packages/Cython/Distutils//usr/lib/python2.7/site-packages/Cython/Includes//usr/lib/python2.7/site-packages/Cython/Includes/Deprecated//usr/lib/python2.7/site-packages/Cython/Includes/cpython//usr/lib/python2.7/site-packages/Cython/Includes/libc//usr/lib/python2.7/site-packages/Cython/Includes/libcpp//usr/lib/python2.7/site-packages/Cython/Includes/numpy//usr/lib/python2.7/site-packages/Cython/Includes/posix//usr/lib/python2.7/site-packages/Cython/Plex//usr/lib/python2.7/site-packages/Cython/Runtime//usr/lib/python2.7/site-packages/Cython/Tempita//usr/lib/python2.7/site-packages/Cython/Tests//usr/lib/python2.7/site-packages/Cython/Utility//usr/lib/python2.7/site-packages/pyximport//usr/share/doc/packages//usr/share/doc/packages/python2-Cython//usr/share/licenses//usr/share/licenses/python2-Cython/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16597/openSUSE_Leap_15.2_Update/c245dbcf6ee0aefb381d28a524d43851-python-Cython.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linux         emptyPython script, ASCII text executabledirectoryASCII textpython 2.7 byte-compiledPython script, UTF-8 Unicode text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b04fd6922b6cc6d21f9f9f3eda8791b32e7a4856, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa88e6d42b13140e334b22cdeafedad3b2552b92, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=cd1391630611796a8c07cc27d1b30509a66b425e, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=184bac6a54af954976a5034eb223e4d06088bb46, strippedRuby script, ASCII textAlgol 68 source, ASCII textUTF-8 Unicode textC source, ASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d1bebe8ed0f3d5dc8567aee1ab27c679028f9762, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e5e22ef3ceab4708fa129cdff0144c81506033a, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=78867b0ed82d720d0b8e8cd041df8f8c41d05456, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=66b363b373f51c3073d7e2af282451d14cf6cd50, strippedC++ source, ASCII text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRST[\]^efghijklmnopqrstuvwxyz{|}~      !"()*+,-./0123456789:;BCDEFGHIJKLMNOPQRYZ[\]^_`abcdefghopqrstuvwxyz{|}~RRRR R R R RR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRRR RRR R R R RRRR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRRR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRRR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRR RRR R R R R R R R R R R R R R R R R R R R RRRR RRR R R R R R R R R R R R R R R R R RRRR RRR R R R R R R R R R R R R R R R RRRR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R ZhT{hNif [ -e "/usr/bin/cython-2.7" ]; then update-alternatives --install /usr/bin/cython cython /usr/bin/cython-2.7 27 \ --slave /usr/bin/cythonize cythonize /usr/bin/cythonize-2.7 \ --slave /usr/bin/cygdb cygdb /usr/bin/cygdb-2.7 fi/bin/shutf-800b7642137a371a434db569862b2ebfb90dc0a419d282f79fc6bb5140db6286a?7zXZ !t/:]"k%a kuޥN̊r}.E#:>2=rm*{F T[>)s4YS eeVtyu7꾧4uZaIcw52L\RV kOc30s'6[=@3YɆx햣j^J=N"jl%{a OwH3׊#; +Xw]r1Ug_i{BtF#v en2a.XkfyD* 2-TiN=$*g$6?c= jiɺfY\>hF5V`RgF1滳jխ[7AKwIw9:og-E/r g9i-oXł6Zo _,~ϐgoYnx*x3|K1}JGaT͟auZc!r]7{FbW>^c<a `CHa;5@djߗ γ~R;aj_A!|y;yPNqP[.FwEQx} fSyD!rD掎RXCh"`H; BNɊc1 XۄxVPYb^G; ͗eW}W- k>(S^4n(Z@c&L!s2/[u+S*?>~TBV>7]v:CV"t'-mڰ0^^@S-gB}B1IQ1at ϝ00dz.6=BwxgXJ`,(lM14p諿.Q,T%S,T9b+Jؘ}V(rHtl&2V/`tو!Q3eP_cdD3\[kZ2C.T\9z) زb' aD(rfo^ó2/zi'H}q*<ۖ:ټ#>4 Et6֎z%th8W5dh7 !*Z)j@{Br'e4<*F[0jboP逇F? )N *ɉ%V*عH/v͘^%XIdv&;dg Ό@7Єit<(փ˯eocv`;üx71^+X}fd܍j"BEEl?UZO)۽%̟SvMa/ VhSgĸ}T3@'0+"j^J/GuS$oF^#L':?Ic1-zE?/᭔ubK 2*` XC|irU򋇧IY_HW*&oSKhu!{G= {ha׶1X!WCJBm;u QK;;/0QO_{ꔄ$yY2ss-v\短WZ4%QbUGjxϾ2w@A7ixzK%HOs1d)pmx~5_l2rsdm$,)ޕY *wMhfkMw-\1+KDA)&KKÞUf@b~vO{MlXԯքPekM w\AItDiK1VL"3Y"16,6 Q?ſ  JQוG:ђK/W:h(9$2$nI+C,:bJOYs"4nLEdPnK}#{>/BL(>-${6ղ^v ~քj 7g(>4pvͯXn.WW5]t1j ulmLEB2ʝIQ;2 ;cx&K({=u+BOAS>xPrCv} kn3h188>q^/7FA,W*7ۜ$F{/1Jy5p'u~nu OQM?D6hE/ d]98EH PW;|o6ͬaTI3ahtS`=~E=,`gh&p#"<(EAӔ<%jj?qUh1KICxG8N()@4hgSFE5 nS-?G"o ~~X,xko>B51N s_i#D(cێ*2SC(?R?Ai+| hqn7@G?EZtH^/r^kErJGǯ4I ޿_A B>%?DvtZ9H՝7@G1D*-EpnԮBΦ 2 >$ n胪 a~5T 8ˍ9jTdL;oj62Xۈwۃ湳©b GD܁)nlWt[:L#2 z̕C5(r:VphoC[TO@Xk4> rQi/fA0E$n䒀7SN6yS(8'}"csMߡťm( s-/ό>!r,^@Ʉ?x8Mn1q8-,鏲48ܟ\~6l۽F*k9;v eTHg jFN7%޳!+?+`G,1/Q:4ýЮk$tae `dz\ O$ҼLc:hla8`qvFgڔ[kXA>ܾjݥo|@|͕QcL17d]=:N&G{o^@$KIeAE;x>PI$=%{=RAYs>TaB|$AljmelCÖ(=eս T[".Ѣn;Bt9iCO3c*&E}&ii.fr[x!A xv+"FnC;$)>n;?veFmSc4Sm[*(g&^Y'zi2ߦ͖Hх;|B BE=H,+If A>pN 'Zݐ#n!=[tU.$Y^t4ʾ.O 0ɠęEj#B,_;!"2} 8~ⰻ5 ="ʂ:$6 uܥ6!w]l!Y&^ %iliGMTLo#_V2pzD2۰n'Bl>^4!5%;baOL@ đ!k\\y V30S,B4O*2s$R墹=G$?@ v.Ů<;$G{I3*;ӕ3שή&j2}-3/F| C<€3 hIpϿ ]K s0Eܗ1Rw,ˍ\q%@?F+ct#_T#`9khQWlv:390td,=8g MhïϷv7uRIDT$a&  s,2.km6AV꧹ XiO|ב h@@]F)w ?[9Y~^۹w/0c&=C:ng4޼`uzU j7(݇=|}0q/] GQqC|)lipPU+\t1L(=X@4gՕ4D4Zd8BvJa;qw'u0P-}7:w<e'XqUHs_h: ɁO.%B@#3k~,ed^΋FCu.7'e 5dS RQ!VǜCr5Zi?"ږhu5]X)渃h~B\2N|Qc庯[]Kֻa/mT]cwPFִ4u O?FgH85GLYc 'tXA׬Bw/(ʸy $Ê}`S&,;ynȋ#Uҝ?޾MRW[ɇQ߉I8ZՎ% {23}^:)qJ!n qα_vuRkcՈ#BFu,@D;섯OJw5(=q^Rs*+ > >dtE(주J:KćJyamĖ*?~W|p(l[yDɷr0Y}J}"V2uM~w\b$HZS;>D?A[uh8DEWsEMk(tc #*% ȈrKJ;f46n*#hq"-چ/!˦cڌƸ!b<}Hu/ ͨ[&MFp2 q:ʠNmF?D;{4x)ȉbQ*\I˻ERh-*1nU_Ф NXS5̌;fd^bBK KyǬN]WͺzҠV74"J -Jڨ)ByX Bz[Q5i)ex?|R0Abo%!Z?i쭽y1x%n~7`';.䆿bC/V0{ l=mŸKɟș;sjmM|vJc9PN5E j}|fb)~”`('EG0{BwUbGws}̣?|2#Zu@:Mj fَ/45ErrWlfrstY|Z: YN#k5U0͝l\6 6Z0ssEH?p 9U7ay3C^'EC'NJ=,%](bͲ©e*fŸ}t&YT2KݴogzZGcHPLpYԬv.MA Zy 5Ԭn_54 ؠEl}L^ITckOO%3b^$5 1(i<6cD+ _]sʴW ܰŗ;vˡGRz-( mv**f 8JT0  %4K-5(6mnB2L)oZ$+rxC1.ᵭ #[qk{}_@FoTn8i*6=}; Qᠺ|&vHB(ۜjظxJ !h_IA)m[a:n,p ez$/Ro !ڐW2h-AE)Lz:5ƙpm{*b4'ddy])8٪b&JouMq;K]-bn#C .dz҅Hl<$d B;cѮ[EISz+SYG&ݿvz<[Ĺ>){.U r+z팦p)=`q85o&2)E!#OʾwtA3)8+N=0x+!uE`Z"ѬpBza_L:a( *kP=Q\@dVpF2;Ź&0&sfCVw3r)-Bd.l;s6Ӂq1Jzl~ǿS\fw?GjJe!S-SI*̓HcܲABɥe/붜9i|z٣%1ffy $ -1Ch414qN~b^`~Y.= jh/мmg"ׅGKzb􇐉1]hեS!iB"Gtc,(168e b' EkmQkxlئ\\e~;e>m4LWŮ|}',,1$wXaɜłf]%elrx9rK˕}拃>IԛgB` 5eWL-mcfr+]fR]NXoM 𑴰$ڂ,(1.{*/ԍLrCK_-~bкFӃ8-BxK1!iڵ)?ncC ZV&tQ5U|x"LDRv B7bYpLsȾ0^e-xY"rps>>B8ы_`(Oğu;k9fWsRy%pOCsIEc˘t ̀W7R5<7y Gke7S$ [}7ǝw .F8…˨/,y :y_LMV"g%Owc5LCsLږ16rm1&ch;&iՊ{scCԯ>Cق;Z~TG! > Q_G4"[&!"_Qx|ԏ9puj8=6V`ܩ//f^eV$ѾL_6΋Z;¬ @H 3WWB%]B.~AR=cw;CqEyid ֣>F_IڸPnyԾoZo2&78s*L}6TB;ΕLo@@=R9+,7u18e(m5i9߃YsSڊE7 f>KV4@h$ݚŲf{Eŧ=o3AMjfXbֳ6hB >>j\K,TdwD4.,m9O.J{DuW6ĹVm\Lם2B߅ظd ň.A q^ޮ頎εYNfI,b7m% ,9"ei!B@J9ZMe0("Yڹqbz;G&h[6Vvm}y1/b.aQbz/Myh"`VPO=I@Z"&ߤhdHɋʻn 8u_.0SÆtԎ)ng}-(b^L TYfd~_éBdGg!.IlypU11C;/mGl[4+5JJiɍF.qC*,s!` &nBQ ގBTA&w%q P=#eVVppQ(іmm?S+w~N1J΢|ix+=ع7Կ)S_ =<ދXgq'Cz]Fiwx>?oKY;VMxl_lN% 6P!%6/Jb1Qn[UPbX&i;_j"ٻ$}\8_T!@vE 㺙7lM}+l>]|7 Ҕ ?_yZڰ1[EOÅJS ; _ r(~%4vR{VpE]l,gFou>JMzFp&qD v)$҂xd<(u/tZ ʉ'4K`6R'x:"5{uRGPVD_6{Zg妽`ZcWBW8/[] IS Y_9D)`U_]<8/ERS6>)Zpt[i&&؀d.zx.,dJO#`Vœ' [ d?-3/Cb(ʹDԽy\삎#vo;dZt-ivx e@T21^ DiM=H$h xrLGW17 FAf I~U0\3mph%gFlVؙCm{USG|GSXzF8\[x9ir+F%"6z[Wp7/ΎϰIWKϿ.{آlS:"xt<3"F)E3J#Iķ??@h {;K:,0r!Lr_#V$8'Xs̐&+|zjU҆# AU%5ftܼ/zR0/3t n9߮g7H|U/G>c'aEe:I2ѱZ݀^/r ߊ &[!t7[`aD=AZ.$jBW/aDkYHEݐ'/iҕ|ic@@ ȣkki*l7BX%E3=U<ۼ=u2I^)+n! B0HfGY_b!`Ŀ9mC4)z|BJk@BX*7K~Z( i`+?"U4\Xj%8>G9kSH>~ W{EJ;!hgǵ0cgzs[1)!WK[K8dRqv.@ZU}aV]v9+1Iܙ=]cXσ~í)*xzDu4/. j=ݣrҗ*˨,m.='̭UDŪ#Rmy&kvѬ:EŒExƎXSy{4@oh_L a~y17 E8D|Tܝ&7>^XN^o(\ a8)':/J5:g"dqM{NY:+[Y"kQUjkcnM$6:aWG@]d߶;; O:.<ɸcg!HPAG:Se@7Ke"1Mdrs* D rKc&Ft)W(p}SKML/i.Y42OZta[ cm< lDrr"tj#OTu~5TͰ|]zJTn-HP#ݘD"Tn!B}+ Q#?I3vNX8rjI1t 7뷩KCQɣgI :=A΃dyn%%QƳh~X &pԛA-y_12^`X öۣdH>gM@Uhp4/ +xY x= YṲG>4^xsx&)iHd#E O'lP-e%2ں!.'%ߌJ^T"|)8*P&ޜ2X4&lȀ{-/=]vM|xKtE[?Ax0a~fysf6 1"rBjm>r,zĩɂQqfˆPV/\:X U l#R?AacK횃Ec*I&iA728 8rc;~ջwg9%񩗉?.l"$_oLqU(D ASzhRxu#=)(TyHGa{|!Q8,2[t FIfsj&nN.:'m7D/xKO~Х0w*N>>҅wL :ȕv|.ٛu'_"BW;in`,[Tqi=j%x\'uLLDLtч#kb(yn=;^64ˉ qs.Px 02B.My\9Iv?-^SILtgs:cQ*jl\;˾1yS"[% 6"1!;d#KЍ CЎ j-qf!.՜Eh7a5K7wǽR;oJ{ pz c5}K}=ٕ;1 PY4CriYkj- TX3>2 z_WIT1µ2?G PwbTiP5I6±/4W?垼7y-ZsJ.'5!!6"p뫖<*Hc$ 7sI0cFu^CRrA#X[ lQ5Ml?=&oAɹS'fǩ{E@0v." `^SkεsXVi?A bHKZ1\Hyk%:Ҵl6fiU͔=->9vˀZ-3t%;(y.X0u,ae&O& ,NxzJQ pp M- o6LxŽ]PfԽK(uAEmdL=!'䭂)F(>M`N ~g~ӱZn\a.y\ݼ{YLR^wHK3Z3D~c/cezS4g"^J8fSzݓuDpq-A[* ̮ؓ*/͞>OI 1ԉEn~9E"ՠ_DmUXIS17ל{pZiATuD 3ߟzuG)LU7kӀ5:ݟZ*g06S=/kYT*-}S I ׈pOJs$zp3چbؾj_PeVv: T=PjHv2>'FqD6vN0,(qQăPML~j=^\-V|ZZyTC5BsEmaX3&C7v([X~׺0V'G]NE;o #RJU&P ~# 3_:%H#`ӢN,xS8#iW7 RJ0{ٌn4׽.M/z=Y90ڐ\m*Mx̾VQId̽7Q|N@[11=#”uCra0²w[LXIculf,#5r=<ٽB"@:ogL9rZM-F]俗ܶO-nU^XE&4 uw%C$=o]ُ9=Gб=*=?K>QBe~Y6D|۬3/!|,h@)N R8B=Dhe-j&CGaaCjV,GpibLŻqR8'F0CrhK꤀Be^+ :GaZd\-9yb!_ D̚QvߋwB0@#\͌L0t֡bŅahM0T—d\BB_SHG Qr2?u[ W orA4l m(:+UeK@!,_$Zpxer ^I3?@=.b7##wD&+yJxgJd-K ?0W7(Q\C;0ȧqz ^*C#q"; '-fwze X$r6J|0=\8n?:#?@"lZu4<b2 sGAZeK^ɏPAOSfOD؛iS%7q}>n. ?p$0|"Q F?}{zeRzޙ<;l{l ZXzϡG6}a'f~C$?a)"\ g[I14}44=;t{yo1>O{BFGTs,Mؚb? kvn u4嚂trFH2V(g E@:]60FݏNtĉo{0!Ku1AJ*{!R5 nI '5UK9 ~v=MJt(60NNN 貜]ʤv,ދ}'F m!:w XXA%V L6,2?n/s6]Ծ{q_dRiݐ pZo 0_.hn5cUI`6ɰl4-Jd1l6Wܫa}c֮-_G!ŐUGw=*^ QQ{Zsal!"O'$|d̵7iMOv@ޝp1Zaq_,O@8#],in^o2Tx0D ExDkXLJIJB FEON/K Gܣ$}GW)7tT6F&u%{DCH -ᱚk=p9N8E&f@s9wR_ُڪ_kbIe0h<]L-駥_%Ś6\xgJdy? $!m\T1 =eP<Em?S$01ԳЫGsw*%e"7 3&$h쿡Ҕ\m* O9^2#2_.U^\&q|6@dm=0Snb)v!ﰽ$6Ctne^0z2YmX1"N/`Y1L["r(ae9UQ9AKZNNn8 pdW|N(g] e>00"YzEͫYg-:syoW{wmtx7h ]8.j,d{5Kz JIhƚؾ&x+\d0̼ƘIHutWLaRǯ__Y s)m@haQhT LRP2KIiX;ǎDr\X(i0x9#`{ ~ieXoY HvSK+a  U{E-g;RmR4q:d7~bDȰ1"b8!ՠ;T埏_1kCT'-t$C>&[+7ӽ_b*kBVb.ܖ79,78(# ƌ1@ re|Y I6o=$|V 2N#T`VsRylVY?% u:#41XѺ=J SY-3m (wk~3l.ڧrk{bNfwˌx[ۿ4;j~HopWqWmY@C{!tږhr;hT,v`𜒄`;Bc49=ɪ[ɤڑ0&bJxK'0mO`= Qܹ= Z"cAo*Yp/)XB%E˫.w!s^S2Ԫb}`Kӳ-jo:/@uV9|T鈍L_g7'`VV1q6Na&a>aʤsb 7z¥ܳ/\|]G/RJ@fj'';mpt.r '?v=#]Lztn1=,wzB1/ɪMeIx*Q/|N:XGjrP^4hBvp.%Yw\B9[+ɾNG),odEN2«)DnK#̌&\xc_}y9ڒjDUb uf&Y[ψXNeB8} ;CF^uWQ̺)&Ab Tk_2o=)2ሯ Գ`=􃨶`e\3}~Jt}f$K ˤ`LƦ?佘khF֪iWU[iۛk!q[~[uLNYEA5?} o?QjXc$9)KW*!N<|hy5 9څE0%n-/Z"[lsͼÃ:hp~U u`N"_cYy%E_; } MZO/W u'΋'s@Bh*`Ojʲ*ZBW>yŦ}z@Dž٭W.u#AGR\;G!p [x6&wϊ<+2&c%M-(|N.I]L 뻆n n<KUha&`[ G"pt>R<,T.Jq]bBh`V"is3=0d+A_i#J*8d?1J%#-L0R.sQ",}*!6Wp0-h@J"4hQ\IvYM SQTμ]m9pGeȰ0¦{[xqcGg RNG#k'{X9(bª_ s8`>bj{S:pJ3S]/[wiM~[j6ŞnccZ#3 8[cS=>`@P`ss%\ -^tՏ+m|.,`xإʠwws$M#1Na4VѭFAJsR9֤ũ[}9ms%L.zK:WЇۂnbQoaU㮑"sQB‘uK}Sx'eW+Zu90<{#rCQS3Ppzc/yu:V x)*̸sSfb4>yKS5cI)+Nrs3 QZ0@N./t^<4x(DNS^#*E9G28vB73GxDP𫓂- ϝλ+q0u\,To&jR_SHQ3ɞı =X5ݟoD6eicy]7DCg##Z/c6zÚ y:`84Wv'CuwMWV|mWԤrnUtmpuʐt\mQ B+>DZV]i*9vgQz*x>B~6 a/s{j "t# (˩ŐaM6u^i}Z(NkxB}/RlϲϤۯu8OSg'E]eA*K=2vr꣈8yxNxLyn5G4k(aۥ໐6K& DqQv:|ЦX8@k4 >N)EIs̵іj%ްh%o=# F!iOM"}Y*=*`&V6Gw.Hs&/ȭj jj,J ނU4?툵U"%fU KFS)4ƙV?%GDXDLE 0~D4P{5@\ekt$PC@͈E\/0LXF&^ZtN@©>g! V~O[jkG[KR BAtQ=nsO^Fng [ѤӆpOD$CcBze#䣳v/[:}'A#8ԦY0ua۞kxh '%_( c! "Oy5ZLTG ,Ԯ) @2]==tO Z~z@+ i,9xA#GB8aB`-dTOДXrCh Sv'賔Sli|CYw~j@~E/+.OpfG`*4^,)ADt%O GmV˩x[c[!+i;h1ʾ*Nћ y$H"3LI)+L5;1MalS|4~$$ mq\N&ҽ^VXL% p^ͳ@̉zƚ_ (zHLzG.kbHVb;GgŽG+=,2oh܍;ߟv>NdٓϠ?tl -t]?sΙV0V (qN0wB4!IaJ#' 㗾oo:MT`vsE U]vbG,n ƶF05 #mKb;\HZʭ܅? _Sda~^ ۛ֝ey BpҢ"}=:Ԕ  gy B LFL}V= bZ<'O6ywb(-*q(eH:"*eZ҅5ZI|t0gXy^`W<8D»%YQ}[P禖{Y-8R U`\Bcw\,e*OQ;>j3KtoϷ/2:]jRɩȄw\YAxY? $sw)Ⱦ͵pz4(jnGG&viSoi'W YKK|kYucEX4v" 9kR% ܙW/pb"lwE^MŋǴV rC``%hFLG;hRDPդU>po]B+#YFckIr܉s3lݯ;R&d"Oo A!k6ֺKmOoq@X#MisiсM f_1dI>j8`S;"%RcbB8A͐S8;}0F;$D4ZМ A#8|t_,w:om H3>fCG %'BWoL5Ye7+`u:b 6\hݒB=b &kP\Ԕ|:xS$nqIiZR60I>fFL (Ɯ~r*vv\(hBv n_A61E5R':F*aY*,ٲcu ,ۮ# 91J\نS=P8Cf: wX}@h/aCF*ZsÇ B8ow0"x9e$6znC)TT@z()!/M?kGCkR]{o[("F8a'* bJC?v*/K@ZHQZ2}7n>*WRP;ܣ`}p5ZzP H9xR$z:aok tOU S٘}"5mX\10r%qM'4MO+vKZ9 YPe8l+CR 5cCgK,I I˲5}AIO3Pky!S4.3HJ(èlHT2FAIx\Nt"5n]CffDw²|MΊ6'#/빇%rS 3A+Qŝ 瞤 Ё`DDکUаP\v%/BS#1m b'] /( y.'Sc :&8$1s2Ej],FA--ń74n> xp-6#O e@$ =C! - ?ePlv=CW2exC/ ӇJ(%hx2lqغWb}l0v38ޅjJl7c`,t&Bw8,h[a 3Օl'AMT{kW@!xAwU&\$ɳwAhϯMX /8آ,O\ap *fa k@D`'غX^#0]W׍d1b,}dևNq 8W). &vQ8dck3гM*QdJ4#6Zw3 SܛS,X+1m 4% TT~t726~@Ip \ұpo;p/ pgJG ^/Ғ+vbnM.zfNzc_nAC7y򲕆+ԤӃhQ5r 9Q5@[+K =?{}bi\(JT9r;4M/`I:I/RG5JvhG]R̅esdo#1Z;sE~}הg  'J[bКJ59ϕkR4; MꈭLX0 L1NDߏX>_U-f- 킶uϳ]ְt tgF17,s&:P &@.X XEqU2a@Met ڏO?(¼"14~#eU&j`}>ªlM '?aԣ!lFj3MaXYc^zkjj צ%?G;XǸxozc~fVXTu $N /qJmd;*"xߙ^J}[Km?(,d lKV7lX nR.%g=,-̔uxnTD2򣏵1}Ԋei"nuO,>wm=7o !cup+0b}x0p8k0OgVY"zѤvkw&В*n94oST 'b@DGO+H_l­;斔N@C%]gigc3H4[+dMCnՂ5Ĥިu׻?l˳vIgpe|jQǏu.Cwcg,C )PU9=Pl fD|a>^nL\P{:K饓,22HHrU)K0(]ꍢIdP [5eDXpxܟ}NlS@p4= X 'FS{bвF}n9K1i9.R+rw9ZjQ]}@ 5~ֵ2^X1ta1dtz) ͅ4LWL:a%uBR5|q;· ɹt4?FC 0 $5uifv'Ev*R=r rx C3o1 WY+9g\\ 6dNTa,sK ]:yEc`+/`e&ƇrVOep})u9E#YOG1/ ?(<:MP'=+aow ['t\%,{}fVGgBM[g<&{ÞSh҃hJ,x^t|ŌXlsXlo+Y \4ZRB?"tRSkPg1z2b(4 t ׭Q)ٯ+JoGW[ަ #rliujBHPߐU3>APΜ`5N}wz#l1 i!էO5+JW&5O[Å3 VWQ:˟Oom~u}PDkّuxY;V| ޔ-[RlQr]^eP*%\о0S=^} M.}I> -~2aB2[;aMjdl1F#޶'^OJAL'&gLN wO> HγS,jKSйDkԔiO }f"B-1ʼYyyUy,}^ZY&܄(c.Eչx2nw&*S9"-©3 J\. xL֛9hת`[3j EY]e=xE,zgѴӕA;aߠbDk6Ȁ+EM%w$yVbE畼ߔtkg=Ab@ĐLY'\( {f\hT"<qcSX`*]T i\Tl'E54X+K ۨ(;dCg)(S:YBXʹjr,rrɻvfs0Wm(]LcB Yn=^uR=vbGuhxRI [ _>y @1\^Sh F~+UݝF)!8#m; P@s8R,$$bwhʫZRyfβtX:Ci=5QBǍ8#hnBO7&|byE{|ɾ):ʟ::Ŀ{1ח;yN~#+Abv^x(~` 'u22VH;'Iq3aSBGXgn bncV<$1cHYNOf^Warġ$3U_AY` :+h oe `֢=J㙳WAZ-ǁ^an<+8БkaoR Iރae\-m[,ɱyn'HRvm/1{[$`£:ZH+NmYչ*|6+0qBCLZ\!(KU\@q @'=]ӻO/6-6]AE v^oÊ7bUi7!E0 B XWU{p|, {1'xGn k~o&)?35{7ne^AQx!7IXd﮶qYQmze;lʳF3'_k8D:-I?j@){\#1#Pǒ-ta0Bz&r[3sJɰUrW}WHj')hB~)X#W)$/F:W;nKB<{۵pP;lm Xӛ 0X1Id.cw! WZG7_{[JȽDTx \]BF*s4&¤lK\5|DE 7C|@| HJHJ*YmRc9r@Q͈}ĬHm<-$CPl&ҶvfC/(:Կ7*\댽1H/׉>FOXݻSĭ[]]Ϻ,u͢VwF+x|䫮Vf a%@=ark@ j_T@şЂߔiY{.Ժ7M3@X 6PF'-:ca*uR@O}WkxByRGKfca$Ct\J{5T{J5qY?y$ϾMH(l)3\{ZgqG.:|zuON"O#{}xCj V /:-" pӒf$2?#m?Yi}?4cz1xRemO3^V)Uwۨ^)rA!mf3B^S{ȏKь8w5x'o;g˫hgiBzX!6 +bb6W6(겷5x0y*ߨ?'yMpck3q/uL}Ō྽ѣkG 1H`wʴR h| ~exv+GEPˉy+϶*í{=w :(#&?C  Zŀ ɚB Qwƽ -B~iiv"w'utF5ju϶!'}nC'xɘ ſCY1P"Fo%?#,uF̱qCme]L$4O%<̤ll}0`, z ӻ~gi~#mqr I@*KOGV1o^#6ȞϮ@Me[#wuG%c%_04)waeI!/U4}ڈ3jw.نϡi/4O6c8˷AYpUeq">Cf+**%@O4}wXHF,x%\ޓYJ>3ϪWf7s:ΓMf\JnKBPZz:kŌ8;湫ߺqc`r6ʼ _@Ѵzõ8TOpxGPM+i*~_KG0B8wt\L=2;$ X5u bCպt0:N9#Gϫأ BYhwNյWr<Ѯ:Ư'4R瞊ly?t2sTiBpcauN>XO9l|pC.aO+fTd\b -]'}6}1-s7m0rh::+qRfJ0d?uK1W[^K$MP*.zK=Q_`m"d$[U1Pmʼ9I_|m$IRԳ;τnJʓܼbX8%EƤEQMvSLU^k1^@V"3.Wj^-"IW0ΜZ뱏Om3:%,έ&9lFS  e\>: Qmz=`8ІҦ$sXq/HPZ?`L@l~R\n8Dj?@]mZΠ&GͭӳޘNnQƧw,I~ ;.,qIoCD2Rڪ1k!;)j3V.׉ 6aR&hJvmv.Ak;Vn)s'I(TV E9-ܪ}-MWƔERE5ˣ-ī1QZciV=+:ͫl BeIH,>-]`8[$(-~#  99fW&7t2~:4n\ MtMn4f1>BaW(A:ll ƭPӱ~Z sZ9^|h䜍z{)iì1E% @ QvSlnҧȓhN6ʂfKsR{?#)@Vg4ՇĬч)H23KqSo}}bnmM M4V΋ec;[/bCW*\ێ*_.qXQ 1jn `IA,,``T?aw9Hg\嗻̌:jTsXlv)PYz^ю| JR9l;0W '#yӿñUPU=Jfh.ɚOZgYj qO{c&H`p40"]a3`NY>f'iAl@鈉Ck|MC$1!C[ڔ4אРZiN]T9l S r/qϣSi>b$A}$, p8P/qO֚qWaIF-X-e/# /!2'Eݜ\+Qz PR&9n) 1ybbp/ s/y!\_ rT)"? q)Lps9%g+Sb%Ao`6?1A )l3siC4wkWA%x%rg4YkZQ8gwL je:Ӥ`T<": f]0.-!Abm8㳌Z-CpVCTVY,/Xfp삀5IvfNr1eWnL¯$@^U43%{$=k__AD%5頕R57YqHPuA.Q)enO lݳp􁁃bԫd"#;^ffk>E kSGQPd`?Fr]=g::nr(U97>#w֝xn6 a2D#=uWTNYmbzHN?~q l'ɹ1#Jh]+;a8R-c0ׂ]njIJ?S̘_vv$7 {A3dc~Ju Xʢ'`c1 Dڋ6:ΣZL%uEaOT3!*Yg&ކilUE|e: Vo?f!Sf6`*,8So'+,3A*Ql87l_hU!p9:fn)vCK.67HŦ*'IA  Ŧgg%o~EQ H408 g%isxת8׳F]qP3oM H? c!+??ִ+eUڰsXFHw%+XrC?诤 UNOŠl(&84b߲v "vOƠef.ȣ))ʹD_Ǒ6q+k *WKukXybl8M](\WXAm2;Ƹ2uxlJ%ffmoG70 sUR,1K]ZQs}Vlԉ`k~CfFP[N7+ŀw cy*ߩ tU~ Z]3v )*T`>V25%V’}Qnь^ZF%46%gÐ.עzQ4VN$̻Qv7iI|" QoW̘~eV&SY6{}eJg%E ӖPKsaKF,5e2eA2nc EcZAJ_|e )G~LYL,BH,{:ckĉ if/5n).OW'ubBk!@L_i";: ZIamwy8۞b nf\`y`x(;рr|9`#"bagnG1 (zB7?uĽgfwzɼ$Sxml鷣[٢ڑzϥ H.0˼Zb܀h<ˑFfz3==W{0 @={n;H'4bNX ͗1fP'# OjoZ;*O_OZ BėjіmvM~kn FVJd}hԤ7ĩd,"ҭg|?53#23b9$M&x`Qĥ`HO,x\ԥ 2g:ql$LY'߈El+IU^o0ڠ  pE3`jZ+']8d@d=E ʹR 8oulԆlJz8,yg"TJPqO5(o&,H /#JtFtf(kU_<3'(ܑ+T| _2Bl7NfdFR{-xM&wq<'hPS;Dv-Ӳ*/ȀfnO7RIaN"Vwdf#o:)REXaqw;Q͑JոBgكTHG.trPDl, >n|Gz`ʹr᲋?C_tgFV߆\PlvgSGNɖXYٸk~i= hu]jlM'"@ Lv2Yr5+m(9xѿ;=$/14buD$+t.oyw#' עvf[_SctRw`(:Iq P< So8 MR.jmAFdJZ<@fh~t2D[GE}s42s[iwϳ_osh'F8c׵OLȌgk0K aI*Ư*^*17$ d*j@: WI F[jrJ"~($Źku0W yR.O*YR|dC-;g98N}!ce/:rQ[V%<6ih:\ 0…"4\|=bY˱+xs)D˫~PX K|^$z{EaJn2ޠ&@᨜ň$mf;zŁOz]˭h"]?(^w,#?Ȅج_l]TTXK^y=t DARƈf۪N|sgmu7YB˜YYI%1d{Un)&O![RvɍO07/NZ.x]5 1f&7r=}䪖rf=ˊg k*oJ/(^XlPp]z~vƋ}= NYXd2)5ZUkM?+yBCo,xu\o*fLjݍ(vwYW2p<-*L RYpvG2v@%q&vQnzߖXO`9dZ:"?I<QcLR>\(]=gNBϴ"?:%$f{G<3|\=} kϯl b?xe7 E}3r^˛S&>4yi:Mi613ofmE;3BpX]1KWK~zף:umw9=нjrFqwT)H#۶l3}B%5F| lct%fl~+ ((CžsMM·l'tQ;a;fl.~$% ΎQaz MP6F|NYǦp!ŕ a;hWg\پsfpnH/\%ks-a_ ::;4]PBŮ7)s}!+uk6Lyz $:Rk/=ɻ?I]%u:hHBBğqOsֹwʈGbXT]G^JN@N@وљc|((:k&8; I2^,P',wU֘νǓŬ!ebBCCuh3cM.;lktRh-kdW 6@ucҗA-X[g=s_NQPe_L<(^ v;h(loD,[UqTcEeLv1TҸ;fQ=TILmHX&EX F'BP o49t|1%^_H;ٜ֙|ȓUWgS"ʤ ҿ38UE߷A1ztfB4-l}W5M00H) 1=KjЄT)wDmY 'f՛D7;Y|p"oGl'>A|Zm^a!эopQa$7[w.;Y.|y;KNK߭Pp35⠃qηwt2H6 s/kq2I1=!`pƤá@xnml,|rÙ*oM¶Gk1¿ϸjQ_ar=bH3htZ'`N.Z"i<>c,%c/ygձM3eY((FUNNK@lUݰ70d:2DXOCřV𡥙OyhHӷcnGW HOfY&ڇmuNve 7=&"֗C)Kz)dncRB{]Jɂևڀ+ Ã/M8tU&o7V|K.Da@]M#}+Q+2uF;nP$*-S5|/G7 jХs^ets-D g/S"w#V=L>WЯqL7$\nVQI& B?ndBsOѦPmm<7#$8^~j}׆ud]:ZDLˮFo*܏Ic'wY!1KQA,7"]evnHs4 &:LZBkYD̷9%u۰?;zHXgSYams$ tQw؃+olLX"wr,M-NqI\ ܣD˄`jŲ] |綟+|*U}d10"2[(Bm%d&T`Y>b ^`E$huxp#2EaBȯp;$ nO):8 З{Sj.ik`:7Ji3+:R  3%_lO-Xmz+ ؂ vcS=M˯5Yhܔ8 pŝGx %^rTvًRG AR,9x1_;)_!9aINc )-zeT o q oCfĞd@3A-xfvz+.c+PubzVozzDUt[_ш+qg?f5H'yv1s<0J}L+'S(<ۉ|S\c"))V?rCZ܊J'OSz$o߭#_AF԰mз}%5uS< p QS3Mv.:*6 ҍr-2wn-}VH:ޭỈ0(ld冂T歄 E6ih"j+6uy, ~]@s=tgn=J͜%7Fk4 W#ƋJ:H|CWM{J3y ebfMG쎾k a'Wq4K,RXG϶ENNʃ2,R,MCИF_k[pR8~=$}ϫ:W{NoϧVb~xnG +Syg[&vyxPidPi5toJoPM,6G3brӿIXm`cYr{5AQ^8> lTgJw,-Ju@ь uL8E#>ܟHqdqIF wvS#]ҩ+IjWRcG2"G<D8E O _ :P?֪)զ`”*ya`*xקXOPE5m 9SCo7͸# òq4Qf P WNOƋqF|ŹE܍9@ELzgΪ,JOh< q|7E?55ڕ:5VM9H9d<,3q8$XlP?#@;Є:DiM'M[aOӮq~\mUtrV INTR pQR"ɹE85_}s9FL@snc.Ƈ4NLgbぉ;6))e-eҶ,o˞N.?#']́4/Ãw啲g!zVOgZUtd$p|Ηd g,wy/A|uV?nشӣZ@ܵd4Xl3Fn+.KB(mR9/@NV;jA<^i9Bd'KaA5R,N_ỚK4T5/vp~\k$L WeޚH?H5+ @,(cb·Fq=_;;iZ'1W Zq}`Й<iE& ! SѓzZ3t<ZKޟ)‴׉cx6IƜ@tDϼZ `[MNVxAP( &#pt-w~ W]'x4u(.kd%ݢ~]q>/WQ9Hr$n/ JX~!f,xɒ=];'H 2 wwit$iՔX[a+־ȇ7.b~OUt!r5@\t)ˇ^vX-1Qdf{=:& ?x+A'OUɩ@@2*u,8QsSumuO6X5:yۃ|yt?7R ̯[/ bJ0Ë6;nQwx Vv;NcD 58c2d5I܂g8x׬3le!A1Y}8 2DH 05d2ṶLg™@8j N[mo8F.)ݭϊȮrnbS2lNNLĆ?I V_n*j͠:9N㫩kU.U;h:6 G?~'܉ί+h֑/gͿJb_lw+71rKu^XU/ py*"<0Goޯ#BHA>'GbŻTy+W-j\[?J hu1SBCR? c3`!y)\8xU ZK+?diDvzd/ק͂qT ?ށSQ1JqZ9fCz:tZy4L7l5K_@=Ut,Z.>.P -| *3aYflo t0HF1m ?LxMQwnD`N!ZH8.ʠu4 s6,Ȋ[]e#l^e$]n@xP{+ y4"#,$^L)8F\ KhSި2V%s˺ل`}:҇$N5Du=,GFL£kc;p"tP,gm*k&33uXGDmLWoa산-:Ԁa~jh+^}hb †FN;! n-Lo{<<@әu%t;(C\kMIH]' @LhW(><.9/)2%s ֤d%^,[ 95dKHŽMj/[ҡ&t/EOc :e}ˊ ]+Pa. ژplrN|]r'Kc$`*ĭORCfG-bz PP75) skUs~_لxst*Zȝiv5%@5?uj`Ƚ٠[fEk֔r֙5y-L]}?Q 7!iC8+){ zבb^̮ @w_XӨx$;``/_]VkD0bw?]]7⮇ 3Het?H!dKhen8G]]'fQaG='cij95UۏK5J1w|s_x]Iu5lkܽ[eY~ A%7uV|WJ+2 >fNZ#i6;mv&mԑ`ܚ1DKV|ͫdžP]ȃE r2' ֞ @ʈޗ*䄳)h~Mbͻۡ(pE$\E@N!E4?$Zb,Va8:HW1"Ȫi\U5 پB 'ψ&xl:.ij_Ÿ|L]REP m@BFmjIҦ>c_fQX`hxvnHar5Gadp,x&BSt'yA+V瓣֫Qs/WO{>gSӺJ[o\ D"9*emc7"%ɤIit5$pCZ:JH֠}zC57@Ѣ5)@Oi sVkLOц%xnx). = z  ^_bL6jsBmOܷg,?\Q<,[;]ž3gn!m :mؠc@x5;CxC@GP;0-V@䗚)m-4PѤ*i7ROP)/cSB7Np+^2G(K͓-#r9:% c[`ܥCʹIc%=V4W%@3-lO +Z<91+#yvB}Z964>@E] :YrT3;qSwf|۲tm!nG$B Ÿp `>m̞ vԜ8F]6P$Bv1\p'oZUIX6W#pXDjK.+H=Ae/kշsZ;RӠy6ڴe>-m(gAJEW2@d/AÁk\ȪUϼښZ?سBIYlƿSyiPe9讈$%k4̰ >#7ٞ^k 3ʄƵ@]<z{\pÊe4eg crV~K!άwݬYM;gf %%ȳ댦Uyg]SY Kj.w~%g-Z 5in|V\ [!_ /CJ-Dn5|67ŗ"sEi&[#Qq {XbYmjrИcsZ*4I-{XWhҊ<`CdQ2"4\=~F`X+J^ś}:>V01HB )Y;˴owdƈ"^mAwX2)F_wjR?L!&#sep+^p)rO"~ yM?@@ͪ25UI$P^ZC PvT:qY%$$E+md‘1=PD%.7LEl%ӪhzA5 %NAovGb R-,{ZKbRs%꣱\L*2DHѳ?Cʓ &QYwkZm {(>B) @/piPM|Epщlk&FSv3quYѰ}z>iŸdڶk;0g[M#xW=6dUO5 jN 2 M0_(k"[=Cl= }Y@]Fp(7/\jp>!?Ҝos$_ZRU&B73a8ԡIc{cCR0CDN"H64CfK5:/ !|X+YjzyQ[LNJj{hЧ /\!kt%P㦇uzR꺊]%EWJ!%Mo:|z\=<`}kK"gh`2sɴ.b?W^ Vr[ G(Q[jE!Õ3e#AR(|V͑1覄gApvaAKg굲j?ڇvosVdL>9+ST"3Sr3IVLwr䬰k-jVLZ]jv1[ o.)h3.\:zDa_. hfNTPG׍gpahD6.~N'_@cEz̤Y ̎Jk~rXlRK"I{:$zW"nD?jK/VH:";|UXqo^|+W@e% X?0Q ds֤v>Ӛh<ݡ`y@J߇!q㒜jbQ`2S.KWQ?cA'q?GQALJLE? u囎%O1GΒ-JUUU| ɋ2.!SJ {<4 qŰ2%hmH=8{U!CO[}xI~dł.i3WysuM7(cǭh1z m1P˄=`LM6P'<;>@f}EN|vyWFzOfD 8Yp$գRQv5bF=y 8C[wAwp8 t_/a3 ďo_`\c>O2 UE_w7K>\䥥 GKL7󇈘=l;jzO`IT-1}wP/e<' xx tͥM;?׺DgӏGZZjT}ƶ;}^h1%[OõɎV -;JQ ST˦҃Y/2쮠BfY5YoQ*܍>] rBCoG5Pcg_%[ ,8nI*6*^6C{c^wOUKqS, :>|-+EemKEr >o|׾{ 謄!|5Z4upix{;Li9c>Y(RZV;5Cvzd/-֖/$a`ArUb1.&!nzwV2lAL`tkel>RF^?փ^\NkyBݩ>5,e1UB 6xt^)f _ڞ tX#`~e); q=$mZl/KLN+(``%ԅ:MY' #ouIzVDYO ^-s#27nY'ܷ)Z/ ("Aee"GKJ2ޠSs[$l7M?}\տ pnt`b6%7\6xtd Q[wŽh50?LE\},#w妓OYIhl6RVS,ϼw8}c@<[TIٹ#r8R(>&Kþ0AzaU&7Յ7 ,M=OE1غSu *>dOskKd-U^ +y 3GX#*Ɣ"z U_*ؒ'c>C:3ObM qH?ЧY-Yށt(sGd&5gĻ.~m_<z^6^]Z!ek& ˂}2p?%YR ]7Ց8Lul4h*$(1L#Ѹ\<3KS"Y(scJh=e@dYRXYʎ0 b\K]ϾmFg ¸\~vta,N*Z9Kqe eҋ9&(Sd苣͌pTYl}YP=b$DVբL/y+w+ ӵ' i~Uz5K'<lɁBƟ^ܗօ:d5|˽k@>(-M U8T|)~rrĤ:ہuŽz~ %e+TB"A*K!u?fVԝFp\uQTكeĊsqvYJV~lChCSϗIbN#Ÿ6I2G@7r[Ced[m!l'":x%g@$ \EwBa9IGx@4yR]f͚p}<)i`\g,ob%5~JF@VT5,ku&ɼBfkG^ #n;Bt& )߶|[fΙV+ Y~xQBp;:-(Lx% %Q}Mpz15i1tGq:'"/}+OۗGf]a[8]1x>1R~*%! nJ ǟEbFZ-3N`XE6?p^v|ʮ >Uw lW&DS 8;ߎ'9`Y -m 1zs*IE\$~'sJ¸丅M @.UW=|1;el A`i FgeM QD9q#qo(^m2Abs\FJ%`G^[IWH IcI/Baw5U=hf`BrZ:4 ->f^mPXv p{W΂:G#X<ԥT) be < ZdEtG>ߍP$zT2V֓!q7~Z?-\kBj_m;RqŝsNʆ._FE]@lGVx(4B(^<;'Mk&hg0"LTR 0_y)ȕ+͈Ӊ":9dwk*Sj-Erk9`wjĭV`^x\J SxC@YR[]aP] :F7Mz8@-%TŎtJe}Fc#C*xPOUzjL`b3dp?9v# }seq!nS_'lx3}>!J{MZ&:]o۰4`I%'|α#Wmg=\+d!.|H?^f-Q $d;7)|E_Hb5٦iʗwC>/4[JWQ(ܴ"]I-( 9-}lx>^xF0KgN[R?Cl /.z) a>1~C6No{/ۇ=KS(+Tzaju&|@ m&wБIoWgm cu{U \dJh.Rf{f#onk3A?+*X=13XLF{M0vHN}$+W \tl#`f/%;*I#ZFK<_`Zb2b݌;|-$? p82*@5U>Jٓ3?T6W9NS̤CJx:͇@Ն7 g l@m?u@52/ƈpg!%H X8.+M%''dPņ*ǹuwXFp>=j VB9VFJum#=zƾY+@#j9'#PԋjRt5AQq%FM'`0C)ZI7 PY9OfcCߺe=| .9/{E}q^!Kmh#r8] BI! Cvķ@`maapZ,P+j`i$.=7' 'J"aIJHybV 0E2Wǽ?!7WDWa)=jVgγ,z)LXɝIE~|]Dᤞ+zg$#'p cm^h\lQS>'O%\lE}XC4Z-5RxhG L`64a>xgD6ndae 3sy&<`rp|sr,b ZdC%L7Z~r{ڣ)1g"OgZ!(F{U1?M^ðaOq $Q;lPCm^zmrLs%7h#m_@A`"L:HӽI4C?t`/#z)цOcm ]ǃ ɿs}et e7VfAR].g]j jB e5kϏn~CpOmn?{USyNc %lW|}xo5l/Bvv&K]?g/r0m4ގ;RAR;m^H=W5]J!> Z,q Bd=ODRN!D9d6X6V\rޝglNR/曢ygW$ev"sxnQaYֲwvBrm-7:(^{jT=ٮh~ql:2i‡1 BT`}GqUzHiijm~.Ҏ/cSROEh oy`n>W׮#MQ\pzq+A1zx=[F!;LHm wqfć"P[3(rS7u4i"e#'wV_O*ǜ޻'(BV}^-N$N/ĵur$<7׮Ff?:-. ?;N]Waikm"N*{xFHz;n>߄3/j)lv<MJ2?=3ﱺߺUɌTDS5tlZiS:B6KAPޣ:gvN? rRO=/}cBJQtfW"\91@x ;n~H5OO(*EkWd`YeE`VQGLxU{An[R̔TX)bgrMh XOt<_,֡(Z_/0pzZE!2̫m>Z=xیߞ.!~SrZw+#F{sX޹A> B͛ZZ,[q5MXu?+S(Il:ĄW%Jb#G`3wdwURT*ޟD !RUư dU|6hѳBn Ad*W>nSuM:g^bÇ,|a&S%r U-5<IL UUލ89~fjUYYqQU!Vc/q*Mhu"m̐F܊5'-PXRE h{r7cDߗ/cn-cF؏2W%X!dS|.Pq75 )w v;sSMՌkCO+^i@xG;R#@@ 'g,rVo^jcϩ>3tCbuc=LHC!%8R vx ah@f[PFxb ^?t]iGSƐw[01Ք:?).=hd-EpGى~hw{zi#sȗZD!/|6 03Â;_IE ֽHfԣ Q:5XdXAe+[B`?o҈s?mt@ 4|s:kBHcWaMgF*Kcٿ,cljug"Y j#|F!K釄D) 0^`b:Ƌ;8;7;- QUF@fQ AS.c#2jgUjL*o5Wd!9$y[D[~\fH[M@s4 tکH[k5Q'~g`t;1{9@H:+"[0^`d3A]z(n$GK2&T#u .I"p_V, Ss58Dhj:6k\Nd{}{C8f;<9*ŜU̯avfw\bلO.I`MWNla\L4 ~.C'*iS=s=̚9|h'gx$cp]q/g, 1YX#@g!fvEIǼݍaR3xÆn67C9ћ U"2B|T2 gF}bd+')a^= W (MbthdN?>Jbƥ{Mp}̕DYd|?t&6J]Dt~:v(nՕ״Hf1_ ٮrcH% , ~h?&֌\ 6W[,U 8Og0D| Ks{ח226ꄢ1t#B]i~ճ d  _>> دFW; R -؍ՃyJ|hYIƕ܁K~7}ckG[)Q_17 6 8cιT2%B91[Ӣs" 1qF/YN%8/8 Tk>Pa |Z|1։t+l-AUPgYN1G =cz 3tDiE1 -D2\Ӝ^r9/gn-Eט(O?!{xxy#M&Q t$4(hS  ُEw{y-K{qrxv4=S`^،JXybT4(p=$\W]B asG !>_(#s`|C$6Mļa1܋pP>vy}mUQL};v0կ"7C+ gP?hs Ax7d $Ęǡfe[Ș) I6txɄޜ:2 t̀; XT(-ڍPl5%FzI @]UG ʎI\w:rF!A{iæeo38 { G4LK"bpሆr"ࠅwu1)2DL |]yj $R0"a`4w8%}HNdbQ0lcS2lF1Cahd.<%)2!{鉁<&IOLب(23BLfr8d 6QD]HxL7o&h+CE>Ȃg8bp:~WEq%D?@HB&AS[m'f~ Q1?PI"`'RP6|4j#& 8D06(R )w1?z'ʚ4exHÕ'=}-[#˘dN9OgX'{;5vQp[ pu}?W|b܌983{ƠFԘ2gzHABEfsΐ_0>};ǁO!9)`xi 2i].'T㏊}\vjQH0B+8pO?&i🛃TO#\;M4c@nBǥ⽿뭤ܿ~F-!&Bmt͟㨮QexH_Xor" 6~RQEZ#=oHT: @ӻ$-ܱKGa.~ؔNef9q-AW *("Zo. doc.Y~$Y]g.@_G|.iởg{BN_B/_kuJ)}LX ձl40m 6Fپa۽^GhR×ϝt+7?n/)/N\a Sv>z.{!ev+'Wn @  b44!Cm +5K8@00U񐎣ܶ3gS62\uA~;ìCb Bٝ۶ȹYJ W佧z ,oa-`$I$?:-?&dA. 똠AB9 ~ЏThs*lZ5* @O}CZǟU~%"-|,65yܸL.J1$ߛ֐ !@~WRP\D!Y?8J$ċ 3H3F!a(,BN8͑hNaOI[Bz3X5vJOxb-bF<;əBri* ~"P}T('oAԒF\\ "c6 Bu!A=z3{!>>SaҲN aC^Ud-P3}@j{B H0!gW) ɟB M(ɞH|$[/-iޜGed0 Fq7X|<Бb ( iF A= MAO8(!UY)/vΖtW`1 " % ;VcHetsrHƶ_ݛi! 0v,@35]+>c_`}țA4JEᤧ 6J #ȮJ/!ِd.1܅ >A{8 C4>aAQ@͐@5I#!#|H=li(3_ƐT39Xz#:{c1o}+}Aleg:y84ܜ =o9t% ~f8xhR &0?! ~ZH0;H! !rQ߁q OZ$wG"L\$IC&H{hP lC$36?FA:K+v+6HJ#(i:K$m7ۤ@Ls LmL` j2?{-eLnl==ۿ1CM{k]IH/b-Hv`܌3ܝ\>̃ |@1p'ixTFkkA_808:Z5D򀉌*`!j 5/֮V^ݯ8꺋j oD%N}Go_s=i3G_jaA2ԅ:1gc; &$pVf苊_@(e&iOlCQ?q-g e`z [SxAYQ1p=c6v:5"GGGJP۩!ۆb(= CC dl/,ό2KNA( |4Mgm' b5d}Vܿ<EAAØG-K st[.-ѩO"z|G@\+c$~ LCA$7  IvX:(l{c {~W?]$:O@䉹HK_3+51@C2YM&8) qcd;Q1,s=qDT+E$xu9z.~H]Fs2/\i`κV4/`6Fܔ/ՙDʊp^@\<<ϑQֻ%hyD8 .PPu\ kl2C=ΨvČo>/ٓ `X ;x3yRU/}!Qs`Yph#׍R&.0 c rc%!F"I)>. h.,$~kRJ$A YCtGAJOO 4Dq7Y3 xX$pG;xQ擢i2rJРKLx[ 1Z4;Nqn9; 9Ay qʊ{$07ZŚ)** rE$4 1$F1LsN|2gJAe5Ռhcz1@@A3`A2o"L%A] a Q"c( ThW6}<dxȖ2PC<=#Ύog 5 UCX@&.jG|AuCV3 ȍ a$L F) 6oL΀ğ5sŞÊ+£Ñ@ LU+ӂ)ҖMىGw7}k }pY" 3 UĚ0PKK{1qo E! &Lm b%r MB=k-)RDTO7:*##xmo@fn@qVH&09(/Ǧ aAV|L&N]LPH, (g&~q>oVH2pv_HTц7bp((4  q ,QuCP2`j1BvC%hlqhk%9R c: ${ tc$}pY=Dm-({R4,bnQcr>&iq $Gl?`?߱v!_َL f;d\}Y<_l JH{їk((:Nd,9Qc2KHu9\HQU#7 *=j-vkGDx Q:x nj<| pF萘 hI+ʒN?Q+ܣ~X$<:A^ {N}|Yah>&a e*Ed|\H8l@< /W4Assgd}߻/E,[x*$Utz iJH[OvYt۰_VGtiu;34f-7Z"gIƏ,@ܧu0&oi Iwe,QȂ3tWS5%PI^Aee~EI!eDA&0t.S߉F?H<ˊ6GeݕS/GaQ"=EDC}>D0$ZQIy  + +&1:O.ˁ?F}ܓthgtGA#< &̬AI"F䒉S TR 4|oh$u~0G?"2$:&@#x(J fpcCg#:}1=\@;ĄK@$J;qj DRN<6.Ѿ~xnϺx}&V%m?NdM78tu cF(9bGۺ07@n}=&7q@a3BPB1mAo/GWPKui!f6-!>m@Az]rT/!QTwRDpb Au a;D%eg^z @RqEOOՊED( ;zȇӈGAՊww]q>\ "(فP3B]E "~d =Hז|9JaK>@9pq;P7D|J-bx8kgzqFpS_,z~4f!$?! SA6vF^QիQ.١=t_>:1ڊ!6nNvmxf^f+Zstv,3|m%Z~ fh=m>5"07០RHᏐbðu*3@%2/YLMò1ZnW_e8.uD"A luw=0]9a}C)Jh(8HgtE'~a4${0bץ hX놠z$ } x6Ê +eD0 :PB!8G>@}և!S #?ێڼyC4-[X}c7D4isfIC07 􆜱\̟,ĭ ua#!~"w|mHdRK?YQ 쾰^(8'_f%|' u?,g<Mgm,EP 0IGX(q*DM oDGxxA C `mŸX{#y Okv@~á-o ƌm}+??vEs+$ΊGv3u 33y6T++dI}Ry hHŻnxBJ,̳(5&5_$r΅Fwzk⟴Ӟҕ.㘅I=t*IOyIS(9qz| _# 䆐Bl*Gl'P|`AnBBgvz?#*(G+$!L8$@nA Ƥ3vc=- x5PE a ڌhXXn>pa ʋvOZ<[X|AB  S!0qH#, =ޟqFsg\|m RfWuI18n$aƜ} σ\z6@b?eZ&1I.g*U;ֳnZ/&@~'}c>/A V*!̴,[YcwG]&/?jFmoJ?6؂gīw}oE_j% \RkT4+l0.iz ""AZ P =BA=k>-+* o/g" SOՀ{2@?? u)?EZδ BT0!F e Z!~/׫)q1Qrس~*}T)AQ72H A<;h>2 D^ :B";GcĞ "iP. ($h, 0 J .$V ϔ2f`a2di󦈑2Zq$D0}$jM15収^ yl4`ThI#<4rl%abOz+·u;qM0-NsC¿-fdad{jFrsHtT@Avr_Hر*:ǰ9ѿ0=[4ufdC/V Y%_؜띐fvk ɹg*dO,+\<6T4>c_ʹ|7@SNII+WDUUR']V W86ƙz! Jҕ bREcBvx: 60N 30p 5ܓΤ/٩e+i)Oo;§_Xm d1-#DۿVAKbv5rW!I4u.)W:)M!;A]cd ȸƢ60!Ѧ6zWqZ?vj,' '.O;Ü_Tr43FMhݫp˺CO sLt&-?S FmEc&9NoD}~΅\"%ʑ@,`FgO#~dN9Xf {OY4=31Ӄ&:Ϲɗ'u % mӧ"OEcfEzJ>y96sJ~3 `@ ɻ!,4p&3SV:WG_hy`E@F34DJ5zE"2\M"I PS򐢢  'žqV= $ X;\e.MZ+;eB.T>Ä7hP؍csauK5<9}2J\bmEjM8"hdE_!6iy7@fttK}'}u*eU;K}ٵ:UD9jrv[o;=Zeu;EbaN1[d\|vw6³HuE{E(HL#-#&{H)MaufYłG^jpd!CLsP:Q' |L=Q#ܔ ?Adu&]тh $ę O<;ױs!CMW4]5 Ka0 ͏ʦҥun7xPI̺<.OFWh&M| {{3]Jja=xꅉP{ix_l<Ƕu#dQAiE48:0` @&ޡ0_26a+b,LAՌ/Ehw/a)ILdu)!1Zkѭ/(}RW8w4ZU.7b&٪%$/ڬmOw)>*m!%q$wm awW }j_=,ZmT;PSuUiBm>U_!V\N )IN#@GB_vjc'L~:?takߠzQjqzC5Lk*LjȬYB.t+8l]H A33MBMKR: =) NS3] D>M<B3V1@ˋ=W YT8@@0`D6J<U<_mjZџ5'mkCW#Iذ{F XꈯLXVejdtlOgZewNrtJuBHx@ǔU7^A9bcXZZ> <.`8jNDz1O: <qDl=4l3vB }TJ66L&|m{ "ZggRH%MƏ_dF(l<~tlw@șǤ4J%D1FB& 5,;ܔA*Ю+D<4 e!m.1M{+7zhDH%h zzȀMݨf`XucW^]%nYv\j!AtQJ7XPA~ɑ@n#:^If2Re dOhfe6mıy;f0ѷxgLUNGqjoafhGUR>$Nh AXϛss\Ƹ$8'7: r3v4#}#!j N'u1wa"EdTjÔ7a? ӽb yQ:o~\Gs{`4uF\$*S/V0#vy 0v$F2@p<%hf慸R~,mt1oW ;FcpcDtmAFC 4pCrM5G;Jg#=gc~K7:CG]= <G*m хk0t=)ǟ?2L5~q̜M! m%c 1&P`@s&AHh.Jׂ4qݜ}(bq`YuXÐTql㌙=ғoG-_ɗ2's얀觞 Iָ``r d%=^vv!m[A,+ #RWhC &ya$EdYRDRVI$)86I bCvJ͏A lm&E? 5՟s$< ]*a ?_y db'49&h-}:,x=\/Zܝheb--;K;nW4i ЎGP&+)%=D ~ A~TrrV҇cwµ$6WyFc{SVoxXJv1%+ݽޡ16Sۨy)ƙ}Zɔ]\HeooBcjǝ}zn*HA۸f:A4<LfN58pǮV_<_B2Y&wɃ5ڗׯFM56R!aRRU*vF֧i&FnuCek y_SC&Qs/IhJ#%c־hw \Fs'bz'nԸq)'RȤR% tu/|vqRrN@G萰6Ƣ'lٖί̣5 ;c^Qg̺99 ARe^X^%1UU@Mie,ilXWK(?c3eJkKw'G@<Ix^'Wwzn"tkj=.qNCTQE( '2T#҆3C̸L07a 8p4P*$:IrnOճ~A ]8S!T<ıW,}Xn7&raIz_h)uFz~}%ԓڮo[&2Q2k8#"ʾe*ΪZ9/2\e)i3@ k2 !)P "  dyL((e Uypj ɖڵ\"35zzȂ\A@|@9~!Jr9xf6a͂ $4*c$NI @6`dDAq$I%'̒T q F.GTTͅmO).|od $Xc%s?_u|X*"1A,83"bL ;b[oh\Yk _/Z>CqYeI}R7[ІSs%5F> chό -E,nW0p\LKy C8 b~Xcg1m71kakuQWN #D D8-FAX_hIM̃i36}/>}u\jC}AT&'`x46DvdI7i`7 = 6+go`w>" YmsUGWrڼ{mT-<&q?tvʼnUl@1s%/EsY1NU?oҞk;l>+|-ey 57s;/o;eO>NEٲ-9IqK-"ݳGӑevUf|K3ZBaLj(9Zr IkQSr./W;~M^ܜ?&W:yz?5ޓjPIiH)ѹ\ٮ>,wX݋yyO7FaD&b^vq[Uen+S =L6kj']pHZ:3gmr|ώ͕كKG~TMzgN]1j nSO?XASM\腌cף D;PNoWu~GuJFVϓJYm<GqmpJ=FLz=]>DE?g^pڳc13_%rhUnh'#&R<(E#44t#g5$Oէj0KQ~Ut7Vzrr+c8d^[c{$0REpҙUc^ NίF2o27Qz֪NRB{Wxl)5\S_Ρ/hX鮗'tyy~S6]= yD-GsBŇ;C.lqO+ Vqy[ \nGg2N&rW)5[^i(ʢ5'$qYTY;IM@}^Z0SNeȤeeR~_sJZ~(1MlxL+;S+WGtUޞ9~N0)jyTJz6gv*yjm ї4cޏk+0/ܚiH3Ry"IðTbm_ S#VmG!iSWoWи RfƢ&j;cŲݩرy>g ~njMqւJ6G0,;v2$0focc?/o| 6f6wΪl76=?kn{ujrGI_b'\+^hm呬ZA5ˈƩKSx;\~*MyٙR|/*y篋`y/}ɤkԳ'Jn[;^ :-mm )C0Ob~F/ڋO(s {@Z2dh4ʘ8w\mIez&]RƩ~>-jJw 0{߾fj֬<<%oYXR5jξCKhDÖn_Ijfi4lפaddjN.Vɲ ^}uF{Hٺ?RWii=&j2# B]][cien~tfFֽfy3GT%\/fbh2\ oLru@ͣ ֺ:a޿4#OD+3 G zcR>9#0$>_Gl۫z =GCb>D=e}k*V4tݣǼҙ0ZYl2S6< -0CrA5B7<ɴQMe T]Y3+$I"D4.(#jgdq 0\ XGF3@pfx:$yE鳙‚3B_0~gr^֭Hg].?R9F/sz{ѡ\P@Ty@9}Xv@>*v$ꌑz;0`o@ ux22&%ߊ{! bn> t}K^Q1jRӛlG5l+4 {z{\ݷ !NZ7$ "xv@<7,27KȪ?Rʃ P9Z€"79\F~A\,I@o>RZI2ͫm.$J=ݟX_Qo?~ >[#= GPT5{,;o-(V0bF6i,K̔`dVl"m+UUjUq A*qwo|G;M*> ֣nHȉ"uR)m(h۞4;*5~&6v1>%qJqQ? tE( vAC*@`BCY"J+"̲1(,0Rt0K  (Xqŕ,YRU6%a1 91!\h'<9j̳]_4](P9pLPb$-TSR'', "H !] }0ϙ~OlEkGS,cm&4AEAm?7;3cǡ}n<McjKOG]ݻk,F 2)H:.{P21%$9?qD$Avr:HYtxnm{ieۢL{)e;ʦdDYS.jbsTRh&#k^c;:ӡb%`\b̯#:9-EX6 jL;^Em[_|ŖGRipQ`de:b{հ1QT `" R(1DDUEEV F6&T|o=#t۵Pq}w8t!0QDXRŴDxԣRk=l`a8b|I2gwt3UɁ{e$PP3"[Q5A?|sg 'E)eX~brN;.OH7Qm@;_~n.`aK,}BF&pd@@gtF#ZX%2:=- f6'nKz"8B c5ghX <:lV6jR՚"K2S-f{b<ޘWzS")5P3 :\Om8H>|g[3 ^uv~>K}\g|^(1M4t+S֬,f<:6xF36^Ԭ84)Q`#a}H"Ekc,ϡFDpPH.rPʤ=CfJ@Mh UQn$m ) (5"5!p H> ttG#$MGt#gWA蠠h>tM:`@(>؀~"}r,ϜM/͚&{#8 IE5Iʈ R/z 7>hAa˦?rGrqQ&3%0e-K)xy3pἔ)ƨj%)S=GH,H4pLzorY.XywyG'ݵlhLpô5; ߳.NLw%q9}VR Ac.7؍O ¢jD'$b`AE0kitN~QBN9xm鰠|# F6^AD+y_GSjRҟCNb2 V/hHs@%AAE'i߱`4Cߠ UװG)PI$j>Ziɔt^J@+lj +qa"Vi0_IeWK cg[kMECYbhH?uAB@b4f_T Y`I)MGZ-nP,[^=`@D6cD?Z*eP"VD|* p|I+-{udYks:~kO`G%sq_x"mo_OG?`$T|eFMע8g].avӖ%)? rױ/}{d:tȭ 9XgJP?i.0j}Yf8G+fJKgT,D &PȠGuIB!!'V?uͺOe'nxsQ$;ëK,ay {8o)^$}5aOuf#,,N; -}2䜽 `(Pgx ]~i)!L8tXAz/A!̂'e=gx4$hB|TQȎ\b9N4҈2eHHXeJ{)rfGxF0#dŠ?#G/3Q9>bk*|Ѵ;D/n<@ΈxJzFM@m>*GM /N+"Se1Pܘhmcm`8~oyU3lzڽUdn׻11j$>n?#ZY_C `;SkZŜ.Ň[I#v 0$dTZ`'L10k11XfYΜM3]f`n:b<iX*TovF^vpBѓ5C iR#!RݷSO<nj>0PCɡ~қzت3#p 8&Y^8օI?bŀ15Æcy:M Wn>I"5ld~KV.4kEL0أ<%*nP_}Ve#_AFii^G"7USl_9t^^7dݜաllY^d25TKU Z@emgDUK+e " 8p$ Eę|fs fW[&ßӷxxk^ YWI͇;ұ~4k&5 ).-7AQP'IL{JXBR=Z2&ԙMeUyq-X8<2+e0m[8>5fֈ8v\b-|• EZDq :;?LB@ojd(&FƊ.QÛSڐm[?'4_,`3jU6J$CI-si14n K ejrwܪ 0p`9*Eu4anWRf7Cfޝ;NE193P$I<+$8#>4Jk0kW۶}᳥siSgXJ{HD梋:wae#$_<:ij9sF9m]᳄.hF<6lvNbssƅK%.4uhs A4Ї_ LJk ,X-J>3H`x S=X? ENlDESy$%eIax}8}6Ln˽/y}'%X~j7k(((E!v&!z#?s9G=J-PL\h{ (3&\FcA@bf> iQikQDiGsȢMANKz/]R=qB>$_΅ ^W/Fõ}q}No)nG +QF#F(#4((D@Xyܡ8,PÔR)^ǂEyh1jveuOF:G$w3a* sVC08 Ml`YQ]G/hdH50o)C&;HNݡodB!q/x{{1P(,hu"">m,-HLFR_ktOp$;+pN%+"AVy;v5&7J;e t$LVUȫ[h۹4φYopYq`UX# 8Kl(Q%JX@my_ޒ=2Z G@ЁKH!*"@n}EPbԩDQFѓѢ BGETI*ٌ*ǹP ~D'[C W2*mE4`ɔ0$H@ Q@@_iwꨃOƓ(t x.sP&9Ƀ*a ͻ_$x'=Il\f1TnpfGe4NZ|ļv,{>w99)(1<* @ސW 裳q~w0Iwe&DE5ɟPE|T5`tD h*1Dޑ5b-h!S5%͈ã"]nW:,|W[ާn88@v646˥{Ա.*VxU DwkƮ9?{esZl; vJsFG"?Gq8~k yzYhFXyP՜9rdz1`3G3 Vqm"Kk~9(qs2~8щەl9Tt+ZzmA ן׼/,40}g^Q~s3_iS_Ϝaz  6D_C!ÀWAWFRop=3gNM,>iEcLYz/W1Sgi!!=zqD?iD9uh׵P!k0 GiHz1oZW80z@;(hTY6ЀiFgY-gMx&*>~/wqw/3)u!g0B s@ Dw\RE tt@9P;w T'۰\;N3J~LZ:0@Ԋo~\8 ?lDQ碌TVeUrϘi |mXދF?xmCV0pq+K0#}t01 E~4UE_GDA6 T75=5..L0,*AńdIdI'Cf}fTQP`EAcP$={ HP=:tn$ߕ,ѐ[>C"!? >d »~DEc֒?|R1]&@8FoC+ ;a<:M沛rI$$"! Ga􊩲D!D24=^EB @hXE~d c9"k+p6Q 16foŃ̻\7}}f_^v/Ykmu $+ ZS/VU:/.] _(R+˟GE}6+ K)PD]? 4.:.&!؈aH=B=;kb f7)f# &[Y)_؜6 X s3)v"FAG=J잎)5Cq /6~ƿYnmBԭȇT\9YR NT?SRD IQϷY AfnnVc?k磰{=C "40D5~[]{'t[M Ao7v0V-+Xn&timxQQ.I# Nn~z71)UWe"$ xyQÛpA4/7F:qI+ݝ# c*&P*+TĻ^t\U$0P M&r* 8voY7z$&;%|sk]~.epFkA?,r:k:@lm&ڪ Q 1 +UUTXb Zbł" E ,"@X#@DR,( H"RjU(,=d,0X,bmnv(rf_*Wr^|]Yca@¬s GY1Y wwajSr2؞ JK7Lͱyl40_n Θ&%?~5J%gMMiڃDak.swLV Hhce;M ]SGH9~8x軺Ϛ[a޵ ӕ UŎM-2u,GeN;p=>/uxG |RH aY0g?}5`l1\itnmf?7[>K]_ݰq=ąbVMURY#7MHC)T}EM ->猶SYdEUW;{`ك|z|lLHfȼk̔]ha4$/ ͜^f]`^๨֊bCkPqHjm-4$ژ04Ov7L^"_!|C O3Ia3`%mWypVy p3 洜N[nކm66@h.gҖ<#,oH%sZתI )@3ֺ.M{|Ow t<|}su?M5.W{F͝x)"/Hw·!jlV'8fK&sN̽Bb-:pp{(FA2 vD(p8\C4izSMlKd.faHa#n=_d aTw1 gc.A6m"c "AIVi5j Ez&h8Gѕ8oz'|,t^fkO@O$ր(JE׎awu/A&5щbw^ə(9<@=]ƑV}=:5e)hV\X!=N,\SyK} +TTQtR)&T Hdfzw4ɘ4ӎu=c32ZϗXxOӕ/91@| (w`M΄(mnle(}iifo3Et=)hUҗ#U0 i/`$tL*\Bչh%:ޗa9[g1yGYnؤB lB VEtbt@@È#`HN~uI'x'rb TX_6xP27m?.V%mRݨ38xc}F&`{{P;899j7[?ëPytvw T4ZX0#M/)ED >Ε;XbrvL[kٮ*J|mMc6CDU" DUAb"Ps{u_nC78^yw67_Jrv 6K`2S<rY&jO`Gs zk29RVZ߷w\릂=?of[OKǁ)מƗd5SS {󞶅cz>N]\K0?M$"-ضR UeW7T9ZP R<.u䫐 2sP9!홀O;in)`n(Ɇ(8L$'E5;@ ߏNLRhL:>/ގ&_QG^c"fQT@NH=/[xGt57?)r!jm8?k$ŸTҹ@.В*zʨ # IB[㬙'Ȣ~?ߏxr0XibeW'R'\JWuJP2^mnжk:LǷf཈ݖ:M{v#6>T By:6$}ͩSRaWTQS3•[ $:7 Q詳P 4`m]wա7bYQ#`&$:__ S/>3D4EC0~WiĆo=( ; i|%,TWJ޶=˴8 -bGi]8ounzJΗ "k" {?wJn>z2~T&ņ/:M-u\N쯳IcA ,]0v &/@}yd%3K@ղGE 'msd1G4ZB 4{/Ґr*وOZdE༪@9n D QP}x͇ҡ+?6"ziۑ]_}Nzƣ(믨?>qK0g8Yk@w+[hXz"IOHE#@_SB+.o @S2fF 9PNHy@qg}JP:n"DN/* tÆMhic-vQ::}IM#XiA1C#~gU#1Z IĩbBN'/Мxm;=\ P'{H%O~O:#$I$.gɉ lcF@ (v)K$RRB=:Ȩb bظҊlb0h0t:%rp{9Y2ccLD a|W E^ΐh7n! 7++%4w(7k<]w,1Xq`0t:ы s؈M?/{b($~+A%KE[~6VolP~L ;qc|.y8 ; 0[v2GHI2J<|jL3K*]\BmI1<) E] Gvs>|չ$Z64=nY(^e.?TyEs؝Vٙ:nhz t66xУ=&ϋ_~SIcP4q]PƉ ø001]ܒ^Ln+~]aat,/"CyDdhiL uݹG(yD3WCڱRv}IݮXhs22Ib!WL.iFj9|?U:.#Qg.K<{,ȱ[S=0k; p,㳶ZRj<kmPo fFrt_ȋy:WxcfjS1 Jw'5ǾX]ʏq[ҳCrn8zLeigAiUBs };`|DМ)e/A[RM?Uh1] %B&BfTeY@:9렢jڶ@Q21-w79|9׹I7ڨ׮ V(x;"g$+2u)WRp2DDpb]yU+TAT!*ZYC~Q|Ywƿ+)?\}XÉ]ƚ2VVMmn9T0gPsX ~;؀Nw﹮Hlıwl1ʳC4S Bz󇆼ՊiV +ӶV/MO B=B\^Q.Cek۩R+CPeIiU-+llkAfch 87|}TeռQtTh4淙ҕǬ&Ĕz'!= V319ٴ}M4+:]ϡ"E*&tLWe%\^L=4uVntљoKE^>[>b/uwooQ3l'0DER5[qf X ȉg=>"} {}JqbOk5 #LNen}.3أot*;?˃$F3L] ӆv>ײGVİ3|C/;<).)Sb*2 H y~zbdΙɔ|,材9]I aYV0wxU ΦgeHsWgf`-3w)i])5 崌ARo>hhkg43c,fw>('M?5l> 1"H_SQ롃6Rq&Ftq`ɱK}@v΍˛SňvqK71*;_SYtuFi 46 `(^Ĥ"4 Ym f(FDa$Y!_mg?tد'(0\J$ku3?g3#?kŻ*ZS,p'~'}rioN$$y)0jDRRjϟՋ'Zy/"77˝M\S -Tثw.8:1Pmي"q~={R~E >h<{zӇQMU6tf4NUڥ]pn ڲCu֔3U{WVNvaJÎL~rKw Ni+;i\ )5C3@&I;* e3D uEFBHH  $"1-Ua`QX,U1dSc^MwC, aA/8mV!X2aX4Rwp00~D# c =rJDN*:c?=6eo0wC_@ O=ѡ$q#arɋBX؃-yb) p׈P?{8 P+aО⑂'#5ͤ?{JQ2+5>z_%*e@7WI]^'* 16||cd}X xب( |_B M.%ː }TL`@8@-ҝ]y>owm7 րxhT1mR w;ZQS=_fV¥񠇅>ؠ3UYغf!}h <B 4=i}09~-MP(\@|~©yq*g0?ZhFְ^z=۽g{ğe8jYm.pUUxN9-b-x$ > 4^~GHmn|V:AFA ~BX#`>$ /ٿ8{Hau_{/W.v.bV HGxlqOh _třL5D!9mn8]Β5QOn/Ou_#q0X"N`B s&h;PB/c3)mTK*7QHғ&k,=۞S3 ֱX0^'n=-)a>mPkzV3vOL!ť+ޟ+({Y@:o=@>+R+d=n}y? 08HF@@=z~mC`˰&9t 1`\ag?[_o&]yR3n`<@f#hKa5N[llʇS:UϾf3oS֪గM痻7ZZgǗKe;?\dЏW]ѯ퇌N+A>n)jưS]ҐT2DΜQ|O7]Gp k%tpa5}Tj$6 թ%_Siѻ>gMgzV^K9P6eѩNj_1%h3 @ EFpv% DґPnEڤA=LΈuΈ 'Ԉk?H!QH?{}s"+k,w,'qf{e6I/ًPR'WL# OT ?R$?¨ 4T 2' U,7yx/ P H?~}D3n G!J5#:dk<O,-GgO܃xP60TpL2(ws6.u¼&/w_̟j ?AB6ۘ<ѡuG2^ҿP{<$ʊ{:oH6ݴ+7n(i j{)6R>ſ;9q e秥?' {_D%\{\Me4P۔urc!8j$A 8r m}.Nq{'Wr;8JsHIF KIwLxIhP+QFR_i޵e[|%ۨ5.a6 zBL¨񼄓XAmUvEGX]:_?=u. ++& }D|IYҵ!¤\HG*C˫yE'0i / Km3d2]ShǑ@0H4ߦF*i6 b ^o M6/Y78z3p}Ϭ.Kcɵ\QƬd|MqV9),OYf-V6;WF\p^䐻=p.G] CX ߑcťT0Z\YZB"#hft4 (M! u5eu͵G_k4NtӮRRY-‘"GQPD?ϝdȊsqEwp)©&%دv.RAĎWI2rOB6XiAxw ca̵)`OSlbc}'7M}VJruӨpҹK/3aִ954$4i:~T\/'±CzJBzTjfl `a$N%)=C 3f3; 4A6`Dlc̫3YQqyqWYZFK2 ήU¡S^ `U<Y%&p22 ^F<'hl|F@XzU::ïljySgʲ9;N+UD ~I6bxu"9_@_;>xVE[&tɱq䞌g@1JHHy>wO?c'6$iJB(MKR}gaC*RWE^pėފ,ǧh9l j 43u CXW },.3 ` O)HDć*"}XL>/qrE$9BptF`}>e_|UZR> & ?~𺉁ij=wHX==v 8_Icvma#knK>.~ӣ!d7}vYdd^>X؍[BkC44`L\q͠tD3-eoR Ckm~V!.m3s@#٩49x*뛘>=T# r ]b{GN=Nd՟,cCWMW{zt`o}tO@[ac!h8g4|XziJjG9}50IWY2 2V["~ ayCD#1 $HD F5W|?SxG{GGݵ`5%28g GTSAMڬ6/tËa4-m(>9HPMy/K\۝QA2]OVY_P6dk5MgGtnڙ[Z!^1/jGq\ǑaϝmUDZ+,[ɏ6%$ZNo^}-qm9}8NU)4bZv%@{BP^|9,kʑ"@|cmčڪuwޅ uH-3bl~4adithϱpë[vZH[`h C<@rIGݫ #E/ДQt;B/dCƀ?GRiS>jGV>=kFz &D#isM8 9( B@HCYN@$A^N9-Lg[0<ƃ`a$6⫷dH+0?7?;t &ߐCQB:@|J q O4.ԒH 3H;WwL|< _ b1 << 2 ɛ@FzyP:[oi{ޭ7+WqmZ^ p#1~7~ mmF{x<̉D"|f ~IlOkSŒ6CH=ߡ)3j~Nq$i?={H>S ;,oM$KiZf s0$Z͗'?m {`6O[)xI.hǻL #/>bIs!xb7A-*=?"4UƂ6"'.=_}Ch"Hs[5'1QcX:&- e߃ 3boֿ\̂/zc:<4%¾e='γU]W}6<#SY@~V{,2]k 0P C|/p8R8֗3ux+ *2ot Hx e/u(YnL!z`- AziwQPnGy߅3-% JѲkHdȈ+{?E}}lk%bjw]RPgy]nfŔ>?W/ KM3!Qg"4X{b's渦Kj@xl:8T3yW`0zYvd-Ԥ +@[7a^#=5 ZH6ɧw)!x}75lZYΞ~J+yr*1YZwV6jR.DH+"ï$hEPQF$}(o/垧igp"]UEx)>8c?56{KpuTUYđи&PӿpN? tĽƄi& ] ;xRam/ Nx(Sblr5S|V@>إW|e)P&5n%rv:` |Wnb< Ez^U B3j҈G+Z+ !1Zw1|TYL3:Vj,p?O"$ ;#àd|iZo-|S{'f֒S3JZX C ͗N"6~{%ҳ z̘m@v8^:Ldf+cP 9%6mޣ,a0arL;\TOGJbXS A؉Ӆ>1z^5^8:HQ΀LJFk[oeD?Z!E=|`/Mw0hg+{M½$"HvW6^4)p12Lƭ|'%=6]])9` OI>H+ /dhGAsESքϩfRZ/zOe/ d-@ {?CHF?>od'r ~|=Oes^zhLhmyPa x9<k8?1?:I>L;-LЦ꾷ԑ\K ?Ν/z} |bjQ^o*,V>a>s;u]fR7݈m3-74^ޗgsуŁ!㈞yő>z^ +d-Sﭬ:Tijo&RvY&]SEF + ͜fi?ϙ±yE_yU!$;ofǃg."`عPHPe wp'ih/ &L%j-q2UޅwFf{J8 o1!by2 ֺ坾H TUPUC֡{ܾYN_8^Z-)=%.k!^77 fVD41b ='r(`'xIj}><(˴Wy3 ڧWN=õ߲,a5iև\J%נO_OFģn0Fi5uGg #oW8:jAaI6Uyj}нzmay{,ii;/Sq>?MRT &Yb#,|ӌ·)Y*!J>M[֪BD VC[quq.؝mS?ӷp v]߻oj{A(~W:fqO|"U]W^c.]USfcZ%;eFmKczL]EV!člb4WCWrd{h0ssWQ3K*.ط5;+$QSqkq->ɿW =;^g{{[Խ9mۯw=~iIc)#[ۖO~Vfzsw7~#4I^_^kz_Sϙ^IjƯf{t~{;<,W3e, iWu췿y7jaqIM>Eg2mHL.3[MJl2o0$ =ODOyIݦܳN45Fs %#Qj2BgOS廽c m6Oy'.FkOKv]4&,ңCOZ}#',Qd?uG6hx{t|"zA"5} =ŠL,eT>: w:W_g/S Hmy;ٴ`u皊. LOA3$gGei[~MwXFVajcZa ㏇=ϳop.բmdאx DX4NjY= `qw=zT  .NɊU~nyxy(~qu:0oP>̲!,-=9[uK63"p{$NqNa?7p:$֋$8Ԃ3١FK?Y>8cts &w`p> st$斁a(K9: ?Cb-o\rL c@3c׊ 'rHf /Ѵ:Vb4Lh@Me{RJ 0F'eLe6 OʖѲxx0@B@kN M֮X:r\t2cw /ޒF{ oVi/ @`\YWLSnTz}p6v׌[ G3N+Z-,3ӊP۳9:¬ q0¾Bm)emJ7ħM[˖E:qmv qqs1h3I^1Lpօ8niܞ.Wwpvw'ƙq ~qpzyɪ}4ہ5S͚@3@4bYoz) gYXH`nFh쫹iu Ai{&>)) H3, +>6,0d/Ùdpfn7 8okŘڒuoV/u ?e/gqlRf|&ڠUXCY?aOb1Pu_{ `,X `,X cGdn9WleY+%dY+%dVJY+/4zLK|^g;xxw;xuZFW`ҿ'hA,c ;R_8>lsVm;Nk%h 3'mHj FkOܼp[5_----hhf ;|}M%zYc%wEIE>7Rҽб"Ċ|_w LV;O+Y[KvZĘ#b-2"QY+e [}Ԁs\P:Uul05h7zjR%`4e ߁II.؍ޖiECy,mwV̛TT{O/4.[3#K '@h2:>dUW~GC}DtrzavԼ7Lŵ"R"&kz^`K?m{B GWY,4Co"^ 1i+YUJ zHbyKW :4n>ܞ 5o0{ַ{-ڭe=y9;>SR%K҃2J=jY\^5Nz^ǑTl1#1/c[]}Uwi{q6jiUXCaEG|JKl,zORpu/^ҤO^ +7Yֺ`߾1v).7xԘ؋[{NF@R79$qqODo|_¿P{٬!A֩Ec{NbG/U͞.Ie[^c. bqUj37u3kSz3W{ni8m^/#ڷ?oKr߼r#n^m^꽟Z GFߡ:;Ǯe)oD0`vIwC8$6]^~CFZ7k$g:[sԺJFqm9yBX,_{˴C5<>>nW?hz4(v<kwsrm6woOS(IrWjy'u0fQB]7[,ٌ`J*TdNҫH]^4y}$O*Kv8WܵݮlESV0++~sճI“3TpևKNe,O{9{N4D4^ZgR2,9y/r^)58ǛDbװKs}5 g"'2qT5k$M`2=hucSRuLlbw(k\zz-p/[o=_ ߑLѧI l3q|=0F ~ xī'h0WR~9\ZW`{ϋG_ݙwB D<wzgz<)F_;V`:-G[m{ofWtN\lC"Z:tjNjסd~ Y{s>7Uǩf#9::Ҥpnu$ p!\ޢZ6ۺlzu#+ȚSm2,4(\jYBZw_ĈD{%.u^Is ɑ *: l޲LGB Je6![r92ޝoϿ#z9Ogkh^d{qyPT}|e`w7ӹެCQn(HenV]خ^NCAbpV!0@vB2|O/A-CaE aajw,K[ѐ m^\)oIL.O|I~ #?mtQa: )ϫK?+~wP=c,a_CT`.ߧ@!tVY<)XVJr07@Y?9{JdQH6p+(e}N`aq}"A`ӿHe-9e LG|`.g.ϗ:e}yal<8f' шWoJ_u΋YyzM֓qa\{Vܺ+Б74 ãB c\iAP:/7s-lȾ~+GaUu=m^lyfX;Rtcf/I~~Л2_RTj&܈!HQ bE"1 bȈF X)ib(`~,Y",Qc" ",hUtw}md/2DXr Y:\YD׌^y.0?W}lQ yV(*$"`faiM(ShT?LІ;~Zp o[Dh坼\͌*=sSh;>z06\_Pr<{_|uR8q% l`Jw!_DR4Ҙq]px,v1ܙNA;y%S*|Nv1W@KbI#p<4|F{?oBGɞ>Ja>ָgFuUUy8֔:\j+|2oB`#WAƒ_ (?X,E]&IWP| QWhx\Jih8l*]oB>lO۷C5 ێձqa78mz#^M73}#. cջ0 p!= i_%nl/7ԉ84S}# m7O(b0QE ~j8|䬌;=Gn. rƯgW͞Oa_5Xc{ .+(fhؗҷ 4n][q$$jOek8*%S|f!.lm'Ҋf~7;͇l>Y9̑ڋ[&PWke6;"q8oJ>Ba2||84Ş*9w=XJ g/FgG4Iꚩ;V'nxY'}{Oy8 u۝Zלwa$heuOWxG]FjߜsDFٜZ}c9})>StS=]pG{Bp>ZS e1U|:͑[lAb!~2Ya>۠&ܣ06nFNfJeMGAwH znA.]&ofW,co1NgHx/~\s4PM-> X ~߆3ֳ7)oT=^}mŭ*lϓy$ Hf9L Dpz@ZZ+%zk( `:r NB߾z46E#lDYoX&b@ \6I%jAU2t\rhWuS''@UBOΛv/bJŷY"82zC| \`6YP VNdЀ[9O()8Hbsel3M{'m2woM}tVjͷ;2ї)2֑EDt g&LNx*Xգ߲]=TWbA`< $*+ Mi6z D#,ׄm՟pM){}"tBAżaZfd BX5p30pO/9ϗߡ(hX}b`4 L3{=Ah86FKNQ{΍WA# 9ψF0`7_?0á9@}COAm`nSl %JBAB @xu رBL,z1'159~ok87+D͋lwGeq/UiRMnچO)1b|NM '=ߋ$w.1%g13-byH<$rZV'd,B u)vX-=M.#80 k3$5XG {w٨\Ȍrh]b&~_Ny+]k>!Je^6r'B11Wf=/S!aFߦ/\])|^gھcW<22H2D#E3Ti׬|( V"w{?=]G?FGp1EB131g_MY2ߔn g6@`'c QOHp]m& ?L@=%n 6"D"PQZm4Ù=tm^bT 8ρ̢5lz{J d74M9PG)@b.pbeLm3w?ih H 7ApH.60%iV_FOSs̘  W)2gSZJ+_iD!̉H2&dM88A&*ε_Qz|ͼ_E`cqڈ%4,W;sjQ.$./KKQ 󐳉MC::{Sgn %`[" &:f,_B2h} ,h 6|T냞K*뙠vd_(BYT] c!/ 5~rĆRA.[+#N ev6O y.koL/i\F@5cf0NR0ÞĒI*<ţ~ϴ8;hB6qD@b_/I8R7ٖ )} %{![i Ί|\ꪷ6-ΝP;A-ц&p@kpC@ņ HBE< @ơfRCIXa 0 qPـ!& HlɾPEa2@e*D`)#VE2 1*8- R M2bEXciTa&$]áL˘e6 ` "1q$B!GJI)='lbj&o_}SW[xt^Nf-CDi~BkFU.]dT}/q43",QS6'B@!:mk]irk]vD1Tq4&I#*M9,dfyc("tփ1L-26Bi/o%:\1K"aa!$dC"o7lb| !6 pIgc) 6WBRNI=@g (Uӎ1xk$Om;z.B4BH"ײ"%E gDZј-e\$^ 5 EaZ7ѼѕE\Ķ? Fs8TLnXs"%N4MmA q'eͰWBmú,rURw ތ)[oјw^N&Hو&ʓ%@s=n-Bݴ&lKJX1aYA,G*fOtmL&DnC yl5'I-'lA:#VJEN鴝Uj?Rr U~A14>XεBA"oHݘ{{yunqҫgWNzǵ`8p^J㿍v`g߶Ć!eh N$hE8t4e[Y$^UyuD5y6 :j:ۖeeOmUie8o;qAH >  jb%Ųnک 5!T.,wk=b]$gX+ެJK~ݿpc6hC/kCfX:ڱAFDZФLxʫԹ1p۱^r΂)dpFud{]I_gLcm7?6í橶ƴV|޴QXIB jƖdn߼251K}:k|I&k}$`ކwm?!^"aqiU`̕4,f0Z ^ W@qd`=[^AѦęl&K5Abm4ᬪ݉L sD^mJsƪ*ilQ1Q{JP;.Ŧy{T>L3>r}Ge[nitEy3Z?\՛eDwrC tP:ܛLEhPg#Áu}.J?տ3#>}"ᶱ]N'{X?`Jwϊo oo C?]L +6Ux0Ľq:O:hQiQO'k81ݧ{<`BF'Vd{Ţ;&^dlWR`NI 27NXln"bWxisdZY %oG@NklD(fp AzPvunk;MŬj,o F[]UI""Xz]4LNJ(;B-h*H t% !& dXa5#THd""t*H*~R!D,@ 2T!e(%!. Hb^t1 }L}DD3i}>̺H|u@]2MoCBHxp&Φa:ۑ PP 9rB)V* `5#H$R4O6oZ)DJݤ<Ҽݺ+hս;{ +XVܐ0L;z/SVniq}F Y{c14ТM)r8ZIp>)OsiR;Kf^)zw # 0kdjzH7Sʹ˹Upm[\ Lch2AB`36oY!waB)zy00wrg'=LET8!9R I.M]xzb}tϐFdxK0"TP6[Gbhh{pU!ڻBr&*_kȃKP=+n٦(b+zPPk[ 6꿺LkMұzzsƒS:pw¨ukPǝSc{BqSUpIQun el *WWߑ0H8nYmujh:}D72zW|(Aމ{!\uNa'n=S!=*Ȥ%$Iyhר)s 6g')woVIT(Z[Q=k} {~Va}KmQͮY]X~tV |H$ƍԊv?ü B9)fhד8"Vz)7M(T<{AIh㖈 @L*$oݦreEd*1Y*D3܁ я<Mx6#}zڄ W`;P&?𤐀b>ISTs dRz>EQ 5sAa8vlP)Z=UTS4@B6cFEHPoL* "eBQm"Ҋj"VV)E} ]H^kGb8cmEF>Wg=ؠJ}%DbNŏ3kdkऱ8^9q0n9x} Y\x1DXw|y{Ell d  p%ɢ:ݜWbuia_j=q$\V\mqr{i99kO˞5ҁ͗Clxϋ!RMtL+ Ρbhy ZFe{6kX1Y?zUњH=|2UN|KLZcגI!qsQmT*% ~iHk"1N:P鬫 Yrj=,jaA%aq jl`Ј! JV;CytK7 @;4`Rr5h@89輪weiiJQ-\p2DSGνMV2HH0(ܓK_Roˌ;ܸ7ԏ%(v6*UgMlї ֳ@`/e(mqߞÏ&bJgo;ddP>ڮ_+ݓ@4Osp꟥`=CnẺ))fߢyxf`3.w@i5XX7߽w9Ha]A)]96*#OD| S*Bb}YMH I2@:LrƲ!4}d5P)/q}0Bޫ0%s:t>H?Wf}6lN4Ż@#Rq< .EX66*f? ϴ&`fݰW˽>:\.^iF]~"]^ʿVO@k}8s_36t:Z%UG z'%HmzäE`XCUI)^jh;udz}#3r"u<=?f%5$DtX; 9Se݅ՓM6OD_O2jZ߽/(ܥ`{><^hHM#4k05췸),*'_JYmX|)3=ˡ&rhBOY\N]'BUNh2I5~[Uw3;|&zhڷ~O.K1zs=4[̥fd5N8Om*F㵋`JX _Ζ߷{r9YvćO#J`ͧ4KU&Vy4TXz3Y2ibl[ b\y9FcIy'+vWcxn_5Kodm [ L d,^Aڭ֢^ˇ2s1ʦ3H4T34☱v2*N 5;ͬ-ZAzo{q}!O);לM$iEHFgl jtѥG䟏 P+&5[{ze)s8Ox:_g ؍~=H1 =ovZ9m6:s4% G͸WሴdG3{_!1aý//A_ Zyw=Kb8v]fB:!mYU3B1${ZigYNxB_qOFUj6OcŬ.xMF 9T5vݝ@WI͹#s:e#^sOD䤕&z`., H@B@Mr?gS/&<=Y#Pt6ᒞ%pL~< Yڎ crY VRQ5Gu0QHF陔!/1>eA̸.OO&cn'3a@DE9q2M]iomvixC6kR\4`]euQ607t2aI[hTaq3 +usY3۲liZ5[p5ZW5S5s USES9Lܔ6rQ*'/s1/aqÿm Cb8Ԃ?^ ٘:$ǥgm(lE 5;܍~jpV;WB,~YvƠ"jYQ}$$&!ay)nm[6ZT=~d>@[RNȜl*{NjBZVefkCB<٘g: ^V gM"oġYK_Z\`r;X0CF㠳j{+w( HFͪqO͌CH䓉5o׊kү_%r?՟WX?=V3=g5Ipg\ZQ4;԰0Ij* ~+8e^7߶|MW:LJ,LlH1_;+Ia~1T\+/MǴR.M=.Y79"gFqa  ښBHZ}H {8p\Xtf=韔R WOՖ `Ǖb !Yf̻390Xi now4t)Pυ =(h.F=Np)gI, /9/9$GyKH:wO=gcqzq0yΤVw\PXEќ;`+XI-xuъC~n$Gf38ypl8^[|x {+{(.i7+iUx"M'k-Zԧ$)2"ͮ5u~+!V^_S}zE ܅\ՙkC|b4 dg΁,SX-6:cb6 s֬+h,22@F5eX*{+#RZ{SM_?sOC'.+ry]%1Hp]'&+ Q7el؂KXA ;ydgllIRV^t#ROS&!!hpQXS{[mR!}wC!/v|czdč0>؍]V_}6X0AMfv5_|r``tF"H\q`|oԻ+hNX> w<(T!z<'@H  XKDlkcb*(FT?uLj;7Hth0R=Ld픨" d"5!;4Ě"DeFMFB2Ւ,Y r&ZDȞ`eA`VJ%@FJH~+@X)9'%E(AHHBHCu|67"΂S{^hXOȎq9Xߑ ii=دqY{ǞV쥅eeJc/5n&m5p=u"lsF} _]K8ز!=QVթ 3: +ƃ묐n8d.8 pb:7{o֧-f6#l6YwFWs;,@^x;ߵ"_f*6TP=)1l(p8p87cyRBJ0igǝ*),gъk DAbPၥ@Е&38ǵSvj ݭm^*gnˊE[ _"^S^S^ԯٜ$&o暹? h]@FM[a} I p~OD/H>ta%gkta-θ2ƶc\?twכ_GyJTOa~=cʕ*s HP/wlme˾[IYR/8N ")IЛ & mx $2_kG5\A%x]?V@M 2ȍ:b lЩC%Ňocȇ]}5R$RJʄd%ʱjV h…- NyQ@DbYQpd=pSUn"m0P*PPւM&əC{]Ŵjh.N$B2+bVr]*f10]' 决֧Ӓfdϲѐ4!a&ӂ笣yLsiF_mL=!|IGg? 7$,+#`8֛( oё-.4و=6- F[oW0 ]άsdlA7fAC\nn<(sE@Va'O}ߑM QEg+ˑVd8Eި2k?Qzϩ>{<JDq\ @C EH4lazQV><O2=DO<7  Rtt+)ɭiϼ=~j^ýIIZ[{p2 `; k\7t~GeeY|!0)\YJn򌴐"ڏYc/2i+tW5^%x*JCf(;`4`.BAiYf3N/K˳]L^^4œWan0x&IQYWi+Xñ:FyK5t +l;RԉEXn[W(n-o ]jJ34~hPtڑhz y(є;O@maUZ;9֚:ȯBS7=FD].ݻ~p]dkx 13Âoh4X3zwCnpDe٢g Tߠa;xuy4 \Nzd`d.f(ۄ^a[ 3a^`=»6}CCH&p!-Gկ Y?ߗkO-9hN`(W6sP:YQ,T`P@"knVط^!֓(P9{ؓBfυ㥼jՎHJZ5VREbLX5«vcC=BH^ 8PP<WUBda*_(#<Pf4 )H0<}Oo&} ƺ$ q#3W(]V4D;[t,0GKo;{%&cl[g%UNu>1ئ)B.j*Wd2 4"pG*1(ݛ*Q`@^@lq7>U DSf$6=Yf "rsݏe_96a?L%:fhO/{}c-AF2sfɂs`yh8I()k^Ovܰ~£&&$K&3Aǰs*^%+oԽG\ƈʛ~5D H+ACزaa?z@!@_slT0H]mbR>s*K]"F5)*HV8|Xwe,~ysI3CMEIa|'g|(r2T`ZyoTā!u^>Vꆘ&屰</ ?VP8^R3x8̧ЍNBB!;le1aԎMQ' [?cz/'߳pfڶ<ת:n\B@KKn $L>([AVL NE4ؒ'S!F(Z,"4X>kP`I$d-b~d`0E`BX<'I~S} OeؐP`!<,!RL!+2-!s$IBvLH X)8@P=oos`RD؁?[[[6R2Dm@#+,`'ϰ*CIDT4 " DPb .Z  2 H"~@xDn % (H( $""! " E=TE aaN2ԝ qA|H>^m_@z,+gj7jWޚ:&̭ xb@ r?^>uF~{`'tr@Q) M؞ඓ1T_vWkGZjcڸYB-`o _Zܗ5k=\%_t|M'ړ7# m<9 ^VOA|ke~MrP۞ܞ Bvdݴ~ki*2&@B@M6j'eN1IjjinƆr9Sz>MM֝xcT? O~JYVXmژL걱}*FH*g] qQ}ߩ(U8vԎG_s;ǿ%㼲'g1'(ViiInfK/jq}~ qh?[sŭN٬bW L)1v=1_g-4qfc T ԣ${Y֑-닛m_"X^Fw("vgĢfPrŲ{{ܲ c%A :dhijЂ[ kon$ %k](ù4B!*|n;LOTA̜IP 舡 >zrGI.e=NU ;yLhT̍ߒ7.j)XX .'0h`T5IknSRɯ{k2$t; ~O%ud[_s</uf)X>;HF XwpN)'J=Tr=7:Krp9nUAvΩ'YX+_цat3= >a[SI#!{Da J.E)͎Iz 踳|Z~lh`3#΍<0baJam}4C.owگxbA4X ;a*:q7~١ &.]pHg=pi%KYSn hr]j`ܢk[ [VbDR]h!\ NND|}tLX|5Q)v+?$7=FԱ.>f#3jPZ"Z#3tţsfq|֟3lh#β51OwNhG\3g@nuyQߴ{Ǿ~X_~X x_4sza '`ޖn[mȝкV jl&E"ODDLJ3$XN^^jb *:%qʺJIʺއ)}^\l$g& 'M?Sq2 NP_hmXU޸8 s$?xfڰ5UD9_p fӔt/mXC/byNA1!@\;g`ePiήr U huƲ@ǎ|cA2c;dpNzѩ6J[F~KQ f!V 9Wmb,CRgO2f.xg%z{ĺ'_"`<updQ> -4<ْusXTb+:~ks h*}&QNy +9af"sӮ#cL1cڧ_IM_WqIv{F.N#>bp(0$E]Y|HZbMOO[{(73XA <PhESFpM% G{80+ؽ }F@NԀ5{Əvf(dB,Ʉ%i-]Hޢ⳹03D[A{7L* Y9l F:zK\x^ _W$8"$[|b27gYIe}FH|3#щ#b9o[+f845X݅${%5m :9ݵɣK"bUj7S*^"H .0: `Pm/60a<K!dr6ps ̩] oJf[=>!^rKχ:ۈ.D21DR褳ulu4i-TXIrD!u_l̲8\cֽkO;o R/Ss&gw}8Λp4? 52OiaOE_U :"A31I0/}0hjm3Y2 s eyeQB?/*nI$H6Ù*ɀHk"U_[Erd#泘3dACph}mf9{W0 kt-Q mc(Gwk.|;'`!`+8x6׍#G`K:dtq7Dz0jRaO}ƊFoO S4@6:6[T|=u"ƮkJv٢lXZwGj@**~GÏI(Kñ)`[FQF[qx,gff 4d2IGlGRgr 8ub٪^~71OYaie:"1n9ף7.dU7~7\fF,_ۻS+: Gp,Ց;oQd7׹e)rKv/-%L9e!cArB !>JŐɦ!݄|Zb'Nb'{Zz<3eҸF㤄CԆ6(ª?sb*u-dluL`+W*POb: cN&"MC~)S񚮁ރ!xaV6qlg6r gNMaPaU`OtjjA{!DJz #/3<xg_:̥ցDF#yf,=ٟz} 3PvQp 6yDǶIi(;_6pN_}<&E$T~e ,}.nT6_g 'sh"1j_/ Eȅfӛ><|+|v2Kу 4.)]Ȍ"o=Yzhbl-٭+fn+X8JC&&!FHo4Pڞt\k2.ɉU1w`혜y6 -P%^j]|FM'VE |ɻ 0+̘mրtEE2JgU-E9 ?Fȧ-MlUTkP2BЮ3f- rM.G/8 q(q(fB*h5qo △z|O֊ \J>xLDKmVr9-ֿʴ=!LB)DꍶG%+T<$7[o_٥bX; zh\]t!c:e28 6k82;징돆DA&o7h-jH#vu:ALS$Xiۣew ^`F\r_[>҈(*W[xa^`oL5hQ8+?ch䰴!PdLmxQ;U.kUѹ{N8:^wB3hnJV5odlш,Վ>_nb6Tȕkحx$X}p4=gQAƒy XZ&ٴ]8cAԔ=߭!s{n!` VgKEG x4w2YF貀7X}G;SzeQ&[RqI}h`ZVRu4y-q7+qxI0&c5Wܩ7 ~aSow3/X}Cπ`lBC&E֚,|QtA/#RLs/z9nbYO# 9i܂~M;2ĨzA;;"tnF^ =Tmv4؊zb$&M#/Lՙ_a 'Ԉ tE?58$4n&J3zXl!a7F5y/e-hN5ӻ[EA=z{5-Fg8d1cLsAx{bO(V ]cΓ!X^_H#`N+tsJ]uT h"ElрfiqW3)}%vnݙAPh߄fU}.:tC Q(NOćD}x+L]>gxܦ/?zWRTA-T,siVBӤWe,DIc]CiRQiPG2{cS}r9b39{/v{2]2vO}\H_}%F=LCwRЗDm ֟įl̳(#;Ԉ&ή͚p,,5hG)*jZ|GW9(ZyL$Y-Eݳoa',F򿣍34a V=63>t=,jŅ`@8VEr, Aرin@kާB\#FNeU]~Ki+0MJ!>RIbKC2h/ 0"F#Ɏ,95 `H'`꺛_$*L)$f. )8 E7kw-֢6`&&I&ZIP@j,OX4[L /rܔA 'Ƙ9Iabكdd0 Z<=j$<5@ulI,ti0d73M$(-^y0FR zF%ˇ\:A2?8wt0sg mb nW2-i R!K˦r}bMXnHq"\P $\Nh3•̩ٶ8|jpo ؾF+ާVQ}gȍh3X؏{)YZB(KƠp'MS,b(H3`p烏:\Ur3"וPw3=]]h/@֋׌֚uУUpfP>XHi-'+dfu?Pdɠl7Њ*&ߪĂA4Rs*jLN(M]ktcRu-5+Gl"E) LV3mI-{egG+E$^/oo^e\|}t>2ICa /ߵ@釦O o=f2 w#OީPD ~fDsU!o{T#Ŝ2t!л)M`γ\w?K Fg@lxF^/6XYՙZn#{TkA1f!{rF9b*JN4 Yz36LՐzQrA*EEWwaZu%$ʑ kE;#gC +eӍnM2 CA `=O7t7uhK]_6Bmh?i㪒G\m˰K/N1 ,XvwIeq P6X^ MA2W]vA)N#fER׬N0||6֍ %+Z￘d<θP󲸋|K_os$7. WwbPEfve]I+o!o GG2X 2Qq48NqXa;iܥ̜l!!@7Q$vQ6`)2aq\]2o4^~[4 JyG0YRJDoRܓyǺg&;D(T^ A%9%M~?%"oN0PeS[.vt.g[v6eCjwǻk2tP\1= !cmXqtSyՕ*݈P2Wm/*cJ͖,alt9L0ZsDH./yr;9 :˚!%ș)i4MS'J0|˯I\)ެ+V32g;3-[<7Ffȍ@1HTDQ_ \F:9~-TsH,%FHm8W#,cp8o#.gv ELb4| |dL\tH|w;kyd-$X-qH ds bqEׄ5C\pԫ/N }&)3S@ ;툍n: Aq٫2s'_AFo-E@bFVkWޏ|%'f+ tc*ex LAE6P+AiJMkw(4z *2%[  ^4aº5j,)l_qfc]A>H`5-e~8g < ٻ좲?Y-[GEY8w-gȭg,>aJ:PPCg'z䃚 =T_*RsHO ECW^y7ײTɊ=>|!Q}Br²;]̠f \H[%Bt.a3L4jp4"uCkT㋧y?YatyĜcק鮣ŭv^0޷0n@ ,M[?n?~= Ũ8,`[X~(wZ{Ǐvh%#5]P1nu|RrksKpjgՈ,1Z] dG[*0\dQjkV2m__{NƚJ8l)OablsPic_[k9M{շr_ @Fɒ["(ΥyF.uMCffHJ{B ȼ闥l3,C2;z*E u uS ;@lŤF"cE eC_2$),*8Z;y`x+8JѢ pa6T_*Z xL}(CݚuN:VT}l`Atƌn[IK:Vҷr iqػ2t^-2bu ""^Bf_w6]!G-B,Zl@0Ⱓ~>2*ޜvfݛpX_tjA2i5HGyu;πl?,GL]-sL/b:޽|kBq+%)E+a|x$29L_iX=2z; jF{X!_Zv'Oˏ=jc%7R_V%vӞKd+}V w\˂OOxp8*&! {"aIUS8Q@Bʡob%c睥.3]2>j#`!TӬncFūW6Nrs(N--yQGE<H pGvNS/67CBO^mF1T+""*8C\Qn{&J L֘ 2Q]**=ToE 7䣥Oeڀbz/6gėdYÔ혰luA/NVǪ |Nb^Z4@k"=t p$8Ialdť f_jY&7T918NL#oh 7Ȏ)>B0Xb6򵏕$ 꾧u$1k*WXLy/ |-TE-0&lGeW ˧$$ 9^ƀ4&Vkc4ZM'ih1g<3Kdi3TxiUDu~?-c0Y;-mlv8Su~~a^S0f';=d+?E0̾QMњzKb[N@r=E2`Lz;dJ!қs5?~'f~b4-_ fri}8kqV%.sF@%z,1\[n9V"µÁDV S?UmG?(;\ɆKb5Uqü;.G&.Z' ՛!9h $wcj%.dKb $69F~N[W1 10ĵQ#.f; ctHNU-ÿw}bc\j_K%슈l,csզ+-'$6"k8@E'r[qi"AiykaOIQs7K *bAIWf3XFb7ARd&ޖY{&R1>4[Y b5M7)O_BzYqwDJyq|W''Ss Vya "A9ن->R:?.[sHh1 HffW2Y_'gx}r;EUFg KTt?4>C>`7pN/6=j%VV2W H6`>ŶgΣ7߽$׼M:}eU`m?1 :q ;XUu cVHu 36h)@P=vUAP.}TopܧE!9uN!Jl=ϙ ey O-vw Uz;.#X.AFUzѴ4yB$s͐⢛8͈lƍ[o^ߤ=H(;Irl"vso-*`ֶMH%&Dƚ X+q|g[hK!QnXޘLیDw*?v C )[[.z; z!~\(m숿wPͶbtk]?`C\޽nR ?KAtׂsW҈'f SJ*#g E[1xF븂*~F*3F+W|4i(2Afz_ghlvZ߿̢p#-׌]]lγ2-Km)Cam7L`qAq<⮀ىI(⠖<1V G`|fxM҈5%R[Y}=#v4̭JH_K^AU%]oDnhَ\5T rڸYXe?v2}o,|[qB4"I0{~pƙ"cD1 ڳ*%@G Ҵk|.AZw MI a tf&*ȥKҺ鶙~^L. ~fWE4cyԥD]m\^c}N2C^pHM@xԑwrtaddE-fg!KMY4uPtO0jnᰊT-#kvQ!NPl~cO'1ܬV,ƸzSJʵX!KSDvYiGއ3![3B}W>| IH*Gow_>-c#O]TWJf6Sڄ$ٞmY r6 i|^iv<>МO{|'0 ?`󺢫I <6rBǂoo|"!/5@ImjJKm앷נI< vUF "t-jpQ.8W^e2K+Dw\> Եf{T8|] f 3A! I-@դq9Yda71bOO9dVqiCpz\ R&Ojp]'a4I!ioBCh_C0UKϜ&M.ʛ0ɒ箱_ġ((EɆWXٜޘ[ 1-(j˄ƙbLaY@ (v< 3QvkIc$c6x3HzOIS7vXQ*R܇5avCn9Rӏ6E@>˨7􋏨lĦOփ"I/Dty46) t&FLgid\H[@({ 3 CJ8?*(gFNF3+qSS#X_I⤒.GFoh ^R_ ;j.BSgwEf6O6j X5!kN?d4ZgWKg jdPL靔Ewu1ɴ!^I㈘vf$y;q=pasimt/j0-(F`TJm) CX#I*c> >uGj83Wr"P5um*=Y.pm]uh5ٹUhb#MZ|[ٹ.7%)ZμB1ce.Nf-Ĺ#t<􅚮T#{Y، >tL>?G(M$s%+-w#p:IuJDOef&*D@h䘼gK>z(T2RiN$9@&}+GqUґJ}V_6QWbJ) 3Uqsİ-!K92M†aAa~7¤kJ|c3\LHẓKM6[!H\<[ϩUopAõ_fE/o\E*+7ŧi6siAATr;eXu xqRA.}J0u1UHҳB6ӄ$f|lzcvq6Z_ҏ!E5_ 7b̩@g`< LێM Rk:+2a81͘. ct8!fn?7-ZQ0>d]})(pY{2Ɩyk[{|wj[\$><((݉MC/vGX]uu .K"eZb⎖!s:F*[O0|Qov .iE:LYu ek:jh~y,YM03<ԡ"F ׷Wis"g뻶NԲ,/e+Y.`$o}<½|B_G|DCnP[(+Yc<?ot&JI\%0,xј:cht^q wtm67wI686 pXFA}Uz: EVgYa7w:B6ЩVC'w^%j!xEhV~Jڼb:;;U'H94'Wf\THeݣRs 4`{HOkd^hfӰ?~|RLU?żߐ?WbYOxIrP YÇ,1nD)J/raǔEc\ zeˋ5PvӯzJc7YPʪ"ppr~R| FJlGD3רxdv߆x$V'SO*iP d{'@'RLJ&('qtQf H%NG@B.YtkX KBu>,vqAh j$ LX7xcOrl*Av@w0|jhj5UsW.0'C!UyԐf ﲑ޵5Es!/&05 .͕LD}(2>rOjAS{bet0X+ԯ/pCg\}vK0Qv!Փa ЁNxRT ǡIW-~g/7.i_!T=H:7+!fp7[$s X5/?RN){$' ޫj.:hفNUºڜ,&$:H9Ww֥!{~t8FjtlrVenfqE~zBW&Z2h݁ EI>?X7Bl c$k7=8LHPajf 2&ЩBHrM^Ϋw{n>0.)o IeO5)$]Nة7K[}ҐF *P -p}] CJdZt[m=My5)~,Rƒ/t|3@06vȳLrLrpܗDsq)(|[OHK>/|ֲpeB9 G~R,˄l:/fh/M-;NZPU2H.W$}eўFxHtSD[KZʩgip}@Exm};zp''OSy<8ySY \} 5JUقs|Gd.F7X߃Z< 3&-VO"yq<'4?|7GF78겍0G:US-lNd [-G2fZ;8(ektZS2BhLhF<Np,Sc4XJ&¸p_M+gY`%갦nmVTE bؕe4S4W=7 %'Y}ƶ+߯n!^xP"$́i[(O7$5NSrH1 Fk8'\q6ou&X'3my0`sؿRlTpD$wpAfDFL?j)W 6Uo]Q0:WLi,fc%ьEV" ,R_F~O,E\oTձ1"uلV9])ތy%`py塔liƕ5?dNq"Xx3&iHt4BʎpK|G8e'կ L3{`0aYI.X.=O>O, D#Bmxļ-HBBe`QOY: Py -Az1JC4㚽^S&\T.\&;R-cB#\Q.!9#\Ć)E!KJ$}m/Śgt|"K;Y&)OT;7aBV{FmsrWې9k$ŘkYq9KǎTmQ@v,o6 qfiO˓se(ey|;s}Ozƭ躧 f|ی5vN=u:}1ק /_-t޹mejt6  Y2),ȯ>cm5B#2녠Ho.#Y 9:#*321Ry=_jlST]b>QֹZ&ȿ;^5ݥwb/j  W玆WR JL^rGӶx*HrlSfA*lTZc2EZR걢Řn|MNaG*;iߞr_)0FvY-Y0]z( 8`V쳒yܖ96!ɪ z!Rϥ+fIWTs9qɫ#稜JK4aiζ;?˦oXPã FJO3j=̔AI5yЂ;h KtDoAJW{{+`d׹Г<;TD'd;3\.=:>\t{u36Ia_9xOi:,dMx{"d߳^NRlۭD[{ע%k# Nkn-^C TOF y?xf%Ȧr53vZ-r: eTc];hA ıFC% iZdi[88HHVkKvxʢh'DDM,clvo]FT][޹0L?2ڱ׏JkZc (<-tW|Њˬ{xγDlA*64VI\uxV\W4{? Y!Z4kNXȓ,]62kۑ_}%ưg."kYs.%, T!ڌ&|Wp$= (FaWg7N/ĔK |V홿>춯kls Fwwtq]7Np6>]]ebSRl4\ĔХ/u}X^2 Y52Y<9)~RAœP~0X ُxA4 ^B%v:`^9Ӂ5+/ A+2K$hkYY_J+&`o3PIՀ:"  9I9Q°n(g|1׮ϜQ~odRMK8gUMK B$nwfM\'pnn#+ 3EjG'|_f4&})n/zBM G'ְ'HrNM(O3^zL|21յZD9Ր:DP`UpdU3԰r n]2.)JN7G_9P!ij|ϔkֆkQ#gvR|͌e! |$:W1&woA٪~s#FFڛse CO6-ƌX{Kb˲q jVETe[_RY%5/B6Mrkܥq/c\!3 ĬS/V'wՁ*SKzs>c$aV%;M?#@augZ6x=\+չ<|oE_rMr6U(Z0;HCoĵF)DX;~ "_]}H:tytYzyuu5CuTpxq;]a\X珌 0ax+{p*/kzIJpZ#T| N K=xի 6uFeD)5 o{~Ga![ %VĘCEp8p1R&"{9̗8.nf$5?HDwȑ0JL &,‚tSjヺ$ՀxŸ)<ĹfFI jl h:(Hk x0&!3-'G,O<"we:l˛}zW/=쭦yy4N&,g_qbydG: ?e@d),Y8CyЈ|=r3 m#]1 #::q%'ka_w#0YWVSpay[ 9b߸owލx^[>9$Ė fA2>ݳBJEp%- xa` CR4F M"y,Zwr1/fw :8i㇄ѩFLJf%#=ÓJbAHǢl}Ѱ_G}} IiZI x.}Jq*ХKd*Z GT&*6=_5(p W Q&'2гnN9iCC4D T5ݫjeUY}xkwjaSSD5jմN:< Vs\>͓>Ёئ”gB5 /t1oZ,>n6%Yl _rPE`lҲ7sFwp:w!Eǻ<}Hš7.fd91K:l]DF,]& R_31Qd,va6yd T4~~Ma#C'fȒbJy|?#Yk"f]glV :RA=xػb r%b7/*M; 0fdB9⢁tsUTYڿ5O-yU?9>8k:[h jܧn7 qJ-x9i1 j@p S ]M &DL ՑPʄT'CqƘC" ,-ԷU.j ]a`qlPm ޹.E+2U @D$eԸH29R3f%ȓp=15I?H\n#3N8ο\℺Uˑo{Y@Q;kާ!{)*3A@?f]!{kӑy\N>ek`IG4"뛀{ѽE;TS2L"7]Cre6AXJTҼ kG&>tuiPCI`'TQD(Re ȃD^䮛6?O9D!@2-ҍnK){i@Ϛ̫u*Rv54E}UjJDGFr݇]wLeXafΡk%M[Hh%%|Ґ0nNkLၟ判j_ܐ]RocT5kGPvz^>'t̴Atm7\jҧB}؀U4`_M ^:^DJ(NB3`@#Uw6̻2&t(ao8* mNOD<ֽ1"|:qJYԡ%ֳ=*%, P$(v^S>msJ+$߶J!u\@qi;؂ih|:wR["fkS03w$ xC2MT'1c3< IC :>h@Eś;N$`SZ5rsY1`RHGJw7J  Z`QXUErtXw+ ׀,6r8-1+$+SVsgNR6lZu8Wp 54QFGh?'N;]apr e%e^m'LFR1_=Pn_3C-KlH #L)"/{;Tgr[د])s6dMe1&M yGǣ}i#Ag+B jعf+ū?wFrd#xc 7}8bDV(r +rUGF?֊7'szPNK ѬYoTC>z" yYF͗t]IŴ)Ay;'!+϶zX0"+˦DcN?[ ce/W;hlek?M<o_]9 ;ƈ! B<^d*g0e=tV3pЄxR y5n9ѢB Q&f{/y邳q@zLYڡBGEh<""3(8`$ݒl=k7'305ޗoCI#%14b bŶVgܙ i-T(.GN|d$?! Y"s/L7\뻱YƻA*0J _*ڍ N`ba= PLr\ӓnpqpiL=2SH/O9x>b YV 1><6_2Jqq !Q|q^~ FzRC|b$Kو z Fa Yq,NHr%u wj,qlR#u$n9t% BD AU4FN )܆8|]_wzP=3D~Y#5%h[_ `=y^["m Bo[=֖)q:_#mdq( D[?*EY?PӾ_efh!W3tQ0 !PË̄!a~ĕѶ6*뀱3Ϋ@i%p4Y?\eՓ}hxK_KDf\4Oddhͽ/ [՜ʱWh"Ep{9Tz~pKՍ=E2\I)S~P&j1˟)}ε{(?w5 aM}Q1P_)AD 1#OX°,3[3k3SJ+nゞ\;W&Ί"2ԧzlޓ?X=bZ iX-0 @a-JTǜ@]i W7IO!h"g1ho`?BY)oijE,Dm%FA<|"tTZc=WER5K$PTf|fz`4MAOǽesd+%GdH-;B ܀ ި/}TNY~ouHAV T";tAp7)8,H}=wr `jjf+2is Cw_ǡ Jtcx޴E$UF[A3l~CTg3ۓ:}E 8C4N"]FŔKp֞UmvN6wc#}4Ze=r,MZeC<",s%W^ ӳѬUz؅q@DhJz-K9d.ϧA7.6=VRo>q  / 2OEg+uEy!P.8uCvVJ8H`C;~w;_g·[ǻ0>fXJY;rrFx,.mIUko 䳃i\ۑ!kug< ZVKUp(ŭ-1S(7Np+406x6M/-%ZXm:mզ}SUz_Ii+ B7|%̴<|G9;Nf jkت% DmօB݀5r$ S@p&xdS|c6ς(N8eᆰ^\3g0ԁ(;{>Pj݌Q,RYTV 2}dR D{Qѝ7(L3{bIPFum:>}C@FHo=sg VinNg}g,e%CI3K-!$b( ןz춦.|d~;߿75F jUM5%0ĕC/ Ic:O'cPj*=ZH9?j& rr+ׇׯ@wafuVy 8._5mãm ub>{R !)C'3 =$D TKiTxj[L]iK؂&Ar6O`mp)(~V? ԻźNby2o[.躉blؑi~/(/:$|sÛM֢N>pU4j `nc'㭙tIV>@TD/Sv2)X(vMAe eNbq.c"^+ȳ;<p%ZifPQA}7} u "2>j)62w3 t|VDcUbmkÃ'6;tj{)MN$.}Ha8#cƿ$9M嶋@YQqߨЫ% d)pDP+QDߓqjn.P 6%c?eQn8;Py_tBu-Cv|}Ke 3\'$us*Ҕ~5.<~7 ˪^ 4ޭFYD Bza${T{ܚHkpVJ10^N _{BV]%`0VWݪxFҊ7o\E:&:~@[o߯ɼҰ&G ;BvaqT/ yx[H` H[\ FAG5,LݲiF2ܖgcAԳF_BVO`̳\/FV*$SqD&Vq!۠bTu?:#WNoj[KW{*;w?# n,:1lXyO┥ȗ,Zj"A!G iIDpKfs Fv@elў1!I$ :4 qgS 4yls'P4S=j@6m9}Y(pՉ҃&%"Zս.%ImySLZiI>&Gt,r!t#VbC$.>.F`  >Y"]Egu-5f#;pRQ\D\27᱿df,f;(V+mýaPkºj0Qr:O.<Ɋ\]SJ]LElk8nro?NyU`S{xYB"K)2^}3ډ;|y "6CgB_ҩh.NjiVox8T#A `47!(|?hTF@č,=>|7:sգ|J9o34vw@]BTyLpTdN!#LZoSB YȀb(%XHjHPѠ( zJёeK1A)JV1=ڌp# DO?&p0qr"S3ۋ¼͎PSk QJ:Lnf‚ˡ^ Wu|jU+P^ F06fn`RgD!]E {`Chm{[$ L/[ߦ'roL2ԛ,-ˏn4:Xpg[+% `^|d@YEPJ!aETMbZ$څ>f7l"nJNv< NowRT8ڜӧțلYVI0Enhӛ:4Cx&O$}A:|޶W 32F%!sIG[a'ՒWCڮ _x{◊<2°jv!xa]֛$y.A -[. :콭Zajt:`/9U?;r w5}/Bh"L(*?I5XP{Un/*[) EddVi!9{a1`CÏYps;-r+`/7ˡrgyS?_&;GжgWlc-q>9UHIs8!1 y4ڜab%3]‚Qn>3& T08̲~ri7k1K 6atD-1D ήay6 18]'7T G¬ޙ:m;z.m4M  >b\ b`He%}1TMZ$^<)bƒZ-T8QRwhBRTg2h`k;Eyx[Ld2Wf/ xҢr߄CCcX[?!BMu]*s @6* R[IAƮzNJhsZS{ $vK]uq?sV_AƊZpfyxU& i=V; UE&'(DU2i+gJD|H6k/!HֽŨA_K怷9=xWPp9V~̀31f)T%ɠz6xeuDy+Avvc%e"cAω´Sp׸*mqg!9{&5w3x%:)7I޾AM\Pagg-Êq)HHifo_ZtF*뽈sL:b#4/ϲMw'UJd) 4U(*5yI@ݷpЅ,*K]'od.m~$28--љU]y0r3tXӔQFjB3WvL%f֭ _꽹c62`yr) %9 ȝ&>nK<e gTG%8zamH>ŁdY/%:ɤ($ rzSG1QG UV EL;{'8<󾴤; #!C5u#"`9/Yh<:g6C1\rX/^ 7ׅzrhmLIOj;uuF b<Q˃WJE=uKIJqE:8\<bI['sXJd9p466Clzp`G{R`NV6yY^o-_bMΗBR#.)SסKvQ|v1?DۗZZD{aiHWdT0}Q1t/:]x~q=:l2Hp9gq954S1h}Fp*&zBYo?YEMXQχŮ(щ,#P`+%(%p⎉ ZC5:FoCЛvw^؊ |n^9@ ȶɯJVd N3 veEݹ;xI]F@JL؋㖅rƈbƌ@J,;LvoV2*]&ŕm(g*I{4lll )˴an^x#;W2hcрU *%(dǿX(ni{'36]h$n/&[Mқp>< {Zۏ&fylUƯUjkEt;`&Q;1nۄ: k6͂*y,.PcΖq.qIIa^\xdK`Ŵ@Z-2:Jɏu%S bUYu'}*%DW ( a+>6aޚk0%H%uE$,W U#ńu4/nY5RT QRXvwdϼ 6u'SJCh SnIbŹ%62 ?L}V}/ JbUF$d}g.N2lqT}i#4 ^J{{\yiQr|NYmx`s@YhPd]~uN$&f<JpA8mVm'?yϋPWݶ(ErC>պ?+?ˍJ 0uB `>j==eE96#x+^Yj8Eg56z[VƮ@Z= ߲A)<諾߲ryq6[6B[ÂdJ``mhE )w[6\ǗE 9ԁg)arNdJ>/:@.n&;2e ~p0ɢ>Fo., ֙p{̪ϖaG*!2HXika~s{+4c%HLP`b8G9d&[2jο}2a qM9WgZ ǀ*2FIR`4V-~ë4 yinY 5Vեmz3D=%3Ѿͅwzd=ۏ eN.f`߷m5\wKAŇCxwЫ6޾d ]򟔱u~n쯔;vi˯K//Ŋ‚׸t6[밢%,f4!OAInE~ø͗xlg9xfQttq]םhe1?8#aP 6#;k8\> ??@?2O@($tqi 2F=uP 6`JaU=nwͷ嗛dOETh.~e,46]Y[%e"-\:G ĥn9sHM.fHx; 9_ *o{ xS%+7n2V8StSDLX`ײJi5[?gc^[qU_$98 ns}eˏ_\-ً>/7?vwY،ިO<ЏTKH?{(> ' @ h\١/ʒDu@9o/ G|'1?;xۈ#xn[ɫ("r_X=bhB8eo9Ox G,A Ӂ[vPS0.pHEjGԘ\ltͺHi_U"9V"e0a=3ɩѵm2b2;-tdD;{+c RTeޡ)A7nZBٵO2r, uQ:xx]$ŁEus_gHcLDzd&`n$I bbmk\D@&1=w\/)W{-ã()"lrJGF*9V_fi <<}QZKǼ:S!ܨ(.&ݥ諾[ن{W W<%OND_"/9;* ]5RОm1)0t8YcdbsJ/(q k>͖G_E$,Cap/y8iw*b`x!\ɦ K.RsRlZD  iS9.Eh$3Ϟ |JRu{s*[Tِ$SH5yv8N*l',0fW5UiMb5n3L:@̓J }?~ #JǑ.rs.1dXڙV:ɀ7"fMg&.Lѵ].oN SQ4)~H2GZ6PK[#tc(L n8y65o4e RUE#:wj#PvV7ʜ10Šz1}nJ['(0m> !$ߢ Z89c&MA k!a^ltE{UNh(?!Oqv g˂w0M*u-*\ Ny@>\63ůhl?f~R P)3I}"r8;Gj۹$#6lVp dUkuL.AVO|mp()$~wkoJ ;f I36} OP2j77@܆NXWz<;Q?JTP_rV#tĶp?◽,ؿ 6lwxM5μ#q3io]TGyG78uqI81z42 fǓ+nJʑu5QB)m8_ՙN [5Y!=~KQ\m4Xz|@G`&3XОsֶ[ndm2J׍<`PUD`n/†^$ϧLQX) R@\n .K=Àf~{:ٚ%XL{ v*B*hː 0%8扝)t+NVo~mz~-P>&/ѐ:^"r_QZf 7lU[pmebWy,t\*bH2hMT5nJPy9U=(6\; E|16XZ[HVwdT.sb7Iscwxm]Kv'ւ"۹$b=)dD͓*`$8j쬆AQ %A{bAF**9Ŏ>\Πhg S8K/*EܸEbԉ1GgHfDVkhk5,vB$@w9s֓Pޔ7e~{x 7TǨk8qMϺc7]o.t.LP=տ_%/9R;Oq&K%5g7mfDymi)M4ц5qG5Ba(vK/fo]Je @sN !}K?eQ (÷'qX`_$0Ud;BRwLB_p! vs9R}D 3޼0GM N:(u?vR`{*&3vU&{ +L $qB8Ѭ `!`mi,ذ~nyM WX 1X>:$/c5D\6Zܝ+ϱ|tLQ09v") KOG׬Uu;\LtM$n07^p/'sAӖ8J Q܌JY/5thPrn9ĉڢc 6ܓKTli@ d:<܀VdTw݅Z'A\E*7b`p au3"|Kyd㙕t9UZmKQ i#dP͍(P 6C,M!o4kBe՞ɋz(vl)|aVZB3ro5;(ʤñI(,[6|KxiU?o! ~Y qH僫brɩ4L¤s?u@'Ǹt 8|d@ ߆ڀ?ae: aSpHb(QTEHYaZUR(2p #X:%W]Xu>q@eN; ML*qxz@Wz̪Q6{jsX|W>K?*Kr^-6U@<W`j2XTK[k36<'i1(][$A`Ė o&4|,7%r3nYzE48 Eџ./{<֏P^t&i+x(OvQ8ƌU?o攷x?Ù3~Rr3 e)lς<~%G,CI,N)5` ]^'MQSkge8v:0xƣݠWj+Mhڮ{6ݿxP00CV&yu]b*;:qS@ C>C_UМ[{G 3M2n oC3wos4 <].]a!y5s/Df(>98cw'%v^2)EWr=xD}  [vYLo_%15H /$GA{D)&=8߽}> xSiC$5yx4fsO:ORD|R$P;ŁAy2P::,G cEJmDD+.m5/iװLucɹŰW)Ry҃ KP6\Z 2Cou#;'=B6HkVu6TtTM?(ѩ*H|yq{4`1kF:[7T!Gz3+<^٭_9M1cv^SuR~keWih,EQS ֙Z7M>MWY2G\Rof%iɫ غ t$56֡>xcR4hXY;vbQUtQZfdBsg޴Ra .1+Q>6ί`Tlz9m7ˀ-N&"79B;.Jw!qFۥ98S0պY:6FcyXBYevj\kג2PW4owg;%̕oٜqCؚ(!q 'E xt :EN qѭ( '>2Ӏ`mvzcj$M9.La 씝d# O’&AMlvX;˜Qn!'gC .*za敛yMlr[Qm%DAc&d"m[>q1ƜٝCxcN͇N:%Z׫xݒO{1+tvY%G{2C,im<^i-[qza*>& U[ΔnT1^nu+\(O-L*هy# Ȗ^ _8?z,jV/8<_^^֗ћpT đN5SO*;(U/+g $3t";yYm Q|R)Fa"3:*Hھpj:)g[G/j7DBl3ON6?[=9jg&Ӂ8U7vvg`:fu'vR"*{OsEa]G|eBוT$9InC47{s-{,I*@#0*.Uq&W>!ժPR|R_E1e>e F=K(}̜oOHrg$m04eL@/I9 &|^*w Y ?1߄>)q=m|3'o7mD%9jBTX5=fdK"y{q6ZJy"Q,MXawIKœIKy_!GԜ54J+4L4Bqdad"oapE%pX闗\텱@mĹE[IMT]}oDX0-eNGEV(5 NG-Sq|y#mg!mM6yV§P+.}u}&giTPrϤQA+OyPg:Պ퐋vG젠ˏR]w:zn:+^XɎ[%XQQGƝ LfvtXO n9hP-: 1-[]]H_8]JzPa_L]/?VnTMa=|5L`L,(8rA7" d"܎rp^^G$3[3 zMF6h2?Z\8Eg6&Б0|ޛ$57=Z#{CH-oوƃ,id *n(. (3ƚF;F8A 1t_ʕro*;RYABsj#o;+uȳ -zUpّms\ЍpCxA8:EbrB*ig~精5r's7DGq5x$?;А=c@K2w{hVoU QdؘNb$be`K:$H20#øJh5:9w.` iUk9pE3uFGm0Ğuڽb,oU|'AVBp]ݹ8{ґe$3⩊)5D7)7뇆)r-Lߦ/4{׀":uI&h _F@b ]Y8QPo D>^ OIB%Ɲ:ϳ1u&i hu3';L. n&n6+,y*ƩUݴJ@딣El. T,XJ &ԃ\/}w /:"jGW]PTlv=V0yp ɀ=uDdGLy,cTo=;_II&`My,sw \ ڬ)_`{B[l$3|Y5ut CAC(h''[lD0V?F>L H$>og>0y߃ƞ$<8ЏP]=J~h\yt%̏\,<N}8aZVa=@}ڿq븊,C0vy"%ԐNgdZʭj$<(TK.p'{88&c£BL  B6(c[JȖ4!^\(.U6YI ;@G/m;8⥁wmA  季])ZdLf%gP{|=]M{в;&rF<,(%i3'lnSEn!xH_"o..%pJ5,/jv)lXFr 5)]xѿDdRNJм e+NiRB`G13 y=_AaEBH> ՞M%VFȩ: 92pxu亟ֲK69v֯Y} l [!ֆj )^hE/z@7&\~ ) -uDPqZ6HLhn=$тzLjA0^Ī GTK/F+Q*Tz! GFKtRX-,R|:NTsǑ??he#֔yA7Bކ=Op# <ܕ͞PqrTo.zSH{v(tF"P5sVcQSVe}Aql<9Dy`Ŝ0&̅#;V]BY2E6vJ+[CօTOx&Tѣ|g$WdOM/?Jd[WV0ݟٿp1Fj%VM"9Gx%m|p)!PuҔ+*Q2#N^.?V(lr6*S05ryˉ+f-}jΖ;+%i"]{tGkbͭuQsўR#BCY+dHܕB^>F[l~c5+<eꎀn@o {7 "p7CSƶԼ~Ԧgv7H1t)NuT’#2(J"5S{O "i駊Er>7x\Av\Ar_@:/"hk/&͋ zn)Ѓ=In}:1EnLOeT@w&فbVQrlB +ɸNٝ F8%©Pd8-Gg[]G_pF iծ_v@,4V13?/ D9u-TSFQGD~,$&sCd9Z='%4 "luKF`/1fD815f.iFGAשoӊ́2$t|i4w'_[^`yf˄"H洼)ebҧ7X`:s h,`@`&`=u~!l|mwSLQfudHRb'$LkSfHZU'q\Ģ p~jD5Û>񏉘CS=L[!*Z"LYᖃ(9*v 4 ewZ7{^ scc5s4L|3G5;@zj'_w'< qx}9 p$ς/RI6!,b;p➺ aB1]NICJ~8U#HZ4WvH 4 WȻN~m EpYgynS~t1af]bֻ (7p "VoJ?$.S|wIQBpaZ]Til֡'{jsm: dz4>7 T\Af74^;{b,_Î&wETYB ] Qݳ3` MB(%ڼ@ޓld}\2 in`l 0u.rj%XHLMJ$4s,$C7dmc*yTL vV#\,F'zY#91+H:Tq.lvoCWعOpN@LTa8%- |SS/TK1Νaص|oEYT/AHFq\ gcZ\wS uq3>*s]SeHrȃϺ&͘+'JԮmeL9`q.(RfOE3ZYYih. Č"ƤKډgp붊MU0P[)ck<;4]Wv'y{Nx`tyS^Uwew$`WL$Q]T2ާrS՞8WiTJ&E)~ۧ2T]jKjM2Dځd6y *f;8KJ5J2NWO,~m{ ڣ`IRz  ;F-2 6R{F%awו㕣Lvź'wo=hTrjfH?jxnHGtjG5, >'7̖K**2OA$ 5|wߘLQHXI wX77v-\Ѻ{S,Y+9F 5jqܓ$TONؼ%\Եb hFbf3YAunv{ieUgR6G/=;bhj0;M7aAͣLPaE߽\+4t`"zt L5VȷX%~dלx"qZQۻ^̙Q FТ=̀s(Y%i3D˿-ێdvݹ6-4Ebq#HJhk'1t!-$,OF/KU^]V9|a^e$?ގ&UVs~~Mr1a#1Ⴛg +?Q ԕd䵝E4s NŞ!ҺI3)LW'mQd d1K7C'xP$rʟx1c*U}j u%͚+tˏS/UI~H`[̊}_eb&T )!tqHr>ѿ#MiA?]}AD.>[z 3f(x,n/Lnc+JceT2Ғ ѝx &U)g7TZJ)FS$I)l5Ln8ӊJ2ܛ.kR{˼b:Ň{  R& UYrJ=SVi о%;NH]( ܃cC+nZw寄WKo |7:+4z^]\tSfc3{"&0C^.%/'|6 Of_c$t~q  |k|7)(޸@WV)֛}B5 ?ܦ?6"˅pԳZ1ʘKI> zFM4oi[u/D Z+u ' Q(7O:7!ުinH}0 [(?pR`ڤA3! )3sױe@:. -i6%04hLU/ A۬262`RWtS4'{ ەB/#I鳽22n }Dh[l]q d~]hOT38 vl;?ݐ>>v0V]Mfh-؁e?;jl)S/Y)g<Ss]ߎ'|퐻}R{'Gw.g0ohY5MB[EG3 ǜ=3)h|b%D= O&yi ULY `n^Aa6~ڱHGpqj27zJG)$O*~HU_z1zӌ> оAkcP!R4֬"KZ C}LLuAjJ8*3 b>S Lł9R%r>q!8~ß}S{U-F7~%)/̐`VM**RrGEs# 0HżVk`|si yp&~f,R錩"5x_Ѭ"Ti;M()Ocdr:e %UHچ[Mʭ`XNH>f'Tv߃ڍ?YNHbw#q^h('mMss@c+EԾ;9!5!}[Jսq%m^ĈOy&h+2+Y5[π-x+:R6Y'҃8LP6bysĹEU[̤ 7qPҟu s4(| 69{p&jd խaufdc\WPCj0`]ӈs󢼸+ϊ;*m%JqmeNID܍誟d0!}+1 z`;|nW\ֳK`RAjS~Abeg8Jw!}"9&֬0fH./  @IyÌy4|73X(JQZ aB>MG6e*F?$*hZtaP*PӭʐRėTQaubM@04h+s:f df^qAD%2 ms="=g?i ͘;5hа$c2NL YN漲 4bGTUˉI2y͔UeMB~F7_L}a1$AEeEd(+%bl ^YU&~%qUnr|~s'@ڙqAtI(hqQHhBv6NQlK be DuMN8u: Y~ ˆ[O21/fXvav)l*1>bƊ bЬ flQ @PMbt%/)/K@Q^|՝{ƴEMtKbrc#BSZtd%4R͖@ XǪ%@gԮ헛lh)ZMN|*^o5V5Ni,F7dhnLM\O =j?Nάp#3lzIt[8$fHRJeS>x+BHA' ")Uؠ%/ޯm$kd>t4f91bgE{jI%&.{PpY`YfY)aJݢ&Gl'=7tR_|=ZBy P=ߔ7j`!~Xyq{;ap"#0[\sϭYggz(|'Wmr48Zj=e-7KL,Lz90ĨȘ"C.\E*5hN&($5UjK+$`<-%PU7i⪟OGoZ7&T<֩])?NIQy; X2 _yƺ=ܱo Դ9%#':tf8 ,5T1ƺTo}0b](O]&$ w.$_vGSs!dnY[L\83ymGzsY֜]Z9)9(ڭqhxOҳ 鯁#! ;Š!J&~*aK}Z.?Xy kq܂hVo:+=ܓIUòl@զ̥"~>cvd&awR+ܞA=vRw^O(APnv9{)w7K*m0)+_ӮMvF7YAmumz(QLraqV;!{$_p٧A+=`&)g-רE[Ww~:̵ n 쎡+oՄ7e$+ս?@5XJ$n1e=$?mi֞14l5I.6z'$!nb{wmA+Bc;˰~IMn?9Y6]^l(H7WB4xDWrB)BHj d$)*JN임놼 lfA;Xl /x @;\yU`1xQhƄI.H;<!U ]ɯ.|D;>O]njSܾ@s2d#7]49g{q4Ej47:Ȼ1ܙa!;Z`VuZ@K?lu[EܱF7|}Ç9ej F-GH^&҈^P 4 ֭Աm4vw_ѿDTAsx1 "n}uT:gmf>;knC+Z[MN.؉)羸 "AXk t}[u%#SdPcR^s Fy'ƑFUiϽ R=|6KAjPYW$yx8_ĸ|Ġ)a~Ȧ5KW'BXޚnsEX?vq&8q#)8O FZeh ZVls(APOKg-kA4)nIa"ahJO3oD?&+;d mJuD}왧'pEJ4vg];U:AJ,I_^#UPD^G_gjx7Y( nϗR Ӿ7NйCZ. YBCۢncZBZj/ S tׇhGXV2}ΘP"`rw'Rڔ6jʿܘJ-&%G3A@j?w:KCڝ},z"Шq7"V#'t}m{F2M^~5y*CjΦxړ%Gw^a9v"zV~Ӂ(|9n|(e):ik] |;~vc0JZ& Iҟ/FgE,ܨ"i_ GM^~\xLBf~9Q 17D:Lq@ֽE |׬;ZvR3Q Mw܋%D9P50r6Ȅ~J[>1Q&0鎠CM7wxc,AE7l+>?9ޒOY)HoNo-6:1 FŴ:[%0ᰨjjc=z9/uY8ᎁ+ l`wH<6=J)+ѽ~['H;-nr齢2+WPĪ:Mvم/z&Ei:z䡕rg3'# حc HM~!rcNQ C<GVz%ļ;VD@g0 LBf$..+DkB֩͆͒+g]&qt l)3WiD0V1lz#@Gpr,"]}egZ 7~]lL抎s3C@9CmP,dh"Trq_V&.YKD`Ȋ Ƭh,&I^ TyY753׮IY8)֝3,ؒ6En}nfYץՉj)D{|dT*8J p_]iyCPP olWAD%u(̦/y=u GRV^](cFc |.5ST>JEjG|M2%h;A\0s(Uم0( Uh- :]bH}|} DnbwuϏqiӂݟemZp'k;J8m`B>HTj'<gmMTMeɟ2E+"zi\깓h- ,O;`PEJG{- zoFo &]UV[S [9/EDF׎emk:xRڐp97(b3Ap.р,[ RQ:04+CY)Զ/Øhk=M-!aO5bڻ4*$Vx%.V?)?_GƦ>F6GZ3#Ns6?Tpr o{L.iVi7%:MD%iVu&V{6Nf$>o@p Δpj|3VAҎm4wӜ8KDLl랭.Rf|Q8PA%ʡcwIkLuX~CKlQ&ංr`h;PU9o%X4π8R18TKTu mh,EZ,D0)P4u}+uX) Xfz6ڨsLmJ/^Vj\ꎖg8JtToM*8q"ɗ*=ƀ ˵+ '%^` Nj;FwL8*onJo{MPlTUbTIv6܆ PB|jevdhm'wD\MMȗ&μI@?1ZH3hkJ@.X{0'R?ڐT*G)!£%- wqxi]xVn6Վ/?p♈ޜT'v2[N[8E?$zC?3 9ے+\]cYT/aE6{޴Wn(d܎RDx 1/4ܬz0bLhoÈik14VI`QPR;ݘ:9\p Ni^]MVµQ4__FI0!>?7@8$QFņD}q@zj`NYo^1dnf~@רxhͼl\2;oA MVIM VEXG-GDJ,XOs%M_&c32:4kP'j bd]kr;P(ɝ{0뜖4y] Sa:A* VI!Sot=y$#9_1>?r[U\jg6#ulA!ҕ"r!B\'4SR+'w%>56W'[9̑sXy-n*\ Z_zr;jϏ:SqȺ6r~(Yem͈|X]si1`SmhyJXqgFXUK ܢfv,a@zvD3pO][޽zт>"&  ҇R/ZZVղa\m<ۖM'YMw{:Eex [ = m=Ђd?@,u5[V05EYVc}O+C01L͝_[O';qඃkx k`>F  x}Uc,عi^/OeH)\z$TP|ocĄvͿUɇɤX!icF1_51WR1օ5t4Hch`9Ԁwb,# h^܆iU Ub:eݒ(|/N0|C:OtNjWli@ixȃhZҘe"0*q"XѯKJ*CYKԚ>Q.~bʬsKζ|v^_ RO'g:g!QS ]tiV/̋tLJdRNB)lA`*/L+U23z) r kr1z}i4!igmr: TB87l%W*Uxȃ^'FPv#_< CݳǙ[txX=WC#͠*x{ܪj BHǷuw;BȋkdG=9"̥ #vLlZ U,Oc_NÎF $I9ƄC֫L.>ž!CAʝxtnxl$cղziA#jF" nK0 砟3wiٛ@/IO^(DXLj:#ݦU?R4.J7':<~u入hG~Sg:M'2har ԗ@c'm H(I& Qݡbg-Ay%xYY~B#2z bV& {-=4imZH/~D$IZtZr߉9<Xija$:Y>@U7%2.ԀסPO!ԃY@-H_ Mi%Egx9GV'@ @tep~)nBe/)|Û%;??TsmQBӌ.-ybQ4:9u_Dz&:#*l- pu9E|2/ҊԪ#- Sd=?( XRiZYֻ5<~u8xjQ+)E9IffdaQnvV0\~[q>hfcKYR*cPma&M3j_ ܩco?ՎOLyp'Ńw/<۽ Om= 8tTŁj{k+%y4B$epoM}9r(tg2+I|j+fM3:{]ږ-L֌'Тʆdf7$Yd|%kϐSE1q&B#/@uM !=e<_%k#-G^2N ﹇Ux9F"W`lu2gU'?eXnTDРEn ]1>|Fg}V21v$B=s6&tЃc]'Eջ#xA8A7GJH2QJ@zJ1J1aE_OT!{ 7Hr4G֋4 YD4onс˭pbgڥQC@go/%ޙrY؇v\z7-'m[2r^WHAsC"T2}!ulI4WV\,׌/@wx5# A$Lz_i.@#{,mȇ@r^3![$Iԙ~q 2vf6ݯ!Xa0sfl0k%g%"^{R4.w|zFvoF#"lEAzE-;YwxoA೵XV9 7u,P&lMt!w G_/"uw o)8H=ȥ%*/.K&:03ɩCfBjb(s(a ~*M`-L%ǫ4NcXvWWSvcR؍@՛;iF񖣝WgBv1YDʏ索nyiNq,`Ո[!8Z"@BD`YN ^ɑXaxZvgL|T}'gƁF. :RzD'&:3u|?8bᦅIĽQ;2ݔ~ QH@e'sJMG[@^E"==9Ã!"*DƐY~;7n>_\SyFB[/%`l AW]F333lCKx/bGCI OsD)@bu~v0 9g+ U-dލFܵBYvf;Ҏ!0W| yW6 -y&Jõhaꭱ*f ni% k/ㆌSrHVĿI US0oƂ+v;_J,/}ߎ]Zc fdVkzT g Z:UhN-qkFhSfkҚNt*z3| àM)od$_HÜohɻST6@n ;(X?~4}KpbaF3X0Cdr>/#cQ"2͠qJ*+hWr`S4S6p@Cn@)<݂~vppV,40$R`=C u;v}Cs!#(bVˡ0>AN630(QrҿN붉! 1$}tA%w -[n_)CHC#]3}i?5*2L) LKLd#TNNa$5ͩLj?Xg(Sx)< S)ɗ|=^P7>yjeN%tЗ=vdǍNA?E4:)Ռ§mp{8iv+CCE̯DLV~dBT<.%sY.{mPC8g~ED؂Hؒ ywT 8bߓ̑+qwuR"fo^21A0PŮdaޥUmz:L[1s&PCh,| / Yu01^t8n,6deMkø Kcvw\R|Ee!+mLJz]=k34D9Ug#+#riN XU{U+끱<&]RX> Vqx6]5MlBH}F01@$ZmS[7 5s=2in >y<-gV=} K.%ק*ݸ* +k WEv9{`WC͆E.<(\{\Na7q !J~c$61uE`XXϋKASA9::JM";VSvi-80/KFGzkN ̟,,~/z 5 :)M8 #Y]0Hɿ[ O,C t&"br rBҡkgh} 6Lu5kt5H@2:I, SkAdXn,ehpl RP9e J_q5FOޒEo;LyQ):ֱx,$ƣvBB&!1آ tLUH?WexȘVB HHIZjK"A