libsqlite3-0-3.51.2-150000.3.36.1<>,Zpi p9|Wf>ark%_!ԫ.Ղ61~]zk՚qYl&UJkҙ!;ɎQ jB&MsWެo{wzX$ܣ@VH8zSfM@kenY*;A^J/ٺ))s뽧sƈ=9:9cq =`dF]dAyM;ߛB@֘*"0Xfk̩xF62nډest<~ >@?d $ \  8>HP T X `  @.(W8`O9O: &O>r@FGHIXY\]^b)cdLeQfTlVuhvpwxy z@PTZClibsqlite3-03.51.2150000.3.36.1Shared libraries for the Embeddable SQL Database EngineThis package contains the shared libraries for the Embeddable SQL Database Engine. SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. SQLite is not a client library used to connect to a big database server. SQLite is a server and the SQLite library reads and writes directly to and from the database files on disk. SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins.i h01-ch2dSUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/System/Librarieshttps://www.sqlite.org/linuxx86_64ii74193064950d5c094dbaa6d90a9891ec85c54f9ceaec36f0cfd22e46fa10e033libsqlite3.so.3.51.2rootrootrootrootsqlite3-3.51.2-150000.3.36.1.src.rpmlibsqlite3-0libsqlite3-0(x86-64)libsqlite3.so.0()(64bit)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ihqhw@ge[J@ci@cb?bVbbwbjbBb1@b-b@aaѓa@`\]w@\@\ZZ@Zs@Y|YYYC@YC@Y:Y&@Y"XDXBX@Xp@Xk@Xk@XfL@X2XW;W]@Wt@W@W@W and ->> operators for easier processing of JSON * The JSON functions are now built-ins * Enhancements to date and time functions * Rename the printf() SQL function to format() for better compatibility, with alias for backwards compatibility. * Add the sqlite3_error_offset() interface for helping localize an SQL error to a specific character in the input SQL text * Enhance the interface to virtual tables * CLI columnar output modes are enhanced to correctly handle tabs and newlines embedded in text, and add options like "--wrap N", "--wordwrap on", and "--quote" to the columnar output modes. * Query planner enhancements using a Bloom filter to speed up large analytic queries, and a balanced merge tree to evaluate UNION or UNION ALL compound SELECT statements that have an ORDER BY clause. * The ALTER TABLE statement is changed to silently ignores entries in the sqlite_schema table that do not parse when PRAGMA writable_schema=ON- update to 3.37.2: * Fix a bug introduced in version 3.35.0 (2021-03-12) that can cause database corruption if a SAVEPOINT is rolled back while in PRAGMA temp_store=MEMORY mode, and other changes are made, and then the outer transaction commits * Fix a long-standing problem with ON DELETE CASCADE and ON UPDATE CASCADE in which a cache of the bytecode used to implement the cascading change was not being reset following a local DDL change- update to 3.37.1: * Fix a bug introduced by the UPSERT enhancements of version 3.35.0 that can cause incorrect byte-code to be generated for some obscure but valid SQL, possibly resulting in a NULL- pointer dereference. * Fix an OOB read that can occur in FTS5 when reading corrupt database files. * Improved robustness of the --safe option in the CLI. * Other minor fixes to assert() statements and test cases.- SQLite3 3.37.0: * STRICT tables provide a prescriptive style of data type management, for developers who prefer that kind of thing. * When adding columns that contain a CHECK constraint or a generated column containing a NOT NULL constraint, the ALTER TABLE ADD COLUMN now checks new constraints against preexisting rows in the database and will only proceed if no constraints are violated. * Added the PRAGMA table_list statement. * Add the .connection command, allowing the CLI to keep multiple database connections open at the same time. * Add the --safe command-line option that disables dot-commands and SQL statements that might cause side-effects that extend beyond the single database file named on the command-line. * CLI: Performance improvements when reading SQL statements that span many lines. * Added the sqlite3_autovacuum_pages() interface. * The sqlite3_deserialize() does not and has never worked for the TEMP database. That limitation is now noted in the documentation. * The query planner now omits ORDER BY clauses on subqueries and views if removing those clauses does not change the semantics of the query. * The generate_series table-valued function extension is modified so that the first parameter ("START") is now required. This is done as a way to demonstrate how to write table-valued functions with required parameters. The legacy behavior is available using the -DZERO_ARGUMENT_GENERATE_SERIES compile-time option. * Added new sqlite3_changes64() and sqlite3_total_changes64() interfaces. * Added the SQLITE_OPEN_EXRESCODE flag option to sqlite3_open_v2(). * Use less memory to hold the database schema. * bsc#1189802, CVE-2021-36690: Fix an issue with the SQLite Expert extension when a column has no collating sequence.- Sync version 3.36.0 from Factory to implement jsc#SLE-16032. - Obsoletes sqlite3-CVE-2019-16168.patch. - The following CVEs have been fixed in upstream releases up to this point, but were not mentioned in the change log so far: * bsc#1173641, CVE-2020-15358: heap-based buffer overflow in multiSelectOrderBy due to mishandling of query-flattener optimization * bsc#1164719, CVE-2020-9327: NULL pointer dereference and segmentation fault because of generated column optimizations in isAuxiliaryVtabOperator * bsc#1160439, CVE-2019-20218: selectExpander in select.c proceeds with WITH stack unwinding even after a parsing error * bsc#1160438, CVE-2019-19959: memory-management error via ext/misc/zipfile.c involving embedded '\0' input * bsc#1160309, CVE-2019-19923: improper handling of certain uses of SELECT DISTINCT in flattenSubquery may lead to null pointer dereference * bsc#1159850, CVE-2019-19924: improper error handling in sqlite3WindowRewrite() * bsc#1159847, CVE-2019-19925: improper handling of NULL pathname during an update of a ZIP archive * bsc#1159715, CVE-2019-19926: improper handling of certain errors during parsing multiSelect in select.c * bsc#1159491, CVE-2019-19880: exprListAppendList in window.c allows attackers to trigger an invalid pointer dereference * bsc#1158960, CVE-2019-19603: during handling of CREATE TABLE and CREATE VIEW statements, does not consider confusion with a shadow table name * bsc#1158959, CVE-2019-19646: pragma.c mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns * bsc#1158958, CVE-2019-19645: alter.c allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements * bsc#1158812, CVE-2019-19317: lookupName in resolve.c omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service * bsc#1157818, CVE-2019-19244: sqlite3,sqlite2,sqlite: The function sqlite3Select in select.c allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage * bsc#928701, CVE-2015-3415: sqlite3VdbeExec comparison operator vulnerability * bsc#928700, CVE-2015-3414: sqlite3,sqlite2: dequoting of collation-sequence names * CVE-2020-13434 boo#1172115: integer overflow in sqlite3_str_vappendf * CVE-2020-13630 boo#1172234: use-after-free in fts3EvalNextRow * CVE-2020-13631 boo#1172236: virtual table allowed to be renamed to one of its shadow tables * CVE-2020-13632 boo#1172240: NULL pointer dereference via crafted matchinfo() query * CVE-2020-13435: Malicious SQL statements could have crashed the process that is running SQLite (boo#1172091)- bsc#1150137, CVE-2019-16168, sqlite3-CVE-2019-16168.patch: Improper validation of qlite_stat1 sz field leads to division by zero.- Upgrade to 3.28.0: * CVE-2019-9936, bsc#1130326: running fts5 prefix queries inside a transaction could trigger a heap-based buffer over-read. * CVE-2019-9937, bsc#1130325: interleaving reads and writes in a single transaction with an fts5 virtual table will lead to a NULL Pointer Dereference. * Enhanced window functions * Enhanced VACUUM INTO so that it works for read-only databases. * New query optimizations. * Added the sqlite3_value_frombind() API for determining if the argument to an SQL function is from a bound parameter. * Security and compatibilities enhancements to fts3_tokenizer(). * Improved robustness against corrupt database files.- CVE-2018-20346, bsc#1119687: Upgrade to the most recent version to fix a remote code execution vulnerability in FTS3 (Magellan). - Drop sqlite-fts5-link.patch and do it in the spec file instead. - Version 3.27.2: * Add the VACUUM INTO command * Issue an SQLITE_WARNING message on the error log if a double-quoted string literal is used * Add the remove_diacritics=2 option to FTS3 and FTS5. * Add the SQLITE_PREPARE_NO_VTAB option to sqlite3_prepare_v3(). Use that option to prevent circular references to shadow tables from causing resource leaks. * Enhancements to the sqlite3_deserialize() interface * Enhancements to the CLI, mostly to support testing and debugging of the SQLite library itself * Increased robustness against malicious SQL that is run against a maliciously corrupted database - Version 3.26.0: * Optimization: When doing an UPDATE on a table with indexes on expressions, do not update the expression indexes if they do not refer to any of the columns of the table being updated. * Allow the xBestIndex() method of virtual table implementations to return SQLITE_CONSTRAINT to indicate that the proposed query plan is unusable and should not be given further consideration. * Added the SQLITE_DBCONFIG_DEFENSIVE option which disables the ability to create corrupt database files using ordinary SQL. * Added support for read-only shadow tables when the SQLITE_DBCONFIG_DEFENSIVE option is enabled. * Added the PRAGMA legacy_alter_table command, which if enabled causes the ALTER TABLE command to behave like older version of SQLite (prior to version 3.25.0) for compatibility. * Added PRAGMA table_xinfo that works just like PRAGMA table_info except that it also shows hidden columns in virtual tables. * Added the explain virtual table as a run-time loadable extension. * Add a limit counter to the query planner to prevent excessive sqlite3_prepare() times for certain pathological SQL inputs. * Added support for the sqlite3_normalized_sql() interface, when compiling with SQLITE_ENABLE_NORMALIZE. * Enhanced triggers so that they can use table-valued functions that exist in schemas other than the schema where the trigger is defined. * Improvements to the ".help" command in the CLI. * The SQLITE_HISTORY environment variable, if it exists, specifies the name of the command-line editing history file. * The --deserialize option associated with opening a new database in the CLI cause the database file to be read into memory and accessed using the sqlite3_deserialize() API. This simplifies running tests on a database without modifying the file on disk. - Version 3.25.2: * Add the PRAGMA legacy_alter_table=ON command that causes the "ALTER TABLE RENAME" command to behave as in 3.24.0 and earlier * Fix issue with some expressions with windows functions in views - Version 3.25.1: * Avoid false-positive error checks on ALTER TABLE * Further ORDER BY LIMIT optimization fixes for window functions - Version 3.25.0: * Add support for window functions * Add support for renaming columns within a table * Query optimizer improvements * slightly better concurrency in multi-threaded environments * The ORDER BY LIMIT optimization might have caused an infinite loop in the byte code of the prepared statement under very obscure circumstances, due to a confluence of minor defects in the query optimizer - Version 3.24.0: * Add support for PostgreSQL-style UPSERT * Add support for auxiliary columns in r-tree tables * Add C-language APIs for discovering SQL keywords used by SQLite * Add C-language APIs for dynamic strings based on sqlite3_str * Enhance ALTER TABLE so that it recognizes "true" and "false" as valid arguments to DEFAULT * Add the sorter-reference optimization as a compile-time option * Improve the format of the EXPLAIN QUERY PLAN raw output, so that it gives better information about the query plan and about the relationships between the various components of the plan * Added the SQLITE_DBCONFIG_RESET_DATABASE option to the sqlite3_db_config() API. * Automatically intercept the raw EXPLAIN QUERY PLAN output an reformat it into an ASCII-art graph. * Lines that begin with "#" and that are not in the middle of an SQL statement are interpreted as comments * Add the --append option to the ".backup" command * Add the ".dbconfig" command * various performance improvements * various bug fixes- update to 3.23.1: * Fix two problems in the new LEFT JOIN strength reduction optimization * Fix misbehavior of the FTS5 xBestIndex method * Fix a harmless reference to an uninitialized virtual machine register * Fix the eval.c extension so that it works with PRAGMA empty_result_callbacks=ON * Fix the generate_series virtual table so that it correctly returns no rows if any of its constraints are NULL * Performance enhancements in the parser- update to 3.23.0: * Add the sqlite3_serialize() and sqlite3_deserialize() interfaces when the SQLITE_ENABLE_DESERIALIZE compile-time option is used. * Recognize TRUE and FALSE as constants. (For compatibility, if there exist columns named "true" or "false", then the identifiers refer to the columns rather than Boolean constants.) * Support operators IS TRUE, IS FALSE, IS NOT TRUE, and IS NOT FALSE. * Added the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status() for reporting the number of cache spills that have occurred. * The "alternate-form-2" flag ("!") on the built-in printf implementation now causes string substitutions to measure the width and precision in characters instead of bytes. * If the xColumn method in a virtual table implementation returns an error message using sqlite3_result_error() then give that error message preference over internally-generated messages. * Added the -A command-line option to the CLI to make it easier to manage SQLite Archive files. * Add support for INSERT OR REPLACE, INSERT OR IGNORE, and UPDATE OR REPLACE in the Zipfile virtual table. * Enhance the sqlite3changeset_apply() interface so that it is hardened against attacks from deliberately corrupted changeset objects. * Added the sqlite3_normalize() extension function. * Query optimizer enhancements * Various bug fixes * Fix various issues reported by fuzzers, including: + CVE-2018-8740: NULL pointer dereference on CREATE TABLE as (bsc#1085790)- update to 3.22.0: * Add Zipfile virtual table to read and write a ZIP Archive. * Improved handling of WAL mode databases * various improvements, optimizations and bug fixes- Update to version 3.21.0 * Take advantage of the atomic-write capabilities in the F2FS filesystem when available, for greatly reduced transaction overhead. This currently requires the SQLITE_ENABLE_BATCH_ATOMIC_WRITE compile-time option. * Allow ATTACH and DETACH commands to work inside of a transaction. * Allow WITHOUT ROWID virtual tables to be writable if the PRIMARY KEY contains exactly one column. * The "fsync()" that occurs after the header is written in a WAL reset now uses the sync settings for checkpoints. This means it will use a "fullfsync" on macs if PRAGMA checkpoint_fullfsync set on. * The sqlite3_sourceid() function tries to detect if the source code has been modified from what is checked into version control and if there are modifications, the last four characters of the version hash are shown as "alt1" or "alt2". The objective is to detect accidental and/or careless edits. A forger can subvert this feature. * Improved de-quoting of column names for CREATE TABLE AS statements with an aggregate query on the right-hand side. * Fewer "stat()" system calls issued by the unix VFS. * Enhanced the LIKE optimization so that it works with an ESCAPE clause. * Enhanced PRAGMA integrity_check and PRAGMA quick_check to detect obscure row corruption that they were formerly missing. Also update both pragmas so that they return error text rather than SQLITE_CORRUPT when encountering corruption in records. * The query planner now prefers to implement FROM-clause subqueries using co-routines rather using the query flattener optimization. Support for the use of co-routines for subqueries may no longer be disabled. * Pass information about !=, IS, IS NOT, NOT NULL, and IS NULL constraints into the xBestIndex method of virtual tables. * Enhanced the CSV virtual table so that it accepts the last row of input if the final new-line character is missing. * Remove the rarely-used "scratch" memory allocator. Replace it with the SQLITE_CONFIG_SMALL_MALLOC configuration setting that gives SQLite a hint that large memory allocations should be avoided when possible. * Added the swarm virtual table to the existing union virtual table extension. * Added the sqlite_dbpage virtual table for providing direct access to pages of the database file. The source code is built into the amalgamation and is activated using the - DSQLITE_ENABLE_DBPAGE_VTAB compile-time option. * Add a new type of fts5vocab virtual table - "instance" - that provides direct access to an FTS5 full-text index at the lowest possible level. * Miscellaneous microoptimizations reduce CPU usage by about 2.1%. Bug fixes * Fix a faulty assert() statement discovered by OSSFuzz. Ticket cb91bf4290c211d * Fix an obscure memory leak in sqlite3_result_pointer(). Ticket 7486aa54b968e9b * Avoid a possible use-after-free error by deferring schema resets until after the query planner has finished running. Ticket be436a7f4587ce5 * Only use indexes-on-expressions to optimize ORDER BY or GROUP BY if the COLLATE is correct. Ticket e20dd54ab0e4383 * Fix an assertion fault that was coming up when the expression in an index-on-expressions is really a constant. Ticket aa98619ad08ddca * Fix an assertion fault that could occur following PRAGMA reverse_unordered_selects. Ticket cb91bf4290c211d * Fix a segfault that can occur for queries that use table-valued functions in an IN or EXISTS subquery. Ticket b899b6042f97f5 * Fix a potential integer overflow problem when compiling a particular horrendous common table expression. This was another problem discovered by OSSFuzz. Check-in 6ee8cb6ae5. * Fix a potential out-of-bound read when querying a corrupt database file, a problem detected by Natalie Silvanovich of Google Project Zero. Check-in 04925dee41a21f.- update to 3.20.1: * Fix a potential memory leak in the new sqlite3_result_pointer() interface- Update to 3.20.0: * Potential incompatible change for clients incorrectly relying on unspecified behavior: column names returned by sqlite3_column_name() and sqlite3_column_name16() may return different names when views or subqueries are used in the FROM clause, and AS clauses are not used (as they should be) * Text of some error messages changed. Applications that depend on specific error message text may be impacted.- a little less packaging cleanup so as to not break SLE 11 SP4- Small packaging cleanup- Update to 3.19.3: * Fix a bug associated with auto_vacuum that can lead to database corruption. (introduced in 3.16.0)- Update to 3.19.2 * Fix a bug in the LEFT JOIN flattening optimization. Ticket cad1ab4cb7b0fc. * Fix more bugs in the LEFT JOIN flattening optimization. Ticket 7fde638e94287d2c.- Update to 3.19.0 * The SQLITE_READ authorizer callback is invoked once with a column name that is an empty string for every table referenced in a query from which no columns are extracted. * When using an index on an expression, try to use expression values already available in the index, rather than loading the original columns and recomputing the expression. * Enhance the flattening optimization so that it is able to flatten views on the right-hand side of a LEFT JOIN. * Use replace() instead of char() for escaping newline and carriage-return characters embedded in strings in the .dump output from the command-line shell. * Avoid unnecessary foreign key processing in UPDATE statements that do not touch the columns that are constrained by the foreign keys. * On a DISTINCT query that uses an index, try to skip ahead to the next distinct entry using the index rather than stepping through rows, when an appropriate index is available. * Avoid unnecessary invalidation of sqlite3_blob handles when making changes to unrelated tables. * Transfer any terms of the HAVING clause that use only columns mentioned in the GROUP BY clause over to the WHERE clause for faster processing. * Reuse the same materialization of a VIEW if that VIEW appears more than once in the same query. * Enhance PRAGMA integrity_check so that it identifies tables that have two or more rows with the same rowid. * Enhance the FTS5 query syntax so that column filters may be applied to arbitrary expressions. * Enhance the json_extract() function to cache and reuse parses of JSON input text. * Added the anycollseq.c loadable extension that allows a generic SQLite database connection to read a schema that contains unknown and/or application-specific collating sequences. * Fix a problem in REPLACE that can result in a corrupt database containing two ore more rows with the same rowid. Fix for ticket f68dc596c4e6018d. * Fix a problem in PRAGMA integrity_check that was causing a subsequent VACUUM to behave suboptimally. so that it works correctly with foreign keys on WITHOUT ROWID tables. * Disallow leading zeros in numeric constants in JSON. Fix for ticket b93be8729a895a528e2. * Disallow control characters inside of strings in JSON. Fix for ticket 6c9b5514077fed34551. * Limit the depth of recursion for JSON objects and arrays in orde to avoid excess stack usage in the recursive descent parser. Fix for ticket 981329adeef51011052.- Update to 3.18.0 * Added the PRAGMA optimize command * The SQLite version identifier returned by the sqlite_source_id() SQL function and the sqlite3_sourceid() C API and found in the SQLITE_SOURCE_ID macro is now a 64-digit SHA3-256 hash instead of a 40-digit SHA1 hash. * Added the json_patch() SQL function to the JSON1 extension. * Enhance the LIKE optimization so that it works for arbitrary expressions on the left-hand side as long as the LIKE pattern on the right-hand side does not begin with a digit or minus sign. * Added the sqlite3_set_last_insert_rowid() interface and use the new interface in the FTS3, FTS4, and FTS5 extensions to ensure that the sqlite3_last_insert_rowid() interface always returns reasonable values. * Enhance PRAGMA integrity_check and PRAGMA quick_check so that they verify CHECK constraints. * Enhance the query plans for joins to detect empty tables early and halt without doing unnecessary work. * Enhance the sqlite3_mprintf() family of interfaces and the printf SQL function to put comma separators at the thousands marks for integers, if the "," format modifier is used in between the "%" and the "d" (example: "%,d"). * Added the -DSQLITE_MAX_MEMORY=N compile-time option. * Added the .sha3sum dot-command and the .selftest dot-command to the command-line shell * Begin enforcing SQLITE_LIMIT_VDBE_OP. This can be used, for example, to prevent excessively large prepared statements in systems that accept SQL queries from untrusted users. * Various performance improvements. * Ensure that indexed expressions with collating sequences are handled correctly. Fix for ticket eb703ba7b50c1a5. * Fix a bug in the 'start of ...' modifiers for the date and time functions. Ticket 6097cb92745327a1 * Fix a potential segfault in complex recursive triggers, resulting from a bug in the OP_Once opcode introduced as part of a performance optimization in version 3.15.0. Ticket 06796225f59c057c * In the RBU extension, add extra sync operations to avoid the possibility of corruption following a power failure. * The sqlite3_trace_v2() output for nested SQL statements should always begin with a "--" comment marker.- Drop update-desktop-files BuildRequires: this package contains no desktop files, hence there is no need to handle any of them.- Update to 3.17.0 * Approximately 25% better performance from the R-Tree extension. * Add the SQLITE_DEFAULT_LOOKASIDE compile-time option. * Increase the default lookaside size from 512,125 to 1200,100 as this provides better performance while only adding 56KB of extra memory per connection. * Use compiler built-ins __builtin_sub_overflow(), __builtin_add_overflow(), and __builtin_mul_overflow() when available. * Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which can result in significantly smaller database files for some applications, at the risk of being incompatible with older versions of SQLite. * Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for improved performance. * Added the SQLITE_UINT64_TYPE compile-time option as an analog to SQLITE_INT64_TYPE. * Perform some UPDATE operations in a single pass instead of in two passes. * Enhance the session extension to support WITHOUT ROWID tables. * Fixed performance problems and potential stack overflows when creating views from multi-row VALUES clauses with hundreds of thousands of rows. * Added the sha1.c extension. * In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl". * Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it works in WAL mode as long as the pages being read are not in the WAL file. * Enhance the LEMON parser generator so that it can store the parser object as a stack variable rather than allocating space from the heap and make use of that enhancement in the amalgamation. * Other performance improvements. Uses about 6.5% fewer CPU cycles. * Throw an error if the ON clause of a LEFT JOIN references tables to the right of the ON clause. This is the same behavior as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN into an INNER JOIN. Fix for ticket 25e335f802dd. * Use the correct affinity for columns of automatic indexes. Ticket 7ffd1ca1d2ad4ec. * Ensure that the sqlite3_blob_reopen() interface can correctly handle short rows. Fix for ticket e6e962d6b0f06f46e.- Update to version 3.16.2: * Fix the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys. * Fix the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters. * Fix the bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY. * Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways.- Update to version 3.16.1 * Fix a bug concerning the use of row values within triggers (see ticket 8c9458e7) that was in version 3.15.0.- Update to version 3.16.0: * Uses 9% fewer CPU cycles. (See the CPU performance measurement report for details on how the this performance increase was computed.) * Added experimental support for PRAGMA functions. * Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to sqlite3_db_config(). * Enhance the date and time functions so that the 'unixepoch' modifier works for the full span of supported dates. * Changed the default configuration of the lookaside memory allocator from 500 slots of 128 bytes each into 125 slots of 512 bytes each. * Enhanced "WHERE x NOT NULL" partial indexes so that they are usable if the "x" column appears in a LIKE or GLOB operator. * Enhanced sqlite3_interrupt() so that it interrupts checkpoint operations that are in process. * Enhanced the LIKE and GLOB matching algorithm to be faster for cases when the pattern contains multiple wildcards. * Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode. * Added ".mode quote" to the command-line shell. * Added ".lint fkey-indexes" to the command-line shell. * Added the .imposter dot-command to the command-line shell. * Added the remember(V,PTR) SQL function as a loadable extension. * Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to * SQLITE_UNTESTABLE to better reflect the implications of using it.- SQLite 3.15.2: * Multiple bug fixes to the row value logic that was introduced in version 3.15.0. * Fix a NULL pointer dereference in ATTACH/DETACH following a maliciously constructed syntax error * Fix a crash that can occur following an out-of-memory condition in the built-in instr() function. * In the JSON extension, fix the JSON validator so that it correctly rejects invalid backslash escapes within strings.- SQLite 3.15.1: * Fix the VACUUM command so that it spills excess content to disk rather than holding everything in memory, and possible causing an out-of-memory error for larger database files * Fix a case where OR-connected terms in the ON clause of a LEFT JOIN might cause incorrect results * Fix a case where the use of row values in the ON clause of a LEFT JOIN might cause incorrect results- SQLite 3.15.0 * Added support for row values. * Allow deterministic SQL functions in the WHERE clause of a partial index. * Added the "modeof=filename" URI parameter on the unix VFS * Added support for SQLITE_DBCONFIG_MAINDBNAME. * Added the ability to VACUUM an ATTACH-ed database. * Enhancements to the command-line shell: + Add the ".testcase" and ".check" dot-commands. + Added the --new option to the ".open" dot-command, causing any prior content in the database to be purged prior to opening. * Enhance the fts5vocab virtual table to handle "ORDER BY term" efficiently. * Miscellaneous micro-optimizations reduce CPU usage by more than 7% on common workloads. Most optimization in this release has been on the front-end (sqlite3_prepare_v2()). * The multiply operator now correctly detects 64-bit integer overflow and promotes to floating point in all corner-cases. Fix for ticket 1ec41379c9c1e400. * Correct handling of columns with redundant unique indexes when those columns are used on the LHS of an IN operator. Fix for ticket 0eab1ac759. * Skip NULL entries on range queries in indexes on expressions. Fix for ticket 4baa46491212947. * Ensure that the AUTOINCREMENT counters in the sqlite_sequence table are initialized doing "Xfer Optimization" on "INSERT ... SELECT" statements. Fix for ticket 7b3328086a5c116c. * Make sure the ORDER BY LIMIT optimization (from check-in 559733b09e) works with IN operators on INTEGER PRIMARY KEYs. Fix for ticket 96c1454c- SQLite 3.14.2: * Fix the sqlite3_trace_v2() interface so that it is disabled if either the callback or the mask arguments are zero, in accordance with the documentation. * Fix commenting errors and improve the comments generated on EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is used. * Fix the ".read" command in the command-line shell so that it understands that its input is not interactive. * Correct affinity computations for a SELECT on the RHS of an IN operator. Fix for ticket 199df4168c. * The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket 0c4df46116e90f92. * Fix an internal code generator problem that was causing some DELETE operations to no-op. Ticket ef360601- SQLite 3.14.1: * A performance enhancement to the page-cache "truncate" operation reduces COMMIT time by dozens of milliseconds on systems with a large page cache * Fix to the --rbu option of sqldiff.- SQLite 3.14.0 * Added support for WITHOUT ROWID virtual tables. * Improved the query planner so that the OR optimization can be used on virtual tables even if one or more of the disjuncts use the LIKE, GLOB, REGEXP, MATCH operators. * Added the CSV virtual table for reading RFC 4180 formatted comma-separated value files. * Added the carray() table-valued function extension. * Enabled persistent loadable extensions using the new SQLITE_OK_LOAD_PERMANENTLY return code from the extension entry point. * Added the SQLITE_DBSTATUS_CACHE_USED_SHARED option to sqlite3_db_status(). * Add the vfsstat.c loadable extension - a VFS shim that measures I/O together with an eponymous virtual table that provides access to the measurements. * Improved algorithm for running queries with both an ORDER BY and a LIMIT where only the inner-most loop naturally generates rows in the correct order. * Enhancements to Lemon parser generator, so that it generates a faster parser. * The PRAGMA compile_options command now attempts to show the version number of the compiler that generated the library. * Enhance PRAGMA table_info so that it provides information about eponymous virtual tables. * The query planner uses a full scan of a partial index instead of a full scan of the main table, in cases where that makes sense. * Allow table-valued functions to appear on the right-hand side of an IN operator. * Added two new C-language interfaces: sqlite3_expanded_sql() and sqlite3_trace_v2(). These new interfaces subsume the functions of sqlite3_trace() and sqlite3_profile() which are now deprecated. * Added the json_quote() SQL function to the json1 extension. * Disable the authorizer callback while reparsing the schema. * Added the SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option and turned that option on by default when building the command-line shell. * Fix the ALTER TABLE command so that it does not corrupt descending indexes when adding a column to a legacy file format database. Ticket f68bf68513a1c15f * Fix a NULL-pointer dereference/crash that could occurs when a transitive WHERE clause references a non-existent collating sequence. Ticket e8d439c77685eca6. * Improved the cost estimation for an index scan which includes a WHERE clause that can be partially or fully evaluated using columns in the index and without having to do a table lookup. This fixes a performance regression that occurred for some obscure queries following the ORDER BY LIMIT optimization introduced in version 3.12.0.- Fix SLE 11 for previous change: noarch subpackages not supported- Reduce the conditions a bit and sort with spec-cleaner - Remove condition for old sle10 ppc machines- SQLite 3.13.0: * Postpone I/O associated with TEMP files for as long as possible, with the hope that the I/O can ultimately be avoided completely. * Merged the session extension into trunk. * Added the ".auth ON|OFF" command to the command-line shell. * Added the "--indent" option to the ".schema" and ".fullschema" commands of the command-line shell, to turn on pretty-printing. * Added the ".eqp full" option to the command-line shell, that does both EXPLAIN and EXPLAIN QUERY PLAN on each statement that is evaluated. * Improved resistance against goofy query planner decisions caused by incomplete or incorrect modifications to the sqlite_stat1 table by the application. * Added the sqlite3_db_config(db,SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION) interface which allows the sqlite3_load_extension() C-API to be enabled while keeping the load_extension() SQL function disabled for security. * Change the temporary directory search algorithm on Unix to allow directories with write and execute permission, but without read permission, to serve as temporary directories. Apply this same standard to the "." fallback directory. * Fix a problem with the multi-row one-pass DELETE optimization that was causing it to compute incorrect answers with a self-referential subquery in the WHERE clause. Fix for ticket dc6ebeda9396087 * Fix a possible segfault with DELETE when table is a rowid table with an INTEGER PRIMARY KEY and the WHERE clause contains a OR and the table has one or more indexes that are able to trigger the OR optimization, but none of the indexes reference any table columns other than the INTEGER PRIMARY KEY. Ticket 16c9801ceba49. * When checking for the WHERE-clause push-down optimization, verify that all terms of the compound inner SELECT are non-aggregate, not just the last term. Fix for ticket f7f8c97e97597.- SQLite 3.12.2: * Fix compatibility with some legacy versions of sqlite database * Minor bugfixes- SQLite 3.12.1: * Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage. * Fix views so that they inherit column datatypes from the table that they are defined against, when possible. * Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.- SQLite 3.12.0: * The SQLITE_DEFAULT_PAGE_SIZE is increased from 1024 to 4096. The SQLITE_DEFAULT_CACHE_SIZE is changed from 2000 to -2000 so the same amount of cache memory is used by default. * Enhancements to the Lemon parser generator so that it creates a smaller and faster SQL parser. * Only create master journal files if two or more attached databases are all modified, do not have PRAGMA synchronous set to OFF, and do not have the journal_mode set to OFF, MEMORY, or WAL. * Added the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() which allows the two-argument version of the fts3_tokenizer() SQL function to be enabled or disabled at run-time. * Added the sqlite3rbu_bp_progress() interface to the RBU extension. * The PRAGMA defer_foreign_keys=ON statement now also disables RESTRICT actions on foreign key. * Added the sqlite3_system_errno() interface. * Added the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS compile-time options. The SQLITE_DEFAULT_SYNCHRONOUS compile-time option replaces the SQLITE_EXTRA_DURABLE option, which is no longer supported. * Enhanced the ".stats" command in the command-line shell to show more information about I/O performance obtained from /proc, when available. * Make sure the sqlite3_set_auxdata() values from multiple triggers within a single statement do not interfere with one another. Ticket dc9b1c91. * Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery. - Remove sqlite3-link-binary-with-libsqlite3.patch: replaced with configure option --disable-static-shell- Enable secure delete by default, this matches Fedora & Android. It can be disabled with `PRAGMA SECURE_DELETE = 0;` - Enable more extensions, syncing with Fedora & Gentoo.- Fix sqlite-fts5-link.patch: link libsqlite3.so with libm instead of the sqlite3 binary: the library is the actual user of log(). - Add sqlite3-link-binary-with-libsqlite3.patch: dyamically link /usr/bin/sqlite3 to libsqlite3 instead of statically using it. - Move autoreconf call to build section, where it belongs.- Enable FTS5 support. - Add sqlite-fts5-link.patch to link to math library because FTS5 code uses log().- SQLite 3.11.1: * Fix an FTS5 issue in which the 'optimize' command could cause index corruption. * Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file. * Increase the maximum "scope" value for the spellfix1 extension from 6 to 30.- explicitly enable readline support - run spec-cleaner- Update to 3.11.0 * Enhanced WAL mode so that it works efficiently with transactions that are larger than the cache_size. * Added the FTS5 detail option. * Added the "EXTRA" option to PRAGMA synchronous that does a sync of the containing directory when a rollback journal is unlinked in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE compile-time option enables PRAGMA synchronous=EXTRA by default. * Enhanced the query planner so that it is able to use a covering index as part of the OR optimization. * Avoid recomputing NOT NULL and CHECK constraints on unchanged columns in UPDATE statement. * Many micro-optimizations, resulting in a library that is faster than the previous release. * By default, the shell is now in "auto-explain" mode. The output of EXPLAIN commands is automatically formatted. * Added the ".vfslist" dot-command. * The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now turned on by default in the standard builds.- SQlite 3.10.2: * Fix case-folding bug introduced in 3.10.0 in the LIKE operator * Fix a use-after-free that can occur when SQLite is compiled with -DSQLITE_HAS_CODEC. * Fix the build so that it works with -DSQLITE_OMIT_WAL.- SQLite 3.10.1: * Fix a 16-month-old bug in the query planner that could generate incorrect results when a scalar subquery attempts to use the block sorting optimization. * Add SQLITE_FCNTL_JOURNAL_POINTER file control- update to 3.10.0 - spec-cleaned * Added support for LIKE, GLOB, and REGEXP operators on virtual tables. * Added the colUsed field to sqlite3_index_info for use by the sqlite3_module.xBestIndex method. * Enhance the PRAGMA cache_spill statement to accept a 32-bit integer parameter which is the threshold below which cache spilling is prohibited. * On unix, if a symlink to a database file is opened, then the corresponding journal files are based on the actual filename, not the symlink name. * Added the "--transaction" option to sqldiff. * Added the sqlite3_db_cacheflush() interface. * Added the sqlite3_strlike() interface. * When using memory-mapped I/O map the database file read-only so that stray pointers and/or array overruns in the application cannot accidently modify the database file. * Added the experimental sqlite3_snapshot_get(), sqlite3_snapshot_open(), and sqlite3_snapshot_free() interfaces. These are subject to change or removal in a subsequent release. * Enhance the 'utc' modifier in the date and time functions so that it is a no-op if the date/time is known to already be in UTC. (This is not a compatibility break since the behavior has long been documented as "undefined" in that case.) * Added the json_group_array() and json_group_object() SQL functions in the json extension. * Added the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option. * Many small performance optimizations. + Enhancements to the command-line shell: * Added the ".changes ON|OFF" and ".vfsinfo" dot-commands. + Important fixes: * Fix inconsistent integer to floating-point comparison operations that could result in a corrupt index if the index is created on a table column that contains both large integers and floating point values of similar magnitude. * Fix an infinite-loop in the query planner that could occur on malformed common table expressions. * Various bug fixes in the sqldiff tool.- SQLite 3.9.2: * Fix the schema parser so that it interprets certain (obscure and ill-formed) CREATE TABLE statements the same as legacy. * Fix a query planner problem that could result in an incorrect answer due to the use of automatic indexing in subqueries in the FROM clause of a correlated scalar subqueries.- SQLite 3.9.1: * Fix the json1 extension so that it does not recognize ASCII form-feed as a whitespace character, in order to comply with RFC-7159. * Build and portability fixes.- SQLite 3.9.0 * Add json1 extension module * The CREATE VIEW statement now accepts an optional list of column names following the view name. * Added support for indexes on expressions. * Added support for table-valued functions in the FROM clause of a SELECT statement. * Added support for eponymous virtual tables. * A VIEW may now reference undefined tables and functions when initially created. Missing tables and functions are reported when the VIEW is used in a query. * Added the sqlite3_value_subtype() and sqlite3_result_subtype() interfaced (used by the json1 extension). * The query planner is now able to use partial indexes that contain AND-connected terms in the WHERE clause. * The sqlite3_analyzer utility is updated to report the depth of each btree and to show the average fanout for indexes and WITHOUT ROWID tables. * Enhanced the dbstat virtual table so that it can be used as a table-valued function where the argument is the schema to be analyzed. * sqlite3_memory_alarm() no-op.- Update to 3.8.11.1 * Restore an undocumented side-effect of PRAGMA cache_size: force the database schema to be parsed if the database has not been previously accessed. * Fix a long-standing problem in sqlite3_changes() for WITHOUT ROWID tables that was reported a few hours after the 3.8.11 release.- SQLite 3.8.11: * Significantly improved performance * new interfaces and enhancements * Important bug fixes for CREATE TABLE AS * Fix the skip-scan optimization so that it works correctly when the OR optimization is used on WITHOUT ROWID tables. * Fix the sqlite3_memory_used() and sqlite3_memory_highwater() interfaces so that they actually do provide a 64-bit answer. * experimental extensions, not enabled: + RBU (Resumable Bulk Update) extension + FTS5 (Full-text search) extension- SQLite 3.8.10.2: * Fix an index corruption issue introduced by version 3.8.7.- SQLite 3.8.10.1: * Make sqlite3_compileoption_used() responsive to the SQLITE_ENABLE_DBSTAT_VTAB compile-time option. * Fix minor issues with the dbstat virtual table.- Update to SQLite 3.8.10 * Added the y format string to the matchinfo() function of FTS3. * Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check * Fix many obscure problems discovered while SQL fuzzing. * Add the ".binary" and ".limits" commands to the command-line shell * Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.- Update to SQLite 3.8.9: * Added the sqlite3_status64() interface. * Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory. * Added the PRAGMA index_xinfo command. * Fix a potential 32-bit integer overflow problem in the sqlite3_blob_read() and sqlite3_blob_write() interfaces. * Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using SQLITE_OMIT_AUTORESET. * Correct miscounts in the sqlite3_analyzer.exe utility related to WITHOUT ROWID tables. * Added the ".dbinfo" command to the command-line shell. * Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function. * Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column.- Update to SQLite 3.8.8.3 * Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN. * Added the ability to link against the "linenoise" command-line editing library in unix builds of the command-line shell.- SQLite 3.8.8.2: * Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the WAL file even if there is no checkpoint work to be done.- SQLite 3.8.8.1: * Fix a bug in the sorting logic, present since version 3.8.4, that can cause output to appear in the wrong order on queries that contains an ORDER BY clause, a LIMIT clause, and that have approximately 60 or more columns in the result set.- SQLite 3.8.8 - New Features: * Added the PRAGMA data_version command * Added the SQLITE_CHECKPOINT_TRUNCATE option to the sqlite3_wal_checkpoint_v2() / PRAGMA wal_checkpoint. * Added the sqlite3_stmt_scanstatus() when compiled with SQLITE_ENABLE_STMT_SCANSTATUS. * The sqlite3_table_column_metadata() is enhanced to work correctly on WITHOUT ROWID tables and to check for the existence of a a table if the column name parameter is NULL. The interface is now also included in the build by default, without requiring the SQLITE_ENABLE_COLUMN_METADATA compile- time option. * Added the SQLITE_ENABLE_API_ARMOR compile-time option. * Added the SQLITE_REVERSE_UNORDERED_SELECTS compile-time option. * Added the SQLITE_SORTER_PMASZ compile-time option and SQLITE_CONFIG_PMASZ start-time option. * Added the SQLITE_CONFIG_PCACHE_HDRSZ option to sqlite3_config() * The number of rows in a VALUES clause is no longer limited by SQLITE_LIMIT_COMPOUND_SELECT. * Added the eval.c loadable extension that implements an eval() SQL function that will recursively evaluate SQL. - Performance Enhancements: * Reduce the number of memcpy() operations involved in balancing a b-tree, for 3.2% overall performance boost. * Improvements to cost estimates for the skip-scan optimization. * The automatic indexing optimization is now capable of generating a partial index if that is appropriate. - Bug fixes: * Ensure durability following a power loss with "PRAGMA journal_mode=TRUNCATE" by calling fsync() right after truncating the journal file. * The query planner now recognizes that any column in the right- hand table of a LEFT JOIN can be NULL, even if that column has a NOT NULL constraint. Avoid trying to optimize out NULL tests in those cases. * Make sure ORDER BY puts rows in ascending order even if the DISTINCT operator is implemented using a descending index. * Fix data races that might occur under stress when running with many threads in shared cache mode where some of the threads are opening and closing connections. * Fix obscure crash bugs found by american fuzzy lop. - Other changes: * Disable the use of the strchrnul() C-library routine unless it is specifically enabled using the -DHAVE_STRCHRNULL compile- time option. * Improvements to the effectiveness and accuracy of the likelihood(), likely(), and unlikely() SQL hint functions.- SQLite 3.8.7.4: * Bug fix: Add in a mutex that was omitted from the previous release.- SQLite 3.8.7.3: * Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously. * Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.- SQLite 3.8.7.2: * Enhance the ROLLBACK command so that pending queries are allowed to continue as long as the schema is unchanged. * Bug fix: Make sure that NULL results from OP_Column are fully and completely NULL and do not have the MEM_Ephem bit set. * Bug fix: The %c format in sqlite3_mprintf() is able to handle precisions greater than 70. * Bug fix: Do not automatically remove the DISTINCT keyword from a SELECT that forms the right-hand side of an IN operator since it is necessary if the SELECT also contains a LIMIT.- SQLite 3.8.7.1: * In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately after truncating the journal file to ensure that the transaction is durable across a power loss. * Fix an assertion fault that can occur when updating the NULL value of a field at the end of a table that was added using ALTER TABLE ADD COLUMN. * Do not attempt to use the strchrnul() function from the standard C library unless the HAVE_STRCHRNULL compile-time option is set. * Fix a couple of problems associated with running an UPDATE or DELETE on a VIEW with a rowid in the WHERE clause.- SQLite 3.8.7 - Performance Enhancements: * Many micro-optimizations result in 20.3% more work for the same number of CPU cycles relative to the previous release. * The sorter can use auxiliary helper threads to increase real- time response. This feature is off by default and may be enabled using the PRAGMA threads command or the SQLITE_DEFAULT_WORKER_THREADS compile-time option. * Enhance the skip-scan optimization so that it is able to skip index terms that occur in the middle of the index, not just as the left-hand side of the index. * Improved optimization of CAST operators. * Various improvements in how the query planner uses sqlite_stat4 information to estimate plan costs. - New Features: * Added new interfaces with 64-bit length parameters: sqlite3_malloc64() sqlite3_realloc64() sqlite3_bind_blob64() sqlite3_result_blob64() sqlite3_bind_text64() sqlite3_result_text64() * Added the new interface sqlite3_msize() that returns the size of a memory allocation obtained from sqlite3_malloc64() and its variants. * Added the SQLITE_LIMIT_WORKER_THREADS option to sqlite3_limit() and PRAGMA threads command for configuring the number of available worker threads. * The spellfix1 extension allows the application to optionally specify the rowid for each INSERT. Added the User Authentication extension. - Bug Fixes: * Fix a bug in the partial index implementation that might result in an incorrect answer if a partial index is used in a subquery or in a view. * Fix a query planner bug that might cause a table to be scanned in the wrong direction (thus reversing the order of output) when a DESC index is used to implement the ORDER BY clause on a query that has an identical GROUP BY clause. * Fix a bug in sqlite3_trace() that was causing it to sometimes fail to print an SQL statement if that statement needed to be re-prepared. * Fix a faulty assert() statement. - Test, Debug, and Analysis Changes: * Show ASCII-art abstract syntax tree diagrams using the ".selecttrace" and ".wheretrace" commands in the command-line shell when compiled with SQLITE_DEBUG, SQLITE_ENABLE_SELECTTRACE, and SQLITE_ENABLE_WHERETRACE. Also provide the sqlite3TreeViewExpr() and sqlite3TreeViewSelect() entry points that can be invoked from with the debugger to show the parse tree when stopped at a breakpoint. * Drop support for SQLITE_ENABLE_TREE_EXPLAIN. The SELECTTRACE mechanism provides more useful diagnostics information. * New options to the command-line shell for configuring auxiliary memory usage: --pagecache, --lookaside, and --scratch./sbin/ldconfig/sbin/ldconfigh01-ch2d 17701954613.51.2-150000.3.36.13.51.2-150000.3.36.1libsqlite3.so.0libsqlite3.so.3.51.2/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:42565/SUSE_SLE-15_Update/116ee95308531bf5aa5f71bdca15ccce-sqlite3.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d2abde7bba60bdbbaef87f101d941bd151bd383a, stripped PRR R RRRRR R RRH-Π &xr!utf-8270673e16641fbc2135c80faf8b8dd244a963f6fb8d0e276a02cfe1d2944efff?7zXZ !t/]"k%=6kѿ>Qw~X}Nbv*{b ;PGǿc=Z l Kf,rl(U: i`=rEHp\i;/RR) V'!3X i5gʔ|&҆27R}ږKP w6Cw?#>;C^?^ZӏL̶eYJ1pPDG_hѫF>yީRFdL &Cb"}PcmEX]>?!>~T:U ?_yw"78{9ߡNˏ9c"M,'o9dRc11"{sl>uReنz;\E?<3GWp+96lGgmX :b\w0y8(1ﻉ@L;LymII@ 6vmB`%XJOxh`PG#y g~/|EeDdR/`7 [(P5GSǍ)E qؔi[Э_O frφPnG."`aX1?0besIeneN W=C9M%·j/k"e.ާp4A.BA"ʬNJD^{%Eå:Xn#G h9~jL7ndoひJ^=G.|g_p ( AΤX#ڬ2zv>W1Wtaͅwx).,84,гx#2޴gs-Q+3_Śۨ1hՈ0ٰ6/!i[WeѠ.u洩J ptso|X̯jU1^TH:ꐾ򎝌!*{ȱW$J}Sr(h~؝ |$îjeJ{'+!8 glWq+ 9(F=W:p kYA^~BsbfavQZmFHN3`!AbGu9k ?KC(N6k -BPYN+L*m#lԯ[JC U^6+Q'U>^}*zJ'ܛϣOt8|Gzw ^ܱ!.WjG|,ݾ>ҽJ oKÖM7L;YL*9S7ť8[ x9GhT #]*Ŝxz6{BI^#`:.ߝsh#@d1 l90L>s.0J0JCUj' sl2KQUreQ4̦OdIs5 O`5W;]Erٌۡİ јR eJG">zبɱJ.x/WG*] vwEFi2o)=tLTP#LW4P׸FWWvVӕ[# FZChڙHԌ/o-`%~Xe5EV vh%^f}DP_{=El::pj ؀kZg X:EQkJ!6kPe\^ȥ/`[t-ZN`QOMXJ" UqhbIm"Jq"bK^,HVFL%1Ļ^|[>9+;doQY@Y#,\K0֌nHAWD35 @5[Th݆~/أF]!9OCCX2FJ$,% ^u0^МǧnbJ]^y:AJd~N_,fGyt3dDwxzVcs&cݒ/H[CwB0~bovfvdj?@&, >N]Hv3ߗ 9G;+= tʦ dׯc&y"\R"XQaibΚ]28Xʑ[#LAu$V)4'EΒr{ŠlwB62-̸4Kπ5D=gt傲mym§qR<E#jc#eNwT|ñ;j `,/NuU0+[pD"QGLXdjqX$j b}]]ś1J||׶Gd2IXYDaI=ŠVC5<be#߼|lʠ7O2㪨Jy|I2Z/!8?}W7^=p3_a>>B֘(Npcxwٹ\ #,`[2(wk^*IUf6B]Z^񃄝U}@9k\fpّ*G0cVq:-ĕ(hҐUGƼsL&6yIVI5.@g Qn=e.M\%DAOܵ:jx Xs8Fɪ:zĞc.:g{u=?މEZ0;Y3v iEddf*vu昽/ӌ !x1x_` T!/-G Bq8f'\cc*/'yd2-dd z2iQk x7` X)? 0=j{BtWv%X?[3ܳoQEceh)(y\gï.`6/LS YٕVWD7RGMc˥l9 t_ R'8D5#kkdK̜RV^ǭ"J䅋 93<[V  >xZ6)Q漨%DT"P<[- I__(Y#-ލH}ƒXEUH$ NUP W2޲1YW8E`Ğ~$j 9OBT2zvԖm֋^q3`v0EV)o*Fv؈_gmK$|C_`, Eh o*%aB6c8Y¿vEq5)l#)fcR0T3r5GfeuÁ(qp&fj2{/^ _]t'脵ut4dʓ ЧI$}Pաh*=B:Pv{nx f{k*}0 - Th?;C ׄӽ#_)Sbm7d$3 u,iNs V蔹@* -۩Te;?_%dw31dl]I=Z`˜~ SOpD+7қYqC_[WpB|G {@H檼- .iq ԗkF?[u'/yqbx"'k^ oH)hcM2fM:9fŘ}x,Fl`q[J_ÑS6ԬIJJ9UE^( ,ose/rHSoC)rqP z(>tvM/X'Ucd>SH,/Q]d!w RN [1q0 ?aRt1!fz焿Y Ec!C%LyD,@˩$iMQpqe6(8ĒuC R{ՍD$# )QjP5% }R،.Ko}Aό\8eM5'4#/$#% )[ݐٍLlVa gzT4y(@^1!vE_Н᝜{ЄZnJDGJ8*]Bi+t#yf! د 1d=?g9{a`^#m੪? jH  >Mq7`Wv2#&/=:gwBF"St s/w_dzߡѦ)(8p\CE}> OZ& QDcr}B'Ȳt>SOYrLaG-2S۶\2N{{ic z}u.P*=Zv_Y4(lCȝ0(%`D<`OSS: ɬx.40>pbL.g[vX4Ih'3MM6.21Rf^)jpH"S<xo)5)o\JH83ERG nʭyt$/yIaE+!aDI iQc^C(U?'Ńb}g"ʬ)s;a3!m Ks!"K]{:ShB!B#|qI c*Q'bν'˸W~(p/.v}r@/ g:xh^s<&< No :C U>=!BnVnq.4TB`^ $m_\Z&^n)(DaAzIl [yH8R'/~nv ,<əGE{%ںB*](ŨWq_.6Iս[TwO q L4Un宖}%_5覮߶[2ڀs˓tyۍ9q0yt)YJďi;@;oa7[e+epr qo`eb8<`dg gx\WZ璌$=% ȹ$.- 0@%a 5 iioʊJ<[eS4.ȣNVmeU%EdpO'ed ĸ5 $| iv gr'-Ň4NךsۧDc?a#(=6VLj|\`(DH^92;<ʙʍ+$yFb klMDz \Q"t6Sɭ[AKY{Z̞֮2pcm˷  ;"vn<5S׸j-n4'=q'lyHtE}y-KϮ {E_/尘LkB|*%oFޞ V,+sqohU :6v|o4NZX`;  t_ oW)K/8x5BNe;ms58Lo]=v} m坮@|]~C2iGxmocm]#o@&+pPR5)tFoѥLrծ=~·$hݭ4DNX-ZPn%/sU;y/w=P*Z;NHIӼ5'Ĭs3R9?=0[:гΞnSl9ְ5 ɘWQm<ss儾y8 9g)–枎]0l䃈d1|HȆaAcUhD.mB#ffnU=' oI i_k} @ΞUJ6}S#ܫ?P B몼6n̖P3j?;67?}>_$vY21YƳИ`gB CihjVo؊__dz;"./xDљ_v?6& n$#~MɿDYC$+f#54<8;QgSrG݈ NRhXc(j'mT/mٞj=1t{:EZ1!;@4Vr9'cvPEQF=TC;TgLyXCLWed;\v'`fqdu#T@wgߒys˲NVҒA?q=CF K[f۶ rdN@46t_<~l-7VI_o|n]}ګɇR}*슪ȱZ$21FԄ 򳾱pܥ 85[^GЂ-owRRJ/8Ïpa5xE΅9O9NŴ]bvetmqƕ4Qvt|Ly~܇W~m鴘l)" sC8UX]*RKN/ŝyzTX/- vd4o!oеbky;Z4>>G;XA8G$ԀŲ@nM&'@kx[R;Jz%11|'IS/u]3M7, ВF[b'@zB)tD|W pA#Vx wtyMd __M]TV ۅ\}`+߱9jyu1\z&+}(4wBgGpb=DUE^%ā|r`zA!Nb=|M`/ q)I(LWY$uDoZ0y-ԾAϭ5"؋v>ٝ@{xՃMNϱ"\)d] QFg.v?w'jKnrV2V5 ^#~Ui*B.MD4hDQ2 d.g^/p` !"N[f$$JY>vPo-PrHG~+l<|0U=(ntuv|nxB㓆9chAr{SwzV\XD QuNVv.,!a`z=ru&\ 0e;% xU8qR &l9$&$ev%C4LW@L{?TVpzyKN,ʇK)V'ys˚퉝.qE%T~2Ckȇ8ZݙHsVj83l#8 oM]r±*QV<:Ѯڑ5V ]LJ ) -S"g]zۭ`W/eJ.}==d26dנ{&.OC#}Mvs-ԫ^NO܊.&p"1lXSWA9Yޠ{6ڕ!S#_%6pKG75?ʯE9הP:/wTH'B)}UTc[WRҴ^e:8uch@D9kYXjթMila)Rz+* 6Y#r~ 2gc%暒JeG2`VJPeZA d-T:¥@wM\ŸD2WҖ57I 5ԇgY>.9pHi>^\^@oz"OFGM D@C?ueefP.µ4HhY5E`Qx 8$]P>=10AcG(-JPl&UPmf*5WtRf))aZN 縻FH%3o,QŠ"tZҾ x@oC?<އAWck@xH>ύ<3NٷB9^4&ng#bгz7L]*j;h.oM"̳įor5 `0]$к܄Pp{E]lW㥶VLN-{̵!qX)ܚGƪ_~7,` S F.P̫/{X&,F!JX]urq|q.`P\rX\ji{*AvZ\GR[kAgw|NɆRS2ч/-nȅ 1kki.xmviو6KH9d@[u~tkad9@x┢U@[fs'CΉO(v"*sbXqI!M<}b:̓OroNypYUHMGҿWY@zj ;݁[ᱢ"{OrM覹2 0:YҪ588C("VƤR öUe/ĵE=%h=U WM6)M+Po~r(ӗWc+[(ҹQozzIÉP=^q U\$_!)%#6Z3{bFy$oN'*R)o5UgK6}".)܏fo>a"aEt!${r iz>&gmZ4`oD"lcv> ;R-|uڊa;Dn̹ ;0JDz9ǜ7;q8ޓd}[,kc!7uF)4xE5s#O4Ŕ^eW"wq+wCFfv69!?/97 h]pHcfhi>׫Az+Wr1D*I,b?U7Q⳪dkʫ.ӽXD;$3Kl%s -laeǁ\zIBG[(ZeyΨJ]&y1~m@z5Ìn_1iGA j'~Y7;  &C8Ù즼'-7Y(]?8^zнW>Kp桺±'-$ k1F !܈9, P56 7SO[[ w&",xD@#P gB:l0Џ)N%t@&gvCdf_.v$UW:6e=ߚvjSKN[<ރb\hCӲh S#Pa7J Ha_¾{e 2Ck%wg0ٰKb+PV-b~W_tev5FQ.yLd7@Gw.esNPJ:]D;97NS1$2rh /wZwW%bhZ3) OV3O/>FOjr{$t#<%3*fҴ0eKZ ir?ɰ$jYs^2 vBN~~L(3ReXA*l*9W!8L_}m0x8E%GS94;4tBQg)\ /<^II/Wx;W#vZ,2jȰC?<>c  i[7'g+)5mߔ#E @ThIG׬غ, 8A*?<)qū!Y"80r[)TTtP|5W 9\]CݸZ>UdkM.SP0e#ʧfH0_j6p{a󩛱%*jjYZݝnA<>M.\Vٹ[:ň?l~a-NS,RܬcY-W$1,6f_Jc饎e#{: k^>;zMήuOS?3pNxt4u oMNBF\,hn0&(\}Hxoy&Ptmv+%QTEȸC1 HhQ,j@ԱqX@Up`.qOq_?+3d,3[`hs@Dt-=zM]vH@f#c> a(,[K.=_/T9F/l GLy m]>LHmhc BAap_P0%7AI &}ܝ b#|Tv 'H-HɧMG`@B{G4nBaj6-JiDWd+.}Eio;lf3"" b4ORYr{zmʸt*#?ȶ]|xqX˪O:گS-IȣyAl*Br;?w2EkUK!:=ZSo O@FG3yI`KeaF q#r8g+^CV 6s]Ʀ}5Gjv#_Jz:i])+^'j4A!*5wt, K@[o\0d]sQ?JR 3 O!+h;|t!̉~_,MZ3bͺiz+"UTWK}vך|.52{Dh%EM5Ft4ہ-й>edB2i2@w@;uDL#(&Jo PK_{\ "^I*57?$=vϱj/'3ڿYVŘ͂;4j9ursC2DܼߣoxwJa >}=r}X-{tNǒ3SۦmEbOhFS/Cُ#Z5-hkc7tc6 5ͼW,Ǘ?ey;' 'o{Pg~!DCe+盼)'cenL_t;] d8Y|Ã7r10d j R:W[b]C͟Lv WB4".뎢Ӫy4F 4`dQ'm7"T =h&`:Llʴ1q%j#4'Ovޛ;O!.2O'(JGz⡳%W:_ś&nM /-#Qf&eQW'1!ٻ9r9;9(jm`X3UMkl+Z&O90]/rfZy! idȐ|Gwm' D?P7*`S/k9\,AlPϟX-c$a!Z+(߂aOq_ dz}緾LZ6.$M)V?Bs. <`y`6}6&^U3G9*GBX!/Y4> Goɕf#&0پz0!4q՗UšYM 0"{$ ](XE }hLi1^hBOb4,qҤb;]yt݇tHN8=Kk$;=f$&QkϱXLw,iЈ}ڬDx@M%%nOѶ.u{{ۈH7fb8*v0ǹ8JT2yKMBD-^͉߬e~fjti͡S6n9HՊͬߧ7R~軥9(Cm/n١\*wzϐ?eOj_e.BTr:vMiS{5 *T:b2bvx0\eU@X[ע LL5.e:`4o"q='Y0s;vfL39>D-js$Qg@8.)VB`Fjp9 \?gv{wVRޗ础| d 50)!]=gCJ1 qawFG޹):}xti"bj a h-V3"ͼ=Ƽ֐8M[PRuc) d{s˲saiV4,Yr%qOz ;dOƼ$=n5G.*eO=]q?=*VQ14QJp,z[W 62vw)L٤ -QYJ];; pꗃԡŤЅ/a?Y_5j;;b|>i0g}MZiD@.QknPKz@ BEhBdm'UH5-]!74U¾#g[-hGX…V1طKV R(u8"pQ% ( #thV(0W5g/vkUf[F,%W)n -" xAe]'8^z>,s@r"lCI~r3ڒM.mA8Wtϛ}CpwGہ='i\}}Ƌ^鬊.UT uL BUʚ0CARD!>! +#L>&<:۝rP=qҏO4B73|SmvY \HE7GmVxC'OTa-ɢـINJI^1CgT1|aEQU:٫$IJPX$)uXo˹B~w W&3yYg<0k>;;Paƨ( D42u0]g<xe4j~ PckSG> /&4Id$-F/{0;H5b=TmjnilJNFgP- 7{ᐅ IjFFXi:|ٹG#ӻJ)?4L+Ag $i@@Fcd9 a,F1d_H<#@RbYfS%_6h M.qzՍ}n۰ !a5V. *dN2WjT DKsh@I+c(V\ѓMV"Fy7}".w־AUEcoaGl"!^Bge505D= `zHS|uÛ6\#7⸪w/FzD# ;^\AiQIf{㥅G"\] ѡH* mJnbJ޼`+ }-Ro8pO]s6+.a76 @֕A*33Vl5Ϫ-U<uI^n\R>+1OBA3CfK+VCr[=Emh8X^Pl,M(m p-G"hڒa{ Jzq9{$ّB{Jth9$Hθ 㙩PJqm7w7ح5zr}|A7 4!Lu' lscn'h_Oʇ'fWJ 7E SZȌ$d.ldO蹗_Y!)rW#d:}4'ྮ~OwV넔Z@S˾| f|WB,Rd8 HYZY#Le8 FZ]05-wRv]3G䍪iyo]|*F)|FN ( * j/jL$Nu( 1WTVBщ&c+.o'Z7.U"Z\H`lEGk(&>sߠ-p'm! ]NYB2?MN}q%P "tn`){%oߤ9ax;-S!}8 @"HXڜR~ГFs5NxDXGGhL!QT2q{p]W{Wm*nW]6)^iSB'äV7s(^q8/t"+ώҾ! TКLWEjoYv':iqwO#~CAvWTpuRMx3ךn%9,]X a6rX |SosShee77$(G41xg${e~_34pAHᶞ9/}>Ճ3=JemXr:xȡc@ *D!`>IJ\qCjl^M fId.drO5 *ヿt\djFr wC lH= ,QIL7;Hi7,"P-x9"r tj3i4^~K'r= oJ֎|МD^ZG<8ka:G/42tfvQ&zx:ǰ0C$⭦yC'm6NV$;\g{ZV*M0fsq)x@m~bl<(#_rxogBtQ,tö"""UV18Ռ*krݍt'Q!ἀ``BK'%pLZ?"̭ d?yn^i67([6 #;jmWsϜjW^I:-TPTˡH-7wJK&8vȣ]+JL-?-Hi6z gL")z$iT7Jٍ }ҜCo%:_^4ndEd^Ue0ctӞ?`ꗠ`g U''^lx&+pOc4v߸i=PQJXn6~xwqE^0|0!8\o׎Olc "6ZvX8Ie+)gGjjZ0Ee>ʆo W^muH0sl~>pO/ǥ~A\ӊCJs^hr`C! z76ˁλ2ߠw->[5oýStMc۟J94gvu+U Ͽ1EbZXiM#,wF}4E3=(ET xl:yerYDC3V,:Uvwk+%{QYVzSNj9dl@}ښy֩D2Hq4o~(raK[E!v?>_ŷ`BPݿ،dƮ5{7-གྷ{epc۟^IGmgK 7bX.}R&< Ng(-,A(0MtymFF öSfi5>г\?zH@\I-,s n8OdɥeS9l@˱(qj|hPh}<]jAHT Gq=C2%JZN)nYRWkQE%,+b g5o74$X7މQ%S;hc+Ij,0w"o6=F0/V0n W$şH\D)n trw-S oKϢF63HUU!?n#^to>qe(7.N+3fF;,Uʇ/R&O t 89b!tZ|"NCnř6<3FZvt$m 0Lv;{"`?$$r"7+#72z Cx(m45f8+|Lת'l*("z!( ]Z^Œf$滥GHi؇5%XwԑƺX #l1by>ͅf~V Z6Ǡ̝鬼Lv|IjPjpqmUBZ.0{Z!>6:gh XPD.{;3'Fg,c.ci|$.>M/ D$ߒM#.Ne;9,TKXZ [YG@ހ`Œ/ސ榭y[Tmwַރtm>csZƺ|SWmmVBJ}i:ae'`)VW]mREFCZ qv̙[| V]|ۇSK

