go1.20-race-1.20.5-150000.1.14.1 >  A dB;p9|V*=`wCmU}ՁC1[f=D<(m 0|A!ĕ<ȾہŴ\FZZ򵍸m6Ȃ:%'(ieuG^s)JTO4n?>Vm]yU1%l 91 sF^g‚o"?ہ ) P!HIUC[Uz%G`=~y?0 2F^G,\p]<8Luf]-b&M·]H?,I} QxGQ@ g*KoI7cc7PcE܇WgPxpY}XsB c1nGm΁p~wp>p>?d # < *7 Mf     <P(89:2FFG\H`IdXhYp\]^bcdefluvzbtxCgo1.20-race1.20.5150000.1.14.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.d@5s390zl38SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxs390xd?8f99c5ec30d70cac4994352c52b8a8970f768ac62e393efc91f8fe76b94c5bf7rootrootgo1.20-1.20.5-150000.1.14.1.src.rpmgo1.20-racego1.20-race(s390-64)    go1.20rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.20.53.0.4-14.6.0-14.0-15.2-14.14.1ddP@dP@dK@d,@d,@d @d'@cl@cwcT@c@cj@cjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.20.5 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/rsa, net, and os packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60516 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60518 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60512 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60514 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#58927 crypto/rsa: 4096 bit keys are not generated with BoringCrypto * go#59975 cmd/compile: multiple memories live at block start * go#60001 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60217 os: Read of a device driver fails only with Go 1.20 * go#60458 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- go1.20.4 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/subtle, crypto/tls, net/http, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59812 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59814 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59816 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59064 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59336 crypto/subtle: xor fails when run with race+purego * go#59374 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59450 cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int) * go#59468 cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex * go#59469 net/http: FileServer no longer serves content for POST * go#59540 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59580 cmd/compile: incorrect inline function variable * go#59585 cmd/compile: Unified IR exports table is binary unstable in presence of generics * go#59637 go/internal/gcimporter: lookupGorootExport should use the go command from build.Default.GOROOT- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- go1.20.3 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the compiler, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59268 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59270 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59274 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59272 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58920 x/text: building as a plugin failure on darwin/arm64 * go#58938 cmd/go: timeout on darwin-amd64-race builder * go#58942 internal/testpty: fails on some Linux machines due to incorrect error handling * go#58954 cmd/link: Incorrect symbol linked in darwin/arm64 * go#59051 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59059 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59075 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59220 runtime: crash on linux-ppc64le * go#59236 cmd/compile: crypto/elliptic build error under -linkshared mode * go#59296 cmd/compile: unsafe.SliceData incoherent resuilt with nil argument- Build subpackage go1.x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- go1.20.2 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the compiler, the covdata command, the linker, the runtime, and the crypto/ecdh, crypto/rsa, crypto/x509, os, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-24532 * go#58720 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58427 cmd/covdata: short read on string table when merging coverage counters * go#58442 runtime: some linkname signatures do not match * go#58444 cmd/compile: inline static init cause compile time error * go#58467 cmd/compile: internal compiler error: '(*Tree[go.shape.int]).RemoveParent.func1': value .dict (nil) incorrectly live at entry * go#58498 crypto/ecdh: ECDH method doesn't check curve * go#58503 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58505 crypto/internal/bigmod: flag amd64 assembly as noescape * go#58531 runtime: endless traceback when panic in generics funtion * go#58536 runtime: long latency of sweep assists * go#58624 syscall.Faccessat and os.LookPath regression in Go 1.20 * go#58627 os: cmd/go gets error "copy_file_range: function not implemented" * go#58717 net: TestTCPSelfConnect failures due to unexpected connections * go#58774 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58776 cmd/compile: ICE on method value involving imported anonymous interface * go#58793 crypto/x509: Incorrect documentation for ParsePKCS8PrivateKey * go#58811 crypto/x509: TestSystemVerify consistently failing- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline * In %check on x86_64 use value %go_amd64=v1 as GOAMD64=v1 to grep correct TSAN version is checked out from LLVM with new spelling for internal/amd64v1/race_linux.syso- go1.20.1 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57276 boo#1208269 security: fix CVE-2022-41722 path/filepath: path traversal in filepath.Clean on Windows * go#58356 boo#1208270 security: fix CVE-2022-41723 net/http: avoid quadratic complexity in HPACK decoding * go#58359 boo#1208271 security: fix CVE-2022-41724 crypto/tls: large handshake records may cause panics * go#58363 boo#1208272 security: fix CVE-2022-41725 net/http, mime/multipart: denial of service from excessive resource consumption * go#58117 time: update zoneinfo_abbrs on Windows * go#58224 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58309 cmd/compile/internal/pgo: Detect sample value position instead of hard-coding * go#58319 cmd/compile: constant overflows when assigned to package level var (Go 1.20 regression) * go#58335 cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.CompLitExpr, not *ir.Name * go#58413 cmd/compile: internal compiler error: Type.Elem UNION * go#58419 runtime: GOOS=ios fails Apple's app validation due to use of private API * go#58421 cmd/go/internal/test: stale flagdefs.go not detected by tests * go#58431 all: test failures with ETXTBSY * go#58450 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.20 (released 2023-02-01) is a major release of Go. go1.20.x minor releases will be provided through February 2024. https://github.com/golang/go/wiki/Go-Release-Cycle go1.20 arrives six months after go1.19. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1206346 go1.20 release tracking Refs jsc#PED-1962 * Go 1.20 includes four changes to the language * Language change: Go 1.17 added conversions from slice to an array pointer. Go 1.20 extends this to allow conversions from a slice to an array * Language change: The unsafe package defines three new functions SliceData, String, and StringData. Along with Go 1.17's Slice, these functions now provide the complete ability to construct and deconstruct slice and string values, without depending on their exact representation. * Language change: The specification now defines that struct values are compared one field at a time, considering fields in the order they appear in the struct type definition, and stopping at the first mismatch. The specification could previously have been read as if all fields needed to be compared beyond the first mismatch. Similarly, the specification now defines that array values are compared one element at a time, in increasing index order. In both cases, the difference affects whether certain comparisons must panic. Existing programs are unchanged: the new spec wording describes what the implementations have always done. * Language change: Comparable types (such as ordinary interfaces) may now satisfy comparable constraints, even if the type arguments are not strictly comparable (comparison may panic at runtime). This makes it possible to instantiate a type parameter constrained by comparable (e.g., a type parameter for a user-defined generic map key) with a non-strictly comparable type argument such as an interface type, or a composite type containing an interface type. * go command: The directory $GOROOT/pkg no longer stores pre-compiled package archives for the standard library: go install no longer writes them, the go build no longer checks for them, and the Go distribution no longer ships them. Instead, packages in the standard library are built as needed and cached in the build cache, just like packages outside GOROOT. This change reduces the size of the Go distribution and also avoids C toolchain skew for packages that use cgo. Refs jsc#PED-1962 * go command: The implementation of go test -json has been improved to make it more robust. Programs that run go test - json do not need any updates. Programs that invoke go tool test2json directly should now run the test binary with - v=test2json (for example, go test -v=test2json or ./pkg.test - test.v=test2json) instead of plain -v. * go command: A related change to go test -json is the addition of an event with Action set to start at the beginning of each test program's execution. When running multiple tests using the go command, these start events are guaranteed to be emitted in the same order as the packages named on the command line. * go command: The go command now defines architecture feature build tags, such as amd64.v2, to allow selecting a package implementation file based on the presence or absence of a particular architecture feature. See go help buildconstraint for details. * go command: The go subcommands now accept -C to change directory to before performing the command, which may be useful for scripts that need to execute commands in multiple different modules. * go command: The go build and go test commands no longer accept the -i flag, which has been deprecated since Go 1.16. * go command: The go generate command now accepts -skip to skip //go:generate directives matching . * go command: The go test command now accepts -skip to skip tests, subtests, or examples matching . * go command: When the main module is located within GOPATH/src, go install no longer installs libraries for non-main packages to GOPATH/pkg, and go list no longer reports a Target field for such packages. (In module mode, compiled packages are stored in the build cache only, but a bug had caused the GOPATH install targets to unexpectedly remain in effect.) * go command: The go build, go install, and other build-related commands now support a -pgo flag that enables profile-guided optimization, which is described in more detail in the Compiler section below. The -pgo flag specifies the file path of the profile. Specifying -pgo=auto causes the go command to search for a file named default.pgo in the main package's directory and use it if present. This mode currently requires a single main package to be specified on the command line, but we plan to lift this restriction in a future release. Specifying - pgo=off turns off profile-guided optimization. * go command: The go build, go install, and other build-related commands now support a -cover flag that builds the specified target with code coverage instrumentation. This is described in more detail in the Cover section below. * go version: The go version -m command now supports reading more types of Go binaries, most notably, Windows DLLs built with go build -buildmode=c-shared and Linux binaries without execute permission. * Cgo: The go command now disables cgo by default on systems without a C toolchain. More specifically, when the CGO_ENABLED environment variable is unset, the CC environment variable is unset, and the default C compiler (typically clang or gcc) is not found in the path, CGO_ENABLED defaults to 0. As always, you can override the default by setting CGO_ENABLED explicitly. The most important effect of the default change is that when Go is installed on a system without a C compiler, it will now use pure Go builds for packages in the standard library that use cgo, instead of using pre-distributed package archives (which have been removed, as noted above) or attempting to use cgo and failing. This makes Go work better in some minimal container environments as well as on macOS, where pre-distributed package archives have not been used for cgo-based packages since Go 1.16. The packages in the standard library that use cgo are net, os/user, and plugin. On macOS, the net and os/user packages have been rewritten not to use cgo: the same code is now used for cgo and non-cgo builds as well as cross-compiled builds. On Windows, the net and os/user packages have never used cgo. On other systems, builds with cgo disabled will use a pure Go version of these packages. On macOS, the race detector has been rewritten not to use cgo: race-detector-enabled programs can be built and run without Xcode. On Linux and other Unix systems, and on Windows, a host C toolchain is required to use the race detector. * go cover: Go 1.20 supports collecting code coverage profiles for programs (applications and integration tests), as opposed to just unit tests. To collect coverage data for a program, build it with go build's -cover flag, then run the resulting binary with the environment variable GOCOVERDIR set to an output directory for coverage profiles. See the 'coverage for integration tests' landing page for more on how to get started. For details on the design and implementation, see the proposal. * go vet: Improved detection of loop variable capture by nested functions. The vet tool now reports references to loop variables following a call to T.Parallel() within subtest function bodies. Such references may observe the value of the variable from a different iteration (typically causing test cases to be skipped) or an invalid state due to unsynchronized concurrent access. * go vet: The tool also detects reference mistakes in more places. Previously it would only consider the last statement of the loop body, but now it recursively inspects the last statements within if, switch, and select statements. * go vet: New diagnostic for incorrect time formats. The vet tool now reports use of the time format 2006-02-01 (yyyy-dd-mm) with Time.Format and time.Parse. This format does not appear in common date standards, but is frequently used by mistake when attempting to use the ISO 8601 date format (yyyy-mm-dd). * Runtime: Some of the garbage collector's internal data structures were reorganized to be both more space and CPU efficient. This change reduces memory overheads and improves overall CPU performance by up to 2%. * Runtime: The garbage collector behaves less erratically with respect to goroutine assists in some circumstances. * Runtime: Go 1.20 adds a new runtime/coverage package containing APIs for writing coverage profile data at runtime from long-running and/or server programs that do not terminate via os.Exit(). * Compiler: Go 1.20 adds preview support for profile-guided optimization (PGO). PGO enables the toolchain to perform application- and workload-specific optimizations based on run-time profile information. Currently, the compiler supports pprof CPU profiles, which can be collected through usual means, such as the runtime/pprof or net/http/pprof packages. To enable PGO, pass the path of a pprof profile file via the -pgo flag to go build, as mentioned above. Go 1.20 uses PGO to more aggressively inline functions at hot call sites. Benchmarks for a representative set of Go programs show enabling profile-guided inlining optimization improves performance about 3–4%. See the PGO user guide for detailed documentation. We plan to add more profile-guided optimizations in future releases. Note that profile-guided optimization is a preview, so please use it with appropriate caution. * Compiler: The Go 1.20 compiler upgraded its front-end to use a new way of handling the compiler's internal data, which fixes several generic-types issues and enables type declarations within generic functions and methods. * Compiler: The compiler now rejects anonymous interface cycles with a compiler error by default. These arise from tricky uses of embedded interfaces and have always had subtle correctness issues, yet we have no evidence that they're actually used in practice. Assuming no reports from users adversely affected by this change, we plan to update the language specification for Go 1.22 to formally disallow them so tools authors can stop supporting them too. * Compiler: Go 1.18 and 1.19 saw regressions in build speed, largely due to the addition of support for generics and follow-on work. Go 1.20 improves build speeds by up to 10%, bringing it back in line with Go 1.17. Relative to Go 1.19, generated code performance is also generally slightly improved. * Linker: On Linux, the linker now selects the dynamic interpreter for glibc or musl at link time. * Linker: On Windows, the Go linker now supports modern LLVM-based C toolchains. * Linker: Go 1.20 uses go: and type: prefixes for compiler-generated symbols rather than go. and type.. This avoids confusion for user packages whose name starts with go.. The debug/gosym package understands this new naming convention for binaries built with Go 1.20 and newer. * Bootstrap: When building a Go release from source and GOROOT_BOOTSTRAP is not set, previous versions of Go looked for a Go 1.4 or later bootstrap toolchain in the directory $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go 1.18 and Go 1.19 looked first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4, in anticipation of requiring Go 1.17 for use when bootstrapping Go 1.20. Go 1.20 does require a Go 1.17 release for bootstrapping, but we realized that we should adopt the latest point release of the bootstrap toolchain, so it requires Go 1.17.13. Go 1.20 looks for $HOME/go1.17.13 or $HOME/sdk/go1.17.13 before falling back to $HOME/go1.4 (to support systems that hard-coded the path $HOME/go1.4 but have installed a newer Go toolchain there). In the future, we plan to move the bootstrap toolchain forward approximately once a year, and in particular we expect that Go 1.22 will require the final point release of Go 1.20 for bootstrap. * Library: Go 1.20 adds a new crypto/ecdh package to provide explicit support for Elliptic Curve Diffie-Hellman key exchanges over NIST curves and Curve25519. Programs should use crypto/ecdh instead of the lower-level functionality in crypto/elliptic for ECDH, and third-party modules for more advanced use cases. * Error handling: Go 1.20 expands support for error wrapping to permit an error to wrap multiple other errors. * Error handling: An error e can wrap more than one error by providing an Unwrap method that returns a []error. * Error handling: The errors.Is and errors.As functions have been updated to inspect multiply wrapped errors. * Error handling: The fmt.Errorf function now supports multiple occurrences of the %w format verb, which will cause it to return an error that wraps all of those error operands. * Error handling: The new function errors.Join returns an error wrapping a list of errors. * HTTP ResponseController: The new "net/http".ResponseController type provides access to extended per-request functionality not handled by the "net/http".ResponseWriter interface. The ResponseController type provides a clearer, more discoverable way to add per-handler controls. Two such controls also added in Go 1.20 are SetReadDeadline and SetWriteDeadline, which allow setting per-request read and write deadlines. * New ReverseProxy Rewrite hook: The httputil.ReverseProxy forwarding proxy includes a new Rewrite hook function, superseding the previous Director hook. * archive/tar: When the GODEBUG=tarinsecurepath=0 environment variable is set, Reader.Next method will now return the error ErrInsecurePath for an entry with a file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved name such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: When the GODEBUG=zipinsecurepath=0 environment variable is set, NewReader will now return the error ErrInsecurePath when opening an archive which contains any file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved names such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: Reading from a directory file that contains file data will now return an error. The zip specification does not permit directory files to contain file data, so this change only affects reading from invalid archives. * bytes: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * bytes: The new Clone function allocates a copy of a byte slice. * context: The new WithCancelCause function provides a way to cancel a context with a given error. That error can be retrieved by calling the new Cause function. * crypto/ecdsa: When using supported curves, all operations are now implemented in constant time. This led to an increase in CPU time between 5% and 30%, mostly affecting P-384 and P-521. * crypto/ecdsa: The new PrivateKey.ECDH method converts an ecdsa.PrivateKey to an ecdh.PrivateKey. * crypto/ed25519: The PrivateKey.Sign method and the VerifyWithOptions function now support signing pre-hashed messages with Ed25519ph, indicated by an Options.HashFunc that returns crypto.SHA512. They also now support Ed25519ctx and Ed25519ph with context, indicated by setting the new Options.Context field. * crypto/rsa: The new field OAEPOptions.MGFHash allows configuring the MGF1 hash separately for OAEP decryption. * crypto/rsa: crypto/rsa now uses a new, safer, constant-time backend. This causes a CPU runtime increase for decryption operations between approximately 15% (RSA-2048 on amd64) and 45% (RSA-4096 on arm64), and more on 32-bit architectures. Encryption operations are approximately 20x slower than before (but still 5-10x faster than decryption). Performance is expected to improve in future releases. Programs must not modify or manually generate the fields of PrecomputedValues. * crypto/subtle: The new function XORBytes XORs two byte slices together. * crypto/tls: Parsed certificates are now shared across all clients actively using that certificate. The memory savings can be significant in programs that make many concurrent connections to a server or collection of servers sharing any part of their certificate chains. * crypto/tls: For a handshake failure due to a certificate verification failure, the TLS client and server now return an error of the new type CertificateVerificationError, which includes the presented certificates. * crypto/x509: ParsePKCS8PrivateKey and MarshalPKCS8PrivateKey now support keys of type *crypto/ecdh.PrivateKey. ParsePKIXPublicKey and MarshalPKIXPublicKey now support keys of type *crypto/ecdh.PublicKey. Parsing NIST curve keys still returns values of type *ecdsa.PublicKey and *ecdsa.PrivateKey. Use their new ECDH methods to convert to the crypto/ecdh types. * crypto/x509: The new SetFallbackRoots function allows a program to define a set of fallback root certificates in case an operating system verifier or standard platform root bundle is unavailable at runtime. It will most commonly be used with a new package, golang.org/x/crypto/x509roots/fallback, which will provide an up to date root bundle. * debug/elf: Attempts to read from a SHT_NOBITS section using Section.Data or the reader returned by Section.Open now return an error. * debug/elf: Additional R_LARCH_* constants are defined for use with LoongArch systems. * debug/elf: Additional R_PPC64_* constants are defined for use with PPC64 ELFv2 relocations. * debug/elf: The constant value for R_PPC64_SECTOFF_LO_DS is corrected, from 61 to 62. * debug/gosym: Due to a change of Go's symbol naming conventions, tools that process Go binaries should use Go 1.20's debug/gosym package to transparently handle both old and new binaries. * debug/pe: Additional IMAGE_FILE_MACHINE_RISCV* constants are defined for use with RISC-V systems. * encoding/binary: The ReadVarint and ReadUvarint functions will now return io.ErrUnexpectedEOF after reading a partial value, rather than io.EOF. * encoding/xml: The new Encoder.Close method can be used to check for unclosed elements when finished encoding. * encoding/xml: The decoder now rejects element and attribute names with more than one colon, such as , as well as namespaces that resolve to an empty string, such as xmlns:a="". * encoding/xml: The decoder now rejects elements that use different namespace prefixes in the opening and closing tag, even if those prefixes both denote the same namespace. * errors: The new Join function returns an error wrapping a list of errors. * fmt: The Errorf function supports multiple occurrences of the %w format verb, returning an error that unwraps to the list of all arguments to %w. * fmt: The new FormatString function recovers the formatting directive corresponding to a State, which can be useful in Formatter. implementations. * go/ast: The new RangeStmt.Range field records the position of the range keyword in a range statement. * go/ast: The new File.FileStart and File.FileEnd fields record the position of the start and end of the entire source file. * go/token: The new FileSet.RemoveFile method removes a file from a FileSet. Long-running programs can use this to release memory associated with files they no longer need. * go/types: The new Satisfies function reports whether a type satisfies a constraint. This change aligns with the new language semantics that distinguish satisfying a constraint from implementing an interface. * io: The new OffsetWriter wraps an underlying WriterAt and provides Seek, Write, and WriteAt methods that adjust their effective file offset position by a fixed amount. * io/fs: The new error SkipAll terminates a WalkDir immediately but successfully. * math/big: The math/big package's wide scope and input-dependent timing make it ill-suited for implementing cryptography. The cryptography packages in the standard library no longer call non-trivial Int methods on attacker-controlled inputs. In the future, the determination of whether a bug in math/big is considered a security vulnerability will depend on its wider impact on the standard library. * math/rand: The math/rand package now automatically seeds the global random number generator (used by top-level functions like Float64 and Int) with a random value, and the top-level Seed function has been deprecated. Programs that need a reproducible sequence of random numbers should prefer to allocate their own random source, using rand.New(rand.NewSource(seed)). * math/rand: Programs that need the earlier consistent global seeding behavior can set GODEBUG=randautoseed=0 in their environment. * math/rand: The top-level Read function has been deprecated. In almost all cases, crypto/rand.Read is more appropriate. * mime: The ParseMediaType function now allows duplicate parameter names, so long as the values of the names are the same. * mime/multipart: Methods of the Reader type now wrap errors returned by the underlying io.Reader. * net: The LookupCNAME function now consistently returns the contents of a CNAME record when one exists. Previously on Unix systems and when using the pure Go resolver, LookupCNAME would return an error if a CNAME record referred to a name that with no A, AAAA, or CNAME record. This change modifies LookupCNAME to match the previous behavior on Windows, allowing LookupCNAME to succeed whenever a CNAME exists. * net: Interface.Flags now includes the new flag FlagRunning, indicating an operationally active interface. An interface which is administratively configured but not active (for example, because the network cable is not connected) will have FlagUp set but not FlagRunning. * net: The new Dialer.ControlContext field contains a callback function similar to the existing Dialer.Control hook, that additionally accepts the dial context as a parameter. Control is ignored when ControlContext is not nil. * net: The Go DNS resolver recognizes the trust-ad resolver option. When options trust-ad is set in resolv.conf, the Go resolver will set the AD bit in DNS queries. The resolver does not make use of the AD bit in responses. * net: DNS resolution will detect changes to /etc/nsswitch.conf and reload the file when it changes. Checks are made at most once every five seconds, matching the previous handling of /etc/hosts and /etc/resolv.conf. * net/http: The ResponseWriter.WriteHeader function now supports sending 1xx status codes. * net/http: The new Server.DisableGeneralOptionsHandler configuration setting allows disabling the default OPTIONS * handler. * net/http: The new Transport.OnProxyConnectResponse hook is called when a Transport receives an HTTP response from a proxy for a CONNECT request. * net/http: The HTTP server now accepts HEAD requests containing a body, rather than rejecting them as invalid. * net/http: HTTP/2 stream errors returned by net/http functions may be converted to a golang.org/x/net/http2.StreamError using errors.As. * net/http: Leading and trailing spaces are trimmed from cookie names, rather than being rejected as invalid. For example, a cookie setting of "name =value" is now accepted as setting the cookie "name". * net/netip: The new IPv6LinkLocalAllRouters and IPv6Loopback functions are the net/netip equivalents of net.IPv6loopback and net.IPv6linklocalallrouters. * os: On Windows, the name NUL is no longer treated as a special case in Mkdir and Stat. * os: On Windows, File.Stat now uses the file handle to retrieve attributes when the file is a directory. Previously it would use the path passed to Open, which may no longer be the file represented by the file handle if the file has been moved or replaced. This change modifies Open to open directories without the FILE_SHARE_DELETE access, which match the behavior of regular files. * os: On Windows, File.Seek now supports seeking to the beginning of a directory. * os/exec: The new Cmd fields Cancel and WaitDelay specify the behavior of the Cmd when its associated Context is canceled or its process exits with I/O pipes still held open by a child process. * path/filepath: The new error SkipAll terminates a Walk immediately but successfully. * path/filepath: The new IsLocal function reports whether a path is lexically local to a directory. For example, if IsLocal(p) is true, then Open(p) will refer to a file that is lexically within the subtree rooted at the current directory. * reflect: The new Value.Comparable and Value.Equal methods can be used to compare two Values for equality. Comparable reports whether Equal is a valid operation for a given Value receiver. * reflect: The new Value.Grow method extends a slice to guarantee space for another n elements. * reflect: The new Value.SetZero method sets a value to be the zero value for its type. * reflect: Go 1.18 introduced Value.SetIterKey and Value.SetIterValue methods. These are optimizations: v.SetIterKey(it) is meant to be equivalent to v.Set(it.Key()). The implementations incorrectly omitted a check for use of unexported fields that was present in the unoptimized forms. Go 1.20 corrects these methods to include the unexported field check. * regexp: Go 1.19.2 and Go 1.18.7 included a security fix to the regular expression parser, making it reject very large expressions that would consume too much memory. Because Go patch releases do not introduce new API, the parser returned syntax.ErrInternalError in this case. Go 1.20 adds a more specific error, syntax.ErrLarge, which the parser now returns instead. * runtime/cgo: Go 1.20 adds new Incomplete marker type. Code generated by cgo will use cgo.Incomplete to mark an incomplete C type. * runtime/metrics: Go 1.20 adds new supported metrics, including the current GOMAXPROCS setting (/sched/gomaxprocs:threads), the number of cgo calls executed (/cgo/go-to-c-calls:calls), total mutex block time (/sync/mutex/wait/total:seconds), and various measures of time spent in garbage collection. * runtime/metrics: Time-based histogram metrics are now less precise, but take up much less memory. * runtime/pprof: Mutex profile samples are now pre-scaled, fixing an issue where old mutex profile samples would be scaled incorrectly if the sampling rate changed during execution. * runtime/pprof: Profiles collected on Windows now include memory mapping information that fixes symbolization issues for position-independent binaries. * runtime/trace: The garbage collector's background sweeper now yields less frequently, resulting in many fewer extraneous events in execution traces. * strings: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * sync: The new Map methods Swap, CompareAndSwap, and CompareAndDelete allow existing map entries to be updated atomically. * syscall: On FreeBSD, compatibility shims needed for FreeBSD 11 and earlier have been removed. * syscall: On Linux, additional CLONE_* constants are defined for use with the SysProcAttr.Cloneflags field. * syscall: On Linux, the new SysProcAttr.CgroupFD and SysProcAttr.UseCgroupFD fields provide a way to place a child process into a specific cgroup. * testing: The new method B.Elapsed reports the current elapsed time of the benchmark, which may be useful for calculating rates to report with ReportMetric. * time: The new time layout constants DateTime, DateOnly, and TimeOnly provide names for three of the most common layout strings used in a survey of public Go source code. * time: The new Time.Compare method compares two times. * time: Parse now ignores sub-nanosecond precision in its input, instead of reporting those digits as an error. * time: The Time.MarshalJSON method is now more strict about adherence to RFC 3339. * unicode/utf16: The new AppendRune function appends the UTF-16 encoding of a given rune to a uint16 slice, analogous to utf8.AppendRune.- go1.20rc3 (released 2023-01-12) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc3. Refs boo#1206346 go1.20 release tracking- go1.20rc2 (released 2023-01-04) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc2. Refs boo#1206346 go1.20 release tracking- go1.20rc1 (released 2022-12-08) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc1. Refs boo#1206346 go1.20 release trackings390zl38 16861266451.20.5-150000.1.14.11.20.5-150000.1.14.1race_linux_s390x.syso/usr/share/go/1.20/src/runtime/race/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29307/SUSE_SLE-15_Update/359aa24e127d61949ca33592bfb0cff6-go1.20.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB relocatable, IBM S/390, version 1 (SYSV), not strippedqC~X|* I%go1.201.20.5utf-892c66aac5347b5309c304ce318b8a293e1f955d94d72dca3351c1a76769718a7? 7zXZ !t/V] crv(vX0\eaeכfd^H%V5Zϡ1]L ]ψ^ev I?X\[{Rjo&E8;}WҫLvzפ1%WRg߇PSB? ' :!qJV8&B@!>x0` .*i o|4|!U/#YA-@ڋtKl7vAfΒb.b?'#Fe99r/ !\ z&r&$v..aKEb%P:טp5fH ?93)GքUHĦ_ڔQLB'%"?E9to TXLj$~*^bsD.G%)%kM(oq"Gt>5dh42Y3Xܨ]O˵.lߋPk2?!֨CfzG$FB$V79dO"2y)@DD5a1aIbH.$':oF]`TxοfIɈ~$4|u}T!j{pE n*ܶ3裕 ~MƚO|!m@Ŋ8 /ˠT''p(窏dGÈrO5*63U.G)c#=#m0Sz(n'd _Uq+nB7c,۩xL$RL { i@6zAwi += {8ebVo!\F} FqhLz+kk -a]m0_fUZKz>`brc(m=L掀9X$ J&^(sbjDQ0& mFπ5|ײ(a0PLsB{J@WH[pQ"s?p3<ۙӷy][ v3de ޚXCe&bJ̉pfxVڝ,*u^}Xo1Ar*trCO Ng"7siJ$* ,~nyNAAYuYxO:\x FwKF' 3C_5̀YTYSx9 OI}lw<,1b_l&..,W7.3R&9Q 67s)] BLܗ-N26X;-n"ü~sѕ1}$&izirK ;s"?Sav즏t26qQ. ]/|xwy)t9*JdQzP=?gn$yߦȨ^Fri%fD* ҬSd,Qnu}$Z2Tvf]e3[(xhr!n,lke: |}h(V]^F0_6 vkC ;?ȠNk*l08q曒>%א.$Cv#-sdibYhw¶2+ILtWiAf!XK"=GW:<*Kt߼rs Dld DY3)nZ|BK":~ Xߕn7@) )`J?DwFMDtHE_2kCEp Q'ܬ[Pc%˧Ltӏs & sB @ iT&)(w?)[|_O&0H]z~sVZ*=&E$8`%tkUjC;WӕP"AZ>n*pĎHuu ԠrbZ'Xfl6*ç`\k?6]ҐOE;[{(qHO-gx~gJZq7+ ֺSmᖮU\CqHB{,oIjXYv^@+n y4>ҎLP4jp=ɿxlJ!d1/Bщ$T]dH=p^>P.Qv uFh+f\6 : ̄;JGVWjwWI`t=h*Do&s/?qo1+Qg"o_J䖬WRU~1.KOnz"?56[G-_>Q= ՀWV698Y"1˝Пa-ݼAt@}?I"c bFj ֽ5e?"QH0]~ۚ` quO2^EiVګ6vaPi bow+zYѶ_qKUV,WE{xh,ݤEޣ1_pq%Q> tB5gB OulZ(_k8  "A_Ej"; CaQ>R <25m<.@IxXS2f\fX]jvVݐt |̠B4,Ě{vWWlQ"7X^m'a]mNtg2Wdl6PAN-A]}SwF(_(wƾ8HOOt`jɛ}R7K"hSw .zu˥8Z_r[LoFhVIoJ.LF'"wPWm`Y֛\Hv|p!q[ O>Ĺ.vttW S9%M 7?a>{cѻV]NOUVWm%%baQgEuKbtu;(ྙju|xy/lC53$MGR"%׿/.@&mws#dZp"UB'hJ1Zc,a*OS@M;15g[\<56>-"$EVs>eKx_]<2nRj7l]e#t;z<pp3{6USS zT~[giԫ89:@kd`R )F|_W`ۚ8 F^?* خP U RZK)W%#Vw}\9C.*i~D;;$^ 7-20hYQ` @}q? t}~d l3̾[x<ծks" _6jx_zܚK&lP7(FH2ެz3GƊ*zmJ ;՗1L&jfdUJ9d-w*李PO8mYB) oQ2ΩWw/ghG$04Qجji ڱڋpf.D$Ze0S()`dH|ҽ_OUf(u{ˊT%= + lL%+ۛPD㊶ }7:ϷNj>^MM$_0聍<+kQK'2iˣjJdm1gG5m f=."ɏ, ۢmrb [bt StaKqiXk;`>7T3=Y,ޢG0]IBtVAu8?Ld" \mEfn0_;"æ0Pj-!E&e>.r\Cĺ$wcU,N#s9olv\s ãacsjw䓙*wn~ߋZO~P+ϓSkg\?"@Xˇޕ鎆7 {z+^ǒGOV?u$@{(u O`h!(\9-5.ak R.12*'@"kThϯ )!<նrzC4~ƕxv v,=]NqąI3Ehpn^7ū-IGDny e7{7FXǟM䏵!MKKZ̀ө2m SOX8')T@ d~CaMK:(ߊ賔μF@sc#I YOooNnL<|K&bVt2+hZTi2t{DHaV( Ԓyp XslC=P H+XPу zf]"6݁J'Fs䃿ۙrEP I:J|_Dq=6 {DB pw|ʭye[m4p<+TT:&fA1d%)jܥBPp["J抽y2AdA%\u0M4 yi}IsaYn]$O$eNS@ِUoTQlk3_( KnR\Gϸqnzdt;]m,iԕ{zK]qGC֝ GIwcROM nC]Qy՜;3AR~ ʦZ',j69^mzv.f8sK"iQ15۲"NfQqؼJzrޚo?c`ԝSpɊY-{]i>tD:Ĕ;$u.eD4%d~/G<`;f+nk@5Eu-LOL-?o6u9?(Fˀ0XcN_W{5'>>(M |KsTٴ9n$HZ&D7ZdGXvӐ"#RfRx-}m|VUMn1 3ШmE2]aN]uxB+n `B> <;MW!nP-Hgf_)5(PZ8h½ɷmJpIob_^#s0x@9EZuaޤdOCnH|bbg| +ٺNj*EI+A`A᷻8u }s=le/.mVRe'vXX⌫#oܘg ,8vrEvLu*6׸I6ERpX'$d+7>YiB* UaEeq)y n`ĖgEfka,;=>3-$-mͧFj7"ODN]d,x3enUV.'<%3vj0~i[`$!^8,d'QMev܈JhR[>A؅_M0&ۙqp2w8@YZ1e*E=bNRn6ޛ}zFZpQľyoœWK\ #3Hxmۋ1F#dS 4R 424t ;#@^'Iq9,Y FEAaVK;B\n03_; dZHqS"n-7tY=D73"NEn:3tA+mGjZl4D ui}W}* k 9q)% &!y3+ګۮRs`JFzii~Bឹ7cӕ*zQ_O7[j-ȓ[;w8 q߳)ÀdDO{ .#:&]5IOyRؿ f#LcFQ -c4HYg{倝Iծ*`ݢĹrOA / \[w9u/g5m^Gp` `'dcф6^~,Y:=M,Νa451Xүl\w +S'&߇[J@$evHܒΡn$ )!zV-dƯ*<16=|tzXW2|gAVRa9H  `k܆}HIs,.cB1Ts' gWǿ2M_q}ϩbrJ |{ϖ"%}9A&|PXYb bݷh/ec+#߄heyۊ-#JXR+mihvHA|/&0dyB5K%}3(H# b|$㌋VCX2Fm'-%<{jȀ TlXR#ukzmktĮ* L cY]{r#]Y9~VQ n!GS[*rgeu6Xk%PڽbGg.T9-CYP_x ;HrTGs4tdK< @]Fͣwb0[APgwGVzy_ˍ7#IOb"'Irȁ˂7QUdbjMpnpbIqeBk+A3S24>_f{f\PpNA7.vtٓ>p)GyG#1% 9vJޓ$Θԕpˉx6!a.[U1D,nήކoELf/RTzDZ7s5C@jJ a-M `VL-0Bʞ]B:uF "H83i{6Brq0Ɇ*L 'o4gc`| S3|t20_"W;@׫[uop||>/rmg1&#-!Hz+ $F:L4,(.ј}U&e#GЀN\fJvi^׭G"q(az;o .)sJw< wn`{++ˌN8*YRl6Gz4l\Yp6A3ju׎zv#2pl~lo6i_NZ:Vli?ӟsZ^t|ECt\ܜ{2Fi7%&Tqd/k'@x\ppA">7 U_ZW=i45ЦDQcW&xY֕̆ ^FP1FR mnJNe17DƮIj.-"\5(΁֛M$-§[VC +Ţ+!Ig@FO˂3r0 ,d`ZG >Y}-ENw`sEϲ;\$q.&%Ajȯv!lG6kBzln2޺/'k#ӈ-A{R̬FI̘EE'p N8D 5M9qVMwѲQNj6Q Y/yt%\tb{6 N$t4M"v y p&y5-`h,ݗ4RivZdBl%er(^ jg m\ I<ǹL/!5aIoaLO\q9xd[!Yi\ic/6{%|-Drx=CDNy!]6]Oy$iJMUZ&W;nZʊigQ(6ʖ]SW;g2~gTcWS.[aadCJTY }UcTgʡAh $%2 nt'$i|m8w΢Z')Ϟ1j]A e{GܜL^fu (pVENjYo&5^cZX,G|Q|^4k`swmNw~I,ewYcS.vz"c[Ndy)fo;*GfTm8b5{n=U[BdV,]gQ 3H56,h|iy8[5 |AL5/bɢFmG4aj&vQ@{4=x>U= ~O)mtQ=2{ 7]b?ʕzqKE'2Q5d=}h?#AfB Sa<* eNDwW,.5@qhs> $W~ G Dv7?ҋ_eDPsD.a16zsdKxV7^/uS'GWhUs߄/tW+ODu^+_Q-Y P>=~eSB#K+=ލ\6\qZ4(`M E}{d6^0\PuE0v(JX>5*y,Xg:` B:RDcjҼ2= "p-#UNzg`O9:_%@hB@0LKV ]o G|?fE36)\yQ'LyWT6\zvtU-=߆]%yޯ3pFpLqNGVÎ#Ae14~ty#5b4)|&]: =pMsعvxZuB1P;|6<$#uw"s!B+ouv[_\'l j$ͩP^ͣ-]j"d:[11 uKfV>+ĤvpY)n<4G-TTƗE,:ҊYEk:V=@+IsT tvG4qhCcΐF(´WdO7^9ixqYϘu˃1.ܿxy8,~LE[rL*=Sdd:5GxCE-D̏ENp=F.e,ҕFd34^ ufxr: Q7aJmiN?'Z9Ss%̍Z6 ˭wpr5ObFmD}Ư P/4KfpЈF mmGgQt27PX´Vh֛p,ʩ5m~"nnTkM ,^w>鎜:#`!_u¥ȻQ[-T\bǝ5u4pKLW?Z0C:m$SGG%  )\ _wwJ$W;CrJgq cpA.+!_b #!>{,S(<5 MFk5^횞$ǀr~ޝQ66ӱKMD]C! %[фD=oVORZS'oU|6 |vo}BN `V/nuc/:4x޼ʩmуrA_- ~=9 8?w)gHHB+;ҕ>BQu̒[}Jb;:osl:pn "| 5Ǚƈ?߉A(*tioHc.LD+Tml4ErU1gQ}[6 (-^}_睃n^ⰩY\OX]8.*Fki{t[|gb<.ҔkUK߇@?lèuY~/2͠ŹM3iiN+C,*/q[P!Z-;5Am*H1Y\xA"srH6:z1 5Q $Cɓ |Cp|5bu7X (sIEI§;TOʙp{{#,SP\}'ڎ3iI U_[j5^b!O#-ǯHWJ"tnm"ڔH,nJU-z~Ee\=he_}JDyXB0?4vPNdAɽ놑qbѩct+ZBċUd@e >Obxk H1jS Miϓ&髹w?QDc8-.-9pKmZn̦q-;k4wuòg^/M:Iů9R=M?/-Q0ƊDtaE86[cTVSo\q-'Z5RZEK,FY2= V(ij '-ou;(F4"S@m\64!5eF"bjgfVL zr*%)7UJhL~Kc/$1`2\poX#]gs6}&2GyV(].P[a乧aAFĝҫ>y3˸b]Wx3P!OVa.X6♀#f@ZW%-}@tT(!O:ȼX wf.Dyb&X`RKpU.-/XF{D_\Gp@xj 򋬴E/ֆiLMwS9?gM*TFoUeE,Z-?0ƭq'Sɐ[T̸,3x[8hɔJ7iY!9h)8|M`X{Vj7:\)jԑ8kpwޕeTd="S9i`p,+|0a兰:76 1+dhK\8Y(켏~t69 /k<z:̉sTs  Y6s Ңwe* Ým<:… 0.HMCDj!N)3A]~"J`&5:ͦ.٣H{F(v>NB|;8@wEL^b3_<&!uF,9 )x@Ez#U TaW.ze9^ϦSp£Cxb+EN1s l'XR52a?;th]ĒzG^ue=;1`Ct bZN?HzCD* nPҶ+UTU 1å7$Dsfwb˽YOw7$s4g]Jc$s'璊`bW*+~'HUOsAx]OS挣zȧjAw~MyZ`uiۙs3JfMFv }eս@șmqza(iiB#x5fcY5 k._T=.A(ze',~Ujʙk7{ui|~@-r*_sY7~©.\Xt/j? %ArRXU4LEoTN d *moqȖ=62dSsIk.ɳTeN^w`U%*[(f'SnpbM[26qac͒_@gΏ8y `ss~R#ol,×ck#*uƴ3ltE<1DG`A?RNM qwVI3H&Ǚ := IX5eX3c2V W+/_@oH-2~WRbDbY#zH9_Yj'.:q4 }2Æ[~]=qg`a% Om;, 0qjt9Ϸ,2%eĿMbq7R 2 7T!%vV{n;_~zwt`M~1:[&4 .Ї+VCy0c aHb蔅9h^ni Ѽ1k/Ak|OrʪߌJ>f>&<0TO@\`_)OŒ /gi(nL$/ytWϞ wpͼ;U+m),&x=`H%<{ ]l_ދ9O-vgqּ3Ͽusz,$|Ly@ٓ4韉ZCn˂LTc{x[K"ԡ`|kn ܀_YQ(._> 6àprJmxkX ]e`>DĈbh PQ9v񂮉dL=74w!-lH ԝepKeV suX#w$1ԙR S4om-MwjZuW:XL,BᚤE On*2vSQIkBEa Rѽ<9b;Uc1\p{@-ts ZI_cOJ&͆Tw@_! ^xME w 5C u8lZlE 1߆KXwe|eG G|v 34\Y)I6,x^!p3ѽ(QɝTY61W@w[ޮ!]Y ,[XL@)NmhQRMB2d<(y}E$zlpaP.>w[[ ۩:yP-.mzqTILkjn0:ry^. U];}MQEvZ&uƋ aТ PL; CYU.QJ"]uĬ&_2K y;b\ɼiOڶңR`)0&qFxAN+2,V['p0>YƘ d8]rɚTyN-AQqfzB@#28']a#%8|qs8͑H 0z"AEzbikDW5AE=S=ryUoTnhO<"$/ )S%.dpv"Kz+V@^;Xx[H.2;,v|b߷|Ӻ#3J02L(ؘ?Lic_TwnZ zN+U5DYo.c@sGɼf-K5_d 6,!;-x/!pf I{ϣM4Nl\6?0Gv[&_"6O30!؍X?1rM!.C*To(}w'*S+ěʾu$-ο> ]DJD0)FK]27/#b]`k6JR=c}9qIZSbTloUzF']\o;@pC3ye8w5%FR ll<{=o@R;!ek2?VT_dI><^^ dhZeDP2@.t{YWdkA׌j_Q9g#T[n\CoBg8cSnS Q={rm#_PdJ0kmI.=dp$ !qM`@ M-6+s!?ɉJ܍SE.}NDr1qY@3+5t?jJgh+C a)6nAHy(-qS6ܹjE\n%QJZAORicC2vFCCHkBD~!90x-\SkbJ5CtmکfUF H |V8uE5w"+`#5$Sە1-Qՠz.^\VҠ۝OCToM&Pf̑@B~|^y  BʹDFx[]]#4;#}Ux<=­`cnˆ,\* @nT^pa #雨/ЊH)ƨ ѡjn-vO*E&R-Xng%ߒ08w?'(1Amjt`3JelfT]&k>$Th`Dְ_i_qo7at=s%j>mL*EosSI<cDsB/ ɁV21_JƈDZ$DQLrLm,1C$Ňe6r')E<ё~"tcW_h2ۆ{qH=jhFecGVRp(_*"h4;Ẃ2HJe|j9V~Qޗ7=4]EM4oF".syAȡGpI~O׊fdm:P+~ِc1ڗo̎B|_YkDϕAHv|IJW™c,yoǽ=%,OfyA7"&]? 'ecja|m $Ix`jX917z^/ Z"21.t |Ict4X :}LI>$ |}H؎ 6uP~ Rfjύ3?ƷPFx vɾ]_Dn 0pLp"OZW~_EA+n]u Hn;ڬpAJ%U)w7Y>{ 0}cOw WLjuS\ Xkc-x sLe (5%Ž떰]@-ngFS_L >1w亩/fFE|VS`ZR|UYiيE ^t8&noDADN{UqR4VXg[&292$u'|֒ŒMItK75$xi]eChWqk?"CIE[NRCZ/oNpW{tucg<1דɐMQ<5 OvϱWwzB^8U_nVca \@Ž JzpnÊkWtoB&DuPP97mQa&A@hXĀ.C.3 jkmkj+Mv 鍣7ll1Kض}ip?cW(\G)"X^CE=+l8ŴٞrJ %>EY)ּ.\|=.;;4K]9zpO9pJS:Ȟ]PIPd{"X(d2Jx5 }&mzER85asx6&:&.lzn uZJ.S1TL&rk MS(>R3tQΉJё|@%ދ/^J:M}M YiL>j>7H!gەQ:]f F?B/%/'GNPt9 r#Ç4T^̏,Xj]};Dc \4f&nGV[Ԅ>_3Ѽ6CAŕb~ckk-LFI(W.R.xH*7lܝ<`ܬ@Mҕ6b [ߡ Y~Vxٙ$-&XځGyCYyDh1Dwa'=1߶(|g9uˆ+ ;))S#:=귞.H)44an懹r $ wBo{bGzߋdff"Fׂ*0,wuuv 2Ѽd` p._E1ɟ, 74v?v2B^HV'ҍ92EV\i v{uZmY p? m+lͭ$'c$G;~V ~Չ U+KC<#Chr(,iM^y/p4]u=qPt2+a)s^p@µ9Eiԃ}x'jz敏0o H^L&UW}аŠ̨ՁNoےc?sEQȳ }5 b棐bj}(*˾+WX/~%5MlG;Eo8ݽ@l3;z;ᾢUߞF(˝VjM̉/51,ܥ'w> ^W|[Sw>9o++]:9˜Xf  o&M3&ߔNl)خa8xr'9kBo߾8 H7tkbIq1ǝ K0´t/,>uq\WV$;ܰ֨RgX*i$0rUhD!1v'lw~]*.O&ib*6A(_ L{O{N`JJ8mSל#.d/26))'Z8 o9Ij`W?T:2Tf6,Guȋb7Jl.U[t`~)m̻ѫ:/Tn m]B$/ ptFe@$)zˈ?Ľ%d\EVe5_ecQŸЁQa,+ȋyF-->tb6anC<"&(s#H>*+Η^t\?f{&izXRNLϕi$};2K9K8 n~ZB{hXƩk#T7$\DHx'mqOSQB^BТr"^&B0hِG4)W[ ĸwp3|IAKlWr?E0t̸c_+%80dro1 ~ 7/C`# /ժ%h;`;m}^ . $;ȞwiTZ}YAN <1V493 +=rocTƔ!IWSSXn;Fh| HFHl/V ߋNjJ>GSQ\^I,~G8`^K;E;rGRbl7%^<;tKk< SW5WLlP,N R%h5 80==:gଅopQhlpy@ύ7*b[0ݑom4F%D aVɤLTLTz440i.4풺T̏*؊k@|U g@S.\SgiX01ՙxE o[Rt=eHPNLQ9%OݞS9q>%OS_y 'Nh;K|1XlɶbP.^,O5 qSD@H˹e7.\۵m:2jYx bH][}pE6&ʤ~,!$l_ﶝ.Nd3AqMY6{Nus}"G= 3 p#'_}Yxx}ջN5a Mto:o]Z*:ܰg[n_uH)4Ne/w9l!8l]vJ.ݰp̼sI`IA m&qՏ$|asՉjyj]B T;' 1N(I)ĈcT$W],t XB{KK|uͣeC:\ctF9)sLy&pYb}Haex1>3; v]_"aH/l OZY"βOBfRc4G:L;2 k9lu\WJm*"㩔t|h\^Q ڽ 1 ݥb֨s9 tDq<6^gk+U9k|~ )nGwnndžd ~xҞ(V,JoUѸHnC#BG.j|rbr{zAXˋDukBZ4涊9v6a\hsҤbVqa{n>;6-kjr("{~&׌XU|w6ji@Y(ݶ\h$r>PZŨ (ҷwΧt|R&V^L6Wk^qI *s| YmՒ85̀lm}9z΄;Ab~DnE; RD1854Ř9 ȭiL6o a:BXۯύǨ?K^߾ YYPYFP%&iɉOq/&֧ҋg xq29PLr}b/4W7IwӼg]Pތ7yJlELҋf 8UnEPCvdWM0q[j5abG#%n=$זUZ,hT[QHs/l^-Y Ki~#g Uǵ}5/G<}s<;h=125 [IfWlb>"vZ2èwʂֺQ2&vV\V+B^UU <ۋẀH~ÃynJQAئ1Co 4P{&%3ėd,CpDbe܅_*KFp~M^!>|D9r0>Wb$4Z^ܼ`[,bfo`&^M0wb&R@{8*7vHݻxU[ֽo-Fhmy^rZzжAHW|Dq^Wκ뷀2˫s`lڣ\صNz԰oCD~nu RR Y)t^UѶd&3[H!rFHnHFI5_ۅLzY?\~f@1]jxc>8D;ejK/٢W]1o"`΃ތIMME`".g}Hm̐Id+d@?N dWmG)qO 4w rʄ3hMmŷ\r0"]վ8am3 A/l7-diY!Wd UiT>W],get DW3%Fh Ig+ 0hh4C@d!zCϠl_fAvff$c8G&1WM`!ysݠ*Z&{?ݰrzGi/X |Hc ] m┵DZo~29AcwM`U(n&s-1ke\۠dtZ_mGk =<$]zAF̒"ÀXm4Q—vk[lGY2?nb/v&Y"-J8Z7=#wZıg8}b+05fxԪ~+"D˨Ar#R:v-m[Fr|;Zޔ㢆. ^< UdL 3hr"| oHC"3^7d M?T]Ku/Ф䃼/h9NwΪɵ6\5BQTP4g!o`4.g &d0} ގN^tR FOY%F2{WYZ`ڝ:V~?wn6^eXs4j>٠(A}IsюMl,c)$?%'N Rc"@ vUy9ܱTg؟법'$K8e" h CָNW_ Ro Lhה;\<'WP^e%KST6i붊 գ-Kd75dv}=?v*SȓfՂKf25ۺ¤S5$;k꺖B5-B6|]}YYbZ9?Udfۊ,n!L@0 K+RŽ+?VNN-KvXز[" ue 2hFZQw㨋fI+Dj=gQ_ 3J9ot$'Qbޚ#vH?jϽߣ :IJv'.<6FɅAm}f7{?*3ڊFY( 2Z:=cƅ  gkM))/&G6n2HS$jm¦jb/8!_J3E.| ſD ܕS-F쿪?j60"<sRK]{Ǣ%J}+)`ҍ |YEg(_O@a?<,gtDj7}ՓsL%q3-AXp q,4n‹h/ϖGQ6ꭝdi Ps5E|nb8xya:_^|fÕXI ǯ;mb!b~M(-{HfTQV-_^ `YqNqdp;y u:Nlϟ lUyk`a C`ejO^ `JٽawpQ 70GE'M!ry{/Y'%8e_.<eƊEmȿ[kڔiDR2~E(Cpxؚ-$! vӦKO5J=. ϊ/j yU*~C3H{w;X=Bɉ vIAJ=kM3lݵN[; H8V_x87I+0%R" <tMD#|xX',ڀ)7t_U#ߑa?9]ƂOZTϾ<&aл.GLU{$eS֗a1o掂d5P=-^pk+q<9t\,59M#0Fz+r QX-kkR M( F#f#2llL cA]"9}9HqҜB\A)9Hlz0Llc&GtXvgc7|DTn]t 8?^cqӗ^Zj:fu?kH yN5%AUi`TciyC!QSB2xT;5zo $ k( e(orN# > ha(F{1õ6߽%Rm76e)%{{'.a?9r@B~}%QZʯHxG<ZG:+i?:bVJYOŨkY7n9rfvYD)RK-F3[_uAngF}a֐d{ie(۲F "Q s۴ѢY//Br+F=ե #23D #HUHμq| 㹧av:cr;<q:E&bM!j}D s؅cZ4'{]_8obim; S߄.;>u}x*'XnrtOdfb>bgLܯN`G| d Q]-j-"@<VϤ5:ƹ?;wUf5-(#<ܷ2bf4,V8%U1Zcbwbnv.NrqrpkYoCrZZY aojJ!eHyhK=5-7ٺ6vxP//*Ul_XVx$HoS(*X.XxhA)vHk"MŹ W+>u($b˶j/Tn׈\$Bxٱ#P C3A4LmNZ۝*B6&V@bYFȣF؁~vq@k*!0\hx(a uY) Z/hdn&b 2xҞ'~\ |wsF/Ve(NO%MIvEiV;?_@Д *quF%n{^/.SD,w_heyx]3Ҝ s&FLCZ!Vi y3k76zA(qI}y%'؜ڨ~rW#;A>LOH !?k]s R`怾՟24Lӗ!;F/f[N,&Ӟʺ_9%ǚK2@N|㩘o5]9=>FGM='̥[V|Kɐ r~ Z)K2xU^ (QgE)@uBlu8u h#~Rý/l}@2Z4`gLܳwjqHxH&<4wwJ a}?D v8=o,/E=ts ~#:\/YLpZ e?,[ފȞ|fw+n1KcwtHQEmLj(A9*Y7k;%-2&k1tkD tNrhϓc], Ψcp`Q7ƔN 󻞍fq:x>7&T }M0D`f9*'s!kJi?|L+{"fz(6'C 0X'gpB>RjcvMqylJ{9b[d,2r,n";Kir6yxVp!ˎv;P9UI[i<@Γ;d w):;/2yVsD3+HhKpu*{9Dz1B@$^j51-iwGԘ{/(I&0aE{?ܵ6$=H>]KɃ-Y^BR#We+A:X []{_ k(A)ӱ(yi`{>ߣj3 hy._ cw!֧}?ð4hih?JAZܘjOM%V3B_/ &f_˰v,}C>l #" ׻PbX_ oMIWxqYe^8 2L7.ɄI-g7-jXMzTFD=T8|!vHQ7'M&`oWp9^ֿDLW F)c3P o&.FllmJxzU*}=1m])]˂`}Y|]&Zxヘ DQ iyǾ+͉H}:uDB=C"wK2Ѿ ~$Q}n~ݴ i/ 2k2VlÐ"C6DRYنr"7Fr%d?bSnfAn1˓ ({b=ŗ- s&흗3G :lŢzI7dZL=t[l7traNn*ʚ{qdPO4KvBSM$#r>/dMSt'b7LOͤ,ˡqҶؒN ''?L|ݖ^IU<~QJџ-4Fi6Mn!26(㌆->_6D)P:/IuD 4uCgq,< l&>EC-1}ͳЪ&jĖ|օԫyu,^Ή &BhAȦÎbl&|/_A'l ǁ-_ո_lö/P_[|(VuF"dGg9Q[~NtК9g1D3i_3Okf?9h9̜.2 fKה0.o%n3Uy.5ȓizL~1*~ Èj-PVբo:!\~ f)C-2-WVzkE$=ZӞb%w6w:uxq H=>u{Aaa>45 yX!ΩfaЮ=TMbsS U7f)IО0-*wnItGn^U dtւHץ (  NƱNE@eJ "0 ;S9Nْ^Rÿ(ÿ Ż\w@ e}  B1 Y=[ $K7<6 FIaUE1MpIy<h-RDZuctŢ#9y;T ji(Hkxq2{w <,ٖV[/ɾ <9g7Xg;{,(wf@rQ(cb愗D"בOe,0_ؐ}Ϟ*K2RfE&e?  O6vO05ryyk<)WtM0ܬMmErAYq)x&??IO66 x}oh IJrJ,ID|((0f|3CJJɦ<=C@OcV;s~Qn Rp=T)t)Scݪ_kљ '@,³([\IrW*s ;Kfnsl:zho l4~36{[V!)FIm>i҆ mU+-;4S> < _ ^#;Ie+`%ga׸7xЫ]1O1OzZ*b_=AW8}M 1w}q.DwDPJb>;Yүg|ECNœy5Nnz>]=C:\\|*ISwVd),F >$aQ./̷Ws {v ļ`P:P|DH{Ti}ꊀdq#%[Ȕdn/tJI3d&>[,Ac%IzeRkl.h|FL'Mќ7ȓPoӻCf2z/]^g_vf=!VjLk/h}ױt!s2g[L CF5,~]ʇ?!Ydx90[ !猚G-{61`8Astl'^d+ݎ} ʁ;r`מI?/aPr߆o [Ph}qC6\[)ՐsAiCbDkm Hgz_(MճyFKyƃ0qΐ5n4 5w.' jjǝRX? H3@˚ѩxcDm@>1z M)2Zi?:mH\]/q`%ˎ^)h .&0@nKvBdNOtvhh׾!2DF.ߒ!TB@{2 l{\3ε6uG]̑c pq$~9{%' ^;J{Ln"KoIxfZSC==)11%S~#$kZ;/ov 73cQʼnM(cUE}c+3鬰Mn3Ǒr[TՕZJh;U5z~!$1?+\p`׬({lB;U[ 9֕RZ.g;?i{JHQrlڝWE= \bdU /[ =>+\f&QU*I_My$UG_*xֲ*p񈈕V;E?j/$FnbmYXe4c}4 j(!>L&,㣈w%ȷ`a0x ]M&MkGAy Pt(u^)1:S?h k޻~^`k@#MKٷj˦vK``u2kyvC*`Kk`l}>i't4CPg],էVWI _?QNI>IP싶?sufڟɠt'Tu4;PH5h!}S8e{>=/HNZB@)5BĂB/Xj |{{Y{)6.SRBB9_9sStBYu-kc/'o=,Ŷo@iuuHeGHcOwA pFWIAvEEƺ欧V16QZHze ـ1=i1C/FjgHo~ӹ"Ii`g6ocŘWXc ?!o_$1-IvDA!] w1AFghEvCЭO54i_@&,ܶr +@KJC6sRt@~*ӼvL*PY)6dI;shB/WC;u+kl56FJ8!P!?,/q& Neb-1,~:Kv'ۉthҎ򴛣{=Y3RA%ee,-"n7H?ӏ6&a-^hP "Ȃ*'?L@' 4‰: # }+ɡ?YENJ9u;Unz r!]Pe>i͕pHMJ;T] _cf %%b0bD]#k S SEYB>*Z ySg`c߮MYC*ߑg?1fL+7xZGʢћXΤ?PXv mf6 wN妆e=a3Y69tٸ6pWNm!I'*a Z\sFB KL6eds;B#p/]3Fҕd'`LT\Jm{/Xv1atgz/\(Gpr&vCS4x1/3U;eoF9óLO"tq/)PMk&Vy$2)6Fga Fv!L7k.@ES{hU,ۖ;|9hZovtco8..e`4O'c5&FF3'ԡMj)ҕ/Q*j$=z5ZR\N 纣Ǜ}σ|&qN'UT#&0l+t]g ²g3HF@C2%%w)bӓ?zq6o!S)+` t)Y8ͣ~klţj 6(UR]7<@ RF|Ϡ-M` Eg敃>iJ(lݺ&*&!dZև7uڶZ6YyTO_cʖtWd8W!^Ig 6Iz&^/3W?w+aHkw:xP & SC&X.nDJ?:34[bCѮ(=>M!C@Sڱ'T> `K|X-/{Wa ąf[ŏ+{m|M`(AGjf#/^]GD0Yk?GJQH'&>hSfmc$Fl Fr0c!w^S;684`@щLT60 ;w%Umsq!P0ї:i/<  6I *bJ1OT~|.Zn3Df>G&ƠfVcmzDk΄s!sPAxHDu.y"Hs)'lfb-E{F/1-BT98+ؓߋQg٤P~P, ?5$N3d k8'۪R f>=l]4VӁ 1n7a-~Νjt(w7|#p֟T'rb $P[# As-jO2l-;D&Źڦ%21~@`DY;&=bG$)?dqe2|!KZB}ޝܓ-FiIvK8C܅AVe&dQ߂Ĵ@ybW7LuSQ|ՎwYU B *u#S|9I u ]/|B(33+ǧI6\3i$E\y-:&.WR`pjv6jNT0a_}+pWz:v5G@aDtGP6|00`y$LNyuf ğs0$d6'9|鋯XBekN\vkMqH 8G2@my5sc\1Ӧzy-L,9SO6| hxvYC .UN k5o?IBպKhLng A]/j &Nyk $c3BLZ7S==I&jAyh2X/- ˩Pg["5/6wݯ&X&^C$ zJ| Jzy C=F?_bAjN"6NLthgҢF|i2o$$vS4i7G s37`%l]4@vjݖ`P N`\E^ XxZy6PR˷cdڃ=oo>6@Zś:ayt3- w@BT.4vc')=,g6Ƥ@ 쮃8ثGV')9c8bMݕO{tr\AEpr r)cB'X"?a aR#ȇ0Q(Q-D2lD tQQV}bikTL TIܐ.V=dz*ʒ%N yf3>hI4({ M'-W 糿^hvnCa+'U[1Q=(mJ@u:w9{ X5vl?4p6pMBxLA;md[0Bxz##?cFV#AxxuG.U1(Όh W_j[d3QG'3pQQWɗ16}Eal,[ ȄY`s";N続(fP>vibeW8ǐN{NQݸнr5??{iԹF%_h;إt=F}J X'tuD%"dWL9~9?y>cQj< RFܹڗvhzB?6j&jG6NjH] \M|s ^SX!@3pZ >Vn-"hՙOm^rʳ͋;G)zN(QS1+ U.;ֱ%mbafsC<\O_"oi}`i!-(Gݑqs22G0 (JN}];Ka8]}4fniƢ1oQ_0=!< D$)AGZea\67D1 B)7D}d_,UŲKAPlEw|;D{330evfxv6ҩBILLR +%v6LhYbRVʬ>Z 4X$X@k|/ l<?߉:3b5tFِ ?> aRk_-Ks5vCҮ7 cI۠~*W3P&.o'Y8{F#+wpҾ4cf35Q|SY#ŦS st`)TzCxo,Oc/(e}ѹU <A\>%c?A4=-C0K|>$Gt1BM$`S@r 櫧&^ZX=3Jaq`BDOPZ#PpbMXS? W4ٝ]鄀*fIi[)YY|1?9*nҮ}"XN;n0XHQ@Z;m d"CaJބS8!d{'#(л"CW bnBqϤ|&:s84C#j<`$qz߮w('; !m0p姆#0FVCxT!K +KJ"7ѶIIF{UCppSX36 `RɁwHjN.n O mv聱g1*_tvth@qfIp VmNW@Q=2p) 2-ԃK(_EVJW Lp 0\:ԲzDIl̍h6H"t߆xup\Wi)~^`éFJ>g(@O +SI/XQ{(EIu\~H*WxH[fTPD:|UܷU 6p&ǾUd8E3h|w ͝{v]l#ut ڲ(vY6L!s: 2?xG0lr_S7ee4|w!:| niWk(SIVVTi]wh+Uګ.vn TU^=ec [E Opk\Q:T*/ɭI&Euִ[t4 a`Ks0 +5e,?qҽG/\صkxx^~$W`xY4)v@Mnx sF9z;BX&E[nq_I51RQQpCX zނ|NRnfQ!۸g=𧕰VP #@(ؿ03 0@ӨNJs=Idtw|.U{CݳVc=v3PK9_7ֲ֒>?{M%I6,XV.pMeal"aj*"4g(Uowa^@S}Tert ~"'{ᣭovoeG eV9Q7T [6<t{`2 J80o V[rLÄGVo N( u FAh/2M ,R!PMekiuԠUTp-_FZq=isi 7ڣ.^?al}42/ُҷD3K)r*1Yo)y9>e7jhnqV|Wd2/Gy(& l:}Xhr"[fްDcK+9ll CVs?ѾW@U󗃼K~x\Er0Ý4Iod]wC$A47BXrl\$ NM C`Kn b]5/@r؎ $ @{\B TO ڭ[5C{_0-nf9IT%pYƸE"ǥzA!R-$oرA5\)Ll'=8`A1{Y|{D Ƅ"Vlgun 9` ?9G\shyhI'&_JȰ50^AK9tg~>oRZ,f*.\fh R+N uCf 9"-zY6p-cZ=a nVCp0W,lf#eE(*%&Ah-<(JH1H#*U?slu,/^ǖb)5 HL}8N ^(_H<ALA!M!XgMcRϖQs7X5RD]rK (oU_M {mT=,B3Eg(3onYs="q)JG2,V9nkusKDS putj0"̧,]TXնrwɗ0}@7!I^8+<1~H{deFjAhv9q'aa3a`zLd0Mu"Uޫ .›ZmϘCL1gIֆ%a)^c5J`J~]7[}h.-3.qó-6!vYOT؏=7Uܥ-{`Ɩ-x͞xȉ{^qktG>js1 &q :lu`ΈasZF^ѪܱVQ,?ZЪqZt"/Fc]dh*ð9Uk8+pьZ9ߟ0ިkD[049zm-zD}4|fCDzrrG!?jɹm x0wQ:֖F%*0k!32UxŶ}OaH`') X.O$F.Ͷ4M[-8#Qc.Aym2c7($# LX[-%˱1]6 D2yIS';iڐgl? f7oahnxKL'uA#u_Cr];;S{!܂hzm /lZ+`X&:q##9BSv]/re/ܑ9 05&פ,뜆)̽ (@c~:أfctx&p%=Cօܾ6}H"k,$by(Nv.iZ#?8׮[~tOl[PQd1Uodm|MJ.LboAPqƳz&큫33>T·C&8i-O'He;X/JE~хRm.[ Rk˜"L\0x Ol,ygNLe *D &*0kNmU ytGVeKr06ژ@T'7(iG)_mA2w1D=1Lz[E~LdGɤLL}W=Y^̘0gy/0\]8 jM< ;sC^Avs425Wx"ي+;A<DFvBRevU רN`#kcGShmJHVN>;)R)`]k)7K[6R}+ aq f/>K˜YZ$+-i_'@֔67g%IIH/yg>a 0Jmztl2d%FuX记h`:<|kfvoSjm0лFm`c'EE,8@PՒMLg}GB4Cc/)z54SjCP#+lMW,& xeS Npտ[;F3,3"FG*7HJ'G_B7-b,WL;$bSj[Q&$MDg4{#`&Rryu$ؚԍMV^|SLL:z/Tfʣ(\$Y4L[F"t|8 g6̶ܚ윇'gpu)5Y({<ݼ]z;rD3e.3Ocmsa' 6\{!bBckE5(# eDgPI$z70qf-U'>]Q YLk#es9S9i)NQE؇L[^z#O|E<\/xK| fX1y0-Ϲ!x"r7d"G;󄻴\ CZޮe `Xpzǁ;㙚Nh7BgIui*jlc5\7w<=Tf}څLcyd\d#=0Xɤይ#' !|qlEGNT]*H4-o`h(h$ɡN1/ QV.7= '/i"gv@ZG *LSLr3nvڬWeK~mszrHt9~J֒0MF;~ hGA{HAjhbYVi,҈g{`  M +GX>ˬ'ۻc0K.Cl }.C o'̃X,хEf 3'1u-lpӯ?Xy4Z ZM4r;fY0"x.W’='(ǠlYc>~~'lD"IT(OUe!#ʷq1s GE\-cqY&;ˆk梀3Qo);nto֑^ K-vHk>C@s@ zCM)HPˡ4'CvgȜˏ&\-a -R\6(s,_Ԭ{dÏp I UkMPz*Eh]/_'Wp[BPk΀dkI{p+@/׾irAMX^*SrnFϺ7Z (+4._g&{X$^W.VC#&;tq0b:eJiQCxG D,Qg-L!fCMYU !9 `h!:\H9z8 <]m~ּWcyx߾4hAnKG|Jqm=BI/~2`BNeHS)㠨Wt}gƺJB5eo%@ r KX <+(:s.8)T)/sae;]@s~kF7Vw' = " qp -V51Bzsscz Piy`l&~4@0 g~!)b>2ܽYA5tUQ#t_d""1X rNY.kQ<$˷K$"I߈UǐEx]O})nĊV_X{AUSN%Bllflt\JK_vJhWMc4JvNc5`5 4'DA!#/g\'h)}{ yX-SU \©%VWY34OՄNMҜga@#(V3UJtg +V"6,pȎŏDV ]EӁ& J FD RxZ2?iVhyF(@L7jJOfS=\ew' ]KMg/P50~lu7ɋ\ڿБB竝T/3A`RZ:Ұj#6mqT`/p hSp> =@|CQV/ ےvqk2 ]#80(gIZ%K~Xh,08i50lTC\qsp.ќW2j̐o#DO*'$WbptT)c''k4a?+,ssאB)zUp94b.!Xʏ?$brdfűP&-ҤѺ/~ٯ=mo}LPF&01f dQ 8*Xa~M&WX뛵m ͜|dY2bJ1N7w#B!XҤO\_`IzBd\ͱn> 5m޼eo'}UdǡĜcq,Ǟ PI6eRUO>Y[~*bQYK.98[[mn̖\*S#uUPXpigsI糉bDVMQW9fMȯ8bGQGUB!ABߌzaԃƨS&|ܶngSYNU-V+kb͘v]b~`,&pІ.A" 0j'mMW"ռ~9wV'} ےw|.t(]kU)ܓ &BciH|Dd^l^H?ƃF[~/ QQVuV86M}S SnumǴ7~O%_ۆIp’;, > z.nЪHiTOc@ۿdc99dro1ԘҺ ?53z1vYZAa3mI'цph7@hH ])>@7OJ2j`JJgFfw4G:m"3wO[ZU+Z9 Vq?ǔ B^? siaםZgbݬp88*0M^̵EG5ZF> 1d2bI|YacX$F]&xKJ80俛6 j{,5- q5r1l?XCOܢYXq3i֑SMe3^،+ӟE*5OH~O~f3ѝIB{Ñ#I\}i<3- l@-Y&& ]DɆ2AT[t<ƺrRlXb|>\TTڻ NѾ!w'sdW{LYEna YYٝ|yU4H ѮJv}96\_&MY GpM8 Mֶhu :mcޯ"a)4LW,ap*ޡRG}H15;!AZ 7A5A)oŽ0N;m]F$c]wCČ5%ߔ|~"[" ^atvZ;%+kWd蒠R7&\oG5Q |;5 *"*,NM) T9Hɒ<(WiY>+3e]+Li nmd <w"&xfcEo2QH1Ž(KG̼ɫ{큅lvX5=¶5U984oYJ[wGH7 Uc !6@d0Uj Oak:}{Liq~tsuGFHL,0h2J -:u}87(qm3#(i2q@ L/{ JhƬTN+@P}G8i~M wSvљR5`dTaGtFa{zQPe(:8@U!xyW-iVX%;\m/Kxs#Tt8SIF˲1r>UOl1jpһ8]pRx'u(׀{D Io}([,\#L(\$(˘o,KcޅR4+@4 u-]5vrU5nz!#L\~߽nA9=gJ78A3Yw%̏ c0)Y:r T{ i?Oٶܷ'ʼ2Cb&EXڥ&1c)v)x&B15G{h6f Nƪ&%KacuracB*M-{y+Bj}J3ExEcG.N\)ġqi s߁?&Kݩa{N8ї}u3n6@s=3Gg*i|-g 2xW}en{^qcN!l/hː'Dm:gLE:ܭH&&6P3@Jjj;)z](Fie>Y8hK+Y^7rDԃ'& bLД]%xv])rN%džWeQO9lu`*g{,].HIεպ~鸱"v ((TpoЂ&@P*^Qrn"ZJ~wjlʊ^7 OBLE@|.p7:Fu&9U"!Jwa!B6g7DNIsGΛ#Q(5@p>9G#Auڊp.c34"xܣ-:\ߘ>Fm]IRSZ86SuQ | GOs7V$xZ]Ӕf*9o֮B= Cg=4?9&=e՗(= Wu l{ liA(Rh;8Jqj#sLd],(#tqL y)7  LYaVXm Ĭ\gb+ó1N/sbY6)IJI+nnQ$fDeJUUyO3?zLui勱Tn#X4,0 RM]|+8ԤIY3zHF9{wh̯wHP3y6 }{^ӝA wI5FbYF!E3PEr0~WGcD=ʻMS@&̦HY7EI&whԊ) l|lR" ,e%ϼrnPܠ8UrsN=QU~&/IBU㟙6 _$g~<(,6oTl T ݐEᣣ.}% ͸}Ѵ&0*b|"8AE&vg@ްo܆ۆs}Vjaomغ4(1:iu1pr{\v'67WCfNswBXߋyCIdB|_9d5[E''x"UmِUH`ZZGÛU2Ǹj'M֤5F~܄%rRlOT+T˰_[*슾peJA6RbK. fW)i.E2KLIY{jtLj.k;<xf nꕺ&L`QYa1XnM{κ5I xvH;{Wއ2 o$ YB%[gdE|c'(Z~Nj%tFA!H^\mS:ڢZB$uA诤O աTPLfc2l&4QD(E6u\vVm!lG!Yws~pIt -P%hȅ<@AR[IBVwq9},A4Nr1r@t^T!zBo u ʙ^4e%S"/*3w%RƠa@ ?v CrtU/k|:Ev0ZJ~־qQ!7NwjYM6-)i4脅l2}9x:&5 qk7lZL13N (RpXG7.P|ߏ0gvjFt{S*ˡ ׅ7w̤bk95/ymc016d n[}1P|^8l՞0*N\gflEzÚǍ9bP_8o(pHe =/9:}y!PfCXB?+vt ̢a"0<4@pW:pSgݻ7 Bҩ[W ld7jE:"&P~1w4kh1TnKL%wΥQ&COǺΙ]s>[_.ȅ4iO`ۨfn|ᜉ^~09X`|N8E.3bo?h ~ƚG} 'Jֽ KLo&Z(L;۵k4ϝ/nm즬]!#;@B#I"^źs%lpգDR2|1ڰd- ;V-S ȵ=o}"fQXq `X-<^ø6^vdߕt|!%7$I>"HPP^^O?Mf?{3?;0[%G'>zkLcs j{h ?O*h>󑍸 HAj4#3;C2t>cqέ&h%ɫ:M01=PutP2F2QTͤ9ftT}eL1$|<[ cVVm(Hp'6 J㢝sۋBtE3.ܩ | TyѠ+=j[L JZ[>$H rnʒ,\q~ƱHoHA̎.hP=[Tv8Q{A|uǫ ev"ub85Q\s"4i#nbO`/p\E9Y]ϒ66N3d3X6lz)O8<[f%.=Dmpޏ&~AO2)e[IZ}8` U'46ƥ!FӨ⟵y9@V/bð = ܇6YOx%@y 24ܟRTʕ~ Z2)X\s#'_"KNcю6`Wl,W+63xp.:,tG*`N ${nIRHd RiQ}A#\-Gu)/d tkUT/t'g|~MtgCfUyl_zzҷ]A 7kiDmN]TS u}JrQWLM~si.E|K8.;|si?gAMIC1$w5uT@n$(i$vxʵ c{"wGn +)Wy+~-ӆK9WK6; "~\2b?"KM`묄D^甆K:7H콾unlG]ݭ6[n^WsI'-!jd&BXuub8bOcX ɾT/aČ1}}t_(CSSR+ 3cmiZ&;cS"O}g߫h$7V󅺿4 @HO:ӿJSπM)ަanϪ`ul2J`JC޺w$㌓o \8 z0lNp>HR-B"a-u${qgʪaPga=bNq[Br{&;〇"M0f@%%W9SHjs!UOǁ QAبJphTnkݿҜ]1Sicϱvֵ3rl żCKX+xKE$#YRE,fGթo%Kq`Vcv|saZl :0@+!-r/j KE({=Fs ` 7AƮI尉ae ea:7E17 ?;oA@n:TG]3EVǐWNK:欲ȎUM;O68TILП@g;aa43ն@:eB8U=IDWJ t,yH ;)vF(yǜPf1s0*Z?֢-dR37Oslw%Ҧ#L%)R~jY1RvOZ:6x޸_CJӺC4d@sC$ CC'_Fn\(–TX_,¸F3ެE6ۤ_`P.o(2lRȞ rW3]h$@o"5*ٷ+oHjCpk 'KԦ7H5e8RҼ !w[פBA'n5P=0RIPzC‡ %yJ^|PhNd~OA[9N/ k!T0Bo`lۿ翢0!X}u& &?s i]t|Y 4>.KuQe|F9P'ic$r'\$?}WT3Pý '*h|SVv,ӉY(I2NA}aD`P)&b 躵8\my'@$3ߡ1WaopA$w;r>HB%\F+T^bkcӋfKUF?NeH %u[qE]+7NJAʀE?eK S1c#pdS)&*yR_MҫÕzyDl4;sVP}csFDIY9A;=L_O.oC94Q!'<95B ̳&qN9SIPG,QtL3ɸ QM DOE0Ȁ C+[6,ò"VH p.z7$/E"zq\ibmLUՊ8GCᯏXYR3&+*t#t)v ɪ;]熓hA`&`׀t0.-y?Ct3xL#ylmyPjcӝ{5[?H7Pt?]SBK^R{\kgml+k+$P|5s9  6N)86:sߚ>ӇnySN=atw %Ĩndń d8S;yk6ZG3y1I>e[_`D9 ֦y0CfE6~)tXXͮשϛ@6Qg6} qk^W} ؛o/&yh l@W{B=AmɥG8]!STa8&Hѝŝ Lۑ,+h;6pWUM!Tws!P[Q#Yq'aKZSk }n-)jq9 mB5)hAg,?-^ol;%|2 0ЂCOfUh7k+xܧbw"\~N}Y'g[^KLa(Hk,qc bt FV)hAY^IT.Qwqc۟OqEiK"ov ˶yRYsyܓ2 Eo'ZH;rр//r5 LK䮽W~oA =ROaM'^-yQb,/TLa.u_п=$+ucR` b;Rh%wTRw\Lb"HR1F>,x ByIQYU`8^ߨh(v60or!q+XiQgI5F\VRc;d'rH _ar*vt|'sj{͈#Eޗո˭>Cf-?ˮtۛfsG0kE<2~Pm)x9-rY ẋ`ڒ$ߕ8!Xxh/x9fxw ![u-؀5vγjt>T]D 2=7Crk{J)08A;ɤP){ħw! $ejo3M`܃Db3Ë\qYn١H`]oWW2T7"*M1wr[ v`,P",SN-?VSLA^gOd:p 4$^տ$J&1 t}xxRjb&vöА>U؀jEg3:GEn,,pW۱ĵpum`1~[IF$J.s܉ܡK$g#'Imm@6qv2``S\k3 iٻ (jU_ Key+L%pX]dJRM"fa܁7@WRLHO 7XN/EkW2$MrցµрrORb+"teCzo!S8-Tex2 tLtC7EWpQy #/>/F {o ?&0z%ª T![)C#\ %VXGjM3lE<>55X *fG~AR)xX]Մ@s<;KJ= H7H < B?a%>r57_ 1KaGkä#9 (%C0*+" S|0my h?84]̓Qu)wz,>g~+㌵[:mElrv s8!8BC'\04%Fz[QFPNvϯQHO~Rnfx:*G\>yͯ檋߷/dh&e{G'Sʤ &;iD_CaQ ݲF;J'&:K3 0{>Dģ\lD, k]! x<.9UӔK!#Me,jaPMfQ a$L. wJ 财gĤ.<=zY_JBbLu29m0m&Eh7\q/-'LkxqlR?xM=ÃUHTKʋS0c1% wI][bކ'Wm:/k$z7V)K5wTe^`eJnK#;e ;P]/߂_K"Q'U4H{V*ʱ(AO(q߉at{x?@Aˤ+=| Dnwei (2xڵ 'p{_ - j=PWZFMJ[STjy ;N@`j|FmTi—V*in~?rZ`N[{CAMG!El>Hs&5K@a0tZxoX!^^b;9hz訹''ɸoDWSL }M/qսMD:12Q\9t 7%57+a 4%K6$[#7,j܋=O^Z2M?aL2p3ܨ GqyD`~ ڳz[F&B2B{pv %΄0|/GqE~qco+,dbAg7d3Y@Dkab/tWGo69'Gzkq$k0a#ԾI3UlJrogRV9cSKJ|gOKbmJgT BѨb8^484e a3u:Nܿ&Cك !,B)ru> ^}ӯ?u3]xf~m4 {#?踡< yLt ZM;S(#nJ.fxp YTZ$~pN'f!,LgCLY8Yҹm˾2%Hrkhj.&[p0]&8W9us9zeS9+V8 Ul#'1.'j,Et.xotcJ> OgA~-?{ E,t/HR̽h?8; |T&~ˑCw#j\$r _֑`I}a%)Nr oR&mys<8'εۏ6\-gxcA?ξmq)$KA0J7qƴ8MTP|xH5cv}; q^A&?Cվ*;h]umV}K8a==BV/ߩs[(aqtH ' F4X$|Ma&dI{ ?$9$XӸk356y?"`' dܣwp1 oFI._$OJxSxa8ӯJpYο݃Jhf n;a2>ȲSV^s4)&@#I9|UħrɓT$BAġ|#DyMI9םV , 4\C(KgY<1} g8=!.Qa%0Rf# 5u#`=_+~`h >{Ƚy^F+!c5)(~O믇T}UanXnUJSNv,vk[9}rtSiK_(1 8RJ=LƔM2g*m(;nS##T yX}A>4ze ! G:K^زzJie"j?Nl#uO!m)%J@yu)e|Υ$?Qi&rb.B!C&Uuog Q7Ϋi+ |-~^jdxis[hljmg+~PbxOkJ{oG!L$cɚR,E8A^vb'uKX2߭3*FO@L؛o+g7ɏy l{bk>LI*8)w&+YG\?f,cadTLt,%5npo5ܴ́6bGV-`pSp5ϙ0[ gWĹwueU%|GU!ÇӴs.$р&yN5>Z;nϟ`3bqq>1~C,ǧ+W[BuXJEe1ZtQ}5$?FIHއ$4-w #Pw$wu$JLʼ5YabrP:V:b6,@+7tl۱$6c5ȔA,&Ͷ3jզMwX]U¹4eeoYyﯙWP&\o M10VP>aUWӜPsRwb-@aILw2$tYBJBe(%$v߀LC\r۷E!vGy2zU0*Q[-㩨bt '+RXW|H sKU$ 8t'*i%4H(Ǧ%JQrlgUտX6.s#?QyʌsS¤)*9'aq#nmےFLoUn8[D1ynq*jEa68RMꋬ͈wt~8cP^mgX)'ak_Rg3z` ,]ّw:閈fc53F&Ŷ;px m A8draq5lΈHc(dR6Lt3ELKNI@W0ɠVȞ#`6׀^9rCnɀ~J0ZGWrdC+rgĬ jJB74Fc쇘]{6S0U"-luj7vV71@DlM@7"n\C?v `]p>MF@ޮX J ~MNӪ]AFNKLؼwLmLQ͸jx\\o`@Rl~nc}GUo?uq ;*|K`I:q;eSC+E ^Ob>z`8ciM+h4z[ƛ:#ѥDH~vx 3Gހy"iڅ*d,ȱ=^èx$57kʱ~[P`/G f7ȽhY z#hƂW P,q<ݥTwע"M@|J,y-\ ׽&b'߸23skxł{y 0f[5 3Ƕ ]5BKXxdYR>Ϩ28O*z8cm9G6 Տ2^ڨCnc;&T iMVZ"TN=!0 CStY;T䶴Gqq4#,|0]ÅaۑOg;l0kתkU41Hە`WZI<*A1ːK..}x Ҵ?kʷbEƝhM+%^0ԣ{ozϘ$)-`"̪c0:q}@ǩHU>I@BժIG則I fFmrT9XWcFNe>W^9Q9n,܅RX\eq_E0i)<5 G_/r_:k7rDLHugFJviSWbOHacGy6$c@Yexڹ~ĒWљTw2'-%P bdi-&L +{'ob,7_E*&%q=gJpCCFC?`}pMkk|"""*12`ꀞ9EB~t _CM 0 `ȧC3 B ?A=܇J(gMe:Z!mSu~`:Sp81 f+ ⠻Rbb9%b0'* tRFI9;Ωԑk088@|5JL6`ҁmW`28N|34"D1/6%J̢|o])D?v_wMgACyg\V(/^Lit0C>F)PXmL@nQDJ{zIl큫h Ct_;-JځtHX"d&h*;g+}Zq&5LM{p=HpLA  ?+19hvxLy48{m@\EJLVFMBﬥF8^;\;A]Gn&욉N-ϳk\ T|e ]72!2x>zu9>!-R8H+疋D%}h7wƽ&4b{}M,WYkS 5J:)(|u;tPIsPFFm΅9&fkP{L?RRm&{,xHV5kUShv>uRkJrfV>T%GLU1\TĚ4qݯw9ّn5ㅕBR4֔Ic7б k G=zI Tp,FPw@,K:\6 /rkbxBSvD;/Fi#~P p(|\pw['^0e64& XTX+a.h~G=ҎڈI;U%RP_9E5G@S?:kj2UKhwlxfQK&NUԊ_b$`jI,. `2^GY[ HAڋ|(cT3T'c0 TwOꔟ-U\We]wY%Ȓ I͙])g<k^ЫTM[Kܬ9ʹ'3bnA`M2v } ZrON}w)j1uXמ<c h[# 0&)&RS^d[y3v>uKꉾ@@AL%hY o::*XQ/6хaB@e #QW)e9LujjRY*Yz 4N%| y-{AqīVA` yXxJ%![V|%uUq&b , aX$"^p˭M=AE D SUfɵYaq3O]0hxk ! /h#{Jogʪ g&勎3b$ᆝ>L:H2<魩3_NޕV%ի2Hyɨ W}$dE67KТ nYUMI)q4gt,y37:MK'FW PbƸ䆣!gm+7x7ߧ\Xr*X]Έvi$9H^x~KISԥ0^G"uF҆$e]ُ6&zj+d&<\.4grӦFW5c#R/@&'q\9215M $Y{"l4 *pZ 710AuW.o}'> ЕkM)~W $.=PD `z|@ d">&Zz$>-Yi7-L7^5A+Ͱn3PϽ~ xG Ἲ]XbR4\$˩2=Vg)+]iz<ﲯb^x1Ie>ԑzj}su߬:a&\3\ܨWCVCԙ5 zzս-$Znej}3$_7Gle-eqpjMSl1Fʵy-n5xSʀ0ØžLldHY3Cl}cs{l &RuSksB@GhIJB6׺KB# ø9c:R GmoYS+CHHP\8N[{!;56{O7P-Qo$be-&=BN=‘۳Mԭ\Ҳrr$߫0_-Ӌ"sHz 7kk#pfKh2&U mީoO{_J;OlYLP*uf+g&!uq񬛒c:ئѾ.|H͒t]dat(3ZOFZ xAfВ]cOiJ9t^UV)9͆dL/z|kzv+sHy"KVQhQO˅%;pbY:6#1&/0{=ÞK$)cNmBWe,C*(JF6"Í/mArl81=(c{La'g &s /XA hS&٫(a +$;'vQگmT zcΙ &K֙J # {m#QrhX2_qxF n 90G h 2c\e.&@Hơp*^: 5h-1|%7*p%dcf&^fh"&ZU:;8?>F7gP #x("Qie832 ,.=3GujF[>/P>NUmi=% i-bDH F\+"q5z'`_"o`{rgL"Sd}>JDVv$b=v"A)Ν#Ի#1_}8M\^i.FQtn5auÅLt3'8@ R`/k_u au[:@jR}seҲ>_jrf4X3MsJ+XlOyէ`0 dOֽVN|}W`oHgs슱%ԯHb)+6nL)MCzpe &j ?70G9}kwDhh+fr+ {f5ޤšs,h\>A}fVz}\n\ioYC|bp,` ~JāҼݥmO_; Zf~ LjIFWgfc\øi׀5KvD-'ސZ`WHY.!)=փ}!!5GwW%4Ba}|o׀sTVJf4gO]Os Քx]U#sx 'ʐ^˭Q环µ-BU Uh|cX(a̗ݨ Lpn  e1Ad%|r[s10O\p͵4"+{ v]tL9ۂxO,$"-tYsDq3ɚ(zAιAv~ANA^SKl^S(it|y,͆ԺS2NhVw3Hx TAZG]'y>ב_Wo):E?P3/U|>C7,oJ;$ro INs|p:m:U-y$\Xe'گBUya_jsI O3f*䊁Бi_:YA&1WzX{!LHgvLn7oV Fo ˰CQHz>+д yiGq)Q@$J*LMH׏C.i.5!֫1l. cVDGطbʚVx5z6VMÛ_jywHΑb'.[f.'ē]П jPN Dn. (cQHr Y("Kx[+:)8$% VC/ƾamO7&n^qۋ8*`]bgJ0Os?~s=Z5-v}CЁl4H4ϗK՛7Gr;aۭ/ dGA6ݻ*W'r@ɈaZF+](OtCQi]xY͗pl!/ ߲?)_$2 60.Xֽ=w؂"itƷ/|d WZU(ÏS$A T{ƍ9=.HY,{i?+e㙿j;4C9 mzhj^S%uވ%%2䉨0[mWB0~ޞoAx:oڮI~y:%KۦwEn6 "p<,kV6AH22OӉ<ڢ ޕxgZv @tg hKuI(vI` XUPoV;J0ߐ(߁~I|'k_ˇtINgT$]|ByV9 _mMA$Rpiu"xt?ߵ!y)Kkl5=-uT0bbHJ8/TRYOC[_ W $m`k ԟv]=GCm2[ ;b9G'brbjx)߅\Juy2!Lܔw}mJS`+u?nwf _@+DXI3+#a&UI`Fx 3߈|p5U ظnTn$ 水0 $aRA6P>>g&@=DSH [1;L@v(\5#l3PY0!@Aj|\,>փR}5G6C<?.,3XXQ06쟇'Z:2 n0GƌOY5˃M-8wg\~ե5xR{E^S#\x3D}zizCď ppJC sQ2a=k7Uޗsv'ػ ‹ [V# - C~/lDWܦnr޳7uJBkSbʹpno `?ssiaOP*i,-(ߤG{ȼ#žzԚI]a~aҶ{臙t¯Bz" g%MxLDY㊫-6 ׬Jő 'iC ݖiq>'_a4WʟOw=Od;H3Sk],HfT |7Ut}6!@#q.m_89WS3jD` +gMmyuXмc),l ~.p6y˱=X=(jy3QVbYsr@b#z\,Za'Y3]^-R-t CjK+3D@LЂ64{1/rifq^J}#By9 1WH2xj㒤K - T~`7:O?oooȫ"B e/ ДDS4ӎ<8'7Y*dXx5R;̆rO!3tf) GOt'KBmrw,|ʃ38ݒ9uv?wtW[V}f#4F+f^+()M.TKFQCZ DnBѱǙW^H^MYѧ>bk>oX. l Wg#\m[L˕I*4vEx1/P #nmN"e%ញ*. *bXiOZ0j9Ӭ0!uNˆ By%! Ԣr*XtF;\DD#hٽOv١.27_#f" [c x}-\ cjf 8|-{O0W {_(޳DHUX{J05-fS1Co<@x ȯe')wD~6;x/^8_|?'Y83OA2_%ba:<0@ "dU&r0?ts '9/*Ț"zcB ~gef=ԔF'q+zE^f0'GZJSșxFʭ6wPfP6/5GMiH@PRK3 ߱@pP.8dT1q\M: {X>~(G&xaZdY]5t&ˈ+T#@Ӈ z]V5b#jH1B)Qi.ΩjvFV/rGiv64aAǕunL1?Xt*;iB͋tI')- LG9):PLDZń~*SGתIL#ءcCKB`u/FF QQwB?Рy[@]E/}ѴGO'» c`j80߹֦GC3!~^} eI ~7[Ih?yd`I"i/b'v]'#yFwАS>Q&ECGv95rSTꗝcK[@.|o6^B8c~YrfKe$l|lvVrVK, `<{wZ*t@S ,IX&db=#x"# V粺DZK%g^wAc^.lLXĉ 7l9GCkxˁZ^@Δ>S^LAZQ:.?{7)o,rQYF? {oA1{iTwSùߏLTNY{rK6hb3ߋI#$`7vh/Td“7|a!Ď!w\\e,lvvHO_[nKn 3h*CKANP/ۥG0qM Qzn1W"ta &C_*qTŮtƝ݄GjཱnP[qEoY7pQb{ --$/SS4#CVİ܍c|"]Pk M[" IӉ?0ΣꗆioY(#OH6s[xLA`/%sR+߱pVu.B>y;U\Ѫ+d˵颖e ٭fگ~>XI`- l@tE7fqtU[!!z5o~%vS= ~q Iy<#(:+B0xfЩ4=#qb1sd_ 8miT_y~W/vk Y^NlT”0/s ^(R$lMOb${{Sf4A}AL`[g ƒĶ@JpkF$3Vߞ]g&h}tLc>,F4Ԍd孩. MC`ʻvYTB۱HA0S}Z:<>Oq## >_zhYƵZZDs ir+@, 9E 0+>Bƃnzn@䰹Z-PS@< 0'OK ąԭǜƒd“DĀ7@ Pmfz=np$j{/Cz/x2 @K4vnq]OWBMJGj fURْ2h[4IH\a7&4{e8%#yGSQ][ѿ`I;`Q-~rȁ:bӜ9WnX d *^朦'|hd'jAݛL -@̃k/̀?xd^WVܜTOՍmt淘$%_&c%1T9Qޘ;9!YAhï?F4R U i_7M,d\`҉dkaaI6Y|.}7F ,!O f8Ӟ]-l̈Ut)yZ b[qXk(ϱ%JtQ~=<{E]0+qeB+zo:ʷ afh]'H JRwk|.T.}G4T5#ҵ9bGl,'Rs%lbo{;Lqh<08/pdpD9CP=npৌ "ñ뜔ͮb'[߯ʉڃF*՚]F\E!nI%2&1ƫ 1ѝMə흸= 9M}{MeYG%?)B~LwL~Ӳ"jY U,#PyPQ ˰yAB..@/p"w]ٯR&+Z;0]gTX3x~r'$^s^`]3ؼAOZ m'-I> Y"Pʿa#.VK2URz>Xc/r.6C3/(Df7AtY]EÒ`'jf~J~ DB%~ؾSOh2hKeRHJ޾>qXJ=*D&e4asQ6Y;~K6\)thEґ9FSj"@):7LЂc 1feq~>Ld=!l8.=ØzePonn0-xR[HFgf*B[AP=6m#p)[ ՠ# 1f V\w{ph%{4 g[-7P ZrXZܓꇪ/o7NnR]t&%߄ebI㱴8M :dq$eۓI9u%xOAn&&]/6]zVρk̜w޶S.mZV&t&[<ALzhRNI`tED*ʱ}܏ CI u򣥾>(fE"ۡ;ܿ]M fԧv+0ݫjulًLa:e|XUf?`g![t=iݘzHnB O FfpDG۸H}dd ,bcsHgI"v [vCnkFڗSZڋ=:$R\S}>P;*yޱs1Iib@Lg9_I!j|EМIoн2SsAD`ϵOWG1㌑zNPK&`ƽd?^SDH\RVRrm%יtsŞi26&?ٿX(rm$ `R"Jx*7I9&tkYhPi YGD2KzZ㉏KD5+eq (:^\|=MfSFٹsj'D"[m;ڑϬ@hs6dtTlZBOL4`UYismLXn7X;t@tiqWUIf4#qyo^!"NŵٯgʎKO~if<}`DxL"#/#,!1@ |Ih_ƪ[L{̳7t.RlOt+3'AtXg (ۀuk[odU$ cpٜ=>E12ۭ*$o6+tX ;x.3fdve8=`1O"`NZ9н2c ˆ-#4ʗ)jv#Z%<^jsN# g vٷ8KD./bjWv0Uut"~NKPc3ʵ` ܟ w HqV} N!{}H>ޢx#.\^UA6GjL&_ЍM䐱 1^ Ec%lIvWZw} f!]-ݙ?.g83`q{P$Dׁ"7 Elʷ$hF C\aNP,R3|:Q0WqRk,J W0361HޯĪ+|9W̭ħԮL@|6"!a'eՏRmfja2HQbCKac#zk$ކPUO{ EudHWN|l5 x$%r.Tڣ9~VMPRy+q!E抎WRuW9qVOlP߁VlCz9_>\sD #.KlIhIK(g+_:9+չ d*gқ΋ghh"|*lbz8ңDQnW:x˼#[v5_+2s.ZaF&L#œ>" yzJdY/*f^Xi+G:"*i! zv$D4?_ a ȅ9mn~My<],n B4jpM%&(Kψ̤o=|/_kC JXAnV=ir.| 'Ay*r f$2,W72hEh8_P qRWJdH;ta5~,Mnt,҂sG?Iۋ򲈱 9!,G{=%sזt3'X'ewy2`Rw4jAVfc]gS+RĐ}z݋Ghҏ+$:vO齭m DPS.@"*Er\є BW齋V9N{ ONFؐ x~*nv`"L 5<55ϸJ)5 `RpۘB_F12~\0IP2JTNS $짼Թ u䇊^}ϧ->Ȏ#pUk0h!wN,c'ax+{h=Sw\D`Hfք^،ܳJå'JID@T#BXnj@' 8"i/ )gŸ=HdK y7^ɄqGK>LM|:;G="ÿp'? }՚2lgk 0/IĺQqAîX\: HyڔL]-9M Q7[lYAu"9m&k!VX&u:ⲂGdڴTv䗂Q ()/1G,`HI6o5<%| v`4QlFI]_92kSOlppF- arҽs+6,-83LB0rgKf4/s(]ƙ n7( l3'6;+΁+; uݯ\@^>Cׁdr6|K01XRY1EYdzp/ 7r>!GRWx ^9 1 oX>4Yp'sE 7}3# @3ePfߘO" GQU gؑ?f%/`F Ys){N=X: EV0\/J/"rP)nBE %k}B4׻M5])t30C}Ȳж{_Z#7I^W; NV&&s9 J~\aXփ•^EE4B*8(}FqmPLoˆHz !~F2FC[&:ӂzz4hJX) jJpgxV"+$\Q<قageal}. e֧H1 K=jKy?YE#Gݿa\M2AcokL'"EEbA٪D4??x2 ş:5Ρ.f\?bzw>btujbݙHt(3 n] #Q[R1K _ArKd~x0R zYx*‰-hd+HZ]uP>; HS;i++,<DlW"%0].`%4_D»w~f.:5E8+r,xS!5 bӗ0P /nk>&t5YW@ Muc_m 7+Kg)6NBn˥@<|}-0˭@S<2æ=gNo9?!S!(\[>ְ0P&}G܏P7np߻ڝJq[e ]j'i"PfyJV~\$ɷ>̥>%etqz/]. -b FnH!1NGTVˬO|zauI88*U<8-& ByìZ"#H:H(^͵=-cƱ\t#r!z vWh.<ѯ'.Dj~_fq]Go(ͧzL.a!ɴ:=ٳkMQϋ7p;,L`3ـ=KEww'mЀi3YIKl DG>NT o\U0@W M8VQa~x tߏ.YO߶>0NU$Xa#3dt%ߚ nXX35}Rq938CXSlAL Ng B, CjO΍ $l哼*ɌSLǩu2H9v F%W.,wYE4k_`:aP%k#e4}ߪGqAL4ȐtdH ѡgې/1953qzqRi'*u@"P8Tj٠͆th#UBl ?Y٬ P_փɰq'Og3XJL_[!}˵-Lꍆ{ .JWx@|~b)zl1EhV#ioPsxᆿ5. n4BU(^\b M'"ǧ0z2 EzF\+V8GxyFu Xxp=AӁ^]Q]NKݾS +wYǭK Lôa}:e6?b+T8M='p07M'8 .xbdvCa.F@&Flb##ĶtĀܴo_ G|?_"gM/_DZ +{c:99\oe (R J$!XeR!<;ʨ(X; !$nw΢8`0gόhk%%o\x 6~4Xۄ/B,Yt3kQL&_39|}I 8`>z?>naٳJ0eS3j*)|Js~2 vh?QJn9T[8e!vao<+Uz TQ\$8+@c((@׏j5{%M=+"&?t z-me= 5G ͘}\23ݕ8Uj{5ab}dm\[u>IgP  jĊ8ENгouTYa2{ 5U_'K1dRV,(t i %iD$e׏A Co4FpYVoWJ?mOw bcvYe̾+0ɸ~/_}Nؔ^ü^!Ʀ:P$e;+Iơ#RMdn9F$2ou@~o[f]990B""m::{a9^|];#w3staxe9 28t'3%R}l\eUh?Bvv67?]Q@8~eŻolj`8}}0hنf$fFPQܟ1AY'9 Sc w3ndx9<;5"16C{LNY yf &'cSH Hh:GFSBx@D`pUdTK_W?L'x_EƦb!4Jt!]3|V~(ӊ*rKLjIGuoȳeN ,<\4fAԀ1nVCzA"E H*A\'ᴨ" WvWGĮsRIVqݣ RblI2&jc8 K`s J|q=蒏@8SR3u֮)d[C!Kv]2n= FW{ݶɱk{3je ȜvY$Po"|sfeYއdž"~ğr]n 2tn-s%R~lAhMۃo<^= GP/X*{A3[jβ/m+( %$:(jJ$R%@a(zz騨 8,n;],0݊Kt_wgh#5 {eT䑥/'/8x>R.Aěu!| ,h/ n&Cչ% Y(ev9Oa?u'Uep\rIx R3b2wq.].<'"š]3HVD;,$\Q)k%gs:*2PR HP"g :T]]1}B5OFq-0\IEbUf GR1b3{uXGq(,7mM ղ-գ [jNq=8as yGH@8aOsЋPn+@h%UyS %lU 4+hU8xr;CODMHhCeu37\Nw-D(5O8C!,>|NV[:PV}_*ڜj&܅fiڭ5+/4SiW/avZ^澃 'tJcU e-m>v Pdm瞃۷bgqIInȒv>C k[7ôfi9iǃh+o wYRޑXyWL$`0Oq6JJPtRNyHv( #!*:6x6M5j?[@4@mX"/폚xH)4ٲ>kpu}PDfJUθ1Y0y jg:T)7*-\!AZH7I8wt姭{Z=S,rt6,bg~ o!|#/ إ@#7ziK5v]=|%I 4(Omi=VG/ul=1NVsnPVM\v o&VٔaÐ$y#l]x3;q8szl?@tI;ZlĚφ|ة1e^w˂c oʴ (X~05eYKbc,gq,]٥؉M6|e)dDԙDUo獙ac4hЛ=LrlՓk~%6G @,6D|{WHUt -9S8o0-=e%R҆2kKv ->?8x3BgO{ۉw̘U%-7onx s`X&APuU&H${6D+W#eb6Wr>Yw\+~hp>A@کN<{iw+b9 KohGR

