sqlite3-tcl-3.50.2-150000.3.33.1<>,LXhBsp9|>v_5iőb߸ہ_C%Et=Ծ|&7wᝁ4kb=<0jMtŤlIC8ƊV#ĿQ X' ynt~f۠]kUbc/؊W`55Nԙ/* D'>>?d # :HL\`y   $ 4    4\lS(q8xN9N: -NFGHI$X(Y4\`]p^bcd eflu,v<wPx`ypz|Csqlite3-tcl3.50.2150000.3.33.1Tcl binding for SQLiteThis package contains laguage bindings from the Tcl programming language SQLite. SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.hBsibs-power9-17ZSUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/Development/Libraries/Tclhttps://www.sqlite.org/linuxppc64leXPlGA큤h@-h@-h@,h?270c041502aa999e00d07b66f165c0c55cda140c7738f587ffa203a765ba8e9588bd94c26bbd4c1736ac150baa8435affca11139028ce79235711c714de6f16bd795bd3ddd7e0fb97ecda7d81eea679a03b406ca9fa7f28349415a35a8918839rootrootrootrootrootrootrootrootsqlite3-3.50.2-150000.3.33.1.src.rpmlibtclsqlite3.so()(64bit)sqlite3-tclsqlite3-tcl(ppc-64)@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1hqhw@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.ibs-power9-17 17536948353.50.2-150000.3.33.13.50.2-150000.3.33.1sqlite3.50.2libtclsqlite3.sopkgIndex.tclsqlite3.n.gz/usr/lib64/tcl//usr/lib64/tcl/sqlite3.50.2//usr/share/man/mann/-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:39713/SUSE_SLE-15_Update/0a4769f0288c8478300adcb174459172-sqlite3.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e84385d64c3acd29d48ea9b11520f36b550b7ba, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRR`HdwQLutf-8050396d67858fcf70c1958edbb0241b7e9a57a7bba652c0b0e265d016cb0fc09? 7zXZ !t/;]"k%@ 9m򺉘HNz[ePXº;\؝ci}p\go<#]q~DwɁXj SqJ7hrƮBXy@K\Qxh. |k c8ǝ|Qq3v{m4 1(G-UDUzP4bg~5Np@a^,(#7,4{GF4ev0 R%-SQIŒ`WhsFz({tsny0}|1s%oK4z5DyM"7bƄݔr+܇:ŎiNv=g(TaXWS&B/l]riG޻@ R1̬iJ3 Avi%}̧t*FKߠ7&X bٷ--B21 ˗M ˽G)}Zˍ3gdq~7ȥBђ1!:Ih bBSz](Y<~M}iB&\Gx{g@,YYpކ?Iu%_ YI =s MX12^Kby5C1I>1K@C)W\ rJ1'NRԝc'D"h;(er)A^G/:CbLJ`Lw9/I9B8ı})Eߌ+ɘ:zt@ gYِ0s4*m1sU ;8[ح豗e*.e6iެ'MɸftSJw| t/+h")AqIkc{'$JajIkHo'2݄ĨHؘquǨQۨns:-\$,r0X{L٨3̈>+-LK;aILJ .9r]xY6SGa =f+ٴxxUVPA:=lvuuƖn)k5C\ ]>yJ ֈ6mhRz\Z-_JVOyűhkVm獛ݒ(}"?[pCSqwo˥lul35\%r*bNOKMH]8X8SQ. !K,&ߤQԿy rR%./w27f+ŒQ^r\^?gʼnt;]Yb^$P | ߲VquvTiC%J!O(mn@ٮY'BQ8i5񠣤u6Yb"d,*<]q-]@#uw^; vPv\uFruH|+~hiU.;3 OAG>ùT@&xCaRlBO/j H#kIgYE#_L53?wi.)GeH eov sN,_pWa 37ʍwIiR vpasiy%3af\ LH.ND'&>-s.ܚ/P,pͣ JI)"Iy',5ssytu.eE.@l7G:V瓞)G}\_>UxӶF!`zmmN-H W31z;4o;6^|.t 3f2 ҲjJ$B4{Ct^^By[O8LܸB<1rL@5l> _ϛ JO!49P r7I%hm-L!Ae,]m^@1lMG)$`*t>%䱔mKɈϥ&!XNIx{g L)KH23oKRN lg: %R;*G:CԜ"FΟMuc [h6,#2 (ƺ\$ᲤʱۿI_>d*4R=@,6?Ȼ3ٌz@jl*Ͷ{1<G0_>1'!}ZlK񂢃M:J+̙놡{TK` 3V3]}Ԡe^Κ@IPW52p`uv}& < 7^HkS@xBj vFU. DR萎5]pbj'PozB*|4~t<3yP1=@JB9>G.< Bir4Mmfze^N=;"bhP2n;P1T5< ԏpYZ 2T 7`d_Uk4'G4XW W\1\asCqIxDUj~)ԻB_n)ύؕ2+ MKx@} ǾGgg{,nXbip Gmc(V\ %U}2+ub:ô/z"=,-oXPJ-t!?%#=O;xeϡ>W`B{Kg̪}}L 7_ 8Avޙ~`0~-Fa#pG'/n=t*1C&j]L1VeګXݬ bؗS iUB&%@+!9$E#f:"ppZ1h+UϓMI:YM@3;(UNejkM{ǹ(.Ag?V$)Y䞏/a8 z9mJKӦ*h6w(|Al 4^@I OIYd[EKeyft_\9d+'$Cfԗ=dR>}:";XAM `NRA溜y}:tE)`#%$J p71I?oOWI-2RNzAY lV6ХI:^KnqH_!njŠ,^7)Л$x"lk[&#Tq`yOi0Xd~!?BdnuHF$nY)"eHȾ<]ӗ馁=!_~w4q_Dc& `OҮJӟ4٣f=UQ頵5K&mU$܇ |18S$vdHZmlQ "Bxipfx!$tH]60"5AP#1 Yw2xOm-OIʚ ihFVLJSGߢɂnG)ȕWZIt2Zj93;@io]#l|o{e8@5AV[?ɵ] D>SݽUt߲Ţ@jt b`煭`zN3zS ]S?c(p1B7Ԓl7 rqy)q@ kY-*)BăD\[gM̤*`-)W_qk Dufhh-I F ]e墮1iҔ6 UVdC=WZ$,4Y\8U`WzX:H/q}dI Y͜LxKմfHb(xtDE82]fsC,>ibȣ%I›&9!y۝vIzN)| &(2YS}$;+X_㙗 %%oEsxiZ#ŜC=g#LB?GQ{TCvǡQw)d7G }삶 idžJŏ9r|.> 9!tGXc$Va5(zu2X;s-OKLU{dѝw%aR[XS5hd!VHRbuc@3n[q[ޠX߮1ƵaWF8j V#9ZڅFXdM&Oo$ {⪿;RNȐZ=-%'и|Wqpafe,hf$4)@L׋[=gѱiTx)M2`ytp5ú @Cָ>'7ONh.ݪFJg@o6pRK25{׬V=U"a i& j[x{YS26VWJP̀h|y?5"ws`B0`&HtdI oYFhr5M67 ڨx3zgn[:!Oc)pa]$@=o=>QO}Liw͘FVa%ī@ ]gaUS0_ #HڠvOH{7--D@$t(E!pR!s:Jܜ35mSЮbIZSs2S&Q}A_#{_,TyǙN ڙ`ՖK>L,.&'Fqv05H7P4{?,ǸL|)g}5%42 LvE%饳,q&Yv@P%3ə ή*J}ͧ[ j頽J5!c@ǿs ^v(K?uG4s {^Լvd 쾺Mlv+b.hfq&dF$}30x} 9Wh`Kw 4H+e҇5[c0Ò[+!MWo&0@˥ńpPu,IF/4\NNG,C?T^؈q}4 }0FB0O᎛6%4pTb>Da2զD<|薣nZNh{J]5Wꢸ&~~f)s :,et5홨rHϭuw{+Ց%QrV0N4E1^]U 5xK뻯L#-q'5E*! L Q!ɡl_ޕ]=|h04- .\) 5ɿs\S'"m;^,8N5/d#!upjGrc|mrCUr;śz@rS7/#)8jAWA)F"}-qIN'8"ofHE 补V?\b"&?O-dzsTT'SĴc`yv>`iֻL-PGtxXUXA e.W _lA{LM<'RWOPNyS},ݨYΗߔiLj@(F* A9fR k6@s^؝-V7A\?,!B!\BS~~ɚI&AS5(~El)l4O/3ߗ ɈNhhٍ}گ²S J7+6bZ.C/_o]}#7'YHAom@20SRYcT5ۜ7*0~feu2=[sK(jxS;v$zwE0d>c/ 7_xP0sjk%1&?,U i]Hd^xѴɪ'5%9XTEux **0 s_0]\eǔ)ҧ2|mHC~7+l?/%=XStF*~ x-a) 꿱٩IܢlBuO`e(qvGf Xi@W!P1.d)|l ]@ޒ[aDA891o2|D~x`yٮ)Pgm;g,dA<M"<' |F(+ ZOD 찞:A@,o7K5fgiJ~,OB=үY17QYg}K: Gl|=(TCcHcop?_u 2>#M3C+Tćn @RW:u(pD Q1tuN^OdQ]ދ3q^>8!G+qY/?Si+/ : aOͷdܭA]?.c/n Sz{ȴ%8QOyGBgc%G387{?wu~OUfM@;t$\jlbΛm w\a4:tߍ:4y| 0?i'ið5]%R in5[wdU*gll3W ;ogU2āޅAgS(fNOܯpZ6`E n%-/GI8^ 5~{FwI {֠=R{mt@ůKPJ?^m=E6`yO=%2# ip~* -SRys *ho;VIi߃ε9=YL%:?Y*2쾖7dd_/xGu -iiJ166t %`S[vGm<#>0Yn{];.\)kIڀ*vUk |ATA 4j@9Q~aZ;M?D\sXΆn0rx~X de]Z"{%4Zµ{bmD&8":#Qȭ)ўH:ؒ$w|=Ot84XadC@vnd3ϵu<GYoAh~U7 aF<"7 X|6lVJsM8x@gڀjc0 O鴯Z綔_6WF0Kv734˜ YnOHդ)~?섗*|6/ubO@BJ%: СmN>]KEsNeKyPT[5 a :hq1'cb n1DN,N|e7 tAr$%PB9$h.BvVy+tQ _wX#H%8-ƧEG``!q!泼J} pP)9d^#1.;5ˍỉu+>!|2+UmK#lթ$$hO[ ѭ o͡ɬ&*-nEJ$vs p\rh6&{1P@Cd9!1~Y7kr8;9S0 @CPՕ䉣uN4m:tF-yoV |솋^Zߠ*lR?%Ȃ K`F"+PQigwq&~+اBk-w=oW2t.]PQ./#'vj_<צJk %I)]Owb.']' "bl om@8VCmRd$ؐd/90h+EceY Z#Dar ta J>$J9""GI6hʗ6QZ)LoMv4n+YʅJK:X>eGH~+(5 v+~ͰX*(NёCȀV*6#ApRR`uBn 1J_hFE٧XY)@:;jxnh6oթ2AD[M7f,\(v䖓4xhfl9?y)1,u~)Z_,fha.ph"hE5u@̨"p!MTt^̏h8 E)E&.бQp:%(Kv藒1ܺe4|g#*^6 AN[' ;S RńU8 xݶYdu}ǩ&+'z+M, {4'- x u#1F#H^v֟v_s$uO7 ($c٦ABf}_X=at5iԭ%ՠ먤F*t́3UF%:Ӧ-:xMU.80JK$dt]oqwzb\xh`B ?^1D[*lz#LW0>\){܆ivgBY (+.@#RS?]0Tle~;~e>,ՉhAYp"C, x_.kMC@;q܉ԓ}|F&v~r.E$,u+$ݳ53 <)M б |6"mJh@QN\~WKqت0Ń% >!Up֟2͹gcOξіqňf zﳬXAW4Ukap8'"7C ǦHSK'O7u.ryӅ50a07aǬN:#rz`FNѼI@of]Mmr>NO¶ΌwSd9ȕl># )Sd!jWEUjgTl8qTIڌ " 7P[/,-+|F q/ivv2~zIʓ0PȤnN?5VkBMʟhD b瞛Jt*ĕu|})HGH^+غ\y=Uctښa!{W'gI VNM0=LΑVI-8&z3)D F9xZn;nxT溈Ty ]" !b،`Եxcx,KO;_ Q$(1PeQYD#'LsI>%AX"4x&x]ӉV WC=FkzFz~soe||Q.E-{IO)Ӱqt;DYKBXJ?К8n>7F6m',8bG$jؐn$3jE#Lno> S{K'sʼnf#W l5ޚstm*zsVQ4vǰnLzUFy0d8s <-Pd]1&^; fb~tҲIߵ?($O6RhQT#ry|bUfHG TFHxB* ^[nK7 o<*0D)X'Hv"v6T{HN!5;ۚO5^6(o6 H0S|z2tR8Hm$zN5tP1 ?QI0#̗Eٵ"ޑ͝/ yª@ebD+'ܠ,gr nSZPTͶ7[m Ü϶î:_TV8eކ~!|Y'N7"[YUH܋j>u/d8tq$.WhO*B~#s_M ggvah (hʰ:{ssy<.#X_Qs<Ώ9h0ui^R=LLVñHTt(jaWTԣy/Q~9OZjodcy,D{qV]C-/: Y=^D;Ղր'tW}OK ت{}&q4G$0EzB,xw09J^$3:rɰ_$`HOnqI@ͬ+Ď%/_rΗKSS7q,8'Sw(0OV<=DjTl, Y1Tue#-8F3rT/EKN渿|݂]eʺ4w' 4IAC"wB߮6w AuP|vx.cV-o+9#{6i K̩dV!to2rx2ϰv(G@2܋-ٰTe87?yo6n!'#yK::4M 6eט l8|mrt__bQ{bA+Cu[`ҰJkjgR%p)A %Z$Vg=aQA+D'b#G;<8NIJhR[tjR$7*TRu;nP>F ;&m"ڴgqž/1hH,6p:q}м~RpuLm̟N,Ur]T6T\&*eDj&lqckZO|} d`vs&H{Ql wߺՈ;DZD;D),"T I6^4Alv }Ko;YY4@P-OA.^ ;VI&ъ /5SB;^hB$dO]pG'%?2|E@o. #}W_ vkF4(*z&aEqŀcUJYM;#MA3NqڅT9!{Usu)sT$@Q,Xkεtb..{_!C{,gW%ӫn^P#} 딤lJ"f)@wH;~|wdAA= "PeAL FWgaXst7$ w45Q$nElzc\pxf"& w29S6 @3ޅ:9 78Ɓj.ӭmOe-4*j7zm&y&quNR:wG7ɴ5Ai5:dmlky⷏sTk 8qwb moTN$j*0z;ـlܡ_ӀSKI8SՊO.A}@b6Ctmv/R(d:M 9RZ:T&exUjVVJ|'ȑFEO .i /-('=Tl5F>36;RjXpvRnkT)hoo\ѭǠF&[ RS_,5V0?LT:I?Gt-qKD1Uwo9%bOK(:HXýL5?R~v%k1h"9;R@}[zQZ@ֵ3@(yX=]P2ܻ{LYoN3Lx{^Eb[0^q1 C٧izг쇭 tZTVBfŗS}׵x&ݭ,X)t-1 X\yDYbQ5( 6& ΋w^9H,1dZw}Û437ńdb ,5N"s=:&,#nd`Pkk㊓_)|ͶN7IJ;{1sJJ<ݡɘ'ir#nvޑI T2i`mgԇMj57Dҕ5``~(/@kv_E'vذSWBil| 6+^uϖ=0._eQͱ||-|HR@]ڮU+;q"5Єfc(_ZݏP o(:ZJ}՘7Y4\)K] @j>ŸpirE6)絙3wm RB$F47p'RHlZE-V1@N$aP#8i;~Z;U5߿p GJ k_(}ƴa)~SԺTj圈y3B[m}*IH0OR%YLQ^ZDoyzVU}Lb5<(8yPq|c!aGuM os)k嘄R vY $(hnN.J *raVۘaM[k=TlPwDgߎq}[$i_b".ѻ)# |ԟ6My1,S>/9?ӠClEdۏ*#/[T:}*q"v붼;)Sxb8a4NƣpU/o/B+iZ3־"cǥ#O4Esy $+KYK=EtXUa*R>_T?&Kxԇo"7n`Ajv2PP=<lD> H`ux'5=H^ybȓjao) M2*8+;S :@U &/4 /ș׍(P&RE+EP[T}Yt{eUVQkNC#rP0c8Z^ɒuGNjs2c -q9bv5l| o{ 8i;ʧQrKdcH Um3_j#7dt@% `H}퍌Tɺg{A,VWơN_^EN.qtmVKx{<뷆X2q*c΃IxOtxrjc%g{P7?D ۾SdEESyOrBgHCx?, )|4w6} b(8+C_؛qA9̃گ^o#z%BY yT9|ΚyÆj|K6[ʭS*mj?w_.xN[PO5ҿP/@](Qi]$Dx59$t ~YL5.a5w|uƍT,X1͙zRFAhܪR%aQ9obF/ MNL@%i߲Gӥ`+o=3avV8 6AGz#?,P#ص3e,V^ S|ū+r% Z/FZX2l*}_ *ޑB>Q0Hޜ6Mjr֗ܲ5kG |3K.tRﲖ-MYqhi-S ospnÏWKXy/jJ\(Bhs9><ꎂ4cAuG bm5b ؚUw˩I e*N}mim-$Fr;s$86))g?~P P@L"z: H{ᮇ-ZH;7#c =@ϔcI)UUӰ W Aq!C!;S 5?M}^(1-s oTv.t$Y[ E\.`P{̲Q"l G=jY0|1$K͛Rf.|/ijX\f!*cαd6Z6>j!ϒ{R87`5${bK/TG] ? f}dKx) j4.\> (&nia0;+@;ؚͩV&c:Aw!۵8>'}L/ylxv_PvjiOiM+d_Z}`Ɋms$uŰPKbch2@*FSP'^0OֺV Xo9շI=R*wTmGJdIv4B5 e&8>ꠅn7Ԡ?gH#z*^crg ۼR埥Y;kEbl~ :>&J1g[`) "&ђ}B&Iqj[`"wEώ[v Ng<{P NoG~hN"KXхQb&v)E^ sL1{k3wBA#ťD?#UM e ڣ bzAon7o@,aP:jMXb%R=}dT4i2wɭ̀g pFy~-W[L)e'wa}5'a ]wcE\PXS`ӊAe i>l275YXyջߨ=M/}UkOn fG䳫 Vz7ƪAS)'!O'23ޠ铠|!u6 PwӠXˋO˲RʋbDi]y~deBEU3X `c_ց‡Τȷ@j=x|qc bvi.r2/WVs?mZp?K,n=ND$G(0Qi{Ta %O҅ndly ڐGh&9JRRmS;BˆeFď \z3V-G"S#(ƀ6ʭ{*b/ r`׿\X-gx:gRUD5olY7QWı?$@>jΆm^heD˶אLӸok: W1S`ErԄhZέ|B >DqT"jyUzxM0!one6ūE퉛SU~d6 fKkLj9]3π(BgG96NtqRaTsX]glbQ>RwE>ߨ3f#3ʤv[XPV)))`OK"X 3A* z4QӾ^dٞR1]Gu/z(?_Dw's= EHXWI}9+b+IT[WhS~XK7>ڥ)"_dVc!Xh=:JfJ\iwTFdU5qpIGۨ.XS ~>z&8Xy|tOCd}kKc' 8-g³dξѢl^CȠa>UT*uIeI}^Qdd!@N݁Ak7P$z#lB+-rn TEzRPk MR) B@ s5ل$qYjDͿv؉SUk8#fΝ O*N"卛^o\RxXLZCJ(\uZ:= h3NN%Zf \r>:ߛǓ f_#&}Hqb'ӑ[&fU~8Ƶ>z ,d!]s-ZJ0%`aK'4?:](no I6`'duX*5J7z7}{,B=(Y_1 VΈém;HP96zF{o>D{|e˸*&o 85-g,iSEIڶRJ ˩lW[ښmS@BJ! JZx$dNq˅CT?kk\]VziGn ѿk!ai ! bG,u '3QEӐdbvc6D&;ݺcf5|k 5s_<6ZF3on)҇XBm&tTBv/.*xHED/ִsdfe HkHʁr1p9ՂEU֮AY 5U2M->o._ ~fx0rm#쭉%4mwoxk UġUUnOQX- Nah(з (m:Qv? &=jfs2h%A(Ozُ;kU1o,@b&GV'mM5 eBTww{ulËS_x˘DSvT6B Xn_ )[VE:yJY4ҌctJ_3gG}Ck{=av5,7)-*Z0y:Q} Xgiz3*p|yU3!}I_'\(fyְa>Hz@iBbQL OĔH1QW07}p<:)S#;I=5R  c6GSQf8Dh{laU8CL4 F"I]˄lɌKFr6(e tT|lxf6+.Њ<]~^g }@A>#gnPqkxUO L 1OB*+*N#DVЧd۷!,!s\`b $zlvy?^q%уHVsڰv%83w-kGk' QZ%M4Q[sS8R:wiD5'~PY"n%6%1s JlI#D̉JmIg'Wךl#7)n 8Ys(Rě%ayF D+aԆ!=S-F#lcfM(]ء(KG!kHda NeC4xOuN<3ztZϬry:#bll:"^pYw,}i3¹_H>>#dԔM3MΑiF2ɧh n7!z۫]}Qx4²UcmqR>ڰSP3C30a!w +٭_ڜvWV}&H{)ҮL"$4|bPEybs=Cup\TUABhg2ZJ̃;':p2ol\NKW)zЎ2hIW`cQK?yᑊםKjNu@g!\XKvzEH-deJ\Y>I*!~Cϟ·V5Hw׻ -ީep{XEzՈV+^=$,Y~`Ng8Yuoî-ҢhMXȑ]|3X}idޫ&EeܝaX>B6-}]ܜ}Prb;ԗUA8kOSfWwS*ώ˜+&[}%p(_  ˔ُEf /RWq"mJ5?!]ݛ՜+Bm h=;*ff j?(n'~'Oly0*1zӘټq4[ VH_k5T:d8  ڪ,f F#hksyHMb4E,\} \dx *`Mƚb BU4i֗ LV2 ];Th$:Sfk3:ї*&<at#9ϡiOg*nUфrī\„;i F՚466񣅽}_UTXC 767J g ]U<dݾ)w_Hxa:,frӸ`Dq # h/v5g:BfBm~j%K[~('&IJRJ] J) Q -= #6*L"P)C0h I7,zpi@bvyp`q>i9sZfT-οk0GP3+&=t +JP'K?}Qo9B2Cj,F@n5~=ld UVؐ,,%÷a=J P,@@5'E$ kC;&Jж[soX/qm4 ;}(ڰ $~h{Tĉ_ڃE8kOW5p>H4!cf#%s6VX78`V^K|b[+>7mWAv<5 dyϺY׆δbl5iɧ%dH՛FJQ*5ߠmV|35Y}_Q o$1Ić`3%OnݿE ڭ"2bOނ?@jkwlwtG/3ZIfP8\[mWd>S.Z}:_W5$UsJrP2#Cg!YMkԊ%UMO&ǟSTT^D ZK<:LME(|9$ m!?Hz#9 @ZI5+Hr PeMsu]zъn-=%_S5on~n/wj&@N<G}Y&44OU^62Yn@*( z:$*G*RkScCKJ}T u[wJb:WuS'lᑥ rY,֣pZOIǢE)xI<!B;6Ғ1aR!&IQY>&!]Fc:F8%ľsH7DZj80jY-io5)۰C%|$!4CsHa9%T=ڍ04UJؕk5'ѐGU{7_Q_VʁFzxWiqM||t)n5?GPv>k0AV!b M*2fGe'0 \0V#ky^R~$\kxEˠPz&T~㊝ eƯK95'喏 w0ĭqlu&Ua3M12@B-Bψ!#g)$]EbxQFM.59Nlt.Jbl a5/4\9L ~XY"Tx3O^~m jZ9bRNV̞ '>z|d.@1f@CHfzJNo ҥ.&Ł,Vڑn栔R;3y]J2/KLUaWL?=U@׉D$^?D{؜/XQy=k[u,펦aԙH5L"ۋ!<xȕK!`fc Q鎄?(cX?*vQ_;of3mN,ҕ2W Xv I±wA0^ǿZHy8:KDzz*#66nn\ ˙(-NHvZHVh\\Jrd8 (i8J2 31nB1U |d^\q_Zɷ$=VXEͣԳTVu޵7T*C_Zzˡp5eq!ž'an@CW%|= U @-,:gig(7 Bגm5mLFB:[VC8R=q ajbP9h Jp`Alܶ1t *>5a>yyV ([D[ۻ(=_ "Aq3kt2pBK۲q55VOL);=.P>ywy9Zk8:-:7v?OT-A@{";}}bM ʽd0Vno=j1NDrYK, ^j/2G&"s&@"Ѐ<2#3[lsȗS~* j>!3ӬuI_@[ٻX7s|uf@9׉Hx. t z:'B"+[%Pk~"8X:eXdw{{욽"-#!AՂqe<ёICjxC-Nvɧ$$9? -_hK ]KZ+kw<+Dq ?̖EL\A`#GC.[E=~Uklf1@9.Q&v9|/znmU92I<yb .jaY0pAe㽥4$iL]#!faמMO#F\:ͤP uC@iSڻA@k9ߩO8uFްȅA?{%O͐9ȝcB}hOTECM04ݍp(}$*Oc2c>C pR5;r)ud].Z ;S-!pEwXdy39E qHѬc-x=@)XGO%AH 1̀{SD{ @t:ODN^B%[&Wd'ӻ֋5:Y ol&x!Sm'[$"$aU3+Aݣpqw'A1}͘|Ϋ bX"3mѦ6A؅1q5OdrdPsJbq)Qw쪿ۋX{KN'MtJvσZ$) uSV:z/tX Nd?3@?ڐ:=2D;IVa14qᯒJGd~c.x|phzjԇ5dM Į˵"&X1qεTߊ?kDbGk6D}1KOHgh/c;4Y&փ楽F@zժ*;qg|p&K$s X{ >/kKi}V͗w"bsT?nx(Yق{;R]MNY3(S[@`Krej*Nm!Lf6Y2,A9Rv ~ #)yT_| HA56|[T- pEȪT|yTbqpIC~*YZ XoWm:؞7qAfr&y0s=G"b3j7_?RWЫ\dRE)o:' {lr^''d ^X6js@glUW]Wx~)H84.7j^ӧW(q N$քc=U~DHhE6緅3wE^m WmEFFWZK f~@/;R2_oS/4U-7}ڷƀgMQoPN@V2tDyc_W Ub\vO[J-/zQ˚2_mU[ᛂ[eӈH"]mkebWY==c 5y! Z7.@ao{z=V5^tߩߙ!é%'8c@ ތ%jZKb^%/b4K#ɧ?li yH>}1V#SQaKNfj?LU5dSSnKI:cQ9"Phu|Yf)p1hzۭ0Њ)mxRBa^~Si:;*6`E3ĄWՉ3Jf7A&U~JY+ոĵ-o ] nθ fjn<5[+BkX! jL%`N5]F.k&ش'Œk:^cX,3|< RH*5:YY {HĿ<UGV0%ՓYBxEBVv X+{H=mJ OE}ּ8 r? U1Gi p3 Ō rɪcЪtQiP)<_^6 GUK; Hߙ P4be5)qT3D}2Ãl-je‘Zf!]6, #:Eoq(9-f4=J}GԦjt7T)uDŽ [ f}'*hȪ>̘)F-+7^UXz?]+6>Ӧﱢ2sm@Y_->hr,'\E{ 2`|h˥ ?0拁WUDFRr~z^z:'%TW!E0?Tb<;yK*U脧@#xK.J`9Zov9aYX=[2 ^f9?֌Op@Tq_\Y2:_G #:,iii7d].R4v&iMqA;UD ?>IiKl (,o*Q9~(9 Vcx)5tB[]LxoQ6;-Eyϻ;н+C֭Q>'. e#J?4 ]5՝=w˸emXB& PpZA҅+D9"׾j LmUIM|;rHHb2>}Ig/MXPu<6JO|4yloDp2\Q6ଗvW]jE.`^׹_gx1~ݠד]||O{*T3Y+X$|mrV//@ⰬE?6F6I;fځ@ ڸ2V?uDF͚ hr4KH~~]QE6VDo3.hDԉ1l]x4ߚ*W>9W^QfW:8VRsz쇌&Q4d@P8x9`9ʼno# ^bŊ 撇υT$͞?\Ipp4W'ִ$sB %lƼW~.,*k7k'YPcÅcZ8B:ի{dAd(d;Ş%z&¤SG."i\c05G9Z.ve]yqhSPLn2P8Zk;*EE˷jx3g OXy4:7Ko:'+jZߪ 36 z8Ymo"S\T "f Ҹ?fwܑ^ɿ5Z'*ޫ\Di5Ԑ,#ϒ8G.V_08LZGwcッ3`D\lS-]3>yS IYIN$ؓ{Z,90cH1]ѳA qH曭"DW[ i}>yf01EO>gi5!R0`$w * |W S0B#ZL*E{Ko.ebJTͫȺN|kh})Ϡ:JR)E<j(ߗKU4.Ƞdc.> o5;_Z I8iIJn(.j}YxCW ;ؗZx(8pNҀGW.rA˽Ρ撚=!A\ϵqS-^-x xq{vRL@޲*`7@k@MVDjd@?n -%R3-:ȟ@{.)魛ݦH0EǓw}r|e^|(;|ܡUS#suI*a@?ayDVјd 5.@ioA5"2'pJEHCmrSp`KNt@0*[쒨_D(T+N*rwe(wXŬ\+.l(IVDUBJn)ыm FugyW͞`s*|%(ӽ|N<*vs9 c vE:]&t`+e >Q7u/w#$9.vK{IW] SJ=<34Fi87.R[E}u*TF r"8+eqziAᮮUmKC9T"=?==FUmn%C.TFc w8:ILLgk: K"C#Mf?𹯟H2Nve@D"_Z0xQQ71ڕ(sUXp3 @K3#HVå!@l7D"%te+C5k]iG7>L Vl ?9<‰ʿDI^ئ=QXJtuHkP #jK6E`;`3jfdCWkM58;b1 *PEdl6 hж}mM7^=xxn$T.Z1lqxJ"Wz<#T|oV hQMЪqW C#]ȜvC)a.<ʏ: ʰ2ZXF8g bd' Boڜ|#e =ĬlIx[c[gzmLݷ9>b?v&PԀz|v|N+oҥ4ٌQN2 kzc#F'>|< NP v pPKK:[*]Vփk! _܍&P@vɈfz/hfc߇~ڲvt`L1~)|xPhЅG D8}5Ww~hMV!DIK?@ҀoksnR?JhN5]=FP:ihΝ,EVʂ A"m~b97sCJaCad!Λ(ʡڝ&&EүEa `aԲfz_=Pl-f!r.rf$gB`ls :S }y7 ^׬%u3&`AqEyl% <8 M'X5ǝ\nlA3 ݖ]oׁCS / NjZpg e,8I쟒 9 b>^ID-2d6WIOҁ B"0'\6hRm+;31zYA/^ Y`6ĴQ\]|2eЊq,9Z@ү^O<$Pv"Tgj(f2j3ŸER-+13tkͲWX%0񞛾)~T <y`ӗE8evA ܶTN3GoLC `8L\t a #1Xٴ:-Pc?=fb? #.0ZǬ!*ޫ֝ S9y]2Б"֥cW̱9.t?x܏o;+# ~뒳:׎T }H#|7LdA6,$ք?Ԧ?+&dz1乜sċ,~tD.讼.V>0z""JhM^Mܭe-1kwиLp!nH7zU+vV2Z\_ T܇Z7Xlrj |V=J1Nb%ŝS:P A'@Їz(#~/5ӢCu`$,/LMQY?)/HE#B==T^t:p%!囩!&%*p?γvwYS`ٱ E6tR-ܗRN5i~&Bo1z,rpOH#o.I7,7aX{hc0 uBad{]ʓ֨Vԯbhf:b Fh5`m>J  Rgz|L?+ 0~ Ϩ18rZ!uFs10kSr`# a4nAT'@af)YFő80ΥfKyJ-J"oB0j0c1%jˆўV1$`_VUS9$(щwj7a-^ ن7xlnUfDtϦI}UVL*"•*o ;'w"mэ96X4DN ٪}qJ~ ) ;Hqiza~S/URy^H)vRܮ6 .)+mt茀ky,YiFꁟME.Vni98_Ml/]YϺɃN> L85eI=L]`7pa)80Z(I4۠ \/?F5f_{4Zbs,UʿjxE7.$mh}2?pt-]4ns_Onj6D2Gnr2)FpEd(Bbb(s2Ac[PvMHr'lfWE{%v+ĉkgOSrHщMcZ_ո8С ׯ0:ץhph:!cg_U[Q1,"H87Ԉ OVXI?ío@+e y9.d=qgitzVPSnZؚr~&Ԭn pwa6ގ|i~H$ٺ w 1(u TdjSuN*PnVtu[-e5%vnWFmz ˣ-i]Žӊ=ϗQatBQ41xDxJFZ-o .y6IlCNDDpu'wXHU:L5qCLp.iuk7 J4 /DkmhmvNS#\R֫c&S=2=W 4ԛ?qf~ *bt1|q@ϻ!J ){-ژE.R/W"fnX=[~HsJ,>Md| -$d~~.T&ySgC %WV ,3Vi`/I׬Zs.hbhi<3W?3-rfPR@ -\t˙p:AX.v "Y(#cf1N8z-xK F1MX]q^y6kF\.֣uY=4+]5JuuW)'씴1W@%dHC,-X)7~?t{'0*PǻE #Ma/,q `1~ǶzR|P;O2PQGw+r5:*n!#=BDʣ⹥b'J&<"0<{DGjȑ~><7v.A?AK-?k,gAV5@j0Ѫ:BWfSB6~e@T?@R!2#-L沈 ލۧ7 d9b盗W4jT4Yj2UiLo(d.vBT X=pK?fÕTT6|P](Q\l8cN\b tc}6j4Z=><$]J!7fKMԓVKn&V6;q"Gky~B!|HF+le#q$Cg؛3WFSpl-wi[S&@2m<I{8+wXH daɫD8Ձ}1If !oZ6z&+[o%~@h.=F^5 oim5k?ErQE" yVӮ}72B}Gsᡈ! mjLxE}| ^4Q [-rB o=zQɼEz5nbrk_s)$4N)ct Z\w Kv;! ^A+ȊHJe|({]^@6ODlR'&&kRACmY:B g..$?Hb`~-{U]#}S皐DPb JX5٫ 9L2.~`؃I@l7T3Is qۘ$/T6r'9~([gH)úk3m~?jT*d՞$.7@3TU9w{\^-~yQJb04eVElO[KO k1.Q*Ѽ2u"(V$4l%Ģ\־´-$~)e]*D$P妨% J96KgUWngvX\Z(ඍPՉ89͍&K\ɜf;r.Ўl]j8@s\ \DNg7/s>#|{Mt/>ۢKedݻgA [\}cC'{8=8NO#qsWLrN1FXlGV|{ǻz0Ljmx9/5+1d!M<{(U Ƅ]/sT>":!S.䍢1r$_æ8ai/[>j@fg`ՈOna`=pG]7Fɦ6V5DxuӝV>],$\P/=+bq1621mB (,9*\߲k 7.&,(C4aQl~R؟Q}_ڈ`ωZC*cVCS"u>#Ky?7|ly?4f64\9ɿ 3j OC*>N5ɞ{OX.D̓W Cp9l8LxH& ^>dy/S:E%kXlG{Dt."[;++C%sG_@C\7,G֍q\p&@R P%kA!<_Cǁ}2ŠDyE 3ف>x4&^K+#`$z3eD=<` ak|n1^WJlb9uجБ706}Cٸ8@xA&03C>T>YZE(S0s NAsR 2)Qq؆) a?ǫ/ˠ!cП_N+ļސ9z~aKGV#]3K3sݯ6e<0.5xrC5Ջu kّp3 l! CKXޏǡ\Z% ]1-Peؕ' Yb|$)N!<6M >>yy#[!т dcn:5:p8 s9+u7݃/~5-XIw,Sw$1%hMm;.L/D}ZKa2NIte>s ߺ[vFi$Bl7?t,/";MK"m7}w=HJD5}Ն.$>&%[,B7 > "B&i8ޜf[Ybv+!g)C.\vB2/hvҡ=+ۻ!g7lŞ:wﷷ0dBCR98U?{h$xYZ] a$YU$KH$REE 1?IGhll>aWOI'w.5t}j-pEN)+1AMU+.䇃2Vg:HGz%#7Q+CN**bJ!{}db2 ^tw#"P|=~r"J^d4$Qb'u7 :0jj+Mr-'k#AV7rrsSM o((f7DJn C BI忣xhqtCi0ߖPCutU?A$ފ|)ob} +OG50ՃqqȔ y<&0~S6߾ǧGtM5_R^e#̲  QjPS" /Aބ p705ϣF_X9gZn*\D5r_\s*b~Zǹyk X䯁C0`FffT3 xHΡ dt(x !EZخBzz/PJ*m9DR*|c=Ύn|$7O"@l|ZtkD4G%iWAM @#xUt%>'n?*6g^J;۱Ð&vNcb^^}yn#,qZ%%Bܐ t @6!xS*IkIqM86UʌPSoj҉g^_I}6#7n3'_. qR|pv50ei{p!KR՟>PnƾnIA͟%6}ϻaJ89ͣDxJ.93C;uR-w!+GPF:6iAcqy? ]a^<+њFnK(ػ8T:7V(&+h OvMR T"98\ߝy~ĎW#%JV |6HāikoͳB7@)o+|o!4 9d(ߍ!)FLr!2@!tj'y3DGWM<[x{QaJ߬ _قq3]ٖ;.Z@9_F((`\\Ww\ÝZj7|Y gVdyĽCYsRHaXmI^\D_BĞ:th/`j/U{ŬS3uCB׉sknLſE#޽D2V <( b#qȆtKЯ."nnsZƬ/f (\)+ 28tsJtl14]i㎀"hOg9f?gRzr 'ګhb2Vs|ʴrf5ӻ 9sg+cJt!:ll1mʪAb}ޙO\3ԙDa!ZBiDXPek^…LO=+O?"ORcO ѵ<,Uq9JiMsQ#pjѬ|_"s%!\e ģ*pKL%-/m5T^NTKkL& +4ON3NѥIi@ Zlq yo_{r8qb]kjY I/JC[rY-2G5QܷtynRm\IsݏLV1dU.Gfy"E\BDzAUa[Sп.ދ Nz>CѷW"ކ_xgpqf6q(1kHb'_Y"f0t5lYuT(BIk5z!esi> mM8[]7%E3 .٫䂜0*Hê up7[~ine¢&P:* tB0̽Nn8R1GB+,pSflқPDg@\AI8a~\fGf9w^Ʋn7Yބ7<ɒd4  L9rٰ>./QT9yM.2_f4PFvV(6٬}c?!Ku / ؛ӹĄ(do0)s Ũi(Ӡ)unuu-6NĤ%\}ߔ? &(&Qt E8wjGiر{cBpo=-j;D*x[S;< %^ Nt׽nm]U6Ɓ ܊åYL!\dd 1Co4 8t+TڻxOؑ|p6GovNj"*{U+PlAfhN'Vw/<.{: JsxpK$e@fXP+g|{vv$wvCe%yW ,Z$Q`V|D*=Uk ;7JAꃕ YϠ3RYoEB)@I>w˄GNs86'-vW+a!GX=W" 3> 0u%5z궄m UP2!yčGb g*E-i+ V  v aG,Acz̾8&.;8c z*`՚1Ќ*Ŷ7=G <1L-OeXI5wݓ,GED}VaNmw&Ե%W}]# 1Oy rrS'/f i4_c|)QMlS=>_f=x0H?iuQ?JEQ&yJ!G_0A\sy!|,VԎԪ-nDQ%uaҩ^A@lHOƈM@cH/-u+= ɻD@ O'fztE!$ta Iݐ#_9"-^ eݍdKg=q z8{$ R-5VN(+s,FʡM)4rv3c+Ab2W\TAr$փuz5.V@b{GֻQRv*d OX88td=] %aH3tg]-SM5.#a4Zȳf;zE#1T `@xdp9w2RM]DYB!ݺS3lADOvyy *ˍΚ"Y +mhbg#d^sz浙BO!oǯ>x!:O-ɺ>4xMldWl3mbY4zdx֪]O1`l}BP#Ysw7ZNbi&-,,Hft.aL3bioҢ@dsu?.s"5W/`3u/JhÔɣ cZ]яmYve?D|%c('VoV2!akE> "Q%\;I BD1ʒ\T-|3]MӼЙ$,wMm׋e o߫V48r@|L-$$UZB >~9MAC us?czfKlA\իV?}/U@) ?5/ n|<,۟M<C̕}+j@3ÞrKWe>|"q#XawQ]FM}xa&᳃kW5vۧ)}9e_H t%WQHCN YA͇~6JNUdA)y(-oJg)/U#XH3]{Z1rA;ӛL:萅31p1A0quYEL[_N4弤H@:-@HJ#H:VvjK 6CPOs[c8jMM#;' wq 'hL  o(N~ ԧ|wlcI|$v @ֆx![95*BuieV2du 'x '`Rssc'TZVdPP&]Qdy Qgצ< "tbI\("X_8|.pW/&ie$.f/xb"ދ6Qaځuz I}<[8>: a~Hr0' @stk} qlS=~mTv)8v>S}IMn7#[X"FywLOjX. ]UFN{zYYWc; \%[x9 _7IKPnBhŒ[gV-.Bw cnڦ(X7shct6=Zwӱt+Dm[B8 왥/M+3H|BnUtޥ5r% Ƒ| E,ֆy$CZkm޷<,xo 0 Z$"IO&- eghJ_U7_:"/Z#)ҋcM`VqF9}^ؐꎑbXI]st2yJ\@W11+{xH?+SddDg;\3z$Nb~I5TJ1Y~Mŝ>WnIBz8ݕ XeM1@|@R3fj)9Y{dkn"l@"&:[<:*DJ&t7N'Y7x6M( 4d{G~J(Oa ,uHUS{ApW^DKCӊ&,>WfXG 8\.y]KFaEqVB?%>T Ic`t艪Ɯ֫ͨŞ˟Pv !8*!gD4Ȇ[9yJ(zV^ P=uq$  $VM Ž20Y&oN/ۺD!ZM~%a‘웴 4S0:L\%(GX4 8=3jCZM鰐\;<k,L烬g~C>QH9ss+lq΍|4EsD#μj+SkJ/3F UxΚ#]n.ZT;@FʹYX|*qeh p1,!쭋hV^m `_,8Dnʛn`IjkhqI[Np`T乌+NѺFvD|RP1sUy!!ѷ\BiZEW}_+k/L}Ok@ʬ|5gYEj,^ xo.ogU.!_,QOE)KS"tLݸ鱓(CLt wA,Z`4xM!L> [vEO'Swy",PBù*Go 9Ts ǂH8^YK.ʡ*uMfC2/ֱyVM;hl tFxi6U#F`, _vƢn9v.;P 6#ݳߡ봋eJ3ĆKd.[S*MJR]h >ܬPN磩*ΕL%w&E.˦I@XOrnB3r>]p xp%):*a9 Ȼ9-x>hGs 6V=t3 t~N4TU#ݣ[=b= bd9ah{p2>\rU<2}[1}F)?eT yD >3YUۡѠ.W_Yed5 -Er":9+̧V}#c@yE|tX+$2%@Y$|rWmԀkFsEx#H \Dx2k O#)~F57vk2Hް$ǩ7|jQs~)kE00/'BϰG /hQg1`8`'K+J^ Xi_귩a0IbY[nj?]f dwif Y[dFQm_M./LIO!\m#%f,n0Ө؈Q,ED>"&ʃ{/Db6B?,Ϳg"j* (l^pbQ#FٿӀn]aǥ-1fi)x%ؘ9 gbIx" ["G3/ңuAUT: ?2V-;x,sAq(]D0i ZOje+gwkZmk Y\!كS9?1r4JiΗLgMxf`˱0[^CN }zQL7'e'#t)Mل%jM!AuԼk Aַc&M.%T$3("-yAٮ &TC4 .e.# {@.m']g&7ݶQ#I)LF~k{VP14k6bYn~M!oQ}]yϹ[gLA7s-HA'O&,!2LK&{hC2"scK_dB}QI:F$/B4% iWsz 7d@.όO)'I | COH\C7ˇG4L k˳$YEg^ch|1FKM@D&5Wh!^n[fl1ɝLD`,G!YWB0.ZN$Vbf5_(j3Kޠ~vD6H?JK.To:|qk='s|C_GT[Fg@J$Z2lWd/ PQDMjc6"QUnrCt61ۮD{гB+NJi 4Ҽ԰M$^<"Nu >DЫm5=z}00 |JX@:P_nD  S{<eP_ifG#!q9Xi,Së{M@Jȓ\ԇGƒjPF)DP(]_\o -g}gۈ'Fڋ>"݉m,+fUVYq̈7MĦqmk@itRrP+[l p\: "3fʣJar+<} d3jmV(7 ũθefhLWN }~,tjQg1ރ H.c#ftq9O eG qӤN2sӃA%f̔h/Տ2km:{*hWdXTj*Af?B6C PǼҪcacYYǠju|ŧcY` k; BġO: Ñޮf!1ڏt(R4۸ٔw ы#"uu.Ɣg##܄Jѷ[UVN=uv((Gֵ:i.Q3(+Kj%1YcXhs&&h]ϊmGe<,Pjy$ H/*`vBikE~ͽVVt}wk~fHQ h^ M[;rIv/A F?:SnGՉ揸#m;rѮg*=')\|0\淲!YRF(:0j$Cpa'`z9OgqDYuD>+a O7B -yH_g#^2RS p0??iZx?cŶ׮u_f zB7]tk0#:\V `B-9؛4X`܀GYAHЙ;b؈c%RDf׺0 Ś\WE_?4*w@c؊TW9I>ܸ&4Asװ_4:jf2l% % 0WAy[omwǂY%ĶDW}D=fSRXLd]^*rWCTS͌D jt]F'g!~"ilԉrkA;JO/̓fͯ~lTU=a|!JL2ڮm $IYJ W4iPQ}VS?E-7ǽx5g{U:[aZP7@!-cBKa;0fxA/x+ .`bp5nݞHI4ToZNh!D}Ve9< E˹|"f 2)^ΞԚPYBOPVQ@xY k|-ͲW}!nҷ2׌4| 9a!9hQ=}V\v !!Y !+'kzM1IKz=̍{p1&V, IBd Sݏ V1@͐Xlt`F% (A$tBrֱT𻓣1 #UXF9Q[j N\,QuM߫nUbrInm(.<ʽO`! z-A1~B5i6(aU>V%-XTxY.ꒅ-(kfȉdo%D =v[dp_IͰ77>Łk6~X+xM_i<"{t6rinK1^SR"I-H ث2h P=v@^y| K%cMFrQzjnq?m7,u̞y 9:gN-.N 5asL H"Msog?ғ5}H;)4O<15yGIM"@ S*Í)Zz2^Z/(? ӠS2LktL Z-Ev 9U:F_/ac b >7!#A@ y7Eܼ^="fOtf)'J9{r mJY؀n 3Aׄ5eFG .vVMF@)oD.ɯC6X[+F[L\FkՅ &Qc0)_= ȼLwؙLs"84$gKPQ|1. 9 SlXwf~*R愛:%ja\Ҹ ۋC]1xϾV>r$4-MLIρ1^A#1mJӐZ))9LuwQIƲJSc:$q\W+ s_wEYX/L؟1:m .{GVb2\m֭|#!YOͱVO{yVpܭ|cm2y{=+_@[Maӝd9{O+iR3$!kr, 7RK8 1/+Lc9dUmPV~ ; yު= bX!щI yj}Pܜk ,&;Lxr9MrV[>ޙJrBA ?kny2C6}81wU^p9W&)" te<,3)yK51Hdv V TِAܰ_ٓEVx9{gLm&jmgUNRGfH>Tx@ &\{ v_"YW <˂nc& Տ71NZ@wxsraz$ 2h݌[OE n`8G=.Pӓ883@U|S1\V?HOK0}Tdj>#W.12!lqoԶ9umJRu&m|EȻkbQ,O~G; zz~mSoaɱZb?B?4c-L4+RpSDYklV|`b1NmJ'2?f'B/-ݹ6KZ5g7kp4!/CHb-GEnek&²B@[[[pVCHL+YnM'ǤD a4RcUd[ `&'xf*R:ɓjII^S‡r iŝ]؋MY߻T1wuƦKDS(+?vL"Sg6xbl'D<poɵKΤ.V?!=X`Iq**h 9#f"K tWofC5SzC dj&"DqQj9`miMb@ƅD )w Yr`xO* G@tSg/ 0C9?z6v q(@eEͺ@GARsK<ڝU\f "CW^z ꗱ#㴍]P)gCvY3'[SV{HLz[w'f>RIAH+Q??dbUHxDzهک U?d\^ PdydoCq9k{muD)-h%eضG!i=7ג)F{Y2蒦b3n[퉂K]]^qP%;وS~#2O1߫FBMaqԄF֨q- ۲!V~*= W՚LnP :^uȉUh̨^o?HS*'J{BE9r`8Q5!.>e:|ZY uI1Mw9G4}()Sdk^,(oqM|K?" Ц`5f+1 =ԩQr&\!nk'F`; ;Pfg2ݳ ss8 B3}ԮiN'seeN=v$|SJӔqy4s`61vk̉ZFni HB: j~y`h m.zC;a7̭98CmRk1J#I'o$Kz X1u&7/UZQQm,f@t a_bnD8EAȈ#78^|kjhs $LяK i֪gzvq14A0$#7Gݬ2xpU ,dzQ1voZULvSszvXm aN^% ]M4@(sk4T$YR0Hجal0Qz>- pK^;Sp eBfHo2@!܍C̝<1`S~msL%君jWW/p{m1ct8b=cs- -Nqfإ"}n"LS0|}OC ڻ{mq݂sdvXL-Ͷ CGF|LjR)_sD&A#~40)ǝ{{ x(s$PE~`#ҏ,\Ġ>0HX;iұyjSwqWBqZͧgn6+>tMo7J0BL01bA pnuD7 oTCp_vпvŗ[:b>$߃Z I B">/D5Ԯ3usnZS?,=G+ô@ 6P"#|1"}^/>6z9[yhrW,>tF0q6jsy yGb+`vo~0Ցqy (F"6b1]F:}c/Upv +ޮU@ŝ{ z6 _gS&0;Lȶ>Hgu8xJPfLIhikt= |!˿8.&}Fq=5ᙽh24zz3>6frManX?֗tlũ&Uɹmog)#ߜE.MW{3s9U<͎l=fqH# !#ܨ)߲A8Z`R`k)5U >A2"93)7 \N4ܖHYчzcoqGଝ~A"Ęm[``4|~( d+ .vLZL6aq9v/||w'!hLМN"5}9{{+{zK{{ykˌ%U1":06lm~+ku: 0cYN+n r>l͆-Q l/5"T* 9FD|Ġ`ñc\ƇK(l PH*- ,02FI$0g9il6 Tap\. ]]a;K%o Y-_D ]9;*7e =~\2AF01zz=6Ws;y!Kdăr`Vp 1U%u˛w6tKKhA<[tKIs{.8#f},ש:?nd~J&G#{IͧS1(JsQ;Ez4,iꐸso]@oCϫ.a ۯ/l㉏Z7f n:vڤ)M }: .cNRylW'( cР\ڟ@< m+]ڦK+ FNY9^E,Uc>Ӗ 7yb j[ ;*{Mi) y|݇'<<=ziLtO`xx NxC`D{{#WToܙ^.MgO[-.@>~ 04q&C7El[g=2`Ae&sb GFŠ"#T懰yJd>w|Wrr4b$MR ?. Q * fD\BM`x{X6J!4\Efs=5y7GsqI"CM0hOzʩy^ûȎi?o_ssj[\v3m>uR7]*޲QԨ|@D1qRL ̻CP4 %}տ^vXcT Az}\{値>40@1Yr7769M͵ž \]\fsX|Fk)sbVI%s[ cI#JcӦ=ñ}Ê Szߠ}%; <+m wlG ``097$IpE|`lz+^O jGڭyn*2ODq ~#/4`|BI]'=NqzR8ٓGAYQO#w:D#8H㣭1טxg87Q\3rRݲD?I9GJixzTBύwwFy?!]ڊbLL(ff$ü!zC!!'\8O& R`(:64h Ds;2r>ET9~iȋB*ZfhDH"Xҕ=+!<^b*aV+kV%k<ЉH^)ZTz jT RbV!M ]r@wE,a bokDj'+@,GnHρ}˒ׁsy}OPs~[e>5-}{Se}uڻwEsOlcLۋc/bEMEVcfnAA}(uwX$lqϮl{2ӧ]gr1oLUL\8%JmqFmDQ{'8Rjl|лxA~wsnL͑A|;KkS'ۻf[>|pO?'mfM4Ѿ2H-s܎]vī%+aiCv/ W,%\)JۣB&d]4}CT,m- ]k]2 XnA;sh|g运I$xѱ4ft m[Ј|0liHߑدh9K,'xi (x" T]_`q\(gը_H yWDyY|pѻoDf[F48=M򹧛cpݲ?"#nn+33 A}m&[@n=r+3hղn !"E樲qa%9`֫"e[RA7VQQV:R)J+J<9%h)r,ƇC F{#hus>Hb|b:֔4,y}]FȔ/ig̑}SUpH.5|OG~ 0J emkh%'w5ٸ 2 JO*|u"`:cZe#}Od^M3my'0%0 8S ž;˖$`\ln%G "34$xDA .QG-< V@+`>0.&X}B3ϣ5O(V~'PVv>d j$mYa|:^܅4qyq'I("ۻ5Vb²RkY}mkƞwiL5Iq&+k/BF5y1[>p#hX-"نQّN8uWe9! %y @!kҭwTJ(!6&s79__ 4O~jfI4/ e}yY{Q==UiS %3 fm*TӸӭx3 ev|%PO%V|Mar5c(,>^c !.BsnOamٹ{*o(|E."G qA֮YQí@ r4sؔ}a춢1>G `HCB~Fjpo B{ݠt0hoPC ޹\^kwosws 0jv'wka :+ٜ|fv%c}VQw.=e ^r\2RݵSkKzYĉD8D\flmuTr[N("ǜ46AX~`0Xv"1Oeٰ(^gkGj{ ge|I>e').Oe;$xA94?lbrL is)pûr33.)rDiwy%zym὆!iyZe#u'[$ƺI L ;ݹzu9~2E8sOɗ_v_\#eL_c+VN}(+St[Q}T^ٟY0!^ZIk&dVV)9q Y>r'|7GW~ph1OUGB4].+;jh49:zon0ϽE_Dy轉¾K|2)^+/xwMtqWms\cVԤjޮʗ}TS>uEQzPgm^-#/}rDpNz>IkwKWP:7sUDyH=^N_vp`efFΦ=mӺ>-|3O㾑 Hf9wn[=z6UeTy6wf-3;xlt{;4vIFG:Ynƕ.Y =:g:W6w ƒغ:0_`af Ho6K,2} W"P:&0@R P1+ِIorrn/#]gvnw1Uo_ 2V~T TAy/^l08nio[sjIG Ҫ=wi,Nz[56z-]j P-h럱wXIn\+ h- {Z.>[qV=FY G۽V**`A-4Hz=.yñoz}|zr~UѵpS_ϯO`NsaXz1Vp;21+)YZ^;>{E :0V]Zybe6m2s'˺*P^dPl0*Iu 2EPmPt#x?Fg H̍K%B3\~%uO4㦕%ɽ@ H@>ܣ툿E)_//;~(%#ī$C\ ^ b~Sb?+p 1 "~OT^i҇”`1m&:Wu}.ek}+V,h,z>}GBu ;fw /3x>Owj-[bZ-pŁ.Qv3J{w{[Y|@o{]Ŀ1o `[q[*| 2l]շw?Sco3Ki '1#TQۻBMY}IL[M}mҭĬĄ}PA,t<ΞN?4Mh "Jk>wPn-8h c_%gw~TՉ7f]V:'(f}t-b$AjaȷowB Ժn6;?MPA₊WټcVV|a%k&zhUe[){]^kLN6!lK [52*N_8Hjzۂ6X?'ZEۈ#$g:Iϡ:\NP #AZl ߵ@xKP9lWmP92}DX<)BHa<_E!6x6͌P ⡖9ŐQ}E!Р<8z%]+^.avH u;zO{ nAG>*!$G"1T' *nľ'^w،elNgcGEUp6iI45N@t;I'4U>?/Npb>7l?yze.F6H<644bdJQ Y>m'@!CeCF{w|GkrQj]g[ymu\Cτ9Ri & '#˰~=9m|<ew3wrMwIuBV2ph-#MmszhVpxY}\ Ř#2ݺoMMC0^M58\_aICB@by9EYA5jt.j?W}}Jӻ85ßNqŽ{o?p ?ʹ Bkܵ \+*g- ڹ!A $4J$F(`!3[LbfF?gd s!#im،3Ƿ>إh#J4z=q:m/ WM#kgby<(h{ (/YUn4o3%EW;MP)JotRB2Jqs"ʮ8jJz{DDv ex=rd OEۻ{^3Dc CH(D-vZ{g Nqbz'VXdNKV/o aHsʑ]>APW3lDYsqFC '#xޮ2'*LncY)T7GdX΄Kx*YVazւKYͣ,Ll?fM}FhC' 7\FlG2W}-篸3HP%8Iϭa(Z,rU ;7 Tw(I^&E4:ZfUy. W̆?TWiEuVCٷfMt{(>I[¡j&\[!7m)ʫSYHKbEem6pc<^K{BԓNmŸ!k[~xx>V7uڷ~zzP'QoZRqPrv-P{L}8 І n8] Pq/F7Ig,ltI< =^QeˇA;H:5};ot/׳' },<`.cQu~W

