go1.19-doc-1.19.4-150000.1.18.1 >  A c٩p9|?w&w )Ze54{X|FkcWh= &L\o8b:t.-NXOڼyGA @ q C]rcP3@A'6lLf 49(.gPpgDuNĖ/d lO TLI dŒrM4-y\,Md`LMR`pɽkF7 %xRuB|,g393d7e404ed5623605ec68866d5680302f6748d2a262f72f94863c51b5981d7b83a33ca5c37119210b30b18957ca210b595967a4c٩p9|D9֟: l FO-Meϸ(A6/wN!dN! ¯~H-LA!:ӟo}2'V<,{ݛi }5?fjw 㦼<x~6N6@w&;u=.\eK FXkBm qaWj]9pRɁd;|$*6aޒzB2"pB;+h%n o׈&?(B^69YUZӪ2]uK(tH>p;\4?\$d  " 3TXdh     , 0 4DXlF(i8p 9 : FYrGYHYIYXYYY\Y]Y^Z/bZPcZd[re[wf[zl[|u[v[z[[[[\ Cgo1.19-doc1.19.4150000.1.18.1Go documentationGo examples and documentation.cuibs-arm-3ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxaarch64Mhi+qc c c c d996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.4-150000.1.18.1.src.rpmgo-docgo1.19-docgo1.19-doc(aarch-64)    go1.19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.43.0.4-14.6.0-14.0-15.2-14.14.1c.ca @c< @c6@cob{@bL@bbb@by@bx@b2@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41717 CVE-2022-41720 * go#57009 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57006 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56752 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56710 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56672 crypto/tls: boringcrypto restricts RSA key sizes to 2048 and 3072 * go#56638 sync/atomic: atomic.Pointer[T] can be misused with type conversions. * go#56636 runtime: traceback stuck in runtime.systemstack * go#56557 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56551 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56438 crypto/x509: respect GODEBUG changes during program lifetime * go#56397 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56360 cmd/compile: panic: offset too large- go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the compiler and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2022-41716 * go#56328 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56309 runtime: "runtime·lock: lock count" fatal error when cgo is enabled * go#56168 cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch * go#56106 internal/fuzz: array literal initialization causes ICE "unhandled stmt ASOP" while fuzzing- go1.19.2 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, the runtime, and the go/types package. Refs boo#1200441 go1.19 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55951 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55926 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55843 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55270 cmd/compile: internal compiler error: method Len on *uint8 not found * go#55152 cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 * go#55149 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55124 fatal error: bulkBarrierPreWrite: unaligned arguments (go 1.19.1, looks like regression) * go#55114 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54917 cmd/compile: Value live at entry * go#54764 runtime/cgo(.text): unknown symbol __stack_chk_fail_local in pcrel (regression in 1.19 when building for i686)- go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. Refs boo#1200441 go1.19 release tracking CVE-2022-27664 CVE-2022-32190 * go#54376 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54635 bsc#1203186 CVE-2022-32190 net/url: JoinPath doesn't strip relative path components in all circumstances * go#54736 cmd/go: cannot find package when importing dependencies with the unix build constraint * go#54734 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54726 cmd/compile: compile failed with "Value live at entry" * go#54697 cmd/compile: ICE at composite literal assignment with alignment > PtrSize * go#54675 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54665 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54660 cmd/go: go test -race does not set implicit race build tag * go#54643 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54637 cmd/go: data race in TestScript * go#54633 cmd/go/internal/modfetch/codehost: racing writes to Origin fields * go#54629 cmd/compile: miscompilation of partially-overlapping array assignments * go#54420 cmd/pprof: graphviz node names are funny with generics * go#54406 cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54309 cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference * go#54295 crypto/x509: panics on invalid curve instead of returning error * go#54243 cmd/compile: internal compiler error when compiling code with unbound method of generic type * go#54239 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#54235 cmd/compile: internal compiler error of atomic type and offsetof- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere - Add _constraints for worker disk space 5G needed by SLE-15 x86_64 - SLE-12 s390x use bcond_without gccgo to bootstrap using gcc11go * Workaround for SLE-12 s390x build error while writing linker data: bad carrier sym for symbol crypto/internal/nistec.p256OrdMul.args_stackmap created by cmd/link/internal/ld.writeBlocks /usr/lib64/go/1.19/src/cmd/link/internal/ld/data.go:958- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. https://github.com/golang/go/wiki/Go-Release-Cycle go1.19 arrives five months after go1.18. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1200441 go1.19 release tracking * See release notes https://golang.org/doc/go1.19. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * There is only one small change to the language, a very small correction to the scope of type parameters in method declarations. Existing programs are unaffected. * The Go memory model has been revised to align Go with the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and atomic.Pointer[T]. * go1.19 adds support for the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64). The ABI implemented is LP64D. Minimum kernel version supported is 5.19. * The riscv64 port now supports passing function arguments and result using registers. Benchmarking shows typical performance improvements of 10% or more on riscv64. * Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See "Go Doc Comments" for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. * The new build constraint "unix" is now recognized in //go:build lines. The constraint is satisfied if the target operating system, also known as GOOS, is a Unix or Unix-like system. For the 1.19 release it is satisfied if GOOS is one of aix, android, darwin, dragonfly, freebsd, hurd, illumos, ios, linux, netbsd, openbsd, or solaris. In future releases the unix constraint may match additional newly supported operating systems. * The -trimpath flag, if set, is now included in the build settings stamped into Go binaries by go build, and can be examined using go version -m or debug.ReadBuildInfo. * go generate now sets the GOROOT environment variable explicitly in the generator's environment, so that generators can locate the correct GOROOT even if built with -trimpath. * go test and go generate now place GOROOT/bin at the beginning of the PATH used for the subprocess, so tests and generators that execute the go command will resolve it to same GOROOT. * go env now quotes entries that contain spaces in the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS, and GOGCCFLAGS variables it reports. * go list -json now accepts a comma-separated list of JSON fields to populate. If a list is specified, the JSON output will include only those fields, and go list may avoid work to compute fields that are not included. In some cases, this may suppress errors that would otherwise be reported. * The go command now caches information necessary to load some modules, which should result in a speed-up of some go list invocations. * The vet checker "errorsas" now reports when errors.As is called with a second argument of type *error, a common mistake. * The runtime now includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mappings of the binary itself, memory managed in other languages, and memory held by the operating system on behalf of the Go program. This limit may be managed via runtime/debug.SetMemoryLimit or the equivalent GOMEMLIMIT environment variable. The limit works in conjunction with runtime/debug.SetGCPercent / GOGC, and will be respected even if GOGC=off, allowing Go programs to always make maximal use of their memory limit, improving resource efficiency in some cases. * In order to limit the effects of GC thrashing when the program's live heap size approaches the soft memory limit, the Go runtime also attempts to limit total GC CPU utilization to 50%, excluding idle time, choosing to use more memory over preventing application progress. In practice, we expect this limit to only play a role in exceptional cases, and the new runtime metric /gc/limiter/last-enabled:gc-cycle reports when this last occurred. * The runtime now schedules many fewer GC worker goroutines on idle operating system threads when the application is idle enough to force a periodic GC cycle. * The runtime will now allocate initial goroutine stacks based on the historic average stack usage of goroutines. This avoids some of the early stack growth and copying needed in the average case in exchange for at most 2x wasted space on below-average goroutines. * On Unix operating systems, Go programs that import package os now automatically increase the open file limit (RLIMIT_NOFILE) to the maximum allowed value; that is, they change the soft limit to match the hard limit. This corrects artificially low limits set on some systems for compatibility with very old C programs using the select system call. Go programs are not helped by that limit, and instead even simple programs like gofmt often ran out of file descriptors on such systems when processing many files in parallel. One impact of this change is that Go programs that in turn execute very old C programs in child processes may run those programs with too high a limit. This can be corrected by setting the hard limit before invoking the Go program. * Unrecoverable fatal errors (such as concurrent map writes, or unlock of unlocked mutexes) now print a simpler traceback excluding runtime metadata (equivalent to a fatal panic) unless GOTRACEBACK=system or crash. Runtime-internal fatal error tracebacks always include full metadata regardless of the value of GOTRACEBACK * Support for debugger-injected function calls has been added on ARM64, enabling users to call functions from their binary in an interactive debugging session when using a debugger that is updated to make use of this functionality. * The address sanitizer support added in Go 1.18 now handles function arguments and global variables more precisely. * The compiler now uses a jump table to implement large integer and string switch statements. Performance improvements for the switch statement vary but can be on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only) * The Go compiler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well. * The Go compiler no longer accepts the -importmap flag. Build systems that invoke the Go compiler directly must use the - importcfg flag instead. * Like the compiler, the assembler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command. Any other build systems that invoke the Go assembler directly will need to make sure they pass this flag as well. * Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. * On Windows, Command and LookPath now respect the NoDefaultCurrentDirectoryInExePath environment variable, making it possible to disable the default implicit search of “.” in PATH lookups on Windows systems. * crypto/elliptic: Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or by a Curve method operating on a valid point) has always been undefined behavior and can lead to key recovery attacks. If an invalid point is supplied to Marshal, MarshalCompressed, Add, Double, or ScalarMult, they will now panic. ScalarBaseMult operations on the P224, P384, and P521 curves are now up to three times faster, leading to similar speedups in some ECDSA operations. The generic (not platform optimized) P256 implementation was replaced with one derived from a formally verified model; this might lead to significant slowdowns on 32-bit platforms. * crypto/rand: Read no longer buffers random data obtained from the operating system between calls. Applications that perform many small reads at high frequency might choose to wrap Reader in a bufio.Reader for performance reasons, taking care to use io.ReadFull to ensure no partial reads occur. The Prime implementation was changed to use only rejection sampling, which removes a bias when generating small primes in non-cryptographic contexts, removes one possible minor timing leak, and better aligns the behavior with BoringSSL, all while simplifying the implementation. The change does produce different outputs for a given random source stream compared to the previous implementation, which can break tests written expecting specific results from specific deterministic random sources. To help prevent such problems in the future, the implementation is now intentionally non-deterministic with respect to the input stream. * crypto/tls: The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting Config.MinVersion. The TLS server and client now reject duplicate extensions in TLS handshakes, as required by RFC 5246, Section 7.4.1.4 and RFC 8446, Section 4.2. * crypto/x509: CreateCertificate no longer supports creating certificates with SignatureAlgorithm set to MD5WithRSA. CreateCertificate no longer accepts negative serial numbers. CreateCertificate will not emit an empty SEQUENCE anymore when the produced certificate has no extensions. ParseCertificate and ParseCertificateRequest now reject certificates and CSRs which contain duplicate extensions. The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equivalence of two CertPools respectively. The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. Parsing a CRL also populates the new RevocationList fields RawIssuer, Signature, AuthorityKeyId, and Extensions, which are ignored by CreateRevocationList. The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a Certificate. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom. The path builder of Certificate.Verify was overhauled and should now produce better chains and/or be more efficient in complicated scenarios. Name constraints are now also enforced on non-leaf certificates. * crypto/x509/pkix: The types CertificateList and TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead. * debug/elf: The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port. * debug/pe: The new File.COFFSymbolReadSectionDefAux method, which returns a COFFSymbolAuxFormat5, provides access to COMDAT information in PE file sections. These are supported by new IMAGE_COMDAT_* and IMAGE_SCN_* constants. * runtime: The GOROOT function now returns the empty string (instead of "go") when the binary was built with the -trimpath flag set and the GOROOT variable is not set in the process environment. * runtime/metrics: The new /sched/gomaxprocs:threads metric reports the current runtime.GOMAXPROCS value. The new /cgo/go-to-c-calls:calls metric reports the total number of calls made from Go to C. This metric is identical to the runtime.NumCgoCall function. The new /gc/limiter/last-enabled:gc-cycle metric reports the last GC cycle when the GC CPU limiter was enabled. See the runtime notes for details about the GC CPU limiter. * runtime/pprof: Stop-the-world pause times have been significantly reduced when collecting goroutine profiles, reducing the overall latency impact to the application. MaxRSS is now reported in heap profiles for all Unix operating systems (it was previously only reported for GOOS=android, darwin, ios, and linux). * runtime/race: The race detector has been upgraded to use thread sanitizer version v3 on all supported platforms except windows/amd64 and openbsd/amd64, which remain on v2. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. On Linux, the race detector now requires at least glibc version 2.17 and GNU binutils 2.26. The race detector is now supported on GOARCH=s390x. Race detector support for openbsd/amd64 has been removed from thread sanitizer upstream, so it is unlikely to ever be updated from v2. * runtime/trace: When tracing and the CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events. * syscall: On PowerPC (GOARCH=ppc64, ppc64le), Syscall, Syscall6, RawSyscall, and RawSyscall6 now always return 0 for return value r2 instead of an undefined value. On AIX and Solaris, Getrusage is now defined.- go1.19rc2 (released 2022-07-12) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc2. Refs boo#1200441 go1.19 release tracking- go1.19rc1 (released 2022-07-06) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc1. Refs boo#1200441 go1.19 release tracking- Trace viewer html and javascript files moved from misc/trace in previous versions to src/cmd/trace/static in go1.19. * Added files with mode 0644: /usr/share/go/1.19/src/cmd/trace/static /usr/share/go/1.19/src/cmd/trace/static/README.md /usr/share/go/1.19/src/cmd/trace/static/trace_viewer_full.html /usr/share/go/1.19/src/cmd/trace/static/webcomponents.min.js- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut from the master branch at the revision tagged go1.19beta1. Refs boo#1200441 go1.19 release trackingibs-arm-3 16705020051.19.41.19.4-150000.1.18.11.19.4-150000.1.18.1asm.htmlgo1.17_spec.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.19/-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:27087/SUSE_SLE-15_Update/5c029ea12995d7854435a7b91cddab74-go1.19.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode textl>@س:.utf-8793156b110f9dcd52c58f2ef23bb2fd86ec98510a77ed7bfb651f4af56683e15?P7zXZ !t/] crv(vX0x07['-:; \/Uʩ;^zOeM `Sv=8nO~75l_\&=jqxUg17jKbsjyZ{!I6 =\hIg?lJM6Ym45^ L$`$>ִC'~꒻"&X^9vnjhG2Bw?5TdFoCvH ,71O:9`RVֆ770lmn.xo:='7z-Sﱤ_iq gV#kk:~;iHX:tV "rA*ʎ3fjFuT8'ҟah})G2xvPܩ!kTmnR{UU+I;bh0 -6B}sYMg_\_=oA2ҲŜ,ir8ܒS@jHi)CS<&pa[i vXĈiV =cxyQKKNי1Wuc|J-V u[KBE` U\iaa ߱~; ۍ3$?`Kmw!~pJX8cgSd/bB\i n6x#x`$OI숊4Iir{`{U%]p#_w7l?%j<\+GaU˱Z6Xnm'iSݛHuB\W7p&.WԊ 7a~*)ˌԮ4'#|:hiDu3_9 @/9CY@ЩIH2Ǔ'y2z.bx73ц/:ub(UMZ*%u-h0jӍn1f%Q u'e~ak^KemECwzD_P xaO/|3Z_-^$dFh]r&)2)[f/Rd۬NW4SNsTmcVS0&c!k;!!ȬeKi'ᬵTUFj.;D@E@L1မ yBMIsD軝,;.ܡXBq[ÛoҍKײl3ԎouX Z }mR|3a>) _[d+!X4*ٱRœ5e) P\#61IJ?0hp$whoI}*[!R-HGM- lnbUsUӊK!O ׀k[%8=_'1VA&TJf+ɈPy,Z<{j.k/Rm"Qd>wi9yypEo#ՌD>%rhSk']H&k2gіc!N_ޥoU*usSv/HCa^?[w$Z$fy-Ps4%;QGdPzrӝW=׳bڍ0G>za3;7# by(&L܋9ɺ@UqGj'f(*'/LYLtfGuO5쉋אYC72B ?VKcֶK7dY9yH "vF͕*'X@}K#?V9#ȖgP @TEvL5V%Z}Ԅz8u0Ď#ɖ;8 ^wɥu&W0mzt9oC-yh.(N𫀃nXdr>Rlbġ۾NYuh%uNfP|- |Y-T ?R rȶWi1ӕK/}3+p.K)ScgK i>+~V=lV`RF:j0O\yn~+2X,/d?tά[י` _P Ҳ_=(.Ofk7N9RQ,M++\jơ䓇A!;LJFȠO[ȋ/N! &>o{gHȩ Zaڨ^,y#P9wE ȭmI׬2+Cifzȅ9yIxO*'&jmGҲLUS1x2ɡ 9(6-"^4mis3޺jt\_hx '!Rp=r;"IQnRq,ͣ+n?{½TC8ةwpd?B@ABu*cС{拯j &ǐ# "ԂLdcјʗ pԡ4*$HC !n9&x:sxs.,*o(At +oT$V[F{XVm g'׮o>SR{V6{WO0P_uοE)b+K̺Q_i  hhX.S;eRbh2kR)Ho$QؐpL\Ki.Cw^UgE"뤭1W,rtkRR]\З)h/hտbTpς1^h{PEplY7DD^5{_h&S ov{s sz{|֮~'dAkC[Ƈz_*4 .۸_?y(1H@|d4Q+y@ m4f6E~l;X/K-4!_-cN1_E8;,SKز1jPX }4FTnv3-ՙ2}CQҤXf=NB^9Aǚb,Bx{jKN8TViiņ,$& P6+}9.|y^/S҃W,<j~\]¾oA2;`B sq' aeYm'yi.FY+kQ.{I{k )l Plгq;6JcO*@^u=4*mojc8=T8mӲl2u=Æ!ݍ3P KNMT ׄHt62Y9\'D]3aEwN?:JܗOa8,60I2S L1<^% Opx,DG0fO@GRA*@ SoXťfD&?#KMXE"{?xb9ڶ چi˸loc{.Wv묲^ྴ(>R,ܾ >ζy }*Q)?]7}d8+Y@o$/ǔU` _dy0 ˻1>x8F=Adzk E  _'PD,5 {[$ȚS/sTV\:BޔknzD,K.B\#RsfEy$JP`~_)kMk!`+sf;9˼Ȝf| RoT2ءP(,2Lw Ha{Q}C2bC:0L^o侼<?Qō9! ` ̃(\* |\銎+|(N&kp'6io'_W nzwE"<Ł<[ۢu#^ipAy:xbzC{CG)l;[:k"[knLo@.æ"_ӫJ~sQ[4Yт:.: )ER.p)#{ҽTlyxW#j_|NIhiaug~Ya k'4~陉'¤2Zq\>m(&*P\Cn' ˴C"l"pi#H[ :%P&%+B?hS\#utŘ&NɨﲆP@em 첪0^ *yn-+U{n3s=BޮB1-k*$6^ߐZ/4He5DӝZ7 mxQo 6FYvg`:jC)[<)ƃo==j)Pc>j$Feûay K4d&L-Yp&Z/q \r)hWAki3e05а@S_skw`PNQ㆒5oٯЄfe>!*EReHS3I6Ye2dZ_A'|\-Ȍ0U>,"S=W6q.u[_lFoهjDY[[+L@Ǧng f7OL?M. rj,6_.{_Ђl:r!A<̵ZyN(a ?-/Ҫە G"XL66NkD ޞ{;bJu)>%yiF4_1l6/ؼn]iw(܀i1@([ݛ2ίE1ߚiMbZۭnAVnc v|e2R)EYۀyCA(1UR;Sf)!"[a=.EnƋuCniV&%sQ{W殛(]oͯY/ Z~'DO-yRVPbai*Tx1)qÄ F;ߘi'~jFLb4KJvګS7섔WlfhQE~_"(BvSs3&5cvnAA45R6igѽb=ɧbDzeO".Wd߭PU~*bhmTv Scܡ 0n/CΩPbk6_GmK\:yAͽ=PZiX;Vqlϵҍ-N&ǬTHˑkr862H8~0W퓽O idVuQm/DNv`{L: bYI4)Jo'1PKZCeQN|~(2қ}Ϩn:Ō0'/_P!~\JlL}q.Nג,H^~6ZMK*RPASvZd!E*[ be0ؼ`8&E¨/Io-Bd?ej-m??f6pUնy5m-n1rorR.#֪jfB*.O+cd= c@D(uxbg.s{::`rd8ǁ/$U#.MU ۼ8v-I:Nbh3g1J+6婶= ĉmjK^bKj$'u; ܱp1⿵&j*D%U.~9Etp9,/}V%}X[&gNCnY8=|9N!%**'6(0j=e5a?yY2.1GeW^|REla9?eX'ЉjiSq5*-χj{}(˵-r&D`Ju$"}BC/@TGWfZP:@oggʵ X6na5sjyEV*ÿMAh?:;IKM FvPxR_Y@Zpvtc씟>f6ks|.ajWe}nSub cY]to ѱkG3`.*ujHn`(󚾺xM"8e;2K7|q'KCd jMymgAT#d/D¸;wn p/N~Rn\Ut㰝!`aU7R8 K8 f jnī^cڡLJoUp!HCInO9T+9 7[M(5';9 zG;H't̾!c=-dwWX7,^{7@! !qPR̮}ÚvO\e~؉|FucfFY?*{l=hQ x>& tʟ;@0 vi%KW8 C$Q^#n S 鯉}sQ^^\j2%T1\?f޻{Hr58:S XI:G0v26Dժw\I}n&I9 㔨:s(kJD6 :l:gp)knx8?8sz$بC.` t%Mt~y&d8iIJMێAۤ+?%q5Decմs:j?Kֺ3ـwkg P!xҤܨKm t[ZV٣IB -צ׌C/`0kl?O.`EE14]_uҿW rnG7e A[kS$ h} mUՋ%!/azqo3hUFBZu4r8KSZH@r-:=mBhArT ԴB[͞(w2!8BJ܄Idxj{0+E%nf= +.uBaˀ8E^OxJZj{.TX13'u+Y[Ӆ_``k_o44]=sI0Bۊx'_`"iilC GJl D9,W0DMhM;*ǝk6 띶32P@ `2kN'1Doi/)$ޫ x54.M}|ġmy~}+f?ā]hRfTk]ǢԖ&V "nt.~S*ϲڔ* bn͎VzeKtcXp ʋo[3VStMGcjlK\s8On*Ǣ &wtY wꐲ'hd:Rheu0p&oU/>KG ŝL UJ(ElS_iS"#qWݐ|R4޹-V}7ٵ&gx |?+-=o2Ea㌢(HY'(`_OhnwQawr<1 ;bey>U6 3p$/ #eBWu2P?mT.bXhAozR\Ӱi:u*/.w"(j6>2@|O ۋ NSRV l+dLqk-1Qnrs?cu/4<3UCM #-5WG]1 8V.:4s"\w689Ķ`0s N+ez,0$[9i`c,(Y0j5jUi]ӄZڊB(|չ~* FBbYF^(F5>hk^>@ 5DZr >zv !96P@w ]cE;F|&*'r"KD0ӻλN\%+ć<gטi5hedF?!`zgZgU*oMDmN/7o UVe#k={\C! ((wm*v%@ljB̒d:׏gՂ WbdX& )o܁ٗQ+nE&}a*#ᩓ]ůE bDR&LM J,Y[z6|Sg1XaJN&Iͷ^ykૌ>ӛ[ }hf87(_/æ}%8 +_CV'ndb&@&x4G')}3YJq{P-` 2[$1xc3{/EDmt/;uYgplk3BS7ӪStV snfKm~PL=Hǯ(\Pyp^XшٜrO8^>tzI*A9sTܞ}6M)P,D cֲso}b' @̀ar=_ LeٹP 1m˶T1_`4gQ,\QSfUbhS q.:\#?-P4^ 둚oB~^m9:'>t^kW״ !M1pY~j;ZP!X%a1\WE3[wҥPǮ팣MRKPs& pr %?n]f-DF@?ɵ {@3kؘF['2Ak7n?ث;%lO{SI`Yqc/)]֒I\V)ܸs迌;BF7'RDj+z# ОIW#=@FI9^&JWf |zMC#.Tp˜GƊz7U2ጦO)>*96n >g+178P1@Y]A'LYt)xi, ?9)7إ 'BVpse=ep,|KTrqS;ÀvOEɧԷxemԩ'Ro:w^p^\"$׎!I#LGzDwl%Q\IR{nB#I#ĤYx'3ZZ+'m'g^ }4Z+R/JHm\y8ٷ++݅/J:;4 N[4<&G'+rc9gx e ;N\!S8^Ŋ~Ya_S$ w7]f!aA=5 L*Zq?8:T.7wAdIi@3/+VERTєuF,@W63Xk+ -=h&Ay诵fwcꃿau NYPXc ՙ'P9Kis~̊lKåxN|fCu=֠G`FUM.wkZyCI]ֻrgۅk9`KJFun.KV_#%tڀ T {^4au8 7hT4OcLWB6}$sxIFBoj2sH eĎ8{eo'g2{@栁a#6+<3+.Xd-~M{:+TJ]P8 i {!9Mm?FJ(0]p e&Rޭɒ"[*|o[7yhѳ+7 7Pk5o69D\W H! z_M<*qҰxƽ/s;7 @ݑO^t:}SsBt\'dX<A=9#9;^\ pˍ?qXl K ?A?chY$c"cN, TŴlghXcI?gybz(c!e2躠4lRkipK剌5D J:2!P&.il et O@cb`-N) b3"?~%ฐ wvjfjpP rxtد%ee$o. O +/8Ѱw{q}jl0ӓ Gظr5ĩ:(s_+jka'V,{M:jIxq*01m{/zJ]#bŢhI >7J JZ/r¸UO"{ LCM&ۿقz9Ȑv0"Pr\Җ#;lJ|tgG?hE\cD lWi9ƍU]ܵ&zA?rST c[eG) ﲼOES*Y+b@e*xV"e 4Ҫu 3w#=uY3_ sw.E崟VcAXosԒȧ%8 2'fХaANx"@n'F r8&?hgDGWߙUE!N^V%i |?ϦH{69 '" E7b5[D>:OsC'[ X˶4.w>vja0o0.ս<&dְ& لM_J3!q6 u־4 |<,2!0/ި_fx8K8*s0xb_8Wݺ2⧢ ̖ˆѶW*:Sƶa\`8u+d,QxhŠGHI.lG˩5Wc<_2,t9%1|kDY͎3ҪtLyqo<ߘ:#'24$$Z9)pl?4w~ s26Р*F|P##NfEB}~^?n<W]+X*1рB1 JpjNehyy'uHAk)D%%W|[O9\]tw*&PW ,0OkU,oT Y Z@.rjM ͚fɌ~Pʐ 'O+QЂ.VA ]\DT%H2ޙ>/ N7rcG)!j_/u(h~w¢r@E[i%Z$mq`TD}W^} &Q9vd1a9&8lnQr"}ʥ PنFҝX'[O%+ iI8Ӣ,>I21yo@gp% ( |*{\Ut$-S@^U +rTV=3N y| tA: W{vb=J>3F.۾yyS5Dhk'y9 ~YkVˀ-`n4[00z*"OBgYfӞ+l)4(VGygf&? 9ڸU7 ֑wDXT ?ͺ<6< ׭_Kr!R}\mhm($zJ~@c_/]Ց7!C/B0/hFrog-|n{?}7_[M^)'*stD *g{f=|cJQ<5ͭ%R%iΆQک%6awDHחzV8ºbDΆ*w\D9zK10})2"[dz G;8 b 8xʥNrėXs L>z"Ҁϱj?3#L*JE^ZlzcBwMiEקʹܬ"L"_;],%'jP?Ⅳ H{u;!\w@N_3YnL#y]ݜXԱh(?9h" 48_#HspIcޟ_*rs qۢ˰, uM-FmÔ].~E*vo!4hze5yr,LfM)k5GRt%#Jxt,r-_9;:&ɡl;hW)zR"U4.趱W'n/XE;wLYΫ ,cGh9_7Mǹo!Ey+=!VK/Vlչh`m#(̬{΄DOaif- `HéB=x; -]lJl~lws :jrJ8 p{xf!2a6H f&T77%/\pn' 8j_ǹpDk&eܮV4 42?.^D|ꚝrMZb;DtnT6L7QH9# (Ƈ# F>L.E-xjzO^ 7&9F6V Ђp9CkMFQpb'HTmopyHr؅i.=F_I>_6N]^}0rƺG˂sn8Ydex{im~\Ń{7ϰC. ޮW1!rض Υz&_!2Ml[f HC0_`aќ3N%NP^R}N%.%$~Z3Xtɧ&ja!&&>LӝAijV 3^w Unu"FN駇1:h;^^VL+ =+imc52 ׂ,{P[N=S0ψX0i}yqTJTz9mJ.WU7~:Yk(,cN/!ڌh*^L]hfxCH! [eR2KLECFy 74# ׂb;X,氄$mJ4纆Ck¿: @k14!5܆a:N dCkjEA.^CR(iҟ k1@%حUp0(= `b6TH8'<'욿PLgUC52c ??͢>N鶴Cɯ64~aZzh]]RQK"b: S>Q;ԏ@= ,LA^z7k`X蛁KN&9Ms=,AWj-}YΌJWBGGUJT7 LrTmg˖fNQ9>L.o#\D>="w?@rp0!xσOځ͟.9 ޤR6qm=pMENP6{H~$@;5L=ɊP55PtEE:`A'uWXS<`>S䩥&$+ev]6s;V'1#9|VjF`@3^(r`O4࠘ 4.;l &)=g2{ U/1xLiЀ5dᔂDN-n"rd> D:σvĵ:Pny{=2)%=ahӐڜg}X أao+YM.NpL:@ptGN,לpyim# :Jn[d_ƵhN(Ypz@}cw͈_Ch])eH弬w>- IiJi4NLyɨBPysWm8z3{:9 6u&sF+})B4DjGIB㝭%^5lEУÃNĠK\ͧ~Y: Qa`;..O%!Xf2ʁ- BipvGiђt/3N}mVʛښ%0Z7@4ޮDҧUN|97o#hVnNq@/C|*#Dܳ:wʩn0J}VY#rGIZY$ǞR*Ay,D+ᘸ7@憠}E·Qj9y_)dEw[)7mmMgel$HgvRզ4i uaMt6HIr1Ɠ:/!(Bz0X)\7e^*ųk_n-۶<{KkAԱ%u@cT'Xc>Ed- m?RW#d2X : U4fBS%Ÿ[Ԓ[+^STFhiȣI 2ʸ1 F~eIo:ш"--䥍]=^ `Ǥ`#3s*@HL®Eq0-PK ;)+G=BvNɖ>o@G.? u,k!jOdV:b3nxe1Y YIΘ\)4JJ~ņSP[ ~TB8Cfx\ Op䫓XIMa͜:N_&Pa־z#-_!g;‹d K$t3THNΥJ| )bX:c/ǰ[] p/S(ary;|NP5K~H51$L:4S?I540qDD*[IQf.ֳ-݋dWW4Yy{wltlreҼ뽕=oɏߣ4T(WAki6|Ҁy <_޺>K5dF%@wMrUaƓuV jgL{+t="&10Ya )5[;tw&UV;M+"𨦫^ݫ8mAk~^:owW4;!.߭W]Հ)q,xEt<*"13JQP)ZX~M(LM$;Gc4Q-O # :QyV]~"8>dhO1xUxzo=xʃB꡼k릙{/4ew ,ómu~RX*OYIƶȧUV;p' :4yA{z@l꜀"xNcyo7V?;}8vKt)[&ѴHmDmp:eV)-JseGDܯ-ޅ)MoB?]o_s"!@oa- ŗrh*!JoKZ&b y L§˧etSf*QomHgW݉R ik)}^S2#lc<#fd9<^y4F΀ VS߸rN'}Dc*U5 -^<W("E-D}$"#cW{ ~@#mc^@R |~Ggp3cGw*rW,pIy]s]\A5ִ%#H2QI)$Nr 'JD$9qcKrÄs{۵Oq`\)^9Q>Pʐ@a`{੍~ɦH1PӒAu T/k#UlN KA' waGtmq4 *R\xZHvwK+̵ = "7_:/5젆f(RFX|٫Bf@ -HE0IzX; RGN_$ l'Zi^'m1gñBq<)4v[/PKZN {z6y(É?2ᳬw8c["Q~s685zuyn_OAc4CD'Ѕv 893F^ =[Cx59? XeѫG02~;§6%\LUb +|R ~SKpfNär#h_ 8= ˟͘ 0X$SLʢdJ(Ԗid"h/F1CaUC$ly8[NbtT>x;3D(&QsRg>f7 (xꔡ"bJ7ۛ4jhd< hk+] L)﯁̰$OfJHvAr"1#]^ Zp2/if/yц9wLH4}K{2~! rČ! tg,HaKO=qrܬYԌ[|AF7H_'l:BUx|M6 4wCeHO*3^ArsymI )j,QS ZԞOU_ge>ԯVFM|H>CC+FA9+Āĩf؇9%ȯM"M0ux)Fp70F%.04.W7SNZ@`#+q3ZՒkʂdp? ʫ"Y4>ƾH"/R#-D:NS!c҂`ܳ figf)vo&ߵލxi_ڄ/XZ2+9&o ~ `zeŐ?S0P:H"M-# h-Xsxpla_& m_w˼Jp'l-U@Ywp"[,Qv fV ,чuDqf:Ka"OZ.-Uz <'8Zqh!8eЖ/} N}|]J^P1W^lʝuZg #|r(uP)`!gR6U\Q~zN#(\tHmkڎM9#>|cZ LemU16h6/oa$:ڭ&28Wu0; x%Yҙ khƽ8SC`2-c|B?泡\ʹ` Q2 t rFDK6v ĊW; 3s-)i:o-XSX9^Q֩o")TQKn1h.NZ <__a_] ޿36 Κ7t_E+b5r@iHae%F.=MGJ3PA}W<*'%~[6PcɗVHGO&3Ҽ:7ea9kdn$l8AciIı|v42Z(7 qt&y@$~ªWM@_m;M3z~DlڇdK$|J$i$ G]N{ ]Rư[؆-q*>bczgekAŠN3USN}Rqi\ }'d1jA6`ʛ&7G-k@BT^&cxo=n>*R tD^m<}8B 2#߳Az2VMN#isUgg$7-Xzm)i֠PJ?۰28Fa7, ;u:U͝r;$uE;S*qkRxhޞi`I^/ۑr6x'WT7$3Tt1͙3KA,4Qntpde˖ZOdS"uG-tgW4Q u:7n,+Y.vȺ[x]H/>%Ї]-Gp5Fcړ⺭O mЦ5`a;#E%-*B*j8{c*]{ЮL*j3//Z i )v -(RNkQykjM~~V+^#XLJʳG۩ bnv?:0 9851?uWPoM=v5`Y(m`oǶ^we@1Am^x^#"}V(2 s_@<,VEAGQNJ#yX x3CuNL-'#?pnt&Ⱥh6aj XӴΕ Ę0wɢ p_EnyM\ *PzG 83 IC9H+Lg|S>4ً'5 }6iS@[EIM}&=֦^4S+6HHIVgz_A+8ԆVY`Dv1cl9%-X)~ޮ[f#~NMpxhs)?nԮ2n$Uԯ Pڤ+ Gqs֫',*/ȨCRCoRl\T S8ٟEOU؛XVex4m}n3QG?\s# '@=N'{&s%1Hy:l{!LL㖫B%qB̻'5p޽DKm~|_f3Bkm}NεU`r]ǥa:VfL_TÕ697?1\gS]D|pfTdatD22fsⶊnRa(MN~Z"ëϿZs[fBp-@3qm%m%tPGo;X°=`فcnn.,ӜK1߿G'v6MXÒ!aWzr4_Tssxgֈ1ᯨ7J @oϤ(L}V|ןU2#t*0Zh.zڈfzSuښD ΣFt)=‚D2D6lQ ԉS9o08\wIܑN\"UIso}L@j](uyE Lw" re*08HU?8GZ\w̐9 ȷ bK)uiL@=Oi-@fW$*8`]Lׁ@om~MаQuŘx GF"ex=/ PsѲ,vx,ႉk2sT[RwLA~W=A(lĨŴXE"^JBAez28QCiɤ{v%j>~E+Om';SG&?|bRӍoC Qj{1^zʺxf9L^@|$a G3l3 .)s`tRMei4k"m20`ZR%(gdpn0+޸z!NWAm96WűQ6"LiW$rq3>{ky4IgKI ^wfRE$DHb(G+V}ܶ`3z=S .Y^谭l` A_]sTq2 ټɅH>r702T9pb PD+6ðh ^ ?|oJ1(h_>x&d<f?4W@^b5y<+x$iT.'[DѰ{62cfxJv y+(ɰs0sG~J0[>?.tppnD`;:/a.+i*qgaM i׋:r4 SS& x3 BugJzQėn-x ҤpN_IDKPԬt V=cX<: p k7R/tap9DMnIa^/H̃g!=~|#*ugP;_g\mX Mn0)%05{9~ v1mH?GxNA]<1G 66@+Pb֫zi&͜ 6*8nV !ݠ09{bHPٓ0Zu|;ŸKJ \Č<`zq0H4(E ,-f*oMu8eV/7z<-C`v´e ^ de

Ş!3>T Nr_uTh1vd,ï2Uod1yҪ)BN1u x{/ks+aBh;(U'%˦$Zq'di3m<]lη4afG3HV2N%HVgxbVUI[q0 L 74֟lNj;u~r/H`\hqJ8emDoB20'bto V: ;8Jfl(.Xŀ;tjbfǙ":E[.OA7+^%-kw9(U Ʒ$dʲ\ Ƴޤw̳@;o?|G_=7, ށ$j {zXtUХ{SVΛ*%&1w>|V/pp8D1T_0=>x, 3HRʡVxI[g>k~ z"ӜR Fr.L/)ד#*ᙺe,tl &YDzz2cvf2qO BРkn|ʀ&=c$`3sn8{:TANy&^gPL-XC;CqPl^Eˬ)>H~d%3ZxXѾu(^g/Ӓ#z ٯi yyud+R50)O 7I(brt(yLe517ƌ$5"+p,H;*3,a;r O ?w UM3Սw"XƧޛP[||{܎m',? tIRe)1b?nXxpQVr7+bL B*_/_5 P^r!3P1bd/gF`kùVRkeNxcŮjRwU$b}<$ _spV MaUc402{ w=o,t0<$- u?l&r\ۛMM3j(dMcOg.z 9n ?(%=9u1Pk ێ߯}]w.ߐd^ WHYOe t13CٿL(YtY*Ш,}~I+\L㏖.چVG'"{"&PؔieeA (SvNA4-p'M] 9m&Jh hq6s8bn3N;LDDz36jgn! *7I7"NvY}Jĝ]d?C@lۚ=f?oXh}ǔڐ ieyB W71Ljљ~õYN6WٙYrZf)2KݘDWTNX pUR%LsFvT< bӣ PN.R6(r+Xp#ۍ;q4 > TtC!(V˅n {ס!G}t `G{fD?R,e12 {2iY (J;~#@\KA =>6(9(m YU:Wd5dCiL*,gl譟\v0 4 N&[ЋiW:- Ჲsh;9TUW!_h?gu%va¨>d6>_ܞ}% ;L\Vfl1s@eo|.A'&eEA|% csT^a9ZR,G\Dug]Bӥy㫕nw)Y"QB2ʬyJ?2z-(H "¤mppj!8c5ms.3SÎՆ +^gi{WNau  )n>/1'c`s,Yw(erx)mY !zT)yzh֏ ,#iAKPͿ‚`8B$_٢ܮ*E<&[ .g()T=Q+=B,vaI yPy#R{ TgaZЎϦ|sûp\:za<+r)v ,C $ڬo4B*QI:/Fi:JR6;:J聛Nr15&ƚ&tW2y Փ濓$1lgakuCsh@sW@/\`v$sׅDlzGdw]1lY(XUGLsP_ 3*bj3r} A 0P(u%q ʖ6 b &,L (n/Kv7jHsY U7K p*ukL3R~焵Xuǒ ʋ\i}T;"ו|z7g a^'A |M@tJZ ֏[_d7DV\?xBy7f 0= _~H@?Vwڥ,Rzߵ6l:tF'ߧ_y9ptvE v;Y1}(ȷys)R1nl۱h*ϬGX 1Q{ ;~ `Y8nȽD!YKM5tܞ/іzt$~o=v TްՊR'<㮧vօ/p5PfeYD%^gI!Ns/_4%ݠ4Sgѷ V?iћA15UHA֜ %zoA? ؘD" j85ׂ1Tq.SzEv : ÚRLfdcΰꂺg dJm~Xx3DS,'LJ}4LQv^OKZ]%ETWVm=Eq_%5%yFuz20 VskLUh2.ח>~[+c xR/EDF6jMNDqjZ{J,opB,Q0xܸ$,~k_CcvEGuj}_mA]:՟FE74R%;Ss.Ljs,)-D>_`qt  >Q9C[{0#֋P3\xF[&,?ze|& W-w Ą`3bڹ Y1fԽ6{]&BrG;z)0Vf,zGhy@0u[)^q$$w{rm$210fiCrumЯ ^ ukmB{h/O$랎RK~#AS?4:kSՓ7Кg:ӘL/D5YQY=:tOaB\%l>d@d3†#.팜-Ț.q?x:" Ŵ|aJC,$ [i!J`C~K&A[HŒYnlǹHbDB[+fVh~qWdQퟺtI{m$QX>joF@#zubW\YOx*ڻ#~<B͌6:L?m`֤3K :M[8cڴKE Υ/>\Y9X@.qB[>W$)vRD$a:GfxGлä 7;6YIRef)0BU*A|> :t2}}r yrMW#@aw$&VRP|҆>戇R©M"Ψm8L/DXc9 U]{-G*oԼUN* قo9S!7Bl53~ -0dv}]`պA&+FVʇ)u71љDn!v'?i::;f[_=Q_f7bd9.S 4M-׃ m(wZxdp}o:1r҆zsq~c.ad<`D1vu9]Y:N{KMß2" 4G ӱdUGLrM&(t$@C7ݬeۛ ^q֍\ Icq R-]g?pbGaG,TOkԁ𾝃ūI/+泷I Ԑp)q7ٸseizc*q3 PJoh̜T SIN) d{-CIv]B ߠбPNR1#&=Nbn.D_^X+ja!L} x@CRw psVjo} HơzfpOQAqĈ,eNCT2gԉ={j -s$|`d?ŚO9=+`CZ*JeQ>ǻ!nXQdGw">sgn2ܷ?YG[N8UBux7 I6/h~v`1Ñ*qsձt?URړdcjSZsnGSD3QE!KC95؉nnhz-Fw țe҈(<)X=e h;͐qB9hh94@/P%m_w ׍+Z?[GVO׼B% *s*!pt>7Ur4t~BR/ )ځٳ)=c U3z6:Q! \|0Vv)>$& 2p,%0q+)70% łsO#:#`CJY]=#Nm=^y ©3Mz؁gHj@Yez?-ԔMHDCDs"+XeR,dp_d! <#!P8ץ?٧?wˀS"> ysȱTn:e0f U h#uuQA7o 3f+Mq ͟yV9hN{ȰTq;YO`n0زQ)vCxt&M@y.oCX` GR0=5Ո-=,@;:x61eK d42vDNPP'>XaJ߸vkNasGc58 Ո@]Yg2T0PuYZ0t]eSwi.ЬﳚyMr3^u|6~o(®',<'Y md[qx¿j~0hLK~3y*ZR;քdړb64NSQJpZa V8'!%4qѷ6>/jS ʻ7*QH(=ӥ! 7jwwesI~HE›瀹D֝-*+ o!uN#)dmƶ7=;fۨvj  逯0G.R Γd꒴eNp6s8f# |ttY_gzm$e~'=CiD 9 n$S3[$G rO/啳(BE] zxą~]._}SX2ƙ yK!+PsPl "_m@BjhnK㤎Z5ɛMMnl8g%{&Y)_$yRH`1_YX~_)*>uBD5-_ pk25 UG*Ic0`Scm%&4` @%g~@;L:׽,W-DG4z_ ,V;#J.hV~zO]1/6mNϴy2H yɣuH"g d/6,J `@QQ2 Ƒ[-rk"T25S:ˏ*=䇐hQ=.~dV[B?@Ү!Ӳ"BioP٨Ղ7WJT:]krr5 (`5m.X{ ˻5@Du".<# =#JQ6d2I6KSvNEb2wrMR YEO6 ^gZWt!‰ܐ:\GˬK" g`F˽^@J&Zˬp $EVYI$Y\Kf}gBgXq$ȡ7epZ0& =r t+p86WGt΢Ƽf@ϧuHBs8G_sup tA@l}`\zX!=.kFIN-K+A\ee;>Ju;M2,X| r|R; L(k=k29< T/8$Ï(dnr?.r`;Euth9Jwؙ}4tƲٷa *iEDOJcA\STH|N;NX` I[ >Ba IWt0$@}ĠRA u;ߝk!;>D6YN&l wW.Fs/Mgh|\OGe8w\QF5EV[Q; F(s>{ Z9,^z U G0cǙ>U(t%smk T|Vq R7kcJЛI,;:  )";l*L6 3QC:֟Pe5o T?o֡і&|TD{{]bf/qrJ {g~ڸHD³#K0X'{.lS~}cz.5)#O짴dW=3puq87>,Gk,bJOY$ פ{6F_+FScQ'6؜ۆWC+p (y)bZR3dkSU:zT1՜ s^~ۺzGA4fMyZ!YrKx QG!֨1"Uc[/5#?==hZIpn z-}pAhsT0/;lM|ɗx@?-EN%; ;I6E9vY-~sPE }sD1W77x96t|Sm WP}0q~* s34jt 2 }qFjOLdV&Dwބ^l:^E\SĸKzmqdz>M:,$EMʕ{-+v'ҽtZqb \ʣEԓV2ί͏SۃoI`fFp75L@+f Ƌ(*KQ5qLȞ10d)Fʠ>Ml~<'6vaiqrbvdCɬǯ1Gr%QpZ%li2faKvڬfo褵W9;dDg„qfY\@5('XҖCdܶh H2pdoGʟ je#S pM7 :3VR<;ae |~+\uW U_Y_]3]GrK'm7Ϳ*Ⱦü)gֳ ̓N]gJ# QBYя?߼PTƅ `6\o/MBTF%ޭX')b N1*RS6׍U穛ԥÄoNX U.}m+ (ֶ!'8YQi?wMl v߻LR16ޢ'IȲ 9y4,1 jNË-&ɟ4sgLU:'g:k!Hu;f+TŎvNbedJSyPl362[DSW[yA'bS|(걩Ne>>Ek Q&zIӶ[8qm(Rhb m(TY ZW*"k'zO6ZqGüv4݊մ; lY+4io@g@{ҼBSx}uY6R7+}ADG:#  Ì&l(LJK{IGDUE. M=NIcVMOi"~);1]رw"3E4k V@ⵙ. Ef/ƆbbBz6+ה‰m?:ոf0]ؓwf Fc=}^VDI=ٿ7Ǟ3v' &ǚ#ϋXy^Kcg98(aX Dyu<6p?ة/Hlr WW?PpH]U^/;XoDf QS,ʦ%Vg-IX/z:@}2*JW7̼.8D6Ģ+O/O 1){ 'AmͶ|ۖQH[ 8E=5T4f @ؗ" U[gxIrE:Ul7 9Eu+4i56\xdNloV("x67jnc4)\r7 ,fNN@+RM^hO5z@Y TEËf\Fsl}rP~:~K}?Ic]y,o)f:QaeGj:(܋=Vr`TE+g(K^,zk1Xꁴ s\O{$نtU跗|dZjwޑ]M6Ԧq?`M1pdtb Ի nG-7xM-߽$,sډiIq U>mc>ͲXIW,uv,&1mp>E^$EU%RU*ÄEq2tì\Ʊx77H1.~6͎!~@^ӰpFv-' PG~8m1/XQCd;i]]+W>#~O' Qt]^Eq[䊹^!NFe*IwMstpT߂`QFfo]B='.ʴ/F.Or_Jrp^)2X= 2+ fbeA!XգxibLYzDv%Lg1HC|=&Ȩ!kw_ȩ^t\:_Qz  xȇк2jHwq#a-EChA3,=aBI17\*#JEeJ)4Uakʦ@+m'1Y{=>rmw#iM^ u]_e:I*zY1ucf7Сnw|N?)P}"ڂFkPn~]H^Av'm^J+UcZ~OJl4s> )4$q -6@Ƈ"8I5\B{КyeI%SقNf]X^3mpޝmL!" ;8S$Q0 C7GAW[YlP汎:rb)<'݅Dߒ "U:<똸3V!o;f*CytX0Elr( tM)xTƞm]d.Wn!}RRNq&-hD"1 EaQwGI<8:rf'㏖WplY{xhr $s@`Ƽ!& KO{gwF#-X]i8L?T ʢxB\2' xt 3l"q4XBh~_SmGSG2ȮӦ4V!wbkw6NKJn3?✉|a?ġSՍv0^3ψ4Ac/h7m.𘀽C+m>O?qr/G4zk漆;hg7 8(8F׬ ,] ֣o.Yv7]^ߛ`kLRprA$ =lJ5숷)øK3M6lREZp1>6'W)2kߥl^( lK؇';5uef?S&x1 R3 \H }`Z*JENjUx3rN2Zh- ހSGM8m9 lA]a/JiBT XG!cBywzYo-YD #w̰ 5ByΛuk ?B]z*i]pXa[%^ix36',I9oā7-,#w.0cHW0B4sz, N@GPjQ [ɥV*۹-ޝMc#l*ydw l c+NudB^C,tMk(é9i^%6ւz2L,E$<@<"y _| cWz5Ж[AHNҤهCDT-+ vqw'(X}6bg]Ԟk+A1@,";>d:њg+g1z"k+i{0>&}p] ?Y&ةL6*ɒ\ 7  ccGaȅxDZEZX>gw;~>{F0u مOĻO8'gw#`U΀o]4mcgY߾)nlɧ:~ n2Y( D޾yvAWrv9aTe3&X6A܎Gx5\-XR) Y_/zMKfh~C,05͕EfoE*,Xz3_gy4Xdp*xGTD rW=si/eUդb LC2pےiz!K=q"\/VrJy:*44yp's|Hb•.q$>fXvXj(WAHyl\#[Rڹ .({r; "(W@d0枣WdM&dQNRN,5C`bZenuy or`p{_>hcu& "c}(b(`fZ-C/ǠViG!;H6T\E4"eoy(, o1# R=A4Rx1XTVLb1-;D)*#gd(5VɿA~ٞ(7uofJ]xka#Ѹqj@Hi T-\YTsT0q wn6@e qFZqN/ FmEymziY3NŭaH"]5lU6;i;_L\Rr!?(i c̘Hr`E ۰0w h|ѣ63k93E!QZX_, 06zG+܋^}rxBi1YlAբvU րwƫ^.f;exՍ!:dfֲ2>Tg ,vɗbYRN3ڜҽ-D\~<4@11Z4`TRVG["ŽO =LĖ(xٵEy/YC <T獔IU.I7d!{bрYrAe4YcAZ3t7$ 7whJD$:C⼗f\s(eYtʨwb1e .1"ҫɸnV.fsLYH;PS֔mX-fǀ|]hqgN#YNU`a+m>{?<뗫Y1JOR,74=h[l FJ"R}OSR gJA Hy3z渏 NgP=7% 9*2mZLxs('r{}V\ <1c?6[I9!=V=\>T vvk$B7LbsS[)j==JuVicʇ" ;T 2b_x<3yr܆؎hxMFW_7(]NڄSt(߫+ *DWDRKNju}{|I ixEA`%.9iϴ[& \ ~ٯ>Ԯca,zl)}zߨGffboW'@BTC]7Q'|i* K12 鍺ܕf:%g>5rǣi}fM!Ў(gEJz pjh3l\z#f`brmg.ܶ+݈odzTj-ʐÜ%>xLg| ',wAD4Q>tW7[+@'_4qwNOIo/+JWߙ^xzZ}o,;[>tCܧ4~uzJ9{p`eR^ 焲11䄨dmUlV<89HpM<ҡri27Z_OmSKkPY\goG8-x3E]Ш2u;Y!o(JȥOK"RO¹1VsU"™zL+ }zˀǀZh7NH(t>k%[_+g~#3:ɬ!Y揹@`s\tj"7Qk JFVuEaCA2"9FydJ@HnI>Cb'+M@ J&cud cw:rN݆!maK4ȗMç%gEwND.dӏEa<7|$oO_404P3 Ugu5KJF.qޑvtNx*gV C)^\$iGz(;GgqW8:|`]%ҙc͖Y{<`+{:C»ahģgpZݦDb#". i$m۾:Yp ONL0cnM?K`(cWm`ɗ~eiO>]l]Gi7)π6=͍j=YJ}ud*t'qp%|pJ S`./;Y #8  &#ŃR?`I;AgԧEr,A}i](0!جL?0AltBk[W̕΂[W3/[歸zsp~/C8{d?F~2=C%JkFw+fuB {哞|AR[mKJNfcWoa`7|:2GݳjcpoH W;.<_̝`WKNzg .9L4eݛF17&-"'J MVb @ޥ )8"]VzG"S,!Ω(I8wt` I ?r*@rҘc˷pObhd 1W K X4ɚH؅A=~Rk3Q6Xf\A>ƥ+Zi ZF/Xew2&i`J|97!qybU Sĸ{NJNoJ>l$g*Pe:AuǓs|E#{ _۸ [w ݬxYW`!Z~p-ůId戦(vH+ph@ӱ>3uWm ^?a@&$@=x}q@V½/2l oY0X_);I;bkFh.uYTxX^%~ܿ12b6I+Hu{2dAz 9p✩P ,95uk'61S2$Z lyr-+v<YPې֛63 ]^Yj95B'lvkL XZ'Ӄ7U/^LR m~U :@ ь f*BEb3lփAx&EȞTL11EsZ!>9wUr &.65y\ Z7mpMe`<>",خ&IwEk*ݬU0~xk#}/qLMĦ |x/#шdLF9"RK NΈL²ՑEI,'Lͪpt,SUjdQq [) IG ZH[=4ɼl"z@ l-5U[ ϸ-;V.(y&m" `nr ~-#iOk2ќ&~žR!JƤYFeҤDoz :A kbǮ]oEY7BlE ğeqイ|Y{:%a8"1yeJ]>u&i".@-8?񱂀U#|ʶ!`=&>{A?oT!Yp VČr_oŊ->>vᩊCkd>,ܲH?nՇ9 A v ЗꢧD_qDF 6COdEUޒEo{8y;ofuT 0&Â%7y oJzm U(xBKV{t3 @Ťx+e =p֛γERYzxfF6M1\ :КUOO8nL^- t :/XaGU͓E*|fZѨ*ſm*LQ܄e_ZEoT nyXs%f:!N:0CUkȇY]Y~|x){ny&k^+Ԩw(D4ݜrީ| U nJ~0JihAO7Eviܰv|SEJ&cr \ )7g_kM_{#Eo كrf0 Tط2P<RE0X=4dz)у @ägAԧφ)!?q]D=@N{RɽBLk#Y^՛}f7'/g<J?0ȯtƉy7`B^F=UPDbA` Wm|iwpYht$W&ƣb366ȵF-un8pDgXo(?R-~Rǯ863P 385&LC< I͇{JPUsQ^@H"I >MfusvB&=TI]GHk(tҕd4mn;oʩI'FG`@E!g+XgEdQ3F2V ߝ$+x`dըNv{NEi @eLA1ةǻm uA (K(8B,fy&%2 Tlz=XFd7on i5H'EŜPFM1KU`1Hag[dDryav@;F=Vڷb\gә> E|<İG#WuyNn &hi 0faO)\a 6FcvaI[aUEx5&^Lr`5r,W*4Y H˶Jo oVe <߯ `".vljxfw  'ώ,T 񓧖X"WQ9@|N((Ԙ|t{sREi qoyl F-Pߵc*ڂa)f hl_+_Iɶ"8($R(`#kʎ&*`b1r>AnR|O܉Mq|u R\&K$ WtiutOWA"@h2OJaV#'| F}-Iu_Qu'ﵧ C̃V3t5E ߳{O 7ʰ(Feoh3韐\C]j Iq]K.p<8rCCKZ4;H[G^!r%CDlт0<G ja6f8R-96 Fv /X6Pԉ6U08í<$B?)Xw 6luY趀( ֟}%([=6EMQl :|czQX*rEKUOe0R~g$!%Oxf5$0 ;66 }(ªaq:K Lx0el{dNp 9>kz# nJQz{kXrlof ҌQJ3ϟR d)o[uEܡ3H)Or2u2Q(%S+#V"}MI Gpъ^ ExmDKdG`f+6aHe`M[۵o5<`h ~%aqҶ4+Em8w7(|(Ƈ/k|7]mtrņx߃@$殐Gv 蜼@[^c>cRWIOPIat{!i 6>3)9yD*~BI> [:xKrٞ ^MN! y%}ZA_ Gpw~w}Oo>r5cD7YLɘvv>Fq.[VpBy9fNWƖER(fzU},F'P,_j=vU\Au梤fOnWte[fe[?3d bhհ,(U#{z 2p ;Km r押ܙHD+`WK>̿s G~w0h\5,NCJnƨ:p 3)?ff0`ʏ σ2iA YFUAiQQG8!.l>Vtʂgљf[J+,xW kE+eo܌e? 2S3^G&[h%rL?^FI'd|JkUFi{k @ʛʼu^zDL Hڄ( o_/L( f_]v vß3<2#3Hrh$''W:yf4,5{xh¾͇"_gR.#S!EُGtLIySLJ 7?*4 z DהCb>1fA)%gg\5GO|鿯FJFXx.sH%)foawãV1w`ثY׈>i;v[Y6! >Αt{;kC*fO+Bq)&&3uxcE%RꠦoE$qKXAuжW8$ex/fc*xY3W"{|:hU2pbr R J_ıya_A /ߌ9Y~}\ϽdONMgVKSyIˆ/u4u8CQ}1|bia(ɀϥ˧עH~U;08ELp_j &I}kmGriDݭvw4RuHcmNɱcnfuyYbGgb@΀EjnzU/s^e{Yit#D*dW!*R>_$@)p*GRECp6K~G5u4Hi6Yx`Ώs%*IPQE߆x(nhD#X:Jh⟛ ]-[&޾Cͺ+%! es@lU2_1cڑ[R;[POI\U{l52cvdw>6!uZJTJk:4qU9uA JH˥4"%JvYoz;n-+CƺxXSh%jD X>geaEIiiN>&n,SMa[ir[@es.Rjte\G m6u4Z*롄xN>) <bb=E54 A~iN\ఙ8]Z`9 LTC>Z7O, 3 j3t^f6myi W'#g;~袕o3ibBB-x'zF 97f)w6\aF_%(H!1w?Oe+ IC \kpT1Ba]7yTYfJYYᒥ2暿,JkwQL ȊJpˆ9cǐRǓ\tih pyBd@{ $$l<+SSF.IauSh-keV<`" CWpPljR3D@R$:qdPekb2ڗ~ʀUhO"0d&\*K%#'srIEl\ I[x@ސ3 e^捷]x9-7a} 3נ.%Jj:/G@ 4a}#a勆D\ssJFSWcyz()u#xn1/wm)#"`o2>ӝ۴.b i_v򧔪Ub̛iBl>w9Hs"ظԓo(4ӓo./ԌKW.7S"6@DH:>ۅ3\8!SQHwSB, šSeo]Ezh @2M1lMi(ވl XB B<ݚhwv!fc\V\vD1S%Tlyo#nS}A ɗ0TYJTkoFf&X3μ+ؓ: \'ʣu7%v)zm kD}EIV@Y-`LWaY1?bTu- % ߌBaz7i~\Ҳ.!?G3_xno^FT5D8TAE\q,JޓE|Xۨ;g=\\IW^w !kMVA!4єY Q z&TU3=z)W%eDAf^A5iܔΞ9쌣??!E?[Yv64A"Aygd\ b+q ݦ==ٜ{\h=.5 iIϬ]y" FQq"񕤦/Smd{cO5x}[k1s3GL1O av/32Uۍ VtZŻGw_C-"/uz6c ^uQ\& +$4\@@kR?@1nf4[0θs|z0|i-2IY΋%7^^wS!WH4ep :!]PY}~Ʊ3#S5/f7/ |8'NTsI$|e%b645JQouRȯ"_lYB6C$0!R)1w\e~|n%)׻n-82 K\Ȅxw}ޠ@y孛oIA鼞)V[.Iz{՛Ft D=A`ɕʹDk?3l8L'גc]Vs/%ڀw ϸjB'clT;7c_e)xB~WUT5rU 3g 8{V II7i D HH禌پ]jxZ/H+ #tiμZ9]~: ĆbU6t,3y~cǚTɍA B݄D=MwΔ{x6߆uKZr(˻; mmхBV2u@BE)?׹5ˁp؉ iӲ@#o!1pS1hž?#iv`ֶ}aƁԆ—^ϽkfҞ5ۣRAY"pbM@Jҽڒ +r`7n%GCmVL_=J,"į"Aqػ1. n%MK>0?cm.1>nxnήw1:_[^)z^U )\QVwhJHyXaZ;omE-%uuIt 4|A:jllW2;;R&P^ӛg̱Ju؈ZEA-43{>pF_&r Wtm\tZ5Կ2)<iT@CIEwd\?<~ӍO͔0Q__ ^bGO;rQ&I,ۙlQ~Ykh%e$ u3C`- g;4U(i S9]`\ݨ&`JV;W˩pr퓣S&*{l6@ iaS>k#$yL3qMd]NvW|=j^UPL9DN`Iĥ(EXW'sb%IsN/1lȁs( 8)<}:yTh/տ'M I^>W>vXP >X+$͵u^UY9Is@;,яɯ84Srjkj3Mi h6'Ґ"~BMV; @zĂ(dy 5T̈́`JOǠ#(9o4耀s]GN^t(:j# bgENiQu;gZR..O:0S`KB8($V䳪i1;%s`s֪2b& cfa>\qw>8EuՁ5pjsĞ/.2Aއ䘯lsd -hP)ug6%kKZcm.Z+5jmR2'le"ȭ {u2񔯠5`q_E(X-B>yO *P;.]RC)Kߡ(NtyQxJZO3Z6cNšc~CR Sƻ/lx!DFА~ lK4,˶WsnF JBmL޹ꪘ܉*B z|8ڀ/BOl1GsH8 is sCe"9v>\,J ".zƧ ;) Y~Ӊk; Չw^#v 3h(zU]U*=$32B lqU׾2vrGY]E(lrUn$τ.>FFs\9{OC{ky8!0U)`n7՚%:OY]|+1I(33B ӣ;pܡ@bawsRMr5uy%K9]=4x}h\^hȾG^^%ߝ[#:'ե(=&t,\[79SI3_m o*zwL7ܟ)0r%ID]$CggIwοU-i~fʻ sU3>=4m2SU" _VlZgą'ڷ t Sa'aq:)ըq2k6@挩󟤨M`Q6`^])t&tɱW/CZ^Y!Q BRni2Z-8q_{N6xlV zR lY ;iM yћ0r9E%׎W)5'@oLQKqu{Hڞ\F0h5Ye,"53kjJK ^u "lW4-UBɖG2i܆0m3SM15LHLo"tB{_q-*apO OjdeCf!$D~;E!<ݔuy 8!1RPlK:28]ndzLdcNJxoiM'o_zX8܋+]r' YGpPiϏ*TAג^ۙsA3?a#^GEjF\!MO.!($y"CR ;vۯA{w$w+U<HTRܶ-A/y7pG`"1¡sd,394"c/نV~_Meo҆Uߴɒrm$]U2hQm~KVO T MA2Cc0׼E[Gu{Z)2ڼّ%0Lxge^ޛ5?Sı"~=UPzYyc4:ֲJ Ơ  Q`O,v^m&VA+ F 5nRՉu.T8RM##vtWq"sJJ%+}_z=Gըɑ6$T$ )V돃bn)OJRxYT Gt@|Xw2 ћsZ!s}6SW}8RK%LS`:$x! Q'^efm[$#gjn8[={`\B1۝3zEV( T$J`Uܘ$O~a.~ޡ-C0g qr. Q@J3)XmeݥLΟ ybnb "I\ ނG^X 4w`cJE۾"Sna<4a#B,z! }u8\4M\R]D3t+_Iwgh-MuP`FEE[o"Js@y]5'̀OGT7K3 /r;:(D9|J$ǹ6xkqYAaA>,GIk`x˻ OJ =׋#$ݓɥrFK14@yt^i΅j0we(akVų{+-#o// e:c 4d^G)U Y4J0cf5hxPZE0Ҥ~ !Wn6]ۍ};KS2/Nb_Xގ*r|c2¾,ː0+D+ǖ=`z|&e7h:1\W)=*UTΉ4]T\|4b&+wcuɵI!Ȧn"n\F۸NU8ocrI Dw[J̄Ob΅)ttIwPˇl4'GlAML#(0XŴ·^0:qq$(Ύv.sg3U~3"M7%LX5la$Z_բ&'TionR~=dl bNtNHҌzdԋH a5vut⭯SIs@=ّĺ1}_#:/N<TJ - JM"fONr>Ƅ3OdVeʿ'䛫G䥝7e! +3u~쌮*]7E箔!tSMxli 1:-WEJf1EӛUT%ODw3fu(tףqWN:LlXlp`Uo/d mŀ5rI OmzXkPe='> 81AC\_Z2Jrta^hν(+ H$VqE@ $WyMJ)kԩn*Oh8JhW8ƄkAD8B `h1'CJhFA)Nr2-l1}BPx 9`59M;#GR6^Ӳ_uBviҟzi y?@NoAR(Obsѥe`Y^6R@JALs|-My$ʁ6xB4l.1J \yHl%̥ w0Uu ] nj'˼ :i'h<0+̽Hā)5n_hͻ3iSm9Rpw>NY6HZh2丒{A.k&az,ڄwIץ"O '=g&TJ[,EVS<+U|ٿ*Ӈ؋.'_Dh_ %a]\pVuS(>#R?5}I&E({WڦØguz3[ ')ׄ6G˜,@p'8_%x֯sj͵f;hPeR׽~*;r#Wh9e{u(`su/bV1&9RG!* ]ťDy9a<KOw;  @#vX{8>PH\>XxY4_ǠD#(.Qq3+eQIZ%i\O5̀K:I )/LЀdfu ]sDs6Gn<,#yN>4VpmpSlsJPxi 0(٤w%:$(WY:/|^^>(֧n~6|T)$ 8u+ॵdeV6 _ru `h\y60GQ|aG_A8lFn8(")!Ҿ g&>x޶ڏg#07]h;N p @sOk?9eg 26, ._Hkb{oe;Wyp5L`Îzjty4|#\/mowrsC2'AoѠ"$mNo͔|5"bӰW>Ӏ?NOt M𣲛Ka{'P.\[61̐ǣ%T؁v<ջ_b%80JU? lضby/4' Cl5גg#<t70lXGvt8 Zz>1DdA \ 9}I>"B'$'W~w 6!{# r^Eޜ&î0@L[|c$G a_*I2Z^*tVN1b?aBOqk*zvs+ bydj# OYdXP_u;jT^aƌ<\w|zX.9B ! '`M52UI'SiNJjzq=5;zX$KX@ s+W$Zn uO/.5j̼iRRwY0l=\Q@SvoR9 )SX__Akdftye*o 9uЕ@ ~1%_F 2fsRͲ@NxkJ|c WkX>%f y+N/y($ck}|I|E4n@ec6Yk6ԙJ.;÷moqꁃ-z1VѠ>A=Ukw?}]:٩/㐢/Z;nnK K->o+iwt =y^ĔThݚuvB׭R,Q|kϾOJIj)-ƋLq(;FTOK׺Mva?`߾-utng4@& 1GX^g/W2ETp%RPV WskNZ[uf/}l?Xma2m%tۿZ8WEz̗ܳ _ o3,@tWDZB4OːZjgBnOP(E>hGRMu6dݐM{Rʄ?7"5 &y樽̴+K5XM(G~1 cWS[뀸3.=SR<. ~@ j2 b<)aqjU^B b` GE[NƜhoiBIX {KA^C_+eSX0?'x~{TVoЧCܳ׿l6owXvD)[b\h' |r;LεFȊ7 n[߯R. HG^Q jr,囅x=Iс{դzMm%zpK9OhHPxތZPd9ߒBu"XUT=Xb͔`PBĵ]|EPF=mh Z+Kే6 #7ѷu?kؒh@"fwRAiV`y `QM$>0i^}Ey2gM"W2N=T>cC #J;"vEGlςR&h2+Ԭ6`VlNq-4n)U6сxd\;Vo3ٳ40u姎iYIj)ɿ{ } '{#e=1A[=i@qNmF}j+_r{j8--%9:EI}I m|D ){0[*eoNHP},p6PG#ZlJ球6v "0X8!fue>k+\v5 V3 v[|xB{lqK<^.JॶiUfV?NaQ6(1rf_}o}*} kߖ;JȚ/f0S<ȷ Rϛ& U~FLªដ1k $U}l҅Aە3X. 3d7-xM9 !O}~jL#uIb= r&<݂V` =Tɥk \4AУ4:|Z-KjtE1#v6hljlwb>*3sbd\,DJCh h&(<aiv0kBXy '?뢞qzgʙtjJ7&()h֢/SH:F-nbCSqP鲞+rOmXȬS⢫ T93GlY^6Gl݄Zh%;GùmZW pmx~!;G:Ȩ9YRѶ I֎uG#Ɖd._ޓzR@)!P(oȘ8ck˯Z} ɶo|Di}o%gߍJi1 z"w?wnAJhTwm)W3Z jzo'LY'.vO?c)>(8OfxeւCbcբ~+]vTì]8ĄbaMD֢ PU^ڒFW2r 3P'l"y-n`^q;B>Oi0!,(Y;ȍ3/ @jM<%\n9_ /$#4N9)_gĖ`/Lei3⁓ ۨ, '#>Ŀ?g S>Qx_=gfa+ փ~^3-c:5|Zjc8!cqo=j,QAkU6-`NܫM@9ycljbqs:<>( RQwMyT/YYafDa_iO9qX̵7E;< <6Nb]ZZj0v+udnj֏+wYݱ@v9 U\j,*,o=1K vlHRS:EzRpڦjb.8O#?! LfVdox9+)1yԼ;7'P ܻoneʉmycp$›3 A_" sBD/z|w\ǀ@Gx)knhUζ3n̚tL0}S%!޾ܼl$a٥.T=̵ >09WqMwyS򺛬mh*ŮM ֶ!R05:R4c]Ҥ!1:!i'iT'Bi ^7&pZLeF`C_o5&c ѣk0 76vFQ|v8} a7 8vPŇF1[c˲UF m)N::Q6V?#B"_\*jeS}NZ)iKyst'!Z82Q)xe&gd3|&"}avyAzi >lY٥ LnQΣ9؛N( (ߓ0%ŹDʤ!E|@m5wv}r9$bzZj٧s4QEy};ĭXwjUj/gmMe Nlt<~J)VGHZJ.udY𝾝c?,@-:QbdjFtH7Uъi}epN: _y4=o)g+x_p}%q}lRե|F^CBꃬP<+,4BuKm[-֯,XE_q b`o.iGϓ?^N{wnj4:e!elR-tdQ/s{F;<2-fG-昄O;AhòT87 ?4ϟk<IUx*>Ҝ}*S<- yr)DHGph5E.ɓZ*B~3^%QJyU*EUqަU_%6fgH8 jTh2]JҾޥHURw)7 7[ڦDE"_ClJUzv6r1+x B1I>)9V^$qHR}W/Zߚ \y޶avRdԐO"lzM5h#miL'uztE|Ų4"UpWqh;uT0Uq_U৸1PSo< 3o,MXzyuLƌn=AM^ތdtIXkB2{] 7t[+#.'dUDO1ZۯcRO¤Mq@I1a/s2[woK~ֽw{nh/~Euj{)~bb,% (MOwWkm,%_om *[, T)C^K#m &Ja&tMrO$6iRJ-He h)obuef8sEY!ݤn9O r˱K q'~$9xX U }t@j >gMП?o`tMi 1|inD#Ny$p4DTtM|>+zX`dMJXR%Xp؍ S͸bɃԬZ Rq]cS\&`/Tf/.Ȼ ?8`խU!ЃgKI)IpHb,BQM%"=le^>fXv0,$/7(DQSS {!ו  4!T5f5nŠ¸n);' 5:GZzb0B.Xo6;ʅiF?SzS>t?*zTq_+{3;Du)~@Z7E9obw=PCf?,9*avT伥m O"ڢjO̢d rJex)Tq.k5cEڧ/q:w| p\mP~]MN/1cr?MJN"Tu֟Kw^}5 ';w}Av}5U!77^y7m(W2dV-r4_Tf5-b%0Mڳ $׃ɴvELrTDh8h?6‘)9ue3!bOs}˜X:bz]no\c?q@c %jNvG5 `et˩T(v ";6 nF uS?/֊M!!]=S8m+t^7j\svx?`cyd3ؑ04=@ݾ돴vg9au ]>jXq6+sM+#աGAc'G4ivW\!y"Fޜ-KB܋U7h vZvZ9Lw TeK&m>A-1I*dxX,0dF^`h*,;r~1]LեT&sҡ`~÷ ܭ=50BhY ˄})&:Wq,"<s*y\w spDP`}A% I~7H+'rAR6UX߸4߾ʈgKGd"B=WpMZ3ۊ1 bA:whiNtO ,g$BF".h ߓ^`^ss#{Bs. mF|E?EqKie0'/-k_U] z)iegm ]7w ,u{(SqO-(<0_s-*=hTWeo [ x u_5:{YSn=kU tȠCE#/lDO>Itc"!pFީ*BPH#Pm】>#@ZӶm(k`6mBAUQFT/[Sg۞N_}J:ٚJj'ch"vj\~x^3 PV;\BG7Oi3'.-}Y[AƏ{F$>ľ=APz>_*`F|7k`"Lí,+5ԊNfA.밤T*wb-1O!0<*DL.t&n,݋6b$:cwq`@L7_U=A5IS`_řk|#@ P7J*n/~}0W wLR0̽4ܬSj{5$Eı>ڔq,Dg!>WV)A^& <*EZ+'L4Y=D2HTv_/)Qi.Jj/nED3{9D<0Q瞨Qk{6ї8tK8/ipЏ%*.kmjew}?,mrTEN}x(8L,MCŒ2cϵQLsg`2TO૘/JO ?;~oEq?< Xd~wi۸k$^/ ?|?ED^+=F:G(ugCc($߮B/VP ?Ibq`v2:x`9BI4K \aGy^󌦴: Ψ (Edk f%rf)AE%'QBA/ڴ:D$$Lwi e FR5C$);=q3z4lՑGMok^I1~ Ztm5,E<_(l!XvOg8Dr/kCiclS xA hс[=NiFV$ LvHTsBUp<{ba:^# hQHIo_DlRM)-HtIbs0)4XfcHK&ud}kSxUR')znV7HSji%P=${%={U9},W^24VSw@}nm=e..F݈@4Dȋu,QnŧfqRn .& y9' MF/<⥺]z!7QczaC ems "̀3Č5rXv3 2aQŪϴw> Yv4ig>,˽, ޳"ڒ;"]u.+cX:LARGS|׍)m%Q} KxNw%pL+D fD^_ݙʥ冃l٩5La0U'ڹ~/d9ב=9 3l;͘V cMTka*<|jǼǣwYDhGh*Z-vߊ*&=efkҎǟ;?6%MںCM>JJk/s{;u-HWbJzDqiᛖ>ͪySE}|,)1Cx3u=w^_џz,~ g#SyEN7m lu*+&? 55_jNT-FuwmUG Mo%Zc,jBETt~a.#LhbILoX!qGF#pux(~QeEI 0AJ|2YzQwej[έ6}7bjƳu:+'BΑbf؇ֶV-[eƦw6ɿ%;ۥ9'%/ʈ Jh颕DO7)6yaa 0-IU Z\2؂׳d)1ɭTZE#WnjJ-cΉ3@%|'r0lr(XtDCy M E}<sr0z(NeךM_NZ}[*#<,Įnjy϶噛g_8*D/}UC2htYJZi{z*T;+Qꄇ$O TmۭjŶ͵9? |_#UPHgdz&ȪFoM xHێQu L _q>(gD7Gц՝ r.!pee_KřNa$M\:N\ +[9<` |/K_&ܩ>M?EFgxw@ (A>G.MEaI14u`nZN <+eyx'`^K@nPN>_BTE1UsT^:Gޠ\m }~jѾ\_B<9׃x x*W NM'~ }~a@9.ݢ)\0Jt24]jpwdxiRrEȤ!-ߍ[bF z8q7fxxilԽFGbR#/lCh 2,aŶn Ow6paؤSPzKWOADHH M͵p+|tqSM-|WSF%A Jwڸ?U{;g"hc@\kG,l%R}Z(̼ʭdeT8 ORu*BvrӤ*RmE#[h8Kۍk?;s`}F9M,0f[2? _鹺E/ XL+e=f#Fv=R'Nha`N. |/M?Rizيh*m[*6ԤL tm+:(o3Ij@;-=Bk|kVN ʣu>/h`]j2cP9_)b#M$tx8S2z9:N~B$B]XpKjʃ8nʚN%Վ*i0V؁Z`94 )lc6u+Ͽbe+nC?${Xxp$M/'6] b2QzX6c$]ƽIQjD5{3zՃD\FJP|lQ&O@ڛ.Nf'!?z87#bA(D Em!{%AF{(N)v!@?K0A'JE vMuNX`x]r9EJ2?13M=R޺GBdd!3ڵ~F;9I,#sR C{[ků {f.f&J808 pc{ZȦp:%DD~LE:2sQ]ShrE:&fCL)Gz: Ȣ-0񆡾3=9Oʍ|EXxmo \ KѤ+0~Xl+ X jwt 0|&P@:D` ?r]giF~/l1er=)rZ|?3މH@nZiQMd֦=GOUTLW'D-}_8HYN;S U&*`s''9DPYP[,r42DželB % ?JKmc.I@4M)GSg5:u"rx':݊cۘ/rEyjy SQ#jWn0 {j605Jf }7{9f=Df@!L JYO`j4f'jv;%Rk ֏ZuG^*r[a#l*hvAašhvIڋPoL٥fݘ,eIi olp'ȡY'-i(3JP$Щ]5[T?,M"{5Ԥ?v qȆ`2N'@ CJƑ[qnQTw͡ ȥo:rBkEHߘ!6پG7#9}i^,OijPl*1'6}*HOUߜ [Aģƙt"A.\tk&@d8uM/#ݥMNN$GO%끧KK(PϕOtIJxMϵOK0B5+A Ҋ9~R6zCQѤ")[̯[wKMmOźnSؿ]0y4Q~F"eb\^\y ) AapXAGmm8'; M_ D)qcCJnܕ+;, $<5Y<~,kgⲌxS mtY;`y/ 㤬AyB.nB0ݒZ4ǔvru"\-[tt3[9h=8oiGZ` .]x팯5 QpcCdD`ݎLQW|)|\h89@v?\t?U/ ՙb1 '?&RwZ](ގ[pfvo)%lI*`i?4MI j ɭ'ƹ!pp~4En}YOB52{. nEDfJ)- ESJ>H/߾C(2| jpm(A_D6FL7:0470q1sVӐ [̔׈"%p(uWODm@q04%E1-wv>=$:CZHXs]W?49C#XшrHʟBJvJ-dZ` ,?I8jyun0A)v*ߓq-(XA!t_?xp蔁Ք2{l&D8!8>c׉ yw%S]pMdXOQ!UI>!~!e#ׅYCA22BznDj4UKgV҃CN9.|kcW7 4* )ra8b4C|=N )IUmÍ%BIYB1QHP|ED!W Nؐ;Nw;?]t+Sn rLȾnA TqܮVLkZWp3?,?ck 3M˜(s5cv \HQ(8b*8)ZrG#NIK#`DI=fȒgJ;7.C)UMC_A!Uq4 & .YMy{6Gny4Z׫L4UQ^|76F!bQP_a5E l'>yuԛݟ0 <8@y}uC_c.0~θ{n)TTL*1z!a 57M1owtzmp>dI6>2Ьu50]b頄bqf1wmUXA6Җ.:=rCtXpK9(@UjtG!.`^ٙXp3 J e3k}V4SajDmeJ:ɭ~DqXm_;|e']&,p {SA~ 4V ҽj{l7K0^`Q- 2Eݝdemΰx 0Gư*Vku8'Y{hH:jE$ qi&0̵FW Sd[ARHlp C ;{\R'1#GZBؗ̽Fʬp_.> IsJ[+n3bk刟{ݮ`]'Yr .>iʗ-e"Ƽ44T^a !`sv@>?@.T>B-!~6}Vsf!ӊ=m[.ypC/ W矼1[GY_ap7겷 |13q86z-fS[&"x3ͩ15wRƧgRRCD #u{ó)iR5L5u!,s1xT.Uê6-"01 3(._2uz!l YZ