python3-requests-2.24.0-1.24 >  A `BDp9|`%i-`I8}GJP,~~"K4(-Qx-i޽ Y&uHDVIh>+-ҶEb}7oIx?9U·7DQU \;G3U1խhC)+JT {SϾ~WԅnG&@rsyb,B eP[{epΘWwԮ:oMq!vɋ~н9E͛y]7Pba3af42240d00ebfba818564c8d0c8dd7440fcf16a2edd73e3934d7136e2775963da1b0fb7ea4b6761575d23223723116da52c41`BDp9|ݩIz@nOw)Gy$"~ 25OŸn FDﰶj 9ws?76*_YKQUisַ4IׂŸjoT9^6랃 :OU/e`(hUނs`&?8hVDО+-bꛘkMuF E6εqk=1ږԹ|Z\`(%S<M瞖*LdE.jL7Ԯi$>pAP?@d  3TX`d} DD D (D 8D <D DDD8\Dl   (8090:!*0FXGlDH|DIDXY\D]D^>bc*defluDvwtDxDy6zl|<Cpython3-requests2.24.01.24Python HTTP LibraryRequests is an HTTP library, written in Python, as an alternative to Python's builtin urllib2 which requires work (even method overrides) to perform basic tasks. Features of Requests: - GET, HEAD, POST, PUT, DELETE Requests: + HTTP Header Request Attachment. + Data/Params Request Attachment. + Multipart File Uploads. + CookieJar Support. + Redirection History. + Redirection Recursion Urllib Fix. + Automatic Decompression of GZipped Content. + Unicode URL Support. - Authentication: + URL + HTTP Auth Registry.`B$sheep19SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Languages/Pythonhttp://python-requests.org/linuxnoarch4 4 F FAA h h55??I+I+<< ]]xxKKVVHS``'G Y r\ u&FAA큤A큤A큤A큤`B `B!`B `B `B `B `B `B ^4`B!`B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B `B ^ version * fix * Prepare v2.18.0 * Update requirements.txt * cleanup models.py * Preserve identity of unbundled deps * ignore undefined names in flake8 * flake8 ignore lambda expressions * Add the pytest .cache/ directory to .gitignore * docutils * try junit * new installation location * cleanup utils.py * flake8report.txt * empty commit * no more pipenv * Begin dev section of README * Remove exec permission from files that shouldn't have it * change development philosophy docs to reflect reality * fix manifest file * only flake8 the right directory * update development documentation * Remove session redirect cache * no piping to a file * Catch error if multiprocessing is not available or is unable to determine the number of CPUs * todo * cleanup sessions.py * typo * number of cores for travis * ignore import statements for flake8 * Update README.rst * better ci file * bunk change * that doesn't work on windows * improve development instructions * Fix a typo: paramters -> parameters * Adds changelog entry for #4134 * ignore line continuations for flake8 * Allow Requests.Response to be used as a context manager * Fix requests.packages not having package attributes * remove note about cacerts.pem * v2.17.3 * improve install documentation syntax * improve installation instructions * flake8: import statement improvements * fix spaces in api.py * v2.18.1 * skip for now * v2.17.2 * fix flake8 for EOF in __init__.py * improve flake8 help.py * Prepare for next release cycle * try this travis file * remove "are you crazy?" section * fix sidebars * Update index.rst * fix empty lines for flake8 * convert version compatibility checks to warning * fix github stars * v2.17.1 * improve line continuations for flake8 * attempt new ads * speed up appveyor * v2.17.0 * improve installation docs * fix flake8 indent error * Adds to AUTHORS * Clearer makefile for building README * flake8 * Fixes error swallowing in set_environ * cleanup help.py (flake8) * improve install docs * new requests namespace- update to 2.16.5: * unvendored bundled libraries * for more changes, see https://pypi.python.org/pypi/requests - drop no-default-cacert.patch: this is now in python-certifi - drop requests-do-not-use-bundle.patch: obsolete- Ensure neutrality of description.- The following two entries should have been added to the previous changelog entry. - Drop urllib3-ssl-default-context.patch - Add requests-do-not-use-bundle.patch- update for multipython build - synchronize with python 3 version * drop urllib3-ssl-default-context.patch * add requests-do-not-use-bundle.patch - debundle urllib3 and chardet - enable test suite- fixed dependencies in spec - update to version 2.13.0 * Only load the idna library when we’ve determined we need it. This will save some memory for users. * Updated bundled urllib3 to 1.20. * Updated bundled idna to 2.2. - update to version 2.12.5 * Fixed an issue with JSON encoding detection, specifically detecting big-endian UTF-32 with BOM.update to version v2.12.4 * Python 2 compatibility * adding tests for super_len conditional flow * Check in updated idna. * Test case for requests getting stuck on post redirect with seekable stream * v2.12.2 * added new test, original test restored * Make Response.content return None if raw is None * adding unicode_is_ascii utility function * Update sidebarlogo.html * Fixed another scheme proxy over "all" priority * Add changelog for 1.19.1 * changed behavior of basic-http-auth test * correct backtick formatting * Note @jeremycline is now our contact. * Order of type check * Add prepared request pickling tests * adding comment * Add deprecation warnings for 3.0 * clarify that the `chunk_size` is optional when streaming to a file * adding ISO-8859-1 fallback for reason decoding * fixed some error * pysocks 1.5.7 blacklisting, due to IPv6 problems * Fix tests for new urllib3 exception text. * make add_dict_to_cookiejar cookielib.CookieJar compatible * correct module for cookiejar_from_dict in docs * converting update call to merge_cookies call for cookielib compatibility * streaming doc clarification * removing redundant logic from prepare_content_length * Update certifi certs to 2016.09.26 * Specify self.cert is used for SSL client certificates * Fix how we test fallback to latin-1 reason encoding * adding method to url tests * Enable UTS46 mode. * Adding 'import requests' to readme code snippet. (#3700) * Add Documentation for custom methods * adding passthrough in close() for non-urllib3-like Responses * remove extra import * Test chunked upload doesn't set content length * Change setuptools extra for new secure extra. * fix issue when the file-like object raises an IOError with tell * Added myself to AUTHORS * Changelog entry for better IDNA. * updated tests with IDNA encoded and IPv6 urls * documentation line added for consistency with the post method * Fall back to streaming * added unicode auth test * updates authors * spelling fix for release-process * Revert "Adding 'import requests' to readme code snippet." * Document that Response.json() may raise ValueError * Amplifies the timeout warning in the docs. * Revert "Restrict URL preparation to HTTP/HTTPS" * Update README.rst * Further complicate the makefile to rewrite imports * Unable unicode in basic http auth * Various packaging requirements for idna * Fixed: httpbin doesn't support bytes * reverting 3357 and comparing properly encoded strings * Fixed issue #3696. Added a test for it as well. * fixed: httpbin with unicode auth * Remove error swallowing exception catching of AttributeError * Update sidebarintro.html * removing use of seek to set total_length * Update urllib3 to 1.19 * Use IDNA2008 to encode hosts. * Formatted the example to fix the color highlighting * Add tests to verify that correct 'Content-Length' or 'Transfer-Encoding' headers are being set in PreparedRequest. * [httpAdapter] allow empty password in proxy credentials * Fixed bug to give scheme proxy priority over "all" * adding decoding requirement for Python 3 * fixes broken link on documentation page * Basic tests for internationalized domain names. * Update Comments & Magic Strings * Change module of internal references to to_native_str() * Add pickle test with hooks * update 307 tests to check body content * requests.post checked data parameters for type like dict. * test different CookieJar types for add_dict_to_cookiejar * Restrict URL preparation to HTTP/HTTPS * Indicate shell command in README is code-like. * documentation on encoding fallback for streaming * Fixed readme typo - 'site' should be 'domain' * Rework Bytestring Host Test to use PyTest Httpbin * Add makefile to get latest idna release. * Tests for our URL handling. * Add test for request when Host header is bytestring * Move to_native_string to _internal_utils.py to avoid circular dependency * Add workaround to avoid implicit import of encodings.idna. * minor doc string cleanup * little modification in consume_socket_content * links * Update bundled urllib3 to 1.19.1 * Changes to documentation based on comments and correction of list of authors. * Add license for idna package. * Add line to AUTHORS * Adjust patch to utilize requests utility functions * test _body_position and rewind_body * Seems like we're missing a backport here. * new logo :D * add socket tests for 401 redirect and 401 failure * Adding notes about Request's timeout behavior. * fixed usage unicode string * unicode test for _basic_auth_str * Let's use capitals. * adding string casting for non-bytes values * Add patch to avoid bytestring/str hodgepodge * Vendor idna v2.1 * Clarify allow_redirects * v2.12.3 * v2.12.0 * v2.12.1 * v2.12.4 * modifying IDNA encoding check to allow fallback * Use seek from end rather than getvalue * updating pickling tests for PreparedRequest * We only ship tagged releases now. * Make Response.content() return None if status_code is None * Just lstrip instead of strip because trailing whitespace already works. * adding rewind for re-POST bodies * Add persistent examples - update urllib3 requirement to 1.19.1 - add idna requirement, refresh unbundling patchupdate to version v2.11.1 * Update urllib3 to 1.16 * Close and then release the connection * Added tests for should_bypass_proxies function * Update documentation of Session.max_redirects * Document bunch of return types * Update HISTORY.rst * Cleaning up comment on JSON encoding to be more strictly relevant. * Oh yeah, we updated urllib3 too. * Fixing test; it was accomplishing the right thing, but doing it in the wrong way. * compensate for lack of taste * Use xfail marker for a test expected to fail without Internet connection * in python3.x not have StringIO * Spelling fixes * adding in slice_length fix and test for chunk_size=None (#3370) * Support responses like `HTTP/1.1 404 Unicode chars` (#3385) * Document header ordering. (#3295) * Add section on SOCKS proxies. * Update list of supported Python versions in todo.rst * removing Content-Type and Transfer-Encoding headers on redirect * check and test for headers containing return characters or leading whitespace * Clarify Python versions supported by requests * Allow graceful interruption of testserver.Server * reverting 3362 * fixed date formatting * Make BaseAdapter describe the mandatory adapter interface (#3216) * Note how HTTPErrors are raised * Removing charset from JSON content type; tightening requirements on .encode() * Add 'all' proxy selection to select_proxy * Fix TypeError when get json-encoded content of a response * wildly inaccurate button results in deletion * v2.11.1 * v2.11.0 * Prepare changelog for 2.11.1. * Allow None value for chunk_size again (#3368) * updating documentation to reflect decision of #3386 * added in type check for chunk_size * Update a note on AppEngine * Remove duplicate import warnings * adding asserted_encoding check on None type encoding to match text() behavior (#3362) * Encoding JSON requests to bytes for urllib3 to handle; ensuring same with testing. * docs updates * Changelog for 2.11 * Update README.rst * Use iter instead of noop list comprehension * Test security warnings (#3289) * Combined tests to one tests for should_bypass_proxies method * Update index.rst * Replace tab with appropriate spaces. * Support ALL_PROXY environment variable * Add a bit about RequestsCookieJar to Cookies section * making module docstrings and coding comments consistent * docs: Add a note about SSL c_rehash * updating docstring to match functionality * fix grammer mistakes in Quickstart * consider plain ip notation of an ip in no_proxy if not in cidr notation * Defining header value type requirements and tests * removing redundant test * updating HISTORY * adding in pep8 fixes * building Response manually * making class and function docstrings consistent- update to 2.10.1: * SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks]) * Updated bundled urllib3 to 1.15.1. * Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore. * Don't use redirect_cache if allow_redirects=False * When passed objects that throw exceptions from ``tell()``, send them via chunked transfer encoding instead of failing. * Raise a ProxyError for proxy related connection issues.- update no-default-cacert.patch to simply pass empty CA path - urllib3-ssl-default-context.patch: patch bundled urllib3 to behave correctly with regard to empty CA path passed - change urllib3 fallback requirements to Recommends - use ca-certificates in SLE as well - recommend ca-certificates-mozilla to have a basic certificate set- Update to 2.9.1 (changes since 2.8.1): * The verify keyword argument now supports being passed a path to a directory of CA certificates, not just a single-file bundle. * Warnings are now emitted when sending files opened in text mode. * Added the 511 Network Authentication Required status code to the status code registry. * For file-like objects that are not seeked to the very beginning, we now send the content length for the number of bytes we will actually read, rather than the total size of the file, allowing partial file uploads. * When uploading file-like objects, if they are empty or have no obvious content length we set Transfer-Encoding: chunked rather than Content-Length: 0. * We correctly receive the response in buffered mode when uploading chunked bodies. * We now handle being passed a query string as a bytestring on Python 3, by decoding it as UTF-8. * Sessions are now closed in all cases (exceptional and not) when using the functional API rather than leaking and waiting for the garbage collector to clean them up. * Correctly handle digest auth headers with a malformed qop directive that contains no token, by treating it the same as if no qop directive was provided at all. * Minor performance improvements when removing specific cookies by name. * Fix errors when calculating cookie expiration dates in certain locales. * Update bundled urllib3 to 1.13.1. - Rebase no-default-cacert.patch. - Modify no-default-cacert.patch: output /etc/ssl/ca-bundle.pem instead of neither NULL nor /etc/ssl/certs/ as a path to cacerts bundle (boo#967128). - Don't apply no-default-cacert.patch on SLE. - Require ca-certificates package (but not on SLE). - Tests are being improperly started and actual ones require network connection, so fix and comment out.- Modify no-default-cacert + The call to set_default_verify_paths() is not necessary. The openSUSE and SLES Python has been patched to always use the system certs. Additionally this call breaks the use of python-requests on older systems, openSUSE_13.2 and original release of SLES 12 which fall back to the built in implementation of ssl which doe not implement this method- update to 2.8.1: - Update certificate bundle to match ``certifi`` 2015.9.6.2's weak certificate bundle. - Fix a bug in 2.8.0 where requests would raise ``ConnectTimeout`` instead of ``ConnectionError`` - When using the PreparedRequest flow, requests will now correctly respect the ``json`` parameter. Broken in 2.8.0. - When using the PreparedRequest flow, requests will now correctly handle a Unicode-string method name on Python 2. Broken in 2.8.0.- remove requests-do-not-use-bundle.patch (bsc#947357)- fix requires- Add python3-chardet to build requirements for tests. - Remove no-default-cacert-sles.patch as no-default-cacert.patch does basically the same.- Update to 2.8.0: * Requests now supports per-host proxies. This allows the proxies dictionary to have entries of the form {'://': ''}. Host-specific proxies will be used in preference to the previously-supported scheme-specific ones, but the previous syntax will continue to work. * Response.raise_for_status now prints the URL that failed as part of the exception message. * requests.utils.get_netrc_auth now takes an raise_errors kwarg, defaulting to False. When True, errors parsing .netrc files cause exceptions to be thrown. * Change to bundled projects import logic to make it easier to unbundle requests downstream. * Change the default User-Agent string to avoid leaking data on Linux: now contains only the requests version. * The json parameter to post() and friends will now only be used if neither data nor files are present, consistent with the documentation. * We now ignore empty fields in the NO_PROXY enviroment variable. * Fix problem where httplib.BadStatusLine would get raised if combining stream=True with contextlib.closing. * Prevent bugs where we would attempt to return the same connection back to the connection pool twice when sending a Chunked body. * Miscellaneous minor internal changes. * Digest Auth support is now thread safe. - Apply no-default-cacert-sles.patch on SLE 12. - Apply Arun Persaud's changes to requests-do-not-use-bundle.patch (update to 2.8.0). - Enable tests. - Small spec cleanup.- Fixed requests-do-not-use-bundle.patch- Unbundle python-chardet and python-urllib3 (boo#947357) requests-do-not-use-bundle.patch- Disable testsuite. Tests were never executed (bsc#945455) but enabling the testsuite doesn't work because the suite needs network access.- fix version condition to allow RHEL/CentOS 7 builds- Update to 2.7.0 - resolving several bugs involving chunked transfer encoding and response framing. - Remove VendorAlias import - Simplify the PreparedRequest.prepare API - Handle UnicodeDecodeErrors - Copy a PreparedRequest's CookieJar more reliably- update no-default-cacert.patch to not hardcode a ca cert location- Update to 2.6.0 (bsc#922448, CVE-2015-2296): - Fix handling of cookies on redirect. Previously a cookie without a host value set would use the hostname for the redirected URL exposing requests users to session fixation attacks and potentially cookie stealing. This was disclosed privately by Matthew Daley of `BugFuzz `_. An CVE identifier has not yet been assigned for this. This affects all versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends). - Fix error when requests is an ``install_requires`` dependency and ``python setup.py test`` is run. (#2462) - Fix error when urllib3 is unbundled and requests continues to use the vendored import location. - Include fixes to ``urllib3``'s header handling. - Requests' handling of unvendored dependencies is now more restrictive. - Support bytearrays when passed as parameters in the ``files`` argument. (#2468) - Avoid data duplication when creating a request with ``str``, ``bytes``, or ``bytearray`` input to the ``files`` argument. - Revert changes to our vendored certificate bundle. For more context see (#2455, #2456, and http://bugs.python.org/issue23476)- update to 2.5.2 (bsc#929736): * Update HISTORY and version for v2.5.2 * Update urllib3 to 29aa09bde9c42cc9a8d79aac47ee3d362b438cca * document combination of repeated response headers * Update README to use Shields badges * Upgrade urllib3 to 490d3a227fadb626cd54a240b9d0922f849914b4 * Update certificate bundle. * Update to use readthedocs.org instead of rtfd.org * add a timeout value to connection_error_invalid_port test to accelerate failure * split test_connection_error into two distinct tests, and changed "unknown url" test URL since fooobarbangbazbing.httpbin.org currently gives a valid response. * quickstart: using a list as a value in query params * HISTORY: replace n-dash to workaround pip bug * Check that a filename is a basestring instance * Move noncebit to the only place it is used * Remove entirely unnecessary and unused bits from requests.compat * Attempt to quote anyway if unquoting fails * Update urllib3 to a27758625e4169330fcf965652b1093faf5aaaa2 * drawn towards it rather than pushed away * certifi * simpler button * cleanups * Requests Pro * javascripts * Changing year in all copyright information * Enhance documentation for clarity. * Clean up cookie docs and display them. * Bump version to 2.5.1 * Add release notes for 2.5.1 * Fix bug in renegotiating a nonce with the server * Fix error handling on Python 3 * catch exception more specifically in Response.ok * Uncommented test in test_requests.py * Fix a typo in a comment * Give proper attribution to pip * utils.guess_filename fails if the given parameter looks like a file object but has a non-string name attribute * Copy pip's import machinery wholesale * Updated the broken link to twitter streaming API documentation * Enable GitHub syntax highlighting on README * Bump version to 2.5.0 * Add updates for 2.5.0 * Update tests to work offline * updatee chardet, urllib3 * url was already parsed, don't urlparse twice * Properly serialize RecentlyUsedContainers for cache * Changed ConnectionError to InvalidURL * Docs: Add more section labels for referencing * Partially addresses Issue #1572 * Update HTTPAdapter docstring * Add last few changes and add a quick test * Update urllib3 to df4ec5cce1 * Update how we handle retries to be consistent with documentation * Fix HTTPDigestAuth not to treat non-file as a file * Fixed. * Added test for overriding Content-Length. * Close sessions created in the functional API * Pass strict to urllib3. * Use to_native_string instead of builtin_str * Update documentation about max_retries to reflect code * Cap the redirect_cache size to prevent memory abuse * Add DeprecationWarnings to inform users of plans * Note about read timeout errors and max_retries * fix failing test "test_prepare_unicode_url" \(take 3\) * Revert "fix failing test "test_prepare_unicode_url"" * fix failing test "test_prepare_unicode_url" * Revert "fix failing test "test_prepare_unicode_url"" * update AUTHORS * fix failing test "test_prepare_unicode_url" * Changing parameter name `newline` ==> `delimiter`. * Clean up handle_redirect. * Adding a custom line delimiter to iter_lines() * Fix #2279. Update layout css * Fix #2288. Change urllib3 and chardet workflow * Update sidebarintro.html * Made more better * Add Release History to the sidebar * Fixed #2250 * Update utils.py * Clean up, support all redirects, fix potential endless 401 loop. * v2.4.3 * Re-order params for backwards compat * allow unicode URLs on Python 2 * requests v2.4.2 * fix documentation for utils.get_unicode_from_response() :) * v2.4.2 changelog * Remove timeout from __attrs__ * Fix a couple of issues I noticed * Support bytestring URLs on Python 3.x * A fix for #1979 repeat HTTP digest authentication after redirect. * remove unused import * fix #2247 * docs: Clarify how to pass a custom set of CAs * Correct redirection introduction * Avoid getting stuck in a loop * make StreamConsumedError doubly inherit * using the `StreamConsumedError` * add-in StreamConsumedError * rm `else` after `if` then `raise` block * raise RuntimeError when a single streamed request calls *iter methods than once * Remove invoke from requirements.txt, docs * Fixup the remaining references to timeline.json. * Moved multiple files upload example to advanced section. * Added example of how to send multiple files in one request. * Document skipping in PreparedRequest; followup to #2222 * Add more tests to `test_invalid_url` * lawl * mils * Fixes typo in test * Changes check on base and json. Fails on tests. * Adds review changes * Adds json parameter for POST requests- fix license (Apache-2.0 only)sheep19 1614987044  !"#$%%'())++-./0123456789:;<=>?@ABCD2.24.0-1.24requestsrequests-2.24.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc__version__.cpython-36.opt-1.pyc__version__.cpython-36.pyc_internal_utils.cpython-36.opt-1.pyc_internal_utils.cpython-36.pycadapters.cpython-36.opt-1.pycadapters.cpython-36.pycapi.cpython-36.opt-1.pycapi.cpython-36.pycauth.cpython-36.opt-1.pycauth.cpython-36.pyccerts.cpython-36.opt-1.pyccerts.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pyccookies.cpython-36.opt-1.pyccookies.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pychelp.cpython-36.opt-1.pychelp.cpython-36.pychooks.cpython-36.opt-1.pychooks.cpython-36.pycmodels.cpython-36.opt-1.pycmodels.cpython-36.pycpackages.cpython-36.opt-1.pycpackages.cpython-36.pycsessions.cpython-36.opt-1.pycsessions.cpython-36.pycstatus_codes.cpython-36.opt-1.pycstatus_codes.cpython-36.pycstructures.cpython-36.opt-1.pycstructures.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pyc__version__.py_internal_utils.pyadapters.pyapi.pyauth.pycerts.pycompat.pycookies.pyexceptions.pyhelp.pyhooks.pymodels.pypackages.pysessions.pystatus_codes.pystructures.pyutils.pypython3-requestsHISTORY.mdREADME.mdpython3-requestsLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/requests-2.24.0-py3.6.egg-info//usr/lib/python3.6/site-packages/requests//usr/lib/python3.6/site-packages/requests/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-requests//usr/share/licenses//usr/share/licenses/python3-requests/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/8bac444126ff466e349e9fb41c3627fe-python-requestscpioxz5noarch-suse-linuxdirectoryHTML document, UTF-8 Unicode text, with very long linesASCII textPython script, ASCII text executablepython 3.6 byte-compiledPython script, UTF-8 Unicode text executable  !"#$%&'()*+,-./012345RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRv]6uʰ|}-BNca-certificates-mozillapython3-PySockspython3-cryptographypython3-pyOpenSSL1.5.61.3.40.14 utf-8667cdb8946fd7b8e9fb325a4f8b04499faab2e33d585332dc7e39c92e98e5e78?7zXZ !t/1j] crt:bLL*d7̹f)q2OfPl,{rPxfLG4'4NB8}8HT%Lcg7 .65)0Z\X㟍Fza,s-.WaH OF~ htɚ?{y섕uqήp7].4kxMhq^z! ^vq|ǯ՘턙=TۣgBpZtJ;Qqܵ=Eb -Cz۶is@Wv fbQ%dN-'b/"MN4ݔ̭9HD9c,d S! S"Fɣ@|#3 8PR4P4?=G6( -5Ψ|ڲGy\\-:𚎧,H98[}܉gMʫϪ}C!N@iO:95J-9%֙4U?AS>9 ':AY<[UJ&qaoH\kG|VRi Ay E%#61Fnt ۅ`izM-#zAe5:f@`rLaC͕K:JUu^sJ #e>eiz闃R8< <=P7u-4M)E(58iKfv LhV5 '?#-߳ߪ0["} DZׄLչDۍ> }%/U[%j>׫Qg ݥf`cFd5PW\A0c<[ĒA&HfΏT]V*orqudz1lE;IvlI΢D@hɯh"#0|,g-z-eD//zWAygC"n/VLp^ ;zQ˧+*κzb'sѫZzzTL Men_}]embqY&O,IKN4#1OW [ʌReºVSO>j߸\m޻:t A Ԏ.j>g{`aX% GGnOV0iKBJih: ,/<]{S/\@ex0*>K o<4#>b@qw 1l^0ObtڭhI0d$qh u Kkwlj];=|~%9o 11&|{_wig[df5}V]EX@7Y`Mj""g qLG"~I;>2j?V:]ނx ENMƠSeg'?͠#1x1K X[Y[SþUP'Fv4cc=oW|Rܣ-wVL:yvܽTZ$ )y{JT %T^AFw@9q7PZ?G:yw? @ \YJ9_y|<9ĉ{(eL6Kj4U_פ6216 2} c+̞u gu~_tRjÀ2)r7K@^}rB<)3U˖֡2 G->Gǖs[ z3DF]Ctw q1#j40h# 21v rhncX+t1NȞ|Wek,/`Eӗݐç4\<wN>\%ފY g7Zϓ0֏U_R4Hy0Lx">-ˏ݊K݃yYz)}RGMM+1kFpGO@ArQm-MfF|n"&QovK-@J8~r3ʴ3sx„՘H uRْ*9y 9;#fՒ9yOa/lYibCJ^9pMͩʂX\VqH,%Ҋ[җᙇ;yFxSV8l__Ŵ d92Ű5QTKZUhuI|Y =&>d5Q <ģjW, /:k۱Im5 wE7 ń^"kfe KNiV} (9UO?)=pHCK^i=ABkHlYD{]݅vbSruG(⡡'"'z"٭ܓ +>`D;?e˷%50'1bcI'0[uFU%w4V'xz&{ښ?¬(ݠ^!/:ѱ"vO i\ p+N*xOO Vu8_es;FcYд+/4)Ȯwu}GouZ><T[>jΞ\G]!qxa5:l͡6AC.<0i#* ;,Ўf5an^j+c4njײdX \g@BhaZY虤t{gi5QB],]U?>@u ܒN#Mҿ=, ;5֔-$b.zZ+犲86/G͇mc?\. Cr[]E)ߞ7UD1[&:fW6SW!fׂM[:GB򑘯u/Еy dt&TB%OLk$gu]";t5'1Wo]`(4sGuX ŵ9ԽDUtGLeCb~6/,!Ci`TAK Oc: !=3v9I}ؚ82csl[Y'^;oy~֭I/738' &j5]s{ #^} @ڢkPmESMttK u^=8fgP\3QmX7\ m?B^ OvBuV.21;T,4j1ZΈ/_1Η߰!|U0~~< <9>4ʨܳ3\`COGD;uHKhѳy eǢ0'SkAQ"U'GgWG-r%GknjЉ @EP){i1Z,0rSk9使DP^ |dÐJsxPWFSN<(L0>8%(uӒADUOgScR2=u3gQ [O`C w $y4wjUc ~UZiO0%ej,HЧTjm}gŗve!-NUlbE_Hp1b-r:__VuxX,֐D&e #kV^/OsL7VG\)ً# ZsmwLwz'{dU&޳spm{?D@BL=MI:'<B=l?7X67D7Z)PnO|~% ]1ExVhR 2ɇ"+ws%q  [BoYw08x-qv`|u@(꨹ !n굇3t p)`:~ktt&5 7cgD2/m(30%QVeTA v"ջ;kCUVۆd0*) 'D5k;mdRT .owWasn k+~6ZG ~3+/vcGq{?sУmk0^15PӎQN٨Fخ:h}u~;ϠOfvG5a\]|.opt OO^=Ub,E4LJQςyD4;_Պ0xPdi\Glي-2FO&P ' 2=&ct\"V_y8D[&}Ĺ{np)m6zO#t=iA4'B?4P$\j8`yQ1u:">'AG40O¬j<5nQ0Gn.!3fٹ~c`h:DYyϮ!Rcm]B*C V5!uNwx#)'#/K&7hT5epJ*WW#wJ(GPz`~^8pތs/y%̙jY$H= (Pw/Ԋ7xC\zF%/K-ebg{+՝MŽ1(AC;1vD_Љe\Go7m"{&B `H1 S¦rk?^.{j"HS6mPlǯY4;,t\(k?S*:lv2 UmC~cԼ"00/D|].ZsƵ1m eY=ىܾŞK$Cc>-sbc Xh1zNl;e-Bw茽83kܶDłW! -O}w*p;yEv0),D xacV! Jc`Zr d *G"~nby*& y9!K bj$b!Hv(&~GCDhsv48q"i 5E $0DpLgx^%tom.,[*4ƀw64&]{v5H LmJRBVXÄ{] {!z?hE9/__Րk}ޤc>R!4EZoG:BAKsU NbgP^zF2jF, o/j).l2hj)3 f* Uah^%Q~'7; ^>vd/?T3֋?]Δ!T`[݆HĈ$Izr\!UR=(rӔ*©)y|Hc$r:xrY,_6˒DcDv$ZgBHCoa !R?Bo(ޛ|Y6h1' kXwZ/^#&LUλ0_ .yR:ekf&(*>ǏPg6A4Zg9/7Zd&֊0j)&,^&<9=į T. ˲V-<{1yF9=0KRTz|N"G7 %&OdϤqs!SДh hQn3؜$R&o}W@#ʿ8>/YdM31(ơ"D+cY'nS^\_d?$K~f˫SR>#n%Uhg6 OYToZN%[MR /u,[ŭjwɢE7x^0@ɶJ8SW k࿹Y<8ZȷO@}ճS>'*CV\C5ڍq〹# ߀ 30vA^d@9`*9"w|"~0Wm/ߥ%=t ,ɬ2K/i42ቀqk`ڌgw冘F@&_B&4\f}">rmETWH9Qa' Y*7{spAIf*ih#8aJEr F)=4!42TGsDIXZ |K\5%::wlS*h%UaDWy^(>qB࢚"ү˘%xznW!(,?ch5iY<$ )'ytWgxFe*Nʈ`Jn Z2yQˤC^н,}$w7 ܐhėYQh5]7waSD3JA7!]~ mN3V 0is {JC2i 2qZ^!Q)KgTnrILB.ł0J|&JP{"R=/|s:FTGU,7X~_r$Z`FulCrDt|=#bc5"P7`}bC x88G'HF^ۑ6~i1C` ũ 8QrbQ {},8\Ǧ!/Hہ:YμRl?t%\ *H"]sRSD)ѝ1 HlqCdJcYCy:C_lkm嘑OJE<)4th$$"՘&֪gdXIT6~* !ڡ[B?D,ڼ[^Vk85&]{B㓊ɨ̢3̝>ֺi(N'{h6ҝFA t^@CHp ÷ ^(Y.P̙؟YP}d%?3.4@KTgwsngl5~?:fpM5eNEDy.6yPR>o|.M&nhSS a!9**p*b" Ѳ2'ϱP-f9<=%mhua4S`+)LŊ LNLT8nz(FZ.x15X}~Ta5V_n]K΂y:hhKuvΫqb42kcRjv^EO"ʎ6tt]D#fUNho+fuKͽ.Ǯ' j5gSb iTE/k2Uh+*8:0> `  4=X q~BCHww:_ l⋒YdžyWA2)t+H_NAM%E462$0&4ٵ.K"kJL [CSxǰkYO"!mz'=f%,<-jIa3a}V1&P} Q_TDW<"6 Tί@,BF+}NTe jWI=>ET -gXrCO=!Ϳ[ѢPۖl HOIjUu-fK/jp렋 E{gzORWrvw0MSѷ\. K`ojTZXߺ(Qp,nd}աH3RiP5v;-|4@JS?g)}[#/T+OK4E7Z |n_|QIЦXW*d}l}:9^3lrDv'2K9zx G0j ^>{n-ۏPc3:0C#bHĪanTyLؤE>|Bd:]MUϘ9 gǶ&Z7jUɢQ*Z$]u`kxK{rjK,{0›YU^:NS@jეFl @Sy|xϝ'HaTtNBT*mE+zb3|$[bd-1ᡪ?2t]g@8yBٰo&Rj=@T)"![nCF1OO¸Є˓8Gp)e(ƏTgh8,X>׹uBH! Z$|&0A0-Ni4i9J)Kζ_h9T"2nj !ttBXTSޚ|22@6d @/"jm8aƌJwwKFDEޏ}Aܡ!ec`ƿC3rC$3WPJ1ZS6n.hTǝr-Ms E{! ՕDj#l'[f9l=wb_ 6t+{zetr6q̎} LEzpO;vv,OнCRX $.iz7*,˅$BPy9Bzf J}jO{qݑ( UJ^(Lt4({LKke :n!|xj+l~SI՜OwLٝ /IWLm-tqՊVv4#]VxV:p.qT2b&ۗEĊסl \yo8!p-tjT/ /M_8MZ5p@ 4&: :GzlprNnl\_F=bp-8nL CS!DGv+,軟56vziRǥw #__CDCSyaGS2 u}zd_IiN-H=%>WĪ_%$DU(GʊeinZ]wI!?-PoL_m§ y|p;ܶ>j=]8lBZ^E묰d_>$# 8#Š՚.jto *{!ǡ'﹛];w!$Goڷ8)'{EɓTXaDo:5,h4Rg'i~8rL"%}l$@to'MVh8lku#vBқD]սu %ʤy;T.g-?@eAv-.yPyRXPTsAzRU^>N!o|Ϻ,2YAHל<գ%">+pDE\@+Yb8/)Vif@pj_f!G=G"bDmo lQ\ىg3hgYO}mJ PʹMZ2H(pJ3Re^Jk',%ęq;MD1 ^]s#nT.gg熎[Cu:`J=> @ Pc2uDA쥩̖D1 S)x䶊 1]<`Zjyuߐ:~PRġEg(oU3#A>#9?/1_ /8 ~`Y7Hq ԥ^L6/zLӫ$4옻vb)9=64:cGKֲ|} ($C2-((L!0V [6B aڈڿau@JO mNp?L0]H>&0׽RL:ı`>F;fhP~#l{ݬ{}:#a2YÜhߓڛTj^fIU{dLRz'}mv—8@1'V蠝mΉ_Exq/)b>i!{Xu2Ƕ{xM0!A\׬_% }|\`y;]&ߦWYщj \~N(* dVSʼn=Đ)GeNAK6VꀎmU3z&d \nUmNMDr!z}x-^y<ѥ(31Q82G."V$|##'V2cf@?o -B'+`&:VSڪM?=s$ĿˢLi.aCr3Vn_VB̞wP4_dn#B@د9I(L9F#Q:/U LmZ+8JFZٗcdK֧9{ü&9RѽF9ިhnyc0ҟKqJ6[@Q3DOk`` zfOqz,NBTLID Pq`JȻӾ|['HQ.oT} 6T.~Idr{ļRZ5>Vx DYi@$;(n9 ]Vya@.XoDx^*PBdȃFf'$؜NE<Du_lu2 ? |gmF>fL?Sc$MĆmv#S:1 "A 7P(<{2yBx]\y9Ż do۰*WutxUټhLb+CZ\'eḻgl$ɌiE-DIk5]?SmXq}VضxohS|c[l` /ݷ&:Z+ [ET8Z~fZl2̠&!^]-5Sgu]WY$y4掴WW h 𜐽y˅q.Wŕ_%NQI}!;qРFJ 0y+ !V7yUa'ڊe >[toj$NX6jpyQC.@WLCLգy[CwO-GQۀ~6 ӾmgHTQ37vxC :Ȕ-6%v%Bnvv'GBrU@қXV,*-X))!zq*cÍto0G*Uծ FmjƐDO+8Db@( Co'Gxg5uNQdK:#3^hƢy=nDŽf=JiNZyj6KioEQ r1R3_z0v?tVTm !c&jט/\zmS=薇, ( ycxx?ϸLQY!/QuB&k.elNw;Mhz9s#>@ D?ZksߘԳUoA51Bl<1a?ss PJ\Zh]; a,>}2+1rWM'FlNYNd`Ҁl B׳'488[ԜKBɎk.8>7wc"1j~2MNjO9X~&)%g~}Bi@5_T)O F{]c&Ƃ?Z^ \YL1O+RΊ:Wn'Oea]|/o]1Н@32j,g@ⰳ[ܲwArkJuzj]KU22U/&ȹcu!I%8(ul!=Ghv!&f$M%v5ctS4*f8*]>í2(}7`Z4^BEvӈ'=HA=&g8ƃ{\8.nb0~9gGBU @8擊$c|}D"@G{05jk7*GOuICZ?FzO]%+Ln >1nJV<$O(LV} ^lrtN\`I^31xI@mNnxsv#`fj+Az=UvDIP3[ BctѾzsXnrOA|CMuց񄹶XDvtnW0džr\pBm_<^h\_U5-KcFͮ@ J ˯&~.,Uo5ב$P谫VgŇ M_FF#bzjjsrWFg܊;J 5 +(v{/rmƤ'ã:g,[#YԶ.j$ nbK~ wB<Pͻ!Wk$i^%Eʁ);h `z 勁A)U0'DED?Jze+Ub~be9!$Q1ڦg'Yxu" %3)kT8=-9WK 8'*몔Ck`/Vܙ<4;zX*)*BG4m,̋ DŽwв*PIM!u\B!9"XӜW4sUJicAUi9˨-k]7(@2ay\MJS."pcDFdyx~nKz(yM3~1|囋Vt.Al`^|ۋ ʾ"1{Ʀִ}^r z݉cjƤJWO;jX5lum*-1,@bE^؝wJ&#Ҙsɖ!>k~]Y6)Iy&ؕ~uM9V]3Cwo!z^wߛŸ7ӟ8zf%IrO>E4nzZ$8{US<4t*yw>7;ntd% /uB~\j\N\P &#6nCRVљU\EToԦ]I^-^AnkGf Xa:olS3'"&ʺw|g8*(s[R'"%Jl0@'9t_H#rʝau:Y?_01""Ѹ:XWSt'=A3B( (KX*h (Srd(n"Oy0٧c:M u.`n5#2Pw9e g?k%^n=#tk7E8pQ`}KXg)ת>LНCy*!Ky,mȅ/,F,Mo,Fi]ŧl˩z)_e]X(=0rI"Xl5JiE[ v)&Ԯ*Nopk+R"fgsxҷL8<˚A{w6-lݺb!,&< %D$&,w!ZH&ͩJ\oؒlp u<\ɧ vN3TM$5aq i -9,Q4%6ԇV(or :鳁F6}-܀޾?0a(ͤKo :,A[uX3`Z[Aؖ)wa\ s_^9 <\fU&ܸJ|+-}NkqܾgL*YS+s?EJP-<Jb4^@\7*\m BKםtuћUyv K]q/^4/+uqHba%eSƖ3REaBD}SF'HaUoyq'=sRBpg8j* KiXYtzx)SwteD#8Ozf,Q7rK MwZ}qv|7yck>eN_ $,+.ڝcE1Xpߟs L:=r2yaB`Eך|wfn< SY1N/8YDpA:؈x>=}ɄCjZ] *yA<с Ȋ9$cW0(mkFzaR,qοU=OBaRyږݍit~ iI4/t̽WqkROx+xo, $yO(ut D(k Ojx$V `CYҟs7!Ah(2< RHcgMP XˏbE (su,kCD CT[_ϐ[:&WpPQgx +G[p7e ]:y)7SfK\F*>grTG%XJtRo+(Jǖ;h|a^$ƍq7k-%P\S;ʨh}Lb;@켜!,I8c^n5> dFCŸ-IPA}~)DN+;MѸHGK7 )hER1$4GsTR_sFMN5Zj[ [hizdՁZi7hih2Kk`}DvXij,m͆nNuBeZZ/_/s 3V IFNf'͔y9WIx\-2+&#:EJ]CJKPb?֝`|`cfL޿E@IF1÷TӅ`dw֕>Lx >ɍL)7s8KQ˃D%b2qNyyd@;=vK'i1 \)o d4f@\uSU)(O\j,=brBWٻ[i<? %`xt3{GGЄ-S E@>XBx"7QTLm& k{Dgy:1Gٱ2Y݆60VonԱa4:ͅCM$#$:e?Ȧ*X;i1y`1 fJN;΢\}*2u~?JSX6C uilުla*GnڏR6y{A>`]y\ IH$UۄY~Ϗ~:&%Z05Xmj=Xo'Nlb[D%'y/!u DMħL "UmZKgXŸx3cn*yu&UP]\=)H몭iI * 1?eBj_ ż՞Sn _ H(Z3 !;/x]>C4T|~;LL_e |-oSDUX rP' `<2@6gp^|ʏSn'sse%m MqQV!a,r%AzkЦ2E )w٫ aFvOu$I,*1ԠOo7ABQehKD;֯ކ%8.u.UbN)f?.]F^1`O< ĩN :H&L7\,Mh01NA|KtR,>/fr"cM+'k+J1ѠA"9Wg=XtpǍcV]/%$Xq&/_|^rD qo "p1J0vpeS0 U1󽫩3c[cθ}38# GbDu@4+́⏼{ZDxϵCxn@KXld)QT+Б8/ŜG]b$sQ,pgD{W֣F'WZUPN_3Q}#9J15+Da3y94~Fmy} E '^^ހn=wf8sI/(AR8w^QIGAnSg%]E7J}>!-6 :w^H/I-P\N4 V>#\X #6p?Okr~ *^Nh:u@I݅)yYT}j)EGS:ޘxN&' nUAfX]VB.dp=/ϐI3O 0|+{J#Uя'XastLm*Dqk0Zgg$_J'L8Iօ] *m(V$mÄdȿN{Fq̧~; ^h8R5j3iAK2Oi̋y"(P ?bN"U2q3 hٙ16gg}5Sb ;^zQ yΉp0]zl4@n}ŋuy5'Ҽ7sU72@84ǿC:KT;Jk/ΛO4 zg#nK?I!3*}V4m:GanJ(T~]+QGw2@j{8m~4*DN^.*ὩfiC R5?󍽾f|*z̀DU Wޱc?#sA] BF^,z7/[*9#}饎3S![o9u(7&|yw3w=)bw{\ s$P$0ZeS98Q2ƔYd,|r&jϼnd?QVc'xtrJ#KaYEÑ껆;ATiD3#h|ΥXl>M()2NM!- ܒ񛉾I(Sr}[aX'%J%cfs+z!6+)9{p2oZH~ %ZD-&?ֲe%k 6"o /;FQV3y4k`82 |U2mgݣ6~Oz·mcGx[gTj?Zccb pm?Has{Mѐ̎5NM0}&ߪFŚT(_ zYeNqJbveULJ_q@8I"ϕ#h/--P͕$yݞqk& fR^2CvfUƪO` ԭ1"ʻj퉿UbrTw@-9ޓ#z wZ=9elL/(ïo,xؾ! BR1#'-vcR"`戆-<ѷwwdƑ3Mox8ɷhsPtO=Mc^LG7\ TGN;Xiŕ oK^͏z KA07Ҏr]P|#zd|]~' r*-@^pr&9v8k[XCe31ٴff;"tŪ5X8 ixPSjۈ+gV!^&>n^ֶ,ӘZ|ЄڪXOP(XHTyErNX?Vk:[hQ-g5k ! C*GM^#kʷw~MŪ&'WkY* =m9[9;K /QqM \;w6+oFȻDl&6(4F_!L-EHnBO^Q?N"^^x@hCUnL.O4wCYDRjJn*GH{=i!r57 Rt'L@~*T\xV8?:lYxܘ=+R'^^ꥑՂ4R `xP+{qPLjlGGޛ^`3,$RrZh9o<,co:(c*7_K:uQHޏފܷ<6Ы&CtʔꤥXqQd}ۓ[x _6` +ji Wbz &A/ܞ)z@|}[DkBR^ez$,V6f܃3pѫi3 hD_DY^EcWscFrvJkRdO TQD+nϺ@lƩoS9@A2z܆Wl?Q4;MͥJ*:nE@ȿ,6"챱^̲WJ`IYWxJ5Rg.xrzi6)hukxp["Vя8a9z2< Z'C&Ը;=qrĕV mm+R*ȥduGC<'WЭ&WXȟpt+WɗE#+}.Y=}bpm͹[!PWE`i eER[}_ +} uK!3Q.kl>GTRkf0& /LO3sE &.h]q?Iqgf9-`CjOXC'i}{ԧLev|u3 =q)8yV Hdbs%sͼԶZsW4.KA\7ۼzb[U LURͦ]1QF3r_rc0]@dxg3@8M9o+(HqR3 eKř`W*8 )&if"T,&i5s+eW)7tĞ$]N,i`:c]~fςܣ>K*T8RJW3*&ӷB;< W|7Sb`wĞĹԋ__bp%A!>?/iG5mf9!j0)`omE*G͢ @]4FWnJ1l/3?bl}Y`B 2|!R⭫DHcPk:biC)!iŴ.1["V󤬢{o:3 k/v HmUStLz׶y&+"(0=.dlk*̸b13tS}(0?S}0Ю/|Mi}K›LIV($RS##ҭ:5?h7终pqʠKtd@ `~]6'-%mE &D|̃PnלI/ށ/X{' Ѻ(C|6_6b̲5mμz|w]x,u 4B>\?-ReK[ɮp>^,i/ZvѥeQUx`{Im:{!(UB@Lk;G|{HDxE Ap77 V zGְѯNƊH /JX-^bv01W C^8 <]KN{h#b]MuOj(9\Xa-:♠1z /PzoaF'tݢ^k:1(653MXKorE/}%olof] MmsK jքBD;D:YȞ W֥^p_ڽ+)gk8Wvx+4`)We@ӒB6%J5L`uF#b[^׫bl!/F-}bfޱ1O,QX@'3FzM ۴yE<SY*K4!|*^XQ┽| lcRl'JHg 1Aڒm v`pFMַnRW6̳,ٻ(gTE26Y=HakJElwR0sMXbNጿurRt 5=zl] C!8BvP)COeW/Ȁ~F&}U9M CXx&PgwGʱ)Dk Mlg3DQY/N"|:@n}/`HU9A~,h!ʊ>h5Z[ ^ {74gyT5I06Ųmw?NSu!LpO[6(I;;0B0ڇMLۘqedI^l!PGr*籫R6VYUJ;8`,7j!Z tyc)W?`t$-Jj*=~hdrVt-ΠZ!zT1Ua="V TY["', )m(@ܮV, H6=h/^]+uZƮ߇ F053 ġzji\tBT `;an <"ǽݵ;u`f;M%3?&[Yafd\Jin KTRsƣ P-`p=ȝrz<}8!)([+A!kK1.k:O,qF|߯:ʵ-{C2d@x@\R:慫Z3~~$H:rXx =Ź[VV6ENp1w:[}VU4rIn-܇>XGD=5ᢘ-߿478ZCNEc[m]$dh&OBPMq-YG2Tq\S? з`N 0Ȣ[c2Ifo)߆lT;^kurGCfMUaز̔JM qۄOP|*@zv} b?M-8ME Wc7fL^{+Ǔ X"Ʉֶ&"Ԩc"<wYo>a<ߴA H5C}A:MG)u2w?UHB#Ъ0YMM;2?sY&I:P"+Qֺ}n &K?wIlP]m.֣Bᮒ?kT噞T :H\B)<{I{`b'm +a]TLD*,W$HT~O 1&/2+obX؅Q  JOS|~h4^)GY^ N"F[-Q!V<&(rpݠİ3+Y[s ^c!Y׬isT?5VZP<4</K/ " :/Y\v0>9^a;v Z舻K/J):NC$ 74'm!}Y ՓF.3?D6dla1g|2REgAs<-3sDq̌F q~rFUލMe 7jԵLp)9m4(-]Ovv gͥkd:DRE)͐WLt!& NxkFnqsY}ػմJl!%Zla}!P{5 ޏ H6f[s-RvMZ i2ӊR= $ UnI UiZUL\_WVVI+(2UN ?HtGa.sBq[–M\=Rwl߷ܐs߰s`HvxmKbI|A%P2U$_w5wtMЊb,0? A Uï.C$ -)GT3R=Jo٢% FTTCI]BQ.uδ6#Y"UPRއ)2\gBtG~9}ՐeO :贴@Ȥ~=_ٸ9ϵI^U#bɚQk)r5(ḵ~ u(@VfX;[YmƊ2>*)m_w1oυDdǸ*^Ep'3(H5pEp;W~?z'rs:veik=b^E3?k@(1tdA+uQ(Njǯ _5eJr.nd> ynx]&Y<855 DN6zc.({Ҙg}=~tH )`RL`}EJRq|0eilG-%yTw ~so>~"QhK'bE $fY$O$9TPe* !+_ T%jfzዀa1*v2uo$wk\ZNQb5ڙtx]oucvc)$=N(XJYw4tcHIy$XhI宂7c6۔  Ft'jDe%Ro\&Ãܯ(rW-|aH*sTf)B T=8#{YuzX[%,S͢/\|O%f1 K}Ju9Y@D-muv'#-G-pdU|/,׏g۪ekWnKwe);Pn@GvjPu!.%n9_u)f]qlzL]60(D^ͧk.58,ó/~#gBCfH_=Aq5I2'x.z|ȡ.ĝ$x^F0Y|W>)QrNmf4^ͲJ{2i9eBG>QGT`CPutWOaS4qc 28MG^ts; XCT{ޥ@>kmKjTb3oN!'@KXLicp 6$x #2:W~G -ܩv<'&֔OAןqM- 4N$fM)ZEl |CAr=aqtb>0'n̳WY5N4d#Ҭzo7m#KH8CrQ-} AӞWVd5Dz@ǏSi2Ƅ Agƾj&Ӻ-sr;?p@32L1#x5q|` >=CVf¨ˇgNw T+S>o-9F@v_޶77̀6$3K/ J/N?ɨPiXKݸ$"$Ck*(YNpb6KrT^l7$T?֥^0"{?}aaG0':"opH>feJ!?D_4ߟ}@N'%݅5nru<&^ .L ;aGrS:U,͟@P` GOSY]̠IDM Sרӓ~![ t,HmEW 51O0sZdujP.tDIȭ|sqIm2[җ}s[kA`\{ } a}Qfh8ɵMٱS_ǔFeֿh&4A#&}I֌׼o Ҫz]y̢2W eE"G(("^[^ms<1vh^qrDߣILqep,#:w~#s륿 f6ZdQ}fu˔xhLTa%HA]=M[$Z,pzƊjo9VLvoµ3).XR` <Gؔ?y;!O+9[si Np4^c5T7p^׺}Wd= 8yhNB8q*>A/~3)Xd/C A3D6_'AWF~h&i+}ieuwC&[yu.ʭCbExkx$\r3"hOe[$-5ssh&!Yru0"'cye#rOJZo.˔r]/I KˤĮ5&)$o-sy{7nIC=|̴Hz_ZbzkD`l#c9SsHlb琖3cOȂݞtQ1 載D` khԁQrQ*yj7XxHv?;ekh-k2~/=߶yF?j~WIFpy%#׌8uB,pf/!ï+QXmRPa; Ư:er;ٙtcx1H⪅cEerR p'Q>7_(IӤ"?wB.қz ږnrxQE M|5,:jv^*$&U<p>0@J*& q'ztJn6Ft !>٤Zrm~AxY\\[`VBYAú1}bL.8+Ky?U}TK-iU FOJ_\q\9x6Į J`ʓ"BPqSr\XXI*8q㫛UJ.Hllckz7ݵ^5F =yW`Nod&rϼX`8UK~M'@S] sQW`g(h7ҨŘY[:iϭ7ߖnJyC<?򠸢RF (|(.֟@WLمVC _p9`BzNmhsY_ƀlz Vo섒9A}$kzt7HQq.^|ڤ-*a XVE We)7Y/ 0@Hڃ/"$  {縒,}+GX`(5tQf+ogȐ _W'4©y}TyD8P\{pcs3s^`:TCSij1h(j}h-1~6/\`BzL&Q|G㻝:;XV"uUdZʌsj([$@+2ϳSme~X Wh/,#1 FH^E= ~˪!C(IuyglShcr>FeȽt]|H~q`؟4';,83.DPĄ9nXDf̈́1{_eƙPNd1Zs| 85NQ1:I(l (im&`4Ͻ)s;'f}wOX|JdD&6ȬDg_K<\)I[h̾هf8 Qj 8yV/@&ʡQYmXy=RݎwWW8#r_BMuï契[r/ ݨ( <?/_ SJjөO1s?x(;1iluVt Ԡ; 5rA TތoEPobsXt^ʟ\Sҹ@ҏ+eåu]3Gf(Kzo/S.~p!yƒ2f{>7dl C 0L,.Ȳ*|Ǜ&Cm&hIrXByìi{++$6bRdsO#+_7FS ;QvY@6k'fpn݊4=,l74(w@Kdo, Lu8dJTqUT@ V&?3/;M/I c4ݐZY>X^I>b!k?:IPcL \B_V"OP@9eܗ3`@HAMWǔ+H"\x;);P.ӧ%j!ȝzL9Y'@.LYe4v 0F(58pfXc$I!^NJg6iANV X hm6i4̣Diɼ}sE~ `q b9H0,7u8pC|1=62W՜nu*6~π:\"N%iqA4f FExa?0uLdk b&y%dJbtVb(k t7.̂ jП 0$Rxi s8wơeGuyIɍׄ@^B>-!偖u=]8OZ"j[0fqMƜmK{UuɏmBja#-k{̰t4~b߷*k|E,j*OwcB!2 rS.?y/su8 %5y 2ԡfZ/iƞ9EoтЃn9 Ք{XI\~Mv\7ϝz'fK8{$m=7ʪEzARl",Z_BfEn ^w^AdќK,-yaG+!{F8+WXlTSGI:}gy@ʯoub lx@֕|p+9~yB٣Rohg|WM Ki!9Νccخ&A?m *1Xn{tBpMpE͠G+Or9y_Pi?1lnˁ|hsJFg۫MwWF܎>fyh/}/-rjȝM8!aݱV}RBÍfKa&K݀fC(CEYg]}k~bStM| J45 y-ƕO`qdB7~1(2_>熼Gm3++A! 4ןM9VaJH?!W{Ubuݴo?6p"nx' r-PB)rDxZ/0Ž#LmCyH*2'DTc 7p͸2\9Mjyc(#JE_xҿ},7 Kn$/3ͩ|w` x+ҧn-ڍˁP8r YKY'z7v>K٨qg=I3lJnswvfF@>򲊰[ɛ5jRmihS/R:Y 5%cܕKlQto>(g1Rr= ȈHzɼK%J >:EJ#cnz}T`V9d[p }ð/C:>h%QT;ؖN LB+vo״W]a ȃF#bj %`MG`!tXDWpg۲ :y_w/yJ׆8jh[,M4X07=Rk1|5[Pt'<ٺuoNiC[/X,($HC+A]0}sOr?, BT,&>7?J_oLn4ĠY\*gBd+N?<8ojsySJH5{ٺp_tcl̏PQ4Hrw{~#+yXg Z?XCȿt^)6^*N)a?Xka9 ArҸoRN9u%> IjB(d.% |)Oz}bT𚂭k0C1KT}.$~R.a+䦧Y|2\?~5Χ) .%{cRRYTL0~b,d$V^ Xٜܳm`p+<ڱdg>#-h5gpzhS\* 4[jU+TV e쑋|AԆ^~{C$XQȴez;f*qpre8Oq2r}r|~dC6tx]wD5h+4=QZ\#*$' J#k ކ3 YU\0݊p@:ra#ٴNտah4OGLTPZ$]%5Ϳ~:vO)<~E\)N]8sOk蛃bM잧Ti,ڤX7BX$^%E7Fvu53z`>6$S,ElQh m9}lq9Zbac+;×Ke-Nr Ϣy|$Pl 02`@N:TfyQ"N'޳]9“8I:XfNfJ%Q˕Ji s})V)&\]̉ 0ae@? JRf(2[_l4ͯ|TgY&yHW0%kvKlfă6M:\*,R0/0KCx;흚# 3%u#̂UD0?QC LO~eYwzNleX$'ⱜ_&Q<9Xt;νQMcUMЎnJRL}6'%#O,5Ի逕av{Tdks:ޥ?LP;%WZ7yQF+V{z\Xaqe].Wo0>i{D{yQtVϩ/ 6StTؓX]@18pKq!]FsBƫL Y8sIxׇ< UeDk3XMryEɂyZ ϯ@e;Z{p.=;8%B8fӲ-]|xJ3I;0%%q Kd˺Nn2RHlpJDəBLC>Ô_Qf31%6񖺺/Զ=(,& ;k_i}@R^@Zc==hQθa 4\?rU.M]ؼ;is#a1ppX8' fm8,wQ,C}yʘcyv;ZZHPBAo(~ϿmS-qRqE{ Q%,K@A(gGϥ[&pRG<6 DA+gS<0 O?ԟJTZ[-ûϮ]- QU"%"L,ʱ'nכ3JXyK| ԉ(Nd|DE`L.@\ͮH"2vT: %(̊VK9b/ru,)m" p )xxx{9_ ! J/ʈۣM5xY1;QiX,%7UnQWD/?~}rYLXEJ‰YtuGr?; wmc;:f|ԱQ}kT3Pq1:wW<${X,,M푏\ (U 2? PO$PlAvmVqHDZ7ʰL O٤ h#gHfۢ}x Y?mYg_k0 0AIq",)0lY\H bѬ҉\E D ]=Ho$LPski)Y$< 1QD|^"'ɝ;"vDD,C`G z%zxys nV7t*8[h%t W#ǂgJVRK1 H3Y bV2(2d/kxoN`.nZ$'/)MЖ5H{zTВ,]E| Օ)ZelG7|fHa)k ;$:7ˆG#>)dwMV;eDC <ʠp*mK,ժYXTz&aY"ayX|[s+ٞkMsd}QrNVIW]<9 ;R" [UӦ(N O [o>vѺ1iL(`(M ^F2ep`݌S 6:Pr]Cd} wzˑiNi=x ov~=OMIP⨘za !DM&^BI!_0dϡ > uW[m`zl .ޝ*!={ZݪtwSͦD]Ւ 5)Ѳ&$5!b -Ep)jl&K੎RH+H@?~k df)Dxc# |'OilB_@r|ELE2N%CBo1tG@1>MA ׽SPB]lz ^!6i4QBI1.irC4%]m~~Q7IޘunyTu@pj NtWY>_;u0(ϩ5bvBɊ'&Cl@ޝ^vsiD >-P!pCH7doiVMMw.xqFA\hx:*!9gb!ͪҠwh"dv@%}ϐ\Tr(jAݮĝ51Ge$+$,:m2y ˍ,1#d)JA 783ahXQX?^mQkW^.?lQ>ϓ'*uCx_ ⾢VEtVh'KS _=,KqjSZ,nT7 (^?{XS3 ]:M I.7vqWx\((zbX#JWB#0by[ƜѤUiP꺎]f1ԟ.ِtmy\v`PP Ov*V&)Xe.(5z^~S{=\j{ҽ0*hNj)f` -3/SPYe>)U)f;B CEg7[3d6 Uɝw;M^5If8rKPc־fP9xS{ ̢6`]G# Y IGEO.,\ d/O򶫍iqP}BҾ~<>2<'4\:{5؛v)HyY#N(6*#RΓN 6jS%9cH4 ;#Xmf,\wwz,"=,^=YZ&Rno#[i3J F溆̢Rzc/8; Fv+*BqM nFf+ya+1 Žk8D| tE!Y6螨e(}q$ >݌R쮅]md)o$b)'m' D^u;&E#iJ71 r t ٿ=ZQgkT4Qm,IOYvF c:ZC}B]:~ɡƶkhb, & Ed.g?0=~9*8uvːp|)q ؼU㎭"g HeR *WccY5b%sy*Nx> cs ]edcXNQr.^ŀc@Gg[8 XGzZI}vb0{˥>^[eahu? 'N4IS1wPŀd&dMs τ)y!3`ѡD}m-N1+La5rgj{S(*G[nU":מI PBˤY"rLPgwݽy{2Z&!ϼr!o2X_#LX^) ŏd#p f:LShOOT ivG)S<SG`}/-T{SH6^aQ=A/3\VdktuohHlw0$D{Y,_ۀ,#}V)K@K{pEeJVa71}㻒n}QkfY3%pL8EtcYP41KW[̙`_`QE@+)Ҭ1 ǶoJqK#EUF &Z"#Ƕ["*puVUg?ɝ mF4 8ooO}T{g<Rȩ.dhA3twEs [U`&p#aqb|X*x,>&-YVφ>_.Y+U If<]E%Î"1bZvii%K@WlOȇ@a{rkK{( MD3D4QѭYyA /}\ Ⱦ1{Atuu#\B )ZA2@&YrS rj6 -r Cqꊩ2PsTd7VB_cቒ7m`0ji0ij)n*HԘ!1˿"x2G!x $ޖ?q`T2KZhwsJQJnz3 j/di}y g ?s^{2dzq4,%v%w7IcR?Jơ:x ]>1;'}7' @1DMߣ=!˝;\A"}Ԫ}˩AzM&}$ǫ4r>r%m4۱W̞텈^yU-:*mdwk#wyq6+4klb6(pܥoGFǜJWE0>.f?ʦpKZBKYK<@J=T NxBaUv J{X%&ż6+R~YdfIei'*,ɹTOC8+w;%Qu]z_/0D(ْ^[qX:b3}>tuu:yo:Qt`'BZjH2VHikeS^6twA+ܘΥC9J&JT6&2j $ʤVeWBWIܷ b #"K&j[||MOgk>+~1QD5pa\Tqkȼj]pY&8HàI<,g{(fJ`}]h Nlחi iˆ0@w"*lmruJ`n ͜!_sCOiQsQADE!.Mm#nY3o$Q_)ouD /3T,(I]J!LpI1.6"Iv^83D7 $]Dmy&c>}@B=j+q^y-Tb9ݽI)(&WQgBB@DIEt Ǟ" Le P eC_vi94'l-,@ unZ2Ӷ鴃vFq_&KT18'{%UOǑ>-;%sK - S6ވdfI+ ` sJ>P˚vgʒG(!>,pkg%pȓ+h=+%Q%φxU]_/g7>a n@>TVk%*?{OFH ́0٩&taίMKL 70H3/b?PjsDX aG7*&8Mr=$j6BcJ`b'q Kri Vy8ǡ!D(nоRbcbS@w)R ?8Mi~8 b"{IyEs62mu^r-uq?ca?*3߈O"27lzzcԜ(_rd3˯l{2_HTM3{KG,ß=34 6>V}4]h>ogY̑Je| 22x}z&ehиV}这]Q_z$KTzT |D;7\pm(= I3qtI^Qcz.`&&6H$!{Be"V/NKiU<`^J_4T礞886ECƍoT0t>6C˿clžrLhŁOoRQ/V{/oV: ыk/KO4vj|!Z/p\7{ۣ/>oxʐ[^B4>d;=uttxzsX(%c}k9Oyuht^g Zl_ Xo/f5E^~}*M< ۀ#SY`R|~)bq'z?BE,o{-+o0][]X#,TmaQHEӐ(:3/ϊ|1!RwiJwjŽRn2>[Hۄ*CDhp]F8F(N}($@̻ZЊꪹbU*bmE)_i?= ~X]?sضx[YԚp[|xly%qIRzxԞ^y6lmq`ȗ TҞ 畇r}һgÌle8B)K54 &q?\@F7񠳛!n O/T{f ,Ѥ8q#' ux  䨤7p 3B3ݔ'DOȤk40RtLYU=/&ȱzB(~;f.%ę!sGytĔцH"ّ Pcы}5ݓ q'(تduVR x qjeO Cƀ0}B,@rvE@X<,$m *Q$<44_~*zbJ 6t?hn: r l,_g#OOpF+t5m})Ɉr"RDNAAQF.9xrJ"7A35{ht6!Цe4|L{ڝ&XC!&Uc[(̈́ٓ(umVEBx  oYQ=d 8ǟ}nG:WK67PT5eOS*|ҿQ?d_j8[Rin@El9QN26|qy&b ~[L Sac~7Hyuq4yQ~]z֜mAs7%͵pa,@WsFmڴd2 Q( }F?yU)Gpz EjBqdRKf/6I#I-Y@ܻ 4osuCgs Rzp7s(lbZ4 )}t[eIir{6"x(npEqL!C=|WuCS^'C1}ðob b>Ή/Ǫ֗⌒݁K@1CZ"&< .%^׀zY?*JhgυsaJ5]1jI<)u -\ÖΒa4ﴳ^C+ZgW67Қvij6b%U;} y!) Ǿ3x8xOsO?P'R!*L)꼉Zu6R n4]S|˿e吠FdlNF)/T`vG ~Nxp 8[=P4RG$,L 㯶|zxITN&'f$FF8䉏:;_F7#D]&6{/R Wg̸l]`r1ܳ%"+3k##l% +x4'i3ߕUMFh:hEͨ&Zɲ4&8Dl.+2U>k>.{8:t(`?"KN4(ZZO+ 4,"Pkob LyMdw,,Sb"c4JoL>wJB'nbTH{ De^?^BɢhNn2 Xx-:1g؍n(M{$@ ^ĄII,BHO Cr6+M*b@M-0}ޛv28D=XÝ}Ut(55{"GO@/hX4WbT RtMLv09N\Z%*l F6U 'ӥ^T)5rYjV#O+mWŢ59U6ƚ\x!Vk<ܾ>D%iu 5kUU?C}e Ȟ WCH0R"iW.5@p'2ȡ{L ʦ x.Iv[:؎tYˉ Z*#0;^knr3̱=Op?2ţ|m˃.1^ :ہW~:A?+[( X lGI_uͱ! Gˈ$0:X2<WX!2XćHZIr=!(2(5^Yg?ӊ]bϘC@'ĆI!;uk}I~gH/"u$!LEvNפո#P|;5ڒn6˧ -}'˴KG`ű zTe' j 'O빴X}#n5555-\W`ೲTAَ%PbT:ٽځW/EHspG`X޿P-XOADWd {_AѮ-@HpH*lm\p+0HIx:ۖ$4^c1]h4'|i)՛J%7мWX M.s >c6 yM+W N@hF#~vey'3b.@4'W?)yU$HM 4'ŧm"E2 i˱x"@^E(rn7TXGziK4U~HZHΞ_`.avChMT3v}BSeHFnNVSlȟp43d#PNi 3%!ѥծ@JPNg!v~hjHYRd=.9;֣s+h"+OE eWD'=_`Csoo0hϐChOE0qe%\ c'qY? )SH5=~8PxB֦gF79%+)Wk'Œt)0ԇ`gFsRձ~Y'5>dsώiw6 (.#롩ã?3ժ" Ã>?p-rCV.lۡ3@ummр&f$k;oWqV #`%f9FsJ0\JKtZ@ǂE m; wNo(xjvcTHY2ƖW&m6\4QZPe;52/&u;xΚ(}O2.ofvOF&;TZ8omxv6E2ם8;>ñj`oH_l/EF4p?bʎeIb3mi;aplfZMLkd^[kAizhݱʺM{N&c6sfwp|Zg=a]ݤpE -NsEVMPðv)J={ck$AZ1shʏ1`2Η_a9w;M]|:AZ !%=oQ5&L5.+VX7Yٱ<;ZK>ܗi?L<)ɨ56'UJV3WdO V)-2rXSlR$|j3n PΖzȵ-m=.찜V{3_)"9bo,s=nMEoopȉ4'HkiPZ*'.L w_H"` XKT %u/2.?hGUBz,i04Ohy.b&y͍~G hnC"LUWlO o^s޾[gmPXHVo"L| qY|d‰_ΙJ,; 9t)+xzlZ:Ys``f-HR1| lDwǙ.z=Z TG` X=2qf,ٜ$/ei 8e3!rrl(JIkӀ2qT ՏꤍS;ZnaFx6ʗNK!n'^ɚ\C%+6$>eWRbL@²\[O#s 躿LcCúžyfBzZkM x?`Sޏ[H[h/j-亂-`Ա{5SJt ''d`nU6 \ u%U1$3YΪ3S*NKg 9B>.?rz"Ƃ֞y!fa% x#_LʯR>X[!tἵFȬ>Tnx|`-K[aHl*N_d-<ڂy/YQ$nU]o&t _Y'`K[FS тdT?9޾";}AOГK'AޏX80onV4Rד_$k0|ݝ=CĹRDѽj,TXWSJ\_dڻ HEpʅQl#ҽLm$sXrP]l<R#gcZtl0hDB,]7Z U'f:WNspP\"UDE7F$j vyz}+zio-tpIғ%ꋐH`. ]cTtCXuYrbǀBbc 0Dqyv* A<]ґ2 {FM_dvpO͸{ rO83WǐC 3-RhV}^Ll UF7fziWϻ-urVgkN#In`WKO{8B Lo'BlTŀ1 4u3l"4 P8;(L+8`p|{15V 7_AUͺ8>r#$eg=U9V'#Da?YX[q 0Zv+X*ak,ϬE4pT%s.AaUSΑz:Pr%Ǐ,ç[.R0{uA;@zաW[gsh-buAYNIGEvC|frKn7tGq\-u u+;adQIŋ5Yb X_ m}Px' Odlᑦ\>'mq*vO.p. sଅ^^r%j,>KlHw2I,xK*PeÙzL~\Kp>w\%>kz2K,/=kt<3v^|WMOkyb DRRdWsEpsJN 2dJtܣJ·j>xWmG"GY.$s$#"N/:f "c>8/̩`dvNfc1ȣ@EƸy|Y%Jv~-/=P݄ +{39/Xc[|U,״qEeʁ鱺?;7K󋛴lW]K_0-kc:~=IԳ ޥ೘kf7$Z\Nε޺hY[ 0.`kJjg/@Ov9`d ([h#aүkw Y-@SHKaySPmX~{]qIC$Z t57Pw=a7!+*2\=*2#sS8թ}>O߸CK@hx -EY/EVGpTw9D1NV0*`)n8E1l@ѽVG!a(?y@iB6X /cQ9/!$ + Y3#5q Onf!A އȼ32.'tm;ߢoOLhTNJ?3E~ ʼnˏd^]Ό ?I|3v8bך6w)ϙ}'0oB 13.0sC:K{;AqaNJGq19K*EO o{}K(sɩr۾ydalPhqalŹY2GHLYM;"R'dӨj橋%djNVh?L[擃*8n`}A?xyva y|OךSk> j5(ZV$:o^VaS:Kd:vdдmt~5bi1bYZMl+pz7ex 5}T%_JB;r.c|:rTau1wt ]Jߜ0"TS &3|9B&!H pKX1sVy>›plj˿\ en wϮd!f\H٬ C:_if;:p 0n`=JlpokVB{OSQ<*j|WB"0UK͛K1o9MMѸa! U^)3f9 p_VBdM umٔ ٷG"\Q1ʴ'@ec,Lሑha:Rz"9 V0AK 'z+=/o)Y\oq/yDؒhYAnD7s ?L`+bxeb 5dλ.fnMJs=aW߾#m݋i0nL :oD[O m2Pn9Ƽj49vIŖ?ԤdY(|St7C C+Z aAtIyǗFȋ2e NTͯYPiP 播0KGax&7FJUHOoP=\(Nf ~xd)'-P8jg>8%0WK}ty\{wu~M`"hvyZ`h\3()`S '*lP0eDCm$'U;CePGLLF+GacxK%z8WF@]v^:p̄*cۅ zfřnI1@B+`{Lo"%r+}\}~bu]f&koYZlrߞv7Qj-e/$Zp(uxwB|sȖP4[g!5 OrG3h޴#s~PJrH+Ie2Wl(43WQy| IUQbH!i \&啲GNTbx0?_W~u$cޜ̚&it)1@]rQ'lu[ܩ;Gdcc$6YGI ,^.iMO i1Mf^ (,IZeU嫒 tJ*pSCeիڈӀShG0w,.v?KOFoӾFxNRo 4\{D-o5Dٙ (X71.pQy-΄k[Q/Vt֠] ,LD綎aTӂ쎘!SM2|_{㵹((!;lr,3rl*֭}xTK=cl$5! W 6 Ƞ#v)nY"gz;]2Ek/cFc%I^LE@vÜ<IWʵƒGOMڥ;jj@ $2Ӧܛ࿎3_@3 ^z =|]VˀG^_lUNm4PfY;sOv1mcΨpOpa8۳$-*??r{vHntȨ)+ifd74a,X֌spt r]fH03d@4 2l+ 5psV$e; OВ830 `Ko[?673KhnĞHqLS(eY:D}J=diW1џ7m#S\Ir餇$MD}<| ¿̅e{zk+Y`\^"6+eؘX#aB~&!zw}@C+:]՜GDcJH -J3V!NǚoA /4%mݔ7WTGtZ|VW0MT0lN5=:5FҤ1 ӌ jUabݜ00 xpDΠtDž]ifkQ֖MS'Pjp `X\qh~hJI\CӉٕ(F cŸkO^Fˢ/c_S;g~  J򨈈Mw\|nQ(>|RVԧRVX7 BNi˿} 0TSw ArP!FxmWИN/M!\c̏jtV*VuQĜiQ@z:-_?j^N!h(zO!k"žoM`afJP{Zx14XufaiU8ۉPR_p jQ(|⓭hۿJPBAX_kXrőSxL\$/w=\rGq`f "06ά3!9G5,-L ox?0,E\BCqy?Lm?%Wp Lw6QLt+,TY&![0o:dwW9BŲ+"'t f4~u[ΓT)b]!?_! ')| 7HWbS /λKdκ|\< G!_\zU7qi@5‰B N%P%)_̳_Kg}Hߍ%Y籣-J: ; U!K*$>GRMAKB czDAwKr#_UQG'0v1)͞j4L{2\0`,{CXT-P<^l+Lc0X0Zz4|ZmIltYgA?.bK䜫e>b ud#$ 80HPuI RwP 5yi#<>}1CG.80-./^+Q0OJv+@CdoY~mk+誸m2K[z N s/*J{p)JDa2 Ui#:dz(6Qs7plG\Sₒ,x!on6b?b҈Ms=T\y?i~YmX q}Gr'h(&]OxjΦ\s?r( |"d[ҍ2;() S4qEc`9\G\Z 1YɁcLB ~PVrDv eh-C'Y>aಜNKTM6iSL m NTa(؄/.w" .MKORڋy(D{Ov C"k.B{ H?-paQO1T lc_lGݓRhoK_Aq!rC ˵{^x@?4TB`c 2OU6歼1֘`pJ9gkbf[\HK-nr#T4yydTB`7nݽtR* 6Vy5[|ǨKҙS.zx3M3~{oyN= Rs⎫YEUt5\ HDV5rl,qߠ?CA^!@ϳFr}8|J<F]0Z1)8OH;9Њ$S4+BؐŸ{{_tmT UO'8 Cj`(88HW6c4 ZIt!^ݶE/="bd62|V\1f!)߀)]ߖX7 68®){?9ZcE,*"PP:<*sBSD064/3e3_T^7K.(eu7X6 fE,*DTЋy2DxqP'ǟte,TTBy,s~9|& ^Clj,0xMѠ?H+ f8<3Y& f@:8pJM$pb~yBШlwTpoGHs*ՎÕ#r,W\A7ٕ0"C`QS~PjUޘ`Zݦ(ixU2y \1\7co R.- ;zq3VF @UYtIÖ;3u񆯊5,>̛izr儃Jwrdɦe2\ :V(ZN?YgPڂQ4o,1~/c|+~يK›c㻘6$>_/Bz,{h| :Iۄe^kqZFe@?24]Ƴ=)D$f^ڦ3IVQMcS( 2p)"eʘJe9 DX jGk1AVѷ湘/|C77􍲓}8sϘ~ 7zKuKjMΪbŭ Hbtl hE1hG:vT MEAk9|؈clCZm^of~QFqf{fu o䵳𦲟Xƈʵ~bܢ}5IBK9"aU(f$I'nCхcn$ld-_U D,dO N/p$Xڠc#p$.*}>lv .; ) X n Utop"!WEFT^;>H)\*6 ,'CA&[Vf(Cw@aR,ucd*r[.5, s?YndA_{~ 0h!}r3/ԕk7_Zě5twS&8"KD.ְvWsAEmj H-:Vk\[4Ɠ%ˆ#D8)Er]}bHyAD}x> &;W+*'R[yz;&kyOgI~]<A%ċ}!nH@ӜyvU5 / 8aNۮ8ӵQ^w>Beqf/iO@((qFbPPQ&7.V҉GaE$FtD/ATař|"5 F==UH2эnE uPLYJg?yRBmdBcot}P@ĸWNոj}b: O[ Y?)rXY4&z Xi' 7dW9//9>CMQg*l4t Cw*!?4ybzRӖAB@[OT_*XZpB.oydW_9X.O?vGC#umy|bCѮv~# if JԚYc:_(_T&g(W~ lxNn+oc?ۘM67*)3G?7=7kIM!%Q _h[SE L'.=RWY\^zS 2h,$vvj감P6X28 aZN1w\mKV*GЗMFZa42R~D6:E"a8 =: عY)ZV,T.d~B}ǰ Ҩ96|#$&=_L oB JWXMtӰ%(shA 5>b/$cVx D_Ks0X2(ߒG ؇o}Цr1b+syeng y$B>Y$<0}bWbXo\h:PnwPABIK 9f{c̞teA!ʃ"'v s@O殾?ֿlFN Յq* :]ͽ"]J }$0حIB+]gu+=x2DPB "ecؕ Hk4t^5CJ.BBN o D1.E@E&yXQdoHxC6!0~DNKA-`F* lِB[օx34zeo݇r_&S;̨O)1ޓNlSX'޼i<^D[?r+R$YX88 uYzr0D~ h/Ͽ~Y1Q@vBl8xMp {QXꊕEMfie݀a@c|zTGHH8]pl#ӕQ֌iP<\g#Im+HO<艋\joOhB\@{Nu,pqAR{2ee=sa0cR29*qTlպ!LW9̌ mږdyGOxiQ\X {V\xPl,\ nz>_9LA)H>--T`< DUЏXhV*Q{xn *`zJE>u@y&&n6m7~e/vΌ(A72>Bu>$` RGG`>ِLz [/$NH08+RN*ku8O 'wcwTXq;V[ %7wj2|IaL nK.CElJd24Raw2LJ) ]¤lnv}{wl͑CM@;FAڃ+L0żncmͲNXKCLźlN +Zy3K ~4԰(ɈUIMGQBU6Z4!١ ˂*+&С"12~csc22phDφH_FS^'6C_q5w!* PEj JևT{"YbpCL7rٗ)c()NLL˭&xMҍW='P4yUUH"{MlV  gk1V(Ebb:5G^й|c#S [Q\Nўg o7}dC]neaBY9z-@TWtH>֙,>6Pb=nG;RIѶ|c 󭦅ǰDSn(KuGr0EHJu(9 ou\tDgM5}9fCC)3i}3Xe(d(pٝku&; '>5D25ֶE65CPb`{>( yuJ"BDh1;@a륾r{sr-Yb@_8xI{ 7bo`qIC%Ntd, l+@nUtÊL& @ʦ=|;Ӑ|fMlCp=<Ȳ>\۱RRvnB,* ^&NDbg1$̻+):,>e:izzm@˟B}(X'D4s5gb x̨>HwZ-pUP@ *݅ ɞr?/mTkqB]C;G,6_wp$(XrIր=njXȺ) wUZ͔tO5\>{?]aYy7j%Az:b ?"6]UMb^*YwJIKE\^ QqwH'^_)rs%AhͧJkúf ZQlSyL6>AK yɎ(4'y "cnf35^Ph8;M.8zzHP׾7w[%Q^=xRQ'(QcM)Yc}^tTt2TZ8'X *˥26il7 UX2ѸFMt.VY")odƎB5~(&ooQ+Y+N d=4,^1a%vAjA};R<`h_ݩ 2`9*H`!'@qo?i* SBa*桧}r+]ҧeظ9''&&Y= M;nӧo0qy~9.fىG}s;MI *؅a T,}R!׫Qm,(L'jpBzg<\8ԛwAs d-j"k Cq?Н^FsTGt=.8g*!̪{JS٭<Ƣy(U >5_ NzT  adqh~c{dζjŠEwo= Zq%ܺX9ftc r4( TϑLtOYz,($]Y9 ߓYj.oiۿϱ¢f::3RB` VQF¡ kx`,}AbGbG#(#ƻ'3cDd]߻!n[s#`{]E- LAe!n Jiʎ z+wK~6Lѫ!S\3:_7?AxΚ)h?CL_7jAJ6rՆGv]Y'lV y5N Ǟ V{ܔ%՜eiSu |I7&O\. +o4V0~ggc)aނvS^lvlG@i!>5' ?KV8vK+E113|BzӣY>'o j RyDw0~8۷֞HjX Q9)}sX@}\(^M]X_SX`}U-:->9\V1vr_Iq4UXm"ĠlV;NH`ab dS sBs࿞<" uc=B|}^?_. S|ؤG =ߛ5K\[<6y),,~qĆJoKu0eg[!?(X'{t0w  =N15vSJg*NnHvP:v^W~דݼ:A9ž6Z\uZtg픬K;hA `# HdJ]mG<AqݑstY)AĎbW8$CQziha)&۬|dw;2M&Cm}|6ZMQQpcǨ 뇞/Q'1qn-\D=s|H^`;p֘Ua;Ԃ|!H x{ d/iuA#8չ:P=xNٟտ{ⶲ`&#_g !,]LCn}v. kʙ%\uO'9/o"ڶ-̑]Е;fGQFP{']p#-`hHNjG #5^?D΅J ;ش^Nbӏn:?YqB(Bà,x!ujz\//*{W)}8<iQ= P+X{Ɲ1֡EhZ F14ioy0)˧T!2: ZP(FRoH]DZ|V\H]Z2I%*l) TOCvLKϡй1\v yO1:ek]:b |Rs9[A̤}lB<~_ Rdžހ7C ѷT:rȵ, FJ-|,Bsn=bkU1OnR}(r$_^tzxo3y zYhGzޱLY3~w>HH=OCVV/4;2fuת^1Vᷪ#',(LǼJr{ZnƁ|\ӊ;m*ij2^PBg. O]-Qf trJ b'7zʴXl6W=rH-#fh9j|z~<=H(eGe=H>%מ=0xL ffE&%ƙ8 >5l9,=eCt]MH K$mz$|iy?f>2"m׹q@ n>v"ͷ |uFb?!Y#SWX7OT* `Τ?Ԙ4KcL!BI6]{>Ԓ}()7x\jלߥT͖\]F56(V{!F3cQ0awb>\SwQ?$Hhym%Rj^16M4gb~3Xgqch B*H4+EvaZ^rV5/IO`Qj@%|~zJI \^-"5@8̙b٨T'r-[r3_H$L[ ŜOt l]^){ݾ`^DJ[6>iRo iĻYG$V.TI>ƈ]mnP;ќ-rǘB*' OǾt̾-¸̮(a"aƩpY$%(&!c:Xe},6<<>5m'usd4$G@mcdV,TxGKD꽑RygA$먒+⎳Hz*S IY=kOxil}O 8hb_H9}>ޯȾ?7C/7 CwaֈRP+x綞e<>e֓a$M*"^YQlbyőf mudȩ8mXn81K`c}wPƖ mfnSن8L>ž  \mw/)&epLlc5Ɩ*3G|]5>`5*VAzta9[al޻Nm10$ɪU#P=S+@.|ٞ-r`*.v5#T԰T1"dQzP|­oq&}:htˀaC kd|[ T3Ƽ)\gp uޏm&}-X`7~qFi-FYQFA4f$Ƅ3*GY :t@//=/jP 'w du[b-IrKkZ2CœݝOQ)tlR%dÓ3hrW ȉg7qYzgQmWH. og[C6=ÿrVjC !XH%5Քk 0)-y@A8Y6: tPX4r&cN2|&rFm zWy&A?Fv?t>VH x nh 9Zd 6CS2(l7=5 5*$#I;lP%_?ד-2\oc|D k /г4yV?KW?o#Ap j#<^wdazw- ` ܸ4堵kǕNܵ&]2з1krL E%˰6^7z7d\#=qۭ+aSgΡg1>Ylj俀^ Mwϓ*i/?Yz x V#*\E_^t:xPU;jOS{{֐hFFB27Yh~ dCsȋCj`h d_Nٜc}V97x$)| ̯ySE΁PXփoy ѯ<,Z<"_䅪Yݲ02E;OXދ&3mR1,)O.nD! b߅@B4mV֢j^2Ȃ1Q$ȼfbqe| ʫtlXyISώMNS@zּYR9k /݃lTTA6eW8]O7@:UD}sQ\5{a:Ҙ$q؀蜆f -`-ZYæ7ydY:@nTs"CDZ2ɿT]qZn`2Xzq#p\:\EN^V pp?'8,3xM{#gB-'5Ir,LN6 ߀&$ Jd!<{~ +Mk)"nyXRvD]+hV|J9Ta8gt to-M*4Z'i[5@\vA\DlئS?veS"6(k_l4pBjt򜫝O3q/9BH$4xd|ko-. ݻ$OBm$tLӂ]<fn*fse(S̞Rѯp =jZFv8'o 4uf>n@YV& Q|+$yf .^l5[]9$PؓߎH> 'Zlr#rbHoD̾C+қGJpTn4vr]tW9ψc%)Q!~b(1[5KG.m9ǖPF@h[c4/M-E~"6+/6{Z}4[<%"ssi$.ˊd)C< c-vl+z6s\'Nx$<[%~35?Ҡ&At)SJk[eYYBӝ;>;'Gy<^?A @`ӿ+fim;exZ*kA,+92ieī{bc%BB,7v/)2y Tp+g:?>n6nhV͢'`Aa"%q Vl̛d)“ v6Ж2:Sܶ iIvݭ ~։eM&OG!@ xKUļI f,k Ԯqd$V{sr,ųab8׋ OĵZRNJIHb15o.XVLnC Ԇm]낗x Hb,wkQyYώtR=GYEv $Rw ;ڲd:8٨hs .z;S`voRZ<eAKS3~*>5LpS/grvhVbEs{VTt%(JwT0ͱJ>oس'V5u@F4`N`{JߴtRςWó7`h_ g'S0_3Eno@}.R-vKo8U>o-8~P,F9<``JZn|f$2v*E`' i4s\t%ەGT/rN9N E:l{1 ѫTk_611_Hp~ c|zi1ƁY0< 5®)CTw}vn׾w]<4<#%-lY$*usQ-yQU˷fCNAT\0>6]qj>zۮʈK^X|! ѧ%.R#Xq|%/TH͇WTfTduЧK=!%5VzP‡iA;h#O^J Iz.r2q+G P#^$攕`Η՟:t)@ˡh׉y0*E#cfb&1)oGatw#g>]lu鯡OlWh䅉Coku"GNDd*3qTG E?A6m1 }bjPe[Xy&bi-nɵ;ZVdN٦1 {b7Hao \!`7S ~˴|Aftd\$wR ৶߅^"m"FGly$w,ѡ$!aYp(ݜ(L0v}mqԠq)4(j#cl/_L9%f˳8Nܾt(.A6$H,Ss6vY*{E?F/7|3s#(ynKXVV|%kxTTݐVzhA1]FC}NeJ\g/dt)`^RcYW|:p9ی2}C`U4+μ3>o󔭨{B,kpUN^8S&^vJ]J8rR_-d .8b)Ƹv1x8 Ot 5fk5z<6  01RVdފmquNN Y &hDJS0#{EN.J ?8G68qE-c; ?JAT^Z[Ԇpɳ"ca ר@h!3 lk,J_4zS;O>fQQ|?N5^1~+n.i㽛HC މk|"GG4ә3TXBn iٵ, Ys :*l[9F6Cdύb; xNxH\,RB$L {<Ǥш! \wA,PHk) {2795O[eLq%:G]u^,*/3_-^G|v4% MDf鑑e8$?qrs #=Wex 0$rY>㥽I\DJMy$5m̵\_;X 1QJ_M1yrߋ9oz|9 vmi'6;ѮJ0YĤ}zf< \ -ZYϟF#x/3EC 'ȂsvkdJB tYZxOXrsd;| A%eF|TAB1z qUUD;aO]] 䨦K2;a]AMPt J5Pr2w4YңߔTmDKIϯk[!Ʃ,>--K݊EÀ73<Ϳhi%-X&R lRJ]QλXe[lCS~N;*tGjڲW4Q%m 6Ui_#qPrFo=2_7ه=+kglfjvUUy$,ܓA9g3ry O^rR|-dPaV$+ NGaD򈴣* /{0\, 8]JЅ1ev@ Nu&L{O Ѕ3.Cɬ;#)K )A*$gyL^}J[Y $ ]aIw]}2RnOl.i?UJBbb|PB9SMb+7<}@tdt bעO=@PD* ,)KU1V&:9bT-^>6gT.X&7p⒏tW\CL$8,4&vQnaVƍE~=EہHѯz6kEԝdp?>Cl:LPcզgS-ڜ6<п;0C~8G65i;f{qgfW~uV2B1̈́n![m,$bc' 7\d(F͂W'tޥjf$1o_x8ICLP}:k\:< "UXEcp )܏1ڃfKZoE X>yqȑ"089yGpYC #0YaAaݮ`4И+Bxt Bz[CQxq2X&lÇ6=6@T,i`9'h Ę*JNc"4BM L;\Рp˽ӳ,c=FȄ&<SHD m=$6yXYKfSWjQeWqyZ,2":>j(ݻ5Q (/nFIH\QؗDO >:h,cm4pD8<4t2 {]&[iRVPZ:WCQ4u vBcN& )1z$>_j_0^ t6L3TA ,td;Y MHS[O 2jEdL@uiƣpFQy6>u4Gw'gzwgBli.'>?M\cIA(;ϩv^Gmd;"Ǻ6#hzzYǺj*H$1WM=[uI[]&&AOfZ'lq@`us~]xEt0 !>u]BSaṙ ^orA3g HE6"̎j5hmU7KoNM@,vJ2 _HN {VY.;Tqһ;A#F350+>E!q䍲sG'cw)s.F<LOó\ F(3]ӣEH-Y{DK_Mm+٫rGm&k&{ ,)t tͻ**:N\~38'bۂҏ_wtŻ|~o/568Vşey\Q@(`?r3[9G>8s;j<Hë3_b16\ڥ뷍%*}J̒ gPV`,`"is2]y5JG'MW \F4A.eP?S ηE캟=nݺ?$%3WE6VdU<[Vo$iD@z[{jnIpklzȸcJWea6=.[rH?w"E{پ4I:F0 }u٘dXj6C&VHm22ig-vD6# W&+MHyfBr^Ր7/OinPWJʯl(%yNq ' N3T#!d}ec Y1"9?=rm۲z=~^Ӌug$JkW,)KL7 :cZ_;nsۣOyLCIvhmWFj[;1T Ua{ɱK(O"m w bnZ[ꄰo C`ğ&J1Q|%xn4_ȣ#=U0($r\/f zp3:jwz 6)m`K| dHxπ:#$H洤 zo8O~b20Tџ;3S|^ {ğeNT •)sܷ;o7PJ "HE(q*ak$3灛ŚKA*"&m'2D۶.Y9Fy 0},elf #K+\0.6`gnnX:.G-:AcU# ] Jq%^dw.,10v4;kQAK}E-%c?-;ea~݉m~sX+Z0d]ĕQn?;Ma+e q#`N'x}!7kǮQ^_ )9:R `O wjZ=0vv z#>'@1ZgL/o)l;wF)'0:Q ,)CzHdiZ~П[f@@H_-<4FH cM5n%"*bc & %yz5#8\,c{Nնˡ۳GO%{ $_Ii xsԋ3KwYùHgB\47z!hӊԮr|zeL޲=x͟I (ו+sH6qČaV08X;Z%C|izW6#kݡ=ȴ ; j8XK iYȀ(,5@Ԅo|!/"; LZa@JG=gh0ʁi}4Yv cZq;_(kZׂAyvwSLzM9"Y!eaT&E c|9[IAh1؎ÿ0<}opf&\k;ULPSegyq2ʼ!#=Jb3K`dubB8aX"_M"Vf)ǐ?Z6_TР3ph\$~ *K.7$<}^ ߟؚBTt%lOih&s|U{H*-:mb ?az⚗OJn4ȲUr=i>*R $j/8 *W+ɫRL,B2 qG#fO3SÚzxyu8F\t˖+Ɨj?_a~ '4x"p ->p)~1,-O}(r8b(`*AR+"{(yhQS aA!70j(:YV]k $ ǠZ D%8 O&n>#402Զk$|C;(2R&sǒ܂͏\Ff?yAc@2K1|D;+I 5>bH@r@0&y+\7 G23-%d%rsL)ܱ.{8 V; %u!5r,ZS)M1y) Ք27c<´dgO._3QL)Fp4xM])p؏cjPp+\H[J]¥䋬Hbc65jזB[32ɷJߖ@%GQ9aVr K}Y{!}%&,JvuPk0L6ѩĹ(m8aT"Uv/o* l)zkXNU\e> 5 lAc=zb{aZ램<ݪ3`Ѧ5T:pk:DDA2/cŤom\nђx=?}lsGEs'^j@~?W]50[yIX ND(Rck$r#U@9tY}TMwa|ou[ŅE JbOx{nVY %p4"Ew* ͚fڡ*<%f}Enz`{JȻo,J)8kv)|4u,r'vkT%l\ #l}p#a) p-Za :ln TR}z«p<ͮS5f wh&; &d48;2o:Y|KC^ e4ɊLE)m6f|)g4¿$.:M^ zu6m8 >* s5s"8GeIYm`8u7*hBǞ!Vl~:UȇR 6VefA&JzZZBR]QM9+:f%.2Փ>pDXQʪkhB5d_z0#!8nna.m qyEb  "'3;Dt = ~`'Dl|E(,! %̟k5.ÒP@{pmE)2ė9H;Fa5j4" çjpy[~C$a#hά y/ 1of__-2Qp&JM +mlՆ` ٜG%CS5u*\2/ cjT88gh`6'j $lIۺ:2ގ,U)#W)De7MUPXZNzw pzޫQ(QP^  ̒LT1%k:Wpchf 5H[3aA@rf_3@_Xi9\i)prmIv}uJZu,zkxEc~Z(ہD⽪m.jn0a!Nx]\gGvD3mv>o Ŝ2WsmZ~^yoeW6y\ .Z JT.?%)S: R:ܩ\a24<S`Ƴއ#H{Y.x}=?-794/i |&q*8q| eZ7P}(NYKe_ ZH(EfXJ~p"T4sYKû>7Դ-qG|퐞xQ;(eJ n-BQAIKz3o'vf77:7s^P>m[Wl5(8rMZuuI)nXOsyr](W_ϵ+yK@?aĽ!}MPk|! {X1Tz63٨_ΣVyQ"!8%V fY[B;I~N(lHҢZMZeHȷͥcf~,"s)'kdSA0#>50VI\OOHn>B|e)͞3.v$sEy㇣yv`Q ՑMi:D% >VT 4FYU%h!ZHp5>ݭC˟ч3^::bnx%:qqROyrGF@c .3?+#>ޫ~{f3y{u"?3pfȔ^u>EE }E{c h_ƹw4nZ|{h< {g^^gʘ b&¨ļgsC]AL&mQS-ERj/Vr0hJYLLP8d(MJ# oh:7AH% !-ȋpzͺ1HiUYntz Nu*jW߾tn|Q[lnNЎdW^ӏwmnM=R#/*W&?fՠQlAB^͑wA73H>)\"&At9 k{UcVLf OqF^Lw1irOA KN;Ir4\c}4Aw#l~:,•WDZD̝&řvHyntJD gp{-Lvg+!'c-=fG) >Kc4k.ﱨP3nRUʾY;saEYϖ`ĵS 1-4A O8ͼS׷;P5ζʽiE-XI3л\^4H>6ϱp41 aӉ)0bfV6k٤3HE2yJ(Va 9V Λ dxjLwǰ<9e1wAI=5W.w*3R,{r$$_ebvzhBci*bgxIcad5pnYj/N!mh?œBۧ1' )2:]٨t *i+(gr#S&.CES ?1WN;U[]g|r8+ʒewS|\.?fFpD])m}/Zy2qS=y- 6j>po"]$@3,lN-Zh>YWܒF+ܹ^Fj6T$w;RM_޻#O7O%BcW{1u5eJcF7pFG^@Ps^Vо)ʯ>TDv=xrx(j%q?% (:n9O ,%LZE!.XˎvUɣJ@ as!|5Ɠ7Ex^X~Gk=GL1dPqzM3yeh9~&EY1;LJo>җ6kNy+9f9|*\O) > 2NCgLذ%#V^"%+XGP`YωHgȫ@B.g]e]k)dq:@[46 9pn'u) qٍ;Gk ̲uN5*(iZ$u?3 l7M:[b凶eq&OϦ qW RƇSJ} yID8UMp1(A,]DYȥR ]ڠb:J:L"3&%OcX͠ex-if0`DzcJ @)P@SvqÕwO.]\O~H]=*)<,0) =NF~ڣ:8ǰVx\Hc5v/S7?IsPi!ȹ]c3 pU-IUD=EƼJ2?q)-J%G W.c$OCIU17LKr Ѓ6 VePb~$L+8i5 lPϮ=z"Zr5t|dGZt=ׁ]=_`CgtCwySiu @B"kJx"? ާKaNbfF%i \>p'Y~MODʛH`V,,k2tRn65ݷ5rm\4y0Yfҍ(B{6 D/2c߹ۑ }odFWLq`]\[a?>Ј|`4Sykwӱ҉iP4|;[=܋&X2pMmBfE!EB 8_ZeRz/+&@KM zKje;:2Xɷ_POn|KAHS:YcLKf e?{&16uV^ԁ@b~_ke2-Je@況ב5ʷj0 7:x2KY13zmm/.rSy誥NFIoMQzvLX/9<;txڴaȫEՖhkba|zڍoqyr!7$zN5 $b>6Lk֜U@%:}T.BA];\[rԝZsA2NV:w(vj=f|;ߐ1eG8Zmq# sf ln;h?W$%;ich9`%"{ |hbq2P^%KOy4YpoT~qݎhBs%GWpgbঃ>$a:sewx()unjN<-"K~$,.krnJh_L>ޱ{&Em1-hNu^=P{-qaWV{G6] Oܙ1aVPm,A9[$g>->i~#ðKmo5jQ"Tqn.!?Qp , kKq]%vض)ҧ;hD_:\9 7LT{TʦgÜsOX$DYzېwn)ZG=9\T󠨯@=OEODYQ 7%RJslq1Di#ӞR6t7s4VW`%{j.m?k?یc"s-ɔQ}ǣ0d1l'=D*:+ӖLF+V08EhoFY .ztZsPnj?D$ AGwMyq,9`*9òh7"cSF} d|y̠B7V k(O`3oŢXN6f_*˄-C LBȟb촧?vZ`1 sx`dQDrJ{Oe`m5htZ H x:+EDž2};]v3.Wo` H)bj/Mԭ'UAn ;id8;&=R$ԱwooYrv #y]KbbȳbPfc( Ȭ,-b-V @Ļт|3%VQ]KݠP(%߽N -n[hoad7jZksP'ۅwm?w.hkUmCNsD[ɀgm~n/$ʂ*)I _HszC̀w9e׬kJG!3PG"݇$GXUNl^ZU0ާz82~pABug_|~VVu3(Xߥ6ZZxExzoVeHK' È3!#ߧs 3`Uxc2~*]\yK,99p!d3%DX|!X U+6"u71"~|*i+25ÁלzB{ 43A®4Cް@^V2x%WǡL&Ib_CZqex_[:!RŠ>5ڛ=TS`Ta,e Z޹U +8*1b2xQչPKIi;"H zE|+?v)y>Y~5埸C5xg!D#+,iCkvz/K8er\y6rˏ\w^ΊqXeoš\_q F3٦1Ibyr^'_n&|n\*,iG8\:_jS>/RK8nbG\?^WDND^s˯\W2gK4(!.q`F4`Jaq 8&I#ͨժkDKV=v͛\d@IJ+IZ4*[k5XC-#s}I 8$FW%5lm*`}y\\Op*%k5zP60SƋ>˔hc\wjUu}|'ҹqws`_c<ץsKwTo ^?Vh-A{qc幷A$^Ia+ީ}a % `9{gL%C ?b!3ymKPi-!Z@j,|;\2=:)3ݦ>qsD$aianx[VQS2̽8pБ@e $]z+rírOQmkp*5%P mcטCAHtML&!W^,,SiW^l9*;粵i(?ߔ6!>\hoUTvS-"~hgҔ:8kaѰ?^S8_o-,1pOfeqzʠjy {P֚Idt-M3Y;k-BS~SMa!'`I$?pGPW\|hf?nĉc0@& 2\XEbKM(%TYl&z+*pŘ7*dZP~ڠR3@MqeC NպYU8 NJ\֕#P)W S*/'WB/Db !x=Іr̥cCRm9om: $8g+dr#q$J:j oN %W\5x@/G42lۋw[euMl{:2shk^{79_!n#%|ZPu%/$X] Gx-COpC%t'ńP?hbC^BOxU1 vh߼K>(uݐ`}R m}3#dKr+ PIeT)ӕ hKº=៛Z=lյ;Г_2 YZ