XՒ3Pi n#K cީ9-9Nbe)DgWR6܃ ~av%r =G#|X-ouu?3s ~y+n ک 2#AjxM $-11gh;Y)^t HA~گ{Z$Oh[3txZvc3qc5{gUwvRQR>\$j;0Xv"v,Hp#GЕ~Gђ~U6|.t dFkUik+7{ڰAN1(;On?e 1IW68?< لv<Ckғ#~0TKh$Hϋswح5Sf1;o~e*qb.(Fٲfs#ٍ<,'䪜Vr)?1ir\7}]RlIƒJB@TPTQ GȎh>"|zf1JREm 8짣?Tg$ݭ;@r[GzZZ jIW y9]h@B1>3^ k Z翧)Ȋ &gb :Ih_v͜ґ#fI"MĬ =}IEKIwGGM=Z?ճDkrTDÿ;OPBء$tBml_0t-.^ FlA wā1@=@+JM~I$ Nu XD Q+io`ڈM6 m[\n 5쳺P4r߳gqC@gfݬ!Sh $J'1ZTkQӐŒĭ%*wޥ&5l]-.3l Tf8qdARe2Z}Lmܿ ^? *Z3@+<7ڨ4q*h }~ܞ]x0".qY&N ԇ]9osv{k6[k -*5I})L}4>7Jk (ZDdk̠fu 7^47Eg"svOO* W@Biֈ:= wyoa򞻯OJ_`?!ǟՐ?N=h s#$##Eds1[`2YB؁\hmwkv7EQߘ(0'y+KFCKS醟9 oܳ7M!$>=:'p}l}\7s115Db$8ãU٨/~*Vv\{ݪ:?Ӂbf%Rb5my9ص¾p|NJ_sb;r{\[G& 94g[4쳔OSm Ƕ#D`ԐPEtQ2 X(&r B̆1FWYeYl5 ۻzbXUgALNeb˥'kIZg; \‚j٥<OHR zH{^ʹ|-A 7;K\ 1V=BgܲM嘡vyt;B.VlL"w pI em*D׷~_b4hHƄ޼d~ƺJ[z^J0OzPy֔> sJ 8fƳt#ʹ#=o\lԏ<˗K၍JQ/SV c:y5t;{=LdSR)YDВOGr:bO @gqs,JP*.1~≮yKT\=Faey?l5/NM̴s c.&\K^ܗ8=G <d:9rwV_<;.}O-=2R7K9߬oH|KKβ[_ܰ; q޽'S1uٽDr" ̟'%+ZiA{f(;?w[5Z`a!4'Cݰ:3c]߇KnNloyfL7`e;DR,vlG;)fQ ͬu%$ϒɩ䱕 t(Q0pHq7_!O|LN׵.{;nD`h9_1O4ciIdK9SK'_^1#6[lQ%N:T`eq; z$||vk,ӝ{_~٠qAGNIa!9s#H ?"=E=yP+8>,O)e(80U \";X2>)(IluRM6ٳ{;ĥ/SUOZ$@D> z 0agΏZJ'yQ Y&Y0[ZLI~!%}$$L2m@xDO_hȦ2 t6KjHϥ 1K_֧CnOQ/׽_.#Pc]rj'Y(._yZ6C[ƒ'PfL QF%9y ¦ L}1c4FEAE`=j l@)=ajjꍴ6AV^gT\Uf|0SpIn31YVTps$Jb1N ƟjJU}kW65!a?JѾs__vx┾VʫSq_VؠdErЏ} t~xYFpsQ%ε@g p*cC& qS(|?9;J]oБN;tn TH{p4% {9+ sp1瘡 AbսLskXz 4߬1ҩ0DUD4DD/ܺ@N(rbZnS*$]S<65E: D|Z^ KhشQ#?fb;h0L3?CrQ`:1Z|A)\ʲi~޵`.bN6!2J_4FVmKAyv7MM-k^oI$iVZ(fBm$Mhn}Rw]O_g|n';u_AAjϦĴlY-L?q R H"4mgbz}^Cf.n^O?>6Ϭ?WwJg)lci3~DA繾o56 dxEVS416 J& L'{?)?GX$4uYݽ+꿅/0r"ɣɲ*3#̼ܝerаJ2~7@}QCB\IIț:B_803!ux)Hy(ǵՁaU%|Z)h_Sl|^+8ρlS:@ G E`0ڵR#{._WNURc)ꪫTUn.gg}|rWr_[$5qWrHm|F<w5/B!0?\s 5[7YꨙOWQbl2Uy:(lݍ͌協gGO&e 3 C{O4WWz5m׆1Ň QilpsK5BS=@%3~{|ib6` ;}GşNNF7,'1{0H*k,)γGJ)Qz )~BtF19fEߥgFx>{3ʙ~&HOcl|/\(EI% yJ2HhJnІW)|Z)Hn)(I A<Vw/gyfвV|Pqiqj^<*k{[\>~?treΪ ch{d*`Q4D_F_0uvv'BŲZ8X'̛2h_G5XWp |Z2XlHuWQQQ/1ҰjoܷoN)R~3{i

