go1.16-doc-1.16.8-1.26.1 >  A aSp9|ZX yC1LJpдmbk!o|\<wȒDO#:9!!Ԍ"⮜sRɡl*\f :*7d /躷 uѮ֞Oi8*MHh=+sCZo5YhiAeoY\_T@CK1B{Po}e &dɳ,hzܞAIQВmlKv ZYA,nXt929d0ab20294e6a5e2e50ee47efe25d77f27aa839e92d83942db9546b31bf852dfc13f8e0dafa36f61de583232b4a2980cd18678aSp9|Bޑ,Ng vQ17c2mU*L PGɞ x@( zD(53F %cEc{'J 5PFT#6N:zfsҟ,x675= Bz+$iGrT^bóYKyT!Yۤbk|[&K]rrl]䤠ycߧ̧u%׀]Uü-@:k9HSOiiblBcь>p;V?Vd   ,LPX\u        $4H\|2(U8\9:FSGTHTIT$XT(YT4\TX]Th^TbTcU`dUeUfUlUuUvVzVDVTVXV^VCgo1.16-doc1.16.81.26.1Go documentationGo examples and documentation.aSkgoat16ΛSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxx86_64zO4AՁaSLaSLaSLaSL649d67e452dd4e8ddc3d14d372dd0f6230a573bac7f4d86ae5111ac22c246f7a2471469d94804bb4017abcc565e7ba14e925599b32ac1044708a6bd68fd31aa7b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba56c79fc1c8aed92516f6723c47fab4fbcde80161d5885f090312d733f912f40brootrootrootrootrootrootrootrootgo1.16-1.16.8-1.26.1.src.rpmgo-docgo1.16-docgo1.16-doc(x86-64)    go1.16rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16.83.0.4-14.6.0-14.0-15.2-14.14.1a;Ha @a a `i@`.``@`+`g@`KW`H`.V`+`@_H@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comfvogt@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. Refs boo#1182345 go1.16 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47985 archive/zip: overflow in preallocation check can cause OOM panic * go#47691 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams * go#47675 runtime/pprof: apparent deadlock in TestGoroutineSwitch on linux-armv6l * go#47610 go/internal/gccgoimporter: TestInstallationImporter broken with tip gccgo * go#47535 net/http: TestCancelRequestWhenSharingConnection can cause port exhaustion * go#47042 html/template: data race with concurrent ExecuteTemplate calls- Add bash scripts used by go tool commands to provide a more complete cross-compiling go toolchain install. * Fixes "go tool dist list" error "all.bash does not exist" * Added to packaging: /usr/lib64/go/1.16/lib/time/update.bash (already packaged) /usr/lib64/go/1.16/src/all.bash /usr/lib64/go/1.16/src/bootstrap.bash /usr/lib64/go/1.16/src/buildall.bash /usr/lib64/go/1.16/src/clean.bash /usr/lib64/go/1.16/src/cmp.bash /usr/lib64/go/1.16/src/make.bash /usr/lib64/go/1.16/src/race.bash /usr/lib64/go/1.16/src/run.bash /usr/share/go/1.16/src/all.bash /usr/share/go/1.16/src/bootstrap.bash /usr/share/go/1.16/src/buildall.bash /usr/share/go/1.16/src/clean.bash /usr/share/go/1.16/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.16/src/cmp.bash /usr/share/go/1.16/src/internal/trace/mkcanned.bash /usr/share/go/1.16/src/make.bash /usr/share/go/1.16/src/race.bash /usr/share/go/1.16/src/run.bash- go1.16.7 (released 2021-08-05) includes a security fix to the net/http/httputil package, as well as bug fixes to the compiler, the linker, the runtime, the go command, and the net/http package. CVE-2021-36221 Refs boo#1182345 go1.16 release tracking * boo#1189162 go#46866 CVE-2021-36221 * go#47474 net/http: panic due to racy read of persistConn after handler panic * go#47348 cmd/go: "go list -f '{{.Stale}}'" stack overflow with cyclic imports * go#47332 time: Timer reset broken under heavy use since go1.16 timer optimizations added * go#47289 cmd/link: build error with cgo in Windows, redefinition of go.map.zero * go#47015 cmd/go: go mod vendor: open C:\Users\LICENSE: Access is denied. * go#46928 cmd/compile: register conflict between external linker and duffzero on arm64 * go#46858 runtime: ppc64x binaries randomly segfault on linux 5.13rc6 * go#46551 cmd/go: unhelpful error message when running "go install" on a replaced-but-not-required package- Drop patch to fix crashes on PowerPC with kernel >= 5.13, fixed in next upstream release: * drop fix-ppc64-crashes.patch- Add patch to fix crashes on PowerPC with kernel >= 5.13: * fix-ppc64-crashes.patch- go1.16.6 (released 2021-07-12) includes a security fix to the crypto/tls package, as well as bug fixes to the compiler, and the net and net/http packages. CVE-2021-34558 Refs boo#1182345 go1.16 release tracking * boo#1188229 go#47143 CVE-2021-34558 * go#47145 security: fix CVE-2021-34558 * go#46999 net: LookupMX behaviour broken * go#46981 net: TestCVE202133195 fails if /etc/resolv.conf specifies ndots larger than 3 * go#46769 syscall: TestGroupCleanupUserNamespace test failure on Fedora * go#46657 runtime: deeply nested struct initialized with non-zero values * go#44984 net/http: server not setting Content-Length in certain cases- Fix extraneous trailing percent character %endif% in spec file.- go1.16.5 (released 2021-06-03) includes security fixes to the archive/zip, math/big, net, and net/http/httputil packages, as well as bug fixes to the linker, the go command, and the net/http package. CVE-2021-33195 CVE-2021-33196 CVE-2021-33197 CVE-2021-33198 Refs boo#1182345 go1.16 release tracking * boo#1187443 go#46241 CVE-2021-33195 * go#46357 net: Lookup functions may return invalid host names * go#46530 net: Unix dnsclient test for CVE-2021-33195 assumes that 1.2.3.4 does not resolve * boo#1186622 go#46242 CVE-2021-33196 * go#46397 archive/zip: malformed archive may cause panic or memory exhaustion * boo#1187444 go#46313 CVE-2021-33197 * go#46315 net/http/httputil: ReverseProxy forwards Connection headers if first one is empty * boo#1187445 go#45910 CVE-2021-33198 * go#46306 math/big: (*Rat).SetString with "1.770p02041010010011001001" crashes with "makeslice: len out of range" * go#46214 cmd/go: make go mod download with no arguments leave go.sum alone * go#46144 cmd/go: error out of 'go mod tidy' if the go.mod file specifies a newer-than-supported Go version * go#46128 cmd/link: internal error when externally linking very large binaries * go#45927 cmd/link: SIGSEGV running 'openshift-install version' for release-4.8 using external linking on PPC64LE * go#45832 cmd/link: unexpected trampoline when cross-compiling to ppc64le- go1.16.4 (released 2021-05-06) includes a security fix to the net/http package, as well as bug fixes to the runtime, the compiler, and the archive/zip, time, and syscall packages. CVE-2021-31525 Refs boo#1182345 go1.16 release tracking * boo#1185790 CVE-2021-31525 * go#45712 net/http: ReadRequest can stack overflow * go#45636 cmd/compile: internal compiler error: Invalid PPC64 rotate mask * go#45482 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback (expandFinalInlineFrames) * go#45385 time: Europe/Dublin timezone handling broken with embedded timezone database * go#45347 archive/zip: duplicate entries in FS interface * go#45307 os/signal: timeout in TestAllThreadsSyscallSignals- go1.16.3 (released 2021-04-01) includes fixes to the compiler, linker, runtime, the go command, and the testing and time packages. Refs boo#1182345 go1.16 release tracking * go#45303 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback * go#45253 cmd/compile: fix long RMW bit operations on AMD64 * go#45240 all: run.{bash,bat,rc} sets GOPATH inconsistently * go#45192 Strange behaviour with loops * go#45030 cmd/link: go 1.16 plugin does not initialize global variables correctly when not used directly * go#44888 testing: Helper line number has changed in 1.16 * go#44885 cmd/go: import paths ending with '+' are rejected (affects executable like g++ or clang++) * go#44869 time, runtime: zero duration timer takes 2 minutes to fire * go#44860 cmd/go: documentation at golang.org for cmd/go has confusing formatting * go#44812 cmd/go: 'go get' does not add missing hash to go.sum when ziphash file missing from cache * go#44640 cmd/link: fail to build when using time/tzdata on ARM- go1.16.2 (released 2021-03-11) includes fixes to cgo, the compiler, linker, the go command, and the syscall and time packages. Refs boo#1182345 go1.16 release tracking * go#44793 cmd/go: mod tidy should ignore missing standard library packages * go#44746 cmd/go: improve error message when outside a module from "working directory is not part of a module" * go#44676 cmd/go: warning message when getting a retracted module version is missing a trailing newline * go#44659 runtime: marked free object in span * go#44647 cmd/go: "malformed import path" in Go 1.16 for packages with path elements containing a leading dot * go#44638 cmd/link: runtime crash, unexpected fault address 0xffffffffffffffff, h2_bundle.go, when using plugin * go#44618 time: LoadLocationFromTZData with slim tzdata uses incorrect zone * go#44593 syscall & x/sys/windows: buffer overflow in GetQueuedCompletionStatus * go#44498 cmd/go: 'go mod edit -exclude' erroneously rejects '+incompatible' versions * go#44496 cmd/go: malformed module path with retract v2+ * go#44464 cmd/compile: ICE on deferred call to syscall.LazyDLL.Call * go#44462 x/tools/go/analysis, syscall: ptrace redeclared in this block * go#44433 cmd/compile: Compiler regression in Go 1.16 - internal compiler error: child dcl collision on symbol * go#44402 doc: Broken image in readme * go#44358 cmd/compile: internal compiler error: Value live at entry. It shouldn't be. * go#44346 runtime/cgo: cannot build with -Wsign-compare- go1.16.1 (released 2021-03-10) includes security fixes to the archive/zip and encoding/xml packages. CVE-2021-27918 CVE-2021-27919 Refs boo#1182345 go1.16 release tracking * boo#1183333 CVE-2021-27918 * go#44915 encoding/xml: infinite loop when using `xml.NewTokenDecoder` with a custom `TokenReader` * boo#1183334 CVE-2021-27919 * go#44917 archive/zip: can panic when calling Reader.Open- gcc6-go.patch fix typo go-7 to go-6 for bootstrap on SLE-12 gcc6- go1.16 (released 2021-02-16) Go 1.16 is a major release of Go. go1.16.x minor releases will be provided through February 2022. https://github.com/golang/go/wiki/Go-Release-Cycle Most changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1182345 go1.16 release tracking * See release notes https://golang.org/doc/go1.16. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Module-aware mode is enabled by default, regardless of whether a go.mod file is present in the current working directory or a parent directory. More precisely, the GO111MODULE environment variable now defaults to on. To switch to the previous behavior, set GO111MODULE to auto. * Build commands like go build and go test no longer modify go.mod and go.sum by default. Instead, they report an error if a module requirement or checksum needs to be added or updated (as if the -mod=readonly flag were used). Module requirements and sums may be adjusted with go mod tidy or go get. * go install now accepts arguments with version suffixes (for example, go install example.com/cmd@v1.0.0). This causes go install to build and install packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for installing executables without affecting the dependencies of the main module. * go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled. * retract directives may now be used in a go.mod file to indicate that certain published versions of the module should not be used by other modules. A module author may retract a version after a severe problem is discovered or if the version was published unintentionally. * The go mod vendor and go mod tidy subcommands now accept the -e flag, which instructs them to proceed despite errors in resolving missing packages. * The go command now ignores requirements on module versions excluded by exclude directives in the main module. Previously, the go command used the next version higher than an excluded version, but that version could change over time, resulting in non-reproducible builds. * In module mode, the go command now disallows import paths that include non-ASCII characters or path elements with a leading dot character (.). Module paths with these characters were already disallowed (see Module paths and versions), so this change affects only paths within module subdirectories. * The go command now supports including static files and file trees as part of the final executable, using the new //go:embed directive. See the documentation for the new embed package for details. * When using go test, a test that calls os.Exit(0) during execution of a test function will now be considered to fail. This will help catch cases in which a test calls code that calls os.Exit(0) and thereby stops running all future tests. If a TestMain function calls os.Exit(0) that is still considered to be a passing test. * go test reports an error when the -c or -i flags are used together with unknown flags. Normally, unknown flags are passed to tests, but when -c or -i are used, tests are not run. * The go get -insecure flag is deprecated and will be removed in a future version. This flag permits fetching from repositories and resolving custom domains using insecure schemes such as HTTP, and also bypasses module sum validation using the checksum database. To permit the use of insecure schemes, use the GOINSECURE environment variable instead. To bypass module sum validation, use GOPRIVATE or GONOSUMDB. See go help environment for details. * go get example.com/mod@patch now requires that some version of example.com/mod already be required by the main module. (However, go get -u=patch continues to patch even newly-added dependencies.) * GOVCS is a new environment variable that limits which version control tools the go command may use to download source code. This mitigates security issues with tools that are typically used in trusted, authenticated environments. By default, git and hg may be used to download code from any repository. svn, bzr, and fossil may only be used to download code from repositories with module paths or package paths matching patterns in the GOPRIVATE environment variable. See go help vcs for details. * When the main module's go.mod file declares go 1.16 or higher, the all package pattern now matches only those packages that are transitively imported by a package or test found in the main module. (Packages imported by tests of packages imported by the main module are no longer included.) This is the same set of packages retained by go mod vendor since Go 1.11. * When the -toolexec build flag is specified to use a program when invoking toolchain programs like compile or asm, the environment variable TOOLEXEC_IMPORTPATH is now set to the import path of the package being built. * The -i flag accepted by go build, go install, and go test is now deprecated. The -i flag instructs the go command to install packages imported by packages named on the command line. Since the build cache was introduced in Go 1.10, the -i flag no longer has a significant effect on build times, and it causes errors when the install directory is not writable. * When the -export flag is specified, the BuildID field is now set to the build ID of the compiled package. This is equivalent to running go tool buildid on go list -exported -f {{.Export}}, but without the extra step. * The -overlay flag specifies a JSON configuration file containing a set of file path replacements. The -overlay flag may be used with all build commands and go mod subcommands. It is primarily intended to be used by editor tooling such as gopls to understand the effects of unsaved changes to source files. The config file maps actual file paths to replacement file paths and the go command and its builds will run as if the actual file paths exist with the contents given by the replacement file paths, or don't exist if the replacement file paths are empty. * The cgo tool will no longer try to translate C struct bitfields into Go struct fields, even if their size can be represented in Go. The order in which C bitfields appear in memory is implementation dependent, so in some cases the cgo tool produced results that were silently incorrect. * The linux/riscv64 port now supports cgo and -buildmode=pie. This release also includes performance optimizations and code generation improvements for RISC-V. * The new runtime/metrics package introduces a stable interface for reading implementation-defined metrics from the Go runtime. It supersedes existing functions like runtime.ReadMemStats and debug.GCStats and is significantly more general and efficient. See the package documentation for more details. * Setting the GODEBUG environment variable to inittrace=1 now causes the runtime to emit a single line to standard error for each package init, summarizing its execution time and memory allocation. This trace can be used to find bottlenecks or regressions in Go startup performance. The GODEBUG documentation describes the format. * On Linux, the runtime now defaults to releasing memory to the operating system promptly (using MADV_DONTNEED), rather than lazily when the operating system is under memory pressure (using MADV_FREE). This means process-level memory statistics like RSS will more accurately reflect the amount of physical memory being used by Go processes. Systems that are currently using GODEBUG=madvdontneed=1 to improve memory monitoring behavior no longer need to set this environment variable. * Go 1.16 fixes a discrepancy between the race detector and the Go memory model. The race detector now more precisely follows the channel synchronization rules of the memory model. As a result, the detector may now report races it previously missed. * linker: This release includes additional improvements to the Go linker, reducing linker resource usage (both time and memory) and improving code robustness/maintainability. These changes form the second half of a two-release project to modernize the Go linker. * The linker changes in 1.16 extend the 1.15 improvements to all supported architecture/OS combinations (the 1.15 performance improvements were primarily focused on ELF-based OSes and amd64 architectures). For a representative set of large Go programs, linking is 20-25% faster than 1.15 and requires 5-15% less memory on average for linux/amd64, with larger improvements for other architectures and OSes. Most binaries are also smaller as a result of more aggressive symbol pruning. * The new embed package provides access to files embedded in the program during compilation using the new //go:embed directive. * The new io/fs package defines the fs.FS interface, an abstraction for read-only trees of files. The standard library packages have been adapted to make use of the interface as appropriate. * For testing code that implements fs.FS, the new testing/fstest package provides a TestFS function that checks for and reports common mistakes. It also provides a simple in-memory file system implementation, MapFS, which can be useful for testing code that accepts fs.FS implementations. * syscall: On Linux, Setgid, Setuid, and related calls are now implemented. Previously, they returned an syscall.EOPNOTSUPP error. On Linux, the new functions AllThreadsSyscall and AllThreadsSyscall6 may be used to make a system call on all Go threads in the process. These functions may only be used by programs that do not use cgo; if a program uses cgo, they will always return syscall.ENOTSUP. * time/tzdata: The slim timezone data format is now used for the timezone database in $GOROOT/lib/time/zoneinfo.zip and the embedded copy in this package. This reduces the size of the timezone database by about 350 KB.- go1.16rc1 (released 2021-01-28) is a release candidate of go1.16 cut from the master branch at the revision tagged go1.16rc1.- go1.16beta1 (released 2020-12-08) is a beta version of go1.16 cut from the master branch at the revision tagged go1.16beta1.goat16 16328298031.16.81.16.8-1.26.11.16.8-1.26.1asm.htmlgo1.16.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.16/-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:21310/SUSE_SLE-15_Update/d8802a3509584b28d3dba6a1119ef4fe-go1.16.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII text5'Ulnhutf-82afa92b87663febcf6dd02a98060c557c741e86ad6de1849be413529de0cdbed?P7zXZ !t/y] crv(vX002A˭e|QDHBT2Xa:ʢ/raT< \cg5iN!ed\*q 8ۓ6MJ(9Q8k ?>qѫݹV2 H ]̅73-"gh?xN(Vڵ4?,ԥ"6.,nHM >*]-<̈w\M֌=Დz:<{@&d)I$fIxQ]1e*8ޅEi.Az/I h5UF,ৢ兰}oP ;;.\ﹿq?:Oa4 k3`j<"ho\:Ey>8u .y QĀA#I xg+v æVi9|@I_ 5uJgqn}oAB&-{opȅ]9`GΏڐ]}' ,J KEאQySyeVF)ZH/WPJN~`f^tXˁkwV~B3owlN{.g LQ yAӎ;/EUá4Tp?"Ta0fko0H;ϞZsE+au'cZd?4GOh1BN}GѲSR? V{?6Ѭ=y߱(0""xJw} f92qE冠r֭&6sHfO v}쬟M}OSD!\ '=A aGf\fkrK8D4HvqJ02\_{L hNg4`q-@>6٪ۖ q A Pj'((GDkحK$)Vmp#/ # .\"YE5'Sgw(~&9(`GK4 ntPe/@>w\$n/^g{ &Q52e7%#q߯4tIR; "Ym?#JY2{tYJ͔@4S7y*tY;?na D Q:m(JҤK'ȫx fX!Ō}zl\&`dOYklpi=/Yd5@} _7W.jZ.u.'pdEhp@`>N naPRK9ގ>3X7+aqqdWWyd-(+:qƻ] ;ӱRӑ/rq]"Vxr{jh!DrdwE?Yߪ}t2`7-h'w~pF^/u݊BWFZԬ:dMγ#)blH iA񺷎# =Tu<\eN9??5jAT +wAv~Ze~9f;0m-?T .pՋ {{8IҠ)ذ?mRkc"իf.2k<:A8LLm@;lǷCU}&̍Ml2܍ beȽVLү'd<Q[Wy3MQtERD/F zƝ |*4+C01,,(2IFz%hKCJc6]z$:k0H;CuR8xҺ`ƩJEݤH3  8gG0b7E"_9~oJ>O2i{BTf8nh*ˇ3T+[ډF?ƚDrT\u<<[EU$ӟEc M:R*6L\s. "1~&XZvYoM?a#LGه‰.ju:Mi}i_xY] %A^@;f.?ݢqXs$r.Fz짡2bf[YKzNj&tճ{{"0gfN?^hӪ?/QKVp"+yl+?s9G"JvFe#K. vK5PZuNtIZJK S {VIh4?+rtpK11nW1?w!r0xӐ#F#YXuq%G. wraFu,tQB ,ڽ}Tq,\RvyעǼ _T@m{K vIdta-╳R2 a=h{TE^Sg`$ ;PQE 01%V)llBsly oɾDr9wň-e:M'C4{)Q2Ā$=Bc>#ai+yoUr, iw':V+׾?n|':*lxg`1!9~T:u*Imͥ5lk,^?r6M8Ֆ㵨r+L=(3Ny(f`U6HK] FdG.*x{D}Xb8x5{9-‰ E<1փX)U-_JnV߭hTRlQBfOsw}r<`R61XBgf6Zo:Yj:;j?ߒS+9ߜxRܣ:bwuU~D|oO ɩOzD"Phvj#[1 gQOqK m5M!AgL}@?Š y_vc9F Uxgf ZYuk%^jA7 <ؐ[a/h[Z>5U2BL0Bnnz8e"|Eq}!/9dl4*_6ND"9Wŀ6+|NgBZ?~`h"Em`mcP.8e*P:H8+xZ2%ܘm7Yk{0W%l$fɮq}J GqGVkiOJV։׎U|ۆn>좄Gifodd۳#)d*;;#?vAGڍ^ʀ{~r% 2J>PP8GoQ%ّpK|!xLdf&TP"\;Mu@>*ڌs6ZxdnMo0cιs>4IQWo#̘ peHۺ}Poe)0[Fb&ԥBl8 c儣97.wr? ~S`(\ث1}jؒ6Pfy Ze?\)V/c ڿ`mH>;ᖟHMd$ OvpB7GKtH,JK#?X[ǨNPW)C255XZx{,K*p= ʢ9ăj~Tw4AC`ɞ.m;>L rD#?7_{mrhGz m=3@BL\Nې{|l%Knſw^ T=ѡ办&(T%> MqVl85DgA q{,8ƭ̽$ rH/GAJjߋźn8Rk>&$I#7 $3%8);I+g.jg}g4BѠLm 6N7N*q" О ęO&T_ovOM1Q2#sbWT0!<չi`~LJШ?;A3 n0f\!zڐ9ˮ ~A}_ӢU5uEɍjAE7fZJ #u2EZٳ|lޗOO&znϧpjA{t}BL{Tb+#!w5#נ.}R'i-')J-)DډP*R.zJMGIxDç":- iPPrr^*+ kIbިA!{f۴ILoQOerOSbu @@@EF#{yx^RxrjүkNyl9KW]RC3tʋT mIp4DYif&#*R5֏Z?"#L^<+"[^zFFַcM!g. LZMq1I0KQRMeke07y<-&8PЙlnJ2[,+WEڴ;N}5~O3+F]dFPt9\ 4oyx&h|\'7!XmprMGr*6MjEG*f儖*c5۴NI2/&g.^]iMKҢWC&#bCl1KSglV+[-]PJt6ڤ0eA$`̜soր9PNH1諌:r3U.1*v*gϤy2틽HřNP,Pf #~neSF Rq~L*ɞWy rZ7@3CH{\U"C |X BQ#'a_Z@?Qi>33ue\ ڇ rsV`ǠOGB1)T[ +"E.85e0(ݕ24~=;X~m^% 6wbI??˳FO% ׀{^3(0>:H m9#,$\*FV={5uoUm^S7ȱ9w+ |krUVދ45\!jiy>#5|؋Ǎ.cg[wu,K11k1?43T㸢ǠO8+Z34wdx7fVGzԶs5gJ,jqQye2b+HJ/ ޑy9rTַtm)`'Ў gjeGvwh[Vp`%}įpdȡ-S_O Ğ🎉Fj@ O # CƧP 5j<[뿺s`ܔa&kW޹we/e4.>PC>?Rv4xӄ%ҴNcёgmt\0tWA8?8p~Snx`;`{Nz)#5vs)P8USV:/qHWF 1KtĞZC4WaKfܓЎyD6|QvC-VF Ϸ,NKr0X ?1#Ad|C<3g2g6X%x&B!R1DOȺ|1Y\T~c]2ӹ;s:mfyFn{A Q8ޥO}dݯ:pUm;'R9~rA1ՓA[l\ʣoᓌ'q$B<%dg3hA`+X ^vyPY_OR5HM ^ їv5{sZY)FιOޢp`0. )W]{ 2d5hI.\攣TG m`Ͷˆ7 ~\X4#!Mז(tU)-+YJ˄PFe2A{/G]ߎ5pO</9m]L`>0ɻrV>-V }*b{槑[O_g$*˥Cs:+`oC,V^[ T?,Fa2 |#eSp>%p}+~[Nђ+mo 84G$K?@i[H7`*hi#TT?NP8ІӢ%a~Rq?OJydO~F1k8>7>*'n]Q=BW$ MF=z\r<"6 Vd0kLCVB s!n?4jZsЃ7U"̣>iq\F왵%BilR|Eð8LK r?m;ߜ($@X{K:@uʬiɒ;^22. kfc4#Q)FsU::0>lq4sBXl:Gٶ/żf(٠9rUM6݃XԻj#:J=$.tq ɞ{:,T%V8'W?źhɔ~{lW}`6lȰ4ț-%>Pr= Y5_ȋ?22L:UP`'wT4ZxCY>a {Ւ:.&]&'xf~S,Pp?ܔSYw*vmvYRd,5&$B@&HcX;MjL퇊=Aɴ(\ǖF;ֈ7JZ@2v`kxb#Ů|#sе5SŸ˵s=MA8qzeuS=8,jǑȿ4>Ѿaa!녆ŀstD>P 7Y[B}J/i4eTE2>_Z?7TɠWcIIcS#F,{eaxw1Ů+46#!&+h lǴhaELI#u`Gm&"ZGo–ݵ_pg`[{+7APP;^Z*kB^@潀/[N\i 5F+oLR|rIlvlO =!,[2־[_:Ԣ)@d@$ʒZeYLz=Ok[Il1(hx^ n2s[sb<r`+@ecc)B%' > @ԴUXĠ1{C ]PCFep^{kɿYG#t+tfsQ H'v=tL{ujGt9`4Bc k&IyxW:~ z|u#<eTecFgve>t?'P\} 5ݳhg`k|0sğզHec}lVEXKI_<^4,1rɖ~wD¹ƹ)!:Usƫ9%s|1W -uN"|:“SѪzr0rG񚨉ɧ+/׶MJ 1ZA.ɥh8D zRyM+k?zD^ }3{3S2V# ,(& j Y+y~\ZI_q08tcE]Xhkk#|ğU5c Ŧt 4:6+,A):YJsR@aQgd鶒rˢO힫$SĴRftfъ-L61-LPұ޵l%)s4T@ k2d~xM_xK\-i˙O֩hsa=f;c30Qm(?$i^f-"Afu\YK4MJbTnz%i6ai!ٙ׫$O5ڄ q#fsށxZPz2{CO4 MTx;K﹦L_Y8hCcW)8MFz‰#=EmJat!3~2G1+KzUUL L; &YZՏ^Bmo"Γal,OάRz;òp\zX-]X(sY$ׇio1kgZLJ8k3b˱5Dy>쁂|#=GW O;uF|,3D6 W=gc(lM#ft̚ CYOW]u>V 5ս.iܜE?L @tΡj'ֆ/-.gJ_/'M1 d yb/{j Є l>Fyɋu>KFn9˲zxB3%!(iٟxM ]`Ӵ %If~.d3;@њ5`LA<"\u dPX? )Ҹ7^KjeSv1z6 _ 廳_)Y _>i۬ɭGBv ؋?+ m#(!ZׂF,NhQ1:Vv%2}jxToh{.D_PAAˀ)u@ON3td_3/ *f9M R]HTS,{b]>[׭qV.+$#f佾'SǪ B頜ށjhɢװ9[O?җ^/~F F` m2g"b1ѕ2#SNgI#:ϛ(h׸B7X;X N7qDUkdVQ11BWJ^LJrS_hf[PvR,~O=̜^D2P#kbf434&gJ[aU]}*?% jjy(Y&3ɃҼ0_r:'1fgII0N"il)<'g1*V?cG4FVŗ[‡A4;L' |N"z/L"Opˢۜ;+(C\@,ouzȴ}"*F%]WwHKK9W=Cn_.gynu 6690O-s}I np5.9"Xo5Em tĚA }_9CIӏ^*%VUܔ'6DYaU-hoy[3w}c  aSvLT4Qy$-Ml2epU5 %؜9{U?wۉ jDoбRJXj} $|t  #6F^Tr31g]T携'6FIBkqFR7m:F4,@h\j {D߰{#\AU@7]{W9.{4@u%8]#fҵ[akr'aPvv"ak^7>$hK]6k HhDCI)ϙ(S?9XAMV;cQΜުs$fyah펂H=!`SJ >H cogzM~x,<Gho`֌RnF,dz(]J-HL3:4d%: v4tq:J8ݿ) = 401.}B ×"?ѻ/YIk50MiW=݌u<..?"Y)VO/ܮe ;!RO#2VǓ_[ i|aWXsCh_$C&$gt.t17Z* |e*[Uu'뼷\\%GJgA< TdzEK<sPc> -`b5ڧ'֫H.+ sC{g%iyReVRB$I#,Y3coGq2Ngt3QWR5|\3-FMP$-U@yLh/VI; 'ri^RBCt@G؅ a#EE! ǖPrv~ +}@,DbWz7,*e [O̩S$0 qv7 )ƏpAyc&j&۞fb>X,B$[i"qL3 F2Ɍ-/ 1UC>">$}'VdMK,K\yT̮x+$|_=r`1u uIn̢J i6/2bx@!QVY{jTtT7)A>q_&NcgI; Hb}3S`ڞ(aU)kesO{![׿w~78R,0]1_uhZXlb#ԏI-*H2мM'jL}# 'W7I^5ͽ3ѭqS1PZbMjL3A6h,Y}~bHT&qhjɍ%Q+~)@욵PHCg2ȩ#?y-J9ag1]dqkFܦJpj=,<:4j?nu+Dj?IȌ=k"I]ĭ[0E) hyEČʱ, m DgԈ`GV7q5z=}1+&Rbtw_BuQȖ$dV"$ɖ罏}/ጢC#kW@fF9Sf,`&lk!GElFgu oS~u3@w߾U9C -gHN, 1Ufh bf+v<#x! 1nPaiBGŒ͙vK mF՛LLY4+8̀n3 aIH^"C31,9Ip_ôYʾzǒ SMdxh\u{oj8vC嗺T^;gZJI;gF=@S;JQ uN{YO"ڕU͔j߿rpe>%RIC lH]-owNVd x2sdbXG@C_#99 Q]1>wWx9 E[0OLk.L*L4Hpz#:DBعnpHwC!Xˬ,ZMCmAC$7]},7(d`pT10;ʵI əFn@·w\9цZ|8Ϯq@ ΄gOvrtĢ}kp;D+ I3JB.7yPlaLyd€L i#վi[Y{4'}5~G ,,>ӫBb <(t4 򛵲Ʒw`+4vQ?Hcj=OGEȸ :4"i]'5Fx?!ʂؐ \~Cz| a/ا,PKAdmT{& NvNB@߃g-dtv>0?!b$R5+/hs Kvb2Q]+vzJ%4=%2,B&pZ⥵XWR+!DXSF=w ѳ A E$9SQ>92óCya8Vmi_Qb/ht.9,Ӏj525 {/n:HzcY6_mcXIqHTȥŶv-O5N7v{o'gmTPAU_@uPc"0l!u^ڸ!IW#K̦F?H \E<vw8/3zZʯ܋IhC`;VPi|-/2q:A kh^ZŎ–ô?%5|8̰hˍXہPB06!K<M.n O&eCafVe?s95כJ|XS8 e_E~1[* ; Ď@cѕ3G>O=3'l!K?>8Ψk}gFc@?lRy6L g2`Ӥ{TzEv D925KkpFyCqKP'_lhlظͼ¥`3;|_-h걣fB TS -bφϛX4t ņwHe,YdЪ jSHx7َXs qzAګu=E\{ٸ(bs'6s}:yQ1eY#,> ^thTX#=7TږNxq9Q+gpEsV}je`~ǑWH&+Bfy{3CbpO']fk|2hq0eB6[ $˸uZ̜ Za3Ȟ<hZ:̐g}j]Q"R+2r4└3-TҲG _83ӆ#6.rkd4ԈE4=ݽ7 L  i&NTݻ#QWu2)Wu60$ָn0*Im걺/]naH)bvYN צB^a\J^Gg6l6L`GephzOĹ tFcrFr {t):?(0T2cCBhҙEU[#:̰d帯=_ NVSNF$|Atypr=MF  E?/I熤S3b649"Յ.N\GyHC [.[ ~/ N/'봺 :LpX0~1C͜᧝FvcՍU_mג?ph1a~@6-М" h_ iLMŲ|5Vo>?SS.G1d@3%XV^)L -8MqQHSֶ‹$,$9biYx)'7DөvWԒ̱oP 8gW!  s) m{0mfsRT7@m=t7Y/0'17|ιrVliunJ_+>Oi2;f/#鄾LGU 8y.Q@f?{>B/"쳜-K$<]": (ѰFn !1RG:4֪.`T &Sd4)ɜIafX9^ o,`|$'?G;2MLƬ8k$)|-M҄COa Pʮ$`<[ٻi`_2ȗ*V{z(Ee+tR,Z?U\]HNq]Zf-aHURװeo M$+%`JqGb/k%i_ 3!e\]ת+Ա9&-dίzi0QvSE0YDԅ4=/,=+?w.(-ًhWuWEAVˤL\T:ι/'Ū!j4AY)CKgU qof/ykt*f?/;􀎚z2?gĆ o XZ?ԻN3I2cInfv;uKҶMQ,,Y%-Q YCDTp0戴!IaZ.67yFX7SoR_鲣/؛mtt ,|ilZZ{gvL6Aֻq= {M:mDq\+P^{>Ϙ]Gg԰ ;92eo#/zeV]ˁ\3p1O;e x "`HNZ]7fj}6sUl!OUFd.G}uGΐ?#POwg=R)UN^3uebQSluI;G5#vFiqF%_p4upHUJ>_9i@8n"+(5usU``C:ZnчZN& MI=VDWj/3hؽ۶g\nb,'W!v)Zg0qenUxz,:T)M+C/mTVF48*cTNZěxRn-T\hWvBXKп’3Xi{l^бCSJ]݅2mivp&I3z,|';qAeN $l9Gaih7x-y[`𖅲yۍ! iPy|/Bl^gV/[`\hvbFip@YtS;S?r@u 夹|Y`316+1o0+9v-5J>ߣʈ2"ĦDm9yHUY׶+@{tsЃѾ:f]V`Z[iEAbIsuNx.abE_2@NpД|C=L.sUj.9#{;0|EfStA'(Һx5|<E%'S=,a&+-?@ԥ>F.9>rrYi삾 3IOvrakR҅y"q/M8yF U2zP*= &.5% g -]TɌaJe"#Fi0wg2b/;)y}J-u`Fx7Ԩ Yopμ\V;@甀iHo;)S ) PuErRSP$#8NBۥ,jpG{X_92|,b'yOvx6Okc+⡇&Dy:[\?Gx!OڝԁU6ǽn\)w=}kä04ǷձM8>R.F iSĻADjYQӉn /կ1Y=eX.C>eC:)'w9\0271~F'%||^f,9CxwRpN9%16pPXu\m?Jm_ZBh=c?soIB *`p /,*xdhC4Y9(/٨Nt fۗL9l9m);jXH >w?j=6kvCVҡHm#d`&4B.=5"x l0۪I c {KC3L-45yWA#%P GI 4͜3I pyS@!_⋲ĖhRpd/b_yE0*aGtK/ߓԤ92 ~ĤwzbQzȭݡc龗Y 3*,x}R`$`tYc-NK՞xI!.fuU8B.AjA=SvWrcT䩳+{ .wY9e?d%(JoZ+q?Eę7٭j;_ÞmXW'qᣇ2+˹9*A+ S2 ׼%Vohm)#:ak{RѷfZjE/qOKj'.ȳ*%TfS 4\u7ڿ}~z":%".׊ XGdl~_.y_jC"ǔx $Yş25JdvwU@2e=m5^b JG0RzԴ{-WĽH"]3˞wv}@A9heM;;lq]^Q$^LJ\/VAtO6Kw>VWvnK- %r:?}+NFHGS.2N ϓ$$Fiæ![;{ZeyCoa7e>BM2< 7ɒSROddV(8Y 5G'vi:YxzXTa:Zt.y|}`[^rR?O>}~~9Q01 9=[B|(0 \wbOpdu.'i\pfc|ZR͊"GIB/kiTL3R(/WU\B>2NVizn5`:j(0{i~G%=rZ6{Zj1,}^tcmPyBjScw- 7_T#tzA,PJq c3]M&TPmٱF-ՊFȣ@iI`j-=>|p32LyKʼnRh [YoynK-mҘ*NtY2}#2>uZצ[! w@p&QNCg W'~/f+:YF)z.zxzԢG~!JEh;L }{d_#d0ӗ %Ne6'(u4r{ &ʶO悗.I{g" ߹ca1K6dqͣ9?M'Qr)nBQ^3y%z^1mK/Ύ32t} =N~))% \K&`?n.f~(ot NW3oAwၦA Np̝W"M.Ba_ѬxvLs;jЈ_}9>?F_KֶY/}?)NBĮA/' gF(?*O,hvNm5F l1V6)Hf!R^(; ځv](f0wqt8Q fuҸM8av22<) #5ɛA)yZn eD&M2Rm Q[h3?YZ`^'4H9gڲ>Nma@ [- pKѮp|kD͖^N\:/(i\ o5(jalTj ә pK`/NC{j{.oYMЬ^D G{gr? v8F)'뾪x8x"P8W>.J#Lxsʰ/o.u{lr\]Ow:U3J} w,z)+LTB ze_rΊc^G_DXzm'ѐK7ͮSz|^PO-!9d&ߣ,@)T =\W#&MY2)cԢГ?2ڎ -%b7 Uk3AAl;b^\5a829*(S&oҨ 8]Kh"Aj{OGUCEJ3hREQB{Ŕ8=msh:,lE7Uj6$=s.\2LA )èc?RQY&v2QbQ+Y8巻nOyLg)k<r< 6uWwDul`VOmKA,%3DX#1TșYY7s?2q Ŵ>3Mق;tsQU|_E$ ΕkqO9nYGAIؖv]b3wJTwZ +H{rD'պ5ܘ`dRDb峃҆~ԩ>bco'$0Os4E<%Xs< JphC*QWikruF6?!PX%Q(3{眨Έ9/Xk"*(/ _ If=CBڤ}Tbيy;n p^o>"f?l3,QZ3A"x6޹K?DG-$B"hDXv%F'ۥ1OmqkªM }1Lk$؈dwveLajՑPgPUkDV|n#bݬ,T|΋V\A6{mf}Be'1jTQfC-rPTGUʵ]`B'[-Ꟃ'F? #Xq޶(vka3lVLQbacS `sKe) ]> N¨Qe,_8?Hl\(웶S9!()Wߓ#e yBbv kEҥ3#O7xکi]4pWGѶΛI_S\Ojk:9*kPnyUL3z#x{AS~Wq} clVl_} |[t"?, RKd:"ՖE¯6ɛ_jw D93~eUX!*Ï[9 q8Ԁk1sV5$=x}j^2G7/?nIo8| 0 ?#d6rju3^)$SNvH-R?Q"9s)A̪Q kbG9RrK /Sq?ht&IAnք9fԅI9 \drqJ2RR?*N gb|\=Lw } xcJ`->E妴WMj.DvĈhT ˆ5;0zz;~b)LAqD  AMl ՒP(@GblT]BQ?m9Ve'CkDA-бyoWv(FVqS` HfCbް#ґ:ӧ[YL~̙̊`X Z&}5š;Ky #vH&Otp9Bs ׁY6AFSeU dKB;M`NWIv>xf` P{mw5V|M@T8KsIiHښРVۀUټҐO+" S63 I}m?{8ˣm%}k_Oƨn49X9^4XK|~Z)>xl;fUyDS`oV|;zov OS/NY`˷ cᏐQ}fW Ns$]w$i3`T>^,҈6uy0rQQQIݻv0?ڟǜ#tY  [:\7@)v]ݚ/o-DzW9.},ath'U"e7 6'I_-c%']3;LDTPUߟ!Đnt5KtiAԂPM#:އ$XN2 &֌Y?,3[";&βY+d7 1|´oS!T| vM l/&^4w1ұSf9#[tIsNϳb&X),FZzuwu!B距/l랧v.yJC[);P#r Jܯyj7\/l;&re%\ڀzTt>׷!nXrgMLp6 CZ6JU$K \T50&kV¯ړl/ReijlE1qWMM_/$zbQo?&]upl aX3dvFK veE.]zJ\i9S(ԒT7mZix[c#( \H+PL7Œm#{jC{=)_r>i\'-3$,0Ց驌Q>Pl[_fk M/^an?ѤNKՋ rneO[Zx֚,.I.a=0=lAVTٹ7¼Ca(IuYr)|QL_=:prl& Bj ;dbufFj%! Er&CnAbN1`Hv7\7ʧǺ\w5/yN{KgFn9Dl͸F];'t~ ߆ jLg,h`hs 'BULXV*JFȝr4Jd1ybUu: ,bUYUkEfhnվq *J\[5u)Ksz]^kP~uhM8ki(J7s3)O$XՀRSBD>nNghHIIO@GYz&u: m& [{pGe~]LnRU&yj4bOFa]) }\ݘ=z3E[G*F(~Cd 5HIcJV\6DC[2 npW4[N^xW\CfmdR%!JRԪap+(L$ds;ISk 4B~6J[r/:i{s9~dq$򹗻l°gZ4]~j^kyiX_ Dyou\T9*4߹a/(2њ6zGE% v,2L~1kV=tcaw: cLWJ@KL׳4-D U{$XK,M{TkqRHs۫^F܊%]Y/e?j U-yqu﵇}LKjѲǢqt,[־B9c!SKPW ,!J1j .]kb߽ZTn.FD%`ck×lv82뫓aTcOߔVOhcY$VW] zJ7|@_zgem'p Ѡh+;T$.KQ$L/"ЮҖ<9=&缌 a35BmYbb|UFO8f6Ok(N@Wm;#aE'^KMjX+vq[I%xBkx {L>V^. ni2D'77%*ӾhwtdLzD`0|}TXN Uet B[j=] m2O*bXiWί]O!$6ƭF;%w>`$mS:A9\(q &$ݦ&Z$єzOkM*now,[z֘^7dn.F iJo?\Bأt~~3ڂ}SDn3Ix£2tOWC1W\=_oA'ozϏ0\CۃzbKnaYzP-ON5cW?%PDz;Q(OTA_lmgےpkܐ? t/&:\*x 5ފ3'./mo_ Mo!;wL)96BYVїq\5 j*NoF+za[@tZ~iUht3UVP;MLIq6%{ SG" s>*(yr7Zbԃ~\O̹Vb5kӹ #\bq5D};BH&(9%&9,#|Uj|z58lꁉl&eTmd- q2 *֞Ϭ3%kq8Hvl^<4xYI{=0Ul :>L1m_wsںݩhX/&łb6=x2 zmP mhf4ѫr:E'2Cn+蠎w ~YEi|N}AIHP=66R48U('Lz,YFA;3/n2ENUȽsU4aV1[Ħ$Cg9lPn7C^j^f M Ҽ-dSFK MIϪԨe¹$2r= @vx_wm¡Q] qݥ=Hm.^zOsxF)wΐhA 6]GC5OTrw)h =(~4 ۜQ qʵoi ~0!izJ5^7(QSW@I!摯9ЬH*thB] ˒Q,{m^-k (94G:(LuЇ<ny:b nضD:0 }8pP;' c$?kl9\Ed2f l,d_խ-hP[C?OwwILFkX l:O+#`$!~%i@~ܕҺ?N1'mu8(efE,d=9nkry#Ktv7 HI䩟oG.ލ< =rj.!UNSnn2%ec7JA˶6w%/Ui[˒:62˳[aϜԛ"8@N/$4S[ )}|&5"w득T>W'aՉH 'URk'S Lx̏7bsuj."|=4PQzUF~uy'9YqeNS1;[3\p!pÞ2]L9TvEJ=&dY%gڟmw QdWUAvḦ́oTKh)wUC` GK.̉d3{kvWg- iiθP gK]3 @ k@BmUN:qVV‰6#sYkBnBpɻaFn꺚;lN,4!%efm#Xhȗ ߩO~ҽmڭ%*R[Hc?=dVtX@0}UQ4F?s1V~QTO32;o<Ϳ">;7 0B;Az`LrsGsn>OwDwՀȦЄ91z"mjQiB0.Ctq:C }mn[7> FX&u;)HLY@2:5N%ǟ\:zz =W _552յ?5@TV;d z F%2)ly气b%أV8i8s[Y0a9̩7z(}쮹b13$.^m\A7#CoxigE͍Ry j ה٦dt[|ԯ>VRPÀj\ :24Aa#+&9~TpQ'+Iԓ9M,9Da eUt1 l{tr ^`(ՍRQW晁g~:kEOechW^@ǵԷI Z7)@Yzr3[t=1SpQ, ls/O09Pv1ٷ] n&MDIP-5tN,,u+Zn1zӱE:n2Kۡsw/ ?&O|`78,A~a;N/jR0Ɵxvu^Gfc NML2jaqHM'{nSxRia tLU]!VxGu>Ξ3 0q:82VϵplN;oh<(!B^715?}BRsثu^<,jE^k;|uFT=;w*`]Qxxq ^N$f۟$_u1~Flad P&ouuN1ә%1V cFזGKyS~N:UblJ.e {*P%ƻmW˿s{y%4M4Qmd) 4PǭEALc*o??vfdϩK,tBHx)l nJ(ˆH%Tx?,[c9?NPKC=J?-} W^9f`Qxι;Ul QmeekG@C!ufV ܄qH) Og`&S^If.#ZPб֧81eztnd0/ e_"ArHQ$ #~PLfz9<$9UwOK9ˤ }aLSco l|}~3A} CWPQ:34n6k{?YN-ڔũ8Du+,TX*UD&2t8p>lס!y{Vd8`%9Cܣ#N1<C~1 Gdm--n<.]4-!SOG$z*N-<ծy7 |=͆ۙ-&5G!o*[ܢ5ui6הen$peHyQ*|byJ@Nz>T~:~4,gA,23&!2c H)߭[kE8ӜLMءۋMEr4խ3"ПX-}8QC=?QFgU:nJ$Sip҄g3* I-h^C@gqhtIEߎ:Qnj>iH Uhu,“e'~݁fslvVH x^ p1G>&|ZxSs&B/1C߀zC#)]J;q>[QϚKʦbɨ$*ѹ7;L7N3Z{&KcWd Jʭ2QdE_r3aRf bb>xapwpHw3ޝGߛz჆M/ش:$ݩvwP|+]yT∓N3Η9Q AW)`1iX&7qcYW/KCcN|F~-,jIn6ZZ1e10<63հnf5BxL=խ8ՂZwO~[m+0UoHd$)鑊$S8?ڟoBBlBeƈB`*PdTT4[fz;#nTN+pg[,ٲOPRv% L,!{ǐޔ&J솙[cG99!mҳ:nV|1nCz^)Tr n"Ȑ{d *պ/<$ex)=vvݢfa(K_ B2̪0ŠݦW,@KuQ2YX:u&նG:Ni1{ =&AU6y`j"9g 1u.uXXFriW 0t6XiďVk-<\:a}]+dAߟ"fհ@v (%~!`|"JNP>vu7vrau nlg~ mX8VʡJцd14-P5z<( [8H$ tjաAH/5r =XJ =,1QdYL!BvoraK_ٓ^,|e/,oJHb*u/ab쵸4.r:1(ħ@{> NՌF ?8tH?? ÇZuTPüB/Xsr>}7xCzKzww%P\~89@nhc~ND] )H指,@icyH^AA9YM5zȍ7\672ѹÉ@ We0ՒC0տo0Vedaۛ0UMDwJK$7yCkB0IKyLTWh1Uca{03~ı$(S3#`GTp fެHcRe*֒K&&+脱ΑY<+'^@pmI/wC`~/)i4~S/5qɑr*T;Cr^cj @%Ξa @ICJ_at(GB%f$C5ϠM55lcNX[{ja/P~ֽ5х~ɞC x`[%-ß| Wj$i xH> 9 uQ!Ka$~24"amh49BӅ3~sEԀf꟨唄*4ulx:eGy5oX"0i;(3I@;l}VP˭G8.]uto($NEA&!AOÕFƿ$¾#{V hTh (61DIn婢/uXRգSzR=@=AąL96Wtm̼e} +vfj ˼|gczm370ڽqg2~V8֤]h9p GqTmz$/su43ʭI}.hҺnZ6gj~@?ZUwk (M^&z$ZG $i'eADY\{8l,=y~ ."عU֜V*d|"Emf'i@Ћ%T }0J]w>Bx`y"FY]̧_()Lc*`z oMo'ΰSf ,? iu^*#פ>9ޭ3i:"5':ƲGls9`ak+Xl$soLFSfU 1 <%A2&o`-,T}}Ozswr 3L TqVnAϼyڜZ} (mkuD!%u7x CJsbkp 8߿Jx ަo0v`-tnz{бY˒#1Qw*Esn ^4G^< dB2A0ifv͒C= v>m+]A_Ct~S{ӾX ΕbF[L6G P:^K;CGoVf Twye:P\/du)R:crx o^|>>&abΌA`!L vDa'i~f.V̟<3Q{k'o$0Ƈ  ̥qfw$nH\/sp^_RX-9H05K#]=Yɨ){CsyAMTi垑, >y\rDwP}@y,Ս;:.`ߝ>ő?tֿ0J p2|cs*sΉ[[I`HȝkW DI;q{t-٢6 }TN&4t _S ͝’"LT%OR䪌ތ//yv3AkGX%] xW[kVEbI*IoiCN?IVYp/UhU\+DkؤR/nl @D`)N;W8D=$(W|½C(!T#I UQZ|L-1{-yB{ 7jC1C;?+TjS'_=_B ԵPTZlwf26Fd(HD2Jxh}p2.^T\^4Y83gu ~E$?[@OHAY1u9VjfDjMRru"B|z/[IMd@FkWnTT;/{Ì`FEKvQ0v~5w8M]= 8], A*kUɢS ˈ,qpϪ?yZ9 =XxK8>9N7! f:+"&yM1H+Y&|jXXWa:Ͷ鷷)0e<Wϰ2,PgqLk%TvJ{ C#'츕w$Hro X0X_<A= `x_*yj0Õ9O>`fD4ynd)^NDžxk)mE׶.Fr<k]2*ЙU\tN פ6̶*,E]xi#JD"oj1%~娄bGG w;C`'$F܏OBȆ,D@c/57#ζYcN^k+&%~"UUrho46r֞{wCbl:]2%e,|?pF'#1BY2,V; w9e`s=*QY @FաVa^smhO,J>h.SUUwo5km*#W%K\e,&|z>;\e֠hLN ųfv|<'ץk<b貑9nw,2hm*3>&&^ABӥ0jj +%?~u / Q̸[qI݉YԳ6b/dF\֯AV/- J? byX%Xv*--wq5B/Y CRVz4>ʴ,SP?d@5f}Le2cWɓUX|a0{-@팑~p6ga<|א$񳪹@mT4c|@oM}V~W H''ΉSfUJ(]:ѭ™eř ߕ"*pAb:CxЗ:0$ mڋ,o1"bhۼ~oYΊ!7snD@ku~*O׼mL[򐶺 07m"M#VCC8H·u4{ /\U~)UYDꯁlY̓H8l[F6x>c1+Jڷ,! V.ušK8@bU\kMv{vkaĖ9rXI*uy=q} J~TU 8Şhե4j~P"&*W*ܣײh]p5c/1橝[5; ߅=XXN?nLggQa2&%]#=h<|JMZr;av1ЍnSJ 2%xxDڦcP4trƴP*Uo&& l$|H浾cy JF|(yc\ŷc, c@XuȄvrgDvY&AEWBn &I, .EdR̅!5ſW6d?Ge4i64rYpY|'ronl#5c2 &N0VhD &PKb@k{;_,S&`vG ?ZIr!q`,s2.p&;I 'Qy4ox@ .O' tvaߏ! n{\H@q;j7+r%?HN* 4"dD:[{͐wcيw ){ɖ<ċA_Ϭm 9:A2W9Zs< z d1k緃&D> =6c_SE*Vm5pʇCU 7Qf*ygÄ<!.Scp- TCHF9@>l&Im.{^{k TWig<{pi?Ye'9=YKfWڝ~M~o]̫]ERٯ4`-*Q-(#_K| myE 9 79Pz+1^M0J/ֳ֚@zY>ѤLLW]g]O;(z:8Iґa[H68OȰ5g?hW]w1 Hφ>RAjddMZ edEQ|@ ~&DlvKٳ.:_30#xs/fc?Ǚ[6k}7 N\/EqY bgJn+ yc #e$`D':h ջ*yr+U@$Ѣˍ%FMvǮ`oZ.؝&GX(ՠ Q6&S&#l]LZ¬$S(X?i#ˮqzȔ4}t:FIo-LF{*3?FWavKm s:/h:?49TM$6L-iPZb:H$W鹨Ax>_I_inӾ0RcٕǢޮ i./aU{jKIƥXQͣu­L r_t?1PO}rA+efN(xy.+P1$rg%Z:FϳIBCQwmïFI(cq]u6ӹ.a{ L0+`"XB[qC_#M+l " WKFS U ~mk0^-ho蓄aT MZ=%^=d >Yk0 7`В>LP;1+1A;-RS^B޼[EW75%Ef5 w+;;q P'Cu~`Wp՛W M5dsEݔ9Z؃q,}di؃A'U!jD?F%$QIq_8-)%yj&:|Ԍ(u]HI1q?DxǁVE uoCz~pCvA Gۥ J!JE!ORϻBhsWҚu5Dt;|4$[\vxJe3gs&ֈLdml\z恢tmͰɺ4Wne/l:+~^nq6,ԬO Bl] EYN<;%+4)RKqC|ojx|TKWҺ"W(e_+e~4ekH/ lO\A1cZX!"ZKVl{7f?{1'o5eуg2oQݙ^x_b)Û>N)ip|-,R`ٹEBN= ^)m62rIoaumӰ˅.CqCNshY 0!3937*)23_lZ6;" XL5?:ĆmdFy- &:YZOxI "vKLFNbl ?\ 9fY?'HsmRBo؅RaRi^H=>e==e,p;=:X=D4/AUS6=xn\XY ^u5t0{'2ٷ%)3g^r($r;#R6?P7}ƒ ]/oÖ?4ǬlKN GZ z *;;4P>H5gU㲰h ?a"aF\֌.~=Owa_ HvY >}Q!:_  Tj'Q|{plQ Y@rbP9XKpY!.&_q[dw|eQqBg@pM3rvhy|pL< G0`\ @wm";PZjNj(fi' |QJ. mI6'{֩ z֛hm4I :I?*g }4DO.7{ H'hO}wx'?TBcH4@~eH¹\؊:RaD\T*E A)I@@W-r6@y3R4xL .n ԱC"uשYNQO]XZ];=΋ yZ?@30 x7C]Xm/VS!>tFm3 L'ƕ<"~IbeYn Dſyje"W"gʉtRg`w59f4.^Ya![4kfW*{3B\j -̦f)/f+{C/Oj-I ѦeeT{<\8/@=x"s%hh)n(o 9޹c# DKӂ.rMp2 lI->c4'ȄJbxOaJ8) jN%H=TPPb-1CB]^) B4wr?xh5f|kې-vg D㤠]97hCWBs-?'F҉&Jgf~kCs)HQֿW8KU>OڃnazY[Llf$U80$ԀPfO}Ř+{p^i.As;:ʁH $73m:=R9 H !$, aˤA &J43:tb{wCAԶks"dl [93YΕkH9j {;%TWl6b|OR7oTyjM6P-IXss \Z`(13 tacAZ :Q[8]I .ikM 84y2SF[[$lA^UsqOYa_eǜ g/B'„V]e@$~XkZwȇFs^2P6&O^mJze7Q5l0$ɫerUL_;&vYh> vUAFW@]/35j(iV=g[k/+Gv{iJ.ZSlb{mR"{μ(H0,b-at> ƜIfe2%GvO$>8ߕ`4ũdՁ(P 85r'+n؀ֱ&6u-F kyС<ʨen XꉅʘƵ/%BR"cG7ƒC\c4k* WrdomfoWIH{/DO-",>S%7=Ydo" &[XӺ+zV-^Cˇ;asf5<E!XSX)e?ᎱĪEGbxX4i<ɪWU򢒱Cw&0_&t Yf]WPLfANA Kdx@n4HCVte- )"{~R()9˩O}'{d>ӊ;d[]R~<E!sA E%O1EQ(ٔCqYejiX]fC,1߅M8~p5W3 B)F|5_`%آs 䬑j w8L>Z,V *b>H U&^ր,khtF U>̒3` JiRw+GQ0bڧ@Y@N1GEC6o8OR1c4& )Q{}4)[FeN!'7yy5>;/tYU eNb$*!Z: V!{DvxuD#x1^m^K]fw)5rWL1 ZZK_4ul]}"OtP!CjE؝h_*8<яU 'hHm֮?X3e#,dסwSkIY5ؘޠ퇼H(bIeK݂t  9xC2 e}L#2͢(Ϫi6-#X\"0ĉ Ԩj+5a^FCSRp֮G)+[BeQeGj AR'@D  Y}&lBzh`W jcC(֗YD{w-AV7OD4h"wVVHUU ;NVϳJ~*d-'2{vDt !V׉jS j3Vnl#@).̽JooT:>"UeWxpنpԴ6j2(| I `l[%R׍F)8AK,' ٕ)~ 7СMr|5hq+m񥑄=E&i/`qq cYT8'Du?xx'Hf>ɏU ,vbZ\_䮇( ZV_No⏎vILڨ-iUB"A ^.0N.6~"H%hu%-g)g\bQ4 ӫkT{[V6]pdOiYڧx@<ǑV`o;7{ɔKyJI/1yJa ur0LIKg ]^} n)`“B32(|:ѧcS9[y \1u6] ṗ-.];=ZfPs\93©]pԔ81µ5>m>Khؔ|ǀge-CذߡQWYwPQ][FH?f4n43`=NwU?Y-(~Kޏ%PGjr^F;+7{L9Ņ%<-ɢʊuV>CYl6?9^,Lx2⨨:~\"թgJGaLnDF ձ_$YJn8vj۪rR;*}'T9"9&G`vݰE1]Jy!/5'r#jUb8[4CXh烉r(a`4 s$i VA.@ Bk3:&cP쏉62n=X b/Ct!0KDВj,] FdcF&в TzZK#p04'N~PN%37ʆ hѫ}J(SSiAU=O#Di%dTd::/L{vy㫧v{gG&4}Nm؀#"dVu]Ig`lK1Mr( f:-OJp3OA<*\E^pi'z`B *j]'H+ȲUk%_)|66IuC?ѽ O@~'I4{'ӆ։wo%L:9ؾOy9=>J,^Kt$be | qi`s6)8.nI9N[s# .o$}F^ean ;y/ith4Y|?\o,&^2&. yxfjõԔP Z|/2DB!o%Rq `&-W+{亡W<]R%+`e_@im( t!W'ihP$ !|5-e{"?Mv.Q_0v6ŰF,i:ȋ~@ liҁs=&)HPO:W@rnhW)p!;l4UN$DBw=ȵgMDJzWFl{)#=#\D6&і+N5(8 n϶Y~3P1K1xtP_冥2©/p$ELL\m݅б6*:ߪ:w89gpjB@/F/>ԄW56롏D ,ߧAcpc~t۲mթD9OEEk5>Bly}u:gDQǮY%_P$ H"*?!47 剑)+$劷Lc??'4kf܇-BsXk±pg=5+i$o5ΈL[^$`u|pTVmhVEv rԣ5/"1.:;AB8JgtVI(X=0ͼA,XbN'2@:6BH x?/V]OnK[klDYաe< dQZbjE1/(ٳCՃ'tfc]%o{ƆW!f=XdǴ+ Dgv.]GQ`l&_ tPW'gU=z|ɽW_}Ö&"Jc,4USr .ɥ*7NtA }t2[4M{Ą>.TÃ6 CicT D*pi#צ+uPxپos#_pi.3ꙠմLV/ZaX ;bKBgw? BV~?v -oeOT Xڪ >V X`HV4a{XS=%# Lܬ֪~ ߖUͣ8FY*" &81;t>I9oMcOZiNdӕق,l~-xTaw옦}ؐXXgg'M=(FjOdoj]2cg>d>cu(V`nnj-\sbۊIC2R}7Dp;C\Ťhѐ3RQ<t/Z$n PI->w"_N"羗B &u$ ZAb@Jސ5D T$O~m7 Ck|:gB0}H3mrVl|:FƩoeTr*e(GNvLmtl,F(ng뫠)m0]SIN qVOϡ7zlۣcs*жh:'gpv JfBNװ@ľ/1ff;z`yEF)_%\pӂ3:aY-y w(%`AP/+y H>P+bVŮ?yWBQKRD8n<.q}bT?3B .haRJB{fۈ.F$,N|;=Ԛ<;z.NEU؍uϨvf@~}qw?JuBS+Yc-WKa'obe1ycFڳ{pIAکȋl>& J-Mp :$L+ րѓR}T?f`VVԀ"Wv\zo!/Lew g38q*&9ҩ˕$ "!HIoGR7 v72%H( 6մ:e3KcBZ,]I<zI\yCqQ' o@2o=@Rċ>m *6,Div-12h27;[d೤L,sq|%Fq;- O{+LG/]N⩇SQK ,3@[ֹ\WRm$1.-4;+)-V~Ug2zL*k=.|֙յ; Q62kskoM/5'ᛆn1'KR>l%rtLNt&~t|q?uj|MWRytٸbi)Bs7ΨYナ )3R% P)9VF 7E,ހ *sMj1g$ԘkH^$EQmE߈`G "+9,h?QF26xK(Ҟ?*pA@#9M/.lw_GX[nKrUx$7wJoޏ=Nl1%iM*TI2Ǣ Ąq[H'杆+V U_ӂDLCk&oc3n>)-rV*xD.Y>iz3 AOFJ'55u5b 7P/ݨ FtY9Rp- t}~ˣMiRr0Ǧmhf Qݐ%F U ۘ蟻a:]4-B,݇jP'f L5p6_БMMNAZM,ıw1src)cӀK%>IĢƑIW sGl^OyGr"`!K"J2װ+͂u9zȋ6XDETʟAt.{gڇ7/j.$5⍽3][n:Hd/-$U?_%2#G.`~`Y=S?AlN&[\3fDN9Jq0$O$Ƚ!R> +ua3^DR 6p +b!T|Qה Nggy`)3X&t݀y{G#A>bE}iĵ%ZBI$aE/qZsr *~#J=\W}|Yxlq_':wV \W#_48Wh* ##@FJϟ N$9|3LU@F 2!kU3{YM LnytjCiP#s|VOaJNg:JIo-2xmHi<)>lIRSC)Í|?Xt5ɤFm8$P眇^!wf4<ĎMKc.&ے6irD~ [6\ة6ml< p24dԒO$+ &vW36m>! &ئ%R67ڑ@ @f * 0>i zTt f/yrYu)AQyvzta.ӓi=뛐-{L rŕhKĘ5ޕwIt"V74x:sE.D`Ѽo:A !p+f ˭.u^,Ɠʣ3Hp? #Q):E:jLC_=}o݄?z {8ˑ;nQ=.:Lw̘E< /FTUzWCL)jDS]S*^2PmG2 ʘ/ߌ3*^4Q S^ll2%ʦ[@i.ʎl /D!utIDq$G$H@`KEc@ lFA%goP/\ePWGX\PjY&ZKPp[}p,y$IMDd7]?UsegK V, rHݚg 4qBn?QpgcZ8Q0̈(qYu,7:缾 ؛bTIHkp,bژ0+޴dy0phE^8O sMT(C@A9Ѥ[J{%tkH7+)9 v4S,)>NE] d ?x)͞P SdK:wʋLn8:U&u}S37(n ;dlWr6q/4r,] y9 ~(CtNM2}W꘳03l@we;nUsΘ hE<F#NxM D;ԒvzE'-3 e̔(I T%Uq$$FqѾ ܋0B)NwnUwR>l"E0dQӶ(;5?$m^l]Xrw푐1S|T34u8 tf*~=V9[ˤ8u zՔӾfR@ȽghF0Cʺ@@Rw$!O3*` x{_J qv-q![xɖ/i2c7&]!ʦ/2W"T=BՏ։JQQIjr~hA{֢^!!}G@gb#.XE~ lE)^>}0ELl&N\%\B_2kExEYJOe&cxkHb.w to.]0$?Y z `jv*l@#Q89:%d=?u7[\Etq=߇Bt))Sc,B,OTlo Wq(pYvْ8x%h JKҏWۧ?ćhL lGu91d*a\BQ B[*~7RsQ,[*I jyL'w[l$&oǗkg!}Bw٩1F*u6%`\ xsཫW?l fc!trڰ2z~8E)Xw8Yu_@o%%2*F#wy~(IS|qDi*-Y$SLDB#mʸ$ b&%/ؤCWJ*AxAdخdN^\3zjUTp̪nZ%{rwп`*ncVD+¦'G!8дTyDb{S(EM̼BP 9T&e :grhð0Q({N<|vuVzIhA%CRLps_:>~:=Q8uXPEy.Uz=L"K:ST (>ZK)625]9a3|\jGafsXSC`=` QMpcč@ˆ͙H6%{\AE 2уv {dN{ Рhuy?9羢zqmqL?q\ _+@!dpf&)s**!wܦ 3eN8Lݨ8N1VTvDqskØnޞhn37+21SGI@Xy 2 ie}H^htNwS(,41W[bC3f$%=yeFBEõx*1bZL}@!T"c6ⱽbpt| a3<;G)L_=PSH5ӈNJĵOnj$oT`* a9MVuЫɨ N 4(_wU׆quDG2JBht6ڶZN;]"G7!cӳ,2eqCdU2x#oKEͮ_q_l4Q4Yp 7u3 qlJOc{cPb(Pg`"us/(GQ,kaA0 AҫPhe89 VxAy܊Q,L!o29$YR Z6.Ui >3Ҕz-$k澏Yej[W(!zFr^YWF?K96Zpi? Ull7/+Z)oK!Z'G̉\H7И"?SR2aGa`$F#AV9 nV׾mig&F !3vrR5^p V?I^r-Rf:c}Jţ7_? ߿zqdTh_Txفq=iZěΏCL2->M})j mh7ReH0o#jp+h8?'Okf1I]W>M(V\)S4kv?)Gw$]Cmd "f+PhX;1\zɻypOIO#*,3UJ<~VV@׈42 v@ ZsUpd[^ FaC3\h+z^IXcQgoơA!Bb?;܃V;?<9p?U&p,@EYm]ҹ5gKO9a&K,hDikm5Ŭ*1X7 v\?yHJ~j~e_]$kv&5?I 38_nݴ wjoX@$KSExPF*4kQF^QڟPl猓.58W+[: Bt* ={5'`[ﶏ2-%^h9E%ɨF$g=ӡMUPRg3J ,d>oNg݃-7_TQ 2H(GvX~)t\?A\W t<*u&vbQaû֥U{~8tpx mؑ4} nulB\V؄X@mTy]S UB5%ZbnC ~IXI.ic8hHK׭7wN)6pjZsŞ;̜M sl[j i~d׼կr / TI\$(_U+%&X ߇Wu[0(9gcZvg)D39RBQqrfZw +ˣPr7;Xa[2iY\`:7qx")j.d ҄HNm.8BvE&k.Jdӫ`-~ryF勌'_@װ_dQ4U:MKYeR$U9ESaihV#7>Nt%`e02_Fz=ֿ%B!*o}btz bT|&Q v o2Ѫq]!\RP^Cye'_;1-Z*GY;&|2Lhcy]\ۑ,lgѲ)ʼnnpocVS %@i!a)Q6aX=wAjp _,I<_X-aϏoxzv oUc5_t 1kTp8e BbQ4OB4FC4}htHjx" S_gLhV+p ƕ-Ls9ߙV 2M\&K/E&tfxUn'1ivUPy#^nO5V]#x~-2t_|hvҁ 0Vp `i+v$0鼒tӭE\>Ws4LDP#\w5Ҧ\mZgIϨѴs%nw)J(KEP :nU rs)i1$Iu>G-H> {??u۶c,Gi UZIU8z5VɸQxt=}EI/Nxd|Lh t[.JA2Tp'Ͷ "Mgޡ]3 gO;B==$@;6h!݂61o@%Bj`/ ,e!bM 2^7{&ǽ &A%#"]SuEsbvӼm ܧ$'rt-&metҙF}1/v,gG&0ѬLXein#ߓ3k1c@168#v.d'@y'0_c惱XrvX7PlJpP:w&,biA2=ť5 ^\pQ]uDO@jXճ7Hf!|LҠX.AsIG;SR)e𻞝%%+Q;GnN{e3")t(Shzw^CUQg{^7C|/v" & M /> ;3hY#&ʢas VhliGRÚJi{&y959i#QyIzp,oƱꩈ1 [7diSD4߶L"O_Q<P<=/x!U;Nd˱@j:!}5+r H\wlQZu_7>*s~蛝c]\RӔ"ܰJӶ|`d'qs5/>Tuh=S܉  'np0 R)neKKj[)O{i#*`Ed1S 7V":JJi\K*/^Y7f`,oC4ִvU 6-6rqWpWX6t6xOd9fKӶybx8da飞--]';<̀e$uڳ]@^X5"LsAqEL ən?HJ\ >s?-/2~, Pno7rUeI^ M~,9[sBkL!h4媎 qt;2y!T9Na-ePӬxbPMQN.U]g!&[ƏKVc\=JsOdEKf&0d )k6_?vggBQlCiحrEQe0wU\b[f0q7HI v*TL &$&tϨp0xkɑ6a1):8`%ISBdj# {%v_6 ʤGXtj{plN'xd?eVe$|oZ ۅ`uDiɐWE"MV=5?Y'?pq[(Eru!K~(mqVlЊ'ׇF|d}(F'F* jW H0"F1ZNӲUs| qنKP ꥌ?=hܒ9(dh&F;sPygUYϪN,~/(]J5gk>&90ίl\'"(9ܵ'Gd-rQߒЀ![=AZr&Pͮ7y&GMdZj̕W"(g㒴R. Vd~b;30J4'' 'BwxЋ H;nFtSvfjZ[K,Hp8u ;΍bXF*].B;}>hW'2~-fwMJz_\mԇLO>,>pmK0Tɹ~jk3Sg,RCw宂"4gn a:E1-"{bdH21PwkWﻻ:QApUo8$73ml?#0߶ ~\xxg봷{uKɻE+iCY ыf!Z O:2fiw‰Ę͟YфU&?$"jK# o]y7x&@>e,32;NYq0}6Qض'}x&0,9,4(grf㳠-4Qk| ) [zO]B[V=Vp7X?ylzv4* ]l`X"a H /i<>v+`8+Ai  cr5D lJ&a6{&˅O;%-|[ -nÞ2P$IcXR*ЩlEzhXoucѕLco1}wfh:{LdO_:m<؍X(.<7`R.6p[w:aXL_%v_yuKSZ.үզI`7a"/*Y%c K/LDŽ.V|PcX=45tpDy[م}R[V(,ʯs):ئ†v ӄi.x/fs}iw>Rg_"Bc &|)BBB8żbo2LxYW{Vm)Dw:39284 e]^L"4HG!!f6wÇTjב["Ul4&'C^[*!|s,7=[mf!μ!_qO KIqEYm0SҙU ##-ʾ=ﱛvy  O&4=Y_;(O(uQpˎ#%; UAY3JT$21 _! @@_+s`'A9-71T^7dQ3f)@5W0·#j`I8Ib:E$b ݅ oAO='1[﬊ۀێ%A -2o>2P #68aru-tmnQrXs}N]x*47p*u{Z>DBdln(r3YɅ.eټj* }1տ\/K7r'Z:4%yK0H$xZO1oFFCnnwRm7,яQC0Z7:D=u3wa؊x pLqr? PDbJGd>/nsPU镥QbF( r5qk_>9mE$&sqWP%yM((]tL۝h>bԳ2pܥǢc°l@f/|'ͱni> rn:H:~%#L2 wa^x4 a@1W5E ܀jV]'rHE^M/v0l͵OAP=gT7XDP(c%ۥ~iǑv2Aӿׂޮr^Yk xgOs+#0 + G8a8'qNSA,HI< ZuL] "E'Zl7MN!0 g.(E\>clt W9UFˆc0k_x%_]e(EhjЪS"@]\IU'BƣG&O!*\VWp46IkA}P(GE66g?=xLʿ[duٱTx;G j0uyvӉ"ST4E0@ꖮfe84\n[BFt\<+xY5SUQLq} ,j=l*lsFl;.PfZI1>`{*15)BǠSh]AUۑO#stⰷ+SӟžtQ(ap?\F`~糇)=I04)E5k{_u\~;{H3|aQ(1-Y8Yj]ylŘr t ©:8g-Ɣ<#eTAC.TuS(wyEn,Zox17I_CYFƶN-w`!b9M (?jC4P=-3 gmeJ_Jo˵<9zغ3n^R2FawYz7b =m m9ҁB! i2ȷQq0,ҭ!\cPN݂;+{aG [_CԮA䜷NGmTaOwy@],C^+Z2#<fD.LA'u)5*rDn\ D9I0 s`yɑlCс\}X:WaKp_ Ug_9[SZrX_&`,zn0H3™><(#FƩfuE*rQY ҂,?i8 a|%tE)I(Rq]bI#W{dW?37Ƶtj^I *30HAD*{SkH} jh͠Q N\Jf`Iߨ}8nB" P&ժ aq+xEM?3;RPu R4z Щg |R6&dZ@fu2i s 2*<_g;}(tQa+R+i.d1&Mɬ婡gbiX^Fdr; $Ăyb˶]-|6 /!,[:g ~0}֯}uS`bS9㈘lQ1Yt*̺ w?L< kWuWXG`#ox^d}FJ)U3ʿ~!ѠC"HIًNq7&?Hkrt)#\\Ŵ8:ȚRZ~jjBP |gۘ'N_iqv 0ȍ ɥE>ZMbeB*Lrү@.Z|jd΍tjޮV2%J~GET25,* *Cvl;)~(Uc̍蕙 ~^ =R;y#֒Ž-80OσA 8p5c /ReSv|v=~z f0CvH]z.րQXgSD^#Y5=KP\rZ}J =>SnAĀ$$@`mĖQe؆I M&B%y`x@PԢT&aG֐P@jvyv|\’lػDjWSA*ql#Gy&Gs*Xt3A@uեh#tޖ1ZmIWlD=TDF&" E\-\GU0VLֶ1XL@;=:(qX$e$\~ `&=eC{]Ѥ5/I[)oz뼥09jjlO=vq5ʭ b/czO_Sp" HY L ƟTwB:Ssw[mꊸAeFrrfM#f})Fd[G8P(Mz3D*+.<¡4/l}z#$023saNJT-CwY+(nT2~3xD%AΟ%K';%?7cLΞ_ p->1z9ۧʃdL ӋC~'lD,kRJ!EsJym—jdR|:#l̏ee)􋄶#0/@KSl&ٓϕn~那iXnF}rMgрh̦nDVA.M]j S"g{K='9rEU@?_~cQ$%YN.JxBa:2rD:)VF5`db>2jMfNŝ1lBW)`MOVיӄza<}{tl1_ξoOL;!\&}G-@NiTfݧǰv4,,C7QaRu`vcR{o>:h¼/wlR`m=/C9|/5WnΠxf\ZX%7G|ki7Ԙ\=?A ä5DBؚ^+GPA6ʑGc)kr =S3+=T YvQ=`r:rf3[sgz-! 6.mY ~dezf)z(Bgd%_yvP9\Mmc/׶`ȸm<#1e]&@Vi ,K>$So8_nոryQha8#URH#AWs;X0nWwlOT,qm΅߱v3;d팬YVb˜YoWz\s: 3CzG.Rn|my rhII-кʹǡukQ~" $dV^/\3|!{/8 \PTWSsIѼ-k _jߝB(?=>V< V3Hl:.J zs˃SpU0bӐپ^;sS>ƿYNΉ, MLgq @ vų~Aoq=>gFՄnF 9㬱f繵 ^%e)LNs2[Ѭ]cy/E)5Ĩ^= t jKGZR|,(!..@,\` B湸E8ma'Tqߑ9L7Un?J؋QcZ*(@Y}V[!<+0AG0 YZ