apache2-event-2.4.51-150200.3.48.1 >  A b=+p9|ԟĎ|ъe z>7Ven ~ r&( T^NhdJj7?׉͖6C/kDyK632GD>LX`K-ZPQq)Ug~lſcu'oࠄ! ag! @B3^Vu( K 2O>u{4U=z+oY- E=\v]Y7V9$He}t\79286c2516bea016b9d9b16ae2a966e2aabb6237c6fc4d2d3cbe23c0e45cfcb9759113647f6573774283f2b10249df96818c8633b=+p9|iyA &VF䳓qg,i!.]k.L7s.&AJwWF.5UZ6'?`ZSs5j-zmhY𛑷dg >pDi?id % R&1 Gk ,y y  y  y y y yy")y$$y&&'(()8) 9+:7>M@MFMGMyHOyIQyXR$YR0\R\y]T@y^\sb\c]Md]e]f]l]u]yv_wa<yxc yyezeHeXifipitiziCapache2-event2.4.51150200.3.48.1Apache 2 event MPM (Multi-Processing Module)"event" MPM (multi-Processing Module) It uses a separate thread to handle Keep Alive requests and accepting connections. Keep Alive requests have traditionally required httpd to dedicate a worker to handle it. This dedicated worker could not be used again until the Keep Alive timeout was reached. This MPM depends on APR's atomic compare-and-swap operations for thread synchronization.bApache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttp://httpd.apache.org/linuxaarch64 ( # it might happen that apache2 including # /usr/share/apache2/script-helpers is not installed # yet even if apache2- has Requires(post): apache2 # because of circular dependency between apache2 # and apache2-MPM if [ -f /usr/share/apache2/script-helpers ]; then . /usr/share/apache2/script-helpers find_mpm # when this is run in %post(apache2), it may happen # no MPM is installed so far if [ -n "$HTTPD_MPM" ]; then ln -sf $HTTPD_SBIN_BASE-$HTTPD_MPM $HTTPD_SBIN_BASE fi fi ) exit 0if [ "$1" = 1 ]; then if [ -x /usr/bin/systemctl ]; then MODULE= if [ -z "$MODULE" ]; then # restart all instances touch /var/run/httpd.restart.flag echo 'Requesting apache restart (all instances)' else running_units=$(systemctl list-units | grep 'apache2\(@.*\)\?.service' | sed 's:\(\.service\).*:\1:') for unit in $running_units; do instance_name=$(echo $unit | sed 's:apache2@\?\(.*\).service:\1:') if HTTPD_INSTANCE="$instance_name" a2enmod -q $MODULE; then # restart only specified instance, %{apache_restart_flag}@ # means _only_ apache2.service echo "$instance_name" > /var/run/httpd.restart.flag@$instance_name echo "Requesting apache restart ($instance_name instance)" fi done fi fi fi ( # it might happen that apache2 including # /usr/share/apache2/script-helpers is not installed # yet even if apache2- has Requires(post): apache2 # because of circular dependency between apache2 # and apache2-MPM if [ -f /usr/share/apache2/script-helpers ]; then . /usr/share/apache2/script-helpers find_mpm # when this is run in %post(apache2), it may happen # no MPM is installed so far if [ -n "$HTTPD_MPM" ]; then ln -sf $HTTPD_SBIN_BASE-$HTTPD_MPM $HTTPD_SBIN_BASE fi fi ) exit 0!  P%%$$$$&&   " [ Ab. [Michael Kaufmann, Stefan Eissing] * ) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}. PR64140. [Renier Velazco ] * ) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info". PR64172. * ) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure to allow customization of the usertrack cookie. PR64077. [Prashant Keshvani , Eric Covener] * ) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy AJP13 authentication. PR 53098. [Dmitry A. Bakshaev ] * ) mpm_event: avoid possible KeepAliveTimeout off by -100 ms. [Eric Covener, Yann Ylavic] * ) Add a config layout for OpenWRT. [Graham Leggett] * ) Add support for cross compiling to apxs. If apxs is being executed from somewhere other than its target location, add that prefix to includes and library directories. Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett] * ) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github issue mod_md#172 (https://github.com/icing/mod_md/issues/172). [Michael Kaufmann , Stefan Eissing] * ) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+. [Graham Leggett] * ) mod_ssl: Support use of private keys and certificates from an OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile. [Anderson Sasaki , Joe Orton] * ) mod_md: - Prefer MDContactEmail directive to ServerAdmin for registration. New directive thanks to Timothe Litt (@tlhackque). - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now check all matching virtual hosts for protocol support. Thanks to @mkauf. - Corrected a check when OCSP stapling was configured for hosts where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm). - Softening the restrictions where mod_md configuration directives may appear. This should allow for use in and sections. If all possible variations lead to the configuration you wanted in the first place, is another matter. [Michael Kaufmann , Timothe Litt (@tlhackque), Michal Karm Babacek (@Karm), Stefan Eissing (@icing)] * ) test: Added continuous testing with Travis CI. This tests various scenarios on Ubuntu with the full test suite. Architectures tested: amd64, s390x, ppc64le, arm64 The tests pass successfully. [Luca Toscano, Joe Orton, Mike Rumph, and others] * ) core: Be stricter in parsing of Transfer-Encoding headers. [ZeddYu , Eric Covener] * ) mod_ssl: negotiate the TLS protocol version per name based vhost configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's SSLProtocol (from the first vhost declared on the IP:port) is now only relevant if no SSLProtocol is declared for the vhost or globally, otherwise the vhost or global value apply. [Yann Ylavic] * ) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script output. PR 64096. [Joe Orton] * ) config: Speed up graceful restarts by using pre-hashed command table. PR 64066. [Giovanni Bechis , Jim Jagielski] * ) mod_systemd: New module providing integration with systemd. [Jan Kaluza] * ) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table, r:notes_table, r:subprocess_env_table as read-only native table alternatives that can be iterated over. [Eric Covener] * ) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. [Yann Ylavic, Stefan Eissing] * ) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env, r.headers_out, etc) to remove the key from the table. PR63971. [Eric Covener] * ) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct` always `on`, regardless of configuration. Found and reported by and . [Stefan Eissing] * ) mod_http2: Multiple field length violations in the same request no longer cause several log entries to be written. [@mkauf] * ) mod_ssl: OCSP does not apply to proxy mode. PR 63679. [Lubos Uhliarik , Yann Ylavic] * ) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469 [Jim Jagielski] * ) mod_authn_socache: Increase the maximum length of strings that can be cached by the module from 100 to 256. PR 62149 [] * ) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503 [Ruediger Pluem, Eric Covener] * ) core: On Windows, fix a start-up crash if is used with a path that is not valid (For example, testing for a file on a flash drive that is not mounted) [Christophe Jaillet] * ) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not acceptable". PR 58158 [Chistophe Jaillet] * ) mod_md v2.2.3: - Configuring MDCAChallenges replaces any previous existing challenge configuration. It had been additive before which was not the intended behaviour. [@mkauf] - Fixing order of ACME challenges used when nothing else configured. Code now behaves as documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this. - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik]. - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted "transfer-encoding" to POST requests. This failed in directy communication with Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing] * ) mod_md: Adding the several new features. The module offers an implementation of OCSP Stapling that can replace fully or for a limited set of domains the existing one from mod_ssl. OCSP handling is part of mod_md's monitoring and message notifications. If can be used for sites that do not have ACME certificates. The url for a CTLog Monitor can be configured. It is used in the server-status to link to the external status page of a certicate. The MDMessageCmd is called with argument "installed" when a new certificate has been activated on server restart/reload. This allows for processing of the new certificate, for example to applications that require it in different locations or formats. [Stefan Eissing] * ) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS protection. PR 63688. [Armin Abfalterer ] - deleted patches - apache2-load-private-keys-from-pkcs11.patch (upstreamed) - httpd-2.4.3-mod_systemd.patch (upstreamed)- use r1874196 [SLE-7472] [bsc#1164820c#6] - modified patches % apache2-load-private-keys-from-pkcs11.patch (upstream 2.4.x port) - deleted patches - apache2-load-certificates-from-pkcs11.patch (merged to above)- require just libbrotli-devel- build mod_proxy_http2 extension- fix build for older distributions- define DEFAULT_LISTENBACKLOG=APR_INT32_MAX. We want apache to honour net.core.somaxconn sysctl as the mandatory limit. the old value of 511 was never used as until v5.4-rc6 it was clamped to 128, in current kernels the default limit is 4096. Cannot use the apr_socket_listen(.., -1) idiom because the function expects a positive integer argument.- apache2-devel now provides httpd-devel [bsc#1160100]- add openssl call to DEFAULT_SUSE comment [bsc#1159480] - modified sources % apache2-ssl-global.conf- use %license [bsc#1156171]- load private keys and certificates from pkcs11 token [SLE-7653] - added patches load certificates from openssl engine + apache2-load-certificates-from-pkcs11.patch load private keys from openssl engine + apache2-load-private-keys-from-pkcs11.patch- Add custom log files to logrotate according to apache2-vhost.template- Remove redundant metadata from summary.- version update to 2.4.41 with security fixes: * low: Limited cross-site scripting in mod_proxy error page (CVE-2019-10092) * low: mod_rewrite potential open redirect (CVE-2019-10098) * moderate: mod_http2, read-after-free in h2 connection shutdown (CVE-2019-10082) * moderate: mod_http2, memory corruption on early pushes (CVE-2019-10081) * moderate: mod_http2, DoS attack by exhausting h2 workers. (CVE-2019-9517) * moderate: mod_remoteip: Stack buffer overflow and NULL pointer dereference (CVE-2019-10097)- fix typo - modified sources % apache2-README-instances.txt- revive apache-22-24-upgrade [bsc#1134294] (internal) - added sources + apache-22-24-upgrade- version update to 2.4.39 * mod_proxy/ssl: Cleanup per-request SSL configuration anytime a backend connection is recycled/reused to avoid a possible crash with some SSLProxy configurations in or context. PR 63256. [Yann Ylavic] * mod_ssl: Correctly restore SSL verify state after TLSv1.3 PHA failure. [Michael Kaufmann ] * mod_log_config: Support %{c}h for conn-hostname, %h for useragent_host PR 55348 * mod_socache_redis: Support for Redis as socache storage provider. * core: new configuration option 'MergeSlashes on|off' that controls handling of multiple, consecutive slash ('/') characters in the path component of the request URL. [Eric Covener] * mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument is in play, the proper HTTP/2 stream reset did not trigger with H2_ERR_HTTP_1_1_REQUIRED. Fixed. [Michael Kaufmann] * mod_http2: new configuration directive: `H2Padding numbits` to control padding of HTTP/2 payload frames. 'numbits' is a number from 0-8, controlling the range of padding bytes added to a frame. The actual number added is chosen randomly per frame. This applies to HEADERS, DATA and PUSH_PROMISE frames equally. The default continues to be 0, e.g. no padding. [Stefan Eissing] * mod_http2: ripping out all the h2_req_engine internal features now that mod_proxy_http2 has no more need for it. Optional functions are still declared but no longer implemented. While previous mod_proxy_http2 will work with this, it is recommeneded to run the matching versions of both modules. [Stefan Eissing] * mod_proxy_http2: changed mod_proxy_http2 implementation and fixed several bugs which resolve PR63170. The proxy module does now a single h2 request on the (reused) connection and returns. [Stefan Eissing] * mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection aborted status to trigger immediate shutdown of backend connections. This is now always signalled by mod_http2 when the the session is being released. proxy_http2 now only sends a PING frame to the backend when there is not already one in flight. [Stefan Eissing] * mod_proxy_http2: fixed an issue where a proxy_http2 handler entered an infinite loop when encountering certain errors on the backend connection. See . [Stefan Eissing] * mod_http2: Configuration directives H2Push and H2Upgrade can now be specified per Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing] * mod_http2: HEAD requests to some module such as mod_cgid caused the stream to terminate improperly and cause a HTTP/2 PROTOCOL_ERROR. Fixes . [Michael Kaufmann] * http: Fix possible empty response with mod_ratelimit for HEAD requests. PR 63192. [Yann Ylavic] * mod_cache_socache: Avoid reallocations and be safe with outgoing data lifetime. [Yann Ylavic] * MPMs unix: bind the bucket number of each child to its slot number, for a more efficient per bucket maintenance. [Yann Ylavic] * mod_auth_digest: Fix a race condition. Authentication with valid credentials could be refused in case of concurrent accesses from different users. PR 63124. [Simon Kappel ] * mod_http2: enable re-use of slave connections again. Fixed slave connection keepalives counter. [Stefan Eissing] * mod_reqtimeout: Allow to configure (TLS-)handshake timeouts. PR 61310. [Yann Ylavic] * mod_proxy_wstunnel: Fix websocket proxy over UDS. PR 62932 * mod_ssl: Don't unset FIPS mode on restart unless it's forced by configuration (SSLFIPS on) and not active by default in OpenSSL. PR 63136. [Yann Ylavic] - deleted patches - apache2-mod_http2-issue-167.patch (upstreamed)- Reduce scriptlets' hard dependency on systemd.- added patches fix https://github.com/icing/mod_h2/issues/167 [bsc#1125965] + apache2-mod_http2-issue-167.patch- Replace old $RPM_* shell vars. Avoid old tar syntax. - Tag scriptlets as explicitly requiring bash.- updated to 2.4.38 * mod_ssl: Clear retry flag before aborting client-initiated renegotiation. PR 63052 [Joe Orton] * mod_negotiation: Treat LanguagePriority as case-insensitive to match AddLanguage behavior and HTTP specification. PR 39730 [Christophe Jaillet] * mod_md: incorrect behaviour when synchronizing ongoing ACME challenges have been fixed. [Michael Kaufmann, Stefan Eissing] * mod_setenvif: We can have expressions that become true if a regex pattern in the expression does NOT match. In this case val is NULL and we should just set the value for the environment variable like in the pattern case. [Ruediger Pluem] * mod_session: Always decode session attributes early. [Hank Ibell] * core: Incorrect values for environment variables are substituted when multiple environment variables are specified in a directive. [Hank Ibell] * mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when this type of map is present in the configuration. PR62311. [Hank Ibell ] * mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line [Jim Jagielski] * mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus , Luca Toscano] * mod_ssl: clear *SSL errors before loading certificates and checking afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] * mod_ssl: Fix the error code returned in an error path of 'ssl_io_filter_handshake()'. This messes-up error handling performed in 'ssl_io_filter_error()' [Yann Ylavic] * mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix authz provider so "Require ssl" works correctly in HTTP/2. PR 61519, 62654. [Joe Orton, Stefan Eissing] * mod_proxy: If ProxyPassReverse is used for reverse mapping of relative redirects, subsequent ProxyPassReverse statements, whether they are relative or absolute, may fail. PR 60408. [Peter Haworth ] * mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1]- SSLProtocol use TLSv1.2 or higher- do not create sysconfig.d when already exists [bsc#1121086]- use secure http sites by default in configs - Switch to DEFAULT_SUSE Cipher suite- the "event" MPM is fully supported since 2.4 - configure an OCSP stapling cache by default (still requires enabling SSLUseStapling in vhost)- updated to 2.4.37 * mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. [Rainer Jung] * mod_ssl: Fix crash during SSL renegotiation with OptRenegotiate set, when client certificates are available from the original handshake but were originally not verified and should get verified now. This is a regression in 2.4.36 (unreleased). [Ruediger Pluem] * mod_ssl: Correctly merge configurations that have client certificates set by SSLProxyMachineCertificate{File|Path}. [Ruediger Pluem] - updated to 2.4.36 * mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified responses. Regression introduced in 2.4.35. * mod_proxy_scgi, mod_proxy_uwsgi: improve error handling when sending the body of the response. [Jim Jagielski] * mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). Addresses github issues https://github.com/icing/mod_h2/issues/164, https://github.com/icing/mod_h2/issues/167 and https://github.com/icing/mod_h2/issues/170. [Stefan Eissing] * ab: Add client certificate support. [Graham Leggett] * ab: Disable printing temp key for OpenSSL before version 1.0.2. SSL_get_server_tmp_key is not available there. [Rainer Jung] * mod_ssl: Fix a regression that the configuration settings for verify mode and verify depth were taken from the frontend connection in case of connections by the proxy to the backend. PR 62769. [Ruediger Pluem] * MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and before signals handling to avoid lifetime issues on restart or shutdown. PR 62658. [Yann Ylavic] * mod_ssl: Add support for OpenSSL 1.1.1 and TLSv1.3. TLSv1.3 has behavioural changes compared to v1.2 and earlier; client and configuration changes should be expected. SSLCipherSuite is enhanced for TLSv1.3 ciphers, but applies at vhost level only. [Stefan Eissing, Yann Ylavic, Ruediger Pluem, Joe Orton] * mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces should be accepted after the authorization scheme. \t are also tolerated. [Christophe Jaillet] * mod_proxy_hcheck: Fix issues with interval determination. PR 62318 [Jim Jagielski] * mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499 [Dominik Stillhard ] * mod_proxy_hcheck: take balancer's SSLProxy* directives into account. [Jim Jagielski] * mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses. This is done by deprecating the use of the 'client' field and using the new 'client64' field in worker_score. PR 54848 [Bernhard Schmidt , Jim Jagielski]- consider also patterns in APACHE_CONF_INCLUDE_DIRS as documentation says (patch Juergen Gleiss)- relink /usr/sbin/httpd after apache2-MPM uninstall [bsc#1107930c#1] - simplify find_mpm function from script-helpers - /usr/sbin/httpd is now created depending on preference hardcoded in find_mpm (script-helpers), not depending on alphabetical order of MPMs - simplify spec file a bit- updated to 2.4.35: * http: Enforce consistently no response body with both 204 and 304 statuses. * mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values. * mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes. * mod_status: Add cumulated response duration time in milliseconds. * mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers. * mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. * mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557. * Allow the argument to , , , , and to be quoted. This is primarily for the benefit of . * mod_watchdog: Correct some log messages. * mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. * mod_ssl: Fix merging of SSLOCSPOverrideResponder. * mod_proxy_balancer: Restore compatibility with APR 1.4.- updated to 2.4.34: * ) Introduce zh-cn and zh-tw (simplified and traditional Chinese) error document translations. [CodeingBoy, popcorner] * ) event: avoid possible race conditions with modules on the child pool. [Stefan Fritsch] * ) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or ProxyPassReverseCookiePath directive could fail to update correctly 'domain=' or 'path=' in the 'Set-Cookie' header. PR 61560. [Christophe Jaillet] * ) mod_ratelimit: fix behavior when proxing content. PR 62362. [Luca Toscano, Yann Ylavic] * ) core: Re-allow '_' (underscore) in hostnames. [Eric Covener] * ) mod_authz_core: If several parameters are used in a AuthzProviderAlias directive, if these parameters are not enclosed in quotation mark, only the first one is handled. The other ones are silently ignored. Add a message to warn about such a spurious configuration. PR 62469 [Hank Ibell , Christophe Jaillet] * ) mod_md: improvements and bugfixes - MDNotifyCmd now takes additional parameter that are passed on to the called command. - ACME challenges have better checks for interference with other modules - ACME challenges are only handled for domains managed by the module, allowing other ACME clients to operate for other domains in the server. - better libressl integration * ) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. PR 62480. [Lubos Uhliarik } * ) logging: Some early logging-related startup messages could be lost when using syslog for the global ErrorLog. [Eric Covener] * ) mod_cache: Handle case of an invalid Expires header value RFC compliant like the case of an Expires time in the past: allow to overwrite the non-caching decision using CacheStoreExpired and respect Cache-Control "max-age" and "s-maxage". [Rainer Jung] * ) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. [Micha Lenk , Yann Ylavic] * ) mod_proxy_http: Fix response header thrown away after the previous one was considered too large and truncated. PR 62196. [Yann Ylavic] * ) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family of functions to consume the end of line when the buffer is exhausted. PR 62198. [Yann Ylavic] * ) mod_proxy_http: Add new worker parameter 'responsefieldsize' to allow maximum HTTP response header size to be increased past 8192 bytes. PR 62199. [Hank Ibell ] * ) mod_ssl: Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certificate chain. PR62112. [Ricardo Martin Camarero ] * ) http: Fix small memory leak per request when handling persistent connections. [Ruediger Pluem, Joe Orton] * ) mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTMLURLMap. [Ewald Dieterich ] * ) mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. PR 62220. [Chritophe Jaillet, Yann Ylavic] * ) mod_remoteip: When overriding the useragent address from X-Forwarded-For, zero out what had been initialized as the connection-level port. PR59931. [Hank Ibell ] * ) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. [Yann Ylavic] * ) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are used as drop-in replacements for unusable workers in the same load balancer set. This differs from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim Riggs] * ) suexec: Add --enable-suexec-capabilites support on Linux, to use setuid/setgid capability bits rather than a setuid root binary. [Joe Orton] * ) suexec: Add support for logging to syslog as an alternative to logging to a file; use --without-suexec-logfile --with-suexec-syslog. [Joe Orton] * ) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling which broke some rare but previously-working configs. [Joe Orton] * ) core, log: improve sanity checks for the ErrorLog's syslog config, and explicitly allow only lowercase 'syslog' settings. PR 62102 [Luca Toscano, Jim Riggs, Christophe Jaillet] * ) mod_http2: accurate reporting of h2 data input/output per request via mod_logio. Fixes an issue where output sizes where counted n-times on reused slave connections. [Stefan Eissing] See github issue: https://github.com/icing/mod_h2/issues/158 * ) mod_http2: Fix unnecessary timeout waits in case streams are aborted. [Stefan Eissing] * ) mod_http2: restoring the v1.10.16 keepalive timeout behaviour of mod_http2. [Stefan Eissing] * ) mod_proxy: Do not restrict the maximum pool size for backend connections any longer by the maximum number of threads per process and use a better default if mod_http2 is loaded. [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Gregg Smith] * ) mod_slotmem_shm: Add generation number to shm filename to fix races with graceful restarts. PRs 62044 and 62308. [Jim Jagielski, Yann Ylavic] * ) core: Preserve the original HTTP request method in the '%] * ) mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2 requests. [Stefan Eissing] See also https://github.com/roadrunner2/mod-proxy-protocol/issues/6 * ) mod_ssl: Fix merging of proxy SSL context outside sections, regression introduced in 2.4.30. PR 62232. [Rainer Jung, Yann Ylavic] * ) mod_md: Fix compilation with OpenSSL before version 1.0.2. [Rainer Jung] * ) mod_dumpio: do nothing below log level TRACE7. [Yann Ylavic] * ) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard). [Eric Covener] * ) core: On ECBDIC platforms, some errors related to oversized headers may be misreported or be logged as ASCII escapes. PR 62200 [Hank Ibell ] * ) mod_ssl: Fix cmake-based build. PR 62266. [Rainer Jung] * ) core: Add , and conditional section containers. [Eric Covener, Joe Orton] * %check: do not load all modules, just use default loadmodule.conf; some modules require to load another ones in advance * %install: parallel install is broken- Updated description for SSLProtocol option. [bsc#1086854]- Updated description (PCI DSS) for SSLProtocol option. [bsc#1086854]- SSLProtocol TLSv1.2 [bsc#1086854]- updated to 2.4.33: * ) core: Fix request timeout logging and possible crash for error_log hooks. [Yann Ylavic] * ) mod_slomem_shm: Fix failure to create balancers's slotmems in Windows MPM, where children processes need to attach them instead since they are owned by the parent process already. [Yann Ylavic] * ) ab: try all destination socket addresses returned by apr_sockaddr_info_get instead of failing on first one when not available. Needed for instance if localhost resolves to both ::1 and 127.0.0.1 e.g. if both are in /etc/hosts. [Jan Kaluza] * ) ab: Use only one connection to determine working destination socket address. [Jan Kaluza] * ) ab: LibreSSL doesn't have or require Windows applink.c. [Gregg L. Smith] * ) htpasswd/htdigest: Disable support for bcrypt on EBCDIC platforms. apr-util's bcrypt implementation doesn't tolerate EBCDIC. [Eric Covener] * ) htpasswd/htdbm: report the right limit when get_password() overflows. [Yann Ylavic] * ) htpasswd: Don't fail in -v mode if password file is unwritable. PR 61631. [Joe Orton] * ) htpasswd: don't point to (unused) stack memory on output to make static analysers happy. PR 60634. [Yann Ylavic, reported by shqking and Zhenwei Zou] * ) mod_access_compat: Fail if a comment is found in an Allow or Deny directive. [Jan Kaluza] * ) mod_authz_host: Ignore comments after "Require host", logging a warning, or logging an error if the line is otherwise empty. [Jan Kaluza, Joe Orton] * ) rotatelogs: Fix expansion of %Z in localtime (-l) mode, and fix Y2K38 bug. [Joe Orton] * ) mod_ssl: Support SSL DN raw variable extraction without conversion to UTF-8, using _RAW suffix on variable names. [Joe Orton] * ) ab: Fix https:// connection failures (regression in 2.4.30); fix crash generating CSV output for large -n. [Joe Orton, Jan Kaluza] * ) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic] * ) mod_ldap: Avoid possible crashes, hangs, and busy loops due to improper merging of the cache lock in vhost config. PR 43164 [Eric Covener] * ) mpm_event: Do lingering close in worker(s). [Yann Ylavic] * ) mpm_queue: Put fdqueue code in common for MPMs event and worker. [Yann Ylavic] * ) mod_session: Strip Session header when SessionEnv is on. [Yann Ylavic] * ) mod_cache_socache: Fix caching of empty headers up to carriage return. [Yann Ylavic] * ) core: For consistency, ensure that read lines are NUL terminated on any error, not only on buffer full. [Yann Ylavic] * ) mod_authnz_ldap: Fix language long names detection as short name. [Yann Ylavic] * ) mod_proxy: Worker schemes and hostnames which are too large are no longer fatal errors; it is logged and the truncated values are stored. [Jim Jagielski] * ) regex: Allow to configure global/default options for regexes, like caseless matching or extended format. [Yann Ylavic] * ) mod_auth_digest: Actually use the secret when generating nonces. This change may cause problems if used with round robin load balancers. PR 54637 [Stefan Fritsch] * ) mod_proxy: Allow setting options to globally defined balancer from ProxyPass used in VirtualHost. Balancers are now merged using the new merge_balancers method which merges the balancers options. [Jan Kaluza] * ) logresolve: Fix incorrect behavior or segfault if -c flag is used Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259 [Stefan Fritsch] * ) mod_remoteip: Add support for PROXY protocol (code donated by Cloudzilla). Add ability for PROXY protocol processing to be optional to donated code. See also: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt [Cloudzilla/roadrunner2@GitHub, Jim Jagielski, Daniel Ruggeri] * ) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, allowing per backend TLS configuration. [Yann Ylavic] * ) mod_proxy_uwsgi: Add in UWSGI proxy (sub)module. [Roberto De Ioris, Jim Jagielski] * ) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not depend on the number of restarts (non-Unix systems) and preserve shared names as much as possible on configuration changes for SHMs and persisted files. PR 62044. [Yann Ylavic, Jim Jagielski] * ) mod_http2: obsolete code removed, no more events on beam pool destruction, discourage content encoders on http2-status response (where they do not work). [Stefan Eissing] * ) mpm_event: Let the listener thread do its maintenance job on resources shortage. PR 61979. [Yann Ylavic] * ) mpm_event: Wakeup the listener to re-enable listening sockets. [Yann Ylavic] * ) mod_ssl: The SSLCompression directive will now give an error if used with an OpenSSL build which does not support any compression methods. [Joe Orton] * ) mpm_event,worker: Mask signals for threads created by modules in child init, so that they don't receive (implicitely) the ones meant for the MPM. PR 62009. [Armin Abfalterer , Yann Ylavic] * ) mod_md: new experimental, module for managing domains across virtual hosts, implementing the Let's Encrypt ACMEv1 protocol to signup and renew certificates. Please read the modules documentation for further instructions on how to use it. [Stefan Eissing] * ) mod_proxy_html: skip documents shorter than 4 bytes PR 56286 [Micha Lenk ] * ) core, mpm_event: Avoid a small memory leak of the scoreboard handle, for the lifetime of the connection, each time it is processed by MPM event. [Yann Ylavic] * ) mpm_event: Update scoreboard status for KeepAlive state. [Yann Ylavic] * ) mod_ldap: Fix a case where a full LDAP cache would continually fail to purge old entries and log AH01323. PR61891. [Hendrik Harms ] * ) mpm_event: close connections not reported as handled by any module to avoid losing track of them and leaking scoreboard entries. PR 61551. [Yann Ylavic] * ) core: A signal received while stopping could have crashed the main process. PR 61558. [Yann Ylavic] * ) mod_ssl: support for mod_md added. [Stefan Eissing] * ) mod_proxy_html: process parsed comments immediately. Fixes bug (seen in the wild when used with IBM's HTTPD bundle) where parsed comments may be lost. [Nick Kew] * ) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew] * ) mod_proxy_html: fix typo-bug processing "strict" vs "transitional" HTML/XHTML. PR 56457 [Nick Kew] * ) mpm_event: avoid a very unlikely race condition between the listener and the workers when the latter fails to add a connection to the pollset. [Yann Ylavic] * ) core: silently ignore a not existent file path when IncludeOptional is used. PR 57585. [Alberto Murillo Silva , Luca Toscano] * ) mod_macro: fix usability of globally defined macros in .htaccess files. PR 57525. [Jose Kahan , Yann Ylavic] * ) mod_rewrite, core: add the Vary header when a condition evaluates to true and the related RewriteRule is used in a Directory context (triggering an internal redirect). [Luca Toscano] * ) ab: Make the TLS layer aware that the underlying socket is nonblocking, and use/handle POLLOUT where needed to avoid busy IOs and recover write errors when appropriate. [Yann Ylavic] * ) ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous read was incomplete (the SSL case can cause the next poll() to timeout since data are buffered already). PR 61301 [Luca Toscano, Yann Ylavic] * ) mod_http2: avoid unnecessary data retrieval for a trace log. Allow certain information retrievals on null bucket beams where it makes sense. [Stefan Eissing]- Replace SuSEFirewall2 by firewalld II (fate#323460) [bsc#1083492]- build mod_http2 also for 42.3- remove NameVirtualHost from documentation [bsc#1078557]- for older distros, still use SuSEFirewall2 [bsc#1071548c#7]- Replace SuSEFirewall2 by firewalld (fate#323460)- build brotli module- Do not requires w3m, only recommends it.- do not build with nghttp2 for SLE-12-SP3- which was split after SLE11- Add which and w3m as dependencies. poo#28406- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- APACHE_MODULES now contains authn_core in default configuration [bsc#1066661]- updated to 2.4.29: * ) mod_unique_id: Use output of the PRNG rather than IP address and pid, avoiding sleep() call and possible DNS issues at startup, plus improving randomness for IPv6-only hosts. [Jan Kaluza] * ) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is used in a condition that evaluates to true. PR 58231 [Luca Toscano] * ) mod_http2: v0.10.12, removed optimization for mutex handling in bucket beams that could lead to assertion failure in edge cases. [Stefan Eissing] * ) mod_proxy: Fix regression for non decimal loadfactor parameter introduced in 2.4.28. [Jim Jagielski] * ) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set. PR 61546. [Lubos Uhliarik ] * ) mod_rewrite: Add support for starting External Rewriting Programs as non-root user on UNIX systems by specifying username and group name as third argument of RewriteMap directive. [Jan Kaluza] * ) core: Rewrite the Content-Length filter to avoid excessive memory consumption. Chunked responses will be generated in more cases than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem] * ) mod_ssl: Fix SessionTicket callback return value, which does seem to matter with OpenSSL 1.1. [Yann Ylavic]- gensslcert: * set also SAN [bsc#1045159] * drop -C argument, it was not mapped to CN actually * consider also case when hostname does return empty string or does not exist [bsc#1057406] * do not consider environment ROOT variable- updated to 2.4.28: * ) SECURITY: CVE-2017-9798 (cve.mitre.org) Corrupted or freed memory access. must now be used in the main configuration file (httpd.conf) to register HTTP methods before the .htaccess files. [Yann Ylavic] * ) event: Avoid possible blocking in the listener thread when shutting down connections. PR 60956. [Yann Ylavic] * ) mod_speling: Don't embed referer data in a link in error page. PR 38923 [Nick Kew] * ) htdigest: prevent a buffer overflow when a string exceeds the allowed max length in a password file. [Luca Toscano, Hanno Böck ] * ) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). [Jim Jagielski] * ) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically. PR 61142. * ) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] * ) mod_http2: Fix for stalling when more than 32KB are written to a suspended stream. [Stefan Eissing] * ) build: allow configuration without APR sources. [Jacob Champion] * ) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184. [Bernard Spil , Michael Schlenker , Yann Ylavic] * ) core/log: Support use of optional "tag" in syslog entries. PR 60525. [Ben Rubson , Jim Jagielski] * ) mod_proxy: Fix ProxyAddHeaders merging. [Joe Orton] * ) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. [Yann Ylavic] * ) event: Avoid listener periodic wake ups by using the pollset wake-ability when available. PR 57399. [Yann Ylavic, Luca Toscano] * ) mod_proxy_wstunnel: Fix detection of unresponded request which could have led to spurious HTTP 502 error messages sent on upgrade connections. PR 61283. [Yann Ylavic]- suexec binary moved to main package [bsc#1054741]- do not call and do not ship apache-22-24-upgrade [bsc#1042037]- make the package runable on non systemd systems + deprecated-scripts-arch.patch- updated to 2.4.27: * ) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table' global variable when using Lua 5.2 or later. This was exported as a side effect from luaL_register, which is no longer supported as of Lua 5.2 which deprecates pollution of the global namespace. [Rainer Jung] * ) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork. The server will continue to run, but HTTP/2 will no longer be negotiated. [Stefan Eissing] * ) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202. [Jacob Champion, Jim Jagielski] * ) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3. PR58188, PR60831, PR61245. [Rainer Jung] * ) mod_http2: Simplify ready queue, less memory and better performance. Update mod_http2 version to 1.10.7. [Stefan Eissing] * ) Allow single-char field names inadvertantly disallowed in 2.4.25. PR 61220. [Yann Ylavic] * ) htpasswd / htdigest: Do not apply the strict permissions of the temporary passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem] * ) core: Avoid duplicate HEAD in Allow header. This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26. PR 61207. [Christophe Jaillet] - drop upstreamed patch: * httpd-2.4.12-lua-5.2.patch (see upstream's PR#58188 for details)- Adjust dependencies for rename apr/apr-util packages- remove /usr/bin/http2 symlink only during apache2 package uninstall, not upgrade [bsc#1041830]- updated to 2.4.26: This release of Apache is a security, feature, and bug fix release. For details, see http://httpd.apache.org/dev/dist/CHANGES_2.4.26 - refreshed patches: . httpd-2.4.12-lua-5.2.patch . httpd-2.4.x-fate317766-config-control-two-protocol-options.diff - removed patches (upstreamed) . httpd-cache-forward-http-proxy.patch . httpd-cache-revert-svn1773397.patch- server-tunning.conf: MaxClients was renamed to MaxRequestWorkers [bsc#1037731] - gensslcert: use hostname when fqdn is too long [bsc#1035829]- remove apache-doc and apache-example-pages obsoletes/provides- PreRequire user wwwrun and group www- start_apache2: include individual sysconfig.d files instead of sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf is processed [bsc#1023616]- revert an attempt to fix PR 60458 + httpd-cache-revert-svn1773397.patch- fix caching of forward proxy + httpd-cache-forward-http-proxy.patch- Don't require insserv if we don't need it.- Added new HTTP2 option to sysconfig to ease enabling http2 - Added new protocols.conf which is included globally - Enable http2 also for Leap 42.2+ and SLE12_SP2+- update to 2.4.25: fixed several security issues (CVE-2016-8740, CVE-2016-5387, CVE-2016-2161, CVE-2016-0736, CVE-2016-8743), many fixes and improvements of mod_http2 and other modules; see CHANGES for full change log - verify tarball: added httpd*.bz2.asc, apache2.keyring and remove 60C5442D.key- fix build with new systemd + amended httpd-2.4.3-mod_systemd.patch- Replace mixed indentation with predominant style.- add NotifyAccess=all to service file [bsc#980663]- Remove the omc xml config. It is useless nowdays- readd the support of multiple entries in APACHE_ACCESS_LOG [bsc#991032]- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff Introduces directives to control two protocol options: * HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD * HttpExpectStrict - allow admin to control whether we must see "100-continue" [bsc#894225], [fate#317766]- version 2.4.23 * Fixes CVE-2016-4979 [bsc#987365] * mod_proxy_hcheck was missing due to upstream bug. * mod_proxy_fdpass needs explicit configure line now. * Full list of changes: http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) is enough and replaces all libsystemd-* libs which are obsolete.- remove Alias= from [Install] of the template service [bsc#981541c#10]- remove unneded httpd-2.4.17-debug-crash.patch- start apache services after remote-fs [bsc#978543]- removed note about ulimits in sysconfig file [bsc#976711]- do not build mod_http2 for 13.2- Update to version 2.4.20 (2.4.19 was never released) * Drop httpd-2.4.18-missing-semicolon.patch now upstream - Big changelog available, see: http://www.apache.org/dist/httpd/CHANGES_2.4.20 for details.- enable authnz_fcgi module- fix build for SLE_11_SP4: + httpd-2.4.18-missing-semicolon.patch- Update to version 2.4.18 * drop 2.4.17-protocols.patch in upstream. - Change list too long to mention here see: http://www.apache.org/dist/httpd/CHANGES_2.4.18 for details.- systemd: Set TasksMax=infinity for current systemd releases. The default limit of 512 is too small and prevents the creation of new server processes. Apache has its own runtime/harcoded limits.- fix crash when for -X + httpd-2.4.17-debug-crash.patch- add a note: FollowSymLinks or SymLinksIfOwnerMatch is neccessary for RewriteRule in given dir [bnc#955701]- restart apache once after the rpm or zypper transaction [bnc#893659] - drop some old compat code from %post- 2.4.17-protocols.patch from upstream http2 module: * master conn_rec* addition to conn_rec * improved ALPN and Upgrade handling * allowing requests for servers whose TLS configuration is compatible to the SNI server ones * disabling TLS renegotiation for slave connections- LogLevel directive into correct config file, thanks Michael Calmer for the fix [bsc#953329]- do not build mod_http2 for older distros than 13.2 for now (nghttp2 does not build there)- Include directives really into /etc/apache2/sysconfig.d/include.conf, fix from Erik Wegner [bsc#951901]- gensslcert: CN now defaults to `hostname -f` [bnc#949766] (internal), fix help [bnc#949771] (internal)- Update to 2.4.17 - Enable mod_http2/ BuildRequire nghttp2 - MPMs: Support SO_REUSEPORT to create multiple duplicated listener records for scalability - mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3 - For more changes see: http://www.apache.org/dist/httpd/CHANGES_2.4.17- start_apache2: reintroduce sysconfig.d, include it on command line (not in httpd.conf) instead of individual directives [bnc#949434] (internal), [bnc#941331]- Fixup libdir in installed files- fix Logjam vulnerability: change SSLCipherSuite cipherstring to disable export cipher suites and deploy Ephemeral Elliptic-Curve Diffie-Hellman (ECDHE) ciphers. Adjust 'gensslcert' script to generate a strong and unique Diffie Hellman Group and append it to the server certificate file [bnc#931723], [CVE-2015-4000]- add reference upstream bug#58188 along httpd-2.4.12-lua-5.2.patch- update to 2.4.16 * changes http://www.apache.org/dist/httpd/CHANGES_2.4.16 * remove the following patches (fixed in 2.4.16) * httpd-2.4.x-mod_lua_websocket_DoS.patch * httpd-2.4.12-CVE-2015-0253.patch * update httpd-2.4.12-lua-5.2.patch- add patch: httpd-2.4.12-lua-5.2.patch * lua_dump introduced a new strip option in 5.3, set it to 0 to get the old behavior * luaL_register was deprecated in 5.2, use luaL_setfuncs and luaL_newlib instead * luaL_optint was deprecated in 5.3, use luaL_optinteger instead * lua_strlen and lua_objlen wad deprecated in 5.2, use lua_rawlen instead- change Provides: from suse_maintenance_mmn = # to suse_maintenance_mmn_#- apache2 Suggests:, not Recommends: apache2-prefork; that means for example, that `zypper in apache2-worker` will not pull apache2-prefork also - installing /usr/sbin/httpd link: * do not try to install it in '%post ' when apache2 (which includes /usr/share/apache2/script-helpers) is not installed yet (fixes installation on 11sp3) * install it in '%post' if apache2 is installed after apache2- to be sure it is there- access_compat shared also for 11sp3- apache2-implicit-pointer-decl.patch renamed to httpd-implicit-pointer-decl.patch to align with other patches names- apachectl is now wrapper to start_apache2; therefore, it honors HTTPD_INSTANCE variable, see README-instances.txt for details + httpd-apachectl.patch - httpd-2.4.10-apachectl.patch- a2enmod/a2dismod and a2enflag/a2disflag now respect HTTPD_INSTANCE= environment variable, which can be used to specify apache instance name; sysconfig file is expected at /etc/sysconfig/apache2@ (see README-instances.txt for details)- provides suse_maintenance_mmn symbol [bnc#915666] (internal)- credits to Roman Drahtmueller: * add reference to /etc/permissions.local to output of %post if setting the permissions of suexec2 fails * do not enable mod_php5 by default any longer * httpd-2.0.49-log_server_status.dif obsoleted * apache2-mod_ssl_npn.patch removed because not used * include mod_reqtimeout.conf in httpd.conf * added cgid-timeout.conf, include it in httpd.conf - fix default value APACHE_MODULES in sysconfig file - %service_* macros for apache2@.service- reenable 690734.patch, it should be upstreamed by the author (Adrian Schroeter) though + httpd-2.4.9-bnc690734.patch - httpd-2.2.x-bnc690734.patch- drop startssl from start_apache2- allow to run multiple instances of Apache on one system [fate#317786] (internal) * distributed httpd.conf no longer includes sysconfig.d, nor this directory is shipped. httpd.conf includes loadmodule.conf and global.conf which are former sysconfig.d/loadmodule.conf and sysconfig.d/global.conf for default /etc/sysconfig/apache2 global.conf and loadmodule.conf are not included when sysconfig variables could have been read by start_apache2 startup script (run with systemd services). Therefore, when starting server via /usr/sbin/httpd, sysconfig variables are not taken into account. * some not-maintained scripts are moved from /usr/share/apache2 to /usr/share/apache2/deprecated-scripts * all modules comment in sysconfig file is not generated anymore * added README-instances.txt * removed Sources: load_configuration find_mpm get_module_list get_includes find_httpd_includes apache-find-directives * added Sources: deprecated-scripts.tar.xz apache2-README-instances.txt apache2-loadmodule.conf apache2-global.conf apache2-find-directives apache2@.service apache2-script-helpers- add SSLHonorCipherOrder directive to apache2-ssl-global.conf - adopt SSLCipherSuite directive value from SLE12 - remove default-vhost-ssl.conf and default-vhost.conf from /etc/apache2. These two files are not (!) read by the configuration framework, but are named *.conf, which is misleading. The files are almost identical with the vhost templates in /etc/apache2/vhosts.d/. The two templates there do it right because they are not named *.conf and are not sourced either. apache's response with no explicit (eg. default, vanilla) configuration is contained in /etc/apache2/default-server.conf. * remove apache2-README.default-vhost as there are no default-vhost* files anymore.- apache2.service: We have to use KillMode=mixed for the graceful stop, restart to work properly.- dropped 2.0 -> 2.2 modules transition during upgrade * apache-20-22-upgrade renamed to apache-22-24-upgrade - apache-*-upgrade script is called in %posttrans now [bnc#927223]- fix find_mpm to echo mpm binary- apache2.service: Only order us after network.target and nss-lookup.target but not pull the units in. - apache2.service: SSL requires correct system time to work properly, order after time-sync.target- align filenames with upstream names (and add compat symlinks) - find_httpd2_includes renamed to find_httpd_includes- access_compat now built as shared and disabled by default - amend config to use also old syntax when access_compat is loaded - added apache2-README-access_compat.txt - added apache-find-directive script - see [bnc#896083] and its duplicates- add httpd-2.4.12-CVE-2015-0253.patch to fix SECURITY: CVE-2015-0253 (cve.mitre.org) core: Fix a crash introduced in with ErrorDocument 400 pointing to a local URL-path with the INCLUDES filter active, introduced in 2.4.11. PR 57531. [Yann Ylavic]- simplify apache2.logrotate, use sharedscripts [bnc#713581]- remove curly brackets around format sequence "%y" in `stat --format="%{y}" %{SOURCE1}` that caused an incorrect evaluation. Add escaping to proper spec-cleaner processing in the future- remove 'exit 0' from the %post section in the specfile that was placed here incorrectly and caused that the rest of the %post section couldn't be executed.- /etc/init.d/apache2 reload -> systemctl reload apache2.service in apache2.logrotate [bnc#926523]- authz_default -> authz_core in sysconfig.apache2/APACHE_MODULES [bnc#922236]- Add Requires(post) apache2 to the subpackage -worker, -event and - prefork: their respective post scriptlets execute /usr/share/apache2/get_module_list, which is shipped as part of the main package. This script has the side-effect to call find_mpm, which in turn creates the corresponding /usr/sbin/httpd2 symlink.- Patched get_module_list to ensure proper SELinux context for sysconfig.d/loadmodule.conf- Pname -> name variable reduction - Try to fix sle11 build- Version bumpt o 2.4.12: * ) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for internationalization. [William Rowe] * ) mpm_winnt: Normalize the error and status messages emitted by service.c, the service control interface for Windows. [William Rowe] * ) configure: Fix --enable-v4-mapped configuration on *BSD. PR 53824. [ olli hauer , Yann Ylavic ]- Exit cleanly on end of the post and cleanup the update detection - Remove Apache.xpm as it ain't used- Cleanup init/unit decision making and provide just systemd service on systemd systems- Deprecate realver define as it is equal to version. - Explicitely state MPM mods to ensure we don't lose some bnc#444878- Pass over spec-cleaner, there should be no actual technical change in this just reduction of lines in the spec- add httpd-2.4.x-mod_lua_websocket_DoS.patch to fix mod_lua bug where a maliciously crafted websockets PING after a script calls r:wsupgrade() can cause a child process crash [CVE-2015-0228], [bnc#918352].- httpd2.pid in rc.apache2 was wrong [bnc#898193]- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon with pkg-config, this is the only correct way, in current versions sd_notify is in libsystemd and in old products in libsystemd-daemon.- remove obsolete patches * httpd-2.4.10-check_null_pointer_dereference.patch * httpd-event-deadlock.patch * httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch * httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch- Apache 2.4.11 * ) SECURITY: CVE-2014-3583 (cve.mitre.org) mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. [Yann Ylavic, Jeff Trawick] * ) SECURITY: CVE-2014-3581 (cve.mitre.org) mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. [Mark Montague , Jan Kaluza] * ) SECURITY: CVE-2014-8109 (cve.mitre.org) mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. PR57204 [Edward Lu ] * ) SECURITY: CVE-2013-5704 (cve.mitre.org) core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener] * ) mod_ssl: New directive SSLSessionTickets (On|Off). The directive controls the use of TLS session tickets (RFC 5077), default value is "On" (unchanged behavior). Session ticket creation uses a random key created during web server startup and recreated during restarts. No other key recreation mechanism is available currently. Therefore using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. [Rainer Jung] * ) mod_proxy_fcgi: Provide some basic alternate options for specifying how PATH_INFO is passed to FastCGI backends by adding significance to the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener] * ) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule to opt-in to connection reuse and other Proxy options via explicitly declared "proxy workers" (] * ) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME passed to fastcgi backends. [Eric Covener] * ) core: Configuration files with long lines and continuation characters are not read properly. PR 55910. [Manuel Mausz ] * ) mod_include: the 'env' function was incorrectly handled as 'getenv' if the leading 'e' was written in upper case in statements. [Christophe Jaillet] * ) split-logfile: Fix perl error: 'Can't use string ("example.org:80") as a symbol ref while "strict refs"'. PR 56329. [Holger Mauermann ] * ) mod_proxy: Prevent ProxyPassReverse from doing a substitution when the URL parameter interpolates to an empty string. PR 56603. [] * ) core: Fix -D[efined] or [d] variables lifetime accross restarts. PR 57328. [Armin Abfalterer , Yann Ylavic]. * ) mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387. [Yann Ylavic] * ) mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads (level TRACE4). [Yann Ylavic] * ) mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198. [Jan Kaluza] * ) mod_ssl: Do not crash when looking up SSL related variables during expression evaluation on non SSL connections. PR 57070 [Ruediger Pluem] * ) mod_proxy_ajp: Fix handling of the default port (8009) in the ProxyPass and configurations. PR 57259. [Yann Ylavic] * ) mpm_event: Avoid a possible use after free when notifying the end of connection during lingering close. PR 57268. [Eric Covener, Yann Ylavic] * ) mod_ssl: Fix recognition of OCSP stapling responses that are encoded improperly or too large. [Jeff Trawick] * ) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. [Jeff Trawick] * ) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error when parsing or forwarding the response fails. [Yann Ylavic] * ) mod_ssl: Fix a memory leak in case of graceful restarts with OpenSSL >= 0.9.8e PR 53435 [tadanori , Sebastian Wiedenroth ] * ) mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read determine whether it is a normal close or a real error. PR 57168. [Yann Ylavic] * ) mod_proxy_wstunnel: abort backend connection on polling error to avoid further processing. [Yann Ylavic] * ) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. PR 57167 [Edward Lu ] * ) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC systems. PR 57092 [Edward Lu ] * ) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752 CacheLock error occurs during cache revalidation. [Eric Covener] * ) mod_ssl: Move OCSP stapling information from a per-certificate store to a per-server hash. PR 54357, PR 56919. [Alex Bligh , Yann Ylavic, Kaspar Brand] * ) mod_cache_socache: Change average object size hint from 32 bytes to 2048 bytes. [Rainer Jung] * ) mod_cache_socache: Add cache status to server-status. [Rainer Jung] * ) event: Fix worker-listener deadlock in graceful restart. PR 56960. * ) Concat strings at compile time when possible. PR 53741. * ) mod_substitute: Restrict configuration in .htaccess to FileInfo as documented. [Rainer Jung] * ) mod_substitute: Make maximum line length configurable. [Rainer Jung] * ) mod_substitute: Fix line length limitation in case of regexp plus flatten. [Rainer Jung] * ) mod_proxy: Truncated character worker names are no longer fatal errors. PR53218. [Jim Jagielski] * ) mod_dav: Set r->status_line in dav_error_response. PR 55426. * ) mod_proxy_http, mod_cache: Avoid (unlikely) accesses to freed memory. [Yann Ylavic, Christophe Jaillet] * ) http_protocol: fix logic in ap_method_list_(add|remove) in order: - to correctly reset bits - not to modify the 'method_mask' bitfield unnecessarily [Christophe Jaillet] * ) mod_slotmem_shm: Increase log level for some originally debug messages. [Jim Jagielski] * ) mod_ldap: In 2.4.10, some LDAP searches or comparisons might be done with the wrong credentials when a backend connection is reused. [Eric Covener] * ) mod_macro: Add missing APLOGNO for some Warning log messages. [Christophe Jaillet] * ) mod_cache: Avoid sending 304 responses during failed revalidations PR56881. [Eric Covener] * ) mod_status: Honor client IP address using mod_remoteip. PR 55886. [Jim Jagielski] * ) cmake-based build for Windows: Fix incompatibility with cmake 2.8.12 and later. PR 56615. [Chuck Liu , Jeff Trawick] * ) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade failed) messages from ERROR to TRACE1. Other filters do not bother re-reporting failures from lower level filters. PR56832. [Eric Covener] * ) core: Avoid useless warning message when parsing a section guarded by if $(foo) is used within the section. PR 56503 [Christophe Jaillet] * ) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the application. PR 56858. [Manuel Mausz ] * ) mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" hang until proxy timeout. PR53420 [Rainer Jung] * ) mod_log_config: Allow three character log formats to be registered. For backwards compatibility, the first character of a three-character format must be the '^' (caret) character. [Eric Covener] * ) mod_lua: Don't quote Expires and Path values. PR 56734. [Keith Mashinter, ] * ) mod_authz_core: Allow 'es to be seen from auth stanzas under virtual hosts. PR 56870. [Eric Covener]- Redone lost patch to fix boo#859439 + service reload can cause log data to be lost with logrotate under some circumstances: remove "-t" from service reload. [bnc#859439]- Fix URL syntax in various files- fix IfModule directive around SSLSessionCache [bnc#842377c#11]- added httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch to fix flaw in the way mod_headers handled chunked requests. Adds "MergeTrailers" directive to restore legacy behavior [bnc#871310], [CVE-2013-5704].- added httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch that fixes handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments [bnc#909715], [CVE-2014-8109].- fixed start at boot for ssl and encrypted key [bnc#792309]- fix shebang in start_apache2 script that contains bash-specific constructions- small improvement of ssl instructions [bnc#891813]- fix bashisms in post scripts- added httpd-2.4.10-check_null_pointer_dereference.patch to avoid a crash when Content-Type has an empty value [bnc#899836], CVE-2014-3581- httpd-event-deadlock.patch: Fix worker-listener deadlock in graceful restart.- httpd-2.1.9-apachectl.dif renamed to httpd-2.4.10-apachectl.patch and updated (fixed bashism).- drop (turned off) itk mpm spec file code as mpm-itk is now provided as a separate module, not via patch (see http://mpm-itk.sesse.net/ and [bnc#851229])- enable mod_imagemap [bnc#866366]/bin/bash/bin/bashibs-arm-3 1655192765  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy2.4.51-150200.3.48.12.4.51-150200.3.48.1apache2-eventmod_access_compat.somod_actions.somod_alias.somod_allowmethods.somod_asis.somod_auth_basic.somod_auth_digest.somod_auth_form.somod_authn_anon.somod_authn_core.somod_authn_dbd.somod_authn_dbm.somod_authn_file.somod_authn_socache.somod_authnz_fcgi.somod_authnz_ldap.somod_authz_core.somod_authz_dbd.somod_authz_dbm.somod_authz_groupfile.somod_authz_host.somod_authz_owner.somod_authz_user.somod_autoindex.somod_brotli.somod_bucketeer.somod_buffer.somod_cache.somod_cache_disk.somod_cache_socache.somod_case_filter.somod_case_filter_in.somod_cgid.somod_charset_lite.somod_data.somod_dav.somod_dav_fs.somod_dav_lock.somod_dbd.somod_deflate.somod_dialup.somod_dir.somod_dumpio.somod_echo.somod_env.somod_expires.somod_ext_filter.somod_file_cache.somod_filter.somod_headers.somod_heartmonitor.somod_http2.somod_imagemap.somod_include.somod_info.somod_lbmethod_bybusyness.somod_lbmethod_byrequests.somod_lbmethod_bytraffic.somod_lbmethod_heartbeat.somod_ldap.somod_log_config.somod_log_debug.somod_log_forensic.somod_logio.somod_lua.somod_macro.somod_mime.somod_mime_magic.somod_negotiation.somod_optional_fn_export.somod_optional_fn_import.somod_optional_hook_export.somod_optional_hook_import.somod_proxy.somod_proxy_ajp.somod_proxy_balancer.somod_proxy_connect.somod_proxy_express.somod_proxy_fcgi.somod_proxy_fdpass.somod_proxy_ftp.somod_proxy_hcheck.somod_proxy_html.somod_proxy_http.somod_proxy_http2.somod_proxy_scgi.somod_proxy_uwsgi.somod_proxy_wstunnel.somod_ratelimit.somod_reflector.somod_remoteip.somod_reqtimeout.somod_request.somod_rewrite.somod_sed.somod_session.somod_session_cookie.somod_session_crypto.somod_session_dbd.somod_setenvif.somod_slotmem_plain.somod_slotmem_shm.somod_socache_dbm.somod_socache_memcache.somod_socache_redis.somod_socache_shmcb.somod_speling.somod_ssl.somod_status.somod_substitute.somod_suexec.somod_unique_id.somod_userdir.somod_usertrack.somod_version.somod_vhost_alias.somod_watchdog.somod_xml2enc.sohttpd-eventhttpd2-event/usr/lib64//usr/lib64/apache2-event//usr/sbin/-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:Maintenance:24654/SUSE_SLE-15-SP2_Update/e90007b28666ae0319a1f1125ac1526e-apache2.SUSE_SLE-15-SP2_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a7871fb8e78356d9ed09ff270a8b31dd90e60db, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ff814b4bb217ffcfa8bfe697c39852ac96afc6fc, for GNU/Linux 3.7.0, stripped RR R R R RRR RR R RRRR R RrX цAdROa if [ -x /usr/bin/systemctl ]; then if [ -e /var/run/httpd.restart.flag ]; then /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : /usr/bin/systemctl restart apache2.target > /dev/null 2>&1 || : echo 'Restarting apache (all instances)' # all instances was restarted, removing all flags rm /var/run/httpd.restart.flag* else /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : for flag in /var/run/httpd.restart.flag@*; do if [ ! -e $flag ]; then # %{apache_restart_flag}@* have not matched anything break fi instance_name=$(cat $flag) if [ -z "$instance_name" ]; then instance_suffix="" else instance_suffix="@$instance_name" fi echo "Restarting apache ($instance_name instance)" /usr/bin/systemctl restart apache2${instance_suffix}.service > /dev/null 2>&1 || : rm /var/run/httpd.restart.flag@$instance_name done fi fi exit 0/bin/shutf-8daf05b5111043222209da30dde6f4da2197226d1de484809bee1cc220c31232d?7zXZ !t/] crt:bLL Aynhh-rfPV9w;yйrdU,Nĸj2?iehY+y2[z,y r\PيЭ d'$]J5GڡS㧸w#)@Sކ D)pb9x_cu9gim?eLFM;"S NmlP6W!wi2aRy> /;6[307L7UKCsqp)5NօwT kG s6/`g.mV%ف7yM8׶la *4mV K´VJA:K9Uek#4 CK pّ?K#Fb3́/G≮b V .[X6p5c]Dgg}Nհ<\YٮKR/9vр`A^ǯ&Ut T',/9вwg_*O% 1渔b6#逞϶T?r4ђlr-TKg)KςU`Dga_ל,zp5 ױe 6d${Sq iXxwOyFH0D] 9qKqeұ~ear{()_JS~WC|I>DBRād4>j3k&`m<n|ji Zҽ0IlKE~ C|RH Ub5= _xPB-2`b$>ݨ)hb!)o1,|n͂U*߹@%z:\o!C.o|u_ ` D؜ђqIg%u`P%șѼe 2 '\7~8 S⿣j]uQ0dm + Is*̼;T%VŽ%<UJ>w{C1)# l`?fbP'Qe ڏ+d E*1 m/ O+f&: ̜U4 ! :kOSqZ8Ip\H_A#yu<%eAE29?f[܄ y A2ΆZ1y*QT‹UMOf^_nG-̢/9 H _M=4G}uHpf^ǧ)t\2(;iqyJ{,71DuF| %}Ef}YĔ$zZ 4Y@]]*A/h:欣_8@=k-rc:Roo/'8XvpXvI46.\NpYOk4 .GC(/ Gm4 ]Scl5M]ϿK5dQ^}-%PJ5UwF l B6\Й R4& 蟦Yu2d?x4)}(;dʌ )Vatn@˛Dއ W{?n9͘h՞Bf׆n뼀}Ig kz tz"Xe+(t}r6Ac(XQ0" :K̑v%VüT+lSWͯr4$ ֲH!R%j/% zfI74lMVn*gͺ +{gm2b0Gde78l}G'El)$B12ŌD'Vsg3G7j%x:YaLӖ$UuLYeu&p'`mα]zҮ>H;N HKfSi}Ro Ȫbj:2QCK)OKWɈk, >X'^p/SA ,"@]b:q]akyxb`֭o  =ҟ`Ԝ*ş#H?)vQ>Mf|h3/%:0&RN`5xcQX,n+} (ҵ* wZi-ǯywBrub|'a*!7E-ͺ}SF#`k^̜ 2eq;mr-105R>z[l!J@TEc|czJ-|JyB2'p&vpPX[~~s6j >=N:U/GXCZ,ɻG[^}M+I-0GYzC3 ng>`bquNu@neU`*v k(9YW8%Brm ŠL؀k9n#OWХ.H1-%g iҰ a Nȹ Fp@5h!|0\- L9-|@u&P(pky/y|ޙK ע0aR7k?UԛOW๧ $Qؒf+ۼddB76J KE8seXՐ&siq({3,- k {ѡUo+3jz KCFBԍ*"5]A?5HB( a^%$ [?V5ʴc澿:ﴽxkwiIeC5I1Q#'/5]W‰0rD H˛CaoϵJjp(wnm-Lܾޣ-GjW`_$Z8rfxNh,MouS)ΐ0N,75C-ս%͒Ĺo٫[S3 dW#dS=9z_;l[Klg Bd,J?/TOǁL&ou _0@XsGֳǭ}:HȰV =~)G\g{Br׫qYG; kԄ,7iuˁ ~'Fhyi"D`جK+LbYA B7cz~/xyX`q|Vbz9(s0u^U*n֊5qԁB"d;KxsSIλCEBv9QZe.G0)"?']Y8݋5G`Kcޣo 8@ζ]N7Z'%o!ֵRb7Ԥ_~mҽam)}79qJGv8e-iXt4:2wf!.BB}?DCu/:uO LFVy}M̀a< #˂ }T[j[Fn,nO6e8}AuV[ȤxzyL'N1Ig373ٜWIE늚Kv lpt?d[ۉ(*}"޶+jcZL$Xi?:$+;@͏:05jLTP'Sq|mgQcWêcrn33#Ԧ'sBXƭHZmubg 4,wDkKyj؄~]q HPB=  P#&~"jK)PbjKHG4o-)MMv!(b|ҠFZ59D_bGX3u Jim=6Z=D_ݚ>0" ':6Yt Hoў=rskm2 qIEh,=;X$U9˺~a ܱ J|0++iHNM0KOQ`zVWmv_&Ҷ ˾"RrS fWM2iu գ B`*_~qR%¹| |UIxYMmoz 밽dO |Gn ʩWnY*Ҁنmj׿GUXRfgs^[M=p͕DDjU} z7AWhS!$cXi+9K5b|dӛ _$Cn>1G:!>Σ%RIHGUC%!TPTݐ7Q(Y""mUZ*[x@TH? &TS -$0Y&':T~̬*zBC)B\#@nmõ,%8\׹--6eW¬roCǮY!Da<:yTH8!ʖ٭ь%/ċ.=gf5P\"q*=~!ƊlUşFeό!o`ֲ Pƺ\|lZRCؠl<Ӳ qGkYyiKέwv-&I'& $7QN]*}xg.[Q+cLkei۱"0wc5_Fc |hO+]s_g$rK{nӏg qCY#ZeuB&H|l?/;8mQˣ6Nq?y"{}nv~ [yK6XdF$`qEq^OC؃C3705١ g!]E]Ƴ &Z(Ag5Xc& D Iz&]IW6a4Dmi3)ϲ<z!7x= my-n1ylgYR5CœFt#΀EC!]6Tn4/: Zq=>$qp; GI5|.9u ֐  JqD|٢4VDKqX,{}",`~p;4aJ14^1`Cse:#w E 7X;4 fRwIpwX顑b֦qU?u ᄏAH$ٺ$Ί& Vκ k.S 07 QRʣɺ(P#?Lzrc"NB@x^E!6Q,E$+Fv? <o;=DHz7׸f:1Gр*@n)褹c:;^XĀ7cŞ# vXJw~}i[,qK> Xg\*F CJ^DM)bQ8 f {$F-*9!+C%UZaqzzjUB\b3[.R%'sࠈ#W{qaEPʄv$Zˎ} W|OվJËIs'ɮ87o!X;YQD6A [q?F9+4y]akF̡w_>on{6e4];Rp]c _v"&lÇEƥRD&d?&,&em"R0 *t)%o0%nߦɺ*l/rRYVHO Ӵ<|ne|L!I~ WI|98AzwPi|bD`n:EP5[M"*mg,R D3\ qD{DZaO a1+H5sр%l/-.P~w:Փa'9vTio 05 q(cɏ\p:3dj3*䫼[f|T1;l{~\QcĦjxoP[9Vn*cӳRs~kz阴K iI,mo\:.+G[x2DnIڻZV䏜*LQ`jm΁)Yn/- lBAVCET-ʀ PAk.wGC ( Ks%ұ@ЗpTA+y _ j"Rc sI6;O&/U貢@w!~?kC~]"מ|9L!M591N`U.'u6䃨2Þ,8`2ѦcU-m1uJI*$qɸݴlQM‚}Gj^jנq6R`GGOSs1Ɗf{+o2zU6ST%DzL8=#r@:+g6u`0ah"rcInëk?}#K3LU}Cȴ&W{Y54Cٟt YO*+Q %4NSe-@mI.~vefd!1% ?2×9v.vzz ߄R)̂i\jf|S}i`XTIol3`>:c&;kncg}<6l`Daɚt Bzz-xeQL$GoYط8HP 4Jhw/!mO 8 $"/H𞚻e]ĊU=n0fEdnL5 L:+~QfimP*VU32%vC{mGY-j_Oɍ,gwyJ%0GAU1z{-Xΰbz0|]ëНgepJ?T!NO2}/Noˆf*q{Q#.5U .dHnbS@IE`wnGu@c-4h<2ϸ%W5 .{|[QT_r+8Yg͗X,#hn8|objXd0D&$oíÈ]ȽqqbQtX ީпȕ5T:_c/B&+LRj-m6|y&&-B%ݙKPzޞ[z*j-u9NB&$sS[K1@>ng%b NW5o8C6dSbQ!1g<>8~;I CP^?9S۠Wo.EcpAJNaA΢ӔWtJ/nLl>^P2dx!G]$Ve]r7jY9AL7{olY5 0z@tp;rv]=po42B}_9NAyWSΗ}m^AwB?HOmZPfFڮ @WVs(quoD20;63T*8y1g%jK'-YJh_B1dP oW]j퐖I+nq-\DaMOcEc~`MGs0-&+GDžFlb3E#O:z_e¤ڔLaMT:|{H0[D¥/îKWȘcϋju S˸؎tL &J0d4ơ<`ԾbYr&nF@\Өs1^d|ʆ?g:>bP *tg3La]RiŒT:k])DԪrY,&Gd8bB4A5|$+67Ǝ<.2N5$@Ԋ52 :?^ /,unsOkƯ=PuC=sy u-S3J(wY8W3 T# x c-GC˛kO )*g3wC_s#ShF#a1X$p^ndwHRuna< [je{i FT#odS%=vHkc[}_7#Y\)f2BZ"GxsS&ʰסij-mGFt4:ȦHT8n"hїѴD;`grZt2Wuk#3/KK9plD>ԛM4Rg>ςyp_Ox5H0L|0whnק#s4k8!`]jr^%xS?O-v OJGE\^PSU8טzGJoZ#ZDs< N!~O1A`K!5 nТ`4~xpP`˒SȎA3VkԔ>tnݐTeх'57~Cb#4dvC-2)!l;|My-,E OA X7uuRт;VMPy{^m=D~w*8I9]fqAd+2??8R( u3'{z͐n dړ+|R!0XXFOe6{q#V$jxز/9|I fۚPUbeޫj\% gYg~sb?BZZPoj}ȬU.%[Sȶ46`PC%c7T% CAs M_ p~7q\dҌo&U˭KĶYÃEB+jjh+ۻeK!)H3i&kGvD"- u\\AYv PDCiɔEU8I3bQ"4pT0~&%pa gW tC^nSeNt(dٲ|(éh@&VljJҜzz(~+`(2h@w@1J˵/ 9 ^֛\wz\wV3˅emڡPF>Yَl[!4ZHaufJZ 82t&*|.=!x5z\u&%~ J hkkb*Ȉ'?hL*Fm_8y}Om20\#}Z^R]W6Z_4HI=bO КLC"(q?`Uc(ؠ%/[ A!Зa2/aXÇ- Ҹ]!sd ynG:/˒lz<^\6t.ig˚K6p$Ks/>&z%HSӡ3Р Im8u'b.[uLq*T+5j0N`Wj.\o C * F E>]42`H^Zh47)W·d>P1ۼ;` @~Vc*:k՟rDC fYl2/$.Tdj/ V@i~ ^.tF7&׫メGv02jWXTyI?wi_UØ E=h<4ˇ/K$) .-9yW6 ^̣%Ҡ[+w 6;u@s<@6KA m$׻Ł~mK8hV!p׹"jE\qf:FhjݹF&7w~uA 5)m\NqvTTH$VnHmR\.qdwTsEz$+}h)&@/'%0&eJ2*5}$XF:L|؀ƾy .gA}[{l _ً3RW@̋_q!,fnJ9d, tr-H5k,ꨶ1X&{22q4WX8-t=(MipV4EOu?-Ze)+=S KO'-hJӤ1:+&  {¯]u 0љӖ};qxʍK\ȅ>dmI58e{\ G9DhI+5aD2 @UqktK@|!QL Xmk_?z.Pޔ fx1uq*<[51*/dN[/΅ 젖@la?GAcoIIbTƕmm/<ca`ng*pY7*) m50l{i4zU<$;VmZd7T?XI8ޚM^2 }_wp37; e+RA=i6H5m9-_0ԟucbMO-:4WV,?vrlղ4?K }rb-Tb<րQ@~P:Jd87MK>L Eճϫ@дԝZ3n#[) L5_ܶnǺ2ש?&qXu\EF F}eܹuA+t V.xXe)@Iu*ÚTym.1ԫK&Ԣ3N7CTK,+t5|_@̟fh&o`bOijkrN"bmWVo9&~zIjDZpsU*K՝E㰾"WbL}­ԙ$>@no|)]Ux +*Hn_JT6fHmgPo}iڗDJd"ol+ Js *~D۶eWm"+rTלQ)Ɓc z +R;9T03[.ꉔj%"b ;JpݨNCأ;x;ɺ >-˹[M;PdOb y9ؠ"SLc K!.Sx23=x|V #ˮ &9*գ]U;ks$c}I+LOA~s&c<ͱ1u[=ϋy ̑MSh\T+G΋|KE\+r} o%a* 4zfCn;GƯB(,G;/;7y>ir](=$ ?E) W p6H yYurb̺ N|.Hip ;4!5+?)Gcm}jr@SEue&Pl&|V 8x-IM ጷf(N7ݺsaCm.O ^C$zvRPME%BWyc|Z"Ѿ{J {\^`d+V" NgCLO,Ν +0p̅q.e햅d7\ojCSCDaqsG\Wqw}PWBaJH>T=V+݄'4)X" 1h-JlR(>FCע'aR)?9޲`Lݓ؉*փ8(,)-.f2S`M* Of]@η7~ >Z&J$ x7P Hk>I)*/PAw1?%7nrVƜ<p}GfN#vgldj]'.2|!qʹj9Tcb.t)f˘sn4}.(h"ziGH!cYΞw %J? y~sŸ=D U͇zfpH&ҭ%~#u:™@ gP@V@XL}#w?; NT5ig:Ohx;G $8Qn: `$fw]a'>%x/`m,TJщly9};7]sj7 M)ix̷:@@.u/[FUݺ<.=Id9A{' )`/ yK?t6kIU9 n6NLxN !zrP0<Ѳ/e{Ui{?* D=Y+gol5jҸhhUNc4> ڪwx$ω@zwZ. PqS}Hm׌ &$\\ѤOH$a5T \~֭N`  ^ĥ?+jY X9?5 jɞrFt_HlN&%v \ -a{:` nLg/~?vCfZkz= yvMBp~WVG%9ʐ#x;⥳AaƸg~Mz K>E @;\op4{[3B/Kʊ?چjgvt>#lFx5s'_9%`%ej;h[g$_E*tUDɌ :Wz!Y6-ûJ9m)ljUB9[;KkZaJzݙTL^*Zn?ЋCrUgje~naA %E*o pT{7P!Ǚf-lU%5{Su:7 mAx u=EbRӨفme޹2SܸG8 c+M4 Juq&B0<={Vm@@FHdpp6è`'oԿ+ ?BՃ拚B`?.UY*o tmU+ ќJz0_! u(=GKYɘӕC޷Ce-3i O 9 #Ł n2홞/Mo?- 3KcuHx~D9%%h p@=jÎMծ =!J,A2WJ2%oc` D8|*se _9-e2C>d KTee)mXo7%ͨd/ n:Xfk?\@> N%p2EQ1`]x6ݒ񻣼Z5$C!΅"XcK0Gum/{?33FeY69"4nBߩ15:W%m’۰& cD%H[1wGҟ#fXb68i0Ȳ2tゴY-C$${ &kVA? I4g .ɛɍ JQYcjF¶ޏh(|.ATrOsbq@֬PtK _e K,[md& e64%t)"L&✶ At p~`&w,mr NXtc+UB<}/%B硉oKaЄ~`D-C51Ѯ@{:rL;HȍBޚLǹ!|AwxA"G6 R;ovڙp)cیPeXxHUI O\X/s ݬ:aY/@dIW|LDb=p[J {27}7"kr6\l^.!V;lGC[ vٖTTԸؼl(j> tBO=*pX3q- ܜJ*=WPSหf  ?4wW^+Dᗃ"`YÝܙehWt3`rPf)FҌ;iz:]BA̓elyAY%}㾍jE IXd]Y矯Ps E QuWߖ#^̜D@G{ʑܥ؏5;)~d3 ɛd\WI T //_ 󨰒OXSS9~ъ5spAi[l֒dؐ `w=cqZ WФSfx·'_M+&p~,+/fn۔\!΀ߢ<>x=B\BOB0 x,UtV\Cnސ6ZCtmI꺬&hX-P:Xx='f[HM&n vXoJHp(lhsh9u4+&Dܭ:ZF %94ՑlUM)Dǀ M8j foHaŦ&Ls[=߃ ⏔?""Ao}cj$%H`s*wEadxg9x}}pN]&m ]@ ,7`T-n^ !!$b>~ is,Q9.6Euo-;|l8Gk*-OЁ@~h6 ^/^,NQ `$ Z~dUĄWw5<<ƧVGq}SD>d/h(#O_Z[{h0D5h(Q4, ltF5r eY|ӶSܚr/\E.% xțz&3rJoJ\H=vežSmnoAgh H\޼Xol@.:e oЈt,+/kw<MF.2fw|_~XnႺ}' R+ؕHRYE92to犌}:՗bY $>ԃI>Dt4dl#{g`lv5Ɠ~ȁ'N0r,9u1)r.bm m*Y'' r$g(zװbUqB%2Ío2SfC֕Tz)+ŪB=XqDlܴ6rѤF70L+ݪ!SAהeVmyZLKFҦU(hbsF)n6!nեM.8Gz05He2𚮚kPX9r} d;Ǎ÷pXēTAr쎬Ž5 u`&{jP2qcn攗.Vzbuyj0)l@,.RG9_l'bk` w?rLtv5w勶Ne s= 6Kd0irX2h0& HCMY= _}d lAFR!Let7X]w*qrNaTݠ5ewm( > ӊ[Y+7B"-JQ 7]ΤYձ*.>B !h5()1ߗ3?"PWkA_f2dZKzGT)Mt{[2܈@h✂fQo<Xtn m!`4ҧ`_;|0*=FF?sYVE5Yz&WKN4yx{w*T -az[׾|/#"lQ6J L}=^`8p&a G1zf;@%sLi8͒+ڐ/W9`x.i0) A;zWi7Sj?hz0xHl  G`"h*Ưώ1]P1˙W\Qp$]Jé -޲4>K.\riErXJ,9a?a6⤭I9}jF9~6yڬ4OS;o&q4Cq,h ͒zr6lDT!I6W-PyGxQiK@mԖD쟤lLGnH8jLw^pv4U~Vq'{dk[C0uڥj,Jݍ;Fe(*>U׏ Ey",d%׃y(i Gܷ n[ v*Mx1ԣT!'ޡ/VtTmc@KVnʔQ.GE!T%c"U/s;F{Z }v y,(M \ݙ3#ڑk%.տx5%ucٴ63G{ Z]p@?י!3e-ExΫu-+}S?W$J}c$ۊTcĹ*pԗTfxkhhW\Ks}a*Px@м}ͶfMiġ32,c ;|7_# ~C+k,`xՑ$z]gcLb1?G;E\a(RgL" 4_#99➝8 0yCg@AsQåw%J9&x`VtUT8Pd^1-5//[$Ja1iCwҭ]q~H!ǦD,v};E .T'h F/Ij|fxYs ďhg$G`&  ^ԓdwU6:U àq_<)_W!Zj,c1=6bfTKI@I(+GSF#ppk%ξNunՂ^t:T<"lKvdژ8I"$q1&FJR0c i_hT ^0웬Eyjon9p;mb+8zbJtITw|=x/6JB|TyP0hҞa][ϪDž&|Ҧ0w^ xOtjzb5EpںYh h2)#5.ܴn:u_2F4MP[PTΣkfyS]7ҔWBTkE/I6Sf3J$ AB\sYƋ_EL%7>6 ƍ%ΧƼ~@hZB8A^ī}QU-YO-MM)m&\zl|pa̾w02Dڳxi?Q.0o}&D[e:#Ϫ~ɶ >K|sՙ {0-梲R$1^ }Up`pʛ2@AQ('oi4!$G z7h14߄JV$5P@vG`7 цW1/z$|8`dMjwޗLΖ]Gc^ץfhcu mwaKһZU_LiV H^ HM_$ԡZ՘ lD,bRVOU|eePڀl\ QIdYհyKkR/C @{B67’{_Dzz otф#͡MSk).ؓ4=La7?ďL+H;?s8*`S~=)h<;eU1ԗ+bbD56;ŸDl*L +O8_`՘-м8"$~KZ,?Ub৷ x܄9e/A/x!vYڀ5YH 0[iaRҺ_>E`dg ՁJ CdN <LjPXXO{tSploj݇1g9l瞭ͫ_Jc%y[Rn)}yQ* H3sϔH$0DS*oqqOY>F=‘ߖgY}L!/)slW3/j[݂m& =7٫ULI`ꄊ},^#;-r T7@CepibBrL}Ԯ(Ʃg`*ဍKznkaQh-w7 {Smc䦊ɋ M֨Ƌ.l0pWu6;X4H}?e`_s=X:0뚼y*s@XBo΅J2Q_Qg}u-Z| D0raa`.arBZg ۔3kP1W9l 7ϲ /9껉=t Ok!=3$x3+"uϵt7 sRbtígCފv.T.Xv"esD7Lx]ok91M!0_`Ld67[y|I!8o.Mtkv$n} &R BQ#̿Z[+F)XI f91{SsVTjLE+j)"J剺'EwUϻln $afәR) y=1<._6$R0:-&= ]Gny|SԝYy{[0:ڀ5~2L`:]Phu1%6 kcZw'׵7r\>aj]ʿUFڽ |㲣e(P-.D\*tW].!T{ܜX?U/@HGҌ{z  ^M 8Z7PiJ>PKeuUIM)u/AWPͬDTȓ5r)`ߠ[}Ie"8bHK5 y/m óji5zz]U?S\BS[k46Cy[` 'J;9 /e5pԮ@CH5: ]H^>:..ת#{&3~{t*"mgTfHT􂈼i4a&ܭsSHw _̬D 4BTٲ&e2M4-3JUPL1$$:Z.ś)U^ҮI`1ubZZs4i/dwf* eURcWYeFw-~n2\ 8l2 S+%d qj*|B5 BBU!o2)c?t¡'K6lY~UN\|@ MoN+#"" k<3RB0pJ'p]5ci!7췼H=eT5j5D6;w[ݍ6Z,-<Խ&0QI| ϭ{1l> O ?:Ohfǡ91(vEQ$Xh8V櫪7g}#zYI̿C)yIt<{o~|ʓ|a.+naV9XiחnH$a:#_?r{菱FY5slه.A9*ۺ8#bn מި_i@4C֋QSISkvXݐmhpMW[aRia F='l_ı^%Vh:&a$zF6Z3b!uM1ڼ/~w*D`*S)~j_ =q9~QePz 䱔ݨZYɂY-˳Ҕx1nDj '_#;Dw gD %'pD0ݛҭ'e80@hc`!!qD h{%u%K?R#_{j$F"}p/,jNƺ鱷JKأK0,7]\LTmu^@iV05s]Aþ2BɊ~zG5V (`3S`VifXH@݆Ixj6{[)qS5}p4dQ#z_eF~M2%}oYI::5saOAPFg7nos`SWGqr@B,ʴ  NxT #P x;m!nuоjB 诫!Z"1\@\t+>ï|o gp“8p>N>> *Ty_/ ێz֙ŰZ0ཤxu4 ݑ 2DJ ؗ`EbuLɸz$q,,yq@Lbcp?vU D~ҿUFtѝ8`ʦ,k*Ñ[AE_Ջj5äx;ν5[7@7jQ 1e4tz΢7"zU!29~QpPF$=n#3*B$#`QV%4\8`4M { # A @c)~V=ǹDE"@C{?{kXidĠЅR g:7R \T->ToΖi־+C#-~(%'< _ҠP!p[w$gN'J"]B(D"~\.G :Ef s E,J'ڗA.[zU=2\0Ǡq9bzh?<;:a+b1otĖ E7pѷ,&XHbaHD'uE4{vrv\jy[w , UK5թbkEC80hN` 4(o!66BgVC1Nc73?O%53|<1MVGgp&YR'As{Kan'HkR pF`I_ɢnG,>ͦFD `NGK}BCMWڽg,+.]}XKlf%8T_&$jDDpnwUwC%x&8AdW7YrEޜ޳F^3[KI~hVV/"uRaHI106%qwkaQL}E:{b"H3RV&![rECVN=H nLݛlǰ!E`~*vA/}ċ GǨU69.GJ.&+uҮ],IF*\Jwl/q` 4z)s3Ҳ[O8u¯ ekꋆ67D?$wM[̹oj$C+4dBYp?pt_ _½tnNvm巈ȏ<2,lm9U{IR̓pzL ?GrAE3;nsyb#XSаd_PNIⰿޅ]c3<6 :$1yB̋y(#Ri-65 0 s,!%CQb]uBVbS| y0؂<͞(Bp5 EĐՆ`r7AbY-- geXH PQ i0qO7~p4+: YIIB+3둂ZO(mnj12U> (O?N5{:az o\=E+ 2C.HWW1#00XoP߸#rJkʨxEd)N5UJIOK48͂QLݩndX͝f!3P%nd!i-PSnxM"QϳK9qΧʽ/ҩu:S{MyUלJ94R6?[= ^\m80~᪵E7B,~ y`~`"@9_TH,Dg3i`Ʌuؑ)WUҷiOT3%쎯zphWfkl$1¹wW ?[#Y4ԀuMg (De{&[Yz4mA,yn\' _6Xl{Xu$UGFqnh\y/hz>fǞddڨW\n#BkYEUBV6PS _h &@E1Ȕ)44Γv%9@Ys Ѕ&8WbccpV;BDе[y5wu4C≃tu4}*+XL.HhHrx!L:2+{,t]5\5hSy6?{}z^J6hyABF < x]OF\:P< >c+EJ|t(7WiAA&Խe=^D_`AmZHT/Iˀqq,ŀ|CaxkN ^-Tm6s)(/!sn#}oD?mQ!Wb%Ǹ Ɇ,Ņby.Lp%jL}ff]!K_-=I LaGD5z߽8'{E" 䚞+ ;P(:59 B(:[("68nYV7MN>jo^_HV=;yyTm+n+gQ}x92^C9cI>Ui Ȭ9j<[U9Ӛ&Ǎ/ $:G?`+d1nn烙Zϒ)!;#wR_? 0 +g{}:(_.4TDU㾌?r%{{Tv%3׭_a=/݈$I|.XsD.= z8V u1,*wmިL-^^I@j?[rR/1ktLsu+5$-@Sg)!`qp.ƝW^8,H$MR _n=ʬs(':Կ=H*U>f;zpMT:AZѶz! ӏ“v wS!]7Wq^\sƒ,,b`q ?7s]cD:}T}xAT}{~h4"+Sܭ3s4{3u ofA[]5^RPMg*֓L ċͽum|kDڝ2J#ug rIp;Ū8⌚h`ovJWx_gOpboMkktbnswVލ-d,Ew "xUFO瘮Ew!JPgSw^eqV^'=Ć[;|H8#,Mܺ͂yrP=tB&;=^2=@)+tM)n]9٦>\ fMeg*Ei:~AN Z YiV9d+ N<>O{&WP5kU%sX׮/0kbgݨJ:# Fc5o nx.6 M^ ^ H}8 ]U\l\ln/-!a1[NߎPb*}`s2i*VEB jŠ aQ;o9 (U|< Fnqoў,ե [ Pn5lIi;Qevaw'~JUOIqo/4Ŵ ^VEgWԍywXua_I`6]l5ǡYr,0X-=eV-nɛ"jQ5T`0314R"YHDNqC`&Vyh}cX{lX@T?W.9ѿm@D=7H7- P_J1bbCD]@$Eל>g"<)2Z@lu}ypo1p܋NUT;=S{D ҹK) +?Eވƣ1Wp)S%~x83%725J|B?H!{-Pz̽Sgfi߯1^]@O& tN&>/qe(D&6ˣ k@3Nۡ ]ֆ8"e)כ-0qmuUK ,#+w,FÓ^ #T%o9UP ^kbn&}~` \V(ML8Ucs ˊ8a%LhAه4SPA*fnSi^;aVs)n;Vd /SeWp.<7q]O,>ߦvVx+G'Q@4T;;WX 6sEg{q+* rSK6\@11ɺK;= >}iW/nnn՘X_b)?>ѥBx2TQ<@y970RVn.Ee{߿f@`IKڤXqb&>CTӅkQF$X | p"M1wXZ}SZbkMe;>䜲GO] |x[X?l9[9/-gŇ׌ ]KPk*_Xϻ,r.^btSXGB>vSA*|A,z\VWHcsT$1n# hYTZf Uxtn(nG8GKn, x$:,8k)0*]O5xr)f)@$Ϻ~:P61jsh[Ww;;OAk2֯\ o3vg{/yq 2V]r8PS%:@3Fyw,~3uM&)*Hkzi@wJM<:9?),pqvb1L4ܝ_I:xmȉf]MGQZeMehㅷfZse`*3zq4%+ V".(ޗRZ>9=T  }fR`\-Z% szwjԘ셽uva`6i~ȃӊ}Rw,k1 ak͌Yv]&g1],ؘh;/uU9x=bErg_ÊM2xƃ9u KKpw9W]p>Å+O~*yRrۃ߭Т)jA|@,|-+etb%սjklw{L]ws"p9o_&"~K m8sy J CH`dYǻVmҼ5|ꅡS쿶1T:z*E6{wYb )cCE|A+0-ճ2 hzM}W/起8k^2yxPH3K -Im>g$Tcg}%hiۛgLN9g4럀T #>V?=FnJcosEEӦBG—p{_jm.xkJm?=DqY*>TG˚ D[ {cu'7Z ¿@קZi x,-ɼm?~2 v6[^Kd`nw3C@=e*%h4&B`uM o$KW]֟FۧI}%d/.D + is+ekQTϋn]Ia3CyvŐ7w=%Q7f݌B3 gۂ^4dƗN r4HTB{#V]q:?5^3WO$'?=6jb-4qjb_{ j w& 18:+Swc)c8afB ?#u1yݭ8)A!]wKFm'V6CvRcc—} ݢ͂M~u7 VJ7}xެԒ핆h.~tCJ *:r/" C2]`pLGHC1/:eay:\vwpa@5j$[8Cc9C&S.mw8o ϻ$fe!DoyıS~ K( $Nxr#@ܾ0/U^SCh< ؒurD{:֭Oc׈qlV\>= ˤf\cy)#z\Lѳh" eqcFt5fc􉙾z]$kʣ/L~#ewOU)ZY w!v!)ReB|]ʹU)f1=b=9[9]-DG',qz]K>r#ӡ ?yUp2ԷnL%I1AY`}@Jm&Km%_+:h!<4!>8Ev`̠>Ff]i1^ l\E'Fv. KޤtŢ|sbk.Y8oxiuK Xeix\}{ u{ٺ80J6%!_5Loc_]?[FUfl^(H|x;sG>R};KS. 2<<{Ǜڃ3j yj È"Bo!eη]{UC _T X1Z' +(qUx|/ah\-n}KzZTXNJU~Ø1ɛ &3k"K,W$鶯hɹ_]@po52a[&Mp/D] Q  .=(eL թ0uG\uMo4B[tmt7~bh&hLGs DX.1`4Z?ó0ߍp'}z|K"j;#{Ű@v*m.n5.;gKuF4ů^zw?t<3*upN:|*th:HVH3`^Nf(I |О)x'RMLN~pL5dkkrI R|nYNd {fZ޳sq˰ImL #k:7^S)FoTwl&7hA݊XUf#~in jCe͝aTDvI'wscd0֯T :%,egfGҎjHy:_uƂp|eZ 5=Ljuݫ#KU76oے/ܪc;'PU-`-|'DmsUqZF]XJDx/(bL)J>坪ěca(=U #-e{p$M=8R)^y%Π!uF@` Fg5\<RҒG/. q4+4 lNrZD#Sm]C6pQṀoUǩbZ+r>n8R˱򟫵 )_•"'k#lXv6!݈Q`+ #C _Wj3]7jR2Y/p=Hi:y&lT Ǘ'Uxs CK.*L/ aehH;RҢ1>^'g$;U{م7T*W\G5_P$]x|.KVcihbF-9z|s n :UwPkWIy?;? lcqΨ_PEJcCM->CxhH5R -h6_ȷ}  w@ωxZz"g(Wu46yˣu.ڸY:'8bEX3ql~Q,sUFO4Blv1wY'w Z d{a?)i4pذaXh)j >i5pQ 9 sh/X40MXa'^Bcm)t6Š]W4MvtP8il29VCm٦)a$CX)VYI+"Ey'Uk+tAG]++cKBDBS]|d3H?PJJl”<΀G{z x"Ǝ/,~VFUdז-frԟ…F 5?Bx7+nNW,}HuT5]QY/!'tU/=UH{~E~j^7-$7A..i7;>Bɥa-g [Մۃ.V$TS8hfnil4Dyt'|4m=4HW$Dլxp\hi3R18 S3LQv.t %DnU;fA#V/>vm61*dbmP)bbo7Hʾ:WI.*JAHzrLCCBYHAj`D?(d*mjlMmՁ5Ry8YT5Q(9\7>a: Mu@|#\%Bʎwc k*( qhR 1#CAPHP+?}˭&s*Z؂jGa!*Sot"یGU4b_Tu mCKĔxOXF>\:a4|=;ەF`sA;7 ,u)S O,*@hv9UE4^ `YǥFVBF n-O<5/5qאJRI5FɡF$iVcu,t\24l,| xǁZe;,6@4j1PpyEWNf]'*hxT6Ze&!cLh%{UZi y.e L-JlwB ++02 K[nmM'שaɱ3$g(u~sKziI44J`itEe=aiE<բU}Ol^\s,R38 z}y:FCx M<溋n[*59P;siWޫ&FHɿD3" \H Zu$]-+aP0r#Jn 0KH'QOAcHԬbdO4 Ǯ3ҜKfSmޭ09N(_-jQZ2Z7d3ŀ*dџ]ܧWvJPnd i44)?-\"=4Lq&4_ΑNپH.rD7JN!ӕK451ۍ]sUP}ĢC58լ\KfiX1ME;b@t ʏ |5QWpbH0+EVg)\Y ܜ݆ ,kHjdJ41t,z0Gt!]\bj'A5Lɝ"Iam[H0\? DףSZKL9WS/$O„M/Or#e67{Bjx- YDru @J}ELX-v!nXp4' 0?EyԈXBBgvvzd4mܤBBP2xӒ!`Q[~;kM?,q n:j)y1/j" ׌;?nƶ]X:ul GTlʷ/^}`q|*TP ʬiYA[jLJ)bְHR̆ hJ=^]_^PlXSdK) Ju3M~c*㈓yЗsČZ!UÑfJ\w"hf7>DYl¤;gerW婭䅬ǯjgBc⻜2=(7-"N0UrܢO k8laf4vațCs_7cXgsBtGdF+"EOM " 2$Au'§:BI_(u`o^(Lpg[<_)S8oPȋoGv eEks lLޮ^U% F$mg57fn5v8CULEn75'*$swf^Fbԝa޷#!}r0p5[SrؿvyG-]R)1qV+X!<';TRWUV|\}l> "b:ax3˸mV{o\]=7cZt}C͜mu+uL~Pӈi޻:ҧy'>*q2[4MkRb8 @ 7S'2_& T f8+PqA^] mհ`e)s%O` K0*'UvPɽ>pKE>hG` YBKb# R dhWdTYhb>^iRVe V(1,}ykBsu"QmsT_z)LDйIlA^b4DPo ?tC`% bJ \A+iHS8e}ӤD Z"e-EXiz`]3:  8 r/'}Dy_'">_|Yb_pFAЮ*ȩ*Ix91CMb&q(~o͌v٣|b?ʲwqj|1>? )ye ziqF|S6$N.ʊ>=ʾ߲vg!9B,|n)dڔ.xɤօudG|Sl5$_6f %w_¤+_thZ m =@$܄|Z?Ȩ@rtdl +Wt?L>$S9k):ǸoBWDf#un}K/TN]D-ȑ/7sY% /M垣cӖ:JDɡ!8gIG/2Tu, |e_:6x H+oOZ#YXϛG*@M7>S+/8S#jh4q'6ւ?2FsEMK̺kFH&O%$[\{䴄Td4]v#ulД? I`ш H-?bg:St~n?3g܂v}P+.HwvŅ?+dܯ$pwh5<%IqלϫUN#4_AgjXq=nA3>B4~5C^(lŷj@/e9Q}C 69 D3m[- وF(.\YUu$[*oͨ$MS_IKXJYY|_GgHf.L`DX|CDx^ ]at]TAUOWӳ8= n{󝟉\'| [\uS(ňL+-XH:^S'{ۊs:SMO(t5~#3.Ov: : ᕚfק@/ qR2kI~Da|H擋gUY:)q1"@ ?D톲i)ZH_ƏeQohhv5SW#l69cW0nXIzV2#]e 9p#Ugy )͊.}Oo<3W,-}4櫏?w~\Cׅ5NQ7<Ջ/8ݷ߬o(HM/]qD/GDFG|s,_#C diBWCuN8>8;ԏA EiBOu[$񟹘RsJ1]#_ZGS0qʃ:85>Qg\PI|o>/ԀTҙX禟:zn_9Ar Sb YL8i ϵS\,XG~z&InʻWq|O]ZjV!iNų"n }qdho跸SQ<ޯsg U޿1Ј-{kE'r&WGD԰9:.'A\R{@Er2Uy5Goz 5 E@MM5֨Ca"0e0n6w\pψw`Gk.l&29^vs 54/nQ-͉)Y(:`mWeFD~񎊢xCW[% 5Ig~E.b<2E߄Tx2xɄ6C&BNS,u2^ESStF93t{z$#jV)첀DZWhёahT㶹2mֿiEYjCr\s$>U$Պ ';:MTTݓHk[Ъ{o&SN͢R}d =.šR0,uSKqaPh:UQQk]!x l-^>yL`X+)xa9v? j`Qb+ZGxBaAZ V-MJ~>۔<4XW*;Ȓ]y/;nm.np&ߴ%pdCoy: =Jc>dY?dN{SS){L{xtCVR0K7W=t*ɪ ^9XReùb` Q*w{r2ЄI*i05kѵ+;uQ㒾1K8J :A(LgYdZB5nXU'IڎEN6)z(UBCu!Odt qm"_n־Eī-quSy_rFw tqȔ]JUC$1ٰ[#}XAŇA;7`SpvR2 ?ք@/ "Q.~qƆḲɮ]>`{X0 mpbw  x'wĮ‘*"ZwL$`A% mrq7OEHΟҽp -X Z楈8b|_Ⱥ" ٳ~$zzKne5 xeg%jy #\qKmZs7}ϺagSjK';Q3I B  ):X#]2>L*}D6b%|(xrXu\a۫} MNH. _q78L1t 2~nq*. PShEifȄ>%-nhON9WW(?{Ѱ ,0l͹On]5" >v?#\~L5eJDp2^{J͞ߘ&%-Co*Vm0-[Or#hvǗP)vB3v­2'pvYI`ԘL9!ms`z Z/OU ʗTc Gn\SĤ@ Kd":^}9"}GiK-z O3YOq;id <@c]-v,@ jqzIT-C_ 6.|g4| ρzxsm b#'.-vL#`KҎ&Y%Å#y(HeƏTBFr_ {(%mZf| #O2[^D**ȀWz+Bk %<~R!g 7jRQUG[f edՊ+'0LhlEz ̈Mul 59UWon<ל yy)js(yN^309 -2)e?6}pdpgƴqiT7Q`Nk3*oG)[shߙj|C{S\QјŸKܒ: w}_7=`mӗ!Zwɭ: S%J+ZJc`ȠU 98 cO^Ř,a:su{I9f[la2Z Pf~?=Ȝwwo}91%p!,oGw^٠M"]6JRn?8 B TBg# >ҧTszǾ-y`c"ê9 i"Q $O˰DЛ 4'ZǿFfYۢ^ FC9ts6#(Kjs\jaHv-@8KBF7%zB^ebx, w]"Ca~ײQ_ 8-K(Щ2|.sL.RKa^<t@<܊!dY&k1S;EL6 ؁N2_SАS{\6*$ĉes =fn/%Lފ em4fD&ҵѣHo1;@蝥K,5dR=9ڨFã0VƬQ  \Z:N]1Ѹa0ye)9tV!bY0<_% V"DQD'bMںu./u0Q %8s*lZ((O%$i)JJb1)^ב9t_kYKnG,&Z}[vAU+w>j'?V9g>zx3Xgh$@hO%DOGFz4]I M@EʣLdT(FkXs'xapi˹dT/:{Wg F&ϒ RuN1<C<ݲpC!;qTn=Y75ǯJ,Npκ`s̟cAH[˘t|8MB1#'G鲻\|T}9 {5'#!U#9 (SǼأ 527.eC^c GY{e ۬\Q'Gs-&hSJ]5~̴:(qo%| |[^M@vOcgPQ% ;}z/^7,38f8ע zr(r 3&hQ}Bw`QZ,/!) !׾uH1(AL g譑1ClB8^Ks Czθ&%UƸdwē6`b[p~61\{,z.s}L*Ţt?'C#9B [)ҼߦCvn+Y_jKeS+JsyڋSB9 3tC6#YXn76hX{De;pV~e -Q7WڃP_I){(pbq*٣? A ȳ]e|Vӫ5pŠ x˔sh_msdeIDX1R#}`pѾ$&\ʡ"};i\#4](1;q0`0k0=q֞S@F$9vG- Y@iF'S k:cyEOX`6BCZugF p4f  [cfGV4+b8&% ;0HR{5Tc[t6FsaFtWě2 $IAl];QP͇KeҴyhBzJu!#, +mpm 3)ﶏRZ6}ׄm$J8i$,ʟs錆%>Y⚓N;OxYzM"ϓW?%w.LN%a)8 H:Б`.ZG@WtUhx@v 1o8[$ ˝ QhBvh14,1 aXV~<@\ 0b#Ovlfhc!.}N|D@1 I۷QWLI:mobxo["ƕ  /1=H)}E$44K~VmrBjgXǢB5> Ywnz8D (H̭;Tz'p(u<ڏ9ȷz:("pd%f˛ L]' Fd%7uThM| 3#r;ݍ63BZ};*tlo3M["H5: 㥕Mp @XA 6uf^b R*r̉ +ۓq; 9z#Xc&D*0L 1j%SZW=_3:!W86 }&aTK:2)Waa?'jn\CpzV1ZĢߢqI ޯ]:C5R~)qv!Wʃ$3xgyo~ %d &᪌ TFJVX^OT2 Y{qf5Fn~rF^WW /W8='夁sUhCFR\SbM5ێ\Arӛ+!Z|2tfBlj@=#ȵ\b$bMU;D#xLҀ:/\F~TO0r{* ,qe;8Ϩ6K.>y c2Gj:hȽYfТ.ޙ\ZYxFrB\7ۺ0#)YF4Ոuv1b>9GQqV.{l*,; ތsGHWhn/ظ!D8,9sɂK}QHlWV<I♉tR]a>ԔB8"W֘:)UR[ca$>RCߦhܡͮ3:`rHI`kU._6 ѹ!<9|!VQu\(\yTƈ'!O5^%·ekw6Eլ3R\R0r}$;{oS HU5 TGӷø79(FA>B@Vy{Z|w.`+f?j /Id 4ypEDy}ٞǓC`\+&4rq\WMͦ."e~ ?u닄Bm*H3v$r%;TuqɲV8D▰dHڻ3ê+Qdn ΄GX(7 ~~E pQTwHm--L+'cfY Gtz~42m"> ^.`Hp?"ɘ5ܪbgFdlΦ`x\l+98I~h;A04vN02ԠAܜD0o?a Ց ψnS^5Ո{vLz'7btCѠR tە2m%#v^,VǶi!ҭ:iuZV__Ll>#M|023 ㈎nTAC-,R < ޡ/fܟ \60\ a?L֫Wr"8 ~Q tɸ]FvB ;+fE - dմAS{[:y=ja7.Al,r!0b˞)RrvS:Z}sXI5iuP'm*8U;Qf6- XAen` $~jR`nU|vY) w -X%/V;ޞǪ \NMw曰0d&z{,`/yڭ(<_nD"O0'l[uc͵yhblpHѯ*s1%ʠኾ~ߕ0l؛A#ɔmWÈ:ϿGb uyu4`0"zJTP`v ["AO#dSPD:lxq":˭.Dܒb uvdWpv,aZCO` ɶ Cg|_5@FnlIW=W`9Nw*ЧpiUSC),\"]8v٘Q%jFlA6"S{}r]cwl5ۓK[C_NZnT};,Һ=\=X|[/j 5h~(0yya|\X,58iq(@1%C;Wosq7J0%u׈{ jLOaN1;$M  DIuf{^QT;C jXy2ꃴ}t Vmȕpƽ) ~},d3.p~(_ ͜L]llYp {L@FfBiw L2ZM>G!<郒Dpu/#=t۱9nŮJG{oMd-==gޭN|ni|/)E#]2CYj/I!lK5  d~T_>/n5 X9qh'C ({c[u1Be󕇈-n>P˷$oHxKH:[0,̍/=1.O|/ <a@CUUѽ(ˇԆ2e93K2ybeJgi@$ ڻ[J1w*gk n0t)yn \+Sv5[{8P|[%A܂D7^QEWNw&\:Nszf_ Sf+#%TAq7127ElLb'a!dY4RLiG)'Av^3̮s8#eLzmu2ewYf'w8ocUD4z}iWsU!TXSba})R9|%;â܁]ג MHרU6>O%>6Jk"(H5}awF. t;@ྩI&ǟ [ ?%Lļ 59lAEPT&oľX p29Qe }IQ;ʪf7\ G/l(9YhĀJU?~՘#w.}LDĒ!ĕs ~WF8٫5 c bS ܂R X=xSWǽ&ft S&^FY[@:ק$ipBia%N${kַcVm…+˧ >j 2UҏP|5^O?ͻq2 (-6Ԏ]^{wn$8}'[jAyٟj\R5$E`Cu3pk\f49HWJ툭WX|*>0/̭kJ]ռv~"~ A|mCWBMW5q/9X]5_U\/ۯϟUKڊNJ$ؤsueKk^ZAkѲI\&X.E?:^Gۢ "-hZNruH{OIwt#BȌcTi)o1<<h"U`Sz{,&MqnU"gПҵ}^?;,jErMAj&lP*yaSEhڡ~0]q@#{ΘxGf@P5ir!M +EpP%)Ս5UXyaAcmeا.@a(h8N=B @*ŵӤ_O3G!AXщH^B䘅5EA'K¦1 wLoZ✒`A/4 z D]{u]-ڍ'(\Zp2K:|\Um{3Aް[PO@G!3adֿۘ,ç= 9\F6m2HW{g/ 2b愪Iό/=qqɷMn]uf2JNtzNI_{41"iYp3(o+!8}[;yc;:S+]*&_GZ_O=l"/׹:yvu/x0V~j L?ai;:P?Ѽ.|{Mxwq]R<,(dy<{wyXYN8"H܃¸r:^j^Z=:TOF:GK.V w n%~]5 FQ\n; MZBV@Nv)vs i`xC=ij(D~[0M/2ԓ&Ϛ*gպt8FmprPh q΅XP3Ly0#;֩ImD9·LUaX9, pz)dRp4{qUԥw-Mr"w{xM  pu'Wjx(Yw_%rDviHؑi.1! S"!o!vV} 7|ÅT ~'po!ٳ} O1KS^}$MEf-qiv;D($I|FY)aLm;,h??IDO}ohQ1~_/ kصゑO)t1.‡hCe9!9X:3`7A/BGQFJ,z(~3tUK7'wj.t-GQ׈=6+~^^sׇ7F1VAbbG(9SI}]K6A=>%&[4i6<|gJ|m'"&k Б%GdtgId[ ~03>a'!o GR'=D HmDM])ėyż9zkI-`ݏDP׏t$UgfjD%b3:YL`ze6D#˘Hg ti3JxYōD M͝.5)s \~ImQУ qRfP==n;׎v]{xDWm.ɦбZ f .һOB/t0bፔi##/ ;UcTK):F~ 嵜b KW aƴjY4mͶH˦qor>P9k^MrwWbrsk֫Ł!+#w?Qz&[ fhl DŽgt!fjFܶIx8EXe% 4V^tndŊjE L"OZ  Y"ʯX, Aq5+4"(S{Y;.s0QK+_d 2q#N%hu`b7pfaQN !B$X=mfII #Ya\u(p]K}NB*Ή9〦;{Ht[vfRjF.sV1TZWUKZGx͌:hs4_Ӛx<ߺǻʎ 4pu&À\ko ~sU:b 2GqtN)Q؊Q'zI/@ucURLhi|]Q,\xBDί/h/ 3wSgAli5ox+w.H quX<,+i%GMZ=g0; =[H ^j'3 3G(ࡖh11/)2Ok0飹caU]@%I)`iA?č X"H07Ng:7%?C|K- -`g$@>dP@S< j &?ݱS':"$~̸n99"(f~fr*zYm#aɏzk/gU|Ħs/rDf}fٵ"jqk a3wGƷ] D-aI J H0EPA2gp|i)>i}.[54[f+QBd!y> l.e՘ti0%mJiъڽН&:pJH};zfI C|lrid~YQC뷻iK.ɾ {M~_tф@ci EG9hx-UA,b {LpFuIx%5&)"*!]Σ*@RT5b_A>bRZ%D{#v{VSb_sb(*Frl԰?ߘR;?"Tcd@Br{fUhC Y-!O4\K-!.skH:~< Ғ7L;;J Gk﷐cqAŰrLeNO1T f\c!v<¬;/PDqKr\: [Cn Cˏ-QTl8L "5L,v9d>=\zhq?'>;{ E=ZXV\M'@\)Ymf7K49 no  $6|ZW.bZ ? ^HnIiQ67)'JUB=`J$|,49*3_|Ⱦ\dvHwhO P?՗D->&4i*cΠ$Q |ӟ&DŲ?zlBلdKfݐpHcK p[Y=Y8 P /P+*XH_Zdo{t6,) .T7!b't*=CjoAGEw)f f~cBvT04U,eM'B*xMR̀*4Ԛhw;?Sgt& | dnXzW`gpCz 8{)Ηr F+C iͥK ?B_tkFl6.YVN!o97רPd/Κ9uc̔NV:Qt0=ҺNjp6bMuLHBȃK @16="!: e\`G61Р k  /l%$ jVs%@w֮:ſZa"=!=v]v@/X\ID"ІZ5bB9> mk$1Vfx8{"PAW4m}r9Y4}‡n 5\I=DWxB&^0ѭnrJF 2 ]>Gaux Iˈ3ls{Qך>>vO ~SQ5BIZ^ ?$?u:nK sdJo @,{k){os7,i-,Sz٘4 e{ۙrI.>'Js[ԁֺhͭ!OG{i+Ff ^lϡӗk٘nēPޔ%c>̌ Z"J-R/zSH^A+RAo2ҰVhs9'O(?yR*H㿑K+К [B;.'q1Cc[!]v6DHր@ 7Гij 8PL}?y (Φ>x)//ʓ2f偶Uja75':x&Wz^641K mYRxW ‹ vǝ26(tH&['R;AL9qAR>`yѫOaNo\ΚnTp/Bh;&۫m[h?%Ν2axi?bAhKٌ]9hk:$Cb Tso;]ZҶD3å@`NG7Ա;_.%|GSt#x!bi,{EYIA,(]AL3YhP]*{/RAwէm_Kaa,2((U)\ML 6~|-7)"S)Q+`HsKnlq/uv!nJxȆxeu /~η()4kj[Z5vfxMwy"β.4H?Hͪjs̨g"T[r^яQţslLAlP JON_ld<#|~gQ%kƹ^-,P/Yb9:^@zXqrOG 5gL ٮ3߅=ꢢ w r.6]1gS@Q)5ƗG>ԉ"UJ/ 1SPKѼT2 aZ^#Cc]vAf)ma"]!P"Og3O,u7&L2廗3%IMKݪW~-APΰH2_*.C<*i#d) Z }"Cy$1jO cĜ>{rCMU4}]H/⑆jRJv:\%I t)rJS@!]=vJ^gxXJ?9^.=e_n:N~8 R5E#:s ,,΄F`яKo~ tW6'8_~UnG`\$GZx0I[/_Ԕ/'-εtD:.5H^ۅ໵2Gd )xr%bܛg#}-J)H\'cx *g $pT:C4Rs{KXˁ7&פ2nd%ZfjU'OǏCL\{DJ_R Un4c}Q;ro5GAnUl0EL|==(uw{#8H!{]Ksv}yD._jq$uJ2#8S0B#[$݌pLqh,DZ~ք9Y]3"oiK)Qg+*+~TtL8,b(杠:lOݣ48ߋ(;R,-ғOƿt<4rʼ +xz:媾˰xalo<M_wLOa U}hGRl&:0;=H QB_͏7E*{Eڿ0kCdmEU~N T:1)cD˩wCh18fYLcҤ{cXm~Mb5Pwm,;$Wwa~&7&9|@Bu-İ6`G1K٢T@/y pyT9$r $Ġ^ Lp\GRh'ѭ:7|}4Hӧ\#RїHl:?pٺm^R|x0;ɓrd]LJS {ї~.?mvBI?\ۓFtL<+п/_^oPWvtҵflXqڃ( ~O)<<[Skg6+"Jt!XDzLKN@RP]k'Ck<;LʲѶC>Yp-9Ϊ"puHx#R26N<-!/^PFs'~z,3Y1_{ "n4+^\E O/1`p]ɒhOPIG"3%mRlh韫D~DAfڟ09?QHPP*3N;Yhg!+4c>Q=f󗘊LybX5/Y2d3!5Abf'-{,mޚԂ24o8!;c* X< Z0tvLiɭ_`{|8fՍ6ylmJ b֬vXJu^I0 k+"k ?qZM]u :.cndm62,p칀{Me s8WJg @ 0#Mdos56X;=SO >Be^Ko1rK\Eȣ k?2 amW[2w $ '!=gO2}'A˗:ռX͘ٸ5-2_7ri25 xJ O\2ޚmMNSo , ևJD3i#H 2uA);Cbtmː1y \8բ)ЎWx -qgw\5[zV([Ԩ`N;S} pK)pp'̛j A:Q3:udS1'7B+(XӂV3_,1cy\_o\t;)c *ha0[F=p/1^GX%e6*5em4 Ah; a-S [͹uңod<_|{G ޠ0s;7$@S։*/ *Z|}q⅌] kbw OMZ\3[] PS3s̞ 5Afc,5C.%+ ǒ7ٷn`M*x_ÂA.TqH`FE׻ag[PXPvk*%7!K ^TEJCDA(.~oNk1u# hr뮩 ֕LE:NP"ߺch0RA˷-6"X0>ooKU/ছD=ɛSؠ9 mK~0fVLfc" toX씫W_b)R?EՓ_-4TGj6ϔ$sm9dTv7iJ.DZJ/dIY;{ wOG8C2ƨa0wvU`#c* BG1K}}A{gk [n9ȊLSN?s_aSe #>>*6lHQL!z4cmd!V53 uY>Ԑ&9[#U,DREf_2ϜWDV_ȒuKzlZ%OjW3R>fHU 0eyrT/ݤsZwVVAg{;`xN !}p^v/y#g8%FpI׿Xډ{8k* (,Ջ!Gd ϯg\+lnZ %#Р.+OC`Vph(ժC5KUo Ep%q ?Eq5.loUm[WbUCk} [P\^#,+^cAs붨!eQAApXo%Ӎk5} S$QAnC-q!<ʵr0B&]:! v]v;W<%t.v̹uE{$,L_Ba+ށF=s/J]姹;៏7UEHya *BUK"?d@ ˇ)"QfOßRfN' XFk_1cIQ &=.> "U3SxC`a:%ׯ/L%懧ѝ *t&y?%7b7i{P#1i(Watv~ʈ_Ez%vMK}n9;4E0k%lud# b]kzlf OZn_y_&{]d0Cu(UrXܯ 6K[Wv/@Y#^լm\8:-%;^f.훋+j8v>d8om3e,[E~Ul:Mh!-7 Q8Z%59ECUXGDGDQ:Z>Nĺl_4SUSc$̟ "ǩ[+&4GġSa\L%KxYxmi]#lK}.Pm2nӝϩՕTKw3}n"t`F{Acm˔;q@ꍇ[>U;k}dݛ*bgnEaqI#mlrAo*T%"W #2տq1v;]iѽ׬g;F!ļw 7ӧbQ&.i^.99*(k~r $E*smR+<= v\c1:+dUm9x^ I2qTDmMA ܺ ȪH.&!ʮ~Qo˽_,᳓//kl96~6 8YK1*9[f:d8]W#dr%@@$9$tӟuDc)Ǹ?( b q!FqL)```kYe+_Q.‚5+8hGOcp¤*Tyߊ f٬ҽ47㎋)ywq rؼMWzwQtT 8{–яA.Uɏ0 ># BJtgJ(~XtM]{b_NOZ B4)뮿l2[7S_&&1Hxl!bRl4]37 ¯? z΂TŶ]Vb7[41Q+e.DՎ\% 0`cy:^:;6OϦ]ԧ!){6ZȿڗH ()njoF?YbͻĦC҈f_<&|ib"W6b p cC>q3B[ė\ѣ-0)")꼄K]M^''Ǯ:wϞy R}}˻tgGyϾfݖuz*Ѻg+l C0Ol%PՕR =! '',Vr Hnmm`|`Q`ЀtV EZY%Q:B;~A?%F˝}=vTFbrH88ąKegt4y[mCufg|xN~fj׉W0+dž5XD9m ]UAe! :ڏT xcwfݰ܉*c%ݵ޼n40UGCD~Rr^H{sUg+4uP!s܋v @8R5Xh_%\)FxRɈq=_.kӝ'zG?jp7_bL ;yXGrքHC$#X5f-|/ftGфQQQ$w 813a䥮d(ɽ(l3%Fќ$+NzfVlxڸ[fU~|Ծ"1Iwxd]ih-7bm1{-隬x>y]R`8D(/mЃ܌v_:l BNW*|5 (˽Ln52!zEqZ@S:6hGPX^ Z&rHk3p_@ jдndE^ Ć`'xҒ-jFٿ~Ι"9/lU G &폔2]x 9 lxjؾWx=C $@Q4[{4V#Gg;%x]Lt+Ud1 gizA^ْd ҐԌ|kp`N~/sNÐT~5I 訑+;<}7pky~-rqb 1X`w~FXFF &L+WE̿ɍ㼆Ry#}[N65(Z ̎|H: xkgA0%'xb.no / kPZ^1QTf,3`.v."Ra!OjstVBzV̩*y?H}b1)Xؼ혒ZA KJ@XYƌ̌bWŹ)هd<ԗITՙjg|{/sco3,D5-Q ~_ DORV B~}=w-Csq2& E~1O*W5 u=W%iR7Ys[ogT#n5Zk(̂01[~7AYkv"r{|&[)U)G D(^F&fw&kv#OQJ,`2풂@ssgL[,WCn㪛M݆*ȅ)mRs-<"bT՞ށ^' f[Ӳ8;a0p#T9W\h4ԪUmY2C@dPK㨞,P{LAq_"jOKĆpג~߄m5IZB|n&үBI/ls}yS!j@"8aS9!II%)uy61^}A(u/5&Q5L[̘2:_ɞ޸~퀱t.@f7qG ή"2r`s}Gxkຸz3K2PPrMxٹkG@m[ v*)9۞QײCCR0BAI(h-|Z5̠q@/Hy]ꇀQ4'ȓ4SM3ϑY崤יڶS4uq+b{Cb4&(Mĭ^gsBb[5&55ۡsu&5q> {¶i[!l3X ~j=zoY< )IhF"%!ހf%})18b Sqvkl4 | 9g14['qmҭ2/B VQ0lS%sS,"ޙ\6 >Wa|~s7A?[a "Hم0锌w-͙౯{r? 'vd0݃yDs/]M/$㋪HEC:; `F F}|JǓ񭣠o좡`/aț;rSϗ vifI27Q<4H_-QMZ%3wh>wدf8I4; Cޑu+dqm Zoi6R83{#(iz8#x֩.gN%h7b $)W-9;GE O I7 {-{Ғo_lDzǍ<$7.DG)X}}owk c Gemi@`Ux,ݜnE7V†-1ZJ54; %-qCn0\Xo?(A `#x-"I1brͨM` wE'6:©ڦ} LFJ Z^F !dX l,0 T ؿ⋑ZQi` EK =m+DŽIDbRk⣗>7a dܡ̦ Ŵ埦PqN]6bm%YѣQ-EP<ѡպEƒ^[Hw& t846c`Qcw@Wv 5^al`90v9&$_dz. 0TcWtkؾ;pDK氉rO gޑieypUR%3>Vws`Avn%6b=&ZF>Қ[)WtP t%ώsy pA*$/ 4;L~s& W"UsɈw]`Ԣ>-xØiLv9&9He_R^ /!$xYS3$@i-$Ѕ2}0iMСuL[钋<;]׊)L 4 xR7F'$臀)BS⯒EO1f NDV)zoœ[Fu%`5atg#")l>ͨ] 2fX<j Mtg; *=$U~# , y.D~^?3 feX;s" ,ę t_MbD.楯5=ܡ==j{a'>=kﬧdЂ2cA8f;wת@K^sG-VA=M)Q>/`jK,ZoO╌j=8Y'fȇU {QB֧){?}}:TmrԥI 9۝W`Ղz;kTeXL6ȷ Ei!NCt֕Im> ے S6۶)}<#PW xzp]QD̘鈀M;u\9BvTI&!_{]pbuh俩ҷWA6&Wzg`u?84o3*u[!jMEnՅZTŔ@3s0ZgiמۂIY['Om~U"t]?ZIC"Q(T0pIJ0Oo#XKJ/V+^}{LW f13f/(2ޚ32J)  ! -bISׄ=:~9#լW,ӫjp]nt͆QホL@,XkQ=5!2O b?2uwuY6xx`be06iچ;[I_z>pٲkcpˇizOR+G6 ō\D7#oJmzG.;-m;tHj3o\ʡza;Xbs>wtH WʇQŁAk4Hi\*)*L^W~\`޵MxvhQP)pӫ+X+A~>"0VH`Jw;H].e=4AH-܆YP:+^R!>)ݭQxX7 HQ`el \=nAO UFѯ[Wj86X\\ lblvK9Qo,q`D 3Z9D\iK ~xaߵ Ds [b0xUj\!N/7/{~`")ߤs髫6o :ON ] Cg=̽Y;.@˟({1*xt͈ 1zzc?/nIFwcgr ;q(Jٹ $8eoR(Znҟ( p.ԡ]\$]OW@zi>i,Kj.Dvѹl<T-d9eySw{8vM4(rMjWe^8<ݼIJOiՆk;xF Yb^!}=P3ԐNEu ƥR zf&\#ru a0+{[_뛍 j [Cvndt7̶4ôSX/Rb%^';v9>Y6Ù]n#74+}HOH+AXOduhl6 49L$3g?b_JYU02`AsD)sF&]0fy)AE+ZW0k+;nS3d^>( < Ms\;1n,"j {VABo&O+up׳B熦v"^ѼaUcr FMxGhqEy j9ӱs_u LTˮQrܙodLo3Jw_%- o˻qh_.rdotlcbAg"'N:fľٴQub gB&.c̬ \_iS65@u!) =Ϙ.vMDd Ht$4 B5;zez^Vf%[Nf%bnÒev*eꪍ |{{jOk'Г B?SXɩD:hJS+We>C;kML[Q?Aq: %~U+8旘!# j,獰X+n{@W"0󾶏zح)\l#꧀J |9_r_">AT-\[ ]3ܷ @;WW_FJv?g12TL fN= r5W聼Dw"  ƌᐴoBϤxokvҹ2uj38]#?̣OC#yq-@!sx+7vrj-2ΓC)iG$dszԾT xq# °2ەG=_1(E[ۢ~Z2ɧ!%8[脼Ahw ̍j pxe48 ཀྵM6eP077cWh1aX\)<}Ba8гeoͰ//(-J՟xDI~we6d#˥O+ݰC hѫ,2Z$ۿa8Ƌ6Ezi <rGbSx~xUIMH*pK)2Ph{v_ۮq _\2 ;$#9jsKP`Q&*,q*!t%I׵XxM>u7Zug~$O:%0Rz]ܽMmD׮U{HqӸ 3'Cgk MM-[N"MtUFk@94be**?j@~< )~4]/k^G(tC5VR!pRbp $Nh92QX/fbe1SGlcqrjbp9LaAfpq~?T⫆*oxvqd6`zjyw+sgjq3XLR9e{'!z KrsńB5ɻ*؎h@Wٍ98A无^h6; c:ֻ[6hQ=Pү7]{d0yh_v)G1-w֕K$;,.⒐w twmՕ0j2EJ !*5,ܳ4ê6._F*R_LYMU7Z+$Gvs}5J ra>d3Qp(ie9FI"6Nlp["y<+# )mZ0úkj\ ,NW<{uVJl&r6}f[ ?hf,N.3&\tg!E5[*ibhV[eXXAT3J“O[y';AʪTevvTL3o_^ BMDzñt=Lԝw,1uSʻfW@ p5/j3];Q@ b3~3E"gWvZhe?{7j8S=G\؆-Qts^ `7r(R]ٜ&<4 0fHX}PT=<,1{ExcIvSI퇷POEOr-Ĵ/*4<'`yZ":A%@XmiѹvX~}qqu|!rőc~P͔m~p;\KkXPe&U2# Ovy΀ cƣ5"nvT+w uk>bm8oFI*=R[y t`9W-{h˿q"}'3YjahF,.`C>sWhD/aHm8ħ[3{ҁk'1sغ˨gLW4hE]R-TH´[X|l-Yݟr],r]Cn<ǻ!%~*I"ppWyY`}4ĭ L#*ߟ;٘!@.q- C"A<!,7D:DYt-T̝u> rKY!jUoc !Ϲ{j@v4cwM%Mn4zk?4TGRݕ6=Oi/9,АzyNRȂi=^~d*zA[LZ_ @GAԐ/\Q=ca\\=YrdboDrvps7TƔt so^ buьsRCN'nfO\smD+(),=m&_8F}v|ymQ;GVFv6m!ZL~\Da ) 8ي>;t='{)$Gyz '*iQH|pa`ǞEr/lXM@@:wRR<hNAJ:Eavf2d7-,P>f&dWlse1KUUK~̴~:V]!5i'3ÈZ$y4?@5T2=IYj0ō/lZ`Ux! "v\aLm&1o8x1:0E[.5ֲ|-爋N&kͮTL&XzYDɖWݨH3cF%[}`ƴKi"UX!CȋEF|,g'$!RxRh_r AՄ :Sv BȎܱ?7b14385 VY݈w >鯩BgP64rx$ll>X#+ҡ iX-qK7yQȣ]AG. /HgP~w.^qx0{5"/%2 |sk+'%>6u?/m#/UK`}C>>~Sڴ%&3)ED/odo =?C@uM(H |-4C,^a8VFb &=O.sspʰ$8MG56m܄ĠTL UF4g\7(wۊ7h5@{Xi0i_meoφ]&,M>OO*s<VmUkE=-ahlCɳ93b$OIQN(vS< ;~\}2/٫Shmuk#$}T!WU7q)O1xՀh({\h*M Ň}1Qqv }3{6"а^ʊvZ7I.Qپ茙/ JNcӱ'njD4`հ?[A6DF4uIy&<;aDuу?4a> j,?qdӸYmz$(0rX, J ;MMc;d = $x ʪ`JNq f[! DIq4#tb{B)Λ*YJub*!Y폖r֞LK_FS(OjrBNʕvk`|{} j *ܢ3:DP븫)w97D80x rɇZ%}``)v?aUHbN̫НR=FL\Dy8/M80mL'W]PKΕZ%g XAn:&?Œ@jCi2'b{19O?ALuNw%3%o4Xyti.@}#^ |xqWfsdIG8EhiU[5-l^aq#B?njDBZo~54m:41ZO]o !8[(C[%`ܝ/@YޏLMz@utne__V`$QJ~tO|h_CUeJ7;4I^?!Ct3t45&+P=y'QN E9>#HSc<.̇uB:):6ՄkGa_-oPiUbFӯOU@2,JKab7?Fa[erq)rqܞl&"м%*U'"Bl's%MdD*vY ckc*`6J+'gB&jF!o,%921钷#\lVSIl:v#BW[F;vM RxdV<6ٹt5x:T,²;-N/PͰދW2-;(Rk|:ފ2$V QigS>m*dv qW[>4q+ 2\f4TA3P"7i rO$ze'>|YZ(k3R59Iuάz>{\N\\`n E7HÍ̡Ds5Ylo>n%z*@߿KzwH-XV\?B5HJWJ {,:Ecg{gW֒ٿOşL3scMHz:ۅɾY] Ĩ_apilƒ8L '[Sk Zt,AZpâS5P?#󡺛 Zj$?n- MP;7|mBs[>%̴͛FgRFдy&N`7=X=@zdNf j7SgQҰNbv@Ĝ[JX N"qCĢ*ROOB#@"7xxcy @#FqD qwM8|Fz"N\<{Mo~de IlCcPTq }OA8tL:TDX$Գb^(S:{]S@$1\j9­Ȥwf<7Ƞ#=d|UYK\s9 ؟]bEtQ~+˯sViȖhSaBUw 4(ڿ Ah5 = 4~ [>V7Daσz/S{ٖees_K=Nniǒ)T1GE jb hb1;(j ρ|MVp9$z|㐸ﮱPd|-e yTzXD저\Ho9№ ZIZ~oϊs\?v0P$L^>ҫ))NV9OxJ":5.TfGyW-.=6T·:(LįGFS$|d fW i'o&/,?̩t{x"`rrINSͰɎG%Z'lqמydpԞ Ϥ"Xu=}-le$XKuԟCFж\k_ HpoB _baSGmJD7Wܮq&RL ܥG-ƹiB)o1Zot-j Ƴ~.z nBie["BiVHȈ8Pa8trst2@CTqz]N0݅uA1D+.u_| ܀HHY& Pc] feH`Dɶ9uF|hyuqD7bVrIZhV<`> A#3xQ9:I[4'pJpi*?rSKF]v jEϒli˶%HC|[D0 ؅ X_8Z2X8E؜>7S%8s~n$ zԩPRJ*oiYlFܿ/8veL.ɺgvɭ*jc:a>5;Rw}_;E:$/+;Sp7FrHi(hn:_*^>n Ɯj&Âd,jaɊta NS-YNП]4b\on B@5 ɖ:#Kr__1ȨRC/]@#ѨDUܳ 4gloƄm\خGcgZ2Ӌ [gBg%P^}C`0cwEHZ(¶GtiC+}ph lt= su2o)&|kCGj҄f|)S웥k c[hw(#LH(3S(aHE.`TV<9a}VŴ1 hoC `J% 0JUwC׾'; _ $0@mS*x _WiKֶ!3gLň ZAʸil=ߙ$k!X7LUl5o@ߝLL #G,N7UZ9gg[f`Q;vM7P?6΢H%ֲpWS"'Rσ owb7M-uiΡe?`e=Fih![G9i)8I`3M}*I:x@GUmAutS;!FX_>,[uY|ޚ>./~DkPi"NG.܂,ۤ>T~<ce٩keqr$gz@ @\^lT}BHNH;:kQa)2+9wmLNBmAḍ9D I$q ?ss.?|/DwP3rmx=CY=9pƉ2Cɝ>^1g+yCJmo4I^r&]1(T4Fcu&Cz=/.:Kɋ?mx1ZOP ݳ"/ռl|5sʍedZԪiVK#b#\5C!Ǭ^TЉVƐ@m%ͽ$;xm "mTĬzTqG{ {4@HXyO󑱙Y 5` L 3,lWbJjy%E :*gFt[ }YyAmv]As2sDaސ=j]鲕<(d!J6k&-{ϸ f <$4݅ea`-+6+w ]uQ9= _)2@T2.}E>R~wY͋EȘ4UzJJ1amvq(Ϝrj6/ǟN)3{FfUVa])jB0Ȥ`R5LTc,eԌS&)htC]58+oG{PtS H޵FѹX?~h]+/q-\3=<,YW@L5QLUCL ^/2;$2P" V$)q+7OqQW9L&QZ?_u`Uy޽ ʦȺU{}0՝n܊t)[ ^P$. Oĸ2,la÷e2XB 7I, N)?nVz6hb6~&8:6̨ܮ\5Z'ڎd~S;@k4j?2=񧾸V!kGvD xPm`)pmWqjv̰{w U1*$H9GxI8G Vx1~cyspXK WBFhAsoGMVTS_exBi.'8AK?'I ꈮ<֨?|E,YN9R7$$L!M?q{)3 ֫Ez2vOgZ.!|3G_[@d!,VWC~MNتG+?R`vqBC0im~ͫd@-5{aܼ$wͪ,n̦;7 !HW4XxYE^Tݏ2I⦽8dA 5j.BAkQ ~lK'->'$Q_+e.<\^%?y:ީCՆC(Ziثv0-#o F@(4O-KN$\-'ڴY)bx݄AG!\h5<@0pWv)\ rUUPQSzP@n*1R1V rbқ{I$s|MH fs[fX )Fmyϑ@ίD&,w5̔su)XV-|F]_AZCM5rʔkE91gqYhh,ygem( 0e'-YL-a䃾%pd5j2zpB{5idkn"{~ȇ\̪~J #4["JXa,֔jޤ].Ig]m+k:RyHUTL3sύ-h6)@|3XvfsO;6iQB`ɻcBNIہґӨ~^DnB7ڳ/Xݬԉk+ SKq| H$!vиE{/~Jkiз) :c05Vއ"ԓЂ,b n8)Zo ޺_n=m\ Ŷ 1&p8h֏oo 9lʕf|emh(F =؟t[YcJxŷ$\tVX+# Ū.OKc3fz0b9B3)l<2PP&91/xlc&WQڷϬ]B#Ͻ+G] 6)ʗ̈́.r&`6CFn~2 {9.$0at,knG#O|%Ҋ B` OɘYҨHW9T6 <= ݰoc|1ot:+RhwKԮ;S:JPݗv +R­?D"*C vL= W}r㬖i!wOez{BR<C2)aoIq@s,@Mf rQt̛6H|`"ӄ|#Wag>(wx R!'M*j,\:^iL%{+Iۑ 9̍8 vɲ.8>^@?K5dMx~wEU@fhSyLGD?K߄T{ ]xܩf w#szg uDEH!Z%3%3Xatp2MhV%v{OTN x"g kI~;}I*sm0xDaÐ`Ψ]Ld! >86OQ79KTRcJyl)F~vh>PLuernO6# 8}T+ xږ2*?*'cY}ok^L۷*uv6@`CTX* $wH>89br44o#R4@ʷ3䒸s(=obfabqS]=ۥہv=->9gk|VPNlز]鞀y4~hsN&Jœ_*YcNi֏e[i")@SNh|Z*n'W ~BvV'A u.2 MUA[=zZ+8Ԉui|`?~9qoea]^CHTR󵣶yXx}RpCˮK]~ iS<}| EoEA2=QԒECجpI=h7!>+M{OܳkD\{*K.KZg~Lq /8jtM, կqD;-; `FKē[}4~~ Y_] ݳh2ϱ"MO#TEnO3\ 3]zp;B$`[۰# WhNYeGVphX-Y &.u6mBuP?غOu3l:}7`mkAȄzތjҼ"=|7BQ{ W^8)`y2b$ sfݞoC#|35e/e.A%X@.{ZCy IXIXhF}iUz,Ank d<SR!&G'C(:occcaxlvi`@"no0Ji̓ZNPLVFYScy(LӫT}TsG=?m ocGa JߍG@ j0JclCw4O9;Xd0H:3BX j_nZgbkY/ bKfr+*$3 [~1d䵨u{e_3 "# <պaCvbUBŘ;e3 E.MqMhmUڤɤ[#o AY7rA+bbY f`&{ 'gN弅h>w Q>,;eͧ&55fHL tzrWLu^B$?! hFsz 5OR4UHH֦[LgBZDB)++{V-xӐ3z8CXTSA2LZkTY $d3{]CːֳTdb ^MƟAޝ!9/ٷ=02Y^sv'sE ecL![CAtwfa=̖m&,ڗd Qq֓XzHI8ʃpf]/_cX_V T(bC?%]>L>W&ܟ*,Hj8i<a4^MEFcaJ8+`ױ]:ҏ1gOȃM,$jߎ䔕GFfZLF+ !uDg8zDr"_uVE2~7î |sQagмov;2W3rv;n\f|NK+Ԫګ۲TN*}^( <}֘E} !T5'_-h4c{dlnu1J>M*'x,fIy;DV>S$ReB%y3[LPʌXt-hU(tHو /OgHƥP5GsWHw#+ vL=u]E)bqP.0]uȫ_[mcW(>d-t-Zִi,A.#ʭB+Jhkx}m5WP*z#H dWas_OsRQn9^IQp2GՌp6+$Ndc㔈:bb|en2OFsQo"ߗevVACsA|G 57% ʩyS%"౦e3hTݳpU_.w` Tz̙v\Ѥ}2msu&pR0`Pi opm]b~ލU^U(7e,CbEBz`Y7H1JZɤƚ/!hr{v^i]7TqCNaQfPe(Lנg}[wq~hsMR`⏟x3 5¿)$O=AȊƜ:=WC2jb[G-Yς6ÃdgDDF]ov0:g C0ihҹqо8!9HYm>Gt+nRSygq!Ff$6QqJn\ gfl hN TW◺6/cUi%#~8ҺkE.ty%ɁlHú%ѿRCO0bnq|k*?H>_P3\ElaOUۭCP+Vfp&2SrHF[}Su\BTp 2}HlT)lSʿ"BLM YV.a -tGDr.pBnPxcڍ*華(*b3،lw'$Wp 1^nrOO]h%i3FwDq #4Z»cV*)y@MOUnLAnldeHBR9/m&tNl2DL5̨V\s-@H{ @ ZQ5ƖW `8,]5'&cSg^BWj ofx:cQ+9f} ﳤ[M>o6aywD |f90tR!jv*͇fx봲;l\/m!yP?Y4+˅CEH_G1˖\xzƲo :d˷D|{( I\ <$* }ӟ |!x담$tn@e^H Y }?uzAI8e!}v;i"P~S |)Z}G[,TY:DPYسqL eQ_&BXǥsk`vfDQY6_g/"@/JU$cE{ƕ{< 5)^֬oe mY/-v}@ )l׬$2{3}eA(9e_WZ%JZ)a?P8EĚ,u帞2,QGd#v7fH㘴Η+Ct7#íѽyNHhf-akn.8rMJ;m澊 (q:O~]%q؀Ra49#p?_([>/PW,~hG ?NV Dad+Wc dhoOC ? ("yc;J"K'M r-@j$>Ta[b]3ǣ7 = 0Zc~Z;HpWEk%#j:յruZq/r+B/™[@bTEw3{!5V}0ؙ{`>Nn;d[n=oH0Mޮh5iW>~+\cxW g^MAI@hQGx AwD)gbTl{v )峕O@ ,FJt]kGA~7\mZfNr:X^_FPBAmXjƛͪ4atRwD:CYoΜw1<&J 䯖9)6is]`"FY0+9^z;^Ot;nۓۄ wm+t˂NZm`4i*gܰl[{65~Yf: /=sKɺk5[#>GP{ (-}ŷR ;'E;\vrfrrNrpX^7 D }k~ۍ,Tȇyph0 p!iHٟ8,VaG1s >7L' cВ!l.8>I(6!~*$Jv?.[:lMo!@wX @{&/In#nh< 7IkJ#,'2UW#m#U~ U|DlV}I0+ӐNJx,wFVIx:z]sa#ghmٲ ݕDpu%7! PW■I>Wes Ne弻˂?? tp"#!ϲ\2Ќ kUp|дZ_dZa08zW]?bSlMgԿo݌Qy:+ccN'6 Wqf>So&K[sz&AX(T=<nr~1"lOSPe1FsoB0f0@cg? ILIHgf]9`/3LPp65H$JE )0Ɋ*br#+|*CR&X:3Z>Ab ڱ(:6:2t)ke6 vt)ׄ/\*c*uNZ˵uΞ2EթXXzyI-ABn5I}z@֙ᑹS톉5V@yH ig=<)9'-OH ?ˡaΕr <"Fcu/+-kZuXOcH< @;_LJeœKK>ka&oW,\7aQ`bj@LpESˠy&Uik\/d$,\7Ӝ(f-3lٽ7@"(L 9[Պz ]x*)K9S`woɍ^͏jv75 f/./mLNK&{x?qK;TMo3vׂu[(cm"iEdw`Q煗lyϸKRWuW p-i 嶍Jjb37C5T̅bt"@L@SSF*C'=W)#̲ꂫĴ|#}0V4WwU8tx@$"T>џD"PCLE2Ryf+FMt8[r\Π,YKIBܔ`5ŔafrY^^FZ og\*Wbq1=]bYC=h_ׅ9@W@B skS(p^Zt_as&.ScM`ϑ??I9ڈX`uFo'CbosJҶs6;8 QDW$*啝t5Th#a<^p nD/aH[ghkќ|-W[k]WזC %Hp>:gr{>(ޑ(B(ړ? n¢l9;oN$18 j$W_E$,^sm=JZM0tA֨/u Z!! yXt1u)j8ƍC;'(S>A"xٻGfx;Wr&4B6Tϊ@ÄoI ;riV6<|Z?Mf;:G:W'V$vlAn3aRfT1YO={{'+XZt5z?x.E [?"|1Qt۠=Vt< (+I%D{peP@.Y;Kk+x)eV6 Jo%n|Ac|Bud{NXK)'Uo0lHmkGR4VW0+hQ J)B*cxġ(ݒ*ɦ2F_77)Qo""t{r *﬎L<>d vfbπb梨A.4oWN"f@u6ъ+ۏ ^n7"0.U7|#U8x)OD} G3 "Bc1UrLjNÔ PpuC i/d߿`diRaU%s;Ro9_3qB:@NX, /փ~ |wĦoO%ΞdNΏD;/{nӮuS'G|)xN+r8D_*[:@ȓM_pݢ,}:~Ҟ%{Tg_ wg_IiE*Geׄ{˴we?d\ . "n,S751/W :E xA_Lv_|_HU,G tLExvkm0/$(˟ 9[ZF  q2$9).Of7gs\ȳ,}"zNꤱ+ ~thV;Һw{Igws7M)l#g#my3z(bGjϳ8FhaYT`a$\Cϰ3u͟xML;KŤZ1!"<#PWƉ5GMti*[OsV{QJME|e9 @V!0]AZ27N޶ncl7F]Czޮ*sc5ZM|ƭkO;%idI]3N]5$hH-$ͣ+Q G{@pN;/+]o۫P߭͸cwlo#"RaҲ_6%%WIp26gNdvfkj3X܏:У hg9,Rͳ(~$O8b 15spdhN~AON MлNK'6G_&4f9qz`jSo`DGg9 BPbl ,]N=u]cj~y=w@{#8 䈚,I5Y֘aׂNuis΃R¤..f]= LرGWUI Uy1Eopv),?.ӆ~kx9ʤ("Ja5ČP6fYEDGhɐXאCwu繱/t_Ȏ#/}%( Q=e3eZ}Nr+Q??BùMlf'}\ӟ@F-؎HȻ9D aQQSUȗٲW֋ui}EAtHFOq֮|z/Fs_o5M.- A#Gd9ɰxt p@Fѯ4N/i:FnC̳qr8W =tc<)b/XWD-mIռӡ=xiT}@ⰰ蒶{r8E_d#c)1G8@:$ >t.ï[>sĐƄ?{OŹ@_i O8? VڙI&] ?^$-'2cgQ&.G }S-|̰aH弴u%&:Q]^OJsּP#eŽ^́/ c#x$$$*\KTeAO?8TgUƤD4% ,\v"D_lNh ޟB V,֪͐[!\~S9<ܦ=2:m^S 3kDz}twT,%PX5߰}[sY`p5j;i KNyX31dx*P9)°,T_$CVQ+;iu.]7 b{MtnJF$2"p;8"BoKY"ٙZ^42zQ%, 1 y:ZqX+YIRSS KfkZ ZCYLƔ}s dڇ; 0M[@0,Σ%,Ѣ] :+uer]zil-~o@s@xMu?HLhe,-)#F[iA$FCl%|e_>LăSܪn=.J}n;g- Jv;)IɈQP 8(|WEaF\' d;Է.DR\N~.$]r&7C#:`O]gSMbU!Wf(+)I $L5RcBi_c+Ne_IrMh6 * (DZ {CJnʁ^bcM? `ʣcͮM9vYeS)TħNB6ٿw%ž׹5[lpkܭ>룰Y/YB#ǖ) B^ǫK^spPY~0$ޔ]UީL*OwK1Zx_e<pRd9]:q'70t8 Umxpp <ɱWԴ+#^uH a62x2Y[E 7g:_sf}c>5M>3TFqӃ5Id@K +f|j}uEȗ8i.P}_)󨚌pq7\=1=3\ba汬Qydd)?Q'xpJR69}b,=I}U@S*:JFA/r5EDu!}fH+]RP@sm@G.0uy@dXޞ,!;W) A:şK8m3F{$OnAU7PmTh_1e8#0m/l"qpLBce sgvwqzF@ܝy{`WZĒ 皕 7/{dZZpr+뼚zbA(6.0s˂:Pd* ԋKVuɑuk*XUɗNxJ(zq[f-MMC38hPq f3x?+DuAhdDbL,H~m0%R('!:}g^*b{ ~ jy\YT*Bf* +tI-^ҕϷkҡ6e9EG8%v;"AblD_vʧÑ9&p+47ix"uBEϊq 85jdn^wܺZQ9aiϟ|I~~V:᯽ɼ:DjiFs$hsE*dUIȳ+ \-Gc Xdb$ O5$z&#TC< r~[t섉1>ȳ - Tu18#؇52uS)Jˌçoz=S+!@as)~йQiX<5>кQCv\9vaM]b<8kEvx|66\J%夂HH~uG, \Nz3<^Lz2DIRcB3ʧ'`ab`X=a{siwnrG˰aQj%I(*RއkB_H~^ zDl`5.H y9c(q%..IPio͉ t|Fnv۶/>Iݚ.=[6[}M[k&AЊ|JH=؋%'q)XN(NdCf(iQbߍ%v3E 2әPejC}VW:=iLaE ?TO:NC18lt<j)SE,(Wvq/ A-djEVK辴J֩ X֪oȗj=X5Z͘y`G^Y93߲Z¾Q~3H*g GIuX6]8x4*chd^ma4yam1 gox @Fl %1u#mAjtQ<|CwRFn̋$ETx+{!VH_ /$O:1]P'9ئ4^`v$3@38|FH,KA|q h)F]l~*8#έ#|5is>)F K ?.~E>s ;ֹ&@6Ig oʰUT" mS6N&9ޕu CcJj1ޝB8 l)0W~G% pTJPT s7O~`Oh%ZG^Fb~ KQ*}t]хn7;*%<&hV{r_?%ǀm?/9+<*C~O#xE$ ᗸA& Z:h[Ą~ɇ+@xXH:vHv S7uo 5? @Xv2Bjۉf&VA_z@r!^"i#;8_%δbTe LM@'cdNq|1 laN>G *.bBK܄Kf Kv$rzZĆ KƏ2+_w %. 9RYO>3c& '~xz0e)y($'ZaXrÊDzzb_?~fN2jpeɂu:(/_[GAeSʸգ=4UL?t0PxMm J5m'i'udRf N1nZJ~+gZXavsk{Ol;DxZ+yQșL_r4x$0mbS3X'(tTceEl^~{pjF99X3#>r"YK"Z**;{0앱 yIzfw=Lz!/%% G@xd^0yb8(N{B.1&s&hF@ X( u-Cq͙P5'߳T@&7؄!5mf ̤7s\vhoݥ}VD q7%nb] A^>K F[Ob1ʶ Ks7YDħmJbϥO 'Vh%R@e({ 1O܄{. աv`Ԑ=s-?2;P Y6TK_$Ե=Fmk8` ̇ݷ7jPrϑG榠Єfn3N{_Df[ʂ;ЧyƣeM擡F‚;/#@ EYlY8T?pvီ~OyWH*!.ZHl߰$2@]8m{ku$y8'ʿ#$_DyvO58G?I 8󊒡c#pV/]/ Gc!"JyU3  o>(!cG/c~Rx`*`gj]^usvG'&$im()ۊAZ*\EďdC*HChV Q> ; ó&Ab`r4:^?::t/E#tI$ȗܕO1ð@T4+KY&rH'=};0g5uBi6{9uvTD yO\Զzu(Ki]]z4q'xVs~K#q*!%:B75D*b=C*4 -9ܒڎx6$Å7_ !>fG*9UxoR ;&" 1>m>8 n+B74xG]n/XP$'<[&950͏'{tJ4~ xI c&-c ~|Tbt8s@R>.`Hc% ,VV 4m>t#X2͚j'7cZ#*H%@LZԬx%mt0I0&־hն({M*c,u5#3YfNMt _kD pNWL9mIH1#3ߺ>$Z8$Z!Lf*MV?;zȬ6χK$L{rq#M@`UM1S]ω VAxE9D,b{dVd5z 8~f%T+|O=H 2wQw;Yg?-XHpZm6!~R (^|,Sj|3^"҃@o~Õr: +ץݯulruU9Ȍ {h@ -?\h/9WN ƂwÍ~@s]l KOdN8ωQ;L^Y Qn)#w>WĘT˥SPژUO"2ȭ +xϯ{o+fi0wZ?T0A*~瀤Mz5૖BHO̕ ">?/8cG"`٭$7p%#K-(J״H[6TRNJ|RP%I9uflۑ}$kp4P/^Upb#TH#O֓%!Kx2RVY`6ˇ:%xFhp=oBx\֏oGKdž7W\j&|ۙ7c..`9"Ks{#X~  B5<.Yd-xE1CҴwiJҠLA\9@> jn᳋Ltb=i!5b.*N :An łU#ε0.S;Z*?a:$|K~ȑ,3/9r OwQ9 >[ >%MhB]FBV,89QZac_dۤrF-#C5;BomfʌVDc ЫJ[Ϟn>솏EpOӣ%# QBŜ{w l˶|Be(0).3 *^应UBCL,\=vO&G6.7h :S{يb ϵ~D'%6|m,PKB&/#XbeCAr}>{`8G%Lppt,Qv x} ^ ۍ,s YJ#OAwi7I ߮&!lf nfLy!tAa]Z>$F+[*Uva<|.&}tmN^ecV*lzKQp]^{"AZxgpz@<œMѱH>A6ZXT L?\i[!:@[ߪLC.<\pope- 9 KJ.*ol*f`}YqTҷa,Gbeգ9H\cdu)Xˀu^O\:ʓzC/f7 W5֩[ePSQ- 'ħ܉d"g# xT9.e+$.am QHKCl9U!. UI]IȪNL3矋-B+obThW >H:BPA6^;w5pL1M(vaZI̔g[!,KUp![hA'DT=,(Q}23iAtwt/ f.b%ǧH~jPf9n%/[f&țzZ8tQ)ffGO fP:T "nGjh*:OhYAnnT!܁v1udKu;ZeaBKAfR08mT;G,sW(?>Gf &X[fض @E1Z8~Ք,_C[~u&id;vv260ʆaZzL"UQ? .d5dӖG1F0&DS`M|7J&*2 ;*KKI¡fC1:=XWtS2D&?<A/0t{G(]JR(Xby[߿ܧi:CF2lIH& jLaO+Aߴ-gbSz%:.Gd _k=#{(/Ǹ1od26$חD/x.lvD L A9]!82 {W|,L[+xP i^MC1KH[ BMMxS,!?V݂l弱jy8%*ͷ!9kݽ7ͯ/nGv. m S3|N})W\!k r&UZȰ]h¼k&*ᣈ>'i窣[+Eûg~>@ڳIc f*kJfT*3)ajOK$j^X (\h3TNB,@] Qcuzzdh:-;Wy'06\uK l1 8e#FJ-YQK$݊<tJent` =R^H eud)[`xDkb,qrQB":#{v>7.-t{XǛkIlR,UP8Ofۯ5cx>Ϙ9(burHϟx&14Ui}xwDg|iTCGTOYicF2@{ ;8Zz^N3| Q "kunzSF+-d9+h e1jP,eۓ$}h/wi 6ZON{l|p>[ȆMՑPb |WMm?5)8eodDDiڕbJ\\۰nRצtcWf:ډ"uNIJ2I׎* Pf&VS׺/1J?n{rseT `jrϜ3:z *ؤQ H&<eCU$ӂgRs(v,4&aF Ni9;hgx&J,L"OB=ATO&)j}W` N$¨!>\]!yfñߎzNtbBa0;Z `2ZC;88ƱH5hd@b>4Q֚? ڼ `t }P}XN M\d݀Ӈ] v(f>g!J^ً<.4r@SO-g ^=Dtcdw$Nk~*n/zM[UZTqBvh}bg茒H5*Fy8nʵcԔ%TF\ܷ!1V^#O [!IYb=5=0^;gh*܊_@  ㊗С4BVYT%+a]c܋Xם !ţ*} QI?%Ue&by׿>d/~(aMH8*}͔K:,٠j좕a +zX^ eiъYՀW7\F=N:ĵrXE8b\`-Jz[.@&3=&?xJH,u662@G~^Elit5gi\ 3()l4:x. r#*ԳJMT4!;Y{l\.7:~y$AD hf '<7^Cfǻ]G P.Me=T[Jp<'Z./}= QzEs~ߟl|t$βeIduSzjv?4)(B̮QѧfQEG/G@L8s&4:΀s647/W΍[ 'tMVq[Qဝaha|oFl7`)n3/B6#$}R}'(ye-Q 9F_SĵO*I!B!vlz&Z98$1Bgon@T?˯zbSKKQT>Fܹ+!Xf,f+ʥ{#=775Ed~q pڦ5>efX .f \W`$-%_8QxW?{qz<1;"#zݸ5J%hR풉y3Ɛ0 VBdȔo9[rSU+bTRdN u>C[g:G?goU{'Ek]X]b| U,9ZpŚ "?R,V,#L0N˜OL,udr>Yl]z+v'VZxa'0`(6wʮ.0R"qOJj (8>ZJH9{2ĤTRg`A!@.|f ك~\J!Hlq@yx ch47^פ%_-,q=h9dV^LsXiZֶAy*1dS''fY oÊ79%?_*o2I!oM5~} }K =KPUd:{ D?l,w OCfRG ~۽xJ1SL Sn"u'K  u@.5ihW?LѐI뽗Ub*gvOa{' T[UCc,S2 <gkT#7dd g;yw"[uA^AYQRQ/?a'>)t#fb`~ 1>sdkz]0aS fUT0 Mm:Lwqe I"7DG"4(CeFmɟJ0hVrPXii/K^@>fߤS!2xV o)kX6Ę uJȀTv/w3 )$VЉf* 'rv=xD%/=ÛBǖ^ZUY>! |(=o52;5cxFk9#D *5ӉigVlvTtxǻYnP6wR lBy\ZJwdHi;-4y(OD~tJ>D|^x(C# ?=s`dDG=Lgؖ1|Ki+aQW/CifϦ/ick['-sTUc(To+JYeRjI6C l2џSĴ4?j뙥9sh.e{5^`K^$L@ t2gQe, 6 ~c$4XMLVlb…}D廫D, EYɫd P'> 5T.jfo@n?:_`nLi*ɔ?OUfʅAa4\#_fÙ>D/%*.~ =Aӝ78wav 7r &q~ CzKsXyzQ3i: y5uPb̜yt0W~.2kz"Q\h!S (A j=;PE NĈO6^+;tx%(!z {fE y6u,/*HS j)_ԉ5­|]{3zLbO䷶9-+kēiDPfV#}EL, 2hޡMJ4q~uu̗aPsu-bazoODHoę}Hh FyI[c%ut ˾=1lmv5nN3({]-BsrmKگ6(`SM5fj1ʍ;=ޠ3QX3Q-@ʸ1IJc 4]ⓞ᳑I~! 5DW5uu7}6eR|u!έfgyjE,sIvQd0XO-Ó:W'L|,h,[b=EzbcTAxPdÊ4sc7♕]\uS*A&"N&+M5 +ȣ:O]tާ~YEЇ0h[gvv&~/#zc 6n_PYfJZMa$ fdW%Nȳ& s4Ӵ"|k0{vB IFIÐXo7;CCe{cI= ־hx*8 - )44^ѾنٿW _FN0gpkŗ, )ǣM²K:C{ 5ބG0c[gTx ^:Lgn4HW ine<2D ߟ&Ԧ ԙĿc4\mg1i{Qn>_S*$N4|aZuWx<qY#`DSX2Eܭs/C`%gpGu:A}qHt6?^!9 `jNezyWӣ($B&Y<ҐdמsVEOMs?j% LXy7f({2 pֶ鎢* %ke毨&\+vgЁ,82Ͼ<%lDNxF-VCCپ$;.h8xf'U5wO|z;A 8܎]&j$BV y.+(is롛GckhSu;p>0Tv7מsI eX ꯍS̢vHU%^7__Q褐>2BY*(PIN&A AlZ`Odcf'~mwzɨFvX&xt' 0>W۫2YMϒ0ũ~0y点S}5cHRџ]C#nw)gW֢΃by>WX'bFv<_2~\W/9lmBD.(LZH#~ҽE@RX2do <i~Tr{1IߔLŒd+*Uý#%ͧ'2w^e$-2u9gqqrX;h(2v,i$lA A%) %[dbOeI?PdB)TX7]QdSc6"ir0O.+s_~yCZ?%mwN\],2wpd's_xw o16v+ ;YKt/0A(.)!qBZ'l;)i^)xNʳ)jW5$^:  O1;K8ZÏˇ^V8 WWIg\Y-n.RW@KӺENZӀlT)-jd|-4x慫FV~vaDf"h xֵڎwIX#bbH1ŻѺ}Wk.ȿ8}Bn1y{?b {ܝ} @ZZ&)En`̵Lx =oHg_sO&ws#7-8WP1md웂WM=LYGo4 c/|y~Tkh6"v\ھrL$kkRZwe84DOyKzI%۟gHѽȝ,uO~i26Wrb{xIޤ-Ѿݖo :nm eQm9@0~\ݬy@JvFBB9  &F`zA'Z:MX#j͌n\䅊❷_ھڬ k=//,ݤATX^Oz Ib(MetA(XASNQ)_C57p颖?=  FF7uJ\M}nvc No1_/Z*G0J[WCuZOg*KRR`qhҧ]!qb?P !Y~6X SG纆$UkśP v6NHtIP z iVTݧE39Ӄ_H2ȄB.vj)_jd K"E(OWQUc HI5@"l=zr`{>HBA+p>B|pWp3។x* a9N`Ndhd]xynh"ŌsJELPU s;n%O]V!@zdǰj:HFLS`+n _PLsc hJH6ccH*$/!~y\ XYq b6,W`|7xfB rZ̄{S" X=9/PiHR\쳧4]lN'/ir{_2yK He$wFm❏Էh6.6̱޴IF4ƱJg~u[⴮ˑ}_292`E =HXC 7|7c7\_K] ߶S[9lc97a5[:דvP(yVLG>7c0s"XI-e>~}+bڟ\'EXz:Es+DmcȍU\Likj 6g#DKC:$,V^\-p9t 62 {#j*clfH:>Iia^YpRMRQvIlda_D_ɿ_ڵqMI(T/EȌ)(JEل|6#,r[bf܏_ }1ߤѶ(Oz~ 2*i3JʫmD{tq2#ɓhc%p qeh^ 5k`[h^BvKPgzE [p#~dbso$?S3G$-6+'J(&2˄D9LS{IIep._ ?U8QN@zk,HNgCά2ҬJx?5m{rG4:Tiqr';[s,7}Ck~T{1?d#3^F2ًIW&HBqwsa5@ϘAF9r h }SL1lhl0 ͋tPu"}\+ N“-3jd96g_9&mF#k ~01jDƍ O(.A  {'gSo7Q}55]z2Ŝ,%,)FM1c,p|6@4-4 UTXav? W')8.s6( AӐ>5j洺]nfNQ\WN(Vg^QAD#uG>*D/n.lvCp1G65#!yy]R1&9KᶸLB g6sz^ΒGav@b9wצ{i>d&emR~g}"%?'8a*X{TfIiOPTmmߍHMJcިn ʰ<֓Rih a\2}4yx{ =5Mb ɰ)ua|yDŽ|XPC0|C N y5V 2>Zpп䏳=4׿l=6L3RJgԸ#w]8Ij7umoAX!뙳~P__YⰩKXq?_v̮Aծ !.,b<.DDžakXԼgRI;%6 ??B 0;)< ~{ӈ´(#g;vhѬ?H+3P7xVqV^iBQs\a[!bܦh9(# }Y vmtmպڑDirxʁO%nnrd`&r_d07a!l9VPmf\scTuG9tP6Ԯr9ᥑPZ "-PF%ׇ%eE7D[沌 < gӈB-ipr+0o6,knQifiX(xω^sc#xyi ʝ֫`P;uawӨ~B?}FQTV^v[+,fjZMr)eb;\ MG16'\lvY*=|zzNUpcB~K;e}84}0]s#($ Qu?[`4t7d]+Y֗<2HݾRQǩQV&gc͏G#%L(/,sXٌӪS"L$ƄE'p?Ϲ7U~^ {(PZ @>Cj\Trt۔ˀ{ObOnZ/q n 7nL|}nՑe# Zoϫf =_C^ *3\b)qY`zdXhLצ*)KCtɸ.oY8GCTTͻ*c;Yf*_@__s#l JSvҐ-SPVBq|6o7`X̗-ϲ{`~tU_2BmbzCih(<>z."kiBLx3)/:Hnk@lHHvGTA{L__ވUYNR P s߇ x -%3Ϲԟh1忑)Ņ)~['I$I(Xl>0&}doxU[4e=RD_'Zv?5xG@&a%ʊ̴!_/}].iqݰ%hCs9քL"&rXb?Fmp)@_JHszE?sc[i;&˳Χ/".NSI2ƙ~B݇C\V_;V[XR&*Ԩ 2 1}bܒkSvL$)?F@.cU:~5.\kJ#" ӫ RSzV9n4n'@,} j=JWTjM-ܜ9pA*dWT?,k~rOPS ]^N[8p1!۠ &Ozxn=h]1c6"N%Ojzf"Ze  wQu0dxC{šuZBʙeCoSA]2f٦Bk~?B\jb⹸( 籡&$?$Jż-6#HIẉ0U|2ԇ ߐ1DxVɣXu5bqzT۹:j9Y2o-#o/(@̺΁Q{?uY#g@\f('¬ B jO^-FQ龸nNk~{,F\Q)w@bZY3-̚d}d08Lmx\lf($R:G2*ؿ&OVnPɣDAwQs[թ ORLm6/6~͞4*FgJClcT׭BJGWÐU0%Mzv,oA6w`{>Ĥaty+y?-] PHhAfvkBX_úrF3bI &de=BΉ]\+Ӣ^֒i-b ZSpnlfMQDAfdgAL*b@m'5('M o\G(  }`pE9= U٘W1.o˫U4[RJ0 U \HYV@mv?asVn~n?ӶU@D,-_ߺoMǯ_M)W?Ml% WH$kaNBT{p^U',~۔P {jJVt'Z#xc VW'%`Б̏4PX;;G˅p#6i5LCl#7آul䐂G{tfWU2 ф6_ ҈h#X0dX+ ZoTWRUE*df¢!뀟W5uUo;vX'e)\S UZHmjݔ> OUf~Po:#<:q1<߈7U- k T)doY,*d? #P$t3>"|Xޖ6l}ovyVy>4$'tZQ+JQsKX\e7-zbV h UrZک3}g19=g zsU va}IȬ)8 |nFQZ 4ȕgVS+bq=8BSJ} xq֟p;јKLءcƇQ#{$j$[*}Bgd8 X"Ty$Nsd\?+2W' ?d~=އ.<0͙:r!auwlYm BǨ/|pb4jjA7#" n'Dhkgo"؝6Ora'xmħ9 |3[U\yI:r"G,\CtV,ډwjZ "3 Xz^ :StE"ۍ\PCo0F0M}ʫX&}#ph#K7g}@i6QKkTk=a 3ᡨi!a`Fv-1r81!Ks2#Pk ,jA;LB[iyc7iՓjt~Y-vpҶ#mp oMg%21?<^fwKb ԙxbQLHRbsF$'$0J.Ž~.K;a[4-7qGT <6R\TAip=DǠb@;tx8Oac,gȽV/-JmT*"@r=0 ߠd!}Wh_qz\.fbLfjq/8|Hn'ͦbnA)1BeFKF2k e U  T=NOQDr=56!=bQ\xs\dIS5~%v[S]зl1yW2ЂJk=ܴ< FYapiyQC&v+t5!%\WlvV zFմtja- رj@ S? pQ(3'Ok?٤]i];SOr7z2FҰ9p?O(@Znf%J$}^dn6M8IeΏO^ ObWs`bC'uPEQ3 DmѨj(h[a]}1M|f~r\ -!:Q$dyvF ;|L }h e rRJ;P8}6{$W+(LU<u8|,=f׸,g?vHǒt*-pAθqwSp)HbM #B>IG+P Q-!`ȼJ:ٛZrSg%F뗆Te!,H6]CD~lBzIgRܫE!%?RH r}4իވ|b` kÙ JMQQ)eu{ÈapheS=Pl:ōh*ڧk[̣;mٽ6tځG^jYC@6?MCV$=Hc&\^TNF$ $&7X\/lF3$yICFlY_ԋESKݽ`HR_ ;$󠶂4[46Κ,J=  wA2QV kㄪ dy> כ|*J[.v qkf"KĵEBnSJk1M اI 'kؗ_ẓokF <0G>"i]L*{|Ʒ$ajYY+h6;#+enb1t%Uc_|EClBo5dwsV^<۶^ld߱%3.UmWjϯۊ)EqmuK] 1Q3GF*tEG-.g3|`#>y1OsEp<٢";^Nj#VOC3E!cfPLrk#[kOo/Y!oG>Cu#>͎6 {c6^ғI{hhRΏ U0+kŘ»X[,fWp:1`e=XX8DkCcԕh;pYp?!d"_D,Z~(+cQ*ʻx9xiXr luCg4_O=ogԮg>th-EYAy0:]zqg]"t-DJn{>C|yԑ豽#nuEDž4댹^xjouAwM&"H6 ArS--ܜ$P[>}#w%PG(%]OW&h€_%2f/ aOM|,0!s$ɴB )m+yLw4 G$~\StDfn ٳf֝Zxʦ֎J5FTՙ@Js1+Ly^}LDQI?A{|S#Ny(GEC`@xD.HfrjA@.DʤH l`cvBfvi9k#@Bc_,LnjSaSJp>zD-J{Wf4^7W濣_[)!vBG(crlaIHiͮ]oDofilFD@{ϵ<[!-D|>ҾO0[9ǴAYLaM&ߩRW^26svr){e -pdRˤf{;0 yEh#%Q!|S~A`@!<%P7Zl. 2l/ 'gˈ\`N>o۱R*{] UI>S<]L,uPS U' v8SہB==v&WJL`f6n3愀L $'rGj8⎸IygM⨪/ԙ95O?KyNB<5iwwhrX8yH;r m/YBz7ExpҮjh?-v:==V۱ؒ>]Tnp -p+M AW48jZx7.dؼXWVQ8KnҸeiֳ#z'A|MlQ*}"41'k-B=vtXΥ9Hw S!d'Ⱦԁ6RJ漂d#3}RV|/]M\*:㼻D( ׏@:*w7Oco0 **y3*x s'H˟W: {1I^2 =KǥNK"EIÝ e:dxՐM&OB+I( 3ۜij5)B$R]}GT܄o:k5\ԉ릠7: )jb [`)!\y,vpJOy!܋YgI t8x?jݽBNHc]P▒6z1r4|EZ߁1MLŦX2V+:]x5H uy;k] pIw5c q#+O#M^U\0ĸ:t.+Y-~]Z z*psIJcM`?Om *`Ϸk#R@X란XLZh1C0L9Lv;[`'sKSGUH~ڎgA8Bۗ$Ť?* ^ ԝc1*H)}MXXqL/ׅaauOct1]{+곱mv(<ϋag@@qC^]G05W+:7F R#Y"[Uc))^ DŦ#7gKb)E_HDTAdLuDa\p{YݴYiVə\[(y`œgT\+> <Ԟqշ̑k!0Z)w%+TҬ VhT:8N1 a(O2BtDb3..w^c0~c0ͻ JriL:{^{ޓ%u5Ǥ-Y/.~y(dAO83mvzLݣ䰛;귤;\ߜ =T ͿɌLU1wD&In+U9:@· :|`P$$dRzH CO4p_ ؈MAlu T+T=%=i4UF8fa7IlN4T2\5Wa UcGjDmy6z ՗Neo? 3kHMC2r:P|xgw"4VQF0ydvp[9H79!'SŭbJQNᮐ ?Ihv)AdtZȾ[܄h `a.X!p%kk;QBx9,L>ʬh_K.Z ,Uҋa͘Mg@Ū䊭>7 ޅ[mLS̴pj'e1Bl*s3r撣#4EW I#q\QvO(RyYQq/C2U  񔉅?KGE2],|G⠪'J. C,B8Nk˓ ׯtkTp'%W_0If9ij@RrJ"V=4=u4\ty; n˙^ЙH\6dġ??6!Cβvsb{3D n  ʥ[% 6AόM) sT=>=yAmȤG 9¦iR+z.E 0.~qn0f tѰLФJ-#AO$xūisC2W] h&`ͫ+IƟr5XC]eD7Iˤt-Apy#!Pv)Ӱu?=)ۄ ^6=K ">VX1.o4C d{K玹irX:a<~DW1Y[1JKҠdLU社~ upsW"(ȯ˨TlTDIpi~1MdZ} zByrkLIRS3lS[:d.A k1V-(#:46hŅ4>U[`IjۉeD`zx:fdBeML =tq-l_- DGUA2Rpն4̺R\t]+xfJ!]M"iNVS#4T<7,cP}ݬXm)T~EΡ| 8@4]02Ktߴ;c 9dW^_dk鎭_ ݓNقޛF hsEȥ8. -){2>+h_-c eS8?Ԣ+n/Z\Zd\~FX?BLg>7cc~z}x! Jlt3=tzD&霚FBC'9/ӝ2PTaUjB66 Lv5k`P&QF\-CG|;##iLQc?% (>zP%e(IHD ^6z<IcPtnMn|Ig= U8krjW F4މ  AwJ@H=ޱ<g+2\-*lO / o e߽ 8u4^qJnq#*{捭s+S;3)?K-S'EYոnqX/Z"9h !L6a-({DNfAHV E\Gת ~e`̋Af$b7WMVT.Q/ xxu^6!P[yX6Ι3q\@*JX`s-X\GQmLj! uq.'N)|κKzLYj'omT޲腧ý c䅨.i&.&a9bXV0l j}UQ^ 9& U0 H~3D̴ShZ}FP5A"en/?[Dq)8E$| (R(mI1mxwãKb=|h\.E 09ZP$Q3&O/4ڦ T1WBf% ȁ|vSx~/I\q& #߼x:=C7{8sif0Flq  2z:eT%~wv.{pCL +U)?Tz sBq8d.oxN/S-|79S+2J}݋E.ű)q2t]aB8ʓ{S"*m{uJNf u/q]>!ZGn sC'M*Ⅵ7q*.-)*Z NZk,$ P=D8EdV@a&v༰losmtg -q>Js2|Vxk <"*ԏbN3hg6$~2&tf:09 Zh޹6V932 3j䶭E]6; ۔AHaDYKBO*h8c|,]d-=×Ѭ9J+{I[݀q24J4o*NIiBZ!b̫߂="HtEpŠ|PPJ[IR) xu娚Ym n9'𧋹PM9O"y'Z~p'R)i$ϸ<""'ei<(#3e?jZ1^ؖwM9B 3۪/C02>ҍ6`a{j 6Us-^ltI0y,cwS=Ina}3VYJ:Dǟ&@U)'f)]< d3ДdNv;j(SQRG5IrBUs!描GnNq)t:\/I4Ǝ[ 6 S^(ˆ!Ƕ414ԗ `ұ.{mn 6]L?ngS1)B+̥!7-$0YմU v!uD-.\bhD6^xFF3gxO+) NcQ-ZCGKߎjL(X Q ->;\^{1ͥu`O;L \y˃ge; O|o&-Nj5xˆǜ-ֈq7]NF0c(P*a~>3[Wڥ(e`sYYzg6GԢA~ũ$P$1y+U RW l.+dߑlQ@fa7;'VUh’{iV)IQ3>|>6f$EU;G)bsgO7٫-S[l5X1V약>{m89 dvh{R_P" 7@ek %PW ?Ϙh/@0㞮, 3>Q?K!gqv njm7/~H﫳xϑ=#iޥ>UU%:nR;ˌsJ!Yb:V-#=4 3^>˻;a#Q;̒lǦ 2wz* ްj8LP z .u֍twn}֍ @N5Mz+spe6G"* qFb(=@JJGs~y"F:Cjh_W &#bzO ebySdtjt![$-Oe s'Cnh򸀜CI9W IMY& c0` ~?F@MroӰ@Յ ȏUX |IȮĀ#"kJ[at{R%R2 j3P{vܑ`m7"&A0D{ʂ$ nWpjU&FZk?lNyz0[,WSՎ|I.9j.ڐ)#s[dr9qU~lzK U;P<#p^ 6ĨqoxP,YOM0 +-xs|Anr%3ڂ.XzfND)}rb=kQdV6sɇkjz[ɢvm0_%P@V8h~wf;- 1B7-W M]+,{$,6JuɆD\Ro`Q ( |`j5gw8صz+mp֝y)>{t)2wt#\9yHXZ?zBU[Z,R>aBRx 8Ī9${,:v=f1juэ?IN^i:QA´=(ERW7=j%5'4Z"P Aóñ;w#[u5G,wt!O,1f4b|pt[:9F.dncAYJH;y+@Q_90b=oW6 -wE g"rf7`nxOy3=kXS+sMiKn1o(:e7W/b%ep}u)BBœQVNށcC%J1T ʙz\3a6qق6DNnR) ;;6 44& bH8МX,Ɗ2pʻ2D~7E W7xբCtL@ c" eu" bX sV̘LƳJiA{uOql+zW:]S\\IJ aA]R|u{{Uɴ8KQM?}6FS(UgH#8ʛ VG`'U*@uT&Ƕ\0: %&[V7=g3!f0t,-0,ul:hw7DŽ0T (1U/(|?T[n逧VX'|F oSJ`QG&{3ڰ\uy\60t7nvIoO&C꽀i6w{ɍx8o%%`nyۉOW-͓XtGXCbQX0Ѱ2,StɗIAвh[Йf7+nBާ??|8iRw _]Q&E|uMSdnL.(oǐNbBU6 {tU^.w' 2awLܰK3Jt\YZL͆E$EjLP • hT\5x^3yPvtckpJT0BŮο{>;m}͎ʑjoyHgmpwǤx6_6CRWL/fY5zԭeTݙŷC91$ F)i ]( 6 L &4As;I ;A깥k[#4˩ѿ0]+aͻ@Tde4~}O3{X0VRXQ_~9MUsgs4?b66)Kɩ2Ӵ%g~cn/PY;w[˹G'}&kv𙛾RqNӿ1l$q붭;m r$:`F5k\$AFvBذDDx`)8S>`NI1B+k14EP^S[-Cm_֞y-m3fY謍*']+!Az;Fǘxο:[\aa}lSxX\'&i؀Δ4Z+Mvbfn 29Sh*_lN'5%Tlfvu /GH~ntl;hΑ:-R&%;[k"{?a!+fJZE^ЊSVpMOn;&i9R-xAi"=ϯĜDZ,e) XNDNG_FHݏ/Lz TD7 ѧ7?R3 j-6{9כ#hU?F?_Kj-\ fM)ĚSv+ ҫVg, ԨgTZdc)VB?R"9ypSΔ3ځ:QX!pW:|̜^O9}F!;ٻ>α?\9@Jj4IVo?Yw}QlkJJt{[%,c7dT J$xT@Mɚ:Jc4nq,M{h:Kxnˡqk~Vz)O߃ԩ'B8!:%B-KP)S'P 0 8DC؄S`.^5 ϼQ,6"YޡOSŇD6^VĞ@[7FS*)vjjdcS24 RG,hs5jjqLO&u41$0׹ڌ+ \Cc-SV)^JZqۮ˃d4ek:Y»t׵K#gSR㕸+@)@4`N2߈*7x(d6[-]fv" BY9#u}] =vД,i܆I=ovK7"+Cp1 Sh뭤8 k(U(!F_kw9if>Ř,H"eswPGr‡+;>DG L%z#{1f셈ڑth/3"üGeDXL>5F\ޱO  .Hٖs|twh#t+߽z/#ג0`5(|snѝCHm]y*"p%žg@ ..D'PJeTFG0I/lS=)irL) YNMCѾZ9ye`S8aqH k_V&2!jg|A=S'U8|YY<0ח=HU֕d`.TŜ~.z@pFY_ ygO֏n]\1RV^Wqc~v{A'%FPDP 0=(mI8;Qrq}g2F_b" z L Og14kyk0V{͈kv]gy&+Z]B/Т;h\kCbc|E䎯2y5 =|3gXE<|9fFw1w$"#-Qfn@B)늽Jf-cQ2/&olj1`ݬ2n9PQ2􁒅_a?9}<':Uwd:"k[S.t>܎( Q~kq8shc*ύ>nl?K=X(I<ATr ͌l%&n& K+!M@6{km8{XABos>Pduwy^ffd s6 -:. _1a--m5fP*W4[j$}i\b*`16iLȧl ֦[kl(u3JԖXztӰX z^g-4}$:W"̶WC)q7kPe )t7|rT•TApGZiGh>2l }IߴA_԰t-rgU"*St&ԂRA.W11^qI8*d?aMr2_ \-LMoa)x^ J\Km O,l^>V^lJ JG5s'ۤٝ )D͙`Lab4Lj1z4lwŸ1 x|)%`o ѭqcĖ׳_g*z!U&i͛.eF63_E{kaqOKC5JF!*HjtEA8e-$Hlt70^W*8%[J}K ]+~ŸǿfIOM0Xf0[ QBc51(>yH-Tͅ}1\*u6heivg-ِl.4\~,n~$ruesVc3vN !$^!r,$FW*C& ZY՘zuaFss+.10&B!rz#aB0iwW?q𲕸^[([Kd )[ aTҖTCRL[V{{iͲ_v_DZ k#).#mQ^)Ҫ=[nwZ3К8]2|܃9VaxաcƼ]JGm?Sat m?\BcIRa: IReʵJ_bZnR9%#FKUbE$,$ZM ۨ5!ӂq5;)fA;& ,z/o%,H5A,d 8z`9 ߈iQًul39}U.n:Q$з%'/vUNp=P5Ǝ)b!z<mu%FO ߰e$4xa59a;a(|b {ķ0k l(yiz=5eEӥ˫!Jji)pemI^!mQ;.kNn炴En_=86U\ \+d)R}*:H&琛рPqhI抷mo ـ.1GG|fBxmyRAlW]aĖ]ڦlp?@K44RC؊OVwND#:w(5;b1՜l69 Lb\1;fȚ"طP@re9,/YA]|i/x/О44 D5L i\gd=ܵVQ/H7ync-6o1 J[&88N6iEK '%;X%QIӿh;~;"1ŕV5 ק%^I3+gHjZ{/\Ssd}< hrh#45*S\OS$0 Lw) N)+J6\Td)nb"ЁZFO4X;>AY:cEI3&q]Sh{"ݓs?osQ_7#@dQb gRoط \3AʩQWR0xnf^;hWZxL#p;ĄX*qQK߫=׭1U߽NYpI/ɞ;(a%\L'1]-[]1J;2~%|?Q~QffdJC,HCi{|)4 YvC~{5v絼^8:H%=.EVRE[YDgP>)(2GRc_D]U&}58_gH@%CXc}ʏ z0Ll"WLYt|dpWqPk`$ArqiA^'"*%UM~i25[UjC%^CV."EX#!ASy n> |b܋2 n%ِt$`7'?Vty"Aji>TEbCРLǯ5?q9ősw_Lxً˯Ng|=7YIPgV!-m%XƨV-y4pp0 {UC]֗Qַ gy\?[ 0n$A@]ߖ[,#yKa$-mGEhq:cfWʧE ><1&)2>aeUTU:#h`#?`#LiJN7 i7*)_釁&{(1 * 6MVOnr= c\k6 SzzO_Aq`:js s"IVb0i9wc<ROG|[,acWjX 1򘡩*lgd/n$ާXA]Lvk5&,t^[[vɫ#G޼Qx1& YL*^@[Yj@y#a%ŝ/W DtؼtV5?ݠevkgo@Ҥ]=f2 3>ig;)ۣ~#SIC=KMY6>Akǻpݕֵ¾kpǜwiOⱕ! 0r2sC4a+q !Hl7ǙBɓ%"x“p+IxHil+#T<,UBy2o+p _cR2%:sOg19ߡUpRb1X:naΦA:+%@bZ~<_ӽGfx30ZS&873 ')koGv9WhӭpH:l}!y+G ؤANC];tŽ%D9kw^wm a ֍馋= \~ @ȡ k \iZmi[晲5d·ٍ??)]8|ze|f[v-/p92M ZyM#D#UkPPؑo*@DYud1!K3Ԝn#E?4* ;A_T7qȱˮkj9)l4.24O4Pjݖ~9V7h{ϹfKg NS3G]˥~ci;2c*NBYy3 1da%t9'afg'jAgdd9볔#oc*&AN!3Z qƓ`zu.wN6ȋVLO5@/:c<)D_H2#)E7qvArLؙOi]EP` W7{JeT8QEEDՆ\Q3lQ2ߤ_Σqe[y5㥗?(xap0R'|@ A ;]Io!i1ؒ%|A_DM'a¨,C &DZ'DۓG3wAf5L-df4(|BUYw+Sq n a: j1NӓιٌЂQcr=& +/INR> MS*;T 隹+=+E2lm" 19'˟!AB-)^F 8bcE];oӢ﬊aj …9eU};4C镁PI<9?õ#%Uͺ#~X^0'ެ^0.V}ExV1E^O~v,Q 4IHbsA 1~K|H B!]njm=-A e=_ ?. h:`VNv꫈`i@vUW𜈀@LP e$ъD~K(^YNCفK 8:辬,J[Λڎ\ 'vfO]:  2&f=aͳZ7xʿL$f=eJi L pAڶ2"&뭷b"OKX߅{-;=wH0\*gk"HN~Ne R't+< ޏy_qG7c7i"Yo<1UBL+ s,3n^Ƀ )M&QQK2) !/':BbQ&& ^hZk͎FHtK)5 aM=Knz@vW .ނo! b!^} E"4Z+h8:)W#lWbj5r"Pc5ѝGo:۽{>j ):toeJI.17&ؕ}g0m"uɤ &5IkCŴT܍E0:&| ?afؙCtdAC? %ptDӹ0V *7ZNx"7 Vk#1G\8zF0h|&ӋlUo8P\:R Wa@hiTe:^9Lua(1# n$BMhPj@ǽ?JT6"J<(_iSk6>RD~Ы%Q0;aϱXڢ|J9UF,r%X$u1B=myZHtS)4C:fBypndĈVZ2MY=u*`3H *K+[zߴjP^ąn7p-l% T9eSӮ] ƈ@i%5}nT&_;R|BrF> (#+8)(=.DHxvmjˢ@kj){cƃW,Iiy<,alvdnt;sӸv9W x_;!sپ3d#ŷ؟QЖս}9#qDjhB誊wr!o ў 4B:6ꌟccH!Ͳ&! "g%$J6ZOnR-j'cETFNPZLp}u#{ . sR?N``-HgӢ=bc8K#^ 'JeNLzPu^x1nt"Ɓ8I iSb/?jXQݯ_犍-JW(ylDq{TLcP]8ӣ)vVYj{FN}m_`D6I9[&+P7saȗ93% o{}Ƈ7zUM9a*/8:{hlYd<ħ~gZ,@ef2^Y]I(.Yw߾A}U(d}R, rTd+u|_h  ²ҷ%hl9$aqf#[JJTE?4W˸%pNsZ[43qjG>h>1r؃|REAZvuW=Aoy\V]^l02HL #ON~CeT&8#k)&5ph ꁠ:AGhqK{V}-F8YTOy@8!k6>l(&nH*:X(m M|`-M;]|1.j;ArZZZ@Zr[$1>EA{WEd-_0(EMU]Wp X^DI+wDC`IL}P[*Y:^Y hGU'\pg.",+N&gΨ*+ܵM@'ֆK8A8 wĮ\h~4MRgk'|$$핦I٠p^  Hy"y~_ Z4{;P,+٨VXsY0x|7,\( \9~yu ^_'cFOf[/eqDQQp 3;ft#jxQGB  81Nk`GW~ꑰ q9f7*8to2D k%nY++v,*؝wH,o˜;.é Y]r߰YA1;.]u>iS/5IOh,*v8"| \ ScE O{_9 ȶ ֣} ~l|Oͮg@ɷ5I+ E.ЧNF@8FnCm6&kKN;6Ќ$ K#|g4 |l>n0B :iQ=w3wy _mU z֪b2IŐ]߁Uq*݀ëpe^E(FRf+##BrbG"LK:v`QF[0Fzs i>?O&ERK53)W3Q&[wBP̓.X"/3 뛳؟la[53! O~IjM#~| #\ԃ8fOxi@ko^6ⷼR_WJ aVJzaTPVН5 |0x-gӔj|}A9Bw|Bq\R:= A` >Sсd`F5Ii"}7*% @D;hqr7Ђ,NJ Hč9=hXjhe@H$IJHyNPR 蘋s` 1s%\7E2}]Vpϣhj= *Ȇ((^x3ZjKZڬؒiAXC젵7it/n%=lu95B0ZwA$Ђۿ(ͬSLwgNT;BV z">ljjL.U=L v '<|ȫXɣ)T*D?oC9L0EjH2dt匨^fЏ G<ʇ+Zoh+IUb>pG.y/ODX+%&r(!fqAX nrosR*]G#CꗼQ4sA{cV>@DCQ(\&\Q4$sDF娀ҳE"d p2M$V/ВE,[ 8tZȉL->,(h1nqoY9xˇɝ}Z@;y{:gEAcXۦڞg-.ғpKcf;b,N~3c@4yxH0$A&nKOMb E |Km_4.{o|,MGIPaiJb⹵N#8 2̳QH= WPJ)4#qlIӲ=r.*ڞkdMGQOm;:m^D4OzT[M n+T5X꣹O9ԯKV)6v5Q*Q/ Ow%\f7Ha4Њ 鞝6t^BJ7qAKY>ކZ؎_Mx5!K7\,tfׯ'ZvOQape}L_Fў&P ϐKU݃+_Cl<6~ewq)y xLuY*Ta5^~TId iqBMLWC-!f@JEÐ)tx]Nㅤd";?\kT%$ntDHAϴS72#W6@ł8,,?܋5YD>".o?qא&r X`3ZK"$XSsBήjjM(+jbd֡ѹ}z^UC.M]J'k|K;?g%;fڑq]~3 Ȩ#Uѝvw3j֒ +o>&,}K'8y7"gFk`>`cIk4!+r68[,Qnj LpwX"F q'=`90"},̑R` ލX J>t@s-"Db^Csì7 sZ)w F]k p=4CUQm+pAOMp75!RnWNW%pu <X<6j zzX%bD0rI,͘),ձx3+kF4U8"n]t:Nb^ hUϜ5R hEI^k*J֖_鷘=&7utְˊ]Jy0:',DTf)I*{<|J_ɑRVAM"FU%2?Z}^K.8i4VZ-B-<^@+%@G8fm]Lh](- 0)\G;֢xm3vOx |i|hT}T3W a^1`@k@.'7 6ֻR\AzO^Ez@M~` K(fe^{dJcM~x,ہϭ#Z? Mvb_0@JzZ̅OP[7˼\,Iq2n9`b?7j &z8@J%xs'Blf\ f e̶WihY[!mݮ1fphkX!@|2=p/雂}^-|J ˪8f˦)$gCK;v_MEB`mg '-ܝ:mYEgNׯ6c-E4˞6"uh鄤׭ţq (ùYh3UI/k &j";Ru߲y",Kk)QIU!kHrabd`u`"Vqw F!=p?Ikp/ f Uø\Q&rLT=0@uR8ffRp:Yq-bk6ĥ3S~-n«L  '5 m{IC?Pu,Yv]m> 5U'a6%x b 5ЂldY2`!2HPA[͵,q!jߓ'FmT^p<K4~v:5?b&,T% v (RKkv6_?3T;(ۂcVbʕEW&=OR,mdt(([{=BJ,:Ip7ܹpz"`d/7,'UUo-.m}zBKV=; DeJ05[ `i6Iٷz Buf-n"I#E@?2mVZ(<^׽x[lܡW~D;J_JWrxɚfֶ;HWy)J* "BhHECLz-x<07}bۼȐ Oҋ-. 7SU |^{ )}GP&6@N:D2ރ~EϮu8ud/hcMRljtt[VX W7N6p¯Fp;DʽR`f6 sɷ5>yVEAPOF('cD fD_76nDmntd nA4́adE:ϼߏ0CZ\~B_.5P5Rtd0Xy\OrQk4u \!tS?EcjKέgot/(w4B `†n-ma3p_cXdMn)PG_K\W!:"y/e.PV šѧ~o$*.HwKQp'A⸆F0 p UX+=lG }\DMȑ|.}@^* T0/",</7&ֹMbӴ4H A2z,ww>A]:JAr[5OU^¯&Z8Ħ.6$Z2e, pʪK`{q`9zjĔ?7Rd@/Pk\vw6bm؋1Fnp0M}V9.Vb=k`;=]h~1D׊D5pv { Zoʸ(k1Eˮmx <EfAZ^U#;ep0cʼf:-aDȮ Ǖt:m/)n?i[~lj-Ͽêym:20ȫ$Ւ䲣[2G7醇k:VO⿉ ;$3b"~;S RM1-ٕ2SYh4P0ĺD& bm0N科2k!Bט~mX!X4+C[d4{B!(D͝+@!C1YR;RTUشkԒ~}S~׀czZ!8JvzjWz$}Sڴ䱎G WKN`ѣ#=3YB<.nNTs^q$XW#p{Q̦ \b5Zʙ*OH.O̬`N;:"'ؑԴq^Bs{TZ*茒6VXVSDXuA.KWN&V7< x[ {3e'ۉ'z 0߭oPx#P4_> 3421|x`7)do/U6M(+yh !8&IZ%Tw@S g{R[oDzr7S qZgցyk#_^Ƅ4_%|uh]L}mGY4P-КЦk.m3rYt{eʮl(A?%X-QF3^#.">&,&D_6 le+9d -Lې}qx?3mihf֐VB$ Gƹ7E -IwD&^ but~\g e"ٯGi>DIN+#hj P.}g&*FH[ Dҝ߫PvF Gg1=g<.#Պf}\NI[a+m]M1ϙ xޖ2(YpjIQPn8*F@I/82'+: \e˻_ w?àlt k5(O4^,J_v0?c+I{B'sg\_!e|UMEl 4ԸEe:]fib~ ~.nïyX7zՀD( BnW,FEZsTv?Ca,l"ӯ)Ђ<>KM<è p}TB] a5Zj*n񀴕k&_4pǯ"sH,g,S4|s X<vӑbeD֫ mq3 u6??6sED=x@YPJmys|B/čIC4q)KO w#j_g0ܢXDT3JW")IĒ1` ,Ai kZ‹r 6$gg5t kGƛT (NrInm<-u\<23Q_R%nMϡa*t0{@'pB-Vk&k}͟:B1.f)+%?r@ 9*EeM?jo[E}%5}wsD`h |T"TX2u/Nl>۲ePp}:W{qkIP9|gxd~Fm#@ǖBA?heLt2$cW80gܴaĄ ҖVt޷5CuGz>TX WNtFD?:'u!+HJ.kzxbԤv*"y èQ<S^i|e*#ikZ;wԺL`ZC$FC 3zgxf5_*ygɞ!՘}f/k[y.O(:ݎciDj3UHq od0v}Щ\I{TrRWx @^ 7?ڸ?1p Ļ[EwNԶa KDZȹlbq^I?deS}c r>P-htE\C<Ǵ+D!z+<uEw j !;"!LelTN&U!;ka8Q$n#{ Ø_xe~"r]_\,ye4 $G_˜5oaItyE2Zu1&[wxw3z;G/GYfgJ.}N9&$czfQc24<8yr8]4A`xYH2 ?5%.y`b`#;3V*CTŎ뿸ю%`sf,=Ty\,(z.64TaC}oX_7>=4Qe\"yf8d ps .9f4 &LtTq[k!b-L=bsW3g4Ƴ}ʗn;9t,ރX([Eʣ++ekYY]'ш(F}SpO7qc8s6q,ԗvxtj}=X|f۲^e.ݹ/7~Wo'ty0 cf3:5 u'U_.萋тꖌεHNN V!Q^J+K y.ȧ_[.-'fh'ej"/`x* I65iM7q !] &NQG!!Ypb&ٙ662ȟ5 p\c<"| vHltdS秒vox%ىϕV4>鷦=n8[u*>QK>r^6{lD}1&r0 #R/L.>WI83P/4 [5RXjsptS>]JTsh"Yt+ǞQIm{91,J Bq#AׇܧIPKkH?dG-xmH`:D怍miܙz=Ԗ (xX+!yXPhV@xpqç:pڎ\^_Y[XA^O&( #Ge E#]?`J݅Nᵛy7zq#"XiWyȸ[dKi?D;zbeyoSOtًoy~Y*y1t_斂=XwԞYH(S)08&π+zB `B1(?fį 1Jc6??aWOϲ!6“6lNF`mE:|8Y5fZ{e7Q7q$$[\/9259d0|0`t gGK4%DS NW| Oܑ G#0)ά?T@6Jt*(L`ZY#{vO甆&ׯ=#;L? gXAڰ\ P0|?E:;vxSc ߗ5_-2Z!;:ו Y>N eBA/>|1 _݁'SLrѤ )كq֟3Qw"@Zu2W5Ki/mc J|,T1ɖQT=#! Lɤ{Ja lپsE-ٙq˨j @GkCK.gNL$0St'GӃ4D5uh".DGޭxFP¯BԐ(E$Wc"tVJ/WyըCաI{_\oa4k0O>xgRFl0e5, 5ug]y,xCdDI:}R b<*Y}KkaRz(+s nEB.*jg:`zgLnxǟ宮m3h`AÝL\ɬlc9[ m#ZHohpX!!ݕh]h7h&DJj[%hPX#4!NqcOF8;4:޹wBniNKӨcڃ΋˽=*$FpYN!׫z9{CSXy |cb;il?gЍm5.r<}I #W%+j$O< a{Vù+iT5cqVƄ`>ͣɋ)US=u-gIQA5'.(Օ>2A]Td1Cfh3Y mSg?@2<c3LѴ"5dGkSXƥs/Ӽ/24itrHcl 1}GH3%݌ír>-}5!MaB0KuPj`eӇMY5S/BW <_zD/2m#]E"tpXPtL>П#)1`=F i, V!l/)^}=tl1J"l03F-?3EGj+Zw&'c4"oqPnCG|\:ME}Ԩ@[Y<Kprzgc\o_~]m ?e7㯦;'EUxHl zkHR6w(A^56Nq/4jTvbtl)H/>PaOdAf/qSdv(VB$TL@t)?)HW MziUvϭm9^1aEʵRSwL{YV2>ؿa40Hb#!qSP"R?f mTF@) rC|6rNgӫ 0ӸZX$uLHC>eZZKnO_YqOgq{;Mj/{T pv$UZzz4,w}fi*,`r09>ɭ Qhc[bZ{@k\ߛu3_ 7@Rv?h S wP9֜bdB4աSA\_ƞ{r֜羬%iNx_J4ډ.'쮭PFy0!f_gp^Q▓qZsq:L8K99K>fg׽t $ Nua+ʨgtZѩqκ+) 'Q $VH"1D?v[у_s>@Uˎ"Yί gZ4ΪTʗyg3kyz e'CD~0=[Bb*팇7z4X/sX@{`b!`- ,˙'ɻT,nӗЕۡ&jLVSzhuetzJ94:׸$*NW/"=񆏂I cw޼ٺ^@tYHޖa#dw=ނ}V0 # u"ħ }%ӿy%uP}#wbZd-*g(b ̿ gFv\画)ݶOد1::bBULf]qUo((]suhJlȃ2ވ2+&lDfo:#O]Y_eA9egT6~]T}NP{!>~=" _cD#1k9DDQ{reIh$A|'Y׀P!e)J}6;"]L/,V6j~Lo칮'綍Th'4JxaIZXlgaoyځxc%`D8Nm)L 1>B$M_mIS%[L0 ,T-]TL|-+iτ"--e9[WgWKRuBHo(}!>VSjX9|SۦJ@m1ʘMHm8d>젡_Z_;2VĀ)l5\'K먳DWt&i┃O2#`lKlќJ(vOUF|T XpF!bS ._Bk\KCڒB础SxI#Q-L>W[:e1 V1 3FUN˜8LP^tq25r F"%ZVnEgĠPo* t჋?}NZ/ϪD0AW >/2C\۠JWU!%@vEu;DluO>!n:Aan{K5Fbz]Yz['ijT_8NX#uXS?cYcE;ccF92v^\FzO>o6kŐЃM,Xp2תyAujh𶰡GDkO"ˀ`3%{(~zA:QNJ3dqӳP䉜a%!Er|BlT:H @6aLfi؆Y" AϽc|[|zI4YЁEy/vcLz!к='ˆE _( } f+ H0s!net#N(z$={T?oꞃD^sy&]x`M?1T Ӄ۰gη퐅C(ƛ)MaR.J8s1gstMdRzq+jp܍  #@(̚4 QcwqI kX0 nMQa} @bRBrb<[2m4ZyWX&4{n9]rS]z v zlv"MڢM/za;jwtX@I-DIQag [͞7)0^UwXu<Ko6p $N \!;. E0Q8P뜃vS+0vPөO"C|]?Y% t-gV\vI &b?:$7?uuJ 5 0!waxO6i7Нsx^T lefo;,ezuBu}is h&f[]mymaт_{Qj @vg:%<!OxӉY=ˈ 6W3 ky4 "l!$(9( ߎ_eL^"ŒtkPeOW1|ePկ{ܬ.'\ LQW1|tY$8~|p]F!H:۷pΦeEfl3Gpgc`™pnqz?Y>j=[đEԊA~1:/)} }\|犃^A8Re^{HP}^_ɟDTҼbQKi0lkFMY\,|^10V{ XۢBg6y[ 1dWǝK/OdjE c A[Ux<&4>~h)l&>V";oym'GQEHW=fW2's8%]+*B)p^Y`D^2_ ݰua3m C49GBO|pZ-23 <瑾`{V*ʅdv8zOfB48}Qql rsΥQהywVk+ ǎ1jhz2\bgYϒ07XWHeV ֲ`N$=xB]K&A |3NFA:\tiB[z/;[ >& yPnoYZZON1[g[˕(Llї #Fvk[v8C +A1wtVJu)`Y$49He1(Z:mn%(M4}.ڌ97V=/9ʵ*K W/Y,7o;x^| \Lh(ɟ-aSA~CA)eHyU &"ZWuݵW2u|R͔eXYkU`[ 7J(cF8Ƌ+4en) g /HC!j0kD7UH|d<2&A7o_ VN`jj m׈I ;AcK,r)X͏Yȩ*jҠ#)Y-@ 0df /,_t@-X\o|ZA 2)ϹmBA-B&̤׉N:TWOT^ƿof" lgQRw95F|ʩeKx$]A^20T!Űm8'gܨTzoИ9[y (Qtd%6*`o]efo>#'Bz].cd!HA&T4s:!mpХށv>nZ9PiQy-)D"0`zP%}bZ:q=j,d]?{T n|`SgcӞQ3K^[|/ mf!*>8j}*a.M|ސ)Sq8,͋V[iG6[,% h~4q"RjF+/h.P)x;cF[U4_T XgO=FEM$qIhgF>PNQ6ρ%گ0XjaUw4卵=\|10GXN>x#`FY3F?"6F5VhZlwz`R6kz=vN]Iv[@)Na2SI?!gdP1 jGB5hW5x'*`}'UG2Eu ,w'q2Wf{lGoi+s7Τ7{?.b2@f7ŏ3O2w=&{Ju!3]K~ߞډ:f+V|߹ݖ#Eټj-<&<*=͚vXF ᏾N1 H)kCOƇyvWoHwŒ ݠ?ʁހ,Wy"t4\/\nM:("!;+`"f˲S`Q ۘLw06 IyFG~"z*6w&zzT1xMrGq݈cĵ,# Gs]`!䫰7 dZ0Q + 0Ktt4էO8;1PQz%cdcdNd}2G]Ie1:|HrWdBȁn@#w#b H QTۛ"?"ME4X2[rkW\Jwq4*3YdG*RJ%D 6k`@ :Nqlo=b|E?lȾc>)O^|d1A!J#I𹦰"*^bx0e43?l/C!|%^#XM,w]"'E'aÂ;9 >[RA=2^&nodwxlT$B X׏h Q8/bQ4 K=bѦC,Ɋ+KZJleccK @9 Ti^3dm;#Q2@Mg,*{pKVًFvT' ӻ0D XOX(SF.H.w -D1*[ e\#0s7t$ê>8Ka?P}v A;hNwk{ JOvF5H)/(73c"M6b[c:26%qo8s0c?Su~R97k9FsR\XjK,u/l4TT4fᯎ]Z$ ( 7}i  w#b44CtO gyշkyְ@&NlOTʧ92kCs>K$7Q= c<@ߢs[vF\?%P6/54|~D%)fǥ4t);;Burڱ  jR[fL "K=L?][DDkfGy""᱀q^|٫z .l-~-fHLXXX 1:¢<|jp]*Z;ׯgW "un+U2GIPXvl&f⿨@yExNzLDSukFDe}x^?{yUmBhd XMl'6r>h|O0TG%|D h6 67̱Y^JȩO ?(Lpkd#14/Q q2~ֲ;N9>۴o34='+_vGJ Sſ EPM .7pU=\ S0vI~>X0]>%U&L@ȷv}yF; &?Bn.{jk u!¦ZdڵH-zE^(UMg8u-bP%e8Ievb!o](Bŗ<$;Et42rxCN-yU%V`P2/8mu غؿD#aa"4=;xo0" $64-`$(^vL2N]"*Vkmbz-ЄL5r=z젵iɎwk'ω!25v@.B%8"g u*P&h0:>P'o>b$`Eln7T?QX-UL]<) oň`[e.4I@F]e.O}Cr\~pͧ7Սj_!/mɵSNݽ9R늣.H:APPin&ms9yV&R??~qBƃ:yu=ST'qUTԀ,^<Cm2q._Ez$ww]]SJ%[|z c$ty[RHh|!rܼ Z8"oUV6us[瀅S3턐|aSҨ޽ >#Lm} 4";\i~o$[?IwxgYDY̞NFrS\xqS"F39NGgkL3[]Qx娐qp?ۼŬ>tYp?irmČυ ۧ%';RTPp߸{WjP~%FRg[FSiҾ4OWTvU4~H1_a $J M|\tV̷Uͫ,ݝN[]`i3[&4x7"'q]?qJE_H̡A,Ge7Wn|d8'CoE 0C_Ŧ!(T,BcN<(-Eʂ8MX^.qjio DL!-30F욍574C4]R"Ƣ|3p1+," 8z/eiT:-F,&Õ76j+יPtr C)=)T#sWpP+ۇP#:|>~6_sfJO9#8YԳd9&e\l #OXͧRuD::k_C(%9[Dr%6{,r6̚A+$3c>Y~+M`mAp> U1RKqԄexJA~p+^?4:q}6P9䉠\a3G=5~K!Dol3OA9J3ҩ}g'eQ-&0z98]7С|C"w:pqK -]gn j H1XRy&p^L l~ޮ:Ky;Wf`ؿuq,PSδ{R(>lVR(/@bVHIqszp0qbrr ]!W\GϦ!3 MeɎHcñ9mQ-] Oo|6K%WK3(z[8j{^npo1Pbx:x$g#/%U.HpESeLRs"Ry_(!gĂ=%7wͭ 8JYܠdqJT^؅7;zAR4kfq)m ė04CJ4zvi1Pv{~f$[1 !xDo ,x<J\F%S`)L k.]N9mF^<̗1 Pд֮Ċ(-s7wJbn;&@曧_I5)/|uF8T@2{"oti܏"IG`7@g̍q5%%0q.^\~aPq :}ܷuO?-Bc_uҙ}1ز&A>Yϕh!׃BJ^REKB=;K8+Y/!܁׎=vvQ@dC 7;SvjȁlҸ 飾&9ڼ4µaDlD *(X7o Lw;,$L=/%5pR] RA@v/zD"^|n-՞PaѥtT_.R"jL%4d/e@m Ox~CdMZɱ7JEu9}{sz/zJAτj]6mפzņqe$#t,3Fx8n` NQ$ mb3ﯟ\fPT'6?H # ~⯩Y}S\xV=[B*:WFE G!IvB# t==X% ،72fK G930rq!C"eAF{TwI>4Зc8ac[+jI_q>ͽ+ZlCV A: ׶>#A^7j` I 6iDXRX{߁]U(=N#[cw,jgia8ykzxrЬ:~b Zc]zt(Vv@k IXN_YFڛ/B^Gٓ]w1h̀8[TwUw }"Fgt*~mL0g7UJ`caoI/7l4>]N04m=qܲ9[Qea 1Ǧ){m lW9\^9Z]C`̈́YBqA$|4 ([(.wB)6 Ѭ8YG0/wRv͝kKw8Wr_I)q cn䡡9V\.˥p:4ނt!`vt;qO_dD8&(A\0+6ֹ@/: ي̫( [l8K<]i=CuשL=7BT$(ÀH8ò_*r z1 {:w^q'rѮ,hyR+Pi=qП'1 $t>:ܛ@-u2M 7^.U"`J`KtO1f~C2lp^e"Kh/,0]=Wu4KxֺD@w4"FA6ߥSUQ8 YǃE_@KfV:9o`}qA|׵NTv}6r)Ѥš*kD"0cd 0Ѹ8ؒt-ۂ9iAz]jkTtv9[NH1&;8n@F\"+"bYyvn\^װb'a^v {B1=-0DvXZA$ـaay AI;Y NAvA[Xַ<,׍8ovqXM U;LyvQzG/qۡC9,9nNfWݲ9!B!v!ZRùK$S"OaQ o5٬Dsvf~*4C=,F.5;*hR!PD<Vn|06.Agdkjz!zxUq>JmH-8bF3P5`! wbm v_x m(#px쒈˨p;^fs1^j1.S,`Q-8nrEMG/ :4Y̋AM V RQV`#Iul;@NoVf4 WՊt5(CƓ}tb1Dg/=E&xqű~*/0 Zg,wbC0 e_dP5n9pgۈCH&qXĩp$Xߨ-d5}W #|,5K ۂo9dj Mzk tfrTgr秺 ׽!… e,Jw!"Ϥ@*petzEGU$:'CI7^R#v"95[A3`ԥL->u8Wh %(ȵgS͑g Dx;Dg/z P;|]wvlwj3T"h|г$$ l z%x'0+aVɘUC@BL+y"uu5ږЌMumk6Z۫/7ʖ\! =KUR)/Zőߪyo#IlH Ռ6~M"ɕBq}L/6b]pB,a\Fj_1S" G3u mSU@H:}L%Ʀ]!f/IAh8J7$طIΥO=Ĉ.^3 f{"hx%i6v߉wTg炡 A!o(9|o 9Mc(LVHA:4>_˙9Tձ;Y%.E\_P3?UlӅ%)2! V<.u|[W;9cj|a\hBˍ~^rz;/B"7Cg6p +^2>d̦kӆ1kEhCzX0@Ƹfʬl[-˦Ybqs/]ßyL/%miN0L"0ׇặ`'x̣LAn*~Jނzgˢp~W=:K&7p0_a]d#^Yȿ n?ź򢔣"'hqշ'*<ʓUyR`AѽVKnr}ʷI :w4}V1jQUWhe%-N'Xʃ(~X6yH̉$>q2q>ޔt %V ZcָYim#y;Oc)k+] ŐCs@Vk3x3&Xs =o-97Bev1R-<inT)[#h7P<)6_xcƇe-DBԮ+? ݰ$55jq.bP %`p:>3r6b9` #RvPu&{لFgφYEу4/j8 C WDVgD R@ Sa;`dyӮi' omZ4yf' _.vPdn࡮UMaԾ H3N6j6*~a n#:񆠺,{CV+G} xj4++̂C%S`fh vtA/(tN<$\L>!$$6w^-\df喓hM3%8"PX?*4r~ lŎ}aޚ[سEI{6P+Gsj0b>SV.zR>Hے@.sb!Z<9s6\Q ϐk|&[Y\՗2mMIhӫ{:<+&' W3*Xq|\GM 5l 8{WB[nL |6@z 065xf-"OKa)8Y: 0԰=CJ }We]q_,ܛvf7 pÛ[Gʨu.;6lR #X#)CA7N#D]}ץ\`yG=_jW<^bR:XMV*սApN~Y0Y+vy1T.J,f&dMm9"iMOϢh'AY ?a %0ЙPrq oX9p3YN?巍CSMh{07pj<͑|#:Z憃W#R }+A'W̓x,!'́N۔^ #w\ (4j:.*Q ޓ}R&\*& Y,g ­Ci!ƗGZS?_Ӟ)х15 5`c3!|k欩yt_#DŽh"j&g8c֮AwǏ:.z7혍J,hVU&>$S.670붰Q=aL !X8L`1e9 Տ!?0GB ,>Vo:-nz٧u_dpcn @fR({ 2ܞlS6$]Q8Bv6Lkhk%Qļ@hT]}UiԂ|0wd h[DCG@|H59FJ1Cޘz(Е>FăA]r@\gH$ V{nRሂbbHr{ FYe!Z, m] ei 3!l?$sZYA9VR|'6v+קY>=P?: c-M?t$(S(8w!\=T;v2245xum#@Y :=gSBc61C,l'kDNm ѫ~vu3V)3@oy T@{6'ܹXިuuWr ɸ[lcEcMSqu’q%[=?3"x֦d)ht, M? >mL::_H[-leB!ɏ.q^\1@ S񻈅$NDa)%>w8WJjKIp% :i'EMfT7Xe5}<#5.CM KQT7:1n W$2񛣿c&::qj A``뮞o'0%I!-bGz)`{^Et~%(uˢ!ݭuCbo&?4ܳ+bDڞ+{/`2t.j-|3ғ~3Wr) F @qSD )>m(6jڑh16с bf0MR[GLjp#oLpȁtm݅U&,``5OVt#Y-'+12ŁqW%Tr[B WITxڽDI¾V t9Zow|Xĵ Qlݧ胸3NF0Ҷ|ŭ坞4$OHꦩ;Zs + )poäak&xSӐS1AjyXfK)L 98ǽl-x(1+ngV># ;̫]ژ 6Nv:߾I$'nG -eM1|3.`ZN)s&]GY?s#F&(7pWQdؓc~(a$aB4!9/tVt&SNzIxY!׺֑!HLH(Q[<1pWWP$FChPy7 ͓҈2/%[sUI0hGXNH[s3 ))nJwy')Lw%twDBo#H^2LZXѼF{new7<}1W`p m-.DfTq)̳8bA6<9"ư.Ilֹ"<Ho2?UjD%q $+t#(7x"Qܴ;5|MD1SFQ|JO̼mXVꆻhN!-3q='Pdsc-$jCU`Z333'a1I_MIB2̣%HN~kkLA\7!rv]=[_Qo8ڒ VY{Y|L'>nfVnZ}o٩Y;R5ҚW"\MƓs5<4+_Bh֙hÚjn ^'jAwfM,.2li=ʝg=”SSE^)RaavHVp޷z ~8sbwT&K{҃Ӛ!]Vnj($P^W'™!4 |?kSۛ>BZKgq.8=A\S)ÎYg:M2ħ=4uiPu%(_rf>+$$k7oW\3l-h:ONȎmAփ'"2eQ+srapFBh5SKa~aJ]O+ɖ٢C S((_ @:nɲ^g1 22%HUaDˮ\u1? G+(() hU8 4ܡSDv7|^A{?GKt0ËSHM{ˌhkl3ʘ $D7_-34ũR2Aad!D5Xqa[ɤv*o.ߗϸX[K)4ݿDʰ:턯+fLۋT" O+_rm߯sgxQm Q(S1.jHjT}IYNdYRY%I34 enP<3e;H9JTU5u,.6_Y'mdE0ŕ-I/Hj L/)M6 d"ļ1:  X1ΉlI/8hoN1ma٩$k {"'uʻ8̚4L$G7WޘSS3֐BP? _Ť?a|%'\PrkDI h<=ŎW{y" c/j'Xgn(B𶊅Ƅ:g UKU`{_NbϩO"Hf9) 8،F{WM =m$<@6_,"\&!U"g`d@|mM)~ 0q-(#W wP3v*Xc ѷ:k{H\l8UMi:2։Ub6w2Ҷ66#+*þhgIZ^< }rG_ "Dj̴3C4~;sMI2x#?rF:ohe7j J"CpS+1#r:\znTM|FSl+Pb>" =IT/mPc>"] ~+{lh9oHOs03 KqE99 >L,| 4!1m*)PeTC3|prpr⨖4xlNj!>;w=_و}y~FzyISЫ`9SKZ*{0<(#jpDwY0F[ g#i>TēcGNU`>f2=ӣV=: sq*]{"H7sA/2\*bejo{h:\Ԡsh8"wCr=9f  <6(F82I&Ų:~>2@qʸ7Vh-BU ƿ8m^@qHN,BPU0y] [MuPrnjXqׯ@gW ydT6Q- m*#s&gɞCwSɶz,O.OI>Q4s]("Sgm @SNNK3ADwMf'rĐ='RlӒtVG"/o0 qS`/㹦A62h?1 6j7f&U篃J w],_$dtp3r8w\$cAo:h<DTgtQ" /iH=ϐvm m c] djժڗ w_ |Xͭ %E*<{l?\ UԎkZy#}3"ڽ<.?]g.FIQzc #jL|J%y㘴ދiY]6I)X.mh%qoxj>L=<>s<4FQq'Z[H:& "àw1_W$ ]v^0@D-J;ۅx@J\%ſp2euHW^%TTԡE[I~#7( ׋_q]ņ Z'OBCw^ĵp]ʙt~4{'*3}i>W[(Oa/"~n?j XD7#$1r*!M}iG,b^~ C}(R-ͨuD3Q7Dݙ~T > hA;GX吴b~@~2.Jy12[n,p- m3 ʭRVSa1"ٌe@^;7 e8!?4ή#OӤ&&=$aZ* ւ+ IR9҃>)tfJ8Jcr.wG^2P}EUկO4݈zV1Cxk]i qX{lR,e']$[a)aX c񐠒ԠS2S a-KXZWnǤ^{n="W[ 5%Vf&/' \&,62E}X"qH1=Nsr[1W,o1 p|'ʚ 92$BW,iM`'dIvN]|Ncn?9cہyKng1GT0ǝJ/hצidY|?6 '$5v"jo/&fPz}D$N 5&=1Ǽƽp:!@+6}\i@5'qI5jK NVT.מTXK(EP#YFxwln nR0%}";r"qaS NLHϭ=":Rc^C8q6P 򩆵YGRw .xr \Fxq&DSsW@ێ*i~WlA-T :/ 5RFX}/ %mlM[Gu BTVr}+W k%\b,v2 K+tm^c:嶦l}wu+:d{t#D8`*xgei9'Eڎd~&rF uS%ylXN_~Dž4Zի @WY~0Vi^JUs[) \Cuc9ۑͳI5v겈F@XHvJvd7|ՎZN5BZ;c'1SG8r)tFDb!ftp8Uz~Iw4>j3qgƓk TTmάzF 3Aӧة/CE@N'sn#ـ8 ¥WQafNpkF%3~da3z6/K1g1coR,97)S_Zwٽz"˩V>{ĀC;\2kILw.~HM&@1`EZYc_xcxtrG_6,Y9i\V^0斅av&]"-x<>=$m)~8jӲ<|!=eug濝oԁ ]3G)| -"}oI&B{oSolzq|P& a_߉(m[5^]%9vQ&|;{I.s+ l%B;&m<>[6~pT'7ذB*Y'azYg"![i.ϔ'RL!g(OPB(XU)G\8L I.e) ET~sfF ܩ_1t!VGnmT(f1A} ML|HLt14 fvDc;U؉LͭouyƄK^qv2p@1pvj^*B+vdT-%.J=; <@9Qvy.5h=qW,ߠYyЖI"`?WYq5Fn4<>ER8J"t@[Qr;"Ķ" h-"#S3&S B8 }7Ի?uO8|ص6y/@=y{LU+3Cӟ{*ܟ6ejR*DNMó@k DZV 3=E8NRߤ 6RTD=nȱ= d5ڶ QI9\v.B:֔*Qr*{[iJOD*;e.oj| }>=,oa(W!9T؅HFJ"3AN'+d' ECc__![νt&N<Ą鵇F|RO5ʕԞX(w[l{s%HØY+$Y)Mj}Pݶ?xVke@ θscM0KN*atbښ7ъXaG=4<:ن6+DMyx\cm!QYiokezNPikFz@mu ǐ*TaQ p`r@#p=fY OQaV{I]a$f~ ,DHQArCNkw#Sˑ%.H^I R(`N0^`Xԕ9_rEUk(u\dSD/T\wOΝujli&cG9 ô0*-f\S3~GA~ ւXKb7569lWh.JհI%5`~"u|FVSpp9\ylxZBzUa=!ljXyzPʾ,S/e"'Z<9?+~0!\5z\ł2&4$p? \mV I+un*ҕ'0=VH8OIe R#fdP, #؛uC+>y):\ah>TIXGgd8,d$3fdC߁pV5fy[ C"bEH,@Mk;Z;otP={Rw){SgEǃw$qd1#O &U|^.k]fЇ[ertgzS Ι<뽞!8fqr%- IRqA(Fc~eAq['[YcdP,B_j:z\)Y$W82̀E N8Q`T`pn7"A/(tԹ1"<(g:L|*HMO:tہNiz=~ HO-&w$"z ɐ@,(EP5 BO21@ֹjkgv߽s_1K=H$o'ߍ$Aq) I7x1Qrb4l1S]Z׽IySZM2xkGzb@i(غ](B @粑/1?yBP9rη:w>=^U6 O^-U(GIWoY` XFГZl#Z$_MKB՞f6՘>S&U\[t^^Gsj۝B[˜ukjlב*%+BRޘm#k!I>]J3Hpe5$WmAIppErjxpu05S{*C'Ҹ @E3FxM꽳ukxFDb1uoX>z=hRFE=tr(ad6U%cBv­[-:Kщ 9O0`m0*EUT0MIkMV榄 ̉Te6gxXeTT̫ɿzٮ,' | ?B*F@ս{u]?A[בG΄dw"u4 <1|J3O}@ Ԁ\n}tI\CL.[{DK]Zb!NxֲdC}`RUܒ֍=[Z !8Z[NOW%dIV'xowGn<с='BQx*ۉ*(HE=21N?Y~#){{e^p"Ǧ=@~}B ECF;9qtC%.:{~U\/|gOeԽ 떽ќ+dwO{;5Fj|H5cD6ƬKaeS M;\5XpYt7㇋Fw%ŊyM4Mqܔܼǫ49VB`O~X 8aI8x`(/ $ &H!jbw C$ֵ^ a,r\y\Hˡ*PW1R݌a_Gigaz&f"dǁך'[%J:BuuVɈ(*)K0 34 XUm||ZԱ@#E)?>J @pVwi(Cjd%u. Q I(RŲ@Ll6#~ rX 7Tg mtUQ bI|6߅;AW>{)9R-X$(z]!?jU˩D=HrPK| c0Vh b@=i է^"2l +]Nip2iYS͝lZjjޠ='?)G(&@e_|@:MI|}T B3YQ#'`X2ٱ[ F+DŽ=̪9"6XnnC<޶_j?5rB 1,3\f`H :EQt#9o!:;q5LD >|R[BS'e.W]E\*}@W7(/E]hs,K|̪4 7Eg#I'D!57]00If Ч%.Yv_6:8Loqݴ"zN9[іX'*x1Gk;Clhb:<$[[\hLoQ"*^M$ӯ~`-W_rK HCmԬcg=镅E|6B_ 6f.քTӼXłG|38ݓJDƼddz|B)8ՠ;R*97r F"xR}5t ""Q1CV^JN46^c/${P$M# VCrc>) lKE{Rw6Ď㠲2d26= %Uh8&'$6CT%sIYdmRl5h߅iu8G9j QXʜ,A 5'Bz0c^V zmffs{Lc QbF?o$MOhE8o^Ku<M pq3trG=ZeSH+)r!MQ[ r ? (_ ;V'\[e98&S3SIR5elBDKiN= xۡ;ٹSΝís4'o 8QAڊ4~!q:jIVYknFi&o$AQxa5v2i>mpNRZ!=I]C_xFɀ|/k>Ln*x xЮCv-qd\kiPmhӑ/9<* 9V<֔eO\X";|HZ ڍ=n'Ȅ,}4ӐE%efagoDD)8x u\5 z뻩;ۿBzbT\qe?5 "O7!,YJ; 7.YhWcInئq<}SBX0Hhc"G^|>{&l܇Rd쓹.WE;󮳬=o#\p!O1If-uyfAW6}A snzFR<4o=ϱh[iJM%d@˸u4z\36D(.'aR`݇ͅ}f,+z yV^&J}f3Y$ue4%́zl6Fډ[8i*GyB{,^N优)8_g?p[ʰSfʱ|X{8jj1늝 UJz|(3zB&hIP_ϱWSxQ]Ӹ?H[|ue㈌Ir .iRé<}$1A-, N.N<"d Yw3>G i}J+qF\Rx~bvVqO ҖwjRd) sq%/e9|pnn[Z vCm \C]ySZ "D"L(4sL,84/Ǒէ1G-h1> SHbWTJ;* {yn0XW, nbS,P1W,[% `,m<@Q:EP+ʜLngvh &i~GB1=ގh;K [}} j|dJ軑[iz1徥J|R拤Uu2wL^4d0|<Ѩ2ҵG/:b"6I#pX]ywo \l@;5 浒4}uR0JAA;3iP}G݁ dKǏ)803M7 ` sG'T(8=P㙅oI,;z<Ų[BE&<+Ki|5 G{3ilweem=ލɅ ^1|> ;m9&شllѽK\ -GtߓIJQɿz֯ߧ#/+\N\8 Ul؃~[0;\:xCs&V=+p|1_Bonf g>y@Nb+NlluqڝߨLI#̈E N*H3s#kځ&S.jXԣ.g6a0}LqRrlxT|iGP9Ϫ7%9"0z8QtK~d / *kyhh%*30Ji^JIa:1-@'"lI"Ip!@)Q`d#rK7wݳQQ Wxj7ʚc0VQ CĻ45W7hA@< `kcU[J~,bonΚ:IffGN8AH ;G S?("k+uw+i;Ҫk1(vcJC|a:ׇRpՎOpLzWjn󽂹0Uj|Fߺy6Q_JY}lf[3 FLO3S5*ƳHe.ѽ-!xJؒDưƮ@oqzScBkKl'_⼻RXŋ.G}vԃ7 `WbsRj;)|K҄R.nhޯMHx.'qNaB9 tܘ'>>,.^aR( @R 8ᙉCֈ;Ȝ~1CL'yPG!Sa`Q1z(e"je6u!y v{@1D8X|4xء!i&_,^Ln=g^=7t *2zʁq (C\79QD3ڌRТ'+2ۖX`˝,;ie+H< Y=^8m|^u1;&;;)K 6rQo#˸°z!J|}ARctNݍ J]󼮈Xڱx7ksޚmXz][ ĬI*>K0ؾ)|HWyLg6T2yFpkN;&ݑ%[Ϝ`T2T{fU$,ەHlWF>K,j0>Y$T>Q}gO;2@o%ܮD3փb`$.3t?oߎ[Œe|sgܕ@N~pD9T^+|rEF,5'" PT9^88錟4%rb ma,YK1)/PƩ yn1/\6QTZ|v%#BNe]@Z'UzJܭ;}fě+}@~: m_ɖpaZC7sei seĠ`i֙̌i\+1ۏTTg}ф}x C|xŷR Ɲgg/hח]evYi)IFwa 5݁Z{>To}|&vˈrl^pKlo @8+Ǽ%Glb{[Q `'2JIem6'wi*4Yz pljU1/ r/X9s˽c0*'o’Q$ ]s;Ҏ ! oS;S/ Dۈ/5֟dZK2/l/`Sc>@/,mL'|'EuWJyQ$4}UIarZ@f/k QO>Dny%Q>m &Gg_=-I_y=闢}\.HV^aK~{`ŋ:`պh[]bæHQ|.zDU/H7N<4jcA:< @=gˎ=oI|_]$4"6aqYo]:ʰG>=!z3'~s^~-Qf5[tY>e?Y# ٿ\*,S_Jj_ ;0Lc`YqQJ@E@Cۉxq!};!ӷ\Q0Dx:kfRJjB~I8+۞bK׏  KKN=֫JG?˼.o-3kcԊ*:&*́!3}6˜\C/DxP>20)3񝘆+FGkV@ gq]M9n9D|1?`8Rv:9FlsyލXHIκ"ʣʑ?Rc-@ z)K Y^Y褽^Tb ˏvcOjZ}ECڮ3`/#v}C ӕb dsNXJ-V)MWg+.Ѥb}BD9kk>1@J,IFlp@Q4ၓvl3mXf29lB)FUđ謱H"5%_ZhӖ晖kHK(K}*5 ~[pK3LCk vumhѨS`}oA(C_tDPDKESJd X1C_F3R4W&l eY# yq ,{?vowaGefT'G-W4Hw,7#!eS\6U՝oۆaï2\wWAПGqjKRaq%}LN7݌O&EbL|Y7 |}MA?"vޱP5J%XYUU`k#1uQ/֞?ÉOtHw=nD9z|ei0Wq M2[YwŶG+; UpbF p*-^Ō*/ގUMmgGA)$L]|!K'}e9J_:r0ubIJ9we&WhNu L5~W8( \ޱorvIL5& (.2 E_ZDY79A[A] pnE?f  kQ;NzULb{tGvu]\;]yr&E70 AvxkC./K:S+_%*NtNZml㒡>k64 ;P#3hL,a@G{ wrrϾhg]< Cquzdд/>oI 0{f+r \knq"}I`2H U?li+3tTzD23ڗUOƵ< Y#qh w.w?أky0l!2\O/ҙ {fP5̉ҘrRզ/Sz5^a ' "@sJiPlRwe*nIk]w_i{/$Qj T 2'1)JF#,X-UTTzVmw6§o[>NY$rYK5苌gNJ`Oi1&o]U~ L*C{oO_daܶHRM&E oߑpPe߬2G͓ܖvqJz+}$7iaZKGM K*luP6*mKZztհ:H+'0aőW1NR+\m+i+< Wܐ :Pvc]7 #G!$d<( 7hp~'՜ٝB2Pkxl&S}P@~k@Z94ʰpU@V &9l 1R$`'!h Ȇ'`@uaXDb1ɍV]2dGX/G{~z|̰cr$̶Lr:~JpLWrz7Zodjx_*ry5p\=‷39SD<ӫ#$>M~ma#Vm"+71TjaUsHHE"KMbG͘՗|vkTd } -m6my Y#3u;7aプ|$( V\:6\7_A7 ^3CHhxjG7ɀtL1z/Qjujb74$CBKy6fw9有Ln<*;k^&:&^> IzK:I >a,CQp}6Y6ɲ?THnk۷.ޠbhc=͕cʹwvn@{' i?tFIo[gQp*Wm̨ysț2| lxA>Kvv%5:d4螐/h-eRW# k3~j\OҐIlz2Ae l'P߀O5/{Gi|sD EB ϦaVشy X*կC"o+:m$w.W0;!U=5|B ?BPix <};rs7XH 51J y 1EiZL??0 mcn'H3)r4-WCO -@_%zs׏&57c-»Ms{mDJz3(Qk]wө(vƠ+1v1Y;fã01`:Zm?"5GƫXPED·5yS& YD^S'GH!@ΌéRKϳ\1)dJg,3*tf90).y/Qct哝sgOidr(.7{JQ RL͇ϣ+bɂ`*״_dZVʛ[c=Ou% _r&*ڃ5p@$r_\8zSߐf EEk=~!36os#&19+_ƕ@R"$ 3%K$7f\2/vRLͣGuMOe,N,UFQ| ay탠ZAMG+ZDX>Q<>m rwRѠ# ~9uT9 pUSd@޵(` [(hmQ5X$MxeۿMvZ+8!8-]fۥO!@|"&=vM\~90aO@ ` })7g)rgKۥ,!]?@wBYUӨK:b^iEc9Ոz? SLUkto#~&KQW^[?_C-%1:͔46oV]b.sge WN$ lU!%az$f?QdѡtYrE^ZT8D<(=6ۤBkS70Z#Rk^%綦LWEK`qۦzՀv)]F]5F};8*)(Bu_RaH1w>'Cz# UpyY)T6S3IH7eo>ІQI7j6?u]U {4k装n N% oe]$$W}na4#;˝ZR p3X|Tbo? (р> R(8"1̲SC kj&;u$rjC "Pdp-n]8 J9cd:(ZAN0lhp4bYDŷKwjvSU`?YR.HoGAfXa`)<@Vsn-?Go*:RГC,V!E2ssy|L;'jsm\VI^L s7"QPD2+?w̥dhk%u}m2lj~T 8-X1̑W1|yHr Yu [-ζzLrJ\d&)'eHRYs<#ZJTXD)O}5yOJ_m\ ϲ>喡E)l7kES8go_f)=^hF']kP+~3~3:X\ε>(L~akߒ)egia{ECv;kෟEWLHίO37-c*kT97=s|/i}D86-nJnz^3Bs{obY˯#Qsxc;7n(._CrE3fKQa$ȮY6ScrxPw=I'˙'^TD<էvhICh:5&=4\fW2L հ!wߤ9EFtJ|=xu <*5+%Upռzzl0큓2&拹Mն..µv tf៤ |^A*:hJP? >z}q&Uܾe|Ğx-b3 sbWϩMr}# \NP / W>|w-x} G^S_@ )`Ϣ;c߹k`BRt2:UFz--pOT! _ $ ŝ+_#Z*iͱ}Ofs:3#d D2(.]t^\g}7iB4^RTn )8zJW ێ ¯$Η\VR z%-js,dp/N"1d>49U뀜_L,ùUիe~τ#}]Q$<z}Նf.ȃTtwfOOa,#.d>12a\$@FQKO }匐I0b6fDŭ)\-ꙗxꚦurn '3Y 42Bs0q>1hXI k>[i,[p66a PXڠΩbeosKjick&8(,Qeͪpt-x D;>:`ʬ̿{nzlxUiYy2TK<0mo_S~'KE(oϿOUHQ:.M% jwـmPXpD=U; JeA|uZ ҼoaNx!3bm۷UB&aRamB1zW J<&+O:ʧI6Neee`-OB<+^:;iw#j*U@NH$EPY6&SpQ(ꅁ\  fإ;I?d̕:ّP7wfP XV2'sQd4H^+p趚4P:RV&g:!1ԚTFw$$he: h?i6wMa'z]]F Nڄ?ݸ̝!#m"׼h=ݳsGq-RFҬd2AegWUjЇ"MsP%lLՃ]?d#K{lFՄWz„9t.ہ*ߟ/ LOEm^:૲J-#fLu)M)3&R] ]G6m Ld%a&,igyl~~eVMrQzTXiSi5k@ōXʶ{l`7 :gTGQ @w :\*!'Zv;3Dh<4׾"țe]hHMq( 1fy&:⁝$3$P,U0DV32o<(< ɶ+;ApD,S^Bk W{Zvv)x(>P5Bb.qoF}ܽ~`]tn^$WS1h>2CN.L/="C`fֶ(kbf Odigw"`2Ed*0N!j,^6O .m+[pc= ?a4v'XUp5ֆpC4#kl)L. ؓ(t^YDX2q &Œ>)x~y ;L)Ep06Ls`El1U<4$~7NN H:雀Yl)'vJEz-#RKx5x1fXG7[t)Vzo=7CY5oq'|GeHOv@mZ{'вm(Jb*aůAr%ML!(c۹Z2I3u+tEDɽo2` x ;b@%UFxwm.y8Ũ;W X{nvpZs>݆#c![(RiS&@<EݢX)4Rk%0AR;h<`Y-ҫg1e t>Id}_&Q[&l%Gͬ*2w$Y_ ICI4-t9烿0s$)̃p8E5UI%b"%%q=`'$y,fţ.5ʎm04Ϛ\GB@g:Bϐ$bk rY