apache2-worker-2.4.43-3.25.1 >  A a=p9|u[l Qt;?ASޢ-F-!P7"454 Wc1Hnb?}t $Grq{*-L>| }=}4;J mxi[LuKe-5B8jjBHewɝ@ 8k_F ǧ^]ZRJ0Ȇ*C%ܥ6aN$WQjn<:u G",M&`^˝8624fe4ad4ce7fe67214004650887f2c52727230fba1cd4d6654035635babe2c6ea77627309d9fc65fba7206fdc40ff84442df47a=p9|"waܣYmS.G}&cKgp[;S.DPѶ3ś~m =ă`hC~H( B=tI6ݱc6-oL(^_G!Bid}s[WXcmHGC-vGʧ6/#_!l5RBGmdC;U\r/8b+fi )~Us۱4:}(M%l젡j.s银L],Vb |>pDW?Wpd  M $8<Uv   |y `y  Ry  Dy (y !y 8yy!yy##y%& &\('((_8(h9*:6R>;e@;oF;yG;yH=|yI?`yX?Y?\@y]Ay^J"bJTcJdKeKfKlKuKyvMwNyxPyyRzRSWW W$W*WlCapache2-worker2.4.433.25.1Apache 2 worker MPM (Multi-Processing Module)The worker MPM (multi-Processing Module) implementing a hybrid multi-threaded multi-process web server. This combination offers a performance boost and retains some of the stability of the multi-process model.aApache-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!  @%%$$$$&&   " Z Aa. [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-lx2160ardb-1 1629109459  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy2.4.43-3.25.12.4.43-3.25.1apache2-workermod_access_compat.somod_actions.somod_alias.somod_allowmethods.somod_asis.somod_auth_basic.somod_auth_digest.somod_auth_form.somod_authn_anon.somod_authn_core.somod_authn_dbd.somod_authn_dbm.somod_authn_file.somod_authn_socache.somod_authnz_fcgi.somod_authnz_ldap.somod_authz_core.somod_authz_dbd.somod_authz_dbm.somod_authz_groupfile.somod_authz_host.somod_authz_owner.somod_authz_user.somod_autoindex.somod_brotli.somod_bucketeer.somod_buffer.somod_cache.somod_cache_disk.somod_cache_socache.somod_case_filter.somod_case_filter_in.somod_cgid.somod_charset_lite.somod_data.somod_dav.somod_dav_fs.somod_dav_lock.somod_dbd.somod_deflate.somod_dialup.somod_dir.somod_dumpio.somod_echo.somod_env.somod_expires.somod_ext_filter.somod_file_cache.somod_filter.somod_headers.somod_heartmonitor.somod_http2.somod_imagemap.somod_include.somod_info.somod_lbmethod_bybusyness.somod_lbmethod_byrequests.somod_lbmethod_bytraffic.somod_lbmethod_heartbeat.somod_ldap.somod_log_config.somod_log_debug.somod_log_forensic.somod_logio.somod_lua.somod_macro.somod_mime.somod_mime_magic.somod_negotiation.somod_optional_fn_export.somod_optional_fn_import.somod_optional_hook_export.somod_optional_hook_import.somod_proxy.somod_proxy_ajp.somod_proxy_balancer.somod_proxy_connect.somod_proxy_express.somod_proxy_fcgi.somod_proxy_fdpass.somod_proxy_ftp.somod_proxy_hcheck.somod_proxy_html.somod_proxy_http.somod_proxy_http2.somod_proxy_scgi.somod_proxy_uwsgi.somod_proxy_wstunnel.somod_ratelimit.somod_reflector.somod_remoteip.somod_reqtimeout.somod_request.somod_rewrite.somod_sed.somod_session.somod_session_cookie.somod_session_crypto.somod_session_dbd.somod_setenvif.somod_slotmem_plain.somod_slotmem_shm.somod_socache_dbm.somod_socache_memcache.somod_socache_redis.somod_socache_shmcb.somod_speling.somod_ssl.somod_status.somod_substitute.somod_suexec.somod_unique_id.somod_userdir.somod_usertrack.somod_version.somod_vhost_alias.somod_watchdog.somod_xml2enc.sohttpd-workerhttpd2-worker/usr/lib64//usr/lib64/apache2-worker//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:20866/SUSE_SLE-15-SP2_Update/37c69098f6185b2744d41cf8527d48b0-apache2.SUSE_SLE-15-SP2_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=71062a15a520f91768157239dd7aff96c15417d3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=cf09c9aed0ea43049de6fcd719b8f68ca283afbe, for GNU/Linux 3.7.0, stripped RR R R R RRRR R R RRRR R Rħa$= 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-850c13e9dbc6c293e0323bb36820105dd1a70775acad26aeb3f9f48b1b523998f?7zXZ !t/k] crt:bLL P_|"ÒϱIЀ>*,,۟} ;}%?q""7Xę_i=?i'L$,{g_kfū[)En.f>xO$̣@2Cy0aCll"wh&Z(xY5ۋ*l9*$~ܰN >+vMX=ĸ =5=\/awifFu`>uϚv ٞ0j@kn8tӓIkh阜|W"O߄p}h5k6O=B@U 0,)zru~^Y(ND6aj:R°jg/䌡 Lqu9uGx}ԩa+Fs{(y\{@#=Dņ֣J-e97}s0& 2!ͤȿ٥yBьGP+ï oOxFj4c'I) 3 r;BS0]/|N Y^Z.bJak'Y>. B/(AJqtm5*acJxY7pU a4F-(DIN]L͈U9as6D Xv/w΍d^/v Gj+NI֞ݰ) 30cV"- /bWY|[oS&[8,3%YYh" Jti n%[i+_DrԌNU4TAiݾEL ^Ôܲh]?]_vF=kCtaWxەȮb91Ef*S[f?~j*[`}JR )_RJrw Q( @ Z8z[b&rIt :+ wV"y4z`d Ս3݉t&c|g53 PP 806Mz )P-cXU7Co h^δ5P(~μP΍eu}[m%$JyCWc9ԗr$joj!hKT*{ /Cj2ziVٯa*>+FF eRQ5^7Gb$6n@)Pz\|`UAYO sb~:UtJW}+|%p 8VAFp5|!2jT/ط;J> _ y~ l* ҡ;GI)ZG;LFeG Sy_z1Ɉmoig WϦ* DXAW:43Kaq`olRܓˈ1 6/x*kV-#<1":U-. VDuA&-L97;s-Pz"0ӠQo>G6|d]"@9 /؋GC_ӌG+8*uc}(q,Kyu)׼$`)@H{1ӹ9 Ԫ)wBoAR3ȆN KuJel68lp_9nzcaـ.BMEvĿMf+nHw8bu*ν&LE,Y\od-*.b .oe܉RJ}sQD$p 6K^K;EHD1#V\8`|G`ZH8/.[H.?,* #sݤy϶xS:lWd9cNu _&g|G3)nI.fqyЁ:oBVZќ3!LvU.ED?v:Uk EP89E#Y9' bHQd W@Bb3t]PmMS,|\k@x7ybYKwx2-{,n XTgCmP5~deI,ЄcUDx)yqyRWlpMu y>FH܆?ڝ ranCcMBG.,O_PT#F Рh*rxtOA0\qȉ,[zn"72KUBn CXO=gIpDMBPQ]XT e_E\SxM&$uSnXdg錽7LA@%L,俕'΀W7U`EUbh M ?z'h=cI{yQ%|b6yO;yh8- nUXrg XQ?$DE(Yea%UlZ'aeJm4@O8 3}|6I+yP64QH(M8Xij-zVR?10Mp*Q]F ^bN*-h_t/r;{&xX7vR)<¦E)y"יqvW<_3|UfW3cl$sָ<_bބC;ã;k[e;lR#(-zA@M>FkI9gt 9i P W񵄭]Ń'zfE6B?9ӌ:q"'e;?v 23FIDE} @KP <-H]Pǔh{M*LQGVw~ >Y%{Z2MW߆Gj:9 nVr×THȚwN& #5gJVHكRc*qh & E h4&Lca*$e~tyW0Xn X`^{17HB;_34P0$naIJ ҟcJ~`KSm6?*V3⨋ *i Xw3-aY72fZ++Ig ;oMƊ%YK0[1iMk|#5pb_U(g?N9]y͏nRyj9 Pa DwG|Aɧag|)\en EkWx>_N2*z@5ܚ!W\ȞT;/NCf{6Dӳ2`>\d~:rӡ'&h@xR:WD{ڼ>g/Bi1N"T_6kӗZ&)@޴9F> xQb:u@#oE/< >ttCG7'K,6'YQ5S 6t aұ|7.څUop{rE-Zjݹ/z@ =RYiKK1H 8]H]flBzlmЗShwQ.D6@*'µ ȼu.ﯜSJvjQT: ~MAG1gJ4ȗVе (0U7 +M #˅n,F]xs?X\K2vc`;g /{ ,k>r$>/O8/`Ϟz8j._p,DI0CjvWʁ'^z]m?+8K5jONxu69*꤅肑EtW ѵƚQ*X庨ʴ "1RV_b,<ե&^koF/Bދ_I[6͌m'EvF\iCjv 6gHbPz3kc+xk7dfXAtr)i P8oXy(`#SQ-E֮ Bt5{rc4tOXG+G*++w"S)zp [ j&DxO鋊S < NI6M<-qO]}65%Kįz6ҥGL1]caOQ9toͤ0i& ǒfYWT17_)|҆}l!l\m ;KF%g8\8<սPqsz$ -<@{Udܙ0K9ILތ)EÔJC E>0b>`šq#Y2bylFटӲ,D{lxi =ZC PrD::ɰj컣[/#j*t7 >IXx_^N SGҳp wʞfWoր'%Tt bd~<5 {B:\ׂ't-pW{>)N ~zcVGލ{쒴&;V4w5g\TUr)]Ci|ПCZ٦&-\U t'n7&E,jџ!J{5޺(0&z&S&A' UD9VٷI0{;)քtX"wGɡTYNY ÊK(q174d> PN6I]u̚d= ڐep*SFX !^"Zb_(V7 pLi/\}pWa_* 9TFCtpNq>aͧ mDXYУW}N4V{~>$w!6;ʝѥr*r'9su|jcnO 嶭V/'PwDJ|{pPqE&IW=#XK>tS(CGϏ>,5~^zj:i&VD/UGAQ(D!K_ QxkȆzxq@FI^w}N^j$5##<*m1 \n+~BCrb@g"XY+7*]2Pa嗸f1 &teQ%Km]C<%%燼A?ai`)CO'A/,tq+|y9[ ~BHMaXT:&}g/" ?̭7- Mt=('iP DLhku3gI(X-~kס>tp#8oUpSlOW.įL`*"-]ƢXX kcrQJƈ$"DT %![>ĕ_Yeᒡ_1&g]B^uVӭVLH7qYyV19S #nL33@xyo2f[GAf{= _bQ#Ao^f-?!ZDS5FongcC,zC恧@-ġxsGErMw3uB1rn6 ,i|yҙJDnS鈾]r>hxUPNVnh,XpAD &pF\8l*oџgEJ5.SS{TDyMF/6qݜ«QNQX\tC`ď^nZڌW\S:gDȽEJ\CT!S־h!BhX$qӫL?ţx'kMt&M~ PpaDņÕ)-}GkQ uw`$vWQ}m G=mnjh߆hj;Mr]qȟQpy"7= ;)Ht*E׏ӤojHŻ-FTotSIыt;@%%WcbefXhނA-[C;<\:SD,sױUg~%C3WMj|j)W7z熪BX8Dy%uzjpW2֝`a6:jUYMHng@5RW;/H>z4)7bW;ylֻ#:?EQW ?m yi1!EUSN`F$唚p=jc'M)#m5@`|)=B hG~5:M ![FP?dq3 D@sᔬ2SOpK}QJͼƇ7Cw`Z @rDT(;D#\;ɓAOױش-w0F+RidJ)~"K"*{ムPz&h\͌%>3&#!PA2(L V`=YE8Q&*f'dݲ)ő"+c+L%3Rcdо"Bڥ |3*lT%;).#s7Oz:;͕<&b]L^aD[:(;m_j6&Xk: 3@q :dӥ wۆ̠,F}0\p} uU5=~xo?ƒ:iʸE;ڽ`#^k|.UF.#qhEXL%A`F)j ϭz8]{3; 9{N1oW_ IJ>4_: ՘4Aa '}YpHE? ?**X{|^Y@ng^ɯ*oL Q̏04*AsڞĔ 0<4AuV׍fp!19A Λ[**M7g.qWdS9Lٵpn0/sرy\bU 1Jg*բ X[=1.L1Z[Cƒ͛Vyn;$?Q6>UHh|:#kw`}6Ic0e;r싦\ާ;%֛Zb[D= 0ӑߪهa,$#8y#{ ZAauVp[#tqJD⊿d#6w9a߅QuRj8D؄a J=|70ԐP>݉s+Ɔ;D] Z\bO'+GV(!{J d;b40CֆOynd&3㫆M3 ɧZ O2#s x_Alϧ=DyiU1fJqyLXJ]`j&=b$yT@H4ȡP|jZ>'ٮ֌曏Vֹمah7#u';bȸ:FG_t7Uko@%"#g#߱bv]sBA DZv:mA$h{z)3VI0[O?jO4W 55++SvQŸ=!`{tTvҭPmIs`C}&/s{|ڮ}Kg첣9]F;g1KnG??W -+=o3BmۖpQR<:ZiKn2Զgz7m3UiuBQg:G`NV6%VŖ#ϧzkôҁG3-:fMt04ʐy g)ZKs-| F2LZ5,\ TȢh晹xղD׿1ϥhaĀ\}M C5.d7k^{z|\+Y$JKGq3nAEE(!NEE<2gld`AE4z`h$!.^G +T7#`S%ވx+3Rpl}'Ɏ|/TZ\yG;Ťjn_4ĕL5˪hkŚ};QԺ> j+1A1#)\\ UKjMrKGtOwJn?y jJ˱g=S+^Neo:D#޻Q3"c+lY9B8vQD8*b \bś+?0c8JԡٳvpFࠑک)ã8BvLmd;؄Z`bALO{49&*]VZm{Vk=(VJ<==32B?`'XĬ:2ΟGtf0 ܯx`{ }`d?Gá=/-ތFxOl+cZjv5')EϝhmKπ"9ŹBNMi86T<{ӄہk~N]I@N/~>Ɗ4RyW_{{ͺ=h@C5 MT9%J|)Ro4}@9 FzH@ZUfq sigGXz>hN#.} .X)',A@n`6W'+1s6f 0E8MCп3 4%<3^cP6abT0~0-/ȼlǾ͈:H\%Z.'m d=Iݞ Gn&q{qG8RV;y(j]: `{]dv1͟]WV&tP6 R&mrE 86cThGSκY0 L أangPRB"[NtE~ \K3ɛ0-Gj ͼj]6WTFB7%#hORpTj-?ۡ3~!hΰ 'ˍԓ;Yt 03WDMz*ƍL|+Qg{ü#KqФXD %Ydo; 6TY+Lg5r~A'yלMs5 ⺾ cNRٝ,:9Q- OX|%% 4/[`<*I}WDl'KmlˌμݜlPOZ:^_Izx{N KzOݘI%EɣM)S/.m1Rk0@k?Lܿ㶡9vMڼlMw|}G 'M4,C >j8B%1=&jK-:O =or,PAHIbresn1n .M V€[R8ǝ)}VҦG0H!Q(J{At9N/"N` NT} Y44Ĺ72xpמxg PR]SfA3\^yl{1jM (oAgnT/EV8[;9t9GdrKEƂa.zf|RgwxڦpAJlbO2JOc{x1sCL,VMGksh5kCσd7iFЃL6 }w̮-^_~{#ÍP!Z2fRƑ~aUdq_%Iz;%My;9 H-|M}Y9 055+1鷿Pp 2y\2;ig@ QCoX(Mwvcw%T.} ŴSFa76R| DxϕVT(dn8 [ RTr@ z4$'n_{͑}7 g.X O.3N ͞R|ng'k@]XD0Nӯ~M@%',SiO[z*T=zK)7wLϟM5[cI@<Hr_PU9cA(#LN4BME%7c =F T{B_CU!^^/죞Y~cmܒI+BKku__أuB9'T?)IץOt\hB{gt[qP5:dH"ǨxT./;e}]d2iZ̐џv6 &;X?  f1ÝhJQa1;-ԃt gR_0w{Q~"5⌓v{=TGlN "uDпt},`GP}FTxbթ`\{TU.A(D (k?LNaҰ>P }Ǹ*CѰ:ML~&,M ީ#[ڳw9M1QSQd\UxQlo$ʯ)\oJ*D(ycJppsA6UXѥʍۆksVEPϤ봏)ggR'tq㿙zDwѥ'Z5 \kR}$+e6GDU0L6uyv]kex ~XKޗ3.BornU p (WKxRo׽S(x>ko}ib;VpJtBh,)Tm*O&WѾ馳!)%晌3s;WQްَ90=ٓ zM4+~z UY*B XC?kACI$+B:~0 aMɻ=6;sRRJ$7 Xq(c=lm~(+tm"ռmh5㌍7mШ3(`^h*ݤSҟɟ3MWt@F``1Y|-=ܡ0P6~fȬyR}āPhG5B'Ǚh}H.xwk1۸nnV&ohqz:o #P[! lnt]cIܝ#f^hR!.+ʏwm,hV/}JEBn&X>TrҊIdʳ?*KJ wOHϚ\1В+l|ͫȰ )!iz =w__k9V:5xRJǸ۪ N^C(hY4 !Y =t*[7t.VC4e'pZLQ M(fZN)'YX`Hfa-8 =d)Pq2TY$|9v.Bߏ{]&R 2q5A2.%Jse%<"AVqXjSNS >r\wX^;9+YD_OXR*z,0+M3kPJV2b4-'&C| 'n-ڀG-y?r Cݳ4@J#it.1]WOؙ12`bu %E$!cc(#ۏׂ<_I=5zX€Knt!=HgL{I!JJ8:O \%.+S;5sOrGme sODvpjG<{VCS4}C#B 7{+Ÿsz<9:1:͋.Ny-OTS\=!Vjى;r`+IR0dbP[\ }Qs4!¿+cgaq+M0v \DT~۵3u4yuw, BU.#&^VAx&rR/Al+,Qaolqpoףװ rd9Ӈ ġ}[ԤkxƒcP<ol. h\w3CN) (u#(N@ ۨ|r`z͓ G9e~F̉J9`moUN{&?FIXFp&낀%Um8?_u٨v7>Ӗw(Q+a(Zߥ?][9z+/+?$g\-IX#uB/"ɟ\čJgp>*J֨e _8-a"`#P;{ZZDNE<)ߠ!|Aݘ JOD9Gs-AwJz+|B;0Ь%'ĨdjKb󎴐(b 1HЀ9 Qfb$ )uk; P&~0^KZveL!ˏyë[r9d!p̆3"X\|an4tS1mH䙭z`D9`e51r Ž0p,JB[3v%|(@ijkZ!r\,:~KxO<QPpItG߸4Q ṹx=c7否~x>@`!n(_-C'/= #~<$7~؇H ړVtĽd:&O6YYoWֈT'Ky$f"zKLiJjٞ0fߪ[T;9XA5@m0FQ>ܷTņGD{G.ccbCPp~v[foHxp,҇ӝ;'819 [ըlr$F?lþBCB#Bp-ôV&d_2WVnYdeǪ:1`?z~FWi#][ vHU4PrwStPgzb-iU/0(x;mC4=FX=B{E¦{5EdP/ FL mצ1Z(ixw2⤠+>k>c 1^qV+إjiL_cfbN4*)Â9,s7Jǡ|Ԛ.8M@zc@""|(=o8m\܏ PVJ } {ΣO'Si+ԲlOy}T~Iz)ݯImMUŰZ9<бQ]r2Rҍ3$$N#|*r7w`(cOl*0DEvNi]q5VEUvO[o&7rcк$Hv#&OEaoTMӻs7D1PWY͈bvR 60ﭝ~SO 5FfxD 8N6=[T,$Q9 +O&I~i(7 W$wP*] qojᝈ6^ %-V;@}E jݒrt@^L&]RA/T5I V ~CQn͝e~ژ }:̊a2FM;F ޾5}QDPv0~1b hpW#.si:#jе~Iۣk Ӈi㠢Sl6;,K@ d9"@ O!|(N/6BhW`-+rG9j̱(07 RQoh۸ghp'=>pg/gе)@]>cinBac cxHȍL=?Ki9'gY{ zYVx*qMmv.Ґ;9Sމ(6N:hwж9iaY%~;ձl\\fф[)zpr}F>6"pAql5[lƝ4,PD ;MDТfTO\e6U7*OEtx \We[V1 o_d=zF{xLk]},ϾyZ};JR@pŤ /"KV|ěd^ڢ9c155!qvb,yGv>*mc`@x#KzctXx9v3GN_5iܣ*mSiį =@VZۚ-ٵ>\]϶ħ=r!P,-诤Q;g3>GՉtH u{R̹KrNRL^>@ $\;hG)JF͝d-;ZvB ZcDu9ꕜ`4Dܡچ͎Og=7ͯT3( < *6dX4a. 3BܪݒYLd1usA*u0_J9-6M* =&_Y1p ey/ڦ\ ࣘ߇m·5Z4pNE,} \й+_Xn0cQ/ )Pw`4Y:yQZ< |Xlw,mF'[xtYjW\#ApOv9߽Nĵ RF?{Mr9$'# iv83Q|5Mbc/CηOVQwK*eE9w*ɝR6?>tetK\j^xiMrG͇Dnsw1l|h/TM:RqU $n_-'Ϧy-J xp4B2:L(7L1/w^)˄8hR+rlo#||c|gwMߨ:]ʵFBGjpaб-'rps@SlΈ*b+'оoJX)=ƹ)dDF ~5$xNwWm%P [wf:P֒cש &PrG6Rx2FW)3Tn3eV6 <xXWtcל* WhЏ\ژ6GmTT,_l!Ej4Mw;Sp[E"I#<YkmtLεÄ|c@{ x;:]n k*k8G#)7 {? J:!~@]BD:Oe2kB+nU >ONǤv7V $h9+ԅh:L\6F#t Xҳp\AwvLvj0ap A ^#$ti]X7w8+?Ǫce`;+_j8)h ![,kOF]0!ֈ!+8Pi]<5,Ë/7Qgn\; MqEڇH͢LIfYPwiiV7G… LJe&9爣.4OObW~WA+rkYRΌq@n p[3.4RϲH]|p&u.\AEb j-?C*1aD*8V4/vb>mMa ƻ^9~}Ӗ;O: Ȱ2C&yKs  *ǢMq&Sj"HSnapܒ%Z uo>Q Cʂsn`faYy)ӹ~?Mpo{堻?۾//ʆeҔHDM}g\mS l-m EOO!ҙ-*VE *{wtl>=jH#  a|>@ " %(bS뼈#_#d ósaD4#M"^$H>u;'LI .>bx N ZEW68Q6 CvNsW^^z}nIIx3!R9v䃇/(BG\;R@EÌGq!tvPxq=]d{L҉AH -XJT֡F: @-̘ڛ/ zY*e8RiYB6IB:CxLK 0WheKҖ)TPX^1IBO/SYҮXS/+! )>RKY Bw5RnNʟkobׂl5 ~iRtNzժzsd8KnYsyvȱL]湁̇_?5bq@ *0~]cj -MJɃvS2Yf_:@T~C7Yr\kjz BQ|7[='%[;BK?Lߦ.aegK8'"๧P Y7-@'5YNSe!Vs㯂z[gh(Y z!5bLrCg n`YjI`sJCKD'l[^0H P_f @);m<$?=?Ψp4աCk{N]z*NB/ꆷ 8Lr)`'IFt*C3(H9&XYa =؏Z]d{Fm,[n $Kа<@*~sodn&/NHVAYv=9B5«PC_{-D&6Æ3?t#YQߩbieiC. :8XBP*S<'^dkF)m>jMUݼz*h ca`C~^O]Iu>\]7<^!P-v%;/($̏G:Y2\wiRsEV?OOADnQ`a :iI^6"}CP(S2y@7ym.4!){n==X{m$V0lk6Q \^QFbE!t=2fz-.YG3\Zp\w M#IT7DhRo؉ u b'3 㴋Է}&T~i7m1Anȱ m 뺑d_mhͲoWb`W ~+ͤlNQ#}nf<a{"ᰌ4=ZRno^\lmܪ)ń~@!n,.F]9ۤ#1(%͉R H* @RۆV81w*1**.86 ĥ3<=RZ9M:^a\:9 R[>mv+ߗIBs `JSDs@hC5w '*Ρ\R_;?Uk'Eq . 0WDzT%sƓ`d\X_cN|ohfiҗ0? y@jU9-P~~Jy%tWSA*8>4Kr+E&L#׆\h@W.u|JVg{O.IVJtkt\ } N}MBW0KU[;18[Z$'gݰW'<ɼ$rku1ɺ_:BT6 &m(8РSxuWl@6~ٍB' u.JG[q&|gEY2H*L&Z0O 6E\j -`;?L}JY6yO)w6YlJP3M.JH'pža S;[fEhG] dm'9}Ńw$MW>8ڟ?b>;L݆jaO޼ 쑻iޒ^W-H^ե+ \Мʔ[i ~ԤvS@[Or-[R*'TW84 b< _,%۪@t8pru`!7wq!N%рR.8A2rs~"-?(?BpqgYa@7pI? . "ߑ]l"O}B&ɞ@$Q& Rxd[T.>JS䦑ټo02_,:o#i;O=iOP=m5 WRCػjcNk[M);=aE`iLƞ@S*㰓tE-4wI9b޵ i ˿AbXB O*[tW-ZNίObǢX€LS) ,x s!׵ɻ8Gf&MT28 b _w#MK-v͘A:$*aQmC=E*C55UcBtHԆ؁X5zgPz;T6$YMo}GƓ9m *DZAͧ(8IDAP9zc ΠVV2xQ]-ӟV@ (~ :G.AmTUB|H>$=|ƿ^G0aLN'=b ) gSO?@H X2̼ "KV7ea'}Z>°—E,1/ղc#zܾF!d-溓J 6^4`%&yc#IuX,YE=,4^DyWpVi֡~StvF5eӡ0u&D-&{:cEYJd4dkxHu凬-)n}}t"ij~_U|oԹ]Qvڌ'޳U7 `-h푣#O{l@m[UWky{ey)R1d$g6tn~f̹ o}9NCyhMzygdm Rz_[ISNoc9 z(XME(5``5HֳtL1FxHُ{_Vby6D~(%&N >-!R>s:㡌i~ǔW2[W)5\Y8- <9\ 9if՚2*{*0qd„H u(XND,޼ @W$9Wou9V4C= QHԻUd_6G_Ӯ/Et+ij+V8ntaC Fuu*4tn'TM,xV+d $n1d3[vΏA?#Kӽ~=`9k28a6{iYD9<\e|7F\X•NE:qv9E"v ٕDy;aCgp$@Y-|0]l}jzq0lA-MQ}8k([~ uc.g!FqQ%#ϖU~ ݜwG$'SSBX-I~B¤h:>_)ˈ^\qIc4">i3_IB5jI\ 姃xg=17!UD.\bvU`R&uwe0`bG1>y,v%IQ?O۸@B(k['{}-E;z]2~7~$Ov6C :~Gx}=if(&,j+Ʒb'@DKc>yKRVt>l A3@a QpU?\W2ƎzUw. ,>iaej}wzpB~R~ϱ HBLh>2eJoT[Mϰ|(9$1 [!]`ps.b @кPZQB9߃e2n;4@O9dKXKY]%X4VmBhbpDBI۞4Tr5מ; Ө~^9)B1P|?NbvfdfP\eth~Uij؝^HJR6PBq~44Ի|Vz~EsdXOx!ѲΧT19L1=l }v9nxXLld偮5Ʃâd_ᮝJ弬BV>P"~r/P%8 LJzNX緒I2H@h$oNi|`'=Q;wGG̥Rol#f+&7nU"pj)5P~|+R69:9^BN=d?FZtTIf!0B= .^P*Wퟐ.Bժ¤{?Ѷw\Ua[%.OgVy֣ SqC8a_ޕXГ,ӹfԇ>xgKqO\l,(]r=5L_I$?7:GZIR>w9wޮ]/i|Ӌ2 w]G`#1f׌SF3B`Hm8XC4 K}( ͫ1BldN]=bh'NepT{5VSf!j')/,%cN[N}pIįa^iw) K͛H) +) I#gĿY&>*E|{qNVT][#:mѳ_j57n"{=,ܭps]'M}e BCB~7)r1d )?_9: b`wB^q19/*.U9 YeU8X6,ѮbKX7'_Cm WP\~- fgRYۅf,+a h)X4jt!~~n7"!6&5є oC<`AOnm& 얫9~8a7M,_@Ԧ*' t@QLA^gq@..FP/t7tC}Ȧө..Ge ؚ 2ё ;`NӻlQђk#]>ř*:7ǟ=IS4;H1:CϑBWv+$}] ٥ ʹRz-TEcF1g9s j"ii9x`-s=t֢M5)gbJ[2?'t$e/V!;2=]rT%g!sEj?ɵTvfndVk1h[Ghxj:pjk*6چ"yףlqhRM\3~Dm5*H{Lc.|F2U _깬9OݚE@7g}J8LQIG˔bWfqX}U#Wdhpm` n!ykJܣ6sHD3lS v)1%6Fxh}Gnl#~,%" c5;ЩK%u I[Eo#KTPDP'*GmMl|1)/Բ6ڈ~H[.q!" !Я|dT8D^9YP D`M6WNZΥj_h *ek "rVё.)a(E.V^{:Єvp Rx4)`祥4%_"`([3{PJ掄,X)4(u63kΦ:2. B0¶-ퟂ63;MR pfdg|>E4}#f%$f~OhwJӈs KJ1s_c庩;YfJ g LÖԠɆN #rw+ {YN gpڬç@M˧J $kbt'1:ܠTb7QXRAN ϾFE‚k}:uJͯv]l[z 45"B7;Pź7ys3kg'8 iYY/ɊV5d{%vpZ>Yږ ŭrzRTHԴ:p2(;g_4he`ӠDRASaX >wDԍ}iE)9I ZʨߖvOf_({PC'RS"&AXtS9A "}|Gw]{bJ1 mQ熳16'Vv"Sr6 S[W]9b%^Tvr`pXA pZEn&F,4iLr}LH}>69A5]~zAwхjVKkpEs&vׯ.SWs3$SF$Ӡaѯ+Иi݅S;*}RJf=Ymq1gjͧu#0Qiud[ C;H,U 'p̭GCqn`2}Ns,Vu@)/$G qx?aKѩ{=9`-묃;B4 Dd_ЖQи}gER^P6_)М=}KIiJk-Gw QǒǢ얯!,I\قo%2i ڰ ݗ2JQDIV*Hኺk?~آ-4nh M73@pǰ.sC7\%gYUAh&&HQy R "%}!ݿFg~*|XU*- No(+ƫӔ)H~ٙwsc8%){'G8!)hwgh#s@C9;YٸFkAH8/]}tв{^85A#NƇ->M G~޳f{z֖Tv>9qPh)E8jn&<L.Yʁ:q@L77 Oi$in\AMqK3)s-@-,r+Qjֻ'qZTѳ .m&,DLjPN^{Q"mwP5sf×am.?&h>>rZe7r惱(LbTN^[fvvmJ$1?~|Nv5>B>"a#N EXk֭b͇V%bcyiRHH9:Yj4ODZZ}j-t/`+qbAU´ fLt//StQJT q_0subQ3bVGx {S/֒?}RHu |o7= x G+Ws@m3d$qd[JSe*^`I630h,T8.k*bBQQ9s icSr^b͐#L6 3D N4lv~nKp5g#&SJ$zћ  @rE=ꎴ.%f/I`h.k'㳼9(ʂ&ךZ>A&d UI^Ez!:6gls\%os}tx&jd|Aavm OŶCũg˪[) y0ҧSGam6cCsQZ;L۽!7…}r+A$633ศ*U579t?j /27x4؅+~ae=ʯ ]ͱ#Ռ!¶~NJ=R33;!; !,9uy o^_9 (6 ћ<9]NŏiRC:*>7`B1լ )$K|n٣ӏGf֭s|^A]jA†n j'}ތbpz &%^'A,Ӯ%du9h<?wKK% 5G[/';\d~Ȼ\Qc`gFuG5r k:5y02(Ktō;ȕx8hj;yTb8P[pYșVTWu5Iџ?i'H&-tB__ܿ3B*݇ri@VxH %]{N8LbHooQL1n:@X2f }x@U٧]gL ~dP/?P5@V|&$AlCh=홄/ew檸#GFRr}R#~.z_F<7 ]W˪,g׿l$ÿ̛>Č} F~:P9eŸ~t$s hR7AQ)+LIͬi*ȄywS&kK{nQ `;QRL6Ist]!M*bHeZjȵr`nM2qE 񹢎D*^#Us2vU4ᶝ4Nkf>^zS"y4~/B1iitZ?,O} 7 *9yL穅sXt|zaG/3`4fyns4`$57Y՞sW:aQ{#TDX\W@J"[ _anɭHH# BqQWim?Te- v *DLV#-\P0x,xjy#ޟsf׭Xc:@tqUՀ-{A7;T.Ox{ȔKV9G<'+_F_tuw鳅x@) غZov~SP 3W5Hk'Ӌg9un됢ͷ^Oӡ~,ہQ"&ϟg:eSt`#Sj }UXO`ڛjwvw01+ˌԓXI78쳵FR~=(#|Ѣ8@V?9ɣHxˤk@eud=/Md Jg:ܳ>s@@,AAlAOE*ލ S ^qɹvHC) `Z2IWucdwy~Iha7T|YW53|f9߇h8V3KһyB&.Ag%QNt1N,3l=MhHp1̮؋sr>^iڡi~Ad^@q4[[O%y6PKEn;Kޚ2x6XLZyZFi2Q*ͦ .wUR=Kgp A_b\K2z\];SWRH Q3e2;1dYѧ6 7Φqԅ$DOfyٙsOnܾ3ggҜl2o@C;uM81l/ !a)4Oٕ}~̸X·C :uIc\gϿVπRK)#Ƙ\.A7jl8:sb*GWM,<)Gl?N%ŷ_5Qը/䥅薩-OW_j~cn(t}Wl$B'1t]U?R3]uOf V4$sY}ךq/`MqT p`:{&gCmF|;v.Ϣh=-"hgo6ZlIW'"1{ޓ2\90pqާp95z\|+,`ׄ~?D!y 'ik@N .ף'Յ9'ƣfjrEUk:ûwΒBpGIy0 37{LvRs[ٗduvf<2t k͂(Ah{q@ŽP־ oSSmDֈx-*) `r;☚9[ۆY1n< mxznsOV/z41j㉣$ @ۄ>X!11JrFҩosj֎0Vw|LF eW# Y㩉}3-B*䮀{"0AMM>purpUΒ<- @MJY."irO[ڈKIbO3bGX/M˓Kw-HmOitЁ4e}E':7'5[ȅ=ּ4q\%(yLo3ZDTo*0Ǜ@F$Ȣ ~*e[wɅ0qx5U֮*%n{niq>0Lo H2BOR6 ܞTNI<+ۚvET캻f< VXn@+VOW> .W5j~tqdڬ~"R =d8K[£O=7\$޷P`\D!)4Gر>du9` f|~.tNQHB,ݱU]ьdaCo ߝaXB`SHHY-/ I)4XQ  ,t= 0!vsQkF,zщ/gVJuB"%B!/ sSfA$UozBc-.F`Cob|yS*bn[ V74ُ\~Cg8AY  qfI/QMS4|L#t}h_fhx#*m&*_" H7d"(jn`G1  n@K6<{ Q +3xh[:֧Q XOwAC?}bJqGa: `motC ^qTs\*w6hw?'_ѰAg8.^"=նkj|2[>*.k)#pHʔ{6: j݂-U'' 3E'hY·{_:(# xy !g{g.?/-Ye:zYN^)R"u6])^۾^9Ǹn:lB}97`J$u(Aڼ'*iT=`L:8ƕ|rjGhE.D~tP%/=ud,f sSmרڇ ~o2T}⮨^twDc}P$=qT {$Cbn}? _q̋$7PKJpÛAڂ^-lǴ{NS(v2#|O+!R߇{y!9X9EcDb 6i3ٱSLIdRB¶L;|\Tzawo#r3jzE%;>X5j4cFOT7ic$8đ#$Ĝ_H /7oٽf޼. >PGhGc~zs LV  ۢ06 e{'S\`3ѵ@]$`z ( qܞ[ :قd;hcD#D_쇤j:i6m}"1e0.w8,D0#\*:@LdȿPo+vzmDBeH-t}$q;j{ZLSNW\Ƶ:`d)Y݄(? jt {_v)Uy ECLlP̳3Cp}6KgyP]@}p'8YFMESYw*.ezXvtU'uTÉT< {ЂZDEq\c(^~v~]:ܖ{QJ Dt9 SU LЩ/[(4BhJi[ rRЁ5|⟞Cx UGhfjڍGwfݏPUIEr*pM2ߠG1A^L Oض:Z m2W3ʓ=+&w9^! Q`%_;W qʴYxqѲ GyV{ƕA>g#k7zv0P*q\ 8x$F&F{\"1Sy+y&,Mm894Y*G$5DZxz n [gI'o5TSDj0(CK j mAxktӾXfX_%ܝUIe!'loL3 50>J G7cFo9#ŋ$.B ͧ9D{33&d>I ҫT4wq! k ^6NH.ф|DWKQVn?HJ:ȗ"j- 0PS_wtI -+w - 3 12gYGK t0nm9"8z#j2:_5VD@Q \gjoX+`W˪>pENb@q/V/Xg.I_ӝGTw,Ǯ #G Njq"v`"UvR dUZ E,<"Lִ7︵h͵Rd%cYzk5Lar3r}Kex^0X&.E[k~ܫ`1rsͽ-:Tkpȫuc3| 19 R|K0op[,ZYI=tX/Jg۴UړT%.ޓP [Kx@,RPJfIJzU.=Vn! p$ejdNPLa2GT5p9L-)Ç1>q? #|-ϓ|3:0Xo-jE|P?<%%v2x=֜@!WfzwXt8S3}b=鷤ғg=I2nkֺAxj;CoSp6џkn '?IS7 ]^G\ ,[h y>> LT,gp0-+ huX ˡ5pYwigYL+ؓ>.i~jΜbW&ð tmMk2PԊ+엥J_6o lbOn!x,Iq^3O]?)ڰ :jj鴦֌,ſdcXZw*k2|EWϭQr~k34Wh׵nxQ#/AS< ޽@9\&S$( 6e[.d'yrrxРHtӊH`%QL`O R`  '*6[y?)mTLIOS2ZCYViHlM` )-6>E@V@oooB7XFE=:}]riMN"ÙS9i&'7v(,]#Z9Z%9lne&W#-=i Uy#/CvIE9tƑt'3fsq3/I+#eA:ۮ*0g__]H{hENa [gK=4&<:-s稗#yn'p|T8n?C V4s|g.ܡLk*b vzBc ~H;N(J'Q򞺁 ~Z7J>>g$G~~u3] ΤhDd;M;7gP9.wQa"'$AsFYфO8F{ۏL31??a?A l@g:A)O a#df}jN\s 2Q1{y(JD|bAXUYx"s~YW aՉYi$JA,D%p:8fZD{?͒m׫;6?l*杮11Ҕ767rCah] yF282{Jju3Be~V͛Cq陳h ?"22B"352gc6_1K)c nvגM+{-uj .cet? sØL A䩎\GV p#QBЦ_AQvB֏B~j7sJ<,FL6w"]AvBys f-MqX]z"I]# 7hC %{AdV>7>2}-틱\uMZWJ+oxᒏ!V+n$jqH5j3ОTBƛoWLyN%6XBn;sy'IaP\+_=l(O.)9rg™[nMw[C5PhZ}|V>Y)5GyUɲBpdH\M*殔_گUQ4E0wV j]_c^Z~3e|?:tݪ7!\waGNgK9o؋s*Ŧ,F &'y Gi$"֓+`b+wl|B0Usk~`q?_챗qm 8ҠU"p_y >AV w l,_"p5ÿ [R'Ie>UwUtc#{ק ߨ46%'.{D(' V3h餬丳 ~7WNRN'!Kw_+钭prn5)i43R^#u'?48:^"Ǻ*qYڨft [|iPRRa‡bbWjc+όRk+13(D ne*!K45HYÆ_gG%bd9yĚ:D~4ͤ\°CSj3  zaSXĮ|LO!'˿I ̩X|^Yӱ,9&G%X9_ʔf/Gxalgo$RmH4eٶ$@i@~*n'MyxIGW0I8GL\\ C :,)죉P֔.!RE?C I]gP ǬHZ|V 0o˵a멈mR'Z0(#\)J)/#}F B^'4e9t=ƤPvH>RW?iw~83H`0B/55=7t툽j{3kOV/k'J ; ,EFVy`T PkW~wÒ?Ȟ"՜uhO IX^;@o璴z8"%d;gÁ)=:Uwg=WY+qf.ٶh&QU%0~TgqJZDx<7v!{7a=Āܵ {'{GrJPGcp !S>DM2lSc'dOVmQ@­+qȋ[IIjyÕY(p1 ?{Djr0yՠO- ZHNc3L^Z $+R?Aw`tbT^!{L$ 32 %.*U&s .*qʎľitOM4!o S}$B7s᾽UdwZ9 N/ItI\W24iR/*oBQ{՗ث2͟t&/DR(A1Vh Up:$Iv{6%?hfCm5lK7QYTyQg7Wy '""Peވ`y?p!E =UZ{_~l׳c]"mEPCSpsNoQ~-&J{*x) Uy |FU0@=H@ScS+h@~O5yys[mŠMkRĎ'jUpc؛E8&9;QggLܽ˱A <7q] e P`2ԌTM=>98])*\jG YͬaErz~M}M|AAX=8"MCy㳧0 ,@ {w!9\' &T B6@Ny&ߓ ;R-@yF@!Q}eb@PuU&s(tO0-6IFEI4i47H2 NM",kl'K)іvsw2KSʼV1:%Qdu_yz>ESl,CWozfU@;TtBAS`ziF vmAm?wAL^9T[;BYLxVib53FX{qP ު <Ʉ5;.4<^jS_@LBR>H`Mu 2]=i9%+XrK"Eޮ"ʚ/laM7 U<@gxn:@hE=exY KEsćIz y=d9lP;fuoBt ,a0/S(UL v鐏<8»dsrW:0H7=k ~SmMV6Vlq~@P z!ե%!_oL( *zHą􁼝>D.p~+:Ir3_.(&w@( rpwTb6m?y*06(@g:<~ p%/~X&1#,EP)EҌ< 뇝olTDf `3V.͞?BU$J?f\}ϯow4J;X}}c+۬O|{(b;F \,nb sym]$I~u `lls 5 utÊ)i `M@_ȍ EHLWe8UZ5즆 +T D@7evUǡP%Ҙp:FCU,:A'\yǬ}|"FtT(Xy9Cha7aA+޾Ž2NY<Xj,:~zmѶn~v Mn3g[_[Ьjswh(OO"UxɆ +{l&./o;@Q /_ 3E76' ɤn_ ǒG8q灷F%>d:?*1 i?kJCMy̌vD-0s,zSNvTC aO#(53 33/Hϯ(ΛË8],gCoKXѼ|S: 7bv'oD!\z9.牔Oq4K1Lk`f% G]thTxJofҋ>=ݲණ4Li/퓅%?aֿ %x|&uR-[smu02 K N@2c:ˋY)@W6xvCZK| 8Pl?H-ywh5)6|K}5̚I͏Sju]iNuO)Dc`e{mOh%`, {l( )%BfVi^}a{`%TvA퓋 i^B8$6Vpǰ7˲ҏt2m˥&rN@N䳮hr%o)Iua!>S%?2/!SF2ѡGSʆnkik @cA7 0HK+c 0PޒcKq $U5!exjGI6O~¬@`H *C^ lA \싱PbcaY+MNj:=VmP_F2/%oV^E`;~5Y\H˹&G0޴=(eotl"3٧I"W(~ͨM[f' w ̪ |̐Z0'NC(!Td^\ꑤKׄ"8$bB'6', kud6ȵs*\˝+Y\Y㕞 |֟Ռ9,Qj}$\b`z3\ 2;Nm6y:fb[m2!`.K!GyQFgNJ-Gy2>[艧P+2|Ja׀j+l-ޞ.w2DƲ_bv;|O;X0IT.{>:*CKchoـuO?a 44zn"'.ىS2^J_hēfۧ:=)0۝֪v$_xXp$s?n>.%۠.g/6/cߋ}Q*6 ߍ~*e=NZd(זy`/4qXjpngׇXZ+Q}T3L|^ a"UHD8.lCYwg)٠(jy73%VuCwi!pg= KzGKXsd46mV_vaiU% F4KEKb m(0i fݥ`4'7pmKC_敔∱6`F0a됊H~vs?}ak8S_s$%w)n^ H|K'% WmaQuzF}*U`2-ɼ]uQ@ڦ`s+ָBy8u[jH:$G,a'H[2_35Mf& |m݄Y (悲gV펞>q@<=2|:x?K+}QBAk>ag'd&7#.}rEIKIx<ŕ  )H\bU8yaў&Xdqo8t&ta>Iӡ1}p .TUaahe"!Hc6UNL-`C(9lpdZT :0:y?n>}~v1~,KB]ѐNdKh9ozvU*X*3KDM jJ9u)ֿx;)Y˵)kkt4'#7G<9"e* ьbȕ*J9?i_;?CװRiKUUҽc&0qXrrZdXL "@<~<>i\W OFnmʠ?O.,UW>1ENɨc2]39T*9!gQ Gb^Ԓ2\3^XLS+߸B<ُ~CȖ-_=N :NCj syuExeپͭ p03k" Z40c.b#HϾj<Xȧᒛ允.p,CP 33_Ue;fTVaDY–@s:Z)BDҦzq"e:lLzBӏQƿ"q'1Q t|43k*5R߱z166}9!Y{*S6Bc *08_5v2-')y@iѳlx(HfDY"QƩo`BFpD&}ppu]R]iZ_2/Ig {D잤OBs5E`/)"[ jo x{L览}Р|WY'bͲs^ڸ}:H`ĦiV^n˒Qڊpɑy|ʅ1} %-_bdNV]膲"t7I 9 O;x+m ƬάTqI'ͨ\bESKjpΆ8g"#22jº kH}lPmm%ܝ&% p77eq棦46@ Yi6N 9*2T/)d^@4< k i zHp8Pc)>ucM^;m!J7C{꩒ kd^r>37WIZx˿U6 ۵Y\]QN.r8ѨHQ@~`Yԇ^}ӺI/cLrvґ X X+̭lxV+%HX֙'6Q @TXѤ,屎?DH%ݮY ؙ~XA_4>lM%IiAx&,j w$s%+#HN=_>lvs"'ȤLQ5nHof0^joIVRd)Z[h˰XtL;aɅݔ?|bvfI'k& Ebd Ku+|{=Y)2ا5g e}w╙k1"HS8j1%Ȩ>.{g:s]odL[\kD7 8g'>T_h'\?c(Ɛa?ml;C}#=^C~ v=FA /iĬ]p`X=ZvM` YDgyG~$n ȯμo(H~pa7gS8!qy>]Z^\n qb|ɑ/"^s/ݫgl.Zn҃xh-[-Q [sf>DiD`Ra4iwr|ivV. Db= Ofd^ 1?{3}s U꿞[?\\XD۩mG¶3lIڌJD/3#3@ƷATX hB3#ocM.Ch7Kvq?`x85ONw%͔ r6$ƇU@jwo*N@[,]vD5NHTzrJS&#|`&x,iO1 C"X,%%WH)@*|ålGʻV/MIU*#_cQ\/Gc.Y9lͽțAQ< wh2X$\K Pp1Ɇ_qg@ (۟"`:"]2=I3ע=1$rybq2@ιJ7s 6O m/\Z`iF58(͍~E\9]\8^:^h1Ot*ˡ /\t.w^(b(6K':MԽ7xeKh i*]wj,4}f!m{IފT>Iͱt\F _Z¶?Q^V vy7e9PLytL)+϶3!bUAQpqTʩ_-ßI|"z frn!L|<@ *Wv1^D֩?܁).m E>SZN*j=u],dN%|~04Dz5AaZ\KmB>rʣ*Դ sPئhymR5-7FAD3B%grI_@aosjbm~Ԙ,U?0nM]k땋%Ǭ2^=@no[QC17§FU]USL\BHkS9"깎YGƪ8nSDxU!)oɅA8]NAEi]w"LhT(֍qgbkq&kd8m}xK<w!qPBע̾f-g!aҖBGM` VD֮raSwUzA^ ("=BH2υc3_?E$ښx/4/Qi,=gd*8$l6b[p00C @<5?Ŭ0$oXD,splpZ-;[>km'9{:|!Ž>D;-v@mӶwIW@ -&zjmZds>>?In Q"Mf Yzu8;kZ|z_eC5 p_lz'$PE)W7ubi%Ku<:_4ޱlalExıt Emv\0qSi{7ܐQh6ssbYWР%I8QrYGc.[26Xw` RiL{ZA'v] T"oYvȟqx">!T,q_h0?"ړTQ)q'x(5R3R@R gݗ[8k=iEKjXO|MTopQn$(/fǒp-W>(P=ombOл-[D՘a63;`LIpR'^4Nh4m15O(۵3'|ػh؅v5J{xQa?EJ7$Vz>H'L\WU?C0ZQzGaL6mPZCBD)h΍DQv)K7` {/^^u$Wqԉܫ5L=}D /U'G9U'ͦ m ګ t*(H ñ0Gf`}IDӛHE̬Fr w9&pdUVgY@bͲh !VfrAu?Sc6 m+Vr'&`B_ YK SUuG*"}њ3R ;ܖKX{ӆ5.(L6eZr?kXQ/u hxǦQ"0%Fy7(s5 K ZrnJ AKyًQ=]as+b7@RR:y'ٔTlgOa2S{/b>/'.DB}9iyq6ݿ?X%E :Z7Mt3@J!݁l3Gg iGJc#9Vw*Y %ga P4Vm m};[i6G땅 %F(zg̭"8̹XHZ/޾]Q5#r6ys)*0l ݖ U Hg _V1hr>UvaAg=XB s75 'TX/J!G6{Su_˄G9| vfTSֳLRc.+:Cm6W16e/7%b${ ǩU4)\sUlN[rv|S>Z;|$o4N#<\vR0l9;-qjC:zݍf;kڡ?`eb/F8ptRBui4cnG}]+a| vY;4OAk_nZ+ ÏN VmA h ߸vS Xhk@, Ѿ@rݐ# %H|شPĠ"Pi:8|arv8X2m:kʜ>h%:`p#|xEx[l#E gBFC" l`iN' ;,-|Q&8/Hk#=g ;Τ5oc>'uɬ._lĿD 5vGӸbm [~:͍d~ʙ" fmng1m9DP'j P-@~kW)8#fcNN>z$Y-lo`őu-\,)8 Q /˲klwIx;$uWp;*_&>)DoG(z2? 3<^\S1)}tW^5>DgB#3ǚN.1Ab .Uhjg m5PPoC <"\xļmd? 8!64 bK;.t +vQeO0廇C ޡ| A{@zHz3XRJ#(!u刴3JK7=Ǘ8zjP0/c4BIz:R&wl¦coUbrCyre/D\(r$\2qZ'٬5ыzŒgV8Tt}Di&CLiA̼?Ua'c߰ⅸ WRvOuj[ N͔Avp%N)ԨDvSvO)C].~1{_S%MNL朅PGPN/ss~ i^ |,dLV`ޕׂk'V\Ie{|-D\(T o籍GE3<ce>c7쥎/׃xmww^bNmyIex?ڈOU#"7ڬj~^42H=Ik?H`'F7@@.XJ%:} Xb.FEg}SۄL]x7cnL ɻń(umO4P~R]rڴחjPܺ/[ʰ4۴~RcbM_ehV9M.fS}ؖ)b*bb ,dT,q}L6}=ύr׆6 qwbQYRD˿=PhD(["rV{Cz^ (SjIjK m},b 8zh[X;mcLgF:F{cքBU(h`ͫEk+F kEP.g/djEy uC*yhРVjc Q+k[IUD!} )Xe391cqO.B2|[(ĈzŇ-j,8[:Z W,gY~~FLdR HrvfF-T 7.F><߿4Yy3ߙy]tjl+Dv\[B-&(o";AL3W{=WRyIǀqy[hhjk'>D 'Z~3-?2 xo;`0# 6YUQ8]T-&XUxqz8{OO|MG 3gPze\81ϫYÍiz_ V_r5c@ wQ@32nig\Tkaƣojܖj>#6,݂QCLݨ.O U %y;k\q E-MGMO`_:,;Y蛭&<{ct:nIW$5xR~l'ג}[so::>?K!kOYk8dD/[_/ndqTeiHA,}4Ynm6 qD.LEX|3 8R^C ?KgV O1{$fG?$@ka{h)I O!uq- Fr ~*ZQ=9oF V{gCi!"Zv ԝo]{[Y!z,rKˋ=/R#Q>/j}[GT-ԏ~>qw%N -E5sДVxe12YKij]].@!.AniSõO\ ϦqeN{-dYj6 X冮 =l4%p t̹( h|ޣ6p:JXeDHDgmx3a/1+ݕ#]Ae?8`uտGeꂛI_F-~A!2> 3 P 8cmJ*|},AĂŔ^[4Dɓ9b}Y%D/ExֆωjN =iĶw]@+'X|0cړr/6Zx>AZ+7Luq)dl56"ڰba/ H$|O1eI,ڔHˇ Vȅֺ/q%l:M}G"pzz+xF}GA$\-=Nmfke2zH/2 ׿[bΫWyUyDWC .;]wTj#\<<ڡH '@ C!t(f;'U"XTR'[kJLAW4!Θ<yڞ!s]Ud]24M"!(zpP)6%#[,[0.ua20~^Gzhz(ȍf-9+P鍮E K_ %[d!WtzbF]Ņd Z{@pp,paҌ$f+ H4\o<N=\׏(i[Wm63YV;sOl2_2i((َԃT2&uד &$(24M+ Jj@F=AaK` 957*I8ʆŸ*T/_MKA.gdUf)n`\8mc>e %I.}ڊ~KMl %%;cbP shvgds1671lڊ5^08$/oxe-e!=ȡ"qPJ5`r^SL($WūQ{NGd;; ?Vlp|*`kUOFp:) ?sZ%_]Mҥ")^i{rY-iDl_"mdãw" PU!cqV9T4frUM_vT+z?Oj.$[U ϭ:Ҩ6Z7R%QT 뎜Fy.Α3so]n-,BrP!Y <Ϊ WoNOԖҦ>HKq*}IԇI+՜ ,2]{lEחP_{5ugǞșΞQcjưnl! y ./νmGcRh4t@_Z≯҇p#7`Ȇe.!E7!:$T&imi#2FE(>&WuXWS{bԼb%p[;eaQnuB  l>+?@:NݭSl b+݃.]qW.)l:*<~^ mWq:ꚫe9"5S(6WdLV d'PmSƢtoPEޑ9eUg\0H,r.f(Z:4AӜRD]B&]4uM7KF*R )m''Œ;Tw2@'z?67 mgMPhO$P%51AB^Ce_%~E<qg Sg vFzg eSfhAԭqo loeXO vQgQ݃ç6q8vcQ.OCl2o=Ԃހs_d ( Y9J#puT#*~{bogštjs cx֌^!ҋ˦^bvGH4?EUWRhTv! 'eC}oV i='g͑Ғ=/V_k:X ؠa2a+0װPŒCGz(0g;}AV}7Ox}7ΞH)f%us!OMنi,ԉ,41am?J1c$PNt"'h3> ix4*xь;syy槥 9^8qa]=њUZ̑ |MQY$cyZ@OW˹8 e\ bjYuYn\SNp曽I?0CeGGc˰&Ar̿Ŗ)KAF`U6b|?qUC$ojNTJF>2=?,IԹ1*9l[wk+2 ]3SN:2NRY\P5(4$*B<7"GF?SH(qDmѽN;r\z^{Γz*6]b4v'# ?ۄ̷C hntaF؎Ozیso>*n (Gh׀Wdv<s6iE7sxW[>`??Lz6FΨr 6ܞti R3.lQ@/ U fVBT֬ AZM3*B qєǶ.lQIY,buJ|ezl_FjyEu`j0$ ^LEaZ:c¿q`.8)kj7f(`݅mM7gdɱN+1Ebmv ,PYtU&]mssҾwQWUsZ D ePisnvѯm LJ 2cTG\g] '-}zSWf̳^5BN(Tq{`42+oI^9@SĴ?m[O=jb VIvHIM|* &ŁS (=T%4ة'ֵў;eۻ#W}LO4א;Uψ.tXƥ2s=CJ(5KN;1m큉<_}$nxsrmc!d |_x/n0m$eɚ 30j jtDuqbsB`2ańZPvzrkK pH~x5&W(sB ȣc_Jej2"PD8H>)mg _zө_w4}l6$wDd^{e? Hnw7r{o,p2Bi 31<ΟR&Q_q;8hOZCd < 3{ϥ>Tm1$ QfnXe[u65h I[)A.^a 5 C+wjQ'}*öxԴ,H0^CwIG͏rGƝp(æZ,%_xz7_:NxO{ (bG>gF˃%o 'rG1*DRA˝@J'~>tHݘNuP7],+d+­6Dl&m\O[`>ɡsXŢ  "V LFge4`uAW1xY HdG7{,s: \2jbȖN91i˃ "#wEڢ}_Y~XTzWEL@b6T}_)Dk8*z#+7X*wVu<wjnٛ BPbʝ w 3Qܴ?{S>Cܹ2~hT`f܃[-ӹiQu\')9M. Ro%8g6+$ wwJygoa%0]%$dge.~7\fyb#GV;ٙڦAwoO̥ט'IzQ;6Eheme zccCBv: 4D×hĸsx:S`7<].uig~EgCYulM 'BK/q Pz/ո.}du݋Z>xA&P-'`}ybx#ni-^>C)<~E8TZ<;)-q 53^ ߀B)y ]a)t,A (ŋ"eZ.v>ZC1EM͚`E`lTy @jբQ8"*雬b~*>![JtK*s3 gU"Lgu5F!6>LS 25SiVf^~jaC)}Vo*-=X'Mv}/Yڐ E(G\k%c lWg۽~T&17K[pp@<% ~B-EHYsZjUto)7;2vh}oP\p)-^16FjܦZ[7:2ؤf2t :9f%\ybNcK?#=x$ X1ЎHO{$!J^Ji}$d77[Q񾂂y_77n`V`o Q sDuSqLZ!HKa|~6.;yv@C`19}5vcyX~K/cN(1%]Đ]+$8;k{͌ ;IPT@`GA^s=~Mv涿Ek4(4}ҌE ъ.a)\urʅDIBS8x_ vBPz!ya)㹁swx\ǚ ];_}jc'Β;Z(/R$4cbj$^ajpj R7sn^&mm_sKH w돌AC[O8ሽ1`W WcF[:A$(6V9'?drHlN9E(͕L)=;f)X?΍pH~:=%bt/2]nhPUXɔ$gsI]Dm1fRtDxk>kӜ@n:@^ |Y؜+ &ٔ,Ù>ٚ#oipoUp"L=P]qrE %Ő̗@ Zc@arڂ@PZ[n]c!')eõ`7g#~-[坏p 38Zݩ1%۲ֳjQ/S"8%+L_ٜΨO5刺(.DG3x*H)&TA%LʤԦ=\` S=S :y™6e8j6/Z!կ w }Y M5UV 琔mjmEaw3^x@˫M_au>}03EXOFƕՙʫP{7YB ̜AIswdKIwTJ.H%PJ"r?rtcV9 tXbhDmw!!Yq?F/] |y2ݷ`&-ʰIWcBr3(gU`fAl{gZcafsaXs.:Мgpf"kdV4M7 *i!shqEI' A;4||nsC?֤ Ƞb>e8m6e O;~(H $΀˓A'@hYSDU(h N ZWibD3Q6tyVuY1PJ[V:25&Ip~Z^-{IDV8?^5`@_;^9e~j{BzY B,Q/l_j6]_(+ܞn2V 8\ŏ b{Tsou_Vt5ƚ+X_"/&qxtqwzŊ2NiGk1r_lm5zrOnN_0-[%a:ÿki8~L7I)v0?c>(ゼhaMl )=325 zf|2P O#քpuVt;>?wHPS$:++~RzzVppR6)FS$3l. 2+[MNU^lEihā~'<н|-b?8\W=Uu&oY| =jL:v}! Ouyx}F Z4>k$&$톖Y (THؘ!-Zq*1{`SQ ~cftk wN2G'bNt*)$旾bژڊ/cW94PحֵO=\0|,isPbĂ :GT)M:+}x >g^&POF{,Na/.X_$rmä%,!q }̨Nڤ)_ak>GRe:ȴ)̙c: 'X'>Że n\V]A1zdwcS:;kw)i2`+?ˆabH*Hc ~ 7c6F.W ٨TE|s~-8a{nBeA FթěC٣cb Ey~mcݷ{FcEgvm> Qސ"Anej:lKH_-;Ҋ8T'`MꐂVza|5LO"xl> nvOb15Jr}=픎ab0[]UbJ 7d^ W)~g5iVz;iK)UV+fҋeGtLPɓ>˯ ;M$W΢CH{0/^9+o# 6?<78!:6?v ~u,Y;.D:E0./r|cn2^#9]n.O)":@-EJU&jMC1ѣ:&鼾}ae emٙ"~#€%QHPw}p?IH2-M^.ҋa3''&G hOۘql'}\vU߁zFK%w>7QX$[ӡV l @Ԥ,t qӅ+`Seјn\6X#v agH\'qofl`J艊',u"Wh*u)ˋZ̲f[mHe_W PW=6Uf/j®H3n=GAPX:aF.%EAuSСFf+_˽~?ycv&LpsFι6 kݤSM̽Qn LδK"?EKmYC;[ҲGobT|" dlo+8#d#1}%e1 )̨ܓD?c cdW|UtȐ<;D";stsLP֙FǷĩA^__X`a(e{"?{Ń\?W9>qAKG:CH1D#nO{/l4ods)ZAd|_?gHi1.)QhV~X/(U XkV2Y ܰ,|Rmtԧ',hXlPr `rYNokŗI_¹C*]j@Gk\Lpw!䂔 iSd rZVWϪORMpml*rs@Jcd.$ Q*o( jz3n^R'$jؒJud[<=/pʧyQCO' uR@,[Jß<CSf -ٝ" qlres:.1[%yW]@תj3#cQV!1޿:O} دNwNJ{6=(Sr > l{hyb&D;(׽ `Ё+Iyx[ܵ3XÍȲ ͆PWxن䶥#ZxޚC!_lT_CkFkB-X3e:8E?a*@]t29,aO`+=YX'{iƛ0Լ1Vwf{<W39@&CM̒ԃnqv1uO;CWU9ȞK`,]ݞEq{ lL%^"\} \}#)i`?:`VzO(/+҆#t8ޗcN(Ԣť1 xeg rM7u̫0KBrɫYGF8*CF Ơ.fOoA{tMgJ[T Wպ>(L$"ȥ6TzI?L3OYZ7H9^s~&O u7! 9 ISX.ЋE0^ KEǏ-?u}XLc7Z>w+yQn1QX65֏׽TҾ9/M5gL@C4fi/cW;5gχ:(W pѝVSZy{\ozbo"qAo @ܸQX?mp{HQ%nfA7tne).H#Ʈ1g[Ϙk޻w}Ǘܢϡ\ Y~TxBA6F#73M,rQޔ2b}ǬZ*"3 V'T㳯HC" q٭R lvKйo>oLyLt>JGBb0o3A3UwHZY=D^m,oxsg<@ >Ḵb0';V5&8⧷_M,ɼ{="$h[# IllX]p ՄL vLVOj)@ֱl?AOH$Zk ERe^kk_vE4-DUW*:5W|u1Nd9A`a :T-AcyNɇ$$M&A8pH(~ |0J:1 N79 ݗRj {f{ y?xI3uŮ>̋5V gvUMAtykE:)D3 &<`u]E?Ģ&jWߤ0VL*k.2 f0+O{ _L9 kNgiL08NDSܿ31,i`44qJ&D] .ב"!S)h(I8d+·Q+Qw-h.:&&>hs=T@RĂ=5``ߦ~{ P  ͒eN%[iNIҥ0C9e`5[L̖-§y%x<(V0Ɲ&4h !֤һJ7w'nkh!QMwyhѠ;gʷʑ^DI}أ;Bg2J-ض2 џ=[& -K">92ME1>¹JmzLz*j tm ?:Bq zRPcF$?&GX/6n*kķ3:um$QPRѫi=jτ6YIJlQ.j14O}CRp/N08?ve( M'vM^|pͼq:bbFYq];0h-,nJ+dY$ĆȴlhP1/fA&,=eHYHPh?"E"c Kex Qqnx@% VP>TQ9@5A $Yh܆ Gހvr%5xq(]_OdfּҠQnPܷBwjHlHxR! F4I2V/~WHƫmPӹY{P^q(R!2jv6 RAe"~Ǡ|FCcqNI *`'y+d9ځ&Xs$ _:Z%v}ǑZ+4xKAY#dKY+GDDʅ+d HM1GO[Ҡ%ky'T䫿 3CU 1GD]"Y0M9 6)y%3|:xߗOI`L\IKO|&ރAl;4ն(iyLMD`FeA܎NoK~_:KgS3?lys f~Q.W5C|&̳qO5iקӅxأiC%"a}Hv`@}TZ@ųs^g{ǖ b4Oi+ WFmٙ^7h\22*hnuڗ&j_^z!KZYIÓ5XkaN\z=u:nx86!@[ҚP ^@>(NC` eHݜ~Pw-R$R"+ g4a;)e٫P(t*OgU͈`UZc& 7luкUlbF"B[o=.ME.Ko*sW@a'cZ',y)mSp5^d8j5 5BhG| +:&<=,~rl a>BYSӻ)]6P jՍa6 E'Bp3EYG`ȓ"rz3ڮh5$3}<If4BVcP02 RckٓL{mn#Z7T gh6 eQ`ȸ tI&qK֢cK8-g!!S{~g 1glHkƣx2͑CЊ1嵊z+Ţl|MA'X&5|\Nkm9OMYnփߵV7K+p1XZ S6^5%7pШ}c_^A0^4)!6 @e6p\brL\3 1ƅΎm-[ߑѴAe=Ni#DT (.۟"5׎ICbyahR( iLq!jcwQ뭀)ݚu-@3{KVѧ98 <%?~K/p\OCfDoyRϫV\O׍^);ntpY+$ak^5$sKfw`Ӳ13Om9:➏c`?O 94 ,KϞ J4UNByr/P9 z'uZs";8tw֟8p\^ߛ3Kp+ <!dmc|B+r^=~$Lu8gR V3%vAz12NصRa8DswKR"kn`Oe#P(i ?]Zy/)<5Qf#[HϿZas5Ϩ$#n~.8*~@UX=X']= q&E]d \/Sf$ YnAg5hE8FBn'Ȣ7ڸ:ZulKHz*Jٺr#qs .70beN\9.fS0l,U6Pm{yQWEo܅U|~*ʅ* >Gzi՘|]RFRsw=ÑJg c+]x:^$ a1JOIS M$!Lx{Jn|bɾ*҈3KBQkWgu>3hGDbϖWY5N \]k'Mn5US2NA(!N@MOhJykoԍv+\,$VF0VQQړ23_73OO'dBo2y>(%yaP*߽*iJ!svvYjmhl0fkN/ Օ6zyĀ>`6#Mi]d dNb;pk˔"`NBX{t|̞hjr0]Wwi,.Zé"=cgY] x^'X+/պ~m3RcD$ ]ը}j#X'"2# uȧ]˝JӄTpHa:A7tcalv9Y~!@,,|gĶR(Ir аa1R KHy{Xb[^A-ġ#GߩBC~6BYՐ f}o_.J4jꅱ GpYҍpNsUjۋvZ\hChR[.ӡjvĜ/^wN !Z|=s-ڽ&!2SkTRUl# 'jMa8\Q,zqoEJlR_ϜմTI [A<mV,S& ! p`ַMMP|% #%4Ul@Y؁*N5!4e&\`وȌwR$C@Z9$+:u/g mM)lccB(d?M>SW۵07r@еKşgqe@v%ɯ*Ri!tiIQrD8CuqЂ&eR>P݇=&{r9=u1AI DKLlӽZȺ(_( BJbGxu{vWe$a U:!:%yMc]@"/~MtK$)zjX8 v)J";g/^frWԾ8n`bx|ajqz{Ɍd"==LM ?=0~t,eX|UDTxC"~()N#VPXbUDFp&BjM?z|h') vЀT,¹`FPzlUvQ7BVru rI3b5n)WPԷka Mut~:d ,fQYwn< [LÎ0~"~dӢ;ܱ:9-?I1BEj.5Xu0APQA?XrmC"Z'!uvWtz<2vM#r=;B9H2淄\3Y$2M}3[v.8 0 Tŷ> _vߛQ%lQJl:v%Hb5{3P#rizL_! \׆[| heXi2ADuV:aZϣA#d|B7BCοQ3hPJ @tǽEmfzS{ 2&M_vf sXG9@ oˤ/ݕ ꌃ+,&?Y{ARZFv(qz#PrH hi EKT]K\+%\۹љ_le̞T{}=?5 tC6[&D^)׽m9$6t1 |n (I3NxK,DhnHu)&g3 vʞH0;̛+ֹgmJ ZFc-xbͿpkR;"z-?,?&mPwG;aW@?ʨo,1KxW OK%UOsE '49V B$G(f@^(gϥc:( kMLGo9$,%o נl!U'T'#1Qڳ_85 zr]0h"/Sfo7YO"?r!A'yYgCpfqŅ0[g$EaPJ:pOmmLf` f#E7Zs/PKd85PNW@a2OIu߾ܮ HQU, N^oZg160M"t` )RIv>9ׂ!}{ "0N;n=q,Wڤ4 gy$g=J|ڮ%W*Y~IH!}UJ<ͤ=?S=/&KL!aVٛkb:{csU3Ɓ"^I]12ȩTcQpf\7RcLX S `KE6ѭdf)_uS[]y}" LccIT=b}!wu@(8SښN|##ú9܅)[^ ĭ{޶oD> M./KSհ(dӅꦁsP8Þȋu4n#n+ 2fl9oՀ]=b}IOUe; NnFDNo Z qqtɺ<Jb41?GnYXl7Dk5VZXuW4E׶|o:u.)qA[4e(g 7b9pox0]Lf8i 4o-Q0)mȻLI=ˇG݆H wA˱n>+Bi8/~^%I Jf c+- }͢uhVH!#(e^xto@9{$8-QX[ǘϪ(?7f@sLg\Z#;ˏ-QUe9 ><>ۮSy$f_>CeݘtXڗXM5ePJ6 :ݿ"`tfV"vEU.n|oʤxyTJ<&Or2@ڙ)}2y;B,C< &ۮ#QT*37 \m "G)1">JrL6G2iYjբ`PUez}:ze=C"yLWiw)EW+cϔg&zb &*RWVEH94ӭS\:2Ve]SO;Ys' dݍ}~8~B.uͫwr.羹mpnd6 ZyBz!=i dh;@͎8^=x=k"U+<#L̈́DEs&Y`!uYOum+ctۯDmiűw}zۃ*M\ a-D/-jerűkx([ݲdHXƜZ܅U{|K.AI-) H&',UrQ# ؃qv+̱X^iIFăk},#V3c/پ<2ɥ<]5o^>P Rk!K ft_JP"qU pi}&p*8⃕X׷Z vlk=*lLD΄ۅi_&u 6%JZba^UMHY*"¼`Sc4E>+?/9 j!y(w(`ނe+2gt_|A@/'wy^h"b~sTLKXYzus]=.Y#čOd؊r om]"ǼjgU*cVctL ckdwaY9q3$Y5?1A2ډH|tMe}}=i'JZ/j'gc>~sY_cb9*/$wzBkVËbFm4Ig`D7|sMx5dCC1h3ӞWpҕ4ٻCD>>ۙ3%Mrs-m17O6aTv1+k8oe?d)SFy| 8vyCuk2qdxE;SP轔rzLŮ`ִ!>UpP7" &*ak *?Sh³dӅ-Qb>@z.z^U=u :@(FyѸwKO6h $! ₞y%V`suZXxs-:/~51Ov.y?Kwگ< 4NalR;Mh*l08YI{cqSg}rA;WAP4& >ܕv0ۀ?B*|-!|%H\YGuѶ:,bV^FWuYb]<>٤FpV_FVҜazPJLiʢnѤ]fowTP?!$`%9Tk 7OacY0 #A!#{DM}}GXW=$"HK!y7{Мۍ @ X`JB>J].]e|l% ?],B* `~H6ӘT.k|Xݼ 8bIO)9#j/.Fwk8&P&\ Rlle~wZ[pJV\i|'ҫqnxHX-]+ʝPCVpPW/n&6K+wR|;Ձ(oW @.*!\^h3f%ѩL7E%<#BskOɅι$X:l yp- F둽-/J>gc Fӈ;d1xĵ4O +bƊz,kt8w| }6Vw!ll'2xI;L5s ݉j2VgkuV0tUJ[7!;puKeʏW}\.ibcAEwpl?d?XX>\x/%@nG(VU Kc|U̙1ަǣDڅ1eu({ve('{-4bZ11My ж Rld(w6qu;%_-| kF帷8;;T[;.qN@͕S&}T!59?i%@IIP,xe1 =t03`k$V<΂],b1c҆3'>961jznd4=!5h:=dÜ`WeE(nYFrNOx{kW6+(#K>ԚٜϾg{Y.o|.H]s{)bqkA. dJA`I%̡#ؑ5HR%\GG>ГOή3*r 2=դ~9xR#39OUe8| 5^lY#\ jlQ+"0kGY&@8Njk L{2[`m @'wuؽYzKvOK$FAk_K(LN yԕJ?F.vbtnOuT7P$g'eEn@iVp8,uF; /;?Jӻǝ6<;.鍸͹e=orm85[:EBfG'_PϗM<ɲ=b 5MJqcK[B Lp@GS}I¥⽳9ץS7nFXx7JPɇSԣ-ՍJ(dr~ SsRfFVyU2>{2R:KFFH1PgkSdX d&p챬Gr"%)asiSڏ!Ylkb\͜ Z,K cn#!nD"Ͳ)Ŏo->Ν#H/<ۃqtA-E1wӥnu×At"<3R"/|'qu'8\Q$XE!cH ׅm @AS`0wýܩɚsO{Q_XyUtD 6H"@BqVX<޾k9OH^%roX2|KG+mx-^yzT/B)[ƘXL<|"cD~K^ela_.OuLwR +Y9Dh0 -\\:FxXЏaKN9["U tjHSN*X/hfX)2K<ٮpguo8 /ᘷ*_V-&}|(:!.y6)ܫ'P+IFM8o͛;{ )lDhYKI:#Ǚ:7ϽGf!ެz}A6e14NX~bi1 tH!xn&ŮώFR]g~p1r![RMf":j1ƚm}O9@UwjA.=7B#ebg \b ڥ@p6#]oX b ' JN$K:Vsj"6ҁqq8䫭 KHpKtRK諩=/7b>ƉZKrVYNŜDHW5T>M绤I BNҒ@&b'(!qvOg3_u_ŤhGӀ/.)p1&\i~ *oɬN(/**O'zm ߔ )mʔoOۙخ'6I(qIaX tV@TvE}CD6ѩ҈Sa[M,7)6 ?ҡ99`=D4N*BF|2SO"|S*BוWcDe+|Fnwa%k8El1eaw΍Qc( h2gu 5ꮊ~#/9-^tO6*N[Z6\}*LJKJBhCyoRN'o懜fíkb\Q*V. uOkV$u`Pŗ!5^?z\zjK&uhUf.Wjsq_wؓ+~! qU֞{8zz*Mo+b (yޓ#N#BVDNYp2Vڦ?miәamɝ{(}3.UP9'S[}VP1ņK1S>+6 sC &UAWho ysg(O'c ńh=D-rLM@MZACv"u!3ny,+m;kIqv$ ֯Tǁ۳dKYmq3UMXZԧ d1t uވGv?:[`=ߋv7"cJvTW5Q\SƕY%B)7e%~)E $"|*2o#k8ue +gܱG[4  G<8 m?޴hȀdWI"MH\V&#tU/1rHJŤTϺE'bl;}"9=l&AYcKv` !*-B4;AW9 [k=?0`6w:We %-E vg3oAv]$#݅Fyw*6.1TE."BѪ->ܥoC<]d.靗jB̙9EŽ :F֘0|5 ^= Ѻ+76cS _2NYB=` 8tC 3]bW++yXK柴,ܒm)EY퇴Ȫxxj[NHI$B/GCwR4H9=i_Ϳ nyE%_NWYϓgȯbZ E\=jJG*iMmL}"J(\X>Uב-co0|B F,cc[xXՓzy*& nd3<*ǔc Z3։-X)@x{w ϝDNIZ R| S _tOȊ,U46/7A;77'GT߫FIS0mgC 5{pfҜϊIQE5'Eeth2@- #7"&ͽoڊ9 `,h<&r1Ջ P\R%Y@oG6#­@ptmtr JtVPިj@4!oteE5I9)@$d_PMw_G0MoEV҇]EJA) ⻀Q$w |PǞ{D7j~#^TeƩ^Ny|ʃxH!tr!<$ͫ@N$lz)_[(N'ͮvt;F~1JjEAS $$PLz>ՅF7jR:x M2F>{W͉]JĂܷ6KşYW؏Ch{?-/'?ү^3y܌0X)38/Z5_" Bח=̊>i;\ouȧ8LϾW1keP FJ.oBjM{\%2! 7chyrT6Jv\vXΪw=P<Xל_VI@w*%kkѤQRz~nfs̑R]Ʌ] AW; KJͿ;ǽMY.PL`:[ȈD㩷0 9|d^ t:1v ,HV!գUOlq6,^gB {{*_5xS1.NlɶxaYeVVTJ'n;F#*Tܤ *3+$-}& w+u#A=K8>ߴ^ዴE<Vv'?헥j[ j^XvZ;Mt2Z?_~L' I_+fl J7bO9YGuX*d =AEM8eCϿs0Pap+hlguqri9֞"+WWkpSIVAp%s"˾nzRmQIJW5⌳A79!end㴟'5\!jr{$B'4םYB;3q~D?$α^Sfj?@Au]{a@(5L!ܶ0$GQP~֚K.Ux|bX 2U SV6/.:@FfhnՁ-c2`>6lvc7 1CNU4;Tu܃=4a>x3.Z,nj95` [a(iIuQ[ -KI{/diiP6KxZC94Tc-s sz PMzF 7@?J-˫5H5bTjqlA-l&RE2#,yP- x\n?N!|r|]bDHvIy;6@5T**_>` TFJ ?S)}$6a[]rxXUH8ϟqV`8>yjyn C]&%wa07L$ܞw,<.4Zv|#a~״J@fPBH7QOt Ϩ78[˜ҢXm~v$iiW89+O2sN\}Z/ K+A vΞH}" 3J{JvE`[44oiû|aZD_^^_Z T]0rIb<` i"ҍyCJx5GjTӧ̪̇ggW5 _-@}8MkuqŊ ˟7ikL(YU`k~l{Փuc7K%*coh&Svw0P#0{5lKc11[P9g#^* 833:B8_<>{m90>鷰rE`ępmzCdxLζ]|):xa!Q |ծkQxcq9t4=c{ E;DL2^YyS74?bp e"]=MP)㪨n2 ]?Rzhu qTDtMz-kYnpI8x-_9ƔW-lgRuSa%/룢z CvH:)X*{b9 "OXݠe)kKm-!:lRa{ ,B̬Շ+U{8u:`49(_hYX ƿn-WqC*X2etFk<ݠ˰]#(b.d!)H~)js'Q$֞o@~FlK`tF”YIp˜P pZQwwfSzyh5RJlG! zpX(aYJ4M//#]Uyp\T3-fJ <6t pc*yAj$^d൘ݓ15~=YKF fA=>W\5$lDF6]R3MN8h8|[૗ kSG{gO3'ZF|r_bJf\*8|?QvA[H+تј;^߃g|)N:d$S ߿ΖR =hRwF>,[=kݎυ_EWt'ja'=_i䀢\ZTun [3c<9ҰE9KtĜ=RҢ,?cQRG,M6H Dםh7*D*.YҼ7iq-9ABM5V?3{O`r]g:|*l ǥ/Tr*B;Arpj$&7u'1\299ekOG_CYF^oVx§<'f~D36rN=T21'&H{` IdI%xT%?(Zu"VC3dѬBhZV2{Ȧ m( nw(s QQV [g"B1*(ݪڪ.O@/d[#{9~ "{Ihs/mҬُKDGHw 2 )\*d>6 g_zw?M y)M7z )V*@ϑm&xAJr] '_%BBa-+ss0j%` =9yGR:FpyWЌ_WR785DJ3>KvOE[[G֢<.)s߭ .Mf3:Leq&w~f`E֜cH0O̒L(徒4Th uaٽl2,ʟ;5]$M/6.P5 c$ɫ׷K9Z ]kZ7zs$l#Wxi[)c#+XǷl 4 NgEb P PD7wx t6C`ŃF}QYť0~w ڬ4|fL:EyYxme.;X!{+:EalX'֞5*vxk۪l{(cnS$Nb#z^dAq&V7Pu[O s !v &*| ~e&s(,b"c[ykE= = _}F6TjMC&gOeX 6Vmbt)BUjFT5:V'8u1*A&%&/PNy|mc ,j! YѣQ@O& u@ B (:KHo>}oh7=# Xg(S{,6CD?}V"[ ?ּe]RCu>aTe#/y@M.:yxbU2WbEM{~wE*ߤ%޳\pF -*2͓8ySaeEۇ@sR/~ PHKS5\j+.«G=TjiYf,Z5yLIEH" CLhq BaMyM4J :c-orgrm4ߊ7.o)y H%0N~ei -%9oNFL/]ҎAAMCUtgb2Y,,sۍ MŔs8^{Va|^8DZK /pZ1Y|>uMX+:)/Y@DX+,Kti8Ƨ)WFLA 2.0]c%|>U .X~/l"}1:-"[٭+4.T*F/.7PA>zL}Ϡh]ֲأs{a'lH=^SfL`kk9j89v&?q\e~6;D ]x]|(xq!f"FR}@2 ;6)΢A&LrM$&Dl*o8!2[YxŪq sIwԅXWßsb +@>:S1ǯ&lEvsEuvݐtBţ&Ws2 i )0}G1 {킫^X܉h%gy0tlaI)T8-IAQ.޸p;a؅wi:/ ;#lZ;mIĻ 7=wY:5õxn y&{!(E.)Ө6=_Y<پؾm(ɒ%ee DjQu1=nȚ{tQK@9OTk*c ٳDa1~ۑUt=`" z5S+. ~.0MvbK̙)dAZtIJ׫hLs( ٿ8{_,qYx qtS32Tj}6RaRkm-bEno"l:I6cdzHާcCQ߸ڢջ+xWN`7v^ctVH@jܩlN甼߽`\.[{gemnqn֒@uoqoH ` ,*HuڿC3:O:ѕ[sMs7gKPFU ĺ"f G]7}*Nd5_1HC*'`-c^nL`{޸is*>b0pOnmhEõ@ob;,hYg s@OYU:!Ix-N '?:wI+^8YP&ol\ 4TC-9Ȃ[\#x7ö,ԓ"j?0O6l # !DĨ?^=b f$Ύ]okJT_bYxp!!R\4m^/{L16YzVm#SZడp0O?edP  xdJ9f&6J)q~ͳ-h 4Btq~OrJ|VRPv) c&-Cw|֎KZIc$8|‚MBpbs^jϷi'ztQ-?j})MfC zm :(vvN@b `Xg QD+eq7Ae:Zi̯7!4؁\l=u*a,T#pzG/7]ȉgLAyLFϳ=((9|YENXJ[db;SBt7AٽWg'm7!ه\_Z~o$&@fM0ͷx:)'@i'pwL9;Rg1 gE2@X;Z}ȝ YmcxN!(⾔骔L*eӶ6&f(:^or~ D^iD*$OxSCrzܞ[LaGŶ>j_cR]XKSalΏ%g0*)guOCFu8f2r[Ԩ2BvoޑH:v{8|fR*TGC]YZjraY$[;mjAWuDHb^s#X]"2=LeLUR5.Q⥠%Gm`1-p/j"3J2<V :ۧ\k6Ț^@;Ksމ|`/>̠\#}`4/JI8f©W 3W: goZԡwKDOV^ыi'ѥas4p{ lן,?́!E۽vPxm ^7)yiQ@GjBqQ) ;Ũ ivWq,%13ِI,+Yj5\ٴ 2R(T0(7]I2/.RUVcvY7 /# ';'[ǪyN*  w@D2-ƿ ixd1D6ɒ@  r|Bd%>[\(x饳?#㉇)ٯY":^gTŨ@6EM9sd?KhFtJ~WGp6 y{X|xq2v$a1,ŀƽDp-J@)2'q;mty2I'PϿGPuaihֵܲ`: K;3_ڗYp9 @o>2[]OxL :ku9ǯWXtjj[_+*]}S&' ƬsnSy90mO_n䯮)b2[_)F0SpV:v9(rnB%2;?'|[>Fc.7T !\f~JDҧ[ gΜ ^7DC?TC!pKbV;y3{7kV\po%K-w̑ ~:Fy.3ǒP 7d(jBi cZsT19tTK_Z:gd]vD](D<(!x`+uFnǓ@ŐNLW;I`evnFs6eP Eze05(&+4U艹 GysjJb2[]"/$+~YпıHs}𓅧eکp ? _fNi, K ?x+ ^_vDR^G_\7#nzm[ا$w LckdGZyB8E` /Kkﱧ}6tsSOI$*Տf]7ScEup46/tצv`]bdLk&AD0:^c qFҿo1]⁓G_EP2I%N/SYDH̠x E]l@fI;Ig998/3pNV~obe5DCju-#qS' -qC1#fAb:IGъ0hX;K^H]d)t6LEӌVYo|϶t {1\/k7_L][8"=u\8jCdnZjT&D`F(#f!EW3u1oHi?c2 k`b-8x ?=UB(nSEM}!#%k1ojQĉ8R}݉v?wNWBP _Hr5 PsI\id @ 2f&ͩ FVz4;֜Izޠ.ƒH~ӓA48xFY'$Uv_vғAV.ޚ4>-+o1Y"~gG:a@ +sBJx '4G[t|.==NbDg/鋃5~!1\#w.)}8i 1]; R(; iȉ4CQO2qGyE3`V Qgɘ A+"1(&( 19Y?h/RϠ/۔3$oKkJY\ټ%ULLJgd lxP(B'BSvU%~I$$[}JnQF3pLgXڴt`o+h, Ic Zh5tjrh f{ `qmcdjjgL ׋ʄFGN6W{̷AwbP/pY bsӼƣ].gI(XAB{Z>o.fPZI M= b\8DX wwJz͹iRoYQq(ɧ6TqxY)-~2e9<8~}YpHZ`P #A;`+8c*ۋ12Gp馭i(Sg„5ALAD? mf' 5 >5pb]lG6,g {iƦ\%Su['.ۏB \ˎ<5 ,q[ ~'iQRZKnEd: $ 9Eg@12qdͣiJ%QqbF(^Oz0=ݴY iyU.C&.ƾPܔå= | Z '#.H+AS]S3oZn *LIlEJ.~$-֙O7ލbA C32˭ނAהZeG,u.LԜQ_$SKF>/j{JKoyL蘍!)aRu2& vղY.zW;M!Oo@@|)``LTFψŤv ww CdZPzYXf[|1) ՗aŸU"B Ve\T#E @}Wr"sMKyw4M;Y֣sʹ=kɽ `{J~wdM҄Tl:<1{r\̯ݑ:dr%˴h]6<( =*Zױ?n_º;:ܛ/̈/x_rV(g b^DrQ Y,Qw"J+'UQ ` K8#\2.(›`h_-)xڐnq>C&1Xg u"W@ kHPp$]@/00ef5Un]5|@}KJ;3P + ۣoiX|[BS9JpWЪ`>T)t[j -۪("G.?j#amOٳH@-jZ# g3^5IhDadbJӑ}%~h/j|7ώ>9QyؐWJho%P3I#Pnuclli5 'R(SUͮIw}ֆ&]sJuӻW3iںP5 2:R05j BF}M>To)MOwg5W~)^:R5 ; 0ב$Ȓfi z+M⃠j;֞r]̶!xPىSYFLohJStoK5b<"D\0!tȿFۺ 'Y`+ڔ.SW*{$o+mB5 EP$яzi_ǙۣAu`]ѭEz_0кB.շNЃ@GNz+,z%f^W{s,c*uw\qɜ(^ /〙hA,K_(zC%wԂѕ闊JT6@}3 d`C0'|F hLmkKZ b8Fh+=z]8& .YQUpKhe(]0(v 5e.M2;"f%=|shNL Z@1H|(".㨕ÛY5:YfȢ;#)/И7YOK4Xg@z9糇φM`K1֠rD6Qeu3nl>R,+9z3W_Xv:֭6;߂Ar<@GΘ  &n\xpI6>9sޮf 1w(uN`5G{W#QG )&>Ox1͉$B C٢ʫړ,d JRLiqqBdPur,g+fo;{QIk0 wzx .TIc>< Ts -,u_]v2L,j(hz@U\uD+$}L1Kpc+چCD~_T?|SϰJ3yX5z=? 3L/ki 3)jdPNC+o+W<~\睮),%'GL4Z^S9k3 1a"%n6D9oc YKWWr+MON\tZ$)]u70| VF;O(.![|ތt1 Ip6eme_mnuJ] lZ{hLch.=垞u" 0dׅ5ӿAR!wІ՝2eY%q?%$W2!Dy77}kQBwG^xl,+qR'N_S ]pҀ+J6}&% O hh! [uBP+#BKTs"-Z4M^k'^0nj\]'d{е }y`jO| G3J!80b<羙݋.UCVڴ,c#θQ:iܥQS2qP=`l)^~lΆ, ~HD, p,m ~ DhK$S/,/OD?D(, ]B_bkS|'bRnl&nx ziWЌa`SzI~ Hm&o0B4O:oTK%q6rb$Q"P:q"P.Jš{:t>=;F^K$J\uCɓ *oyi ا {6 GDQ\ZgD~lD_c+܍UL]ҚPu"_.=CdŰS;4K =,9cw@{`mɂ3, m#I!.%6Đӈ{qLDgB7Ư#%,YL2̧F %cj_E=V,)b( fb|_YfzLMM (WUGJyfRZ]z0Eqal):n|ڸԋ|:J.T}C)lz{*bZiB.B3UѵrB*s4YG_.E"Jr);_D9/hw^)71:NnY$c:BRI%Y6۫F!=PLM2[t,?oӽsܶ*t 0{ N&{pJXu~0]^5S#}54r6p:k ^m?t{2(O݇e:u XW>;+1f A8>g xczw#Cag0Fcp_W\JOį^Pd)qRWel ւiSb Ζg\`2_.L 6Ȭbjvjp)|Cq,J}"!|FS%l(XClB5$mrDu'B@>cV]5Vt*vYv܈},*[ /t[23ћoK(E3uE̗vfNLN`pߚg@Rآ.@]qC\kv m+7+{0ʒv=8&MF/rǘK|iG*úOiDdAм%. IDmr3v9r-EjFnޟdb㶴7qO֑6~@P}Rfa)~%e|9$C"9dI6{B?~>T 'qSGP2d1)v)ŧcv0 M"Az*Zn-Q 2/:vJR:;I6cXPԉk-Ԣ=fh~ʴL=AS^4.?:I{B?V!BdnԜiJu飝k*tBn m%2idz1l7 |7M؋,`Qr L,@2̢FyiWTE"9t^8C<q&%9Fq,M5}w0vdT+#OhQSsXh Prq;W3+!ǙjVh)! IvE2`r=>:)vSk` XsU !ҫ!*cԲ.IT: ZƋ5"^\Qg8cNcu͍1tkT\^rⅪ=̩ sǘ[yōυJفr^nQ䚵@y|gidYbQłމ8}=Y 2'PQ^JU<YTMԠ_I9dixq< ZCBfB嵊~]lw[K㿕 b:YeŁW9R5 VdOd~isW&Ycv%ytr܌pbKeNĻ_ nh~.}f=npo^xYGwkR[GgެZ2ւrpt T \SdK-͛v$IQM#8˫8I9`O/6::.t!k&Cdݎ"cm7_&+I, U%b-iew8GmɌ:opRyr. 6|~&(Ƥ >} m%S$WnDru?_tE0${2 L,1?DTq `X9*Cb7! )S@v c-űW]EؿY`a r=^dIԱB{bVZ9Fgy.'SE@Pv$ݒ+LueRˑS|{ jv5y75Lxv1L_L:L.]74vƁVX떄{c_Z/AI)9tIG=W{MqET"Q3+1hg$PFY }uim7e>Y.( z\VR-P`zy&)mɏZoh=IWa|>#JwjXxdnД6 ?hp9)rF%; (4mڶ U)"X!\G֥k:)GAwOn=i3ngg@^QHа ~BI.>&ZvwȥQ` Wu;SdЈ%cQWܩB<,Ե&UԩZ< [rYɍ7Eb ;ORV0\Njͣ?x#S{t?V *WOx3ڨ$+%CKۮ 6A  *|bI,CC!IOF 4(aqhP@Z 0j> H^]% cQ`9/JVjɶϝދܙ8 n֢l` ڦOv"LճdžtqPg W ;PpoE7; Z{UT.vhƅW4W UJe3Ä}0㽮!)ΜdwNc])"{qgu9<1 /0o&?!g9=EoB~zR@pS4ɤmzWDOOK .P1]j~[LXpj2gU-sA.\K*3Z$aݬs㲿 hE D+G Gx# ,ff ֞cŒٗ!n WqńNK^f7.H)  rM@Ϲ@Z^{ /lֱGd$9Gc׳OJ}pj:?-Ci^uwOŬL~'aUcEoʮ3$C-Uq"tjSd";CK墩N$ktɋك M"+ke 97ct@0Em\6aKB&<:f&$gf֟O"OGw6. te t| %6x6.༅=,=a2`Q.K'aZdU9Zk,*y]dDxA߄wl cd"[73{]RAAyub cMόðׅ HX/ԎԞ jp^ ueu F|Ƕ {fM]b/4 sV:D0/%Fw눾gfyLɣMs?NJwd7ocA~{?r`4%d;ekل)R4>Ӟ>~̅}Hoc.*ߣG'DJ4Ĉ{IKvx#- 1 $kް.m@H}GGr⨙p2$k@0/aK"1WS-+DqmU?Ϙ߻QB'Pp=y7|Om0fͱyR{ictԢ}.ٜABDΒyZ0'Mq)Ma:>eFyPEx2;6{~,*4C?̉߆3KCX -;u1 KU f8\~-ÁS:Ni Zp=}T1.,ur#(@䄟.ʘ,EzsNZu]B"Ԓ ޚҨ! iЯG6GѪ:L8k\ѐr ]R8a@g=dx$.Huݏ?_z6Dl绕aLqyl3 o@ *Jy渡(62 (% ǫyw<)xxNV|ˣP@IDZ.[L5rH4 7жݏzZ\Kg"\rutf 6zg5oSu]a~e JtxFeaRmQv-9Wv*$}8(lDU{a6wJmLMɞ^Z$荤T5ִ"4jZLgqHJ,UeR6.{$T:ge;vu; 5f(&L}qP955,;1K2w@Wa_._CqK" (2kx<$׻e2*g>6UQewi`z(h` +ut`ܩI9M Z S}F>(fdtefCB$H ` z>2Xz~=KWFi-*iuG(9]dZL\Ɣ3B(Z"1[{C"8ke$S \iR9 OEr3no\[6Ā8Iыv k_ /m15Rhac6vI|1Pe>(4+OuPh'dCs/:1}P{+HUX6TKO6Z=wW#/ğB: 8SGmUFK-G/cr-3&3oe}m'Ֆg'G*x$ vQ ?۫56}#E$3>Ch %%39:v'}3n £N9Tw4"2<3cȰayڈ q,)+;V\5"܈C#cQU<1SPw:wbǛǜ]h\8w~8z!> Ȟ/ifA+51&NBܙr'l+_k!GnQYm~<3fIA+*pM0]}ut>Tn\}Ƙ()RE ?ˋ aH3Vlȝ}GcT{q +2"p|4gЦ n/prC$>1:7L7=C~ZYln~iLBA,7԰`n@FbrUvJZKTȱfaxD akPֱO\8u̴4FBg+ &AJkE>K=`;zMؖSRH^Tn2iDfH@E#H Hj͙%-gvitnR4H|'{BCYz!SF?R]A6V!ꟘgUP 'T$T,d`AcӰ?/(f#=!TMgdX];]\z}&=;m1-NΆb-V(6?h5ѠRtTy}RTxPj1#aOhr|V!fЭ >@S_.Y8Ҽ\āto8luW7G 2NI_*ָqtYjl̨ <CR$ =NUhv둜Rx];1gD[bGQM$=kˁY+lkH 9xV5e^JsqU@pd]Qjko/V)JnA<'C-Y[L9A~L !o-| 6Buט/C70I<ҬA(/8Kn0 >JrgW \H>KvIkj}@>}7&EPILf, eɚΊfzj~+uM8stX+κi/ABlJ@=1r=XOm#Յ.Q8Q;cLBқj«Ώ@>D\-6^_c8H3hL3d@qSQ9ύwF]@JQ)F3ˢ[P {V zD)iW-?A&`qgmsb w"ʭ/^x%;Z+jZY0H'rU_Nd䢆Ps>\x8|Co+?)>,;6?zj7d~'@~6'xjteտIE`{!\K{z{ +E]DV:Fp,TǓqf68,*)vI[pq =4$JwR'u0&6lPzPE񘗙{{ 樤@(@ȳֈ?Nu6ss\1 ɛ) _JthT*{xah NBSLl;֯X§[j״Q,l@epec:W GW%l'F*፝~)) !\??(J{wsț.I@&0tO Wy_UNS7YG2M9TF@ 0G^@6M: NI4 ܴ,X!NPbR7Q[p>ܔH%!}aD@\5@v* f2ˆ~*Ã* 'k C<-AT8rqBz:9{+aĽvzAk'sa^Ń%pbsU*<%yWvK 'Tef|(֋eQیC o('# /=xA;v;Urxpᳯ6f}.C zUμF7utX JFCKu r`?HTJh9x3n xԆ}͂v+psU >q(")U7$z$ <= >v+\*&q;h)FjboT z?1$O}sY6)QdlK:'Xp,壯ˊc~^*dJ571l8L)>6-]7[Y~)4̼ Y1bN&uT*AL+ٻ!z!l{6pq|}7_`,rpom^v˳ˡ~6a&ČF20B.H}674L]2ɹp|nFDvŬ&W{1M`mY0!B2?hcHlE^q?n}9fSC" FNڛADg?XYk)7vzt@*!-~֝ٳN//ƏJ`tit.g`_Q]AaI$s)䏵H=k Q<]fVnwQDNq rB*n~V8~ =M#_8!"Dmlq[% VC_z-p*Xulx$.*'76[:I3/F12"GȃzT+*FBy06{zWŪ rꂃwPCCJ>![wHyd׫^i瓎d\ š/ܳHV}ֹ9Qn3}qeL[a"/L٧pP(f0$`k#UK0' s0\X?ʵ Iz?4 VP 3sS.^1 b7--: Wpz<)>D}/|]L*]+Sn09Y2F,9{Eml^qCUN҆+鎹Gwh.5#~Ķ m}"n;i˾n O&\^[Ud +1$\: ̄ivU2G.2Φ8 w/\ҧU[,җb[ xv X_@6U'Dy,RhinS0&brP3%*BՀ-gf~h'in{QvӯҧY.tyWlwSStU;k^TS6~~XaKN-fN FvlZwM]ʛhtw9^܉DnC/ךVpŬYq oAL !{~*myF(<hh@5͛a`UʹǓ;E^RpDhtri( ~n`sP -e_lB $4m*`Q7K8l /!N`[@R*\.0$EU3{_UC*`jrGFi9Cey =dͯ昳ϵfb Շm58?Ԟ{i=xR `ǩfwZ}E2 ׍ K'@5 <HǚPpǩO&̔)Dt֍t]ЁfL4V ,uoӸtNFS\ăsl0**㑲wxL!s?.,`(u䜜0Ja|>|NCT$D֦%*Y{%;.bf0L՝h=˻j~wy^`ݛPُ|M<9T$x>*>^ څ'mVFQ<9FfAO+Bwi!MpPq*6SB=^n(>\صrbr(cfTۨn)jsq-܄J}?,bzGΗ4_(])_XOKhW&#2\?uO-+[?3ގG'C+ FdkFv&X,}6,D4lSf:/Y+b.M 8FYqDyR 7IœYFxu 0 o 4q`<>*]%aF8sd{BqpHDjO"#3>|1Lg;ƚVhܳCGy&N6V;$#!\gq /t } s)\O?'_nJcM;,qa|5IoNFgh$b8ʫ$_Dk#E3ROȔwPJPUQS?&-9>(YA6&sYv槍xb; HW!>B3FP;t`c}Zfwfќ_!&X$-ƌvIdcNTV X4.0gasl2EfXgoWab[ݍ9LN Ŝ_N>jA! I&B"uۇ7vHYGT4E߆c=Y<R"xQtFQ=n;6q6SaH,i&˿ȚbsLۧݞrJdwg+zNבxA=/?PB`Sb'rLf_>BB_eBmn捕CD610^9Y ؟9K%w}bVخʐ.ϵE:uP\LBNjkqE*ыԳ4 To;_V`5lI[n9|=vaCWk6HO *߸Z ^t:}4E8TegEЕ\ti#Z\=>;ퟒStƩѓwzQF |]I(lծ:U ifB >a1*QsCA\v|_RgVH\pO3NClK|݌e OZXOABޢ_IMtlRZ~-wMc5QmS"< qQH DAXy'4#p+W]4fL UROomim@Wb+0O|@R(e'rlxrᛒ"wwNp >:xŧ\`toobR0ϊBOd2A7ol0GMk=fOh{VtnKbLYpII>9Vx/eSHdq(*M&>(,WX×y6ȡ٫~]|P]3#c-l&vEJqH85BC~?K+KxΉsᱏTk)L|dI)B y!0_J8<6!A&?Ri3:}썄2`KRI*n,1gO9QR SS\MFu'w:9Hݫr{"Eİ /RLQĉEUHeQHg5Ï J3b3m3ɂ\B=[i|K%8\ZѺx 2ӢzlJ%.,(Miǽ#v:W2Յ/~rVH"s4>M D%YKFqi]P~ҾTIc0XA8!/w7{ ;vi,ш/݀ ppkyU# p?kiOXfI[B$ZQ;  R\$DTEHP`XP''8fqQЌ܆\EU:_˕ji{j\|VnB.ai}mMhHXzE4e]zE6w9Z+;cΡGj,sn(6L\g} Nq7a=ߊ$_LYC&K}̆1,lyBbkd#l0]C5 3*>VJP~_9H!Z3CS-m恎r,HtzK! $+!0qtֵdw)!sLS`0 :CG¹ d;Ӫ+iC^A.`SیbΞJE T/k6y-z?\h?5E EW D,cSF 9 Dyv(vdjw˕p⺢ыID۝ąX? VҦvA| ,՝Lgz / ݫjĈ`Mڣ GX]+Kk߄DlBhzOjϚCW$ Y oNje,6aj.y˚w B.n(8T.6!0EOl<<\ԺQ=ґ{YvBܗUkL0Z7fM}kx6ƶX\Mm~W )iW["װQ' (Qv o!~c^JJѵUָ ͙+<6--#q_U$´ğScyuqY/[.S7FE;$mt;I8_VJp?5Vs|Z['*KY꫓/>ιhIbsԅ+QT՝T>B^lA2{fd!ā-d,Ud8VG2(=YVkmze(rzCJ5E3,( }\6 jdG% m]ЂBeOJq6?k}'b2,Ui5* ŭv~ ܕW>gF?Mp~tw;AJ/zevބ=Ѐ x@~ooW*z(V<#B*zTNm~zA}/;VF6}azK `$wcOVΪߞݮJl~۴qXM Wx4\92iM b$Aa&TZ &NBShAn}{87I0~Nо6&<+|zq{!|}¦㊫rDBgLDk%GZHģ}Ī&߳.jӱE&<;z*l$Osz#m`u۬9X,7@83y~bI6m8(ҦeIhvEn6 xQyk {vn*<~IW6Cڞ0;L><8_`Ϩ\ ֮p磻#.51~Dᠫ\Fz{W6g=ѹi Rf n$y gڕEv4EyïHl~E9SUC;*xE۾l4NٕURf1pM & ;Dajj<ЦkheaqtDgmV)J ?BftSfx\bh'0GN[P!#U[gPjG_M\Y) WxH%:]D~)E-ݫ$Yd" #7pk|eJrR D9"Wg2F|R$2 Mo4E:a=眎=PLJfZf$0Q-czģP H1[&Km,:m&Q3ÞvŲxV'mrٗ|(9R %D4 B2g*̊P;M^*h?%׸[-g6B z2hԠ2"_9U8/&Bԭݜj E-m( 8u-@voͧt ylu2.$f'bµg͓RXhՕ>hqqhL%' c"D'.FxreMBh"2ۮ1ÅP,{o+-1;$"v2id A_ ' Cqy|?j ݀kOSIvZ3ta: 1Yh:0E Ջ#+jmAq%v|› c+<Wm{%J=S +[}^P@0~ݭD%m;q? =r9!'v |5I8hO72+JEiBݕJs}67eÈ\`CfMw۷ڋ;\3H 0J8@p<$ͪoLCOhX}I#߹*KXicD5$,FstU& :ZX ؖ6? .k7k9p0MTifD8}aQ^cLfL}7K2ҙؒX:h*Jh\[5k۰:0n{P;֮WBOC^-x64#J(JYǏLp?/V{xi\٣XR-CzHӛ+UCNִ0>K1)gBgg+S2qbl,+ieCiO&Xi8xDpȯ4ǢJ%$ZhkEMs /_!t$lTTYs&ͩVB<.2-oD 5&5h/#U݆m $56i Zo0,Y*+%'[:t"#':H10azWeSLyx+>Jhd :!Bjx5it?b2j~^\+u%z's{WCos*jĐAߵ4j|n16rvz0eJV5桴g[0j<> iFo'8!Җp6)k` t­{pnghfE\O =~.6 K.=ikhLЖKO_є1G"sg +C0}hHLhЧ$!Z]š-Bb9/2pG:i3Msp[>}[+۰D:6< PNXc=!3 6"@!A LHP2_4 ulSFRHM)?"JPD\u _tC!iMCv:ҟpDسxUg^ΙS{/Дz. BΓx7] @dg$< 6umyuRPPk0꿥  :)L/ShvHH ~qHY h: NJC!X g|+k@&,RQBfP-"W5@". '%9`6xH$8p HRLW9l} I \u—:/MkSi%)5nH 1Qu?DC>OzP-2ɮ'?@ LxVth 9O*ٯ5bn]VgCyʹtX]ƍIҎPhW eF%JqHHo:h_F~/egDRcQR|*sVy'A'e<7 UWv3"42!59.*19cVrui3R4rOA-Gl%=m2M,Ak۬4}.LSNNBhPkf\,=!,ڡG*8LCH E/δ"Uw,N;D%wHhEr,A*L`_%4JDeׇ}IqlA&=ɟQ<.J1ie'wx 7$5Topmq衶{`T:e A+8x :dya?*9Y q!:CG<`^@ |}uClpTѽl[pm~ԡ ax:5ۂƌmCZe~R+8S÷ABw PU6,-{XV *_^|`ɐA[`;)XO`XE;g)W97HV'y2kO_Wӎ5l5#Aw2&Ah QB\(zD n(P"ž,$/`*mQΛ[49;zy?ص-twa,zݡ?ra\٧\+T[rTcf7/?_OQ,ap<?WV1q%b[jbb7as}zu ȼV Rd~0v/5̝,,{Q869"MzUVޛFF}DE. wv2y3,բOp<9TIŁjY _`eS0,lVM!*Kj3Nex jb5QȚ4pyK,dJRpLeLu~6 F.1yV1bעp¢s2PH%n K#cWvړ=,&Q:j8֙jn- ̨h6kċ5u15R$jYۣNue%Փ?|L#`CTz-ntY @Qyt7+7ļjT̖P/"DH;몫kӭ40p*@zenr{B / ]gI5KB3_!D>ͽ7&NiisAT!$QOc~ ."ԷűݣlN믴jb Co{=u3?Kq؅KVTà3\0&&%z/YÝˍ6aB{xE~Qa8~d}iI$Kx*/&'#*  ʝU|dwX BxV 0# Q9RcD3UEǣ4 xGndE0UNag1#p`rόj83m}]lPh{m;ĸ6Q+caAMi7VV|D`I1CA YkkJkӤ+;ZUб8^Gr ͣ@ [)X<10ԫ9>"Be,7w")~)se ;+9ڀ)`tzl!j/I o`y[w^^wU2X.R{~m(K4T ckJ'f3XB|J^{Y-#|IX8aɦ a+MLA3}&'9 V +@hם(RTP─]].HN#^{9+RS?}kwGB 1ݨ<>>i"z2A6WuQz q͕̚@x*ȄFZE'uވȔPo2CA/(i=cG K3ѣX^ݸ~O%#$AVy{4QgϡhQ)͖睳JC [6dT]%&CݝK!/\kJxvsm$PtSk,\KS#>n*'9 <#Bw!A5nmPe'͹%vlmk}8V$4DYT_11VٞGGWP|h]aNySN.>ڐJsOwlļ(K'}U=e!tmچ'w e~҂a+;,Nuf8>QƦ+58W+dY <€ioIL Б[%7؅֡ %o=&|Dkv{k`QvF^#np z;3{EW1NEP<`虿$ylp![Y*{aOz vLݠLwT.Վ*JuP%ZC<n}u^M9-7/gy:"c 3ZhzɄ2#Ui`Ha?:g1֢qQąR`)>N&S+ Ͱ*x9A<;6" 9bQqIREn%s." _>V CSDt`4Hs|\2n֛>\K/Gs,&}%U67U*;ߜ CzОq  oFa#v\Qvy`8e ^&J ڔc{)Zރr]PQ+WIbΩ\\]@M]/1 mA],s*@&F9QW~&yO 箧]'HR%e/sT\&'7w5Xk؆s:j˃m`D!"6OmipxT@ G-]5aTm;OZpomj'2_Q2#ֻQi+q?zXlۨB k<\ت*vux_﷎W";y^ }WL||ďLϠC4V9kvl´J[ِeK=y92􁴞QmHȆyHr?u> Q#HψuoJ$>v ZFMg/4wMζMί!JDW"W98'oJd&9pjӼ>D$RHjC8 gXn.Cp-UzQs$1Rgdry{X"CXoฉBc&v3יF"lGy4Iء#UN*׽UhR;̮%2{:쮿Zu(~)}h %,LS&da({aVW1]` %92gpOI\kYlM,'_f,b±9"!PNND K]2?ů&ԋ4^mޅwh8r곿Y'5hv];}.þL"" kJ*tOY93'Np,cɺZXBaxy['ȷu˧KҧG/Zzlm׽ 3?Ȩ :堏? %a_7^Ye=6O ׂLlAbݸ1ޱJ]אk|-II2|&kDH3 =ԸO4WugBܳ #1e܌;O_vd3ۚuR+n}00o] Ox}9Q5yܠdȘ o[z˛Uۥvװ26#E}{llzY"Ta FaІu&,:Mn[LjZ(˼C{ 6U^ҏdqAVlD4;V2, 8L%ٰ6]af|~ ׿2>)jG"8(6MY䏟w?NR?JF2YPScX+7xpvCVӬPdc[8gR5Ӛ*q-L6D$8y8 w~NܜʃzsU[UfA?}A~SbH,)DW2 cNGgTW1w Dn/qv+m 1vDM@IҰJ,u x쀶Nc2vH[w5VLl:/bL{r"_a 0>nH =e(q3=A.jߟׅ?0\L^vtpr1kɃTN<3EpI1\\ഄ~|B COS{~l͹:WKUi@#7]}`-ٍr'vAfA؈~^mT/~hXdnNN18KEz|ns%zM-#N/u7GjvzTŹ?Z9kUT. ,-'Z{Ioj`'[h :ޣI>1tYr)psp)?+rm~aXڰc~ϐ%W$h3#FGC"0֘}o1e1=yy>G2vTՁ׍vϞt$vD]9T8V:ՆTEjvcW'LO xTNW 2$_b8&:98X1Ah1'Mܢ1uUnwOfqP9u̬'_@zI2oR!S 3XoD{V{Q,u|GT4L@~3 }AW᦭p~1j` \xگh^V9"PBS|%җxƘy4?߬Cej=s>ΒF0ǃen M}kvJIp}%7:q  Ie灏>E)@qwP6%kiUV}УʱƛRC*u̔d…<ZKNjU} RG$_4]U"|4\I Ͽy>MОv/Lބ0$^EZwOL!JAwU8Y%GmYQ^a!Z3)=`{QH%@ߎ$io&kb"p/[:ɨa̔_[\ZsiH^ j7/kïDF4ֈ*6\6q˜/v ?Jk͸ߨ"j}ÿ_yJ0Ñ΂!F Bs/7oװѓZS3//[ox|Lh(Ԟ#HDzZ7:N"uǡcdW?0Uԫ0 ͎>~}pRZTp-ep?fı '"kD@%aS7x6ut~Naa=oM!qiQH/SIQےLUp.4>3aĝ>gH(} 5)0[P ?&firZ0K-(E`o?aZۉw|W~^v/Yq.I9e 0⇚!'mF"OI#[yHe]%W0+qT~C 휹p(/_ULr?^ص\ 1jZJx=BM{74ML:OKm$Ճ(:L =nՆ6pVD* WǰhgOhI [4Bby1@V @V_]^ά;ZF0 [:Jwu+;'w`eM_Μa!ӷ@%{єBr|VKB5ᇢX^u4b=FbR s%ùKo꜓)m1F[U!sn;D$C瀭]A~(Q3@aϛGAʹP:yCv&&'F8j7 6`{-#2Hjn<*f]e-P=.016}|;[D(@G& F"q4a"TߔAC̣{AE| ~6ZƭAH@.A/3Tq GץێXU])o]hby\u_7KAI=b״6w_i!pS+xlo kۇVjp'Iw52G"!9^aGƨ-M iH:4Q, EMCu"-y;ݝVKӨq?f \N v{c =zu T5]c3|lǭ4>gGdpZvzˬ3"1t?| SQ+ ༺!>DPᢶ;\ixҏouվ՘ LtPC/G [7Euk幉m{` N\Ҋ?Ajk!-oCRTxs"vB|.a9ws%^v-igBak`7@ ]Mb1w\NK5o#Wn=^r3tF>Ĕ/<#=}>^ _n ^c iQ}HLE(9՟mPMp*/s`X˵\x:u p3Xds4^PD3XԗCӻ >3JЁ_e{m3:ngHjwOQ4#|3w4VW=5E/ɊA7iEːәmu&^ ҅Uv!^)^Y rM 1roN5ŠI$.p2]R6GJЏr"2q)s"ٚ`]6P Fe-3Ϥt,=e BzN=qQvڬ`΅ Pgn$!%uL͐=^,:kIRB^i?&Kfzljv:=[)>1[$SΰbvI(V6ЫB_YpAe1]5>-hƲr&(²Fx7~n"[H)=z˫}I^%XwT>4H%/ HAet Qec8٨v ^HH!jȩ0[V^̊8RA>ZdƦ`1f2;/Sv΃Z" D`F{%d+{Lh9 *kfuqUH|[ ss%&C-!=LO¥bWY>ƔŐ6>@_*\[EC(@G+qٔpNMSt @)\40dghRR5ٌv(jMA< fl{Ah66ulҊo\~D<`ܺמy} <^ɟδѝVHl;ڙ6tM@xf5ւX6>?MJX\E_+,] 7] M7>$5KzSWgk6x2M HdzQa Q9GgA-C!r5SbIS}VZ{ꄰNOH#<NI Fsv?uB7`\@ΌqU(M"Q2vբ"0SXB|ƻ)P\1DC*>!}15qdCmtZza>3USWP/M*::d-ڦ➱-A&A 6묛j f )%ON~E2]2bK wxt~LDe6/0Mu'-L̔%U|`](^Z\oߐ]-VMVj "m,fSљʤ4ЫKdВ;Ӷ 9T_<&ꋇR o/I4__r>BU`kHɜLz+;CQ4P5:>Ml.r6q ԇ;ÈHCYMY׭(1sƒ7Ξb ]Vca5aUJt h%0ˏqRѾSC};wiOoWĖAÞCm[w)~UHqk_Rמ_|MeɟD %ެt=ف`%{[&ɂDžPV:5249t ,L.'9RWs&k1UwO;qOh)\N-]dzk|hNB@J:ly<2WS#.}[ Bm`֛<ݐt9{s~ş۝[|~7ljeDj[l67r%JT8wvuM{<1/F2|bVO\!E7(8I-9cg4h``79lF}? 3>'u){ n[L\$0b/KL /+1 ؇%]p6^ϵ-.R-BT'7s .rRnu PY*yTEc8ތ"u$8.Oɔy.u5' {]Xj4U8U 2Gfa 6 !u*^5bc|sQM;Kp"i{%?Nz>tg^! Gi 3p$AY#Xu&J==OTxW֊r1lBOɆe0fJVW*Xqy5rqRqHb_Qŋ}@Lu \-:"2F$M7͌SvE/XF0Ry/gm*eb^⽫V@$U'Kꐛ~E]Z6 [ ϹvFav8M5NqG|hÔD=N+v߽޺Zc 4H? Y/GhP9"dTFQ 3nU.o"20A^#q?Q>:G *'(}ZY;45UĴruK &QLO7sk7Cn^ 8|6T?NxN;e 8;z[qu#ѺNēFHS:6__SZ)cо^TZC ٩qxPjTk)=J!:uHanTMmʐ7t?sq $F GFc6plos x@1DA^^ j(q2Df߻s5瀀V\s0ٞWZ ?'ڮӏ4V OcQEy7v# Q Ȑ7F~7-?$t̷VO m (a~P&<Bt~C\fXguhC{104vc ۳y EU6.YJՐKvT/KNS|BovV[#>.)K e7 &e8ȃ8u+k.jPMR7Nyh &:ipj{\B2{Ľ4R\6r5Yf͑Wp:ӸM=@DaDk>fP-gb 뭽9̓SSdzqj^d?&-ybK+1[WT&p~ pmlJ37Cjzlr$X_6U%8C z3RM gjVXS%!|wrqqzZXmswq€pt!"P<62.7|ua]U(gkd3Hظyn̏o'eIM<XH(;$ sD`tX|'Sv@*@J[3cM*@$Ed<^Ƹ< b|go7hd[[F[Bi&Q, WJkWH9j W,5XvэY`1Dӻf0"owPez39oCp`8ɥ~_:NΑ] C=|!HrH}BwpH?ERÙ,%1D]#->ءX"&\nUwkGNUNNv:wSTX x C@aI2q<'8n/2NJMvR6íH@1ZުbŇݳsO}s+q~w訧$(-)W;5{ Ter_TLO6YPX. R= zt46U,:ya*seM)[$plYK9hK 6\et ^]9CmH.cpVY.k{ 8-3qZK ֝4kD`{NN"25F8~,} Cbؓ8.?OC s/,@BW_>ƃ=AS<(3'Xy=llBK[nF 7DŽp[~kϧZp^#{;5Bb_!gKxu2p1JRɢJ*AM!JPvV0mI]p^).&z:w4dck/4f81\ HQ8*r.&\f̀u6*$FꮬG[־뒫DɊMR Q󃝤ux?L謔e!NFx] h&2ƫJQmKj#{?=l;7f0_e(ZWOjzwՈ/>۝^f[!]}ʂyteGw@_H2diOu$n̐s`Z3F! l  QMJ~A@Pg/ Yt7P2~IzI^vE4@&i|:# !K` ~3dƏ '(aK[%Bk|-e$0:!qK_EѴڋ"lzMSNօ.D1Q"鴉)X?궓rLjs|1pyxEY(8 NXr؆GSX-)F9b,Si/15^_ڢ 4EX|BLul fsy~{dƛC״~e2'c=N e,K Yo>Nnw&8ŅvW{ZZECL|Nԝ7m 'Ap!P tg?s%l?t9Ѻ-S}z[U/I?zgtX9.>Z1_ &s8 G.Khr7f  hVh3exZtŋ>+i`~Fɵ}W>볂?8 T"z}p üDC0R:0b4IGc{NV12h<.`I{;޿1=rA E˱7͛ZXF O|6n®׍01 P46GWd1IO}Ӣ gGz mF~hp!`hu[bD#%i'fVYp6U@^TBo[)v r;&K??+kSjg3լ$6?>M7<]b$Rf(]♽HC9; V6V=,ۗ- 8zdWt@FWH١ߋia'2c0c^)Z $N6=F`Po0ojgc#d"]Ȧ 쾣cHWԄi4gf4*RUr1x%OK|L#YB{ 73v {NTrw:O)ʼ"Tp;.f$)33:S_$4HQmV濢n-A & d{6^թ!ZnkI֮Ͷ,Ts߿*X\u&q? &#sj$o~z'c\fx5 Yyz27QNg!v,mER"@Z;5 Рp-MR\ ,MjV-a z[Z5"Kos:WĻM2eq]2Ufie2',f-1,l =gb2TȂ%[{Ck;G[`7n  VNJ"g++Suhx FDGC\L# ֕D8HŇqvڂ>o,G&-Ne XW Tz+=k\ے;R;oY}4U3hS }_OC a z'*u6 @ ΙsY6w@" G̏5XǸpinf{z#d} N(|+cMly" 5av[b^&yO^~fo W%Zx3 8~ghb(n낽[<Ċ6 0F|_VP+5<-]Qz45S/?TҚSҮ#@hU2^$̀=iBBUA#] sܩcuZX&MQ8Y{%^aNKPI!4S;L6+SMؾӔٟaA'B&c/NMџiFQk(`lul| kKbZ=t!҉:(L4[ՌaäTgK˙Z=IꎔKfvCI&Ur\z[$mWbe߁S- cTP2| uGJpN[vaSKo͎OR\H>&X6 l)BtZ-ȹN1l w$}~99A·r- :JMAѬXZ 9, PC,@//ͱ:SP^+=R NΒ>>$(fUQLYwVFvot#5g ̂ۉV*`tq)*o|hV  EAHo]"k?8ow]`.ڑ$UN d7m)i+$gCS[2}M}䥁&*0`?+v:jROJ-|]f. Pf6(>"&B iWj'P^"%{EODAa|OU&<0yͰUd~֫20-8QhV7l^gvA C)L_(om ]lPY:5{-P$ks{~*!͖a2]pS~hdBߎګ:_;PCK:>D,݁YnvvJYi֖ 5Wx*zT0qF SK+]uKu=lo&La+cSC@,wQ="vgF$A ihJR>Kv@jν-M+ԓ}]eLf]%E!}Tck& Y>pEOa)]oͤփ^1*X=>Gv]!3b..zgQP5^*,p혋)sp~9Alxjg[bƌZDHD%hnfaA_fzisrxdٵmAR t%|_|(DM,Ƿ*ۦY{{w$hׂƝqYFa*QW"IʎK͊1'twG07eIR0DoRHHIno2AR@oytMC k H1l׈=b|8Rn:9O.ۑWKDmS Dc+ ]5"PxX0bZ'NQYȩ- ߚ.)S1GgCAe$]lm5p!؀MYraR1"h;5Rb9@VC?!اcظ QK4j8",RK</vf]k%H<1WK%k M2l,hLC؂:?+L%*fFB‷Y>8lr9<,ęg:aٵ~8*>CnM@::Bb@1wq v;_/sJމj 4hT]|>^[bB7Ir9dXW?6<-\0:DcǴǬe3H=UAqUqV2~9o$ AeьC{z淅7\y~%bwJSF{i .]]@4>Gw#LࢷG*KL`}F3T ; \[$q!>)%<:g פ!Zmz-#^uX-eM0oRhʍ*Lp/Owog3K(__9J4`^{ %sqq##BϓAR$d/[K.&]X1:)7qTwń#,,IMGgw[5ֹ/.Aafpe%yx1xQk09s+#sYRQH-[TΊ81הϴ.OQ1EF tӢN\Es~mH@Bc L՟gtV9#>葬s zG Jԛ6ӥ5DL*C=InZ!2`~K_<엠 d`)F Mx/*yYiqCQUo4 $&oFP8VmN{%бaIBd7 M(,ۼrr+_y|<m( NzLF=taTLrl>:M;ZSk 4b,2qR 3o1Ο 翮PkAd+SF;aOm.8ZCnn7]U|i>h:8w,M&'ƺD{ `'̼dPM7 }Ң/61Lgۅa8TZspέMíyF={gXp GFĉ㉚fL#J| >P9;M&sQ>:dNE9{BNT"R0=Pj*)1@7K<3~4KaMP1bh} ڊ_[Pt8\&v:<“VTHOP0y5]>}iOo`;h;~"oW.E\SU =! QEaA*{ ͠m/lrO~yof`aYIY?WIxj⭁lSg#̡;,^bc ׁtNxl!yx[ XY~=Ocj+/ O niTxTfHtm¥;kîG-h5Mn?jSŔ98Jjb˩}`]}8t>ccSlt_`PvHiV)2+?X2gjU*OO x~ᑇ_|a l.Smc y}|[>w:!f)Y[fP~S!'`$i!qT}PkE]Eul1-EYutKgXTCµXm0DfUߴQ8?t #Gmx3ᦪ-,uqO rllҍ(R +]gPp2G篁 XZ;K_Ҁ572Ɩ4U'=fXzF Zf:{Ra~#HN|枍mg '"GDJJi).dʲyDAk8X[i\`nuE"Q}c_"#.:fžn[18)Dvl ,^ J yFNa$V.&nWQ|FԬ-/CFk-? -=k "v50 tqiy0"LJFNļxi KqhqeXq[ M80ApB&3$잎n{ݙaGhط8mz;iZ;9+#O5y[CL8T܁߃&-7MT ^evgfuOPBF?|7x􍓍=0u6z|闢VrQ%?gQ8H}/a tjŇ2JCpz?1P}|󕟬;3h%0B-+NJ-h4@X?$lZO'Qn[tG>lT0ޣÑ.5}Vmo:qFGH嬔iʣ9*#c%8aZ iz*96UK!o;"QԆ::.cJsʳnЂ*QB?BىL-1alaF XU|^y%83J=7&4{&a#IcwB%o!5 \p'APoPVOQʖl\, t3m2X/{gytʵK$^@}+)Sy**:/l>Q>#bmjJh;{K%9>oOhiMRN DAQi8]F'g88VrBR%ACЬb^ &i 9* ԟ%fu~B`GnjE`->A t0g gͱ?GxiF4RM-(o #2CM|oDVD\7/sU_׆4TyUd_9f2>9j1{ 69&kЮKr ĀCu;p )9nk1c JOb}XFANOEYs,,DײII/d02j27Kް`%DxoZ @O=0$cφ.b~&RרDmSR\^O?,d-8sɗ5&LR+ GqGyq,sxױ9[]bCT}VZkCŇgMd39R獇8|8V=E7p]?gcnG;!N<׀V9ԛy^t 6r13lF.ェOU!Qpti`Dd'f82u˻a;,v" Lp;V!3 {ZEXRv6U֗A #lHr*S)FP׀-gdA*  ܏ cI&5l 'Oo^"FE\D{F8H,Zds+HKf(؎/sQT$ X"onb&"9+ !3,l(6yc敵.֡3ilAJ]#Ac.֫sk {E`>#=[ m)f}+8s S@lℙ+-j~y|]<.uYacX.uY␯Xn^$(>L(Hʭ >O.}9; YN){YNz<"݈55 S$=a&wL< /Uow7,ɴK+L$j!ρߕp 좃>[Su72}ZH(W~$m XF-|b iuNǦWT! $>3]Dk!ŕ x/vWH~*LeAN u# C:ʁ!57N 6vj m!d /!Q{$7j±%Tn$ DB1W;0NTj!el%@yD)惝ĝJHjDw;:"ei׽_ k?3֌U~s5@UQ r\\BM_SD|4yp{ӥ{ԻP\; _GgomqPWj'҅4)^N*m4EݡȨzdc?\vT{{i H_L&Kٲ>Lo7ٲ< vrR /L-T9P!6 %TvE`EsŹc_=0,WrK˶E!nO5b3L:OA2ifoVk5$s[@VE/pWDGi+)%ݡ'mN\b &"tM1 Yb!ݍVAj̳ǻ!W3YG [Qf#Q`O8{pBw;Ԇ֥X9 $Aa~C--(9JIHYm JP'W&| sjZp ܲ=|I|/!GOPPp_ qiGW^hJǃ%B$ceed.ÜP.Hޥ砗un&Ox9Ƭ3b$~B)?(S/GG۰ճ|]]i!5(ꙋt]g8 O/TAݫ: WScb~M#֖~.7ޝSZV )oAqAـR/3z|mUl2Heܣu8wF 7z)~"> l=cZj6f{fdcf{ĚҐYُm:jps6*&m$qƌʱvQCzVUxGr?P .ZYN|hiYB=^-%Ov>G% xT22#'Q-cYڸzOqy[+kK_6\UTVB}&~ poI2X-vjŏL e?,&^$k$j#V_W騰JDdKAkcj,`P0&x ,'2G-bE5"L*L7 {Xyb:JUQGH1gPojҫgqS?BJ drāMr9V N+D;!T7M~i*[/rk_=%K8Qa(T.\օ8'4@ oT!CNQ/**†-YĝM bIAhUO' ịa)C yv]ӺZe 6/UZZ9X( 5H YTOM([>s"E<Lʆn爉@.NGG00<~8hJO*G(j=6 lr& ~r|ڴL(@pnG-P8ҧ]%4Ąkv)sTɞTG9^aU]U#2NI BXpK[!} +XJ;EƦC=PkMc:,Qzk.`6yR6E]ytEbүX~r*c] t̖)c81HeT%x[X^HfK\10Gkݼe޷T@Toi )p eqUR9`>nGR%t9 EKtX)EX (9CYc>GR(Y VPRa w7pH~ Ӟ/pm Sθ5M$P LoX KzNGy %ICosAiV3& KHC=SDu,9R3~ ,S nm.z4}6 X< dJgt'u,!|..B4c="| w< uN ȟyl"[-(eWsqϠ66VXOXaחi~2 d<2BΟViY%/16>h D`WF5 RhOlr WOe?l?૱{0tE&1ءK `-vDB6xXC̋m}) أ  !$X_.ImY"䪚[ҀSLQ{]޳XT?375f׍MaҭSKHH(%Wܵ˪hblCP%qHeBzd^$#LЩ˫&+):=O #jWT)н)*jhh/Qci5qe#R\jb)JF1ܟREsҳ:W9XI‹y. geRQg_ɇi]i/=8S>fN,9:yRK]!qKs> "%g3*3䝽A8u9l10-bLLe^hP D=jǬsfJ jǷ#2d]ܢ)| -vK =or% O\uO 2f}?%|d oܳ_l=;#E*QG޼ׂ E07&R$7f6-Jv %_9PgaolApv2/].WZtf4]|l IGid-TC^P8pr0dT`(NTIsũl.H+lΏ:^GuCu`8 ;'g5.D/S9qƄDwaW;R0yAvK#w,{T Ơzi(45H>^Wh X;%֨ˈfv*Ks8_ޱ]9^Q"'BIyn,R^Q9]kOuOqu6FnEX6trL!0A\zn3 9S?'%\dY|D㑸cқog{{̣X솈C/#v`v#[3d9;a<0D&R-;Mb8! )>'j K ,ĢfOY)FC~MְPȮovߵM@L23*BH߆CS JW[gErg;Ňs7ݛ,rN#[a< O T C H/5Ǜ6XGFR@}H,wɳ1Ǚ LނQPBekVt2Jksc= Jk)p}>=J  ª#8[`Fpw͟Ā17%WԉƜV<8)]s&@Ʌ7|f^Fɯt%JgmQJ?A.}7ܚ ʹF'MSoTM Dl_YAeg$sG>vDҹݭfO&E|RZjtXO!GcM4e14Xx̏  `?觸%+̥X|!$WQ$@P3ZuC Y6VܞS)D IeKotN"SjFI^"S(lğ"6`o[kiKڏjsmܱ0.dsfIt%,j[翬.4R;1}ot%'7b$+Qdhg gQz |x(Fktt:xѤ^ oW f5H&;Dn^$!"H]F+z.j 'QxjMj/m}<_K~c+s}[Ѽ 1X>~v6:no/:BbsJً-!7ב Vb}@,/ >fP9.U =洍Oq*Ɖ3I?@WüR@}׉ͣ;*U:?3xQ囿C7츫(% ޙ5c)b##dj-`.>]_]t߶oC~o$0z)veee*=ЋU԰vct%"] +J Zy{t8B֝Č/'Yv҃CY9yg?YD,\!4~xe)Y6 Shv'@1uzDѰKA鵭+T Ԅ㡆;,D[X2/j#6; bc`H'5b޳Q˘inэ1/&aw&h~p.K˸99*K pV✞f49k$K~leN-&WҍޓOƴ Tx3LTRb o(=\ Wl1񕳪Α ~._B TSԳs7tA~?"SKwб#$x ufz䯜}-5{jE)'_p@.(qjɖ8 CZyS3~i8 D!gg6Wy1rU]@g`}BY)S~ 7Y/sq"mcΖxrɮG]=Reg׳,(d7XLM[]8HG؞NGP'a/25EDnv,6q8dŠU>6olilT!a(杖4xXTb|dȄ/yY}HR)Ry@nt ۣ$ɭ Ep eO2Jp'I&^RKDiba+3l:71DKΌ,QV(_0I&fv,^V[:Yx$W9XNd! r>cFwo$vE&eqo>eov_Lpacѭ@L]*s'!\8v'xZDq /.^ B;]^AtiFߵH ?D`8_qd5"SEb}_=~<ǖO*]Vpi)^/@ I+|‡|qп"~@zqR,S%AY@(Ld= 6ޯfbT6iW4V?)W2pGlD+'IK1cjg(6ĈҀO$/˫Y4cvYTU#8Q)p쯲MK[k՝FhiM+񽭃tcwS˜7&;K3~`W\8YK7,4h /zϤ@'S`Zo$`f,>Wpqj:]GR'sk ?g$MvD. 2#'N`*g`^},Bh&;fڡLZ?_@X܄,3QM0}]o)C&-.!X!)BR;k #WLQqG؅ S1RډĪ?Y\#61)"jq.oHsN[~jB3Y̗W?H U;{9&~O8V21=jgddypVVܥ0~&I.AB9j8>cB X5JO7ZܑQ0LL4B<_0$ىx@E/"h!D{jT`÷[8ekm0g \ 7jwD1H-/v&OQe=+eI٤kZ;ǚV\IFeoF0\/ RZ.c ¬)_?[ M;DҙQ'׏Qm/te["ƅƄW)Z=UQCγ|2Cj IDyjǃ>!.*$w$oc3WCTZCm6=."~-w~?mӟS%$0Rʷ(^># ߓ:v;%!& ۘ6c.ZSl~LKFKJCfD!_+QlƱ* Ab9K)Y.0߿m"$P\"we>Bb/s`te@ z:=o`{#طqFzC ]E rL3O,P\˕ю;K.Qf#%rv}*َoaʖF&=5qË0m`kzBJ2kimr%O k.vŵv$(zͶY">Mǣ2K]p4I%gwh}YWܮ"吷À]=2Oc"g8E= aÙWb P<"ds< !N|FH Y3<گOxнҞ݌ӳ+<0˳ɚ7lf=9: VӲ09"'jMÆW]>Q]z}znc||B:9g83W;B|ZȋFj3P%ndOQX BjlHD[JBp5f<:V!Ig-NUOyyrt"E eO<24TamL(لg'uz=:*LR:Ɠ^񷉂#xrP\Za':®\^=6ĸr+}+e(ze>~$N%Oe̗TF%ŷ'sXÌ=đ|oc%-"0B'!=iK-_'`OdOd#? 7T;⺨8d5Vz I=_ɂgD.e:J1D}['@cEN\@.S nr@VBZW}r7nM*6>A-^Wg:yi=N30鄙`4}~+]|yP.+m 拺PmIAqSU0&f{FBy{D >dm}GIψ, ׬Jg'RB-Ec8wZdL wE* z2fk U'S<΄t׏LN"HAOӨ@)gԘzemcUў[wAvDdB;b g79kTVtyqјٸa]ZIR$ܬDT.?7Ʉ ToɎκߺ>. X i!'/C0l"t7W~/D-*\V[`SIc6!9TVn:_DKMShu59 p M 6'>5v1 &/8ᬓE]u ).ёI(klV饌v8Wνv#׀IŸDh? wA=qX?!B~M]);uO[.iWVՍ'Nҩ I_ r|&kd'W 0XD$нj%zӭXT2«BEWJe1r/3V &Hb%7oH$PO3]Y~RN4:[ꋖgp+ ?w_kېkljJݯs}[ &U:T89w!APpFVo~"E&uRuk'Jٝ>'@vf@$\Vg5,$Eс #+sѐ ||5t$D~ͩu)F+Z^o1q(˥]@{!-9nt Z8$Á 2baYCC0"Q1@v.SEw;]EM^3$}g/*ͰJ7eDt*TQ@|=h1N=r2e)SɽacZ_ sg|z4>~ "l5c g={]̧pT$L^:rdF2 J! a'1q6&QdYmTct\>;Vnv}/؟@X= 5K|`oY uj4}:"-/U:q}E"sMˆW|C{60-YZ@߄3bӐl=J1^-l]H+pMG /7CB1}g֩w7u0pQ8LS#QaLt (;x4yJGBEj4L"|<,FS|(oW|oD'Yq\C $Q0OLAnN,ANT<#deݍƩel&5˜>lBm2#u5q\KN-w^3LXPUY(~Dxp`R!zlsǚ\5p%qsEZSB/ZI]άݵ~T&8ԩP OGɎۦJ"}u1`'!kE ;f Fᾳe e ;㻛`L1[OJW̊~ʺ`Z=Ƙ< #m[s.b0H#|PYdpLNe iv`ij7 E8#>+&þ"O\إvHNCr6Ȏ+>y]AMiP\c Ŋ<8-3Ӵ0~tpeE-&|X ^RlVm^E8Q@' u*sOJe5Ů{gL hV^JHXK 1#Kv('&w[6K].hzg4bh-6oDo6ht6/:z| cOM=_jyIs bU`\(B$wVJ( ESPNm>un${t ~,~[p%or,zlݽ<-3"`sdGx?b!h soNQ]3Y7N]c=Z~\ #Odj[ӂ;[Qd=I ^ :z!iPZ~NVk= Vc1S T\=ˡJ4B}3}g`D5Y<2ϸB$8 uF`(LTKAiP}s-M(UlsE-L:,!@2BC˳=5OI. tK &VA\1)9Q56jmg/*XzRE1$J]cLWmo׸Y!ye8=4<1ΦrL)No3Mw~e1B[xLh50!ץxtXT#|ǥY,rֈŠáe ^ȂfF1w̒qV N͏_~)ȠЩ q!XD`;:-4%sX+O6dRO`E'l/ t} tABvW`HnUNNrHAOd#?^wGZTPiԜΪ׼εN@*ӱ}GBݩ}kVI8@ z۴AXg4Kfv !ؐC5I_ 1W?z5zE(Ő -}\]nC0>JP NX@[ %agCfCnfÑO ?\@{ u fVMxy*GNJ t2Aa0+rK_kVShʟ}KXmmf~%V  w׏nG | .TӐ.28)J}Tl hf{Lv;W7 :`g NsJٝa-P[wĬh8i^ ,Fd! Gu%N]9ggs 0x maK T[;4d i%-PCXdTͧQ1tQzcveNM {Q!EMdcv%?9HJϋ~$*9J*H(}y=EBJTYN7eIPa}'9< B +EGLc?"g'yZKw)+w"9a4ۋ]~8)gs7N־ ebm5Û^41a,2XW樂?06pmU!,'tLQ^gIG25H9908Q4I|7!зMJv64fR*g}4zs"Ɏ {]N쾦g VoIUF\w=翽+ NZb4sҬ S UA./GPILqsG1xZvƫ_O'2?3KbpъpPsRrI{dk:o9w4hƭ p8w,Gv9a=َӛ ;Θ+\Ā! 3!Yww*06짫헋N&1Mun}Q)E{A:X'$Vώ D ?|U~xJ6Q狵 oN<|Rt"-/ΣQ+OݭEz8˜PCj)X.jҷhg .- < U=g)j.q#8Vɻ{m}F1{qT_]h}#=p4*\-9+eTju}*5"(rZK'Jy&.$w∶7]SK 7ig;0+ 4OP6ԎT%dEᩮg|ojCp\XRR^,uTvYXSzfQNn)H5?ng?+?LMk=Iinyyf٫Et5>ݍzz0z_Bn?$pb(VQNjECK>EFxD{jߥv)V7DK6w=axRo6=9aM@B|D/%v-+.ti|are0ϗoEg`E#?9%L=[t~1qf@@61xj냥9kڅzXk=%~NYT*qN J<`|in‰6ix/ T;蟝#U]d@5Kz@ "1Z/}*a _+;-'&a:">#' t)n,<'=#3RL 2%$ȭ HD!:CsA5F1]B)z^㔦ge\0Iܰ!|Vϋ6P\uqTns ?< 1P-.[^gU!/C1`/$#꣦VyтDW-ɺ2 }eN! 6_vŷPTkA2dݨ5JC߷tRWmSf @z(Xn"#l"tF윝.rdEkh7)k_,.øvaZ ߙ|uA~h KٓI 1Dn71mttձk"wO| p&$z51 dEMdzg@ 0&t3̦/Fr=EACo#;!!bŏ . Ut@/ /\Rq;yeU174VLZuHpԃ&vBvXhRK|Dp -KuALsxu(cR u||> YjFt X'?m!Nph6@<ۧJ$ Ti)/6nIe58mZd^0oe,/VrӐ]p .IJ4aEwr-ng^o{51'=pAD0tIOJ=F 1`xzz.F5H}H“;xWT5xݣqu\%h{iK Zi{' jƦU)l۳~0xXObUݼ4}(%c?bǏHׂnkg0ɻA¿ڈK3МPF =XD,%M3[7Q2DrX4鶞;}6`nx òBc3/t'zy {B8ZС0?<|M{W Mtlʯ\wu@ y70e|2k }M!G.Ke[65ڹQ3PPզ^h|ԡy[xNϟJ)l5 hoBLt /<5 l\+'6:&^+Jܜ]G:w(hҜƬI4)$4%WȪM{dPW?Z.$JrULg44x&{`'uڴ oD~i!A"l}) d7jha0ߪ3(*ز玬sZ)cV")teљM)ї0R3n$$?߯Y^Iç :5o‚ӢukSWT>+d.⹬ZBO7)ç4oM+i_ + OaB}.J" ezx"ߟۙ̽nT&Xlp 1.4@:?`)Q'U8y7Ct)TD7 bjm7mzڸ~HO\5:MFwtf&HNݎcG~ێӲ3H?g/vh2Ka Sto'^1U#m f&5,VeV5TFK%.hhkJm~#=hHu*ʓgY풞q UQ_Uuz,ٰ$= Ak"P$OhM ^:svα ItX͍Uzi/%}xtu"RoT]~{J߫CpVΨ〭 d>.ls)jGRdR;11BO?HJ+]J`W.' 7T+`np7rߛ,-fJǻH3Gb!DYaR27QW$c oMbu?K4Ev(z*8YG~FXaey*L^ȷF!ZL:h^e s;ThkF4]V}k@!f~)I~Dә$UwtMͫU%M]7] ФYQ*f8>Q>t<8 oPG>;mV?hbS+M<&z:b;%[`[{od=04;D-s!r1<~i\²dʪ1- ´f "|`_:4(&g )+'8lC:-s҈|d!2"(!1Ib4ZF$Hz'K>,2%~]03;L?x+Εݬ8TuL%By}ő8"B1A|jWnV.@SQ`)eJ?aT; F1 swy0{PȇRe$;0*.l8H 6K#Ӡ j Û'RسZZR6n+iBT;3d.Ƨ(tinp,K\~$,tئߖgN؊G|BB VKAW9$O!QXW{[!Ac3Z ԈTŸŽ24ceJi22X)yG+Mc>{.}*kn R(/`>Knlw6V *U»ADzuq eU(/_F6%^&",u|~`jmx ; |+΋9wro޵oi?69:zR[WQ:;$o?GB#=n>L$dSLIiWl!ٽՐ(`RGX n-<`usE}"cfy{`80 94%Mt1q@yF?Jo!Sf]x:T2v1a*CA..c3V?Șܯun+[Wn)S[l Ur21s6NY.1?ޥb>u]x6ЋW l7HK{LO{=,װns"J3gW)s|TzJݨ9.̱|2,O݈$N2I#pݘ~=4[a (mގ(Q԰ s)p͊A|$g͙}:%u(yx~Hς~iVIbxkt,u3mf(Xh PņqaTﰏ0hnUf,7&;Ňd{5shDb谂! KJ苿=+΅6 To,Y]"WhTc4ۉqHWU]uHI{~Hh*p@h&U[sq*Zo *_1LM^uTq2VEHAV -qlEڤv 8+ݵ9u+;S1|7/Wf6@LD>mpAqš79M÷_q@歅&sSR\3}%Q+pIo_Oi!nsatљ*frUs%@nT> fѽQMTw#>voCtzn 1a:aBP?.]t%~ ]:ܻ菉2:tO^Pe8A )ܸlg!\0_ȿK!Dq38: >̍qZ=ſo˙_S63D{KiޣNM0]'șa =D8@^f-|쳛2]JQaigTt]M,ojE 5o |?C ȝGTb:W*z;4աkTnW\&gT@Gζ-_=Dmg]f^5:D=U$g:&d#οږ@JBαe ;̰ޖE\1}qkUa,GIQg^y9w D˄^gu!og̵5~ HgAMD/2&pČwP[p@ހ|MRGDn<:М;%f =qLWFT=-ǭCvRͪ 8qM$W]P {lK1L*fU]ݮd*Bo|:DX?<Z1\_.0al.\Qs" Nݩ;~ ӝWi~ܸigIoh#ZM؉CȦ){%ՙn!j/Dqb1DK˜_\\.%Q־].X]5Lû(k'eV>^ƍ:\$ya{7ip /qri h Ðm~֏$L'G+~(f2kcan ?Ћ ^ĵCRlbA?( %jȩIp-@8zӂ#ys̋bi[!'쯀YM6x@oy\)g\,Y! ])&Rl _(iBZi]|=tBE@eyuF kȦojuO&՗PGqyג|zng K l(ډgz=ȨmyQ@ġR2z=.LӃ=׺in\?l[1S"!{ {;憸8UPSUThW}_C>|q"""k:tBgna0 |拉Y`ܜs*u0"9\fUmwKX%)Ԙz~=ߩ[,;rg _ʝ-#5;ݐ/q7f+E+1.c5x%b%m/yieOhd@|wmC#qjl=_ҁ QG(ٗyizx))X㤰94[?]~]̀@|Em%o9ӞY*hf-U;( ݨONSn 8*pW^9Q n,V'g%Ku rUS> K%O±G ř'I[DA ǎ >Dc D; b% 1fKr%  :KYKg*3|仿/YW t6P;P63oEgȲ7]ʑ-"O<>m=x9nÚguY3UTc t}3%T.ϪZRqlob3үuEiGh P` Qu&<v|U!{{"]DU XŚ산iH,矼t7 c\5*u{5\2d2:+_vwZ#-R9lC}LN #nQNE% uU~3faw߀HܙmSǮ %q }};e!h)(GhF[=p' GmįX YKvCTF)u da`^K#q=V1V12>E_Aq|LZujnuc:M]ZUz:,i36V| SO\߬OA15 ڵ6<-yPc\ B7 8d&I} ke36P RyΦgd/Osp.*Tւ\Qշ23Ao7(gNqsB̶ Py\o~bitbflqVLiEwޱ4*@yn}`j-/y/Dcn\.Z̹[;IBV;}z}LPM $9+ؚT`;1 3ì@$eB~w%&dFf{+tǝ J5a7)3u2hM)wzr,9{춊kr_0F+w=>%Z:r"UW*o)-*G+GP^tzNc hsTeu)ٖ`[pۥ!0=!]L(;e= (pxҤ^ yj{)~s6dV:WFRê[f0 dgw6ꐡ^I-s)J|[`v?I UIb|Yes[NSK4L-aL0.-6Asd 5IMB@_Cv7Zb# ^vdGU7A+jR("09=N#͂* ؄%N )R `eytW|ZݳEIV' Pڳ)W|g pD3k,@RIzI U 8F "H|`)5kF !qҷlgRljI$~m+@nW4h.T[xz^UR>?' >ؔfGu8 ǡ׋:QS0,m$lN#w9 OqExw$ys˳s%qڕ< b=~0M0΀q̋Rj(+[[gvM;E+xe´ob FNh 3:YeC`?Ukw hM@ar}Z{|;L͛eY!}!S]/lwVϿ xq4f'Vu2%`iH j֧^pV)Sb|y$J] !3Ċ<R<ɐKF^1dLypOyu: ӫ({.XAJ1o@~31A!_u呀wF`*k~JBHJTǯk؞G峮pbĵQê4)]rƣ?I w0f֠6dɊI_{ & P8iܿ2H -SDW"ɱ6׵@K? ۨ(y;et_qZi"1D,ev.!ԇ@շ8³^0ʠg&rzb3rS2 tL28TV㡟 vBW;=(9ς 8\w`oһMѹeG%Ç$y¾FwƉނ<֮{QP ѝ{]`Yۄfps}YǞvf9n.PyzQVOA1_h#|SfM0"=M>׋Y1! FZjIƇy!i!Y(} o8q++肰mggh>7UTOI&U+P19- ?RRKup+Ej+% O0d\dcQǴu%-FQψ?a2vBQ0:|z9Q* 8 @0#B]nl(Z{+d ?uNSj 5̂[oj8]m X[bɈICMS6Yj(7w([ޣ͗{љ؟elT(hDnfj;ڎDFgJqd4Gs;#}4_XVa0Ml Fh?]a (x;2)wEfesww%细sa q[DTB97/fxk*DZRlCߊz|-ĊE>I^/"mߙݣ@H!/Cy(ބw-] QT:y8"Hl3\v) 6HÓfs/Y '2̝B%#3;E{gW1=% *o\|l"e,Ũi&)zE7Б&?=g}UJ]JIgvE 41܏KUڃ i~0A61uFޙ5~u,OORs.\U"@#˼ؤ _Ǎ𷕿n gȟ/u컢ZgvPóLc|6.n3o2 z`{R$'i36ڡ9RcW̊>wAc_Cc.|=d k%_-|U>A4H`x?3VV/1@Z-m6Sc{\$md.S9^3#&/L9|Fg-<Zi0RVl0%ߐ`=]~dqDrBɦ4nhl7YE<>LJwe^_- 0L%51\=-\hl '֯I >MSD]^iT[+0bz0ܐYcQ3j>o$ QhePO{N=wMTjJ"| So"o&eG1 k^>81ˑð`J^[mATfXG4JJ(> 8$u`I| > $0 ^Y6TE^^՛Y-ɌKlht!D3Otyqx4LFٵmPKWn*a7 $}r(B1t^Wa9\P$ʼn7wq"1s4_D] kGij:0?U%bgr</O%l =288$pz> IG?ɦRmE9.3JBS@jIfm*&^bնL/tz5vܡ\n=ٔgRX'_&^glCD̉Gjs =ĥ4T)HD$ulM01]#ԓSL_kxBU;[+d`A7QQW(ZjœlnkK^N _Gfx9X*\Ll-ɳVtnb(&T+ai9q'?7o i:4 4H7(Ez bWn"ͷ=pU !WH_гJi"˽+/(r&Tddͼ nyfĤKe4VVE ы CmRR۟tΐ(:|c 8+aL5du\bpIE?aݳEĵO[n^6sV D}9iHZ>T f"hT&o8 p̎dOt-#o9ShDw4WH9 43c<Ԅ+''Nꉆc3N|8%5&L;vFJ>7q,h9oeb*駺H[d$Ks OD/NaR9eg2}(b.NuΛhbL&D%yx-. zyOWwr@_J߳!pxbbQ\Q.8!xV<`|RێYik`Y =aFO9ĉYɔ!0G}8S,Zbyۢ&-$GD"L<4N&p@E~MYzI>*z23B@>°GD; Y=L-M)wMTX8XPPtFj0c'n+sspl|JFJ Qu_vH7Rgt].RV{xr_^ |tL_:$Y-|»f6dnSa4Xz :fdl\j̵vbes9 хg6w(PeWq5؝G 83T{#\kT'n&2t-BerX?Oϵ.>J+gLTwm/azq[0fGI@wP+7dl;@?48 PWn#@U^5{ Bcnb2IA9]9cM /2CbѲhMH%FFGg9dwuߺGrX 7} P@v+$[C4K6ԙOr $ *w7SxuXճJjht)~Q֥="Rvmҿw!3;|ytT&3?X׮- :vtv%$CNxp FW0A9HvSǒ9m а7WRHݿ%i >,e4k cfj0?@ƃhC1\"ńҫ)Y<@K 嬬iYr9ICE{{IkauL3:]OvE x ;:? c2N0PbLgQwEޚV]4~Z-%;W!MVĥyND||'seZq>"6+ne1/}DEΕQO#˞jӬ+mdM"+\Y/B(w{jj'k,υ5"8JS*NFo;J-dff{[T .uP fҾفe羟~ cHa&SAc%/Į2|IP!}Zn)H[a%ay}iHRťU} (E[[aQCC=N΋t>WrFV ֌u茹;yRu}]IŮxvGJ\/KxC>Jу=%:)IXq3 }Ɔ[;V[HhRCm]'}ƫ~` &ԔtA0Ex \j̇xĿ0=zSmI"81542mKeabCjz#(H@MH0513vMcq}Fjψs4J{OcǘHȉy _.9e>> Eyk0]YD?^=\<,$oawj% mzK%˜ ^q|jg(Gbp;[s,sw{52HmsC9 orhbNv<+ /幪%aDbkOI9˳IRlUiݕ.,C+˰b ܳ }}yH)Bo lPTm'L 4)|h>B&]07/m]BB]9+}jF,;;{fK={GY%rC9GlOŸ>.b0$:@#!\CR;G ^O|tk-cϡR jcگ!e#d-U+wQ@=:(7nUX`9_67XL.ȵnV oP2X]xhW, % KrεTrSFҪ8C3kz+KbSi~v͇&UĊ uP]+Lυc]vU\X711؀|52\8=w*ˁUhZv~ hz' 0Vb%H6n_iFkbQa aMimYPj_?Z|eSlPI@H)0+Wrԍ1Wq}E `jD:nCf3:Alg)f!)C!"k;vn7/KĿrfM 66x X29@ QM>$e`U8ev1MNARSp0.Gb9v U D׺#o2 F!IJʽ2 'X>heb9`݃G__s:1q1Bi?o2JjEgZhVIIu'k QMQTd{3!Qe맒`WRPqߵq„]G=P; ?9&LlҁiLno0kQ^&*Ao(j" 83n~7.$%p =T͊Kj76܆TD|ݧW=)UXWc/M Ha :Ո! >Ƅ6YUzH }ts)â{}q1+o;~_zYpi|7 fz*RٍPR[4d]=);F=J%u,=}c ]>w/Ρf^wBvS_|qhfІ~g *$! tSF>i-L=UG\xq˿n&F4> r ~~nFR/y} C\1$o'zYb5Uq!Rr!J߹0Ncn&_4R0UK]5 Z3(x38mY{cjiwX~ܨ5pU=b9 hV.pD^65R٦>.()NGss4ˁӜ1T nzw|h9G4F2N8e63@0H=߃ё_ؖN3bʳ Ǚrs0Jp{4+ijǩ8f-.]?vk!{HOrw6&.t6+^qpŚG[t3 #uŪz'ڍ `_d:iA*-\Md ;S10@"B%3gg,8ё| 1{q6CH4z|iD;h8q 5 D(*`IF'ZbPcw XS%ZAgchl#P1Y g)ཹ喁HANdlzX;O]3y#H X}X;xi  n`+3nߟwBFk1Y&Ee{'pB7]g[=~q\q6CP|m+K(RRLĈtR9a8 eX>u;<BUM/hTĎڇy!3[<- \$"`cC 7ۇrk6m bRۅtgbhBLp⛽/'' 2&[g,H!$jw ' a \~22@fks8:[%/[|."oQuy 8A4|raV aw3!iDdqO-W 0Ef9{K}r;$E`% M 4Ew27Yc9QGn29æ}5"ɮ[vM h TϦE[Z)XyT&:-tfp hH%Eyڽh23BAP<Rf"-( jD΄攕^w'jJ^xpy4h``3ߜۜt ?)7L#Ȗ2[q<^v gL+ 1TpN A  ,)*uQX/|A^kyW`;[!E bAP2mr[80mX&\'茘#a%HjHa 8s5;V'R# 4aV9GAII  1'kU9OlqU"Qc ܛsTBLA}0nOtwi *C>T] @`gCEhA[L}J_dÙFaB]V~S- K5Rq=BlX%`Kr<`,[Wem3BS~È]1s[$žF+l{ 5M$ram928Wgv*WiƨSS1j- "O,E:Q3)j5b-Z <ʩ R(f'"=H3Ysaj~KɅ͎k4* 󌞅NI3 rVqJ?ˋ@WaHօ`sk@bJs8<+[ G$1O2lstbB<4pάZwkOE)WY*3R^g*DfÜ[bEeI[tzː0>@YJPQGgBJb,V4.,$zJIETqC47'h&{ۭzb1Uɪ+[iY-RK9ἱ}!c48kX+ְp ۑ@ jm ?{/@Fj* #&7B3nţLeZGq%h]caY~c.f0zW}v4F%sWF/M9dze# cqMJ'Dhbч󟜜UzQf7z%+z˴Ât'%S5LVpa]u']v|˖R$=' sЁP,}.N` `c G;b3&*4-+r$ДqP:qL eDlNWbih_.k"[*AA`vpm% >5?Ͼr=]%YesryS1f? w~J8{y\ʼnl7 WC5.zį03)r/W]״,h%,?3q+WULm鈠2ܢJYjyJrrWz%~\߀҆KK$SΆ)~G$X8 EjrUͷpA'. dlI6sjzkldlClTE <W*h~{)P)$:rbY"_u6ÞjIw**&G(`'(@(e(zɳW o̅UZ`.wllFϭiPH EQIߔ(+t]jV BIᨚPI뀴&K~W]^/bX'qQF-'e%<nxLRRhjij䀗TSsAE]"lb=:4KEWv$; AWyVazY#BgmJK3]76JA7|vA_;. !dNH;(>g;l}Qav3'{ygBf|p^EpFLcD)=Fɀ6 D)N cաB* ɿ"Z¶> 9\B %x<]˻N j68ۮ)*,|2 &Qb3M HeF>nnՍ4ĩPZ^pޗ٬M/$uj%ɲ@kL\I-]nIWs6]Bt,< 䎹 ^;KI/zf&`c7Vt2AIhms끑.fzNVGl+ >_sWٻ'[Z*3,E'[7>Cv۰'LxHLV ł.8GeUL%0ߛ WF2s΍|L>Bq9iH) .[:!a.[wFk5O*"F9-Q8P޶e;sbsj}DOhA{х~ +u)By0g x m]O.}G/4,ʿ U7QR>55 y;iIMV,o>n?=r*e9\6ǤpbU,ux4%s;̫C-im .]簁G-{:S;g7ȍ1MF>GE['v8/ J Ns N,&aMK]6\CX#/ f;74xq)Ɖʼn!Yڒ`R(&^u{6"tZ| r bCr<pnZK;} 5Mv__-QgGi|L%$qz}^t=')F rza. KD=t }m+\B b:(vzxn")m|붳Λy tHt@Uz=>(dD8R/t8D!k$)deP|?E @^{GU`5?e_bPZ~ @ޥY(DeЫM˧`>4w/@9Y"P·j% :+0~Vgb 9n16~5ݷ`pemT|: OMacfwlyKV[cHiuo$5 k&h'Msl$Vn>8l6v3]hj9u,2*f$" '_-!,[ JGY}m㛞FlA1x|ߙ87bZXFBwoRF37x\I/{v-Bp\5/rwx*o3w:!#U :s mzd*eЏ v%QH2zdy y5}<{cχIسρUZ ^& yp8qA}Yrne i0s?Z ^ej;Hʗxaf1>֊K] _#M? s{Z|T"}, &pcDC9mNiF bMwlY}>9 c_1Fԍy1:k*=fy_4yo;ّ(H&0xVܴڃ#n#% Qn9٤`ހ\l <),%p@. yˍ)n9E('(a-U7O%n'w'Zh_\[rG)!W0]j xBvPЊ6@ϨOg8:8dqv(qQH7+OauhviIyՍEV y4#E M/er`ma,6iN*b ݘ2o}!b*kQ~ iH^V܂UBUj5G2KkPoE!yy hJ.~!_"qY 3:j㰊6?RqGK_&uĀ R{-C^32LnW 5Fc3L8h;\VW;ilK)72/+Jov"]ǻ ݁y rFc3LvI-ZS9EK?q4cI -_p vw7"4Ydbou$o憕Ppbړ':IC "Ҽ\/QZBM`Mwo?]*!P}\`=*~uKJ4$moGZZ;Ab>}:[~N\)#JX,YiFLJ￯HF!kMCPgP}>suOgMpznvsd5+S(HR.@ŋzlm 6R|]>g*9frizCNhj%Q0gt4x:3W)g#n2ꡕd<^V&~)E2Ugz2'7 韊ΦaYC/\*1^. ċ1Bhbw5yF|m3vNYe[8yyꡜ7ۊ?r,[PPF70Um O={zЕC4v\Oc`aYJ)(qy%뎴$.uwcIvfcο m54 uP7{l>vRE ٵeƜg=ف)h׻RK Hj?CSs®^S~.,imzI>0Q7,ظ;éYb5LOFIw:@].4"87 J{7c{{شIʟqT1PasXt^s,+8zj<QܐLkK.ziܖO {e tR+pc#lpSGІEmmJgz+޳NGtWY=y|벧$H Z 7!Z\;jqpOU%XpkgՏ@n?l#iao(HPP@Ѩ( DMy^9M>>HP6Hо[ȅL5A.~#:^2pڋ2(rϘPr`iLëUN{+X]X JO{Gaeg'tu]`)ضg z5bN_KÓժX{Zh8wdBDeb\" Cj%8v;滛z-CV 9ؤSc1Ve(DgP ~Lm%)).P6y+?[R 1tLȺK-O9$FNv)1<-=~SʤJv+؄IWNM<=-REۮ:ݓ*QXa=R:TIlTih"kLVN=G;%I@#AM.!qs+ 񹽜MO,GQIӣ/{‹ru0?X6+"(:0%/GZWqZSax6[t1*.yzm|I퐛hf9+Z$1]eNV%5lVXڥ.*Yru>-߫g6Ѕ3x"<(+!8| ~Ew ۡÌoj/Ң5ű"ur4̈́Up nZzg SrrC$L$C-Bf?mr<6Tn$ظ^s(M: 'ȋb){Nnr6BP| "yEͥ1Ǒ NFz!'d: >?&P7deUF~e&Ʌ#* zm)}>zK$՗c 8lL誛+'PCM߲>nۥmn[@k=<(rQ֒} |=ŖK;޺Qm)HNmTM#o(A{m$ӏnƁH8/0^ C;Tq*ʄ'}m|B5|1tNP0ڿ&ZHQDhpfx0D;c˚ &pQTNnD (t.KF^o#ULښk*&aD6 ,H8o1:$KC0Xyqj^YwZK7b65~oŷ&̸O7ik:I|Z,iS@4 ZVӨ ^L-Yf!LuJњIpr.HXs 8?a|U>S25ӂ^ lm~)}r])@ڰq^|< )ʱW_|NN`^drh߇Ms̀?2WP;IeԎ3J%CV m\FM?9:7M4!eHp&hT[ד"6Bbovy`RUP \bw'*e5:n#NMSB V#&,`_w z;jowJ1^ R`qqim8sIJ*Cˀ 0>oYƹkBki趮4R|5m˄$!,^h5UAcR,LsnRQbV%R8J3$j܄ Mݪ?XK+٪hj~cMx#"8h=2֨X<Ũ/(b`GOU,kW+v m,u0enݜ+O"OPHc5CK21x5tj\0p m-ZFf#)XU -q?fGvsl>T,\#L4^WHjLC%fzf wPU(Dlʚe*E{,B%p9@fo9H"(zG1St`[qBmV3/j1uhU*l1yV (?6U+CcgBmCfھ<8eh` t $NVW(`o>>B4{dJf嫲}A(3,e3<.-qFw%b!Uc B{ZrGRMA(8Di,;Pc3v|`R$*cvr⁍i֗_d d}>|+zx4*>x $^;z$:Y̚$bm[ptk`mgڞYdwob_Yqd~нXn諊 ^wUMG ږyag:) ǀ1~ѻb. x<V.I#wp?mv.F:ԍ(!'?Q.U/X.OM,Id!-ScNZ@fUUʄAnt08lBHnۖkU<||9Ea,w^#ZN.[=;~{\7O QGGJc)yQk OZ Ft'3{f[m=_31eш8:׽ǖ2xǺP;X>XX_hggʹ"%$Ț/d-yLc=Xr>w([oζ;rfA+Lٖ:%XG NR]k܏M#[˺:+F2.8 ͯg* ڈΆkG.iFm2)AsѶjãhQvMh2`F7 "=;٩": K1f&3qKtX.xƾ~^ ״..Ԏ[iS˜s8j튌hӱY>J`nzv3!a%a~ SS?FZaxSiՁ2m0)2͙ڲ͝a[j57m߯ %-x~%.G, P-%ЄQJW `Kl 5ǡMG[Bw7[}S M 1o{\H<D'UŀRK%l/ZTqH\< ҕXC2g&*P.MwDz .5Q7adj3)Eem? uAQ1x5>rRQsjѸWbI0Oed"dX>*T GA&To+K&|؜|Ʀ Dt/6eJ%wʈFf%v48 ;*ł Ԓ/]eL\LODL0}KH/z4Y * TH VL:jشҎC3tT˲):xaTʒ[Ea-mш=޻IcmĞ 'mm2W ,"ʟ{{ 2h+#^Mfy99Q8W0ٲ;3BZKM?F"R wuyu1R|m#e^M&Kz gIӸclxw㛳7 ej+e%y H'ChuN4 6C©Ej yCtpsW-+$ᆃh?|8E#fAs$4Ņump`P=hC-[J !d Y 6N=W B/p/yhs0GY[7JuY!=ؿl2$^BɞKʋ %:cчBAcw+G dԠ*63Qkq@rQgHIY79,SN*bo0%#7Pl麪ȹAF7qÕ:XwʓG3LkT{84Pls xFx) Q^%4c8XDoO5ΜBn{:b%;:mU*HXo#U9īp!i;]& }pB}VuKc]i;4pxODaϸO䑙SŠeC=tvL{At5F1v: 8 UQB%uB}CڨQbY1 nH &^ߍ30woMm$AzyX2D{A6{hȔNY bN:s;V[$t#31~gvvCQvWbb;$#kIxӕ }@ F +vZWo o+]8P,}yT)S@Edv k!>W}ͲR 1`=g/ 3! quxe$Ňw=\PwVPlbD%|-Q-F h~ 7uh7l~{3Tbu+1=X0'*Z&- lx$xÎƋplgȋ*^КMg{6$M7ƚΟмX<]'X8٩vw{V"hjӱ.3սCW\:oCU@]*Mq7[OfGך}/5@yt\7Qr^o此yY|]48~HUѢw*kSlac` C z5c!L8Hq];r j <&w3F_txdMFk$^ ϡEn4uw0* N v=CH*#+Dyz7ʍ+("h* "%C2_aﯣ;ZD;\F:}-ú{sy7' Zvi(Ê[BWBef:/P8pHiҜJ:Q5T_$rFy}ڿފC=dBMnvW.nr sbq & 2DXhk:(G4M+d ]]9Pn7b eɋ:\v57󮛵NFAǮx'_ ;9T{٩m|ꈽIHhost\"z6/k'Rxq-VXqK P$s" rƍiGQ-Se7qh?٪T^6=D} XtKT׽G_/ɹQϣɎJfMbp) =Yڄr(őf<+*B]"=S8ٖ"U1}k>ѹc_ $(Nrvm=O kN WE_zY72tGJҵhf- 3kb58-Ά·#}kO U#,mlqOU8!30b9 dJTcG͔uFC~Pzuo=ӮW(ڲ+M0r'n:yoզœOjۧj5*Ќ9~ ڬ H+-0\3~d.#u>B]b@_^bsܾ|J|B":}hn)F8ikrZw,B*zQ^uuم65ԠZHDjvp}¯zAs]O:CmPWh~Qv&s/jgaƉﲴ!g^:1Jx̣I;CNdl1s\oXb eGߓ;F@TfjGqdR"oJ:  {&Ns4;-V\է ko.K$(pe|_\Nzzɿm4ZU*s3I@LNAlt z!$}Fq!Dʄ2:Hjb 3oȉ\@EKGȟMНp\LpHև#l.р8InѢ:A2ݛw7'}LLZTDžC8#z7 hute!bm;{$no3 J6&o~"RD ,^EʚK+Wk_]p']Dow*s77K|{N%@OPu֎FYx:wwʟd9{7GR3k.kWذFPnghǭOp8R֔=w-o;_vk_LAž@l0@{|~ `"\!C#`o#gR<@5VH| F hv &va֓, X`Ff(M)K\84kO V[/} EnKЩ0S+ 2Bw$|ϋM.{*6zBS[jtS8I<q;kڤ&,nJgë2Pf׮wb5A_Wq,SC<>yBZMQP|%$Ϭ#A܈`;@<,>e.[Ͻy;``|8*s6r 0:.ﬦW+ b?Y{\!S ;!oeFJFX2I,f`zFl&6DD> =WY$ufV"tV4?հv-uєrTv cOcD+[|.xd3,j:_)xSv bHѥ6{f.渑? [Gﶗbv)RDJy&^ɡH4 =јo3 8'Qf@y gG.DGK`g8*߬hF9m2mm o:.ՄjQ2e>*l \aZ=.X M0oBdyj_JraTN;k2eZH`@󥀼x,ɢjѡpZBα̟Cnw= R7} gH8Y|^W[XPǴqָב;$6jrᆚ㪖t31m xR*.UAIvr=]K T fwc .H+1ֶ YZ