go1.10-race-1.10.8-lp152.4.9 >  A ^3㸋/=„ꙿ9h$q^3y!P=M55@v*΃g v% CX ~U[6|ޥr)ם֡Vϡl, ^%e;H0yN UPk]¥𶧔谘z|{rsCp܃prfz@$dd'g`]&SutP{.&4h0b1777fcbee1896a31d19579ef5a640c1bf659071f9e0e161e0746c32f3e097988c7a6a059548c54992ac4bf41ac060af7ffedf7d^3㸋/=„GU((ml6%10|8Q`4XTF_r |Coo {dD@@4踹MĄ_2`Qf>^@pc?z XO܈::iH7{ .#ȭ)FQRje5 Jas kTݑO,%ͦDp>d ?dd  8 +Gektx z |   ,(8V9V: NVFaGaHaIaXaYa\a]a^b bb/cbdc5ec:fc=lc?ucTvcXzcccccccd Cgo1.10-race1.10.8lp152.4.9Go 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.^3*lamb55xopenSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64x^2e97878675d6ffa73bf9f67eea9783b3f91c1ba1a6ff627307dbd66525a07f112rootrootgo1.10-1.10.8-lp152.4.9.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@ZJeff Kowalczyk Martin Liška Guillaume GARDET Jeff Kowalczyk Aleksa Sarai Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk duyizhaozj321@yahoo.comduyizhaozj321@yahoo.comduyizhaozj321@yahoo.comduyizhaozj321@yahoo.comfcastelli@suse.comfcastelli@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comthipp@suse.deasarai@suse.comthipp@suse.dethipp@suse.dethipp@suse.dethipp@suse.deasarai@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comdmueller@suse.comthipp@suse.dethipp@suse.deagraf@suse.comjmassaguerpla@suse.comthipp@suse.dejmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.combg@suse.combg@suse.commpost@suse.comasarai@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comi@marguerite.sujmassaguerpla@suse.comjmassaguerpla@suse.comnormand@linux.vnet.ibm.comdmueller@suse.comi@marguerite.sui@marguerite.sujmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comfcastelli@suse.comi@marguerite.sui@marguerite.sumatwey.kornilov@gmail.comguoli_l@126.commlin@suse.comdmueller@suse.comdmueller@suse.comi@marguerite.sui@marguerite.sujmassaguerpla@suse.comschwab@suse.dei@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sufcastelli@suse.comfcastelli@suse.comfcastelli@suse.comi@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sumatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comfcastelli@suse.comdmueller@suse.comsebastian.kratz@piraten-ahoi.de- Requires binutils-gold for %arm and aarch64 - boo#1170826- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini. Originally from Dominique Leuenberger - 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_XIOKElamb55 15916859301.10.8-lp152.4.91.10.8-lp152.4.9race_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.opensuse.org/openSUSE:Leap:15.2/standard/b17fc15c32d1a49d5a6021bffcf3e5f7-go1.10cpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippedvX(W4!V`{go1.101.10.8utf-8d4a9e32ad51457b8562f14a30683239c38738d34b9b7691a1725643fe3c719b7? 7zXZ !t/] crv(vX0fQۓ5 M {\H.Py)p R'[P@?% ;]ꋦPa()IҎ (>枭6qijfDF؎M5~ fKɺ (!Inkl!+ׅtu>o)UA.Zΰ2a,cmJ%#j7)4hS|.Y<[ mx-ݮBUQc@ܕow_,}77&cAeu̫.bvLuDB+L{nZ2l Ch}m=_p|pF[,Mq Z-o@6bgfH\5:=vѹ96`*ı93ٔike ]ބ(ݾ/!pmv⩠tY?ZjFJM\'uP^Cj_gk^Ly{zDKjdhag`B9-'NH :-pѥ6;is j!svAKGBq*߼6Z:m,Q[╰a Y֖vP}vf 5G^CΈ :LN{C.P'ar.oe= r; dF`8=9D KG­ Jng?%yx;TZ[Zx:З?1br@ssA֍"C4J XD![P;L;<6ؑ^D".*r,A2O:w;vHRu&ߩ,H{ : Et5L&Z[%" -E!g'Jc"pmjf8Ѥ4LU %[pYÛ]HCP[AJt; .g"<+ F\Q ~ا۷:I`nV.;"G)ŀ>t'L5 2F]$m3wFGӈa CTZBSPp!哽`eb+`6-B<<8:7@kmyJYIF}7VWqzF*IIUxv?̴ENs6P b&4yI E7f^>Wzԣn[W I"lnC߀@x#AqQ4>(LЗɹb,S}IUrVIFwQW/% {8~O>Ki9rk벙~enGU)E߉XT._B \c :`L MQ|LLL gF@7!5fgF8sù#I# z.m &#.! di _z }+s@ʠRaKѼR YBO %!YO : 4--#3 'wU4A))<"p|6O=&yEm֬`bJZ[i7\1PHp~JɢQzxS@'Knj0HGfzgEĀ+|4WE:pN#빰eaO2}64]peLJlfO4?=dN=c5?+ly v+EJބó@9VР&1^7-KMYgFp\1כ%æ1y?{0ǻpbm¯88OnvD#9""n\z1{ r{! @95<:}š?m7Ugtq;'njkTgTeJ֕}\ARB]#?S;KOyHx9iU0 G9L^g#H]h - ,|TUA+zݙ}5lw}`~HK>;T V Ӡ Y;N@*!n4W/R X #.P"ԝA g?LQ{yp:[2"bҀE;#-ia@T]I>;ɆzQ9 -OzohB!ۣjMt}k9e :gQ0 ::ڢy>MU=ۃ<#-k/$zQȆJ޵n]B'H%^/Zz 7_w7ȍπ2>2騾E đo @%'31=$.#9.@ F"cD%KNлWKPlt+@Mçbi}Y*Ҹۼ+bd,^mWNɮVT֢h0pbd̪+jg F6瘬?;J)k5ZE5ᝩdXbUGyjgRiORGܒOAQioeZBˌ#}l9-ח&$Hm$L䉙 sBEՀ*߮FRz+ vS 4snDIn[x'M84kg\${ʏxHݎ=m'Q@-fѳf ?r*K?P[%C[K`ulKjץJC=&c pd^jP5]IKj5:ƭU5A$ +)iw5/HI݁..kԧƞ!18|ϥMnevU 3$wפBҽ3^èط2,q 3ԫ6^suyҏhQM =, Dh{=>ʵC&qfBƻTc?$gBC"F qwH8k9= O.s9=h;hl"DiA~'];"v8xR_J F5$$hmB4)` @&Y6UKo MT2_X&O,bS:~d##IЋy'PbPۋkfrv;LsbZ`_ҮIQQRX qF $c{)Hgό72Y.rivzqIY 60Rc}cԍWNMMDE7mjjNY0䘨3Hv; uJD}^새V䳴A0 Û*J<֎f|LdZT\:3f j _$U+ֵse{xf@K-m6p\ lKsTND[7۰~;kD|8c2lH̃8LZNo^;͝|-%`e7BM*Y;#Ԑt_٥k}=ι eީ#XQdr_9oGܙ'cg ;\نwsJ;Mn ` Y<y9+  N.Gv _:hǍBs4+K̖jRמ ,a^Sn%t1 g-r_rSq:&Io٩eES- o@tFG #LRp1Дb+Dh-C5mm{덇X+P{&B?}qI.<@|dy=z Gn9/3_T{f!]!.A@ұm) zlCPB5wWt,kC pX!g4xs%O\{'K)rh7cYhhfKn$=C-F)R儕F N9餏&ߚ*ߑqQ?%HrXvQڰ'Wgw=e7:v=٤ ʠ$p12$jV-$gYge8[9`7S4ٶVC><܈.~ٳs#,#&9$ -_?S'_G5ߋVj  DT.UFAv-xnf,+2FWJ$콫"_w; @>z >M2v%=<[^`2& rw&} yGT00D6Vf9r h7̗4 Y?_fENMÒs-o r'+t!+xnyŁ5b -%>GWz3OFGBpdqkS-Tpڹl0& U 4/ ;6!J[5\@1TKSI#{*A+?)7BC[V/is^=MۢsNiTl>1>,(.w!e2̿)Ew0Q/8m<+Dh}CjG* ֚Ko@TB[F$.e `y9ӆirh a,ڵRA売م1Us κ5lNLgɒ:5ϨvD@TqStjmaQݗÒ?= HH]O&0yTKf )/A 0yȞ`H@WMc> ҳv%5I@B y`+Cږ(\a AiV\C-;%#n&8vi xgڅï[L8GN ¯Toe]~>B!Wp xwƉ<,쓖AH(Q2M!M8/NJ7aY0%JLדJ$zH5mTt`؟{ n{@B{Ya=9bhw'Ў)SN1춼g$47> _&x  OCqj-D.bVS2u3 fF#1(Ȱ'L<8 0ZqNh]+gYD<5pcQphIcm)`Ij}r -~hrE_ϘN`ONgE7+(Bp,2,-P>8&NapAk{Z>[t4jR~@x39 XB 42P' ƌO8v(d8#*8ņ6e't{zL.E; ARa. ė8 ݜ0YI'i  Ñ#wbdo뫱.7ގYw.6N'3?ą`M &3 }"fI#)ű(5U 0z :w2/߸N]o ҿ--ICɧ^ߔgg{䓶Vy w>;lmRJѤ4g#Kr_Ǟ?Y٘GRiT WЬ B~hvN;|w-!s-%rd~o{`,ġmGMb@d~NE?\CAƠTН"A-] Kz=*#aR:t>{jmy qr#"BM©*4=zv];kes:`+H)- 3f6JyXe &f]HQ͊^?BTA_M#? ER']HY8n,ժ3"Nsח*?!8zy k~mO(`I0qS̠leFdjc]hSc Ɩ>8UᣚO8t ܟёhJójGe6ϑkl#w(JvuGUsHLj 23rywHͭ"p΋p:AI?|1y% 5lX.O %ȱ-%tj՝yl )M-i,WGI0]Z*sQ!g .#OXD_q5B!Nzly."aJ; ZpkPc!<Epsչc2vTUJzp59/FwML|1B3"A\>FAp?B~NLt10Fmo- 93;s*S\ 9yȍBQ aC׆4aW[iPsNÜ>NՓy~pIccY%co؃m!reN[ 2!2=R hPZ߇@,pkao41a M?p/o-SnRDFDSD/ӭx강4fp2Dvm?1SP][QtH餬i<Αxى^݁WqЂvmvɼ3kËLnC$D#.nVhK9.N39Se-lJsiwoo)pOmW#rGD@maVʯ SKPwȃ|;qw2wqB"7*P!|(Šs+8-sK6n&WGdut/o2U,zf~yDB*vt g=L!c.ۢQ!H5r!Rݳ<Ϝ=F0f[J4!x\uA= +yЊ n"NFڅ@i5=쇃tk Mr"@zo>?['mcA!6? G94X NB:&gjoVwL@Cn5z2+)f(fZ,oGUz&@--렖6m[M;K/٠Ǵ<3MDoqztbnBi\#GxϜ ``j*@`qҋq^Rc P7h@2\;*s@=_Ԗw0"'7)eI`1am*`gV<>;KzAlz50W>~T/i J0x].ᴀ,G~)9Y֖TbV`g:V0 M$|Is|)ï4V3nOAl `<2C`>c[ʽia[ PM҄+Y

f*)˪*@yv6a ¥כj|]5YN a)|xf!>P%ўbj"[:M(oQC)2~ ^bfw9:FJ3OmZrsc |~)(@^z)R Uk/_D!wP c)3/2X#ràX N"6` kx"Z4 jU`3 0Erqh^74D$sZ$Lhy-@Lr.C|c%t]Wei&0;F/ CSK@T7ieXFއQVqs uj,89xc'ljŽg=?4!S?mm]/.y>L{7׾tWpW pɐ=sFs}uh :j}YF&T4a6,l싣#HXTŚOv"t#Ә&ML6k Q ,57L=1 tot&&Ysuӻ'PkjsĻS~WB4^Ixx]r?ԫ'YBP7QK0USx;{m%y;Bhpg"AhaA^9I9GL ˀmWN찥U rpcø7A N&!5|?;uf &J|͐`A~inU54$P99#CoNJsz"āP$֧(st zrL%ŝecdKdm蚯`|($-a`! 9Z7MS']\Fm8tF̣A"e'xs#]=WgҺ0t 1})OJJbuKۗqNET[+CsW3 .v^&_wY7dm98!N.?No=yn  ?t$oj,nL1ggskk,D6pZIg0~zG^uDK]0TtP,_dmzU9f9ޣ&caB։E,'$gQF&YNP`CrOCw@Lw>H؟~w\r*Ј%R?JpJOvPٵɻ!B4P3HOd e뎼};2kų@̆TKdAm ,D$ӇuBN}1^ǵwW A#JksDbx-Lv`dK \K3b/M!Vrl2 BCv5ћq1Ġ J :3{>foW ؖ,ŅzX,֜2:KI#9cCov:`c.e}(PtկQO>|.p-޵.Tn@#tچk"W@X#֎%O(a,,r"`bאﯳbP#qy*sE[߸N+ǴJTJŅE? P8޾R2")>؈U;t5ь!dm| T)ś/w`y p\`)}`]eH]Qb u%a\dN862KL&;6VT譜QX[[^nČ*H&XNhV?ĝ5fg͒:Kz .fl& ̝8o+["ton.pQmK̹0g_\{pdoﯹCy: Bh5K~PGQP0FWzM n:  rղj,ODVTyK<7txܳBTooIsIh|9kFHmz?.Jˈ|gYA,%=MK@eS|U rl,VvIgB>*F:f&q<:-. 296L\WY# )&?=RqOm88Ĝ>U8p `iI3 qT0.%188:d.-qgX]v+B`%B&؛m>m&[q _#ͷxWi_߻oVش`9k؄ 8Z9C~#b5(%lL,'i7`-Tِ):.1@5: KATJ`83U.PT" ׺+A_-C[E(J^\ T@G`LtU?DqvMl/m gUG0 ap8ewC\ife !@Qh >S'Xқ=Oh?JJ !*-9 Fs]+y0tF6RvmtVþTɉ•Cm_AonO8hLi\܅%S@Kʄ+Fp9PBx%-DE/wس7*:|XG$н/}#H`q!w9rVDYR$xCt%KMO.i~K@."v;]Cux|j}m>X̑?"c:/b˨e<&? $p665'(CN{c;{AF^v0B% 1!V0ĸ;c& ڼ\u:do׫/$.\eFM1f!v(k >46_`l3[CB$(MÌJC0k7! @!WVQE7Qr B ư{!07a*(muX, \6cy)~1=yDM!c|h ޵ .oeDZȺD1yPoOxlV(oEX+P^dUo2 ^PF,]a]Hz K-t{g_Vm1E /n9v4& *£r~x{q&Xm2!/B$.nVG,hM"8t> XuC{?y/H3=Iڡ'q/;| 4={=c.4y`D:Zc=j`8O/*zU.7?5 b`HC\hvq+ԟdCݪ/2TUvzl̵:AJ7)lC}V.| z_udqaabw2󰘔F㕭L/E!EA3{QayMhAP} %3SL8tH[?SG+IC6'B/}hZ4|Qת&3ŤzXJ*+&G 0]W~F6ws"(oOTnE*JnOéF#_Sf$D:=܍3LHbhZX A>uvl6 /nhmc=;Ņl_;`1)f~97f9P{g<08vA 6YCKpc<ez|D]\m icw|v׮t>, }t2-u >:4'S|*፸z-KLĈ },UMŨ2㰵-U`ѪMtziJ#Uժu|u#=%v(0q4P^r4]4!+sGL#zޭux̮TmUZQ\^"@;<_4;rQW1 ]y s6≢ ˒ MUHVK{xb@1y.%sĿ.x<; .ARUM&އP>Un>|ǁRMn`,WQ|]| SA"AeY]K #:mu9%'~uډ gݻeO/ G Pg<[K}I=gKkn4K~=NK?fVn ._#9nxg q 퉠 uӂ/agX&&vTh"l?ӅOu? yҋ.7$nYT%S5 N7ui٩_ -SZB؉ᾒAy{5fMe' [y:' 2af l)k͢tf>"[X;*;m=PowQ])f\(M$'A՚M׈1U5hڗn 0#΍uDfܷ}<ÊG}GnkE#68w Bt=Ke'(ZqV h,[E X&:9ɧ$0V@0JplDE{E霌\w0>^dq㫉գ}2f 9cWk!M>@:S;7RyO K֍{ߎ-iN:OGwhPG% tXjԺVzxF] 9Ԡ9x-wUqn2z/^ Xi~y,\w/yarR(nj䣱'pgU G jª|PU3Fz\|ƾth6o䡛}K"?O`Q]D21CU-_u V#0<],h)\DaAI\,|(p>OTe .sbIœ.D'om#YTep|*\R@cIX=as<7!Q-,a0׎!y"=dlW YtaNMQ`x+DrhͼREQHI([ãc8z.vN;t896Nޯxp۷HnI `VK^DG/ubS"ϓۯ*l?p6Mblfin FT3mpy,T؃3. C޴u0ƀX1:3z_HiZCܴq;>U.jl'{\XF&_/iF7Ag`҆j6OY43S6$L0 5$ܔBKt}QA6#L`Q*rphпե]HW!=meF sK7\>a*Dg{ gi$ S"l}Vi1bZ欱G++DS3hwB d@$`82Z# Wޏ]Tc[ `t;r& ^q>)ˉ@H OL|xCIܙi֊8BB#*}B¼ܷs{Tqt{%]W9IG[&ޟxs5q-!eTJm; (~覅1EK8Zu/V\ʁ%~&܋v]:(٣ng$efS5bn~$'Z)+9&g=o }x?x&OT7w$fm! h&PRyb1bo$RBif{\^H(PV[1%} aI,iwx LΌӗ8drl31UP>iV٠Z'/aItۺ]!U㬫2К S@w "C"xp T0y|02ZoPC6!yTL"i@lQ@p `{Xe%wk5tO 3eqU擖Ȑgչ,]ך>G]Ό `ŧ<ƌf,X$XUOnGOX#¼cwOy 57R.G8<I!`(o9<ť0_FqTI6Cs^8DG={)2ӥUc6-AB\9Px ö]$VK*sWF`pO»A-ķ*a}Qf^Q҄G,}ْa£ 6RFf.)a}g#(k"`~<Ϫ-"Iaց$A0٣:iTL:|qB>Ũ,dq@r6SDI<<+4L\1xR BHM,DRxjfY>XIqkce |t7+4C(D蒺b#-!ׅ92| wAmZ;G._I3ze >c# t eѕfH!Β*e+X|=HPI[n{ƆᦫX I`C],GlO[-A=,uRՁf񈫘(0MϷ\\H`4px#W, mn;<:W/a\e˹d?2iHa-p=߼(j(k%!aZUJ@Vo5*VsNy3ѕ_rg2? :20K 3;с7@#9;51! m@ /t:aÛLLC?{缋7ECcȾutFKn=4zMRz8"YjI#idQ[B̑=e1}P )`K@dE?17 B[em }- AB@`Ag:Hx\+(;R<#C8~i4, Mlf/-ɂرuv/{0h89@H]@ )LfhπW_Ow%sO;!!7oH#}y o*%,2k$(oXWzd`9J5/#-U[d:Oc=Ӳ64qh&eL ^gm\7mp: GX(Pּ,.v-I 7e>êecv*5XÄ&!PقA0`U|MI:Gb ,B~Pyڿ;ؘ+TprY%'}ԦvD+s!:`YdVN XgUuoa$ý% }-Ν]ñqlp\u4zoDnlKy@k YrY,v -*?oç{KuNvo%^Q3(Vɧs &8LsǫZp9AzadbsӘq`_A$6j dFS>3b-&Z0JYy4'CʃZxzJT1ר]`Nڽr"'VꦍTh* ҌJn'`:zG#XOHjlӻ9v=L@jKa=^rgrp0H :(Nx J>j*>qMqsIku;Rz1ǸQ*/Ҝ||eŶKQ uVӏ|Y@gJkJQ gm0@9_/_[VK.+f8<ہ:XdVT a!pm 쎽Bۙ߂zQJM> )+$}V쾯/ 6nn4װ 6'pAJ=u5pHC8LB@=\fv& /qYKpɒ|,Kd_i\D1Qo`ph2 ӑ0M9?(VQ7FCwd#1!/s,vrmzF0j lvST>/>_Euf5]m Re֭,\I8l/`?!p;ƶ)D8:%)E#@tS:i>6 G PbJ@>pFl& pZfL̑V gǿn| ^i6J2/P4 0!JGM}WHFZIKIڣlGz5n𲃬 |)ĎIThjy=$1=BfZDzˊ9*t1td7qv&1їPX=A_*Hr{"f%zlSzV8gY&7ԎĽLKMNIĪN) HYKcP˵{WrrG%'.@8 E)@/ p氡]Q lwmeh1淄r.~U:)}}cy44Y(^H,YPW-sR'.țZi/M;|,2SE1o+`l j`i^Oޅmt? E@E nc,k̐D$'čl9ҭT~{4c?^h2R)4]l}t,El.sB6lY945%0n͝~[KfM*.n|{g&^IWn{X'%0.׵maK9GЙ;acPy6N~o.w~G{mR04~4ը|B(#Q @}[S k=-++"\~ØipwZ!-! >,.k?WA3tI+-vإʖd'tz_m,|8|&@ڰu#z$ۅ"~H@30NggSW0{[ ñ΂fqeE<`|\o?`ך? NׁKkPPccVĺzK[s6 : I)9vmnwd.߉6+iM7>PvBE)^b̎ZK [57`d1A5&_FI=*[-ܿĉ)5,s<)jၼ+Dr1qbg:FA1lޘQjF@;-˷a3va2yAծW2@! ,g&j~++0ˀnjT+/xVzAA̤埐Ӏ`5@[xon@M{zMŋ3/Iwf+oswM}I;~^ܓ@dŜBULSdNCN;818w75-(]"43{OK(7;5NۛPLY3=Qݸ#MȞ_ b&#Sru!R$i:F="םe:a"bG>잒o9. 8tU9X LǙȟy&5u٠ 83l.ߚGZBr5Usf h.tɄAVًn5M}e_-$uS#2OIt+Yݬerujr-sa}ZPK5h1=m*sJf[ai',%GeR/!]J,x?dy'Ep!(TG vVL9( +":~L(3DI-6J7vK^A6]X;r ?*Txҳ.~\Eō'pU颇'HuX)Z#4)t*dv,gSUiVEW9VN᜸!c5+&[t 0HI͎}I_[sJ/*YȂ],6= GEU#qPnBØN{56JsHC͸;IH%c;V SU%* ?oo(T2S>YZ=QW5R%T?VƴL[=k3O,4ۖz.XCC: FHTTzbSz TwMoC7~0}> ~c{v\̈́N ˒B3`yJd;)iF2@Dv[.9N1-D)V{lPx]AFg$ÝQ+v+؋=x5[Sr>`&# $òf²I]Xh)g]q;ZJz"BWrVWR̈́2=1NM &|RM&sAyW? u}jm_7Ӌ3'Ѽ[Jm'I&e^j<&GN2f!;rdk Xv/\Mz|ԯ屢zi'c/kqH3i2֨:{g<8)<ݟbN k9w[geA=̮z(5 X_8 'ضVt(Aᤕ+s˾.QBf 霈36#&27]3g՞-JCe tlj>4.ۦq"2g:YF`XUjMb#hcPzg `(gM}V;^h{f1F75ӷ3&|DT{Е.-\RçݪAd_{횱 9^-p@_Bec C?x#, 5VKm =Z_BqZ$>}> ڿrK׮!OV  36J*~,7z3Ǘ!fG%kTx9kùp0|bŀS8z#xFe8oPsXtSMIC7tN֫~4)Ǘf6۟;?BL 02ѱY0)\)|x/=@;-CFցgR}Xn.lq:q4Z\!k`HC +A#cq/Z+6j2){@tVJ XFBb 6͈;)[Ov0Jr_K!XzgĦ}$X"z9(B[d=G!Hn+\*0ԂU%Rdƞ52 E4DV_XԬ_$:;w`DH"Ez2~q?v8r3*lYv!ˤ+J`. PHU$G4݄_DMee"+ҼQ0ht}LlW.PzP&bQY#"t׎8“d {bbE !U^ߊiղp420q"In=&I+!@ė f̻Zf/+IB;xJz84g:\*E]~<(@P)BWܱ*?@|h?w%fr5@f1\ACvO7~-XS5$sQ ȾtBwxk5RrgҖͩNj:YѦLHՖ-HD]| v1 ;h>:mqxX/Z}0zMg6T68vԊ!zmNO"\0@"Ҏ7n&u\_HR;cVm"7%΃#4e{-IAR٫&z/BY{EvӴ< <-:P r+Z%B>q$WlTrl]>]f4zQ"/!l[cW7|pC,V!^'"In[yP䕶ȗ=_OL4Wg.t`gK%t ;RbN^ͼHϥaJKi}+\!+NXrݒlyf М v&Q47$g`]m9 E vae]:W^ȹ|<5?PQ0-7n-YP3xYDQu҉t9HgGޜμʔ -wv~.N(P yRнBƅUfkHl.,B 1 2mFsf@\چn 4h&#7`#E\cy 9|/SQN=gTj!ӈt4RZ\)ѤI*]L2)^D\FnȾ*jT7 h>hx6ΜY`g>\+.y}2-@5=.%4Cm8(>ai;VVXt<ڦ U\1Syo5#L]_놨䍩4/c m<&?5}j&}k$Lk w KJTC+\R@}̍w|P_(0mI7(COꨵ|3WÃѳa&Pv~5[> h-#wRaȩG.hm>5(p2y&Y^xR"gX@Jp5kL3)6|#`֑M-c1@ 7ꕲy,?"P&U$wj ֵ3آ/ɫͬp;`IybVq ]̆\{x28rq5Z ./>DHXSӧ<Λso0;lCSprRjPV+4!ͤ*+%),M{AN&tYd:8S]PYiQRgҌ۳)` ٻ9 $Sώ>n x3^U{ oñ,r(\⛞O,j3AqIЫ300 4? V.@jԴ 8XaHVH Xxyr]0p6"QR%E8*X"l'G޷04$߆4V}b8=k;ƾ0p+>N/"Q%~ ZK8U(* N$'ze lnZh <΋ uq#h6a;"tɇzF [ n W$c9eH6!? btJdRWKXfKQZų—ݰŨ,'cY38dknd4"gD>{P :LD 6L+ Wӂg"p Nđw {mt5I?YGmVwG6fh O/U>}r *JD w2OHտ/2[F_ x%[|ml-}@'x_%)춫Qt05܉r}ueztI[NJ ͔!<ng^&d k m P޴dj@Ú1(߄xԨ ;E% `1pͼwOJ.b;_8fphb^>?L 7X[[& ϋmg8SpG^X恆tmZf.9`G˞&a"GGCxxvl9$w ɲ֘.꺝Gz2̋Gam!9~oo9j/hDhV@i  r^Y$[IS8ѐ^ p͆>g|!'P3[$7l7!qT[y)iCÄlg"{j'{[-覞N/?6.Vٗ,'tu^H@?F}O!t$JcxzM؍0(q$=x%#hipv@s?dxuf8ĈE\CӾNhŢ,)!EBzo5JQ6v>C=Y>yMcJ>k7.dP8XABY@7p#(VF#E=:?S/=X1^jfSr1-.j>*گpEL%=sޅ4;q+(j:H#h !4]e7=?ӮbA,n:td D+Gmٽ1ʹb8.r7Qǣާ52qjzA}Ւ I` <Zki,tDk?.0U>Q16 FeʿE]N1}'8wNq/?vaju\? `7isIfOv͆θ[+O'p I[qԯU-8XcxyՋd\kkO mb3A6_4z2f≾:Xc@^q&C13#J*5gSPU/~%&0{OJZIXeE<.u35XX?2wc飇OM-71*`uGUS`]Hy)!gQa!||&-mlff]M r^6v2!1c1ʳgN=<vԹ Nx[oT-\gIl_RH4hAt Ue2LͽG*|S&QXHn[ lj [W e7h?yu@24/cE]E ʆ&6So@.dz:fVlXyÆ;%(r9\!`v :j k.I"|xiN6NLqZX$>eFC\#jު5=|SF <:vJ?soJD@Џa&JmrRaGbӌS y '`+GދWX u@ 8\^9v:,2[AV|Ii H C(V|8N3I:eY7eiM"uW݃j[XgE+)r(Ca Y3!5߁NvnI`4TlZG/>`:KJe qdvX_1pZqiBHt;^?Q/b#A9 %Z-\4I7{H"Gq!)n)6"4LC+%"趞 +oto`7aUo`HSMn2=(:jIxl=|w5 騖vr&6)wL^#өXWʟYxP(vVEOT<ɿig5)~82s%?!+/VұqG1A{>h W7uxe:"qf,7z i{i+p D6R2kTha!0OR9Nfvq5E;&ΕW8LX)"=w \`vж:E l}.&**n䃹nlbDP–6b)5 ͆XюޚRpHXS!:ǵ=ZĚG fiqKe7a1lZiw%C!}9PZdY` a52nWy85#V!R ^-r.@K!χK23nAќY23d)'@ "~y +lɪ:ƽg1gbgLy)}6;o%IjR\R!;wNS>-Vo݄ScXk/tam=s?ܿ6g"'wF Nd5MvVM`/ܭCZ"f8DSOIJռ- R- rнVWe97 R hd_@ P G-5<]*+$-VX6%(=qyG]近/)p{Ix2f-7^gX,2aM>^u4Ra=.3'~jVuGBgpc"r) F$OBLjݷ9z13}t~Q KOj`N_t3r;3GsхFbL1$>WX*&G 3U쀲1^F(*W}[pV.,Mr~r DY決d{CTh%z?6}9; ezZ!ԍq$ڤHfrgf* "h金3R67+{1 qaOt"*m}/*'Ӂ==:ѩi.ʃoq+|2D! b 0qp͝M&WQRG sʆ9U EK`p NQjXdmxW!Mw6Pa^dÛb)R&ܚy(,ԷZbQ8ÝUVYAv ɤ3d(2M e|p1e<(6If9s_}-Ȱ,տӯ}{|bmv䅉~ZR],؟|+ Jg\}uf}׈Z"vnVUƔeu9 @jd|! V Kn=:GJ5d * TGAwGےc_]߭%Nj2Bc=N<+]sq"Ho=J΀ ѢHaA]nܫ ƼqGH~=M7VǕE°!!} 9a6 _qt=R`2&>vG W5VS]vU!Ajɂ?`T4 i#KZ]Q1?1y(4F6U_ڡbdt8P[)E>Yڹ4f,ߪO/ qU2Е!͸/18>Ɏp^ k T9X/cμ1r=Y=[K'7Hڝy'm"[Jt (mxx.v;x ۗ=$>g^r[JcHߞQkCu]G`)v:gE2z2hsѯ"Fדּ_ GE'q`@|ں HҐ@I-ֵ6ꪼ ն*]şѵJ!4bYԣtR8=ury(lދ>ۄ7dJ9BF{'>: 6iɃL;1=__ĺj9y>!kA)M^+,4o3# ^uj/R([M_=R+sT9WTA?2H딸33dXp$Z3!ґ+IU E2@j[=chߕ0b$K$C{_y"2 g U fу9Ya% b_M*9Tlj)ZYg1ĴRJ"L]w)?enm9Mn y{]:}rOP9¼JBj r,}(w7mm9'U8gTm`cJ憱 v:LjRЃJEƟ]5_eGߙPUʴ+EW[.y 'jk!q'6@IVQ- Q <'<;訌eR׆ȸWP9-C(WurNRqqMXټϒcEBݍC{'ըp*TӇ@c{BHY5mƅQwHPo<%NKՊST!+X\Z ֊(C!U;!&ui\I.{ڜζFjd\$qYTrD|UEt;Bnv7%D~1t膿N]FQ K4nukm28k l%4ݖݏS(_n^k6kxLF+QHY@M^HJB)vT8/3 Es!_zΏP\ʾW%9Z9,5ȷ\cW/-/P6KQޠT|0@ss55w?Zk+| -RBn?rGu2F+YcDr45CeXnviA^ҽ+`6G\Xo[o?]%M( a2>]K>qkft#qL)+5kE, d]/‚$Vpyɂ1;Un+z(m bz,2nEXʇڤȸCSHt/rrn.1\憎ߣxjjHR17|G]2ݥF;u]P 짌T%H(ތ! 7/P0`!:Q.2P`7ۈxԹS&CQW3| RqM)JY3Fmɣ>!q8"u9* "b(CbŰi&{ѤToy 2Eٶ/ OF`9> 7v0ҳ0g6VÒ?ʕx溽Fm&p)H{1nڏ"ꇲcv2N4zp]tvbnZ&nٕa"B'!3s}R+.,?Q{$,Ԉ/@D?zRkL`H4ھ.l*x*#яThU?!vyf2ʑw9o.=`% NL+ Ɗi"]RU0ru+ɬ#o*v~R*gWi!p8J/;H\(D1V`A,N|5kvy,̘א΃, /+CS1!n5nhK QEXɄ!f)~54kySk9WZ06F%hlf7=p/&ɥa]1!1a<ʺZo}]CPQ9 WDs ãSTST/ͥ#c'tp\<7(kُ;ߠF1uC+QddGb[FN+PPVTXˮ'eKk6s2zTB?B ^m(lP]shkU W:)/䗫[MGJ¤R}Q-*T2PR8$ 3ݦup2WN*4&_8v$^jE185̿}3Cq:MqGm $?Ɏ`A*R/ K:^ۼĥ44`8>d r{ |D`9v[vpM[?n-+1C7˭YPpD?3/ 2? ~5}fVe"ܡ.{<*;K/5{gGZyGV"FŐC!^S/#a$2Y>]o֗X܍8ʉӌz*=iHj zAg;)\ IDU7-rd th|3o[*K(f]Sm473of[<<Jp=잔/=Pc>bǖ&%M;?WyW~^W䌳hktcYLj0>Yh <"A:59A<^VIJ%j_/H(_AϘ&U5tP !2@B-ȜsWz\5h;KaP ǔCzJzQg;dY:H_@1LPB@'NB-qG#a`^"фC`H0,7j㞖>ZO8܏Ȁ^;Dle& ۟&_ NA$$q/#߻ۧǢ?1c?e%$QjQ^|wp?X>YRIXxCl9e<3#K1sf)iĞf5MZt -E[{XY.:%^w'uv7N6_uzP)p,2>A"oD4QldSrAyz-(&'?4?qE9wȸeR_LrlKč^ӈ` yNLǜ>g9 ۷ܾZЧHϖ=Q#nP Z WiZ_Ҳf 6{CK؈$o^_#Noۜ!պ'WH!cBIyY/wv*[o.3Ff8Zhg}aqv }ahթMA 9h۾UdCt̬Oa#n0*i4B$isUM+!'Wp9XM i/zf,BJO\VXYqa`%?Ч 1iVI_~ 5Dsy_O ,Xb6 z78N k(MJ.41wn ghFz{5YG''+}׀ M.6FFdY.)Cv\|Fcum/__# hY릛*nbǁ,sk}oj0M|Q&CA c#, eb@0UxK/9 oHwWM/4lw†z1@ TNɭ5d[|wsS&䚅Zp _YF. CAoϧ qEQS}4/'uHZ۴x1cE#X~VY|T%&NQ񞊶 EAuE!=J'xWܯlP !MQ'1HkzX}Ě`Z˥[ݝHF*@(2w/*R1;H?oC][B׾GG6CP!)f[\jU*&"p,&h*HZ(J8\L}8| bp4?kՆ_7d:" '}MDK?Kg׀]`0:WJf>414-Oy΃LN9=m( h)Ԍ UPQ97 Ʊ5 5ivIKHU';ûlϮVʁ'o6TS9 IU)•Qtc#j{(u`4, Hyg7d;8]?$PZ!NXH(9&6h:s>|GԤK[ ;z.V^A3~mG n;SFRyU7W<ݹ9ILdL}buT%23XBĽaA(i3[gzqY cUf1HJ)j{p}h..tu Ǡz$~d(uo7OW\uWB,!v%!srݖ. 5p[X5 :(ۈk߲K"Rzi4mp](h{_UWL1_jj^[s3Io 3IDO2R-um~AٿA`+ B[d7oZrԽƪCQ љ<6BpOFKX t< u[ dr)=xD|]ϩZ ƖJY;(hpfԥI]>f0_fN}RJuG <'p ?{}D8׊ MD R6y>$M0"qDFt3mg˙T98*Y N\PPZrmgYi  ɯɭG0JA蕸E i<+w5P7Gbɧluy "%L̎b~u %("p9QI'P٨Ă6,CьXO_WQ%PA9[3 c;wx8wp#uN }sKb OzR3tؓ@:qA9~њ"h~f۫C|G2Ej@mMĥxQdK~iܻ,>PWڪx3%/1k(aH| 6]9\W,? v릚C-o;6/I0G G8sI1݁j„:d)1I|E4L X/rT&sH tCVes1"#Xܔ9WW}e}Pusȣ'ΓIW {D Feqg/K] ,Y;In^r53Uyz.|J.$61BOֵѺR+}'+`"D XAˇFuޜn@51 P >(hae8] sIbKqI։`J3w 'y$#8E:.Jg'qruԞ'U5%v~C#z*~s,F緘WqRF'fߔU{*wp(`櫷r@Y;q,wh WTNܪ^ti(]n}(+G;Z{ SOGaJ5MUn8AMWv٢[}8ɨ SvboB Hbj yՇCii;II" o^+{G ܁n.nc *IA-q~_:}>%=a{4P-Nސ:V{TMq1;M?crz $=jU_X$VāULՂ-)'{ GqpArOz禺Y_H-k<Ɓ%F qee,pFz yM=l!6~ȦO VsU\o&(ʈ]$3moBz΍”nni`N)m{i[5UˈڙfՑ\j+3ԴXw"T꜒W26L%֏Ѹ_Ք'ub }Ӥ;)>M&qUQ!ZA6\uBAڧiٴבhb \bMjl[fki~_מIlͭ U@ez!>~t5.uSb8J|SZ1,`Cn4@-ͅ5(!2nk&  pF~0w X!9/iږn3YYMaA^xV0DhQI#dpL v҂ "GdXIH޽Wa#>A3ZQ9Y,-y]Q&EG"0;&|\}"W%2' _W\VozrePWՕkWgH3}2/3~wťi(K@+TNFab_'/4`UА&g˜eia^ 4G@7p&ذv='I 8de''V8smY+Mk7 {gƑKl73z& |-#ت]ka[>[ $R6gzFR'BU0SzeF4Tsm3F˙qz?P_b nA5s ՅoR̗Žv҂|z]}Y8usʁEru$9$MZ?9?ԛ#*gxr[QF8%l#t:v Z#ԮP%غgP%Vy{YLګ̲19|,XjQZBWQxU>IQtʀeU ra[ҹoztο}ɦJp6ԁ=I|[AR@L7/#%kcXEVE = N5B1WvUe!d)ji }^C@/yţtK𓜠qC.Hw=4-{tZf -saS"n9qDͱgΖ֬X#c8O(]>i j"X00zt;~1NV-=taDgt!maEYL["FHɿ6-v>Kct!IN\jH&P\*vx Ie6//'@oFCWUnЊ|KeY;0G6 7&M‡tWmMUcy0K;Giץ˩c^_2fgf'Zo\Tґ[^6%?ÉŠŻ@dt% +^5L:o:5钧*0:@zfRJ@uY_Ph; :4W^ ԱdN@UΒM?A/>{)KE& ㅒq<B |vK.-fބ%+}PWhL 3:5"O6W̭Rax`d03C~%r: @nհ.x4{[ ?[>\JB.>m D*[hp[bl G _~zC4|t[:;]-9ԟe! ٠ؽ{\gN,qjn-k; Z'aÄ)jN$ oy'.)utg0aV+2?Y@ŘM.! JMUq8iޘmOտe kjǴ7x,6xx{jǨ~ y¶݄cIFd+;Z+@LDj* 6 K`;e*] [;3ZKp7˖# zDdx1NHKCqo6+INC<Z2_+ F 6Pz@!̋@euPm#qQCqr{m&Ø_$Y09d m>DL Llrs#/p7$MbJɞW}p."_m Zim645`pc^ ÀY~N5 M jpbD՗H7ehq;{k!I* ja&s^V.n /"fn `_y2Q'puk2p hN>\~NP<]Ӿ@>%yfvRAofK={7mc)ԁ  l{]7sFp -wFRX^XO55/BO2aAa* C89oT[0*  t|P^ U{b9 뵂ŏՃՉ&q$#q n8/f&-`  { (d`w0k5Eڠ8vY+7_H, up'P)-ؗLKe>#DY ө>7Gx'GڠQsl@3|xO%4bFJ^57ߴΩ~NH@H:1#q((e2ޗl$Q{Q/ f oS޶DY2M-2 šnO^H1Q„yȲ񙎭//Z r|3̑0ncoךjh}ʃB>=;LBgΐvnbk?Zb+ vPP?+ٱCܳ遏eD?}ل=;2:>ؚ"F p{LM{əVD QWqPB}'@*\pLd;ԼS?"o5?TUer(U, b@!dQqh/7ض!w[4IXיNdM4wCDcFUrb˴n䚦Dvq`ݎk1_dd6Y'ث: ([V &̏: /DbxDoQq ~P4p_1YxAf Z ojsj$!7;Т rSI R;<#*~9N<X-zkZZ1\!_d'HӢnKoc^qn0+\ ʸNlkm$w_O~z"s{ vGTեoԶEH}xF2_3j4r^-i[yF ?E~ȉ}=@6|8MB4x?CcB=U}bC.Y^Oz{3kqNV;/ěI@F s464HA?5Z m^ uòi"l_t$Kb>XF% }j @׆jLۊXsaxsR EJxrOE $/f7%fͬڪho\| 4BN+͇% <%j0M&UdPvoMd/w'% OLxmJ,y,O'y~p=}xr8Va?BDyH^ c}2Frcޚ!^0`-l-$pi3Ez2KDQעi C,QFx2.HFy?,pRM}Պ1}g0'&<.9h~X'wYhڋF#?s=g$L^]uMȨ2'ekJF0Qߟr#']X`-(Q3nT}2~% m5 L Ԑ-Duo?Y=K&Kgnz$0GN pq6h( Aۺ'Jqq z#wY}wL5;gb+ ZIo}82he= &ד DڧVi j9ZLv&偖b4)˾^eB*'q43ѵ[dRhO?;诵hH]\_E g5׉n .7ފ$̒"ʹ#CWIG[{I W;[Ʉ턫|mLJ46K.9ն5>L5uS+%͂t>T-! pF=Tr3?Ι5ړTn cv UZم*ɫIeE_ї֤ 9T&0:-Q֊ˠ7>-d5z;؍)e{E (CX5qa uW.^Y"擌r= CGFFh[|dZX 1@+Bmd f0TMLARC?Fd#6wdU`X2(b͕6+2qR>Z7sSOKb|`Z>6<8꾨!Nl@q<6 WGLYs2ì&L{n{!zt)G[hh %&7? rn(ߚVRdpoپ+{h}w9I-$! Rh9׭ Z:֤lG|RUÊ۠V@һxcƯJbh}A0Ms2WLC`.a#YYW '{ avV|܃{9Ѵ>hL_SMW9(E|7EƩDz+lkX8A7l/ n?fB{Ұ%O'8#D.,ם$r2_z ~1/S oS;_ڏap6s?xύm#O`H=$F {+r_C l~F|Ƀeu*ѫ)FwnppSRuZdqY OvO?d(+q¯6|raSt$Z]v%|>cwcٰ5t%MV[7Ka<*F>yMl= JXR6邿ٸrty6n`Xl:%o܉z'@WZ!ɽ"#w&k}`l *Z&WƱ!^g,X^fmTiۤe= Vt)Q89QqF#nvPζ]d!hiIY!oV<_B^tλ)&!be#C׭mS# (ǐ`$fB旍Gh] {̨syed;HנT\;MoF `(Sf(uz2WOX>FOq:eL['\W0 77obWf lk!sSu}IA#n!AP. Kκ ܬ8#+[ܴqu]+-+h4Ll>\L%#pMeo}df\ERA¾`17{(;ed8\*BҲ; r] `x:hY d@e>7=-k-(>{:λtWm edNMB9)r% +IH1Arc7cm0~ZEBkL?Y m\*U|܊`J }2qh z=e^Ib)P V-I bk2};yfz-} nl;O; 3bYT3mY9Ay=*<@Yc OXt`QZQ/; O"(;\mCɷx|{AO+ %0kќnq"jIJ7`e/~r; WdL1LN?A b)ƙ$C퍗 5Քn.gHRl*aY7As5RRݝK2`[͐<"F:ϑӻiM.q3Z|Q_a% #W^Vh)&bT /^-#|ΧvD96 .18B8#I *obt,Mt׵#9dIXؙA/F7<8cGq4{@R+ڸ @-/3ާB=)=VFM gj5B?sT[ƐzUwsmrU:!v_jwg~9A]v=FI( d! 2* 2$rѾ˚v&$dD;і܋ 4s6-uV1~C})>/|fp4'oPen>k7T!#Su+T(*+ՋD/8I|F,ի]{jmg.{ߣ|%:&9q?W=H'pmD:a`dՆV~(ݏ9[)(.9LaHSA^ /Oz:y.pV+xD/{-2QyLM"GX~_4 O߻s Gdf#6 eNS{U@^ 4dAPE&!B_}X`PI fmTtr(U>Ƽ/#/VEPKo_~._6x0 2R/kx SNo\y/ʬWT%.Y*uk4aG8mȵbLNj XWz6sv00:kX>/mڐh_ʗ6ш|N:Ќh3[;2;INf$ui~2M)(TZl ՐAژ51 F⯦Jc ), DL;Aw(ZШ9JM { &[i1ꙣpED/u?͵_V2{&HCᔱѾ HUVe G"noW5XJy pgÁpd=7dDK-: h4ʌҲQe4 c :XAw>٣V~ZXlЧ>Y}=Ppo 8@ǘִِu+(H7UWZQ(VS'yYPbG܎poCr ͙4ԲX{oS-Y:Zdːoqb"L$+ s1Zq_,e/A-~5OUY/4D Lzp``,^ G|;ޢ"=+{m1yGZصRIąqPiϝVƫ t1 U~ϋ}{;}'qPJFk77!*i $']V4r=p /zwKO]4 $S`EC#Yf~|d协O`6Iyk>h`cS  a!fïYWl:>A[wWoxB:.1D}P@}W.>g`{Z{O4,t.Pp}'- 0ǯ7\6;w\zLЂ4oϸ4r ޒK,8Ql?7 &!nEqVoΕ(9bg0ɾ2v!\Zi2Sw "Wĵ4q188E,73Ă/Wx5sr_N-R2.fB'r J[% 8ÌabkoZB[\cɵr -&>{Y!*Pb{t H,'$ڍo6֪F9#dl#`)2 bnfEgf_Lr}X^EoSq/  ^$,%/>)zH%U>r 7~JdF[ 8G-b9\~r':Id *$[67tW)ߐE @y(c"0T̗U+E/ AvP]fD NW%L'kޡ^|okdf(Y]%.R'T q*EN\` 6/Z_@O1/"ev%lvt7(Y 5@48#6TY8(p+1)6P< ;VX"rfk{xu6@}nEz]nyu¿s-+ aԢ`pKB`\l3b'jqZ8,8!m0I]oZɅ-  L>*pq*`.ʒ6CzVVb8  9A9~Ӿ5u2!Lk3t!1Of@Yг֗ێa#nix?ۚ0_em{Ё3$Ֆ[pq6ߚKb-CbA`MoPe:X;(;v*DcY\kE@tTfdCV F8v&hU`vΰpqJvXćђ6lʎW5W0D\JwD?`^XXMLyB^~NvovNTD3mٞ#y?g'2LMɈ,f|9P Y(^s`qCYC!9P~Hl7z%; rYidznІa-|(R׽YK "woPȭfz_hy q.{&?[EļX՝E|SeGT@5?e#/ 82M6Hx1 >v:,y)|+`qS^5^^ CYhȱh?6Ey[k }YF&ܹR d" ~6O؃oiS^W"bL7w̑vˎgܨ"ұ+EeЈpz,@46F.zٗQB a5oD%=\& $~#F?*q !e9 $:BbI!P9 OԸ1V4}]@HxCHRJl'[Of!4eNb"_*4DcL#V^m-_NUey'V? MƾQRuXfS tY6*[Oȑ@Ig ~y XM7r=׫Em֕>bA}}?V&n6[i(c0Q0&aKJt5|^bF< aBDf\3[jsMbZ'iUgd}#; `/2tw/%3b)[J "(>6elݞS\`sL6@vC3둘u1tPK,䥟"*k8DDqBP{Ԏ (Z$5]@[Y59&B. ۭZwЕhK?w[*j_7WV'hlOd||/nj F#<4\4]<[;]Q.8 kR?L#njDK"KVvfLf $ .{@`;WĻ=Wū)W$ݞNf\#69Mq `IWc@0AΪhc5xӘf~ J?VA*zC~ S~*,) a6M45R(L(@K>~cvA.n }o.[TP苊.b~ d~4)]>kN빶ipq$Pvڶ3z{,Ǝ2 ,Py|Wjڥ[d KXCYN]Lt [k-kaA/b#RkCa3IԩnSōvO%Dywdž=bn6궖CސY9NvIߺ)SD4dp|نĤ=ڭxFF\X6oJf:h@T۸nLrϗ wObE -$nս5HWmC-:JKJA :CcY}֕KS)W&5J,Kw$J޲z::)H8kxXс =3'Y:̧=@M0֐^ x}|Iu~n ͨa%"&{;2@XV{ L&6-nNRCKVhbDDڨuل"HR߉~GH{{o^;ϱ6Rkא(uq<~x~,.Y dĥcqNeS"!ɤ-,W4H=Ƌ.v?3 Gex;#`M6yJi3r"zω:^ch]JM5Ԫ&~2vG{I0%R{dϚmOڝgu8'SiqON{(ѼhLt%Mj'aw-ILV* h*UQV;@S4=.aZVe EbW.":vSye{V&G_V.lUD*pL}ݐ W B74bOvb7֞ĦQrZHgnh_j_!aIulˏ+5C9)P}ϜMzQ_" |I<,CH@: L$L XǾ5~HwM -]qaѱ1'aoFÐQcXc)F+QX~1qz*nJ9LV] #lrwLČq:n ܒԛ0P_l<ΓKR4Z?6`k’Z@fV@OOz@^ߑlQ{ =pbȰNTQ2߀$nJkW'xuDBX1m6ħ`[^qw7XS52|=QrӽHlfvF)` ecM70~M{shɍu]0nPЌ{d/^kHt}f^Cn/j?Bu]V-= Jw ;8Xwsȣ,0Mݥ:[炆]4cè^Wu@a,SMs$?yc# @鱻J7m5=",`nGLK*8qhDmd`ͬE \h((5@MT޾MCo.V]Ḫ4T(KSKP:@I\i5i.cD9\#wn28E=6pᨵ'UnyI:lscpIZ7)4jUuy@yO KQAG[U:Ż ǻɐw^ѣvWh9'lڕ鐁qxjvZ -*O:QOee`T_m` 8ӋVZOr?+Q+Ť2P!iߏ jQűFxD)1Ӭ4Q_}7_K ?gU{:*kx7;S #_W@w\1–EgJjƩwksEjQ0O{g뙠x,!ނ4va#b[ 7Gds=550' ~|N A/Hfɣb鱭Iқ䳡;Y$i?* ]3MecGuA͡@!|A:zpzqH{.@3бLV@ 7=XKEkb|4IQy$H*zk^ݦ?2I,aM%1ÇA˿#9Pqg/(,ՌJkmy2G'3CV@{CՐ\e2s%'hx;c/h0&O B?i0aqR)?à{I\a.aFԹu*(%º(DNnAT@? ͣBqͤv. S);>SsFԽef8@+-h jC;%k{j]8 )C-\W#=|IiY6-P|] `ޘ.%"]!(]ʎ3u=V5Ck)m!\@k"&2"-/e{8pR2*!x^wP+C pcu\Nj[Xjﮗ T%R0Ȅ+mjYRÍX3l?2Gy.!{zd,&d ] ` {ud}(85U Bs{vD3 j'PxqA W)_} ɟ7qgitJRHG,w3y+'N,6^;LāPLdJJ{"Dj¼]nfSX5v}ŒDӋ~on<(O U@CB(!Y&FvJ^|wq:Z6P)UGCK|>76&\ĎE^hWk>ul<< Ņ[@C(%Y~L{?,GgxSu*KUduVM؜njX!d޾5^*稘(́qwnxR*9"9$@'XSEd wsfpq Fʞ1x~ON4)oAG? ^50%hLdR┼FH<,ǟPULbH8l'<~٥RBZc6'j.]Hvx 7 r3uM=1d+d4Vk`]@*>ba+`_H娯,Z % }#ڊZxK@~52],rΓE龞wĻB~e}xs/ї,PDC1v2)o(5k@FÄ)&xF-nxsvnomF`Z:bǑ\ \EpAm>fYTvt="W5!$D6- =6]D[31uh~-hua |4eܱr-J}ߤs c^PQpMQǎlf z^nE:MdnC|}}:kiS5%2dF5b-^ސO:_Y6j@&b{lĆ^2^<1JzQ|FԾEM]w}9UxTnau@=omVI,}8fYpSFL.6Ǯ|>:KV*E;ŚJuпjܚЮ[!ԘRcؠVRCՔl;-f ?]Kc;-"3̈@8 >~>Ad Y2M<*lj/#}oBUݒ[chF=WeZs+AE6QBOB ]yo ‹6 3!՝sUNb]C:D0׍-z/~o0.ep+|$=(߹:ƛH3GC-p]Q8qXa^z!QD NaUx+tD$ZB[6;'؈n9f`Mn 4a`ҙ"_||F3[@⃠%}\) =qSJrEia#CQG8 ճ6ڻ }07vz!W+wc?)k BWm dIE ;ѓzf#SX (bohֽC 4"U$"0,i`!G93<^ 6'woc7!æ$X-߁cLAceBixOȠIMI(eچIApH$(0v=U+BQỉ}*fJ#Y!5Y&T#rOf \I/XjsYn$pLrh0>+  TF1-<\p9gi5l3fwtNv&j^yC`P QmN6gK :q !U0mɎB {>#\?A ;,^ccHNC}E@Cs"gK 3}! N"6$FB@88p}? ??{z@q`!5:_)`7䳑6{88i$⺋gf'uAef*88Nc:d͇;UJZ gIpsU^ŀ8=➓ҝs9Ls-Gx\h/;\:-qJW#1O5|.b`9Fc:ۡZh(Ek]#o?mMI$rBaݽ6_huWanU\.gHLhUVe2 mf_>qHYE@~$sWjn{sL,, ')[ %+O@ёY~ɨ_'s ԩrxӰjo֚z{ 9!<_k{O{UM3D 9 @U9q>=-F'Ogqڐ=t7 1hV~YDGBu8idS b(/T 4)|($iTҴv:"\+rf-  aeH{i~ tnj].`%1u{Ԥl͝"~u"&02Dg8F"΄q_Džz6T^UMŲVc<bSAugɲդBkҰxOl%cM?5- IOI1On9'aCLMx0MPBJ߲1 }MP[/e/d}ق:"[4k߶@]rs\[hzh HťHPYɁ@ qEU*k?Am)zQlvc5UBsu}6v]G/a}k M :dWz=A;}bU#NeɱZW/ w#~%=b 2or0>y(iA>ptEy`6ه.-LO%N jSm Vpۧ<:3(nJR(nBK2:!*:e9",6>@"O%jb>8POL5W$ Rɋ8(gZv -3Ҳq1fΏdu(gr΅t朗?{6 ҢkX,y5>Qzl÷Z? -d`ȢoeLD8jh A&Co{YyMs*Jr|c/ڒġ$>(wA%0\ ֢w!fб `i@/\BE"iG0儏37Yj;\p?jr|˷] @őԓ۲AI&khn̆@5}m)UC]ɼon0r늢}c6g dą ڻ,aUSR_:N*( !|7T;FPepZ3%>]~@QZCw&[ΡP[^WYL>:[{{H3aELxQ:nM#T9d+DYf-6$=o= YlpU&~5!7t!g-?p5PJ|sHX(1޿IXn+G苢kr`1)wz!#)CVKN(:2DN(xZAaM|J&Q8&?i7=u5pMTzCKHcAz3Du^kO\M}+b1J\̴z:=W~EO c6+C(X0y(CrOU-bpћTS{%;0C^PJAk}"/Z7{t|ų* g ^^]nh4[5"b_zP/ǚs*!a֒ e+P6=jK`Q|Dp3bQ@3-Z[\<4FhMݓOu_Ã`"ZPS, 0u{%RM&!W1|㥏2;PjZHyFO#_~<*#7V<fjq%)Xi]f =FUseb;#(6=HP~PV bJja Sږ%:;ҷ !joU_7͐XTޭ I;qҬߒ9ԡާxFٳ8)..ϦUߑyhS s$ȐE !CQ=M6>-PHFTf5|g^g7&<6_@=Ĺ|RM5o7:ւwk: ȠϰSToϳ]52a&_jh.!pb58*dEz(ٙd".S/m?{_c8ԑ\ؠZh$rʖFE$ v%Z FMgd-{6̫}#Z;5 Yx2 o$ @Hj00>ՊC]7h,U@oq` 7q́WZ(/Q'IJ釄R/ѾDr#"K$<8Qh|E"ɷg +&:oHG=d Ducsus; m^XsTiK6}yT.bh/m^^=׬K\ ô qV4קX1xSy7ٛuEIe?%9gp KӪc~ 3F7.5yCfxqL=e6N43&\ւm]с!^䴐}Cx[iT%4 /'-*!)d]q!b*%8K' J_A89h銁p}|#u}_0'hB &Aa = `ϳLy ޢրG)M("#DTC'<ω޴C=% NreFQu7Ȝ=[;lfWs@!h?eRi \Th_oJ kG `Z=rG,^!Jw$!2{"_KzCM|K/@^a?ƥ7zg! YAq%k{(\>sh*B]AŪmB8"|{ZR$OvA ~wxV?jq/ vl:~9N* ۽D% [^"5Z'ⷼ_'fKwlC^c Co6Y5Xϊ!Hehp|!]X0#75V4V -!'9B7o%< YA39p.g!p㡯 ( A8>^ -APe)_PxhZ  g4͍TWf hmf7HqT)*wo2T[@U; 2vAYVX#xQoѽKd{RZEE h"=p?]qǂ`.Hwn[\@Fiݺ#BI!@5;D!]hȞhu~ڰf&nn@"4ũWrjV#] - G ]Ou&ئ6}2@L>hVou`e#ᾅ HΑ6?x|xjGbKuxYmP_8̍^m'H(rŅ<)[PZ2 &Gܦ=4)S-fh' ƮE65JL]yzsɈG7mC*`LHگ\.RMF"*"i %<פ#>{ 씆`߹_N 9KFZja+/^)[%;ODFmw>%cctheN<ՓG$&V|Gb cy˵ήJt]]Dg⡖w Nz[٥ ]I+r%faU ;mYoIf Tl Aa[c r00&LXx~JN.5%qp/Xx\j9Z*eODY(fX%ؒwG"Tr2E^p|_t/!)^O!Ʀ0 gWL9~ 癸}F&H"^yXCj^p/.?lmαr"SߖoE=+[໩׫}#6Wj5N'DD-8uiVlw| |W)=!wZv4Ȑa\VY2\WB&נ~s/Ϧ^vu7M!q(cs?I&u$:c/b "}Yyu|bg9CO8@9SS쬘J=7 Q 6FJH8M+.fgGmfWq.͎&많+7pWL1q#O|Q7-@}G{/wb+N >d,gWNcA2%c `~P(Y ^$2&`лxy*KH{]^plPbBj0k2O"sLyYw+fw43 wr܊}ʺȕ(R86ѓ" C ZO%BR6Rb& £7|6^B#g4Ɠ [[ZV!Qj* /4U] dUbZԬN΋nlL.d'Vy^(RGkdYLi[*0s䂮_?)4Q1`zr!:'% $tDg0JrqhmNXy^0:.{ޜ0]j8>zqpZEn}pIZ05]WUx&RW}3B2]|ikX>ӯ6ɔcW}x2PT\Ic BD&Dƈ97"9 'h S/!'5ղ&?p%.!kJ;uhO?)D 2xE [L?oC0J/`<4x۰MU9<^+D;rDF6r mQ*_ S?23شeF ehr+~==^O&F1lII%)LڼYXII8.b'`R_f]G;Y=AR̞$p«,K5Ee}dX0oj$;麣~3d< C32NP)ב\H9ђh@B-vr$p̎qU*p?K%1xM; XUS^Lv m{UD[ݥE!\oyt@vAG k Z kt(A /q7zu)zvN,""zLwĔc8t Iꧣ/S }14wY>us.ҡ5WXuSi 5:9MyGls b_J;yYE: ]g ^z7 tӖVSُlY#8 "KN\~AKVFڀ"UcE!,ѣp ᖗS?((`͚O8. \8- )h>t0TYe XPR5WbM.vϙG]q9GLTTaoYÇ57X3RTCp^ďrc;f CJ ɐTX%]USFZ5ij>;a7.!֤[ɐD{b lPDW` +^dG/Gڂo19J}|lEXpkկL*x" (~$_v3@Km}I<睌9tOIZ̪m.Y\t"zIɆ˔7ńPEMDa+HA.S옕v\5NF]z@ x[)b3H^]Oƺ[SC h N{xSjRzd]'kj)@y{JSq*.ު:HZP`GN~x8v\Qlj >GVt̲Da,A;bSJSOy$LI`Bo2$g8FM W`!&e_Qt>s?$ 쯼05^lw&* B?R_ZAM[<R$&sh;J=M$Ks/ߚ!RVBap2s*C6D 1 -| @&Dpᕟ`'!ȌR;|owAxSSS͓^۬OLZ0u5o(UowH~qڬ@DJ[R^q Z&' eQ6T86\›%XC 13 j+xnn\#Ҡ9<*l?Aih$F Dt=,n`9:8ώ]rGrcA _?oL7eID R%=Fh|Im`[ u+3C1K`l:_."]̒ ~S2O r[V%Neђ7;[ ܚAoNh8l=㬋Ӟ)ڠPĸ+g̭8%U]M"{z|UK 5'I7Y :%p8[-"rd5RNgQmzBxeI}+F uP/5b8z} =􈣟z N$Ke`JE^*ɲ9DZ䗉4_a[/=zwSֺ,ÙpwȐ$nUZ*,#B_RVzҕa}y!dZ%59HD^Q'T!n*2'&+"X?_=bۀ];1(ݶC0uW yM2ʄKΙ$C̍%øNiXCxC"]G/KHQt,s,%k+e\G &z6\I 44*GKo@=60}D/k4;M 41QEnUߞ 38^RBb~']ϳ9lv˄% .HNG;׃O0۾dUSO [AR:r [?t\cF QOEg؁US GB淋- #)n?/fL ä쏵|zp} :u⚁|}i8iDW|+O&@X=WrOЕmlh!.=CGL Nh6f(*aU- M+jHMF4㺩7u)‡ѭ|9~]W0?RH.lw ;ٻ0: F? }Qx(JnvdaP8R?$ \\c1 <$ߦaH>c>EwX{C˚4=sĢeG",CZ0q /^]͈KFo"ˆ+5~".jny,(@,5j?:n.&y|. xQ1!i' CH+~rd=Ɗq`ceԠD+ߐ7DzNGJ _`&az&`}ml5#ܖ-))K"Ə8Q^$ _OI@^f9e-`6vzX ݉ =RM_EަQǘŎN\%B1IFNUNuoS&fFC0(DgƮ_ @al,UyS;lS%dO?i_k<]4 4s i q h"4@ڐcPD #HI"?zaIY_![u:b>7 :]a(>k1hg4HYL)۵VhEX/plʼnfN}E693C*j@Dͭ᪖:^WVa TJUz/` L#d68{si,׊QEB'pa;֚W!wBu΢?{4iu-\h\ EޔhU.hl)oKƭCqFj;˾T+3H \ƋBHWRҴtw3TynD]h/Cat e=nWH=A7Bsoydb ,!WN% ^ήz73P԰ԓݷ9Fg/meG70pJ^Ԡ<3Hy W18 qI1ClڼMHէǖTuQrh!>#Դ6|t e )b I;,!8543}.&t9yU'BBtBkw)"8n(Nj ӓXx1EsHaƸW@Y&r);1 ~C1(8]վ+PXR%bޟH%kiˏJ}ͣg`*p쬆R@ک,nsB~Fkq=ٌfPܲ7IkBFmimYB '6J!nˁ9ȌE  R$n;q\nr|:< .ڮG$`5"8k[\Bm=xSk.ځ⋲dmdfGVl t`X5(~.*,#T '*e^:E7EwߠV68KRHScɸurVH,lCtG]ruG&*k.5Z(. dhЪܡڬWZfZGݵj\ޘm@n'^g Iڵ5yQZ2l^˵Lу\MMSfZ/kнǎ[WfOԅe;oS70^Sђl%=Pbp [#^0*h!>9<'AS0{Xo;T!cQ<"0;>ToO4prwX0_晡Jo'jlĂ Ѣ`V(v [TeDGcG^o$xs cFKC/R(<;R,a N_)l8\#KA9. -_ފRxI#|ߵс9%2r>iW d~@VJ[@2; Lmi0ߧWV ݤvÒ5PCrrNlk PXks( !Mz*_ڻZJ Mpe$?vGvC6i#21A!91l;0~Zg3Vc>b2 vdʹ"C Ymnjq$Nw~6>QUACUqYCBr: ZqX0V[\`1{^sE9m70OH6J?gΟ+숞qPN@"RyO¸IjT0=[ +p~&n͚VI`/OŠGBV 6x̋?bb,pY[]2p0Nh d7 V-_*},];$?F~08HǀO;C5~gt8s+^-{AT>֖0!x$zGU<0V3+}M}i@)r6|QJ. lM@&atǘM׷XgS,7-G}G>Ehb'aLʄ("̬ ^ FA]رW?:~^!d05XL6eN̷hZQI(z!QʋX |zP`<#ccՎuqڦS_3ݣ)F#^n>B뗦:#4{7:;"Y]:Jj} L @Ҳ{~<{hBiW~!UMhlsYQ04@hȓX凙w+2cjz6-40/<{y@Y  k-ƪ.B2^\ULn/:~^G ~wnT;SJHp}hL ]ph/9Q 9%x` Fz+ng~= mBCT/xd|`h0?0!'j[ Zc:ca Kz>v2\6EI(X75a4!3^.N$"8L$/:6v5-O ;X)Pg=Mǝ&) }m xw^fQu.+9Qۣ^y .7GUڒ6ONs8!BD--xWL0mM9}4EQMAByq;vJEn>T֚c DH6aP%jT7B ZJRr[WxjKi7("oZœ䛮C|QB]2-I_2?$ &StOPE^9AׁI4s!g3gRo}jR/^@iZ\nF@:@W08]34gTU_ aRXO ;A˫ 4S] i6~)vrjA]Vvn"M~ȴ{7ل{ :,{*.d_VoP\ <Qԓzw3nS@ Ls I)[)I2[X*!j"G/ NDXvr9kRX3>X*g35A*/];b."l9 {m4.ZxKٰK0_|<5ARw蠫-w܏`ooRڴʊo?>g#YC7qEL~Vv Ӟvq҆#rBtTeG"`nWeR ]5c_bK(i c+w,3޿.c_srح>\v忋#\4p*R; CI `pTT` UabXn&K0s"[C[5mmrIRF#j(`%]c$20xe.fJftCЖ٩h.ReJ}rd#&O}v2ReuwNK۞3qs-zὧLz'kR C m LCC_*)PW` I|[/j*6 'zBB?+^EI5wQ8Lnh#|Ȃm*apZ*s{ ,aaH(l.ÝX@Фp7{RB~)z-@b!/I*NH|(;EOd.w(~T80ʫD(O^3/KP,sw~"$==:иs[.tO nhڤ7<㱵> Bbu5 9}> TEJ\] n zgB}IETsegI N,u=+1s2l3…ج"'==Cz L"&Qs]"BO~ϰٕwwsߜ@5dIx%S킻Y5IbIO$I,1בEi VPON¬D'([p4dRAk1oդ~uS,UJ<'?3 mqaIΡ^AKiWPR鈢̘|!L&BO]' ]ҏz4φʩ GC^WCR:X>@~xHd0LCUxȕ<.b룈WS*1n杄y/OvVX!'=t>ڵ='K+̑q:`@\GbV5p s&9)_)iؤ4 Q[',}h d=Uk-, q6eBx'Eq<7r3s%kM$Bn(}b`Z}~ uw>LM.вj t51b 25*(ig*'VuXr&TqCTQ_RxTrҩ-;*30[XROaJYv|GdM}r 0S;h E;~-"MfVVD5E ľ* M=qN]"pa|J3k0R 9"0JI N[6H~ZiIc˻MN/5|_g3b4C"{ۚV$36;"K`暚eư 'pa xϩ\^J,Q٢G`P4"G_Rfc|.o6&'sQYY0moc[n?.ѫ"-[VZhNO|ͪ:{J/tFw)O8'9ziӍN`fX)p$UKu5 'K4 3Ea37bM,ho$a =y͋2")W,8Ʃ`cϏfC_i$ApUAk uP=;\hW$qlK*{aKښ!f^z8Mݾ`r"oޏn-` ϭ4 x!K1<9W%G"v_h, k [.ǭՊKy&7փ~'9煺p洕أ|iXUU*Chl=A_9gyKAujKQaKPuYeTçmr'ulS.mzB0sP NdT!oOD.Hh9!bX].>cqilqdSgABE-ԟgx6TI+c ^tia3C0~KwA_,=O;īy\zpv< :ی19W<*U2\MŹ6{ F4;ىs]u`v@$< rPrRN0b/yq7l_&P_,mgD˜?3\ G>Twi87MȪGFϼ,&ܧ08ru(K λɡ=l֧TII.Lk ; lӨϮ7x lБ1'8A(?G;F" U]B.DWWtIV&ٞbkuˡ;0(J'7Ew:YE)j 20 Id|mgVq6\Pxzu~%vs7D8aq9Ñ:AZ$,)JsJ<"֤dLh(ʻ'Y恅9 I$x*~:J͈ad W-82jw\yi 3nPfl-@.> fhmOLl0.Id)UnV Ho2@h`X4'sJOe?͑:na_oy2j~OQ _66OKhL J?}J򖗝=Нuow[c-lYђ(I51}M"*{.gYS;]gVX΅/2}F_B5(}S/AjEKJ*e7c9iN@tG5_\[ ˶Wzv3:H}?M4,gz{M A߼m͜QJ2,_fؕV.w! 2:omr8:U#9.9TKV cy PjHIu3,U͢d|<DM7UjY>0fщ& BH{ k&[B,$H~߃&ÿE9Q0J(󷛱iؒ&WŽS+bYԜg]r^*Jz_:qoneHYJWL09 D -iyY3mZ4_6N}ʫfI4Q|yaRwY=/rshʚvtNI2^k1f/ǒj5TPRsZP@#LW/.:Em G;a(pLbdΊJj [&@W8i[&vO=͏fgՒR0 1ZQ)w ۘi,rZu>{@ DIZP} 峌7TM_ڏ7*iN*%P{c*]o!hv(cp!V\؂oUk\̶Te6#^GZtLi5&Zk.m N*ejEj84mQEh`\3'gh JytSdr{o\ŵÊpH(6me9]I">ݛ`F7DXg~P$3ˠe#lRϹ@>;[Z"9|M,Tr mXg=i LBX=֓b_m$ZFr]vONkS3!d)jz̐Bh+Pr^4sT)/)ʺ~o*%'cT{8leԓWj{ rЧ6ދD0kxB(A">ˁ;!$YdO3>M{Q}jBX֯7unr 0qvVwP/[voLPX}.M9  ^doJ75WRcm< Sm;^5U]d'{_Q[wb0( Teޮ%2S&5Q=}A JnSxBjl͢9q?bxJ"~ {ͤy Gz΍lah,j݉c܋ZJT#}ƙ!0L ۲ K_;λ1 -ʱeUjڋv1vH[UA2 pqczBOh gBpNY©]8PXܿA]>%wa8ܿg@ɉx3Ƽ?eN SR3ۯ"᩶-w Nt\@I]7ꪔ)ޅp $lۊqu2RB&; }knpTHVN; wcaszH,r^O1p 7,p'Ƴo|總g (l'?>_]ɻ6d9U+<,L=HQ!No"#17vss}}V|9|{Ls,">tb!Md {tz M7-&;5~:}V&gt Vht0>fk„u4+!ka..5\?h`iDțYưDTKW [uDXW ݻcYrM8LPպOLVy/S ʹV`qaZ0mbn˧ аZS(ʗ$<#ۦ[¿]9B_U"2r*Ey!Fsr¯}'&L3Ҵi..eR40Qd!`VC#fqd6V06:zϊ6`(4SqʹpDp="ݿG)IsoNNHG`>̚lNsIeJEz z0$L)ɖ1(>2_^}=3+or\1{BbUF8^B@^1}g8WYLcR=3Ƌav˺-T@"so ,u?F+:z0Mx8CھiLǣoII0Y sڑ_0U"ujly*1TE쭱1+^asI/p0z?sdoM=P_z_gR`0ȝf(=@8j<+D}tYR.&d{Dp(m HIΙ^Q ŷqXcG~h>s7׃WiGwBfd^$$sq?71*) u2zx=2#[Zގz]_!SgJkÂ_@dtքq? -m/u1ÍT8ǭ?ԩcr-f w $tQ-3iQKߊ Wm nM= JN:&|t0V2Ʃ@9~Xg#QHpIVRIhMC-¿{-)jxI%h z+ ^3agJl@:.L |KBxgTqP[Yh<H3GTV$6Ƙ(k<~tS؊ボfϸ1tSapjyakVU6,~y/L#QArI/u}L&TocKn1o2:3<f;TȬY Z<^Rxo b+߁ӱ4lԨ3OE>5 K8@@xX&vSfG8[St){O9<SpяL҉adct"G] /D%Er툁wtPd0<DS`> > #{4w{CY*ZpqlWCO+cU/ֿ!!tQc}}d5ʮjq5HO<'jPX.UAgZ߶ YZ