go1.17-doc-1.17.8-150000.1.25.1 >  A bPGp9|@grGAOOAſ@yF&ұU5ԗ)3lԛo!ť#_=NRd 긴莯A;+X/ꓗVߟaIU. k0b\zKVw"bbѓ ]فOP5g8a-1%M0"])EFVPG/BģcΛW\Amg}9E+dUtf}9|s`+х57c1acd3601fb7fbb7250b54c389895d9abaade0082ff538af9d13aa6d3d4d5e97a04b6c20c355f3c9b8209740bba51025d85da1̉bPGp9|f7k#FH8O9#,H;AN/ vox2H;@HA-/DtE0rR ɰv4٨,HSD}R]&Ez˄tyuu&5q3lVԤ^:cj+N7PA̮RC2i;,JFdd\ORz=ky=VgEZ/C5Cْ ݬ48Fb D]J[t>p;d?dd  " 3TXdh     , 0 4DXlF(i8p9:FaGaHaIaXaYa\b ]b^bJbbkccdcecfclcucvczd0d@dDdJdCgo1.17-doc1.17.8150000.1.25.1Go documentationGo examples and documentation.bP?ibs-arm-2SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxaarch644LbP>bP>bP>bP>344c3190894932fab8c6e2296616b25e53cd0cd8cd759eed67dd0dacddb0474ab20fb1acc6ad2f7844ed688678a2e9e4eb71aa334cff171e84e3dfc448b4e8a6b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba203c89d2979ef5a0cb77a9090bebee03a7d6f7369cb026214b35ec476d90e835rootrootrootrootrootrootrootrootgo1.17-1.17.8-150000.1.25.1.src.rpmgo-docgo1.17-docgo1.17-doc(aarch-64)    go1.17rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.17.83.0.4-14.6.0-14.0-15.2-14.14.1bN@bN@b+9b(b b@b@aaaa@a`2a;Haa @a@`@`jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- Template gcc-go.patch to substitute gcc_go_version and eliminate multiple similar patches each with hardcoded gcc go binary name. gcc-go.patch inserts gcc-go binary name e.g. go-8 to compensate for current lack of gcc-go update-alternatives usage. * add gcc-go.patch * drop gcc6-go.patch * drop gcc7-go.patch- For SLE-12 set gcc_go_version to 8 to bootstrap using gcc8-go. gcc6-go and gcc7-go no longer successfully bootstrap go1.17 or go1.18 on SLE-12 aarch64 ppc64le or s390x. * gcc6-go fails with errors e.g. libnoder.a(_go_.o):(.toc+0x0): undefined reference to `__go_pimt__I4_DiagFrN4_boolee3- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- go1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, and net packages. Refs boo#1190649 go1.17 release tracking CVE-2022-24921 * boo#1196732 go#51112 CVE-2022-24921 * go#51118 regexp: stack overflow (process exit) handling deeply nested regexp * go#51332 cmd/go/internal/modfetch: erroneously resolves a v2+incompatible version when a v2/go.mod file exists * go#51199 cmd/compile: "runtime: bad pointer in frame" in riscv64 with complier optimizations * go#51162 net: use EDNS to increase DNS packet size [freeze exception] * go#50734 runtime/metrics: time histogram sub-bucket ranges are off by a factor of two * go#51000 crypto/x509: invalid RDNSequence: invalid attribute value: unsupported string type: 18- Add missing .bin binary test data to packaging. * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.17.7 (released 2022-02-10) includes security fixes to the crypto/elliptic, math/big packages and to the go command, as well as bug fixes to the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-23806 CVE-2022-23772 CVE-2022-23773 * boo#1195838 go#50974 CVE-2022-23806 * go#50978 crypto/elliptic: IsOnCurve returns true for invalid field elements * boo#1195835 go#50699 CVE-2022-23772 * go#50701 math/big: Rat.SetString may consume large amount of RAM and crash * boo#1195834 go#35671 CVE-2022-23773 * go#50687 cmd/go: do not treat branches with semantic-version names as releases * go#50942 cmd/asm: "compile: loop" compiler bug? * go#50867 cmd/compile: incorrect use of CMN on arm64 * go#50812 cmd/go: remove bitbucket VCS probing * go#50781 runtime: incorrect frame information in traceback traversal may hang the process. * go#50722 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error * go#50683 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg * go#50586 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch * go#50297 cmd/link: does not set section type of .init_array correctly * go#50246 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package- go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the crypto/x509, net/http, and reflect packages. Refs boo#1190649 go1.17 release tracking * go#50165 crypto/x509: error parsing large ASN.1 identifiers * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey * go#49961 reflect: segmentation violation while using html/template * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. * go#49413 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem * go#48116 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14- go1.17.5 (released 2021-12-09) includes security fixes to the syscall and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-44716 CVE-2021-44717 * boo#1193598 go#50057 CVE-2021-44717 * go#50067 syscall: don’t close fd 0 on ForkExec error * boo#1193597 go#50058 CVE-2021-44716 * go#50065 net/http: limit growth of header canonicalization cache- go1.17.4 (released 2021-12-02) includes fixes to the compiler, linker, runtime, and the go/types, net/http, and time packages. Refs boo#1190649 go1.17 release tracking * go#49911 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49909 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49905 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49868 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49729 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49662 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49624 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49568 net/http: server responds with Transfer-Encoding: identity * go#49561 x/net/http2: setting Request.Close doesn't close TCP connections * go#49559 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49511 cmd/compile: init info of OAS node in a select case is being dropped * go#49479 runtime: "morestack on g0" in x/perf/storage/app on windows/arm64 * go#49407 time: ParseInLocation error * go#49392 cmd/compile: internal compiler error: Expand calls interface data problem * go#49369 runtime: time goes backwards on windows-arm64 (frequent TestGcLastTime failures) * go#49129 cmd/compile: internal compiler error: can't find source for b12->b4: v31 = MOVBload v14 v1 : DX * go#48825 go/types, types2: stack overflow in hasVarSize for invalid type- go1.17.3 (released 2021-11-04) includes security fixes to the archive/zip and debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the go command, the misc/wasm directory, and to the net/http and syscall packages. Refs boo#1190649 go1.17 release tracking CVE-2021-41771 CVE-2021-41772 * boo#1192377 go#48990 CVE-2021-41771 * go#48992 debug/macho: invalid dynamic symbol table command can cause panic * boo#1192378 go#48085 CVE-2021-41772 * go#48252 archive/zip: Reader.Open panics on empty string * go#49199 cmd/go: go list all breaks in //go:build-only repos * go#49154 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables * go#49086 cmd/link: -buildmode=pie -linkshared panic at runtime * go#49077 x/net/http2: backport critical fixes * go#49010 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms * go#48823 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time * go#48650 x/net/http2: pool deadlock * go#48479 cmd/compile: 64 bits shifts on arm get wrong results * go#48475 cmd/compile: incorrect arm/arm64 simplification rules * go#48075 syscall: SysProcAttr{ NoInheritHandles: true } broken in 1.17 on Windows- go1.17.2 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the compiler, the runtime, the go command, and to the time and text/template packages. Refs boo#1190649 go1.17 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48800 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48561 cmd/compile: unsafe.Add bug when adding uint8 value to a pointer * go#48444 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#48177 time: output does not respect comma as millisecond separator * go#47859 time: timer reset sometimes ignored, causing delayed ticks * go#47756 cmd/go: mod tidy -go=1.17 should move indirect dependencies to the second require part- go1.17.1 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the compiler, linker, the go command, and to the crypto/rand, embed, go/types, html/template, and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47986 archive/zip: overflow in preallocation check can cause OOM panic * go#48156 cmd/go: get panics with "can't find reason for requirement on" * go#48102 cmd/compile: panic during export method expression * go#48082 go/types: panic in error reporting for invalid use of "init" * go#47857 cmd/go: module dependencies not updated with go get -u in 1.17 * go#47854 go/types: incorrect type reported for comma-err C functions (manifests itself in IDEs) * go#47814 crypto/rand: getentropy is not available on iOS * go#47782 cmd/link: wrong dynamic linker path when cross-compiling to OpenBSD * go#47754 embed: 1.17 rejects types with underlying type []byte * go#47692 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams- go1.17 (released 2021-08-16) is a major release of Go. go1.17.x minor releases will be provided through August 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#1190649 go1.17 release tracking * See release notes https://golang.org/doc/go1.17. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * The compiler now implements a new way of passing function arguments and results using registers instead of the stack. Benchmarks for a representative set of Go packages and programs show performance improvements of about 5%, and a typical reduction in binary size of about 2%. This is currently enabled for Linux, macOS, and Windows on the 64-bit x86 architecture (the linux/amd64, darwin/amd64, and windows/amd64 ports). This change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. * When the linker uses external linking mode, which is the default when linking a program that uses cgo, and the linker is invoked with a -I option, the option will now be passed to the external linker as a -Wl,--dynamic-linker option. * The runtime/cgo package now provides a new facility that allows to turn any Go values to a safe representation that can be used to pass values between C and Go safely. See runtime/cgo.Handle for more information. * ARM64 Go programs now maintain stack frame pointers on the 64-bit ARM architecture on all operating systems. Previously, stack frame pointers were only enabled on Linux, macOS, and iOS. * Pruned module graphs in go 1.17 modules: If a module specifies go 1.17 or higher, the module graph includes only the immediate dependencies of other go 1.17 modules, not their full transitive dependencies. To convert the go.mod file for an existing module to Go 1.17 without changing the selected versions of its dependencies, run: go mod tidy -go=1.17 By default, go mod tidy verifies that the selected versions of dependencies relevant to the main module are the same versions that would be used by the prior Go release (Go 1.16 for a module that specifies go 1.17), and preserves the go.sum entries needed by that release even for dependencies that are not normally needed by other commands. The -compat flag allows that version to be overridden to support older (or only newer) versions, up to the version specified by the go directive in the go.mod file. To tidy a go 1.17 module for Go 1.17 only, without saving checksums for (or checking for consistency with) Go 1.16: go mod tidy - compat=1.17 Note that even if the main module is tidied with -compat=1.17, users who require the module from a go 1.16 or earlier module will still be able to use it, provided that the packages use only compatible language and library features. The go mod graph subcommand also supports the -go flag, which causes it to report the graph as seen by the indicated Go version, showing dependencies that may otherwise be pruned out. * Module deprecation comments: Module authors may deprecate a module by adding a // Deprecated: comment to go.mod, then tagging a new version. go get now prints a warning if a module needed to build packages named on the command line is deprecated. go list -m -u prints deprecations for all dependencies (use -f or -json to show the full message). The go command considers different major versions to be distinct modules, so this mechanism may be used, for example, to provide users with migration instructions for a new major version. * go get -insecure flag is deprecated and has been removed. To permit the use of insecure schemes when fetching dependencies, please use the GOINSECURE environment variable. The -insecure flag also bypassed module sum validation, use GOPRIVATE or GONOSUMDB if you need that functionality. See go help environment for details. * go get prints a deprecation warning when installing commands outside the main module (without the -d flag). go install cmd@version should be used instead to install a command at a specific version, using a suffix like @latest or @v1.2.3. In Go 1.18, the -d flag will always be enabled, and go get will only be used to change dependencies in go.mod. * go.mod files missing go directives: If the main module's go.mod file does not contain a go directive and the go command cannot update the go.mod file, the go command now assumes go 1.11 instead of the current release. (go mod init has added go directives automatically since Go 1.12.) If a module dependency lacks an explicit go.mod file, or its go.mod file does not contain a go directive, the go command now assumes go 1.16 for that dependency instead of the current release. (Dependencies developed in GOPATH mode may lack a go.mod file, and the vendor/modules.txt has to date never recorded the go versions indicated by dependencies' go.mod files.) * vendor contents: If the main module specifies go 1.17 or higher, go mod vendor now annotates vendor/modules.txt with the go version indicated by each vendored module in its own go.mod file. The annotated version is used when building the module's packages from vendored source code. If the main module specifies go 1.17 or higher, go mod vendor now omits go.mod and go.sum files for vendored dependencies, which can otherwise interfere with the ability of the go command to identify the correct module root when invoked within the vendor tree. * Password prompts: The go command by default now suppresses SSH password prompts and Git Credential Manager prompts when fetching Git repositories using SSH, as it already did previously for other Git password prompts. Users authenticating to private Git repos with password-protected SSH may configure an ssh-agent to enable the go command to use password-protected SSH keys. * go mod download: When go mod download is invoked without arguments, it will no longer save sums for downloaded module content to go.sum. It may still make changes to go.mod and go.sum needed to load the build list. This is the same as the behavior in Go 1.15. To save sums for all modules, use: go mod download all * The go command now understands //go:build lines and prefers them over // +build lines. The new syntax uses boolean expressions, just like Go, and should be less error-prone. As of this release, the new syntax is fully supported, and all Go files should be updated to have both forms with the same meaning. To aid in migration, gofmt now automatically synchronizes the two forms. For more details on the syntax and migration plan, see https://golang.org/design/draft-gobuild. * go run now accepts arguments with version suffixes (for example, go run example.com/cmd@v1.0.0). This causes go run to build and run 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 running executables without installing them or without changing dependencies of the current module. * The format of stack traces from the runtime (printed when an uncaught panic occurs, or when runtime.Stack is called) is improved. * TLS strict ALPN: When Config.NextProtos is set, servers now enforce that there is an overlap between the configured protocols and the ALPN protocols advertised by the client, if any. If there is no mutually supported protocol, the connection is closed with the no_application_protocol alert, as required by RFC 7301. This helps mitigate the ALPACA cross-protocol attack. As an exception, when the value "h2" is included in the server's Config.NextProtos, HTTP/1.1 clients will be allowed to connect as if they didn't support ALPN. See issue go#46310 for more information. * crypto/ed25519: The crypto/ed25519 package has been rewritten, and all operations are now approximately twice as fast on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/elliptic: CurveParams methods now automatically invoke faster and safer dedicated implementations for known curves (P-224, P-256, and P-521) when available. Note that this is a best-effort approach and applications should avoid using the generic, not constant-time CurveParams methods and instead use dedicated Curve implementations such as P256. The P521 curve implementation has been rewritten using code generated by the fiat-crypto project, which is based on a formally-verified model of the arithmetic operations. It is now constant-time and three times faster on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/tls: The new Conn.HandshakeContext method allows the user to control cancellation of an in-progress TLS handshake. The provided context is accessible from various callbacks through the new ClientHelloInfo.Context and CertificateRequestInfo.Context methods. Canceling the context after the handshake has finished has no effect. Cipher suite ordering is now handled entirely by the crypto/tls package. Currently, cipher suites are sorted based on their security, performance, and hardware support taking into account both the local and peer's hardware. The order of the Config.CipherSuites field is now ignored, as well as the Config.PreferServerCipherSuites field. Note that Config.CipherSuites still allows applications to choose what TLS 1.0–1.2 cipher suites to enable. The 3DES cipher suites have been moved to InsecureCipherSuites due to fundamental block size-related weakness. They are still enabled by default but only as a last resort, thanks to the cipher suite ordering change above. Beginning in the next release, Go 1.18, the Config.MinVersion for crypto/tls clients will default to TLS 1.2, disabling TLS 1.0 and TLS 1.1 by default. Applications will be able to override the change by explicitly setting Config.MinVersion. This will not affect crypto/tls servers. * crypto/x509: CreateCertificate now returns an error if the provided private key doesn't match the parent's public key, if any. The resulting certificate would have failed to verify. * crypto/x509: The temporary GODEBUG=x509ignoreCN=0 flag has been removed. * crypto/x509: ParseCertificate has been rewritten, and now consumes ~70% fewer resources. The observable behavior has not otherwise changed, except for error messages. * crypto/x509: Beginning in the next release, Go 1.18, crypto/x509 will reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 have been demonstrated in 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. * go/build: The new Context.ToolTags field holds the build tags appropriate to the current Go toolchain configuration. * net/http package now uses the new (*tls.Conn).HandshakeContext with the Request context when performing TLS handshakes in the client or server. * syscall: On Unix-like systems, the process group of a child process is now set with signals blocked. This avoids sending a SIGTTOU to the child when the parent is in a background process group. * time: The new Time.IsDST method can be used to check whether the time is in Daylight Savings Time in its configured location. * time: The new Time.UnixMilli and Time.UnixMicro methods return the number of milliseconds and microseconds elapsed since January 1, 1970 UTC respectively. * time: The new UnixMilli and UnixMicro functions return the local Time corresponding to the given Unix time.- 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.17/lib/time/update.bash (already packaged) /usr/lib64/go/1.17/src/all.bash /usr/lib64/go/1.17/src/bootstrap.bash /usr/lib64/go/1.17/src/buildall.bash /usr/lib64/go/1.17/src/clean.bash /usr/lib64/go/1.17/src/cmp.bash /usr/lib64/go/1.17/src/make.bash /usr/lib64/go/1.17/src/race.bash /usr/lib64/go/1.17/src/run.bash /usr/share/go/1.17/src/all.bash /usr/share/go/1.17/src/bootstrap.bash /usr/share/go/1.17/src/buildall.bash /usr/share/go/1.17/src/clean.bash /usr/share/go/1.17/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.17/src/cmp.bash /usr/share/go/1.17/src/internal/trace/mkcanned.bash /usr/share/go/1.17/src/make.bash /usr/share/go/1.17/src/race.bash /usr/share/go/1.17/src/run.bash- go1.17rc2 (released 2021-08-02) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc2.- go1.17rc1 (released 2021-07-13) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc1.- go1.17beta1 (released 2021-06-10) is a beta version of go1.17 cut from the master branch at the revision tagged go1.17beta1.ibs-arm-2 16494263211.17.81.17.8-150000.1.25.11.17.8-150000.1.25.1asm.htmlgo1.17.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.17/-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:23539/SUSE_SLE-15_Update/94357da179ce4976c2b5b662455c1f1c-go1.17.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII text2c~9s~utf-8500453b081217462ea0a32b040bd14e0491d5c5bee5ab49ab55c27c9b072ec33?P7zXZ !t/.] crv(vX0ι=TGeKp^Z \ ZpFv鵨1Z@ ~9a௶MD2L3Y]op<)H\m<UkQt(yd[P}TVĉrn Eh,IT3 WZN  %_~-fG\e T%?6Ky=;aECjR)n n#璉VDZ]y*c<;T&ȷÓtk\ UA3+w⎑ݶ8|=REևw ) a\}!6IM&D?[d(s@_E`5)l)Щ!BL{5t19YH]z֔Rd9n-: -'-8VԣEJ։\AKR;RjYBԆvrEt>)TëC>|۞}nTq>hB Jw'UϵZ ҁ!"9V5)|'NnDU9h QmkKKOIK{lYᔶtkOh LêF7?{arN?Ѩ[ iD0Ϋ0Ra6$4Dbbx=#Ԍy*D!v0L2(_K ='f8tCO({3ealn}fx9~)MCNK@z-?\h_}tv\P d d̿8=0KΰHP5]oZ}ê״N+=@,oғO#(V2$lD,2v *is;ɂ Ls%!7+Rg[]x] I=0/4( o+m|mK a Z"w0לּ;IED~D ЕR06A-!;- j%!gAgh%K# :7>tB0$顗(OEfkg9 @Suy ҥb%D?OU;xQk', 1ݑZ 9+S-܌wm}u86&.[%|{nc@+4P7Q{vDK;%g0ŪDi!w5Z*./bHy̡H{q:]n%:g~*$ BԦ hN>vgx`2#Xx ߵbEKo+^ 'jdVm"AlR1Sҳ4OMq8 Π nk#V)yFo'ȌA[bD*>7Fa~dSaS0xmvEQ&&\:͎)Λ͘&0OMY~ҠF5߈9.b4tI`{Wfl{:5+b8z%MɃ¨".b9/`?V#PBA8д8!C3~88N<^PL {9X[2M cac)cX?-cQA wPe8HnSe|? f~vuK+LOR>J۶{/]J\ #u֥aM~ r0zA7?EZgqgQ4?߸f-؏yTE?.jvO EDxޑ/\)a ^8e3b,&ˆ\q "{oR%"Ie~&x~bSTϰRzsA6ΩJGVg)nMQ wմ9oY{b'u=̔*8Liy$uء.,FyPqȑ:g+u(aM\$# x\& rKܛ}ϳbZM2ƽuL,̌9= cYw ‘4H/T7=/dAE*NerD4:kw %%֞QeE/'h0HߟT83T9Y-$H7 Tvk@xkL~[ R0X)A? ?ZOCm|\źbCy%;( DYSlhegmJi?bF?l9&kr3M`Cӯ">ϗ<\Wq*7u{&):} A%PA~< C}Wʂ̔3=[,,w3QYx'?KA 89لڜ|M=S/;N/S~Fh)l٫ ; Q(-v TS$X 򄻵 ڛ1[CDű} Kz)e+(!(O4wWQw[ q:fkwc[cLx)ڡj4H DknϏs؜pcj+ G؆Kƴ]v#6\㥿$x~U͋gͥ9q/8תX\js3 nM Lն) PTTŌe*[myoKeP 8Sv\Fڈ_IG5E@,s1E{́e<ۋr|sAݴWaqhp.laU`Un#uй+r!QЌ3s )G ZD8l~uvB;>>e4hrkiqLg7+b"AC:\]ocF~-bW83j£RH5L]g!*S !F>k:6]rFLƎGbLlqlru0=.8/n9bQxO=}:'VT%3$>ds?}1 '5j-HG+2U)9'ۜ]M0DOJC2WEg3e+28=?KqJ[54 !P~d7U0MV2ǏuL-7Ll{Dw!@/L,>0Rx5v/axWTIu)TJ0MS)_=.g:9M:Co؏Ds-7I6Pi*{gՀ{] gzɬ{9 =ԦVV/YXҪiNu*1{ UPj ې\r)f pz޾$-$-⣜e'S)/B*dQ婳a$sńaTu&@a쏹 ]/5".CgkYϸe, ;k؍H~%O.Ѕ ގ ټ &- a _H/Y4cr+GwN%NSR0YS507F=NZroOQSpNFIRfY$h)]8 |+r23)LE[V%&SfFy pu8ȱILT#,FClkc 8F6LVt /_Tr)#~{c]A9Sv5pl0[LL5RW@ ƿ%6c!AfJ7!ZC~T}rq~جob*U)sAۊ`\L~%'~z[ *hw!-IItv%]-W}{O•7c|iӎ`ɚE>b[F|68~k!%{i e_Jo36 +O(6,eVނ*: ¹–9P>g+,k`>>DAt4,֙7Rg rO'8@~u9 _Y }2AawJ>W?|Mkȳs r]~f@pNLkCIu) IԒd;ɣ XJMJ_F~CHrLFF)+㟊v x,">iux Q}|\hKѩ{u HpLbfGv-ӽ'Ms=A~ c-Ir*Q >_r +@eTv۰>L(itmN&"2zc7J!3u_ 5tIt.:#vp$.tL[#9iAhuI {݉c!GT;JЊH}ZxL>SQ(ъ̎XG9'^ ;w^B&5&Dj~CLCc yeW H6—"R'bΫav^cO0::f`R'@Sg53d]>9 e+нR(M{QI[N SD stnMB4R\  Mz,/ zAH3xYDepBT^tnx)KӢQi+VY1Xh"?QEW:9BR~&HkqQ_IP)4SڅE ']o X!Vdf- .˟%1Ofph9tt[C>Bsj|WxKR3UC(7%,!<ůU?3TkJ~q *1e#5{5|noX7l4/^^RX$.LJaengQOv,5/wAc_3$a2Dn!P֎:˹s{`&;N[Yj!`ENbSd61 XCZ'M^k jCh [2VQȆ-~Bݠ XǢCGN 9Lv'J(t $kxZs80xDmI$-U`^u#RCHըsȗUBmnjv\h 'mTЙp=dZ&ؓ%`10 W[ Ii+]L"37 ^ _Y{7x@v|`(I)v!js+9YYW˘gϨ5 lG=A ux} O gGsv3htbRċGHO\7n̑RO xryNqU2I(U-ɞ[-9Օ8b93C*jIczpLMl6 >FWK0f;@F('Y1z; t;6l6bL;6= Y<.xc8: Ǣ"')WG1ȉ邯QbY.߿OZuF(Q?Z̀Py4*{$DkTŽ0@?]XU/.vx^rNâ]A`VGit_]%CQ6(`e-hS} qe />*Kxd6wrUqÿLlx_s T>o#II7 h>cHބI)JDSm5b`TU N1!z.$-\>$VP+a{(N0;|l2I2πgbdj/{9*$Kc >^5RųO Һ.h6Iйw МhJ͕&U#R>"SY_῍72MVzd6| +t5od ਙ" #zy۳βK_t 7s,ƬAhԀŸKAXORid3UvUx%!~z~ʩc;" 'Mm ɰ 6*k똽 C6p69u!{졎޸{# l&C {U ѥ$g'r@O?ϪÍ?߁%N'J^CJ\\擰R67mѭWj76.[Z%2͎Mm3j‰:Q˿^`֤;^;?8-w|Qgթ_haȇۛMiKVpIñxkgr*&=Mm "mQ'mC7&toyrq|k>cጕj 1Zvh~ uHR M .xlv|8*d[KM>BJA5\xbXڇ{()( ȂvE3/qyl{sxh;e4vOh 6dgLMs:<*GPTtq'/ s%|]JNR=Z&|~"B2EAfr9h\VzPx5Br ]z,3)2{ ;T x3] MDئ:{ҳ2~L(eBKE]0{w;=[2~ Q!/Հ~$_dM8D@.T; aGݣJ 6\瞢F] "teg?Ce"9N"8˦'h{#˒ZdcpI$JWˇ0uu`ۜ;/݃ǭ^lUβ imd>ptIH q QGI:2;wgQG^'bMF3SSbAˢLvN(%O30 v8=RpN֯BՙXdren7xѯ6]gx.#-kçT)KNS 't ]yKF/cz;9F?|hAxwh:wPEin,ؔ,w ݼWuoZ1WƎX./Ĕf-eq *y >˾'X@Vq'xv=`Z0_:l!e5 8:NPr㑓K"PF4+ok)I ]&w_}>[Ma+75ہ[s"Rp_;j^BuI+,b6|`и[ SuvdK:9_u7%/A&Vk INl. fRW6݀4ˣzPΈ]MAuPX&Qɔ خ&†el}۰ 'F37kH(0*@+&Oh' Oq # |e4 B2ue#5GeGFbvQ'wY:)Ӡ`ٛ22ѨˬLJ(;?Y9wvcb+ O-jLO>*I@ZRpidFPtneCz?v"r7帯}󳲀6XcMs Ѡ_e9&p]J衖* (*ѩs6GUo-뷢s=W30Z-"~Ub=IoF("i P/onQ'նK.d/̭Į}TJJaV}ium嚸w&eW٦]7$ǧ>[ZcY= Y.TRIfƆ(9r DF;u|pM&jJ1%U}N-.)؁65КZuC$4Zl*mU>fd bKGBMϛJ)~dfYnlfd5>t=Zwk w7[׉苬_EVn<%^kċ:qƒ4|Uk@C03ݕDڏiT=7W 'w߃SަD[FLL>.WR9a1g=#ji!  -wSQqz ҳ;> % 44n%*F?PWyڋK P]vb 9gɲ{-#E0`K 5N 1޿ۥecȝj.̞ x L9%2gPɇM 3gBi+iL cژ"uTpfw#c~zɉŸsu=kM{:d_B"{5< -lO1qVzX_ JS o0^BTJv K*b~aq_I7۷ܒ 1{fܻI*_m&sqLˏ8Km{`(0J>od-KAprP˒GN]lvdv ڑ%$_ {tFU:A{tŁ1qtw 0 G(Tͻs<uAa#5 Oں"pVD_c] Plm!7J;&* nןm~[0,޶&1)Gg22RVaa']P'Zo˹Ca#˳eꂄ JyM^!Q ܬlPgeG1!LL:k;{*`]ϺGmsF/1BxR(bdvteUʼnBjDniF袸:(1@ήkG4-]L]a 2 PzF80EDrC76&<~8fg(!Q閧y)f#se*)i6黒-(I ؿ"| dDGi-#1-g v:ycAr$ZP T| U3v!!FEO"PK73TmZypwܺ\5[t'-/5/_C{‰>1);UPl3"?gau/넊ZTUj"CAu?= + |-#D 95k`V%/MBz~a MYHuQYxg5F{ݦ Ơ_EǪAɠ"nu̍r`:؞JMáqiSQ!T̵3y p" ҷk[_ 6w%WVZmne=' ׅGr b}o/Юna3 CzFRaA';[W̻EDnmGT=Va{$4`& /< k#*Wz!0ɳ:y<%POhbQx4ʁQˆ4y|;}fg#;B4sXmNSDC Um]n v!IM?ٿV3;5r"9%yJK:6[=1ǣ-mxNBkyVAO!XFl.ilJzy$"oG5|\ŵ8;ڭ }ݍՓˇ hjy[FR}DV`a@;֓zx} rD4Jž-+jeJH27૾!|}`wbwܫ rdW,(>\6 ,`xxɹHmҁôt8f-Ǭ(`q9Y·8.C}> \1-ODݎ!6@yEр N8fND=Ҝsrs"_5*S|sIikR氇k` t[AnmNb 8oY$t_ O_d>g\I. D28 팝HE,J2̖RSt\V% *GjE(I"Ċf"cE?"NdEcY/2461sȃM֪rȮ^1 ÚŻCAŠ_D04;/0HeP=J/'o c nڠYǨˇ4nȖ5ǝ`g7c#mఇW1ܺy mǴG]D)[ fKk[AiyơezJe1kr fmș<} (#t)\B`(IJ2dQIxCIsͰ_ q%$j' 5rz# i9B#-ۮ[(:N;"<?#Ù|Կ01?x 2DZu[K;Ƥ"hGK*d쒱${m_ K r\ PRg>ÙMyLiGb9W_*$2Ȝ*(8_V8HgO`M^74xyjoJ$98Wޠcbu!=kk#(Ǯz=*@?\Dwbi?f)v\He+F'(g8BֳN\c={{0a2}Vz! "`y2)(5ZK*N;\ ]ӳa=:dHAWl-."ÁqB1Uc0ʂgg7(a8_Ж gQ{u\9W 6mXbFpbXaNc-}ly[|| w:Q>]+$py4xzQK]I;ڮ,NsQrhdmFf$bgۭUqjܻT=)~6X"$LEv*Dٮ=Fjϟ96s?qgD%[?Ɲ sש чClKy2 hM&'Jk9%aqVJFFXWWՏTJvuer'YmbΓS-Ѣ"q]4SW)|]"R-Fu0qo@ႃ}c  0sg'HrO^P^GSX뵀V(RʷsKd@w^K^8!~߽E v,t(bh?;LBd *i<5Ϫ݌)J )=C.Gk%n3UIחl[bؚې0Cb%}`kZ?dHh|b2y9^dTMpufc a9u0X7yqC-\L5R(SN` Kt!/[u%\!fڇcU 9aL0wwj{{tI] B$1;JWa ;Uz9@I=-=|DtҷCqp0Jv]Y5h9/`Sܬ#U I{ݠL G]q>In:wp WfXpEY`ӯ`_'Qz1ㅟ{Hd*d8$@4nJ`M|g lr~! ($%x3~P6sAirwg!Cչd#c@ڃ7t1xl'3"Ѳ9v%2ЌT*e^ p;X XX}O[>.P%5Al|<%r"J3&5'NJF_"' LR4yT(ҞuU&Oχ:K$|K8F:ebӤR yfGأ)4dVfRO}C}9qůQ@Ԏl]`gj2A Nrr#Gt2oL!ztNhnB7JL"HI}Ù%Z9~J&Ă/^1縦ϴ屨BUc`9/o; I Sh$,:?vP+K1eP'U@ctJ LCUPo9$}6F+q3Ʉ%ʕ1e{'`bk |;lg"7hذ^:MhsNSOw :՜^j,F78mT-uJn}0ȊGa!G\Ѽ Ore9H.`%Ms/ Ԧ2<@NV4ce|B7=e 0v;}_w,@wb=o>/h: pox GoUGڪտǙeN0݃LNvFƛ4 Ίѵ3ofʩm(τ(L `BqTbtJҏZs  dX~ :Z/3jK K'(&ҭIebmCRtӖ&Cɒy^$3!E _% ;ƻDG,I<[*g}D*ؗ]ՒmA]niGRQwbZ $K{M>TzS4.uF8n{M0*jP({U]=b$??kg]X ~Uɸ$vG調V>`v?׺02nPU\FQ-%몘<[JX)*c xBʿ0ft0p kOϣrJ,L҂}LAdigRwn6Rv<JPmger 2ZQjcf?{eU%b@AZy |_hYWm#(6 r+861F2y302*x""dimcbSg (<c"F0]@4BGߵ  Ժ3(t)w-++8\AX .h~2ZjΎV|-߶`XGdL ()P=v؋-!wnЗc`->˩0sU96R(zX>W'1G#f.0{B/μ8? yN9H69y)>XvV( >1Egghu2{0c0sa+9.wm KQOK'i mG OFfQʜEPO.OԶމ4]{ypɳX?/},5]$@c_L((+̦f,)o=MRT uIձJ޲?S$<{*nQuC'`NҺvBCdB9: S!Y?6+DZ舊hةy>Aǧ{q>X`>Ge^ %(gHx+n2? Ap@<9X.OeYG;j?A&RIQK[qC>cu oİm%;L[癱kT"3-cJQ:Rr&CJMd @ba|DXUX9^8Iڬ+j,UեI\muK9 ,GSQ1U!,K"k9y4M VLG(vdkiʋzJF*Vmd^sn![e/Iΰ>ČnС1w~⃿^ZaU*z ZK(wSA)l1"FOJ^scV*[eB;2*nh$5obJ4\FGׄa";aY HC;?.k@>Z]/74>Eb/Qc"+zVPˇi]xh(T@]JJn=㡦E L&=-=oZk˵F!F, 1Cu,9D!-t Uk"irRctLO9m%Lv&ˍ&,רL$q ,5CB݁J+cP̞lZ=22h/S~kv2oS했TXD?H==1"%T471.bq~'—zԞ75'y6 "ՌkZA|PA%d@w14C-b\Drٟ9Nr?c$؏^N; M*>m̚n2.!$∜/Hqco'4 to]8Fi凈:DmpG3D465kVu`;tOE =:½Lܐ4'αJ|<]?Y5\,T'}td ܣ?I} ,1Z\ͮ6bY%NB'eskîƑK:}K^(&F"Tpo V.W񼪅.R9e=5+Ӗq[|4f*Кs3F!.>[tyK_J6ҭ*ljt9 \O.krVVlp2MYUc*0'[>@ ́%40KPs>pY$w!ȗ.pD {俿Rža2xoW}z 슲G-bmش Vb޾^lFmtsig/ks9rDkrm'`j^72{SL廉 Hy!֝IVʟ-8 HJc_eJ5lZX)Fs)ZZԕv_BR2t1;RPgvH 3-gwLچ7tӌx])#鰼3M>'O66μ.ȫ͟Z X ޚlxHQyC k9nV %5;Y$0ƚ2*<4'Be;d/Hݑg5ٸx ;Jw&@;ؾܬHXtXS 5 Ƀ#gHa`j$Oq}+3_3G`d>ke(R񥶧&Cʇf"7ߴ<9HXBYd&Ct]tlLd1?4)*IPk]} y˖^V*DoEG7 ѱ;YM۪sCFfɝ2g:_w)c)(G6C48kuc:9Ejwk s 0ToAv경 BGZY19s9L?%mjM>.a0.al$OK>Քq?, afѫ+p$QqVMH`5"0$6 T5 cBŤgn۱H`-A;\?'z4IRȞ/@OlrQtb 9/-_hOHå7PJw}Z,)l@;32KFR@f)M PdĴޅqz H[ޗ8Px=7샷@5"t2s-wTdz/4~cmۑjmm FyT v`CrIn 14#wqPK(VOr12nRuu-N1A5 qvZn0˦a,'0M!b]y-Va13 Wl_gȽcG`gMڤ^] P<~Ӣ)ãҔWMaȨ%ېgRZۙ&2CS E-|z(CVߔJv2<}EITPTV”MaKMԎ47T:,'}mO# +ܲT?(}wiˋQdy f8~x&9VYEOxj$G,51n͔|..W7Knh#QUz:'eemi[̶Cd=aq(iiyqLn:  zFH3q*\pwɒ #ݠm@Fw$i O8X xB3-wLE7mwvzI>+ {i\6б;]>:E:d{O.p=}6/j qȖ[tY_=f #NiަeRSJB>oɃ#ɤހҵ.>Α$bn沗Lʵ 2:K&i`- ^ ,{--*8J w %lbB#M-W~qOLܺ a}L1hi#UhNON\M[e޼ѥFT>-wo~ыC-W# A 5r%Zםۧ:dj/ŕ>q%8;eQy5:e~C*BY(ã6`;3 q@(-9U} ejeO ?On0ɏiI>7 Zq<q4/[3MG/]*O-4I6Xjq8܂ϕg]s/`;d}ha H?RP5L?W6dҎghٿ IϚv';!ANA`jn^Cb qDNtCTa6McfY Sh|`iG78ܵ8J&,~N8m?WppzOӸqvÃs !7φ|*OBZՉG^)0<-K@CDKp8\=^./@a69gt7Kd syAI/6ĪJRL- /.*[z~̚Vex$>"ץmgHwD(-H ]lOA@ST"Ά!Ud =ЃAN^}ӈ<5>sE|QvhQN{~62!1twM*=4( ʱb1˞- MAԡQ?ָLG=5i:!i{䒼3ƙh_L"'aj .Ix/s#يڪ)S'E DU*9[rc0"5vCGMMXGEsUv%#Mhy yW?V?"A>،v(y~`3% yW@ZA$ه&x.>P5ӶOᙒO\ɦ;zgkm=?W)MRc?&hUKeNwbU Vc2o}4k FtDCHԑgulmm;%/JG5fEN(N~x%c߻\hY쳉ݷi*6N/W.2T:g.+x5,풘MK' `skF4*]qߊr*zzx^ YQg;֨*VG)yN Gx"g')޹u"pߔx9;e1*޵"w|$L ʡ2@֊(JՎݗR+ʻ"rNkK @ܡ'{b}PfἍ@11"nUwnjA%Bۓ w ͪkQLӝ:F#wG3ּ|h'VZ[ނZñ^Ѵ2Bj x8/ y\b^{EI":,c3v>MO[PzBHzp䧌⊌.^4:5`+6q77%FV|]N=گ 2shl#;8,6( # "n̒CP=gXɲ& QZ6ݽAIaQٿ6Ks󹶣S/An~/~U$ 28j#XJ ]!4ujqJ=8#!uo3NmA[nHz󴠵(ONujrDS>#u24z F|OA?m)ħ#Gl)*HP]{YnQ\UJq)Xy ]ővxȂx^>yJP_InןU(Mwc @qHW1 R솣0#F$alΫ^wc`#u/h1_{@~/e舉Rş\%">gg]ޞz)"G[/MjP63.-r'D{]RU 1v}Xl 24u v_`L[C* ;lw@gvL+?!m"zFطInϲdČ~=,1Cs-ɉoyk%)! ,3mCzv}&8^4ׇpE2l4S/M7%u'aD#y/PZ? \ djm4Ggc6<9)p#v |d,IR:骒.SgFL]OA&O%CΫ#D:]uvӉl9ȅPIu&MսRst+vۅ&`&_Qjt\v6]]vj5lvOgat 钜)ȏy:*p'e岗e>;mÎyo- ˼\%BWvPɘѣ3J+*8S+")~Η4f!Ղqf+9fV^ H"$q}'}%!xQ[Q &Os'fbd*_j~N&`U?`s`?xBav.[ %Z;{"hmn}^mN=9CB ';4 Wk}:6 i/~O1SrGr~anF~Fô5+;F܋Z΋CJH~Zu¯-SZ Y= 5盗 YEA},i!;lL1מתV^-[]#|bOO9E)"W_zxߠ*_٭ n=\3ShsQ5ŽpOܜ VM45ߨ4A NM9(xGUւaI^"J)i.B}&c7Է;HOrpxl((KƱNƭPy=wbÃQC ]El3t)a('+mZCk42lm3.t˦CڕOeeˉd֫aHs&nl`T=s< A_}5Eϭ>rG;6ttƒZNNIv*WCjƠge@hS h; e Zp=4BIՓ"(JTf;"z7lme떢b 9 H|VsbT@f*H(Ѯ6hCEťubʛe-ul0` f&shwݑ}%^&` +Cˍ`dp9 tGJ;eUO䤆mS3ްRz\5`6 -l>JL7;,˛ o+kp.T)2& FiሀvFl#z)L%"f$}חvͷ8~@y8 Jʩ!&`m{[T C6&,B{۠hgt1$ OGO^ŹއsӦw 73EAiC){= ERQJ-*jT޸|tY<r :S&l:n:UJR^@8ͤq@›Y7(GoX80Ģ멈!:-/lcG Yڛ c)F>GMB [:j~j9# *l4Iln~A(I4w:[9-TC˃*vF;Zߧ5E\ݨE-{7]*"Z10ܘB R*:idsӡy*.eKL^2P]Pԣsthxؙ珆|#d7^2cDɠe= E\yqQJ꼅+34ɿ넩ETNgHjqmOh"8?p.gP =2=l@P C)pWLP*5GVq{c? \b..3\1e,50q{ȘZUၒYL&C)#` hi`߄F7YTa Zxl`odPE*]8IUXL*H..U?cͱQ|dGm/< Y98D#IH{,&bϟv[Fzn,oW %mB_B祿U-Ex*o+R'kyH $2b]Ovigل3mayW fkPNL$U!xyL WY@7Kmky.Ffmmnd_SQמm"@-=w-&qw_ #8X8z :eQ% Afax(cKte/K/+Ith1oyñL"aMaa&,xRWE桃H@TT[y%?e7!*a^y "(m4 \@9MB)Ki5gO6פ iC+JT~B*2e"K>8 cpл<MMI<]w ۦrxYF3hkMM苶MhMwܞv+_E+D&/MtX^#@J,_)4}̂&hA>N#]@B/4SSxԔTK ]TGsVcm$p_ JŗE?)kQl@҈SslcDHj9=v46k!+}wu=IbGpJ[os"Ɵ"PwC }vg/y\p\{y@9Y +83- Q$A+2cL 3׾`#[)U™uk$#ePBK̈́cb|d.7Ǫ#q$zn&ď@Z]FtlF+j,*C(x]֥A\Jm)b5sCSBPet8m(XqsWfU!Ɓ(/D`wJE\G|76wRKˊYȫ1 `W-Ds;K6:-r~`U uͩDGS }.YzCB;Eޏf/J7Rt Pɹ\'I}f𜳵geɊ@LI* lYJ-;D̈́_Y{K@ :ŮY˨/ Xhe `M$Ƽc<8tl[L% v`X%0yaō<3ZmZ4]@fTVҹ4ʠydĄXhf.SUWvROjz6Y{,>3@V ԀFX M?+cj>BH(0\+qi+odVmq6 NgNco\Kp&\ cfB1<2;2h|)j^"@R>G.kB9˩FfpFcE;#BǀB+z$X2ġݩA3rYyk㷏x'}DliROEFЊJ׮KȀƈ؞495^ƿ28k #/[,utG,\]ükfWW*E|P7i{N?{܅(k?2W-vt$dYQ!EèY}LfW#:vILr" AqRk`"Y>gOS9e\tA_APp&8/i1oplV$e!J7TV{^zUXjxPY :5-Q>N AM&{u_JV=JDro՚kzmk3]C ijiaxȅX(O):fJGδb8`VW!BM6n¦󫔗m[ph΄M$ L&]MJ`1/$\'s Y)r v^W e>N#>X['Vhjsd"9kv@n-*ĠiR4d׀gz6ά脿}6ЋrReWW<:J3.57jW+M"_1).+*gOԥ>Ab5E` @+M’X6S-DSy b.%c[e(5ۆwf}[FiSO_Yw1XDIG`i'2D925v~k#=eD ;gnZdܐy kxnԙ)30;2`662k^i-fmNfA0@T/J%PUɗ) Z"v-<x|2f,[+ȯmØNUw; *TxӐh^_ir66@fP+6ViO!-V* !{FY՛kOg+}ES6\Ugwb}LH?8<cՒ/F+aqM- W$@Hc0l0k-[7 גxI{.C*%E(6 #SdI2רf-LH!F"FpEZB?z̲rwjm{Eq*&Rt/%MGAjz){_Ejyvgh!.HN*<BvRpw%=ϵVa/uIǶ;ѹ8a4x7>Wɏp𚽢Efl{#bl@KKD0?|$65F^酴nQ9g ;cևsV*W꠫G_P̒b!Z7—rrBLL#3Pbv;"#w1tȖG| g)'ݫ@gsMpxzk},8b8S> ١S…Aڋh ,h Eٸ  Nc[Q ϴ`* [^\GCt :PY0,&J9Z3S>1VL$`^<Aj 1aR {+CE8vv"En,k QǪU MrXMSI ggT=mU+%R4%E㥓9H}&R*joKQ<#QƭNPʥk.?Hz-hc׿$ȷ6>9`PJį`B5IWr%Cb?p, grMq8\E.LсnwtFW-:(+/˙ܨ8ӒI؇1x(F˻eog9ԀHZuχ@Tޕfv]8̙֒36` dEwo`$,x¶<-49HDvEaeI_A,bwS[_Vq {t6_3]VQU8fYa2:qSaX}ߓ f ](~WBlP,( uV0Nl=;fW&ZgQ}oL6kYύ}e.cy]QL=l&/SwT=6Ce'ɖLr?f*ttͤ;'? ][ǫ߉^‹I2@"_ ( 3l.VBTc2^yމ4-8H0)#m:NTؾ{@]($UQ[kpzq/D8*y h%%x1Ɍޤz@uG.:bK/5єOey6|B؎9`B5y롉6Kl]j:8bZZ2UJU;r_o)CoZF|@K:x$:O 2ulquC﵄9HauNnwսAYލb>NZ}7vV8-i{>ʲ{^'W*Lf#| l[87cuԈ*p4Qzl$,A*#mk?нAÅp^6c{򺶩ewsNL읬GP4`k7)Z~ Yt(=dQF3G'+\EY} Ts*ae[嫔' es]1w>,xe5QiK>nЁ(bƐ1fP%n0Ô!XG `i.֗``-V}~q/5~8b3%1E΅!nUP&(&lщ_ͻIW+KI"b2^ʩ6AA ÑJ|L=g6V9s]G؝ٸEZ-yN$uvUyr?9*lf)z\R~M{. Cw !\L(.H`95r 2lOؑ~pX8U[t/.{Z4fj~!#IC\i85Uf5չ3AoHQCJ{9<((,(vcEyx m=1} NK;=uTݡTM/RU:BWJʋ`Mo< 4%h?\twq#Ґ{wBDOBkOu=;YƂ>:ɵa|56LYH& v--Nz;L.g+RٲzV(tM}\8SJ&.t8bz%'7X0gR#<~Jp/8Mx;|U-[Xh#I7he%,cDiPծYN$m;Y8jv=%;LI}6B#Ǟf߄?`ZZw@Ƙ*}R^ڶdK!8[ XNt5w琊(6tוZ~܍(@XA Ҟ,=BWH y哆ݵAƽzi0Slm7C) ո~T|B(}a,3ϘK-\ܪX'f8G 2NJ"y'i1¥Y:l v)cΫ@]z<`Gi]@9nA53涎ӄ@Uaܖ=;e"paQsg jjΑ_IYi#` qGrŧQ1PQmOuQD.Db3zrԃp/A^%-|pJzPk%=kRxȌˀe>/S|d.(2R#ֳ4$3kv@MjOzxʺ{3x :X ͡(F{6.IyEBV\cC*xpz cW]`a -us="mT8~vƣS|"tL iܖ^qk\# E]~yȥ ৓vCwx6=Fjw E]{@bu;%wm3$fۙ{K37 ͳ^j͛1 \$1ӳֻu sQx6牴D!FLJ' $Ъl (Abi07e\RvKT}ӚYRi->75 I:!F6oɕ0:M{'Lrimד'Lt+˼k1վIJe/F]* n{Obkp"!K??㍣{i"EԽ]iJEHAlY]ɗc.S.գxcu[2?z xWg^OdPBȒۏ#mG;ٍY+\dz([rR7q9y /NX,d kÞ@]Yl{=o{.Q!@k˔e۩IY9] /<<3^IxE hO'F _ԁ )Erqv͡~ %`O{#~M#2:yxԞ", '(ycn*LN>8@k#X28$z0tK mn_YCl854'rEpFzv Wcaí,&D_rgblEmo8B9Pd\p8z~5u]K0U]{bu8( Hcw UFRqlwBEhE> ہ$) ܔfM>&*BÜȑN&y,ݷ޾/`Mk 4io%kCvf0<ӖOF[ 0uٖ ĂʽzEi#Yk~+1ddjЏ#h7mn*VbŻIћq| wzw3P2_~kU$s>B}U y-vɠ{iA6`npB?+^/P,q-''}G5D}8 @;/+N83H=~ &F TE_U @=lr@Fj& IM=, (](~dFٍǹ~0h6[OATPYT'2|Iy֟I]qMy[I!^Bȇ%f_ ɾ 0Z]|@tpv*bFlx35jlP>p1o š,jؘpu \(EsQuadMeaN 7b!@.hhΩ<"IBaŰLv>`q;.6,+r TkgN\[Zk.% |ɣD>9%k9tWgF4ҵY0RkTO ?-BOi#hEΔ֭9g" \na_._m S#JvdTrPUwceL6"G*"Γa8XhWY2ypR=Ώ`Yɖ(,d UD(yY !>X]otu|ۇ2CoPw!'Jw}cFk\KYRscձۦR";f!vJO=[#Gu*D`|dp%{|vA5@ BkTaMP~>hŃDtb鄪0Puؕz+g[Fc[LS! N'!]Г&&h#\LBYX{%_ Qьqr%1iݞ5[tDɩ3:Sm*tl89Էf(ȝL4D Wt\$frW#2{Ù瘘Dw$2A4:Y%GE'lK -#tZpœy9^YURs;.#'pZwn(W&@GsE&ϜZFL(JXAFG W{]۫i,4ʺ^i&0ҏ^ fؐ_ns3h\{B~>SvkРk!kk(sA£\pr2"W%"*E A-U哻68,.5Y7^X&/\C= WM'aVVf=Y|E߻Uhen݁iu%T|+G~#VnCD6x$A'0ʾ3ь ȃZ&-܋7qW,^ es ?r)K&Pu;\1-Юc>ֲ@g{FȨyiz!\Vs([\2p֧mvЙko 0#-Gĭx8kO=5(16[/Ǯu P'[ ~,ycsƎuQp+ö"о_H\B@3a o|+Zyz`vl+_Rn̻aO)Nb+9x$ydr+3'qo eGG[޺|;y *([TiRҥ}]V]֪AnhD,/,z¦#K)v%48K7R Q͝ @f%3p7y}aE$9;e* OJ6$O!^{TS>l}i{D 7A cAE*Ƹ:*S%J=:7'}ͥxaT"ϙkL8~*R'C U7?4 Q=-' %7e O3p\ MÌ$~"|SCV:[1b&"]hulexpgv52lJS?oG,#f`S=2)߻pnYEF X!E(&C^WWm|H Ջ@(FK>po: 5 l~N^d ϫVfrBN@V}dNvQ..Rɤ=<|ء%y W7(.?w{91'^͓7@ 6Vz0fEHWF֊h.euv__/z`7E}f/md֟A4Vpfu0:hSVmPW8Pn*YLxST Z;K(x6BN 8~/F[j!6,ͦY^RGA2j RI4Y4ɠK\+*z3G]giRѠtv*w>CK',0DT<qjs/1vT|b '2 #%j4yh̒$p n(jYt_q {nkRIxVUhF{gҲ'dMN7ϯgE74yG._oif6.@ՙn*y):\mpq5}Z_uR} IbZmXjh>`TX|b yEba+`0fMw7Q,.oqYN&䞿=I۞r} .$r);ssiٳY r$]0XhǬWA&H,i 0MLsKbk$%TEoʑ$Szr_g}oa٦_ߠi|哦  &0F<ZBѿB5?fE3:hu'!^mr 2n& :Wt{: r͈Esϭhwg:5YZK{"R*LJVgnaO5h< 1c[#9u6/8iN,?}끷o`Of-PbYZ&{E!q,аw>hrn+s!Is a!˜!,V nq#|8}V\vIru=Yԝ+#7=ҺQ`C0rp8Ʊ]*@̕%OՐ &Y#NVX S1Zm7@*;)2bVEͣDq@Y#HA|c+o;jgr81Mȱ 9Syb oGהNSEqTBAJ,>;Z͐X_=ڈ { % Hv/:S֦uײ[%ܦUER1Ēhi䔊@Ų Q~dK k0!͞;\\ }$79ӄ)*9Y8$=i2N^ooS{tF:o׉iLq1,5LtўA*=ɼ݈bLk֙%B E2}T~ Zedm-2"*ĂB̗NM?db q>|:/H_Ki_w3pe6a!wս["G'3/3y=ci^LRx#9dmYۓlXXI !`)x.q'ȻM0X!+m&r e9^ia %[h!pmjH>kF,9 \EA} &$x5掇{[IHOPT'qA%ŋk3 =%P Y4{?ُ+SH!8PM'a(5QreV ފ4;Қlx30nVj>gB nbEvkpU|  qDNןSam]uoillM>cBUǰcg]*Aȩ†frU9&EJ|h>8-/pX_w,Z'~X%^扚wIg.Xrf//[HlCSg,.<3*Մl7)MRY g}~QN?WQ~Lx(q Ya;wl2tĹV6-HTF[ VlhY:H3HANˋ?_AΠ_NV2ea=`Y_٭J54v#w]Wt5<R zx3 f 4zD~dhnN֦! ؂qC|yĀ8Q7<SS#86v{@@A^ @~$6iD|7S]a3k |30Ӄأ"+rM?6^ޱeSIg!]Y2be6!)G )sBܖ(9KklcG/肻 5R* /ekNN'_KHufTg59h[sF#-qXwNe)eHfe”+|vKA.]̶b(JK )͐h1*|ņE3CɈ.s@L1H$hIT˫ּr#纾zV= 1M/+I_D贀Thڂ!.6"/r䉭>t.%,)a;738 -,rBDC<4n秽$&e&^Ԏ&1yƝ*ʋ']@uCFE S?'b1=-i6F>sߤUNᮏ Y6?Fð=oӜ_Ҹ̛j~}GM aTeհ(0"@7EcG:?!/]fW]-3# 3B|vХ`%HwO9꣹ȭj0Le:%1E%8 OgYrJk<sj^4m>ҟ;,,HgD yeb291ԏwkNLbGRۧ;Cf9YZQqΘ>F5D!Xrnj8D,-a u/fd!(o= ; 0z(t&S.'8V6ɋ(ϊ^%nl'q3?yQJ&+>Waf& /Z)6=ǔ|g&v`v;T.K)mnp(`b4sNj|^=Fb0EBB6w+_6? ͳܟ|N^%_H ٜQ_ 6xwධI׷Tw<?"xVy $ݯTxss( 'a*8 >@ H!]]sADd&6BAÝûm&/M[ QӁ2 A!-ݴO}1AC-o_FhEyH"`A&ue7$;KM aW'4yACׂpQCtqSMiCC&sl@ 6o^Aq"r#\ׄ[2 ܀[VWτ}k*~nimQi8^' ^Hό2;$SaCǹDnQqm|i ^Bx;>`eZ]Rld7@4 3o΀>)UBVN"f7_S6eQ-5Cn@2rE*QdR}~)E-Q#]1F mV.e%gx5ؗ4yEaÂj!]Ngxtq bb$(vPsӜR5p-dp^BTa[hX^!eyc i`rlEXLXܟĔE&:Fyj<ʗ3-ΔQŖОk_63ʎRr Q+r'dpp$Hz'SLx30Is L%ר.;}KPNc'ܒ?5ݨ2? YRϽA7"VL Z4Hf1 iȚH<1hc3Q-+Ppc`7>izxaZ!+e ߎ6뫽4e;JT3RF@cwqHD G;Xmw}lF4ՕrHU8*q $T9IqxPMT㧁"epff$mqлb}tZ avx, g޶ʹQ^k{&<fw Zѯ3Uh0qEddffaW(PtjjñvMvhh\mՃZ@%T@ufO;.qpOlӦR:^^+jIȫf͑:PdBҜc1v5YZ+%=07As@V:۵ ifY',hGv>0ᑐɧBF ۭ;E,M,d^6ѤWu &vZ5b;hG3#xgqx1&vۀt^:(N ٍKxBGre*rNhsfol[R\&8}o[]®(yߟ|zFdKfؑR0#5Bee3ϋ'?>V \ҒP75<ӧ.ژ ;EߧWlY+z!ԩ % X(azƋ|Uyv~HƆ[[0PgNk0$'ޜj*p7s9p}ScM#P:bHx0Ul^έ{Sls:z_o筊:Sv`h{f9mD`‘-jh⅒ޛ(`}mb_-d;EՄMFcbDSOeLݩCWP(X4yEE)E156 S_PH}/TzVUX`Ȍ w)Dh/H+C8CPYkF(֧|~17 g{e@nyv#p{ϑcERN9&'̃YJV kweY&5EqrZ )dn#z婂Zg[X*?2-3˟.w T x`U70U t,+ǼĨL]1RNګ~M粁q3l0{&(9j@8͏~kqh>q֖ VyKQn }+$fLi#j sˁ|)h1CVk@ 9 FZX!֫|&_$f2/} 1/g$M(.{n[q:+~TT+`gXi#P/65>Ϝrx1$ڲD s_8)cS~$H7F%ߠd7#IټXe p=ofB'r,Xi yϳKS4 lCJնOgFF,ECs76r i,^$(|C'$ <S]l?^!N1BО(!yӂ4b},SvїEqA+hKs}Yūn-ڥRכc{7[@Y5I7B8ޗ澙JjG*EDfJ7뺱WAgCw^y[uXU?m/ vCQߨxeag[Hoo j{S&{QҲJ_Ft2^3Cg)h$4o!g[KFgҘeD|QSGވ3tc?:r(dc)z@6#]ȳkQ|H^vn>>:Dĉ<%MV=8)T[#k<뻗Ymat[7/H- 7Rϔ|` I8܅!ck ?#R ?^>RyuhA$`Uć&*?a|RaVP0Kyv%uoZ=&̹ 9ւRAƉ"󫉽(b/HlMdMqXȿ)Uh7 ;GT׍eD>56:xA$@!&smL];#܃~"jU4}`n (F/t|Yq JUk4!7,{W,hL/!q$zb4AkuT1w0jI, b=rWkzM[IGgD9bRaZs?@v7RG#hd`lO(Tjx" 6xy9Zi# c8a48bLQ=w32 wBWsM E>bP K@7I=Sn|gCXfרG?-860Lޔe(Cְm5MǨ#`8v;_]n.ɰmrLc0XFSh߽Ӛ* T ~GyuWwCb!vQ篼ұ gL>`EaA<"<,ֹ? ))y*7JG&x;":QʅCwwt3:.PJnT[<]6ݶ1Sov֧VmSy3+ijaG[maR@Pud6;DZXq.%d)!%[z6W ]s[[㈪g*)t;oT^W]) H,geIsh-xKݒ=n!sG8VѦy&" e$mV=".{0*:Sb9i]eRmSh`tFS]F9qڢ`j>A;KVxCRxJ4Tk(#$E#.>;Nʄ+E='^wH2@+ޔmj=-e2:+dIG9+bָ8A7=`'ݎxH; ,\ j<^ʊj+A˝Wir@"fÏb(U?lCb&\O4XxK62.=,0q-efa璉[.&7!Ǧj\03yCO GSzMM0BpNLi ܄TPQX(˧HUDfCSRY)!Jg 49Úq098aم94$]:i g!^!fO!8.%*n߷ֹ[+60e Yst:y㽉qas)HޤSus,R%ڇGГjfe'AcLSA&7Iy,eKH ="4gRs݂[ֳElDڳjP. #F9bהC^<׊ֻ֨ԡy3?ܤ0Vƶ陓=cϧU.o\jm5:ϊ3G~EL)4/{|{WYg[Ei~H . po>Ij^o> .1?k;0oct61GTh!huߓkD[TG(h!2#m7ڐ!Fb#QZ麷G{7s$j5^R(ݢ v1B"R<1BrO-`޳fhm {w4aqH ߆1JوO49r:/c]Urnߪfa {a.Ժ @EBg$-ѳC6-V1?JE}$ݿ+$p2!’=T.IƟJ>Hjg{ Ꚙc'g(C]:Tȉ51QfNlٙ~3;/-ݱY^C"ChW/.Ntנ- D|쒪K]r:WiTׂa(;Y<i<'4&O΀>u ], L'ǖkӫ!ό4É[*Mh6QvHn)vXÙ/'(ec0?l)-Jhi_yp*\L9OӬ{AK~Pb{ 2^ ~nݟW[95su.PKS/V>݄.bJA E)12TLp߃U͹;ZP\\m@%r))1{fN(n޺4+sLv +ESWOn^ZDTDcv|~ O!"]Nm>]̅F> ktt韬fG[S('f ;bRa֩;o5Wˆwt"c: T qΗ%op#C( +|-:h8'߉^.nZq!P+OGnxrjV&9N `mXu>9fZ)mPVBB}izO Dem`I?/]̛ Ϥwc%FTeq7H'Al{3;RACYCF&#iYSO1uK4ͤ q1kgϘJ1F4lp Z 0*H)ڷV|gh/; f'+왤NM>il$CgȡƠ0mb4~4_eqn(A{x/HD!i%LQ7rxI37NNoى`؋ߵI1j2T< w>6u=̠e/"Qߝ>L oѹq4,r|>j\$ xA7^ .0+}`Sˉh)W&=Yb3(7w~HR' ,#8¾w_e XCBT||*:8uITr4В4JfuTf`(ErE+dN(iUsD~zI{/yShOOu41mn[7 t-euM+ M';w.\&:oukrc?d d9>'t7=ZsjK}2mue84Il>LigpF=HBT2*X߬)eGG2Kc l2%D΋5NWY,|;DH Kw >N' ]Ɋ6(1W X'ۈuɗ }`Qъ3壌MvJnFk|s8:Ŕ6Ӵ5SF RZB@j&sqQT29fcz*:sLHKqg0\Be?#{£YpT0\xfru  ҝzI ~KDݲx(b4M>B`wz҃G?p1RFN'`tHgz۝l\&0[VfFgTtaIffi NsW^d&K07Rd!Yɓ, =`N_`L@ qQIe:E`ٴMvk2jԴ<*־|wcV-2ԝ9HyI#vhrx],)hGѲrYT1_ze9y4$PA9wrC!n(?QWE$l82BW1` 5Gx~~|ia;,XS `?^WvWܵOK1݅3C)j#_~c_1{f9:考.ҧY҈CJr(8NV܍-o6ALu8ءT>_F%-Ok a/ F%E Žt{ø/$F E_f6nbO1Ʒ(v72Tli Hh";oW+ eb&BSytKyeNBe ]b(BFi {1rUR$-hqygjX>yCtrմ?z,f_ .sIr~CAD?$i̖Ae2NDl^Xj><'~KJٽ 6K(P&Tik/ZW2P"Fkqex+3i4 o>(!k;CH4IJMk2B{d3B_NVi^TM(3E 3NHqo("JzƴN%aUyTq?Z(2\4)Ս$m.!=v̮?60kHiǍ柀*8Auy'j-[9 8He?rtbyof7~>T㜼TAĹ5І~e5놢HhCǭٷ=@8Y3_WN Ud~Ɇw=n4J|{YO; [ g%;4*vc ej0MQ& zXn7J]{SamNU,L] =B\LY_`n_5X $Tl?1v4{xHy Y+s|Klc>kh `^,J'3_g^1/5|WU[Ԛ޷{pJ"w4mmd4U(|^`e /?JLC5m :"O%".beu.=dݣOe):4 T#-ÿr0Hv4svN);wXsI MD-v[e׀=KvŐ-D"2:@l' <7N.>u;[~B\`TTK$=XL@BnbnvT<28!G 9p 9 \E2OwkBG^=@Œz'ME1 H$3y|&`L^SM{A ߝIpU*GN@a+p/i }5fAwȮuxh(`G"Q.03(^.Çm6oS_! Hm~Ƴ}0 }1ˁN=Ķ:Ń%&6"!n%(6* Dl7Sg fˮڃUOׁ9>~{v)h& hQ$ Ps(6˻䬒gܜƥtPpMn3M}a%6Pk|8h^Gq1u4?]`k%ew<ivqZ/]*`؇?6_.L- 3g7AЙAL{DYm|7mo)}`}ғj2YX6_ o q6hڠ#NL vKț0ZfqbF~neR;\̒'PvO %Ihf0ӽ<6""Ϗ=ydK \t^ wK 0烥/:sKd`M`Gu 娪7 C~Bٙby眻[ަ#*rȮBFU-˰i1!TIqv0|"qT)嶦 =l<!6zҞcJ#:Yѭ߹y< C ^ߪ~FN%a\y]ؐy%GH @Ӱɩ2kVH\:"RAi@yosMT鲨⮢(u>߯!a  <8)DR*xj <;QLS0L/;S4ђ\Jf\F#AOM]i.hNfiRC_l" dj0y{н aIfvpً̬y'[lOf%T'5Z?!X.5 l90)ST᠒e+7#54Inv@0Nxya ֠RZ$v $p{>'mNCVֲWd} O0qכ_kQ7luZ,C33{,%cSTgv%󷘴 "HhܲHmswZY9!0p:mKݧrIA9G1u"S_l%O]@Jm(Jͭ7Qa|́ݔeT{%V[%|ߵ0YGr4 p!ҼODH0D{px(Z+Ja1F7Hg^$ =];8ҲG?_!-~ѷLQڤg zpC:{w w JS2V" L9OK*r_j68bp]Cm6 7v>hDr򡦉TN(+bҏhغMsN. !f\m ykp̻:DgJc EїÖٴkǤLy 5PԱ)ՁiD*̵k|N vB@Ew'uTA z9Y8qF/q%p=j ;`%~H;\Ɗoeh #B1'LWY`x"u!Dօd:Vb;rfv1)PFgx$HM-I$? OZEmI=ruqn<=YAygYp]蘺}dDբ7+"#t ] kBt;ŀDB׮F)݆}ի²ڲ ۨGc˃-t/80JM$2ڲ]&]kHWIP^=߼4>l `X!OF2hA)Rbgܯ]65zlV7 q=5cY:RkTyy'm&P嚀Z]/󄢍mjԋr-ߪdW&]{K菹Z*24-> LSAkel;Zb N ^KfS7x"k݄X0A\5OT㯐;5@&L50h4ڿdGq }/e-(.?_Pd71L\&%1!* usЕoJ 8[r+ffoGvomEjo hФHKyK/,FnSт~||rJV딀w(.EJ  |7e2YxTZH^ks4抯qBH JE#B;iځ1GnNPy4 Op(RWЄ. &Бux JR} ;G 2Bs8a>_.<KlOo)b$DA )y߹p&ݽ߆{&JiKJ0gwsv& N =k t"NXB /HEWol7(qWL^Tp>JA鰂VdAy͖;y./"3I*Mmɘ3~"4eJƔsQ`57z"K#`|XoB=eqbaj%OSCJ:zkFOghڡE.i+ ->zfx+R/KWzW1{r)LF.¸wflS EUQ6Okt`m !Z[-C qEHĈ%+[ t0~Cpӫ73YGdD#"TI~,l=_WhȥD]ҟN0\d c~v ּϳс?>"w CAՙt[ʓ,ll3g[Pߺ)GMPApSƺ堵b|(%iqqq 3f.۔V:2ؖN#ʇ9ןgW^!t ؈T Ј+m"%~-x@=P±,ecy3> E&ڵ4#ybB h*iYa*?:ibLTԆ;NaP5OqAA%(E!.\,>T1LVZf8Y6ɑ+לP䐉;F!7jYe]YY1,7zk uj51/ZQU S3ir(Y b_4!줢6 ^-AS(u&; _^8@׾/2E:4^TyD2 sOaD>9Qk/B:LuCZWGԐD#>; xb| .KR7 w7;rw11P -!gda: -$t]u @jF[ dvbf'記 GZJj0&r_VbU}#7 fwOӯvL2:pr{_tY%m,㦆Kͷ^Jd"UÓ#@W'☟As3vR:@*wȧkr7PG/ eN<\$ZÅX ?<)U,Pƚrpf SK ^4Ry.ᅕ丟` Vds&XKj3M1in+>\>QaXILV|_ JzszdHnfO(a3`ى QfDo^꤅Ý1iVUY1 ֌`.$QlM+/ 4Lp1h2eN:X K<".Rs3SZƐJe:}j[2bs;F1' HjN_Z#WcyEAeYä |Ӕit Ӥ=݋Qץ-@'GZ%`꜄rJ ÀD{ȧoqok-Eql}{gɑ%҈F5~!ߥ8"NL-1> xLz3P(Bh%7Y&Lut[s#~2oB6fաXqj:,T{+@D3v]"$Aܲyc#˲2BDkme.J  4b?!xBUKc؅=^2Fo+Q:dUfȧ|Kt+*r  ZktPد/Z;h('N<̝:t3T/]X'28`F_ a. 4a)X$@Nh-`c ~{lk83řf A~I[W& @zIOXXme);^{os(` 1a,(uK`ڷN_ @vN 1Nb.>T;_I~3k6!MSn kKûzx!XoRwa m7Ň:'GXZ\.s_)t 9 m}9IaW{0$W#5+ s!buV+ VޅȌ4C8}.-᥶@PKf;h~S>Q{qB(GtFOTϝy-n3͢ɇ`(Zxcx5wo_:k,sOt0s^{:iTg%ӔP^52۴ &<ڟ)-RG0}yKDiuY$PkGIzCGc(b+ ɯ몎/CUg^V݌7.\QN!8Lh`(DaWi2 42#B4(l14+=Ļ[O<k%*Ȕ rlcB:=d~Qv*NĊ%l x eve:xO:H_'bW'BE,!ȟe(j Uf6ЈQ0I!S-@N\H*KYdM_ /M1Go[P؅m4nѝW`F%YX45g a&lJ[׍gw81Op)P 6nX-0CڹR+NAל T([Kb+΀,`kA`=ڔH 'ʎ_ }WЃgqAJ3;jMB]QK ѣh.MiΑ48/AX> 5%)hnEO)e1#nnY\,nIm&Ur ^tK}/K+z}-K\ ͮRٟ]Űqpe4Q Dܙ Q iQYrd%8'FAA)ҫKh|C0& ʞ0w9!ZAw>?0kQ줩-lf_Epf&4+̐Ǘ8/wR4i31 f9uPЄp?'$l50LwD)7 ZW3Df)NM9݈yWuM 9051~+ˮcw2H/V ч=|+y~m~!5>5(`~e%gï2T F4J1h(BUьT+s#:޸T$6Z7oA3%*y䓈MV$/D/]_@#++- .Ty.KbeSjߡT&6T?z"[V,t'x o4Bb\{%=kX~;[^={baG-;"UuQR'b~+^ڔ%N &lBE3EfwE e0Bna><B E"w+@V?Wtœ(W ٸ:F"loX2 `8Y5ylSH!ZN{_  UWxBN|=:饱Ha#A‰ϻh tNQW#ōBsڐGޓD[YV R2sF'VMȇMF)4I5{ "W nP3`v7Vr} p #BQm-Ez@zMz"b-u4Cg (x%3PA  xn&W i{wn'&bx1Bi( L0 !WĪߚ#mfe_FGF:r<%.KvקZ4ov(l 8|EFjY ;q,])&Gt?}4S#*Xk] ",[20lM y& #enN܂MSnljk%uVP<`5WZ <""̲^cԛ7Nw#y!u%6@%)` g1;lsJj܍,S)7YSQI"HzO `㿬Lf8VdKr/+6|  *B^4zbm⾵jD&N3pl S7$t4"гDOd!pL `Fפijce!W0U>#ys˺;DfRfc17x1_[='6[uuK Z]iտ4Vr`[kɓ $#Y);ЛyZ$ʤ0c'B%B uV@WzJYXwsOYQX”)H^2o]! )Z](R 3^ud9 ѭZ83dj =+aP)+ɼ;,4ە;%MC]Kzh%M~;3QThH]fsV|)yQɽ_ |ua:*> r喌z3[ "9 )[ u$EnhIŇĵvw_0ʯ:YNc7_~Fʷ|-$FQ̜tVLA_ZFÜA-%,z総ɒEҴw\hG%o'calxm]9{(>,5Ƚ 'jh.RS8Z8Gx<(rr*jB(C(00ͽH/燯2M@֖f@F\i۵0A&%9FbZL̿Xh*)(ȃ/CcK%0(-PG%L З@Y uLjmrAUB'N?L\6NXs_Ml@igG\WmWԊOϫw_0`MN`?]z_%BYNk>F|#[joF ;é<_48ǘXZ= .⫖]Zu`bQr@T$zcYf|`3-٘Kw ?->d&0ި3g+J5#oX5Θ >#玑LɘtD*Bw-$3,;1ڤNTjt.;_fb>F5Y;,͈t+U)k,dA=*5 njנbr.N?랮m{$^ =kTVg.Qom?9 X+\UaEP \R'Y6e"G IiɌ^^"83Wvthf) !Ko8܍~Tdd١¹F_:5ΦyQ/h2T;n {E'fec}[^Nj2Μ[~e> i%=;\ee+]Ăo!FQa* ˼NW=o?ϵh.(&g@:4a(dXuW?>>:s؉YF5ě CL3YO=©T㎺9zL]nE4B[2 tцB=;LtG}-/k"'s<`!;^"cjABhT80ЂpOδ`/Үۏ/EW2`HIBK:f/ RHlf*5nɛՓK("XFRKSՀ=#Wai]oh 9; 6\D?{۫?f ΆSBQN>D&M^`fܒҤψx喅kt!s)F<0BX=mI;l: nܰ< c|F9.\LCkWR0.P1㽬x)Go!Eɐ 6|:Z6@3"6ιٮaCoCU} 2r"f]aV@-օ 0(TNQy+BєFgEY#zQ%ۄޔuC*S.Od(W"'h}PU8g0`U?X1Zꊦ.^17LqLͧqrAtI2nPZ XNWȬү#Pyy"2bORum, wV/0ҳ*з~U;O ?*+/ Wd<[ ~~10Jv}>(N^p kx((~(UY͇G²GZec;.-[8 I_ԕ['OŒ>xBntvz6l oT3sݯB/+K[WUgt~W{r-+)IBdh?B{=s/m=a~bhv~aDz\mWZu5+H\|aJo:ep)M+ 0V#0)>ŗM-D.Dr,̉CD0`{ؾ@Kn{l*e%>܄ذlB+ `'ª^Bō>W'x*Brrr7AӥXu{tb~=*"$?}=!_RznDrci/!/Hd3Sn̩,6?9@Zk[ޖ"P&BMF7R,Q5ۢ&2mqCƎ̄&٤9$X^>\@ l LZ)uAe$@;ynܖީ?bd#gD%.5=X|RPRM~)j%7W= >JZ}jGd3aQ=?P$k.Js^cc:XۜR(.W:: W!)t 5`HF5jَ dMr}6l@P0AY&ٹ:ҿ Fr_P7f߹^n }pK/R[ys; \rXJjRܒP)n/^92`-$X瑕vs%qme3Cڎ+*mmq[Ac舉n}Bvܟ>n@e U(ӵy+4YoJ;lgOu+1 vb+) u^!fBETZP&L$?:'Am^UfN +W9Q1:hnt2XJC;Ci5XA&/+Dwl˨KSP3#j?0",z `E;ĮY3Zdߵ tۃF[m}jy1*5_2IuRѓ1*<$tJEL-\0eP,õ׈kCDŽ>=߆ Gz{mgtQg`L׵SzTYb ƞaO,mxb$<%RXD V˂fyYDNs<5~+yb.MOX'ϙiJӚ[ZB"qw>I{3T+=8 #eX(^Υgҫ;BSIO콊mӰs=-|cDGY le:&92>\7GZrP*vKv#/?#tGmWs.+t4!쀭@d@h.$Oʪi5P tdKTV+"}F2rU,1.Bg}ac^JK R"j^UEK>ļgu8>3^iJ%%qml'Huܞ_s%PLccvǵ ٵ{5v%0_\Ϲ EMHXܶ|9X.dpkn$?l#cnܗ4)rgUȠ %"Zm$?+~Ox_1ADOt+΁mwQ DB1%gר>:i!OYʨD[ m;R?~Ԡ a Ii̻;Ze]è 6k'=Sd41A/7rwb:{+9 d JȼXpvRV>=o h#ޛ,70Hʸ}GVM:A??t[B0KȏY3`ENHLx;36 xX(k>;nSelC_i@@We#XH%ZfzXҟaw%r\]p 'ǥv"yb`F p[M5_Fl1̭X5HhEq3O҆!6Eb(f⎫5 >cR|ӣKr'MZ 냳܀q@6I7NPָ`J?LҌs[m/+Х'b(1JCړCĀ3$@Z8AE%XиOӥ%Sa VrvT }ŦҴs}΄U-&*ReF]kK1?htӒfƄhwۧE%NVRzbJKRЦ5ثA!&tk qM7yuqqyUw^aؓFUw&ʪ4e)ﳪAerYbgjyT 63\qBS 9o ~O':{GY܃U_L~8K4T>K,{t~0j <Vg5EG@#1abb ^9DAMYTAiT ׊Tق|(Τs)ŲS3E7ZH"9I%Sg<ϸ<35 zϼb(HLt% o,f'ՐB!T~$zs& @={%`6 8owj%2z׎ _F6RPx"ZS O *qײ4B ?ɸJ3n ;Ps#aQ[M[0\d\7ø~TuX]١x=0}؛V ? ,÷zd+9Vʱr9Y*T=yB^$43!S,`, W 4/?oVzqj+q-sR T!D< YE:\cw0Ǔ#Q]L[DEFëc`4LNayP]ږ~;/F% ;C-Yy兩 3* JMnZ8X#w -pPͺ3bkBYdMj/_Pkg+Y[^bx]XMeIѤ)ևmcL*^K'򠇤6fB!n tuwaL`w,M ^s3Nu9ιq$[KycL(S* xSឩp[a>k`nhjFӶvU}xLF(vԌ/%Fo~0KC;:g?==҆xi i .z7$AAt5ӌ>)8`7Ek2C53?0uuBȅv# # Y 1gkBndy1|Uhq͸g;[/Mo҃tR vg<2%i)1IBT`(?bz4kE֭~.,rAH7nCIjQ"Ö_Dmgk0WI뼈6^}[Jp-[R~;)nܕm/}.ɞF\ y漖yfcUOCqQ0_;+ (|"W!о~M} LKiVI46#ǪCoN {j^{;u!m瘟?LքhtN"f*=IuMgrk hiKgcc5Jtj03ݒsحqeX[1<؝+,'̭kKndM_p'C EQw:ec.ԇZM,$aYx~؈Hy!Zg13@'T.(d"m,Qfuq-fmI#u{i'K!o:n@ E:%#DxTŦ`#njl+ MQFOJ*Q@yS~wa 4x0q{/Fӛ[̙p*!*% C"/ F0m:;~K7iXF yIk:ٷ(^䤞ΈR&n&r'07X_`R1_ W\#%pǥ_)v|1|yZLd,:w_2;x2N].P(\&/x I̺ePVr)0.Wݐ5p͕<"Otǒҏә} L~`HMůKI]Lv""[2Ԩ: 9s}|s)A*ƮJDK.Rgz99#imQ Ac8~e]pĀy4x*pGk [ m[0ǝ8