R-lattice-0.20.45-bp154.2.214 >  A b|_7!M@eee5mDλ͹X"O+%91 MYӊ{)>i1S+4=, Zod:qzg:(bFut9]|C}kX} 5J!ee.0wT@;5V]ŠFްKj2Nz _JZPі-Lvk˻{AʫCd[qq'x7͏ β؎t 愐\N(=CWݱo;obگKw kP?O Sq0qV051d81e3411e49b57e0bc04f8893090ce64d8e2c38d5e8e4eb45cf25cde376ce325c2c8e4d729e13578b80155f2149a7bbd0d5ceZb|_7!M@eeeKoI6z8m@Kv9?![A}r}im&:%kjkf b0g*c L<|«.lnA6M4)EƖq`R7Ủ$xIbz74!c[_5gayD#/ < ˴j*Y0W/,ԄMˡJ=d 7_S7/س–mWc؇Eiwoxr„0?p>?d   G  #)0:: : : :  :  4::>:`:l  t (8B9B:xBF ?G T:H<:I$:XY\:]:^bcde f lu :vw:x:yzCR-lattice0.20.45bp154.2.214Package provides recommended R-latticeThis packages provides R-lattice, one of the recommended packages.b|^cloud122SUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgUnspecifiedhttp://www.r-project.org/linuxx86_64C"]Kw V  x M@y_8305&u94Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Dan Čermák Detlef Steuer Richard Brown John Vandenberg John Vandenberg Detlef Steuer Detlef Steuer Detlef Steuer Todd R Detlef Steuer detlef.steuer@gmx.dedetlef.steuer@gmx.dedarin@darins.netdetlef.steuer@gmx.dedetlef.steuer@gmx.decrrodriguez@opensuse.orgdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.detoddrme2178@gmail.comdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.debadshah400@gmail.comdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.desbahling@suse.comdetlef.steuer@gmx.de- CHANGES IN R 4.1.2: C-LEVEL FACILITIES: * The workaround in headers R.h and Rmath.h (using namespace std;) for the Oracle Developer Studio compiler is no longer needed now C++11 is required so has been removed. A couple more usages of log() (which should have been std::log()) with an int argument are reported on Solaris. * The undocumented limit of 4095 bytes on messages from the S-compatibility macros PROBLEM and MESSAGE is now documented and longer messages will be silently truncated rather than potentially causing segfaults. * If the R_NO_SEGV_HANDLER environment variable is non-empty, the signal handler for SEGV/ILL/BUS signals (which offers recovery user interface) is not set. This allows more reliable debugging of crashes that involve the console. DEPRECATED AND DEFUNCT: * The legacy S-compatibility macros PROBLEM, MESSAGE, ERROR, WARN, WARNING, RECOVER, ... are deprecated and will be hidden in R 4.2.0. R's native interface of Rf_error and Rf_warning has long been preferred. BUG FIXES: * .mapply(F, dots, .) no longer segfaults when dots is not a list and uses match.fun(F) as always documented; reported by Andrew Simmons in PR#18164. * hist(, ...) and hist(, ...) no longer pass arguments for rect() (such as col and density) to axis(). (Thanks to Sebastian Meyer's PR#18171.) * \Sexpr{ch} now preserves Encoding(ch). (Thanks to report and patch by Jeroen Ooms in PR#18152.) * Setting the RNG to "Marsaglia-Multicarry" e.g., by RNGkind(), now warns in more places, thanks to Andr'e Gillibert's report and patch in PR#18168. * gray(numeric(), alpha=1/2) no longer segfaults, fixing PR#18183, reported by Till Krenz. * Fixed dnbinom(x, size=, .., log=TRUE) regression, reported by Martin Morgan. * as.Date.POSIXlt(x) now keeps names(x), thanks to Davis Vaughan's report and patch in PR#18188. * model.response() now strips an "AsIs" class typically, thanks to Duncan Murdoch's report and other discussants in PR#18190. * try() is considerably faster in case of an error and long call, as e.g., from some do.call(). Thanks to Alexander Kaever's suggestion posted to R-devel. * qqline(y = ) such as y=I(.), now works, see also PR#18190. * Non-integer mgp par() settings are now handled correctly in axis() and mtext(), thanks to Mikael Jagan and Duncan Murdoch's report and suggestion in PR#18194. * formatC(x) returns length zero character() now, rather than "" when x is of length zero, as documented, thanks to Davis Vaughan's post to R-devel. * removeSource(fn) now retains (other) attributes(fn).- repaired https://bugzilla.suse.com/show_bug.cgi?id=1191380 (rpmacros now go to rpmmacrodir) - minor clean-ups in spec file- CHANGES IN R 4.1.1: NEW FEATURES: * require(pkg, quietly = TRUE) is quieter and in particular does not warn if the package is not found. DEPRECATED AND DEFUNCT: * Use of ftp:// URIs should be regarded as deprecated, with on-going support confined to method = "libcurl" and not routinely tested. (Nowadays no major browser supports them.) * The non-default method = "internal" is deprecated for http:// and ftp:// URIs for both download.file and url. * On Windows, method = "wininet" is deprecated for http://, https:// and ftp:// URIs for both download.file and url. (A warning is only given for ftp://.) For ftp:// URIs the default method is now "libcurl" if available (which it is on CRAN builds). method = "wininet" remains the default for http:// and https:// URIs but if libcurl is available, using method = "libcurl" is preferred. INSTALLATION: * make check now works also without a LaTeX installation. (Thanks to Sebastian Meyer's PR#18103.) BUG FIXES: * make check-devel works again in an R build configured with - -without-recommended-packages. * qnbinom(p, size, mu) for large size/mu is correct now in a range of cases (PR#18095); similarly for the (size, prob) parametrization of the negative binomial. Also qpois() and qbinom() are better and or faster for extreme cases. The underlying C code has been modularized and is common to all four cases of discrete distributions. * gap.axis is now part of the axis() arguments which are passed from bxp(), and hence boxplot(). (Thanks to Martin Smith's report and suggestions in PR#18109.) * .First and .Last can again be set from the site profile. * seq.int(from, to, *) and seq.default(..) now work better in large range cases where from-to is infinite where the two boundaries are finite. * all.equal(x,y) now returns TRUE correctly also when several entries of abs(x) and abs(y) are close to .Machine$double.xmax, the largest finite numeric. * model.frame() now clears the object bit when removing the class attribute of a value via na.action (PR#18100). * charClass() now works with multi-character strings on Windows (PR#18104, fixed by Bill Dunlap). * encodeString() on Solaris now works again in Latin-1 encoding on characters represented differently in UTF-8. Support for surrogate pairs on Solaris has been improved. * file.show() on Windows now works with non-ASCII path names representable in the current native encoding (PR#18132). * Embedded R on Windows can now find R home directory via the registry even when installed only for the current user (PR#18135). * pretty(x) with finite x now returns finite values also in the case where the extreme x values are close in size to the maximal representable number .Machine$double.xmax. Also, it's been tweaked for very small ranges and when a boundary is close (or equal) to zero; e.g., pretty(c(0,1e-317)) no longer has negative numbers, currently still warning about a very small range, and pretty(2^-(1024 - 2^-1/(c(24,10)))) is more accurate. * The error message for not finding vignette files when weaving has correct file sizes now. (Thanks to Sebastian Meyer's PR#18154.) * dnbinom(20, , 1) now correctly gives 0, and similar cases are more accurate with underflow precaution. (Reported by Francisco Vera Alcivar in PR#18072.)- The line %{__install} -m 755 -d %{_infodir} no longer works in TW or Factory. But without that line it works everywhere. So this instruction was commented out of the spec file.- CHANGES IN R 4.1.0: FUTURE DIRECTIONS: * It is planned that the 4.1.x series will be the last to support 32-bit Windows, with production of binary packages for that series continuing until early 2023. SIGNIFICANT USER-VISIBLE CHANGES: * Data set esoph in package datasets now provides the correct numbers of controls; previously it had the numbers of cases added to these. (Reported by Alexander Fowler in PR#17964.) NEW FEATURES: * www.omegahat.net is no longer one of the repositories known by default to setRepositories(). (Nowadays it only provides source packages and is often unavailable.) * Function package_dependencies() (in package tools) can now use different dependency types for direct and recursive dependencies. * The checking of the size of tarball in R CMD check --as-cran may be tweaked via the new environment variable _R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_, as suggested in PR#17777 by Jan Gorecki. * Using c() to combine a factor with other factors now gives a factor, an ordered factor when combining ordered factors with identical levels. * apply() gains a simplify argument to allow disabling of simplification of results. * The format() method for class "ftable" gets a new option justify. (Suggested by Thomas Soeiro.) * New ...names() utility. (Proposed by Neal Fultz in PR#17705.) * type.convert() now warns when its as.is argument is not specified, as the help file always said it _should_. In that case, the default is changed to TRUE in line with its change in read.table() (related to stringsAsFactor) in R 4.0.0. * When printing list arrays, classed objects are now shown _via_ their format() value if this is a short enough character string, or by giving the first elements of their class vector and their length. * capabilities() gets new entry "Rprof" which is TRUE when R has been configured with the equivalent of --enable-R-profiling (as it is by default). (Related to Michael Orlitzky's report PR#17836.) * str(xS4) now also shows extraneous attributes of an S4 object xS4. * Rudimentary support for vi-style tags in rtags() and R CMD rtags has been added. (Based on a patch from Neal Fultz in PR#17214.) * checkRdContents() is now exported from tools; it and also checkDocFiles() have a new option chkInternal allowing to check Rd files marked with keyword "internal" as well. The latter can be activated for R CMD check via environment variable _R_CHECK_RD_INTERNAL_TOO_. * New functions numToBits() and numToInts() extend the raw conversion utilities to (double precision) numeric. * Functions URLencode() and URLdecode() in package utils now work on vectors of URIs. (Based on patch from Bob Rudis submitted with PR#17873.) * path.expand() can expand ~user on most Unix-alikes even when readline is not in use. It tries harder to expand ~, for example should environment variable HOME be unset. * For HTML help (both dynamic and static), Rd file links to help pages in external packages are now treated as references to topics rather than file names, and fall back to a file link only if the topic is not found in the target package. The earlier rule which prioritized file names over topics can be restored by setting the environment variable _R_HELP_LINKS_TO_TOPICS_ to a false value. * c() now removes NULL arguments before dispatching to methods, thus simplifying the implementation of c() methods, _but_ for back compatibility keeps NULL when it is the first argument. (From a report and patch proposal by Lionel Henry in PR#17900.) * Vectorize()'s result function's environment no longer keeps unneeded objects. * Function ...elt() now propagates visibility consistently with ..n. (Thanks to Lionel Henry's PR#17905.) * capture.output() no longer uses non-standard evaluation to evaluate its arguments. This makes evaluation of functions like parent.frame() more consistent. (Thanks to Lionel Henry's PR#17907.) * packBits(bits, type="double") now works as inverse of numToBits(). (Thanks to Bill Dunlap's proposal in PR#17914.) * curlGetHeaders() has two new arguments, timeout to specify the timeout for that call (overriding getOption("timeout")) and TLS to specify the minimum TLS protocol version to be used for https:// URIs (_inter alia_ providing a means to check for sites using deprecated TLS versions 1.0 and 1.1). * For nls(), an optional constant scaleOffset may be added to the denominator of the relative offset convergence test for cases where the fit of a model is expected to be exact, thanks to a proposal by John Nash. nls(*, trace=TRUE) now also shows the convergence criterion. * Numeric differentiation _via_ numericDeriv() gets new optional arguments eps and central, the latter for taking central divided differences. The latter can be activated for nls() via nls.control(nDcentral = TRUE). * nls() now passes the trace and control arguments to getInitial(), notably for all self-starting models, so these can also be fit in zero-noise situations via a scaleOffset. For this reason, the initial function of a selfStart model must now have ... in its argument list. * bquote(splice = TRUE) can now splice expression vectors with attributes: this makes it possible to splice the result of parse(keep.source = TRUE). (Report and patch provided by Lionel Henry in PR#17869.) * textConnection() gets an optional name argument. * get(), exists(), and get0() now signal an error if the first argument has length greater than 1. Previously additional elements were silently ignored. (Suggested by Antoine Fabri on R-devel.) * R now provides a shorthand notation for creating functions, e.g. \(x) x + 1 is parsed as function(x) x + 1. * R now provides a simple native forward pipe syntax |>. The simple form of the forward pipe inserts the left-hand side as the first argument in the right-hand side call. The pipe implementation as a syntax transformation was motivated by suggestions from Jim Hester and Lionel Henry. * all.equal(f, g) for functions now by default also compares their environment(.)s, notably via new all.equal method for class function. Comparison of nls() fits, e.g., may now need all.equal(m1, m2, check.environment = FALSE). * .libPaths() gets a new option include.site, allowing to _not_ include the site library. (Thanks to Dario Strbenac's suggestion and Gabe Becker's PR#18016.) * Lithuanian translations are now available. (Thanks to Rimantas Zakauskas.) * names() now works for DOTSXP objects. On the other hand, in R-lang, the R language manual, we now warn against relying on the structure or even existence of such dot-dot-dot objects. * all.equal() no longer gives an error on DOTSXP objects. * capabilities("cairo") now applies only to the file-based devices as it is now possible (if very unusual) to build R with Cairo support for those but not for X11(). * There is optional support for tracing the progress of loadNamespace() - see its help. * (Not Windows.) l10n_info() reports an additional element, the name of the encoding as reported by the OS (which may differ from the encoding part (if any) of the result from Sys.getlocale("LC_CTYPE"). * New function gregexec() which generalizes regexec() to find _all_ disjoint matches and well as all substrings corresponding to parenthesized subexpressions of the given regular expression. (Contributed by Brodie Gaslam.) * New function charClass() in package utils to query the wide-character classification functions in use (such as iswprint). * The names of quantile()'s result no longer depend on the global getOption("digits"), but quantile() gets a new optional argument digits = 7 instead. * grep(), sub(), regexp and variants work considerably faster for long factors with few levels. (Thanks to Michael Chirico's PR#18063.) * Provide grouping of x11() graphics windows within a window manager such as Gnome or Unity; thanks to a patch by Ivan Krylov posted to R-devel. * The split() method for class data.frame now allows the f argument to be specified as a formula. * sprintf now warns on arguments unused by the format string. * New palettes "Rocket" and "Mako" for hcl.colors() (approximating palettes of the same name from the 'viridisLite' package). Contributed by Achim Zeileis. * The base environment and its namespace are now locked (so one can no longer add bindings to these or remove from these). * Rterm handling of multi-byte characters has been improved, allowing use of such characters when supported by the current locale. * Rterm now accepts ALT+ +xxxxxxxx sequences to enter Unicode characters as hex digits. * Environment variable LC_ALL on Windows now takes precedence over LC_CTYPE and variables for other supported categories, matching the POSIX behaviour. * duplicated() and anyDuplicated() are now optimized for integer and real vectors that are known to be sorted via the ALTREP framework. Contributed by Gabriel Becker via PR#17993. GRAPHICS: * The graphics engine version, R_GE_version, has been bumped to 14 and so packages that provide graphics devices should be reinstalled. * Graphics devices should now specify deviceVersion to indicate what version of the graphics engine they support. * Graphics devices can now specify deviceClip. If TRUE, the graphics engine will never perform any clipping of output itself. The clipping that the graphics engine does perform (for both canClip = TRUE and canClip = FALSE) has been improved to avoid producing unnecessary artifacts in clipped output. * The grid package now allows gpar(fill) to be a linearGradient(), a radialGradient(), or a pattern(). The viewport(clip) can now also be a grob, which defines a clipping path, and there is a new viewport(mask) that can also be a grob, which defines a mask. These new features are only supported so far on the Cairo-based graphics devices and on the pdf() device. * (Not Windows.) A warning is given when a Cairo-based type is specified for a png(), jpeg(), tiff() or bmp() device but Cairo is unsupported (so type = "Xlib" is tried instead). * grSoftVersion() now reports the versions of FreeType and FontConfig if they are used directly (not _via_ Pango), as is most commonly done on macOS. C-LEVEL FACILITIES: * The _standalone_ libRmath math library and R's C API now provide log1pexp() again as documented, and gain log1mexp(). INSTALLATION on a UNIX-ALIKE: * configure checks for a program pkgconf if program pkg-config is not found. These are now only looked for on the path (like almost all other programs) so if needed specify a full path to the command in PKG_CONFIG, for example in file config.site. * C99 function iswblank is required - it was last seen missing ca 2003 so the workaround has been removed. * There are new configure options --with-internal-iswxxxxx, - -with-internal-towlower and --with-internal-wcwidth which allows the system functions for wide-character classification, case-switching and width (wcwidth and wcswidth) to be replaced by internal ones. The first has long been used on macOS, AIX (and Windows) but this enables it to be unselected there and selected for other platforms (it is the new default on Solaris). The second is new in this version of R and is selected by default on macOS and Solaris. The third has long been the default and remains so as it contains customizations for East Asian languages. System versions of these functions are often minimally implemented (sometimes only for ASCII characters) and may not cover the full range of Unicode points: for example Solaris (and Windows) only cover the Basic Multilingual Plane. * Cairo installations without X11 are more likely to be detected by configure, when the file-based Cairo graphics devices will be available but not X11(type = "cairo"). * There is a new configure option --with-static-cairo which is the default on macOS. This should be used when only static cairo (and where relevant, Pango) libraries are available. * Cairo-based graphics devices on platforms without Pango but with FreeType/FontConfig will make use of the latter for font selection. LINK-TIME OPTIMIZATION on a UNIX-ALIKE: * Configuring with flag --enable-lto=R now also uses LTO when installing the recommended packages. * R CMD INSTALL and R CMD SHLIB have a new flag --use-LTO to use LTO when compiling code, for use with R configured with - -enable-lto=R. For R configured with --enable-lto, they have the new flag --no-use-LTO. Packages can opt in or out of LTO compilation _via_ a UseLTO field in the DESCRIPTION file. (As usual this can be overridden by the command-line flags.) BUILDING R on Windows: * for GCC >= 8, FC_LEN_T is defined in config.h and hence character lengths are passed from C to Fortran in _inter alia_ BLAS and LAPACK calls. * There is a new text file src/gnuwin32/README.compilation, which outlines how C/Fortran code compilation is organized and documents new features: * R can be built with Link-Time Optimization with a suitable compiler - doing so with GCC 9.2 showed several inconsistencies which have been corrected. * There is support for cross-compiling the C and Fortran code in R and standard packages on suitable (Linux) platforms. This is mainly intended to allow developers to test later versions of compilers - for example using GCC 9.2 or 10.x has detected issues that GCC 8.3 in Rtools40 does not. * There is experimental support for cross-building R packages with C, C++ and/or Fortran code. * The R installer can now be optionally built to support a single architecture (only 64-bit or only 32-bit). PACKAGE INSTALLATION: * The default C++ standard has been changed to C++14 where available (which it is on all currently checked platforms): if not (as before) C++11 is used if available otherwise C++ is not supported. Packages which specify C++11 will still be installed using C++11. C++14 compilers may give deprecation warnings, most often for std::random_shuffle (deprecated in C++14 and removed in C++17). Either specify C++11 (see 'Writing R Extensions') or modernize the code and if needed specify C++14. The latter has been supported since R 3.4.0 so the package's DESCRIPTION would need to include something like Depends: R (>= 3.4) PACKAGE INSTALLATION on Windows: * R CMD INSTALL and R CMD SHLIB make use of their flag --use-LTO when the LTO_OPT make macro is set in file etc/${R_ARCH}/Makeconf or in a personal/site Makevars file. (For details see 'Writing R Extensions' SS4.5.) This provides a valuable check on code consistency. It does work with GCC 8.3 as in Rtools40, but that does not detect everything the CRAN checks with current GCC do. PACKAGE INSTALLATION on macOS: * The default personal library directory on builds with - -enable-aqua (including CRAN builds) now differs by CPU type, one of ~/Library/R/x86_64/x.y/library ~/Library/R/arm64/x.y/library This uses the CPU type R (and hence the packages) were built for, so when a x86_64 build of R is run under Rosetta emulation on an arm64 Mac, the first is used. UTILITIES: * R CMD check can now scan package functions for bogus return statements, which were possibly intended as return() calls (wish of PR#17180, patch by Sebastian Meyer). This check can be activated via the new environment variable _R_CHECK_BOGUS_RETURN_, true for --as-cran. * R CMD build omits tarballs and binaries of previous builds from the top-level package directory. (PR#17828, patch by Sebastian Meyer.) * R CMD check now runs sanity checks on the use of LazyData, for example that a data directory is present and that LazyDataCompression is not specified without LazyData and has a documented value. For packages with large LazyData databases without specifying LazyDataCompression, there is a reference to the code given in 'Writing R Extensions' SS1.1.6 to test the choice of compression (as in all the CRAN packages tested a non-default method was preferred). * R CMD build removes LazyData and LazyDataCompression fields from the DESCRIPTION file of packages without a data directory. ENCODING-RELATED CHANGES: * The parser now treats \Unnnnnnnn escapes larger than the upper limit for Unicode points (\U10FFFF) as an error as they cannot be represented by valid UTF-8. Where such escapes are used for outputting non-printable (including unassigned) characters, 6 hex digits are used (rather than 8 with leading zeros). For clarity, braces are used, for example \U{0effff}. * The parser now looks for non-ASCII spaces on Solaris (as previously on most other OSes). * There are warnings (including from the parser) on the use of unpaired surrogate Unicode points such as \uD834. (These cannot be converted to valid UTF-8.) * Functions nchar(), tolower(), toupper() and chartr() and those using regular expressions have more support for inputs with a marked Latin-1 encoding. * The character-classification functions used (by default) to replace the system iswxxxxx functions on Windows, macOS and AIX have been updated to Unicode 13.0.0. The character-width tables have been updated to include new assignments in Unicode 13.0.0. * The code for evaluating default (extended) regular expressions now uses the same character-classification functions as the rest of R (previously they differed on Windows, macOS and AIX). * There is a build-time option to replace the system's wide-character wctrans C function by tables shipped with R: use configure option --with-internal-towlower or (on Windows) - DUSE_RI18N_CASE in CFLAGS when building R. This may be needed to allow tolower() and toupper() to work with Unicode characters beyond the Basic Multilingual Plane where not supported by system functions (e.g. on Solaris where it is the new default). * R is more careful when truncating UTF-8 and other multi-byte strings that are too long to be printed, passed to the system or libraries or placed into an internal buffer. Truncation will no longer produce incomplete multibyte characters. DEPRECATED AND DEFUNCT: * Function plclust() from the package stats and package.dependencies(), pkgDepends(), getDepList(), installFoundDepends(), and vignetteDepends() from package tools are defunct. * Defunct functions checkNEWS() and readNEWS() from package tools and CRAN.packages() from utils have been removed. * R CMD config CXXCPP is defunct (it was deprecated in R 3.6.2). * parallel::detectCores() drops support for Irix (retired in 2013). * The LINPACK argument to chol.default(), chol2inv(), solve.default() and svd() has been defunct since R 3.1.0. It was silently ignored up to R 4.0.3 but now gives an error. * Subsetting/indexing, such as ddd[*] or ddd$x on a DOTSXP (dot-dot-dot) object ddd has been disabled; it worked by accident only and was undocumented. BUG FIXES: * Many more C-level allocations (mainly by malloc and strdup) are checked for success with suitable alternative actions. * Bug fix for replayPlot(); this was turning off graphics engine display list recording if a recorded plot was replayed in the same session. The impact of the bug became visible if resize the device after replay OR if attempted another savePlot() after replay (empty display list means empty screen on resize or empty saved plot). * R CMD check etc now warn when a package exports non-existing S4 classes or methods, also in case of no "methods" presence. (Reported by Alex Bertram; reproducible example and patch by Sebastian Meyer in PR#16662.) * boxplot() now also accepts calls for labels such as ylab, the same as plot(). (Reported by Marius Hofert.) * The help page for xtabs() now correctly states that addNA is setting na.action = na.pass among others. (Reported as PR#17770 by Thomas Soeiro.) * The R CMD check gives a longer and more comprehensible message when DESCRIPTION misses dependencies, e.g., in Imports:. (Thanks to the contributors of PR#17179.) * update.default() now calls the generic update() on the formula to work correctly for models with extended formulas. (As reported and suggested by Neal Fultz in PR#17865.) * The horizontal position of leaves in a dendrogram is now correct also with center = FALSE. (PR#14938, patch from Sebastian Meyer.) * all.equal.POSIXt() no longer warns about and subsequently ignores inconsistent "tzone" attributes, but describes the difference in its return value (PR#17277). This check can be disabled _via_ the new argument check.tzone = FALSE as suggested by Sebastian Meyer. * as.POSIXct() now populates the "tzone" attribute from its tz argument when x is a logical vector consisting entirely of NA values. * x[[2^31]] <- v now works. (Thanks to the report and patch by Suharto Anggono in PR#17330.) * In log-scale graphics, axis() ticks and label positions are now computed more carefully and symmetrically in their range, typically providing _more_ ticks, fulfilling wishes in PR#17936. The change really corresponds to an improved axisTicks() (package grDevices), potentially influencing grid and lattice, for example. * qnorm(, log.p=TRUE) is now correct to at least five digits where it was catastrophically wrong, previously. * sum(df) and similar "Summary"- and "Math"-group member functions now work for data frames df with logical columns, notably also of zero rows. (Reported to R-devel by Martin "b706".) * unsplit() had trouble with tibbles due to unsound use of rep(NA, len)-indexing, which should use NA_integer_ (Reported to R-devel by Mario Annau.) * pnorm(x, log.p = TRUE) underflows to -Inf slightly later. * show() prints better and without quotes for non-hidden S4 generics. * read.table() and relatives treated an "NA" column name as missing when check.names = FALSE PR#18007. * Parsing strings containing UTF-16 surrogate pairs such as "\uD834\uDD1E" works better on some (uncommon) platforms. sprintf("%X", utf8ToInt("\uD834\uDD1E")) should now give "1D11E" on all platforms. * identical(x,y) is no longer true for differing DOTSXP objects, fixing PR#18032. * str() now works correctly for DOTSXP and related exotics, even when these are doomed. Additionally, it no longer fails for lists with a class and "irregular" method definitions such that e.g. lapply(*) will necessarily fail, as currently for different igraph objects. * Too long lines in environment files (e.g. Renviron) no longer crash R. This limit has been increased to 100,000 bytes. (PR#18001.) * There is a further workaround for FreeType giving incorrect italic font faces with cairo-based graphics devices on macOS. * add_datalist(*, force = TRUE) (from package tools) now actually updates an existing data/datalist file for new content. (Thanks to a report and patch by Sebastian Meyer in PR#18048.) * cut.Date() and cut.POSIXt() could produce an empty last interval for breaks = "months" or breaks = "years". (Reported as PR#18053 by Christopher Carbone.) * Detection of the encoding of 'regular' macOS locales such as en_US (which is UTF-8) had been broken by a macOS change: fortunately these are now rarely used with en_US.UTF-8 being preferred. * sub() and gsub(pattern, repl, x, *) now keep attributes of x such as names() also when pattern is NA (PR#18079). * Time differences ("difftime" objects) get a replacement and a rep() method to keep "units" consistent. (Thanks to a report and patch by Nicolas Bennett in PR#18066.) * The \RdOpts macro, setting defaults for \Sexpr options in an Rd file, had been ineffective since R 2.12.0: it now works again. (Thanks to a report and patch by Sebastian Meyer in PR#18073.) * mclapply and pvec no longer accidentally terminate parallel processes started before by mcparallel or related calls in package parallel (PR#18078). * grep and other functions for evaluating (extended) regular expressions handle in Unicode also strings not explicitly flagged UTF-8, but flagged native when running in UTF-8 locale. * Fixed a crash in fifo implementation on Windows (PR#18031). * Binary mode in fifo on Windows is now properly detected from argument open (PR#15600, PR#18031).- improved spec file according to comments of dimstar in https://build.opensuse.org/request/show/892685- To get in sync with d:l:R:autoCRAN the Matrix package's split in -devel was reversed.- CHANGES IN R 4.0.5: BUG FIXES: * The change to the internal table in R 4.0.4 for iswprint has been reverted: it contained some errors in printability of 'East Asian' characters. * For packages using LazyData, R CMD build ignored the - -resave-data option and the BuildResaveData field of the DESCRIPTION file (in R versions 4.0.0 to 4.0.4).- CHANGES IN R 4.0.4: NEW FEATURES: * File share/texmf/tex/latex/jss.cls has been updated to work with LaTeX versions since Oct 2020. * Unicode character width tables (as used by nchar(, type = "w")) have been updated to Unicode 12.1 by Brodie Gaslam (PR#17781), including many emoji. * The internal table for iswprint (used on Windows, macOS and AIX) has been updated to include many recent Unicode characters. INSTALLATION on a UNIX-ALIKE: * If an external BLAS is specified by --with-blas=foo or _via_ environment variable BLAS_LIBS is not found, this is now a configuration error. The previous behaviour was not clear from the documentation: it was to continue the search as if - -with-blas=yes was specified. BUG FIXES: * all.equal(x,y) now "sees" the two different NAs in factors, thanks to Bill Dunlap and others in PR#17897. * (~ NULL)[1] and similar formula subsetting now works, thanks to a report and patch by Henrik Bengtsson in PR#17935. Additionally, subsetting leaving an empty formula now works too, thanks to suggestions by Suharto Anggono. * .traceback(n) keeps source references again, as before R 4.0.0, fixing a regression; introduced by the PR#17580, reported including two patch proposals by Brodie Gaslam. * unlist(plst, recursive=FALSE) no longer drops content for pairlists with list components, thanks to the report and patch by Suharto Anggono in PR#17950. * iconvlist() now also works on MUSL based (Linux) systems, from a report and patch suggestion by Wesley Chan in PR#17970. * round() and signif() no longer tolerate wrong argument names, notably in 1-argument calls; reported by Shane Mueller on R-devel (mailing list); later reported as PR#17976. * .Machine has longdouble.* elements only if capabilities("long.double") is true, as documented. (Previously they were included if the platform had long double identical to double, as ARM does.) * p.adjust(numeric(), n=0) now works, fixing PR#18002. * identical(x,y) no longer prints "Unknown Type .." for typeof(x) == "..." objects. * Fix (auto-)print()ing of named complex vectors, see PR#17868 and PR#18019. * all.equal(, <...>) now works, fixing PR#18029. * as.data.frame.list(L, row.names=NULL) now behaves in line with data.frame(), disregarding names of components of L, fixing PR#18034, reported by Kevin Tappe. * checkRdaFiles(ff)$version is now correct also when ff contains files of different versions, thanks to a report and patch from Sebastian Meyer in PR#18041. * macOS: Quartz device live drawing could fail (no plot is shown) if the system changes the drawing context after view update (often the case since macOS Big Sur). System log may show "CGContextDelegateCreateForContext: invalid context" error.- CHANGES IN R 4.0.3: NEW FEATURES: * On platforms using configure option --with-internal-tzcode, additional values "internal" and (on macOS only) "macOS" are accepted for the environment variable TZDIR. (See ?TZDIR.) On macOS, "macOS" is used by default if the system timezone database is a newer version than that in the R installation. * When install.packages(type = "source") fails to find a package in a repository it mentions package versions which are excluded by their R version requirement and links to hints on why a package might not be found. * The default value for options("timeout") can be set from enviromnent variable R_DEFAULT_INTERNET_TIMEOUT, still defaulting to 60 (seconds) if that is not set or invalid. This may be needed when child R processes are doing downloads, for example during the installation of source packages which download jars or other forms of data. LINK-TIME OPTIMIZATION on a UNIX-ALIKE: * There is now support for parallelized Link-Time Optimization (LTO) with GCC and for 'thin' LTO with clang _via_ setting the LTO macro. * There is support for setting a different LTO flag for the Fortran compiler, including to empty when mixing clang and gfortran (as on macOS). See file config.site. * There is a new LTO_LD macro to set linker options for LTO compilation, for example to select an alternative linker or to parallelize thin LTO. DEPRECATED AND DEFUNCT: * The LINPACK argument to chol.default(), chol2inv(), solve.default() and svd() has been defunct since R 3.1.0. Using it now gives a warning which will become an error in R 4.1.0. BUG FIXES: * The code mitigating stack overflow with PCRE regexps on very long strings is enabled for PCRE2 < 10.30 also when JIT is enabled, since stack overflows have been seen in that case. * Fix to correctly show the group labels in dotchart() (which where lost in the ylab improvement for R 4.0.0). * addmargins(*, ..) now also works when fn() is a local function, thanks to bug report and patch PR#17124 from Alex Bertram. * rank(x) and hence sort(x) now work when x is an object (as per is.object(x)) of type "raw" _and_ provides a valid `[` method, e.g., for gmp::as.bigz(.) numbers. * chisq.test(*, simulate.p.value=TRUE) and r2dtable() now work correctly for large table entries (in the millions). Reported by Sebastian Meyer and investigated by more helpers in PR#16184. * Low-level socket read/write operations have been fixed to correctly signal communication errors. Previously, such errors could lead to a segfault due to invalid memory access. Reported and debugged by Dmitriy Selivanov in PR#17850. * quantile(x, pr) works more consistently for pr values slightly outside [0,1], thanks to Suharto Anggono's PR#17891. Further, quantile(x, prN, names=FALSE) now works even when prN contains NAs, thanks to Anggono's PR#17892. Ditto for ordered factors or Date objects when type = 1 or 3, thanks to PR#17899. * Libcurl-based internet access, including curlGetHeaders(), was not respecting the "timeout" option. If this causes unanticipated timeouts, consider increasing the default by setting R_DEFAULT_INTERNET_TIMEOUT. * as.Date() now also works with an initial "", thanks to Michael Chirico's PR#17909. * isS3stdGeneric(f) now detects an S3 generic also when it it is trace()d, thanks to Gabe Becker's PR#17917. * R_allocLD() has been fixed to return memory aligned for long double type PR#16534. * fisher.test() no longer segfaults when called again after its internal stack has been exceeded PR#17904. * Accessing a long vector represented by a compact integer sequence no longer segfaults (reported and debugged by Hugh Parsonage). * duplicated() now works also for strings with multiple encodings inside a single vector PR#17809. * phyper(11, 15, 0, 12, log.p=TRUE) no longer gives NaN; reported as PR#17271 by Alexey Stukalov. * Fix incorrect calculation in logLik.nls() PR#16100, patch from Sebastian Meyer. * A very old bug could cause a segfault in model.matrix() when terms involved logical variables. Part of PR#17879. * model.frame.default() allowed data = 1, leading to involuntary variable capture (rest of PR#17879). * tar() no longer skips non-directory files, thanks to a patch by Sebastian Meyer, fixing the remaining part of PR#16716.- CHANGES IN R 4.0.2: UTILITIES: * R CMD check skips vignette re-building (with a warning) if the VignetteBuilder package(s) are not available. BUG FIXES: * Paths with non-ASCII characters caused problems for package loading on Windows PR#17833. * Using tcltk widgets no longer crashes R on Windows. * source(*, echo=TRUE) no longer fails in some cases with empty lines; reported by Bill Dunlap in PR#17769. * on.exit() now correctly matches named arguments, thanks to PR#17815 (including patch) by Brodie Gaslam. * regexpr(*, perl=TRUE) no longer returns incorrect positions into text containing characters outside of the Unicode Basic Multilingual Plane on Windows.- CHANGES IN R 4.0.1: NEW FEATURES: * paste() and paste0() gain a new optional argument recycle0. When set to true, zero-length arguments are recycled leading to character(0) after the sep-concatenation, i.e., to the empty string "" if collapse is a string and to the zero-length value character(0) when collapse = NULL. A package whose code uses this should depend on R (>= 4.0.1). * The summary() method now maps the counts correctly to the warning messages. BUG FIXES: * aov(frml, ...) now also works where the formula deparses to more than 500 characters, thanks to a report and patch proposal by Jan Hauffa. * Fix a dozen places (code, examples) as Sys.setlocale() returns the new rather than the previous setting. * Fix for adding two complex grid units via sum(). Thanks to Gu Zuguang for the report and Thomas Lin Pedersen for the patch. * Fix parallel::mclapply(..., mc.preschedule=FALSE) to handle raw vector results correctly. PR#17779 * Computing the base value, i.e., 2, "everywhere", now uses FLT_RADIX, as the original machar code looped indefinitely on the ppc64 architecture for the longdouble case. * In R 4.0.0, sort.list(x) when is.object(x) was true, e.g., for x <- I(letters), was accidentally using method = "radix". Consequently, e.g., merge() was much slower than previously; reported in PR#17794. * plot(y ~ x, ylab = quote(y[i])) now works, as e.g., for xlab; related to PR#10525. * parallel::detect.cores(all.tests = TRUE) tries a matching OS name before the other tests (which were intended only for unknown OSes). * Parse data for raw strings is now recorded correctly. Reported by Gabor Csardi.- CHANGES IN 4.0.0: SIGNIFICANT USER-VISIBLE CHANGES: * Packages need to be (re-)installed under this version (4.0.0) of R. * matrix objects now also inherit from class "array", so e.g., class(diag(1)) is c("matrix", "array"). This invalidates code incorrectly assuming that class(matrix_obj)) has length one. S3 methods for class "array" are now dispatched for matrix objects. * There is a new syntax for specifying _raw_ character constants similar to the one used in C++: r"(...)" with ... any character sequence not containing the sequence )". This makes it easier to write strings that contain backslashes or both single and double quotes. For more details see ?Quotes. * R now uses a stringsAsFactors = FALSE default, and hence by default no longer converts strings to factors in calls to data.frame() and read.table(). A large number of packages relied on the previous behaviour and so have needed/will need updating. * The plot() S3 generic function is now in package base rather than package graphics, as it is reasonable to have methods that do not use the graphics package. The generic is currently re-exported from the graphics namespace to allow packages importing it from there to continue working, but this may change in future. Packages which define S4 generics for plot() should be re-installed and package code using such generics from other packages needs to ensure that they are imported rather than rely on their being looked for on the search path (as in a namespace, the base namespace has precedence over the search path). REFERENCE COUNTING: * Reference counting is now used instead of the NAMED mechanism for determining when objects can be safely mutated in base C code. This reduces the need for copying in some cases and should allow further optimizations in the future. It should help make the internal code easier to maintain. This change is expected to have almost no impact on packages using supported coding practices in their C/C++ code. MIGRATION TO PCRE2: * This version of R is built against the PCRE2 library for Perl-like regular expressions, if available. (On non-Windows platforms PCRE1 can optionally be used if PCRE2 is not available at build time.) The version of PCRE in use can be obtained _via_ extSoftVersion(): PCRE1 (formerly known as 'PCRE') has versions <= 8, PCRE2 versions >= 10. * Making PCRE2 available when building R from source is strongly recommended (preferably version 10.30 or later) as PCRE1 is no longer developed: version 8.44 is 'likely to be the final release'. * PCRE2 reports errors for some regular expressions that were accepted by PCRE1. A hyphen now has to be escaped in a character class to be interpreted as a literal (unless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatible with previous use of an unnamed second argument). * DF2formula(), the utility for the data frame method of formula(), now works without parsing and explicit evaluation, starting from Suharto Anggono's suggestion in PR#17555. * approxfun() and approx() gain a new argument na.rm defaulting to true. If set to false, missing y values now propagate into the interpolated values. * Long vectors are now supported as the seq argument of a for() loop. * str(x) gets a new deparse.lines option with a default to speed it up when x is a large call object. * The internal traceback object produced when an error is signalled (.Traceback), now contains the calls rather than the _deparse()d_ calls, deferring the deparsing to the user-level functions .traceback() and traceback(). This fulfils the wish of PR#17580, reported including two patch proposals by Brodie Gaslam. * data.matrix() now converts character columns to factors and from this to integers. * package.skeleton() now explicitly lists all exports in the NAMESPACE file. * New function .S3method() to register S3 methods in R scripts. * file.path() has some support for file paths not in the session encoding, e.g. with UTF-8 inputs in a non-UTF-8 locale the output is marked as UTF-8. * Most functions with file-path inputs will give an explicit error if a file-path input in a marked encoding cannot be translated (to the native encoding or in some cases on Windows to UTF-8), rather than translate to a different file path using escapes. Some (such as dir.exists(), file.exists(), file.access(), file.info(), list.files(), normalizePath() and path.expand()) treat this like any other non-existent file, often with a warning. * There is a new help document accessed by help("file path encoding") detailing how file paths with marked encodings are handled. * New function list2DF() for creating data frames from lists of variables. * iconv() has a new option sub = "Unicode" to translate UTF-8 input invalid in the to encoding using escapes. * There is a new function infoRDS() providing information about the serialization format of a serialized object. * S3 method lookup now by default skips the elements of the search path between the global and base environments. * Added an argument add_datalist(*, small.size = 0) to allow the creation of a data/datalist file even when the total size of the data sets is small. * The backquote function bquote() has a new argument splice to enable splicing a computed list of values into an expression, like ,@ in LISP's backquote. * The formula interface to t.test() and wilcox.test() has been extended to handle one-sample and paired tests. * The palette() function has a new default set of colours (which are less saturated and have better accessibility properties). There are also some new built-in palettes, which are listed by the new palette.pals() function. These include the old default palette under the name "R3". Finally, the new palette.colors() function allows a subset of colours to be selected from any of the built-in palettes. * n2mfrow() gains an option asp = 1 to specify the aspect ratio, fulfilling the wish and extending the proposal of Michael Chirico in PR#17648. * For head(x, n) and tail() the default and other S3 methods notably for _vector_ n, e.g. to get a "corner" of a matrix, has been extended to array's of higher dimension thanks to the patch proposal by Gabe Becker in PR#17652. Consequently, optional argument addrownums is deprecated and replaced by the (more general) argument keepnums. An invalid second argument n now leads to typically more easily readable error messages. * New function .class2() provides the full character vector of class names used for S3 method dispatch. * Printing methods(..) now uses a new format() method. * sort.list(x) now works for non-atomic objects x and method = "auto" (the default) or "radix" in cases order(x) works. * Where they are available, writeBin() allows long vectors. * New function deparse1() produces one string, wrapping deparse(), to be used typically in deparse1(substitute(*)), e.g., to fix PR#17671. * wilcox.test() enhancements: In the (non-paired) two-sample case, Inf values are treated as very large for robustness consistency. If exact computations are used, the result now has "exact" in the method element of its return value. New arguments tol.root and digits.rank where the latter may be used for stability to treat very close numbers as ties. * readBin() and writeBin() now report an error for an invalid endian value. The affected code needs to be fixed with care as the old undocumented behavior was to swap endian-ness in such cases. * sequence() is now an S3 generic with an internally implemented default method, and gains arguments to generate more complex sequences. Based on code from the S4Vectors Bioconductor package and the advice of Herv'e Pag`es. * print()'s default method and many other methods (by calling the default eventually and passing ...) now make use of a new optional width argument, avoiding the need for the user to set and reset options("width"). * memDecompress() supports the RFC 1952 format (e.g. in-memory copies of gzip-compressed files) as well as RFC 1950. * memCompress() and memDecompress() support long raw vectors for types "gzip" and "zx". * sweep() and slice.index() can now use names of dimnames for their MARGIN argument (apply has had this for almost a decade). * New function proportions() and marginSums(). These should replace the unfortunately named prop.table() and margin.table(). They are drop-in replacements, but also add named-margin functionality. The old function names are retained as aliases for back-compatibility. * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwilcox() which have returned integer since R 3.0.0 and hence NA when the numbers would have been outside the integer range, now return double vectors (without NAs, typically) in these cases. * matplot(x,y) (and hence matlines() and matpoints()) now call the corresponding methods of plot() and lines(), e.g, when x is a "Date" or "POSIXct" object; prompted by Spencer Graves' suggestion. * stopifnot() now allows customizing error messages via argument names, thanks to a patch proposal by Neal Fultz in PR#17688. * unlink() gains a new argument expand to disable wildcard and tilde expansion. Elements of x of value "~" are now ignored. * mle() in the stats4 package has had its interface extended so that arguments to the negative log-likelihood function can be one or more vectors, with similar conventions applying to bounds, start values, and parameter values to be kept fixed. This required a minor extension to class "mle", so saved objects from earlier versions may need to be recomputed. * The default for pdf() is now useDingbats = FALSE. * The default fill colour for hist() and boxplot() is now col = "lightgray". * The default order of the levels on the y-axis for spineplot() and cdplot() has been reversed. * If the R_ALWAYS_INSTALL_TESTS environment variable is set to a true value, R CMD INSTALL behaves as if the --install-tests option is always specified. Thanks to Reinhold Koch for the suggestion. * New function R_user_dir() in package tools suggests paths appropriate for storing R-related user-specific data, configuration and cache files. * capabilities() gains a new logical option Xchk to avoid warnings about X11-related capabilities. * The internal implementation of grid units has changed, but the only visible effects at user-level should be * a slightly different print format for some units (especially unit arithmetic), * faster performance (for unit operations) and * two new functions unitType() and unit.psum(). Based on code contributed by Thomas Lin Pedersen. * When internal dispatch for rep.int() and rep_len() fails, there is an attempt to dispatch on the equivalent call to rep(). * Object .Machine now contains new longdouble.* entries (when R uses long doubles internally). * news() has been enhanced to cover the news on R 3.x and 2.x. * For consistency, N <- NULL; N[[1]] <- val now turns N into a list also when val) has length one. This enables dimnames(r1)[[1]] <- "R1" for a 1-row matrix r1, fixing PR#17719 reported by Serguei Sokol. * deparse(..), dump(..), and dput(x, control = "all") now include control option "digits17" which typically ensures 1:1 invertibility. New option control = "exact" ensures numeric exact invertibility via "hexDigits". * When loading data sets via read.table(), data() now uses LC_COLLATE=C to ensure locale-independent results for possible string-to-factor conversions. * A server socket connection, a new connection type representing a listening server socket, is created via serverSocket() and can accept multiple socket connections via socketAccept(). * New function socketTimeout() changes the connection timeout of a socket connection. * The time needed to start a homogeneous PSOCK cluster on localhost with many nodes has been significantly reduced (package parallel). * New globalCallingHandlers() function to establish global condition handlers. This allows registering default handlers for specific condition classes. Developed in collaboration with Lionel Henry. * New function tryInvokeRestart() to invoke a specified restart if one is available and return without signaling an error if no such restart is found. Contributed by Lionel Henry in PR#17598. * str(x) now shows the length of attributes in some cases for a data frame x. * Rprof() gains a new argument filter.callframes to request that intervening call frames due to lazy evaluation or explicit eval() calls be omitted from the recorded profile data. Contributed by Lionel Henry in PR#17595. * The handling of ${FOO-bar} and ${FOO:-bar} in Renviron files now follows POSIX shells (at least on a Unix-alike), so the first treats empty environment variables as set and the second does not. Previously both ignored empty variables. There are several uses of the first form in etc/Renviron. * New classes argument for suppressWarnings() and suppressMessages() to selectively suppress only warnings or messages that inherit from particular classes. Based on patch from Lionel Henry submitted with PR#17619. * New function activeBindingFunction() retrieves the function of an active binding. * New "cairoFT" and "pango" components in the output of grSoftVersion(). * New argument symbolfamily in cairo-based graphics devices and new function cairoSymbolFont() that can be used to provide the value for that argument. Windows: * Rterm now works also when invoked from MSYS2 terminals. Line editing is possible when command winpty is installed. * normalizePath() now resolves symbolic links and normalizes case of long names of path elements in case-insensitive folders (PR#17165). * md5sum() supports UTF-8 file names with characters that cannot be translated to the native encoding (PR#17633). * Rterm gains a new option --workspace to specify the workspace to be restored. This allows equals to be part of the name when opening _via_ Windows file associations (reported by Christian Asseburg). * Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde can be pasted with an Italian keyboard (PR#17679). * R falls back to copying when junction creation fails during package checking (patch from Duncan Murdoch). DEPRECATED AND DEFUNCT: * Make macro F77_VISIBILITY has been removed and replaced by F_VISIBILITY. * Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS have been removed and replaced by FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS respectively. (Most make programs will set F77 to the value of FC, which is set for package compilation. But portable code should not rely on this.) * The deprecated support for specifying C++98 for package installation has been removed. * R CMD config no longer knows about the unused settings F77 and FCPIFCPLAGS, nor CXX98 and similar. * Either PCRE2 or PCRE1 >= 8.32 (Nov 2012) is required: the deprecated provision for 8.20-8.31 has been removed. * Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinternals.h to installTrChar, of which it has been a wrapper since R 3.6.0. Neither are part of the API, but packages using installChar can replace it if they depend on R >= 3.6.2. * Header R_ext/Print.h defines R_USE_C99_IN_CXX and hence exposes Rvprintf and REvprintf if used with a C++11 (or later) compiler. * There are new Fortran subroutines dblepr1, realpr1 and intpr1 to print a scalar variable (gfortran 10 enforces the distinction between scalars and length-one arrays). Also labelpr to print just a label. * R_withCallingErrorHandler is now available for establishing a calling handler in C code for conditions inheriting from class error. INSTALLATION on a UNIX-ALIKE: * User-set DEFS (e.g., in config.site) is now used for compiling packages (including base packages). * There is a new variant option --enable-lto=check for checking consistency of BLAS/LAPACK/LINPACK calls - see 'Writing R Extensions'. * A C++ compiler default is set only if the C++11 standard is supported: it no longer falls back to C++98. * PCRE2 is used if available. To make use of PCRE1 if PCRE2 is unavailable, configure with option --with-pcre1. * The minimum required version of libcurl is now 7.28.0 (Oct 2012). * New make target distcheck checks * R can be rebuilt from the tarball created by make dist, * the build from the tarball passes make check-all, * the build installs and uninstalls, * the source files are properly cleaned by make distclean. UTILITIES: * R --help now mentions the option --no-echo (renamed from --slave) and its previously undocumented short form -s. * R CMD check now optionally checks configure and cleanup scripts for non-Bourne-shell code ('bashisms'). * R CMD check --as-cran now runs \donttest examples (which are run by example()) instead of instructing the tester to do so. This can be temporarily circumvented during development by setting environment variable _R_CHECK_DONTTEST_EXAMPLES_ to a false value. PACKAGE INSTALLATION: * There is the beginnings of support for the recently approved C++20 standard, specified analogously to C++14 and C++17. There is currently only limited support for this in compilers, with flags such as -std=c++20 and -std=c++2a. For the time being the configure test is of accepting one of these flags and compiling C++17 code. BUG FIXES: * formula(x) with length(x) > 1 character vectors, is deprecated now. Such use has been rare, and has 'worked' as expected in some cases only. In other cases, wrong x have silently been truncated, not detecting previous errors. * Long-standing issue where the X11 device could lose events shortly after startup has been addressed (PR#16702). * The data.frame method for rbind() no longer drops levels from factor columns by default (PR#17562). * available.packages() and hence install.packages() now pass their ... argument to download.file(), fulfilling the wish of PR#17532; subsequently, available.packages() gets new argument quiet, solving PR#17573. * stopifnot() gets new argument exprObject to allow an R object of class expression (or other 'language') to work more consistently, thanks to suggestions by Suharto Anggono. * conformMethod() now works correctly in cases containing a "&& logic" bug, reported by Henrik Bengtsson. It now creates methods with "missing" entries in the signature. Consequently, rematchDefinition() is amended to use appropriate .local() calls with named arguments where needed. * format.default(*, scientific = FALSE) now corresponds to a practically most extreme options(scipen = n) setting rather than arbitrary n = 100. * format(as.symbol("foo")) now works (returning "foo"). * postscript(.., title = *) now signals an error when the title string contains a character which would produce corrupt PostScript, thanks to PR#17607 by Daisuko Ogawa. * Certain Ops (notably comparison such as ==) now also work for 0-length data frames, after reports by Hilmar Berger. * methods(class = class(glm(..))) now warns more usefully and only once. * write.dcf() no longer mangles field names (PR#17589). * Primitive replacement functions no longer mutate a referenced first argument when used outside of a complex assignment context. * A better error message for contour(*, levels = Inf). * The return value of contourLines() is no longer invisible(). * The Fortran code for calculating the coefficients component in lm.influence() was very inefficient. It has (for now) been replaced with much faster R code (PR#17624). * cm.colors(n) _etc_ no longer append the code for alpha = 1, "FF", to all colors. Hence all eight *.colors() functions and rainbow() behave consistently and have the same non-explicit default (PR#17659). * dnorm had a problematic corner case with sd == -Inf or negative sd which was not flagged as an error in all cases. Thanks to Stephen D. Weigand for reporting and Wang Jiefei for analyzing this; similar change has been made in dlnorm(). * The optional iter.smooth argument of plot.lm(), (the plot() method for lm and glm fits) now defaults to 0 for all glm fits. Especially for binary observations with high or low fitted probabilities, this effectively deleted all observations of 1 or 0. Also, the type of residuals used in the glm case has been switched to "pearson" since deviance residuals do not in general have approximately zero mean. * In plot.lm, Cook's distance was computed from unweighted residuals, leading to inconsistencies. Replaced with usual weighted version. (PR#16056) * Time-series ts(*, start, end, frequency) with fractional frequency are supported more consistently; thanks to a report from Johann Kleinbub and analysis and patch by Duncan Murdoch in PR#17669. * In case of errors mcmapply() now preserves attributes of returned "try-error" objects and avoids simplification, overriding SIMPLIFY to FALSE. (PR#17653) * as.difftime() gets new optional tz = "UTC" argument which should fix behaviour during daylight-savings-changeover days, fixing PR#16764, thanks to proposals and analysis by Johannes Ranke and Kirill M"uller. * round() does a better job of rounding _"to nearest"_ by _measuring_ and _"to even"_; thanks to a careful algorithm originally prompted by the report from Adam Wheeler and then others, in PR#17668. round(x, dig) for _negative_ digits is much more rational now, notably for large |dig|. * Inheritance information on S4 classes is maintained more consistently, particularly in the case of class unions (in part due to PR#17596 and a report from Ezra Tucker). * is() behaves more robustly when its argument class2 is a classRepresentation object. * The warning message when attempting to export an nonexistent class is now more readable; thanks to Thierry Onkelinx for recognizing the problem. * choose() misbehaved in corner cases where it switched n - k for k and n was only _nearly_ integer (report from Erik Scott Wright). * mle() in the stats4 package had problems combining use of box constraints and fixed starting values (in particular, confidence intervals were affected). * Operator ? now has lower precedence than = to work as documented, so = behaves like <- in help expressions (PR#16710). * smoothEnds(x) now returns integer type in _both_ cases when x is integer, thanks to a report and proposal by Bill Dunlap PR#17693. * The methods package does a better job of tracking inheritance relationships across packages. * norm(diag(c(1, NA)), "2") now works. * subset() had problems with 0-col dataframes (reported by Bill Dunlap, PR#17721). * Several cases of integer overflow detected by the 'undefined behaviour sanitizer' of clang 10 have been circumvented. One in rhyper() may change the generated value for large input values. * dotchart() now places the y-axis label (ylab) much better, not overplotting labels, thanks to a report and suggestion by Alexey Shipunov. * A rare C-level array overflow in chull() has been worked around. * Some invalid specifications of the day-of-the-year (_via_ %j, e.g. day 366 in 2017) or week plus day-of-the-week are now detected by strptime(). They now return NA but give a warning as they may have given random results or corrupted memory in earlier versions of R. * socketConnection(server = FALSE) now respects the connection timeout also on Linux. * socketConnection(server = FALSE) no longer leaks a connection that is available right away without waiting (e.g. on localhost). * Socket connections are now robust against spurious readability and spurious availability of an incoming connection. * blocking = FALSE is now respected also on the server side of a socket connection, allowing non-blocking read operations. * anova.glm() and anova.glmlist() computed incorrect score (Rao) tests in no-intercept cases. (Andr'e Gillibert, PR#17734) * summaryRprof() now should work correctly for the Rprof(*, memory.profiling=TRUE) case with small chunk size (and "tseries" or similar) thanks to a patch proposal by Benjamin Tyner, in PR#15886. * xgettext() ignores strings passed to ngettext(), since the latter is handled by xngettext(). Thanks to Daniele Medri for the report and all the recent work he has done on the Italian translations. * data(package = "P") for P in base and stats no longer reports the data sets from package datasets (which it did for back compatibility for 16 years), fixing PR#17730. * x[[Inf]] (returning NULL) no longer leads to undefined behavior, thanks to a report by Kirill M"uller in PR#17756. Further, x[[-Inf]] and x[[-n]] now give more helpful error messages. * Gamma() family sometimes had trouble storing link name PR#15891 BUG FIXES (Windows): * Sys.glob() now supports all characters from the Unicode Basic Multilingual Plane, no longer corrupting some (less commonly used) characters (PR#17638). * Rterm now correctly displays multi-byte-coded characters representable in the current native encoding (at least on Windows 10 they were sometimes omitted, PR#17632). * scan() issues with UTF-8 data when running in a DBCS locale have been resolved (PR#16520, PR#16584). * RTerm now accepts enhanced/arrow keys also with ConPTY. * R can can now be started _via_ the launcher icon in a user documents directory whose path is not representable in the system encoding. * socketConnection(server = FALSE) now returns instantly also on Windows when connection failure is signalled. * Problems with UTF-16 surrogate pairs have been fixed in several functions, including tolower() and toupper() (PR#17645).- CHANGES IN R 3.6.3: NEW FEATURES: * The included LAPACK has been updated to version 3.9.0 (for the included routines, just bug fixes). BUG FIXES: * Fixed a C level integer overflow in rhyper(); reported by Benjamin Tyner in PR#17694. * Uses of url(gzcon(.)) needing to extend buffer size have failed (with HTTP/2 servers), reported by G'abor Cs'ardi. * predict(loess(..), se=TRUE) now errors out (instead of seg.faulting etc) for large sample sizes, thanks to a report and patch by Benjamin Tyner in PR#17121. * tools:assertCondition(., "error") and hence assertError() no longer return errors twice (invisibly). * update(form, new) in the case of a long new formula sometimes wrongly eliminated the intercept from form, or (more rarely) added a garbage term (or seg.faulted !); the fix happened by simplifying the C-level logic of terms.formula(). Reported by Mathias Amb"uhl in PR#16326. * The error message from stopifnot(.., ) again contains the full "stopifnot(.......)" call: Its attempted suppression did not work consistently. * On Windows, download.file(., , "wininet", headers=character()) would fail; reported with patch proposal by Kevin Ushey in PR#17710.- Don't mark %{_libdir}/R/doc as %doc: This causes issues for rstudio, which requires the directory %{_libdir}/R/doc to exist, but the directory is not present if libzypp is configured to omit documentation.- CHANGES IN R 3.6.2: NEW FEATURES: * runmed(x, *) gains a new option na.action determining _how_ to handle NaN or NA in x. * dotchart() gains new options ann, xaxt, frame.plot and log. INSTALLATION on a UNIX-ALIKE: * Detection of the C stack direction has been moved from run-time to configure: this is safer with LTO builds and allows the detection to be overridden - see file config.site. * Source-code changes enable installation on platforms using gcc - fno-common (the expected default for gcc 10.x). C-LEVEL FACILITIES: * installTrChar (which is nowadays is wrapped by installChar) is defined in Rinternals.h. (Neither are part of the API.) PACKAGE INSTALLATION: * Header Rconfig.h contains the value of FC_LEN_T deduced at installation which is used by the prototypes in headers R_ext/BLAS.h and R_ext/Lapack.h but to avoid extensive breakage this is only exposed when USE_FC_LEN_T is defined. If a package's C/C++ calls to BLAS/LAPACK allow for the 'hidden' arguments used by most Fortran compilers to pass the lengths of Fortran character arguments, define USE_FC_LEN_T and include Rconfig.h (possibly _via_ R.h) before including R_ext/BLAS.h or R_ext/Lapack.h. * A package with Fortran source code and perhaps C (but not C++) sources can request for its shared object/DLL to be linked by the Fortran compiler by including a line USE_FC_TO_LINK= in src/Makevars[.win] and using $(SHLIB_OPENMP_FFLAGS) as part of PKG_LIBS. The known reason for doing so is a package which uses Fortran (only) OpenMP on a platform where the Fortran OpenMP runtime is incompatible with the C one (e.g. gfortran 9.x with clang). UTILITIES: * R CMD check has a new option to mitigate checks leaving files/directories in /tmp. See the 'R Internals' manual - this is part of --as-cran. Windows: * The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98). DEPRECATED AND DEFUNCT: * Support for specifying C++98 in package installation is deprecated. * Support in R CMD config for F77, FCPIFCPLAGS, CPP, CXXCPP and CXX98 and similar is deprecated. (CPP is found from the system make and may well not be set.) Use $CC -E and $CXX -E instead of CPP and CXXCPP. BUG FIXES: * runmed(x, *) when x contains missing values now works consistently for both algorithm="Stuetzle" and "Turlach", and no longer segfaults for "Turlach", as reported by Hilmar Berger. * apply(diag(3), 2:3, mean) now gives a helpful error message. * dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier. * Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay. * options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists. * as.numeric() now gives correct error message. * Printing ls.str() no longer wrongly shows "" in rare cases. * Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun. * pchisq(, , ncp=100) no longer takes practically forever in some cases. Hence ditto for corresponding qchisq() calls. * x %% L for finite x no longer returns NaN when L is infinite, nor suffers from cancellation for large finite L, thanks to Long Qu's PR#17611. Analogously, x %/% L and L %/% x suffer less from cancellation and return values corresponding to limits for large L. * grepl(NA, *) now returns logical as documented. * options(warn=1e11) is an error now, instead of later leading to C stack overflow because of infinite recursion. * R_tryCatch no longer transfers control for all conditions. Reported and patch provided by Lionel Henry in PR#17617. * format(object.size(.), digits=NULL) now works, fixing PR#17628 reported by Jonathan Carroll. * get_all_vars(f, d) now also works for cases, e.g. where d contains a matrix. Reported by Simon Wood in 2009 and patch provided by Ben Bolker in PR#13624. Additionally, it now also works when some variables are data frames, fixing PR#14905, reported by Patrick Breheny. * barplot() could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico. * power.t.test() works in more cases when returning values of n smaller than 2. * dotchart(*, pch=., groups=.) now works better. Reported by Robert and confirmed by Nic Rochette in PR#16953. * canCoerce(obj, cl) no longer assumes length(class(obj)) == 1. * plot.formula(*, subset = *) now also works in a boundary case reported by Robert Schlicht (TU Dresden). * readBin() and writeBin() of a rawConnection() now also work in large cases, thanks to a report and proposal by Taeke Harkema in PR#17665.- Remove obsolete Groups tag (fate#326485)- Use %license- Fix Summary of R-core and R-core-devel- CHANGES IN R 3.6.1: INSTALLATION on a UNIX-ALIKE: * The default detection of the shell variable libNN is overridden for derivatives of Debian Linux, some of which have started to have a /usr/lib64 directory. (E.g. Ubuntu 19.04.) As before, it can be specified in config.site. UTILITIES: * R CMD config knows the values of AR and RANLIB, often set for LTO builds. DEPRECATED AND DEFUNCT: * The use of a character vector with .Fortran() is formally deprecated and gives a non-portability warning. (It has long been strongly discouraged in 'Writing R Extensions'.) BUG FIXES: * On Windows, GUI package installation via menuInstallPkgs() works again, thanks to Len Weil's and Duncan Murdoch's PR#17556. * R CMD check on data() fixing PR#17558 thanks to Duncan Murdoch. * quasi(*, variance = list(..)) now works more efficiently, and should work in all cases fixing PR#17560. Further, quasi(var = mu(1-mu)) and quasi(var = "mu ^ 3") now work, and quasi(variance = "log(mu)") now gives a correct error message. * Creation of lazy loading database during package installation is again robust to Rprofile changing the current working directory (PR#17559). * boxplot(y ~ f, horizontal=TRUE) now produces correct x- and y-labels. * rbind.data.frame() allows to keep levels from factor columns (PR#17562) via new option factor.exclude. Additionally, it works in one more case with matrix-columns which had been reported on 2017-01-16 by Krzysztof Banas. * Correct messaging in C++ pragma checks in tools code for R CMD check, fixing PR#17566 thanks to Xavier Robin. * print()ing and auto-printing no longer differs for functions with a user defined print.function, thanks to Bill Dunlap's report. * On Windows, writeClipboard(.., format = ) now does correctly pass format to the underlying C code, thanks to a bug report (with patch) by Jenny Bryan. * as.data.frame() treats 1D arrays the same as vectors, PR#17570. * Improvements in smoothEnds(x, *) working with NAs (towards runmed() working in that case, in the next version of R). * vcov(glm(), dispersion = *) works correctly again, fixing PR#17571 thanks to Pavel Krivitsky. * R CMD INSTALL of binary packages on Windows now works also with per-directory locking. * R CMD INSTALL and install.packages() on Windows are now more robust against a locked file in an earlier installation of the package to be installed. The default value of option install.lock on Windows has been changed to TRUE. * On Unix alikes (when readline is active), only expand tilde (~) file names starting with a tilde, instead of almost all tildes. * In R documentation (*.Rd) files, \item [..] is no longer treated specially when rendered in LaTeX and hence pdf, but rather shows the brackets in all cases.- CHANGES IN R 3.6.0: SIGNIFICANT USER-VISIBLE CHANGES: * Serialization format version 3 becomes the default for serialization and saving of the workspace (save(), serialize(), saveRDS(), compiler::cmpfile()). Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. Serialization format version 2 is still supported and can be selected by version = 2 in the save/serialization functions. The default can be changed back for the whole R session by setting environment variables R_DEFAULT_SAVE_VERSION and R_DEFAULT_SERIALIZE_VERSION to 2. For maximal back-compatibility, files vignette.rds and partial.rdb generated by R CMD build are in serialization format version 2, and resave by default produces files in serialization format version 2 (unless the original is already in format version 3). * The default method for generating from a discrete uniform distribution (used in sample(), for instance) has been changed. This addresses the fact, pointed out by Ottoboni and Stark, that the previous method made sample() noticeably non-uniform on large populations. See PR#17494 for a discussion. The previous method can be requested using RNGkind() or RNGversion() if necessary for reproduction of old results. Thanks to Duncan Murdoch for contributing the patch and Gabe Becker for further assistance. The output of RNGkind() has been changed to also return the 'kind' used by sample(). NEW FEATURES: * Sys.setFileTime() has been vectorized so arguments path and time of length greater than one are now supported. * axis() gets new option gap.axis = NA for specifying a multiplication factor for the minimal "gap" (distance) between axis labels drawn. Its default is 1 for labels _parallel_ to the axis, and 0.25 for perpendicular ones. Perpendicular labels no longer overlap, fixing bug PR#17384. * The default method of plot() gains new arguments xgap.axis = NA and ygap.axis = NA to be passed to the x- and y- axis(.., gap.axis=*) calls. * removeSource() now works not only for functions but also for some language objects. * as.call(), rep.int(), rep_len() and nchar() dispatch internally. * is(object, class2) looks for class2 in the calling namespace after looking in the namespace of class(object). * extendrange(.., f) with a length-2 f now extends separately to the left and the right. * lengths() dispatches internally to S4 methods. * download.file() on Windows now uses URLdecode() to determine the file extension, and uses binary transfer (mode = "wb") also for file extension .rds. The help page for download.file() now contains the same information on all platforms. * Setting C locale for collation _via_ environment variables LC_ALL and LC_COLLATE and _via_ a call to Sys.setlocale() now takes precedence over environment variable R_ICU_LOCALE. * There is a new function, nullfile(), to give the file name of the null system device (e.g., /dev/null) on the current platform. * There are two new options, keep.parse.data and keep.parse.data.pkgs, which control whether parse data are included into sources when keep.source or keep.source.pkgs is TRUE. By default, keep.parse.data.pkgs is now FALSE, which changes previous behavior and significantly reduces space and time overhead when sources are kept when installing packages. * In rapply(x, ..), x can also be "list-like" and of length >= 2^{31}. * trimws() gets new optional whitespace argument, allowing more extensive definitions of "space", such as including Unicode spaces (as wished in PR#17431). * weighted.mean() no longer coerces the weights to a double/numeric vector, since sum() now handles integer overflow. This makes weighted.mean() more polymorphic and endomorphic, but be aware that the results are no longer guaranteed to be a vector of type double. * When loading namespaces, S3 method registrations which overwrite previous registrations are now noted by default (using packageStartupMessage()). * compiler::cmpfile() gains a version argument, for use when the output file should be saved in serialization format 2. * The axis labeling in the default method of pairs() may now be toggled by new options horOdd and verOdd. * (Not Windows nor macOS.) Package tcltk now supports an environment variable R_DONT_USE_TK which if set disables Tk initialization. This is intended for use to circumvent errors in loading the package, e.g. with recent Linux running under an address sanitizer. * The numeric method of all.equal() gets optional arguments countEQ and formatFUN. If countEQ is true, the mean error is more sensible when many entries are *eq*ual. * outer(x,y, FUN = "*") is more efficient using tcrossprod(u,v) instead of u %*% t(v). * vcov() is more efficient via new optional arguments in summary.mlm(). * The default method of summary() gets an option to choose the _kind_ of quantile()s to use; wish of PR#17438. * Fitting multiple linear models _via_ lm() does work with _matrix_ offsets, as suggested in PR#17407. * The new functions mem.maxVSize() and mem.maxMSize() allow the maximal size of the vector heap and the maximal number of nodes allowed in the current R process to be queried and set. * news() gains support for NEWS.md files. * An effort has been started to have our reference manuals, i.e., all help pages. show platform-independent information (rather than Windows or Unix-alike specifics visible only on that platform). Consequently, the Windows version of X11() / x11() got identical formal arguments to the Unix one. * sessionInfo()$running has been factored out in a new variable osVersion. * slice.index() now also works for multi-dimensional margins. * untar() used with an external tar command assumes this supports decompression including xz and automagically detecting the compression type. This has been true of all mainstream implementations since 2009 (for GNU tar, since version 1.22): older implementations are still supported _via_ the new argument support_old_tars whose default is controlled by environment variable R_SUPPORT_OLD_TARS. (It looks like NetBSD and OpenBSD have 'older' tar commands for this purpose.) * The new function asplit() allow splitting an array or matrix by its margins. * New functions errorCondition() and warningCondition() provide a convenient way to create structured error and warning objects. .Deprecated() now signals a warning of class "deprecatedWarning", and .Defunct() now signals an error of class "defunctError". * Many 'package not found' errors are now signaled as errors of class "packageNotFoundError". * As an experimental feature, when loadNamespace() fails because the requested package is not available the error is initially signaled with a retry_loadNamespace restart available. This allows a calling handler to try to install the package and continue. * S3method() directives in NAMESPACE can now also be used to perform _delayed_ S3 method registration. * Experimentally, setting environment variable _R_CHECK_LENGTH_1_LOGIC2_ will lead to warnings (or errors if the variable is set to a 'true' value) when && or || encounter and use arguments of length more than one. * Added "lines" and "chars" coordinate systems to grconvertX() and grconvertY(). * getOption() is more efficient notably for the rare case when called with two arguments, from several contributors in PR#17394. * In .col(dim) and .row(dim), dim now may also be an integer-valued "double". * sQuote() and dQuote() get an explicit q argument with obvious default instead of using getOption("fancyQuotes") implicitly and unconditionally. * unzip() can list archives with comments and with spaces in file names even using an external unzip command. * Command line completion has a new setting rc.settings(dots = FALSE) to remove ... from the list of possible function arguments. * library() no longer checks packages with compiled code match R.version$platform. loadNamespace() never has, and increasingly the 'canonical name' does not reflect the important characteristics of compiled code. * The primitive functions drop() and unclass() now avoid duplicating their data for atomic vectors that are large enough, by returning ALTREP wrapper objects with adjusted attributes. R-level assignments to change attributes will also use wrapper objects to avoid duplicating data for larger atomic vectors. R functions like structure() and unname() will therefore not duplicate data in these settings. Generic vectors as produced by list() are not yet covered by this optimization but may be in due course. * In formals(), envir becomes an optional argument instead of being hardwired. * Instead of signalling an error for an invalid S4 object x, str(x) now gives a warning and subsequently still shows most parts of x, e.g., when slots are missing. * gamma(x) and lgamma(x) no longer warn when correctly returning Inf or underflowing to zero. This helps maximum likelihood and similar computations. * convertColor() is now vectorized, so a lot faster for converting many colours at once. The new argument vectorized to colorConverter() ensures that non-vectorized colour converters still work. (Thanks to Brodie Gaslam.) * download.file() and url() get new argument headers for custom HTTP headers, e.g., allowing to perform basic http authentication, thanks to a patch contributed by G'abor Cs'ardi. * File-based connection functions file(), gzfile(), bzfile() and xzfile() now signal an error when used on a directory. * For approx(), splinefun() _etc_, a new setting ties = c("ordered", ) allows skipping the sorting and still treat ties. * format(x) gives a more user friendly error message in the case where no method is defined. A minimal method is provided in format.default(x) when isS4(x) is true. * which(x) now also works when x is a long vector, thanks to Suharto Anggono's PR#17201. *NB*: this may return a double result, breaking the previous guarantee of an integer result. * seq.default() is more careful to return an integer (as opposed to double) result when its arguments are large and/or classed objects; see comment #9 of Suharto Anggono's PR#17497. * The plot() method for lm and glm fits, plot.lm(), gains a new option iter.smooth with a default of 0 for binomial fits, no longer down-weighting when smoothing the residuals. * zip() passes its list of files _via_ standard input to the external command when too long for the command line (on some platforms). * data() gains an overwrite argument. * t.test() now also returns the standard error (in list component stderr). * model.matrix(*, contrasts.arg = CC) now warns about invalid contrasts.args. * Performance of substr() and substring() has been improved. * stopifnot() has been simplified thanks to Suharto Anggono's proposals to become considerably faster for cheap expressions. * The default 'user agent' has been changed when accessing http:// and https:// sites using libcurl. (A site was found which caused libcurl to infinite-loop with the previous default.) * sessionInfo() now also contains RNGkind() and prints it when it differs from the default; based on a proposal and patch by Gabe Becker in PR#17535. Also, RNGversion(getRversion()) works directly. * library() and require() now allow more control over handling search path conflicts when packages are attached. The policy is controlled by the new conflicts.policy option. * barplot() gets a formula method, thanks to a patch proposal by Arni Magnusson in PR#17521. * pmax() and pmin(x) now also work for long vectors, thanks to Suharto Anggono's PR#17533. * bxp() now warns when omitting duplicated arguments. * New hcl.colors() function to provide wide range of HCL-based colour palettes with much better perceptual properties than the existing RGB/HSV-based palettes like rainbow(). Also a new hcl.pals() function to list available palette names for hcl.colors(). Contributed by Achim Zeileis. * The default colours for image() and filled.contour() are now based on hcl.colors(). * The palette-generating functions rainbow(), gray.colors(), etc. get a new rev argument to facilitate reversing the order of colors. * New str2lang() and str2expression() as streamlined versions of parse(text=., keep.source=FALSE) allow to abstract typical call constructions, e.g., in formula manipulations. (Somewhat experimental) * Add update_PACKAGES() for incrementally updating a package repository index, instead of rebuilding the index from scratch. Thanks to Gabe Becker in PR#17544 for the patch, based on part of his switchr package. INSTALLATION on a UNIX-ALIKE: * The options selected for the C++ compiler default to the C++11 standard if supported, otherwise to the C++98 standard. * Visibility macros such as C_VISIBILITY can now be user-set (including to empty), e.g. in config.site. * Macro FCLIBS, which has sometimes been needed on Solaris, has been renamed to FCLIBS_XTRA. * Macro F77 is always set to the value of FC, so the latter should be set to user-select the Fortran compiler for both fixed-form and free-form Fortran. In particular, gfortran is now the first choice for F77, not f95. Macros FFLAGS and FCFLAGS remain distinct to allow for a compiler which needs a flag to select free- or fixed-form Fortran (most use the source-file extension to choose: .f is fixed-form and .f90 and .f95 are free-form). If only one of them is set, its value is used for both. * The special-casing of CFLAGS, CXXFLAGS and FFLAGS for Intel compilers on Linux has been removed: we do not have recent experience but the generic defaults now chosen are the same as those previously special-cased for x86_64. If necessary, override the defaults on the configure command line or in file config.site. * Long-untested configure support for HP-UX and very old versions of Linux has been removed. * configure --with-blas (without specifying a value) includes OpenBLAS in its search (before ATLAS and a generic BLAS). This follows recent versions of the ax_blas autoconf macro. * The configure macro MAKEINFO has been updated to TEXI2ANY. * Support for make install-strip has been enhanced. PACKAGE INSTALLATION: * Source package installation is by default 'staged': the package is installed into a temporary location under the final library directory and moved into place once the installation is complete. The benefit is that partially-installed packages are hidden from other R sessions. The overall default is set by environment variable R_INSTALL_STAGED. R CMD INSTALL has new options --staged-install and --no-staged-install, and packages can use the StagedInstall field in their DESCRIPTION file to opt out. (That opt-out is a temporary measure which may be withdrawn in future.) Staged installation requires either --pkglock or --lock, one of which is used by default. * The interpretation of source code with extension .f is changing. Previously this denoted FORTRAN 77 code, but current compilers no longer have a FORTRAN 77 mode and interpret it as 'fixed-form' Fortran 90 (or later where supported) code. Extensions .f90 and .f95 continue to indicate 'free-form' Fortran code. Legal FORTRAN 77 code is also legal fixed-form Fortran 9x; however this change legitimizes the use of later features, in particular to replace features marked 'obsolescent' in Fortran 90 and 'deleted' in Fortran 2018 which gfortran 8.x and later warn about. * Packages containing files in the src directory with extensions .f90 or .f95 are now linked using the C or C++ compiler rather than the Fortran 9x compiler. This is consistent with fixed-form Fortran code and allows mixing of C++ and free-form Fortran on most platforms. Consequentially, a package which includes free-form Fortran 9x code which uses OpenMP should include SHLIB_OPENMP_CFLAGS (or the CXXFLAGS version if they also include C++ code) in PKG_LIBS rather than SHLIB_OPENMP_FCFLAGS - fortunately on almost all current platforms they are the same flag. * Macro PKG_FFLAGS will be used for the compilation of both fixed-form and free-form Fortran code unless PKG_FCFLAGS is also set (in src/Makevars or src/Makevars.win). * The make macro F_VISIBILITY is now preferred for both fixed-form and free-form Fortran, for use in src/Makevars and similar. * R CMD INSTALL gains a new option --strip which (where supported) strips installed shared object(s): this can also be achieved by setting the environment variable _R_SHLIB_STRIP_ to a true value. The new option --strip-lib attempts stripping of static and shared libraries installed under lib. These are most useful on platforms using GNU binutils (such as Linux) and compiling with -g flags. * There is more support for installing UTF-8-encoded packages in a strict Latin-1 locale (and probably for other Latin locales): non-ASCII comments in R code (and NAMESPACE files) are worked around better. UTILITIES: * R CMD check now optionally checks makefiles for correct and portable use of the SHLIB_OPENMP_*FLAGS macros. * R CMD check now evaluates \Sexpr{} expressions (including those in macros) before checking the contents of Rd files and so detects issues both in evaluating the expressions and in the expanded contents. * R CMD check now lists missing packages separated by commas and with regular quotes such as to be useful as argument in calling install.packages(c(..)); from a suggestion by Marcel Ramos. * tools::Rd2latex() now uses UTF-8 as its default output encoding. * R CMD check now checks line endings of files with extension .hpp and those under inst/include. The check now includes that a non-empty file is terminated with a newline. R CMD build will correct line endings in such files. * R CMD check now tries re-building all vignettes rather than stopping at the first error: whilst doing so it adds 'bookmarks' to the log. By default (see the 'R Internals' manual) it re-builds each vignette in a separate process. It now checks for duplicated vignette titles (also known as 'index entries'): they are used as hyperlinks on CRAN package pages and so do need to be unique. * R CMD check has more comprehensive checks on the data directory and the functioning of data() in a package. * R CMD check now checks autoconf-generated configure files have their corresponding source files, including optionally attempting to regenerate them on platforms with autoreconf. * R CMD build has a new option --compression to select the compression used for the tarball. * R CMD build now removes src/*.mod files on all platforms. C-LEVEL FACILITIES: * New pointer protection C functions R_PreserveInMSet and R_ReleaseFromMSet have been introduced to replace UNPROTECT_PTR, which is not safe to mix with UNPROTECT (and with PROTECT_WITH_INDEX). Intended for use in parsers only. * NAMEDMAX has been raised to 7 to allow further protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Properly written package code should not be affected. * R_unif_index is now considered to be part of the C API. * R_GetCurrentEnv() allows C code to retrieve the current environment. DEPRECATED AND DEFUNCT: * Argument compressed of untar() is deprecated - it is only used for external tar commands which increasingly for extraction auto-detect compression and ignore their zjJ flags. * var(f) and hence sd(f) now give an error for factor arguments; they gave a deprecation warning since R 3.2.3, PR#16564. * Package tools' vignetteDepends() has been deprecated (it called a function deprecated since Feb 2016), being partly replaced by newly exported vignetteInfo(). * The f77_f2c script has been removed: it no longer sufficed to compile the .f files in R. * The deprecated legacy support of make macros such as CXX1X has been removed: use the CXX11 forms instead. * Make macro F77_VISIBILITY is deprecated in favour of F_VISIBILITY. * Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS are deprecated in favour of FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS respectively. * $.data.frame had become an expensive version of the default method, so has been removed. (Thanks to Radford Neal for picking this up and to Duncan Murdoch for providing a patch.) BUG FIXES: * replayPlot(r) now also works in the same R session when r has been "reproduced" from serialization, typically after saving to and reading from an RDS file. * substr() and substring() now signal an error when the input is invalid UTF-8. * file.copy() now works also when its argument to is of length greater than one. * mantelhaen.test() no longer suffers from integer overflow in largish cases, thanks to Ben Bolker's PR#17383. * Calling setGeneric("foo") in a package no longer fails when the enclosing environment of the implicit generic foo() is .GlobalEnv. * untar(file(".tar.gz"), *) now gives a better error message, suggesting to use gzfile() instead. * Method dispatch uses more relevant environments when looking up class definitions. * The documentation for identify() incorrectly claimed that the indices of identified points were returned in the order that the points were selected. identify() now has a new argument order to allow the return value to include the order in which points were identified; the documentation has been updated. Reported by Richard Rowe and Samuel Granjeaud. * order(...., decreasing=c(TRUE, FALSE)) could fail in some cases. Reported from StackOverflow via Karl Nordstr"om. * User macros in Rd files now accept empty and multi-line arguments. * Changes in print.*(), thanks to Lionel Henry's patches in PR#17398: * Printing lists, pairlists or attributes containing calls with S3 class no longer evaluate those. * Printing S4 objects within lists and pairlists dispatches with show() rather than print(), as with auto-printing. * The indexing tags (names or [[]]) of recursive data structures are now printed correctly in complex cases. * Arguments supplied to print() are now properly forwarded to methods when printing lists, pairlists or attributes containing S3 objects. * The print parameters are now preserved when printing S3 objects or deparsing symbols and calls. Previously, printing lists containing S3 objects or expressions would reset these parameters. * Printing lists, pairlists or attributes containing functions now uses srcref attributes if present. * Calling install.packages() with a length zero pkgs argument now is a no-op (PR#17422). * unlist(x) now returns a correct factor when x is a nested list with factor leaves, fixing PR#12572 and PR#17419. * The documentation help(family) gives more details about the aic component, thanks to Ben Bolker's prompting. * The documentation for attributes and `attributes<-` now gives x as name of the first and main argument which the implementation has been requiring, fixing PR#17434. For consistency, the first argument name is also changed from obj to x for `mostattributes<-`. * strwidth() now uses par("font") as default font face (PR#17352). * plot(, log="x") no longer warns about log. * The print() method for "htest" objects now formats the test statistic and parameter directly and hence no longer rounds to units _before_ the decimal point. Consequently, printing of t.test() results with a small number of digits now shows non-large df's to the full precision (PR#17444). * kruskal.test() and fligner.test() no longer erroneously insist on numeric g group arguments (PR#16719). * Printing a news db via the browser now does a much better job (PR#17433). * print.aov() missed column names in the multivariate case due to misspelling (reported by Chris Andrews). * axis() now creates valid at locations also for small subnormal number ranges in log scale plots. * format.POSIXlt() now also recycles the zone and gmtoff list components to full length when needed, and its internal C code detects have_zone in more cases. In some cases, this changes its output to become compatible with format.POSIXct(). * On Windows, detectCores() in package parallel now detects processors in all processor groups, not just the group R is running in (impacts particularly systems with more than 64 logical processors). Reported by Arunkumar Srinivasan. * On Windows, socketSelect() would hang with more than 64 sockets, and hence parallel::clusterApplyLB() would hang with more than 64 workers. Reported by Arunkumar Srinivasan. * as(1L, "double") now does coerce (PR#17457). * lm.influence(), influence.measures(), rstudent() etc now work (more) correctly for multivariate models ("mlm"), thanks to (anonymous) stackoverflow remarks. * sample.int(2.9, *, replace=TRUE) again behaves as documented and as in R < 3.0.0, namely identically to sample.int(2, ..). * Fixes to convertColor() for chromatic adaptation; thanks to Brodie Gaslam PR#17473. * Using \Sexpr[stage=install]{..} to create an Rd section no longer gives a warning in R CMD check; problem originally posted by G'abor Cs'ardi, then reported as PR#17479 with a partial patch by Duncan Murdoch. * Parse data now include a special node for equal assignment. * split.default() no longer relies on [[<-(), so it behaves as expected when splitting an object by a factor with the empty string as one of its levels. Thanks to Brad Friedman for the report. * Line numbers in messages about .Rd files are now more reliable, thanks to a patch from Duncan Murdoch. * In the numeric method for all.equal(), a numeric scale argument is now checked to be positive and allowed to be of length > 1. (The latter worked originally and with a warning in recent years). * Deferred string conversions now record the OutDec option setting when not equal to the default. Reported by Michael Sannella. * When y is numeric and f a factor, plot(y ~ f) nicely uses "y" and "f" as y- and x-labels. The more direct boxplot(y ~ f) now does too. The new argument ann = FALSE may be used to suppress these. * Subassignment to no/empty rows of a data frame is more consistent and typically a no-op in all cases instead of sometimes an error; part of Emil Bode's PR#17483. * Calls like formatC(*, zero.print = "< 0.001") no longer give an error and are further improved via new optional argument replace.zero. Reported by David Hugh-Jones. * methods::formalArgs("") now finds the same function as formals(""), fixing Emil Bode's PR#17499. * The methods package better handles duplicated class names across packages. * The default method of seq() now avoids integer overflow, thanks to the report and "cumsum" patch of Suharto Anggono's PR#17497. * sub() no longer loses encodings for non-ASCII replacements (PR#17509). * Fix for rotated raster image on X11 device. (Partial fix for PR#17148; thanks to Mikko Korpela). * formula(model.frame(frml, ..)) now returns frml in all cases, thanks to Bill Dunlap. The previous behavior is available as DF2formula(). * ar.ols() also returns scalar var.pred in univariate case (PR#17517). * normalizePath() now treats NA path as non-existent and normalizes it to NA. file.access() treats NA file name as non-existent. file.edit() and connection functions such as file() now treat NA file names as errors. * The internal regularize.values() auxiliary of approx(), splinefun() etc now warns again when there are ties and the caller did not specify ties. Further, it no longer duplicates x and y unnecessarily when x is already sorted (PR#17515). * strtoi("", base) now gives NA on all platforms, following its documentation. Reported by Michael Chirico. * In the definition of an S4 class, prototype elements are checked against the slots of the class, with giving a prototype for an undefined slot now being an error. (Reported by Bill Dunlap.) * From setClassUnion(), if environment variable _R_METHODS_SHOW_CHECKSUBCLASSES is set to true, the internal .checkSubclasses() utility prints debugging info to see where it is used. * max.col(m) with an m of zero columns now returns integer NA (instead of 1). * axTicks() no longer returns small "almost zero" numbers (in exponential format) instead of zero, fixing Ilario Gelmetti's PR#17534. * isSymmetric(matrix(0, dimnames=list("A","b"))) is FALSE again, as always documented. * The cairo_pdf graphics device (and other Cairo-based devices) now clip correctly to the right and bottom border. There was an off-by-one-pixel bug, reported by Lee Kelvin. * as.roman(3) <= 2:4 and all other comparisons now work, as do group "Summary" function calls such as max(as.roman(sample(20))) and as.roman(NA). (Partly reported by Bill Dunlap in PR#17542.) * reformulate("x", response = "sin(y)") no longer produces extra back quotes, PR#17359, and gains new optional argument env. * When reading console input from stdin with re-encoding (R - -encoding=enc < input) the code on a Unix-alike now ensures that each converted input line is terminated with a newline even if re-encoding fails. * as.matrix.data.frame() now produces better strings from logicals, thanks to PR#17548 from Gabe Becker. * The S4 generic signature of rowSums(), rowMeans(), colSums() and colMeans() is restricted to "x". * match(x, tab) now works for long _character_ vectors x, thanks to PR#17552 by Andreas Kersting. * Class unions are unloaded when their namespace is unloaded (PR#17531, adapted from a patch by Brodie Gaslam). * selectMethod() is robust to ANY-truncation of method signatures (thanks to Herve Pages for the report).- CHANGES IN R 3.5.3: INSTALLATION on a UNIX-ALIKE: * Detection of flags for C++98/11/14/17 has been improved: in particular if CXX??STD is set, it is tried first with no additional flags. PACKAGE INSTALLATION: * New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This will become the preferred form in R 3.6.0. BUG FIXES: * writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter Meissner's PR#17528. * setClassUnion() no longer warns, but uses message() for now, when encountering "non local" subclasses of class members. * stopifnot(exprs = T) no longer fails.- Add architecture-independent package directory. Taken from the Fedora version of R. - Add RPM macros to ease installation of R packages. - Fix building on older versions of openSUSE.- CHANGES IN R 3.5.2: PACKAGE INSTALLATION: * New macro CXX_VISIBILITY analogous to C_VISIBILITY (which several packages have been misusing for C++ code) for the default C++ compiler (but not necessarily one used for non-default C++ dialects like C++14). TESTING: * The random number generator tests in tests/p-r-random-tests.R no longer fail occasionally as they now randomly sample from "certified" random seeds. BUG FIXES: * The "glm" method of drop1() miscalculated the score test (test="Rao") when the model contained an offset. * Linear multiple empty models such as lm(y ~ 0) now have a correctly dimensioned empty coefficient matrix; reported by Brett Presnell. * vcov() and hence confint() now work (via a consistency change in summary.lm()). * confint() now works correctly; reported on R-devel by Steven Pav. * quade.test() now also works correctly when its arguments are not yet sorted along groups, fixing PR#15842. * Installation on a Unix-alike tries harder to link to the pthread library where required (rather than relying on OpenMP to provide it: configuring with --disable-openmp was failing on some Linux systems). * The data.frame method for print(x) is fast now also for large data frames x and got an optional argument max, thanks to suggestions by Juan Telleria. * hist() no longer integer overflows in very rare cases, fixing PR#17450. * untar() ignored a character compressed argument: however many external tar programs ignore the flags which should have been set and automagically choose the compression type, and if appropriate gzip or bzip2 compression would have been chosen from the magic header of the tarball. * zapsmall(x) now works for more "number-like" objects. * The tools-internal function called from R CMD INSTALL now gets a warnOption = 1 argument and only sets options(warn = warnOption) when that increases the warning level (PR#17453). * Analogously, the tools-internal function called from R CMD check gets a warnOption = 1 argument and uses the larger of that and getOption("warn"), also allowing to be run with increased warning level. * Parse data now have deterministic parent nodes (PR#16041). * Calling match() with length one x and POSIXlt table gave a segfault (PR#17459). * Fork clusters could hang due to a race condition in cluster initialization (makeCluster()). * nextn(n) now also works for larger n and no longer loops infinitely for e.g, n <- 214e7. * cooks.distance() and rstandard() now work correctly for multiple linear models ("mlm"). * polym() and corresponding lm() prediction now also work for a boundary "vector" case fixing PR#17474, reported by Alexandre Courtiol. * With a very large number of variables terms() could segfault (PR#17480). * cut(rep(0, 7)) now works, thanks to Joey Reid and Benjamin Tyner (PR#16802). * download.file(*, method = "curl", cacheOK = FALSE) should work now on Windows, thanks to Kevin Ushey's patch in PR#17323. * duplicated() now works, too, thanks to Andreas Kersting's PR#17485; ditto for anyDuplicated(). * legend(*, cex = 1:2) now works less badly. * The print() method for POSIXct and POSIXlt now correctly obeys getOption("max.print"), fixing a long-standing typo, and it also gets a corresponding optional max argument. * Unserialization of raw vectors serialized in ASCII representation now works correctly. * [TRUE, ] <- list(c1, c2) now works correctly, thanks to Suharto Anggono's PR#15362 and Emil Bode's patch in PR#17504. * seq.int(*, by=by, length=n) no longer wrongly "drops fractional parts" when by is integer, thanks to Suharto Anggono's report PR#17506. * Buffering is disabled for file() connections to non-regular files (like sockets), as well as fifo() and pipe() connections. Fixes PR#17470, reported by Chris Culnane.- CHANGES IN R 3.5.1 : BUG FIXES: * file("stdin") is no longer considered seekable. * dput() and dump() are no longer truncating when options(deparse.max.lines = *) is set. * Calls with an S3 class are no longer evaluated when printed, fixing part of PR#17398, thanks to a patch from Lionel Henry. * Allow file argument of Rscript to include space even when it is first on the command line. * callNextMethod() uses the generic from the environment of the calling method. Reported by Herv'e Pag`es with well documented examples. * Compressed file connections are marked as blocking. * optim(*, lower = c(-Inf, -Inf)) no longer warns (and switches the method), thanks to a suggestion by John Nash. * predict(fm, newdata) is now correct also for models where the formula has terms such as splines::ns(..) or stats::poly(..), fixing PR#17414, based on a patch from Duncan Murdoch. * simulate.lm(glm(*, gaussian(link = ))) has been corrected, fixing PR#17415 thanks to Alex Courtiol. * unlist(x) no longer fails in some cases of nested empty lists. Reported by Steven Nydick. * qr.coef(qr()) now works. Reported by Kun Ren. * The radix sort is robust to vectors with >1 billion elements (but long vectors are still unsupported). Thanks to Matt Dowle for the fix. * Terminal connections (e.g., stdin) are no longer buffered. Fixes PR#17432. * deparse(x), dput(x) and dump() now respect c()'s argument names recursive and use.names, e.g., for x <- setNames(0, "recursive"), thanks to Suharto Anggono's PR#17427. * Unbuffered connections now work with encoding conversion. Reported by Stephen Berman. * .Renviron on Windows with Rgui is again by default searched for in user documents directory when invoked _via_ the launcher icon. Reported by Jeroen Ooms. * printCoefmat() now also works with explicit right=TRUE. * print.noquote() now also works with explicit quote=FALSE. * The default method for pairs(.., horInd=*, verInd=*) now gets the correct order, thanks to reports by Chris Andrews and Gerrit Eichner. Additionally, when horInd or verInd contain only a subset of variables, all the axes are labeled correctly now. * agrep("..|..", .., fixed=FALSE) now matches when it should, thanks to a reminder by Andreas Kolter. * str(ch) now works for more invalid multibyte strings.- CHANGES IN R 3.5.0: SIGNIFICANT USER-VISIBLE CHANGES: * All packages are by default byte-compiled on installation. This makes the installed packages larger (usually marginally so) and may affect the format of messages and tracebacks (which often exclude .Call and similar). NEW FEATURES: * factor() now uses order() to sort its levels, rather than sort.list(). This allows factor() to support custom vector-like objects if methods for the appropriate generics are defined. It has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., "list"), where it failed before. * diag() gets an optional names argument: this may require updates to packages defining S4 methods for it. * chooseCRANmirror() and chooseBioCmirror() no longer have a useHTTPS argument, not needed now all R builds support https:// downloads. * New summary() method for warnings() with a (somewhat experimental) print() method. * (methods package.) .self is now automatically registered as a global variable when registering a reference class method. * tempdir(check = TRUE) recreates the tempdir() directory if it is no longer valid (e.g. because some other process has cleaned up the /tmp directory). * New askYesNo() function and "askYesNo" option to ask the user binary response questions in a customizable but consistent way. (Suggestion of PR#17242.) * New low level utilities ...elt(n) and ...length() for working with ... parts inside a function. * isTRUE() is more tolerant and now true in x <- rlnorm(99) isTRUE(median(x) == quantile(x)["50%"]) New function isFALSE() defined analogously to isTRUE(). * The default symbol table size has been increased from 4119 to 49157; this may improve the performance of symbol resolution when many packages are loaded. (Suggested by Jim Hester.) * line() gets a new option iter = 1. * Reading from connections in text mode is buffered, significantly improving the performance of readLines(), as well as scan() and read.table(), at least when specifying colClasses. * order() is smarter about picking a default sort method when its arguments are objects. * available.packages() has two new arguments which control if the values from the per-session repository cache are used (default true, as before) and if so how old cached values can be to be used (default one hour). These arguments can be passed from install.packages(), update.packages() and functions calling that: to enable this available.packages(), packageStatus() and download.file() gain a ... argument. * packageStatus()'s upgrade() method no longer ignores its ... argument but passes it to install.packages(). * installed.packages() gains a ... argument to allow arguments (including noCache) to be passed from new.packages(), old.packages(), update.packages() and packageStatus(). * factor(x, levels, labels) now allows duplicated labels (not duplicated levels!). Hence you can map different values of x to the same level directly. * Attempting to use names<-() on an S4 derivative of a basic type no longer emits a warning. * The list method of within() gains an option keepAttrs = FALSE for some speed-up. * system() and system2() now allow the specification of a maximum elapsed time ('timeout'). * debug() supports debugging of methods on any object of S4 class "genericFunction", including group generics. * Attempting to increase the length of a variable containing NULL using length()<- still has no effect on the target variable, but now triggers a warning. * type.convert() becomes a generic function, with additional methods that operate recursively over list and data.frame objects. Courtesy of Arni Magnusson (PR#17269). * lower.tri(x) and upper.tri(x) only needing dim(x) now work via new functions .row() and .col(), so no longer call as.matrix() by default in order to work efficiently for all kind of matrix-like objects. * print() methods for "xgettext" and "xngettext" now use encodeString() which keeps, e.g. "\n", visible. (Wish of PR#17298.) * package.skeleton() gains an optional encoding argument. * approx(), spline(), splinefun() and approxfun() also work for long vectors. * deparse() and dump() are more useful for S4 objects, dput() now using the same internal C code instead of its previous imperfect workaround R code. S4 objects now typically deparse perfectly, i.e., can be recreated identically from deparsed code. dput(), deparse() and dump() now print the names() information only once, using the more readable (tag = value) syntax, notably for list()s, i.e., including data frames. These functions gain a new control option "niceNames" (see .deparseOpts()), which when set (as by default) also uses the (tag = value) syntax for atomic vectors. On the other hand, without deparse options "showAttributes" and "niceNames", names are no longer shown also for lists. as.character(list( c (one = 1))) now includes the name, as as.character(list(list(one = 1))) has always done. m:n now also deparses nicely when m > n. The "quoteExpressions" option, also part of "all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an error. * mclapply() gets an option affinity.list which allows more efficient execution with heterogeneous processors, thanks to Helena Kotthaus. * The character methods for as.Date() and as.POSIXlt() are more flexible _via_ new arguments tryFormats and optional: see their help pages. * on.exit() gains an optional argument after with default TRUE. Using after = FALSE with add = TRUE adds an exit expression before any existing ones. This way the expressions are run in a first-in last-out fashion. (From Lionel Henry.) * On Windows, file.rename() internally retries the operation in case of error to attempt to recover from possible anti-virus interference. * Command line completion on :: now also includes lazy-loaded data. * If the TZ environment variable is set when date-time functions are first used, it is recorded as the session default and so will be used rather than the default deduced from the OS if TZ is subsequently unset. * There is now a [ method for class "DLLInfoList". * glm() and glm.fit get the same singular.ok = TRUE argument that lm() has had forever. As a consequence, in glm(*, method = ), user specified methods need to accept a singular.ok argument as well. * aspell() gains a filter for Markdown (.md and .Rmd) files. * intToUtf8(multiple = FALSE) gains an argument to allow surrogate pairs to be interpreted. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() has been increased up to 614 when the OS limit on the number of open files allows. * Sys.timezone() on a Unix-alike caches the value at first use in a session: _inter alia_ this means that setting TZ later in the session affects only the _current_ time zone and not the _system_ one. Sys.timezone() is now used to find the system timezone to pass to the code used when R is configured with --with-internal-tzcode. * When tar() is used with an external command which is detected to be GNU tar or libarchive tar (aka bsdtar), a different command-line is generated to circumvent line-length limits in the shell. * system(*, intern = FALSE), system2() (when not capturing output), file.edit() and file.show() now issue a warning when the external command cannot be executed. * The "default" ("lm" etc) methods of vcov() have gained new optional argument complete = TRUE which makes the vcov() methods more consistent with the coef() methods in the case of singular designs. The former (back-compatible) behavior is given by vcov(*, complete = FALSE). * coef() methods (for lm etc) also gain a complete = TRUE optional argument for consistency with vcov(). For "aov", both coef() and vcov() methods remain back-compatibly consistent, using the _other_ default, complete = FALSE. * attach(*, pos = 1) is now an error instead of a warning. * New function getDefaultCluster() in package parallel to get the default cluster set via setDefaultCluster(). * str(x) for atomic objects x now treats both cases of is.vector(x) similarly, and hence much less often prints "atomic". This is a slight non-back-compatible change producing typically both more informative and shorter output. * write.dcf() gets optional argument useBytes. * New, partly experimental packageDate() which tries to get a valid "Date" object from a package DESCRIPTION file, thanks to suggestions in PR#17324. * tools::resaveRdaFiles() gains a version argument, for use when packages should remain compatible with earlier versions of R. * ar.yw(x) and hence by default ar(x) now work when x has NAs, mostly thanks to a patch by Pavel Krivitsky in PR#17366. The ar.yw.default()'s AIC computations have become more efficient by using determinant(). * New warnErrList() utility (from package nlme, improved). * By default the (arbitrary) signs of the loadings from princomp() are chosen so the first element is non-negative. * If --default-packages is not used, then Rscript now checks the environment variable R_SCRIPT_DEFAULT_PACKAGES. If this is set, then it takes precedence over R_DEFAULT_PACKAGES. If default packages are not specified on the command line or by one of these environment variables, then Rscript now uses the same default packages as R. For now, the previous behavior of not including methods can be restored by setting the environment variable R_SCRIPT_LEGACY to yes. * When a package is found more than once, the warning from find.package(*, verbose=TRUE) lists all library locations. * POSIXt objects can now also be rounded or truncated to month or year. * stopifnot() can be used alternatively via new argument exprs which is nicer and useful when testing several expressions in one call. * The environment variable R_MAX_VSIZE can now be used to specify the maximal vector heap size. On macOS, unless specified by this environment variable, the maximal vector heap size is set to the maximum of 16GB and the available physical memory. This is to avoid having the R process killed when macOS over-commits memory. * sum(x) and sum(x1,x2,..,x) with many or long logical or integer vectors no longer overflows (and returns NA with a warning), but returns double numbers in such cases. * Single components of "POSIXlt" objects can now be extracted and replaced via [ indexing with 2 indices. * S3 method lookup now searches the namespace registry after the top level environment of the calling environment. * Arithmetic sequences created by 1:n, seq_along, and the like now use compact internal representations via the ALTREP framework. Coercing integer and numeric vectors to character also now uses the ALTREP framework to defer the actual conversion until first use. * Finalizers are now run with interrupts suspended. * merge() gains new option no.dups and by default suffixes the second of two duplicated column names, thanks to a proposal by Scott Ritchie (and Gabe Becker). * scale.default(x, center, scale) now also allows center or scale to be "numeric-alike", i.e., such that as.numeric(.) coerces them correctly. This also eliminates a wrong error message in such cases. * par*apply and par*applyLB gain an optional argument chunk.size which allows to specify the granularity of scheduling. * Some as.data.frame() methods, notably the matrix one, are now more careful in not accepting duplicated or NA row names, and by default produce unique non-NA row names. This is based on new function .rowNamesDF(x, make.names = *) <- rNms where the logical argument make.names allows to specify _how_ invalid row names rNms are handled. .rowNamesDF() is a "workaround" compatible default. * R has new serialization format (version 3) which supports custom serialization of ALTREP framework objects. These objects can still be serialized in format 2, but less efficiently. Serialization format 3 also records the current native encoding of unflagged strings and converts them when de-serialized in R running under different native encoding. Format 3 comes with new serialization magic numbers (RDA3, RDB3, RDX3). Format 3 can be selected by version = 3 in save(), serialize() and saveRDS(), but format 2 remains the default for all serialization and saving of the workspace. Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. * The "Date" and "date-time" classes "POSIXlt" and "POSIXct" now have a working `length<-` method, as wished in PR#17387. * optim(*, control = list(warn.1d.NelderMead = FALSE)) allows to turn off the warning when applying the default "Nelder-Mead" method to 1-dimensional problems. * matplot(.., panel.first = .) etc now work, as log becomes explicit argument and ... is passed to plot() unevaluated, as suggested by Sebastian Meyer in PR#17386. * Interrupts can be suspended while evaluating an expression using suspendInterrupts. Subexpression can be evaluated with interrupts enabled using allowInterrupts. These functions can be used to make sure cleanup handlers cannot be interrupted. * R 3.5.0 includes a framework that allows packages to provide alternate representations of basic R objects (ALTREP). The framework is still experimental and may undergo changes in future R releases as more experience is gained. For now, documentation is provided in . UTILITIES: * install.packages() for source packages now has the possibility to set a 'timeout' (elapsed-time limit). For serial installs this uses the timeout argument of system2(): for parallel installs it requires the timeout utility command from GNU coreutils. * It is now possible to set 'timeouts' (elapsed-time limits) for most parts of R CMD check _via_ environment variables documented in the 'R Internals' manual. * The 'BioC extra' repository which was dropped from Bioconductor 3.6 and later has been removed from setRepositories(). This changes the mapping for 6-8 used by setRepositories(ind=). * R CMD check now also applies the settings of environment variables _R_CHECK_SUGGESTS_ONLY_ and _R_CHECK_DEPENDS_ONLY_ to the re-building of vignettes. * R CMD check with environment variable _R_CHECK_DEPENDS_ONLY_ set to a true value makes test-suite-management packages available and (for the time being) works around a common omission of rmarkdown from the VignetteBuilder field. INSTALLATION on a UNIX-ALIKE: * Support for a system Java on macOS has been removed - install a fairly recent Oracle Java (see 'R Installation and Administration' SSC.3.2). * configure works harder to set additional flags in SAFE_FFLAGS only where necessary, and to use flags which have little or no effect on performance. In rare circumstances it may be necessary to override the setting of SAFE_FFLAGS. * C99 functions expm1, hypot, log1p and nearbyint are now required. * configure sets a -std flag for the C++ compiler for all supported C++ standards (e.g., -std=gnu++11 for the C++11 compiler). Previously this was not done in a few cases where the default standard passed the tests made (e.g. clang 6.0.0 for C++11). C-LEVEL FACILITIES: * 'Writing R Extensions' documents macros MAYBE_REFERENCED, MAYBE_SHARED and MARK_NOT_MUTABLE that should be used by package C code instead NAMED or SET_NAMED. * The object header layout has been changed to support merging the ALTREP branch. This requires re-installing packages that use compiled code. * 'Writing R Extensions' now documents the R_tryCatch, R_tryCatchError, and R_UnwindProtect functions. * NAMEDMAX has been raised to 3 to allow protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Package C code using SET_NAMED may need to be revised. DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) is defunct, and is ignored (with a warning). * methods:::bind_activation() is defunct now; it typically has been unneeded for years. The undocumented 'hidden' objects .__H__.cbind and .__H__.rbind in package base are deprecated (in favour of cbind and rbind). * The declaration of pythag() in Rmath.h has been removed - the entry point has not been provided since R 2.14.0. BUG FIXES: * printCoefmat() now also works without column names. * The S4 methods on Ops() for the "structure" class no longer cause infinite recursion when the structure is not an S4 object. * nlm(f, ..) for the case where f() has a "hessian" attribute now computes LL' = H + uI correctly. (PR#17249). * An S4 method that "rematches" to its generic and overrides the default value of a generic formal argument to NULL no longer drops the argument from its formals. * Rscript can now accept more than one argument given on the #! line of a script. Previously, one could only pass a single argument on the #! line in Linux. * Connections are now written correctly with encoding "UTF-16LE". (PR#16737). * Evaluation of ..0 now signals an error. When ..1 is used and ... is empty, the error message is more appropriate. * (Windows mainly.) Unicode code points which require surrogate pairs in UTF-16 are now handled. All systems should properly handle surrogate pairs, even those systems that do not need to make use of them. (PR#16098) * stopifnot(e, e2, ...) now evaluates the expressions sequentially and in case of an error or warning shows the relevant expression instead of the full stopifnot(..) call. * path.expand() on Windows now accepts paths specified as UTF-8-encoded character strings even if not representable in the current locale. (PR#17120) * line(x, y) now correctly computes the medians of the left and right group's x-values and in all cases reproduces straight lines. * Extending S4 classes with slots corresponding to special attributes like dim and dimnames now works. * Fix for legend() when fill has multiple values the first of which is NA (all colours used to default to par(fg)). (PR#17288) * installed.packages() did not remove the cached value for a library tree that had been emptied (but would not use the old value, just waste time checking it). * The documentation for installed.packages(noCache = TRUE) incorrectly claimed it would refresh the cache. * aggregate() no longer uses spurious names in some cases. (PR#17283) * object.size() now also works for long vectors. * packageDescription() tries harder to solve re-encoding issues, notably seen in some Windows locales. This fixes the citation() issue in PR#17291. * poly(, 3) now works, thanks to prompting by Marc Schwartz. * readLines() no longer segfaults on very large files with embedded '\0' (aka 'nul') characters. (PR#17311) * ns() (package splines) now also works for a single observation. interpSpline() gives a more friendly error message when the number of points is less than four. * dist(x, method = "canberra") now uses the correct definition; the result may only differ when x contains values of differing signs, e.g. not for 0-1 data. * methods:::cbind() and methods:::rbind() avoid deep recursion, thanks to Suharto Anggono via PR#17300. * Arithmetic with zero-column data frames now works more consistently; issue raised by Bill Dunlap. Arithmetic with data frames gives a data frame for ^ (which previously gave a numeric matrix). * pretty(x, n) for large n or large diff(range(x)) now works better (though it was never meant for large n); internally it uses the same rounding fuzz (1e-10) as seq.default() - as it did up to 2010-02-03 when both were 1e-7. * Internal C-level R_check_class_and_super() and hence R_check_class_etc() now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in package Matrix. * Reverted unintended change in behavior of return calls in on.exit expressions introduced by stack unwinding changes in R 3.3.0. * Attributes on symbols are now detected and prevented; attempt to add an attribute to a symbol results in an error. * fisher.test(*, workspace = ) now may also increase the internal stack size which allows larger problem to be solved, fixing PR#1662. * The methods package no longer directly copies slots (attributes) into a prototype that is of an "abnormal" (reference) type, like a symbol. * The methods package no longer attempts to call length<-() on NULL (during the bootstrap process). * The methods package correctly shows methods when there are multiple methods with the same signature for the same generic (still not fully supported, but at least the user can see them). * sys.on.exit() is now always evaluated in the right frame. (From Lionel Henry.) * seq.POSIXt(*, by = " DSTdays") now should work correctly in all cases and is faster. (PR#17342) * .C() when returning a logical vector now always maps values other than FALSE and NA to TRUE (as documented). * Subassignment with zero length vectors now coerces as documented (PR#17344). Further, x <- numeric(); x[1] <- character() now signals an error 'replacement has length zero' (or a translation of that) instead of doing nothing. * (Package parallel.) mclapply(), pvec() and mcparallel() (when mccollect() is used to collect results) no longer leave zombie processes behind. * R CMD INSTALL now produces the intended error message when, e.g., the LazyData field is invalid. * as.matrix(dd) now works when the data frame dd contains a column which is a data frame or matrix, including a 0-column matrix/d.f. . * mclapply(X, mc.cores) now follows its documentation and calls lapply() in case mc.cores = 1 also in the case mc.preschedule is false. (PR#17373) * aggregate(, drop=FALSE) no longer calls the function on parts but sets corresponding results to NA. (Thanks to Suharto Anggono's patches in PR#17280). * The duplicated() method for data frames is now based on the list method (instead of string coercion). Consequently unique() is better distinguishing data frame rows, fixing PR#17369 and PR#17381. The methods for matrices and arrays are changed accordingly. * Calling names() on an S4 object derived from "environment" behaves (by default) like calling names() on an ordinary environment. * read.table() with a non-default separator now supports quotes following a non-whitespace character, matching the behavior of scan(). * parLapplyLB and parSapplyLB have been fixed to do load balancing (dynamic scheduling). This also means that results of computations depending on random number generators will now really be non-reproducible, as documented. * Indexing a list using dollar and empty string (l$"") returns NULL. * Using \usage{ data(, package="") } no longer produces R CMD check warnings. * match.arg() more carefully chooses the environment for constructing default choices, fixing PR#17401 as proposed by Duncan Murdoch. * Deparsing of consecutive ! calls is now consistent with deparsing unary - and + calls and creates code that can be reparsed exactly; thanks to a patch by Lionel Henry in PR#17397. (As a side effect, this uses fewer parentheses in some other deparsing involving ! calls.)- added gcc-c++ build dependency- Setting correctly R_UNZIPCMD Corrects this bug: http://bugzilla.suse.com/show_bug.cgi?id=1083075- upstrem updated to 3.4.4 CHANGES IN R 3.4.4: NEW FEATURES: * Sys.timezone() tries more heuristics on Unix-alikes and so is more likely to succeed (especially on Linux). For the slowest method, a warning is given recommending that TZ is set to avoid the search. * The version of LAPACK included in the sources has been updated to 3.8.0 (for the routines used by R, a very minor bug-fix change). * parallel::detectCores(logical = FALSE) is ignored on Linux systems, since the information is not available with virtualized OSes. INSTALLATION on a UNIX-ALIKE: * configure will use pkg-config to find the flags to link to jpeg if available (as it should be for the recently-released jpeg-9c and libjpeg-turbo). (This amends the code added in R 3.3.0 as the module name in jpeg-9c is not what that tested for.) DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) (which was a stop-gap measure for Windows long ago) is deprecated. It no longer returns the value of environment variable TZ (usually a location). * Legacy support of make macros such as CXX1X is formally deprecated: use the CXX11 forms instead. BUG FIXES: * power.prop.test() now warns when it cannot solve the problem, typically because of impossible constraints. (PR#17345) * removeSource() no longer erroneously removes NULL in certain cases, thanks to D'enes T'oth. * nls(`NO [mol/l]` ~ f(t)) and nls(y ~ a) now work. (Partly from PR#17367) * R CMD build checks for GNU cp rather than assuming Linux has it. (PR#17370 says 'Alpine Linux' does not.) * Non-UTF-8 multibyte character handling fixed more permanently (PR#16732). * sum(, ) is more consistent. (PR#17372) * rf() and rbeta() now also work correctly when ncp is not scalar, notably when (partly) NA. (PR#17375) * R CMD INSTALL now correctly sets C++ compiler flags when all source files are in sub-directories of src.- Do not buildrequire xorg-x11-devel but individual x libs.- upstream updated to 3.4.3 CHANGES IN R 3.4.3: INSTALLATION on a UNIX-ALIKE: * A workaround has been added for the changes in location of time-zone files in macOS 10.13 'High Sierra' and again in 10.13.1, so the default time zone is deduced correctly from the system setting when R is configured with --with-internal-tzcode (the default on macOS). * R CMD javareconf has been updated to recognize the use of a Java 9 SDK on macOS. BUG FIXES: * raw(0) & raw(0) and raw(0) | raw(0) again return raw(0) (rather than logical(0)). * intToUtf8() converts integers corresponding to surrogate code points to NA rather than invalid UTF-8, as well as values larger than the current Unicode maximum of 0x10FFFF. (This aligns with the current RFC3629.) * Fix calling of methods on S4 generics that dispatch on ... when the call contains .... * Following Unicode 'Corrigendum 9', the UTF-8 representations of U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). * range(c(TRUE, NA), finite = TRUE) and similar no longer return NA. (Reported by Lukas Stadler.) * The self starting function attr(SSlogis, "initial") now also works when the y values have exact minimum zero and is slightly changed in general, behaving symmetrically in the y range. * The printing of named raw vectors is now formatted nicely as for other such atomic vectors, thanks to Lukas Stadler.- upstream update to 3.4.2 CHANGES IN R 3.4.2: NEW FEATURES: * Setting the LC_ALL category in Sys.setlocale() invalidates any cached locale-specific day/month names and the AM/PM indicator for strptime() (as setting LC_TIME has since R 3.1.0). * The version of LAPACK included in the sources has been updated to 3.7.1, a bug-fix release. * The default for tools::write_PACKAGES(rds_compress=) has been changed to "xz" to match the compression used by CRAN. * c() and unlist() are now more efficient in constructing the names(.) of their return value, thanks to a proposal by Suharto Anggono. (PR#17284) UTILITIES: * R CMD check checks for and R CMD build corrects CRLF line endings in shell scripts configure and cleanup (even on Windows). INSTALLATION on a UNIX-ALIKE: * The order of selection of OpenMP flags has been changed: Oracle Developer Studio 12.5 accepts -fopenmp and -xopenmp but only the latter enables OpenMP so it is now tried first. BUG FIXES: * within(List, rm(x1, x2)) works correctly again, including when List[["x2"]] is NULL. * regexec(pattern, text, *) now applies as.character(.) to its first two arguments, as documented. * write.table() and related functions, writeLines(), and perhaps other functions writing text to connections did not signal errors when the writes failed, e.g. due to a disk being full. Errors will now be signalled if detected during the write, warnings if detected when the connection is closed. (PR#17243) * rt() assumed the ncp parameter was a scalar. (PR#17306) * menu(choices) with more than 10 choices which easily fit into one getOption("width")-line no longer erroneously repeats choices. (PR#17312) * length()<- on a pairlist succeeds. () * Language objects such as quote(("\n")) or R functions are correctly printed again, where R 3.4.1 accidentally duplicated the backslashes. * Construction of names() for very large objects in c() and unlist() now works, thanks to Suharto Anggono's patch proposals in PR#17292. * Resource leaks (and similar) reported by Steve Grubb fixed. (PR#17314, PR#17316, PR#17317, PR#17318, PR#17319, PR#17320) * model.matrix(~1, mf) now gets the row names from mf also when they differ from 1:nrow(mf), fixing PR#14992 thanks to the suggestion by Sebastian Meyer. * sigma(fm) now takes the correct denominator degrees of freedom for a fitted model with NA coefficients. (PR#17313) * hist(x, "FD") no longer "dies" with a somewhat cryptic error message when x has extreme outliers or IQR() zero: nclass.FD(x) tries harder to find a robust bin width h in the latter case, and hist.default(*, breaks) now checks and corrects a too large breaks number. (PR#17274) * callNextMethod() works for ... methods. * qr.coef(qd, y) now has correct names also when qd is a complex QR or stems from qr(*, LAPACK=TRUE). * Setting options(device = *) to an invalid function no longer segfaults when plotting is initiated. (PR#15883) * encodeString() no longer segfaults. (PR#15885) * It is again possible to use configure --enable-maintainer-mode without having installed notangle (it was required in R 3.4.[01]). * S4 method dispatch on ... calls the method by name instead of .Method (for consistency with default dispatch), and only attempts to pass non-missing arguments from the generic. * readRDS(textConnection(.)) works again. (PR#17325) * (1:n)[-n] no longer segfaults for n <- 2.2e9 (on a platform with enough RAM). * x <- 1:2; tapply(x, list(x, x), function(x) "")[1,2] now correctly returns NA. (PR#17333) * Running of finalizers after explicit GC request moved from the R interface do_gc to the C interface R_gc. This helps with reclaiming inaccessible connections. * help.search(topic) and ??topic matching topics in vignettes with multiple file name extensions (e.g., *.md.rsp but not *.Rmd) failed with an error when using options(help_type = "html"). * The X11 device no longer uses the Xlib backing store (PR#16497). * array(character(), 1) now gives (a 1D array with) NA as has been documented for a long time as in the other cases of zero-length array initialization and also compatibly with matrix(character(), * ). As mentioned there, this also fixes PR#17333. * splineDesign(.., derivs = 4) no longer segfaults. * fisher.test(*, hybrid=TRUE) now (again) will use the hybrid method when Cochran's conditions are met, fixing PR#16654.- Corrected "bug" "https://bugzilla.suse.com/show_bug.cgi?id=1049503 R now installs zip and unzip, what in turn eases the installation of packages directly from github via devtools.- upstream update to 3.4.1 CHANGES IN R 3.4.1: INSTALLATION on a UNIX-ALIKE: * The deprecated support for PCRE versions older than 8.20 has been removed. BUG FIXES: * getParseData() gave incorrect column information when code contained multi-byte characters. (PR#17254) * Asking for help using expressions like ?stats::cor() did not work. (PR#17250) * readRDS(url(....)) now works. * R CMD Sweave again returns status = 0 on successful completion. * Vignettes listed in .Rbuildignore were not being ignored properly. (PR#17246) * file.mtime() no longer returns NA on Windows when the file or directory is being used by another process. This affected installed.packages(), which is now protected against this. * R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags. * (Windows only) The choose.files() function could return incorrect results when called with multi = FALSE. (PR#17270) * aggregate(, drop = FALSE) now also works in case of near-equal numbers in by. (PR#16918) * fourfoldplot() could encounter integer overflow when calculating the odds ratio. (PR#17286) * parse() no longer gives spurious warnings when extracting srcrefs from a file not encoded in the current locale. This was seen from R CMD check with inst/doc/*.R files, and check has some additional protection for such files. * print.noquote(x) now always returns its argument x (invisibly). * Non-UTF-8 multibyte character sets were not handled properly in source references. (PR#16732)- upstream update to 3.4.0 CHANGES IN R 3.4.0: SIGNIFICANT USER-VISIBLE CHANGES: * (Unix-alike) The default methods for download.file() and url() now choose "libcurl" except for file:// URLs. There will be small changes in the format and wording of messages, including in rare cases if an issue is a warning or an error. For example, when HTTP re-direction occurs, some messages refer to the final URL rather than the specified one. Those who use proxies should check that their settings are compatible (see ?download.file: the most commonly used forms work for both "internal" and "libcurl"). * table() has been amended to be more internally consistent and become back compatible to R <= 2.7.2 again. Consequently, table(1:2, exclude = NULL) no longer contains a zero count for , but useNA = "always" continues to do so. * summary.default() no longer rounds, but its print method does resulting in less extraneous rounding, notably of numbers in the ten thousands. * factor(x, exclude = L) behaves more rationally when x or L are character vectors. Further, exclude = now behaves as documented for long. * Arithmetic, logic (&, |) and comparison (aka 'relational', e.g., <, ==) operations with arrays now behave consistently, notably for arrays of length zero. Arithmetic between length-1 arrays and longer non-arrays had silently dropped the array attributes and recycled. This now gives a warning and will signal an error in the future, as it has always for logic and comparison operations in these cases (e.g., compare matrix(1,1) + 2:3 and matrix(1,1) < 2:3). * The JIT ('Just In Time') byte-code compiler is now enabled by default at its level 3. This means functions will be compiled on first or second use and top-level loops will be compiled and then run. (Thanks to Tomas Kalibera for extensive work to make this possible.) For now, the compiler will not compile code containing explicit calls to browser(): this is to support single stepping from the browser() call. JIT compilation can be disabled for the rest of the session using compiler::enableJIT(0) or by setting environment variable R_ENABLE_JIT to 0. * xtabs() works more consistently with NAs, also in its result no longer setting them to 0. Further, a new logical option addNA allows to count NAs where appropriate. Additionally, for the case sparse = TRUE, the result's dimnames are identical to the default case's. * Matrix products now consistently bypass BLAS when the inputs have NaN/Inf values. Performance of the check of inputs has been improved. Performance when BLAS is used is improved for matrix/vector and vector/matrix multiplication (DGEMV is now used instead of DGEMM). One can now choose from alternative matrix product implementations _via_ options(matprod = ). The "internal" implementation is not optimized for speed but consistent in precision with other summations in R (using long double accumulators where available). "blas" calls BLAS directly for best speed, but usually with undefined behavior for inputs with NaN/Inf. * factor() now uses order() to sort its levels, not sort.list(). This makes factor() support custom vector-like objects if methods for the appropriate generics are defined. This change has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., list), where it failed before. NEW FEATURES: * User errors such as integrate(f, 0:1, 2) are now caught. * Add signature argument to debug(), debugonce(), undebug() and isdebugged() for more conveniently debugging S3 and S4 methods. (Based on a patch by Gabe Becker.) * Add utils::debugcall() and utils::undebugcall() for debugging the function that would be called by evaluating the given expression. When the call is to an S4 generic or standard S3 generic, debugcall() debugs the method that would be dispatched. A number of internal utilities were added to support this, most notably utils::isS3stdGeneric(). (Based on a patch by Gabe Becker.) * Add utils::strcapture(). Given a character vector and a regular expression containing capture expressions, strcapture() will extract the captured tokens into a tabular data structure, typically a data.frame. * str() and strOptions() get a new option drop.deparse.attr with improved but _changed_ default behaviour for expressions. For expression objects x, str(x) now may remove extraneous white space and truncate long lines. * str() is no longer very slow; inspired by Mikko Korpela's proposal in PR#16527. * str(x)'s default method is more "accurate" and hence somewhat more generous in displaying character vectors; this will occasionally change R outputs (and need changes to some * .Rout(.save) files). For a classed integer vector such as x <- xtabs(~ c(1,9,9,9)), str(x) now shows both the class and "int", instead of only the latter. * isSymmetric(m) is much faster for large asymmetric matrices m _via_ pre-tests and a new option tol1 (with which strict back compatibility is possible but not the default). * The result of eigen() now is of class "eigen" in the default case when eigenvectors are computed. * Zero-length date and date-time objects (of classes "POSIX[cl]?t") now print() "recognizably". * xy.coords() and xyz.coords() get a new setLab option. * The method argument of sort.list(), order() and sort.int() gains an "auto" option (the default) which should behave the same as before when method was not supplied. * stopifnot(E, ..) now reports differences when E is a call to all.equal() and that is not true. * boxplot(, *) gain optional arguments drop, sep, and lex.order to pass to split.default() which itself gains an argument lex.order to pass to interaction() for more flexibility. * The plot() method for ppr() has enhanced default labels (xmin and main). * sample.int() gains an explicit useHash option (with a back compatible default). * identical() gains an ignore.srcref option which drops "srcref" and similar attributes when true (as by default). * diag(x, nrow = n) now preserves typeof(x), also for logical, integer and raw x (and as previously for complex and numeric). * smooth.spline() now allows direct specification of lambda, gets a hatvalues() method and keeps tol in the result, and optionally parts of the internal matrix computations. * addNA() is faster now, e.g. when applied twice. (Part of PR#16895.) * New option rstandard(, type = "predicted") provides the "PRESS"-related leave-one-out cross-validation errors for linear models. * After seven years of deprecation, duplicated factor levels now produce a warning when printed and an error in levels<- instead of a warning. * Invalid factors, e.g., with duplicated levels (invalid but constructable) now give a warning when printed, _via_ new function .valid.factor(). * sessionInfo() has been updated for Apple's change in OS naming as from '10.12' ('macOS Sierra' _vs_ 'OS X El Capitan'). Its toLatex() method now includes the running component. * options(interrupt=) can be used to specify a default action for user interrupts. For now, if this option is not set and the error option is set, then an unhandled user interrupt invokes the error option. (This may be dropped in the future as interrupt conditions are not error conditions.) * In most cases user interrupt handlers will be called with a "resume" restart available. Handlers can invoke this restart to resume computation. At the browser prompt the r command will invoke a "resume" restart if one is available. Some read operations cannot be resumed properly when interrupted and do not provide a "resume" restart. * Radix sort is now chosen by method = "auto" for sort.int() for double vectors (and hence used for sort() for unclassed double vectors), excluding 'long' vectors. sort.int(method = "radix") no longer rounds double vectors. * The default and data.frame methods for stack() preserve the names of empty elements in the levels of the ind column of the return value. Set the new drop argument to TRUE for the previous behavior. * Speedup in simplify2array() and hence sapply() and mapply() (for the case of names and common length > 1), thanks to Suharto Anggono's PR#17118. * table(x, exclude = NULL) now sets useNA = "ifany" (instead of "always"). Together with the bug fixes for this case, this recovers more consistent behaviour compatible to older versions of R. As a consequence, summary() for a logical vector no longer reports (zero) counts for NA when there are no NAs. * dump.frames() gets a new option include.GlobalEnv which allows to also dump the global environment, thanks to Andreas Kersting's proposal in PR#17116. * system.time() now uses message() instead of cat() when terminated early, such that suppressMessages() has an effect; suggested by Ben Bolker. * citation() supports inst/CITATION files from package source trees, with lib.loc pointing to the directory containing the package. * try() gains a new argument outFile with a default that can be modified _via_ options(try.outFile = .), useful notably for Sweave. * The unexported low-level functions in package parallel for passing serialized R objects to and from forked children now support long vectors on 64-bit platforms. This removes some limits on higher-level functions such as mclapply() (but returning gigabyte results from forked processes _via_ serialization should be avoided if at all possible). * Connections now print() without error even if invalid, e.g. after having been destroyed. * apropos() and find(simple.words = FALSE) no longer match object names starting with . which are known to be internal objects (such as .__S3MethodsTable__.). * Convenience function hasName() has been added; it is intended to replace the common idiom !is.null(x$name) without the usually unintended partial name matching. * strcapture() no longer fixes column names nor coerces strings to factors (suggested by Bill Dunlap). * strcapture() returns NA for non-matching values in x (suggested by Bill Dunlap). * source() gets new optional arguments, notably exprs; this is made use of in the new utility function withAutoprint(). * sys.source() gets a new toplevel.env argument. This argument is useful for frameworks running package tests; contributed by Tomas Kalibera. * Sys.setFileTime() and file.copy(copy.date = TRUE) will set timestamps with fractions of seconds on platforms/filesystems which support this. * (Windows only.) file.info() now returns file timestamps including fractions of seconds; it has done so on other platforms since R 2.14.0. (NB: some filesystems do not record modification and access timestamps to sub-second resolution.) * The license check enabled by options(checkPackageLicense = TRUE) is now done when the package's namespace is first loaded. * ppr() and supsmu() get an optional trace argument, and ppr(.., sm.method = ..spline) is no longer limited to sample size n <= 2500. * The POSIXct method for print() gets optional tz and usetz arguments, thanks to a report from Jennifer S. Lyon. * New function check_packages_in_dir_details() in package tools for analyzing package-check log files to obtain check details. * Package tools now exports function CRAN_package_db() for obtaining information about current packages in the CRAN package repository, and several functions for obtaining the check status of these packages. * The (default) Stangle driver Rtangle allows annotate to be a function and gets a new drop.evalFALSE option. * The default method for quantile(x, prob) should now be monotone in prob, even in border cases, see PR#16672. * bug.report() now tries to extract an email address from a BugReports field, and if there is none, from a Contacts field. * The format() and print() methods for object.size() results get new options standard and digits; notably, standard = "IEC" and standard = "SI" allow more standard (but less common) abbreviations than the default ones, e.g. for kilobytes. (From contributions by Henrik Bengtsson.) * If a reference class has a validity method, validObject will be called automatically from the default initialization method for reference classes. * tapply() gets new option default = NA allowing to change the previously hardcoded value. * read.dcf() now consistently interprets any 'whitespace' to be stripped to include newlines. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() can now be increased by setting the environment variable R_MAX_NUM_DLLS before starting R. * Assigning to an element of a vector beyond the current length now over-allocates by a small fraction. The new vector is marked internally as growable, and the true length of the new vector is stored in the truelength field. This makes building up a vector result by assigning to the next element beyond the current length more efficient, though pre-allocating is still preferred. The implementation is subject to change and not intended to be used in packages at this time. * Loading the parallel package namespace no longer sets or changes the .Random.seed, even if R_PARALLEL_PORT is unset. NB: This can break reproducibility of output, and did for a CRAN package. * Methods "wget" and "curl" for download.file() now give an R error rather than a non-zero return value when the external command has a non-zero status. * Encoding name "utf8" is mapped to "UTF-8". Many implementations of iconv accept "utf8", but not GNU libiconv (including the late 2016 version 1.15). * sessionInfo() shows the full paths to the library or executable files providing the BLAS/LAPACK implementations currently in use (not available on Windows). * The binning algorithm used by bandwidth selectors bw.ucv(), bw.bcv() and bw.SJ() switches to a version linear in the input size n for n > nb/2. (The calculations are the same, but for larger n/nb it is worth doing the binning in advance.) * There is a new option PCRE_study which controls when grep(perl = TRUE) and friends 'study' the compiled pattern. Previously this was done for 11 or more input strings: it now defaults to 10 or more (but most examples need many more for the difference from studying to be noticeable). * grep(perl = TRUE) and friends can now make use of PCRE's Just-In-Time mechanism, for PCRE >= 8.20 on platforms where JIT is supported. It is used by default whenever the pattern is studied (see the previous item). (Based on a patch from Mikko Korpela.) This is controlled by a new option PCRE_use_JIT. Note that in general this makes little difference to the speed, and may take a little longer: its benefits are most evident on strings of thousands of characters. As a side effect it reduces the chances of C stack overflow in the PCRE library on very long strings (millions of characters, but see next item). Warning: segfaults were seen using PCRE with JIT enabled on 64-bit Sparc builds. * There is a new option PCRE_limit_recursion for grep(perl = TRUE) and friends to set a recursion limit taking into account R's estimate of the remaining C stack space (or 10000 if that is not available). This reduces the chance of C stack overflow, but because it is conservative may report a non-match (with a warning) in examples that matched before. By default it is enabled if any input string has 1000 or more bytes. (PR#16757) * getGraphicsEvent() now works on X11(type = "cairo") devices. Thanks to Frederick Eaton (for reviving an earlier patch). * There is a new argument onIdle for getGraphicsEvent(), which allows an R function to be run whenever there are no pending graphics events. This is currently only supported on X11 devices. Thanks to Frederick Eaton. * The deriv() and similar functions now can compute derivatives of log1p(), sinpi() and similar one-argument functions, thanks to a contribution by Jerry Lewis. * median() gains a formal ... argument, so methods with extra arguments can be provided. * strwrap() reduces indent if it is more than half width rather than giving an error. (Suggested by Bill Dunlap.) * When the condition code in if(.) or while(.) is not of length one, an error instead of a warning may be triggered by setting an environment variable, see the help page. * Formatting and printing of bibliography entries (bibentry) is more flexible and better documented. Apart from setting options(citation.bibtex.max = 99) you can also use print(, bibtex=TRUE) (or format(..)) to get the BibTeX entries in the case of more than one entry. This also affects citation(). Contributions to enable style = "html+bibtex" are welcome. C-LEVEL FACILITIES: * Entry points R_MakeExternalPtrFn and R_ExternalPtrFn are now declared in header Rinternals.h to facilitate creating and retrieving an R external pointer from a C function pointer without ISO C warnings about the conversion of function pointers. * There was an exception for the native Solaris C++ compiler to the dropping (in R 3.3.0) of legacy C++ headers from headers such as R.h and Rmath.h - this has now been removed. That compiler has strict C++98 compliance hence does not include extensions in its (non-legacy) C++ headers: some packages will need to request C++11 or replace non-C++98 calls such as lgamma: see SS1.6.4 of 'Writing R Extensions'. Because it is needed by about 70 CRAN packages, headers R.h and Rmath.h still declare use namespace std; when included on Solaris. * When included from C++, the R headers now use forms such as std::FILE directly rather than including the line using std::FILE; C++ code including these headers might be relying on the latter. * Headers R_ext/BLAS.h and R_ext/Lapack.h have many improved declarations including const for double-precision complex routines. _Inter alia_ this avoids warnings when passing 'string literal' arguments from C++11 code. * Headers for Unix-only facilities R_ext/GetX11Image.h, R_ext/QuartzDevice.h and R_ext/eventloop.h are no longer installed on Windows. * No-longer-installed headers GraphicsBase.h, RGraphics.h, Rmodules/RX11.h and Rmodules/Rlapack.h which had a LGPL license no longer do so. * HAVE_UINTPTR_T is now defined where appropriate by Rconfig.h so that it can be included before Rinterface.h when CSTACK_DEFNS is defined and a C compiler (not C++) is in use. Rinterface.h now includes C header stdint.h or C++11 header cstdint where needed. * Package tools has a new function package_native_routine_registration_skeleton() to assist adding native-symbol registration to a package. See its help and SS5.4.1 of 'Writing R Extensions' for how to use it. (At the time it was added it successfully automated adding registration to over 90% of CRAN packages which lacked it. Many of the failures were newly-detected bugs in the packages, e.g. 50 packages called entry points with varying numbers of arguments and 65 packages called entry points not in the package.) INSTALLATION on a UNIX-ALIKE: * readline headers (and not just the library) are required unless configuring with --with-readline=no. * configure now adds a compiler switch for C++11 code, even if the compiler supports C++11 by default. (This ensures that g++ 6.x uses C++11 mode and not its default mode of C++14 with 'GNU extensions'.) The tests for C++11 compliance are now much more comprehensive. For gcc < 4.8, the tests from R 3.3.0 are used in order to maintain the same behaviour on Linux distributions with long-term support. * An alternative compiler for C++11 is now specified with CXX11, not CXX1X. Likewise C++11 flags are specified with CXX11FLAGS and the standard (e.g., -std=gnu++11 is specified with CXX11STD. * configure now tests for a C++14-compliant compiler by testing some basic features. This by default tries flags for the compiler specified by CXX11, but an alternative compiler, options and standard can be specified by variables CXX14, CXX14FLAGS and CXX14STD (e.g., -std=gnu++14). * There is a new macro CXXSTD to help specify the standard for C++ code, e.g. -std=c++98. This makes it easier to work with compilers which default to a later standard: for example, with CXX=g++6 CXXSTD=-std=c++98 configure will select commands for g++ 6.x which conform to C++11 and C++14 where specified but otherwise use C++98. * Support for the defunct IRIX and OSF/1 OSes and Alpha CPU has been removed. * configure checks that the compiler specified by $CXX $CXXFLAGS is able to compile C++ code. * configure checks for the required header sys/select.h (or sys/time.h on legacy systems) and system call select and aborts if they are not found. * If available, the POSIX 2008 system call utimensat will be used by Sys.setFileTime() and file.copy(copy.date = TRUE). This may result in slightly more accurate file times. (It is available on Linux and FreeBSD but not macOS.) * The minimum version requirement for libcurl has been reduced to 7.22.0, although at least 7.28.0 is preferred and earlier versions are little tested. (This is to support Debian 7 'Wheezy' LTS and Ubuntu 'Precise' 12.04 LTS, although the latter is close to end-of-life.) * configure tests for a C++17-compliant compiler. The tests are experimental and subject to change in the future. INCLUDED SOFTWARE: * (Windows only) Tcl/Tk version 8.6.4 is now included in the binary builds. The tcltk*.chm help file is no longer included; please consult the online help at instead. * The version of LAPACK included in the sources has been updated to 3.7.0: no new routines have been added to R. PACKAGE INSTALLATION: * There is support for compiling C++14 or C++17 code in packages on suitable platforms: see 'Writing R Extensions' for how to request this. * The order of flags when LinkingTo other packages has been changed so their include directories come earlier, before those specified in CPPFLAGS. This will only have an effect if non-system include directories are included with -I flags in CPPFLAGS (and so not the default -I/usr/local/include which is treated as a system include directory on most platforms). * Packages which register native routines for .C or .Fortran need to be re-installed for this version (unless installed with R-devel SVN revision r72375 or later). * Make variables with names containing CXX1X are deprecated in favour of those using CXX11, but for the time being are still made available _via_ file etc/Makeconf. Packages using them should be converted to the new forms and made dependent on R (>= 3.4.0).- And again that ldconfig call. Newline was obviously wrong. Hopefully correct now.- Jan Engelhardt asked for reverting the change to the ldconfig call. So be it.- improvements for a) calling /sbin/ldconfig, which no longer gives a warning b) unregistering info-pages in %preun instead of %postun- a change in OBS now requires a BuildRequire: shadow for some openSUSE releases.- upstream release 3.3.3 - Most important changes CHANGES IN R 3.3.3: NEW FEATURES: * Changes when redirection of a http:// URL to a https:// URL is encountered: * The internal methods of download.file() and url() now report that they cannot follow this (rather than failing silently). * (Unix-alike) download.file(method = "auto") (the default) re-tries with method = "libcurl". * (Unix-alike) url(method = "default") with an explicit open argument re-tries with method = "libcurl". This covers many of the usages, e.g. readLines() with a URL argument. INSTALLATION on a UNIX-ALIKE: * The configure check for the zlib version is now robust to versions longer than 5 characters, including 1.2.11. UTILITIES: * Environmental variable _R_CHECK_TESTS_NLINES_ controls how R CMD check reports failing tests (see SS8 of the 'R Internals' manual). DEPRECATED AND DEFUNCT: * (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated. BUG FIXES: * vapply(x, *) now works with long vectors x. (PR#17174) * isS3method("is.na.data.frame") and similar are correct now. (PR#17171) * grepRaw(, , fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132) * Package installation into a library where the package exists _via_ symbolic link now should work wherever Sys.readlink() works, resolving PR#16725. * "Cincinnati" was missing an "n" in the precip dataset. * Fix buffer overflow vulnerability in pdf() when loading an encoding file. Reported by Talos (TALOS-2016-0227). * getDLLRegisteredRoutines() now produces its warning correctly when multiple DLLs match, thanks to Matt Dowle's PR#17184. * Sys.timezone() now returns non-NA also on platforms such as Ubuntu 14.04.5 LTS, thanks to Mikko Korpela's PR#17186. * format(x) for an illegal "POSIXlt" object x no longer segfaults. * methods(f) now also works for f "(" or "{". * (Windows only) dir.create() did not check the length of the path to create, and so could overflow a buffer and crash R. (PR#17206) * On some systems, very small hexadecimal numbers in hex notation would underflow to zero. (PR#17199) * pmin() and pmax() now work again for ordered factors and 0-length S3 classed objects, thanks to Suharto Anggono's PR#17195 and PR#17200. * bug.report() did not do any validity checking on a package's BugReports field. It now ignores an empty field, removes leading whitespace and only attempts to open http:// and https:// URLs, falling back to emailing the maintainer. * Bandwidth selectors bw.ucv() and bw.SJ() gave incorrect answers or incorrectly reported an error (because of integer overflow) for inputs longer than 46341. Similarly for bw.bcv() at length 5793. Another possible integer overflow is checked and may result in an error report (rather than an incorrect result) for much longer inputs (millions for a smooth distribution). * findMethod() failed if the active signature had expanded beyond what a particular package used. (Example with packages XR and XRJulia on CRAN.) * qbeta() underflowed too early in some very asymmetric cases. (PR#17178) * R CMD Rd2pdf had problems with packages with non-ASCII titles in .Rd files (usually the titles were omitted).- upstream release 3.3.2 - Most important changes CHANGES IN R 3.3.2: NEW FEATURES: * extSoftVersion() now reports the version (if any) of the readline library in use. * The version of LAPACK included in the sources has been updated to 3.6.1, a bug-fix release including a speedup for the non-symmetric case of eigen(). * Use options(deparse.max.lines=) to limit the number of lines recorded in .Traceback and other deparsing activities. * format() looks more regular, also for non-character atomic matrices. * abbreviate() gains an option named = TRUE. * The online documentation for package methods is extensively rewritten. The goals are to simplify documentation for basic use, to note old features not recommended and to correct out-of-date information. * Calls to setMethod() no longer print a message when creating a generic function in those cases where that is natural: S3 generics and primitives. INSTALLATION and INCLUDED SOFTWARE: * Versions of the readline library >= 6.3 had been changed so that terminal window resizes were not signalled to readline: code has been added using a explicit signal handler to work around that (when R is compiled against readline >= 6.3). (PR#16604) * configure works better with Oracle Developer Studio 12.5. UTILITIES: * R CMD check reports more dubious flags in files src/Makevars[.in], including -w and -g. * R CMD check has been set up to filter important warnings from recent versions of gfortran with -Wall -pedantic: this now reports non-portable GNU extensions such as out-of-order declarations. * R CMD config works better with paths containing spaces, even those of home directories (as reported by Ken Beath). DEPRECATED AND DEFUNCT: * Use of the C/C++ macro NO_C_HEADERS is deprecated (no C headers are included by R headers from C++ as from R 3.3.0, so it should no longer be needed). BUG FIXES: * The check for non-portable flags in R CMD check could be stymied by src/Makevars files which contained targets. * (Windows only) When using certain desktop themes in Windows 7 or higher, Alt-Tab could cause Rterm to stop accepting input. (PR#14406; patch submitted by Jan Gleixner.) * pretty(d, ..) behaves better for date-time d (PR#16923). * When an S4 class name matches multiple classes in the S4 cache, perform a dynamic search in order to obey namespace imports. This should eliminate annoying messages about multiple hits in the class cache. Also, pass along the package from the ClassExtends object when looking up superclasses in the cache. * sample(NA_real_) now works. * Packages using non-ASCII encodings in their code did not install data properly on systems using different encodings. * merge(df1, df2) now also works for data frames with column names "na.last", "decreasing", or "method". (PR#17119) * contour() caused a segfault if the labels argument had length zero. (Reported by Bill Dunlap.) * unique(warnings()) works more correctly, thanks to a new duplicated.warnings() method. * findInterval(x, vec = numeric(), all.inside = TRUE) now returns 0s as documented. (Reported by Bill Dunlap.) * (Windows only) R CMD SHLIB failed when a symbol in the resulting library had the same name as a keyword in the .def file. (PR#17130) * pmax() and pmin() now work with (more ?) classed objects, such as "Matrix" from the Matrix package, as documented for a long time. * axis(side, x = D) and hence Axis() and plot() now work correctly for "Date" and time objects D, even when "time goes backward", e.g., with decreasing xlim. (Reported by William May.) * str(I(matrix(..))) now looks as always intended. * plot.ts(), the plot() method for time series, now respects cex, lwd and lty. (Reported by Greg Werbin.) * parallel::mccollect() now returns a named list (as documented) when called with wait = FALSE. (Reported by Michel Lang.) * If a package added a class to a class union in another package, loading the first package gave erroneous warnings about "undefined subclass". * c()'s argument use.names is documented now, as belonging to the (C internal) default method. In "parallel", argument recursive is also moved from the generic to the default method, such that the formal argument list of base generic c() is just (...). * rbeta(4, NA) and similarly rgamma() and rnbinom() now return NaN's with a warning, as other r(), and as documented. (PR#17155) * Using options(checkPackageLicense = TRUE) no longer requires acceptance of the licence for non-default standard packages such as compiler. (Reported by Mikko Korpela.) * split(, *) now works even when the split off parts are long. (PR#17139) * min() and max() now also work correctly when the argument list starts with character(0). (PR#17160) * Subsetting very large matrices (prod(dim(.)) >= 2^31) now works thanks to Michael Schubmehl's PR#17158. * bartlett.test() used residual sums of squares instead of variances, when the argument was a list of lm objects. (Reported by Jens Ledet Jensen). * plot(, which = *) now correctly labels the contour lines for the standardized residuals for which = 6. It also takes the correct p in case of singularities (also for which = 5). (PR#17161) * xtabs(~ exclude) no longer fails from wrong scope, thanks to Suharto Anggono's PR#17147. * Reference class calls to methods() did not re-analyse previously defined methods, meaning that calls to methods defined later would fail. (Reported by Charles Tilford). * findInterval(x, vec, left.open = TRUE) misbehaved in some cases. (Reported by Dmitriy Chernykh.)- Fix typo in Group tag.- upstream release 3.3.1 - Most important changes CHANGES IN R 3.3.1: BUG FIXES: * R CMD INSTALL and hence install.packages() gave an internal error installing a package called description from a tarball on a case-insensitive file system. * match(x, t) (and hence x %in% t) failed when x was of length one, and either character and x and t only differed in their Encoding or when x and t where complex with NAs or NaNs. (PR#16885.) * unloadNamespace(ns) also works again when ns is a 'namespace', as from getNamespace(). * rgamma(1,Inf) or rgamma(1, 0,0) no longer give NaN but the correct limit. * length(baseenv()) is correct now. * pretty(d, ..) for date-time d rarely failed when "halfmonth" time steps were tried (PR#16923) and on 'inaccurate' platforms such as 32-bit windows or a configuration with --disable-long-double; see comment #15 of PR#16761. * In text.default(x, y, labels), the rarely(?) used default for labels is now correct also for the case of a 2-column matrix x and missing y. * as.factor(c(a = 1L)) preserves names() again as in R < 3.1.0. * strtrim(""[0], 0[0]) now works. * Use of Ctrl-C to terminate a reverse incremental search started by Ctrl-R in the readline-based Unix terminal interface is now supported for readline >= 6.3 (Ctrl-G always worked). (PR#16603) * diff() now keeps the "units" attribute, as subtraction already did, PR#16940.- further cleanup of spec file. Removed unneeded explicit Requires for libcairo2/libfreetype6/liblzma5/libreadline6 Removed removal of backup file that was meanwhile removed upstream.- clean up of spec file after comments from Jan Engelhardt in https://build.opensuse.org/request/show/393426 Some unneeded explicit BuildRequires removed.- tre.patch was removed.- and libbz2-devel needed, too.- added BuildRequires: bzip2 for i586.- upstream release 3.3.0 CHANGES IN R 3.3.0: SIGNIFICANT USER-VISIBLE CHANGES: * nchar(x, *)'s argument keepNA governing how the result for NAs in x is determined, gets a new default keepNA = NA which returns NA where x is NA, except for type = "width" which still returns 2, the formatting / printing width of NA. * All builds have support for https: URLs in the default methods for download.file(), url() and code making use of them. Unfortunately that cannot guarantee that any particular https: URL can be accessed. For example, server and client have to successfully negotiate a cryptographic protocol (TLS/SSL, ...) and the server's identity has to be verifiable _via_ the available certificates. Different access methods may allow different protocols or use private certificate bundles: we encountered a https: CRAN mirror which could be accessed by one browser but not by another nor by download.file() on the same Linux machine. NEW FEATURES: * The print method for methods() gains a byclass argument. * New functions validEnc() and validUTF8() to give access to the validity checks for inputs used by grep() and friends. * Experimental new functionality for S3 method checking, notably isS3method(). Also, the names of the R 'language elements' are exported as character vector tools::langElts. * str(x) now displays "Time-Series" also for matrix (multivariate) time-series, i.e. when is.ts(x) is true. * (Windows only) The GUI menu item to install local packages now accepts *.tar.gz files as well as *.zip files (but defaults to the latter). * New programmeR's utility function chkDots(). * D() now signals an error when given invalid input, rather than silently returning NA. (Request of John Nash.) * formula objects are slightly more "first class": e.g., formula() or new("formula", y ~ x) are now valid. Similarly, for "table", "ordered" and "summary.table". Packages defining S4 classes with the above S3/S4 classes as slots should be reinstalled. * New function strrep() for repeating the elements of a character vector. * rapply() preserves attributes on the list when how = "replace". * New S3 generic function sigma() with methods for extracting the estimated standard deviation aka "residual standard deviation" from a fitted model. * news() now displays R and package news files within the HTML help system if it is available. If no news file is found, a visible NULL is returned to the console. * as.raster(x) now also accepts raw arrays x assuming values in 0:255. * Subscripting of matrix/array objects of type "expression" is now supported. * type.convert("i") now returns a factor instead of a complex value with zero real part and missing imaginary part. * Graphics devices cairo_pdf() and cairo_ps() now allow non-default values of the cairographics 'fallback resolution' to be set. This now defaults to 300 on all platforms: that is the default documented by cairographics, but apparently was not used by all system installations. * file() gains an explicit method argument rather than implicitly using getOption("url.method", "default"). * Thanks to a patch from Tomas Kalibera, x[x != 0] is now typically faster than x[which(x != 0)] (in the case where x has no NAs, the two are equivalent). * read.table() now always uses the names for a named colClasses argument (previously names were only used when colClasses was too short). (In part, wish of PR#16478.) * (Windows only) download.file() with default method = "auto" and a ftps:// URL chooses "libcurl" if that is available. * The out-of-the box Bioconductor mirror has been changed to one using https://: use chooseBioCmirror() to choose a http:// mirror if required. * The data frame and formula methods for aggregate() gain a drop argument. * available.packages() gains a repos argument. * The undocumented switching of methods for url() on https: and ftps: URLs is confined to method = "default" (and documented). * smoothScatter() gains a ret.selection argument. * qr() no longer has a ... argument to pass additional arguments to methods. * [ has a method for class "table". * It is now possible (again) to replayPlot() a display list snapshot that was created by recordPlot() in a different R session. It is still not a good idea to use snapshots as a persistent storage format for R plots, but it is now not completely silly to use a snapshot as a format for transferring an R plot between two R sessions. The underlying changes mean that packages providing graphics devices (e.g., Cairo, RSvgDevice, cairoDevice, tikzDevice) will need to be reinstalled. Code for restoring snapshots was contributed by Jeroen Ooms and JJ Allaire. Some testing code is available at . * tools::undoc(dir = D) and codoc(dir = D) now also work when D is a directory whose normalizePath()ed version does not end in the package name, e.g. from a symlink. * abbreviate() has more support for multi-byte character sets - it no longer removes bytes within characters and knows about Latin vowels with accents. It is still only really suitable for (most) European languages, and still warns on non-ASCII input. abbreviate(use.classes = FALSE) is now implemented, and that is more suitable for non-European languages. * match(x, table) is faster (sometimes by an order of magnitude) when x is of length one and incomparables is unchanged, thanks to Peter Haverty (PR#16491). * More consistent, partly not back-compatible behavior of NA and NaN coercion to complex numbers, operations less often resulting in complex NA (NA_complex_). * lengths() considers methods for length and [[ on x, so it should work automatically on any objects for which appropriate methods on those generics are defined. * The logic for selecting the default screen device on OS X has been simplified: it is now quartz() if that is available even if environment variable DISPLAY has been set by the user. The choice can easily be overridden _via_ environment variable R_INTERACTIVE_DEVICE. * On Unix-like platforms which support the getline C library function, system(*,intern = TRUE) no longer truncates (output) lines longer than 8192 characters, thanks to Karl Millar. (PR#16544) * rank() gains a ties.method = "last" option, for convenience (and symmetry). * regmatches(invert = NA) can now be used to extract both non-matched and matched substrings. * data.frame() gains argument fix.empty.names; as.data.frame.list() gets new cut.names, col.names and fix.empty.names. * plot(x ~ x, *) now warns that it is the same as plot(x ~ 1, *). * recordPlot() has new arguments load and attach to allow package names to be stored as part of a recorded plot. replayPlot() has new argument reloadPkgs to load/attach any package names that were stored as part of a recorded plot. * S4 dispatch works within calls to .Internal(). This means explicit S4 generics are no longer needed for unlist() and as.vector(). * Only font family names starting with "Hershey" (and not "Her" as before) are given special treatment by the graphics engine. * S4 values are automatically coerced to vector (via as.vector) when subassigned into atomic vectors. * findInterval() gets a left.open option. * The version of LAPACK included in the sources has been updated to 3.6.0, including those 'deprecated' routines which were previously included. _Ca_ 40 double-complex routines have been added at the request of a package maintainer. As before, the details of what is included are in src/modules/lapack/README and this now gives information on earlier additions. * tapply() has been made considerably more efficient without changing functionality, thanks to proposals from Peter Haverty and Suharto Anggono. (PR#16640) * match.arg(arg) (the one-argument case) is faster; so is sort.int(). (PR#16640) * The format method for object_size objects now also accepts "binary" units such as "KiB" and e.g., "Tb". (Partly from PR#16649.) * Profiling now records calls of the form foo::bar and some similar cases directly rather than as calls to . Contributed by Winston Chang. * New string utilities startsWith(x, prefix) and endsWith(x, suffix). Also provide speedups for some grepl("^...",*) uses (related to proposals in PR#16490). * Reference class finalizers run at exit, as well as on garbage collection. * Avoid parallel dependency on stats for port choice and random number seeds. (PR#16668) * The radix sort algorithm and implementation from data.table (forder) replaces the previous radix (counting) sort and adds a new method for order(). Contributed by Matt Dowle and Arun Srinivasan, the new algorithm supports logical, integer (even with large values), real, and character vectors. It outperforms all other methods, but there are some caveats (see ?sort). * The order() function gains a method argument for choosing between "shell" and "radix". * New function grouping() returns a permutation that stably rearranges data so that identical values are adjacent. The return value includes extra partitioning information on the groups. The implementation came included with the new radix sort. * rhyper(nn, m, n, k) no longer returns NA when one of the three parameters exceeds the maximal integer. * switch() now warns when no alternatives are provided. * parallel::detectCores() now has default logical = TRUE on all platforms - as this was the default on Windows, this change only affects Sparc Solaris. Option logical = FALSE is now supported on Linux and recent versions of OS X (for the latter, thanks to a suggestion of Kyaw Sint). * hist() for "Date" or "POSIXt" objects would sometimes give misleading labels on the breaks, as they were set to the day before the start of the period being displayed. The display format has been changed, and the shift of the start day has been made conditional on right = TRUE (the default). (PR#16679) * R now uses a new version of the logo (donated to the R Foundation by RStudio). It is defined in .svg format, so will resize without unnecessary degradation when displayed on HTML pages-there is also a vector PDF version. Thanks to Dirk Eddelbuettel for producing the corresponding X11 icon. * New function .traceback() returns the stack trace which traceback() prints. * lengths() dispatches internally. * dotchart() gains a pt.cex argument to control the size of points separately from the size of plot labels. Thanks to Michael Friendly and Milan Bouchet-Valat for ideas and patches. * as.roman(ch) now correctly deals with more diverse character vectors ch; also arithmetic with the resulting roman numbers works in more cases. (PR#16779) * prcomp() gains a new option rank. allowing to directly aim for less than min(n,p) PC's. The summary() and its print() method have been amended, notably for this case. * gzcon() gains a new option text, which marks the connection as text-oriented (so e.g. pushBack() works). It is still always opened in binary mode. * The import() namespace directive now accepts an argument except which names symbols to exclude from the imports. The except expression should evaluate to a character vector (after substituting symbols for strings). See Writing R Extensions. * New convenience function Rcmd() in package tools for invoking R CMD tools from within R. * New functions makevars_user() and makevars_site() in package tools to determine the location of the user and site specific Makevars files for customizing package compilation.- CHANGES IN R 3.2.5: BUG FIXES: • format.POSIXlt() behaved incorrectly in R 3.2.4. E.g. the output of format(as.POSIXlt(paste0(1940:2000,"-01-01"), tz = "CET"), usetz = TRUE) ended in two "CEST" time formats. • A typo in the Makefile for src/extra/xz prevented builds of liblzma.a. (Notice that this will become unbundled in 3.3.0.)- upstrem releases minorst bug fix release NEWS: The 3.2.4 release had two annoyances which we would rather not have in an "ultra-stable" release, designed to hang around for the duration of the 3.3 series. One was a relatively minor Makefile issue affecting system using R's bundled lzma library. The other, rather more serious, affected printing and formatting of POSIXlt objects, which would unpredictably get the Daylight Savings Time wrong.- Some version numbers of recommended packages corrected- Release numbers for sub-packages improved- added MakefileTypo.patch to enable building for 12.2 was a one charcter show stopper- upstream release 3.2.4, only minor improvements CHANGES IN R 3.2.4: NEW FEATURES: • install.packages() and related functions now give a more informative warning when an attempt is made to install a base package. • summary(x) now prints with less rounding when x contains infinite values. (Request of PR#16620.) • provideDimnames() gets an optional unique argument. • shQuote() gains type = "cmd2" for quoting in cmd.exe in Windows. (Response to PR#16636.) • The data.frame method of rbind() gains an optional argument stringsAsFactors (instead of only depending on getOption("stringsAsFactors")). • smooth(x, *) now also works for long vectors. • tools::texi2dvi() has a workaround for problems with the texi2dvi script supplied by texinfo 6.1. It extracts more error messages from the LaTeX logs when in emulation mode. UTILITIES: • R CMD check will leave a log file build_vignettes.log from the re-building of vignettes in the .Rcheck directory if there is a problem, and always if environment variable _R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_ is set to a true value. DEPRECATED AND DEFUNCT: • Use of SUPPORT_OPENMP from header Rconfig.h is deprecated in favour of the standard OpenMP define _OPENMP. (This has been the recommendation in the manual for a while now.) • The make macro AWK which is long unused by R itself but recorded in file etc/Makeconf is deprecated and will be removed in R 3.3.0. • The C header file S.h is no longer documented: its use should be replaced by R.h.- The big split up. What was a monolithic R-base*rpm now is divided over 30 something packages, with the following layout. R-base-3.2.3: dummy packages, contains all of R Use R-base, if you don´t have a good understandig what it means to install only parts of it! R-base-devel-3.2.3: dummy, contains R-core-devel R-core-3.2.3: R core, no packages at all R-core-devel-3.2.3: devel files R-core-libs-3.2.3: contains Rlib R-core-doc-3.2.3: all the documentation of R-core R-core-packages-3.2.3: dummy package to load all core packages, that are R-compiler-3.2.3, R-datasets-3.2.3, R-grDevices-3.2.3, R-graphics-3.2.3, R-grid-3.2.3, R-methods-3.2.3, R-parallel-3.2.3, R-splines-3.2.3, R-stats-3.2.3, R-stats4-3.2.3, R-tcltk-3.2.3, R-tools-3.2.3, R-utils-3.2.3. Each of these packages may be installed alone. R-recommended-packages-3.2.3: dummy package to load all recommeded packages, that are R-boot-1.3.17, R-class-7.3.14, R-cluster-2.0.3, R-codetools-0.2.14, R-foreign-0.8.66, R-KernSmooth-2.23.15, R-lattice-0.20.33, R-MASS-7.3.45, R-Matrix-1.2.3, R-Matrix-devel-1.2.3, R-mgcv-1.8.9, R-nlme-3.1.122, R-nnet-7.3.11, R-rpart-4.1.10, R-spatial-7.3.11, R-survival-2.38.3. Each of these packages may be installed alone.- Upstream release R-3.2.3 CHANGES IN R 3.2.3: NEW FEATURES: * Some recently-added Windows time zone names have been added to the conversion table used to convert these to Olson names. (Including those relating to changes for Russia in Oct 2014, as in PR#16503.) * (Windows) Compatibility information has been added to the manifests for Rgui.exe, Rterm.exe and Rscript.exe. This should allow win.version() and Sys.info() to report the actual Windows version up to Windows 10. * Windows "wininet" FTP first tries EPSV / PASV mode rather than only using active mode (reported by Dan Tenenbaum). * which.min(x) and which.max(x) may be much faster for logical and integer x and now also work for long vectors. * The 'emulation' part of tools::texi2dvi() has been somewhat enhanced, including supporting quiet = TRUE. It can be selected by texi2dvi = "emulation". (Windows) MiKTeX removed its texi2dvi.exe command in Sept 2015: tools::texi2dvi() tries texify.exe if it is not found. * (Windows only) Shortcuts for printing and saving have been added to menus in Rgui.exe. (Request of PR#16572.) * loess(..., iterTrace=TRUE) now provides diagnostics for robustness iterations, and the print() method for summary() shows slightly more. * The included version of PCRE has been updated to 8.38, a bug-fix release. * View() now displays nested data frames in a more friendly way. (Request with patch in PR#15915.) INSTALLATION and INCLUDED SOFTWARE: * The included configuration code for libintl has been updated to that from gettext version 0.19.5.1 - this should only affect how an external library is detected (and the only known instance is under OpenBSD). (Wish of PR#16464.) * configure has a new argument --disable-java to disable the checks for Java. * The configure default for MAIN_LDFLAGS has been changed for the FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers other than gcc (FreeBSD 10 defaults to clang). * configure now supports the OpenMP flags -fopenmp=libomp (clang) and -qopenmp (Intel C). * Various macros can be set to override the default behaviour of configure when detecting OpenMP: see file config.site. * Source installation on Windows has been modified to allow for MiKTeX installations without texi2dvi.exe. See file MkRules.dist. BUG FIXES: * regexpr(pat, x, perl = TRUE) with Python-style named capture did not work correctly when x contained NA strings. (PR#16484) * The description of dataset ToothGrowth has been improved/corrected. (PR#15953) * model.tables(type = "means") and hence TukeyHSD() now support "aov" fits without an intercept term. (PR#16437) * close() now reports the status of a pipe() connection opened with an explicit open argument. (PR#16481) * Coercing a list without names to a data frame is faster if the elements are very long. (PR#16467) * (Unix-only) Under some rare circumstances piping the output from Rscript or R -f could result in attempting to close the input file twice, possibly crashing the process. (PR#16500) * (Windows) Sys.info() was out of step with win.version() and did not report Windows 8. * topenv(baseenv()) returns baseenv() again as in R 3.1.0 and earlier. This also fixes compilerJIT(3) when used in .Rprofile. * detach()ing the methods package keeps .isMethodsDispatchOn() true, as long as the methods namespace is not unloaded. * Removed some spurious warnings from configure about the preprocessor not finding header files. (PR#15989) * rchisq(*, df=0, ncp=0) now returns 0 instead of NaN, and dchisq(*, df=0, ncp=*) also no longer returns NaN in limit cases (where the limit is unique). (PR#16521) * pchisq(*, df=0, ncp > 0, log.p=TRUE) no longer underflows (for ncp > ~60). * nchar(x, "w") returned -1 for characters it did not know about (e.g. zero-width spaces): it now assumes 1. It now knows about most zero-width characters and a few more double-width characters. * Help for which.min() is now more precise about behavior with logical arguments. (PR#16532) * The print width of character strings marked as "latin1" or "bytes" was in some cases computed incorrectly. * abbreviate() did not give names to the return value if minlength was zero, unlike when it was positive. * (Windows only) dir.create() did not always warn when it failed to create a directory. (PR#16537) * When operating in a non-UTF-8 multibyte locale (e.g. an East Asian locale on Windows), grep() and related functions did not handle UTF-8 strings properly. (PR#16264) * read.dcf() sometimes misread lines longer than 8191 characters. (Reported by Herv'e Pag`es with a patch.) * within(df, ..) no longer drops columns whose name start with a ".". * The built-in HTTP server converted entire Content-Type to lowercase including parameters which can cause issues for multi-part form boundaries (PR#16541). * Modifying slots of S4 objects could fail when the methods package was not attached. (PR#16545) * splineDesign(*, outer.ok=TRUE) (splines) is better now (PR#16549), and interpSpline() now allows sparse=TRUE for speedup with non-small sizes. * If the expression in the traceback was too long, traceback() did not report the source line number. (Patch by Kirill M"uller.) * The browser did not truncate the display of the function when exiting with options("deparse.max.lines") set. (PR#16581) * When bs(*, Boundary.knots=) had boundary knots inside the data range, extrapolation was somewhat off. (Patch by Trevor Hastie.) * var() and hence sd() warn about factor arguments which are deprecated now. (PR#16564) * loess(*, weights = *) stored wrong weights and hence gave slightly wrong predictions for newdata. (PR#16587) * aperm(a, *) now preserves names(dim(a)). * poly(x, ..) now works when either raw=TRUE or coef is specified. (PR#16597) * data(package=*) is more careful in determining the path. * prettyNum(*, decimal.mark, big.mark): fixed bug introduced when fixing PR#16411.- Reverse the whole split. Back to the big package. Had user reports of broken installations. R-base, R-base-devel and R-base-libs are provided for now. The big split will come for 3.3.0- R-base was changed from a giant monolith to thirty-some packages. There were requests to use the libs without the interpreter. Furthermore it is now possible to use a frugal installation of R. The following binaries are built now: R-base-3.2.2-5.1.x86_64.rpm : A Meta-package. Use this, and it looks just like it looked the last 10 years. Requires base and recommended packages. R-base-devel-3.2.2-5.1.x86_64.rpm: Just for backward compatibility. R-core-3.2.2-5.1.x86_64.rpm R-core-libs-3.2.2-5.1.x86_64.rpm R-core-devel-3.2.2-5.1.x86_64.rpm : The R-core packages install a bare-bones R. No packages inculded. R-grid-3.2.2-5.1.x86_64.rpm R-graphics-3.2.2-5.1.x86_64.rpm R-grDevices-3.2.2-5.1.x86_64.rpm R-datasets-3.2.2-5.1.x86_64.rpm R-stats4-3.2.2-5.1.x86_64.rpm R-methods-3.2.2-5.1.x86_64.rpm R-tcltk-3.2.2-5.1.x86_64.rpm R-compiler-3.2.2-5.1.x86_64.rpm R-parallel-3.2.2-5.1.x86_64.rpm R-splines-3.2.2-5.1.x86_64.rpm R-stats-3.2.2-5.1.x86_64.rpm R-utils-3.2.2-5.1.x86_64.rpm R-tools-3.2.2-5.1.x86_64.rpm : All the base packages. R-recommended-3.2.2-5.1.x86_64.rpm : A meta-package including all recommended packages. R-cluster-2.0.3-5.1.x86_64.rpm R-nlme-3.1.121-5.1.x86_64.rpm R-lattice-0.20.33-5.1.x86_64.rpm R-class-7.3.13-5.1.x86_64.rpm R-Matrix-devel-1.2.2-5.1.x86_64.rpm R-codetools-0.2.14-5.1.x86_64.rpm R-survival-2.38.3-5.1.x86_64.rpm R-rpart-4.1.10-5.1.x86_64.rpm R-MASS-7.3.43-5.1.x86_64.rpm R-mgcv-1.8.7-5.1.x86_64.rpm R-foreign-0.8.65-5.1.x86_64.rpm R-nnet-7.3.10-5.1.x86_64.rpm R-Matrix-1.2.2-5.1.x86_64.rpm R-boot-1.3.17-5.1.x86_64.rpm R-KernSmooth-2.23.15-5.1.x86_64.rpm R-spatial-7.3.10-5.1.x86_64.rpm : All recommended packaged. Note: They now have their own version numbers, so it should be much easier to use newer Versions of the recommended packages. And the source RPM for all the above. R-base-3.2.2-5.1.src.rpm- Disable building man files for openSUSE:42.- Upstream release 3.2.2 - Most important CHANGES IN R 3.2.2: SIGNIFICANT USER-VISIBLE CHANGES: * It is now easier to use secure downloads from https:// URLs on builds which support them: no longer do non-default options need to be selected to do so. In particular, packages can be installed from repositories which offer https:// URLs, and those listed by setRepositories() now do so (for some of their mirrors). Support for https:// URLs is available on Windows, and on other platforms if support for libcurl was compiled in and if that supports the https protocol (system installations can be expected to do). So https:// support can be expected except on rather old OSes (an example being OS X 'Snow Leopard', where a non-system version of libcurl can be used). (Windows only) The default method for accessing URLs _via_ download.file() and url() has been changed to be "wininet" using Windows API calls. This changes the way proxies need to be set and security settings made: there have been some reports of sites being inaccessible under the new default method (but the previous methods remain available). NEW FEATURES: * cmdscale() gets new option list. for increased flexibility when a list should be returned. * configure now supports texinfo version 6.0, which (unlike the change from 4.x to 5.0) is a minor update. (Wish of PR#16456.) * (Non-Windows only) download.file() with default method = "auto" now chooses "libcurl" if that is available and a https:// or ftps:// URL is used. * (Windows only) setInternet2(TRUE) is now the default. The command-line option --internet2 and environment variable R_WIN_INTERNET2 are now ignored. Thus by default the "internal" method for download.file() and url() uses the "wininet" method: to revert to the previous default use setInternet2(FALSE). This means that https:// can be read by default by download.file() (they have been readable by file() and url() since R 3.2.0). There are implications for how proxies need to be set (see ?download.file): also, cacheOK = FALSE is not supported. * chooseCRANmirror() and chooseBioCmirror() now offer HTTPS mirrors in preference to HTTP mirrors. This changes the interpretation of their ind arguments: see their help pages. * capture.output() gets optional arguments type and split to pass to sink(), and hence can be used to capture messages. C-LEVEL FACILITIES: * Header Rconfig.h now defines HAVE_ALLOCA_H if the platform has the alloca.h header (it is needed to define alloca on Solaris and AIX, at least: see 'Writing R Extensions' for how to use it). INSTALLATION and INCLUDED SOFTWARE: * The libtool script generated by configure has been modified to support FreeBSD >= 10 (PR#16410). BUG FIXES: * The HTML help page links to demo code failed due to a change in R 3.2.0. (PR#16432) * If the na.action argument was used in model.frame(), the original data could be modified. (PR#16436) * getGraphicsEvent() could cause a crash if a graphics window was closed while it was in use. (PR#16438) * matrix(x, nr, nc, byrow = TRUE) failed if x was an object of type "expression". * strptime() could overflow the allocated storage on the C stack when the timezone had a non-standard format much longer than the standard formats. (Part of PR#16328.) * options(OutDec = s) now signals a warning (which will become an error in the future) when s is not a string with exactly one character, as that has been a documented requirement. * prettyNum() gains a new option input.d.mark which together with other changes, e.g., the default for decimal.mark, fixes some format()ting variants with non-default getOption("OutDec") such as in PR#16411. * download.packages() failed for type equal to either "both" or "binary". (Reported by Dan Tenenbaum.) * The dendrogram method of labels() is much more efficient for large dendrograms, now using rapply(). (Comment #15 of PR#15215) * The "port" algorithm of nls() could give spurious errors. (Reported by Radford Neal.) * Reference classes that inherited from reference classes in another package could invalidate methods of the inherited class. Fixing this requires adding the ability for methods to be "external", with the object supplied explicitly as the first argument, named .self. See "Inter-Package Superclasses" in the documentation. * readBin() could fail on the SPARC architecture due to alignment issues. (Reported by Radford Neal.) * qt(*, df=Inf, ncp=.) now uses the natural qnorm() limit instead of returning NaN. (PR#16475) * Auto-printing of S3 and S4 values now searches for print() in the base namespace and show() in the methods namespace instead of searching the global environment. * polym() gains a coefs = NULL argument and returns class "poly" just like poly() which gets a new simple=FALSE option. They now lead to correct predict()ions, e.g., on subsets of the original data. * rhyper(nn, ) now works correctly. (PR#16489) * ttkimage() did not (and could not) work so was removed. Ditto for tkimage.cget() and tkimage.configure(). Added two Ttk widgets and missing subcommands for Tk's image command: ttkscale(), ttkspinbox(), tkimage.delete(), tkimage.height(), tkimage.inuse(), tkimage.type(), tkimage.types(), tkimage.width(). (PR#15372, PR#16450) * getClass("foo") now also returns a class definition when it is found in the cache more than once.- Upstream release 3.2.1 - Improvement of build: include libcurl and texlive-dvips/ texlive-hevetic - Most important CHANGES IN R 3.2.1: NEW FEATURES: * utf8ToInt() now checks that its input is valid UTF-8 and returns NA if it is not. * install.packages() now allows type = "both" with repos = NULL if it can infer the type of file. * nchar(x, *) and nzchar(x) gain a new argument keepNA which governs how the result for NAs in x is determined. For the R 3.2.x series, the default remains FALSE which is fully back compatible. From R 3.3.0, the default will change to keepNA = NA and you are advised to consider this for code portability. * news() more flexibly extracts dates from package NEWS.Rd files. * lengths(x) now also works (trivially) for atomic x and hence can be used more generally as an efficient replacement of sapply(x, length) and similar. * The included version of PCRE has been updated to 8.37, a bug-fix release. * diag() no longer duplicates a matrix when extracting its diagonal. * as.character.srcref() gains an argument to allow characters corresponding to a range of source references to be extracted. BUG FIXES: * acf() and ccf() now guarantee values strictly in [-1,1] (instead of sometimes very slightly outside). PR#15832. * as.integer("111111111111") now gives NA (with a warning) as it does for the corresponding numeric or negative number coercions. Further, as.integer(M + 0.1) now gives M (instead of NA) when M is the maximal representable integer. * On some platforms nchar(x, "c") and nchar(x, "w") would return values (possibly NA) for inputs which were declared to be UTF-8 but were not, or for invalid strings without a marked encoding in a multi-byte locale, rather than give an error. Additional checks have been added to mitigate this. * apply(a, M, function(u) c(X = ., Y = .)) again has dimnames containing "X" and "Y" (as in R < 3.2.0). * (Windows only) In some cases, the --clean option to R CMD INSTALL could fail. (PR#16178) * (Windows only) choose.files() would occasionally include characters from the result of an earlier call in the result of a later one. (PR#16270) * A change in RSiteSearch() in R 3.2.0 caused it to submit invalid URLs. (PR#16329) * Rscript and command line R silently ignored incomplete statements at the end of a script; now they are reported as parse errors. (PR#16350) * Parse data for very long strings was not stored. (PR#16354) * plotNode(), the workhorse of the plot method for "dendrogram"s is no longer recursive, thanks to Suharto Anggono, and hence also works for deeply nested dendrograms. (PR#15215) * The parser could overflow internally when given numbers in scientific format with extremely large exponents. (PR#16358) * If the CRAN mirror was not set, install.packages(type = "both") and related functions could repeatedly query the user for it. (Part of PR#16362) * The low-level functions .rowSums() etc. did not check the length of their argument, so could segfault. (PR#16367) * The quietly argument of library() is now correctly propagated from .getRequiredPackages2(). * Under some circumstances using the internal PCRE when building R fron source would cause external libs such as -llzma to be omitted from the main link. * The .Primitive default methods of the logic operators, i.e., !, & and |, now give correct error messages when appropriate, e.g., for `&`(TRUE) or `!`(). (PR#16385) * cummax(x) now correctly propagates NAs also when x is of type integer and begins with an NA. * summaryRprof() could fail when the profile contained only two records. (PR#16395) * HTML vignettes opened using vignette() did not support links into the rest of the HTML help system. (Links worked properly when the vignette was opened using browseVignettes() or from within the help system.) * arima(*, xreg = .) (for d >= 1) computes estimated variances based on a the number of effective observations as in R version 3.0.1 and earlier. (PR#16278) * slotNames(.) is now correct for "signature" objects (mostly used internally in methods). * On some systems, the first string comparison after a locale change would result in NA.- Upstream release 3.2.0 - Most important CHANGES IN 3.2.0: NEW FEATURES: * anyNA() gains a recursive argument. * When x is missing and names is not false (including the default value), Sys.getenv(x, names) returns an object of class "Dlist" and hence prints tidily. * (Windows.) shell() no longer consults the environment variable SHELL: too many systems have been encountered where it was set incorrectly (usually to a path where software was compiled, not where it was installed). R_SHELL, the preferred way to select a non-default shell, can be used instead. * Some unusual arguments to embedFonts() can now be specified as character vectors, and the defaults have been changed accordingly. * Functions in the Summary group duplicate less. (PR#15798) * (Unix-alikes.) system(cmd, input = ) now uses 'shell-execution-environment' redirection, which will be more natural if cmd is not a single command (but requires a POSIX-compliant shell). (Wish of PR#15508) * read.fwf() and read.DIF() gain a fileEncoding argument, for convenience. * Graphics devices can add attributes to their description in .Device and .Devices. Several of those included with R use a "filepath" attribute. * pmatch() uses hashing in more cases and so is faster at the expense of using more memory. (PR#15697) * pairs() gains new arguments to select sets of variables to be plotted against each other. * file.info(, extra_cols = FALSE) allows a minimal set of columns to be computed on Unix-alikes: on some systems without properly-configured caching this can be significantly faster with large file lists. * New function dir.exists() in package base to test efficiently whether one or more paths exist and are directories. * dput() and friends gain new controls hexNumeric and digits17 which output double and complex quantities as, respectively, binary fractions (exactly, see sprintf("%a")) and as decimals with up to 17 significant digits. * save(), saveRDS() and serialize() now support ascii = NA which writes ASCII files using sprintf("%a") for double/complex quantities. This is read-compatible with ascii = TRUE but avoids binary->decimal->binary conversions with potential loss of precision. Unfortunately the Windows C runtime's lack of C99 compliance means that the format cannot be read correctly there in R before 3.1.2. * The default for formatC(decimal.mark =) has been changed to be getOption("OutDec"); this makes it more consistent with format() and suitable for use in print methods, e.g. those for classes "density", "ecdf", "stepfun" and "summary.lm". getOption("OutDec") is now consulted by the print method for class "kmeans", by cut(), dendrogram(), plot.ts() and quantile() when constructing labels and for the report from legend(trace = TRUE). (In part, wish of PR#15819.) * printNum() and hence format() and formatC() give a warning if big.mark and decimal.mark are set to the same value (period and comma are not uncommonly used for each, and this is a check that conventions have not got mixed). * merge() can create a result which uses long vectors on 64-bit platforms. * dget() gains a new argument keep.source which defaults to FALSE for speed (dput() and dget() are most often used for data objects where this can make dget() many times faster). * Packages may now use a file of common macro definitions in their help files, and may import definitions from other packages. * A number of macros have been added in the new share/Rd directory for use in package overview help pages, and promptPackage() now makes use of them. * tools::parse_Rd() gains a new permissive argument which converts unrecognized macros into text. This is used by utils:::format.bibentry to allow LaTeX markup to be ignored. * options(OutDec =) can now specify a multi-byte character, e.g., options(OutDec = "\u00b7") in a UTF-8 locale. * is.recursive(x) is no longer true when x is an external pointer, a weak reference or byte code; the first enables all.equal(x, x) when x <- getClass(.). * ls() (aka objects()) and as.list.environment() gain a new argument sorted. * The "source" attribute (which has not been added to functions by R since before R version 2.14.0) is no longer treated as special. * Function returnValue() has been added to give on.exit() code access to a function's return value for debugging purposes. * crossprod(x, y) allows more matrix coercions when x or y are vectors, now equalling t(x) %*% y in these cases (also reported by Radford Neal). Similarly, tcrossprod(x,y) and %*% work in more cases with vector arguments. * Utility function dynGet() useful for detecting cycles, aka infinite recursions. * The byte-code compiler and interpreter include new instructions that allow many scalar subsetting and assignment and scalar arithmetic operations to be handled more efficiently. This can result in significant performance improvements in scalar numerical code. * apply(m, 2, identity) is now the same as the matrix m when it has _named_ row names. * A new function debuggingState() has been added, allowing to temporarily turn off debugging. * example() gets a new optional argument run.donttest and tools::Rd2ex() a corresponding commentDonttest, with a default such that example(..) in help examples will run \donttest code only if used interactively (a change in behaviour). * rbind.data.frame() gains an optional argument make.row.names, for potential speedup. * New function extSoftVersion() to report on the versions of third-party software in use in this session. Currently reports versions of zlib, bzlib, the liblzma from xz, PCRE, ICU, TRE and the iconv implementation. A similar function grSoftVersion() in package grDevices reports on third-party graphics software. Function tcltk::tclVersion() reports the Tcl/Tk version. * Calling callGeneric() without arguments now works with primitive generics to some extent. * vapply(x, FUN, FUN.VALUE) is more efficient notably for large length(FUN.VALUE); as extension of PR#16061. * as.table() now allows tables with one or more dimensions of length 0 (such as as.table(integer())). * names(x) <- NULL now clears the names of call and ... objects. * library() will report a warning when an insufficient dependency version is masking a sufficient one later on the library search path. * A new plot() method for class "raster" has been added. * New check_packages_in_dir_changes() function in package tools for conveniently analyzing how changing sources impacts the check results of their reverse dependencies. * Speed-up from Peter Haverty for ls() and methods:::.requirePackage() speeding up package loading. (PR#16133) * New get0() function, combining exists() and get() in one call, for efficiency. * match.call() gains an envir argument for specifying the environment from which to retrieve the ... in the call, if any; this environment was wrong (or at least undesirable) when the definition argument was a function. * topenv() has been made .Internal() for speedup, based on Peter Haverty's proposal in PR#16140. * getOption() no longer calls options() in the main case. * Optional use of libcurl (version 7.28.0 from Oct 2012 or later) for Internet access: * capabilities("libcurl") reports if this is available. * libcurlVersion() reports the version in use, and other details of the "libcurl" build including which URL schemes it supports. * curlGetHeaders() retrieves the headers for http://, https://, ftp:// and ftps:// URLs: analysis of these headers can provide insights into the `existence' of a URL (it might for example be permanently redirected) and is so used in R CMD check --as-cran. * download.file() has a new optional method "libcurl" which will handle more URL schemes, follow redirections, and allows simultaneous downloads of multiple URLs. * url() has a new method "libcurl" which handles more URL schemes and follows redirections. The default method is controlled by a new option url.method, which applies also to the opening of URLs _via_ file() (which happens implicitly in functions such as read.table.) * When file() or url() is invoked with a https:// or ftps:// URL which the current method cannot handle, it switches to a suitable method if one is available. * (Windows.) The DLLs internet.dll and internet2.dll have been merged. In this version it is safe to switch (repeatedly) between the internal and Windows internet functions within an R session. The Windows internet functions are still selected by flag - -internet2 or setInternet2(). This can be overridden for an url() connection _via_ its new method argument. download.file() has new method "wininet", selected as the default by --internet2 or setInternet2(). * parent.env<- can no longer modify the parent of a locked namespace or namespace imports environment. Contributed by Karl Millar. * New function isLoadedNamespace() for readability and speed. * names(env) now returns all the object names of an environment env, equivalently to ls(env, all.names = TRUE, sorted = FALSE) and also to the names of the corresponding list, names(as.list(env, all.names = TRUE)). Note that although names() returns a character vector, the names have no particular ordering. * The memory manager now grows the heap more aggressively. This reduces the number of garbage collections, in particular while data or code are loaded, at the expense of slightly increasing the memory footprint. * New function trimws() for removing leading/trailing whitespace. * cbind() and rbind() now consider S4 inheritance during S3 dispatch and also obey deparse.level. * cbind() and rbind() will delegate recursively to methods::cbind2 (methods::rbind2) when at least one argument is an S4 object and S3 dispatch fails (due to ambiguity). * (Windows.) download.file(quiet = FALSE) now uses text rather than Windows progress bars in non-interactive use. * New function hsearch_db() in package utils for building and retrieving the help search database used by help.search(), along with functions for inspecting the concepts and keywords in the help search database. * New function .getNamespaceInfo(), a no-check version of getNamespaceInfo() mostly for internal speedups. * The help search system now takes \keyword entries in Rd files which are not standard keywords (as given in KEYWORDS in the R documentation directory) as concepts. For standard keyword entries the corresponding descriptions are additionally taken as concepts. * New lengths() function for getting the lengths of all elements in a list. * New function toTitleCase() in package tools, tailored to package titles. * The matrix methods of cbind() and rbind() allow matrices as inputs which have 2^31 or more elements. (For cbind(), wish of PR#16198.) * The default method of image() has an explicit check for a numeric or logical matrix (which was always required). * URLencode() will not by default encode further URLs which appear to be already encoded. * BIC(mod) and BIC(mod, mod2) now give non-NA numbers for arima() fitted models, as nobs(mod) now gives the number of "used" observations for such models. This fixes PR#16198, quite differently than proposed there. * The print() methods for "htest", "pairwise.htest" and "power.htest" objects now have a digits argument defaulting to (a function of) getOption("digits"), and influencing all printed numbers coherently. Unavoidably, this changes the display of such test results in some cases. * Code completion for namespaces now recognizes all loaded namespaces, rather than only the ones that are also attached. * The code completion mechanism can now be replaced by a user-specified completer function, for (temporary) situations where the usual code completion is inappropriate. * unzip() will now warn if it is able to detect truncation when unpacking a file of 4GB or more (related to PR#16243). * methods() reports S4 in addition to S3 methods; output is simplified when the class argument is used. .S3methods() and methods::.S4methods() report S3 and S4 methods separately. * Higher order functions such as the apply functions and Reduce() now force arguments to the functions they apply in order to eliminate undesirable interactions between lazy evaluation and variable capture in closures. This resolves PR#16093. INSTALLATION and INCLUDED SOFTWARE: * The \donttest sections of R's help files can be tested by make check TEST_DONTTEST=TRUE . * It is possible to request the use of system valgrind headers _via_ configure option --with-system-valgrind-headers: note the possible future incompatibility of such headers discussed in the 'R Installation and Administration' manual. (Wish of PR#16068.) * The included version of liblzma has been updated to xz-utils 5.0.7 (minor bug fixes from 5.0.5). * configure options --with-system-zlib, --with-system-bzlib and - -with-system-pcre are now the default. For the time being there is fallback to the versions included in the R sources if no system versions are found or (unlikely) if they are too old. Linux users should check that the -devel or -dev versions of packages zlib, bzip2/libbz2 and pcre as well as xz-devel/liblzma-dev (or similar names) are installed. * configure by default looks for the texi2any script from texinfo 5.1 or later, rather than the makeinfo program. (makeinfo is a link to the Perl script texi2any in texinfo 5.x.) * R CMD INSTALL gains an option --built-timestamp=STAMP allowing 100% reproducible package building, thanks to Dirk Eddelbuettel. UTILITIES: * There is support for testing the \dontrun and \donttest parts of examples in packages. tools::testInstalledPackage() accepts new arguments commentDontrun = FALSE and commentDonttest = FALSE. R CMD check gains options --run-dontrun and --run-donttest. * The HTML generated by tools::Rd2HTML() and tools::toHTML() methods is now 'XHTML 1.0 Strict'. * The compiler package's utility function setCompilerOptions() now returns the old values invisibly. The initial optimization level can also be set with the environment variable R_COMPILER_OPTIMIZE. * R CMD build adds a NeedsCompilation field if one is not already present in the DESCRIPTION file. * R CMD check gains option --test-dir to specify an alternative set of tests to run. * R CMD check will now by default continue with testing after many types of errors, and will output a summary count of errors at the end if any have occurred. * R CMD check now checks that the Title and Description fields are correctly terminated. * R CMD check --as-cran now: * checks a README.md file can be processed: this needs pandoc installed. * checks the existence and accessibility of URLs in the DESCRIPTION, CITATION, NEWS.Rd and README.md files and in the help files (provided the build has libcurl support). * reports non-ASCII characters in R source files when there is no package encoding declared in the DESCRIPTION file. * reports (apparent) S3 methods exported but not registered. * reports overwriting registered S3 methods from base/recommended packages. (Such methods are replaced in the affected package for the rest of the session, even if the replacing namespace is unloaded.) * reports if the Title field does not appear to be in title case (see 'Writing R Extensions': there may be false positives, but note that technical words should be single-quoted and will then be accepted). Most of these checks can also be selected by environment variables: see the 'R Internals' manual. C-LEVEL FACILITIES: * New C API utility logspace_sum(logx[], n). * Entry points rbinom_mu, rnbinom_mu and rmultinom are remapped (by default) to Rf_rbinom_mu etc. This requires packages using them to be re-installed. * .C(DUP = FALSE) and .Fortran(DUP = FALSE) are now ignored, so arguments are duplicated if DUP = TRUE would do so. As their help has long said, .Call() is much preferred. * New entry point R_allocLD, like R_alloc but guaranteed to have sufficient alignment for long double pointers. * isPairList() now returns TRUE for DOTSXP. WINDOWS BUILD CHANGES: A number of changes to the Windows build system are in development. The following are currently in place. * Installation using external binary distributions of zlib, bzip2, liblzma, pcre, libpng, jpeglib and libtiff is now required, and the build instructions have been revised. * A new make target rsync-extsoft has been added to obtain copies of the external libraries from CRAN. * Building the manuals now requires texi2any from texinfo 5.1 or later. CRAN binary builds include the manuals, but by default builds from source will not, and they will be accessed from CRAN. See the comments in src/gnuwin32/MkRules.dist for how to specify the location of texi2any. * (Windows) Changes have been made to support an experimental Windows toolchain based on GCC 4.9.2. The default toolchain continues to be based on GCC 4.6.3, as the new toolchain is not yet stable enough. A change to a new toolchain is expected during the R 3.2.x lifetime. PACKAGE INSTALLATION: * (Windows) The use of macro ZLIB_LIBS in file src/Makevars.win (which has not been documented for a long time) now requires an external libz.a to be available (it is part of the 'goodies' used to compile Windows binary packages). It would be simpler to use - lz instead. * The default for option pkgType on platforms using binary packages is now "both", so source packages will be tried if binary versions are not available or not up to date. There are options for what install.packages(type = "both") (possibly called _via_ update.packages()) will do if compilation of a source package is desirable: see ?options (under utils). If you intend not to accept updates as source packages, you should use update.packages(type = "binary"). DEPRECATED AND DEFUNCT: * download.file(method = "lynx") is defunct. * Building R using the included versions of zlib, bzip2, xz and PCRE is deprecated: these are frozen (bar essential bug-fixes) and will be removed for R 3.3.0. * The configure option --with-valgrind-instrumentation=3 has been withdrawn, as it did not work with recent valgrind headers: it is now treated as level 2. * The MethodsList class in package methods had been deprecated in R 2.11.0 and is defunct now. Functions using it are defunct if they had been deprecated in R 2.11.0, and are deprecated now, otherwise. BUG FIXES: * Fixed two obscure bugs in pairlist subassignment, reported by Radford Neal as part of pqR issue 16. * Fixes for bugs in handling empty arguments and argument matching by name in log(). * all.equal() gains methods for environments and refClasses. * [<- and [[<- gain S4 data.frame methods to avoid corruption of S4 class information by the S3 methods. * callNextMethod() should now work within a .local call when ... is absent from formals(.local). * dput(pairlist(x)) generates a call to the pairlist constructor instead of the list constructor. * Fix missing() when arguments are propagated through ... . (PR#15707) * eigen(m) now defaults to symmetric = TRUE even when the dimnames are asymmetric if the matrix is otherwise symmetric. (PR#16151) * Fix issues with forwarding ... through callGeneric() and callNextMethod(). (PR#16141) * callGeneric() now works after a callNextMethod(). * Subclass information is kept consistent when replacing an ordinary S4 class with an "old class" _via_ the S4Class argument to setOldClass(). Thus, for example, a data.frame is valid for a list argument in the signature, and a factor is valid for vector arguments. * In qbeta() the inversion of pbeta() is much more sophisticated. This works better in corner cases some of which failed completely previously (PR#15755), or were using too many iterations. * Auto-printing no longer duplicates objects when printing is dispatched to a method. * kmeans(x, k) would fail when nrow(x) >= 42949673. (Comment 6 of PR#15364) * 'Abbreviated' locale-specific day and month names could have been truncated in those rare locales where there are the same as the full names. * An irrelevant warning message from updating subclass information was silenced (the namespace would not be writable in this case).- Upstream release 3.1.3 - Most important CHANGES IN R 3.1.3: NEW FEATURES: * The internal method of download.file() can now handle files larger than 2GB on 32-bit builds which support such files (tested on 32-bit R running on 64-bit Windows). * kruskal.test() warns on more types of suspicious input. * The as.dendrogram() method for "hclust" objects gains a check argument protecting against memory explosion for invalid inputs. * capabilities() has a new item long.double which indicates if the build uses a long double type which is longer than double. * nlm() no longer modifies the callback argument in place (a new vector is allocated for each invocation, which mimics the implicit duplication that occurred in R < 3.1.0); note that this is a change from the previously documented behavior. (PR#15958) * icuSetCollate() now accepts locale = "ASCII" which uses the basic C function strcmp and so collates strings byte-by-byte in numerical order. * sessionInfo() tries to report the OS version in use (not just that compiled under, and including details of Linux distributions). * model.frame() (used by lm() and many other modelling functions) now warns when it drops contrasts from factors. (Wish of PR#16119) * install.packages() and friends now accept the value type = "binary" as a synonym for the native binary type on the platform (if it has one). * Single source or binary files can be supplied for install.packages(type = "both") and the appropriate type and repos = NULL will be inferred. * New function pcre_config() to report on some of the configuration options of the version of PCRE in use. In particular, this reports if regular expressions using \p{xx} are supported. * (Windows.) download.file(cacheOK = FALSE) is now supported when internet2.dll is used. * browseURL() has been updated to work with Firefox 36.0 which has dropped support for the -remote interface. INSTALLATION and INCLUDED SOFTWARE: * The included version of PCRE has been updated to 8.36. * configure accepts MAKEINFO=texi2any as another way to ensure texinfo 5.x is used when both 5.x and 4.x are installed. UTILITIES: * R CMD check now checks the packages used in \donttest sections of the examples are specified in the DESCRIPTION file. (These are needed to run the examples interactively.) * R CMD check checks for the undeclared use of GNU extensions in Makefiles, and for Makefiles with a missing final linefeed. R CMD build will correct line endings in all Makefiles, not just those in the src directory. * R CMD check notes uses of library() and require() in package code: see the section 'Suggested packages' of 'Writing R Extensions' for good practice. DEPRECATED AND DEFUNCT: * The configure option --with-valgrind-instrumentation=3 is deprecated and will be removed in R 3.2.0. BUG FIXES: * (Windows.) Rscript.exe was missing a manifest specifying the modern style for common controls (e.g., the download progress bar). * If a package had extra documentation files but no vignette, the HTML help system produced an empty index page. * The parser now gives an error if a null character is included in a string using Unicode escapes. (PR#16046) * qr.Q() failed on complex arguments due to pre-3.0(!) typo. (PR#16054) * abs() failed with named arguments when the argument was complex. (PR#16047) * "noquote" objects may now be used as columns in dataframes. (PR#15997) * Some values with extremely long names were printed incorrectly. (PR#15999) * Extremely large exponents on zero expressed in scientific notation (e.g. 0.0e50000) could give NaN. (PR#15976) * download.file() reported downloaded sizes as 0KB if less than 1MB, only for R 3.1.2 and only on big-endian platforms. * prompt() did not escape percent signs in the automatically generated usage section of help files. * drop.terms() dropped some of the attributes of the object it was working with. (PR#16029) * (Windows.) The command completion in Rgui.exe messed up the console. (PR#15791) * (Windows.) The choose.files() command returned a blank string when the user asked for a single file but cancelled the request. (PR#16074) * Math2 S4 group generics failed to correctly dispatch "structure"- and "nonStructure"-derived classes. * loadNamespace() imposed undocumented restrictions on the versionCheck parameter. (Reported by Geoff Lee.) * Rare over-runs detected by AddressSanitizer in substr() and its replacement version have been avoided. _Inter alia_ that fix gives the documented behaviour for substr(x, 1, 2) <- "" (subsequently reported as PR#16214). * Loading packages incorrectly defining an S4 generic followed by a function of the same name caused an erroneous cyclic namespace dependency error. * Declared vignette encodings are now always passed to the vignette engine. * Port Tomas Kalibera's fix from R-devel that restores the loadMethod() fast path, effectively doubling the speed of S4 dispatch. * power.t.test() and power.prop.test() now make use of the extendInt option of uniroot() and hence work in more extreme cases. (PR#15792) * If a package was updated and attached when its namespace was already loaded, it could end up with parts from one version and parts from the other. (PR#16120) * tools:::.Rdconv() didn't accept --encoding= due to a typo. (PR#16121) * Unix-alike builds without a suitable makeinfo were documented to link the missing HTML manuals to CRAN, but did not. * save(*, ascii=TRUE) and load() now correctly deal with NaN's. (PR#16137) * split.Date() retains fractional representations while avoiding incomplete class propagation. * R_ext/Lapack.h had not been updated for changes made by LAPACK to the argument lists of its (largely internal) functions dlaed2 and dlaed3. (PR#16157) * RShowDoc("NEWS", "txt") had not been updated for the layout changes of R 3.1.0. * The xtfrm() method for class "Surv" has been corrected and its description expanded. * mode(x) <- y would incorrectly evaluate x before changing its mode. (PR#16215) * besselJ(1, 2^64) and besselY(..) now signal a warning, returning NaN instead of typically segfaulting. (Issue 3 of PR#15554) * HTML conversion of \href markup in .Rd files did not remove the backslash from \% and so gave an invalid URL. In a related change, the \ escape is now required in such URLs.- Remove tex(inconsolata.sty) BuildRequires for SLE_12 builds (like older SLE releases).- Upstream release 3.1.2 - Most important CHANGES IN R 3.1.2: NEW FEATURES: * embedFonts() now defaults to format = "ps2write" for .ps and .eps files. This is available in Ghostscript 9.x (since 2010) whereas the previous default, format = "pswrite", was removed in Ghostscript 9.10. * For consistency with [dpqr]norm(), [dp]lnorm(sdlog = 0) model a point mass at exp(mulog) rather than return NaN (for an error). * capabilities() now reports if ICU is compiled in for use for collation (it is only actually used if a suitable locale is set for collation, and never for a C locale). * (OS X only.) Package tcltk checks when loaded if it is linked against the CRAN X11-based Tcl/Tk and if so that the Tcl/Tk component and the X11 libraries are installed. This allows more informative error messages to be given advising the installation of the missing component or of XQuartz. The X11() device and X11-based versions of the data editor and viewer (invoked by edit() and View() for data frames and matrices from command-line R) check that the X11 libraries are installed and if not advises installing XQuartz. * icuSetCollate() allows locale = "default", and locale = "none" to use OS services rather than ICU for collation. Environment variable R_ICU_LOCALE can be used to set the default ICU locale, in case the one derived from the OS locale is inappropriate (this is currently necessary on Windows). * New function icuGetCollate() to report on the ICU collation locale in use (if any). * utils::URLencode() was updated to use unreserved and reserved characters from RFC 3986, , instead of RFC 1738. * unique(warnings()) and c(warnings()) are now supported. * The Bioconductor 'version' used by setRepositories() now defaults to 3.0. (It can be set at runtime _via_ environment variable R_BIOC_VERSION.) INSTALLATION and INCLUDED SOFTWARE: * The configure script reports on the more important capabilities/options which will not be compiled in. More types of external BLAS are recognized by name in that report. * When building R as a shared library, the -L${R_HOME}/lib${R_ARCH} flag is placed earlier in the link commands used during installation and when packages are installed: this helps ensure that the current build has priority if an R shared library has already been installed by e.g. install-libR in a library mentioned in LDFLAGS (and not in 'your system's library directory' as documented). (Wish of PR#15790.) * LaTeX package upquote is no longer required for R's use of inconsolata. * (Windows only) If both 32 and 64 bit versions of R are installed, the bin/R.exe and bin/Rscript.exe executables now run 64 bit R. (To run 32 bit R, overwrite these files with copies of bin/i386/Rfe.exe.) UTILITIES: * Running R CMD check with _R_CHECK_DEPENDS_ONLY_ true now makes the VignetteBuilder packages available even if they are listed in Suggests, since they are needed to recognise and process non-Sweave vignettes. * R CMD check now reports empty importFrom declarations in a NAMESPACE file, as these are common errors (writing importFrom(Pkg) where import(Pkg) was intended). * R CMD check now by default checks code usage directly on the package namespace without loading and attaching the package and its suggests and enhances. For good practice with packages in the Suggests field, see SS1.1.3.1 of 'Writing R Extensions'. For use of lazy-data objects in the package's own code, see ?data. BUG FIXES: * dmultinom() did not handle non-finite probabilities correctly. * prettyNum(x, zero.print=*) now also works when x contains NAs. * A longstanding bug exhibited by nlminb() on Windows was traced to a compiler bug in gcc 4.6.3; a workaround has been put in place. (PR#15244 and PR#15914). * Rendering of \command in HTML versions of help pages has been improved: this is particularly evident on the help page for INSTALL. * as.hexmode(x) and as.octmode(x) now behave correctly for some numeric x, e.g., c(NA, 1) or c(1, pi). * drop1() failed if the scope argument had no variables to drop. (PR#15935) * edit() (and hence fix()) failed if an object had a non-character attribute named "source" (an attribute that had been used in R prior to version 2.14.0). * callGeneric() could fail if the generic had ... as a formal argument. (PR#15937). * Forking in package parallel called C entry point exit in the child. This was unsafe (_exit should have been called), and could flush stdin of the main R process (seen most often on Solaris). As good practice, stdout is now flushed before forking a child. * R objects such as list(`a\b` = 1) now print correctly. * getAnywhere("C_pbinom") now returns correctly a single object (rather than unlisting it). * The confint() method for nls() fits failed it these has specified parameter limits despite using an algorithm other than "port". (PR#15960) * Subclassing an S4 class failed if the class required arguments to the generator, through its initialize() method. * removeSource() did not properly handle expressions containing arguments that were supplied as missing, e.g. x[i,]. (PR#15957) * as.environment(list()) now works, and as.list() of such an environment is now the same as list(). * Several tcltk functions failed when run in unusual environments. (PR#15970) * options(list()) now works (trivially). (PR#15979) * merge(, ..) now works correctly for two `independent' dendrograms (PR#15648), and still compatibly via adjust = "auto" e.g. for two branches of an existing dendrogram. * The plot method for "hclust" objects gets an optional argument check; When that is true (the default) it checks more carefully for valid input. * (Windows only) If a user chose to install 64 bit R but not 32 bit R, the bin/R and bin/Rscript executables failed to run. (PR#15981) * Various possible buffer overruns have been prevented, and missed memory protection added. (PR#15990) * Rscript no longer passes --args to R when there are no extra ("user") arguments. * objects like getClass("refClass")@prototype now print() and str() without error. * identical() now also looks at the S4 bit. * hist(x, breaks) is more robust in adding a small fuzz to few breaks when some are very large. (PR#15988) * sub() and gsub() did not handle regular expressions like "\s{2,}" properly if the text contained NA or non-ascii elements in a UTF-8 locale. Part of this was due to a bug in the TRE library. (PR#16009) * RShowDoc("NEWS") now displays the PDF version. * Matrices and arrays with last dimension zero did not print at all or incompletely. (PR#16012) * plot.histogram() and hence hist() now respect the xaxs, yaxs and lab graphics parameters. (PR#16021) * bw.SJ(x) and other bw.*() no longer segfault when x contains non-finite values. (PR#16024) * R CMD Rd2pdf unintentionally ignored its --os option. * The internal method of download.file() was not reporting file sizes and progress correctly on files larger than 2GB (inherited from libxml2). This is corrected for 64-bit builds (32-bit platforms may not support such files, but where possible will be supported in future versions of R). * Work around a bug in OS X Yosemite where key environment variables may be duplicated causing issues in subprocesses. The duplicates are now removed on R startup (via Rprofile). (PR#16042) * Adjust X11 auto-launch detection in DISPLAY on OS X to recognize latest XQuartz.cloud122 1652317866  !"#$%&'()*+,-./0123456789:dededeenenenfrfrfrkokokokokokoplplpl0.20.45-bp154.2.2140.20.45-bp154.2.214    latticeCITATIONDESCRIPTIONINDEXMetaRd.rdsdata.rdsdemo.rdsfeatures.rdshsearch.rdslinks.rdsnsInfo.rdspackage.rdsNAMESPACENEWSRlatticelattice.rdblattice.rdxdataRdata.rdbRdata.rdsRdata.rdxdemointervals.Rlabels.Rlattice.Rpanel.RhelpAnIndexaliases.rdslattice.rdblattice.rdxpaths.rdshtml00Index.htmlR.csslibslattice.sopodeLC_MESSAGESR-lattice.moen@quotLC_MESSAGESR-lattice.mofrLC_MESSAGESR-lattice.moitLC_MESSAGESR-lattice.mokoLC_MESSAGESR-lattice.moplLC_MESSAGESR-lattice.mo/usr/lib64/R/library//usr/lib64/R/library/lattice//usr/lib64/R/library/lattice/Meta//usr/lib64/R/library/lattice/R//usr/lib64/R/library/lattice/data//usr/lib64/R/library/lattice/demo//usr/lib64/R/library/lattice/help//usr/lib64/R/library/lattice/html//usr/lib64/R/library/lattice/libs//usr/lib64/R/library/lattice/po//usr/lib64/R/library/lattice/po/de//usr/lib64/R/library/lattice/po/de/LC_MESSAGES//usr/lib64/R/library/lattice/po/en@quot//usr/lib64/R/library/lattice/po/en@quot/LC_MESSAGES//usr/lib64/R/library/lattice/po/fr//usr/lib64/R/library/lattice/po/fr/LC_MESSAGES//usr/lib64/R/library/lattice/po/it//usr/lib64/R/library/lattice/po/it/LC_MESSAGES//usr/lib64/R/library/lattice/po/ko//usr/lib64/R/library/lattice/po/ko/LC_MESSAGES//usr/lib64/R/library/lattice/po/pl//usr/lib64/R/library/lattice/po/pl/LC_MESSAGES/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/631de92c3583835c071931756906c7ac-R-basecpioxz5x86_64-suse-linuxdirectoryASCII textHTML document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=efc2942cdf2fede4da1e85bf80466a8073c55bda, strippedRRRRjErɆ-utf-850ff9f40fb31ee2c31e5e7d0a678b7ea179c637df324e4ef8a8f594c4e498109? 7zXZ !t/~ ] crt:bLL &ph8b7 y4;`CRC8U,ߝɠm,LH+] (N3R gw.e<Nl˱O[RbxllWy&Q)>}^qwˏdNP,>}+nbPb"")u-k*b H/ͩ;hpfʑ| boڙ!8g7IhtQ: uKEM@b}CՋlUFU`r{wO'ͅ(j L;B2_W5Yik@ wcΔ/*֊4}{ۗ ,O&AU YrjvxlCf6;8e'>^wN!K茁3:˸ u4XL-- g$CV'x 汍J(h{ Bv"S_n,5xɏԐ/KJ+Ow:@dm d ]s`s 5smut ~YzerR"$, x_(~)>Yf sCQT۔/gHE 8Z?|Ke1aFHiȲY l.R*@v3(0kNaOy}~By4dC/Z;=|v<>Y:89kXqf !7Mz"+KsߡI[Eb۳O |,嘏vSg*D.+9oo&/+}~X^Du BE37!A ])~CHQ([8}U?i[qqm\1RhQ"uʜCdW(D BlfM)faQsʅs`mtpҮZ}fmD_, :Uo20dά9UNGe< @#xHw5S>8kB = 9BƂs^2`ߌ3{[5WUd\ӧMa Cr?jbl,Ib5t`]FHj[6[@o;!0/gC\)Ynq(=e˘~c+l7 h3̰K]v=4I&IAx]x<ѓ^},Gbo4"ӛ!۵ ^+..K%艠´՘m;‚gPV/O]םOo x`3c"ލQjB2i|Gk3 e2lERfFgdqRz7]~v^?>[7\̔J:]5'G8:4$5N8c>}z:ryrRU8я"WMT<ނ+ .hK+wm 5u(m%޾ymvjVr|wp̼̮>zT+ K/d3b !# -0v@Ɩzrz|~KVdS[5O{ܻRrѡMȏb!:S"O!};oa֩93vM6D$ֻ`#TihL(3ʕ۬qa\폢_`t'`a-`W[ + ʷnO.%QVҮ輪I jvT(D%Icwj kT}KΜEМdPgґ%ޤwk9 W[¥'06F)5\su~gYQ`['c#8L}F EޔɪOF:#a.CZ0+ Քh]# mpa p5#AcyamӾ֗M`{$~wfnd!mO*GEmR\_IV!Rc='5ퟀNEq`Զf3I6Vl?ҍ5Bt <110v;g^BZˋ̷vL'F]Q{tLpfci-1#Jy2KoZ8] [>1 2|L+ē`MjT Ídv w;I| O~4 uvR*|UL?( |{nw|s `S(1ͭ|lٺ(T o U{CM7VY %-2nt+ t$;) >Y]X_]eN(KR|\wٌV =w(%l+FC4@j},efdDtOknp *1O ىȘ椫B͑:ףeH[ꙧH rwKn:o0{8wJ&*p%ܪhæwi81B ޑ*`1`:C1PV7Z=8rp`P{?vz  ;ەܕ9XIm疂-!w\ީŒrg{v;|ݝ(|6nQS6cä>/A^3葓B~!X}vk6 =-֍sCߐirI@Q|CG ü>_m lj_9f:k9¬a>Wg((㾫oznds ƧUkˣ9? l,PߞnOx Vrʲl&힅=E Ɇc}Sa;G y~1U#$iv(rxѻn 3p>'N r݂#:+?]ɜ2wBB姨dg7CS&u?hDt)Γ)iاw:O4O=ɴ30B2_tֿ p a]XB[V 6ˊيd=x}?" N2#ɇU;.}FGD_Ř;\+Os*gxrpkڳ.TK q,/1&aBzX7^zoi.G,39;> D.xln'E1W e*VIN^{cx$iN%ϓuw-ьΦ l\ai!aFsd@ d/'7+a8Z}e{HO>E+QKq<·%IB5Q~0n!0)2W-@r?HA!hJΙvNN|RZVϮ̓1Zlc dLN/ĦV]6d\X[跶$OF5Ɋkpp 7OlRK44:Xl",n>&K"-ܥC2@3*8lj9QU\B9Xȋ8b4-nq^I" G]fLNL :\i hY:hXW۠aUtAא :~E%$omڅtTl5{H/['!;I9|Q_G^?%ci&ie%oڙ$HwX&@1n5S#\^a֐o6(][C|2"n>;ٸ?"\N h{q*~lM>ET^h)Pc0뀍u€V:> ;y9]{ܶScqJ@CZ'͉9dF1Rc3&G`؇xEDk NZxTH"/Q~ U6\\rڣU90ƹ0mUVz]곰d3Q~@_8eO@*X1xzp͹kcכ'D`T\#nᾀ_SQ<qU\3|—O#9ItudH}J£蓅!@2nDK`B_bCX a)x.j,ī\LAU%z [, znS. D{bfUcs 1+:̓1UoeRx8T.&]Fij㋨5n )(.Xg?kVs2-h ~qx̞;|BN)3GKlrN 3CcNPdO/l~YV|v;|0G0>A)eNZ:F9:ElQ."- [,GB ' .dA$/8(V+վ.% -QQȄU1e`k%ӔHB_v鞣ON;vdW Of쪝V`LӲ8FIa-uYYT@y1V?lq*duc -("ƙe)+ۭƞeq.qi?/ CW`N#%m!Lǩ½04D/WxU7BNS<6[<Υ"$z~ )Uܱ^;"\}m>?`kSY!浈SXhU+ âT]m@rdH '^\fwPVw[A؍3Pm2Xs0ƌHǻ{<`2lc{qeE .lzYG˖},B,UA(ߟm BqO/Jjx&Ž[G*mr̸ pM˩k 'VR h>y잂&z_i Zlgmvy+p(m(BNVgJzo8層UI\Sз'bAo}&u[*@1co!S4soLJDf9d -~}WJhr*K(ҨU"6C%ZήZU{C q? *\d3b v ιz܁\뱊z{,G@ۅl+VC ,25ug<^ɿsN~ j%kkU'o^$#&:smm'=<Jx _OeDR,*h=+//kf.RQC/i*sqPhUU\N|\cI՗:"rsk2Q\=Xe~qR?'|qFKJɂ8sp <C00| @9 Qhnߤ%;`<6}367 q yۄ3 Fhbw'5g7K$s  |r_:0*ςXʳWHL1%"ƨN[ƴqt "Nl^2gk(g)JfEC§p %,vWn݇L>Yz_krMdMeHMXflJMaC2nC4,=/6Z6.TKmG._s̑`"Ju~`=_]>I.(I]Y\Tު+@_>|`FPߝj pio(YR&FǝĎ5/\VDIh(ɠVC7 IJz|.̩+g'TtHIen6=ZXXӱ YV#@w _d5` E7QeL2ub $L (!'ưMB$@PY5ei0+>GTWImɔ%yGآf=\H_7@|i#kdxUvz=M]$,0F?)rVR}ʭ|+Bhl * 4.3!yf:DC7LB:Amw\SvW/ݚ0jdfY7iJ 2~Jʆrp-8SَC]=ʞdFȃI@ВoE!@(wlSU [IFzAnrUDY##A`wF?iHMSWl{c #n`'qDM7bTl4vŝ(Ζmi}AVXrtP Bf>YS2eJ‰ @uk#\EL^n '~1R29F:O&;|"G \UU6p6$,j `l3 =/[@\]I NIlP R3rQt̿Ϛh+H{ovr D甉De`F,%i! ˸Ļj>6ced ABZڛz45909Nfw<8Dp"4=Hw^;f3=OГoƷ1_XCЉK]дzЊ9o+=ξޙ?U>kd137n|^MBbU̵PZJQ D` \Fl{QwnRD!s솨SInL_c|}n@+;J׎AO8PQg?`d%3[Cd<ÌJcEsfb܍$S`Go#ʼnhfO,u8iPih[os3\h68V74ߛm/kv~"F=?!8^,U|52<!t83\UE "WaܷѢˤNg<"*Y?fx=xW(C35C}w"aLV&l6R΀[fn"Oq &_+_*6 I?%IcfV=:XP:Icp|W`q3Y uZ;Ը,n4%$`J{]׏>.D3e9'b?lSiaeV[vhNdܔÄ/2,CHG!\x I)I z>AmL\8].3ۤ3YF*d6i4%9޵{ gaOCNL@<+~Բż`D:|e'|-bF֩fqӔêogM";%h;lRݒ"$)4vRe$^TH}wjKz-B+wGbti, ("(> E˪lҜ_ U.-=sLEr֕X컜YCڸeCv!޸؝irN:QGh ܕr$ ,U?EOL?Kl;_`;G@_6x.vvQN_QPJaև%i㇘KFi&PW3zCeZqZ rX0ѥcEhڅ ҉lBRsZX%.:£&PL_osҗ8?1Zg,=nf5@&x lҼB{Ⱥ#F"JUͮsES*=15f JöLM_6T8QŶ68 yz}4vr'] L=)qsmA-/u0'`X5l*{df_u}H/w\`#E;PdliTHb+?i/+-r0IP$ӀlvzÍ,SS0bD4j`IkAA  ~b'Tf=L\vbYb^yy"dW_1g{Mb@`[]'m eXC!9\V=]_Vsk^[e[0h ?$Iog)f?83i8,Fp| ;zX 0(_Ko9ʠJ:cJdܙP5Ea$օ o¢&gpBP((a;ύ qn Pty N6%c|7u6m)[\kݵ%Kokݬ?vVSwsVj F047VoCduђav8ąHTd2!H~{Sgc)kT|[I)M&/\?""wT񓰝˾KX"<|4IHUEn̮`.fՔPpʮH e(ze1G;[< h< Jd(sOSd! ~‰ϢC('-\kSS&2b2Ք_!48uz\ƘAyO ;1MU"O\ʑ3?=YK}yIeɴ#mnwX/aR ՟Н$uIU5 se%=/;| ʾhEPa?-I&N"-hG#yD*fڃ Tes&t$Ϣl*r('ͰJb ZARm4iڪI~CuMi=kf82:D:]X,xv:. d!3OVS@l$jm Dڦl2Z\T]I{Y#9VPdǬ<\Q+r>8c)nl)fyhn.K׾^gWo]T?x6FJ:wrMutԣuO*,CNJm=J4v}85):)tKT[Mt⏞K$v0e+HvJ %k&d?cbQ;ǴLڴ#F%aƊz6ڀq$:m9}+ak$#.Bk~H~0%(ثrXJn+eDaߍTES!Ʊ{j>tN2>tycKo^ڞHctF@gXnktLv.Nd^;<)!dȧ|nsRg3DiE=6 17x5Tpu&{&qm,Ѐ߾ \?pmHb?mBR^҉ hcT7@^ߜ/i?vFkB&3.O6@p`:5`b9XЩ%@lNgػW Q9sQaF1%Y9xNI&/mj=d <{O|q'ce.swRnؑ(y?ZV/44Ç[`ա?@|pk8qC&``t^nM4NEd^[ )Vro9 a~@R9vٍ5jHVYfbVF@<t U'&}^ _~'ʥ{``;/D,2Sa<1 %VH6NL5* Sc>[BQިRMf+c*cV {W t v;+QCƷMY Lc7*J˹?8v_4ͅ :%gE7kh gk$4ҥhNq"LUkZ ok~;]fgv|&=(·30av&gY}}7sZ2Py_0D4 RNݱG^(\?qLdp{+ l2%cuE{dz ݰB4^z5H 96ZZQuYڱGBsmϱ>԰ ;>pSZA!agSN? 7)dۻX7Oh/~ ,r( չ".]+ HIjmM v(jn-;-4.o7'4x" לi]̽6d4SroUEՔ =f^-lFL xq cP4sWkxOZ   Wgm˱S(%E=& v!z | c׳~hYg Qtz . u}޲R$E? z^ #ȇUdA#ZrR#ᵗ b4VMܛ,VX+"dA &BՃYjQ&q:NRTj'Zt`5s .pd$+@(H-y"ًMwpˏ9QɱC_\R+͔W! =XV:<]ZQcQ ŒH-חk  @ 2@wn5O2?3HաQbnc7o' U%Bow"J$>BU0tvjcZT 38؞ɱOOLkx'aӤSRg1Eܵ)jB7OtIFc> +јK 2d4XPF+kAL%:& N cgC腕>ZF}/ ҥ#|9v+w0gzEKhg&|"kX\{.UX`V6MJ+ O>P171"-L ٫g7,e Tڰoǿ|(nJ #hÿyE?AF^fsCAUm玟&J#z{IQTB/ S@ȀrsG?|g.G*muH\+$gW:@04 |h?]Tk()5XpYj_c6E\ϵYʤ+Op}gy.D#;ݢp 03\ _^~sΨxADu$ Dp`3s$@`1~~ $Ir>t'WV'!kΎRW|f\jv@7Ylx62*tVARAsPWlVAft8ֽu+Uu u؋e4=A #ɼs5=$)6qҫ _sS6e1}roVy_<򌈵j,g~4L?V|I0d]@>wqaFjzDc>}'uJ԰s#t9cmOf8C(%ݰD񾷉܉[;antd j8VM2ڸIlm*BG(JolGІ/t-?ݒF-nho(׺DhYW|gʆ byp 9?l0&3F3Ԝ嚋mi1l$HQbjv/84iy#C/(mO@j}}QCG680-Dl~8;TK6\)s^-X=gwӌq[5o:ϛ.i< \ILJMHI#n:ǵor*PbU̓ILI iqcis i|QydI[:շ֟p^[ʆ:y`pz՛TqQ"XGe'CyݣHϻʋpmzFuDip$^l_WJąƜWl v)Hת?aN-E `7O)&p Q> G!(ruFWm{:BԠX9fgLh:$p o"?+re5f$1O"d#oudNs6DbΨ5VΔbO//͑*ӫ+~h("MV1N}@?Z]kz"AdLAw\9=Oރ/_jq>|Sw=huXK]jc$' gf -45\)iS>o 1O|Lb~>(W?V&Ķag QWdM_q.hta 2XD2@!Hla겅:7>0N à[jCאynM-H2$vԽvbL2;ۙfqor A08 3)D۟D<`#^Bu% , Ƴ⮟]'zȜ[^|ΘhТfO eWˑH"^ϵ~(vRn'|٘rne6S݂?+Sfۢ`9,7J/,F; 6Ha\tnzBrfc݌#o b`~i2N R40 Xyq 90p*PXQJPL6ⲀyI޽lڇDЋp9tU/%qBN(גtNĮсGjˡJS;"!d*p#~ʎUrdzT=$,[]\sl]Re~1L8_ Ѥ+đN.qżWmMI - ϞI-g3ik&Px{.u4Ykf˄LcY j+/,͡q`#WL %:k*~k{T~#?XS"Cͬv[%Cs|{^H rS#u@Cg_3Un 1'z {G lldd" XU,g]5:Xs')䟡[ťQ#'E0^<2Ur ibh)bk>;C1g2GhkIAo(+[vuM̅O2Ev^5Ѹ*<4]{(n"oI[.#wٞv,ir/Syn3%WAO@P1U+`>MPS [qK}߹=tVE ܠP0-_c:tÒ4ZPR,?@o\? ߅ے]lxsj{@>Ր^'"xѳ "g;E H&):\t*vM1ħU>b:^rW_:h 저@d.ݔoSօy@/qE"0NX >%%6{u?=s;-8`o2tn-_k{pYE_T[͕#D@1nr6*ༀFF{,XU&fxn.2,ԮcHw.Z0^cL;~@!Z:?Hx2̄dW@0g#[ߡ-n%Μv 7l`OGB<@zGIz/Yks4|z~kYz4XƟP$GI_y/ю!S#;@aSͻoa Dk @m"p \@t,XVq?ZGa%hƱb4hm`4w%h0 v J>^\Agbkg}D$f=y%.[m r_SXA{lo9!6RڼcW# D͛_T\$ƼlaHoޟ;ځ$چg!M _}stb&aK.8=?zJ,GCHI1DݦP 8vi0 ~$enff%Vaj}W `ǞPj>rGM=u4W\a%ygm+:".WG&ڷ.jǽŀtp>-,:1VF[Ѩޱƅ4D+7ƄC'ћd}7Fjqawz-NVUS&o0Z¬OX#9l?]iB.} { fgx܁"1&ȫ)Qn]fU*mr};ҫ{!h>R8e)F@JթIȏ!҈eշY_ђpd_]XeϾ8C~ͩ.%lnWI3mZ:@|  SB<7GZ@Dħ{t`cv] %=1*a2u dߣtO±i%8uT9|N=T@EonT*J߃w5\8O5nc ,}&`̹:PCdOvs̳wgbf RTl kaƏZ1—@yqȵ eШrn1_Oo9wB?s~[4 RuW\ùg:R x%n+GIнtpǜomJىN]t <-, -?L$J tʁ[8 QwjpI\5O^"s#)gk|c'jQ \*QZe{{{ϚGK*"ZwrHp%qd,W3!Fep.FJFk{VyLZO2C5 Q؄mـYWY>-H^6)P2#YyHNRw \tl2yʳ mRI5۫r$^?Whk*?ӈX܊bAL׸@4~e6;_0׵z_ {XNgCAּM@V*rl S}o.'T&:Y|6Kkd7w:/m4.7ږTw% Y1:OMPNʇJyCI )/oHT #ei8Lu^bu].9VH2< =6tc ܃=\84-3ߩ 'HӸ(|wFRJ~t;ܫO.oBá5T3 bV0- 4gqH䟱,{6,cZ77>$ne xwL/*;Wg@Kqm{ӋRo._Bf5 GԘY(p8nexp*ƣ4I'aub:B=RT逧" |=l;61؊lM/u2v "#Mԏ-pA]wCRaQJO*iCfoEhR>ya~]?fP@Tz#E,m}GY2Y7[- w]QQ?/QpzfQz$| T;hTMXs O2~N[ud@.pEWK [6Fʣ3N' u[˃c,tb+$}_\Orʿ9WڷkRMhfp/lʲiXV.i .G9f`}KOW|>f:)].bS'/ߚ ,_HR.ͽ*~lSI 6qlF;Ű['[#JP6mqA{ C-(nCڙmXvB{nf.w<)ʠ kpu7tqRdziچA[.E`%9jEܑz!N|.rxETft8(k!)nfpĈoӋ4 $ 1LNG G ܟ;=Hd3 6d(tuY ? .T6[p KZ@ ,`HKqb({0W`( 3ŚLӼxHS/Ǽ?3:ʨm[}nP>wPF,5`q;G]Ƣx=֢w#mo0Ma"(aK0;ݧ_9fU1- KWݾx?0'O8-w=lu! N6ߗ4zտab@t.tYPMմp+E(&|N>tG=SZPqCX5%+ IG^UsYp>EoVK[]Z6k/\ E98 r290T.oO ,09. dC]a`T M@B ؝t($`w->#>xF' mkwLt$b>gZmv bգAՄ;JNB#WEBNSv/~;}1mf1V٘K,fpL'(S׷O+bvi8ωVSo bɆߋgLCי^͋'){?R@n==M1oB?9M\ yY ɏā`/=Xa= Ɠ>`qp}~ف'*R $D#|O;]? b -`HhSH $LnՀaE#OSaǽt$3 zy>{_ƇF܍38팠 ޑ_3~J?9ȳF[a؏F*$Kم]r5cc 4ι<3 />*>:zхarL :8?!!c7JDn7I/ "?}} 3:!'}?üGf,JԼn>Nm=0_/c[\T\J\ֆ;ScirMBv-s4N+=,_,m"Ϥ0~E2͍HpOjEmA_%U+9 yM-wK5($P6BR9#Of=-'كt|Ub"rC7S=mLRΉ#xje!3\y o1Vk뱐I:31OZpݺAV:ѐO!gڽN|bmi,Po64&}J;JV!\dKuDR=V`zmELRn)~tL+ѵ2;khyǍsX@ vu߱oMO,Z Cʵ>tcX+ u ^) wh.fHdEPau}l5yȗ3e[-}98 rCIgp0\QU5Rѫ_ IxGnJOߞZ^rY7͔. D9'H@ޒ"h5]vUI&)Rq!$lT&34RvO`i~a|Uarrβg [5X-q~D:-#2vKў,FĆg 3;5Ya0hU[/0j;PVt}%]Hq_%!P&C$T̿K1 hB,*[3 yj9/Lpo3nHL?mezX 2wxj/\ \(5$!ͳ y|@SQ07 &)An:IvȂEtןIDv-$j#W8 vڔsN:j_Xs>G#I F[a-Mh2GB=xamIHs,\lg]la)rҰڞ#]]c}|zsdȧIYϤ)8 03ն̑}Џ[l゛#떶:}:|XҞ#wppf\p% 9%%wDuZL*혤1ZV h'.|`o]rCg__ٸڵ`q|yˌó`)}vMbKljłl1*ٳ®$l).=_-y[Fc[5orU瘻"#+\q4U` LZ?aC懁Fkz_5XDQ ꎪU34I.1YKP\D~mEVh Ր ._bbM䨠 ي|ઘĎ"68Mt2ho%7էo.3Y)I߿n8OƏ靤AA/C3SƤšO:=cmG k;SXyg;6fh -$Y`v@ oܩ Nj]^ao_."8쬅j0N%w;O N8 RawaP89Թ؜XIHGkc=I ՘#N'[e= [J`edld: 6]^ hʄ/ݔ4V#6<秲"-@ZIx.% *f5N Q!Nr}`XjN5Xim#XB: \"&rtUKY2swPyƪ1qF*gGKTWJEEY? 'khY uǼWo˱SņTaWheE }m*990C-n ulR%rֹި'^'O+ZI92A5\+OD4?{8FdwGޓ\uCliʇ1)c㚷ꧧbezg8NB^hvlxI{26ܵ@!:L#NHirSd`AD{f,+/n<&FȏZZd+5(vHXK8oٞ5wǼ mCY5c ]e쾼|WfRxxLP%%35tnsˇ]r$ƽ^sA!ϷVCtST!O<^+4)>5cYFa0^)HU.wI2{,y 4JA$'o-4KwIl£ӏ^Ix'9֏1 oYDiw&4*<-(1:օS/PEO=c$|Ɵ!څ($PJdj 074qZv|EKc$\ۭ{c8 [GG{f^}^bO,qz/|Hf 1:[ t sqݤ> swJԔk$BSZ+r Y19uAԨC{ f|,Mc}U;GL-Z~0xg Hd<2)hQh"bH4dUuԏ-&6l􏴜`x*+ c|Od6V%g~ݹL5Z1 ,<;!A~r!D:=͗n9Yz*f/L2I@BTpx7w߃Mcj,yF+MFswGÂmXxq9{:pRLhBJH0{ jj}_z΂FqL mو@gb6/-l~-\@Ot;xBy2MA 4t`{0 h+S#NOPs69#IoHjGRdeA\T$<-j04_0JWgHh_}+eh؍ny쏪Q-/qn$T !u*Bc]ahBrԲl-gA*mQד,Z AƄ-sB&+t1x-_,`ӏH!x6'C}~tj' e (<^>^$gK?,W&N~v*Y>nݠm|S$k3Ğ xAbƀ"8"F0q ɵ YPP+ ԩ{37{;(WZ7gs'1ͺZ+rBL rVC!UAq*mt Y#͕->П/,-ʀs4Q ;[+DMy(P -UB >r'5npaY'HU p[O2l,K.R Ms+I'.L:h3\ΟwjvBvvpFκ!)  Q?JJb Ę%D] fz׿ѱOtմ f 㵣hL/^aa\co ,׫qsU<8Zh`o5z5@#z|$n%]A.@Q*Z?.0l{+8{ XD) `̄snJ&P9HZ|Fp;U!ߨtgpg펖 !+U#Fւ!8(/uhn=%=m')nYl*iO>|gG8{} ՠ5zD5_qG!и2$dަ"R)ʿ}83HUO{=w`xT]|)*^RO79}^Es>e2ŘN]5"j5WuSEK/̾v]v"+pj BVo{^f<;]s}*xOs%pw-CPm6hD57D& pQPKc2Rssf~?Ft.gx]wRՎAy'@ PKrR;.ZMhݳKhRWM0&e=f5oCD'Wyk3V?fAq؝_bXa*uTah?H39YCvx@`F#ۡϫt,*ljּ2;ʼn2ms;>1IYO 3w!LK`06fMeJd!PCx&S`NTt`tP^Vtkpx@[8=ls*؎sAօ]ЦE݃vs48R8peYo+v@S_U9}:A\j|{ߣPoUGlḴc~*`6\z{9y8xvZ NY DH"AAE>eY5_cQ\蕖@{zc;zv>]tWt3#Y罟SZPO0L犔h!"_q^Q8iNCyYMJuyLX&*ןn5TѩU)%n~&ɧ]zQhq}oMsuzAdX5a[%i{0cTAH' 'o*<`T=~1LiQoklg|=P`}4ȶ#Ɍ8P`;,O!蟷 |ugmZu.O_##r  L{mT< J 61 &ʫ v 隇DCd-S/_1?su1Im5td,XvhjxKVkzue` U2_;~m;QNiר%wEzP3't[']bg_-xʫ0>RRo dQ\~Ce"Gkc=.]l ) 鱯^u`Yλ5" \;ru+ hXޖk^,܉lq֌Xwɪ{7+~x)w]1D\;YAJtpq*I٬",6w:‹L'~ #Eo?C5%E*ܰ,_÷T(Rnŧi\=cg/YPOhCt41}Fh I_F :=&nYƫ\̓dCPnJкQJ)+x<eI_&6  #5'Oz#M%K9?]8<a^e,Ph"+Ѧjajiٌ@9cvVҹ<')7[W̩f:o. MoXݥر.!+Н/e |ٞUgGZcv{O~/ƉWstIpd{:HWdmR8ZB5gQ*ɉpb ͭc9c%"7`)O=WMQXj(Cd2WKW@ 78qnbm(#?M 7] #th=[nf nʈ{Ak0|88^"!M1TQ/KHn|̃W&2Ʈ\v-ZW4Z9gM57z!lǣ|?NOi'zJЬz͙ Ruu9O߈uH1p`wfJrB\ \բ-k с;egd' $e}lt?)qxpP$ L8N R-+~a!!4jEy嚢5n#6~(K 6uգ9T.93B)(z B=apկ .q^"u=ylh$b?T]^Rh=A:m< pGfEIdc".O. BY;ߠ~1lLwAψIK9?SŠ;oPǎu^ GNݨeYW1MsWpykldn>~B kOM1@/l5@zp)z2Ŧq_y,%MyTA<zQ%SBs]uVGyv{;]߹X* Ǘ>Sf,G|]$%sZH515JDh`cm KoqRJRO~eYِ t5I ^bM6@"[z s3JK;[o`+gS1ʰqp4EDmc9.( Fnyܧa~_RT=M y$-KMj-!{{6?eAzĶJTan^XٸPryz)T j?1\XB`G/<䇹}|?(+%@u5)E1 TWHgaJqKNېf/,]ָDϡ>*v" 9L5pҺ,Λ,җ!r8Ghv |_r"$噪Nfk3W`/ N nF/V#{Ct/M d2u(]Џgٻd!?&n} R @j=K#T-ed"Gp殠bpB$:7b ;<0|/ffwQP[$nq ^3`(; }-RHvL(m[ `c76`6bяd1:4\yJ(\X dmtlWB~yқ 2_`ȹ8Riʫ$Sw<Y0X gj\^xX+O?ub]<͚{"p5ꍨ{&.v"ń:E8^߲"7E6Ϩěghdl.\Q1Nt%k*#V" u='o*yIaߗL4ر4*EKܑ=ֵ幚yB&ǽ50SstIЎLyDq v}>܏^o(dݵ>3FGEh!~zdbwELSz[T4,phK7$r%^7R(%W|alAD^V#:&;cnjN: [ܶVL1DBo争 q85۸ C1Q ڠv5';30?Y$x4p q 0ƣt:o7YmHU/e,s>;]K<2h>QyK*qQmOCˏQrk2;Ʋ^O bNZ暮^ѫP[8ʾW4oP\wʝ)5:=5EuKu`zt:7B"S"tzC vtG/k܀ UjH9>DлS/GhdrmwBvC*uMM@VE3-V FsjypS9: 8@E2Cahm .XT -umu1 hovqd+­4 ݒ٫tjD_[8vS:{9[W9d!!2 Mױ(xE!Q^Tɐf(e0GI$6%~#1;3!O<}vc4cѱD btyiNXDfB3״[b/VMDf)/vŽ8-*0ÚR3ٻ#uzڜ- V;C+vNgp^gx6?<&X(А_PGes*V8Q1ܣ+R71|nV@+JV;Vrp%E풺lpcw7̹J$oj@5VrTc5 t+rY3ׄwV5a%=(?^ {Ԏ:;f}&mn}}֦CfRQɀ6:5&\1i,\DfH&qQ1gw""qg'mzcCm.ݩxƖ]I6C(jӳyqosk6r>ɍ3:v/@$1/*B6#$YMjN1U&f•)+b b]pU!vj BA:e ߜN˳=XWrvud@*C!X,ٮ0O!yh( Ҕ  NC YM[7O$=Lg,Uo.e>g1s؃x+ <$_O86ד"&0$:7Qo8ZO.Y`bmS'=}Rty c7n6YF4qJlvz##oM`%Lg(DYvԒ-hw͚Oj =!|B7hέpǽ>.$+rMA5-aL^3H{&aM̚y%WaçŏE"-SY`K̪1ܪo5rJULl  uS쵫Tc7!Ȯcݗl"@~ʃzz7QAmV/2w QMԓo;2Y-WT\lbݭ=B[[jD!Y_KVNϪr<{^l1on-Gu} ]~ʆt7ۖRl[2t9qpY#h os"Rn43( o@S^EiU)1߯; 6w8n}v.m<5-DԤ|= uG0> MNHb/t+ O1tC$,ЪԚJY[L%`"]{Zn4^ Shbq⟬OrWi dF. H^V*u-0l f"I qU5[r&G/l~V' eC *YEь]=m]Ơt@@i\p4WrwA|Nj9;S[E+2l{a}#vxA.Ǔ(RA k7ҋϨ ;Id;qnkp~~LvRZ{%-p~'oU$QC!kd1)HYp4U]lX=HJ˿r ַCJ|I3Mj'Q_(]@Sop+΀g3shZ3J_rJy"v"Cgo?^'$^_G*KpڗbP 2F>T0  Byumv| yZa.@7ښ!N7x)i"tq",*淛+t=oFB(kfke6H.Xu4)I5x4 f=Yv*hP>_puCJk qƆd2|m̀;j Uͧc[19$4 qSj#c&izA}_f[|H? nNy(&<̨[Px7rGEo7_/IFK&<[O8j['h@juA쁏#JۿӣX#/bn)w.+Qܸ ejόMՠtpe8[ n.6BӯAǨ9~GYۇ-'z9mۯLfWW$?pWur)oe_4 )%{&n4wV@!w#\pM3-r;c[YE (J_(ة3_=Dzq,x֢uPM=1YJ86HH$}%!Z. ;[%??O9ty|L^74ͩ番qzc"V1yriۃA>0%en" ) $1PB؆ TU*:3ÃV-W7UɯrAs;TS&{@Y^9?o!a^"FÇN@'{IreL=FZ+r7=G,B57߭š8-YLlt.LSjۥ + o;Fu96Đ6TACDWF:N,`7}_GDprp {`%?S`h [0)Rd8c-7-kzVrz+C7: pw<JJUb{[1oD\Ci2cٗL`47s}/!Se<)~IXئxO{Lcꎕ\(YZoFN&?, pp pϊSҼTsU^~>pcR ʡxk;;k&+>tu *.bIx/DUD?{A(]m9nf1Y֧l K[WT^S[5YC_~iE{*HݪL&?O^( ŭ2L@4?(DŽ5VW6y @^q#Ӎ/_ }Q'ٔ [(=RZY5ЃjqncJ%'-I-C2oH/x6:CwgS)_Ne.f"/ȡs6^@ TA1? 3lCe 7}T[`,ى,KLFztBP~6NS6)6q{ٕjRSطQ[Z~+Up-0wD'B#m*zapK[ U쮤%Y0LP]j68$#R _b^*`vnB0h '5zJ"Mkdi@VЮcnmMڎ+tSV;yp W"J+0<q͊H؝!cʁU85켌?k*i2&|/T `ӚJ󌐜V:x$㭲w+/Q ST DB055]?zY*.^+@r=p!Sk@.LYgJ ƠY_?iǭ(yq3La|xT(*$&1X#XX9GPvηF>Mp㎀4V mض|?nTj>Iyֱ࣯7eMu}yA87ɀ80p1ȿQW46 ȖQ=/]ԋ%LAѕQ.1aIM^G i֬$Dbb?U:hm C&^_Ƴ lD _i/}k*J oOFo~55?E#Rg"m3(!T7,gmκ_"e'r%oODP8IJp5s Ǘr15+2̃ej{>8@p %lj(>?I<^<|ӓBf7~[wb7 LQ(~`LOfn{SR2YvWUeㄻ+k /\U )N9PV|!9,:Ƶ>upu:RaVݯvg m:UZ]ce8Q7fx-Pj2ϞjaܹOCg/$X`LJ,bp]mGw- l˘rz DdC+=s9]۴>qtv%[i4*M^@-eدn4oB#$qX~q9ZWjꄹ=eo+&s'R܈b[ "Td5?g2vRMB} ^z{/qߘYGfD;" |_qݎL:|[4$ο,|"sҝr TҍѺϘhBȁP-,lVw뢌Ƃ?[oHepyRUGt͘uIMbŹgʠ_y)w"dB}j/#3.W"?Oxؼbl,;`s uѩL8Tv#93krߗ5_ɭ&W =M*gRssz@xU74 Hb6T0i=Tey]H;Ji]E7rĸ(Қ4]I;[ji*g|*Vvl*Q̷[ Ɩ!i35naY`CUuz(O{s[{F_aj5QSadꎻZgO lV 4CY>3!hi65(sX3.T rPI9b%͖m ^̮_IE>I?NP3TȳPF LJ_`bw5]( iEg9]vzsSP`e󢒆|ţ`#iRڠTۜ%:t: JobфP_VC0n}斤1$+3Т4 ongo ON^e#^[+%tϏ!*J gw笨G Ľ:۲>[nΉljhʃ(7I˼;-ɐZYNeK_լ|ZuJ %'.y^QV<$A@<ˇK$ }JJIJpD-8kZWĐ׎unPOgQ>"sh{h^Hz7Ci;=BXB,vj,T)h)qC{8M7hܺ7 ^:N1C"*^fdl >$w=tgm6876)S;n`l+*O跥gpf䄺jXߴ)iq-nnL0Z%4_" dvBvfez!N`5<{vt[ܽةk~)}15B+lj>M"qa.C٪piN$lxQ ú#v vzk\/ZDvq͙?EhoA5]c̐lMsstm2OM|^nbʷCptzȇyVϨ9flRI@)^ { 4+>6wI==L;;;V"kVNi?991C i 8 #8;mM">9ZW_Fc4=}#:9t#ES.>6h.WзQ$ )JMS&C]gx-~rܨ₪6|OݸjlPUFL,@pXyUSxg7S[iKv ~ 6CX77s+{~<̗R%!=c߂+:хPbئzsz%4/xj;јV0luOE_ :\\> hv=%.i#$
K ^j)UA`k_dMP:Ԛ)@gR0r:?'i12tw#kf3mKgls g=ty7{w//)N ЇbmvwB6IzoOQ>YY2/-R'~.iN'{Í' bYCX@^B2+J.)źF|)u;n|kBe񈡑42(7mG |í^ mTb $Q;`AwhQOίkPظ#*"̅HsԢs;#Q1$eo]X: tpj,1Kuې{q\PD^m&Î蠽;aSF"r{N{k`9ؼ'ޔ:-^ ;Gc,IA3툲f Ӆԩ7A v"0&2 3Nw^0i#k߱qƹdSlUQeɅtRD4YOf-YȠ?q'o5.7'av+R`|;Cӕ5H.=4`S! Q}E%JH-HduZч<ڝ~1{RszhU)O0<(曽}7$ARhNW7,v!8<28X=Azv%h{{ +BI5p[ ]KiSM 3O\qNxKX*$<#;[Cؖ0tArA`\e ԩѱ.N@JR-\:DXEa%`TeO[e)΅> >)e؂Wc~jp!uu#ꕮgOY .ӭ6Ck}(6EK YJor6%5a[ɌZߤPCq>}nP]hT2{o*fMGu<: nsAV/Kgo+3 Mˣ|$TɎ83{$m߶B; W\XerGv ~-Um ǖk%\[jKʈmGO"8ɽ?.eaݨAf1z>Vp1$ۏrm"\вoq~vlYV{_@JXGG[ǓCxoHoP>iua}Dt+ɶJoMC]I٧'׽;a '/"Ppl&+\nQJUJ{ Nvt3zL_nTk^:zKd\P\ KN%kfyU'*Mr;;6اRfn#qq]Ń8B[PBl,ip;k4=WigZ0 z"2ܵ6:G W ZkLua<_mjV+B![9wˁ~{(N8sib:t?sT|>d r-z6cFan|J : c'#zmz^SoFwN[ &[ V!O{gwMG, 4'z*"eKgqvR6Kעq2!WXG1~c*C[A <{r+OMT_tȰ9C2>)ٯ:bVFCm}<ffhqSZCX|o wM9lY-8dYLVo &^z9 gYAxjWÆD d}G~3+e5&Ȓq}}Al؄ܒvE&hsD+$}xt׎ Mx%AUs7Ko۔#&vnT^Ǭּ!YgUu8SeeQK-.+9rS{RPqV+6'o`OB=PbWXZ6 AdBw3F( CmeNhURvHV cx9Z9Z7&A>8S9qD]68Q2L)ʅ+b$0^bF1"eF *F2LNjzaR30ݪz-"8p\<־yX/HDTIqg%4#3)1_ob%rVr3g0V|brgʋԾ@`\o`Pи>xuv/XX24y؇|Um9j +wNyytX|8p/7k$0ޓ}& R?_31G 9Cz mvhpϮeghRCqƭײmg,i"RʕzAOKn|7<'T}'NЮt}{W*iLZ `W}>L1yc?.`Ud"C)!vCwK^]QPJB(H( XTSn72;kr顎Fp{?1l, .H* &7j[ %[;2 'x5y&Orٕ&ag^kd-_ C!BaJ7#"s3(/p닐_s7̄ӢNt§=5Ǒ%D06"0A/$fᣌ'Os2 3'5eWV&7]G+oxdQj,,rp1#X2uaQZ>s݀Nf]lrC/Y`SާcR5רt87f5It9v7T\t//ܰjЪZ:3| t3+Tyz +t;:3;kpdws񁋤@`̞&d6g^03 --|~;#G(|=wL  L:Pj뗐 :"םɆBZcuVG]) v`(^gfSpqRGoJ;FA220.L_R 4}|D*;TARW[S;hnN11]q@x%1; MmZQ),󗙌K{BA &z_7"]Hw4C*s1|V~Nw1%$p̥N,AN*)}3y\ixa(fg^Kd(viF ;pC7rFĮfȅGh-(v,m缡nݫ2߬qA9&N$huIB:v8 "Q5l=sB{Y$[} ˿N@U5fՀ hoo_|r0;E%, N!j2yH֞P !eZc%~#~B\?Yङ~,=fi^|F7_ǧ~Y!J%v'[)<ʟț)(*g_FA\tG67o!&Pbsg1ͣ2;$u|Ljۼߊި`S[O+3:qbE[ocͣ.O>GܘԼ,z9 %M.>(,xcACA9'm0P#!Va#2p 35Lͧq *ȕcᶃSr( }z11jҶMlU>ġbKԑZ6t6hiqWbn |k0s(;BvCrq,acFmΖ{2.}w)Ŗs@3 aL=[pCjGZBtmHLP8:G/g_+D\y'.h-acSa/LgaY gAj]&a3 s@Vs4ǽԬeLl ~cu@~:\IaNf^+w 6~{(Q~;MK tI:TSQc2WZxh;IA(e*sOλ5ƽjq` axWi Pp?WH%ӂQrE۫ҹ5f6ۼ򿧶/?{䵲#wߏQ59pJ^ҁhʒA#}tӦE$Ɏz49FT)A.\mcPaJ@w~ŶPQoq%lZ8:wWAL'XFi} h m ܇QR`xzi )"p3]FM^n1hy#ucS!ƺFѭ$U_CoPvy\%\;)0.e(GN$Rɗ[P;:RwRCשps#2(^⺈ 0Ƴ;`=PC[t{N&#IJLGdm6vI`:DI!y1R] 0-@~=HJZQ8=I:%& EBs-GXz4"P/!mh>4Pc +RCmgdK7~>_:u-؅1$ql]r\rW=:ž &H@feG; Vi9x >2QҰ m3bPU!kƆ#ǤPJƱU'[ nǑ_}U` M8o8@ T=ƟT$`3?[EiZ k*RuBK NE#8̻'i0Cĩ4dgAmSQWr"zIRG`H9 /S)$%:}S<Ў(8֫IoXMsLpi&$ NnAJkp=+2X43WCaW8TR ;4Okkk@yͫQ^sȟ ;ZFɀM=#8*Pmmn"ފl7=ζC3z1S\תpGxhr, 8z 5c5/>w[$v2 v[Ht]ep<q`7\f?b|qhY#ʸU. M\)^o(ٜ<1 ЖTB+EWߩ3cL,2td'xxj62?]nuVUC -7q }w<1|ƸmFŭ!mʻv1/=Jgk.FǕ4D/{Z=˕V]: P}푾6`]% 7`M԰ $w&ђϧ4e.*8<1x߈>:P(%B@cF.O aK,-gNOK8xS^pX+­VRS)G[3֑?= 3D%S  a?>.~ Dž/56XHFC"n`cS:^x8OړKmx%LӱLc(ztX=qAߟ4U ;&{ R)-}vܡ{N]uC e30s#{#vbR֬BkP- DNT`AbsyĽߵ0å-KVXYT~EAT`6d vuUm׽ɓébp&>mc)K]z%޵AVH\Q ]>(\ԧޥҞ#Nd4X,] Z;}t2ya idk6`\.?b||>+#9Tr.K}r 쥴ivjct yUBG6DŽ  xfls}q;RU9))z3G%Vvl%!ˬ WIj)uĺc5 'D'C+õARpmc`LgM gR·G/s17i@P1 >+JհImLrT%wڔfVGv5$ɿ_[D-$/N&XŶQXc's_*܀Xo`>t.-$a[j]=/e r-y%@=Ig56#Ž6@J9* :dG| \|Z-"E*z Eȅ⽥xm'=Ph@eL@҂@P]8)hBjA&kl I.Ǭ8nַ/Bݽ[A /ߥ=|G *LӼr:؍AWM3}R3^4RPIUJ zK%$gq`.qkEm2H4{.|t.F&ͼys|Y;a# ZS^jޮʾs;PݭBG $>Pp7rASk&CONC?iۑ`Qχ]5ΐ?)K߫E_ԻבWum7r$_{&yzmFSP;¶$|CpH7R1{ tm]/e # fsІ-;]G> _^;jSMt$"v%M ʈ,Br# r'ES>bD7y8Htqz[D\efN*XIR8M[C o) q,L ٗ-c o;{&38zp yW(ܔh4A]zד9_Y,bK ֗SiY½/n׎0ra [*tp@aSu(#H)uaV}h5 ᦰU+ɱR^d0";zui ՞F5[L4`#4QNx$m#C5 +)槱]X#FN^qw!.u:}ԺS2.Fm@;Go([N y<Ղ~#h'7+)#ա Xp(gmCUR4o3eMq*xl}!)VuaQߥ[Kcn9N^UalCI;W7`K>SK(ėixH6?g T&s7{_9U6*E>y:rR.}@́MΥgjn&h0p &K)>JWm-l c}oHXU&3ZD`_(Ӱ0W-3לiOE-uDOF 2'$}m2.6 Ϸ1p̻ h/!a3 wGlK:9\k9-%&^ɆUy5^7RTϐ%S8L0ՎjsfE%b( N'BQq }jg'vlW~3Ӊt=61s)`^Ucj(%Wuz۩Ab p|lۭ8(!)dJĥdIp="кߵ#eB׹y p̕@{сD[3{ <0CCBqPQo3{dc=6vGmʞMvW:D5Tn˃DGJw} 1>\H[KYjl}17\0 Sotz?Oq8ϛIgN eX9ᨂKyx s4}6t$˔eې \CvwUW'2`kL3 WֶmtܔDZC[`UB P z_MR ֎=-.pа"ͫ:`-T9O,,PUӅ:-~0ES8p>y/ RD$l3 &{ 5 >hsięRcM7 , 2|n|D.F epzmll&WWH&$K1GP멥nS܇ M#s=B$qA( ?\A 6^վpE`Qv*80y^Ő[gb5sݟ߈ %=jkvfII_A2i&Ѩ+ԊefAY*UeÓ'OV5J( "bd@I?7i}$9~kmF 1Qy9ñ[VMkfܤ rC҆LLˍ3ZNkιP|M7M $̑e /1|l˰1 'O|5u@]KEa~NpVTgy2oƉZP#Odt' 8x^&}bF (Wc2(iRSFe>SLU6}*]Ղ--z7%* $73 ۗs\AtUX*ʹ࢖Aɧo#p_y ߙ^Z]à6qfՍ N>6ڍimB+Βzc8侸neeh`NS>őa>yܥ2GI+# .*,!B!=".옒eZWz̖4UȔAFe, 6 yXIg`/6Pۻ͌ޖH̄ܟĜLF~^IZ<"-lKD əwDԒR2NZ=FENlqO<* 0f/ڙXVWkE[kk3H(ǚq鷏w.B9H8$|xoeW%9l)9קP}UoIz GzJ%dQڴC]P}G/dkf2D4Ӌz#T(r&Am1UDHV&SۻnGdtsTtЯ+3 Gr3%r 3-]v,kΚ\ `Fyd*n/n&ى/Z`\GV!BjL4S KO~ֵܘqdfA~x>-J~Ίj:ݲ>J󎉕rqpF"2U߆ݭs,*aX$ fuµVKSNqL]]LZW*{ܒ T!KPmc |bݧBݲ6qg)D1@AXo1aIUG4dW\$njK{(M 2pU6[ e *EB y8/0WEӇ_$Eeյ!{RgK߻.*ϳ1雨àJZqK t5L6yY$lwe- (`L?0i)@9fX$e.F-{ni:$!J. ;5Ko4pXI[hFK1#SektZ .I*>()_6uqme[+ ބ`6 Jx+(9T^4; Kiq-+JQ[mO5IRRe?j ^V7 ,^ⳕBUb{"jp y"ŀ1L!IsRJY5ckZ<ytcGӢ4tpH9hG6eL6= -S (_cr#]F<b`$ӂ1'`kHK6T;T<&̰9aHHЖ.S-xѨV i60  TH{,uf+,F{SB7?{gZX)DKGXLxUtxK+ShT>2q 6}*q6 7`dU&$# 8pj=,i%>'|65ۗU/iTȞ\yY&J-PXKDʩ9pO(Qkc(HyV\X-g,ۑBxC|38E\/ItޏSӧ2ʒ*&g{_42f/ *L] j.OE0?UЛB9|'] `$[V<+T}^,R66\iJQP+\ӧwe> ㊎}d˄AQE>PWdJOlգ6!bǍphX;8lr}*\tk.)D,XM@CEkV35>?*骉F7G=cFJUC Ƙ>]Uj̝bh5KqTPyžq M)}&|W^ xѺz,ڷï'J]=~nCbm\ɏA^gAΖL{7Ũ>^D2CTH?33ӺmvFYfMu Q{AC#J?+?'-{[mSpxlG57 h5=@祏`u?m7sLtxvXl- AwzD^`ߴ@_ӣ++T@lkJ23Ӷ&itY1}~~J/AcN ϞS3%N N2(24o *e_ toyRi(WY6%mf *uY؜RK[)w(^k (SN9fE^QޭUt2vQܭWq2w [_d(Wnح #_ #1\ᎼRe9X0ˠ1ה]-<㵥e˶=^^wyTeiQ~ZJenūge5qTP䨍-p gI^e:ňН|}Dk;2 Q*ڟqM5m?M!2oQfN%Dέ]pV?LoSq*զ|| Kەx_j?-aNexR]f}J;7Sϼr [5k6؍(+*QbEU}uYQ78Pƈ֝`̇1l|2F1k+>UƖ.~1e D2f) %^>H(~|ʬ^mLKv漏 \-«d3,tfD}qG1٬*}F7zߌpg@L$un뻡+:2ɲ}߫}Aޅ[oCy˷rf+g\!_nŞ(K;Szږn\){7P֞oj#?Qz9@VbxYnSoe8';͍_Qݻ5Mz@a{~B^o˖lGKиdDuDkgˢL|iMBwy;{sWL.ϰ%[MzVˍvg3ú/+lkoũIIkn 5ueM gMe%%:_Me߹Fj[/l"߈:%~/޽YaW_ܡ6-u2w\Bv.~4-xڊɊwT@oKE}O.>_mGrr2?Dtz"+_5cb:I9V  xr{#]?'h~"U-^'Ueş|fF?*zQ\2?[B|P}3L|b۾~]ۧlʖ'TvZkֳ;A2u8~M_?ҧZ*߻~-Rc~Qedf+룷<;Hk⹢,nkVEtLU BKJ]LLn:Aʼn^2oY4FXd0;ü#[ W<0zC e_(mNz>2zqXmSKG&H!'zыcjbM@p]}IM~ǙtKo&vǖIыn_muj*=]adrlj,,qdYh;cɢNmiB~ J#ܷ-qݹ >q[O-2˟6n zĢ!=²OUxa33' zq\s KeK(mDҋ/C *~s^Xݻ{<W[y/ Oy\`A6C[{C\İ{S䵄81t $H4kƵ†Z#|j*Z9?s4C=KgqyP]l1|{<  qy4nmJ;2{`Ay9_˫7#w"KeKERqRtt)h(W߉9^^/iBjd:SrKĈqaVj>Wdc^.۴+a8y} 5Iw ^2&+Q5Ent0h|{S]{kqNhPЗ7[y0%Ng^a2QsQ',ihKy_W2Yiտ_]q֧pL>!^4/61vCPLǘw{\:|gOS{Ĺٖ\MiC ~E㟖 _]t@vKjgu6Z峭m8JTNR9sji:TRKFl\ן˶?KnA+eGzVzo}ȏře11W0}vs*x%/-aVH8gK怺aZ3NM6M7;_nHo~I/TXK1fјool3h_֚w865'GƲOq$nMK˖"-Kv;Qe޷}L+ .&-s8l0enr ףy֧^ʶvd2s2K,[YdpY>"ɹ>U_Qo.O!8wV8ƜJz^A{pwW־|,MDJ_D:ٹ>]yuk/m2-鴯}_$s/Gm4{#HpU~[|ǁԃ;Xt_ =ء;D͌0N_IA:;+ێ35YN~ωל5K=HC:ϡ1;@Ez$#ݵvtHDԯT~wSpX c군2W 4"^&GrJ߷+ >k5Z %ٵ$ղkVǮZ=Vk Zѳе++~]>5[΋|*'n7;癋>ﳰqOYK=,Z<(}=#*UHrj\Y"b}B ]|;5")_/C5}W"Hri+^\! =2`SHoR -oEzQͷVEm-Zށvw:tyMw r [zB. =N6-^ CHD҇'!} HGd4K zB.{©ס?iP2^|W8I*=#~fsvO|'']RcaSN1yf0~h}o MW=/Q}[avn"A-g}4i\?$xz Dӷc! n_/!s}NMtx<]+}NahkW9utLJWvT>2ҟ8Or~'' N ^aOgсNeAW,aVt~^+Wt5]u4i_+TBܑuʱͳx4x\U>Pr_(ר}=h#'apה#n?Y$\ {ps| 4|kCHg!tsPƁ UB83;{| n}W"\OX >>&-xO0EЏCygx.?Gϻ$yQHFy2{1ʝTM]%ҩ~O٭_])"ﻑ((+ʻ`X DsrcUj~O_m='i R#8;d?=Ry|(*Sui#=ic~MB?/~";2H'GIO>9K/0Jg`uLVr2/"1 (n 6e,[0 6ZiK}}0FoDʰ 0aLd 0-{ h?8P ̠}w, 11#b= #bp@X@rg,ezt2]^`1o%p4%vmWY g<b` 0\\J !?pKngڟw1px!Gtc 3<o0G=}?3̿0new?@!70ƺOi>`љ=fv6٠}Q*@ qQ'Ich.>@_lƻ`0xHmLk'ڼV^WЦu~[0h~2; ؒA_ʅ7&"F#]۠l% D`B?-Ḛ#8``vc؃azE_gOg ^/S5d~2p޺^woz^E7 6;"t؟0~%79﬊xށ ?3L]+<ĀY 3f c82ceHhfhdzd-0! ,AK !(~t'1p2pi!8,l:a%ܮ]y.J|J Nt~5 4ίE\ʠ.rQ(ImvMZ@¯]p=yt- !%TvV/J1. = w:Rp^rdxG/Gi<(Γ Oi_{E-r7^:| |eM|cEXe >qX53_ݸ1V×)9 KxA>E)k?^v^r~ʠc x9/Q2X/^󁎱.6hmL/:orNxxMO>|?./E%A׹HTQe;~uk kK3l0P>“0a6ac+@wؚ!#\Fݵc[vfvbH:30kpǹX/_O`D? ypu}'&S0E_2dxXOA]). HQ(p&bƒ9ʩڻjO6cbҹaZM~lwg73ed_Y{owo=w1?Y0y(ڮطw5`?ȠuDovݮ Q䤩ȋX3Ø ivcdX(s}%ˣb0ւ.5Y A>=E "p s} xj-U5)keQ"##x߁E?ɭ߷Zq8y41G3'mN(?znS) XdAdZВt\}ftd:wEeP2Ehn[YaΊ—W`NR,xܔyhg^U$QZrEwV(k|eEc~\0/#W_K9m5мkɼGЙ'uhɍBՙRΉaI]ub`q C6i(yВka|/u8 $O=8>YJ !*e@A:0AE"E%2`a X!"ZkNB`A[BƘ~mmxX[OG]߰_pR]5IG/U+Uن"!}*Þa;ϙf8g17LKW1~jn76ww oLiS;-['6A4Hm\?(XٌPgO։ozgA$k;V2n;k{Gc,' (1 {zq \8n' $@S%E39w3ϱa\>NjTzJ8<{auVhnl83g3aXZg}K9_uuu_?7}7t?[i64оm+1+1qz7~b /ddt)LCÌYPM 5Hȝ4Β]v\Î}o UBck:p"mzu`'xʶIsnw]H24r2ҒҌaEݙ;iF#)M拆%(88)tFهoIwF.cL t8\AݶLޑbdZޑ'5dc%$0U@T!S#bvNˬ.BW/f.̬(ɨEN"&b ^򰍞%'?gI[#$={BHIaS[Z YVc3Js8i5tm]=U 3/9rZ9R' a?Iu-jc(7'\fPGz䬔㾜2wa΋A8s͸$Ġ//*,/E!)&7vÿ x-gʼ}qڵ{=C"XĢ 9)gheOӘ5H(4Иr~ʍ\+-~tMܽB sng6 &ĝ2 r:%4_:!势 I9_qt(6P=E즃Ѧ&'Fvmҷ]|?JӎprR1)7Gۇ܏e/&&Ca`#9yBԜQ2CE3AT* [cX%B݃X& Q2A{̰ IAIsm0HaA~N} Tx]E]2P0 `X\vqw0b¬s9/xw<NͿfzjzzf޾EtMUuuuOwt9Q"W.+m;vޠfmB2Q%ږyʮ[7HR23_ovkS993&Vn sgOōk66L3PtSې1E;{ꦵ4ͮk05ϝb\6x}z'E_8PVi̯o75Զ50,H >)/vɼ$Tͯ_\hRjлsj\û!kfA2M9M5-MusjZMy+byy(]C,t !:/(GBbmO$VP8*OmgF{GVx)Kb Oo+ǫX >feЬSzn9e+1e$VCʐ_Aȯ`D~CQnvØB~m`CMFǺ2 ?X_xtf<6d<6B~cD)xtx(4M?llhf+fkFSm4fhhc4AF͎zF|H"7;3쾫X&COq"E'OtU/L}Qʋ:I5H^dD/Cޟ]?>PX?1U$i"Er.<]x6CV'q ljҢ||pf-I`?WD5$F @wF?G׿ Qѐ}$C)ݏ" \;)]zoD Sz=N'AS4@shNbЬ"qwtily.3Ƚw.=zM{\_>l|yMM'{_@h43y Ͽ|LG}DcqV%}_gēd_#i^#J<'1W N |To+^ҿnk:{:etAmW] r//_]-GѼ$i~a4//k {L+K%x6{ ~tȭ\oI ׉d_#{0 ]L7-s}IO`PS|LԸJVa;˲D؇?׎A'y0wK!|?]ՍϑT]>G]K =/B]e1~-=tu u|n`{./|'A&cC 2~x`&fY޵B=~fm"DH uP$*qwMYV4S.R/l7UK&;UD9_/5٭mSfMKclo59e|1dyK{;ʎ:+AHjcrԜlwmɰO;rNWvjOi z\gcG"lv\Qχ <=z\鎚MærMSWfS.{ɕcU[;r ]tl:6]KM: ƏhdSeA}Ħ;2>V+ʳgG۴֚M7M 7f6uMr7A1fb6:oml*_A zL#6ݚtgޣٴt ͦ;^0׎gre{ wG#MwMM%'MxY~>7T֠D>b5M圬χ <=Md6tl{A+57!w"N@:MMM+gݾ߾"s zdcG#&=<+x{ܵbfiM¦n#fSIW+FpȝyӘMg|Vb66ؖc6E=v31ѣtQ1sgGAa:s46BT9,a=06}1NS>$a,@;͓/gtv!#Q#(:FrNdwAkY}naw9rVAt+g:)}΂g"]~6~*~K&+U1~2v\)Ge=XK?r./6]e+74Z ޣ^YݯݯݯݥWN~\#Bk^-`aw ynڝp?圠[ݟM_Tɠǫ=&zvLq Zk/ =ݿ0gTdHt CeG'q~#=]`{W@QNQ% G}K%_FJrA O#sH!9r<ﴳ-okMzvy5;13Kd?}A'z9 }H||$Dg_;q^Os!SX]jOQA>)>vZʾ]=MN[;? U{mdFgA?/j;I]yeȗ#_|%򝐯Buޫ}S c3_nWich|UuǣSvqPU%2u{{ yoxJ^U+01W_XIJ(_U+U?)l k  A]@; Z ڵƭJ/̫uD 'h&ofoq{&GV(u:9=>jM4˻3Uwρ?{)^{[j=.mw#U>F+]4_5WvG+N8tJ_sΪ_WgrɞTߝ_e6+S䙯Lg22zywbrYNm̿Sڜ?SkOM,"d>w^ WCd;|"8wCE&B8pzƹG=g)8Gi{ѷ_kom>+iz"s'>wfE) ~gH, c5q-\տ{]%|?B_97(߽D[!+XߺXߺkXߺ봾k}M󥖾uXhx 14jxtHv>O?Ju-:(wH1/)_9~%.wm̸0f}BEax铠9Ls]ƭDx[Ϡ:sr}UkY޵M0 1(cZ9Kq'?Rh寠5W+o"} a?# h߱H Z+rr3'W|#Eۻ\_|Sf|3+_0_ q^z!-koکQk$t?g?kt=D؟qKTMg\Az\zh~(Dq8Ɵy~8\ѷNkuoiǜkwU?vQk4G\pu noEs؏|L{'@:z#9 L-r} bޛ[i_v/zS{ݰE{RO<مsJH!]2Ft(agMin~J{ݹRzuȩY5u {UlP(Üڏn=ܦH7:J?V_S 95|<'}Lntي~Hw@:lݣt>깝dXf4њw6|4l+l>6o`b*=n浚[+DO䨏>$'#XǁW ώ޸3?9њm Q+gLNꙠ{Q؇y-|BpR/mn)f8k1B7pFh$8%6juZ(͠D~J鲰ҫpCS-EyL+%3IbMETyGu 3hRҦ@[ueU 3V USmsMKEwM:@gQp.1 n]\t0=g._ ،͌Ek5g8GfӦyz^6BeA%T*r/C@C',Z):0^xO=H[^ wU~uZ}FS ":w_~}x+XauߊvS hS s44Ά+Y!U[ӳ 'Ҕ6"$U/UI= JVߢdJLIV-JJp1I鮤4 ZQg&_Q< 3ӾQG$TuJӗ-:Eq a^:9cv]|88aqc秷$OruO6H[-^=`_ yRXžfS[S}n(熊xS|W/7#H% UگeZ@Kuh#Zd["l[bUFm:|[PTR={n%rv]R/TJZ1] [e贒'=j籛߬GH7!h3~AX8-* 3 ACmu7 ߼#G1曳N9&)V_qnKMSyN~j i\僙حεi5SVhAQ3K0c8"fʉ|a;"F2I6uhj螔PxwYpV|>2a1n*6g be"x6}KOWgnC]d|άmڒoʨ)BZMmeZMg_?PrN#G`kg(evzg;s{oS 7=l:WpydeQ+n[)|5^+SE*?:M1NOmki~dkzX&y:=8uĝ)8:(f 8{]~izagg[qAލv3J`)II؇pT^6$K]?1W5~s>s@/~ \mV :CEQ52]=Ldz؅V?6;.1v5kz߳jAMTGW#vkB&,՟5=鬐%m;+O7U>a {|@{# {|Xd둏#$~+=t]QQ.X^LtvHODʧW>#Ya] {+kGlx߉߷23?Gb}!bT? {/}Q{KK_^ڹ^WƑ̈́̈́ٞUi3d1BIA#Ya7UijC;g7ma{wʿkZl|W;{"[|NomQݦ`wͿtJʇv)^GlM?nsN`'Y&WJ#,6//gHYE>py0ĮQװo2u] a_ 6}m*tЮ?Eio2WZߦG];2"}~o)ড62gSa/~pl io oa$~_V:rRQbI[[[-vH-E_-vp R.,E95&V&%YU><8:<8,uxy;+N6,?t/5a- %>tlS3l:,j D`vS`YjYlbxKm6Ѧ-i-/Qk鯍f#=bk,ZRQllINܒ0JnB2=Ki -,"&f9"lZS<"/.>o!!Â%r kaEQ8׋ Xj.8(;1."F& 1o 6qX予Y|9kpASgil7MZmפZ;8f|6) ^^*3pc< /C_vS+)@uW [$, 1H~_mOaqY T5̝v,RR5:+ ?fewgq.6:A1 Wu)MCj[bERAEq]UYBc-:!Nf׶ilOERA=%bTt+>QkOKy1junzSBx*@spyd̹Y47^X`TcQB߉Vg{np ]jƘ@qѪ?K4f a ;_5JP(&,6ݠvj.e'gהq]U?)XX$[|:G* U,i"S[fצ ;--Mi 2iLK(f^2K_ug%d)m=T2>fc$5]nlK;4g%"Ehh 61}R&lT Mrώn g fMiƣaX<@E e[329ftҁHx\1%- GX3:"Sorʣ) S`CP~"KEpB# vk]XP땶$< OZK`~\o)w,&SXL]K(<bh;KHw1,RRD`)/RpB- QܶK[mG:xۅ/Ӧ%(RZNvMˈ'u9x#,S+P?nHwAXԩWa[z_q~ʴ;Ym7IdʼnlpPfB9y$ErX\+y9t/gqm\$,M-Rn6{)# YhLcPB(E,4Rd\YHP\bG\rd^]vȴ-B,f"?GEhuѹ%⒅dwwu|B̍C8NPaaB+U%=gH3ru}uF-Z9 3DNU43a^AM^}9ev:vH$-aڂT|ԱY,GK:NxbZRɳZQ,\X$=$rNg1)K۫7rff?9;^jqoskR=]_'<~H6w ~b;)de qYȸPQ\Rq i#@]J)ߨĽIAEˌ2Z𳞆7*._=ʻ$gro*,cF-~x_ .ˢSFf蔪\D`W qy%̼e!*gE|N1mH;.sico-DLYMnC=Y8{W ڂ1tz5,f挫Ty2u_ ]odg6̡]7!ĥZ67 |~E֫j92E2 .-֪|`ilƧǑ|2"<|Sga.#Fq)@C,$S'DL+$vdUFm) ?T.LTX(Je'yLZIZ 1l2v=| E>㏛iv 7 N_'Ql6~@_CD$Jfb+#ærwB`&}ؕ#,{$[%oPM6s1n̶4Bx{mcBPE7!"o>'FbWrmQUvwq%.rB# yk"7!:km E5. teq# s ! ][HBUnnY|\I zLH(OLz5JjLUYxf`m9?C`i Y`S&ʰ؁ b3D.te>O0%ώ;CyQw)?BWo֮W[s^ab҆EiLHڢ6ʿ;Y1q t]1F O(?"HpQGYlZʅ(F`X=&!~:SY4۬Rܧ`).:L%FϢ`)q}XS_*=̷ѣff)~,. &Dõځ]aQp#7W`)7Ɏ,mcC=TgvC+9H?ch5eP,mD>F$S,Zl_v?gQ`#~ܠW\aa_;JV*Jhm(o^(i*J]nb:Sɉ0ʑqmK^V|/7< (^% q߲1Pcyy^B تpyܾC]} &Y"n,qAܖ/K3bcY~%a4Zvs%?+9'2%JR!{̏{9J #y/‡MrgA΃Fk656O0&&,:p TYȋ7c|a^kE{Cڽqn'6 |_= ~HDg}#7ҷ-)4#vǢǎes6ֳ{Y) C*i,pBto.2{n=8cƱ{ z& wd!y},.p&Αln]gKrSAvmHE3ҬߍLxw,deXbYV amgfK1g!X#NBUQ/W(ﮔ3 D,0fb@~Pqga6#mlFڈ,m8)8DSR:xKtT:{gTi1ttF}FVw',gVfߋP~Wm yt.Hw3ٲ7K7)DݑGR~?t}|xK!Z‡UW)D7.'~L= 9k,aஓ"H]1,˞Y ӑt6zwmRJ&rA`ѳ?𙘅ʷ mFڄ`,o߈އ0yzs>{e Gz#%a|˼|$#ea0&2 H"="' =1q,\zD*HOBz" MUN۹ !eq+z*St4,#zNG6H%]?9HFz!ҋ^9JL '`6>TK^ltzFZH@z5R &2][`=>uUH/Cz=R &ױZ\b,JFA*HoAz;; k;ŷ! HYf"G WUl3>#} ekBzǑE? ۯvQO#}3Hv_*>ypb["GĶx!l.Ŷ*H_B* mQzPDRv4^g}#]#E6>*N%6[avNH*_{H74Fj$ E.ҷ~[fl gF[6>rwC xtD)Ͻ:.ݖ>KMY);~mЯAIgH #D7K)=4PyFʳ};&z''C?ӛi~ubPJ9>^ZxMj^$l5eaVQ2(s<qY$oQ ys R`SB_qSmPR?s:!-G)D8S.b]͖OY<9{ e 'zJw&&'GC1,[YV@Ǡar_KE<^HG~f'ʯYWE>MLΪf}G"] -Mua#] +^ü\N26hVE6#+g ҦMH鐃OHJ'rmtB+kC|C/? ŧ=ΦH73Yl(-oےo \(%']6F%ҭ Rt PbAn]?4F1o4L"Oo|S[DfB7_Q_/UR:414^QwКA-ҹjh$'}G XVv wLw_1~0J`'cmm=Fz vqά뱨걨ؕcl'S=Nhm=vc=\ک'{z)T!0c ̙tR|];GDթDo|SLOr|ct *if`}Q( peh:j;-D1xZ5;?>Q,|Fkp'zi,y5 UZqWԚFM{A˯OKot". 'wyy=˟My|+&ęں˟Cy|LoPʀr rW5t]ytO4<ڕ^bf QC# ڹZ;;ڥ+4"ihM=RTz퓡kUm5hkDP.9i>,t˶_-b:^W.Gzy:B'{Qi":} K\ &߅ r[aKt4" B0^ӉVgx^qsҷ3gMg˥z].} kUW[9ːW>Oqm%_^ {wZL~fm(/˨>g* uhsVja5HzfnH}N!}T,ǙdzBWG8Og}~ ?oŲOg:ʟBEut֮^u6'h5^)׿/{_;6Ŭ_ZzO"eq[}rV_"xnqh"◵"%>jM&R8r^GWkn"}_kuįkǗt_uI*t{TKOEQw//pLP8:"u ҺTjf~k<>,6bz6?JD)X+h# cCoEG#4 [D_EM 7m7Rܧlqت R<1Ȟ3(/$2}7\$ID +Z9lg/piRV?, 5S؍+u].ly,s/T_710K(~bf e?LJ\zWPԆWnwQW)twK wZFWw&)͹4:fG_1~!q{Ğv/ff_1Mis)9*ƒjѝv:őծvVan[{@jv9Wg .4ZLatFk_?$hCir C] )8w\^u{o'}qExF pâ.lk/ʼnSۦǶ"<ӜpwʼnOڴsCw6Dkc0QHsY;yNǼt7ChXf=}pp~z?tO~}RW5kf'wO0Lf; w_a'm:٫@^O8UNE:MT0 Kw.A.7'},i)pqt;>_E0)Hgw߷UT :tӫ8O=~=S,۳e:GWGN= }.fEx0~ĽD,t^k(C*WlūEf]]# _WtE\#mSjZQ:HobUaYuoX|∫XqhEmu0,7.~ŏ%#G|"G{]Fwq<ֺ{@t8"/p4ՂQ~8/#q8'kwF$ҧ>٬IX+/Z $g u+~;>M%WqyfDh*}`eR8zǥˬ~8VzP_c?}Uk̾p?`e>?+澅g0wD3ou>*Wl JHCn}s?J%}7,rw {\I'DoG;L {\I/)8W|#mFn}3Ivfg^~(easm9l)~`Kn[sV7m⌱w}2Ǘw]858NVZV@km%JyzkEUO~-ybL7z& ,8'4F[CAĉ?!PÛ9 zOdLtqG'lQ^KjnB P{G_кuDZBs}!4*35L||(,T ]WN}RgskZKs搖T^IR26ztsDž^,#srXȜ2T+FouTXJ5og5;5x ˹,fWxM"o@HqB?R{ t9x܊"s(~Kil@Ey}DC4) id?A}[w= i@to,#]H>o^@4Y+4Ey}UC&4M idA}] YUC:-ݯiYj8X'Ph| |! ?dsρ/4| \|ҁDO_!Z { 4'6Xmou ?Oh\ @F H#ϧ!H8倜:@49U|txT :]n|th =vk=Gt0D+>ZQJ~e`x @>Q~5Tzj:V'};zp֐ t!'z0xHy]`x=ݿVbkΆmq_&6(Odyߦ[h ~:@*=~~ '!l/]ߦ#rw0 <ѓMwMh ~5@*=~~Hœa?I8{J .4L(O{{{n_ ď҃'?p`T<' 1̓3Eb*Pܼ剞l: 36@(? Jl1@*DOd,4kh 0/Nr#=Q^o5? DNppJT_pZN }q_35Pg@(pATzyjX%eR"z+pyyusk==? onJQ i3@*YDO_pw kx<ѓCRa 5'EtV@}} _Ƴ(OxO~oE} (kk/hxx xxxSThIf#[&@y%;mQLoZ; ^T_x_>|Sk ~K7}w|ti. D K GѬa%` }5_V0(C4 Mp ăӰAlmгa[e@`$<  辦hUX %`O 0Q^ WC_arʁ|_0Ԍ _+L`U`_+fkh6n`h@G0=TӥGj04,p_k:8N!f2b'N !4H34UW?/@Q^AS vKA4, }hnV I Ds^{4ܫ> '! '1 ') Yƭ5< 9qo^^hL#@cҋKˀk5 7w,򡆏$'WO5gA@%@5/o𝆶jc^%>נ~~ u`$ ~}KR/:kr%#:%+PS LXQJZ}Ou6@{` kZZuk(u5la`C`#Sbs/Bn4maVv)#@Fy}Na]4v2~ Ϲ?x] |Ty-Naqqc6Z5+zw0;Wnh4M鑴iz'MҴi6s96no77;3ofDHok7o{rV)c?٘uW߰i%K6hnaoXuhu2%bq\Ըx¥2'슾ho7A-?[e,LeT̲X٠KY)NesX&9hj@(GWʓ&bbPgXV`8ZD: hcEZt󐞏t< H/@:$"[8E_|be2Mu,їz/ӑrDڀtH tM#[ 6""MH#]t)eH.Gڂt.+O*\t Vk#mCFH/GzM<hUl7դ \azL߀u!u uaM`C^enف9;Q$fA<{(EvLчmC];FtkttBbJ [n^L'іR0)GԝF)11KhqH(ҏ}hKo a\-l-݇HÆ8QMtA}8U!?#u2oUqԹgqh/!<]8qa\P` u>@ wP)G6SG4a}Pd?N<GIޓ>< lx=Klo¼w<m`\ `[]sHx$oq{wAy~e,{M-h=X$Ú5Qѭ"_G}CVu>&?.e~D8DY?żIޟ)JH !i!B3BtTH-FH;!Bg? c,?IbE,IHIH!e!J@,}UHMHw!uI,dy8̹?4=d-Rh?+-"u=[~-)ݖmn-Rf` T*!ĥ+[^#u^Ǽ:.ƪcޏPCǶG"ϘCwƑ7 S]X蛓`N:Xދ~_ܝ7l1}\G$e:zw)tTcNk:`oBh,訊 cz益{[<'EHa鳑 {`nϞ4bt,}>ub9}36}оy\yx8Uxmn^޾CU%XL/2.̱ 85eB5;fNGL:Uϳ-_G2~ :d~!4VN_FxqDt\e:?^7Cg|~3N`|4_:y<g-Θ=U rwo2*[%r0ޝ`=TŹW߂KD\OIbkt8k~q;HKt#D>t8]yap9r@ΝX# [ U6G h"@r`tF3w<$ !r'~>ek3#a`{ >ʰ ,1%'h$iRjPQI\/{i"k2jQQBQŬD,2n*>1FJFD_gjVR "9W=sQ,]](%@QW Em1PtؒX E/%"ؒXKT(ӲXX$v*QB,E5̼+gRt.9F E!0H/ `&+HQ,o? \&ڗMG3B~OLR/bq( t%,m-~zooԢnNuzEhzk‹k]VGO˲ ,OeYѢ%gYzӳ?=ӳßi1Y%++fRH!B1LqLdrvgeY<_y`XӕeXNRW``d\*J8}DKFtDc{3Ne\-d'JUDjL{2S5IW<}̕t/l,r|Cy^ mK&(z|P&IDl.+gYRlL&x/ |ANM2Y2ʓj¶Bjk`D{INAo`h؞x}fI>*Lө@w@&-.,%k}(#gvʎ3x]d;R;S\Tb4BS5zut]O~4xrѾ$(&& lvf0{(GoG&LF1S~Fxl}qz9/JSKOCk_vf0_~dn07[\?kS:iz{9Gt{ν.q9&;8o;53-?^_6[S6CS6_S֠)kԔ]Ouc\X$r`+=]08\)cIMYl ϗxL|. c(0"X}x&w+.ave!7nW_sypl6UTD#S70;7F}Vs·8hc_fs?1yK3h?% ]c7Y״a gkƁg ;AKWҁ3xG^yvĻ1p,c_rrkm1>bK2Fe{qO(n U:r|BCMW_LD)9*VX:7{ aV)gVOv0{kłBHD|OՃ+_f:Bw6*1VV(fWFLF}n eAjٳo!g muV3E((j̣%t*xҿ0XIG3D.V{U:ѹ  WLCv|ؚ<\o ί5I^7dҘ^:> e{>K nHNoc`4r|{a]Źz߶21~tz-uF`oGAxPs^@wHxY>ȿkɻ ̜?(mm}2>_][[_s>p0|D|?8>*v>7|_YGGʳcQ^hD7N)%Rx]G֝FL{_s=~33ԪVCv.{ J Kє^BKWzq˨2~gZH^I֓8(6Q8*WɼWuƣpR ʐ1|=֣E&+hTJUiYZh;`;/]y\%vqkI˸=h7]NfEU2)1^ɪx=/fߔp=v[=Tz:xMUK89ZW$wߠ9|>q1.ҔY>kYq[,//] Q䗰w;Xbl^S;Xb!hw&gc,?M鋑Nui>'upOy ϟt&Yͻkw~_:9d5:ru~g*~dqu4rsΣ:xw(kRcR ?b|ыMXn7^x,XxwF-{#AKn&nQ[ e]^eCk.Z 8e41ZB"vhKb-F] #j9I2!܄n~WM/fL5L8+7ӥr7VxxyXkm(p=Q?(|j5߭f"*>͢4+1]jL`Vs^cX74_-5񹶴 )>Z9`hP|fGs}@|n(->BV'|`9b}CӢmgNHv ;壢ho,3:x>K|Po⇓ W@6͖> źvy?!Vطiym_&=t >^ j ۽UU-u\ ޭrib oc7n[gtc);(>~_Sʘ7o졏u?zW ?~^osqWAP_|SYZO庅i7;'ۭ;XxwsSw^{CSNa~P%|4۵MxmAʟtlcnkv(}0`9 ns!xYuJظEfk,AިJvգo e Z7`Uuu{ ab, jK\w iU]P[r AUԖ EUԖC آ}\~O@u3ILeQP[VDTqCb*KsP뾟գT>E0eGx A@qP=O)}x\_P9y3qP_BpT) ^ %W+ >seCb*2Co3Y4 /qUSYԖoSY%ؖW ab, jk0Tf Oy@#ď?A3/?C}{$%_"ڼC/tDT{0Q)(1tE<c &"LBLAL` _<=! |KM&ivNb4L/C؋ $tT?VI]o.}0q{}IvDzA4o?}9y z8<q4%X!ƟOwqM;kV&Et6bG.XA@l#h;A4˚   M|!m<txwnO)4妳92x"d- 3)ޒ-Os5Yxb```f`adb`f2=#Lt -,X? H$d&¸zF&@L@.#THFdII,I"άfĢ`)^ b +.a``e@2387$#?@IkrN~i TfM ő@h Vg{楤|7$*x]T׏D#(XQw ݞ{xw ch4kXb&1hF%1&F%j4fwo{{,cf~kS+s4 !DU5}Xt!33L~l!dgDh.SIfڔJL:v:?D>!,o"oHS̩%O,֥rtE:vy6ўsJj2d^-X`(|':d6kO6]N3Uy 3@nO%`)28T ^t`D}{6e\s"1T.o峩vBe60Wwǘ:MW@tw2Cj]hY9ɺnm(cm:*΅pdm˓?pRm|8tLѺv (fmňXm6)r%i&i 7܁-L{#lVW?[ 2S}[rӱ5w9m͘{iKL3QD69>'Ja3Gd2 klᡚG 3L֝k}uǚ^Z<\'n_0T7ws:[#L.qL./ V]W!1D _NK[b*R^ILD%UWuc[R :Q @BlSAb8!e c$dl +MwĞ1:u& "Ct- 魉(trީgEӡC?ϔxq6X9 uX-;J3q)7Gbā(Wq| rvdrA|t-âkeOXh(2 *YO UveuwձMB]^qX, s.M??%rXW1B!+ߩ&K%rU~\Ay\͸I/#~[M;v2·~/E_;Z }ŸnQL5C(j9uhUC:]ho6+Iۨ;!ϓ$' ),;?Mt?cBeٕ9yVԿ@}q:u`"踄uyy .G7dw! ȿ vo:A%yۨw- _k97k-ydJby+~p:Li}.>t-yLy^;z*$t<^5tUVcEWA'DzI~ >z? }ρW_I̟C<~'jVsIV(R._`]J]gE-zӠ/fށoE-zR>1)?GG?fY_K޿$߳\i%^>E$K(736~AlT9KN~[IWq;J; vWP;kAЯoB3DJnWّk8Wmsqv\WM"庞N8;QGP5BH|\Y8;<qIr 5\u;ZDPrHH*⼖ŹyU^ {gc֬D}Tcw Kù|;o~#s#7JMu3'=VO{:9W9y]y&Bx[=-jr`⿟zD#cҥY6ExF ڛqȽ#Ӡ)ПCӤ2&mLOޘܻ֨5nu?PƐ^luLok{CW&Þ  om"ݼ=/#>/8b.mQ<}doѵo—_"g]T-ZEm;HIH+*җE>x>@?I^I>!g_}JxO%Jƻ>UXGX uTݲ.ة֛j}l#·v,P9Ū!X-h+3VXk%y,(J?&:*&S/c<}}!XL9gԾdkSLU1iW߄+ -ӏ/"!u]D?XYndeGc$5FcgMا ? {x-Ǒ:BV^X7SdqmQωk/ɰ&M }y[賊c[*]JL"wMsYL9Q\ePhbl3em<Th,̦֚I / ccs%yo-d[; q;@A_b[2[;"̹n_D6/|G>iƭTVHl[fZmyY@`tnJ6//$/eR~dz v 3132&z 78 2v>N(&U@ux3EYm҂"&dQQS;(Axmq"Kjf15X~[RrܷV}ߪ^_z]DžՓ׉+(=/T{a6Q@e|X,d|^>T U>,5y)nr`3QT><q[lS.Lq$̓"1 0Jz +˓9"IhL}d˲Vzcvƍڮw [THd% =RvQDaF$qGm+쵒uy~޲܄?J(bZH(ev {vLzg3m-g]AJ彥Tq5p'1`{ȁ˦;Cn(nWϜsvS7$my=ɖ:I&l0O!\?A廚<{Qae~Sԑ@g"5w.Ϲ7hq EKOhb?ia@IK]X#u {#T.j[7gPPSX;KlB-ʣ`/?vs=r|/> C{sZ{AvȧY_VuKZ"cO3lkṠT #e\g< :{0$fE佘B3SD?zjT[W$V%829,]+8L2|[v_@ 0gKn%:jKm撗m*?R.A.wzUA/x 0mUy|׹SҺ {/{_h *_[^첶eVַ.iե x7ހ{^j *y OX\7EPͦ= Qc9 KT"c߉-QW_>3kB|_~IwK^]ΒVaNXY~mwRX>/wӆP;< r#O+>F6?ՆAKTC:ړ!:'H\#!zTM><&-|\XgG><)0OXXgQTOvy!7㭉Ne&~)ދmiPtw:ޞ[8ȢQw l14rm3}Z^9 kM[wYw|ni:OHT >~)*6~e69SU5gLP&$bjU850c2Q&Q=ؿ)F}tKvomgU_yv7_ )ϫ'&0i+6gmI{kKul?9J+Qj˥ZϗAo 3QhDCNkoVs g~aτe6ҳQN.O (%i˳fm@+ ա?#z N-pe |wDK~^g;1uK77h}R}D߹{`;Xq"t<"2z,@{,s)ok>XD6i*h;ΉB"wq/;U=K(LG,cS=(&?#{_O _='[i4vj[O6{esτZݞʹef˿ ?KuH;:_`=>s(eAwPISL;]_jMZcRmc:ZIfd֢Z%z#@cX3ηfZL7 𺐮௨sbNvQh8%vM;M hPD} {r "['IA;+ ;63qLSCL!!vzDžvf nHd젰掬z :R* {6؁e􃚬0S;3y젲]LcRl'[Wn5;ɸ!n$}cXAF @;~Co6+u";+ŕEvWW";3LwF9;5q0eG.y#CQau"`k3ok&T] w80vyt-F)]>=ð3J: ;'?t9y%v$pvM ;/d[`Ov6isRӜNlV̬>r1C?DIn0`\ u)|YkD_P7s=̩?B[֒A,mr)9xFl%N.׾WG|.,D쫢q魇a3 ~N$v6wӅFb;Wn-4F_O(?4V0d't_>AG(e흣7Wz|EiJ+J, ☝bQVo@q-97 a<- 0СC@jA7ww#u?e"u@:6ؤ~etv,=c@@ǂ=6w{-6R<6Ե[0t3νuΟ:WOv}tzkЭ@"x*֏ʍ'%o t@gT,֟Qa;֭bonYuv_uQ|{9sAw:߭wUf vU7 1_Dލ${ʞv^ R:wt^ –A=Atwk}A@o)h@vKH\ZU,jTc NjlIh7=B{(iCo59\K z9ָb@P ֒:htXȯwiMG@`أnj]j,AѤ=$MX&Hly,;TeWpmA͠ǸcuyMeEk@QrQ6^KB+`O#>u QϽ)#Ӝ즿ñ&{lLVl{nvRF31/NH}|FύM;5$^u^I<#/&u=67 /޻͸YtྲzVD;܋rpX6k67+/G 4,=Gϋ÷N1CQVciU"ݑ$N /f~aen<e?z$aLҥ<\㌢z"Q*C_OI ׁmoN#"u#v6^ύ7kt͠z@ݭ]л@w-# FlS6^Ͻ?pO> à?}i>$@qx&Nz?O3tĮFa~5 ѽ~i7]:g Ooܸ!j9Wn?3z^Sςy\cxat@-Vyʾ߂׮~vf2}SiUWy߃[>EM_ӯҁv5u*[j-`";n 31vFE@^b<fyrO{KD>~%6=yCUWbOW4v-ki+%7:T)f'^MkiԆ Qf׆Lwȃ;/A] zg[aPu1_UJv[mώ 3nh=+'ȟ=7vܾʐ?TfoSOʐ:U37N?ͿBʝKOWn‰zoG%/hۭ֣euPp s#\:P!u|븅ؗAfyaUz`Ct-K?_ז'<ƍvabmIYPYO#Ƅ++W#}E٩G7PJvH?ROjdea-Etעu9)/;h\L7 dJ.nܪӃAsEUOoMbM#5!GB,6EYra3(U)hHO zz +$d#NN9]xبC Wg0d۵QښoxzHon!6-X v xeh7_o+G+Nrיw~?0?ƺ鮍]ԏ[bg]ߖڐ[vu&ܪDurfG 寠i30}@5G|gWZ䴔#&ͧ(>[t١ʿU݆ЫMg h\<;N*Ʃ̈́q04(85IV]0m]jtbeڽG;M,L'oJ/§T! pǽ@}NΛ1=xOvvPHo]}I:AY+x|;ۀo$ s BbŰ=&vRm ]7V9* p*ayyRAS7UFb#Q|LNME _fY} 9>(_vcc)eQ0VʳA.AD;!G-z,󵣂Jv4T`[۠d<ŧ! P\@! =t_U<7g ]#|?x?>u^-<w*vvg|$; [Jd'!NTt/!vCh==r b=Gp Saӫ 㹨^Z7϶ѽހF1``D %p`M`_iSjw2I0 0ՙEW0@˛C˴yOSt2-B ] 0a7@ݝ`7== `_`1~8XpK aR# L19@' ty rc-H@ H[y2Y5 :CA2HyDSS tNe8 8@?|lVRˀu hk˄y p#2=[n'wIpw~@pCtc E'g4?z]%xb!H_<t "Woqi8ZЏ@cigS<8<:F4/ VT!CafC0 u(| k g A qF1:o[hy,]`bIz̦Q8uNB=b*`K`+xh 3l`{Q{]߁`N0`>؉`g`!ۉaw`^:k~B3)@ $8X%\ࠈ8hp ;Ǽ@ǼHfe!H4ΪMVv GN:waɾXN-̟|NFp'8Հ $uNf,=L%t^$.P,0:թ\p\\\"&W1\Cmp p-Yہ;p'pw<@uw0< @|ACr>'U_|1 T&:1A_VCЗ _| 2 PyyX/?6#~lNՏˏ]؏1QM0>7)l 귖6$xYRGmI#"@ ƈUB vlL쬶+yɋ\ciS%IyC'T9/TY֜h*:zsF<BBD I(L~;h!obD#QVV,UUyJi7ǁcV[:m?[om"KYmEA`٨덦q9khQ mެbqŬ=<֨.+GFSi|bX.kpV9Z+&`bQHut (V;')شyJqE"E1R'/SASBozhݖ@1Oq 9' "d( bb⁠Gpk\y!ȳhyȳ&b߆_ˈo!$u 6Y~۰y6>ރ}_=䙭$(|܃CCs_KBkB ;?E5f?":뉭BM8 `٪֒ ޞ$THR6>J,!'H۩5D[;Ǔʯ^_n<|dD!X AY*^^ ˴t3q8W̒dIͰ<0KzˬYЪ5rqU$'AQX,A#IvXoWͼB3trhvtɎWFL}T`l6QMf'ʏ_$;J$8AAQ/IηL,9:'៮1٠S3!9)q>u\c<{%DC. Bn%4ю_SMM!qt.yt.8wd~$/ΓxB d2#@, /F|ȹ&c)oڅ?M5qɁWg\%݇3g#_?~-}G|ٔަOZV(ηug9%(ϐr`tW|6cLrq-]Bh乽U⮣9Y{|pm]GG[$[c_Z(} ]]2r^×d?~"˰yރ-I4y)0@B0. t*`I@ +P[>qI 'O| Jxt59"xYNGk06m`IHm4i4Z)ڀ zMQERߦi_"QTBf\t/Ù9?9Σ(c,Č@O{](mr2cF' 6jU6R\/__۸ȵ\ ;il-o^E۽iS|"4IVa6rs(j=Z^ C;lWh!t*Jv:m8OqE/rs<Ę["iĚR.f8",b(1]<"}GI7c c,|t0/"ߐ x*8]r5~֑c(In9EpBo |]ߏJkhlo*cO~>gh?G{~򐿀|=_>+݇mf+b1F %^cMqjZt+A@\{QCVe2Eqs?>n" :T,*s4w?pH:;UZ順OiX;/IWzT.zJrɩOF% 7/]xz^UlZR (?ĝajep{ Egc5 9 Cj [ms*Y opjE.d]V# fOGM¡]b}-."n)t E" )ib_wQR,.-g7+oAF !#MbΝ(?oĪkֽVyp Iv =n͝9cg9i3y !-bϠ͢͠CC;o0IOTwvƝPȌ v٣Etd}ͼ]Ezi; eny$%Wq,rU=IO^M?Py8:yy~}ď?ź/ȋy}O0$AuYjAEJ;';葧z.Q{ k!z` A |>&fR#z` H @ Njdng du@#qK r \ ? ɷN%9xXKs6DA,qn%m4*IK/$ 2'4ɐԾg{E.@.4Kv<=o .],=BFFh-~Wo_=}~r9!ƥ5N w3ll uñϱ1cq9 p; ]Skp wpSwp;`]& }G9C$X?B{5y_@-d!#1ANJ'h)Ȟ!ٴ`.aɾۧ$Vl ݱÈ$y-eI߭o._׊F=hc$G醾07።9/s\?~3E![.ihd+f x,s^@̰>_q̛4]8+jEŧtO/ݘFYVoNV^Ķo ?cf4! )v4~xCp۠>a4軅nBX-s =ٿϞ8A+:>Bg=jTLRÉkEbĉQ}H,IuSE;;1o:jd5,y3Qa(}YGC'V$|;YZ<\CT]7]S__GtֳuAA2є0.s_g钃[zL#kLwJcKؒC;J.=l& r 8D\W5Roqyv99T XX)^Cf-oJRQ|3%Z!S/vCϱk8Ӓ"?/Y&[x y*dPC/ Hbeנ@]t%K ;/.=;b/Žs;Q~t:d^h5+Z]StN tФ:VF,+PPP֠mn߀: ;ryW>dwFt_ޝ!>3gU4 zWe2rb?G>oW->&p+?]uu+)phz82 6f䳹IfԎzw ;W~ծ&EkxH'J=+ٲIK)IȕkN$Y8Ɠ0ܚ-ZBPEjܶ?o:pq.k8z&B -5lK0DAؕ`G!m n#X}};fxxRN@ u.M[ԡ[ K7 E4eH?Âġ(IO>wm +^]ngdtry1PZh-ߍco!Kw윎Gsd3t }h?*q# \C8=zd}D&}+8A@oLvI-zM*5y_JT;\W"^&?ʕRZZRKkʹhxf0@T/e\_6<Ƙ Ug[&a$򖁚2F BD;?Pe,f'"ˊT#bG`h~9>a{%9:ѯc@Gqĺڀ:jlBڍ(6_86)+6!?$4/4σ68^Bak#0O=HQ7x-e<Lxe%FǔiwLˍvݛ_rq|$`q-pѺrܯqv>׈U}|YUL^^aP!o:ļyfpr0{\GSнL/?:L^[I|#sm4JF? 'JoN5*Ubi-Kn{YG]No;5;ۻw^SN&l'pmp}։YZH:sy|6~|?gޡ_-> WL2qI+X. ƭ:&+Ɂ"61ѻT =ə ˓9x1YKlFFwQ[^]7Nrɭc;c{aqB'N}$[OɶaZٮsFnUo$)D}@7Y9fy\sϛ sI}3.9<9m_YDA@k6o9䓃VWmoXy>,@L']Aд'V䙄ƹ/}^, wh+>#}Tp.ݍ/`mC0K=5g']];8i;N{讃JҲ'@ިT6Xt,Xբk+vZ\ԇr˽r-˼r˕ Q@33d[ Z5 G/5_q*ʧC KRN芁փT^~/xz? 6O<6E*?X`S@^ d;HւWAv 8q n] /&Bѿd mW@^9qމĆ&/h"Iي2VY.Hd"h--C tcb/jbm|j`bAYl l@= .+99BnD#i,uX1qswm=!;>}v'@Ny i+S흘;MQ9 r˗WP˨#  5nCj5w&߽XFi .r|0G׏SyY Xp`y```vN pOG8c!?]?_ Q"WE< `)uIac1C5S)ΐ/QZ!_5kYG04N_c&=q)) :^c}hza{MIj;Ԟ 8l>4* 341m?E^[Q:v5B.nb1w8ڂ y)GJUlF FLi/,ו$U9Nt"]Ƶ:,M)N;gaWU`($qzc) -OQm)zM9RR嶽)bFO*0UXGRЦmoGrEe& %@!`HNXPJ̢w=k9KZJapʪG(#+qnKjX~]:Qp\S'|#/7:QuX1]8|j QLq}]b6̜E_ #}A&THaOD#uqleٹ? ^a]S;O q?^ЧuZ/ا#oz;)N "?^ºHYf @(I*@+ 4\pnO) p3Ijf9@>KU $-䕝7~xZ[S[B܌s3q1 KB8qԑB$qҺi/}hAA:ЙLgi^ән9⬳9|,׾#=BE(P#ahuoკU!BA_a}jDHD%dR:d|zrb䮑$ӻ-~hxKAr|'i Bz'DDHDĺ2*qJİD̴Ky=ze_,xsM?Sz%aO|Fbfз|R0 ӎ2ߔ&qu1R3lwAj 6ɧE``cKC%/ Cyz 1&gCnu ő@iR߆95yA߄Ti|V_k=zF8Q ||\-B? KS+?3ː^UGUo@m2}_Ȼҽ&p)-0!̧ {['b|GXN.x<"7@\*jMr!!#Ě>C,ʮG=Iȧ@wgGXujJ1 4j`gY[}y]?5&l kR0Nra%S?OWI \w}e75}{/suR[ǁ :oKD;¹:O+aտCL>/,Cc#uNY~վjiw!5eTkklS_@.Y֏^;&y]D9O.zOo0oӘdpCI k_C{ nw?,+ռW smpwz )F|PKEMzT[Ya/Kecgn8-NgStҩ\f'Ft>J)ܢ -J,ǤsSUYE4-M{xągaLjEy.cyf7^kZy@W J7 \"gcS؍9/dv2YtˮM5Sҹ!-aboߘ 1.;/_1MJB1N7z v Gim"i<'ON灮Gmk'/Z{YW uz Q >\R0-&25UQцjz-wqџ> _p⇁5a. ֺY1q|6hm;{;;2,=*^o8>;cOOb~i>tWBd=,ܿ¿?ʧUqڇxCN^W-aC@#{u[X)7& p5YgFQ6x4hFVEK6E w9\v(H;žaEu }v '3bQ89LEP]\Wk_n=J`J ,aS۽5S̃4'(1M#p⊄Ν7-j3!Qd.P+x[A〬mxEdr}$I(XኁB7elk,ǯM ]c0Yen<[_=o޺Lo 7õ՜)49F-N$U8၅ " LCKE:~d."bG.bj[b1*F[`Kl"/;C5>mA6Nj5'H6@zl`>'χm \sf+B1]QQ(nH$r(Cv+XǪjG"'$ r̰Yr8[9C,8e9&PCGS=c{KAQk'*c8\+1^=}7+6ZxxA¡YV-VI Uz_c2$BaZ*hqFĖGG $:<3:@ܽ~[O +˄o[@+cuG=tpTsUU}9M a/ C[h0qBPUH(ppU^Uv]}rT!Z`rxtEќ1-6L4KW`o:iJ4Z.vВWK% ڀ\v^Oچ5zvvVA{IQٿ\3iZʒ<̙8'EY*Y9NHk } >(ܫTrЮǖ~O鵈Sa9٤Wڙ'@ F~#vI'6kɵ"7R:0E#ד.n+ ě<%8zriyci^Q(JM fW'=)D$d>ud2ϥU#Ra٣q{Kw1kUșw.TMuVR6b_YdJqS3t;]ࡸ7 1nWLH JDSu qFZY)BH={H7&sZB2ΨCU N1x4jf(=e|XT2-y=g[KYnn(<#T88 -J&(` }RohœxF^Ң~h b|d[WnVnoa,lWZyKf¦cM̎V |rt'66Dg5θM (X$ vo|Ǜ6s0 &$e=;l2F ~s3W*"n@ȕGU]1T_u zm9h}~N Zci,kAnf`r9 ʙ~t) >lls KLj]txŐ/7qWOUlE䉈H*> >frV^tEbϼ@d ѥ\ſ;9jpU}3~3bf>o~SGbq0c3xrUeO=/4myݣCTŬ76K 'HHK?9r]-8  *vt\VG*2#QSgt.,%5;5; Aa|ʁAf eb: -Z"1/W~dс(aJmsԙE]c*Z"Hj,2y څosBQG`MRNߣ^s0sR[AYP~H̆wcmlow̌ 4 `)>ApZ֣.~'`gF29,;EkWҺT["EVXyGD sm}{V@ЛU){w[#0ZZEݔ`GW(e+֕.W &m-/Me~ Ѳ ߶ !1UQQ9zqéx<Y x72 SHꦿDGTd%=Bx׉aHIhw 0]ҤUr?&H4\dd18h7˫7lk ɘڜkx<Λ_d~ҍxoS|ڻ nDȶ?3 .r2* ^VۤU"%d& KRֈ&h]Ŕ[[$Lcb 1aWYkRqS$ PT6`ݼgLػtM3[c^D_Gk RCK\ngOy%1b (_+:N\?-Ш2Ofտ|ۖqfq+lM# &N&6m -!a!B߷i 6J $, Bj-LT ΖU|764;Zb}+Ѧs2ҵneՃ0C% 9:6δ,9dn K_$BRWRMe: مnfڌ*VrEEĎDTj/tڪ;u)5zl|ګǐߥ@MGM@6O86ܣZ}7 .)JS o==Z7݆be0 e -<I xD9(rdLJ*I69vaF#|TRpQFtYwB&;eP W-<>~4LHabtrLV$2ߘ!2fc|,Q+}T4_aS7>3wՇ=gU|";}>Hf$Dd&{^  iTXiހ%myтaJ抰9qjt )4.2&EA}:]w#j GivfXiI:N;GCV)sH788ZkL{qL b~ta>h_kL}=8Q 9Dr ئTqhoϡ)ncb/A^ 5yhF=2D բyjٚN 'XQY-W@մz?o?,|穠.R;P l9 iؙ0Z8WF: HkX` b鴕Z6H1/.\|uط` 8#8V3` 1hDYX Fu][yqU8QsN_|P[W{wZ.[[&ny64uI >5[л,Zi`N<f^'3h ϥltRRB{>]N+3ct5#`4p{ˀm;h7U4`)W29&2u.m҂:BOX)eŖdb0km3A*/9#Onw77ԼŪ hTQbCo2,lpf^ Q*mWDSs1wwWd,#T_Ҳk~n Gip4h|/4-ix2jkH-`Z%iQ<ZB|BhaR:wP ?"Zv+gc:ڹn$|SϥkI>Oj]F&DIU`#$)c3]I};NFRKJK`ʒq}e Ί(ZľCe\JI5^Q hL';H}rf= 72vPm3>~`QqHi;o7o>ˡƍxt{3.ŧMw=FjUOh mT䜮EaJI_Q&K~i"*3f |YgTxjKO@"j PK>At7!fh:Ϟ"!h} ݱoo&=&߱ #Đk3`35#W֓tI_*d0 ;}o*ȉe9*(:L q ]~ lC*>{ЍN4z_,'PTic͍mQ>{X:U(+྄H㝊4Xt]z J atX74jůX6;Q/mIn 8iƣWgdC lp5I \A GėL D{(5QI2VsQ>FFHf]3d-r{֝Ϯa`MY% x>zine(*’EN CL!=&CQCɆ -lb"!/7u5ԕ=i/DfujDp%~Ro,Lp;GT5 7$),> 0-t7ῄvV9! ̿!@<ً%D|{)[qqk|n*Jlw]2cXKbEbkv}ٳiQ-#}Jxks= cŲ6oyk'.Y0ms, a `k>p,LZBDTvvcO{,ak=By}P=T"/cCQzK-.=90si!ZxrΔ9{4n`;jg3XKj ۏ)'@2ss 0yijS1Y h݋<0˚ dj\HZT֮SQcQ5q`Vg)E*nnZkVKBP$ "s\\odOSg(n1 i範W$ Ĩ7#=:8R /?.{۶0tUqK3ՙ 趠6S.jSKbbW- *e2)TO'"\\mf9|(Y_# Jdio r\ﮛlnP(+=0ٜ>_mY2>zXPb劧՝B?ؗO_s^_+ mmKnd(y͒Tz #ڜP@(gW$O[ϬP`xIgEgVK{ aUһKI Rm~κr(D*qH,RFp&X.f ɽHMۥNJ.0B BnHGkHm}0`${eVy`˳rm^cv6č:z1,yE=%@4R7:.^1~z7C,-'Ui01dKKy%Zɐxc|j[ $ĎFކp'fRD@R~"w ɞ͉6L>cZqd. )j(b6)d 绻r}8q 8+𞭍$]#&I%pLO@/ .HZ.ޢW4ȍB#A`~s7תݟ>/a/.ZIVSȐSϘW\{n5%;UGӤ(:xQJrR̒zVy~Hz4< PkjiS ězG\~h٢g)V-@G5P#B#h9"B[/g/2L=/b;9a(s/Jǥc$En'utZ^T&t̉cD^OsPAeZ `%CovȘif+-@5SWƒVR2UV-Au9UW~130A:,Xm:% F^5QMbD:o9&C5nˮTDU@N580gLә ^_L( YKos#} |NEBDUd r>1CClOu7έLXfeF{!s3m/{%K= Lf&aP("[ͬWKK:pjOR즄49[13W0\L\95zS $Yi/PN XLc?ik{yx"Q"-YB[].ᗆu`itxL@:kDڮm:g3Hū9*@R,\|z-Xi;pgd498ٛ Y C<:e~/ k}6Q#Yw֋|Y/QB7Gkc%l +>8K>^'H1: 73wJNX8Ӫ]F4|MΑOΆ79f=KCv@Mh? vަ fq_rSh_j(%3̔ fG2l1FrŃѵ9W \6 rY6Z}DC]ۑGU>_\>7LZIPYvuB_ H9&MZpz-fv7^9Ԫjͺᕸ] q)(m)w^/9`xYk͌1A֍ԽB6qc1Uo"9!*:'\j<1vu&Z#T 7^x<+}QT8SD \o,7%koC5=7sX薂x`v1Ҍ0A y`IpwSBxچK]N_ y≐{ߝ#؁8MRsqH)NlZm0u2mtb!t%GStq76X$G~dPL~qTYGj.[ /2ȱb0&S}S L*/;ѾKRe:m]pG!Du$;[]VGk~pNm )2H&oR0Uu"Ӫi!a)h ͬ'*f}sۙOkypVy6phmXƄ%pNNcD}GVYH"-=7ԒܢhU=qjӌ6S^@,L'V6Nr]!=7Sa 6s #A3=у(?[ќfGrm>ޡ#=IWBƎV oz,JoN? `=$b!h?Mxo#զmȼi= jȳDG8F3q=oaehOU) ArʟsWIL0R\2ᴤsك(@#GW9XƑ(RNS _9ꞧ%Q7;4#AYN<ơ2A%߾w+/}S_!ˏ zqk[T7DŽyhBQYMjV(6اK}:`Ϭ0썢e{WdQi*( U" nR]H5+CD'"RE tP ?<N. va~ %_GE YZ1_2X^J|GXb pPMX4.ߏ3!' 2!wlߌ;Ǯ! !8 G"R+HMJIUeW]`O8:d\W\{(C*LC ORx^2iCGM@d&+"d07ƿV*i ?n"ap~ZLs\hHi T۩E#Q֊uj3]絇LpbA19a^Mw b${d001XAP L4?G3Stzu*qfEDQÐJQS1O#@P:"^P뾂z.ݴY|p's#}Zeցb㙘/c(**OSP ݥ4B ]ܐIf3 lc,UoO_=;+"WPdY|93-BLZ"|ZuV'EBZ/2E꒗Yuf[$ΊϿB uY?rO ){&D~Qu4`MfC {w Y2ifӗ>_Nl!xfOAB+ylv |Tu IhUޱAb{竏*So$WArr:Geۛ7$%Bqt&`O?J-[}i씘02#ځi X^U+Hw^M]ܸTUU **G@Nc |k|U+L⵲/01 5W殧E)*ug ڂPc$*x\̇em_C rJ&>)m{ͷiauj}G6 Ŝ'Aw}4<*SOh#-ڲQ!VZޅp};y9=`Hk0 avYǂ:+GE Xj$@Y8h*QcДBRv2{h~9 vrzE= 8G\-Vv-f0 e5&z+D}}Dz4[ ׇ$:S2msF7k*'OuQ- QD0vCX{N"Vikb{[{%XAMz3;D%6s y9qJv|מUѢ52[^Ń9'{ͶY20}//gH=n)88i } P0P0me@sw %Jaqkg+uJB}߯3ku,av)ܿ0$~Zց{NH:pWŸ|FSV< J\QC ):ռ^嶯ːkCl4Xka/3Hɺ\W 6΁@#|bצ~b2e%%pkBĬt\τ9݊TTb>=}mj$g$TUu`Xa\6vI%Z+joXɖ Å%_;K z۽-Xr{n-S7}=%E|q@ O׺e .xF/ KA)hJ|}xCOFوڴrMߋJp?2hcd~aN񭑵WΑXz2;@Ircʗ;RfX:K M䒍UaC̍}[˸b*z(k.#ho}f芋4Oa$5A.BlCL6Yy:ȧLyH[_kOs<;r ʛ=*5B@nT;Cb;D"`F|9\pX? FVd ;"B':j7=3mLQFNEs b>q5Hjx(ĕi:<bVV|t̎@0Cjn`%2(W4{=ہ)%z_o]&\"Rcd FݥKpbe~Nwz6N=Cs9+>;R eY`[ϳR@l|IyfrՌU3*6_AyS*uaa=Hn\]W#3~m#YRp䎑d8מÈ@j >+\or^1\N$gX w7rS"I8Md 63@a %E%ti{`Kĉmgdnq9%PGK#B} W1gL 2Vz4X;oymDG {[Q ~4w 7}ZNsCSJQ-|͊E,@=Z ? &1~f}{ vQY0psQG|Q܆lƁMkK6_9<(nı|Jo=.C^T'꓇?H6mu鋜NۿeEc9%WFg|R#;9ƫnr]HX2]Y758PejAU%8_H=v.tE N4`?x[ck㑅r,{/!JFi`)JU]OAM<,Ìf6%Whz5cG!+'U}P6UB![m3P1P.Y䧌h!BP}|W&5ϰy=W/j?)e.`85 `AKo6!Y Lw[#? j8NpF.:TDmdߛCe \uP9ėW+n_*.jb[2%$p{xx-"p{l.ao zI-KC},h.T,ZCy6˵%Oh`q\Dl> ߸&&=_wPqd.?/-i@Y Y\yЌ_7MXXp|F]|;x1`:MKD);Wqikiщ鋻ZOxLm3}:U"#Yy53vh/?&q%F#\|Y18KvF%ob;S fovOO0[@HNm~3}|eh 4;&+|!ϦC,&m'>_k/>ߩ~^#Š싌P#z9I|kǤ Zj8 CBpTeR3qqZ9CE_09ۖ[jK)6+J2M'" 9#J-ڷfϋ>>Y߆)&}j eu1^JG;9QN0C/3peΝp8)6рGWydPμՠ"Z癟ayg`"`L^mN к6W{? p! cR! ߒR6ۛ/nf/ǰ|ē~##'kkskE+##/8R}3^@7=[9!fkE4Fho d-p?CTͱ,jS0Uyic,ߊkw2madV>%, 7 3 {%Z>M ^(ޑ< q8I9IHb+%64飇_/zIViTI%2B3dGʂ8c"5+[zKAC&MkQs(Do}v9"|j+/fvY:ݕ{;zK0QjO<}/H;)>A> KbTEQR?՘>ΈUY+Aط^ u/L;haY62$F5:y.l< $Op-/F/xGmpy"=zN#ʅO %CC62] j?[3*1tcpVMqXi:UUW_C1n4Rq bQ~0k℟!¼@I1`)Xl$0]䐃!,V咛Pl_5&erQ*IJpSdz iǞ,^ͣlMECoU,Iӭ^>o%Ai;DLW-$hX2*fHE]QwSۈCG?|/Ӕo&1;9C.ID} 2Zŷ)ozр0ksΫ#F|~Uw ƺ!7Rg3m7gjϳ|+xEn*U<6#"JI.Թ+A>48x'-&K]Gx`b&E,G[Ɇ= )lU=bq:J0T*+3ˁwUK[i*:=tap |jm^dnw  RU(g] ܶT$zl*q,( Hq kmNRѵ@g eU3[4* 'Z6b'/ݎWnMAqQX|C!&{j_/T<$\\9o9A'0=CPn41O^t *֓.$s}dsan"^]^F9 @\͍< L < 9МnrbVͤ\v!'O4ؙax-{Џ g:$L#{XGc\ XD`dB(CAMȿ險a&U0aR72 x:6PPB^6Kۅ*c"vM!3RXT 4U UHFǢV8{Mjmr0ns0et:3As;R4w_;*KZic:~i%}Ndm-@F d/G89ū5ㅨ1:`B yGd r;Pwqa-n(r;}C)|f%x(eOM-ǽܸlrR$s(F )dorHu-CvQ5 1->Si ZF -OÊ!ymh{W F8雍|$>Sj-!ZdڸURe^5`DZP``ݬPCZƪ̸s sN74DjBZhGNJ}ޜmǻkģ{v/%X%U`8LڒT,馣iC/b" :'}\J(?odޖm^\qxw :h۞, _A{L+%oUe;}F/K/jcMG!s0tƱJV"_6 LfGX6ZQt\RaC~3xd28bz;mo. Z6 ;QY0(yK'N3 XRL;210a W1G(JzmMB`'e!G"og e6W*hR&iQ$!dj?/yfX ` :Iy>BǻZ[#\A}bH5N*6o7 S@ȵ@_c2zD:M+0R]y> 7oDՠp;@Z7o$n;voS蝲u̩ tӬ cXCb(ϊQ\:@4L0e1mlޕdʝz: #yMAu%u"cn 74KorBδ&@@> <<=R쎳XupfC/v<<(BNΨc_Rvg,CXgҍ{ JI|u3 #׀,%Sc J^L#l0hƥ'"ń`>^HNkXr{Ķ q,n`5,5SJ< \\rKwVqJ0δx(KCVXZt׋]cjZ7 <|j72-Wʧ1=+\Q0* Ƙ^m.{zQ>KM^JM8W3۴>c$? AqB_ކ4 NcU>imkC<_$N᝝u;)hS,$7Gi菾iR0h;wijn6xƵ؂՛v]jZشMr sM0Rt6=A?d7Ĺ[(6ߍk[ޞ6]-80 ";2F!ף㦮rro?i^ QqoH-6]uu$Iy RT:w_EEcR6Ccz3&\H_$۸/G0Rޕ_V /,*geh Ol.򱵽81MoQD+L*2w*/HT##+. XiHU_X !-7jŋ=hg7]z%72ԧufqD ZKGZKf5*Ϡd HB1{Ѫg3{6:CTgbЭZeNgWG73a* jvЙ5GQJ]6&3F)Og 0 n>ĵ?n5ZMw~4JqYl/j~ f-(Ίz[ʽ\a&)*SOnXV6: V2k:₹Yev`)3SDg RdTz#wkлp_2gj2[{[xE=GAYu\iˍsx؂qNU@}26K*'=o|Cu곳/{az`nYzڣne{vhc?d"~ oP%3l<2u$>Rev{2ǬDžRf1?8 (Y-ÜU/#ٍ)0T'qAXܻp=n1gL#S(|Ƣ/J^=iG\ƀwa#&"A{vMp[C#!j;;ϮjD6F=/u3 'pC3ZƖ$̎矵;\xB x7+?3EoR''Gᰃem`dpD|ޮ4 ɳ҈4+G,Z-0O]ªڃ4Ztgmp[i9)X??v߾0hwwAT z1t#gzܳ Pߥ0<5ڈiUU`SOOW3{s9t3@4П.g^tHkG~Hӫ۴VD lXG=Jԧܜ8&<T\4Wϻt/ W£S&(Q R׽t=g_ [gp QzLRL7딂|Uil AF&$mrS Wp )r:7Gb?>C0ZAGTcҝš.r)tP*nu eJD:Ccl S#P^뒤g}c)aX8GYG;7;mmV4-"pc5P{$cObÞ,apjY]YT㐣tGԆ׼2yeo7>"7͑6|Dܼm`s@ے+Adp,{"mo9W4O֏ OqPυZ7k+*LXח^gk (C3rcw{)&c~&M4c 43MrY!ć?;Je>:MWuW=ݽi ww`(JEDqᄴ0om\/[.c]B~eX&}o84@~%5=?函_m:?KT@K HT\:[ W cB]B[NNN\R-r WmRSH=rnƿkO5 DH'<\/`1F>5E]VP~+M7=%eCRxMQ>+M"au||r̨p6prAH<Ǭ)*J\khF씮h-egK s5ye#Uo7 Φlc;%=ۣ bgtn<ߜET#'tUOۈ_^ԣ*mgW 2  wB㨟>q m#MM,%F*ި (H` FNLb2gͬN΍߹Nsb1՚JN w B4+h<ʗ{T't#T 7^ō2)Ԩ5bdq5vAAx&7ݵؗ\/yKAPOLbq >] l݊\l l]D̡_#i h;̹RF,vtrDfdg`0[/jgA -p ( خY>]*`!b/@WeotPmDG,bݩ'+Г*YpƒU-iC "`2NyιYg;͝iIə?$* j}.$#c.G| !s@IFw`*c$4BF#v#ܞG֥mQCœN6 >y' -{U MzNlA9s#J8>vɊ Cܱ%"۽ is|䪞*q q%1!OAr0ԭee/˞&|OVdT&|(-_կM:!ܫq a+G}Zag${, x^n_ayl -DɊ0/ypYE٣N0=a w `<$ n£LqMgm<1*+`e01:ٴwiOAdMW50[aDvk-$@/7Jx::2gv$a;1ݛyWmBe :gp3Ƈœ6vt6`4e|~R"=#`#%zK]; m<ussN"&k٤.G8 e6)+&ށTWLm7E/wO@*&OOKrdFȈyWZOM=N~`EQD=kO/uPGɶ𤂑Սlw+x`UʷV8V榈YQGoO}༩176 !ԘUMη qmiIHMłL>o|y̔& ;6?Ό^ÁS[v) `r%گ&foۑ 1R00)rZ]NMfh!밅6>K#uwp鬣#/擘t'|SfUz3?Ev/<;HjAWA Uyw$@"Zi*XnWs^z5GN ~t.y2-ny3J`S'8Gگ2b;HYv8m`G4VBC+wnI^PkWSeMQY_W-b?C̒dY%u-[dci[ e1X,hF@ a~i")U蔄oy^=`"I|F8\QTvKx[}Kc) D± oh= t- 6zW~i-[@\YLi Q8ףz L] 5J5ԍ6<֜{CϯaT|;l~sQ;Z&ViE[bxUFz|VlBR"}+G٢My8'ݠܬQ,Cc.=y( u7dh{4wt\eH Բ/9QzFX"!+3MÏtŦx:'94q69f.zMm^ mA„lZ1g7cJK6"412 fD,P[ Q ֍ru `QG<Ǝ TT(wԿE'7NR}44)" +?v0Buu$R L7 Sd/mMU$YHd!}&47JKԅ+"}(x߂^.$ otT@'ᒂ\7Υʜvb@chUU1Iȇ_/VP"óK)вzm$#Q圔ryW-<,@tHI[ 9dZ6fDT(ajRT <nlߨ{6G5 7Na%#)iO0 _4~,x~ffOЈ3#\Í"-L57BLx:xۗb@2Rk 3|(ٻ@Xcq p[d;U!ԞnS&~QM`|{˄/aubN"sPa@۸ ʄD'"φy'bnG;{9YL(8vr \pBJ.$r4)6" dxvcn jЈp"0`BQ2J[땅A<fsX.@vPb L{75!ăzd&#c6G^M;mPUGL^R6|Eb~{_UDeXX*Kڋ1@Qx^,{r8_Õ!کmM ފVwaMQݫ@u6'O0Dl2h+<ěT)oڦC *gdn=` ةגґ@,X8e㬺VT׿K6rSAC1Z4 8%j]Ci`␧Ojco,Ay١*,GsXnGRg mICCHB*`P5(`|`T ~Mbu/~L;_M)VH2^I^Qw0qN]w5e{ 4ޒvO&J\RӍ漸1d 2!zSJ/-?(;M=hm9vDl( 2#8u%Z:+ j%'KwBKӧ0xYkxs򦋧!}hLJ"}? r_^ }1{Q@tL?JDݢ̲zMi$wI(v5:6PQ:]izs%|X{~-d ԮpgB9ҏ!R<94JW{qa យ-FiZěh"lm :Xc@Xc v_3g܅LT$g|I7u N4٭4-b+_aߗѳcl(+1\Nz2%R2PlEN]'*ǓkryNד:ͯ8iqHwOE0VPp-. $ C[{XwZ*{ Wj@+,4BJ'NL$2mcf+.:^zKW]uw7t=4u/e^7 =[y?|/U .H>&KłH1`hW$|xA̘P5 Pkz-಼z-8]#zчC؍}}Yt5c^"ys kϜ%q ưQEL]&^:3eg]*$o'UqSvv}*R:g-9B!J©c1 W:P?~$!ymzE -&vLʚeY%+] ے*cf'N\Uk %Z6Fce&ؤʷ㧄@C'Sc]t @ Yeq3-]Wi6D,XyU>+:Suȧ{tDj>![̿?0R7EN:_O#5ZwG46x6@cM7B C<{ALq Pwzu5 ܴKGx2=~mގfCE:#iG؃V(sa#gZM Q3X\fa7m@4qZ1(Qzlá&>K)Igɏ}!kP4qǕ1Ynw@1&>+c?> zUqx7@ ft)Ibtdħdek0}# U+p! WG![WDifA>"]?yG+t\)OzHy svM2zP9k} 6:CfK$?+n_3Jg \?#Pr)TZTjQS6pW.okyI" "^C#srRoF㗚,NQdߩms/:GbGğzㅂrlS8Oa S8[CFiyZ,RPWx]t[Cz$. @Wt54L %ѺP9*o52zcS@_Cf=j9g(O6e7meЦwUɔ3q5lQ,o"7b|@bz7>.đd7wD]]blv(G}ʢC.O >FKV_vӟ74rϷjo?x]+ΒI!{ T> hS9X$A"wX!)<"bӬXZƏ G\YU60k MzT0QbGy]j䕈jJyE5 hEC|eR"qR -ٓjNtE%CQjnpXGu?9_fѡ (%|8SR& h(n30Me X4`Xe6 6vP:ipKLCQv/͎m_lzj3!mΕUM);C IջK=n$Ф /`f^V5OϾZ=KfJ%K>O$۝^X/ךDmӐ{}4u$oQ'V*DrNg#!>U`\Grb ^5G%J9\SXs8# 8Cx;e+pYm8h/ğXTS [ ,q&+gr:$6)r],F"7Vj宕/Fn/3J38D|c5"ϷQJmj?xV?9^-$v+s'|Rӹ|82:,!g1*pxR#$; f)4vhxoOA:؉@_-CP+ ‹iL FsATh" I;goDJ9܍2Hr0cy3h=;/i׹hӜer Z=x#YNgτɕd{$&b(;>\uI:)UՕ"6nJݴ5Ӱ 崏1V&y~zc ' kYbIT ȋy=͟DG.:@?+ 0-j=@ͬQj l|\9=^,SC5oXbD4ec5vE{٢;х;m<}8η(cObyȁq:ED$r)][71)fRO9E5AluyA݃/^d7^iXfb$jo,^iPGW͍t"q;Ҥf/=\{S jQ3q%xշ_۞cfWl*"<]磰Cg=5`yc=&C}M IRUT[?Q6>=LZ5 ;(cs,O vo瓾|g9YTnKtBZ3!*u|s97]uۻWCH/ʠ𠛠nuomz+ 0F  } )Os]Q ?ʸv+A&"+o BcR?uQ?Q*aH_$uHI CgR/듞v:l0T(Gvpݤkb_$4l^'ѝ 9uiY #kX!CqH=KlUyMJ|}>9;њ#j+\ЂKVMp;aL χ)Z;5I[i3 ;ǙJYx{b̏ؼi$p>5: R,9` MD:-v'QJepߡU;%zw)mb|UΡta4|z(`7 PWNYf?C3بML/u/!GE,5N;2m}{F|Yb&D^Vzypn5ZPiHxI(c 7P3hջ$3_muRaȒ;3q7Yrv,j [cvVu1$/;r9pb岵Af%%}[eKQ&,qwq.Gv KC?yAXV%m)+nL8o>(.Ϥ\ۻYr8<j?[i,P{uһ8VZ(! ;ye0JwaJ1ʮ7#\['s*S+f&"2K %K?8Q%W/+~K7<=1_ΰW ص]) bW dS1{&JC+)5~l~*n\;#@Vp nOf\9E'oU9I>JDD61`)OsbP:jj|.Y834,d@6;on]mB\*7%T⪋&Sv#>$8H.˿I6tv"HޮXjVBn!􋐤yT}x?62ΙIlcUn&H@ 2Sg;c M03J5;{s><-8cx8y,C^NN@SXA*s5[+kܽG=x`/p 1F&s`tv]-oM0i!Pgazxns$U^~_whŽE3{& 7}=Wl}]GW/A^";ĩզjlHRծ(KR-TN7G۽mPycG[pscQsU8'+淞)Gz/2Zl]ZŌ1ylH M!e>ોOp"-PwP8!ַ &j'L4v+> >@/Y9ݑnw2߹:oZ [)mbs%u'YLu"EM~ݽ o[ě= 4ߵ?42P#&[}Q?DO[]=VV͌OpR"@h1ox3AocHZnEԊP5$:`?j~B J|I  .PSjCQ(zI|P]f ~Uj#_SKQ0L"l.(eNC׽^A2{n<^贡#)ҷp 8=P(Oa ejj|>{4Pʲg3:%=EТ=B.c &֚ƃPp6D HqNyaiGE6ˡ̓)+:QjFH$7?ĸb%ZڬgW'>?([QW**V\q7uf!s@u|2um/Jraۣ[)Ė--yh-?altag1ᛀ 򕧦fs A1PCҗ ʖ_u*XQd&BOfl| OOb'Wr)q"ǭՙ cixUO"Pt%` m`EEYFA;ԐKT;'AànEu=w`Bj^z-d_<2Maaڧ_naљ颧&;

$}:$enຝ˜sN9Epҕ9>``Z˥%!3wU.^Gګ9wc5 VW3])xei_©ʏZU( jǛ⓫(H{4pwk7 `T`H^ $uu?LƳUr&o~k<44v)2Q#p&5[<J&|!K _MZͨvxbZ; LUuހ;wNLJTɠ[Wn;jRs5r5$K|C޳Bڙ`ܛ)ǝ=U)CٸNg<%y!uPM< ]kdcad%dkٹ rηҷO5tNmZ@EW~Sd=p[,V[h@8Qa~0L.n2"Ⳏ1wwa Ԍ˼>%H ( /cd@ ֐h[}kf**(#א { 3o8͢oZeߠZЎΞ h?J*NorVWPԯڐ.~ԅGX|3z>_(r&aWETX(Zv@1Ko8n/7er,pE \Bޛʗ~_eӻ88uv =(RuC 3D`N ;n|bm-.L8W.Vܷ jN1,QQ8Eo99!|N6% <=ts$9ˊt X^#?%-::_ Ƙ_NkfE(RNDJ4]qOD5wsw-S .X萓(ٶ"/.r֗Ԝ'F1w ìGL뇣gT}Ht %nX1Pߙ"DD]CM* 4^GC5yCi8ND2),ʗW @\y 4\7u2|lg} {i^<Ĵo0}6BUrYxbiB>FΝ!oLx^.h].B%92.t֚~;~ ™P|YUuweoY]pꎟI!ZcKm}}Jk{AEր7^O`N7ILqDd!e_^f|ĪV۰:xvz Ckp+ JK WKJ(U\gZ,}Pc{3dB^z7 U[RW &`xU;hXoLVKeYԈ(v?U&q8F^W!1518׳[7t{}v Mʧڬ\:OΒ"?WWvul7J|HXJ>(ca;3lqYݜ d_u=mHBǃ$IݙJZ澺J`=ʀp6* eg=+3UBL[ >BRA~ f_E>cBO`3N:yJT8$]Nyw\9xo\xe nkM QvyXenm/YOGE Ȕēn >[˄D/UuwrED}"g0j!0kWx3Jj N؊/EP]]X0;5K p\XٓOR#<24I'wsᔒDW" 5N. l'&!{bÊgjdo7!g 5_2*X? d1lL<@X?KOq,U~t, _ ϴM_՜Y]FTPvcaSC9#yg_#>ѦbAµe?(d-$͘zs ~4#Η5!rs+f! KܺiPnKZOɹW~{Tk\؉ӷS ;ɂ a݅oLuEI/"?œ-;w7B5.LY'xc>8K3q(]*7*Lڣv@ȭqlh,bc<Z/\;hCm /HiZ{xsH])IPV2nCk|}}d~o x9 J2xG,5sZ:ds|(̇9O}9oRgi@qT^7N;`ֺdOT:_0dfrkF].0:O! `4"=pXZ -k`;RB0!2{F.4H`3g5Z7IL:Jxi]Y?מ6m=홌6H\ +6\d8ZhL$J4v$ :Bx);Dq{g(  _]dH"pLY~/pX",k6u\7zaG10ұHJ@<t~4Mڋ]d:N{kMťy匯m[0OJ'6Kk2hR٥fhqj+\jZ'ODr*^ɂJ&[kywkwNb'yo<:Pno, ܱrm+⁥9ay@-2ke-?ԀJ r&3`B)yͩĞǡA*]VH9]QQA܌{R 6{zx 8!dH2\ǏCMזFpRlv(/ILD9l}'sAI nԼx0gw>g>IBIJ~nN;HA{cõfnDw:uLTޞ)dZol=UMX!}=$4cL11R8uT lϚQN.ͱ0/ޔTar.b&z^@VR[g-%[|aidxkHl #[U60n¥jPWT[by_7`xKRBl8HTB̧}rD17ek Z'A3 dVn>}W7Ra*t0O5|W:|)*]x9Y6HE.rDlܪ"Q_G|P^u? r7.I^֊iChm>ҒX,zt2U~?GpqQH & U)?9{ti64Wv,LO򅕕PeD߇<2!cp>:.͓$A\ӟVg-,V8ޥ5bk̾aҤ捑a8}r53>o ?DC"Ma&Ydj`" Ԅzm0)>kkd6VH*T%\˶?SPV***F%7Р`gA0!*{fRr=s- 'rE#Fz"Qp9^Q-Qp\\p9G> -d|Yk?ɊWcN[TF`ӓ.H-g|.X3hZH6j|`8AlGq~`M/!X2Y~ Ӭ6~kbpZ^S=4O)%*J cOrSr ITV'Lc`Iv`O;}j>4R(|ĐS\YXа= K$E)g&='L@bnR:7c%7LcOQzz7#,%{尯I?%C㭉I\Sa)ZA;0on4P+nJ?h6Eq/Pmp -$ О:C&ŻKV4Qqt49b3 *dc3<XѱފRb&ZKP$_O1=bD%!dXky_ԃ"'7 wӟixiXtW$~I`֠ 5$WS'˯}PL2 ɰax?~LYEPk08Na kKss"~Z@\L Rv^T EqZrNF3|qymb&'1M` O" "qa:d} %rvK' \ Vz!KeIwh'M<8 Gqzjxݿv ll.Lc )kIT%˷YKzj>NG:hZKw8hpڜA ,L淡NO$WwuEB94%0-,E ={&- Dʪ ?y[7B-f2JRh_2mA ;Xjv)+4}c -"7t.&j^1iR Dڝn<@1ʘJ/2}%TLN_x:&RX ZAwd0R"Ⓣ~v\wfL 73.Z<ϭ;FO\ ;lbTܗ6*>"$ao%=Y5c@[*<^wm?L`by=3Fz|DLv@6OUʹ2gt/\8d†'WcAI[wQ,jz ߤ]a[ل@b`73Fm1Vn1+h#2h.(^9y781e,^o&,ln/M>"Nn/)cv,N4WW-/bܤ0/@\f/$"vAĭ$8j3h3J\@i ١GY$:L(9W^B%霾MP8Χepx<'O1.G"6,꠵dLtz[0B`TkΦ+chf(m>`Vxo>Tg:˨@ݏ[XU4v%'̒n:(FFk q]F]= eU'W1s/ n\;A62ZՉPI q.ȧ#`2qᲸR׬hZ< )<ὢZA Nuxv.FoFxl ɷYPJP~E/OЀ3<*O[uy3PQ9p=͠wîצy_[!8(rdU֨_:2ּ̓HsФ+ wnSlպ CyJ 6M}dv^E*3NkFQڔ4s_+60eLBwwk;jXsgW[ܺ³ŏ׈?ɂ+T# ZmZi<$~yPkc}fB%To$IU{_O%tzԃGX>[?u!tv]%r%8kPpM4 tBf^NtbԾ%NV06DN9Fu#JKh  #hOʯ$._vܕ4@v:,WgvU WvZ}u|BM[did7Ls0}/l^@F6?/G6Q٭ZyC'coEnX#,*}jnWSfNZ{Ƿ /ry,+pga& xKfe6%*B!yoDg4AZQ2D\be|b,T ݍʣu'ŭdeY iO:6<mڊUr:)X1=| "EGIpvD}vq+"{;o/LGolj@#+|t0xN~sᱠ<!`:'Tnvj-1=ggF2tu@V1RI.Im)^n)\ȎogeM+xt'mT_Ai1aVos Kə|* H.4 ljDL: C`.*2 R^pjVvB̍"♔cÔWJfKQ\:rpS рQx(֨az_%5 l|H6z $VjjxKBe@O'K"¨|gCv3m)}^TH$$n5sBC>fˢs j޲o1N9KtƄQNpg/v&yG_A|ϒ .);L6KpG <,"LAlB^DQl̥^]t0;|b{!o c\2w:P';vвrcA7ʒgm xqӌ?{jhz>huwYLys5cYYoob4,kˆ2oa71(U6 ,'r<o u&v O׼OV,G.M Ѱn_ա9RF1TEɍ xW+tܯʤ+Y-6?Ǩ\Я` _Xes4{HP}IBMUHXU/nLn)f:5@s Nqnz>Nmu2PQC8Zjk]eWCdWC-a97!1({ԏ P{|/k/x\wkE.Ϣg7qX>h`%wte&%W(nhb8xv+,Afse_wdF,M䚶s5#*}?$zLzևpϢ_q@Y*Ίf[y&ʓSw֎Yǘ³T%^a,yA =o>ٳ0UFOB܆-‡tJФe{dAv _,6wy޾H{b[Fv 5~ lzT:XGwe;6kABLVsQp 7՘um @c 0JX_)YF=nZUikm.@σ |pzCpM:h(-J9ˁqhD.?V^e&|s;{{e!!D}w@hf\:Ml~Ի+&g Ǭ`'?hLToɴ *jVp9 2fPڙ8 H+B(`~ 9KTXļ*F q9О_$"N=9! zB \qm8#I>s#=rY~jgز9 u}%Jsl ;OmAo}5 fve8%|!c-@ha{t;GAm&<޽E BqN&Ϣnɠڛ jcWk3O-3ylxeuYEx:9qdi?ӫҚՒ&8*Ac0^8X5z'x>NȊjZHXJ}/]V>|aqAa[pN#uiHN} Ēmr7,wiH)46dۆ4 B00$y޶i\r*+g5orj֤DF].-W.sm|uY󕒞[Mc%Q0}$ax֑hϊK,=dCo-dzT :Vv5_[K {?ގ*r &uV#߯qݶHCvSЅ E kYtƩCz('KT0<UׄF’4)e0;kزtW|}?$DXȢDɌru1ɋb6J( goveT#zm )UGopVzI̘gi@{ xLg,)2A y ^yoQꇆL4\7myf=!j1*T5 Ǔ{ȎK!h ՈqJPtrch/!IrN _a: !jJ(F$LLk_I.d&6jJ92`$.]xngԥq͝9ap`QGAuBXG):{_z2HSئD86Ρp U ݍn]&0ch\z+8nȺuzPEX-ɑ__n28falGW0l9.)z>=T3;>IHeQu329үʺ'lgTV-Bo3[# d|\KdIKn@B [*!5*L @wﶁIŭZ# hww̻ϡv/|h@׮Qd $Y f= zFQˑӟ"&(T)_I8VHMv]d9rQݺo*юhdv2c$TlO> RN.xmdŹqH\*CG^5~ PHjҼ ƖQ,HVP`u}XmXȈC$XHғnb3aA_91?pa<:@q.F;Bc?32GTuY^8evb~}$ZmTyJ3i'%Amg8t4ƙ#2ș.8jyM!3;$;)mNmKRr.~[ýM XamQBiL|>U drP8@fJh'ΡH7*YZY7-*oûճ{ܥ_6%zŒ|V!C<_9 >XiL*H~yjڻTxW,M%L<$\I~WF)5 Q sQhǠ2qw>`Dm?YDY$)4MF{Xv$ ;m%NOz|j>|U[؆GizEezKիJrE5u:&b H6j"%Dv 哎zqn0j;qUM(X eR'B:JfKp{h܇lYtU?MRX!k:ƐiEcT:u?Fˬzedl6> 5βR0qXwA#Ucv֠eRz>:*[0-AϾaM0"~HQ5/¾9 i FAd̃'t?yk\tuu8 +-m Cj@Y+.iZlimN8efkb({R"d'gM@㰡2OX86I^WhP5κU609=:ӽT QƚL;~g'!U_ADKVluΈ:1^nh$a<'#Y*V337Q79S֘/2pƀYÆC-3,pryԎ`ͨozCJPJ[OԷܥǕK;,H:Ebg|G mL?,ߎv4+((cɟEXhfibji o3~޼i~ȁ"U  ]e<ԟREtJœ4lo1Dpv6 ;:m Z{-[s)뫤M>VKibQO/#o IN>z2n Fq"V D+ WpљTC.F8:m]v8O̓=09 [0R&Ga[9z5S_ % OĂ,|hH+//s諷AUl/T*+1j;j3#Z?cN^ iw%Y'ⱳiB)e: hzq>$5nCoP! զ̾Mv)$TgԠsAM1T m,4'O3t琓 dmo.sV 5@|Rhlj,wS=cBԺJ Z|o`M'yyZґ7; ɅnuـWfC^jɃxb[G2Cx>;5RRxtnϴ څ+ޖ厎$-K/ Z!tG4ZCX#eIDaf(ȺMDz}ޤ^,|()9:g"L~q5>QÞX9p .=Q?8(e%adFd?v@vrS$$>ի"xV6J!=/( 8}{^( ~D_)z j㚬ӝ);7zQ!.Iogܡ1a4ZM !6saw59wzɇ}\2Lfnd_E\Y<4_ #E ҿ~ES"\#MnKeΚ,e|(ːR6s_xOgQ配ܺfbSѠ2EzPCbn] FX9HAf#}Aꊢ4W$\lt,zQk 2:,=A b`Iml[R(g57?}V~|~e-c;2$' ?Mx?ᖲbꖆĭ(Er$?#؊8j֣0 0`'7⊒bsjf~I%k.KI@E쬬\ڧaG5K?$3FjDs4a5#_M_J~VC5 [6 efIve}<|zeFbaJq[#r- (4x֟n#O.  ƍq nOb5jqW0T>snRďaиEeQY-?5#(T%?SU6Ir61ݨ_ &<(=%b+*sE$X+S2 dHC (dTpaW킉m^c6N] 0fpz8ѓ?)ܶ)I_mWGWTEz='<(cS/P WN\+ZM[o $ޥؚvK$mbtT VﺻgGXQ7 JT}l1L!J N-$I6E9E,{^PefwÌ&l!oU)| r bbH2J5@nҩxS|Y7_oj dޱ59>L)Z 8*3j0E3ogF1xA €ƙu}([p׫6 n[f|L<q Qy<5\nDVVA!vGMkE&2t M[ݹHd^0Z_|υzj-ym*2Iוo[iѹ`5Ѫm%3^q5g Cvҕ/tqQ9Q (@bI4Cƫ콁_s mΝ8}J(b|Q \*%-ʋ54H']9}CG7K[s!oه;{u-HG[Ny%%rv̦?OaYזWz d<]}zA(Sjb)R*WrBAO-b>@HcʜYPQTw0z0viC! 8ף^gP$a$ZΉ@iݢZok_\e:X]PՂs1b[ܑd?< QȣYBpqaMϥwۭTS *EZ$ժ CL 8+?1y o=4w h5jM٨G$oC}#}p~$| / ^RdS=B@ :Sn,0K䰊7Ol@9B0wSpT*v :8aEfq>TK }3|`:'ּD+c%(0T[2h=6j ^66 _"^ah\0~ J, 36B4Qgh *tc::;QB2|;## uIѮAOWMf1N(G&<bGw[IpK69+NpZ}ѠA-a&hY9 $v1,R56CxAc#L:MXu~YJ=I%Hʜ@RD}A n}g*_w9HoíM}pe"`gƲ dE.n<YțzPOɇIL P^δ{{oe'_[AA/6c1y`INpÝLs{ňiH{,j|ƂWfǎS{'= o"3bS)W9dr+,4Rț1ΣA7 #1A[^m,3Dhݵ ny'Xz- <6=ƶy`>k$|Ơ^~N{3uPjp"HOy_6 R^ 2{mI'$/kMâoj;Ɣ-"V7'mjo5* ,B/H *{\\?'Pf3_fWO u#Km uw{K/(P->gXo !X@IK3_kvܨf,:tVQW~5^KȟiMGJBvrOo16 U#W˰,%QBR_낏"9@s5J(M(GZVCHG6nh:(ꢳksR5d@0L+%z -|[op1ͶF^MFD[7,S?ߴ{@u7iNx9L cxQ0۠ % B]/1iU폼MlVmlYKPd;Hޠ#enrj[ݢhӁ+RJQHg*=9!T A{*>wǘ~.'^S7^e/߱#MJY,ߴ\lS~4`?K›Ak[*DI3^ySO(Jty M9VC7(A$*ղxt' v7ל3ӵwUIsAj_]tNA.Nh(.Oy>/=)ѥK~Gż!ڮ!zf|CvHF֏J]NH!jaТXӳX`6@/ M>%4`1A"g60!Zj-BEFI6;/R-hNz$L xDs_jhFNT3M>0OjA}b\'c%3A1,6; [vwHqQDzˍ%p7?`Z4KoI=l:T*~g{W_^ucԛLAmv֗> G' .;i^M0/f&A@3Pm;UXGE&(=7]U[+wTV /06Z2LEHTR6W~fpv蔊)(ƪ6IqF8 W u p}^U !4"\}l(x1Eڿ$2xҮv0 /7C lp1HZ@ TDJIQ!Q_zm]NOg`X.87S>:: >E|r,H1ކB|֖3Xa_w׹.]鰋hAX2Pֳ>o{yRL~c 3h[`}VbUA_-AZӃQYƟiHNΚBc9ofmDKXjnB 0T>*y:"X#+||92AB7lCbdݛIg[8r :ݮӞ AWӰU nJT5Ve>k~"nxD%1^g-xS6~刋u@z>3&K1=U`H3#{U&` B̈6&2;O 2IۙiV JCRW/x[dʟ&]@ [H(= G4v8mH-RcT! #_aUd~H.ũ8/u&\() qYi[5|k^8}[vMbm|wP|&lD#N̨V_*RaYD]5TgqJ% ˓Vh *17pch)BABy0Ȋ=I'uf?%S;6 -t?[HF\zE4wMD|pӝo}:{`فZ5bz|/]Ԝ nzngdh $1=i c? xIYt7ܔ_ [DF/% i%")>[C@=e_n83Is@(Nh2G ,2t`GNѦբ#l)ЄF97;']#̮GW4Gb()U)F I*d@^h4ƄTk"%,N7m[WWVE b6~z/8y]73z4@)R!uz6?8ip '\1sJnPiK&뫛r|z2v;4eZKQU; \j1: D(ut],qd,^qC<0^2Sxӭ[!"'֊\xW*8}҉PN{C8uڻ 3N?RR2k+qOI[̘}R82-qjx\ cPgE HB6s xF|b® q/7]B-y}7<+mM^wY*MG+G%,`^N"f DLɜig1T^X }}7yZp:a4'5#iFnABTwzT F}h `ۥ {Z5)%"kkAHԮynht>\ %WO^w60lʪSlD95Վh9Z".Gۮ2MYkʞ6WyvC_NHG+pSN9SBr(А΢xn!|J`zKXg%1;3?qWi߀vQ5 -R޼WixbV;lȤc! "p*IT-aЇ8zSߌq?u(܂?[ˎsGI۵&7zN?I%T(KBwpo Sash8އBȓ^C#vƉF!f%Lv&GնZu 4}|Ԛ&l;e(YgqgPQʴQ9V'=j z/ l8E=U }ҞE2%=DzA,L8ķNͳikZ\QhLqZVߪ8{w1N2}x[qLi#Ǻzϊ?`zc試˷9 %&Pݚݣp惜$ 5*̹WZ @[c'z{"ERsI VE:hjz98whOT}9 J.'*q``r5NsW97c58 3ęHJ G/rYFtU)%~G`d5HL omfj0]pHNGY74lȳ04)07>W(T#_@jie. G֑²(q3ɗZ?uh`̰Ē]mi͘v?iXJeNEp |S>²}ٚ#J~RN:ovņŽr_ExwN'=]1l653g_P;P$/o4JrP%p10M^zSGMO,BXo)N̂͂ZxiO`FvPDpq@:ЭApU/CHה!*â1>RAu M>E؊ˮmjT>=ⅿe5>2bvT/1HC^Bk*7lyӞjy_o}7Mgd`(%HĊv[9,2v ^:\{{{s+Y޶[WMctb!dtt&ZZ\o59K+J E;\k/(@'\,Y0]mҔb"[8u$oT)߆۔)ٲomrҊ73Ba99ޓG: 9!:

ŠPŰdđ%UIw\) VȜ+T腒adi1o6ּ@uN1 k$bA㎧@8 #J<^ EY/:N^YgS 6I*lu >}XAjUNRWrh0!b)#1Z{' W/pGPJB?S=`!ո!NIȃJL}1.쫽hnj6kLU52d:j_ 1Γ4Yoe.ů#(^CiA=*o0.隁l@wM4iלxOZp1bWI lq32[*@˴ 0zR8v%4T gBy[)\. Ӑ-bjC _Èw];sාP2LC s؞/mc]ۚs`ON`nxZÖs:J COܘN3)j-ˍHG u ](`ື"OiۯmDYpՙ~N˔ؔ,t,I E[Ř_ Q"sx~n2SY~Iׯ:uCϦJ/D85ӑO!x%0jF vtR/|d/+2J Nkb (ȫmlvz73\3($6طôx` 5`FF֒@C〢TQ'N }"AQ>a|y^TLn& +{]|e<ұdV3%\e/̬ӿ@ߤ%[­`PS"]3%(/O} 䭐6IwY) ScWwmUɫP<eB1{W:B@j(ǃ-T>^;=mtzRRn5=_Z4B{Z/hji4TdxnQM#wa 0Aa) Gy)N똣P. hab6JuA^P0W:xb|Q0TOUuMlWnJ lSnU q[_\^EEwN$~BIVv)[  KE d|42wA‚RHJDRP>"`3%C}WDAĎ**v{4iSSC>NV=~_}cbOhLUtV莕ջ nyi-Jhaq*B0^I=c8_9Kj.6YK[mUk[%Q䥋=Mj%YY^ &Qlyi TD ,ST-c4[dmӪ(p[CxEr(X؞_Dۍ#6&`GjPZ(o8 Q}nܸef:Y݊PoFhEE`pr`Q_[uW/ jBf ^Cѿ.MKFP%hrKՖ9#${ +V r1z'g L&Sn|oM:ǿ~Ȑ4 2ɌG5R3 s TS4x9T*q͟ȶɃj8yhrW>kZ#T ֐Mwa4 wWuTyj W)@;i:}XK܁*[U,s{P;>yp=>%\#1>]gxc>! _i:6^[6-e TWtK(Hd>POS;S WڕP@@ڙ] x{-:Rq=7|% AL:Zr1Sr nT[e*g(Q>.Xb|,qĖg~%էo4?:{Z¹60Fxk7#T@/30@dHpW8i#NW+-߀ƨ$"Xy@x{Sve]R_8gWxOS-#F5X9 SR`,м͈x9G[D_^xr h^C/1"2(jeՆ*sZX{l!]J n-y49͊4]r7V%9V.mI}/UfkG0\c0.&e26!"[[w;9_&ӑ1x8{/53 s"LPfH{KPpA3`!"(w ͨDnמ3hGԪ >v⡠mG ɉʚ@a҅*/lr|{DUnK~w365m|a/QBfk}{.J (|@|dM+P-Z@o^c^⦟hYV)$# 7w7B4>A5/ A:oGU=A:䧦x}WL$k@J]5"`rV2䡆y"hcDopY۾P?%MoZv)3Rtͳ[ G(irU5;OoMl0"/̐T  QÚvsC>?:٦=2?[='}M @|vMI}X+NKSR// \# j3E̡su:v@Z[؄Fڧ] $8A)AbCa47 &a_І/*y| q\ʡ_ѐBQtzj ߳F VAF ӡdaʮ5w[wBxئ)H7ʠKPb"3^dsB9{N@RO!L6jvf/~ 4Tx(PT*̩tSkw;" /Ry~wmΨ:?h[fAoa1>< *ɽzѕ[@O @πJPĺGZ R@WU5uIM[|2C0{92[$ܽ-52qCrsHf MYӬl'uJo,6$Қq@|&(k .TiJE fCZ[cBJoPuV6 U;kd2ʛAU /4hQG5dPJ'_1(ՀЁwI9kUF o/5ح*7{ȟ_{D1RQ7:_bׂsq]q&܍KqMB"Y @y4d>P,OME;F }^4 d[:H~mx_'LU՘l]&!x#pYE;x r*r`9Sf zؤڄMsC`N7Py2B\#/F|=բ%Ic޺v$nFqs!=ho]É:f@#",Oz7䦙=Hj=)l }$!DO<| ՇQZXbjle0{ڏڏL<0K#W8iVV#cU = xX}ziDxBYervǩp!yU<7 Xa=hHBI*#gNJ,nCmY+g&Cqj$dxMl;z_cf!'#9Umҿ)$RcM{3(h_S) gkMǪ(;9N[3aCr]~-% XɏC2$jRHh? bҰn6n*/d߱XU W{yKd u6 ,5θJO9'Υ+Qo5&'4b"[6 JHc2Qo7> "OTsH}h((t" ۇi U],&7BټGm1=EI&L?JYӯB1t4@%Rye;e%ȟa-3f~&UI$рDktAձ5;gG212jx h1>6ζOZE9+AsH=l9Ak~^? Cx[Q !pif i z2zŋŐfq݈EwB8a2qnFcu\bƶDb9ea/-Vq^/6%."=TESגּD6BX9Vi1LU5>!e/],_\T*.ʒiY٣{3 XZ8q2hU`lq/ >tn3Km:͕_)x+O kpaqNe㨨פ-aYwR))"Y :19xSӪq*23gJcL>n"(K#<K?Mn Ē%^PGQY{<эnGʘ`3n?`vGMMҒq!3ǒ#F\#.q~sc;9vo7T ) Cc0b=wɌnMϿ1qp3αzZ0g9oH/S;[@$1ιZSi''̄WA ~Ze6O:~TP&:u K|a&Nh+"2{L6> LWMUL "Cڛ LZ+,?0q)6~r#3K;V21$ϷrDNPt&5C|s{KmdgtdCg vnPH9` |,8Q>D#Ev4.9 2QJ dY"(9Lվ$*ڎ۱t`+g͘/e)Ԇ?j=//up?vJ`o ͬ[꼛]"yx#i*^ a]23z1r8 P9b6K$9ջb1(@uJrjj?ҧA)bGۙ|'3vݩH;Mp ވw[3/ȷw'0WՉZsxoP^K!@2g~W8J" - 2ffмMA񖸅${F-I}r]}@kG m 9'ASt84u0x}o4%!bg#6SJc=\b该9wnX'_`ry0_5e**# 2쿹8ȘWѿ%$)ϖ<ʢaFf(U f7 dYzXa ҹ-5vYN-fk*xm߃_RҦ%_УxCer|M fD\v/ilV@7S\'hl0ͭ¶ٰ H2zf{.̺;Z?+'pSt3\s(J4mW5VcNΏ[h(cWH4wMꜬBWX/ +M"^՜.^kp!hVF lx:loT Dذ$2N-5*2  j '{$u;僲ԄQyOnxwO*fz7pxOɗs Љzƹ}K1H2?2G<\XϊҼ58U/I3}<:d6Q_MN^4I;D%'7OL PVC ˿d'5|ujڗ2V[DMqJ:] _ H "ðϡ 6 ASl`sXxj&P pW=*˷w\oA'0ϻ<(?PE |iG[ߛh&k.Pa}6a?p @zF_w fIvn_v@(Zc9J{Y|rAJc6!E9)X3a =ʱ+Ji!𺂺o--;7=2 %=kRr&L%]ߩԼjM`+Hm$#QKÈP;l܎:K0h2l@^Oet5V鼵iP;GZ܎`]Ǒ muG$X=E:"/,йӛd;PO@?0sOUn1H8XzM_ro(XJOdʷ0W'zɹsLXe!e@& 7` W~>q0A  @krhZr"CON@'%|A,T v=ƫ9ˢ9RIbfUmGhvv@<zY2У2 * YWԼT<(hXQ?#b;v= 8iϛ9FQXoYŠ˗s>!,5-[e IvDze JLr2NO?3 b&A`@3 (NJ6teH/k \mCݻc 77\U_K '[>A`҄XF!c.O:-_4 Vl~ 5LC3jC\l6t")2.QOă|+oEVE`uF\lyb\HvuKl0z)[6 (H$z ~Yub^~փZcZ|'F|q6f1^MG B r.%Eo:ذT Ȳ60I w6v^'P/LQU> n(\Hۘ^g3R~]x_?y,}3vj`{* k)?MFɦVw[;y G~I呴6 !ekr.^Y>@M(ֵCeP, *Qg2a0 J7/3Fr>tUgmfS?_)6N-IĽdeeZi*j)t_3ӮmK_;$Tҹ+HՌvVa +;iz3D7q" 7ȓI7¸(aRnAVnal+݆W*;//v[ lP+?Hy&P:~K_R̛bŒn$zŽ D2.3WB[I~\|jC` #( GJA/ r$A^Ţ nj꠽UĵxΨ*љLG^uk"{I`3wr[0Hkm#y%FٙUKSG* {s-tRO ,Cv||PQO{܄P*it U5Ԣk@W`G+:T'A;_h=;2r&h" #ȕPf^\vBjF눛hƕ>tixU,¥eKa9&#y5V㎷"bk ;GM׮HJHeב۬5mB!)Zۨ z\ߚŁ;S/I<g<݋(kجXZO9:/&HBz^+na.T j s>׎6D2Ww7|%V3:EE61 ?hA":\w[cȳe]yIMT LfywNL }6}A25@n9^kE2+xү<.] A}1V,`DTG^нz9Cփ;?D[ JUx5h'."iSPbF_?ɷ!P׸ un{ץe PWv:H96A㎇wRs+2⇓۹-pkSaD7!H[I*2 8<=ac5WPƇmKAsYuЉ \{fl\_OH22CTLtcl"-Q#&.9qu,El/09ICi+!ur̈́ShZ^8-]1sTն Sʒ5.UAcPkI \*Up4费nذo+|ƻNTu1GZɳw3;pP2Qi.SN!XI"ɂ6;2ɉ)s I_}.1V򓖤K—8H.&of߱IIVSܐ5Y]8Og ) Rl6z R)/<~<&ᢟ5wV/Ȣ5Z٬-ҕb<ӧJb*(h*z*2 (\7dAk/r/X;Vn\)T6-7X*aBooNqӜ,>H'99w+L77G0PD9` ÚQl-zW@keuH#bƟ?iGX t0rw^&1!S1r Ӛao]ꁫ8hc@ TM: 3-lRY0$5iU6p*0z#gvYL G_J_aB׺#&嵋w.r\skqj^϶q!YNh[|xQ@;;~) Z=nz&UeOT '~;bv{uPLT8SdznsL9?5V͕Ԋ!T%(|1}1:=k1Zpܖ.d O)wVOSAzhŸi} K=ޅΨ<'9D+7E;)ge[e6<UF; zkQVFbLн ] -oBZ"_[yz)+}Dz7ĤǏq{j2`u,X2`aJ@܆k!2|<젙ҿQk[ j'1|Ѧ5 HN\ 4ꬒ^VtDH1%Y?(zc1v4 *lU1I<9: ަIdM6drJP&(tHjN.76B/xoA' sƠ6< Ǯ.(E'b1Zɮ&Cήx=G{h „Lk5ەLJ0&/6"S v 꼂8Z6;:806cX9H8w/LC%kiS /G𪀻,y/3j Nք `BL|%*faVvѧ;fnmY2Xcܹo}UDvp~2aAlrx4|buRy!sq ?=M6pIA?'׳뎨y'wp=e*J)T"! 7}4ڜlHQqm(,*8 /L88ԓa!$$cbPqݒA:_x"u\4mrSP!y4cya_kbͨgn%Q)Ly x("Qwxm h>䘀a09Pv{D\C?0STwUGOHlJA+`U0)WF:ffzgoShf·4y3 ?:5UR@N'FoDW,aئ>MͦiL6F[6VDs+K.ϖFf:+~-5ZSiJu0$FE̺*!Sk5Fj|l!{u/zg Z`1u"ݔh~u?^.!nPٳW@em/%!ՙekL'.oĄ"^;z>" |K5-Ԁ*dLJ;$ՙⴔ^n l ,@ԇ74Პ)ϡa&j&2񣛎!){e3v twr32U\N!ji0H!7Uփޗ_`5i%a},7:9c7m-hoS9W? oIyƓ–CDNbdH< <8.6'M[>2>լ$YhXA≂S~ߗXP u> u'El=վoC)א#rkuoaؘ|w4؜-IҀp2(tFr0ty,qHK(NM$JA2aS>i{j!N҈[C <8)$ɮPg7Զ-KqK.vgZcD\ҬӴuUK4EmU]90_hX6f:.X$*TI{9QU` Dr8R3D4#-VckY42i Ŕ+5$fL(I5 PU\6<hT-Q_6 ˁ0VxzZU˚" svk ߷bn`øZ3Y+9(JUe"摓lo8X?sægF|f`DRU,#?A"Ɔ"#!c/ FTs_"xRͰ9_,tN*W.n%_?aF<2nK.>: rA\4dS4&pVimnX&g6H/#KL6Q*m1N#6b7#3Uǟ4-x"TbzW}EEA(GCStm[Rm8d^>f;fҮRHZ-J wRvW lFPXU?:;"`U (.vouh2Sux~#ZcĝŃz^BrQ}d|BEw#˧o0 ,\/$KYJR+YFY7e1lTh}]te3Tq#W RX<ڨ1y7?3d@n ZX1wkQe$Meq"\*p&򟗯}c"),(ku1t+qenG0EW{<1x1~<: MàBL9/{a9 _niג?St~G/!ƏO[ OEkJygA̾,Š 7QˎV-F=Ҟ|&_ia8G(..$E2#d25? 4aOљN_+KW K[foR}j)GYbx갅ځ;# RPAnF{>12@vZ\ Q%"?IFxxDW95WD(u<*1:抚D'oRnbP~%kVpq=}_wk?_VC14η>঺Ҍ" ")lEJ7fp%l!Wu UСõ/T]2]Q4B݊+Z ДsSyq ҋ —t7ć>lp$Oi̐~=qԗPHW僗u{u!1hlѧ' jLb iM+xx*I.jl GJȊܲVƁθ险V!1\3ZM#l j=,> ˱\.)k+eAq y,{Z 8ok%Y0ZM\BG:NN? %6C4{ <'ڇo_u~;m9|DI'*|V)~bbeѷFJiTCkH#V0Vǀ9%p w5=$מ=:56~Hƚj~ŹRԜ+f>]U. ,z?Fs( ༲XfusZZW~is2koԏ@Gr CpK;L|w~GȻ2~#88w+ˠ| s r0 :>͘[e*#J{t]lAN$3BnZ~Crnɤ 9:js[7@[R[cfjؚiIp.qsi]r͇MQvjZIи*[t+if68GTq rJ%iczJ,$'Ehu wM!.j6ēz2/BqA-g[Yc9Gmd*v6y4J ~?d^S./&)oIɧYI_{OH}W*a) gF Ƹ,+G~~)5I[RF#x1ȖZ5Z}wOZ;W/#P3iGfÃV056k|ih/!юϧB_J%~7^p 4}Ƞ[ Йo1qݐu l+7DSAt{g oqu*yk:, à!<*3A}Y)(O}h wlwH*Kޘ#h!oinBrD :ÂZ+^-c1BdtqE_5^tf$huU)u($D|ܵT*q`۔y_Yd8/H֘BJqjj|J_{EK-p >y x]-814Tˮ&o fpCvF*&2*j,D ijR@+̖:0U|iŒ8C2N&a0X 8 r:YH@Y6"2&K]=; yMDs?f(vN$6ɥn97_Z Up6>YV>%'gۏsTSLy߬ S_V jEf*1E/m8vug΄Gtu2Ny\P16{Cb6#"T~ iUtIb]fI[HB7^ [飖|M;:b$TLpVvaK1>O.j0TUJ3N}cR@|NwUs> DN=uk-&KZ VE*|\҃`3N>w￳f'd[dO+XlӞÀoj NM >^9)t(ܜu.`=`T7 ׎vs*,n.7lMhU !^]-_~A%~usw6((djJ6WSct|JQՏZVQAzԓ ֞"ӑz0998y q7KyGO(ϰߚBާ. Arqvb$\KqE%UE?*I~ G wp8y͌BZ$"A%2T?m^b,o;Nj_}ZԙwV͉2znvgLIMβ! ?)DfYy / Y[7-HN 6"LjrEg]X)Y.@uEO/"7NR#. B%<^F-,?I;iڍK|S&G ~L%DM(*C>T%)rrHPuM+hąSqN*{9ӭk`ٻӣXCUܕ.xNc&{e"iO-Ϝ& q^L2\IH4.h[- l:Yx?xՀSq*wmkdc^qSHPCIBTgUkf!qCsnKܙ{F;I݊lykS fѡ0dqM/>Ȃ@zuvPȈp!z. ,H.W ֳ|#/5[R҄ZƽcjÎvq^\ 6F"b@J8JZfUe9]i`Rq/بK+ b̨O'&oG0EJդUW}m,|y9G.p^Yh斊܏ޣhּŦ(`Q+@Xąa)#z.1{*OH ?1Z~dx#ofQf܅@=JكPdwCUK%̱QS;R'6}:eit_/еaW˒]ǐkwP`):YD$G3 6P[lJ"'VU*1}7u/u "3_Uhfy.4ÛR&6H[ /б~v(z i?J=]pl9 >*s5w@4aMLx㗛Z\KI0wx1ru}P@QhuBu^Su v>6E^.I.UWowq"/\6h=״zj 9H2v,1h+ Y.cL oG>/؃jy}wW,% 9z"8P}I2--)OUT.dWyo?A{@al,e&Qޱ&+m-ȢM,jFCsO6wm̱.Ed tza.U27eS:/c|(d  BދLB3;(f,=+C:|#Z#R3KJt |b)=1 ™Eqm-3[Zߞ B];hR]_?p1psPFV5LE f?DMW^^u V2} '/~r>6Usf] > @ ē e6)rک TXd'P(qkd|Az2? >~ _暔ךp8m{WhR;_Y/qS{7`D .`"_N-|i#A{=Tu Ʒ :ɒ)QZ\C"j>7Et^AC _Fm] ӶM.|-JW8-lK>dOs.y/Ph&Bh!;>$}AA]UŴp{4eb>܃"5t,ӅO%pC|qi('fc4}/d@fy[-#Y?d*l;ًK(Yo)6k%/Gd#%c%)HJ#Y$TVf:Xd՞=A%"ƘӃ)f0=+.Mhk4ѭ269)X@7'}HBV;|S`jEUB#pYOQ ]HAa5z3n)TF3\K#! ˒Ca\̅[vל3YH}}4q2l]f0%{"M}j!(;69}L-;Qz01N4G4X5V'\c^顫aFQiv3Xhyܓ`n ĴLx#Ֆ^ǮۋbSsj d!L`T+]tTm$Rp-56T V/O~D>ɶo2r Mtaބe|uq"䙤`u++ @-#}I#Rgo6c U\yVg#@́S,bQ2}M_g NG;~Za5\hxf&J ]}8}Cl!o6ujR~9ov&*yH @~E~XhUdk$W+y+tjG&f F_ڋZjg)?@ ~RD&DoHT]#YwR #LC m mq51uFl 'Zo7F elJyTtϛ@OBƱ>lʓ3D޾TR!(nl " J:\9˭S<ˍxpJ>|}J>6ǔkX$a}~i/FjQ59w;>-~?&L' lkXG'wq|;{\ά)/ԧoȝދ2\JNX8SXvi>)CwBx0CZLlY"՞]!93%+WM{+|̓xs.)+#:x[=c{(X7`AJt_C:z t$uNO2U T[ր9o*J`;T9[:H*lrT_Nv<ҒG'#$zVc:Q(#@c_,-\jUcW{Dߵͺ$F9ێ 09:imOvLBJs'p<9u0~j;XZv;z?"(IGKcs!˅7N``Գ&xIRpixp9oap2F.9UeTw¾ѫ6J\4lA{%jjB$[=6Bkty)oX,C-#1i~7 16~9?md@ދ(ZB䆈}>.)e3T-Ы%'^fy7bK5do]%׿r#n@~hURw%&ңvAK17O338s4ef_XR!U b'+"A*vFNiUw!/UGo|l]/61 }υP wx\u5Z~FOxԆ `H5vOrEAgƓS)QA3p!H@jM64a8Cf-*uZw͹[I9]y"mZ]iEѫTHWRKLv'=:|jy4*/eZFU\&Suy*н˝Nf1y,ݝme l7\HCyJqZ\ԥp2T[)N 4bE(>pewcQQ_ˏwՆ/1i3y9|EWyeՙ0]_|JDhCa _ǟuy~i$\oĚ).,x13pAW=88/W,-}" pQxz:%r'b˰=={kܰF6sEEMf Sl-8WE-w?&Xt9Y#7Lͭ[GK\o-P5|s5Im 0 ;ag"j~cMHM^eB 2]mt6K 'S+ *B*Dg)P kcy|ͨhsyHt~Awv: vIt)=g3xٟ/na}8;Z/B .؄7Mb<`k:OB0ImB )(O4k;FW2c>K~[RN~JAh3YU4c϶'?vV TJ<;>jXKngWg=۠vcо&-hEU <jVg|PR Yo9BSa<`Uʷn~wA8+9&_pY6 ^ds^v7%2,^%bD Jø3,z&+gW6,bK_ /2늴d 5J.t] UX1R5ʑ$Uk 6PP $\Vӑ[+^Y5a^K(qj'Fݩ5-#5dF7KFQ8m##rPMGCj$h Z| w9EBүD8Z c R_zB'V@g% Еը #*+yMJpy޿-5/|ˣ 1{""}.P2 f!)r<ҏೋZOkl5RHHPIHcr\eF4Y, 54rARx%GM\\t'tb oIf9(xH0 \{u6ƢOǮ,ȇ 2Rc9LМ9}旁x<<иAJPo].lZ{ H"]ᎊ˒ =ߥύ|h$ȑFOb">xvGc{@FE]C7<}lz[ 6WUIf"ѿ& ó!mH>_p+=P;#ӇsRq\-caxHsg*؊!.EK9.(08Q{X¯[+B|kLw/*TR2ۚf?Kyb&`~'< E106#w=pЇϹIpL0 [eR5ȼq?Э-ǵMM{ѰiT\3I./̥tz$DU+cԄ(U% ~\6Ԛ+iz۱Js3X4/ A(%ho:d4`[𭂍Cgryp -Tv ٷ mCSS߶.L1Gny  I@TKGб:*pY /Fٲ}Q0W6rLm-N%߲ZJ32YF3K^K3$(f$}ӎ&!a(%W5 ɠ^ |,$CU g4wi-+[A{xXUPX]ѷX{xMhbd~G~>%_8kj|W:k$Y4ԝ C-G ȏӲ1pZAL[GvihǯޞE+C31k19捪dz.]JPam@O-@/r4x!^r|4|#y@RvjLjjx3gAR5Ni~)6ч^`=c#J6'BKMUrMK:\Eh`B/m5y[}-$ ufol]Kق\[j}^ +{&W !4$ǬYm5-<"γV"S}߿kE߯oAJ!B{_kh1a&慙K5V{[ \5J܆=N3\8X(y[M o*hcQB7|e,/ԋP~},\|1ln]x/ ^ᑹĹ()|b=5h6[eJu<ákl3C&8|epKLBdvZ6dD vؚ ˑSVU%r$闝C´K AsL 5sYTwYY>B#BWtOZm5U~"njK ʣFѥiO?6>3# >;72[)ڈ,4MnTwf\_-=E[LqJF +Yڰ_@oDWXni2k2VpQ<'*}M[cܲOGH'} JY![pJD(] cI2 +% ֌An0 PCu,X60 t³)] ~ ?&p+/{9DȗkF\"ޑe;+DKϤQd1eP&(A~|Wx\@hA5QrgBN)MJ>4SCHOiG{KJ/:Liъ~Q'mօ̣ɷwCo#?( |rgS/jta-yB >F:}{zD&ݗHFw0>ڀŖ|vD P۸.+ ?/ދbZXF:$b)a`8PETd \٥ >'Ms8I7\o` B n,.r{Q3l@!hsIZJ6J2/tyO(;J_;Fjn%v|j) k$.;Nt#S ysj*z"I!Ž2H%R 30>(aHegOlwa0VsE ew6"r'>~H b켆U:C7{`ҹU)ʘT A |-Gr5F|҆#}puc5MXaUTG;boiM/bMO /MvFUTddՍNuݓ2F ͿjC4gw4/3k4ɞ(w*S `?83WDN;^}ZGw avhSbRot;9FmF'y)eϔ`mȈ(eySdR2Ð0HvUHV` +%QuˑgHCU"Z*ZCIl(fҞpldpYMWH$ ɶo{C(vJ]`V%=!,O Ktkm x{U[vxAt(zm$ᚢ\̦bw0c9Jۏ~ڐj*zj:4';Iz,{b)銷|8F6`(hor E=u~%U fa"@Y!E| 6,,IKo/ۗq!gVk=q z(R#8vdL  6>u6j?%q25JN}}9SӾ6 7!,G?߅ Dݷ2r4^[zR˅6ƚrᡟ6[HXG'48*6 ^/xxוq$d? ? DV+74!Ѭsv.zw;Ԙ)9'AwU\촸,{?ے)>o]/M*LOʹ ֯B |F<-fVZh8P%?Ÿ;Do~A7 2~T G TWG1 ds24[֗;g֏[S F5y^hPF}5VvoMs͞^+RZp10lS-bTQGY?"6|3miU4+Ή%{5O?lzo4{or ҌҢL.E]<'ݨ 8ɩ<}rM!祎At҄p$7 '엇l$\ȁĘM}_saN^ܕ!]^nq|jN_jT;ӣvD;ŵ iqEWO]TPULH쭲7ͤ,,;g 4D2ǂ4/V݇ 6w2;T1Y;"¨%Nk53w ? ɪ;/{w _n'mA0tggڇgbbj?*{틠}IX=34c *z(A}[)'DZovjȶ0g> ٥יS| w&$XMx'icJ0'hKo#I};F1.-On 5 ~lIɸBH䜍X9a Q>Z0 355F{s̭ QaRQ2iCm_RJx%hc30ڋcYbvX9c,qM'_74̚`q! [uG"hh>!ը5K{rA.ZzZ3ٚN,-!QJ"a׽'=r8abbjns\a<ي ^u-yW^&IrUÄzk{տ+#.V[Yv3~Q`} uJ+9F:7b"גk/RGsDN([|LKSl묃E=)@t'BmTei> D4VQsMz+"<؄x6sGJ[g&FAu Hl/niV0B#zsh@*873>K^4(f%{z.Nk˿58zJO&1Sā#} ٍ ƣ>,x|QwMhzH_>,/ڎ?ws;;3𶋱-R()彦OUz @Md8h ou^_vT ZGgˏp0q&XJЛ9s$b,I~&)/*dC/ $S<.Q;\Wvad﶑*ͫq% X2)u5Mwb&qOI+٠!&tq^ bԚpM%H4\%᡾=Gs٫߯_7xʡ5/\b y?uy'y$UXC.fKW mpYoH}zSan[19;>9QG͡E;8,y N ҌY L3M`6ӿROu늏03dK~Ĵ,rxꞎ~=1Vn' KĬu{1I p 81m_gUFc_i/Gh(GwTx &1YMw]| ޾b>Tw7Q`A.s 'B lXո)6`hݾA7>64j>!ł!]ì]I$AfqшO>w/ޜaWLћ1 VGY> yw)̸rs ^|U撏#,lLݍ^>c^JY+v"e36RsM~gW"]Eۯk*"֦ /a?s $ )&5_5UbRBe=Cctmyv ]ALW q&D/cyt|`1=8g??%W}?i)84q ?DϷ\9a/{}GWڿ/Y7;ki-Ӎ1pgG,w+LmD2hvF)r} rZʮVF@ Ƃ4`[4aK#oi߀[0f^O 14B cĮps^[!~uAERtH&;3PqwFtd o?.\aXsn+K~jJ!g܃ o@_.#;哚"*WDϑo&l5Ra#\-$υOpAƦhLAĺP]/蒛!Cb=X_(Kj[+/4=At*so6N]"H88̙~E/O's qU"4Mh5[<u/1wReTxb` 8|D]0%ynL]BPh۵TҊj;ߋc}nÊvy]rA k9k U >UMı OOL]FI1Q!Y=&}{[%mU%PBoNrTOQǺfBo[;Q%4f-^E=$7ݓ<:i`g+^3x(}ΨY}pksEJvU+P= nd&b}q{*0"*:[M/b,j̟ wBY(s,BW@?ggkRk 8L@BREJ] 2/xΪ^TP*OG'EX[-j...wg]*5tVP,1@7=,˶ vc-9%_t'Xuj|Ąh:|/=DHsk# >79 ip -Ɇgq^L;FKEA^Eiqox;[|} e@IEPx<[hA[̔!ˆlГM~C䥦v\A 5X㷟Ew')!< U= 9=#h&QP|H6<70|D #B =of_|'f)r\d3jwQO2nmlH}ؙ=y΄*۪.6n"`aИ#"0=·')3_|7mQ|6h,1)+AyMo? d CY:5H^E]5BsuFe쥄 bX}5`_љuYyV:BBb1u A y Q(M\L Uܾi8.!oHYyL\" >]׼5܈ؚxɫ05h{ z eak4ʷB2yn1H^ JHު~ i Չd}QY(5L ITIEfo[3IxŒߚZkM}F^挬(ڲRGi?-J2DZA%{ݠ*v!7K‡3P/DWq#- DIF6 kQw?Dr1,`rla^$F4u zLhLZC7d| 3Ӯ:ѳ1VQhkY_[pt^ S"CD9 2P\ ŽKQe¹nBWumư}5^eTܲt;A:C1qu6bX B# ӌ0$x`Zu usX#<&530 Am.<^+O拼1is<÷nx*5N%﹙^/lNʚ7֨&m7RW sHsN7~7Bwwe}h@wq^wfP'X=aVLЃG/hX5yo*OWs1ܥ*ex?OUo4.z3Urv} 32Fcm΃Γdʪ%ʇb L!4 SIJP% 2ԯot=Ah05T{Zuda7'BVaA0#[Χհ/{!RRs$nOa2Cs@ P5B)"po{,S-..xRLa>h~x.`*'=!oƎk}/1VX aV}!7Uw+j\~Rߟ+ qFh$02_\ `nN9IOaj08zke:, AZY.+G@P"R`㩡'"AdĔEٸ6qaux)bu[bvU 'o8XUnȜWPqoF3g| Bp{Zg\SIh(ʐ RiBj$n2tjo |8 ي%ExY;B[˛v?`˧ăx Ėc8ܤ3-*|STI2v: rLl!')e(m֖KˀhBT_/ C6:jۙzC#NEaÈWdTrgIE<197)Ϧ#L*FHWtWB(WjTkB$F 'hYj4p_czU)_~[!?^B4[RhM@P-ӄ|W X!1RLyD+b\m#2s}se;V7~u40%C nIXsv t/ ~hgYFGzxRy%Np$ES[qwt]VمZ5xI%9&ɂnI#m:W}!`ʩ%h߽k%:\1fcRǸuxY3ڒ1La@j a"aoT%U&eD]cK`"&g"G 2E5+ 1͆dm q3$.d11ӥ_',#TZfݨCe˩ .90|']R*?:;ٜ?{2k>8vv!d?[̲{0/7ܷ>Ɖ SJ,64'"Rn[V,X'/ȭ3=èğ0z T<`%k%v(3EyRdU41HOO8r=3l]v;Xs4WrlْJ*XI_gXXNkm=7&@Np]}q{pr6qY!.x5G^oq&Ə$2g00=k0l]c_Ni|8 ^7}e8ߤ<\-U)F|˻b̤4{ ׌e^.1|]td/I)x熽n0F쐞3]\Rg! g)77v1Qik 5Sㅡk`賩cD_ YUmR.] =xJ#yDbduf&W2#XH* aa';gJrx"2g)CmvsMI8yuSK9הÍm3zԭpҡJ̕(bVE_k_Y-LuGs͏S. mYwekq]i=I"?{o*܌K \*ߕ"oA#'HcX4TwFZIQڥ6Q\ iG˞Yڰc͵:E@2 `.S?Pm;Ksr4n|NjE&^`d Y8cy(nz ;!9Q&:st 3ظfՁ׵)&*Ҭ5(R\ 4`F4R훤|WF  HMbdMv6|\)9=c,lШk'l#2 NPtX0F1nvncGw 48&sd1TKc7W.Gॴ\ ӒF7(sf&oRi9@d>k-n%Tu.g7׾O}7|za~PDM7fj?28-ۡa|dG_.na9m)Gk"*Z30ä "4_{V$xA1T°唳'p^l:9DF5\"ٺu(MrH;y'm_jQH-xgSMbcoIMnȻ]4{B$Bv ,]x(9h"Gfcќ[W&qjh<6|iq3@L[,nWB2{#sgPd b]VYr+%E\ZdUml<{~7]S>XaɂpLC:oYur)]8Z';gRo zn+v<]!iC%)n#Q% =P?SpJ>S$l,x#͛o6]Q{DnL}<2k3ʌyG 1:k0^(`wgBVϠΫ&+}?+< # YiJ^T1Zߕ+͈b/Vm_TwLE]:KoKܬ@iD+5f7%Z0ˢ҄RE!!=]Z2e l"vf:t,a3<=ehjEˊAI4zJc-ݼntj:l]lTK+?ħ$K|_{qw&lo{T;Pτ59 \-3m'u+Um{So`TpRξ{Byl/rEs YA;h귮ˢ%կLd䭥J'RpZ;j"ՎHi}b OkEFL&e͋gː.x}FP:kw|h)sĉ6Bj}x;eI;Pĥ"^}ZK@aq43!ჿӦdq[{s =n?o!}ﯝ&"j;Ǹ6xr$~pHr 7tţO[&_/&WYI)*/D-&(k=AM:хCݚw_\ýqwђ4T\*Ήβ2>aQ3;v7xÜS,ɤB-":=sɪ*`LBn#e!ZQ*NG+N_z'P~їz2Hv4 <8=+˖J ̏u Xn3E3#΅(p]S,"oCsV`N [Y?Z]01wU|t d }=#D,V,6/< H}1,&BX3C)Otw.]C\?ƳǦeo E@4pՕ-st}ċ#/ w> m!+ nB7\HuGRO݊29gm¯7N!a.Aڃp)Jfy]OXpU}K0p_K1v[Atۮ WH<>u{At4X˵0vA(nt]pK>l"xwC-G/v:WtWϝ)|my\vqf)33_f"]C3z@ G&ϼ0ʨ~n|G4Jکjf>i|4cd%ڎ:I͈bӋTP[4)dM_?AIf<J}n9Mݛնf}=vSv߆Y^j3\h܎)[n?]/:kTC=e>Z5nms`7V B`+k[T\?!G%]]zSFE7Z2O6iXD[K3~69b WW;0,T[s7=,JZpKj:[AblVlڬa_B1m^M+)9g1/JSM҃>xCcOF3cwJ# >՜n:qnjVYx3Ľ:(hHд&H\D*t3^6FDJ@|yc>D$?B.hv5f&r2>E;ߪī)&> 懆0G[76|hXRv#z3$5h!U1̊YOST=_0 ڬG]q"ɾ<&kȔ}5P1+QV>Pe6[qI3L!77k1Êl,jց;a aC d4}Ieĕ"XנW7#&$8f._9Bɖ*Y$#BH98J}wSAD;i,8}=ڡi󧖺$ - 3WdPVT,-Ġt@#@j6C*`]KcNSU7 R ?$I*2!}"f,̼"+酢ڿt7)0rmʾdk;u$*ؾ$i+ ;sюy)_fO%s}#eK+npߕ`2H?u ?QBlH p~ֿTNkiQMR(ݬxᗑ< B  %`.7"o[T 9. =RBn:J7܊ Z zoFTkN[֮wavGP>V- %2?yOΥ.p@ pҙ (vq3E l؛LEtW$nj$@AWсk&2PQq u2/U9|)M߳N* *SBG1mV&Yt4%Q1RR䀜V6~>v3YuEG\~6_%Vu7ϢjhmB @Fзz:>STA15";9(ir]©Z}Y`TAq5B]>;K*`6%Z͍,`5;^[ š"yx\,ɗ^s5Ԅ|<,U"x8p_eU U!Q2?*;EʳµZԩC}e68A=|=,W XY0Kxتz6sfV%KV]2CԒ^: cf.@Ma3aZ'zݔ-}19h_=~~a-\/ j^^G<.@csIμ: Ngj ;%#V2 Xo1q:~Kqo)E^i2+ *7r>8> w/8R"x̷ٖ{03 3>?*NA`$r;3zHDZLVIxlGjZꤙP~tG0w˃vmtݻUeK)|vXw!%X{ xBg`{ 5(`j)l[ .7}w y>u$J+zf%WHnycE}_#c/\0KK:͉\ġ毃*7# o; EƠojш̼rV|ȓ.ı \=iP-·Lp+_GQɐţQ ;[)ը4‰,+`~|  [MEn%]{ӬܚbVCBf1ԕO@Cr1ZdKQ'nCꏹnruCl%wj|K$j Pw\n_՗GuzHXHF 7N{T4^X4d[KYy&aV?'$bR,AY|`Eh3)}\9dc3e)7y"f7yw^eYS0,.݂k'cК}؞z\N 7 6>4.n6͜M!ɚjӐW >بS_T0bQN7gh `0pd6#Y+6x"iraPu׳Y's^~$)6pvxFoa{u1|aϔPӞM@G-A[roZIoͥ,F0Pݏs6tR w$R,݃}w $u[u/##mxs!04* WHʉug <4kE2{֪PLF&jX"N BTxu%Tugnݱ< m*G{TV..F"3E̶5 bPi[ *+E"3pV#X 0h1eL;.Y3ybF)av\4b/2©UNJ/ޘdHb0ylgR"a ٵo _^wz7r'Ky#QT" ؿ|s[@Q&w>%1=y/Z [,ڳ չVآ50,]By?z lD7A2H/B4*|xLMWj, G<9HhR!@nLv1ܙO yˌy0k# sHPr[I3A؀J*7I> i2}ē>h_.bVBa.,6#>J6$AF_l5Oi3ܥhrIl]F+ζ{\!=B^XE/*1 /}#) 8vB (&Ȋ X%I{ia+_|lضҳZ|Ւj$6{6#vkt#bx Z>xԗ[ŤԭTˏv옌 -Up˸3(x8:+0a.6fTJ0uϵdy*To7"J@4҅Gӑ资mi[G14gȟj;]Gck[ Q $423AWnb:H]gF<*G@.P GwÈ $HR#Dx Z1cPM*K1g8L@YTvY}}"OۧVaZou 8szϯ۝끁( 2-I%M' U#Lg [X`Mت*8z&Q9\IPỲ|+nSSR sPַ2={D%A@Į *[n9EHa5W;n3 nXO쾚G1\ ΓXEs`*KRV^f5 r+Ħ!f-O)]CL3YGbo*hgl I*ҾiTgK)y{h&TϚY)}7FéLH`NjtwrMu<[Eޑ4q}>}oi9[#˓rlrPsa XA2RƢy@=}QsFA"n8*ؓXoRSfs |#nX'SQ6c'N🿸l>H{Uo ńQ ͼGiG؛;[\C¥E/OU@iwsZ-w8b6-!m3 3G@ʤrlԠ?)>K׸qW2^#"onwl`e?ChKїJYa\fgxff*T>dě kzRdZ.E8+b^Ggt$hkdӮ~IO>1VŸȨ[{BdW$p_dZ/E +߂ _0_e:586%;YWC_MPH1#WL܃ B*0?4I{)NڠS,s{CĞT KB`ǢҔ7jP=nj72FV4'uB~" ((f5AG-tZO\:Me hI'rnkdT3Zϋ  9[oji\'p׿vV"U&D |Ɩ ]Wt*Sj E5`hg$ߥえ2glt4E]i-neg2< 0.?dBPؓ&/*qJM_KWӦQ@k jK>%<p[b±fKfTz]}E(09T_ 3;v#gTu>Tɨql B8l`FO68+1kwpBޖ!/Va}=p+X6cb4'L\'2&E'!Z8EdǧwEV(Ϙz3(TQvù~PtV,s"`ŸTھ~_Vj:?r2H8yaϊX']DHy* C;\ѤaP>VV/RL*ǾC-OnnXҠG3(ĵ{͙f u5ÐțwW-%?y/yh~VEyAV(H.cwN\ LрƕJM.`3ۧ2c&xi.G j_r 8?a/= xS`n3WΌ3/I 39r(Fz+fe0Lpy7pkƷ.4GBGi9WFB5d3$<.̯6k!}7)~,) f$btaa`Ox$w5 N A_xf兲܄UQ663ER5S@p6o'ows Pp+/)_(veU&ÿB:5mys;õŤMJ`z}#an QݬX1˲Zc9خ0fH|XXSC`T yכ1EHFfb=^Z=?p;w7Ә>C^ 1Y#x 4g9q{=btNbaRs:V4:jI7&\<~^(Y̱Qu\Ʊ?X2@YMg41Җw* q9ɟ g3RUKs%%Ӣ wCnktK+]i:D(g}wI*f}.ذd|*"`mSlm|e'JάB4Dǯ }{ш@e[ɔ7Ndžw!47=- N.kNA TQ&@eN4i-h?/cZ6Xu(.MWߨwA&#P8Y<}m+?4r+a|ejU.eM«,-TZ3O5' |1q8QQ FGb$߸D4Znd$ya~E( -IpVHyZpDG:P@ƽ1p6nSۿHjIotV",>9%  52Sw&w&My>^wf_XWK- Ԭ^Z A`u[nRSc cjw-#h۔Fvyv+^YUoGoE~ce΋ջШ%GFv/gBehȳˆ1+ qAxyL#ƌM@kj%va e:vUOm  kU\*[cW$2Hzl3l{%"3i;[[ӄCL6[yI}@czIuFf*c S*] ȝ Wj^_:p՞9&S)%+'NnG]xC,?}--Rcܮ/paʲQxL/+QQ6|ɹ 'L:C,mg Azdnϰ[ /IQ"z代7qڽҲ~a͒ll¶D 7{;YqGߌ/#Eܒ@o; J_hOb{1W۳xs'+?`컉*Scw7vIPHߙZ6!s4(=|p%8FTlkj +6{7PGD|tOhd^ޑ3 hg7ӕR4Gfq~uuaR &n[jC5jTlqs60"!3: d "\d~$=zҁfTbOY\k&31U.!VB4|y&[o(&uN=:Dm>6uDF((h-//k"^_˹V^0)YNN${35&<}g#>]G˥QDo񷹢27621q(<ҥ+׺йvq0ّ.cɠ-{p#LS& CRʼnt X?sqA #aMIxz1vЀhf ŕ@[kR H&C{dvy鎜/=}0~h⟰AKh}z4ru89xǔZ/',7aYpò7[esNZƼ$_HGp"R 6m)HI>].j"[aOFpCݧAHQ[jbѝ* eEBa;8D?>n J;P޿rڋ+~C% 67Zǎ?bI/u.xWthf8;7MSl k6WK]`&~ _>&-ULP%HOK;HK9Y9DYVij/$SVd6ӽI5[a_m` zm4'F:u4z= d>aHъڎ#z /k]8{;2yfI{eumO%Xsڛ+8sY|59i~GԎHK` oj8tn'Dmxu#e=K@[]Б1gfygl͙mM }MvZy}IV5i)OD=P򉂧zzq 0^FP'E++2x0X)JҤ3mYy8H:ΣL0[ï 9cJYгk9ZoXoI=7< ~Cva' 9Μ߻ϑ1v{@Ka9 WӁ;_fRQSSrqj*Ֆ.WANҢ.he8)W٭5A,c .i!IPH.!߱P9JBQ,_1a㎬lsQ-e~ }cXܾ/vX[_A@ռqID` 0 l< !˷w"B_rZJmMsBiA+gOY\)l%7:sKaT͏nplvsȠ6-J4 ~@<:wQ1YMts_i9]3ؓg&gp 9KY{ɶ-'|YGAMkdQ|\p3E~ nHt_2.ң1H"coiedCiB7# xZylPiWyGqA^vdyF(`HgWj}n;0Q/jY?w{5^+OEK,Lqr 9\Z{r?bˌZDL `˜WWV*54y;ع) +jm K13,&=)@4}iK'negpGqv 8=FݲaeS&MFF;dhbv]8zE+v8]5DO4E"4V Lىk@ ?/U3a=Z>kZXe?wsϲ$|/RT.E>54o,w'M30wP홾́[ 0*2&,.Wi[[SJ}Mظ!(GPoϛXQFGbXu gUU=!o6cpn+tι 92z2\E65V׷8tU]TT* W٫tY Q짺\_nzڍm,߃@"h6PeQ/ت*^7˛oIUo#HԘX.br}}`ĿG̶a'RĶr藺!bOj1sOeCԛ~`^]=Qz\^ˡ녯ܘ9}CجW>2$Qkr9z7ծ; iD= #庞N+yJ~8}PGG#P֏i95!W]"j%ǘxr6^*<82]鑙~$ׅh'epR8_"-,+X|6LG2\i1#.SX|W%Yct6\%(63#א^/< ~uo[I ~䫼\VϜ~(ogv&!;C׎\GGuu<3:jTȒ{yO&O5}/cdo}!q}p6tn<ujцGE[A9rΫ~9<0f62G[b~,b~!GÆ1X̵<s-o^tz1WZWZ]548ړoMa<vI :Qz5ܡ0e}U|6_yv5-Zoo`#jͬ܃lϑץ(.!n5ouվMݟ/ ({~jG9tBDCcҥr6FxF-Gё>1Yk{6WIzAymIݏ_<խgC:ߩrv2J70m{5?|@Iyy{^/#>3 \֨{ ÕQMп;o!WHHHH^H^BCW#o?B?HX! {n|`?|FgTڹw#4} nHdm\&)bG8CT&~YFƛs i-^<[%͙#FG6zW. kJ>+ogn\|"/cjޥ*ܑ2M ftJDcurvfKKS}{dm-ds[_+펓ҩVwn٠d%r먟q[4.FԽPŻ݌H]&Ѻ0 0gbͮ'l-ì _CK|`-`;|{ahs=6?3ekܗgZx`VSwPcyz-dMK⾓eL*jDc\U7e;ә\\7^7%٦TzYjDk*Қ& >l >YXBo5ۼ8O $PTMl_TR2`o6;" c٦TZ-PF{"w78wrdY+NmӖfk2t!XϞS3e.J~A۷stMM!,*fd0e/99.H5CtFn^ &0' B1[~c@ʹmgһ_ @-ߝ1玣{ GxaeJLÆ;.o ?/%|֤0Da,RVZ؏R8sZ#d\}&~>iy03UGm+nj2Tk1SP3fSy DNG; {8NX{F~=x{7zb;oc?˿1?,Ɨ0/*KN߂Q .R[EqYN }kIt_d2.O&,8Y/$͌q0^BLG_5:E_zMeE_&[B S4W Ճ]ɞd뇄MPR#jV&}mn7]\aN k[n}~{^-BKu.k6X|6r;T#/TGnw5. ^#Roy*R[m*B{t b ;/MG%xފWyxՕ _ _?_ǮZو]ߝ|]Hk:DzvvkXT:oS񆫟\-ϙyh1N$naD[;t?e㗿%Ava\v{q;9 rDos~Q.csvsLW瘲Yj=!m21?NXX瘎1? Soy&.=?ʕ><>-'w:}Kz:ql~Cv Wmu'<2) dWۑJzo)Gdׂ)~ե Ggq>=4lc}Z^9 kOxRXxk{Y`:kOܺ_Z\ Fu: W/TSϯnMSd G%Ҝ6=c cm@(btU85c0c2YQ&a'= DNN0\_'^߰! 7 E]^||w&k{KgPky֜Z(_OK&,Z<U8sc֬4U\wҦ_7DZ۔S}ܛ OXS?D k) xV)Y8Nu3NW&N'U/KTr~Hf>Lΰ ?կ;%7֋%/u,̓yu{&╵,ȖO > \k~}^,?ݛ]qsFtOuqs2+¾vC&Q:-Ѕ}4}ΙbPD} zӶIg偯FZJ^6Z'jqʯىs1Ma3^Õ DžUF-f#;50#ޢ6wNdAϋ A~hsόiJrqŝΙh"Eۉu$>wVr]dPΔrMbicLzysKq`'/gk36[[:W{}vsw ow19gHy$G}nEZ3_:ׯt,BZ?owQ527CPKV,J,RnUnYzPr k<}]X۴3B:U>Rn0*VW5e)C`רkf&at%aSDsB]kJ/ie.jk-?]c5zD׹4Uڂ j}ʽ}VOiT>~[]7/W|5.O$ϷB>?ٞgٙx'}F}\SDCP?;EC]h ڭԗ;ikaZ&Lh0];Cu:7=\{mނw+-h?7{:@8QJ0XI}ERƶ!  'JBƻZ}H;;t`A]4ƠCA7q'aĿ:⟲w&up۔ؤ~et wL]#AGmݻ6vӻ1)=uV>lnpw:X-=)os7=U͟{AΞ|7[,TŶ[m:ﭫog; j*qhtlݩJ'Nݣ8L\vw_h2]A0iTtӍ:= t*: 1Ą^܄:í?@pvϬ "QA=`@m,*<5aСTit=D')W{ Wv<=t6a Ö9G:H7=[ ` FLt"[MXWGCaQ%=ukĂJ!fʶ@=-X@P wX =W6;z f!i\Շj!12[mw/f7U׭XvׇɇEc֧z!}vom{(zJG`on(^(J/⦳E5J8K"!#5 5"O)w]>IŪ|( \MC 7[qtA!u 0.:?)<סc@s Dq0#++w)6vдW/1U+\7an:F۳vEeQ٩:c͖-S<ƒzF_}qL޲N>0mAJ/ ï[Mrv4`yx4,ӛ3{=DTeX}r[.Ejm!F)tNe.r tZbY6`Ы >aN,S*lIiVttB=TGo8 ]l@us@/tՠ "%)]~)7?/jЫ@tӚrkv- ,b4 s荢9z!56;nq/т V]S蜃(zKzBw]nn?n=?~]x/ JnN-abO0?X:q7CUЫ4BN_e(~>!J'woW> εZ/KaYBU)_gH27r[Q?u埢~9߃;U(Ji]G/b+rK gh|Wѭɥܛ/Ӱ1E7=u3t]VPvS lϠ'딼@_/OnYMrRb^F^% Z[ǟN{|%('NoU0N|d E5}N;6\}zm<OJ +>ykYemeDolMx~r*Kݍ7'{vܾѶː? {똞~T_z:OstJ܉sᙈ݀ԏJ^4>q럧|!J'/ी/ #:|%O_yA.  WWAqZ2d߀~ & j/b{K-BRT_r]&et!:%)G|RwrXso-L-Etk]k6.XJn)=nx^_+n*G-HyS67ݼk*CJŻ#=>=~}~y=ݐSRtʑ]jmz%.Lt2-4 ]'ހ3} tdD&8@&8p>Gp,-P8,41@+H,Zf t AjsR :.>8b8ɂSt` $P>8|`%j=F.$Xp @׿ ` U>:z n 滵L \23{~N'x!<'&0-:rzS4OH%#* P tт^ZO} 4o`:X^xEQ|ݽQ hlZDP;{ F & Fhy<;،@Ǘ+"黄3L("9u6e`;qv$; R^_; g7` ەa`*0`O`/`:Λ0I?pΣ:Nrt] /uuUs( t":us.BER2+|p!pp#u7v[ޣ8ww.~{ "/&]dx3<_G!smSa}Ϡ R|)٭Is]x E/+G-朇~}6*g:جos~DIlQrWB  |R{Ч-@]3MJ<J1O"y<ցKț|Xӯ AVτH/ A?d8uF[1h Ϟ)Qf'6}h]),%Ee;?{k?QcŸ ˏ9V4Ȓ(ZuroF ttMY/NkNi)9;ri9m4ji]׻qYWXtUCY\Xόf><Ԙ&4][-4*7'@1 9ݫBMR! fLޯ0YneT F4)jS!zGԴyǔ)uSȥ'zđ㓚 YPOir{7RЎ)1#(hcͲ{b{¿y3i0M~E41bkWAݳ;yUH^ .yXĖnuH`[qHp/ys2T-yja6[V,x~*PEJ<+ yUnh}nNk &}CD"LbW(PK-0MDYavQ:]@YvQv/ vK %^7Dp%>QY]7z8V[Y6 6+j_ 1t4ȣNH1.?"{/B?d\hE,>q1>rdFv399!K~BֿGp?}OgQ3R|Ira!^ ./GE$wA) 7FW[l]?UkZ=))&]ezDcQο$͸b]0IY'/01ӽC ѿ>s̢6q5v/>s|ǹXBC@/l˖&pw5~kއ_m݇_1!aRi`N´y`ABNO䁂_ u`m TN_Vpt?_7/ xXrGF%,/،ll+`o R<y'-h ʷ$1yC|AK*U8ݚROkf$ݷ=*?HBDUB$_Iw}daeęӄa7q>!Z,^7/,_Z9ECY١MQoBkش+aP(xXfɫE$c}(z)m)2ib"!'YQiZ,g(Qп~Ε82u3]c a7!pM5 6io#dYc|a̢/6_||x x'`,.k.qr J=}g,9!F>< b+[G?:by=(~f~)~+_]uݠ]In&n ]gG*꟣x5q_l""@ ^!sKT(sa0V2m,?Y&waF(EsVnswN2f]˳s2C2zݬ5qR36;W2tnIr,KY*%v3:$]b>^Z/,k:Yҿ6 O擧F, ѾG`J lj [5B]d{e"XJ,lihGUcN;.u[54Om-.SqorH^ g{G!VxM`¤Tj%ilGL̮r}'%WVDv}؄+$G46.ʎ Nflfُ|N֪(vHXp#2cG{>o p<䗩uIN˹@Nvfui씏HUM\/۷XgJ܁<z\Rs왹,6lU//=tΑ%0OJ~O|De?G-P:۞~YPԳ :u>8gmDujXwf{,aU}$kO-/V5i=TEOgL 7u~k1*I. oWPfDx4*֮:A^gfve=-a Acnײ\c-ݶhi4tZyAv1.2hs, 5e$y!V7'?5x^® 8{YH߯)!7Ӽt)^O8^t |ĜP1_wR|!@5 ߋrnۥ&Y>>hbbU/;v~9+a%F)L4`Guc 'DN XVS]bM*"pI@, ׀K7pn1pCA_Vjuox] xuuX'%QERݲ..˒ I@@%YeӴM:NlGiҤ$M4M]ݦݴ:U;fg0#gy].UB( ET~#79|WX)DIDn?¢DTʶ<fq2E,ZlK3ͣ:X*OǺY ç|緌ʳhw2.\GT~{pO{pUw4cLt,zzG!g2֎SOLd@1Ut[m,?KOFc_EijwwBe5V:cٌ[dj6XwJ^=.^h4Ǭ҈?-1B$䦴31jUsç > X'gD#7C\Ye $ "XME_o3 c,+=~%RyZ簍rľ#9 3çUQgƲPbR4 s%c[ \&뙖f݅M߂\[%^5lx<N4K/A/jtA݈ߍ"?wB!e];}s㓟CQˣhpP=C |I_SWqc_*_1mSmBomfqr:p:vVs>.5ϳ:>2_Ǘ؁:&0N|:,mc3^%4ec7b=2]F{P>Vw>,s?UǍ UM&4pPMSq\/WQm&恪<׆*mÿĨU#ۑw%;$~y7o8 ܟ*#ﻐƒe|w:b'3R -g֢Ŭo&C6-KZ:hyA5-tNV Hx3ćX:#eN#c{c=-|Ɉ<=W>)s2Y#;wy\ O\%ŽWkcq_3i#ir}&מW ϳ}i-] `9쿀_W/5675 m`hGC?%὞W,FkljV׋/ y<%Z)B࠵#ڈ'o5F/_kĿeױFz=l}:oCH]!xis ]UQc}--^Ízg }_ډgc/o눶ƒI/yN?IOIJ\S RejLv,z\WbXjsWNyǒ?2(T{ zǒ r|qC,u\As6@4D*OgG00hV_7)鍞tϤ9g 8ۧ3 9^&\&uIuy$>=4;FUJ]gz.crn QTF֨K }Fbup%L*f.ISv!wZ, ۾̬қŶ;/+ypyR"x_)Ufqu/w=~еۿgܔ&\u5fzx57xn87 :6݄.psw7C.P/3*mUWg[,;|E ( VTh hk:W;k=8΁w^yvzOq_etn ]^f?;,Nf'ŀJ\Z"Dp7|{\K|@ %>(KWڛJt#qi:: ּP]['K{l~zT#b@Z^}_ۺRH7=`|q-Gl`p, 5󶫆ցip:jhUC|`׼ºXyٯOyZ~tb0߷ݷ;wOY{v_GJͮ eI-Qw;3nP4"ƠD|N.rYs^пy`o]{J{Ͱi;^$$A'R>IMM|iO=Ey飳=ޖ[]-4~s njcY&ٙ7EmҖT?gָ~/Xo^"Qg4!KME< 1鰤 ݢm?c?(ChKd-C>ǗCxQVXB+vٕڞJ6N$dvõHmO#{$ZCTڞEc}=^۹BXjm!{=m:L5!ܿS]v޾j{SG dm/%^xKAn \7mG,|ӘJA>SHRlWє!^omk0؀v进[nZ3QcO ? G;K!n"{גm2F Sl{\oq8bnnJ_dW$oho0O^B:K9%-{$h1Xo1cJhW2{W^v%ڵhנ]v hףmB]h7t`Vg)omvQ~c8C3GuScPU|[ /:[ 3}ݾȣ`v>Q]ԿzJx;DEc8x_cCbNѺ>QA{#߃x˥hZ(^ /^7~<>Ewf,M}WӃFQ@kPn uG' QYj2j`4P؅ӡkR{*;p(m8P1^x!ii{3 ٯڮ;\pA{쐿tou_1D9O͎(c(N";^ gߦ)om[6ަcoSQCW%tO=/o"v;h& ?<#UzFwԣ0uO}BBV{A{IGƭӸ-ܛ#"/_xqi*by'"oJEߝ"T@+vIg<^ү#^D?_È׌!m|Zr>9؍2 L*o7GDi3^Q~2ڇQ ޲QlW>qګhD{ S{Վj'0`8000\'0Obp?*F`l`4 sY§pE K `bX4` Mʰ\ j`wc `Plaop883ZcXb1nXp>@\4s H0|Յ`@~ 4`H3d YE.,x~8N*yqx0j$qq\c)m1O?@y~8s"my' w2 g[3 @Z~_ @Z~><~B uK[G(?C_> |b(}5# >:ő)  Gg(E7((o1Pٟe\mwl1fOܿUe9?!ޯ-7÷^ex }}}H+}g_+n2`OG 7,o0dÍ݆'}x] \u}=f- i A+H /BHŨg4=#$@̾c@;bulcp!Ćر;KENNs U~UhFϹuzzgQ*bqJT4`Y޸nN?"8UPtC3gϜ1w⎫b 4%w?Zu}RJt%RWۛl>V/ӱ4̆iM6\jG}0LU8-Zah \|"BU-Vthm$*#/S ~/ QmE8c!cqmT8mG)2urk٣yƃg"x&n+Щ7 &{d׃g gY>φoEN ע{>'cd.T |Cd/]n‰ZsEZfŌi;V֕*w'SPJt*V+|v~8}p:lx {ʲO暎չ P%+BnQ& r?&րVPɪ,nm'!V7ۧl!3/̋G+\ KKK)Bqc,Ev '!oS bs]#y?=džJꛘw2y ^f7X1PqNkZ)Koz 5v#֪>7TȱػC=v uk,} {TG^CB`Պˎ.}/9.e:Y(|N\ˍt]W & fr Q汢m[o`CN =qu7v>G;=>Gtb?\ w<܈#s| q7v?Ƞ?TmgY$#3Ko_v*CrP:ϫm/h|>/>|>Y, ϛ_׾ |k=JU:8|YL%s~}MFϯ:_J_ ش #x _d휋z~k%vmp-[7 ߆Z^^$kkk~5/?@OwR\%cD 裟">hߟ+稰9ȼsTV e3 ;NJo UԆkȏg'vB%9{_KB9摊jwmp$EuE }]1>HAh =A\Ǩ c7[1%SY+m)\D ɵy KT%3IKN!##]nN625W6W:Zܑi˃X'$q\25>?m=uWI?khNf88Mqx@q5g6P*$x\(ڈʝ^f}GX+}}wd8vx:9Ьj42'7I12?QA%2n?5mɆT(6 !of:lRVz{GfrYJ^;„mN7SHGT*ӛk=i/"P}`(Fu&]?\e[2Ύ1ڤZ": !Hٷ9IR^KI2vk׏39< Ɠ^`֏'cdZ?,lџR3t #-s)o=?֬bO6Soa Ɖ9?rkZδw.jRfae39Ǡ<&X:VYiUqC4F)Tq(O*>kޫ&i~q -GMn>͡zg-l!w/NX٪1޼.ۚjHoN4dZڌ.b{JDt+[ӌdQMmߘlncj/?8UA E^ty~;+}v4J/rtz2bZ}-kMEԅf}"άoׯ 轹'J"f\~]?FmǗMh(1hoJ0ْ"vm6K%V8C&٥-ie&ж(mV _%~v,MdC[!,J!IDh{/w؛ؖXMV)Lm*JLcHJωg~#n3XE[=tWݔSLr?K3B73͌ghiqЈz+l'u+z]ϧf} 'n}?| *9ٯ"~5:sܖ*E.=kK.DX>u.>H1c!rq]0#fގ89ɶCQ4n})a]{'Lvf:0Z={!8,Ϛrڟ3ڟ7na@߹E%Oe}+Q:"t>[OR=w"7Cz }X1s4&~WܯYX~4{TSWf LutK&:Ә)BVCD ?w'.8Nr@(?Kl(Ӂ/1q8')+ޟPquW˩-%?=ũŹ! R5v8K#A*Y#|UhgBB!1Znhh焾=kHyGqox@#Pg~>fYCσ)e^1$9)ҏX 9.zρQ{M>岼~]T\}c؏"| *o?FSIY ٣8x9ܟ c1ȊEk_SNM=ZQuT !"wTSq5#(rAy2gĭ_ -olй@:t! M T8UX7]`uax߬rup9t.N[z"Fޝhy(|]NQ*ElAy:O4+@s]z 詠AWgB$G|]naO=3>z蹠瀞e5Ay/=tH:M(8V/d&N ^Hታto/#,*v˽8::Xiz 襁/Ћ@7>փ}"t]$&a+XĿn"ߦbz~r=2Iz.%Ǟrok͠Xp!c5_:h5n /뗃w"5{fѽbs,K4]ݗ{ 㰹F M~o2!?&7|~X "3̃LJ=3Oepظx\ >,]sFPEO.מK99=rB_ u1ӯs36o!zO 1ש zi:ɞo^ywz7]w n@/ ۯ"|wONYk58GzwzsAЇ@}t?cT)cԳ;G!lϡϖOԐ4^rɠ<J f%>eqЧ@}ߑs~< /R$b/gHcXj-G@qY1xTUgLl?9bFo !0Ё!À FG c'0I˚f8p} |., ,Xp9R^8I hJS=X-p-p% 8[@ڹ9g׭` |cy|혇ۭ Y/pnsDu@ ,9ECMi`+כbB_k,ϐv! -)G * t.w V:Qry~И "]rw <<(`~ QraG'XGʷmzx³@u/xx^@D"z~Tv?EDweh|BVwp}os>\ ^.3õuC7,>Bx]O @}Z^..Vu.x хEߎ@tsyۉ&,| oц#6LXpe\Y"k 654mT>q[5aь"L Kf4Hk[\8^Z ܞh$e 'ukK;RuOTV*S;! )xTMo@5ki\*B*PH\8…Kor8mX\႐bsp$,i2yo""tE%?w_"5IG%LGKg5qn_*_L|[A="&D&I"D2IY6`F|<Y`jǣ^ #qY7wӭN9 cMf}anGی vy+4la%q9yk}6/?,>#c G!6>@]#q7⋅X"ofTvoz Os)SKW+߷yI?Cl!w!n!D:>bi^*'ĥZt h>BMUፊ,ӔF@2*rIDa56P2-O\TxRSJvEKgr<Pp?ƚ#_ f k 8"܂ n ;xV]k@t?֪O*T(RR* j?H_|PBdB)VҿX_Dzo;&`d2wιgf3Q@7ۯ__h>| o040ZIՕ#ְ[Ǖ>|W l~H'BDTu.Ld p a0ʯ[ex\gs^T"DQTIUIQ-ɖ,2K@@G)i|I&/13g[ <{w߾vz !u_7ɱcNe,0j̟YQ$b9=>>v7Hy`.֌2L|rzieڮ2aW\5gWbWy{)@:yy?>%˻S WmгER*sin2 \=``k 7}Q/=Krį  !{m`ǰ8y)잆Y9ybΙ O[3b㘯A}s)\_WwA 4l_ S3w[n~&oNg|K||G_By_5SHGƭ̷OgK>p&u1+k!3#xyx=". 6h,1ĺXK~߷/o3]b3n"/lb1~Ebo۲󧗌mY7:s沎*xV u[iVϢb^O [p>̆gq"'t y{$?B~<蟀)蟁9A~%~bOHJ ?"}xG!Ys%t_KJt"Z`{G =S-cӢb]RSg/XHߓ*[oˆ`*Mps$ё~rϵh:WS-ٓhc貖CC&2\r)C~}IlUqNNJm pBK.Vz8c*K-Ia)wVB{J,;IV'>;]ۈ -sUp7sG= ׂfULgсhR.^砆 Uh{͊rh,lɁ>ph⦑oWX苖D̉Tk@O~B}k:Ι|5%\tHo4a9 ijalsT tC{+Vm@ W΍N; 5=JeiiSGb0:${ܵ-ZR/-ܖnJrSAa;Im)ܦ808UyY<#jz#( SuQA{%ch.R:kge!,JYT8QzM`56C&X)+&=mgCTfQ{X"V{] vdIv{ڗ׼[ M2/h>Kh޶ NSfBa|wxPV;k{yA/ C0}$o?e>ö?%/Cޠs_LzJPF)}WxБj~_`ַ:ĚF1VDQZF]'pC(E)}('@aDa[,S4y(p(l'QB)}hTr@+:IQ%<J%WHvz󿢣pa.󬩻F);r¬U~g}٤7 )~V_Cy}Z_4雂-_|Bܷ=dگqhC%h5':\͉va'" W0E\3(o&ʻ(PA9r[Kk|Xm݁Fb ^n7cGyG2_ǒ~ h)AMMf@` v_ = # !(H!i06*&&NE~ \\W&$ ]@8U@&FPB>} lVUUsuj5Ek5ψdFCX#`N03Ji#0QZ 7)΢zg HJQq}ӌH>GSH DkX"qxTKo@yԁ) j($Tc/\􆌻Ċ}Ņ\.fܬ JfǹKDنIg__'G/߿}Gd[|-?lq߉,BVc6940l,`nv'{O&& b6d΋rQ~2?ͯ\> =+ 6%Uѝ Nu@O`_Fqjl}:su@]FL3Tv*d 5}t7`,\ԛW' ,^Fж6vmmRaG6ź!x?~ <~ƞ`)3AGfQIp$1iwƚl8J$XVOSۺE$vP3רu2"o5"l~eulU Y1C>0뵋%;A@'b|ue _70+_?mKߠN}]ib)aübs-δ\vހN!崑sKgRZ%NJ?ai^-9Kh6MϦw-4u9RHw^Zm wZw4-w5{-4ݖ]M~K}MAKMaKCMQK#M}%}OSܒX~O\cdkvxX[OG{wml f.sIHpn$ͭUT/y6f .kkPɿD^Jqg<瘳f|2g\pg8 p, A~|  +_~d del?!Qb# FnKat&)ĴhG ٬)DSCܠۄ,)%Iǖq~g;X̾ k1]J0uBqiҟ!7D<8ϗkMcXP=LDX^gIgȄ<o!߰ZNN͢&Fͯ]D6PFli6=̠8vs}ys|np5GYJ@Ri\ⴆhzn {EU$ՙDYEn&~vl tgf.+sdd@.Ky*wQćw{5)oYtm`,XϨWE]S8CsSgusʞ]G}q2V\h;VyM .niF 'а+a8Y6 o#ѻ‡B&+!U:K|Ϩ/h3x9 /1@@<8ƕ=5Ry}O>_ CcNyL92ܪ,]֨he`~^LeYz:ɄrH鼁V($mf@|#I]Kr{պcjpFuL .Ashْ:\aړ^#Gz}dZTdy샧 -{M:4KxXKoF^I$%QWc3M(= _zɭ%JbBSH%6zO.^Vwo嚔"j7;3샲_鄐 QRiQ+)pٯhd/!{3j=^ϯUb2Rɕ-c ~ʫUp \2]_vzz?!;g\8-DQE/ސǜ'1Q`MBn 6W tܖFE.vM_A¿ﺶRUj<1]93 $HFG2Yr~=!aEmE-fXQ7V_C<әm䱍C!,qcލc՛w[/SFw?i7l?~bXր9<>Y$Ka% Vy&}ij4!eEWV_K__BoO\"4DY"iA4AdG+s^)@8d eI*".H LI=PB{xX[s6؄;!\6onw}S'/yٗ}!1ΖL_3/,'U!apGG,1G1H#EO.~:?>}!AId)M{vW`O7:I J)_ZLW'5n=J$Qbo2 cw:gƚ8)S(&lun3Y̧Sl' SS"r1l(dCU5I_賒~MoHuiROYMmI}R?^{>@o[zR;AM&S5g_o?[c>߁z_~ |GhO(uIZLDX{p]ɜ&cM_#"ձ7߈8[I|:Ժ[CoÄ"y+-_lz♍(#4a9~7!|8JS)Ռ+Eb_J78'_jGN_\]--r|qZ\%la93J|~CͿxjj|?k$~ b(ßw˻ޯc.z#~tKRYfDi&ݡ{d¤WF KOT͈1c n IlT)x"֤0kj0vD2ۻv{~>aSQk܌vDUfO@ŕ3;7TSq;/|w2DuKt/Wô|~H`Q4 a|]iTM@ĕ >sy.7Zjj}tZ-@<^Kīq7A׹|ut\#l7G?)S[cbL<{8T&\oqFdvQ{ E^^ua6y-o=lR}i ;jc3m/"SByR>ZXo[$",3dv1&uGڜߗs0VE9g?3g̟_PI\x <=ݞ8;QJ7 $52@H+(D`YBXWc RcPДlJhm [`Wž} I/c^=?_5Anxb```f`adb`f2=#Lt -,X? H$d&¸zF&@L@.#T$#57`CN+,IMJrA(t^ b kc`PA $ 5e0@_r蹤% $5%E99zEzũ%P%h[XH "3؛ @ʼnQ39'|Ԋbϼ L63Ax]O @}Z^..Vu.x хhߎ@tsyۉ&,| oц#6LXpX,][R6*J8-hF`v3G`qRu's%*uI;c)\Q=Bʬ,dXw]c!Mx[S[_!@ _ ol6v8~p9$K†$MG&M/L?4~;tzWҹՕ|ؽgg>t}3j_kn 9c~9X5e dhF'l*Co?rϗRgm,_>m=% Y׬jU1?I|}~.27XVe&K.FKUG^ZVwvJ0[Vta16ܨ2\=kש\>([Q F9)WiR{(O,&c+LUœO[BpXQDVJa>yd3+Iv3d$nŜl90&mhc湇17r^&$Źa\07m D*ӆNs/ynvĴܶOBKnE{xG?ɡq8>f'wO/bm춑$Ry #C\^q8{oRc$}R1ށ}89IcN4?Gc-aS< ·S_w~O)NG!s; mx0WrE❁K{i+!^"^m]W`e9~`bz6_cwY6 W4} *rۇp^Q]t1#o"<>Ui߾>̑94<~T?cvPB"Rl/Ict=}k P_/Nbކg{6}欓|o#=U8?1E:<61)̹݌O)?Ch_+5ڣh߂g̹gsecM'J0d[HfdS&ebt8Iی붍>0jd3GzyEא_^ &Td/b` eͮ, "BA|qi`&ژ_,Jڵn]jgi4,fNsrSN(QF,E2e,l^G3n#+t 6DXDS:$+b]Ln]2mfS2Vfw̥ͭޤyS69埘.4W۞fKPZ]=I)J9 yAyv2&n4#r2鿈ymUii3OuSg:a0ELب9bCg{3O+gš |{8 ָ[׽& }L]T<*~S5E|`2.)k.lXԦoF@?e%5C?eÉ%V4`qg nJenb7-S]f^FQsx0ʔWءV(NX"LxU`/Ǚ~_OhTbim}خTe ?ݹN2ex<>?8b>>?"?cI&z{4eRTg1\1c{"1S iC. 5*_u״F3s^`}XNT13n}7F/rfef+\W 1hDXM5zC>zkz}ِ5GK+qn[||h:<G3ALIo1B}UC.IM%3KX)ۆRk5 ܔ45L펆Zu,zomcq9UPwAM|'{RQ-k>sOhjx?CL2ſsuTь 1 ea*K4 `0^Hf{T-z=h7݈vW_D"mq%xIJzr%-vAxϠ\vmϝӣ‡,e[E[|_z>зuYgy=l,NKĚdJxz:>Ko$%ZXudr5$>Dy!V:<ޮwt{7:%"%H.O>:M2TF$MHć]9qg"yF:!OW~11btT> v[D{+d;mݐ]=!׺JjU%/>^ wBv4 CA@!G]c]c @Cpyy=0!ȃjiQ#72[Rɧe0@JvN8c9֮dJ)յ܅gԣ$<)cҫMmxWQrd1m /MԽ"{y`O[Mi3 Aϐ^9\| < EH'}In69+W!/C^)=[nc9ۘ;管\v^&kW!o9DלoCu~Lakx7|S U(n?; Pv#^0wiTOݰJK8+qǼoC%HTM^5H &A zh6t>-EI;<`0 M |0` Ɓ };!S? !&` 8N MW$p(4p@= 9`8O5 Kb\Mw\&*{ 6_@ &-U6@W7; Dn#E0 _@pms_"(H@Q11'E[<tu ? De'h  <%X!77 o-t ; t!PG+ /}}}/!axXOG]c ÀWІ@R.9=DJ5&qV*qVG!*KU :}};Ye̛~ޛ}&XF0'?fiku}Cd}8rUTEsuiXHҨV_i$tTnqioN ޿q]"J }  #mRFDdW!0ð^^IG.=8's8a1~#>x%þ M 0zuq[xds Si2AYWDQ~ے.?2.\{oy|} v= a;A/УUIG>!mȺOHj+m * VMɆXXXVW]YBW~X99<ͯ$a%i"Hxu!ۨ­ypP86jFYum)F"8MV٣z |߭tz59R U+R'e`ѯbѬdmHϒ_'ځ9ّ4S*Ra CORx4jvZű"nݿ@\c9b<!93盩֤WֽҵWvX E߯@& [I/*@[{ U0Ey1RxWOqI%7 Ehtv__6䀳$xA|l"*Q=vRQ&E;,-Pr(1b XfοdBxOyy^D)ĐOnGNGƇ>p.$a97L_5Pt$ 32rII^$+OJ8IP$C I>EBnY[1_qX'i' m)$OWrЙ4 9SpDB%Tv篙^w9iMV MeZ}>`8V $V*PUo"%(WlΦ2ӿ azH! 1D  0b`@g &IOs)4A^B_'XЄ(" V4A#XB.`  #v 4+r]xXnI.qk',  L<,'ą/{=# eW{zqbڑ>g V( {<|t}ehzW,Nq۶\[n(aQ Qs@|a+5ǧê7؞궹Wi@G !@|7RG XGA"䇈G1ҿ@>.RcHr3{~] e=ݟ>sg2TП%>WX{.. :3A}Uac;wT57\%L{:&s%{%: 阛0v/K>8d PjVӠgEx|]^sjLTc&Rv")ͭF<0`qզsBq"ʈ3^břQ4fjR՜@З+Mx5|I&'scD4:3aXgS<hnI}&(W=c\#fPqv+| Gq^j`=",q3?jjRI'#h`]}i*ٱ1`>Ṿk(-c{,sTSMeƘ:W5^=ǺljXGOM,ڶt+k=mjKB/'Mh+.qyFED"Bf$@f Y$'g^ PP m @8E8c)Y'?PRp B ,.-ķLDPQd_BX5@r,Y#7K'xX[kGI,KTI8['NK uKB_JBe-mhWIJ)9*)༔B3xFZ_hfugd?-2,f&?ߟ|7ld>$b>{h4pr]ĿO:`x(#unGkB.v&'9 YC^Q{u!sy=>zs|T16㹬~OpƲt7]@ {r"~QMz-]ۈ-SmnwQ~@g:_>H6.3t?G|R4#J$8IӘCD$2\PFtK.璢Q,yy}}Q I(+DN?|`3 njg&sD4IK\Lމ^ú}^ʗU8G#ѫ7'.)h#?Y=v?ymhjQL Oк :˕le-Ͳ905Y1En ң,^gX3xA(sig] ( ((8]lu%ȯpRfA25ޅ㇛CIxq" J鶒 tz<U[VPޡv\|9]#D٦ok,jIJE c䲈ny^k~ձ|Zycj&P}еFObNPߞ8NqbX@wMXMx,v ¸I0[^!.+xȓsvH^&SWsY^ [^ G΅PVƹ)UtS?kyLl<8EX3Pa[cX@<v|bk:A!@؊M 'ؚ6={qdD xoAg- Żn}Ф Mh4>`҄& ҭda]Z/bg30 %uwg9ߙ3%tbXJ|=:;yӨ|-!鄭$ >ۭ7^ZO !&c| y&AԂ2` >xqLѾ pQǼ UqE` x5nJk8*t{b;xO.Ķ.uCG2vNP.Rn J]4(u|{ZPx a'QOW Noi%`]ɥAzN7d)1ZiP>b_$z6NtKfbAZ;ߓKkяŲ8,}1rN8prNV2oKװٜw %نN"&eH$X;M~PCv-k:Kjzj4̃Akߙv؊V7a~Q7>CLHqoyT!BXh}FPU&+$=<3񙛶X#ŧp,2fSyYIMw&jscrnUa#ߵ$[c\]X$k9@QáWMY=GaL#zP62V߹x!xY[oENع5MZӸ6R"DUU*RXr;%WBgw;;~-h(,"1SE 1W$.H|2_?x3[I cO!O:%~a0L~(a*b~ypk@}4_|T6NJğ>]sOtY>J|+zx gxSz,{3܋mI57&uM2dia`\+Tʵ:WQ>!k9]dE&2]yBo2ǎ}gFK;n`HB8vyt7)~-L슿*[;nn 6DP)Uo@OWϐf`0⨟1ܬyehZ֦ Eg|mwZ%n7-['/Tw+M|nNiK(SzٵUO4ll yS- SUn zq;o`GLyZ6'a^cœHDݣwJ'(Yom׫[umwAN8OCAlΟ=Ɋ猰Vo2wX@;"bBIv{ݺ0GSLmr&Sy5?-2F #|AYVL&>'WxX+y{^]8ᓩaunX/oyo7mXtj{}4ݿLnBVmj{ wŢ%Cud#^>Yu̺:/P܆#ir TXY0?K{;ZMDAu\eYRZsVr85,QY`z8d<,Btw~xdjMZ3.V+xXHvޙ9!` s6ٝ: Pқ_ctDa-UٔMm a?[M͈:B;i\;/o~`VqCM͵9ZyhON:n'ciQ1'4O`Qm?Pr^zƝ~'f,܋J7DvuTCך%FiiCG;iosJ?6ysa>t|>Əug&#c;DRPm ;ACEGu(Zk]qϛcE($. cɤ b5d-r# (0f(DL2L[Y9Y`(0}@s TK e@}@Կ@~\af qphd|\aԿ |p߀{ -x,.e~ 9FxTkA~{ĶTD/ URCzhb%Et7RǛ0""\&%uޞ _/^Qɥ EzA~6o-i1H~_M9CFິY#zxå'GRkQJUƹT`H_!^(^$#6yT A\2z.%cw:BH(>? ?IӭgK:!JK̟($LZ]I SǻSᱮ?? Cʞ٤Og3XPS3^8i [3I S3bZ C.o8Qsfw BUFjy SE7~ E,4E'ezC_m=؅tM60b3FvbtC.ȫxR| };㶐~G0:Oσ~!6<^{ 8\x) ǻm@R< {D6 3jq@EkGx zO(xm$ϡ99h9|%%m3d<^Qg Ww5 ^_ 3RoA3敝r܃v砖>}[%I'x/`g;gY $! ))A'Ѭ=LF:/P/čZ H,G#ʩ`H 2yDRb5VM"`3{2rXjkG%MG0$zh&k) agv!q킾KM.PLyAVaAQX6:^LD$|j3vG6.R٬`!aiҺ$uKXFzrYc%fs`ώ]~qRy+-T:'~DvjtRPu-?2|!so`>bJRikFӒ<@x╏#&6ߺ#vq(kώ`xZYvَ['KsK RG.992[qaL]ڞ2ML{&s;VuyB${G\ɤZ[ӧA 0'({#2/Y1ِS|Vxu*~᱑ӢSɬKZ4Q5Z3b^x얃}IeWL`vgyIaɶhGt mlfS 탋3\I4Bk֏9YSYH\r7pq}p@2; f֙0aSrBXZyA<֛=sQ>nGq0i<\Q\snaVz)Tqc^VlLoCŬ{R񃘔7!^V|Py`b@ŚCвwo\l󍐯g󍒯v/^_v85ɥ:^xW~|pڿ4iw.*sRP⸇VSY? msכVm|p5U>w_t5+G lC^ĩc'rqBXEhn6*>* Wnz*Uu^`C=1y5hW|EkVVٵI ؕ+LGP$+ЄЊ:$"K0`a\)Y@a K*`aaWIonn!D-]wdv>xx$`a  <p?ܞ?!UJ_H37xwYXL04L?Yl].~^iz[ѫşizH22Hfm|(qr9r80vXQQ'B3GYt>5v%p$96Q ]h,XyV&L:|U'quuSo; wiYD9,0> AOBe=unBG$x.!?~)qhh_}'_m{OqnNDW$cҍ~$L:<C2piW{ 1E֙8 qS|d!`,!1@;)pF )88w"9<@x[isn]-cnlclco.4ciȒ`,a&ln6lCH@>* REӭyZiMƆJuwoj!$@>? dK'z}]%$&'ARAe8iXV"fhϡ~E}Kn/\*Ù7,gP'ʖՏ\YHQ+h6f$͸[s} ms$8e VV_5Lt }/.K3fV.˙JIʒfj֚9K?z5-yZ\Υ|^{\h1D(bTyؔS%>`kcD†s+l°auRcam%EaAa[=1n ¶6`b\`YaHqCۈ[` 9khN1H;%݈ $ m}drd'a6(E1\RaI?"p^3~AyF3̀wm#'6k\2.uћ mЧ ^o)#`{D/_EQ7)n&{ <-w1wsd>v_Oqn̸1R<7ПC2l~'Ha]{,%)P̃s ?4Ʒb3h0SY_(>.!#>#)& KW)m+x>P >% 5||oP-? c{0=M.^\lܾ!'-l{ >#i?;~\H. ‚C]%Z\tHA|*6ITl\%ڃ%C%JKkڅͲ]jF-#u/;8[~P)UN˭KwcҮW¾پE79W6+\lVsj89(3:sP֯s$ݲ#ڥB~hRkVl&==y5VĭEϭ\X,iPKkJoUS hgMJVҟ"ͅt"5">Jdf<,Jd涤o)f>H6:4jMn۷:{T:zO]|}zu挌̌.O⑤UhF$ŃNnQ9,Օhj/xybj<6w^qOt c.rr =c=v!K/ ~E#8c\"iJGʾ!gN&8(ψO&%c UD쓌%VK*龯IlGY1Yg#^&Gݎ/Bw\URrwvQ)'>nߕRF43;I,שgF&_HT)=53O86=KXsTKdpSuux[geEo+76u9!B.:J_{V 11?R17IzZ?oJ͔x}RE!юF%é/_t薘 ɏ^k .d:UqTB?>Ur5drz:&ȍA[ ]*_!_[OoF˻ARYH _/B5βD*nNo嵋\OY^>3!wCllw/ZrJUy"xx-rsg7ȟwowyrC/rih/d'|o3cH$?:8gc*p #^w 8YӐl>n. vy}!")ކ49v:zeu5C^C| *}_TCJbX3y y8g Rxqn<-5RZ_@`VI3)V>d?}`1^P)a".qv3R?go®.)e?oV7"Ϋv=r+{CwÓ:q\rW>4)~x2cBec M0) J</W)qyg'Q f@m`+]N`&Y`W@G *8, hH1*ۏ'8.gLhpN E%^ \p&:pC$pL S.7-!0-1 u0 <\ ~,*JK? s_1~GΟ5~~ {-;@h~/u¤nx]|Ź՝,6r7-wc\eq`>Kg[tRNƲ -Z轄Z!@B |;w:~;;{ԓ1ba -=fԚi&4c&cf} X(Iꢢ9fʤ Ӧf@_խsKgQ)UI!u"ӾھL|MT7$SS}퉦椋T8%6S]FVd]$wn&CuM1!NS_а {5X*n2`3F3\s<ƭMGdɖh)usI! hulsa$&qvEZnhp:4{\}f}̖{` !tanG@IJ/[m s!|b[XhJr8kjj\{Xu_topLlM%SIˠ\ xa[C4AW24J˃L>L@ !36}_֣oVahE-jM5O>/1!;D?a# ;agYw0a1rc(|_ˈ , H ;#LDDH@@ItcD_+udO.<g&xfl 5xY%))>~\e/2I2{|_ Cp xV3k5&ZX3ۈå#wwAo+Z*g>؎_+AJyhoA vzu/A|'|kR0h%gk^_K0!6o fn>k&79>n\ӇxjK_s英RwTt]#4OauRZ.g2S25ĿL=_=tm c,;3/B c=IW:C9OBzW:@Μ+3xz_5ʾTs`CJ2I~bg5,3Ey3{iؖ؈<ά`z~JujR4&3nR42nӘRیh }2ά/a'Wf8rx}2߅Ø:5g>3f'9?2?t˙v W0'b ɚHf{4ER QIDyWnJ寡GBT~@Dމ!ԉY8Η} 업/')tT5G18ڃ!log&|E}v?"ӣzvDpGzĢ] Mv-L=v|Q>,\<JD=D3sXG%%%1#4YPQ˲?]oڟ_+z?Hoڟ_zU w? H,I1Q<u`/$kERM xqZ}4*X:ў4ic4PG$3u5F`~F#t>.ai֟LnC~;>~/Ms~/(}^^QWZ7az5>~M/#9N z'g7v\{ozo]Gvk#{%E⭄k#<kixn 6$ۻK/UԻkt }+# 1*ǘ6 _6x.>*.z5&R_YXj07|&n2N8Rn{kdK%"䶦DTz"w\abkC9M _oW,4VxJM @2Ev3))f#%.[Lgzu ^ǂDu|S6?I|TS;'3e3x%kJz+ze-oi2E#ҭuOg>]Sͻ&T TiNCbzX37HP[NW: >#7+|]&A|ys2?#k> #TT43:UCr٨ܣ%%[=.n(og}}.쇄b6cBg#3n۠ϺR=Bz=twzV =:MSscnu|GMert[u.L{-vLߧI^~;MsoNW\Zg.cQymIj }2Aե41P3.;U=홬:u9M,Q}G9ZAz\?Bn O^ݓWЁ>fOYEo>>.9fc\McxNCD4+t]S> o%!𧚐5n@#Η|rqGgIg_:G턥zGyO2Fs$M4,߇yȣKvm4i'>J*:*s?͍]L;u=YQmݑs0n^ [f}F.6j3&t66f(l`qd6vnHzʅz} =)#[az'z_j:mjsaxQ78 Sg3%n)iˡx}u>Ռw@x~q?/ӧ[ZɛCSz:9=8C =]^v#A^c|>1K!W?EtF&_ɧN9}:>UȬ}U\O.:Ԗ[^>b dߔMD-w㟰vU%\SՏh{ͱbeTqIom|`qdniǍQ wX}*#O~`*u_qKuޯPT~W׵wuIo[t\$w\KT$[ɖD*Z_3kIߕSP?%8 YR"~Oh3>E7yCil>?VX@ss]͉h2O.ק:)FvO.-- tFH[@?MN @ K>T姁3j| ' K_awh0?<3,ڽE{в`~fAXzj $U.bOX=L\ :E'' %E~tK :tH/1cX=EYɢ"1SRcAƊL IANfɗ 3r?t_!eW@XU>P1{J,@S2j8j+g>zOb~l߹ DB)~^e1~] `CAt2UAW] zz @{H=[7䳯#1bvJQZ 46J{]Ҧ۞6PΔZQzЯ Z mX/16\oM~hkBV{hrޛ E.]=8}pҕYcn;®z;By>ub^:®*j/Vɯ^L{_|e?w"udî/νmEL@&AOr'32{|Z0-o!%!Dތ?LAOl,6N=_.=W%烞zs Kl众^ zsyVj9(/EjUj֩'.#v"~U浨#xZyCvn^Wva;'tn^:®'Z}kbzfn[靴Y'r[,S|r#} &Xjm:)n׃̶)9\ {z>-h_ۡ[k#$|#zCakըԧ+K pV" JiK 1ů-7~hB*7H_fzMĽI{q!i7Vk;Օ$b뉘RLn+;]}ծծ*[Y9w7=.~}p/s!=.vnvۓ@c4̷̿aٿXrG > SΟ/U|aA}G>SOЧA}y,7 \W_l} kh3ЙqfO)s=/aJ?J>lmS +dIۂb/ 3IG1kKqj/}Xn7ט=K l<_q.yo:s9!7bڛcs!Mjmƛ}ܛo[_[;{HXa[ҕ]nģ~ͩRy/-WA!@?joX5$yYN۷#vǯ>ܼu]q~,d?m[lS{V{޼u@[V2X2/ _I+k,۴nMu -"1cΣ +E2)9D%"ĬSPjy tXYd? Žh`0T!Á2@P-a_`aG(` 0Z!cqLjI*a0%| `Eb `!R KXV$-k$IXl$`I8H ŸmhI8VB3 ߐDD;%a'"AqZ]hp T ®h_ \_\P+%}p5pkpp#p7I= pp[%>I!G-c#&xxRS3sd^^ d~?׀%7w$ɼ F ħ>< FA6Q$XzЭ}lkdžR o#z?Ȇ2:E` ?j#a q1mdt2 ?ѮHW诲~C܄1FF論 $Fclyko#cG H~?Y5 !zlo֩֋7ӿ`h̵dh֋|'<`mo,$'-ͽ8F 9[b Kb]k>Q& $>yO&`= 8x} xGn4e;]ݖwǻ͎c'x4ƑFh-ak$ !%vvx}}<ue{>>]U=&xWNn诔V JU׸A^c/hJ%ݫQޯJ%T?7ۖҍ)._pe.uup9~Dœ!f;rɜoq9єNuq CmJwWb5]&J蟿F ;:]ɶT.Ҕq.&\6֖tt  T wUk!R]2됖HKFj2@hp嶉XA Sw{@gF?[ЧA=?_zJH:iU=nY(t cO:wܬj;wfr'N番$ݎܧvn'vUr[&C#=$09)v't{5]x۶h^%ks^eb:ӵU>"? 3d 2_ x|g=M|4 UqrB~dz xT {o3q}JU|/PvNeUUq]'6qu @H}A+w-O߻DKc'ܥ 㠟Ye?TT>zqy>zI|4g"|N|4_S>\*|_S^?o<߆ϸ>>Kz?P~z]/p#\g®S޽Uq_ -Mod;+-H wq*^N%"lwmAnp&Y/O4n3ȕ~Oi7Wk| ڿkiGD= s*׸NPMlCmd}'{ŝZC?lsH'O`/kg(po>]>9xsFCX>.3RmB[g_4.vyz>-S^ Ktm14 6M54EDJXb+I,e@meb Bl[a7?gvtSNd,bC+W>1G9s8KsI|Fg_W=g?Uo r+;Y =~f3T~Z?\Pئ?+D>Y$ QgD$ncXf~8_}AU rU"L jA™a@m?Tx$|FXc"1&!Z k"BvCS(e ʚ&+A~3 uZ:jE3KEv9˩ :$n}ʪOiקv9#ʩO>V4FY}<"n})ӏdh%xC' Az\>Q.Zd;Uc]:}]~|+^"چ%S&Ô-ZΩ18x4p4(`ڵt>m02nIvߌuifd߄jïZ޴24a:m&䬌o ^ "wݼ,J1^WL0}v({CC@>T}~R{<zTeIL-bk:tX(ڭeJ]~#1|}]~ѣ |}wM)'=t~a|oQSi/lc[oSЖTnCw1\6ٞ ad3v";)0h7ݞʦ5SA9 YRtg{d!2m3b( ג6UxklMfTV+mS讈 і{ؾ "~ĖweK/ 2"/ []a 6?XJ /XIRatWW:#_mGevG>;?pGO/ lɦ)\AwG4o{ ,^˪cǑozʉ["M7ԿD1Ok\k[}(Ӭ:1:c1b'ft穂0}-2Lmk%BEƴ[X2\ׇMEHSŒ'1UMa#ᷔ/t0M:Q>;d[7{. YfeA2POfF{#։5R n={*^ݹE+ mR\}w{H2\hJ˖xad;g/;]9mb3T-ګ{+ݩ7";љ *I J Cmgҙ"[w!>шA| ش; gmw`Y*b^iUMsGQL21<٦ ѣU33JR6v%s`5"Kv7utn4.zzuQxʚ_o֞Ɣu|}M^-V :6ɥZR{9$Tn`ћ{(09oJuSLXL]&9J{*MYk@S|4 9vd{aW$|+KŻPc䖻d'Bz:Qt?(` *H!Tnv]-\Gcf#Am 7V ϴGG4Ae]¼'ˆƐǂfQHYKGDHϮ|z425QڪYϢ#AmzG>3]?0]1Φi}\#ːaVoY%'՟;t'~[w4՘+ IuI+zSv v|ZK3zgTb,<-5"0ٟ{ c hWh]Ee+iؗT./m*S:%na]]],~Q5"]ZǕ}îgQM.W du̠wۘU!+H_CqˢOOru^c{ /vt=/ӫċ=8ʸŶ+-._k2*TRK(onB1۳^7EsKOzmѽџ\yXXt2N܅皸nDJ|0֡ |a@)ho *JU={zxRJ~ANguth mT'MA3.f9N(ʾre^ŗ*^ u~u۪IK<ת‹JThx  :5B 56+nB׳YCױYCׯYC׭YC׫)eB -VUО^' 2_eX9f)chH,%}G2ެ*sF \ }EC q9T1NXCE˿~ 퍱'Am\BqI%F}gwLcpe]d9:8 4QX]g*. /oN>:έSnx1K[?ے]|2taJxg6E6eR}CXHkt!J<QӐ鐝}k[|ɵw}5Gm)!LE΄9 9GsnRucߡ^|LJ pX4= UPӐKi6zZ\r =4|C8o oC9>hY?zQG N]{ =虮$U{PDz|b8ՃHppQOA8=$N/kXPN !/,A3TxWQjj=0 !vo3"qp :ɋ/l/^Y^|+1ȧs#p…#\K@bC jOլkWrJ^]4Ү@xmƒF;CwZ.Ecw-)܄p3«^p]N.gc|:nEx--v9 ]5e'q-K9W]7]}F] U%XkOޔN,tNMat%<\/g}w)k7hU+݋pw3 U@QY}@-O' X]~ٵm}}o_HÉpb?C? ְ q|=0]כ6"lA،›8+ kCE=ka7B!<O"D_nV$}ǰzmCU+rnp yʋO6 ֽVӽ7Fv/wz~4O/@R/Ab/e#`h^r>7l/A<5u+wt.y$ hрvzy^4&؏Q?Z:aOר г ЍG Qq <#ǀ ;YOtr<32dhHI?bk|Od! @MFПӘ4ߍ" Xp)e[ ݖC75m3ޏݸM*^ [YH[5@@rį@J7  MH͈oAz򏯟 1߁*"Ln7xVM6Fv,E8;6gUiߎ@2ږr=hGym-ޯDzکב1P>4F@;HϠr@|TlNm$K;%h`zAC4#{D⩝}N)Izhn]hm?g1Ij'[WvwŶQo&ELˉ-J9 zYZII2딽LJV?UY^^;b+[vx_;X'_ҕjoW>(}|% X?[Eoӕ4=6D4 O9 z$}%'Ug=yH-~nt @|'LwQsB Ip8a*8OUKXgk>rnk;+At&וYKMNv~|wxk!4QXC^ JmUccqPxxT-jn#y;qMOR!w]Ny֣ Xw^OmfCٴj3(Ԋnz)UJM| >/SYizS|h~*+H*$:L,! rr6|4`ǚ]VTxh2!4kOK~CJ~QsL/~$bI^|FTIꞔ:=:G,d# nrVŽZe~7FR͓55x_k7d>O\^W5Rm:"KGF?䏎(L/Q^?Vw,Nll)!`Z^4P`CF,)Z0F ޜmp L8}$"0Lrfs&0 D8hP`qD\`DV5ko^s'jz gWiۋwr*R{OW=v߃_] ӽ΋xo@xo4 [}߄ucy|[<~QNGY; Ka#7)~C_ZLmK|Lড়l؟6S^ |,ܟZ+~eͥާr0'nExDaj`sP;G*o"E#0't*6[yǔy^!Uh:&ʍ=Xb#TX~y G#iyQ/RPZ^aCqOx2mOzT7H ֍O "O#ǽAy-noyqmv^yPMzosiNft^Tme v\ݝ5[vkeSt}S-l4K>JvE =+ig搭Zk;z| v1SsȁsUYPC<;9=ί! UnڼwۼEv>t}+syEgKTr}= TNK^LN\F*d%At^{`pI]Zyu0`g}3i5 ;Uw~was/t{w?;Ym—'u"\͟p^'59?T׺h(WV8v,>?; \0 z?K{Ɖm76,awXćE*ցc͟PiyI>_kXKݛpB=ywq^{m2}{ dQ8N"okx{רA8WX~{mr^\apk:OB*Ux,g?y A乀m|`@TL?_Xr_Y(usҬzUG 2+-|s`fE˞8?*vri.\& zrߩk* S7rH?/y{}Fsn_5HE{ZַAmAHg+)9>ڞcސ縷C;#y/OT8ffsX-rx8x8o&6vd8>3p>d@ `rl:p|`X}߬YN6߻Yf @xq8`x t>fcr| Gˍr  v>*N`xx\{#U?*O |ʀ h>/_ xZ_|xFwg4|_%3 W<hXӀO-_,1CNy]~9P%80TD3̇u1`}y3#JIȃMS磐1`S X`:0,z6G$躱<P#V9-/|ӅH`10BEg2 .3E;zS~x]yxEvNK| c۲<>21dlF4 Ȗ8}0nnvs..!f,k|/!/JM!;S{ޫWzzm5B2 EYSoصw+.YJ!Bea}"$%쉤hK/\\Je1@D?ze~nT%c].աh_M<#O*Y'b nrvL0AjFOzS3lu?.^&^7wkJ\\]X2659jD:%eq*"C\$DtOV+1:ZP:(Ѭ ?QWƩQ dIX;mxque{􏅮ؼ\b*x=U߮A/f>~\ߧ;:%Bwϔ zrO )#1 @#Ezfncb$6TBt/EӽO*K4ߕW7ex˙尷R˰u%j_ ]@ÏmZ`w *7iq7--uƙTղL>)ٝ.m~`hmqS ߮HӹGߘ>)/׽ža뀜aa7%pΛC6N`峜Zā䯗<&:ާ"QNCTZܛ!f=ݰSip{=N7fgC?o/x s?|$i%Nf擄={7 @>yÇS2v/ vb O?Bq<)U{:b:t> g{p$7T48졑69u_wfM  V+{T<]Ճ*Ztv־jDtί5GfTbN;LL]79ɟ)/L n$9Y)s#s⩦d2K45Mƺ1:NxuP+M<`l5ɉj9}7Ţr3Wt)R\Ҩ;*Я5d'Jwk4SEƓM1eDZ)~rDީ;M.18Xt`}VƧ9OՍO7tl0]3rE_gi@MXSg+v/Og<ѷ=l9^*WنiFzs -BtZ3LVW6!X7faXՇVuj- sJJ1cP:ǫ~Z^]WCӫ xW"!gn3fɪ)܇s M˃2~` ~3Cw4;L%HT7TOF\BwMZ[}C{tunH:lBn{Щξd4Tb26Ѿd"Li:v ;_ m:۶=N ~[VJS}|' 88R@1:[*G柋|P Z6>k[4CPC=zzɆ a1+vzګ78^wCF#,P*c@dal}Aܨ5lA v‚~h*` l!mog7i ww㢰 $T!W=06Bpn;nm:6ȶly@].PEm[&Q ك 1; 9Ƣ|>G/M]g>*}ߨUv$#'r_x 3mp\blq|&HރquW%2vZVnCfjQE:Q5LFtBνԤ?IgVi:Yzvs*0Թ[yD6l(FwCu<*Mݶ0܌V6os̟ZۅwwzfH:Olu4? O~aΟR;9)?F#/>|x@xÃx=zHʇŵ1QMņnKx;9΃ͺpJxuacg qa;N;'&CSNy״X2uѐQƧ 뺒(|`م6l7uFz၄|H:~<5 %"1-QW?ڕGRizZre1TM.a̝K`) QGW?:sЙPWݏs{.;1)wOq63Aa݆ґ7 ‹N G^wiF7wJ~api%x*˽~~B# d$`?- Y2a l*WPt ($Xz:? "w߁V@']Rtzx'YYT :֖FAsv@vSr1Sj;mHLK,#Җ/DR)-4 ~&=D"*((#>|rb<ʍV}WxNUz= 4ngߥvzUSf%bjլ->~ŹP|C>eϣVy>XT{D9 %jr,J7c_()c]ىÎ728 :aV[2j{BŠ@2+@.]I?HP] tx\s?k*ꯠVV2YJu@+*/F|%XT ͪ_ {j~-kYIakߙRɜ9 *qʾM-iPPogхAkWJ:_{& Nc>=f1`P|Ӷ;&iAT2=ExQQT1؇:kϓ [)./T-ž{v_}@h?K }Z鍃2?LRc^V)A~>(>b*ozRŵ˗*巑XKi3K,>',k99SS͕+75S6ҏ ZG8 h{\q hP|v٧|*EFr~@-0ȹ>̃<}.V]Vyi,4NA%sұt= z"ye%s# z(hCtv kt]C"ݠq.r&.K.)\VQc.a_͕%LL9dM*: _^{յy#~77f{^=dP;=ؔ _ȮTvۧњh>Ez,ۻw89Hs";zn^ǝ͓yρZ>R4Q~B.y0QS.;Z)*w_{궢6wA+{n>}ަ5 }U.PF1(ע\&ԍEKrrcM9㬶˗agdgd3[=vkkG~OudΧQ_QYHߥ0PԵ>WhP5u#tPccBSVyiAq)j([a}G@ FK[lZmg.ˏ  z(.w{O?ҘilN 6IQ-vg?=@l z?胠>à} ô?z*$i-?-|WC\ya4=\gDfmg>L CGzF) =%g [4@ncnܗ1<<bx # ǁ'HS T~t> PƉg+(1̀Y+ qC1vUEI {ݗ$w/cLٿ2 _`I #CR9Uw[)#Fp|z ʏm$m%>Ln__9^l b#[ޫ)[.5C4U ?G aZK1ZIZ)?m[TVTL?E}}A:ZTJ ]>|tDFIԜ/J ]`Nu[WKWce{U 69Nj$jl:G9%3YPapδƂ ԑ|?Oq-rvKy[DݶIwmuҤ SsyL<䉖'zAg6+0S8B =v 0fgnmW)!ȟMA=o[K,uRgG2+v;m[5(鐹lޏEϕS啵s!ܮǐڈ4NbDm?8$ڄ?2"S>tڧ%-W.!"XF!şO7O.9^ey/iʿi>/mKIאs_u՞x/CLT0RoAv%%) G)f}zؐ%:v t"1%Q֚l.K%@lo'@\Şgm. e^TǕ\i (QHZv5Ǭں>_Zkڏ/Lw 99ծe[ T64zB8Ev |u/:q >G\BjL`SoO.w&-J2_^ؕzx3=wΰSU֓;{Wv<;{\`bYu? XQں~Es/h cuL|,.fc$̛hH.3U*|(kۓlǦ&\d)5Xg?ALĐT:@ڔP:ڈۣWcjGSG:reFCt*`t^pO,>"QF*"QQ UX"E;Zqm-z3sR\gIf`14pmc)J\sD&qq89+0[yn-LL=t5Y1]ՍB8igBokm3 u[n;>π l'n ·9φgx&g2x.0צ)q:7X B^61ea9n>v+ho_`yzrOEt1-õcDR^fӐ} CJ%m)`hZ+(y=_Xb|q\\6 m#DtW[߆kQ_c_99V\ϕ퐳']ۭF^>Wx\J˅m|ע\z?h{|@Da6o!o}mD}'@ Ut1xD<b(߈>8(d?̊ ([r}&EY!gDɯsZ=cYs;/(v-yп h"+-.OM \{;w21^?D>7c-u|+̉)>7!|W^WbkOߟ¿?#gA9ρ<_%x}fzB~+/\鯴K+oޯ QWޯG=uE//_bzM&rZo`u|9cSYM0=mr y:y6J@Y| _/ް.ة7zzc񾎺Ÿ7Ax=]3/l UB VѠ4o zULjc?/ k@xyg Zb-!pw?'yx}.s~P~aL9QUvsN&x>Cˆp6 ;m0 "Я ?/'ӱh"ƒ ""8h"do6w>ld%9''DRqҴЖHo:m9Jx(e3.f:QK;ΠF~2̣p)̓oE,_uJC_$d]<Sb%vjcgΤ9wl:2V"C,3v8dHgSFKFhF1( M GDg+dMh,adh33O4mopaଋob}$ebZ b+V3 " 僥Vt4ۛN>%gg3EkuT8;Ǜ>Lɘ fM 9HAJ+|g9G0 St!(xfWȆ%Kړpz𽼓m.ZG' iMbDGaT:=78 GgyYTv]{'Wv7;c\y6:`gg5CioGo kႶDk[iѺ0:XUvn9/;~!!a]֕\EdS#e39^4Ĕp|9u4$N0;]츾2vxJ`S>Ծq^8S~޿aq #digYo9D_k;؜-ys>^ezs;M''D;?tm3X73밶g=3럿dc6oN^v@͐lp6v8J8 a| -2N!;%;}D*bT6zy´>]v`"ϓ1;t&G^ i/ Mܗ&;Sb'q!5vR7<9s-H,:zͤTqg{^ y6AKICN "Ѧm2=FG?zm~'Nzv%Oc>[ O{5$*]v!cEeeѐ&Ek Uz6,ϼ'pH`xlcW~*ߠLjFD^X٥ =!Vzq|^^zq0fzr6b&6m;EwF>.0*⻙OL}q2B̰uo J)ȸ9zO0(p A6 ivDŢybגS}:FFY߬h9 ʛ%m8x~'{(>˫[3kD/徲ܣh(sT,=9Fo|p騮>JT>B)xtȗ:x@c$ۢ'tkzaa_I5?`)T$i6tU䵺tJU=]G):gYUr9gKY='{Vc}!c7$CNZmL/0I9FIrw& 4;Y7 ˲hkm(*)zoM$dhDt4%mt2lB]grKFЋ$ECY(n;0m.AZrԂBr[e^+襒aλs&yf1n8=Xt~WIL( ǑNlƵ[oq6ʳPex)U*K2y{$}/]XK-}'yV寔Ro˙Is?Z_5ҿ(\S^7 i/G6m\d[$}M(7eՂKzIz#-TjMr7wBc+ 6%>Cӯ|JMkv\r'](wV̯(G 鹳WН$VP^ "c+j*jɃķu%BfTڱe;Sv "MlF[&yN(X)~ڙ"-lz.Sy> 3Dz |bnKYAtM&қǦWKQ:I(a15'0BO؝P/q : .&TꙞ-pMdBӮH_eؙTarJݍ1}cYpB+ὃǍNu,#&Yyc!lƂrJsƂtiK2} +$#|;0GqYn).s:]tq%$c N(7d G3G=Sf,2rcP;D] {oW;sZƽqAoBy#<M ?a:AI| ]1<~ʻ]uw{QW _[ku(Q(ނf^Y+vQA [ eG{iKm;>ec[MሹAͭa<VSo9+̼>wy:u. V}Lߧ3Oϟ>=N}DZ gy?izZJ{=lֳB0N ưR y׎UP)V ̜kvӞVɠ?Ɵ)y1 R-tZnmk6| V@؂u{Y-, n"G= IH Yqu\ZкVkVpLP0р) +<`ffs5yqy} y%2 X`G\,#=X`- um^7H9W+HzkH~IoQέ6`;Ssp`pʳ^AhW:(p@^@))v@Q$Hztq)xЀ4_%<@ R40ާ%C ^^HgS ҮN1.O%;>Yʙu(B?x= Es1053 * -ʡȂ^ cwz}}}߾/r*;22zߋɊȬ e(ʭvvcO@Y̺`P,\ْf8.>awjGb/GVY/vkQjU<6 0{ReVݮC=([gc86xq)RSD(uP:@UaUZrtrI2ļː| "xMhD]CbDx$<@uȣsQѨנ :ۏEmvu'`D׀v9Eԟw;bɬ݃P'QwgSI{0YYP`Os1#x}&ϡ{̱`OĢ?fY~,1yLǽ6ςP?G`@,僱|bX>۵7ð~qqՄ}I,/R,/c63}`.r W0{ }ZnV:=#Qnu.O;a]d:ڤt^i."c[O$׎kKɵcqxm!)>9TYOz'O$ klϩLu9Ys-]F}OEE9FsHs5coP&H`ǚ 𞋈>1c\bqtrPu\w~8qx ZǗbj|6Iohb]kl~Cd=l~ 1f6fmG%6򛈰WA_66?E3k~.@S4 e^w1EoNm;_l:PWl~.=9A@Y?0}P}ߘF,4zBǂӟ*6 ۟ ԟ?ƀ{=cys!{֋_b2 W>1}^g7YV3c;|[+oŮɷt>&t1]1=?eA~Φ1}(,ߒΏ,]Թ#}hU/u9c(mUeoPǑ8ͷu} 8;>.Dl^v E6ڪrl^lm/foy VP?|;Kk~*{ Oe/C[V^k_lV+_b[֏̿ʷ>ߠ0ߖJyK4mHt:Ԅ>sΈξt9oKKY̟#U YՋ7e=\M)3+c\{oinM2.Ttr2WSdKxTrW{W-iom6;R:cV?ȴ/4۲ zlub{F{T(sp%#%2٤diYjXc+GDiNШWma:ل #Vd֒l]qkKWoόh5u<*iRm:,yDz7hdQI:h/>eZKLDMV0MZ?Ys'Aizt(VsgnlZ:E]\89fP?:)S5R*J[[#mݸ$nJ.n̦lj;:[%q+i-wj;4SY^vf֨k4ݬ:gs3,,!|8+f~Ro;>) ED Df ,%londy$z3Ao3!츺H05IiURY%U'CZ\nͪeO%u=]Һvsgs/]ߓ՟9R79Q*_sPrU*OGZmp4G);;QX<Poegǫr֘N0=';uN6wdexTi]\VvY#+;ã=gz沲Y99׃~^״71}gchߘvecyn /P,S!(&a_wv祝@8 Y.믹;3;/ u.ϸ}RS^'X~\PqYaEߪ+XrVލOU5v5%ܤtV/s+ԛ&ij%fj}Еz^^u,>/p%x޾B̕*Ujmި;hPw*}GNJ/(|}2w@[wn՝ں^8JVׂNuFz3?ϭo0so G~nevcevs8C[)~WB<έxnUps*)Ќaq ñ$*Z'^.LNStSw7Ntş/՚L.3In9A\OQagcj~D\u_ǵqn۹~3y\\hܕ53ϖcr1~gPN|T|>$<7w߲O}U{@{rk ycan ŽG5`a M?Ku5U'ZgEuOu >EʷΛ*sT>\m0#Scû<P/jO!r)O\xʷ:L򈁾s G;rO<w>U9\篨}w { ^<YiWJ UBzG'<,*_޿tǹүT_t9oTzm b_fty[ozeM  /5Yy mM-wf}YgWlm"d vvJ,[#M/{i"c.%oYfW"7 DP}1 aKm !h:l|z v$T:XGEHi-o/ 8's"?$ذIY5(ʒoEgo7p,JA7rzăU_goP1Gpȧ7J$?S~Mw+L[呲-H?돒kE\?!G\x 8&F` vv/7t 'C3BOxm? `2)^CFI5y=S[`e 7rGK]Y@ [I9kԾoh@}OW4̾?jy}K#JV;~CNttgB$m-ymmq͗aVS_lZEQW|}ȯ p[Er:Cn?K$|VIzNAxGdeF Ax'6U wA<43@;lEKEgQIi_!϶˻^D_%W"`n<.݂4fmBnsG7yvY򞲼]ϖA?/ >UUئhxMDv5iV ߐ>C,m4G-H/^ɲ <B|0(udPy?Q C!AnKV+1Y$ 5e@ȿԭS).S]'h!5Kz ,k˰ HD-iU[&w  jq(xHڧqM?/>eگWvǤc$@M;!nBxctj\:R6GG3˄#/GܲiZW@i\>g!p~3TmO[w.#ۼ SdkGH\-?v'9j;-5 B&erɴK ]%(~ Շ::C ~(Og7Y[rq;kյW]G~u c q`TsxpW]}5N@|"U]' :O :g :W%F|>߀\W%@U*ޫ UɅ. mUbo<ȪtUo_bė"e.sh꧛:P#ȢiԉAkB4\! 䔈d⨄Jk[}(ʔwDi߃LqPwJ jĿC|+A?HGg Qtl+j)?>,r-+\CڭN ׃ak f7n` Ln4ke Y(lr/-mYYY4e|B2mPXwKBKVSfZ(]?!3;i7_vw!=;OFO#J뇥<>y[㫥ln'˭" ]O#.ְ?)L*v3Å'_?O\{8d=BWď ~ E7O ~><|.;n> ~sey)}t3_cfgeįoW!Xl‹_C7aYo{z1"~`Klj`ÍYC>D}UO!@&C>EK7nIr~c=o׈+=FX"\k/!Wr\U˱H,2a'PnTt֯@/pF 5+bM6# =997'X0e-[yGn'O+X/6{LV`e:~涻},ئ0 .!D Ke9#.EIj1Er]W,g.!PXǾ]dhҀʹ.P!K]$p⫈o`9jwgsC/& m߀=TG^LԺJj*M7'I@ g|&L걼0RD z|wgBV*mjC>^L؄U**VPUB j >D d֤5/ ;|?rQd/TCiJWke) +b1iI/d_`"V]N1eig$jj!2Jiy|/V>^$hz@_I,PŬOϟ ck g?qVl)þ${3A5>3D9MMy2AM l?LPdm5:)oX'ظM1εX| .x=[q y&Rb; I^%Qpw8x88NTwRd;qiȱc[c;q,9D`w??' wvΖ?cXU BY㺝oj \YiH: tq .ǁ~Ñp2%  RAx*֕>n!5zj.9!A$'=Hc HT<A-+ *:q(yu${/_Dm k@b ʥP.~+@% s%i5Ю5@s1i`%Pn6ͥHMl3zlf c7rccڃtW@}H>(~e'f!;7I;XU (}pYp5<㋏9w!{q(cP^C8)Et\c 3umڤYhANaדRިyN m &37iUA{hDwPп 0(8O$O. g| "e+Dg:5t%Y[g:Ŕ0{~1fՏ3;N~yx}ҚL}x|c3, E|_b*9Gb:爿>k\z|tՀീ&o[Do{>GF/ D?#:9/It+_D/2{L{(dZOL^˿*c- j-* ؐ͡AǪmmϿ}| x}_m^MaDe~kk(l>I"4imcenzBݺt~~gw-f\C_eoݺ-puGnU kXZS&KOgf^o^ z^;seZ=ENFЭ vgd*ރJD8q4B&ʼ4ձT'|1!Ld&3v!܎OFd4ݗ)кF:fܲVӲ.b9D44xBlG0H~ufyT(Md47 e6"7iVol լAK%M42LNtpGD&Q>&ݚ6ʾJ8ё3ŅjIV57po"֓lFlF^BBBeRMVc9cH:M;NǛ=8yNs 32n:5rYܪaņ4iXqCND{H5Yt:[f9Խ/U|i^@1k\< aUdΔ2m Qb WbP֛DO7ᰐ'8ưL/b~*LɄT %:FlaoY_Gh+:g E^1#GT&n'9bB26g2$y2{bC*QN%ᄑ QnJ OGE.7~--q?d@:pUrجfw=kӑۃL;.0 عAy Avv~})_gׯ8K'7~7p%87B>r:avkML?;%{:kjSV[Zm.ELz#=x78mrD-vs],?,v,Fc]2=,wcl|4e9]6TH$2Ɯnw\iB=LսT\FL3B qё}*(a T4:5ڃ1=v"}j W?;d]R(1Fv%NM>&Od\fڪxJ,>Ȍs^ə cs-w>G!2t|vv8S{x,um^QT 0Whv-4=eYtWw,%b~|!*xd8OJ?ƝRqgBXF1QYvn~?{`!<.)\OӄT\Q$vΝ(*3V78S9qR]Q7xU'J0G/W y?)ӛ^?I.?P\.tj.K8uq_xwNuL>J.o+Hb|/uàM7x ୢ/Ni7D>i!|3g0ӪZA8[)K?Ok}xiԷt!/&ywKѼGj?+1`riPF͋S@A9zצ2%):n>+)=2*Z\Z5v_\gc̘tubgv80&b2}pмru4~{s3ã2ͨYF^&ɧ+dmyWO}x1|_RxWOe=1&]GY}9T<Ѐ$z=-xlyf01v?k?'ח#Igs؄sgGBX~m,#l7̅-=3Pv9y6'rI34x;H ~>opŽ=~I{XJm&3%  ]/2DXsۋ ]xSe}JY,{fL<\p*KI=,7B/ۗt->[,eP)_1}9=lҴ*>rP墽M*핉S.+tc_e>ElߵaC6x!~Z(k nh~2IlP4KA=M7$p P(ڑx x_p^+m]8h V'qPO`KiHc>4@|D6?Sx$"F7G{T*ImկxPreb\k;Fe񹅍:2 ~ @W\|sA)~|ȟ l|'h:9d_ެ>=K;s>&k`;=/TZvwA"k\)6^ ckx> |6Z3΍ Sf)Tra<(B9ʅP7|r,9+RB57(ž*\лGNĶx=L66A"Bk~|/C'1ރP_<\u(/R ːr66,g~ȍ`ELz8ذ!L9l@~֫4\e^*ڮr|x6f1^Hq:~仐0#=y/ C>n&>YԔwUַmǎ~- =E_U=B]o`Cȫz\ &g}<웬P^_񸬍Pnqcֶ-|?woVMݣl|c l"LJj:q~mgu}4 ٨/Ğr_ze`^f>'N<#;T P؜!^]d_1u_9Uy\%K:m|֭߱^d|[uX˷[zr<ʊ[+2J_Q%*'f4/x3pOw-lѭmC¶!͋yŊ7]=^qsʘGq7B5PR$݆-`p-u & $^6^^v& "mN,FaCnzXqC{򂑝KXQ(j/K!0DrHnr_[|߂1s')ՠ)ЎAԮ\8V~]/#=ܼ O~1]]TyN/nǪ e*"&YȺY֫R:-^ŬOgXԾ[dZ+z5뛛uy_Lu>S=yUԹ}3?eO^|Nw'Q/*;M~'i*ܩ~n.(^gzeu7C3}_xC}t_rDz51yoz3xx3߻ɱ!|av=M^/}u"_ʧ&#1/(lx\eC|9P>l$?Hp~E~;Ofe])w_#}U}" l ʗ|W<묯wg=+Ug{W=D6 !4Dr[H?r~OA#[j 0 `$wEuЈZ508 L@0QL45p>`>By,V!X6F ]؁2W88p`3!~=DW9D+ HHjp Af mn/w! |xc>@ĂO!4_A!ap8 K Z&3rom_s&o ӵ;E2#0?x=^?bxypWn:uAx}|DJN$$!$B/tB?x`${/G8;8>}i4Zl>ǒvgfgVݕ4ڳRe-2οbf;6m=Ԯ=i ]_'lQ&8tpsQmN]kqJΦVgGsN]^A;aG;:뻚5J޹C9U44uve[eAd4+R1xKPytӧϗ >eM-zBm϶66NionNSG;4v#nhՑmid U Y[Hcc+3OYc6dBe-~{!cMVۉZ-`]k[]\jCSvPuy|u>rp{vf[ٙzGWK> st{"qHscjּ5>q6'SKpvַLmmfi\4Ik_-W?;lqhSf4%rR ̭#uiFcC=ʷ|o·jww21# ;|7g|_XKb{)l/ yePW`OelPN㠙XǠԧm\嗃+WdΉ(*ڶ Hl$eN5Zb:(ք{CYt]`=q,c`{Clo퍱 b{Sla{3lo-%ڸ6ڸ|tA~3v`ۉ3o跋F@۝L?o~*~-l/tgx Yh<>[ÿ?Pÿoov rS.9>O {PP% Z&#ysL/ˣHu^ _˲9m9<<. z=xa.xv#x0ݗ&(^5(S VdzU~$ʟꔿ?UbuӅgn]=8|!ze\;6>W6\.1>%# 5RԹPJ.u2ԹV נu^77  z r#JNʌ}$3d!_{d^#2{5ui9)}pCc'O!x2"e+/@ƛo} ʾ+}3*y?jt2/S-K'mCgVdFC8C_ߺ:df΃ {dcad"f1Lֿ"e"N "da_BdY,gddd闕dʲ,W%˴EbʘL{!yYQ~xd \! k%;\KUά;󘫗%~3&oL+xhI{(WO~\x(懖bla-)|c K10_&μZ֑pwO /ȲXNk,@{ioga\ْgLbHYΜȚe*ksAcyݜy*_Mmte9sDzU,nܲlRfn.t[ts e0Y\7?Tԑv֡vvt@_NGnnn֡N4T{u::sI"t +Jǝq3,K#Ϥ!uv1( {1`;y\GoEtYMFGYY(}y*Sr.}rǚ6C=Zav W/O;3._5z̓^3zW7^3Cdzy˙@Ù^GB#Qhoٺ/u;8Ҟ㠟3(_;s92] ̇̇mI׎yWq |.> >6eN_>@OE蚞8g>uiRAA![M@ Z':duХr🋤--wuVSt(Yۃi'{(0J : uim/:j]AeA:9M,:tֱWYQ{Q}總.Gwӿ+d]5/˕_Cאmyoʡιe;X>6+A.\]g>o9/ :&Cbg}Qt3=ܲr H֋+E+$?G tkm@g'Ӱ̶'Hp흠Į^Moa;c7QkN[{ۣӾ!Rumm: r>k; h}QoRooӍ_},{#cQ۲Oř/W|]fA@lqOvOwHޭm?e:QC{-ΛG{PƉ!(XsC5kHG̮mT4b36瞃ed~ [Ke9w;d?sCZ޷ܗ!8`<˚".np^\ Yw(s({)! #}CkEr#ʨ9AvHqtW&CQ-0/JZJ`s%K]W=}۱}?;a[͓.CVWKC{1 U6[ {eu#}kUsQg}ˁϳ<3D'* ߳2~^Bݫ?_qY?k&[̟o3̟@].ʯgCߏ?fD7bs u 3~;;ĿW̿o5ŜƜЏ~qG ;W/ mYS?(Hand^93Na(SvH}#73(Bnl:sLn8<%VG +εj%&w1r'%厈; 6Tr:U[@(gcr\2N,;eܦܱrxO:T|&w%rKʝ!fV!r]L(#^;)B_3\gU%Œz(F})kY<2dR;KYoǨ/emE֫2oCO1xIF݌\K2B,>8qz%N=ToX|pbpCPTRY ,>8sYd9OƊKm3Y"<>ԌK=(Bn'sLJMbrEf[x|;/)\k 5=1xI "QSC͹1xIGG=Ň7LJbrO{8LJbԗNu:g:?LJ/cԗȢcs 9 1HCYge/t5kOg\)QN̥ؾ ۘf62Wb[wg9IؾǯEo^hoNQl] s5j} VmDo};ǝLϻ^7<1s7Ta!c!\ߒX܏mezP퇰70] :([ 1liCIz4[O1=| ѳ ṡ3"˓]-L?1_azkL?3=^gzzIӷUkWo+շ;o{oLo†˄->"}cmSvַ>g>K棯|wfo]>]na};L?^?2=EϠf}ַBߒli*}+L:[<D2`ۅo}g qu2:ZV^~^~pM]uyhR˖]mSٲF7Ug,8VgF7UgYLQNVvϭ2g,4|9T~Z Amfr~k3Bx[jjmjQ,P+RM s'B\0\>]\yC+C$U/@2VcsS6a6,QmۜjܬsV %B`bVdrW\i\XK*kݤ^zkVVgƄrz +k [6&F(J:x!zUfghה͝RʭrSCԚ?ߤ#B)T#<ٮΦ.Pjt"3Dw¤jZU]Mslbf. E¢Z"f qScx [;($3z FJu#[/~[ŌM+G S #o|q6U7I:ySF4+u7KGqg7,Bl!G-#,U2 x7u~$obґ!}:C#wLG~h)BDU:cG]EQ]Xͬl{N'oz\]zneˤWޠ.6uR]KQOˬFQ&>=z}6}>q볯YH}f~f?F,ϚsDʟi_כsGo0H^;5̘4x9::keٍ]pRtKnv_P`mv"7thB nwi(+6goxC XޚmidgFh?ǠŕkQ.R5?xvXjE$-V]XCV Lmf}j*/ZLvHf;]f|^+ߤ\>Y\o~[ِ֪/3pq!b\Q ]8NJKdgEH]U]#JEL)q FUg8{O~+^Еo:y}CE}20a2|P0TV8/SJZ!,{c8N0ʻ"?.#60GYL=OQ`۱::=TqqU UOHzqNz7>pAdJmu?+}JXl{{sTKc`s ~ ^yOiL{:4~aө'xdžjZ2s,oؒcb"u2}m,׵v~z:Od,Fs-k86pPEpKq\W-O#٢g<~N NscemkbXzd}l:=uzGW<; ^vvaN ȆL.476p̿8^ƳhE1SXz7h86!V{tz]Kq^n^{tz]GM&;{muyԇL~ FpNWvVwB?NJj§kWԳ𪐂C83r|bԢ1Q1+u@o%q~)c#c^v|,:wEfosgq}͠q\@i*٘If6 6גٶVsOK<5DQf][=S. s]軅&hXB;@/i]$|h]}*̻cweghyrOD{_P{S?j1^$Gk=&kokC}z|3<4ˏG9(ɢk:oq*-J0i]gJ?"5mxVO CsF=AOU󂙏w9;(/ԊbhE?'KbWrbG}͠GsvƛDsOo!iW+]BS.IfXȟ\A4lNBqF1ooW ]B|.%KC>6F;?IO3V ?~ıg"bfh\~-YKĚ~(o/eݯu⼿f8._?t>E%7u>~mu0D{a7?s?qRՏoYbL'Qx0p\[o/?vn3ϣs~y|8/.aYE>law9*fi%KXdshg҇gL{h` 'R~,cZ0Ouzt a?D(?1-?Ě'}ZKIY<7x2Bi[=$0W]4QeG_Y&Թ2Όۑ9V&XTZ͍\- ը,,*eD4ݬGo=La%OuvcQy ;B)K[$"sK#,jT ]bIQ}%9 $h0GvOHU}da#UIK#К)}$")#,i>2ˬ#Z=L}*}$`74KgHu>²>2%$5~Z,Q!RG`%R6D!'_3~2*;]|+'Lf6RZ94Cy԰R KOC)RrLJ3t:)i8ai`Ν/,Ol,+1}`YP>KEO%p5Ǝ6m<],?ZQ[r#m;ݷ-a"S9t69_}@ijH铟ۆQc#L`D E4X^B@Y1ӜDlm~IgS}eOK:ˮv1ӶIfk,:i~YzJ'SdxГb=e 1|O*5m;$Ie(}ZT?,/peJ_FLi5kznβ. vaYS#;fvQea쟁r{.=V^wߥXEVTw0?VJq> 0>_>xy+ 35W߻qם/hAoQj3AW\ܕK/KpYvʹ:<%_ e,'_Rr|sCq3`H'ݵdKHYNЀwn8~g QM!<9>`#/FYȸ{0{w-QY!ENJ՚6fy6,oi8~)z>VўTT6st vWK0KLZa=hh>DX.,*gbyĬQ\$sT$\\̔볠X}0D\iÒr}\Շ%5aYK>Gf Ųr}+Vp}XR1Òr}\#Շ%D5kͨeAfb^5+7ˆٯX}X6W/ZsX]u:lXl~,;jGݼOS2 F|(o}5~S.˸ZۧʳK[,;f {;Qzf{b\Opn wn-%q;[バԺ+ycy_=] c=K`Z5w6nqV~?t>5 $ ` Tw9^Sm`N nK|Z6jm`IS nKlZ1 %.M܆fdHNlT,n<-eWOWXq?}4(ovvы@%BlZllϥYYYy[ $EOwZXzS>៪LWҡ,eAKI4tf/[,:3KpJt\և$[{XMf f~AKL!;0aDucܥ8]Ub:;7a'Ypu 3mO6]jKX^ 5Ɯ(؄I_!+ZüE~`zL"-PP`W/(M lXc^jv =. ,)I/6|Y~KM&w~G]K c۾X~U {8㒨i,*gm.8ڋ=^oN f>B=/̖l5p C`0%5zkT/4Laԭ|RzKpmn <8X 04],+k`Fh2m쫗L+5R,j`IJz:g:+:%PN9g UYU$L_gm3d{ zz덡YVREڎJglZc\\JaYN#g|,+i ̣<]vM>fòxj֫f}y:_~8+)ery }^lvcnsNٖF #"4TPy{c6F\;)(:&b[Vw+=*Cz]>^oVRW]k`{l}=3}cX>ʘ,fરx&pd6ON+ZV܍g0!ͬLt0JDdŲRX(RMzá&@gc=_b%2t's\ rpC[m}Y#Ng|ܶ=4CY˳<ʛlTFv"2iR?*Di@Y,g dM,g3ibi7!䧜Q7"ef{1м>Ĝ E좳Kyt'QMRR0=̫mkoS~[]^5S-kn3ͼVon f^qu=qA$}BЧ1Pkس|`h =qBM3l@5t1$YGo,F)V,ujVMOJb UCڝX֬SS \YnQ8?222m6D:r6,ju4gDbCz kiDzr~Xoȼ!av Ip#5@'қc9V#$>QZC y"y9i?6NY׀Yj׀Yjִ1Xyoؼ% x% x%M}ޟHo^Nڏ%Ӎ:C,en,En,mDzr~,o<UȲȲm>O7/'2G k~^8@:8@7mC7g铣GGY~)!sޟH'^N]a{lcCG`M"#*>}P΄ڳދyv6mwOFE4u,?"Tď%'XrIm&Z۬$GdNfuy!LM";HUnZjz l!cICV]ܹ~떋A)2vH_UͿc%?u{M`ɨˋ0՛&I;^W2"}ekN,xA~bga2t^fPFvDq$S_Yx2"L2Ԙ^݁s?]Vs?`[aNt/=k^W쁱"F}#fvPiJ.iTR0~7yj=˾V^>T)oN^>)O+4yCw2,< =*GC>0a ,,DF]^DL:o?VP&2ǓN;[ dX7%> ɿX%ǓQgx'ِQ6dy Yc~;w(bGC d ^J:dɰe8H[ߤC d">P%}?3# )\ҵ}!i?)O+/! (O>Aj7C d"ZȐ%þOF]^D!( ӂ,dkN;u¢,|Ȳ#]pC4da'./"ΐE6dy YcCؐygsٗ- Yzj%xHbƮ;4uvE`0&ivv;vH8B1F./vTqIcn2Q b_ Z+8ܠ@yŋlT">uB$wG̭;ZbO[2txWGcss:J歁$>kɾet7jʪ_9@wdKHH>e= Hq>كٷ4xmb_076oS3dU %L'i5xp{{u5CTϏ g2S!zyu(8+;VVN254/"PfP'2|N¨rn;(WElj}#k7=}Ӄ% [q*G=N~Gov#>Ex}%C4HIܣ6U'=jB{jHGm.=}#CQ )("zbQKӣ¨%JBNB\J j M˸ԦkpW+ш_^ߜdf9!VV¸p<ҙ|/Lg`&gx/$ԯAUvM<=iƐ?Ds|-|S{ȗtprcQ~uU~HQU񡠋k%HCh({8l"?ou[ŽWr+c!ON&wIw{w)ᝇCE0L2 2ǀSOm 债*!:^ Tv/i_7^Gm/nlG2@ǺSu"B󣒖OPr+\g4e,SoEw{9J8SW2=CQOCކ4Ҟ =+۳Qgb1c;6vl\l;VeXߎ}ԎŶcu֎IvlGشvԲvof}Ԏb1cM;vly*=ƃNU Ip=Xuw{LI/F_27'7fo׿O|1Oeo׿O{117Wq}K%--Dx^|Kfϭmx5>o|~|<߉鿳_waʯ_Awso ?=@ro 7wTݟ_u fnm|9fuNipKJb{>t6,& {I%WaծUA@l 6ŽB|/J>yImmmm= kO~\WP%pX m背'ЃJXF d1;z`֭ko<{@{-)l2D-=g&~!&%7[Cu _2{2.z[.HУGz{|_uhAOpPǏsW PKer]&xDžn_6|w{&cm}Hb[_ |XWhz}{A{v>gxy۷f8*A? _eiFUtw{>)SCEfs6/ }\b/Y_UV"::l^s=L.ȯ9vx&E:Vdž:Qf"?ԹWgɲ~s6JG%|rMT;n~]fͅvږK)$_nWs߫Dq08U*145LP|pՠ׺[k߄R3=[ߵ_SkWgAhlz/ggN\kS\z荠7 z z蝠w A_{Az>0Cx#c>8蓮:n}iЧrT9L?3of:. # u\]})}eZuFɛcf#rG=f&xəR{IQLq5Y[-uxKj^6mY }Ix#x^h'w;+P߿nz Ϡֺ L$PLKǻ@!PcoB!QA4 _~6dYBx}ft]eAA!7%mo^ }]ze¿ت rLHAAx~9:25sӅ߲_{>PG?Se]>]ExGDuL %eU| w& v KAYMD~fۚw8>S2?ǾqܴdoAmV ߁~r,f>! OvF_?ʲhoUcvpcxXv+?Ǥt5έD]~g:X^#X=P蘸m6eL3DW߷fr #!c1 uF]c߰Q^ۘ<~x/QDطY\>eae@]-w^YPC + []$ŝ /XC@BYUxŪŋ0>[Åw-=z9GT/¯!uM@:@ݼV.F Pdž]Gc 0' ( P$PF&QF(WXXG«rIts1P{*ȖLyO'e3R˛8tqTMGuuQ /ԩy5BHk@"] ~⥫|*z#K. /YKe5k,8?q4jN!qf }Q輇mT 骋JW?ܨ9@WGO[쪋JWG$qTWkjAL7#PgFGGv6ԡS1BX#-" UOi^C>~ lGW8/q/^PxA0GW誠:I5^ɠkxk ڠkE;t*)iӍIi3OZGqi/u\@WGO[/jKXKB)Bi7#Xn!z,PuY][U |.޴{5@7 t*(^vMM^&r{5*^ۀNt+P['d*%{ZxP/$x%W&)\| c ְ#q ?}ʑY=E=PIt^9eNu=rvӱz ۓ1A} M]䝴@kw݄+-_I%W>sBË<.;k_@񢍅q^ɕOSA EV=(^DZ𚎅tFЦxrԿt&htP%oX;_>饒 ʧ田?1sMgz1vɻ4~V/f Ხ6u˟*s9eu(.O[Wm#T߁Yl b[׃^?Rd[x&3nT@ų֝wV̷-UBѭ֯rInE)ZԒ[Q S#?}r+J!Wûω'܊Rȕnb<=},r%?bO<~{˭(\%WGʕ܊RȵOGeqɕ܊Rȕ^{+9x?{'oB@&ExD%,G;Nk$m VP>;&Wbw=|k,9{n\V(SҩJK-.zO#/c>< g / IyIf8+w e'ePS(} [l+i>q xxU1]X-|N\1ih?sOC8dV_ݛ.z9,Cǭψ}Fǰ\T{N>ٮS\"v_+X-mq]g:OqY};mr(M#8v*Ӄ mJTVBNөCYx:~Pa̼BR/1pVbf~N̶n1șC-y?@tRǑBgܦS$"i1;Bŝu⋗/l9s/Iqxy*7(}A)#R?OC6.&6qٰE영5q~Krjk5=e_Ҟ5Nb{Ru@7'|91n|ʏ7Jя~%l{35}}6Վ{(-|'w3-[OI~[Or~[OrI>$w~;V Nk-@ELmm-QF9XMPq[w{7 S*Lg|CQ%K<Gl|zն-0{ Ծj߾ҡ־_7(w|RuߨOZ>E=|g5>a}L?-'InE?OrIne?ɭ'$w~o?ɝOr+\yEz=~|3R -/E6-_d&{h$4J~IVϮguϬy"7=gpTmgFlT),?nFt4ڨ^g:OaYaQ-Fw[=oy:mK[|=N|e^Z/o 5-W}g:k\nRfBAJM77JMf6-NPrݠȕg#W㖿C \w6rȝg斿S=8#wAu^Gn=Gڏ\{6r'/ߧgUǑ#>6Y3AGF3<܃ܹ^ z[!UB+@/-*w)(pe_{D(nׁ^{TC^/Jo-*<^6ie{\C.@t=|\6q*|\>}[)UG@}-* (p6[UQP/}-*$(}-*,(ޓ_}-*"(ߴ_}-* [o{Q{P[h;/roYwW"8ޟM(kk/ޙ;6l<{1E9|_Ӹm(ǺybIl'jOu-m)v?mnu܆lm߇w[J)7g?}nU]g;:XMd 9q^--ŶK]p)3((:0LRJi\T.*i]  Bf+AV2vQ}zIN@;<[9TN?\9L:ONCS>jm.#x,Or`p20uYj!)ߟ\!ʁÁ˖`˻Q+k Z>mGV8R]PB7XdQC,[&êf?xK/c ̎ʆ+Ng7q~{`Mfx6ϟ/ 0ny9>}2(Pf{ƓmG_z,l+xFnf6SEq`;m&I5 2kE-ĹP-/^Hv][:H]t}P|).gㆢ1sGgȍR}6ֵ}QZ~0*ΘkY(Ձn :t3QڳnsY{ϫci_ԵSnw:7Eķ靉3|XPF0Ȁ aH P=aX#a(`1 ,8`,xT1+,G V L"X{bkm ~E>[G ?LzFſ@o#8@ "PL `>@?8hTUo1q*V@08` @mDF'j> 8"q.9y\\\Lp)]Fp)T+ ~Gp55s-5<< 'ӀYA ^ KOU@g@[{ |Hp3ʫ| |Π}A}___$7J"(Y*}|OCP|,eT$%Ng Gɺ JyYʁAy>J=.@"AyUT5Pap`HTUo(C%0`tX`i`pb-!Ax``E`%`eV"PM G@UVmu`P iJm : lldÅ5 -%P:nϰ#}E3 +`7%Om@8a۱^o}<IPYY@|݅u]Ծ9@3v @I7vzC @u(0<|yԾ!8 88ƃ[z['88C^?D=zj.=y} L@'ݕNq~p6fssG0=...&{Ǘaeq,<p%v_\ \Co @] \zF "q']MpO>'xHX$:ڲl.ro(hEʃ8փ6>X$"y-*>`;~mg!YuLxA[Am|H^e; 8`ڲ=z=hEmC s0߃6>X$=hApX$=h˞DpST|vd- -bPz;EQ6(&cb11R1X`|LDP Lp20`U&0a"p`MkS6`]) llHNipPAx}N= @ }kŏ.ottMJp+#K^.bG,ʛ6[>P <䧝[Iͨ ͅaT~AƆĪ^Zf,LJ^TW?}e0W},?; meu&OV{""xYrEmm-ywǶI6^bg!$BC cgьx$?`^("5hU.Ӓw$I睭ǛwhK7^'$&QFem#suE[[YZߠa`2ra%kdiF.DR>5աNnqjArKDZDz] CknoO+5*<Zs /ݓ^Q"w"i9amzY?VS,RtPh;2UыEØ-[>?¼_b qtic]`=D1^ ~bbH=I}Qؗa&?'E1 .f{97'f6kf1gbbb~B5]8B=+]j_5Rȁ񬃇>w\Cay݂#cuAWad^]c7;o ?3L,_YT@wbm{z˅"=ۂ> 7j-`0olwc\(FNܩ uuXY;\F,cds g$/;~id郼gS|rO!Gp}rrX):IkG}Oqcc _X?$w<,>{؅l9 &ֽ&׺ˇ5'"al"I$xr'Ȑf`zѯ O eN5':Ve'5+u [?R )nE R ~O\PD "s:b@gM ^z`>0*a\ُLfXs, Ѐe>,KX6\ `C3⎀o/_PĠd>FfU녊UΗWƔ`MtT--pFUY>Ȍ][Yѐ uy8m8q^ 0q4 ~Uy8oBf2bDpNς? ~ 8le2&p z.ā;o ΂?i~6"%/_ ~ }?:tCb}?/s:+m;ூauht_M fF_4>#Dl?an|:1F6=9{|}߿`n}ɇv ~| LrH=rR~ ̛W_mpa|D)m~=`(Eei1jcVb>d#+b(jo4 "ɟ)ISMqwKjM+857Zg򇖣)υ`Df0`pݜ / V\ e(O jc?5~TRYnnKBe;3*_2ٝYM)"ꎥ*ӔVSP/'M35L`gaQ.h8t\a3h0̈FժUZbP8$$E^\|ZAhI!m80Ӭ9e(ˁi=z֘ ,Ym;#Mz8@zP ByԦȒAgЛ D$vurB(gwy=Y*kO+WZขaIԝB qeԪ"N!3ZTÚc.XQ*4Хg}.R6V\5 nBg9}]!g7>AYJʼ5g2"=/ph?{z2?hT4?hѱ<Jf{/zfW2U` {R^w6hKbAޣ}4mX0LŐz2sEv1Tm玩 iz&:6gT%:;'=B'Ӕ.?_ >r+ ߄p|lcqQ:g=T7a6.EKZK, W5eUCݭ6L2g5P]QU4kA2,=3@̅|P=(L+VysAtTGrϮV:"\`;kww* 1:OJ^ʱNw ޔb]C x/QeEA{=g{ xxSۖn2i!=TO( H2((}0ZbTW`7Ro>OF?~/bD>DևeV.S#)ꅉЪT`_׉%Ov׺^Vx_zspĨ|q\AboCǚQ%y_Yy-|`;jx}nGs=t[b6 F/ <8D]#?kt'z7. 鵟~GK㠸ۯ,Mo^7gTq>[$2%9|e~oeej Z5wۺzmM ROo ,/q,I&"p}Dv/2oő?U艬_ }Iy!wy_ 1ؓȚm&{+.}}1.'3~-SxɌJJ$/jvZ3u_l]dϻ-coK~usG~mS(/Yt{γ~Ov+͹R"ʋn]̍;}[O֯\vuk(/}H~#K!1D~D&#v$n4SRe!I }L:x¿+[.K/)c.]P7~ JH JJZ~.bz4IhL!ف@R@G} _>#Bz%=kSBo = ~߇ J=";0&fxWKsF=aIk11IJ%U\8r…e*+-9T̬>d$ൽU=u=.!D#͠?g^>t?5:>*I`$}ޣRUrL'O$ݣpG `te*% `rS8 Ssܟ1BnSV0 8R٥fAqI0׀Y:0}a>M*T;7߄ oCۏF ݄~W ~З88v|@WruXÞcBd+[2dC9RX~,jJZ2~UϨȸ T4ob\YZW UƯ R K.v} bX7kK||h0w0Ssak݆nW'H~ r܈qb_W=S{_]_܊jqv2M(݀nAc@|H1Jso.$)ﳅ[`CH6L%ڽh77#rEG4S߀k|WY/aUuUau-M *詧*;+YR M;\\g݇6c "%OK`bq4Gсw\lōY036s{c8#{cG`LhW?+/N\v6m/w@ Y?M_AÏZ#:'F8Tʼn]!,UHe 'k ;WD hXxRAK0~m*;8" aVNѣ;nRXm/"K²`_$2̲/=>~s~{}r`(8r/m\--9`x_L5Dz>fU<W,SvKL`$1f:u) mR)|j潁z,=ؐAI$'@!8DS1;1e_NrZ{E)IoR^VuHՋoGQnG}4.lUS5n=dWn`Ӌ?Q|:;A,l)j~iי϶|ٝkgw].?=E/Z){#_!(@-ЉʝzDѨj&PA/nX 1J<꾛5ZV ףZ;V|VaP[+qKD$Hh-V2 ۯ?[Uix#. FDDҤjPFQ#fjJ0Y@_vc(1:>2<roiVN"g*`g5w"nC@HM!Ab/9j;:%|7m*h^w@e3x%b8o=43C_'=mYL_ASQ^R>ܓT&d[FU e'TIT8u5;G{M0cFLȖ[^^2TN l]K?g]+;G$V]N.9S |mJ{3\0| 5M4y0ٖۏ>u~ PkBT 'xz"pc?Ze~%ɏ;De0ȯJwpdR$fs6S**Ȱsf7 dsvۀ-*.LZu!Ā ]BtQ4OFuORHP}Rh'~, e'r8E5ª')7yq,:$uoD9`EP'YN!2jY# j7nԏ#:\+4&=DJYX$T/>^W.m4AMi_ʏ [6;!v[dNbF0we k5Jum 2"Q |d.g)q&IaOY?i$f5o.fR-*O%*JWgUG1f_”/+KG 6H#fmTyI4}sV}o}Rt /F^*#ɠ#F'Z>:#NϮ%sK=\9I`>!ayz; cD;/(փd1rxm_gB'4ӿ^ynRהf1Tc0)P. Z NSyT`ha'esl}mLV2U0/zWF3V X5[qQ3/5g)m&"Y.O%4qT-פ %8_l WvVQ o5~0L\)۹/PJR!߷xpp]?q[&&t 8| 4Z;c4Z1vbA6v62) $پiX ^֠g@Bӧ`#с,U.Q97+EZ!|?~yAIy)%v(  Ю(x9;D1k@ w=B6ɓpiДvdhӖyŞcm[p|L'mt)]vU Q-:Y (3j+9o ڀ:tts+s#nTcԣ38u\$S.a8oywl$g_o@ .Pgx7ZT%{č HFP#<FU$-CvTu0-M0 «B{.tkz|JY]Cl7#F:d|[D8f"-?Kh [Z|lz鞖.v'䩐ԎCʌ n=^A8^W(37gM0ڈtXpź˟=뾋+׀~wP4╣#*P%e%9)5>V[w}Z_44Vfs 4 wpfIK7P40aql%NUFx&ʢX,G@7PcڨV+v[2: o:^Rbb7[) V#,|UD,J'9'uPǒgš!Lq+Ya(A^SYq6dZa;aը}əF'1/b* ̊ qI&.bzc@ѭlb{ 褢ښeW} K:NF#[#xus(娷,Boݵ#8 _فV{fu]~zjY䢜CX5|)zu6+k/FTVؾ0PÃO@AmNk{^,+&SZC\cEsw"+R%ZVDl6#TwE@¦>vaG9AZ`G):z9b {/-{|FF\v^4ӯM)/^M 7* `Lr>Htz@ M=AOv 褕nԗ3TVBIpU .։|=@N0):[6j%e??Rg`Lz4睗cXЎ}*zkm" cny cV`Y`Fޫ`y2ϼpDY^],|僕%]Tˠ.=v&g ?+KD{{-r~}oIJ#gܤhe\3z"aq{Kn`z(sT${Kt+?Uߢ m2 XU `{j @_Kd N5*?td 7T{C6ݔ͊B8jR% 7.֚MV3b:Dk^+55Rj;0#phs5̿iB)cgrs,|R,À ̽ 0+:#5~rCiOY[˝uE[AK5kr&FH+f94$:=0e%S0Er7.j],~d2e;"T_sȥʒ^@_g?VS9fɩ!s-y94?0-ܒ bgj[h(&z|\~^'oS)XD[)lR `؂\uml!cz~n ٲgwuwйj7 gNGtIg"*6|KA R}\NLO{ySιyd}+bཙI/#ʪRK|,Y LIEЋD #A`cke2}&{gn( E9Eg/;S=YLbbF95 ׊ IfD!Yu)xq̈9Q 2#ߜa 8 M&f+'3` `Fڌ۳Z zU1+W5WM 314罳W'c!* ,>f03w0޸#G4xH1=Ljc.3@M' w,XB7cp;2N(H/J{H}.H"8^=.c:넒 F i(1Cf)D9[ͩOĔJ?Xԟ ٝ=S n,a C.8\K26T6"j/ik̓-腥ĥBUџɈ/)@8lFvw!KD@Uk̆Ĺrmm-\ 0߃>\ $.bICm6/a; `!HsϪfI"lmsZN:{kf~ z]-y*`+0t%0on6\5^hrJmtd_ fb :2.Bź.PoŇHz24Ty.=[zlU 5fsM⇟*Ȳ SkgpWWB/ Y= ~?;bi1䄂GM,\UK0@ALVz6t=;#ПR۷Z P̑c@*QhUjk W1n9VD4/TD ú$*<9 ,|%hxlLkew(swl!DRowfrݰA#Jidqt4|bsidN$%u7=)L%0;!05ҧ~`+' hC:F3Sa&lh*`@=u!Nx+(ڸl!k :WDgl+7Z<2xyFp+"Y6 K'ȠqscNAO}f*vT..P : O΄MC*VAU]910CqC"mAV5.3-i>#gwh<)ء5H1|ŕ+PIwk%-FYx3wQqMMHld"b9܉~!By2phhP*/#]A9fb)nA.B﷢CƎM5$WpXd n3) u (*Dylbqtg>U[Nq+A/&tsyX $2Z/65_Q$*1B|_Ş H)Kg-6ơ2aAfޓlewo4iuTiwY:wOwGu,bJrXߌѡ%ߝ~Qؚ(6S`գ~ u`JK/O5'c1̃8AO$;!ѓo2-/;gB Ǯ;@*al'pNSꬦn8pÆуI—I-~#[2(o2J~ cDH sR,5UbfwrSЮR +7}E.Z5E(Ob4S& 17+TwvUѲ__y~Σӕ؆!'Sֶ]n{}q}-)=Юp[sB9 S[ ʛH2#-!W[ {qG7%oyR>e:ԇu\\@^vGcS-rwo4xloÉ{3^SEBw.ȕ)L@Aϩ7 nKV ˺a S|3\RƦҮ/Sg8+ Fwi$ YANx ;.ńb?繡 "NC淅_\D3jK|3/Em.zs))\7qv38%*N[ɲsuQΔ% | #UmBۃhD4nйd&(X`r"u`XERuWEQG^0m`+&8-|@#3zNmCۻSqP]B"N:EФ(m&mM)Ƈ pAX/1Ae&E~,\ӥf _ko]td5Voq\#ZӶ 9?! H۷)4`CI{33dwg\C @s;<»cmPsw`473E!b\8B|*VioG;_ S ej85Ԯ;Ͳ }vqhVfgE&>j7/%dMm }(R,Ũߧ9wQ)cL;'DTLBtGɶ#n(;,tr6j$m"0*B;p=*ʬ Qܫ,8Tҹ^R0{!K+S|g 2E h%(wC[&IiNN_o US|@Qh4LYU?S(jz/} .l !3v&,`۫K=tH~da @tȓmpȖ< uX#?oV|xuT20֢tEQw fLUSC-IFУ[+~0*Le)쩎(C C RR~K)/"$;y7~zV=_ :1;\\67 ؄/blfH ^ec _<pxS"V(qOe.9Đ"ا|5kSez~q$(ơwqT:@ }$d [.9EE{'"d:'>֥1XAL=͞1&JEG6 zva8^ /u;2d:4 PvJ< x)iA8_msT0 =7 k"5{߲XE Yat|I]`. ꠗ!!T#tlC^ʈ56p!+pW߆L3{o7UJ-Q]iz;{n;̃&d9vtV]D޳+MNbbʶ to]@ RXWQ<", UW ?=_{Hʔ FCps4dzVc%m?}RF jo(,=JõR>„|t7_SKhMsqL2]z`ex:DAհ kgSF^?Pf2F5;Ѥ bBDvpj3O9KsV0 BC: U˚N5fDbt>ׂyy~r2*#`&TV-vH1V]WQ5=W_бi>FF4䨩1껴ΎdCEXaB u[LdW LH¼9悶ۛs 1^$5s~B7[BGy^$`.j]ؖy6 aqvmʗE.&<_ܧPVMɕ,.W[e;I7J$Fgi9\m/f.d=ɬ}@U$+g7XeY<EYD-S\F'^ϋ'ʨ5*:Zp#Nu*tHΕ`7k`ک~51} 2&pճtect4\] =zpȻ Vxg߁:oXS5hgrHv~hVqfQ sY*ahdGj1vרǯ}[Bl%KXӲiwO %VdѐVo/*b G!c*9qZWR0Wm +[k^p9قp3mZ:;QSY70 GRXfPuPV=+ָUMEO5Q X*?·ҝr H_@etr-dU (~@Kj3\ŕIJlCya6xWC&}UŻ\68Ĉ0U \ħ~cNƙJj-E,}2YԌ)TeH57’ ]qEAIxwVo0<+<5|4a?qFcSt*~=sZɕzKK:[iO!ps~V]+p˨=:l}xGʨ@BK~fm`Բstr)WpyeOm pB27G;vT7'\?U5R)V7Jq&CKGZ8A~5aω8-M(&^#`Np~_Nv"1A 7FH0q}mmд#HWsƅg˖!=5tp#yFZ Th@NluY x:!=ZbY]6ƕڡ 4N^29ǷϡˑSDY5<%nb"B` ;?sUn_%J8tܶA<*ѐtOuErHR! xx|wt(FדyFWBa(Da$߻[Zӏƨ浇 ,ixʦOBQ;(Qд. 6h柁d`q0zmu~ZLS$or}(y:FL#,;5J;س em:h,7\yx!,Li[4+=UZO@n w WיH|E:8\z 5ʎsxRRW ݹѡ>IGSc9cu=G20-"S-uKofgҕ\"Wm}%fr`tMt>ڔ='_bt4euƪF7n$  +% yR-68-O-r=thWÉ[w FVnkIYXaqr!a.j̓Z|x{ZLէsCd,/aB&%ˡgQhY0<4hL X,lM@DV]_fP Խ"`8jîN|ELncOgU=@+Zٛdp.N$#Y.( =mlك7Co-Ҝ<}tpG *SCF}E,#ڋ[LV:nb2׾kb 'OpVU{Z߽{M1= q''saERZv?J`9ښa mTvFHQq+W"&5Aj~ P*tQ72BaBDRz+lRӛ7N\5&ٝxɶ PKL鰈ċ'4+B)0q&kI%d]4C|\z){p#| <anjDhlz#+fxǸmf`eX7k=Abx&mƤqP(#3-TRSl;k`,$z>N5?Q"!J?ٍ6ü(#3,YuPǏBۏ2hg(w_BrFjvu/prrPioC5\w[<ՓqbRCy-Ħ[5^S`M]_lXtݵ̼yHڂ"_pĂ1p_Q_V˵4c0(r~Fb Mo'B}7%z͵Cd78քp8[(|!Oq}u|%njGI o|72]ϡ6FJs <>!B$xFb-D89>u)j#Dͺ>x[;47 ĝmAWh>oDಆ`rXokdN/4g1 °w~zޣ8m7#=ktoDC؆{'}EׅcwN)wZ 5h{!ΈQQӪ*[S@C6bwA?V/cqHCU[H@ͪ1~ߛc>U8wxTz;s,qa&qUvݜvHW=Q?:'b qx>*&/On&osh/0V1-^}QA,TJd3 "0CH98S{T8[֌kZO-[2O%{14:>(،)ZsCT/Hׁ_Ts #[_J FjJ)L<#7m,'_`71Hst H#hM-;6wqJ@e!ǮHn9_gMޝhTxo`/ .%c#/O{^^-8DN(6IAj8K<`1jl+Z1 WI& ZUuժ=| = H9 dIMnҧ&߄MQt"|n똏Ӹ]C0&w/j+J{Ȋ#3k~ X|K3*y15[y ,b8%~$>J^& $]D "f+dh a,eRA HWa6 NP8e2  C' Db;;1z q[hD#xKNJ%67j |&OAiwA@y# P}r}gŋ :ۜ"*1(tu^N:Efsp9 sқD}< Tүþ5{ y '~/ k8g&5^yLQ*iI)5aDt3~er=멘kVBT_}qBmLfS?Ẻ:nFtnTS:]NOu[5MH6SФ 8lԊ+[(oPHճ 39"@[@FI9|ز{ >}uh;|Vx Hާd,%*^Cuͦ>VӻI\uWr#(gg"jŬo/>%ewm?%z{pw.Nwsϵzj tpJ%gd.;vL{hߔ)_6u^xMn5 M0Sn][2[;Ǫx$MڌȒG|bzEJ^5PMH}|?T:DbN?xm4Fr_Mܜ4brR/*Su\7)l܅z]k^ KmhF ezodSk1K5j䗴q5 h[fϺAG8#nm5OIgp5ced6> `k<E"V0 1ub\ή̻?`L:_m ]I lmbY} $P6ܗIey6sO'JD@¬z^ąDԩ̍M27mGHArdtr[fZ uc)>$Zw9bF7#ba/Έuہ "|\.TzU q +0ٞY{o^[n z#(6 +?]:;p贘:`eK :(ŕl4Rkɫ.:vU5;Uhf6\Bxǻ!$oԈ HϘż쒣KpqFm r@|ȯˍj*>Jж*%J\qt zeMI֛Dj{} W$MԷ/q2J/&BptڷO!"+qyBܮDʇłer hq7[6xOEZIЅʩ\|l9(8o>=7εeh#UzJWxQ}x|0,FViu5r&&#?u/5al8hZ&ArnuBc$ R ax=Nx_f3%CB];t[(SuM*T,w=82>jbSc)ȣUBgA#eˑcaIΘg6aj4|aR{WTl) Zh4MLY6XTox؆5L_t>eT^BmaҐK.02qAd2 zQTAn? /OVEux][7 E犷:y,0ZG: r؃~-F|Q%RӦ_Tf{.= "ygYH2X`¾%!2={$Nq|u*蟃v~ioIxϙd<òء+Xk3^ 0Rm .iba |Th^$1St"b<@}Ajt '"=t"LwgbA7#hxiB%=>t{ RՋiTTwq]aR}%%M {0X+Ei א)9/ o@E=HЖ TV8sCuMz@,N a3| :Tnk5bңAz'PV<+G12GES (?OGRkSv8rm0FsNS#V=!r##ׇ'L<Ս\7VwaD=)'54:x^Q uƜNApAF:eҨ\*ُjȐMa݀dx mK:<>j˸uBWݻhpBr5x&'V!CsDLѫ#+W̐ɜILL_?G@>OMvA![cW ýfoZR?qB+46ݰ" ޟ)Ol]z f}E/3*=r9WHqʌ3"2j"OhC( 6uo&\awheAz|C~MaJ,b6&Dzt"@%̊zO ~] dUT "1e-<)MnI/ďnM*Xz(RYWڊ#zn̓N9|u^#BU;4%cӶZԼ?yd]'0Dkf#?s.%n3L#\>a_$3I3I1|SKf֯֍;l>vjܷl SD? pnyS /ď4π cDj~Izeq^KvabIVj,B!qN$F{|IY ,wܙs6.ʈ{iu.+\8 bab Go_!q%OAۖKm Z`ƆL4/qbK{qj63Cs&a+[\))w){cRrVI( @f-kgu DRN\k&}NrX]]k';i1c :}<5SSm)Na%IyII4] yB0it0 upْ;m`_isq*r(ӠZ0l=U)ˉqZY70[G]Lys--+qrA3b9~Cf''v6$y `d{<zZqvn%* `nD(fJ NdzAYL΁ UF256QÃBMW'%,'|u}69W]Af{;-jlɅ07 꼌|GY($,l@\w\ <~~{>+AJ/; 6o؈p:,^Eo-\6Fx#.WF{B{)yV;TI3'>6ok flh~'ytDI(Uip`Oԙ@a ɠ$|MQ3ϦQfBJ+Qs{ mGFNCL-]Od;SG$ 4qo#)md|]^gỲC!7LLVYr{OHv `jycI$(YIր/, -^LrVSnm)'m%ev@l0BEi>?;W2H{?ZQS-}@޹`)xjE'o(~o)3_PF8b$Augf1#лf8e'J-yP+Gx6'!x܁诔iɯU,FЪ]ZI><}1Q |~r'TTPiE|]ʣ*q'Sa<8nBZCQ3 U\LtT=Te1/x}q@W1mgՇo C^a{3/R*4?<<:G%bzx9;@_ OwB) z'4OKĘ0iZ<${†6IPHr/GJ#7k%V_ G.!_J_,lTc<"p ;A| E4v7~j$ IXe17 9㕽>m_)sG*Wd<ÇI2|s5-pTۢ/Ow)\ /#BJ8muda0bȫ2!AN2h}Hɟl^頻BOֵ/Ʒa3+S(bۢ\+Þ`桒ͣ!Of.˝!=iq *tg,N p }ZV0Otu_|]yZx0M$YhD7)D=0xgqS bx4d!Y4+0ykOƄpS}3jHtU~tspd \܎ןv@i;|Q*/,j/bMuu\(-OO;zi*s_*ș1R$b K6!u'ctDHq`zLҽ3kLdЦ0-ܴlP7<̿ģ\䥹5}V(WC?FjX5je_O.U=ozm(u:PQʸb}yJDAl[-i!/1}۹14R-đu<WO:6͟+Y=|)Ap<.Cq EEw%|ҷD/?ZdgtVe>wQDR4|'wI͸&'Io_3mM+0@7e!ηm -gԂo;c0XHwK"W-BEr/*Mu՛An[{MJ9`8horv8&+]Hh`mb1jqfvyˊ˂W1*.+`ƇSj857ݺ*Px r, ^/:ה!09k!E 3b1xBnAZ2jO@g}fL.u|)KuGrZvQ,wzg4gЭV.5¼g&oFvZjzN$[@Er7܈ܟ dðKRߓ>8#W ɏ8S"t UjJ=ܞ3œG I#CP@̝"'ܯ,o$BufDDf#\廏򀍧~%es)uU(鶫>%FW">]P'A'D*k'j**m$kqTWKz#q'BvGI9g9nFg:8:]6;0R#6k<.WR!b#y`Il߽/teLQki7q㎬msע tِF,R̰&_S:Z8Xg~+K`oe@,3bsPV!>FqF&ǦHۨ6rvb); :ނ&,~ P͡z 6=$"~s `T^ґE; y͌mvck$Pkû pyQ@|{n_;'豈K!mĉGhG֙QEW }c7ˮTrpX^ F^yaAaM@$ȼe+x #H۾OGяv|a!;D1ZfIJ㐋D_ls{/[5hnߨw+i@Ϋ:{4qu (z+#Q$Ja^>EJ4SCQqNUՐm*]<*pMWB,l^/x TvZh"$.i'71C3(g*׫%uF!y|k0`7d0#i`n~uZd+doE[mVb. 櫎5GrjnYi~rdW{Q0td5IRRLp W`+9 _=l9FPo:*P/j6m"Y" 6Y5QzN D Yѐs*)U+I;~bX0VÂEHcmH5d\Ņj g6'I<3|1+I9 2;EEH<-CyZW87*Ե5 z2WAOF)݈7p4#(YXu%W0v@*X([&x&M{ghZ:T$11>ow^PZc| Iyʧ7I҆y}ᩅxx/K4' ͟^ -XP˥ ikµݒӤPi|%[^oʔ-o (շYN;3 -ĂZr)i#@dG[\w㟒sp0 ɻL|(e[ť9㡂(׃_ОHcPAklqOj_džO\Mk O1ni0 D a]8uػNcTKa.T]ؤAYo'-$zե H%QrI, ɞ<*̙@Br,-1_I|Bq#-3/ynk c#K8EVy'l96)ڔeu4~d;c"+3No<`q>_Vm8qjv1b#ձ8N<.5N'˞hCj)>( Fc#蓆ua1/~Y]l}H7s`j) ԬH0r7kskQSEYXEVYv?z|4_8 Ť=SUcƻU Ї(r@)|P`9{/! ז,y]f<<`i ⿹W7Uұuo77rضv1Y419RUv({as݊ǪAIk,?٢7O?FxA:{z䇎MgDA8l8qFNq ܖ5.Lfw"80}ngK87YcʛL%Y7h(5: \-)sa"Ja\Lթxgg~z T wb3R/@ᬢcs[-{B6jYM׿\ ܙOEGbayvg±vBt.~cx{ <A ͽ"ZxsL7 <2xkۀsQA]u3@5|t8-3M׷N|ӖV3RZ)V Hn!(Xyp`{yɪNN:ɣdcgʆ!MJ@1s`kLL6 p九eՔQfB„1tnDJ:(I#Lv Q?s fïI) }vew*JZl{pZi*UG%ɻMs6QI˒]kM`:_]xklrv%U0]z\ s*}N߁ќ8UN!Q&C lm3貜'T5ȭQnWbKqu :F+>'"0w¾Sn툡m+>Ґ{. Jj>$Jn_am>|Lcs; 4=MlޠOw ҫ2r~6..䢀DD^^Ѝ^*$w4c9| &kP+TD,;Ȓjq083di-|/^) d"PZ5nɣ ׿:bc4Q7c5  tjXM`~*|̘ u) J00xѺJBjכnH1_3A-.t5;LQ a jEm+;"(k<Ȫ^Nֈцz=ρS!3*d^ONQ+U0wi ˩8j_i9ͱ49i]Myb>*]#F'R+DNlŦIzɍ^Ҥ=Duqsa)ge_q,})sk.vIp}jW$H._-BF>w GMD-#z1/N##GYB$O 8<\eWɏi[WSkeL3Up ?(|jq#{Q+0FsQt}}BVHM) ӝEq6D,IX)&*l 6 .*S6#-9{϶=i}"5#BMrrķz '/(]|vYϬ\3itf )e bPϋS mA]F,`(N'QF5d^\ҏ&D=[jCq rJ)[B_V=2ٜg>N T릑X8} ^nSAQge^Zʧ eU~ @v?i I7ž[¤4vH1MɓlT( P]詌a<{ 1SNS\'k~z*UJGd{.sB{:VWYɳn0^/ Bms4=lqr+bMzWv7+m&aPr6h#k:ϲʐ0?'B/1@:#0 %z__?XЧ ISJ9M;  '74us*YvɲBZa+3wlR+&S:lw h2Oޒ:9Ê^6)OzRۢ~䈰s'ط|o!!&er#9&2+DTw|`ǁD__YcV )i{X,crqqh)_qmngKB JnaXYRf~Q+X-UWŤ2e) x3W/Dٛ+LcǙ!>؇g%zYT$Qҭ9/g6dص`Wb$>[2`q4#O]~i% ѷt^у eai1 oʕ{ڴs#a3u8n3hJ NෆL~ n+-=F4]_78LHceg(WxVXeW&џ\?p4dJOCRHF9AHеĩ|5ˑ~[+BoefiѝR%z 8-22]Unpb{YuC"&(mi5]phl!!"S2L3W)Jae8X* s{9d i"3N}=tTPTy#Uӹ v)q,jf^v*#5Jж뢟ҌXF ߚNBЌ$&ABY+O(t[4_0,4È q,a!! `4յnsvR 4K+o_/>H.eU;#y`Hv!(歪G*̭ NVe"O@,d~CS* E mMy5yV$zeE:y{!A߶ђu&0](]VqgƈܼFp_*%*@9GAmrX9P~t9TPALo3_;ݤYTɕD޺#B P+bN%y|%3WwQ3G~>5O_-65jlEnR-oomˬx¼s>yE, Gv~ZIvikIoTLҟVt6;@6sNI)ˁ~~òK4 )'a #;a<V6iv&aMzQDnfy(ޅB%` YԱbgedX=b8N3կn #Ńv獯t/0OG[RW̛S$-Ǟcڳ aܲ+P+IgY܉e@ D՜qy <* >,"R{dxyaڻ;skmc`wu6,v-u8$9Ž@u#eX{wdy̵0]C\sr3 ? <,d,_|}ZsG:nFݷVʄՍFO/)6xK$2iT9R,toFgdV .&}׀<& חoq'saȂXx8) )K+ ?yrrǶ5 Ha9I$PQ-MGԨkY-z)K2WOkU*m9<7-aK e[ܭ@^F[{%Ƿ29ç] ̬Pb{—+\Nd&4ા( j#Q8c 4dɌHFV4uPBgf͞' *buzq<@P֟bEn L |`\Dgg*B4I1>;L<|%CDM77H ڧƱ?Xz"豇q P",(] C;g`bt# ɮnaUIlJ6s>KAK# " ]w:^#iD9[L ^줟G$c`&L>o87tIXSNV1|fF@T:"%cHPYz4?x 7phv;v $hN\SlL*U( v&;/VR}3_F%ܣ*%6I![hz'o qzprnt!NQL)3:Dl_ Z޾JOWiyco`%3}>UBL^/ʤ?B&K)d.ÀN)\⢐ &n+o*@j!@G}BPL+[Er,1/m2kVa[YB+m!f\ K :T!itU $J5`gǔ]?PpϻYgnDu{ޅp VQ ?@yqş jf'̴ӡ6GbWBO>A@yږ.km4VЗ>-51r!S)6ϥFgbVJ>qpKT?}qw7:yC> ?V u'xV?+pT20¡"45#@vMy!G%4Ԛ v24ww]̡Bh}~Wq hs"h*}[Œ50zpㇺL>LbzfVŒ&ڴh-1hy.z:ܚRُ=P$?8iF=5YlO0+pڱC"c% j!#ͼ1ӚO*i mȭ[r퉫 ۏS\ekPܬыfT g>0lm*GY'*k黹2-b{zXDS4K T`7z}yu؍*WH R)~:/{e&M`X k=$eU[8qAO,^f,J>HA90k;y0֖n$`ңsF[WKbgjy\PM=6IٍǛPZ_Ҧ%cE(}rI+u(hJ9s t|:sѡԇc" +>oẂ3,maM3LMƠujD~8Zv#ڑ#y@[s{}\={"h'ʶT6s@NXtaz)XiI n.NN=BN޺|L3µ{+a>ͥ'2{D^wKGJqOpi8SCͨ]h(=1*s_NnR,HG+Gz8v$A?nAb1SE|Ԃ4-< 䲼?\a^H2Vo?>`GQB6J#4E艤W|{Z?|4/7',/=b|VžY.Z'r|`NQ#ka,bI -G3$TRj:Fd`M\̊c 3?T:&Ⱥ/$7?zG;M'>!d?+WDAb}T$cθ|Ǟ\i‚{BϠ8!M|S#5FH@T 2{6C:ЯыmvNA# x OPGMHyuv_3X#@IoqouLv8zB =2r :uK 4hD˗vAF!hH 8jRˈyuB9L)D%5H?L-"XOmjqix@paྶ6hZD53UR)^}J_ƽڰ{ =o3OyT\F6lh0.$Ս<}s:?="> s LkY_ AX+;4p@˿cq+Vz%H@.idm|Nbs"|(A!](dŬt ķ (k/W.SL1R::=&U$}%ft5ԈMc!ܦݿ}'a: fce"5 #!:;W Ff{\e7wU:?pĈ]:P1M2{vlsZpvJ>&&'&`-ݖ5U?=ϰH+'(a2$ 8{Xr7ߎ?iTJ5|-pr>rzlbӇp$sUE e=E|$i\j9n^nI[?->&%eij<69xv| `ɏLC2M/8>W(2֤:j/eֆqi0/\> -5_plM^g&v!(A Q-sg6ջn<ҟwI“a}),4=ߣ~>b@XL<dXr0_R}`<kH6D!rDqy]644RA)|,Y“1 8T}Cd>[A3N4O T {Frw^KM"h_7CK SYM/^Gs~!7WГS;5ol Qj,躇.#v^b"uMEVp]ӏ݉k.Yi2YG$F5NbnJ9<М hXȑv4ЍSA].sE˜޹{yM~IJ">kJ:aV`"ȬbGmyXw5T\"*Ɨ0m]'ѭNҥkA헫Nչ ǩÊO9<9ˍN_ZG7 V78A[(̡@GN6/y&"{4n#njhdAa5ׄ*Ut nDl߬Z(L/6 h,\nТ .ۤn+o@ƩA}|ilrt4]C Me1%8R:ҟ$wNf)-bY>%}z VlÏ/zȗFjziT}?z; A5n`SZ7`\HBz(p7/П\ϣaW?N\螺4*w@x}7Ն߅cS5F%\"^x0Ȕp7k#RQ0o*1/G(]\ZNU2e5zF! xdѿ|2< i O?f1lX%XT!S~"2<*O1!bj4a3t?kgUufKaHcl[MfU X|1GZ&KZ>J"y2%OU R@:J v]^G@HVtOeќ>9 EU+pOqla9X# Oݛ 3S-ĸko/iKi[ {L9e?)g+4?q,}ҥ@mE퓆?f-9:H4¡뎷W½hLt~J*-q/.XeU"I:8;@q)aO5U]Cl`gxg{Fìpݓ -*G(JLf,U cH`oy ׊2|òY\ %Kbl'ewߗ*cpIa*|0#hr[//lnHl& k?hdM[C ʵf"VI['<%y L9p W|c# \=_Dh%.ef5k!w0p"]?[U}t]4>c1pvV /\wMQĘ-J$cHU_Ho|+wt )vI⼋Ew1_Mr2pSȌNI:@`60ޥz~FSlsv;:l NVM;1? M:щ/=!J,q_pl"zg0-wߖ\2> 4b>yl[^^XBAR3/=}óm`[ 7qFq$~KGߪV )I6| jTXT:gBRdH9{59@,,=҇j }CNդ3yAhnfφiaeqq9 `&ꚻGCfT8ᕪdz3\@3]cT*խ溯pR˅Wz/xN{..3WS*AY@FJ{590h^G.Uӕ[~G\ڙ2n, ZHhT/.ֈtEDI•"j"q,~4 yJ̒,ˇ5hT<Ȱx+]Tl4ʇV>i0ns ig ?ԝƃƢ lZN,:]KCwGBDi oaeep1eԤŤ$V5!ĵm/pmV6X+i]K-y%(c܅''bzw|dgu_M?0iQC`:R3z==6; .q@yH`_r< q:Zbsn3)ngJڒMF#AX`y6< @Uڮ>B4#J!]πf>lk8xhjQD9<|dIAP'e$tԹs6w9s&3/Ut F*O_drnDe͎@PSP,캺{er<^Yu j73|JO"fc' 0rawlJ [@[$e|MHyаKn`@[@"8A9,q܄ W?yȨ6?ek/IjŹwK@CI|WB)D Wķ ^,0I&PV 6<ŗ$y{j Z:0FUimҖM7_#=,  ![ n4@-'9>8oH.L~ͨx̒aO\^qۦ0"cg% le%\+O98\Yp?j ZCU澄e7y\åM(/^Txʊ`<ԓ͆n]Z٥}/{di&, &çqj *29V$ f%Bv^ Xbj3H|` PTp{4G+)KIL:vr9s YFTγpBIZ E5%΀볻ewk5$l˷X2/('k&'¯O }`Mc۴0[[*>[C2k{2&j&91g)]:ϧDZ.@Ϧ"y՛L8C:4T PeiywlUM̝N| t PjࡪTBUԅ!<; 薣լK /eBB߮ȤH)HFƨl%@w5l{M}>M&PU4;`[,V/aד%/q/3ԧPUJ 8t/,kzB⣽*DS?O~!S8l6~oĥ:Rt )Pcͨ.`*STb6;!"wX]vQU,X ⨕"Wx}ڞ,pA#^ðUChOT6|V2k4(OTt0V-tzJ}b]`[hN7WT0׻T& WqhK:1Շ۫ 'I ;dޘHPx5w$:#~Em ~hFV]I0u&dzҒ3`K[^H7^Q:|/gݐTZG|ߌVA n/V1Tk_ka.;["ktQ qJ3Ra{Ey`@^~s bǀvrLmV4]&*B$㍆Q'iž^E>gm;nJo">~3Wv//fZԔ '8~^=_HXhMΔԯeo-%ޟ_O|^׹{nRsPV>'3 O͟G vYdޫ,j%2Y S78~ކŏ&{a5qh0K"tG4fR*$a|*6?SzQ?h ǸC ʄ*9_ ֭z@U))Q]V$>HPO4}g)ǁw]w6;nb;\Cvm!Kj"੧ӎ;xc*Ktx;Y?h,XF ~L?Z %Af~$<)͓b&\mߒb#P8%7+GyY-/Cjۗq{^]~o^- h@G|`2~%Jӥؽ CN|օ1F //R eTo\yаv~%{Rl>u: VY?@o8v12 ٓ۩%܌GJn#7 3r?N ZA0*v1/fx0 ŵqYᖟދ,#*ԫ({c3@ P1r3~ʅf>V{OKu$ഗ&&G&9O+Lg7 U}%|ndN:QMx5H&)f/$ g~q8GY\ٱBbbٷvS^$uUSFoKH'=@@DG:ki닇)7 @|&lc*B ]MlN?~ۋL)hb H*u G165D3q*YYJI  !Xm:N s)XV>2U%Q1#S˚iF\+ ,ڧQsI~_)C3Y޵;O.;u[;P˙ HcHg(کoN/qKk&dmh>^×\IVZmEwTkX ]IQ 0#{nZ/C`!`UOaqk|P<GT$2 -~2ͥ#!qIΉtAÍ wFhRL6, *siYe[S4Υލ}IS׽(^'4dF "$碖9F6g a_\ǂN{- !~H$0N[=7wsBP耮/P9 , c>eo2av0 6%^* 'q-x\P`+FpfaYYif$1N@,8-gsTl(7#j雉gO ^|nhZ0@T`^R]k}~()@W9kQA2|{+q u b4Lg v lb-,M+/s|t @ibC.TucyDqj6djQ4^ X(aYkȕX^;$`ڳ*qКc)0H$!dh+`R!4;%e[ۿʫ'?[WSsEG9ԵJInf~D3(`.թ^nr~ζ םX| k $LI?z\ C)~s;ȲL\(G J)%p7:SɹQc+;:Pz<]=.;\<BRVs%s%C%_Nt*®\& &,HuA0/iq׿iԣ.yY=?uSkEݕB4+6:~|Kn6䴶j sr*jS$Sw>4"xXrdv|SlўZCYy2KnƳ|^}` [HWtn;\{UWo fl#͕I*"`}meճK^_Ryi'%ŋeŵ֮dF^2#*FhѠh )\rf#&R%}7':o3s|k Mz#IےB ܷ.m:kp8 -ktݪV vqػ5$:sDhyq#uB=51{vNf+(%uRti+PHHbЗ^"gC zB-wۢȞcY]dkGN=VEWjـճFX{pUZijwۯͷ),(?@qLA YV XI ne9уŁ"ek\PlA"dEk)1&1u R27򲸆h"vHmY&l6?nHUЦ9NEhAcG=d W|m,ykXsy>=EnDQnGJ{ȺvUJ~ stXr@&™d$3&w1+ ;dYUxMyUia׆J*fP|YB*cLB-8AӰ wwgl>/xVp[KfNߙ(- LiL2nkDni"}EBK)A֛`ΫTUGgD)U K$}YV*b3 JxQ3p@zzIY?k{Be^dRa|X' ~96]'>M *(RGi*|9FHݫ*,϶JTmxŵKuѱz ܑJ{ۋ{pqKH񹮰ҽ+PM[+?o J JSv.J_3$|AesҍۂԺ֖?[`C S7ZL iD>ʴ_E߼lR$ {N=B5!% kc5X1ޅE1ހytek ܨ=C}t-cTƘ.T[;uKSot 3(ۦ~ۧi8 , Վ4{S>6>_0 %t^qtu5 wlx&M@yc-fS =I_k#,%t%,$gv/7d)1n4/^5~G.&&@lQi ZVf8&rj5( Yf]Xd"\88/UcU]i L.6$4Rxó~oO#Ӏ9lzzOeJqi0'G@ƇC M[kH#';: 0z(M1l@6 I RVX90' &^n԰bL(RSHNr2uD5_?ŽmSuH\+qЯⲏ#_o5={[ ߁?<ǾRسPYB+/TIy]J񀳚?rN7@lo`UN+# f΃t3C?` B1$S`wBAI31F970Tƣp6 du43U 3cDU`B僝V g&d- }R6B0ʏsscOG#}BlCwc  A* 1Rq&8"SYICqxc{jI;ChoUV뒍iKwj^|lX@Tp%!|oXئ7#zo|S"?r!KkU*r O_"df"!ޕq=zY$L\ #pa'AAS fa“ǎsb9L{%"n&w; !~U~R\NZh<i墾5 (tlt"*ou(d0" }p",AD]u^r[4 F_X+BDC&.LZNC/dC:mcx®ZC8(_d$H˾ďy >a *dA򂂛嘫3X(~`g͂Gb9f~jH?'ZII"%& ﶠ,b3\ԗ3²';mCXtg2yXw ;8b%BݷMyӵKwNυG+ $P1bEu1}&,KR& ޒ7U'يڬzI6@GL5fx%܂Jl:x.f03=-1Զ:7YJ'p=bk, }tl#b̓?DmQy[k&A~t+@`F5ReF&U &)( (Zo6Y(4پ] }ԧ*QB$RYS8(Z4fK3hm-]=B6Y&oYL!dQ;=Ed%:T[Y:m h}?P|v\i>T@d\0ZzXAKi{ojr,A#hܤif!LKڬwɞU=M^ l{P\8fGԘ,RC >J60<{vu|a\W PAKdpK圓xUBERۙ+CKa=IE X҉GA$69z¾-vwAO%,s17!e~BI!d:տ++C}$ޒ1~`Oئ[#Ga9 .]N+6cBkz_dq@7X5Ml?сSE6rc24Ȭ5+-U^e&6|d Nŭ?ԦgltFx\wr*&1앸 6SMv]"zDKO#βtC $@@+v]~iWM=i 4/ty,O׀7Q$"[t@AᲛ#t:\U)^޴mz>8+nR<V_ZTڞ熶q_An6@^cEo׿palgiv8 共T'Dq G,:cGChthRL Ƭ0ג<|kI:$N1wn&-+VГP /;LjЛ_}5۫ad bʼR=ZF+j(Fߠ#s[U“VW)Tfn _͝f8Z\Io&S#ӧধ<' E~AsFkzl`0 y:grkqIt Fp :L|Nظ!d0pϮB\=c&2TXܟܣ[S!M#<A5=^Fl+~Y4"bn}J8w%p.&QNN8Y9x&^{^̆ ȡG>`?\}ʉTu@>X,v}263FCɒX vDw:]$5FrDj`)$R0Tk`l|MPTjL]Q,r0D_6BVoZ7huCƅW +=cYU61z+3N|8;ާ}HEY`0U@>jsW 'Da ;bZZ%>Mlѝأ-d|=26ODLXF23/ȤavU>!WOeTR: "|3H'IMFJT.?i"5qH1&EY t̾$pS_7l /'?K&f\) \^KR|ꦴE 3bxwg' 2/a)-& 3`tby͇s(0mj_ݥTK吻;n=YSr4\.ݝvw.72SnI2I\NUvoIJC=b{Jx^ϥ,wm ,hQX1+=;/fVfΑRG<Canu4Xʾ:vܕv*\]g8ѸKaɎahI2uGUcS*'Ȋ?Q(%2S7]p@0 ܻpkKR:K-[0wSnj-EZa:g? ay]u|yk'Z G'{}ٺ=:y(1)!3vlޕ`Gh*Oɷݟ2G)joCL8q'//m׋݊w("^wm0Җ[S `,. 3Zj蛔TXo8_~8܂R<8zx!@fޯ]:ӐP𓔮XF[ s^듶lVy':ӳfba' ظKb OʖP]h6u p}G/rѦF7x2n^o-t3xՄ.ld5\d}EJ i%%OG"$S EziiZ".b-Q3d\ L$]?K\㱴̅9!\^ gTn[e ϧ}t'l :l0P 1s%˩Oyp9HwRsEOc4 P6[2 u t&TU.0&]eG2KyW1X,(6CU10vTB_'aBbjFJr8Jj /ni b<޽1A[dI1)^8[FL ,VzCk TrYՓCJEg#k}-͝e k(rJ0&9r8вM@ˬDݎBjTki=uOvvu4#Nޅ"잟q􉓤0QGxsץܝuNͣgBG*OlaFPX)?8n,AtPJ4F2s2kF?Bf<==\Jfx E ko@%yڝB[Ԧ@חJˮRFěQ^h3o:D3yo rdsf&eBIy,eIJ'_ФWNSFr-z̵%gTMM}R",3:Ik@ޯ`^5}m/al,gK>_ucd )srU p!l k":ui&ͤ!=a-NM<;ɥ 5X 4AC ujFG{ .#Q ׷3d CC-0x5VDFxtWIC1 7wdrԺՀ$q`X4ц]s^ꪔч-bV9xXOZ@V׳(<\wȄdhb@ O=/n`ՆHQI`l Nz2pqs&uYn?0('ۋy 5 v,eϬ˄ Dg67lκw?^>& DH5)_it@<*E/(_'4YRjCC*U9ܻ6vnET<$ǴӂRe؋8݌!0*Ћg<1(?a7=[˞vZ9 s Jx@KG"Drc9CO<:өmFIILMᣂ{tHbg)jq<(Ay׼bc0Ǖ FŮ½i]hZߧ-Q*GC<<UL'Kmz*N.#il-l#G>q2ҫ JCފ_&f,C t:-oǧKTr Iԡ]q'5CzVm\9Y>`N5 aO5/dvǯ~^OqK GlJ)/٢xcV;rPx#sZ@ ˀ98 QB 1O h7Xm'd% 7B)WMņ m7 '$݉dNy NwCj9VEr@\F|D_?\*Ρi niS w F,39 Iumf+eIiSiuqv[&Y}t~yhes_x|x/y/1fIU )=\-p|$t{i{h4&b Fm@.<Hc}`1: % b͋W]vE6V^ugMTNR;rԥ\A/*H"~ M);:i`6iȮ &nܦOr61`V)ܛw`Ҙ>s >,7bٺ 5 _/eh!TH2iZGy4|U]\r@W!%,%^q*XE2ȊEjBo:MAο$9,A\`>48 .귯%Y# n6T[( /H%%gcNjٞO{n\0̲á>/R/j8*:Bc]J3EU{H05AoAF둺H%,gvmϋRB"\q5 #GЂ4!씺 vDDž+uH Se@6pZc}u%/obna2DT[mHh_0Ne2/<-y\q)=+&|u{&p/! WvلbN@Ú7jvC2I$R0}f2oCiwqE>~ 8DJh- qFF"oXjH|M zU$R8aѧUX;cGwKWBa&EdJ4:HPVz7@Qq2&: 檼Z%vT̝9sV 32L*l@mw2 𬴶#}CUف\ !yIqGqhBh$; ͆s! `w\n;5K4>GN֨RD!U7a&߃ @9Bm,fE0l&9^t,G@8'~ÿv t'q#i$k53tgmi@NZ|'UK`vV+@Z 7p}< &؅$-z4?ܞt畇߉&E꨾uqM=坮|yeX<ݷh}\Ê46%õUp, $ Nz=X4wF-#n-)EfƿJfmfw'q߰Hdqagir09qkcw$pW! <Ǫ.?7A1ɎTP @CQet,z96mp 6Mi]v݅ma}7FPM(ɚ-X6(3MPp4Dbȇ%4#}»@66nM'm.AiOުJ=Stiib CSPMX#w'rtErsIo>KJjnrnc/ /dBod#5Rɚ/=L] =™]ygdo a@G%{iw 9#&9u~z/)ލ~6%QFZ)[Y?n&;:Cr?c*dz[Nh7Y0Ӝq ^KgxMX`,=]Z>K}ğJSX _|AY3TC =#w@6 Ů3 ]mtzǩ3ʷb @ᢉ? -?r=muhDUOf0y’rͼahXnxBJԶ[߅}?iה" k@RZ>zN:=&NU5&\RfDڥ+FW]M}(/g(&#<⳹0 ]HXV;FᑪgA*22ZVilƀ$$rX"q Y\F)Еs=޺ \Cr'7jnRpQYAKeɇ{=Pj 0:fS5XJ%bIc]~)g ztLX{fSOHe]_Fe]},n] P#p]iǜ-Qjuۋ=Wն~pTӘM2ħS=f@Gj\xxGCw 'b8@Si脔oʖHzvLrOI1S*޻YdUhgt$t3o'$S cˢ'=*} 6a |di`\#̙RKN0>x~3ʕ!LI>Цrg/Ghx{ٌi=Zb>wt*ZO:i1iBhNC Ru[.̅NħX?L3t(м֕m=\*GЉLKXұ+mi]XV.zƦE R[#]X2%0pR:y5YõDغ7 O: 09DLe]IQ?SR2‰)NLP|C̈%2-wxUiڞQGX+~㇀V;D[+ph`U `b1HzGMlP& (,!WĆLl!_&w&Ks6cOto,EBW0XF>5Q7 <_oeC{Zh4N%A|jRT/~7AhLM**޼Ì, 5JK<E#*O=^IhN~W+c*hZ3U/1SUU tqFѸNJh nj5Ҁ }L,h[ȚJV NhD$Y͹%Z4 (ϳ mWTPh/I!v<馏m |$@,MJ{`uH ℷ+_@(K6O08+X3RR^'myK55EM, jϡxX+ND$>DQ 5gh t%|>]80{۝Mb!!Z9GqI(p /j$ H?NCg2M@s{[BjgB1⑶%Źr+t勍)PPch`;poF#\?fd=9zdu.2,")B$JhWd9.ljY,bӥ~^O+Gu Z)ò,Cn_ *x0t',oQf˫)CWa ?Rn ޺aeݻe#A||t+莞$/6缐rZ}5rwBD[_ȺaPPz tu+1yM*\_#dF q9BJ{ǚRVc4&tLW<1ST+Uy|N{$LN\yؔtvw%}Sĝ'lU8ӢUoerx5P'+Ϯ$:ua8Eko qˡ<Ĺ?k[U))`wl^D~k>V쒶 [Fll]8g%P=6k32Nr;KOSXlv. @CՔ1.J6! | +2oJ]m`B$N`,)iYUp~rA Ё!?=l©/t]vF~!JiS;à^+bD3(R$}3r_FOhx/wĖRSql1W6O Wٹ?oedmoá!g 9P/ pL3%eVxEO$Zqoe,,yKz[")ACRB{t|JQ _3 Q, X: q5m"#&w'>@l6/9|KIyEHZхB|jD>wOUIw G^NzFճ qkر(w#kG۾oԱ.%Ώ!T/>/mt%9"m7Ȍ*!٢\rƽ.FHbPB]-/a=OXp߲WbfSHw;؄ͷl~ly{?Bzeا'NGUݼ19d $`oWj\ db[%1\{gօAgOV:ٷ'd`fԒ OmVVˁU4 ¼-̓xTl4gD& &fԇtrCH=?yɺ"G&B>sq4ZS7:boˤb'J[3)@1r$hrdͨ7I$-8Y[qgI46o')Kt}Ŭ'-HMX8KުwpgJ.q1Ort[$O+{G2 uć&."6;t$٫Pc'z%w'27-@{W^nsBu,cUS %?Щ9+*FJwZ.f-.n;1|x$)"Ncbfi1G0^w#V̶A)c nQbMQQ?޽ ~ӘnP&e Pui{iRՓc!*$F [YIZLi4Xq븬XYy-XoܒzHJ$ mtU: U: AROEEXna$Q)/kq+{EaCz&Kr"a@1 CGDwjn͓F2 -QṞgf4P PVb-?=1w<#9H©&rlhUAi\a6d\5;՜$uŶe=>Jb7樊NGi<% +;m^C`&7hr\ͤYQ/ &Vw6sF7fxq@sMQIQU؆2";,Knpdifo`Vܩ0K\i&g^pSXٽhҪ-r!$j<\fO$OzryMifa0=~{Cnit \5#bk ,`gP9/xkeThnr&-QgYri4.PqO'ʆ&V~`{XH8;]2άQD2Ic Ө\ ̖]tWkc!x6Qr@p J+RN; BUDpiyJ;A4!?mϪ`"]N4ށ9_f H x?Hb:m'r!VvɮHzji=ӽyݒL;TB %@7gyQiDJCDR$'*g'OgvCyQ9\)#kY l5j[c]yqŗd gķ#]ss?U4ߚ 䴞tM,~qb$GEas8WpՌ~_prʶt; (9S0ˋ yFzBuISsǮpϴX~bK.:Z蜫{|4 Qm s} bEX9PǮ|ow❯a)*|֤Ngey_f=D ?'lgU`ϜGXZC#ej'WNfR{ 23( Cw{p[?xn{4?Ӹ}{A {[Od^ε>Ar17 F2 .T(uZK Ҫ> ' ޔ,'6T^mӘZZgbk6B*[Of,w\|ϔM{-omtXX-2xlp*FF ?~fУcgh~} { qc(g"1: 9o IĦB ߾Yp*akt>ռ3 jЛ=r81g>MxyZ[Q|#|tĸ&*IQQ.i/2T{ozzv)*O>xc!)vEQ֓dTexRaj [5ϐ~,j6uׄ>To E8Rit:IcB)Tncʋ#e+X2HXtȂ& dH{鸋,1kLuI &b`8{tEm[]qr7/:+Ty69i V|_$Kk? b-(rb qa Z;ψI-aQm'6-ZI ;[w9Gm*_ǰя^! F c7u½LW5Y,RBU|?O-8/M Rs'XH{8Tm .ݪ^\-92':E:WC8 dLuGCwyJvb ă]PĺR"EƲ7Auo#r2ϸa3 Z*䐓(FEAK,+SRh.p*ا%p^Qf; lyZ]8 xҾgy%DUTS`fPxh.Y[(8ON؎Iݛ_g~]Oak#n6m!YW7AIg8b7CBAQwe,56^1"N_f0Z%"Dqe.Untߖo?hrh9aG)94j %ؘasfm+EwFnK՗O"k gWRg؎! 1sypGC3;(P6iƅD=|ʼn_[Z;_k_Ta߾R(۠pr:Y׺锏oB@qGi;i&otPmI!N֯i (7~f1ojߒ ^.1]Fdʹl!dg]MOx5C+ȓĉpRNq9\;+r)lL?^K:@g.Y y\1瞂,=е)²?|Lą^ *xHLU2C_INޑ7Tc$}FY[w v>>!nSD,Zk:ԥ1ۜ^`-3X]`V ol᧱ D£y@&&&uaMV1\F]T[{)UUp8cHm&Q rݓ=T/|n)W3%l)هvz_Z%[(b )(MkdBa*=+h|)+^ӗ L賸g4x X"_f#3v*Psl1Zyk·[|L8jy\m)ߴ7`Äk?"x ӅUQ "<[,*b#э =7Vi.-V@>ێ#"ҥEm|OFZ-o)XnզXqU7_,('QDܞ0fGǙ̒)EeZ]߆3XBqq'ˣv.p0y ٩ 8Np^?f:'A}bBdj]b|;K 9e1$!kn\`s84#tz_4S a寨ی/I K<ǹcLA;['\:v={zy w9*pDNg1X:V*M𻍌;mU[k+e]TԌd/BKOQum\ؐ `=Uf'X jS WڟW1B>TE-(ՂbSDUR.-o}Q*WU`ګ7R$ ɐIP32(neG.Q}y-uYɆ-UjQSC%7}r/&` H mg#;}g 8j}\-na6ON0_/DHma>$ IQ;z۸ȧH.(ou n*H؊ W}v@EF4[ˉAITz*+GI^_ϙz$1*gAa~@@',EO`X6lf덊aYc;:(l^K/P[_]Uo>Yc[59!EZ g Ϧq))pQ(s !U #r nX7‚0{+]Hk'LHF۹ lPA`^}$A1تWC8NG&gt8aBEY▬7ybtskƜő懷u+dT_[@t'1?wB3 9JmkM@R/.Y`%њk(4k5yDw2Ֆ0ߜsDqIĹKmW厳CnMm ɱv(沌x7\~H)G 7fb S~ Zw- sݳb U5}yX .|oN,mK(29U?>oݥkbUk `&-ꉹ ɯr /Wr_`=Hj-yK/B?1٨guk_Ha]ܿMAҬL6gz#%(ulg퟾>aj.#)˘Dk7k6`'ʪ~&gϢW:ȿ*oX埙dJ#zC-AOa5IV%τM#@hJMNy3܌DrI_[!.*ht<oZ'R%Elڷ՝;߻Qyq*ZT !]s\daDžE[ǀߊa# 7Xn D}ƻמE42+ⴝ#7JИΔ328s6{oreK6,s+Ƀ“(-68 ]jO?_K.}.3< 7I/Uvicelыȅz=j.&s=G,ymC6_~eUPq%LTOQCAb9lġ*C2PQp=G(ةr}%`&K5SlUl)9 `fzUBrB.'QA-";WQ Ndpn(%IΊ\Ke/l4hA%V`RlrEP=ώ(]4??(>T,n{owiw67c.b[@[?xԹ-@Y3u֡Խ6r M/ЪY_of4ٳg9{\et >pNTo}ZuNf҇0WcҗENT8c道Z6&#h( l~)\!͘]eiU+j^b{4_obĈ^KzPp5"w?ڄ3,xDcQ \gX398T%v+ ,˗{Ȃm7r zp 7pg;f&'ԝt6 >TViӼRFGdC-4iQW>RCUlqqd'Y!h Ơv߈l)C69L؛5T)P&l@ᆵ-C*~b3rXcU(hZ@yb|^VjAtyusgQxPpa=TH6la_'woq iQb4k;(ncߕI08{^?oҖ^tR )hS"`GgQ*I<Ђ41'˱ ҤX mb/ ,Pq-&0i=\*@OԥBSLJ7no*^"bW.?& <0j0&Y@ZCy.Y= l"<*Ɔ0ebo- 1jVSCsxČGi61 d_,~x> pE`Nx A=L{S? u}+.m,nSGSMu':qEGG܈eGUG1b'61c+̏j 95XK@Me}Xu_htoM>@E;e6gWCWiY{Yq7ƙV__AsͪB7aoMʄo ']yF5*!m *"g_Cvp)qtgď^ <Kdy~yg`pީқ?''lZj) SO#NpucE} JFT 1}ܝHLR3AŤNvU*Eɀ\׈:OomGҤ- ԒtA'_j`&:DCnaUdRم?"ݷs+}4`Uf=lۓ>5 riG^vQ{6s>B;v[j:߿&#BJ'.460)Gz,52w0bwxXYhz*R:Tߠy\Xl}̓bҊ`%l&0IR'sސt,7^T/5 ۠%oq8lrlнO3Z?'iU/Sz|KedEestQLuc 1!ie(O^,z~"&{;ir3oɏ 2匽GYI7+:cp]EAi@Qհ[DKs* ioݮIze^/]ѥ<*RѰ̎3ɍ?nt6C3%h@5n~̅?<>tdq06p]s똀8&{kgiR ZqUNG_#9!rږ2|p@S" r2E 0@m'H. b^d?T=fĈSp+ 9ʀ1׍{/g9n} QM~ MBd$;bי.V*'r]mm>O#l(沤?)hZ~^kxo_v#Ԩ]}^`W9MɁv(PeQ>=hXsb4):dZ\*+@ 8w'cȫHК_I1}̓#yaDW\QGK=g;x2q 4]7rC`0u3ggO3Εm 3ZN*{뷘>vgdKP#wH鞺3 'j8Gg7-[If{n"b&mͿ)dd%~QmF4 Ş-LV7WKnGU? *f}0Pi=*wɈWFhj %9 uRV ρjq;jq 4[y$}w5U<Ϯ2XyU:iQQKQJZ6y,P5# <9uN}@F@azi?$?}4ګ|p\ SNN7O#6W[ylb}`1MhevF,ԤGx Q߶/t#-CèJS%5Xt-QsI UhOE\}VLoЄjLR%0 </p rNR/s+uߜs/ݗ:cx5M= f} gL4R(g@! +Ipl.Liс;#V=yOJEݒ#cޯIl`j J^v)e q4us~T`&Dwؕ] I:T$wAroN~GOOHW.mU[DDur SZ;“$8v- BnCݫm{)EvL&T%Mñ[fCg7W4.;z͹ Nccv'XO"*YU*6k#S/h3چHH h#|王UOC&jEU :sJslCG/  J iUZ_&͉‡M5IosCU2t`}RE>7Jͧ<ٺt|^'HVH13)}Ӭ]GS)i臉[j0 Ͳsg\|:\pP (_˥^VӃ$a8&sL pOf:Y=g- [b'nAXZ겯Y"01$HΥ6-߁a^W'] },,67tb$F&24[B^E|Ңs,>N?!v1KwsO ¤k!nDܰlVNl^2=O҅7"n[xJSg= =-qGlo_bo<,Qi:Fĉ/Σ2P o0)ƿ}8᳼X}XãNym `ȴ%%BJgplyYGRtZ G4A^W ֲr˚)Z(@fHݓ]{ݕkka%-3nюEpj)D_.=-MMJ vdWDL OV6RЇ~E0#:f'J`ܺݺqx_\:,7"7@)) ҴH֙Dq9Fvӫ:D Ʀuɯ`f& Ju6%r&YE^$NMÂx9S),ۡOkEN>tIn-Y\ ! my{ex.L84vsPV3\ ]adѠx/B<YG7%,*n .QQslB} )b; ,Q Z;VrKeuߥ:fijVGY%|+ -}Z'ZafoEbğ'=EZx(KƜLƺE!bۮv=ك,3iE ӗ:4]ԓZGƦ/v[^= 9G7S'uow^S%⒀w 4Ff"&3>dϑHGW섹㕈 X"9iܲιr\bgQj5w9V1mjĪtRXW!5`v"a}uoAΝ|7+ PVK,_tW 1fްkW\>5ޓW07aLv "=PkⳔNϐDRo7~,BXJ l J,gn6wʐZBA) ΍L|LW'DvpR )&nl͝4!Ρoҁ2PMEBT4eF&uoQǁ?c zS棄^rXSwB*:rԤo=xpXߢI3VZ_ o1wlJhbP=tK. 2i4W|$xՏ"` 0IqFDn_ſ7|iERz7ao"*kui2둓5tY.N۷%*c&`@v{7 hH=Js\ !!pŧ NksRCBA-"Ө9G2hɱ6YBփ[X!hI9Yy A7R6ˋvޜaY oykcIJ(ŦxS/N+i|#O5uzK%7 &l!D[Q$vU2hX(N=[:3h t~>d{<4V tǘ"0(%ca7AtnR*\ϐ Y *pS Cpb9 !lf;-V\Xk!.3pbx܀LTƄ0Z457aPl]5 /p T]rx`4RwRk9<஁cȚ Z׏7r~iW@E$& j)jsw<J5 '+sbxIZ VAW⶘Tf=&kmXv: 1RnG;(.eh\ݱf,<ʇXm,5i ͘A`.xkggGSOM֨m&) `ؓ/ZqVv 2s[cDJg\ сCf]bD{~d{# Xwr8vdI}嗦EwVK6kNild)1M|<"|U<(adO87GbuZVPdM:ΤQYmdX+6&ϏykRA| W|ؗ=r]csxpxO!aN|h9ᎁQ/Lgf18c@ga+C#qs]̿w2"Qo̝Z'3al#ŵ:?;ҭ+Uaic;yT^ݲ_V+Pg}8ҽ 5 'զ-~a,s]28d,+񖝝;$2*u e(S\W FN5nn_Uv~Ccͧg\(QR]L v뇩$nm0ΛL=ZP5'A!En Eq'sך2Cޅ9@X J܃I]j@ЉQM497tv<\4'{0@:G%Vz=_'(KBBMJzqHa%E*v kTPfoJGk[eR&G2'."pV0at)4>*(:lN=_Y.4th `۲ؒu62X԰L877YUN}=[Iͨ|A2Xv )Kfn֢f1++{3$@E`6_ \ S_H(= c~Dy]qN)f軅#wSɚ^;;`x*ZwBAT.Rl$H֚NPٚa1]BhT"QNY1z~ V (mMň)ץw~v!UFɸ0ϯe,ϧ66  0=g19Egg"L,>35W TGsڜ兏8¥UMGޤiiOARC6aO6`4AwDLz{ਝD F ` ,FAo._2Sqo!!AؠQ`QsԵie`/hMn\Ub7LxdLyava΂YOv~hmEHZ!Jѡ޺-HC@q׬ܕ?doaj PZn;p*A<7:wD riBDҒy7Z1 4E:X32+}xgH- 0{%sxބa(hQ*Ml ikh+n+K/1Є~x,ξ]9ͭ9$%r 8":ߋnLׂ WTu\C糈o~3C#رJkJ!P҄$<û*Cy&r Ѳ,oof'd7yT/@?5-L;4}( ՠɜ 8m$R:w7JL88<*`~N.jBҹ]>ImauveTճZ`~LIC!۷+6jj]F@QdB,{w3>s4jkm5v{Ҳi؉}ۮ `Z(Ml"`!r]>qM$H[ςEIWLR/cK/Gko-ޜ Ox{}YljB@<韤(5;Toq=BTmZYnyUwNN[s9eB.WgT9!h6zUԅ i,s'(V(am2Dt3.i0lj$m?,+d'C;qR$#` n7@jn3]duH>oW).c-4=ɉ9LulQo}Hw(;b񈺧vY,{zPؓHzhN8`*hxLPHS|Ld܌;R3QXP2v'{lӼ޻l SL bDY-TU߃9ŊD]k_߉o0]!o)d#{_,qqԙ?:M2!WRiQ FYlf I9CsȓVIH[5 W4ChHn4߇N f{?t!$C$a>A "6Q(;|!U"v2[8E8h❢jd 9<XU 뭱ٗ/Op>?@gRLNh;nw59[Eh-G2\Q'4&Ì |QQacW}y }3?\E%X)Cb_/sjm[0ⲨXymяur BXPj[Bp5/a/ptAזX x~%~7q̓V x>8X  ‡w"փB/O4!e􀐁C|^*`!/ "vײF;J\O$)nl;Wv**ߞ?u 0CxD_-ΓFNpDJOK7@oMe|>oB=o+\о; g^|ٮKhO$s;ߏumKq7T{KY_$ղɤ#t9 tX_٠LdcN!:-h,ҩ<Z?8^ gul+FmMr$烏Ѧ"a(7)2ne@moOxuT"HM ~:$g%SSL~vMQI0)_2VtC&e L,.|%p.7aփuVtBX퐇?ͳkA&eEE\)Q2MγT}=p'E47~]FzJaR sn A}u"f:C+1k$WzNGԧaDV-uIG&y≫y T nS90fyy3`j_>>e?yZx.3耖9O=Xyͨ#[?A Rfd| 9,f$AeM\#i-y}A]z4Sb <3pB/l?qI1 !è+fuZஂ~'PC*3CSGb<&:2{0WɨI/{9C%Fv4ZVT !tXZOl@MB9Nc{֢p!,l'G QI+3VHr2_LJ܃L%iDi}1[Y_,3yK@YhK)5ʉZGAAS"dͫڧ!p p\i.f.!](#O`xbeί+~2͐uADLk'=^atřn7AI@H ;f`qe8S bdV*tmG Δ{A14S5ܟr~B_;3-x-μIA\c a3m|W5# Lr!C̉;$E@d3PNFi{W˼C2+b8FQT)8Ko !M=/$9Zj20u5ץs(5`5`[Q"V7v@ sta/"%M!fB_Q#VW}Z`vkz,zJo2l;gttapҧ49[)qԺDρM llT],q>sD`kR}c9*/eqB1QDq6}͢{q+i WḮs݇'W!^j9@Q$ 8%K./.tzP:17Fe!d%KBqKt 6{൥)]^ 9O^w/ t"NL%66kաyWk:de}lro-c*88#٧MGdۀ5 C:lǞrH*kރ}~QlU:ْŠV#<! c $#{L[OvsEX1Yc"z\V*ŜL~Ohؖqs4DTT<5*h-gbT4l(L#Lu쬖g= v-H4*pPTi,7-ߘ^Ǘsk* ƂfY~q7 ŠbM۳"9GyVŃ$x\K乤kasP&S0 *oR:SjP*>w-TY(T_ fTo. Kb(WZ𗍷0z9* vy]D-7j ʈU[;P Ffӱ--PΚͬ{;YtVwέG=QW~KM!\D="=,X;z5!mI!")vGol^bi}ŭgDЎد)v"O3\2flvK5oyj:Wl["ss0[~%y1SL-Q%UQSa,ͪ/k'sJrH|LMkf:۷[ƻA]))KAm hZ }\HDLOf̖ٶ.v__anʓ{zSA x"f%cE}~H [ m/o<_Qt_tR+G6vkk;4`_4WG7A^[H{$ZVs̰u#ǰ$7&-td vrX. m:U)x Rcuog Q]L7eaEޑ-}ٙn`M,ɉE7]ޘ;J]-%W|x)凭ml+ZvDbB=UGoM &VTsqwiz:vtJhc5Xsb/ "Eu@^-`賱N?1z3{|Cκڑ5tgh5ܭ5q-12ɹⴋC ℕv]ޥ6'EjL V=ʜg q43!})V[ΠK+LJԭOerc8\xٮ-"."zƝ~Ꮕ[~aML#xhI "D0+,KXCH:p*jl!' >$GNu{Hr\i2ihWHk>ymMKXf: ., j+@t} W(t3dPTƶxYΓ[%n~A_~@iumtG~e=l4k֩ps :QdDdA, od+>gU۾Apm ͼdzKYZ_e^ ilNU{&EO`p#b*?sl\'Bn(%|7Rnt ø6nS 1Ts!7^FQf].Ze^>vsag#kSg-"㉳%XjWuМMǓꥉbf;WOAhNX;@ u>ZG!յy{?_IhQT f$;x/lBAAoT-+n w3g;.{-U tẐh4 \T389@%yODzCW|qsf~m3Hox;)(a;|Y[ev{^b3"ЙE2CQ5PR`ހYe,eTRc"&#K*4ovKH0$=wS[SD&zpfXKAp$ ҳ*a32!aZ41E+`SA'Vtڰ\sʊB u2mQCu|;Tm2d'`i`ٲ}qm%?" EBG>KRRBSx-51<3_K#%ڕ:$A#'Vʓ^Kєg۰(Y`f]{^@yB8y0n =0o7gۇ Gw`fw/&xuo@qPraceQC*LnpU@;5c[p7@m6iY[\Gkr oa6\f jZh7TCh-ށ"C4T=m41[;q9RV57Ƶ$), NG xWMY9IYT=kI F?g[ 1DI=-T * LA sCDщ 3cT%I7.M䤍0?<6-x*c4W[T摩fXʡ199O1Cz z34J|A6ht-kVvգY\5%*Ocv28/AsCha)L8 ԃH8 @r0MCwFK] i=_9_KD¥6%Z]LEp> ̽.Ze+_*vO}z-D[a)L\7KR֨E@"= Iv.!M~7?k9rQH̵=,˭(Kwؕڝe)7ms@wqD[vCH*A($1V>H%3Ռ |ATma塿@aej:9iC2jxzFk ɭx>Ć!^%xZOD)/]EP'\ꝉh(Zت90NԸ@}7rK* 3=:n#t!9EBfIuS,e*A;useJhSm64wnI?Z^:›+ Cb.)_ *3tcԝ&>lC#Xp'P4Iz<[1 ?ȣ #|iV3&.ʄѱ?u hIq-lj(ΟЁp0]IH' ,m>;ZJzNhŽU&n/5{BjoЦ%{xhnuhX1 A2ՍĖ|(y\+ug|uaJ,t㴰 й ޜHFlчA] 8ƾkɶN)z"hCӠ%#~WQJr=k1d %A!!-eG[*ݮCچW1ݡ̓5\ Jd $4} Q6h"\GM~[Ji͌G)I3(tΝ!X9]M|FD/y $\ Pm଍_?{M&%0Wf{2$ 񧷷ҤC -%(5&n=4&gq%AMe['A~Q`\1:^T>ɀF}-C~6υd,jMqHvGu'|/KXrufյ9vS*8ah ܟ@&rC8d5 ^=N6Eɧ x+~`]!'=GlY] yO|?}m[J#Чl[ LBof"4?%(+μK ۄnxՊ5U x>`D1 YʲD ^3SnN#6`ψK cVjÔG(vئ\WGzYwK8w=$ŁҎe{KX9Pa@aC(u%0݀#%|~(c 1B ?:V(}kHu5%p2dWz0R;#⚑hs"HºWƗ[1)4*6 @k@әq^N̝oX>}PqLY?wvcEguP4ޅBH9}~5=XLWpU[ nLP`8ܾ)]O~YVU{U;#v*/o0@egskD>s;s$v@o ǢX\/6e6d9 40é 4Ъ֠<KΊxx8L f\8h)T I츶rmV֣!M1,]]OԱRX^Z[Ju;UUas/jLBM"l_$Ӌ xy=jK9#76Ԍ-6"Z;I-UqLW<]P_ (3 zпϡ FmP^S;G~v# ]קWxM\$e_ loݏ̙f9mG,WW%R@%l!SAN#S&:QL1zkad!Mļ.+[C3ƞtNGO_Eʆ#e&#R4CLyG##f:-PQ'R@IWv`-pm9"9 aϡ@LD6P | QaNL~ #Ǩ8s6d::4ۺR9:4hY⤰%_:·hM=&UR$y~\2xGSO^k[W P܋:Am)sށb(;O8t=#S+a25{c M0DgmM'T!8@x;X? s&Z>K~ǾF82 o}tڠ1Aؽ}{}UGڔ `WC&O Oq' ~8:QwzN?eYNa¬꫚MQgv=i7 KpY ԁEHSj8,/u,S.FpoȼK3+d`eTnV-{Uiy&^+xSbI5Rpdyhi8}VcfxMl^dU 0̯R]/X"xfQOL/`D4 f{xu:#+gY35egiSB W'-˿aګ؇abzb gdh+*mD+V&D9~h,bZtp%( Iqb"V⾄ Ѥf/zFTGK=J# 7o.p!tx(խ{FYKH[C_IW@P{H~wY?GazF}"}^oA 9=Yb.wyhO,Y,r¦#N ~GBC|\{<6x&BPH ]cLF֛!9Y-R([l`.v-FZm AG#[+g&l)œ6N@%}_^듵 8*l } Әwմ3#FbϨn+nfǒbWi|iK\!D>Ӷ̌%}81]{ŻՁ! XZi(k]`A{4$^^VrECOk;B_뗡q-acZvK6Djc0b:\.I5S X(x*~ BټC/RE i FU%i墡)![S/$hH KzB(P$oC}a  b'NmRw~p95YE)oʅ+|qpi-Ҿ4Eq jБUʜA @u9`_p'`|5nF:^l/&J6CSw֒XIoZ ڬ=>jr'5m~vt0' ;3{9$awJ^|gcHj+ &P +6aOfZ6ӆz4ڃ.{/9hc7}Y+۱~)zy*Yŏ&STR}k353<>-% } a/Ms|־1$yqLCnFV,C5&uыЖǣҒ {6PRC]!L.d=|H?ʲ6xR~;KS&F;a6uħڟ,ee{qEtrZ %N 'V쇕1E>\]Ō\bd= X|xP`g&Oq -]Fz޼5'~-<Ϭˆx7np3-" (1Yk? GS&71 ^\|q[8d\ A#M;ovk>iT\`M=aC6&>)򣖡UD>wЎo^K} JVTP|adz_vF[􋨊J@|k'ѿ"7xj&d,N7c}Ύ\;?Kwėai*mbB(B=zo`*=٬BFUVlb<bTGųGU[$OAmV`p,ՁTԎ/tAHytS˕]孁r5ݦQ2y+Y!<$l|v 5mH_>sE)Sҋ座D$paC׫dsR&r9}cMd{v|\hϽs'In_nr!]%yۖ l=/guFH .+zRS;Lo6'-n' N.UM; ؄Ӻj2jvE.4PǦ\_PUYx;/E .ٙ5,ϦArٝb+gxDHnd'nX_xa5W0dZXdac ;SfYs_u."g#/7ohޘF9t&KiU]jQ5L"$ U2?$e`->#O:,= ¨JiHT_l;z)_]2־c02B~,JA #tvf 6u1ȪvSqMR" S&2ï"%E}8 A#伅6h໗gv)uHg)#g|~ob-JoDMC$j #dvoJ"n >-vH>Ɛ ;[ȣE@%W6M4E}X Y_3pH z7ҕ[jGۙUjhXЀd<`FDthNsBgޓZC[e{ tף -W*afoSMa4_=俼`5nIqIoSfFD2D||@h DC}jrGBChĐoT`@2\Jҁ22 dߋ`L+W@+Ncά 0b 8FvR]ںc-Rz_q /YŸBḁEķ%cUTdDh4Yaɀpux mO~͗w -HCqƯFR$LIZrQYiVe6k>, lW(okBcJמI{ i;,f6ЅtCAHٿNs:(KyM'Ȍf930kra\/Չ*0.̶R=; z|e%TFgS5RLdnn>k)B j ZW ؖjsoUj?K7!V`vQo?pC_#^Ȱ-Dc8w6$ׯ9W{leSp`_RM_G_">ִ3 >$&N]"F_uw eVU7Rn@@x7ۓ,ϗ  ݪ6gx4}$f-{#W/r>0BW-P2O'8<Jt{$aYR A1 |zzvy`l-ӆt34j㊣@4W7Y틃Ÿz`F7j \sԮqjQpkȂ~ h! ΝT7P(Hv>g,"w6lO]3" iMIGa6mMݖe9k9RJS|r3G dR5{S g/r9Jy.zi5K ;K/y8upkZsTA,\G8ef?8Ӄ8isQwFI126+`zاuC_u#+!.>Y+jCWS-,-)%+M` n!zLL Qg{.ZkT.R/HY[ݱCQ>yh!}p$7R[9gJ%-F>7KH(9zBIO3p-27)if6``!x=ʟT5ZI+1HԼ$m./J]Uo%QSpTLI!C]nÈ^b^N ;4XU3651]|n5a6BҡD, &9_p-3K$$-Lٓ?Q[EBi40 WUTӞhνҘ1{-J1ӨoUif9fC9RcrZ@C6A=eįHQYZ[F9-@=VK4mgxO sxR-8BH l#4$$Rԁ-qQ3:0af\MMtN L|G{Y| L3+ƞa"uTifc'u֯zW 5Ղ._wc`;3AUUx\ W?:@ڽ_$ Sw]hr,!D@[!98>';vi?BhTG]kApf5~@\;G,Fm*T )@@}8F :Y 1H D,2 0Q*C^!Î]eW-dLQ?ZD 5ehy**m|gIq=k܋$M5wr9jюx*)mI3\D$<2"0E+A\۩Tq8=l2" "R!+C)F䁤O3?fC~Q[7xc)%=@ #Ǜϑ;+*wqnW`0\$iJE(uExѾ>%kv˧h!zƒ0 P*w:o7)eB mDh`\g.DdaQHްvϰf:uZцvRW v c6|%}]XՕTqEU0br(A*!e8VɩjU)Vܜ("dfN:̽K#cZ_kO,w/xW]%)JVď{=wլ7oB9=VĆ`MКo-^Hܩjd:ԾSxӵ쇎|}/b%`%TfC bj~Oq6n%􂇅,{"mw[6^5^뱓KMҴxh)ޟN5=V&BSdz3_@S%;7*gJa)fNJFHT}2]4ڪz) (02ƹ5`Q*HƹЏZV9墛mCn2!bXݹU{ATޓ.^B@U=o AOx B19n8KjuN)yB2FGO6 طna5X}BEP올? av0Z$8p.]T͓l^?e9GħhS%څ?Z'nhn:/g[GDd}OPɑj|]-x)I;G8#KJk]b~pBJ^.OUt>h {VVѾ"23 Y!kvFS){nyN"y)s9KU7v%e!(x5y0fx|ܚIبmD.S,fC)ƀ2ߺ WB1f3_=1YnRs戁~0&g78P6yrĝ0ݞFER=C_b.@'51 5~ C)/ax(ċ@IrCFuNUYN5M,VRRª3+8*ȲVKWd K.eˊL|oI=\I;&ٜJ#A5YƉ]!}~܀%%\^&n4O#KS7uZK9 夨S{_h Wv}p"\zIToS:{>/;Um߹eY  i*+>RLϧpO-aP IIz,dYB\bkS6sTN,䓉ФW uObyuwυJj UIDyk"!'d V/I}l=/7ߟ斐߾-vo~38݈Vⷰje9[ːW*lS1bo+"L4k*$mteKxO+kkjU.80Ϭ׌Guۂ?UP-l^yhͭU OH-dyFi8Vf,XzBr^D)-F•Wb@T7]E wg"ÞAvzdjάS'p?D:UN@weTvc [x .'Iq&ԟ8Yu|_^ 8:+@'$#b|QZ֞E y mj٬B0жTxq; S@H%(wlBvָxDb] l"TʞwY1 MZ&B`U$W.@m:>7Q^Vm:ya:AlϔO~q]ࣻ0K/U&h7>.FkerqVWsKHAR-C G聦_%yD]{]WY6-c=jա\tP@/Ǒ28ls8E/,pخcV!{?3u~0w\rx63 EVnILHҙq˸x*EJ}Б) κL/VQK01\0fV)S!pwZ R\*u cL?ÂL4%n"Vj@ S=%vpq VĢÖxID%/ IN8]/9ҡ󫑧asp܏"9^|^g TYrGyVkiAaI^~qCݒvD%v)ӫj1/_IX* pFPՋ`g 8!sܶ=}[.joxjz"vPzhq6 rA|S|D~gw?4{ tRc{lo{8T64np^2kRd^7c[o*XCPg/+ԽdFA06kER({ "Omw ̩ת1EZԳc /8 N'm7*v(ݺ8$&Xb&DtO&[`[Vw :љkkbba!jƹƐdDgj!ߢBmӞ{등*sX=!A \f(&G ٷ.Leppn6fQsDTgiLa`f-^qs|I`鉅fõLZ{/ % s'2[hrJCӫ9Vef'fQŲ{ej9j({9 XR K_åLFVY@ARY|NKvL t<\Jrg9`i o(86[0mLt_.pe02 e`'}JVm'*d؆|#ϋAxʦo:W:Is[W^S+m4IU?SF~yZ)9c[2dNZ ~IFke(/LRCg|RoWcn)bY@WZt%?6}ICZޢKG Pnx30`ŒRHYK^Cg95I?&a)DHچ;{TSŀyn'i@f,'OfV"a1ud8db>AcGҒG=Ȳ[t Ր2u(QX%s{7xG~L {= b}!fl<<^,3m%tkeR'ܜe(ulbeShŽ2f)φ^ӈn#n\qif.IB**}'࿵C>G˂s+b1j9H-)@+*Viէ&/ϊ߼U Kђn!Ɓ[e@ h#5?4ɮ,:ӯDI}p3h5 8QQ ;>iT;chuP4x}adGmBR}5K.f{68D:*vVkm}$gʔ,SxqYZ?%F#M2ͅU!ToO{qmXo7ٹǸ_(56[ hjN _fotROTB֤q@vZd0iP"YY.jZٮ7kGf+c>$Mh 54^O(d0@S9@]QXGbDKaL1J TgM`ϝnfڝrѮosO~ձE%ܒ:jcg2| =݋)LqH3%i8Czd&u s*2ja]J'Yvb2MP@V$XH+Qvp4b tW`6ہ4\۲BI26ܙ/ގ@ħ _Bn06<Нxw3s|oRNр !?'$6=&J´CXJ HH![ w.q:i5ܱ#UUru3&`ʜdKAmX4K9K'UOEAnny$Fk/1u+WAMYzy.ZncY7O'dPeӹrs*9(gM, xEr YE K+%i[tm t%:ܔgO):rvDcc\]9\'QR/PD}D%;i wolgL K,Y?rA W5:1B@7iLi^=ӓI ꆧn]JsvF9ñ9w\*H(@DyȑYY)CixRpb Sr:,g!:X'U!Bt&tJrUT(ԥd4?'4wS8 2Aa3VpLU2/i1a44dvR軯T:VBиhse/UO)YDUXFH\-g`r׏R%5W礌Jm,{CōI "gG \ؒndCٵWe+Q/6N5PCQn!vSGHxO!'?X2yhf Պi T:ܪXE\kZ|oѳZgfKQB[G)GYݴf_/Vb&E"!>qjA(W\F[%tE=qL_Pr(B}4/*J[T7^w#,R`{* r]h"h 7|9-Ѭhða|.nN5˪O^vC F&$NGV}*Z-Cn n{ 8NB55wAa?hv#-ҫ^ywoA=ºcoYpzޔ`?ԧ=zܔ< /Bd> vTd~h#aΛ;P+;!cy0$t≡3l>~Ռ?0%撽.k ww.(ek貧E©7`$Yf>'J6vt[_)T2m|ݰôY/"DZT3ά?%:1͑,%J(o'ꑇapΈ^Ht@ EGuA6!bи 9t̜ጜ!AHCG|ei7KGн1|3\Y+u1"wAL5L'^W28W}ƋLaB=4.4,*WZ ,D/A5{fǮ3 s浰2~@Ę,Կoi2? ^|\;۵լXo.J?~SX8]jׇee6]x=(RBL!EӸ̐(qH'> RXm[)DJf*+j fg}4 Fk6kBɸH ՔMW ةy"+#bY>"sv,q%,܆*`3(tYXl-Jt+ ڒC+MOD0,G2cXTRޏh5-TȤVܚ $'›Y+M \gXUMN-^΅n]qn{) [/HӖsIb(ǧOIA -VI,-qHz4ND;?t ׂ;͢6zHܛ^E/3B{z9i]*^ZnMFSȇi(*򓪠br1ف#/d/z!QbfH=mP?r7VY^UiO,=E uMIho λ|#Ĝn]NJbu }񱂴 [.aSJk/^\]Z9~јˋBlQJ1\BK EYN?{J9(ZuzEG.OP Ų9 ͱU=Œ*,B'R>9*9t`w&i @(L\QYx}o7qz. Uj^ٝw9 鯲~Ko?\e9BَE'~%$j?k<ROPW:ϺM "+rRM-7gN[XD伀nM ;&wfش;xܼfOR^D]UN5~V|l檥\/߳Z?GzquFt6T\t2ȥn,_~yAȥ|NRK:tZj.kW#A2n2umUR^0#$dA`5F4LD=ΗCFYB0 ==N+D*})Ps*FrivGlm1r";ګ{̛x3jhO P|{H3(x3'3u#aQ^1vI3 $1σ8,]FXĜQIӭ+ΓN6+~(K_,~,*]]{yh0DoVr4V!zo%A^-IKKNPiӨ8, C3g ZgMaY)")l{~E랤i'QO7@⤊/8޳x12r?NgX̩J2D}rG Qѿ߉ $!ą`1W,>T_x dz μ$v[Y p)F vΘPf}7>myx7T쪸ŹVDt*p5:C.!ƫ۳WųV&vǿ@r^$Mj{~kWjG3N;ڼd`2 jC03s}8z2eq]/C.3 GaдJxzˀ{DIm4]w\iS ޵ij,VQh^&`I${pXV8 ZRbP>to(zrVs}'SǨ5z^VWQy^q-xxj 4mF3ܙž鏁'rHz#[cLD[6et,ټ^k0O˽EٳźNb(!>ŊopJu9ۥIj4Gح9~A ,x䤮C6zNW5:w`1V0+=58Ja57P_}WsH #/]n{ݠĢ־ܳ‹)pcbF!Vi1l7ժNOa0 ii TSؕApȪqJ? p4"}Zʙd͢Vո߂RӀD+9 mOq?˭F 58f6ߙ},UpTEZL7zUv#@(*Ҩ+w=vkK E6j/lW\Oedݿx6EtZ βҭXW ?| M+׊Q|҅XZ?9+I`XSFc7.}{$+ROAOIgj4WZn<>)TkjKg&~ ~画3,?#Y )*aQ>S\YCHbőnjЙW .zݗG7I42)-)]46]UIj1hERE,||'?GE`_:ܴkDWKr&Ќq|`M"c|h;4rJ ]b?Lrߢ~P`Y;mg45@[|-,AL~\iGܭg?aI_} ybв Sju2!g#կ? )갮ɣqr4 w﨡],m._|>y쨁ԆHRC/7na"60%hu[VH!BEFZ.XhYSjCg{* tjEzYC\1Bg–˾0LU537tnહK~z7̂j"CoƚE(!?^Fcm^W[(BvH\chuMEK cdiCg5[4M]-}uW"}DQ@E 7סU8|anWXh"D[7;BNEYkda蚻%gP-\O`֯^2gCB?Լ>އԑI#Z^_=HS#;kPojI?xo?޽?h̀;,iښ>_n ^,8'郎 f_BD%8ߎL[w}z|ge0.${ Zd *5 |]'֓5y]ho1"d,$_#  4L^6U vLHW)˱:ӛJz2z @WwXeⷬn{ӽzzݵk a>J]|d`w&-׈ kLŘ |{Ԓw>^uBBWZa&=/ Ɓ+}4i(ёqd !(1Q$O+. Mya\Hc{?za;NGρ קy# :EҽUOf_K3H@I[6!yyT6B.r,]q\v"9O>5/ " AJNl-bTv,OSkRR`AV(Ϊ0p.$yUI`[!18R2cX"=FYM/#U3!;K 2 "\?Oe[h Tɶ$6}&Pz[h~&TaK/u{n$i=!E[7~/"nsøYGYaNfe-w$ zR"Hg31yVm!;:@D(F!z>EOTUx@0ǚbzCrW_IQiقĔDr_|L%\EOӐǏW/&:ђy2ň3 88@ 4,&c%p%ܸ]Kws}} F.p0v-Wz@+Dڼ%rnؓLtc`VpsSY!Dr1xA}]# E~}\_7!> 6m"cNi4^ ity+)!P{ڝ`S0aXŞ˪cW~?rQiyQG>mh$$ki\CQP&Օ3Jl ZVh¼7x{bӴY@f %`h:4XtdX 7T.@^Ł֟@Ba5PL lqkBs18&бMz}c=Wțh'rRhL*6Gs#-uv҆%@ FRb-!PU4[|]^ѳa7x< 4xހG2=zi[b I`y}J/W,V"Ә]e0k#8Ќ0௺+n@H6İF1|JmֲϴDK jIuz?`wbCij sOר9@WN8Q U) 'Ȃx'2șUN~SB5\x 3¼J@b/hY_#J3֤qyG'=5:3e||o6Nx%xc3tl\>&HV 7QSն08ïzَfI2EDhkt? ؟*r_Xiee3P8;grщ+ȫ#4W τ٩c:W+CȀtQ@{[g\Z"GJ<:49E%G2M0K+rb͒6M5vtFC.24b %wG%]`N>, ;x:CsE@/iY).N [][ѱ8hG9*_ ?*su)D˜K$R\Y5;%+PXR0<e!k@S^9}X6,{`ོR]^P1_)q$a#V-Vm;~3,>Lp-7RnB}A[)bvy_x6a^v-Df7$AAYW9Oa6uѷ;IoTo?&M#D|"iGX:(T҅m1$pj{XWp[H;_@PC樠|4 Ty1CX% }xryAٛBОMxO 2t-$͡G^6eԛ D׭K~lS*l.aڸ3u V0:S+m,}Ig'7`U7V)@gf$G`W"Wm)yqe˵!ubխ'X[2szf{!s諵 Ym|EK|w)|뢧ih{C!"߳Z߭DCݩr-Y0BW!H ʚ4t5}e3:wb)2N%^gBI5b!Ꭲ4vcz}6/_2T;jCLڜbR?L>[t.YVϣAݞgWss(t"H W>15.ؘ%wҿ`3]>Fq :$ eٴt@"̊1 ,Gxrjqr Jc'c:@> t-_kf\IzC#Ĕxä;ч@>pqb*h/)CԑCk1kpe71ަ('X`L K`+\s)#0LZ;5?_UQ  ͋pMŒ`zO[;,­P.j5H@j$!pmxD 7"o'p_Whzj~>A^mW?9(Gc3O~$_(moWho"b(s:Rw^0*xݣx|kА0 V| p.zޕocxu&m.t6?.9.S~S ^{usj|$S&k$Lk`wHX;+WUO^PZ'TSSj7&mޚw Byف^ [yplXqK޴u{$0>HY2i٬g}kBՔٛEHmIK 2ߎzHNtOx6x ͹`'E2qm[{i F1b=X]4v 1({s6V[# 'j#E؞FZ$, Uriw˨wn3i BmHb+"zy8|'pӓF f0&J28?Tg9GvX !\{!2gwB-흿ck2sMC *e`;& :%:N#vNm4i%>CviyXʳעY|2! ]0pe M  >"?(q}Xމxs $snT]XihlEi΂5pX G ?^2YbpVcL<,+)=NEώ _P 'L$)Uu\ `!71C)18Y,R@0=r4ހbg8o9V-j&ݝwT >Fjg}M٪ ErF،hě٬L~ƫO1ަMދMKBuC}'ʳmV[EFQ ɞ-El 6S !fv6Z޵K9fk9b3 [|CToA[ XQNXzt^^ $g^B}Gk!,,m0,`R"yRw ttp{ }1bP<܂9ZS2(ǟJgP>O͸VΆi SN@ڐrt-zQj++eêL1Ka`5kErZh:9?F\[qK)D_uP&#trG\2އcR <9Q;m7Y7l"jPz39ȋ)aruF+\ڹ6á}N9-a̓,EA^1q0[@걞^!t&8sѣD&0MH{r8gTKE%;1eۻUfu Þb \^:O֦We3sɛۉkm962Z=xdrh}4 8Ptҙ9<9)`04WF'2,|e̡uBrVXCׅMlp2PrvKf))kK,'I3׈`7lAYyM4 k[Q Bb\*ނͽu? nL5 \gMﴤ&tL="TC?"?Zt2ot$v9 ]^khW3!V`tO}x|m?EB ٶN$L Rjof8FeaOt sFBwC2z*r ˬm"߳ūNUW30kIRY5;-"vN\b~3VJw r`50Zȷh 8mZI}OZZFkǖWf9A0gF@ٸl;aę' 2-j$i0C]B YCJ$g>P0<*h"'qCII^ŒZvg:2y$Dvo9DM#/d7|`DY eG5,[-;U1O+| y;T;H%A}_찍\' Ùtb_5L.84"l#Z59{_,1Ύ RB~3#T) Vq.IS" T#%)`،NOGLSR?lD1S;Gs\K3OT( VAl'0>gxP.P % QP K7{Ei)Ii C(K*܆H%ꃸD'H;d>oeM+?4stS#ԁ]ki)L򃜏RΜ`W.1A9!LS1x].O=UP)8*F_9GS?==K7|J6&HHӊ R½YـTWf*;6o*9`jwA_J^x5OͱﺀUQ72W֨?իe ڤ*,ѭ4-&C k&T/XWb ӖL*#ga}qr.Xw+~9\ѕqa}&I_iٮ OJRu]_kRGGV犽Lfe d7poNP}/ѷͪ~Fx l8*ˇci)[b(Cַ n+~ A f$#NJLo3m$ 9wߥl5odtd&taNʯ(pN4G|M$>7@ 㭤U"A=!qQ9''J Xg Tk1!DhpVۜǨwν6 ĂAgO mӍx}۾+YN7w! 3KQ!p^TP!N VZ:=M%~X6D&[3a8֍46_'nM|2q){da{N_ΒI'|9nW;(g7p2@`hZ<gGq'p2`+cNvd8*=*9rPj"WXG$eTAH y! i~-/UiwR$1/1ap@E"Q(_by=̤8a€xчtNúǀ6\)hYUЩɶBVGpX** J'K hl7+/#\,3H@-s3,#Bɕ0Ҍ0zl3CWRc³4[BTiۚYA<V Ynʆn|YEb&j%IFڋBܓ-9Gٙ}mFf%g G{+bwiD=p0[qYAma!#%}S 4}Bw+qF?G ˤsS QC;h,ĪiW`9Mu]/r/(n([~ZvsEN4`IjhULe1/:Y.r+s+0#ZQm sYW8GBns l.: p)O(˷=til8 !u ~ t8.b!BLI-N;qcؙ*} 4!NI\=8*5m}+šs4"H}:,''XA"Q/HK/#ǓeNj@'>U+4)R/経2MNw#2<hZ;:Dms.Dh3ﴰ2-ܺ[tkF"Ύn+ @y$qv95"JÑ@ì.ٮ! ^8H[`dq-|&xN/;ljH 1QOMW+޼;3_o.ʰݚ%_{=ao|UkcQ3x+!SӈZ0c c{"ۘ^0˚azz/4Np Ԫ6~$o12H K+o@k}Q/W{fIX>I-}4M4 D4|@bDD 8lӨ /a⋬^sRb:kjB@vɸ&L31!%D !L&o^x1| .F`fgDAV ڷF Y%4% !7`~`_UhP%<*ulVh9sp ~nD9Pl7VT7yr}GBv,u# P<7ˎܳl{4k:U Pwş;թ,Lx2V WȦt1(S PUZ6n @]7?8yj%d|.yR+Us BaA,amI=z.0pvAbZ Pe({+^nPL*߻jKSbt% խGh6<7#͘ w׆]v숣/J۸x%e;@w6)D +n5tіB|(<LJէJQ"N?/aF:9' Mζ4Q0KV{2~AfgB80w<6DTϸ|߆10`OGGqP5oooJSp˖!wfԞJpL`['p2~nZnyuo=5$;z/:PjCذ i_%8FyCyvw}Ϳկyk(z<rvD_ Ne X~^Ũ5|WjЙխ!k9`/#<9Y38O! ԇZf3o4f?Ayѷ[gNI]PRI%n&PHI)qsv-BYXiPuK'z} !ݮr"iQU6_`ϳ=tz\l>-;#XjׅEYAsp _PX6H%б ,֟?l:- (<c3$<U $,p?fkFWQ} ?1P{"]!oNÿ\5s>N' z'Oevb]]m FWI0\9`w˳;p"c7<w.:p%rǥoߍhaHK\Q9K9ϊFK`a7(ɇ[7v⥜Tf r( !J_׵ hwg"c.AVhJ=8fA'[#P^%/ p+b❮oO3'GvZwP(#t6=C,<;O2֏pܧ51bx-mV7r9㾣i,Vlu_nb(1MG%K gz 2tM#8O ~Zm5N[# \h؉6; !GYٷDVJ\9JSЃMx*Uf*ڨkg桹?x0$}{#>bokXj6IRT҃/0,ѫ&$0ι&՚qidN8@UGKP *l@E==-p/IO6:j *3XNd'2 ?$CA /dH v٦٫pt?{ŅX&#{^'܇9Y"U4k<vk[:+SEwS<#0M'nyq8P MH[=6lMk8vjY{`l˧/iڣ FhW)w4$տڃu:/k>P&rj~X&irzfAa 6#iГch,ҡ9 {K)pYs71d5 BgW[<:/r>!BΖUX+[FTWrz@:(͞h<\KM_GHɂY9?eڮ#*4F_b|rྣ.c*q]K2;|]`Cjſ⥾GaʟFC?Z7w(|-G;"Cn>(Ae& l $#uQgN9jK@;24ːy3f@e Ȟǧ: b=,|\YR@ X"V 6ch s:4oJщPHG(}*?][X-!/|MmLt-\ݔhdV+5QLKW*3MmCoKaNZJڨGawtu&T#HEOk72Zp:ע_SeQ]2b]E^aȳG8 "X":y?hXݣ0,͜![&m?/˾zƠP)1Rgb!%?2\kF'" oҢ8Q9 :pcRz1㞀`_1'/sI=~6{gURDyZ۩s}_ߋ 52.Ґ0̙ m481d {{tQL8oU&uy? J 6{[ ~DxfnlB"n4\R 4sxM|߅U 2<"YƠ.&9rY'C}laᨌ  jG-[D" <\jH5mgl!fTxM0Sy gQ(er.z3/vSlG.oj/賘b[MdW_4>}׼k`V쎫p{aK̸]>O:B<grv/J$tJK74Q:jI7({޾]!3Owݠ=U)y2ј`PIڜQ;- I.:h~`iMpT+|b7cT[K )7؛ ][I;Їu2:(Ed%rzS8rEpʖA Rt+oe.LM;YqɈ~¥F1fx}?s6Ǻr+@pU޸#%l,',ץ /9rt>>J{xwO߳'㘩m1&2ֳfLܬLi:LRHKxR  Y:FA~|E4ZҺҢLJ. p ΚMK]܀D:?C1!UZpʮ\X^XR[ `m h{~|'FLU2}$PJ &/0Yyx5a<&RK5LD&hVInb3 ?tAKP .5?a"o*!U<*C* j3L%!Qr> !%v4%i?V ;'Hz{z_RQ"u"!@7h*;A'D69WxNuufښܾB~BS]mMMwEwq潫Fp{q-6Fh-o"v$Hѿ? 2nD\/mZzQ(q̝3J\5rޤo&8,y"v|g9Dž^ :V*3CѲ2$J%xԠ>WI:{,PxkoKYeDR@^ hhFAْllj(XSiSCْ'cH6a(^;}#=+5vtsilQx=~jN"D ,E0wI%.$KfzF jBlP$$>z7a:e;[+-N #3W޺dKi|SlۂEPK9!Cq.XaLpێɷpy0|#7Y9[2b-[2\WNAUuYDEgDvwgq i/=f?^Yl5wN4\@h葉'*5֮dV)hB%3-I`5ŁŔ!'L,#QXw@drBhawx-:jhwe``.Z)am_✠~~'ǭUM>y3DZ!;,]l*Dkv1oo(؉ǵ"ݯ[9& ym̂VhaˇG'Ό߉q<*戎@kV&vz,nOpJC(?8y ] X͜bTy޿~NЅ"z\ { jLc~ZH{t9^" Ez]OS4>cdnZxcEh_?`P~ez_n I0B.}ps8$JYHzOYRɴ6Q2z0 6y %QxSltIL$GAzO3ASԑ:&>4f׵bu0PUœStF3HLa9nXijp djc&{GP:cE8q;V͖ܯظ'-1ۄc. VYxy"сļfuFj5y¾ƥʌ&A35~hZ?*#D;?N[tp~. @[=͕ap ۡ˯-:Y }Wx ހUJ%L9!G޿MEjEG>qx涖sT]`r]Lpw ?LHS+kr-:I͎> M&M4ojܹT")\:*% em}m੺(BD{t $끃W,Z6 G6w"5*PO6J[ ZjM#?35{(vNcV\:4y&vv.Б.XaYv'8IKg^chXlw #e&(d9zce.Q:B[\ƏyK*͂/Wi昈9"xXLB9F$+[ VGoPӌި [[?M Bdje]qڢiټ]LSigAn!H>JfKm,&vWo~mkiM.+.GƆHU9CmumOwuE D  vSfgfU/^i)N3JHlwud Zs 댅]0M7me#L)RD>b0%Ij\[5DbWw/c=^ ag=r؋Y8fUsc]<3/bzH N 7w(ܶ{d+pL'9WTʎ@F;ccvj-%W"FlArkGrqD6ZE+pkq)bC>-=@RFhpGs$F}}![&t==h}wu%W~[tɬk@(ф`$X ?kvқ9 ( %bT h{~y-4d[H]U˺9i ,HY%񿮚_"\^ I~^`EQb{;פjeNwbĨYTs؃/(g/-B15@G"IĔEyݷ7Ħ?ܵqD8ړ/w%#޺' 9DvJ nnNUf TDPT([;* oOEd^ohc=TچH=]h{{6g鼔`j]b"zh[fUMW.-įD3VVɖdNZ 5y DI/ XG%]jnhR뼯PW=[6Q u" (|g3B)qhIBy7#^ B9ܰ7VN`H~8إN8{}vC E<­R.3hQhmyTm$ ^i*y9g ^lK3t#'>:wFO0է"G˵4!fgܙрgwSUHUhcq0a&XAvюf9~ g6^Ėc%ם5e\:ĥӭp[zCUٕb*tUs,K(;{Q7IIlKgH5!ry1Id P4 3~!«EafCH΂j.`91%C]WߨRPQ4&C?O\Ƭ}8"\LjoH% L&Q$w(HԬP|i9OS'1u0ɏi, wC) 쐟ĎAu*ܘ.09&*7XyXy.X"s[-Jr *K2ζጴdv̟D)C1} BG8F@wG$Ǩ iuGHS!Yi+` );XO䣐5ƺiy7Ժ JowKfե9]߂s_ %QaS#|}U6Qo] W+O o."稽 +OLOgIv[Go fꋁu@!(r*gŭ`/3u],o)Te3[b ~{AկHA3-F:W'=> l-r100<44_tO Yߙnbͪ|9+:pf6;5Dv4[~m16.( Y|(t.c`feښk}i+4"A*ybÒK@meteKr/k~Ino f4G}|tiϽI#y s$/ у&vW釳Jх\ C,@onuS?"̔-B֦ɋdzmnXeUMK;.S-DZ6fW)+aMO3(搸(9Z.! k.a$Ykz'=ƟoCj>ޝv'q4久Sr`1*ΊcYzIt,>pyk\`XTG6xTT֤d)Szj>.Ǡz_U;aB0);S2Fu4tpkvLʲ4Wuzr# L QM;{nsz'5Lx/ nna"^.EVm&7L!lTBR4^!?_ni2wcUX},$=IUZ*҂ӵP?9QT*bYy%adiy2d4O`= R<3 ݍ7c/-#7MTΑYgc" Ƿڼv˿1wQI|Ӳ/xkT֎K`8 r$M`TEVS^2^^΀/nӑE ^B (fנVi<iؐAW3'h ~f9l-_r}t2_hیW ͏5]L=aȺ$eX->]{G2BwowOØgPd0¢wfS<>T)aJ|"^eK>1^'kP%\˱gmxE qq~EG ŬG/*f½+iDBހt(cQih~EDGпrNz=(ܫ a5ފM2ɏ0# Z1o m6/]gއy0R4t]eׅ9ʷ"| ~(c@/j`ʬ9|~Eޞ/o'݁yN,-Fs &>U÷OFQ(STu48 }BJ;]/ Sڧ=,_ȥ(ZlE u]-0ߕd02\. 4, x ( t2FAh ltyRJB~r,]"C1ifGIk~W.ʧh(PLjLkWn'5S>*7lϊ鲼Zn޽7D^'͊/[k~=~qzj|'X&l`: 97ⅴ[xg q5 `݉_u[g됈š/bxjӪi8up ׍wQ[ A#r@x:BNTIn 7pӂ~ls4w'ZZ0Z-{pΪzdWXDS%7GPr{>Y֟HR70ͼorF/۔O_& 0].rC, ?-Inn\֕+4ՁҘS=h|kCl*x?.ވhwFKASzЭ*p)Y]TfQ~5C /tJ mQ t$R0~UU% HdQ9QNgIE;Xġ!nYڪ'OFчH?(ebwCUv2 w# PRx=X)e ɢC^Wp ~DRPlC D+׼-vإч3r(Uɳ $"5@4 :ȃ&A+pryAח:/[I2ڇuT}܏1 0bc"QQ_hߥ} ':D:%k0AMN k r_z#_e,Lhf+b8H7ujDaUe-YE|,dY3E*I*2E2V<:zӾK(}!{WN%_nX\7zE&OLe[`s)E9)Ԃoσ\+M)бr7q5J8b1agZ~tϑ 6{СbUDA$秤S6M[$&rL#alFbxY^թzZF]IOic1osp+_Hpt4 Sk_-X Tϖ-_6^(`)RæET-m6f`+ӱFt2!*3g}wTw"eJՒ;%EʞfBR= c48+_ [ID۔ hݭ5k8(?5_=8SQiy'&}jg)aϦT}֔$SAaT9EQ |?SyϚI>ND2_Fb45 ⷺn]Pg,]bސLo(ROfȔp(&J1)$ȭ'KJa ZT2WM8 roܣ삒 Jx57Y>Т-78B*ʢ#Mn9ٌyecqڗvvIE Π2Z9E'Ɍ<&0ThrhD8hā޳3рr&@c/%+Z{wTms9 a5}+mtVн.K&p'QfSM<Ҙst{?A߽yg{+U-$Ed[HN rV$ou!5d$ G`Gl"=ЎIjro,똖@kU0 'f@M#p @JKЀn?|| ^4ye9JZ\ fq/oko8v0x?/%[&ju7d}5kmX{ 9Iθ?S2~g"BVOpγ`=3]j FkPY0j41f-Nn '>OQ &iŽ87%EA:8%1+ԂM<z6p!ctn^JIdb>ŷAWv"8:F~CM-RNj?XV4J0&fg,&8PG^D@tys: ?q7#T RO_"PZH=}={qc"IBbT$+}1S8M` $J@ n EjHaiWfx@貀Ij4?`ReQ)wUBu2'7gi&%]WŞ<D͋Èڢ!Eĸ#^K֌hآ !Z ؒ</~T%:_Y"eG:8o.7 B1"HH^xM DQn>`Fj_D3s\% CyDq9յh8$4f HܮnmreQIk"tok39CXA*_4hrߡ v^(ES6׽ -Qw: FCWvq`o{ Zgз9E{ t=)B,Gǡ7,|!h!`([x/+<4/$.ƴ&L5haduػDjR}jo-ʿm#yq'߿~\ը,8U4q"qY-M~ =a=!J@(B.PSݪĈۯRR5dIo1X&YaH.)u8 vz"|=W,.'WŚB!XL\,[hi RV dPlbVvdao>՝.w:2%)2Jʷ{7qa4tƛWq2t C1 =TiC<0,3Mx\jXn){9ꑄ'ߪWovJw-LMDC5 tB0|#Phð]gHŜb ,gUD&Y7>>bcoHE@ i!ɼӢpjת5ʤ\˔k咈w' DjcDҩ YI'Fa kz^q nBfR,\܏;ARl!j摑zy5&8e/D+L 55 gYS IbOCaj+\\99+2]~n,s^G4$ rvؙoη-Q47'S*p5]4[[JnMuA1;#]is<n]PegYQWV oҲ0N,c ɹh!d>{bF`1}K͔WlbIGrFR vI:ٺ']}F#w* jHO2֔NwRfU#.~C;Ǹ'] 1 ĸk^cs'UW?r!]CdxnAlߚA@ߠ'競 TKE78oUG-Y?)Q|J7E-4mP3"2?dfFn;zRq5l3x_]@dn 6RuGz#<'㹾-VRn$ 1,XӢ#(ܲWc_u%]"gԒO-REQK%aMˉ51c;u`2KaЇP^֎'Y{EQC:_0Jg,UKTU_"d_ {d*c Tb#"SSjfS G}$t*8هM~͸=nj$FKmk嬅‘a ۦ(0ΏWpŬW+K⵩ I0dR`qK^Rwqb2mq=2Qmi NE!_%YX%$<;; [M8z}'Ђ;CRxh jp+p`e Ak@!-@;Np qnyB BmJ~$f)L)pgF7w5&kFiT$.꭫~6z4^d"LB"XNJ _v\ȉX]P`"P2䥴#(( |գ1ѝب^P,INӂ?6dqw4`50 ?,^ ~+^i{>w}첱|Q._jvx6{PGEIάdET֧}raP ;K1`-/*=~μ^P]Uװ%A&˥VtVr2-սA {.Q۠ȕғG[禀TG:{y uja7<'ebUj8Nl*]^d5 0HتN􈹋A~@JvAQ,mAU7/;hӳ@U,G HmjOӹno~/ ;Wų=5U 6_ 2LMTR/B1 b\L&ϐxodWzәJHrQ",^j\2N&nb gGЫh&v \Zztp5)zR=8R̪?l33`z(㏑>qg +5X| tZGڝuȜ2ś,臶d ۮP1ns2^JO"nm?U|ע]Qira8k~kTZ|!:Ot*-68SOHCH/C8/ì"goe#Iξv#'8};$?7S*|% +IՕ-CS 6Unv}!~W.?*TkWu[vںlnte7T, Ldl>CKPj( 2opm%yU6'-WtП7iu17}NZ]N/jC%ϚQ&KHӣKhBOZzHIF 7j'xX납plr2KRfL "GW^\l9n>A L>E$ onglDV @r j ŦStO{xL vMN~[d HyDZ$_t"QJ"?= *`Z3kΞ5.c)ߔsyL `b;*AnJlk!Θ;Oσ&g2?CWIz5ƚLC!w!j? c9#^c}|7Kz6Dž͘+цj$ߢhX@']fK"?a@:{p (t? 7<1[g?] Hn-_.ݬW0lT^ɹZ-KRL'U_b*,{#Jj r@O^Y\뀯5Q#F&,I9}|uJJ6ḇȧ=Bl_\1 R\nӹ*KzF}ܩZ+ {&jtCLێ,\WFw[KpcL%׏NʚwrMξ۠ nR3fRlrpNrouo6:7jϷ>a%Cd[hXFNmpUWQrb9i߸uJ>tIS7\s}Qp˜)($8˟Qymgvרe]@7"Ev󎱀k?#Pqiq$gX^FrMҦ韓^tّ@cXDKo-r Y&"9 iVM?}jS46?*4h7-R !ߨ(PYYH6t,&F})ͱg"W2Zr?rv*;~C?QgB I\))0+Oc 0YqD~>#A5%mutv5`G˸ SoCl#&q,s,TBƇ0yzܔc ۦ'F݂/`nƍ!KXn9 3kKd#"TKG Ӱo&-T GEy"U9-޼>*(]6y"2F{\DYݣ>L̯Pz&x"䧽-ӯ*ivj<0Hέ rHuf.5hl1劔jX1B-VG||,KG|m8գFw6sw>BtF 86yx1UIdhT˵{6d8}n'hX~ϕpuV1DQPPxlP;oqx1OUB?UMԼu+s↛7qsu&Psz|;Va3R{EkK@Jd,2)xrܕpk[R*+Wd4.6K il^E3%uwVw^_4jߕ>S1 |\"eFR|O-87\Gf/$Rb f 8n7 DUsy,-cɣ?@3 ssdFĂIVC/u=?9?gC엘y%dg'/8"M:!;g[͜2r@,V<ޭr@Q yXL[AlM- =cZa(uy gLf.7zSQ2Kc뮼Z$޻~V|#kxntxUIηےNbI^7(,ߠ> An NF-Ê1jz Ͳ؄^*pbfdL!vyS1ߛ)^S`"IY4! ZB|x,͊?浫ӗIS,0.z] @l~fsdzKZa^-a'-d&)~&rS_̍)I\+NAf3blH86{h9ڍP%{vud< p/)5Ut&\pvp/MN;F=b|Ȕ"CСuHş49E- ү7B{kFI̎p٬{/&qoDmϔ 縪NE !緹GEr۹[C(gTrebW; 4d'ZQ LHѥcm咑8vs 3fRQh>爴2N7.>)=]yg̻x=_<9_e]p<r#PHWBaÏ+-]o +W7X)EN?B0[4rF[HPk9p=TAw۴FzsD!/ۺ]|uQޒv⧙UmM|c){dzRARL ׅTګvfh^(ܶɷNkR]m97.k&K3QCt$9CVp $(.5H/? HԪ`!8N e;9\2 gŔH{:,Mz~3!1Р]-]RLJq{YwgWyB% ܲq٤94͌CEM" #ՐI1PhẂ)ypl;{5?rVPMh0]VI UAlR mƙ_YQuA5yOJ +ǣ1'&3l1ts& ̜W,HS2,Tم"įj#M2P!t$۹q}_ȇ^jYtG QU@ʶ]խQuƵOFyRoNУo=m-7J1rt^zXüN`|-&ᰠUyч39Q2%RU2E#6yB?QꞌHmd$uxCO A璮: &) |G΁9g>sXD}Nёԫ/G osc!ݽ; FKhXA3Y𷙅i G!Y>%/ȁr_--Fɧ ]a?j_+"Q΅@F:1wL:PWӖF :%p `{T4Z`qhG% 2OD}^n!2>/PZ@f1> bM"%h뽯whuɤbrDΛvio'5oOUrH o!?\ wdpGj{nq$sAn GrUVC"6ٹe!V?YXߝ@:^#*[v:x[5V)HV0JQJ]>F˥-^(0}6?SR2e& ntZyY! =^-yYyswAKou9է .x!"20' { OUa`l fGq*ցX)JUvu9K:R˘}䶘*:~Pĸ.>lOM33lqYk v {= z)ﵼy(}i7U1= FmZLg#E tr+S /c96y$?"ΨB׉ƨ1惷e6MB*DT(wo{l%XQ?wi~ywJpMeVQWbhmQgC`gk.WM|G C>Le-Rr1˷  [cձ菼/_"jK~E{ -hDuf+Qʽcy%Qf)+2[HB~Kd]|WV@dL1J=NxZHW^AT0!z h?%P"VL0{o1aDž5$H5iVmM{$,1P$)Ul[Olbq4i>BSe:ױKֹuw"ݛdY)DƀxjCX'1ΩPo a\+j#hTgyؤth~` >$Z<>(cTa P ~IzZk+9X1M؇3+e~_ B\ͭFaNKKl{~R@;gq@옄sCRoC>Z/$!&ttZC4ل}Bd546p`/\G^ 5A|?8lR @J;ىgtE5Xeڭ(k >:p\t۳ 9غ5F5<߇k%#>F+zy>!GjWNhN&(֪qmvvH1?IbGldb쩪+Y$m@9dVStbSAO>8_6roTVLUZ| ?[_IRRXFփr~+v`jN{h#.)m#~[O?S ձ\x )GX1i;Iy-&TՆ5.JOiSZPF":]ŬWPcc?)#^;`4ۗLzdV{a;O'o9!=i&ϔv;dX+ bS1@6~)e(!!BqEƗa5a6"]L} Q|/2GhV.~r\iƔ%W ֕oѥwIvlSZHBD.|mSϧ-()k}P/VS|JɆ 7:=kb4nw M47gqha 9%p8{ͨ y=5/JwS[tT?Nω#=o־t@¾r@>ج6֓1kpmi1Zk,[YW" "3zohXob¹ٮY7CDZY(JFqGd;eo gU 7aT<*w2.b,X~# cNQ)Uls'}W aV(%|3 56$ߺzl/}- icv2:ͅsϐX WIWءC=Dd 06#Gb=lc= / >/'QwSv K"eX]:y2Ձ~#{5C`&AtZp;( Ҳ/`xB Sf'ݵmgW&>/I:pIՏL<Iҁjr uTiuo|!&a9y{mnx_e>x@E(F9֨ 2QHώxQ[$#c|!A 2.^1YX1!WRؔOnXmOs[@XChx`y5#!Oh%lpZ?3EZn^3-ӑc y-Z/=-]u4 pL\i(g:=Rg;5$j&^&U|IcuVB6`8o~OQF~qWq6VQ>Y1,1z ҚDUs鼢]H nJҨ7+ ʘ#`'gvfWTd^{T?ݜCtdWikC-7F  O',r'>`o_y7,yU\/謰XֈHD2{Pi)Z6qwOO| t`C7cSP{p趷n DΨWj_ܹ-B%baKEWvu^p㯙 zh 0?2/6a5fRuT\NeL~qT/5gG u6GDyޕ[- X Jl-WҥEAo/c9Fc  #A< ~ЃZad~q cEUmՇa:yIՃ( ߢ^^Zsi _:Dd +," -w ;mHZ"û`,h3|x ;[SZ V~ALP0 J)Wp*ZVѺ(xM^2j 'ok8/((1,})"д1 6So_5$'{,K`oSugB<_ޤZoPYue!BĿ"oP|70n]i:PE,= xNRf9(t=e4NXLmv0`3F7;:w9ڍ,AN\e[${ qdyD.PŒL EkM{ۄɎYz (tFGYl܃ü[e]`/+gb:qMQnUFt҂-yr΋τ~?=Ph&Z6xN {8bnI ^^E ikWfmS&cubاXظGKƕ `ΥuBVD" yw* )7P YGrF^+\_0(%%z Amzh]^ߍj] 33[c4jpF5,BWew]dvtxwZ>e*Qk<_!%^0w|GHl&`3+TJL)i䀩vJL 2w@Xv^z-7f7d'lti?6/~ "z ?61:{Pp}~{fe.c-?ф2+`MEH)ed= uGO nӬg=Tz,<҉9u )8MB3kHeyi0;? ]4"GZZDM#* M* %L8#+.Ty|ݱ볱zYMӭJ \PBN. =TP_:¨zbHg[N`nV @ @ZW[ma?b،cθ=ـa 3啕i%m'j$W Jjwf[0 rp?}Xf_>Tk1I~q)CـزňJWH 檸 5̀cb&%oRe01*꟨|^vRۛRZ͆w]dzJzVW'}^~Xgk0pß`]\/O3cgG5S{;(õ?&&jJf[4Z;*!6a(^/ Դ5ȂBXqSTax#@c;rK~F'Jp/VĐ]gytMl``ۯ!W,n*@%IAxZ) %:d!h2Qr%W5o/7u;OÍUV9[@F_ax+(<~5]~io>&a ƶWx @W7R|y7>1\VO #.u*}9bh=bfov{`9 uq]2ZsV1d@AoA[m}XZ4wQo5kIO[E(?ODi 7 3Z*#T]z K/6dIw(>1k$1k7侺٨HS 7gj6Fƚ +]f$?^ kb-Wob4;㝯ﶥ Dh^R+^~n%WKm9I1WFت] P4d{e@zn3#wB0 +L:_Yq{J 7$'5w:ϕa )Rۤb,=t*jn;V][[iz:ױPvַ\w9 EOVoTI  _ZLWFHҜ0G6,C($8-C,wMbaڧ69])䁞w{Imr|tBJ-uT,4 bշ$Z5-̩q]O)c:a u*g, ՀD|~7(~/n|ͦG0s2j1}c+*D XQ+dz Ca|1 8 )~޷߿8m[ZNw2[p*T^$ggYJ#6M)8F"/uƄmzvFB{*\P ld4qT.{[߱AAT`@U95{ WukbFC(qVnh[wU7:+qZ9*n8c"vRcf,F|`Z"VASx$bvp]EL۞Ӕu#ɏbc_*&,&=\eSZ=Q^ `D[B2|u%emGӿWLc"CU^\Uz/uVH5a&yc(dAJk\#X;V+-bg@ ,@(-g'Lf**h ߔ&e[ AE8RABL[W͏H\hOl( d% J]9R 6炄n<~gN}f{p͔@wsz03tRl9Dϒ0A ;V8!gbvu;X"VlxH;=̙Z%[  FL/ЗG8%*n7ϣ&@E^br.Խ-"a~S6ٮGpF{o@0]9oD 2 !S K̑hMB!1W)IuHam{(]Y*R^[qts}hi"0 LsSu> 6IY鳭‰ncB}> .P9Ge:̯amp+=m|3, 7XR $a"Mü$0=7+/[53Q)Wݕk^)t!8,A+C㎙a'gŠ}&N&ƚ79O.)\#~k4LڀƃB{`M|E$a{*#Q4-2ϲJ$Ek.`|I.BB>Q_5L^nB>wńcf ;LP(d&h|+ ErE*lD:~c&˷ d)]M?$6L}QE mcs{lg}UdGc"G묹P͞lM^CB/q@VR1d>r77ָTPjvr4zL=%[*37USIA| $76[oPkVLxUXH^u6g{2UєyKȣ: zf:/5C*8o5`]Y^!`("%EjEbPy.w3e?vUd_[߀.ps$1H#E2 }U7Ky7ΛJWjtS639!zXP;˜UrNk!ê$|hh1 Lѡ5ދ@Ǘw{f2\&\Fjߋ<.۽RYaw n@Im[3QuZ{EH1-G,g.x}?|I|via7# ZǏSӑȋ5no t/@U]_"s"۶e̅ k>v$~򜗵K=*ym IO؀)3 s$y:sEzCL.(-zAhj 5Hd鉚&71,˪ݚII2A[R_uUeT6#UaYm [0лE(D%m?.a-@M=%}u=~*!b5@u=Dc#VV.;Unid|ds9E<%u2.ӂdߟo8:+EVu>]4e%k0sPg7{R66鑱;,2}q:ftV'EYf\rSbl'Z@[&bm tA S*TT.WWL+X3\SZ?^\/Bߖ-C@a|!WUڴ鯝q  hFloxmE^Ӭ G*9PHdʈK$7\`~ $*+R-2yULDht-<`O %WjZSٖ1dE5DwCLLF` ߠMT4q¤B vTFDڴE@1uPɶ$;^=ރOeX <Ԯl0Τe۞4j=0ڪ fOҋVfFcpK(Je*}i p_8څQRj@E!>7z[@{ЪHh#` c"R@f MҒykuT8mrPY^wr*Pgؼ,Pt řvk灱!+qoM>~KZ.>; uɇy ηB iN9mQ@HUV?~q  D/Ą3<|T*Pqg5H"MI\g{`ኽI>V{j^P 1Ǽ,<z$bTkewv!(r=F8qM}͔i7R00k /9}J,ϝU\Rss}ISsĩ+-lݦû_-!Eҧ_16 Ƈ+-,a@^SsA|P[VVu3x N'Db#ஶ /c'3lb9Fh؍dkC0YSHAދe+Ϝ?\{v3̽l:*5N"1Ƥ[)&aL E UslP"}B;A5'x~n%KJM1p-̣Db}-/~z?"O~k!沂kv?,IJ9 )IltnT 8Ʌ-n #ZG9S`yU63U!x0ʺQ>>eZl;=Lj#r݂@s(j I-˲# 49Fs]!fYncAfD$:B9k«9NXa| 5|C㦀;s<p⫨3.g(G&e _jiJfmQ^-[Q˥!Ɓu4§;ģƋjr9M ].[:kCn=-9 Z}xR0lHGr/g+Z%1bHpΗ|?vRv%(GY-B*v 2 u~| ZtOnF<|f#wѧrEbni Z*.~},Pzػl԰v[F[c|FpBT 칐郲 :ݼKԕhrJb 3&0rh-X84FHL,Bæj^`xeXm&gn jPϜз {kq7aRn z$7|qWiAi$}AG'![9Hh K: =cckMʈGyi(IG0DYEbc9M5jR;+Q9Y6Rs}nK_:u#LlXL.4=S_vwEƹ۵ ioLc$%9MPAab5<)ݥpHJ]}Sn~g>-.{g&k#fv4v=? _1Hő=<+(5UFC_4|O˞3I5J:QD^r90je4O}8ofMn )^czb_ɸ0Eovx]H2$ -.u/MIT\tW`17 ][jk]ef_eFI->N_Ni t}gU9蜓m_/Mg*Hɻlsp&%fݐ-I$* .KK4Y-y۰į=8eDxV͡,dl2;mX8c gJ+:~ ϫ)0&i+ *=qfӓJ*@9FEMiaa~rǸcQT^;O2:O:1أ9y4$,LX:hCk) +u7_ǃ(c` ۑU苼tk#5XzY!Ql*rA"2>B6!ޕƇ֎Sqgwc>;f%($uk6uG<R Px KE2F/AL"E3kL)J 17o1RӰp +afnPf-͡cβZ jpkyES[3ѡ|tg_ aT'W~<1,|BZ.xkdRY Sum>~_ `>9ѕ{]Ɋ<-%68<`S!vJdl6xnOIR`߰c7= {"eY1CS߈8 kWN/KRp51jk#k"S$c^ni!q-9b#rH2ö4K EÃ紐JŔ(Ys N LF_MH4~g">t_,1~ 옑f׸eJ3gkx`菷>Á@} QHZ)<ߌ/jNYNŽڠe*TaBm_"x& z~+& +v390t q]Ѽ$qᗈPKՐ^e/fk19i_NFӇצ1R`2yB)3Ȳ!.x`1ȼ;jyHYf-.)~G+)׵NRqn@^L+jvP@jTȶj qD7#Ku@&.ZoѮ&kc>8gCGك:c`T@"{2Yga_PXgxM9rH`#o8HDp{!WPjYtν Eْ5 O0Tɸ[vz^8ޫASo߲lJ7|[ML9e (_ÚjI™)0Dz7-QY[q3'c|/aQ]Wp؞"דxHwS W4ԢIfW1Fۃ]oYA!e]ƮXͶiv?lÖn g4l\hjWVRn  /?CdF9{SǪ/ :<+V":<f*BF*£à騵vrXM1EQu"xX78pG61w!t1zM~&$Rnt8] զ<-C,ZKĚHLuq&8TͺYid OLn^Aa v@zelr-\2˕ \f_Oms8{AQrV֓UtM%2ceՓX3md%A E.(vv | s"*03ZdM9W3-QV @W2 Tk٬4Z2^f%=(?vUQ6CIJDꅵbAٓw֞Cl!1GzFX2uvegBxg0"m5d NF>Ru5&σwnm -S)8b#!<2ܫɆ9p q Q-9ѐ%G_jw{Z^6o>RHHozN pV d]aMT^yTYǝh+ ^uW/wM`E2,2*t aŚ3@%,p:+W.#4.3vOsPM_85D 8ל{WO\n %4{K@;NlIvCr/vqA*Sv9o.BUSC6l)da?mwW 8HO׹}l-ۨ.3)"H?.a*d~Z:Q\5Ԧvq4yG$ĺԺwNj*G|5bvT&1L6bg!\>544nRVf ό[t= }$ gwmh8AXIPjYKJX 5WH)R}t ^X~Ԋ@&̯Jqu, caEe$?|KrUF7t2C]u-sZ\M\  &pv~ =3u\PbqUնI Yظ1@۲{Z$Hx;4yl ʴEZs1AlߡȳAL7/u|(t_jo)\07ʪ;|6T+'Z/Bæt yHMo贲9f8Ujljhq e 0ZGt<DnhJnj]1b ˇAz{qHsgS r}S+ du -, ;ƙ[uKZjg,nP<=hM6Wjah0V9`[չGyaT6ΗT1JIJrU5lէ=peӏHhNK F=3s  ec ~>^H,F||])ԵXNT@֮b><^6~%Fp@+6k=RƖt.1 (MVPNy ~,/g2S[0مs8Aumc"^*JDL5Hd#BS*Ϊ!7\ .#!/&BB\hm9D앮u)#j֠\A 6/-IYu)Igf$/}3xկfu* zqR2ſmLcmBOAGevNtk,F/wv+|˅|8'p 3\,f1B3Z[^J!H9yYƸCS]KiwӔMPwbT5ExQk;(,+8tTWd(N>y38ƪFvIW҃ tP1U Uzw.jΔ,|%hR0( G.l>ZX|Scv^X6a VqNJ8V b">VsD)J/.2Cኯfo{nL_֬ {I6t10'_]F45yc!p MC H7azV#0,u ݻf2z',%O"$ʹ+Ь &a^AFg>{Z9Jk+!=-/gꨦsbX?ʴWS(,ͱQf Z~Z7=u/T\܎BD&7/d(c^-P$lnAW7QjeŚS:6-E;,y[ğW`F) 5BT|ZQGdSz( G[ئa3- '=FuGYm?hS'w!Ɋ:43:bprZggn \icL\;C4qDA V"-dָW#^<נqWwx2y+t$LN3X[ ~wI%m \y~m6T?堚i&\Ić3C$=f{RV׻ș-gA~} ||ļ>n.Ujv~؃q*SYT +d0-|a~~p.]0d^f/hR3C@%f3.e1zDd`{PBtW0%Ͻ52ʘ-!L&_LY{Vka%U+ڐri!󬟝b,rZgвT y. 7X|<{wh}&/m㺘~u/ܻF&J OCA%-x͍E*TtD7bL ((MW+{jو\&wPyh8q"0F -sGOjN@05gF,̗~t-q!sl-:x.d*cQ>}i*Cjɞb?'zտj܁;0ȪI(gM|`9p}RfO{ň8K*|(~g{IT9e$B̦G#P+)EMcΛۺe=~AxO !/Ox}%{Fxim7PgMYsu3~5/V0iRZ2lv&>Q;ݒƐ_$,695'~*t?R[?qn\E~?[\5rkZO1)Ꞻ%J.B'0 h3Q#s`;mkyנci 8&ӦN9RNTv-g͵*CCB6_\]d$ʳ\܋U-h53"JG"2FxLL,c,Jk=E{ٴ "olX]/ ΠqSW+ 4=( ^k~;s l$$$8 $­lOcdq^c,,vіA>' .h~pD<>VmlQ7.3DUr#hC*UK.xBJ3;꒚/L@M!hBr¯qdUۻ0jOW7 b.#wlIBhp :J_pyQ񅯌'= %6y[r/0Ie65c*l&,)<͚UN#ed /P1 u;@Bii>xȱ!!&Kj- %œ<$%|0prrG9: v|o2% HCj\@{jgx~ǏB@åb*y6VFXPH||j[947hJ1k!¶'%\1 $}1QO@`>WZϿ9E3GF~|?~ŋ^+_y,3ɚy$Pnv^"}'"(BG ޾>$ (1AvY1aHTCPV˵wK>kR!\e"ft0V(xH-j"}($tХп5o|3i,,񆖌Qb6kab^1h8)X<.&& flczתjkpDH-XRk= $$~Dju"jkY!9G|'Jͩ rxݯ#(|MŎj[T˹r^I?zb 9f琈Sc~T=~`\Fo۰>ԫ%9`޼39ؒ%]:"W!!A[:OP؃csQRyC:7Gþ.~{SY֑ Y!M:c~kzlBC"..h;bOFJxn0QD1d@ -Zd 8FnNQ=&]MuNj :ߦ`R޽Dp wCFA@Xn԰uE·VlEMգy2J2BQ80n/$*RJ9'If7i2]6eBW;=W9,9_I^FY ơїڝP967=9m)*A2ow0+V~ԤXQXg 6g$)žzףPdeDjJrwؽ` X}IYUk!~lswWl>!ڡrD^޾o^ 'mS5*g]C]~&G^ݒsmnhm{jaTeQ[ jvQu5eD7aZx\ F@kT!@eר &DDPQj2 Ef6`{5&?B譳zD7چJjR[x ? V2[ޟ(yRJPoql(xnڰ.>9ΌyEY`#Q;Z.wk!KyFc*[ S)`i"Si?Nl|d@l}aOP3cOBUX͌iԚXѺ!)MSje7ɹ>abVęVMXh'ޙqSAg|GQ} 9m~Vv;ctW+K~_աXhȳv.MN^\,,BklEڨf]말1cΞN,aJkbY [?|aY$(AV@f,Ưxп"y6'Uc"R T082-a6u1Z`RQ;lN$0k 7o 0PxdcZBu/'g\Pq5DWAcG^g NA'V@qRb_wwڕ+#/#͞YcknXSz*/ 1A:E?355. =Oq;Ԧ:(G6J$E"SQO.L>ˮUsTRtg "k!RXܫiG:`yĻēt}`sԮsW\&Lu;n#ra1]@Bb}&4elS{2x[ 7zcn! 1ҭ 8gR0iǒU$T'aK$*c s\u2 W ߖT)@h+?>*C.eUtB%/ֻf6(4Ԓ|}A3`,07tsr̦ ,ֆ?xU{E,|7?bHa|z/)1 IK FEzfUZ2~wv>`tUeb=x .5n?LoFsMWGB78E؈Y%bDrn`!OT7`h_!U@L:fGT˴Vr[\)ݐf5H'yWZgm,quWuAJ۾U%4#ƑEDw{9ny8=KSB^Js4FV KG7\>z\N^ϽpW'4>\@I=l.@v2OŰí[ʳO:ZcRtD=XYiyTSi3ӰvNW{C,&YbcdUAgTvMUIDX:4^q&*AHhtp\pyqB`7yk)Lc0S*c*1sڤZ+L4`M$GO^Qټk c<4 w*}55t ozu`%[DQ1{<1rAR᷵sߧM'{'ܯ%ΏNɇXP<;/"V,jV~r8\`^%eMmuBa{]:UH!hk/ Gkb b@TWI 7ffJeFV.qHn1Og:]n '&ӟC8V?g_B)o.Fqy"/y[ҵ4֞47}}&Rh?raYc.粑떯w5O' iA(=mUm\rMx(ϹF8տGb :KHg~?<\JNoNb:J,~dˆIO,URnMVcFF(*7>d`U/8B _cVjCX x澨7'8hpiXG8x/a j{]E,hL; ")ņSNl+Mň' ,*sթ;~N<@xo]Dܪ˄:PI$ׅc,$ nBo%˫{_S]-Ud&rRh44 OFUULp=$VRZT5 (iDokxT{RH_raR$A |KW_'>?q_P!i|S r Ka1( p}/ޣxj$BϺ5ޓd Nt4s\Vx4v0EW_,{iYN#8Y9fVl6t}jf[PPCbK(XԫTLHS cO,b5u"FkE0s-(7-*W0yq% k;]a?qV˼km2\MW }%bs3Ӗ={e`D}h0sv?)+yD鐩my6FE9"F)FW8}')p([DJY.=L2Eam :w 1Y jUd8ȫ<@`mN؃/ӘԢҢ\wt˷ a'X4pH`RrR9* R6zUq4rc>rDTU&aex-w`<]ns7G uB5q?])HbR1)0'ق0UmkU"lOic0㦋GW4ݒ+?'#l_ ,8_YW a 4 T!Sf}v@>5! 1: &QK +&e׏  Ѐaꁢ)O.؏g7\˔cG4d?HF̉7Ei.(,y"Vc,u4I-13e^a6Ӆ ϯOg,솓.2;{⑘f#c2#=pws023N2H^}Nz>v&iEњQ R‘~Al 2UN*ó$AN [_4 -K~M#.qb<<+:3d2n+np)"wL2wkxp40-Rz_3 wnծ)5_s\>,,d34*[oUU$X oC_y l騋`H+mԈtc=i?mn4vq?nH-KX!ܛ!oJg/[ϛ 1[ݟ!D75i&>/2f 4zu22>.D#L0ged1pD >sꪋyZiG#8mXӇY|0l'ݳe#M9ft8_^nh\Ozfa'P+3\D~BI>vS$ݑ2|@FtzGF:BRD;*5f{uw#/w>|[L&&maa騐t_ҳ'S(V`E8R4 dRs;spƑ8OYnRT9T^N媮mf<@a2K5 T*q;w`uH[qb{|mO|E oҊ4QJ 5+h̤o+`eeek&r>_…ni2΋4µ(\Tv h kt@@P!CX/X*8vMɚa!No6-C.bjM9ϡޠZ,Ywq%J7!v>Y'#EBrd?P(VɭOVR>δq4B0h~y X)nds}=7`DnL6ykQ;u)U#&ɫN_!z'vS:ܫ=nK:4`hz: 9+$>3GE>z1zF99f=كI4v1Әs}:Ho?qr0{vgtjt IrK!B JLe9A!\s$FLF{ѥtZǜszYʠ<}G.h !&/ (#6jc~mSp6ՁO:>Z݊Z|wʱXgKgױXԱZ뽃jIP0ن1rPn|yitWottb r͜倧0~|4 IxV4e;!o0{'tpv՝tg5Rw+al{ ﮤړ^z}Zm7f`纫$*rSMQOA5f:s<7#h ZƹI z+4ٓ`+уL8TOjr'R=RLUQS{ˠoeXD=o00Є%Hp 1|LvHVH~kt\MbtyHZtyEY~ &lGfj| H'-8кqSIݚf;UrHQsM~M;ER"C^NaHmw/i [G3Ԅ)J!m! >@YJP;mUDMq/T%y[\%&&*d_w"CcF -YL8/]im@w@#`*)ñFl!)=0b$Zu;hu>0κ}(b˗tuaf?o5 oi ei+ƏJaJ_W}2iъ 4*c~ < ٓnr-;Vzf/.);pkQ P=^=a 2D^tE!Lx  .A&oe' L$'SZ5R,i5}\-%oUGti` _QsDv`/,KI[qƭT6WIi eIkj 2&bwe;\52WZ$σv85RM䱔nT'S!VdD\$Ԏ Z}K| X&xřhrSWyZ|qy|m 'r|mk1I9KgdDF|t\@ I5/eBIUXy=~?ݔU$sRKk6 $2{TCHof.P%R1w=+Q~7k_`zl?>lIC/u#fѱ5}vz[]ՌUA}L{p?I hRh^MԨ-sG(CK<;j4g*겦iO@l`t L iDQ5©~v6 / U|@kU׵{&K; :dז)qo=M3we3oa(݊ Kvs6a9͠ǽ>L7\O,.N/% -L)o ~]fd=O6\Lfǩ7аuFIĴ }XAX?Oozj6{[ >CO bGL%$C0HP5xn ;#90_/CYن!G֓xBkSPeg܀^7 6M_ zIE4hhH!r$dfPq3ߒ?4р_iC6YN%p-zH:3ILxŜaF=58wTar?KC˭g=k2cfmhax&DbWE~T@"_>gc.[25 mfpޗ?@u+n=Y%X]kxzo MGIc|K d"hgzdFF~feb?9(eۖGkDf+DoGV +B4;^[==7# :);P#Yu5{j$>p`c: ڽЁw)ݕ/"J`a$T;Nʆ/8Pfjob82{Z VÑx wqH=f0je p8^=qK_H&Xҝ*\wqFpmh!sӱL4ڞǮFLnI?Ơ{ e}pIx HA~oA;_)J2H*~gG^GpI:g,zҭT!]"_4y. O,Lbrc. sb)u?[r Rdc}w*Mͥ.,Կ> qB[N?}~΍?W#Auiu64sp^65(+&W2kx G?5nMvުGҪ8hB_D~1p1Nt`l Vg$,K[_` .C9&ԘQޱS-ڬOo,X98a-ZHcoɃz8TY-4˞;nzqI 4kp YI !rkcnalv_bL霊 lΊ@@ӭ'5΃NtݘR#pK4 O:MÓH@DM (cmJdɾ`rS[))$޹SjbPIU|Y\$)8/@ݺBjM" @0mDyg,--)ge3)T9`/&N vK (5_7''<Pt)T(`iAFBdNfQG2}{ӠV5랊.$ͮjV,W#mc8 #ol-PL>W]lWQ,KNإG`쏐==2>Szr6׏MxdDї}52DK]O9޽nk37F$r&EFud{r梓SOw6!ƙϚdXm V>VOJp0~@!uidM!73y KHe7s;+3f/H=4Pק`h̊PbO1?2M&%(S #fҡH6@>gMY3؇n gϼmxU{ȼIb4q1e ;!InBsP5Ap_krq~o%; ^@;2U`M"25"'Jٱ  n +j$m K㮀Q^@O@xɵ.Z[3 ;.M-Av^/D7o͆ 6ҋ+˜۔bE.ˑ7j]W _7y_i 5?؊ OlVj92/ۚd;90k ,pRަOd'T'ꌬRݎWրFp͆즊XIuꓼp{ Za0}b`r(\7<% ʸI|ĠO1xGslg+)u(5I_n*iȧn$hR' V&yi׬(4!V&'ADX?(zڕ].oRy'RKH2,̷3vn#d%EWZQ+3ȆfBa"cŲL-R,-JRZ4@ FS=}rk%Z/N(z|>o:IyS49"|M<bP>LlRfA@GZ+ȥ?@j%UW0·1`؅e:/5}Z s\4߶9bŽ!; ̏6!8ybT_U.&`P`vC~gar=8:S뱴]M_"k&Ymݢ|ቀty`Wyv'kuX)ZGi՝d \tNA$;X#xO@ WLbeoؘuVDI/h)nD꒜HЧܦ\+ 5>=?7&E8@SRnfzTA>fztr!(h"0CjQb֓_~r;EAB ׸XHf7F>?gc}Gdr,iVOP`x7G*_o[s(7Tgp:Rr ^O<|7$ȴwj fDvf\nUwqMuoS} XOWޯv lxXlʕ;bo}$geQq}iBr͓ouz TɴPnCmvQRC"ȩ>ii*~)=@Yl|j@簿H$w>IO6I ḭvSĸF*":5I@=?0fCA]7NVFފ"P5y>,z-LvŠLY>ɴu"hZ;IҰ;3?¡$ 2-5e8+;y4nL'GwZq~Z0rs:V-t\*ŠI\9u\ 'olϵ%:cۈp(G4Cu9m3^] (^~eރ,} )ؿ}4yΖi"EDJ?eSC^5'bAx6[-t4QL΂uJR}6^ڒAhqj敡oI\S^$v?/`K[@u o -xUoP--nWCSK34M̌n}Χ7)EieAo8h'tAا< u.V҈ p`w e}edPgi<،ڣ[Dn_yrKd- SGџ_dK]2}4XbTXdA?E,oۜn˅R25'?{J%{{g&j ~kgC@!.jwmA_/9^CZm0Hnb36Hu|T*/UXąﳗ ȑ1 gcKL5?bԆڈFnwXe,%KTH"OAX;RTȌ"@ԆA%q$j! 'Bj G9:<KrXQ_IL->ʪAԁy_̥A6R/#Oց&k89ϥ o^R&v~MAh6 ր&(Kr@Wy˓NK@㪒w-c.gv߃;CHt& Ka 0*|9$ɠQ+.o]v1Je,\77o5mŕ YU-WҞi6wЙ/`pn~UnhX8u'I`^ey|i6drEm{. # 9$,QzqY E(娐VK!qJ|k+^l ƅR<O1srZ"­< V2=[k?yIرV0 @ ~/. :ܳ#Gɱ6fC$ ք/@|%ؕ,vrb8|3)B1%$9n֤v5TB]`/C0=NTxuҀv'+E5?KB[[V)čjdqڮ]K\\tҬ4i_n+ 'Oi^?8ZdJA[a ~hB^g&p|U-GwHӉy 짹flБrBȃl:nxӐSztzaŔ>E G%_6 Mh:Pחq8WؼC@e_/t` iZ-~&YX`L"_\V@THo^+c;2dW#,2U(R aI>n3jRX7]qlFq #6ilВ|P#!'|Rs )+]fd=c1H% Y90KqGY Ut IZZշ#.yMI],x!; Ur:T5i׾UFkVWT˲1+ؒuwD: Yʳ,piQ`|Y2#oiD\ e%~ EUAoL@}ˈ>U:4L~eUǛF7UH:,ZpٱFP!u-h0%a|~jbg/X;|ifqfX8Ņ!)>"n@ǒml|J DU}0$nQSU̐_}p<įl7I)XMYk{)&U2 VGe[#4S;m%/gԦ@{S +3a~t/y~T)t.R$QFΈM_bV®P8GI4P ҉Xw,#Ml]Qq (Rѻ+c6JA%u}s*O[( 9'ż,8@ Q:1["-&L.CFߩe X*[y_͐sBVBH*} ¯|ivMNղ"Kd !NCdkFeaπ+ԙG{ُaXNnu$gRd a8C= tV^Z술k6zLEDF"᜙,Jhs,Up&=Ud?}r*vԗ Hb=a$GLW7痠D ܻiJKS%'! ]2uy*\^d%:;5P%Qg?&줠hzA,4Pa,4| ęA=]L#ėL2+U6CQ'_{*Q7ETEsYBR͑WAa2JvX~qEB{O Sܫ0s_)>mqN?!mŦQ>qJĆp%\a-c1еMoצYv~mbf)rf3'q1ɰUmS0Dz6{ =Y^vRSer4#~\ Tڥ xzZ#wߣKp,SXSnǸ]nݍi\ωn0b&ExNeC !$&pi4\&jLw,Vhř4 GX5F z8S+ _Emp 1&m:C--% /b/R=6glҌ1d[\degKi"`{měPAM7opq\ʋ=e*t?9t* -}V"WjndJ3Ke V AAR rO͗IPyjmv"o{_wXhuyD\JlmISl$g)Ld]wi*=z3~0g+8e_m?ci4c4_ţ,} 'tX(6:SQYӝ,}-o< bzБa쇌|bix`T/`dxW5 K~wXDgO6ۗ5S}dz^%ӑ9K 4]5CA汸ul\ 5da?/0W%Y 6i.f6[$ tZdѤPb;j5"EODz aO-غn7=RGpt %[`6,>T*uN349t}9; J\Sаizߙ5zXEļ!h\o+ߢ@AV {M0 34fv;ʟK3vMtey/e[&)_"@J1綎BW߼MXߖ (d-RP aS!N >,Ʉj, _~aJ$3^>gU% LNK6iˈ T Jϧ%4Rrȗ$1y=Shw2}p4՘IuK RK} _#սqFɠV wG]Ȑ{L7c2GLz<* l\3s=Ю1yC_s䬈c(D#T=5C.ug9٣=[k6:4b]2 SB{c|^S[~?d :Ѣ翆+E|PwK6ϓ䨍<2ͥxc޻G7ؽNfOÒ֯>Cll@_*8_BM!M?G_uX(?VBB LƏ!Ro )]թzSt-,ˈfjCćyӋjĹ^ԛ?ďTgV9nKQMXFX \/n-n,._QMcƆG{_.ύ .AHX$xxQ@e- yRSR\AY`)r7q}46SSȌ.mY/Ȭn/ؤmJH]_颾1x~!ݥB6v>ƣ# Ho%*y0:^ݳe:|Kk<M|^%kkRZvSzAic9s"9"W1$ 1ף!D!~ć`z%e.S4( iqƎ%OJ#1R[MшȐHL]._;,l}##b(maIb@ﺜcaZ!" da3H eMݱYZ&3˕i'K+IlSPVlr e8v9zdreh0if8e%МHΏ t,KdbbRM_<`DUE Yd"\qf ՙBqֺBח~P]jr%r6yv( M'iW \-Z=DPY:~x0z%ֈι}9d]F nR$3Al83EJCf9^L 0kTghLZ*9ϐ.t0)< aW^ZZz 'l*:BlQˢ:*|W#&퇉;#-P>Ȕ |7/~Qwr#fqƬa ^3j"ԫȭVy7"Vؾk`u#3V;YI/S+ip @f9LBe\ U,ӭL`H$uG\0i=esԩ곶G9dž6?DR0{y۲:٣JK^/(u NoDK<ΰaf,m߻D`uWl"DHE{z̐:yxi{iՃnߥ4`4g{eB//=k:#'ZucXŪeښSVd¥4x3")zr+x+=5GtA~ƿފm8H^ibGQ ~96~%I|M}S&*RTkMJ7;jP"]g_uLgX6´SEhw,gHfUT}G^HHNF)پe趗z. _|~c;5*LVb !KݡP{5 }/YM bi˜ D8kkf&`E&ܡi<-1ש#0Qz:g_fDDɻΰ,*W"&#v$YkdF zen@U;M(sDͱqTwOѻECyz2W}JC.kH\ OS< wfaO^TAqO.J%:[ U*dw_W2V16#LT&xψp!I#W+L$fI9 }1҈ES'<"Han]o<- iI&jS?߀nhҙS#ih5 p)`S a6_'J娼uyEjͶL:^ߤKb?Q--7#V_&)zǎhXJRJ-yR?46GanHfHd{\0-z5dUeE ͇zLn8'6Zʤ\z@blM` *$ה+s!_)_H#Zة-F\cZ1%MAv47J]Q8H}U $fg̰_X+YnX vѤCkSnV L/aAӓ%6Ye[x^cGCИ r`d@E{:RFB侞Q+:pS-, \2X.89dYZ&G4iy81Ȯz)#3v5_|ܓ)< b <`%6x ۸3W)sfੱ~ s9w^FhpZD.S[ TB^zAw=6, Hhr"!3u3HǍeO5C&ky4␜[ac7 Crt:/%%J0R?7z]~b Z&C%, uYD,MNjr((mfԶ6ܶw>sr>5y.)MJ HĔ`CUK4شjr_`Z{<^ӟFk$$Q^On3Q-X ?gM0˙СfLu1do/:^qEK']_񊽦tp0V"%c$z9Bvs*tODI80s{skf' UhUwf_Hl%$}kq]؝-{lrV*Ky'.IZ4c7I!DR]7`Ueˋ RHh>Ԫ7 UGDtGd!c.}ķuߖ8eʶ9xe R^iZHAfXݎ&qK!ArFfW1w]7 \υ-OJĿ jo"ZzLI܂C@g'6B[J=DzDHL@Rp vQq[1*bQ3XFiUr'.6f/ -0db˒Zpj{_r|*GY 5?! c_wm|'w$khh 7kHBSt0S]yĽ@Gavd2axNXRϿ ݘN9t.42vm`5ItYUfyQ` 9(v5PQ_ci,"I%0[ d2> J]NI`$< BZH;Jx+LT+i-)X"]QyR6S& Ƥ"C*A AjE' [;" y|h,mi*s{݂='HEPp(ʑ4X:)E9ޟj h}{^WCֲѲ&9Z5Sz(̟'ʨj13KqlG(xhG|7(=j- z{B+xÀơ?,PѦ~vS%ԦPmbj$ CW̊MVi|;Nm$?uor YCX)~!|څVZvhv ?c]$ okk%P*V1COVE;黸*.BE`_&E"GE]'W}i}g4 Ջm.):1:=@6O95ݹ|';i%*xj+3dprSL2ޒcʸ{ϝ6-|t.qO"ti˨)Kýû$ig&N)f5|F͘!p12,mqb/7OQ֪n>Њb$Ğ+"Q F*26NϜ5"?l`7Y/&$H<1Stz*dtJ 7^9?Cf@KTjK9"6Ұ?8f[DOm a+ <=:w[v;tCbT`"_e/pӸOhzE$܁3;<诋h z/g[?o&](S0dĥ-@g"?)?5}.yWiag\K{i=rUĕ "jqlzvd{Lf/([BPiI(gD#TJ =;ƈC,!_6 B靋@Uiv";UO)R-;th ڈj| ovɝ 4?P| - )m~۶ ,G`$iC/ȱ" Cy&N\ c(V ֞% nhhJ]Zbm\󫞫/Dpr9wwU&FhYY9A t\7.ۖNsYiWrSš->R##mԑ z'hk9Wt=9M&f' ţζWl6d ~I_%HqS%!I\^f®g;564.3r;}6])|Y{t^x:Xð+@]?1}I7' N;c⊆f$h&>12z;ܗ׊-lee!xctܡNK/m^հ8VTC|J3LPr%Ж&lj6!I{(,&W+tDxN7ZyG < 9[ܽ/?ǘz'J xz>*A۝sk-iP-wRO|W6y_8{&I. dc kM~㖐XBhRjwN5_D;|IUB_=4nr5{_1c1V jiC>B95'c+?[:{X?*E8$d=+"#O_|YsK].cU3:Co_3{oKCg늬5J=YeS"ӍW7Xof?i L gY_CQG^ΟT܇KLtO__7g8}Ә&\ssCXIYPx6veѮ,FH8/cʇPpQlGK"ZsT⼽=Y<3J_f Sh(;焋.8Vt^Mc og`d"KO>ovakGHMt>G  קU,,AE0/~_s(鉯95:Fb.nUE\L C!0e tjWWL@xl z14֘>niRP {&ivQObsWiB>jZ k[D.ΊLPC@> 9]% r+U9^jtqd1],AEw4j/\ögua"e3ij9f!W'1zf vި7eO%Q2֬ 6]WD:ϋ69훵~+M|1kP`O:4v%X^H2PaJM% o@q`6.IdDz,Z+6G:6?TGX•ʾV9Ҩn9ȕѿ($9ѳByE)Bz=}W9zOUJ$`$XK: R6& ?r:+7⚏b'p*Ԏ}1<洡nՂ`]+:x:O@L+Y;1nB+rA*6abTG)ZޠzO3A#T!^9wMFrîX{_`~^#Ģqƾ..AZ<}BYЏfYbꟂ yUA ͟29X2UW1pOcS' 42#[T{Grp+В=RsC A؝kTg0pkJLR3!`VPJ^ i%/T +@hW+wm#9JO]]0_p8h/VVh^NUq)TԘ aQIr-r+<p5\}&^v)l]^.7aD>`>9,Cmep!!ī:Wۮ7M( =3:V^Ngy:o}UXI{ u, {{`aR8Q 0rg#c j>&晬 U#?b|)7d̻J@j\rF=U^%vG#f_"{21(/-kSѺ#(z=˶kF-M~}dD`Z^0QWam7 7AGp/WW1?S*56?[,>v N%,.i6@T6 1j[e1C*v#'4)ASS ]p^[>JYs}Kpw "篠o:fMuI<& P m4 9_%eRzh+h?S9TT;50CH&ꥆn=Z/(h>//bZjE֢K{â^ Ύ/R'|HT%QZN$~7p@_%Сwr?aU), ^gUl=JNj(Bkٴ1S}), ]J,9;(C"P|ZP -X9NTl359b\uEi4"%O[6\yWdNl'4dT7{F'A}vFȐlY"FLjD#/8ݙ)2۾A8c5Ӭ0o0e]h~%ړʤc0Jiʄv@/-p!bh+6AFMH,0ٹI_\`NN k&KZδ|^@J}M0Ip.uP3y]bs (^ E K٤bnDx3JN߻[&79h1E0c'\] ["E:Z Ǔ2fIa-ILJ ?m0Sb;s~ah|VRݧeԜzg4_Zmӧ/:mOa=L-Tn|„60,(|fcz Raa:Jڴg5ji˜((d~I)*1֚vfm,c5ijJ14nqws٫L{[*5*e#],pvJgxa[wl<P%\я 0޷LJFF?t등ӧ|$7`>oL(D蠚uO@[w8X j>Y,O9$PIv!1c F"O+tC귂AV&%CsfJ.K٬A 67uUC U/Lj@YK!`u5OF d2#hqMs|덝D Tl(ϞpMUERNmQ=MJ[}yRb_Z#sݲQ~Q{2= e. [`v#βܹQS>=J%>ϟXnޖBr^:w-9י]5djߩ  W` hYB]JM0MD<M5㍘7^c)9Zy"p :ӼFHm'dy~rAv0n?EdSUd+C;Grfn!|\T'W4_KTA^.}JusX0Yхgk%QBe".ozdN9-S'h 6Z5F{É'ar*5sq9`2ba Mگم p'$0)dY49ɉFdr~Yۏ7 O묷VȕU=B'(U!"yu$0rfb"G8*'YyBBgXH͝ycԬ LEs6KL0nC0SڸPQә1/ wNkK:4,m]raB\Jߊ~/A^嘡Hk#1Gَ-W2d[1E&ZZ05UeSJX$Ikǘ`ݹZٴQdФ0c-D<Ƞ|pocS)T%+ k}HDɵp\1 VJ`K_u rF wrF `A8kX؀G&I"3]}NOfBxxA> (C]Wo9lB&MjU"Z3sbĤMsfv YBX2{ f]gS#A~6xEfqXDw^`w7K}+b+_h:41g+q~dtwqZpcKǭ~x?_ ^/^%#'*cE垇9toSȘlISTqԴD(ɆܯiiN;ɥa#)"$F;c^(@QjĜp)P`RVӛf$V2ZwүBtpB)hO^sxЃ`Q1,ȕh}bZ]j ٔ&m 191)[4 lwή|z-c]dti_^et!+ȚKx}b… JAaXMNsHh8&C`Hw`S`QزH.MlF5."\.E$"Ɔ4ۍg;+cP%w巕a "r-2~\C2խـO` yW9!ݟHRФFqfW$PJSZr޽1ŕ>DybNxLHPc`"O"jo_]HF?{J*lYdF?`hM* A¤=$vF'Az,ky]s%sFЪ@:ytFSF'n$9f" ^ 1ʻ _$`։_oam ȍ^%M虱Z[zm49F7<|KnO35 U;U5=Cc*vJ-z-^?7QV#˙óuڌ3ut-Sؾ< O kU9{U^E1IPdz4Uoߓet{8d#J̢'EPȊ(3bY jwE Pg+A!")TIY75mp; $|$x&Wǻg߮ TFL+9&dLsmU4́- lfZNŪK窎}K.Bp2]FϬ6\P_ʀՅ73>|"ŧb01wr/&{zkdԈp%N۰qsf§%(d5W/Yp[.^ "Bx# ~V! X}0XD2 0XF:-&Lg3L5M #Xtơ#5LAI9Q}Oc̎ *KJ_ШZwKܕx[Zux0Ӛ-v֛8mM|;p1|\@Rg~g;Hj=WҞEfŹaTz%'CN Wr}%[ͤv#&k֮_JSu> Ijt^n*IcM_Z)j!.Z"%0dܣ"LpˋlO?_w(Z> RȞ4eg*a41G.gIB]?>E9B*QA@C/=b(rtF(R.EJS852Tk^*,Q:oPn)FtIam>X ޼u/K~k-VH{ 4AuU)ZE[TDe-ڌcÄ;.o쩏Wo0+( mc}@4fK#//G4uQ9_I4&w: TOD*iNqpvfX]LItVL78xhӨyn_+8X؇˼`zoRkJjlF:\[_ Qb*!AKaMʱ>IH *?]:~(X&0HiVDµ'u1ޮ T@FKFh3t Sՙ5xE6uEPiI@d$Db9۳SPW]eG2!{Z>GmSQ`*z\Gy ˠD27eg;Ek-[ Bcyt, g3+G'~8;5fc.6 V1A2_|4GK27^r ϧp- u`^ĭj*Uy3($|<; n w3IZ,;#@`j3y=;0Db9BU8$%.y Mvp^L?|q$"*(ro6zN7@|ADد5I#[u 8xs{2U{LIW?ڻ8U?hpV(+-do|z6y~g`qP[У:Q6s =L"F=_1)VG0Zf||X2{&>QÓa88%ZoZ+ڞ~rϚ8 ~M&$Y 2IުU򠾇ҧ2=ӐV2" eiJjf*ϾbvFꅘ,͵L)L04d;VWT*B+(k?Ļ%*8ЁNH%A)F1xy}z' QQ=[[=l<+ݱI+夤GF i4Ȧ!Xgո%tҿk5Z bX^_KO֤|)os/ ,y][yM܇VcI?8z[dB12UQHB]?BX30ߙs1'DЅb{+4Ss#o<"I,e}A'>è,ݒ=T Ψ)BA>$EuYXԊ1ZڨmUm}%7VkL~Mv\:ؿЅji-QLKɌSCɸ_Ȟn˅,krD9]" | vWA43zrH6.um{J1xR"u&돋woMPT΋yl0v +Tw,漄2wرk1>b*^} h7J_OAJ Y53KŻSY㗹.i.i DEZA4/yy5A cZd!ޕKQ~P$gw63Ir:l,k4;`B awšMz/jW22d)e%wwQdGzՎyc`щJs\&\)|#Pm|fh?Ok|cܧ܅iyr޲} d[Lj{bR7HZޡRqp%d8\*}ŋL/0wm& ~.NfG5%9=u`;}G]u>%ڥMvv ̀b,r DWAL>OǙHyZ媶G }/e|-XeD`<y '¼))(H|rnV8`B?VAA/`Ԁ-O<ݾ W J.eO|T{[hxSfԪ,pJLҷ6$RCg&c?VyV+k?8[H~!4䄲wy &]珏4:<;`is6fJ!#w5zΜ jFIaukA178݆c#p^HۍY_oF\LAm+ɐS Xx*I{{n%h=َ8gN~1(kT, 5V{<ڹv !6`E8F2rYx$Q3F3F##vިGt>MJU~VWMHGI b9No ׁS>nd8n<, 0ϐ4ǷU{]l;E'FhrUZυOeP4W|3ψl화Φ3 i75ڕd%l3Kԃ_.a!uJ=dvlJ!4r-%>g^E)ĀA_ de\l+50m:=RWt"RTʮ FBcȑ~ >U~ц_oC%햁/rYA#̾4Wse7 ?D\cW><9 Ond"#b'1z\Ju' :W هigq$?ma*kᬰdP@g9 _`W!geFO!2lsЂ5Gw=THqĨk(oU.DnamMw?DRlZ"7 (ױP֠܉-Sj,*x)px"P Zr9֘HOT^OW49Z7d5q B+ ~g|c! x ~U]bgZ%o|p‡ M!S/k72< >S6DPOtHqYBd{ ntR$'1J(F8/֝;yD7e4E)u]V)1ks1GQ'Cc͉p_7_0$R1-Wq[S1,Or֥byp},xr*Tن< #oQ g{QĦPYJȑҢT!iH k' Si"1W43 CPvyމ㈢xȿ-" ]2?ғF^1hn*8ț0VuݰR Ε@b?Ε?_F.GҮz!w"Ḳꭸ@˃fmۓWO~`Ć;$qK:LǠÔ\ 1`7qe\>]>+9 ˿S-΢.ϼ#ዷ!%&ܡoy;$>bSy#4B<':he[7`?X$oTS3PZi%opB+h*k- (LD(?8xNm"NjnsIeeH0./ѽA?J=IN+pY曀jty^ʆQRcl<$\k7bCOLEWmz3X%%bRɨSm7XYUӲgxmaEE"\Ѭ., {%A!)yR@aEVd%1dt&{ɷЙqMX{{˅(:=E: `8JKݖF%f Onҩi2V[B. ׄbvi~b`F?W;di lNmjx -MhQ'm=X[qdk,KᔎN> ͥGIO2ĂA6 f}+ҬÁGɤSKgPqQWŖe6` 5Bk-VJ&%}?)a W› KZG%ӾL5ìd4X}UV~fո^"~TuE\a (p ??$&H*, ] zQŀIfHᏚxѩ+S7?Hkr<*6i!K!Ca|8ؽƒr^,%̻P B&8Es.M 2`!U6SvHß "u~~u>Tu# 74XW`JaWwx߾¯w+4#اGչ*dzJ#t4lqA"8}VEXuALOh(&% Ϣ "AJ&.@!vFJZsgX)O;s8J% 7KW&@ӭ0-Tlg,zg!ψ#6u ǿ ׌?{]fb XCmŕ~ԞObZʦEM"/CݵȦFoԚ=`AYU{n=rbT5U+95Ԟ$;u@*\h'(jܮaZ{PO82e>,x,sTP8WXToLj̎\UC;MirD {bh #f^&b\ː~>OhMxVsVkÅq[WvS{NOm0ZO4(#[,od5Cmt,l{O M'p(I0;uŘv[Hw[2\.>\T,5KM+ dzө6+IxN۠~*ViTu)Zё\ /m\^e89Jzn+}[tM%}ͺv Y#cl r b}S!/IX-Pϫm 5 A*lyRP ~Pgj.7 8,ЊjyE1[{kgL:M6`#1%sۣ}+{ޕu93k63U&8:EyVnWܼۋPaf:)sঝ*pu@.}Z$ tt}I8nZ `nIP(+Aҥjbm zh?UvM!!dL s2ΑK7C#(毮4غ=dH/Q7'Swpwa" jP̷i3l3K)T T3ٿi$6!<ǞBOyCvV, 4g..wZ*i̝dMr_M{yz*l>GpԮCG%j8w8˪ex 0%:8[6GjqLdۗZďY(K~ ި {cWC?~@P'{LSCX[W҂d|ŕʝ|&v9%3qCG]E\dH)/I?ôX "hؽ$%N}Vkb(cޗ)Z/D.PI=T58pNWd;9gu$ 8萁6 "~ 6jAkݦNny~4#Pdf Y@OGYSh55.}gQCm|ļ.W ^7=BeLxK{~dazTQh8%-YKؘg&BhX/QV5]JbصzNEΨpgh*']̻2os3YTG;8ʧ8FtM&4Xn-Y,M h2̐/+p/Nvq*xɩ_ƝU}> {)˒lzoDCο i_*j*ް_h*K̲- ?oz`~* h쐋z&.sN 1O8HKlRmɇ2ay-ZW{@ G z3hnHwig@ X2)};$kaA:Ǥӎn 3[9(< wna-I6LRCvՙd\#=/S~\q Im%YeSvJzl?edd/F`vlkZ  eQ0ZEńv~r7[oL(Ekʊ:[a4Sv0JxmLijNst3?2o@Hbq`ʜZBYjr}jf8iÜ Kf|)EᛝLR'a_Ga1'OD*x`8x.٤p/:~JMPD Xg.R` H 3;)bN5Gݔ5Y̤9E tPbk/jv 40yf>f3HNOWVu.bl/:]}Z^?N: a!\/}5m|= c )K ܞI2:6o ?6Zhi#9a]wwjћ2G&v*yt쿿=em_fT֔zbdԕ"fN"I a_B7eF^dnND;DwxvI2cRueK@+MͲw~-"Ϡ)&tD0E L_JT :8[ٙ}rh7,r'o,L鴭i*XX-]"="OȾo(KCs 6\m+=+grR HSfXVMk@<4/+FqEn7+ i[^YI؏)UY@pʊQ,!Iʕ˦Ô%V>5|c6P۹%֟spc\L(ZIu:!ֻ2]/;Oo[|S~(8sZBxg Q;E|,V,;HNa!w*N&IS0s})E(u$ܪ}!doȼ٠<!;8(4r÷Qx\i [&t7RQzlbmhK֘e\}-OH)駞G݋ seW"z`QMh#7sHqg-t.=)6Iv>c9'87 pY%vn6CıyGZ$ nhsu@5u$@>~'OٟoDG+rBkoSdIX\ZeD}#@UD|d 1_&ȺP[9PQhU&ϯXl#mE/Beam3!(UO6p9Z( z/Xq6\¯:eĺxPI4Jmak4]SJ#nlb?V6~v *W#4 K'+.z^+Ȼ5piLSY6N DXyV ı0UG/0_5.4\"OLe v{@@ȶ[3DPs\@Q8O.ۺƃN^NgKΗB?(򙞻գ f6^HT#,c)u5p~:%1Q ͱd`:7C7T6Ҧj M⏨ZnsBՐpGu$]bhP:Q9@at@w0Iu}X(= \i%??\cWڅըcY S'HÚ"A]^ِz63MRΣDKęa,moA.PV+5ƞ̎ٝBIޅ,_rtx:eG VcIT&rO-w|)UV*]f↌y]O$\weli4HY1X8#^hxN™wWr8Vx V}F%{- IŰ2麏ڢ LXPCȇ8ٻ6v@O3rlUK(Mb3 @:e`R| ,+WM?k#Ad,[8^F|'H96x#Qm#D\Af,)O'r\'U+cnDUxp̬,۷2섳J0z"/4ԦI/1F:=m?d&e. myMY:y/N^HC8Gc`7ʍ5Iy/RVb[ˬ&b= mV:P3){V\oj}UHܥr6hSA 3^j~g9gI}/xۙ@NNt#ʴfV0l2g!*/ibɢq&! :2 .]'˕hpd xL4a)D6:Z_`\)X`JB{|P$dZ+> a Y=߳|7;rg鸞Awl`OoY>~ )h҆]\^=rOwA~;B& Fuɠ'h\Ȩk O鹡d#XdO\HOxc7OF.DA>@eᙂݴ~Mݶ^b;uv&<|4%jS/`g N,uİk9M,q>[lKRd XP&S%RQHgFL6bٯ!ME ʦzd]H0o%敋M'(t<!cު`%*ӹ}EmUZ m;R=MnhnvI! ~ Cd3%87t^<[;3Lф)Nd1[OX>#|j6|~3)cJ^elgY[bvx >*(cغ?)lŬ8O$FIvjP4P7 1CКO<:W4_G W*lq*ˮv<3dQPF5~ǝ5^~i>Ժ^_ThB qj#ϑP_ٺk3H.7TZ@t u7_:ClSa$بS/hD@Wۅ2[vV4+"许xomؐ >.f8Z "_g0Mϡ^(~"@ eӲtdA9+ {iʔ @UE<I Q#A4  g+>@*rԱ;Xq7Ӥٟ5+QǘN~n3WLS 'IXYèË"kɅ@L`4㈐CI)kU*S\wDoFFSTa'e Ӑ@όmz5By&6 R4#-F1׃i ' cQXo?0]2KF4;E%`#gmČ-a yXjhWZDގ jrQ°2v)vy bC蘭sFH 4N&w;Րerlldxp}m͔iOo/3r豨E%A"'b x'Vthto#8_y ܞx R;3`7:-K AL›/C?Uulu~ !\ q0:J6]f7HC,yZJV9DpEo|'|ڥIpԊP8m^]/h{j YN RAoI  RE"t[I'SE X,f;"ګnZά-d;r1p/dmm/ƗEu 3+ǦZ`\[0!Y@t~ʬnQTӵjX5{rgNMP4-ZADnPdV,Smsnb’RƂ3,%h(bLLQ1aR ɲĕ ;3 b{Tͩ=U;KŵDD`2=zK~ٯ 3=N:|xbƉ -Wi zqX10}u>9>R]դ{1̵Q1.$To;io,÷DM߳x/O]5m =,>n͟^{Ң3 1fŖ ^ls&'edznxiH^9Cm˒p,fFqi7\": t7eB]tbФ*Y׉I}b =չ Xkvv!XK;^ 'LgNZEzr0V^Änf8.8x_&cJlDX_iao3c]Dzt0jA{&"LC(̾+?+q 6 ajir(i9_U5Z˨=$xi\ײz7xcV rW1|޸pCT熢3;X9GMofM` e19ogI\m-%^[ӘZZU.pTO^f.br`t9. j˜BG=a&MoNyސ~;Z K*o\j~ ]ce[ʒXVԫyE U.?]Pi%zIS?ove9KYIwƌ=}]qsO#U(hM{Cpd}@0g;]k Sac :@{e0S?9 ק6O9e/Q6d v~^mGswO*K[u* *gU! {xJGͩF=vzl)cM:#}}[JcB=eBj>pML~a#9ӣ5l-8i5՛PwӠyWSPw˾/IJt)EA%7"fK:[࿛2Q\UW:I4sl,A Er^1}4ԯO7^j Gg1!Ęv՜` ^2+N׌z^&C3ǡ#)K&L!r5iGRwB[Bpzκk#U:QpwYdew y|HFC! +Ϯs^{1mb8HqN5SvP@N&Zp) e[ 芘CwBrH'ՊJoƏJ0Qdqn:G^CmOV=N*A{ylрFR#95Jt# Iy*x?Ic%:|vZ 1^NW>UL8ssD],'=9&#i a/c?c w]%J&(rвqͻޏQ^snb*Oxo !1 qRt5MMrSxy6KXd3xJQ3 3^U_;4Cϴ/ETS ygSH8tY8 UNDYymƳ$RM誴fQģ{dVXb^-J”w0L4X7K bx؈~-!=I3ɂX;* =K!ӯ<Dc 2btY %*2aq(W`=:I{Oٴ1(_HkLp??46vѨc]$ 0Ku2/ %D-d!7"2w?"Q&kP<:&X27ܛ\d=._GĤЮJnQw46ȝ_PwJWq\vhk"2tlKjV3Usik{"!ZW2F|NɊK^8!AdRcS3 V VsT }a}̇5WxGHD;(˅/Á\Ûjznsrz?v9nJnpl qƃo!V{l:%:G whlL[V"A6cP:>3iɶ^=I"LĂs)MF?4AR9fc$3Fr*no%`2.d]K*M{/Bw` t6mTl8 -`SaY6z xoJ*xzMzn2*H[o,qsTrU^z]}O1a+0ǀJG|զ6$Q? |W94 u$nb׀m~Cw7fة?aH!{4J赍oEg7~5W3yu>Q/(ImbQҮZw@OX>1"?zu㉚;}I^#Ӷ"p%y&u1ӢZk+dYX$96[C10f `ZS2XP4iԌaxrkuy ]`#1 MBb(JP %p;\|.-L xktia6Ԕ{9Χr,:S:|wKdi\a瑟n]Г5 $4 !A>p08 80 B4-Ƕ+Jxw[Sz{g~ReE_,4 aqtvZJRMgi0@@YP:] Jrx 6`CLĉ7ۅG$\ ⯗R% wbfʰχr>mE1ZLe9X1++ۚX"F=B%кrWo(@BYΊ`߅Tj|Q";_HMţ^GrCZ6#XeKFlFTiO@zH,??$;"91hDXMb09!$XLgkϜޯIEvlorTVqHM6j/@@ 1W,Nʹc>QpHuku!qLNMzMsoTf=ả(c9P%!5?rkqZvzOc4훱ڦ g>. m,tٳI 5Y:wqabfHYH vakXC*BneVSC _d]HVgDqRctRrr(Q\*9-EK2O@uyZ|Xj ZfkvCsO2V0BS4GPqmfX91Gaez^?A* u S32*4!/g0h/oW.?7><+ҏ+|Y!@юEs$̥&r;,B?C|HfR.G i-5y RjE_H2 8Nxqr|b-NGgzȔBoH`L=T5ܰ[GS!8->a #˧Y_ea~ZMzXѤvh@NbzGХ9~OSS)prcgAc]_ XnrUq/O=?yxX^I:}lkaƍfST& `G%e?F.KLx`ﺘs>Zew/:SD,f6 %ƥuwKj5y;4#!140P8v*(<ħovS|W~~ﯲ S2d0~٩FGvNpm38m=O1_0|&$?ҽ/2nF(::L+O]?QJػ'iKSn"Ვd,6jJ',yθ>̤ (a`2.o>bM̛6tF'+^Q.ΎK#4H 4P,l:x>ږ6"V䊰ipIE 9$7ՀxF6i_i+Jc8s_m(;]Yಜu9)foK\s(k\1Lx/ 1v2ֿ2)v$#ޖup^SBUe`A}$kG^ BKI ڷ\zOjFY2oaXy -NҚ~`=(h^ׅh>1}%*IȯrCzyK1vXiwE îfsoz1AǩZ" (pKweh-&F]Z^gE긘oJU)e:YNMr߯&]R|v; ӷWS4MHcY,*mD6c C 3BƞJ&+==4pנ~L#DM}l5=WL`Lfo:~ YT1 ZsW8*N gOO F ||J_!cC5/Xo*Um@DX(3j= 5#,Q*{̯A%7qareh$f=6 sqxTcUAMYN^aĦTRGjX*Ti,8!}Vgs7_UKcu%@0qܮ7scY$ { YN(pÖ >aF0)>`-/Yt2MO-xmZ +F;,Cuuџ](1v`Fnuދ%7 ^1kޭ+. {Ժ~Yq KHZvd; W2(HM[^%{f=xvJ\]u!D [;Ec'kpg^P{"TtEaL"s /fMzH/7e),!ߪ r[NfaGg^yAf}DJ!h6 B/"e"߱YJӒbo/&:"wetJpV}&`.F h @8vFUd#H󟭍z?+U6a0_j.bsL"jR #go0ǿ|Ͱ~Ʊ8!bG]Ɵv!KMK|[ؾ-P*lcCAiZ$ȨIt,<>G֏ª- Ei+<rUfpMyz`0 >IÒ:LGHF M-Li8.~u@L^/j8JphC xV|E%bhsiLXqYwF2=lڙFv\WGkH$[?4oN$j2; &re#>fsU$0?|V!`/*@8Yw94?GW)w{6̊2!<t }@cS< Z,@.BϔzPG*~ۺ8+6NB r=HKů};x[Y`pLJa$ TYVMU!DPGFeև6dpE-VYZsv:}L* +\ÿnLs36Zc32Jjuq?OQ.3lܔʰcSf; MJ3,_|- W?O:gLA> nl3'>,2O9(3bYP|"}^~4uC<ram1<ă%) ,Qy<4K+.aöe-/i+˽|kCC]z'D|D%=|7~$(n+βL Ej LN*ºHRs #7Mq]m|_ANZF&T+|5Diϕ )Uv5!V;|D OlMKdxe!Us/FNbѹoI@o [ɘܮ (s05_&{ui :NyiA'c  ]d4bGwV`#W᛫eO-7xjd[C6A"EGɂesBGx> sh.⿕M )O,+3wXI'y"k>uxhG{@FUY1CBDR] { 4`PL2y_7P^3 J<AQqf!e^Cl omAqfH 4g&#|;xIB:'M>myɄ]zO: TDzTS .۞ @~|֪"Z .3MMYQ. Jj}bt{Q&!S_ *3B: $y<@r7Xn" yP6/ /cƜޟ:Uj&[#h¨|+4}iW0v 5?x'۴f5v! j,,`Xh.-Ȏ 8-_]xK^{ݒv2.#][Oy%D^n08|ip(٢F8wFɋVlD_EKR;{O\X.6z(DU<+oPˑ?S=%K'(E|/欦1Ke*/_nkf"(w) D'tiMgE-M 3zVPɺVHZG(ϧIEd@z!JP"Br$:nEWx>ª),ID9BbabcAK-LlIw-'fw6Yd_G:.ʈj3v*UȀ`p;m,iSMXΊh0Zy[Xi5br9n6wA˹SHBsL _}5 SbWZ:EcO%8iC݇!(d..{fY@]Z@ʈ~!sD4l>[V,’C$KDYsx֥*Y;{9DXN R ],O\ya2u'0$7" I,Q٦D }S+&%#7q/GųNg^.Г~ XhϜ!wV?F5ng0N^sP6ܹY=G]R^Ǖ!\0E_|Q)&";}ұabFR찍tk+|#V(0]@pFeQWEs}AnYbNx|}O5-l_IT;כ ToQ"";Lh>^n #&,m_,X[/a\2R';ϯEa!Ճ16ax8D/$Vw3c fLIHBK:=|B ș4"aQS WIn@;ܧ;Y,'w?z"yXҨ{'gn`$]Q) Y"c=\Uu cX&yG'44OP XhVwjӆp3Cv7{ ansT k-Aҫkq '+.6cX}{zUl!dCUfo%3sEMPd=p#zHB~.%GK>SNމ|p |[E/+8kfK͌"#Pv+BX'߳ܽx1'1-0 6 ;-F W 4-*o$u09Q׺M?av38cDޱ&Qi沍EhDT+cA[>Tgn<Atp/Q?>Ii~*W|;(:5ȥF2ɀ\^+^TC_}6l4suxrZSqs2U!0Q.KqJH0vl7wk1wmabTvk\`AxtjA 9hl*S1N}7fc'TWD6∢KzY291Bw2ゝR?S*eþ;*βJ(Y}k*K KL>9Kǿ2"jPteJ3<3 qІx6\ն]d!J;eAwn{SX&“6\jD{^GIDe75`hMLvYh2o&6ms6؏-]Q]͊5ߊ7-fp|cPcW 4JouV7DU^%S}'x:ښ<1݃r~[F{hf/v\Y}G Eu]Gk0y6+Pםeq˙,Ȥ}G~DVgh⍸1 [g[:CѺ X=Z%AY!#Y_hj[;EJl(LW с6lRȆp9 Y_0kZ=2:CD=ëO][h\p$F~w]y7N|DGX DL~~Eb9BX7Kb&P:%[ d0ӛehluܒn&hٶUڲ4`eB Z4]7*X͂-#}n7k+qBy[dt4*'YJZz''W[BGuH^uHkrKlzZ4d_n n.BzﷵX%K^yuFʬ]lDܤ:|ra=AyNRFbtRƁt?W U'}#۔XOFQ։PoQ2#rsz4q #L.6ެtB7).,?3pY;O-h?HŋZ䮭:@C* ȒBn]OJ19# c?*b0tRZxLnbQA8zY״_N+4+{' LȿMJ&Vٔ^vMf$`R]HefgiC+?&%})bbU'!mCIZR_@S^@~JA18 v52`7|Q-푻k.[ fU1'و~v νT_\>y+ wtm3@"NK>ah-"ytBzyOY r¡Az$ٖj5afbSFPvȠm$8Wmw) gy2Tċb9גL|2äyp|KejqGm#n0`66t6*oqH- 3B  +EHz5lU-@LH0-.E R1g6% (x%XF^IzK~da;Kz7[Ϣ gGh__Ef_}_ZY,Er P5) <nQJz5!DomMK|(Cw?,'Ϧ靬5t bLښM/rQo`팶uz29e<K}8p߂yk+ܕcc$ ?٫}߶BKϔ-`bEIUr >{D˽#vJu9Ї+ ~QWO_)an~m-s6h#C" A: (9F d"δX͠z?0$W= mq/ Q0ࡘreԭYb}:=Rn+DZU}Դ`@ԑyE{ϙ"h+,5LMn- M8;48l {LD!ԂG#agz <z13"|. 2 ~O< SyQ 80 UW 0& |ioXu Bv$s (n支X93 MrCesQiUp,[P׵(2D4q޻]u#gV;wYHŰc(+8k VaG˂O[8|>Gc6)A mîIJ^svy_аS/]F",Hk[JGFdNQ0$ׄ4!d;΍5ϐZ٭6N՘VКG㕄D0nG y^'Y{x֌hJo3HH\!r2PڣCK1cglDk3 ߈(->TEG%N=s/KHbk.4bwh 2i, '(`SZ&[ཫQU H f 21mqxI9(mQz^z<Y|ֽ(3DMw~]0拾08wxP?|0R1KsJj"yxcEk?%! wK_;>c(Sa6[\_lu\$zۉ gCàryF;"tX)_^i@/i Z- s=%8U?FO8E ?+IZD,A7ݿ 0Ak!~U-ȼڙIrO7ʞ 5IPHdcq=.J;Y&(K;H{gN#qI~I,B05,|*q|wO%*EP!žLF'휲X0>נw\fEI# x:tUkX79ᡕyg$_Tzt+c9=/dVE'c>EHR7jCu*}YyRqp?u\e+a׹['1>"oa^0NdH"l(.W M(s -M&pyq߽War1 ۂ6 i34{OL dY7+^TW q,tPS|}.>$QB 9f{f#/82i AUA߭ސL.=OE]XWSfhauBD6`t4%wzMm!;;Q,tZ3O cG0oe.c2G 5# HW޺L4ewIJ3.ʔ ~w+דQKbb ^+Oޭ uEp3EnQU4 B)&I>$d50gxP|%+[=$ʇ@Ḵ%@DY߶{7Y;eJSjU/˺[#bUA0;T5>'KnB~4RwH kL<쯊OJYz/s _Z5E/Fд*@ѕһ0duJ3XnuCZ~I׌<()e,/;le/{m~4=W>Ư_Ǜh[oOI.mwk*k[B rɪ)քc:dX_sUTְG~ظ j+?d>.EO@* Z5UwW-_NmVz}ZCH#BW5ܾB%L-fqG{ :&uǰG>􁪏Fɘdo6 e[VyNk㝈PH Րl$i-;@+qJ)ދqC{r8 ln eM4 A,8d[)[\(ClĵHޘ!!O@kڇ#ːUHׅ`%'K\ F;3ϵP5VnxfՓw)Fmv/CN!w:Z_|u=y5-X>/_0/HbwX`Nl< "8m L)ůNM, a̸LS5Զz_y7l&gPpb(S~J[LĚx>i]!M I1,j Q7%͟Qa sn-;.=֋RkU&^QVeWe1QArP^"C:%E쬽ޖyssuSd+m}o}T: sgl@a.,*ǎ{G$`eJP&Wk'V\\IuR >E ?5cW2GbF־]R xF"V+;gi PMcԉ$*X-R !ٳ0фJ| |ߒһq[нZ,,v_igw 0hjV!=s/5_VyKrHK4}ґ6XR|X&uɝ Yt"Me7nHF 1/VѾwydؠD c҇0{7" sfQBq1L̔d?E1|. `Ы"($7a{ǛUaUn?)!L9u9e]/Qp8JCI+}ma5KsTǷR!g yfi=H^u;mBR#.lσx:Qʭg!rjju$}7}ÖEt͇pnU~MxFSg3QLg'|aa`AXM1^]jzqq+?quΫyI4DWG젬<"Pg3lq^QSGѸPI>DuM<~SHT[j gy FW&p龃C'y!QDg7; rBQϭ;ml 47^eb4de|@T{-^ Jw/Q:f@C*L˟C{B47"SӘ#SsWԎ`s-TB 1G }+RMI3/KnQkB𓥛uIk'=EuΣ[7^ UТi#8@ZmSdo[y;@,(@K]2 jZMFVzn=l:A+8M"[QAdV9;@xuB% sRqbv[5q'S5)I6u:̀Z 9"|K̍sBCeU^ZH"V ?=Wcu2"}P#=^0AzI_4f|',^=!@(tVWw\\ Eߍ3V 6l䡐:;uݏ(#1"ʱJw]N 8;2ǨzEK xZ= djF!%/5Mci9~)EzǑ;y?kJD<U=>LX =7p=ܟ>07?u0T;9tMWE+ x[SrhlҒLAaU|> o%#F䎜{U]c#1I73f<`&pOܟNgPS#&!)b0Ceqz<8:ڈA6e_Uԭ9P=H6D?'9(o@yƫQvf5RÞrc{ڍ #Tjuxc{߭Yۣz63Di˶(!]H F`EҘ)SwsfY+,w]#R;%<šطW%Hp9fxD)szTNG4rr}/W-4[0wk3*yrXAEZ ӕ,ƾwğY੫  r+^aN5%s#sr5P(kw*kkǜS*]~35+Cp1؅T 3mcye x1W&\BeQ Ɩ3Z{H S5Ϫ=q{Lv8kCaf|rc#k-bZ ]_4h?/cֲ&,캺";PlV%ې?k)inYpzF? XkT<d2Hq D¼r* ~4kO5hڕ/e"MmΊ1ƟϘ>#-w0;REk+{I+ĺNSckdex'PWL[ɵia]NZp2W\"`8 4J5\Zr(vj/&l G(?g-_1eKzGA{&J6|1=-;8E ~S?6$aVϠz^i)3Fr H>!L6\׸|"'CQeWpܘ KE.rի+y:^AJ6#B|, cHC)/f&fWi2@koBinnӪ|; Nhy Ȥ'P fSBd @5>1P_WCT Аm!oͪ$7n@7֡ [ӝVwnQȖGZ$e(vt:z%5"{CsomnOX c !:ǝΑCy70rڟDncrSQ_zp"ӭr=~8nhQYSM S#PTќ(%>יib&e}6e/0NΕ>G$sVT!V~3TT%mUyDSFu?2/0(u `C{9)98%IR8~!{1y4MAsdF%Eۡ1I zuE֒jWNSs="3t'PIP]]C(Eٽ8[9]|*,X?΃c2)B pt@ֲ%B]aȮ-Jœ[:$Co,S M<5+~ЄFy2>jQp[v3A~N]7 ;r0GRVgq_:8_&Ԕch'v=( 0UMۨBz*41nL{"R|L;5 SY 3*Jk|4gAZ|%L_xC-|yN-b 9F7JyCYʅp@ywnBO[C\@IqG5[~Q߃)a͡M3dHbw׼Ж~8sr| T߯KrY +r#GyQ3OI'NlK < D(YR R2]p%lAX?jutnT_d&1s/f~NVd´;V5^ԡ(+[ַ'ɸnMjoXTe;.a,;915Z-l1gRS@c Z =xWhQ= sW0/6.nrleުB]3eO|PD6[yb\> t%;b^{OZ^uO6=;@g 5,( (=&z5d|\z\\:zSw!7!;Cjtr"6<'  %")Z, =YeT!y*&]߳6Z=BÆw*tAqF/b/R\,/נ]7IkA[7V-)H9SrlEbXiFp58PPה[P2kɶ k̐q-LtysrVdvD8Hr)b̑]n]uC1X qnxeg;(AQ10_ErkXǠ`gЄ4bueWN<]sgw5 yZwǒڮ Ӆ9^I.$P?X^P@|2\u^ɮ7ܥfMS07x/k8І9#{}6iܘ@ "kvyS&-nwk.ͥ!@#M}fPe#2zFr|t?Mu^@68"-'Hí!ȃ, 0#8ZY~=0&_vXcEt#hPieV4YTF [4rv-u0)=w ]ؙZcTcO?A &D+  ñub|Ll+V1d1$-G FDULzN3GV𨺢ԍ WYg(IqLE5"z |aH>hgvڙ'hJ㓍PmG# C$0'KmnXժ~q}\ɽ`=}Ҏ ^6Pcv|£2x pAkHJѯ)ݨ,Y@*`L%<,Yg3fiù츎n)N9./u]33:&1Q7 uaTSh"[Ӫٞ=|Fx𷓗ֿ;L6*迖okʘס)k$Sc z –gy]Ri|xrBd,WXPho,t»B*3mJa&DqBJ|[/c2h0|8{|]a>t;[nxW/M##_&57]6Լ (/=_Kx/ZqBJBpj523>NXp GYyYS4 ש5N{X/쐏xӋp<໣ntP6b:'(\Hs{"]Xc/.2Oo1SFm\A*4 %fI~=\$Q bfۓaCF{P3E l8'N.;(@/Jsuߧݵ{EwxBSJa\g*Nira= 6Aȟ 6mxgOnYnTFeEهF,Y*FD܇Cj\wE=in& @Eg݌Qww栆`%gj5#q1øӰ;{`3vdff&F9$E KrqX5GlVXhaM tkp WWl%wQV4;?]چhՠx\%'DmZQlm' +gvnfϥbG|c9 ڰu 9L{+=I69$ՊaF+%h Vgy<^n:0ŮTk(D($!Yt5Mod^Ҁ]Hc A *m#P" ;}`J [#t"/JhTya7/3=Z~ j9} U&tfAfZ 9@D紁2-׳iw*Ф&;c ;?L,,\wmKyvWM'k#t}R~b'Y iTV217D(`3ˣ9JwI ^Sa6/ lX7ѻzYKlŵEJe㌮lQLՐ/ַ\}PX_doQwB'%e9u&.lRj(T@RGRصt*rrf{*r]$ hNl d7zdBZ_\>-L(EWmAGDgH>Fv|v@fڑ* 2أ# %~SU:閹 ״y|ŞM2"*DmBTZ!#|0Oì/L4f.غ6Key!@!~4$ ;2}ws=*800K|S!TPv⧯Z0vAxmR#XI蜩S/0bg {u8%DfΪr2Qp0-ESsvzi@$SY)ujum ϳ}FW7< vXpRע^J[}%<ľYѨ|P&1V[Fy_7Qꓟe{양upz5;I&ZF?E5* 4h;d*ʝ H8y{ @8T[s7zPUZ$w]8w͓"UxwSIAJ1ۯX\C\G:oF<_v RsDF+P k=(cY`sx!K[q>(fRt7-ެ2Q␓P&t^0Q/7'`<%fz|"aj#V}x+SM%1FɘU"5i9xd +Q70(`T~vMMd-_gX+ uw #.L5Ngpbw,vȈ)S wLE@i h}MFձM Ĥ5}ЯmCsTg,N_]&̂,c%481K'S,j7nm\pq* E?B$,WՉO6Av[X]Duyqfʃ@'/.bG'3 6x>EBweyNB=j"a3Css Qn<+7Y[NM[gYgލ\ |M-T.hԣhUi|wZ!e %YS] e_2%G $D"B9mZ)v<)\}lD"=69&!"_(o-V 6I }BR+I\GuLolyWL鋩Skbѹj9aln_g(P=\XYD>/<`F 2\޽`ٜP#pRc_Xc?cEY{؅/Rs}oeOcs(U[Sh;ZWT"^ owsGRu-iN+.?=m #n>MX.DU$ +ji>B4؊#s)[? d4]tsScMN"fs EL2ۏ XvsצGD*ܝrS3`qi^)ueX}K;"w$E9 ?Kefz\?q. 6mxI4/@!]'PGG#|iBX*s =/J;+1=$sM[^LW+b@ 8r͉[$D.KH\Lozlt{yuݢB۵χq1pX/Ғ"n G/:?HS i3͹_{:{X;{mwn ӏ((Կ㋬:䟵3^KQ;#r 9em_ Q<mI)a}4Y_i436+NexB\cd:#ёcb1x$n3"/0hh,}bL͠@<:hA Pz=7Qsץ oZ{Ի MY=s㥷&TbnyZ[; Qs<4Pz;&Ž/UDծKxW bEiӺ`ٰv|+`< /wb[_pkwHh~9/\:N* ˟8j..eHBгw-ؤ-3P, E@Mi/5]b#j5CY,U;Q`H S[-6.CeD͈Aw"A9uQ~Zۧ WF#۟E<H[_t-,h̷ : , =H^5wOHp N=|ً~5+xW^+:Y{]1zEKW"zr =kC3%Ir:a|CglVNdDڸߎbx(_+L[{G3U/!=@ Ma]6}ooH!@:hΠk S[]୶xk kp1!:ۉڣ;t= Zi pQ[[_bZ߽R$([a32.ҍ9uX Ucu^L }Tޑ{ @|9'9bF $3=u3nP 1 (i О$I& Ċxl矋^tHOuXR@BfsZf$VTD#4򬛫V62ݍ/C0bG&MKpQdޕ$=5"bK#9x2ME lmhߊ7 %cҀQ*"_={;f&ƺN(knOMwGuZ/! qQ}2gj5w1c8n֟e5~k@JQ_1G'~1(lI?Dp,B'}>1'K (D)cڸ bh g{~xaSb-ZxnWP}7YM61QfDH>u&O!EO1UFۜ+r)!C@O O 'cctP+g,/7q|1seƉ,Әcuq[ Kq~B umpaBu{^=%=@*vvF)BZSj0΋_*^ k059 ߄+WS(O"vs}ws+ B\j}y As^ke/k"eXȽ`/՘f#, }/r%Z ݣE"?CլVg}9VdS2j  z7 xk9ȅO^rz̽)$;ݱ|O@:7kL1d`%F8m>g`0P1TGNm+Qa7929Tu)l*g l؁&DTu[. =X7iԁ#WIj_q',eAvCq iF&-];ED߃)O*7]Q}@?J [U= w5;B6urhi#UN<x A%Mi%RwrakcRnh9s_=ڼ҆S\%(B9>FL0N.F RrT[ `׬+߽,~(<݁/hDKS']>=2/Dv1©j'q*gK ;)+JV9^{;UYTE M;Bl$:`fe5!E:h9ZPZK-ұZxI2s.I;K샢^b66"Ub)[\5vCyK\ߛyi˥)/6Ma+h {<--9(LG,p` }zY-VUzk0ewne>Z1bQPt/珘;El1@m.PUDmTw]d4#+L6_LRc1Ol|z "1!Qä;Iv>x ReS',RL !&Rf>;H#AϻxKg7;KB%~}=W^"HTus ?]HrR?ֶݒ߼Qz V# ژ*, Pi`CJAYY&C#wɑ` "c|DT-<乚]#d+NZ~4T;.̹+_ &dӠ+a9?M0:* Şw, zpa]e"j/Ygx' AmUۣ¬|ί4QEzjFM`Dj|]<@k0y2 u1ߢ@?EʁIiP@,A+?3iQ.g3ymI%8U.|Ie9fcRn.cTy+ &[I&j>/D{a:.lU!ڶ~.b " 8-z2ြfgw|ΫFw]lgQJ%M֭ؔ62lKY]O؄v-7v}3+KUErU d$͚B{lPP);a2D&!HelM}ib'zMh~wax4vAqWGT_ }39n/Ԣbǻ"Y6݄-ET 8b=E.MI7vZPW_;. JjS3RXsENTaRھ_N -RKZ%._į!3~4R fmaX}#WO!r8-PC']BD_'3EuS}:!ƣ:\9)83Ɓ7t>T[t?p=W2̚a1wq&\RGEЛ)y5`8A,5j8^O72`yk= xs]:LbqJB8It+$&wIy/ 9!|̓]zjL<*M3G{zzkc{a& u]}nWVVR[Pdy8=2`Fc)+Mr0|bwતI 9<7-s|u\=Bg#ˏd2;JUter9h*(RŷVg3i rGxcpJ.365l( qTN:GY?8OAb"RL{AHԲ??QCVjpA;>/~{3gt-Chv`Dۢt:"vx5I{?wW̞W6c2H &,Zk&=8`|l Ln@_T [#ăq܈H0;mͨ,f6&J Y14eԳ[megYt,Pc-Pl~Ov(k4, Gp!5=uΘcz|n&پaB^f/"2{&޽4noo'HC%Rjd#pOFR=3#l. ;+oJÓmC^Ǵ/9tZ겉 Ƒ',V=F}-sc?<)؛ UtW\sPг`~bߞ:v۟u ZKH+ yj:ᴈծ"@8+<B{t/~Bg$EůzVvpհ=b6 behv~}X "g rbd7 u W-R4:~;/#H o-j>JNSh̰sg r%Eqdrs˞Fc^^:^](@48\.fzT)9ČcD=".qɃE( "[ ݌2*F{Sjgڵ (fNЫ mqu1pC c휣"Тƴ_x:HFĞ`?*}I׎ؚ2$J-yّTUb0C { [#=vnS1 `Pc1{\kGԫ5|Dir[-|j{8)&~É&]-8r\\!x^(n,~>_!3/m>knB anìLBO^x=[+TٜPi, +|V@cÖ5vP/ Lkϔe㢤L>tmtyK mTU3΂vBt<3 R$EH$CA)Sb?TNIu gP#|,G{ׂN+*xx.:^+TXBa}ʞ,"/P1x0##KlH!,jH'nhTͥ),\Cd{)^DM;xE`nmS)hJ^K҄Tr&&'szA F̓?n0]v'|]KV BAqco1G%UF_Q1qCi~$9&]Ӟ:)aĝx>=ӻzkSN  ؼL4C@mSvz0yGqAP̬/c?MrVjR,:1L8ÞօrY5/XQ$U93ػ@sVL B8X%,_zqI$CWfb m >d|9 )I0"߳mt{'&!Cd7ղ; Y zQ*ߴ6Y {@v3ph0377(##+XGʺ^|ҳrVdgU ;8t5eND Ա@JYC]KY+4sԗ+(T3vab!'.7 MQJP! G0`Ċ$HX>j\:w}7:EnY_M6$BI]+-`u7o11Jí>|9I8B\ UCw\mxbjn}7~ХvoU%.ch8DR)x@x(Hz+E q% lltG.-4;:r aPӯ6/}-î __vQJٺ~VH8NUfG]6dfS꺸7Jh2Z䑥SV`!2]喚a7LlKl3{m "ql=ZqpHIڏDGr܋)Z7.k$ÿ'7E_g/@kmK3@~p?rFUߊDkyz.oZg@rBC Zy!/e=#Eq&3<=0wdZ3wƯN]EeN;׋2SoBxH|n>m qDvj.,kJ/{Gq9TV `!/]ܯ]y5HAdD/zH w ɬ8d+D'PP`ݸ |>اUCtDg1@@l2-q DE:p69ԭ lpkFrɓͨ`  ĈuY N] .bH>YE.4+Ty@ua7 T/ yЃЁ|]\J@'A:OI_w zv/wQ% &hu w*f[\[b^Rֆw6iU3b/U# =ihW.t_OEfK> *j['HǜDu;yh #:e g&䡮jM_y72ꩠβ Sp:[9Vx_UePx--\{}Cc*u/QƬw;fCx[dIXefs+7^돧6ndcF Vڔ$r,? gK5A&% Sm@cfLJNy] >axXT Dt?yǒXd[ 2X{;HB۽ę kS0}eGU;&9k t!p=toh<*uf(l;ߘø`6Ɠ]ȩ#ra6*&€S3r"vHd52R~sNRUf*Uȫ7CNf c;]`aɛF' 8xhlKkJZ^Mkbº~; #4ư`NKJofDvpP#"O[xҼZ 'ܧERCUKbeYn>9Bn]@=CJo)'=݆@tGS䔴2Ӟ#BTĞ"ߴ9f{wKd'CxNDA{>XwgOm^sahh=nbp|ߗ(d3Ŵ>0D)}gw6`fɬ7VIȿꫤFTR!Un ZGY)Ο#9sُgT)OlbAkE?h}\JRL?# I7~n0u,WKd)n{,kkRAh".5\:^g Ѧ+q,gxq`ȼ+G~'C1AE\!'Y[ zuf,S,oZw..s*~ J.6j>}z5􆤦<t`9# an .4q:"7D=*QTՖ:`7+% :gɼDhtVcjfxѼZ|=Miޑ?ͣ{n)OG 47C݄|gZ)he9Uv]Dhx`6 ƽO` ڦ*h&B8zO2/ELzzwR;y MZϙl4i߱;op/;P 1[NxJY-nTGhdMg:Ȉ+ 2Gxp)fL5iQSx6ey0%l.vݚNUB0 T#]>;ޜѸUG QǨBLT$U᜷M8?ɲkPȢ>rvjV1үbƙrb%w8n 宨bÃ- EH/#/q귈 #)Y*gzZ;}`eqpJMٲFUv!βlR!p9-0oBK3 ) pOww\fGvllf 6ث{D9#:C|nv8OɟC(f[A0ϫ7sN@|O ;{sc,Z`3ydM6#W5;>=x2D>gՇφX7@}y~F1;iZoHa],n-ہ&o2LYg7/WؚGAZI-jOkܽ7mtcp> ` p Q*v??1=ђpX%7 I[ۑ/ȢR(鎳O(7E[gu!`@#b1r%$jʊfiDbE2E)7BLK7>n݌1By3zq>NٚID9X&͞hαOCXc`% A2N[>1Gj$:e!nx^.lp,sہLBaVNZԍKE~oL&AτQQ|pXjQkQLS7۠rd`35aҎa c; ЃѼ6,F$G$[{R Fh7ni)>DNu,UQg9`$)KdpHER,5\iJʬA?j)t*s\B@'-IUp8,a}t%_"Lc`=.txŕ?9BfzX e(?tZ ?>Ɲ#ٸAy1XNQӏ pT߳\#U7 K]bw-תo{5vG}AXrmQgc/[n:>Bf4c 5_+5n JBylDze. Lиb+v|pʭ1ޅ|1 ]n6L F…uwboFQ~_fTP}0{-'`xr_ xٗlLⓟ ]'GYСׅTHg@o% B_*asyayM W>Jl1GYF-w,a=R`((}bDfp8gXiTlm> ԟQXMs;Sģcѫf3Ϡ?UOnMMeDrg]aks sZ Mz1"ja_F%A[? MYᙎZ Q|NH藄IbQ|\Pj$8+%l4M!\4r2i'2/hx`Nܮ˯">N0R8}:`$Tz6E8祩ґ+}o<Ȗޓp$h_.Tm6BWtC'{%}Mߑ5N5?P0jk_ ;os6bb෹"FRʳpcI? cQW1sI:*&XH4KPx<*K#HviIU|btKȲ)^7GUr8gl`د.Q04*/Nj#M5ӰSQc j/SfJu`e{W Y+S>G:fB(= zB!6w9;wex9 v+6Jil`RXZB}6g3#EP˜VY(Wy(P|=B"OXW<07b>rXil"9A+|*mH>͸sP'nJ,1x>s#(㮕 xIA$ꨵ|QL0u(~=ܠRom&/dOBVE7xb:Ax$qe*%O?6LF_|c4a1HѼg4:Ki,$D9.j;.]t4.v[8L"̄@ :> `K|i_v=ESkÌV3^xW 1 `6v$p֏H>>_=?:ɲPaMT%LJR%c(l: zSFs!(šn4wb]2;Q'*0ݔbȡDx/)3} _"Lm$͂L\> Cq=.6Gܒgl[çDvUvd(v6? 滅dnQՋM3~Jh΍ZE~et Hhħ@9#\t~ ~LXxKoCH8f62t.p qΠqġRHhɓ\3#2ya00DO}۴0~?*9bn8gilW!6v9QfYDb]&.l*F.,ˉ5G*t2Y.W*2\ňtҖ_q]b%PF10(#⒩ަ}œfeJ]%ny R.`} \0 I,1YzTϛiߊc٠UhjPnZ;km,SQr,UFΙ.6~^?w&#}l%.F-Fjs=W˗ NzXS/h1$V k6#΁SPX Hh @FRUf *v1DNTCIpJQRZ\CGP|C@',]!rK}OE.*,t'\T?y)rQxwC6cPϯ diDCU( |WWFc\Ԗm/tRͯ{L$Egs~±'&M+d g6Y#zy c?˲Z|$BsYIVjT,ltX#D紂-U$kr}n-z"cq1OJ&ؼ6Jο録K%E@Jp Mڝ9*q ~!;}>ciAc*zMh|OtB-/ :ECim6|EQ|EYvj.0\VG0鞎h>%֥e}#AMxbUl|u < e<{no!?3n)媕~?_s㸵7 \C/?ZOw#;2JRz [c xYEI!xiY]&уuq^t7zu>'I>7;&޲ xG¦mVi4 ! BpyCIo"PRQnzaWLR>_lBX_^?ڶڒs17SWz0*> *2v[)H_ κ*veσD6<]ε^ ); j J?\7@=.uwcI80U>=V%5A Z+J fS~qCmଭS nWczu4[Y1eiN,V. VMva>.(gwA?W>*:BQd%)|J̋J#yA^=H5…;NF |Ϯ;$H%d\50n%]bD{y@Oх֍NĠNJzo <=#~L2Ѣ2_-cKw"wYaN!M,ᶇvG@=+QP~ !,D I>. I; #/kD8Vύ!lNbFڧ|B]L(I!5xk>@  j8LcuMkY4~6oB!c>6wxǦ;A\d0V]@I{yPOdsnCC,'K<- 5P|j2ے+xK'ib*3p52HT-7I >;}&AkфXn \` P\5_E6Z}MZٔJ^ܟej4 O藗Y[e an6 =_)Q&vzG:kVRF6hOó׳tդ#[ՙ֫.0=Հhcj.r5ݘqo5R0 K8WlK}_)eMj[95t#Z$䬖- % AO= ':.-TV Tꔠ6R0;?2N-E!Z=Ԭ h`zvTZ#"ǒJzQC4-N cL9.bٔuDR8Ǐn{M8o.Kڍs!1$Xvõ 8[EϊV 8BP=ll,J-#BG"+Z"PZ#ׅKN4Oh!oET]EK7ԡ]a%(ECna`ϻa "d?8)}LWe's'HѢiYsXƢ,#e Te9z DªDR9SZ]z@k4%%e&>ah_BeSrV)*ӟY^ou7E;!cG?-m'Bܖ1j=KeBZu\þLC))ThO"Wff }?"18 ifBת/+ vhfI*;&! !. cF{Q$%b$j҇u G]jt1Ű3ySzx;Fx0LŨ?ʂ_.|FL$a NCeBz8m8 Լ|"G=z"7B2B⒪lR L"J}1:Wӓ3ŨOq|=tה[{PmO=Ėuێc5V,ܣ7!VM-JA2=Әb@BXWzIt;G:%`%ƕDDz=D|4N?wE;rZʇBMNwN!8Pf*Cp<,R\-`Ԫ:*V1`GH~Q]j_ԙ#),NDZʾ~/#U#IrultTLFa::CQ<* ǵކ֘މ³xƂ,̅=EZ4gbXIM`lP9 }?TXEIiiN1j&;H+}t)5N䁖NMCω0T FpI2H$B ŷ<,h9j@ߘj-m R(= IWWA)ǯ?֫.5ׁm0Hی.'/'m.cVnQ]ܶ&NFiPے6tiCQl!Ty9_0}WSzϢ&nU{6qhȬnYl߶``#,8 #ʕLg.ȣX+\x=:T4+EztJS_uKcRoe-f<L:lv:l˷ A)أ &уλHeH_CA6nQ{U2NO2 e]*ϱq) V]bNF$|";ҥXWd~*TNjaXNnJ)Ҋl&P/,D-D>OY-R*ws]Ofp<@ Ib _x`<ݰ<.ќ_8+ĩ\^keE0pɓn mm3 -( nrʎOԂϫsy8`U TI~ n=s8u Q%IաiP;z(@3' ].q]T~)S/*5*?fkDLkRZ_[t7Xc+R"NcU [h%$/p5K *@/F;_sf#;Ď".U;Lj~'}t ,(s&' *vC 8fRefJ?C~9SW5'!!$v ,<w7gtkOAJP%^S4Z ˝ǻ:_373BδaF6Xt)[N?ڝSFS*W%`!? ݋oӆrF[}m1"hgbl\ ƁG!dŲ8 :>ωecsQKaD5e`>Z(&*]xУ_] ^QY`Q_BbCUϟِ!e/ea&8Rt.CfJXVg2-wFJ -yS>/blQY-%4Y6‘N`Xд:뿩'`jK}sZNen(gfK.IҩuQU3F=S؇PxطZ_>H ګEX@G͕4#ͺx+Yh*w0Dě~~ي%mYn}v8(IbwlRG- 8 ǽ_jˀpI۲# MH2;Qp-yS2W0'?v,wwp^XO U^y2`I:NkI|V>h_%daQo`eS( Z=K6zF_g6:igKb 6…TIi\0%|8 3&ؑG4֚Qzsr#G'lE߯6,R U:Կx@!{dGek KfU!MuraHN9d ]J^%k0o+:9\82MT;OHG?(GTx,Cg5˩w}i$cN G=}=fZc&۟㵉ʹ(F+8αs$~V nP' 4ixsGh03gdU)_vƀl GAyXl1*$8#8 "@U™ƭȻAÆtIV/y ւ!?H2x2TPߙ>/B)>GFnFAb2XE{jKlwY0=Y`D+CdRd^Q ; 2W8@r߯\9f aej; uUF'FB{U : ݽSx8_k=IHp9hzMuf3k?vkSrbqƑaD@1@{5uK!2Y^4=*w?~͘X!mEzi|yL(@diKgKρ0Trh^k_}Q_āo7Mt~C,wVjg@!5 +ڣ|`Mηk Cp%"$Р23!жXBh<ۥ$HmR} $^o! j6OE.KvPREW2- RVxx3yM&{XiGH/"|Kj,(af^O2:$gѷM4%pǀ~ԁ?nN ft>~I6ynW]fIAFU)X#)L"1sZ)haU}>Y0ғ V2bgέLSS-{s8IQ%"*G"r+4*}F8H6x/aUDAJZTpqJܞ*`ӃIT $Ԍ#eoV*D_֢wos:SbBg9P*'S ׮i OkĀ]#{p.U7rZ?݇T.>Җ_ɷoQbew(u^ WvT$K]veM)RJ{U&ͺj~-DŽ;#Ouoq; ;VC~b[#ͻ`ԇ:Deq5B Hh Q!!\~Ѫ$5ˑ^ ̅%J0O:4-cͫC&ɆOɮ1%aQ:qםrc*!vu=^˵M}mP!m$kW+_穢t-PRt}I ^ I{( KRR(.`a24-6q,> ,})TZ{ۺ PhFg}K1cLpcF8Y$U(։9,_ #N$uYG*Q<ܖu}[5}x'\L¡I=Qiuc-cy2|:PqN1~'2 ~R Topo*(!LTq{GH;o1ad>£lĄ H?IW5=+=/!|ԝMllJȩKe\ƀql-!]Яk,ofqbdl{>8d@G!)^'?6,ѭ^4S D,T[mF /Z;!2̾D0hS{ͻM,¢ɼ:';+ݱWN. }D м ^ofg#RIk؃S":ٯ Hy*bF6/++Χ+E"}zaICQZHi]'^~k{?;7B1[TZ%[抪FE@<oS"xf@h1pVܨsY;X$+NźD?;!%CJ"ۇnjY g 4݆CGUO J^ "^L\O{#FLG>Ơd ʎ(C.|P.6 mq kq/wȬNFثS S%:KZ%X}4GoW}$EeghØ;QC7pk4%9v)qn]ލſF|I$Hen㟾(n+[Mŀji32$_Jǟh0͛琇Uc,B uK)\`+2bvZ%j܉ϳ5tbLu8BUz,j't-d<縹Yb孊0ٛ=EHZkrЭwE>`* 4hjX` =$tLXIPqMo,Ɍ[D&9YB'#M/@0,U<(0:%dVDXo3Ѽì .%UϭtzV4Z|ۖ*X65k잺їuTJj 2&uFO.jn\qMRs#mMddZ>B._h(YX=iR40z9JT'Y &>ekpT245VuH'"zxsA..5вi^6Y?Ta+zZ_}GyS9ۡk߲Vrd0B' \" 5 {#4l9<>ɌES$Ӆ\&- E0;}x\ˆM.+rȆ Dgg-j{ۻptwAUiY[֌d: IsD#/)ay`ؕ0@#CLegM3Wl^*QKTZ|HRcWof`A"M{SL,=z2%JHu(½^fH=S kk[Ċ`W2V6)Z9:,8%Dnܛ([6WyI*R\V`naE..8mpJ5jWZra²YI("x\_pӦ t/!Iab ->-QCEpaí|<,{h kDa؞[éF?̠5i[yK+p_ ~ORRى` ^Tc NwZUήGxc¾ F85`68v0<mʛ'v6Eon;jՌ$  %f2MC78bғt0;A蟩GPk]sGUTH!:ofi' ãf|+j).3ٯhI\/?/n:*3F=5[ArX\VxjDt2Cf?jyQEz-,6܇{=&Z1pXZ N"BJ|.qNXY5 jHo&؀hיo*AB:Fxyaf;.* K.)D:9 =}K"VqBi2zb(;y{u^ oqН0sLMYIWM]Ov轲_Fk`oQ "rgpMPTݬDNS纺`vyr:l OV>s/򩹵!䖥I$kJ}``3z8W@Y}JQ܋w'e_(x :Nر7z;31|jӨn|l3v|l tg4 4OO# aߎi fzwq=xun2cyR瑥UK\@ M,ͤ9 i01:ǁK.Cq|:.<3]L-wu}eg՘+^5 >QjOCVc@nI >!Ew{~$_D(vB1[^ٵx)E̽]Vh?h07 iwF{-Z\|R?nNt7^o r_ ?}ڨۙA1 $YSV{>β{G9EK^U\XP^ ;N E`&Z r|;¶ǎߒ CWbG,1Vj[ 1μ^.>Ɇ!,wi;x:1mjV5$p3xƳvZ,fN<'-vkhIowy=WfN#d.X§$Đq^$YLt&O-I5%G GeAO}+$3UXUvf_DVB,f;vP7/fԃ +IҊ*+dL>HA$(gۿk,x^C7 پjl&s"лSg IKUwﴻ$!#YHm +'YӂٞW^?B `mURUޑ@B+L7s>o?lhhPmM'yTv˓ʉ!~0 >@e $V )`E)dMخA}G^3fL,4UYR]oX:Z6$Vޕ >5rVa֩)gL VTV8g퇄cQoD ~3Eh d}y̶4$(u4񏣓f[5]Ŗξ@8 4$z9t7E&]i|@x%xaա/Rg%!_,гC_Bk25ᅓ8=܂TsX^aޭ4Ϝ0E1X縕Gx@#I7Ax[^fP~Q<%ؠ10#4ϋBBT(%YNFE7 ɗJבIicI/ iƾrƶұxO6zg{G( S!&`;n.JWa$%svS`#P( jSנ7C\j+{C-he/Q^ TY܃T*U2co[oZ o,, ݯ%&]Qp,pQRDYn ѡS,'ԡD((3,ia`9ņ z䵊ɲǣj tq\9lrS- 5>;gqC+; MCet6qb+^Q/ڽn,M] #(^-;۽VIщ#ŰG,!كUW N2 4`s0Gcaf*0B B/ߋrO']T(.#B:v$ nwJS!ME*UK0e$x3 {#R2.{V]z?wCvo*LC:ܪR _rk;TKVm=S ;w+_."\o<&-֙:hwQYP{RsE{\K DUXineB)Q@#q XN*9 е?{Ҍ'_-?j7TVS-5{N=mkUz~)>"uIl`Th#"BZ2x S6eEW99> ʸQȜ "@Iq2w-=jGi]G%gb> `l"IFm8ܵC?ӄ4:dKtwx1׽WmYRZsLKC!|Fdw}8́A| =-~8 oƉPV)EtWSEr[w0i-ƚIj˫rөwl#'M=0u*ܼ$gľʊSa 6S_awt'?$P-?"n1B9|_G9ѸZPK!X'aO"/ 1/9~NP*N3%L8!`FLVwuؤԆ&v@(u9g>= &CX 5wClYov.Ia6oE.x(޼֥"xo 7-7{(6džF PC6 :KoQ}`YcC-|Cu.v^\%4r=Q=JÌ3<zfe͕RvVMhdnC>SxBvC+ }ڜ4=4'ϙi,Ђ{2gQ`>+:ۦ;آhΈg:Hi/r"SkDf_aS30qW>NZdj$D._c $JnLXIwQPMԘsF{Y6̃˿a@ f'^R: 9X krЇ,'; I!6?5|Dž4.,8DA -)re 6(<_\{B@PZx12@ BfRd%EM{qn(SITiZSW%@4ET; a˷ߌsG}aGpY7  #rөz<'\rwc #1z`%h>˼E1=hn1Ɗ)*|'=SHJe )7@Yku`+_ f3M6yg:^Wb}lL!"FWTvnbe\WX {r"Pf_|hnk,6׾r=bqb0]8eY/p'0 V$27U s_2N{>UC!盶G`&w'-D@Rhz$t1Bg-3KEDk!r\nhܘ^E5' =ߓ[/4o& .mX{yrBHkhh/^"L3 MA@H9mƟ"֊)޶Dqī;Y.07&R7-n 8ȓ,r/XXT \,nlh_A?6Yh˜)xHxlt$e2捍 Erɔq# K;H2"J؄{>\}j艝qrx ֹ :Qv6^?bx_Bdh\w'*^zYveqUMCcV1dV%gɷVܢ7UH0h-#m8RIaפ0?l}4fhrz^||hVl'Q )C7B 8JF/\;f͐yJ3Ezk]]Y;VǻN\Mr*`tmƔYQrbkUXrOO!:I!̯z SˈԑK F6%psfsqj:YͶUyIyuKdpr:%x.'cG4J|+F&Yc1uIT6>scw7%JIZbx#o_VIQٺ|(03)~V迡˒'V( dޗԽ(~.%A7RGiJ6; i\Wr}} .~?C2ťdEKEOYz2Z6p訊س|u6J7դڷ~#TI=[fTfn{ٝYӤkC[ MZ j|Z:-b6yAa[◯k=!14R^)j^bk@_acBfenm;(eAA^M-&?xq" ;'1-!nLb$'@l8d^ʔՒe%\(6uo֕TFOk=MW3.͞(vo94a|1pjgNq͝z @5 ~ـ!mh|".郉$Aw -NdQEG"ںѶU8I lYvR[=Y_l*V_eX5c]j CC*!44-TY؏w?+lOx,CIGY}? w%'{u]+ؐJ{̀G)~A?'.pZQɴ"YnCwY6IDXp{;l7h7ZFN%my!4\hF(q>08a? ƪtԵDG7/QS_+TGR 5S57ֻĤ-ˠDQf&jS }0'VK@4H#pU$ R$9!PYnuvcs|yq5/ߦ.922|{Ri9s dtMb{ Gq҆Νd)Bc?!zݱ0FXl_, AI IXcUhf[g2!/5D}4ypny˶1>/Ueuu4uli=z-k#yͷ˥|\}A$OZøU̜ 2x45&\ /z,j_Ǔq?*ށ(58@$"ԏIDz]Ӌvr. 8 $Ws 5LɊFޚwaP?1RiW_:@@cKadRqdyOKZC@=6Sy#3wiQYٲ2zb2`ۄV&7_CfspPUNH &[

oC^)_Wwe! fBeAhJtي3Hlۤ~}ɛL]{ Ȝ#"4ǺLGeְo {kP襵qn-\Kœ+j2fem?4)2qZ Y]fXdz#'i!؉~ S:׆]Snu֢E>{B‰@H`|`dt$2l A# md4{GȶڟYhԑ9L 2@!~Cފvћ4GoF@Uί *(%2e ݔ:>D¾B*dBPsJTA0hM\vz7)0Aeֵ(@T˞/N9K_75 h'4~m 2Q Sq `4B%KNxkiAG$ry<%C^aع:i#<<[)qdx :R2M:(WS 8a dyLS 9z8?$ qz!DqHKD%uȟ^MّzqR}?]0j ]'%DCEU_Qє=Bxb?NlfCk|vC.'Xmku -ЀZ/tl"܌؜ /p\Rw2Ѷ(;RZ#5h 7NHOŐS|>;GHsY tZ^LX_(2E|ɪޥdt'l ."( ~/W/ T&S`JdiX( }靖l}…J@)gZxŋX&Yәp${S=%W;&hPf˧s.uaNϑOa{D1OYY#Um+{NBNWF?ph ,39jדEiiwо**/쉵qob+#]hk}H."Km$߈ih2nv^#yagEQj~~|D*>LRć z"GQ݅E3(;G=4S [>;? 7RE0803-?ߞ`4v("~ lDH }or zv{"tznpVzfESoxlg{]e')l)'WqhHi.H8gsRG/FJĨ fc1A4/-Ɣ &=i7#,Vril̋LbUxTO3?[([$W80&-~Ove qD"}އգ6L8[[2VYe:Dg': i+l#~^9Ja[JdMe\_{cE1s0㔓cڭ]YW剤>CTugq2}xynظrSqAۏ\# W3Z])eǗa#J2E1/Y'BcP=i+T ";rf" R^8pNw%z#dKމ /و#%^QqTBީ) a1ۑ2Zq|r:q$N+v/DyV)}-@?נ-oc*M2.˜-W:cQVbĨ} `5K73l"5֘)&l 3a^ k:F+[RhnRlmL{y2$=DO.3&*, ԰!<;6.&KP6'{1j-/Ҵ L눪}pBI Ff바JU$?F;rϳn3v,zƑX`V.a\\,\xJ ) z<%y0Ρ$gNdXK NVt9c󡧪!DK\T)M|fv>Vy_+qb6 +TK`hyTАG_/Bk%FFŬƈ.h{OTrGū 0.kEbq49HWy+x:es Qޘfb-ae߯1XPFOὉh$_wP#+1U3H _ j%hZp ΠGHSۧCowY{".I͠x)uM.ukqd@Ɖ~ꦹyI<Odj3Ju)Q֕%t3E{ CKea'=}Vkɶ~1ݼ3$ 4KWM3-KncA Ч*>fЫbe &F<~`%ְ&AyFVh%WfF#;@/0R.|6;xtnjC_ ˹@]APԥ'- "6.k|j;٢}4 ~ Qڃ1!5OFj뢎B322סܙ{{;y |3-WJoM[ɅKS%z\ i/?F`԰*}H3Ky23q}a1zv32eMG:d"6cZByf\ is$s2A-3Vocy]ٶܔ[|jWhCCp_3[crYJ/hҋ$:[4,dWi8`Tv V?SZo k͊oOfʱ5SkL{loTP8*f?oyC0L:JeCZs":lQx"  M@e;!\:s5yjY-7DV%,H'Ê: m):,Dbʰܻ*Bkh&y$xF^t$߅)z wp oE_6S7թ4mʭۑ;KGRQYpnѕYuIV=DOb,8yj3LBdnpzOg= ^KH׻cm?Boez"xh<xPgsRA-KYx/]c2Y&-ymmM6UP)FGńRA>I`\-CCN*CC$nT[FTЬZ$ Ak].RXRmw[Y n=p5uDKv-iTrZ' o̳p͇?gA]*Ja2k1ɴ7A|LoFH5ώXqLg@ɕGȜ 8sbg'LoI;|4?QbLU8W/]x5MuŴ  :VJlN7's™ hZQͺ]& akJҧoXyI;:gq WcR>b N#KR  Cf=C 27-ú# *v^pnpijJ; F~JgŔjTZV8xBoK7N0 q.! j?&`V1D$*^Srn߮"tK{@?.{p@KpJ˹ob@Okw*5 Ds=ݶ'HZL!G%i aUwgz@YJ}[1k 'Yb};g|-H |keIjn]9/,<vr\;B) yT/1R:%@ˮ©.44pE~dVAgU;)a,]9{5C6F5=By$D st$ OXZ+ByI m:`TzTY!SOgZT~<}TlwdwE6G|-`+(~5 -yz,-Opߥ P=?q3"R]"}lo>uqf+| n& @Owf|2~Wp 7bQV L$sq-*^Q*~߯:9eDɊjG-i=KJGs(:+q'ZKa,]\_9Q8moN瘑H3.;8|42፨ 0HwDqWo]J)40+U&)(Ej}#zž̸dȟ {ɎbJOZLC vD  1PSi߅Dj|34gH нED]].ju5Y̹ gMgz$L+ ; !vU6oI*S+oH\e;g]ٮip ~rϠ'PpeSC q=C>U^ 4y[[j""ubLbvh3::RoQW7Ai43~Uho}\%>0*bfjtzFBJu 5p6ICsR6zNeLkCb0/YMJ⎠  z[' ė[lP͛FP?*504@5<`"Լ[0pVp_O%76k_}RZ0RQCSm /fZɄ 4}( j(si֛VUkų:? TAU!BO*jCt%\SemK4oNJMDGAPr)??սy SZYӽ] L32=b2 Q|L7Nm_*#,k"$6QDC|*Ǜ_[.*ƍea]J^Wd.'~1)N jtqV_ КXtLRWE[lTo|efΑwE's4{YO^#Eb a=$`Dyr)Πvɱ)3mCtg-FNȶ~K鄅m|>:48X`\ =̓x<V,VGaA֙^n F_ڍPƞ$E k+!4'"Ό22&ffQNAX7)dOh17%HV<??@mǎ%6&ڠِ&e8 UCq84VW\l׹W)`.ĀM0{@(g{DLJm>zL+[dONcD/vY@N)oieWTߏb*fzH *F+&XOij4ęgX/8E0<0&$vGa+eRަ{>s_ߦNh(6_":ee;@N4>W&8ߍ OC[d)Ҝ:p=X,Llkɂ]AmvؽgLMgA?68WZœRUQ}ar۰[XGǦD)n<=ÉM "PVbK 8\/=¢o%w*?J3}2ofNR|^`wjv/WC S&;{>Tx¯cQs9W@(|ŦkdUǢN*(n,ͷdb; L7kx|1Olf'@HSV?͵%;D8.< -}l!n꒡IYxv1K'}rYH@;$Tt|%u<՚o+ұ{Ƿ-24R>Z|cvn&B=[H 5X"zפ6ρWܞo ZNᰄobf3`8}M w# ^H AٖwZ1PO!oki!:y_P{ :)uTzT{+GԍƉ'JgA s50%=? ][Ogup&Pfuѯj +ʼL:dϕ,+DB7k\xo&o 0)ֿ ͼ䇣H<8<3g/8r.t R;fUU/֐x5p Z-*B z5.ғ,3n*/@=rh|-Mků"d72&v>14e3"xD"8ϨyZcsl u%N);eqGNv.S\9Jzy(4{q7B~A0xM:?nsny}6q͉޳CDc'$;ODz{nh3Uǜ6,e[[q<9OrxwQhSֺ}wd%ݱfr0-YRo{#(QWqPw4@8/XۥO doQVFl]wK"<|ks?!e㌵+Vs"eݵ ĘڢwG\l0ўB8 ݶ!ږ!Guxx/|\r~Iod/vQ7'St|m"s{=4߄e kpDZw%nņNF\q?zhg0*_7 nx@?R(!gP8xd]l(/&c>#KY?;-<( y4rxm"e\tv/ʰZ>"[!րn* C 곯 Tƿil5lW"ɩs-]kftگ/FOE^xtrms`6X!YΒfKnΣ/6+ԥ&?Aotf6Rخdmƙ9\[ӹ@RC3 p'Os$"y.5}1Iq <fDpsoAb^lP'w)J Z{v%.ZrtߡmWGb{~1>t64I`vor.[Йs-mifywz?EdӜizTm_y߾jcl+tԬ–mD#hW5ѽ&-xJ{M^ k Zm&7 a}-]q v9j=v` ,:Rxx@^rD\u`TXvN 9i͹}$(ȲR5*1Tse=2'7)n h5uuYS-{ sē ُ);-B OT:V޸%r)}jg ʞ *x0, Htqf:.~L ׊NX(ϻ@{o9d_86h6p#ա"z01.['$ΏQ[[4Lw9\~^ C#v)M˩q/8ᇮ IODdcAKh>l$j4z-*Վ}9'[)) oR?#˃08)N\f( +rťcGLO Rra[M0kh\X" fXlBW: G_~OA.rG6',]Sp4& VŎb1dk`wtpK%-ςspUUճD43!PzKM縴+?WB;5|Oۻ3j,226FiјyOi$o9PxCA'^1x<ػW;y{!u #5s0"76ش=$ˆXqw=ތ@~,KGZsKD/+#"UDe6+r^6_gLbըP7O2$.#eA8/˜ N?M9b++Bd[ x/M]ԫ(hE4MQ/!cRAױXvF*o0ng K@:qV^iɰJtTj!N-y1*EK#?%蝩g|be`'bvf0k?͍FH3wW<] ᆧɟn=vrϷoG IU-?U k.x\V*~yB` 03?==W%xC<9sv'c:xx]~MB9ݛh6Kf{" 5/L"YCj+yy u%ҟݍXPjcFHĐ|FQǵԹLlD ?Ajv)lM(}XY:G1.NwJNm^T ,2J!)+ǟfudjk0@tnx塥a/luu£$[bJV&c~Az2sK2oQxx´:AQ>C(H Q4Ȟ֌Yu5 ̇1jN^{KD\Ű71C5/UKHP PZJ~T?u^|ʤpWKkoa:kl!kt,]Ǵ5T'P*,r_4: !핮ۧIR(3N'mV(fAvb3ǭ&!X>l: Żs @vB Kx0(..pbStaf'oSV(/:)w9zl8;CcgeGP߸eodp'K,% `UWoU]Sq/ǣ),-VkDyv NV@ n$Q'kG&Hs~U~F㑜D^ *NT܃ϸan! cGHjXbԌtzJU5Ko5QDIgqQ )oiFhq^YbK}96E^JYXi*~{H2C|^7@~)e|&X&Em^N;~k,_O>L`*sQv-7Aa,Fnu +sm )p,6+1lo|iY􎽽R<D1ZElGw2 !m=xs&~sbM,P,d3|]Oϣ| MA7=AewysGx  !X#kLPjGj# oufTt梸pݣ ytiwxB#hٷ,MFnd̝0UE%)!ϛ*Q m> ,.WE.7Mj%4wdj!H%p2MQc;`c.X?6 uLY/ κ)ko&)8aL L¦1BW-[Kqo#ZGd~(F=*_8K %zքkm@4bOs{D* f jzS;ebJ}ܝ!AM@ʠ rE n$gAV\n-8i8&MP& ,'Q@{_܋s[Z9q'VIBeHc .4<\S, >i˴՜O~y~\CJd]=@6 ?őW #o8Ԭ5}Jܭ/Њ|w9<;¨tIcƳfr#R'9mVީRe YXnY >kE} oX~/Bm+ZE7%fcizP-|Ύ.3 =ea'-$ĴĘb bt͔uVHy7@| nPOM ,#-ǩRimx1fşAuY7AΔ݉ @Oџ tHuXs93vlx=6#?9\9{gщ*>yu<S(I/X\nee`SHX""}0Ԅowm6QB@{fj3ಎkԳg1?DafQ4޸s42_zH]o!8[=Shh~ hb+30 NiGDh 9㵻&O!kG4!eAD2O?/q eE~Bm;]U61Bv Pl&t ,ǃvSQ0o$ ;2mVŭ\JN#Ӆmϳ*dFI^b=Gtv (>K¶\xXogqL,/0e| خz2J O SM8Eul˥Vi Uyp]Eks @7HKG%wR'M;/J-OLO$`Y1p0kH՘ˈOxǓط:v`p=@UL)εHK:5iIY[2\4$Db(VۘDXo;*uS$K3r7Śײ8a/eue*ObC-(xR T \YڷaM!ABt> >f˶ձJu||"UW~Fc 6?!ƉZYnu 50~ScVfk &<ؓ <6I$PY ԤݎGqZXjVՖ*p^+67~B}v2͐j4 BּDv[<~.*i[ohöuE>9e~wZVp\c0ǯ-qEFk8i$QvSsȅ -#0^*!(W.o  &t4!4kN7vu~@"uOQPpɀTLxĉ"d!c>r^Θ%/.M Wa3Dy8i"qEDldخ͒g93A`+w1%T4ǢO{+^9UK pNoŸ>6t$C'UQ4_6eY| LxvvuLu/ՊS:Q ӞEcN>B ( h |Wew/tSQIQhFcW8 tk9P.RI@%o8e.7`1gT,hqu)FgrXmQ:V3ѐ˺jFkr@#%$旓V3=>;9N](USY^TS ObxB>| x3MH7*t_^PviH{5yfFChvŽna?0T[de:a#:z$'mz0c:;z3F%!1Ȁg  kfDڳ8!ōDd:J!v˽ι]mn3H- _*/Wi[OĬ~#ho`w`t_ؐ\Hpn0ɖ쨍_Eۂ;iN"\[0L}'iA>ykV": ھ)l"3_5]X[ѽK*sod7;ёHIL7e3mkSTք7ubJsv4{|{85$;d[_KzClU %Tz^V#up8oR_4C((UN -t_=>\IY<߉-#N R5]ϵD(5 ?OdDb}'(o:(IǖIg诐QF{ħc6B;r3ma Q=)yeAK@h#P*3sw %ܴyy1鲧G5YrϱcǗ84)x-y=)a8]y!5~'lky'JJ7b|9hQuor}6,1@z@6[/;׋[(l<J@~'u; 6㲣mM FC2 -O>hy*4UcPXU<-wˆZX99˙{+F:4oRF:-eBD 5d :Dce>>lnQ,Ūo E{# L,%E>Bzx\-L/ jg>+S}ruͯ7ԅ_~G{7D^= O4z`:>nٵ+3XX .4щrJ^/O1/KX'lUG!A~>]Cu`B4^iuܮtBFtgMV=M6՜i=_9Fr:i~5] ;Kw7hE|LsԿ3`$(8}Wh% ?1L#1Tuo5:W%8 L֠z*[EA>4Q{;MҕJ=[;op7|hX :_Eq ò\&>ʩE3EНmnoYtGa=W}]^hfmmbe2{јOK˷HsZ9߮bSYAѪKa OCNPG`? ];GMbbu`JCG_ЬyqP"92$-?Qfc-+QF)0f=tdpc>JփSpczدZDsA5rR8 \,,[:-qv#P:p = K %G 'u@652b^Ol+B? ~2MDӣ6,ء[%zׇ"wwua.vvqU-CS#.["qS/S yP[7]+e NOF1hןQ.6‚`iq 5PTUI`gj!5qxuF4;8U R[:Czh;RdYd_D8S+n,VGi4nrrvfvSYI FڀjTm/mmG_Dc뎰rPQ =1tA(X%̸nyTxJ.#!!^=p\6`הoXK=r'KW(26 ^{پ/c>t ,jMJo>\>f_X+e^0q&cʔa?&`RWI^X0HFQkzCo ߤ6Uxn5 ZIBv/Un@TvrWbVr=@[Nxu nח{*~:ge{'RGg9BA-q~cD|bԊss!+/^N|f UHhq PbIoyٮS92XRd9D3K[*pqR7U[ּ֚R 4F\\%9KMGn21Oc1C#nR,b1p7u(Z]>sFZC6>;d]a$^UUpHe-,pc_Ec U=4> +aym&@Hb] |'r=f(mx~$:,kyr*U#sLd?&~؇/q~c9#z>riyLB/_8[ӈHei Vs A+銵ѳðnNt L5=Q/ CB)h'ޮ[ 1RN7J?ί(=#xv~&VW Pxrx̴ъQlϘq;s;6dPuJd 6jN])3`bTKq? 6EG֋fqr^>ɾ}m<r찦1JȢT[(Zl:2PZU.VUjJttAF s6:C'Z1$$1uôț2 5w:rMȑ>= דL!0ξ%ouӔ[jђ zb,{Y)b#^Ro* VlM+˕$;#$$57F^diDzo3ow$\3WSF>2͈5PlQY!Ou{;uGJi# Dj5|F5"wKh8Cb4m텐}3cdHn|_I3j7۳t$p}M|ؼ2?YP '9QK DJ^EKr4_4L#X:t}n:*O,ܐ$A8Mf8%?9{ x~q3bk_dEF.k%ς(? ic͢VUP__pa|ȣ^zb)n2v `Xӿ7x3]\?{u\VMOmWH)4u u(+v"Xv iL1F甫]wtm}3HcJY^JKMj)Q a~'׈ĉ"g\Бu(ɴ!bumTR /4qmA=_ޞ9fԱ-|n+7Cu&a9GgM9;[Z/~ X)lzew][itq" q5P)ȫݺ!sHG[*}@C̝#٪gm]`k՘Ī} _{̲R`LkubUNp@1PAEJ# X9rX(x++Ï`9Q?Ǻ$ TQ3okލpŏaaf[wKSW! U#ln3i9')z|彄@ 4nN;kLK,#%c:40*qNJGa.΢53sJR0|]V%^Ќ{* Tn('$x|t紲0dfp뭥N΋WUgxvѕT!>uAc0.ё $X^oyJ"47 GE&c5zh8ؒX%­NM7IsSkڙO!u;6kJgصzƷ Nb@_)-:E➌hX'G*4)F؃)4OSj̋5Q+p"=HAk4~Or6+\68 %L/ gK,+8Hi%nQ>ktPH>,g)=0 :=¹6peLjG'@MUŁ_WvĀ,DF #HCwU^)z* a` Y'ƿR%mDg 7h0CarԨ  Qc2_fb 9ta%㷼K ڬ2/Ox#BuY|&IJLGF#e Xm|xYhNEM6Y.^cl@92V5U>ꓡK3Tԑӯg5YalXPx;6Bԩ/(:%¬*`4*2}\]9/ qy9COS"1$ئC F,YS@v-岼 RP 7RF ĈBoS8y.jD4{fqORq&2[mD(E3m)_\/&Ԫ{\ *0"Ws\=HDRYd\Z݈U~B] +Z@zٯQ6v%ԇc<枤HF*#WہwMMxBCa۩}yb3$Xf\Nà#W/)HGt z8X܍[n 𛟜qC!;4ńXj.Q̋qX|iJh:FهF$Vrn<ܪsbk1vqNqD};&9sn/33`mJ#*ڤ&<KTa)|"2h ؐZ{ ש#"rCu-?B1ʊWZd9#:YOWl7d)qV48#J*,RkVs(9 ,#p(Ш%ʙ[r&Ă͖m.W-_lTN bMuoH;{_T} Zd}[O$Up;ǀ|Pwv$ՁOvathPٔ\3[.H IoϳَJD(ϑ'4r y(BsBYoQ,%֖kIE4|UQs :+:nQrѳ{[tc.7HښON6 e0ϩjTuCIHs.н'# h/E8ctbç2y裱;Vݣ/(MmhN< MR ~m*vC(_}JxCbOxOSBB1[D}dHL:Jc/lstw?DwC2)Oy,v٣My֒/qpdmWxbٽzNjʬZ\SW?5?[\'~v155˜,:c8Cb'cvw1TB89>jy((^9ŀA~Ek@)oPƯ Զ'01Yn6ǐC~,ٖسO`KGFɴf1dyehB6Ќt0*i6ǽ}4Bmk !.U+|?qXN4j/yM:;s%C~4q-3n@hYqT Gn:[]ѹ.:ɑ33aFu PoG=NxhYR;icyͽLqSGtƞ;;Da2h/0*jH 6\3V*Yc "M Yp}Rszx8EgpE jSUl*o1} ͸"t)pqrp]̂Si ewӋ9q[d#;4 9+v+_ƈ?ȑ?_ty͔pb1u2X aSx003 !L֬"|D& 4 iN9OW  lI6 =ϖ< yAH [HYW`Ց_8ٱBT;>铜T/}EOLgj |5*,,:SONhqzi3*؞ZuZ!#I`(źqb늓,$w42_'ito9VK<&Rm 4^޲ܫca&C_Rz,.Ep.ᗂs_; TƬkif̺yPgl) u\Gk/DNfΑ4݅ ռڥ5q@&WEOgie-M ߄![?&Ϻ@dAu  l6cbw CAU sQu1v-\Wע©D\=+qf0&T Fr~4FVzy\K@ꊬhƎ8_/tQ6D$<cfՇ%"<͇ שj~e ]>i'˄w<xWjUҽ|PH nw/ԉS `;-/Fv EvbE& 8$JQh;ݗE.C$/T3Г rJQViS"y\\V X#@KCjsoHo2A5gG݋kkU= kau(L(0A#d}ͷ 4k&QoS-qQt7AQw5suVo[}ABZvL+yUgƗ_t¿NR+7oڍ»'gd>MLn6Av  8}SӯSx05yt,6ّ{q wݖp@C8W$ 5h GItCIGXeePޢ*b&Z<@Sh:p++4/TV!C`T V2G۠^m pZ;ML odd_% ;3z< $>1k(+tK/=a%`Z?: ո-y< z A88nboBrQUB hgE{ge[sVt/ ,{fkG-ڭ][G8w!4Gр۽|݂q丽t*4xb%t̥vJM;@kʋ$=x ­3`LJ$ڦOF"dN8+sjU{\dikl1Cݤ x~o 3u=?b ,6}cHEsii&X2: W%G.f.匰%4WN3`Ѵ3U?+AY 05<;h /Z=a W1_/}|\]G5.1Sh\/<< EC3,MF]L04 4-L3.ֽqu :[qaEI[@ @IM~=٥ FLU'1  K+ns8E?V?(ZwBץB].hܮ? =w^n:rؿuNk}|9~{22`{gk$@g=fV9gQȕ-&fTOE"\s7YlbeVIg=Av02Qg%_/^951O-ퟵa# +{Ҿ$ ^O0oARS9cPO/<}1E|*IФǷ޼Ɩ܊ vTsڎ# UmZ5 Jˏ(,Ňv$O2*tP) c Hmƀ3ٔ/i鶩BHnRxpf]4T\Զe5Ӈ@ρ0!`Ml@e4Niw)_(0)Dan4bQLhF8q~Co3Q:P1)~> Ӽ-uF"W"3I!Y{nEnmZdI,]: GK=;zfx%djdL%`b%(mA`Z㠱Pʑ' { ck !Xm\2$1@WޅuBmC]d"5 ً\13}jԊ^f,=ֺ8p̈ogo ;6l6N[{ȣYs[*Q_cWv7Hl[`Ua*-E%x JLr1mSj0ę)xqQ] } $f>t%-9܅=Lq q)a^Q1lI538Zk|ќ=$(Sic"<5J> DZ1k[u5p+nJk54$ѫOX绬=c:B~{=/ Tc )+9cW"^nuTn[&^hyI& Ĝᨔ N¦})'^4rqTw%p X{9@SKb2OI]#BI +: hjׂqJ G~'~1/VԼ%V0X__jx/CnU87"0 Q1x>6$)4W2=au@~gb>E įnNjBnLx`׫'T.ϨGȻ)6njt |A8nD1뎷ԞKrT`nD9lQX9PĊך&U5O(L3-(ͼ3Еf=gTr2M@J_O,lw;[KWO F@_Fwt5~A6ʌ(ъsE~E\]3㟺Ôܣy{WEh'@R=&grl<&c>/Ge[RH½ݱvtKm3WC۷sAzN6hN5 H FYe/$JQ,:Hto1m A>gxrn(oxae\͙^r`1cuUp1apW]g\SGeFAlƿ $+8#~8.Toox(Z#D-UG:KK1BO:;j8gC /)BBJ9 jā(VmInu) %]{UrcxWڰʼn0oZ=2Ո#Mc݀fI[nd՝.mb BJUhaM$9Ж:cM `$y,IMuFQؤ*l}4U3@NH9)waPVxп 'Ϊ[{2ԇM4>ˈ5h1D,K67H4qk3vg1v&QU(x_.B`(!L1CK ?|[C}m *sdžOHn4b N*6V~S-^aDh^˲2Ys-bⶃ@`a/8B)h?G/J_E$(DVn+"ӝ*BmF PĚ[;*9Kl&>*: cfCQI? cij_"14,d-'rM.Og(@f1[I x/Z# ,l.HCxMk_.U@2vEa_\//kd1$cP3>T=ckꯂL _{Wp v ᭜I/S:9(x_=/XgCrHXBl%%i"x!Ubp,K傿rgSM5IE-7[(Z@$AL'2挤ݭA5?FѩD)*]<IӫS?$u,aud0/SDj+~"#?h{W̟,s"dfW>?w11T~`U PgÂfo #܍ຸ e?!%Bdž$S'Yv:Z -^.<{G`Cbb``\r;}jXkf@Hv;#1 ʢmao G}$ 3o"Y@9GMS*̾cpU>C V?٭\2+媌tJ-"CyqG#Ө<LxWT&A캹_Zxso$-݌L3]YFX6$իԛtƵ%}<_"{C?Api#d`\pe^?\gEpOD^vUhl\u7N>Zy5F@JJyج~ߛ؜Gd-\`x'%>W%,}xX13AT6{u[%[Ӧj墀|Ʉ)9mGA,"Jp1'02qQw8ٸLqnku\Do kU;Om.N[42n̰S.yfc0|OV9TqX =j4JEK\[::B4z"Ppa;xZpX#Fy 9^:wLۛR?Yȸŵ$7a5ޔŻt|gcg9O?@r77CKnܵzw%'<*dԹSߒLCr5Z+6׽Ω+#R.NArmDeW:ÈhC/5>@ gޫ` }b#'ijȯ![} Fv,xl6q.g " ⁤|#kH Ql~=@A=d 6UA]Y'JѲNOuE̱El!p IqGB[QW1堐$ma Д؀b킿^eIJ +نJA+HL f}WzHMkKϨ6 Cu~nkxM+ݠ7x0]?5YDXz#Hz[!X;xV86ƌ0ce } Ժl~̗A4M,h>2QO|D)mkQ*OAلS_ PkhP7+tM'GLFaT6 ^K:zoe*~E7[a Fv9q@0/yٹ<~D7 !S|zn1,uPĕ4nXǙYyT"0f 5Qyr!w%9@̑FGʨ}S&wsSko粹Q:SЎ}d#^JN}#Mvve&^̮!O5bK7Yw9tSSաEJ^ ]@jQ  e^9"i'!Q FIa\!C8q$vuuU!bc iz̹i1; Y~clvd8md96KƉW!F5qvL+C 2۷ݺm.K| kDWA:6 cSԊSV,ı.S1ïE2v2H.̯Tgt;`p-Dun~Ox'`FBҴi]U,1H "bJ @ k*wOiVAtTN0Oc!4b&4aC Q Tj݊.wv)*|~sLWe_ oXVLlii!G)J#~g0Okn4drӌh_?(Cs hCB)1ЋM~][!@%kpĈzMEߙ'U3sګL~(}ˎ^ZΣO:)a j1g\wxt=+RO`vZ>i))^ ;hTi5j52pzH0NJTm+ݳdlx &nC˸ugsƏz:g4|Ѝ#,Jf6SBX.wM׃D{<8VlaͪzG7CqEƶdp!m U+ rۀxLV6)[qgUsMY&N5vG7 82[8_?uR ֔qHSmRACqc'i8Nö*Kԟ%WN$߬jsUӌ8d*T}{$U3%zqZ,ܝ7p7@=8gt0A8v'$'굋y,̯SiH.sZNp?6W$a΃XHУ>WyN"2=m\MFRkS6gDAĊJ%EχxP|:0KbaqJM(+9djG%J3/j1d[ ܈~Y\HhLu~*kj .jĉ.])sx!*q~R丘P{a̽cWE$3){r@Wzm(zSh$@ps8} d :_esUL gM/GHHa_3_|:3WByE.P3zX۵|]^]>C:=٥I&%[υpz|Mv*?.u< ׭2=6&B-VuAw0c֩|m$`YKXrE,Y/ S$<.l0ֳ+e^N"F fp- 4Ckf$>03&!r醨Q-PiV2t"B?,@:Z5̟!8[C i Ch2F\W<쇛MZ,ℚ E_^@an2,6Xۿrsş~o>,oױmjm>qDꄡɢJs(f߁lEz.^+eQ2̌=W4b [ΓBtd*3}@ȧAlC3`jz\O`+3NDJ =~p`F`5t~굥˔Mx#:7Fpvh 4afmN>{Yq{K;?׳L2͒Q[7I :;Pl^z /5A(_"N`*"dųfyҸzkȇgeYn+PԔ<1|./|Qnwk;WJgGJ𢡄B  H >  fJ+? 2Ưf&*:aĊymք@,zFhajP XǝלTtTiș3r֑d y4DX 38n==p$^{v6ETn<ĖSЉM{OHQvbxmԖ&U^*|>zkqOr//:29 OvllO`-V݋9g'p#ڲ-;@}xȷ# ],h)vX/ӽ6rQ@mE䘻'eK)һWkG'Ј;gX@b,'ϳX~G׫4`v2H}ZK<YySxC;D_ndNUq0#\\{mV,Siϔ+8'a@~/-&2#27.MTxM6RK{8@(r=PqR-L(bB:-TWu 9!ANAQyw*  Yf}`Eh n>`j缾PJ7mwhg%eM*]] Gr&پt`e۟dGWj?6*Yyw$yM5+=uxD1Ll^Q*c'o? Wl{I;V?IJlub!sU&39-Of/!R?Xv˽ҰvizjSЉy|kpkV1PX&lz}Xy`p=oڗ]X(.kړ˫ȣcW,J"){;?[ S7ٸ p/ӄ+țde _{4K59$lX@nP&] k{}l0%+=? .,R-I7 jg=o5ن4sYKe(/^z ڛyQR;YӢ% l|w4w=H0 1?!Dْ?@7wu9V1f.ЖOh䓉V ߽(nx 7F=?6`K| Puk3k`/q{C@^^_p,Rbۨ=ܚCaN&=U hP1 v4Xg0MaI4#wNjOe>b{1kvw@ - -78Ft JXgQd.3 Ca-1l=v$}*Rd2lANhJPT}2qUF<ˆ+:bxMu,9 ҆ %-qmoޞ$BEVmuaSZ;Mu;F DҊb}lyänWZ !\[V7ľz8R+TۄPwv0MAD7"ayhuY?/ی2[\\٫s5Jb*w5(4S|ѕ*w;uc(9P6:^O;y<}"ښ͕)YhXl]'#j$Sb1%sgYLJrڙI5=y͗C ݅BSt@]5x*Bͯ@(g,W=rԅ@ν!-}`֯م.k|Kc-4}zjh #tB#CayEM)1 %zm`S:^/ӄ' E98]1.+R:ʚV -Ȥeq7>b6^0_]*R0F.S^m|Eu=?,&Q谗Dg^K4_1kD P,G-awe!W^@qRȪQk4Eƒm$ک&!ףMвБMX @e''KYUҊj2|vBA?أ%GJ]1_-?NG׫‘L<)Lȡ労daL, *.íoEҽخF(]zuž.k HgjסѮzf4qk# QF8e{W`1Ǿ˭:zoܮLqY9~of՟uڜl}I:/aY0CU$8-/0*M3=$m->.9of z.?ruôl4rCH.VkO4 .g'RHm !F,tyElejև1pLP Z!prv*.%\Y/_lO"K#Ri].g,YfIu}t9}wBˬ?=| x<$3DYR1ZK).KULU-z]8qZQq j5GWRJojj,L[9_sNr\ ҇M0j)|R>q[=ew܈Hz?1fiu_t$PKjp(C[u:Ȣ AM&t"C8gX~lMc+yM7P}zF&?CaeZy>`Ma3 AP2Z:)UM8eGR$߈1R_ූ[@rekXtdF^6[CyCc6AiIrvD*%D G$˰ϟ]\CjӷTe@Uu88< m:7MЙS5"ִK/NX5LN*u\*{kG䷫%𛫣5%ˑ5򱭯[h&ъui=peT+PlJ)aڑHyj"\[4o^p?Lt(JEvFI!|I-Xm&IPq%g*.IŃҐ=/蕀8N_Y/іGn2Ӻ7naѦ9 )mEhME6pk;WrUK9ܑo0uDSGe}oۭCd~[[PGW\Ej P,ca)^9}#'fDi Az:N C|}_f Vm;ݝ/6~QUJyxmē)eeD$M?ު/ h[ ߟbZBa( 2 DL2XA>`Z刮7Z 2p֘`qaq "X{e?A(.<<¦mL7rxT/uw`4T-$'vRʤ9,VbeSN'Ϲ7:-7ʵfvCP`^Zc~ϧ @KwQ#XX0Pd6?͌d SkliJlDWyoT5 t'y Itb ]^<.A&F´zԼ+Jek*;{0* /6#A<.ZlȃTQHL ٭HoD㌒Űuc/irNiX.N,h$Q{ od8tы}gbQD0j&[+ֿwPiAQ`H$:!)|b4o 㫮*%jۊuYg7;xQ3zo [6ө{pI_u=X( tݕSa ǀ:Fqr<9v9>xO-z[s+Z[c+/\S2vc޼ljyczQANH)Tkd2ӚY8!ߨ8gZ ou$:yڡÈq Kd*f.;q좺(/*@=f~EE%_SzMVcY=t q{`(I5R;;/Ү4k+\O5dj\Se%% " Obhzn«t\T.XHt6Bt@LWcAkGLExTn?pд$N)`qC6y#uhSȺ|%yQ+zlT\)-Dq,>5-VRmrlЊ0v۵h]܅o-{ͩ %xT(7: ehk:G(&o6 I"җp)£[ki}3@Y?%b#Y>#B/s=Jtr@npT,Nh%BQ {1 z4fi$eiB"PDBͥVbtAO`HH: ]ݜēϳ'7iZϼ87oݧ3bhaHsЬ(Rh 7/O c̐+f lv6ȅQHz^{q>}?ׇo;&/8E54qV&y=q;U`:hZV$W([Wu0ibGYLh"AظVD8D~9]cSH_J`?5y%sּdftDw.GX+aB:y1v)6iG9J@r/ih28{khtbV, (tk%i dgxX)8pG2LH.`r1? \p~4\U%N/,S=$ o Y^9s|D=Ӓ|N"Ltt㳊'ʘќ֎BFQ@+IvY1{]1If>D2 f Y)>Ƿ"L:NDq{hS8``` ?7oXk0Ebo%IW76 ||nTu#}eG!:NT1n%դ Tώu4f.FHU[h!AQ 1#ZZf(\ qG}gZ/0Z (=ÂꪻKjTZ!\!&Q9΃+gPY4JȀ_c ܅_HB N{!hPlEn$JUGtkO`vv E9P%RmU# &n4M1߹]X;1.1̈Q_; BP΂qNXx~Xx]rxrKA^r7=1ȩnDg2ew;[s75mOiBBp` -`$p"N~r9͹m5 q*-QRNvݎ>=o/fN-% ե5 4.ap>MeWч r MvBIZz32c\4y"~0s  !Ȟ 5ր5)v:01jXwD3vȭ)inGT9K-ʫP˙Kqna]~GUfs`kr{*i_͑c/:+Rm(G.KU2֊`Z ^_ B. UQq0 ꒗59KDs[nH+AMźp">! ~dEpwt= }r}[ n(|ܑ_FZ5P '0GpɋdD3 vZ:C ̗YF=# }^ ydCN6w;D&+ UP;> ] i|F*c4H7gP/*^q{Aª&MK|Hch8#pbLnaXr SkeIn7UD ;;E K?+S[T{erT5}16N <\Ls->Bcfl1s4z鈋}oO`*̟ÿk`#څ ;$f-d)d$U%+5_?͂˟UPtB؄:r.dwdU;UdN\Z7Bohk>*r Zȏ1umCvk~3Z oצ*vѸaύs*4@Ǥg #2>1B)β8h hx`[|n^'봬8;z)65:BFQi=‰B;v<>&yt|e13)p0D*`hHL_? `;Y9(}:j)ث($p)OMF_ΉO ]*cMq/Vu3"[! 7"ݪ̩0IN[ֹ{Uhl\$꘺N1 cIX쁒 ū%y.qꚤSqI bP80,NUp$J1T), %d)GuUTCۮUpA^V!,F2+&VgKB[E9 |Ip>>= ^n}20NiF>*fԸf"Q^…WKr w[/q @U/4y֤B[hʒY֌Lߺ}sfK Wcs(Q 'zzd_VE4o$Hb] &G7DYR@sxnv"DKu^G0u-rJ31ƈ6xWN#HbɇWq*˒58OoZ(Dj}ZR;al+Ybq5H5mk:Y(N}Y|-eOoͺ]rƬ`d ̸^Vp0^@_:v9Qk-s 1aҋkD̥]hg,e,DO9 _n1^2ʤŷ)頇$nb۟K>;}okA].P@Ce\ބZB A#mӔaB, ]| K^婑!l6tWCiiΓ"crFкj:*kRիhJUC&=Zeh}ڃ'ܹq6yV(V-dR)5kM#l{fD4RJ(J:?t5Q{J :c?dʾy~Ļg{_MhϡGCGbU~Q>먇Q>-=*} ca+&d<.v&ZUksK M~x +#ZTcegEkaWIAfhٓ5O ף/W|C)+ӣ . boi^$5|YN$MߛzI^!׶[؝$|Luo2S#_ߵ48N3N;p mp!!~wt4Ӝ{gK9a$ S$2/GA>ze%#Z{-xnTq@<.""`1;Ce`^ONE[)6d`2ysF/y560g:N+pI#G-'` #@0_Ai)Mm:#nPN~fV:d/#1 cJʬKϪJݵգ r(M`y5/$mjđ]옛.qdr/|kn#Qo9c# E ;xn~oUˏo@dk3^_͡hq>'r9PM_fbQ JstsQt*!ڸV muih3XTCPRWxqed7?ڠ,S΍JN0& BaW--\6efPu8)ca'CwDžlv;d ey_ Ȇ4a> p[v}?33_q})y6n۟Ǿ `p鬓JsGE=ッF~OzTd,RSCTJC;>~L@iG&`wsܚ8K$xMGۯN̤Jh(=zRN_V%^r%HڊޥT'@l Wˎ`gIʞlsJ$zCaOS u ,> '߫vebfqp@p@gʟU m|M6/+%ϯ)Hm˳Նfhul6 0 ݬY$L.b}XDhc:,&l 5FD?O ;I۵zᮈBB-IR`Cdp089eBAb`t#"ˣJzϤ RC s%xj"3"DNԝS j~]wUha¼*7ёhJğ)-wcdEYĀ{]@m?,X1ƍ)8 PT95Ț^5bĩS{b$sm DZxN6/"P!w#x+hy0z1!U/ OoGSizh0^UwVA= E +A{!s^ܧ9s] Mg9j VP`Oviɿ"T [)k <7W/\BQh ]c}]2G!?KmETD1saSX*w~\ QX*>,ܴPE/A#j=ȹn Q@EiW'k/ꅦ2iUgyoJM:&:NU`Dݱwv)gM:9]}5B=ނV[[wEAj1Ĕr~b˛(2e==Ta?cWe "iafj,n/ؾw?K-5y`Bʘh16p M X~;:433t:T]79>3yN@TJcO".URP9mƜhNߞS<[).hI!,J¸b y:Zd0Wt¯$)Kg;HCHigX/).iO&X PUer8ё:=jfpOZ2xGyL_T8梄C8a[1Мr~(U*fSgdFH?\Mڂ,M ae` #u_\ 鯳Dn-q6zbƟSA쬙pRV&U*`F,ԇ')g/ xfwXEzj+7do5H1 \ -j+H$S!ϻ;]!dn3%57,'jlNBo#4@ ?*)lR9ȆmSg48NZz$~&f.#픙[xX7T͂Jf-d gQ 7yygBw3iBb2ʎ;"A$;qT_:h)ٛE2rxj[K~WNخf2w=s1g,HV>)2=XYPW&j*Gd.askɮ#54'r.~{jN35 ( 1()3ֺ3E)u9o/ TeBs(dgZhBPAw!M+py+ wZ5jPse-'?\-=H,,rr.@% 2 X̎P=]dv^]}S= zE4K̓hkq$E*eSTrUndx Yf}w@% V6e[#NlA%}[@D-7CU%x 'i -\ǿFfy8GyPy/geF~1l}.1;[]5 hRHḱ7wOz{,3`;N-VkoxW騣(4?}9d G#)wt.`_?KZƘNZk\! $!6?3HÝgm"SqJ l^i&\$MM)l_>ig|Z]>3Hʄs\AV``.OIx8,w)n@ǀ=Gn)d-*(,7&Gpx ]) ]-:#cw "{2ˬ*AK?E%\YaDzDs(1n38N_RV3d<ͨ`n? ] !;qkة^rNvѰq4b) eaJ7 i:Ug%Z->z'pؔP H/nKYNc{OC"jHYWNsLǿ=,C(pAmEbUj=ې0Iy_BTo4|EVdj,=ei|뺅yƺAlŕY`o "zUL,WN#6,kD3CXiB*D$3o.^bd͛7jHM;R;5'K'O-O,@cbPq&2[w.N 䝠]G]@ag$/%`$drh%@e!۵eUʼne#ӯ=麨aT=Ya}b,gJA dT4'1?a]^Vq2-'푵- \ Sc:``x1>bevZ?{h_) =h~58*>cN^S Rx?!8gULi8;'嚀1FZ.'єn0/\c Z:*TQx/R[ _T,p,rSu^K&_xbU "\n>8ÃWJ.c82>,HqYjm?P5y ^/9?Da^oF?EXi^I.9 /v.5i9O/ɘ\k(cY O8q«R[0=ӡ.Czu5n a9.>J˽+`ywMbScҬ 1NEi#xfg<ÕSNgjV S1xye۾:S0 k;\$!1B˻ N{ޑLjJ8V_mu/FV6_֩unY;PJwJh_)w:L1;ϳ! TʥE+_٨l"aXTQh3yE^d~:8O>FflJTwCYOF"z $H UF~*`ZϷ#". !;{p62%՝[}wCo}STNl y*h݄7>_R>嶓9ͺtUY9Oz=#;sq2qpH-NY1wﱺG#.; 2Ymҵ BMxDNeBFqLmJe(tMY; 㳹X2mԅEu˕R*6Xwe :KVm,>(U+<ԃ7M:4/l<.AVsIL.9?aH /K9E:3Vh&2߀YI|,7OB6(B֤O9,uKթi&7iNa5`U֥7&x7rv7O'37է2X95I՟rbm ~a? N{g;zC׃ڜyKV tK.6$mh/*,:EH[Ո+ܦ?rSRi=n9\|-YlIX*>کe?Dqg^\ÖbGp̓J~-紅76 e̴14.FRHbTLU)́jMYGe[ <2g<] or?N◙ .A ՀQǕ41>j%@< z3 _Sd4_s } i3Ϙ眭EB(6xO#E^ nGPoS|˩jK_FE=1u w}OMh3,YmeyؓnU-v =όJ_P.U1O2bb [IH\RM`aPp% Mrљry HP~P(;]K u3 E!yK}@^Hz AFYM>i-cw*jrcsecfF`LqHӸh\2-y7늗*=]݀FVلVSWkS?7 |<[ʳaUyg]+h.Uųat_5h>D=r݂xӣTOucgOYpp~t7.]x)𭪐Vrd$wHxCfϱc͛ 0`GF:qR hCQ{ b 4jë`yi;NSWw%t:I+` (َ/؏FayhHA\F84Z` [uǴ6g8-0Q`}$q_k^pq57",K"̌[]@y"\Gr^MF~1{!F dA'!-,T2@>ƆIt0UK}+o4U*B rgg+OC܅ ;z]$RM#pgxϷ*URfndRJ>22B 0nY#ijӹS~{$0>2 m]tn#Eh#JfNok=9a@8?-<@:5ߧ܇ЭAZ70WVhEPRU?5d> sz䍑(wyCAaAT\7)U@= r7)s ^.rJ !$Mc U,W*90rORX$y ȞE! -kRӦgz##f=U_*&[iTH)!qi(A~ӥbr_KC#/NJ,ay=M;T+jVrTm 3YAG9QTݺӖFdy};;62.Z9bfNJUwu 鵊ڞ&;Lɳ 挌]Fu \>pp)lHorN0c~ܡXEo=G8-EbeS!=Z״]3XG(Os՛ c%) V~}Y) %=E?Ekm, ?z5n :Y'LQD}׬* hm_)KQdWUhO9`S!6ƪ1k\g51W?聀 c_qH(iJjWF'--YK0CQ@˻cg)[4O·iBR yX(4yө2)̠qj܏cj~P^Z!Eroq$L}ʜo1b }&. +ۯCY(~s!y=n23;YlP۫ꥠs/a[$?T%I_~\ w13ά9g^=c%Kqka[T}jrejTA#"]cGx.}:ϗGY[3{ i3"ɡ6\I$RKh^NaImW|H0q,z"}T@qrңYSZ/zBk`mj,-xp%H[nOOz.m0?1Sķ%klk"Lԣ;6y,D`Մ3@Io1}Qp* XSe[(ާ= bFXX pm V tt(q^SüJ8#x@ehOB! `c~)m~8';UbLִeD8T%O#9H13Y\`yF/^XcTOq@"Mbifw\S F p&PPp~Bv2gzEoN\51m;i@qZ"7J"3s5(pD? )eFtAt/uGP1Kssx9.FWr-D|@M$a>}g&`" !QH2MJLNjVX+|i=82TTdrh#[ԬH9"iaJ0DuvO9[([K6؊ f ]u(0/2=#j£L|_+ں"gTEnqf&v< {(yT -s3.j=؅3ESGH `;8L| 6rucIg;/b=ȷ'{/* 7|I>nx.b!_d}daTS'Y!ȲVfAط妕 # M֪P^܃l2p{cJś_= CLd o&'>q BEݬݓI6}EۣA ؓ]2+ik=<+ly-+چ/I-Vڈv"POhΒ‘v;att@kq<9pEJ%$&L[01bh A"qfF8;HM T[Cle- q3n܆dLZ[s";^4*|‰_ۚ\]@EBh1X*O\")fEgz`߬dSӯHSIav*aL\`tQF`tOαPӢsAF Ղ+Pĝk`${NSΡIُ-eh=tsF2UPެyҎBta~Mai6SHv stP?bѥ_?ta֖HP6JEuR*swe&ߏwߦr#f&~[>З@M`dz0ꡪQA:XNa6AAEjP.(V#%]GҔpb?c$xuD OrһU-5:Q(xj3~vxbc.v3:~wa$*_o"s\Ҕ8txSҵm0۩^uf (|,nEl ~Cy]>>.MJ%-Jtid 8p4FYh21|bo>i rOܝf̰܌qиmvt fqӐjK' Ș99 sx$5.9D$& `Rch$șu &D6T vI}G>8gsЮLaǏԤ6:9Fد>朌X\[^|kj }<2_`CQO- h|F / ۔N0AQ$`>`sCCãM9Ef7:TbG; JEϋ->xZKVu h]lEƗ {ĽȜ?̔aot7fbV-ET=!ZЖ413Bڟc4n{^]21_SElԽ:F62߇E Kg~K v+qRR㲚kյHgu҄+||;K;K'ۆn,AtU:^8p$Ф萶`jýf]b{(C PmMxe7CjMޑk(HZW`N"Aq{*VLH.ylt1zhU7<u5a~="k5+ -Q'gQvWL9Z :A{9u!kC\ļC䙶AQb{A6.][؋ ΂fDq?1eAqla;rp?Nw@cQkv(b`g ~fʽp)%or(ք.< G9_(t ehm#/3j^8)GFHVByCCXuW `yتLP#334vJ,%saz6id0͊! vAY:6Iʹ{cyxeʟ%fkޖGPBh_pӍrC@GW;W(k}+BHU`J\^ 4/RIbbňsøz4a~iX6 pwh}SXS6l.HfS`@-eyƒ⼆=*4GpۯJ˓HI% ]5#N\}nw`b+Z mu._@lkgzGje%c@-d;IܬSX^_1W' t9-"^!~T!e}eU!ۆoG3UFe$ rUgͺ')ťILm3U܎!gHp${ŕ[udPlrl1J@LCcc.[ISNjz0r>^t[Ȥ 29_dB_|1 fiA]UⲆڠ*Yˆb1p +^Hӡb줊siMunQZ*6}`jlV"=WxS(n4-##{Zh0 1Ǘ_:riTK_$jn1s [$^DHxuPHwx~8G_ Qm3y¿َ'-+wJ_#(rbkxLo<#ǗKfB'uRی(Rrjˠ:RJRvٴl콟O`uݙ©YH W'x˒K%6 ,FsDbbU`C&|: Y1b@<1ޭϏq%tR$)kNj#Fe1;{G^,8O@U(c; O(f3(_AmT;kǯj[g(aQ dX8`|d-8t)Vxir'O/Y%*F|" |Ϸ@ҹcCuFqv]%B~ƽ UwkBLom0hP6Nf&-Tchf\>ُtK.ިpMV??ájbq}PDLzbK'3n\ d)c12Ѣ YNaccǥ-W$|i ur[9}ݍy'>eR!͟q>(jK?% (k+v m@jM>$ O_gB'Doe(>̣ Jnp@i!mՒ;}Oj!aD.8wy i&TJJ+eT"L2[rO (kM"QDiNsH[|@ X(8zVg=K^KM}m@ q! \%-ۃlg*#%mmCT/\fgҌ@fJ[b@T dwwځwL/q–H^K&ng*׬clY"` if60c= QGF/#v8](1^tpU<7<[w 6E+1rMl8e\gCnOk,46ƴV痟 ˪ؖϿwN39,5]ty8 i奂sKU[e}e&6/-2S͕%$Mdky'-ETirn=֗2(^Hεd>쇹+X+#|~g]٠R:n^ q-R:jH4s`8:xvă&{<Za:O|؅{w]s??&撗2?W&ʗ\أlO*K],Ib3 4(.`]UϿ^n+E}acQJ)Jq&.]3nY U;Г,- "B&D Uo7= /_w`#m#pCw܁Sx1[+9.xp]fY YԔ\g5?MK#Ц7 f.b$&R :GĒ|ǜ&)m=Rz0. E %~2TGULd=&"-%򧩶 ??lAe(t!yeQ\OJ9DM8|AV Ian]-+H/_V;^yV8Z#)1mJΗ =>uŒςQ!";j ްlkx!Lq4g85%QqbuxL*h3}z|tY~8YS!״5E[ TЍ$фqRAcS0pL,dV]*.ebiqK\[OlL?W"ydނMZ˜l3%عy v]0'lU ?Aٴ!F۪ !emvm5-ɷTwMi<#Ynn"}5Y WYUĊ5t~pj'>r; 8TQqogl6ba3eAP^ѯYH_IV/W&Tß{8:3)i?c+2xA 7 sh kx ͩ<݁"/dfܖ:yɴ{ju=!~ enj[zZVpŮ8DckHM 'eC郻[ۑ+& ?U-/-a*%~* M'1bV4BP%m{?X#I(Է* y5ړdm̏B<^CXnFU0y?|0-$9>#YY㺗 +CBn48(=9&5&z .ҽOXh>[y*ɟ͉)%fn:9]q 55!F~;}+I;.9w sͤZ;[{Qd0Ю*:YtD7v5 jRw,MνlLu(bJJ`(΁v 2e?5RE*t{ vL^Z<0X`Ug޽kFJaNkJfH)n'5H"Aiu75c( JuxFXJ{B+x殺׹eD< Մ9d`1_4ƪvrCŸ^Hjc~gW{˶mسwxk?˲"'.Trxc9 qWryx"SG0Yj;}i1L(?FB^%" F>)L3h,Eni"oFàϯI4)ԪD *lR{m L`IYN;kh_J4pҺeb3NTȃĨֳH,ekh4T5Ա mri 0l<ݾB,Ҍӊ,{GSq69ݭ˰YiUBJKDus \0fHмaw;ȇg|p 颴,Jǰ87pk> ZtNw]0Sf$Xu*@ @?0"-ވ2n'nT#Fik JڤF%,nŎD3ȴ, P%č9DgV !Zzf־"\'5!ҏYP.\M|8Ƞy{%:aC!;eih\a8 >X̋2 ȿblؼly.2KKXBm*roHK K #[ψ!}Gg*& ͝vDp,Q[qAsT$JR?,:I>& 3TŦ«!mq`87]uKgMSnyI@PXTwAi mhl6y+L­ y Dq%%#U%'r9L[赸 5B* 犘If^K;P1_H[ ײP;ζt|7_ݺe;8/'Ek䊘[G;ې0՛z: Yʸ\ EB! /?K:b\d0NK{o -6A<1Hkc`"#q1)4l#Tn%V%hZgwúI'_`t±EXqsy*UeY9yYD SUHY^m{_58gqً2\ +R< "]᭟5GHrAt"yA+cZ<sD"H?_/?-g,E0tKIxyK_ #3Eiꜽ(C)o 2 Х. DN`܁vܾ_)K1H ܭVI 1Jg>B`  oFHò82i|ӝ]ω4 > v.d6l_,ś. 'mrV <Ee#sE8~\wBoGYקּ59+0)A\dWT<`,U?U pfH /ua@YkWƞu f>zFU/Bjv!|+4?vAd]AT%#jy%Ʋuv΀2 n'2i0D2 TB^6Ru۬KiI̲+R4ɕ=baZ% M?虣N-XۇJ]U3B DI$܃Z|M﨔Ō.Vy={.5ВOfmm܂n:X|3M!Y|$jj,DC)rq#ɼkn=պ]w}%^^Ao)|(ˋ+H Vpm5RV H:K!OUvuq4q?sS N.-it=kyzXWAˡCV={?ir6Nj4p7/A1FTW'3ol_y #\l̅5%!u YkR*|hhYwyCU6X0ĩ"xs#$f2dtZZih\'&;eAZ9yh!ye^l)ܰRbK6DSO8p,0Q# v:~cFK6Ek #gr筼K'\myeYMIpK\Ҧ)*4yC$G!蹲jw[z~q8whIgpq-/)^i\IR C e zs[+x8?r>;+eKh(uf,':$(Eu>S/YY!!MQ5b94rOn7~@sLG#7JƵiBV)U$i{LXW'Bб+((ݓ1~2̕14ul^ l?4Y)ncc/Wi%^.2KS~2"j[KxI?p{nEۣ#qTl6c$˳Pۗ`7c0R9vB쭃f#rk}zI4:U_D˺{JwػŽ2ͮ,Q_j_ӂ/*p7I@u ٗIPQXվ]Mh,!CV 3?dn.m: 9\:62X բWQl6.c=g`Et 4/N5o.~8K ZuS$Sޕ͇KF^uWG]`oXgo/xirfI䠎LmmPD+\ wEGQDu.p74rʿ[,0;VDRQ<1Љ {2_ ZMDi}qÇԞmPܱ5#ZWyVdD~HTCQv㻾!c!3VWtZ + EX,=dR ُIPhJI@E팽ڙ<Ѝ}M'??@/DiKss*{_VG!>?j1eUWd_Np p$IǸ#g۷v & ,6VZp݋(RQl NYnzX ,@{\Ҟ8مjޭM%/C2a=sx_#=iXPjY"E{b3Ͷ̘u{ nzzEIĂ{fϓmrjo@rBc66 lvE%B )}o1[s% QGig@_y;*w\rڈ2#{,hgHiuXoG4|)".ȼC4K92Y#%QTM !RLәmP?0gd02g%/)hjVeRlF@$]n4I8 r˫8"yF>IV'쩋FIzr}Mȩ;&($n}zY.3j5̃&d'ЌFUѓmA'RC`T/P\@ЊZzCph<]:8Mîrpw}i"4C%S&Þ|#;‰]:ѹg$/vAbx50Loéy>ඛfyTjW>@l0]`޳]R"p>X?uxՓbK )|“ ʘ,;)F]fn2zS Cf+D-Tz( >0>WED=}XpRuZ8˒bWcpg,c# E/| x~"%nx9 OktG4F6|ŌfejՕkhnŧd ;9Y 2$;}]d; :tCI(cy,nL [|wߙ?eW7y~sH(" Wp7R/:' Z!?N{ d!@‡tu! zgGSyiT;j03BSSQsG 5ycFrGH@žKhNOBv|7+ NE9i No]ocHz:ްdRK{a}q\N{b ԫZqN4|tɧSvwڧ&E̓y9յ3ӝ|_AL(<>9)Øe9LwIӃr2^+gFWp2<_`d7ǡ, med*6H}v(bWIb`.w]qV 8|Ҟ g(4r*2sfwm$0]7u?u#bևR=8cuj! tTF*x#2*,v͉zen]G8W+H:@wg%4f$\TO#v#3?X)^ڻ#},wvEUD*%(p)xr/^5`GZ5wXrY -H3"qYm;k;Oj&>ؐ-IyeAq|7Vyk^kJ. _y%ѬTo+0J%qy|MRuƺ;x{aB1Yu6Cp`,r+F-w{!ADF]~ D9D>}.( S@}6a3DHfۺ1Vx"0Z]o# $~I-*yEFa+!GY I籶Ѐúf'qt`oEřǁ=dcX#b0+^`G)ibN\f^M/T8EFlGzN!&h:cPUѤY`|y3УK_)6FlJ:䷄796©gфz>4Pݵx;ITD)3_O0bjnnD则1uhrpcq&9lShr1~9ⴝnhabj+_04|'Ӵ9;ĵVQ_|)Yj`MSK]VFX|o"|߸LMTɁUG|A`g'QӼÎJ ~{K,:k=JYi.ƐCgTH*Ŧ?1Z"[ϼbzc?Jy7ğ\I>9# .r/U*j:?FOx_7r3חԩ^ֹ;Wĝm˛}Nc\ꮏymfݜIY|S?*;u5D!;WP)._#Ww CGhEb- ;v%\ -v&L͖kc½HRDy]X;bs OK3kIe%QdB@ɶh:O7!B'JтYf3kJtbht,nCԐzT$OCC)QlF~I`AARڐcRw%.\6tj! pH|-h#d>1` /fZ{b&K.n 0G R/$U-qUo W&O z4$. HixNxS!HC:֐#㢾$='p竡%rz 6g9oPlJ R`?>Xư"։$H%{P)a^jG;Ḋ<خ9А7Z䄸ϔ~87(nJcSetBc1{jnApo C;ߝC@hߏξ (ABr73(j0uˣk (/% Nuu/tl װbz7ɵ T9nu#6 `GK, Q{H8$܌gAޥs0r.9Ú%!Լ̈;g 9SR7LC3;,;>ȗpEi!WA GydbmCwƝJEeT&)zzIf?+SsZB8U2Ld#oia#.}іgc[LY~% Rκ4Ƥ ? %(vI3wOs%O;{Z }T󘐘 {{#I@2oJM!s._1h)c(q&2٠>m7_}̆lp$Gty6_iuM3'=4"%Axkw<)]0NO jS"cqKH73>; ^Qoh옦V> xahfӋE"NN|dDHFtk4C㛂 Va.o~X VrH<3F 6\U;Z?Кty.sz j_:<Ďn(ySZ`dQcCSX䈌FjuuL@JUH | ʡ`L7kC U>Wv(>y$ k@8v[ɣH{Y_?T7O8+_?f!k1Hvſn]w.E*eZh(ƙAܘ+7h'7fyiO8%, R?t~>\E}ځfU x[Nrqf)Ϣ=-tBs#%Ѓ:;kv:Zο:Y _pYzDu5`A ڭ:_Z\PKkop sDw=y֓v:L\5EM78%q!h  #&}->EF5m, |R] !6ľ8X HwXH\}"1puhA!nAѦg'X#~Uz/sK bH,MDcK<5|?KQAfR{Tk&whCXlSFkJ :sF|D|?݅. pHL1*ymM:mW/a.ݎC[< Ij$M{۷wxc^mK4mo8-w߈x|?:~L[ɷ nѱS88r0 XmM-H+Ugk<>/Բ[:V8\,5T!azuAp'|!iB w/WHgW68-DRdP#j]*J d@Wx΃H {k镮^4x6{#DC"z]KLy!Z29=Mf_"s9 ߋ^ *qcD6ƷQ=AڕC؈~:ޑj x:3칦ɲhAov# 2%P SR4D_/E6xXzTd%[v}& p$Fn;%r}rF)@iBQszw$߅k۩аEӔtza :|ݾyͻco֛j?bU>l֧DF}Ćjm=G>gap%RşQT !ka-PHq}EI?PͷPlW"o$tWcR&-$0&OA,6l %O։'7 Fft [ai9^)%ĢZ\eeho3j(,V"F-|_KB)ZL1E򁋦7~oNm=-p7fm.Ќ? ]ofo!t^FC.~>ZD|\/<7UЏEJ~m1cO/A8+ׯ0RR}z|0M[C!y&]0:H͏ǣ=:5ZԾ(-HExU>~i*C<"/Xs;>Gzz[װ !<ȳ:V#jJH>9"x3޷ZX,CJR$)m!Zcjh@NG2Jrh&GBpx*MZ| mR=,;)viMCK|"&ax<eJƇH4>/)WȔ}3'%7yD8}э!㸦>gnQut*@)fb.xE3ְTչ_ _Lg:wQ6'w 6xZ[" B\:Q@aRy7W,'jzЪ~\O,@n:R8"jJ&'W(N*_ƵKsS"Z}Xnb'ةTk,˾KCpa2ѷ^)?b wzRF~Vz 赈#'Zq! NcaLk7^UQo1M3ouL\%?)DXhܼRycm 1'GW>.R<ޢ^*w75+~"ܪAAVsDG(Ewm}ä&lfs1X[$$ KNs`0ތXJQHf==I-FZ_*/(o70nX#Սυt-0+^T&\]^t A [uJχ +MFg5Ex) _h%+%4/,wZU$謀UA[ k f@R,s#&q>v1_µ'Xy@]`q}S*;(4St8,ZfvRF\L*yۭم8&}@3g`XF6Z`t`廑B6ő| pV=a﫿Υ5MXiuZX:4U}CR8q!F$C}c0HuoPӚI9DW:Fg-N <}JdnCEpz0MM_foťՁbvȰ!вGUVR15_M' Ulk pPB8ȋuJM.PRq|G7c8Pzd!)?kw2LX?'mA)> QF`?"I|z67#́͞$`g𑟧j6EY]trJS₼zQOϣ7Amk9>9Z~ո[4&Cǟՠqٴùl5>'yg|er"CŇe@?+vyyVC=u gJnj+mtZJAݰ8=^N ^AoZ5VJzIE*!,5Rh`mF Zx6יͪA<WgdkmHZcUKb7Sz^X;fY[WH\:*% ]nBN(k(DRt N[4w-៛Y/I+FSm;Cۯ;F^f01I)+`Gbܴ$n*×LK9m4&J/zق'ZENۅ{:wrë9^iA6,z )h N\ r`Rk-N|x 7* `Sza& Cz{tDxvmmtяGqH~봪vpp>OIbcOC QR-xρ=T3%WKr9vF*a JZ%ҷ`qy廓!]ljZ /sYig<ەp<ߊ3|AsA p(qwoWl; &h Dec%%r`59Kg빶Yܮ /Z|qOex*xzN*h@ MfNT|oHdݸ3>$D3Y {d!عkrq]awsh@J7 Bɒc"Ra3* hPVJP@FP0ٖ [ێsjRѓLph|_VG$mxs`%+ 7ZuX+GRsZٯhW-~:g* Ӑ9f8., JoeV=Zc/F,]9@<|VDR:-1MH@K(>R4)D\i sL0C'/ߒSy- #~d1Cozq/Ksqn٠"jQ™>? e YBr#?eNEP=mŕj~T|y@l&jc#bm혈dJ`uy,Y  vݭ@g8X?MXoɆyvIuK7L#Rk9LG#j62pkm#thO'mPf BOHUw_~ohюONu4j׼la4uCN$B[,e}GY7 +3Mp fǰu "g~]0# 570(M3 YrggW'uJ7j|Si21G]peHCЗG`XL84K|{(+}oРLtb &A.ɥYΘNDج4g/^\D1Sҍ a󄒎>b?#3<8֦ w9CXe/6A4T(& 0$p / dڧyYX636áHAngXBn՟,,xQ4V+,_3RE'=0badi곢v)Z%sw>kO8VM[_`g,NZjoh,TEiTx$Q fp GH+ z' VhH5$[P=Q} ߖeI*Ðm>oXLFm Sy5Py_ W!C/QQʐ:jy;Xߐˢ[+,uw,IPvՌʭ/ 9OrCsЫ~Ŷ7|[)=ivnrMfd̈v@ϝ'oBlT*V?.\G|绉WZ\(].͑g93_IuZ|]^a;&&͂Qm ։`]P Ml& RqC꒽{rZzf%_ KǻSEb%PetlZExӤ|ÙM,g2E5ޜ`6J8"]V#iBPu( s7nM{[Ղ?:jR[M[S g Wa;~SX1P|9k_CL듭8A=|lo^ 6GQU>&]cXWզ]oE"`^eC&Ac`n2oa`T4{ m(0R8; al {pR6F{2EV F[P~H.K]E?*8V JBTLF&`O g #D'}lٚ.٨3|[ׄTp4ȯY{p'/gR„Rޠ6 n K qs{M1U. Y'@gʎ,P7hYgvsH{ŋFqA_zNu%x ь%`};ՂEY!-JE_M$uqOCqhwx%L>[.+ M|>͂],j0?Z}- dSwQ]q֗cE`AڠEBƚfhl~_^F1Ɲ(:4o4]<2W+W7^nT_y2gT}ηTDC /jbl_mf0#(0ދ+CW%^=`RA5FT|%ފt 08píFb]ٿX)`[oi@rky~p'li({jަئ( '"HTWFZ3 K1m jj @<}Ƕè9?SiABfjc!Xؤ1ۥUnQ v8eu {|8I0LihV^ؔrv.MeۖL9 rdi̪g=#]V~s #`MW 0x5 ]Mm-ɱaIXFo7#C/3ʣUl/~Zg:Vӝ 4MNcW=ëgNTE>&GaSie̫z1lC#~M4uW״OrrMzKlxQ(vW91vEd@|T!_ u KM׸a͸)[1T|η>,nsO2umFC+iDacT9}:й]j`up71+;4!6a:#E$λLh.uKX7:ǜ, 0v1'?ƅSXk%3ԛ> ިjAKl'٪1SlHr?y6=̥M$yѳD_w,T^A:PWKkfFMkvu[GTBAY A*=}m7HC|Z#(|*w2RDf)~eL+F}PR- 7ݫfQwiE_$JY €SIh/n1͌7h))+Di^Ow ՛gV&5U;SF xrWM\,$֚KǨN]ꎁ j+24ubɅՊYIG; :)ϥu 46TY4r%`IDYZ^9\;Q h[Z-~ 6u=Weo|r+-]!/K/ם֠)LMXVtH0OKl/)4`-0*|ݝu}..= uJxzfvLzCUQhO* pYlj,@hv6nuGVגX;mڬ;*q=9*t-kA}WgYr7RǟD(*kE C6peLUH tﱳQga,u3[@m)Jix=F@*RTꨣWq꿫jhHrtU!8+#ğm/)٣kW+q>_U)ٽ~Rƺw™i$KźVy[rqˤ]0[uF@)ke~_#L@O@5 c<(n+`6eH ReRv}\ҋllY U&Zq+uŭrzo>yڌUU䪌˃!7}5%]vMG^t0}Osjc~AJ?"ۂ==Lj#i6N}V"L_4c_.p'<ۿx::yB.a 2@,c7ݘaBW8~̹\¶\87_3XcEsT>O"~kBjkAhH[v\;HyD=kӈ'Pg4'UslOb)s֎:2RHoK[֧̒Oޜ@u }:+> L$ˣ8]0O NIw&8C >h+^N })f2y8%o:Tnj{8%2r0ƀ[ Ů1%aԞ$ti667c=Y!EFg%Jw=JHDcglea@ J$vE8TuɗGrKڣHB1 Am뫇we2EuF C}B7=3򰫋يCQSR>Ux,/W J(:>cIoOw[Wczv^O}xP%q Pq5{2C-g|,唱vI3pd3;>\?! /e%mVy./Ҍ*(گ)mF*eYr'j=s}8 >{ǚ?kt ЅaזDdǁ$7[0r`z$kHx9?Ƭf/&jrIIm@q]Iޥqo]\Uh d%2a(r0n,:7Jp>.!RF>n0ֵ03EIH5.%!BW8?-Թ}ujѵ*[Hv?# `7b%g͐ / JZZ&nk%n'QlFH0:j~a>!v?\ %A}kpX4^\,:ikdߧe'5Wèd _]W=`cu8|'2H鰬es4iy)+8A5i+P ۺ>Đr @g^ϣyrlm$Mp}0-k+1} A< 7J/%FAWeXj\cŅDFKg)Gwn^HSфt"G?ZOkE^jie3&N j}d8doV"mTl"Aj+wlY5A(^ks.!(-S<- thbqv-b[62dF2dkW;2?Q4ߵtpP[xid)U#wq-rX36Z.%T ]uΠ7/l v/ͯqU{L3&{lJ0T0jGxFpCQc"BoO/[[ՠGD9D#dΊ%i_JJI@I-TNgĕ jN=m 1ngPecAHa^C}5ݝKk;fzQggY$Df]hQZEݥƼOZO챃\TpT`.'hcLyPݼMCQܐwrԧ꒓g,&4fl \dSSZy d CVXU&!#_YpBD*2Dzܝ ˰b^.  Fzw峚Kk}n1Bcѐ9QH#UH4$!dm W_DoF-tá1DbAG=n JGkܡ4'p9deI29gE &_:+ty=C a;8T TE2l؏wbE9-dsclBdBvo_E~?fnz$jDvxC5iuOabM0M70u ba1[ 5gb⏋kY"Ihkb#f:_OkoDȨk!|*d f @ kP6kGhuƭD4C)~ m1˙ɠ"=ҨVG <ԃUjb8hIj>,dk!. 5"vTR|Pi^K) 4aANQO2R, +lQy5|t _/}rh{"Cㆤ/E3\e^_|^] }KuХ'VRX~m,\j*H] OgWl"vRlAXǞřjl/ Ho_"D#ҋ d-Mx0IZBzw3b_WPh ts1js]Vۆ#L0qhb]fҷM!md%eհwT]ktjI@5/%/ YOIӭ;d.dwe{!oa<j.pF\q]F iLȾiіzZK_X[d+ypPoPXHD`g{D:]bR&CY_kG~eG-Gs$#* )k, ϯL|XTղLKifIف8H{דͯLױ Zp 4^yJ-kXn8\b b@opfVyG}-!zT>xo|dJlW|5O W"5ZZX%f=Sַ'N8jlۈ4 ޻s42px,<vώ8'R)j@+ۇ4ɋm#Wne['`:E'Xdb3cl)#aQ{dVAHrUtkLpӆ.P-*%E8\v#IFHԘ4J͞Ɋ F)J g$;wX.[PIK[naިXrVGBI#7/Uc ᜖SzI/Ҽ5Yuf&.e8PŚb +NTV1=˶ MQHِ%4oB9)/X7y{2$scoJ4}c"wtPt*]B状~a[nAW̵Mi#FIY1EH@LJErƺ 򇺋B[٧3$l,T~ 2iBMՄ5~]- ( "q=_+_65M?vzt? fr-e7@}g@4|XCls4Ł` ?!] nR5ȝ٪{[Qk܈HBj7o8'$,Y(2iz)pI:5d>zhAZ]DuE%'Z}L_邍,wihU;wew8T榲ŭYn+zsQeQk@%T`<|R70HFO>=D݉agAݨegv!I%Yb}u0B\B虠ul 꽧:n'!k̴K! Smj}On݄Y~s1X4dİ1T6]Dtݪw舴ݿHuh1twx>(kNBI")8~VXq*M\#^aJ(ƃTi%CG8lu7 Bkyo8ȠT:H푋yAYS"bC+z*c w RI lHEh ylotIwFkꥑLFn@xbɦzAwA{+ĮOO5N\Xo%5 ҧFDeiz@O0{Oѭ~`jild1q\m{ؾƂ1hT JoÑ*M%-ؕTyfr[;4> ON& }EMR@0 9 мW/IR7WSG(ܝRPxeΓ~mHagO]E_ *,J .!˕D&IB{sf ˉN Bl5#nӃ V^ԞgRrvT6guv#CC[IhV"L䫿5>oRDKj=/}Dj8ǫ%39UAO\-oWnxx+ LFN fԎ18`?f8k. 8ȝ'͜]#׃~6`KTҴ1IV'A>0td$:t}-{wa^@)yJE F'=8H(cUA%am)0]{7B{}u[b"jS-uy[jgE\DD'YL1dYR=!mE?d%J8Pm[΁š%bv( Fz))xIK.{=A2egI߮!1T|zqȃ+fя"MxP$}DRė1SwJ)>u *j"6XmJ.=y ̺||D|ª q )`:L8bl"%tzRmT |†M}|t^FVbˏ5{R/zRl.QANJ,=Yl^|ۺ578cN|Ae-tDKY /Ъ{_X&W)ڒ߿sd}GImA*Nsoa"z'O,ĀuV}N=,`Yrvфi;(%jB}ƅM ;'BscE&ȪM?ѽwXglUaYE놤7]pgg^ s%R.{! dzeat> ՋE!t-Qx/d[U~ L2|q]8[A6\fJI_*+bT Wz'w[* A*_NI6>7 }i%vUM!d>*^gh wnw58MN-}p\t~w>&Tr`k1g6І ̂; GF :EP$7*LQO^K98)DCz췀 LpVi6K 1 7rʾ*^?EFd4l:P>!Er[~Hҿ}vK)5 m,wT=o-ǔ!Ut|<%( KIsn ;ҔNܗB6~sU5ui.u&}`EѸM!4v4D++`eG{.t:T)2ÿ\?JiyWFxQLx|}b8pxp:c昫 y0=R@!UhGS]{ A eV$x"h\'v,6O;:"=H|:|q4@ EԖ ?#nJyIb/j7d5}]M(#1vĚ 3Ye,fb⍶'Lp}t$>0?'E(w W "tN;?GM# m̑;˨$Ud&7"aGޤe=zsiq/aCZ<5D/x! c{xKСQ+ @Q}Gu$1st9_}M 4Q~讥2,ϻo@1\65m=[ \ =%#@c+%B"%?ZQSt@pNiY y(q[κ-wȲ?Mk<~ 6n2Xic@Gtό|}^ z^# Ȥ3D!LM>ka*53sYrZ >J̀aȃiS jTGԕN5V<~#oViv~;1"3cPjů(-ъɌ8G5ݓ6^| 8aZ^8~ RY~%H>p׷36G[s A'DbyVM&YP`?:*TN-5zSl#tu:y6ϯv3.Zua҇$~ɜ!hy-O(o`os+f? w= :znV>ӷ6)Ϋ,+v5yT x,e<eFrg#ubq.ϑټޣ1Ps Mrb~3|A!An3.KT?.aRZPxU:H7~UnWB9|mvL Z}+l,ϸ20GL.0>v@EU%Hp8.dw XI mF;IY.zC̠749Sh'd<_tGF})CtgTi5n ʁ%SkL?u "c3 mp= zq|U~0E5iu,vnO$&h8/Ob%-DX މ2NSԯVZDz\q+~[buV=!#Z1KUZLloĉ%WN5v6W0&JR#[僞R|_>_cxnr9Ym䷖~f*@B;*G(e=3s)~kE/I/׮T y^%_fG#ftw?5qFyݚ"U]c134j1)-fĊ Cl}@oXw❶P[0}n, Ufۤ7/eS&SICI6LW5f7ܣZN!LhNGw.-1:gΣOe[^} 8k9rpR¤^k-_( jܱ:ĝIԑAu&"ِb Se&D$x~G%aLg#̆|c5Է\.d쾶Cz@%ɢplCTG>I(Qʒ}@`LD,|݀Z}/G@|cc03ܭE.BlՅ\)k_3!O6Kvc 7VwW)a{%_wq:bEΰ'b}_n2~_m;rQMANL8Rf,DG6sw^"NY ^6!2^aϨ D|!sfseF_كٛ-!˂ˠOyp}HUP Y_gu-i@{T kBxcv# ׫+FY3a Bs0%nH[)wc8 vfD5K㶈pl륭4$bӈv^4,3#"H~ޜ£MЮU ! lQ_]yRd4[YG?\60{3ޏOf($|#H)k?DP/ɔou .v(",rnc!3Pߜ}K:/X>=J=5Q׈L$(*mԝ-N4> IT}Of O#OdpV[tQ@gѝr SaVL;c8b$An;46?%ƺR"kq:]t7bLiN 1l;@+U4 XB x آ_ִ>4Gv cImB9O+"TP5jf淸_YFM.<F+i^#Wo#-_zU ETXNXY@ }v(|?NLIoIRl1n_ҁ5iZ;>Ѩhjr 4B ܩ={+%kԞ괖 q!kKgf,ܬW3?YYG9p"$>4;l/lHd <\fȬ#tn8@SXo`}׮jZ'\4Sa(vGmbrͫ2A| EgkC0ag: 52i58]Înj)_4b5z}b@= vQCt]Ĺ-!aุw8S)xZZ0$*3}e_˂ڙG31 b=ܯےEު5-VcE ?g:ևTܺ}'5")5xhދ4ZIJRptWkOwy ߑA_ 7Z=UޗNa]䱙U;vfrse7t e3se2[*Y*fJ¬;EV&/7;Mx׻mBj9ܕOy:f hL Ky+l:X))VjO\*\RX&IVhP+lǮ^Le,Ǵ.Ϲ7NfH]QjUi{5/oYKJ>Yp7&Іpv#b--W"hT* o?'TJUESC= D7j\eΘaVʶEZ#D/fFgfSkHo*}dPgbl d k6*dbh Q?kMzڙ**M0~I3u|a1F,VKPALH(,;~VߪMHgS{0M0()fS }7%jts 91$/:݆nTTWQS5TtvMk}xFY3|v4#[UZcz~}CoQ̀\hTd#Oa"~v`spL4><&Pډf{o(d&!kكD{~L_>f,ʭ'wWM;k[ |'P^5v17Jדlz&$]0, q-Mp6e"[2|:|傼&eyp2VMp+~? mCv#K6\-5f{w䏋b>1\k`ޘ**Eb&bDV\N= ET7Ax usu$ 6[4 sP7srI3Kw>%8}G2O/hv[ʳji<m<9r{ r r4xQ9cABj/odY*te&- LA*,';Ͳ=g<v!P(J&'?|%S MC@!= nhw!W_I?!v˫fD1Z;s֎~#W2,0*ؗŐj3a&KERg5YL ) {Z)@YxD* c -BOJ\\SAzǟ.T*bi+@e|LWb1ȁ4S&W>\CV̺O"/?d6:8}Ve_Gh,G°q3. 7'MٙnU2R {џA^%qM&2i8192$#lU6}׃~&@jHQ äFy65T9Tphh 2RIw8_Kj_gUۇwUZsߡ!PI!rɄJC"(Xvqhhː}j5S <|)` '_$^o~hChU:7yw#+Ux!{dPb%.e,&!!'+ug5kIN<H[ *"SQ ^"3/pו(c"6WB6Lш_>f{0Jr:bhPxqV/ȃuSʁD_܆%&€-qn R]|lp^H*S_8ѡȆWg| mIK 藢/},Z0(V ԃS+ sF fUETbG`U(N]š`u-H]Ȱ=~'(0%6^T"'H"Lsf%#?H|*HȊ6h,E;[]"wCEhsFD6 3$iZy6&.D+$\HZdjxvS֬':6dO50@8䝟܁L9{``#Zȡf_E3Y;/Pr/~S&64m xgӝ?3W"9oS"Yl,$CN2LTK ^@3&JBPc-Jbה 7-K B}xΒ0]4 6/bkRm_=ҼOYFB혃m0Y*~p6B(RT`n_ս Fyd*w,Q/xdJL2](%} |0* d/xḂ#W$^V(~N(^Ky9՚5dPGǼ@zzXXM.bA*,|V ]vf嬋f% '7ugɔzzuNG/>n ,MkAw%ΦL^JD>ģuc2AdλYnCgLurCa{ ѱOPncVOq ԧIn^m|dm)Kʰ3ZNAڢ74,F#bjnb8H#Y3]XCAH^)e‰;%3" _z2Q\sc(ڂP ;cY(Aor/Ժ^z]z)-$mΚco"a,#Vso:4AeJF%r|Ĵa)1'Gu{=0QihGqFk d"N[Xxj*KJKiZҦ׫3X9#7۔+j/JxEҰٔaTg+CdֿY|ceABcX:k D(; !-K? %#`X4,V׵ZFڝw,@ (a ,qgt< 8.47dIp!mALvNg !i 2,rDbO+pWk"dI?Qe#q \{m*RA}?nJn>A.-eiõ&bQ69+[?gcgvxL#4h,{;m4_7 4Res,U_^WP /s( 1I{1v*x$rʊ/N8zd2fRzbM cSjy,f="dIML"d@3JfW1&?VVzAR&cC-Cww QqA#i o6S3PLb O<d\C-L芭IBC3丐G*VFlyyns`v~A*eF9+fzH*ag](YPJPd;NN#3-֧*N+ޞ Ҙ˔yٚxJ/k1T~}S̼ aw֖ã Ijyg(A8 S =,O/s }GG M2Jki9:KXMaVq3lTM 5 ~ˀ>d*0k^4V&7\DYzO ?d y{H~OC8zC,*o,u 3.a,=o7h߯>ϧ>2"XBȵs&hO!W-xYDծo/V>(Cy {U홗 ^9܍ǁ*QݗWе[GgCZ6|/V (g@NjT]%'x-{w:}|6oP;JX+#K=l^Ob67Ӹ&)MjAkxuZquh:ېE͢&’Al _揃doE h)ɋN\/s # ='rcAT-f@myܰ@d˪uʐǔ0}{D5tec8Z`Z dSd;8if$\mp@͗skCjr؅_^W8*߻T2i(X&"Z\~M+A, -=F6˖cR-s~} *\7 %~Ӎ]8`1;#%W3yhs&.A(]ȘS}PR&6>Pjf^V.^-jlyS*x5hm9(2I(BNx{[ZXɩw+{ {X1Dpl0&!=Reۀ$Qude x&,)Log#,Tm&Ij4 jhC7$v(#V|)GҺޖӋ\_|}! sU9֑yj y9w Gu}m _tEd'f@؝p.aK2('~Y8-o0IП2៵ec3OVoWqI"aeY곝n;OV\K'_v(EUU+4L4.m[`SGU}Vw5[U O;8=(8v^?ƞ^F^NNdzMpouWN 1D- UXx) GE*ym*axyz}|~1'[IQU3S#8l+o \jt0oWENk%%:LMXkU~J lqRV>tSTpԸ[$)Qڕ^գozϮg93DmHz~;"7{4U 9 #06I*+XkRޭ+R&>/dDxfp$ҁB/q#2迗A>JpIGd 1T`P63x.kyMFȅKR^6CQk+H _#_#Eq>K~kcM1#ߙgnw YMH &6/͆cT?3Urqc3ƽtyV)sxrZmiz) q `* Lݞ ;ϻnzkmp9iP 6zXo3NFW *I2auA]W}83@phl"<9xV,%Y,r wmᅄQ1Nb iL(^/&;cRPͥ-&&} )9ӀA͞=g95 EM-=@t2j }Q}>X6b}8UӟDGQ|wWDv?.ݍ8h?jH1kPfYLp{ChnsE$&Whw9y7hΫ5c'y5yO 4sw/g3͊זYXt^YDW eiϜEbl?O&[p1e`A; %J]p%gGG8圄̓g/qߤ ,ShӣYk8^zPM;EYPR5psmկgs=*_qz ؾj^6GG2hGx9Y#iF<Ҙt1RK0i_ڭ`+@HcG/J%Y-lܓ#PEv?AHޥqhLB}@77c!LY;xcy02? O<#&!vkY\HwK+H&V"V_[`hC y̏>,-#Efj@A9 Xy+Zk(R0=16;T;|ִ0xFuҋx /ψl3ⱑ_P6B땭#U#h|T@A]_VH2aC.CHXoXU˨d/O 'pu?͛7+Z*-Vր|^I.Y2̺a}_ԗ]q/A=eF^22iP{r \5Iܵl؆+9A1kFqve[Paxz4nGI U3ׁ`KעtMf:oG4s|YecnsゃmӠ8F[U=8,,ƿ{&͹ \uJfp~tey[|痢_E-8,[4EJ ec4Znb7w m};byC9,I% MJ럍!E)z3?@ g 6+Ե+੦s0ː[< +qIZ7t4K)O?ol 6HiZ] ^Vى: 1 (T/3JOE{Su g뱒COw*%R% B3ƂKxKGSohVXtɲ9}FgT,9Y7i)o[qGbu"_X85.8fAM.ly.F+qѼ SjEFk+QJ !E:=J<}\j̳|L3' f1=Fnuhuh&   7jQWיYUx fny'E>9̆9q_ -w#Xf/Df>ϡ/mh;zbY 6k5C4 i8QXc6SٚUbR@BUѬQyW(ޜ_5@P|Q211RH[7uzr39g/yaۉb0f?[r;g% PZQ5ԥ0X,.#O.`q5*B~!c!m^"( I"]0o8!p<8i@%C3{Us1C&JȒ< ! rя;#ĂzҘӴMn۟Ma$m$]9 MQQ[+*X4_v^XW{m𒎘,bN1V] ehfw"{3߉WMDDL918qp2DBYRԴ>-c&ceI2UaW(~kHclE=up?3Ȩh*w +TJYl(>xH?To>dǬP?7ZsbI\|śr9ª P#wX?- LSOsa9o*;ME$*Ŵ3TIdۨGXߟ!nf<^)X]3#wBপ y>wY  ɻK}R6Pp3ԍ28kωdy Cw*ZĄt(I⧸ͥ^#kjmk寕ȅƧfR5ɧ]^'D#5&|8$2WҾs1%0%Euv>(o%b8i67٭5Iu>f>I5*dDw>yVm]I` nM6wFpRDWϓRf$;AYΰd,/g_ b %!Աr 1A.=ݵty tR^dFr]7PW݀XKy7#|ƻwzX,Y:|UY _kVnW"8{"4ɾHala,CY_Pv#}5ҥ?6JN3QWNXzzVu ϗus9 3\DžA<+s4TRh1mwT_G{+k37>4b]C >u4*C@mg/׏Libu0|߳q^9:?I[vjS&JG_?|h:jE8,֖WwfdQ\2 30W9?نe% ̩U4CJ`з.LtM>RgZ6{PmEp &ޤq:枢BҰ-bh -]&'`'tPV_f,tfܛi~]]>LHe4nSQܫBC^r:hܥ3A2ș˹WI+BC3dY=MXRHiCsje,ӌ% tPn},. j&HlR>*(c2/Z0n@U\>WK*|M<ҫ@lMnKj< 6գɤXg,T\ qѮɌ|>:R"OO>"pĂ/fF>0 9 }XDȜX#KeJ'ZRLOO|Klv$azh}넓P`EgK*TRݧ*u6v+'7!a}y,ҹ/X+NF^2%&$n.%b$&'uv?|AZJmve˜1>cܴ zq_XٍKu5Lo}j7).~*եbE &o *|6Vck+%>}_3FuygἥV|/(- 7&y3LҼwNI[u!ٻO#}GO;|*@sd({}, s+СHNa3 ۇ&Yay/Q.I %;gbCDY#8YxN.H_*U?0(VT)fncĊ划:0AZT'ƿ74 b-=A-u+A?څ'B㼫 jE|C^\V𚚛Ō?dȧc@sڽ9Q;ao[E,^|I ]o{C8! q|3V9bB }E~*=F1FӢ!LHrعGJ?j-oֽ5m5ea#H=!qhyԨYO~ \@6֟?rG ف-KM9 .,]%WdU0G*eޢ R/i !z&f$/}Q34r@/9-l^kg!> E#8gShHaf| mcg%A~(>;J >3P9"iC{TIrovBt"MPN P pPENكӐ݌jd*h&>H #'% 7Aތ~q/N1:[aGam)rPr`|InXF6i1xIĉgH(! I5lIJp-Gtk`;?W $`I0jMW}`[͏ K JiR2We (%0_AJ\%ODQ4#8$aK&) 4/ VYwD ʆ8fK q=rXΓ^w,?vdu݈[+$.1P9~7aa߳kqըwkv; jpنeGR^|?hc'=*o.`<)8(/m7UE20>6zG)Iɯu_ߕx@XxgPOml_V;JEn]㨌xb?_ ڂLR8TmP#[ʗKDkcV>Tn4J+z4R1GzRt~Ol`f8c9uw_d;N ĕxmTm>2I[n2-7 ťG`b,gݱlZt Y\e]gM1zLk? %0M˷QxIro8R,}绶aAHַL/ jFD# kh[3uvsJ@:O@AsJ mhqeh&>V-z$"Ƀ 8ύ䃜ۨMt> _TLhNz͝"oESy$7S4pVb Hɹa4Vt˷5U#K$ث aʆ4lM4>:![x*BMA!!YԦ*Q؂`.݀0+aqpv{SdXgV 2y痷p*V;yyg3 &Y鑬89j Z$Rv}}N.}$*I#bـAZ ee o46I|\sL0qd}R⌘xNt!D&5`֌fa蚊W&{玾ŠQi_d'yKӞ6`g(d7 ˄#$Ll-DP]l _p#mݵ(UjZy],"a 6:.d]otQR܈MYn z+JyKQw ]jUF}i71{t=A8M1iL;FxN0^=uiOr[VnkbZyzl {BU<0z5 X§ˢ!L32X BiP & (IE1C'#l (hRhP['IeB6fab0y^lq`U=a5e>fZ՛PƫIWV:Iwyy^xb%Ru`QҘ 7_BX ȤrPկK3sv(g7T]-_-#fRrpC(̂5r]G軐 ZOUA=qGEl޷\XVD K,o4le`NPL)o?d {ǓH";Su$ws.ݬl{U3H:QVy TAZbKDz}a*._ğR7H1M%?<@ H.y[!_,VG렙3i 梞:EyZ˔Ilԕ Й;8[!)vYiܖʵ[-0wᨼ>y˷_bpt S C}[3z5)ӃA4:yŤçXQBf@LS>| jHTrW+yd@ńztۭG`|?,%>:fÅR&DbNz>.]8d_~~s< o `e1[duFKCz1.%r"NNOB,VLl^6Y $&ȫjhC $%i$W?LۺlA U#eMLRU'9雚ޣasD'-mcg\kz4 Ϡ6 :N!*> PAoRuR"eԨtQ~2m=­whgdpQϏęn]͆eMSvj! j,{K75P>#Л$0J;ը2i&c}㥻}S"vcS]H4|m%\wtEnv'Z\”Rpvw &Al+_ `eN BӑjLBפ:z0u6,n)$8q1pec'"QtcH]@ꩉ9"K6hC)^'$B $*{_duJWO&mjD˗IcaØ/ `1ziM"iǿx'ZiC6>oYᡨI&zދ*Cyy2kQ(V1]/4FP.Te/l%1R_k2a||aYƫ:Q~蓶G}Լ/Ck2jϐ@Aa>EUERGS9x u^G~k`:c k8ΙGj)Y^9\>(/)VsL|KBcKZ5lSuz;;AWQ!}KV3>6e کJ?OYU\.~_*QcXz6o&#wV}cb?G>7rz3&](}^Ҁ1 T$ѽT37z=, o,nife#Gjc[Ӊ!{rV7o4\"oj)T5(NB5 'ς-VW h# nn=}IEUD Z”-X;i`{aam!|=Q)@(.Aw(`MCf:-d~.ǑiBrM9L6[Y$DVM<-;z'Lx__1)#*+"$]2Ȣ/ZC$7WȬ!}%QFp F-%Ek.,F'|7CH-; k11n&F9Wj lγEcE?g4O|yGO&=n_{}wY;4j05o."C-5PCƒ$,kuz| ;@?'ji0 =N@DVW-وǦ!CxH 9I4hS^{hvu5"R#MI:fk'_܄L]DUG1F hѼӄe%]KO$J"{,qC?qe=E*G׈:que`?H!0ߣ橾g+Pb9 /ljUhW;*?0s0jo{:iQYngq?lR,eݶYOP@@5|ΆӕohT\Knq%]\v{iW6 >m1zjc!^Euɺҫ`-<4S섛ڰoO?JLiQãZu3 ƺ<(0wg Ofk39~=MySR8wb[fٓM \#uP"Mz,qüy[qGۉO]# G3̆N_R=jn͗3vdKSȩ㱰-Bj]EJi 4O>%,xGY78eN3saѵ=º Z9xy~'SFt M MN{Dֆj u%n)ҁ-mKZ+?7id%PG s5 +B=#Eا=Uktax&m^ 8fY z- Չ'se" ^D/@8h37"jGRJ&ߧ{D,ͺ~%/۰ Y9`ԶsFO^ӻwG|^g=P|]ۆ ,Cwi$L۩DW<7pW sJGGPmh]1.[|]=h7G׬W"Lӂc6v hw~֚0á*.䤺b *6]iC`'+Q~~]e2^⿯p;L/(\x0$DD- X.}IxkZ?;^xsW,TpWPVeZ?^%0X$E7+1vKD-=.FZc&;p-)~^짧7I3"f4:-);3hn)iW~L'ba :a,Ð^N̢,čc7U%`܎~~~@08¤>&"(1gKD"bzFs1Zt`zQDWw[01Yh3nyE'*<tL:2Yh^E=pqc9`[fzs~IdȞ^kvUDᏋ;욤m@tksȄc[ ;Йi2BI$gL)k9Rc^*P"o9c 8U*!1.jtq'R"ڦfBsNw;ML "ͥ7z3ֻUCo9'ʯVudq^Ĩ88аg(:'l%Oظȑ5'@d7^&Bj̍IArѮsBMȔz"_7 Ҏ3޾sb3Q3%EKW8d *iǥ(6O|3Kg\XؼYF!?|;ex_5Bq{e;PW[شb>yjOQ;=n*8såBXVmѵٛ46JH+mTqYTDgI|TZodRowqQ:ˇҔHG7~.,\pRZf=mfdTot.%:(kDTQF>As6 SP 7]9TMXˀ 7Icͺ ~4 ⢝s )Lh1l1p@ _يh:h'%C]JZpl UFkv(07hNg#e?.b}j I{9wt9Me$KDwBc~RC1B2*;U"R+mT&VaUݪ&ٚmf^LO'o_t^0QcS ~oǤi!ls7 c3u>ECqsxS@!;zU!$O'Q)j3 TE"օ"~d9a ZPzzqaϐ9,Ԗa~dtG>sGc}o?yOfUbouH%:EeluCLIY->cnp!j؁5.҃H :֝=Bt,<0n3%8|D*pon,nQsY ̻J$Ija U~E)+cX`[Eo4 @I*6KUq`r@LP䴶<\xDגJ.Pbq`J%v랠/? ;K_hZ2"4Bx$KiLŽ;i3UXV]p4~ʋ5-+T|`7Vyf;{qKڋ4\ĤƤ({d_phjxO3=E0mJ?T'ifJF$'{J"GكIˆoͪڍ/fS0Oܴ6꠰YbDSл:C^J_>t E8? ,p[Yq CD9ڃlҾ2- I ,Q>eܓ,K4H u{A~G ¦`Ϻ^w'/Cu̹_L@+qCj(ï;8/"9}M*XʽYm/.Q|4AVLSq6(d~j#");s\^^@aU8 2%" n*˪'z XڼH@D*6s{abPOL^EI*ݡ_w)oS >l;p <GF=>_'}his9VG !_4fM-\of7>}JccQ雭ؐ{ʹ5VvI*.58YN1b/b|~H,h;E 杢1}Bݳ\i}v9RB}8 fR0N 4{I~f,p}^k UdM(ɐAY ES SC!&^:Y@8ױ,%QߌR\C 8띢b_ }ހh@B@#3J_UJf4FwK){Ҋt |Esá#ܚDi+|1ЎB!~!.>)>"dV 7>i|NF[-OcYQӊMRQg,;'vff{բ aIH竍 114ڽ8+M*עikB~v΂fāUY8 HKyYg# biڏg F"HX? XfOSڣ 𯈆*@}miL!Q*Ͼj > 9"0S5dE5@SVQl')c9D2CF^a7S*Y>w.iќ \v_`>yöI >3!]]%i3qQjaxdXh%wȘ"cZݰ͈6(Ш4XKA}x`8\A?w 'bTSL 0Ӥ'HJZe^lͯpK )uw DoAl6Gȵ -VD/s!h- oԘb'e(l7whڪ2"RruQn oŗݡ k#-d*bsF&ާ xTZ_ %8An&֗(g7'G. \dB:@Q!kuzJ :@ѺN;@w))?YUkofo^0̴64oY8aW;kdh/X' , Efk$pY22bjbgU$W JcT/$1j8)P!5e)CLLXC/yA٦C8|s_q3}#f}2Gԓg_&*cFa 0'?Uÿ/FG?|^o@Ď_pRa-u i9jo׳%~ֻ nDev-6IjpwUpp T>/ 9?"GOtoAQbLҡ}襾Y,hETːt/Ô5a$䱆߀ш9[OScx*{K.T`^猪M1kܢ@/m[/ Q,ǛLޒ< ObQ;L,* %g?<#4dl心ԯg'V-pH鵻C(t':zeh%'sjkSl@vUhΗ$\`7*LI\dׁk&ڸe:ʓ;kI[9]6T/3Eaﳱ[5 dw&ͧU slcN$J8tfU ބbS%j+^uݗ91&A5&h Ÿr2.X̙=@J89]?'aCڄm[䌸Cߦ_1?ƀ EQm_QdB oʴ0S ֙1EWa4N/ji7FKݤci`nq)|.7G+!?[/xwy}tnT=v{+, n{RƢX(m)C̑JisGR>y][ à_HhS$(kSixMu,s[r>\& o1Hз2% myZz~B+^1E(%)1Rn@wxT19)H3N}Ֆ)ЛY-Z>ʓ[0(4@&4h3^NCk9*va KH^;|^xm3Oؖ- p WC1uJu~c&l?̶gFDXȢ t4,6Vxwyr<"f.6r}RuCR03@uCm #f)F ΃RۆP?ʩN$=oF6tzMd.q״ =pkX{ h c@z۫Z닶ǎ]FZJlU@^6%p"`b5=v~0P$?ge& lu!m6Wm 񤲕 I mE1)~rൄ1K>iiݝٔx_9@{6pO3 kZ ӊ7\yiT58tT )e3qKy)TaCO+4(?e Tɫ=RP[;·7\ ː>GIr5%beP.fq;XꪛO}7FEh^U1ݜW ;d6_@@ͨjNz`]JF[aPt9\ttw n]/Fs5xxܕfd]@o{Ka r ~3oiȢׅCḴ!TSu:IH98kݟPQa[ڷ zy"M4"oxLa?sxR!,) $^DYV>;|)ۜTOP8#]m{ |ʣG"YvG~ū}&(۲&xZnzb² M T+Ȭ*]< H;Q% VSYS߿e:T˦zҌN8/s7B!R-9iheΕFbf8%D63ripEVi% q2rl*g'&`M3毟o)KaFz;vn&7lýQ~?Aq";.;ʡ ,>P^eƙ0*҉H*Ni晌*Oz3-#~pt2]BczVvbfNomO(8 Xu/>0 H\B,%s߄57lAc+1"TEDYC Yq4T,6"JrX/$ t,EY1JIzf=Vht!j!ٹhLY!ۜ`^bp9 Ie :۷ݥJjtٖX|:t`oQQ; 1i&b/(by'a$k^k;/g NLݿm\Cfʚv NF=B2*H!4t-!|8>ҋɁ0PB=؍(־N-h`nGhp]:/q JL^>b;egT>7 #`((k$1-wMelR]S?h :z\Y>YoT^'Yo?'+΄kV,ȜK x`V0hHt8aA;c7Ik^IЃzw= ͇Zf'ێbm֤oj_hPI>uju <61D_!zR!n DA{wMe==(ӊmQê q.)YRI6 K{Pxo8~ZwMj,v }aTvv ޣ[xZ[bGqU60IyL *V~}zU(u 8"lV->R^ ^jR/GPش%‡9-i<=lmW*K|ٍWM?5&<Xܿ#dHj+CyȾ4r үQ (8:V80B(Jr{kXiܩNX;%Y*E7ZYq{%x#~Z֜ĈG,|9hX",λTo("/]V֖6ߴRL`u3ChIގ84 c_ѕdQS횯>_!Е>-䃰sbD(Я>!ܲ~FdN [8g+DBfM~ǝ3*<҈*4hݢ^0pп4'ɫRpRW.\>=%sPQUs (ikm!L>đIX6o$*]KS_NC+\e:^B&YnT/ZQn^{JI4a6Ē+tN$݌ hHgЎ913u0? %WԊ !4W4G@ Qn}qMӶD3.IPe 5FzHf^έJEO*LLBs݀ 7_%[XYBf[jֶϦ;X*/@Md&ہqffHenhtV }4f=C׸zР)IzEP>.np١Hn3G Uh٪0СoQ^IaCa:Z_YC~- [mGʤ=#A|04z5Q4p6IU̅m5)ZtĿ_:$d|dRd(vNdu3RZk٪Oy@`27!Ma^;RIg!b\Zj:8%eU ooLL =>t+SZ1 #3>ۀi9dDVhb $)VY'QrebkQ|!v*l*J$/<ʾ4'IJvnk+# v>MKRJ]hLT~aJ$?)iLN/mV!}L1貚3S71T{؃}X); x%Rpn / ThWw7v@tIP*oE\)Pw_ՄF@ɀ+.ѤzDw3KXɦU(RuoQeJϡQ~ebP<PcWm99yfT\ۂdm=宵.74*ѧH<LNjimwG0}UP?#:IM .|b"o$R2~V=B] c<%>O}څpcE0ҞwԖ%:_P?E^FbSIw MBԡ " )E@σ"ַlJJxt2IgF(e& ؕbSjGv-,Iܝv~:A>‹_)y=Ig;H)`(xPOyߓ<:U;٭.rĭeg}vfBE@43 :7L "vP6FѦ0⻳}ѣ Ȳ[v:4*)^1C?n R8}j|8z._S0RF8R2|JhoZb0Hl'e,t{̕Ph}`&#v2Bi!++'4SRe2Xn U2R1L~\!I]`/α6Ci&hBL+. Y7_a\}i&p^LjEz[dsz2U - 2܅M")_b5NNerX]BRK"zٱ /--]ieΐ#Na]vuO^~V-R0b8O0.i,E"<[a 7:(*1mzrjr'c?`+8o^6S>` JK=rbd5^Wbpgpe.уqg UC%8Mtff[c$g3In7{&}(o{v)j]h%˒U`w,퐂 /r` O=lmLm{f2F&5L $4 ^x4"1Dx_O\/$,ڒtC69>UW@%tf?$lcFѕIJx}igt73is<ԧ ɾQgmıN 5Ҩo?lpjNdˍTGv4K,k5@|lI;=1O.y~hX SD6,v2Y_y.gV }~]z[Bڠ ݶۻxٓ݌[bP2: n!AA~1, gЮ eu^b)u&<:a.qCˎ(hT!K-- b8 zE)W$ 7ʮFP3>vE& Vu|-3/&9"S΂QU\bC.\g(b8"\cY4:\w%s7̄e)2zw#ŀ:F;73?1o yR, =iv;_pT-?Xh-\r u/]؎a#?_);2+KI%h\{.K>e (QIR/uΪb + L|ZŹmRg 7VIşׁ WݨM %eVEVK"-3qiRbTc|:15p}#O1j)e8>fϼ  'ODu1EK$z.`q(+m^y$I1ċ.mkkM[xܛ`kF bKH?cV`$"4M#J5?k pzwM&F+$t]LG4/v9z>w]@~A& w,QUBU2|%)q4Q+18Rd8EK}XZPwq R@[9Rv]POsD а}O!$[|Zb 8~PX:VÇ6An(Ozk T%/ѽt!bxr夓iYGRb4]g~" l|l'# * 3Rጯ~Nt"6u@c eZBQ0+uy/zEђh#wYlyTJ d-VrJpǫjDRɟf$;@H[uB+fVErs`u@ȩ/r625|9UCqMc,+U-lȦQR9FmSxkOpk.8bAh/~xPt/Łɹno?Ԉ5y0OiNԼ%]̲o BqEIErl8Lc ]gХ T+zq(׻Ą^utH&KVʼRǀߎ0Y ¥a](xf%4 X`ͥ9LSw v_!Jb/JG ?zMy%(AlXi>ܨ/ N((T~ghw͌bґB$siݻ-|'xcC f*%,ߎ$O+;WDNi ̫i յ#$"oˏWtũ92{t$ Bd>uz1c7qr-Hg)ZY T*C tK~^\nD tp&ap0|ˆ4jcW?}JuJFùԃ?QP6>زj̉KaHk:Oö.< Nq=beOe,}8m&"f)|ijbʖBNïjŒa; `7[DGY'nvچyedZsjg.  oٗ=Y^ o嵝9(9ׂR1D!\L DME[t h!W;f=)Nprē@CEyQ21W.O{eV\UIQСuTP+$g3 dtBv~(şO5Ӣa$ee,a\Y[ț_s|B"GG$Kq/uznOb[/ձ5Kbhl RwXybCC"37=Q r6 i,,ׯ(+9Prv Z]bJ0bcuwe8 t?5~ J`T>ΰiՁ%zʋY zoÍwsz hG ky܊جoI+CWfB"C,oO'Foxzր6?;Krv tu7)亃qTZrͼdf5/Jwk'|a@aQc;D>*啂seЏZjDžR=3-z[`1e 3LyI02\=]zexѹf{lg65GWr*ժqT7ކrO|O[ n[0JK,qtn3^rl|/HPQv,u.v+eCC!EO̦ԗHzR-{VXBd4Cŧǜ'i8.C|b̼o?Ο /v8[7&Mͧ %?ZR㝓 j~xQlOe%.(:,x ƸH5}*;e+uToK{*fH]s7U\D7 WeJ)dz'YASKza`?ch. -l P=vI3^w)xjFx0NOMX:~ˉ6p[Xf]Ҿ]uȊ׼۬ {`16,4&˔pirICc3" )"Ddx,4ylܫj#[wQ+6 iV߁QE* |UZ#tB<,ȱ4Jg|`!ߺnLHk^y'=d!m,g6Q!0WO|M#/ʳWANv|Ĕ.|4&**MsYl_o^ҵӖ.s N7]YATȱG WXɦ+Q o0\,B7#D fSdX0Ieϫ{W| +Ζ$&w`MPE$M :reQt9AEn48/dN(PBS9D?fYk(|oA,)΅k39_|o?=m2F"0oW)@/mz[q wl l<َR 67$#>V|Cm* HeaL## $8]̏ԃn;';ֱHWEJ aDXQ-Rfeb 43G{B#m63'rV:rኗAt`avSMu A(5Otz2)"ZeZ%ilb\3ZX#s7`#[y 9xk`'ք /.M]lSH>V,[FΊ”=lBIK,}8. ygx(jOjԯ*i}]ՁPYFIbH\sM}(ǜ`YԶtƋn&)kP885k`fE0=.ݕRCO y)<0e48R5*@wYfK )QtA 3jWjg@YsLEƤjflf4ᔒZ8ea2nK*A#JE2`T"j_^\񵚀1rH㗚ĝCx ]D"EJJF"-+c[/j%-_tp' j-O3#ħE-HiG>I!!p]벆ȥtxypz).Y4OZPjR[%d;u<Fb6%V|\yn2'JC_Pҽ$sL]ezK_ktH!Ҽ>O 6 rpB(Dn\pؔk֍y1wF /9r*yŘ=4|~I{ejpYxt5Rh Jp-^ّ&ua3EK5{ÐsZx9Nzdx]I?uPH*x~C*!@9j Y4(s[f gUw=  3-~/o1yWLJL(3P2WUJǮNzժPRtlK}/Q~#'mz(mB@r8x5X6%UDWW5d|8~ #0XZG5ؖiBlki4ொ _IP%b8gһ+c* P.|IM@{1v{mpGXO7*P~9?3oESoL/Xmd̓ƛ6cƎx [9 SgH&1p4agZ}m6Wza 88N%W!B=šr(b`f9HFvJ,ny&ڏ'!ySл"Bn[]Mńdot|~eUHY(]7\ 1uȪA-|zY' rOQPlI:k]Y li_ݛ$ge@3*M/rDe; !Ƨv`5􍄴!4eW6JDp6'?=N ؎R5`v<,gVp6/d .}K!ΑԳ )aiKM8bo5r y]iceO-da,4.̓2@ӈ(1p3$" 9uC~za& |1-$huQ<'$ )TujiKPr. t v2 Y 1w`f,#ڞP 3h V $IƬ`Mgy R2'@k b`$LZ tWEԄw +Wm/ (݈-2AS ێdC?dv'ÿmTᘯcMv>(C\㟂~rmU^-pV< 7WBaJE)Py c#_*]f!cn3.<~.,TluSRdv\책^VT:DKlv :=U"5y%\e}vмY9ƿC*_cAQ~+&7Θ 9 .;f 9|(VSďN0WQJnlt6#G;PtfM-Wrb?/D݇>j()ےe,Y {*0f~R~ЎKiR VhKF+H5ؖc2(rJ#xC(wǧr#o%՚+i-/oŀ܉1'"i|v$;PD5}Ys_Dew{?'uF,r=s(;~Z<}[_%h9'"H (; V@ħ{{ nA ]A8I?flӡ)`5iRV~:0mAl*ޤɡm@|*M lWWK!ӷ>ɥ [ĵk-Ɵ#0B  Cg7S΄Pa@H,zcm}& 9,WnUӉ!=ɂ4q Kl;-EiT58cp<懌V Mkl+bhz>! 7ӻ֖ -׭~?E 5…)#1vl`L AΪ`]BCvt߷>n6f8tRFʸԍĊ^߮dKRhkaV?_hTRM S #AܷO*L'Xwv{S!f5I?FrJ%eכCwJprpWRFtoX +K'XsTKĄ,Y|%e'1t@ !)8-CAhc*q!pau`{ѢPt/sLj*Ȱvgfv"$K:n-: Eor7F ]54O0s(K `:J#E' v@WQWvgcyAU5?zyaI|j$E/RgV"zg^yH"es$^xdXj7c™vqƋhXw3jqtܝow*A$WÒtN8] !OstkbdOqj\_" _@(ʌz4%#N t4$TƅD.C4|B},VH!boB'PBlm"^5&rwUÄVM?2'(zhJ 1u3* 6#\E W0d Lэr p2!2DyqA\8q糐]ƿaS)WX> L|^jg5H-„Vq`ؒ?ށ}1 +|~PՔ8)tԴʆ  RTx%Qͪ=*)u -ᯫF4s;JhfmIt#6i A;(݇ CD!4PWN uBsqQ,Hʨ#й ˥R"'$H\?% AHs@u`u&\|e$ G5zIF 7&CwȍJ8-\/TV̕sHo;}6+qkvȥ_@_SyI4B+l/4>}6rAGt۳':7nu%l9EECv_ qTBZ$ݺpaDެfO1bj[cl?Kzag ԗjĤZi+Dޣyz?ǚ,TW-#PB%S,9zvMrZ/[+؄H tv;liJo9:Շ6ΔMT?}g,bNP%ɝ'HpAVH,䴯V̀=X44f ?yL\|ӽgQT,Y f 1B&ç޼:rIxeG?hpK=*Ұ7.J~ZFq)`/N)BMVZ-26qKW ĘDN>,U1(Uwi^wTJĆ!^'b"8QlB061%1NEb9۬6TɨSLȻX,/`un7LBl0>"PB:BƲ_w#ę,lz҅ }7q0נgeRsT0㖏|#Jȹt=r vD[TOl3. 3z$i]6捲N6吔h2~I=~+ITJzUBpcq[6~?14v<J&vR:8kOiIHL`]Y2du$%+ȶ) &?:{8K!O`C/{GJ7Ȁ5݋Φn#y^)v:0OlV8ߣOBꢸEOqa'JNQ2TAP>% u[0y }e8S5ho@Lh?aQo:Tr/aS, S%ϗ\)*Q|T,,;RzaN+gg%ҔK_&Z6ŅB9u#O<> `)Gq,f BJꗖI[jպuB6;aƾfQvt^<*BO iCioKL\r1Mne3PҏboF饾lmgD'*PV* >,Q]P>8x.YQ<.v:8&oIGZc/Dl@gӱZ@dWxwjʇ9&MkV4`-C+՛q(t>ӧW+ hqVI3kUEG) 45Ct2)eSeP[WnX !ɰmݯ 4N4amAW0GM:;dp(:gȲ Egk+AI e7WbWO H̒"~kұ݄Z^G1E/*3`> eZ,6I 6!^m9!S8ʇ5mVzƒ.E(Y1LCu6[YEw&A ~ ,sTn7s>0sVPhH3Pߓ)Ryc0ӢxT91J;>z@V!mB܌C`'(C YZ1qJ͇,yrcպW` #}*w_N)Q ~璪*JWZ5;htlրy|%^-OI?3{g78s )`h6\WZ𷄙2cwl'1>i#c¸mޗ7Q4S: ;jJ`SRܔOcjB+=..^m< ~9Cv@LDab#yD:A8VIMB~5:5vmM50lŵX+HJ5bX]*੆ْ=׼118i1zNN/ kR$@9xyZH*"Zx-'DuYsEt0G7jly#$q\1^*EgF'| Ճ*|aWV͊yS{=d x,O[ FV aJ5 a*f6 f: 6}822wIlds'"Lo(<܈2,O:90iF); Ƭ憰CЍCC$n'J mcbMQe%jqC_ASp+mߓZr,Մ*#M+6as4ԽDj^4Ki4I M#kd'EI y^]!e62:;ye$R}i$zATYޢ6,0Nᙚlb!VTˑ*ALЊEnkm+ںV/27:VJ R"cJJ\&b?I!#HvVE pkA sձĺ1["nDn=s~m֐=I&pt?*nŮ#j@l$sg[1@h+ RdhUqhtƅ)n #lWL2mR#2[8:Wڻ!>r8G lbo"w 09Um9P{Uޱ|;ԋaK%$RR۽l$ObF/ Hb5buC33&0[G1ŭ,47?z84bNANp uBjXe Pq{`?: _ z vFa{]7.[^!-Fx1)I$8W^qYm:a^uAjX㣵*H6(Rol QC}/ck ⿂۫'9`[h @s%ZIwՕ=,1|+2rSrNms()u^0u$oAwiI Ez|Ga3I=p$8N=,<|ˤ#I^̚5ec_ 칤wRE(<%@0J}d֍)L&o),ܳm7<ÇJJG ]FݕF 0 "6G,䰜Dʶ} /;NA^YM7.0 _iu^QQpv U!R1"guU$d hKFxIV%WǏ͎I g /F8^aBQ7'EU X-_53yyB[ms=4f;X&E0\L( ֡U}ZM\'ꋖ^‘c$1"}+yqojv@!02𑘇wq&rr&ƊfI]\5ͫ/=g`>FH3xYnුL(R)>@FKw!=1ruZtyȵu+'-](RUkoOdҒE=@5WTSrDe50‰2l.n Rnz'<.}X뾯1m4aL…KuH~{[K0M[ GgGxCrSoG$))Wfn4@'%qEmYXW2]fi|@g+`Oԫ;j6@`v4GRlgɭGP!@f)H^t*r3awxd=ǘrm bc>bIBoQne.3 D]Ȣ9e"vhZyELM}8?0ͪLd<#Mu$ R ,mhJ3o $x@ 3Q֭ޫ<+Hr_/D]}& Q4,]oD UTs}"iJFrmxj)rm@_@D[ ߮˜`pKw(y㚉|kV:&$/0Zڒ.0)EXgh@_Չ>rI&M0.!'" We@v!B\y[<+X?6bPʴYN@ :=-z{ڻluuO"0+AT{oZ[WTIs&lQ;V"JH. +ѶGgu5J+WN8$0xF ۂ=0]W"0 hlݻcU~!eܡdgHg SPy=XۯXoATD?q2cTsiaL8W@ҼWd߹@fBAjb3a4K/efÏ"󏐟$QKQsqƯcM w=do0 WgVJ| )j ZkegEhc)-YgDO zH`q&>֪k mQG&g<a! CryصIx'<9fJJ>=Z3I0W5 D;=?.+ (=GScḦ7:s鎉w,|.pB.ai3ó, wXZɇ݀i灯,GDWGO1Wv^GX4x9-b(nI|/n L~u в~J jNX~24Ip$$ 5v7 ǍJf,\@Pt6|}A洳Fb Y]rq;:%K3us[e҂1sO`nvqo{Kb_Xkd_f:ËZy`B仉h(e%SP PQ.SWkHL: u'g[(3Rn:B3-n0~otG:N-g m<]9&v ]M4}IFLISv*bfUvGmr-yIΊ=!0 O ʬ*/ {W5gk v׿\psߘngR`#MrҁɄ/pRU>I`,`;5C=ꕻLSMIW ttٓr IԄI@S&cwDZj؉<4U:F(AstN:@) a4l[i fj.Sy W[q8xwmLW.5Iku؝/P"ȟ5t#KJ/E7A3v̓yY}"K9*g)pZ,{q+(k5 2n&HLTF!:z 0#TǶE t(;%ֻE>y !BX평q or֬?[ #a4gPJXfԃl+y5o⫹[S+bT!{? 4qK45tqe:t熁K"ʦ}z`V#Npa ?o+S` b;j[Fy(EzM,{-{:P3g`dt.2_N4/4cX|Q쀴\?qcզv'7O `elSYmvyZnȕ,ie0fLQ}gzXH:=) KdT*|VITpĎ⢑`v$wvvfZ8)Z, })fp/ R:̽H. (^A($lig8ihT:4/ҪLUbvZ/ ֎Xb{lfޞ.nrTʶ5=YC(OCc@xbNh; JCrƭ-F$P-"W\8.vgpRS!{_ SrzN/O8V]K>55iw<%R @k~GYr::ܛgl¸̩8v_^ 딄%gMoQSة6ɦ672^l®#:r91kq./!\v"7D:B6Jk=ƨCQW33;6x% aqx8 #9uz$,^Ĥ猌YFu,{Z)3 'VV6 LVnG_vt뮈nñGX[2$a[s2g~%nXPp,pOza Htpi5 gEӊ RQۆwl ayCYi+#S+݋tmQ r]Ojn&y9FM-}% s9Z, ]Lvq-xY?'.ƃ)`RD,rErY=Kk\c_Ñ'̙ po(ě"=#ҾE)q!+̤eboDf[Cg#8IDekנּ\%dPʐcҚ^nlC⻚EcUw_h E>ӕЪ¬*GM}dU1vk6;ҶςglB|nx Z;ՠ(f(,noyۦ[4lCdlQ>}ͪeL٥0x ??f/E{ށy2uzca-=H ًOʏ3*Q4G~ѶXY[lF~oݰP"s6Nh 1#IȹH=]KF!z&o^gwO]B@I5h i;#izS&UE`;?$KEnr;6xN څzĉc$b|I",bvPYe C{I,>=Gt3=҂8T64pizaٓ9A_<8m?l>73 Y#~ڼLm6h,I>D' uf ^epI _ɜ[>~ǯ]:Yh5{ %a44UzJ^t+EqM1lm'T( g#br&,kKU P ٨r5 tNUGʾ( DiJY W 8[K,ڦ &T@#?FzRK"@eأnoj }R@sJeJC>ReB5l<"Цr  QS>ߑHyZz"Lnُ;Ϥ߁b2VW!|cſ ]ϓycEJxo_CuX##j}aio -pe88AsxW`9mA,^tw1dXvϿq AAK|n XP d=qM@uk;)޸I!~WQ٦AON\+ [ {Ȱz5Cp3'3&'c)DI ROƃ3i:Wb UGfhv,lou{BrV^HMεS̻[z=c.cBmY5l~J0T<5^NZaD5\a?:EW,yWƝ,/zƞd<.Fݍc,K؎ۿ#,/1*(Tz0FpcπSP+cOWåY.4`I8_{ciL{-I9LIܝEkG"&O8nώ(\Y_$Cpy#"XWǫxגQ_]Ρ]*u{kX VQU@L1! Zmϥ'`B1ۇGh Dk8ⲽf:Q@g$US]+ƥ>g<{#eeYl8zԟ :4owdћU4J!+ lX\(~:hQ$ϭ*mQ\{rDƂiYX"Muz#@ؕU^.ʫXT Y<0w EE.GՍs|ϱ X`h R ؕU{Um 4U([X2i#' ixyhZL?Eyc /{,ӥNa@dcc2T['A[K]yx/:FU5{Hkk'3P GuAw' $" +ϲ2c雊8j/Ӂ.JN p.4;qJD_صAڬ-3:v [f|/4Ъ:ՓOARJ  JOQzr^k@M*ov;aG糩IsaybQZgYʴHn(sTi)K Pb_ 6sAF:a߫10W];ߊKU`R9)eѧzTf[[P`'g)|Iأv~.fgpxm"?\ZYuPʓ,=O,?{Ǭ᩻bvzÈ֐3Kdh`C=X_C)=}D~tED"A YGir%_pg+c՗ڻZIaìWEAW"">۽t{KWhȂ_S511%?vt VSu-(NȖò'D4ߴFZZN.]8@ 5~Fͱ1_  3=5|}*$F?*?pE%(Ѳ#ї .`XxO <A{lkTR),% }/?$8z]Рz1\a!еm깤 j}yC7^r̉#b'nT.;)aFkBU]zx߲e폰 AU-]MBz!}Xsڿhf-Eߛ /mAwUu1%0#ɏke*$"0cL t6}Iwn ̊ˍ\A(,}=%gIrOfZ#Tgdʗά;7=ֳST>$E&&Se3g7KqWkΫ>w1 Aaɥ9HctаzwNv mgY].8L[wbl`֍Pż/IdEy.1B<@* G &) 19scfXߤG3z{3/O9(ƖF?RgO+w{@Aɝ臙 [  ,Js`l|WC.܆+9iO&FٞCEỳ*/ƆdZ薡lЙBQ=b%.Ly5 G=^h3bLRghi'/J ?u.z˜DG)`ʿ^h<0pgc&t:*iγaGx-AͨqRR]ڰev)U!dhyxCp5iÄtÑ8zwP)Fn) lBS>m vG}>(u _׀-cŬ"ݟ7m ^B梧}Y7szEDƟ\/;"WQf_pȎÌw݅Xuo %Z8BvZa="{A~?">S {RLCvdB"%ͪ3[a0͟ {cQQ#SF4g:/} вt?!+u,+|n5T7Y.9*z?3}4֍~E +`04(" z:P?D"n 'ƒӜKQZiaØY{l@q!0F! qi:~S>ftM[EhʸEuxVbE #(Zy(V5-) TLLs`ʗQG;&i;:RYLGV% ӧBṔy {Uܥ,3SpCdѺi9ybo1vRK6jЎu-w1CN&}2* k]pb%iQU[՘'ԃhc+N,: fn0rf2xb9g<S)I/S E9'-C-s7,Yk)sPG8 Q&bEm(ם쩈g8! hD,mMIP:.g'ٻȂ |J?,Ng)@GaV?fIqeTn ;ߙ)GȽrWm+0}{k} rdNId.Nxt`u0b2ETc8#i|N&MgRa17/iL]%C+q/OZ;w+ь#:XNP#X.w'^ʪi)) ^G[H@QXPkʘؠSk]mǮ UO/dPH{"zLnKo<(Ժ6=Oabރz]mEyQ#$xm8: Q$uV ErR+'\揧K[d6arxi'QbP?$7_ d@w;ݔ$929GX {T,#GVȦ@ #a*8!7mqKI{;Lq>/r5 (9@I^+ʔ\"K2q$ ,vT ur`Q,i=nね6m~m8Hadi}$PDZfي%00.\ kLtH'ElOSIV*'zN V*iQfͺJn+&ޏҳƴԑG\N 0em|''9E8595: ;2\}j| Ny\Z!?5Yej"OԔl?&ǭ ؝] ?^cȤ8k=8Hg 7/"^*d(]nrOOR?'ՋÏ)Pi7޶!,W  "ba3:>vak[8 :YҰQ2xX9-Bp(>T7 y3Fmjω<F*tNq=ouAyaX(ȫD+mP2!tH<Ǘ|ݙpT534r0vHr-> hKQȴ +|k mEc6Gl#:XI}̪[@>82Sm*Q !8j͔"aqSǎـahyCGq^ ij51l(~Z`TOk6*JNP̖Ï-\clMޭ4|(ު$ h]O$?sovFcK`!,?0=‡Kwug cXbkj<# v- ZN91.S9m2,8nԽ[s[m'.zj S)dzF~,!F[#5Y+^M.|zxߠaLglq2ЀQʛ:EODt#r/Lp?PX'n67 e'pUwF#ãO 0¯8LT.=Meb蚠by"5#GPљլDn~h!z oZ.06nUB.y4eHq$ϜFgvm=3O/;w:v-k20IW:lSQU{lw] 8$ 9ݮS|N^E4OϮ7 Y.Ӓk_IksEԃSbܲF%GPGL{_#^M\ǂyrv{K!:+ u: ƸNpQ\<8%(3td=H0nДi|5h9,ʮu̪<8` Vkw Jy(_lDКHj[0Vn-o!Ud0Ozv1pf#v3QZyT5(`a]ǬȪBb[YMTn:;S dpM/c,E}:*U{dh}ŇB5gxSF0IWԻ}]b5Ҟ,?畡783ј2+ 5eB.zy.W׮ [,[Ż,ѬQ!;EYd D绪ccy[!Cצ3"S)/#h)W籟X s=+<FK׬O#j\҆fϿQYJEY/~$Ej[,Xc6E#8`﫢1\l\XٟKdQ#ht`/aW6HS.rBU ."ʓE%=K}Dʴ6M#Uّ#ϿM\{ikKyoe8Pn ۡ|Ts w  4$<:xlCs$٢C(BEಒ.pW<Ƕ$-i3{w.$Ĕ"V0)X];DdȌ0@k%A;[r2/D%!Nj`G>wQVm b$m1zHOFƧD}Ãu.p{UJ2u_ 5Qe= A5 <XfD&j`VlW 1pV vLĵay=WN0磦!.AFgB`&ɷϴupKKHٳ]Ya V<7X%jtÆ)IH2]蹣BV^ $25q{.tX$ ZJV:*iR w2uSlZ#wWx %?Qñʼn~hl1fq+IdEMV aƨjm!rEZF:t4/H1H~f wR j*3wwOEy^#ѯkKR'۔^r&eT-?m(CAr}2ow/|{,p+#gLdmke6[uf0:gńk*9RTtjusQ fQWA*a֗lY,LVv?4()f2\L}x Ņq%'i}rz L`@VB >)'zj,(ǘ %v0hAMO-ί@KJ+Ѽ AbHjtD֟ sǰŘA>%$( -ʘ. :؂*+!s! Ax<[Y |+'7'.4H9Q<~PqRK *N굙\rM~vv.qY`T3yΈ_{rށU' eToEQsvc *; a>1̡u)R$aCQ{-.KN :XYֵe]'KEd%3[V`'R -$lQxz@G3*.3$ZOƲ2grS2e cbz_%jՔQ+'D}LtS3i.?FC*.Z֧iw&N2snoٚ=_FO]~KU|8+ >{zjT*UFPRij.qa+gzP1Rp5_ W xMCqWߡ(EikWfm"#žգ _򧒢 h:WhW|.N F/;r{uq.9e]Pl~z=Zɠe)a/7lrM!zp Bx z,{xy~rT]xd@P=6ο 0/w1T"G -=Ȁ`W/P%\\^0lwx:~/+k;xI6S5N]ۆ(GׇT;0(.=ں@ 7ےǪ銼evJFνBWX8es |]A@PGmAF{>!U'7nSh"RHm",W=rÓm ¨,Ʋ1y}kԭV -@#S(dLnu%:H\-]|#^j:{`C&8 [NDYg43ONp3cWS!(lbոn&]jPb<ӑj o':֯6@I4MMPIb4씱όv²k:Ce``]m:k lR"QJ5:Rs]]k4/a< IP7:*bDđ#P sS,D艴EK~ڣWB@uFTYn@Q->+=jR"< E*_XtɈ4 Ԃ?OzG-IkE/1.tɄ; +b² &}9Wt}a~I6Kzzg3ǐ)]exq^FԨTFȵ,ӱTѳhޥBN:Ȼd1߅S5WUWA {'bS >~m Mk ='[r+,0KI02@[u}z%yoA-韹XEh%tp5#)ķ/]gbo<\F:d^("FQ n<6 xxXfὕ.gp 3yI%>s-YB/sZǩt'kOQKlG\yNI._;>TUMDF75 G 5w%}jچ LW"UzKXOJ5[}Ls[@nhbMa]!O۠H84ޱb)F*Nܝ|r $qX2#㍬s)==^7;%"ؗlj+ N6[v"evLlr'APBFP3龏4"O yy,0i(oQ[k姌O°y.O_{i61K@\ ưMfa˯l{]-s]q,\1Q;Ov8fRVl*3+أ|(%fB5mͰ*KTVȩBBz- ';i~#brm@KYT1wC i աy{Xr>tX|ki{OȜaEƧFYLirVh|>rFv=> K a5O&Q8Eq\r#BT]CjJF;PxL %4 gV'Sz@IS|.EM}T@Ӭ;Jt-7F iG"у5v %p5-,?Ny,x/NUO^Цhn5e?)_+GǑռf&{xVH)u}S7Ȅz M|GedTw` N`GDg KW=HMuJҼe"J |Z,P".CRJ1᪞swBӢCVDlQ5&(zѼ%Kp-䬉՟˪Dm[4(0q]V>Jg!Y:P}6^q[x^G=Q z>u @mRx)ت.7E`+h*7-ޣV`U%q۷>k\ϝqSR] w'LYGF276%4ӥa{S91LjRݏ\, k2FF;Ɂӿ4v޳0^ 5 |; S\W-;t$:͖:!):r4NW2Bm2 ѵ_p&~B.}D'NL5ǭ,N @2TCRp[II dvYFPd6r_8x;ixe䫎quצ.~emœ4EŠAb~9~dG/r"DA^]]eu$˟ɪȚ Rz(ˣU#Hi% wNDOC([R`Ars:g=L}"[n4'6nn[c6+UyoiQՊKPǶGV#^FM. (VX4䥥yt* ?IͰEwY,b"%lxgiU ܍|jjeh@ⵤI䃡-lh<^(dQO%[KLPo*SR1Qs^e é!:v6HVDeѹeh?Nʂ"~R2;U:z19gH;-S iq%FpCsG1`i#E>\xW}ǗDXH/a؂$R}rx*'_CE6[d{ňM ^޽ y4D,'7"P/v ˁkI(nQB78`E>^"7VߕCO`llpAyS|ylXn-s;jyOXn M]srԠ{8ر9mɞǝ~YXfu&W}Jˉl1T/.᠕1cQw{atY ʁ|n.`!k&8)!guMI7H,G?a%6wk4'Nz.<9ʴc4:RBJëL%lPΒo p`|LYvk 71ʅtkS5ky6Q@!pCezo=mI;>qb {h5ֺ-эJU ףp|@WRd "ſ>72z:{0I? g3馩Q(n~ @(N-Ki 7\*t;H˷J<9)ëdF^j/eO0 g%xԬ!y++:o/#ۨ7GdT5yY=0/#.r75ۙ^sno]?Z(\TPZݧ^e7$}Qd1ڀfCƓ8(4\Sy4 `L&\)1b$l0T< q_ﵩSBZ"_ (Senyk^UiҞn? cmX** ;X^t47$TM^J~}nhk]z(x6w8ٱ0or)1R 5@&4ۤ2Gw n _!B$\^ x2 gT m 'PCLBعSCTdqj,ck?:'WJJ]Y|Z],}+_.Z|18,s pAs{.6= yy=˄܀x[8Qte&yIfpvDx`t1/bQ[ӈt]aniOTn:>MaާNhsgqT3L}_1յaL)5u4r'>Mp=9LR ӈPT J_~J!Zz6&sXSԯDW?ߨB-ʂ&V0"B8An[yn *ukHβP' rf43{j=rgdɐ ~H+?$!ƪ5&]1m0 Jx[B2KٹԨ,-K#ej0>/h9~3m{uNIm:"$y+8P*HEP5?Y%9F^bnU Fwñ( ;xZggl' %^ݹà\"Ziv?\=iSx)INCoMzGD|܈WX-p[ χU($ y$aozf|V\H3ͳqI|zh577 ̀0G-T3u3cl-=|]0^Ezu$Z.򽘖v:!PCQW#EM>?cZ1R=,|r>܆Y!1djM5}sVwM ZǨ/]ºN)*K5%dc㽮x3@-8 @[ ߰_)~*P<%cIדe\'Y^Y%g{Bik{.>s5SڅApKa"g{{}J5 ^vT^Es߳p[1 J![2QyYzukz|_`VJm8Zݪ ̾z%l ɨ$3S:"*1hgIm(mzŰ(  'Ts=1s[8UoaҎKDz9N)ӲGr`B#g>;u9Cj=㩛<MȱJՊfWf"곥f ũd,kڪºf Ǧ3}g8o;&kbc[Zfr0$Ji-FuQƋ ۷uY k a7xDYA,9QnLv5de꾫zc'hҟ=2#d^cXdbL.5$#qWDC^@ئfi#h&ʞ ei6dU،g:,\nY(Ίڪ 龦e(v};U#j\iᯣYϞ kwOPev^?4\y-zωvl1#BCn`,:lP 5aK ׯϢ3HAR e/҂Nq_%Vgwpϑ;~ ##&p$7"3O]~mAG4fIX*xjKSY,W٘">4!sB`F_}aXYo<;u N (VNf*ϗ(3SӏrppܫJhRVm┹ho`BO d1#R(&j |#ep`uUP.KENl5ߟ*o~ad0BKjG~4%MR`jJ(kMոaM-֞+Є,uCTuơѸ'-Ƴ|y :vxy a|!SBRGY)#0ܕ@%aWLu$XVtsS)\b-nM ^)[#T|}#(Kre212'b&݅!ߵRT7D ,<^tidC%y$#M]T';MOw~gCu=gu'nuak@fLB]*6@@:kf:7W,T><丹 l+D4]JRl5׮I;k +V'>)tÛ_kiH*l%LTXsjsk T*ζgDrc8eܩ +id}*ݷ& p׶ )0708 \13@z26qzL8u2Ča?G*Qn߉C\۸4!sV*QHO/#V_{_]2\LEv8G@K}'Yjdï29r1/1u~d pB:^â>( őSP&pK6b(|CB$"CU}<7qW曲K*188hHMbξQNor4:Vءi_F?jg}Wca?v97$5hG>wJy6i5p2zY;"[ 2btaCIb Pbnt\(3nxDŽil ЅtD_Wd80H qNƧ_dmJpXӟoӾk_S)Vou>TTE86b2J`E{+f:tQtazN+&>qS /HDƩuAe.g[r~<8r|$d]@e,`s4+t`T9q nѨ6[OA8`;a@?Hiٔ9|f* n$f\٪)9Xյ#|n,b`(0T~/&ȮW>})%|fs.BJcl^zJ&9Jko#;JC~ΦKT4V fB\[rN߉ڥ(m&jN"ZHBBu~Iz[vdRp;q{򽃵((OUrX!3Ge OP\̘Ң QU ":oDuzJeAL-)YS+/4/'7U/-B[]B'h(Yl=:OZBt[Q P%{:F/AF03¼㤾og "!n6F9c -Z/QsL&;a}j>R1ܑx( ¬u_$~]X T%V;hf{=/1*1:X&-&J툓 rL@sHWQ9l܂ʈkH H*4FUt=Պ ՉF:WI Aj\HKJ͖t6gh D_a$Ī{>\^=2b]VZvN>NB7CuWMxUG]m+`z@tÈ{(uvs .#3e{m C2/CBXMXa),;~H[6&caFK$4'P6[M?fHxk&yx!ndweQ}Do6m*SzfkjRU>#a>e%|mo/2}P"ynKjp\xnHҿG;ݤKʓH\dy{T)4 %$ewlk= xYJ0s3P!6ɉwE^^`zOtycjzl. -jH[;7kOiݧUI>~Gɮ&G|'>9@w/OgD*B/RB;$XD.y^e0拣4>ӹH8 [yrrw~C'CŌx,ֈr&480oIhgծa|ic<9[-y'=L+!qPbKK J,f;{i;^lBo.7#z3ۜs0\A~<>GOwH`Oyj8R0nԗ~#2^.h\23!BCymaL9ys4zyA/d&NFab,x@ HL *ٯ"OoDQQn x_x+pp! QX>Ƣx&^IT}ޒ`婑xPe[%꾀>T(={K]EA-]d %l, rgIǑQQq-f}Nm^ktL%JN6=$}C"kAnyI ݀*1[yqBĉG<"$ ȥ x>8` w2xU%^K^c^-R'T϶e .c0c]GږIӆ;,yCZ,fuDO<4seT_d _P)%F?<{{FaC5 }iɯk-g>0h e-dL {]g˚y;_()/`RD5l5UBd׸g$$ی%6d{+eX_9LSTprϱ#^w3 uвdAe ocû{rGnyrzmUc$TbxNQ`,iѴfhB%熙Pp2ɎFE(r2Tp :#dSrL\J%Y1׍ #'uMBdύ&,6ȩ=| NX,`"7:8h=[!36=X&< :!gJ7@ o:IA希r?.e+˨ :H&*#v5b6b7kXB-Zh#lceMQgvruY_=z)&oԕw?}bG*#X36@_G؁hS9އZJ-1Ir@\<'Peaw[_F0\,8viJvXi7'<t4>0',';\P)lJvz 4sI?Cfc}f{b=z (M'ҀKaiUY3֞L|X2>- 4`hgnKOtB@~ޙHODbT1#9/T{RaEM7ǗJDa~C^ŋu(vO4i<*t8F_-u|lU8iojW89FTʅ(%iHޢe)+ đsSqwgP8")c~us9TCr~jn`r[졺D+\|<~uǂ c}&^XZ,9ڂUJ՞i3RZÀC"\4[վT =`DS;@~#푼C\sNs_UIUUA0uf ٩$V^ļXo8WYlqlg8ctU)^=X|̵GI.ZJPhh: )=響2X ?i3ՕO9Tg处++mOX4AF Q-yv!l'1Baq Ü2:t>?P\|uӊvq̷/t G"ٷJ9%.+~ KLg+&}}_ɏp :; 4Cjq!;r:\}N!ZuE(g7`_z.Ɏ^C1nXY4я!M(/J@J]nsjМm= Y-F6;Rp ~60d3Ljnk08sGey鸠O}+e Ă[ ' RU(O(sxѵ}H0¿#9*5N~ ;|^*5ןyŭkڑNK$cJ"tm Z̬ ģ(v%wKD~܋S!·{[lxmJJW"~4N=yZ:$ih& fCv#ebh~t~qfMq^LVFפY$l $ym'￉; ]gS՚g.Jo$CGxe~,V H,v|Oa L:%a-}rHSLF!?6aI7B@p yNe{xfݩ;қGg-j$`+PJ ЭTih21#9'O`nwý퐟 yB=dpƑ%0hr#Of*8P (+v ZVl~k,|"on T|_njAps7::|WxK\ f)0 ih #XfwWsfrO?⹴K P1rVTydg> UX{OܹHQ^#W_ EXY5Ws3sʱ$Cfč' i}N}'kD9'qO>e ]>͕?;ef:4ނEFtx4/8+x@'7Mu>J Zm#$- AN5;ƙ[(' p*M.UC+tp?D]*YxjC~S`iiaH3 Xv.&@uƝ0b{]\k) F+WS>}q1&{!O!QcúSun &JKMm_)jا!pYzI3YџXVc:}4jKryK柉Kk0E[(d`/5)ۥQ*y.<N*2D :'t^j+,NI<ˉQ"gw;'HL*`&bv\w Sd,vlAB͔#*+nb8"hvS.DI.KdNp~>4es`u$p=mڻzC8 o&(@1NlvM ׯnا䣷F'2hM*":Cvȵ& ^ڦHĦ-nΈkLEh*'h/ |`E`\lo^Y0E6|q'Ov}K-9'ܥl6yPC~SJcۀZ (ZhnզQ(Wu8B|"|y٘i"ƏORsxiq1ice6=ԊY ̄#_gHbӿ/y൞&253т8kxpr5OW3X-e^ز>^MdiFeR_p u!FPqtЭ= M:Ge 7vhBts)(H]i C_u 13HuڄLtaki/%v&8 OnBz'D"Uru&z-M+j+~/M i knJKh*l1O$aL K$.jO#zb/>.B*r3Tf8:;z@wy .v- ёoT,XBwGR>6{w&7M;! h[c2NM;pW-z5.wX.|Ab6NLMqh3y邖Ve4Pt:"\K\ Վ~KAsW_2-!2v]T-!@*Vco!L97F簉iv)&ztNi&諦 t%S6?OZ`Ys1%!8`~#t G+ oBZlxճu6SKX1^rMћpۀf ,,ou޶H2^CX 4'slm}Ԣ̼@qdm,$s炙¸=9NjXOס?(mzd_ 0&J>XB3~0{8 .Lj)j0- $g[Zq6\D̩?bP4,VEJ-:0ucܟ'ʛ h:#ƙUZAsvePynYxĦ^tmqu'Oq\Yx"ĉ_1룋0ͱ O$ֹ$TΣ<=:torSطqZļT{5t;wU6k&OG `R?-z7FMTV3W`LRwO+"d0Zh;zB<̆wGf3J 2Q-Bc! φ"jO^ Ww' $UG)W1+(%-%wP0/d@W5B?7:ajoOnK֧alVȇSA"zms>W*Epcv\\gFMrxs J/¬jaew!2 92R`-w!%d O5>w :K&dw2M 3B%H` 7ǀ;QZܢ.'?H}\m6O`ޓV*_ϟ!!} ):SZ__͞8}WF2(!3j䲵 #頧F^G ߄2oatž̃o]KP+džtn!Y r˥E%P.gsq@ 6WGm|T3)[`I'`ՁdE*<]Iov{71ΗE ]VS|#Moq蚂?E 6KMTa/󎋅`l>6bCYZ;8yTsPԉPUhcܭCpl k:V0Ew{,r \+@5RHE!g:j+ و p*lvPjMܹ܉0ȫ$Oqy֗J+qPDywBZDDFcjby!o|"#OG\DF |u;JL00bY6ܻQX!Ѫ72s &X&ĩ5´d(;Wo=VMV7aTNj2"p;3Ét=c?JZ3Ŧn%18'♴ hYnh+4@ IP A}4 yyUyi;nKDu%S QpbIG(nj>]wH> P4[0J 7nF7sg72bG]D zr(:`6s&xz 81z2ߌ&>-J/Q%H^\ce_2dj -o: V βl[ YSvΟVȃ,ʄWI-[bl N :$kqS^E=d+^,w] ,=n}`PEo#g =6*DW, &&Xz8fEWp"A ZtS%B|ZjS}: xJK~d QMX6TeiȵS2xrvbȡ3Xh>׼׏(; m5, xmُ? x[OYغ#0sRԾO%z(d^TMvqϙ}lb\c8:ElJGhyx΅4$.٠*V7jS2xy+mW__/iUv m !؁^:F׽CCf~>T.G fX~GB WT191ٯJE Chf_yBN;[{TSu]]VY֯ҝpDTV.2T:/?-c,,F,覢B  hXF"MĪ{Nf|e =m~xecMtȣ9 wq)-b߳`IM>G+'7'@Rk[!O^~THW(hghXs&s<u˨t)4:iOWPW;e3D4,LcVfhB0ځ`hb- \`皸 gei8llf#Y(Z"u_ "?OAEmLYO56rn᧔ņP*i&W17*/tٞ\.R1-Cɨ4/3 zo}(dR)DͰ7M}zic=| 2gf1ųAo(d񞂒QвiRƂD(:2xđHût wz@!K)B2%b$@:NB+fR69w'Ҡ . SPXj, 7Ѐ84 _LA (TK8%=jczc=Ug=5 P㨪tijj[mZ&çqjxAb<A 0"MpÌ(u nطOd>Ceƒ\N}yGy6(_uݎ/̫(ũ@!UpC\-xSED'$1PrCy&wfNXs OXL2ۜǕ,iĊ/TRYZXW\BD&3*:6goa7dYdN9p=+q&0sߌva^>D(?#?/UnVy"]4ۏjCE EH")ntl,O6 _YiB جc)^`TYY y]?nھ) z+wK'euL0p񍈭 S3!EcخJPfZHMSDjƲ4HB.X({l_FdVѕ0ȸEޘ9AfHUsc$dvՠvNQvm.g t\$iHVwAOUxrӃ0b;k-2իH]x D]wٷu=u܂Kz:Ym,%[\Ŭ.t|`xih{b$3ӻ7)&?%e]ROZmxBM ElKF~ Р$=E%Q5=}O{؅d9ʁT1=FKF6;HA{lii^b9y^ͫ|a@ ;nl>9B@}0Em-6^h/bP@E:12f {x3pOgYb vxA8"taՃVtB q~CI_=TEK{qcL.dG?W18ʽ ?6w[遡F\i80Ab`%jNInfSv:P9Obi<%\緭|Gƭ*3w -O޾ g+~ "mO! j_Ōh-ɧX;qDϯLY㴠ӗ<x Wd$ "%dpJ&TW2A*Wcp)o䊍v\( >3y |qNeN" a"q Qc#c]үCwQN!540w`te}V1ߘ͌ճn)3 liZuP-p$n"ye0:sCi~ps5 9}clƙ +){[7{E+5 oG/0vUW3a  ,z7+89)[sҮ΅ v$*O _zNkD^B,C6â8& Sv4qF:jr%PV[!8WQg~ iw5md䭘׳}6GQt Q!U8ҮX}kάt읝8|$݆2@p LJ)BR=qjM{/r,L 40L\--5 C(K"G}+`B@uz;S8Mr)!0u@+%-ruH<zm0i~|<ޠjejkN$ee]bhlZi`0 B{AzZÜ\Whu2 ᥺0v2XvT}6to? }X/ϰ&SQdӬ.՜80$H!{Hf9xun 4/Mޘ'k^NgmakeT6_O1uП svAi8y]ٴ e_s/#j qU8AHŞꠃ~U93a,awe@YI-{T fC0KP%F:H^rzBy0ˡVbA~Px c[OZL35UO&S=! "d=u@h-G sj/q1ϏVkX˺̓fl\՚Q7D@'AVu*ۜ]7ܶ-Ӎ(Or ?F?U'>54Lcb(bEaS6fYW&)~11CͨXqcM;4;N]d&$ԖHZxz:lEPA0X>oj[N50Lf0CV(zVV8ѿP/@)W2.O3+}'Z"[ِzkkDwF]L^Αk(&d"Uc3-C$ LEd3+;?R-rM\ƃr^HbȇwF(2*S-Œ>oDn^: \%< .:&цbS[Liz?ܨ[ ٖB06̀ t=}.&K\ű˷~LT`9rm)ۈl6TlI$FN`!_?ђiN6$R(4 X[>p묹j s RK6 O`{`pfvEȁQW{=A5%f"R,xlpc^sjS"/Ʒ-0멉$x3Y`tu*Pݨ"[QzeE K^:Ή =pNSF7SGquy'[,E䗑hosCuA;ŗ'_lݐ Nt %{IҒT@pKDo|#5[SΘYc.Jv5>O6 iݟJd7BIk: 5ӹ2bCYGiέ/#5SW c-W9\Kò^ 4%DNc2P(~F ;5{}]͏.<&ˬ7JYJ8Ww]U!墧AS8kOg:pu7U<SM3l5( -81/pcXQe FӪWk琂~M@wT+=:=W7>Oxx^_.L| ,3LJ8GMSK){ahrxYȫϗh"?.~3~i!8&bV]: ] 10whpnCzwOa{|ӆޚj'7Q4swӫ}?I2;{x@9XMW^nv(ZiT`ӕ 6}??Q?Ea7?r]U.K޲ 1.sb~3dEt<@>  f5 Jpz -| ɊaiʂJcw ij{9VD1h ITV4y쉍a0}ir `o+1j!uyt; < b ֧C6aj˄|a'a)b;r|-?,<WI[mfi㆖:3+'qÝjBdA\A\LsTx3'%mfWͲ 0ڤ#G' PMUv@ORqNJ ֌GPf`ǩy{Z#u93,6&G@?ފ/`/.ō8݃> 5yGT 3h?FiߦZ0e n[0qX/_/G`WTX5@dO=9԰1INxtK[pU\v0L ~KF5K>+w[gT%e+SDAdW}+6kggaخYC)VnFO 1|& 04LsikV$C]Yʳ81njp1 6}ߣӉӲRm3/"tOkp$L=8)Kc )ƝayWfǐ`_88B{!> 2ʵo..П!$[`KRAŘ&f7XSƝ];T!*vtR-c;7{%-PmX_2gu&lt~0YUV9^Štin) J*&gnO9W3OcɣXWt,a~|ܮ3FLΡ "/Lƅ_%j."cY/>aB%ۃ 3Mcı HPHiG0@WёQ6#tD=#A,;.,b/&+s T(D]SED_ ŷ Jƺz_7Ǭy6 ],'C DC"f\q&0IZ6$IyX,JfB)[H}7k-p#BWszB\}4IS&T`J^KhUj $ģf`'ᢑ(Ӿ OS}$SI[֦;xEoIhCl⻰tf3fF! Û%#MY|yJ,↋Bs2J눎1i)V'GċCSS냮q"9*C|駁GITTF^^Ê7"qo4ߴKBQ!3 %Vnst:$sɉj&~ :AVGND#+; ?p(ϤSre)`0_n])OW0嘶XtI}pDhAYv\Z d㷟nTנ%a<FliQ_'"!^IuybI Ѱ( y땾. `BC?(![_բ$NmL'~%p$y>^h 70z 2͚cufz]n 4BGZAIm{y=},r2QQYe8^=&"cj7Tmmo3nrUr9=DmVVi G);1l%?X]VwW~{$F1)T'fac6]tYF^K 6j^]^\=w@6Bv~'}3'dr1}!ՈM۴Y>^۩poXX颵Wem 2o?㧺95b 9,l]x84= rzS/֖-.ğ[ *Vά槎zL/ T[j @T:mSq*t-m#2ٵn :)$((.EWY+sÞor&@}EA=H~ZeN.韦hFipmj/ւoT,Su uRG,o<>21i%5b޷u7Q%ޥBu+P'j -=̨ԣjrDHġ;EN7ȃSִP\+X:Aq;Ãz=16Np/Eb':䪴+x* mIa ٲ@v"W uOZwk3gQGlQ5-RC]Ԯp#Ͱ,}iPzejo&S(Cn$䞭aeS[]Cq%z|.hwRg)qܚyq$bqm_Y!{*߱>!x#rO+;4mB6\$3yGVly7ӫ}W Դ\MUbaB7SW`9)=?c(;*Ƕea5M7zcc1$\~ZeѽG\oaص qї|k [[S"p+ w+!{$KQDTw嬼x-GmBWm1Z(hC {C Q5ß#," dcmC D&'&V ٲoxp_.#!t_`ߋ8_{F!Ѻ`^*w" {[,][{Go7*t0^v"eۖcJgSoJԪ$*qBMMA+$.;Kg=end o銙餕?ڥǦA 7yؠuYlQJ<$oE& fE X' Ew֩{L!ŗܳt(s0bſ`Cնf2 =B8L$ύSJ' эB\h$L>:5p0A a(tlu5n"X*F,,_'W[U˶ iO.[_c~p^_9AYA[cׯT┆T~pXH*|UFsӏ=LG#; -wl}IRre"wp6IcnT3xI1M+[l0~HP4Ek{Eyx'u匈ΐq+T-4h0` OB! i AR {5Q b%aIaSuw^Hn Kq.%=:ar(*9Iݸ8@1RZ8w5X>AKK_iXP-ĥ Pm#9n eHcC=Wp@$N?#3GִdOb}08'"Kqg#篌 wvѺsCmJOSx9"3CDA}wӊ.UA[a߇kDGu&_G:TU^nuf"/qx\_ "(ܨ|1p(XjQ3CٺGk",ȧ3~y#DM#4=DT;p!cT$qذ@6ULH2/sYNJ4*_Hx%So*N$=RF^ܟētӡ{O´u ), 'UjAB|S[ ||;}CqiΖZs<`Y A}5z>(6Rk4]ђA| i' ]S$W)c` iPrzK:MΥ/ Ռ& xU*D׹0^5~,gC$~r=) ;o&0+K@b((Dƺ6F }R˸;kg j4S nFG|Ջ:^w~۳6EI(pp:$-.7l}p NRԧ6#Gg?^#d}b&7*x:rD5X %As$9: #2}I5^fJ9eFY~8g眏鵂ʯЈfI\nf۩&-s? x,?}ikbHr򔰭_ Iyjԕ>J F ͱ ^Ђ 'g2*hW>A\Famo4kA!ƓLamD(}T״dcCݒ'vg "GZ 71>FA tAp,L@)T)[k}#"cc8u #00z{lnUtFưӚRx =\ ^Ԛt~Q8R5jqRCe%JI1/1O7bqP~3NPIVGlRgM[@1\owÖ1 9H[$y!?tt21¹WT*aJSU hv1Eo720؄2Mh!Y`-#Kl]A*[$ º EHsAJd WjF/ :?t?% K{=7jr%K*dz d" N^ݙN%,L Fֽ}I?Lwf4ݣ>x,MBօol&Z2,+ }iQ1{it v #tP JkTh'IJ cDwn9Ar-B.se'׭Q~^̕G{8v>@2gz%c+2UtU3dy?䃠}Ni_@q1|6CzMeUQ3} * \ߪ=Qjw 6Ux:i mnIGR#cY }˕mO$]D5B炷 @f [!Z:9cF RRfŊw'CE23h)Ő~]goiEZ6xkꉧ B/$$WM7e `8-B.=p!4L?YV6DкUY.9))ήMѠGa{lAPf^_FB_.JƌӚn/nj1YKxL/h%u-60P=߅ rGꕊH" hvގNr- IӍT$^d*8mC33Pǽ;~$YT6<0HT~׌~q%wI5T@ƣ#N7-0PUUtpb80iV:v, w:;c:ͬ۽E@d:;^:VO.,3O8ZYEdҜ!j3k>BJWXՖ. 2;E(͈GՀ+ZmnZ9^I'EP@.J(|af)*y}hв7xH?ں2gOܗȄ&)bZuG:;[./%46[rU/jE%f{hɄŅrԐIQ@HԸ9T;dvW@e?N,wUf%ÉTY-",!#_/MSWD=G:&,g% _^gԒLtGwySz~n6*nލxfX1ouWC$E50\~o \Cf; 6:@D `P&IU%Y\vk~+[ĚZ8IU yBI#>.m#L0- 9/X!(3X?ҋh*D0|JA/2!9w +DU].H#hy\`d wLc GG2XbBG$iO I7uB%&?)F4 P/By*/ʱb TC'|f 4ъ[_#g7)w9gIMiZpg +8gUš (t5Vkyy#,L=)vQݍ2XG8o)j.u#R 5L2M HUUL/ϼ=t.M3!Y*U2MMD6mw۵M~ԟ[1.d˦TIiTtppEƜzo* kwSTY9 [NMFb'&Όލpp  2ip˯%N $XB Yd9 RU=k0VCY6eلۤm.dXiwÜ"PKLB]f+)F7m(0h8N&KTP9@azGV8epM* ͣϧ|:z^ӿMsЃ;h8]*My_ofQp=(xnKZ *|l r a\ff]i {4'9tept:;OAz?[R&}XtM'pܢ!E3;sR\ߤrIwvd{JHJ= TJ~=mpOtݬ} ][?=Ce-yZQ"P}m˩_SNn-yXDퟏegHG$`>Z ǥ{',D6BDj$ ̆݉9s g](rPA4G ]\f&"J~s`=gzÀvn%7 !_F'>JwK큍.}n -P'=) .d//g5/WM2%=?Q+lz =nHG%rRBC5]WaKUtGC YGjCRtn %=&r=ĿH *kR Q"OܑvGgak(^p|iq <kU=ҷlk<37,fCJ R΁ O\ܵ6xKÌt~&;DHDPuдzC'*a4;Hge  LYَ>%RSݸJg`wE<9qdaGȾݵnlD'@n{~!%J)Jh;,[bp/9j?їfc7ΒUQf8}O.`;ǖԘ3|z{W%`;n^6hfuj \}b 7kua`xKA?D01ށS&hEB-ǵO$_9RZ"v Mmgy8h!D%i—NѣAJ{600kC&'%3'*.?2_}֙}ޏ}{l7PJ8V*\}魌i(3vL/mNGZ`R/vpDtȢ^qRЃVND(q j !s4򕪢+.m)TaK$T5- '?4%; 1~#cd 5j2հg @QWtIEv"S3 e<4&ip?Bmo+3 Fj"*Vi54”y0]p^ O:8< LP:q h w>b?3#ӇnUO*,>sPN+@oO١OL 0LQ60 Y-t @O'-[^f>T: e>wҗ9p?WJxGbB0 yWqܒ{1Rĵ`*iY_6;Rx{3J~uO+4z$XIܖ`@m.E`seu*Btaі]sxr]R34Pm5|м)'Y{ЉP Bc=9_*G[6Ni |L?mS$DJJr'º? ܠ:mWG(ݙlZ=;W S5*q?^%w7sBmb{<pxnBcS3JK[lߏ̩D<`p=}p ah5LAP~jfi~FN_v+r} 55cpm'`{iw +xe\@ʓ~Οa{%:\fF^dǙUӠiHPNFvFxu JQ6mQet̞^XSU>r(P%N-sq ; _d2oW$U:5~5,Dm.P.c; Y7)>R{`:-A5Q5ocEdeBV ^ѿ|f\)]]>Ǝ *QA~,ክ\|w [n׻O=3{y='u:w a ?٩op }rY|ykZI$\lQ-Ug*E :=Su,@Yi^8sip|hfWhARE-wۈ`(J$D㳕z\lzQ 0hW nntP:X};541,Z]:Jjֳt;Ch83Fh疜3%teɃ89LyRǃJ,E 6Ffcu҆m}|ft Ce!fs&f:+/WALr2f}69^dQkXk5Nן'YB[m-ICL3ǀSzTUKdohɯx@S aS({-BH;B9H?9mtU.~2K3TQVLg@d|ݖ~2 6bːD=5֡䬕%,7|y /ac e /q-e?59XtjH Yy/jeIxS=GNzieuǍ>^jԋvqs-gaTXݱg,nQڲKI@ށb;KXJVC^_ _{Yr15|X(,gum e-h0[) Tmd:~l5uN w-b7;0H-0Q;["X`K]KFH.4dT WO\4=;+0ery-W"υLf'Ӏlt^gK{=Ukr00LWRS)lt]oe^JUr (.MUuG.]2WQ8~q sy-'XWy7lBgd_ff ]ҙMl;[N-Յңh:7&E^")<^ t&-b " BiWl jyҫ%^kbfͼ訩DS-}O|~ N_*3!YF&2m  K9ʅyVkHzΐqHAp.(Kvs#يRޣXI,B}Qd4,`Sr4VLEBFdS f*9Y;{;2c(e!Wyb<4 #iӭsi_xw(hx@M"/ XߒlZEVK7vm8>l6֪0ӽ kۓ'E!=~L<5Ssh`v!uJడEiez~:wJg-zUpjY%To7oĸM;ڛx6&`A8`y7QCf8> LTwF0 m ){ieΙ%jq1y XdnE3&Κ eheMm^ ضѱprыKx_\7 }j`r1*rԽ3x$?{AB{o??Qț&|IIo5B,R?e^7 NwƲaաvæz#3hP-kaD-rMF":1ːk`kТkӑfT›ũ@eTtwi돈;〧߿vc(`"4nm .y2rcN=X~k:UV,m!˪uŀKBe(Ja?LWN k<5*W8!Co8{PPyT!%GjU.;ٲZ~ƌ@68'29ҽş+#n]UpYf2Z1<4B1YOr)|Ğ1'qyhԚYz-7[kjk9 :~VE]FtZͣgw` CՂ؊ӱ }s&b,DWWG2LsL#q US\$iRʒl~S#َtsr8ѱƺ7ʹke2ゾGqa OTPm6I]f,QؽkĻ|T[ IJ,frUlOI=r坒3N>Z`Hjc1nQ?v&e?uavfK+F,H]$G`(kBepV2;1Z4iy`;g%y>߄ ֦#,Q:^ EuL¥B]5ǙP"y`,هp/wg?(u'fA•( =ΒD|CMX&>v9N IV8nC%Af/ ,uҬ \iНJU4PFMxHPOxv!?z+9nf]Wn_R b24F*_pAh3KKBW=[tbKTX#Lu3"|ri""2]|p?FKY(`$]cAR[F)Rܚ3krO_#h ^Kȧ0t]W( 7=GxY%Ǖ& $GY4+;_@=b΄$P#.)BfWJGs&/y.kb׃&uΧt sRjjfrv%i6]Uuq ZĴ{Sm"$"40 }Ox؃j7l{s~;ʬ6+ 0?o]b& Ex\V ^#y.>/oC1rf>yihIVvpu[ݞx ZjST  7 YJX[u,zmDOvp CYWDB"U:1*2{v&=/Lz$|nׯiQU1]7ꖡj3 imE5l f0j ō~'ך}RNz0XKzI_/t:^o͙ V)H>rQ$+\!R Y,8`D=q_RK3\MP?> u>IQر5ed b،1uXV$#{`(m2rR clj]vZ$N אhE t+c0+;NԱڪSۖ禄8{nE|а*P:IĨ,X~T|9_;7. OJDxE0#~tU9_d ք heeޮbԕJIaK}@21F,+z, EÙd|,*͘ʅE[emp4!=+uKO%:wtMV< {RT (8 _W"/rG'M\t3)}5eیm\@Q^D]n7?|"b1J6)(hP.L*/k|BX"M-L7y&a04bueydw@8gRhhgIO. JE-JO,Qxiw[ b$i<8 6iaUIw>)<ȼ~Uke T9anNܑe |d++,=Iir~ X6іPԌm`x-(jr<MT>41dv+cË2׬4}Ҫhנ*XhAz h֝;X hn XUn4>.$ӳD) GUi3j~$(%N6 }nFjV$-Bkitl1%x̺}M(ըY˴:[q^ҍ&c\$s ]`aCs_\ e*{Q27g"a# EH^ͶG=[4Z|۹ݑ0C1ؒ] JbuÏŻ2sfP 92H鴓XHU4U}j2*J6|Tm⩥B ?7DaI]B-_B[) JP Naճ ˃=jc=[rAԸDGk%5M[Iep@U=CU.r }NWq3~jmro5Kjd GYQm H;7No%δ,iTX>@XT@V)PuE[1?2d47>EX n`Ӂ/ڑ[kp3?P*#KW$ChW[CݧTLKҫ0~bPrUa sALw# M/cwdK։Z<\i26WPS>QQcu]9Zp&#a>HL䰎Ӷ`nI֙zq%^hjG#ud({[!qPHBDgRN_k/I+إB(fqO8A*djdȯ QQX3w| /w!He),}F`ESj15 td,:KfҐk f1bCm,o,|A> = WCu|2͞;;pH3WَfR@-t҃ŕ:i+4h.޷GWøţڍ-n`u|L 10$ұ 7[(SSB~+mEP '{`֝ =; 3VgqZbwv5(T7𘚕d½x%AcEӾ(8Mm\D<k}pEOo托g9Kyc,$obVF6-UkSbO"KL1ΉQF,iXoh0f915=:4vѼ7xx*۔Jt ۵~+1Y3iF| |m f۳pQĻSzrD[ؼPf+Tэ9%uA1CEpDz.Q^ShnSgF+.yOJfYw5\1t^aqf1/ 1<wl(8k&p5]u^Q G9|RH|p0腤cOlq>TJvKE-֩f?me+ P} ̦g9cmm3Uwn!5/|wpf!>OҗK¦ֿ@GƠ"\@J r$/tյ?yRI,di K>Y;ޭ9;1`$&\4s@PAԴtI{gӓuK ig2+p fZl[U7swG26 ~Q,/ieo*a cvitz \.3X]C^wqL|- Hr*\Yͧ^u98nU8_]Ö88*r~Xwc_9>fs\ _Py%Mڻg>DCDRy[W ^U͔JUxE?7)@k}{pʚV^3|=@ӍS "N ,5 ȾD5Un< *դ% ]*DPCJS!"̔LSDn7M>bmcnʠ#"-|r(⼦Fo2|nrjϪF]D=lpUӼىmM"^˚]h1Șy'#~>*词HSB96zZF#&'*qk] 'mFfir3Gǻ$.6iTQr\j 1.-$Q*gߖo6܊KLjšq&e63kL՝#*aJ2R&LE{OuOTvd ochn@{-9}e9;C愉uz8.g󪄽7N(+K`vEX;H`xR`r)!ʈr{tLDL?|=CoZ2u]8OΞ"TlqJ}cwxaWO$Om?JC I:²Tjyݻ) _Z<ʒn@++<"k*\?c]fL2'^%O۴+cVHO0LG2rIP5ÏzoA4ôă^90m/B3yf@mR5Ziff P["8) Dp>++б&ePUoI~VΨ>9td\:փ3߷Z .#W&3dր$?V;ۻ@* -D,I97sr? XҊ3rK*)-"^q%-j7ROo`b3 :xT|4;^6H#$f 𒩺'.e͇7?+GnqiDcf-*yKJr r=ל? HqBteDϬWhHx)}β*u'ͪtIdtcsf-(?GQ=I$s[B50`E#WNAtAh{p.d0BMߜ&m/B2bd mcq iaB3HNSgtP0÷e{Y_^Y7VӒlcdp! y$_6+\ g[^5l~l4RKCA4 Y*y#q|0^\2S̖@iLc ‡9g6$~ (1w@f*s$zܶt>~y*:]`mžK w ԠD7AU쒋 3_)?3pAJEfD.T()>"w$ h;U5Ϣ,g 9yvLs\dc$u=W!Aa2^)()ևZ׈%4o8y,M i0 $ 3c^~)mƌT)8&6_Vi^6 6U/^-bzP[oh=g1U-׷RoM߬Y+K>_\:5fοWjFs2ayU:Ѥhlh~pI SPZɧI1c^0ϳ|Cu}7(% I14nC.h0m,P$xa埙k ༓s$Tw\h8b@8p $Ω!9u0cZ>̔eikY}JݓtZH^GQ5u5+0RnWadTka$Q#% ZSq9nqSԒgDGZ n21ѽgd×Ֆ`#TV%TDk,CKY:Ҫ89j [rߢ )yq)lvLөk"E7ԁܜ`)2_Rm1)C/>OAKeCivo7V">=b8Y_ݲݎJn7$>1 VZ Zg˄t:D@{Nyu8nŋe*2/WG![iW &Ono$D0CELCdEP?cgzǸ_|BEugVZoO\velBJwsi@I{WJ4)'ya)ju K'ZͨR"ԈPiHOvdԬq-ofa pCdMH'Gmd%Rq?WDf!0Vm&;ܠm`5!կ\>TȦ,a3Ya%M*>'M^nu1T_3Zj,0`9'-!}sFI|S2a[pKV-h@k\\ Ɍ.quTzngFqd̆AӏN\kղ+B*-LQཟc9&+f|lO%)$Eg-O@ITP)ϞKף sm8BhM:@>oiV6w U>m O{䞈:_AQ_.TwĂ jmx^Ƅe$R\t!@>)ƞkq|"&{~97dGM {Rh#L"FѲ\3@%`I[I\i)@ H*_ vQ*tNH.*u"'DΡ #,)xH|#˼-cGn+..VӣWE9zy2i'J,/.p)2ד` =ގ=hZgқA  %TK]f䶠]9%q)` G4#ax]l H Kj1̅gJ<15!yS4 \ZDĩ֘Ԓp[1 t@ <^1r[2;le}U8Am̋[;-&O=O3;e/ȅUlOqc/p2 420-2 ER8 @2s-@VMK h =Qi:@QX# BPŘ/Gx\Ix\2COW=R-=AO{wF0BCpQ}2땶?*w]V-IFU\{kN^mmUTܠx=Ʉ:~MCͶ1V҄-&׹xweêwJg{ PO~\>_Pwb&/ *TȚ`9\Lؓu\ot '^3٥{1 G̝<0j[2_kf3;,|;+ɋaV+[UH`P`i;+9_Ч p`Ex[NnYB$Eԅԭ ՙ2d pX栘HI YQ0Q*44 [HU{RK3b_$5R~`Sp/pKk*ȖlmI*SrAJ(/R/p'RWc(6~.#2"LtDRÍW(68=4~&xg> De|%6F@*( 0λ@u6YaoF-լQV_&*46-/ڂ ;x)%ju%ԅ=5:xORH sc&4(p2\I16 RtnPZ}ERk`AcYRTzPcԯl&blzgUV~h@Z_~rqcGtrEʵpg65$_fcar,4|ҏZ_g(sd|.X}i61#&֕`khخ@wFk Ț}O5z]s*KxfT Ba\I`kS$dEOy (SߴiC*kH]6:_0xFʨ}t<<;CȮıƑ=X(P<M`}@uͯYG:TK0~ g;Ȋ?Xt̖˽[']O︆fX hCO S *7;fȌ& Q:u䱺`Q+Ҷ}*>_AfL(}f)6>=y jP4~V~_K8ٺ]iTUO lKH?nߝ*6mNmRjмabhJ yʒnn(/\; W@8sYK  ߝTrvXf,2!OIOjG=@|0 )D+M#৫@*aZ_% ;pWO`*]p9.ˆJm|!OtP3hLviZMkzƎQdI]<>}C~5z؋ڔv~<'L:-!#y~3J|(ͮ;E3p()Y?A*뱘we-11ύUvYQvCYDI/kǡt%ć*rj2ᏔL]FU!×ng xeyqhԵ& rHG2摪*-*I(1GA0c3r<-98ny'"9zSm E ki+CSH 8t%[:'yoUf+tS`lL ]s5–!)Qf/!F|<1f#" q( ^ף1 = 5VL} qj;f]Y06&Yq֬o' Y,Wiwj"ic`Ђ`t肶Ng/hW2>Ѩ%ZfA_% KUϩhPG5O%}W+eIF&ƤDyiܡ ; %/.>p@f`V lNN(paZ Ǧ6w6l *^R{[iA(N3ke/ zxoW=+Lq:uGN2[a_{J__4e0Q7oA5t<#{AyqSŵo*"?7Q/xT(f5YʏS:L]=ClqsܗJtDNݱ,JI zZ+a0%C%˦ogyv%rdvDUP)L O+5J@wT<;pylCeMu/^«G٢le0A%7mDxM&pD/f`K6%0J-%;.ԈY kkrAc2wV0\-ΞͰהW,َn$;֏Ih-mEq BŻ&.y,|Q7EQc9@3lۑhI(!owlg=vzcQqgĵrH}|[XGČjV Hݚa)7\ TnwzM1|>ﳻ*a/Y[0''6K$V8nRe!ecOhP0O4Y: SїԮ!e1B V;4{fch#aԊ8#Zh0kDٸ%EvFY^~9>R 1G^,sZ1V5EL۳1+GxNE~½HoA qt{<$ > $ Kx7QDκSyt8+1}OZN'>lW`cU* `l2$KHi/8өe`6hٖ!*=@z'fݸW[l?_zJ']0+)]ϔJǼ&̩9o#zc!L35XI%5U`mŊӎl߲ͯvɎfEcR5>xc|@N̉f4HڄLyz@FWAPy6z9t1OcF8w-P &p16!h I{=eJ}BNnUǾt׎O-vvhD ޼[jYo)QT쥾ʕ 3D)H _7iC)VE$suR%3ykVȣP d7$.wPGW[r#s,C(4R/yX9R?W|%Qg.}pz!OkjO/P^uj c2+,P!;ӏ֛e+ͫ ˨^uʅxiF x꿽{acuXOiبdʣf*oMHCCمHM7"ZKoڏ'Aj`suS(o&?<$h{ X|:ĽR)w-WBD գv ivWYsP3bF\v) AQɖۻ*g9~dj7E֞3Ƕ8|No?ҁ@1chB/~Zm^j+2IٷK@9ņ3$'8j:,,T_U+:r qt w{DgքVՁA[~X+H ʍޣ.}wVe?O{Y%ਢﱐ/V:c&ek$P|䟮»GrBtSijDueD=K)>ʌڇLV/H?mka+z`?LFvYӐ=kr0}=u~&2Jq2OG69{$ɽ9;?tL,BlQ>0M3",;5(S`^Ko}c$Cep*(ΐ Sf!c8Ʈ/vrnY q*LDmtf9>J()]ˈ#"2cc]B~1$rŪNb*a *$7 no㎲:RƠxo'u۩["Zȅ鋾wj)T+nZJEW)@ S^@pT.EQZ!A 8ޅTlG 0M=3ﻐX/Q#/x)Йc0),S=$,dVikEYu`wB%9bbݝ?G?$e+9:Npe@6|pN֘B)-ro+zaTHoELW~ Q]ڢu?PE=m_b?,NCP##86%|yDޕ8 bW!NjbЉp#ӦUT>1=gb+O͎GQ${{rHX&wę;)n:lBX>TLjϸ3KǮHFBTZf5PF)Th5sz%? )gi/śþ6|WqfFd"Bc:cI rWkZ8$Ỷ4FG\L ͭT;PC*"Oag\ -0g MW|KZ7fŝ<ף\'"8k IrI&GBcz4TyouJz wy0:JA2l4Cj]0?tyW#K$dta^uSڪp)N|o+d ^uf{P:0ϻhv;Q7)5v=v񸀩IV8aEb={HcC- `'ac *mP=65]Qw0b#oS#;( ΈDpS$In)p=:OU3UJo=.A? cjy:wKi(;bߣ3%uތ]{eܐ[O&haks9 ;G(C Kի"r#!9)A'"j%$e"fJXd^T/ .EC1+7q VTpc߄Sq$&YF"B(y |d#O^A:16W:Ab8pLc{,dvPj{i;wRenuOn6u?@ϰbhIķ2"x7ë˶Ө+fn+|J?.LP 08BkWk12:Vɳ#2W6C2:/ΫK܃9uׂ{*+j:'R$ѴpCpVk_NwTyG(_P?WA&dK&Ň'D1u] 2P=*o&h0ϳ;̐^-,sd~wJ8`a%HIk.쁮W@HDjw UO!0}pb2'B G!T6ÝJԎ}6q'7}k:G]PTRa+J)dPiUi&)<b"(%: >+-^Si=)f2 譑lDYD^u`:ȟt2`cڡJ<*Ig"* pXƝNLߌ8R})n>It݈Oa~a&KGpyU Уuii Uظ_ti*'7t~gi߬\vPkO_8i*d|<ݠ2Z4bl^`"<*SPy߃+$[("N^Sme>z;,GC2sųbm5ne]6!%&a>RUL D9 f˶7d+U8-2$nُX Ϝ od͎ %aSfkDqEtj⾩׫~佛h4[IAZtl3cܮ/mmcN'v؟q?ݰ%oPv)3*Re%蕇Dl>8C5g17uMxWH+Ǎ>K44]J'o]6Q=Pp~?G;fnuV:W)?"(a/ trlx~AMd/ɡ5 f`Np4GOMϨQ-!IpT}`ɮh#i<5 "9._f"xK *hJM~<$<&!ɃL UG¦Hcs oI;di_#Ĕrw\>;NI) Zf {.P/H艎ذ z;U$@ä'Wyzv Jv{N$m>[qxTC4w3aljv`A7GGm՘uTFgE<q1+ ,:{g`!P QtBUVr"OYϳ\-nF҂Qk-C7'bP:["ܢH(q0`|/7[A҄w+=gǏh L)s>gm.-7?Pbr5Ԓe]|4ͼ7E\}T[y=-&AH?>xW;Ei`02w(*Zz̕HujGѮIz*Fl{p$r;`yhH''V\ަ=`4+QdoNE]R#HF 7uF*HY( %,K┉:Ί&gFG]]g'q3aN_6BAQ~  0첉?xf_~Xw\wE ^6!rIFcxO~7}#P y܋}t2ʏJ|$  = ZQY-;A %l]'ҀS֏`%2HR[vt"Tnnd\jfbN}eSxvTo}KT=>Wրhyvt'6E;qqڪŖ*Qĩ[ 8˚a 5|uCKޑ ٬b/d0\̍w: fVcA}!ZHZ5g,L. Nħّi)?YNZC룺l?njG(fQi=Rא>@;Hg[ rg.1.kqtc}z[#ـFjFo)v{~.ί x؞~[tX^(nbFbJĪ_rPjH)ywdrճ?q1uW!)HP?6"zHWN.٦^< _ Î3ْwӐy É2iXcӢEY0Exzwu.X=: /[>:*DיϏ :7q\Zg^j|DӾYxO)L{gۆªy_=OJw#wdڽq pԖ!DzX9%̸Jb(@FJ^j|z\=n- FWw%WC®VqhYęlKǣLWNgK|%N"4fBUy3/MH$(jTHBoҏc7LݒeC\ܘBHC<v4'B2y܋o)!C\ )tFA󲫰Z/#[_cʙ p sDQDyFCuz3ۼDkQH}g?wH.Ѵ8e$6yUTv~1Az>Dr { (cK!'%US=>IN؊d>HⓁ,A|h4E8ҙڻ)5?Sjy5Y@ƓU2~n_yD,3{.ɣ/hxzZ*|~Op]1CELiC8yuA|h[$/kŕ u ܳ-ሢg T {yE2\MEn5=W5j#c(Ko!wv XGAfl2'@t5fVΑ;c uNA<3 !t9?FHBڻNמhȉdwx# M!5KMq҇PDAë a>& _JC!f՜&Fy*-H2E 22 ҬCG;W}KzuFh?k J_ˊ{7#tp "y1t;6 QCbaqh@FhX;2Gaɉw3~rD&@fV k>M2Obw>\b|`fBR' 񒳗X%':t-u!`[.>ﺄtC}5fEv6o Ypp|f"}vuCGjag2jo>Ƙ}}f!1w8hfs$w\9xh= = LDp}pw+΁Ql6SIzxW] NJudY+*# OWulMaĔqT~VO Tc6}嘐*Hk)1Nd>!asʸ Gˍ1 HT .ODbC#pƖt-:eDn꧜5~bu. ]7Jpgbl 0z Ҥ:~iT CqrxK|R"07]^Jmw#㭗9A4Dsꅡ ?(Or;Ƈtxh3rTS5v'-I=9rB>Gg,P(eK'Mܐ x7;+kE`J݄gd猕"v%Rcy1C$c29Np:ܴfy!3}%)/{ϪYԱWo)c69oNeFaJ@lOP0r?VYՀۉV|m~z"HR )% % rx|:bK6sѢ"L?ؖ/R|FS1&a]K[MG'HU,{UbWYso>7EmdXM"/Q=Mj^)==k|=QS :4^= "k댦hڀ`!OJn%P̀E>ߡWަIMum9qQQ7aAaT\[d-&I&zWwb%(V`ZUs󊏭Ti#T7THVI_l.0u#xB炡1 '>IHbM׀Tˎj~]<<Ye74\c{G!!#s;:~KEO0ֶ6w?YlЩiVKOQ>@E/H^א#$T5+Yŷζ\MđP *ɬҧP4P}cPwQtH 4FtL{&ݏr ;q-.aynoR<߾[{~޻c]QĻzv{+Ey/e*U]nb |i$?<֧ڍ$RW aaUK~9а<;^i薈 Pe=>xdCv1!8f"H#>=~PUzlhvoD-]\x|G_Q#}{i} 6&~A^OT,oe\O7$8Sn*&M$28a=y#a;u TLtʺ Je1y$lÿk]czr+J;;_?|w0wbwSd<:pTUNWMuDw$6ǟQ`܆=K @,U ^UyF!IqD K44Y xDVj[j∊}j4Y?YrsxuѬo1t1bn0@5P0Td:|&KNOqcLIӝVoQ8eB iv 'Ћ%Πac;m U~O Jgw\ a< oƇVf3iƷKm|0=)M$ ΀ Uz,,2gLB;o4h~x*ZHz>_a: !S.HxlF2hH n|&!c!QrXq[j.ig:Ncvt^EY9aѷT<L_X|LҖQl>4҄HUƝ1(/]vgAzeo[yu IBQ |9?d5\Ns:CX롨 TY5cdžGH|'OMN"~%O7>7ia۠1}y<0 *SLogƑ[ifrD۬aٴaˍ uA*uυ {/DP;}Hj%ƁTz#y⼲Ѹb0* &>SMW{:P=X17p&pw87aG[_N$d OsHxRH%23 3Xme?O{EEGS+Os+vi2=sYtQONj`"؛!d$⸀!$%Z  L N-FS *$:Dv HYv0Q2o,a sK:b %%KAoo$&ipQf#Mſ!a;c eC7zZy \D9q+.=7%㤱{h5+ >ްrX9irMSδ(?+&l4aԌ6+'/k@W ՠzh\Pq+/M8vacO)jx݄dv`IJ'MDI04t"f?r@W+#Z~L)5舌AF۹09>f* I՛FuL9YS,UsE mzeQ6J/|հ4fB2rQ%N(Op9wV61Z?~3;!p^}ERր֫MvS=ky1|KZvAī^sW(X`DUpq ɾSV.Ҋxܪ<~x(t,?HC߽EμF8 c~/E77:USxGI=H-3GQkk}/sāQxR:C&}';(MAQ]-RXT<)B_sTemGCwj,0cjZbI;!B 9qѧkWZlp{XY41פV. Xjv[`8V9e,bNȂ$oۏ\,7i BüۉsEiE4>h+KLV3uPfS \.Q2k9o6-P˽G0-Į5#E 8ȗxg*D# <ip>HXbKiU㿯0Hy]jrVxǦbY߯lvjstigZ\ޜ>N!bKj:) rIsٮCQ.!fO? \-X턁U  )/̒0_} Adĸ^2e e&0*[xs,#fvx%. W73<*C+]V\]hҹgu1 gK};l3.ʀ>tDˣ f{ȈCeLwB8k@l 1ߟO,3a:4uB W$ h޳VV @95QA'4 _3q8H7mLRDW|31[`1 7HָlYχձ*&,`nȫ@ʝ=k& n5..ɜH* l-%Z6W'#`"bB]zF7fnuUt\ؤkW75uq" +PpV VZ9>vU$nZ#8WC7<[ b {/ 6VAcqzLmҹ;y dwnrEm>AtX*@|G& S W&K 6 ûB5C:K*ꇕg ӮpI$6MrK[zv d,ߊ ½6e>)޼I17W," wn%EV7*,W{i s*n545D5on7OK lÉSnfd09’܎i59~,t+?z &%$ɲ +^TIݞ,cd\@0y|L2.̳\bJ:2}+A'~VdWX&= 0K98ЛX6:{n!pۡF"Nmb#jJ0 ?=PALLMI !Yphzt}1I m ,0 azE%(!L\%Ta} Iw <" XO9AR\e?oN ~2Vߋ{C#EB u049b`2=dne%qd~6_L>e>DX7NRn!( WtVl:|Ƥ7I)_ϝW# @gW#ʞ` c?d48`TR{m5:8Lfv :rnamszdT7h`!fTlL,TZso S\${Hd{]7%&^1݊j;JmeBc 0oL{pދVhHsi%,--eV^·zOikf5JB`9\H;|Pp!Tn,>6 3K67^l?dV(4[]ġ Xd5_tAD%P1kuNs_`&6طٿG 0?sNic$H'=2B.ewvj{Pv)r_k%RɗGCYR>P[,2<|I\Am.́R=8@;RD K/P/6j*fiRnL>hPxu+"yV7 $Ɉ+ڑ|@g_efC̢8~f9L×fZC WOBF.\ Qj^6Bڡ+~iY "r=$*h],jG3ҚX{فZHiC`qY[>o⸕jtYϽ,.(w0> hQK/Mևf|,d~o7UЦ7-$5*]=7\]ɂiuXBӸ'n7,8lD'RM/ȕp H{WAbX )譡ctMC X~9_kUG&r/vIEI~8!/dSb/çݞo J1IdZN!qRSCUe|(w4:(l]0oÊ爡e(æn9K:=<de$sMLn4Ʃ%'Bs9w#\5M7t jrSD)N ?O>2Z]lO,`lNWUR^|zX]oOoڷ 3 /G[!'5TǍ76ݠ3딆 {a=oihq_n+>/8IC99y(wn23"K~>7\nD:C'a$pRdc嗯s{7cLa ]JU Y!nY-^Rk) klП.9uel,FS J[0\6 0X1#'1*/0 3RyJp&siҝ9kI0_FJ<&(\,tH[jx'60zl;\hL<Ϟ8="p҄)X]v\̖ɕZIKb{{#ΰy= f)h!|'07 *5cV58@-cb,|S7Bˌ!7*Vo%*dq_tYF]B`B 4(`p]e+`_J=^`eՃt`CC/0[6U{B%ǒOOAb:aIՈ[`?sEu_kcP ~!lgBtջm,)M. j"J۹&EbʝgsƹʀкL p=8`("Rd ݢlYylVܐ?>[iV hYhC>.6[QS:ſfpIy,*MGmۢ4y3xpG]:tK QC!x%4ejQo/gw5 qH [Vi٠hjTFL8y#blTNJ{wKL+ܲO-\1vm&'?] OȠ}ƾz6ZBq&j!P| 6 ICǺ9^]5]BҡoÂt1 ېd1gMq%(z]^'|Zc[^sY; ]+}$A$<ɻq l{P"XU(ԤBHmgVKszW,  ^KBy*eA \ueCf d0vT_,\1h4ڜ)pY o 5aג!>s܃td[)8,Ŭ@˖w)Dp#Y]GjjuWPܿeDiy(6 / MJzz1rg` s\V" x3Eo1JqW#u 1r$-{z~fRf|Ps~LO:Zl5XgAG9d|u%0O+Ш NF>$I=Ҝu$[׬չPGf[l R&ZlֿK Dp/fb @{J_%q(#+{ ȫ}vm,m(;!^NlgX^W Po2̓VaF[JQ"Of%&~ V`y,ey+E1Z䤥908N hMD0)3 El&Gxjdm͢jE/>^,:TP59Xܘ! 1%z4iy3oy*> Dl?uImDo\S8;T5]ʊwVf=JUW9{ArQPW5[ *qM ?&|5`qz2Q9pIEѸ8Ңa$ߧOi.>|A^z)s6u#` a:K(;q6'z`狤ԸnjFr"')\x &o /A ,`*2"$}`ÜbeBb+B "s _-70 HTv-^> f(g1נϏ&?vn*p)ڊFbcx2@ ܔ.12.1Csu:A1׃3~P O {h;+EK/nT5QxKn$Ǒޫ=K3x} Pbޚ/uxgZAS5GCe-g'&1ubeGam"Se$_}߷3.hy\ FPa:a;|}!%әλ!lmQhS)7FT|>I"-.SDFo6Cȣ$h`Xq)̲ki(r%(O㚟TNu.Oҁw1PfA\"#15.xBtj ̙GrPl*}%n&s$OJJMz+ukwgG! ˔ױEc@wjt%!ANb"}m_Dp~j}cz0L_3n,;wB?D(a ^5TrDg*~ g\UbCf- kF6[i ;X.=`Hv8qEfNz06FۥwrBϫ21!.#eNyJ$` 9sF' P 8*}P^UǒRGEp8m-+uvR~YV^Xt9"ԳQ鲭ȒHt 3cU;v$aC`@Gf T".O<{&AW4lN/yJwkS/>"CQp! U HlM&*3lȸL*:T.2?76꧇7hm.a Rz'$k┸VY𷄊̩tC(Sz>Zr[#F,Дƞ0GcEԇ^LDd'~A 'ǴGz9)P#4I":ȵM7 ;ņك}G0.X/!͓<_:JU8ℙY!xp$ -:3~Z%k JҘvY-% %C5-Ӗ֒fV`D^ָ4ؔu [Љ ؘ3^k`,E&U7k[}w] jBc(1" hDHQBLjXYx@:.lO9C82m]"x<4v[aw&K{}Fq2a~.UA8:4~N~KtN3qA  r>E>Bx{+iT,ݕ6JJyjbb3zKۛ#ĭx6X+XI GWeLТND@;sIԔvr+NʤdJt# X4|ͥjwxLf-r +qUI$3d A>W~7oFnj4#gmWk9MF?DcK`ٽn}Ii;s3I*4`VC y)(&h\bsg6/_fC_[өEۢP mV*z /q_\p TO~߾g{faDF'U0w=yv hˡ'?p,=E`^٫S+z6XNf!B2u?iW R۷Bʭ[D3.n:zĆ&+?ICvrb/7f,k" 'eB3[amU[]JG,ݙ2 T& CJc`E8ژtȔhg څQK΢X JbV̰=Q+y9eޯ:2\+<1NEUӕ:hO=)Jwv`'S%0#v_C+HGL<o}nxYCDqHn6%ux__hrPqk2Z8޹/QVnSb;(qiF!JI]#2WX`P9|E*գMwuWce`N[ `& s=Z˽Of;=|U iy *gv>cP )| ;}fD. @!XʑĘΈdw\;v9j5 _Q8;$ J2GɲKZW 곸{LJ[0O}FH/0 Ŏy֩ :ԭ@Hj:s\v0ȈC_9NE%c.u^MPO*O%|:$AǷs]U0'  { ʃ ESj^AD֧QA4@`dn?id+h* CIC||Wd0wRW~Q^hXqW p6 z#UgGDn[8yx4 ts97CQV\rfN//7J}S1'oT[];OO3@s"["65!] b#2MJΖ\ƙ4p# |KZS@ fvVn!ys*).;Ih}5q*']}$2>Ӧ0Y,F H>,um:suOQ)o0[mut6A30M֦֝zx|;Aiu4F 껖 Y\uoK"$!a2q4zcS[nЃo:2 =Dkv nAftPؿyf t'W;x(-I:qm)۞Aj:C<VwpL^O+8 )f^2Ӌi Ci@n|/^ȑMEW\fBӀ+0'%xi$ cʑOuJ3,sCCVwӃUB|In67 X_7 m4NEd$~~\, dW1^=u;s;z0Pb?KDj! _)>quVƪ(~73;,wgcbNh(h-Kz\Hzd#ݩЎ/1E0 i,ֱxc{,,4nl=]dGd*F^|ZQ> I,)o8p0Xi\j\UbGJ('ն836K='f:5V'~7:e[֎5+T8E7%?!1.nK!$6Cf ]n,SA'(xOd_G5f:$U\Uv4xrbwTȦwI݌᳅#;C|K}BxzuEkYcQ*@XLuwI1-Z%| i@E7J nJNMW>P}?Y_KmX@|t]?(ZИO{A3E޳{>5R \aOйTv;w?doݳڒ*r',4XFCzc-e9㵖 mnzUWgHlJ#._hh#L)g,QKH7/Ȝ%fT,4i^%q sFy[Q:;cӘ>9w )U:J`pѠaF:{gn˼7R'ɝɟJō9:kGhoT&Z&'A=bE!;ٳG 9ﻚޱM֛;"Ei }Y5C~8?DоY&ػ|A8 @1#"f2ni_Nk\%S-5I(4#`ۅb=iŕkAhs$Y849{ަ|p[[#*%Kv/=UkDi>`VX=2h^LiW TOQ%KGV>Wax䦢e6V;Q_} \U~$[6=D|t&(4:#{P$P)@<(!$?ܛb֭kQ(z娑kq (rW Sļ]I?9$? rz%Tl23mB=lVpjGr(E۠X{Fje{XhA*@D&}9v (q[ YuINjllg(W` U慢h@ԎA4^4tO`=c0FIS H-^p^ *yB6ю4'[6;R__KO3"BO#5Y:  ۇ}Xw6䮤7 E7@/;ۼJ o[IEfΓ&q#e2Y;0W`;_.TRO]*[+oѡ-}F,+H\r}ɾR^׳ *gzXPnBT9v9yI*73|a=>dɾx -Z~KvSdAJ$nH -1O1X ai]Vgvg4)~wAҟ!2>M!'` J:!i n&Iw*)sD2FD/kP je 6#{9A(ay䪩e\Zn&U.ʼbsKo@+`0?FJ+OH3jRc23n'#XI9[\6SH ;.^iq&x@=rVOikG& Hx*Dۍ7l}.Yi4 cmhMާ.H "G۬b" q<*Lo{m{>!b+pr7O] ,& EOȿ"vh@oҤIG|li`UptwQ1]y[,F ]VUM H0%Pq+sP?b8xB= eϷJBzyjr.&w3YBfY쥦]/h)Ko@iAptzdk'v?37Q+,MDT7?pwQZb ԣ 'r|\ |'.P[Wa`MA0ȲE(1_ ˥Xu=B۩E0R-$FhVޡl'4{xWr:eq[ƛ2 O78``kdGӻ]@6%^3yU/T޼/ *AeL4QCMJ[ik #!&($Ѱe B~ROp&lr(mƾ&obBu##;f9ʢȅxӾO݀鴉ʨ5YvT-ڜ8(-XɄ z?M &Vݟ# Z%@&x?pnCcH5߇m3E{8 i£MqEBEy∁,T_W}TD\H͢~1=+R~|꺫DSZ P_PM 隺 [n[HL:X';MQezA*;5 M]\s-uUX}|5Uf0Rp@\bcݨ5r" CKJg_+$k όKExѵoh% g Ɲ ARǚ`lzG쪒,':Ǻ CAAA7Y l*hxF<;Pnnh,@CKmtg OŚDcDs+Gh|JCP rzS:k_2RFX?aﭕ%~0-efYL](͌,잔8- 9ьD$|nD> )@ YGO*Iދ#wi{)w8XaGs>_:X!\sP7ϓ2rYCx7W EuKAz$/1-yP4p}8-CSy,+KEHOvt) |I .L^ӓJ5ڱt:F :l}փߓ2 SO6k)Tbf]V}`/09(YRSUFwkw[aduZT¡ؔވСqȶ# wh^f>C/x-֟ A^C4JkR,$f9F8N?w 7rk|bRPB}ye RGPjE6uTfB!y|w(u/@o Ceg5gbO_pAA.X/E' 6G//i*#=*}]+t? +Nw4tkς(+(:ԐM,ȑ*ކLCO0lH CBQ~8V )((z|#>31 /4nlVLH>_'lV V\;Q%ZO1N%*8V}uP8Y^sdwG@Ƀ5k `ʝ0pK_`gaZLh5+kG;BčBBeQg6>e5$`y3(Cץ5gOg;<~= 9yT-DV/?sV, a:»|X3neX3-9(}xxG|#Mo3J"yjȥ8άSHrkP*l1n[_{#y#l@gMH5'H(益#Oxrfa0ds  yg* AT4+'r:3YYKBhdo[ AJ8Q/57 dYdU6Cv'ږ$TOUKnL,FC}=gdL6FzţzAxR.XH?ѻ%[0|ha1A.ڍ@#u{uod&GI}9?AyP%WFfZ4Q1&[VCR⻩G8519igmy5#3l`ZЎ6;/bהhq?#ϴZ;2-WNs&C݌b8vӇD3za&I/`L?wgNb?t1ʌߕAҗ.ÉYK+;a'9GjZw6lmIRbinʈ6.mfX93"''S}jqj;QYGFơFF<.\M-^gZpJ0[])ty$Wmkv=> M[wݡjT/UH楝yUsKp Cm*tb(w4}fE4G-߿* C"ԃXN@crhF7X!jO'^$ G׊`6~wͷ怛^" %DGL= ~նZN]q\i%1j;$P؏3sw{qbrd*TNGYq0:ujR6 ~Ou@fxX\Np裥G8 [ +1-sc/UCfʖ8kMDX,5ڻ1T4b:5 ]f~w*(H@R]|`-ͯm]73^޳(/Ah)QV;900rOЄ$w/??5tsOzIhjˤQA='{WbŭQ`3 3&xIpM!ٝ)YQ"[VUw91S( jV,vѼl'ev?-C BLӱ'<l+kN-n%6_2C\Xb;֤z6%poMVf`Nvqs ڤDߩ;#fpH~Do06Zeejս2iU?79Fحq^.bJ4NUtx'ZՇB*2qYj":1]>}j)| c 'Z[uثr7&D%@^<8W1ܕ[m/ |$f dl܉F (175ʑwFSOy8y ZDzSk9 MF~<̔Km L0լw%#҃1oa!\3oyA;ʹ(?/ȃmS+SP9%"70+y<f+tBTfBbGe a3&4 ֝1ށ-xpah&#=&{0pz= قP <|+b?M`ntj\RV KXv סt.md[4"Lȑ#g;<(FWđdAи$+'/U2ג.L/nn sCMٍۆaQ;g0,`^KW?agl!bG'Ӥ.?—7B<'/'&Jj$~Qclnf6襟{=~ [W<è^,#wi%{L@pkYN8t5'## QXCe$f%5Vr뭷&v# OLǓt9d0)#֟dc--Rc?jOVXDޏ`߾|wu2zQSJFhj{%@J4͏pZE.zcA'xoO7+1/dTC 9N\^5{g!4h[PlHd̟Jl!-]%.ZT}Wmc_X장=knGcg&WX8xYtnk엖>}} e&|Î3&P Es=R S*&Uv"ITDS۴1^2&#&JҌyEQMߢBCMRk91H%z6$r75PRO`I+i$ƪrHXIi&ej,Q64-"i38i,C-ĸ˟’{iAd=[$98lOQ&=vzP n'gFKz` j_0m+I*PnTsY$+hA37b߶!$[jW,󬢃i?U#U y~a =u~6'#㶈q~Zo;J/-U;%;oGvPQH5ȖO(|HWI;4g~f8(AN;;Ti?kV)Zo}K;Lh 4nՙK/#Pd|lBa|JOk((i#w;]uQ0t945pHq!GmLVMً(ފiWؐ͞S5XΕnn^bH*CݏOr 7&tK&_wc%6V;^*ՈNǣ>1> obA-mtb0K!yҔo0v9f'<-|:xNRc[{6YTRq046UՆ$n-٧vݧ>(J?h]2x ^x,1qq яΫ[]5N ¥ !|q[a{9c)H_`wA,F-.R2 ~IEهc^{a 2W!!>kJGc@b?~nN29kUe16a hzqyM4o-4NԔG ΐMOa.C|iX}o-"Z0W[ՅLMDC_TO\vL%gcH sA{ZaM͵gmH4t?}7H#&^,:N7R^2tP &mP[:yBOM@sQlD,!5&S[cBxr+F='EK4^VCa'hڶ+%AώK]9(hTucq F@ D;2JUAzźjnFQA ӜGVXff夾 ? xakEɐUՂnIJ~95 KA؞7 "'G"UX=*]6M[).Sm{"X@Ѱ0 ,{~.D\ى%7t**jY;0zϟg%FdS%*͚;$/G? m" 8h@҈خ0a>r/44v`(ې0.K{W_2 <[9z}H8Wkz0k*1t$ 61+'9T_7' چReu0Ӏr(d|h/jE۶hyUz楃h6'$B] aD$"K=ך&X= ^T@$ JoV JF GŀKQ~zx6!,o=e-vs`^]9#M tv$:ft | w##g`K.DGhK^f$`=SGfk}{mQk_ 镚#&MDׂ$\U¦S#HLo`c~ 'yV`?$̍Lc{;w;켋;5AQ`X$S) ٴ+*zR#dZ зnſ=Ά}3!_# o>H yJ0'Ъl"Ӝ04Kr͊S([DlenNdE KYxnmgP+jTQ`1Pഘ݋b^b"E6# ڊZiԎDŽ@ \&AK6+A{rtBU6ÂEHM*o <#A犲7!KD{R·3TݱhNHh=tpF?daP8 #4 %5M!Viȍ|y/#f`~1V"Q{^[Sj{D%3B Z>}݂?$v՛TH} "|C{@ ]-m(ݶUtqw& bar,\QDf4Td-Ky s0$B Ō&38Դ.ꫳu(n F<3ف]e5ڢXV )\ϼpE|†BYb!dfSwyk.4>HmH-ڎ0 .tW.ͪF3) 3X/9j1儼18b-]D05b{&,]g*$ǫ74-|};0M"ҥuLM㿉 2 ;R~VX`6vz[m']cruVxqbo}\P qݐ=Z=,~2dnf 98RJK{$)DȡL T9)UAU'֝ MJn?p_)Ǡ)e5Stvx_(}ANoZ"rnmUdfCX_0P[* ʕ3Y พ3=.[ >{DO.fv⠘:8)3c" CZGPf!mBy۵;)n6bt23{$ I[zwW U$G? U{nB P  .\?""d?k)R+9 R<~W[3ɠ nDN0ހYMDfrfD חc0撪5.Es(b܏%wqM[/wwGvLvqH@Yncw9-Z[c(:$t?5zԑR8vb<(h(V{&%|茼{56wyª`s?hT5ꗗ&SK`M(&'F mcXObOq7г t Qxo0l)0:Sk">u'I#Ke'3'o[&X<0SvR,[/CBYFr9q9p0v>0.oaKdr^zv>S }I_<4H|vq=[=rHӲO,@ |܋FgGˠY@re꼱>B9 Z/VNW <0ˏ#v8o6$r9ڪyn(0j T9pZmerSD- K$o\T99P #(i`s`dQ JC(㥇ׄ-fc=9MV(*?b n e *R5TbWyj _TQ6Xc`{iKgCIAf9jxcIOzxf%dݘ8KnFY*SYel!ܺe&!5j2QAexP8 P#=ֳn/B3j7 2R 폎7l 6h$(MNU9xe%ҙF NܜzdD96,jdjՓU,Ѱ}jef2;E_tZK{"r;G&Ŀ-]lwgp[0=f%hH]w8h5\RTd3!ӗ0ԶܳF;~-+~[e1P4Օ9JU5Co*]x/)>#M{8jj>o# =Uc8ƂqJr+Ŕܑ2ù<ց +Lx'(9]J(@u|Mٻӥkg^Wۂ*epN"o~)⇞:6qnyjB^/Hjhe L2kވ٨醭SbBwG[o-h8ZMWww|Ap+ ' y0RY/@mEEts*=c"֔uvЉ6uz~+)".] \^J)?Xg |+ -u=[)RrB'[ưH׶]Pv*3|nHyĊB la"t(~6G;oUAT6hw đZ%'|4w;aS;X_whj>E%(2i7npX oEpf k&ML/rpӫ ړIO€"*TeZ9!nhSlwd:+ph0c$IMW6T>g*r(jW( OSc9N(EB>@ѽ!U 0$ ߖ~םw zفAD3~Uva}ݡ%t A=ڝ (N/skvѩP[3J{nyo(wsZyLlPjCy 31[’ׄyЦ:gnQ0QNǒV2'6s:ӻZY[i*@29)XBQos'eZ{D_tQX6{~#z]?Zx. U l Lг!E{_̀3׋)1!\),vzDNPj#&2&C[/+p?|aڭ'i| hIV K4[mcIhccbKVsOFI ?GdQˣ2IJ^^iyJkÀ֤:htuVrӪdƨs?GL^V4k%+xT\C0z5nsaiɏSx aP:ǥ O{BVW?S^6bVBF- r=i|˓V Ta>l[6R-oݍ!>L4]+\ y nnJoM.q7_O|!JsV#2^"Bmp9|TiϏ/SYﷂ&B+:$_: U ̈fۡ?{v3E6D= -nM3OKW&?fzxP= 1*> 7ե y)&AһPzWW򪝩=d%- ύe >T\|M`!5bn$V&tOqsƛv$iP14<8%`6ыDL;1fuX7%BnzB?^8v. 5y򨖩lKIcwC7h_"HX#cվ@tվF␀)"DCcblh[ɄRۆr1G kYzӰʛ ޛ劑W<!M&*ڄ7-?\xU;:/kr2 ' ۸,a- / qrcv9`V{k1Pd|T7HAm;񎋯O1 Y,QzK+VJÝwEFOA?‰R;9S*=kEς`*֪o;bw~V̯eLtO~M {b .2[Fͪ>zPRYx\'Zm$}Com%Ɇv'(yVFɞLsЉOz)dOb5]]td/LHD) EǢI%qYz^X\:e?3`R݇T>J}`bJjfxK OW̳eK.XO$he#K `.p[R"Ag!',\6}9eI>O6~o |:ƕcRקek db$/еLښ\_@9x )[ɵދd Բbu -[uӁS#URMqoRGi)ʝq.Rm">=U󫚤 Sx`{VɹJ$T$I~66_H1ɀuIqnQhĀ0:FZN˜m{._M9#$5] ˶Ί?!l["_<%f,܂ u%iQrhpgf3rj>:6RfcPMd'vio{OwiD bGҰNvŌMLWُXۣcC/E?xdy,Nѱ)!,^Nq^-/{b~ۧk3ղ b'۫B:weA7(_wiU8cy#')  ^ :ǥ;Yb1@HOCIdLFX*1;Vfc<O6_fMktG:'0I.ӷRwwה%R4ǷQPXegH9A4v|%@BI:?ƵhS$ڝTwKrW0_X6O7f$FP36#H{a8 cu ps>l LSN^J~x'Qʘ:zo^&$4tHGqY^Rå*]9/NtUa 6\GS !KwQ94װ[U"#!mT-rhhR_|RSߡ:Os9'c(]bio)vZ%a& XdovOB7s5]ǡm᝶iS hbS{Wi8ڄ2gԜh= `#]o,9?vˀ?\‚=ٗaF q}e39ꛙ&dt V)נ /@Z#wh۰h_Oôj)!k&`zfec!}Q`ljۖfiq7}, (O4sGB }r=?5"ֶS2.H^^CJf((8mtYέ(*fV`nklx K:\ _ɯr£Em\wƏF3/Yc ԙֱJ̀@&};\xFHg]`L{)[5^z /G4Dpc^ugeh#(9Z%6s-/H35GLtH0Y"nWBE2τ0VZ(?`57H(Ã3]F^7$TO7hrE"&34WW׊ "UiDuq1l QW^$k#iDؖ/%U#S˼888ݙcUұC]'1-5NϞfdgT`Yr1Ttw,=R(PP"3~.U18ΏYv˸[% ή* } _ic@$*yLvl# |~l3J/4oD^J V hhpXaTm6:k:-?ܟQ!婩Z s gM+a*omKNQ[g$s\ 6e-h*)^XsbrTjͪ Iw] gA^`0YW2aji&-t:L(1D2kఉRNAB\Bo+OA4,_`+q8iB& X͓RT]^() LkrCCokSx[w1G9y[T[ӽRҴˬ 2/# h[74*jޜ]yE! jfWj-R릋sj- SsS(ע[ٛPtJN=u'򏭈}8O;hAP»-*g'"BpV7SEXh,\v(H_Uz4?ӉZ;TȄn볪+\Մ SM@'ǚͼ7P~Bge) |UdC o{x bg>J͹m&i'$8D4Bw3 w>X_y"W*gG]]npѸVyH=]+ĉ\Yg'+!j9KK(~f]R$(w&<R4W2o>ӻnޘ{p< {/OK۟9oCɗlC)h2ԗdi[jM 2"lr=oh8o:1O-3M|>E.;7]x`vQ3Ϗ94sñRZڅ,o;,-?/N/u2w0u-q`+x-UO v7NS0,B:+D{F{4ZݻP|K&`)ͧ%])^>CBԕ>.8l ބ؇ >fN'`RQ(:FU]0,8pG4㱝R uD<TMui5 UҦocņ+1Dao[ÖVSêd9kD++x}i *$xM52=;w 3u?D`#RƆo#IL,V u%z-,t^R,ؑ;;iԟ c$ _QA(jMZPo$|õ[IqٵH$5I&.]?Zmt\[O{l-_9N)&6?)x.pWBkN ɓ^;tG@e^ ]M:W]S9Х,}K-k/XV(z#eOѩ1AbWOX\)s_ñLZapT;ޕǓ\E"bO4M(j`$I|t7u7N3.![L?HG"DR+@^Z;AvlA9v `~k4j'6d#P) (3߫•N^r #8S1x/jxy2^Z^lXdM6G3Mā ?E$ڔ[O,YDp .8-7=> WT^DE+kX2Ocg!:0=y6 ٥Z>~'nL~sRW džTe{Wֿps s3 v~@S3I^20T 4([U4>(:>919 y -Dh}D5bUFЁKr3vכoK7[ydH_$h 6Sj?(>* 4hrȠȮlV`"_n_L~ IXm[8Lӟl\ŬԄg3kԇ@׬|'졹SY~>x)%O90:rv0d+K~p_Gc))pd|nŨ-/D`'z-Ҙ'+PDY Wϵ05cT.TX w|Nv#bI$F"BXd\C d1`馪,E+r,,ķ&eD KTAg}ɯ# oETENwNM|I-F|*j' Xb'5&Cyn/C읱J6^BdkKN) 2\Q+41 Vܵ- %׷R=PܓVNW>@,ҟ>g[1gU&ka.zPSAaW63JVC}!֢ @_5i`y8 yJf|L ?Z'|YdtN:VN ьŀ-N:ifq5Z,1|[VT+%Xkil sIly> 5!D}>ުJ.ɸ_Cʜ"y{vcawqeYI $DۭS5jiJ+{jleWC=. " a@Uq;]?&0˛]lSPUJh5 \ .4ϯ B =ECfbW}7Q/D֔Wia3}N RxM,=\ox+NmSY5SA%4;rdy덺[p$QA~ ŶNtS~6{bBe6TV1_и8bM":R]FyGfˏ`j{,-y;:?y(Y=̦I0Wk6DkQ3?pjEt,rTrcNcJuԜm 'iKҢ<^eQ~&KvX v!͑2 (-|jaٚN\+1)de6Vmz~kٞ|; '$<1KiY~9dzX qihh{8nw6zSofwBdZ^5r%f i}/*Ǫ]L.D@}SYLDV lHt5J*69 / #zWMDܐe r8Ky-"|X2MDŽbKxx}w13~ia0M $0כw"G98 !mJ3sCU.eSX(_`d(lm(rh.lM)H3,{n/=z A)a82*:cfNP-E\+:_4>*W^+xJ)pXg:[Y\3TA?ifR4G _#Vk* Qu` D_ -y[wF)>NcwR1(J/lUvYMdz!z.sŢѓ:/l(Sni  B߁T3GuCTe]hKv(vyxyMd!3o CV1W%* 8'(ĕ|N9ӑCI7gGљg^Un-\z>kQ32DGMϊ鐉RYWWFq̼{u~`&XOz *4֓XGH:4:XKInS 3j u:=FR?+* 0n[-~#FC^:6PuB Wk99Scf'"Gα*ԯ$zLL2mB)% RmD_Q.mpaįS6 u&Vc՟7c`+yj+ZCpͳxeL+y蕷nMiV43dk: }AN09du '}U[ r[ͅ&+?. <:Kck}2i#4;o=sdD˄*\K2l8^z>5evo/^\ɐҽ`drjVX1}(We.$Ujss<G ƴ|`qjNpđ6[!vq.&,.P_ Rf_>' 7mJ&wh- E SH}u^ 4g ){fA׊(w)=m66ַIf:OFڶi~=lIYf36>3]{3HHv`1[_ xl,ߒ ĆT.(ϒqEZJ+Le( dى_ lA!v41`I̍5^Pb &1|~ūlj\Nv#GȐF P%4j=Xt(oJG03YI}Ip, v rrZAK"͆%/%g` kֺY ҹq6\ա́3u !+9A@HX9'qHǰH9"rS1)v1X0W8/b@6rv5Ϫ'yW #Rɕh^ aς(X /,S )j=FT (II"I[6N,{huRy2p̫51]lc(BU=I |/P3_7:Ԥߵ?>͓U^y ǻjE$!G&= z7bIgFG8&;6b8/xa|)̱3'"%Bf*L4 z)J6Uu!ka2=rTSy̓u%l]^z. b b9(">Ƹ') 1z:b%[ BR@Mگ*ǣ)$ ţ`" h 2HZ%P5iK*-߻ .f"o3gS؇}m4$KM+Z^B)䇐k |OÜN1vՋ)#ѽ!^tP5`5Hvv0 ?^Xfϱ2(J% ٲ-~foH֑Y0Ɲ-3עsɎ$LKǚW tl&Rt:x:7#>[@(WN:#8.v=1e{Zc ,)#%rBb45f@Ʊ5SnăQd8lR<ؒC i^vJ|!^i{ޭMeaD,hJw{5oëbCLrA&|5<4ߥcDg#pOl mÁ2x,^8W:wKN~(+½K=%E4G0p 6>?nln7YG"5~59@R]bH6b R㛑dF`AӂwS>X[`  )IRI2ht}e_=/49hV?m o"ˆ}22w?&VHƗDZ¥=*(Bz .6?2MW@&IH6';9M}"CoIA(s~!(7rPX3^3s4<w&:V`!MZb*Ȃ򁞠púzr {ܒg#=ܐV͈XA_zy~r^WFwKUHFRzn$]4*%ecxd$kEf\LS+*ByQ˰Ȩ%u❪ߥ =D2-ou 6o/D٘UGҘB&f &@,B=SZ3DxO\#z\Ԣn=$FznbVzg4_Wi ̑!dۍ']P7Z})9&X !WLW".!9꧋ @_Đx]8g̛ F>D}#|4LzPrò !p{S|n3_o!x̔xw(U9gqψG]mCS!)GpŅo-"Y;,69n~U&= ?.jO( F~cLvbF}\p~tdX¥;~Zjsl^}&\hYo9ެ?4Fpɩ~`=?PxխJEk4^:C> >yFT`;Xup4$bJocyaF}x-*Ie6(Ta= >}uk Ln4cO ا2V^<|㊄2B-j5MkoM0i>ENƱ(k^^z>rMzדVKj7$J~YiݍYxÿ2U*+T9n}iK]If(1@pȤw5$Z8Ԉ"C*@>eO_} RbgydxT, A*PE,V&4/3Iwޏ,"ϵHKs┘wxS+r= $KQQ͏ˣVyT;Iq2Zۆ pA, g a7YM$ox%vks_ć 1y&i>jq~1jHrLI/S{zN7C9;;z%_K +CL$Myr0k:Œ> T ('a {UF$1M^v0`;cJ^q2ⴃ6QH^9es: &ǠZj){=)(M?`Z^{P U)'7"{4>_j-C#.cC>n$&>4-hSN*$,]}14&}֊z9eRx6tlqlNW,:VMoOd9FqD3G ^I,V3Uݖ, m:y*q<4]ڪ(/>$Azfv@gr9fxkp% BT#PZ eLp9n&Kԙ@tZ+lG"IwAkU.9v]]yڀYGS52.5XQn

x|=7)ۦ?p#~ªj&yM\% 0A_n0g!ڂZLr3Q[mƞF10kAA$d6LFb*"bm4J`PNao\1`)gqgr7i|2"n O!QuI;9]UmCR>Vԑ<|'p4m2 C)Ro!p:u% =j 0Rutmic  QljB쒹A}hU#W]0y=$s".8ZzrA{Z ݣhO~\){-F]uw7oj8zyB34~M' [Z+$v\́VCjfMdo8jJX잼ع !Ȭ8ȶҀq?ډ'RB0#[= NG:Ov:kM>uH ڠ'B4+uId!{LdZ@~7BfOҳ |XԐSdYlQázgeqpd6f) @MR+Ь  #GC^|\E+i IJϟtSf8<(W:L"GBR 0:1N_x ƫ]8XSlݒh' Z_/Ḇ>~`D.JH!h;+Ҭ>`Ă&\Mצ}Ib~& LRKK 杯3A\H^} a"|hqa3 F0Ȯׯ췡 HV 88*⒮n~_ Ω4g/+=ݒi)kjxՒ i#3/O#ԴhO*J$ JQEfzֲx TI'lc%)pGި`( ܌ѾeO]\t!,BhM֟M}Qk88uBb?pƗ]qYʔx21C賬%|V*La~}%`parƔ#wu6Ck:3TҲJ&*Xf;I쵔x٠= )mH\~m)g&H?nW('mi4=wǞ[ǟP~8r =/c_cgG1݅IMHKନ)%NAإxЫӒx{3Pkn{ղӿiv )Ʉ^`Ik|"ϑsm^2W:y>Dgzx_t\Y|7y!R su3^٘Jn[[5=Sb90vy:h;`VIٖmfNʂ q;ZÒ@e.A?-/sRRb ւ!@.7Xɹ)k eHeO >+3w$';nj?ܡIBLjжU'E.ZӻSY=`_!nw"80V.5/."/6(^֚my۪ /NGg|KRCtGwp]cx884J1\uguw f524|>M0U{YڬoG%jX#vF`sE\˽q,0na6]{6['޶w`1}Lׯ TV tYOxEF db&4A׃n([A/@\iO$7,N<ܼSaJm0&KQbsUK˥h0mm6J&Hg|_EL0py7n)mG}0wl',}uthJ漥鋋jw^nֺzUha/BR:mp-1gNcjgܙŏ5˜* 呟oep1$Z&G ';7yx6%hKf$Y Vh" Y0t6\6brݔ0i~2giLt:eAI)ZMB^Ocrٝ } *@>Y4 DV4ە1ȒB&1`?7Zmsɓ& TelS[^Fð*jT5f" ~?ۧ(t>1EҀ8^;&,K="S0AG 1"yAHNZ2'Ɓ%TT"?D\;6Ϳ0Œz3l\|t618_ުॏi!>?ȫN'hN:r3"foL="I|ۻ VZy3ӟ8(V Ã/ V f!c{'u䧓4a>zn5YxCә։q9)8d_&tFُsNJBw!AMZmH,JE{hhš? ,Nrc2f \Q|3JԷRAo]8GNG%0fǚ ױYI@: /x}EHY lT*)oO40Hc"㓲 n{u*tWQ.x-*9P5 a!yMۆXa[uߞE1#n7(УHC6⮇Za[I3Z˾ HZ:Xc?=j0'&S J2n7aYH^J4r?(ZQ/ X@Uʌgkpqfys*U<2xV&"NLi#_: xsRBEVt@6_5"sI%Mu@)yEN7υNcr۞Zs n&H٫2o̞6e4ݭҕ-5F"G=VeF2Qk,1r6xje]L )34DRo[ukV?) Ɛ?^#XН^̣1ڨq`p>…=H! ݂#Cnd0$wHoIam\fb*+fEdU秒yaГa"[ۣsM3~ŝJ (' p˷ |q@'cTX+IeNÈXj0+RQ,s=1k}L#Vz&@xgD((r | \f@#J9[;D)Kn]^XD4L;M_Z>\ܱ˶`ɶ{Vc"S:AC٬ wr.duAd8R&P#jU].}1*v:OM͒)?.||< sk)*-Q?x0߉ !5":M>]T٩y$?[>3\O v6+hvkfV%[?t1p܅g'3ͿoKi@GB.Ch -ca>s"E-46^ZܿMEYX~%I^0raS#KaJi#䀒rsߊK)y E944`#o=1p̿CJ7M_ΘI1Oڈ#4iHIXܺqp="duL $'AёEmpgE{Ce ucIf^=D9 bkM~JT~M^l7;;EpeԂ0 ȱSr@j&}nx#<̡m81Jtl~X3l >dupiY\%pu듡>+u1"t|gC+4 iwj•frM00n }\mAjLKz^wsL"둨i|")thyePԣ+E1쇤 OHamt.lA֞-?{JrxZ/c. t) wG]b(@>#WV#j\wmS1 Æ@'>+ő, 姩$/o|H=TW_KDhu2mt>9OY]V̮m/]V]jfsuxy}zU7q5;" )M&\n-Ⱥ >݆CjBhYjS`cgPI9jG!.+&{*0ܹ/PM"u<0~gN\,i%12ܖP|9LX@Xʐ JKznT/chДjΨCnEٰj٤0G0|T~M<5tg8ZZ:_ ?"!5QXn_uRfj?O:X;ϓKv *%*16^TmP݋bD՗" /΀eH][P\a5Y(BfÐ,Gb/TH>ZCcj1b#[W[1<ױ!7n RٻZpiƙb٣ӵaT7J[x`,=d-7togP)jhH8X߰S2N@Gb\Sф \[m& z% 101aǾkr(1γl=(B#I K>B1sE&ryx>} .S}a|)s$&m yK疰Fx-9h~ےLLBduS6 \*f5xR-/D@}cueCE>P Mꓬ ΅@Rb9|CP""19Gm8 ApH&.}Tw35|L0+I '@$bGIF0]|oG;FH{1iւ!gh*nM@7+Yn^@*ms3ɦrb׈#Xcsjc,,х[+"1zDGKxTTyg񞲯J3Mgwd o8xx,s*ɥ4H?3hcB㪤UY^ /W7&k,~\P x >@¾+:3NZXVf$4 \p tШ_Rah߁ ,2FOP6хE&W_k XdGK\Jdqh`RS6 _*Fi0l p6ʤl-. psim6L)oTU$IޚUؓ.bg;.iٌ%">UnHkOI|d_~vۢ/}s+.#-%C`:S7FkW[7lpKz m~% n/Eu5F`ՍqLæ:ӧ31,{)۪؀*])¶SZN#=똄Ne"|QK{Nk:|[z?n+!ᘗpKP` \"[D&ږ&v[YJɁEY\ysa(敛~`і܃չr/. OC&[;$k:>J^j0 ?8%qE bVxRڣwk^[l6uW0\"&$pқ]eO EoT`Jlyd>9cB;E=V-ٖCVmr'/kaym7kU$@8vt[2;E3 <f E!? O[>b,\<)bʏ`g.^MI`zeh/Qcba`O7dA`^}J_k?–uUS:< $c:3퇒.eD/dyz=Ҭsd*NxEkL,%yvWZH)_Y?$eßaݓgN[3ծ_K[`94#)#AfR<`VY(P~ xE% nƽUa&,901AӲ1UEq bc78䨦wT~3H?J?Ä7CzA˿Y_%Je}id<7 -E^! t]c ܧ||&0FwB k|ײ.LnŘsM}4/9qtKIH,ƽ#^]D;l ]ز$z.I̿*%$D[uŸz8N |y!IM};(㪜 ) .tc 8q2QZ8jHc< ieR`2 BEZRUB`Frr~kFd6Ht*f'/]8hōu@)M^Y, ەK<"Wf|k)i/wG6#&~a1&;lL3K_  O2ck3\&lJU ȸ ZrAe^5Xyb!j̤2{QCIbED`%}~#.:wМ<.P?Mml(:8,o'4CoW_T`L;+̸dewͲ1 WgYcCSGơYai_ Fr猽p>s+҇pT>U"pש1J`k_HbE Hs8!xLm.?KO. fuV[n{_O@P&j3%c@dLJ/.&g/X4,+飽ЦZƊ(:N_MTq)7uH@E ~hz;h"hV᪐pw`M[ v <)u~T|~۵Փkt黧H'?5ƕN:ۖ݀4Jqc|A:a.o3z JBb Vqfrll-cZCN=zF.SrSjnz9?)P3UUDq}cD+#ZA%3 @0%\x? !ˎ spem'̟__RZNx)MMG$+ک(VTdӐrgJ1n& &%k%@a3{<&0dn[q2$ڭQab##吔 #N{]5/6cy#H즋JH)}mS®%JȳF3~T?P & Umo<6hA}/"dLopaL 0 U,wzT,iBeryV]4$U\—Ar%DW۶ @EX qmb/< B# I/P}$r^8Ncϒ5XƻxN~/=P>H$0נ*@6xvUg5Z{rՔJ6y3[UN.S|Qie"d?ڪ*-ܛl;"pu@ 5iQ@xLA慣 )Hk!`MU%uPm[fAU<8 jɹ&,gy%amHAZn@'/ 7C/--knd$0 xcѼ_̘d%GMQ[Eх Qmɴs..' v/.2"h>} Fzi-E_ dAxyS^4-5#e+ O #!PEPjJiwIn.eDK".t16[gؕF9\ċFQL<hUrnfzCܣ*UqZ\z""T  ?q>h췻8|=QA . fEĊ HDyTOrL;~ObUw0e#6w/lojud}ޟ8I,A!5mO#pps_̦oXxVVFŢ8ɕ?_1|.wstbWa\n*R{r4]ll cY;:|}ƂY~R}Bײ ƌr*7Ia[=."a*]vƘ&EؾI?jQ#_m},aoį{^&C^?H׫:qTnH+pћNjxd}R-'JB-%fOS)gtNkx܈ܹ_Ұjx&F8(k,Nfqb#Q`p HKQ.(Mrf58^0Y# BzQ"T%)]ħki']_FFٕ* '@GIo,.%o t"fCqqP'\ @~d F/YZk3F4ƻ^YB r avA$! yW7C[[ u[JUs:34ϡ]7hB/M(uqEz&T=~R&E'xdz.sC!|`*xt ,(q?} ??*B~fВbžav>}g ET ]?G8{{)y k[/*nH<#_CAsZ=, b6 )@Dž! E,O)E(ʤcqR X<8㈱ߒ~Y>ݥQ/ 369Py"\hz%)4%^|pktu'#[ά_—F=v';?\`u>!'e֫dhPOcO0ND=&xC uq  <nD8p[e` _km֬e8٠1''FڬW ]ӈQ6 >Pp+NaQ=iW Dg؟0G7Y]^Z?@;l>>]Li?]t:[ h0OԻ k{Η?V$gO.38Ksކ$*eclSJT vRKɜE #g;a2(((MHm[>*F-4&YaܓaS06nӚƺ2.>0r5IF:^>Ș:c?>G`SOw,coNrV@EGawInl za&j #nQΘ[:z"wOBIFx dgb;@U G(_l[UK,fK+*$qABl;2f Vq]K3)7|n1x9]Z&m|q\p񾉾Ov!oS39F\Ha lbiI7C`~SQyra.Շ5H-3IgZ]֐O<gR( iyjx$/2 n}>_`ոG@vD *r ["G"ۘO,>b~"|X;d87f<34>*d;$XAGg6C-0_C7$Z?0yso DapqAn٥|$ڨ"w4.%^ `06 ZO],GAS<4랝/?&<ȼdH!WB"e XȖ`B:RLMFfqc/MSe&y>Q;/Rg( AL7!.&i??NGɤRƎ TĀ.EjnDו8Oi( & ;5ppUEOOߋ(ڿXOfi"4a96qϵ)])g#zYLX z)1''1g 2qFͳu  H%IXǖˌu9H3+Ͳ'j+|*V"Gcm`pG`0$Bjpƍu<Y 6 PdsfJNEڀTm:[wx N=t!tPVH$2D8x/'dwWeUƯfDlo:xw l=Lbla̝X-]w7hY'P9˜ Mc8N45<̫REY;x8* ]Com:Nl #; v|G9ޢӠdW@c%{|&a4hNt_PI!=yKr*(GO(^ ٱI#o0s1V+; bF'lw0&%+7B )/GsBR'Rq3=Ys17K z T6\d/2U*Ę۰=ד}Gfrի}LjٻL`p<CJ֣y$|G ҂H8yV) 7 <_5慼tV5nX+{u gQYE7jۏrzF<(kL'M!ś=7i[34ʨ9d=eN>f\0 d9SII" .| '!cOT`.QE͕}r.]Eac{-/'ҷD!# V ۟2Ln@d#Uxx2f%ّפ+W[3MzX#[kc x1KL3p[2+r_"֠_ Pt w7}H&V<#T)P?ՇwmmL\g,f0V4ާ}eQ֑fof9U>א%P[gg9 [uy6 WꀚZm@>}@pfq`ԽW8TʰzR}vN6=`QɅ\x&-HDsp7/tBH02Zιع{*PHqj7g;·Bg>3:(e"T7-y] |J9zZ#H|ϲ/I6b nv+fc܄̶NH$tE"'~rGvss:'J+/m <:.#DTDh։<0D mJֵ8@rw~C5-ͼkf;^C(dΐy{tH21Я;gk->yXNӂq$NnCX|/JuR}q6]+MlVj[?{p u.qΈʍ9#+TjA+ @>r#{V_?ϴP H0X[ڬX5|]5@ )At0zg렛,4byћcJbqH|&?кD%ch*)_0gB jqyvڛhQM x;r`%Ab6#&q|dx1>ū)ʽ9\&YRZݖ6>,mHײJ.= X{'eɀ.*܁ܠ?f?4£o_$2JF-}3m VM,3OZ ɹ|ٟnbw[͢G0)F9Ք,94OMRuo[*&C={ܖ2Ú~ /R]IxNA"%1cW W1Z. $U/Z 5cQWsH FE ?y޿u:'u _} f71NGq~(%)FB]#5bTS[ܳmfd|.WWm- 6V{6k Fz!3I1)٤KPyM Vsƒfa֩^'˭ǂxު-kE`]ͳn-#ATnkFN99Cv>a7@/iڂLaM]| QV\|"ٿ`y=2 ˺l)A3 liל'to1zC`d,42nVz2Ju1ʞO%Z=_0O5p"!)oN"7Od3'ۉYȨ k!1(waկצsDe;Ť1qƨ` ͦTHE8Ld(f繱}椔fNP5塴> Smv2*E"Z쥅O1ufmqAqŞ_^>}Go(^yV3X]IΑ]6و=A˿0JoGLY_={Z8 rIIӆ[L\ݶ|+21ԐU;H35 ׊ zx/O6$;"[6$D:e__L%: q`q^8_V,:!sr*s1>XwBS 6-} t|qup΍e(PH[ AYAɨ$G :!ӝ2L|<8'UŴ~SOW 1O %9 ZT:ro5ݵF?=h#zu{1F>ی\.WLx]mn*w]őlQ#A :-ajKPT[&yii60}lBR+MV)Fg4 ocuwMά'6%[?HJ-S)XWwsHsv,SFqok9bY_'ތI+=o_41h\z;r'c^ۥWnA ]e&>_W0d/?y]Qt)QxwUS84;F0}Ҩ/oDIFc+71N9GvA!SC^([?YmM2\t+z,?{ы67mN I=>&l,넩c'SvBOxOdv>:j39lUx8v>M kSWÀGTPlΙcP׃@ԆnZ\1TKgAMIR5z_^;ep+ z{O'SI"!`گSuq[e;ey8wvޫ9|@uL äJa<:6dG~vbBּ l&%ZrMee&2pk୰r\mi ׮HxpR9g1%l8 Qw-0$H7 .f n CxUa gWhRDGy+N-aL?] dCq$CؑD fJ74ϺLǍ%73vr%Cl X]b$u$zO[:N,CtWwFG0V ' PiH5}PAp23\%5ڂeFv7 Bht43dDžQ]#D}-L-M1" BZ97zoG(8j[^Nafpg7 9-sEXCJoG⌚L59Fn&Wەlt7S%%*e;K>\rqn&HG0Wd՘r袳9.٥(Jv霂pʼ{{@|_*|P6AiYr˕5,UR|'ُ y^Z7aK+4I.O4QVΗ,dQa?90qc6LɢY bN~]cd`6p*`MNu-Kռ9[lW[\W ã[~nXOK}y`l/$Kq= ѝ$|TkC`{YA`. z60m`)&s~~uNl jտ'ӠZ*Sɲغ#^"zA)9ZR͗:ɭW=*6|@"?cJYrqaRy_5Ō|lK#Xw3ٞ$,x% CLWj%&Eui!7݉ƚ]彂l#PM !LEH&DmpzvSГԇ&)5@g >u7ׯWyuL#I5h} 2󞙴칕0MK3?ΰOC^S{!֗3-8*WlG2Dj<7\}"pSof`M<'x.zͯOOA#P3̃ZϺ4 ^/"5MQ`3_%,9؏Yò~gɈ})Ƅ$qUvYMwP~je,0k8Ù]R"X8S UêHִc%d%k4/^5W?}RL~SM)\豴Q3oϛ Bb.b~rI+nmJ(߂C&S tN9n$ܭث)#FL+{2?ciB)\G$ZFJZVi[=(H;Xtr @?bri9)54ٺ.[y-!(x`(p!Ⲭ6wDL.bQ~REj?g M^L&wvvS#%t1 dIJumnhyDDr0ޘ`hHθ)2cl|<˞7%HcHJSӥY"DԿ^n~1̦?e2ʫA!C (IOw2'`3< U f)!{/7+"x|pU3UHgș5 k%r :'I /3]8 ! Ϧ Mwr=,>׶eQކ[L$ ΌCRMI-FSz;uzy-;@dk5qJjR0ԃbI #.=F[Vq%Kgy&vrgm:Bwgca1UH"Vd)6jž/Yw-qs.nRFVMA$b@G$2TM2'nTH0[X=XVȡ l~FY,vXkNy&2 b{ d`Rkg΂#]!MR4K̴(ϜoXi DL`tK_hk<|u&\[@wa\ki㒉LÓJbC+wŔ}5؀u.աP}㨩>@2S_yHwv_pH<0Y N,,@f7.v@`g]ʐDIxcPX,O?|iuNl-TJ{ˆnYШd* @wk5w*IFwIAB s/ݙX_PxtC=N{RT{Et iep+NJrn{.#]=q1N- ;prv#~Q}!~׮І ,6t2} arN\dM -Z4 iD4 ZMq[Y&(ul6UcCw-f-(a'*;9?KӸlZ@xq{/+&\TpJ~i-KTc :kmz!0)ѵ#emHbu:㈯z`ޛ.>PWoB+pvWesΏW DÉ;Vel۶(}dx[XB)|:A$$mC  7Z,B- 8DX7FhEqNSEᗖA) S@kb_s#aU߮' }Yշ1FT sySy0hz&gl))tu>0 ѐΈGSeqؽlv?U~oH[":S:|sOsnHd$/#=vsfBV>U%a4x> LXCQ_CI-vM GM ? ᏳT&tB #fOlMxA9Ct;cv;sL IMeF唻\*Ô}w#_pjFU.Wf rA)BwICr]]AC0g],,UL _jpN'/h<#WHHd7SOꆔ{HסoO/νl, &rcDJaP0 gO49l,C,"w+А}V8P@fݤŲ]cJz%{-k|p/O7%A`%9cd`-0X'lzFU9VKO`%$m,S|Sݙkʚ̥ZKBl-HR`Ya ‹ڛz-}FOcAYN됍@-sHfuZIMz|T~lOqwF50ZKv~P`îgݘjE 9`]G1EmO[s1WTk>MnTze M۽Aˀ'WzŇXTD$WMڭPccZqh-E8VbfPAֆ];|[@sKqҹZ2o ϏUU';p3aTx:;KZ>\9u<*)؊BuyGCkX}F׏Pc:LH˗Nn|N]IquWP`q 52H3A~*+bK:XIƯ;!#kqJ+ :Kde<^ 6h(8[E@SU k)[h2-9q+i:?d3&_*='W@,t] oQaݿŬƧl 4'F%")TYjqdЀo?Qm>4XD {Bت_ROʁ펵t',{oXzɤ51L"nT32ĝ`@Ja⚪qkFwkJڿ%gGӒI˹{F ՉLH;mNPD)*{Za U~l!c&]dXN7FƧ(e(XvjмD-wioJ#FaDŽ m؟c$ZwuuyO}ً2CLQḲf'Nn5GB8#PaU}z)n #H>3fiN\@N PURv:o3f s qN4ۑk[& w)WJonS\~BN?Yt]26d 6ҋ|JWE~ۣᒧDVlޙ|ADOi4D>瓕Q]$vO >]N{U~|T-vmλdq:.s>Ā2%qAfk_/˚u1-Ó;y8rȏ]UN+`Gg&FнHBpI4Ah3- T@k^p(-x9I} nΛ%4'#kr*3v |Ql֏ccDUZ7ZCD$ɦ&rin ;"([EW'@!HZX%㙑 r pwX"9j_;z.J\wф^&}2>^aL3 o|o:cJ_z71Ň# "亯(OIc?y*&P 69?hhI]elC!B֌NMcϑBKBIwA.&|E;{C |GT.lPCdsA}. QDT_6M_Wtߛc;״Ζ%'fhwz+pL#ɪk..voIoZ&\Ė9lq9=C ^g@}nXFuк#Z#нg4!Y"wy Yn4iLܭW+V= #rz_nÜ27Q3e~u+q+;$ѭeM' n!n-;KЩ񋀟 '}[:ѸٰK)ED[=fk[Wmto߆DMx>Ĵn/ӽ(CX#+ҬL䦬%7fGѤtr70 ,CU7؆ta*#(QhrUEo1+yL^jzS|ᄖWR\±Q}$_F~ ElGW,wıuQ"0)(kwY f;~B~R{@((L.]ЅfH:Gs7iLH͑L|=.g^4b/!'hrQܿshsw\HԡQnvWm9ƔfdvW05|/s%fWpȹ,Tk`uCCxAC 8ACЊ׉?@2IAf|u: y(Lzv<y˹+%GYGJFZ]I0E4[\Sշ4=h4ג Crx?qgxc!ZXjFڪ6v}wz|n`*]K^@5uëV*tg 1Kcrjb[y-~A3`Rћz?JDn1c\@̬.jwT&~2 &KGm;r!e.4썴\ί-cR<6r%(!^5z1X6Wy N)ur">luzbv?lTk&޴Dq#-tK.02 1Ee'~+Z1b[#s&,<ȝSY1R5$T}:EIˡ'huv㳨*8yuUh:y䔧Ёh*fHhc8Odvǖ~xˡu]P~Tr9,3&Y<8}z5@3֦59S8K;{[%Ż?@z+C1B7*eJo.!R|RÐ ]Fzz`P w7aȾNeXLO70b< BSEQW=g{ʋ[sKYr#N* kqaLON*Phon$3%1xڂܼOR,~e(T㻛l \^MzKx26JxoT4G "^mU2e%Eh|ow͐?oHK*\;;eWTnk٪3n?} 6I{ZZ k|9s \]9VufQ ^E'Z>ƚm.[Rc['b+274btHPem%0knS8>p,a2Nf,&z RV="ɿwY}WNg ,dJ$RKrn9n\R" \x*BV.8~yӸSpMQ69,%QI?v rRƃX-# ~ Zye߮<ݑsM+b\R}D]ibI2׃-iR ;jWҪlDnU}iO s%-)b%A&oQś+67oV3283`t}gC[B7㾏Ek&{8"]D[h_XO|Xo2Y{ G"m/-3`#t ,ZсV_ڪkڷhq'`\N}O84l~3oE+Wf>#bl|=G8V6j%+g_jM 8< /4"*AFЫ#Pw5* % 4Γ |sHtv.4 k孃A^ЖbLUZU[> P/-/JU}$ 0"7^>SC9:>լ*ē:4}^.wK0+ss6RH;yKi?X$AB4Zࣱ(4LnA7ߘWX(@oڒi! cE^Vq{veՎUWL fsO#L\ k;ʃ@♝Ew O~bFU0Q7kaeRBp74:|O 5bK1~m^-C~g+RC'dP5~$?4sD½Z\eg*56Z تŷ]-/uQ5o>+_{RcF ڼp hwng7ƿ;QͩoRh_ p+W[8ٸvpkqWzKeyF~}3QX@zR_z q1S!$qx$13"~H:zj8ECk%q1Lbw=}9.YYCHe\{;P哑|'Ք` '֞{8 qFa]pM <'dVz4#Z\y/ƆRc(NJjhF~ J ߯l[3 Q,YLS5؇eZ>(u飺n '-(2*+i}߬S8LO!9w۲isM嵖9^k@׺9.k%!dRkd?Іa^NމXY}&8D7rZ3<ەz=^PÎm(|/ROʛ y eAWV9*gdix~YW?9K0]ʔHʒ*Ro*=y@[ӒLx+ǷI߼'&xu#+d"idn+7Zv O`3uo3x$3%@BFi\S6 g6@6+)< Ŵ?nN5:zHniuO*O|ES\-61"cuggQөz8:`i [1r {#*\xux|ci}/ +R-\~߮#R,!9V>:mD`@-HÄg~l\-+Ux@Vy"E0H>WP$d钧Ⱦ){>ut# Gn~l`\WmTMĵ5 ]ۖHwy1}Lv#˕Omr(OS)ҰEZ[&R,~Z;m]'?b3ᨢ`a I_ϣw](7lV) ({R^rsX.S3DchWh:Jk ҩE'aJz#zӬxiAd/5 D~&\k #l5_bfVxwn*ůc`aČrHѻ?|bfke0Js-awVB S "z"c2&M8B`aZHFh֑޽Gmժ^"x(E=د)JWTTzt/gQq ,|C`Ҫ`I7U%c5V)g3!S:>M6VfJKRrUrRZL.M^ KԣZ2|o@Ҿwowڸ:\ԟ'i:\>@XW\zg3| ,B}}*M )#J0>ࢉ\mp068U!1mC4[938'#NxqZWe4  8!H4>>nOh=WѱեL~ @$R0n*QJqgT-ozG3KӚw5U).5{@u`\؉Sf[nMke<̌#=a\%Y/D jH~4~Ce}oTl򽀘Ϲi,i 4}MDNr_yEܘn (xrQhՑ9Cx9src Hzvfۗ㋍_O6'7+uҢp,I;g|-*Wy j6/mfγ '.v6Az h+;ZJYf?N_|@O\`Ա/e:Iv\4'{/xIf?% WK"J>[=xӶLfE.XHf?f& ?E}8~xѶQz,G\O6qRW23aOI2 5~ Dnقc0fKҜcؙ& _7'N"(}BA7KIlº-}5(3Ƣ(|UhJ+:ԗGn F9RB(Z` ޹lTyb% Es'GdpH5@HKQ^f.h)MXi*yi?( 'n]QbeVKH%= j@on1`͈zo S ˑ߫3⃻!V-upӒ!pH *gi^tX6m~Wïkr[2 *W2ڡe]W$iۡ篌ק?S)l|mvNLwgbyfPJg ؑ_2$ e_Qd:&~X< J()=lM2 BxJ֣2kXνW 4ywk ':hhW맀+W,obI 4Nx|̈́*Fp$TbP<r9zAkYr(?RIU2V$K24Zպ@yK3C4!^[Sy~8\!WnKn;%!l5s_zN{pi#Nl̾;(xc֕ eO)Q.0;Ih5УܗasM@.?62 Fv([P4FdZN[?EH3)ӽըwmd_1̄QƙK,濏F>w`QNNjf.Ql/Y2t:.7&f{&SA}d ʬs&uS,*8_e$٩ c4A#?4T#anɉXOdlG}GX#zKMJ:cmQkQld |Rn/~]RS/~j([t uǠC>1{8dL f~Nˍ ZV623߬zYd}^gm6=`5B`Z5#2L?KZ?>lFq_YW#G#^Bߢ]S@v<Ȭ@{tN'gF @!0vN7^˓:+o<&˺,}%boF!OALgc)?ȇߺ6=Ac=#Azc`dimj[ GPTw#Ѣ޽ g~%9@U|PrjVAIVO 3 P[OƊ9`.&@ַCՕ ۗCZxĞCjQI~K/뇿aGKi+~ o ]6ieKu%2[SmT>XvLQ `t D>6'0 Z-|w2J$ |EJh⛭B"V! /XP )fg IAI9y>kNϡ,X 8mct>x2 :'0C 8MBFua(xMVgI3_ ɼB}_(xu`G2MX |d a),5kcO9:2\Ѓ7.tiHgT:33m7EdL <+VsBNggjrpC 8%8PןE z\_!W4nֻ/ IX4 ^ ݹ|@n-TB|nse~]}ai E~_ afq#Wҵ$pU n٘%:ƀoBHxOiB$m7_ {It!3Ĉd'D7tlKnM '|i'6!5L?zW^qvupQ})W+yv6=/gJO0r*m2I\"aWVet6IMI?{;_'DF&곮JÓ2f!_Cy%. ++\fn?!. $_Ek-ZMW[0D恃LLB֟rgχ{zo!w Jsv7WwtB9 ((&Z\$U[oT^ݬǂnt.Y ^HPt"u/՞];n_((n_b;zٌVs94X)i!U>-I TWGٚ-n걘A89> b^%1T@y`~Jk帙 oT |2lM+7l` tHǚpS-"%kvKuu4Ǔ@|)Z\*=C_;q<(<'z 'b6\ b\/k m:'I6BI9݄h">WCK|R1R 9qeCZxUڞ+ jmTNЙ?ZJ[ DBtB}6!f ]HdL B/Lef\ }Ҧ=l\sn.?WzP;%cOVOP:d4$`wI4JW=Pv?_3=Oa,ġZ$6AWNkHD9`ٮ{= (S#5 4ǘʸA>TF_v*.Nm*Ҳ!O`Lԗ.!RkbDco_8Ԇmu7M-0P9vX@[#WΨNA f™08Dy1)KLSv‰ieOCGS4oozpEV,e#eEvFk>=x/ֱO~AK[Y CIҘB9/zL, ܹfxN0c{\,/H%2${ |IcCW{ g#9G:; \h{%7 "]5|& jз1RpDkV,0jOj5Ǎ`;Fm]$ a@mR:FlĐ$q; 8!Yu;s6F/lNcXH A ՙV1V܆}CO:9FWĝ :P;8~)w%~ȉҁ>#!S5mãRl5i_=Np{j OeV2\jӸ"[;6h^f-{g:|R6x6ȭ$+j3$iz;IjgVR&:謀yvppL'_S+: uݨԓeNyXuR2x(ߕwxp_ 6|rͤ[nc͓,70ʢIdc _?> |lAম>YKN+E_0 vN# 85;$%!_24s;#{WJ= 䩼4Ha[ؐ<냙%ߺFixKyQYͻ\6+V=0i7|=T]@l #PW\@Y2 |ɳܖPljHu*SeG'ѥ6 eÂGDϺC'.lPزNi>@)8@n$/n|F}>(呭o"Av@%AvOR cgmnę2Lr%^ rVL^ih 2+M:'3yf pԾ G6[_I֮u ovOK] zyr[~!w=BO&عc3vwǛoMf7SV;7CD º+dfRz{FF֏87&o:+xnlrb`z=5=X8GUi/D6eAa%^y~g 4/;d%8e@="׆YqA6x\FdD+HʦM;.!vNDJw+Kt*Tǵ= $X< "PJvOKC=l$4g'Tobu6cV".nGꓫm=2] OU"XπmΈz?fPSr(!h)1W_ͻ![|Xb3ۆb)?qu`PHHxn;k`x͆^_*֚HkNu!u@2M@)NOu(p\<>*;. ,.H7ifeI}KN)q&j9_'LZk<.5MNlX~|.e'vHIR`7ImJn/NބMDG~ɛQ+6;|w૤tIs+@4lYh<-C9iks^OX2ء Jq#QC/NMUG7_)t!U# c;4k+mל$oH[?{7 6zp @JCt!/W:NxMZ| g{5_zh?̼2ܾ~bJ&igu<&e_%rE\)- rCܳ'ױBXY4?E8FɺwS$& OGd;UO(!B %tr8՟O{}+B7lL`$<\I6;q;dwsEJt^ɸPcO$:lOV7,+~{ e1} C/*x3 % < DڂAu;m#0L[԰xe]p^@9A`@^cWlGN^ xӽO*g0e[xe$-%gR_I*'%@cM_kt*^ܬ~Fk[Y֖1b_[¿g r:Fdf V90<.g3}ӀjEOՅ&/ :CiM0 &ӗݭ.vSPj4gZx(% i:rwמQ)]_|5vX3oSe8cU ꬖ 6ʺQ][EXFvsUDf؍RԾi.?ǧ/H 읟#Hf~[YU+̆?bX}թrxQ:?a^(ö˴@·bήͱ?nYƩ%eKmӿRhW7_/uht93< q 4MIa9SMг0O\ Y9fOSw-aX&{kBJ% ^8KM9j+&#u[˞qHvÕu=U-B~e>cwYNQ*5-&&3}(3=҂v>2`>* - ^4c'1 bWCe"cNsϜymu( HNutH^gGJm:# K nv`P: ڮ"1CP۵-<۴l@IȞ'Ӻ@FWɅ⬅x [E?*S`DE$3XD^<~HhG͢kn;XABSw%͝=G(4[u:\BmF[d Yo.D ahgNDiѦf0-1X""S<~tnq@lXc'uOu4\usoG:lX,kbxqD%gaEs5ETMH#aE^&"Gx^ż or;#?B) 1`Wn](Tv܉ФڋUsVYj*R:Zj8 Nx(02 hwȌ>X1ul\Qy#n-{g((+0kH<AӰ: ĉG1p-/Nwf~!8 * 8%LLl]AP{0yRxFSd)v᠝4"ȹHs~W۰c8 ^'(&YԸ+PXe0& bJ/5Ѝ3yğ|n:תb~<]1sGpM {EH&wͤI6l{]>34EAAaYZnhFo";Zu/_ݲոKejP9_q} {;luj, x4|'WH9'xod_Kz=y<^Ckӱ~Viǿ0lnD" \o4 N%9ŁO`!=ƾ/?8S#palX Hmm`m*+d (s/v.$l*o$$A.`l۳zBlj. Na/Slû^zp{g Wzq3EIO'`CA@ב.c-j7DS7P1[niIӶwu; ̩o$FՑ@qk F1vKr, gđ6z{w Kt9KI ˥BW/kV/\/;XCr`6bXGP/IS7OKB08k? ݤsOok@ Yݰm&lN1 G#j vT>'4[`њS2 ӜW UܻSqE%nit8Y*\c0Am+knR+>B_t NtЦT<.dϏsYs0ו%gum2*K>LQ*ndq2FuI~/c3Y-#C3oK'W,R"*_ݼJc6`BD@s.>'1oB"gҪbY!J?>rVXDXPnjA'b#itaS0.b@#tSYI[yImVJ}霰_(O. /QWy1<6Υ\;}C2uE>k{kG`"΀uQJP^Q ٕrJ^p{~DT'OfOeG@saQJ=nhVVƛV]J2?\?!2{%T]xxwj,W=" D)ȥKi $SNJU+(C??v1n &5@e7$BV9Tu{}E|.Xx\^R $umT|c?/pG/JF]N5"|Y"8Z0aJ_„ppF: s|+?nAqkCwz,,BXeV>Qq1Y߲Com=`"׈毈o)X[Kj?nEH3F -rJ;$-5G\@3: -o\U%3JJ/]~M #j k0;F(KΕ%孍<,u]N㵣Я$P3͠E}yfLʾ3Ep"R\$[yx|-S\䬘Eq6Ni?'F-Gɐb2d^Նŭ8Ny#̈H `lC*. 3=+WY:NQ  oQS7}󌬌Hk"U 賗d^GNNMGtI5}i 3'drPin(mH$oΒ &HE0;p #.VFS$G$1ؒ:/c`gM BG>&4ԕ,#BSݒNDXDkK%X2kJ–P(Iz5NA }s1L1LThD?rPe|eO;X$̪ܱOKߤ%J讲ެ:Ă6Y,#aLi׾sw~qe|.pkvK_A3@]OO 3ăֳԽ#WY,\FCjJifN8aZs[{mJrXz3BicjA RZڞY1A4Wۓc=PKI@#\;JCe,]^͗dA/yB??ƿvSxB #_ Է:ܴL3&1(L:E>R>A } +g",}?XC7?:MD NPA$8PmK4-8xnV\Eb?#󨾲T6uGUYh1ґ`GťKG[ALu <0] Lf+@IfRV}ff1qn?wrTVRN!f hikfaX'2p0Eȿ4ƋKZraRyWIV }/9ZU#PǼZc|a:`qXV2-u įj 'bJ%<KyE49INg dhxJ:B^ yK_R6J:K Edf^9,+d㔺"ew|9+F)*l@dW* VWp'S 4kC0$OmcnyMM6 |xqfNtDx;*Y7|4b 8YMv!7t  ⧧oZkFEm }Mz1ovy2ƃBHl[%Y) E q𙏌xj NhPn$;q691kD #>–pوv'mɗ ggY<8$Mk嬄+#Mi\D ".{b;5O"PFnȒչh^k@w%BNjWhh{T pIFZ] m4`}a/t~Yl-i fHpXv9R"rc#4΂?_ҥ'dKI ԒX.p698I>?h?!SҖܟ 9x"^ܵSR]CőŽ7@P9hu\0WC@MX\r=#3Ӱgљj5 R;۶}`#yH >a>t%ag g%&Q9Z1eRnJ$'WۆKdX\QlaA\Ǽ±<63u-;R9 0-t 9\/L;/?F!i!t,8HT620=b8ߒLnd,cs xCtNcpqW>ƇEw!RQYɖgL:hVmS|jڪcL/,_Hց.d[N6rF=P$d>T @1$)7j#:z*&H~(4ѕ,l ppmE;Z9_Jkd,Bf 77d96GDROAhWլWAMC2Ÿ-0[M&gտ죛%&z:!V)ٖqw="W?) 4'&&nxFɋq]\wwp3.A6HpvC_IJ,Nki6%1K$ئ2\|=C>y!rdbf!_کP>1*[ٗlM48u7 1}| S/lg1tbXl\mb 8k P{M鬢z 1?c_5qYS~0 G5UA@L9%)_cC?eyA 5V?8X ,TQIF{J D_̈_ݖP.y`!ߦ4 Mn 뫯O>qyLҭxYQuU&( ^iLpZY-iS(3E1߁5-E1̀lz cS*2WxXُmeLmuZ֟0R"׸-ف,:m Gt;=n42^s/[9[D$تQi6C>U[RߨMAoBZ%d7Iٗ"֭8XPaª7jBw=>stUa&Wv|!q̭^uYN-EiYߚ O3Xy'g" \K]3X͠8sA'-d={j8Sd@dbn끟e& nA8 /—'g<8)*g1_Ja6 F+^Wg-R+Ў;Be&N9D}4T60m^TW7kՔlLB}Y VP9*t='rL>HpBĵk9:6L&nBʔf5%Lౖo)[]t>]Ê+1klf5R[Qn, 㑁,` nQa_ۧ鯇M:G#m$ [Q l^u'X2Q gCϙS);d&Hc,˛1ѹ^*q |8Ub)ߋX8[Y>EyH0SDX}Jomi t j斝<z A85N.%yT`6i즵~YbPA*v:)9z(Oݕpװc%Yan(ϻ/g.dlR ZHAW~r2T 0K>x`}R:R0ZnRNuVNoshBR2㨊e'>*PvmiVTݜ"x)Dďy^)ȓcًNxVsBz}N9w  TY@E !$0LLMMsoC tRmbkQ7, GYޫI(sB+$ 5$@M{XP̅8K'PT/nbI骁=MK#Їw8+1j'ކ-ΛRdA\¿ [Ho:V.&s+"(Xķ6"#۹ sE;GJl;ݩ7).q }xs_~DC?ë*mUEcTo{X +7oW[Q_o\\z^p Ss/ eiFfjEL4tc/qdH 3(2o +Lz"Y\¿w5(ݾ&CVbX ?f]vԓg&}k0@3ϩ @eLovjo$Vz bU f'M ؑhz y62DiGV,\Vrt u4/#ha#M^XɴؐU( ᳫX:<ՉD{3X"h<2Þڑxjǣ0Fe`"3VTho47pyO֫gpHdjD|Wnύ=ȝ,O5`c T4a?r諵=%.w3T  F:;lz0e\6+ u.ҨTmCrySÊ'!P0Z'o J3Z~.xV.Lǚl{%InuF4 ?>BOrzu347K&KZcjmDD&$ 9߄i# ULf` ?M7fYы eYig9l\/G,y}8s ǎ9D'a,EFXVS{7 +g!W;u $~uyϑoϪGH{txGRⲑFHݷ` 㱒\SQJC44v? w17[ZSp]Y uZ"Fq?F'VADHZ5/Et9D#/iY.}4D8+^XzP-m˚1 rpܕ%NNjbՍ@7q`tQSMy4k']rDՂ$)5iU\5^x-?NPlHGmMUT*!90, <Պ`{IQoV;Wq[gIJIJ&LNÅ@=o;Jo&n^۫R1=j djыWez1:&9r>kBḍ˘ jej ȅȸHr0w@BP\D{ox1h (&GKﲼZl_Q2UDE:`sYh[MLڪS%FeM8G 49f|XVI1؍Sw3 9'&9s+01p2UL+ߓ!MkS͆4<w"s`~eL=m?[UK x@\?]~&l{~}|­Մs6^jX#97SS_IXL88`* @xBmإY`ʿ:pǟ$?œ[km}R!OOA ɣZi/ =>EH J9.7ewdmSZ(!חd [RD١a~沔+7f&[ۓcxLm컊@ltc=ի+AoB ﺟ8/WPe%*U RcT̗;͏[lEi0&ʝžQ-,#} OA +Zf8)3c2ߵ0MG\,-t=2C<=?aCůjV[ixy$ڪ8pJ><ҥI&Bf8T8%JňyFIkc+{떘^ svh> ΔڟvߚBDt2JT ͈;qBw]K2Glvۣc6;*po+%:@iiHV3ZFJ9rcNUTi F'_Jkd>;KH[ʷ@jc'I4mEtg(.CkًX-H#9+ 6K]>P*k :;'qylmtQ-:6]%*d5 o}EyBnIEb(,N =UOBeƮ̢U 2Y) -`ê+Pq_oy6} K_˅O5*Ӷ1yB\qa2[4*QY I /Z0;(>G"Ne4?Cwl҅s0[bj!E&}z8 @i@!GkaǠIZ;!o`w7Lld-M+O0M=NɠA-Ixls)  H>,3uhhmD1Vn072x({pCz l-fM73 x~ˁjwvynщamYr5ꥲh?J ųNɾǣU-4ޮFr2$Gv|Cƅ ^7X[O jnWS2y*؀"V >5zF&9k1%c+^`L(ne69%re7}@PFY6.,!(n~eˁCxy88J78`&<~KClUpv6de1<;qNszW-4\s )'}0 $&\ÉY#CWtA5dUOfRJ@եퟙ* zǸFPh%M ǮѴ oP hE2fZ_<Ϗ'4ʡ]Uk e9x#{E]_GZ6r A5pKб9r5 >P6s獞 W$>l ǺR)N4Fi&݅걍)ՓAV6zӾ $QI/S<1]J^;63\*gq$uo*2Fs Z̾;d;R9*a_"hԶn5 P#]]=DdUW`[c ΡIRl)̻r+eKpQ;Vyѡ8va[=_%w%R) % "<qiV FMiSrFIF] ;j5 l7,q/Oǃ9hɢ{J˒,k!Z M-#3IDCۓK, *pk&;qxTPDJb " SF?loMpmǺ4Ӏzvċ6.SPifRز">/0v(5E*dַ(s:6J7%e/%0=GΨ_=k {"6?@ƻ|;g3u+7uFdXg=o֐S`i2>6J^ywwbR흦_Vʬe%/CصP~ѣhh8AWm&Ys'LiJK*ݝd&:|+y~`& x5U)CU>gPs Ɖ2C^[1v3 'WӉn۸&P"0lzT7,A@ pWJrbJIE4ٝou'ΡEicjo0M_6.fBd7(ƃJpǝݢq |pObTGҬG,,3 s-T> Au\{ᒨ|A{DE&mT`NۈHμy Ҟ h E熉Z\"cӫ]ފNn($3~惋m<"3*<2^` y j[1pKg!F:M5:}+b¦lЖÀq ?R]+;mf.ePt0L8P#>cxEFZՃM߬AFȽJ3LA!wM?VgLz}p=c$@7hZ_;xLL-PRGB xf> JZa*ƀ\5|98>;(%#ظCWO6q=dt&'fiѶ\'Ǡs6Iyn’B( ptR&@;+yoZ*EIC`j WZU?̡zbyʨ$RmU/t+RXq1nMR *E##[aKLrd|n?$42,i?[$2m/fY 0afb$F&|/zԊ(h3Eǚɡ2Yv ^ $ǓGMeJ=t:eGг rԩ&A.z`hEj%I.O88D!PݸE"4&6bnnf7Ou$v7g_v;`ծZ$hVA]P$7d%wum)iV"#Gw5U= ~UCX_(j\L^ faߏ&Vq9 Y;Q' s7t.4AM"{L,>MP {5pm%Ʃ%2WMc%=\_Oha mGCc(c͈ɮ+3J68:NbsM@R7[gHckBS{-:Y [#jX5*0m$lEy*Wis9WJrX%4]YԡdwuiyvMR"kbd5]*AYm&bf)TK;Fi=~Xð/3B`v> o{M'dZϒx EmX\qc|S.pO+ANEwY; ^VHJz dyq$h6>uGwZ6 @T.ËBCAk)ʠqlxb.@{AԮnxa.< gO7dERhODm8U&^ XSK_#6-Bĩϒ}1+ ?H!Iok.Y n& u,^l 3~aCL[ hL#} !OsKKs(O^1nQ`DGsjnײY7`W$87%B:2tMu*K7@DT ߹>N $*}Aݎh^J 0F\i&G.3ā(ozu4*m{!΁D&0@9cHː{ Z>jʛ8.HœP9gÞYFo-T{ KfNidLEB.Ҹ~W }̞WDdEm$ɩyOȿgS/m3@#1ͯ^&_ `f%~5|f ~nZBfi7nD!Ib5( ,*^9dJ#=E ܼ<>^ ~ !'%@В8'gO~ ̿2]RN#^&<ISخHði]g)Cr N k ?3*d)0ls!"3ʦ?p-1Zo6 "S𾗬ud6T,Dpń]ilAI;F2C! .J4$5kBN?Bg,MAHͪ6ZP4A_8u>J W9/yM="{hJm%\#/d3ssuf6窍<}U03!a6~jZpzA:7"! 9/| QͿH.ǫ yx3mc<l~~tQ`& 4--T悴U&۫>7|e!AO#O萄:TAfN=Rl/Lܶ.us+ iAj$>%`fW]|Dh BEܺ|{+хclK50ڣgʪz=,`qRٟ DJ:94$Pj9]}XFbf,KE;)/ZKZ|QsxN-:М\PC)y$jM/bI4 ($Rzl8BaVPֿ L8#|W\aY1Z$ siRC}7OC"a?7zvc7t V['Tpg]~/+t2NVJBeNq, 40c(P&_ ͜l\-zZcu}`d@\U6g qL5*'K"tS9vX5,zbʵ;2;Cr/j)t0k,H PATZoPƒ)pqqgc bYq<v,p /wj7l~"-yg!bޝu5w ݶߤjJFހZAzoꩇv88me湨6`|;[O[ɵ4(͹MeD0yU}-">:t/ZMYlWS jɵgFTN{c@^TԒuL AKH' `@5zFo6G)SrLĩ/)%1߯G6׊ RXKaoTNteևu C ;qV뷘#g[fNw3^Q2S$ ?YJJNp9lnwL۱Ր)ULX;9*FAc}A 76`no]r<3gZڐtp?ou$+ Yl$J?kIuM&}}" ~hHQ6 Lyy>mq= g_#2?)IC~ u2 zÐp;奓Dڈ'|"BҚ,IanfTV.23Q=jKPS4HTY tD`7>@KȎ-mt9h%4^<#[%N)DOߢ@(DZ&2ual`@-2ņ/bܳNY5~Rrƞ\TWӍ72 )0?oͪt~X z @Z9&v`^=f$_Ҁ l6[o]&]O$[o 1ٙ3>j&W%Lڤf~KL }A>K#cpGwT{;7*YMa]`}$挈*{@y7X8x8grCsRzp\>]{ Rf1T<Ǡ_f!{{fsr4mi1:n QuID}ϽR)8A yYPF "b6K耺,uf[1;VQjs-":%+ZVBB3e 3[{XAդb~>F3g1 Q|)ou9(vL+UkA] fִ"ǦN2G:*9 |urč;|qэ5 nzwJٷU1/dJiyҜÿmv&\I ƜQD95;Y*qHDږVB u}$ 3i`eҧ>3Iϕ+;IRf҉񔞟ɩJ/1qmBî0gVhU7>D{Sd՞Z^ZY;pQy<1SfR"6> hBwj$5ǽYoAt`/2۸: O>"*b9Y>~W)81 ~{1q7 0 $ݟiH20]& [E@Uy ϱHu OuS➗/ G>r~QuW\o,H"R s۶I;wR@wXsAS&.ya=dAݟ@sU+hl۾1ͽ5SL 4@JcOFe}8q6VieQW<.%JYn`au\o蛭-GTJyh0Reš]bJ8ExϽZ>!h"΋D>N:y9jeq8{8 ND~cMu5bGuz1)CzYP>Ǖ X3Q/9$0lVQ@)ޫm"ӟvn7jF͕gn*PX#8P tLKj V\@Kz׫ldF@mӀd\RcȒH`2}I22՝G膓V)h qޟV_SG [$~I@ۊokylH]F[EOp)t`Tւ]'-3fێ&osM tSPl k2Z{I,$i~5e稊᫣*&!U[PH]Ҫf>![&IOcË̮GipNO5lP ZT}h^giAݱf"H5tI7l`ⲣ}Qb4j*.ck9d?1^T8u4ܺ83S'b<&kW EVM]HqU8~o15YO5rŦtج48Ц8Vܨ`X$ xJGF xRf:]a n9EirxLD@{Jf&wh<8zC(|H m:x5fdb7"Ia&jlm3g>5/Oѕ(ڹxlك[OU9gyЊ Aٝ\D!trT c$\{ucf(=)c1ԏڿp3).#$SSW*O;]\L9/IgP 8 67v ʲ%#lOkn.FVu6Ehۮyhf|T hr=NjR54^ x_z 4ϝʄkSwrsOm5|TIɱ#{^ɶzrt1 8{YꠒxMlK(EoT6܇^a 1$2 ׭*1O"2趱\~`ג/){< ME`6woɈpoGA]*%gu<@/5Yz6@Ú䐵vĊL:R/ `CkUy%4R1C7Yac9WssR\q~*׭Crx8(Ĺ8A9վe.v2,ۤ ̩I*/ uʶ7#ͻ0#/T F~`1wn9}.񇇟>*?{{$TJ%0Dl:Q,]ncgS_zc|̙0^>硖lqapU: .é0|d)3Vsm9Jvσ?F0V}9{I&Csϯ+5NM[͢6 kQemx 6em(؝BZ698$*֢=TyaD:Q6 ؃)wpO$ pht4M/OۭA 48q]K{K~j6y7mY6*0 bo y32bd`{˴Vw7bC١oٸu41›B]`ӚGXReΟﲔ]>rY_T$DuQgxHESd5q6w~GŁpPWS|_M, # ҝ L_kb^t;vƺ;Chmq T7b"l8)-4^i 0k*'jSbl]zpN(SU뭆+xu=;kR*҄"_ָDE:O.Wcw lIJ'"}ލiFhWFtMBuV?V@B:nаQg@L?^M/]ި3z~ KNҭ% /)䀷wpչl!%;1hl;M P(wťEQ *mjՑ]*2eA/F6t\cqɕǁ]ڷ~Y"؈MwEތ5@U1~'t:$ZX4v 2 ŝl?2QcjYv}x^"q8r%c4P\̀;7Zi%Vz"XXٸt&jB,O/+_8a\5Fn|9sM}_X't}>}19Rɟ0⮣ =KGkr ?_``fUl~.af? [jdmFU )2xXԜw(a|AwĀx܆jܙC'?] 22N. @yګdؠCoPPLP1I(wH$RTF=p,X*ߗY{@xyzٚ*)Yt tC=9n+j>Ī'o!?Պ,AylQZbM qdS>ԙö7įeBؽ9~O:[ =,,:1/z rsP'W/ }cI摙r7Tm+x6H=^SK;J*> .!xD҂zx5K l^nJFGnaW,6A7A9{'bbgO[4g$ڙ MB`l?W!(cv247- ֜ipIҋM %m C4tmįYJr_!I:A Uѹ _y'᪮ N"P+GLjo@.?D8pWxҩWVy,US25ȉj5H%6ܽG#2fK\@Gg>!D#:j#1`;#`UK˴Tt uؓ\к=;$5|V|RwI?PْQ#dyϘu#d!r&bI-$XB#08c0m``a_OI=:Q(xܧcl]t"-8jţ'(jeW40{_"F?3[X!DDŮ6Ц9N%i/X;-R%Ef݆I\w\>a[@ JB *qm^ؗ$:K-myEu*!K!?@TA)|JE䊥Zs)EDve6:~=gSuTpcO݇P#TcEDlcrvj~;[!d5rm4\wjWzE Z}1*Fc%U܈ vyϬ^5Y97č()!;) 9`T_@|!(21t{_Z:\֕~#$7PXtA悚qq γsYFM,Ro?B_?(ø 1TN==Ddk\ F kB+p[1k*iE[L5e$ԏ˻=r0 8ݏ9z # -Ct/e8b">egqrD]J]β,?d{H84J4o ]Ժn܊C S|GZ>I˟TgEFk 94N'$>1V4)GO@"(A޻$-m%ĿcJ5}oH ,-_+Yybq!c.#3Q2ؓ1GR|l!zO~+k+!X/5akKИ\B b@?q>w~!ʦxj5"Uӂ6DV$&z$V TGzCS m܄/̴C,J))8p>x -RtIjq,޸ M +7P2"gMv*4-~3I* jK LJ:%$PY+G$PB2F=E0S-&CX`V]g +AnI| >xKxl@;L-@;3BWxff,Lf0LuY]D7/aB>sO#,WRnD]Q_{S̃>@5_nCsL 2`cBYPAƫaIicpܰt7ˏMqK^͡& TW\+s~_76ǰ>v[ ˱_D?WF7]ٞ"4. [@|#M,R0DUl u!"$䵣Pio>NӶyN~y7# #O\5 L `x93ob;bWx9+r9MbAaK<6OL_E_aL]|`A kϧo s`%HЖFzN(H__VAS'!,TSe׬\42*I}\Bs=U6[ބ݊`X;:zG+;l`[d7G'. [΢23Ͻ$a]iG }ꯌ(/˽DsR)frіLH-S!_B+WРp.c}<+qĊ ma+cM=CB#IJ<TqEM'ek;NA' WYBGZ%hDi!A{kNo]PYg&?꩑H^VnP']QjmWgũ KD̗& X~CԄ fTNfic<ڕ?ȠO˰^@;އEEɫ]k =wmE:`Wˈ @\ς985*X]gɵˇaw,sncy8\ו4X$0 J:6kޚ hi&O{.4C礢% O(Zד}^]8"V p/;t#]ttg۞Bg< BhNZ߅9e<)*ORbs7>hxBpf0_P;W\,D٤&so29;L &0MK\iL3DL|hZ}Pzgw&BΈ!Z L'sB,Q.xOS 2,l ɨ~ o7>$kEZ}Bہ̗OƟ"o pd& ZK9w5E_ݭsrZ/ piZ?cw>-b7Jz܂׬* J)7E0މCrhE$y$!U*!L#&X"Bn9ԤCѲ >3"U!pr |G<\GLm9(t,'tzP-~wgݥɺtQQhj$^+*zT7'ϕt]tP|osNgS6xy {*}p*wa@Qrζ^gfn $81]S5U#z9{%o^[$+Au[1ѢX@6Ӝ$̔ ު/K#ұegރ:C~ipV 4csk:^l#@ZA,Nyi dA4haQ|eU%#b!?jrc4Irr M@P;tz?"N=w™_V"y*ՊP ƑdF q$S A %Mgdh$-&ws`Ll8vRagQ[ٸN~Uo V-xSPUD?0bO(NJA5ed?G?W= -yKoB]v[R;㉼ZU[hO),4[R[vV P⫝̸%kd͜âDX\XgLXE|5a#  zQ|v W *|,\L~P6'}8:[\4EUl䍀>@Ј6z$C!61glyuf@}@=9;Jnru=; E84y6 fL*g,bYz6K;/ ’9`H &cpR(a1k ը#ʰ5~CҼH;}i3YFB)32Y|DH ;;_'[D:Xԙ?a) ?s8gc ,rXAcN|pEjޑʌ8dk:(` ~W|z(VW)K875Kht#Ԭ̐fDh_=wK"!6+eu^= ~BwDPʵR%ͺɿ-w=ѫlV$@I4eCu*E^S7qt8,!_ _q^~KȰe!HY ѡ [Tf@9۹$m7O&$+NJ|`,kCH1%WcC)W |7db:~VMqJ,ɯf5u U;Ϳl2FOgu#;L&, s?eJۇTںfǞ$w-iwt (]؋moӴW^D&MGgrOo5 Q)P5@I`@N7/okVĀ9{Դ#Ɓr&4tF#E'5^2Y%@F0<5*tu|9[PW\Yi ݅)Q-x \>[@yYߗu[N9'uBwk.ZuP]p%{k$2.mYU&a1?/e|Ux֪ϯ*luēE2Z\(vLi*4Ͻ>k$)M_;/1_ 3Ѹ[UMj®Kl Ւ4:ZCGAv1I%LKU˕w [ 3z&ՎZ*d {@zy?V~/a=A:n〔>^r|CeɯN9=qc_CRn0SHn_EwuN JaD[#հ"òʋ$о'p.)<ƚPc]sK pwZ ܘD?BG/]G}e~n)(&.=k!{%QW缎 s7gpYtGsgfv'C-g8!y6\ ?*mn`1H}.io %/OX@(wo,MUTȞn6W <&Ժ7r8V^TnXgﶓٮTV 6}{Kxɠ(.}U)}vWG %?c6EQF*A' VD&+k$ѵPWř }{&SiP&Ahֵw>o+"*0}?aL|ABR=as'Y!yY~.Bܑ_V;GrӨKu8*Pm.Ju5(jʕ]~?H6/9Fɶq j8{mnVx_ֵ:2";`,)E*'3Nsk TJU^ϻفFgs-'\ #6S>1]@PZo&5w%`n<3Se\F-_f_%GJr.,zûQAo*e 4 Dz&jy rMֽ%aIJ.g$gbGj,J,27дyv wk\_2ǒ#86 RCۢS_TXyw`9c&''@7T|4FjuɿAEvڕH|e-IO4ma!!x<«E|!,S\9G& d jg8R)Z0-e%$D5'BPzS> 7UhS< 4̻i083s!V5XկPP98p)9 u(B˥o/]x-k!& 2 1@}Qeg^f!ZYĴSWaQOy_܎,[\?"(gR(y |7nb$hHA 2byP@H<אb$''졇?-Ž~+c7h` ٚg!2ňq{=P $`uńM:PMYXTH>-ȑtƝ1y6dWc<**+mqמ%qU3eNp3gg[v;_|0Z"X^60aliLu_BbCs)Qg6Dn b8H6%Ž|Km{x[YIGzI彫O*|XCj::eo1(C5|ӵ'Lq` 5~ӎ/NIGP\'R`V(/Lውƭ-ac5:db-ΣS2N &!){,Zg"b=k[O<Hb_ZW\XEDԭ! DmH~~+0Z#zG0w5YH%j^YK@ ^Ko^p$4޸{yY:#^dͶ#͟lT' 4KMDW.tpעQZ_ D6}~l&I.,Orp1VaS\eZ_-Fܿാr1-( nj^`3Rl}9ZcKЬ>usk Yz- & :zAp-#Vqg98ؤkHŴi>rlhNcCT9zr+V'NS"Tml&ںFIe%8n^mXbڰj/xJ;4ygq^--As^ EU񓒉EФ h)+zȹ[%hl>mg) !o91pʏpY vz26{-Y4lS!Cъib e~OB[ܦ`bG۬Z[;C h&gk(.9Hm}G\L*ٿ'Y! Gm9ǫ墫 Ȯ(\a 4_t9S!f=2 bs%Y.1"qȑU3"z:Ys}97DŽbg,eybި7sgXZQDhm/c~BΗWVf5}(/y*{+1L+x!S*DwQ/YN 8|iz_EYԓnӛhҫT+p2qVp@&vv}9K:Hiu.V1ڛ5LϸՂh uqbqڅ30}`A6Ň>p&ɛ0O#@˺_t76'lahN{RZ"p-( um+[b'v<>EX6 ܞ9'~8!vʉf['~u,dR,=Ay$ZU)fN'| ae Di2<=3I3^iYdr\Nt yng^KDcL !R*fḯ_0BQ&|*n(B)VJJ 0۬%[ WA-M. Ӥ|Q> 4 jSZv* ]| H:3v{_K͹nPbDPlQyğ^6&,:녘k%.,ܠP#:LtJ :xk+̓VhzWg;Ub0;Qur>)Mq1;}g6YgT[҂fR;[^BÆσT/@IUA'`.F26e)Xx ?q6!mAR04'w`d*]=aSwNˊr)^Y&{wIYRi_󢜭upFFX*;yo¾Kpo/,*OzOԣ6~f5Q~<qn!R>?xɇ$Nߕk)lP#;({$FbUl y+,{2bi7~[2S[O"MR؟`-^4Rѡmz[^wBk\NSC'^B "粋kawX Թ!LD,٩.l]1q2Ll OwFZrذu QriieQĜ_C24qBN ς0N5Bo|HٚX.`4)O﬍+^ IJCa*WbbC KE*cS?nD0_)$5y#BIx8d{)\+Ol@-gJ};#^~A0ӠfTWg:M{_>N,+/Y^=H-S HUs CLDᑾg*{i!EXFI5zqhUs:WqRqwZ_uD_GI|rM^@|Vu`p P4aWNvhntsLc#r(BCRhi G;(SQ p@"B-ds̝Dzt.곛 '# (!xJ)银!{Ȩ4`α}^ZOQ6ȌWL-Ex+vsu#*?Ă݄|LL͎pAao% 5{z9F霟R.L#G<CH?&xpM.ąe}^VmN:]Ta[wNF(.i&m6^T/X*c-Ri 0,/~(_Mo4'o=M鋝 oX5D'.X%?crWҖ {"p[OMw ;qXbGsoZ qeڤ!om+F@2ܐ%_Y09A5w!8Njrtm=w!SeDSM2q(nb1s ig;Fuxb-W|ONkQlti:{=~uyBhy]|a&)H-z,V,}?;&FD+Y Q%qfnep~ھ Vn.x}Y>C?Y tDxI ?Ӥ+J3]T1 q^Mg䌬 3T^]3Z2;DB7t3^B #`~TG'qG/Es{t?p9nc9gFM d)(ok%+1Dq#.K <5CmGANg]~)A@ՏM|z=yԎD;hMVL4x#1Fw]xnyq£Y*S=6%gCվ֜\`أŀE kF#=0k5W>Nx͑#ͧgބ*mvor֋xBxBQˆ\ ghovDojGtRLNWIpi4D}l,ku/2z۹~΍ZzY/cZa.c=\{)JJģetW$DI:8g߭5qu xPNXkR/>Pj$|ҕ|uK;8,(hãu!>ӰX VPe,pb$_9-릢tC-P/fJ<":NAr 9~pVZ.ME4ALy bèUKI~[J凳ʚwZS'`NSȇ5¶X}?VǒJmҧc6kkq{[yH1;׉3Je`Z䫘A^,p<@1vK=t/ >ŗ5[I۪~CO Ϳ] Ӛ@|śȗn\a$y&-#;ښx e|tDv-Λ-.Eb$?@'F\bXjwOb{pay ?D=IA(ٲN\Rj^q\ SBsVթ;'d XDw/-W3uH/ @]R^:R!Gix]琒Z-">-^"e\t]Ayb2ah&J12hVuX:^.6a.Upv7C z)B]>? b$ >d}o,̂ 2%pتTTiisGAe_|?#BȡKMz$n0?G8ks 劖]Qg}mzHΉ1 5=^PEU^~n7s+hNn|F'iOj>@p j= |IUm#7 O'V>ܗ4 HH8Y%B UPXieLhAYcp:44zgfA<|S"Z{tjJ*Nd۽F MJחёbQ6hnj\wF8O?~PԜ4_^faXJbYW8UX~;|4Oiz\6PK?,K L Ӌ)RfԗڪR*&Fr!yyns*_*83(۷>#!7<2|OOMd̜췵~,K ^c`j]5EY,]/sC7ec38&)/'bO^Ll) w s YP/Ok@Ovα[UjduĐ$ݎ`z|3&OJ9P-(3n( 2p){-`oy&`-+ C5@0aX\ɋL~Vp k*!>ŘT|PHOރ^K@W!]hʖh'")2vu]%SkYFU])b>&IiSk c!i\y{!#W>f}$m1ufq8,uW[ZNYQ?`u 2S!p}0zc@"ۋѐ\&ff"+Wm+ہT|zVGJku~hdT ><e2$Cj=suj#%.Ri8$]jI\(jSI|l"zc ősJg `te."]", ’*u0l0˯WvϟOd ('%ɾdM0 v:6',^\s..ȠVvצ3J#vHϡn7Gvp.6O&j^ew?KYXB젗`3W*D0nx 6޷gR+">ǷXVrJ VBfr&IDh,w?W ! lT0^]dZk \.jwψDR*Ͳy.+C«ߨ![9IA拆qBd>3>FÉ=1lXZ|5!ln5m/}Y:K=`5 UQʪ{< LTO2ej}e&Nʃ1&U깢{撽^05>h\NZmw.^%Zl}6gBݯ]lӑZvd[ θSqk!}tdi~ ;@'ՠ5O,.q](؏ͯ{_Z] |3=O`!`2wK#QM#49DW5J4Ly6M fc gFhb- F jQQĎ֞ U*:&>EjӤe 9l;xp} l9 $B^\62Bdt6ܫ]7F22-A#=ڈ}]ycW.#j TS tB`Ռ;$O20M Ă.:8]H݋96E_ Kwm͟3s>"hmhnPAc)fƂظi54CA |J*֡5:6r$rTokdeGGU*+|*5s5tu~w`6e@0ȡ/]<;lcE <K\JM| Lir z>'4 #z W(q$ _{@YcZFGXz^<_xVr>AUeU9g*a>i2/G]o'-ӟ([aLp  zv|K\~pM$33 yyER)We4N"ʭ>wy(֗K3kAtEft137Ązxx):lZѿ,E?3Yk˚&Im[3UPxh &/E%kN:P6߈1 '[O3$Eǀ+"MTɨhw7pF9x0M;j'(IB<4GI觕f~SE6}ޔcD-7 8zv e2Ϻ{sAݬ6.EdΣzFk4Mp'7p!r m"va"2 l~d꥔cq&z6.- =;>Q/rZٞJh $se*# m6js 7@s0rv환6Ni\GmFVzϵк 8`%d׊kCňkLmlɻ2y[$I#6S0u 3qprt_x:[ jPc?Ul~=/*,|J;O߶}/(s!7s*,`YB$ݩvMQX8]LƨYim54(|!`M1@"aY$iqGĩ|L'm I O\Ί20h _8brnWrU;Pe:!˜!9:򔇪 /RMZ0ˎo4ioy>K'7v)V&@!&b}7w~%xJ4TԾ-w Fʍ,WrHN{d Fnb"fOSM |&u^ņ0 ;,M _p]RⲗFpBMK `!A+tɄ%}iJ<2,.wVoy nqp"yXPjnEI${~H"C vgR<0sOn01G*6u谂'%ĻCP$߲{h$M*r;@dA%XF~y%1b eZhSbpBƔa𐮦'#fp^>]뿖TiJ5_/UZt[Q[37s;g"+idcKnK@_PYg)!oDPuOVcՍw!K 9&>EA-?|)<|§ o*_fՏH"M&Ɩ^u* "p~2Z&I΂ƔrR.ShMe=FGgm)Ȭ|fpfYP(s#tuݘ!{T0隕.-|nݿבJ),́lo$:>DmK1o.92Y0 {Mt̥2H^'6}FY7yd% GX7!]Lf$҃fW)T63^=;cC!s9'Z΄+s"3~I{"L7qn#!f84VDݾ.]bdԂLӹzէd_#Eǿk{erVXjp^J卣I)*Τ"_s,9m` j7 1cCV?L}YNLCxn$aU6bLY9ex!ya6?a8L]ׁÃ,U[.hmYK9#W-h_d칳S~%qSG9T_Ob sPx#Mujbub&}7E˄&thIC7ƪSf,Vgzٶ1=?us"+m-=V*jWU6ABXMO/),hO[{Pi3[%*w{PM;9洝vU1t}pS0R0֢!c ޘ^)R{~7)Ivy#'u_ns4T]3$LA>}oG _kvڧ˾`+8($:^Gy閞I P3Y8^[0l4$6&9XTHÈBM;z}"f_$]ӟq+2nI?2al_k겿YU<,->+aؖjeF u`9ioU! GDW+;O]QעYa*<3Hs= O0 -:2N !n k O<v e'+^xgf@~u\Ǖfy5=3K#̬} M/xRq{8VJd uP[|Ij)_ݗV+q@@"bY+ÑWMn q)2Q]g@e4Ǘ2Y8&R1s'045.P;xYw"B#dBG_X02i4:\s\,_s7Jz~=hRꅃ]N ץJ<5W7]b +X*МPc%qO)+B^7 [}ím@AM8c7B_g1(khh0, 89oa(6q<CF.96LDyF:\@qwz43NE{ \k.wa|ClF JSQiӰ8 >|{bw" d Z.x[MOFѺ'F~_y7R4XqLX*MR8R9^X5La|{1l#Le|_ &tV Qr0߽fpHXYVDV9uoQ3F)zJagMj^m"݊X2.F7[:u܉80҉[Iv-菷O4jj&Ɲz:މ+ɉ=SG/Ҫyq}m1EY w \|,U߿WcџE2έp fĠH6o4ƦAZ}5ݔ6c $5  ?lGo+x uYGxrc^JF87`Z^J=ߩ>+Ҡ'M=TZ,#Rh49{I(⻊)7eT5nL2w)!CCjFt;t tܮKֿE[ot,'LYL|oY(XjbK indPj@K Tm\.1>fK J}$I.ey}n]E+8V8+J6H, r>{02c Q((ˠ$wN6BVJє-<6j4>i51dӏh5;c*n_7qhc|57?_2%B7-q:N{nU6x>5X&WԼJ^&VlU0_``W }pMQZ*U'(gkGaF=Wڋ@P4fy`P mjRFTt6ȼb9?R?FtWHYdnKsRa*8]˻JGlhd^?BPFʡVORܙ3a":8سЪt kysr/{)越IY1)I 0uʼnZEӒ%ţMـW6쪃5Q?%[\LmAt 5N;C LA 1Iw:(TF| &>S#r1*d+_M_2GkhSX/GVQ]svBƶDgvi| :-`)UkU``%.a9O&$YXuWjIRr'9?4}73i)·8hux0Q"7UZ>/2lfdn905#ii[ 1y;h n'QjFӶRp~g7l[ۀ2&:aٍ$iZdmY1 mQ^U Fc@WO>Q@?zե O UY$OxB`мp\5Xz߄QTYBß ӡdF6 ګEHȋR},WEA+%7QZսJ敕 #0XzT sk09M˴qOmZ/%wu>󠍢cݻEn+(g#/qХ$w& a}u+Ѵ%_ K\4ww_Zzg}"7AV9[^u^$m'.+ f9 Oh^{UJ $_nnC3ӏ$-z֝ ~UN>=)ē{ݘQ`Њ/ga-kJ~a/L"ϸӊ:ppzAh1> Lr,0$`I^c4%5W9p>o;BDv#v<ٔ¤ͽC2Q(4ϪRxS9dEIj=hQZZTPsXY Ku)G8s JƾǺ,*ҹ pV܁@@|<-*'uIu7f3F5 O`~@r:Uc.GJ#ޭot>QBXȉ_~"snV]rD}Y.Cq/- F8A\k„u&qt2|.PU/M1/ڹ-127^!^]Eڎ*'O nTw=AJ".2S]'՗/7}PxmlKv Cj8LC:-."'3rJ174s! QWfT>tsB\(?`K G $|C9]{;oy-bdx"#Ť.9lY&.ғTjJ+-U}Cr^5Vf,o>NG..hzwb}"n [v)L>ceUƾr IA?RZSǵW>3 EV; `Q *3?"i׿btNHG8đHѧKumui%y{2饾$B8t:BN{ń2/7l`cPN 3_l#帢;傗5K1iT1 Zs7}D+ _Mݢ,v:q.'qПN,$mysWXLF?FFa+:^GY i%htԟFZs*j -}#~6Fr6c3ִe=TFՑP=.tv1䐗[!ͤG珪L7d5\SG!;0|9lK M>UԼv96%9F>tʱH7Ԥu,9]iH EnEjjJM?~a ,,z.AI]w SXABSȊKdwh^]ym|1,oc6n~lk[Xmëw$٧M13xjT?TwMNBL &PZ2]Gçf[w#rY1[0`mz_pdsH/%#ާrIɿ&Y/}(?\_4%~7 v$6#R;YN1J<;:@zzܯT|b^Z[}pj:C|?W ϢPwhI)e8 6 7r (:ܘ;wR@<* X-)ൿ,F}et,tLƭQ$ULqq58;f3ErQY~%GOz(]"oȉ:޵,ˣy29q}_9aܥ0J8Y^)rw8]ϿfimVMNy ,a%8z}KBth ze1]d|\/*m DJ/Oذ :ڝEO}3Ia RT?ig:~%[6gɫ)lz\znO)ïrupp5o Acl>BtH.# ÞꈀG´ηƳ21-vWa?ßLaS_2z@EFd\h 3T Ma,)&T=݁*N˜ &˴*= L D7 c䀤ʠ!N]~")f$f-hC{戩$ 2b6q86A:={E%ZA虰"TTȃKKȴb!?,l:h.nwĶy@3@ke81e n!:7dY<A#q{v2n2r}2e|M ؆Rt}Xﵟ";#ъ_Vh PN*mk= rI ( s<,[`XK}~>~IQЏ'^r&Y@YBĹn1"O>iVu=3YO>D Q`P!TiaT.lTJ:}LHaW]&Pmֱ 88u4Qf-< dp8W/ʉ"(\?aj E^'K ~(nlVÐ`A 0J?RȽYԸ(c9hJp4dljD➮VO#wJk^f"iP.e{9被6$k\}E\ C*FX9b*]+p<tD/0b' f/JmL&{Zxr͝prXB\O#c)ςcW39f^>c)Ќ % wܟ+>M@>!znxZ;wRV^*@͉pIcX9))' 5W"tP*"[jM|Jie*:dSU>ƁD&2MAx#&L^5Ԭ֝9dAڀ& 6^RuNA['as zM aDu꼱fca:3@q,{rW*cd۠ Cש1^1~$Yn 8hW 6S t=̺Zy Q[ܚqb|9$3"WSPXϖx T>_&Ző>Rut+] l++c]e77Ϙ"hLkN0&`Ijս4:?Q۶ҝ`"aŅU\yϸ?e%p@yw_4"*$"ٶWXnjŗn}Bl~{̓'ݥs@ux"@LS~CmL\+]N8<~"e2}@ q=l-./ζn.f^eEmxbmA|v@ I2/<~ k,?tkr (GuGTgq؞lHA y Mlal*(fWC~֚5> 59t^ L<FeDY[_<* m[MҤ~Ӑ\N%Ha כgzĄesH4I CМ$r~(+l͜x!@d/GuԶ([Beoi*E[g /z6扽$-C6=(7A.4CV} 糰> c@ə"XJoT^DhW*8ާrl;IJdQhJ Q T+& u nF߷'-!z!at4\ˢX^d⯞C ٰl{tõ54XJu 7F^-Q]+97pl$>^u}1 .ڬ-?#JP7ud'Gr]ĄatNR%+?\xjEd2]65WE@D "%֮ɉdyTTlό7‹V;6NiӦ\Q dt(& vłjȿgcl!z'OSd~ M6U3~ןA 0mχпCfDE U2JޑBtf|İ qe}FtF/wJ VY,T<4R?J6i kᆴZ˩vQfV3xdX5h6NjP:*_)m(+x3Pqx.R9,+u1I&^@E*` 컝~0#1 ߁LXQ.K42u'0lkM˺CfVl#T/]k0N6|F3|f1~6'eR/n_j0N4!l(mtpŻ;S3DczrPB}3"J73=VV${v^w3g֘m vYWʸ7Bn,A@R@ё2c.W5[C(`z:v-&};¾4A8ް@V o˯< W{0 1SSe:݅msi(ݭDTYƅh\(pԴM BYq͢ä߅tN^ZҔ*`!SyMp>iQQr)E .'yv2"ן}dKtTj3 !@ف P#@NjEW$`E$-VKMxcPMWxH/Gf:Ź*.UxZ79X #'|1&{kBzKՃtkcazo8(WKF:,ybxX?( {0&UϭLwĤ^}mG 8+k"!KKЌ*xsDl=6>#oҬ|Wm.ЊX[fPZi@m=?l FQW )^պ}- MHXH}iohO=A,| ?"2埢@ܷu"Ē}󐉡n69s)T^{~<vVuב`hX"+yzt=aiƴr4{?.U>ntu=&9>i2#@_p?߯±5e(o;HάJq8+ŕ܀{~);N[07VfCcW3I+sIzOO4ij  y!k(c9.SO;}ky_WnP7r!ϥ};Bws.oMG2DS'sRE\.E<Վ‹M@[xG$l&!5^Ѱ|:rkmѨ "_ƆX{s ֱ+#b[CwKI%` %^3.:X**w(19K^6J3.߈v(OhK8 .{WЅ"h aPTsgieŧD*R9U\vi]X ClHj/)w{r< \%^,lL/'`PUR<ކ`s3xik6źLX,t}n-P[=$W;HYFi' s -x|5ͻţO)+A rCc$ -$.hj[:H1 Y]w~O氟ltJ]>N5PBiǁ^TO`_:GXfqP>=J/2z*~8B*2Noeؤ-a =J .N補'K1@ 1+ D(s8\~K-5sן;) 1 @g$OLUMB˽ɼkdr,믌zMIƹ-dKJD'r.z I4? NHv pX_t)u;`!ǧC){Ά*%Lq.`5c0RXcَ6Tc hŒAɬ5J9mnB] ,xЀԨ$J"Szh^C6̝b1|{W*S|԰AcN] K$#]X۔N[F"zV %*}#9>A^ eg ڄYH6f?%w&3HrT0H\kVϲi|E9*[Sf6NZX)=Vf9Ji|Fk(Xy~8&tst]]!L f%J r|Ж37'X$-;S kh@=o# Z~̷TH";9{^,lmGBŝ~Q|+ wK2,sB>\+/L+԰+"AOK,TĆܱ9L77X =&>*0 `XY6.+>>hN|ݝPIfrmZ(| Mf7蛇X闼3Eh=iXvaXɹ`1˿b%Omw"Q|7ffHh,+2аh,֋62u^%]o+ "Q2:*Z)ti)>MtvmY %7l5r2ڣ4CP86؈ihU_su4DX [Us=:Ϲ$> /*6E2J)RI±!\I6F7MmeKC[}jksUY'`褄0XH`P:MޕRS+$ |i(q|{\eK٬pMV+aX+CJA,?rB>bܡA9duʀ (?Rc;"$v\Iv#jk/ t<10(,;7h:Dީ{Μ"$|v=uWg`Y].&cfx]ve2B $MSGW: ]L[eј+i-d乊d6} ‰{}vGŇV\% ` 9.Z8kS1ydF;`({&p/( R }1q\ Nm l=5F٤aj)d~W@;4y 3@ xl-skN 4%jw"6b2e3=6NC8Ahu)P.*a ɐ Sx*&Ch5J#˛qu&p¨8쨊? -XTht dn65O:+*_UgrE6bieR~ltW89Fecҵ!PͶ"O@| ?Y1"<𑧢>,%0hHMo8Qi>/QfT\1lQ^!w7-Yѫк๸4Зiq  REr fmvP*貂׸h’lz/+Vh =˔gHyM"٥6CJ+/,;$u0f~gjgjsbN&@̰L1r*q9 S2Q qyL[SrxiuSQM7Qf5{d|ɍʺqpǶ2\EL^pd}8IAX@&*MxzvK"RLo 9X)#l% 7 oC`䪒pB^' zT9ٿFp^Ä ɃS7(lP%Ee p ߶ƕ86/"ż Yo{G}wpHb>1E"ض䶀L~qz$`\!*В6!$2eY Ax v{9F}S|.:Y#^Qi%T"x`9QY84B~"[[$gW}jH巴̚VMȤݞ& *yoo[c0)/:Md%* .Zz"թ(o`C ezM~ D\87|bvYI]Ila$?7qGAcN ~ܘNڒZh(9 OݯӡDrv%~ 􉙣*Y,Gca에`%`EAF[7iGچ\ j>ǖ&6Jf6M ۹?}$:jS t4si A+2nACF?r+Wš0? _}=lt,@HHd-ݡ<#ִvg%dn_.xdh553uhk*Pd:I3sN;6{=%W^2Xj΋Flg/ .&"dwk &R[fCK'6C,<Y6a%LaUC_dN4яlà:F\m͹BVvZe*~_0*8[M;.thr.PiP^]?~V@>-_,n/)U;VVS/6FTrk&(;O'6х`zWl @cpXxOz`M|&@=NrN=#;»K{V:Kȑ)3 2OrfPVvH5饻u/.V B`phX6,95|txFtQ9զV^T 8)Q|exH }zGro $OEW|LֽϤެ$+TW\%-BC0_ۊr_}-+G7s$&,IdrL`A$u\MMJmc5C*phϲܻfLBEi(: V*O-Ā8v=3'l9A֨6K`:վZ2#zVy~d/^g2C&i\yD|4 ;@ݷb6S@Wy@PA&SSHH0[+c-kZ4/[r#ժb,{|&D;&-s ШJ״I2\JƯL]4 =AVDS^1 a({^.>)bߋB,ǃ ..3 |Jm z#1I5R@gޭ[x\rGǫa n&5̬CD˗4Ya[rjl JDB\)y\&z_on@C5?њi'BnPd5mU# ZC^FIq&W2Q՞_(L'%j5 wUxA.xX V]^! 5Bƽ9 Hf%#4 ;ʍ?֛y5枡tsZˀ5E{R3N⾻7yqjمKw#0:l muG߽%X%w>$uj/y2k۳4[hAKTaz0JD{z {b#GL)m$ҍgB$xk0[]Wʑ4 {T[BzKGJlȋ_LFR/Ѹ%=)1ڙmcCτ7剶HOVz+^4ũ:]hSm~0oFu:j=M[8X=>ZW~͛"}, p,K2ܲ7D EWjgzqԋ#ߎrFմ0"|}%WWT_Jˊg0rlxh;,uRk±+s?]@i]2V78\3GLMRs1QDɐtaZdZhH3oW_KbgES-6C ,S=q ›gVzfsjNi[;H$VTaS„躇54P}6ϙ?1BkBYw8vt'[eVCOCxТ/6;OP?؇kEk| >C@}v6#(֩9ԓg߼-E& c|{d[{q',x\SQ-y^ͧɟk PxSfp_W?\7\XGG-71=m@S(1s3=M| u}$Hej?yAd9c'J1o">]*ּFBzQ^>>DUp=eU:@S}cW-[⵹ؾ:(ܽ7r7ѶDc~`v2PtAݵh#5pwM !y <}1tbk/؈Z"a+q|KUz+ٔCJTm^jdLWkA#nKϥ>~ Cłd\Ky#b[Pa? S]T/!ŀFfx}!HsԺi9풫eAߚpINF ~>{.^ޟ7:̂ B W,~StM Kчo U݊XF~-"l\ @,{pL1O向JZh &o[̥E`Ji7|!YjU|% lӾj,lx J>]Ze.4eaf&h EZq0PzON!u2i ^a@2*[n |O?VNn$SFȕ|=Dp"iZy\N~HRx8EI'V W2Ξ23!1rYH:P%Σk=##}`q $8N7aNHP>um]ftr ibAM!!BQRL,]D-H䑤gZ+c9z CI~ 0}ܑ oc\l"BqaN8#3X6<"6~S΋]̦>8uE| (n&4k90|jG =Z7!7Ý^1{ Zt۞;!hFs3bfTkE <oGq{!yݶO6~"]tl'$K ]C਽=CK='ܮo䄨TO,dh5x"-#7g$=j(LJdcgȯZ3FYJ,.=>!S $OTf(Cl5bsTgZRp / X+I1}`iYn+j vnos8d e)]ĭB6kqvB^]O%pC ZKNGϯ8)-y,zHuag7ܗ 1C!+5Aqwݘ%9)n2S.k$_A7{Hk)ѓTqu͉NU&oJXA!FLPv/h!j{%[v1fq]Ey4s.'oHٶD:5l l(Iy^ry1`H!]f׻+/7(,nvK1y}:e 4עsjT+Q泎NM#pوH>K_ ,, 6O(wOSdZ:vl0. #]cY%"9g8"s,sѸ+G. i t\͠<gš#]`&J sb3 mF6Z0di#H<0`Z|Do1Jy שhSҶrdR8LD= .P(Uc.aĀJ2BXϱ O2oJ;().6?TCǀ<k%"VbSk ;+1}Y1Yt6cSKƧC WSddxWZDjhtp` ;Fӆ -C@fY;ﲛ7 Tg :$, _2P3>d}T&Ba'3fкɼ$E}( AOshܝP&S%gP(W`BK0nI(Z2'[؅Zz*::$)TzKۍRLsm7"G^NuUh2t}6`d.e冬4NYtJEOVx|1zp9ۣ)R=/B^RiLoEò!X@{M!,?Yُ_61'S xӇhu|ZxvrFay:fdR uyg'1 <&Dx5~2/ȕonV#5b4F^q٘c ]ֿ>S/nbܴ0CŘӥ~ϫRoWY|o8yK1oW2m/JT MS%uЉYa2&K^ ämc:yn6˟pgƦC!m9uNkFm.:c& /kuǬVTa:Y'-oަپ֗EvnL7/'қw 6vv LCJ/|GP {<;ԡT~!xj趞s顢9 '#t_oAT7A/]bu,(xX31ddž>y3f:k7 l^(iI'訁%Mvz1>Ʉ 0WƃM~}1w붢h=2,1-TԠrھׯ|5. ˟M})(x$,yBtz 1mGkS潬kyivQ1o9˷ 9t3J˵Wod49Ha3 .7ħPW&r hXDv%tH.ǧ q- ێ (xB(caKֺ-x(>_bhb:ND1D1&flĚT%_ g4vK=AiP̀l Vs83΀zj,Fb/ڝ tI< +Mhq@4@Qinjn c+RG4!G ΃r*T;1ꀶld^Rf:WJؑC0Q2&+i6_|~̈ W'bC:Dîl;V_2` 9^1#w nN8\XaI\MOİXx06_:ԙƟx[7 k7(pZV?sd@iLo U֠ax6y\ݺEDAO ȜX-NȤ>m9C2:2d8^Bx2>qx]"Wulkkn{̙Gǔ~LgRO;*0^ & Re !p[{nꅫ /Vj7yQ^(Ơw1[O1)ҶAtπf?؃ɭKj7/-N8#bAəހ HV__:Ĭm-DI4F\\d+k})V:R];EF0*%}@@l@Lui0τ{b*@ĹuÛ=C 9Rx=O d[bR=Jw_)OnTmJ҆m!k#r2YtnRPJEƶBuA5#* OU4[c$djn[\tҠt46aYOmv")ns!fqlgГQ^ 2hQl"*wJҞ!gڱ HF .J_p',•a C45ɤYSШQ}T\!;m.O1n+X9(Qh/΃!g0m8k;SUτr1<׼lE;J\8'K?bֲ@!8*.e1RHxIZh䬲cVo./|i,*cӍ`s &g'#ɮ^M_zJ'e_0Vjr+~Ij.+`oYO\5QYR绚tii`1"LH9كY%t(B gJ3blSϔPmG׿h-eJ^*h,݃ޤaFX@ 1ZJ?tn4)gl9F2C lQ- r]f|%KP[#h0C}9oM|iwO֢ZTQ܂CѓDZ>0 E Cb7R%M2T=MtPk GP+v+ 0C)P / 1p >|4DsF`EaWQ^uNz@QA)hpT7a!;k{ˊ, w̃r! M _Ezhb_O 4-Tt:OgrI(I^.t?ˮtƄ:O?@Ƈ׭R)H,ߞo ]Ҭ9=b4ЁY="[lnlφf+=?o9=9+o-&6xYJU?ڈ˧ PrT^WMcL[cYLx ۋ1œe!tjv6f)W= -ɌM|YdKq~)erWhhف`1>wvsY:#+ྔN8Lz`h "<#0⭾~ Pگ7Edf\Y G mA[b#@Ӷ(ڜvf2[[ht*#pU-F CHfrSY  V~)]5G1~l!;$ 6B: CþR5r2x& }sʓ 3΁ic<*Bk`$v>%DߦI=̼JF^}N-}At V3VYWfK^B*Ǖ7-j\il^ K!#,=پ{4y 7Nw{~L: m횗/<*Au52ȅ|~]4{}#}Ӊh>/f~O8 Pqw =A.j<A!ZuE .Y1+i8\ltX~IvFŦzQZ!lHtQy/Vha&sI3O1K<^Z$2専 JգUPa C]R ܺ7x(=`.B@6V|Nwe61,Չ"!؅PHxK )T$mJO sVH~÷ ~.+ufe]{DfjFw-1xJH`Dz໦. !,]n#4}/eB̨A'ʠv[;Od*W8I6<>bYЭn'-oVTK k+K'x.nBOlXr޲'Dϡ O-ƽ'-U^'k<:{j&RO;]D{/Z`.^㟔97 DX5tT1 (' dO:$ v a_ QW-YZNѝ]cdzb-ĝK,\ь4zyaw~ҏ#24:`;m{!WȰbz CІ"_MMC Q%{tT#,К[@ %'h 8.u Xxp" _?^>_<;I;YXtA4־g LyAY!iX9CcXXD I͈YMM"jR ^+qy㔟Xyvb}/& H6HSZx~L1j' |˕+|[d ;QAzj*#,g'ĵ¬6Bo@X0U)'xob钐݃2; /*.ov_I W8re!^*]8!Fn2aT`]` :|#SE}@GD;x:y7}-¿X.*qRh# [}0wY~]Ny^|\T޿CYϳYЕiݓO(O.m~_Q 4Q>^Me.+7W˃~T o"WhVX7QRWDž0x:#47,bL 7!DeA"M!ܟ˙8] dރǰ69y2zt|򾖜$. %$ݎW9m=>[E wleF *q-u&/г(oDX?7/wdJq= \4ltDXޥ͒p:: /i@i4`9ZWV_DAa e eM,p뗍֋HY&4.BLUd/j7y%## " ŠNb!sldt,y0[`&y{nɭTƄ#L  x&m^Ea.Oi0wڶ<n}`r. e$U-Oo4+q,̬ |ޤb] t)TZwbŵ*f@ J/|:!‰|x/G'BN:N^9T"-cjbqo2 Nѧ9j\T@IMH۟W) < `0Tα"7usȊ :Mݢ;Э;AJHZUj­1)F+RZWu)obE7ʌef,>CTZ0 V]FTGkmٽTEM'N3 ]3n5k~R[C0":ΣpL,b-I~]<*sM+~Tߥ_ʬb++:nrN?b%uF(@ jI2, ӝM FzYrc-hUsGWX2~c;>r!Wq$7Y~[;Iw4M UmO͍ö &ɢ&k U.AxͯVDlM\^ ֞A€3'څǝ_=y|%Qx~4(-X ⑙$>ʐ ;Vx4xǥgjr+C!԰ZYAT([ ?I1k~oX>g_y '5sfP ^ u>[T}Av\IvGb*}3p7~*ZtN<9)NF=joJv_ v!6^\;ZPn7HRwr炸+;&_6o Ҽhk$]Ӭ`5}1MLj?FD8l:% Z@wEF 6pp5%iVt2x't YK %gmF[~0##iw(~pUԋ_*U*Kі ^esNVQkەJ?^8/#ӠyTڲ OPΊ>o-?-.w5tzQpᑽ23?)n',^ /CS:WsH:X0x"oIhoE"ksJ'8ONsɤmuZ>N>;3h+lSI2? K$y;łrn&UD3X ?q4?s)K3i?!O'X+hW}L+q[(71yEt̒J K),0,J]=ܻv;jɚuCl Աwli0) ܍@`CAXv˵M#j6b!cʍ"{(Ӿ٤ױuݭ2L0\s$sӭ2񰝡væX|$RA7UƮ#sY-[GbV=|C0a<8 qjmN}b`p$-[0mkat "PA؃".ΆP@_N*&9_]-LB )͜ dx]nsmڶfi(>ދvI \`bFSO"l}dؑS; D'P|^VMB\}r4 ?'*I&A}&.RB:~P"7T @:V:Ijr,3jm~Ҙ'9S^ȹC$E=gM孫` ogMHFF! uOҗgW$l._ĊG F9u$u6 yw0uBY 닷X CirO  R{#X[t.P*cmkia @ ކ3/}~ԇ# t ]&EX 'Ǧzv'If1+h\H=TH>ڙ Kne.?nTC\엇ݱtOXdR ^g{b*+\|_䀏}ťF >daR AK\󅵮M樹cd@|JޚQpROOM1~j̪#4*AFn2}|\!ZE&F(5;pP &%of/QtO(o,Q^%:OnI&}#6wҔqmh6j`*<ҵMjUI|Vp& ;0RHL4W\+ZB!&JpIld pô &vEDx!Fh#w+ rnN7@Xf{eCZ$̌69lQժ/ΓIOԀhS0A{aTE-)ui$!* v܋:I(BjQAu+qLC`&?lsDt ZcX_ך;E≣-'a( _NKt+ƑiT~q:pSYd Vj-'4T0+УDACt/w~%l/Ξe%,2VQk?F4:IjH~xd!$:7oaqUmU*W>:>6Y/V"M[R6G"l'=5^u@~ܱX, ã d]1fԑ&51X>h,Rk+%p+ j'.56rGrQoɍ>-d-sex̭kcq. "\v8DVъ;JEk孥 T6:(9sfwr.>&*IV'LT$0^̅+e’swK PWc0Ğ R@B;x؏#@3?Rd:)"NMQǏ5ɾ'+T4hҾrn)*pz7ӹ:y|$ܣ:}i3dy?h y! iD Xs_G%9J.uKW0 iZO}HB1Sc1# ;F4.-}8xtrUT#ig:}CJQM#9u WCKVVL.6`Z8+cuwAPh7vO'5+ɵA;>VA[>=Zq1٩yx_4%6AsH/WMaXƫlGP*_;OJr6±9l.kΩtU瀥-=tկv+O_l8,vɵE~zڿ)Zm3tfGTe1$H0e* Dv%c0׀GZ(B> gdF[eJ_T)LEx"P' Ada| 0oNhjbgQ@/~O#8PU}@5У:nVDC͝0HabZ# hCɀ{@mniCq>OrV6q(JW`8D/-pDwcB a%ex6ߜEo<<[ZANяԅgR\{q)W^Dno~cB 4Ɗw=[NP>b>vdPh (l5b:XNX%MB ωjC??X7(~_`%Fd- uC0gO jICA{y@n1=2m#YX$0Z'j/>c7`֊ty +8qM$\'ǬJnb<KP%*f݁C>wttlA4>$ Ն0C E3 նa\ SԔ<!ZjUN:DDɽ#`%ʤCȌ2ǵ~`YṲAcAM* UeӽDwh+W+r[g\8}*\qyÚYI:E(*a9}MssJcp,21 [Ȼpʃl=g5Z~]ۂ $kY}ߒAڜote/"4~W%,{3b%k %uϥ2@Ce L綈c54A ` |Sgbiit3Im,D23ze"8 N;dGc²IKu| LzeХw@ xmB"/͑00){ޭ&dɮm㖺^18€ЍgF UJ| M7\=GE n(=7wUg:ߺXNI;/Us{/+<2"|E'S>! Rm4q.ka&ްͬ&B:Frav>r?-l%ӡJ'^c/.4 wO2#WmPy`Nc_!UV[2cq)J{ ۍzM)N ak㝸 ym/DUmib;cŽO|QuAkLv,)vTk)6w4H3i˅޸Hftk%e00C;3>u󮇥dnݻ'_U6xB(aO[)k).9vJ߉Lo/)7.‚WU18~l" ;|n"Unl(Oe@L"X2ryұt3,BJLLAJC!bLae#B ٢e#.D7:m̐ yiA]<1 a |\۽F0877M2꯳o%Fhؘ;|ӗj t:}57ܣA- TU^'݀i9; G ~1MЙ1 ].pcspV,T]6cSA|xpˏiAN"2L߫/KO3A e+;O3P~#T"@x17t<*pWΓiZ{-Ȱ {< ް. ȖxP?u\MN>qG''j:U:7sϜQ,3`X8$n(ҿ > #N3px ^ ]RV1׺dl"6^&lSԿ)8ڙ-rс}ZfYNKQA#)|VJ)ƨ^o5 POI]D\ql+1 /s[cL!|ᔫ[Vt#0푭D-upKhnaJ]È'p!=sO༥!Z#%B`\b M%.L'#m/ 0lM# jTzYRK<<kdO{!p881"7'r&ͪx3rR7~4"e)ŸV+VG>0`өwmeE0Nf]\#ȟ>dO5C8f27QFjtAk!e!FRyIcFIg&5|RZ+o3 TOAHAubx~nT xJuAܟ f* u"*h@lf]袠% g/\z*D# DM9xL,#UҖLDOټ}KE:A nC[9tZcX 6"#,=MRsl4|{EXh]I24ܦ01͢KҝPc/q2sX3Je,X` \ k& \|g{4 i*\|RT>X$Uڎpf@ϪLS\ HuksM(>H6=i J!L9KG1YMZG_X4܍S^k9&b h0@@ ۈٶk.1p;jw)i)ӱ׊̂d`Nxp=W"]8Cfҭlfҫ-d[mb|.fg/wJ3 qz- ͨ(`"v/70t^*j)Sd,ȝfK^濈KGb0Sd2#ߦX8]?xM w&=+yߚ>.ADhC~l)̮K̔|43X is =irDMw$x[b&4_]Xash>T}AbPF)+;bBC[ہWn-thB-1-[M]q~?&ڰl7[ kБeˠC9#m!G~hҐTKӭt6alI_V@!uQF,SЈSz œK~ˊ rp"vpZP r,g z_0$(ab+# M X{H 4A|'q@ڢz <21#ȽQD=yۿ7JZ8]@uq V\`n,;c'ރOC"fst?(s ߾6c0=r$;+R(.lf @ݥNLQNn9OV\Ho5ͦQKQGq/iurcrv;%G)!\2tY5^"W;@v6Gs<)UiiBE "7zw^(zEwsYҍ[n1",+zjjF̌-?]E8TSn'ΩpzMCm{Ee"ͱKCWy8+2pg ft*-' ʖ Ds޺JMr^ڔh^B1MpFDKԟB@܉^2I$zevsxPn 8r_,7a(><Z!R =HY#4 K! qt$@>|gi@4dR"7RӐz-Ҟe||+#$sxP :Krk̂ȺoԼ; 3ʼniB/|VV 6 0f:X}|0ֽP{‘.LBhb 苫:P5J( %{YZXñ@SSi:4BZ{7F }kÎ ʭ?F(]Ƥm|e: yi//Wʄ_+M\Xx5j[d]5UDAn[Qk}Ei'j)I JAa98Up4Wg<0ls¢:|#ݑEs mdz=me)BzD=>ݦߏ,;*M^m! ePcX#ھxÉijozɂR @-`%dm{z٣ʦ\^A6{[4@x ?YkūKL ~;1 j,EJ^nmnRqfRaE; P32l9E#dMm(;7c'2y/# {B{X2\ PR-nѦ=w 0i 9[ܮCv0lKk^⧓ 5Ί&Scƽ_ ϴ9V|ReJZu ;e`kţ3J 4NWy ӓ9/ /z~SvjɋπV\gFNbrvI#K >l=pnfq޵cevU&]=av`DﴠQjlU,X1j9Q}9K_)bsnxWsWɿ[,CtuBDvٸ\W\KG[yqr1V {G83F`>ÏL<@>w;#j!j{47+?Ct?y~.\xB4ܪpNin^}R6la>9)npckFG+ZhFJ77g2Vk<~qEQ@Kc"C**Tl CS,1nȂOg@ ?3aNQ!N~ 91T Y׿N߆0u׮c:Yߵγta(QeiX|ë'~e[m񂳴}|Gg8e:;E,NJwyH{F{U^)&[^^x=Pd%,҈( 1OC"RjQx~m#}hEo 2ʀД: ,3Rɸ 7܄;[REC{0e-E:FR&.Aҫ!/%X!)񴷯humBrЙXPmE/)y=rByM-fdg@kHWk}8ԿDݤ)%I: u~*+K[I4 3U;T׋]k{^R Z8\ar "'UV%ר%L,IXD#OE[Uzhͺ+ (-C'P* b@qӐY,ϼxB ~0[ )EM  Tt $yf'H۞TV""oK˜@w'wh=2UX[(nPk nFhnkx)W "q#ǃ+^# 3XD%}=n7P\ N%DL3 {sssLѨԾY(GeKhh>^{,.rc lrNeib&^!n|O2$<Ïg%vX"cbh-KU"eȨF֯G%Dr^$nF7Ln ii>;HK= y`Jl>[*H (x>z…jT ܖ 2Jac(;0cHB\Z,,!;?5 `X݃Ql:G[f zSv]!@o21>aW߻*\Sv ̃nKAiq@~q 6X3 @:i%]㞝mQ_*Wj~ j ;M)a4+bogi\ jY욚R"HTAh%"o~vpRsH>vYfzY<6\>,) %͎p>6a<Ҩ"E+İ(APL9B^ " QƢa҈v48-_iMpgQw@b k0@1Wsr 3ےvtyDPԓKѢ?ܼ#,qM$OvfKtvͩ9Adڃ }kpnqk<фZ;p>6hq3/Yivɚ6mNjSp0Ƶ/&?4ٟFՃP6 Kk+!?vfz{=;cC(Z, %$PsE醝r2Cn/i/aZآ C%@0X4/Ԛe0zr܂/vJ&\ O׷`Ev!!n$=v`~F&Fq^7s29AbMZEE2=w醩#w#WGcО>}%Lb{QQ6QJY;2(E7ŷ~lPh?;٧3Ok|hgT1EkT;iidrfYp!u#\qΐ-MmqGk\?w߂C3 ԘcNA{ V!K\ Q`_P ζ81ڼq]xj𶘧MkB}-@;Ϡ.9" 9_b}4H8w&b: v8Nn+L >cqfOa'BIUKq_蚣aDN:Ab <bYki^ѹp%^G(O^cP9͖OCgrZb4ýnPUϔ+z 3RI!d#^ѨhQ_wjQC}5*/JUjto8BLTG(ZJy!NM ݋}{N$3Ϋ 6RDVh7]g6ukʾ+@_@w3JRlRdPCR,]?j/5ҹb$`G X 2~Lz^f$}XBq cwcI:9$8lwr0Xq~{ΊH p~]rUklCNrJBVCGzzMp-O`lr2{i\2s(u}zR\9`'v?MD զnJ ̈i%^7Zۄ˒s:jHL+#bSאH7_r|z>B|.ʜh˝~i|'GQlO:?8ǁh:=H0÷y0<{N@0ьC`h0t;҉pXSdn+7+{|^ʪg Ь<pi40*#BAa+{DQw.(`pAQ B$1ne<=V'>Dͧڝqcg~,wḕNQ*𲙂_ K%Y視ims̭(o-}nR 8u .nh<E9Bk*D7? ԑ@֯d8@ɰo)RE%9qg:3掓Zgϙ-L,<{|+uꑵtAǖ5 gX R^5 i;dzFΗQIT%Tt  7MQ?C 7ki(&PI>L6ƎNBfyvڥ72Mt?^Yz =\j_fGPrx.9V K y5-4aY]Gq 1SA<{ G3VC`Keۏ9a03UT1Z-RWFub1M,!9)b$bb⨨C*?tA_^Qtˎ~L`_y/"=? ~o ݥP3ǔX{42܊hZuOPRDm^1XFVw*oU#F*;7crگQZEbnpj61詃ǖc>DPٚ>HBȈ:E:, g{.,[ G c]jVqϭ#BfOs桉HØ{JethGV`SJib_@q-`8e+DT~";Da5Sow{fʆ9P+C O֑1t;%Q@:n_S ;#,Óʂ@vaj>}nww83c[6Sv`>*[j cu:>w5# =`EBbV!hd\3]\KݮF }zox:4_$ָ :V['.qNf% ^ޝ$~q 1Zx /<ri`&}:Ϡ|Au Ң]7˟f\ Ttkk$/AE.zx^T{[om97G=2u$#fFw bWحozR. heh{<>8>b8Tު.|\n5"ṟ"]" #|E ^RZ7W_X |8?42Ema!:_p{);^85*2ѝHWX{$#;K~f6:<+kDbk* kJ8vxɛ޻nv)ݪ*'Vqq\lkSnqŠ9sk>˴wMJE_}qnH{ҢWY ,=u~UcsѼgAa# 4X~ aYIFU)+r@ۈPo sAEd5Pաݰq4C1oO8M6H1 3 a7%©W,&'{utchfLjP,d GLEPj}L ;̾xD+E8cuȠ.0/YzTNCψ4MP[|h1pffC ÂQW[٩Y{aT/%1{Qma36%1?lƨ87bx94j"a&lmO܃>Ox }}RÂfֲ,2[3C޴>V_b%t9Sz~yٞu3 IYe[oAFj`N m&6-z?Uv?*:.Z+-pHs֣mFkzu\Q2t\64! S.X-0kdWV7Z-kGAkz@BGu#.?Ad!(07Nŧ^DߦbFaN}!#!AwYZ.hJDZ01ꎮ|M>H k!ASdFUtxeXOiFt\gG}dLlFQ&f7|{NcDUw[m - _T dk$(HQX, Ryݔa.9 /(=I~8F`{JH(!4X+:/n[>!RNwjcʁgPxXwa=4| dwmn-bO'N(>0rrYMOdN_J6^v 2_sU?HOvkr C"("_* ȹkp0hw]ZCh&AONʼ`3]SF6)v~d_ċUKTx!5\jbI3[/6֞F0j4U1)e\g/W)}O_enҲtPɈUqi#!t*hX2 |z&gDQ0Um?鰪rn5~`98O? 5fDŽE}%~UW$-Mғ97GT H́\pgm]kD-#2e g7{CS0#}UOزC` |HXoXJxӯFsC5;D=q0@fbDKy~t\ 8`RYg}bx %S-} Ө@;4ۢ2 664я aY':T+egѐ8&Zb@~jt*9h7ߠhxVH} k Zsw'7!@JJ6IV玎 [`m#O;eźe2ЀowžKKGg;^(ud\VpB+a\E|0x&1ؓt8iX ziUұxvzl@HA#ZF@RìΟS+ÿRJ}fsG߬87{FqU005F ?0驚7)PrK &ɥ:좖}C [y~%& BUR_B-"yg3up6J8a}O6uJWBjs٤2 ͹|I9~ UH78DY̖*5=Eu^L LlpM:; e{ a3%~ۍ_,ܦr3cY4%D@3B @|fW[*380T:`&בGnb%!gSWArNsBPayC*}r޾V q',GL󪊺*~`-cVkN[Paf ,h}ktг[eg3 C!<8uGYK.Pٷ,+ ?]=j{Nc2Fe1b2MjkX t@L\)^ZD'g3Wg8bA@^ѽW `e m!A³6x [FxMt%+Bb {7UJ[[trBȄօw<:3EAEFNi̋[`=SWѬ=֋LqWDc0n@m>hTс&nqKa@Ec(jO'7b>Q͉ %”ȎEs+/Z]GZEk~aI^?w|mgF™۹YFڍwWHcnɳ4+PP$*ë}>D}V:gY9^0@*% -MoH>..Cd3c"Weݨu#i_-ę(Y'l"JX|VԴG<(}l3nR렽J$. $qrFGJa䶩w dko-C*1u4=>Gi,KJ{ :MAxJ d&BL )omijjf}#^5lTti! $"A88ʹwnI1Gwѓ_tN6Ÿaoh}QЋF?#T}`Gc*at h]ƚ^NS$ƹktj<ÇRN|$>˼HJ#HB]Ws<8! >Yfu N:X h|ŀE}!8)A&6 AN6aick'sMs0,*řt2%>~8Z=uE+9xr: s/*5yeG=~?s_Qe40?}>kn~fOMv2هhOHո7e0g!arDZ֟N{yȱSMKM3kʒjwɵ7xd@ٴYʘfI.HZOB]LeV^ =$qRcpG$Yllb`+W' !1Yn-uYm_Ų?'!e 4 ɒb=u3?چkX|:}NSةIWb"VP( 7fGKMۿjUѩe gG7~>@cKWL!t<tg2}KQpW5UڛPC7_W MۚHUHm*NNf ]k'(mb)CF$ԾO~Ѳ?u  hihN11g = utQNmױh$Qu@ayk<][pϩxA LFǰAХ@`@lYΨyտ-v7+ڱk3$[iIԥ3C3A+GрQ߬sP fa0q zr9}^DB Yy-Ʒ`K5qd??r4BT$!ޯ--!pRnSMA/ *$ /L1QcP-܃_G#-SWwf1:'~͏2Fk!hAY ~ .Elt̀4xS`a$/H/SVsӱfg5.=Ĵ<}gz+ w{cIС?D;+?{HgⳚ. D!A+ZWŬik%_鷝 , SC m:6::LJKzg݈as*̫)2Y1W} _$juJd2 b[e>ȑem’ 7@:y[+kfGSx㘜pk<\Ps z cѳplp7jx$I`.EKOi&`>߯.{/X/ [{n•Up]!,AL2:o-"Pa*'rT5ׇoՀOWqc_׈P¯wW=k=B_ |7P8uv8wg1y$?LbN ޚHvч^@Y*E( kb" פ _Xh,Na D#9T|"/~d1LMk#| *\xJ Ǒ8Ϛ<c Hއǐ kfJcGiݮ/b,p.[Ɵ??%niCV]‡9L~U08+ \$z71:RFzu(RݲqaPuA%̶8ˈcZZG^;l-87e2oҖeM;rVKް!e8F8pmi}ta<2nMN&V9,$8ndkwJ6Hp,]BK;o2]C4܆$f3|_E&W3.H$Uߐ=.?+-@aq]` MIP(ٹt J.i 3grTaӔÆS]X$/Tt^HK;aFl*X{ӪcGW4Ĩ۞™$r@~t7௾2zZwal#Q ) t=uT"A|42[BQ K4jQz'0OE= ۯlvBRZh߱@,d7)QSV#BH._40:If_.,>`>Mpa(ah6Mts L>jܝ[noKdI{+K[ nz 2>|;nS֋Pz/^kϤ*YS3_.N_wlXh=[܎>tOɇMbMW` 4_bqPT aVГ(z'qUj/m7;P>-f1ځ-h]rOc]T<Sќ43 LQ!ؿ11Kcp5vi֠UW!r-c!ޒG㨫4q)ƷgTIјڅ:3{iȶLRI(ǿs/TPMJ]H>U=}?5*k'OXp]{ϭzic }joMܠCOj7O1%|ݕʗ **$)aߦϰE KT`!*$J>C~_PChIPiϢ&1!j">197A&\ퟶ½zqUY\8G̷Yc.N8~ك産9T˪t ?ؾ3HK7g9~=C3Y,c3Ħ =ĺb_4 m4x/A ՄXF#݌g!.kstLZ-ЗbS"7j`dQoeD8` ;ouQo̰ ډc-,U9`2Jo̗֩Jw7x+FMXh~ qEXb0ngezuiXRn T1JBэ2͗ˆl7ƯutfoT.zi0gq u5*f'9F6/ K]M1rYK{M<9JBċlXͿ9&*dՔS EX%AE %}{$úqH>>o'S&~}l2_hin #{1Ȕ``5fdP]-Ts ˷ԉ;biDki9# :44?o'gĩӻd_3fruzts>8U(gϜ24@-2l>֠I}ZB/7/d^g n`y-r)V[p$rF[܈I~eًH[YXz*"`UW`0i],DMg5p'[8y<m>OO<׎s3SE"RX$xxj&`|S 9/8 ;w{K*k*ܮf` ;^3K3E\io>-|/.%-S( Jk&"s8kt^?]R<f ޻뉒d?uw1w`7 fݕ/e؟z "F x-kV5YYzx21ԣiZ %} kpǎyA/3-ʻ7.q62™pc' o+ǑjgECa0,PqEr<?8w2Zo%5:,D.klZ$tyҠ(NΤ:F- 0;VJᒔıc=BvtƓ)n_r͈Sa ol lp mؚccyc>HE'%5O*Lzqٚ7֘znU9|uxL{fl\U e7T+g=P}@ZP-^bBy)ZEc44wv| cEk+Q[u'  mK1+Λa#dy}ת`X`Z<Nb(ޣU/R=nq-zuTwke0``KG0H}&F2_vF{1>ť7vF\n|"ƲŘ,.#j\ '[ j`Nz*9Gjh{L4# bG`tPzჸ'Z9౅ZSs5(D=Xf)욤NL.#%tm勫 wa]_u]os ^L}Υ5'k6|*3Cby̰ <*uBw?҈J8d! lQ,YpĠ#+ FœiN&x/4p0\DqOлMs(_$xrq_ȵC}9.W.(|pԓ'EԐ^?baGjf@dB- T%磪ޠ1oaN׷n +nB 6$tmh[\M&_\ؽAӘbn܇PT#2PnϤbT苋>f+JRM}VzY %uNtɓs6&#lRC ,52FҒP(^;g4681(i]Hwo!%+:S*Yq,Z(THJ֐hE}{ľìo̰w򅦱%EnrbOی^F\EK5kY̢֔GOl¾Uir4CdC>T`ݧ꽣"Ԥ22R5'^g/[(g.}׵wwc}P"),p.eZA[0" 3ӐĐ7=̆T\2"ɸ2rﮉhC+å)d Zpvgq2~fnyQx[d#msΩIžep G^v_eA[ʼn7=ܿϵ$'ʯkRH^_XBU&>P7t`Sshx,ងN6G.hf3ENJMb85oMmxEH@i&!hJH;'{a,޹ WApv`^l3.ZU ּ?6O2iuFLC~-&B0ߗT=܍OטhL '6M̒KZ4 P&I`z5k dw% E duzS#sw $Y#=ʐNͨ}mwŁTz>x?}TרB%SGja0Cd><"lE:+\ε3gk>Ѻ7[׫9zQ@h]nesB}*ˉjWBɐ.KăDu,%cW=ZAEg̙k ؆2_Q&K(u?\&-?ZH/،r5Dc3g1րB<k<2;V낻#tel߅[ *(w,U{IMG<:⤪2iDȓ\KhQE`2w\alW(=([, x]0`YŋG/Z &VdD@]/PCOBy՘dKdNVZIuq =*bJ vlRn#"y^`pըdpr=<-zVMm/c}Pb Rqi(c~=1$2E\kr,zA(^q`]` oi[HiNP&$\ m$"Gѳ]r_ekfѐrL/f!.[cw\,?.z!uxS>B['q"02Ҩא97]ק9\@<;|9S)a*k9,S5:~=ԶRxL̴-O'pi:@!]Ba,J{,gtkZٙJ#ˉ.>K7x vfayet#T̬bX^a,<Hjs_Ы-k mu!fBp(\~eӧ8l!|)aizٰns!91᜻ۊ}W$8Y(8-%XR1><.K}%H wIXNL|}:'fSfhu.$*@ E vdb7u;FˀW13K{ BwDK;o\]P.JЄZH $y<ϕ%yS;חlxحRr^H=Zp݇.0t4\\J7KuvP-ۍDpY):aNj9$2vUqY l&2S Q r q9%xՁN,|׹Sy0p^N;ߙrq'/Kzٜύ[5ZZP&0+i+5&Su#;Q.-4V-!%m"/c /]8 ^ }H>GJ/@Ih>|\o89N%A0ذϧ=Ԧu%#\nBY uVΡOQhv^K*B| ْR8~'*,sfb462`tQIJ?zf//x[%#a#` Iãu\+X7NQη+: )O9$ffi7]Ι"@ p}nZw^U6RټK95~h*6$:Sf*k'{XEe j+*ڻn ]Y~&,AOKT[ƴ b缝9?CZ>#Hf -syLN CBj;`R8f[bwxzTʼno-P8$gHYeiAQkM9ZIO/tv]o%8ޞ{,]Js,^d˳d&3Q4wfv[h5-ʄu2yJ+9ĠF%GȾ@mUטi>G Az?IX[ȍifXu:xg͹J%!\(OUIcm)s7R2ev!ybl2M\^@SG7Q<>~[ɳ (O(h1HBPC>][+m&|U@x[dhlw"07dC}&wu z P:36nUBKJWJo?:4{4th' @DO)גidfR,"E?אxIeLAdmkUMBnkH},Tn)7~NLSXO?|Gs]c־Vq+k=ޜ$`w3<?uA]2o\]ͨښbYcoىC``Yr /E _yD)WdOV`J~ѐr,: -G ]yƓ+F j8P{=^=$%J,ۅ{S̴FJ5!PB}@qYBdc?pՖYbܮyBVT^h QR]>V2R/M2;h:(|l0cWCqQzkhY^S܅RrŊ|xԠ1rbg8Y`y,==,udMj>f>?˪)ϳ8z.jMBIUkALt-)W9ߌzu.`W 1yԞKg392H|]z|`5OܫZ*W?+<[q`FY RNry 'fny #]FiN5J=P(@'Aא9T=;.DØ2%@z:V.v? e=#")'~J};DzK%w.Gww'†4^o o@K/_[s:%t,-]QcI$t-Ucag ]ꍈY8?K3nb}tՑ~5d"/dޟQ؋h[Q(%ZqT@]N?3sY.xDIPu;4ohF.p̤ l#KDܩsDh뱥=H"Xc04&y2P5+Jmm%><W YtP/Z!ٜٜj \S-#χ,!0^1mTPWp@C>Kj-Ht`թ Zx` W,qw\_}ZES᠓dgym[͈2Qo8RzTlא2۸8V]Mf?|xeܷJ1"al@u'|\[.O䠂1C^|e0o@ysIou|rؤHXN2NuW~D`dV`JNܰHW~0NO'=E1p K̬㺣3U J6Ģ-Ż˕L}st)Due a W`n DZB偬LJ(Rq6kt'ߥ_V^ްP&QJ:khjbF"+ t1 LDz54Ai23샫l4W+EHxwE"73ΓWd1G-Pc>9Bs'F[]*_\=ކ5ݙ(Rjz53cϷ|n?9ܲÆ Yy$c >?Ci̕ji!h#b'CU <~ M'ix1ړaJ ¡ɨ}xw ;Xe qO!1jh$vFIV%i#h'.{p09? \Y6NoqPGg ,xNWSB'{]si4WPB~A2Kl6{le<J‥~N+ǪX*d{Yկ>z , JʜsNLf/d%Wjџ>P=_5Sbb M]_}ڦ8nO$̦G6oiykB@JBUcXPb/D'\y /،Ԙ vw*te$z#srM4dI'p$`N~ ϞϤ4<\H_g+S3bvhgm˴~SϮ5Tl/E"!kb}^ hh{V6)aF+8nu.`44%$x6~e2/:ѻ.0 (J"k){#p4&͌W~_[<﹒,f[G1ƶ8 y7N-/71wTiȚ,;b 371;,Yԝkv{BKDt_E~-zns[;d{| 14/7ˋ^8p;nxfR ?C".ZğՃ;^st]m:Tnd;(ūQlGtp(YBJ?0z:RH&S}fP7A>¦M)2-͉pc=LbԴQH|[mod ;(̖g}Jb5GLV8Yr{X#&ex!܁O99}x V#kX~=XKW+C.]3 s7c&&QV*U hjR8n5 P02jYΞH(ph/ut>eRvү!/)OW 8Xy9xQpzU5 bdvpb֭JhX-rV'Isu 3ݞ^nO]- ע&?r٩Ho]:FoFQmx#c?bK0K җ=qgH)J:F>K"%-x*X48Z%l# ²mB,.FzXd_1u)ה%÷D3d>^^}պ:@ܢ?$ 35߰z`FDg)fT{8мu`? x2;Od=iƿLBs6aب`7bg@TɔHt4!v0aq٦'DF&+eϨUf_z)RsfLu"q*nf<=zm4 z@7pϠTfUDmYyL۰, `odM"L]ZȸdKPk- ik]zCkKS24<@ghyHUBPOľZWb.+l_c;Òv QQ"S+@r(|K=}3KBDZ)OG J#Eށ> ms!cU%x/MiJO&)]Pר98!tVsM`ρ.В4)o}gB#Dx[`kP>(!/He% o9EeƫZ Ґ ƜUpxgPʽٴDM>9FZ&{㈹ |H" }6өqi~ iAD$8|S-zDt_J;'^ [moy*V?9M_ȥY}Ĉm!)i #xRƲ@ .äR߆3; PC!ϹpI2't~_M$6j$C1Rzl#\$3?@{2C ℐ|Yc5m^K*;+:NYGEz3hZvzKGlדЬcH492Bp+6d%I \zP016K]eJK1I`;,7mY6(fEmxO]{ޅҮd6U`E֦EG6(4 Wۮ?ԭ)`/bo/#ӹx&7*)Ϫ$EDРt8C&;;yMzj~}]X~ŮOX|_]6G,Y}V(d>K695m"m 2Ҍ|v"+LmӾӮD< _:QT|b; E<3_S$QJ4`8 ]8UIڋ=pzC^INL=!X keݿC7U,e}&z{"WK֍$Yv_hV" 5g?ӆQ%}D {/LC\}>Fʇs7pfӯX+b-5ի&A.x_toX\9ۭӶ(vظbgJe^E &!٦wYA 8iW_ܹt I7q;ԹŠ(¤xf4[nHHلMAӊ{#m 0J<YU&5B@ R0D ꙳*4/.:8 3MhBR*ہtc" #;)i b[RFWVa_q,h1=>BW)3Wl/KIHpQƸiA󟩶(`s<źkLAm6dC@͌xl(=L#oJ`ag* oo(P%q f.q\:i0[hX⤥l1v; ؼAvG'@z)mث>`۫c^U#+_|Fhd3YtŐ.ͧ8d~]W {o9n}P@Y/GTVCoy;Q/ VV&R:ۇ½1 l%4x&$ &Η6&u۱1)qF/NVg7ӨuG(tee%s+-6yU{lOZADҍIe>/O*ui1‡eqBӴ{ֳSO/!](w}`ŤWjRi Rxmkr3}n l wϩ줊\@Jq<0ϐj֒R/%bSu7f>'5+6n9120eFT :ȢN ڍoB(F>L#f4z>>M++k'ZbX6R.Eٍ^V"wfLW 8@>~N|yG~ lw|-z’rB~T{2lu͒}ZК9`f]B|rF \YZ͹, 0{Bd \WVW~]a9Q}m@'%x }z˟_|+gOD!tK<<-o?:ղi:=%M>͹E\{磩"01 +t"Ҧ6ؽw:46gZC[nioDᒍp1VR&i;F 7U?/aT0ZCaZwfHK dG+cc[}[ejo c?B$^ 5 9I˭ }ڕr!]cD!8%73nfp1Rj;70F9bQ*! rVsp@%| || cUf`Uh|xt!G3Iaⳣ:Y('j>A$"uR\$W.6xTh;j%P˝Q M/e jRP7i#@/ +`{ {(k*(ԗ <ۇn9? _أ0O&M wvŻoN Iӛ ]U8E\*'v8j u~#{<́_;;^꺎~#ǚ@OtEe0|{p9aMԓBջF9rnd{ f [VS+DMZp[= }~L/ IrwA?h]PU-Yg7 :^ FsNoʐsd`*Yk!ITSG^{&'f9 *j(sK1}vgTh(d^xnAܛiA pXĽZs'3Ad6#ۅ-m'94<%1W[,K=# I ĿKx|MBK}(/V\|,B;ok6 (P;>f!b7fQݯvhI`:(eȖUiXYOo1u84S,y/.8?pPV!3cy@;LGhXx5}$/ @8\9>˒Ŀj u hr#_pE =,$r7ZJӻ0~ΙC6J'u:2gC32^8=XŒenOt7dTP!rGma U hd˭b̤=ȶeF x/O?7\TٯxU"w@nF3:UU aIou]| xAT+: ?dW-s79z`cd誂#389>aC'CW*tZ+adoƳW |ٺw/@}aV>MI“ XCfFKocknۍ8'Oo X#8HTk\nG< RT,TB2z{Fa{ae/ I$Z76k \2*a`k`O(8&ɼ_GOp+lUSei T)zS+0jyP|݈41H\ 'AVQ#54S c,[-1 &=5q* 1Yeꜣvv^:fbK<.vE:Xm$(Vj!Kkoa `#1_~ٲ!ኁQքUy'kvR0fqVux_oH8ڋWʺ HF* տ9OI[%&ܩdXc*H(WһŋL쓯IV .t /Nr~<9/bmC!uwsk:iq썾%R͜0ep5q;mFZDYoƒY;uMG\Zѣor@a⎻_&҄#݇F@4K:Ud4H1KSL&WEsG'J=HF4q_]"(F M {ND0u:$H=sR$^Ju R"ÈZmї{v^,6Xuk V\mVm˭ o}9&D5/suQ߾f;/FVN :mu|OP}06|+48q"+nWH}bGZ l"dsx k4Pq1imURUu /kww[sH&YVvը1]hNiT6 (h]z%V\OuCf]g6>/nJ]lKe;>vŲn9#PjzGSȼ!$%tBO6/6's>g6 e C] ^式-8SH`>c@vMdT{۹򂕠VKǼ=ZDxM 0fҼBJZ%eGl$Q 6;1e^URlpĈ>Sb _gG22'Mŭ)&L&d~[ jǖ>Q#,Y\e%FPb ?\6nޘxZbGrvLu/Y틝=J}tstnDƄ rKOrIul[kE-Lwo0f肅Uɫ :\#!'4(ñ+RwVp<ݍi7KD_iE+]cC$l8f ϫ3^Hz)Yy*(ߔ`P-3;ÅN4SUGFc͋ZGv-%k?d#}8!`݂3Ή+ZY74AGUg"ZVXl;ܷ)< "$,\i[1Ixz}+K0?/\)l^?e/ @/~bC,:iB2) 2 Ak(>iEEzY4A:(`h{˪I5]DCcQ bo-bqķ/؆" %P Ak[O-cpFHgkTA@H{"s{^5RLPiJ-VMN+yH]PhWFB{11.$0zIZ4tSL}iͩX+`aԔz:6YU'kl0K֞EY'{4 e7jQ詌Y>?1g&d(z5&!QGpLY}%Z㤳{UiGd =mpǁ!36?cP&aVes/=&N.!=z:6u (. ŐV$%Z5Ǫ1u5l [S)8e=_)]NY+B!A *}-wV(Cm[b!kQ DE7_~@=7Ʃq*hUM87! !vi۟N ǕP]cI] f (=p:Bet_A) HS=LJ UL5m(Zrz"݆V:9Kpf(4mjۼ磬%h~4 ֺא=>6 H䷭ffZ8#[qfg.@Mc!~W{~ЧpWwX|:Ygs~ |Sy0\xi=yDA@y\;-g-A3WCx.Qa'5*1N̊Hݳ+ BBzP,4KMdH^@jQ!x !VnYW$VL71T0/mIGۿsN|oUp}a™ֵ\ygC,2oB k\)XBKKv͞GZ2qH]ț`8Vơ;[ӛJMJ/}[#$zntt~g@ڳACDrr*WՖ3,,?mj$;ux<`LM<yoƞjFQL*$r;%_.J&5r ;4 og/s `.\ MxK1 y_N>)"o}Q 7Sqf$k}`ʗM࢜c{@VYe>ISh+ZXv)FiX_-#Z,[Wo M" W-EX?۞Z\)T)M:j [#09C!}K)k.>?I]5߁F!!}@a*Hރqe#]%&oi:>K;( .Jr€Ug @`M3tߍL>R'{M\7"2)\p+LYt!a%87(4lrJuզN_I,Pma9^W*]c^lL> _F/a-tY}nb |;CX}ǀXuHO?$2X,LKHkaN\#ҁE"χig,'ՉOɾ^: x8on@zǪ{=Ӑck9m1YC7Ҋ,GR "oTpZt'|mz?﹉~@2߶%]axT kŤ ŝ!|LA{0Ës-4ѴOTd=> 6]T/*jBУ~n- No=ID>ϲ1~QM=x!Fj/΁`JZJ c}3>ĠߟS0CXUx0x q/eC#ȷ10lUfy# -3;M9Q j!x* TATn}[iwe)屳nr+$ }yEr_ì6rz0tk1]Xb5 W2\^$ f{mY:a zG8P7g"C9; kk;3*(­a )XuʵEx;gP2H>ql~iM醔0f=)CmfVjH|D<ċ1|Э t{h Lvy&=Fv{ <'6|%";Q2pOLH .64^F.;j )}N:Sn%BR6bHng/B|WW+(I_xCA2-!Ё%_f/Zh іbݳADrQf_tZG:cʝPX'i_ʾX( *=ZwV+bvO@vf&du@PZӲn+6J 8zX((\޲"nt$-/[3V1u-#U<ȟ |Q(Of|C4kp"_B\1W7NSZXj,SjpwꮉP[2 _UVxjiO Wg86oOE0xBzt /HTpTR4pO׫\< YYd3i| 7N;V䉞#m_tj0`D='2h"Yؓ|-9[%_V~$؏^t1 6% v+*ISqRtedB5i{p{&]L٣~0a##ۄ~Rpo<5i#&/ezp5?G<*vl×``41p)|N:ޱ6?Y!G^\b?hoI ]*AqdnEJo&s%}hn_|:Cn_UG4W~yOqs^6"´O)ܬ|: G|(kдGA^Mٷ:do,6EW{:`ddpΡ[g' HYnQ7 !0Q8QՒo9Rꑔݭ{%N 7OR$da$vęZKpcʼn!#O$3hWǂ%d&.Qp(pOև$M]]|1JeN 2kn&;zΈ(b220.8NZ9J3mRyݮ3)3!n'k+Խ>Y"z`4^ >J|?6R-m*} WP2|@-ݮcNE {ؖx@ɡ̅%fkɈ~J]T0K&87ɏb0Շ-bB$V &'_&~(bx\;x>lZD wn`>3Ys}b @sY:^>M/ަ 5["KɏzFX\eQ]6` 1Cud*r붐_4%Ze .!VVu"IؿqQҖ(rsZR cG/Iʄ6]}#SoYwVi#UD.УqOBVd0LuZ]:ƒ!p N1ϸ+1Ad+*9ָh⺬U3X@T"'LA`HlKfrf}9R}'v Y~uV_ W+tPp&^K ReXr]^fWfHtQ_J朑|˫Sy`lg@P=y:q JiQ|~k4{K*A|! z<D35myfqWk4; Bi@I+߀r7ug⠌]Xec%@Qb u"߉HEWk$W$/#m!J BK՘4=ֆw{u4͍NF2jmWsHk8 am5w O*b vZOh/DYƅ#];ٍCХ'""6Z]p"u眚6Xed"LdfU$,2䏃DwtM(W/h xeO:4wx$uͮln1sik  .m^lyow0^ 1n5Mh{gO/!D'pSQtxpUIq H"lt[bcW@`cZ{nJcJ=lNgʶy/)$*XI&싡S8-k}E2 >҇ sm8;l]|`~xg 0xbQa&]U].̺Amf67L B>}#٠uܪ3 f>ߘV(}u| ^**F yuF3L)L2D^(l߮yΛ f{! ӐoR!yp :D#kh#U7AIqנ6G톾F% Lls xsˎxiSA\94]~3ZK<﨩1v&Dqe} -S7c=:xPN]g M}!6Lg3%6trZʔ6(;n!w͇愄Ar gVǾEê.gCyG_3k,Sz21Iqfã~8ɜ򘷍̷JF[WLjKVch -Vng[N]cPJ}+{M יE᱗67aC o|zJ{ؘO_揂jd-^ڟūihxJ?<"JEpVfmKfvS9HxIBmB .Ϣ#:S~Hwc&Yf%\}*P{ ɂWcu\9=Tfr<3VNH'UXל|nKG/"io]tk֕W~ Q3Q$`Y w2t Z7[wT*w?jY8nPj}&᪘׶2l7F\ wy ,VH=d!uLg/s`' _G Vi-ȰP\ 5ڠu1MHESMXBoa_p+CzceB O{$LtO #pJeݪ$Ay21s |mOKF||40@"Pz5+.槐*X fU|X1sg+*|%&"zQr9'OO%H=ۼ#`m(S~g*ة'DPi`YЀySV&Iv*( ddGDIzmLvFuj5Ȓǐ^*exHz#&p'\$ގ?95 6tχ !#Dxd2 :qtAP; [%=aEÅI&BQt7yɩmgGkb ]=N=M\ % l^.160Z_CTEu+MУK>/|_l*H.۽س#J`s>v^s( )sQ$)N=' *e~6 w%0>/D(JE)Bt!fvso=J$UIfƷ1h"Z{CM][2 ;ȟL8Ek喹J n4st'0" PxhΎn4m}7.j|>ؿV 6'y9P~C1•ϿR4)W"BA3%ֽ+]4cԝ0;#L`8 yٷfPOi/ :V#FL,w7{[OYJ V9!_1#"Otډ*I 4I |_Y'N>=;ۄǪp7t`Vk{Y˺1_4?\sKB!T ^)z8&Jx 2L~Bw>w#$ /׏-$0Eb`5jAnf BRO'b:%N^ K:qŠ7Fl]A4K[IU,-Pib3k=jzAioR}<66T~(]4w͖,Gֹ)K&ePXwpVnvGj[qFxes^g魉WyurQb$plo<9s *eʖ[W*~ktUdb%;Xmɻi(iܸEs ~ j^xiK`+Y~'ՑtU( @ּ_Hp+sve[ď^'g%sy*uTׄϝd{9W+dzZ8H\ %щ&#!О`B*~KĀ^D~N1-YM2[i5"t4k+@J xa[RT`X.I E'(@/  ಒ/ԁl4419'%+4GRK28-0uct\Rg/yU٫𨴋tCsTN4 פx sv5\ɫU nmQDzJ҄R[l /qf&BOP鐢v/ Dž(`']E@p݂TxHEQAua,?C<ɘ3kP "-$殙ȮWi,1iz*u9XTݘ ,2zQqhP[.M}􀊁r|/+ ;BԮDrZ6B1B-ƪ!"RYy(]ُ5J$(lLՀu:/ \?a kV&wowQWݐàw@C* *ځ`WYeJм4!J++-,q1<ݪ* UM6Wk𦏐<|y5wfN 'o H9y^-uh%.U`^W^Z6:( [ Av#\h[XGm=|/0 oځuBOX^͊*Ў!r1mLF20+-9RWA%V&š܆1hჀUrlg<0hw]#p SQe(*E+TWiU>'^$f4`b|OjPƀ{E#FE;fwcX$b>ܜ"ޒ)ͧcE&at*t݇exH 0VJr j`hu=ۣ^Y'JwΖ:v#@Pl_*1nK,`Ұ@8׺BRThM4-P-E3 zY CSM@uK Blڐ{x@lBAGKfB&xGi)8Tpo5.vT,noO(a޺ :| .MS/Mb}f7}% Q9gHsaGjs39ņ2Dod ؄rާ``%=Ol}oED0 U++-Ӝa!Nq)٪Kg1A~#!yj[6+&{(CMb,,2nǴbV]s.T!Q7H{ kh}9:]g$h̬ܝ3߹pM p,14 $w*[@`0q夞%g\^TQN 'K{,ߪ[ ho/P |I#? CZ~75 ߆MbpK]ٗW-rݿU<"W4\>x@~$iA7bkj@o4s#U{/ =K~Lӯ%NIsZxRvcz@m`Q_@pX-%E!?TDD:GO)S35V +exq8(˛ѣH/ !p7xs)Nu9^t riC㉵asz갍3ev5O_ƦnA7U"}u OqH28Quo 󵠪觨\PtRb_fMuS{1*o3yTGѯ4<<4|O/.g 8jގw5@mTP"pO$`U׃7 zv]k{΅9J; vcsiťJ1"sک\6:CGOH(z%< uj`_]?X':aWv]AWh"oFU(xתx(A-vZ:Y]+qpξUfO_fmZ_ɱ_-nV 24 )D0s?Fe-QA'͆h%{,_qy=”>x@9WR^`؎+P$ `p5A<&yApy& fZ`DԢ@9ѧx6\ j~ ]@%l:TYJoyo!9P-_oXIa|lgg^I]\FkH'/?v7,&Lm WUU/@'A!/8/,W\QG/bDa"Lkb:m%X,5~1Dkh@ $q΅(iO$<7kgӮPd4 4Ze'R@|翽msvg\땽noQi?Vťk{ZLP"ٶFţ gPvzRν$mU5N޶HHF'tQ&ɿ~B'vc$ە?Raaqz0,&3<&6\Z5U0-2WkJ&h:{Enz.qh7ix_e0NZĘvIzlPo ~ؖi"Ո4 -B=sQUc5Q\L{T hjG]ufu>L`,kX6Cissnn8CY cQ74z&/mU#:B U:u=cLI|.j],Ntwo7qg7I=cA*X]Zi9P4GLb;ܠ:.c%h7H3-nrVKL5it/S AV`wu۫rQE O?.-[[ꉯl"N^ ư~&|MN lIG0(Tcc08Bo vF[+8Kx"C@&z$!6 ϊ8r+R9\|tϲ}[gk%]K\0T ^X lzߔP;% 9JE(&U0>t5(h\ iS)ﱒ`-哹QeݭÇvOe-򀒻$j[W*>R: ]!;%Y('TىK3`:a٬p2㙸*d'3ڠݽ#@ڎ7*/(n . A .?ݾ#yGXM2ÓQd8aTHdߣ[?u5]c\AKWRq/Xb /sQԙLuǼ^kDl&M|/")CjWON˴A\bHR1>!Iw|;^e⥆ؑev#\Z6 `K~2Y1U{; xSNJnQ%̥'SŌ<>AxZgX֋~+8 .L("]15k)bSmȉr8+.Dsw**Țb-< e.T☦FEwmĬ(t~lpF/…wu(}E09=˽!d]{5(Ȑfh/X_@ ve>Au (X6!Ky7j! dg"% g.ԅ _hޑ?@X/,C-:.;>0+c@P7rj/^5[wu* #Ij"*0 LT2DpXlxmNd?S * >gm>mu%[MBOQ,}>[KPǟtS>H- EV Nѕ\ }^Smҟn|R.[ÜLn=}3go% G`SCKis4Χ)T}d9`6_86 ftLyO9(&;^)Ӱq\J 3HtkZ< 2͇-s9 ~懿>=[A:en(D?o 8jDe0:xEUZ+ή/$HC r+I'n#>2j)$؉9|;- EXI315^}B6.C?Z,ghsn"eX+TF^{h]:Il£R~@*3;DWwdz,#acBﷵ %4:&R2D >w+Pv V@nmC8%βwØ,'H0hIR`e#>(c >,$b$!`O @6xXV~Z;}wy!Y =Kfrae#J]s"5Wk"6Lx˚ C g|> vTq" @ # CWa QzICns8fO1CnBT#.zX@߽y,[s:ڗȓ$3oJ{Ϲ5F,fR3DH_qLB>tb!TG r/fOI쵊 g 9}0_7R C!~Dm ũkr-~2nb3ŲnV Hd;Hy sMѼts>˷qR!Wvd~n R  ȃ;1pl?ʩ zy-1$޴`'}~ah2܊C:3@T*E;bYnjEP?enhWuodÂI_LѥF{R;0GVfay7=\석%T{ 8gd[(B6*#WY #%hf~r7Aѱ0-E#u^[cS*"&绛MnaJaPr%|Ȓܲ܁vLb:~!OTsmz^>KJ2KWo): :gUX`eԨA0} i0|Z {æI'񽿀؃,@O`]I6'5Ȧ<5x.z 7޿N4@*~y( C݆?PBtu+Tڇ4*٥y<9pDG!]`tor;'fu9sm6zoIjv ?gij86m [5w%Ud/FqSz̃f[TYi #AB2c T3L Ss5qڼjt(#o=\xT7Zj?80=@!|IP ^ɽ5I~TVNb2'1Y'Oeɾui7ęrn5l@Ċ]`uNĠzKT߼%qڅzUQj}a6\Mx$:ܯE_ILoQx#u9P@  'WqfH?[Nd=y a%&iK 7m_y!G 4Y(ĭ\uݗ{$`hlڒQ![DR}ܑElݨ9vӃvyŧ Ki|`>cPRw=UU+ XkB_UL[Aj/P@xB;i<gU%Uv ^97] EƲpM ]17A${ۥ&8F l] 6a^!w'hNpO3ǒ瑡^yA_2 6;3M9qӼK G[H$c :dJh [yjzgF Q@bE} t5@ H2ڇVJ,;)e6Uk5&N/(WvM+'1IZRRjcZ +zT>E8C  uĿT'!U:ٷ봈 SQ}&<79q;iQu+$HSĥ E+Hy܅ >ȕ{6 F]$J!)]$JN֠O-ur9 O@!~A?%YޝjŜPf;!wsi ΰVgwm>|_\(tzc50]ML^qxi4:Qp ;f4aQrqLa(vB"|RTbIF23E& *2k٪Rn0R:-R<>h}r݆Lmxou`k\nс:{M`wһm"Fg+܈B&ڠ/v<&m}|T,Btݛ,ypkyyƂ:ְ c"uhuw`mnd6<@xR &*cpWoQ. \A#Wd|=s\e2(g=>DCcM|DLW+ IQ]4f(kIN?)nJFv_+ ọoV<jQBKsׄr˃ļzgSmhn'GzS^ ?O =Ξsv+t`}gѥ_E\*=!k#0YlDF`ќ]vOi(}K772T"P}3wXp6 ryٿw:k|r qG YPʌ.``ٟ=K6T ڈ.K npy)M|-Vl UGKSM(+q"dUH˞!2]B*8|bWF6ܰ!(0]0T0 aw:M}eztHl|]0(@b KJ+w7۲9uKJtZ 蕞0̄`DqfAʒV4^s*iwJLl!Jj0oZv{cy1p@iz+3"دbuĚY1 [ Oaz j"8dTnU4wM 3Bpa_q"h[8ޜF>ZC0>^iޏ,A+D=]Q#{'[j;Ϣ!sԘdDrAegֆjAtp%VA7~P”lLR'ڤ68k3,W[p_)$8Ue+PH,_9 giM6jd :кZ>rB v}s<)kPx-vV6\4ͪJd&H)I~l9B4'єGt>z`7kX#;šg֣lOY^gryJXJVi<(u58mznj--kza<dw VTd?EK ?46()kTUAC2,&1ljأW'd%b&D%8*v)*H)R&|m^_{΀#7I^PvBǾX;xO'E[GRÎ6/;# G hJ\@R,N-DǴ~^1juZ~0ZV;vk#ժUP|>'Ҩw\rrIM2/R.q^%FU 2D+Djkϻgg@:JDc