sqlite3-3.51.2-150000.3.36.1<>,i ~p9||J<'@(}/PF:0JD/O .@e,J-?TM h,炖Vvs]1YR[[m'צUtbF8j=_2NC'T~ɡX ~RoJEk B#m PB@Bc#OX=[ ^lHrQwE"'kkX|ז6Gޔ3t!&e TR.lY@4(K^8vuNN>A$?d   >$(48Qr      8Hls(8O9O: jOBFGHIXYZ8[<\D]T^|bcvdefluv w`xpy zCsqlite33.51.2150000.3.36.1Embeddable SQL Database EngineSQLite 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 ~h02-armsrv1vSUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/Productivity/Databases/Servershttps://www.sqlite.org/linuxaarch64^ HA큤i i ziaI1iaI177e3cdace4a065d041ed5ff5512259becbf437c855e6c38f0522b0d2dfb9182cee6af51062b30d532991face5164136ae6f84e265ecf8abe89dc69dac45ca1e7f0bb4cd91d25da180122103ddb1c6f5e1894cee07a769b73d7be6ac8657832farootrootrootrootrootrootrootrootsqlite3-3.51.2-150000.3.36.1.src.rpmsqlitesqlite3sqlite3(aarch-64)@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libreadline.so.7()(64bit)libz.so.1()(64bit)libz.so.1(ZLIB_1.2.0)(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.sqliteh02-armsrv1 17701955823.51.23.51.2-150000.3.36.13.51.2-150000.3.36.13.51.2sqlite3sqlite3LICENSE.mdsqlite3.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/sqlite3//usr/share/man/man1/-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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3e7bb1f0cc77498748581eec7d63f0173ddf2a73, for GNU/Linux 3.7.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRR R RRRRRR R RRmQ_rutf-868413646e3c2c6dfce81bcb1873e43016ae51b0cd1506b45fef324261380a0a2?7zXZ !t/]"k%f-Q/ޫte=ʣXT(c@ZXAL/;|uSņ{Z8$D&?Δ(fRbPiF6ӡ i&hbƚ@H [F{t)`1OKxh,%p8S)1M$,m- ?z|vMA6_V 5pe 7LL{EԈ5ҭ;2o0&n 6%w^°<tSYz&ĐI{F_BK[ {1w.@*-5[e,Z탓@RS;gq᪙x+s J((:KB,t jƘl|GK=6^ Z D-`@?]o$K1]2'G_1>bX;UP(U F7#u.;81d_Rn:iVjv2Uq,%P]g=(Н`k,2tWvywvul )dky:~iGu:<}@nhz9ߋ[Ш!0'Ԥ^pVivSN?3 4X:Sd0]"đ >*/׳?QŃErL؋J&+Mjhq@W -d^%h@E"iĵٝG:i,LNm;g4JOYpSDbQjeɉ٣33T_5G繙[U`9 }yrB4}r_8Z9V$9o28pF)ØbQ`Ť!r Wo :4a`B>; C('i.8%tuوNȿqk+M@dSͻwߴx, y@We9, >WF{7|GP8~^I( GFYCekƇ͏/Xv/&@iI7$ +oH`J~3ȳWņWk`G*B`wrwDčqZpX33Pc!ؼgn#F[w.nzPâϻ]D-F/J(80x+ { XC4t^"E&lYem˪%PT hާl.G7vn9q>US:dUSs%Zq/-@=!_K:oΈOb>xs͢/3G#g@rTKz}K 'J!f&[|' Ձqu|ٕe$mCqOOI$3ar! ]+b[ꮭuAE|K 4;X,(D99y3*D"S-6+,5 fwg|T%s#U?zuU^oPMFj^V {&Q:TIWtIi <0t E$d'/ΓFe@"㯲YLwBA!+5 HvA@lPltb%"PaCr4-w-ND,5+f~]8"NΚ. Zʴjp+tC?LT $ǿ͛wD,kG/ AɅT ,.q`K?W?JURDj#-"gfU&cOKt,b:&\) r(a"3Ĺt4f{tc%OEZY >* -u0}Y%v!~%۰-m.f$UZch[o t˫V_ `#;2#RGn_b"Eid+uI;:% $ }. ?į]5cNc|(3?n}$lݶWo6S݈i(9>VSpOAdSTE/ym3qwq#^~j8QjaOb!9ζ+qJhל)qѭx%s #`VB J9To<%@ Oaԛb@w0mBN02BS*8Q p IdVyC)xA&aI d|+<{^6yLXQUůp ayI!Q\i-2T*'"#Xפ`S8#`;0_Y&WF@: =a+U"Ak5 Th%mߙ{SL)}wS9ҹ&NDf#$$\𸊄ފ%rrPX ãxBnFka댒# {:"T~#;y:uUZk5 cߪ gxlRgE腼ܧ;1(* Bquh8|xE[He%v#)KNE&`t{sëc1C x<;x- Rn.dPX1_*#EK5ZuU2Sby,^:焱NJeH !SGᰩZ0hC6&i7x$\`rTQԩviJGk G_էIn @$$0*->*>JJ3+.$f8b_{ƳάU+3U)RipE-T<$sRcAIvQ~3 DTβJ[s}*H]Lʿcecm`I5ϼb…E޺f׆3d*u?A}zYy;gku-ԲsWo{7r?xG &+]=jK: Hh)RP25}rHIV7FxUkɿ(#"P= 4"V^ܝ!$D]` S=9㽉iEB]jD " @;(<*.H S4zjڰjPಭ\o+ЮOׇiWK,!Kn?&$'V~$빩Չ*h $bNFCl`LY~F{avЃBfʝ?()Xa ԇ,4V[U~@H 9gF2 ȇ\2 HrBQ\BmZ4B400 ]q)V: nXo'ɓi5\y"aqk=MߨuS4:_aȵF5?X4i Ղ,l1AˡD b ǻ}J#e]`Pw tiA-OD>eXo)trՆ-zšIZՖ-\>a#ݒ\sǜ6r_Ve} gCj3 :ڗ2"jY§JITEǶDH{OQb\bq)Z Ez%[Mo_/TCDQAhVqLlO0_!AT4_9kĞn"ؔ4˰],gȺ[I픑c7Pg~RN/n%VK|nIL\(X1*\bu}oc4 J}G7FВŘrz_j<`lA9qq*rV5܋}8| 6 ڙ-%>PЙ<{鐊>ߠ "Re*\oz|/2\dچ*qWW`k S3y{vŖ[UoM͋<0g@)zd)K0ϩ1xq-Z2 -<1yKS9^kC͍i`h45pRwt.@ ͰwܺPX>EBQ&t!Mޒ>چ䭇YR5mb1gvdkJ|; rh2Hܲ?hseRXuˏ; #AXyB0D!zzt(1<^` 3(9{9R$s'PzȠ|*#4ͥv$ik {Z$`mM_^;ec\"sfKye zG#qVy3I=9k5 X=~t"nM"`U]m&AQ@-z][}zYez*SZ`WwD" x啕y- 8x|r#XWN8 ZhJtg6?6l!<Ҧ({Z V1՝g«l,8zخ9;Br|2̜[V{UgB·xoyv[%mE]uX]9beQ$EIסt4gDbn+\'wrQCzۘ A;$q;H[agez[.@a|LhRka[C{ fl)L5W<Ҧ 5;?>tztvI zv QҼ*?DRPHY'b7kXJY:DmlDڑ`5ƴEXh3MeAp a胛&[ڕPqG5{ǒ =W/-QcE-"j|佬|}YE@ePyݣ:Mq-[+E-(-7l(Yr^cVYՉpJhe{e[CK͇r7+ղeC{!! ">Z2z2QL8^052?%uT73rb F0^Z13?a9 ,q | WCf5]}[`?nnGB;2|2q/89`jf3d):+AX++,HO^6n[1,f=۽e ׎vKqXPt$Od_ƞ}voMofp5ۦ]n2%ۯ/nIFf ͭHu]. !,KKwry0{=6 CM`Lsz.ś^;.)0D!u3Vp!!wH'ic{@zc k]R2Ї^3YЛhAs"v3+a GMcka5<ݕɑ|O2:?pLS=esWsr1Σr^aq;Ѧ-mvIe%T7}u¯p`f{ @V4gkY9.1Bh^3kw@ԞTsP|~o*Ik&,&6 z, +R}87 Ђ/fך-A~{p?-jj]j_CRBi9@Uc1+ \zޣ1zE9h+ sLSɽ:=fRgA$=RE@Ğ& Jmx*Z]{-H#x$hvS=f3(q!Edz. *y*R~&= 5=O/$!zYzFﶕ;U ff6J%zɋF=l֣"\C"6p'׬ye)dlgџuI15>5YRAE%UmJ<0A"zF@aq6Y cJK80J$QoY0EX62 lQ-F]. 6@Zԍ}*Du܅>vWײ s70cR!TA2% ~ /:aJY/ڲOG?Edo\oZRb?^v8{;,w#X!r$zLt.Dg/Nظ&,.U72? T@{iz) j`ި@z᷺q30 9*59l~ no" Gq)-Rfgc6<\=#⃕;1mĤXК|w=w|FCy!j"Zçʟp|XesCT5'.\LC+©Ț=Yg H7|vKoI>;v>W+]]P\=9ӣUpy|y]$<,.vs{Alw>Y8}d 9>GM[,BMF Fԟdq3#g v蕉12FM>I*#yDb "!阾fM(ʶ87A o9$nfUؑ=mm{̄BaDn5OS`XB,kW۽ 9pvIv(ֶzE򠎅@n<)/}e7$4 m2'&޹|3@}j^3y];kL+X\WCU%㊯cڀͪ#zY8+:YjZb!Ey۲\x ןnxOsX#>fXTʣ0@;{:zbOρ}ȟ+RHȅB Jfmh!I~&U uoXH .OJFF-ʳ`QW\^Y˔ i318B?3'#1AYCkXv/64jjFhgw+415p!Q _Ff9"h!SǔIT+ahu dL_bދ]ZJxU\f$N~I+NV"t*f iJ{$^2dVZ3I9ƪ=- %q5I3(Yf9"љMgGNe Ǥ8⛔Ǯl ߈m[dߺ `̋3~^p1dUA:ll23tYMtM~e',6a/+?0t&:<7=FP̙X]Lu6(`=F43=nvnfWQi_\Z-aR_-Wg8ã#syJCdE;4* :M߫.heEu.MA(e9 +tHUv9)wvW7uC?1-g3.~?\_=3D:1=,KȢ$C=AQP=e;2b|4Z{.idmD e"C&jnƾ9,u z\. uRNw5RW_=dp᧐4/$>>Ѽ3q޹OIƕp[0ՇoT2|#w>XMC#|nZ>ࣗCB,!BdÚԺYe.K@cu^Fe cՓ8;8~,(p*Y]_@o{v֚{2)rRtԧ*upQoWk?G}\D؅ϓE5у{̘hh@(_[9bT̍&ӱI@WZD-ɣnvANўʁDEFݸ!76waekFÓn~9 Ez\OKS%fSdBҦf2)Lj(Nlh\7QGj]OkcQmc#"._ 9)̬= ?6ck!dh?mJU׸fcuY Rwsw̳bkF%$<:d0*̩f`X ņMg)N=f1&5tY[uV˼LmP=?8{oQhR(- { 4~#;;S@0(9%G7H֊y ~a@E빇@ɥ?D>ҕfB$3keؾw^toOBJIB;ڃѯբp\lA R=}gtsCa"A9 ZraF7YNp>{5:WT$w\Xcz' ad@QN HgTkȻ!1EjΐYT7VZqDOų[7BhF}bȒ իߔR=sRpRdqNXj=5ӻZ8yk^VR>P2 Y{PU(صV*]4xX?ћ35a;6,ΒNןopN%e:ϑOrD'8{*ʐ(d!J9[`{pa-}R9?}[TgUMbVJfCk ,2LyLG(ӢŪ+oW]#ۿuKvHt1raI!{N{酐.:ڧH$kY9DGBdZ_i?9[o3e}ܡpنgF J6 SsWzOү\i/fu|UZ;~Jh6z?jBIBX[<("aB854vRZ̲LrcpH)_E0o#BTj}٦_X)nd2]F ),>d jv6(Q}}ưCY!4{isDC+_ @)I iH-DqooJʙUսn4__ۣih#8kq;9Thˇ`K÷ >U.UsY=" Ek-@Բ! jˋ]+65AcMZ5 e3&5uTJ04Vfc+m@=d>׋B/}צu'O'Vy_56<1. $EF&^0OMwY1r$ϯXsڹ%zD'p٬!!6!7PH*$ >mGDK RX1M ,4F"Ck𓠈OP|OB~,em/ (&rKʐgg=NM&oAA>!v/ Ws4 䋞 Aoc)2?Pؼ_hmf>4)m}S{TdW(4(a'hK%l/[ohy5E0ٯRm3z/ay|w} PQjq>-鲭T61mم\&y\,gX*ep'< "g$JjR'pN+hBzad-od J1-MB"[oG"&8ۤ?|<}0ݥ,fWÉ`mCG8cX]?}bePAã*f`lBfk>FH@;~}_$f5b/t~\K2` 9 ЭÖa";@fV3 . 䭸IF&]ly_%ceb`~k ыEOME=f$oCYE*.]l4Siwi-%2yYfAwYszploRk+ڃj^;b0?Za׮Q72r02XվFu軠5kմw5f["WFrҹibh!PlKb4dyB57P~ZGa Ui}n[ S`E|i](47فi(*p yOO*uBc#m.{ƈXs3e58J]?x 2AѵW G{{1&D]`I<":\]4 XNr0YgBGn)$U%ϐۻd&J…JƎDi?v{A.K[\[-YRQ플^EUn٥܍ "W8%#r')#m NC,}Y djt%TlYt N(8B.&H=Ghw5C>O /0oMi_Kt>q%bܲJ'$6#[/?XGIٖnÕ=+QF0IޫyFp낈"s`(%+\Nx "7ҩϥ0icPE/tM?JpLį-גy€'$H1K D\Dxτ|xN-r,Tnt>#rIy_x rkL.3{T֯uOt3\iJPj)\ ©4qh<?'RNlY65 V7q*֖즦#y  dHzSLrBiQ皹9 %) %v]qVlPb'Y'.s k]VXN8^JX%Wz;%{[wCskvLAh/ff_7BŸrY Gw5"Ae^CHQf* JnWkg$  2b#AvAò v֯:a¢[g]DNy$ SuP i5FG+{aL B\ܳR};"R0Z.A"7wsPadWObXyP 9)YBl6cq{=+9!p2JgQӱ }T y;8v($WU? }{Pu?/^[kz 8rVPځou '$5i t^$HqHnwzvH4NK+74OWT 3HSQ`9Dc4+/+[ꦦbg.0?]}T+NThR=R“-itawŢϽɞG9-zuD]siǾhs׽'0w} )Ī瞊 $M+YS>%HcT"-+ P?WtC$o xsEkA: HFHh f=zה_6~3َt.76b_7Rd/.m]ehkZ#g^B}+W~.:U6Y\qZY63Z1) 푿؛COQF=ha+g, LP='Lo[ݷkE?|1v`UE;v,;+蠜8 cyH7!YdVRl'e Xc-wIBv;(f0-cGBNO]:񒅮=vZe%AQ^:E;sj9픹.Iv7 nO} =، tW O~ d4]3&P2 Pӡ}S ][$BlQmbk07BQ/B8昃bҿ.!hו("&"r јGc~Ax: Axρ[6fĮ9V37V |Ȭ;F3(>pW_=m ?[Pūc5"h4Ñ.\xbKj)ȏ3j?扵aPD{ YC45$4k`>}ydp~D CzsEz'UhWLwp;D/-Vcac  O$ۿieI2pឨWV9 e`iv[~dk@0g{IHs*DfN8fHEl= ZIz\,X!oU ^vmC'*%Cs R4ofLZ85W@Ҫ{$x }mlp=+M4elC*RK[/;I=Y_͹wjUbḃT1+7饝Yʡl4,ax+uQꮂkc%VG*ZnX?D%b)EZѼσ[G89-R&T4>mP6 N:KRk^56m1 <чv('\~F/[d.VݰXZ=62yy%:π]6PO 'njmhfe"\0VeGCS,3a5U]{h`:^|Z^8z, f~`5NqQɪwQq/dQd)1Ql3X9DNҐ1lg\Y@ tVTK8C%aՔhoVcgrFGP&,yr1f̅ۈΌiWx KsZgND~׬a+hhde ,XElc{q҃+XڗN,m-׊΀΃of&p$9لغz0TC-&L)U =}9HB4EziC?f3As a6|ɿo$Uy&2S9m0-[GMtCUFsRd|:kݐD-Xb*A@giZb-G(H1cUR&7f8Yuz3Ov᧷ +9ziv)+l$P HhQAμ>Jp7.Cs%;zAm;YŕFڼePjk-C,21fS!_΀^;rt4ODIct,g Q&f/#\.bUpU9E_q[5=-Gq̝f#®9Lȯ((f|zZZλQ6tw&AhEzHX^dGyzCGo9 grYo,-/zXYG\ Vp;LWJ Ҏ9ѴC$1jj'7M^δENd?N\2sC4YZkμҿbE2(OiWVs3;ʗY5nk 4C#n+x3zu;eQ{O 2EL7'l39\ _!!oW܏}U;sAMq-<: tHʵE _8A`:+ Tc',eιqB6*DO}Ox Lt Gzʲ:@egd& G O#6x?yz.|Ĉ"biMȬa!OH$,\sf\#"#ꐓ"a*AYvX]_n/E<܈Wﶵ;Dg'-~AƸm3;"B1E) /fC CdFRQdmmD;Y0e_S[-?H)x \u :FMkpqΕ67& 鏋Qw eCpzG[̏^n}0B\\T›!NDIÕJs &ʏ&|wc1l1a'L)5SIi167''T c?)X/P]KlyX MAs6$2HaVr]#^/ ⣝3XP}ʝȠomdpT- q^~hT[ C~2nFDlwPm4E|+u~ǁZvnM?Ivp[_b7\.J_R'ǬWe{51FN94$kcr?Ã",BrW6{ּ@Z1WiFXjKVB'+\VD^b}&a;pOHdH> 屧*d cY`ƧT\x7rZ@k2؇ݑ}e7pwDJ)]']h Ɉ^VBF .N5P V7L 5#]"OP]B!A7p>Q?}wl:rqF@N,ȭf!k#[=ZѾd(þlҹoR?=JΘ.wh ( HLS֯1b|񜊒7?ٔd>efV6DLgYDCj5 D iSbӅ=xjzqRL~_Q}1h}-G!GtncC1TY"Õ>@gM%iqvS/!2^4$+\p%0"j [ǣBῠ6E@d=MuW"Z{2mOc㔠 bp0koï]s1{?t#4".kz#h @7G+F7Cű<ļR̊BEj4l-] ;(؏b"1bDeC3kKeL}*7l~F%vc vfXì<Qm*ۚ=SOP)kx,rf&Z<ѼtU+2()A\ӇQOu߇Ŕ%XKfpH3xTꭏ3ARqYrUT~IQq^e/a јUn?@(8~]pH-R {wF ҟV585K ;w5.%t*s\p(S-pK`Nuo8E&PX4|G<Fl > i)f/9Sۜ%~uhϷ6AQU3ҷg&Y:q`/m|nNG _&αptw^-pK <7Qa^JRK [fJn,Is}27׊化U0K~r5_{B r'? &I8iVnCU!,9H̗e A1+ 2e紎 g9o`8d03$zu."q3MF?+`Cvmb3a#LVnRgi:7["N;˷OZJ:(ٿk$d2;4>orBepRrFNERT6VN6]:fp!XSEL<,)FF"djhD6 hd]YN8+(7wPsdF%MxXwT5n#T>GFum*錻_m(zc4-m[{"Ȋ9r!!: K<5-X8<*xSZn>]KOl* #q1P;຀I= yz0ُPЙYOmz_VeJD.,|h/ެYg&FيEB,j^VΓl,9jw蜃 Ǔx|K"w؊焩{}ϴ !|8Aw4ȹ0V>g^wd걉_~w*=pjZ&o*w[:Ȓ3>m8:꧒SV$gJo%vg -t`GAJr)PN``NNPʟ "$I*V(욭c1rJk?3qb[j+G+!䊬\4[ő덤3\v(AUXe+4y 3HJ6t!vv vr<ຜEᣎwޮLҵ9 ӓ8+hXbS(Lfԏtz6:.{Lx+~kl:lzE"D).g6& ;ؗ%npߝ"  mX?dYdIT0Zuq[q04AAQ :t]{GGq!(Sol%33Oפ)CC*ebKPyxS[C1 )s侘`}nOwc!I0RtG/# _C ~3p۽V|exgc=El;^~llba؟}0".b/I$*о_PW?FoQ+U'BZ G %Htdaʭɭnh!lIn.S4r%IL#sLfC@is$PZr)qX@NP #tW֘Y|:R*@ہzc+#J '6762tiȣ?vKHU-͙)\ձ3z7*@М/L Ţ|]PƃC T##ˆ Ց*BjyuZw΅dgfzDtX̚. u_%D@a`5 rp=渧fWed=Y􀍶 GfP ݦvAKȆOƨopB#) k./Q=bl~δ<2)afTí΋KKU;x>'w@hvRnpnd7ev/G=R$zE~񱰢B{#`UI1S.%닌ذ,h< ~F5yʆzl,&n_$g78)b z>/^5Յ}n[%~;c;vn>vڢl,V'k!gXZjdemΛiMU)!ƼxDY-:w6>h }U6j̛0lFAw%Rp-vR)g@QX/ڃ顲q Gd *TRM?Dm&}.A5/T(.GnpL"ڝ 2Z_Se$eW7"5"\ИV,`|-g1[0ܝ*RG%໭gUxrr`VjhM%H}-yL78FV3@t( NlV Vo+\+H ϊp$S;lJ(ȗ`ǔȾC#Lb/*)v +?HNR/Xy\feXX)?w#e񠦕)dbTF bpN}k+IeW/D>6cr9ϩ-.E96ըC'm$ځ_&dwT>r/S=F:=Wieuvseٲ:lQӅ2iWN ay LTrbiSU>xBf0z{u"-%)RFKeexlOINW{,oDVj;Tst)438]r+d& <?Nv3A"; 8@=L+iqȨ01Pa+ZNw\}3 4X6C@p98z*) Uns -Xɱq}܂_ 5>TV6;"^ac(E Mw9<R9:T"#Õ̂ co~,̝75nU(+r@>IA[r(zښ]>v9p4:cx,̌qK4 U]9#vo8rO?'2s(zTP+^87/uYX_䌷%fq=C4{@O;&yf9klֹiB<G%8{BQaKƾiL& .{aY"p $5xuBN Y'@ZA2UΆO5"N)sڝsiXiPAN;[jvAM n##pEvz6JT/8T9TVRZ5zYt7I]/L  hڎ[WF0Qh"U4Q#Cj(+$ K|x(xb/Er'C؅Yܓ,9Wkʯ@ꖇV$ J%c(0SEAZ 9"'LK?3~Tرٗ zG3wG/&_n$Ř+lٰ' gӂm)IҀ#Z0M޿!6jغ,J3SӴC |k=Dn%*^$464yE@Š|ό# @ `9$*R9B&2hz'ɒHFF{S_bc)'Ȫ}>6j ȼbL+fu9?p+X^fxU<R:l e6[5U6.o!9rSmRϫAXB`6Ўԍ8?).Lj:)Vz#vrZr{nfķs"c=S..v/oҕsq7qO! [`V}ɧB{[y -)28W@*q]pē!,|4v w:pP{@Htc-G2="SNf#bL+m %O.y\ %דzϙt:Zf\#"VMoa$XuܺEdZ։ Lth8*gŠ7y"D߈aNx4ߖE s3tJHV[!q+GuJ8pnGt3Z:!z rB!kx3ܚ@{ȅ>„ic6#6B7bQjQ(5_`[k_t3~Vf7h zȄḛtts|$ޏ~',C0i qҀ(U,UBV$hE&ifPa_(XcWqΒJI44QŰAJ[Hƒcfc(c^t)YUϷLA'_9[2c9*3|>r ]|}0jc/ɽ`2&V =d:0efu;}%A-rdfvbƼID"C w-AAFcλJffSӅa ,p= qlf>Kc]2I9D< Z}:F|+_A- _|?Es6յчyTTDM;L QNYL>OeG=*3|h%AsāE~Ԃ/ `XƜ[X8!ImG2d Jkx5lwE7pV k=^FpL /`zZLyn u[W wb+í;/jZ8g/['?#NC6'lWCD\KVm38H.a1N5h+ٴ"x!T-Zb GE֣F {]W7{P9otmryph.I+dJm)7GApgM߃ǧrLtHz}$NȒ<]T3>^#糷,hΆp(h͘~u ŭUd?qr\jG)qXiΟ,;ِa!/rDEףqb7QLEחzv1ل\?J9c yF}*&j ƾR':o@K]yV.b!x.k6/;k E_ +sv4ZPcG>Jc .ts>>)YzŊĬR;_4H~4qwf͎<cyoUve)[Ne.4x4{Mܵ2e${ iIk8cDl(':ԥp6VB' g#m/:9Oҹi9(uC拇*+Q6' jTm\,:L3dA|GB8RnqnqGb?LQطdx9i J1j~n~Gٸ2c!9G͍ %KlCX*äKp OeA)>Weⴔ([D nsJ^# R׎>D^ m/Îy9VgF@\LVq7Bj!`4W:N-ݿw^y2x焈2ϷyƏ 2 b?g)?¶H#Ixmlau3g3i,.]ğ'Cqh3*g"x6QKO~8^=.ID#+g[8B$vD Ǜz%\LNgzlWD CɟUOF?rË]Awֶ0uF.6NR#Ԍ|+bPYRBRkaơԽ*-e|čz}X ^` >Ji>/ɗk.3Ά{O>D !0ښ)( #.YND-=hfL(!sfX~~k[.Ŝ"Ualf?BV]1̘1A{]ɢz\=Y 5F ǻD-#f͛:'-,ur2yWau h4vD :]FX s铙X;Hg3 qUx5vbQSpZI!П?2R>s|kzP2J$*(A%k勀<YcG7Hҧڟаw/`lQ XٴcPnSE 26ARF2FۣSZ-U׽+=2ѓJԝmr/f3Qr\Pn,K\,GUgӯDPDl` p!w,GFY̾vgyK^%ZދUUaqZFGj_Ź2r]Yx,Nv;\wD3Iv䥟8jw˳\e l[ p?x.ٝ-")0ߡ"`,aȋJw ;>t<(˪VSobKLF^!zh)S\'Ә"uqvP 9EW#I"Fcz^R8\cHyP@i/ 3i T*CyP듂6 lUiA]PcI#Q?d"bSsR)sah8$Kg_Y'dR8c)6{_QN@!eà AγJ-~7B ci=ТOnu^@dϭDg8Fl!0I !+zc=4Ynn%6U MgmSp,28' fX: A9lv&nG^8 L=?AF F?"d_e-rŃu~GY:ɹ)A'2b $NuI:(UǡUI&Č*JdjW. ȒHxFǢu=)di9OXJ<FUJ\s/.]  ɦ ?ˉ4DԯS>igRw}"3Ѕ։U7b^0!Tf+%"U@>J * I_Qh9+1+4M yxn[rccrR 5̆lQvCIC:+WE!1Q2E8?غV5K0eKR,duuށF_ #%D/4z` n:j $MSY[1[4lJ@ŨDG.V;e;;Зn]?OYfbr)+5nyD^N5[FK7MGij/{\1di QDGC*d񧸜U17eZp72Z:.o8ˎ}]r}5vmeT:Yd~\F-+ ܙﷅzjÐzTXڋX΃oO˟?^Ub9c|=9AS[7%X R 볙e]TVqѮ/F#Fmsn9q֝*2_M uM 4lXa[Y[}Aum}Ef}ĭwTX C7eP&H 5QCY*RCӪ@N̳#.r5(%>)4brl #*hr73Ol .UAA 7$3tAePk ^~"L0@zmRP~n1P؃8k+7c}T=$zs $cQ&EdY dXelD#|J3V[ZC!l8sܞFatXSfp"j"7koL]yBP5nm(xduNG-*z"(bCA}I-LYPyW>+*b*@ S{*eR%B[ f8Y;!> Lut+@;U(C!2-l}sgSJTIܠJ]k(5< V.C;:ǡ@"k V}pnDh3!DQKS&c/|];4#&U !㻅Erz9yJ/i]$AdcYdE`uRD8:$xRmx\WGD8!2"+&CaR92 J}Sϗ8:kѠ5=˄!ZRf#v+6&apf.AeqBl]L,gA,c,'UxW?/&%E 5 ܅)_]kWH1b)RdsGf3bSTK=4O/ KU_4+y=~gWŶ$ .3Qx\HR`gfZO!:~9!:^&e)ǻ9rX wr@ڠ ́MR\o5ĿsLQOt8ռ QF*ק mUD=T`ʙnpDQgL+Fp}K#f|@1Q]($%)kvRiief8W4`x(po|7MWs=V9bnjl :L 5mǶ*YdSպ< :wr>+sä?& ~|kh:wMn-CXJPf5VX`i 6򉥐u #^Oz%Bm5`k>~'Y|=x7)6<.nqx@ \ _C7Yx:הwBCXbDϞ .47A0 QQd1RH%P\zX}=P4KX¶bY'1-Ė!'<\X9J4&5 j!6D(L EDq[g ",qvE=Vҟ3"Ը,:qjdƘݮ;*HoEpj%tyRYuXj0gEsQ s;_.I͏EqCB|ro1Gf^P-K̬YY??`4ֳfQqs'Y>9vF|c pۏ\8d^Уǜ-+c:[ c.6jSZiߑ1Tk2X@Wf/KQwI<7# Ĕvyň笫a(4'.sTMu* {)Z.ڷk F5u2/)P"I,iBnrи XkR7]MKPD6+?O#}ݠRJ]G(Vzd2btWLQx"7>b?-^ ̊k-½}- ȷtIWxó|HqEeE"qtQT}ؗlTyf6̱ ҏp_O$#&ar&[p%}f4H SŜˇ "[qҜ9N‰RȖǃ;]oS=_P>Xa {mi#GFt@XbK joVaLtBJƍ^f?=yRkgȒou>@9q4x^IZ8@b'کO9)qGSbSݨԢBӲ/;iDN,H#oњvHVʻ4KfI(WxT& <;e&1ZUJ`,{z-o sf $oQ?\(~_7gJSb㳥VFe%`%3 |73#& x|Z 4qG4/m65aor7<`5ÁJ)Ю3 ԂщƍNaR[9A2 Q,ؚExYE-ƾTeoN qִlR,IX*euU =Q;w pQg wG0k8i~Wu1i喨 t#e _9͚/ P߷퀝Zo' /Dyܐ70@+$̌F(uPv.>Lρ B!;oLԫ`Ok Z;7ݬz귪 W /2qNºOSŅW/NޥIc2naSG遝2v o#Q*VA;8t\879NP!Si/"2Ȯ5ck;K6j12܋׳&CZ|a@\ArՈټY$ކHdg+CvI8y9drPcLZwxD4=PAէn~PV#vH*/z WYχMfe4#e|荶z$^!Pwy 9ٔq ľWf2aCGdSp?Tw3sJ.,FtPpZPu<;k!o?íh6sE2r R2> nj_"n#09(ӻ*L&^ᗅseKhXBJ2%Nva+P@QQ]oĨ2a*58VpX&2 ؄%w;!b꒘rEV6{-0& bx>%`R?Ϻ5q[gO>֮^%1(V C,Bis kk,X¹(]khg'@:$+4e:57ERHZ"̩D{j0& hbCBonVfzǐb{;C0]{35 6D@4}mPQfZ?1^ْCo0crp a|KE7ZVU5u0ՒAΠ8eܓJETGi0{cRHL{q, "θe7p7u~ L_gJ`e|LGyB{mdM!\"兔8o㲴(J>?t=F%7nք 닐6XŠL:|<DžڈVUȼh#mf~:&go(6w|v]S6ڀ$ڧ!V;?Vv 9fCa4> )%gxHEx)?-MlK5 rk3_ ՛Ȥ)R&)< HهAP|ČP`iɭQw]cPͤVܼZS4SmH14n߶7YP1=;TbD՚jW4R2gVM m7*G΅h~tq|=0obLûr ^skWezɵ9rE@<}x;Ԅ{Io⹢6:ؘ,z{vxv_CIw`]*œ,#)tW3Vc64B=+hrOF^_(DV [OIU8~z¬X`s\*CY&Ǽ6c&Z(ZGJ%u1b5Aǽ[T56TC Sobo]沩FG4} Ym2&UcBxsa*$(Flja)Ci`mLb?aj#q\J-.TфfM|l=11XOQ+’{jڍ$%J\;NN3[ /J2ҩ Qp#~Υ2*q-e.$>P)TWXp`TDK7qoT|+B_ML!Ep2I0-ՇwˠM"6gR-tmyMej \\J>>D8ms2^2vCtcР):NґIЬ=6̇!O4,mC_ip^BwpH<;F"iUUUOT~9vef܌X C` ֮RMU~K%""!~vac:w Q$w.R`P3b4X 8N8,%jkh LKF %k j`YBTA1i00/kVIbs;L6uͬ܅IEzI0w Jzm b؝ό%d ,ԦtwdA"mK,R%Tك 0*e`s^k |' 3+::^P|YmzME&^ךM(U)R̲HGO.p= M:(,q*O1HQRt% QlpTw/;JJGgHPY]䏾/*Bze}JXjZ :kk戔RRe3 l5{@vZyAtVcԀ > b Gս|/GX6oھ+?4.YmFc;VLQdj쬄% n?=)?j}!"DL.=SewlB'u# w4&O 6;5Vver;-ґhbcwu26_}"@0\m'-:]Bhk[f {u50\7ma4f ,p&H?$&.~ '$Ip!uRYU^1i?eEG4m ]ofo sՅmCݿH+bZ|ųPg 6&G4q5V=:RB(HPff="yt}0ڦA4Kj܈Ф?W˹͈/GnH>R^)v.K$>(BGO/-44ּ8(8[D#  ڽ{cbW&ӥ/FD Çij+ϖO8|i?fM^F݋v:&Ըu+2d@` CɌ5 32$ \\tBf5!մ)ј.M &3q5*l5e >m;I0pPv6H S1n0|AKI wUI"L^=ɂId%nyJ w P*=F*ղ|gjD?ɢ; 3/ώe>`F$*`_V>6 nYQ.Qұu Cdk^{f, px[eEƻ6q) }UV9HGeDaadVFT&Œܨ;O$ɦ3<\CiϬ&3eCMRVb~E׹9b&/h՚nVyZ;D*(PrW'?-.ݼe@`r']OH)Y<#)J19hR| [ꗻ>15:s3F v]V;[&RPx 41D;(JPpE(h,zM瀶C J!43ucasãZ fC_d,=ӛůj*+ 䐷#d?c _ U<)-Hyl\rto' /S%8$tQSyIRrKo u7M^)K']uӐ!H-c8?{cکJ~YАҴ%L>輎HwίkDiA0o ڻXh/?{Dz "W"@Z='Cp+TXu;!1G.%ֲdl[߼,o11M Juc2F:ʤ(O۱Bnr=dunvOzU}ݶΣ6rP$tL9J#tp)K5*)]qdp.4)ră{ҽb6#PQ)KwCvF@j}'prdipc&AqQ,\:kUu/@\af!`A{Ӫ٧S {' py듰pW'ɂ2*D(UȆ4NJp:?1< BؤfN8Ud֯NɅ #I&px1gi'B佺qS(u =I6'yS3υ28$nD!ATj[ч3xɯNΔ_-5c7SrTy 6=f!|10ܛS|.SKRpDv%]a|t\'&UJ x;h<4iG蠫c! i ^Jnf $%!tncc!B^ȉje??H tH]1f 7Ƀ1 Gd!v2x.!̝?ch_eŮK[گ98wb4zl P-4 rkmM`Hx^ jx1V4|#~6@;q7ZCKI3lQD$A{mu\<oI+ʇtXY_M ђBSsڠ|@,j #τ/oQ5[c:ha2-Nl{߅cavxTL a} -d.5u/̤2ׇw x mYeaVig`7NYn:[Z7T{]}6x>q2N~}@R³4ηzw W' -$僼:GPD.`$}2̋}B1 1ў45Ul~AۡS W;ӌ"Wa@e+.\X|*[։Ӱh!Xi42wLF<&g-d:dZGtQLXcB:_E؃inx򼰨мW-fWAo kj#ZdΥ2 ˠ|>DkYg&5qPƪl3 /ŧ)NEc5z!̒(_UW#Ҿ+V g1o.Ql,p0p?ahҞZĽ_8xs,e-3&NcVJ;.qK2!l4C;q]tf\Ɯ6K߷AzκNCg$_C>9yT# w8" Ycmƈ~Gq,[Y<A ({IĢե%I vPx^/#`CSa[}HVE}2"{9, $w?:6{UIF XfbjΛNժ+ZE@>P.֙6랶0 *Er}ġp`Mr2h&5yq)(T'o=9 65 ;FwlioM\4k^Mk(D|` ${CኹESLڪH/z[&ynm,&DW9OV}(Q1H9 RQl=9ZĞP@i*ȸZچ%f`mЛ7C% XWZ(<[ /0ul;ԴrAJj"~EGLGE.Wv02bU}R)&J ω^^dT㿁խkjKN^M>)O\AJy*FiEwJVKBkax|D|p|I CPWNKB2E뀘]e^DEsآ̀Υ1v9.7p._n+˒/E|xv&볎ꚡp&i+FjۄN x4"MƓĭfIf=QjɱI^8d jXa46$<ۧOVUkt,  \HX*pYUNg9<ScߦWc*/`e (Ꮼ)wjpzC>uUD:]aM؟nG`#xW:;_ &/A*Z`mbVǭӓ+a0pU]'}|Ӡ#k1t{.G2cun(u;{` !cRb'6>$WpfeA ƶ`QHJ6D~ K6\v/vy¦ fފ>IAS$ׅ I ?[J&rռgJy8ĸL5c~eSOVm=oe/ EƊN|&ka\̺P+{R`ñh,A4)Ff~:Jf^JR]$bTtsB N<_Lx>\ntʤ,Ծu.hLySÀ,3 QEp])#uaڝ\`28W:~@mZ=]`>K+Vpe?ɋo+lUP8˿tNҫtN{0^,8mG>OJ  o4eG<=&NS𤌍WHE =WNt$~Uh}ŽRElc0XSG>=~ղ J]:3wЌ9uOfvk~z6JؔTnȗ!A8 ߒWD腗V~`z$Dk^V Md1nsդڗ$!/I/D6Bbd[wg72n5o>gA'[$o04WG{TsҴ֖)YBC?21rCjzw$nkڬ@?RQ~)ey~$f Siy',d+*2"LؗcgwՁqNֶz 5`kX} )O æe ƳʌF$d92˶>ccE6]B]Uo(%W!h,a"!k麓Y=5耥`=PJYO<_~6tSC&CH^ddZBc,?T;׭Ɵ\".GpBmOq$`.I*-|FI|17OJR"4>b&ՊUG%\ y 9@q|&t}!䖂Q<݅WRH ٮk{<A &y-17$e/p5\8݋ɔ([Ιȣ"Z5d[ģcΞwi+\?i2 gZd*sZVKʁw9?/v*Ã1d͸uAtIWYZ`Tא$Y$l5]nfu2!醧n܃7ZNPn?*[]d7vUSH~WJĦUCLXNY |Ci>5chOcmE}ke47?pgTvAljT9'͌e9jAeFemOHp:~9ؗc>_?L,K{@e|0Zj\e-9.>R&/"_,|"8?Y${sHD]y@I|c,ՏȅU B^[pMC}r$CM7hʣoT^1go=4ߑ-&Ptna.B\4V Ih$W5.x&oAA1xIj'U6TNXz$YgSh5pM,_2&T4)|{S}3 uGhl1YcU@{,Ic'DHM.%\jA?]=r5ngRܝkEQ]i:C&/N0VKD!VABTb^Tqߒ?nj6b +n8ƵyAT3~(֓(a 3_8os~aJPj]O0AXުjxLdV!zv C8V(I$~8Й%pm1$uu:;N=;_mod>i0OS2ޅfƅef4]XVɓ߳NR@Ge"FƄI]E $tx[[?~J)d̘)ÄaEHx_!MuC t9(L폧p8$w#kG lN=NIlC:۽$HL;u՘ZGb@E:NKkk)zVO2qV{w,޻jX5x jٯ4!F##|Ol_drÏ6X%q><4O0{3_VO,rd yA0<1kY2Lm=˯ a#rL]^KDZ.;uhGvK`ʟW# Igb1K XO€Į=  jݮ_O_DƢ3.X"aÍӔ¢9(0+Qo28w} +:}zCkhNdΔjP';ZfR.C! `C!JK)^ t j`ʫ i ᰮ\9qr`*7d>bj t$ dȳxA#@.v ?6PSv{QPOԳ^2/{Ov#? ϷM%4RwDQ H ,`ȁg8' С8(M t"pl%A> Q`J්sp$'H 8x׺ -G][J\eH0t0z_//# +N[EV}=,9dήOm)ϕZEל+UNÌ;F냻c4fo{T5H^uAK=\K-z,M>HoM‡Bpl4 wZ;I;mv"s:=ҶCQcHz vK?_DNZީC3J` "}E,T`L\Y,#;_\?k[~DFp 2g֑Ŵë߶ۗ(_ ?ˣ +4=4'6NDIEv8[fY$5%iOL`;ꏞ:(&RCq{&&wu5QdpgfN+UĒ}]zRwT ,,$$xa_>22 +uKYlTpP"XXwje#BJ6(ϿV<>9tx$J/[ÖWn<f>'Ci AF*f(k;kA3V7A^L|w%hv$>oe.Zʽ\HuItu.! Ugng:_E"j#cxD_i+P/]ϒGbdr@$Y[ œ$WHj4XnU|BTc&(9L~۽<*>'> PxyΓ\@'= 9{ yYD6WWf1z;=ZM$ۇWwen]ɆϦs[_N7X;jy%qǠ_~y\oc${utb{$Su~]=2^" $Mp9׵Eu¾u|Xqr;AIOi̽E|rYľM5,#o̯nM3̓]LJlZr1+Z2YcCSj/[U"qQP;*$v! rOT2ج^bXeg9P--d4̢l;t.Ѷyl) {Tbj_@$M(aIgsW[Uvym%n*i[ߨOi]3 GiRSCO@ZU ]oݣ %pM/FC5Ԭ{2q$lZO%,Vf6"bfC,(F-5\7"3KJέvhavZXLsBCW"Y(֗'lK k -'U'5IГVg[@'9}2QiFÿ!ʈH/ɻ<  Qe5!c8w|6B0V3^x.z@&+>m֧C1P)ܥ0:?B!- l+qf9k޸$K(XmWűA<̷)qm/'p K P~b%;xAa;Ug3XÀ^,FC9^g_v _I(Cس@m'ɜiYrj*k7 =2嫺{co+ @GHځ%kw=%V/Ze:ٳv ʅ5t qSUe] MI=(@$=XWV kœ;b v߾b֥Rsrg|X3u][«7sH/yz'uR4ʹ o(9qJK@s_b|g]+$QjVYx-ͻdx ݶw%WžQm YjhjG%v7䈽!_XٺlӺ$qͶuǷiKB=X8%% Բ |M&x]`@}O69e 4 9MVoR1Ǧ+"c CZNmTpդMÊ= Zij˔W0 j5%τvuYs8ȣP;ԧ8]:iU;Kv&*"n] Ƕ *oZ{lӌ &ӑXݣ@bu(7lɖLUۓ6 WsmXQ]b/iNAd+gء.%XBU$i 8FkXQ֗9uҴ9/bgA /瓺B[yxm1ss aw2qkYLJgvO9qkL1\Vx>F/_?((L!g࠹XZ/DgMb3RqUkrAi/%OHIhapt~4rS=#LD*lS +Aaxr%MBAX/z8_V$ O>Qh ',y&\ؒCc5/ޡ85Im{ !8|idWK)W97,c9Km N8ֲvniE$VxT+?d+h8 -"|(PNIs= ޾,7BIUcn΃dyN~p$2'½TYg"ސ_=rS]R>h̊.#&k!M T-1eaG\i]©eO5:Wh:J{9]Nq]]y-RcppD](͡d6ǃW}' Y ݤm 2 RorI'# Suaqfk JP[XY^tӱY}8ŀ"*5Y*Ki)B8JĮwHlx[/jf*~g *s'/UXŇ wKA@h*yb cݾb8xkDBJ}nZl_V [-N ݣs~կXF}R 5HkJ/0TNE![`C&XHVO|@Q S?Q.DܑL4\y,LeE|@qT5~#S>%፛U\ZHyI6ny@ G  &K$ÉTt"Ar``;/ޒL`#*/>T>GUIJ9AqsR9NS%Vi 5Ϻ߽ W*cRgZk}*mocEPzQPmwbǛ.܌?+@E^d &_w=ǸK Th7?Z\ZMV{r% Լ]'튭R瘏`iwF$P?Rg2`,.%! 9tQ]vYS׀z΀JAPBiFKJ "65$2wˢix9SZtZ,F#dIeƱ{غHE.n[O_S0bKx52w;1KԬ᦯I7&1,;UywkHt2VƮՍWk&=ɬ]|A9xjF*&cϧi}u4P ,՛l1mHbG[H'+'m>Ӹ]4_zmVXˎI<7- c(E?Rc[c0d50`NUmY :B0q'%s/(25 x4æFc9w.6 [~cо)]c2;oR2ci疤뢬@$Y8b #5[ۤ1p[(:$>L]LĠ8Trs\X dyw-S :9Ȼ=ZO@B[beYt=bOJ>-{c7Ɯ4 K=* ?<#~+~ߕ1qQDK3ɒ,bSJ5,rpaҋi~(^%Z<.q"'S+N_}CP,j-5q-FLvg 0랳sj"h֠O7^UAR]%oDP-vlb9}Ak$6wݔX0j}(c^\~C!Ry C.WAUVL!RO2p~R匮`KvrLKQ?h"Bp^[6a|+(T-qX_ p &\h ZkF*⻘cb B1brHL|hO1\ڷԳlu|ViW93MntM @pY1^QV_GyՠPb+k«"WԻ[5L+<#)@`@mśJS\YmQuLrڌĵFHz5-XK8]d:^K|6BpirZVO[ش>WDvU%g90kMzuUdrP1%fJd9 ZS͏P-Q4>Pbb)v/塼->[yU?Rdf j?}59D )&Mb cy?t/lG$sʲ<W.-+;a%`(.̝c" ʽb$U# &pʂǫgVj5'D#{8([?⌍AKȳ8p>#=I}Bu .y/2&x̅@t g'`tq=9F1<'F2,L@\+vX.&!Z[Y%37u>Sjc0=>ީIze8ҸهmBw,sЫYXAFXG͘f5,$`nO/u1;L_ w2cڅG>Z¿G`SvzJ,V%v+/1L" nW4xֶ&*e؃ {=-V!$bs$Y(:>NC [9[.2u^Tk'DnkU"ܶ8)QG;M4+Gz~ԎU0|.ث&ZҸ4]#!bvm1"\D V~ L>;L0TqQOYĠ.[Ȝ(%ҩc2)(.mSQ"Cyb?gMp<)1x3vs_Bz̷ΆrMWNWI| k,~(̃m|Dk@D 5E PhGжU2ZBd0a~"MGGpuAt˲[@Qb~Z5/gt]~GsV +⇀=Q4aF`2Qʢ wݻ[U#tz 0QKŔD#q#KSSކgod d6Qm3AO|v[73 ch5Icnw"7}Z | b*: ͎!OqǍ&$rcy:OWE`ȝw e[xͶWkoޅF$Q1^ٛxg2=5QDڍs'׵%}`_1l 24I(29IjbRk:{)2Ԯo Jw"9FsQtƑ;H#Fc#)bKfmɳ2qM`e8vh'˙ݝIP"y8Jb #!H-O}\Jz,ϷA!kk16)#Mm]6Lw^ɚ4Ojn\76C͓= QE,1IBW. w!F#)XۏRmrQQܸJeO-ǨAI^̊ :J E{ng$?N{əb/.~LW,_=^ߦq%LCu"cӔ_ap]+:$G,q" * 6/GR> T]ȟ鷀E`! ?8IKa¸Dҫ%}I4~F-;g^P,BHpλ Ķ'.jd@/,1r0 ꞓ[6l}~?Lo%4DUS6+;qT$Fz-<^t!,A uYcgճsuU_:nMxŰD2c Iyl})?ǫ3-8W@+kM,jቌԚu"dRdx4Hu܇VκN&(UJ^yR+7bҁ 0BhΚ7]3f׳??wrT]![RAc|h~l17}aNY8𼭮V[gL)ճ,Ǚd8hݏZzqb bs[#v*W[8PfYW(|TIe+lkޙXqe<øk\hK4h&}.MnKz@`_΅8P+tv=oԁvv,b4{/(PLÏFP ?m=iXs8`^hFv/S^xKcm]~ V<<[etXתG's+YyNN! Ȼ%@܉7ih,5J_5~0=ƒgÉO9A@^&.&zEִzKe0Kmז);@-vPR4(r}4ipbSxRdr3C}V* F#4~|bc_fȇs^IR?GK¥}Sиʙf *bm3ub㪑rWYTktp`.ӛr:OaW< c^T\ݪ@xNQ_Jz܂QPZ4h Ҍ~kEU\]Z]dOo[Ai֡Bv%3UԗeسKDaOX"-%c}uZ]Ŏ3k==^CB;^) `]W{{şMM,>;Ȝt8`dioa%b+uYH`E"O7?>pq,$J<Ɵ9\&,[`5Gp Wss6Ѱ~ۚo{i^3Y~34o W84NHmwȫih@qCC$%UصlaH5LD/܆p]\>c= -t~v̏cD/ñ1 [; k~ˋ z,1/BML(@O0(#:"kHD̺ ,lnz#kwxΑ Xum1њLL/@bݑ7`#euUEOvqv qK.6qΘ1~Vg\Jc݊e;eXC@ZLmԵl .1AG|? m1r5W&u#%Vq#w_bO27 5AޱDP!q@JzCrPIԻ  P}gk/aSZ^B\:D @*Q|6Ds ߡo,ϹJz Td: _T*Úq-og_O<{q¼ 普FΟjuF؉5SJ3jt*J$tIPZ>,@^Ń8آ0  UB=ĺ*`W Qi^ݏvZ<$c}A=+?({U >AE?ҊБ!Q #Ȅ 5Ia <9mqe?OFk!#W|Ϳͱ)vRJNI4RK=2Tnz_hP̒A#ٔ3{/K {9c;sm° 92@N^h=D]נsEPεL:A_DWAHBЯgHDݿŨ3reO-S<)OROZYWeg}#y S ",O#Bj4jȀrmM&&PO\p}Ca]w80$("0|Ȝ=vwȁ̰:O>}kTMZ^ęv`CދM3.+ceJVZ^}m{sh¢N/$quX} =DZ+1ڴvc#ؑKX*zH~A?)͑l@P @1 lw .j1vD)7?]:=Au9ˤCY$6C U67˅m5ϔc1zS3|B {鋨/*lpUuBڪ.9H=d 5xd+,忆{KY%FCpSyпkƾdȅZ/-Eb:sp(J{#L9[j\V D!,RJ:Di&.w~LַBⓂyQŜ?%>Hxr/s }| O( v*n;wqࠀ/X}'}"j< o^Utd:->ctR o3Z-T |eN?}埜^c3݇-.[-̒Bur`e{= v]M'n1U;o3fW/1R-8`E%:zR+wFXWtaL I: 5DjӠͷ,O1:+, )7%ӚӃDs 6',S ߵܗ^5z9ppVeQfY9Vq} &w9>Jsހd'; Z>z}3贁nE5P#Q~=7g'=~vE>@5uxYNW ) Cv$s2<10[i ?C#,]k+ \,*_Y]"$07-E2w[]BzfCl8AȧJ2FLU]뉜QadE[Sd`+ +9*z`f~w&-̘S@*(,J* 9^CSDB(ȝi*d堦i5`BT c.2`bFlx2qu!O0 \Ŷ =_}n!G{^pRn,~G6޷CIT9`]k}n5~ tYGW"*+iUaWBpKDC%t:edHYk`rvmf Dh#ГlȨ`@Syq6"Mݜr><,'.PP@p GUX+{zu}rlIwXgS1)1ltMEߏe9oZ7uOEwuޡ1!0*(JN\y1Y_.zKpR?Tv1Ȝ } -%tΕzypSqt5],M Աg`$sWT!o <}Ia?'V>OW?Ԅ샢6%]%)-OѴ<-t V { ] B\t5OTDZϾ3TrR ڴkFa/;H2,"xiD؀:u%J'nr*וeIْC z@!2?ޤnF!`{ZVg z- rD!ibVF=0[xYHۥ ēIOBi:=0.@`X1KKVesP/ ~GU*@`ǫ{&iG_ xTN`<֏Q ]pNuAS.y%}Nޑۃ'.n]A܄Ir7ܭ͔/ė' 󺌧af46^{H;-A7@ ۄ8gRmD.M*fRmS0dGv [&lA LiylY})ۈ@_ N9p`zd|;eb."Xl"s]{eX6i++KV*Օa@v4 Ջ+¤*,& 9YOƬڦ=۳ܿHGS`;g{ Ԅbϭ4>y!п% &׽|'|Y_H'+4uL ¦c"ڊUXQZޯV@ PScʢ6c9jԹK&!]Ы׌# XF3&ܘbD[L3i\F2 ^c-íeD컇Q,w<͑G@LTx)c8*KEݠ}g z&Z9w* #ﱯ{1=?ӣS'P8t56 !6܉0|~dn>ECtY@|YOЄi{EL["29||_kܟhW8!L@w.%pwNGa\A:6-xfYT=#{{M¨y n!fZH"[jPlИ7[P '-H:So^~C ͻ=p/J Ǣm*{1H2m~ /^{?R@3hj""iCraCX0sZZ%w#e|U]KK$)-0x+c <%JPF'`߅ٵCثcNHK,S|~{I&je~ig4sZ]a66M#, qy*Ea@wzVCsk,}B[%a-{V.q"v2mba!j[m{[hi] mvdu! >GBxlIخ_^}V Cz㳻;=#kc"p y%zteTr;a%grX뮙I$G>ZOBUEtF`Y^+T^e4S4ӳ4UoӠ'zϢRzz0U ]M^<}(v7_gqc{ge0‚:@C<>2(BA$im)0_ɫc@!DLDx!DdP IP@O`a`NXR1(;P.(ČX^)U$% 6y̹HO;A04H @OA*`h<2sS>qUs凥UƫWĽfjJ ǯMLC> Kq ղ68o̍_p@BD])gZ"!1_,PgPO[8|[nvd!EX9Fmt.Na^JNas5SF]ye j9R|ETh Uhb RvaaJXZȡiղɱKzҪY,+rzZAc~_k7ma@󦾓+ v>:LjP4*ޗhp" iN%…:&uEܰ>.]V28&LpN)Lj^wJҧPRՐ#{-BHf3If_`V¿>]ECGİ̟ E-u:w>q_A5\.;mߕ=^ _1. .T ۿy߈)DNAowte dU}MЛQyI2+ V/vp1HHe̬9FcRc^@!7!KƆd[1: #ZaƳbӕ*L1$O$%"1J|KN/6?(AGV.VDFQ :|װ`}Ry>rF<)SxxAlHzCcO<Ԕo_`E}%5t6:< +5pظ]a&+2Xx U"j} +y =]uv5iP,3)},\=G$ ;>ˇW1`HH,'H!>(Ө}sXMAm <|^PQ_^p[p7!gpB5.fd7q 5d/hܚQؽB875X-u^zkbݜܸo8h+c_91/SV(qwyh ʆSK?4ar_|| ZAs=2V>hhz>T;CϏ|[CǛgKԳ}I;:S^B 'ݾ('B)pX:{Aw@Q nqcp#ՍDeqꠂDl} ZټCt;~(2D %0,Yq 2AoOl,qik{1k֥V.lNnQyY9S4 WB6G|c)Mz["OTjED@mo++wS檤VhjE- 1W֟J:|k[umN: Hc"lv7`&whW2 ;6OpJ d`6{CUE|Į5M)N+q+I * -u9{<45sڡaBF_)x/l?|9%Z,i#3!+:L@![= I~Wv]ljKݟ9ỹRdQFA"R!/9Q5Fmuna$%rOJkV{1-4; =$p Qc 0i\XT$[/%ZJuk+~ӈ -74yF}ml2iV^Th G v۶V'(q7h4'Y]t>bINƠ_*$LHEg${7R1HYhxBmf'x]%Y 6an--ȲI.Z禳ı7RMO=tQpE6-6Kz3sQq1[#Z?߁3U $xf6T*9X7w/\6T,#EcGnLyp:ۉTeEFfDDvV 'Z- 00^HEh]7|}}Ǭ>|ˬ01:Xbuqq+g2Rs.c<6NdY!qGjQ qBe}c%ePsA̕ tD4d( #O蝷*7Z#1 Ӑ g~NPS XTcJJa;0gL<T2dhsVgvɴYA$]:iR>eݩi^Yi 7xG wF5g]E?Zջ䣸7۬GŁm%;5Q1Œ;S"B4ζ=^?`0n2(p ?Eou?yǵ􋻳k  }Sm ;& Tʼn}g|fžS&A=1~w!rC8O GN2FɼKMBD8 жbO>7\f2nu/)a(Wu7Hxm!c k:I`^4| p)D Mh6jyIcl]vGGߥ](lV2?a}n{n:IO;@uG<1 1Y}PM ዩ1 ve q"<]m6xX,LVMu1YF/?xPvǧ9/5ucd[2rg1 0 q*ᄺea(P͇g:bIt5@N;*}^ 'AF?WUClϦl':meQ%|/V/h_ăSBhp2 M|w :K^HZoYYы|ުw=ߔ, Msʏ L↹MktrO;XBlXYm~@m1P !Ws ӯ?!pg֏{:;/kMFLzv *Yx"g%=J74T7*_t @kZH:^wy5B-]qdzc>Պvs]UQ#|=\_(Kߴb;&}"!$Ĝjf=[1P> J\ZJfbF* xFB4Z''753ZvZi!b +b ~l92āS~?>_?jNl+~a64VS4D r2(~6޷CBkay۟OQz5g;qk$Dr8-;H!p{oO'~ڃ^OpYC|m,xHhŗʔFEɁQ.CCfxD~~ ql'e2&b̈́$N3_˽/ pz)'hAӓǡ-+jQ]>\ő# 1Aot/҃b4{o+W0O{YΞ*" 7/}P=V)!e8:S UC!HTCڭ:̩ )s:F̧%qF$Ƞ%4meFP#-{[ 5BG~ wG7%Ӽ3MmirCPĠ` "8P=GG7+bse^:=bC_AN{(@"__IsCH7,-n#; -2tXn`.QOҝ\C#XrדӐB# i`Ek߻mtlEד0ҔPqmB:v|u9)qps0X`$_Hۿ #i Yv L"|h.d/ Kc9 bnXϜe :GH$pfM}Lيմce_8s7Wms 6FOhS #/Nylx{6CϚpbק~f g}y\Hv>P1f L96z;jT׆ r~GtX!p81493̄ݽo#3?UCM4L~B*L`kb:4|y;;>k8̅ZF#;56 )K<@l}-G8k(0找Gk.dO01<+{餵 cNI-UV ]@symߢ }?ί~P^su_6S|9%:HHa ?$N0@WbغήZfO ݽY Gu k*f&SNOwû/6Uwa\[fU'aOɔCRۑOW)<=vcj!AgvUk |Дb}\ le]TA ԃ1FTɩIQJ3 oOPg&Ǜ{KgUWj ؠx3zګ |3:|)ԁcمU~Sx>NG;QYNO̵vgof}ՎlI؉n;$ΗH aPh SR+ #'4[FeH,#\%638_'KC}Qf~N_s  ?~hhSN(OmWӿΫ.d4e6WI?I_;53gu2/C$0,H}v?sˈ}t@|;JLwA1 ڴ Zf͟U!n< {9ٽhf` A`9 av)RLjh#iuhMZaL f36i#L֥3/>ˠ,yuM,B$xk߉z= +89i3hd\O{a׈<,V8lB 65&HFa-{1kGMBw !ڑ1%`sJ{l<>i6ALv^ۗـF3j>&tLO$^Q; Ch0$ ='=L5|م$ß4ZVnB/+ѫb$-&c:ah8R Lk^E]%Q͵ń~1S9 g7.PH]4q̡z\ZV/K'^HUSJ-r2CZK F6).V,5"0}lQ.il8Š'%VX bS.חy=;[~\r\]MFi.+ή-.M ={)j=Ct6rxr5XzXy ,A0IpC hde^KAw Խ3$gAS pIp)(Jm+"qxεvVMLb{RqY( 3'қ}ye:xnh6}Tw"~?PZc0v%P܎yl5ţmUk\5+1T񊉮JHKa BPRqDžˬr: hZ,ʢóU^0W sգy@  i+qlK (2jʆ6@e#40X?7pﴩ\|' ZӇ[d?e;q/d;?OΧح/}y)2LM }OOpZd>9*SN7{i1֝ᚏ~b-L}ϯHK8вS6"ÄrsfR5Rs֪5,'T/ nl*cu)t*ݸqKދ^\بa >*U- {1xCq澵kkUChRNYJ!24x1?L)fv{f@s9NDTEʗp^CN.^ |h l~[ ,6uуSg`==˨ 딁NO-iP|) _TLhjP^͔}YhI8yeG +8[rm ]h#lC>C(yi}ťѮR\yfBI<; iio2M8Pz8`$ 9pBb6Lb3Ek ?kbB.Sٱgb)#D:*^CbZxRMy43 {)p#`@@>T[ Ł޾XΗ%HMV<-w-4*U[qZ*dx.y=&clJ.|WjgGcr HmbkW&v3zv>1ԡg!!#=KF~#{a ] $$JSxWK0PS{ QpVnu,ݷhϳ4=KN[;)w0&/^w6tOka/X|x 1K|/7J3-{H`YkZ`u87'Aٴ DD}x?WSh_7FYAiiS[Xz4ٕsYdtPX+RQ6#Fb<&SK10b0HSA$ PIT4/ PVp_}/={k2Q!D )Lb<R8bfvœ&զYP@!=hת52ʉ{>T }DP.#W/IDfhrO5VgWNaTk/s㹕=`JBA=-d1xil]E?{U&}t} :0]pFϹvgu/A&2}p!-.d! LH @"KfG2뻖286!r ЍK?@3aY-HLQk%(qsġB5>BIކ״cXsN*X톴?ߖИ6ݷt~mls|y\lDsG9/ZRyM"HԎX (s**t11)wz@ s_0YZN on*KͅUI&ҵHӶ8ZvSK54o59>x\Jy-_'guLչT!_WCx4" WPkA?=M1&޲u m Џ-g А*Ń0CҔsbS)҅fR2wfu;']etoa~_ֵG= {~Ə*mk1614BEQLCU3IDDAE$Q!5 DEQPMQR20UU2D4 T5$ RPK5RD4Q%ALL0>'EH0Lt;1\8 #H6(aADtӐAgyŨyyphŀjRvwq:@k{O+r6<)&+]6;a]eyU+%հw^LV}M}_%J퉦 blѿb "7ALTxl6f |#meəkEXaXବ(gy_HuCCȤ A p)<&g M$ \Tblĸ1ǸJJj6gtEA15CM./#PKJwkXu1QDIM^$Tk7NOޘzdF!N@QG3B9X!"a5(]A44zHF4Upinde `?.07 s*+$bU>2B > zAxlAGgБbBlbRw~HYZ{B; Ӎ:>w9i_1O-u_՞Fm*kVmg48@m¦Ǫ^yS{c8+Tqgʾ|(Oع[PPKp7}/A s41RB ¤+}+`dŸTW`dT,/hL#1/\va4S-7ikNj:T|8 BB,(a@AQ"04wSWO hzb}VQ $WǛs=OPO>.PZ]Ž/VMFmqY[P ڬ0 ,ɳ)\-D<FrC@}6VSU5^z,ތUFϡ}3xV̡ךq_&!(+1wWJ$0eyIc+%.2]QU0j>}`JAuoCԐ02u9j3l,FC[)(X[ (3J h9CA]<%>ӂ!d!ӤGmڈG`:kx~T(hB @fx-|j+eae G'؛h.{dNYgOV 5ݴ 9Ԥ#yXM83)W؞Z7F9Js&e*!X;FB uh1%(J˒p#o;H! eXxA 6>pCp (&qc~#g?]Fc۫?"]Ò3fC![6uI7q[fuSi!%1-v!daTvAP$A)~t /~!YhB/uYkF2j50PXSME2c0t6>lɕI%*՚rڷ6^JzQe:Z"Q+3*BV*}cKd&+ƚI&73_Ve8~P8'z>vB̼5v>o=nVBXlˁiBz*Ƭ4B.y롃wh1tܭ[@},~LMzt3 =60P>,r iIOcBt^ф`ĖzRhJu(yal.~?;)J,zdz̵c9Jymt~/]WOɪ|sd7=A3x7f֌)ִ{<'s`HNegy~$^=2e?K^g].Uܛ.%aAa ~˟@sޫg /51OC_qѕƩ@,R,d6d~g; I Am[,\p QՒ{g݄f1سVt0üG^Lf,?xq ߯1XڞlXnAմK< b$2ڐSCcBYockɗW;VWvťl㖛wBA:e x^8TEFT)-Rٶ͟v´@~_gs?[̥O ﹒=3Y>Pg̭Ef&ѱhTΙpɿ2$Ђ? %]{o?k43fׯu]i6_Ky^ - A~KO弢+ L e;;Zy?v5T3^:꘤3LPh> 'gvR~br/oz+Z"#̪H'3|HԺR<ʳTI]UHiԩ1<Ƴu&- TlW}wTߵDQM1TT31TmD4QMf@G%Y_wix= u&@ A@ D@M6߁<~#*{&Gwsul_i&&$EH5҄v~Hh* t"2 `%p 9G%an ,-R x|5ArMAN/N @* u]<:mgSϮ\19\wT*0K `#! ֋!ZHg~(&ҘjvҖ.\ޠ &qf0jx)Orɍ:tiFZK4 %N!Y`gf22g39Ȍ]xi,20+^U[5%*1Ā6 ȇw::CCE44- LfRu%k.ue] Vn=! G=˿@|\/#I &F/M#m'庵[\|C%dzԕ\OZؘ%,a|sWZώ8p8ߨ"W8~ʚNibbވZN'Q6W{\fAԤ ){]1 v)KKr.8f jBmcGDbٽoܯ+L)#:a^n3Oxq'V%c ,{lF1H~{tL&|67L8BMi6mvuN 3wCt xоN '! TXNjun6ܠ\DRjJ I4:Ai/yljmg me ۶  1<+rQ 1 5shmŀya}6UumsXdi|j;%oP@~oڧzq ͆#ødDo.Ac8Yn#gKL(j!* Y>u^ti߽LlMۙޯgoGo/)ׄVK& ZcҰcfc6/<|,NkN҉^)o?+Ҭ2f"vU4`m^,[g' ru,s$V.h0Ȉ?R@%5Jl}QuRY /.k$PC3ؘ+a8H@~HRX$B_y;.ԗ՚|kM9aS{/0_8Ci.&?kLƔ%%:q&a1wEN+)jRlĕ3"Qrk2`zk^;ɇ]l!f P/~CC&?Ia=(+^b A͑g>j`!?Mաtϳ{[jQpt7sS#{KcʧHsEA]FfB:#sЮ*T,}O#xXB_k^?ttl }g! Su:Y^ j*9QA]f ֕÷0QD;qA91Q@{CS/iVT"(87#+O$B؆Ct'?2aH(ؖ (lgB};>PML]/+;g/hs'^FZa 'C`g sYN_zv 阤4H|n7*"!:0[Rgqt,3ݱ*B,޾Wd {h>}7Sy~G<E4EoAged_t?co[lclll%t; (!@?,ӝw}nH<+kd ʀyڦ.=/ۭSز hT\ĵE)0"=(=9~(mk le3 :dK}MVB !$@9w鿌`HAz_Ҭ[Ͷ E>WOGU8wKb=Gjg2OqxhC;1n~ XFa_6Xf1!M_WcR.{# }<{'o3+]N({+(9ۈiĎJ- w\(jNv7i0ؚyi|ܤ:9'R~/>Fk^?#!Gf5q&060SE1>̴ c |d?*dl"E;  ?Kh̬ #t-bW.;GL~%#v HR.dDuHL}L3xQ jm׉}Im'5C`$bا۹#%aB7FTf _{.["r\VG&ku.#9IP>>чAQDMiQ13U]F;rNXud)Uu6Q(L:B"WSf dwңr׮g>×9]wx%v(w۰ٜiaϏ뚾aK_j*lY S.Kr~) +N^͚ǺX KLőI `@oAwT ?OaV- IJ$tG\@c 2/{7ۻ}k2@C_qza18H;~ѳḆ15Wpk%!rhB^>'n`y#-noiQ`TǦĺ7$@e 1nl0iHHEDȽ`j@Bx(!6\p5L#T;@"hAKIS'(w.R(piP}RcQfs6b !HҰ|? cs6XY*Qr=Okel>!ӪZФ:j,Wϼ塛@kY9J@h,i#*|{ &x 0¹#ў=r75ϥQMf(KT?ߏݢ5 z$>$x;qclQCwh~^Y#'g:a>Wy^W>\ &'RPç.V~J\I Db cR?,ϰ4(C 31߿~a. Ѥ.⇠j$T䯩FP^ł ѫ_%J``\RY0pm%@zf`N|CEƿ ALTZ軖kã! jΟŎYL{KS1ĀM~>*𾲾gBϴ75]nr D%%3?>D<C껅Ran,#)>ʂb;^Y&6su>A`Bo/s˞[\oz=6"o_.ד0w_|EJ/0_HqbCt[DNnl&"%M]/Gt}aۊ0v ̎ _8UQn کQѲ*Z(kf9m6Fh,S8):xdAe=sO98P1!12I2(m|ԛz)"R b {SFd/d `z1|v 6=hN69DA]`C!(VDD#)ܚz:K!WF3btRįb#7qϺdG/UC=Omkָ Y8rKG˔'wy!P$tTPO(H͉PY9dp~ JK4?4Y9B˲:g Y: , Cn;uԋEb^0>ͬGa `^­,1B'nLs3RL!h bS0=˯<)g_E3|Tx5r!7#~?-AB5<6mwvPrDrǝ^nΥ}vǻ'#d.#F+`ԧ?fnr@d>[ݔ ! 9^@ |*GS5qhi|FsM^Vvvѵ粳>ѥvRkSF#Yl16 o y}׮,} C=HM6%7x5Qw|ʖ)U}C9٠|xS_R2T9c.lb:ZV^aD2 ?diu_-7ժw"oN6fV#HmF\̺a@b!!c~s"~bqņEa9َ.Iv t?C2R+)ԒSwy,D &gz?@cp+$=lsox33Y*VTGsΪ`h^Nw.i 6yP E,;&IZh3V^A:toҦڜC7:6:q4O[F8u_)^{ *I|g2hE/qV׳tr/`Gy λ|is!i/=5jP NTo_4e %%՞ Mg"FDo)$+|.s TSZɗZNө9_=C])'LeAZ J~RuR)@@wz!LhN\m'?ׂspt/JtF"k:IkvxwsW{lMD-$TR0zg;&_O2J1Ri_ ueP6Tؽx/1;=8H7S@KұCurQ3yS-fŖSB-S7sw';;_j{8)Ϳ6iN@~@DH" A{*bFUo*c"BCf'Sa$q 5ߐ!քm˞_3Yl |2Ukle3VB(  A51[y0:K\jRY]΂ 'f S}rRIr7NNC?f>W ߎ?9SpI sEćpb<x&'6Yv2tŻ"EnCUb#OM)4 cmfRzKQoO}i艿י&*ŋ7&ƑBx)lP>^}hVMrWa(D5 Y6 ڿҿʋO.ʧzK*&+& I\W-g5@2p!3:Y=*h$!بN>xc\ҧc ʍCT-.]5~l@}[&ɺ}&a(֦ ku>ܷU ;7ٙӹд:)z/B.,7zPft t F Zik{ZHҌ&Ɗ񴣾h3Zf/(uЬf "I̴zR?Ϥ% G.-q8 9l*vE^{l9*ȶ$V&HT_ȩ 0Y!-Z'\+lr~o: MfPoYq admáp!qRs4CY`ȩ I`X;f)IҢ$ig:8w3 ETVYz'O R5+OvPptv~_hpRa톈:VRTADڬ?&T9\(*G9]kDbGV$:N q y7sgRq 'WԆDCWz e^]B i;4#ZTT˲f#UfňE~0G ~tMy"u- -,Nij{~.O -;] ڜL.",n쥢P]$O&~j*RG`;k!}\?/pc[ ^I:9TAgp%mL"n3tX"bSc"ydw%ӻ($cnۿ`r"LʿĹ}!ik$e!j4#րpkcHb5qg+Z ]b"}Ӑ,OӖ/ .(OCD A E&7)XQ?҆1DhgB>_/:+[^j2@~R ho-ըݸ,1Ɣ-F2gn@u^0&X?7-(hxmfTFX6(Ht(cf"E?Is̀,}!gB3Գ ~ ݣrK]i΢;[K:- oc^Wޑ $2>;n-|d®`!vL6is} >znW2RnIN0`>eNTYW;A L$@F| k!. pQM J%װ@)%}ܔ!UXLlUfrH<8.QQ#zB f{thB E> F1̀1N\ߟf\DLr~]<=<v櫟P1h>iQx%?D4ZKfġ_?}9)o-ړvR +ʄ\S@$ף͹.p MBURgmlnp p2 aF ŀ/xr (V.I7"BY}=ֲ˅a~]?C(/MHQDD_ qSs!_oh_6i{>Ơ~sHwxk;4{Bӌ|s0=0 ^c=2@L؜_'XIdvtAuȰ}X(T7UovY*`>_wBT1[ fh %=J$הEM@B>#+7hӑ9a$ﺓ.Uۏ -V7F C{5- =y{Tjae5IL|E&^59[+5PzȘ#XvmQFu3S֔ˎ(|!au 95gK+x^([6si17_6T@:``98D.egqrJ|{ׯl;;hliB{[#,PNKei|e-|ыN_A𥳐E%&5YF?4۵~9Hjj$֋&! jE55@R%5FuM%Ǝ7rA4tjjGO.'G @VRPhya8u(ҕ GP$! iqiAأ=;(|oۭrg!2~R[ppLPd B0 ;h$Mc=𮓧jReK|#Zʭ7TSf/ i7,B_) 6fe[̓ wT5mFS J;t^3n~ŗn :K B0`bTwCR;!3,1чBk( :2] P79D8[Y82Zd1t'eMXL`LE>@çaϲzP'!}Cm;(7G&H"ܥPLFQll`NsQwNDѷLnlq8\*>C5\b tbڟl읧3Q윾:ٛN{jWtH^ lھ|3h\ GɣJM9GOk?}XzZSO]I{ϴ›"=jyɜMmrgIV<3Kt$&@u@*m\έX Vt0C;;S, \JR~!h~}EҜ92+)UcH- U)jJ ʊ^tE],>eYؾLlm nPC*s&΃=9+Em7(xjZ,Pwm8g:?i{`6F1M=5*2fPB$hbCv{r@?Ⱥt@|R@(pFڊNBKɑ& 8|+#MOcmm9z7t9lIH@6)}/T l$2$}}T 0|5kuBlX& URV$QحO“g_:xQ,.źo|:5ykuE+;FJ!CƋ+-k3DMXOQ-R+` .,6CjN WOϗߖ H #_&At ~,bQe`IBaCswd`NHa'fc/ؚFPjx6zũGKx7H@BHy=*8 7nL˅/^z?3`P`fLxIkaR,r6yw:*mJcxサk=m]dIv]1@ rR8 ^EWm= $@?Q%%G5)M>j?i|r I[&j4q(8lp'7YszHYB38_dTf4ھuZ7V, T@>FmJXB;ݳ*7GW֮I^ gt: #y5; wI:K#H:[n΍?!Erds1]YǞ #:H(^B-+$p4!Z]xav)N8Gz{h:f;{5Ҹ3[QH ,|CAf$_ ɑZi3C@Ñ$I/y{n<5٫B9yD/E /VCݖS]b\IjFm>Zkdtpů^oC) EaLжWj{yS}h2 <'N ̢YXuNa:Ɗ7}4W*3X[**t L)՜r|8潭3gqe[9wBOv5kp7qYk~uqlܝ;6VQNmVuoy3hμ΋Tqxm7vDa:1Lu4[EY썙]| 3tPL$\ŧsrR5&5.Qs;-F;^J$!)$"'O7Y>DŽ}wOFӤO6%\x7c36x$oSѴ c5}A5|%:}[rr'_*w@m /9, Dd2y9Du=!?eHde;R!3:%}}b4eTˌ@/0?>ߺ4_xp_eznE$@?'w͍;_~0['ps0z"I9h 8`I4|4SŜ/3EF/@c*[ :4W[iPGG<&cN󝚏 )\|Q .M-yT$=rT"7#p1=x,7 8y>9IQ'_28XXiey?Ag\6w9oݺ)۸v$4"]:òVP1 ^6,=^CD7ז20>$lJ*kzڔy%1?fq0 Etܐ{Yt wƣ\9( WZ5"(4g Ӛk]>^w B(W8?[2kμ=hh3,- Ϡ?8?lڀo݋yk+ٲ~HM'=$9>bduTn?p.3 А̰5*<BZtscu}C^!y/[ `HBo!xqn .1訿t&ezͺL3]֡2_ՀkoorLr ѐj&Ӷ]4Nv.+nuL>=`jlװ)]+qy@ :+'&UZ*$jo͙751TLtS}e|ۃ߱Y$t`"~/yJkFppͲtRORYL Vi&htuQ1 ji ,C|O9Lc(A$)1{†,;▤G@s8 A$Pٯen4]d|OTRk%$oxI- P_8iy6z+Jp,Nsh!??̄|yyqX!]aN82mD`?xrD={C#@4 EBGT Ye&'A3M#B9mut}lu)ː cHw~too?ꇴ@+`l-~vAkgA N?|vՓ'N}Rk-UF]UJɀ!#s4b(Z%AARIt- sꌥ'B PIe 9h&}pI=ؒ;b$pmK36"^^>?),nO]RVUG'̱˖.`aW=kG,H D ?nfF{Ҁmy<]Etpgߜ BS֪A骙Z JpEi#5u~"k^,y׭Mp_:Q­E\GpUZeu+:C$ nD`sh~㯗ђػ5tʓU>٥ı'/-4ũ )id?5&‰?5:e˔3[叔lx°Z&:,%[^bw r3PgG5},Ve <* o$KyWKa_4 lkc㗖S| @gten ƠycGH(/b=gؕ_MD7Bo੒S2umrupvsmmJhE\_}ىEWזp$y"!8 ?tq0Éľ- |9($#lW5W_W^odqQ."KZ+QްP R?]\`? KiX65g93@KNR1x琸;@”Ȇ㖦is l>k]H.rY%'q|n )Ν- GBݷ\<+9vAIN!ޑ!;?C^2mjͦ hז/[2%HcXj wn#^zVGw@W_L~ NqaiNⶡ>v?}rag磟8GKm7txt-.nθâHBmO7)j X[t"`8p>Sod"cJn)enE5ۇukx%HMOz6d~2 F3WrlgLtBq(0 8H@ ɢ4 {T!50l ƇKɉ{rv qK~EOW)B@U,?־ųweDOu}\,R*$!.79js^ȌaR9s<5]G o+xgǢ+g$v eX5-˨9䶫UzrOی}`|p>+QPAO=QʇCS cOŪ^b{G9*6w}Xn.`@wqz #0P{,ܼ+_l` mLoHw F462`zߐ2݉7yI n PH=D@1 &~t AB%ホ?H>Lc88fn}ńj7{Hik\­v9Z#N6|/d)RύâPr_C[Eϩ>:\Kjqi!tq!°%E %Kt;u`+~ЁSrVp"U޺8U#JDÎ0j>T,؆5=!qc]Tė`K甀Et4NH)l`h;FF=TV%wFOL̩;c qٌZā);3 G8p,CUj ,Li)nTlXNx"jUetێAcgh]@?H!љ ϏV֠By\dD1i _ͻ35pXSi~׬e@lY2ŚUz&Jƙ^E pT-D.Ԭ~%-v6 C8ƓUSCN'"@\ZE ^eZ @Z^ d61U" 5%K%9 {>1cƖZǵ}~6ˡhU&l3Ioܟ9w%gDnn)*Z[/6nFja@]t~/4+ծZ,*]oW[u/wrv9tsywK"\`3w!n9z\4?<0=19[a{;"`Qo7IP S L{3RMx뻈yKI*O*k:ugp z/El9q¯_g-ur_ƌttKYcTv֓3h .x-ĆUCk0H]NO%m2S̘b ̄a}bE/}aHQ 3SF,~3BXݲv6ho>* :zI|?5 ֶӟB[Iૣʳf3QƊyM"rx\u]M%U2)p MgWc虏@Rm(Y<^AAK$ =N4[IU'wΤ,,oV `ݭ-@*QHQڭ'g %rW&^!^'9< *=5 rSzǟ/C~[+ckY# *S V6Q*$[\i<0*#}*h24=.WmjH{o/Һ3;G%ӭ?B<hAcE^ĩV-.*NQHJir~$%9&\[G104cbY BpVTe[oMU6;'/J՞JS3rqmx|j>2Y `+sl2(H7zN{Hc>1Йd Fri0-G 1!!>ej{2jֻ_(тtlnbo-ǻĤƫm}ePMP(8ls$VI T5Po 'СIyδYYe/:@1=)?W )_|vϓČx^+G,^X<< PD=U^7^Y6rn"\85LHR4"?yj?RVٗžA3Cn&.H ־kEH[,Zkē#.:j OW:}P"Z=J=7GJ^b0V!U_%u䍟ؚT"L MGPYyNb5bjB]-LMGx7Tx3˳J}QĒt/h$ke\hՑ p"rǕ9FbqNA[~]yZgk|G3ֳ˚f q8ېi/v_U=l59h1dܥUK TTKA쇁3aXvať*n@`LLjZZ!l6MOUdD`6 a5}ul.e>-qs/\}ء:8,GM)\2/yмkgc'V\]NX I"n"],f`X\F$ AuD0m/y aTe tŏId6CanzZ0L4As lqgT˄4L^NNO2<谭]nP9 MJ;4PC;)?xMڟl,g=r>s[-&7i+aH?jB 7|Ac~(=w2㧚]SGCv!:$cyϕ  GqS'0݊ec˜@˄$0^VK"?Q%mw^e蘭#cA<2|X:cr:w<5 J} @P ڻG'.s-C>6ө.=!J ]/8X'(ϷQĵ> Ntk ԞӍP{ghTY/D>SS@8}dD@* @0:%y#`g1}T~d;> sݢx{\·wֆPJŒ]B y@#ϯv/|$b {[d{+c2#;\GXg8-~B> |auwK8w~Ծ/{`h2Ig-vO}!3->E7Ƨq="O/l7!~MS-YN.Y/QK"j] 6OC"Rf_Mt}"vJFFrRv 1rI=^IJg9;yI w瀐hhOvD)Tv{j™?7Uav [nvkrDihSX}d$51tl~7D@@6 3Pk;豭*0?y?#ݑŵ>1笨 dVm12#2!@pPQܻU ah>R@c4E= B(1 :hT`LF9&$F ^%6QHdHDp7J6M7_IWh(rAYͥs8rU|jƢRϠrZ 'yēi/֐OGNPr]:b%[闸>cMَqPD~U&Ix!.<];--6"z5r)[Wc=Lj]( RF4e {ؕS>zV~u-b *~ yA|b3 X~TͧUZOϽ| N[=1P]t-z?fPI4+sdg In n'MR)SՏY+O*wٯ=Ur|cC "JXuQOX<hָPG5|H?Lݮ,.Q]^MC?b /oͮ7CsՌs  ކl-`m9%6(A]Z gp'w!CLTH~\+,PҊԇ=_!!d{4zĒs?[B1kmﶱ:?_Bmc wȐJxaL@COC4R| d('ʷRp۰0+ ն b_HWksӋ}|Wca$ Pci缉n8^ 6`KsgXxYb}0Zˊ\1utŭo,YRcJ ` ݜ2/(_e92߆o_տ$zI:@[$9^>EowLr4=QKyiӚdjpˬʨ!M٤;x%goXW.mútdZHT a s9:x'{ Pt| }bb}1)ɗ^q ~}y(@,X?@w@8}2gRH=DՅߎz;#UFC7$e!]/ 1g'i'6D$ [qVOzACzRwVw킰U G{ϗFiu(K+%4fs ֙։%IZ1p;NW-i2㤪4' cDJPz,mގyOd^m< ^ͣQ~O/Wh4P@!I0$9U`&_o97˨:4&1If.9O|DœԠ@v'#9單'>p_.>_"O.0 ՌI$ A^~fXEhLX?ÍvM yt]ΛQJni!.{esl .JT>:-:PxֈZ|4af^<~;oʃN aK>ƛL^y}g~e MÚJ:fT@MZYV^{Vld+PŃɻj6sg(w0 R:ffN^A @% YT=v'b1Lܡ~y0 1^c j׺FpR1^O=ނ1SWt|!r8}l$ 0B\_)e;dGu3 L8 mJ{x:r+L:E<$J($C{XI">O1N#~' 6H( g j*vGW-lRP VO/hӗe(QvhWe4 1q0G~ܐ({>ύ5 /?t` ԘF"68p{OZu0s:>'x.  nOާ| O1@Fְ 8P΂2S"v#f`hh1BXMQiR+箏 d~lj o%>%ӎʜݧa9Nc+t"2Da_Ϧ&qT12/HLgOPc&@ՙ,w `Yd ()=/v6`I=H'~k~"a1޻sAk'! 6́Yb6[̺ yn6F)42Zyj¸@u>hЦ KRx@Ec>Ԩ_n}{9T|,[|@a%sdΐY~먝 ysP$eai 1|# v(޾r1 :-㾥tb r/nB 7 mc{"UwbSG9t\ҿ>s]=׹gU.eU'5HYxhU*ҾBnIid]Ѵ(lg$#3F @)Ʌ/zQYڨI:d&K{o'[& X!ՉG%OzU2j4BmzՈـKP|v6#PH=a&KZnxnƆ 7m}, 7U8X ,R1v™X̣nTYwqn3+jJ\I3sx~Ag3ߩJ kG*HuD%h[RW?cL,tg"e$IvO29|I#X!5Y<' C|7Oy br#& f!+*I_BU_6"[m~WWP/KI(B3q{r)D;Ef ub+1+œB%}׉d;RSط56 .6:N=9s{n b%XESf&kT!ӳQ&~-.>$4ģ+F B%Yk*[H/i#ݯ֗ZZb @>%ge*YmB{`, D}ce1[?hT))ɚ@_<5f -AOW*E'sv,_NKCm [b Q!H 7Xd t@ CPƸ^ò[?ˇ|-G\/3+߆~I80-lWi`wI=پUbJsg'EإTk&P,P.aK!>qQ5Kes,l[mD%U=I W(jOPA;6}D. HMD UKD?ߊb&2mY|f65 3?m+ i[bWzg{pQrV&%b E0cNtzyF{ШG84hX=NJ&鼎Iy~^A]9jGf?q,q[>G}fmiBpW[9Uvh]?)>C?ܪ)'PMG_F;#0ڔL[zU! S`B !ޮ7c:D8E'\PtVӱ}B_*$!&j/*Z\ >8W/BV7?Ǻq6Mʠ< $TAdC`MybQY03:dxAG5Hͩҗ O1aBx_ØxqXگ&0V}oC2*~݂zk?@(oo$; 5]O:ϣ}y$~{7CB0{<)JG- mWǰP.WHvQ Jy ͚;[&}ƽ{ΜizxQMO%G(c'k; WK)~nQ7a?͝* ׏Ez3zCzE {)Zlׯmzr7~o'r}nء(~ZijnJ Rʩ޳ C$b,GG*Mn70s֠ gkc;}yΖωz_Fuξ›2=j-jDzy2Uv.RPW{Fu͡Q\207㉱[sQCcZx:u܅޺ݙPYޯ% >W73咜z뗭2oF(⨔PL"}:Hբ6'm.ߕYrQݡQA*B$F53]֒mnxOmq@gJw?e`@ _I5>O.i}eS>C{8(| 1pZvP4=EW>*uI&A(~*.k,mhjB@bUX^д)/Qhvfw>L_4pJu,(*ҊbE\˳Z #AP4EbS;=$ A=@R[+3$Gg~~-.z@z\iOUc[(zG s^pѲ"ƽFgOagLt5Qf/<-9DE2tN(DTN^^i=p\xA=T­Y$-=A8 uB³nh>BϔPǓ?m9P*EsRpE ɝ9QKUyK- ĽT:< R3@\'5]{L7Yk4G%9Xt}ď0jO(:?_;_Z̽n oGU~6]^wb(5e[s[EoK_t_ܰ)Mn E9%Lg z9WQRQ@j8uK6S-xCUdg$j/SP)$󝏯X+?zUO}t;:?Uih=x}GU(Á8L:%fD'3ބdLA!/btunjct!(t=ZuV@X6uy.s7K~ևXڛ q︗[or;ۉhԍC=5OcR\\vǙ|.lNmxkf.}ىNRB~BS *;7Q?UwP /r,Cjm ң~jҤi=H%IA1c|ZwU+^~ŖYU?)0fvcդf!,5#QXtMJ8 !y[Ϭx!zL4>u rH~RDrVV!9iɪ/V2aF- o;ķ,WwaPν֥`fhױhbC@S͔SwR w-y)/9M&eTyx*s;匸?fa2\Ѫ N$?&u|#1D2nf޲QEՎS=QOR@/ =F{,(:O94Q׉1$T[CG/Q~xe$9c>Ie+}KrS_֖d6i!s(ð\؜P(e474 ,>Fy/i=Mbx-[~wS}6V/+a23R5߼QbEqГz:%SkYL7~6>wHXP@quk8AF}.*"iVq…^̓XE )?q"=bO݉LU1%&w˲S a5Iďw$ 7T-zN9 ޅ VrJt5}+5Rr$P[;Lȿ8wd @N\7 ry/Fﶭ%2.еn׳oڱ֣a'1?\ZjG& BYc)\"4fΠSd#k7P @*N#(3# * gS:HHCcISZo^ZRKk1T/nkÕg YQLb"@&&f?!9)&4 ]ĝכs>yn kIUP~U ʙo}{]'Fcor?gKfy|?nv9mpoFsv(wJW4<2=gBEَ/Y:ͧ>=cx;3SF䅔xfȩIOZFlQ?R1@͋+Fc6bNr}\6O9t&39sPO5Z~RyU:涋SuG @~ɵad9l3DgxSlEϏr_x?/S6@8b9|_ v jeNX {,̓"y;׈,wNל=7ltZɼ|^dhr9Rc{fMȊߞrX3>M%ZS/gD$RI'DR^qzfN?S{Pv? ;쁀T {>}^Af#o˸o *fJd]ub _6q9{sX ~]B*\/ܻ씢S޼-s>#PZ9n٠d傢$dʲ^n}K +-M&,:=XhC9eG;-GQ(cJ|;ŵw)YO(K}Uo[Vj|. QbK{NMv5םBdGwKkhGYED0B,6+?v@h@ /iаZsm{sߥl-i-j TV=:+kK7s2uG56j?5gCpյNHz.eIe֠01ٷi*dOADvYS=:έHv@.?xجza@SSN.6Ax DIU +W:+NVg\;Z)|*Rõۅ .mõƕ{$lb,ek84Y)߷KZ{3^?>zhHLkeL$N}Rb,:/>[5)4ϳ~szke[:*mٹIІ rMe5;|NZV&Wua=3h։BfXW^y*:ӣu+^Aɂ4Ҏ첢a} =|~!wZqqb ISUۓB/M25ryšKm0e By.Sї %[[ʩMi-3W^~^-IIe;}Ws_gs)y~y+U}UzAGwO{[odzSNg  3a)Iu{46jok$jITw9\9K&@L|9.u{OTЦC|-A)YtNLW2jx1|%_szZ 7v,*Oh?Vpݾ,bN,m*_/@BVNy~܃3~Mx_R<[p]X@gκղ3z`>Ra8LAGBBlN3j}"c%k.o"YVڀ V7XYs$`/ϧ+>-tazP(p'O5VwoI~٦LCI4}t Wp7mLSoH߷G>Bƭy5@#iq#簋ܸ9aGwMqnlym*Sf鳬6T і/Ctj}ND#0)r3Kr5HMz[~- R~Or]ZY}V峌b^Y8n]6f]Mbִ_;xTPuEvp" Qfznm~.jY^޷Tcy+Wmʫ͟伫Taܗ7{J-.w^L\42s543[:uN=hWyQi iA81:'B错RW(̖ dB{􎈛G=^ђJ}=, ZMu2_R.C!5E h6ʤUbi HۿFI0d4Mt\m<{YV5kŋOf̳ 傭ƫ7$0v&jnl%y6kiJKIovCqRZuw\ŨB[PAKEؕqJuԲmZ4-6'YD(mb;K&ߍs[lhӛnhf;8n3nwQv5Jy(Q`"[yӿ Ԣ:]FHڢLX-pY0 g5lTXsӚK.Or՗r {J:QwN6-`_6c?uVFXF id>yܥR} j$.}d4](۽SmsjLCmKGkڜ m}nYupLrB,z"#`ÃhTz'(MϏ+П?s\vTrM/]u P H~4ɕjF}p@E"zʔ4my++s-߹x7B\!۱IiSalȣ9 fwir{55eVX/c/GmY(kl>4Qg{~֒fjֳzgyԥc+{zi/k Mgٍtܟgr?Ǜ^ء)\c{"nBJ ,j>!. U&臉qY𞥶ծ$݃6=igYUǿz738asDy>?l~_`Epi;<U{_>HeϪP®A븸>?uR+x=jV$IZNe˧W, 3=@YMO@ݽ2pW.& RFwG9 hb~( }LOX{&+t/gD*ZU#MXh ¡/Lƕ?F~{ѐLc+ȈԴ9=̀YZq?>?`e˷W P+ZҀx7 ƒuHaSr Ed4.pS(}Z{:|_qKZ5r7UۻdhFSa^fwɌe|tCT Ʒmwz⩇.Ά.69}=+ 1;kq{rl#~ipߣ#01aAL[YHD֧vCȠ:hhμ!\(ӊ nN\\8'Y[d_,tǣ+_0X.}==GӃKv.;r47t gjסnwh544.8d-z ~Bc7 mB*C 0ѧ+l-3l@ MhI5ewrQ,U)bTjҞOe*8,Li/ Eaoy+Ą-[D^Nv~Qɯq؞p|ՇR١hV-]PhX Uv3fv*q+rN6f甊$4+cjh]JX}ruKg_H~=`%c$-acuD]Yϋq*z3PCx-dPR{'ᛲmbַD}1M]&{jU[\9 )6m1\*upllNYNcxd=>#n/ƿƩ̨e;ٗO3NtCKXrMxҕTާj|V[C}\I LIwg^}ZҦ!ʇtn %:Zd>N4 8;*ʉ Qt3Wóѵ53LucG}Nǥݟh\82sY f5L,p޶:mIiYo6+X C? vOC-iÉfΈ?85ss#X5T71@+6M*MU[0ZQ]^cNg㤴{[*Ƕa?Lں8(*e3yV²J*YV^qz)jdhajӖP` 7hBԽJ:;5 $v᭵0sQR734v ؒk*,(bw쩑c!ŜMYLm-.P4"b5kxQ"Iu]lczJ9,Le7S2uY j_yS]lv𙈗+#ʟЩgLz-}YcN Du$CXQ@k2&h"̫D]6r𩥅ڣoM&ily!㱽rW6nwB>k:<Ÿ* :6o߳Kĩ7g:ojs<6v{)^!U;,k[–)݇Hoq_/.|:Pܶ\(5 #nF =_ٯdګB.IYrܺceY[C=G8$^Pc-WwSpL$ 2 y;;.mɴ)p@ ,m~1,@M;8ӇӒo*/5?ڡ/OɕqI`,o6eo[ iW߽\hͩz_[oE[uț,ݷߝ2s#8K TS`V) ` x6|e{&ZYp336q}r3RS{m}ЫW!fha U4*|YnnM`奉i(s1**&-f#cd:rQ^0e` I1`,\vfv S#F4E<`7X0dr/ܢBO"JLm %<|֟L.4r$xNwz|2 ɚ.6 ƥͨ3D FX5OCs[O3#oӧjd3RE@RyM&f"@p ""[2xFan*RH5޸Bdep'$A3OB1u5L7.eXڱR،l- Bzý) SJ*S@{5S \/Xqؙ[qkZS7Sz9f-3t/(xChVdO^'fmC 1T"{67 [cu kD81d훚 'm]vVwȍPÕ-ĄJZn`0yuzê/^R."M1 D}fiq/z!i#Qddy 3%Gm+ی-pYqw&]g?PS^՞sO7ig=S%^t\8@< ]",UمF .z o)5~pkWxlde_3;%'Nj #UGʐ!$BΫ]tq+!}@HF̘.u߫uC;7juQ&/Kt{r̢ɕ I轹s(y՞XvQ '찈L6B  =PG?5?yʩޯ>(`3Wx:1TZk]uYA w?k !WooM#B`&Zn8mf@ph]ڸECFVK`FBK 0rqTunv^>y \79ˌn8rZ!qUj 6PS}7m& ܪ]7n{ٷ|ۚ 1QcMѩZߺiDz0"?K"DZ (|nǚ\;O~Wh!'I g5q6מ]rbL0<: E<'P,f:%_u^ :"bTJh.1X<"^V-j#5.+!@"c? 㬸V~eqkqvY>i4NsS:y?ǶH49$̗ǡ5ԛz܌[vVX? 2زxFDU0vmoUYϧ|nXո, rD;b\َ^u &L p#vwcF#(9X+)vd8ƪJCi%H߸±-Mggפœ7`CSuʉO=k@A6 OvM[]e"V^iW9OD{w_ia&Hj$clgj!.olGڕ2T"*b!q"ܥQfжpϨm[,kF*t8Me> q|̨H&qʸ6Ń(]Nid`SlfLݓc10fSTԯRk% +xʁk#sfܧM8{IF&eCY`|x3!ucIߧ=RButwQRG Z .)RJ?+FLP_Qj%7'R1*XxtKX?>YfoKrmv?<.Wr~E xKY'@U;dAGHAC4Ar kVDx%[cʖ@^Ȇ:XX +yIޛynˉY%+S§yd間j5=mF 'h4dRR'{4(&IРM`'NK۶uҴ#@,p]ǧW*/_9Y KHP,y,ʙow2X@Pڙ ufߗ zmV3$! j2[Y^xBakj+ǫ_!P1$Fۜ U09_Jv}qU7&DQ;$LKI~ucVKʅVь$AV%x% G!))%GY 0 L}w;I/yN'O,娇*fY,5nǝ Gͺu aƟY%63XmOE(7I(=mʑrm4 ȍ8Z .J '9N# 'DGRC'Uv359 #>; Z5 E* ]WAEwEZP8fI#E{6qEܥ4"^l5Q\b\`'yIfIφzrS۳.taAdR‡E* [$Cb+Ĩ-1!CNxl;,`FARߊIc@5 Ud $e%8pT#drfmr{c7(LI^pl'Zk[z?3+?\K,xc MK*Km7w k%)E8NU nJ7$r`K#|'?!AH|&d!|Dd!҇b_)ʌQvŨU1Z.Ot Uj6{< 1VH[ꬿ[ӊO0ԗ/o9X.jm V{fe;WkyK8hpp 0iB x1}{#'Pkpd~{W$.+m%B4y&!2+iecGh[/<5RVsoX>l$eˁ2$3"u%kπ u{3'쒓 B}EI/ܿ_|ap OeɇV ؆24*}u.Mdatj@aǯA]g6UPLڜ~[bSh|d|3#-yxrR0>:"0*J-{ ,'Sr%FBPZà.b9OuP.9S2á0sx /#͂S{-]K$. %<^Myyi1)01KH/}&˂699 D,e5yRs &Py9|gh8,w"".;*-ձkY_,7Y$#ȲVՌu[wѡ-#TDт>-8XAZf8J@_znhw "ŒA ,=cۜS8%EC#3z!~{71,wiFz%rv"vdB5Jui^W ]g/Z Cz )}szl4\⾽F$P7@"^s8s er<:ccF{dPJ m2o-H0hԵ'xHpJ 3ZdI*:RF ^0c IYn4 E- XpΦ} cUcSB %obvR_,|FbIS{'5pZ⃏9nZ%FkO"(Pw'U![_![apMg 4.4zb,II;H,@d&\ Ht IđB1T7{>Ctku_ryWVd&l o),̲iB /߸l5L5Dπf>Y'W@zM WT"&ʞIT(tmq L$Z쥣C^fI=0ַIiTIϜv!W1]1+_buQIޣ5{r*SL /`G!:]ڨׇ jdYIj2VR%dޔV ~TUBPϚ)#w'ǒ2OYb|ꕐ̌, 2]Bv8j`'lkmXs͙Ƙ gy׷z{j.Hgԥje={vLkІAy7טDK%xy{n !c;:-`?Ӛ{2RwnVR b:~+NV<:/G(u]7g;+BLfKNU@d(\+ (2ylf\NK64~I:*DG|ΕRE 3<ɖu3zM-g҇;[Q9|T +J+/ ߒwۨY« 6E>N2w,An';)8[' 5#{(wZَ̋.{s׊MϾt3y@5,v:8/]LwGl0B9R&3tΔik5 ?=dMTiYW,N. ~/pIMcp(BO a硗elG۽H^≖ֲ[h]LM‡`D~(&ԪHVdo(#ވ+^ PJc!qQ?wҎ[,$Ez}=!c.ü>|c v]H\-yEJ ڍ{݁uj>}bƹI25 ̦ 8c =+>~[ߩqMJAɵ{AS>HG+UTݡ^hڲ&5!QdX]--u|/%⇷z!ryp4O[.|Ww|kcE/9F0#pvC26άnax>A,]53 h אi$\xZSylc1[*'!MaQ`u?[hQMF$; :WrļfЗz8pz=rtuFOnVydoD[Td$a$Mc^|CVcITG=Ƿ2s=J>J9Y|!H ,JˢC={'2pZc=x̉"˭8%h1 -Ho. {vg|ڠ\݌ӽJV[thךʗydA 1A_3%6Dqt{u io)L=5 b#)fOVE[a#iRC'X.]5 e E>vˮꖵ[8'Z*rT 7+}@pVW}"(-`<衬z{-OمNSg)wJA\_$)U@RK2+puZ>&{(],aRe0? ch0*%GPRܵC:>KʖT@puXm2LaoK_ ,=}.YR"+nG!ȳy}{iż @pVCۤ_n,*89,Vၚ/he'~O!kawHfOiDq<ug6K/ S\$oue4,_`*_* ңdK?G\8Aq# ?iPsBb6/Ghέz2'I2H}_1Aȱʩςm׫b ȿ ^[N`Q:-CߤW^K0n11l\a.GDzXC7d4Ag1=Ռ9ى֟qxe\(.o0[UJ;7:0{j v7ڰ] cPo7?͜?5:HFUʎDR/6BY ZYSן˻x<0uOO6U/|XsP'M_';:zϝr/)Wx+)Dq;ǯ2z=UiѬW[XJ j\Gydxګut g"m{=H9͑=;YŞU|viC^3'T1p!![kLp\{[>QqR5KFĥ7Ck($id {v`p(3t+>R̸ͣOD+=Ҳ7mʟJ2{Z?ukcv[NN&K7`MOlBևݘpg뛰 z+XD^CSݷ(+ME=R 0"z#o>oEBl.Wl V{Hޥ*Bg$ 5*n4Gxdak2K6C6?;f<5 }cgBrrf!Qh^:YVcN+8q"2=%Zs7KHKkD@Fq?Ft_S._Y`N4k̪Ϋ<(Xϴt &hm :8C% M>f<ڍٕ\PTՎ"щBfe(j 3:BG"R5*Iy?3Cʾ^{',-oFˤ4/$*=#2Ak&Ihu\3]Շ@5J ]dcMÅvy{FaB#_zgLx ?pJ_*$0u*WhcUt$aA?eTj%MW &Ùt\C\^-|uȴ,S@K}v^ˑ]$[W2TƟ^[ l7"n׎ QSRߟ]*dԜ@܄d5 AcX~Z2^1T ${u,zaqTe`-ʴ0BZ4:4N}6ǙBqgZHvbO 1+̓_Gjr(JI̮z&*H_**s3=4sJK<S3KQM D/7 kaȾ7P5IB>-1}, l9]xÂ7.`XkIPuQh5PO=[ᝇ%r{ǗŬ&0E  5vB4ntSxZ/"fm2Q1z]@ôldm{>=Yٙ*]DD=#oDvUY q̯sz9B(Xa>̗<]-מhY LﰦP$k[^|Ր}!ﹿք^S'>I#;[L} 4g+J OwV VWfς${B|).ݶ[7M,+Bض 00| C"] fpO]>xJ.v}?j\mB1Dn\ٿ>H /r@vrq*t;üF>! 0%R'4Qo>|)aۛxD+Gه_9sҵ:W%jGt:]H4"ԣa'QG7̣| ١{WIĴ <d~P ]iy+x"..i) H=ݞńƀ$@2Xj3 BL|V<3ܰ ѢT-?Jݰ>3Sդ۵LFG)9fAscX^9)@S3 Vd!Ws׻ yvPJ;/ճ\+ &8[vat`3|I_{_W럇H ( Rm(z-;f ιUBz LQwӍ#z=B8 WL8+:þgQ34x JQ9#3z4AnFӂk0P" ҝPhݾ)쉬ؚ ֪!) 4/HLAF{hɊJ@Ϧԗm(& Ib6gW{|)Ycr`R5y%^c*Bh𸼣=%]hPQHfT'^+as]vՊjA 6 Tsu6g2+ :Õ/4n94" ZWuR~D nwG/hQP{<:"g*DTsEӍ|`;`F22f}CDf$+ GLͱmXEϘ Ѩb ~Aj6$H~2%,A}I([vl!mn:2|]/䂯ޠș:CUo> %.hħKp["P*/[.أb~lv~WU;Y&OśE?FZ>R*(Ì8rP$8Fڈ1%%k}Y X:uL7[8KIH^gp'YWS^4swukXQ`f_hD~}`l6laDa2椳VM/i7MXJEyҙ.Q}iwrb7?Ư55 ~}), 0쇙RI$-R$qWLbyu5eB9aa'?o+F}mo!g>2!P|%G0ۯ(L̨_ƨ(c"*"@u\U _YE!5J_Ϗ/g nf,{Caowayk5xpB[i .Ą?͵D `^g0pZS08<͍̊z%LFeDH#֖˅ VٺwQ=Qk>ſZnI] "\%|Oerͳͯ9Mnf@CM0Y,AUW)jKjeNrC&bn# a.rn-<2mT٥PWM<R"JC%tw,5hҴQ-9}=AGTH/ƚfn nxo8x0|p5{AOtmӋ@&z) CһNr=I\ PaOg_{8C ~ˈV-jRU$:r ZJ=_3`#(^쇱ȎU6Jwgc-\GMm&L\>28֗D)%nſ++,&oQ[aH*F^YuȓY߄^Jiҙ#( RCd)'_RRJrg7e=#h"xCdq|h5F"" 8|6'ȍ|O aqA0aT$|z;<;#gKO䑱8'6wp9lNd L?"a[ d4_""߻6KB$oUO@^y]⹨2H!U6z/j9r,jэ[yv(oGy8N %J!j꼚bRÔ Aqd/[kUPE֧۪b:DE >mv\L$aXbJH4Xnقo2]8A6ţ2vWXW`?2xsFmixdB1N_ok@:k-%>w_='na@;?Ept^idZ^yqSACD((VɽT+pßl+pg7CԎq=9*j'z=~7lLUekAd.G6)~m@k넞!Shx2(zfjS/]Z V#7>CU[%ح<VFHxF27SʕCO w y^BA8>B(D^8~C㏊6)W˕3셨A=EoM4iENl,OPF7Y~?,Ѣ/)]:Ig[^d x\8$MZ3:7›hqtj?F_N`D y w<r:]iJc9d#ajh3;*V 97f}ͧ*4#^h΍Yv$j4]Qh.BpffT;*|G%JuP5$XQ+f·RZ&K|.]rO{)aZ[QG-eCk8_QZ_FmJPmi[m^*cބ6B^2N \Yn󩻁{@#:k-]WcVB_SneܦMmj $6<[Gʏ1~R-TX4ڙ4E"3Ǻk>AMI:\=xUQ]x㊐(pY~xH `g`NO6q;/odp;XlA?ɏS U1#QXaxYP6A}s8cH'c߁+99,=ea1z{ sMgk7gp5,Wz}!|3?Qް^nȵ#e.|+.?sAv"ԪlV5pp)oD!9*ѫwcsrQ'`wi3K4;;Wtd|l4~N-bꯨg?xHո9EsNv+9x؉h!j(Tbȣ( x[ 8a0K0Տ[O0}Q?Lgڣu{Fx[BO,h9:/ֵ(۾( Q23ɳG)A%Ao8,Ҵ"LMW?\ViSk'grg H+{0Evڍ{r;K>+HD%2م?%K\RY v]b=_Ha0 onv *c3z>wܖG\ 49ɡՁ_tAϽin,~ ]t^4)XJ?iyG1C+vՑ4S٪jH ȤX$KX\3a΍6`vu:环`/_ ֠mn,۲5qOr( a|9qb9y㐖TjN^Ub},T%!Z4]4K?=G{c6LM(=*̲Me0A#f4 K1Ua|dn8#kYKA^ N[۶'}oSPZW2gu 0i`,VOƐ)xop_XfAsE#HJ#Qպ /L$<j3]%KZ0yǍ1-$5Jud n`Ӿۻ_gVPb,LϒHλ낥PK3tśFɍ<;eaV8/0zZ5."ЏLe^\.+Igӑ5@La~|dAU_})vI_xm/L,mο4=֖ݺH1y=_Sf\DΪ5 8&"wTJqE\Sͽb>} $ݚ˵f ׄٗO/r!Vy.%Dٟ4 ,t[aE|KZ_u^SWy$.cLH%Xٕ0&ҡ1B4Yt3{^6a[.ЉdU Qw\ߙI#>rH\)5%c"C*:gb3{pK]Ii.{s*8K-Fd,һgghI'jq}Rr.Zɒ' q%MQ+edJ}`D]cs becfg+e8ѣ|xQSjѻ,ճR%C!jOu~J~mm*I0'NJ_2ϦV!ApI>ayK |:>I..A:7S$Q\0 .+6D2K@;~aǚȌ]:&)>{ܭ m΍F7-oš{ j on{Id/݄{'!٨TZWJ#a ا:Ջ͈GlFXR22.B}2ҀD%vIgw|I4LiA?aDe_8 $_mV.z8 a(Q(%3׳&$ J,T-\ż `!@ N{ y_`>ıhb)V莤@f'%4a;}*;N7D ]޼4dJ_(Dk<ָ1j4 7):nykk'#:sIysN_EC3CW=:cn!;s`-0&= ^1S"Fr2"{U@YI3'MJ%L ٜLXobhys#Jɿ2kYGy[05 s|dXRmIϋIu4m1筭"d8|-4+9JC~]y #ȉ ޶nj'ӭFDyx˄peH`S:EoIxڹZ<բHa:̨{QLb`Ї/n^R0{\ Άv܊x=7_n#0R$ =)/gR~T;l 1*5,=>]ch:F?p"Kc<㘟fλPkNU^wWo:(9* Hc2mBfV6!ї^ Ӎ5ϧvU!=n3tи`K@9jIަ[P"E6.a$E׿Fm`v'2D[7c=b+mp4*V8(q%/aF/.nd>fi"1~J.{/ k4yy!^LR~y}lxz,B秦s7w [Marj⷏h[?g蠌􁺦A hRv+Py,W$m^nuxE'5 6\u7Wvxͱh^L|vFkL4ɓ;pBBu]x 4K BՑD`CfU>Z&pClP' it4Üތ7xx/?Um2żߠtbI3 ^dnH@-Ϡ5梜BV:Ig;9Bi VjE;@[VT,^xVzI8ykZÍ/#k&"̻]\ Rڥ' "F5"~P sBPDil&3gR|1ܟjlӵssA ݳ>>#߀/~vvez+-o)FŜGcet f4&K'\OEZ avx/(X]B9V "?T.h`F6޷a/ sF86&8/ !5neJglZ.4ѱ2/ql3K=~_E˘}q59!,S ,y8oRD?-}x9ý_o^ҠQzĝĘoth GT̜b CA UezC;qr1?abwl1=hψ&p|)VD5ԚŬ_sZP+_2Q2ňWPZP!]]j vfZY|u+1 ]ZzL[.an/$+rҠ7v"LXƎ@VH(VuNm^`7xNl "S\bztw9{(r@{γt.캿SG2q>'M?G;j੷[5 ?HVQkங P}h3U5jӪp5'AiWK5آN[Ƶax/6@lQ"\JNޱ-aLyڼ',Y˃a4{'1\ڴ}Ϡp3,8ɭ [ LB$g-L{bNnK` CjXΉV7{ZwDˊ+14"fbpWj֖XT( I s3oB[vȼ!R ıY"D`s&Fu^a0k4 ប\zϹ>#|ADal$:rC7i32w/\kLGiΈ8/e0}V٬]gkxcŋ\(y_hLR6бG+caKORAPUN%öNá rpHُu^SklIfG跇 }i7ݮ/]Q. Dޏ4Sje;W4,(_:?&;%kX]Wlv@Lf1- njO?3iԭ@P'Ζ۳=z`@|z䈛CU5KA0@j =u 2#e|TW|@-gsU/*gq~ sEGwGjw)W[H@6_S窵|>{,-wjlLMS敖_Ssu. nYzU‡\MEE+cu$A#D0U»9MڥjWP {f|:"OF tan"b:[_-4)as?2:cGsdV%]HP!"EX)#Tp1^e6Q,u!LX$,z$"19\lH~Rw oOjh'!-l7s m[zf֒#Anc>ui"Iغ&VEr_TuîA4zCT'bjZZ`U \B M U쐇!:64%X 4Ήf r&~/ wA@φ(26YBa&baxV 32}) Ϣg_?KPH!ex B'aЭ|ȏo3^xfHlܮݙj_>%MSv?N~{rǿƦ xS0m.s,r+A"ОL> U䌮yޜ't ?VL` PD sdj $jc$ocx*2 !vuޠC"ұ[Bd)=DNUh`{=kAMGITL{nc|bxsKp@Gw_8"=`j${-%-Sȟߦm3)~?6MBԒ^&lA?MgO)a}oH!Y`1p/z6++ERqu8%i#BGəAUHʒypuܒb@3|CGj M74ҸqXLa.u8j̜hNS*S:I9<E;[qLkwXFˀdO@Wh!MBH;}◲C ѭѿƊ9ovM D 3ZcӔ76L ̥gwc{7]8ؔ{hPYZ]u}ΧP \+9$$GFE{kZMƱ)B 96LaQ6ElѼK :D6>؃᭎PA*S r@z1 `W/J[gy,Dh 𤆬Un75Dl~(9p:çz~uԦam 1`4Z`A(adQo4s{1n\Xq"]_p/g-`&)r^i~^$J0xKS LM*O_^sH&3׵r252i# A`KؘZ1ihEa(KnISN] _ I{Jˀ e7Vʗf*7:Qg@=)dN0P|җgM6kG0114Y-Ր}uYߥg9Bjg'%~WuٚOsv2tV6*7mg5'F&9g 1}ǚE@QPYdp>p,"?V޴YJiU`:/M[@HDc6- 0^/B1{C5W?G?GlX1;tSsx0e2ߞ1_ΉKDmGDҏ_HIq @]a;Z boA7,g$ռ{@1OfCoNw1Fԇ&ad&vaWxX`龾 "|8>i92(S DXUMZl~1Ԕ" L5<k;uI?s<1:ȳ#P g T-r^ l]>\-X`b@}ӛK*1G5͵9L5ٍ0EOZueyjڃ*ɽUT%v=Y9BFR0Y4i "/6F -jn2`=g$ -i?/H;dz/yuRlv$z&8xγ]]2Q~L#I[@^Zdr0W}~Y-[ ߉bk '5,:B.YQwE2^@Ȑvw1WM)FN;3$$jm{᙭ g̘⽩wA?ɹ5 s Z7. Bk[vLF+1n2gJ&Zc@?y8y+ɇ(|䙋h C<ر:nfg6}ynvSy3E"4 HsӰJ)GzWZ^pYw^1`0+C%M6H+טּ1Xk $QÙ֭cA!"': {,cvuX0U.u ߈sg zp.\io5߅ !9ʁ$3+ I= NH;=4 ';zp`vxm\r~ I\lsԒO(#W]Ac SW/.pĨ΃eͅZN$r dF_ۮ( 6>v1d/tKlZzE]"n_jvպj:wBEXtJpjE;FaX#fVUcͶ-)`VYC9o< ^:= '-)bpH˒ LN W;]Zqi7-M"sra̓&QHG1ጱz`&BT@,zXnKdbOwnL\._cq-e#6U?/' 𣱙+PZ,^T| ^Klv~\Ԡ r?Zec@l8%uu?pΣ(mRf<;-Mɺ Fg4`~šlT "RǘR424@n=SG5RKs/s*w?J$2N;'}S0g/ʺa0 OjJ 5 pXY6xYӍEJ2V| nսM=RsJ I+] *1D|R\3r.O-$Kۭe|!}#r{c^ Umz4 X}@#fv);/ntj߮O`V 6U51@7N̥Ed@88"0' h 9] d7O yXzqU(dtEK_:!j]0eqodDQM_)o=D!B p'h[7Frj t ߳f1#(g39cVX dS!Q3/HAG]/x,Mwch9np X'nI\ >d_E~<8ƑSQ-vɁ, 4 ϻ=v\MۨiN\#&fe0%?!9e'Agv _M]D&R:=@##sa2Ռ6'V>U,b:4h}lA~{VG`E<C(n,\a@Ppe Cω;eҽ0 #O $#QC̖r]t0POd"9Hܽi(d+- p&4Ak)_aM6Tkz a0N^A>ٚ3(/f0X%̩ŋFe+FFK Ͱ"q£cKxÁxfKexGYc% eX {X\_@$1&hoX߄y)p6bFs:>\Ns(tw%qDfnO6ޏeɛjD mq%^Rt}V[Yh&; eץcV8M6ppP[Zvh9۩lKd} ]Sv6DS?T {`;Y >3b}*5ս}Q1 dL#Nx,)잨}IG E*f~~LS?Hw,O^dtVpO=RAbeon-<{&Yٗy|ޠ\o!z 8;ώ G\^) 5MʛZg:,:v9-0:( Ja2U(UBUFz뚬;qq< y~` % 0]8S*'W\a_0z&裧{*H#qvr]?3Z/}[/Y '3Sڑa՝`+ _G8je]T>K#Pi2DH;=KOLVˤ0ѲϖE=ۼT\o9Kpej-}uq 2.}z9!F[ pJ3:&쩖 XB0TrXLt/o5 <a'8Wm. xֶy. l )P[02JD2!jVP3 9$73ADcFF(  :I3Cqӥ7zOrV:^*_~VA!3uF;wjee9F&@!ef0\^bm?ބ k"$ݦ?C^P\} =Kv!`lVwU$;O)@@X!ָƈg1KjhyTwZIfA c_).q*vWIܘOӧqmㅁf0@P6z-yet} fTIT#q Er rN#Fz*<,4w#NFZYزǛ[O\&-C&`58,H:*7SSs+|VW55` {DJ~ Zt:v]O&4!;Xui ;/U>XL {&S.x[> I~xbyo2"ƪGVJf 229~?/|ݪe^2[IҒY̐K̨bZU}R Tco,Еdb)YWg+c|i4 h7sс0%T~"~tK\ "(\ -xկjS|_{u\ ʾe)M1G&Ywd^t Oi%Hk~]Iʯ̯TvrPl2To3XH'_B߰R%KN7h9_ 1)TȯY}H^{Ʃ&"Ðq-6ғfDY@dИ&3Ua弻 B%"yUj*bݖ0 O]sM HA_/I<qQ0+OO5|$941F3` ſ:ʴ&mÕGSu/! E렄Q=Gn"h>;}~p]3ClT: PO!Bo!\_Vx=DtOm\/aT'pY޽nc4_ [E[|٣jmkBo6S;V M T}*nu)\|-ZWi)#ڀu[W蓈x$I< b)P`BE/@c[F s(p.8Q-UrgSfX헨v5l50 5V@@GtOoemҽJVlsyqSrcTcz B>74jրOb(=)N?2G#Hj_:N>쫁2顠"vJo\+YZ9 :mh :0da-uB)]ً;99Hdl+jyah+eW9- }x7TMf|<`jN8 "RO,B⍥dg3#J@4tN;ZEP'3ʡE5r! rW=a%m IGc[hBρk"pQW '3;Nۯ5D::M9Nwgl·%B3Yٰ%-c˙bsOCݔ]mVK+ҲM[LAh%K4һE@+obW#% LDل}0b Z'Xтq ]r sl9{T3>JZ>[?њx?r]8@4dh~\8|Iq8L>`Ns|&v<˜"4L,0\*MU4ͦѹx++qp rBo1i}O@H9+x>e8xYdƣSCuVnΨniR;wh^&=Jt̞;CUap~/V2Q? $iHsV]A>fA"h% =֦Eĭ}#kxK]2?kT\ X?֭NG楦3_fm%Heħ!$8}l9V>9k _:Ӕ97ׇʋ f*T&N:U-֠4Mס#ȝHßh'6sMj]><5Za#͖9Wu#d1,6K07.DELNC\%6_q'[&ֻ/`2Ć׳},1/ޞ%,t\;";~SӀ!jd694.DaM?^u x&Zy{Վ_"# mXi^E rW큦0,3i%[Rt5Z$oS-Go Y\^aG%_N8=&ADŽllg0-~|LJn'PʁYxfG_d-Ot.^/(Y(۱_oN];l|/Nz}yyb{k7ȼbgcD|FV׶VͶ8/cY}gFw{ ʟ|{ }5:NpJڇ^^ȦIQ\' ܒi 7WcJv/T⦁R5*'K\+)ٞ_YV"!;YNRYYlmP'OdWCF>ce&kSg05,9%=k-rUMAz fbj= +sM0_'#uiۃ!$7!N A^4 \oE|rA@(GHaNsM :gHG(R ΃6gW^{g [qgcY~M'73H.Υ\s?bw *ZF]EA wQ2ph^C}O콜J8. _QyY{$*hs2l*=k+91P [Ɍ>aɮEV$!2ٝf[I2>/ L-OܢhYB{wiaQ#iD+LAkq-Vvl׌CnG@sp? *.D.qU~V`*Wܪ G n?h JA( 2~+vb~`ACp) /wL2m@J@v2&8o2awr_!}e>dB&{ˌM--|33_^T#暨AWfK|$Se8Sͤ |y=9fo!C5Ae"suVHHPo[1l。~;]!{ۻծ#1soZhfWja}w~k:Cux,~sZ*1 c9puq)<G98LWIڪLdOja1~ғH'p `~`@y?lDMXj\Ip*pD`y/ %tK&C à!u#Yl2 rl>yX9]QRhQ9Ag>ɖ[d{{ayp>Br6`5:&WdԮϡu7/V'TjsR"W\T>#DGw:d-"y1 #X沈?D>%,۴;r)Qcu۩OKAWlE&|qfZVw0wn8-r^fYz|JA3~XRi'AÊDTX&9h1p+F8UU`q׷'G.Z &F=3@d sbe~$Vk$G!K{8H{(kAE:n(Ơo,Feá }+duKI&-",jiP9ߘs{G)|JIFJ +pNOcKhm`+V#Zi貋.G%q=0" q5(2Ҋ^ $gcdveV0twO.Q dBYքG?-^,Z;${#zN avy2 "(KiXK%u:Q:y 8Rzra5S*F1mŕ= k] Қ9nZg<H@'vr^:(-}'.cv>8|Ҹ-GuvZQʰ'HqYZA?ȷR)gzsowﳌ?^ԿutnO&^k 5>dwKd=J-LU֩bfUqffĔ8 ڟ$bZx2ic7tj& Ua!7+B-|`q2{.GOv"l'\_JrmT@\ {k~ u%pґO5/  Rb\{݇jRُ'ICoTS9!TZ~s,c$d>X*'QVukgWs /kG<"bZ}w#>; N"A6=\^3NArR1YwgLA!thՒvPpAcf%oXZgw)3`Nj&O ԉW]#X]Eᚻl?q!ۃ W:`j*I,R>ЄVD!Z^&Lvkkaы5MP`6 ,hA.V$QQP`1%섢0ff4%;ϫBd'^4M2Yx]=n_8{HN;۸(PɊ3AnlJڿJעPn臗Ν [BG+9'^x[,o(xZ Y% L@W[xzӒ9k#Ԃх)}H8K{4{ė2eG;m'c5< $*cEu,yB QgBg-jQg5NeZ+B|d36,Wںj6!e ʿɸ^(bj$P{~f9w $o\t{{/f(uuG_&'mԛ(Jѵw|z7{!s:p0僋"$0|E V~ޕvы,۪ |vY} w%j edzvXjfɶG=Jdl0L1@^^ͥ?kf½=3cp ۙKxIQطBXFSdң8Q sN2T.Ԧs6?'/~=׺ <{.;H]n"Uw?J\6yQ r]C?}`@0\QXbA }RЪooy4zAQj4s\;u&"7p"ۆIʈDŽ.;{L£Gb)ukZo8QgDz-Z(0͔4jp9AWl5~v8B,8.)l^dz"΁"օ Pa#mŃձqc(oRZ 2"ʆe*xxGW ВRWm3_޷DR߿k)LCQPdqxVp.C y1#WKl7 M' s^&y,5g΍櫗u;vEboxOs;".#@c<} Ft4ʘ2棣f2"7@'~Sfs"GhG G9mrc0hm;ujbխ:O T*(ڗ04I̳0)I-5KO$&e7wt?ң}G;t"t#z~2"G!Ѧ}/a[3 5|}s̎דHYܾ~"R11 Xk.*PTk_^MGrMuCIʄa| }${ܚ}01HKnv]Yz$ZNb4QAc I5ǫLa s7t,PuV s3BH(p >ɨX*_y ݀ѵtѴ)-i;|#5 ʟvqPJ*iqܼYIمuYz%\"~>qr??5jP2Ot:VmNV# UP©IqGFa,D;\j(Xo)q116\HXH$-A{'ՇeS5 N%_:DLYYJ?FH2Db(כ'@JQ]ؕʻ{Q%~Zɖ-K; \|Q.ݐ ;' +|]tPq:tcwqz o}݋bgj=E&,E3.w#y`mCdqߏQt!$Xa]j]1gƟzE n4mFHR4`q4y^;5+Ỏz\>Zi)N6w'%>QRyt9%)۰:_YNn$WNfq6|=#b N,Mp# c,TV>%L6G G^0u]5(eC55 ,ej=R ' ˟C$6=wl l@ŋ WYK2j SKN >$é4oQxpf lNiz$ JՈ]'0$oK ndTVvNB8HOngj{^.:{8\ *.C^DJeZvC6\B@ñt͟kW8Ma8bCx)L!jI)xS [vP'5"e>ʤE^m* &tG- (pBc2B;WɤZŭŅy}" GB:4@{FT<0 (M]8u;Ιv99eLH8vޓv@.mro_d,\ԀLɠ8x"gݩ6Q&y/(w IjYQedV䮆Wh^=S]W7hh!]Q1as?]W󑌙\-K},tL 4HߵL2PVoS匼L߸-P%!:s)n;i, y 'ߔҧJ%$ N'w[$c?es'ן3 1Zl(;~!q$iXURIh8UNbMr/tg/)AG r.W`1:ڵry!p="z6\n&4"LuoQJȩ>@\?Q8dV3Ɯf5=SvvbU"}ǶځƩƣKNƺ됝eZɔ*ŗ sf#[Wp"kw8|ip\5 t(*v>o!p=&dRFjep!]VCLnS A[:%FRG )W̱X^A]hZ"56)$ŏ)YSO56&Hm;rj䞧p6voD_ M'Y)/JsɻdOxv1 <Twz>FYGSG~+K?Z؋J@8YY$4붠f]m2*FFw~KIؼo;ǫ3R"5>)/̪emR*aATO#ׯ4Q28ãTv}DV5/]uc<~#i=R.TFN~.Uy#FY ʗTGCU;d]bQ54}𶸻m_ni usp}.ޓT޽k1n;[<GXz;NNvn$|1, W" *|<~cmPp8#c(vBq3ƶ] J/>AdXSDABtaҹ*Kzn6mfC?[@ o+̈́֒Ls" =m+E;!Ы)l?֫EapTJᏬ&O|ujθZKpR%M95Ro{zvW3=8Ag}prchvq~rp6ѽ@]1T&0 =ɝ~ ~ f{~0熅~B`N+a>ԥ%5S"ѐBo"M4FoN6@BU3h9ϹÒk FcڋBV:gLvz"ViGiwQuјI>:p L%uQIrp, RI;["Za^7^;mb}XgPH fdćB27v`GߒM2{̚p"+0:+4L5|5j.(ĘOo$ؤf{]v{ZFE[%jŠ̻G_F議Kz ~dY@pC?B:(+2pO5`_ *'ƍKi-n7 /K"T!p(e$FtߑMaqW9y2n77.rY\3$J_Ns)Z2{F*C$,dnj@/&uwø)Yw=֔MSe2؁Yݹzܭ߷E)nt+Iji?A#Ya5hCݪ*Y-02we>?#gr6}|N%)|kKW._[wwߍ3ON*IC42 1).C?8ێ&"4C;ysf ;h3No%u 3%>ɈfߡOck  wKΛ)jPJSY~rzvNe1bko#jo r˷Ә9 ybSdۦ%2` k9S>Qw^qc:W Ȏvu:SZإ֠}GF9)I*Б#D{EQsr d>8PCS}ASOOġ6G"1wәD򳋹WQS3 s|3^x'+'WV 5:9~Sc-S6P_9t*B=B&P-@RcUGwC|ϦYCEq5E\Q~c*WtVD5Ecv D2S'ǤX?ebZ JlByO,Z |$bh5g:*5ݞ Voq+G≈21$<ןe̔(9Bxb“['Étx서0߀F,'+4Q4%[_N@bFXVTV ~Pv]"(cFیRypbi:|y=`Q#|B0Oux6µR7=Aq@¢%h!geZR#iC{KDe|Dr(]Js;ʥyR.\ ç0=ؖrLo#$HNo~˅A+@m8dWh*1C I\:EC9Vc@Yw":)&sE FjALA=$nVz@!xZ =j}> viM*|>㖿0Rң!Pk0& 8I(Y|To+EQ* -2$Ȥgi9ya2js;MT>܃!Gµ9axG7HIeȗ4ր9j\FG PKg1Q d#bGo71]?pd}p.1*ᇱ8<v )a};vL xLͼl BH¬U}f"8"0 W#np |*@١Q/1zLB륩"I @ԁ^g3arJ!4IO0h&7bߜ] <^02ucDŽNvp*;*۪,[1>Crnk,JŘp X|BxE #CaR'B1oڤ@ԘK*$tVdȊ7tsT ꘽: A?Qp~G QiUJt#.}e? d٠n/_>lr%$ʑCD/{W£)wTL!S,КZ~h8XH=Q]t'(b:) |'fNjK:j(窄âIm b_7QloZuUE6\8WVO+/REG){rU!P8V~ՂuQՆq}cAK- L}.#W|נT_8 )c7gHTٛԵd"bO q]kq_[%|G6 f$mcΫ#F/88,O3.ehvfY_ 40򷆶:j!IG(Zr#^  >إu0+-%&ࢅLy!B OP2x3ܧM8&wAف=#V?k -bz̰~^.ݕq=r m%l 2P<`^g<\tI67e`7<'Jcfe Sy<0x$/F~7ssL[w#5$=@hlT iCO~O(n\~' Acg7;*7[CVmZ*`yP*z=$2"qd3dKu -'6<*d=}Ҏ` sC63C9BF"i~7RRGpe>+A/ku&tx>TVn.YeLf{+d0Wcf=X}ghQ9nĺ_NXTX ԍ$Wg7 7 !4Yua-vh@4˟,-,"#э~X( J힟dD^Azlׇda.p*%n~q]-6{UEgnm95jYAZH%ry3'7ƄJx]- Y+|g<BHde@;7Dz*8*rT7h*M;j'9}kEMYj\{–NHv. ʞMKx7ij#1P>A,JgcYv}lr`HJDž G`tR̃*^; Pqj;&0꼬.;9{9-[KzE6=p]G%.8E FvLa+6<+q3]6?ux-1S봟'5İ"UO; ŃK'$ﳡT.%$q(A78,87XYhtADvpT㎈)Ὥ lU2`Rx ) fHPWegjU QFn{.3%1ImnDEo2=4tu]SJJY1# RE^&->{)θHpnk;ٵI%`N9}-: qKtR-湘-B0anz1*誖bS KSeXn(}٠*4xQqezfZMqYG4< .ox)i '/]iD< 5]V ШHHW:SNJl_OIQ~.[ctr~c2i- _+ ғU\K?C[ 0 *I.9=Hof/a2S SzQ3WKl Weۧinm@zӰ?<մ< Z#R`|FUYm9T7^X usXXvjKB~Pܫaa9?nCj{v3T*a(`3&YH'=nL3}U*G+-aԂ%ѯQE[ddZGmJWNɀz r4 hRI/Jk˿xwyb&btb-H;)J`zg+q ֽ-L׀B%WLJn6_7[cdZG}tt)"7Ric%̿6CcJ_T J \|^kB84&]J<:n1A }(,QԠjr]M~FHUQ5 yjMF J^~SwuŻqgy±@R7>ւo4l4V|\hS~@vMk2C'!p'Sp@~z4}Lz((g-+T_OnI.)3&(X~OA'7YH2WSl$e)J(LPb$cDttnrXab~q7$߁ުöm&Tj3p!LB$]y倬t+D:Ww ^_6A_ފ.QV\5dN _Ԉ&?WT TTÍ`΃;uޥ(Hl #[Et+o]k fPmTIEQf阿UPo8a>WQj#W}aU(~=չj1/ w[r@(lß8#b_r 3V5Ya-uʀx3"]4$#φɏz# %-_ 3R~1@:!:{ tEugUud՝~~j׭_ Hl8Fg%v FݹKt:rX<Ӝ wXK/ףR;5/8V.9p8J/;/+>1>~܏燤,j{g7;h,?#SCJ3\싛iwWL5X*kFODF9G A?ݕVQh9Ώ {qȞ<⼱oy Gyin?VF#/̮̀R8t ?U.T*H硢͈SNj>c~iM̈́3/]*t#vϺ3c.is^g|lDBS2WI#7%[*siqgmP$Nh?R ҖTa6YaHF:1nqZ6<? wf">? Z\60OF UMwNE#WREF,z,#QtlJmY*K9V3uYa|X=)6;!ZL""]#BZ4Xn7 "+-Zvzj>+83^#LKj*١poB.m}xK±vL9L w] {mB:)za|4]Q\]s|D?ЛEx^SoS ^5F *^ =g `Ayp*Lɴɔ! Xkٜk'wU$F`q`Nll[D66Ԇ@[(^pfP> \?5 N%׸+ {Etf7g ~gNmcTxdVOB.~mlǵt^W4,#i݄0󍲻/Dey{o _a]WPr;DM"eF/R`j{ռx +ʹJ͜:0rTE > t:aoC|X?ڑ fed]`N+Tm73W l!yp dʯE ua /ꗶYE|ՌW:8jn;Oely$.Dc:&0I) >*Nƅa⽿ME~;$9ޕUCr56{!9$%mEPOq#H/+EIf[Kɲ7>o*X-3cfd)2 0F)XuEYJ;dV>y}GM:pn[n )kz- k% b-*}SNa#Rl`*D##wBz&m\{afL|` X+W`Z)s'Ew¬'r-s QokV$-sSus&.Bc?c٣Egd|3k\Aέ3R%Bj# #h|$OV`BO~#]YwtPAYlZߎ2Iv!~জbO׍⹜gXFl&?b'>xkSt f>t3Gvo|f_L)w !yQ󒛉yHPKo MQSHvfHr H \<~} DŻ\ r.!(df5 |kfۧtb-h;PdSaFmҳz];}0=E=Z /x/?i{ C.PX c+uhqZ4? uq7QˁWns×Kv6?'o8KL80 i d7tt4:&ļܔ >o!W`(_)WYnE&W kiW30D M(m.,2G)Jv͡nUv-FND |19Րl JmXiug~·QHXΙ wD2$@gX+TfRlaP)'x-(BS_LD} (a^b䥴V0>bs dk!NDp,{\P_PCѽHmx.rr(V,B jƨBl8sJJ 4^[-1ֻJSHLk Iv~-0];ax/k}N<@/.+Mh<|TQr;bx|'BI'yH\9w-j )IIɭ5V,R2[8:A/uYe J<c+%:UZf= zZeU@]mߣO@1ا%RG QMIbMZ)Rz%m8mҙIHahxI½=kf<]^/$2c>6LHEhdza$zlY}L(Tͨ9mb_2<ޅ*jN p—:eЅɈ$-ܒ_Gp@ly rf8 U?[rQ>:%#@/Ͻt';d'PQߟ=Q.=Ҙ>XVu/A(|Yϔa3.5 [LS=QԙG>ńIN1`/}>(6+6KoՎcj; >NrmAq/=o_#A:VgX҈ض~L4q+cHcxDń\coܔr?p2Ӹ>hGnV;bps0MFQ疣m!6Q-3ʇ۝׍p dz|Z'LB)ߐO>2DT*&td"-%*4QZBwIe_:Aat"8(A;i:#0xf> v<סA-vDV^}"(7TX%@ \m +EՖ?`ٱ=0g18ef~'b7+@\;2 ȇuă&%eae}"C!GfzH4 /n`0N`mȱL-ijTEIt gXM_C.H FMeϡl.vuY6*:K8xjj'e7Wz߮'ˉxz*؊-_C:axF SĠOQ|8x[7pF@<oy%3E[9$ni ,.Z ~buȍSH/re iŠ\S3}@^tR2Ef"ԟT 2Rj<ӡc6i z]zr#@&xB h,8R}PZbh c'W1fN.`q`&F8P &Q<ʴZԾeTˠU lA*MyJ䮶cqFJqxvU\Sq}|&vOK{`@ ǖh?*t4)):iJάQv%5VG :lO e]t=?9-#Ͻ"}6|IXŠDZJ!!_=6>RYu9\j]҉ 8u謌5BB :Q~Nu WC-"It 4=-GŽ+g8S_3|HJ G$dQ?5fhR;@zs7IF?eQy:N+}p :Z$%ы׶0ނ<@G b ̳']]:zS?s]:f=hr-K7p;}ޮn XM~:8KЭ/Gb=q I ̃)A#RXL]h?@ E Vk0Buw]e.& tZR6 /ףl(@ ΙI1G93.ZG% ʭ)Df]xRF|f7ΏE_ѭJ'Jb1Hݜw/Xd=J~{Rv8)s}Ham!!s #->~V9X \˃ 4w[*1roE!|~Fd=SAp'*\xU>b(:=DUG|݋Xɫrz@Qk9 s7R΢v8A{;eC zm>N`H#8mġ]'RF &Zd;yT3^j7$ T?@DspAii_67_ou #輠4VKE_$>L&7^B2iUѮH`> odc^ Ca] & cQ^<.0b !6SX^ubżd\EB2^c[_k SiӲjZLyOx<DFܰdxXI4%kbwMwjvFXiECu_Mv;j* ImRmՌHoF>>ʵ5pX:~{(-Ҁ@aӯ>WtXkùJrq"%Vv+'\MN7HS* 4 gq_"x DJD] >TUOrOx(>sl#TJY \\_Aۤ萚+"AMu2}@a:DjڲdJ\~KxYymqiҋw:`24U?4hmY F޳Vblu|I}ШGM3N1*U3 ϱG'/`6(W} ͖0R?sŸ?k{q?+1X7|+yh W0Jh,B7x>x{Hxe+١<-WԄv\v:8F 8b-ԩ@K2[~-RGa%BD~(յB/ny'J+o6G03%0^\O3ᬚR02&ìBd~"0/v!Yo7IW tc&h.w r% v/n]7{ L8@<!yRs3υ&Jl[Fe>ն+A8F-aqeDgɺ@E§@p}ʷsgE6GcO#^U- 0AB><}4.z}P%24+ɓ솙t )ɸWjLhny!\ޡ8xױ;UMPJU=~U#{Q=0E1vm) /pM|&\7gƪ]UI E)CNN0_50/h1DFHGrS!)i\KRx6ہѓn-P扖vX{,Ton8fDqS1˗BF_KBSGwXS"0alfq0L|,8Ft8ϯD-6>&t6+0_C)7&F=Rgah.=ZEI%~wTףjc3ojUAy}"WkMLpaBʂA)`JlxW O9e_C`" ^ĹwAL&05Q ץ ;!2oFa݇ xҿcSv|fTVw僤5A;=@|; Sڰ%6Q 7†N]%lf DI28ap:mmƐHz|φֹrJXN+qL,>GB!ivI!;p2>r1N9Fލl5bfb瓌zɬZՃ*et!-O>VJ}Ԭ>hyi-負)KZ|GR%03d Rl)@8G\v8\\`~#=ޡJ?pd6;;> ܎#'J@Hy:1^O L |$ëX}a!=܁8HNzDنXKJ.ڃ(sPus#*UB8s})}A[^mTD On7}[ ȋYY/ȥvب'-)5r#WLQ3Hb"L pos%sI. Skׁ.U@}MQpǥB5 \ @GM}7lk{%ꀹg[kvÚlu, Hnd"? /g'.ha2q_ xP*eQ+ 4chU&&u.'xRHY$zNt<Фo;_u'2ܸF:hJaUФ}bM3n|O~Cȿ0 &?Za*aRR#(b﫠 gFN0ʃ<f;P+*g7LLe=wt?(ͻc+cj ѓ3Zdvl |m3欥*QȤct gqz^m7M, ([4N*s˾_&Mq \l7$R4{Usr,IEQՋu80Jy9 4gx6?Y>VTw ._F<8 rҌCzxaNجd&[jB %83ːH@8,ey'3#E*L. 5{'0Av h+. ͅ|QD6ه;hk5.wlŚŜJ꒍̕6Jܨ+C~:d\ǧ):,Q1ɥ '6@qkOA~dDJ%"1Ha 2Vc ҩJv+A / &H5%D,Pޟ&UaDN3(:pjMF;5m) 7v o0l3s"&q] \^_a|Ut,}mpNp"SLx?#^Zu'U%=%~~k31b 4iu3ִυkߩgR&4@C(`vri4EAźS3vwb%u$|_M8{bQ [6IEāi 33KO,Գaǻ3*Mt&ʃ7>65Elr:{˯SH2W}rx 1Te'̱BОH~AҬ$UlL cQv{ m^?^ww'T3.#Дj;\A Oh2 $O(J\&p;x!P[Eh*YD+9zv'[@Uw%1&Ec*Pk:6a>1oRz[q,5462cp)՝t񡷱Mj4Xo/U0vyiVj;wJU#51RYA[VjPMde![~}qwlO!&/wj(vr+A}oN_i4LVkA76M>$/#}96D&K28S +H;IEkP$h<5MD߆ï8[cVCH ޠcFcT5Q?{r@K%7pŬDb%0MP^aϑE_#6?>OȡmH*L1=]1=S+ߡrWDyArrD\K~o Pr>"St>ܐ;rzZ 2׻ r5 6`K-<(ۭL:~̱x꿈.5Zy2ǧ]Jm![mEO] _гIlw ޾kRT7场*t^1k616A#Ui[8Gh~PZnqtFDIH(P^~N![w k9Z ȩJߖHYPT+#Ny:Uݟ*ԺB_$2ߥ։Z@l& .)|S;{pp% :|~9ja ji4Nէ`dcc7#rB(qrIo>h~FFb'B-ʬX+˛)VOs5ÿ9Xeʔxښ/Y(7"l&z/'n|+wd~0"ې`?#]ֺhR=^2x"kx3"0?,{>.~QM.Po {J:g $Ruc<Կ&:eR0.P=u[pΣڮ[aͻZ):~{]]zxsiZaLt)-aj6-6YGh7OPoQ41'ApƋƙ(Yߠ=w\Amzb6נb ><2@yj!avSҟ= yo+;i٪kCbfʟ'D0-DPg9[ ,B\6gROFDFd8_t%זg\RUi\rCU^>j<[0Y+ڊ6e}(@ȍ<iAbKiYe? @cDi}MNw@w\Cl%9[]5hOr~{ [֟fQ~ƆzXAeFݧnY~ o,wqAI҄%٩o$*TIPpP9U](oYH7p슛J\unFΩEШ~qSŇT #rL}iL(:6g|[r@'9C-ۚYP>=nz,谭 x_[*gtǜ)yKYί"FQ%%p!nBuxRV 8{RTT9 ҿ@?nD ,H滅z|e(-R(F7>s܆ۍ;#Z@V6]Im%@W#["Qqix{FB4Px#I Pk2a2K7pR?cp4 *gy0(gm ozƕ ?޺LEۜWmYa^b5Wؑ(Wet#&ݽomZz YϘ1o~N=W*718 _Y]f~fw㞏K$D#/t}VdR3k b"툓ƆI?6TYlp%?9 rs`q-BPLRaNYob]8Aƌ<$ qOk=Mۣ66MkT&.6R H5sq xڑtz~zuk\XpEllzG"A,tM`lYOZY ;S}>nV_Ǯat*· NMu~:|JS}gX!m 9H_J| /׬-H_xSѷ(aOaq-KeR/Ki~. YMHQx;3T4m&fYsXa: g<0]So,$.v+r$WLQT`>ҏnV  z3!+idIY\>qe#>iyٿWuGq9gm%*o$]jhK Pa 0N`z3 ᕧH,Ө0jZ phɤ8Cp>M*QwhFhl|5=0VM^fo+Ronli8J<%|C{F4!J vws O-.UBM?$H $p=m%Te*+D~X X]X:e$&8YC)K!WjQ9i5ކIɆ,!v]$RjI!Dk qiuHԿ 3YKuAmw7^b(Sز*Vf+#L5𮮘HAT;kJz_R{QmCʎy1b)7={}F4_.40K C @y>xYۀB,4)ACaKSz*o6TNR_bsKRE%cK]W+Eo[XG@m2E|\)l-!IYvDfnsLy2Vȳ_1S]U|{-k>;'; Wt<Nx6==rbaHSp7󇼀Wсʇg2A؏qV頋&ZH+oR)O/G  n6X')QXAqwM&Ӊ\@=]f p"B㲳T|ZҹɹYa~$W=ԮtyG6.#|E5, _ xticԉ/([u,Q^\U%9L=z_XYӅ/_|蔃/zGf(T/U_y-9UV %n+F*JN\:ߚ.j dp"W=yeNW PJ}pI[S7@~jc!$`d\-hç=KbcIPh+ܶRt]He OJ+>f;PzsEusw:PhpdKqySm.b3Ћ`ʳef}U Wqqřt|ԹRaaB %\]lVMicܰo#4t{P*X븥0Я ,d,aou?UJS%pU2, {-& Iؤ{TdbyHHMVXHyjP=]u)mE F TUyEڤEGt(Z͍U]sfч\Ћm$K8l^Eqh$6JK$7wgO{L"VcೢS%#䢷UMGUԆٖ` Oh/" Ϊ! /ĺg_zy4I^HqoRb q2"s{I,,B:ʫAD<䔯l7୎NZ?vk5'>H[;qJlC)F YFmD8 7YS#jD9IlR&?r" T_~]RWؕ@BRvJBਅt(aI6ҹbxd< h48+1:ł{XGJ[ BX"Bx(i}~jJ|ofMhʇ:^p ;5Ng{ Tυ,N b13jnsg{Ԛ PnfWKh{F(l ԗ7z7UվN;ʷsbP`6岔a#%LaWC/9oR[jId[>PBUD؊՗;m) ?$Sͬ'nܱem)Ao2}"zת]:o [뚯(qSH( l%Y+Sye.ٰ5u֑Ip,oa3Ӎ@ie͞>S؊n Lq.31 ]TX t'r ǐoڇ/^|9NKp ,dϣOěygZ(rŮJ[E<;J,\ KdQ?{24q ~RC67lxo"}£Lv,hDOOԙҲ)fwB֮])'Lh~=aLmx"Q|ATK#n4O#CO 3Z5&w{]#jTn+{\I& 6+_VwKw+,1:'qeH}UG\eKr:x=Pc =SUTeA$戗w9~FA@/ȁ°'=4;v|" %2&rY˙-S .]!*,`_+jdU o GTm=W! JJ).n \՗[ªף ah\{4{قj@}Q f%.?r@ENeLʭ3y"a:L`:3L@r a'#jy; S{UAIQoY_Av5>:,.w'Bi!_6"T@?>D4:PdY#wyp83\ 3lj&A/lH?3O8Y[yogQnyz/UD&"MB}oJ3 ^\4q:6@O6 x!-@¨)F 87lZgK>*:;W|[h$ՔL"u^r=^UQO6ZE[<8yi4K[L^pO fzL/2En~ÉXv}mF(鬂Jpm,dv7HHbhs "iGO\r/kxbP44OpW*-u-+ccBNOr%J ̓165?${r\Y 0!z>X4uYMm9%H6OLjĄ+ ciڔS3J3u!vY gf֒NCNahuj : Č*.Y RVzҿ#MZOV}4`ﵛ JcPR]$+խqū6oS7 =W-M$S>;-rwj (>Q&%yG˿omGoA?jq%[Up6:H00Y$Føof{,]ma-ILGx\9oZk4s)J,mR5H]IU}1aܛRS*{b?jrKF+4VrR ;q,7CUڡo;#i 骅A4qHc#q?A(#Q) nsP:(d+ǃ|7n7i$gGp>\n_WiteZhYkz2=+@q;/Tg ia>,tV+9#.1$E&4s)צ tb#byW#n6FۤAqfZ @"b74僘|n.ˀbvŧUkZNv"CA`yUn`f̖; P)!jPDH_U⑫Ϝ\n_wEt6πp{Y/;,Cf;pXzJ/"l}WQѺ$Ȣn,a1NF;d!',i)1_wׂûd LMn x8 H #o<g ߦĴK@>G 6J9 m{B9 sA+[h7ȊYU xa!f(!=x:_qY^Tey,](/\$Up@}JĖ+ƖKIGK_]`9KjA%Wm)C̚9S5ݻr٥=g*{8!;A1vn֬ E(78G8/PnJeĕ}W Z,}[a$D~93< 0Fe>_M$6_-wX|8eWIۃ;ߪS;Dc/ΐUSMۃ.QikakӌT\w)':pT H<hH˥~m TC=tq&Ux+tARU)i9zTB"JH\lz ξe9Л"3UD#!Xө`gli,vp\Lh0QYAsUuSQ-*xuH[9Ki⚓{YZFӕ.%=>'뿸є|PP"dzzAF/K.K#kؖp̔)C {7M щgg gdz5w mfi' k0 G l w:Q(uueώt,ٲDp0-6 MS:é on V3V+.?Z,Nc_ WbPwf CfǨdlֆ\Cq>]2Q{;Y,:߱@vA $o⟏u=m-/{R;{U_r{͎אx'\ƴ`HM:4SVehu%;M| gKh2Μ''hZ-m6%#_2.cyD1eXNeR17a7zP:Дه̕^cB,v썤םu>]ƥ.SF&0ɝ$p w[ۇ^SBTcs!"z e&Z> ged@$F}+iĩÝޱ*\9^`KF ֡YZ5_!˵Qꣅ6cS4ҴLV]ɮ2NwnCƔyZ2׉BtR\.H &Pz(V[p nR ]GHK0ހ|l:UV&/W!/wrԪ.r&6ZN2Җ۟"rVeD89#ٝ'yeżM-oQ]?'I֐{U P_/Zxc6x\\~3pdǸYA(Z1ҋ&X "&or8<R~#q::_+Y;>%D.?|hCVK!Sݑ6'f>6k80>1" H.ďFN Ҫgal4)8I`u*1P|Hr@+aHUε]{ߜ\%iT?C'ب$2>'7 qNW~Gt60yX<cH2j\rp%x#.gۖs7 q;0 SWV"qda 'W=ci 2a`stA i}Gh{qew1#)W57v\bz󊑩Gg "#YWv< 9.)'EǴ[1N{RCgBNŭ )mpM=pYSa7=y%?hwS{JD{m!ڌ⯪w,s-Sa!a'E,4dwC.cP؟UAUou *3`&5keW#ޕ(F4"%7K*  ސGu?wKy!cZjPgd}@gOۨ"S͑wqb<,P<=O,y [^S}}Xsq_H'9`NË\).]Es=Mˡ]tpA.~)vBOõy-  jhz۷zFs6r(1^&-Kw=lzo~g ",2P=SkTxkfY@65"9xt Qk橁H9&"e3k:d!8H_#Ga:0@ %\}8:#0hܾ-Ӹy=dim%<'sƗB.@1"iK ˮr ,n5OԴX>6zMWkbJXV.jaӔj! K!daR[GՓ6RiڢBޥ X8v$3l[b=/ U5Q>̽c#`D˧*fYANQ ~v@8GY^&c.V^[Ԁ~j@C#x`mMM C$>tyӦI-l( rZR 51]^8b?^4R5o&(+|FfAyKm6?dko}e91B1![Ut1֋n*W'@#JoIGFO>*cҜÛT'&Ya^UoQL\ >ֵ#Y.)|(2";dדMJawz][&<(xkz-ddbT2moN|Hט+UvFDZFf&̤!H%;j'-E*ǂJu={7/R6l}lur)A'K m&|[5$괐ﭖ¬"q!rȰw!~~XCw'u#{H%49Q]&O -̢;00Co84dWr7~L5!;*z hZFX^|U4Xx剶JYMԃnB*6+upū_jË5h!ۨXfvtB E:u-gZ:~HT^{f(+`p"|!&T\&fܝuNٗFP%vb;iԦĵ*H&,s@1p`jL9R~Gvc}kMJ-bO%g? 2,mN<ѲG!R{LQh,/Yjt-)XWňi-1j6{sĤ$.uֈI[ND\^9[|*I>YcNEñ% \ | ǘnwQucWrˍki͕=kF" ʖO$N+%:֛QpV~).##6-::E{szwّt=y)EvÎPyV-c4w3OXhw|ddCnpc~ן !DNAl6*@W!Cn7b\Ԗ#|WO‚ѩ-$? z3RB#?N&y>S5 ɠR/.OëTJNNȿiϲ-|'Xt*\W̴THQabE͸Mu$ r.^6B j^[3R|IU&lOnؕe7qUNW|t97L T>MyV'K;s_Uwk%4$Bƃd8?~E} O1Nl^q? qagI^#Iȉ =|M2 PUBjmiiڥ?ƁMPJaRbQ2ex3ecSӞO9c/9PL#Χ߻DnD}r]1q>"orD :beLjZ9pNkDd'~vΫ:f!|l9WrPp>S<ňmRyQN/M%㔗9ρz{4b7;(<-n x ZZ-╺wWglvTHe# ڷ#yFkEwgJQ# b~[N֫ppס".W.I#CLs9f%XfGL}$56@ './&ywʰmm+|:Zo T=Pn2Yb (LUkq;f+8Fe\?X}ԌgWp543 #6{-g>9Nnt.>q<,Wvovp-qq$Ny`Lbp_r5EyR~/-kL@W^2kK3y* qB; I.VyӱMB BGØ4V^OQ\4#|nN n`c?k݀c%I/LV{6ۡd6M2|ᴮJu(jQHuI}Y?l<eT>Ͼ㓉D{ !ǁdCyt$UOs'.t!Q~wٵEXnT0l9UȞd`@e|121J~ \*^q9}6-' L!Y~ͣ)(wA5׌B閯Q,;ͅ@dwN/~89:^"oqf_*ƽ,,e8`;/=1h$k`,`'dTfTۊlPxVя֪;P憥YA=4~spv;_'!ueڤ̠;( Y-C( GSp:[ó,(ǩSn5>WH%AD (z,ԍWɅl3`Fs[|[`_J?rz[WjfnAE䛗'gx/Fd֑u9!yjuN:6k@ХmSmz}lNM6Jl9uhmO3&xi,I2-(*I6%(,_" HX qv.5Fq[reyh{qq€hkخx2]JjF !rM?z-_#j8?6"12`pP A%R2.9>qk&M,k{Uv2Uv3t\=? IiWthgzвy!sfv_bO0o4r'V,ȲIaaY[*m?ɦF4 n}:E '_Dq7/gAo+5Qdv[^e ziz $Ic& dDZ8?I[U9/g2Y褹!A)W"'K(V7Cɣ;5B'Q*o~ׅhIq 4 e9WQ>UPƒc跊6zy)"k*v'>Mt+({M(C5U@NyvEbNZ 6k qQh 01;"w=q BQ}Z)@W[e HrܣJY(m=ew'*Œ"gŊ< oZD26)B #Q͌0 5#"D0jBT}4<n~y޳t?Y£ C)*|jL&D،X+ݪ@܄mmUrʞ"V=_c疌uR._rR|Zg Sq샷=Oz2 M*T 3M`GTl/6+m&en?dF˴2~k#˷&DuwaݻG[Li[0­C5<HGc*ejvݡ7.,d&T}~MÖ,:5e尽0r_6Y7j af/Ju q#&kWf6k3k-l(#,mVU]i+ଜaGPe5%_wSn]| /MXFj(rt'JKyPUZvm_;F*=F6F7Ɂ @Oǿ޻!@)@†! c]լiBn}‘||6A9FߎlWGֱ2"ڞ{%mBc-| –ℑ4HεiЗCoDA .TC(p5?)]?">M3 jɐ2v㕘%%<,kgUJǖGuȦ >$uti.6QtСld1(xܕſ-$:怹C}SG,OoSnxlvm^QlG w\r⽘hۂb] PLƤż8~y o\p&i yzxJ.p,YBӓfX[{瀈loyP5#/E].Lj>C}2m{#i ?iY1sJ\=\l-fɨDڇ&| mCpV]'R3&G>p}դcLzn>w4Y{:q=5?C3JIc;a Te$6 v`' svF^'0Ymr@GJL {TPTS)kD?U߅5!w&G(c_tp KIaM-3b11F+9BRObaUC|䣀.̷RZ엝% ZHYLg} .Jp|lNޝdRZq0IJWѻk5Y4!Zr٭nD^1b<(wUZcɷ>3~٢`^z۪껰//L hfA}e4DM$ɼtVRȸdHsZ4fG&L uz&6YWVLT)c$, KtG`ʾaO z_&Mz(X' `tJ/|MF|7㯨N7R(AwئAoڊ>gb0]TA$J[f?t:53sAc|C}xGs VPCCN+x{,4G[lI_}'Qfّ9zҰ;܉ b7;VNR*ԋ5ltSjϩف=L"L,{K,7v_ճ,9^oQU'ZXoIJ±*Q0OmZۧsB5;R]d1$n9EeiDP&/Y ux|.}b: M,eC)#u "aE'.i{);F`^4/ڜ xiXdyMMP20"*0a'Rx1T0Rz`z8`E_QU6ת j@MVC'uX~v]wU],0~;XPzL2A~{.ق E|8wZY)J6Si1J;:n qNg?40V]Ҭ,K#\ J+B'NGODڴ# O-%억B07-"٫!;M @I=ڨ$'g2brB^B\T04͈ߖÀ- #Wj3 TxUx -)ggźpH,"#QM5W$Aѱ> ]#aL<690^%+bstNuwY7e |m~Y|2SBDX2_ZcW|wU hS t8?^hL7LK\XB 8Yxݝ=,s)nЫ)$qG?|}'g-d0nowm-IW3]LũȖIߺdsHHBg]IJQKpte"6Zj( p,V]o{4?:E}"33:Z9"w/]RQX\[ :^.Wz[ ctwz'ϔ4KVKW\ Ct*uxQ?L"WY8g;fw]ٸSR a PxL=ފ@$>)e*w!yk9 \S!k-$}W#|0%+%hw{z^^R AgS#RH.S~mRdfP`Z|5wKs'SNmlI F \;d!QA bg:++YS,¤Ŋ!3wz2+ R:pfA7ڑ }jmW*tv,]#@.O]C9U6QfHC$`Zu LdCƳ X1c9}M&& "Y3dc_Y֢ !]}xC ԗ+Xڹ;^kPpE^$RA{RaQJو)z"Ĭ*!uĂfa 7ë)Uo@NY,'ѪE楠!87Lnc֡KQB}Ģ+9sEzhC:_&5TeUDҀp: ]4s]ߗF߱:0 ZqPF\sk@[pSSJA6cu̮sɂᾩtИ_ZIC8э5C@,qj(1;O齥/351N; 1ŚFe-Ieh->FR *;U _bwЦO,!MF%~6ld3s(-f K [L^XuwyD 8eZzCۙ%MC31wW z iNsǜriAQ-$43EC A{@6d+( ΀"ଃqqSEVhD<$̈́$^Uβٯ:3g=?/G9Eo;iW=|h7t@7-"]Ds$b]/}W]KVȮx^ K$%Nf!ctN-NRɦV/$od!.~ilD&PYqQ :V?I#I0+-/do*dx@cQn%6)ٲGAx[AfxpHPmB%dpmذՁq^mHN hcs.hI lLm8 3D ӸS@ƹ؟JO|Ш6ƝUO6N9}-`!2"q}P%Wݕf\ X,_X*'#Sgmq0vP՛WW/C!bD;|ߞJWwp}I ̢)H%0ٕ1N-S%#ewYr2|Z-E[3|\ǖV ׃) 뺶G9x6#.;0afPexlZ U`]N;JR!oXw.K«aMB 7`F9HdنATtU[ 95Jy I*?&GgLw_WR2lU9{;kiD"rsY*eR,#+2V6=O=3# }|9; =6 4r+[&Ǘb)0U+i)'r^UsFy P&Z,gecgw;cZMjTkw96_NΙswІ>ABx2BPr +^U`@8z6Z|iUF\ǔۛDZ /%R_pAUx!pG"%aTPCӖj<1v ٝd3ƞI "2kq ? oQ 45L|V`26E5Asn mLWD|HRp04 A֡,$^G`8V+H4zLq@hG>vf)~̍]2ᒎAy並L[Rz:1o|5UmH~/|;vsoz?߷2}γ @RMv8i 펾Wia3 rތ>ifFGqs$3Y^]e͇-!P;ZQ5%LºV1t K]7VǧE9%Β;eϒGmIO6r" GH Ԏz)[ *W()$K7NKH.ڊJ5aInq?(H \4 $`3WcagKJNBb!+LmQV$ s#J<yx's\& mW܂8;HjomLjN4-l7<"X'iA9*hl[lkJr?) k=n#DALԢ8E2VQIl2svckt~>xfM{?%/ug*\,x?G_>zC"8~b~-A8i*\Zќh x;XF#I,g5_: U_w L>yuN,yTյ] 72!ṋ&c'+3ky20N @h@'^bS*ՠϢ(5D2;ϣ FCqJTr!JN~N@ %ЍT'0x@MjvWY|Kt`\5 F$ qA;d&v.?ρ"}N \EC2'Oٜ0cm^mYg%}hc /}kIPCނHfQעyXwG osW^9xb!ϳ XNNsPByŽ2qXh$߸aKc=°v5R',g,njcU" %[gJяϱ3Z$j޷XqEmWbl#QJ"ēʭLં1m-joѨN&|/nY[}a?J4oeUYzR8hјJ4^E+t Ղ]ҢT֎#6`D.[K$t["B]VVvmHp٢wW-Ñh!h> `U.9PJ$A ۈ(-:ܚb>$ R#rn;-@/~-cMU؀QFgЬ_ 33;(ŴrIZJ*r2Yk͓q'c?mwWk/O=qG@itre%teg_}] 񽪝z{뷸B`~+J8lh$0]Oi^#gr/ ;XixLc>"et/.:- rP&gNZ5<'g28A;"{I^\bx'rH r'\`0'־t{s۷/Հ뻛b7KSt c &_b&q(ݾ?d`+^RJ{Z+XQ rsW8(Vubj t=!EC?(<ȩ]QRˤU舏Ҷsw$?DZA{kNBҚ"S[CdM l8 z5#mrEs#'pΈ;9PΟOFE2+x555qճ?O~lVV,m, ǕP w_-P4Ӡ:7s[XHVZܾUI,Myڧcmu-F'P;lO 8$/n v? O/霦tݱiIܪ5U=RPnӻi˴^D9ZdUXfEVl;W4v 9NsLA F/ 0(sMžȒ.tKMXIp ^%uQ[3LRF&&ظT,0rrO+z0jvh{]ᢁҵ~ƹ?:unr/VӽU];S&QhƯ#O,3ȤnFnL6gfڌBMysg n85߫oVuDM+QjR5_MGD.Tp >8~;c{mP`=tO!$+# \8Dz{}"m-g-s݆E>H"ZV.{*0\[@)2Zb#G(ʨcWs{ʂdzTo` >, x<1͗/Jcs:&. ;gRM?߻3y~y#vX qA? `[2sU8뷰银蘑msB{71ݫI%7'zT\xuI?\ <HْQGz7nO&' i{LD3PL6V%9aq, i ]0˰F( !VIHnO )-)B~.sRBM-D6%,['c6LYܭynɞ`[@-sܠb'b.C V[Jzтwxb 8$cu Hml)4yZrjz:˦>aHrRzLy'\*Y9on 8ٓwdG{tG0Iy0VN )n'Ֆ.H]$Ѹ-n6"ˁв:m\A̺؞`p=7ي N{­f@=H޽(_1 -=V"n1 {bQeIsD'״,k#t} ^;l1g%9l #esZu߮k,t/kT9k3̻ah>H 7PdN ፡UQ.sP[S4w: J1pc9{uu kMc/A@Nnݽعun޳ fm2cEv@ѺI54z1 FV*E$yTMePO,g>% ou#6Q7Z 5dNYsfχ<ww-!1$,XcćhYZ3'?rTڂcMxwd$1goD$U^|@۴~,k)5 +=˦41s أ%C8jY}T}=o,eAW^RA6yH|V[f$|-'|VV852'r# ysʼn,[A4z!O~9JVPs6/~YD6dS99:{Qft<\LE?f5d9{1K"p,le1ȏiLIz9dڳF9鋎^ɋ&sBJ;4 KOtJ,`*+bd((¤q뀝DMc-VJ%%6 biȑ0NO2fo92~Bl b+~s3 5n~~5~dxxZ2S?CMϯ8k)uKKnͦVGe*ˋ ~waë72^]mETof]S vl$ʒ6F OʷǛaغ7hǏho:Ex)]l0ni~0m0`3ȼFH:t]5ԈnX}TeZtd# ~cQ^h.9 zf'l"i Pm֡ @a[Nq{b=qA;^[V~،Ҧ&{s|Ϩw6 :1~5?eZ`@nF7;UF*bGd%2'( P &}P D+lRe GC*'k{#_-@Ex%Ȇ-!d>^rЮc3u'YP5?G99 xre,.&r|*&?kϕV0wדm?%N;z g I<.W G:۳ԟS9n/AXx Z:q$X-|D ץp\VxDON4(!p3^E(REHngBʗӋ#X jQEMd(" `ak)rm__[p(%H\ҕbج~8gGU&7r> p0hlN6%]c.E]h|Q$siIHEVsuMpI킑X _=*HwkDFDg3EH2R/u!6j?ᜊUNJ:RVcMZj8NKI 9I#tC nf8fk,~]=C4cQ/Q֞]ꕼzeRU"$lmv fbF+f iuƒIì-qp'H<ymC,Q5P [؛͈(B.YZ$=fcMi5n8Ph `{MӏI s'-Gg09B3I{پ.6x݄/1151V9Si 9q d!; c񥳟G~?%5 wC:RHKW=h-q>UК(qU I8(Vf:1߸Pyɸf c  ߾ȵƣ5Ƌ{ͮ @ pJwSg݊JʡUE{T&#>16[4-3Gz*sz c`n#5,9j#FY GNڝ6_lZ l!1o3"\j# Ȗ l "M B.|'pIS."m|QCK5 5M[yNs3@ l&zܫ!QvpYp'c6P٩Mr#Ɂtt}1^_ ($G~팺T X]'{?hOhtj?8%L+~ _P.c¿jFKq YLA[8Q侙x0\Di9Lh<@iy"vkb_TΉ3)T~ZXU.tzmIUS^So&ʹѻx4-MZԅK\O!>WS)q?S\+NK ]g$cIP|V=JC5b#D;ܒ!+ئx1c2DfgXt_Ǩ{qmn>YX 9 ^뛳PIj٢YCx?{r,BX FzK׻˫>"\pcKX&.ffV0IJ3:CDo^ڣBޙzyH]2}k[UE35IH&ުK4HI&2弅 9Spɢq 8CO;BrO ;}0O@NyO)Ȁt d^9W0J_ I:#VOgHb7 # wTC#0aL鐿T" Rlv1q+V]}ZVrZG%aj};GwMgKKYgQ$EJkP?zꪈ^xi2mT/:(E-Mã v&]HUFcV[*+e k垡8<{ ^ü_40w`e.urhcEa'p_(By>7mMvI"› uSm.1Ow.ܾ]o1vjGm:XxXfLǻ%gd2 뽀3ل3E749J4E$ (HR&&V&'%(}c킾]kz<o5cf!Rw֒`G}K[pb"*PSHU3!XOplv?_N@ZN^9_.nO$јgB LThWu~p8XCm`߹EDtl~tnl2>/4CM( !ӝ✿WT:7<-yQ F.c`A@x4 -NfxdvfD2Z+X'ayebBE?3|^)%,7&Ϣ}|WzA"ay(y/Q)*Jw\ D zVJǧ(޿[i 2?`f\QQ襥&Kͷ1~)QfH؏7^reXi1)S[B(Xڅ e|eF;D Ϋ?'G~ IS2V; eƝnYZm"ޠqn3f-Ȥ*c.oj8x"jMeҬ_4fn&S]g18Mӂ\>n\ڴ1`A;E.I:a~7xdoS?s;>Fr"UF;.dddAɪ[''Żm@"2ODZN l$9XY^[/tK<0sXܗ?>7\9^d4?w$-,\V,I< I!&ӡD;x"kC2ʃ/u$ǡ`;aJBSUj(JL5g V9͐ݕZzQO!uƸX¯]7 )u/bvX7I=Z~M~PL#,bʹIԼ~;e̡Nts`]X<ʶQ\K#e ZoH9U&sK|~+g$1reb 5?K/,,=|4_ ۦv0awM{c5VAwڀ*G!yKU&T'q['jѤZ ]lQpPوN--^Eb1ZF0vѦDĩ71Ž+ 5D=FKxv71W,N9/=Nxw*hr@#.$|Ɏq W-Q 4U<`Bz O.V-EyRr߈|)RPQ3x8jZyaMc|ߦ66#Irġ>:>A?U?Ʊ7hp%On}36-vYd~ӈG'4m P<){x BLH-  uOl.zBLG@#b9m(Ai+}o7UG =+r)TyX#~ NdS#q6Ɉ8ˑP+;yZeV@ᣥm{2cK]_je+GC-W.yӧ#u }& }i rLPРW;!ri9NѠosSkżx^/q%}7abB;W+_U UUxV ߫:Jz͟?+* 4^cs? B4xVtpű=ؙ8  4 ˾=D)Y^HhG>+̫_ Mnۊ]F<8* kL!?ˇhY|&țbB GT˔ifn-9:mh+sS\e=Z_=}8daêntQTg7⿗#<^#f>"Vtث j]9'}Zm̷"bEDOc+H2 빋D5ahQ_W[8v'ç/f(1s-'ԄL/ oIOcy}[w ]R3FJ -oMu2okb|/ZEG6DXf/넝ei&#Vãr(N!j'PJ)70B;=N,x$X |r!/!*ZFf9,Lmk k+@$y=R)phh}o^&Z!)a eAT\E4ԔGo'D@rx]Qr u(?pyqNKVī(\ N?Z}|*cߢ>K]< -H2E4ONGʃܘc\`%V@ (@ IS7%η>D=}!MPw"UVqf֐k5_đ6詋B|](=4Wr.H'H$>Gu4HBe#5ntjbJJ7q@ k@@9>qT9b=kح"͗?@>O"vN{DrG Vm? 4XG{YĮuZXX EA3"6߹+8Y'_(dGlʤWBSNĂ1WJ6oBaD ԿIkV\GX8q_)yd\{w79 \` 4/S,lM PZ+!T71FkZed@Y2N̍I\`=ܘtB wtCz g_40Zx+"ԨOX*0nv=1F@wȎٕ <´)K|^.f=My-YCU#>D=(@;b1헟 […(Co_c)OaF DNY1= F{Cӝ"Tf}_3S 1|ɇ9H^@ipד}* ѩWXpA,)7u 2Rc?]HL|l@-f7-m6@OBq"VZn`ҹz3ŋ-kN0:ȹU( zڳKBfg\u͛817M!/Y8csoK2GD8u0G_`I[)+hv߿S)]hG :uLr8I6^YhNZGd|w &OƘ:;2'">x$DƯB`匨HԸzuC\,Gb6CS.^d SR8HΗ+G`U2WISE !W]:F1ɋ^鼶TH1:H)Sf\pT!>#Q0pלp63 : w˾sN_Yp' _}* Ҽ(ٍW#)v;I1_ *Uj *E$MRnDQq j!5P?Q>OKILMTNM,mƟ=5q":ȱD~("IȰ? m7LX8[*MAJp{GVNHT˗Nvo& 떨&ɶxL{o]rXi/?Rtz)r3iOVPR*I?F1'*&%hu]?㆘&tјGqT.m]se҄ҩ*'%Vd/f3U:)H0&v,ݕ N$Aj,RB׊i02 u3+b9 \~” uzsfdYaM&ꞏGl̎Oq8@*CV' ffص5C2&8ZPw|(UeᨰuFFf:n,8^_^cADuw &Z+Fa\;1l'tF͍[/{p1JtL贈}1ZNg%";:ʉ0&=</HQa(/JR\=Pc{JʼsܳjĒ1C1zN/K"Ut fJA#j~V$Z ͹R =Q 1  W@yx;a@Кdϻ#9|t/\z.V _5ӶFfD@w|8)~-_~Q/og+>9l{ХkB}UYJzeBLĶ[}\耢B15${΂i&V\vf"n@Z C3y8elV E֔% EΣoӍt"Xǒq]e@w{O٭Yhֿ:O`Z1ܕx|E pQ]&5uxnf<٢\vڻqt_ ,e2N(q>ۙIr as!ct8P+) 1x(lo1NM,`2#+g+*>7ϓHLu=ڷ*-e K%dHQ:B|D,eudy|i42bƽX^ebuQ@;+{LO:2`?d8c2AHS0t~GNwޑi0l=4W=Zae6IFGRju~*!2 KyӒPߋe@/3{Jv6*]/) W e_B8 $muŗ=X6ѧ$H4KʔK2QۍNDG)OuHIl!p2 ֽk;'W0#++ZEHY_e?t@aVᖏMֿu9`jla@4GnB4 rMU/X&š5+ƅ6M1c%1a?;_Z5zx9\EB/xmMvrB*E|A&=L$d/ަc]ǻ$cXKბ2~MdwA?r@09MTK?m@GDL54+]wzH#mM`w(ȁ]霬䣐QdrPA&/Fll퓦$!R 鮧H.1r10P9!xü[J M UCm_6P]$lQ!^3qY܏йIt>fy= ޚGP$KeӮT-sʾsH?oZpvS m$$pl?t <2g'Ŀ6E%&(%-VC\zLE4)%4:69z-̵)Y 䑳3_IkuNem5j̓dc҈mއo[A0y=H©7M23$ݯ+F%kND-CU܈򳴘A;>@!nٸKu`eZ_zn0z2v `hO}"5+x2qPH4ECHg1ܩ+kv ȋ,(ίk}X zFƶ'X>~;?Z nFOk1 A|ܴ+RqHB^ޓz-j'ZG1 Zu +7n_ A?$r.1E)uU6H0PlQ"~|\mM֜ 22GbFPt1{dIw_Nf/?ka f.̞d)$zHP.Gc1"힟 F%v#[A{ԬQz-QҶeu(\J*J$:tԐCk!- *ӘXO89'کp@+Tz(R?Ô-3/4PJs n YҪIdԻ*A[r~2{`ٗ y 8y,]Xo7FWQ͍ms#lc(:o Yڄ{Z|kRGVDFak2aRl;: ϔ>XfR2ߥY#DJ5'.#k_cnȍ>YOtE0iEv5ZKaӀKb 5\>:?w՛ i1Htp*Ke"SRp?"U'f0:Y4_e3-BJ8b,QBr°3@xA3'5)EJ``~KOh8U5` $0jൺRC -I I4xf J'1{ǭғ* {̵"_d[oO}\VÂ)M\;Y<2? |OʠqV0$g/|(9-O0C`\`Axi\< |E/uc`7o ZFw[m'|\LyF­̀xu64VuCQN5\ܗ*N;߻e)m8e7@ Dq}t)gvC-HF#R`\KZtD8F,=~FZ>뙃N+cxB n/0P'7$1v++`^e*% ؃|S T|Cyh ?sM*Q-[r'LxỦ PlDU6)wCeDr2{cX76-93sNL6ʏz\3~.)'gEUGyEIbe~Z4*EZ=ffJ+f\3OHA /HF<>^L(FQQ++(g4z2a VONώFPtBhRz)6 I*CB1gr,fɭ ٳ(-~,ca"әs76,ZUPו XRȿ-ňc-0^{3 |9*`|8AQhZ7ڭ?$BԪ ,EPޚM&@$*1;;F|ޞ-:`'79ƍ]@P^$]|B ^?M [Hˏq ̒4iH6L'l+2\ nN2o4L ]Dqlr'11 T8%\WlWpa&L){lz%KUF\9V_x>+ MLT]tfi :>ZϞnwJk EE_*>1UeW"v>WL_FX _N"+tvs6 2) c`;kJ1|l ",(4Nށg a\eL梽JR L䎧mɒ B੃RlƬ_q:Shq9g*P:"LG;څz7AqCNv ;9L}L<;O xmlzX+ ֋ .d7 r]iEp2[t+ߣx""mY9z %0sP)=8ȍy3K6^ aƼպ,KGA܉n Cܰ/͒F('єV,v=BAiy"Y }b(a#:Za~cVIE;S#\[E#Mf^ۋꡭ N]K|J #޵5d,&PvDrpip/YKB** /,qG6IȐ۫B.@&&RT}O|+X_PM =5%T^+e "GN653/X9M~g=$ }7lpr==D(T6V@cNir: 7D~z[xϏ MUoTl_ 5e`1KCVY5#OIX=AOM]Ħ۰2vtfj_vt9ln)i⻏?@0[FGa-9ͥ #LdLA ^?_\5\g׵yczo0|kXsMۄk)74!sfMFpso!v6nohDAy#U} _m5lO4U\}U.Pu6s5[~mrȳHOVԋ:4Ԥ[F$n︫cmDr̾J*/Ⱦ*8F"3ϭ+XBPtb:I! `WM(>ˌ*k( nd̨̓j}_I6]ޙ#nj8xo LetQ%}KVbBYpbHk3n1띾9JK-݁*w20o# b<Sr UKD^40FU^oφmXI3It *=Hl_ ;r, 3CuYꩫ\J`y5$4|M_:`j F maW} p-~|܏t34]DIѷ<;)puAj _! %g/$S;D]ˮѷ/ $.S7pWl%J]]^2wb\Ģ+j!E$Ľe*i8y>f|F:Q`z̮R}5E!27"ejQ3VʠU>;fWGU?4 w6\YڄƛD#_6 )L[HY\+e|'T"pG?UGWeXt7?#Lf[eJ?k;:t=] DmWQA]n ƨEyCEX ϦWyb|t]L}FbU`mp/h4z% j% 8Ϛ5̮B;Mi 'd D5|2*_{>rֲNTCGp !5~sEgK _:דu8!ZZtBPAߝ{Ʀ<`R܁т@ 7qaeD\99 /$]|s,hM:22(n$jAy` N.l $uF`cv<ҥaZBrs ,T=u0ݖ< ?喙iӃRpq2TL j> M&;#%Hoxζ޷.Q H+jƮ 6T$C*iz\G Q)E7̌ž֫‧@CemA#{Vwā% pEJ A64]ӱ I3IW5$s.EON%t(/FlVa\J+Zmf3rD<.i`#`NR%*[WOTc7-F0F*qjO|YFq!_L)#I(j2YvX4L٥35[,W= yC+Tb~8ԇj*&(_4Z2TU#TPO1,"Vi[-y^ rŲ`% XARTWyP g\C+q+rگM/Չ`Nj:X|ISHYWC1.ג/EGɐ2El'n,R*)"=o'$3=>9 EE1(KhцtwYp'ĥ~@AW1@`jiҎ*םgvVGcg"o6`A(HOA*/mx Ƒ>KxyL<}ɵO?xHضf@$/, +7r/xg;4!8/ Ei^^'IifLP?ퟬ7ng(Xu)Lx >eGpk]恑Mb%W5Ye~Ĕe$޽^r["q#49o.|Zԏ.eyH8mg x$W;`U^ȾN3@uA?wY߶q %}7%AAҫބw_+5p|2UY^P`ѕL@`/f-IK; 2ha{ Cˉ'^""/C_Z:]T1kn,Aɮ9CyH-UU³gU(F=x߁m!,\='m^VNLldvu,rKPr0lUz[|psAP`Yi*mvo<$[剻 0h; H$i8>)Y\c6#& %6P3Y4ӀA,:%o>լ1B9LB Ж { Du֝(ʨ͵꫓;p _k ={kPB7G#4[#㚘N x[M j}puT\؁<Im-"BGx:_6 6+y?e5LunkAQiUf:\;EЧ[XCY r֌RܰK:iFjswWmZm;-nsrmR}V:J`1#sW:Z,.ݦew<8N#1`ʋ7:24E1\8>)JIb0H&F JGN3m5}%8*y(nOBNAtb)p:S_6Nc /G 7 $=ǧ?LA+zBEO6 tSD{ִ V;!^ېzfe&=k]tB9ɭ@ 6yugzZRZC{@IKVN$Ҿ~ A36݉yCnhS?aZ`K_NFJ`bɧV+@L l'JUXtk*.-a./nǦ^~ѕ_cx1utB6CP kG8l{׮)vP6_ ?ŨPb):>IF`#Å0pxGGMQf)UFγtjj^E´@c# qpTd4JYM>?%>6Ufvy6hX{*'da*\˙d`P|cqH&v_j7} u^孧Вp𙶝}I2L̷t^\:rbv'ׯc}"މ {RX8Q?Iϩd=`љ7d܆Z"\`7 @ -8-{5Ʈ4Xqa*8n#LB_`L44?*I ~шbFk7L?o+j0$r AKtV#TM+@_bxY|h7ӫŏ}N-D!4){-pk<3*Y ͈ KGx6}\|,)lt(1HH@(I7`cs2DWE1Fu%5Oj;3]n֖I<ڀ|H%V®ƳpZL~uZl?p,ـmDŠJHͺr.T,Dx([<}\@FX*v[޻S3x{TՍ'Ij2BIGۏ$$//Ms&M EN\`7I80CZ.0/3S^|Rܷnw[z1™O  ڝ]eE׭3Ϫ!`*X.Dl lMhJRwELIXd]*C:닓sGl$djb6wͦ EA`i=Q^34tzV]?Dv]kg]] 6ณA9`5Cܜ|Wyq/J(Ȗ -1kPy!Ƌ7FԀq'P05 cةb|DYK]7̭7Og+[{:[#Dq&{5⮖:1!r;'irzϲ\yt I?لv~#fv!G0h(ǒH(zbɞ{["LN;oAczGxF.ۺE`Уm"Աqr év5X0IU;3)bծ:u PI*D vy'ꗷ E?4jsV D!K"`ӿ9ojZfZ]xPʠQkrZq e|aN ]Paۋdէ ^[aX쪄ڗT>P]hlȫ|vPTP.!2IܨT3]>gN[offZݗl= i1-<Ʈ/m@[4 ^pͣOyHLbrl!rfo8] j[=+R 㯙,kԛ5\e ħCF"=]M0sB,< HUG} m[|T[2YNJ` t2Vֿ3]GtwD(F̥8gaW=VG]q_ kjZЌQa =!W ER65V2bp|hLٝ>cu}ydX ,k UXrނx1L¢7Y{50f̲j\D gު3iҕډ5gS'n ݉]Dw`*;rC̯:?wg bQ>RѼ4.A$2twl8Z'X {DIQ[[@i#xoYm,sSd=MVLuQo@ebg{̏Rd-z3)x #/C */J2dFc\p()C y49Ԫz)occd1$R44 盛 z#%r azxN=z/![j oN;0&﹭e׸E^m؝cnu'  Y~ OyDM-19gSr մ צ a1-0^u8mGD` Z9jʋFoĘ^l >RؖSX=SKr:C88\^qĵEӛHG+ p`?)metdxeXmqQ,< N72PQjQfhG.*RhU;7/"ڗ cgz8 2G}bh+xmz!D?kq{=-wԲZO?F[>j| 7Ѝ 0 \P5 p4cq-C(LC:)Z?)z u嬽{nL~9 8dQJi枟rC}(_0F39^ZyD&vOKd I[a ^]e=FWoNQ^\Zs<#0.KT$!9v #Fc]fpg=~Aaؿ| vLXBb^8I&&YxGⱪ _AɼqyW01 C[>NCOF;'܉8בK(GL#Zdm5٤ DS^?7w<9Ɨke\KsSCaҍaUöR@s!O$Cm2Cl8qtI@29^+NMYm]vX V)Gρ$qy۩Q~݅ʟa@}: FbUkAj:\? \miiO5#|dLMVV\-RypiY#o_lt 5 ,pcؤC x2\Dwb ~䣀+n6,^3^IŔk\4bU?!^:*(-r ةqv¸r &g_l Oukqv*$Ӧh]̓^pL\_dd“b2,37 1njr^7Ɇ1"AmgW3ʘIvܪ@I#wNHa2'#s1m),Lr?Fg$~Z1v{xx I8!gmϡN/yNJ>R5 oōη*Q0a* eZjYR7y{2nD1EGԢ9j񁜷Л2Wi!}OPe¢6K5U؎͸e0c= IYfF %S Sd |@ה/2Q)t۔~CGmvhg]c|vjB}xz߽GEd]>6nB7~2CO(Ρry`КА#b*HǼhmi3bf2Nj1^p_+QD"-pA4|Z6M5BspI͛[wDշTƄEӑH\4N3#Ni4-Ԟs}rw:T.joDu6nYEES486n}xak 9Q~Y%&չ,*mK4{ee#ϭ?> CM{93e=a&w*Sn4fk8J^KBQoY0(;{u к1\J;,8|hAx-:p+rU$ѰfDFZ>Bǵ{}P%I 2Lp4O_c5P(4cX'$H)sE`tmS #~\u\V\L0I&%~K(%ʘ1]B+$gD֑b~GV-fJQWsCr- #:ѯ#گw1creqZuF 4vJX2Ɍy%}rhr#.kp".LHFokaTE+V[m~5@ avk{Kve H-ӂkidECVeZeV/2)c˝(bq?ή>oaW@Mz7Y4q%7˂E^2-Y' $p9 EB~Bi+&5}N{\A؀A>smφC#+ ;_`*xQbe68:st&zPgJr+p@_R+H sv4\ 2ym}ghIzzhM_M~eļ|Z2Ѱ/G+t!Ȃ}EN9UiUKNZ)9UWp^; =}AXUgohр? ]HIo%F-O4qLdquo^} :/,Kk`BAa1b%r^5$海EvwP D7'Nm#.ȱ]fwӘiY˳/ Gy1"1ggB\@+@ Qk*G.m91 h-35/$*(!"n-sݓlq GI90 nP_i-G'n[44E“nl f.SF_Xh|psӯ)ۢ *~[T8ekj  e™OZ=hhc";`ş9 ۡ[5#4ۿzNsRVZ}e¹^S L(5*S44$ɨW0Db|L\2Fv޺~ZYufvX)l?ZAغ\F^PU#,oO34fO&wGEcZKh^H"G1M&+ @ƫ7& 2޾ \nv Պ6ƤAb 8d'nR`(f(3>"$Z,OX671O9vh vX%3~u D6a 6#;J9ɯGo뉳J"tqa@xv? Y/|W 7 _TRiiKxͭ_䓆 lSh=umҡx^SiPsY9ţ~> , Љ<˸[CNjt\)5)U(A%PBp*dMMO𽂫N \mXf(T? 7$eÈ5"?ܔFSюoHb*>A]X(BO| TgH:S .xagʖxgD+H~@·%sޢ_[E; c KG|Pݮ Yxv`SYo@.b.%yd%V6{L4؏f0b&GPe4FB,c]"3{[<'CwR,:ZB veX#Xح1(9; 9O)Oe. G4t[w(čY]*n˹sW-"Э僨wӯ>_oH8jR!a\]\ᆠ?%rAez+?{֒<+FcX~6EV4gLO ls-DW.<l0UXaMA;Us'dװ%q$d+2~\Sj*/wxKB5e~lzQrk2HP c(S?&V< }8{OS4 Eg.XQyzv:)Mkԏ0Ny H!_r#FE8!:}OIt%q#Mvz} TT`61L]˸6 29Ǝe<.^Uz WfhV.1%q*4˧/,bmsyiH6܌a(<$PR J^ IR6jo%boYy]pݖI7՝qwN}u#b,Cy_*FQHbLJ% ?|[h|ac1P|]EtJ۩Fxyh⒪k|½XiڭWϳXשy}:̕pNIn R14|_4$KRѥOKAӠrLGaʝM3'}fꋲ^]{/٣/LԀ.電Nzy.j-w]8X;@3/y3l&q{ wjxCQIfB.ͨQd?V.M1R%R%,*EB>PfcHJbHPtsuK 1~5fX.{SH(>0+~;])` fD"v3`[G+>NqȢ~|2\¦;lˁW5\*{y6vwf:gkG`@D>h^aAlf`{kj H=ϖWPcp+AR75c xrH @Ǿkƴq166K Q C8&>GXO^#2%lB`/Pٚ<4h(jVN]Gf^yhP)wV4\ 57ȱ]pQo%jN|)=Y;vN;y61D PU6gtɐLC/+(OW}ĘAXPH[ cs Z]`8]SG.I7xa ())@p`Ih[8o{:a_/pNq Sli|#>E 94⼘.rXnVH$eVc l}?m <}J.f-cZ!Ea5ׇ$q'TwnnDgdy;}'eXT?6a=[U'6l6׳7eVNbseh}-N2Oq&PK6n3kM~5Aˆw䆈ˁN3qlT^zm6MXSYс>[7}"*/Kue7RC׼|+Kk̒7[){ fLX YSu2KDv:46r|QHx/ڝx]fMȱn~)=$qD.J(5"n iqyE-`/NNE:D^N L vOʺ`NEӝ)"Xf0뭑KƞFon^`rвʦ[̮4槳k^U2 9wjj[<639P?kmQgB]1Wi?BInHQRPU-hvTbқ%X0ݍ駤't.Tp@o1Nj~J„{plywbZ-319C\AaNnŰ/bw#6Vv`0=%Ȝ$.&De9|H, E.n`|4[wwG@ړh|fxO/w@r8^VAk/7HzVȨLOPZmj%L}#]b5=Y||tH5i!) v|c% =wi!p'`|L4Dzsl ]%&l[Z{[!ӝpSJ/{ie}ٵ,Y-&FDIv[^I; z|kKRȼPs3|l2VS~9ŨPFA) *23 (.?c:)kV`[tKx󡘭ۡl)+jth2?;29'7)ާĀ3a($ZaEa[FƘu\UݘF*sk0"+e H߇a %/6냟Bu?Â"k!j,''h/=a$cV!{%"9! CZݣ lT|r?t.T(СL*P"\?0kiczo\)>Lݗw5;N >v$_"}[a#x|;E\zDd\2Wij (ޣ`{cK8𜬪ۼT_Ѱ/WKFHl2,} Bk=I"4kꝵ'K\^0tl;\S77FtOͧ7a91|I;x,Pk,FaX$[I:uT0/k=v0ȧC5^vJƊChg}ƒꋨ=dV2Dѐ_UuF7\5h+yY7'Khv}"A/ݪOG\(xIVyDd,mJ6@)#P|';p݉+G֔LEဆڞYk^Nc=%Zf6;Zyu'-+yU'-mSNI>E3BP K奄h8oRA+0K8-S3Aw4enDet{p6Ql9y۠üW2ހ_s }kvI@p3🨔0h/{봔+ bZ&:w͝Y,I+L_:ATyבDő %źؼ#֫|H ãba 0w3\fG=^$7cYV%g`a%v ObwaBSkw4wS {9-ש% o3=λqs玾̉D6d%q*S?zm<w5\@/d{jk q [Ǩ[G| I Ҿ9J@!Cءg0pgO6u=?e>Ka%ƲfH`Qz)}OiMqcFɏ'0=EoE-ujW3sVpWnVO;pSӬC(,,W}lzk:}ckx# 4-6'b͖ț@]@ ļPylXtsQ46tj ,# ^ZxhpmieC;nq.زVG ` GXrC'x\RgTr< AD<ٯ`EMxj+1< %Ŭ5l1*b4/E"1Ty}<*m'ƃn 0ƺ/޽?!ʵQ>k 8f 2 *8ϽhMwb2O_j[`߁ 4@*kd\pAң/J# ]P;2d,TqX,á_n ; ~eYezL&(;pEU17|ӳJ"y#%[1oQi :j!v߼yN6<ŚM'`/UTXIScDZT! wXDWx`l l;Dy}4mXEIEӾd`auu0-ugmfI2DjiNsmRCoWӦB]%IE@> Ցpv6醖|ݣ,r :@eX~#V+54 .(fbXiLs\9؏jB>sx9/QR`Y`kF& /U 0jf]-렺5'@.|!; 3@johMn` gmMK+[_C[ }8w _˪a|*m\JDž6ge0mn0awc8iX9M I[v<rPWhDCƹ<G%9&R)DI`[Yq2yJ<&CZJ5E{/J$f$Ipv*olK;-t 5]~I5% 뵦\(S5ZUVi@㶪ncD,EC)4h^bIL|6Yh \KPIslp)hE!H^i`v*$E6Ü( DS*=(8jZuVCm%]>.JT1dF:;dvx>mP𞌝IC!Mowm sQ0͝ O nSXyLŇFbg(Rxk|ǔu]-ԟ8@?;6-'v\MFNynyzM, ylۘg$g hJt,nsb˹BN.kCPUuJDC0Ғv~!ԯ*o# 0A\}}$Tbʆupf4%֖P6TEU:Vp.puLF{ޗq#(jJݢ4.VQ-e"NP(ݳIV ѼT Q܂<[nQfmD@CnfۨNjɌ$*~ td۵y&Lŋ9w؝e٨zOiWiU6A|bfU?+a7.EciA4èM#\dcܷOveL۠' `X ǝ7X1<WfhXCru1Ur1Q1'C~FZ"mx' yqrnFf,P.\W [2ŋ>t(nK&Nܦ=U"3(98&guд+S]. hۥNw+sɞK߫JWSU2}eqI 2k>*σdlPM!#XJoYо:s 0W*/47 +E4nUׇX7uIQb|V[Z]OmdGw2bH(+6V:n"|&aU@)ͤc 9> $m[Ϋڋ-f,tA:@Ӻ/{6t {o-3KqJ>:Su1Dz\LYPKr~,=OwBjj1|Ժޫ g,!1oZZk4 r'i |ݪg!bJ?+:l'YbNB}>MjEg=҄Uzi_ _]pN`ݮ[Qup0B{).es}9t6n,c#>rO2$q)lWweн5'8Pe~ #a1wf>5v %yoi5 _$3/piKl;81m BGԠc:\wu`[B3!w=bC /*^GJu[(ub?6ׁo`S`i FcZ6bL#nw >iM;a@nDI7߱Urwz!W/hh=58+9\- ܿ3mzg=|V/# woak7f-Y6H'ӥ;7$dRdxڦ&=]qCa8Mϓ{4RofZwWw>GVZc.Qm~!_MfGv@3/wIr*aQiSԷQHw6YPc$h089їȐx8(1byT^璟ZH?0'buhzP%g6M]ߕ)*OZ5x F]@ i3~फ़\Nm>}<ܓHloCOk~uXI* ۮ)%Zr*H(`ABXR/ohp^6%NnFxĈ,e;'!B{\`YKLivʟ(%c I3Z&5eњk ۟R!Rly<ל"x]:.n}VSif@i)geIvWpMa\Y;aq;EY+'i||5}.l0( a %ߵ;q= ckb&]/z$M2 } 2:Te+ICb СÎYR<(͵͒`/Κ B\x. ZIkLH;$p(r@'Ƅlm]@|\:$Ң\w^299juџy"7ҙ?!%Hl!^ȝӍ-K,Nj;R{A4xi*0uіo9Qi0mG˿ [?èwe@5ib."u31k9zhXs%miIOc<U˚27xҫ_7"䓜+/‡®D0M#Upj2}T[=;iO/><E|_2j 0J$)8utjFT/2x;o2[Aߔ2H~E%ocN;2ѯqzTwPΆBKzNx xy W/Ց7]3;F!Bu O797@ w2[3TjƦN1{g! *0`O*(xK-,+?9xQnϷ| ޲68&}o0} Hgo&9:/VH nynq~3>_?)խ% p saXQyE7zB,/kS3m5)hFO=932I抎~v͕>Gc$w: /6* qutDPȅX-&3b)\{:׈vF68A#"g2675-(cee[xhuBg2QǑJFqMa0=~lx~6fQ+/㼡!u{:[I!2m7!&CG=J#m&;zy  sSV„[֡ >9Jӿ<A?9:MVw lBN=s 9VV8kD?5A -xǭNb*o#sv[>@]S$u|@DKZkʠ|ui)>O_1χv`L׈LN 7E"~^% ^n1*]#AK=֓kx*^.wd^.!;J >H^ v !,Tڴj H'quԝ65!e6-hsb MOKynVL*Y`:kc8hfLFCOՂ ӧHb  e+E?h=q8w}=1a|oz!ߘ0߀^zi[GHb \N0LHi5/"j00้cJrȩ%+w ]Kв1GK̆SR owA?"_w C%ݣ9p+X%Cl"̗ɐ$b竺گ_~;*L`4nw:yC tsF_y-jP0 zK[ޅdq)\G0+*{rM#L=l}2z`nIg mp 'rT =m'T#`$݇TsG뵡iuz]u_XSPw\ ⼽9!'FRq{ڍ{&gec<5=B V(5Kqj]lVbs'~CjsF^ "8\qeI{KٕFpȷxTڌjDc؊\Yyo1rziM"sk#$|i .Eͻ_/Jd^|6}O9oc9= )NyWqN yҀHo-(4h}4!L#D@/<>RSi9#\cM{7w,ѠJa(0'ęz3+MiA SӼ{ᑒ#}*m/hĆ &ʹmU͔|H-u;"`.zAPE5z2jdF4MF-3 v_2ز $F̴yvj܅W^`xJ79N"MQlk×2mXo$`|˛;G-:?ѲF%POMO皮LB9B03N#9|2c4^fHOM 4xJGI7njqbcco'eC7wsfWObބgƃll7Ji4VH3JR}L5=n9wj:_cL^|6MwO} `ϣpkj+ڡ F,ݰP@ho!,0Ù%]֚E2B J2]w{}@}!14XQPj]ds0|"p0AєW(.D}bKu*,p>ls4L j+xrtJ,dVt-nN}ݑS#Z>N-Sv:mBIֻABkMYl|}UL|HE'  눮P;L+{k|fqC"Y~:`f (ɨ,54r_lY<7aK~QM1LyR M4{ԫ0MLcDКH+?[X -`Ōx [7Út8daAy^ԍ\¶ђZZL=gKY}nnD$+\/KE0@CӘϠ*[O{F!*Ǯ= B"-C`#w x$Fc̷=v\MsF0#2>Z\çYrx{uWpY oE|sE}UQ_b dp^1-_.2.@Bz'/'yStVZ s~{F7c)Dq7("AM@)rXEo& lu/(S}o%&~^,Ծ}A{;#i!,{z Rjq`WgPۼ+b#t-sUVtJ{}i{^́ |͓sKRK~&QL.',Er޵٘l2pZ ?DlM2i6;<.q\cG_% # t\P\ 6zZ){[9ɩsB')hբ.S \h phn _d]T@`?uMw8gŋ}vۥ)3YΧ~@,k(hErV1[aM+jߏL&k3<Rg3K5QST^1? Bsf(&&kQC:pzMjDR_>P883N YZ