^;ܯ2:tv7$/BKzd̾IXX}!Xyd ҘBFn` ɁT]AuJW(n8dG *\Y(޲/jˇoCf_`i^x9Sn-C+Y'->o%BB9(2Պ9ؔn^iVxfG@L^JɿܰL G#c᤻?:i q5FD< _AkBR{w/>!~Bߍ~ [y8q݀hnKd&+R_qr [9iO^#ASmqL`U_`?\6- DPo¸XXx.B0BY H{DFlo,ISuT7 uPfJ7R=-=(pcdeulqP&XL\,@ kmD1׷/=FdZfqqŅR08PŜƐj1TLu|7ʃ Fyjp}~PRt$lD>٦;꯷RG[4Ag◞WÖJEH0)]pZ %tbpJWXNgF)K1&LCYg֐圥1c~dGwW϶;fL^mtxv+mF{T>t]ҷא<ŲbvdZZ I+מ{Fgm|F:|G-kMy RO5 Έbyb$s j3pP,JY7l& ,+LPudWAtv "H-2&lb  ^!ZR~FdwDyqIOU\Tx4E|8n uq=MfєQ*MER $ޗE[;3Tw-3\}@=dn.So&q3;Hb{=G}GbYr/{&hkn0q2#d.}2VCu1(i~-uIzХ9A"Ry 00"L]r1-d4ZG70 ƻx=\up'(^؈}7ecd*.l"񩔗w͸)f[DE2 ) ߴvdgS[ E Sd:!a $7ccbcLUwR^~3l:poX;7ۺwrUPtl6(`׼5ppAPʆgŵLKn?KQ6)8?)O^JY@ߔr$Kԥdku"8rY= 9-C.?̧Vɳ<&Rm@HXYG$^iߡUL^!$O^oRM[GX>rUsSD¤"8 lhfCR#7N7ߚ|o!t.e^᠖Bʉ{SWOPZ͗ zGik0`"5>cL3byGMNRwOܓzsCb4Fė QqJba6%*!|q;O3SCUekt?6gt/~(vx$ F%Ϩe+C9d.:`8 '@ s2HTW{˺jE_ObhE:=~%܆ }zX;u^VsMm]{xM{Ō~' #y1 *S譄x@4`w0}ZCP $dY KYmR<>^{:'9i' "R77"i:֬xzq16ԗ"/;?! ~\ W.;ˆrȂU$!zqa]Yn'@OQHrp?+`h'0f_R(%TS!c8]5UXHgk˫Uޏ 4>ry~ٯZUyE.W7-$y_r|xR@ӄ"&sBe IA:zU:˼S-N)SZ6|7(ΈR}:]ƙ+lLܺjf]^îAڝ97+D+C}Rܸ[7`Op|Jg>":g]bI\$d;.1/RI |NKtaDi!yf{A3('O$i]bWÃ*#p>["͏ݶJS"(6Lp |!h~\+ E/V]l=if ^4iVCe.R)R3@k27% |s p7doh$WCܖMʾ恅2^3._?\P6Ȗ̉*f\ eUUT9/a.I%8ax /-y!q>7UecsZ.9AT+?--" 3ц`ۊ1@IkpAk|0G8V b* c[~kr3_J82<}/,~䐬~@!Z? ڀ3){A gC| gprDs Sj> ٶW<8)s'k>9Eܻ{⥍u|;$IB{` e o` ɆY7-,{![/#?f7 8[?26(q6Hf*azMy* 5_n.R N "w`6\_Ǖy*&;׺yF}Q4#mfcw&*V60LQL7$ߎj:?C&5 /tF[ o;XX#\O{ =_V[uWLcQiG,ќr;K䰄v.pG_98G-3o-Vz\MTd,s8 'T\I{:Lfњf򖎻nn-}XjE2Wmi44=B`!rPn))De\祆ڢFwVJٲgVӾŽK_~9+ger P|"Z?@>ϡEfM䕊5J[T_][mvFqMA}M`n&L QI/jqEjBj` H>ڶZJmyQ i]jVvS`nUx,WPDE>#1F5X'6^ECP#OkLz@ȳƇ&^#v6ls^g<̛)u*nh^v98qjOJzԪPj6P]7RF8f\ zEidwQG7Kgy-'w,%@BNt fXOX߰OYTbwlUw.nHqܞ,Jª1>feyc-_i ﵷ<\ jJ;#vR "߉vͅs?MoOҼYl^ϟd=\Z=$z!%.qur?4b4{sH{z@VU<CEIMWpMQN?fg)AC*KVdbe/$͹1shg\a&dQ1hTU'H<y`L0/Z)}Ҭ⭑7,-5 Cun 7f*ENhP+rS}Ctڧk P7]S3i"~?;A I]10UB)<Q TOڡRޣbm+K$S`O5GQ.3Ɣ<8v{J5~V:?2^w׳r屻 6P-Q)X /|G,mSp{ԉN۱2K6Q64ٮiօsО q|Be#SZїW?Q[b8jN}snҀ!;,nZ@3i{kڋneK$Ӆ)\5jΥum/c'1;s&E0%p]ҿ~]lĔe+S|+4FX83۱Z7ĠM築vy] /Gbuɚft3fz B *o(_nۀ"EhE U՞$B BKYWvDIJx}Ѫ (P `^2c\$?FF#+$ON5:6*4u_&qZqi]o`G6-!6Uƺ-k`H HfA2!^H,'A U4hPja  85zgdc]j¬Ws'5;NrKEB>480Bw=|/O:h͗CP׋gDSviVr: 'D#2J5ᅱ ObX۞i=:Zl5*g{zY3dL j6GCГ x{њLUNɄL栱4`/ƞ"tZԒsOXC- 2aX.}@=3#¹ rbS >$)Qd/GҘ }*f `qʼ s1@P4O)s2NzCvlDchNnW!0,TѠűVBVX*<dP66/DRP'["X5˪|-ыjXSpX+`/wݓr-GPG,U0?9 :̃/踚\#  'AܯWCKuFea=S%1?[4,]d4WREhlh8RE^6e(7T$= Ѕf΀pbp$y7ʇ4-Ұ{ֱ )dGmc!{1Vx?D(hH;mv#:YUfw߳#~i *p!cE,lHQ.c:KY]#ƴ&biE7@żHWe5k|6"{þ;9ړ^ o!]j{̐be35H?т:J ԉ3.h SxfZI"oc+< izAq,7sAkVӚ?;pR=HÅ=YkI{(wF tg`O 0YϵAf/{[]ۨ(h$rx V]§/_-"ZCT݀NtD2f"]$`H{ \x5  v~(*D S cﻁeI!u<`|n ;Mb~Zz]|'4 5cip%xO}K3E^8f"v1Hpk ǫ+ ۅz+5kR?cآdv@g8iWH/p%%ErܹDte]1_DÛFU$'{p:r9 \r-yo(Yl37 q6#hOJ&mSADII?5m'cm,ȴ=gj `]-|)1G(}"xqG.D\B rPweu\1^G,ؼvNSr`npNRL+W$K eYIhF?I9;38~T`c!hVbKsnul&YѵYX>ս7܎7mtv4 Pu/JD#gH}XF.8< e7PoN=~]rgoѤCp ,kj1s*uئo܃eƑTq˯G,/tG:U؇6[X idUQEm(&bԋ[@;Q0.?Dȴr1\wh0EIG><cAJǧ}N30^(ʘsдjMa5 㓭HA- .4GA`Y\Ljb鸇q~9r#,{wܥ76o!+|C$UiUY=?JqY`N SAsprEc'5d [q^5:RT[O97+m"'tFkv ]M\Q3Ev})WBTL44wɎ}]r~'=iMJ٘PqZXSTZν اq, V C!¨]v,w?J[D5&V0Wr_8^ٵ:(i8y݇\#aY4.Y+T: 1ܾg8g`>&+(wxj45!˸o|}͊^'.SnM`hEayU&#ӑ 4rw\WO{N*:0o+&+I>lWJ#\g^h|f#>a& WqIpRzm(\<8H8/y #B밍Fݛ|HZ(@F'r}RR"Ès۬ eC߫^Xlol)`EȱÙr7.J< CɊja a̒lL(p'i xh37~ F mZ9pڶ ݋r~t%/j;Aً=aGd/'Y4dkKa>u?XaoDeZ=55\2i7:xL[Y+H1$Ȃ%6{֔W؛l~̶?tĜfIh@a0i$v !LGѪ\?PDYl敓j#BAPi8݁XcH#;K¼;1 TE}5?^8f!|>ecxgmVi(Z{ 3O@|)6ĉK=Fě?'J͵||nRmUl%sh/$ͤmZYKQEEęú2w(sJ!pmog]k\3@mFJ{p*i %]s*[;BT ԖBG]ϳ;LS1y/Oyã8`G/ӿ*[\b傒+$R[\]S_Q5y| ͓)^ K%af5$;Vp;A-i-pAeҰb6f)`qozw g*> N䘪4*?*;_oe}zVk+aӄcE 4X(F7\.ZJR Bpf[.H+h|DEa7ꋨ Eg߀"NqAtS| \Pdv% QmqQߊÍe1 sFCo}fMOQ@OݻT?v"*T I#ٍFfW5u)_rұv 7L?Ö,٬QfxaLQB/EEQB72\/gB[, AgN^ڷ-i1V/.}֖_rq(=f!a>pΪׅ>+ LDGSx3hHt&㇘uH& B5 ]T8LN=?xna0- n;D)2 h{ sLKUV5>KLTБ4 0{7 Com;t l"xAn,rtpfqVӗEXϭ#p?UXp:TVNtqĽt> a)\7HC {ѭcu[b]!J%#G"ۯҾH,Z@ݾ!Kjln>Ex,lƦ/y~{e7D|.Cf>*qSS U}09޵[ֵ_1xDadsl g1C68RmJ@r,Vš4$Sac~Tq;sp݋Ƕu}(r %o{ûha"[g u]㲉8ud>AB>i,u4J#MWeAh#7PݞDS+,,^ֈ[F3<͏|GFMkyҬ?Kzj<\)Q?ΰW$bo`Ope⯸#u~י16~a:% ыH1!KUT*CTrx'J%Et?A0>#L}EvW6k32EM˲߁́Oi :$J_4>:|g)u֩* 6T0tC q'lsT[wb/"&24;xc,W:WT"F/*i)Q(.C9U=T­p9Z} W!X}az$.qġ$dmAݒf+ ҿ+D]LLLWmJդ֯h%1f[9Fd_osٳ95~1\8^Fdy^. MwGI=g#iBc_- %hv*06iJ>@׽_afcaV,`.M:N0m!QX(FR2Kӑf6Q}k3W!/Ӿ{"1A#8Rz-R謷hv,v4LyChfaEd+3H,(`Oc1f;/d\(v(C(HI0]:%OwN)q< B\n\3\s*hۭ d*2#- w[';eHS 9Ǖ)Lw2X_kDCJ_h9\:w0LJ6Ī$(@޹ܽEl3:4g0(*Ry3˓> @Yw V31\#d?$ \\x IzW񽢓fқ•M*gIduv3XU=&hQO9̻mq.=Vg"51R8H~cK4Sggs d7>{D#-jٴݧ0,O xN]x^-^uO1I`F"s d;6&hT]ABL2.\7uІLl5vs r%,DXME.u!HĄE(.Ԃh mjPסҡjq-Vo؏ߤ^7eZ &ù+\ظOF[XdCCڷ Zf[Yw Jo6NCЏ*:.IJ{`ˊƧ~mzHPU:tZF삮vז==F=j?Ү[,<^"쳀F#$3{q[YK ~# KafB4Uy1JZ!J~Pd@/nڇC0r(2?vR<8||CFo.q@eᆓm,F9H[sǞ\xKJde !/t@(^AJԦ $[yܚJrHs͖E6$T9Q!Ϸ ^Υf<]bt&ǜg+yu4"=$D^$LcMdadqu sS&8'N\*x~lR4趬ԕZ04;y2 rSlOP9߯%!Bd>{Douܽ'À8XPi9:(iC ُpE5e%S:*ǃ() .}T*,TBc&ͺymI)tpXQ7UqYw~f$*rg]i~QNH+//R,9Z梈EXP^]gͧy 6s CƄe2^cA)*w::^ 4ゆ[c2" д SY#ȣ~r~PtӤ^OHrqJTI+HlD0[ {BQƞ!rxC\_(aEX VHWn4GVlŕ 㐦$;F;PKZ Ͱ58 +qL2Zp[0eҰtUt6o0n{E]E({3rEQd))AD˜:O-F䐥:S!iT J3-.P5{3gǓmoqYrUKeU`O4]208Qf+HE_rWmgGBld&@ml}DΙȔ(F$W|U[t$_fUYwɶweUFc&VJ)G K"lH10!A}q3iz3j}xNԿ3XN茐8ÝĻ@v]|m)X^ծV Ê- O0lSxH𰆁tB @S Q#]% n뒨>!E^+9K;r@L!ivj')3Xxe:&珇~c/!A~W9~[ CWuC2nF q+"5m2L Qaoכ޷fTyԗUl^dg@@at+n&T{Lv8se- σ&y93Oky㨓#=Ft"ϫ 3&4]rMٮOD@%z%]o3 Gl>%#/$[WߚK8ENIVά z?tLr4?DWB<*c؇  LR+?msOHZ;:> (Zpʼ=='gb>d_srJ0Ua :\`t%s&k.Y&fḵ$ @Y%=>V7oH3f$-h;a+.W{CfͱEglip__T[{ެD䍾Wf9K0ttC7Y$t( Oe lOpPF#Vb@cTtI &`0 e+طvr3U]x"?O)5fyKo/?y3ˑy5 'NIOa'I[6 } lX2Xſ_ۨY>d4Ћ+ 41K$(EUHs- ZF=GhaJ2:iiST؊w#`F`0_u}E-@[]V6ߪlX&Ok8{><5KE$(۬zaF[Czcr3Ha7]+p.IG2>7OcJu X*ݖx7WS A| BB9w揦Sd*YصAI'(j2vz7F AT>`א^B2}U6@9<$  @5;cUAsj&cf-X Ak C%%ԡ$IB^ bf2#ͭ*YVk0a ǂJ_8* exȻ?QH)'q 0+$nҲq-yi-]^q:bb% y@u$N۬RCC/wЕ@E6a5tLpރT|X2sϋ4I#uZylbIdj_)T K0fm%,*<=?}~F=@NRts-sY/;[{FTC{`34FysA۱eY4ӔLP[Ad&F| Gr>͒O{ tR)D@ T{c"k?o3#"@ Hr{s4'JӣA/Z5C?ʇAFl{Ey"7{&z܈+o4, q6 K!?t+l~$yO@|(H? Lk[@ɥ;Wґ>+%#CԍUΓtr' ,]WkЍJ!`cWk/:8@̪ L!<ٓ1튕冫qp *!XxL'bzGHm\6!f~J`~ְT pV8z HЄlƆA[k?v[ͧ}bT%a|&.B(.5OfgFt/]uČwhEjdud $bs7P%Wv3.'btN^ ̢?T30(=tY,ˑE~hM{@q@Ձ=|8WU.:q;R ;s{8I$:?&!DS٧Kjlug̱9c6Vս% 1h@70yu$ȕ@[ŠʅC&е P S uZ\x[/l4 $AWt{Ɉ3cxln.VbF%<*ȎEXF+w-jYhIyC u9qվSw'чvݓg ysq8k {=[ !kd׹{ @tU )Ktn$vj#vcl|~n]־RFJGy>R3k|E[;(JhI]Ogbtc}f~y濫0$<̴G :DMK}@%pRtU(f-/NJf-5):"\\%ק|$)ho`2Z4 bDF4hrrŝ>Ph~#V$Y" z&"u$Á#)S$cNC-TP ϻhGwrR,Zq_¿9Mȳvo%d&ֲ/7¡:}FW t#b+J f05ΪHцUyfPu0bԅfc$ҝh4~"o|CҰM92_aD\:X.kHX(ObQxfn$O[ح]Sdx fUG MShyB+a!a:&Lل\FD܊ȱt]~7=4VZ@_&|jӊ5ZswߊXNaݐV)p2 {hU/Q :ɁVgj@Taw)`n>Z3vdJROoN~w9pmՓp+tTOGלE1jޮY+u'[8dGJE6wfvbJLR86v7 =zܣe .-H@f`thޥZG%H;VG] ;F^ s,$ 3D ?MmJ_/GZ;aJReMi)k_q ĵ  `U[X m e甐ɧ$~ 3+ k ~W$C,跅 1˱9a|RYa |a$iO&*y|i&xWw@}BF&w: Gz5A{a=3bHpL&TBrz|ވ +5zO#rJ ~ >8rraCX8;@hM&ՉP9eR<"z*t_s[Svt8A6Q 2zO9[U͗s(g9SuQ%+S.ji N톟lDcWq%R]lbҧ X Bmnx}ffNjE>`-7'sTNE/% eNLܬ$:@:pM" @5C7Rt1c w,W[\67bl);+!v&v{ 2 /J㛏:1N V3_dN A*VM-#xy]|1vGЗr{Z~\ , @+sutZ:䯵]tBD-UB?Tݳ,>!aa(L4"_%H Kn,0ZHuǕ[CŌBu0;GNTPrFz WTB OɌ:un5|Yt_^ e%F@]/&"i){wC'R}I=V&NɒִISΣ>KV1a!ecF&F@"lҟ/<+)tٮޯ2^ʼnfPW\IpA9%>n&Ψ8fž+v`١#ȤzM jyo1/ToTACm8IzG* 6}&}SVDry#plۂeC<[ê6UFOӏ*s$J{@d4gxmP͐?Q]p엖'}?dἠ y'I28c#6mBuPd_+ kzq*;s7aSMέxė :z+Fr[;єGRJOp>@lrvY2$J.~5iNx>u$4ᠬxy ڇ6 #V\}#89t wēX+EEVPX$>J#YpX5Euӿ6˿m:Z>q$4P~J˱S̯PMA$^piS'FV$w4*dI;,ɗє/ TqϩE7oNV dI;66@fR,7|Zc.$hS*i͌zbyiHldT >veYtlf"JnqM)4$q} zSG?U.킼@&Uc;7ѳ~13/II6Md {HkW2F?7}B][5܎x}KԹ̰$`S> &~,6HƝ !ƑocV);vۆ Is ݛR 4 xGгaZ=@ͬsH=Jc"><צZ) Yp Z$[ozGT2, l;$;n9/OzT +C+`&*ZS :HM>B 廽x$k7YHWv/E+d뾻jd[ho qOXzCE߯ƨnŀ푈B), iOp:7h#8]Uq􂤁)&pW)߀^q_zDGQVFd^u.|@5M@LU߹׼j1K(C1߄O.cӮR3:Ӎ#%xxD6:(,YNG Տ˼ I@0e;r&xZ.[q/v̰/aV3Y)z;P!C8 ʑnt衮rQ5: $`XEdCecgőr!:;+#+/>l-tyy?D^X=_5*9?meiXE$]i\Z{35%)xu9Ejv/vK R[xxv dmg>@C2zNCb sLU\3( AZ6ȃ/j!iL6("KSWKU"Wn/rqxgB6MzufYן-Ke19셈nZw.AڇsAqɱa>5YW Nb'"ߵ|mS˯YcN^pG:nx/2_L~QD ܬAt1`#bX6j 4d)L<^ &b馄P< T8ep'EJyžW`$W޸O@<;-%F]E^YÛNoHAq-X=}:,_OHs =ꮏsiY& *vH|v)US@U[D=GB4/$Zhy.&\!<ǙlXA$|t!XFE`DQʁA-$hj@mUyg'R2wqNwdl+,44No1Vϡʔ~=q3nzcv+|& X8(D4 dHIkw,fGM#\U`Js춹7*W'UC)&i\.Sf}A3_=OHisO[CMY'J;s~o60d=w͝Tk5qbEL(X*q~5XzLAw}nSO1JMXJ\`R. L& U>|eI4~4>QMh\_"ЧI :5Tj>luhgͥ1Fn)~u s0_,Xx?U{Tw\.}Qct ^<61R6 dRs,#(gwo@wAnLP*d"d+"jMF%qAU 3q0>Hϰc)=;ߑIȾzcL'}ƥ@QĽ,T^+;ڑYKЂM_7\1B|r*ܫBf,.H:ZOTilLOL zö"f룣{>Ⱦ>#aԬrzB5B 'QH L E0(Xō~~kE vȝ2ejC\5FN -/^쵼pv0[yD.FD@@l5dE!ǰW̼ (وZsՓ4z#SrŒ6rSߥI\_I~[O߆/ W=;q20F*j XGkcWFQ2ܓLlE?=?Oq3$y@~UUg-( L7B(p%DB o&b) ;?jM%DkhkU棶—up[eQ7wSy#4wA=t.Ԇ3>ڦ̆-Vp`&t4ݯ\&6Q/"9Lچ{j EY}PѥDH,/XW`Y էAy9ϳ:gF >40D.]wq--kDvg sa_C3J#$>MR$uV߷Ӂm W+cqi-`ޖ#7Z.MR( h?~j7%8dv͓em> 񳱭Y'sqʕGbdɓqxa· Wt,!'d,7T^)lp*g1鸲Nꐳ]E<̍)kKNѝ99aB OZ$ t+`dH- N!tDu{lC{# ?Kʼnky S.Xx'Ӷ.c:]6J> GgaB3K Xji3S"H,2%=,Xr+oeֈ T) >X{7شA2G1Y>#}!tOu5JUdz(jcyW >%iKdvIvrc45]آI{h;L "x旝x1\!&l:b4mH;f7U@\(`` 2Wz0FNթ|͇'Tu|dq@^ᇅv?Y<;'yn QG31Jl<_1u*1#XͶOwQxC}͋zLGIU^id\|0W|ORxH9ԗd"dV$ēK/zQ 7~{Lhp Rno[&s[+xD<[fU /Yn>Cm\g?LnhIFT?0H̘5e/]wRi_!(A74Uc'؄LFol-')5'r {BϨ峚5S6ב`D㇩ym䫏˱lR< P6k#kٮH I'p *m]7[)^`g͎y}戥- 7ʝDڛTNozpeAUm(/9%O*(sSy ([aD)n̆w=!hM0켅b;d 4n90ZU|l<@k0x3s> _Ou[a$ fq (hy괼 i.áԥ6 MD$7},cb5FxpIzxVJB,eѭ˾Ro<[)\ .±4`}.W?"{ 注}6_ys$O1Q&W7ɡ&k6vP( Q5УGL҂tQ_X.hҷNQ323.#. 3 ~7e1p_}'TLPЬ-aت6$j^/v)L♯jDLڸH~UVe\TB˜ Pv|N/4E IU%&0H5F,h`噊tdQs eZhaEA.븸%X.7F -P70ۢr@i׸0Wrd˃d |7qاyx/,Po (x *ˁTzsHp%JsuU*u<j\0<6 #pl/Qz_ڢ$kuǮԌbI*.z$]U! 0 @>z]3#nBek 0C($ a.)eKNd}H޵Xr{W|xU:A3*e(8ĆqwDn/u2C ,(; fP5DXx?-uQ':^H޳K`)X8bӸ%~^r\ڗ{,TCS9Ћh @~%A1Ee7dR%aj"$;{:1Íj Z.-HೌgjhLAx|؂7)6X$q64p&`Aev!?@oچ-$]sϕ6c(- Axݙ.Ў\T;qjb\N  At5}9V Y//o v0:bF^V{e%k}jLǏv:;Mt! ,B%:TmU6.79̃,odE[]F=wE Z g.oA-~ BNfɚ}(NȭL-=|c[jADcBj|_|/|ۆ+4X`Hu/A饝` ^PR\0mTz@Mv:`(T-P|M(7A7]yPY&f ȵ (2'tC9;B*r`?6nq`D_3L=->d_]ӥ+)8Fa.)E<( y.660{+w2k#}teiN+*gm92^, }EE*X> w&x}ɔ/ 8iKm"AKoܸiD/yat23KKQ΋,Mo+㊓%)0f[D :ACYsÃvTem+1 ^cCM7J>dJ>?K_&v|/V8ɕaT1 =yPowU{ *ɗpôS L ~D?=5#(i^Lz%R)'p/0&8k-N*iNB7Mp •>63ƪG1S%z!mp9c_t(1RnВYn,MR2`ej-˩'ȳdC*)cQY4S[bvGD+i󨕣N-t;Yjʚ=vhv[>Yi#4q%kƕ6+DqR

