apache2-prefork-2.4.51-150200.3.48.1 >  A b=+p9|CtfaX`?CG3ul/he9J8.zc ^ wXl鑖l\%HO'Ľ "~$O5qSPG A푾?HPRS\H#OnaiYK>@Ft648.gkB C@oa-}m*k yӀl IJ{pDi\?iLd ' X<@LPi  y ty  fy  Xy <y 5y Py4y!y#$y%&H&(c((8(9+<:7'>M:@MDFMNGMdyHOHyIQ,yXQYQ\Qy]Sy^\b\3c\d]^e]cf]fl]hu]|yv_`w`yxbyydzddhhiiiHCapache2-prefork2.4.51150200.3.48.1Apache 2 "prefork" MPM (Multi-Processing Module)"prefork" MPM (Multi-Processing Module) This MPM is basically the one that Apache 1.3.x used. It warrants the maximum stability because each server runs in its own process. If a process dies it will not affect other servers.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!  %%$$$$&&   " [ 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-preforkmod_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_cgi.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-preforkhttpd2-prefork/usr/lib64//usr/lib64/apache2-prefork//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]=e7026cd6807781a1c843823d400a776f9f8c63e1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=aa8b8535d632fbcafc7658976b3012127b99f258, for GNU/Linux 3.7.0, stripped RR 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-8883251587e291cb0f8892403e3b284a6780c75b17f358d3c83dc1e7d9da146d7?7zXZ !t/] crt:bLL AynV^&'PJX;=pԑh,LTќ`5tmu*o( 'Z[Dd}:p0b]:XilzV.q)P==/7ۇb;CA%;Q+0 , D\J񡣚fMkyb-eUG+ PVwRu InaTw JLnѠs8Dx,JFya=o}=,Zw;*#C \ߪDq-a ]L,aNPE et̜r-C:8qzdSeUʽ%¿Jv Ah++A/r""qY A3ԜXhR Θ큻Q E[TZcؓcEu/JG\@Ic_[4'ERe#.6&Z\s&xܢ E#i%#G fVNG^SZSiҹҞ=}'OʒFYĦKk/jr#k!0HB70>1hRw9 $.> hnCr O5=t5ZI3D@Ӓq0r1 Vɶ0mߔNaMx uANtxrV.tHXH;\U!`- hƝM%;f6gdE ^u'vx\^>%:gn4/:2P@ڞ\k_9S a~oR7bee)Q NH1ڕŚlʞ S{7? N7󚝉"Yj Ɇ+'X2f,I}21S,1kQ B1|uBٸRpGxʨdhd3IChS6 q7nR]s1ǦvqrXZj4smx4T6Q?iRi.(ZQ}Il'׮E-S嬰9?q߬0L*+tBS0JA;_r;6sQ(_z+1wYc#<8Ou]zsv9(0YSkj, eRҾݚIBM/kH/MJDqZ1 =0P3;Oktf^0s@ 3Pc^7LC%uD-7Ft߃`?vu%ӵPmI瑟FsjiqҫN1fl.\X?Fw{gw!4~lGr%mdVbbidN'M`e%X(rSk]# +mc9n?5WtG; --κ}ln#8,&{S)WE_#m'h^ ,>ô^>M^C ]!*Wd5vz#"~ܓAn`ҫ1aiɄfnA*<-#39y$ũ[|׿%+r:*!6 lpshgW4X) NG]} 軍z;G8&Wݨ#6nULn+P!MH ƨ iτIhp}#AJ>3H_=1sfrbI pMOEIC*ˉy$Ӄ "G~MGڄ3Ky37ȇx QځĐY"a4[ohr}l3M7ʃa~#KXd>cMgj4:DR}pX1BZ lwv|CDn.rVe\UI`qJ4)ʾw9Yd!zmdqo(|2N0&dU<.ZȵK$NrKՋo>imNFhNՈ g8[}8v~]/Cjqh= D{^s%"ɖCKuDb{c3"2P6NmoGBHI#cH^e&'`UNU,-: )ehaOBݹ FXj 2&,WGҀ"ZD `H2풪n/Ƥ2QxOǽ3iUR>{+sl^Mf@"%n牢ո8_/ϚQ>P^ f aiHܬ 8- ~}iX P5-iGhp ϟ#tQK)s41*N5О8v9Ǻ`H-?* xJ@!`mzTV.3qϫ;q}m`'dܩ } i頏nz6y£asmid {5A@Wa_m-VVMu kr?VcNvWaɣ5nN2Jzas%xQ?hv@Dgtр/?96kФ샽@t1 ~㷧^r/}y%f -*< ,:Rn7n7Yoڐjռ(򢘑m} o4hSA1+K4-Xk~ Qr7N%c $jG`QTU0V$_]DKy}R bcZxٲ>&hBhPO >s) /ȟ L҃}HsƁl{%G?0#-HDEhpF{jdYz2UG&RE֫k9'皴0&o9w= ۆ)n_0D1;HZiB{-S0^GatBkӯN}gv6n.N!!g9A–/RWd\BaΨ̺OR*2p"9Icy>!-ZuhT%rxqg(eʕ;@~~S(A~ <'юm[Mŷ * 97xdt BS PuTpև\K`VAֶ`>n;`y0d`y)KuVX-4 g͢ʹy~H.֜sƃKYDYPd!J )_I¯UAdFyއudϳO#]kԳG6C$#{c4@'TXeQwMD  ߌ p*;17pc\.I3+EZ#^%OЁC9A=;`!.u(OON<22Oʩ^Dcj0#ៗL}_nf? Nͩp͟`9AN/[)cT=&e e|s+ %:Q~J`#k:ʜC9ǂy"jPndo,_(j.j5:Pn\NhqWN֘-Pa>Qy(E©/}4r^&fPNa)وYDlK"b+B҈l-SkIRHF͆F<*&p^{=<ڤCuSN (>r >z^iyyʚZ.W7mNC W\KN2o;Xg?d\"KQėJBWAcPc妉rѪ)RbeWfRe˭O; Y $j) )-\gnt<\-NywuO(aD笁VbqW,KOA2FF;\8BK,T~7 R/yP˂w숌azt!'RPJa7vm:ܚZfKt2R>/^%zo VO1.cD+"VZt _|%ZT*J*އxD-Z*/נ*8X\pOݘ-s{G|'qW,xnc 9bATHua8  B2m>;jq@zTkyvoblUQpAԻ:qlZX'Yy|65G/le W1dۣx)'ɜk@d*hws0t25k3w++ʛΑJ_L,̾0q74`#J3)#m07szJ疩, AfTghL,ց0Sm-"= g 蔔uGGPl >z*5A*(NrKYUEî|,|jż°]( B&jcda$fζZ;pŜ2yDga?SwPĖF_K| XsE ;@dJhr# !/JI2|\nw-S}N&=虞,HcIWk搩Sf=Y~f![o*{"RylwĵBAhh(RXOJ8* :0aL/F'ZyPaQYП[iIDmE[WƛtIT r螭̿&rifa%pa,쭱n[izgX8))%r)L5:vCVDj_iw_j]çL|ʣРq"hz/=`+Cys?dݝͱRT.=FxU4:MJV AV=KsprWࡕ>xpԀ)"&DxDЊ{^~h]J#sNCGu|'9zUOx9n{~i fls7& 9(=m^R}<j*8˜6MMT !%$qXD#nʖ|c[ĕuݣ:1 h\ݚN <f:GaWXeZ+TGѰ3]}6%D_@G|)>g*Q6]EjuH@"evJ6&9Ɗ`HAxΦS\V;x5$03F ſ}8G4 n4K[ k綺}&  Q⻇-q=K':tGIV棾\E fJZ"pG|$xVZɏԲ 7!]/ 4xA<38>:nT]"<*^+܃(yPǶhb=E#B_ܴРyb-\537};I@W=]kq Ň2:Wg&,haeS\M>7:T/]:.il3@Wʾ "bwY OD#Yy*e?I NdyljH|G٤y=TW8!iN2&GI^I%JdS|nA =2S+&Lt & ]PPr\-ëqEѥpH-y-زyĉ>&ç+Cq|d܋Uˢ9OaoY,gҌ W,]:3xF.І +9WIY:qa^E :f9T6z4CT-tzlF'ŽNivI,a0Dz" ) R=eNC\/EOL@nX Cm͓Z{?7<)s6.~./Y;yZ(i $Zwbg_|F`ȷN) !6߃ȧDd4a W,rTEb-8}vĂz'e1zm@2rxFųt5'oB4]0=P?o;$%iI炋Ο¤O-§]ۿ3o'Jj"?"Q՛! ! 0fѥ]{ާ|9xb=#oZ#ƃTR1H64N1+l;42GoPCs]xtOlfSV5Ҵ!HiבF _ lL̷epI]f~HDm]~xJNԼvZpܢ#hT/ϊwM~]vvVf8\u-8f}I#{V3>BD,r!F%_Dt{d,R[: yٞmMMYgƂϚÝ/B̍" [s'yY6#mFѬ&H)q lJ! %`$5%y~_zZWf7-t^'a֝gcJО,7&2nS]_,bWt5g:Ouj&ƟvdM#R ]~g՜|c=vZU\M,DYwk̀Hgs1٥T!m `ݖ}+O'FUtdi|\Cۧ~19\^9Vn)|Љ/VKHi2aHzwa?*9 ߼8ԲgBIZIOS%| 5rA 3直?$uB%ڐ/K-sSp^(?]defEt%XJ3..$ra=x"J%f;g\B(]D}(M0LT=QӹMt`͎'#^Tw:Fp ML6S>p _O.jA!OETMJ8n_ǾBN(r 9pㅏ&Kյ'ܺlHs\*/]0XMV;뢠4\Lgq `)k[`A2paqJ98x8nMt[ Dkge[sbp%a!MF@h8INdTIcz6-'fy7 _?/*_,!xc+9@Z.w:W١\z:/koB<_ G! y숩ú9Th${J?Xq` .ScCxz^՘zWqnXENG1]]v,iOՒHy)k ;L+K{J N7^Dp$@lL_bgc-@0#c-,ؖFL[.O - 6. _e\59XK;%p۪Mj)E$o'pZpɉ|bl ] W #˕ P*{AkD yz aZ,AM}Z6dWA2WfOT]ɾ;x[GK6`$k-r؃MnmY" ZL 7NU7M6:LWEF桂,`;~U +eYj9֤K'̬-XXd!{dOP\rxámuYr5cZ wO.M.9`M4` )A+6lFuW j-3k6œS?y`dX%Z oٵŃhVFj F)|{4G3"~ d UQʀuhzeZ )Oe5qAd3CzCn;W'f7[E7]Lr1df7Պ-#$]ML '˯U- N5U){Qm 'zJi1z}YElz8zxDt'A&zɄ$ :L (^Mx0L 17xBgt0>A8Ki|܍ǔ8?'4b-|Nx8.~T/ÛD0LDqǥMo\Np'-i7@;!?ъCו¹fb3 8ZvBEe7g|ϞGơCG|^8VoB81[Wz=qO,ŗ]Ս Y@n/uc˿2⨻n¢B0Cwܒita,#\=D(rVwp!J^<t):ת0W)}?;RK> azfVe_-Vƅ* Mt"u#׌vǂOGG-q7VA330M8z|Esfz]ҫ?8Ƌ*u拨zȉ+rZZ{u!_4Ҭ8+tYeha%fc j˚ykuS~V*yvzpdcl0,rICfʳ\6 l8MX$;U9rg3|QmĖ -5x>[ʐkYVMKAJX5+A !6Y[$pE6S0h$>r-#8[I&E'lMVʎXbzGGh˭>g7 jܯ0b7BZE쓄_1uTѹaf#ؾl%Ev1C=Ġ|`;'w, i6_enOW.dZ4"H cc0 df&LJ4{dz5P("ؤ z Y/ HEب҅Ӯ= bkP]3cu*ضCLdh⌣XhݗRŖ^"YI.$ZH/5.vZl->waꕭ?^3v i1Sip-Db+iz%H(.6I |7J+ ) ԕ|KB~kBl!yp3Tu~6T .D`F3\LT W_wǗ8ZA-$o"~Ѿ\ě-8~J/ނo=d0 ]$%(< fЯ2 f' d^=v ݅V[C*6ۃub6LR%HwƤFZ$DyG5g8t |yֹq8:muzNd F5!IQuy .tagdFJХ4hL`@l d`ODm#B ч<ʚ%3{_9W ac#fY@y,NM.` 7m]H ћ ܜ󛗾ZE<Pnl+jyW'|h8F>"  6D9.$T&d Фl?jx%k\\`5C XHEE&?:.+mINDZCO5kZEjag@ٳ[5ѥ\h=_1rrd+m;s}MS?5y{$H͈~БY9p, FzdP^`| …?vIb=>_JhTm<@Mn=v۪95]L>& ;pfDU p!ޖʃB}ݱ,5bȾ ,[ȫ2 /uJ JD́t~k*DSK /ۦمp$gGKZeL&2yt䂁"'WU sJl1Axi{\r6Cn}te>s Xq /D,)"j6dr.](J' clL9>\2_(W3;FWs~m WHj&X0} Fs0mVwSQn6ǣȔ6;2jxҭ0Un cgҫTqFCpc28Xp"緡t`v"_N[/H^J+'xK)5L@mF {ŦSImEAC'qN7Y0ԬYu5ଜuP&hOQ=u;;O_Pt#OD\ӁwN#3ǁn)a't͐}/[˛dlS*:NsHW,B<7Cg!~*ꣁdzb9M&͘.η+ruI>-Z@uE hPhO&"y5 #FD(,<$0d|Chx,d9-)d#f"2u8yՐ>:ԿF|kpe|E-A£Ӯ<9Gn0osϨ+~;\I(8 ,w#[;}g< &;9IS!xQZIVL"ݰݭGi-L!.4589<ڨm+/Y+ eQEY )j=&talv:InXM ovAN+/hX-Pp"@>wmezc&I6*'8˳y*A3'@KZUDŽA6OF f XF&AsL|f*86BWB'SzH@;_>⌣e?0Ê@/gkPO._HqzZʱ PLhvj*I>Y(ˋP7|^VX4SN=w[R^2;c.PŃ9.,o8(Lw{*/  A*5O@ipMO"bAS"Ěk !)Eh\۶jN΃9g3c , y[efᗫlΐew;(=r~3\+=lT3`5=ɰp5o( |lw3jHA,ww WI:727>2]@ ± `;0I('{-뷀$t1/Ьx8J,L $b+!T櫑uU#6wnl7%wwR Yf0nv|j?Rz F++  /~7&MjiߥԓCD c?ͣ$o3<xt^VqyCLkp\z)kD\CNUp ܬFtCfRj#Պ9jETzDu*`J :eUAŁB3bZ NYrk9MԁeljRTFvב-^̝%Unw~g'p+zX CPl'MۖOPujPN{M_$;V:o_U4S5]Mo8đni0O'wW߹JK9xtPhfmGjc\CwhTj$ zh­Jğ+$h;/S}wéd0$MI8؋-3: e?ݓǣh5o1EmxEך&ѠfmJa J+3'BH_ه ͫP|<=2CVEt CBu 399B4"NQ ^Z{@HSI6K7l >3gETrq,b> o- t<~{ˀA£9QHQd֟E4۶?`ڤ/5:Dw}r#y՗6KqJG .ԏ&43iA&}>d2x+ҳGhTNl< #7UO)ny V8QV?|P<d0&ʟnd "tMd-p+`N״;yo*([#~Un6]T vOlu4HϧK(fk5ӌ$PK\9]<"uwUb,.ڻ 7XH7Iq{l׏*\;えCkS}fqhz"Z K?AƉҖgֽMW(5T"ǾGo 6,x;vwmg)>&Hd^gnR+wm6UEOyoG# 80? cz(xHu9 ngrA5G[g;xyc 5VձW0:HV_Ue3'xR.>I"bev|Bvs[GOZ4i*7pbY,GcW㩱i8"95 9/9c< DTVMU4:c.jp:qYk8>4rau sx akD#c|o:h"U2lU/1d, aH66Ev\#*R8a!ė>ZhZY IԔ]G'/Z-E+@~xsP@Rf:c Ml-֛,E =zJM,=LVt.PN!3cHA(b}TʂkQP-G:-`wV3c: ːNNA8].I Kp۶4Fb!=r.VjA7#Xe.2fz1|5X%Few2OLtzn-<իS9ŦFҤsc џYK5E9)g@,Ȼ(l"w7J1F\k8ܬA?uTʜhؠQt}^KnJ :٬Ɉ6.)̃tq> D[suxul=hAlx5m~Qt? XH &TLDjtAo;a1L&%ž! Q)ջFHT1Kg2,jMr\Q%me60IwZ3})]Q󲍅@#d:HGRT5faOD%Sb?pR3YK\޻sV1XgNEK;`ўʰBMU G FC|E/S{CfughMfg6 D2HlD(?8T!w ?$2(HH(לp̍Eg~FJ'Y-p\0 Ж82I_]=m&J7U8 *#P#,72 ܯ rz󺘜X.H8t["| [FLȏ\s5qI$tk,uS["F(jȖAoZ xzXVn{^u*r)"L43Zjsznkqz8tcXpaM ՏG%4ℿ*vX6;fe|ljQsF'nԄ& }:񉫥 )q3{^FS~$EN&#jt}t8AJ(MSؙVKL%\b&b.BS1Tp48Wl=u0W5>ާXAe"~+uapR$O)_ GG2; FURUaۇ u^yܝ/@Ԕ׺ p) 錙 D߯+wqk D+֛ӻ{ #_lcOb<$lfIo`Ff:  ûP@#Ӕe'&tG9|R@ǭU 7 n xVe0R_86bVLqsZ kZrx#X4vib\lovFc CmZ1AI$X߷U:Lw X^F%DP.+ն`omݯJb"H\JƝߢԍ&]@ >>{RA6!zrCf{:>VeQU䈛3D6 Q]З^<.3D ;:NJ=6/Ҹ:_uv?KlJ^v=YK쇥ٿ VzKk`aeͮA ڷ2M0X$e_k4Qԛr!!+~Җp|.-㖲(;i1=^& wn:Js|&}cR0*1*w `N`涭[<KOoN/V䚈䠔zʜ|U?BWM"}~2u%fg)CPh'-)CwfqO.QC#?tަsO#+P_= KQN[Nbvr~$ Aĕ)MaSB Yp.1M38K 6ݭ]ا`gČdl5c/n[q:p^BP1ސ,1l4uf,M1dMZεRYz"N&n u$#1ZmJYv.Gpi5Yыs]D QPǙˠ]Ue|ɐ;\diK ПIE ~iR90: ,9ӽH^Du?&A~WFf@,YbJG1~NvsLΟY-+v17/xH!V2Lu7 ɡ"f\'j3S>88\9b޽uUbS\ZC1uzQUj$m:w i]f@p-guCԡ,$w4+gS ^3݂IØ_ړ墜hb=  c4+aQ“iqsQh*HV~\2usKOA֤} "JFc &!A%$͸Q". ^x;.q=|MΫ +診{֟Rx)Ye08NlޛyR sP^x!{ы0E[6g <6Yu r,iUթ朗?RmҰI^m WJj/ϯJ5xMm} V1.We R(:, !: R& JUbRA&!zBDb8 4$ܽEWW Q]B)]lc&? 7{2-0EX}B'/-U/||_Vmbd0YyQ_ H?8ưRڍٹ⥡ПBx=v^SC8)29 P ɿaGsBoſ.oM/.թ@sy ̓S~(L~//L(j"(M[MUNAWjf~ ":?]txHN2R4u8EDWCTbTdXO3^EX@qk(Z'PVq`hjᵹ6ۋI]C B98raM +{&TP7`>|$zaWٲ!_ Y M5L]m)& z@V-C أԯ<UTWD`Q{ hsmS~  (8 C4 Uga)BN::g °ǵ1>ւsml>F%aGP` +_nP 7HQ&ciXGoc I4 rOnk9.-"ePm>l*Q)$*kE0]󔔝u_54%#JVP.F/쾬;|/hx|{*AbE> { > iiܾ4*ΨIУ.ހM8{&   .&81]Gc&KsAcJwYM@uAǷg2%!-8^0ݾW/+ۊJ {VDYLYT#ot̕t^1\}&LnFN !Cy*{n1 J#wǓL]"y6|m(?6B`p|j?P%Z?f;笋AR܈L^%#,ؔE|xh/lĵHnYd'}ZOzDZI7Ͷ'čpKh m zܕ`h3vCd{7ŪNWXj@ʚſJ=O9 M|yuDiin{mRbӆKq97Im$1j" b‹goe_4+fҍIS,Qnuߒqh] h"9VytHv%٭xaߴjg뱾JGė57ځ_k*uіn3U= ɤ .T;,|oxG3C<2?۷AϪ&6 LИ!k 1o< VW €D4`! [Q^k` 1Qv]7C{@Q'b14xH(lovk=0'M*xZ "LQقX#+cRfXn Zʸ:[+ʬS?v1XיO0#xOr_SG'2ѓw'xT? !a51`Ikr7; !/-A@H  r/IZbTmT&#p ` :FU֮G/kE؃/^ Lr.Åx/tb5K`M^Of /RLÀ]FDtηyS$ӸpҹY%+]71sɿ5WWq&"%0"$ X5٩Ѩ_G,_kFW`Q8zdHf%ys k97 iT:!~NQ`~Ψqa^]aiT)E-_N̾Dڀp7Ψ/m5 ׿͂*B"˖WuCrKw\k[2qF*2i XΟ]t#$pnD3Ь?h4C' ;PK8}iuG[{}9]ӛez޶X:ydLPvAYjk'|Kԯ@۫a\> L7鱔W%v$Vb/qm~~/Ps9k['k=9(9Ơ.6D7Օ.jݟ\^cc%Z,\̂,Ȥo>R_ S]8-@}Q WxU9UF ^sxv̠Dl~!o‚NWd>Xnyta/ ֬/TVِ g1Z?Y3-!} ݽeJː3~kpFg&?Q/2L^t1Fb/2*y>g:~zM ,Yһi>m1$rGrlkY:=WUJ@RrP_&5vU 7l2,BSrL$ph66~ApOj;SB ڧZ&AtՈߋDz8صhD)S1 5\4kUŎL{̒oC=DX6.?gH*Dִ/M 䣒Y~,̕E 3M* MUM=_u)k}z9jïܩ}-qť* E8im|2Tv"`KKzخ0jV> gk7XϬm^%GXmX`EvмDN-?pu*-6jmF4v7+ MwA=m) 1<^̱c:q]@4=~Q£cH87w2 xoS JUwRf ;}96IEڷz ]$aK)Ƃ{ְlR9R+*;h ʵ[V \3)SsgZOH-#4Ȅm9` 5+/o-FEHUIfy۷?kbqv?vDjނK $ڂjrKδKI=gm gЦւ&fFڶՀ}HIL12KaEp[nnEn :1c][A^#+(nQrzjD̍73}Hy! qyl^0 m{ E®hZV[JX$5 gǘ%P_p[J*5`'6E=S$dע3C%8+I}*dϑ:S~|(ҍ\x@Àit̮ؗw,XーwN?9[zL1Ȏ3p/HbݫOcЇU+JVLBͣ8f~rTL~ FR> ܺ) .gHʧUVz=,CwX?NL1{<>iT#aѽ4 =06csYG([ẟq7{YI@p"u^;`UZ_-&хVQWaz)YKVN7x 80cc_tV67TquOv"W!2Z,V*m>jo+b86ͥ!vՕ3)2œ%0ĉ3G2_+4ƪ\y)K@QCwBX^5/2JwODȊҼ:jR}u1SY(SKFwhsGME? ru(2 lD%JAC:1 9QfHOBVUJD5s#~YRDD;'U=H:Wr0c{WRLD0k!+ ͝ 'LL.c! G]]MsCZyހ8PD?hS\ :5$2'Fbuˡ%&鎷22YyG^ ϙ#?s|D:hL 34, ;}7Z {;{^20Jy *QX|1?3ә?[Rqm]AWXfG^s"_4t1ٍҞ謿zŌ `<.nc~X2hv[W)P$!c<(KPg}uAZq;4:Փ,%ϒ,96U >`Y׌S|J*{WTⷹ3[v3 Y仉'5O/0T%K4|n!Ϟ*.RZzL583ͨI'%ɑ]Jnr1V^jʢ,Rlc95A-zL %C_(a6i˦>Rދ}O(c< Eg%ikl%4b>\2д-M@ޮ|{E ;901~[HnCy#߳mnk$[JH~9*[E Әuw:w0wF7}҈wcPn@K60HbJi*91D淉ocw~JnLs%e|&`Kǭ [Le䫴nxǜ@®7Åm 1j/Ap USfӰ7 ?lzﳲU-`snAe"})>+߱İ0N$٫-I GsۭKJ4+H P[W[|{!$B^ ףf<9rD"e%%L^B=wJyŮ(,8v a)6ޖ]$>JP'a=T!Ʃx NiL^NVNɲ1p6`5,+U'.p18gTPadF+_ tm=louiE4;PN>vjstWI)d˺B?u;hAVx6#a \9KnѐtYנ,uJ[GI]`p'uJF{{ռ^I5? "Ļ1eVM;J] CyOe⪔\oXy[}ͭ~?IPW) IeԴ@d v F mַMqX9.(F4!AmīO١у[wrPOx+ekB|NA@ BI%ݺu ;po4dOJD/AVB2xph@i`xT :L=CXgxX~7n&&[=[IlGϙ|MȍqŇw55o@jM0arѝVbYpDAz<-7@.Sy3w[pءc+*(&/Н 1rx+#T`,Êʘso8I|Jd$DG%tZC6qM߾xfQCi&qCCu(d=G@ XC{N%Ekːcl{JՕ ʟ&ZlGI-vR~ʃ [CmSkR,~WSx!J$5-)_Ԯ_ƫj O8'ACL7L(TU$:էH*oBIa3d i;g$w{ǵob'={.P..5W( q/{PYE8)8)mkȤj'V3k?G<Җ3c`I }Dd#IzҀ*O 1_?t\zZ%v\ %[o6Pf zdU۪cѹ\]UފM[BB:G?Ƅyi`0> pZͶ }3񰤺ōt|:m/fTGxw1l^Æ,SXW]pW(]W>= Ş%#-e]Vtp26}+ )E LHpUD,5 zn2b'xLFDWOMo!1~efRBnK5'-\'H-H6JܸFQDS^͇a Zw~p쉈ur2bY~!b1ۣOX"cū0Z]VIJ5@;TYR7ŏbX.@ҚE/ޣ |Ewx|*wy9+Dt~Q3beZ6DȎh]Z6ũHy'Lߑ%e4sfx > e!Q[馮-}i%g+B.Wz88/y ![?FEbDKޡ.Jd薀A7ŷr@ gםHǐ{(gt S2VOK.- p|sj{dhwA#tUU g~̒a)7/1S^;O w fJ ^IA1t%GG~24!ЈasGfz3s?4 qPKyCg 2ׁV<>\ri8>/u04 SٔMXL!_:38RiF.t8N{GD2.5e VQFaAq ʾ'0tpPP? =™5pZ?#c`N qOrW!1ӄ|:_U=0n;8p`knjY쐭6n`DR Ά+y[ XL zp<[i6UԂ:B{/y&/wj~P i.Dt/>U rƈe6ISmjU-vMIIt&Jm(2=c&c*㯏Z;57*!ZŻ1!n*XraUU?m*>EZ9WjhDzՖyC&yş]@5ac9M#e{+}";@Շ jxSW/)lTA4 FUgzGh&TVdCR&e w. WGhbx$#rz%Y\i(3(s3ERGLM'BQoHivp0'&syn Æ~/("aqJ$rq?2%E% ?0lq-\=xP-x 1'7@|:[U Gs9jfJۛ4IW?8X~c/l~pLw;b|,AN 7r7d'w]K\}Z5EZ"A"sZ(6ЂʆhJ8ik{rך܁FtX%TQ$ "xOVL(}"eΩu7 '<ШD{.B5XD :Fs@$'.x⬜O_'_2v]=0M*N~fS,0E?}"ٓd`bX:ޕr!&Uob-lgLБm,- k|d)=PTS^BwŶ x>0VjM{֭#^mM)jGl37tC8v9OT1Pޢ3&i+?']ZI-tY \vGb)ʮ/ז(jH%T ` 6Ms% njK%pڲ&# 5qlړCO MFII+} åqJAowquT*[RbkKr;>,O\'hpDŬv@wxm;}TC̕C݆JGk|2?w@#-ɒEtqOs*K.$dClM5xDN4FERP]Rsſ Ğ BdshxHN ~ThVS.Z0ưC0dqx@ !g:pm8L N)(O+*ۢZ0HAWZ;i ձyOBMaK2s:焸0R=딶Ulh}5U:Ғ}C .#WvxD6wp:;L"zKoQNiqa [@ f۳"S?@ʻF)X B(V67^GT "I;UCj+S`."2Ʊ";-T-) \2(Q :|*kZ:(b zJz"ؖlBvڬ['Kpqt(,C9P?-ґK-y3;F0Ɩ% 7Kjs(Szc qn=W'sgzFߡ6 IuSɡXD/FX8uCS[|6>6p82cJ;zV!UxZܧTiO<܌UU㘳#%vwxs"aUU9ٰܻkk '@qjlqNf oA|rY}Gqt'6*~A/Nz*8q>ďC|WK]-C spkœMh49ҝ?oHEu#1G m 6J3<=כU_+B"$dt[OZ71;,ρpSIht,%o^ τp$o*J=j`k(/VNziֹ/$ֈѩB^8xiS_Kȧ^R9\y2r1vStQ1̢P‡76IC-ڌPA'*^Z#rm7 _wgs5=*{rBEd a9NYYLAoBf2t{"#VhϐS)٢V`9pKK9T^ctFhm1U7f;p!ͯUj\ar '[[UęxUdlY=qdFP6qi迤1Xٸ9HL%r5s7.@PԣD~rtUOhV| HD  ˃'ŵv䬝Iye~ŲEy[FO̺5Vh[@+6p :OoLXiHKd"Qd7=`Csd ɞ.]("xA%V: ;d.IPH*ܱɨ=am/2 O̯\&b>h2H gxXҸ0{E 2D.9Z)[OZ4ܶyD,^nɖb*/X g6^'*0t١GzbCf3:Z"{/3>pa!Dy>9>պMDY;EcNgDqRwqayC ur-MX=Li~[d1H_eUGMư52_iQR/E'Yȩ j¶)bH\4%`KwGT]@c 6|M؀O>-$9LǗ`:AtC3Gb4yi~2l@UgWN!ozBӻuAB Pm\JOx<FYoP<;X>Jq/e֧I{$Gb|jȎV2{p!wFcXr'3 GevAӽe*ckgS Q Kn {\ss*Xɚ db*q#A8djIe=w%(cEQ,rHHTv^u`y`BmTyR2ГLowafpm;jmnMi EH=FqU 6wT_9Ake’ݪ POlhoP4P3[ֈÔ;!Nv&[#Uxь'-5O4NH#pFlygPƊE ˉ)5E(>QK\Wq=B>FMyMU ndqN)~wBY]Y[fh.BDMObp)Tw4\wѰ})at;”3eC4tHQ|!#吢+w#Nt;zK=yXa]8;ӨKFGvJtܴdHcXICIZ_r"7_o^i~(3qWT'Vߟ"AA$ N 7cqP9}#e.Cb Vxx`'P(UsA{ gr7wv:X.o3x?-`);y~QWײVdnE%Rb?Z]O5: nG_U]"5+Uu{8=31My%phrSd)'WfN Զ 9rH1cX6tUʾ!/Q\յ`nPֿ x eoš]t ,OmsyKWHQbOۿy`@|x%/6dĀw7N6Ri%}Δ>?҂iVadl~e4ʃLjsP>rM_vO+iK+QZ@[I{t#yo|| 8v0b (9d#7HOZb636H{ֆ ux*؟-a*}̜Cnփl\go)?x׏)$ |`6kr WE/bܭٻBMtOVWwKOo Q]˄zq9Q`Ehp c6GvMlޅ<@'i&`tZ/D2z5_C2 vĜ)aȮr cM鲹ݽ;t, vD/O"t`3-ة\I<ܲ\.+: J/요G]*H~nu- {wPsQc:Fٹ \n{SNq:PxgZ얱wm{)o!FFd+W᥵?_% 7Hg5Aߣ$&xE,1ֻlJpf(62(|%5PQ8箬{Mԡbv"W60xmSW>$1nI6`SKΒamErq)aNNˬ6Y8EX{?6î*&.áJ-`K|ɐrK.Nt?Hȃ_)hq^o|pܯ*lz`von#KK,\-%,<ґ?Ǜ~wL"<bhx_7 NLK4C150.@ 3[?&_TO9@h+ #$ / ;)Hr+9#j=d D]=rĔXE8."7fnS/Ow~5quILq6NӔrF]_mdNZІ<*~0T@Gp5Xćxb='4oxΕx| lͻr`i[=Y%Q5Yh2jq|6[ 31{7W!@tB ˲]% *:eyѳ \ JU;"o+]|=`cAйKJ=w"L uè~4 td j|҃g`"B4b=Y̨]F,>:dAd`%a,rpkBȪA-“|('$3IgAFdޜb!0b3h<ޘmSBÏT\Ao\SwIQWF =>J h^Dar:g ,WQ[y\1{::(8%yUj$ke5^O"F&{$@ĩ4w]1~ҎQhW$A~D^ B&l%&o<ɫ jJXۑFud OvY^YuF+o_XqW*sS5HgWMՔY.63YY c+չ$׭k ~> g_ g%/3Y~b!ߘưi!3AO,ush>WRِLWXPB~gd#%\$7GvU߷͋ ()a6b\43/qV|3!h(D'rI,0YhTkAЁS$)[7J ΔfƷ^`,= գhNyH#-?dގϿ}%NzHȫ-WP,ŪJJ5s/S=* SىYbaAD.d(K}EJ߶>5WV,5$/D &G{I7jШl%D[.hC7=v۾tjHW~uZ []]@|*cDಒE?i$%]GJ2Jߖ0!t[٥ *o9v3@/t8GyY_OT˔9jгvF yox $!:q~lrE9,k@B:NqPH{b=3fߌCRoq]#X̰tKSFž̧KxJA~\mK9fxx˅T0ٙP}n(Hq5sߊ%aeWבvޓ|"]U]mZn:N|hr-4$.`NqyUmg?{?nϫmw3G8iMl+)oy;bzn^+RMtE< xNL!aa ja-RQ0- h:ՏZ-euP%k"Tn.wU,Dِ=>$o #nh2pll)GLJv9;z,|(_{|m_paX$?G<4`fG&q'vs읬MxnMtq7%A U.h ڪz[W# D)0kzWi/+ڇK$X <a,AOStq6Jbe >ܣ[PU%dsZ[JdFILb[?A vťI+Rh+P>2GTN g&QgmI=+GنZ^a uIQ_$E OHA'^)/~x[8 ŕI=xm 5FrEfςrYjUvOA7a}VLG2'OxPC,̴06yԵX'r_S͎8bV&``LZ/k Vޚtj)aRqg)n-rc߷k q^S5|k2Ad_@&ZYFdwqoQJDyΗ8wxBcL"DG+j(Ĵ,94<̤YS-H0ϮR9bxa"drG,+($Ȉ6~t?YWA݁sx%xD2gg8: rA&wb}1))_x,80z ].W,GU;3M<ͳHQœ:0馥618$__lV`<} $c&.@ɏ-꛰&ase`EtW_\ )s,nyIM?B!5]JckdbF6Jra&Q(T"r78ճ 4!xaWonW~gh\m15;u]8 'X_ 1Rjh~QΔeUS6[>WQPI ] :~hT|z\x~Gy繾 qHy|PianZn p?Ƣp^wj81;xycp.e$iʴH|.j6[QIDnĈ \"j=V9<5Hf9~ј4'D*ޖN?Bȧ\'tiFtb\gYh kaκ eB{W5bGZhz];߷;n"D˘>.n1W> }EP.1IcgϮB:_~s/wpբEn-;,rd2 5͎E5D~Õ|"Yi8wHz ԗK%hLA9#Vƭb/r aoyi|".I EzJ( =!&v'w+ة^>djSc=]aXԌ_G(JwN h<uӠw'cKP kkc.*i2f>,W p{EsfCU:V?Kw4=##U]n2'U0Р2PZKti׍4糫Ľ2~{Fqkci?kpww0ZMX9 JPjҮ7ReVgtsu/Of -/< *5!NSĀJxn7(Qo-0| H;~0"1zD)R:aQE8IWdG׉BC_J1s.) PaK\[}$P'lRVTx32|WOIGnxg*=74<8vC~ؤ@ˎ3]4,,qV4u'wySFj(). é z.a ''Ӽ7{j}gˁvb0J s^yQY?n]s3@zKMfa<^vH%x"zS5ebM$#z#\{z% s9DǦfkebI Є^+"mlHmui.DDgKMarD`>h[H<Ra4Mt< >d[>{:v5Nhyg^ҳ'r9ܖڋ3/fٞ_Ų=$V t8}UW [B+jWԘ{siZ3"tH +Z \1^ J/v.j!BrdUO2$BMӖ>r2&f QBZV鷘sA[q+ ݠ$#yb2 zS ].%|w4阧/hI2);^Giv]RwuoaJekMܔY4}UZCN:u. dp~}>@l0_q %9EN {$X:p|ԨyQ^n_R 6լІR.e$_) R{$)`UY^K}/I(L䰠-E4@Ck^H ?^/'`¨W-6\Q{79 lttWBo0OjMgW/k3X*L@|7ToюIg$aP+~]8h4ɢen"+S[HQQdRXqM4J+/#oDžV^oשּׁw!ODOA^ĵ0 #Pxߢ[5eo^33$șb >zσ ݚ ]&CPJT&Vgry$*1d0*.BIt_::2q!ӟ<=v=HV$J7:9`'A Xفн$FDC?bԃVI̚B+,QuY 6F4Ts,)`3}Am/fU%>ivx :z\98*m.`8! h݉5yiX&~ʥsi(C2l'f&ae&KBpVE˨F2ev!@=ԛu|m@rgLvGܩƽ H4MFwv1MP!Vl:g?g$Utn?8D6FFDt$:kZ: ˺oUFg8XlFᴉrF_L^U +ȁ$"G¾^3Uޱ?T#RN.I u 0ТⱰ$ 3g/B >t;]4-Bir0BA7f܄3LTwU6m 1;>&O[G 1T.y >I|f!Y_ qD\yb7? wNvά+F!(?#T~dx[r;Rt#OQ9Dށ,d6fnl\7R4R~E~&5<` p7J'/pn6K E Fn7o3ڐF{ (:mﱔ {R, R sv/ޑFUz=HQPYX; bZL G('{OR=Q,Wku~jnnô2@e6ӥ7 ^`5ʱE)0<#7 DϭG"#~$&EV~z24|7a"z#YƂS!9-&lW]ɯD»YRQБ{ |lT`}<}-%W 9 vB;vn[G|fm}k Tg>w?Ylq.SI_JHD jƈD;~ƏDԨ]|!=ټ 1; MΞpb:Ou//[K/dҚ*%Q &H7AʧO/ӓd2_iA:%{yi89I.->&K ᫧w 5Olm݃ԣD$ Ց>vW1P/Ƨ"^2CvᙧQFSF'51#aB~j=b*,?s^lSȱ8ٻx9R1^EQekęƺ﵋4ZnY]td) }ax654+Ҋ.nl2At;6U=JR$:uΪ͍YZ;"Ě7>q$oM=Y8YyY= Q_ #v#Fh( !gks齭$<7r1 Rp8W'ꮀrNwGy'D)i*#$왊J? kg$0^"-#W0@#Ca/HrϏoSYP;f^QBHAtJ4!N9YJ>@0v/|VNE!m]ɼcQu g q[묣ܭD3y /0!W˨|ك>j-ג0M a9],m"6 uxng  l*fg<)f⡵vi "()*~4{v"@Y4ZPKI'kr+oWm]GxJs7*ϖ0 +BBRRʟ/Fѣ8hdj:` &T8ZMG:]C+|q{& LcjS)y.3r'2rbP3|۱^}-I#[|aJMjD$7NTh@`<)Ku,%u[S@'^;.wXP@7s4oXQ-4-)?9OaT[XUX-{>*һaTl( @c)S'DЉjqqߟ'P Ri*-ڷ; 1E$- 8%ؓVSO)P"fq3~W_=#UᴥBe@v~GIݐƬuk :5ݬM<X!i#gZ =!v/7n`{v PAz($Aaի;3侬ŲY]|q:_~]]E&kg6/[X{sʊ#)`ܛVI}Z$.)[s ߪlz, 4=yv.t9ZeWX,laRLBDXWQAn_AŘjnke e_g*lߜPM%|J6:K!0:FNG1KUoSwuU^YYyXAhN:z#Ț+5cY]{qۼ^Is?h (Dž;| !DFߺTh9 lX*a`hn?6z~2e'̋x9Z '|@wi􎘹] }fu`Z ܌t._EDTn3{zP}h %;'1r'b#L,S+DV7Pm3RW#N>>/l:7( MrR4:L͓Zfu7k ]y)7FASDvhy0F*WPtSs^[ZU'jmz;/e lX#_=ו}@I*.ŵkCK]N'67C BMC .*8K)^ ci(Rm,mQ5edMz% \җTmWR#d|]| $y,Y/d$3X73%4xQ05A-+W:gH,ӵw潼Jm^g֚4>yW}a M<;ΒqD ˞!Fc{@qS߾$:ӑ\f(O0͉fAf61h>)$?$睒~h%ҟ d (/4O+ b7#;t/k#/mSڵEA4erٽ?J +L(yGs"ݵ,"pmbɐ.)/Ȉ2cOm 뜶( 鹏6?Sw99?P5 5:M;n%լoIfs-&UD)/Z AVS~_ȑ1S6iє{ӐBmLhjuN:l|ڎgV\(ͥJ"\p1 ֤7 АIfӎ~E{ /%QS}~(A秊D]/>bca2KPyM`Ĩ} h36,n) XQӏy`~:'ѵuD05^\/1J*^."쇊o0O@ K\ (@d%~*XWܥFM֢/E.͂-w6P-%l1^GSeXT$G-;Hhw-")3.K ^JK  i YL-`k0:|AU)3Gia¼^d?(UƧm7h0$.z/|!C @ʩwņߞp(hM%&]r+u%E+fעTmF~3%kO?Z1BH{SJo[ŖzbC/eo[ H=ek+W|~:68Rf"u8T#NEPap%MKSWB( IݱPWCkjYB:[{0^>1lh >Saq-o޴kW(2N Ϙ5tZ"٭ֻ|r'‰XWx]גYMY,ۍ+er@0 si eDU8n%C['xwqx7H!s ܄615H/|]/Rv>u\ Lg* e S~g#eCLlsi|qn:tE!ql*q3Nx?8P}HA:L TTf ~p&T7CrU?.@|ۙcʧ[R- f9 FR2RJ8o)2Y1LlF6Nit)D6MoAȯK˧0eL Y`̷3Y1A*(io8K$#2$¹ך8C1 1?i%,Χ<yNۀ>g;f SٗrV wJ:UU oU_AIJ]zfQ)R﷼eyNзWHͧPXS; .kٍ7ĂeKچ P2ڐpiI O&N:>/ E`EM{lg !8n$%᷄=Ɏ<2H}|%}hA1*gЭ.uٹDFLg' VK0_Z S qE-FN5!Df~DLŬS9ɺ MڠA(0_ !S(>vjxxZik$ɮيO RŴ8+}3i .{0 xZYIhhr)\LE02c+;Y(sH H5 wDҲo""HWbiѸ7D-Ntá6J8;/? ȍeo+ʭ ޙ`FH3R.<Śf*X[8 9Tr!WQJ9k6`Nd)dqmЉ(hfޓ-`?@)fLV&yubV2XQ_K=-p7>%F8LĒ\4cՊ 5"}H^Zqg>+;u Lae[QDŴwP0}áeJ`Ę`t^؂ɖg0n_=ao(89sI==I2bքu Az~Gc\ᓉ u;#꫽(z4#]A4v/rSDIGj}UCmͻrSH2'{4.፬*0'83YQ%,^> 19:VK+lVeݑ7l<'6ZУ&>rFF M2ҋ~0N=xkEuIC鈠}c "1(sбqjޭmy3GU@j~('݉LU~UyL\)ɼ(7 ss$F#wo w0ŠP6bl_2}0lfmaupR)9gsA)[ؔ~b$ K?M`nfVm-CżBd`~M@_E-Z5C$ | .VzhcN^`%EPb йձs,R$#fj)uol [[ xE)dmP)t$6 lN!"K}T1"A<,U7\wĬ/F:|KkJ4 }8'Gt$~NZ e%.&ThZ1b[p@8bLRXc_]ǟaLUl1;OxН7~Ewjbݬ,vՉ`Oi.0e'fptE铒ټg*$_jgK9I3vs3 5厝T_OH1;-J6 L~eNE ,o?O&t3]Нɦ$E}7 |!,ÚPo)9xMB~|C\44sLzl.~Sk\m4:s÷N׫kVp5O7<[tRaC.Hhq)l_Qws E2lV$[ 3㥗 ~%D^b>8%[-}io5˺,3JZ{ge$EN@g“loR&d6m%}pQvCGQ9m 8}=8m0J!U. 5X@z,wױe|ձj@'d`mjM-O.bUil <{0[L룤>%@׫݂+JCK ˜'1ݲ/帟S,jb^AI$sXce\Sԁ>M2SJaj';؞Z=J Qk{)6`ḧ́cg b/3r ϊh>]gցd 1q6/'K ߛh?:D 6oAcx *"11׬,NHO|4\}61t, ~+䃭DK›=GMh&0hULj}}Y~oXP8 $ՇR$/7惚P2᱊(@Ī3O:ug9X_@7rZ|.'Twl -辧ůͽO M`& Ap*ݲ=Z#<mS]lŤ)3L\MP\%cITp iω""8!w WP5Q4h V &-`)I F >>f@omh#=iѦZ u(x{Kή_mlPIyMO??U mYZL4"/e.Z )FĢƆ jv3䢈ERF1-Wk~,[M?MB:`ct rcbYi~bJpyvճA9Z:P46pex%7`@mlPڃtE d3#HPOʏB#sˏ,`8 5O'K]#X߃Fn+_7܂APmr&*|SzK!ENq#쵲_PXժLe*xY>(ӤAT.I:R,clXN4  >7 + f.HJ)}GGg'D+=]w!beO\~`%abSɱCSPKY[뙚 wg^7Ys(zMKK e׎%=V@Lө6u1ex }ے3% ,mѽ([6HJg*؏N=,Օ ;# k7{ͨeCJw̾Cxt6`&ڇR89:Tf8 d^IbXvSrnuvbUOƁ|pB5}K);?0-E/J`TК?&/0HC%tzM87_ܓ;6fC)T 7|E0 9؅w%7vl\gl#/^Ty"FM;xWVj'R.Өǭ"iyM1ܲb-j"zel>lEV) RqUz`7/t8W)63e4RmG lg(g(LAxܣ`lMn3/}n 8ӛ`An>xwbTB :ϵ|LvZWH'_L4-1ZWS&,üALQq>0tq([~MP +d<_p<ÇZė?.z&torEH^`Ng.!i,.WW% X3)/: 4 k'LAp*g{Z2.S~ê135j +m$z/CFweJ0<sWEc #Mx._r%M2"ic߄{`TY0AMsڎ ED1`Y?*b$t QD*I=TMḰځ՜Hrܿ<6F}z'qX~b({9=[l9 =y(LLegy֠[(6MBظLu6Ê.jL_OSX˭٪422T%\NL$-6l#Y ZqV5BR8"rN96i6T#jLFj#.E P~Dq0F/hzdbF)qYl9K$wv1d'P'W{Ȉ[]߲ ܃8E$KmYEeF=,>Qe QSK]qla24^soU,1O V~~,!eW-i]y0vB`R x *,tХ\LukAs{ nӠI,}m Ul2K &kaa֢UG"BBq{GQ^SKoJS5]wř?=>jd)|>128T ݾ:Q1sPsRxgJ۪ mpAfcw/wrCθ$4ztFƤ:7%i.~I/۫#})ܐD0hbM㒙}@p]áHvRZ-@Vs &HW>_75̹0bӷb:B]ni:9W#1Ü-rL:l,pADO܂wV)z53g-vK R!&$Og&ӷ逋VlFG#aںN4|MiXlO\|ebW.\RŴfeU+p"LD)й`@M!C9R$A`ԇk9V)a{'G?$F?2~6- qBQX5Pzv  ZO,s59'd=XU-#<_ؓ.34+J\=#*fdj5FnKdr9GhR>c=T' Oje{R`#&SH_!3^(ٞpX9{Ժ\_ӆVԆH>m;:9vJcNYZEOIQfIe .\+ \M?= p&QJF%uvR}/>D!P<?\mF:'sM" }J pWƫ'rnfRGNli l.NUlc8Op R{n&7T1jmCJ^tB,pȞjY.^D.qBo'va+W=1Cԍyl!TN"C̋H#w3 =Ul(֧oEw}]v$t̗H2mXrw>7O+FoBB/ [*V0aViڣ&n@yd. ʬg8ṷښNYNoj\38&T*2^O/uu&ҪEX$Y=e)+T{i9mʟq3W9QK|[ՙQoςОy)R#s ?4Hbvp}ۘ 9BAK*43c_=7>87ԿY 0_mHw-sD _dncVţP\9[JT&8[jpǎ kѕvQ}8Ir{h_9lıOBsاwbLN>%R#R`m"-[nepKll=;_ 5Idc/#fa.lI`d(&$)rz>۱;Ww.DcbcK-S( g)[+E^v>;L \ǔHG*@ mFANCAtO.CjEj 9?xAC BT86_,hsri*Rok֋Y@TWRЁw7msB]$񱆷>2\ }xqL3񐯥vɋ ?y|uqwf9E3ewlc(# J9x#/"6FяV xxÎcGH^0@uGѵ`>-+*Ǎt M-ު`e/yam b@ 4+%c*F3%n< gKeȩ%ezʛق.ၛ塩Ry <`laĭ\Iɧ>9rA`r0v\J_mkQ s>f0h.䝑59 .O75ME|xL;XC)H\g8. oqL$h15:b<г_aN|&> SJRv, F&lI MF0 A]&-XX:fP00zXcFO.>kL0E l+'_?t%ʺj<_P:|?rHbViW*{:*ԗD%n(:3 3k^`q[ 16<'6p4e!ԝQKBmwA: @5y<233Oœ蹇+tZ?LW\Я;J2(H#k҅{7%3Fگxh\u (21> qe)jv3kAmW%eD9 U NZI*6wѐ~V;^6̷';'ĴcDBoH;ًD^*y=T]l/㻇v"Y#z4u ;fD j?ǰwsl }W A\873bFP־A!CՓvIBTGnHoey'\M1OvM^Eg>R͒C_xܢUsu|q ;| O45gZ~'Yi? %Ҧ9StByYT-Tޘ;PoE+5#}ja/SU]_=-VN7=COlZYfG(f>j k M> #J*Jx#g$҉Q`lA8 \lu4#sF*̼[Sg` /%>SyxlZ4B ur!d^B2i'6ezt,iɕ1Fيs噻kU_5~>wi6,bV"Ea -ڹqW~ đ 8j ZL"(f]Za/uf3aww#ߡ'9ZxM63˳Z e#V}}W|pZ'@(*aͤ!g"񥅲3 h &nH&j]@oYZZz3{/?ܳ.ǰDEuSGWDN4 'Ñj u&o-0_:H fW{QrP [dߩ12ň 3 VQ{ 1ַTXt?+]fHI/\ ސJ^^!J`ɴM müA^5E2;  +&& >pKIn#3LӤTfⷑL}bװ5W -w>U+h83=f 'A74`ZGg\ [.59l7 Ry':SսD_+?'3aCxƤƉ޸5,QH*2~;Rx3TlBd+` 0ٚ *1T?4AA̞~ʼn@>7?zb@>4ͽ{?+gJZOHc/.'/Kx ЏlEx4.'[/Ƴtq>ol݌fPT⠣ :%F@<ևJ7yMQwگI_o7N[W#fs>4 E\~0lRQ‘$=7Hr91~X_"8Dٿ⟓,ѣ#aټ>Šr>gito `a%pTܬ.ҬE' iPGq@n61*1uSP +Y( )#8Z$"'S˩ăJ=Lc5}rBNn ;xڥ˴4ɽWT'zhY++Ӝr/KeنJuKR\X҇ƾCqbkry"5a߯pZvBÌdSo3_%@{!m=}ň^~_dF†f%8_fsvgJ}~}銋G>|ܱƊgcV`fC{1AԼ¥[SQB} I,MMOHa Dщ-*#m`Yrintbm+58~V5OW\PC Zmr{}O?iRK\Gj̀me_9vYY QmC05M`) ৖=O?93)R!%$O3yѨ%[$jbOBU2ɖCw)ݜc Ӑ"'ϥ!IR,P=d*QͬopM$񳭛QyEfl,HQF ~+'uXc?Ah_ ֈ|)޼И6sK';Z)~;Ie|&Yv*Vc!o#h _8TEڋ|LuO7QvڴQp;Խ Ր%.pIK5.;Dö|*k{'F&%"wծ|ڂαax']CYͪCD#zň,]&6Hhr pFM`DlZ:#kihvpVwgO81\"SIM~Dpn*G]dV-!'̫ۉuҁ.gWl C<iwnT} qįh3ekڜ > 6:0(< <]LSɖ~#eH(;ްsSK (\xxz[=dC*cԎ 5;cjA\<LD'rq lfĸe]~>+0I3WPܻlKK%t¹o@6ֺX3: qL9":io8Y@v w`~t9N{#-l+%VyD~Fw5K3ou]9hv'yï℘D]Ze-6A%[PnO9˭- /5ɋ:OijId&sH/26 (+v 7oqcyW]҂@#.G4g NPvtV#Dz<$EBzQ3 7E>t'A=SsD1:w[(64 !el'z?ne@$ K5RMBB,ϐ*Z-e$ aL2VJQ={'r̙޻&pe񵺄e3m dF Emފ8\Rn@]tc@&z&OPogNa}㭼@Cܱ%pǷ  fzM1ebh2%價9̱ܯJ8:Z[#6g)j2uTD/P9&8$bL@wj/Nhu TO~ T[_5Zu Y|gH*:)/$ &/P*pTuM:t3ޜiIC/DAyPBf6|>ަ3<2)܏Ew/3fHRԌVCHdkWΪD, ,OnCB#fM[9oERb#vP p]]ږuxTgA 8!$0;anʀmc9%ju 1&e.^櫪a[T>;:RKw֒@:M>HS 2aIr] ԣ3PglKX*2+G9_J04LA"afȤ |3EױrO9jWEC1iJs ZP1./:lW:Z>V0oGKC* f~BfjKv!^#\3zh3 &ބPMX +-iN_Kt& A8W-~nlXUhKj6sB յ_żk#FYׁl"2)bAX%{g;i quR#[9, O7jG7;Ydp5h4poB6 H\Zv{J{}E.'9=\TV;z)s/ц[(2ߞ̮K%;b%ʃ.U\Q+M! r4Hq0a4]Ϫ sу-L7o菛 Z5:,l h:7/o1͍mNio).E йY`?!ϓ:4 q&CG]b%s> IJ "ٟ*hI ض7u={ɈȠ{"_w"FE 11 (pa<On!%4RwEh75Slij蚎õ69 :Lj2ǘ! %fo͞@%lai]1Oa=о oE ^UJ|V]bF BQl4yQYޒ<~K+VK1]NOgMЮ}DwwbM"50?%|x: %/0ȒH?߆`QR?x&Ғ儧;8q8 jaHMfe/)7hÓu*VC6 RṘ'`T50T_/.*6{cQ>|*aupvA[-Ɔk{AqT$0!9-:x]!'F"[f7 =LRHLZ?NFb {[. 4dzOB8rB õeIJP"fuNm{z#ƫmtS'MsI98 pg)nKF *MmQ-+^T$f+d]`Kwt6׬՘u*@!<D˦4HGgz܏~~3Z {7H2j1>,LY&`ץɀX v)rW,Fpz~1 1@f޺8}LOH@3ť;6".l/qBoӗ sSO.\]j$%@|9ٿƒާE[}}uDIYpY=S܄ 46k*:تqN˃|q(W<&86l2ur?= ijxQ/7W ǥ\ 2_D! Iׯ 6>UzuC+H[335@IDqúr<,䐧47y[a3S+Is`HVY/8Һ>gxɌT<*\8?^c޼^k[NgΌ#O Jb/-ǺREI(ȖnɲDkY.enP [Ǎ|_*=O$ɀU"anйG5v&aI-o#H<}7X /&bAqѵRT"泉).]@4=i ;߅/] &*1 Hq l_/g`4x< #>aW8”T=r.>aۙ dZ:^ Z!NrXi֌>~:νfV_j _qPP_^9i?l;tRPAwq Rv%ɾr̯ 01 7^M!7 i!9@θ*O!ʞplH%O`d/) sCf,  4a!- D5HSaC;+hv BG#jK|R?B)Ҭ.z%sZ7 ӕcԠϮ ,!M*|S%tٞɱ6b@wd$!RPm|ni!n84a_m7kIhLngk* VsX*6_EzX[04{/GBmBvUu:5/+d֨!m F)X䍱'n/O-mZ Ůt ,p)e::>XmfW_þ2SD@Xn//Xh4׮.f|(*Z1qF1VCm<2,>}@⋹dřyf؊&A@3 vc¹yA 'IL,{`g<:>2L_Kp>_c+&WgAR M?"a) o,SgLufRpoڝI?9/ӱ0("OO+m)# /8TW_>HJs!%Fd"N.Ke8]9x._?\ 'urD6:,z=r-%$gd-W9 aN ©W+kZ"8[h NCڌK"f0Ϲs |PC($[\$ l -Y|ޫL?`Ado%#} Apꏟ1sk,6Uwޭ@ M 8$Sڬa+a\ـ$tk|(`E Ize24GkqJP'Y;} 0=e5xA2~rz |~k..)b_ ~QH R{ЦuH5zB:k 5^1|ӴglO2Q!v&P+NRT`С˕i-J'"SLjD/kTk۳q)¸K/if.1P֛O.B'<7< bWT34t`yFz8ccTv&Ne33+u2,;[etqp4+wiQGKg{yԹylv ZwxtFA}ѝ̌ 0 7l!*ܹc"ͧ0v+w2ku#S'OW4a.j _Rf(,Vf(eP.\~tCP:ȡUE'J eҌ O!E^zb  V^ Ɉw^y BQLm%d`&:LD!HAj(̈́f-3+ ]4k.eu`|G buA?xiƷ~#!q`gL;9Z_J~T KGY R›Kck:8B*tcZܜ^:z7bI? ?Qb6JD8&PV2jV }, \SF/T-br*A)Gc# KN%9USbT`& 2Z·蜿 iUT-³^Z5rĎV'zFu|Pў7L)0}ȩtc :/r#7ﴌ^z^tG34;I==j \P.5"`ky&=w橅>rOCSSyG.r $zv×  qrS$F_\3O| Uݎ+s`[[oT6&AYIx9?{ql,[y{g!Bz 9OrmN3 i ns2I=/Gu@S d딥MwdmSgRH\?{~;C iγmT+IdBh#E1BMJpTʏFk/1Z{]uqa1E3^>C`\o%톦fH7 kOЍ∞ >,iðMQoQ:doP֏:y8Umqn'  ZZ>ltL7͌s29o<܁3*Q=ߢxOw%sG? c-Ǟ/2P^2VzfJɥ|_RCY |# H\4 |<[zÜ{o(u3G](%dPڽ,nN:O \c5d8ݮ8}fE8ZX5uX>tK:MGP\ѯ?i&Ѭ 7,ad=W ;A+'U-k/>h-WU$&3J_HML~m{D&"`2Dzsf߶? o7{ G]Й熒Gazqc!kVܝ(8"W`e`и Qi*Ac̅v܊UN$*c>)30z>b'a[a|s첏kҽI{jJ%C]7As*P^5&:wRYcZK7&)4\Dտ5=ۙWNq3faϫWB9|d+S* . :j~ ֟D}+pVO÷f=W2Qb#Q 3q˭"1 = !~ǥ[L^"AKi3L[j?KN"`Ws3F]zFz_~d\Lr޷ƿ% U$DZ¾RJ7 .q}Noyó̮9Cݶ`uoD/+jO++Qgc'#U<.M/ɻ})SS(6~3N 3]RRG5"͟0HtV6|fb fYODr8-?':𝷱i7=/Q'RqdFF[SHCɎ(̫om%1A>Aύ1lO+L"D<%1L$O [3=ǘThs)>Es`n&g7h'śG=P}yjӠ S`wFHk'1q6$s}JfFg0H8]_zh-SU"L nc} qL~,N%uL{͡g `y9LAj@6:B(ػPqvPl7+xv_ԕ![1_ǥ \kɯ7 n]H/|+zyۛ;d4>,5p1ʾڲ:w͂߅rB0gڿ7S@ d'/3'epSci3B Oq@šVx y|szCAR~yΧ}~ޱ$mb&`7'Olf2vy݌ zd=roJ`x'wO"25ᬢ@D189 )w6yjoTE \=$Ph- eIV1<Y%)٣X"BK3V ԣ<98&kpCWcyjp}JFsiI|L^뿏[=P=iʚ |Ax8%M()6`|AI.7y  kWn,ѐrVCu e83uٹCX} @#Z)%o312G)D20AoK;ʢE!D\jv+͒Q.NG&#};H# SwqO8-}"͇%Jj{}zSAb98&~CȢZTN TyZWX,4Qag(BOͺ,wB7byxHRǢ#(5x9 ƅ3/,C X1z1T1%$ۗ$NO'㧎^(l%iK[dnǁ+ܭm=EBRTX9/M-p!1(G1\I GXfH#H_\ز"O}Rw+Y9C(q(@5. htFQ.$#u|*^'';ز>T0% 2-LEWXKqi^ i" 8vd$̭gפ{wi濽sD\B.LQDXex@FQ?f2Dn$Z 7oҼddZ)=To7UUηHJ/D @%SV.c< I17kl@"U`F*]ᴷW WȾ!3!&_o N+~0S`w["/l' GR!FuҖ`q`C8=Dfy\_(KRwU#Y"R&T0ZNǣٜݞ W> w(WXjz ޥ#-8@tjHM9d *E/K=|7S& 41:̮f I&ɞBf.x~?c-kHm96;x:') s"yr̥ (bҨQt7y-RPڟi2UG\˼pGlm)ءV$7x 'pk~G Hj9X o! ^adQ+~t 0΢}QY4$twN-[*`Z"(Fb[`h3#CI(J [rKFV7OZ%^4h^ڍε28s@mf~3x!0`9ݲl|xGw14ChڪO`KUniz-ӱ穾5lDԨN+ܲ?il=!0.pzT [Gmlɘ [ZRq[GnH?]-v-Nk w#RN g;7I͍b4 ۯ&%HIBmEw I@ʟzα_nFd΅ 1R& .=܍*7\xaczR~,pdj<vv.;s=/4V9O) ԝ6m7)7B/n1k{ l|Dpy5M L,x}eݸ9xFxgk8aJƹfnkyyȕe>nIX5KY'N&>gORi Χ=Z> vn-o1g:Ӳʪ6HZXmqfaM)F݋~J4Paj~S9ȫpCW+B:vY)LP&ue4j>w)yz &7[uiMɰv# 25D7ELLI瞽cb~7ּ-,}>G>{^qy"Q/Ì#bX,tue.c/XSnX|Xeb@݉6Ѧɘ _A69r"I*q֠MJasZo"YQ՝: ?@Mc@/B;ߐO[4gY&)X8o;C™?ST"KRV@N>9c/LՁ3F$ezoN:_#[a4]Y 3S3̽/ߗ\Y(?e2j_{iTA'NAruLAHp|| |8epx x&7FWQimQ9X*cG5Ng_/Xq'#M^4eHqWc a:JCJ#?lq@mPZf\}(,Tݐ*"6-0E=o(Nt/Dk"WWX1:3g5>INWG! ι9ry@Iv5Y`VU0žYP{m4H *ˋkpݱ@rS.L# z=,MnaKE;l"ʪf~{X$:޿iVl'N f T]nZƊ \ dN'&†u_%)Ϋt#es z@0 XB '긏T=-GvINJrQ=Vn0|-A}P9 WNM.T|OkzF a2!olV΋-<[c}Kr4N!hln[I)y[|ÛPU+J Ë7 NOy-jO=)`,)fwj A([n"уRK|;O13pm\Ƒ~î ]x,}ax?P[>*KY?b*T8)1E]N$O٢17; =OU cTZ' ٦̞i;C.*U|OZqߧMQafM=L#Kho76 t"!ceTI2/:Qm${ZCijz_mzco,F (G!|*; $b(W4GHdY LXkNS 4t󑟞b9WN[|P!fvN}^YwM4RIŜP$U |9x|\j+Ϟ C@/{zXxǜ' +ZE1'Q vGr\RDlX- `\Eۉ ۴ZXEh%xd#WyzA c2W` #w,'m"<^Ƭ,#j`cc;i?hJC.FF4X0α2L͜k+I~N:qSg찋k&ш1 cD e+LeG{4\$lؕw t a!l+aV )}VCB:0s n;!]F{;c2h\r{,{,lv)"wحw*7caLGDVEKz e2r& sra\wzEOmA#b3 ߫4f/zHq;_ܯmd8NCc(+n(R0i7niy𚪐- O\ s-$~I52.]VXWM&}MN;y04N)Ld%,s#Qk&rwz1΅kTMK$N !og,?le h\$/=̈́GhHte~Fssw@v 8S:|ԍ芨 A"78V$n5莋G0˰Α4i.{1%7Z31Zp@Ϻ:W4[Ptdr,Ӎ"hX6CҪ_f [ `> ȂV}԰OVn%K *!D|@]&1O gXenc@<7ժ2`w\q:3=n*6 SVso=}Oɴ~gdjKVA01AN6H|e\+"uN^;g 8vӝїU] Qfӹݏv 0]6Wvʁe?8 Fmd'&0\~A.́~ܕ{{Qi A'ˆ*U> o+8n=pV\r<0'f_Z( N)Ϫ1xl5WFz9Ax+SZzo$6XˠMmXy]WHwʛV{f'zK"OrvDXmmZ[\U=b{_So~¸=b@&6MC|zΉ(W.ehlKk.{x·gґ9X%߷>o(I;"P7qY6wei?=d9q<:ϽEl,/_nAflEuupdk *H%(- [w\?S v2aAj\~\/}J?{G =eo J#=+7>!,$$ڑt2"c5{]9[3hu:Lz袖v|zH[L"@z)ms-4lLiE6xP9f! K놹yrg=k'OmKZ \hFs蠻W M T-LO≡ͪRΞEZF`EU2#rv+Z85\k X<~ym>MS֧Wt4d D C# % <`HvuvWcL莹vE56i>kho L$rJ\VStMH-¦K(||3p=Qp츫r{(h K4/b_=pR֫Ґ7EJ'n)$!H(Z~ѦlWRfY.o6'P@{ goy'ȉ 7B|bLGd4"Em"apqt iNxI]{>ihװvVU-ܬ[ \'v1 (q`>%gɭW kB ~&~?Hm=4ȹxýD_{pĚ;·NY)+3.{[: wl;Df \@~Io T:Xl%;qBAڄYܸ6d<+=Z %{7Mmo6ӯܖn-!_kͅuЧx8l+uIr/\40I~ ۦȐAuVm̬-(|M VH Ԍ:H Ҥ"{˟= / 0K:߼K gB)wL9[rU o!Shn#2@QEBd׬HX MU A)B@ͽ/DFi3DSrhוE~], iN\04qp\/ RZH}%ox\!k{y楑 |X&+Zq<؁mьx"2K-Q #/]NcSn YԫFs&| dGDs'ibDt8CTse:j#^"[Uܑ1CѹL%QQ+vl`?k` Y<"%Cug%nܾIT塺SU9k2'Mjat ƫb!*MnhLenC2`7L&]O҄bc%/¨2gCU.XF3 !yga?bfQ-CKf^ұ7 *PŦ/~C,AIƏﳌ?sl"Ptݶ_56]O"K ZfׁiYtSY'+GH+p#dɇ8A79wq4om3 Rק>rz/! M+VЀ ѽBԁr`n\=j;lIA'жQOQsu, ~e4gT Wճč~UK4K A (L? &s{z{fePiĬwdOSYe[zrO-kLhN+"'}dlZg}Nj]tz;d#6%r4y=pA_<{R 0US\ؐvFŵt Kѫa.GԗAx|Ǟ$RQ$V]YaoԺ;_DuR(.nm[KW]  yeopa;j$ӡ0@7pZV;S,Db߃lS>`dGM5Ih)^'&5sBx;^;3 מ}qJM%QVl}ЈQ  7 !_B ~M"XQ\6rG%+@nfŇ ɽJCB3N7~CDYK-dHM=8 erH?AwC|{O#"5$:a<:S@2F,Lz; j%C#Nc@s6,\#oZ`uNKɽa3_/Z$sKe/=e3yBh1>K([$¶|ÉP*bʉV#q7t4$I5ޘ:{d8 %S/8O~nA6Hleȅڵtԓz62 ýƈ~wKCI5wMF8sj8S*S {`HƧ ^*lI< vdH*zÈ`Rǁy^yKlr#n|| ؚd%vK3ʵ%bQ>ux9_gj >_DG*Ehit.:!9;w99{%AU \ ӟJ?aFX?6TrX(ؑ.p| Gr\f:X[Jn]ߪ@Edum yS>=3oq]dSCQ[dԮh\_f`؀6"6;F<\ls ;j71>c(O cP_ DY~y['%ܢ% ٻ͋SмZ׿鿭X-6&g(^{~d/j:211YJ*޲kr9O91̇PN3l˭e.|wS˸rs9\u}5UK(l+q7DZ@8F_SQ4ԕ+mUoK0Z BD&26fE$>Bd XgM~18/Z:xWQd{{6~˕̲8%qO OQzaNtUqV񵧙!dxG8@Z%dIӫy|-u;bv.(#Mdy=B䝍<;N;Ԝ!$׉iNjV%g0p39xeQ?^Uø^(gbÜ5R߁LHݧ@elY~hM&']-}3xFDT#R1 JU=uq/ų^JHgOs'wN$F%תbT|WoV:&>9ASa>2w#["ܣ:n+wM]/@@QŰIUZ@f GѨfj䜄ǕHqcՅOD:Ef`q6L C Xģ5I.4딑5x%3$HCdMlEB 39MiqS]X[x.|E , gD)gCcE_ÃfЗ C$2P`?"S&*CZatUE %wZJexޟ2Xew3ٷ߇@ĿWB!X蘎%5j<:(6ej ioR:CwrOzOB]UF@ _M2jnYH|OʞBTs~.I&K~ H-KCzs#YbB}FMb9God-8dБ7:^|s F,.o$vݱ̛[B:ᦰyI` UK+{ m|s3ᅢ3jZdWBLWgz^YLꆀ4x,Y?>3.aCoHEsl4W2.}6Rl[0(ULksY#*6LsgffD|`75QtzS\~2VRB:I0F̈>9*KJS1jf^rDtb5Y8b U^dǴd %#|K,+BE&GQq@hn,dދTxD`A\4==,6oM$prw`c ~05Z ]Փ7Ø"E5td c@?kPelS c~R F4}-V4نw91b¥ WG7)y}]Ϥ)~n{N(GE97Huk0 1>L%)xEH!熳k:[R{4j3{qmOUη^Q+ɲQcix|B5\΁:Xz=O |f8qqADN; >[e@%.i6sYsRfM;Dsw9-yfaH!^KK52x1弡`܁Ut%n4 $=y܀,ňNπ%|~斆L\yed_fvNfnnT fхx!C3mN&1/q6m;Plcr{( xav&xjSYs$ 2ߛdr|٢Nj?@=xw>07t\t)ؽJLJjK71.^VEo픚xxT@]붴h1n(ժ*gp"/\@ kװy,YE5Qc^*j_/4el{!>dUJZZy4]M5U)6) 8S9&AMNP~cP( I4ZVkV4w70/0rR9{PF@#H2;yxz(OoP!k8.VCR[f]l5ݻ~}9q'H0ݯ A%qJ@w0V͋{Ilq JNx!1ۂCw7Qgc٘h3 ފorjȃۈZ`&Fk:dJCĐꊋPO%Q)Ai)C@f&1O Xw_@u4SނG)lf?b&s@󢅫cpy'x#8oצw_=H}27nG?Eu睶)0@ʐ#x>9auzN,_ɽ%{l0q#6 Q NL*vp4n+@R'vѯj9 )ad$W,U$4t 0Ffk$]'r[rGkj2@[`dc/ocfhG >ب0sK3ܜ'W%E.҂PxpaȽR.[){o ]|6urgG%; G[AǸ ƿpțgZAշ= *LDN0юOʔ)JsLWp kP'>]7vׄTF'ȷmhJ$H/vb:O߫I9"|^C)1)ɖ'9g`/h?=* 8'H.Wj2+wa+0yp Dd[LǞ"6Q,6@I|%Exw(fpGʾpЈI~NEH9Aݔe5ƒS;7L:vemr,JꊸJdf1YTߓ:QłEˊt(&(#>LOfZKLWJ {peqTq+J*x&,pZڗW%U&XRzk®\ȅÉ$!Y};&E<PIY $%zL4s'.l<| y6 (z""o" vT U#x淺Ԟw?nJOj,{#|Hyeii#N2b q?WK(#uP*-EUB[!1Ow )2ϱh&ʖn+,˶;cޕd6.ʜ00htLEpuEJLU;L5m j=rmX{4'bkFqE ۋؔRDw)"ԻBA^ms]jॣY3;|EWg0 /5N.'211Ҥqf%[>D:".<8$\6! _Y>0$̺`I1H<5([\ji00Xkߓnix3X,jSw&_?sNnLy=9t0Kv-Q v˦u#>3*KHG&;+ϒ.Pkev)H{4VOc]:wn蟧ɦ 9Pmixݔs{L8ȢOk35lK ~7"SvSθ'@t˾^^f(h$5!ۊG(o΀5Vu;bڑ,×o׻ b$&n _gNJ{oh`06ucމ=1kidx svViҊO.N;$/y;`=ɔ7wIEeͥICFeP=މ~ZJ]lC?i'WG>3j?f*-=9pa GwT=ҡQT17CZO.wL!z/1!kzjl®$&1"H^]O27_~0_/.6l[5bt;oD>Upl-6߲YdS_=s]gaj"%H:ƽ+_5Q@#GGYx+]᧹39c:|''!Sɺ9҇"w=@,h{6~ pzo??}H=cϧ2IOE4[$rP7ip- qh:̈ht#&|{&&$#!XM@ 8CIQUBs:͇ yXYFZ>O:/ Df2 y+,[`ذGz(궙cXpQUM )sJ\ڡUA yXv|q`淌) )fg!= [KFw[x0n~vKV%}!G׉1mp~$,wCABCC-cY]k)Na[ 휦ƴj8&̾ /ufpۤ~pQ΍4)~CIf0J oR=mJrMplrc\4-}Tb%Kd ɾx7ՁUoX?*0,loָŌ ݣꂾKYZ;͊k2L3ObtKdKF.~{|rmPؾ`  L^WP!puz0;ճ0}HF8'.R_8Pe˹v(0!Oi ;9WxJ[H-%վ5AcHN=rșFdl_:SbNL &Md#|G3V5),I!xXᚫϑv@WƉw.38Z~-F'kL9"QFߢ=]ۣKCJ52 ^C#Igr[ŴwDU5@_AA@37}t?N3gy&јhK Tk4 b>.Gx{pΐFG˲O+6:$oVk tB.qG0W3XZV͆5 ʏ/˻&iN)aȿ+W6aq+pB$Jkݿ%UƖ%F$:4.{+I v`P ?́3s 䡜FG$Vb뾄ΰmd;`BAA`,(HEe؅ꕉs&"t6خhh+n&XSIH"-4̍Z?}pϸQ=D_*#qԙCM1<>5}4ON0Ԡ-k-b:Lc7>(-J/V>VPr, 1[:x.Qn;9,eoNqFv\; y|&Tܟ MRaI:`]R/&%$ڇ$8s;sz;ɻW*,:ǃr}m6[ZKƉ0g5|4HxˀƷY~P;t[r|5Ė4LK/тSr(G> :v|IS,2qKREhdw#a= 'M]>r֝EBdW򰩩u=AHۍ2*i!YiZ-~.ϼ.y''>q* a&~l8XSJ#c 3QuiZO#NG~MCFNĢA`3)#蛙]O>99=' olgZAwZ5iy* ` wpߣ"5P.c_Y{|Q'=g!=c`ۧb5N ޱ 756FEGKLC[/Ŏ@f/l~{•6l٬4 z2֦VTӱW-Vh+ .Z ҂U2d%Y ;a 9"L'"|TSoK,De=qj}'-ѐt3.[ !/b!Lq1QyZ3%<ǺHD1XX6@&Nm5g|`=7:s&Y.FS#wP6 pC&o}4t%XG< `'K9&64|%mwXT0G8c>>D5~k0z՟4iI9t:(Nvx/t3M $4ܭ\]-`qqJ[}9{`5ZZ$`U"pGmiƋmuҠf rvq$u\tգs2(QXik­=ܥsb5UjΧBmhwN,vfc`I gJ}3?_.ӒY v=^$~Y43\ɰ ) .=kw? K5eu+f7uA,[·q@md%yϙ c<heQc}{r,WX$1M#zB٧>0)U% ϳ{Ԃ}LsG[ޞ;RFB'@_-/OtsY} ݤE 5 {={k*Qlx,޹y|]UU?]o˾e }lqp8 =We,D#Dx&`4L4@ jl~{ZG9nlf dhŠڧpj MqXnfȁe\V$՟WyFtlfA/ƂnU%}Nw?u0o벶Wof_oAF2]E穣+<'Bډ0Ґ&#36Ǣ͇ۖsA񆞍DnGe7b{'6B1:>!tr Ǯ8EttL'}W׼jmiyI "IJ Qws/8DX{t!d/^ЛB4Yg/I|s([plq: ;ns\f|{d(|Ū+P%N3AzܺxSgm b$Heޝ]vBoٶwYJ|pק UKO -Z W18DeK98"柛cVi{y\`׏"ݜ&6r CjdeUGRKyN_g$`laMMQQ TimZIatXNc{C;,(JosਲoW/(# ]:em S qf0Xp\ `7%O(Ƿhk4 :Njf%\V3ʼn1ԀťDiȺ\:7,,Eqt~) J>q1J$65™ ʡEO;{oyz&)+N[z5٧yJTB\L+E,Tft }//Y\1i86KkKbP{8Lͼɉgsg]B/^Sp?HiYUs y\6u12L!u54riA!!Il4r\YYT $Dv vR?tY,CՖB77v9 ]yD֔H z(%R60+O@QceNL*g}0ĜDSLk[(?H&ikCJ?J=(qnYzV2225FhxqjnYˀAy\]ٜXfBS?75So$8)fJ&9.Y,%Zµ)2ǚ}Zt~ g ~iwѾ;6]hF/ZA_2G3>N͙GMK-GbC4\廪.K3x>jNMФh᩼OaǺ!n('NUFO:u |)bZJ&BA|PO aM!V l>jғ~畊9.XLIW?~WGYńN1*x^|1Vȹ;);[kl֗7:rY=-)Hrwx]*5u \zkw.k$+5;>u[fȑ5Js.uZZ@ZLuMȸ0?Hkg$RDYs1Lʜ {'}$С#+sˊ5m/춃$ n#^1z= 2|ƖqÎqaiBgQzgӠJY&˟j &s<8v@E&e#zAPRn'\gu ޱ=ڶ2` Ѻc} vӧߺðf3qtl s1OrIV& f>fz|<a׎Q72Ҝ[>bM?-O(reJ_umQɿ>ʧ:SJ5nw21=ɭ o1Dv;`@okEAletNZYKѠ;v͠ vi( Rr/~F#aQWMׁ xJљ.s1XH5lFBT+p`e^FD64 UM88-y6QyfC: m.C%%HFQ't&~ZTOJ'=rƊF,4r !N2Gz=[abU۴.tL"_x"}F]9G~dR s,3-TA˗qkTfYW Z˸V~!ϑ6)S‹tcp,Y!}DE2Դy}Va B8֚f1@DMXR4 PqLooJaw^ )4fMza4Ν)JTFkL;#tT™gnoPgb~^&f9 ^X@#z9?:|~Z9F(Z$vB/h kUߘƕr KH uR ,!>L zg@\x JPzf<)2+Jh=Ȣ!cݞ{Djc}͉o&ps ~Ƕdo7@bpeBaғWI ?xF?44B@oLDmʍ28PLuOm~nQ92}وFLWG^so\ Q_~b-0@%ܝ0d0rŔ^ NVEi]gz5[,G9 ]X?sՎUBgA~\0sTXߋIT@|"weq,pzؽ~N(K\ϵxCIF/#s,)><=+t+1Aj$ 3Ms_bq7VЛ-t@͡jݢ'/>HNxFyXn+.7pY"gd2S:almyEcWDY]ZJ bR6~sxmTA fOd"iXY+%XM+x繓 `mTEEWhzboW;i̺ ~`3&,7^y/iZ}s iIP=G 4=Oّub9] pUʳznv+ ,i> /fI`eMSnW&{:jB, tl}bՌZ%F/qHa)k8փf/C.BJХW2h{K43~BDfa:OyaȒc! r'yK t*F?|V0K^"ئ[4X 7G:U7#&`YQc"h9qItg>[K+gqXnk`HU)04 = v/},Tʒ() Dv9¿Kj:~XRFB@C* E.xA|;vx:0ϼ(j;ųz>> X0.=.#{èH_$&cNDjWnbhHlΒ^-zxqjAo0{ #0/M}64Kraz6}LE;(c6j"uB2"y Xm3nnkC3R6njnTW şWrbDHV} (ce];wP6#|ܻPZ-*j =G&&8Q#l9pX@͗ekG,tp&eS͜5 Esvi/xq?uiN1MUPhL=_HըD)@ӉbN?6) ᯕpuf$ou54VDOu){m=jԩ^BPqHJQ w{߰ /Zzq TޔOL]/D'ȇLzt&NOk瀛{F7<8BMf8譱 i \uzӃ/ar1(FD0 ho ]N]ǹ"ou0: &5E[L&/⺑x|B$ A7'h8* KX2l`WV#%ĸ;}ab%+JG(;n iߕ$6 }_j f80({әbtj<ƣJ8΋|s t`uypDba He=D =rXGNw1"V{=RdMq{FdNf^j{rEo?P0P$[f =#SUGL?"jfYD4-L Rb~9URQ >y uBBjWܣiKɁ+H}Baτ+3FO8 3;3=:̥DZJ$؃fg*һw #F>/N eb70Mɬ9r<NR&U`{2?tl=u0~'ʚѵ7v'%˝N(sة*iX 0ٳxqzEabluH*[36ё~ FEO7݋|)>6|C>=Ҵ=:D۶>G·-D. )>)f >t炣gbS-Ԡm&&`tu9) Ke?1 ޣ3v3Dwsw>n9ȯzOBCRFtHs||%FTB4p=Qw'΋ l2:.3_8}{]򑎩lr!vҧ-Wl``g|)LCZmr*?~F/(Jي8~*\02AڸTkןZ{b!F3̋1H9[r?|x7]f/=9|(".ȋuheO5u@ӭnkWNhH)=Q&"t0dw4,jJ$vwHYܐRlZ{ r6 h-EgGt[:r1|;dC8dɵ)2,Q3Тdn^a Ub5J^dˍM_̙jŚ瘍n]fwQ_>7+Rk`L7BRx50+=D))V0 5k^ϯ.Y~/\ 0RÞv`q䪅たWײμeы#*ovzK wD,lXÞ0Jdl$ZaJOv8D83U 2!d`'b\/v,u6#:>n$Rҳ:c:rңs&5\t?Bij lKըlNq ?;%m[v+Eqޙ#!YkG V2, (" lF%Kiه{\cAhFA[!g4٨acе6rI(GSUqN)ei;OubeSʭ ڸ`o ~BNaˑ7PPŬoIl//Hg>*NeWT*|㢙֋U:A&uGh6{Et=Kz'>$K!o(W:U 2P8MyCh*\N0@ Y^Qu0MYQM:ցjHV*lhk]@,lgP0Aft`83L'Cy\FwW0t0L>i{QV* CQ(2 `x_ĪXT,AkKl @Ǽl]ɰK='{F:>7gW TB_&;uR)|GqNqn6=8v%uP ] [ƻ'}$j}NAdQ?998PlQX !2W^pk[LAwkc<FZgɗPti@B[sѸY%nWX5XXU5DI8X ɱe^Yd{r'gwŅ0Y΅cCSL&_{豭>in '.(hvZ1?RyoMGǡ1ו7{+ xIYH½wɢw1-OnN~gw2v퇢T >BcCP_ ٪B, s@m=BW\>IR|1eD-<랤[ۥ>:MGG "(2S6 r"R`+%Hqoݹ|'Ohwnx.O&-12uflj3h_8@('L/P'7_%H촅ua'}% NqhStn-uxeegF)˓tԟ]ߒ/@xiLʻ'lIto*"h 7Y&zS?x,g~B rjF=^_*JO)|u!(ɤ( <++!՛:Nfau'p]!BhtX@B=P!} %_-W2CLY,݈Q9c1Ū^CTdcr?6FrbvWއ nCHmƳIP_d]T 8mVhqfV1{ֳ$T31y;2bKhՓMDDA5P%x6"3#"O/p,Lw(L֑raT^{L1I6RJ:{GWNWv/FmcYđ-bgݥ7|fʠ/h^kDE 5Fz)"aNݷǾa.BYɹۂ<1dHV 4Mŝh0e)-vir̒uNjJ ))[e~'5d :鵞5gXDuѰ߆K[ѧr[Ҫά'u/:k$QU: sr(0Ƽ;C84?6k-U_:=*TzTA -jr,(~V[ײfNÆ~|&Cͻ.$[K7reИ"Ҋf.y L6 kw²c.zb߲LiTY sʐ]$+etiR,% U0'}}k(լW?%'fo&qgg+V-BYp 0-uL]A~2'#uKopmʇ`f_ bF@ mJsJF߄gv: %T\W\pp_jx2p|RojG Zvߋn\E R[fwDu7$b.kb~7-վ2<AHfQ"gb9ǰ&|8U|͒D{$8~G+'zjKڰ3 p9.<@!n4ZP&}4ǽE!>rYsE ZuJ1"NHSڧ)iC#Z޻p͝AGZbWc8 4tIJ]_W Xuŭg4>٩PAAEcU1_=ߋ-,> OJw<}W'qɿ8)GoDɖՔm.ݬʉA4nP3R<'o0p`K?`@? q3=%$ԆK^0YLnmpȿ#QHo8e(S>5XJ=T$NR,ٰїX[^o^S3u#̆@KLhN o@bkLw"£(=;tV0_+fd%v_9Ofm˦5Dwr-m8Dɏ%I}|cZ}VG ]#zli?(g܋ε˞wt&͙8M,,;҃ (œ`ƚ\lHf?QܹSze\t:.3!X!9gҊHfOklʤBE2ahVA7"&AF]ixvx;&fX\ln!&N&6!QөR'RY5DbR%Ye'SԽďՙVjCUO:p.ɤ&wwWR+ V>+'gzg -ҷw`W j7W]F=ч*nE7%X`".H$%(sM~24Yx$Ƽmuh3Ϥ-|Y@vghbqQ2ewkP vGaNc= a6.ZAV!2Ku*'eym:ŽuEv!O֔ =re wCnj*%ɒ&A8s8ffhUb[w&yk9a)"t؛bGz߽ O_&kciPT=50#-̻5I8x[wlx;Z/sq6u(at2j/ eZ \[@y-5a/n"S{*R"#. 7I o ,TaJ.Mi=ne T?L{,6|aȸMvgJIAI"y=rםU|⺷Z+,$Ё'|Fi)f~4[cð܇%1Rdf!A%8.00QOaTO|ː(ⷹrߋ85Yb/G`1AsۂR 6h@6 賦tIiAnţ! fGډF1vL E;^e CPXl229|V=:q,5Ms2NL@1@@_rZ\ ghG'=YS$llO,c$]zP_"71ݫõ*DAϩq8Yu|Df#TP#icv -Kr]硺[m$1ȣ]+s`ϧ7G`؄芌7؊2[w#QP9 7SuO/wDn>-,}M{]œƊG"A^OUBs.'s2D_3{8b>6Qm՟00U֥\ =AR^(~Q[$"RP马9q(Ο$a׾4 Ca@rKhAs[`+87 K[? ҕ4yfۖMl*4Kj<@󉤉 dJ3:RŎuvRq'T*nnw+O~ӂe~PUJ[Uk S9|"Tf96̰[PV+lg zMǗ{_Ruh*^/Oɳx zv{ٱ=$*rwrs9`BBg9ǻ,3^6:F5D<>2=$ўMf:MA zH* .ZeT\>&yτs8P #~a. #Y9"IT>L;; c?9Tr܆(;;xn^! 5q{Ā`na_RT ]OOs ^i8jЂvIL* =G_v7~O䕭gf_mf`w:07#xeI*6B\IY ?ui(dT6 92f6. bM*eKk;"OfDL6+q*CsSP&j5Ong?SAG ]q\66me'~ 4Ҙf29eGϰ64ޒ):A%kta9'gP{9*+EzŠ}ʜ:,~.Rq B u^Խ0HQFWZ +¬#)Q Vd/P 7!BS\bхQ([bRG xTWÌ*Q!Z dF잿lB=iQ@Rj-lxװiHkkGI_o*t1Ѻ)}jHCs] z M,}?{HAsdH5'gRߏ(`enʳ@/*Fg[ywpZ`GT1|;T " T&dXZj+3'`4/'ՑnjqSM{ BlNݚbF́V\qEoIH錥>M}r|SJXZCUu$Q>HUEK3BUKMHQjr,>RR>RbUN,<%n~bz9nf>jhȝŔLkòʉI1R6+Pz8u()ڼn6nwϤZD%+:$Vf,@QKؾ:]蓢㬏h=X_RI$=``Qr{bܚvMUTo}d4,jOpE(RSʙj6AЧ=ČLB~.F(K~$յP@O(*bl -;(C;>]x*SA"q)P~{4Evca!m1Kr#'LUZIurf~R#ݭe>t}6+G t~eY@ ^)u+1%}XNfMRiFYɂ oDk;h xUR_(0g=le\u@ k|]Zv#+r1ĕC D:jX|.xRtB{ڃߥ< F_LA "54 }ke6KV,V^r[u|4 b[rh^O6X]k{GND1b‡hl끯)k쳾k;dMMpj}6qmOt ڗ&T5m*%2@3:s~ן"}C c JXVu%Lf²'aٓ1mHEvC֨91ƦAg5EE34 7\j}Q^v6K\26q3C^b2RS ˳طm*qm#W3`&gL><wE++nTuL] 1F?PۂS>jW1(\c>ۤϽEYLOW6b/Y5ȟK M./ܬb?фj&f!V "shPܙ662Q)kZ==|ȠRK~>j!H `!<+pn=@p+jI=tLl߹/67<ǯOW&#'L" 2~PFƨjwEqÒ87ҫ:$+~vAȊr%mx?( г%҄쫖>C[]gD_&I!0u9Kt2ڮ>xHAl+TwFd}ȵ౔q ھD2"-]jN5FId:{Q8X%Hu3v&Z|L)XH靰Zr{t'e=ixvab/moPwLL IK#Pɺ?j2+PKU@'Xܪ14A"ˏ '֓. Vp8Kf]5 $K|iMbSK]:$=!o[d[.%X%T4۱J ͏!jl$ :8tz ]Z=_mk"$5(6 PQ)ѥJF${T(@'Z: |FrwUdU#窼6R7dyKh'fiLIpcC[cxҪA4kځ")xM.xUC}t:Z>lzRH,]*P?J1Yd14Ѫ0F~aqtm 6B K}D'&^l|H¿ӬY@oֶ xB_p3s?h2hTn5,al!9~O74cq #'/6)Yzq{ B˅?v4rx7B`Ƕgs SV*̍EuqrŢ l_JlVPq`{ww핕^0="OPwg\g*vowࡍf.8v@d Sό`ϤXVo]<3`~::Y~VitfS'jp{Bwu;U 250UjimDنq轥M"EF.ʒ,,Pfv"џo3nwsK/lU!HSeI~LZпz=pʵ+FN෌b\)F̪e:(̀[RIyߥ"Jz@4˫~[8 B4+RM\\eiNRP/w-B#ԚO0D5*}s73[>]_\QS:O (Qչk! Ѧ Ns ^0FV&lh5\:(16uuo0*5w68G Yz B~sL>6BPw OOP`.ϵQw2m-\Lt9YŔky3RzUuCL%@BO(g[ [`Җ/b ^$2[d-Jv6MNٲ!Ω]x8T^k4,xTψM[{ۚ iμ9WibeGZbsBgL%1Os`b! I7'#i+܋FoFhأM 4][Zl"RJ4~c T֕f=[lI掞rR{ie]`lO򠸌CAMT'H[WʝRôN pJˋ䨮 d=5gLf!d/D'nVדԓte:Kٌ-0:pI`샂,^8ƖE8ԄQ l5*{|* 7pDœ؞s̫¨L Uc^eKyp>[|*pz֍iW֩~5 liųF&kJŌv,E M&d۾9m_ı۲^`v&`Q F44*(o 9O0WΆ˓fՓ ;Wn,zx6|6LtAjS+Myp$e!69Ll/[J{ۺ7vPh#~.nlˆ|d{ݚ7h j| Wga#Uu 1nhnp/"TX?ʪH]bj?;5aY.ƸXVr>7M>~マYϥaG_\(tޱ:ri3nAMfGZ52;Mx3gy\_hͣk,g_C">: >bħid ӞC[bŢT !8lC&VvZGmsL} `xJ:_P0kFAf h[Mp"n nZyH׆v'店 oݦ?J^bj i8(v3bmCT\\n9uY<~òp5ÝֿpP;n#ExIK_$U1EQZL#*Y/ 1￯4S~uј`OPcx OhY9 q^ cŝ <;.(µ$wsgb!&PQ& n< |5$ϺX,udO ƌ q !*|LQYH'7}w4`p/zmy<&WݻpD@O#1,"YZ;NQzXズs];jvAWY~OhQqcگ|sDN%+DM^xu"i~̧We}#idXЪDK 6 ++sm% QT9xO D?"oV%3:;r0][$yѳv7\MLo)D,|.x@i;&o~C_=FN2uAjo]u6vT8sfBN}+'L$D維W&wHO0h36+yRfo;_5_pKy=E6I&f?V[x qpo%8zpˡ)T)v)128o:4 n3VUB(lv|G!bqH 8_yH~9E@ @7#wzc|Ei6v8СAdƒvA֭V0U!Ɯ^3-Xl®l&`G5I`ݤfg@1M+Eܗ{24;]3!EB 0n"8% ՝7Ll : ɪݝԒ JiySqsp4u3g5tqjߦnU5Eװ! &j'}LW$TQ+-h0k@rx4yf=qʐ"z'9`e10 E8#ZbHV,88;hV!:oe6/98XMpmu uIүU0Rxa|RWkI*wRI٬Ek̏ Y)ݒ8[s .jH Ϊ#珶 -k9|CaN}P܄ s@bHYo-M8P] bM[šV%F[ >(}2ծ.ð9 YиcVUs3!XƓgo,KSq+!)I#Ew#u*DDӛ Wx[t;Dv<ܪ~1 CJ=bCI2Ծ­&kxat2 8n- ] еG~2ǜxRÃԣL+t:c 9`Ň ع-q;_̐giO8f?rc 2`곍L# f`Ƹ.KY?c"u q8 t\XfQKC(e-#S,BtzSRfi!>RBhDLRץ92P`:&_\U?[rf!u{F{b='E DpMz Յ>L<"Dc8uÏK<׏ _Sp#&r,>(9ÅXȐ@\2{]<'{|#9#d $ K5x ߒd3lϾj$g2@>ۢhbHyk$+Yh˫X&xz=հMj H}#t{i ڿh58-2֭ Q-{Wϐ}Ʋ?XB hSd؝|s 8l:+Ggy"%E ?1G;uP[X sUR}wv ")T٫$H#u9P äS>Eӈà;A庳lΚJ.?\LRKݭrЉbE7}q!f |i xSd aƶ]ioCW B_ch##80 6$J!p1D;Xalzkc@1:r}5uJtQ]ӓ#0a3~)+b!p-aKt*dʟ!uFL E]e蹨JC$t2xcȉ:C%4Ifע#\&V{3QK f?A[=8{ze?@wx286 rP/J:AфK1n^-W9\q*X@fj;.~"i;az5uYߌ.gMSaAvP¯nuv<1ʁv`]ro̶t9w|N&T$%T|ǩYݍmh G$TD4;U#w(v&iΏS \ C_V۵j"2a(Pe-V+0}^bbXDʆj cf BER\°K.?j{2:4GO{a>mK=0D02@PX'[=Rk#}~Ykc0RrMd;;kXjf%/giPʆYt6&ID$CO8o̻ņH(Qvp/.IQ 9" Lk97)'4j1dt|2H?^M ?> %<o&64Vsፄ X Kl ϟ9 /`aB/tO,՞iQxCűjcdI( ژY|4$|to@ߊpCIBc\E5Ո::Z`S'{x @l2#ʽ4=Rm@+~:9I?37dv,gQw?kFUVuSgd}Mz̋KjƔW1ϞaLW ,:[7yc&!c{G:{įe55OJ+?6ɘ0 X*"=E?UdVH b䦸E&J3NzjxӔzhWq6OMo*md@)Mt r_⧤SVT0Q3&1r,{(UȇUFjeh՗`fOd*lHIG5OϤ| :hdrni&v?hM{Ҝ>GQ'ZHhrRԑBFBH&]CBiFQ/Ae#ߎM(ڞ-}'cB{0$nReMi;s)ƮK 3QϣԔ2$<;'^hBwR-5摏iz~:E‘T{5kSQgi 2W͗5 ceQ6Ѐamp]q45}_qqmn:v+@ vDDo\qTe6葭LS*(CXE.$Fd > q0`+Mw22+6HBo*K\ʜo r_']-qI& GÛVR9Mҭ6s.DE}uKL U2瓂GOQCɄk {p aY"*:U-en7d7frzRԦeERlP4&,FW(p éY94<|41K9{#e;o.֤bv/DiCG}?SCFOxhK;1d̈́ms{38+=/[iW[܇{yl[J &ґeoLh<#[G w~na rd>J㐠%ov1ZUS7 l9oؐiA˹T/kF;%%b} Q2Q@µkJDb *r9+ xS ~&Olm)mWة\~) :e[xSGB0 ŏDnp_ 坦7wY+Q2w%LUy9&_p)K>xr%[-?޹[~iE)7BgjQd7w0u3mO,ؤy"7*` U=l/  !L@:i : u8a1#~(f*蔇Ç>ZP=l-$)b'(iX3ʵi8OlJRnߠ P lekAE a)%FX+GR{8%ʽ[[7)R`끯B(ʞ:O%Nq"OބGhg״|Ϸѓ ]1Yh c {߱R%u>w[Yb=sv0F zQKR2ZeGB%Zr9xW/SUk֮4YFlg-g[-lQ- |m(0F_wxYCκuS2iFc07KZ]^F(D*=%Z@3GpX~GpK Wyȳz^5Fp:Ԙ1~نh1q okț?TٰBJx76A01q *D,dž!9:Χˆ0 {G"* LoRnX(!(!=|v7Ƶg(s0h7[04/m^g?bBi&ًiltjz{Ѥ,XCv \Td hoT)J\cs f bFӵ -rh;]Rgox#vFb1*^0ڣZOPAGIv e M<PKEcMO5nHn-Ƌ=Z13Y2J;@Nz!"8}{Z]j4P9r7C')ۡΟ.3w FvlFtNZ@/L9֬3X5L C/ig y t싲&%7Ɔ_̏͌>zHp!Y\ura"o7yR{ ?(05Eˇ,=#Zat %gȇf/D[Jb`ܐ  ض5^Y[퇋m>YR3붓D~̐ty uk2&$oWxҐtY=mrCp_5 ań^tMP']<fW10l5?*03 J^N=<9އZzZH/H9n^h{Ӡo덅- Ys9[u͘SVRYF>R>qK ݧP~qicƹ?]%d1){TvV;S<1i qU_]" EqqBxiԘƄURX¥p/|y ^ZSuX*GiB˽JS< Ah\KWSm$}*ֳ6IM01y}h~@˞@lu-` em]/-'R.BġdL?/Ŭk'~ҧ ֗L8,Xr`yq*qNᓌ$St@^1}u{ ߤȶ^7e|aA'MQ!n2xdW=Eͦ5"yE<Zhjyy@LYiX= u*KD9u73ghW|+ !J6ER.Y޺8(6<_6ڍfN"Hԋ4e)wm.Sy~PJyΡZH(6Ea(nE(3OPu\ͬu4wG/Clw=@fEڛ7zq70JPk>c|Acgd0}-sn^> B3 )&xh]E87Q?\JBg TD%\qm[:蚣{ 63oq}Vns; z F(-_>8+V2*fl8nXCy@k2Aap\Lm*]'eUkn\:X Xy: KGN7~|S]*C Z*=C.4st~*"<.T"eKpdl1ՉC֪}]ou{Y[t$%9c_x4|s+ݶ[ZZGHSԟdJ/~N)gEY bL> Y@R!,I s A]5PLN(">84>@_uY+B%PdX_aT#fAT)jU`K׀e&×-YݿĒ)DK Z[4%F(.vd^V8@c1+Q*y`)?=y7up%=a0JCY=H]~)=),$cm~غE9?3%MkfboP98dx _ЃI,O2)cZ3ѻӍ]m-nWKaڪ*H#!zǔRъ"ņ$9A\”eоLEcFZ-2s\~# dN+ /2;@^CQP^gߙ@AOvl nS@3RQ] bS[կ-ܶ$']ǎM,yxHϋUPш,#Fy=A]΋33)D InD't{7A2{"p;|@Ņ\r b΂RLd3ŻZ>>F]vTg:{DrпHH,4HPb46QT.3/gvcyļ'TQRy~g3PDcW1?,zðfQ9`I1l[u sh\oeGԦ/H;xD`OFDΞK)`O"4[z3DB:okۼVeƏdi6\c%wzS{ ʐhftCS=߱ -եN$l!6`3j>=[^o? "x$3:AX9C?v5r,Tsc ͅ< yN89N=Mz۸E[7ʗkIY-.J.DC*#To=Ycd6Wb5*D/&cu\ecvd)K^ ]ymU]Lq'(tV" ہwA2u4:@:%H'UQsX{ RC*Ry#TPF;YBzsc9_бe.aLKzm I͞liXs9Waeѓ?ل54Aey9rk<xϿ9ƊSHzX"AEp:ӧryl"rGSɗKL^W=*><\l_2&dHZjrQmF@B=}̚/o}L,EîH29zg$S[mˆF%\7\5Kh,)QWCm;+KuS~ǥTY+|~~E 7߼nû1f?0,˪z!^7QNr"q۾z8=#| J[}z9v\\NɊG F[k* v>\7Py|Kn3hb2A;H0͍FtOO9[Wlcj 6PE*.*AwBA-  iO5F86ؾ)1,,%/ٰ]t^J6 *h,_*Ie+nx%L97/`o@q|Ҙఇ]qՎGV1^g=7dx/A &Ձfgb\@p,'̯/i"H|% #=MI5of/0%@iL *k&'Y#dTj2Vo/!mŅx>F-A3y:¹X8J<bpU HpdдxY<3;+v[}ˬ3+rlC3KЭIh ABzOK9K뉮g-@Ma"kRxUՏc@2"\}')* h( lVcx ]e G҅)^ԉK,ta^(ۓ>+/ѶX&n95̃Wy l m3jKtA 5YF]:^Z U*&2R ǜNz2[&1.(,QJ@ݚ]Hg<|'fyﳐxKG!E;Vi!PA=Rf!=K8 iqF#scS&J3ueqjg{~l_Fe敽h`.iT;)ULr2 YbFK>\ffӝ3=:_]'h(MLrfЏ01b]B;>`ҬmG<(~exTR-UP0Hm\^;@m2n"H!'B_X,HFTɥnH8?bӉBSQ,E=9m8#Xd,͞% wĎ$[K]7j2%/fUn6&uo<md8Hr<0WZ #.Ц3}t(lnx۪AWpڮ ->kV&41ˌzql.ɒAL O$J!0t hNXZ9NRƅ̒_@ܟXaPhj+o9$WSp#>}ZNpUUX`=!Hr Uч3,BA,jP {_J?M +C9NRbZ(6:ÈcZHgezoArCeٓscdwэ_cbopO WFҵH:Owcac=<ĸ4c9jj-hw|B3Χ]!e_N7WG%?b"ٶڂ۠\x(مkTYd=`柫ӺB #PI\V}˔GbXrMG^Q,N؎߁,oM8lz}jJgcsgG-mTq]IEʈ;|0$$ 95 ST +~M+jK 3ͽWFO>|(xP ᎏBJ~nh`"<%k.,6>uvWzjZ7t>u](ädvW,CˢE99Ԗ8*A7a}$< As+Uzc`=E(n"fyH̃F|r6t^jQ=7{j*$]A(ŔEYy"԰P\+778%ƕ!NkГȣ0#agM#ZPגXgL+|l?$8qϻ!nTӅOS)䧈y8%G+.{b6OGȕt+x9Wmw7mYA⁰Z-1^w_B4`^#HM rmߢbըU4imA?8OY'$k0a[&g{'8uvfJ[={pZR Us Pn4QrAOuک7ݱ3;{𿭇J_HXcM-b)/vcWZ ~Z5sLai(`OYF0/9!bj;.#cQɯnf\\ @< @.NFUH"P&nVFZ ; +CV%KaJVȊ1G|ULO܈+1 $Cd~\ɛ: qgj{(>M`#\p{U>arQ-΋||c1ɿH;y]W':RMPU'^ v׎TL}%Qtv0ePSpXO a/H6{U$`JeE_HaYjWaeQԥűB>!#{WCt dN@8Woech}<r$=PZ3DVsۋmni!wߝőR^u^ < iʽy}af ` oGɕ4| \r3{bm\3lp4ٗ^ Z.a, If?%ZV۽MBRӱ*KVKH=v'TmC%c%ߝB3RC2!\ Mr s+y@/.-8x,4Enz&9Ȕ y'- Mߐ{A)f#Uf&E ֊iݦcd ju|pHk-"nu敯5VjPըd) mA5a?H'([BW̄|5iA~܄'Mh"eݾ:%H`{o֡r\BHR{ јx/'A_:m!..Vyy`p}&jl/6mxUZ)o9)_>o}ZXµo∆,g1@jg"0dSϓp=YJ"w^wVH(#/z7bV E1~iO_u<(Ӽ!N ##7)K dvICq 벘,Sx~DTLhmN]!1A4v$ݤTJ v6\j.@Y 1(il }վm,fl!R Q;+j&=RB`˝|ChaFEF<gW- GEJʗ DX0̹ .]!EV<|s>mHHݦͩ {9e67i~_,:pÎ8c܊put6jR!L<_u6i(QHC G+b'}7yޱTmN`, rv \Vɪ]d=%(bٻ4G-rVFhr$޻EtttjjR('՛Wjb? '9` HSqq^ ,] ub*Z3jU6d}hq[e)_=ej==R*BFN@-G\^0fϓĽ},-d9;Ykr5 027W9E87a +-$A?$*={Rw-b 'YڍjGlȟ Ԩ#%C@1  v2iӓ6pIl7Wܨd ithQ h!;Ju'aFV3o'BdPʱ[ZwG_UP^"@%g|6sp3'yw 2܋c/`dǦVYU}XofQ}X=u;ev^wKEm Uݞ8a홬0 O Y:3v<@b6x˯đ;)򦙷@oBIݖw .lNekeBHuם m5 \0r|"va|4MA:YȪ1^W?] Z9YB7A@)JNybCys;R`\1t5vaO^`Nj43]^,"dFd7 c52˼.Ч"촭SJ>gS7u AI1ZEJyF V tƶ$zStwks׼²y%~g$8Tez>Jᡵ?ګ\Z_꨼<ר*ZQEH˶i$GyVg)rs"blZ\\ Uju= T!g;0=Pl(# *T\ CgroB&yCy"}_ ^`c]FCWkJdBi>W?`6uT)b7ٟߤLuGWBSA6oSt4hhp*zb(DX13Cͷ*F!x3$Eg:DC)l\X7ꛉ(fA)j3zBHɿ&laz.mֱnuDYf~U^V?*cw<#+>\+'L4ԇ&#F״Cf 'O6Vt3?G)wĺo?RW}.K7Zx]bÛk}!2?*GswR2MPb_i?=Cbg`mݤp"* lSܷv<4K$_D HbBt(V|U0R`oIU'qӣ'!LuSP<#nVy 9ЉFלA`]; 56AtjYifMAD' nz>c?zMg3qؾ:ZhW5M5Q[[^uhHu`%L- 6m|ng. Uy&XzxM$s-y2ؽWa S}Fsv[I= uU ɸ<ڤU.b>|meH}Ojq18IAxpzh}SuzV㙒xz*L]љpʈ/Cpg_ˬk_v+_@\{׮ OO&$tF]A&`M΃BANqxF6 w6 &,'!nh%\׌:^,>bTL)@1r%.Mzu᧙a5%cm oD{\%R*3[ѤcJ#rX 4 9wK|i <8쌾bdyX})~/r#,_7b?e5U"/Tʼnd[^;q˻jҞ<_ lŌ0ڑbrBpO3s'r,9Z"r7-YW"MC}0:2WĎ˷ςNvZz޶o.{HXh5Rɲp+Lcz ꭡխD<~DY 6܋rEqs:9pOYgU=*Ҿ̩#!Pb|+ۘe) 1dZvk'ZF{FԂ [ء6Ѫҿ}&b$|Z5qmO>F"kBz m;D%5-IvEAkG @Zycp:>RrFɊ&E%JԸ&>LG]c9.^¤!_JSXXy/9$3<"oYAl9,}#ӾrMеls {tˌ[45Crz >-@9#/*BgcXzhpAwCc 0Q0HϺC+.{ppmv!k/s伷zÁt5pL?jM"̑ BhL*|Fhr~JJrY|Zh`TMP~oyjpsrk *'؃杏Vk &t'c {,e]N|a*$7YBԆ )igza'Rٌ~x86-(pPܜ_*5m*2jWDNT=RN)&-]=<+BT8dxieu󼞪CpOZmC E ! ߾.:XY](^Sw>pJ:ْ@l]]vsH=Mя/"P8WB2m/9:Ryz!vharn+-x `@5;t-Fw^uY&p!,`%g1iYrӗ]SְVg8:`^i(HupY3<)X}%؇4y^w}7^/ʢ| P0d\ a_bwŏ]\6Séd[VWHߎ VMOMW ?{E kezEW&ڕ'kҢƖ&E#c Ul[:F8GUPlj➜_B="\0qm5_u#7!:kJI <@݃Hps;YWмKɖ3Dɽ? ;XL]"޲@[d8f>쵯ཛ !T3V06lj4 ΅>rnRޜ@(]K 0ʌV*_^S"$P Qf# @awWo ?Nz2.]87Md50=Rgm J^Z7] bvnqQz-Cv9& F߱8IYEVcu";`I=**/c%/ϝ)$YBOQ?0B0;2 5´ĖQHJ)g>as`s>TbߌK\.pTB[k#9g*Xv.r~Vw NP{H߇,Vu*Wxv%8Z*' V y,٥h~cJ6(aJmjEX--Z^R ?a k ;I&~:evz-xV0Nίht_Z,/D@`T=>.0yo󎪟Gˠ*l%&Z_җ<@$&,& 5 T &}' X$x9K*"QM ŠʄbӰ>3*-뵎U_%&?Ӫ6lTgMh6PA _ r^T2,k_]p;Yd2gN3S%i]3{TsηsC ,7-B]aUf7+݃t6zؿA+hN #Y^Zk:(SSֻT'C/9o)" LP2WkɿVkUGv_?KA6|UV[(m1/*Bǜܯ*0Ȋ9ɦ"*o*<<ិ`$o FYZU+f,l#f BD/ahu&FN1!|@״n_܇V[TOSԤ, >*+{F%[bBHr[KT:1j8٤}Nag æ ].\GU;1;f8}NE*νh 1[`RnqeV3K̚8fR 8ĮHkkSH=d*eߟʋ,wĦ#cu&vZ뾰-K8K8Kq_.U F{5?gqo[9-,=##{ >.vLztJ$!s2Y3Ncs٭[/۫. Y $XIA(r0BU[jsE߻ldM\X~/Uaqb&1XoSlQ9N*'_bM?HpeKE)gݹ8^#ʐ#N˭>qed\>:zh*1N/㫩[3_J8xu2qahW˪+< J{@c^=f}5jK$k W~Q ؖF0ȁ^ |z|J² y1tfUW4iu3[䥆hh ~7 =ЉCuoyg*GnX5@7Z=Ip oc<_m̼F 5FdR+q7[Oԟ?L|B4Gx'Xxf^ )E\ B=8ڗEco >rBQ,u<\XQF@q 3^Pu'J"^ ޴LWǗ[Nhʜjd-)ں€W'WoyX\ >|C'4 R9kc +jmvLc* jQDVY2[ECf8 LF %*S9AV^v#q CU[W%F]gTV5qn౼bW*! ^?0_xLJ̯n9;&5V:"*& ':KlɃ/]'V4fsƤ^c|O0ex9?~u֦0L&1E"h*ސ,3q[i)Ae&ʈNק넧fݏtpchI*,4[EbSeSf1yxsn&&{ss x OHMõQ)Z"5fT )|xԝa9  >+l!fs&UjJvDᧁn[n "DH'X=*f9#.QA[ 8ee2A0f8i3r(M5`0i,g0 g2.-ab<Wk,ūIJA4IKlZne1 -j,^kIc4퀊ME=\IS $6\$QJc418 Lz>qp^9?Xlpe5tMQM#zE˽|d'fg-f}#o\GE׶*j:mYvD3F1Y` wZ%f/މ_>ټP[JwPqpuܡ{p78p ϔẌ́` ZRFCqD pri-O:]K3*N rsjVyιBFfJG+?A ͘X+ϛHsś^-"יZ8UV vpNgOhjd<~VQfxZIoM]1ȍgx PEwW!UX [J<մg}=D!̼=lgտ Q^裵ѹ4mRԍ֩d[Ƚ3]F# !\ (RXbS^cN=@}_;jeFʷj;~g 7I:itbȖ(4ŋ1"Q7̀]쓦ꭒtdbLQqfkmYlS'fAH]eZK<4`H8T3vvnQ%fb~; [,JwBlG!o'8] $R"j>=11N2Qt,_U|)k. CTcDXgyWS@G. wUl0{2a8OfNԂ2sJAz&^nDb9k;hUݷ/êGhz6H-Kt]{_VP(/@&d91I~ݬ. 6|B$?<F nHT0f;Xmj_|m^]c2˕ 3erJ(*ǚ@.Hnm37M=vgpsdgFԳ-o&i= 5{,ksew,ٮ(\Y.X23E@o=wKyn}_#\L>Q}W᫽/(05+e'5gvi4w(5~FUR?jגzX=""XH3,<:jA3<@5EІtIP# Y B[Wjgg@ 9LA!]֔ GHBꁆ-j@mf~aTBYH?t3统7f,EI B*O2 [t)SdvMLksNE{=9Mo@ lVt[Z0"yUOa=4U%t!I6^V|)0%a:'s mzKS󃟼8nӿe. {@ƗN >ݩShJk]Gyn}AJ}0Zc~?,k'_>OR>qxAn+oJW,Nd/Htp !$Tr+H-1Zb߹Nk_zdEpíDr<vf9YMյ"cЮfݓSXٙSٍjɜ1njΓ:͆Ɍ{k-H,Qe/ftt&!@A8imAGSMШƬTʁ #Mr-"YL\OiLяIN$&RO %lF+M') /p◑_C^pegF hr,L_.qm?0,^N5t̛5oK@-{;僭Dm=)uZz -Bxh"d@KG~_5([H!r)%?$ǰM]v')>=HINt aVy H˩Ϋ_VD>wȱ_(JؤY]G6e$nQWWJ׎|PFRn4cm7,DW~Zm/?h1)BNJ.K9r5D" ̗OqSJaa=snjR͍H~壺~6?H`Bì *K^ {huϲSwAA\Cc͏aȬ7:~؅hX6_/BNWI,8w|"̈́(Ebzu):廸kTu,IwzA)] [<ϿK)p G؜T9 +leL*Hu CtAv_d8=kKarBPbC3.hEM]#ȖT=}եA:EvqCӫP[Qi%L9 HSu]r}i$3Ln ڤRPc/MXhQIv\YapyMíB4wub1aI:cC:Vq!(뛝lhY!qPY[iȭ #$M2?HU,1 mJpd6/1_fCNbضJ$z\B2#N+5ʌ1<':u1ZnػD~tC{dK$Gڣ6,wi:dH}Esd6'L]"F{ELGB/8qFZq>{vz*yZ&'q;1WVs(d[Nܹ51U&63A ᯧa=~C9F)4NANp%d3kTmqz@*f\yrɽmvY22}%?m+ْ*e-$kU)hN?OTX JceG>X9U&@+v*OC;dgw@r3>1ZRZCMĈ-ua r T;@0ԈPTc%𱇥F7؞Rk}rSY ])F)ܜZd#CJpL *Yg7iT=j } :yoS̞w҆TC?yD[[! !ko8Rp( ܋|k=GNQUq@Ւo9C8zYkYx<9,Ra\4sDJQA:Il &zXQ$PT,0-YxbȞ-Bv_ GT?a=)qʁܚi.lu$)J#5OL7E=('7@L UHboٜϙczS;">'lҷ3`ya^;Qap~C$C(O]fN}û*AG|_w ,[u1d.4gdBP"4LpuwX5G%q|tu]`]&ChK]t%ɹ'FC 솭Յk-vR.zZ T"l`e3qY7J]#Y#8T1#E?aLT#biR`x;y=$mϥreEzqIlieZLlD¨_ۇ+z!ͥ: *@ѫۏdIc0f:GҖ 4JՎ}N*NƠr~q z 36HsH6;KZf/Pڴ47vV!yȥ$f3%P"mRїiU@](]vKU9 NEV2ϲf4upn^z JPO3!"VXD `˛YזuLC% h(>6!4D{Ae#IJQ; }f z՟aӉnNVؽՀX Jh;(AЎ)85Os%R}A]Az&εVztѯM1z;R5Z ( 1yՌ@-׻Yqq$yPT,W0 YTzX(P;2RZ."@;NCrUQ`VEqӈc/ykomc+zBWǜǔ1dRk5fTg>[K H鑌F&>v^j5l,UB&; mO7Luij%[/xY3筳7}v{ aib*nJ<9rΕy*FIKATuL} g?{{!fcGb&{6"2jwro9^=,E )PӟǴ7hΰtRx uUIj|]ƨgTzT.|NMB1& QU v-yΝ|eAu3if&m S"D=3Dutgc籍~Ks2dXY<2,[>87E4.e?1 o Z~ͭrΰ{wy]VD 'yJ}yg@oH6pdQ\ H]F JںPTSI-]195KhGT *u]2j=BS޹ܢ?2+ؾ5$GrѼHޖW/^uN@P?̀-fws|u<7˟|O״yܬF5L{`FRF8{x>SUѷ]zx o0Ȥ0PpI+[v@_m\ߏH/D!͖ChMICsn:+#;Fh<$nbޫ|̎Qt԰NNkp_nw g 8ɍ tտdmo˻40/%xgąF s4tˮ[Y>91_sayseQ|OʡUE>cZaV]bX~W,RHq} h7>OcV4Oe_96WALz6KM:z#S56:2dwV ]@8J/a.\)Y]3PK!'y6X;#4pT޼/C ζ2XcXw&RJ+x]_yQ?dEӧMá7gn}lb[|V`)/?w8_Ěa! [9=seRЪ/5l\2cN,}$u,0=y;=BIk%aŖF&UsH@L~wDt?}q>kqY1TNpj{PYs|FTЋ݂,kMՋc b`V &y,ktz[bRP촺 w/ӾZbZ&&2 9l*WTEO+ddm9;XCUZ0 Y/)o&~)H帏T-(+we"v|U t;A.Drjv-;VU/y&S7ůFiwHզrt3L + rh&v~~2,|Khd; <M0Ծc+ };{UxEneqFζp;ӥ*R,mF~Z/թа#i @H;i"wraez+GG['hRe_qV(,srS,fJfG'K4.OJ5у'*Ҥ #=Z(C5o~Y8wאU]Z_ fUwRC,o_ Z \0.$m.E>ec WwvZ1.y3ϜP 16xՈu`B) Hz:w{|މG vK{.5oRV".陦Uh:j•ч pSC/,W[f  _tF-567׬ 0yx2Ԡqlܢ!淉 #y8.$n+7+9D/=u&L*lCe1XjNhXL-C5o-T#]E&\Eskr>n-NR4Ȟy;)StMՐ,O=A>kbms0N\0I I(R.sj9^e0-'xɟdFYH6=LEr$ПLVը=TfN4䡤wArIW5 v˙٢)SZmTtd#9YBZ`J>34>}h${Az*R-&냦Ǥy)f19C_cNM5E6sQS}Ğ_RkLBϫTbhB 7h(a.Sw& qQj)R UT|Q=H!2.] u 3,H6Gsy&SQ4e]9WF׻;E๴}~dp+8ӵ\?pEjTb7Yj)FoIЬb  7N$5^Ϟ|mqCG Km#^9_pU*f%S3w2 G]DŔ,"&لG{|,򙐏 pt׽eQE?}^X$ 2*! r!1A|2o{;52hbn^/R8Rttj!R/p̭o,ܹޢя[EȓFR8b7_?~d7}@ 6oًٷ-<Im/4-ve:">5 s@GVDjǪ2V˜Ð=,1]}8q=FjV{sS,ং V lz&D֧98xn\ԍ-x:B$rҳjC /ֈ^0/k[?htU<5^Ͷ@!j+WvWCnuw).V`)ؽ Uv5o6u=z3UjIqY)U/ [=!?ג\-AD_SvL^J=^e 2pwo} _w܆237̖Ɏn*+4Ϧb,a9dϐl3r~XbP-n لƜ' >6y<,qB{b]-;K "F:$X #?qEԒrMVp ,(HQr0[e8l~z6T%8$U<&+PD%*s.0x}+T`CP/!Xr3-L _>uKmo J`e k::$|>)h:/iCG rS<`ѓvKݽk#-׆wocN: +Ԃ-}UD_gp!GdAjN502এX+3o=_qCHGn Bsb.n= Bjhut=LST"kz`.T97S?1$xftEZ9bGX/4ߵu]9QT0 E$ޜ᡾ԗ*HJ z!)qvvc,C s‚ Eh70jUyG$ l1-N֯yrh#A1|YuuPjag;V7%  (ЬBޜAH9D,ӆi5r4s GTwcr^Y[{MOĿyWFC=  %:}=7O!#&Nc5Knw7@[;O:7α ~gD5)9]CIFDb 0='H_N ڋ{߻FqW(MǪ"PRћ]e)y+ #AؚW mw=hKm77,{  *8QZI3ݫ#4 ~b@Y҅=Kbs/T ;7C-Wr2Wj.h< , 6Vnd*ȢLV?;J$Fo>\:Gx8?ܨiLGK!o``dY3Qze;~ |1 \h3tB<F-nn[dg߄Dd]w#E`5CcɇQ6›y8$P2!e^+E;jJC1.;fw%N4ހ:2X ˦Z.x7,L4RTXW–x~ \z !؂9]tԨ"׾UzJI̺skZ'8^O!x308  9EkȌglUL` "4g_;YnTq׏Zf+r&`&BkoyޡVzAP`ecxîxHVjg4!;f<|lo~2ߌJE 7tkDAs.Ԡm+x>Pܱ*6s0V<z=X*l)u ѵI6yv{g nPoP[kB364q"FN6RmE/oSwEەRqH .Z'ݿ\&G0_E}wm<'2QdӢ1a |:gK[o-!ux4eF.K;=ݯ,9_k]%hՖ\@{HGHk)"?5i!#򺐙rE^l.Xϯ &aؿSʫwLOP{XƬNۣ! sj^SQ/>>]X_7ȁCHQI;)MZ1ƽUH_Ц!!l|#I/~ iX/Q`sgw\5-ScX=};-3ٷ&خ{)\D) U|@:)}ƕT.8$4`}L߿xmj{;1K=-]ƳѶ=5Kc*4P"ݛ=-Ng.6dWRF"٣vHV04xHoDJtnL#HL}q /ʴzA\+sA€oY*]KQ8@ܴU+O{?D-i1Wf%fgǰܒ)IKr^cUy>EďJy!E5x \# Z"S?)$mp )Ύe ЁU!~ބ>dɌZ߱ū _;~3N'zMaE{+*k:. 9 Vlk'f9\jV&="m)Yl3(}\˿?7cq%)uzPۻJ5"\F-_jQ#a'o9ط<94-z0N.J^\X=cg-l$Df/8ͺeDOE`m׳) 2 aXDrB$ pr~5m[jWYsS.Fa[ev0-2&h^wYocNx;,| slpn7"65zhgK%L)!mY3]WdN/Rin_d'=z3^Z4ˣBc:o3,3"H0[WđW!Z5zz8Z{Nˢjׁ S 6U~R@GzꝪ}v.Xq>k:Z*-Fej(ZobKO̎s Z S8o9wB1=HOɬM+6 ;̒g™f E>eߔiA#̮5W_"IUTo&_'!J s}Y+cnB<HEo%Wj,j~Uo}?* o $-2[-&G1QҳHh ZW$_.dn`\뜰c wO=Ok{=L>bJ-F7 ]VC`Xڱ ?x,sƍZ6 /H3I=Z_ueP_ @{]F@Y,f  å,,도d0?\hh9Σs{u3uO=Bىp tc ^S&eUկQ~^0?K"z>ۓ!?m,.m< aWd-` }5V/ U1|MY fz;x88o 981;coԠ^MOPӟVzz*!^c/lkQExktDiɇgGQhg1T.&@H OaI\V]D^Hُcm e _㰩9>8gΥMD @O.Y_׆mǮ9|>TpCi"=W/ʮ̍1ϐED| Sc@c16RX?->+wXz_ll#8۪uM"'-l$Ҹ>iNUF FD:%A$9Jܧ꫿op*2OdqlLa !ٖJ?DbfI/2R9տ8y6M.B\0(Fc;ݍQuE.859>$|IAYZRƚ'.Qǵrw6+n5Ҥ'5Gu&e3p{w;2]@Jk.-=CȾ!2G&춨"ܺZ"Nݯ,$1{j\4K4hΈI!!g܈s-~꓂- e:iLw2l>Y"Џ%x,_fF:},+PlWDdъԄ@.2F %wi]OK*~]]®^횼ēΓ%*Af‰_l蕹ecwЩ=cNi Ę VNr0iBz9&S'f A@lHӮ?I.s['YV .yH](\ -rdJ4=ߓJT/#fl$IrPm ϧtlسiGTB3h X`ic^.e+ތo- Ř{ᄶNz>gĤ࿳/ S_mI/$vSz}XWA^T&xc8+l0Ɗ&C t}ݲWx\zPиTNdyVm0F]<\dsd:H m1XX ~|$wac`o×OV<`V ;q^0؅Ԉb߲*GA[3&{; 74U\$eܞ5^% Q)v `8%^RYC}H(2gDP5cޘQ-1ƃl/,BceRc빓o5?`tDZ&/ሧK<IhJ:q:*W{een;I>$Λ[4}7?y @{JX^LA*3V%}A5S?+:Q@ `'hoT^8",l^8[EQ=^^R@~/d4;3ppK s:>ȩcXv}s&ΞI?&nB^SAw6*n|Ĺ2jicuy2C?ML 0 8zkfiR(>$ UXh0)1=Ù$عbjml훟Z} ~vmI PRR lfGvCz{|.󮭅lNRo˾篓ZC,9(3 DI7Y~*3=,>?[: Tr^"■9j &2)hr7Sp;ԇ1`(lSG@5A,33S5;`}X_`-+VBe{o \nKJ*FqqϦHӅ6۪2K4% ISiMYjSM}ኬi`~ Gd8N~I)|.$;㥚Mޭ~|jV"w^=Ro+-PKj%0;UR|aM;\A'Uɵ% u+eڐȜx,nUn;u~Dy̳xtJbLϜ 3'1lmg!_uCcX\`%쪎-DzUqe&W(Rl!3Zsg5T5ZZFz|:+zph) !2?J= XKप)SKk+ %0]BG?_j_t j*~?ݟRQGe20Ҟ! sěv|Q/d=9:cB3 )GrM;|nS{~K!D1fF6(ROc%CtNuI@*Rwh.Wꐻ{TGYǮMⰮ }YbXŏs*`c)!4&RTV*4lQ\*K[@[9ĀB6zjܙH{؋?ϟ^Y/܃3ˊl]香y@50jQEr.nuSf]\dmT jΤDc \ =.q_PIIK>L 94|'Gjۊc,ni .G2eW`^1b&沴("o tL`u li>EwIZ%wΔfR^]j7 \[O|7{er|h3EFHD>\ygO0UiB՝g i?kH C MB2(#+o&^1YߣT/ VQy)լ3Ds(݇mvJ컹W[7/coB\24zjdA# jTȰQz9H,:Ch޶⍮ɜ7x\chi*;֑DpsLZxoh@+ci6:fH#exoct!%tޯj%їkYCe@$BUɇ@5.b@$[{`b=p d0wP.O||~Z-m耲uzr3 햶 4"dwtu⠐|3qg-)D;;bnU&6.Frs`O]`2b_"4:,q/[o4Xzj6jx$ӸkxK(7ݺ{'D;tXSR!ݸ/~F9Ig-x˘J #}bI: T%|Dv0 2)8d@KlaK7^ [*,x]fݚmbtK4mJGL0YG<"Wx"vruM&#&J&.g^ xJPP 9|| Uz0:" yGKǭ`G¼K T8sN/fX38cڛˢÃ]Gs fE_tэ'mXGݵzg\9 5l6VբPQa&0f1jy6z {%'?v|dgo 0o d)0; &CM :(3,eyTG :qo]7g9-Ɲܑa\WL:$)a+fOorIM烸i&|8۽/ȷ+,[!l(.n>vF)> nߺ3jɓ=of}\E?V(巶2GdJ'՛a,&j uTZ#s֒Ȩ籴ENMnK?d4= ~It?My| * %ڜ%J(_{); vUIt:⴨&hp.iadj eKqZ^#"\o ual]z_PN/%CqBuw@`!(UWʝ}*n ]: @LJ*۰+_VS֎;q^,HN2w7Z څʊxiqfQy)P>+UY*?v^52|B 1˰^ER`ƒ`(iUYm 7f;Fz-G␪rz|+@)ŌΠbӢZqT!Q/fjpt <9iKtMX˪br# =`&Z.$"W6Rlṟ \xz *yVPI.n2RUJ"U[ ՀW\]@GR+,--yR@"<`SOfWD#A. PL/>fՉyiϥ/e7Vi8v-h )<=K mB-&'JV} s HA<MyR<nTGHк#f!c_b1 w!~bU3!5ISD tvf{Ÿ:&%=3s7)Ez" ؉A4*[ٰgHx fy|[cz0ؽ3$^EhďE 7m MBlz,K9XWX ߋ݊E#s FUwq_ B t-]8:qX@ Vp鮍xpGlo;%7~i_88"%p-iD=0C # \e­0fc0aJ>($6m/#; 0*tBKfՖ K=˲nj/; R{hKT6CfFiol(.y7%&c.=D]ZdcaZ1Rk5Ȱa6 y $P_~$^%3xr&Yb !_ hwt lz)cD#0bi7QGBfY Sm=V@w Sd0 M)RnbW-(Џt $b/SNJϡD5qK~S8SֺAr?Iwߨ#23*hS$OS)=|.Z|t/|fLs[_E=g+: j,WjB(Iyݺ\M}-6aѹ#wXb^tkD:tѢf1Sa^.l)}qsҩ%Lr{1_r?`Ay[>G:mϻbŪE-궋Al{a\ QQ©?xj`/) M_\/ce"6GT˙ wR`-D!Fzf PCK."Icήpǿ1,y'Xo+;ʞ2óVT9yEˇ HŋIDe+N%h+ևаɟ3bg|3)B-cYnxP2E;SHܐ \4Ny)}ȁ(gj^,$`3{$NLbpt;1bP1~ ecGkP#N|ӎiuә- E)ӯ“{Aቴ1 qO z2еnH< Xoҽ)&wY 7TWD_]!6,΢xʓ72ՖnyCM2M)A1`4;WKךˀcL:=r0}_/\jBP*Epc1RBz0>a'E8p ;y52$ e#%Uv+x$8<}W\\?!!K_˽זz2ld)~_1A.c4#|ǻcc8FRtpJuX"#Avbչ=pJt 8ꝗt'/驈P9PfkP%U>L4S+آ(gJݑR'k"4քi7 MEֹCCWhg>NH|"Z^%7@kaYR)An#c1Q]YϠxڭ'rh( :!^y ]؁"YhxOVT`׆En7Rh*s1>;ݦNlh1 (7o#} KJK2/e :_WMiM|̅m .u\%U~2!?h &Rgh]#?f_pd_\~s49.TF/ϤGzs>Y$.Li<>s!9vTU, ʤo<)G`E2N{ X (Dnb2xCI?@VgE75=&tm`Smq!|%>ޛmhk$T[L~ Jf^8l-"Yh5>t(5߿kT&'Aw%ng*Kv1ЖkLH10I|N#~]di]Dv`ICkDC?[!{DC&Q[Zf\F,Y?|j#_D4O Ơs!ڄ{H+VwۛsxxhJaoMk_D{D{>kaB |Du˒;t`C0)Zg_V:0l?k51[{ =)Z$IG2ڦ}ͧ՝/E2Ko-|(juqu j !bxyog ?vƍyl+%I_X.T!e@C2M٘dMRbmۤ<$] N7'gOUB'BVc^Yhॷx黑G"E~_XZorl>@|ئREZ,5`V`f3Q,1IC1"Ij@e[s{I-)G.YXᄧX)hqe=xu27†mgGpzu+AҀ܆Z||Rƶ+`t9m4pASޒL (rn0őĩ=+>j( E@Ӭ',m()P%بKv^OB:zAT>P%ݭnp/;Wu{!Jƃb =?5"C a5θ2Ua5vY. "p֒f%;MbHBj:>-O7$5Wh)I|}@%NUY!Cdꪓ~yEqRs.6 rf8^F->wj%(¿p iI6qdkFN8g8G7VJ2Iq2;J_or9fYwjD곕DV$Z X#E]x9NDx3\Gh:M-g'*Ψ/ !U}kkC;Ds#M Ql2B(kj׺BGxҴSo:hޣ(Ax~w|Ƌ$^>1pW|,IѾAoJŠ',zlQ%0D^ӱm_SN|5wCWyV3ԇA߱8Bʹ 2xKgRlWйv(aD1ٸrj R?d2n5BU{\x`؞HOʞ `㸏yIӾ#IZAvW #qʦf!.oh;WGq8D=ђ/ BjsUm!(coߨMvqhuiOԆG^?R`E'X{#T~ס6v\vDϒЍ]@t][x ͽwdby ܐ w(ۗvT7s܃K,|2&=mbeڙ|-nq?C:؁hDH(] z1[ۭο04=6-ns|)C3J%[ Za^7Xؔ }X* @iMqaFqB[nTb1L)hY'[@,>~Jm+X>Za".+ "4} kIZS19t3rctrHd4.54؎(.cc*򦑠#(|8)Ño() @jDϢi Obr/RQDVt%/)+ooI7 tZA;z6{e~l7UWt|فʕ$J%19eq}NKMz,_H6"ԩu3wuø-I^uP?:svEuWX@Ҽ##tcy(vG^_8q^zUDz.iň#mw6ڈnB8/Vˇq\K'V/6֬}`Wb}v6;+yb<@M.S$;eD#ͥ-.aZo:bF}zw'!t@PS>8{~P*&_ LFU(?pbm@ZzQ+p"nGC *7?lZx84D(Mі5 ^ Zuqץ?al8vFmp-V6DJ{k<-49'5tZ]]_ (qf|~U9T |**!O[3̲:+;!Pų3 #ٸ@auM(jYb\Kf?hqLsL%Vlv8ݷS肇x{~X@>% v[$x.V>lNETP{52e /|:UMX # 7by- q騀7f.!'fأ[B>V iry+^R Yб&*ӯ'W֖QLOT<z(hHűoj&NߺLЄ"+<)Qp`;𻾅HDD;B>G*&vuNs"pŅ~Fؾ q{=1{|DU,;M`?޶ԟ0}z{uډ8w4nXo}mv{*хJ9]JY (_wsrmvu Qܟ:.0?1}h: +aq"9 EZ^ "I.VШ ^]8m:Qu""]:JD(87Z5-Zd +Ǿg#:JC-< Qv ivp ?>~*/%\[kqwB57_acTxi["F Mhp')0C6j΅5As7t>ւ2A rg\ʋHeo1ub_FfqLf_ F Lרy9!i"Lı=U6TC}\= z02*7 dzDETR0Ktzwb9ݪQݱ z?h^m,SfR\|^eAHE/(8I3Ȟ$>El>߸ Qkbi5ue$*Mx>X-V!!lTL)Y Ai|ג ieH+wX ,DhA]J{aB<@qc/BP%D~#tio~ޝ]̅l/Nm1T7K0_N_dw[1󜈫 V=Sj-E5aT0vlx}JbkmJ 12^UEkNz|"hVq4fz'ڹQJ*x¿"Lr8b2fh3.ch٣AwܟS%{ gz5ŋ2˞Kb3_dy w5nuw~/\&zP\\dׄ Օ?Bj+/&KB(C&JԿЂ9Q$T] Taz8ٕr-^vKUegZr(S5<?zc Muc,gUα}.`}y}&$(aFQV88^V*D4IV:wʗ_\ nYHʰV|+{6Ou%w yWYL@/a+ pUwAî i`R]LD,>o 5p@}~(1(7joNbduE .J }q:}?|TEi~ PkB%'M^Z7^P@>D4yD ʢ~Or3X~a>J Uɏ]+xH+]H)JYnAѺkó&_2OcB{ٴ$Eʷ/G1N).A2~fᧀ$N~oK?oI]Û06gg~JH:JR b):%>?ӌO$fcT_pۯ(9hK=# y:uO+OdeذlӜ(nv^Śl8ú"~I}z j)D0^Լ@=_ !2=3Ww~Tǜ?&wR![N!X :1PˎYoİߣ˦#+\J;f!hiɪ֨fP"sh *rL>(+;4&4խ >sw 1"<}'gnV!'&p @7I P$}= ^?hӅlR!=c.;=t(ֶ/xne< l| qD Hgc<߿ږ&CDw|{'gwƪ,:=K0?@Eƞwh_U~"n^bZ*@*(T^jvlv䥔6F\&kHRp,K Zj=tvOݑ!/f &FBJ"-YARjpMͮR.K/}S7q p]c 6Hn VZO& h9KWh3zKdmkNoYHSB6xcJhRɋV,2iL.fZ4f> 2㘩ZWSb8 $z WK bjLkfhV|„&pЖA܌@NO+ɻ4Jb9{SOgc)d޿wbhd?hmn]jKC#n4w9D`NYwO#N$lyUa';N>7 Ckױɉ>~IV#'&ƒ!Ǒnv{|*7Ep @D 콂w'PնK֎i ?Q@jܴ;GRb߹ml"=VjsL'eL'X͘5$w7_g8Zn9I%er1B"ƇYIAu  8} z⚭pULWЂȯwu "uʚ"QƲs& vҧ!tۋel*3Y"3( mM:pAW8[]r,43J.!@؉=$e^ˆ:${ZfgsX[^=x6fNAerfQO0ג]$#NRxm$Մ"ȋ1I}O0ޠכZIQ3-Bذo_,.we(̃QP*y^+9P>=u.43su`0k |ntIQJڗgH"'ªu&+fwܺjXǷDh~bwv0*Aa=ҥ TX4hV>oÔ}ɭ pƗ%w9.B9c&Ԟ]}nzJEt2oPFG{-IifSk [u!erktȎ ?6~GK/g]7?%ӖmJ&@K凴8$u)Y00 !㓈9ji` oo[R{}H QTIbAr\tv(5cHpfhgDK*e`&Eq]~ VD 0П涍EQ'b])5*Z>rtT^YIΏ.E R0e=X|}dePMwjG8[X kNZ J*c|28IjtW'y+n#٤ G(e\iN =1)Щ-qHAHjc7̠fT<] (*ehڍ̱;C>T,\l>i\R'Z|./T%z5ݹ;Z3LLn.g `b,c:à%qNP$ 8Dwq+v2_.!^؁uZF7'ngUp\'{'-|X_#'-ǁMd'HΤQ_J>ՇM Btt)XNQ,@Eft,\?u:8n^YV3VRdm&&N_+sIY{ |K}͆~)|/>Sb&Fcwq/ ǔ[2b(6h;8_%Qj.0]|MtV[G*Aw sO9o+sߊfh %]@a5kCWevQ? Cᐜ^IoJ 8eǷO*IE!Q 2 ȳr g"(H vVѐ;,'kPS]^)V-( ?zJe\Ʋ -, >p{OۣJFZ2kDI~"|:Fy 2|z؅[0V c +Ok.lȰmqY_ RsflC!{LQihRXe6&5Dџ?+@M-!5rr>Tkۍ..ioPuH<BϿ`f4X!/*2b 9^XMZ*,C椷 F-3:cגՂZ>˃U`K+ӧOh:~7^ͿՄNpu1@DNWc:Bu.=7:٠}kNΠ!CGuQtR%-ېrfăSҔUTjl"BP *;#yi'<up \RP)+CLv#|2duYċ'4f͹47Q>;~$ * )5cj(_Ц<Q"/ÝiB|liwqy4Hs\jܗ:U^cl+Y^(u =&owgĆI}"VY^\1rdoeiHwR|o}I,_ջ>H΀1]^Ϝ,B\=wcݬW|ħ ZVe]i Ytc="5!8mqLe:Cؐ҅l7U۰ș]8ǂB~xyJZ0 <ދ&u K7Ghh*s:jff;SAlW TlP%޲ u% 3m#HVD_񚾵XV}ł:~W/X`kx^Y/Nk IWjC&\<HܠgMI)!vqPzAc47 7Kk\*R՚ĸGe#!=o\1cjgڨvםCxsǟNHQB>On$Z7sHuη& )jwWƑ!lljD ,BG.=. t5DΰϫRd斠/\q=,GQ8MH9T8! o!4 ͬ%?05)3CJC \М!DԘv 5.꣣r 0''A6R%7`I \]XN,MOV i!?Xl453Y kv$yG.;rmɨk  LhH *dʚ nc? %M "Kf(Y% 6QdډF7cH|gOͲ-}4՘_ 5[,\3{pHzbA 0Ĭa M(+AҮo 5>yHql␪Hdk bLg"ZioJF]eߩp.",~+wٳo'+E*HB_a,y҅_制 |qV=@Vav`"?-yJPƢD87s]&`D ? 񗺧WK:&%(JnlDgPL ¨$۱Zx[`;*¡%ޥ|ɏ_@v-cy0 PD4sg w,O!)J} DqzƦBS|6ߞau1?7 cԳL$,lz<_%77FT>69}(SHN 9kvPSUF7]KH[ZkK9ᓄDZ=wG̤ܜ 6,AAXµ49Uemxfg-7 ժ[8],^V{AU:ja.>/5eP;H #L L߸ 3|[uWAS#Ok]-r*Q/𡭸0fn&,&Js|H`ΪnmRn#W /KyJ:ȼ, )~4_xIdeᄎY2+;mD }/jE T'Q}s&xC[*K:Lvfy'UhtWQ%&SN9UeWp,C$!d^c+i]"n|lbZv.6qg~J @qYolm%Xu_㯮MY(w\xa=νAC6Iثni=zJAԁ ,w7 +`@bmR l|ɂv5A! ҈&k6Vx'MkVw]5g! |r9~ΥdS—mt<ЦAA֧Su;7+LInqhA*\tl)?_a'r(\>R*Ads_l .#05nGɪMS_ Db+ JXjm 0Qߗs@NE&4n ySӃ&6UŪA6kT<.7{ӿM6ӋfWZta:XeZE*vtl طTw]^"ɥDEy!Wi*s z쟖='qƳ2;N6LLXCPERu bk2s[cUJ&hko~}hЍ~f˓c݊O YRp0収dQ[G'FS0./ۙef-)rc!%%͝Bv.+%kUIzsI}~y[QSyZ%bۨVnyFa5cϒG6p:Uz#Ѭ]bö\Eùt'-U0 U*HW-u~p O~wXq.QY)o"j$A > a4b9g4jQOD:v6brG0C[^X~Z%^\f<ė|h}-\xg.&hwZPN,~~M4TtW"85Uv&YaP'h3Ē>UJtXe(;rUD4Dg(8O[ruyŷgy°Q0:> Ay*!EDx"MZn #Eh7(ʑlA@b"oDNJG X 8Msd6_H"`8!+lVM!)Uk'O3k>& nR,?SM+RPi\->(YerncL}vHz@;hí,ka!CJ| ~`dU6,RKᣬ S8)?o;owsĹ4(5=v3KRn,_;SY$zR_ΰМV!GSe^o`yg=}LX!L[|Jelqq 5e>(=[@>b&u'l[ fYth҈jUȜv\v`N\!G+m4AJNV"V.O Eu2Z~"6QVgAK:tEF@gk˭˳D} kݛ N~ltOxQ6@(;-w}**ϛC9D ~1<9K4b":6&rH)Un  ?`\*)5f@y!W H%bحBeOTC%61j?ofQ\}dVm.{ 'B1AcqV)#IXwo߉=봕1{WLo7T|<=ߚ>w\ΧKpBɘ">"A3?x~Q€@`=R>& CmꉷX'S}Ny<掇xXؔN))h{VՇt~T9ު7EͲetM^tf]^ kaPGIճY>$o!y8v9NZ&4k CA=牋=8FѺV~+9+J7В0"̠B CT̓$̳ 's:mzgqN%J~v^ 4nuX / LR8[q'\^Ju\r+P *xXUCߟ*VP@\K$v{o!8+cfU?dȀ{=*s=zZoWOeDmبu~l|VTfv2:Sbѵʸ3B\O *&eU.4.Rk,JU8WS;bMn7A (^!GiJ8c3 Q_oRt ="¬uxlպn:Si( KInqNQ#!s7+>Bz.`{ Ro4jZT9)l>d`vb`1szEG va!((*x*4zC\bO]qeq_ŸC攋+ 81L ǠJCFTL4 ܏+(/)фCjπÓ T f0|9Xe,]&<3XH:QmѢw吂$8Qj(BַZ7@#hܮ)>ĥkW!%7hAGm|,T^Vo&FX1j3GGl 9E@T'2#/imT$Nj;]8ۇt-{6a^I"b59<ͭJQD*0ntFV t6~.Ev/<Q*@:G-ơfD5&}FIg}E8ǁw!iZ{c)l H5˦BϝS[C}9$#L,ް $hh^ vR -΁NL㸭 S&\ ϱwMT} u;? xe#x{m~LU*Owh$B+ YNGS{J0mKI G\++8l0PXϢlU{j&3Bj[/a᠍QӻZ'oo7q_  4 F@@or0?S#!"AteXQۘ9S6h.b0tAǫ_Z_fC5_*.Lr_+4=yzhүK" 1Ӹ+fjƷ3>Ж`t1[#UR"3Hc\ǶRnp?]|LH1%qsu=*QM xc?owdA(Ow}&Rmk` 0"?w G2.Skd¹\9#3酷6O{aG#]G]GrBO;csQ)֪J4C]NMdJ: vCÿo"3o9h񞼙2: P}aIp;,3D&-M^U}Wݿlt9Ylsb8:v')Yc㸲Kw$1*)rjcq*;V_>6D@tU>,K6ZUnRӔie}z,U>U#y!,"Ѧ_=fb gHO0ǸP)9n,Z$زg'TG pw{G vi"4{zH>TJs,$4Lo S\ o *F_4^Al BqQ2\Ѯn]m,W524s:urzF`(Θj K#Db/V 1!Ypåq$rܵ.R̖SN9?L@_BM8ƱFH]MV4gu==EBI9R^Leg44 0 :끛_h a`*7{:e HV>cй`i5LCCݚu$bIUGv< 3*'yt9I~'o1G9]P"t&E+bGYWs3dx>ĸ,Ƚg2츫e }ΩX;y#VXKUGyQv1T]'{0 Rgrx ݾ违1*1smJg x(>ꋫ3 5UcX_|;w %' G;Nos bn Ϙ3l۷#ƮW3=e Izծ; 3(twڙ`{p IPʼHɦ?|dc#SsҫAL:Zΰrr ĤZ4:NHmǩQ$h?¶2ũCS9n2)cZ@ITg {[o ۽C.'Ӵb̫BK\ yeФ|%h$2~4+id;9dbyqtօe]^[Xa~3Ӌ rO p#3/.lqDD[5Jxm}kpl?G/Oh`Jǿ#:h CL8n0@fknm>yGE'SH|\j-B?\%q+9SHС>2vIK{KP_[\X`JʍEV#q" !X}¾R򦆱ẞs X3XϜ9 kyob{g8 Ku*.t'[͓}uQiG CabM35Sa.ͧ¿ &|*{ܴ9o Gr! gOlʤB6%ZZS-G[l@WIR]ET14*.֔`sYlBSu*:kZ0߼4sb{MI-}nx,읂~˾ f "Mԝ/ Z:F %Dgf*H`&e*ZMm;|\yiMvw+;>4t얛`{zQoo-iڙ>Xr뮛+8n=Y,/㖠̚2Cٕئ۩$aa;cA_VE%#R؃[ɡO}$Q&="VH;t0雂<l|;j B9TT0 bO(c0(qRЄ㦊5CCMv!^=iBoz N؋+btc?|juw=pw<Ϲф^mHVlCGm :rX3¡@30 -J2X)܀6U蛪q݄D-@ϷY^0#01j!v.Fv.Mԍm>E6w${/IO)G?k*R;|Hz1N$]uW9\r~,=6ߝb,VibO˩U=|&UA ZdL܈?uޤl?'ǜղ3? *5q3h(wؿSox,?:B+WW@+6I/J># ¸S.}$q.wl+ $mV?7/?z7ߏRi*`ylj]۾]TH;OU&xE2n>估E/t܊ޓ"aIJ ȋR셴&@pT1F#" W`񅹑< ,~0 Ա~˰HWڅ:'qH[i:ݣ\;i&D`^v7#}eUv kmKuUg篬DH]G9o8^6Rki֒Iȹt'75?*feTrMO;@QyCrLk4\."]z/=V[)sf#:5"uivF/ytm? A:_ |!q!Y"()+M#6Yz ndD2.<10t^Zj3$':\vvZLu1>Z.ǠIbaTaY(5:KtZBkԬw1Ǥ jh.E޼Tv.p!<ęR y@cWbc8gtaf~’"xxq#BӅ\5`.h.z/0}^fWW[$WTר^CbŃ*:D6c(T;O1LУ+=/;bm&DsG@%57ItfM5rC[dYH+]'<!,Yg[?> e PBM9%md{9NIuMT2'~~e D$,ԘĞQY oȮ\rG/#G&/HIa#Ѹ\˛/g}T3[+'FR4#mI##F\/5Y] ~Wmg6xl։O)+נDDt/_&vCl~^7)w0=68R D۳*W=gΛ~Z bNC?R|*5r2{ф{_t>K$X-%q|X E4]eiG{Xkg:Xi:SSQ҉Y:Xfzr)=aSm۴0c<WHՈ4&]-u%ַR׮7ۚO8p>My[U]5lT/!r'7C$)7lχEt@qK펿*'C)'AysW0;:m |Zgkc[m{\dO(m5\|=U5A`8`S a 1Xn!<xn.7X 84_Y\jZmq%$ /p;vy7.z47Oi[)ClHk0>|_bl_'rw*S*"ˌ($S]}~Y>ECP5n^C.O[ x86|)\8Y : H F],g7=KTC@:Q +#ܹFmt}nZ+S;3GBC>apC\3#CZEbwnČ۞) \ag}ϗ{/NѴQm0w1T*~vߘAwz+)6I+7-WESY#>k %QrVRñcpHOT#=|(GzWl CCPۨj܄ḉBcuMչFA:Yk鬖k%@ǂܸ$gEvI[Ґ+B": T]14XւBAӺ3v(uf;X98Lȶ4t:zz;m ua-ݶWK}}Ʒ#]:{Wו4=C\Df'o\=!unXXf#ѭs֟O?sL !zkkQ $*+^ Kݬ'pǮًjݫ$^ R{϶w99,[,K4E*LZ G/>vxMn7Pt" 㿍#bxX 94}}ǸsF[_:+Qiߝ%] 8{WIWc[|1=_y:yil;B}]FO|~k"Ȑ X1DIou%HQw_O!~]qr%)U@u KF{:SA2 08`†1?VQ?UEԪWŚ\ƉY{)+z0YC؈X0\TG7 'ȫmֻ/%Xo 6E2HkZ.dR L{Wd"Y߬pTa8wl 3F4[kCN`ә:a%ذDJjd0 tn֑5.umGB{SIDx@?\Q8R9JOFI=Iim@hl|Ng Wx5AWɻ)^a;2USAɟۡ_&hߕ c)]+aٞҾDO\v-Ҏ]@B#a \"GV.KkP83s@vCZ V'2O5BO[^ͫ60*!Aq=zxh_L̠+I>sq=p`t8Ӧ>ǪS_ٙNY(!S1tub|T?x.#㾀y-3:uG2FLf*veIC3>@cܧd0ꦯe!ì(Iw>:R۾b b4c;x3k9gE7P<g?jnhN*=%ηo܌ao ~uJGB솒ѕNNV]ɫOr]|bze +7(k]7^G\y眈r=Db&Dpe>40G<_4ah_cs)4rOdϻX.oW*w&P%DTtxQPdeؕJ^fm$7[zih5{=P(wEA"̆͘O{IR>hQnh1H-|=*+ap^1XgA 7$3yT M^yUə"x]N_yXـZ|⏷iCX OGF2f83Z%9-=lLlA2wo 7دA/|v1t #ձLPB굗b *'v ztZM;E"1 VFJM}^uKdA6Qm5n f *K0|Z\'\م~&Z]ÂuD%yʹIѭ*X3qI &&kDLPs@D B_4q+_XL~bYF'׃_Z6rۀ%2XNNg<&w9ʕ{]}#oEK1*rᮜ(}u:/M\d|,ʏ513:= +21w%-J0̒|jTAxб]u@*J1鵖-,%vm^ENLtǂ y/I$KTSoWq-xTx '5>c`!"4XYAe,gѓvsT3.SԠV(z3V#t뱆 Gn ]bHi)1" 9F^TKwDi Z@9n|7jVFZ~N J[&s;燧’uV U&Z CkJ.xG@ΌN+/cyv\Bcz%SJCxyf/6ڐGjS Bmm[0yYx@eH*U _8 )v!u'qku;"(oҝ[f-zvF *Pg%FדnWv3+kGpM,m/cg3hs&3, >D@JVahPW@~Niƿ BPt!{m$0*Z2R9{JIP^꯭I->?Y㠟r .'bLAaE$ ( hHH XH2֘?g9!ˮ6f.mW"~#KxH ffJ <}θ:1s dyYkx=`hf`#y>pۈnլJAcXv?ۅD%%l"rS89! *TYr0?4BE~rPAv75&~lE@EzN0`΋ lkY0E8xrU͛yn#zűyQ)| ޙ#j%{; hE;bs+R=5}<6&cG&aqm ϚK{ߙ0*-Fc%^uaWyAI C[y\JO{6WY S9Z[=3^@PRlF][01נAZ\87b=0=03mB)|xTWl!+ fEYu/*Ul!Zbsz|'_I4t1<ͨƷܑ|VCW=PU\y+*E.:(J!&CW8A/uT6ϓT4}=%n~? e<)]36k(7:|Z"8ٵ EjywH_[څ hc1#)5Z'n1 3}B=t.AXP$" v<.iސMHyXqlԎw<1eȍHO\9~>Bue8uc/p`~I[h"396gw+b?4|W!3γ$C-n5c1V g1荶]+Ϳ:<'pï<^abZvE= HɭLԦԴn~b1N`fŶb_)%a=rPe}0I \{C<? }FC , [;JPdpDd3Y7"agޙިGh}2r@]FBbNo1ҫumG <7Y- &Ao CvUbK tcڰ+S}7;\+QouNLp][}+*SbbBw /.~Mkb{cG+=E ֶF(ݵOf= Q3rܟTt(F lYBTJЊeUP@?Q 6GQnء̘K$E, 49N3J0I]kiyGOϬt+) $gyv*I̓d{[ӝ`%MlBW"|sC B;d? Jp_4+C6%P,[0` Ԅؿݻ=$%Q񜵞v4\D:cv[CU6,˔}z$"^|!TPAh)?|M鍏}DUWX:GWq1|K~PcM8Z`(d3>M}> '/L<6qx :-g6{X'rU[h(rk|8TMs@,:<$n\tt={{g*3wBpPf(*1&@,/F"1aAKMxD^I7~9ŰEUJ6ijmo=Y']d%,B\Yz VR]q`ă\Ȩ|ִwdEVv5-u#}󤒻33H~&՞ Hj0@*x* )B>7, etRDI;վr JzfR֖o$HʀUuR' X*ZW)@z薗( $PN}9B2tKV,UV#9b^B̆Pq*],:_Jrf5/-tOQ-#6~`R zJRc/5cB &'_sqAD˙KM!H‚z c lvR߳.ؿr/k@?~8{I"ҭ6$U Wvt U]~AD oݪApZ:=JF;IQ*hIUD,d@V/LzVz>\40 YUxNkT)l])M̡. p{!-+4M#n? Lp|FcrCwb*P0^#o1?}wn÷ve o'DA ϙ-FOHo:=ߓ^/;i9V@:XC0rV [Qs7G\͚{x ;6(؉NmEst(@x O_] W?^xi9w71?j>^ր{_ٽ@&c2 EjsK(Iŀ=^~m*t^m@2qCl_j:Z+Ĺm";jlyx6 ~4`<-& ["0.¾j:F_.e)9nr*]YN86(D+#JwcOr$VMq ͤW wo9Dl qe@8-W``lqJ2K [z(aam$e>%hdXԐy PkafhÎQe^B3pÈADqßˡFa`Ox 7T*t[ҿɊsDJywZ) ( $ *EPg  o"*>3}gˤ[2{?1Ri6/ ހ%L\a߸d6,ȯfNʳ*@B%lGq` $Ӷv#EobT¨DUY?:,r\[ݧ6­{-RsIG}Wlq]\T.|~!IѦtȺ<!Z mI/?/=_=->iX@[D"4QGEy4_bY&k P+62H_XX_Ds%v|d[.|Ⳕ j.qdbzGwk+T"XZNCڽKy!P#lUj C0Ԝ(FʹZeJ1~m#Rs$._shTAH"׿@U](WS]bS\xUoWA->-߫~.ȶ|$'JQ/ɱ L0m{|eA\7d솲 'Ŵ_]BV__}*|䈦Gzw鮔}ke.`́PO/bJ&t) [jU O>fyJD;K{k0@r'nTb=t9G 5IOV8{ИlE"rDŽY}Edt01ϼ@emG ܤ!Αid6v_ƭ\Ybzfve@>WCƊsMJE,aIї\((il!sc|mZT#>`"yPwJQ_Ζx] W"Z(R{xBŷ&׉ګKlz:_fn@dZ&ݡW_q(5.e&s>ޟݨk>g,z$R-FʓL%àϤ8JI ?5lF öSH)knZ!ޥi'V^g2m~ ئ]&>Z 4t 5)_c[pvJЯ&:kU@f;5RaRN̫@Eo'7%eP_r>MҤ^T$¢ u DrIBw""72n 5Mc`b&U0 ^ì_]E3n[<}1l9aX(ΧG6,vq'c??կb'6^PQ7'kMR0nj]{Kz;p#۹z$+#A~;4U(!I%tyC7ZO {@IgQOᬝ.~v[#;)Kil 0_5Nu8%7>ja~ 'uo3K>R:9tۡ|3Fe0RGkSL[|g,xARa^p+, vu'vREm;#+ gXy sI! !5,S }GSɝkb,"eۻJg=ocoͼbnN\`"V{,0-[Vi4&i3dDO7EI)mpP,yIT?v2p>^ћۤ%gxzF RgqN)FQl8En~ɧ:EQX!g?lGʼnFΉe Y_Q| MC˷;07ϻwT0IvٴHڣ> (GOaY8̜iؚ >7{fGB.joJt ,98Fl}huOx7fpM( %$Lwu]Lc9H+e{6IK);JXpm>^ D1m^ z-I8<ދlŸ́a:2#E8[(4|Jg$bANI e>f Z>Jxc*]8 /Zp(g]AтD˨nd1d~~ '<=R+bn;Ss>G,2s ]yNg_qn3W4X'".WVdzk`S8*ٹ^K'@D>r6U싒 ,1 ADaQNY*JZ|+~p+6wd5F>"7Au׼s x?d_oJCPu( ,;^rMkdkv t<3GQ #yyHѵm:!yQwq&78ewi ,[} HP6K:8a],cPY?m@k15&36u)bsıF\-{% l.~k' !I" oj!u~νq: <1CEk"X]ݓ{H:Ͽ'3FǗm`MֽR۵DF=k})Qx x;R%8[.̰M;BU:rlM-z[?;J\mWd ~`AXW>_z筈S" ;,=j"sOE=pc\:-ojx7h{&uUcHU5 4ɍ!dž(6Ɓ&s'*`.e:scj\/rXasQf6(]/"!KD&*=<_~Uh*ڱG.t!FGQvdJ9 wW_œtgHx0vL$H֐NpB 0 5lVyp.T#* sbqe>5Խʡ3l_>pQ\ƽ>!oe!Qe1HO8L{ _ڛ]ZFK]~ȏf{659 ]"j~ljⴗTE0Li(ԅu9uk #~\>V^P\Dn \%_4Q}Q2ѫnf8#0oS}sx؇="Iv. O:R%- TG,6=Rf%u쌥/cu*OĜZD`щzѶD>ot 9@%Aa3Ըhx f5sِ*7W*^3f׫.)wŴ0s4jm-uY?V5bťIn0VwNC0l|QB/i:Ix=ϑ[^-b=9}lݺ\RJFzeh@A[_f)ۅS$HĘׂ?M< %}iCk y_OTlS*|c}qxE5à P̌+Q! Z ވf'Uնxf12k_zi2\Y؉@&WŭJ@'PVg¸q@yp6{. a֣ Re>;[cnX!vME6QFk 4S$?oq 10pc1]K/ԀL5k@NMhK(Bȩm՜/wpS.R Ek6| nz+>^b-+xauk4"W_!/P[n-QD%. c|<=OQ|k,`^l Xw[\/Wy-,M[RZ0"?{l}{BZn߰8|DInJ 0(5MldƱ8al ֲhx?i3J(G!\R{! ܵ]3*E1](8rY[.jb"O4L*}nS>*9>jz<ݛOpqzӪj%2uɝ*4;\^1 oE>wCOÔոӢA֞hJ`Md3[+)+9-ЧOE5VnNΌ"ۈoQl!qp"Bst͊Z tG7#JaIJD9̑2AtU7 vCDr܉& )+4qzJ4v稾oLT!o '_L$hR0._q|gxTd?k< \2.;z6dPpgMr=l\ZEs ]Eu=Aus_V VbM}52֏NؑN.lcrSa!,_'KYUIC&^՗j[ԭqRfPq,,:D(Yj*D]M>J(H;Ēj+!NS7|,7Rrv\Dۖyó͐Ra]3Oњ'".gǵӠWWo\<qT.|_O,;#GM)ڽb`_!C#zǦʇҙ Tͣ#*&EbƤΈy:xԹzNufD\_*5ؔ}p(tX"\})[4@#B4ğ4ْķo+,eM6AgpjuuׅK H7'I61׬o02~>sQW.XxeϒLvgdԀH8aA5Ǎőp_Ί3.`1+V2C#g`q8L)1M`M}'}mm2H٦Cv%\ Qh"h6va]dS͗6cRlKl_7曷+z5JuٟC_HI4A@P(ŐgavϠ@5#n=%6/ET|b9j-ϟє ]EGbƬ.a*.P"(䋼RDMkןLr HP"ZBJ?mW c'NcWӛ:YFĶ9$eGh+ṵL'g!Zø` Ox6v|[GS|}2ѕ .nRbgzFQ4:6vѽI~^" RrXKpy/Jz/o'޵71{q܀Zh2@TTϜ-0JOK, }ovU7ʦ 7uuƓJNm>ժD9)zF0C ʟEE YVUpqII@|!N3=k5O@JIfu3%V5C5-as|79@ ϳ$G~z?wJ׸+s@9 y/pJwwZb,73~C(/4ǜ.ĬZ77AMÉ6.ѫ(RPabQ9}orEVk;+=2#kդ,pX[ L\pjR)`]|?C&D67qlƚ*mXӓݕԚ_ߟh 逨"#ݝ$Ug,Ĉ솳5#q;du̞ #\lۀ\Xб}G4D]̄&`\Stq?;_JjY-S<ܿ; r{_gKs+~gЍK&pub0l5TVZ>͖Rr3܂}qڄhQDo.}fOS *N-S] o^|ޙ[IxWG@a!SNO s87܈X}+S?f3 If[ ꇕqdcV?IUiNEcu\xZ6brUH-' j ==z^5+SN LcYw;漁$d"a|e)DjXYX"Or[3_(p.a3 [DXLْ83__@/:7S$d۾nOŶiU(Sʵ#œԃ]*iA\^W?HIԞ~Jh%ڑƕPu@4 @3:#'kT ~/9NڡLhM6drnVP0٠X(Qm{A@qk QF՛X^~lpF#X{~yf}@Js#(9eST>xjߙƫ$xSA/,D tcZN"N$+f%.i.bQ#7 BP{ ,˰bKy9D#-BϚur![P8Y/!D\ptMgDv7L%h= \ʮpT 7xgؠvVRt0a*ѱۊ-zf<+۰&u ݢ2O?ZyH_=x1?_J72LԂ3PLG#ˮaQ3vruK} tF3upnmiYo"t4׹-<[~?/aYQ)v{v Q,<\ DųUf<*I >" u0l}!3n7by]dA` k4lOVtQ?LEa\ 4nY`>!Av ̰WǥưnS-(33\gkUbI^w;ӻކs,6^,ӥSFyeZPGɖ": ?~@EBCdeV+.EMl".)e76JRZYjPC7ȴ i*\16$\2n {BEl7C9KIL%(BK$lWFpz:ƣ#ukl-/הԢ)ڤLޗ_l-": gש\ߴp@U|| D-x"2woٜoh;hm6:V;04BFJ+6lJ0}@+:_DQؚY Y67C2OS9N^q`49q}rיdyOA3Y&Aj?IQ5ϰa:ЉFghAB4Ǐ 2eFpxw3eCTlPO0N]?+ҧ*VHxQ% {4Ac%PZ y5kϚ {JO7@ m NMB@0q| **#W8!^q`R?7JtC5`.H*Knj]m7 B|)#o+YQ1hNHxO>JXBj006 :3fI^bǘVlj+Jf;FjfHɈJo ̦cP~ݗxt}ߠ4v-1r*Ζ3<ɚ<'<"+94c̪1*\WJ6\_zz/Z#A|rmt?MEH|mA#$p5sfSMvUmao{?< ctv2K<%0a -ГoW*jXR΍!iŷ^XM1Z@oAM  -SI7ݒϦ c',̸(yWXVq"/%Z;2l 5.۲ۚ)mqy7S q j4ɉ}ĈyԍF &< BDGP҂-`7)0_-^,@UXq1m,OFҏPä/jKtӖBmb l'I4y̴4^&kyq6}^ip6D1.o>)cY'Œߤ6LG@2[[|۫uIvAqKNIH0s{#0pZ=ύ֜QCE6(D`IN@n/&S!i#^-≌e !i0s<jilUC}~˖]iѣ2W/1¶rN)D_MؒԿ]pJx#"8*5DkvV]/̡t?RZLkvw{`w'(ogMO,"RXEMPLJl33 AeC~/edog֬ ur>Z==Zb$F oYV. VA "Yv2׶m߼Ѣ&F5W$'T Ly'F ݰ=UûQVZHO*h) Hz.IOYf5M?Kn.w0S&H7$@2D\8 PWoFfQb?*פl1z̖H.I7oR~v חF)ʋlxٸ7)W|sX;f *}gkdzAf{;O<ڹmŤ̺#1"kxܜ [э~me]cm>/V%0<ު>J*n@x2P)Y]3?+W'Y1{1mI\M-psA"]tfԯVب[B3h>lN<5cVJ:[STv`PrZ4eb4ST7_zܝŨMeR__IK؃_Wx)tyknT$MfpR/V'J] [A^wx,o1W7|icUaܳ^vSDylC+c_TFCxkn}!Z+ 侥Tcȧ?1\YY.ӥat&F|U>0O# dgYvo4)\(a${s0 ^Jd]<\ZҼ^kVό!ue#CBK{AW/~ ?o4'!P&V-AzDvi֟N=9@,VZYw6?Q#PaOUh@s ]`HX-9`Sq{}dmW1|P $bbpg15(!/_$F;nT$<.#˿MY&:v %䝔'`W2y h]Jj#XiJzFepirv:#؜ ݣtDTt'<d0Z#wE1j4rL#`Cĭ< ʱUb)0Vk%H.9Q: U!բ*]ZZ)R%O9uxrV=L۷ Xw6ņog=9$XI;ߴH\2AR ogf/0K8LI`~䧠gQ;bnhn* ^NZw L` e7=DdY 7 9c1NlYTÞ+~ D'!c< (̱D$1fd!2cmOUB C?}itú.\ 7bc* :LJ ;W> i9ix½~AV.eYJOH-G AZ؉H&sܹgxGSFMhNZG&ɑPC^>71ߴ"'PPcMDFtt@8SgI/դOw5i?Kti13ہ#lVO%]|ՙ aؗhhց/߮ю1v=>;q8yPPƹvmfd_3Z$)NF`S9&6`u*{e@P'v:Z=lp,o\`̜nI9.\]`7rSCT14=cH4Y m+Guܫ_n[|RnaFFy~4%f^OK3'C䮈輪"%C{Ws8:k#& )J왢B7h_/a_qrlg%nxjoemɧ]^ڍ`Wk../ ֻrVf6 ^鿩p4<8I! *0`D%CޣJX<}e Oe~hzQz&5sf:^䥄[Sdh4絖r)/k=XM%Nq%qv1̢RfS{&7q(ؘܖgHFq(&q ^w@[?!v]vU]ULV;/#*U$1'Hq"0V4WS HC0]UIwS[N?Xvx[|P8^u'di~Ɂ ,xS#dOq: 2<dtY2]]rOe B9C(%; Yxz3ץs0teoG?D` 77lIN>rf.SBN~޴ͳ$Ft;WXΈDr|qح{_S|O4᳏`USS7j~$63 :I4h{* bvHCwnoE}g+BVc|׷6^i7~umAxoR(nfK8?3ǵ{#L&j)1P̡?UtԈ#%6 + A8<,K%ȯ}L2 Y К$rkA| 6 %- [i~36A_.tHdn'_7l7h8)R퓩bK^:NJTJOI[܌%\{e'dpz7Lựp0PDY O:n.c')SkoTy76,TPg 2 YZ