&ةYnHW>5g]^_>A:ڥ> *g!C ѓiX-aH r}pȖ_\D){ØuRH @]ub,!"x\:soe4.r6o6S2ir"t06 x7^;Sx#碦$ J_쏿>>53W.pJ3p!+^ȃE$f'FE(|miH Fsh=xDn;4TF̾⅓D#NUanzEkh"4!`==3( 6ą*mɥJpL;-d&(`R׋V5dJm06 d7 4}p;wG{8b]L0rd}W0TkwO1AAL|-3, I];gR?e6 FT.\opgukϐە7*DK|*NL<(LB ]j 5QDbvOӯ ?W~cJ1'B."]" zytk y>磕Qs$=3kưXGiV<% N Kk 4ȀMD Ml44u@SCBѽ}{x.bu5l wu: 8}"/tF}S %RԋV/,;{ihDco`@/XmVݐ2k؇8zmD 69>_b*cg;[iFg1U yYEqxSns @=;>C*JF^m1.1r v3"y~I l\S"wXhcɫ? ֦d%пNCiTc 5+ . Զ;^Ro-1јV6˿߲IRF.a;[(n.`fg{sHI#^i;0Rz/@g Ïbm34\ڟ{\pwdUŌ@)_C rkCPiVfHPz7$ƀ?`R9= 护p ҺKS\ysb.! RaW`H"}i y]) I- J yP2s )aൡ>t'Qs מ~i6P{8qGnۺoV ŋ)neZ^^1fx@Am-m2 E,8g!h慠_rb6s"5f(N4>nV}F¸Ŧl⫢* aXi+SL0ks\!SFg`Y<{ %P5Wwڟ qܤ?;^܅._F.<)]6~;/ltRS(Pa/27wns Iٮ!Eg׾НԬ%TDi -`nU[q9IJ}pw-(4g0eZ>Bg+(h1(@^;~ qxY%+.[G夒7}d8驼:UB3ލP >JoO3Ki;%SsG8"Y55cygԹ0ͻ_4WU*voj[*ԭǻ#r-[9nnFc P.:>O N8 ,yƷ/6WV;ݨЇESׂ~b?0R1tN #s C(Le3;(K8L Q `W\h,-lk-kÁ b@!+:ȸ͘c$FG_iV~[jMþLtnQpU?&Z6`k (@NEYK>E<0i֍dfE6[d,zkvq$!)ǕYk!fb 鄑S-s!D|wUlq8]5zE0;XrBBDwc)\,8AJ[,(-@G"J$},!EdI iZ5 i.((A3J?j|#'LO+) l{vKhj |/zWWwDS&!x)Tq#walxޏφp;p~ߔ$SP=fcQƴA,'$/[9 @hJ,:R:,r V<kLn: ;.JBğb>bBNO`sMylmee12 eS;1G}1W|HwVMͧP-Y827P4tAyvw C!7SyS=MuZI˜btVߠUan~ 4GD|0B5v9w >tpUϝhZ%pou &y=20YYz(p߼fC?9p41͑_e8D׹ҭ<8,3BF``O(%m4?ED2գuk|zuF&;x'.̟G3>YHigPҶ4jԺED)VxԓcNMYjO VO- mO ry ;uE]y -W#Xr'OW$4jVbjh_WT1b2Z)Y°Rv?A).ޖ~rORF@uqIb:]$2ܡqK23mvI*br,y=77E"1R˓[Љ}^V)}gHM6W͐\ʵ5.(}(!ŴH z7#5 ]yV\qBBo7X$U!zU8?,Ůa5EFb#;88˵sCk]۾*!!-PeXf;=,=126Es/Q0L4pozȾ9gkGK= ?_k[lKz'ʰ̱H8eӪ}}1|ZGM1~cd0}O%gU5$ޞǀ˸7Z*]yМJ;yuXP'nDŽ{, 4J o$"ZSt\; pE=a%`JfF҅ӷ)ᠱQ0^8t0hcOp ׶]fm*K/kz20Bq i8lvۙM+)s0XfΣlՠ+6/T&sqxx@]SR+ũ"ՙf?ԭSꗨP)Ob*lկwodK tMCiZO_!ٝ1IR}s Sj&!gڒ#^C|fY%3'Ӵ/JTѪ'7|YڭFP+Z@ B_]rslEYj{YL-Kj_c8,^}WXNS'~5<a*K!7?";L ; (m7]E}]3d]+44vt)ix2~>M侰>1{Ҽk*$9EdV:l]i1&*̈X=Tb|Q-Ȗe[,.UEU NDhA2Yx~hSdbGUfۀ& [mM!U쎯q37?nTR{)I2 ^jh)9r԰^?;pMGooggjš?XfP`Pʳ:Y3E ??%\$J_IaSMW8s7IK@NJ%y˸A`LK׳))Bcԥw!~XGp7k+R@GӚ#Y^L>y}YGzH j.tv9b#F[9!W)îK䦎oыQ<}~w%8 \}֞R#vmc:q"vq-x%+O|io'h/evzsdP~:Mv_EA-HYD+X㻧!%xZoYL=֣HbD팉XgA f,)WIW}'e]N҉hm?'HJ!r>P=p,k=djP Xk¶*ۓZ\ #.g.\ERk,).;ó|Tq@2 #[$O 2x;FdݠޱQSu78`gd E;Q"__,0jZ9ub[B^K8,磊]hZ }͑_-wKlP)=4'[Kf^oUvT#ZU@<6#~?Q|L׾M\Eא3;?ufEnsIČh6oP,&oCNS8%HIo ZQ֒EAѯfҲGL`"ѫ:ꮈ0! }<(jbwv٭ٴm`{_4؆$V6xzC\Ej) eUAO_ܮIY uRYF5Sلp9f‹"Xl|CA/&v|χ5 tar`Q& pr{dW@}+> f%.\QXwzvd3~m"؅Q d{ng1S~[J Ѝ}9}\,P|$pJ;ٲҺO>m-kFeX6ֆ;࢒-nIW>ՆHwhȩυzFu]~j z&i ^nT0DP]ZPiٺU ҜrH%yc)XKZZ# WRRLje<}% %WS,U !>pR"adj:|V1TgKJ !u}?K9?ȗk<ݯy+Ia͑#gCMK7+ǂQ3'³] }4+K|s5@IN@ѠPG).t05=`;>Øҵ?Iy<٨f#&nv7|Q1Ĭ¹8ƒ$e<e-CV0L"tf7R62$lbSbR(4^H Uv^6q)rr7kJD5ux3an14eTk]{<>(7X[ +wjbmjB;K KINNA7|SA@%p`2F\MdAF1u.󰌙9@GJJGλːz|}D@ VnNH 덕 bPXaX, vO?y hp#)э;|𻔣% x}-O`䦱8hezDFXbR2)C)LPDS~/"d]D?q75F1VH>ެ`]8i3 uR#pȏa, NgIJV ԐCO^^1V~tEڍR f4ӿOۡ]>CRX{>"F0 D7*ֶe,QVZ);7Hka ++%pGk? m'^>1VsX.争a^ e97LO""Ъ@P.T&,Oj8yUFdu;Axۑk77ǣp>jZ9,Da=9e#*@ٹ2C(LI({NX;Tg^4mV]XKܵ}"">q$| $#O!Vys'ge%J^u >uS"3?][f|4}5P5Iw_ 8dU OO)8TC 0[QSd!̆;mፎiD$f=k99@'jq4nЬ+gDE>M`G:e3iq8L%H&\L$֛7wc[ǑY 7O b2_+0 $+ņX{&V.Y a!ub p,seFl}pa3o{u;"s3'Fwal%a;/< BwzcA8\Y;MjS\:Jg7f=Glb^/)KG01k{,5W嬬kcLij ԧmD1q:qʼ +0 27IY1DXYGtVv^'3͗fm6BCH_@(6 cJ6 y}#K;m[5/vfFb3잔S)T8Lu7kmn|5%Ȱ@HoHwϗq )SB7ͺun".ƩSPpwv7TdYx= [vgSg \­aahI#)'4g^zHZ'>Β`&'68 ]ƈ~խfMItnotVe+ԏ}&ra%dPaCIR[Qkj* EU/<(rP- 8W/.i.I?ị"_1K䷔ C˺bQdVt .)}Q;P CKw4h#t }.%Zͼ[L?8 t,+WtV  I )frhe^sfnA,65 +`4cͪ!Je֦3_қ}8(FBnf# ~b4\_+dƇ| ^T"r:3¬o5hgiy]HA/f*!/-kW3~/h!_8O[ZxvIMC {{3!畢L)h0i`B‡“n~*NΉ\4>HU hwjr?Zxn82"`b=ſ̷j}hBU0i+Y9̃0lAdXZj19$Z͌8/YGȉh`%H-9-]z:wL уR58sBJz.8Mv`m5hl %3OtY#D^\" ɠ-j0_y!c\BН!囵ֽߴ%17$L[4rff0Xtg!)*꼩XBn;[Erz\(!'\߹2pkD' D-V75m<-2M%8nY ׷_ ,d%p7?gmOpUQ'&M9x8V=|;{uw'3J;i~ jxp׍4AxB:7:税Q%jr.?` fDbgo|T7Ї+Ag1/:6U WeJoԊxpk:ppN,3h|q Gº0qxRDMd*^6D( ٟ>xW9C\CZA,uJZCF`:l3Ǟ}- -/9 M#۵ZhC]r+htm;-l0-H2цc"TzҬS;} mx?2YㅯA@HlR`< ::,[K,ɳfD=ͤWRS.fopzR70< /vk'Kǂn=-Aj:&bʁi%A?(XF\,eRW,B!iE=T2Hۍ+{{mӌ3an`'.#'Fu,kXp, jR1&Y]HUs2| mRǒl(2 d,z[,][NՂչvi[r7?wF1+k^*: b;fby `ʙqWc@˪3*ܧ<눲)r~wIIT$" Њ9Iݯњy3>-*bOLie-VLj"8 Yq`J"3a@SqEf\k``{lNmRk8[Q:poX_beRۯTl&?Յc}3dI *mo'w!*> DӪKx$l'U6*4Y>MeC,_Y&_G1IZ=sgU)CuKԤm_ n8N. @Vxݿ3'5!)Yc*-qq1OrVwC|rPʱ:@Q#D!׫[*9`S{e$v(iZt אc]械(Q ?έ˕zJIqc3]^xҖfhLS0J'8Ćb#k;mW:(FOW%G_Nc\=(>V4k7iU_fS[bp2wo>bf}f[TLۅ ׳ wg;ݥB?rv7ʀ SfsxȾR^~GN:>sdVp[pieH2e܀;-U)"o`7 zAu%GИwky◉`ȇ벧Ri(b$'*]dzzI8dohӸ+ .2Wj׈hYewlΕ>xwm!kr~(}W&unhTc--gU ^YDdkb2hI&zUgۧBkeU A)>t3/bS)0'7]Ve&ҍk,2BG#Q] b0JɺâMvߩhoa~Ǿi'jR\ >%i6oRj2jճo:,Ivq{?A"p*LStK3jYecx7 5 "Z2 }|hi ^\k)599*K.P\KU&}C~1HIn׮?s!  Y8ZH!f;F TB/}>xrb4Z[;fﯢ3_cxH:ϒ8PUnhl)HC}祄s%L IMS'e~"?SohPZ 8܈\fbOT{| , ȫA C4U vN,'h PW#4>k|R=]\^z.iS"1nyRm^J-j= O, >8AOF<%і|g>'FȔw|#iI_[)Y[ۉN FKG"3Ш6&T8 Wf׷O^$ٲ|S9!g~]7b uql/h.P_4~̴R ,nx seIZdBG^'SlUa3/q)y-hhml2(`/#ʒI[N r=~N]k տxAIӇF$. Qұa4taKf} ²MA$YԘ޽F ɥd &-pscoPBFXsȈ,/jMAH.?@t̷7FwriiPD@%:BD@ v~p\݈iE0J0yiT*ҐhCǐRGpq_LiT1,|)FriB6Ι듪p7u(j_;csĀGڨ"_)niWF3<o |7$--ჳe9PBLER2wV)A"/^vi]a"Zvd| T lZdڐP-Q p}*,@4o%^?%vK Hvڽ3cQ,絙+MY Pa>E*<䘖."cYߤ1~֫Վ o__xnr蘝I|;TƉO**Ttڝ9[7~d*Ϭy ykAѦrO (@PSemv䖭WC[% PF:98j *74K}aBFH;(8ع)xKV uN56}c!E%;*>Ͻվ%\(Ne93I~C.x;%C7Lmdߖe/ck!c6SrYiF88edaӃ{3M 5>4LjA'4{G& Hذw8y\h3bc{`=[HAINfN8e9ly1c}C46G!+bpZL]~˜Ǿj FI f W$= lOOJDCz9ǻ݁n <(d0\%13`kZy$= <'G < UaW.˺j⎘$Zk #ҬKy{P~ U-4t^sE@BxL 9as[2#iX|,y,&cD ڡ1_szrGE[,ܜje {bI6w6Tᄈˈμu$[eNQn?Oz@LiZ{Dgw"8n BC߼f025O19y%bZ.{ȃ!& &QH|-c[1~x!]Ģ{[%j#G'@!wx%Zߤ8=3 rpaRCGa+SYsXG:NiXXtΜNo0m?6#=-dRa %4PO"5Ǔby gڟP#jSZBE~+@>;XDb:S:?axe|VJ^g/"A3% )\VƀaH-ߨYΘǣYż2qݿEtCٱ(̛rƨSy>>K{W$;oYi'n {zދmw3)`ȖNV0Z82/gv'F/­$$+puFiKEmFHgskǿROcK;OXّކ.ýp?hORJ]^UΗ9SQfcD|ފ}"f~&zI9<|b~A#OE 3&$-ekE20C:̱~TX) Vs6%F#乇׹ZŨJMrV7(sWFgȥ yeXΩv7BD:gL,47a 63Ñd% A?84$(m ^CA9>zڀrnF7ʓ&GluW(h9/ D Ӕ"IHmyܳ!ߞnT@Qķ9toҗkCPD8׮/N B 5Zi)TA:ej3 Z53qAb+!{@IJEO2W95~s[.',n+:l>{+cwiP&HzcsLü BTPG!%#%B><қI-̵pl:GPDek _}Qưy|[&<ʋY kZ#U.l[>Ǭ"J o?DٝR3,ߝHDec/E ͊Ė!o7ڦiNTa2[,?wG7ݢz#W2dsQqH)/FxgG(*{FW* IЂkma4~HNNb_13"z}?g"-{.<䧆JOW!3ɱBjk놹bpb*bzʸܯJi}\:2q}1~HOO9F2ݙ(y9/%^5,Pcq{ED 9WŪ^S˻i8iݿ>2Œb@jeʯ陖sRB=qji␃M# +SY86/ϻiT D\'N?UK WS꫕ <(j_d`m2xrb~*DmJ2"m _ϩ39$U~G1gȿ2 wrOӱD\F|X-o{NWhӦ$:ʑv9;+b̙K}3ZͰn#}]Dp+=`p n OgvءY#czn ,x[H /[4ޖKRfdrd/MBi+!Di8,-.Jsr2cʹXck_Խr{UF %X 3zVtΩd1+~!'ȞQX/#V0E/AyddqJ s #'Dw3q\L!VXg5΋!8hشȃT(OȾ"G96f_Z~fN/]x?$HhRiD;B8Q e'B"Bg^QtoRa593sk{AE9]'tOx!2.J\ 7MeKIn`p'~0'IeP".O51G|1M79M@B Ykvd ^Qd#u<+ J}+5@mt ^bZG^2co1 p#iF9" (՛&uTnϳ^]rWmA~Mj6 y Ec |*gdMY@<=O $ +4k|_cƟnh&|BޗLڙN8 u F<SU7]1lzX)HZ44~ 0%6bFa\uV㦬{ *a/?R=ޤ0#CRrXggxnAܩEh`JИ"ݰN`Ues":@bKaۚ8(p֝E:W'[[/\TNsY o/C$JyNub QhsUf }cyaFNA,f#D n< Ό \Hޕ,\%gE*&eR~[\Y%\uL±Է/ܳU (@A2`r\j|Cx_a/jo][_h. *&pWQWZDJVuɟvh}r?MϢC=6 :ǃwJ!}>-QӬ-d4lYI-k0I>Fը=ΐp؟?PEEp!y]Ec@EW |;y6V42kxED>C";%IN(k!yTC%#=ec(ÜybE}}EQe3x7'iAx_0XU75pXFP7Hzw%ݖt} miJ=ժWiJ٨PBCF: }S`/aSے#lQf4AtLL^`-@ 3zo}  vމ>bvZ f6d _4Gs^ty`/VL n׾>%ݙx1~DL>Q.+JBF&RgWS HVԒvk&ԈLU]⺰LK6qsRt;C"}봗 0t>L\]6u,RV3inw*9=% }JD=EwW, 'v;,;M;زPc~6/tFp*f Pِiq.Mͯ jzGc0/GS@8 ʨ[̪VvDck" S5bd ESQ MTnOfYm;׉!R]O}Ї9"LITP [hUByM%4=_b ?rTh9pftxxq\.§VA5a;Cgх>.a?x ^aFl׳+}Sٖ(I$ Euy.x.hK顱>&c\Hl~Sx榩[ R[V͎Jݧ^S<޼@~ >:Py v!\ :]wH{a :p{ާ QT\~>ٺ?0s^#(o7R!t}VXd|]ʓ&7Nr`0~d._}LcZ7$`o-è]^ >6||M`.6khPfL:~i 3y1]T4B)*/%ӕ}t2Գ|`jC:{ɒC4q0FXJX g74`L@vℿiA e"4 kx0du$X:am3!o#)q,G /9RDy4= +LL5vU8y{W|!/`R b[1o'G]x1A#5N t-DƔ-(n񐗢L}TZ[@w`Q8*c%>ztοf(蓄(/,?[ebZŘ*"p{ 8OT}n>`0e3`w6AeTB-me_ȘݯaM2ܤx 166䘫k m9vHLMxRdhz@7ǽ.ZuʽԱ|c$ {ZsL]vo*:|⫺fNU$2HxzY#xIg t.IB0cVnXm1 *#j=9lFk#%xMq' dWFCM1v31 "`≇ZƔP$ig>n-.=H2tn!\A QV v<6Nˠ46Єar.jJF~Lc7Տ챓(Nލ ;x3ZY$`"SHj]F-buN9(m0щI kxf̏w.jO\λ/vt;+ևbkH$\ E<D 1*MlIǏ|S.OAelHόHLQyD ozv6yM \{$4ڍ9/ͣW EE-L.y\tK sB뭌)La/jǚ}dǶy'$qXRCD_6֑*>R-E)|EVGC8ޛ&YkBZ U7٧Tohg>DX.$O( lpXM3A\۸-H_5rpz w3 8">yk~ Q Sf`z"I-"vO-EF*vLBke(˜(ta.jghSx؆R u:f,}魽専6x:K4ZPH1T^|:-| 5gΞUvӻ!2|ӻz`fXߎ W["a|GBvmu/UN8y $qMY*+1cT.g~7`B3DkU?qAO=f ȷX_:g1`~Y"  vp^\b+sZxQ(^<>F Ɍ zWPBrt@nkz rtpr:{PrOטpbw (s:eRj k Bq.U=T¼*j&I_PAN|+^-[7A@z}Ͱ:AnWHεK 'FE1:݅ʰ[ì=)MvKnѝa5 .uB*DzM)DhFb %<;AÚ&+JAXr(Y)htQ*~H}7TW/i{sT-xS&,Ώ|DX(*姢w=+Z[v:>@F9^պ`%6ŌsR EFY [p୛,=xzѺ ު ҹH bR$tCXCf>Ϣ qs:r%tRs- ^䞣0o&Qd7!Ǽ=Գ/"6xO+7Aru -^)ɿ>{zqs-T>ҀEw`/A0~i44w;$1rIEfTײ4Sԭ[ |*Cqx|jrY}4Z黴!I95a>|#lԇHUx 6;R O IL*PQ·}"Uׁ>(u G[ k(j(cc}Ė;pFD;&@e6M,j@QrL*ۥ2V'At Lu*?c;X-,ffaWד#.1 K&$$4Tͻm8P;rA9Fʤ f"GT+w8&E"kȬA Ԫ>ۆᮩnGaړMPs ouDm"9`u4~uݰk/1 e B)qJ A5* wm~VnC"U~s>1u<;VOcK9WdJ‡m3/- "~.oXY!i^ôEl=Hh{rr7O?&ulL^h^gЖ$SC☪麎75 @l; i_%xE]s<ί E|NgJ󩃬(g{zUNP`t`8E=&+ax2 YT]fd/Ԟ?]/pW}G8$_8rT->uLj MvO#L9i=,B?'M*N޵[?ywyb Fy#,6Gx^H8S3Mi֊sY}YEs6 VXhau t3QxsH:_6,P`}M˅3MD$M(ᇘL [d_ ϜP,(qiɾ\\'ZPNe,vQqwtףiBo $<*f.:+c_o@=x`a|^yb M>=i?'DҝX[u9ws~q,ìѝ/0i N kNa[Ț>,pZ-9 s/-{k8 }-?8S2sHxA7'Jxqi) -gRȔmCUBP3(ti^}OVDrn=DJ_hq+͞f5U2Q |,~d(" ف8Rn\!_QN6AϦBm.X"u1~-D7K(aT1cMoOh3* piśVøaH`yot6Odhp7X$Onuw1 0h#Z`FHg)#+e^ Ee_pYǑʻy+Հk(h_[w <0oEMZĩs5H]T:xX7I_@On҅[ڬH12=D vPnEb64TV|h6vT ?}z@HO.+0pWl|?cIOu՞kUt` 4~h`Fei ;cޒ*nP۵~d?7 h7w]\8 7|ޟEOߛ.@6Hhp6:b{sWLIZƧ}QU1 Ei&rT7FhXiܱ 5IO7H- d`y Awr$Uk!m#v;!r㒽nخFk7Sen^v|=,Ybr E VL`1h{ cZFHDhMBonǁ+vts=Uvt1mM6P׭PF0&a'^$5Ոصy(J\&̌?5vx RUkCgU{;qƔ-Dmc MaZwz̾GMm6\&Pkaz$F3a'1QMx4|mcu*LZPl D3i)3 Z>pe/Ph4,?b'[ ~؁zwce} v@ L~]ѓQ7[ G K$aj37W=ߛO٧!/O*7/uX[wySjDܔRx#BU%_}M&}"jЉyF"w#i7C?><C5|SXxI]F́F%zHYeQM4(aD)/g6 \,=rt3r%i񁥍Yw1: =)(T(}^y=+g/g~s$^Q“g}}@:eF#LО{}$ИSɌeWC9I~]7%͇ W|)BJVlo+W-oJYIBSY o7-z|w6H ]1%N<S b~҄*(?~<糤jOp܆G# Aʂئ*ί.{) sF7ӓ8Y L B q0 /+ ,$c)1zXa}`SUݱ!sw v=f&o♾CYCH _}:fU~c)nDa-`A̅8,;cx{9)`j/M̆s[`~Q8-n?}V+`& 1AH9"ؑԔcG c m;hܐV 0'0\ KDv_Ӭgy,F)܏R$Z68ݞ\ijWI_Ż '0PM9%Ի{At{7K!K@#35cX81CK4гS{iS59GS GaZ<$g8戧SI4r^hq9#,֢>Z_mњcYP8uSjѹgzĮ)k&e8 N;>Y1 P3q\~8lH"ubNi?mѢOX*