BĘ r#vrB_ū6bwe33P6%e1h(x ~&zfY<)U!/=}JuVkfHYNp0aB́ y=ɎuNbo Ԋt>xaj -bۧRA|at{#j6Y ?oҎ iF}P4"+Aua} q3%6rjs:}9uzQZ8ɐɪm(Efc( w (pRذvYJl+F\d:3ճJ`/T =,7sy1r \趽Y/NNק3ǿeczEF\ Dp#jE^ \:.o.1cj/tο]&;r}ri2]Tn2Sc_L/D8[wdC׊iFn^jTEG ^P| *DAE9\hQ(ˤ 8e̽^F[¾M/>;;CV(a^Cɢ-4(XF2N7\n,BbsR*8ٲL| pv0\}{{kr ƞH/DM4Ԛ ^9GF. +4Ukj(J~&mA A[wVXmE#EgߘE 7ӕj@u%SƆtm&Nz󭦽SŗZSNx<"3EL(~yYT-0-WkvQGI_V|K=Myڝ㕋,έfNה~Qoxy 壪R2g),VBΐg*ZjRJ !-M jaJb}Xt{y~ko%2*NeIn.5Č|&UY9X=E3VhcJth}@KgUh$skU4K%͉by/1 u ,NY:iXEV?hu߆e8\!NHl.:4 *uDT 41GQ,Zҋ&pWB㨟li)98_\!ʉC>Uk#w"|f-gk藼8:WY s?p;0\N8{Gh7PX@-ETI4&a/PF [EB^"xk&: ؊kWc=`bv&qDx e \|gi1 mƤ0nEG qPVl+ fha~⧂7Xi9קrc9h=ҘK/Q]O i5JGzw*1_]` _܇ͬζs2 x\Iivt6WbVLKa`hޚ]g;R=[>8CW%{N;=g){0ޠu>9BdZVxBIa=G\kJO`$$ɔ],ZM5g5S(4ne]cD0f!40&$pZW a:^Fo%j^èK6LSM6FV_#Z ;+_Xch#ڷMVҿ.*%N94zs  peV!`l+-N&k4nISW!]k t٨_I}2ln1H'45Ťy=hmCMl拐>BL~^3,&8#A +-Qі #2. [۠6ִoaJW Ӂ*gv[nD1R% ?.^p0"YF%uH>k`.6uSK1ޱ:c6'~GsIF2= {L_L#2ַ%r2xU\llj̱%܆wz˥d>ϐbK6w⅀5vvLjĬ,qpq ]OA5)\K)iLQc7y렦W_0\̦J!|q@UJ%AW}w.5gG0#jS=R1#{D,*PLߌ5<,T_ZF/p=/4>%a#=%Z cab:3e5-?_ؾdIF`a jםm?LDihQ}1ci=wI!IMUo/ % ͩAV7eG6Ĕ, s"v́DeL; e$@Fsc:zQ f ojwY&Hp`YUH Өo,{;~@z~Ⲍrg,M:-p 4[ G;*;Rجg7K۠o 0IdI!(x%Wj< C_]ƪxTTv(1Fs FnQHr qv3Gvq/.._aػdB=x?VېnD%9(^ZHL2+\eMoH׎[,/?- f13Yg*c%PՍN~v\t-ekjPZ:Jv!PIH>(oK( GyNWJ|=;{bãsMЦq к#T %ˍ4E}#4MM\[x{Q`6vcya;A?&Z }|4LI~6SJF@p``+**v$0dxpZ6n}E%*(" }(f:p2377_Tg3#VDF˪@eO(Sq|'~8* kRo܉Ʌc}V<ٵqeΠ" vHY~3X{ 0mMUx hikZx$[Gfy$EmIx=nT f#kZ=GC˚e 0DNc۷V@AѹaDCbB}OtQ)a~,>cG3o~pe7Wa]radr3^6 PQ\vf(f|e2~wqۚ~SF,T,Xurct,$o1RE6IgWݐenFЩ@ ^#|Gذxpttu7ehS uDmJ]'9XwKDQdش_ةp`ҍwbx )Ӝyp-Ezϑ 42 Nn-'-⤶tU Y'vw"q eVח*OxsA7C^6;m~ /)XoJWը9n3[j){0^K׶M ;( _{! 5}/IWt[{UƟCA>ELt]No|~^@-&9R[OUk6N7[[{P{X7c(@0rySr{kA;RytZ2FOqY̡yH|F|=,2 ʂZb-b 649D~+dzpPoqgF# flB"r3߅'RnO0Dáͩ]oڃf@dWfɌ QvH$^aZ噆r[cdyv#m.ca+F#DI-Ե[ \b)Yͣ|Is-JU;U$ŒM@heD7.Y#4mL{菊Z$$yK yZy+@jǑx;]Vg@꠷b ڕZ!T:f4͊)LB|&1+=FKb UBwG>#&net]ƙ|ugM+2!!7.cl-u鳫'`L$Q4ҝX /ҳOkͰWfv SزݛJ-ۨ UFr\ ^uAH`6NCv*uhCrh@͹9K6@wܫ T%{0Xݔ(Nj4`jq&*}`&9?GbZզ.75GL\)6}GR H@"yߏ"w9xd`aXL$ v\zؘ7qV/Sjː#h{LZepA>-ZѺ Qֽw5bj?ڝ1ԴBp:R_< "|%<@vJl%?qar"@Ӆ~i4畺S|$dS>1a Dnqخ^֕{,OOgNHNrJ%$-a9qڡ8KV.}W1vD{ND pIcì>YIx<+&+`#ڭN<8Y1 u m 6v^(' [Dźj %SRz ڕ4DY7FS liw\TM ؁dU)!뛸dЁZ!~`b)ɽԧOfPh>=v1}HF އ# ,fu1ׇSzX~ y &|xn3 'IWM7N؎_ Ga$Cl[Ȯ`g''-%:G(sDfFDWNqcu%2!xG_0WyXի"¡%~tås_{&M κ__t]caj`mp@ڃ&_[i8"ͧ PɞGؘ 0W!KIY#/KV@^ӭ&aGvn/+| ;[#) ^Q>brVRFn6+˶W*VθiszE qjsΣvVFwmqrj7BO .m:47Cf7Hŀ6nNy>ibKhϺ'7F4쩉M#`AU {p$s)~@?,@s\"~vX."8Lq(/f's)$^7F0\ LxI:m z$yszu6atO/sdR C4-~Z<ܽFwDF-zo*gjjÐiͳ2_r~A`88R9]|D\Q-o5M 1 &L}/m/`ŴL$[NcL@ 79$ciƀPysM}"]pb6&3w`ӵABeZa?7RkTN3D zZ=bIEaMrio^Ȫ)9Cy.rX meE85gQO ˦ٹ*U2ܲJ3`6O}_ đGzJ@_x'G&V{_ͺc?g|ѵ0x9E(`Lv9(3Z'|͇-f=~KkUFa M2~\|YZn_祱iENR$Atl-%ɜ+eTNxc*MoD7}{Y_yK~̹щ[IaI㥹>R s@gobk 8ӗzx@]*j PJTὟ6ie3z`KV!v.ðN2l1]. KD~aΕuC "ݧ=om5& HxعghuNBxsr*p$*;2'FZ3UDC)I6{pyJEFVD4-*0+r ?o'lɷO,Q]~g6' 4O5־)Sb{k40ľʅ>3! JX2BLͶ$kadF٤*3@+[YК=N-5[t;*iI$k+Y0 YA W2YbE v ZsJ"_Tp"^ i,siɆs;~ Cͯz1l͕A̯h9Q`EgswS@k}Np6$AtZE(rFZёic Lg)IC:c'WїɁСlL/>H{IL6&zM]jFoQbT,cQpYJ:X2C84* #4=$x$)EDT{AT@M/{x%{6ht 5`;u+-Zq1{WB84/ֲVbvﻇ1['4nmd,/vL@֗^խnfySzEϨ{wjm'hZn|T􂘭Fއlj)m@ 3*$v{$9ZpMg_iiZ+aꗎk(M ?-8g܂|fP0N ִaO.~FAzle<ZP;^+_S8%Cg}v@x*L0S[}ѭWB޿}CD,25,D*ΎDqG݇d~*# M~;P]-AywҼL-b-~H!➂ReXRɶo8b dƞKV92P^ҿ BBݏ~QlD7gGT-BcXUAwQW,?ڧ 6r8UUIVh`z=5sxnWU#nHzRCMՂCnLN(C혇S3}h@\s*gb S{j t\|]EFXpld ߈ H Aw513`$>R‡CU0Bzr {a};P{fw v,]5F)[rBO Bb(s mp6$ke,vo6^4so@7qs9Qx=;p:y 8,J;Omcw;_ׯ<LjSXHJp̚⊡O=ΦT#[_\\k2Ws1YʥAY. r!=ۋ@jPN+$eG˓quZߓBf8L4K2/ PӭPuLq:Xg:y5jk.[Dco.!rZH 5,rqe{¥tR㲫J *2a0g~;>J&( #kuigtKNX>GF! ;JRqhP#14unџi=ÁrP5:W=5^χ؁0*g ?G̱Sg>#bJkc@鞓|0%-&% sPCK/;ɕ@Sߚ4ދmvblS:'f>"mR2wk+%XI_ Y0N?}Qmz~Χ9E)ٞN/lܖ&h%gj)a)`Iy X#:/ 0%e@ZK>+nϼ9D(~[]5%ςF=7ψ<)(!C(RtQ[Cu=:3=|фYDt;%¥Sqtw;#鮏|.0r~6gs_r4?qxDT`d5$Nj!')?4ۥA=APY`)Ѻ\ TI\ٶ+ 8"Ӳ+s~d9 )|!cиT=l6GQzQ+]tF@E v 7ݳQWy~іfE]ڬ eWz *CCATEdp{4Ddh1)j5d8MYRXwF;jNM{sTu>Г<7f}q3{A i-s5bA׭_VN땖(J~lL%"-f֯} ODadӹg2ҤuJ. _.4A``OZKBu-{ugXxB$R2&x9]2j){wh2RECSINmĤGiڿ< g̈́rUW@j|-NɓD`JiKbp6x:KiLs$nN>WE\{iWGeɷ*c)xziuZ5&Cg<%O>B?~׃0(z1iK~KRQHZn ko+AW5 Q'zU* ?p$Sڟ5bv,Fy3E}rnqYI z/$>&غ@]×R#qk>LC^엯N5h$pTjqJzcrw&ԶS /JuAy+IF`?y]Z3ʁEۮdQu&R#RFGeSidIsmx1'F|Reb-p8Vz@]-ƺ!E#F6Z21Bt+Z;K8͝4h Ѐֶ d4:WC!o'IϜP4?jÍ'6ץ PCS+R>]*πsFMoibWۚX"8}lX ._Q"r mdߘ:84")nI52YZ{{44.巰no'uҋigڄ"<"z7x 'pdr*G53F T[ԯpa$(3cw\Klgf+u2ͧ/fate_V?fjp(*9\#?*j9u0vΣefp`$iYŕKokN-L'm+Yknb{ Tbq ]2J2!yHy #3?eID~11 S% p1NZ012WA-.G|)WC]Y'6\A zR ʄ)ƬҒָ ~g w{*1}_Cj|4<|.cJE *" #Hu,>q67j!(JIbY2аrKf-x**R=Uj+uhkfis2xj5xr&ťD&z4)M"~ṀNll; (-+C):; _Zc,7D`{iq&ڦ8sEPa:>K٣tHZrh/G̾x zk$ON@ xrfNw[!#+a ikt5b^;hi01\ai {vT/bX7ef3tcޫĨS\ @ )׌6tX$&8MGN=䐁WdfG[[jPҐNG6;8_I5EaOn~\#/GahO4vX5G!LIâ1/"N^cF|3ĝBgE+LBX}.d'Ñ,UhetfA/,HLց A \(4_j:kƈ88Ī.]sI5ZD4"ɘ7:O2%`'ͬ:ޒ Ifi󔢇#M\/੉r ~i k+hJ 7-PDԏvyC9=$z@6MБsg>t&GqHn#jI#t{Q"@kP\Dy ޾1iZeB<0Dv5\ß i8I2ٰɩc#z,yK'oWnfǤཬ]Y6IAN@5\jA6>aa_57amJ 9̭yfV6d^Fבvs"d2~5)4}\!5^;\))s^CuGPevB?K!kҚhrUaЙg"NC?fx;˱ܚ88.IM)_tgs˂x幜;+ x%.^Go,ű,l^e'#xwNlw"@E~i IBpP\ps\G@݂hi)x49vu24@3էv)ß$d#M@hL].o*S-Y$dl"豵%|h-D*WgMO\Z,$ɀWrMZ.:#*P+N݆RT4}dS:QEπ4WUw—6 }эe#F0=w9w1a| \ m3y*cVYN2W /!k_m(.-nk9SBYVvȁeBvpȹv,+ۅ)F%3kQ%%CN]3baKyn[FhAt )q;N=xqPIx77y{ؓ;\A&#^0"y[r3L؆39S }Ä]^u(T ؔxFt)Q"ra3v }rIN̈́Tb~A}FT^CQ ] * ǗJf2:?qR.x}?[y&W.,sL(~ M@<6oUҤDП^v6qzjH-84b<0 0 3;'?;v$0ٌ:<i. EE1]CKDթo)2wYd w4^r quV5vLW Njy@չAOiZ!? KtX$Hx}R Ζ*ȇ &ñ`;',ݰsՃ"5r4CH-/š\ڨc`cF^ 9alZ<0}V03֥]zzOl޻:%ȑ\8ު/:6AǬ%s0_%B3#YEY3Rebbu5Ȧpc$`o&/Հ *-]z _5 Vl2\0,bϓ)-H@-<$#ɠɶٰazD05ζe1^qGƑ̝~%;fW9;evR0 Bjzǽ/$Ս4@“ګN3P=7kĔV.Hsj"g4Mܔy+M]|(HƗCT҇q޽^@lz)3..@ n+b:!gbs8Q#C,[E2j6NA]i}* ])l a >}f+Fds˕<Ҏtr8Z+*cv=hX4Ѻ6`\EPz ш$ȴz79C +:=&F1p[mec!Bb~A"fFq 1k*Gx)}X~M^> zhVK̤ q.-E7\F5qb.\Z潴~A:LLOߜ#m/ ;>[JHÆTAk N!R)R 'S{)B cS[K0 iF!_P*4G. Sgu ɕ{;-s- th ,|W8l}eճoםW?QaKX+en{y 'JCNǚp%ԉnZ"98L者uHl:JM!e I 8efZK`N|E oՔڼWv&4Aj&O 4 OwR#>fpJʥY}bm{u?j &o&Jƥ$;2b) h=u =sIVC^; m$c鬰0nD@$BiG:qĕH-},Qs!Ke2Flm|"tDo'uW~ݥ%#oKm ~{B \2K4%:-"(ʤR]Z紌OW5z@`a"-!$T ˚~yݴ.N(bgg4(C~W5~hor864*gzA5s,AR*_GW1ྫs:m1n|e *.pqbͦ-4毨9Q[zObfWj SrX CT_z,*;gO˜/a+$I |0ϔ@}^"꽉m[.y%-2FTZ\ȻmZTex-.0&EzD9}\v-~]L^pdid짏#Sxczdپ@.V!ΡjSEizzn4yz7Xh摬_'Mx1vS[(vum.-AۄL1]";>Q_(hMۣ2)buT(vv xYWC. &``~6: !/C}KAMy,HT;]Yakhˉ'Eٚ |)Qhh:I*( Ϳ)D  ׋) jv!*ʅؽ#T#nZN Ah@zUG[-ޞSxBX2|wٙHԞa*(i3,U)xpSH6\?sL>ykQ!\3Dmgk}u\B ` Aȁ?w NՈDW;t4y9rֱ(Ɖ "t0O,/;[JֹQj )6g:c>_Ͳ[u. W؞ree>aTZRP3)ΓOo&Ͻ*[sDTfMm*)I 4UpSj fRz|Zz\Tgp\F [ 6#=k@![A:<^?ź@&մ i. ^" W'MW21{o1e R⡢:'J؂tI1tĩQ~3,"1zؓd|}y-GYC? cz71>;7ʡ\^jAJra Մ@= 09/S\ۤT4G/ز2`e&VyoȬ`sHA*`Hʡžmۻ괯dGͶ'@8_yJ`ng|A.!^7x N%M޹`>G˖1.ce/kM޴L7nD3 qϩ H ~ډ !|3Ra+]j_3pYmd+n#Z#g5&f! pA"q|'^-D#NT Ic5'MW̬z{Q~,MA&ׯuKV**ߖJ͚Z4זZ7G|']B{))i کVc6I,V)(T>0Pyj BP_D;(EE$mF+N3ai0WOJ jA$~*rr$5pՅYGY%S$7|wdзfܑw6ӝ$>}h N aUƏeC{^,.xl8K[jq+6f,h.-,秅+!JM(rWi]J5>&LNDM3ۗX<ǘcȺU}0U,whޓq_̂MtLꘗÎ?Wy3C2_Vb%HOCb߰SPާ+Y7a;V&4g4AL.ӕP~2I[p8'@,Ǔ:uqr7OU(V=Zp]PvÃ],֋ԊYqb+9j5+i%4%LP.&A dL1Y;‡ 8^E>ݔ _R6Hk~54wz7alFHq}.BMH Q:2Qt1̈́G@W&O'ŤfV/~L\Iñd^~z^)MH4J} ;%iZ0EG6g/tu]$8*ݪfKtN-(i1f?ZE:t 3U G,ZAc< A7Y9m߽1/P;'TϹ57o b+EGOt؇Kw xH`A1/YeZDo_L1)V#6geSLן"kl'^&&K:DMDhF[\RQo:J@ JB@y_w1[l?+WҶڸ77k_}+PLr@t=HgJw(؜>+҃{lucle/:~W-Fƈ𗲓ڗ~l#R9Rt}>õ^! 8\l9qS]bc?q} @~-~:+Sܦ{JCw MGfp~.E[`\uBa)ЫWd_ujה$#R/77_8CeЊ}5q匠65gWW;f,!PBNI'AM[Twfhώ"ʩ+iql] ENOM垾GAJᓄLDVw;[#g91a0u}+zr4hxUNr6D׸ܖ(\

}|AGFJB:zٵUGHSVSizbjTA7](=gE2?Jן'"8yVQe,B%IK/]|RoB&b'6#:)KZ*OCVN4(i9uzTNe?ڌvqPDI߼QD3G 1EL5LU)$jY[>mC]I2iƏ aCFR7X8si1/(I}&3Zwϊ # (_^hj [pk-APYUG:?9}9mOHm2MJRʓr=1rucT \s(ZT;m!wxU@AW g TBbNϤ/HDIb̛e O. #D$X=9/%(/ Y5WS\+t#Vh&}dCRscHI :C^9LF5g0"@EA^[>?]j9~\6f{M-v?^X=4Ɣ( ~̒XkJͷ;4MšnQ(D0T;NiQ(ڗaRi9pG y^w&$kG;k([v!3D\bI˞!0|XqrlmFܬLƮ6xD( 򫳪] J^]<L[)")5ԙϧkܛo)ch|LR#ֈۖy[)f{;BQaBQя+cR5XMU(GʲA}eiRq֒1+7H)ar<7@%j8)j >ELӺ j,ݹgwֵm7L8>]+Y),RvΕz(=Xc4(h/ȧł: ۰D(vKerrDKZb!<Ɣ ]C1c>pflݶ2.<+{PeP[[\=Ҵ#I QSCOp\uxve ,߈4Yqqb#LJ,j Ƭg0 6`鐰^)c f`B$BCCibi 諭Gc+an',zS4, 4[)9VI:kb^;'rٌ䪕1]{o:0& +]-iƤۦ##@io$Jv<ŷs&97V `617|u/2<~g% .A;Z tw\p9y:+5// 6K(Pu,njen`%y@y 4ZA[ěeM]F˛Atg.3Ӄ{K`e%9 $Oy-eU0Ikˋ+hd.54~X'4NSD$x~8/X`hoхWKPhbזۘHZW_ ԷPRF]EL6D8#lJwRn4 !\N.Ԙ3+4鏒QAd\RQ,+P5y;kN aɻҮ}TNg@ o12㑬C,XIWgL (sćC;ֶIe&BAZ,@tm}p 2g g<ԡ0Xplf]Oi%>+ },;^}Rz_wF[*Z.8Ë֭wl tіFC!m|A/ՐW4 !T\~O_澶IF*ǖXJ\GɁ9"ev<2w+J4K>!#^J( $":GB}h3 ̰sF&xI`$*=6|PFLBnu:N<2֗Maf|.I:)*ka]2" O4B0UyoaO\2~s1+G<1G4H};';~E5țlQcX,~\\yuI2T`6 |Md4 q;8oQ}6 S]Ȳ|1N 8SPP{cZ'_15Fzqr) )M^ W+'6LIt+0O]ý%i]#>_ey)aAED;yy*si Yq{⿸֗ptR*j}"LfIİ\C9Fkf]`qX{a̢0gih zmcP27 P['h*?nlñx,dZC ɗ ;A.vk*5e'$C={AP NP:͸FÊ ={oM]Dͻ[(cT| e[(?^*.$-}Z؏yV|9{}T %7Y dӺ{ݘP|dch im$+Y]ZʮZFoJ}.jѕF=wuݘDx,}nD\ b$*N#+8 zd*m:c>D_ۙFczPPX,:fzrM}uq%ܡҥXrnᬶs[?j345biC GDia0,Yu! Jfu[C@ f1s̅ z< k:ܴ/nVٚa92Ohw׼"?-&AOfVދr Mݠ-sOI{<'pX Ƚ8CD`ӷH.\9s BkΌNd_N۫Q*uoϭ\ӃLlsKDAsg-.[1U;1{;!.m?*U &<3H'NESYzcʸN+К]ǐӅ1ռDw+]6pzT;X5?"$[! N>xE[x$ mk[re-kiR /(+*VU۟~14;>˓jBGfTL"X4XAW(p@x,_3ð _j 0Al--'jY@HG3#B. VՏ J݉y6/ߒ+W<4*{D?Hg[VaO]ȪeԙLl 멫/֪`dFCh FmBד=HuGX#UAj~vܾ[Pƌr(ׄl0Ӓl.W ,rt:X'u">[A0~\c-3q$FZj" e Day]v+„_TwԤF\K y:Ǘ\c$ %1{oՕ"gxqw4)((kv uě!K -(?p2͔jQᴺm4Ne)%.NrpԂU_~SPC[UyАO96dl1{gl s!X._=yh0TzW 7jT.w/ntt덑gu#;s7JVV<;-l, fmؚS<[J7FgG~q]چ(0A@LHxUaRe-Ny "Oy CC Fx1X}&(AD w歂C1ǘI3*$V#Qr8z'RQ8'>3?Í㸡#g=}Ru9 WH"0E܎6LN>~g A\J";+ C37|\ۙY}z?_EVJBe Z {FUIR ɥUj5 X4|kCJdnSuy;NCؓC9`w:#7n'ѡ:Y$bBp$:"L4H'jhQq.N. PO K}D%KL٧mirG3ԃ(et;"#$@|d >h: ,m*qebyۧLN%bm۶wR(dW]J [ڷT\~IwZnKPO_nwR`oʪpCsHX@8e+%;u9)1]!sUnA%wd6:ԍ G$Z<^$҃PpSIe2V*<%` <3(yؒIBsl2ziϞݲl]< 7L#\OI_Y[%Iٵ4M]?^0;=Ll0ZIEnQEΡ[x~%жO-՛w~ {_t(BiXܒOZU.ؙlYM n춳@8olMaI̐Mm<9Gy_vœu`B ba`OX%K>? ?v5ZP1K%4C @ļ"$DP[_iK|"bIfu(p_$R.Ǐ|gN( ^xnwjp-63nx1HYjپ|Nk9Y>*jW7o"D ~eJ׉V8m0rf/XgDs%v_$<#ѳ"ؐ=zEn vh60rR Vp #򉭟ݬ5G9΀r@x.xĎxSRأT^j,29[C棡!@qVVTۓ~KWP2H) 0V;&e1;WXXIM-dgOo;dsMi{xsN: %{ ԘGɗFӂ'0:\LQsqq.'eV JqXzy F!WBL ZB u[1cwuI{%y!lfynjQ&^2i:OSI+ktyFaCTn"c$ sRﰽO8}_/NM1dg|wVdUGЄ}w)xz^p⻻>Yq./i-D7x5`IÚ,Ri\|LwN(G$!G Nv 0hLG= %Iqוz k3sQN=a|zg>QΧTm-{@^lԽ<wX^`!gs$L}<H@pCxqq'zH*&r 8QKO;_QTC6х/[8m<\[7aΈb"o!tݖZ^u=9H.xEZ,XfS7$`vR*(|@P,mmHZϜ`| xLvnlvt]]clzL`@bs'܋ܧQ[|1qp#vh쟊ϊ;dy {lO`Tk[HA Y(g5=u*|\# 9+bX<5^R7(Ah yR/(4L}iT3c7Yu?<@%_\0Cmq#;ΓܑUiZmqq EGU¤? wniU2Hs!+H',9ORc{ {K{tWsoxcy|3~mV ?MMOFZR\-+r^G)/z0$N/hr}7ù=`$Yu*. [m1;`ԭ^ K *54>"=D^4#p&iHޱ ر:.YʦZae`K SQC<<j1f=:XS_)cKşOtA kq`Q?9 ..ic Sp[)(rB0!ib`4y5]$K`+~6 #% ͕l'Ma=)%K2ÖM/ \[,'8X5zra _E6&#tkLX ?sXiwaKzGHo 8%*$#X ⅴ@+\[g1nȑ'V|R/L0 υ{_ jo{B۫ӸLw*j,m´IX0JJU\D ܕk,;77ꏦ{U FD/))fzzgwqE"s8chDMzޣ]N5GkNV3whM{Ĥ'>j̰8to٣j`0avu/'65i(x7@qlg3j7T >mZPm J,heŊ!mTXk֏T"SgrμPè!:C*09(;X B"zkxAz/*eOmئM>b.#]U.JC5{E iUUK 3Pdr`%R ,ـOCg0PDX[FNpPV(,}bJ@\H\@>OmS6xt'dރZrUC#TaԖզ^+rP=Ԕ8=<}r M-c4-ntY='Kxp@-a( q Ɯ!EV׶qG'(_b&\N o7{1RV97H-NUg!O'v'ZhGEAƲecL;; \pÐd <J[6#`xG1 (Ts^3u dZ㶬3LWa"1 EM1)YP+T,.\5E֗id?; kpSzHӿaG|BDKeI DX٫-#*<~{L|6 6JUgqf32gK XV+믒,Wr=VfJN2x>J!>ki LteeM&_s8NFle\&(Fm;d轿nEJ~Fkz^$^a"*euqL !Š{ۿ?%_a3d4mqrlhOEr=EOj% sq;j\䣔H#lIjJYjC#59K ܮ<,<>/h>ySmf;KC$J#fG 檹Z(rpW8n3x!HndҠeK(#N~;s^JTxZǰO+M::#$enhK⯏M ҕ{?v;TZ$Ky/$gžWM3l56ʱ(p[sv 2P6/䮿4ς&i'ŸDgE.]ʉ/ڇYC crpo찯bb#RSBB;{NFn%nbF ?P}DpUńiM-1'"n@Ӷ y,%< hMgViKa (&Etk wD)3 F棒Vg,.f!9+~&U֒D+0 r1dnduo;I0@3!jO:P:ʞ0zF/ΐ(~VD#,0o.,i:L)['umyLx/սX%%4 Hhy-:f8_ f,(n/t7o}ǦnEɗ,荎ㄎGfuSVy.|h׻HmЄ|>(G2bp} Q|8~ŶrLzlob^,"={),t\shs(a[e "W(G:WwH3Y8:L!5 I~Q9D}A[p{$7 6^hqj|BQ^LUsh߄Di.9B=$rZ?y#mhM-qZ݂@A=wAK@LWyZ K%L`5$נSt#}ܚlc;0LBxä_ɝd {t{ {{F Fj8GrNlAA O&lw6m`IcWӜ',p\gR2?*+P ]a=(y6:Q\d@فoԪ@. "$&Y Cd13 Јt 6mt ;|'+=1eQJ9-LRZ:za3lllԜYԿM+[7M;rt> g=^8z/*H'kUjP uvlB;Yx\WJ ^w(*y@U@d'Oa MeV(Tom9FlCq6Q/X"5w̡@H[̙8Đ)3 qtX,BN`=T&NKSw 6+n9`hhRb {{|DZzR`gt ZJh>f.70!=w:if%4bV!E{ `JۅhD.<#ss~k컱p4z[ߎVy nK kP`۳w9jp\3\,D_nጼLbu []zTء+jcD*θy><^Ltɫ]-OՋ1!1WIxv `DVgbAhhht5mw B8yG-b OMώy©xK}p^gވ6 ,#ߕÿ?bmO\'~FjۺQ+U #g/8TiY2z_-;\D2R-o!0vz?|bwlDI2U_0p矨@Ѷ`lXsq-hsLV箮4>R м?:?dZ|T=>9۵d o0 `W 1d[[(4兤,/X>ہ$SW&7C+KA7<$PIGBuT |s Żޤ-%̑=="pֺ;0 _JV]&7$za2I/>b-eh-]uGʼ,  &FAVmvt諐}}?īwPDD$)gZ+F<T\5G"ʗ3qkHHGE<ָQz3kf_il|qǍFҩ) ,[s] ֛&Fʌf/e_\᠊~UYrm^!Tg!\]y Í;Q4Bahě <;,A!*)G' k2_J#>p*Jx=XB݋ U%ls^l0|G`jziNu,fq|f(_8DV2dGoonu7R RbH;x͵_T8x_cb Oxܯ;Y ٓIJRk s0W9C1>OvBma42X$@˒+)yz~BgQs Y ,8U=Kmt8bX"D^}PAd TL3Yq?z 7Gkv#Ct!xL/M`vf[`vɅL [ <4Zf#zz{]mHHW<Ҕ Mx_aА/,%K<ŶHZl<`)UvאѨ!|FΤC#vaoJf3XGXZ{rLgUKa! 55 7\Y y |hrcOa"*o̩ӛW Ubn']I="%hHZ TlY ik=f*2RF-  ة|'-zwf6V;&in?_A.uӱBG~yW#R)Fiwj"@m[Rmj38Ѹy .t:Ji Q:g<2Io=`nbu;pZ %j-~k!Qּ6Bޱ*Z)mm/Ȃ-ۤwB:)o.@OlWҷ"%Fb|u*Ye@.yg4).6݅5,܆hJ1ѽj8u)pk[ Qmat>ϡc]%qȊsct+vlo5ߢ'iGDXs?F6^bnFPܭp0Htlݜ9^òtm?Ls͡jS]6 7f;ݲ;DVUK2I.C>7R-M|ݸ#k͓s zTf12/}IK`JS@[L.Qd>i,O7[&z*EBC s4}uVxI\)muO)!,ܰ6jh%n eaϊ-WI A,>ĵXwIWG;?Yd#YjhM/, # WB~[V͠~v"2A$*.a*z0ԑP$o4P })W@=QnJ( mn!i`L*rʸҘ55_dmƮ{v.fb;X\Gu Uk: E 4^/#Vo@< H"\cn7?%L54EB@ a! Ёz1 WUǜ)=";ji$92OU'(rCh Vm.4CR#BQ?i-}ID's!yeh827^]qnp5vl7:c ё>c(c 1>YzXqOذEYs.k8e ںsg\a$YˎH.JOmK!EJ i9#OԈ‰khOᅛ2͂j0.ͦS%YXAEW^c՘,Bz6y-!n~2@+L+ft\ACViVe䳉4N\@uw1fnѢY: \؍Ih|$PmCQi0YFacC6G4|DRu}ʒ"mg)+^@Aʔ@;JE0аԤgts:O!&.,,e~+Y22.jN0K.zڊءXHI$ 2h+bڲ& ?$ؿ&.18hyƲXk(41:2lͦtHPclF0E2 5Ӯ~q<9ֶwg~SƵ^ 0}t'lysC&:}%lRd9:@ܓ-J1]4;qo]#fMd )-SxADߎZ͖W7M!еp?^E(C 5oyXoT L !׏7r )nkN2 +C.ͯҪ49 p-(Iw[Z|>W^+YcB=_uv ,&Ρa8 HU/"Ѯ=4^\pn(yeye _>PM٥'KM[&\va@ ]t3#ZBC,Ӂa06*x~GtYM;IK4|^!1:EC^S1(l@^Vi pC .VdDwK qn*mJΌq n&.j+!A6?d9|gEj;Vy`dx U ΠYΊc1ԉ8la_qvWmvʛKZLzyfG}kǵ|f篼禧2'8OvǺbFTC;tx#:Y%SOkސl%uUt L Cy߷m~jGHJf M%ڊ[6^6WMUmICAB*VC).aiAh3J2a3$>zL37};LhNXp!Q\y4YSt Q ^{{g߯N V&WCUQUC[\f.0{ J5(2x҉pz޾gQBHPfx< Oʟվ];(F1qүnq7a!!6$ sc}QG[o){?%_ sdg[U4܆AmTTS1Tj H1{GƑxW(nv2Q_i B;Ίj 1ܖ*4tn58G@Ԋ_h6K,@%y059d^=^%͍vN}}@9 dS)iҚ"f/Fkb߉҉FjiJDo\7T: #ܖYaX ]A%~u%]YؔEx҄Yݘ{.ms ۵3Kp{KwV~yoT.#<7ȺXa ީt ЮĎi#責dI˃s%5 gNY쩘4+ZWt@@N#9.ɓhV= QVX$I݅ KOZ])Ɓv)l0JlǀDQ}UR90 B[7 /0=F$99۲WaH&IPt\m4oOv 7i͏ ŷx*hVv?v:E[\DcCLvR&ͪ'k{*wjjNɵ#[%AՅb 玪~?߻;ōP*<:e5%AcB^v]s2) 1zB P:3t0YaD*E2>1iF}`BAUVD16s9ZWۢ6LBsb}ёmJ6)Ou W_j4{T4{y(`h@eSZ^N [$ _#?a3DO#aXx2 OD(!5;K&Y|`*1jsEXpB)5 fHvU4ݣV& ,h'㬑57 Y̭Ydn]G3@%ъ#l)HUk nss3|ٮ@\ g8W.V:' ( Dhj=t9\zD5DNl}pЬخxJc[}f[̵[ %Ykv_Nf?=NC@̊.?l^m%>jʑحI)y=x/Mdc$1jX:yx#%P&w|Ydveg@1r@;nE,E.G>XK'/P|ϑtJTͷW?xoHp_7*:+0$-Bh/ZvCk*GR;nky'LJ# UnH"R1_q(`3N x5gWk9HRz/MOڎ7+\Omw`)'r\>wJ[cؾmF&<Gk+Z|!`xe(DzjU" cFeDoѹǍQ,֠ZPExDMeYZK3/t~$+@r{LBR0$*sf^ q!PROVLZ1xz[t1toxq>cԒ&c51M>3 G338}9E%ͮ .~zQOuZDfl67(|S&Ƨ22:72WS3omzB;`! 0s rK 8(1,։Bfp ;v6NPG,l#啋2.MX]1ׄ 0X o\`+b3ǻN*̅d RƬ% L?OZ3%bU; Iژ`^T,6N7gQ;fe}@hd\oi}︶r 0EY>Lec>vGrmG(]́j!+Kྩ@׾(F{'is^I>q!RδɾsQ!G}do0吪bt6 vy}!4cuS9b02] 5N,+7+Ж}HTl9r;3$!ebY!C*>r菤G":7AE:WPNi1jI1ʄ&a%}4ELܑ$op<>R6f8B (U^ &Yy 53NV|I?Ӯ:>!Jw9n3^H%>`QkC* h|3};0xB\YQg$Br:=mB#[ꓒ2X` Q>&<@k,B|vN"ˣ\:&T(+43ȱ6J[ Ilr(,yOdNW[-WB)aL9eSyycsct] GOĨIbT߭cSq?/pCi!`W슛,pm JDr# 0>~y7ukmfwprCQsѷ7=_YnIXӞ`P~~Jo ]پ;S15Iؚ~ J',3_sУO h>vx~r8w8*nBӇkq_cKS͠*<8ꧾP*' 33g+j֥G2 4"1W%L; aX3Pɾ{Rdڊ:n~؏_hLꈎުGhW&-'^$Fx&~doߠJYݫLd7tBo> tE/nyu4M 4&zճFz~n!ǣG&7f\G TǣaMʛmx#j l}=WN{V̐ZvH^CL;f>x)i`eh4DL-rX^/b*7K`r*:,*.t?.v^OԹJ=ڌԓ_et|"jG)E9{9hr>d+M t/.&*c< Y Ĥ1w~% dm TIA`\ʠ}F 1-c:x~ꜝRؾ O3[Kt1Rj٥g8La8r4u9kOoC™{j=ž_NUr x1MΦ ~Ď{@yݷB"R15m+nPyO Ri>/>9W]C s:D3{c:,)]ph+W&Fċj~aı(]WؽnpS~%1vq$f$sKUQ|8TN:UTc%!2xP*uSfzD.Zdzf?S/ sM*#Ond?C& YfX9ov`P`o_Z@&Qq,a&1[8 ׻!FX4 \8ugkhx8o=K-5)[~`܎rK 6@n/ZZRA? #5 6`Nw֨Qk} sh|d<#A ˥ aSJQ35rA&*Z9:ؽ%a"E+BScw~ߌObrlllR H'b3ϵ(cM[%V>RtD-ʆr%XBϔdUbtibHW*%adnWtQlaWsT8;Wln Ky 9ϿaaXŘ+ 0ěÒ _5X9K!Ђ<;tژs_`ϗjNENvJdu=S)"=YZv_0^ɴSVrZΜ\tC!ei(W=ń0W)H2ZJͯk(;CbLp"seEX7!_Kl.BP.hiu>Y+iE9ff?Jsd9jg'w4chlۆ_X`}~;R4\FWŔ曀39|8[47J|9:>Q= @iȅ{$v{kش]EqysAf19R(ɎH]0*` ΄JzrzE叁DSU =рLf!5EJ35 #VB$AdGUGxUc,n k,np83(G0h]u^,RQqeX(H8ԉ%I$F4d9":#]CAO MoknSA&J<PO3 H9qq<#>) (|7Ko?o21ea(&& F,GY{8q%',JV3ueBF>(Q6;H!NlRyvANvBЩ = c;f? J](A}kȮY6Ƭ)0J|(qn( ,q_ ;o)n %qc} h_/4Ax¼KEkE 'JK\֭Ěcd ^w^j8-ewwthk/bi+Ŏc G>Fz@-*g?gxg綕y`b(!cS0mGӜێ@f;OF_Lp7Ʊ*A{C].C-}ƾ7kN!E GZ2.eQ@0Vv4lEz9U%"۝1AX!) Ühz_=I0LJAd^ec K |4b lH`)G|,^Q.e]Ex C5pm̤4W܋{Z}6f_{u lk'-qyOuͨ;n+u!TƈJp_2oe;.,R$i4"] bȑ ʆ-";pmU k~E$3z#)W?ûmvp"Z5UGDY,@_"^+& z ]Z &)ޠYu֏Q]ҩ.IXj$5](C&{DOU+UWb-nw>&4 H(D|3r9ȧ~T'"ꊟG:Mƃ7;O_o-E@G 9Jl6G0AǘV5~,ەفFu_4T=,XD1 A;2?r#ק{_o6owi3V7wk{EUٌN`QH;s_,ԑ{tb(1ezy>kLB27J qrbd1m+k潦nƀ;UH|WU|i/zf0ݞΊd+g{{zΈ,_iHI5vhvcyʆZm :SLOiXDAȷ f-*`ƜM7`i 0UlJ=L"* :%"h@ّƵ2v8dR%;}zAMKv0Rur2 QmJ5Å@htcz~ ^k)jPiHwzn@%5k-nìwh%'6v`V QP>E R{Z]A(C֯8jw%akh_J;Rְ-=jc O0WЗGU-$p;N>EJ`ES0n ؖdIATWabD3u*':(ͫVt>FvKvtBoU('1j'pOh&eR>5nG 5o;s#ڴl3𗧑kq$xM~7r G[;*崧䜡gg˟}*}jvFh<)]_~"a<ÙCŽ*byN {ƗlWxpd˕R{Nc]wp gΛ"A) l~yR 68QB{0|@EMuc'2y~'D@Xl0s20 pcvvȐs!U0ao];S0\RcKwTs+f 'a>LjE@wZsQ7L]BB$sӺlCKӿJf=B ރ>z3.uD %J)"= <L;! EJVe"c2ȂnlܒCo~^(zȗS ݱ )# -; F1&.:WPkyR"ЌlzQ,fW\pSe_4?n[4x)AQa]2mkJV6%WT6MJoBnsq6.X~a/rm:@Njj\ԂA%@ ɽћ| LٌS4\,  bQ%};ՠPB"UnnYPt?MS{\#jXY c=XtDۉ` hb$8H$wX}iDόgGٽGkdBצ_XȨߪ.ܜؤ}!-n!IphP#'Fz2I]Z5@ Q7' -8zNL*nл~^nWu4$;j\x!b$DPtCgg=m뜪Wߟ8mQ>P 6ru-W3ht=m?޲#Iv̶cԪϰ'36<!5N 0S0Ѥd ${2mF-QTQ{Z{C|Ez'' ځ0vCBx~xQt9E/㪜gff;Po[ZA1*2ǩ2L -Ž\j'EX{ڐ %(`]L}0f䐆wdYB"fh+Xw:zu.;.X޵"χ/(9 ;J5vv{O3m YP\Ds ٳu]RFƴx'%1ܡ:b ä7Drտ+:C:I G0@:+aŘ^tڤ0!y7VO3Y3 SX2o1W,?GϔnGƂp睦7eb5$N(0"BLP#M{QI6U͖r30ڷbȣd)nx@ e}nGv{Be /R݃$ӫ.6O J:o otRg  輬Ù^H(Vw` 0o eo5/&쮮,U< p*9I=?=t.Ϭ.nn[^ SӤ|}QZHz㸾f$L#m2"W^L}oT3>ĢE{ϬqWhE(z`N9 VK="mO+g{T |;^~eb>ɓÉ_aO;9aތ1.mRCĂ`xMKb(h7/6mS. h};+~b@H|Vk՜Iti>ژ[o%՚UNL4,XMčWQZeEO<XyYs~G?lxe d[I, &zB֜ S(BVE&U0 _]5rټV'-,XݞYWzq Te#B^j h N^"юZ(U7ĽDBgΆ@]ȅkдv:ɾRk7(JGu? .U87ƢMZ. K bjt>i\6^fTHC^Ȗ~p9߱78]N/10ܫd~CUA=¶6 .WT%,NKQ sAAJмyn;.Ȟ-6hS|'++y%ӾHm&Ϟ1UdzfQq)Cݻ|N\bN2xh{r!g9^+3e3v&G]IQOjHK1[<EW!;_y.DD\wBq(j⅑KO ['BLp[`ۆ6"@FQpϡ4ݖMI:"pC֜?vT5fqr)Ez4xy "ouC!O0 ~c! 7N@9%zRIT1l)Z&v5q_JTL&Ο\9CrXSMgg5{ezD+Mc~pi: [h1^7hboCAc3F~>k<9EcTRWBNzr\, ?A]Rm3kx^ðE lVnOFt> nE ч*)&4@ <66?}Yn;<װ*u[83u 50d<Q e;:p9+W/NΌa EE0"ny?&0Ic&`Sesǂsrcr<3JCӊaNF< *w Ȱ5X񮎑p7|^@õ{+KޛG8cXSZsyKSVgn"{XU[N48CS̵X1 Yy~ >sCh & ;Ζ4i:>,t`k=$àܪ.l' 8[%d ;pݮJD|~=b!8~fm›Li%P:KN7JU0x^tUnD1nV*6 f~ I۞"(f)lGY+tbD|T XDfd /}6>倃Itؘ݉ 2tu띋nwt@$3` t Mwb<[ԛ}aF'NՃzhw M>1?uk*@Zħ&tsi4~+f[>rKqܐ>Cdֽsy/7yxa98mLVMˑe*Wf|a6ʦUXsSMwׇ--s! mb9d$7><`>  G"JтDʙ5}šlz- ;c_7Q@f47dKJIzX3uJ@0?W᠄?ް8e^yJWb^njsT1^* =){Fd5: -1O͢$f9X) ?CY?v*;]><;c*]᧍F;&)7w*jó^~+d1_aPa-,Jk!RD.~4ߨ`#(lMs?ǽrܫ؊ϊp;LSlY Dy, 1*ٺdkH &ʛWé x=]G/o0(Xid,!3=),vlolשQgk- d_ݍy{ti*N3 1a>b{3Wj@|51 *f\ڲcpWXFS5\)*!4o[UA +<4Є%ZHia@ h  07>{<>5#)kahE^~Ǔ[}TU0 u}"dcඹl"ba4_Hv CƑ}Zdq.QT@C+_r:參mRxxԖg/4npw?< 2u.,xJ)Ch\gݰ}t>:,h6MyseF!R3ْR%odjYVF210>+(ˋd4 :/h:6{A].R8Yv 6X퐚/2x:@;=~O]BیJ|nbaj{m*Ƃ%w&{VZa+;RU⩳۵V<wnyM2Zͬl2F[dډ{<$C*a> }n}sv[~O_(ɒDq,X~d:n&_7-G.@D\P~ #Vr '4Aj@mp5phCyZjJ@7s $`J窑]*c>X;).[7ܾ7$ᅪXT nQ;a!b9sR|OqYUZz Ԅ h2+-ߋS}v1<>Մ[c ]N1f{kD/_} Bn&<۬{/h,빝`OQs9  :hƇ;%zu\yO:# ?YДLqP|p1t[{:k&medRʒAUWv()B8s՜Qb P*k1_Xy\?ۘj-QxكnIN#\jn]ŒPG !zo^[a5rr ,rOo0;Д|K(m;G>y0xeM g+ =f . {'vKcsh@M!15%l*Ow|@>t팠نLܚϖ `袓ufuF5iA5C;\aْ&9:@ϊhMTڿ~>gj۾m 1ݗXw+"uzU};Nvn/xteϼμxLTCQlLy满 sNq,C ]JA "As\>n1Yk2kߨrEdG#4ʿ;F#ϥ,2:GiRUeFAG4EomWvgN~c(ch9A> qyw%=h,E VJBpRh0nrIL1uTL|^[C9?R@;Ek2X1vFHTg0&zp 7-}:?-QgkPLkQ{6֬CIؚV| ]٘ ӟdEɚ &Ŋ](]|,_K6f zTgr.on}n,m ْ"dD1\>4xՒCGxN~H%R5)'"7x7z<F;cze>XQۯ,(,6B[Q||A'=cX:#EZU+L]AX\-1Ll%!ⲷ.MY}(&-/BīTuA(|(cu[bAt֖UL܁`qy"FHdxU#)AחP]|L_:32b <_T:4* %KK@P䴥c_eI6[V5@\V_ڸh6gfLgWDKzߑ_ƕ 3& $i]LX[wf\z$Fr=0xXQ_+%+" jy՟&Sl:z4@RO\ Z o2>LOxRq~bn „y|HTёoXb>RGGR5l9c#*kŢv߷TBl?V PCy+q#j(2Xh⮑oXA4;_ sSđd/.7K  hꂻ05,'؛Qhjddq4ų3Fa~AP%4ͨ@J\|],XZ7]Աx1{RM!r~XPydk k}lA`zPB0ς^*. )'5T/mFkDPMӞ^YOk ū6Xy$z$=Efջ Pˣ/`=]Qwy7nϮ5]v(R6َέ/c$;nD-o)JGnl[wʳUJɨb `) 48a˩fO~CW뿪#(d0=&  e=f1ILk8X:-9-=Qqm5 ͎9ޓې[HFWCzlac#4uPlq~քTWnOOm8rtHޯZh^ 8^!ɨmLƶ8pi>D0̵߄% ZeĮa.F+{Vf&B ߩ+. $7IJ|_tA 7|O< &zQHwHR c5l<~n0n-VQӄv]73!t>5<iŏSTdSd%t= 7ī^4E8L'ݚȬ֐֎L-i~G!oU:J-fW,N崔ҁͤ濰טB6:ȱi@Y/5Hx_fu: ;jVu3bY %'35W qOS۞itT9(iϥ{"WPwHw rB]X{d{S$L)ofĝ`#zYTpL036tqCg!)JSls -02hWT=1W $6$݃5Fqo,Yӭ<ܶ~ xu.> eBYQb.*p,`%%,J e)&X<fۥt*62YA~?_-S5>( [x6XƈeOk4,P[k6zP B9P pˤDrLZq$>Ov'(\f fMa鉴W߹bA!G ǟBǜP Fs}i)M{Z7d`"ρ"FHPoݵ'OJS4 o;P"r{44e e#P dHo72 wxaw(PHW*_|`#Z(;I繱E}F)>r273ߩEG!=sHB)H_L4iyoU( `E,71?rFP {4g!!HӇA3PjB95f Qy3VPn0!"Z*Lx!*k7rX7ؘEQmirEhK%y՝hX)^U=aypF{pHl8OվjgdZ̪pEQՃ3 2mz 0-T[*Z-d `I\ZYcEUM> y6/QTroJ$P@3  (} h{MbU&`v .0{7.8, m#270OŁ$ҖY"+@$}㍪k!::j͡@:~P[:5K[gO3| ݪtA5ܑIƧ-=P Dbk>xg6!E/'%dT|yP+`hX"' Gb6  k!8ɁXMak` 1 bmI}I \FmmR?pHrczޙ}*۬WT%[4-tAr4Pf m1"\@BGeSzc? vX(] GO՟eXAyT"UehC ͌ʤN >k(*fIpQx*#jn7e#^`wV<-h7 |__ͿM7@b!ZdլTs%[B奏$Җ_~&™So @X_)e 1P[L:DJRZuyԶ^(ՀmgMϤ`PDeTl-9b67|=1ž; jNa'} Ͱ%*S#Fl [1!ܙ1RѴqkIQZ\m8- 'bE,?LD5Zh ~TY%1ksm\ht 9}JE k~3S>TtD }(< YL S`Ȯ5w=0̜F'_q!0E?s^rѹbzH$1B UCߡ9!\/2qȈ#T<Ԟ6\ߞ&diAm3/~6P׆܄c B>!j,H;?M}!막jWi16Àlw&*݂ht_R0eP?ȁ.[_O8hX]$ ݝ2:c)Y=60PC:PFsxF,Xx#> SoDnKӳ2gӀvFNN4@|avjYt-6jZp;wR_*6!٫yltVbS]s6V(Eۍ15Q2bK]ZAVWX֖dvVBxm66gjXVY{ r"koFSH/9[d?ZbCɮ,_Mjɼ;#B Ѻ;2ި8"ilAR;s*H;4Eћ>j $z\/2ҟ宭I\歴X0F$ wj䵟H**%*X RK5"AԡQ֑JN2PX}sXhJ#%Ф JU_#Sm vX+=u("ưQds4’Y|h'^W /FfZ_eܠRƘmI5ikF &˹̤uC4YٌF*M8XXV'I .7"` 7wMK`a˹,m6 RckQ!!H 91Y.d@:S9`4Ui&{^EUp[6`N->Go+:ͭ,H̸vຘ7FO'E_k[K*YS_nB"Q%7' ZGǷ`kαvC^DL5NQa9dtpF'q|n8 .?Чǥ|rujz٧Uܝ6|t.DvaU+2- f0A`zb&IJ[Qiɸ;&KռcKpw" 1?:H4Cn*ѷBŵc7"]uf@3{ Z:uk_Ǽ+2/>s,KܸG]Y`~FN;jǘ'#,s3FX<0`Hy7.16E}YF[UD۾N T;Fj|{i9UQdkE= Lޒ. y!čjsf >K:&ȳ7jɥ X\ss=U.mǺW8U|l1 lxQ ̖!~IFxSPgA`DQ%=|dC;ڑ#"U\5PqE-)]L C\@SY@ ^)cV1hciB?4 " MW܇80&v?bX[UC,{?lޔϳ\GC[FgVj6/`7.qXqT|_2~d:.*FWЋacX=8-+R›=_Eq^~yg/̪v$ |q†}6=ՠu mFlu_T'2٭sBO133kn_ sEx[=]l}0=j+0:rr7sjǎæZpz yL"g{Zr{P3N:(-]Gv};SN|9kn|Є/@Mj(+tΣV}ci'9˲mPrT4"Drf,u2yvnӳm5,޹g j1&[c5Ѫ~BO/3 G^jZ>c 6{^ok{<fqLLq.?x~, :.FqNNLTآk!t\.5YMDs (:c2_٩5 ;Lx:-國LIthH.f֗v5"LDCvCDnm0c.:kg'P;婚tA1^UiL(yǂD7Ǽ[$ Ԁ_.'Q]lRXt6t/M Ȳ񗴲:t4r IO\a9cX󧂙&%) C}3t-{[L(-TL7q`{ag2ŒYKf:y.FWg#r] xj;4Oj@L̊kA$j,J/M?4j#VcQ8:I'~~4%솂M.G$B‹g8IVk.咞sf-3wӕ #K/cgi@A E+#,F<~i33myO .`r@|HZ+ nNcPL%/*x%&d]5\&mL j8Zt #_޵1dQxrn`̠C QDKJlmuA3ַdUqہ"g!jκK}ܿ8 +${_le`(8+e !쳸x#&Ax- tFVjA}+PtM$ΉvDLFShOWj`7$*'r1HfЈZT/f{RtG A2yROT YA]wH{LyC%7lv[r'a2 Ò\fՖj'!쌅!A3?+:#IdEQ srq$+Kq6^FMJNZ3+Oi_jtak&L@BxA\Եlxo3~^xP(<_ {쳟e3Y3}Hf7 $j;^v|C8d'$! p_6ꄢIǣ:pRjBC<'&ljuDS;KRPC?0gO]Ĕ&s+0:wҒ_㇐;s''K9hō Xoi7 g929e㩝 긝N)uw=0L49 ښ!&Ū^lΪ"u"Mڍ7E EF5`ǒW֝i 99##lw1#TF5Dp)=鬝PKa@HTA2}kbBzԁ8 !e!O[&e5ąr;t@̥MV]"cǵۆWN-S-a2UQe=P+S@fCN~EUf\&950va 0nE->+[KDRwi4 eƿ`{<v?W"^Ȏ(>wj[ʘۺ%3כdg[? MQK[Ғ_F|Q30qEAln>~d/L wdi8c;i{-p=9Q9ce#;t;"JJ م-澊Fs}W)¡g"R9l1IFHom-('Eoqe qBǕL8:LK9<+m^L(i,!MXg:!D%מp"iZ\}S%])Ϧㄵw_4fSVyKXuƕ^%Dq?MXʭ8"_<Ú&.c:Dg }05_i=uXN(R 0 5*XS~}3d)f"Ven5*Y(8y^wƐsq6޶mFMnk#d:$O΁23yj:b8"dD<Ձ5J<q}bR(!ʹx8h^oGlDp,?iKDt&Z8#.+]h=$'~K-2gkQ_mYT"YV?a3DƼ<¢d gf@v1@`n%v3.etcF\'KzsRbM)\mb хչdo3 o6.608սC Xp&]uӍ|`rJq6B㧆O=M F,$=<+f W_+I@B |{V$v饥P$PծE k6"`wdM!k)]-_ ́1c}ldYxWqoOf*oxb0 Peh':6_.][## 6pS`}x6aZ02ryv1w[ΞIюr{/3lo?jYe_wmvb=PiHtǂ ̠3o8RQ>z7T0gjb|֦"Bg Y}!'9# O"Җ0E6Ph r]kQl2/‰غhSaƕ_Zwׯ:ijx,Yph&WViїYt6X7MniQ U`{¡7jҳV/Dĕ'9j? "\o[芗.5wF©kLn[,N?jCQI!ZHZfe]m I6O)I`i׼v :ՕjZ`<S)\mj՛6?߇;9jf~{5OJlv|Wy垢|^РQ4Q j ى%r:(#XB+g=Q́*`lo=jsl5BBz_@h&;{lѪcC ,"\jڝtTr9'WR[ +ވP.[{\BFڜNʼ3¬ߡ|M#ۣ!x{- I8t ,x0JF^iqi$HG(6!!x(2R7dmt_+Wt? ]4"Lr niqfg\[<KJQ;8_JbU-!'\h٬n_Fڹ+İK~ŎѺ|Oՙ;%Z;&K"zʦ)ix׆ w[bEY/HG9 wG,H 'F0eϴRC8,GPzmC!jOA!py7r@nE`R ޛ(Ra#f :JayA 7E`ߊf+#]@ӧpl]k[iij~<ЬZ؋tV3G@FT+mOTT6pYYܒ4,[2x(,"E} ύL1^w$%z)|ڤ߆]ѥpKo|"cN;!~Lv]poU79^]4sm=R!@E߆bô@)1G;k5M:WinYKEłdZ 44M8;00, )J-n}ilM*ljl'̐y(Q =DP2]JK^L$,MB!~?nȦcw:zvtTT RnL+Y9v_ÎW(ǀ4 JYBݘ 5Bwm8w{n~i-BdNa^~h{=A7!~:$>&6MG#P*L "bO'`ݾaȉ#lQ+K6/Sd +FU_)z7Ʌ@v֪W0t[)`[|G@#*7߅BuAMkLBS8ɕeE6}9KyL!Nu{dEMBRl{irIŭػֈX/f7d1|J D0iϺ}T'W/ӤT*uIqRDې>Qqt009BaY)/{G{?PH_ºkvDB,+4<ܷh8|&-g)la[mU};+8Gk/ I4.Ybrv=JfP-T _}O;w< 1-fͺix:Fk~BNLȱTK.1 moq谚q*YXg@Ґړ?fl (Q/ KG,-!Gl1?hMQ_VajĦr.VwM2D*7nF$箪nĎNq(i.#4*5f ,L-uBF4G/!0^:Xbful&uC#MEvW,wG9opF.2/`H!s ϟ_vT٪GWװ{(a/ N!V~NkK2 M+~bY2fH1[8Yt>sho?:>R]kז4&ѩggVN}WBp+AF(2`oj!yXHwT/yu 9l۳<Ԇ' %)M (BjZ[HZʿ'@ㅢF削[u EGX ke8qi92g/A7`CH6p֧W3Y5l)zNS/G̀K |_ u^W@Q9:_E[+N CPBYE_ `Ł.+"F#njvY[=)dr4I[v7 ՝O"RgF,ajS﬎1G3 j8⹂ `|@n`R^aW܎qd(s>S }ji*uuPSH vƋ.3M҈{e@DGic Iuѓ$2;y4 uԕ)Y3O>sZi2Z{/w~dX"kҐ(M^^^@>eo?PTG4f[/,ҵ߷qS `'n;O-> ok*V?=$.ِ7|%H USa<1ZV$d#}#ϦE2oF5Lsu,0" Av/d6}aw?p /՟4@`5 O5aXv7AqW&P \pCbEj@9qNޚAH9 ݦ/}ۚsW4F=ULo+)u}P< GCG4GV}ːuDž"echæߘVz԰Ȝ-mNF6#V 3iP S<}ᘩbdLM}0ea}-TÀ vAy^Au~lRm',NDyſ$*}`r4o`14>5Gʇr>n+AQvk7>-tF >9hnlMw:x/(+򷡋n,.UؚU{HW`:nOfשmY2~~%Z8OpšBwr2,dF+L#G_pXPU!8o,叚(`o ױ, IIU(?39#GBv:axަ,D~qAJhˈWlV}k8G֞P|ߠf]&]8<(}TqkxvZ{)_jP _V[*P=)fm0|C*gԖ9*z_7ӨJCXCfUtխ@3҃qw>/i8Tg,2>yb>Qfg~"HL_QӽRE4nbK7s=d>O9:56Qx{SH-Ï`wŻ1D?jmϥ,HI>bJՌg[`U`H,Ɲ:H>u񮜩 HYXnR l֝~b] A8cEm`BDO#LVW0uN0hdkhdݠ dNp.wd%oȵێýS1!drfD.JSeXk~`s՘^6uBPkv(HGL?I$8_ ZcT '0VK>U DN- xVW5 zfԝDϸ Cqf óMY`(}fR.Sr'C 8?!E) ^wMIVoqy<!= <_`UUM:,+j:e%JTh$YF*SgU.3oc-IB~99O*fW~iiwqS`cZ` Zdڑ8uP&|} Z#3WiΘvaG$ Z~%`_aTo(ɰq5ϊRaq/zIɑ W&J+8r FZ2*ҷZ]@@, 7¯[s\):~1畦ů# @YY:;8ܝdeRmBYTƬrq$G:}q.O6EQ`A@3TjAR"3E?ɊWl[̺LƎ[K"~*u-Pe-O|E,AF 1:Jl-Cݙ.21zB.XyEXtH4 B9äT7 Y]t!I@Z قl>N:-!dcC0I;cC8uV]/Mς?g[@FY7hlQ l]T87W RcRcX7:ד_W?_biSԔ.| ݴTy"1`gYdcOi}ڠQi Ib5] gׁڅIQpvV*u|BޑȑL$54.TF)%'̓QY wq--¬.:N!AW3(ӑw5>{]оK ¹JearCvf5a*vUrʡF}\J&4i Y9:7FSujR?!ݣ zX yWB +N=r}LNLxGdT資*m YS԰peK`='ՠBmIG|U:pQ!]񨟗A㶽Vz .|{%=l ggPrܓ!YC*]NvlZ2g:amlelT8GlKp#خ+x?b¶jv#ڽ|ȹHH. R㶲Dဩ$#Ӽz[rEIQ Gw {9"TpKHn"|9kt䲁rq97{R+8q%¦7-*nb(G*No%QK,)2i(#Ħ^E)&Z[ k 8TrYLZ!4 5s\9R6֭q^צ$ދ"Br|B"6p;ok*7dڵ}L8рfcV=y-hxi|!T&j*鵲L{a]s~#n` `^sw:w2k55XLUUnHNY$%X%,֙^)h*]8ߊZy]mv}q8nL26T[ZκgHs03 c6P#\E,K竨E-N~R@ !_=1Rzc&5tDx56>R"uLآdʫt C;OX7.$bQdyxg_5Hçlo~٣Ҙ4SkXǺ) TYY!?pYu M6N$QUvǟo2?dc D\8K"R;c ?ypHFhv[ϴ|AlKCp/Y"F*7  5tc9лgYUCj@^=mR%☏W>]Uha/nta:DV戮7:l {ylקnP3*k1tZ<΁p /@u@Eʉ(;"$7 sqSPR/0YBD.kx@57}EɝIgJΠQLA #j暲T5-] nqVWE8Zm) Шr?ExիH( ;ꅳ!ܔ8w*YV*aZԓ[o+-ksi؎\-&[`LĔ9*T ؽb3b 9hVj sAߟE>W;#<һZ,*OZpcn8 J\EOVCFP3uW'ѾHm 7 uo,ޙ| 1?Ee)3, >YHʃQє:z%F>rG yn㍂I_ZdVٟ(jg3󧝙~ cܞŽ.-Ei3h8A)Աnh"N$,a@>! YKhaW81a!(]֭Yx:z禯 Ĵy?&*u?#0å\idWEC 隩A(VbfY99֨Hqw# tbrB`0)@zfÝ1Ru] cmG6ь3aTv 7c4SL OZc+16ez;:=tOr <%IYo? ,CEvMNn!"wizjby\d`dx -7rT#Pk'/\u,m~Mp]t$74(#WǸϻlLp5fEU鱰h/PXL@ ,"kB/(Q Ya=ZBܟHmF?P Lۢ0u9$ETͥN&}+c ʃtڬ}UkC1׷Ub=?y2K8 g(jQ!{uXJcn椪ՀE-u Au4d" W[q 1ڄe-YDE1kS[V){k/HM=A64aq[bdtU@zwM=4Fy=s ![˞t!SG7* 0 }As' _tX _4f?(XC웘%wn\_.UyU[^޽4~ :@ CaqJdw^W8IjH\#YjM|z!D5€Okv!`Pb:8!*\ 1҄$#W^5|񺺵֮e 8y "?]}V0ܤT PF 7i[Pl| $#3>ưH?x%|]!Pp ,|ov8^ pT^0R!'>I'Boȑۚ7Ukg+4YN겨b96?^Q\&<©Q KYhM& `kyz\Ӥ_$PAU2 щ剶L&I繏0{<`]XSf1emJo{J/8O(*sqӕ]{<7Ť[~rc-}` -4z'A\Hd U+$8LW&NTq{{:S5He OHJk."VnH7)Z͍O"RhvQm\A#XNfOAGROE]@158Y9WI64ɞ7 jE!TqW[DSM3Qz07&W}qT ;z TkMͨx,g/h#GXxjVx>@ 63Nb dǑ<&P-+#mԱZM'#E)S`:}yҡ%X<]}o=p*h5B-0rG.lܡ`ru>ۼ卸szJ4å%jg76$jnOXJ >mD9#[=v=M3!Zܫz7Sm"AWc8Y?n/:EjL ʏ 0sc#jH#mPݽfаgɛ䄄C~CR0Zt̺](qţ^I2(#yеRAwŤrSW^\@UJ_1,ɜbk2@G\N۞K-٪PEp{I_de PMDM"~?j3C|xNlV=mg͒H *L lImַ^޿#V\AIeYVj _c&VEj2;FfTb`*z°GmIJӶ kdJ[o Sųm^)Oߣkҡ 7OY0$~*_H*St`ծW./g @`O0_jzQWw:Y#P-\Ġ騫ORY%ܜ8u t"N?)*cZși&i"qSTeqb݇&$&?-a]g^ *]'&%bEpr{֊O[6P[mȪ/˒5fUW3ޥH%hZQ-W'}\kCp5 y8]V O텀eKB6Z &iSYvTХ|Ǧ%E2dE>}?,seO-x]/pdI9_(">ӡsT{IE,vCU|?2]Yg3s2Hzx,4/lLƕNt!oP*_#?j_yusNTR5kWtfdU#ܢ5pMZOytqx":#]t2sR/h`g;~ 7ՍUYbl>xAQuB'JkZdt \IT5!v3ퟑ3`u44xLlY +z_$2@)e7dU 6@ #o~S![.[TM*4mx_آ$C<RЫ=!' GHP `^cR K>mI&w!6nw6cCY &>GzS[ Uɞ6D1 YYĩ룋ym Q1?ۦ1VG ˈ0}UP0IwĞ@1YHoC|͂|GI@:tH8%Gxyg .2:3))L$fPHjB}|R0V+!+ ޹MՅ L]b}XmW)r``m ~Oo[Z4eYUoצ%ˎdc3Go* o_CX ?㟨?d0xCQ) =E?:k# +2j|%f;Ex"%OFg:zLb'Q?[gy& _*:\'W4A5GG2\o{崕)>B5olYlۊ'DL-ZV68̪Ϊ}&3S* CcRYI8i DL㟱@KX`#BnL٠D#Di Aml}vqtR 1!(kL|_fB9Jx 8[ $ hs:ȫX{3rEeQ}B݂u}V8X"!g͡ŘC7^J;ުgan憍CqC5d i @_;.syT_YA>e)͠TL}Ǎ"FGIZ%b w3t07W'HяA_V2N8tCYf?0"yo6MY<6H2Mqh.zSV1`9suM|„6~}W=.ik8~/7"U6*-wj}Vu {TtnGH꠬h 5T?nN>W<\|Jgm"Bv94zѱ.á;sWB)KYOR|p*+zGE7ȹ:'g M 'ޓ+g%]`]qTx(RhuIq1!~ܟ"ȕYlboL VJb*RJ}|`uti3v GpBczl;:V.M[׻f f(=qZ$_&6o~=‚diWqD|xݧ`W^2,8wM0<M?Q":*aA9/oֿ@sjY6Uh,q!o>-?4E uy Xg(ͪ#֛A 6f$e'6P6kQ8QPޘjrO$]/˦HB2A}练]db7-S1GfU`3e$+jRkH@wQ!sBS4ds1:P+民=Go,M6#pdIhMBwWU,G ުBo~A=⾡#gׅ@kvPQwb}rC@ u 8 ký&wJW*l6#EȤkN %NoL>[I_\ $'֊8#Ehdgz͕OFˎ]LNq:wܣwe!gtdtr U9 ͷ 3Ǔ?2* S[vf¾I*8F!-A(S'PG7uz\2UP ƌ9pZmyرC`&AmكdB)o/7J%C [ P5sQW$̐g0 @BhoGm"G IXd] ֧󐅍2'[\2B cR:8w13!3?e]NImB'~9_ɤP+6d5t zpNOr-қ3FFc^9PVXh _(3>h(l HfiUʊ`=1ad[供gY2"ewHYݔ\WyUSX&,D7Ms*7 qXY332W@Z4G?㕗r[3-_Oj UEP$eYS_Bv?nKqzSߙSL+M3D.;h<" ܲɌkw}9nGVuQyq$֝ ޯAE*q}d-f` c»_W-K;%F c#WƦ@RX|lp!G)hX?O'Vfr76`H\&gQ:Ѵw0k1iA8^kk)3F_ b>mT 3Yohf8mYӯE M$L[CJ #z!|ϫ[f"#,räsnd}u qV' Q5VٴH)n\ݑP<5噗"s`l0TWpicyH+oq mi.Uv^uA݈x<8x2G6aoKnJmW+:Uf 7gݏ99@Gq/Co&'e,nQ55k"%7x] A&g u5)JhRhZ ee(<Fk.}&2ueolFq|к@Cokei֔.@_'H.\2'ǷVΑ{g#|Z&]|IsAB#Md(GFMAa}[,XzEÉPi-7.ސd >{+G:عTGr!rrJyFS=<shzX+8I-CY$ 7G| Md;|CS }U !yAn )M{'-oXm'[gFG;$bB!Pͣ4[ax 1>HHQlb=w:75`]+t!ݽ/\+ ql!NnocA2І@T,#7IVQG7ӿoi\MZDv(w[{`? E^Q0cQg`T3FV-(Lt]-1]q&T Y=oCse{?.b?@~I“:\4?ngKLFONaE"ʼnd)ޛ/q̾Ig%w[!pE*%KnՏ٪w(uNS϶+K{߂8Q"!0-0E sIh- 6ΛגF$28-f˥MKGA)nhr\˭ͮP h\]vWxMJG$+K&x7`|ڲ*,}Qك6a3n@K|z^Y8D[&ĕt(SP#24"rY?*R3I3DV,+SiXi8x[*CAC5I_?]$|DvL/ܮ\ψb@t{`TvNwO ɋ2a-[ zH"8=9%PD!o؉4%k2Gdsu%-%-8ۈ_}c{"#8%-郒\HdHd䣺29ǠM26tZ*T"4=GӸt _SssKInկNҝYJɼDl@8CuOmbFlqu` +C4p<jEKCϰr/K}|K1]ZK=z_N!׈!}/C'_#4 hVxouٖh [|#k0'ao;tہ|HAW,HQQЃgE:*a~) \'>N< 7PRAaQHzK3MP5x$犵g@/%a^P=[3:!+O6!݆]S# <3%S-̃|W"&+ޡ{l?y鎯Уtmr`42 E\^Aq&eOO;AU3vrMv3lP77 ^ }ErM͟nP"VFP~زn>B>Avçxh>x\\%oroT񴶛NZSq_k5 o^̚{1MwqⅯbm7iXDnK ͶxX,߅)ϐ0.>FGb #wa߃䐜MזL::8>t " b 'V/;qa4ҷe8ArQ nԓv0g*_cW \ ROLO۔47^nQ ' _ebl/ٴ"Low}ZT !&{rfJ22*u(r n77vl.q? 3H83úh#=[,ZBOqêI09׌G[6UK լYtiB.}Fm]'[!(M^ql9: I[|QHgЎ13SXze~7\aUK¾GMU5Ƀ=_ov -3\Kj$kW5(NKn;QzUЦ<0}e gbD{Ҩ"UtloV4A#OxJų84ΥqӣqfiH%9~ͼN+~Ōrc5ïN@Cx)>עLt VI;hs ;̚z](7FZ[ 9?$] GaT4;I%9_]B r`]Ll}{xfZ@SfrkpqƵ_M6J<>Cb:>Kɔ6Q4~S6 oK# ('BnYd*pdm8%)ٺjS}Hm#|~rBnM/3.RA$ƚRO~fNOؑB,Sڕ 7:zK*JW$wp6@?gנ:oWe {ꗆqٺ+W| @o;aT^ӗ3#lf9Z86BZRk5nNҢ/uN7+c޷](|O?<}0Ya\FZ/BpWxb6FXl>]=CILnCd]`ya)煮SW"-6d)m: GZ #DrVnNUq?mEڛlvjcܱG7+R%HŎ6Eb#xպ r>4LMzӪ%JmLsD8ߊA0UD,BU{%2Ϧ=yUGXey0cG–_ZJ3EogaoZ@*!4$5(kYj3/ݟr`V hiWSȀsMq_ʞ$ZR賲s>?C:r/qn%2ڱ(]㤝˟Y{ʑ"߷;?6H-pү9$pLg ;daj4mUiYj`iC}6*8%egvcI)Ń8ꜣ/fc:tM뺭N'4R ֓&o%nu $5.t+:ƫVK$iF 7>WғP,A3q)ser먺};=$VA7瀖V/ZC/Ayy!sk=c糀e]ܼBZ-;zZ=f?-`e~E g^"]` Kcb Ŧ, dQP:E LIiE46աAPctc9%6s^ ~܁ÄjX3jd͐3eLfq6}o_/jjW ols>,{$ByfEa'4Do~V@8DP6݆>֟2GjgF mua9Zb8^/X`0`ͭce]4CQV] g\mĴw\֊؟8`He~QSh۽x1.(P8QQK\T㔼jjZnPsux8nJ~%;\}ӺNRU .,)(J.#I M` ً L|H{dv׳Z,5SvvuDm$[QBRv!@\9>n2v/iO^NI Z+Ix, ) :&cJ Vv*_/" E;z; ޔ;\@6Ve( $c8ƹˑ粹r{epVSZ794 8g0JeIFHFٙ)G +r'r j&a. S9 Ub.m=߁){X0 ?o/ꠊE\f#m9>8X as2R5eOc`[}T[Qk 2S`R 6dOS,(#_m\5ܿ+O.K/4-6]G`h Ģg8nisx#~<>y-*}բ?@no!pAQSF4W@i*#CrSn vGò]^~wsN96ufa/;tcVO 8aP*kY֮Uu%Ԑm ηʠ %,`guPSƑ{5 VvjW爩2J# 돚ﮘʦޛG?!@*F\Ofͺg"S#~$vLM+s ]]GneYw?l BU.%Zc$mQzF1DD&֬ nO~dΜJf02,NK2P-mez8kӷ8T]kk#ߖָIJ7O`BK"Y1iIlUo;S1OH,/m W?fԬ; uGb}-$.o-tuĺ*E xwHepW`acb\ (A%wˣ9Dp%$*G"ڊײHh`% }JTa?h_`.> (Q#abx= D4Xa;Ӭ֠v @TT >@ιCg5ݿ -72Tݝ"ppŒQ*rHPF|W27+g?h@iڢeU Ô~/0Z/3QR,Yѽ"mY7YII!GPh#ȝ& 2 Lv02<ʐrLO#+ RO9]ɵ #tfc=h`S^̉]rXIԀ"ؗ =봈x=(܌H|<zaa6zP9vԛG[g,6-0]YEM %Ox+8PfZU562Ϲ7.!('=H "(ZRX8Aͤ^&a 3]J:zvg]e]WBQX/Wyq=/u".W\^6]Ef`1BD+;\X2uIMʦ揗$m telhZh/6W!'&4T0)J7ѧ;J1r g ّs݉*&A$~L'3uua-b*,@RH}vơFy ~@3=O &>Ny~;d S'.I J֩fuVyZi|r] 쫠zE6Vc,Ȧd!nCe t!T(PNz6mim/a!L[Q,XCM/u⧩o,#ًuZo^ -S9Β1y(ˁr~:GZ-7HMl~Y$Q cl)ssyFZ㊬`8S##]*͐J'%+Lbڕ9*qΙJvͧ8] Z`eos;nQLd6$4 8EG H=x5fHU̴K]]YYj2%S~)>v OIR-BMO* fH#@q@/iXxo5FQF R08 4nOHmL_ J TC^"Qh́05A;fȄtxZ?UprA6{7sQ$5s`\~fH`S1@\^h:E(mប׳C&wDMIs)-EׁٌUn+×;'7@#YStHg{l ̽C)a?Ae-d#9:K[Sk++KD@o-2פTOs1d nQVJ*~=gV&ypϐ(Y'6TdlԒZKom2coODf`D@:ԫǏ}3-$SBs.^@IG>UOܨZ$xawbȩ휟I7k䨅ᛙk7_Q7_[@̡Zr)Wb G0-^_ !nTQWhnJ tx@xoUj$b(B[TϽ s[oY05r8giFVCyHAGVڴGQClh4%R\/mqjTYSZ_zTZv,I\0ЇsW&Zw^/rOas]K` ƠV$^ =9X{D};Le%SЃcӃO?Ũdy[ ow{{]`%&yUז_B_y%NK͡NGo`

~8"1`Q:ǍJdG#9b$ =[!rk0Y4 KǤ!ȫ:6-[EsR~ALVg p(/iCe ůc$Pȴ)S7ZWf0oGKWi$ s)*Iltʨ[s{D# 긆[{5U&)f:X82sm~uYv ot#H߸Qc̹P (]1k%eaL&WSbbC),~`JD%gUyɭ=q=.|_J8{< ^+49qxz%FQ$_x->-.)N_7 PʣϦFd)iv|d͔ݗ֦0;"Ci- ƎH,@ד`(gl8/P#w!8anf Ejscm+ܳ -ksP5-,8Iٱ7(,v-; } ~"!*9LY^&LN͏vT~k ר4حHWiq{C/tNO{.q]}ukġ_$' '[ Li{P~.T\oW5uޢ*ر ZƣKԞQe$l'68/{0T־.mumޣdSY#%Z͆X e1lqU8raG{ʧg5Px>$a3)Pցx YR"*O5ş:=&z9F2mn8/㒃8k^a*Cx^mLS*`"X(1љE1HCSoA3c6YBY%&0h5Ws9G~Es2/}׸Lo8.R؊CՄKAPiLO{nriͦ/?<`l 3tYZH76eyTm;sS O^1 y4[4\T'@u&WS#Kgn` NVڐr0Yc%.ȍfmb$bzʃQ Ʊ$ .j&t1vڢ\uy\$Fcz}4QWp2P(rTjDخ6@u X0qqt=qÕ7QTĽ&2$kQ=]-GQC3l-49x1 99Kn3\8wD2|-‰59FsM>"3H|2rɆvS!Pڂ٦슂JZKw'Vq7ax'5NmPxqF? ~$w@Ab-94jmix?4@uݝn,%>ΚzBE''t;|1Fr@UJ (0;b[馑ykm0;ęz/oD /pD<,PD1=WB^\:~$A(\ESlcJY 45;?wÆ/!XpW|{^ }ßHCNwS!5^gOBk(ZS]=]⺹{"r&r_2nAeޥ(iMҸ@X# IKqd߯\Y)UNP9%l8q~iB&S}%79=c%!Y8*vy KM:Ջׯ|ӹ$sT1,J%Adt! l \S᰸{ȩrk-1V!˘`v9LHMq#ؑ!+cBIC55qkK?s)N!2"rMSExju3UxHWyx# j"GU-Npou3T~BJ|푚ت)(6Ađ 3cXt0M1udflxe y(%E̜t}xXvq<6XC^59 L*WNgltD6+Gq_{Pqqc'oH\erElukuMNurWΗ b}gwΐ1c+>b3-혡S(0VE_ :xwku<"6ֈaT"S}{ZȔSF AL=4AZ2%Hp(>zA4HkJ߰Gr%Ki$^e|讔1)}Ϧ|w;f179-lhN{H``M4Ɂ.pN'壐SS^EiHP+ղCvek A

AO3 v/p'Vn8]JDZƸqbytoLAÍ krPi#@n9R q̠h#35mQvu@}o_EP;{lwq&4 5/nk،SgCMW&hh>>Z-/De7aMnn&PG3~Ւ})M1v.LkRd ~ &LUXvSD=(Y_=BqCe5;}))-|foj6c;qܿW(T4$ɀ8)xѳ`]݋Cai#WzKG,mkd̊K_j C7:v;'P%/ XȸqJÂtA,i B" rYrk{E\%qD^i1Q:Y^ϬVIhI>A@8bXQtLJfbjJb3Qx#d) t{*PDtʌ$#$MĞ̢uBj `.I$a JKWx㬔*A6M.ݧ ,{l' nx򇝍O79߂°ǢGOoL32 E[Xu`XECԇb>Îd.NuRq!P r$87JK{D z3r𶾞@ 2ydR"7o#PWܭb"4x(mRͭsQHkn^1]FxMʂx|Pw;TTDZB /zaL\筃bQ1&_r_^j˪ pjWyĎ?NÝ =޻5H`Vjh-3)`zp&b_٭E-x]}19b%H Lǯ!,?b 6 MrshA2*R[u[󺱍=Wt)΄hq4;&IF|.Xtrx* ڎrNin>b IJlrjV{V+ Жkzҵe j|yqt/RN8YMW*t!o7YBα ^kb@s 97ѱlwFpi޻d% kC Vg,O1u9z1_佱ȌQc*?[.$)(!N d8WhOu6 >P&S"n ~p~ c_kVA*uX] <ܱ}(䧕!Y5q.ϿOýyc+#vG3VP<1ͥ }rmkFm8dw0ɦ 1*u7E|%.kp4ciWƒaeu  Z%o'މ3 0ĘN`2Wj(_y~*@9,QRep72%/=\HT&[]wM]1nR9COXg\Ze%`vnsFh61Pk(A/c#zCLe\d?v x]u7o2mXxלL?Wo`l HpAe7 E,N9&vN;؝dq@qqWw8$Y؄93/Jˠ'PxQ/47/Z \A_,;7Wuc,#"/JX-+)$[Gk+ҠzSElJnA"IQ>0Ԍ}"D40%UJؗZ\'^5Lvbf4@=#(wp*,Gŧ ӌY$pxq͋U{M1x[eQuMdBa>nԥ ,W1d v80Vs~y⳷8`ҳ3 .Y(\meB ,2äذMwwGBhxKx 9d%O4u/uE6PeG wdB_F}"7\DͪFE@ao/7 m!E萆lRfaRuMV=A) 7cG= ZạSH"| PuhPjgY$NjN1UQfq:gy0aUp_;X{iRzWp0<@d."•;X&iaK::i_9'xHjtnP15Tz7RER~Yהxe@tH nW6) ?=aF_;(kFoއn[H.y =OQL\кWi;;i0djyY'heN)1wFC?@e٬$U&y13:f;h4YQEZSMEf gwNOjÌMy>KGSǏhZJAa}w yL . = ۥꪝHj@ cx/"zF.Ń 8b U0H6G \VFJDƠټD2`me(*>3Λ|9ZZZ4vskY!F][m}sXGy=s1ۚSZ]=_c&͢Lt+'t$roSlgV!ȃ%XCI2 yKQ G5H1NbҸSr/ظЁl,GU 򲼴S|xtòp`lcɾd KϙTԋ K6>c~p|'b@{ߌOΒ|w+6 iʊZOVB ;\~7_%R1I~g=Er$86.+/5a2`5J=)$jXcZ`}[Q!PzR(;]👘h*eьzλJ7& l7(-&=q,dړvS l,Jgt + ճTVW Ye?DU kVwԊ#%l:ԇFפW7HvzAcToFnW˟8,P`cA;M4dĻBBjBgPʯgٞNxb.Yݨ[ @|;'TsAxU t"evtMBEߵ[IJJAQ.Ҝ`Cht"rB{֭hi$is<(e^2 €'+_+Vtы{Q&!SI=b˘pft 0LEF 3Ե;72J<+дxՄ,=%A BXX"DՕ֞7Ҵs'KI&*c<"%-ů.צ7Cߵ鰑_/@~۶ :T) j~0}l(@\ҍHO4/\{fr EtV@x]̷̇"%u y1zMc\ vȟ7 3|` Uйclq\By| y'J!+`Ǟd;M9 o:N0% mO1=Zr&,u'6ZQm2$&E;Uچ 5>+5U`W7dUD %CGYa 5 SxydQPq! NK E\ `m3DѺ] b*^хl 5\rsƘo U$N.oL-l:lAa[,o{h1gdLA\?]-J|zcb鷼5jѾ&^B7H` 6^D[*K~:wq:Lji>* [@\d6v7x%ˀSYz3nkn Tm- 5/4s8 V1+$jIuKG֌ڶECt;*Kd|4F_icKDɓKX3$]#F- \dۼĮm< ɛ(3'c9& <*,M6j=Hm$ANa~S`o1cHngI#لWnE2z>Wٍ.ۉf!X<`@/pQ&cd5E`ɸTWJ1 tEyEMPmN3%lcޙN戞^"RחU3Z\} ČZj%*V!1hn=-x47+,Pf2NJTqً?#=}R!7Z22qTɓALf^+X>7@^R5tЄԼ}j$Cep# x{?\3L癳 72qsOBղ2R٩Lv`З?Z*h( NkIn4@NRwf& /BRMc>1'9NB3^w'wU&bNH>h?Ց^!񻋽sU؄k,r S];!4\Vڸ@BId q\8cnܬD" :2nf-( jTm|`YӰwTJ_cP9m6uAh4RP^%=ֺr,>'T09RįnbMQt ַ^at &-2n0kbF6{6Ӱ,EDH9`T!wyQ\6. Wl6 Ajm .җi[Ì`Dé\5UY׽~Qpk_BSR(<]̝[NJڌ<7r=oMP\f{ϻ# j:{scy, )k]J&ܕmb{޿b?^~9*e;ǟ$㹐= e_nZ&=y4 UWOxE7XS zYzbm_?}4y"|M <.XTgaPꁇ]%§vi }L.: LujQIA$ښz:r 'XQtӽ8FsG nD&bzX%"EGbCQ([BEz(o?C_/f LuR5_Y'?E遠۟j[؉:|yVgk4cpm剑 <(_QM|d{?kz VJЙϙpu{2iHI'$#KᠦsnRXQa {'F enM վ=B𳭢mXσcJvj]"J^ͼWr{24N!MEՓ@RuviAk9ػw?# Rk.%P0H&ݍbw:>N^kr.A"L㣹h$CJ7T~"fxCP[(=vXJ̩F2 ,ۛADk_f ѡgi=-) >PD+!Y._[r"*^:WocKp ,\AΓ%w(o=e?ܾ6keBH ;YtX&-@id;?ȥnp x.NkFiuWzRؠd\ϵ1^R]5'ij"a֞<9vgS&Ή ﲊI%gNz}us"]4dx+FJ\ e?h@c/S}CQs d3PRFYP@Ŕ/K*L9L$˺_IaJ[w|qP9"SilFZC|ܖ*&X݂Z٥nyD;5,[%doZ~ kt]v015gmmSrL}PŎ x*Ck}8?EjC "·%<-JejTiܔaBQ Ϥ\$K/7G ֭{] Co0[u~g8ʼn& >W5pZJITʺUe(~yk"xw OV0ANpWAQ< e] 8P;3wZw]0u$~g }q iSu .ylYoLPd0s{ȐI:<+,^VK!?oylY%I"&u *Rƕ s1zT~0#fkᦽg (Lyq27-V%T9I# S(,'egögJU1'v,HYز G!K޸X>zE*!mfUbTf_"c{hSs5AHTs:YY<0ڰO4+ 4JxH>Sǭ3*9%52oSA\x@]BAuVI 1bгH^ ]ۙ&,s fbCR͉̠q º=%2FZld*):x[9'ZkTL<P3ζGtc67HKw"oUÉO!S \T #讂my%WI0h-?rӴQg& 6x/, V淭].9.HYCxZe8ӂf]"zeجN?ybO61U2,n(,zR˼cO+ #l#`nIJT<_a4b+{ ]+`|h>^ ,zG8<_i@#{>|7h? &[ S!Tn~.OM+]uEzt>78sS}.|;@ ކ}xbC/8B^ί_ը&V'܂?o'#)qvj2!HÀY 3&y'5۲t_劲\ }_ZtA-"jT߳I(EF@SՓ|:ĉ]42vζ  ujLg}HLC^7!VM]*ޣv]NR}d.ڼZ߼6fn.2;["e6WhX/FgrcY[EinriǂPgW Rt[DBZ\(QجZ!DS F<`yaJ}%)B* I"A!jjoZ9V d;V鈗s2ԕ-Z! g(^?U<_N /}_Kt/QE^{ T:.s@(N`Z]5X>DAD':o?V5AG~"޷la?P:^E+YR3D7*jEB\4Ƶ!IfU5*Pla9p XY8 '82DvIi ^bLw݆^=kX["DVaqg\UwI-9 "OHW᭸阜>#1gux˩S U${HQ?ZyQXF21 l<+hgʼ+]pն\,)9<m&1z݇.Ww G` D%~ܮ~pCb7gq5^h\FEDh[ ҔrK*uɄSqv g=ծ=J>~h캂KTF#&QDc8@rmJ"1oi0*zŗ, p§",vUjXLWB> ǝ%旼%xV=;h]j[x4+С 2X#1y?ԁjEv9_SxA?R NWC!]0~ ɍ?eJ2^Q¹{t4Z̦x` fz=J>~ڠ8Z}HotS%MkY*w-󐮰C8TRkLL2i<Ǥމ¢/P#S^pl+ٍsĩ媝/ ] GIt$dxC[NPH]c8I% ) (9l\afڳ8,~  XA٭H,r|K.=鏪#uBW Xf;xFa _!Lߍ#Jqudpe;Ϛ`Q*'A.Fʹ'ܯ~swanQxHnzEPJf`l׀fv;'PjF4 oXNW+M0;kY$d@U'GsC'\!kSM$nc5@pTx/?6 \술5X ,OD8RR=\qM ݽa cQ8UPʾirtp 5v2`q8VvƑ2{`$H Y3:rfZVoXy! J1OBx"ը@\mݤ2H^JJ.%M`5 :[jH+Ա | mf(OfUue3$bV$=+aӦ80ҮE8NL:5Lx61b;J3c[PBO0%Ks;KHz2+BT}_Xoi1*$VT'Oְ_ː&dwue՝P;]p|ƕ~£_S5>Ó[,^5n;H_oZPgϟ^`*H!Ueʖeh9+4E<%' aqVwvtxP>5>3B> _SFEd + vKŒ@*IeZT4k`űLsT _?^B$$t@A\VѪջl T 8v17vq6D!. B|3B4M輛4J!;A}uίaWBw$r.vb"U s}Yz2n&:ܜ-q;0(Ʋ[{.#TyўLCaoA{R'R8bnLa_ x354L~oskJ_BI1 F{4Tt+!ρp`` U!l{`ؠo>`m F0}uI^htͱsy%b=~/5Z`'H* r fJk}\ܘ-A /QX;F ڸmSoCt#췊T L[ y~?E3%%<'ٍ0ũ S»#u+ZЭ%dNff8!r|JTt9(ha4o\%657v\ЁOjR%"jC \"  )nOaiW#H F^2#S-[8ӸE~m 9 _·(.ȡU)9N @/)xa\]uSS8i$RWT(0Ag]aƮ(< 2lg '#aL i!9LKv$~Xj#v^|n/IpA;ǸB8I4\O`{|Sڝ ju뇋Gh +|"RűQAk|.Hсjެع$ ,I}va2^u*,?O v; 4ɄZWPm5= >hXt1#);߼`I'uT"%.++I'p,!V`Ӥ1S v0Iг걤-O?!E_Mޤw:/MO [}`C5@ UpPESɂ #=5`za˧l(SSFMӚU>41y,WnC 7Րַ-d)C_d'+P͠)1E׮&|bh.`ۿ̿+UQA'o52 oI9ߛ CWEΙ`*,`h>Ml 2Jӥ x r7_^_ .3q4m@HTTp&6a2ɐay_%oqޞͶ>y_~ܜTS@ {<9CJ34mjC7o/[e E B3Yn`?Loc, ag#zk}Y~fx6r*p轞h( ',-#,WM8Szc{_-yV홧! C){cN@^JbYM}׻4F81^`j)Rt "/Dԃ@NE#jy}:udDT:"}]nQr\%erG'oi.jl %V:a t|/Oa[o F :oG}Kxa0 W&:QºPLjQbƎ *dFf!sR^)kek7!߻ [;'DSd PZG?(uVQkpӯ,꜈+J;=ۀ~Yř{z32Iꆜt}"W S "-H*[^M9.!RF%¶6 PnQ:2gGj@2krjipl;!^:^i$utiOCe6Y5"cWys,YU^zíY*MYx4߼G`h"AB|q[{ze$OGEҎ#t[JUg /U `9vP G|SJ;)S+߃Jʀ1>4-1x'~RZi΍i"Vx9Y\sˢSMAȢOeIГCϸP/,_uDZnB,̬'U,@U6So;+]oIbʓFI0b*nfb8(Pd:6,ÃQߞYP(̶4 2ؼIy`J߆hJ:~]SRu!B`N}tFGJNm\!i%x.&5#s\;\x#<ν<1P1?MU@ )ѷCR0O-Wd.ʆ1?yՕvё6sEHHxxi*A[6WvS6~FEU;b._kok|ׂa6=i}&Hj_ cuE#NE]g~n!Z7ԇ7;sp3C&2ՙ%N\9=^/:1IABKO12%ͅ6356|Bk5=[WY5\yB=wz85lN=t uG7=܆J_K6̷"vA᰸0[5Zc<<HE˫Ҽ?YJ9I`+ , Eik-@52fբBCby|g숞6LqLv?A>ęjyƪis'nzX%V*?˰1h;%,o~T}Q@l|qˑ`|聞Dw?qw=ő7UmG($H)B:_p+:hS1MZliv="4}cC.Ԡ~C;E +*3 m6m(.WwrJ1CgjvM6:![2I%KD7$x&8 >HX8SFqڔoK=+ϽQѤ7'wd5f(oѐaFBǿ()\~e~s_ N,<ة3kfe)RNu-iަr<±vv1 T uC"ڄuN'ygi 9@gET ay\1p`f:rŷ#bVޠSU56t?^g_)cC8:NB1Qv~] ʢ v"{t{2HK ^Yn|)ɯX+5fG˗.O 6=v$L#ќXӤf .5^V<)pNmQ, u3y5APPn ge7yFXT9U}xwW>¬t$,%$ .>1_B=I05$ t:+(;a+!``u> owX"m'ٺVXcW]n'4Tk~pFFaY+k)adyĨ+l\L 6<kYx̅Wn")iGwlC7ٸ_) 9{3D5W(?)p_) Ɔ,Z?yVO%>=l˰{:u w }BRcĨ;s'~ӐYck]Q(Y=-w6'*ys(uVk)j[8d@FP-`DxNZF&el&(=6 yirm<$}ѰzAPp7b0٪dYKjlC~_ 6{df o>2u}Rz9(F[`-(S[vpz9k)V =]NלUdq"![8=U A{#jiiՈHK/T,ꇬ |ъ8WIAqjxh Mݜ{TЧU} O֍;cQ!Sӳ3w~V6~e5$ .uEEbPo@rZ}3 1D:n.Lr;:n?f) Rz'[jb~Ł{0(ɈUWFfQiQpAE]l@#.q$JYscp#jȓy  U<:LP" ? Tl*ረvdAي~8nY^|_u&>o*%T7^ x*fKgvFۖ )F=iZ<ԛA=z1eנsB{.)= JBcs]~c֟ɴ\* X{12 t$uMEq.p넻i#s(Q`N?SFK࠰]QD@&;n4f6&6RnOyHZOZ|LnOC!;8dMB֡EfK{u##;u!@{(p(^؇Ƥ"fnx: tL`L: .dN4EMX'`k rUR+esj+¾W&1c9M T^rJS:jPnX?.ً(7ke(dWG \ (z;LG:Mj)46~t #OÐp7l[2#VfcPD4,n {$CGs`P ۨ 0+FรxUmұYnb3]៍dzy]m?NqzL'Rg/꡺L٤Ńеe0)VYsPY0EiMJ] gow jܠDkYx ؤ [M6K,Ƒfl8HFς` _\QGRPLG)`;a< i>f#6Dv9 g&zM'PiʐF2;[|űBFfCz_K:{r#0Lb(5m\iܢxm{Q  C(jsT ǹS0dX(aPA*]:+?QJh#^QI5X5Y''e̠Ş@v@=-}Rjvlb|W?>L;A`;⳼G̈OEzWT3W:[o;@^}B:I<g0u/`kA|m7H+z La<-v-1-jC. gc؎5G:`϶tZ9'~LC]\N~:Xt%s 4'}P>MVyg7P(BNf]nF935P>%5L%3˹%Z-/|xqPNg/#bj$}''&7SU앟Dgh,Vf߂BEF3Bj=GsoMPqjE[ɾB1om+qSJ LF uLB{4ݙ| hY堑 VR{{E_єofM4($/wp`ضSBGw0˴kzpyVO2Ji(qBۣ5PqXR"{d9!F .v*oQB,ڍD>8mojPr?R,0{BrLizTJ8ݖ 5Nk]*6S+(loM{QQK A:8Ntp;Aw% |8_=K(:^> q z2]c8Dvc[^}Ζm|mI_׽G鄨Ԗd_tPj~_G^YO|R'v6-({M8?;ac#:\PO#+""岬U?r&Ø/>Qa$ ԉ,tadS|-֘帻I#Jit-Mt;;u -< Df9+}HwK?8Qu#b|: îױd/(&T @aH ^FsiJV 6*2ha2px 4?-͐fuK$(z= *4ų;%ބ狢weXH}[_b5vl g"nP-?FA?MxNBMvxRPj_dhfkܼFu$F*K5й e̎2:g1vs:/ʙ/SV]]%-x0(2 ez75i 9$n[nʱd*I=b})>;*dO-=lH%;p @^8V('sTg낾)#칼xtB/ZCi "WB9>Fw~bldlhOc G+k 5e%a m1tt?5։mP d\]jl^]vH]> GD9 # +Ͳ/Gt$ڒ{!U.0i*ya(Y8Sqfo_ã<)j:$F6}<5ë?M}MԚ͛K+C=}s6V/@).c% MhngL.Ή>d5Iʲ`kBD]͓%F^\EV\:cz'1h\}Lf }͋mare 8! ƲJEUwV_r^^̄I6{+ͨM[A,g?+?yKedڦu{l467GI 9()`$_ F8̸dh9anޣ|TS rbJhMw̦SZd=@T.ycWL'( 2HJ].` f?9[+'ʟ9NQ)ݢ a~1 ⺪Άh.ޱ^; ';PTd*A2(u&=X~'?ig73t%^gj=xМDYV'l&Kvlt%n>O`Ա삇 >JJ 'w4n;{H=0`zȰn^L+1UUhrkqԃ  ֞.m$o[{PĺX$'ݡnbR%35Oۺ=. \^y7&s`=q.v;(DNoY8 r@=灵ۋᄪe!t/M!/358>ě\&jj_48Ju"AHy-O*(O.f%W?[v/ 8lJf!婨YlJs{+k<7陞bQ,PFꏌ%.$ b.w~75xd"?~c^WNC2{{NcKK7pG >.r1A]ԐUX^<<$[o&+@Xo$Y`*3gݦS~ M2)&" AJ ۰#[Xu: V5gP6AI- A97f.3 {uA CQU)YI2WO.jv-cnZieRJc,O⊨ft ?3vĪ@İ\I*1PveeFƧ @ G.ι] <~Y~qDPɭHe%ۿgwL ]_o zL*E/#A(a_SVn/IMY%bF4$2DCq2?y*:T/9 kqq( &U̾g8pڷ";}vGmw=GRu2h<%GW DzoO ]t`WrC{( R p7Nli|5XYcqF&7$nnRa +~Wvf5N9#8R U8!F^:6hF42MYpkc(bU@FwXЂwj lC ͎s˙oo{W!3oˋVLװBD3eeDb$׸6!DuTw1z=f82ռ8[P޾>JIIu{b’?"/`R,d1;p[qz9X~'{[ ր2*7QLٜzilU]-tb?liwIwׅcG@8`2PcT~;Z0HX`fheD#0 F?0&6?ؿ%9&Y+V_Fq!]7zh;=U!MPEw~@L{ծ壏yf_|\+2 w1_D\pX9WlLHD& I_8¥I+G .߿7Gf M%8=(Ɖa"< HzeNʆa9jg䥮~Š4ڔo~7.}77l+> $<=۞mv~7X0OCWStjU71$|P >Z]!{&Fڥ9`v2ov%v*JϏJʛ'ZݗF漎KHޥ"n{լ%JGn]Blo_"HѴ>dsl~ⴇ5"{.1/ ܾQd.ґ¾vJeN聢D/ޑ (ɑn1QNP 6^i!ᑝ@5o$ʂ N%zs?$,9& řaco_e:qUY5,ѪW[ hsMe>$De /QBǨX0d<4@ |RN%PsȂx*Ť^hTθ\D^N̎f Lp 8e%f]us=a~ c%#y//Hr7 4!/)A#vYC3UVz \M <+SQ7MZtB 4[ nLI|?9^ݮ妡>Vh^o˵ǵJ\}bY9lXs,*҇ j^.:-ӽwe կqiah!`>YHs3^!&R7O < 4_i2"i,|̈|k쯵Ǩc96GKuM )z~+lOIDa2QV,I \\A3Bxے+ΦD JH_0xE^'o#;T 6TĦa6w >VTRr>㜊f]phB8뉼vIeJv9eO)gK*%O iKWpJ%O1Zp3ګ#8mHGR}ݯ7 )eQߡ qJTrnz[ }B_pKT~9sbUl9\ ȽF"E8tqh9ͅG;@ .Yj /p5\ksX׺L;9̍7@[3"Njk;#kb1C_̞!_- !+2. )ДN``A:$ 1kSsBi^x$ C¥b3)GZN1Tb'Rޚ&yPEPm#UH_ErM҆y#k Pon~(CAw?C<Sќsr'`1w"Yn=Nē%wD>K~bwE)QKd[فsxͲiH)&b_Imt3gH=zM7myW@Hu9~8տGۂ_+tf|ЄV8^j*}9щ{ Β\>$|RzB͞$GiݤO[ ?鿷 KitsV_ll@ ]i5?G}yC\֭CCQ#vNTTf1B;6vB4aMx#U 99Py-yTzoeP8+C,hb#zp@ e>xd[6bQW ʑWWn(OTDm"oE. $"̓a>)Xa2tUclgT?4?8`y'ss_ʜUcnDPv:tU>/.X`R2.UaH l@.M Ai")Ku.Oq;;. À#c㓯5 Emgz0,]Wf %G pOD; SN[M/Q ܗ QDFNOէ<^ǣaFȳL۝T1W.2N#nR @qi0x/D* H!4g@(3F? UA*2ӷK,VBkXJ(p|Ε9p[D0- v \ 04px8xΨZ{ϪŢ%ǹVEgi=m7Uht۸85ofA,ٲ5arE34N}fH h@i!<:X9&xC%|o5 j) V=.HH?x{ɴF)|(N>^Z7Y"ߓ~dTa2U9Y6@0kDLXqs(pa0PB4zR"Hj[4(AyWB;fԉ]qC\rpw70J:BӠ! "޻[O_ԬX@Q U 2E\(dR$[Λ> sSPyHUi+YvQ S-0d+*eҖ d~&aM3(Y֢0!OHD Pݑ^ Y!ıеM3[@ShfKy5sz pT [ŐCJrOe1[~܀U s.)Av@(G¦!CXk(#v+PfOW8 nI"l!Sc-׌TnT?d׆ZB'[ be%n WyۻT1#ZN3bf%>M)+U%pتֺn$Yk$iя!XT,R(qf}h΋ /Zg2SSiDAƝѨ\ vԁƁ,Ͳѫ8R!sڿ(K#>11jА$?5 ƉPp:~j0/w kY> dZI{;~ "u,l[O~i_cDX3[>pV_0t.47锜>ԯ0^oȢc8v HM`wl=r&E6?.rj@Ѕ^TeY"̑-QN:и ʖ''T[ yBiCu>a)=q>k.A*_mÌX7vfX_5X:i"QϺG*rKNDˆ嵟 rmR%DtpVo{NQP o8)A(T ?GwotE:tѰY d5ogR!1SpfՋUt+6vֈhۊ k$E/wEvN{^'Wy0'_•j̚3ls5v?Q4!lc:uaj8;Zyぶ M FW˩ڿRw ϙu,FקKM]F'# χ< Y0YqLBj7SpW$5 6F/]3+y~'4J|I]HI^"1/u~v>#2[1B5OU6sE'lEu  f'KAnPzn,6$`qYTVw3J;ɅɳST]x'ɑjq 0Ŧ fJ0[F]E^{$} }5}3{bٸ1[3ZE:ySfUHt4X#h?O gn >$5q+G; ek#~g(mnXtGȉf{3 WB{d>9']Us#^Vqbt*FqS2kk]-`񺕾,k ^{Azf( M2ԏ`gZ$a$s|EZ4*XiG ϶z c68+;h" M[N@= a[^Nhu0ݩ^h6zGP:I|J#4bY+eR'8K:%,G9'ޤ']wv\)+u3A6 }QyWb g7ZskfLs9wJSJ/RrBcz{.N˗(텍F TKx,]'ӂ¢W)׺ϊmTsQ=ɏL0hMl~W /CyORYH%+|*?q@R.Q=`挿ć W- O?(W$Щ"5ie<.J𳪟5C-%6T9 В~ծc+:@׉!q:4 w$"a!\搙*&\S%n*6Rsf]|\a@UJq(4/ٌ"û?;rC}3m}ckQo &E74O;R%.>{_V͂*ɕoҺMhl`kJ8q̱j,DGGa"1.MX!%$ho>֗*!8JY97% \#m/$GeoKկV'5 +c栓-9ץ5B&25 MCIfsv rqy>!u]wbE%T"589ZTd2YM@fAg>-<7hO%Dj?>S`\ Ưm";SG J?)⧋K@,}D.[T!SM`<g ,xx_m\DSn9pr%MngG{!ƫ=p<Su@y{F5>.k$W'9[T0\GJ +/wbĢv8Θ!")Eb4:,i޴'eʆogF{^܊[pQU3qȪy,s"\&&uˍ3{o5 2/W/bԁz)Ϩn:",AAI%o[T'#-3ēɷRg59 _KwIxoRS^{_CӜ2ڡ@NB@F^&xsh2cjA7jDL.IkX'q._-§6d,Vl L";ԸLkx=Ru~ xX>Q) yGlNwr<cE"yn-RG5SYvXp>J{N9b ]w.lẌ́8" T`|s$F!Vߟ m{y$o8O/1yET譱@,hR1"멬}ZUގ~1WIݻnDa؜ >RXϧp\4鎒)~ӊ$?cJRqpԤԥ}4>d\MsuaF]D[z=*% 5 5}7,Wn^U}I\./pEػ>(`k&wۀ>zJv= wp2%CRwݧr NQD^s?UUjm “/"\Fw[Cזb gC+Nxh_c?IdHI;e.ʥ_c" (-J bFv{ uz9 |?"Ǖ@%+zQ%M' Wf{.<NU+9xفNmb/f( =&vO\],*ERrj8ySUSK0UOi"My`K> edGV=~\tt]  HhDڏ䜄6i|okn 4Ӥ9޳nJMCq%9!4-|a9S%w$@D1Kv:P]Ớ/̐ӫ.b(\\l+yq{Po @  p OQʥ-']ͳH%pvƭgiS@W^Kupuk\㢇qzV!of'J]^=:?:=':U9O 6+( : lf{|cRǛ) -qg"ajD!BP D+mAd{%TUYOy~`tol`..0,;-MFy 9|msR4R%B"BjB$>2|ai8+Y5^A)"nf)/ovPd Uww5 Zɼ+n{L~-[ Y'!D`ك NJgT#]yrx `ͤOOwb1F-|~ET 񽥱þqp$_j0m X~i=kD 7j 5Z?0@6}[Uʡ9m9YN+ v.-?,ccÛa٥z}1Zo܎) .Jq#JǿS$ȇ-"#VuSXeKpty$wavO|7Б~p㼩9$ًP[^\{oW{}PbYFn8\ΒRV2,.v/JRU"DI{H}a7|FrrV!h|ఠu2T'e=^xv)z]9tIuS f/3rxGf{֯J⡱4TbL(՟'H{Mײ,_&(dy)T&eK#fnG@5֚VHso0b<ځ* ujMD3uG8:BQ% =Cw*&6:A 2ڹ5;%ʒVsÚ)y)3?4B})vf&`mY`!1o>獮D3 ySDyYcoe1[ӄ2Erӫ#MvY'W\:gp#0Y@@(c1~ jDW9HĚ4@5&&ً!Y? R& }n@poĢG'(j3>]Y!k x/ {$}R}DAa\cc&\tgsu@##ܔ35Q@tV9 _a8+ SѪ]QAÖ U6HG`wGd8mFMM,͊P/T8x mӷ6a;%ΊaX:;p_OFѕNAOyb[ıZ3La4,gY׈bx(S2d̾im4}U"ߗ نÃ*̂xA]p ::fBo戭N_Fg[AtJK5buud/ΕS+o\FMZ\6Ym`%E˔xzC3<25ptpS൉Gʄ+lITUlV;ѕ[^bQ3o6Xya(K|ZשV_Q Т|n `>X6/p70DCr렿pսŇxˣC5xPA7wpRзǽ;!;Wo3_󠂭+B XjhOj{WҰ a\V6U6 v Ks.((Fu#|t~-B+-ĞN*朡nG'HZ<ܵMLS9{\1b>ɑ=ꋙ[6j}E'%T£ݷ龧 ݯJ˨ 3Yj@E-XrH\+=N'2 hGC("N7f4Rp C%%G)n 9f]wl_] 7fvdc⠇k9V5\^[=MP4A$w%/5vc6eưC7.ĝxAs~c?+|[}fhQH7ox}Mszavܬ,[㕯B(T(is˃tA_-J wX>z>KxǴAӄ~ RK\F#:u:U'f[<ɱO[x-j]k.K&V1GQ=G;BXCĉ8h'IW U9єuB\ֻpw劸4WX ݏ?n|+ⷻRei85ҡ2X,upkUT-YcgPaJw1X _ XJ;-p<{WķpewhFQcDI ^Q:E%Kׯ !ٜ:^<$Ǘ/7[{D63y]% uiˏ >"(:M>勈DyU"]~mzo?biHז/:iwncc]dҀR& }-1}䠫[<?|)0a7i`M5H:\ y>b[IFbTN>̗[B%fѸX#6ig@<ւ-FY_j1/RE&ILRR73qT?Q; ]e:7vȭ"߈:P4>;iqc. 2jîYIR0 S-HR` _{]VYr؏YS\ '1{!V϶ 91lM|vy7ѹ/2Y|P`3󺘓MOe.p4FWA%iAs.~K{*}C ΕX> x _FarՆ084٠}gM[ cYwd'&iDv`NFtt~yml=GG/L0㉫j{' J4)¨ɏ}LY&@#Y^褃n- qpp.Iiq'ozE?K)l1<q{̭Z˫H/6G0SҮ ʎ+$!o7P(tEZWg&Ǝlg^Pz"I+1S"K`00bX\Ѳ*g*+` L EGbl =$+%k4NFb\r+m~֓Z%4fѵ~Ar*X[ld߇ESv4D-GJ6 ;8al|6=3W6 8ǯ*+EZd3%0jH]OΎF](=eLoy7vK_5,& ~uWy'wzF1IК?EDgr)I,&p(KDсY'fH.p*È۽)P>r|JM79}ڴ|j"ExHx+v2'"^B>IiژQX_AN ժWL^E3,~N.{rU;WBQ= Z~ -EL4.΋wzMNJI27eCb"?"tNJZҞu=Ӭ9*k7;h\J6 ,4%i 8z@v1#z!Sp[Pv4s@ѮX|6=ή팼18cūSqMQs(Y3~ .eo$6Ȳ %sԄI8 +ߍ~#h~ zcyv 79jg<Ϣl-\t#ׇH1tWQp)ltۧ4V. } 3>HҾ1o~R*-z< ?UR5 3t׽xvBrݔ18{ w=!s豃s 3UDK>$5MXl`aRVD蹦Ap݀>^] 5{ʙ΅Igh?2@j(LE:?3>(|/WR&g_5؃sߴp_2\Ht{1`3}ڱ2gj.'5W.L.}i(wTx("HnԷ&]>$ߥ"<Z*NL"mȜ¶?z}Jl;TWO~5VgLbB5\9W_>gk7ER7-=;uFivniPЇ$0v E`OcIG E.Оl\'mȁ+kecUx\4(&sglZæQ$0T5E&wKՑe\'/q+vg[$~RG>Lrϣq}Bi^%1 O%]z]f,u)7%X*rŚXE@T1V[8Sa%v^ 0qY$nhL_ 6y+@I|8_y5:.|> wlxKPV}5Ɇ  ҇8od="#/l^ry+':H-EuۜwÂ\č՝$c8=&Sw:0"%B0Ѽ檗6nh.]|#>{isҴqYSz3T;X-,01`z6R9B/PED&R N%,/OoŶ[BL-½%R^.\5׮.cLީpwE17` )raok_/>F79QTPoF!Rʤt>)'('́*roy0Db8 ftZdݰS`5~+{{\B7@toeqĉ2E+$KϏu$V-Qf۴PnYk=϶6JÛD,B=w*y:O r dkr깪- -'L0%tJ$ywړx11ՅOx IXyX exP7`rձaŇ\ϒꀂ ķ8ZKަ~itԵ]t2_V7@cIYf,;V:lbweN!-1CT;) m|Dz[Zxˇ /z43*y9̼tWw:2*^Y yx^,iEYiby?,_dRמpv)ns}cgZC#((_p|lk:-<霝ys ο<{l.@,YlK7[bǍzF, 1hMКIʇՁ0"NOC驦b `ץMۣL 2޸pwKgZLL Ke F-~r)5> 0ZCFj\f$xJa<(wy=Bxdc_ ]c);7s}}i,VRkEMo0 •QwnQ[{qk獲.iCѭ|T.2. = )b^&p5kq~36L`TyP$؜EW)ұƓ$aղjB zʶ`[ zR.s8Kޅ+ixerںpkLΦ7B9օ=Wr&.1+Pi >N;ރ1uCuڍ6\U27tEl4rI=3*${+/]?E</WɃ-Hcdkkes_HwH @q zI˹͈ݴ.VR3&L%vʼ) q PtJ^1^(/k7@]J?C}=Ztg]dľLQL$m v>%/ y&Gߛ,H\d( ` cU}fk]+F@E`M!t^pD PklnGe˖P0s}{olc njΐWD1{#&3*0lh9)4O.e8 \0Cd@ٟ&i?J."\ gr_l (< 8O,W9 Zh1v\"IecH2(h }I{=%|V>)ON3FUe\Y9QP박z]rC71F+jW;K gc!u0.iD,DXZ DR`qyYLhrr-Ic..ϼC3;7v7CS^3[(ƍiKIPO< $$0;0ObQœB0=zI,V2Wdz* ,^:S,)?.][ߑTqU4`9+'m\?*Iic;u璾zPC\l-V)T=0#{kzo >ݐzyJT3O ?UW}4ps|QYrpQ0!~`9rY6ļ׌H`kPţ!qBfa*װ/-}vsOab]G ۛSg?]{Q J}x%9ZH\E{xa.. ʖ#`WVEMu VL!DS k:Jj5B8?Sf[:Qӧu3#q( 17LdpС!c*3^' _zEf~RS7Z俹lBLnc .hEr?u#xOݪ㈍?k ۿW''A[ Xz,.$\dF-f\*Av E*|ӚyW uBD麘9uq-I\/tHXB._cp /HgyqkB%w8N40cfsϽ/S$} /x7]H!*\`cP8] vAf֑l]` Ή\ 6Ih&&TsuH402Z;0dNc, cl,QJ_՟ –vBs0 +\fbmm??Ž.n^bW{FmFo^:yB.˭B64H2'IҊ8XGeϯ&~1kxUȚ ֳv6>F d1\ ֿ yj &\l M;ʥL+3L4E“<2K 9osЦn/ɫ9ԢN'1 GAYY̦l < H? *`yd' f8?71@E3O$N[&#@jbAMm+)/g6yL$InZFVT(v_ZS*l./AQ?B{DmUۑyJVQ^wƗkAph2Ƥ_5j:u C]Yc-W Op˂%Ocx%/3fR#2@Pna LR$IJO-*uL_a޾I ߦԍa="QeDk)m@9aP͉a ,Xtqa=E=-:$"+y&>ue)}M#F %(w7 +8hB!Z 7pO]D'y6m,Fk֔ja&cfMf+QEu5=m Og8̂b8  2.s_578(ˑPnD)>0[U'"Ybe79 .pw<tPF6R\)ZCܢ@D#˺oLkifЫqK|h^򵒊 2 A\yOqCa5{F:2ЋoM 2I48A\p@_hg: Bʄ{&!J6B߯qUۡ^aytw%Iű;ؒSfiUQ,2r { 4k֎_rvwG ouCrEqIXJ2&Tǎcz+zb ֖mvӕܮOjr^ULBDYT**JLT|֕64"* fKk*a2ֺDwif>Mw%qF15 寙ok&{@TM;:X\ T9zCps4}Jamvsa"$uk;]0|_>*_@4#Y?|#Za!mǾ3L멤ſtɑ8\4Ov8xNPLÃ|3">E$ϖ6n5%͡)`%#0=ﰻe)݋RalK/e2$v(0%KhJY|J +ZI}fw=`*blt.} 6b::6Uh:^ wMԳOxpY-==Lx1 F>C˙/0wƵ*Gp5wR)յVWh>y^si$V[3o{zl#``*7b0.1h{ud2tSbG߁( ; Bň.$+.s\2H9"TNaTD\2R-(o/ׇm~C&T10SD:E*(> ݯC'@J͹[FMᴴ7RNt % i$aG(oCkphC X FTk7Ap1oPFOɋGFXtynAAjt@Sm30? mZMabL .VRj,pO꓂MH]t#gAs7)0p:SH,Rb3(NJȍ?? >U?x&}SU9N؃*X8&K;n wY SY/~ NѴVoߴjdzm}ߴTUw-&d0`c ef=zʋSl[T,W65.h+|H6 2tD"{+{*^KQkiIj t6h!a*/"V-DCU'>`6ˍGiYW:WזKg{sSe?][Hȭ'YB/`SV#N篁!,B xY7O݂.<-YtG4M>АcRp܇ݼՒFn,M5Bƌ^t^u*>_qֻw}!%A7^l`ddqil> [Uf'iw'd YrY; i J <)"31Ѧs* D0ڹVJRȲ%Qv h 11ө85V(YB5dWmQH>SVN BGv~*^0sDb{߭3'Eh K!e@ -~_ԸqϔmNq]ԍLC(CA!`` !8Ƙ3TR-\8 ;P$|=s{JN4܆&(et矠:\]i1u.eZ$X<59gDdۤ_YQ-mP3a~ }|#ɆTY'z96 iJʳRP:h0@A-wEUIngVȶ|BJ`ȴWes@&\M|MǜR'`Ћ%#׾~/7k t(8n6 Έi\ċ Q*7j-^$ociu2w~]EGގ;atR/y*J܋S厷1x&T)Jk&s`d|wdKҥ@GWPYy{]Uē%K{05 r;׎4ㅕn %וsoAx>; rN! cջj[ a?6!$EF JlS~ /ٯmc(nR_5Mt:Z{(JS7KZP$uҧ_Xn[uE6:lNJLԐkmqRqF a6~5 hzv@ZL -q=+.zʈQ,rT1 |2ےr=אn^|uݣfP^7$2nfY J[eXy;3H]JZYd7@5a J:za4/3r+R]ݩg5D<'8o/ݭ-5ЗDyHW^kO(Ra, #c 'Z|einINN5S/)5-g n!n*z-=ǬfK,!s 3QC@02hP9A:*4QJ;zz˱$_߃r3,ĽԔzH_ bd_i74ۣRwQErCC#3J18b /x'=3c0ԒV!3ex2ڽW WxSE߾%h9-$qL n;!K6.1ٵu"C5e}E\ف҇89i\s+TTh`A㿟+2quzW# NgQ{_742J^@qC1  ` ZP1Kb;~5}߆BǾ? 4Ru%k\exZd: ɢԁw*:|kF Ț'}MAo:K -\B~bFh{ryrr9."(7)EKt:3_!TVH`s4j,a!i8YP&I+jVU w LTZhv{Wjub)R=c?ʅG2TVX}p@sqpZ)jdPٮw8@H!V@~%| Rn]l^Y苚5潛I#=ҟ8bf-;B7z͔6fc7nߞ[E e$-yOU)ɬZ;c;}\ iFbMn]IU9U~dÿ= x3 ?WA1gk9afHi\r {+/CRNfS#N>k7Y/)"PHv/zM%U7k.el8SoBmiMH,bl@Ta RBkR¥qDk*?JvoNVoȎ}{Y|+d4Mh@?H/l; )`,B{Cw,@;al=p,hMsC1-woE/ bԨ(ޢARSI)\--5 bRX$nV>Tu>W@A6d#WFBbN3v7EKJ< \QH {&sa 9ZZ茽 k7:rjLvx~wdbN+<KSg3T7iP=' &ǤAXyШG̲.*~6Qtd85զ.\_{=X*wnh1Zֳ({/>VsG=5tGT^XZJ1ˀʙJ|Hla84au M % D<\:M&eyۡSPTh|Ӏ>HB0[y?b^B%>F?J*&rnE0nAt&};ܸ,glC Kbw͛]Y1Һ}Bda.S +CQeW2"e fMq3 O(U$֛6 qDj@ٝlW@<84;d)JAvPPs]C0}UAkpTvf1(1My|< yaJe|hT*o @{g*}jp)@QDbc0/W$=.=R2Smw_ٞhL\f/~TǓX9!^ 6>1'5L;ͼ=-hPGE; vๆ,<K8Jw3 v߄ 6?0v-S`c M)wJъZاww|p0i| vˊvpd"Nii)_?chy%( ⵴dRp $8['VjL5Z0E[3k𒎳^}t;j^QLݐ6J#*d>bQX^$::x̀ 8"GcJܸ*N}5J+Q&oS܀PigŕKK[$K]q'>.BH&3"UMS8%G֭i>Kg/)̭3GW].Z=i{":I:;lT'uMzpƞ̔4Whe0AjGX6V*Em{Nv+ ×*Mbwկ>xTw po3pl넘AËׄ|A?3zo֫s*#UCajpR[\]yK:9=v! TF|{?v^P(~p(G+?`F= }_)Zxe"7#fv46~Wճ[ޠLk5lmLʫJ~5uZP6_k M鋝ڲWD"'eymBfx᧘@ A48A=P\Z>B ףR EW/sN)7,LHDw z,jd5=LAOY$}09(߼y`ib[z/}) d`s@mo!ò)k x. 7G.Jp:mK%<5J'_8 aW1)o0){h\Iw6E͘;9 B(2 ws>lܜ#ǹ\^Net,$_Ӛߥ# M^ <7j'w=ݰ?*}bPnϔ P"٘+~6#Belٚa룗[3ԯZvdpO_//RЧ~|Ĝ}H[%s3q؈=&%$0L CƌZU!c'¤J!eӠ,->_U =i0٣nW-m$hܸ{b/Nj:iY>"zx B^@ScYgLtg##Z4~g,el_8m0 {PA DVj R[Eh?y,֛3Gb#%"wH7/)ܘ 2hy/+<&[9Ʒ7 -s2] F"m3|lN)/pswB:h2sOWଓXry]{WWRԾ;uUVbW𱾾?Rx!hGJjcZckS_BCZPj+Щ4wb[kqPd-"Aa_&#^L>p,W7~YO;Td&Uz].-n =㙞P_nrJuj+l{ߞ^^cHVz\D2؝WRϥR[~ Ɗt 螛fڃ=Y51k [/>O5r')y9"y AG|O=|?` %&ًՃ=Rw@wI:F C"^pn$*D3mP+J6748.L^ZAJфyMJCI~˺ͤEb]sw8ۜ߻|h->q6:_ʻ?D6ô$]_Œ&uf)Ɗ̡(AA 2Z7Ra;(@uƏ[Ƿl""{r60V|lHrkWdA4 Z?A N5Ha~_7]z 3QK12S{ど)̰C݂sǨ&m^n: aZrW 37K @=zIMcqBў== , CVhi>OP#p*PniBs|ph_+ N,gd;vW_wfcFcuґ[ A޺SN <}bN#(])*:}?1x;嘱 $ٱIBM-J`~Go<"qm9v6D:Ic͛u&BČom ~X7ѥ("heRoa蚰a:qG@߂$/E YKs;I6Կh SltS9>BC.MbD-`)5 I A NV^.L.9&~!{ %Hs OG02FoA3SGfzmTI S-ͺrs%WbBMY=_nF+9xAWO^T)R%$13;@XaW@c%h? NMYvZM~ KꝮ5#묑&3>yǺU3g]uE7喗5W!9e8s.lLo H􁎻I;p!GoX)ÿ:wf0޴93N|qf~~nԜ BzKZɔ!vc'䧷($."(4Gʻ9K3Նx%v |vE*ݳߦռkk?'TeL=0'䌧T}IiG^[GrSbg]\cX('%9yKy p lܶ-+foK0b F+oKInh}.cn9Cf+mW4^*X!SH E3$_L ($[;d*ˤ„q iB؏oz3g-Q7Zs%0/_8ב-pkdȹ4'_=ߘ||`wIGKBcOJ'vkYHIQ<|[t!^xU\г:$Ku-NCFl(__6ΚkR"9}3^|W 2QHM]9I3iVqoEld-ʭ*Q{`iMʝHgsEc# LkEG}=B$³pEt$}z tskL_2e|;] N.lDk<%[ +B[sj~P-c_8ܿ;Hqp?n$Y*iZ]{%`Ֆ9%=u/OϔIݍ,ͦx"~VBP[݁-%p% :wϵI8qe V#-jşZ塉N jVW`(҆%`1A/oPx7T!+KssȐ)g}R#b{Ӑ=CX\ 4.9ew!_K暅fh  @=y\aǨ*g^건QZB HԀFW."j&Q`qd_ :[g?%a3:3!A~|si9U_ Uӣ}2b qAУ`U#œ[ *uƜMZ~x_Qo-c:[ǻpIb|g#1XPxfvx)PTN1 ]y6KrLlp5=ڜ##o*2<ĎۅBɎr1R»\=ܻQFë4jrl %!(jgAXI\$,W08PLgeTÐQu'aC.%c2Wr!h緳h,z?@h5#n-2rQ~*MyC滠}8VQd_"LO_pIB_d\컳!~)u)P~?mϥDsNe 4qn1.BOYH>ey7DaQ)\곯_ 5Qlb2D4ys,* m?˗@zgB VӶer<'a6E KKa2G)xkxD1$-[EY,2KZ4ȤDer\JA7˖9_κ}~ɦg@>nYء2-# ёHkƁz1/O%.t+qn=S_{k rt~39fvIg Z8:GJz?nHedA>sg߱k%< ?6T{} `h" sB]a{x8kW0jӡN."['l2+1N7Ph|us,ĸ}jMУUi|ڐBЎ]vq_b* y&rB)DkτD&4f0^`nO[eAMBv~t%;UN F::jG5mJD8*q4gرD\j&)V̹%L눋:Tfr+?@F5Go`?ۇ䯿”2}7V,TinBP17Sv])]3D L ]ut%S{yHWVxS@"48Ҳ'y7e)dukjT69[aK"*ٴ4"e˜dWIut՞3%Q${'GwÙ9~깠"9"EULu\dj Fﲎ ^L)%g'6J 5 BuC7 KKMLѝ?ԤvR dc}LPE(]@AouO (WaQءsfEszEQ5ىyY0*Z%/=@bSTSFo+ d_៞*@ n;J#5Yf &'aKZ!Tr\Ɂ GNq/IzUG$aL9^AX|<;'e|x? -ϖ‚S}MRǖb|lhehW޼?`+[r wæDįbL Av/ݫ"wi¼l-f7N|:Fuǣq6_RH7ńY4̈́W; o\֣hZXY?Rz04<&,7 {[--S6~Ԍ]'{!y%],͠ c ;'f!5<JLf)ݑDEu#{@gbD Skڿ Kh+4_iPV$ P0fK^~w M}~x.L6Smfュ=t9Iv[D fnvb`t/Fg,9^9\99XBLcr:O$Q7Wyf$n6Q3eۜʀ 8;K4*N"/ jHC9W$s`D1`Av(rs4)Τ#ԩ,;-j@;xwe,#+dC1QH<y޾dcG5ݷ+&S!9gCm4 C&p$!%4%xtꢕ`%=ib~NMi' q~IR/ԇZ/m>-Laע PnXWj7.tR 1\28x1H0:mY:Uq(V/44)&\c`UG2&ұ>_e[ %3^0\fEĩ}vK~`Rl5t":-Ajיyڊ}4`I9{LP_f65rkc |pTc_QQYW:"C|;„``X]BqRUuPd"XtT8) zXex ɵ@1±@c}W _rzp';;Fk)B5aUlIql&ڍ cb@AX-j}mHKAuKZ@KZf? ":u l26:ֺ.(p96.E/Rt> IZ-ÓI.tPJIBl-\sc7vHJq-|$&1T*BMh]*r'gbO"I9oH:;8Ɣ";v͙R FkiTY UFwN'{v/nSK; [)1}~_DH6BZǰPh:.@lTeѩ^*M 2F={K 6'#6<hyzzmm-\+D3Ki.،פ%8-[J`k_!K 'M3 + N^Il.}$t!0*dϛG'KHfvCopc@ u‰k|B;T̳A0daNd5jH wKNz6\oR2gtsUk*Z kڵE.y#sηx^k0ٳ#3 :OEQ<(ι]kA3!$&0NɧOZvaIlEUZ"|U}/%YjLn̄_xScDߛ۟G ,2bbLUEp\y]a2|y=>'0O\^Y}HL"K&jD@Ǘaiz9|m{#6֮u@bL~W塈6 ATI a{ly ̂NGR%^w$LYb:h(+{IJ" ӧejJ\pC` IXD~my\ F8a _: \~6KX:DnN2z[lP2w>0GO]這1*oS/0m͡D4uB+iW= j7U<&_LJě-&;BE{lRKWT0ђ N.:C]AԌHCn0|Xf>IyJ xv gj>\ʼD\cvZNhSe @x#"1"%;9yli0jc$p4X r%^*Wju+z F4pK\6Eu4|17liy^Q6N0R'[–d `T~0 OK*{ 9ϨX-b{\tϷ~Lm~@l"bhU<Տ7`MۛhBc}s tTeשP -|eD*f(hj9PBLk$[Q=e DHM"HuR*ny ȏ2>)9KFZT#ţa;qy >xkդSKUl/PVy{(%45-o5P#ʙ6ǰ,wb.i7pnOYV%ʣ`N7Ӂ}X@e2^^f#+K#uxg"F<7cGr4^@m.)8%9˘|o-.`8Y5H\^ixOUjB:*OK;MB|.3Z&@[G[Ů}o'b2?>ټŎyEzĸ3[E_ ]yMFPQQƙCȒ8=/ǡ\cd (2}sRll;;O>%s=(YxߵjmȽn *p}X#R2U/؝[WEU$$PʦQr2_ؚQ5 <@.]/7Gf ۊ c-lӷ^dB+J&6ˮoYG'xavguC3vo$ ':r[=5*I\c̪qb{}_7|Q߽mnAc ͽw#P>:{yQ$ʿ~ӁL|3.p/)>EI81җ,3WI4&ql%_ 8L)m,E;*4_}ge4hBT|wuCrm:Rs~AZ{'}CV?8E!Ie vQb*n20OTcz" gɨzoIw}"lPAdFn 6 .bPI/pUؤ/TtKnUj <*εĘ5ᄱe.Rszm դ{n5?_ny*q؄c-܏3f)S\h\ g%b'{\+,aQX<S5{5jZ%:]Vڴf*B*)GKrR,FSJdThwL[Z(MC-๾23VP;- ]}lhJvQ2JVx<'ߕFy;r4Urȇ̂!Ua8toM^l ծ ,GLgZ?=ٗ+K&S%ŲѥxNxD\Iԭ1IoRX˹;(,a%Ӑ+kc7)g}\ $ P%)/۰߮d_[ݍIJWcC3Q4=56A_pm=_tP'ޞppR=;u[,)eo&_l㨊5reХZp,m.,w> ZI z2?BcMu2-ͥxuxy!9!kuҝ苙G| P. YZ