go1.10-race-1.10.8-1.17.1 4>$  Ap_\p9|7X*%gʹ!.듸[FlgNd/*SZ6̵;ײ9ԖW'r>#e/p/-oJ {pNGf-jJU<R`D=>KnD?Q_$<gFSaήuHYpCd {l p!07[ecp=/^Zb@°UwgP]|V&(̢ıg0Ld5cfb000ea9732b9975909119e2110f1b35b7e77a04f369ce0a18da9774ba4c1787d732163232fc851a535f982a233aa00553c029\_\p9|OA 6;1e H4YL,(e++ĮRu yׄ֙{ܾO_s7W!yA+B5ńe5klh wAdV3׺Wy."--t[mC3{%x`>qbm>s1?> # ?. %wQPArVEc8w{>0ceZ:ؠ>p>c?cd  5+ A]{     (<(8W9,W: WFa\GapHatIaxXa|Ya\a]a^abacbdcecfc lc uc vc$zcgcxc|cccccCgo1.10-race1.10.81.17.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs._~csheep28xSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64x_~e97878675d6ffa73bf9f67eea9783b3f91c1ba1a6ff627307dbd66525a07f112rootrootgo1.10-1.10.8-1.17.1.src.rpmgo1.10-racego1.10-race(x86-64)    go1.10rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.10.83.0.4-14.6.0-14.0-15.2-14.14.1^(@^l@]@\M\j@\I\\\I\U@[0[[ZnZ>Z@Z- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.- Enable build for %arm (boo#1125768), with go1.4 as building with gccgo hangs (boo#974800) - Remove unneeded armv6l.patch- go1.10.8 (released 2019/01/23) security release fixes CVE-2019-6486. * go#29903 crypto/elliptic: CPU DoS vulnerability affecting P-521 and P-384- Make our profile.d/go.sh no longer set GOROOT=, in order to make switching between versions no longer break. This ends up removing the need for go.sh entirely (because GOPATH is also set automatically). boo#1119634- go1.10.7 (released 2018/12/14) includes a fix to a bug introduced in Go 1.10.6 that broke go get for import path patterns containing "..." (boo#1119706). See the Go 1.10.7 milestone on upstream issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.10.7+label%3ACherryPickApproved * go#29247 cmd/go: "go get" fails on import path patterns with wildcards ("...")- Update to Go 1.10.6 (released 2018/12/13). This includes fixes to the crypto/x509 and cmd/go packages. See the Go 1.10.6 milestone on upstream tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.10.6 * bsc#1118897 CVE-2018-16873 go#29230 cmd/go: remote command execution during "go get -u" * bsc#1118898 CVE-2018-16874 go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths * bsc#1118899 CVE-2018-16875 go#29233 crypto/x509: CPU denial of service * Upstream is aware of a functionality regression in "go get" when executed in GOPATH mode on an import path pattern containing "..." (e.g., "go get github.com/golang/pkg/..."), when downloading packages not already present in the GOPATH workspace. This is go#29241 and will be resolved in the next minor patch release go-1.10.6- Fix build error with PIE linker flags on ppc64le. Fixes bsc#1113978 boo#1098017. * gccgo on ppc64le with default PIE enabled fails with: error while loading shared libraries: R_PPC64_ADDR16_HA re10143fb0c for symbol `' out of range * linuxppc-dev discussion: "PIE binaries are no longer mapped below 4 GiB on ppc64le" https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-November/180862.html * Add for ppc64le only: #!BuildIgnore: gcc-PIE * OBS environment defaults to PIE * Upstream fix for go buildmode PIE desired, track upstream go#28531- Updated to go1.10.5 (released 2018/11/02) * includes fixes to the go command, linker, runtime and the database/sql package. - cmd/compile: * bad walkinrange rewrites on constant above 2**63 go#27247 * panic: branch too far on arm64 go#25794 - cmd/go: * 'go test -coverprofile' emits slash-separated paths on Windows go#27488 * GOMIPS environment variable does not affect caching of mipsle code go#27421 * build does not allow for assembly output to be displayed on cached builds go#25045 - cmd/trace: * SWEEP events' swept/reclaimed bytes info is not emitted go#27716 - database/sql: * segfault in connection pool when the driver frequently fails to connect go#25235 - mime/multipart: * setting `Content-Type` in multipart part prevents it being read in go 1.10 go#25040 - misc/cgo: * testplugin fails on Darwin with `runtime: bad pointer in frame` on the latest tip go#26202 - net: * io.CopyN fails to copy from file to net.Conn on Windows go#27419 - os/user: * LookupId panics on Linux+glibc static build go#24787 - plugin: * intermittent SIGSEGV with plugins that use multiple goroutines with cgo on ppc64le go#25800 - plugin: * net/http.Get fatals with "runtime: unexpected return pc for runtime.goexit called" go#25038 - syscall: * Go Build Fails on Windows With Long Paths go#25292 - x/sys/windows/svc: * servicemain argv pointer truncated go#25200- Update to version 1.10.4: * go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and the net/http, mime/multipart, ld/macho, bytes, and strings packages. See the Go 1.10.4 milestone on our issue tracker for details.- Update to version1.10.3: * go1.10.3 (released 2018/06/05) includes fixes to the go command, and the crypto/tls, crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. See the Go 1.10.3 milestone on our issue tracker for details.- Update to version 1.10.2: * includes fixes to the compiler, linker, and go command. - Changes in version 1.10.1: * includes fixes to the compiler, runtime, and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/http, and net/http/pprof packages.- Removed * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed. - Changed * gcc7-go.patch: go1.10 source code changed, patch is no longer applies.- Update to go1.10: * 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. * This release improves caching of built packages, adds caching of successful test results, runs vet automatically during tests, and permits passing string values directly between Go and C using cgo. A new compiler option whitelist may cause unexpected invalid flag errors in code that built successfully with older releases. * For more details check: https://golang.org/doc/go1.10 - Removed the following patches: * verbose-build.patch: build system changed, patch is no longer applies * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed- Ensure go binaries are not stripped (eg: go tools trace), this cause some of them to misbehave - Ensure go trace html template is shipped as part of the installation, otherwise the web UI won't work - Fix license of go race- update to go1.9.4 * go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. * go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime, and the database/sql, math/big, net/http, and net/url packages. * go1.9.4 (released 2018/02/07) includes a security fix to “go get”: CVE-2018-6574 (bsc#1080006)- fix bsc#1082409: Review dependencies (requires, recommends and supports)- Rename package to go1.9- Update to go1.9.2 go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. See the Go 1.9.2 milestone on our issue tracker for details.- Install $GOROOT/lib packages, to include upstream files such as the timezone database. bsc#1064522- Update to go1.9.1 go1.9.1 (released 2017/10/04) includes two security fixes. See the Go 1.9.1 milestone on our issue tracker for details. Fixes included: * net/smtp: fix PlainAuth to refuse to send passwords to non-TLS servers (CVE-2017-15042, bsc#1062087) * cmd/go: arbitrary code execution during “go get” or “go get -d” (CVE-2017-15041, bsc#1062085)- Update to go1.9 There are two changes to the language: adding support for type aliases and defining when implementations may fuse floating point operations. Most of the 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. The release adds transparent monotonic time support, parallelizes compilation of functions within a package, better supports test helper functions, includes a new bit manipulation package, and has a new concurrent map type. Remove patches: - fix_certificates_lookup.patch - runtime-bump-MaxGomaxprocs.patch- Fixed incorrectly ghosted files- add fix-sanitizer-build-against-latest-glibc.patch which fixes the sanitizer built against certain glibc versions- go-race: add compiler-rt TSAN binary, necessary for the race detector builds to work. This requires building compiler-rt from source (becuase upstream Go stores precompiled binaries in the tree, and we cannot use them). In addition, a %check was added purely to ensure that we don't install the wrong version of compiler-rt. boo#1052528 - go-rpmlintrc: add some entries to address the .syso additions.- Remove ruby requirement. golang-macros are not ruby anymore, plus this requirement should have been in the golang-packaging package- Simplify all the "ifdef suse_version" by removing versions which have reach eol (13.* 42.1 sle11*)- Add gcc6-go.patch for sle12 and leap42.x and use binutils-gold except for s390x/s390 Remove gcc5-go.patch cause we use gcc6 for sle12 and leap42.x and gcc7 for newer versions (factory)- build with binutils-gold on aarch64, which is hardcoded to be used for shared linking due to bugs in BFD binutils- Build with gcc-7 on Tumbleweed + Add gcc7-go.patch- Minor update to go1.8.3 Fixes included: * go1.8.2 (released 2017/05/23) includes a security fix to the crypto/elliptic package (CVE-2017-8932, bsc#1040618). * go1.8.3 (released 2017/05/24) includes fixes to the compiler, runtime, documentation, and the database/sql package.- Enable gccgo with gcc-6 for SLE12- fix update-alternatives usage. This way, we can either use go1.7 or go 1.8 without having to change the docker spec file or any other package that requires go 1.7 but it will require go 1.8 in the future.- Update to go1.8.1 Most of its changes are in the implementation of the toolchain, runtime, and libraries. There are two minor changes to the language specification. 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. The release adds support for 32-bit MIPS, updates the compiler back end to generate more efficient code, reduces GC pauses by eliminating stop-the-world stack rescanning, adds HTTP/2 Push support, adds HTTP graceful shutdown, adds more context support, enables profiling mutexes, and simplifies sorting slices. more at: https://golang.org/doc/go1.8 Update patches: - allow-binary-only-packages.patch - gcc5-go.patch - gcc6-go.patch- Remove mercurial build dependency. Mercurial is a version control system, like git. We are not using this in the build service to get the sources. - Do not set GOBIN. If GOBIN is unset, by default go assumes GOPATH/bin. This way, the user can change GOPATH without the need to change GOBIN. fix bsc#1026658- minor update to go1.7.5 because this is required by docker-v17.04.00-ce (bsc#1034053) fixes included: * go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime, documentation, and the compress/flate, hash/crc32, io, net, net/http, path/filepath, reflect, and syscall packages. See the Go 1.7.1 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.1 * go1.7.2 was not released. No changelog. * go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime, and the crypto/cipher, crypto/tls, net/http, and strings packages. See the Go 1.7.3 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.3 * go1.7.4 (released 2016/12/01) includes two security fixes. See the Go 1.7.4 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.4 * go1.7.5 (released 2017/01/26) includes fixes to the compiler, runtime, and the crypto/x509 and time packages. See the Go 1.7.5 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.5- Add a patch to bump _MaxGomaxprocs so that things like Docker and k8s can run properly on NUMA machines. Don't bump this number too high. bsc#1028865 + runtime-bump-MaxGomaxprocs.patch- set libdir for s390x in go.sh- define go_arch to s390x- Added s390x to the list of architectures that get built.- Disable stripping to fix __.PKGDEF issues. bsc#964546 There is an upstream issue about it as well, with a patch which will hopefully make Go more resilient to this issue. https://github.com/golang/go/issues/17890- Make sure we build go using gcc-go in Factory cause there is no go1.4- update to go1.7.0 (bsc#996303) Most of its changes are in the implementation of the toolchain, runtime, and libraries. There is one minor change to the language specification. The release adds a port to IBM LinuxOne; updates the x86-64 compiler back end to generate more efficient code; includes the context package, promoted from the x/net subrepository and now used in the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. The release also finalizes the vendoring support started in Go 1.5, making it a standard feature. more at: https://golang.org/doc/go1.7 Review patches: - armv6l.patch - fix_certificates_lookup.patch, - go-1.5-install-dont-reinstall-stdlibs.patch - gcc5-go.patch- Reverting to use gcc-go instead of go1.4 for Factory and Leap The fallback boostrap method via go1.4 does not work for Factory because of a known bug with binutils 2.27 https://github.com/golang/go/issues/16906. Leap will work but we don't have go1.4 in there.- update to gcc6-go for Factory - add gcc6-go.patch for Factory - build with gcc-go for aarch64, ppc64le and ppc64, but for x86_64 always use go1.4, as it should be according to https://golang.org/doc/install/source#go14- build ppc64le with gcc-go- fix source location for 3rd-party libraries- CVE-2016-5386.patch: fixes bsc#988487 aka https://httpoxy.org/- update go go1.6.3 (released 2016/07/17) includes security fixes to the net/http/cgi package and net/http package when used in a CGI environment. This release also adds support for macOS Sierra. See the Go 1.6.3 milestone on our issue tracker for details. This fixes: bsc#988487 (CVE-2016-5386), so we remove CVE-2016-5386.patch)- do not set with_shared for ppc64 (BE)- bootstrap aarch64 even on SLE via gcc5-go- install shared libraries.- update version 1.6.2 * fixes to the compiler, runtime, tools, documentation, and the mime/multipart, net/http, and sort packages.- Enable build for ppc64le on SLE12 (bsc#981432)- fix bsc#974232: CVE-2016-3959: go: Infinite loop in several big integer routines - Update to version 1.6 (bsc#977394) * On Linux on little-endian 64-bit PowerPC (linux/ppc64le), Go 1.6 now supports cgo with external linking and is roughly feature complete. * Vendoring support * HTTP2 transparent support * fix gc and gccgo incompatibility regarding embedded unexported struct types containing exported fields * Linux on 64-bit MIPS and Android on 32-bit x86 * enforced rules for sharing Go pointers with C * new mechanism for template reuse * performance improvements ... and more! see more in https://tip.golang.org/doc/go1.6- fix bsc#974232 CVE-2016-3959: go: Infinite loop in several big integer routines- Update to version 1.5.3 (bnc#968949): * CVE-2015-8618: go: Carry propagation in Int.Exp Montgomery code in math/big library (bnc#960151)- macro.go and golang-macros.rb moved to golang-packaging- macro.go: * added golang-macros.rb to deal with complicated macros that are hard to be written in shell script * support "--with-buildid" which is the former ugly "WITH_FAKE_BUILDID" environment variable hack * support "--shared" which is "-buildmode=shared -linkshared" in case anyone need it * add go_api_ver macro which is currently 1.5 - install shared stdlib on x86_64 - drop go-wiki-gadget.xml: it hasn't been used from the beginning - add go.gdbinit for debug friendly- Updated to 1.5.2: This release includes bug fixes to the compiler, linker, and the mime/multipart, net, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor- Updated to 1.5.1 This release includes bug fixes to the go command, the compiler, assembler, and the fmt, net/textproto, net/http, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor- Adapt to Leap * use gcc5-go than go1.4 is the proper requirement for Leap- go.sh, macros.go, go.spec: add missing bits for aarch64- enable build for aarch64 - rediff armv6l.patch- enable ppc64 and ppc64le- update to version 1.5 * see https://golang.org/doc/go1.5 - add: go-1.5-build-dont-reinstall-stdlibs.patch drop: go-build-dont-reinstall-stdlibs.patch * refresh patch - add: go-1.5-install-dont-reinstall-stdlibs.patch drop: go-install-dont-reinstall-stdlibs.patch * refresh patch - drop: go-1.4.2-rel.plt-alignment.patch * fix by upstream - add gcc5-go.patch * find /usr/bin/go-5 when bootstrapping with gcc5-go - use update-alternatives for /usr/bin/go and profiles.d so it can be co-installed with go1.4- fix update from 1.3.3 Update from 1.3.3 was broken in this commit https://build.opensuse.org/package/rdiff/devel:languages:go/go?linkrev=base&rev=205 That commit fixed a dangling symlink in src (src/pkg) by instead symlinking src, which broke compatibility. This commit fixes it by, instead, symlinking all the files in src.- macros.go: fix missing quotes in %goinstall (bsc#939067)- macros.go: fix "summary-not-capitalized"- macros.go: * *-doc can't properly describe what the sub-package really is, and they're mostly source codes instead of the claimed "API, documentation, and examples". so rename to *-source. and not recommend to install them to save users' disk space. * %%go_requires should be handled automatically by golang-packaging * not recommend to install source package any more, so %%go_recommmends set to nil.- macros.go: * add a "WITH_FAKE_BUILDID" option to enable the fake build ID compution. * to fake build ID, you have to make sure your package has only one binary. it is nonsense that two or more nonidentical binaries have the same build ID.- enable debuginfo * the strip workaround (boo#818502) does not need any more * re-enable debug_packge/debug_install_post macros - add patch: go-1.4.2-rel.plt-alignment.patch * cmd/ld: set alignment for the .rel.plt section on 32-bit architectures * https://github.com/golang/go/issues/9802 * or i586 build will fail at extracting debuginfo - macros.go: * re-enable debug_packge/debug_install_post macros from goprep() * add ldflags to gobuild() to compute BUILD ID for debuginfo package - go itself doesn't support BUILD ID yet- Remove fix_certificates_lookup_on_sles11.patch: this is superseded by fix_certificates.patch - Add fix_certificates_lookup.patch: force Go to look for certificates only in the locations available on openSUSE and SLE. Also ensure certificates are found on SLE11 (previous fix_certificates_lookup_on_sles11.patch)- Add fix_certificates_lookup_on_sles11.patch: this patch is required to have Go programs read the system certificates on SLE11. See issue https://github.com/golang/go/issues/6391- Fix building of all the Go packages under devel:languages:go. The %goprep macro contained some unescaped lines, causing go install to attempt the installation of the build artifacts outside of the buildroot.- disable debuginfo/debug package creation on all golang packages * .a files in golang doesn't contain debuginfo right now, so extract a debug package will cause "Failed to write file: invalid section alignment" and we don't need to bother stripping them. * we can't depend on good luck for all golang packages, hoping they'll pass the build and not randomly fail.- remove "go_disable_brp_strip_static_archive" macro from macros.go, which contains redefinition of os_install_post too. - disable debug package generation for all architectures, because: * build IDs are not generated at all, even for successful builds * "Failed to write file: invalid section alignment" on arm/i586.- remove redefinition of os_install_post macro, which was used to override brp-strip-static-archive that has been manually removed from openSUSE distribution since 2011.05. - This might fix i586 builds for openSUSE:Factory: * Too many levels of recursion in macro expansion * Failed to write file: invalid section alignment- Added Obsoletes for go-vim/emacs, they went to separate projects- Fix dangling-symlink /usr/lib64/go/src/pkg /usr/share/go/src/pkg- allow-binary-only-packages.patch: Revert missed patch and update for 1.4- Updated to 1.4.2: Support of editors has been dropped- Updated to 1.3.3: includes further bug fixes to cgo, the runtime package,s and the nacl port. - Changes associated with release 1.3.2: includes bug fixes to cgo and the crypto/tls packages. See the change history for details (bnc#898901 - CVE-2014-7189).- avoid stripping debuginfo on arm, it fails (and is not necessary)- add armv6l.patch * workaround for qemu-arm bug * under qemu on armv6 the number of unix signals isn't 64 but 63. thus there is an off-by-one error while building and testing. this fix now reduces the constant defining the number of signals by 1, but that of course means signal handling won't be 100% correct. * https://groups.google.com/forum/#!topic/golang-nuts/MqKTX_XIOKEsheep28 15953096671.10.8-1.17.11.10.8-1.17.1race_linux_amd64.syso/usr/share/go/1.10/src/runtime/race/-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:15822/SUSE_SLE-15_Update/7ad875e199c27572f2a2f209ed82eaef-go1.10.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped#qڃvt|mhOgo1.101.10.8utf-86ac4fdcc45f21df4e2f077cc3ac8d086fa5b9f758170051a5f952afdc59bb9e4? 7zXZ !t/] crv(vX0oh^Ϲx{ՈjRӋW!Q+p]ݎ^a0Lؤ:i,n%n6EfDGu Wcuu!Ҫ|zn0=7<*6Hl"!Δ9+ql.^8xP84*k \y1/~f!YepqnQ}L_^򷐊&΋$57!btD 9o'N-UέLBݭ6B>fw$%1;Uda0~M^T˷sM0  mA/_ffZEuX5wJ]a1;lMu  4 $k'4NVyGҜፑHF?\1[fQ.jnG3|R dĤ"K`P$nw)rcFz|~kbp7HRHlI`X0Ȕ .V0}Fٗ'33u/aM(Tz0&T1Gmmeƨ{c ?}`˿$d|Pg͏$Ne͋'8anr ZXy S1༕JInQ5r6%6zS 9>ȉ)\,+ zLQnG2\ѿ +No)qˣKn=l5z(( 9&ٌ.Bn s&nw#m-we@,N#$j<ϐbo3`yP/{Yt`x_8Nlh/f.{Jt8?@]o?tG W_0 E)8Bj?W2k B"Z3'!M$Pʘ$4lKP0(qb`d(G"xToHnu|pis_O2KMiHhy˅Ί⤰mAVaӍ4%WU;uw$+E5"R~m=7(ra"cfd`4<A=̤yCS11&?wh8kPqy8ᨴz 0\lv1H\ R&cqA|f܊B`Z;_@~x@JCd,%`¢T wb+IM FXLXT#ar~u/[vd ]?'ïr䦍 O[*\GKjy݋a"RtCиد]~(j'w# ŷ8b [F_mNY iܘ1#< Z)K-fC5^Bc{'-glm|. }_\.o+ZFj -?9muk:9>Nv\p]eaCC~vlFp.r4C]h 9>]bm끑>{,VAOmC\Y![^W ,FY=1mQ"`%B|]lӡ2͌ȄI4Ro-,&pH.eo[o#&)9`iRBdSkw聰`ex*qݫ0xw, #20յ0E$FQG]GpZBn&Oi{_L|7b!|/c~6W([nb"Yt"CMbw|> w(oG)V&SX6KJM[t@8~W$;y:^^uQjԃmwCn (iy3BCd.r(})VYB7SH|b 5BN`QE񝀎dh7_s\7S{YDI{Pǟk]`vj3W&$K7˫"Ӳ|ڤaǘX# g d9F@F1b5}2 ߐ0𞉧LI1HE0)1A2OcʶÆ_rmR3uөUEBg5}|g9)DQ>uw4[Tx)nO>H;Vgp̨3ts^NI{mqoZJՁʳQz AADњW}3ۋaMf|.wWES`PԹT S /i"Zb/"atK/U g0jmtkt?T(N _oC/\wp 3d\tyZj_ aޙy<<4 m:TTiP9Ǔ8*ܨbx"84'$moh ]Ȃ;qj(1BbD g8rpw66rGJC='Ē1=BXq2!5e ў<̊$Z}Ќ$MG1Ҏۍ$bBhpU"O} oY1: :.C6pTxyF=&bۿj8 #/ѕxȧ/Ywo4pUÜa@ 9`U."DFqmӬ+dž߉'qTzoWe5χ|+{Ȅ)]; -Msuhõ{>7_j̹A'~ r_a0L!+#lI=oQ3L鬠ݥ14n4\5F/}]xh7u; }nc"qn3߄T6BL"XttA%V9(%x?R?kf>Kb2Zʘ !-8wPˡ(񥆳"4Z1I}3D8ȇ,Mm#)-ļN޷4tdy{IC3ߞ* Px ']SYjMڑ%#W +} &ԆM"oN27HFO BE Q8 l/Pt*%~}hyvEB:۽Ph;K䮕.7oNeP- (ɸ?J_682B)=n(II^a~n %? B吴8xo#^Q4LB]Щ-3S^S"DV[cvcH35S*PEGKJV_T0{ld}H4 B=o.cYE/k O67\lq \M~YN~ck(X.7b,Ӓ,K):w [t{!=1d:İ7 fh<|ˣbBϗjr;]G4zwIH7(I 3\}b!%HU}t9 ]Ru| s!47re9S .*;nlCJ*U+Q3n;/7z! x[ Jl Em4#aF'˖#;C PD9+O\OrX=K< Zp3f'Gwjyx#gnW>o͎ۚ; oY^ '1WUو:#4 ?o`g'$P >|r+ O}v6O]'6ɌF'=ڞ(_b|aX~ޚ(#sQ^${4$1'|.qw씤ZƟ3l>Hvݛ1K1)W ,"`VoF•F ֢ab\wDə-~QCts[WiMÏ+ /~ ا%\Rv?K"*kGaMza p<х[SoxR;u"B'|^jzEDt[_3[txP1c[(\vscJ.V=323Oax-=-);YDk{.Kh-#:j$ddx6ș}` Xtqn1^Ap=E`;s7't6|S>,[C9`;!D}>AWeewrݷۧsZ-+?. SwF T3r7XaU <=ީH 8cKʁɶ4b)h(=B@ j|pS Q~Z'jRkŸxl-ƮbӼ!f,Q$#*m[!TU E:ZYXa˰pnЕb[_pJ$+tѿ[y􂔠_Rp !6 ZzN ~thPi3@8'lay(ܶp0_-0k!_X#1-T5c_PPL2Z5j+2Kqxm7%dH&y5բsJuW+HnphD}޽5,)^D4hkN 쇧/<'|֌39l½jH*>4`oޥѦV.ɏI>iuŲaҒXYc֬Kj(#ٟz~uX܍+[sRA&iqMĎ&9ֵ- Q #k֛TG?(iRǏ4܃t\@{A,Q _qߣr(ъU'tn8Śbث/lpׅP^E2V=SBv`-&O io2-KoZ2!:RWYmb’F݇3kU-% V$ ͤMT!}wR5@vi13 _;L$5=WYUO A-/Yg!ЎgoOHEXc`xi(du{~b/du iQ㿍R46gR!G )u=>l9D+׊4H6Pwr⼽Xǫî?έ$>p@S|Mk`X/0$_Mk@Zz.k2FWXa#> +Fc%9[1?l،}%pj!ӳt$Wo|V[yΒcϡNa^ ADOf8KwCҀnBkix*k$~o@mS@$8>5vn&cN ^Eږ5CG(rAA9\w 'ȔH#ׂ웓ƑQ#{e~/96|za%5ؚLruk};JE[sY.|ͮpObIZاܷ2q:K>Uq~x/]8N^ Q0_P沖V;vaWU3ߨU9EbDn B,[#ZxO y3KN7fB{zWcF^%G&Yp1e^ًYX4ElwuXZϘSt˕ wR!u@0'dJrXs)rgCeXſ ,V> UM7'@su+27<>O#rCroTPC=#OU)EKL3{G bPy>IZT 5Wm\oM|-3*I*H3?qg*Eo/ ʳz<" RKuY΋ S+B9|(t;^$^CfrFA9O}.'?[c<ɤkZrf <7<{WqUE J ,Ut:1[||%rD,je*R0֮]I^Ie?!НcDd+&ps) 4wvZ- &еXH }t(Vؓ_@3xOIvɉ`)$#ESҊ:wNhIBcɈ‹z)0y]{OX tOXP;=Nhؔ2j2L DMуZGD7O(6;L* U5GXڇ0wSrE.,fx o+}繌;׍"/XAei1/LM T([$<:6FnPrRj܇iW&΍PTe`ىt~4&'tͬ9,Jn(8hZ7>`Zt=llr#BSTT^yWc`9}&plHrcbcŒAl0d&6;O}v7z, ޏ`yeeMXgB} 8b`$BegQXeT+TFްͬFzQwldtKtQ0ܸZ1rԘE(f m^d80b3tqi(H̆c9Kwx mҚ)[*zD6ZD:SLnh7Ov|3S=LƷFwP^Z5 \:okvkdY~x*lvjE f!>@)A "zca'zUl;-?Cإ/hYsD9iӂ^\~tB*ާsJƕY}83lcj-($)R.ٯ q| "Hu-" dǐ lQLmX.n1!/ָ68<`c- /}*>}*) 瑃sszlNf9(EZp`ǏȤNJ!ZU+|qn }qp>%$ru`T;K@/G6JFf 1'`R9e#AՌq03U.6t ;^׏`¨C vS#bDrz _HAY$g^^z󭚖W%苇won4:ajqٓ];!"ê&\ݿT|˽/ /. qԓXSWɬuUbp8#&>(3~ 9ٌ=:䍩O.fF:4IAZˣ;l3H+J2|Z(XHg<$ |Cvx]o׫g;yjxON=s@2S Q4S'qf!:m¤zkY,-8C$Fc%qw)ؔo *-f)y5Y](\h-]1\c-)anao#"\/_ ~p(p1Z.#]fB&W9d7mq2 { OfXfVW0#JMpTCXR4^p|z $}Ξ/<6jEXz>F绵NA2sfa( :s+Mm1e%RT6%Vh f[SbIlY(9Hñr_nM@aĊeGeӦ)>_eJ) fnt$ZHzrD@ (fܵ}\o]uz6g16^UR|q/>4Kh*64 k >r_e⭲K`XsLuKX!nsU5q>٩O#f&nW JAuy6f!ܗyKs],I'}S+D%!#q8ĭ>\E~~0fݐUH,>_Sb9x+9o^н-?C;%󧭳St"n鍃bOdru/'bG~)?+[BgY7O 5vC]Cl`݄D;UؐQϋ<,]= ӷD-[hP5YGyGF2#1'ޭY|F0/B,nHCBanꕠG$9uL2n`-|~|+3Gd {sZJ°l3gy Ϋ=X{s o]!l.idE_ ZbcX&tOrf\b:/dRtbZ}#eݫ-GƝμB iT7K]`@9gRU|H7vOun<,⭏!K!nQ-(5 XS%sw\`f%('` 2LסM#>OuX8**3C| K6173Jθj˕^3XgQ5/}ԡ !7}KPʧK%P Y , D d8M`e)Ef٩s(gMC41{z1Gf__]Ⳳr4\j#nPsۆݻKSn}GHu0d6Uf䮆^ !0W"3;pyxbk0)õ%' @➠ I"U,RoC[ϔl{2D_(;PԼv4p%ſh}S L4ϸ1$,wE0'0&D*~W l.4"b%@fo$"d~Ĺyy$h)t{qͥ TzXI"8%0B?f;Sn qo/\! ! Ar@K$CF}+EtyB&lWxs fҞ.A# ZP:gIq>kZ f wĮτ@1|6P,!gÂY$JDX9roZH kd^iZ_WRPGe(x2`cCg(BL xprΙ2|Tiaяri _":rJV`=BgzxI]rvضu+U^#p:W3TWJ"k[€YM:܅AV X+N"zHP':c%QUf(;>Kf c pb;ͤ] aiӫℭuVM4HNWpa3RR5NnhБ I2*&X7(L* P\Udm{_b@s2='+1^΅) W;KB/Da4@g,`\D?z[r&-r2bg gq3j=^+Ի1zqфn\Z[Vj64٩Vz ?}op #8"41߇8CP\½9D#D:F&b&8>'oݫŸ$#fI{zMo"rC ;\^eeXA {̋k; ѧ["Xz P6= h5F;'OcD~Kq?$Kve >t+vϫqzV9oՌ\IQل_A5Hqfc|W7/7!<+B[ncw/Ӳݮ4YN WʋmlE2.~^/G|>o=WM)XiXR[4oD'إ9n=&r# /44&LJQa 3Xx9 !cU e﹧Ic-$1R/@Wo|k eݠ;+ɢ^d95KW@.;wk@s`Sq}v=jvgLQ=HOEjۭ ]M)/WQ]f5 6#W:e &H[QF;Eh!wdb@s^rldFSi2hISa>kӽF'3zriIPtmC)}JaXqFq*O}DGdpSlDy_w4Nn3D$=S'H,v$҇`l9/q뭂?P$w"¹ &<4s jr}u ZLk;=H} Zl]W*}Υp`⍬^N,-G0)IuͼKf`"s$^ۜUL"z3rͩ\?#btwt|VEKU3+WfCjrncuz1DM@G}ebh}2Q}:+1q?޹wq5GhyPt^= @HA.k!*{yaJr o2_0:sG6i8<G]o. v7cJ; C|~pv6m"V!#9/r0Fnꯎa~>V3ڹuyn8}~qG$@Z/A*,ËwTPGь3BLNk՞53FP)$h޹xRؖZH F'|/^ygEOfvj)fw3](J{_PaT7*G1brfU 9Gt 2?3O g*0<ʸ;mq!>7AiT`t c}d槉U-H,6 b4,i©ZqJB';$tiY R=%yuָ(Ԃ$cuL4V {ƕ_Lޟ'cۋAH20~?[&mܥ2NH1$Bj WIBz[<HYx90~s}c . L{INHdwCsVtxtw7%(Z3"~ AX꽛ıQ6ă"\ѰOۢ1Ә.ُLad'EQҽkRzrxkx;$ff 9m=M".e>I*5.!n.xS3]g䜄QO,D?1׼)egE JO,Buq&/x`P+3k۶F+`u@sq^{35}k-h7:Cq>f_kmӚCMY@`1mY1!03P?YH}!e̦ZOOoe":ϛ$_UrH6:߀W\^?ɛr"V۝LV5W\ $`)bT|:T ~~uDIU.K(Wx(Ц!96Z9xsW]l('H:q?",ao75x +%tKZ=YIpXľ9Ѩ$5Y? TEeٖ'$ ^-Mۮg3WlgGƞBp׷oܶ`i|96Sp'[ET"RTԇq7t;c!tć;\@\?;5./NoԖ\Nf>50"\PN5zǽO53in-b'{fdD AlYoRpk]MP:_I)aQ,H1E 򨛚SIѻߐi#U ʾ[+? 0+U(UsLAԣ"4(@H(}G[54>jp@>yEG[8P[^N`p:?in5#U-h oܞZ2"J(BLjGzb_/X>Fb ͟ZܭZj3lNn%BOqE8!_F`Ef.ϵu/q{uƱÆ|V뺈Xo (umͣtw⹕|뵲pW۟\TSי7^CEƯ½d$x0 BOθָ#OL72^DǘQ;l8Etso(s԰w ]\whH^I`ÔXo۲RёTyc9PA+[pSD0-$NSp#j 14$mizl99SKŪ| "ȔnbtЀ2+#٢?nn ,Q *ɤyzRGelcgu*,l}('GHpAb|2 ؑu3L5RBY9Ɩ#wܲgX7TNyf,FVŵ= S$+{iLdI3j;kF+Z#dMAB0D_m(su-WFWYB  \UhbnaJc6t+:jN}<$-e՜Of6WV("B{lsF O{wϑVPmTĢMG ζ 9Awt3 {SQ0N"XoUсGK܇L!(O/ugbat2hDxUV[jf/GC[r`>p ϐu3ycSL4I+uB0YZ@,e^MsTn֋b: $g@jÛ-=JyvmZ:#xJ6_]A>ɠSCb@`gzIDl9ӾZY91uY])& (|N+"q)U -%ǻKxBP>79!3jZk?}vo@W3Ƈtˮ\է#醩ѳA6R$g{h2c޲O;d1׍xiCftwRQ+Ǽ14 4y*"kvQ}7c$OIH0p}v"EFHj~51\;A}*^ , D9CA\ɽ! 7J:i|» |.BԕnrZU68^>P,lniC˲5:I[@# K)w8Y`֌rYfUm&O[u9<WGY9$NcukQEEP𶮵d`* ?Q'5|b亳}5fQQf{#SE\g7IvWo]v6` m帢- |UO4HÌLCx!.:{Emyj,U"ߕK0ٙfD]Ҍ8Eчy(Q;պRo?Pmv8. [z/:#sm)\/ze( `-)|Fh@85*~6y|Ob- {ʂp |‚І\j]+M_ `=?L6Bi7\4(ѐOB-.2rt2X b̏gr[ ž~) 5ern; UѐmD;>iGu6'2HG~ |ksE$rUq 33fO1P =Y/-?n ݭYDcIANFmn s4vqKcH:k]/-?`êiubxf(ت(˨*uKN\ l֬Ǧ@O$ףJ?04(sUM)Iߝ!Q;kirJ4GgYv(=tpYLa1mq*f ;n"xm$u*{:^KಟT D8i1a(#`~kQV^6ʝ3$+ 5Ȟ$b㹿o."qjO ᄁsu@S']8X(#bPqG X2r C1lxZƟ>d*wCQY QYx JCeġ8W.Ok᮲DGŲBd c`${*’%zt$-Ez/K43vO0z]4c@b2/XaWa(&_:d߼H.'<0Ԓgs:+HxktHuQU+ je%7'l*;G0QC5o m#‹6-mTqբjPhOYb \B )ˑ)SD QeLu_M2̙16 9cZ|UvLٻ&t<ɷ &>QΓ*6z<8t㘘ꐐ${L{v2>PRd"^&zҋU>@Cl[80sK+fIe]6gᄅU>,&uKfFmآ?6a6rs貑pclO:q;*sQX| "pdwj[uڵi㩮cEkVL\J#Q%9x|pi3('SYgX[Pz(!ѵ*P5q**Sz5Xqlp4t>VQCk. cuBu]Ӳe;Z"\PFWR]lL={|ٟibPG |4=9:NZ`s6J7!uzi;7_Nta,*k2҅CW|yXX8>5+B_<1<2ewS}z 9+UNZl *qi?AQEO7q4S{Mp{ Kf-O9c$nmO[@k6&H-})-D314eK^7+\s%lRJPTL"]e^lsG3kRnpw/HF3*.=;vжPc^tu k25saiZȉA\Bqm Σ꾊g{CJdR8ؤs``.L!>^hXM;gX{{)PVAMԍQ)qn|s8v6r I/? Y&E)jSn!O3dOltn%t*_Q_%j J'Fs+jY>3OD왩|Az~E=d@ɨm@gEW&Ov5PP:ᆴW3i|'PY$\P9<(doCwbFv~˦#_Chi 7.m`T.tf^ٺb!y^G3YbŷaXI9UDGlF(<[ 49xN 3u;m4h/ spkmA]* TF\yFgmL.)13 |pzgt_bkDs9Eʏr#V5˰}2P ?lCÃ|.= [brobuUΒlAPÿnKW+{H̃Q! C8P4-ә4RD-|Ef(1'kDw882;z<,pfrjgu9Kp c_M1 }c>@IL֓֨ ~V3\?g1 CpeV= 提߱3ٰcLVb]'U2m{0.8tE y4A2_d]6ZG崕IQ倨 #wgWтì̸$F>\-SB*',_0T۾ŁmsonLdDB۞އ4{*6;&*]11yj=x -G)0"=|}љ]) B%X}70P1G`y 1V"axd?H~?0:vЮG$ 9'yZK ~.r]\6րK Xԯx;mxG\q4~|!B]cQqh(=.8LY(aLX\{PȔ#D2Ļ4ʏ.ɬa}nT "?ڼ٬ { >q.{Z/G&-ҢEr\SЙȖz X%0=G_C?oh҂a?BUe?Z@7? rlx~_gbl`p}Ð1_B/XNL5w`o%ʝ.(B.|"1MΦ7B דJp0k<.H fYIM[Kg$gf#Ul+sMyKIØ/b[FH[Zäe|+cc^ UtfVvjwABe:ㄝ *uR Iv/űnrit!A@V-AH>w,AHe'%g#) ɄxL6^5ӗo7HVoMdPR]\?7VF l|qiSk| f lNh7ZDn1h ,>;r2sr_zFQ1QA)t>~z hz$6hP 89 ݬ`% U|ِ{o}˔A yU_u3 ldo7E tr!r2yI'p~䮯Ode]@T11m?6e#<A"o c<}XM9%fئ5>+'uaoߣyz~͝J&J]Z9 -UR8z̬+æ,[`V6euyLf;z"䇙#@E byg1_s1h!Bt(,?Ȱ-dM_Aw8ћ|ļB\Oיd a g'=pn.! |TWs$Zs͞Ą w 9*eKD~Z_[ozĽޣGEyC\mF&y.n9̞^|ymj&4RQ3( zȪ=ӭO_i$E=4v] q }SkMWA@C]XBDrV_ebD GV9T/\EYӧdJ6KӣxYfݡƍn\6B!C$lQeyrjDDh 2VɳKg7w9 @aHJH|-a^AmQrf7(S+[yqu.PkL۸K"#;84auAr\rlxEL%ȼc^p+皠Ju 犉4 W1ꖍpBb$]ـ.EfૂЬ C\m2S7d5`-da6j>h듄~1ь wq Z{?^8C6CMvɟX[n6f~̕v6̢B)UE$9%1=9SYJ?kB%{Ė䲤LGe8 9XC?ˁEXʹu1cE5GH,Aϣm\LsՔWH@xm:+>us8LP5Ǻn3ڽVLD9D+ϕ0FImy5Qy4 ɞM5ʔz=XHҏ-Qx=wk}ˌ#WTdރ)vdla./B8ɢ>N1Кho8fx<^wզnHP&DwÜṛP>FdۻkZDך:uj@𕳚aP?(<(xOݶB[65%ZWUsAB鄵-{BO!X ;M +[a'Xu-#b[J8|*"[/Yk3|EWh?.A,AUDCw`fӹt=TשQ% %u`E 2 ^ Mp>)KZQ†VhW %v مogm螵 䐣1U(~k ¨)cڅ;^y_0֡c2H(BJ 7iI qP9Kd5ڨkOx?e*)b1)(A"Vv} O sqR>*5LR'C([S-.gծ3G0shվ_p?čvaJJ{F H{wJ0_65(NAţS›U'ڊ?-DXP&.[๔*x{7]u hf$FJmIUAO@<Ӓ ^=Hi@3%6hU&,AcTa|pF5@ω*NjUIYi_aEfL މ,X|(!u*󠙽 dC}9<Ԃ\-!sqid EŌ7Uܵ1Pw,Z%3z'g(#I|`ǂ̞P0U!nZEᙤԟFq0;F@%ۨN8d[ym}x_s>~2˴)dZpN!RU am/ܝq8_otb LW"vRA}w -_FH\,?]UD;`$7FYH%fpy_Iꈖ(sea%&D.NF4r\1oR[.5ThpM_.B^\uab/_IP er_Uz\P*~Kd9ˇL^]bMԊPI{z͹5 b\vD 26C9hʊ7Wqi!SaxV&[?a qtO%%l㫼'AlbT$y45mUrn]6aw@lr_C\Z^ _Yg@, od/cY:Kv˿NC `_b0h/B񽯴&`+ʼ(^KOn+sywD6:}´N/"_p*B0Ljc[z]ɂ},%X&R#v8h(NH<0XK`A6C1RQWhr]+YO%`~E͐W`i.޾;y")"!XPyNbfjrjd^~Q*;[ ˜U__;7yyJ ˿YA@cRJb]e1u6URB7Ilיsb)@g]sn/)27_}L'\i2/:d aezJ W[2y$y ȥπ{nveCD8]0kI<a5 $\/6+cϓ/n(UFjAUj"}Ɏ{b:Eh6y-L@GϠ݈ŭ2>B%,-IN⌷%O{H&vHs07WApB\hu+9QNGpG]];uk<EeP$aQ0A$VttI_zU8ka0BZ"&iN-<$N-Z²yTUg'i⸴&[ M㯎8x<>,5>O𤩩z震,ȆgH 7|޴я;>aC8[d60@O]KvEqƚ2OU>P&aynnĖ x/7:U(+픴!\o_D'z>DwWrZc <8&7,jgEe3=>S C.#劺'ny$ T j8olѯto߇p t]Cqe6CC"=caQϙ!vRgq ]wXN=1'$Yb˞VPGWc1e} h {0Lkb)=?(G1eaL jU9s9RD'-źJjDCU> -usY((T@b'Ψs.&Qh)Zj_z+}9{djN3XX8d6Ɋn't9+_/e>1Pg )XpUYzA`"8u,}ojξB< #%B[KXs#-hjI*?Z 1^~FGCOأdn1aZ}퍹Mr.IJ=ǣ眱!yEYƦ'eE}w4u B:(<ޘ4]ڦCl>K ;8R ג,H2X[zC v <=Aؙ9ʪAN5#bs(Y6/R=6_4Nfhf-y) zxN@%R_㕆 =;?<]FS28:bA@ 7 ٕs0y0j{V;?o$*ʲ'^ yJB yozEke q4kP\$ boWqG:ґ5N?f =}-*y"uSan#(JvH)8<9'f&,G#if5wFLmcĝyS;~Ec  #{!̣Tu|i~h:nJF bQ; U"RDOq:W”s:0Af@vdX*f/0;?CP۰{6P=[DzuUfZ1=m 8B.:밥Nl|oQ0ʶoKv kQsWSb}0qvYwc^ 04eذ$iMpеS1U Jt2uP/,D2 S> p] 5O**KO@m1w(h5"iM#6Rfo\-uv@}酋T1x`w9/8^\$]+(1!|>fR %A GӹC\ p/|Ԅ%YBdW|ZO%\svIBŏl_:LYҶ*Z Ej̛`|F5o}#S&"9`Ϭ!7aO6d(A--6[3&܀nT@ִFa"{Fc\L,O{CU]] k+pu9*OG_:oZe ͷEu.^04ԽΡ_I!Nr,xɏXm'\" "Y$Z'O!ij0LxڰUt1 N:22ۥ:;!S2I1fx۬.V6(Rn6_[4. g769 *DMux/>Qv%IsMEO]F r9aeʱwXu%ry$y ]3 B<,= QQ:v ,`mHPCg9 t'kP :qfk(%n|Pq~\=mRq2gCc '7gyA`cp@_,N0Sin,8ʼAVNZ \j1dߌFF mg0zDV3h?Ɣp:br6ߊkse҅##ZCLJL6+!ӏ>_0dOWOCo!w<*,/%Q6[ y,*/sidXOС]lF|sl'WOʫ&i3sw&FEHm':ijx`ǏJn ',F!$pMRLݷ8o㣐{R]0B 48Q\ru , |AU]&s_ 4>8zP% ,ٞ!Vz鐬*E@3qvG7 j2p}o{Q q+Fl!pL)bUyȎ'PO C?3A3kfQ[ⱳG`?K|-iT;;K:~OLٰT><4j!C0p1P/mHq5ۼb>b l8~iZkt8H~u1}ndܴՋJ\[Snh+A[~=Zװ_ v&SpBadE\ű!Ĕh#(p{Y5R+1a ,ZR鸕+7lnv\b҈@kt`8)@||y/BD5h{ co$OuCj wC'QPe1D4%}1VtdQ (Tq7)Gűu,P8-} WzL0P"e r?g"zs9zD[ P,d(ZRFxC"YФɇORR78iDETXfGe Kw#$ܕ`s}G([GF;~tC\H$ g'ɺs/MaU|cC?^?5O-/_:ڹ_k΄Xw)&[-ϪGf6Ys  lm, xG@^MLvb\SPzH~5zj&9dtC@WF)(gV(RR1QymGn$>\ xC#u&-ëfҒ>n=nXɰG]wa6V01~!"-w &[ТG ΰbIݲ[oVj(i4ud1g8KXQ_;jO m~c(cy{ y߸~ܳl4I/,5Al-+uڳ94κ7Wg9C(Z#ױ[[wұtʗcCYN2C4Ҽ<1lr EɄsW;`T5u @37<ц\5PO\g^Vm kӃc'^c6)PÌz^W";ԏWid`͋x@b E(B ؟ mPl<-'憴aa,j `#h"7V`㖜zoBĒUZ-˗Gzp*'&,x̉C'dN,~_:sjeb >ZN@û3@kђ,<rVLtyWQ*3ZQ+rvТ6r(ٕs/ ϮL$GUQ|J \JsўyM < '#a˾Oz qI !dttI9eG1gWwr-%W 3Á{5<u4`A3-/y*^t*pqJz~6`I+&5FE/O^pr)H:ѥ\4/F>C1xʛS*t:yN\/:MVWŌhV0H&0YN*(he,驿lчymDeR_mhۧ~ .86휩?lnIXC}ځkh50VNB#|159vftSީmY͟N0:,6 ӱ.7V TOrpu#/U%|A|&]!"I b!H+ 0L_7˧.=etkMTK13Z>p^fLvPh|А7r1/enmTg5B~ʝä^foۦ8ڪ# dv=Cn>.wkY05%5񈼿R عtWCMr*lsA9g.go ;eJ BR*єՂ8U~ GGZEfbg+v뙭 ؔF\'^ Ҳ|"4؍@[n [)S~BeQh,v~/xBL`8>z_`4^ | =Q;xu5^},FxFt\qa!8ot&amn荥S#&.#XإYIȱl12t[mN%9 HM5Jp`X aAKBFwd#YcY``-{m_*2eH2J 89Ř(m"#:;9UhΞ4/z֎=k#VmRT0wjJyMHC-hN:zh]ܞ%O~!_C|6ML{M[jҸi>L@ُ#qcA8uIl&qUt̜ěk oXA}j _ACJ2h~5r8ULM|P÷nv?cWB9pQM?!&FQq[D Hiַ"H'׷ NsK:Vbr\nx|Q[*sM2C,.C"j;-e\ͬχt\zѧR3\{Kɾ t/ЗѸ 2r d\\Go޶~3yr.)iҗN`UD *Ĉm:{0oVXQd< 1{1KS&5ߐUytF5jQLg/qm#kzop@ܐ_^p/St!"\uJs@ *:p PӥSmU^Jrxk]PgBZ Q1`w˔:9{&sͶa`ȉPQFJ$V.Ɨ7,V$[g Ԓ Eo2+w4$6|PPe8)E1Ȁ?{cRKbftR;55m YkޛFKt$ ,4%,o!vݽO)SZ/. 5wA%b"i_:4Pu_FZ:j6dGuub~_֗>xg{V2m_v!##Wr~ n]j\A5x)n>RfJ#/XNy_ԉrW2{W1A2`*:ںb,|8nV4>`mkg~_qYX*tg2 :b>-V5nW1=(r""q1Z[: I}1zZ -E8T|CN0n5s̨MQ6 &Oռcޖb~/K B|Ex? cT/+yy(tI`]\J#e!v_ZHu./0&(m\rK:|AݝX\ &)=S10ahj?LTO'tL];K :߫ l`gMl:۟4>t04;m@ru6&Rv,˸ ES Q$:_uX ( R*`4gi 5ZT˝Xj1M&1P Px Ei :t*|У?wv>`P''WϳpA(%ߥ5r/HZood O'k:̢9P S&[#v5RIsS[WRIiȻ-0NuY}~১ju&u:p XSVyLm`bXΉ[^ca0-/2کSs7N"{DF]S1˯Ċx )(L3s]]jsIЅ`H;ef03\)񞴑a.e8p%H4$?`||6;BdI0cwYY0~M%]E%3HCT ~Yg,aĔ̸ڪg44YʤRۑ۲},J[o+Q2wtvbR7wmW2:a#rɚhN},1<7aesF6In\ǰ{z2zݞw&ﱃ#Y@-[ T9sQNooIe\ sO`+~M7%Dl_+]Aˀ?]5K朁<+L0Zt!Lsc, M.ui*Y9K쉭!E#Զ: *voNFUnBARBֶ{D;g/́Gqa%r"dƯ -^zR6{{7hץiNXcVlNЕP8\ ۣȃ6+ChWt>9KPtceRύ4@$I&H8xK`q<ȋ[+Jhq[saOۣ犛DK+m1&u䁛7:W&X# ZA.08}9*&.,1Vg<Yx$SPamyyOQLqt|hD%,{"Ebg0bDyt$hzL380ѶqpᏖķ d6"sG=?nzmy\b jæJp*N%(eQY 6pOp7y:j~j?V>U} w[:RUV2y] E64"ٚ`\7@ewM(22 cA.c ZlؘRpfQ\DOr/wthSެ>"(Q- Y_>J=ʻh5+c[u`Gc5!'} ݼLNᔿPyԦ5.-o?>e+A}arTɎ06So[m 68܈(_cuڢ?-p/Kay eGx(^ d[Pųx#y/}=Ea)qVZOp<5.tqч&bWy; ̞.'Y[BW}IYϟZu!xp e|?^.+xunl:=+mPV]Vn?\̠lTXąP;< xh2At|luLY 27.\ձTbGm vъTPPA3"]E_^@jƞ|iUě?4'O_MJ > FbRfm9qѿ Z,ƥgR464~,Ob"O=&O=cY~<vb\h -?4_,uy *"h5m#@1+H/dL7{/w1I{ru5ilu"=fR% ,JK*C'i_<TH$J\8MUP_ tX7BY$B#d ]StZS 0'ďo堻6":$bKE ),#;Y;ou>n]҇l^}[oݮ) ?׸7jfdbݍVcؠ k_lfײYe'ZhVWM2*8R1c]l_m}݃'*Ca-]9 ]j8N JN~dPҒ"ZTqQZXἋkPՆ3l! iܞaT2wi^14h0ǘ(Okn2'0Xw뛨W35zXS9F=`7yWcfX@o^}6+c`gD>r/ Ӛ6,ƬAƵ+]Ʒ;,_- !EKN߽%@XKP7䝃^9{J[ W46`g p|ll\tb/#3n @a)*uF?WƑrΊ SyLnΈp.f(^7R^4,,$V[ DhC.6f&uH)ҿ[(/r4Y$jQT'e$`k)WiP8-b>'/O詺pQlu@ y79#u;;? 몵X>x? ̍UB76!ʛ5>JN| Y1!o޴z??'n:b[3ၝYB0O!A$QxVl`,=w $`("\N.jJ8=*xR?q]ЗpFt8_hmQƖd~jB)aϡ.eF0clT`K eJ,N*G$N/-h?BՍv?Ֆ2Lܰ<keiKq%CW}0fx (`skmK!qokd+|Pj T>k0{Ja 7jDb1US^nR0@25L"B])኏>0X֘MNщv Mr?1+uf:8ɵcSml9 T b0u:ܐX^R՛ oەנ1À>,Tvnt%AaDa ‚HR`J"zVx\֠ڇ2Ppc~u7?}L6y?w]wNpGMK>orsgWLjXA4ڨ;kyw,.h5 :f(Me=ȮR%%%L(t5 E;-x+liR_FjܸqiTr"UTJEi:A[6)ҩy3d~X|( cm81KT-|c)AS5>Ma[I{^דa[>. g72sճ[rK0IhU|0lu<C&әJĜsCC.U{ЍdA9-ZE6浢diQĬ|rChnH M&̟Mbl\LįkuDĆs-(*lͫT L2 D7G4] K=Xk<- jSdj.DbwcVt֒n^I4Nͅ\ypfqFtxHvZX XN)Ms[* .^ K7ÿ+Λմ+aG_?.Q.s9k&l[Gͪz*,޲} 5ɬbHN{ӂelZyTO?kG@: $Kx?iw3}._xlGGѶ~ж};q;us%1/N;8['].Y^Ty {.P3! $8;l`Vesv;zOx HV/ٮe Kv>3u]IL 2G@_gv2w_ýAR\ R !Up34pYo)>I4>/ȼ}2׻E١! \cj]ðMtY]@4qfUyHٷſgoeuw[K@t?vu -7j'OL\8[m 4-C&8ʵhQCETg1%0u9]gYi8q$۸b0n*>=s8y"!'O 2,#ա,POC(O6"(B}.%+ TS+i^RBIZ)윗n.>ũy'& }<ͩ#?}rILf1/=P3pc bA)0Li\|y(B EvhRH֒<&dF(7I\|g lnU*1-DL9vA[a'r6 F!L<40/&7/v&;ӜH%!ھSv٤ Iw'S$_AYMFek0Vd=!u;J 2@YFyrRZ$䷾Y=  H %n6s_kطMن$[ոrpb0Ӕ?aT#vZbEdm]TLq.6w ,~bg &LW^$>sU1>[s-bBCW>k轔b;9eRUv@{ԨT76sݩĻ41CYyUU y)"B<֐`3;yZ\ ;yԱUHgOxtxeP|j6>lelr!\8S2ؿ~R2@b|i$Ym^ɌA9 {Sp~aqBdSyf63`+B$&[ୃ*ʠ&vf*ABòpǏhc|IZd*$;:DŽŗDA=*9Юv#HGL3"L$DQz~)!ܻ`Q0 N =˓ M3yr:ϙ﨎 z8VFjutaA/I3&Ii=#a]ϲ׫yH ʔgwSގ-bFV9h$XīNNCA}DW䫠.3cS hnT]>M(:#ن/ 46kW&dB+P4QcCk$#aAM@ B먡w՞hE=ԉ^rPQFo擭^IOJ_J)JE4dڟ sHΤj{4;.: 8బcWŲOULJ#{LE653r0<{BKV/R +};OuYEĝ2~aPTNV"JmU[DAhl#Qzx6O%+&esx ^שmĵ!歠#MB}$nY''>ļ-}8'|x;0?']c' pSxG6.#zim='Aˌ;$nrч;MsیB&2 22$hC,jʲ783B|^N9o$.Ъ"b1$} %C[+ _r0k*tR]Q` f]Eq'p !7~݇vV+GTQQ2R ¿%0Քhg>~RA&%H)'Uȴ}a.+{Y)C{-lgs$f]S5>)2(rRP1eV *+?b0US߃ 7 D_F|6|P [8@NQZsBj1M&4Cs䉎;yF\i骠C;Ndc(G{]ԍs|8-zJU??@3y;Rd(`E11+# q jWNĘPnkC~ܲ4uF  LB"݂7y},nQI E!C$3U#| R)Uvf\HB ""qNս)UcK g]`=F ÑINĵ{F37 :]*Gu~)fHZ.>=S8@9 bUl\ 0԰N__?TH!.VzIHugKVfVbn Gz jʴ32*] 2`w]|)C+v Ջ_K_?ي-)S+OI7~2Ft-ۍ7W] Hn@R)b7̄d.҈@)S^ݗcg3K'qU5Jgjg݆ mQlhn״>$eqWsg\w_9EŒp#9iiZb2H+Sd2s%NP9,EALɍқpT)ݾN B4(U7[>kSټ]~\Z6'8*rj@2kD/Ma798]?k؈Iԅ|v`&kB='Ea%u9h.<7]cì8UEn?؋J`ھR9|l?5s CF755rUI2#𬉚f@ E;q|twAvxR)k sponeǕZIsSO' 2lEy--bbz[JZC|qY^HP?<+au͂Hb .8*=V 63㔵R;ƍG著fSbɣP6v76Z'K7ٽP59v9Hiޘ1F/ֲT2'Ie O[ <[tկUeʹÿ77nW[B2puYf<s%ݦIV]uƉ`ՈY}Tڳ%L.R 1|*H !RڲADq{#3,BZ8KS_$>ݻAR8YSh+\گJ=IA4GQ U_ b<0SuˏNM/\9^ 1څ}\&)_&PT fc];{7U76gZlq$l#+,P|p%_bg#Eߴʙ<ƖE56܉v O3VѱAqHiTڱ3C' S!~TtfEPTÚQ̜J;Tmn~5k\J٫ӗ dܲn%a/+{)p$ 5Zs59lڛ!^WY 8[snoyo k R'֢H .E˨&a"QN%TNXX[Cg5x=]o[oW0*ZDM_A{9NTU)&t"MLҽnRsLƝԡ5oL5e?x`꥞0WF[[w5'@Ѻ$ޛ7a$&]МuLI}yĀ%t[{+ !w`"D=wa6>EanѦ=דΌ 67UӸj0fn,9R)xq+S~-VnZ1hAiKNcӃM u'\'s"ޓzKpt0d6n E;m W/Ǫy˞}~eKC7`Wk";yG5٤[>޲ Cq4!uOiaC&@q> 0Hqr^a}&. `#<kX?hR.(L:ο iEd.$GRפW}k%  Y.uXh]$e~,=20$t P̔ oœNͻSf)!Z?8=$1 ׵FrqkWO, U@;l#?MΞ2SyK6o@>WYgN8"Dy 6d&Qɦow _|oCNZ+|(Fw>G8jJyeZ90ZJeյITpSkfc^'?G:nG tlUC; vӣY-q0<]ވ(RLaRV ū24O [w]X|e '>WbL.ԣʧJ lkl^ L`J (FC4yxܻpȀA*r I<0t׌о* %(˲nDSP\fg's_ wgW5` 96SkNrEB4PXSl}&>]=H}U95] W*#?kJ&{H*ЅZMW^|}T7r㢦bR" /5hd.@%A|tCYz @tn9ZQ`/lϗ3& Wz 999jލM*Hl*lUI8V*L>j5# \_t'at Ϟ2V4lՁ(LH9)Q4/'+Ht1 i|˕O*^%2 H91C:اf9>n@\$Kζ*h~cv!W3f5 Z&Qȡ9(X,8 yk>2ڨ Ts с*G5KdRM26WVJR5 P((_ux"}4&huU%P*#tF)7;/~nZl9ZX]hX .MDETְMGD|U<ΎFgX4FV 9g_-[>P[ݺ CAxYu i4igPj!,͗VmJm?:O9Z2QgwOJ0[ ajulS9Bc +qg'E郔,,Hih<K>* u 71NNvJF&Sr4Qp%$(ql.rs.߅I"oSĵC(+:i?͛XBkW@D}PC$iūL{+aA2~pkw% ?5"MGx=; ,[$닯+AG-6q=4ғ|0#fúHlJȣb&!Bc\3x4/VƄ#-q~x=ݼCɻ @qBS_џ:HBbROѬ[,Wu[BB Iܧ ;#PBg Yȟ[uL{N9%[WlLڒ7ߣU0 W0~;tx iA9\n?N:0WMJ "3-^$/и r4@Pcnruuk &% v=F۽|tb`o*6O(.9;t98O_3%C@+ez֫L 2m%maxTJX=7mP]_bWl;VR@t+^DGx>_TKȃRIf(2䖊 Ս6MF8qWx=8LoY\A.˷KD'Z PAͳhſBDz%}!k)jB-" Yֽiޛ'JM:Jy7gPwd IQ4beqsf/Ӌ0*jkQeJ<hye[Nr*vd?XS5 $k-YgYoj]o^/OUT! r#śt2}Gv ɽԸ$񪣺8=s~m3䎔;R_^$sWx&hbfC# 6iSEW]"T冪wS0FW1:ණdtHT?dD3WS2cmUf!/-G^E}UQ.N=;@d7PF Wh)+$ 6W9w.@h,`\"d0H,wdb=ZdoAyQWph,dy$-TsnINڵ=9!fD Ձ2[;~';X5mOQ$( ȄۅAe=/O?)GLzs zMD.is C96̈o?E9`̂zgzús :ѤH]AbÛ._/TL/ 'Pzc+H  Q.&Jlզ^ԦF4 Y֎5vtC4hJ[D p0{99?)!g-Ye%i7dqmFHԟ#G4@ d ^\hQ9`Z>h3Z}Zxx:wi*㺗 315Lb5'uo<gs>1E:Kp Um"#UO; _+ΠJWaّ6u4]⊸_ktv )]IGe+AN0.ϭH=)]۩zGYhBZ}rj.ѬvP3\$À`sڏ#o]JBк3Xw`t0v.D\eCK ^u-͒<ځ@)\wBXF5nUl ?@.ȊXHaMUHzw[~޿0SmegŬ cWg2(Oَ {;s#,>TCÐPo7s;_%Vα=N{d,ށ[ 6 9mٍw_g?.!5}/wx ۿ76φ.fEI o.k_KkQ5洎^| n1pUu)u8Ymjų WE+lY3݄t_&KcvPc8LgAנ<>q8`G'IQg١K%" Ðܐ0oG짢ũ3/>W#@ R[rS sBt p>l#FNX7/% Ϯln£uZ(m㗷L[Bcݫ+E4`.&\(HBͅVD;!Yao ?q+_/Op%lqD$aCG_ʕat &Tò%TXn+ޙ{s5ZZv૿5 +I/Qq) $z¹ ^Ina`%Ȭ( ռaqJ֔A~ αXP~gKwI;~\{I`Hf6ޏa*8 (/=_1 }B9۷1&fn49rV֐HҾ=.wV>2\ |ZBܗī[A(䡰]t dr7(7o>Ħ F"lC`^%`XYpYЄ^=_%!?R0F# ͈oDb.ʹQJ96@>*SF儜i hB<;0(2' c8nnESU*7"֣5ziif ^Q3 {yqaG  QĆp>Z;J;B<~džYV ~]Y_۝ D=䃍fSpCYs$Z-|ɜnw4!ی[vab <,`ׄodZf<̋׳TY}\  9%;=5, _ub4+r^lEF?.oźn9%I*Ƃ]iQBTK%o"_\otJXeSf :Idz|`PC,B3Y(s^o8.FxS7[OG&s @#っlp\)7V(?(LCmI癚cΛIzMB8ciѕuT |?>m_XV"Xa6^yO DSR_̴Lsc]3)`OD7=v=B ssK'o +Amnм+ .ç!brhc!KDpGT,qL#һʾ}O^}&GgOdFXSL\e~(||rdtfF m+2aZӉ.F /EiC:3!G&HD+UNZ ,s .ް~rQ.T?}/-{}_qwȻ۽P1Zoe&6gz2g)hہVҹ6  0)GZ^ F41IJMIx[G3ov+0pd vKU7<'F:Q_y9Xӷ67S6OI8^Ѫ<,7m obbĈ]ZN X Yi{^ ocy C,2켯򪫅3sEÛ^jvI¾<\T$EY!Nuc{9H,ՖZhAKãeI`̶4[->VW^wHW/ᙕ7Tލǻp@1pI!mst]X*zZ=kg'EY=lieOɿUS!AbLߌ^J}0 1a%W5|W"hM_-~큙ӻGoU_zHXjҎQJ Vk O|`  |דe}Gf\|p Aʧ8*/оˇKAR6QZcj=9kCnϭ aw9:S^/MH`p'=nBomuKtG[s TwPX+L%'N!l3d(Q{~b K ^MֽvFO.K&SmJ﹫&ƽs(Ww^l]9R cе:M(ߣw y^/9|bPH>qgl3?Ob(O:*03*Li7J*! h,EjK]V[*i' x=^y +P3;/zm~ʃ30XуV.FixȔT tIN҆=[Qc󕩁38GKeWլ!WZ Eܰ і1-;2P|Q>,G]!-?bݳ$eMZ!g~˸F֐VNnC+!Hķ4`Lƪ{[o5.Ѕ4N,x\V9Ўi`dw H7JG3A'9(jM,DގgNY>m{3WÜx{ MafO~\BE\eSݳw ZÇ uG0^!z:5_8>PS؞f c,$#"%xn5zpRIQN+/kbDrv6']H3vRJM n)Oꞣ1{gZysq5NyϹKU6G0hw{LoMC-^ǑFZm86\٪+(tP ޷[AZRtRp/~;*g4)جwT{7zޙuevw5F:sձhHd@I)8-w.c@,@I1+]cj#i> |͡{UX,h"y(NuQޤ)kS'#K4#'3;.x//&nY%On(~ʔ$Լ~A@.Ll>5N+*0{gQ Bq, ˕F53%7;9WpK>xpN {ɤ{:c?(ZRN($&30TjL҂jf[vUbvy 4ճ7RRsErwyOSفk(c926B&CCȴYN6U!)GlN2ʇ}WCJߗ,taMMm&Ԫ=sKDYcF㜠2 _RQl*H\^)/@zQy j9NJy!'5>=-:/VtB%u5cg-p8</oL)!  9o^T;J,UeơF\dӔT[;*0dMV6DkXSm:4j{TCb6nOΐt]R'lJÏbdɁ+,H.'UjbYE^IPXh/ Hu͏9c}}szM^/>\GLQպvNLmE|k=2HM[hA7_\? ܧww&i0+dCUD>NslZUw!qߞtLI*,sX〷*e& }L!)GWӹ(-L^!Z]&P.D0|W8wbn Y4@Σ0#Ft{  Z~Nqvy79=@KG,bF!0"tSwbNjQzc2;ySr8+0j#gsҨΙ6{9&HhIny_)sđ']`vtӠ4~'S&4YKE\O[I r[?ŅD}hSȅóDdjQFz2 :40;(>ldJbPDJ^D*KO yQ+b.Sw`X#Mu4mrNoE$<=8 U=OS*n.DJ4X'WӘmBdeVD䛘U2Da65|*X(P@k,~XDJbEJ$IMA ".qpe;hHXxJ]෤DOk9tpo"3bur yaّ.u讜h1SuJa $Y~۴d}Vrޙ^,9#s|n FMaЖn zNtaMT~-L$m^ Kj!Vnm1J".À/ %oueOP!!>+s;^2Fji kړDV1<=]`FOlJ_y+NOk`d[~ptSڪE=[^R'ÂfN1=&%T)gƅtAovTIDeViG|/!jndoe&Ŕ 傟+]| z-`\>*AezqA })x30wnʮH x|(\ ׃>+_-;Y(Yu/lZsT!9:x"ﴑ~ z&/!k'4`\rilcF ;UT LU;S4S`k;`mQ MbTW|Petҋlk9snQP| K&żO7v3<8yFzWFw-T"/$&$8#&euc}w Qےw|kUp5@Ppx'V8Z@H'#f{|PBP)"DѥBCEc |8x?]+""3]M5.׳ΈS&F@p!DElJWsH*-^)S7NI $gny5iނjYr#=v7$ [-i'mд $)O^3~‡sQd*~d7O|/wG9^@s`ZxY6`zZv6v0AMSncyޏ N7XRۛv9nC뮨{~R83mpg$ە1&YMar1[7p rg,xsA6?+=4U 1(bZZ_2uZP ٪F<:W艥ӿYuYo!ve^`2hu21`Gu (>0Ƹ)-I<D9NR֒[w嶌Wy$35aJ#3 "T(%W"(^[ss$ۇdp0 BPQmq˗O\T: ~?ICRŶTK#A+€ 8dLG n0#h%pR$\2vHqC=7K~YT@r" V6t;"[ǟة}@=4Q=yU0|*2m!ֳd9:c??0Uػa QIE?WuϯѨ=r_fEJ' ~:crT!$wC@WD\))~vޢ7Y7VDUPQHOtVa}!pk@7wAAXFe+2Nʓ"LJQyG{^xlQ+3PFw:x HBXIu恹mC剄gR-ЩBv@CKMw5P`1$ 4m,3 H*mz;?\NOKIFX+B @Y&dNy.)#TCG~6 X4^h'~P;$Leu</BEejgٲ:H]H+c'MwA̐$cW`Qk͔*E$qx22M(pכvZ%O_52 q-6Rc[LE DcӀϣTB܇4#E0eJ䗔 lIL4-=FɃTmvZCD)NLeF f[ٞU&IPYk53iEm26ZRK o?C=1ʎ~ୃcX/> ~ O9V{9"StϬQr3CtAh%Aѓk'GCJ!LvYAr3hjވ$D-M"o̵Y(BݑhĞe%Fb$a /BwwCVEq d^/l~&]&nA>tu: >'*?)kww ٘YAbb:"}1/ &&V+qL~q%ٛ-X3*|[f&DO 'Ikdlض$PgAʐSkf<! %17s -1&:5nEha!Q=lZkm6r00Av1L+pZ+\;v(JYMwv UaDO"He۩3az91KWem(H z!I}q#ϰ,s{ -yZ#3.H7d:R{l,Y5b[&@ӆM v} ?Wh+ggo[BѸ:EU/졷[HQsunxBf#zH"V Aˈ,؇\ZKŽ=-p\ىv,H=MF$7: {W*2 OdPB`w~h P0PH& Cr̯scQ71݊Te=@<Q'4.=k4<6ysd3^te{IE p윺}D&R)@5(a#}Y gL|@|*V w;q"fϑ^cpkdĨɖ$O^Nچ ɊQAg!˕O#O9D:sgfsĶn%LR"X; (׭3/jjhm"֘a^G[n!z|\$*bu= NwPwVKf"oR( Av~g}8ZȪ[e(MN9g/"b2s|XF,>\&Cr"K;jiNUGZ,WaO@/)jUJ 0)UJ~^J3zn#gᕜ qloD9Yiґ>h2WK4 NmK*lww\9t TnoQ51i !ONV.;ףViDZ+WTkj )إW.aQ ^Sɧu08FSu9w% H{ݡr'M'o)F<T4TycDMƫi3z܇" !gV ?oܷpo㑜Hd b  +41A[ Wɓ–kq?hZR+^=tugVhSݿ<'aė,f %xڀX]:cg*n_AϡnBYXi$'xnzp y][ U/gf{:_}I{*^!l,<#6CUyi)z^跼HV?p 㣎kbu Ea_Zz2j|S$adp0VNEq[]E56Zyu[觐ω .> -%2}"?98i=P? Cq+ᆄ +Mc Ö2_Smԙ^kiThV#l4.0IHɈ}C7vVkY%J5/3wGΐe#Zv|{# +?_^_N鋣FBiYiԑ2 ?{ERBE$!d!p4O.4й[<*yhYN,ż}G m/Y%r"s/i T3U!i{AVmR`mbPCŷ>RQcZ_Oǹ5t߮l:*lX,)TMfBNa'T ɏ #=F}c:Jf8Bԥf@|D:"Cަe'sVlDoq>B7Ey[Ƕc!E-;Zע[c._Ax,bmWزbK44![ &I:DH aT?Mq-4ftWPɰ9Ļt7߯ÑSo-k}Æp(d3zͣ;mN P0}&t_:y;^9V~SyQK6Up`w P`CyʥpQq9^V;7R3V-o o*N, q ?<[u|L񀋢7"AӰ7,Z}: ` n_爫/M;th?Op]jBq :?G-VVߧOIy`dŎ.F4 M|OH.Vg&GܫIZ4Ʊ|O`@YxÆ*|,Z+:*LTM͙Fmd8%@A7**,HFCj0`!'q'L|_;rs|!G[Eam1^9CLCD-0׃-zBGDrJSI."826uϼ[,s+)YC< l^䡅C>ہJԨ@W0Z]`z%GOЅ4&vȡǒˊ4QSK(YCE#$=tY$:mƗ> -ґSgrM̀܀%z篥lo(Nj4)J0$ʞd瘶!ϚXHLg9\Cwh9 %4k|'r=j*^));sN%H=9{}eZt/}aHxk{Kq(v(P`+4Eh[cp za}kf>MX' 9Z%!I*&yyE-X"X1t ަ}=9݇g!ם!jG6GT24Fz}_:e1횝s|Rb]i?x' ĩo _5QVPU!'vTIi 9m=̽Gk OAN" oP3[~JTx|))HJW=1Mb!Y$60TXl`ڑẙt f؉XQK,2Wd#=U#W?tId/3Hf3njy-qn̕gʎtgʲ%`+7ѡ88Ju@~_押?/:k+/Ԯn+6vD;b g*%( "rԻ+TXyѭ@$ze-/-k_X@w=> t&CPd1 Lц&^ m:0x@h,H6G Ǯ!]z(Jt(|(ɠU^Ť[ _F/f7qnքnGc[#<~sGu6ϥD#/ҋd!xBPL#7ŦL6}QEo\]6Hc;7b/zg+@tє&X p~ըQ_ڼ3}`(x̆5_1FɀO#}veHnGtF;?LTSaWAآ؆-I@8FU9pkV~+45Ԯ25\X@A`}|AΆu lJQuԦʘp{ŔsgF܎0 '0U9x&а 1>m_\j3uu?DiV/oV+_Z* ky$캓ue/X1{xȑ!lW1,<.~xn\Fѹ^iH8N'H uhKWflVRa{Hʼu$LBwV@D,0@hG4EfOkV(~BɊg<\ ~ئA[#H|jsEZqXJyg(tY ~C70.(IwƬ+d botsd[yJ4%ԁeoLSG|BkI,ф0ōɁ'1R(ˬkY'9lM^`gQ#IeQ}niJv$ᏚR㶖}}<tc!Zh @Bx<!YG-`>\9 ȨpYZQrGP<v}:dP?A$nggZscZޖlo ?k$~`F0_)egY{Ĭx&$~f)Ć;}aq[? RE?hV&(}8|;r:j'*xIrz;~)D]>p-np_3ѳr}A#f>c,ೈj}p'B#ЖȚg r  7^t׏2xA,QF ^Nԋ'uBb1A*赐FI`.70[aК11)MtDSmuq^ҦpAf;Z[&`}e{/AUrQw9Au؞:}]ȯ~vL1|CQӟ9+Blװ 6o@t>:9y} &OŖ8#"SUNz!Vx96)6yE6jni_C_Z/)4mKvq I"@Y90[t)ذgk$m&r WS@!O<da^īGXϖr- gb-`tWEmT+e/~!BQ_Tgs\Z 8=A~3Z0ܽ՛.@8r]] yW JP+R\EXH{sǂBO&o$lsfomcl,Pal2>ODCU@C9 oE9pO$t1CbgQ'؛;o$t 4qɁhE9}~6Zuczb kP#7~^Zaz7,`CWh05{|֑;#$;zVQ͘>EV uS0.bqg[{R )N}S/-iZǖ#(tZےIT%_%v1I&h6 7Ԏֶu.;MÓwZjuHmFnwqKI I/%%ȑp2)P5 Nv4G!d ۥJK+xZbaӈO,ך#&ظ_Og$yuhwjrUٕP:);E`x1HIzz>3l"4DHa|Y ONZ["/&`HY(O^6TA$.'G<}_$z0ފrEMmɻb%}@4HݯOk|Sj#N<ΞlQ 1Su*#h ue_Ij,yKoqZ&00MY-cd_4VR#`Ẑ XhlB+$8_!עW^d77+]==(=;Ku|r**KAl'O,+ ЬԠg3 avw>\th/"8^Vc`&?L '({C"!/H4#*<$8aV ux(\ƃOt0U]5pd:n,j{ N 2\{6a41{⏋p=ۆT.ح3]@A?ٚZm3‚Ve x;AI(ez;aNI *%Dn%M8hԬ%[H}7SH(!gR'-0:f896M.Ŀ'ղ#s;䌰jeO{p~_a,;ۑjzbe2|t{I')8ƾT>Pjf)mv^2/]YvꚌ@+|w8S?Y[2Ed4#i]=&-y뙘L^Y {Ģ˯ eXy2!x;7hҬ b_{C=-ê 'R )Zwޮ5yQ?b, t3iAsďIᾶEelKý,Wq~@y_+1WMFiGy. yX5@2{ye}C};J!sAxFfOUT{|r-"Nç~PUHaZV@'c!M| *3*7tN\̐HR6%̼czG,yۼ(MYqiVuiعp'b*OM,VĂ?RcFЃ@N5U=xH;Y)sWt.`%ga26Jn]B/52~| $]?C)JV. sezkeǜ;9 } ѤM.<,Ac.'.9i7?×}O5[+'KBB#k=U̸a<lC,Np3*d@J/RWM9{2cŒG@*wsT/<1}ósc)[L5S+s I''ӍV6(= Ez Na" |>/ocuR)2zҭ a(a2s>g`*]w2@ YJE #u·k-K2!{ ~>y~wIs$ \Wg$UN'Ɨ7u_Y ȼXUMc ڤ_u Sru/1PVerWgD-QfPŢjbC"9 i#3q&,`Z5awRPNhT.KTOI*:s@6OZlaTXu3sx#yDݕΒ+Jhz bL.pS`*M1.Ǽa% U-K-x1L-R֦ 0ռ`S. V:uZPu&kहpWs] {db%94H&+ℶo!0Q[}N἗s|,X sÇ1v]%HӽRCw)" a)zظS'xSN S[E:w@HH2 XL;M>"k41 JTX3dX[F"C- RBx J+BjAtSǖEΰ1Jƛʟ56/\9ϠK7(#^v=L0[x^pfbG幛haRטdpGdR2;3A ?0WUq 界rYbt# X!(Ҙ{Pg/rJK8D |͕5`κ,n%}a/CnSN9AK[`A%LV0(%! * (L;\Šjb^!NT2ic\LNغiW(9ŒHGZ]' 9d Mh|` J~~Q L3=W^'LGEcnDáϘV&HGPt uC ^/ξo`%ʶHtG/CBr*d0Ka P~jXŒ-x=X`eTM I* ԕv8Hc(t >{n0Bs;^% u싲fr`[g;BzurX4z\DV'Z:}v!3ǧ 'fuIJcWHfQTfq(c``rJUn˥QƢ Eb柨ϫr2F=sa?!YUBNܻUP9ڂc & d7Pz|57QsjKČ| ,']jacW]}W{aG$!1lͭDW xWJ#r>UiR7-uW8&qH[—bV@)FQdu,$^{_RH #TC|ӿ5޾faNyװaklvfHqfǟd-hFxwp 7 ui(#![Hj^QѼMӰ, _b5,:#=խ Y^Zgù?~*66/v~M @$oJ|@=~f[@Yzkɠ#/|UcQV~BJ%W\#LF3|(߹[t'CpW}J Oaʚ^cC$a(+fbc*P0 Ь^!twhȿ(K8|t7ɀl$4/m<^Su~;tBuPX"ah 7EG3dtrr!Q%?γl@>:˞g0L {&'2gDŽ`+m3sUL>ѡ{a:c"=׽ŏĻbhEds#S<L1ӂ!=[z/*M( f)Me0wD"8>f99ηF52Gr7l_ >r tqM喗U!+ġr(U *5!jp&*Ln)㷱 +a*y#]s?@,8(r`ۧ173<-po4tƔCǢ=se@2.lv.G{ Me^A$L8IrR)A}ޑ0+GtK۳Vo{ 7FyOƂRj1Td|6Yb'j}]S1藉ܠ 6* юrk9tpa\YI_4ہʄU߰.&$B$ANXfYV<֜!WZTx`u>M4apr)տ+uH;#V=JW3:&eUx{U=MK`oS"JuN\kw;WDآPm:u }F޹ւC|ꉿ}.@-b;NBh]U~9Sϫ+f#٭K!C8[;_:YY A%VYW-2Ξ sn6*% 1[/4%UIsp*P"E| \ [g~W93TE]m@EMJIp x"sƖU ^'Γ@O.a wyqSZޱTy1"wԣ 2`Nk W(=eRL"wi~2R-^!,[]GTHbyOڪ2=FW`EQ`03YFh\ z^27;ܾ*UP⑀/w $PJΘ͎7(<+r:!gC+ {-E gQm~^ؓJ02c&V(x(,Mav_\:efVޠks(?% S!d_.cbAarSr[jJ#ͻ`~H/fels%Ɋ{*k3r}]< 2:ij%qh|zd Beܵ7|\|r?Wa?;G޸$"VΒN/g#kn)eJ]cj}?*nEܫJq.q+yS5$K5wONDQX\v!>nI:٣> :PB"`U>M@kX. R(%mVcשE符f h~ĺq̠PKqƇS=;+h/Cr!SJ5tna`_2B~KB_Yˌwl&Ͳ'Y,hK. n:3A9ޝwyS>ʽҸ0ZQ 郃cVX Pԛ.XV;Y~H: <|<Jdfsm @fIlÉAzMTFeZ+L<\ލ !1%=4/1It2ߪJM#P%mZAC A&/8,J푐-(nxC>+{|~,\r/W/3d|O:U:bfV[GYd y:SdvIUN㟰cR2yQM)4 h.\~.$3Ӵ)uuz3Ýmz:&-K;x?0:h)42*pإ8 kR5R_8KIӏ`A ꮼ C.H'\5ll{;d_Fo΁S3Yrqk'6㬑[yJ9m'YK *ïc"\MmG3qw!p&'/`BXR;*B *p3uU)|sm`T+!S8F˟FFIto{LZ-s 85* ?mjoZZr1zE^rzp6x@{_9#TlOq"Z ؛Z/V/XؽTLy{,C_#&XsU8a5 %T [0Z;6a=0Uuٺ'MPFspT9AM!eV3$k*wxNR0OoSP: doVYйG왋ql6Mnj| +Vp>&\qpD-;nS5uMa()uj GdbY$74{İRYX' DܧRl  b>@DGKZswJ ,Q=EM94pҀ*xfe'ɰ=BC ))nK~(6Ϛ1՗(]BqOد}Y,)T> Ԭu 8Jv{a` `(aIa޶IC0;Guv~uÉH 2:RO6NoELXٞ#%dD`b."#`QtlWQ`Fq0VA1(CgA=Rv/HBa8 o \4n e8}HlW N5Er &&wON8Œ@. K5,Pl"FS@~J>!{F#rts FwYY1+_6PfMC%7nK/kAn~_2 n'F /! wpcVk.!4\K,F?8R: ]tRo)X8]3ext7Y8l^_e9pe-hʚG[~^߰&C $_v\ś?L=2 =(xȂ@%!(.<s*T;B4پ>IPkfZa.kw};,N`<ƌ;yCtKe|VۢSX2b_MX\=gSv> 4Rp9]`d̞ĈlLvZ#y^kW~d-O?,RL#n=?O/-L*;s#0tA(Rb^ I#,L;"++vwB HR2dvjH#U5y1pgg P(Hvh[1Sn`۠˫ deSKN&7݂XU5`%ϭAe&ʌ˦E#8gQ^[rhֱ|dU~Ũ*!`!jwVzfE7/%D):TU(ՋY ݿmEUPZsziG}E7:Ǐ8&ͨ_BJ\j#tug&$n`=kҞw/ǘ;-~s yτZ=[L8@=Z@IqP͞EG``:]ο*9 Li%Jd+zY/)8;>^-kGkKVsIl$J2s9 R˜ ^lm].)I.^O5qXAve &P50 &Vaf>yFgpfS{(\Oa{jRUE7#"L- NKLDeJj#Ё6i0dA:z cv 6UJø$Hې=>5?U d旖uh Hlr^2䍍q$}*t* 鲢Đ. F`Q#^Wy gZ;p#a@!^m٭ 0&@ҥ2Xy<#>`/=M d8*cq׈5M.sG-=vX;֖UPL,`CB'GnL9qW4nn[kt?!_86spD3BG]~挳t l[y'M!'1} o::-2,u *Ƚ_̔}ęwk | !X-2Lm00b-bps>qln2K'7wPċmpFF4M43Ғ'BP \x=S$W  Pޟ(,f9t~֙ {G $v$s1"+?̆lCSlsWgK vj1[+L0U=3D[ *hߠljbRd~+u5rЖO8{a3^3FBrbZT öR"soCC㳙 A:[d`X 4DPmBds?AK3%_Sv(dIt6DjC%ZFapl=JF*-8ދ@SK#U9EE@ 쩷@!X`oc(~| ,KUy"z)G3^龡&_]tUR;3M TLW^ptj9~m_uΨ)W8[<@6s)&DTlp:L&(ז j&p;?T&_FvKU2W8@IL0M3QGr ¹.^2L\kJ̗cuXޔMzP"X %gW"9>dOQZH#l?YG䏂R08a"pՅ"m{-/ 1Ʈ/|dki x2A@ulah&E\vo\CCl;+7}|Bt,ـPhmij%`X{1103 8yS핥$ʴc4o7lO!o\@o,.;P=99Qe|Z~?NLijt-)4E`.~~j 1&Kf#He߭Z2x'(ۀ2զh)%&Z-J`AB7yyۻ=̎:GPou}\à@s!ueR~ }Axs7_;4&rŠ<.T⃀nIV>k|(Ra_e@{=/2.] 0RM5LYKuGc`Y@XLx'; Ԋ\TX0/C (cOAt:EjȲmATojYRZr$S#Nq@)Τ`3+c^/M c]CX [3{DOCRUJ_m- X V מ{/u,@ pum>ұ@5$ t©c0k2oaa@40KV"Ԏ*<|g(78aAfbOXۍ! [Vm ֛iרx8@JxKޛqC\})Nx6:;K~nCCbFR>sQ|v52 -ѕqfV'lM4ܛb1iMd`n iY5t2βɈeGCWnK 0I uٟʄ/~0)T$ ~> tm4j=Ln2# w}Oc^J|ReU twD`e萲&q.!p2qFŞ  (8ūZ\/0#vnPtXw C8pT6bWsFYh*'&%ąZx0ح 8InQMʼn~SQ^r)h8oҳ TN2;Iߌ$G~S#moZϟ.(>Oa0{*!s*!334y&>%b U%K`WFL̑; u=0. b%6DmH ,z$}dMAę]E&e#)7.gr|[ݸ'7+HɎW'fA^-~`?z{*As؛OztP &D&{&oI;dcR߇rdr5jRm?b+PT P&ńg[2alvT{t]<+b7!psD+p8ҭ1Zl<,.u轢ЇWURi:w'@@/FN8A5.2~\cs]rMMum,j_<X('ͪ%֗$N$ZhT8Z6tkaWV Xʑ" P| Zt'v:ptյ2Vb|-.]YtAŮ,JN9U?蜫Fb=AFyӴ[=lgǰsW+vkȎ"裞<*i#B `mʭZ؍+#Asc*ZxbD ̷ tv$DE7#-v⁙Ď^r*[Vxdzh:aǰTլ=n.?Y~GKg߄4@ (ޑ^ `tkQ܃sfUa$=DlmP}F8M12wm9^.FEqI0 *A><_CI8F"Jgc4`H1X3K4JӒF-6?f*w@QV3y53>qѝn`F_,sGyժЫ Ij)v*xy".4J_>mi~o'dv5|:e^56Lo[4 /VA*n뮽c] 79e<[E57IU,UǃJULM@('v̝:RXdʣxD_3WwWs4 iސ)IȦ$t71P&^om;(tZVN/YHzc xHB+Jf"b΅B .*s30aToE(Q>][K ofz$55Ms,&㊅IiP6V-hkGE+4.0910i|%|>]- L"sϣM摙Ikvnk~SS1l]^ˋ %{3q:E*l R<}La!Ek&@3*<%PCEƢ,Hsyޘ(.eEu!(_8T+3F\A+f=5lO,gOz|,o/4fJ c:ZDm֓ ԢM%{jGuTO%~[1nAoxrǟ+ {FV ( 0eYHg6xӦBys0=GB52 mw>"4a+HG>;Y[-Lf]'HaE2HL6@U@J]D*9ѺaaTWeaQ@{FKg0kTo]̊ 15p8ë$x+8R |xE%&Վ*z$i$+z8@k Ǯ'UwY-. 6J{)߼>HZ(q腪+H+M1!^ȧoKXh/RŽ~ϧ좪r7xcW#Z WqF0uf0;Ocɦ/jɺ||[0T YN+E*[(K¥7(ޜ,K1xߑ:gXNY(c!Y55+:9t2js.(^DESuW=]YgH@As/ F9㮃rcn]r1Si]cLΛ/|0zJxhuі/xϯO;sΩvU,aQ{::Glc`*-T`V)x>i#0@|ɘAwn-6l$&^Při+4k?p.5bTsIjCI,`kdV6Dx-}'ǴR%uyȖ 76 AofJ+-yhAkβD ν=Cw9X")shޣ ;ڕJOiQmYh+;#k?SX34v&'prG,2niVo|1d37VHhX߇`"-t\U^du*%KEЃ%]i 3^5 պox kg cC:|4 & 58)52QDs ҭnZ=]d5~e'wdAtp$a;3yC7 Zіpx0㯺o`L(G z-n?X8!7w,~*O Nd 5شy71e6=uP[Z~ƫPտMNQ_c?)lvؔ3Qf"3ߠ6Ndk=SkZDOCrlfͤ $<L5@M]۶ޱj̃nA뼧%TQY[u#M.u:aXUI +;kW]  D ='x! LG]/5g=W_뛒Tudzkc몴5E M9؜u,c{$ʶo5IpmWҫS0nLq KV|$s]XxqadYFUW"Ú-kOg&PbS֖gp[}\7쯿׍۹#)_w9<P"5ͅ .?/z P]_++H2Z( %WQp͜ww)K{WiȸGk1zB2T15R>& _{Ltm9sڅ=X)J\/NvAOuC`Ԩsq?$ [sqZc(ԛ)Vs mwvi$@ZnxLizɈ(\kٻ)f@!@]JKs KϼEm7MEt =D4eL5Q/ZubA+g L16SR*x jCQ T&])llۡ\Pc>1(80=_U?!O'~KG )/(byFJh4RDiپ#8ɶ YZ