5Ciꨂ?vzIk]xИV:~s^F `V(c]qx9YSoюoQ6V:رB_9ha2X}sߕ b/n"$@۞  iL0Q/fr@]M$%baJh6 ->>i= #MzO/>&IM5G}E3^yu`hMf+tH4TڴmlYDzTt׻M,j4_-&=!8Yyx~uV51f|ނGfg)d*?3;gHҡ$K 6kQiRAcp<_O+}[DRu?iߑyXv&gƔ`6~ϳ4<|yGCȒP `IeOϼ Jm/scP;0Бz4ޅƉEB'ƛA#JF1|2Jk>;°#`Ua0Nl?ϰfCG+`4p6>bL2`=U$t'-Xk! mXgs'ho?ζ>qam 'FJU uFOq.&(H]B ȆVO7@{U=ZN4$Vpv P|慢#Q, +Ǵ|%gMG3j5__D|C`}CbeCO_t+ٕ4!+f/Ȑ^EW9o(M#(;6׹mJ!%i OׅK)`C&OyDV^x\z>Api#F0pPj%UxF~k.Zu2|OQ8 2`bC%mEŘȀ5欳%j`Xhɒ>:2ctwG"ȍې@B,p_7lz&V>աBCLx Oi^?/ӻ9 "2o, 0#r/9sܭ  Mrډ%Ŭ`[\J @_#x JD$K(" $$dP$SMTBΐ&pȩIvcUUQ]ՂG:rϲ$PwwYƏB4!W>Գ'2]/Ew, *?!6R!Ad4mi?R+):%+ @\dȩB!Df1L(9Ez}뙉#;]Z ӳҥ<2'Us[8տS 7i(p_?{@)-RFae(yo ac^<{c_OItJ ל—7.ӐyZCxbpAV%Z-/V5dKŲVSG`r_K_}1cM[|OLVUc8^A9AS(x(ɤB{)g1hL-1cu5&.Q}?ēw 9uO;.w{?}^%"i܄ipM8ʫInBoėk{~BT-)t;vX`I&Pj!Q>Q Ԏ"fʉ$oƝ̜ޗu!mylɽ8=/l@’$h8jB(0֜taB VfrY=k+qe"w?ń(1tEg0 ]BLq…k!#⼅۸\ھsoD<N.Έ -$eDVCj_~N?y0{Lȃ #//H>7iJPK9I)rnoM^q;݌œК9#]2UELj~E%Rŧ~i!H2 G F8刃d d3xفѴnZrTJHGM1=;x//}+[_5'ƶ{d< oTF7)oPmr*a%" l QHo"^'K DrN:sXOK10D0BXy$p)X*S+Y[N/@ f4s.\.'Aploxc[75iYohY1mCadQmwJi /u$2l U^Z1 m H7A8}|eZ8 OS`LY}xdEŮoe$&2Ġl ?%V#5EXA(?օ>SJw! u e2ڑ82i+'A.|hQܩc&nQ鷭 -vv6ogSryï_mWb?%${A31`$ް`!4<y̡kd>aaB8>,cn) Cm8sB\4и$zwQ|ZB@T0]6Gwgl͎ Y`СYv @5B{mP1mHtFI80?HUL߉vB\^z[Ҏ/Lug_a.w4j A,k1 9zߧfbri4-h=ރOgN-W,G1<y %S!d$PVP\~vڐg~9̏.UB+$Q {ŝbw~r!P-Y5g _y?)Kb eO4?PBOc*o#oͿ] DpwwV&,lI1d+]c80ˋƶ} rWZojA$R욱,+@*=1smֵ')/{U$z3 W Yrσ$ìVru&dU0wP^q ӣobe>Ir]eZB 1X)b]rvmp+lJ@k5,~js={62]轺Cr;zUFKF<K`'\uDҖD6~*idž'Qd~&OQP^'ҵO%ܾPΗiWit= , do0s : \ V ZozQ>|?B9S97˵dsY}O߃;ۯ0uȏka A>[@wcjCS?񗟓ا\-gЅ_(7F^5eNOrdS*z4BF-Fyvtbmj6%hs k#lx;,W(lhok׿]^LX76bI<+r%*6u`CfFJ)z٥nb8PH=Y z{7KT„=үQjeN̈AlNdxQ"s1sP>YюSDHqa #j|\Ǜi/ r0?+[slU.]I6"|kq=V{~J.;bvo\UCwzi̫"k7 x%>ks~{oSRWQ<'2bR0I2ew$ dslT0IΜc>|.ٛUsxϦC21]+٢WOTT# |ԹL6mJ Bpd>_wԫW7A!MPi!.WNsHGedjoѿoŵ<\|?Y(F 5gOM ~Y )?s<$*~ ?Z086  }=:~c}w2*ѭh2loIp\wf&#xb^U %F7cpFJ92 eY9CO+˰¬c`Wl!v}Lu0'Vwx> mSE˯`lwm]ơs&~Ok }Ou#v ^4_v{V ѐhe.2E*ڷR,QlvF̟hH0)@I]Ey<[biZ^6+6C(mdr#5Rܛak/lx2xa;y3ӱS}SSkKd5,S!1A߻}!)|!4g8lZ݆} ^ΔPoX## H,BHwh0ӫ;v%c JaLM.f4'>r34Kgs5\=87js% :Y2Ȱxn_?h#1T0?{ *B.:=rC „`ajɑOheee^rB(G QPt(cI{ фzZ>89Wb(F0<4PI64J`qבXtСǬHMvթ_gS+c֦tzY(rf11ď8Qioҩf|Fw\HM-F,J`q|3b3 /L!;5Ӯk+Αø j7ǒ'?ɳ%#4]l5x xZ:TYA*~fUX ,v:8eLnHT6;)6qb8w;)v"0xRLg{$:oky/+{ }&`:n.uC[5=l8>6GO(`mNyO7Ifk=g%lrްiHyD,`I<7L6F7$hyTQqUb-ֳ ׼t:V^TK2s|ͳ&{K{^rGDqyB ݶ?i}Rj_ sQջEK -[ݵ%?Oq\.&|p?ȜY̿;A̼k,D#EMlW_hgpd,7Ckms;aYNWtC)]Y99n~ L#/xW*7%qlaQ73ۡ(TrA|ćj2'`r.8XHI1Qij5Z?ϦW4Q ϗ@ 5(MpEb*ge)6Ï>2~g= wg h͖Y)q[MhcyYwn4aƷ+|?^8rfʺ46\k{Ws.^v>##XBSBx ]{7:AV c ʝ:^um8`"m\wXq|_"cۖkԹ\fV5Bs()2z<7\Ikc|\(ؓՂe&}ߦ G{'q0Oj'ڏy?Uhq);wt{EX,<1 ~g_~5[ .B6ݔpϵo]uJ>R_7線-݋mo4ƪ*1alaq-3zu'tyI-Q(7>}4_|ެ$KH+eew_Y7ޕuc1!xn<Ȅ4"!c vCQI1uq 8u÷i<* @OO]b,{gAG "<:Tq']: JF¤- ^.= vS:* Q`1Rs.J:)A;ܛ0@C ŝUyp| ٜmqG5H[F>׵_⥆_G߱Kߺ~XON_J6P$V60щ3PUL2W8/ __ODf/-r.tSa4B]ȶu*fZƧV)S?SFt6I0m*TҵH^HZ4O`#HBl?@XšCi9L/৛玶e|@ $W'\L{>Qێ_˟q|xB3e>52Z@6W_jlQ>><~JZp3z(Ha˞ ZI=.Ym8pb* M,{&?tHеbPkKcU%c ,{X4]CfN4jbw,f۾@_AVOvop١> {$KB2r@ų\TZѫs|:C}!A#(~;+[qe.~&uϱ "0dU_KLWA6NaHH~>[O>/&*gV J:bdGG߈"B+Y%^~Yv7z7IUS0v)LPm]3sC>% ܁gV*ofx.\C'ɿ-_-3Ѐ|ˋ}E9/Svҿ B14MR6DL0HQ:2/~Q0ws ׳0`^y:*DPʎMJ` VV%O T4Ȝ4oYwУџly|5vMx^>?55 Ux?A j բP,$3k([GOy]T&W뿕q8 zHONW_?BN'WAWvڏTe| A.JrZujMw0>WK|+wq李rZ^Z?9 KU-%0X w}.JrnҶ$v#`XVSUbXBPoJ+؄"HvٚVjWԿO|5Kev\K<8+uV@1~uN1Mʍo.@k1n"Ɉ3#m%d]% rkE%`gMfF.CO?oK5Y@o+J 0tm ~Ѓブo㱎Wʹצ ";edc̿s+Ţ[he;u3C?6VՆA zSIEy6]7dǒihR/AXr;dƄ ekg1qӋ]/D#Z"ug0B _£2_|UvusaO.>YO$]+]G(ҴWbj0itm)z=hw߶1*ό횬g+@js֜`@3W_֛{}߮oJ~MS8,^H9$$Jtk>"bH0'fa,fyjAsr!检 &NA`ge̽}`%_ qy3r @rN82wv6*-XJ7rpax!"V9d#(-8z~snWRɾx%g(~zd08q .uY4pKy.A3ЙQ߇(REԆF#ˈ756,} Y˙~g :ShS lH>j0f'Ij&I2^\'& _R_^d#ǗuYzpC.MckHsdQ@(3V&A\{#^.5Ȏ;`=!_Y 0Mby O..F-D`SE"ŁatjDےVhG晒! 4|672gڧ:H>o+zrUf_}IPYzɞl-2̵rTUAȃKS!PPJRL;B9H!4mw]]zVx̆x F!/MJUu~C.:_7 e)]@dan5 b#䑃&~F)3Slѕdv w"A?ny[b1(-ikg`ٙ--_w \(ds;On@XvdO],EH(jDzEvJ)Orӈv7n~QBp4r2J fs DEvq{=;6x?%bOSQWT/b {7GZ& Nj ̰"kb4<(_p wz)A8`eNp)H!&>Z,Z.38)HA[/3[]rͣX,_dH9Y=AYi?Gᠵ#&J7jOJ\[җgXA˩a}7d ܵ:Yׇ5uYvn1US.u2`"o-_fh-^^[/ȳn4c8h%&,'pq9y+ZƋ~Pc2rk)5  RI(L٩{V/azƛgɏ58DF0Ȝ=Od$ $ÞWZ0T=DZ@1Hu[1U_n($ .] v3GĐ=`W2vfqVY|jeީ 'WHDA>cg!xq٩'oRc(-Cҏ#'˺?pPm,\$^{h`ʿ^u`{zJT?ܯ.`-HY=n'1aybU]ă: XwS>(';\5J 6B+_Yy< 9D]ҭtu9o}O?ŶAå>q{p_S˛3|LDeG/~h RZOH#G<4v< iAaiŞΚc=Vr\nj;;\Q*k7~s,Kl>]eqS^/u3iv8$r~+MVZ8?ؽg YɟnPKcY_kœucGSm.sMW_r$?/0F{/ Z?-籒OCDI)^W*%w=24{ʵ(``px8(#T/G;W[o*(^vZalak[sƎ%vٿS(;^{ᅻ,.] @~/V#;Q+)]#0CHϣ0s4_x*1zKLsO3 #V\~47!ZwU,T2o!e$hReS 769- ,ǫ/ֳb-[n;Zs6W{:Թ{}V;R뵪m|yx;v.'ֆ/WwT>W`hc@VzPWӋ=E(/gruNLgō͟%j2L4L|V l<s-X:6WNs"?"ynQ(4mBh["[W3Ck"Wa%қKrw~׎2RT(iB"P0Drz濸~7`,l0ǔLP`0his@a o܀̳%3~ KU0 bw(97.݄|xL%>㇩4/~uj,:=Z"h۴0# R|@ -e!k7a*&aͺ8.HM0#-V ;^N9؇19<\`Rem.>7U^ݜ=LFc4t-Tis[_lNsOd?Ξ-[r 5,Ґy@1ժ<]fkCʙ֗m,ܹe Yn^+w2HB)Ʒ/n8}M*ͨl /mGi~<:XۭMQh8Xe1fA,S!o&Lih߶o 6^=|aՑ4<_X!91Q8㐏I` vj5'}R'bw,LD.cQdTP;8j$Q۶3hgtດ=T}0TeYpt}vժ1#0̎k%?έeߵf[#stYhY" B[ne1wvA|HwvDc#' -G@?ߜ ?}a/X]\~Nʏ m5an4K:,n5Oi@#h!h@Cv|E@6P}Hg Koe(ˠѤ/y MI.Gr喩% גfږ "cD}oH!Byo0hnmR&[}e)+/e# z6RDUп3 aﵠyoΡ @ql@!Υt:3笎ͣeI&.GTt1PZsXQwM)iט>^}pZN dE9?,AxJUUm }WڲCy6[$kT?eـb16iSPu5ȖӦc2er+Ώ :P*AVr2K*B,ge_HDca¢8Bl2)Yxݏ7vY@5>֞HO">2'?QǂUkʽ4K5 1ᾝ9WnoQ$D@LgL&p}L$::}{XlM ]<3vBj9$i kukM|c 1ш)B6@93li_Z]p(|DϮb]xTd[=Z ف>Dl|ٍ\/D ıߥ'`Nd#0~ J hiÜi~g(3G1`Oh4w|u3iek-{Sf 1:e m.d\4j3GyLr&]X[k1T~W wRc{]x~s?́ã8>SS"T,6<u٨/HA[[6LAYOP?vz/-3^lğɷ쿳vX_5p^}+JN @_nd GwB=3~ʪΆ] 'ا0oim|tpIQjMƋt Hx71q zP.˲᭓GPγw~H@uXW8MPB菓 cfS?[4Y~7yh9]M<4ڜj)Ӣq߿G13'﯑VGPZ37u+wB@pf d J~ ץ'w~F'bhZXŔ⟇ \W|݇}|y\ Idܓ,ڈD-/QTD-;!1oP|8rtD:%G-C0d4晷^2lV3݇fYc˾Bl\ϑP.1|sKIP4Jê WzvBS &ǟ;y )C'"d2 N^vfuB0R %f>u&aϴ0~rڗ(ċD])7K??lvv]GӮ{3e76HmbDʟf3 5-]f_Ww;hFE>"w.q}͞ZO3&Z2lRvGj:K);WHrc8T%mqZG4}6t \4wHM[OA-鱥W|_R8zA™g"Dc9OŲFkNqRg%M/@V;{R,Ŕ3,wKNӟCyr k7,VV i+ii@S{:,/.ιtz$P{AOӽ)CJ Ri^_rzl)SvVkK+Y<ɑ<CG|))#mȃܓl;b~m[N{b ZWJ־[ =9?ٌ7 ΀g~nr01zt>66_ͼ< z#9^p}#Eh ExA=V\ Ҽo g0#ۑڢ_Gcp[=7Dn/Z!CSJ⼔eR|A|CIȋ#)Xy >7o˄ ^=47H!>^*8f1;ooX McfY<%;=JT8yQuq"|~ͨxXU%DЫdA jR|sf~5Kw/R< n"i (ջ kn2, 󎯘w|Ea,͹%Sq"Ji<'х/^fx\fRUKy+lb SL-.f˂/k E" j:7UezWs:rE&arThbfؙp#IsPW>9#as3;7n=ն.3q6׋a1VJj_=$_IF5[gsMWxծR[2wx:|z_t.wYղk-pqB-Y\kv2׬;^L{ߕԭLnK *Lvs뷷DH5/TŏszD ꎖR/',5˭'wh;XSA}~12S#$AeFH9tYAKp ql^#Xyh_ȗUeS\^mj~5?Ըwxv&tTG^ɭd5,!^{CF{O僝0bz+mq |뭯OcymS[ vkđ,q.:lzȣl'$7_ nxUlC`E5+̑:}b-.[0Rfy" (C8:#h}AFnw5qَ-Τ$#–'_c0 umVϐllGY%̞n3+??4;TN}8=vE5Фec5^JBܝ:ӇȻKLYZ:oVVS d/ڂs5j8̲Co ͤhdp=8-@ϰ" v t0JM$RvQO+Sv7[!KuH)`8߾k=<0Ō yOMi}^_q|o/:IV R |GN#R-[47F>JaղL|ؾNפ_[LBJ06O5_"Mh*juN}O)cOU9#8F8>oM6m N/3TK#HRtImۑp ӐjomAmoYR]1h*Y#ը=YZ joKOΚuҥ ;/ }˂Rd_ OIXxY&֥PHIMžRQ4\d^{ff= vS+/_IsNB-wlg>3y?#9A[)F;!c|{ϊqqz0KWPKzH$DclvіC:k~OPO:`n:ދk`K0nwC~bE)H%-%//1/- K\ϵt1h9B0'?签|ڏO&_e9d^хOA餛h|4j(y-`Mό1_Dl\12>.ތ.ѭC&w~+ϱd0*o!/56՛,oHe,)Ae<Ҝ^/@~&o'Ҋm]m1Ӈ.Z,#[T0 U%:֡7rz 19v$@N2ߤ)Vہx:,lZG,R^#$AvF,sb˨0J1c0|6CJ_4A VD| 0 U AOQݜij l9P|#lϪVp]K´bTtow慠|vij?ͽ =FV QJɣa,vE)HQǶ@( }Z$fT2췣 |7A?]Pɇ|B2ي)~ՀBM>b

Qh'2|xCO1sj_{EJ6"m|m_mmzӬjV.Jh:/)o8-2Vv뷎~1-$l8|ocznJFFpL?Ge eX1yG?: gߝ>[B8KrmsuF @@sjx'uUԹK'j<&$s6x^9ao=,&ׇC4ѕR{Ȱ~=XK 8.c^L8+~قFz+̯ie[@S:$u0Şl]; +[:G &JmR۸i#Rj0.ؾ:O BF^d. DHq;-T7N噻 `mB ܽ?ݞ&*1Tei4Fwk@G-Ϧ.m_cH;#q Q6Bfj W(m9Vzg|[;.ck,srx\d./G@W8BgVy6Do [J7ݵt=W jor:Nq-m&6 L`Ùa/ј愠" ^ud%cn!6i)܇+%.o}bn.ȑżQ})j(~M8/I.Uꦈ?;Y>=yCԋךi /)=dTڑR}ÓVلuN&xĘZ4ie٬pYZNj/.nύ-t|<$O\?͕}Ƌj $LIM)"pIKb^-딖_$X,7/y+$}9f|G:zrny2LYXKT( +T=ۮԅ䲎雄f~W6Dj4\ znZM32}#vԾ8s͡:xkyޜoD!s7 ~d TIf1-2cĩ `nwqحEB^PyDIz{~4ʾ򴟥p;zU]HͲ%C#闌L`yOS±]H;έ6i$ïYnέ:(<_Z0-H!l qKe,4mrDaSw;Sɻ(*?A`d;`0ާ)-]"My`BA9 y)#i e%*II`aN{0lx!ѷ:A}ߌkS7w,h2/4 %8ۄw4$NA0A H!&A tCii(?q$8F{i((%-7^Yv`3bF~V@x|;r;W~9Ll?7߽7xSIhgON߿r3~p`Ar/є)Y>B^͋(59Z:hըA>89VtFrJMr‘eHftG <"3cI(iw2˜]{1E;9ӳ/EG&591=t??Vb9?X\=+c-TD-fG|\j~yw>(c~Wo*"c0XĚUşPO#˩Rs9Ų @s1V>6?ǶŧSU/eosnͪ/wҧOtȆI/gͻ7^z!aVj_FZ&wq}c&uۊXqZ''ODkM8eRλ /4\9\\MwGS(m3ʣ/3sÉQ/ܻg,PQ!h}FYGD(؛0NQ2GkDA& 0.۸Шq%_\l>K;:U^-/>'H[Ivņ{iGXbrw]^PK08fcͭeS]-moo\^h9_9+_~'1c{kB!O81c{{{}aB!s{Y1c'{={{{(B!q{s9Л|l{ֵkZֵk_{s9Λ9ud{1c+{Ư{{h9svB!~~tyl|sX2_CupGk1߼t6ݕ!F?=[vx5y#y =apBDVV &~sBR. *x\j/ニmmvmE~jVmqwIvmpZ/ !eu뮻,۴8(wd$ʅzjifjFeYr,sS.)eY1K ' o_h^>QEQ~/޽T4uq$%L6\ۢ)h뮺cV$I$I$pc8^n0]UUU5U_`u"G~I$9$I#|RbŊB:W/(mm~~!Fl,,. 5ުjX!VLmm ˗ ˗ pݾi$I$(8r/c㻋!z 뮺몺.\,yyyj/I -ӌ!$*KUUUUU5Uz*-QEQPYv- $I$ILLV,,4M5GTjTUUUUUUUSUUYvhz,,)D߲QExUUUU6* Fa[ȢEdw]6+RmW]u]u]ukqyo>Zo/n*FZ M0m&1q #xMLb&ς5,N/{r] :et,V$UfI;fW4A*IxTD/=tԪE).I ׏}}f(gLG0 ?~ &}q;6֖iN 3 Kx~.qI5#% h6]^Q ¨YCezi"%:?Jxnd+r|tob!ګ(qPlӱUS;0xoeH/~&}?CGw?yⷃ|mmdHZV]Z=D u)k;%i-_Ii,2gU&Y7d̵`Z$AABXafrJdn12#!q栆0:6ih>dztA!??#̞ʥUc[m!+5)Ĝ_|?i߈XyY-\ fq P֤g[YvKCAv<]\/Md9Wn^{s+ݹW_ $By#c*8._8ۚrg%-l'5{DJx}6Th~B/UVo2퉟hE4H~Ui^ **'Vo:6&q2(o kw%F>>~uN̡ާ +5nMQo;9F2qW{Cb/O  0/6s€؈pT -Qp }o|a=rֵ֢8-$ТMOdF^~Op9 B`{3hI-?lՄKͪcZA MH'o63MP8Ѫ&\kt~{Xthkg x.o}`W{B6+θ>[ #D(AR)WI:Jz](];%_ԍ:FmݳX-LjYxJdXf-(m뿜ۚ~ '|}H=;'u74F{{+ zᚌLJ_x GMi>W7h"'GjIYJd2h?C\FcF046/rC9p.ۇMӎ2GĂlՆL ~Tw -vx4G]7q~;w,-8 iK%2$-Fy|ф~9u"z2Zn7Hk+6E>D3Ϭ/g닀s`N1:뇋o~-UU6q{wNdw6-.QUgn. Wm,%e$;f$)Z:rw(U9ґk9^"+7>BA6}CQv[ު&eCLUo 8R_OFU&M;&?a'H?'-֊vdƉyfcvA2qP\-ʺr`Gs6\jU-~_0o˅hϙ](~?#-vqW erۋca>N}֜ٞMd}f[ZYZ9T6U| e2$*EiUgdtҐR0>ߡVZ9/|L+V@Z=,1D/|G3w)@PqJEѢ ).sEoё44:$RVlIDsBYa &%k0fc 25;3X܎{^?TqoCٹ5Ѝv!h&uZ>'LƧ`Ucqx*,zƢZϥsuM g{ΥD~?t_ e!2WRg{,Ⱥ_ڦ I[R\)G'?*q9[*9Gs&լEYVé7,uNav}lg85@+p- kKwW\oR1B4uE9hpJɼ Pe/Oo44nF%zȊIAXsFZZ}ײmh*cL4Yx¤\G0ćCdMnJ*y6m.G^.wg#W`qG{~sZ{"A$"U&n0n9Wۯzik;?}ڶYJ"˖>.i`?yA*2[) ѻ~w'1y+r!i~5A%N T5HzT;;!j 5yt %攨2PL!TͿ}nyu;?ǿ[ r冲֘iefS։4bφ-"BK Rgb} M,;79WS /5>4P}lDN qɬݽH^ *vkZaK`߆rղTO+ YRPLOۉ`5$plH2¿w̶]="ͺ3[8>"2Ε87 4xx{/^RTсu(eKԦj)ax$tޝ[o/[PY;ZGw.OVyo W+i&$eR9![Ѷu@\[_$谺jBdzYǰ(wBzX`i|(rTuӣ/+i>_H8Y⧺Fe_17:t !o~W >1GnV> i@v˅L #c2;26'%.Tqw7rl gZյ݃WE,*}]T70=m.iP@K"W;Sѳ$%P8( bJ,7#!jpsp_n6F/ 5,$5K+=_M{ p.bFzx;}^X[>#}!X5+zfPfE.erϕKocZVy:Cp(ЀF?d]񸧗۫cl|q嗿Ȉ%px9vݓmڶq#&I>N O6}&5^?8]V2k=uHeL(K@C?=kЯZR|Umn#/%a{|knH5mSĆ |ip]ԢKRtF5=*)#H|BUs*R<8A-4(4nߌ10ڸZ*5Cu짺42oߢEkDV n= eXjSr}Vay.. A^Rlm]`D>Y) + )ixdXuY**y/ҿ7.J{lvd֜+kBD^ՄFiZ9؎ZNڗ trۧc+~% hgZ޵NQ<8>t̻1ݐ#/::]W0Б-"FWT?{pƦmDǶ̧TUU?\-mo9[GoQ|ߠipLzXh?-:ԽВߚSs8nJ;h,QG̓/ua*f>x<'b|77m| $1L$7c<6\9W.Yإh~~[^Fׂ%keY<)T&o<v8?Yxԣ_SsԈcl\iZݞM 0`॥{OuÃ?CzC~|ԒInI-%ʻkOK#9s獀3'}{k-nZ ueL|Ƨ}/tu:d-KjMA)>spE>e2 j6(ųPQc.€8Kr釲ԜXr$\iMR6&kIT.$Y@1RT릘ԴG. Dz‚MŅuƈ+|H=X:MJ iDʊ2%IYgI(%1RAbTσG\/(1]#,6T?NMZ0k9խ&h$l\ #E0td?_N3cHVڥAQhQw5NmZ$L%2R{#r`%ki2|LSBN a؞`"_ɫ3VU5Y֝~h/{?4ϟGcHNWGj%馨S>s:Nm&u?O]>/);&iqTl5tz[oJwzN\& C+ 81',m^ ҽGYH?mAkw4wZTC#ea>X 〉?V9(GT8$ ĒK_קz0cC/LPŮ5j<탶8O a*r15i0P/iUmFrXݴv㑷H_U}Ҩ)--|n/C3.F2) y'@ 1qT-o5e6ϙ_.ߖ2`C4òԷzy?z3;Q£,ˬ:t&A uC~ kt0SVMd b%40\RoË|fK#SdCk!Ao|أʲ$7K$`+_*f1 `0NM]]Zqnb F3d}K{?ifzWl\w{79r=To/rx}ϑ9!]$|2x^kw[k׳{!l>ήAFz?~zvZA%2M'R\|cpFmF%`  *K4,uU %>Kݓ'c1lN}pajR'񜬜6g=h9\Ch/w7WUC= \4`Ӏ?M,tԒ]3'(!u{n=oEX͙OrI8jo~{{&)]-yZ',»'`'cPh]Q.ܚ䉝mXd.0^z~MxbsJI?&W8 )1 MiDOoحs:D)d[$$ -Kl:SLjoR\Re5.*~J|?S;4MblhYD}ѣs?g3̄$6iuԴ?Px&8:ת5K%uf`(rŁ~᎖ QuFc;c9[aYTO#\6,mXͼ~<"}#/wQ;gCO{?߭zP8Pj)>gruFz8dC';#RjFcNTC u)1H R>M Fݛ6ZN cA?TVxmdZ* VQ բL+ p̣\UH6TuԈD>(k|+:v?a[NԮG8Kb!vjX10 SOE$30-ڻ9ց 0y4D,26󬊼]#7ќh$11ccE")=%6"ݛС6|kxm#^ڌ%Q)=:nOM]X源jREGv+#<M'(dlyEᖷyAޮ(+|]!\f\JJF&5H61tu◭[ ~ֻD2⨴alS~s`ZS1rkjޅbEQ_~//]/1ιXě^DlD܄#<{#62nYZ><ȻvESGES"ٺp}xP(Z}ehibkp܍"nN9ك QC͸̓{꤭ԡc_wnڸtr}Ϻ9H-3mesBƹN^qocO-k˖B>6 5UTkv9J;'E:Dwa9k B3{P!Cn]+TT0;mv);d &&7י1n5b Jdt)UgT-<?oei{ Fm%w  MeUjbJso/--T%hj (˜ͧ6B( ¤KM$Oʞ6+H֞36MR (Hؖg1 &΂,v;<_^WqSwwQUl3m^OT.('j@kNH2r;1v[9"2{~~}0>,a ݺ.  G˧ZPbc0qVT1ѡ̒u9&?=hZ vE7Uϸi> HQ l&`~__:v5))Kn!QQXP9̱7ֶB??6^Ss:eL<kt}]V]IoOv^=/%o7/ϊSr1/N4[ s}Eb<WhHp7k_)} 6`F='#}ݯeCbFuRmhYm}FLbPL.= zJO&-ʋ;״i[EqmEů^L/#we_hGuX=ѴK&v( ^22K.I::9:75Mh򾖖O NYuh@ԡ_r}p KH@1:v!4'l_65|F<;:->pY6^a 0)"e^bHPObZ fJ P$r m* tKW[Ե&]f]'~ȕkFӚtÓX} ) SkC6c @6JHh1`rܱ"]u"Wqu&5UCH*K.k\"H.W]H(Sk^9hgA0=:}jp<}ߕ+oCZVގ%si:}{ s:xC{n_6ߥ`| O_m`|xJv]U祓Wvx7 Vku; yTc!a Ah3ql y„_ YO-ڷa},R:Q rUI<~ĵpj3˷3f y9Oʰ>^vr?oY茼<I4fNx5UfChpUepa9BOW0ium+? 8i: Ofo AA *r  (= 9Rr>V'$VPc4^l^E]{d_kC*NsChz\1f}Kyħ|}oj3oЮFrI[of@[aV)g2䏳!\TEFme3eC]=;٭Cmb$bDea D]5%Smc8 /SԷkYB-B֛ٸa0l% < &V3ckEHH#~.hH " *DqP=4=fфSPߋxIT/QBw&=qW@AHG/+y+ݲb>e+?A"=EҷUr*h ʛULI؃7tXOweW`7 _m[- )QU:iā>-'RX2ud~]4XAx:eHCSaY ~Z`؂D}i"0Mi)Jz[w<4Î&Bd&Tu -/Htލ" 60ڶ01"% 1f&0aB5pv $0-au\4?;jMQ!}]t=-HnYѢdg}xGTf- J@ ( =5)m/rV #o絪P H L.X393B{"JYgDP{(q,DDjJ}Ath`Pi1;z+i!aysQB[2)c +/:-eEbKA1|켊+rO$T :brB.ZɮX@=i<L,Fe{,2mje UGGE8(ԁjBTZE_* Lpd<"npђ`-̀.!s2‒Qb@d;`!ǎRD/#{ w$W򏢅8xx6 KN ?,8:/VeD ke䔔B@!r ;=Ed@$CsU: }dOcMLJ@*I:ݝT.$GSF;Y+BBguN nLGѭM?]]ZŨ/ݥHeeE.+I@q3Mm"ZX.<Ѣgu$BZ3T]}⌈LX.}DGJj$/CC~Cg k[ͮ8] T2pF3%՝$x3T3RLBLQl vA"1Lo%QbA,p2=BflAaD! ~PO/xŨ=Kұh𻈅(h X*;C(P oH-8R)s`*!1`Y;9<,1oWv )&;igfռp֯>&onhJY ,16S21[_^/C,MqDdW|O=\|ؙjWCoGҳ>n5M%)^Ul#K6 i=ȥ+"Gۢ9lDJs;7c`}A&)k%.Ub82Ƃd[1+8;ǘmۍIYǬbB1rJIͲĽF&;3k\|$`R&q:;HO EKÑ~Yy8iK3I$%ѭa*V;HRFr Z%aal v Gf4TF~nNܷ'Ġ iQHAd7)0(U+{\K݌aϟTd̂D7 1u<{x0]Xbmt~n&R_ԦMq npo:[. XmL GLw"esQ qz[ Ij'diU"O2UQ8fӺfa8)e8ESK8\MjUs9KԮLo5ժQ+PVoa-̼. +gtQi?詫_j\hS6EMS>Iw}1UGmP9XBN)LўJs;tg;=%Oc/TZIs1Ci}4 ||'Ǒ?=[W8+w=0`%ϪzVn~f 0Y_M^>uՑyq`Lm2.[3*Ѧd,B!`BK0xЈIk&%%qnuMd=nal݆լJoY,\ѥnõxڼWbDo]K*9W"17W25 l$،cQVoGV} ,Þ)&,WJKխ='R*<5]ZWХu~h"SWm-7^W!$м|7G!)OQQk_'bESzq ~UEfYO`G/(y @>s y.=edX&?ᮢ8Kl{@J mn/|M1K>R'7,9FM4#&.dҰ2ˢsj"(sR&G]Ƴޒ[E>b`A]t|eVlWRk#F^}ij\)y9O7Z,byk1ޠ]ӻ)Z[IKF]XcwL~?+qӋe24,\tm.J2-.v"z3 Vy ačo+F'(?Vo[k/Aڞh];0h}y)*0NwQC9!vfnZS41aN _mq[gs7k4vZ^6@Gq\MJњVX.͔7NJ]T9y8!˥m_!N!psz|_c5i0(h M+-Kϣ{/߇Z&vf|?yD}٘J4 ݃/9~V#Xk3:_W\CW}yWC#A~y $;'ei4,YE4]6yNKbq5l27|*OdћG5:9f͌mk}c8I߯v6ZNݔgKg}GzEB[6eb"Xxwɬ}MpYAEN8aB|Z(ZYOg ?pJ_iDz=!7>h=,ћ ue-?{}(̕3&zRKsTJsOi]E g !}Yϩf, 4 ٣ؾCa+8nڅS&>ܩ*ʳeR "\->" p k*W ˽Z!€(U0K DdTz}ұBo ˋ༿ecBG?8t9y&e"K1+ﳭl9y2,k2j cUB^ȁqr-ds"JGn5;W7Xn~|Q_)`|ү%濈(Qٜ ]㿯-Y&/mBbDIer%PE_- yLY׎,(JFun1VUMt5\?1b*!FvZZ_iZwr5kZZ)z`*jI$çV0}ye "88Ӌ#7de5!k{nq>TItyP"Rhi{R48:fP6ogTmm 9͓A֘P*y= Br^YD/=h`͊ VWA4qbGI)P'}f'R?Mzv*~Z fSٯ=e`OȘq$ RZw>zƞq$VL x%>ُs28bCuNu'_#Z!Ft!< J]dIp]%D|fhA;ȫ٥/eO2\5LS 0'fcyBt,ܖx{=5ovY2)!0(6>^Ivu!!R2z׺jeSbܙJ d{BZĦI,J|f䋷-՚(Ywآ0rx7-8_T5I[~ mq{Ͷl 3zBSHt~7||ߥ$˶y T-WJf1ĵRb|'eݡf9>_%.Gr2( .z_ R]қcmK- B.?]M `2f`z`e?5em ꮆS Щ*lGުzGݷuw8`׆U>c Evt֋dMu]镢>IA.EDZqN%1TYi!>Yw͇hD;{.H{r`V>' b  VxM'FZ7-w' L;FN ='sKIF^8r6OE?ch^g=7XCum>V6_~pq} }y;t{?;n˵|σh}؉u3}GR7l-̑Nٴnf>ZWWyۼw{ BGe37F9gQ]l0фz;,f*}_MxZ:֞+CLkmsuַ=3]f|Zo;?>x?_Gt;/wz;۱t:?'[֪@ on6qޟKot=p L<#bܔIJ+{ڜ6 L>z묮/3L}M᰽4_A m"8N/v۽J 0(nB9]恮qaaT#Arr8>K 82e9rduFa:CUN,K&j|r2G.L&wn@?Taۅe=Z-?Y͞A/+ w :dźғrc)苝 o%eŋG3B* ﮩ3{KB6.
KV}>a:<8i^ߟg lzq-klzW'MKy5׺m`yަ /YȾ+ctoM4;1 ^m$ɜ5c)8w >y"sc ݋"1%`D;hsxu] OEYF'{@z7{v8˩%E?{n5DsMN;`3q Yz=TZe}DGS9i~&>QC89~/ȓ> BCd,WKHޭIY3|6Fb#@ҵwWwojCj݁pX[fR迹 {Zf1E]6SUvnMՕ[9Jl?c6a,1$=D|_i?"5XhؐڏLμ>: -Gf6.j\_=@q-?bV vxvA7jEhaVt&iج~J#dZ炇0+!OfQn#^r&"W-MNҟi1AP5{H)ZDf^0΢h4Z˭}OJ[nC ~KϐRLPV]+Lj/Bոy/РvV8[{Y% <Ϻդn$< "w&hk~fytouq ~P1k5W\xJJ+.ҐTfFӊB^q>D Oqv 6pƳS((:Q (=Otr&)0.}f!-vʗ;⑻\nY"Ab- ^V7w[zD9 IU 8 5 k{\YO4`Eռ齵ŅLrz YJ?PYx:JoQ*5);ȁƹ3}Y6,q- Pl%AYdy7).=x`Hka[ ШqO0 `aEKFI דn CPFq>1@ҍZ&wPmİp˹SO5Z)F}Z⨨f] jSE[7RL/ ܾG6Uؕ:؏i&u yE[L),7OMC;'kM8N G8h|)˕:nS͖2{0v?簋we| kmo3Gs$i}ٷσ.?LL/CZd&dz<7~X̷4 ]qʔ$mfǼj_6qYu}~X0E ?>gܔBq9$WNjmͻO5p̴: W3`8K?BKkiD4{BSۀm~qւ TjlvʔQ sd=rA U?f&bZtGCNTP6cG 7T`>dLsQO=bٸa%hsEsn8wwUϪf[yRd0HDE29CU7LÖ:-2mqFJ^!);*5  ZAkXg]MSdEt &^ CM:ԓ0zSR67y}sNzפHJW[4iܕ zeI!>? .xQD!ok m6gt)JBUk/B3|:> r7'/]ӳCC7lօȻƦ1Ǥ;9b!fc+h!^B'u oυ[pXV%v/\'3}(3v?n}W u KwdsO>@ՕYxV~\W(F~GwON~%G}^0ݾ`νp:T|VoA˦5=EGՓG[T H9#[ ][P G(K+'Du74{e`SZ^kϨ3_T {uv d7l9%lgaĠ^w :ÊFŒΌS'7 T 3qdݳx>yy^\\$E،Q4xR(dRo嫭% nH_MaX'z@lC.%rOZ f^x '0v耒:%F o$}ρm#-L!I=`l1y 5u>s6>#tA7R< K*a0]z\5bv+.Y)?B ie .c;kdɋޝlTs~T`~u]@J{Rbjݶ{ZXsGQj8x5_:qb,smZ[`rs3TuNMb_XkY҄iY]KǍQ |I2I+F&d+;<o_1[$*2OeSmU2h@/-_'x2;ݬQMorLZb3% -H._R ."xM OQ5?Vp{'\ToA]>n2@G y3l{]9 ~wnk4sPSBady)ʾrR+ UGCK_Tfv4ܛxP 3I3kXppY(<k֤ -A""Ń2Cyyi[h "L.#9ܜ}\4K0:D}| H٩ $jŲ;~9+Q*աM0KP݆>}|,߳)+\r>(V 2(o̯] ~s̑_ ~BZ)+~>>L͎x ԶXIP!7;+Bj/pwe䘡X8f/T2}m"1{aSmEER_Zf*Nh=(q3Wf#{I 5\6lti(,/c f Kiö@Pp@_~ MoJOwA6&Mcw2O֡/+7C49+`}*2b\s ~ꆉӝl⦺5Ph+C!UV/0 I&k]@xE a U4.QKYذh's*o&bQ?H%hW|U  yO JhJyz}5h8nY ?^1p}CLߣdkI:ΉڝM-No^Po=֧j>/KbZm"~qMXӨ5_FCZ! ~9h-]@v J>J80\T:7lx|T^}@niW9P$v1y05,ܬ؞ MIͶ|!-`StDF.;O{:gA~ tO▉H6  ޚm$̓t/wRU,w<bVQInVr9!(zw5b/j &>@G ߔBr,dPJfT_[քj&K1so$X8^QH&̵qA%7v=TQo֏M=Ge'Φ .Do`̧xZ@QJK` g7tyfBꋫd'Q Zs虔 X h'L,WO—D[I`-$:c)9?i ,jk[F vrg@pp/M>*!zqt^r.8?ŏ/S LɃ 0v5,? zW ĈZD7 @삢j# 5vgM')`⓱k~s|n==Ggh.G`e>sz{\װ*ףE%;O9*i[^l,#tͅ"򾞒Mqh(+zl.}P:dK7kA+CkO$MzRx|F]3>U'?-̻ ַưz6MŎjLy/~0ɔ415OP[…ӗ4d YF_iZ<y0HczX*"?C*XcQ5 C8쬙XMubmeҳ@hu]N);:ϰu9":i2DhANƚ6W⯧o>9%``qܡxsc~KeI>2ZCvC֜@Dtgl`0"rVwIf=E%yj6s<Q 89DѢ꯫sԈ8imK8a/v[M}g 2 w44 5vlҽ w7njubXA)@!o@w` Rsߦ_ ²UxXȯ(k=FD>,1FYhچS; _f42_: kO f14Ȑzy@@\qNMoԡd -8V<@ڜ֌~[3˄YR&&,IЋ",'DSN{u Da:,rJXEn{0n郛q=a$ؔϐhO!9psd&*2Uy+l&E/_y./ͩ..o&_63W9-uv?/ 5`ӣshA),5./$s{EU;)h<Օ}Ѷa"('F@ׂ%~a<48Kݜd;OImd=A!@?n’ڠA`4y^ 6'ms_\eqE[ZLk'P ^ > ?o$˥ LpY2|r<3^DOjKHEELN((Ɯ1Z<1`ZZ|lbyW@󈢕knJnZBY0jJ(} c2跫1Q nl[p-0uȪen̫( :8xc r.?25qҷdQJ8s5BJ@rJ6gk8HCy\_}zzYfKV+ حJnp#,/7zR= =G` 89$I#i|[jj8 Hs\nsWI?r_&b9U}6gwTaqN!"ݹݼ洽TzFWnYݥ@lu/ S&;`L }nݻ@;S,\tM;bEj7Xhk~=Ih "1E>͉w3\/68%rY3ZlWBH|)A)k XCD2ammQb 8~X-v%Ra5W l_q,?*X% *25rEҕk=pS2$tZXF!JEf9jxʗoVqmeaeao]?55je҆z_7BAZ:!SƖRTV~[U) pGy](B>!Q^Rt±wz:ePe#J،M% ="IMb(;8Yom$5U+n(3$.A T*RZ}HDCZ9s/I00 ZC;sқsS@}' 5op=)N5nv,Z@{ /]c*˻[ Mlo5"~<(`{\Гhakr8Ǽn!Xj՜~a1P ,Fbq^-we JJ~ "ɵMmr_ ߭E-A·Kaސn޳ޥ2qY[!H,hBѝ2C@b^]xޜNH Ր3 ~x=ؖ )25!Y}c |މr@-qgRȁޔ==05sGc{qo1$ӻ'̤\3YaJ \I">9C G:Ut@6+j=~x*<_C=}hMiBL[M'yNIP|b$I.";D󽻫`Zu`x sӰʫ XCU87& Kh1A'I긽OdܝZU#6gbݮ{Tv/B|||mi[9@0u-?M% l=fm3W/Zm3 彀C Hsu\jmTX'Nt )kzBj6[Y-/C>П\bDQZH+\cOCXrD=v>wl |$z-ŗ,lFfcFDG!*sj]G: x${+BHk;읖,U3Ʒ o!K"~<' 8)/򮶙*m~8OCP>6bH=Q}fOD$E2YF^?1va " FD$els{7F۩ pNGi;Y YY[k1 8e0GHysC~/^k[7yZJ@M}12P("vi}OJt*=OB#; D,z7P,>]Q#~IUKh nqFbZJ16i~w%6\N[Cw5% e{> t yteSx`/_'[f3qp( 'S\ѵ^E !3=l2OC߅XΕ 0CZƣ]3ձ qp(H:z=7$A^QP`*{ACD"JkcҦO\M-I&k!mk^k@<t [|&QG>}-.N^v/ɑu&33aO*8qТ 9u5H>WGLHݮj4hK1=`k"}Ҭ47BwjَkEt"gzXs$[Im@ 9'Ud8H,`X {\r<C;.=~qwTY|>x+ 68^|ЩژtۿdKPE/A4̌WL5c2=!g׀`5^< \Qo263Y%%v),M(P)OC-am-mFL28ˏ*,!+ԱdW8wp3Yہ폓]ehW0 1.QoGrWб 0#jBBdY\2Y;+qHyժ9틒2eEžsDr֕F4H3:(m#M|YE?ugJz-k"(xD 1 bhjsWфWsQ6(^I"RU(̪ƿ#(`MrXdXAjTb/ )iQMQ=i>ᣮ!\gU-=eokWO@JI,W#lY;fGٙeIx|.qf?vWɪS d;PߛYS+ J>0ո(-n];*S3-lXSh~SkMGOףck]vn5lHEV^6\ZPfX_{_bF#''LY{)YR't AR~*$h(&~hȘ(4Bv87yQ) |\^"X] cT08Ed >}RoWR^QfOؒ^LEc`@obcS(lV;vP3%+U<^V=|QKɟ/BҔvCbD^OÎiGq0Sq1v#;7ϧ UG`c܌\$bmT,K{Þ0d*-Sa1@f0=xb^Vu0o5M쥣s.bO=3c' DzV>mԖC}"jwخD#fW|.dLh0{7r*(\xWk_m. inI[Ӹ]e&; \Jp{ αr*>ԯ +R(K,E?:xZITMfr`zY=;+`hQS5|TwK\뷀 q]?]W\\UްMm_ǓJSzJ7Y3Nd9qߣ0|{:UÛ^&E+X/A >T<ޓ7VuktS*FkZ#ZI Qĺ^[^/8GD %JC)8!n5/w?w2]:T..Rv. |]-~g`~}VRpAs qD9⏙^0h."{P?;\Њyy-!N=OE8F=_wyyaoȂ=Mxwf!"}PDmQ,/5Ԛ0s6k*V 3D&VQX=v"fW]_%k!"!X;] FXY\įzӍ ^`=X#yRt ߽mH,r&wҭHo5Y@Fxzn`]|džOjᇼu]g>\ӪR{ҌY6:LA ơLjyZ;7eWn9;aW4{f: Fa$0XzZ}>1UYߢ_Z :hZwj]T%lV =Ψ1߰:RסQq+0 ]/VF <EcB[?0 zT&0񌾣SPU8}wؘ|My,K}#-[eN_ 0pfpNBi+1۴PQf,nW9,EЊ|:jϘWtEnDu+u(Of_$1pWJ3U~V"!pEڗ~zÆC@5[lCXJɏA֭xx*v*)x֜ɻ2AlE p`nhn|{$?l;[4D9)9A>o{.1cOk]T ׻kmR F[c;1~ ZvJ%}9JE~.blLcH$6%bb$r x!f@`wp,:gWᬌ}  hp-܈Nu`$j` ǽ2%,2aX}Li"ֲEڅ#Pqb V bg8NÃzaiǺFV֋ :[,]fOB^WjOXsO HhcIcq{$:}: t;S ":9sb}|޹]H" Y$(; uP_.ki3?C7aD<I;($h:EbESteA9$ s@2և ?͘:S?z/5.= OOxFdB!M;MHJO7_Ġ?g`>a1mt%/P/iX߰5DTY>h)}Y@[qg=z9\?D3у5M )Į*Wb6K]-Д=k谟Adžh3E50<=`@]/*C6CU#h1d`7< Vˆr\sʿWgLG;.peyJK*$NBƘ1x1YEe?0үR{V@duۄPǘMH /kp82Oe,²LOIIJf0^~A[s\!Vhkk}Y1T'G[QPOv4%w+ &cyu>ݤ/:&Ւ[?2,љ_uc6>@υ@M#E /V<ƓwRLl %]SX XG5Q P~B|ټoPDVE{G_*nU|ᨨi!5Gϻn.Au 'X+6wc& hr͡xLd^W ?gT4A۠NhrqFŹWCe[YMB()H.Kw[e/X|ьf} JЪlĄ 5Sh2?V0*۱"˟*W3b6OǃȔ--<J o71mavΐ~$ĉ¥bIR)s/m?7F|`teYj1ևnN^Dad^t$kηG gGmx=D\-cā='曇X3N'.RBFOv6뎓(a]mlRsY/1FL|*Oނ}L؛6 W~b5d+/ƚmRֽOFydh@oςLOYǡnh'9@5S_qqS~PcC!z;t$¥.~y=f}X;KژyHc|=6Ź& `#͗KַWtj5٬3ar`ii0BW`~yaSgN]k9Am#9έЎ_zQjS@<5_<:ۓWXF1r(WU/lYӞTz7=m]kCQ vJHd'07lV.a'XbX[a!ɗj?@^$UmtE/8S(5ۖo實$K/:"ۘ<^u5_>S݊őGydORPZp=QO]yG|iMclLt5#q}oDd#s0LaW[0C(Y喟{%7! ]h eo39NPM1Vѹ~4.2A*Fy~+"FV=uytyllu[-R[\rFKݜlC/&jٗ*m5q`xq^քBI({@1T >h`'w/1•<[ʹ};[2VG"G3^+bq>#-8{{E?RQYS,7 .:fp3Z}<L};7'"#(Ѽ`-UjFF62=4>74j}zr =1W,4&&΀ z惪W˪ xp5zl6T`ly-=a+ c:-FQ*Zg-Pˆq<Ȼ}IsC Ha^Iѿ#S&jɳ>rqnsXKAfHCG'M+|3/QyOOc.@ z;eiT7*nf- /toė.B>"[$:©RN-?(eKXB«.'5~̋"Zu*3Rh+ VqƝ1A֋oz bu6WOu"S,}ϪE@p"/eGi_(GZ:Uo;8FI\fۢ"󟼒 3aQ^LE>IvxUT~!NC>ǔד-=˟3@ɈQ+ #o[#HKKq|pZ=*n?s3ljl*(hR'$%I.&W6Fx+ (}OhQl6U CI;?f2DCc6g.!VD]Y5 GfY*Sc}u:X\n+cT=bXO+a|[ /D0vw -D"poPω-QKEEWAy"=~UZR旊P1NPRHCWPsAd(p3I"3#dmk4 `D} "qx%(הv*:s]?1Bkc:_ŦHZ]q;6Єh$\$Ǫ,+SۼN13Fc̻#.o/1-rcTwe.3G*gAl22#2EA|+F,`ϵ#'譣1#ڤ 0SoKDě{[D/^vBoY䁭t>xMvrPc,w@x"WU6%_)iJ D_xKQIQ5eo;';n,U~B~ԫ CnUwaԒX. u/ !iXb"D߿oE@qN!GTÇ\hw1Sh^*+Gr(_82edtWnphGW`( %P(0]1@w"j'W8f!& ]EET- q3)<'^G(r_o;!draM*g/"޾m,&&y?+%W7oVS[&f*(! =32T)W9)A`\n0:S~[s[ l I1un(·3.\S7CiG6nXߞ~JZGjUev3t MH@z4;]NC}Ul D]si}V/`m+ч|Xԝ}$c@cWVoXN0i{t.A&6Z3i^~M Cy5 9ԧ- i[ /|$ @0J@gdx^|߭tSq"J}ԿSpP~ A`$Rcm%W]8,_wfvXJ+AvYDu{}^dAGji*t30X5 8$6(XLD,<@-sghI ojޱS&% !nyҘwRPkzя.a팵/H$Δ]ZHXݥW,VNP?j}#p'7ϲ爯4O,U/"F'1 7wqI+2á4g:᨟Mprθ؛SuӚm49bx1ڇ ~  Ofȋ<1`fp'fUYK~6bO$q{dS5+3"%Na`6VNwէ8ں(WdpwpW- !1Hƙ}c;X.StZ,L8BKoRQsck%݊tuM> [ר' ֎8!zأN,#_ ژW8Aiu-̂q}_h E)c:V'~!\ĞEˎZ;BI>CpAQҽJ g.U?2FY=$~rӕ,Rdj?MhC enJps|١h\B-˝Ҹ'7{kӾnZ%*jf5GV5I:4' R*![h-HM߽/Wpzͷ _^ =ߊ(?t(;$\ڄ0ʛB wph4bGD͗i3&ГulɓZY%G[L*FEDH Lqq ,8 Gw=*nU!39).4%е]p)sPaV0x>VN$$iY  !@K| +҈oLGct=E@C#n>=XAU+=<ӳXkC"s.V Z0ze"UUV6IȿEdML +y~+vA*_ب MC/K[u~݆8bcL< ކ!$!Ny(jN_,҉;U+YRqB(2_d؆#Y|H>@ixu$,ѯjjH`.PߖU%ܐB k0\z}HqH4bq9҆,!XD,1&#[qheu@Y69tz[}(b,z~sl@xk1E1]YLv>a(.Vv<0ґ_Ler\JPo*K3O4jh+1gljP'2As GB+wT4dƒ.'Xp( $hs6M?,3:n(CB{2 6`qEA=A+o?dv'o9'C~W۸*p˞r8zsb~jzIV"ɷ,G㾐w~2J72@ڿc4KT}o_[ a9]k-}Mfp ë7J8W|3NVݛCH# LG "B9fuf6m"@\~aVo4wo֍zN`}v8LB χK۝oQWAL!k Uq+:R7Y֋AMq¦iv._0~0s%Km#7" .,t#Rdz7]F?&qUE8)EO6Z9v5X( 7H5L6;yu0J.h. \$Izse##*:$Kue$(/58Am(ni(Ƙ"3zpfTw^i~LIGEgvT`)6@3Earxoa'÷>Q_xo9oŜUڱ>9$5yV?(v2liPu ez* ;Zطv!(Q7:Ex >D:iRmNH hF?SEBҽRq]+M4xHKː oJn>0__>0ds Ӌ w [ jj*5H T 7줳3);,SJB6#c+aeFp쐕B QWFxko,̪IG?J{*3^ؔSG=#)q6=`H3#SO|4[;xb{խx|҆ wV\QںiS܍-]SFHUC]T]Q~֊ߊ0 ŏ)tJ1&k1p&L]M =ƒ+`2Zk⢨R'OKUzϋ7cGm̠a#s.=񭂱`V6E^Xw("H%a2^vgFD)o/a|!Uqo#vxJmj@Y] ~wY:tK< I|= ,|<9yPVjEDro<57_LӤ#0em3&|Ty5jb5(wRASl0YW΄%Xl*$'(> ^,Hq3cbU:j^4.M,unu`PMrNx{@W7?j'[:w=bI<6Y{ U8gδI!ipء|5g՛I?%s0݁ȉg~ـ)=0V޷Yޣg:k^Lɇ4c1! ,Dࠐ8zj~Fk&A[5TБ1~dIؾ9e9ߙm&ԙtes"n4urpq=A‡;>5P8$A{~9D040;FC%2iMbJŎ`YZb_IH֏dՇKވ77瞂J&kUUNl c_K1GZTͽU =ٔ6!&_CyRf>h#@Qvߐ^>/!1e6gZ5 .De1%R7R?$/6(XқRf@a68h*b e{Gٜ֨]56LT6%EC%ޑWٖy\K&YP CkAP3cդ"wE>ѱJNVpݵ/5܁HqO3DDc6M,@G,<(}gO XFq0MZeq|J 4'N!]`/P&t+U n$#:'_d,G3 ('6N~>ϩ.#6 6E[rGL;+G|Q;ߟI OJ(y+ A4!@Nv'| 'd ,ɉ_rw 6gz:fA!RbHW:PR* >X榠"T 9Kky~zDL@ ˀ2թ7d/Qg&LjHV^GF=wTc:p ek^>)jmag@<׊hcPcbLF_T b{wE2h.K!Xf^H|ҏͪ rmD9K336 NNܱOa}Y (K0]ː8gceN7$͚Id;7qbh2qP:/9?+X`˪i`~&|/xg3'noMTd|@SAT"X`rn&hݪ9%Vƴ1c B܉r0:!?'>REP(ʍ FIE&Go!?odV@xlO'ɐ&?t]pMRpkD;'ߏNU buƷط /(cpkIwWJ""#}B|>?pȴW%Lű dwWtwG٤)pfe4҂A%u\L氿hk(ƩB7gdَIm Z-E´yp/6g:ICN~:mD>aCvnsF#gc^JOr䛵9AÃqF1 RBZf{:fnDUY:БPSm9@ i$a.dQ $5Ne7t,0i,H9ƊiC ^]&qp4,SiӤmHX!X%1?Iډ_ "_隶3=o8%^|a }f~ olgvb8 "}_uCؾ+D׉-n%`v&L*0^So\]7|7:oS'HϰK=h=g/\1 F?Q[ߺg H4!$ q.:2O贴?4p*,l4dԱZY$Wnx޷Gw=X:PCgDWǚ 9`f]#'@3H8*E31tH>4NrtsBRAKQm(2ev)$ ''7gMMK)7zS%wvA1ef*U-\J󁏬rF$ǜW5`y;F7W%X  ڛdL>'|;ǺILunztNDךÓ~y~&1qΣCso1Av|Cqޠ)P@8U|C ki-L&Ui` &xkH6GȇN)VgN^6ͼ!dLS^JT {֬!!\[xzgwأ"j+:n4[6n(ӻXz%%~^3(`Б9Zܔ n!EF'aaY&dix-\=Lm&1ၚH_Wod!W(mm,3l,Z:'v`./ g\] (+ckdOn0*!~xY#H9+1/j%%[hV8k-JfKӑ5jХ>E>E%$e'E~p?cgcV3Óv+*ky< O.BcDe{n zh*n|q"B+{ljض}1g1QV^?)2aĝ`eI1VAxh4PC}MP2XoߗE s 3xLg]0Z2 r0."{]ςZt3~a&U]&pks<4 7R X&9 7c&*(@Fq4> HֲYloA#U.%byb0fÐ7 R;V 3{!DЈQdJ ;XK'z-2lWLL-N 0:+ D|^.}NR09m'FS}?wRc`Or0P/J!P[UZ!OPdU$,d{qQNr)bPk%+]>WѭS]T#ui\ w V @bU\hBN@+Qt Yƌ6nMkoﬥQ=0Wh Gt ICJg$LsW\RDȓ=c-܁)I]9OұB):2j'fslo_Ĉq4US^}2m9?BvFX/eFIh'0{V#1\+RY% Bw5SπJRYCdONahUW[=,恰/-Pjc>4RۍUw # Zeja5M@ѠF'G7P*6]&DoDY pA1s2P,eƹ&c3G?9upHj^TP6"aiE˧WI6%k*Ax-=QR}> ۍ"9TٹKvt:˨2{+?y~J țtЕ?V-(?tWw*k27?Ϭo埖N@_n>sJ. K{YQ\9'9:  ˁ?5_đE1~ڵd L$N'&Y%n"ԟșU7O°i. oiGp͠ZK#]0s1;t8V=O|37e<6M__<9hYN=8:13Ub4} pM[K%Kx ~n9G5>7pra+fT7c*}dMq- rxFvc$CnJxV#}9&xʒ*ގu,7Yĸ![ *̠RjQcI?rQhҳhGT0'WPS-灅CuW9,z,fhkSKTL !Ov*$espe {/4;y.ƪ4߂qvR?uBQv#-ԓmk@Jje?=E͛&}։||O[.?w7/ LyF?[͝Dp?./AX"jQ '01*| 5@ \Vw]lf[[boh$ BA@k eRArz׳FxV)ר"3K;)P*ATJ wu. o%"/oж=Fq"iQ_J(D23 MDgzjP+55c2: ZTkZ{pm]g5YMi#-;yY=/ɬș{_te|nk@d-6ޅ1Bu7q(& n 5"04DE%˳/.G/[3[no˗qvz#EUa(PuuJ殮V;ӿaѼWQp$eM||:?K7܂+ֶPZ޿*^lZE>RkûzB=$Ffٴ`U;Nlv݈CҷZsswu? J7ˆ“V /h1o<(+nq ]}FR]%瞂U 51q*[tPq@25p<,W"e㜣s kjwuhhE /$!6BL_uFKu3Ӣ[y{ .ٝ{~F Mn[Us~kw\ L;=A3&lJC+scv$c(K`@',4r[|FO!6dD$ȒF>~0mȼhI0cLD/`' P* >aQǶej (]+m4++$KDX6 /ՉD4R"B#HY/Ҳg(%_8buF5y!8. 1Ӄv9ȍ8|+;m S]L< t[Xnk'&Zh;m򈘎Fn)#qGJY&BmX0gS]^~a˹+=azGgKy~$"#?ۈan(m >4fAy}d3E֖7 ʤR D%+7|쇍 TШ!l":T3:E$pK@\iBhꔼB|ixӟY+_ײh '2 B 0KKRf6L0MtȰlQvdO*s4tSA]2]#qok%ޘq^{8Y4hZ$e1={ݼ~-&hg4qO]iQp LL+x4쪻o[%(=[3r8;fmJfBsQҝa3.j߬tEqB]TξK8р$vXAsXX䠩UlnSAڥ⨓4ZD1|1RPWΰ_1G(5BYT.3S[ XZ?mÊ;G8d d7UL l?)+)<#?U~?mNB!O -,t*4&bF ٟArO;*r D[#rFм6hEA/VpoBG|hSY(99$:@l6=N12A["ٟ9+* %!" M%|zx쳎J:+UQrZDmfWX4I ]3 u ӏjU0&)X?畆$n0E )"۱">kxd8sL!0G|Eo[Jމ2 7`r01M;)JL 4ZqbN+1+1)ך`TRh1NMޗԿ, -0=xTኾvBژt5lgl,RjS$Z}j*xÁ8Q'|qqvE PVI9gt˜ހTƱuT+>·3~%|2٥áp]ŷ;x 1σN6zG~c0 I&| Z 72SƹU\5=`O)+H ªq܋V"ۯAvQ#9<%_zF4qS4U⫖yL1~n\t4:ޗ"x&[R$™W \]9y.O(~1M WæXYMd؄溝G) ITkkf 4OK|h.}Zp/˵d,{:RzÒ&jB/ Q.kS52:LӬ6|tRuU\@4V9{ae)J6i$%F{h-q`+ыW5@6bP{h4`)^v,_qآOvN\wj5vjshgRI~)|aX8X'Hk?7q>mc?7؅^YD> }Ф`4pF7dӽ(1>Eɱ [zDf"m +s":k8 x<0|7 +Z U& kv͏i<ñxJd: <@[X[;$dnqbؕ )*NUef˼CaZd[ +$Z AܚIbǸ޺n8'jHkTUzy&BzǵnΖkm`3$Q,X3odcWJ?0zЙqPx2I.I Ǝ|\xHwh,]Z@tVת ?Hpܰ0i;kbakaYf̈ep??'A-YQ 9 ErP9?nJ?%sfft..^ҝd^XԳ߳e'"\%D'j:Uɸm"J|]`~rHiy^M$.p~\Ta }[rjIOp 0;Uu% ÔdJVIVnB)bEr=3Ek,=45DxR:ju2um{Tɜ^muZ6H*>nu-z.Ңc6I@N|k ۴`'\bu/CdRA/ on-TwB%cK`mI>}Էhkw#38g$+݌\OR3}wSyOg)E frqlPCf|٦ (KkH*lZo1J2CҋA;4VBWTŦXڜdk<΀7ͺWV 0բe. dv2'cRO.ssF|\g@rOzP]n9wHW*:r A!0{%Q˴(d07;ݞR/gBcc~{Sk@ Y;4b@;PQ}frTDJ{S΋ k:z'\[*xV'҂?۾t^%v>]Ax狉e֡mO!\5fQ^a2W#YGcq.~WNlWc,=a;攎@р$[o^g7Nd !=5*s%V>1}g`) H̻oUe=F.+a9xxV\aӴ?"r5}rpq@J7I}_`02}Єz Oc*A#7x{8if+S~vd;/חؗ#ȒI|ݎ̶:1a85q{_Lw>jvH%}  0dg-} ;l!?O/8M:;x"ǓgbdV؆;@]aN8N? oo?ɢ:7vpJ[b#h],VZHcEd@'^'n+M19|'[Rw[Nv1t9~QxѾQTJ.u)[@eںfC6`3yZ#.'j=^@IDt:-o1JC:kgڎlA"1_v#N(o -pTZF¶P+ ўg[5.]n&wiޱŠ{ye/a\9W"EK%#]<-x O5<@,ͮP5hE9Ě  N.YqhOdΧV0e|vv3NUK`Jd m9%i}#=SszJe5(9;DlП~ `>0nd*`N9c қ$6QIRŻ tSgRyl]N"1J<`HHT1PJFӇtDH. ƷZQ nu(lfG^z^ș`}"8>U&TX, 'Pc*IOhQwSU kJ90"bԛ o>A|@L{-"G[ >1x0Ou-;[m |LsVkKmEl\&u4E=X~i=C\$ oO0ًGv8qIߗ>x1xe,q٪TeDTKl=vng& =QRWlp sƭ?d¹6d۔]0WYi0[QY"A4חdM)N/ 鹖vMݼ ESe;dswlC̨?','>{P qE~1'6o'ݚ pߘ e!ff}Djr$ 2_,4 {Epv<G ՜dYT#(Lv:b+˽ݡ;]^OSDW O11J'1jf9(SaOQ4 wXf3I3"q.p./O0"0\?Jzv6:7?u#˄oi9>qf  SPfѯX9^; s%*t!}8H8R[* 'R;? ؒꋡFaMާ$wGUf31\^+r`y>_nłK=@PZz&bL]#>3e55%=@{C! 8NНVV>]=%qdC> 3_u)#G=C}˟_qxF &\Eb1ߡ|n>%Nkf [ \)rx/۳fOXC07&ߗ\ynS }k(7-HD^&X*^>CA}DZ nl 9by(C#\k- u\)c~uO07lь-27 P”A:Lì{~*6|TgHݲUY^SjcWnu$1HQ=obӻ/M@WҌ >C%WŘerHգx`b%ӐsFvļf*pOTZ|vVz>{ٟqN 퉝<|IYylHE%D=2Ѡtw\.M'AEYvͯgݱh׺ʚ0 yIO-=|?I\D5=&7gfsJ-IR iٹ֟qҞ#ẑ7QDHmy(jI; VGx- PwH?; j] EZdsf%=,z (&̇(lJ_ZYx4fc0Kȯ@<[5̻4[9rZuHB!Iyߢ;w0"t]{8Pmb4f6$9\"jeh6m;(0CluV(V?+W  oI=4ڴ2|DcBSBKoh!'_}))ѳѢ/n)LlNocL{Hac9(9ahT&nFfwc!;Mkz%.)#aHn)2'# ,aMRx`w?7uAюIYz } gca$Z7(x1s̨N1V>Ӽ}-QGo0 أ&_k9Ưbx&{ސ*/Ԡqޣf3IK6pt:;{3"ܟP(!pp?+ CE"nj|Ҙ:tLeBwAkݠ:f x!Ws˅Jv̫c,X ]2[,9ʓ*IJ/_]ؓ_'r~}y|yQK,BW)q Xm;'̍ o90 4y3/%:9OTQM0OM-Y|x>`aXI5CڹuF.}E%Uso`'2>;c12 $XY HKk`q(bcnL|gcSmq7|!&_c.XrƠ.Hq ʫWaIKC,['Cٴ013!WՁ6֧yU]5u&y5^NM`@WdUB~|vJr;P\](!nZp:#KۇbhyFmJ@T^ox=q v0zh ђ.Lc8%7E+G];%>F0Zu?yA-8gc%Ȝ_y (@ڰSd[DE45G~orfCE[$)7rA 8#)>iNѱ eLDk##Zɺ6B_1\ELq2c@#y]{nJ"*!Z{kI_}LYB]!DOAsTgvojW$ OZꚄ=ArTWOdR0xe+)T)K>o-'0Y_62nI^XoxŁjdSk"jHRL۽3ݝ#1y߿*;}RPIϐQͺ# 40L}QEe)<h>9$@̲IH tAMib `fԁm>xb3D! {$ʐ^zA7p}xz1B,v>дCZ7f+ĩ\3: gn_8ǁ|BYq( _tܲ#֚M74b$%8 `K%5NV :a X v[}R sZ{`, "gCN\I ztQ)+[bn~ sp37{$Bo/|R8xL|zMdJBt:ZRܦap| + %BK^k.ZFj_U `+R5djj#o}buOU@ȒCŁuX& Qm>#b;7:E<Yᄛu7VN*nl/S~v`8V#;>>w~LXaDzEm].ǪQF>U\.hƪnĽU@;T y ƥ-|Oo+ )LgKe?jL߶9x7 hLlmNWKZ@} ʭOCB|9dJӥCsZ%d/(26Cl7JUVfLލC\)m!#\%}M^ Z ] Z^-=Q[xãM}//hq@ e꣄GIYpl /q/-<#^Sɺx^_ǤYf&*7m7~{!]#`PPu4i?¼eƻ$OQוRbcW<^AudG@fyi%=ѿر$o͡AO^ßjz&[bJϹ;q7!V&cyx޻r?([zz-f(t]L;*IeRk)HK \‘z{.4}|d2ЎkIgMxpqbdv$V9$H6 Ή+XGiKOd8 5}ÝDD7m\ WXh(2ќRf,d̫0+?Hۛ'eN6˵zBBW}(<Μ!ן7,w˘p,}|:T,MVZ?P15$Ѥ+qJ1aWG*meqVkq4߀]1MTs˭\w?LKBhFn ^)IQgsP `[fI+hFe>v+]S0CU!$-T=4sIv%èǹGxKV+( y& )t-' uq$ ]a]Uv`O[ F@ngщY-9q&y.ZtJEYT +"ĴR?$4ev0rmY:Lp>USV?]gSUT^mȀTW߄\]8xc@+yYI;N3YmfH| D|؋΅[F1+,Mt_+F Ȇg``fʃ@_Vw!ȑ_>ie@>˨HnU(\eXb1j{nu=XU1C븐xxVnL~ tzQcIÝ y_o]mQa*+ RX"QUpV7 ľe7m8F a h}u O-(Þ݀]k6J\˳AnoKe0Ŵ]Hi{X"6Rp0񍜋)8ɸp{:*M, }Ȭuk?בialszyܩA ]QHGL ܩnѦCO!LܶCBk".@؅BcV)#ַCeP(w4^,=r {HnJ(ݜw*ONChl2tp2KkLm'LO*Dr(t%clͼwŒ=n"3 IG>m/k2 $* o@9z^Y舧%qYbb2;'}B+Bc~)u7BCX03 ; fՓAmɏ ީkaٌ#A@.ykNjYа.Y!蕡O( E65j' ag+t16з/6Si~_@(yq%(QQAXX4pe%3~QHfBZ0=#nl˥ks@6ظ\/_ALJ0 .U/-Š2S8q- /:}_fF& [ %ץƼc4<x$(\t:Dd*,<Xm \ܠ7{25Ň꣖IgXw^}sm Q6[F]0wә+Ps"X9M~qtJ%:rZTY1NS¼h޾@ 3be %_01P?{ϓ@ڼj㻴#cZ*OM";Hҁ~~%J|'  ƄŚ$9rWmj)I#Kӏ1uB-3b1r!4NWEO];jX3T&l;rT4˥*HEl4,Hg|TeK&R*yh$g1-Eҵ1@7fU~ws;%ըcKFA"Dy,nj?{PY) pl5Cr~U"-Xa必-qZ?4^ĸĊpXpVhuF- BzՉmL .o ^!=iы8Q|N_dy;O[>tL*TC Z4F0?/%=vF% GL mP>E~h''U,0e' PQjހ:+&܊rnhbDBxղna9G`իr ϯ>DC'~w”_{ qSF7G7:Sŏ o{vQ  .x 4X$u RXU»tDC#+Bt>Z.Yf'1~C֖6+r=+[S᠛k -r!ǑD7/O=M|EF]UȦ)syQ9ErePPGN'=pH:c!-mzYդRko/ҞgYST}2r:K\?֢Jl 0Ey;l"%) *;l: F4i?mfY:X=F3|E07LҽX 5PCLFSJwZP-䟁@c'J3V] >Cխ/5 R,4d$,kX&_.a)J a~\ Ľw66w + Jx_frY(7N* Qڠ7txx@4[qhG` '?r//r4jz6)CUX?C|5aA"U+[uƴ5]Kʧa.DR 飀1`q vmGn^.qO٪k9W?S&c=P30jrD>έ_`=h\`~$hD6$RW``L}VĆ4j/@e1P9HMN1[+2HYN`^g'Sɏ>i8w}]ӌPԝ˅>S˫|Jv t V%g6Yg#V{BC~>!d6q:p:mZ ;"#w֨mFsL3qi*IBIΓJ5+0*Mjt€n:~\| [ĭ&w҃' ^τ"T琇Wacc@I=f]BP+ϙ~,o6P9 RO@aHӫYrߡ'a6P-6*ڞ1z=S Eg ?)hQ㺐pޖR϶b 'u |a0Ʈ٢ \,3Uv:T%`&83.%GϜYeٛU \܏K&$yDsm?k1ڏm dBjs!3)-OC[íK|!N p. 3Z j_:>Ƭt|[9'jfނouSq^p^nvŃDқѪa-8oǗDk!)k4`_(8uTA:Hb*UovVP\t+}["ݥwe( |:=B>rmxDi}`u`vbo*kɮ[R($CeIM|kKhFk{W9бdԜqKPkfN,="\oU-ަ#_Ay+kp?ԞBl"ɶڊI/O5FEJ'*,Ub؁b0䭳.P;x{J:spv)6R3_Y%p'Ն3=R@Q ;i1:qܣh rNQPJB *8. 3i{CU}7;%qy9 t)]SWwݫvD >U$ɉ*Hйqm»R.('(otbnϐ $}r>¿]iEF+'LsF;Y*L~ fkJ ʕEɔ07`T %tsB)ܧ9[]3sF)(8-y9"9 WhY"\P74kܐ_#c$}_h|ܙ6x˄_ >̉Ѹ.(c4`qGyLčǏ"CĐX<((5 8 f( P:|j-ða7aUvwFK-~ڧg}j~Ls1*i;@|)M ]QOUnNX5(q;`j gD۔|1:x}^9Ծ)جK^j2UYS@` Bң>I}~\xG>&*||i'b-n_R-[~![oWNnC#= AB,ΰ[]a  }ANÉUWwM7([2*_;٢*Ө*(\ k/씮I{Ǧ8 35<jQbWz˲xa&|M1Պa奁Q M` @/ǘ~~ >X|ׂ@1G 8eйFU65=ۈ ljjj#tp %ź){>R#)+#'zVLpb٨GȂl{C218)^L@P`89fa(~'Q5+?@Z`Wꡯ5G ᘟxhtgƺkϛ&E6D'>33LN.ҭjA^r`%[eN}O~pLl_k{WڿiԞ/,ާ >L$;kGQ|4"&h"z'R<ݴnY|kU iWX_U\#uH|^Pm`iM 1LR)(`z%7(;NrU*)I%{$J`%;q~krtپ1hٸ`s!>e/`)A".`M.a"˖6R溥EkY5hhko"wJ*/@(>}_emX8-8+8Ϧ^wte 8 ()ItșY&rK؁/QRm{8VCM>Kz<ޭ)pӯbK>Pn9ָ6eq1qtVqhݍ + bRf Qf%ir/wA\N=F#t}1)+&,`)$ sJM4}*Bf a [Rbۀg/"%ix^BXh5)Hpch*uAQ+tze06Ǘ=ܢ綄 %:|WepPB[\kcF5yViqQ]"l"?k2MiMƃkq]/ͳ(J0B{KyUI(NܻKC\)=rc=$wUh\3{uFK'B``ϔ4gtj3>ex)$yq1.[]4ƙ{;!Ftgg4 TR h侟_ ƅ@h*OuVfbcrF DVOC)w+Zo^%\YbV5JgYfG0 /f 5$w&k1hMQ?!B. 4N0 ˑE>M4$*j)|$w:,ad)$"Gpz:d;i)΢z^2?w0KF⣲ Z]dH:͠a*eAi},bث.JU#bAs@\ՑxD[P]oLpwHWO!f"1utq;JİOn&'/+\rwrl껢'E RWsnEjUb~[u9;m0i}U뱆[o!.Տ:#!$ - U٧ )k,VVr~x uGiBlYǎr Hyy2[;tZmnPp僛繏%1˜x MaEza/<"mp3rCfw K{fty^ wy^iE5 LVO <5@ #sIu-7a`VdBLG%;Ğ4^$^VMY8*^$-W>d,Tv ^SB~%TU T=z֨{vˈ**Exj0-W͠:}!--?wҪ%V6 SuC$GT'Ce23?D`# Tn /;R@}KcHGi^dAdڵ*#ywx lBj }RH_C# x^It鵽]&PmBCA|\Ɖ:i:;NqDLZU ¨焐I%B3372c瞁|O͝dcR9./Rj6TK <= 4 rgU.vl:ڡ.(Z{<8RcaW44Ξ̣k8[?/2vgPӟ`~E8hXF:jcv)FP:Z]35s?)ݕ S8ppe]| :͜؉/ V-~kH}l0-r3edˮ BU |=b )/M3Ю܉Gy8V:Nbː{|"Ck ͸EJZ?EZ{!4[OYX5t 1 Zi{b [ݧ'k9_i ÝJɹfrm%'A4Ymq g{YCT蚳*б&f(-H^ρ#&-<Җ.KRr\Riҁ,fzQ@Q{̄L ^̺z_"jNM~`_"٠T/;D05(SE6g 'pذF>XʼC2DWN5gحPb¼Q}w'NWo$^c_:ʒkWJCӴ9]' ""cx3 $!QjqNɈ1\Oc-KfeS7@iNPZFrVPbKy7fs l0{l27ey1#2ӨxRD1 zdU߄e)]m=Ft}a{D+۸Z/^bU7DΓ0EU`)oqU@zxz` _EA1Wx2H Tie9 آ͢,@,)Y%@@4^D~eIxiw]dKx6t,acN0y7]R& <֪a  6\0@C#ϡr/1=+6fU^ꔛvDDi8+_gff>w͈>׃RMseLs˱6V͸QTK9M<+tΔֆDXUAV[oʪ,z:dqݭX@]'m7te4$E@g\<U2d6Z H3G?:9`| }~vSG =#h1/5E\ LKp ]F!z5uA/q[,>{`YSqHYW簳hq^dշÂeLmMཷ-MvY pD NK( vqaTXrmڳEV|0dGǮus޳6MiHFS>`0džc_,ys+zn]IoG"`V!KԸx#yUP~ wp`erɏ'GQ ,u`O| -& ޡ٥ >Gծ#ipCn*lO6^U t0'uoX Qݨ&L'78'ƚS(]gvHa5.5u{>MN2gyG=lxBǀ6k33\W o14vM1첚 nVVlbz-$ȂN{&hn7DaFJ-ysw<(<?&EP5CV=[64*ipFIzǽQ+Ƹw:;ݤgاi+|k<3َۏmvccvгy8 d|hSA#h#s;`OEDbNȻ9Hi/~j۹!ki+|A,5[Q)+IK45ڱLO OϮ~e7}R!ce(V\ #I4"%n o'Pyb7VBX;WwĂ_HQ4[ މz[ !誑F|H]c*4 .RÍqa 5mސϊUf4M&{9L ;D@.=]y'4.?<[!  ll+  όu$iZ=C BVfK@.F{] HAN;DҋЧ ACqNcHN0T .yeg괖9|iGj7+bBE6H}ynlq\wIM3-Y9aca-7l὘03.v5&JI `ʸ F֍KMZ|8C#4 `Bxd^NZu oy(e䛞1j~EF |}&P!ݯRm\O\7󎩏y\@]&@tY=рUX+\liWNY)dAAyНTd&+[\DnXk>d 5D Kˣi薭 8JbUOFbP%$ucKj#tRU?W_T4kZʡ|H˸s]0ztB: f\ף>%>}P.8nv|*=xk?-fkq`]<ˆ_[apB抆,rpA<{s~Ahe/5$L-ŽXx+UWDR2iN3&]ȼ~6 ldrTE|rF'3ЧZy\[;dJ5C|B.*I3B8j\h1 8 ,JAp8Jt}ұh-Pg1DEi%OS󶟮&b jgLV#Ԁ1-NvZ:dH!v`%a+$U (*> c9JOG_BBpwjk?VBAB+v\k4T}SךK:[p]nTE(/1ǰ3 kG 1 6ޢ*xX{E#46B.=7y8@? 6Da`'Ei5%;ȂbBәaGj F:mԦQB2$;U}vĢKSGPJ*M%.P CkS1$T!V(Ō6{N;Opo劲`'ŕc bў!cL^b+{A|*%ji]/@ h&dgg5a3e( KZP&x$,4%[tWHcuP辏]mo y<S3aqmLTB\ThjH2켶_AoT//r?>zJ&1I{]F-EhA܎% /ziU2قySfZk 7%LcA0]Re#`/Ƴ:Q:]wmQKΌND͉O6c=KÖQ1<_;/ />+<M& a~~FJ ix703pùqT Ep5i-`KVrh]9^uUAA7gbdso~ݍg<Z588,-fhcA[W ?QeQh~M⨈ _cl[}.ihXD5{('iE X;ޓVO#ahǗcZ)mUwհuuҶK3JAic_6ܿeUtޠۈ1#T+?N0ne"WP\cik@3hL.A{jl81mVa=ئ 6)mm=! 8~׽zT_Ne|A%chQ~Z-CnUٝN@J:b_(r6xxѮ[O&TWZ]5sӶѷ#*=3."n6v X\Q4 n!pb_ ԑ?]u}:ZCMTROy9 .a|oy'߃V&-ȏp{Ypv(p_`ͺMQ􃉢 Hvv@i&Ø@kۼKJ+Z6< euEo)zMTjhB%1ۍtzC#q~f9iDV=YCT~(l*ߌǺ)%/0-!9}tAs_IcmquqXvYew u: 6JdcSĴQ.cJ9݆Pfq%F -w]|U[I%r`Vz gۧ>e15j!D%Z">3q_ U43DNԣ[.#h0mZ)&|I?xun5&֛ͼx%0MzU2Z] [46xAO}/w1BI'_0ipLq>#I!0zqp#}iֿaf; ̍֞LL@l1F)^Eݪo~rs֌3!ـh[6h9wZs I +VCrbV"O x6ʥL`m,,oX֋7l2y2ۖYV9QO)ŤT@j0Cl.5@ DK.)CE$iVGѸxӆDcցzbP~hc,TL7VM2L փKw0`@} Ex1"mqY$ˎlޡe bP݉a?x4O3S H5vK{d \'bXuf%.,9!8$FJ|Lkzup4n08( AF0'\@H{ǡgթjl2Dث-RwTGJ!kSƹJ/A?>~3$O^%hw F'`GM>^sڰSJtNQE^#gkҩ#=,Q/q|pTp0jD%;(ޚ)$ JĪ) !`U{' פb,odcTg0SH3( X/t6hQfL"X!3O|HWśqΣbA "9\UQ2ROv{ ;rH-G#}S̀hV*6U4 B&KTijT ߞcegJ>\,I$qƽ_kڒAšORu &e"q: 귕:A> q2jKs&Tˌ/"K9=qx/ [V4t kpe` no*ZXqIJsggN!ɢB=c"=jY E7y_]j͒1r q`َeƵH'm󽯑0 B!ē'X; $/òǍ5LX`S7 /Zv*UQ 0;vpN+͞nǗ"?wk Mp%C}"t;twDzGG[PH֗gNy}LD*AQx492Љ-Ä>e-Tܻ"^ڽ=|H]_C#MihJ9Y$ƑX bgvJb ?! nx|ZSò%'[AEe4nCt8)3Ѻ&-#H\.i3 ,.E:M]V8u5(_>W7ld'HSD2H}jܜѰ/A<.) -O$߄9RV?'F sY~iy2zGT!ԗ'*t2Pv$xx`&^XrqIx)@4m-r'ߓ!{!ت:Ėba-\O44/+j.Sթ`UYFQ Ơ 8pj{+m8Yגk/%u a)vfzZ^6CGS;+7qyI`Dwh~l1dn\$('[0LuT,@*g`7v1U㻘09Fқ v 뽣+xgD첕Gr2GA~ ^暑|7ٮ`>jYw{4v_Xc 98cQ8ޯG ڞF+d@K;dƢFB )W)1듅S a *ܙ e@O]98@mb,m=o} h!ϵoY-Ax8y$OOgš /R(%`PTʕ@WedWtA~Lc>>SO4pa =K'H!Iv 麳jVw6OI:^/Mm+qE:! aO:u4=GN-OHA(77=pR !Ӈ^vZվ|aX8%@G^剔T )Vd}o08D-=bg)1R= +`mVűջ*9t+\J銄?h,5,y1ۑ@,9,%I]ҹeXÿ0ZJ? 'uc'dr#!YL`1w\E1NΉ8/"-C /Do_Tw P1k v5Hf¼Q +Jo) ϝ~Eٳؙ'^АWoAN˔In\`%^zCdTK[ٟ-8n*m2a4.jE )x){V|nnz&JȒǎð/DrRӄwEsF'Mcbm(x>0}pCԍ?Qw"$m K{dO_V{Mƈb 9@N#p^[(\?'3l{Vpoguy(+ o6z{c? 1c 8Ba.Zڧ:Rbm:=R$E(!Lg!2Oohpf?=**XLVRO!u~b3,3%L@50 Dp2?xF9(!+up*Uҹ3'3aQ<$ @m)̈4 0 `j*ۋW+nњ]`<[-铒Tf2urk@5[E#7Q l}?,V 5Ey*9;I!iU2`H)oHnK(kYҹCgj!(=.uu%d5YA-ݜTrBGBH U%&Ė:pHC> ԡ] iM(6&x/Ȃ6kf,-“L]_v鵰etO]4c*g!Ʒ  ~+$u+]',4Ue~1BmNn:xwsJQate]}{9er#ĉ1<S~8vI*=/zT Ŧ I|,% G sn(UVXBLiuהqqg acP"dye]\;ز#Yd/) Vr12-Z ̎.)niB`AOEP6NvK*pyE,M41rXi>ԫ~7>S𣑴8?23Eד5qfyyu=5ʯe9ho>ISkK{JM4&1 +y &eYYY^ɿBH<(݄Abe VC,@p!-ѻ⢙:_JBK$1Ff).g0~-^s'CYP{ݸ<=3v66zb@Jp!O´uLw*AI{Y:Zkt u-kn㱞1O3ϡ, g0Xm3j 5}KC}@-;?CX?큃1H6z٭ +@͕PHdGB*F-{ Ι%v&!vYϬPܴ'f*+ZֳQ)8𛣶ZGERNG(q.ӔDV+ %sGz!v~hc#s#e6~BF%?NMe84`lɬ:+} EW!Ҟe\4CqBb)[ YIa2f\FMRG=L!+L`\Y+A͗HemKs 4 bZ$g Gp!fb4,==s97;ֹLK.zA1,,Gy`0qi w4[D~d ھ(?{#[ʸ&V>NxG8w|zLJEGxz$Go޷<70pC!1!f=oɧm'm^EJ9p4NY6*AlQ;i,`!K95N):?_F?Skd{mI9Gv8>sҖ:^]%oҮ@ _G:"+M ϻNZoz>ྩsa_+P lm@2byK2 9?:J\!mMHW>+LO> /ߴְA+շ֑XXUׂGp4_`QhfCSGmvՌ; eLJ.BK##:(̫t<մD~=4+D}][$FM]4G׽4DoEu:Y*~#[`ͤF^`ׅŵQ]7 mJ]n }S(Ζ;q$N3NԤP*4$sR ##-a؎% k|f?eJ>lex8bִӽ'@b p>DJKūv{C M_3Bnlҗ1i 8;  BBLtڵAݪ']d :cy4<U0܅Vื]+U@ހMЋvMW$ T (z!2,7 W.ulnD2n{h \J;%.[C~;O vIx6kA4:0 H9Aiw$ᡜ;J>s2g sɅOL CYA㡀-m&gDzz趪LC\0<İi2ǯAw||U{1Yɣdž >d/$aQu6K1^EGCca0.p Q@.*/aỶCpƀՕH.jc@% cb 1o:It㸾w&|cp^\+@}z]_xM"[O"m72ivVdږօ̰bz(?Œ,UE-NS,20q\)Ӝ}g8)?Y6Z>F˯=^B_ 3IcovDmWy=kjqvŧx%3|tvg$ʆ>izԨ eeQu2p׫Kn(VKLXiLFDb$Dɛ0eV͘ + F"zV|/ct.N?q0E:vvHIA>Åe^[vX\:p!TVeT08s~ 6)Re:/JvC˂ -LV$G:1q9 ,oFhV v4w[$O) TU%à#TWd~?6fM8dj#1*; ]QfSۍgA⧀:AQ'h7%Jqt;S:u+~gEsD z6q1 1WY88& 9vh.mhLM1%9^do:{_L D'\#-\MjO6 *V 0Nn>`oѭɟ\˸Cm#McO 0G 0Ypn&u{}jvU y/hjY#D;wH$|RuK a[31 Kc Ϊ.NB[*"1D䗎Sy0\)XZz,U+F7M_ݸ87QV7݄c R%ܟCARFi"e}aU#!u-b~=!j<$~@"1.BW Hw%=3B'wkTr+'=z fAqee䚀:sJ-ѷ mvsI]>s[mHQ%W,5{>0PtG1}^Y4,CL2'/"Ps3|d#h?i`QYC`ݿ&)gjBҁמ00oՊٽd/,*}1BkHI}r\ R[w0ST IyWsұxq(I -3z70j([_nf|<6!$Ӕbl/FWO@Z^qc8)Ʀ)y6Gs$eG7(9 jmc(Ҷ_Ρ8ۗ(vSe7*Pއ:@xqW)72ZfdZ)$3̒Ž(ed/|E; 9JHና H]OⳒ.S'5qYYΣېK`?npZf5PFvPY# TcAXI **4^UIƃؼ^ӐF C'p5<ʧ=LR l6$EE+“n2I qlaZM?;FV 1w}E=#ib:?boLc TBU?ve_ڇG@z'j!<'D-|Hl+:XȂh.1`ݰڝg3F! Qg'o:(,RR3 )cMoQj$" uv/k%<yOym3@'HJ o@_VQlfJFtu~$}`=gަ'4|,8hT.| *[@+bwB#1bEzj_K?;=ʃPO{^^lrY-b/:qmn9әaRty1OB,{o5!(w@?)u@(U.lWfI1'`N{mJC'{Käa;ZcoQ F?E2{c11 :䲇>)܁ce Ǟ|@h<ί&mEN?#nl# 匼S1g;u'#!|as3Q>c+71o }Kkr=ߒd%B1%h1J( U2ybBA%?gX@?Ke윕Hyեbưqs|f2Gn~k]Ĩ"mԭÙ?zs|c\тtpT1ͣ;J˫RjhKVܭkد I,4oYM% w8 Mz"#x#D*,(ыc| ;LgK/UH& 2RJ:7^.ta7Ov?@A3Hd-Ƴk\ENU(3c[22:_?QSu(d93PnW}ޟt~m~Y"/joMP8V`q iAe6:oEbbK? EM[@^hѽqYNwUq[B1ZS&2qokk+g"ߗ5>>L%/õ;,~D"lR}zcy;=" Bxivb6u02%Ͻ4bhs[QGOΨpV ɼ0>SᦗۻeS*oӵ,4*XRE-jd2n49 B73f[: .4 9t=G+s-D%k7t:y] jR$ٯeo"@%Hxx6os|eݨ&{}0y=)ؐ1jHL 7`q<3t#/niv[3.Zv3|=LPF]i;][+bZKk(U$b3 1;~g@%$}n$eB "x]N8&1?1y&J3Tp 5]`PEn"{ߺ W4wuc4Y6ͮ#f1,7@R噭:a,"Pf'(63QG_J;v 9(ET=ȧn;-~HAsZӏ̞Mɰ~0vχ O 'CtWk 󅯼̆sYJ :<%TAOI,\̔"صj6>q>=MW+?f ;nVƧ=Z&3\ZBծb/8 v6ςwLgen|u=.V4Cp )rQgT }J`FK!tG~yb}U0Fwn^y?'W~1|%⊱C&FRjc>1y0QU e<_ @)%;Oq'%K TQlKcJ-Va>jQ s۽Mgfm&',;LYg?.48*$XĢ{0`5A3bbN}Բ@Xz5eled rBq:[\On?#(lýNLf\Ԍ{v1ke%3!gϫx!JھLP8sSML)6@o&1gY&;xB1aHךA14ϩ&Hx]p$$aE8P]sOע__ f=|%c>z ` 9+DyHXЪDMf*V9)=(T |}lk'pV7/¡\d3?|TzkeLUh<T=e&ڮ2CM 'ϾU'{ͰCf~+n*~'=J@<9Spub|p~0`3 Nz:O22 4 1[[9H'K^Mw.F aNI:g[*'JM7a2J.!U|^G).IW6n3ΟR m{ui%p4'uKa=#1ї_\gxz-R&c0 OҾg<ً\g>~BVsVtwWbiSgh}f0D*pN/LőP}JR>Wzl7aCUO)B跼H"=d eYm8/#"qYGv)?0STSTL+i2D+Sߌ(0"OtZLGxFy ]KUC9&g5a@*TEvv-A]#}Չ={I- K[G|hb_I;QSު+h Xq[4x w?XO bᏀ_ʓ*ԤJ ]孴wt݈p3L$=",Pq'Mvύ$\MdUlG.twy-b.Qi,r*tǷ~]oʽhe_L WfƉ&?isg!G@5/c؏"LqVqR*H}TZߩ-4W-Ɯ`<@ZM ;ׇX>و{Is k BA\b3 5Ac_-M^/m׫ϵblxK -i\ Q 7﮼^%IyV 3W{${(LK(-7w>{abAA*8ݨ}ecx&h`Į9/tKvm#ZUPfYȱ sKәƾ; IA)P`fkqJۅB,J,aci"9q}W]! {[!'P+謖w%^^xp=$j]QZEi'Ĉ~v\Tkw<4Oo"It e?nTm*:PD~-krьaUZG 浾}!UIr戀:E.N W_|bZןݡB@.jF[>IS!!beҋ1]C'aI,1MguUk:("Wc NauBsmr;zTǴߩl<)خ]F+M?H)֟p/e4/݂?ONeZ۸Q@ԥ6r݆?e>~\0|&mR|b#۱2:0-`eX&S"ࠅol^: p y3o0?wdVl\t7TnI}$uȉr-?b n"B<x}ppIXؾmQ^*@|?9k4$02U8hw[*U6}61Z/Έ$ rTI]sB 0?uWStsRЀ  \״|ĵPO`̅e!]\o\Գ,zh z&}z?uea{{4hah9/ζJ+R;O7mʂ)_RvXE=YA!?⎮gk>u62Enf!3!P{'a=^>솝n:Un(-=ZhfSk%)iaC̨iz!~KŻ9e H%>m<9uo68>2*Şq=.2os~c鲗"Y9bXZxiEWl`+/P=JA5B r/m FL-f9kpS}5>#~i;}I "4ig(՞`KepY=H.v ij,: ؙ1)֖Ρ x5o&!y@B:ƻN\cs\ebNmP`!f xw]mE /~`o^zH)lG v1!ET[5n}vظZ8q<]`VF'&YRdll[O1juBۯ59-!J= 5O>3j2ޗ=>HtUYb]Ky'fJ4,< <:QĚW7ծϑH۔?(q[Mrk7Tfi v=%'9ϼVg;OA`-S4O.l|n ͅN4 }u[6N =aÁv\Lo&жȢN]+W]w#xrGmZx|t) -uItI;epM.~J+J>\LEW9GU7ŕΎMfP/A>T4d>{8'#)6sLJemsH3x ob-/nFCVQf<^ ܑ4Tt[#1Lr/mE}蟵%Cfzź|$=Wp(w~'#IYebxM5۸wޛY)@dsZs% =VXvu.9MD&T ZkL*HÊ|i <LOVIɁTo3jL+Bw\9}S[GP]ici k3UvPϯCf@'頃VCIR[JdC51 ~lfO~>Cͧre%]S$ѫ D 8J~ <ؚ9' E)_`?@(.21)ю--ϔ;tm0=0^p3"N(@>Ћ8Ƨ%w%Zm@dh ^Z|o*&A Nؓe/|/تY 9 gDgog[Z,Z*lk "3PQ1ZM@+Q9kަf+F[qgs5Z\]K4$.:\anl|S2uCa0B{^3 :'6-~>o$b.QRѲa[}TV˽/f p%"/REq}wϑ47]$ x\gV>U6 (F+IJ6A+>Pu"oFWX d;"[@di.K;NRh9@~vҹ糺Hl/>jcOo&2 ǀ"Aw@iI JV_{8 7nн4)Kfp[iH)EAHos2,E4Kzz ,$+G~ gɹSV|D 8N[~&cY,_o|KJFcs9oǬiY'iVW7Jt.zdį^h2dg'&j`88qB7m%n2v; AEH(PӜ_s[$1kCOezyt&{u+3¸vΊʀtujqDsʋnlEw{qYȀD},Mqz7iH[A$ŀoWDʨ+6;YphCIsU L|xOFˁ<W"m,g18޺;/DLoVΧ-ZVo/52dekem/x?dpx+: ɂ`u\?fa3Z`2sB0~)~ 'TeJo <c}Y&(ؤОiSV9S|KY34?ԱͰؑ9%wjeŬ_RRlh`éi]>4J 1}W30d901dT @Z=&X;h?z~ *GB( w@Tb'a_t ]d7v88Ԟ͢Z&@6iպDCi5tolsCc IT[fjvÔ奣|"(Y;BSdO}3}{;[|.{pr DfI!ૃPV ޚG.qyV6T?əЪajM,*PRӲP?xkTG<%67In2X`dL H\\V@oƒqgg8\ :)^\y@Cl5z4̈`-^#4^+?nfiTmj#o.&Ur"~]?4QoSzJ* rThLIk5w]A1χ%b2aYS{b@p?R)Lpz9\nw$X/; 1ַ̣(ck@;cR'Z& ͂]1;}K-֒qOh1V!":Az*gS~AgQ!,lzQOu1SʿCxro a|> WHm%iبi˹WIjM6޵O-\IK! v٣RX,*U#l+ԼRFTQ$uO{0)>ڷ"A_ icns\ m`'͙)Tg2ﺩs9@2? ؊a?{EeM| N=xO a+}׬lVC ǝI f|6.}:Ϭ1o9Mwc5/ׯ0tA\[ض|u:g)#]אbGLg\ouwhbQDč6d nH\UqbCVVnۘpI@Mx3׽r"DҰ8EH8:#33鰜7 fFlW!Ivf_\})̭\+Gasvx)CNKh[PX5$ hf@r cu TFI<Jnl}xR.ySI|,iGYhgrg9uU%2\'@F,O( ԯئpP;A;Ev(Kj+x,iH4.TS'AUB,) 4Y&DxgW KBIKc>SY9WEa"R~~q..dGQ `Jo6\yjHulu%Oh=E#_0j~ #(`c1* Y}&o=OV.:r\.+迮]@"N`Aâ'-2(VhAo?D|4J&Fk1wT!&,0@5I;Fz-!qS`v9=+^XU]6;:Q:n_za9<cO,՜B-0Y:N!WshPE3#M(ۗ% I^[  ޘĶ#$;* tjX&1nKįLǁS1lQl$G=fِxB0g|S p{͉ş_ 4lЗ옏܉i}2gtuXv-bBL:*dtK:y,qyJn)oo,o#O;p68D`Qq$e bٴDE햢fs_1^.jk~~)i6?C@AA٩ B7ώQlw@ P0g`ȹ A8>@M嬠QFcf=2U'h81e ÀǔײY! yZٮ OC BoZ&]D&U`҅ '\2kRCY 3Н)ElEa!@=xP?rwF5?ȌdV%2-^sǘ/HvA%%޹4J˖Mu-~ќ_#fK^7qI8BI/X h)VT.Zt&*v WrxD_*"£7zL'9xn)y.maϙtK\kkP({^ q+}iL&n>s9_N\pR hEN5Ө伞Wrv"X ICBo'Ē45p*~y?t&N5oy`۲?213J ].e!|o,.t[A R_ @-H,y`|~&2 -W4Nh _+},V7pyKl"%zy \ӏa"*Z" q=ӡ`hm5LGG->&*6:Ճ)5bRkّ8LӀ9ԏҥyy:cj16]W׺ 첕hfC/)j[ @=J1 QxsiFVWnC"Y07["IX;n,bWBt=aU1Mfɶ:8_ "}Q%]@מTw 7 $_4e[0Nč-έc0s ܋wD^skhݧ~!xRWf( Pyq Tn@caE,d.Gҵ> q|ԡd6bf~hltѰ /?3Yk8 Â~`cri96?F͹JsT%K&#S!=Ӽy$[# nY7IJI7nX& yR D=tS@t Tq BcLٯYTh18eU x;i{4 p+=j[-NQBOE "y!=Sxet]E>gfQ(=P 6uxeȼ!0~;+u)+ѽn {zo$8ǔ`I<)e=3 pwdMhW2!Յ` "ߔ62a7/mZeeRt? #h!f :0VM@,az`D~ |Eq I_ԗu+|}vhJZɾTR4Pnh<`R cR:`&@گY+ +_F!\4e"O*8oa`;~dh\(N$'i[kUV "烏YL)eN jm 9<׵i |&ᏜO(2XVӈ8R/cۗïЋuwo(RXL?Ѭ[53QPaXQ@.+/wO,B uw6G(hy9BB'&Ia0 4ׯi 3.) እyMlڑ(P,0{# 2ϏʍC,#l?SAx:/~SsE+*uWV|jytV=Ji^AFy frVX@=h3*?roĘ #i^LB1%w| um]+'l8W?YA4{ ~rq PSv6)"L YjNZ'Irkē^^oyT̼ݯb8 倈%(SINjPk}@lNQcjiGj4IX;o&0S<] uᓲ1^E25ؼ}%^|gY3Fn '{¦hkLQRǬjX@W G.پ5ijb׻Qs]j. 5uE#qh$?=~`dB/@NweP$z|lMp6>AR^kvp%R|RVN;K{aЅhg{y ޷bΉ8Zdď|T`Iv$*JD3zMz!-׉Z:JC)IjGXZ'kBYD~5GUYy\#AJ},a#`9 )s;:K^b􎠶j6GR.]HH'xd֬6^9Wm{nIDd$.a܀pc4*1^gLR?6رR< |$v+8d3$[K5 K,A"Ptxo;UUj‹Ty=8 )hL~cg.f c D*}#I%_gҺF^o\Ii0|-nR$#7!2qVf$$l[;)>pZ*Y4"nB (]&AL }}L&y*{iT7|T'$G_߶+Z͂lPlz^J(aX%l4]k9z&b NڂSP ,;b!y)C ᩉ)ΊA#'&8\G!v5bQw+ 1 HbB9:kpLy~@IJuCvl< gʷSn 4:40{F5b.k/&2L ӗOfgc$m>0 !My:jD|Sh`C Y6_) 7g}%32qwof)N7[%?ª&*8R]ľxߠj lBtoQ8+ 16*м eًf>% L#֎_q>1{;M\8 ~Š(_3'{>(u+Gt-OcFjV4`, ~qқl2Х@*=G-U\|'Vn*^tM8Ը ;enOSn[!vT:evB!iZb шV_ܡwQ6rbA{׍j%xsVuo?\4j\kl4u=ćvth[a?[_vc)X& BP?ɀ;{z[0H,sm8ˣҕU6tTNxPzR  anנ#oqW׭t([뢊v_lӓ@W^>Df @Ȟ0rVu 3445| ljo xB0߈1(VM+7;-YS'Cte]̓X9`Fx'}/ ?nr50mV>$,gBfzyJ>iLfBrxh|;<̽Fs'~pݕL/2?S 7+@6+|==x2sT/ĕ!j]H]KkHjD"܈"Ȇ:&^Vװ`īj Ď\l(ȇ%HPDCv n#c4?Zy11e؟.ohʍ4[ș6W+Zc8_ʸaBOgݼB6-]iʍ/?ׁ@ iJV D!CI l' g8:mHTu`JpY.I*M_9@PlhW4mnN~1eIDJnffZpqyP6p:~mȯN#aOr_KBJP,xdeԪ"cd j&5 h,5`D{tm?4g}ѯ=PL(콳C3Vz%I(]}-`*/#8?]*,-z(!Rh6no9E;n}ojPR˅ζ݋{՜ Qj?0v, O,F9zl i37{uLLT(~ F6/uAm|@6ދDLEY,~;FXXd3:dQ/Sw!ۗ±+Qu' |b&-q gc&RQX-Y)Nc<~ 4Ԇ.6WOMAe@ &48;!ig(pJI]O@yܻh1'(t8KumXYɨz(|ㄻloSk)`(e<)̊}ܓxWOu=": T3pNiN^X$;(y4N5%hgm-F!:]pcКӶlNe;sIq`V#[i%yh4 8GGr55= @B_'(~]'rXJ$FD7OYomǃ̏i?FP45q~멨oT{o$ ZU6:XA)i/uTD7=dV4K~Tf5/nsмbUCyJ95Y[ =lLUUuS͖<◱. *sGVF2ʅ5uBlܟ?k3,(e)f91T%X/Qn_K\z[= uts56ɻe!Oliz8UGdۦjgPn^&[9SGڊ:Tjs fw]XCQYzyWNCuW֢na[$4>^|~\]7bj3`^2m,ͻ tR:O ,M˚ Q7Y]G`:gV)zc[qyrCiO SȦvLB>Fwkԉ֭${xSeu^*3GVtBcj F}V~5O +*pחR ẏ!%9MsK$O|*:⿎iPo4"&VBҘ<ȭg/'~UӳMu{xnŗز_WRoTIm}iPZ 6U1P"IX 0rkuHܯrzZO0JYBdH4/8rFv#ző!B΂{ OڠƵUlko=4Nmɼ!;UEtЊ1!xsF3C7LwՏ<9PchhoڦU!@@bTS7[q4b 2("Yz}-zNξe%`uLٕu&\Csdn~n sDsmaI;|:PR`#J! g(e 8 3V%W+] ub3;Hf9\拓^L>}>dMfvnAcyg]1|m1n.OG?DcL!"6 |bM܊YV-; mZBf6^ >hI"!>QzzQ `XIMkg7Ew(VS7kSe,]o/#sԜ^ZZJ^cBXB8O ekgT7Yn\EwR6ёñ-Kp@oIGGb$^CQd9"$Ek׌G8J*}@trĶ<L @1UK5 .R3"UDp6-.*\V9&1GhEW ,(}BW"YWs& BAHF{AL^%HD(Bj2tlM`XKH8[Z HTJnM[0_&$- wPtYx=-d5ȹH މ?_bl{{eiockhǠ~r k}ȩ|4[n};,8},L+d2fSoʜb܅y.7Q%3܆W%Y $(Qlnu.q 2Beb| >0hޛY6Dt&WZ$8k#<~/8h-qcA +'\M fcq.)boy]QbR;07jߟj_\Ǜkر$LFfBJ>y)`vʲjd caAs'7XoԳ<|`j ױ{UwRh^= l!28/{7#4$N"QF\yZ!xx2άсW&$1fLQ#_\✔ GR(bБƀq@ALasw9(ͤV'[zAa;hJ }3՛zdP6D4-P'L?wZJqmJW#F0EmUBgFT$gC-ukE%yd4 jpJ9.[ npq 7k6hd9dEL+A&CX19'5IX},xM{(5Oy5k@&[ǹkBPf$0\yy:V3 9^Q_? gjTM#w;d K? ^x2a ]汶fC\|[La2=hҾ%&G? ^޼Q䱐@}KZwS;$W[OtnFHv]BqSHQ6eAW7γ}@-4C\ꍎMyP 1SDYBkuhW9cU p3X\4P!:<2L٣^Xltu8m|+*ݖ8+6z6 EI|0v@TweULNE(7ߍT ܚQ/`=>%vVӉ<_B8_JQ] xwjrr.ENdB[$}߫X Ի3N!)i@Y]IU˦n(hdL+|Z։`HHT})Q Hz&%|$24M(of^S)1bn݀ƉLFnC2=GF-Ưl ߞfWVEhK(-8\! K׊t{YW6  2 rCs|4udP':5gjc{K=s-<}2AHRzlD?V;qZR6尅0M9[^l>F,,T@r(!Y?j,Ïa>8^_{W sYD<1m EyT [EnPTd4Fۖ'"`xF _U]U_W;j3%gN$y .4e`_Z+&2py8GGm-8S?Y߂*MӜd+ob9^. Eiڹ`)?\Y-'?wƀN"@xM܇;N}5=]-ϢA'7H$25y! ps7u:)_{le{mukTJҼAWJr/0`Vi,}΃ub%p0q-0 +%z,Y6 yֱowB-D+*OK4z@~9C{Rmv!V+2=vVTqu9\-Χ?1gPMk8F;<}QP⳶s֒ o˶ YZ