pgadmin4-4.30-1.12 >  A `Kp9|8SEz=t)F͚F xjΰ6 H؄AIgJAgRbXӏAH`|#=|]cHDI.8{U飊pu\@N8繂,N n)I퍇i)EϨ+fP/|R&3dm/=1o,~jߤҹr=pqZDڿ?7B;&9#DwqtUۧ25ÛńP\Ez޾?bRHkòuOͦOs#6P(@a To_ELz^,t03zkÍ Qp>p>L?<d   4@DPTm    *  <  `      E r $ K( 8 &9 0&: &FG4 HX I| XY\ ] ^Ebcdeflu v8w@ xd yz8Cpgadmin44.301.12Management tool for PostgreSQLpgAdmin 4 is a rewrite of the pgAdmin3 management tool for the PostgreSQL database. It is written as a web application in Python, using jQuery and Bootstrap for the client side processing and UI. On the server side, Flask is being utilised. This variant is a Qt-based runtime application intended to allow the standalone use on a workstation - it is essentially a browser and Python interpretor in one package which will be capable of hosting the Python application and presenting it to the user as a desktop application.`KVcabernet KSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Toolshttp://www.pgadmin.orglinuxppc64le R-A큤큤A큤A큤`K`K`K!`K`K#``K`K#`7c835736e0fdb47c75ae92178b001fa013402589e5ae8289a6a95416969ec3a90c4d675bc68a8dde128a8d7a5ac009c8533dbeea0a243b69eab0c3da0cd2e53c0df6ce4edb1b56599c76c3a84909357bc3b695c4e51a4e505910e8d4d7cd41b3d15c7e42aee325f940643d0c29d31913c9d861225a59050aa924cd621345bf18cb8dce76bbfd2e6dbce7af259363aea23fd51761eb736674e0bc80c385f5ecba82249ac3b5844c5727cccfeb9fb3522675354678bf8ae0f9de02b418bffbdf9brootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpgadmin4-4.30-1.12.src.rpmapplication()application(pgadmin4.desktop)config(pgadmin4)mimehandler(text/html)pgadmin4pgadmin4(ppc-64)@@@@@@@@@@@@@@@@@@     config(pgadmin4)libQt5Core.so.5()(64bit)libQt5Core.so.5(Qt_5)(64bit)libQt5Gui.so.5()(64bit)libQt5Gui.so.5(Qt_5)(64bit)libQt5Network.so.5()(64bit)libQt5Network.so.5(Qt_5)(64bit)libQt5Widgets.so.5()(64bit)libQt5Widgets.so.5(Qt_5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpython3.6m.so.1.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)pgadmin4-webpython3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd4.30-1.124.303.33.0.4-14.6.0-14.0-15.2-14.14.1`>`@`J@`U`U__@__@_ __h_gD@_[f_Z@_V _)M_ @^b^2^@^y@^oj@]@]@]]s\]@\@\@\r@\\~d\=@\&@[@[[F[@[{alarrosa@suse.commrueckert@suse.demrueckert@suse.dealarrosa@suse.comalarrosa@suse.comasn@cryptomilk.orgecsos@opensuse.orgmrueckert@suse.deecsos@opensuse.orgasn@cryptomilk.orgmrueckert@suse.deasn@cryptomilk.orgasn@cryptomilk.orginfo@paolostivanin.commrueckert@suse.demrueckert@suse.demvyskocil@opensuse.orgalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.commrueckert@suse.demrueckert@suse.deecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgecsos@opensuse.orgalarrosa@suse.comalarrosa@suse.comjengelh@inai.dealarrosa@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.com- Fix typos (chmod being used instead of chown in %postun web and pgadmin4 used in the service file for User/Group keys instead of pgadmin)- the system wide service does not need to run as root. switch to user/group pgadmin- Update to 4.30 - Features: - ERD Tool (Beta): The Entity-Relationship Diagram (ERD) tool is a database design tool that provides a graphical representation of database tables, columns, and inter-relationships. You can use the ERD tool to design a new schema and generate the SQL required to create it, or to reverse engineer and diagram an existing database schema. - Kerberos support is added in pgAdmin 4 using SPNEGO for logging into pgAdmin, similar to the existing LDAP and "internal" options. Note that support for logging into database servers using Kerberos is not included in this release, but will be added in a future version. - Add a container option (PGADMIN_DISABLE_POSTFIX) to disable the Postfix server: Postfix (like other MTAs) must start as user 'root', and the pgAdmin container achieves this using 'sudo'. Whilst that works well in most environments, it can cause problems in some. This option allows you to completely disable Postfix to avoid these issues, though you will need to configure an external mail server to be used to send password reset emails. - Bugs/Housekeeping: - Improve the explain plan details by showing a popup instead of a tooltip when clicking on plan nodes. - Ensure that verbose logs are visible for Utility (Backup, Maintenance etc.) jobs. - Added support for expressions in exclusion constraints. - Ensure that the 'template1' database is not visible after pg_upgrade. - Added appropriate help message and a placeholder for letting users know about the account password expiry for Login/Group Role. - Updated Flask-BabelEx to the latest version. - Fixed extra parentheses issue around joins for Views. - Ensure that the current value of sequences is ignored while comparing using Schema Diff. - Fixed an issue when the user tries to delete multiple records in the data grid. - Fixed TypeError exception in schema diff when selecting two identical objects. - Include PostgreSQL 13 utilities in the container distribution. https://www.pgadmin.org/docs/pgadmin4/4.30/release_notes_4_30.html- Fix the desktop application by removing the overriding of SERVER_MODE in config_system.py and config_distro.py which were forcing SERVER_MODE to always have a specific value instead of letting the runtime choose so there's no need to force it. - Rename pgadmin4.conf to pgadmin4.conf.in, pgadmin4.uwsgi to pgadmin4.uwsgi.in and README.SUSE.uwsgi to README.SUSE.uwsgi.in and make them also replace PYTHONSITELIB with the python version used at build time - Replace all variables from config files in %prep instead of %install - Include README.SUSE.uwsgi in the web-uwsgi subpackage- Add BuildRequires for python-cryptography and replace dependency for python-Flask-Babel with python-Flask-BabelEx- Add BuildRequires for python modules- Update to 4.29: - Ensure that folder rename should work properly in Storage Manager - Fixed an issue where the debugger's custom tab title not applied when opened in the new browser tab - Fixed an issue where dynamic tab title has not applied the first time for debugger panel - Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS - Fixed an issue where the process watcher dialog throws an error for the database server which is already removed - Ensure that code coverage should cover class and function declarations - Ensure that dirty indicator (*) should not be visible when renaming the tabs - Fixed an issue where shared servers import is failing - Improve code coverage and API test cases for Foreign Tables, Debugger, Views and Materialized Views - Fix some requirement versions.- Update to 4.28: - Added support to download utility files at the client-side. - Added support to rename query tool and debugger tabs title. - Added support for dynamic tab size. - Added tab title placeholder for Query Tool, View/Edit Data, and Debugger. - Added support to compare schemas and databases in schema diff. - Ensure that non-superuser should be able to debug the function. - Ensure that query history should be listed by date/time in descending order. - Ensure that Grant Wizard should include foreign tables. - Ensure that search object functionality works with case insensitive string.- Update to 4.27: - Added Macro support. - Added support to view trigger function under the respective trigger node. - Allow user to change the database connection from an open query tool tab. - Added support to ignore the owner while comparing objects in the Schema Diff tool. - Merged the latest code of 'pgcli' used for the autocomplete feature. - Fixed invalid literal issue when fetching dependencies for Materialized View. - Fixed an issue where schema diff is showing identical table as different due to default vacuum settings. - Ensure that the user should be able to change the start value of the existing sequence. - Fixed an issue where the query tool is not fetching more than 1000 rows for the table does not have any primary key. - Fixed an issue where 'Rows X' column values were not visible properly for Explain Analyze in Dark theme. - Fixed an issue where file extension is stripped on renaming a file.- Specify path for pg_dump and pg_restore - Disable update check (if you're on leap or other you wont be able to upgrade to a newer version anyway)- Update to 4.26: - Added SQL Formatter support in Query Tool. - Added a new button to the query tool toolbar to open a new query tool window. - Added shared server support for admin users. - Warn the user when connecting to a server that is older than pgAdmin supports. - Ensure that schema names starting with 'pg' should be visible in browser tree when standard_conforming_strings is set to off. - Fixed an issue where --load-server does not allow loading connections that use pg_services. - Fixed string indices must be integers issue for PostgreSQL < 9.3. - Fixed an issue where the application ignores the fixed port configuration value. - Remove illegal argument from trigger function in trigger DDL statement. - Ensure that 'setup-web.sh' should work in Debian 10. - Fixed excessive CPU usage by stopping the indefinite growth of the graph dataset.- Create a pgadmin user and group - Add uwsgi configuration (fast, user privileges and apparmor support)- Only activate the pgadmin4 apache config if the PGADMIN4 flag is set. For mod_wsgi you should use `a2enmod wsgi` - Create /etc/pgadmin/config_system.py with server mode for web Run /usr/lib/python3.6/site-packages/pgadmin4-web/setup.py to create the admin user - Remove config_local.py with outdated options- Update to 4.25: - Modified schema diff tool to compare two databases instead of two schemas - Resolve schema diff dependencies by selecting the appropriate node automatically and maintain the order in the generated script. - Replace charting library Flotr2 with ChartJS using React. - Upgrade font-awesome from v4 to v5. - Fixed an issue where debugger doesn't work if the search path is set other than 'public'. - Fixed ssh tunnel hang issue when the user tries to disconnect the server. - Fixed an issue where conversion of bytea to the binary string results in an error. - Fixed an issue where the entire logs are in red text when the user runs backup and restore. - Ensure that the user will be able to modify the start value of the Identity column. - Fixed an issue where 'ALTER VIEW' statement is missing when the user sets the default value of a column for View.- Update to 4.24 - New features - Issue #5235 - Support configuration files that are external to the application installation. - Issue #5484 - Added support for LDAP authentication with different DN by setting the dedicated user for the LDAP connection. - Issue #5583 - Added support for schema level restriction. - Issue #5601 - Added RLS Policy support in Schema Diff. - Issue #5622 - Added support for permissive/restricted policy type while creating RLS Policy. - Issue #5650 - Added support for LDAP anonymous binding. - Issue #5653 - Added High Contrast theme support. - Housekeeping - Issue #5323 - Improve code coverage and API test cases for Foreign Data Wrapper. - Issue #5326 - Improve code coverage and API test cases for Domain and Domain Constraints. - Issue #5329 - Improve code coverage and API test cases for FTS Configuration, FTS Parser, FTS Dictionaries, and FTS Template. - Bug fixes - Issue #3814 - Fixed issue of error message not getting displayed when filename is empty for backup, restore, and import/export. - Issue #3851 - Add proper indentation to the code while generating functions, procedures, and trigger functions. - Issue #4235 - Fixed tab indent issue on a selection of lines is deleting the content when ‘use spaces == true’ in the preferences. - Issue #5137 - Fixed save button enable issue when focusing in and out of numeric input field. - Issue #5287 - Fixed dark theme-related CSS and modify the color codes. - Issue #5414 - Use QStandardPaths::AppLocalDataLocation in the runtime to determine where to store runtime logs. - Issue #5463 - Fixed an issue where CSV download quotes numeric columns. - Issue #5470 - Fixed backgrid row hover issue where on hover background color is set for edit and delete cell only. - Issue #5530 - Ensure that the referenced table should be displayed on foreign key constraints. - Issue #5554 - Replace the runtime themes with ones that don’t have sizing issues. - Issue #5569 - Fixed reverse engineered SQL for partitions when storage parameters are specified. - Issue #5577 - Include LICENSE and DEPENDENCIES [inventory] files in official packages. - Issue #5621 - Remove extra brackets from reverse engineering SQL of RLS Policy. - Issue #5629 - Fixed an issue where the user is able to edit properties when some of the collection nodes are selected. - Issue #5630 - Fixed an issue where installation of pgadmin4 not working on 32-bit Windows. - Issue #5631 - Fixed ‘cant execute empty query’ issue when remove the value of ‘USING’ or ‘WITH CHECK’ option of RLS Policy. - Issue #5633 - Ensure that create RLS Policy menu should not be visible for catalog objects. - Issue #5647 - Fixed an issue where difference DDL is showing the wrong SQL when changing the policy owner. - Issue #5662 - Fixed accessibility issue where few dialogs are not rendering properly when we zoomed in browser window 200% and screen resolution is low. - Issue #5666 - Added missing dependencies/dependent and corrected some wrongly identified. - Issue #5673 - Fixed an issue where fetching the schema throws an error if the database is not connected in Schema Diff. - Issue #5675 - Fixed CSRF errors when pgAdmin opened in an iframe on safari browser. - Issue #5677 - Fixed text color issue in explain analyze for the Dark theme. - Issue #5686 - Fixed issue where the user was not able to update policy if the policy is created with space. - update requires to match requirements.txt- Update to 4.23 - New features - Issue #5468 - Added option to ignore the whitespaces while comparing objects in schema diff. - Issue #5500 - Added server group name while selecting servers in schema diff. - Issue #5516 - Added support of Row Security Policies. - Issue #5576 - Improve error messaging if the storage and log directories cannot be created. - Housekeeping - Issue #5325 - Improve code coverage and API test cases for Collations. - Issue #5574 - Cleanup Windows build scripts and ensure Windows x64 builds will work. - Issue #5581 - Documentation of Row Level Security Policies. - Bug fixes - Issue #3591 - Ensure that the query tool should display the proper error message while terminating the active session. - Issue #3669 - Ensure that proper error should be displayed for the deleted node. - Issue #3787 - Disabled the Stop process button after clicking it and added a message ‘Terminating the process…’ to notify the user. - Issue #4226 - Fixed an issue where select all checkbox only selects the first 50 tables. - Issue #5416 - Ensure that the query tool panel gets closed when clicking on the ‘Don’t Save’ button. - Issue #5465 - Fixed an issue where the Edge browser version is showing wrong and warning message gets displayed. - Issue #5492 - Fixed an issue where the search object is unable to locate inherited tables and constraint filters are not working. - Issue #5507 - Fixed connection and version number detection issue when the database server is upgraded. - Issue #5521 - Fixed an issue when dumping servers from a desktop pgAdmin app by providing an option ‘–sqlite-path’. - Issue #5539 - Fixed typo in exception keyword. - Issue #5584 - Fixed an issue where two identical tables showing different by schema diff tool. - Issue #5592 - Ensure that pgadmin should be able to connect to the server which has password more than 1000 characters.- Update to 4.22 - New features * Added connected pgAdmin user and connection name in the log file. * Show the startup log as well as the server log in the runtime's log viewer. - Bugfixes * Gracefully informed the user that the database is already connected when they click on "Connect Database...". * Fixed an issue where clicking on the cross button of the alert box on the login page is not working. * Fixed the SQL help issue for EDB Postgres Advanced Server. * Ensure that maintenance job should be worked properly for indexes under a materialized view. * Ensure that file browse "home" button should point to $HOME rather than /. * Ensure that 'With OID' option should be disabled while taking backup of database server version 12 and above. * Fixed invalid literal issue when removing the connection limit for the existing role. * Fixed internal server error when clicking on Triggers -> 'Enable All' for partitions. * Fixed generated SQL issue for auto vacuum options. * Ensure that the dependencies tab shows correct information for Synonyms. * Fixed an issue where the newly added table is not alphabetically added to the tree. * Fixed list sorting issue in the schema diff tool. * Fixed an issue while comparing the two identical schemas using the schema diff tool. * Fixed an issue when renaming the column not added in the proper order. * Correct ipv4 "all interfaces" address in the container docs, per Frank Limpert. * Fixed an issue where select2 hover is inconsistent for the SSL field in create server dialog. * Fixed post-login redirect location when running in server mode under a non-default root. * Fixed an issue where the background job creation fails if there is only a version-specific python binary available in PATH. * Fixed data truncation issue when updating the data of type character with length. * Fixed an issue where if LDAP_SEARCH_BASE_DN is not set then, the value for LDAP_BASE_DN will be considered. * Fixed an issue where clicking on Select All button, not selecting all the options in pgAgent job scheduler. * Clarify and correct the docs on enabling the pl/debugger plugin on the server. * Fixed Unicode decode error 'utf-8' codec can't decode byte. - Packaging: * refresh fix-python-lib.patch * add keyring e8697e2eef76c02d3a6332778881b2a8210976f2 enabling GPG source tarballs verification- Decrease requirements to build in SLE/Leap: * Werkzeug from 0.15.0 to 0.14.1 * passlib from 1.7.2 to 1.7.1 * psycopg from 2.8 to 2.7.4 * python-dateutil from 2.8.0 to 2.7.3 * simplejson from 3.16.0 to 3.13.2 * pytz from 2018.9 to 2018.3 pgadmin has this tendency to just follow the latest versions instead of properly specify required versions.- Update to 4.21 - New features * Added search object functionality. * Added LDAP authentication support. * Added support for parameter toast_tuple_target and parallel_workers of the table. * Added support of Packages, Sequences and Synonyms to the Schema Diff. * Added an option to prevent a browser tab being opened at startup. - Bug fixes * Ensure that the start and end date should be deleted when clear the selection for pgAgent Job. * Fixed calendar opening issue on the exception tab inside the schedules tab of pgAgent. * Fixed an issue where the autovacuum_enabled parameter is added automatically in the RE-SQL when the table has been created using the WITH clause. * Fixed generated SQL when any token in FTS Configuration or any option in FTS Dictionary is changed. * Fixed tab key navigation issue for parameters in table dialog. * Ensure that switch cell is in sync with switch control for accessibility. * Fixed compilation warnings while building pgAdmin. - Update to 4.20 - New features * Added support of Collation, FTS Configuration, FTS Dictionary, FTS Parser and FTS Template to the Schema Diff. * Added support of Domain, Domain Constraints and Types to the Schema Diff. - Housekeeping * Enhance the color of switch control for both light and dark theme. * Added and fixed gettext usage for better translation coverage. - Bug fixes * Fix an issue where the user can not change the value of DateTime picker control using keyboard. * Fixed some accessibility issues in the dialogs. * Fixed chrome driver download utility issue for Ubuntu. * Change some colors and opacity to comply with WCAG color contrast standards. * Fix an accessibility issue to maximize the panel for all alertify dialog. * Improve logic to get the DDL statements as a part of the comparison. * Fixed tab key navigation issue for Grant Wizard. * Fixed Unicode character issue causing error on Python2 environment. * Fixed focus color issue for Alertify dialog buttons.- Update dependencies versions and replace python-Flask-Security with python-Flask-Security-Too (fixes boo#1166991)- Update to 4.19 (boo#1166681) - New features * Added accessibility support in AlertifyJS. * Added Czech language support. * Added Python 3.8 support. - Housekeeping * Improve code coverage and API test cases for the Event Trigger module. * Improvements in the UI for both default and dark themes. * Enhance logging by tracking stdout and stderr of subprocess when log level set to DEBUG. * Added option to override the class name of a label tag for select2 control. - Bug fixes * Changed the color of selected and hovered item for Select2 dropdown. * Improve the style of the highlighted code after query execution for Dark mode. * Ensure that AlertifyJS should not be visible as a title for alert dialog. * Changed background pattern for geometry viewer to use #fff for all themes. * Fix an issue where debugger not showing all arguments anymore after hitting SQL error while debugging. * Set proper focus on tab navigation for file manager dialog. * Fix an issue where command and statements were parsed incorrectly for Rules. * Ensure that all the transactions should be canceled before closing the connections when a server is disconnected using pgAdmin. * Fixed Firefox monospaced issue by updating the font to the latest version. * Update Flask-SQLAlchemy and SQLAlchemy package which is not working on Windows with Python 3.8. * Fix syntax error when changing the event type for the existing rule. - Update to 4.18 - New features * Added support for a multi-level partitioned table. * Added a Schema Diff tool to compare two schemas and generate a diff script. * Allow screen-reader to read label & description of non-textable elements. * Allow screen-reader to identify the alert errors. * Added labels and titles after parsing and validating all the pgAdmin4 web pages for accessibility. * Set input controls as read-only instead of disabled will allow tab navigation in the properties tab and also allow screen readers to read it. - Housekeeping * Improve code coverage and API test cases for the CAST module. * Improve code coverage and API test cases for the LANGUAGE module. * Improve the test framework to run for multiple classes defined in a single file. * Updated wcDocker package which includes aria-label accessibility improvements. * Replace node-sass with sass for SCSS compilation. - Bug fixes * Ensure that path file name should not disappear when changing ext from the dropdown in file explorer dialog. * Fixed an issue while editing char[] or character varying[] column from View/Edit data throwing an error. * Fixed an issue where Grant wizard unable to handle multiple objects when the query string parameter exceeds its limit. * Added tab navigation on close buttons for all the panels and create/properties dialog. * Fix column resizable issue in the file explorer dialog. * Logout the pgAdmin session when no user activity of mouse move, click or keypress. * Fix an issue where setting STORAGE_DIR to empty should show all the volumes on Windows in server mode. * Updated the incorrect icon used for the cast node on refresh. * Fix an issue where refreshing a package results in the change in the object completely. * Fix an issue where select, insert and update scripts on tables throwing an error. * Ensure Postfix starts in the container, now it runs as non-root by default. * Fixed an issue where Save Password control disappears after clicking on it while creating a server. - Update to 4.17 - New features * Allow screen-reader to read relationship attributes in nested elements. * Ensure all binaries are securely signed and linked with the hardened runtime in the macOS bundle - Housekeeping * Refactored SQL of Table’s and it’s child nodes. * Refactored SQL of Views and Materialized Views. * Refactored SQL of Functions and Procedures. * Added support for on-demand loading of items in Select2. * Added code coverage tool for pgAdmin. - Bug fixes * Fix syntax highlighting in code mirror for backslash and escape constant. * Fix an issue where clicking on an empty textbox like fill factor or comments, considers it as change and enabled the save button. * Added support to view multilevel partitioned tables. * Ensure that constraints, indexes, rules, triggers, and compound triggers should be created on partitions. * Added more information to the ‘Database connected/disconnected’ message. * Ensure that the user should be able to select/modify tablespace for the partitioned table on v12 and above. * Rename some internal environment variables that could conflict with Kubernetes. * Fix vulnerability issues reported by ‘yarn audit’. Replace the deprecated uglifyjs-webpack-plugin with a terser-webpack-plugin. * Ensure that the error message should not be displayed if Tablespace is not selected while creating the index. * Fix an issue where operator, access method and operator class is not visible for exclusion constraints. * Add a note to the documentation about the use of non-privileged ports on filesystems that don’t support extended attributes when running the container. * Added tab navigation for tabs under explain panel in query tool. * Fix an issue where the table is not created with autovacuum_enabled and toast.autovacuum_enabled for PG/EPAS 12. - Update to 4.16 - New features * Warn the user on changing the definition of Materialized View about the loss of data and its dependent objects. * Allow drag and drop functionality for all the nodes under the database node, excluding collection nodes. * Use a ‘play’ icon for the Execute Query button in the Query Tool for greater consistency with other applications. * Added aria-label to provide an invisible label where a visible label cannot be used. * Added role=”status” attribute to all the status messages for accessibility. * Run pgAdmin in the container as a non-root user (pgadmin, UID: 5050) * Allow Gunicorn logs in the container to be directed to a file specified through GUNICORN_ACCESS_LOGFILE. * Changed the open query tool and data filter icons. - Housekeeping * Add Reverse Engineered and Modified SQL tests for Materialized Views. * Refactored code of table and it’s child nodes. * Refactored code of columns node. - Bug fixes * Fix issue where the Reset button does not get enabled till all the mandatory fields are provided in the dialog. * Fix scrolling issue in ‘Users’ dialog. * Remove the sorting of table headers with no labels. * Updated documentation for default privileges to clarify more on the grantor. * Fix query tool launch error if user name contains HTML characters. It’s a regression. * Fix network disconnect issue while establishing the connection via SSH Tunnel and it impossible to expand the Servers node. * Fix an issue where the wrong type is displayed when changing the datatype from timestamp with time zone to timestamp without time zone. * Ensure that the superuser should be able to create database, as the superuser overrides all the access restrictions. * Fix server connection drops out issue in query tool. * Updated the json file name from ‘servers.json’ to ‘pgadmin4/servers.json’ in the container deployment section of the documentation. * Ensure that the superuser should be able to create role, as the superuser overrides all the access restrictions. * Fix reverse engineering SQL issue for partitions when specifying digits as comments. * Enhance the logic to change the label from ‘Delete/Drop’ to ‘Remove’ for the server and server group node. * Shown some text on process watcher till the initial logs are loaded. * Fix VPN network disconnect issue where pgAdmin4 hangs on expanding the Servers node. * Fix main window tab navigation accessibility issue. * Ensure that the Servers collection node should expand independently of server connections. * Fix the help button link on the User Management dialog. * Fix accessibility issues. * Fix XSS issue in explain and explain analyze for table and type which contain HTML. * Fix an issue of retrieving properties for Compound Triggers. It’s a regression. * Fix an issue where pgAdmin4 unable to retrieve table node if the trigger is already disabled and the user clicks on Enable All. * Fix reverse engineering SQL issue for triggers when passed a single argument to trigger function. * Fix an issue where length and precision are not removed from table/column dialog. * Fix an issue where the Interval data type is not displayed in the properties dialog of table/column. * Fix ‘Could not find the object on the server.’ error while refreshing the check constraint. * Fix issue where the user can not switch the UI language. It’s a regression. * Fix reverse engineering SQL issue where when clause is not visible for PG/EPAS 12. * Fix pgAdmin4 failed to start issue after upgrading to version 4.15. * Added statistics and storage information in reverse engineering SQL of table/column. * Fix an issue where the inherited table name with quotes did not escape correctly. * Fix an issue where context menu is open along with submenu and the focus is not on context menu or submenu. - Update to 4.15 - New features * Added encrypted password in reverse engineered SQL for roles. * Added Dark(Beta) UI Theme option. * Support Enable Always and Enable Replica on triggers. * Add an option to request confirmation before cancelling/resetting changes on a Properties dialog. * Added support for custom theme creation and selection. - Bug fixes * Ensure create new object dialog should be opened when alt+shift+n key is pressed on the collection node. * Fixed issue where Drop and Disconnect connection menu points are too close to each other. * Ensure context menus never get hidden below the menu bar. * Rename the context menu from ‘Drop Server’ to ‘Remove Server’. * Ensure the correct “running at” agent is shown when a pgAgent job is executing. * Fix an issue in the Query Tool where shortcut keys could be ignored following a query error. * Fix the toggle case shortcut key combination. * Fix an issue where a black arrow-kind image is displaying at the background of browser tree images. * Ensure comments are shown in reverse engineered SQL for table partitions. * Handle NULL values appropriately when sorting backgrid tables. * Give appropriate error messages when the user tries to use an blank master password. * Remove arbitrary (and incorrect) requirement that composite types must have at least two members. * Don’t quote bigints when copying them from the Query Tool results grid. * Ensure compression level is passed to pg_dump when backing up in directory format. * Ensure the number of jobs can be specified when backing up in directory format. * Ensure Javascript errors during Query Tool execution are reported as such and not as Ajax errors. * Suppress Enter key presses in Alertify dialogues when the come from Select2 controls to allow item selection with Enter. * Ensure that units are respected when sorting by file size in the File dialog. * Ensure all messages are retained in the Query Tool from long running queries. * Updated documentation for the delete row button that only strikeout the row instead of deleting it. * Updated documentation for the query tool toolbar buttons. * Fixed an issue where psql of v12 throwing “symbol not found” error while running Maintenance and Import/Export. * Fixed potential error in the properties dialog for the Code tab. * Fixed an issue where Datetimepicker control opens when clicking on the label. * Fixed potential issue in reset function for nested objects. * Fixed an issue where escape key not working to close the open/save file dialog. * Fixed an issue where keyboard shortcut for context menu is not working when using Firefox on CentOS7. * Fixed docker container exit issue occurs due to change in Gunicorn’s latest version. - Rebase patches: * use-os-makedirs.patch - Add patch to fix command to link to the python library * fix-python-lib.patch- refresh use-os-makedirs.patch to apply cleanly again- add back defattr to fix sle12 build- Update to 4.14 - New features * Added Copy with headers functionality when copy data from Query Tool/View Data. * Implemeted the Query Plan Analyser. * Include PostgreSQL 12 binaries in the container. - Housekeeping * Add Reverse Engineered and Modified SQL tests for Synonyms. * Add Reverse Engineered and Modified SQL tests for Unique Constraints. - Optimize Webpack to improve overall performance. - Bug fixes * Ensure backup a partition table should not backup the whole database. * Ensure that ‘ENTER’ key in the data filter should not run the query. * Fix issue where backup fails for schema name that needs quoting. * Highlighted the color of closing or opening parenthesis when user select them in CodeMirror. * Fix issue where export job fails when deselecting all the columns. * Fix an error where ‘false’ string is displayed when we add a new parameter in the Parameters tab, also clear the old value when the user changes the parameter name. * Ensure that pgAdmin should work behind reverse proxy if the inbuilt server is used as it is. * Fix issue where pgAdmin does not load completely if loaded in an iframe. * Ensure the search path should not be quoted for Database. * Ensure pgAdmin should work behind reverse proxy on a non standard port. * Fix query tool open issue on Internet Explorer. * Fix issue where query history is not visible in the query history tab. * Ensure the search path should not be quoted for Function, Procedure and Trigger Function. * Fix issue where VALID foreign keys show as NOT VALID in the SQL tab for tables. * Ensure the MAC OSX app should be notarized for Catalina. - Changes from 4.13 - New features * Added Gather Merge, Named Tuple Store Scan and Table Function Scan icon for explain module. * Don’t wait for the database connection before rendering the Query Tool UI, for improved UX. * Allow configuration options to be set from the environment in the container distribution. * Ensure editable and read-only columns in Query Tool should be identified by icons and tooltips in the column header. * Add an Italian translation. * Refactor Dockerfile to avoid needing to run supporting scripts (i.e. ‘docker build .’ will work) and minimise layers. - Housekeeping * Add Reverse Engineered SQL tests for Schemas. * Add Reverse Engineered SQL tests for Views. * Add Reverse Engineered SQL tests for Rules. * Add Reverse Engineered and Modified SQL tests for Foreign Keys. * Add Reverse Engineered and Modified SQL tests for Foreign Servers. * Add Reverse Engineered and Modified SQL tests for Foreign Tables. * Add Reverse Engineered and Modified SQL tests for FTS Templates. * Add Reverse Engineered and Modified SQL tests for Indexes. * Add Reverse Engineered and Modified SQL tests for Primary Keys. * Add Reverse Engineered and Modified SQL tests for User Mappings. * Add Modified SQL tests for Resource Group. - Bug fixes * Added ProjectSet icon for explain module. * Ensure Boolean columns should be editable using keyboard keys. * Further code refactoring to stabilise the Feature Tests. * Fix an issue where oid column should not be pasted when copy/paste row is used on query output containing the oid column. * Fix display of validation error message in SlickGrid cells. * Fix issue where Validated switch option is inverted for the Foreign Key. * Fix a debugger error when using Python 2.7. * Fix error while importing data to a table using Import/Export dialog and providing “Not null columns” option. * Ensure View should be created with special characters. * Ensure Boolean columns should be editable in View/Edit data and Query Tool. * Fix an error that could be seen when click on any system column of a table. * Unescape HTML entities in database names in the Query Tool title bar. * Add editor options for plain text mode and to disable block folding to workaround rendering speed issues in CodeMirror with very large scripts. * Ensure port and username should not be mandatory when a service is provided. * Fix Truncate option deselect issue for compound triggers. * Fix length and precision enable/disable issue when changing the data type for Domain node. * Fix SQL tab issue for Views. It’s a regression of compound triggers. * Fix PGADMIN_SERVER_JSON_FILE environment variable support in the container. * Fix exception in query history for python 2.7. * Fix query tool launch error if user name contain html characters. * Increase cache control max age for static files to improve performance over longer run. * Fix SQL issue of length and precision when changing the data type of Column. * Fix modified SQL for Index when reset the value of Fill factor and Clustered?. * Fix reversed engineered SQL for btree Index when provided sort order and NULLs. * Ensure sequence with negative value should be created. * Fix issue where EXEC script doesn’t write the complete script for Procedures. * Fix query tool and view data issue with the Italian language. * Ensure Primary Key should be created with Index. * Fix query history exception for Python 3.6.- Update to 4.12 - New features * Add support of Compound Triggers for EPAS 12+. * Add support for planner support functions in PostgreSQL 12+ functions. * Add support for generated columns in Postgres 12+. * Use the full tab space for CodeMirror instances on dialogues where appropriate. * Allow a banner to be displayed on the login and other related pages showing custom text. * Allow enhanced cookie protection to be disabled for compatibility with dynamically addressed hosting environments. * Add an optimisation to the internal code responsible for searching for treeview nodes. * Display the row count in the popup message when counting table rows, not just in the properties list. * Add support in query history to show internal queries generated by pgAdmin during save data operations. - Housekeeping * Add Reverse Engineered SQL tests for Columns. * Add Reverse Engineered SQL tests for Trigger Functions. * Add Reverse Engineered SQL tests for Exclusion Constraint. * Add a –modules option to the RE-SQL test suite to allow testing of specific object types. - Bug fixes * Fix issue where Deleting N number of rows makes first N number of rows disable. * Fix generation of reverse engineered SQL for tables with Greenplum 5.x. * Update wcDocker to allow the browser’s context menu to be used except in tab strips and panel headers. * Ensure type names are properly encoded in the results grid. * Fix generation of reverse engineered SQL for partition table, partitions were shown as a child of indexes. * Update wcDocker to prevent window state loading creating blank dialogues. * Fix accessibility issue for checkbox in IE11. * Ensure the Query Tool doesn’t throw an error when viewing the contents of a table with no columns. * Ensure columns can be created when they are IDENTITY fields with the CYCLE option enabled. * Ensure purely numeric comments can be saved on new columns. * Fix accessibility issue for Datetime cell in backgrid. * Ensure the query tool will work with older versions of psycopg2 than we officially support, albeit without updatable resultsets. * Ensure command tags are shown in the messages tab of the Query Tool. * Fix load on demand in View/Edit data mode. * Fix some errors thrown on the JS console when dragging text in the Query Tool. * Ensure triggers should be updated properly for EPAS server. * Fix the reverse engineered SQL for trigger functions with the WINDOW option selected. * Ensure enable trigger menu should be visible when trigger is disabled. * Ensure the comment on a Primary Key constraint can be edited under the Table node. * Fix console error when changing kind(SQL/BATCH) for pgAgent job step. * Fix double click issue to expand the contents of a cell if the resultset was not editable. * Fix generation of reverse engineered SQL for Rules. * Ensure compound triggers for event should be updated properly. * Ensure compound triggers should be displayed under Views. * Ensure Truncate option should be available for Compound Triggers. - Changes from 4.11 - New features * Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. * Set the mouse cursor appropriately based on the layout lock state. * Add EXPLAIN options for SETTINGS and SUMMARY. - Housekeeping * Add Reverse Engineered SQL tests for Roles and Resource Groups. * Add Reverse Engineered SQL tests for FDWs. * Add Reverse Engineered SQL tests for Languages. * Add Reverse Engineered SQL tests for Extensions. * Add Reverse Engineered SQL tests for FTS Configurations. * Add Reverse Engineered SQL tests for Packages. * Add Reverse Engineered SQL tests for FTS Dictionaries. * Add Reverse Engineered SQL tests for Domains. * Add Reverse Engineered SQL tests for Collations. * Add Reverse Engineered SQL tests for Types. * Add Reverse Engineered SQL tests for Sequences. * Add Reverse Engineered SQL tests for FTS Parsers. * Add Reverse Engineered SQL tests for Constraints. - Bug fixes * Allow keyboard navigation of all controls on subnode grids. * Fix dropping of pgAgent schedules through the Job properties. * Prevent flickering of large tooltips on the Graphical EXPLAIN canvas. * Fix an error that could be seen when editing column privileges. * Ensure parameter values are quoted when needed when editing roles. * EXPLAIN options should be Query Tool instance-specific. * Fix an error while retrieving json data from the table. * Fix ‘malformed array literal’ error when updating a pgAgent job. * Ensure drag/drop from the treeview works as expected on Firefox. * Fix table icon issue when updating any existing field. * Ensure browser should not be started by Selenium when feature tests are excluded from a test run. * Use ROLE consistently when generating RE-SQL for roles, not USER. * Fix an error seen when updating a connection string in a pgAgent job step. * Fix reverse engineered sql for Foreign Data Wrapper created on EPAS server in redwood mode. * Fix some minor UI issues on IE11. * Fix sequence reverse engineered SQL generation with quoted names on PG/EPAS 10+. * Fix an issue where Explain and Explain Analyze are not working, it’s regression of #1760. * Fix an issue where Filter toolbar button is not working in view/edit data, it’s regression of keyboard navigation. - Changes from 4.10 - New features * Allow some objects to be dragged/dropped into the Query Tool to insert their signature into the query text. * Allow the path to /pgadmin4/servers.json to be overridden in the container distribution. - Bug fixes * Ensure the browser close confirmation is only shown when closing a Query Tool which is running in a separate browser tab. * Prevent an error that may occur when editing data with an integer primary key. * Fix a quoting issue that caused a blank UI to be displayed when running in French. * Ensure the version comparision should be correct for windows installer. - Changes from 4.9 - New features * Visually distinguish simple tables from tables that are inherited and from which other tables are inherited. - Housekeeping * Add a framework for testing reversed engineered SQL and CRUD API endpoints. - Bug fixes * Fix issue where the dependencies tab for inherited tables/foreign keys shows partial text. * Allow editing of data where a primary key column includes a % sign in the value. * Fix issue where reverse engineered SQL was failing for foreign tables, if it had “=” in the options. * Fix keyboard navigation in “inner” tabsets such as the Query Tool and Debugger. * Ensure the correct label is used in panel headers when viewing filtered rows. * Fix issue where new column should be created with Default value. * Initial support for PostgreSQL 12. * Initial support for PostgreSQL 12. * Initial support for PostgreSQL 12. * Prevent the geometry viewer grabbing key presses when not in focus under Firefox, IE and Edge. * Prevent the “Please login to access this page” message displaying multiple times. * Ensure that the Return key can be used to submit the Master Password dialogue. * Ensure that browser auto-fill doesn’t cause Help pages to be opened unexpectedly. * Fix issue where SSH tunnel connection using password is failing, it’s regression of Master Password. * Fix an initialisation error when two functions with parameters are debugged in parallel. * Fix issue where property dialog of column should open properly for EPAS v12. * Capitalize the word ‘export’ used in Import/Export module. * Ensure strings are properly encoded in the Query History. * Ensure we include the CSRF token when uploading files. * Fix connection restoration issue when pgAdmin server is restarted and the page is refreshed. * Ensure the debugger control buttons are only enabled once initialisation is complete. * Remove additional “SETOF” included when generating CREATE scripts for trigger functions. * Fix help links for backup globals and backup server. * Fix an XSS issue seen in View/Edit data mode if a column name includes HTML. * Ensure Python escaping matched JS escaping and fix a minor XSS issue in the Query Tool that required superuser access to trigger. * Ensure that both columns and partitions can be edited at the same time in the table dialog. * Fix an XSS issue when username contains XSS vulnerable text.- Update to pgadmin4 4.8 - New features * Feature #2653 - Allow the UI layout to be fully locked or to prevent docking changes. - Bug fixes * Omit the geometry viewer in the Query Tool from layout saving. * Improve the performance of explain plan by embedding the images only when downloading it. * Fix the issue of accessing the SQL for Views and Materialized Views. Regression of pluralisation of folder names.- Update to pgadmin4 4.7 - Bug fixes * In server mode, update all the saved server credentials when user password is changed. * Fix the responsive layout of the main menu bar. * Fix syntax error when adding more than one column to the existing table. * Fix file browser path issue which occurs when client is on Windows and server is on Mac/Linux. * Added Master Password to increase the security of saved passwords. * Fix accessibility issue for menu navigation. * Update the UI logo. * Fixed CSRF security vulnerability issue, per Alvin Lindstam * Properly assign dropdownParent in Select2 controls. * Ensure popper.js is installed when needed. * Fixed Tab key navigation for Maintenance dialog. * Fix Tab key issue for Toggle switch controls and button on the dialog footer in Safari browser. * Ensure that element should get highlighted when they get focus on using Tab key. * Fixed console error when subnode control is used in panels. * Stop using application/x-javascript as a mime type and use the RFC-compliant application/javascript instead. * Fixed error on displaying table properties of a table partitioned by list having a default partition. * Fix handling of JSON in the Query Tool with NULL elements. * Fix navigation of switch cells in grids. * Clarify wording for the NO INHERIT option on constraints, per Michel Feinstein. * Relax the permission check on the directory containing the config database, as it may fail in some environments such as OpenShift. * Prevent Backgrid Password cells from losing focus if the browser opens an autocomplete list. * Fix syntax error when creating a table with a serial column.- Update to pgadmin4 4.6 - Features * Feature #4165 - Depend on psycopg2-binary in the Python wheel, rather than psycopg2. - Bug fixes * Ensure that on clicking Delete button should not delete rows immediately from the database server, it should be deleted when Save button will be clicked. * Ensure that newly added row in backgrid should be visible. * Ensure that JSON strings as comments should be added properly for all the objects. * Fix an issue where Deleting N number of rows makes first N number of rows disable. * Added support for Default Partition. * Fix an issue where ‘GRANT UPDATE’ sql should be displayed for default sequence privileges. * Ensure that confirmation dialog should be popped up before reload of query tool or debugger if it is opened in a new browser tab. * Ensure that record should be add/edited for root partition table with primary keys. * Fixed alignment issue of columns in definition section of Index node. * Fixed ‘Location cannot be empty’ error when open Tablespace properties. * Fix an issue where the dropdown becomes misaligned/displaced. * Ensure the treeview shows all sequences except those used to implement IDENTITY columns (which can be edited as part of the column). Show all if Show System Objects is enabled. * Fixed ‘Increment value cannot be empty’ error for existing tables. * Ensure that parameters of procedures for EPAS server 10 and below should be set/reset properly. * Prevent duplicate columns being included in reverse engineered SQL for tables. * Ensure sanity of the permissions on the storage and session directories and the config database.- Update to pgadmin4 4.5 - Bug fixes * Fixed ‘Change Password’ issue for SCRAM authentication. * Ensure that two consecutive SELECT statements should work properly. * Relabel the Save button on the datagrid text editor to avoid confusion with the actual Save button that updates the database. * Added recommended ESLinter checks. * Ensure that pgAdmin4 should work properly with psycopg2 v2.8 - Changes from pgadmin4 4.4 Warning: This release includes a bug fix (Bug #3887) which will rename the per-user storage directories for existing users when running in server mode. Previously, saved SQL queries were stored under the STORAGE_DIR in a sub-directory named after the username part of the user’s email address. From this version onwards, the full email address is used, with the @ replaced with an underscore. For example, in v.4.3 with STORAGE_DIR set to /var/lib/pgadmin4 user files may be stored in: /var/lib/pgadmin4/storage/username/ With the fix, that directory will be renamed (or created for new users) as: /var/lib/pgadmin4/storage/username_example.com/ - Features * Add support for reverse proxied setups with Gunicorn, and document Gunicorn, uWSGI & NGINX configurations. * Make the Query Tool history persistent across sessions. * Remove the large and unnecessary dependency on React and 87 other related libraries. * Add support for IDENTITY columns. * Add an ePub doc build target. - Bug fixes * Fix naming inconsistency for the column and FTS parser modules. * Include inherited column comments and defaults in reverse engineered table SQL. * Improve a couple of German translations. * Use the user’s full email address (not just the username part) as the basis for the storage directory name. * Update wcDocker to fix the issue where the Scratch Pad grows in size if the results panel is resized. * Avoid ‘bogus varno’ message from Postgres when viewing the SQL for a table with triggers. * Update all Python and JavaScript dependencies. * Include comment SQL for inherited columns in reverse engineered table SQL. * Make the WHEN field a CodeMirror control on the Event Trigger dialogue. * Fix the online help button on the resource group dialogue. * Enable the online help button on the index dialogue. * Handle resultsets with zero columns correctly in the Query Tool. * Include inherited columns in SELECT scripts. * Fix the latexpdf doc build. * Fix handling of numeric arrays in View/Edit Data. * Enlarge the grab handles for resizing dialogs etc. * Append the file suffix to filenames when needed in the File Create dialogue. * Ensure that Firefox prompts for a filename/location when downloading query results as a CSV file. * Change the CodeMirror active line background colour to $color-danger-lighter so it doesn’t conflict with the selection colour. * Fix the RE-SQL syntax for roles with a VALID UNTIL clause. * Prevent an empty error message being shown when “downloading” a CREATE script using the CSV download. * Overhaul the layout saving code so it includes the Query Tool and Debugger, and stores the layout when change events are detected rather than (unreliably) on exit. * Display errors during CSV download from the Query Tool in the UI rather than putting them in the CSV file. * Improve the German translation for Backup Server. * Ensure the toolbar buttons are properly reset following a CSV download in the Query Tool. * Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. * Ensure sequences can be created with increment, start, minimum and maximum options set. * Fix an issue where JSON data would not be rendered in the Query Tool. * Ensure View/Materialized View node should be visible after updating any property. * Fix custom autovacuum configuration for Materialized Views.- Update to pgadmin4 4.3 - Features * Install a script to start pgAdmin (pgadmin4) from the command line when installed from the Python wheel. * Add a “scratch pad” to the Query Tool to hold text snippets whilst editing. * Add Commit and Rollback buttons to the Query Tool. * Allow X-FRAME-OPTIONS to be set for security. Default to SAMEORIGIN. * Automatically expand child nodes as well as the selected node on the treeview if there is only one. * Include multiple versions of the PG utilties in containers. * Update Alpine Linux version in the docker container. * Support double-click on Query Tool result grid column resize handles to auto-size to the content. - Bug fixes * Ensure size stats are prettified on the statistics tab when the UI language is not English. * Handle display of roles with expiration set to infinity correctly. * Allow editing of values in columns with the oid datatype which are not an actual row OID. * Make the Query Tool tab titles more concise and useful. * Fix support for bigint’s in JSONB data. * Update CodeMirror to 5.43.0 to resolve issues with auto-indent. * Ensure JSON data isn’t modified in-flight by psycopg2 when using View/Edit data. * Modify the Download as CSV option to use the same connection as the Query Tool its running in so temporary tables etc. can be used. * Fix context sub-menu alignment on Safari. * Update documentation screenshots as per new design. * Fix alignment of Close and Maximize button of Grant Wizard. * Add full support and testsfor all PG server side encodings. * Fix editing of table data with a JSON primary key. * Ignore exceptions in the logger. * Close connections gracefully when the user logs out of pgAdmin. * Fix alignment of checkbox to drop multiple schedules of pgAgent job. * Don’t exclude SELECT statements from transaction management in the Query Tool in case they call data-modifying functions. * Optimise display of Dependencies and Dependents, and use on-demand loading of rows in batches of 100. * Fix alignment of import/export toggle switch. * Prevent an error when closing the Sort/Filter dialogue with an empty filter string. * Fix alignment of Connection type toggle switch of pgagent. * Fix the query to set bytea_output so that read-only standbys don’t consider it a write query. * Add full support and testsfor all PG server side encodings. * Don’t embed docs and external sites in iframes, to allow the external sites to set X-FRAME-OPTIONS = DENY for security. * Add full support and testsfor all PG server side encodings. * Custom-encode forward slashes in URL parameters as Apache HTTPD doesn’t allow them in some cases. * Update CodeMirror to 5.43.0 to resolve issues with tab indent with use spaces enabled. * Ensure long queries don’t cause errors when downloading CSV in the Query Tool. * Disable the editor and execute functions whilst queries are executing. * Fix an issue where importing servers fails if a group already exists for a different user.- Update to pgadmin4 4.2 - Bug fixes * Replace Bootstrap switch with Bootstrap4 toggle to improve the performance. * Replace the PyCrypto module with the cryptography module. * Fixed SQL for foreign table options. * Fixed execution time to show Hours part for long running queries in Query Tool. * Messages tab of query tool should be clear on subsequent execution of table/view using View/Edit Data. * Clear drop-down menu should be disabled for View/Edit Data. * Fixed Statistics panel hang issue for 1000+ tables. * Proper error should be thrown when server group is created with existing name. * Ensure long string should be wrap in alertify dialogs. * Ensure that output of the query should be displayed even if Data Output window is detached from the Query Tool. * Inline edbspl trigger functions should not be visible in Grant Wizard. * Proper SQL should be generated when create function with return type as custom type argument. * Ensure that database restriction of server dialog should work with special characters. * Ensure that Backup/Restore button should work on single click. * Fixed SQL for when clause while creating Trigger. * Proper SQL should be generated when creating/changing column with custom type argument. * Ensure that file format combo box value should be retained when hidden files checkbox is toggled. * Proper SQL should be generated when create procedure with custom type arguments. * Ensure that browser should warn before close or refresh. * Fixed EXEC script for procedures. * Proper SQL should be generated when create domain of type interval with precision. * Drop-down should be closed when click on any other toolbar button. * Fixed keyboard navigation for dialog tabs. * Increase frames splitter mouse hover area to make it easier to resize. * Fixed alignment of tree arrow icons for Internet Explorer. * Ensure object names in external process dialogues are properly escaped. * Correct order of Save and Cancel button for json/jsonb editing. * Data should be updated properly for FTS Configurations, FTS Dictionaries, FTS Parsers and FTS Templates. * Fixed unable to drop multiple Rules and Foreign Tables from properties tab. * Fixed Query Tool Initialization Error. * Fixed keyboard navigation for Select2 and Privilege cell in Backgrid. * Correct schema should be displayed in Materialized View dialog. * Fixed debugger issue for procedure inside package for EPAS servers. * Fix alignment of help messages in properties panels. * Fix alignment of submenu for Internet Explorer. * Ensure that grant wizard should list down functions for EPAS server running with no-redwood-compat mode. * Dashboard graph optimization. * Remove Python 2.6 code that’s now obsolete. * Expose the bind address in the Docker container via PGADMIN_BIND_ADDRESS. * Exclude HTTPExceptions from the all_exception_handler as they should be returned as-is. - Rebase fix-python3-crypto-call.patch- Update to pgadmin4 4.1 - Bug fixes * Fix SQL generated for tables with inherited columns. * Ensure the context menu works after a server is renamed. * Fix ordering of VACUUM options which changed in PG11. * Don’t show system catalogs in the schemas property list unless show system objects is enabled. * Fix help for the backup/restore dialogues. * Ensure that last row of table data should be visible and user will be able to add new row. * Make the browser more robust in the face of multibyte characters in SQL_ASCII databases. - Update to pgadmin4 4.0 - Features * Allow query plans to be downloaded as an SVG file. * New UI design. * Allow servers to be pre-loaded into container deployments. - Bug fixes * Increase the size of the resize handle of the edit grid text pop-out. * Fix handling of array types as inputs to the debugger. * Fix an issue that could cause the Query Tool to fail to render. * Display event trigger functions correctly on EPAS. * Further improvements to treeview restoration. * Run Postfix in the container build so passwords can be reset etc. * Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them. * Fix a webpack issue that could cause the Query Tool to fail to render. * Ensure we display the relation name (and not the OID) in the locks table wherever possible. * Fix an encoding issue in the query tool. * Include the WHERE clause on EXCLUDE constraints in RE-SQL. * Fix an issue when user define Cast from smallint->text is created. * Hide Radio buttons that should not be shown on the maintenance dialogue. * Ensure that null values handled properly in CSV download. * Tweak the wording on the Grant Wizard. * Prevent attempts to bulk-drop schema objects. * Ensure the browser toolbar buttons work in languages other than English. * Allow horizontal sizing of the edit grid text pop-out. * Ensure auto complete should works when first identifier in the FROM clause needs quoting. * Ensure auto complete should works for columns from a schema-qualified table. * Ensure identifiers are properly displayed in the plan viewer. * Make the setup process more robust against aborted executions. * Fixed an issue while creating export job. - Make pgadmin4-web suggest the pgadmin4-doc package instead of requiring it.- Update to pgadmin4 3.6 - Features * Add support for dropping multiple objects at once from the collection Properties panel. * Add the ability to import and export server definitions from a config database - Bug fixes * Ensure previous notices are not removed from the Messages tab in the Query Tool if an error occurs during query execution. * Allow the selection order to be preserved in the Select2 control to fix column ordering in data Import/Export. * Allow use of 0 (integer) and empty strings as parameters in the debugger. * Properly report errors when debugging cannot be started. * Prevent the debugger controls being pressed again before previous processing is complete. * Fix toggle breakpoints buttons in the debugger. * Fix changes to the NOT NULL and default value options in the Table Dialogue. * Fix dropping of multiple functions/procedures at once.- Compact description and trim first-person grammar. - Rename pgadmin4-docs to pgadmin4-doc to be in line with the naming of other packages in openSUSE. - Safeguard fdupes to not run over partition boundaries.- Update to pgadmin4 3.5 - Features * Save the treeview state periodically, and restore it automatically when reconnecting. * Migrate from Bootstrap 3 to Bootstrap 4. - Bug fixes * Ensure that Utilities(Backup/Restore/Maintenence/Import-Export) should not be started if binary path is wrong and also added ‘Stop Process’ button to cancel the process. * Fix syntax error when creating new pgAgent schedules with a start date/time and exception. * Cleanup session files periodically. * Rename the ‘SQL Editor’ section of the Preferences to ‘Query Tool’ as it applies to the whole tool, not just the editor. * Fix CREATE Script functionality for EDB-Wrapped functions. * Fix connection garbage collector. * Purge connections from the cache on logout. * Ensure that utility existence check should work for schema and other child objects while taking Backup/Restore. * Fixed fatal error while launching the pgAdmin4 3.5. Update the version of the Flask to 0.12.4 for release.- Update to pgadmin4 3.4 - Features * Move all CSS into SCSS files for consistency and ease of colour maintenance etc. * Add optional data point markers and mouse-over tooltips to display values on graphs. * Add shortcuts for View Data and the Query tool to the Browser header bar. - Bug fixes * Ensure the runtime can startup properly if there are wide characters in the logfile path on Windows. * Fix handling of backslashes in the edit grid. * Ensure queries are no longer executed when dashboards are closed. * Fix support for the CLOB datatype in EPAS. * Fix logic around validation and highlighting of Sort/Filter in the Query Tool. * Ensure auto-complete works for objects in schemas other than public and pg_catalog. * Ensure changes to Query Tool settings from the Preferences dialogue are applied before executing queries. * Swap the Schema and Schemas icons and Catalog and Catalogs icons that had been used the wrong way around.- Update to pgadmin4 3.3 - Features * Add a geometry viewer that can render PostGIS data on a blank canvas or various map sources. * Added new backup/restore options for PostgreSQL 11. Added dump options for 'pg_dumpall'. * Add a Spanish translation. - Bug fixes * Stabilise feature tests for continuous running on CI systems. * Fixed debugger execution issues. * Ensure 'select all' and 'unselect all' working properly for pgAgent schedule. * Fix sort/filter dialog issue where it incorrectly requires ASC/DESC. * Ensure backup should work with '--data-only' and '--schema-only' for any format. * Fix keyboard shortcuts layout in the preferences panel. * Merge pgcli code with version 1.10.3, which is used for auto complete feature. * Ensure that refreshing a node also updates the Property list. * Ensure that refresh button on dashboard should refresh the table. * Handle connection errors properly in the query tool. * Make session implementation thread safe * Ensure external table node should be visible only for GPDB. * Fix auto scrolling issue in debugger on step in and step out. * Fix sort/filter dialog editing issue. * Ensure sort/filter dialog should display proper message after losing database connection. * Ensure sql for Role should be visible in SQL panel for GPDB. * When building the Windows installer, copy system Python packages before installing dependencies to ensure we don't end up with older versions than intended. * Correct the documentation of View/Edit data.- Initial release of pgadmin4 3.2cabernet 1615589974 4.30-1.124.30-1.124.30-1.12pgadminpgadmin4.confpgAdmin4pgadmin4.desktoppgadmin4READMEREADME.SUSEpgadmin4LICENSE/etc/xdg//etc/xdg/pgadmin//usr/bin//usr/share/applications//usr/share/doc/packages//usr/share/doc/packages/pgadmin4//usr/share/licenses//usr/share/licenses/pgadmin4/-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:SLE-15-SP3:GA/standard/bfb46e3e339d5dcaab35d5a7aa8b4739-pgadmin4cpioxz5ppc64le-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b03b3f520fb09139ed01d205f872728d8b953438, for GNU/Linux 3.10.0, strippedAlgol 68 source, ASCII textR R RRRRRRRRR RRRRRR R PPPh90$JԤutf-82895157e621c43a038135c29f874fbbf370e1ea8d1fe8822ba38ea84841affc5? 7zXZ !t/$] crt:bLLEUQX581!_1;Kgebxocmm =4d,BNGkoz?hXg:MK$FEeP=2US EvWY,2??H&]y \H⨗| -Ŗ7VͬNTvy 'u σ$nݞgw#£%tE̓pf]ٍ P84jv@c 2l~#5*#BqUO&㏍ZҖHЂlK밐Y) p-glA/LP&$+zz1y`{ D[Lb;WІ%iN:V-뒼>c JZHvzb]m0177X)pGp}@%, (7U}(0΄ۃ&KC}ΌgL0\Iԍ{y$eH)tP@FBwmvn.kmÃbK`H!UF>Hw%k<'nrK]>~sp=)JAkId 6ɉ7CsIBL{'o}vH,>Zl(ގ's7k=Y`$q]XvY5BU0t5(f`\xD x@lMm60ߓZR ڨXNKdDg׆z?)V&VB})f^WVߪxnl{]qU/▿ʘ,t4 tnOޡ>Vց,LVt9;|ĄE2A*=)zs n6̥hAf[[S|u{,=>՟T:&WHf)3KXlθdJm$87=rwuP1@bp;Bb9:SR*jo bd{1ͣb?sHhx]H+V, :- @Yf#RX`>D5ߔT)J#6p֤/_ /S5W7eiӊ҉FPDх6~)D@䳂fԙ_M($R_=c J `+~%SXxW,͟Q9a*#dK:1#[z\S+z tbټxE KGuE\K$WXoX 9˂xACr+w0:C;[(>XiĕP^V̗ RKdM8|ԑ*?@IR?Eo\'Zb:q?UP=n$Գѯt ꒭5?.~&eT^ÜJwH\s(QE(#L30=i>AOyf{'N,=C50 =7,Llb اVNs pJ/l"J##ɇ/&.{웝,Bn㱼Bv;uFEƄH)\(Y'sHfw3BXdmF]kvEod?_8yV7ۋ:vq6܋r].}e05]I}<&rS2!8̟^5yǜҰ8>X/$0|;P^+sJU' {=%Y׼"p XKb*]eW}Y_!.QlE[-ahOa $\(w+Hr ^/L9Gқ(zITnvj]S)MpB!SDt ~}fP>%@sȜ!_-rұm4`'[`Fav"bN"SNؗM@CmwKJYȠ37 b`PC#[Ii~]yC2(^d )jyn*:>Xr1d<6!@4Bt2kJ~#-૭F7EYxG 03ɣv>HǠI?=6cTl3*xlN} 6"MW*X=aإĺ75aH8@)_ZI"yeʹ햹$?^ LaMEQ٠obML⮃=;z- J*ig-W6v Uhڕoc:wS%stdqTUjQ5dA2yr1p5.;wgnlP M8_@ז{I¯J-/NA_ۜߌ2`e*S};,OG{h\ qa<^DcPBSeu/V$Kc4ڀ Wd0M~WYƱnB4)V.Azp^>0գ{&ݳZXģqiìw3@RVgjA-Q{4X5˕CJ#F5/!8/RvIT)#2|dy3UJ,[f@9tF [F'r[.=;(kd:&ibt ĝE2;n3H0Cme`pQ F躳L[+Ww 0& )Ax (ož}0!oW*d6-yˬm4N Fv !7Q>俰b J,:" GV<@KtVKܷܪELB Kgzc8. ֿ^L6{TL~laRmvXڙMڂ7x۪MOw#2Д"fWkj1ijQ&7jE4sdc΢$M2B̷z\=rrIt^2RK5"$d \Wk /xvI³!U=rE)eڪa}P;ڷ'gpA+ n1pDM6E Ma;Ģyw8#Piy*8F+ŦuWG Z5Z! Y{S<倂XgA59 R52n.Iu6&CX t6K>g;W "J?f}ucWa y V9P4}|i9ZF' t<'O1^^6k60bZs\b / AYVgh 2/S^k?l%l{&*]RX*4[}#lp(aG]4)cټذwNqEˬΑRnFea,7E!M usZ[:E ᘉb K2nlܞDKhnߊo?5FT\pAv2"x|eyT-D0w+E!s|&>W K]!,Wڶ43zZm<" pﲲBIgJx|~Ǭ_k͎e2슧db慢;?PСytvR8Y/P?+j)^88}ޥh @Ms09uGVg ( "! ޞhif}ӛWҢu\kx.Rb\XnCkHp+Q ӿH>6K8-[5|^C)Tj9>#9jr\>;#ՅW5qFXn!p11Of=/Om" TުfFW" 9U߾3C3|&5GE2G*ª2"jWbSj^)WbM|Z8~^LJ ljzfl7Z2N&-(RuUA%G" rQ] +#6|֑v:v>S)̬pNA;UI`2T]-8#Nt@ud@٪J3ȎS#췖G_vI:9zœ@S};jn %> [fc!|ɤd)F+I%(nk Zk&plߕ҂(j\Y欋% T9/g+hs} Pfj_,0k,W"PيmV1$O[RRҼ*b_ʣpgJ[,tb]mmk%i`sP"*Q|E?OB gՊ~[!ZM4DyofbuIyǑ_ՊYvR"& -aO~͟NfkO`-p#QHθdzRJZw/ueRuݯ ycY#b˜s|摈 {ƀό2]C HɀX}_t~0BT Shҫqe;ݲG"uE\_]6U0JghAjDª v4fElxѵM.'cϏfI%Y+I/3T{ur 1x["]!*Gb^)?Q ą>\^sp}}D*ۆAW6'lXc x.^K&.؄ʼ{^+9Wr@PEȊ'ݺk>):s}FL7obq`?,/DlA;T!ή &<*Ղc`PRaT>!ECޏS|pJ`";MZUT'f̸o*g aI]w% ΅v R??td=QVhZ~B^ڬ @ nSw(?|*z;P`m)*D+Ao C2ٵA`t(TQc剖|d_/f0p5E:LQj{ Yh>})882AA=G[xa`ik+#O/!3[|}VbjMEl`u/c!Eħ9PAn9r;m"/`o /m!wLٟ襆m-grF ]S%k&$!&ߙkvX].Hvؾ s Yyz;x3y7Oϴ8q!P=])(7{x>x]1hV@ڌִ8H9GH ТZ9(tz~(}df6Y+@[b M!b4/qdjѝhdwL`nZھb0zb;kbCt*-jDއ[[tGQen6S@Ħϵ  xS!L=8e<@9E~/ !X5)%,\qRdQ" UKl ş+5z)5rus /mPtmd]EmHp?y2̋?wURG, *M7C¬|˙^Fvukhua=X\MXq:=aHo7l8n/lh_5M8.qB VIDZe/"H@>RL FPi+ \si=#66` f0m"yod6⪪B*#O \ Oʰ.N3icujD8X,H-R^J;.Var&S/;!O)\YU3Do,)KAw1WCX,nZpx A[ho'B$w6sK9!Pv[JW@2xIw*Ra {$zU&<b/fRnW\Ixy,yFJ6~NImFG :go>;8o̕Y#]o:21eN| +8ɴ,-N]vRr^9zGK0q %9S܎-Er^CBiӹ7sYoA|kxͽGv]1@7F7/~P ƒh'^q],@^Kbw2<2I:(ѡ :Q+ݘ)0ig`̺QG O9Y}nB!$<#nS hR$_Őpk݈=<66cLsgaLZGp ޷lP NmԁW~ÍZɲO:хρC\]Q%-N pqZ;XՑ ƙP"ge5wHZj؄GwMe[ *pBL9opNZi=a4䈎E7,raNKJ⭮ C;(ᛷ.%OLwgPzg]*uc%Jkn`dH?lF@Ht Yvp`C%NWUת%OX[v- ڃ44)3ң=WljD~hJmD@.I&筓Imin(<zKu _g0`$Եk]Ӥ.qxeeF0}$ZElqkBSڧh+egnX=Jv(6Ztb@^^,h\ Ŀٳ)[tp]עpw6 T=8aBNT~G-++>yլE0V${uژ-!y " qyu$~;/]6)g2Y%*.OCS )8?B6e{KcW[KS6z.jrx Ai/_)in)Jl"T՝b3%3SZJr'E6@}荐ޘ,Wx> +^S &1W;Ksa9qF0^p! G-8\ܥnqΖX XnF)ڹY+VBf=|CY;qSdCw]5B;"3)BՕH5¸7YEHdR@u!*ͱKr<#".C\A/\j+Rlޱ@uEҦj  $r!a},[5C1A3CXW_Odxj_-VޞqʰT?̅Fq7Qʐf ;CS0vW[3(V`9;FsnH/')/S;4pJO݄$E G2T͝۩,_n,!\j@*2,XOB-=ZC>q?LeAşXDc݇l6v_Om s!e?*6D 0.U X*m8KѪ?!CF̭$DS˘lyPR_: (h@eO#d}*w>[h,_>/Bx*Lh۴Z{(s8r Ї3GNGB?ò BJC l7*!O4-nxMѹ61 &OvJ|5$PnH W BD<+5V)/bo\_{^]2\ ؐ , p꒦fC/]$|1kV6@뵒Q>s7}П QE{mkH@egǍ3B9ZI?"( %eyc"ZJFS䖣g,v/ٷ= RLuyRD =)S!(_Mgb3B~X^8K?({b/٫F!r;}Zx(o W;|*/xbK-n,I:3^KWSx0;O5 F!~JFF]{͟gŋX5ABW% HXCMEjr=Bf+k/D:sHW\OZ?(:`Z(qY'#2<&;wCtMM#@*RFivq}[:b(ڦfV\\ddoib5Pq~)y_ݸũ,%kg4 iVaxq\9sC6<0d4U I=#1U7ȱ8刜bCbw$;/lI_{3=g%6aEaenۿWJreIN`O[gVE dlaץTÂD1aw9W%-L{-r>f]x,TEp ?xLPZ6Y01 Y)ßҝFg@ 9~+Z0yA]-Z,0I<ĿHRPp USPv1aH#gɶy‹5 E4%?՜"۶`FX'ub> pm yI=Ȝaȶܙꡃ.:ѣY#{2sB|n/M{,cL 'C3B]eE"ѱpLMOqw ֜Ib Us#9ݿN43":-;\|S=n|* sn!$|٢7oOl)_+A6Q׻<)dhyPsXy1[HIOJ蠂(Q{IJ!A[ingr5րjjo&c,]44KnG–^S"RVwXL[Ku/jm2V_j/ 힑]Acs{ƹ=UnI9. wzsIOi.:2gItq(6DcM,R2rYb C N\9i&1=mFW:ADp G1g31z͝U!US/F0Cp4H 5Z{{ULA9|p>ZP]g<;ԺOTcJ R`T+j)4ۧH[Ec*4wC#K4dinTck+Tw#E ͧ_2;Ju"w쪱=6-N S^'ؤlFxQ!ϗr֣͒j{6c*lcT0!?ϷC琦1,ڔ6X $5Jݍ >0&fQ1SdKBJ Phqvl6}, TTqZeWjQ)Ƈ@zLdc!?wa]'W^KpZ9eؼWRͶpvL+qV @ -m)Bͩk*J(x#gVy~+i8iK_ygwEDⶳHĎl!IX0$"yFI $!{lUj9bإQ#mGyC|ʱzG /zv9L'[*V| 6{;g8>!'%CV,`㯧JVdܜG*h| MXDaK5l@3*ZȶEY5Xxn>lX4} Ȭxd>t#jqY>>3PM(쥡Q~E0D]qߠ&Jl~~Qѓ!؍OZo ݅oF (B1gv}^{wP3 1mᣚID}yKDaOpP+8(^%KK0)Y]5w?nbљ ~Zs:XSLT=LT{ tsxAczį 8כ*,yU L,/v5C+%C?|Xl df+HX-3=Z+$S>dR[Ƚsb'6~Ͽ_'y$A/yhNTAG(=ԜcڏzlR᡹BBᠽ;ǀu.MWKwJ4bPeDmt84y BM$ XGEFHh- %jW[j0ŏvO-{3wWso˄-.D:u`GQwc@~GHci :V"H.}wT83gxًdeT}%4ueÑ;O# bVЇU?!8_XQWYn19#L"*xIBv =ePagTB7c +6-#7r 4 px#5&!Htgw P6R\$kVx=JQzikݤμ#kP' $}%®OmNqrZ`tS[[8LV]# -H?50S5+ ̿쐒BFZ 1w {s)SWkGicRl` `d  o|8s<殪iKfj.+Iq&]'9=1C*q$18#Acd*pՇ9/Ѭ(|DTQ(ݻ׭pИax y(+٪albpi'rX c5v_>0Lu/OfƾGvHLo/6^]m[ ϶oԹL589|po}.P3 0i kgAFx;tcicMq3`0(9Ry> *aD$:SYj yhz=HȦb=jbIm>+?u Nm*Ofl+҇:#Z&'[H48%KT*VY>[" :3<_;P jX! GuD 5"yc[nwS\fw "bIYQUT@stgOiͳc2kX.h!06Es܇%Zl:y+%18‡-GuKՄKg3sJJ8*"iFs; segS+Bϐ"߳1iMx盜.N"gV9u]~nZu+sآIq=0AS{H~ T\ة7\Ed [L+X2d\7Ekc"$0& eojZ˵ ;ḋ0[}\TLQ7mTV-d~h8,zBјbk:bF 3}{;'I,֋DPâLck?+YTh>T&1i*oAԲM}됦dF ^ 2?@3ku+}6/\j Ead(ysA9p%sf(5O9]>8'n2HpUezYK!&{s#~<(yf%$go4$#͜𕨹Yv%Pz(3sP6qG^I:hh؆ @ m TMuni[?X!nlƇ[oo]m&K ڍE jrK-xwOW^.mO9R+Z3E˫ٕirV?_O.0 @;,F J=Y2w$fX4ҫMc׬]M=Ӱ6>Kc;آѹU_Fa ~2h>J52EV.K=%ra7߹}{hW&T%)l0:Z :fK d`8($~LekridX%ڟ&,}fe \{hpŪm&kYr-^P'6 Vчt'9;>f*OH e H?_KD9LHt7#Gf3@Kj2|1UmaPSpeBOd{Ub>f˛359aAr+zt_2`y(E[i"M( ap[*gZħdiDz Ȗ.ZTHM14sHqf8E5q!]NqbJ~Dhc~"o>&Éˀ4:wp!',j'hL8i7z+LYE0ߋIh82_b1q>j|&X@2,6"sn곭{~yYGW*֣H%䛇0B,+c)qB9H$2z bb .3F-CQfngi@NVVqn>upc_jls6`;>) ӿkVPҵ4.;\4 `R7=098{] P[;Bu ;^kYQh0t&x"%L$WTs>Zoݢә0+h0 WmU4J\VtmqE2}dr%n#i᫧]hZ[HJq{؛F"“ U]2ĨBq A{,w0^iq)@5z*ul D Xj5H ޾#s6ێ(魂4tSc^Uicc~׊Mȋ'!>g^ $ Гx#DT+يt_F_>@v 6`g!pn]q$lggog=RIi4ΈXȼAD^/Fq9ՖbRlΒdbWd.LU1cS t` U1H\z5m7L??ff7OK6阅D زazPνɛ^\Atk3'pW] sQX?+O95s1-OdƩ 61 jMh_Π{ ^֬O]uui0SSJ d`۫[6&8FdZ|ލ',"s+Cȷ׎V{qj? +qk{ .cwκ ֞ p͛ƫ@BD\O8U;*̌z:́5ܗ`%_U'.FggYtγy$d4 ֮ }?g 6N߅S9jܷcKR"ě[ Ԭ0~AiP3Wq^F_ zBmXgcV3ʼeJʫlx`IW,c%\3RN#Efփ""Z x|QL h9T_3" zQϾWLw99H 7ՆMֿy}dk4Eד(`=5̵E^0J*Kk aީǺ:?qX (;/*V[zv^W'K\8B_k^r+V(@hQL%DaG z}AE]r Ʈ-£vn8 dpfE?闹!h#ǜZQ)1|`P5rV`cy+lC5ܲ75uR{errT#:lW2AV`H\V9\lwGh-~:)skUom̋]}ȘJEqnUKSH όUF2U}xViS[x+\U̩҃{-ۑfifSqseA\]k t$c`?˼ݥR[LzQxޘTHCtfN :ϜNU-=\}=#Ñ=<m7֢oxE@v<_J!2%Ŷ')}c`O Q,8ďk"nMukyLnWF 1KYe-鑒N-QYIF}Ŷ"HN5Ѩunװt 6&]pL`"C%nIOYyj'*݂njN׏),ve*xiqσAR;d|b2 qjmd2E׉Sʷ2Bk3ν`,-':=gIvD#pA 0lβF,,_򾍭hNÅ _1nm~ M5ʊo}% sHPB"ts.CJa5(>?A]E?Ik`܆6-Z|IK "pĞ_?RNpnYED%!DkL]({F`Y&J=:{5mH)u4 C1*_A"3~qPbmDEqy<|qDTO "Iv~P8=,81^:qFM#- T\z_ ؊J)-= ܶ흢7|SrD;D )+[z vA^)Vp*D:X!mMig-JlP\7D–pZ1q2GwyW{t1lhm^Ey9xmOE/!<+'AHdv}*P;GE8<RH9m s$b}+w5b(~")6q@o8c'yClL'nа%B+YVMlz%H5#د*q4{eX.t&mӷge4 {=5* (DHG0y%/r'e'mX*hSܰC7.^ Zxh\ ˲ӚzW R u3/L17cJ.F h=8ĩdTZvB|h+A i|Kw`dH, A-#;j u:v~W {W0XͶ7Aq,b=Gqjy#<ܼ|ӷJN 1VתKLW[&lŒ5}y:f勬k_6.5Qيnɗ=Qx].BjlTgm|3܀4٥B(T`R]~mD뗏6OW|I֠Fb)5Ql" % (nڈ s>\>.!lvOL ⛄Se*=IA4Ktj!Y}rZ!/#Zɲ"Bڏ0}X%( Nay|9\']q!^maLi`Ok(E(TArЙ,Om+tS[xݝOdx=xg< 'Qɸ'7| g'&96Jm]0E]NJ16j8E6vC28+wnAO:[= ˬ ςޚ{P3bWث|1,77.YhBN F3Lb DyZotAaG{YV%7ǟ"LO:~ܒj+|Ev 3Igx[b\c.gJ3$EXF9QI( w] Wn!.\䡢P\\JfF@)7w^,Z'-j`͊yMSX&}hD`jW03Գ^sTu.5Ɔַ8 ^$0IbQAppυѓD rى5ǰ軳f!r%鋄kCgFkt6yY;}BMeHBhB_(ht#2iJQ{819hqh%WbYiElßo.Psn|ck#\j(e A#}l]~?ܝ v~A'0sK4ҹFrx܃A}@C띸 m[Ƕ)(e 1C3tW (%םR`@?9^.7U\YWZ0;5a|UDLQGp$ֲĜ=\(l?o//Z_ ?\tRvӨa %T_ ޺?.%i,6Ֆ e-kNJȭ4KkM{MUҎE9 ISiWJ;Pv;۝y3gEwHь̇;RRýw{C"d#mEwV9dvSB/'j9dWmMsW2?PZ@"W_ V6n(,١\0Avt@Be W͊=KTjgY.R]q==Dsx€ e0mf<||D4M-Cךǹpܴ_m: ſHJT9 W#uiw]^"jle~hEaqK*L@j򗝌 55cio֧at;rzil8p8Honm1$d_j[}v)S6ynmtЦ6`]%ݰ{Ga^, Qp6)t!1+Yޘ,~LR&דKkc "l7/@"vmAfL2'6MS A0ܩ!QI iÛ`~}J^`ha*# l53!*5DiӅ IYg}`+*G-3@lv$2q9Ɗ!{nHӧC!u֭O&hB]i`Zbv8Rp1<$>p Bι 63|.A-;gJ Vjg1K+SƗ j;0:qTZ*!W j!]&A\mmmy3Ʋ?A_{mթYWyK֮W:HϳK2pcT9pP&P=SFY sݪcP,E:*h`7&i 1y1sD `C%s<^"G2+0x"?!@H9dFcVm5t(]!W⍟ ۢ%U缿㻁|7,W!%=lB\Wt%Ga690sԼi@%x[sac = [1MEGjX~PvWx&݇4]O3xaX*.4d#\1L<|~! Tv)u@#w!J Y6 UV![XF&G}6|L:#Ejyud%5p1Ka}Y0\#bTi q@;fO5ߥ$!Tȿ]p < puoB żɝ'J&nq5Et|-6 qNѼɋ/}Ȁp´"L]r*AQ@M/w/VGY +=6yԵ.IwGy?07 ?]uȁ4ڮ&t9J\y,/Yr-Zb+=Ag>'zcҧ ~ lQބ%*n,%. K_P|BчA|oM?UbTocfʮ~mnP_n64ұT`6hr)z/-nE{,2N W.(O]\LB)tQE-O( *+ɄԸ R$TD:3`ekT?gN|x[t縲 vuSS Λ3eb3POԈχl=]X3vK.jS{;ئ4pdy$!H:>G/M,?2Uw' Os'D18 >ŋ6pGLq5j/εp vs,93 ]>Gٜ~3]P.( _{/Ӧ8 Vl/As ܒf;bA^ 3A BKyRwI[;76y\ `1Jy>TO4'W]ղw:Y?tgl&|sDCM!+?J" z6+ hEDyq>8¹3Žib/.g]14;HM:Q.Ǡn QDmaz @qbv!ԓUd^-w.S,MS'~͑c0iƫ_Y:D_]1hU xN*m!j)&qNZ_+F`5$'j\=bR&4t;j[  )!̕ 5Md:7ingeHd |Vp(U|Ƌ Q9H{ sP/pdP`PPl5haK#hz+JU8EzBMcѧK{8!!f3yk,IÐQV.lkQߤSۑ G`,L6ft0G gu󷂄)t{Jql~0CVmԂ],xF͟|mwn$,\"L7'΍Ȟ.+~/ϓHT"@︙!OьFΫ´2$ 4,"H`mۇ+31>d]F@Zjx9qpijY Ax&I:lOݬ$/|=;sY6x t>+iC )2'5 7AU0Q8Ztk, o{&`̈-99ru3tm`Л7Fbz0(Ry9ÀY3dX:`#%  ;F/(k!f0JrMCǔROʈwJn.2`=狥%\+o[8^I-ﰕa3g~:vCB&^_Z܂11ht?]#t7/^hS.|=:^rNt IڽK;5~y F1\5Kpz[z)"K7+ӣ gZԵ+GmT=߄X u!; |*B18ՋuXds]ɭZG&I9:W|eQJC,g^-X[еվ7T4):9[♀gc C?Hpyp| X&f4O?2CUn]v'w\f&8$+"w|_2ު:X~FUOѐu/[>b-A1rg*%~?c70xq:Y·t}U;StQ"bjJXA)8qU(!u|n5lqt$N⚤*XX|pw񤲳7 O.%0} 6ǝxzه1voi*IsTeSA)Tn A9 *il:P" c89i5NYH!J2!#hwCF*]>1FS8,[޽&~XN r|c.1 ,V\۬7t[뮯-ԍW%gc 8#V߁Q:3+ɣdhI! :^ɳ<e*-#=\/UEo`SF"|q+y.#hXv۫[I”Jzn1ww:݋#-=Xߣf6(TQ [0.u0#>j  k|J7NvC*'#LQkL_;p=:w+tDܸ7 L;[ecfUY$Jփ (0m=Xs:u#;2yaCi@#Ǽ@t\>t❟YoV!WjýeOTą{<JRY#` /-!@6_'ANBI@\Z|> r5s's?l')#/#!i#VoXz+.u})r߳|Bx޶}6UT^Pf cE7}Ǥ?/5^ xVF}jU?%=JT3ym+.$gjy6/{N.d% {vM i3{_*CH_jW @[=mޢ"W115Huخ!Zc{>!tA9ҷVe֬Gv{1Z*;o:cp+s[izL?lgi [sG/4 J9.3NA0v.]O¯\mQͼi*$h= _PE-1?Pt^a5$֍,ΕGuMP#tEp__8K "M1"},@)Nki ;{SgŇ˟=kt *MV׎"~46߳V8.k!! 51 }X(ϧPeQfu2؀T}#Zvg= >m3S?BCP׻bW@<֥b2si 8 )]MǪR{DQ) f[-P;k \/Ÿb9^ÎRշu[>Aa-kN1p'68NL& Y$d%Ê )4Im߫J$Eo,mE[|Ȝk͍ nW hJَuy HffWv%]@9P\.eyk=߻1"/ \.";@q ͦgޗ'vĭl!LGkL_$<,Z1A̖Es+lw@tq=G[3Ui@% "k){/%PdJ'ryElFo@s3S|Tׂe]_{ - uOK !h/[ BHʘE!xuiv!Z ߌh\Dl[2l e_?ڟmrFӌ*fE(8y ""  YZ0ߝ(irw\׹zErw"$(-}t'BMEwM[ȣ!9.Ql<RۺՇt̜Ckx{itCE8䁝|<ȋ+SYqy[XW\ad+4ͳnJ)`%$1}m9|ŶW|`wrhzUN3AvAJ=x%\sF@qd r銗 +Ĕ鱆<+~ <.#m_w1R:-?m&>FFbr+̓kJiogT!˅?<%f.ONWb˹\?N5#[#F.V6'0MsA(jMpdUMv5 2 ]U ]!-R٬w ~J2uNbgL`ᙟSlOUa7/3{41V!?'Tĭ*+ўrPQ CdܤYR Ŷ=L^X|7WK )7oo!RRMs5o*]yT#KDW84laET2zMGtH6zzQt.U q QPC92 "\p]ܳf6bqmIvkz>2y_t$kH%ʽFъb"4eyi6VSz>\|wwZL0W/a[B[(vWU01xm !K=37cs:{ͷ,iOOh/Ru!vbĵ6ad3.L,pHײ^4nkX8.8C!2@l$VAW g= yѠ>"H cfx93A/sY85]8ŏW8ڟI={ ,Xv=7YEsow5!9=rQ ײl'm~^{ݷ 3:ԾU>L J|=lȘkzН5 ^dtG;DLׅ Ԛx$E M)X|kߝBQ˪&:gT~HI#ҾS#(} ШJpN O~]Dhśu- GW#x# dX9JQ؂"k?O?Z`MvM,ݝZ skIFI5bz0 p^ &ÀQ#^fcPۃnJK$OhZ1;pzAZxqV2͔ #".y\^m?.Y,wPkB *]edҊ;hm"&easδqa1g;~=/{ 5 b1(OeA\4D" O .x^sVbjtKB(0vESR:0N&[ݻn `t0*~*qZtKbW|1#HtaIgvhuv 3_87> z C* >Wc:M0C=Fo.Y$۞eo% KS5k ^K 8ذ:䱇 ح}P=m既 % |tj{%1H)M7—m]ǂ1|?^W+c~ hV4RwIX1fR"b-OOcJ+;m/TM@1_ֲ0xJ c^O`I &j}b(LE?p2I%DuИ) Ed{YXUOTk4%F̱*憅#%cPs@ϥ3m_{\Z&&r*w'Ldms ]-|Fw!dV̐ ̟͡W@= ͠׈s_Ox«>|+Qb cJ8\{v:0k޲Rw_11#Ktcş- i!fJB9db=*RRțv4I7ng9;~5Iюl`K[!ٝr!WX$zi,CM]\C4pYZW:FHŭyV(4d=uK'עyNiZN⣵)oBV¬,D S̀; LJec4Iz}ٹ0 Ó7}!8tF ?%hI{|GpzJKY};5,-vmZ,&qnLDIWԑܟu7JAfOTxٴ%|t%yqډ!,Hj 0R!a}{[/=fEџ=PkVŶ LS>@/ؓp$eBn^ 4Ag d0:F!ⓒQAS@f'1 )(p#hH2X$Zacq;#'"QC$CMjŏ )vJˑ h k> 0%@eM'v1=ʘ"^]6B8#s0( 8 et:SR PD 0ZW˨ <}V&@C2ǼJbBŷľwkGn)CUYM9R3D#y4=/ luGyحsn=.d/SiGH!pܣX {ZP'#J_~Gio }j(Q!-~u `ȦF3"db-mي)nR-?vs7}GGH$%! xVSw1{ 3jƜ IOk:'"=%INuC+p{P=svY!y^{w黙} / ybF$ߟ3vJ}[5(f沰|9oⱬBLĥx?aGyj."sDKõ!ժ)V!JV[=!0М ╮Uܬ\tgK7eDÝJҙS}sLl ^LUv_6閟 ?TFxkL?-|>/Y $*/M@_< `hO; ?wb}g |!L cKzBjjL(x)J[@/B->yJL6W[ԧ:{CUeJdhJƅRSuD40K*ȗ3ShrrCK-*: * 2HLb(6L# 1i8LhS/TSyu< r6!kwT~*V^%9u[btR2]DK~l؍Qm3{&0RqSMu !RҚ\Mq> *5>LUԄsL%G+a ۚ adWCho^ˈ}k%w~YZf391UrB+QC̋~q=1:fzm-vث'G(z܏n O/TJ.Khax`Wg~ I \%S''VH\.|9ppA E~Ϙ^iqFJ _@U5@TCսr?yŜaOs8θ'IRڡ7xeѨfSf:F{P''8Hؙ Jt0=K=*!P_RR'lX)Y|U)>.ewe]sDMC0⡎e$tSr\ ;uH`EirdE$p*ON+qYR75Т!(Eli<T>`|79@D[3:EBݎ9U^6̱ކvD&ѥ2(.4mc;֨AP{9l,WV-u~{:[/=VdMRN+{|uWJ`jFm}HM[ ڤ55qTżF7n}X-;R9~ `:c1w2̒q欑dzи^am}s*"~Q1x9xC7,t("7KEB֟ԓ>ٽ )p<o7<,TJ(uO^A6t ,([6슏0}Q1.! qB_"i֟V_Oo u\.rgU2Ø)C׭'Dgwu&ny)z.Lo_yi5xUʀkzRp+K$yc ӑ_"f<*v+ ֚5 !@Tɟ7hCoý$Dnq 4>D}wܴNK@ ?C y5 j$=ܑv茵i {Ls3\{zR.( 0-x ];)Ysȇҥ qkc?aFGV |s_ȝj£&/1a'dt,kʅB_aX5Ʉgo@E&n[]u8P#7XJHŞ(\Q,s?AL)9W:ZiDsMU??>iwKfCڲP  Q0KkGά*4Ư"n9u>o S4<$`BwaL@fGyu/(M`~,r&weQޝnܫ%dc"tĕuY@kjM/0#k.No3-\$o<:58fB6"413b!V9$rM"#gz=v q ԔU ߠ819 hd0MEĔCVrRm 33}ϓG9zFJ}_i6#f)X["6dnw$ɨJ6`"@r$(\LQCT1J xE@_д-AUk0xZb(b MJ]:Nܩ}O &ᦶ8'Uы~\Z Ovscp]G'ncwg D Ƹ:oS.,#ZZMZSBXz9Bqv!-5:582GWv=oEWoL^FJ#y^8RBpsܥ/e|qząǷmQP 1Ps bHWgutdf)7Yw_sAAJr[H'_WOF9Tgnsl;01ói%l;/ f2lۢeS°e0>Ԑ{ᱰY~\9Pܖ y.Yn @8'T;(8Rduڋ3Iid #tMP2nt ~i.urF6z&H N6=Obgg֩n) uRHYZo`s\O4C[aVЋ/dByB辪PP#5ᒉ)MmuSzRدC5Kj 6{ᛄɤ 0f4: rdċ_{gpk$+T&Wmf=@C "O]bљ0~} jd.;b|DŽQP oO @rTS})sf\oUU+`K~f&9ŻDKٛ(~HfZDlndj|A$:W+~5:#*}%'!Z09$5fxscW~ܠSRsL'#T%#Z5z{͠j#q~X⌣v$0Be>ё'R!,1sGk}q'Qt A 0֗ f]֙/hd(2?y: C/㬵&Ny'UTn=:PB`ϝAl/UgLŘx$h08ɘ' U$rzo1mS*Սw ~㜰l%|Ajz{ g+ȝz:P)_dRps+'B; : EtY>u};wr$x3P)׾`QgCdaM@%~Om3[ʡ[t*NWQf7=z< ]*Bh]'f]5*u9ցnYig̒D@gQn7K/3 竣ݫ%][rH!|p{bUt{CW5;-pӝH<pLi_z##S\uJY8`h_Q-eznZ8J%'5)92(f^W;l\/Dp;/7Xcήv}n1=!,/l}4e? ҝ=FHm'mF-piP:T1&RGʝԪz ,F_Iv NzltC5Z_M.v8xt9F_c#@xnSqxb\n>q٨q̽j$8jgV;!Q m0|ւ 'CSگ/vGLytI {]oc>t;c\( 7l6nL%xQ`զRXNa9C37܈z{ 5 (J:MQF[6(ve¦oiŽJ 25^"73PP8HEo ʄ^77s)«0',VX  2yZHabPżE|ʩLYfKHoJ.lCrj3'i46\_H!aZA@8KwuYSE\|Dסb=yr X  y>K'2Ǿi r ~&^#L}VB8ɬ2W4_=R: WHpgޚ sH ز`O8 B݈ ܥqk0Ef$ Yy xyqEP:!LlHjO6ɞ3V#Gy=wWg*VL׊ӆ˙ߍY%}m n==O122N2Q'V&1 XjrhE&i ]̇G? lP}8"76=^^*otɲD{wY(Fd|4Wci`߻s~P?u\h}Q3.{U kJ05?̞IrI-4uPl!%*{ n'_с`4ۮ vx*,ŀs.@Zp$ V4)k0T}CO( S'%:DI.۱N DU".X&tdQ'-Q/s97tЩ|\ UT֫.AדY80nB 証A*-Ƴ: !JL~q5YBYQR?RɝB߯OwIQWAmgīMǽ"GX{OXGzz4I31P]A>ިUߵ2rQ\3Iqd̻eV>SWqs`q}>Hn͛܊ "w{qKTeH:3n|=L9<3A&ڊSxfw Г8" &9 1=3$lj6G_͓hДHtq %l+FsZd[mAFeK򶄈s5KTWC(k/Qao㿠\E'{ɋ{m ůGomy35pLDr،tRSƲ-_-ak݌D|Q"e- Gn F۠=f(T'Ujcp+RڶI_\ جL WpbƳt8'O5\{ 4E81_?j^Xhs6;wLuL[4rż9TT8w=&\-+"x 98 k{=;[ m ɻ ˍR8wNsfiTGVtcS++jG v99Bn02NM٩=Z QΦGaظԧ/m2oѭۆNQc'*+< )c;>pL0}aBJfKNᓛQE|/ |j58"[DI)ä 0U׽n[hG"v>! pa`f:Ie Ϧ-$ۥ,A}-ڠ΢F2_T%jpa)>秞|||`) L8oTR/vGZ4"?#سmg^d` 1 1p UoTY奾L2kS6, \ փ%38 E:|z /*Z/N)qG%ٜs-K@qt/}͔{bdp҈EFn^ 7I,ņvسD@uu/?~QCET{O}Uc$UE峁7qr="QE(e0'S4X'zk9VCYWd)$ji7 o.` c%zmDH7](b}۹lq@g"B0҂x!#su M=&{_7EXKQs7g7Fi%?L  ҴMϸT2PuxEpaiJQ#|fOgܘk^-{Z9l=]O7LM4 \)&-B%.U9޾y/V:l6@# ۗw%}JD$k6" l Rكn`p,72h?K !  VF@$:5!&^ObӤH:xqSѯ:Sb^]w98!F}r?wx[fE$!B|Ú[G*+V]mrK>zi3 scܙ{N(PB}D;rl̈́j"@:٤o 2m*iCuZ x3GU @˩J#_҈NHD +uv|xd qDћ_~r.YhyğR͍*_kpR_W*΍"B2aO)ƄmhP%"Q3 3V: ,Mnu^< cZr=d]cDu"0g\Pڮe%dyvʫ.큥+&ߧ3(UHb]팞TVbQˇZ~)BUڤy^v#nEva"jsѪExVӁ_{5afu tcCܯoMb5}WTT/? N,?Rn'mHm`r-]M5)ꓶ\r8U;p[sVJӼ\[}hs^{bSQ|r.αT 46muq  35&^t,(tk/~KT AnHkk0\2Tqn"S}ddC &i-2p֢aѾ *mj.N9VS{wP}VO0x >Y1!hoD;coce5D BߌVZU;JApۄH,ɰqȬHNX4ɜ᠐d5,+mcjG `6f,rytPx[[t sS)~-'^'-Q^ht<wFY7izu"f 1f1cPL̾pr!)}sabPCTVaʙ/#c٘d̜iteQ |F΁LCα#)W#g߾<P(t߉27H>4ʧRnpUN=:+>b|yS?y6,Ѣ8Pdj H׮0o\Ӕ3e6x20(GIC4J Lc,5{Rq ?A'Qrgޝ^{Wתፙ"7w6٦ ,w=qDVOxT̗6ycݿ[q_,ym;jh8jU>ܠ#e@BbI ~ .n5b{{"Z'D?Jٜ͢hE!XU`A Ż$rEIE9LXM/¦ơī̀z~bh~t[8獛j-^z*#ر ܔb jDĞ#%Rgv5f0Yi(欫H厃M%⹫F,@N .z_'(!k5^׽X 9Kb9a% Eɏmߧ5Es_ HYoJ)n hjۉj|Ҍ`˝[f+W Nmd =<9`j=%lW\x)6} 73軰> 1mhի?h:LyQp^X#vqd_vi`W;Rw[!'Ř$)b:9e4Tb'ܧLǡy.H#=yDIjvEuT R8^bc}DSjtА#Wu_>V 2#|*d7Z|6 uâtk=yIщM&f%řxʜ/ðvE6LUK;٪sW}m1SS'P#]G3p_Fl^|ZU癙°#EO){ ;qnG`{s0$SW]6?[Ԃ27mUh>_Jt*ۦ uz>1Q:s&F s˭q1j|abDj0+PL]̃XIfEj AiPB/@X|tBNƑa0[`ԴuJk7PꗻRwl7*ZT16&4WQmogx4җ<>D=?tCj^ &xl.M NixCxt9;BsVljVяOzSk( 4ѝqɉ?J[x9tYj1rCiϟ] Jleqz>AƩ/5& Oy?+ކpMDRJ/b[ѻ`ُE> kL[:W>$e;0V*5Ӗ^UuqC{qB vDXA?, $|_I^20Fv8׆ qHAL ž.cSȩ1x9Ei{= lCwe]KN*GPfQ0&?1W=4jݸ!`Vuwc1>V#AtV4}yu1$3-0@iŕ?}R x4VZr]A Af`K А C+;:P[ZYW4껡RhwP]ѳةg E9gyZ=->J :)r!7!\׿dPRCV=FW;nM >bN':1rN}G݈q_EwKAF\y ƒXȿImě#fȸ@u;}ls(P9*2bR'aZF0Ǫ'@"f}6_l!Sb@Lた.+[gM{NT !}:ϗQ`^p왴 YfGY&RȍUτohrXSWuJk+|ɴ} m{'ULL E;NA2u?W aOIӃrE <Җ 捊,'vdE*8M.CPaǁn>f"DsCf5y1L^]1o{}#!=[I"sKlGYnvmtA%w/P(3&^.9,Eدdqw)J|$ >1%̹>΢ $MDO w6 d%+/} (Ԇ#Dc L) WVf`a5+Z0ܒbiGuЀB E")W>(̢͔l@[me[4o C>YCٺB: l~mX坵Y+?ޣAR#e|Y( XS@ђ E >"uF&rL+yGtcS"%x !"X*vVULt(ȯ9*{M* kQkQrGF~H]gY*4P1 %nC6T mf/]-qq$?6.AgVo#)L +3]`F(j BJrku%q=/} r;KRmV5=q`"`>t3/Rb \G;\yP̃[Xz~G3=4~VTP@EEFP'{ FsKi4"00)^yws#;$B L֣> daaЄ T]lUA} '_r4 :[ * VT;w5>@x³t0D^<}B:݂g5 tNW~Hz߹B (.rBkDW7[E׽d8J}<;7λX.oCA\MϪmT1AHقi(5Smv޵?|ص>3-sO4U*G K 0b4:bsI腇kE* WTDZbpC1B\J>:D%y4J?PfAt(-H:^Z,ݓU* Z$#*Cjus:Z ` b\!,G;uڲ.!O;@Jk7œ/fx6@]sY#\gd$.^mѓ/QgНF\Ӓ0N л>OMQXESkiV]7H֡ȸ+=U {(~To4h x"ߢk =O $G47h]87/6J%չ+ޚ%o[Ke#nbZׁce(rsT 0~A&V(%X$}ncaAD_`J @a򗰿P*F *HM.)ϯCҘD4lIMh vX1+MԇXd01PG6t5MpwG!o[|)va'UY\i$BXDS+<-FrsŲ{%W PW8CTQnv7r0i3s!xJm6#aJE H\t߁_I&:=PDF}rڶKRYfQFD> dme! 4_؍6.d=PإmGuOq,6RC.V|# o[ ;ZL˹xmh2E^)Vz,e9BSd?ja* =@'oWEⷂbSY'aT43 3Z:D.2X N#_lr^B p l!h :*S~I 0ku&|2{ztsAnL0_震q:Ҽ7Ⱆ(]A~2 ?lɻ;`X<* H&Y,^̚ۻ"$tgB0bZ*(5S[Y.$`ƞ.V^w6jw`xKrLb#9Ҍ^K y'@u]y4#dm<Җj&N]4[ו"(G7F=\MI}e WDUSTQnMvYD€<߅T0wqyaVTݑ-ʻx˜9g3m쐸gnknFׄ{H)UR[SMD\oRuğqܺ[v e57 *Ms=l*DՀ5sZfW 9d1 gn۞?*wtsp8H[أQgv\vZ}:`Jov"b%_$؀IXE7}hLJhҾ[Ր0f`ZswG[;НC;Rw :k{v6@¹|:$C)~ 3{3y_FN/@ JQzULN Bu ,×1fjw/!l-xi %N͜U{kx+atx#3k[˔š:qĥ\4~@*&ln"cxȝ>(O'rDÊy+\R\S|-\NjFē5<ף8?(ř%NFjJonHjFDWA\pTxg\z.ᵄ3Nju5kʔC-9;>FF:Zm0 o]IݪIBGqJ&ٍ'}l d_Ȥc XŒ yl_됅l0;yFp͒kmR`H1k[(RlLNDb-if xg hN v 8zܑ\4I]c EIXkgһt<%~O4fQk3e!OK \xt@-6](TIc11T&rΓ-pӍJ٪zٗa1a?8[vO<~>/ f!zR%!S̯ިOç/{jPQx!<Cxf}$?^T3 Y(JR*HuK="6cpյ1}`C|R*ac/[!6@#8&Įi&;EQp(> *ө1m;<3wf'v/uScJ)} N𴗈,>{y"Ƕݖ3ǤΪs U]GAwdnBdv~E깵5|8å\?ıT%vC Ȯ[׆a6֊HK\ i>aYGۗMM%8h-b߽/bg!"|`[&邵w[Ÿ(@Ȭ6sZX= \X.GJDկ 3McbS@<- `(]Byst;FalX׌D|t22Eé@$lE$'[}MzOҒJ vj' <fUNGW-m#*p A)VF!'25p^w~ Jd _>%ШR*%6aȪEVd85qMPj\01c/j3(t؂wbWe1Λs1 f3".ӰS'ɱRYgR W}٪r$agbY@[ՁO!#W%\ w,_ r^{O\ؠN9Y1Un|sl: ei3^ nhFz1@tϖZ`vTN+.%F@ ¥@rOr] -Jۄ ڄ:ֹZQJ)8Xe$5,5{Gj!0ln)kR$:b2?9t; ,}PO|0/>+Xye`x{BͻؑKCŊ P!3WZٴ3ahbJ"Qkc@ //StV y(RVSkK@QZ⟗/uAK ‘ fKRmP-(d!c;͐ĔPC9 :qG( qDg,`elvI iy1׿$u[:$Y7,Bbi0^[ǜ0ELm 7:uqNl F4[Mk.| od[ eU^6'}Gy&נsizbX.dS4^L9q g+~tH1rƙѯQD$Ԅxԋ1-Ty33I@Rq8HBm rh'^2"Z3FJ]0Z9nѥ5lEN{D~Ǫm0MJ|$4򵲟@;m$ _tz ]r$#_wY4b J̈6++H{v8znjt<&,(m[^v{ָ3f\zstcOx77Ԇo}3EQ! =ܢgEi1u9N~eMqÌUG%!LRYI*6.RC.4y 8貏WϾ LNF[vvJCpTZ˂P!m!X=b\3#n *2&+VЃ8nFʏMHb>gDm:hrhwdRʇZ?_J0k>Fnvr]GsG;җN ̃"ubcㅺi K|zT逐m[ާ{_a j{ǧ|=./ 1 # RvI)gR-y' *ab]Y<~ycpg4MJJ b97{/Vy4>l'_{[CAѰmeNilо&C^|c#23_ LbhoGx~%m˵_}1Wգ +2 ߞ rqnDr-MoYs}z7ܕ|ݏC%3{NY=X.='ᐎZ~`c"{ik5=3ne-tWk@z$VO;œ4*֟/{.ގcd'^ALe@RK&,ZEЪiVl iWk.A +BnHw5TK~/jRҭ ,昛Cp М\rr"2V LzyxD4rY2@SM7^bh܃.dcX=јYpX*$ʮqxɀw\1A]Q!Pzh>O$28 ˳Ytr9`(;ݓbsWqOن1[4TxF{*˰^˾]A"6aŠ<"$RHt5 ٩KME?҃Et8P rR'1Ŕ:4aPp`rSCKz2*OfG J· #P~nzJ1isK["^KIESBTPD$Nq7)q ~p^׾بn/C}Pn?y PrZ$? K0ƱCp8Uo(gCħJ_5n?m)<" i2<۷,gVoDpWʕbh,5%%wﯯh\̸ʆA(׹HS"5¬e7Bq1k^gj1eӄjW?sJ+~*,\PN_Q/#:)k3 9#@ֈg%":M1hE|Ø' Krn6;4Ȑ[h.JR(A]T''!Qx'bNF_engY~57fGlmbХRUa{\ 5J/r$['ѿ!]уʋwntb0c5&أ^{ŎT-Ԁ=z-_5雯!݇m_!Zcfۊ9!8Aśf}a S,{ m;CJB]QmM/ULtCӦIL53 nu\ľx]u2cr>)V88=FN ?p !_#I*Cdž%ڤ!h/̈=VGH\&o6s@#h9ژf&]s%Lviܖ\"tzZ?>YKtuU`19=#uC$`+4*.PMr@Kb6Yv}98*\2n¤, $d|_2/DjwKh8}Ov">뼝'`g+! |J``̛&!;yh(m/x _uuQf#8ǭ3$ńzzb}S}Rݐ9۲桒zd%78 t`V_] Ak TꪹGg> &r"CGW Ab4r^i])| $$ P.}7WS/nvp<L|ʶZUݞ4 .9ʊu第X1~_!PC w ȼgMiY޿@2 א7;q[ }nG h `vŸX]h.Il4VQj.GGzwYR޷5n ,)I96$5uŜKS-P̑?uTٚx6M6[?C]p/%M n~saN~]6C*a[saD_!&mls;PYu;uZt/hSD;uuh#--D1)qe`y')m~nzߎMt揸6ˬ% uVv,zmoTEmsG~)AE^g BFU^ܪ5E髪Mt45A 00zOM'']fQ{291rQ$e'Z6)Fd Sku&NC %cueҋ̼L5܌@%:Dگm|o>KNʜ{~QiNe*j^Ӂ/o\B#i~OG'_mNIzs34|2yx>Js+yڜƺCu,!MA"QeJ_ZQ5 ":^՜(` %H4PA7oܺin$RSfc6+D; ۾ɒje351O> mǺ^Ԥ`R6[SYa thOEo=gW*%ف| tgNp1WGA&lKIc'yLHl?\<|5}VA_/G٩\ӠO?p"{4gxbxmM{)G"t6Y~kC4$тׁS[,_l*lP)iRHD掞Vp2+/Nc6ZY )m. Ϧ1ZN/%Bbr-\>`{!T/}߃miFܽ[0 5U l\ ]ixmѓi|OSX3~m<9VP\}G#y/_E],Lҥ1YP D&n>s\ i l)&B?ejj|tV<&1;jJFD[)<ĵRriCegv١V.#nJ;@3dY=|X=!QY^ 9VZ4`Cr8pbM^VDVEQf*kέ: Hve*dgy{ȑ+.A9RC@xb:D˶kUzg3N`a*sD&I|= .#(0w]{cVzW,)2R h va蒎&ꀃ y=n'V>mg YN81;r Ċ}\U[;dxr=Jy87=.+@Tonz3oxM/|a>,Jx9I DI;; !K /q"r1y D3eDCeG O6c]5UR)?Hڹˏuݍz1Ei gnQ@B|Yָͫ{"# &%$t:jaqu#w,쾭; ϔ.&3cc\RF+/2֯8/e {89] [sLTb-oM%glMi!=jϻg fx1VM֦te{Kd{mWCl7v/ dpq M &[Bp(QA4a<鋆-vDM~;>MNA3gSpwхl '6ִjð{=I>e "LZDީIĚʇxuJzG{8?lR@o D6׌|9sXK`VULUstz7:;*;6e+B?gΓ-\ߊ܀i)'T8XAOCawL=ΝhLVw H}o6agntYV%{iyɯ,$_F̥v:x,m% $_*k5~.RT]=Zs\ z2 6]x nՑP 0+ ́r(m_7ͦ[T2R[j1hT.' .&cSf22uGuv,@nZ?BN}hZKA|xy͛-٭lN|LṪG #4h$oh" +(~MwgKE.gH|%YQU_wlR{4uMjF|Y?F0dW~]Ps4RS[uI hb+? G.csfNvMa?u3|U)@D@}}մCUGvTy5z{v,4P8n$,̻r4=)qˡ 6V%=@/5ijZ˜ej}CsŢgd;qX#f)pK[KrQ62Ply=h^%0:K=K&mKY.4'uht/huvdp *e!]Ikɕ+yoeoIZba nՒЬRKIX! " YY(VQ4Ih5NUB2CSKJKߨk 9Y(g%V+S1@*h "Q!e9Pr#ō.v7 (6qo  LzKTڶJ>_7y!fqk)3Q :ŽrC!ؙ$;?Ě)'}H Jh5Ƕs=&/nVoȝBdvj.u 8:?nv 3Ӏ!v &&ʕ zj12UIy}.nhެ"aT08}Aھhke>*>#gfJHL>-s'EI?ڤy[[U7K_Q{XLbnvt@+ /idD>a+ȿ`ޥu򞩺a!N3( f[h2U`G ~nrRhv-݌OShK#ObE68KwZY4!#YBОSRD&3/ڒRA7h&EG4~d{so.oxtb!sqy|"oX2zf˚r@_pl}ڑƧ|9wV# =ZlA?PœW])MZK`-{W2a h(u{ye2쿄7$N)ܨiwZh,Y|za(%5P1w՗ ț⣌#zIAy b#.MJԴ7 wG[8vb6%+nej$Te(jY 2dhyJQuX ;ظ,(&;Tu:>8;uYWePe8BJUS,g'*F7^ҦsDcq7Ns[*M9$ #<M֤h4\Gy\ooO'=Q4"mIZWR;@95pWTEb15 p TSUbX )`$x AOHn`X8K+ֈ mxH) я2+tQccay=XEv8ӶsBbpDRH-~B[oӖ'&>;tro,P4-eJz t|+N {k_͎xłR+G5ōZSln,ߟ$X=O60bԦ-ɋwG^jXL R/8>-p`W vTrLgf|Нp)%&QBz琌 Df9 ݙ`#]H5ҏ-uT߳/XF hlU /L괢7LXALBTgo6O҅E &G p ZsUZOv֜k8ixsTTF:s3@wDz~Rď@̜O_`X"]fȞ^9; 6VX#ZFM68FnrZk)$hdrH4͕hRϽk2DtG0 Y!GS_ǍkN:MՒΓ'fgc4Uj_G>GhgE}9ÓUN4{q+;h^ʬV$/D؈`EgfPMQT`5BVQ5l0ȴmTMwR/?TU?'4@tSbdD^r+/=y]读쵱X@*?cZX)挠%dNo# 9)׃7|'cZ)4,6{>:o)0|NĤtQ\ό`S>^whb)2`_ $M  1<莸=]<.a'R9Bw1C@F`9w(~˫5,%>\;F#/735 e2bK)g5],Z9Ȍ[h7rQDOA掮83Ȯh\|D0!b1C=8ټP$7]Uw fƊz)'bJ,ʐ8#%/p{,v`sF"qwPE>#8|31kŰZU^r%?j:n1-S'Ofrhi>,HPXGic_JUtkZmZey u$V ۫vDFWW)O(b4B2pBcG/ и(AXUE b`11Ρv]ɄJ?J,jE΃og [兛},1rB>)G's{>~'nf57;4$ב2r#_vԞL ɝG =&=&; 0{@ܵ_F}F $7C L}J噅n-hbpMLo) c= iDƟ('l*UDɓ1 5{l OC|H|87{5&vUk=mu&8^| QGOdZ2<2K:B9ˆ</)/㩈q7+1zR$?c#ܷ-řϳz^%U4om[%Hm&Ch=~*s]YyuQ9nk?bdqB+u֒Yrk(4bI2mUgf9j`Vm2`0N}=h"&z0OVm:n2`+I&m 88<΃2ŭف5شGYRA;e T]_ r^^n90"d 8j9ݺ[ptC;Kbr|<@M=EjLYɽHǔF ?>[p0 ;}h%"ѵy}գ h2,J7w0z߄ /⹡΃At BFCv[`rVXeF"-7fȕlcO?X-Zx h>9+#*bP:axZG.U* r~4V lI]bbv">vNWT3U~*KB%9EX$6l#* +JHDdkAFSwH'ʸ&x_Hy2kqf0ԫXbt,j#gVIƭ = C&LB^0sΰrfGadc)Y(Cr ק-%izw6"@@1Fc(l[QMN 9?%}-{xS#)z„v7s;`랚H`NEU,$> Ն7|DJPXg&qa ]t_)e(`Zhb1qL!4&*-X]:I~#VŜ^l:u™)3 cvr<-Wv@Y0&Oojt*ž0d*;Y]e cjdeߘXb,woh? BW%ppӠYc$:m-"V<2֡!ïZ&|=9G64۪/'0ugoknjٕ|9HWY)L֗zb5k329frEVƬZ>|U:4 yh36*,:B%PjRJt"]L dj!ӠV+Z~}gTTfGxzuouaS|ƖCKpsԗ8~b!g\&z4w ]p6L_󔢆dgqkFWyDzA=% SGXm7/l۽.JB\miJqzI@5N+(3:֙$F).L-d*@:ye|H ߳Bץf (\1 yIAqj5}rLXj)'CtOۀ M;P`2' 8#FFV69N,?ټ^BXbv!vj Xlj'0Rqώ+9<o>1E CϺ@#Q%mPK9sl6Eヌ=v?\!>!٩Iry-=;ƩN\m'uZV,dkx'd/e uDҲܭeN顒Cs5ޅ`g Uu,WP{EnPN|w?ymסRl' x)~mȷПR"#0#@!+ X) sKQ - |o1a п?z>2?^8>|T)yʁ4"dZ(&R*h~4%RD?d R\n'a84W8yOAlQ>R;tB m)L}"8+-{dګ &#!+$k8j X/-Ȟ&ifB p:'3oU)c\*=;w>]rɇ0֘c05 KWDG3uU h+b bzoYRe%|1MpII(&`AR;T.AѮO[ '8b[b*SD ƸI< & A36drfCcA}XRo[dd]{g9,pےQC̶EȢ,_I_Rŋnm] ,F3[JC-^I{Z,"<)Byo/'$gvhY `BM a!Kw?!^+j'QNmJOmjD5?73eQi^Ga*9$~Q(v{b l@$=m.B͘$'uj cFIa0]^6q˶=XQcEyݖ?3?޽'Qb_~&yx u<ֵ&.Z'#u+ʀa/6iE&%ߕ8Z˿#m v>1ι4g0s*D?{>ךt i!\*?b ε&[j=i/j=- hDo[c| [4P`ڝ:ÇVcW)pQ,0)@~$"s.j䇼}<u4 Srzk">vى5i  EQuGkڀN.4jMA0{/*JF(xPݩ]<.nېLBvf1Ek!˧;Q4ֵ3WЊzm$V-;d KA~rv U+Aꉮmj%,;f`RޮCغ;X}& aGgV~wsc i2osEX DʡVGO:MtH>G9d뜃6FtOa߻jFxg@ôAɘQ V.32:"|w-RK6BbxʂIK3@ 'Ze&a>+'PZ)B n,9˴^VNI8JXȘHb5$|WiC S߽Ukf=lW:ke7~]i)sHJ{j`40X0Їf=_~&SI=ՙHϵypz'*kOw=1OSpIT GWqIqAM=vf%1 m6eeG&8xYlEu$d u<(7 x.#xŔc@cFT@_uM>4oIGl`-*t{iu{t.-jV;*=Bg0Y4b=!,Ub·Jc7s_n~SB= (cw։]ZʀnBɠyll|B?}5snUL+ْ 32PzVR4%'Piڇ2/jh5'C\mz(K ^^XZ$g3y2c ½8 R'B4M#Gxr^yg}6&̋dUk jt7|D\4,5ހ)96' ^(bɩ͞LpKy"$E 2dZ4mXkbR幽?X ,1НqPJkKƆ&]7}u+gx2L8M󪖯nmj$wxs5-O^3R"uy%v,HߧmowgGÊ y5L?qb'vT]=:oz\ԸdbsɤvȻ]W=?y ޕ&]&X|޳+^c8}]tj?}њWxa3MkݞV_~E}dA/LfhA0pR/'E dLH!kR_>\P{q  LaĚTLC;+#ɖE[\$}:B\I HԦɟxk_ 0E9~.^cF*}PPU-oH:D!N#=|4jH!Y]TYJ a-Iێpn@H|K: ZDzy֓Bb>`S3~*k$B+ƙ A*&[xގ:ɟda8pL<#E Q}58To0A~ֺEo-wmV\Z5!qRNlYĜq)Ve%=Md3 9%q?^`G4c3o6i7;t8y Ho#A8Ac+ASҡ 4]]_0"FHZV_)^c7s$J J0 $+[:B{j=y:%nSe?W.F~l[fīxC-t1G  ~۽aB+MNEV,'/6LE*M(^[Qczn");ϕ #"Z3F@º5"؄kA=GDƗ003]우y- $~SJߥnr6+blVh|49@VC]U3֟\Fs]a<OG}\jͶE!XNdI#Z 4"~1ےɵ> Y . js?=h!^$bg 6շ* E'*8\}=)  q,KvyMi1YV0S ! _8< Í(A gHgEf h IwڰZO8!\&[J (xz2Y GƈHҥٯ|JgvXwU2 tL{@WCvcjDy)zd)r!l=K&# Fnοо W!E {@1e&H\Bvj0*"ETT/pH1,~t62<T/-zyM 0l͙^ˎ&f˟h/G+u V_K=ޢfx=|_t`dNh@=nD,ϲ1N貞=DX4Qw'Sl֩WWjױÖ-ef?"SVŅːX+g|@=ޔ)WBhط³}iIեr"^n je#aoYCP8Yk^wAϞO C((i'u !VK}!҉5ϩtSDwb&+aJ{BZT%:h!:v-^[pF0{dSevN6}8un`k}xJ6גyMFö6J;ATм e䭴:i Yy[פ|!DJH٨]QT͌opx N6/b<49 쭇7XD'rq2N2Źw_$\/{5\YZs7Z8nuڴٺ~-KzQM~@ +CX[ n;#P)'&(GGv> 6IF{oEC~OG;/;)ߔL%SP@7(֮h|pT97]W~ֲ3NJ/ϞrE]#yT-Ȱ"M9ꓫgL:^`U:LҰ3.y{}QYjGFP 7FnC0Iv҉UBO6>Y_xU1X\}[{x.c'kD[(ͬٿё<kbhljvI xz7 KJFH6):咛 ˻P0i& 0ds#M;lTׯʐq ]vWpa1cMVY3KܾhDOf|] o ?zh ۧ~e<* _W*I!(A -_WK >#1)t%Ey ]AsŅxT~.r{ܒ!JRaw>2uT+;~ׇbVuɎm%+pTG39v_{梹(Xq)uzwrTZu1xk|d%4Mܦ⬔W j06`%Z#yD<.UiZ#G<]r+%6J v;LF  }LR  C=}g|2#NCn Mh̿BGL:År;R$1 <КPe\EЭc7(Ha ,Fʺج:r3'Ō=KÉq\PnbP~rF{mF^F%pB[_?OL(ܟjj7flHDdх7W Xܶ+Awiն +&1+r۩^S4Yɯ7l F*ޫ#_i_aa\k|0.Su>p=Āk>#Q~NܛA/qWS?_l`Ś Dة&gb (.B l=7<LWjzrflr;zjD Yzrɦ9Ow{9yEWj)ݻj+!>:=ce6<)F&2/Eo;}\e%x7w#SP9RlK6'?uhjԨ |`P/ / i%<|_XQnhJ6ogt5}y}m>ڋ4@E3i{1gIgԓi[:d2rjxi wA[U|ȌMs6M)m@ @XYǨY3[89D\շե8muH^mRL~_G4l;'%8 [N7 nG̉lAl$Ufiy~k.>nG3 Wv+L/jUΰO*;5&r[FGb:>T]1+hd2G6ųg3}#%5xr歭\ڢ W0WL7Rjf-$,렞GՇ䷥~[2k}iضfS&CVix_ M*ӲsFa6Jw_nг}F,g2w5m5 0Xw?Ó׿Cd>|Y^ۆ&ݏvz[(Š/A zib4Ǽa>= wO ف7RJKu=c1|Ug[S kFwu_jmL >q^վ<;Xk(V:Q;O9r.6vyI VHcJ#XuqF5ZWpBU`?s|Hxiځg2SˍJAY/ԣw!u03 oġ|~zPY}9n6O|gPr3R[[lWh9-aZ|H {{c NˀdRM4•S7p |0w%[ ݟQ@E|-4J /ē ًcP7ZK>BLYuYq!Kf]cC0бsv(6YiwDj&>kLi~ؔS{dxGmZJЂPB~Жo*%B /x޾|ʮ>5f=&J "eXw;8D_ȅ`;,qO2TCZ1-D?@13qz{b{xfiZ(Gko'7[+v'pye頿1v߰HѤWgFYqA4& MTGM18}4RsAhȧG> )R:SaޢwZ7$K>fhF鼑>%PSĉW͗ڨ6 MZ\ȆPcDH E֤0Q&VҊOY=F5`-H]e|[ܚ~9+Qjs.Tt"WsQ m2ύxe Ǭ@a+6 U_)ew>fQ;<;TޯY?^yvOn-jFp%C3x<{OSL}LAYb~y-:$mAT7m*Q;:ALyBRK:Ք,g}ӔGN;Rlŭ3?Ę/f,?H-E04*jxzmE75?*xdžӞ7BMAkJm{:Cke!:1h[\NQlvd,s/]e?ڧrCݫ䢀$Ԉ>?l%Anf?eï܉T9gR@Z$96\;ъFߟϵP(t9nt6Vf2U֨H3q{etD^I2S7LtۗZQDlx92-(8bCCvqD"ZŞe(mWr4zvh`SPKm r}X@f sߍS")`m1Qn6i*15&Q&#<S:ꇔN amyGsev"s@BZ4gr2] uWר{Z40Mg,t/VP9H٠'?V.s;3ql>RUwEg'S %Gh3b%C!Bk=ub//vnWϣTc$?LqRm..vdBT3yCJ*cy;\iup,YuX2*9:9ȫ  n8U͍_{~JBJc֦!0 zA̟KQpS 0Q b=)ܿVmbkە#,+G!P&u`dyVUtf,+A,q{VIC\ ˵H%Gy&+@GnRX,4"[6y}",O>Tf%C]*v~#:2)HYOJ}_nOil`>]P俛sq'RUy彠: eU=u2y8mj'a5i]c WX4pPzz`s;2<~U_-8~Ht9N47RO!QKh]O0:rT/(;6-EӿpuDp6s#YRhGeH=8 0Zq{mƮqE Dޞ߁h9a8W򶸔XH[(w;P'( W~(o\[z*{̉FOQvG"9l6?gx$fsz2Ff5ؤZ6h[\b0\* ~*-`}]Ugb_NJYkM 5LGꓮ)#r\J, j(vhR$*\,$Wl7aJ?:G{i/d5Ɔ1"68;}.3|K,u}3l, '(p{yۗ^ދ$>\i RHNYLb,<ݎg(a"~/v .:Ҝ(wT^dkHr Oj&]\g 0,BXbftG$9è~V#{ѷ"w߀D/L\kQHi&Z6#h]#Zܥ:PH2˖X!-iynbk:RlR1>pn, j藳x7j!B>_,E9A?ζڏveGwe /$pB{}.>XarQt]-k<(3sUo 'ᙽfksG3~8v(M |e<Es ́'f#[kV[BDHUfo >ؽH)~f?/u&CZc#30UmĥjA k>5G3. qT_fc 8Ҡd)ڜh1|+/*ژ{a67x^=Sp (;p?d#=8 nV; TS"irAW"geܟBñ,F*{yy[㡁h!r߭?4YdC\LJm\p8\$@XpT2\b: G dSbz3ibabl^Q|;A)Q\f~UqoFַV^\Ha`ӆM$^bWI xL<4X37-F6Lm66yJuO\krRoD@b/5iQU̲T|ֆM<]ÃfHH6aqWRS} 'ndgL,n(ÞxN`Xeai-]ï# $'T5տ%J|t DA[㿴-wl7oEu_Lc˃8*b(ϝAMVSaoY@Gc1kT?BbG4&6a }rU<֌9ej#_h'ܮv {V@޸)ZLrgN">QT@!4S߃ԄG)#"FYO4}*FaL`F}R:{$ ^!%fNoиS J)&3}gFQ8RZZ}G6#:)'D5%%cT@Y0b)%f=rKS\#;v'vFg« t8f]E"ǎC9VŸ+erYH&j< 3ވ^rRMeUBfܴ쮪;/] ,y+aAtGZ*aib"rw_eQpϽ2\C| H^t62K ˵}PυLAm3@9RӀ+Ҙ/lnۻm`W*&pSgٱ>iYmoT"ݚgO>Ɠ|'.멦 gOoG=2cIf\m 6{i>=p_/5:z_7 TRؕb-=u< $h?_PAЋi4BKpS/L 3׳N[P0?z7$r!"R!`]5P ;Xn: |kI,Z bU@NT,jqNTxdҒ MX#Ny/СY7&pS3A}8 RP#MoFYwB ,7~@FOZ`váw(fEB~5tDK>@Qe}brr7GnJFh_`Uc@ |"{\!)}xt&*Vt{-. _ơڳZ'Or> | 1syHw ̠N%?Z*,A9073> $=o Wte= 53 }iȉY{9>?&џ5 q w>Z]yeqon@1P8vj"j,NL܁xsO}AL:DAC6 ZPkd,KEڳwIBgqő.b'ת➒o"XFn.6@JlRQkw}%Uzk BdO/yΩajȤZ: I/=GLKvsخy26>0dlXsL o3,*\qbꢙvA+CJ2iv^LJY;,oLtQH_S&jz=UJa=<~1H_ fF=:hi`t\WQ8Uh$ec~" S"3JUU ,ڻWڞ3?S<qA`a,4T2tBo 4[3]K Ԭęړ]<9b>O֎u300/,,{!s)+h2k͔ 8\|Mɸ{lboq@uS]ޥ翺'f JHc`?߅p!?LT,O~>9 nD[ʧνTQ\ 0JuJ/9d+~S.ЂyG\"&dag5^=hyT ʣz) NNZ+XA6W(O7E?j%z bvQ4V)\[΅%44bd˯Sb (,Y#:P<锘ݭҽ|>"堌jI*Tqұ<}pS]JKuXXWAVMʳ}Vx!^OF,guP'YAƀj07?bVd+/0rI&q!:ddB6?FV;"V*zMIw;\ʄu >3CC]q2KdV͠VCy;C՟ֈy*!A9Q,) GjBǏRlP$^H^9e\2f2''^clxYUCIuVrzP*/n;O_ۙ(AkגBK1AuR"$M"Gb.N3ҧCŠ oXvG53mD͠j[9Mn9ESKcd@C>=Xpm0<['~NT7:(Ә\:"g K\8u_d8c;O'st MϺjv%4}tmM@͡P-A VX+*ُ"+\;bwN;-\uF Co:?O]Y)Gp摉i膜i`O\&dSaJ^ RI6;SOtig6rg[aGUqwa8/-$zRҬ[~BtcpA*r\)ճfKrkva'$;R] 誕F^:4rI3 W$əF qąA%LY%k2$1=d۫+ .pp: ;/B$|L|Ƿ5u$AЧ -vjN!n[Z;`f&&\޷tBN4Ǹ0 F0ZM=l)_ 4#<+^}phԢ{EBɁ~8޽/cfOMIPMOK n")SH817*|Qn}r)l`%auq>H0UP1q`@ &$Ʒj}7>!kn]}Lz2Rg*!{5Eά0 J@ȞS,0dŔcЅSSZ4vZOvrTHRg_o 2/zJ }A\Cf7 OqGd M6#,VH Vkettd齏,͘O\8端 u zOD;xJEKDg ۺzBzb׵EEG=7{GHp{@(pP atlETKȞb}la6 cª>1QRP`)y6WւCSֳZ.yrC qls@C'HwD1`% 'ab9JEUWF٠;-@~} }aQy}8 AQ=+za8LacI*.(&R:I(zJW G1B3ATɮ4npDOOѶ=":? #Ic^YJf$Xz]T´lMz'!6QZN" U mAe3h7@{'0 % a<ΉZQ6#F)U,Pqk'Md' Y}]h&4n'^-߭Jh{,cIVUOf:{lU{`"UgGMf; 6hs*/L΋ ν028{x:寧72=}:/Kv(*x!ḞXQ"s8bL:kT!hd7k hWw)gںDCgdڱK-tt%7 ˳!l*~ 3ҽ`}4_6 G|uG0L㟔>=>ꏚ~S}ͥ?*\¿> ^;E,K@A`(o}\OŏK4J\<*X5ctJTjM| 5 .LBzveIl<}JVwENX%ho5z@kl3BBww JG\kjx 8mH ޲a],=.q 7]87 ݰakFWom7nFaȞey+ 7>[rQɨ VN4B^ZWyI 4LDq,mt DF= D"6fx2X1aFXc?cW_qlڦAv`8|m}, oDmO/xᎵIԺ`-#"F׵UB` d;R UӐ_fwFu}h?ECw gMjmҖ_7TӅ#ez89:x I!r-QGad` ͑=5j|S(g4/S\:>N攴/paUF`;z YiBK$!I8V}UÒ ig}~aЦoHLb`|M-ɶȐˌz*;|rVIBQ#Yct -0HQ?0yT/AM~y)k- 5eY}w­Hu&LlܦM_V dfb@B)=Q5KoUIKy@BhXx?]\ `JхUI3@lYQ e6,z3O*h juLAtr}|KwV%dlXh}=MAz퀓#m@)+,#=43VITK?fPL݋b*a_[ͳ!8+G!mD!{f%Y7ZrmC ;`0]S[PD_ep1fQ۪wO$O-Je;o\I,d;1$dp?hˏ{ pVj= }mѸQDzI@u 'tn4 ;Ʉ^/sSE>o|kQ^SZ"8|MUOtczk+=nf-!LuQu?{x[Hlv -/`=w0Gr_Tjj]l~::d-w21.Z^0uh&$1\14miu9+p UW읥߫L8?Y1"ecImأo@Qe㪛3R"5X֚[LlbձEgo KkKع3V0W2 ῰#_}n%MK\v5ӗPCsKKT ȊZږZ?[gSz_rRcta)CM߳qyaCQPO` W6$vAqV(qj1vO./!{IU ڬazKEL7/Ea6ntքN<4 ʲ:#2HRZŘm0w#[M#Z{FNq6zB VD3cZz8.UީJpg,kԸ.ѣdƞ-,5t.$+j ༒0'OȬ ج{GaიU`/@ d^s<Lt{~[oЛJZ?jJPU .ExzЮ=a$Zd|CB$@jF֠RXcwqa8!!/VOYn\WR3 Q֠OWUve<= f"n{bϮIB1r>m* ݋Gy5ޝ\ 3Y8[H{}5ȈZR&iz;1&~ rx `"uYIt,OL+#5I(O(T`Ya?p&#QI{bgs4J_G*:t1]XF+6y 3Z_=ae$~8~E*iLÆU`ZgCFǻQw:N༑F-ih#UTVli.P Y9ɕn#aVqGJx;m=kWU{rƗIQ}i]1e4D*L^fF8 FK4wҭ !d5'c޵Fxj zQe-([/%Ak痸^o"G,S7f3 B.կ-Nr1Dw)"jE mA?!W2P\k~GD\3UWPE9M{yo{"9lG$ Zyl;2r"fz%y1A/U7`+&sj2]Z07;50ŔE27}|&ڪ>qЃ83zn`+[HAe|2ٛSH2(zg 's@~혶[4a(#x,itP 3_Wu :W$egZhbÎUUjÖ ;ՇY/̟`=.tIbմcM >׸}s+v!@,4n hTKZqğMPlH1ǷTdj)5,V3bJ9.f7]DF. ~YBԓGM1K௯S)GPƨN 3uA0SP[4*I@c%=_/^hAdz J:rd~@Hm^-Q C~ -{6a?*zJ/K|S| D_@N|u,)rık$T3NHCk"[LyT|2m2S.<]{éʪ͞tJص( ;1S\r{"m4 ^a*6s7py]G n} N넿y)gcG*Q ! +&}d):i4ABqA-nA9 )|oO ?TS]Nr2Qc]2_c_~R,Jn+/>Z)=}ݽ gxT)k%rucyoվs1}BsXJqsJ; KPRI"NaM^:67J;CVd fsyC.qR0[ b ;UB@Q|5-ԇڗ[Jf0*ylJB%7S{j A6pt#btx=##ct!X;ڝ[∨s^d 'K$= vmڀ<+H"02X!}H#nFj8)$.6J8ntΛBlFg˦cd od̓Nx3.⼋Z%F7H/ـ"-pYQ̙XlCdzW]4MȴZþҽ9>ZEJyQ!ĩUCw˔p V:V4$M7=2>=O™ȗ8hFd);)񟄮Aq6[vJy>aq73Z;ov qǚLp]FP[GDִUP6?"OE<& [B. ;mW̚MTi{wknb0~HrdyP<c)1Td÷d|xf&WيM*A#YWX%cQ ~zN$S2b@۞9݃OɾѨR3|Y9U]FJ'4qUcxHSb}l,QXN&^Fd<%%c{<]' l:tMkG0MȀ|#/YU0bNQmc\4p_r\QްA&T4Ȫ*QSRT*0NsؙlcUi`*':5*ʒzqZxJ-?xï*YJ,]oUiHOe)>C%_Jg/5)Cx&S&"a&1\|@ Bz2J&N v=؈l 'U~[Tݷ/Kvŷj3XHo=TlwýD]S"C/hRF!z\,m7<;)7hLP:7&sjkI}t$A<NT9K# @@EHHVD-lxH|R k$b.]yk%Din~ȆΟ=ҵԍt|EOȁX@EåSV,T${(Ś֊KH ҵˮDፍF pRZS_J,GdU*fpr~-apm:]aU!OOlF=W͑Htv$SK)?C)hy6թŁpŞxy=o?%AQ: agetGVֆG=hg))q׼`;8{]kw*L 66{:WÇ&ye:cT)5Ntt&TKd-{"=UP "ڹVȾK]lz|džX:ov88v khŎ? #G~Y7ND]'5y"E^D !~Jl笸Ư!/f?`ŗMakVsh댶`ɋm{s 8$2-RĶ3g}_Zdu.q%O+">L-SCRErn7\K=pBA.ǭ>a+أw?!CMY Ad|SV.)EQCG#_Al`˨E}|-!oJ1߬m/<88D5w A= ҝ$cB%=i| Aq6}p2MSFݩmyav=IY(:ԑK (4b`< 1<$j!KQ7OҚ{, 1N-Mts5۝P` 3Ňem`1&o9gE4(kYSÈ]ey ɐY.%}!_88=|Bd N `Zr^ <ۈK):eoWrmT䢢t)7_o4f:QPY=!=sؔf? a'^Om}+shde dҭ YXڞ`X^|qH,ɞkt5_BRZ?K7/Pd@pE*$niTYgΝQ1_ґ4@aExѪ^C$_lbzk0p*f ]:?V+zyQ-E EOQ2Y)TU95?!)8@d d8aIs-Z6ʊ0+Ѐ,41\=$xbk4e&V)#hB*CVx,T n! v2z53uuzJa&1X~20C#n3xM`!,BUҜ%Iwz~^-Pqp#ktiySC$9S)1)$4[r%/O/eLw_XҞ_WRu%/nŊj`Su${%h6P>7P`&u4Y!% ں d'I*L./V K1/)]r~$ -OګެxlsυrP}Mq1 a,~'ڀ/TM|CDjBq?fX*?h\jfT~N 1owh `Ilɵ~w]'tчKe[ʚix_9+2=xQ _5,\Ž6c.7qO,V(HjE1Tۯ-G^^K'd1bnadi dgE"&"U鹈Xphp)8pʯ@5c챌; GNCn~ZjA@p΋ZXZ-# }gmYee߻0YE{ &OWKGt'>*S6%F  (Є& ԥc5Ov׌alm 7z (y;DH9r_d-jqFH#戾dd~.%vui-ABL0߁jSpQ!##pk: 'B"7?#(r (t#aO+SѺI;xf3BlOj:۝ln?jW;cmHsbqؕڪ qtm=8ƕQ # ɥ$fle%dp].ZhT L8TԚu)r3߆Ի-`U.An;ƥ7VnL\LTj~yO$,oFo8'H1m?̳S |]m!J3U\z:PYC'+u* TihX`sI^ޭ4sr2a3rv+Az5+:=4|Fha$*(QZ^-(?k:C@ɍU]2 ܥÂƓF\׿tX+voוȞ'գ26ndn/ljeL7PfVUL]-fSdGPs~ቺCYꁮ{y3p'dyK6ŅNvܛ# :`RQ˖GP {&Uy~ZᙆH N50_1izS}|(|Ewa¬c&M}]a*v}Tʒ!Za z$-Yx>AѨY<3e'OQPyܞ2#"A)H`"@@<?X+ A<㒿^eW^rcfu&oGe 8t >jj5q+޹Bmwy ʹ#u&:C+!Sdq`HLzFo! "SwGwt1"Cr΁Y1@>D}:Wc[Z In>l_Y MYtu^T(W2C#s^%(cs bл2\8r^.8r j"h˓f٤6ʗyA zR \S̡ bw{ uV"Mh6OYtK9ΖE;.A ;?t >{F!Z}= gco$| rq%sdʆK9BopytA&fѺ.5=- =*SDjH1QualC_\mrg8r;ncQj*.xb{ o:ÒxC^4&L>Y~ճn7Hq*8ɝ6 GmD תPXDcy>M _.>B]<ۭsXƙ"ƅg$ЂiX[2b*o16 xb;q7V%N_k<[dr7-_9RU 7 HO顾187,Qe KUmkLէ$3QA.tvSǑAm=DAП d/|-v[ޤiCF?L4h|3̘חU̫o];ذweqrμ6;9u!5fg5vXV۽̓1pM?"6" o}uqD`5 54}Ajm v?;%Zr p6_uە,s`sZԂl~uX.k2J|5ڰC1 *@G{)x?cs.l)wzɾ\{;6P&,D.t6&V>ߍ֎_+)-هDCNQns9NEc1RqZ`}OOZhI_CjPٜ>tk oGp+'l8>/@}|b nHQ" iu[nlCF/kq>)2jBJHpԥܕ)< ٮ'$$a``|8'V]diB}ǁ(X}FSq(gmΕ2z/^yw5Yy w^>݃Ǧ*hlGm ڊN5. ÅLKM%Nw[QijWPU>l sw5BXwK?~jsNM>׾-YDL5ME[h֯ Ifl3ӡ*< e QC m锅hNF220א&\`&>}Z:;ِ^TxaJҕdO}$bR/1G KƬ1pcHO"ҙG96\eL'\ sZX`[Xe߫_l9ԫQbDXfT>6e ~o.imca/SlK;m跆uV"8g-p(ӝ\(Y#BcGIW?tgrx_̛J2(R0*VsvqY |#ȼ?ǜ1F`:}/jʜs{GiJ{V܁@$Ѐ>*(N=]hCYiWFW6BA9;Vd_)D]z}@ku-{ܺ}йA9j& ::'):'sQg_ W*RxeGi/IHR3, |OMRR9w=@M5 ZHv@2us~5:F>ih&~S8f&+3Kkmi"'tO7jW u=}R5ghuIXoKQ̺&c-+}z J[KӲQUxbR9u$ѻd#SJ_I1Yk4Ch0m61‰gUH}y{)?x]2^! +O@zj<7VǦ¡jV5)p< !$žSEoEp#2r%ru)ŎmZ>ڔR:;N򕂖_vz=ͬFyc J~ĬU =B;v(>ZY ܑ$l:tB 󳋪i\23>q*=WN]JH43NFjІ[ =Dc5EQ7?qN mA*ShhH*; LqHdʋ±`iKU#]eȀMev~#Eho<I!8_̈nI .hz04 fW3@Mr:!G]/R?p!j/S4;އY9NOR[S=DRLVrڶXM_biV^On2$!_'#Zσp-7ivl68+rG1Ke~rQ5ݭ2YngPI\n>L 5 lո!Ln898@w"7P\9 :pKii v5aKm)H{ca]J!Y^'qF)LB~|21X6hpdBw)'G<^;;sP=hϓOA|qɪ^`W5N§W;^Z6p[s׭s|j< ?tAb'o♘!ٹWaHD)>XmOCk qIDxR΃delkE/ YDSG[3d0jxCs'x њN۸_Edݜⶬ悜*zAzP78/ı/_ $ }O4 uy,o&aJw̋j]aF\E^\LLc4rFr,mQ>WT`X0Ͼ*_Zx,PާT {()3an&/g\mdɵ/QQV5HD6hLvExfrwn r ͲP:ߗx݀I rX(K$BKM>CWٙ#d a4f=|hXhqbpm8|<*&#\maOJ?/ش7&чzJ[Kv8 .t^q 2tufr3A[Fl,; koT9:|-󷈆eoۺtHfW+I_& 豶6$/tqn|cCegJ~gɆeF^g_4 -}W$;kFj"ݪh׈? KF> T16j=-i՞fqW>1bՕ?Ԍ]pl:d\+GGI#R-)O9}mR[1rXuVj~4cZoT~VyA=bhL1 .  ~ϖʎl1Di_pyMY{hLYAW$8BYR݇D0!%Mnq2U%61WZҡ'GwH]/&)4ӮËcVNXS=C*<8U7,Q%nG?o_x;=1G`+6Ӹ&T]-T`18}L_uABq.sAw7}G'G{(5GOa1'zwA~.U髸׸ Ɇj[݌D(oսTο;dk;Zr4͊4<9QY eۘgfub'7n0GʄT[s~]x3~WnFaH}YˍI4W=:~UPׁSsY604m(X{(s{V? ;;ÁvRAC+2`f&Hg) YNkPX%g> <=%=/5g6]%ϧWf0p ABqbPΫƈ=ɦt1LJ*{i,0mW&]xaT\ rQW#sdL\9?~;N=P(peMжhE B{1&ŊNΖSYzvx8kxh_3;Mu:O' wouepX˵񄘾Q(J#br gDr+$zO*M_&.KuȈ!P(9I0w9ZfzT1aYBE$ 043y7 4!DxJŎ/y%ΰmo4Y־ٮ9C3g޶y#&F(츹E]. N `[UJk~G5~/)7,ir<8ۤwUFw6HO"9DE*YP>_kXڵfOhʹ kR%fu/7:H2Mz>q{ʷڏ O;ydQv<^z(WU;-;^>v]6JF:%̤o=aA&4]Vjص23AhA Єw]n?P=x:ڏdҒ".7Rt7$nX^!2_qwdpB/ߞ;`+aNEy$#; MT;P ?I\"3_ofr$'? m(K f2aWx`)P 4m<+̠yGMlv|mY-;R/dv9rTو[x9+㐵&#^ZXw8-cLX&m˟ISS'h·#Xm]=so[Ә5Q޼["eKS8n}M'"G'iwª#Hl^R\%fR VgI1.R,_ʖc"kk|{=fhWWH儆 7A oC>z昸ns]hZ:F`RŴ9ũd;}NZ@BLQg!D4rn/(yDo15uCY./: Pacr;*|ˮK*ߪ/RrEHdb.TIc/TTt{JYVGh̳q'c ヱ53<{F6†f:QGY*#3oAb1t́A@4Ԇ}cLxs6A)]̸1B4tcӯ&S-O[Zm2ٍm%<ԅ3P>T7#5 w?b&瀲lx+"~klBf5ݏ=γ F/y~ <p.+ވ0eِLkFFEQF^p-A{gRoH?/W'7>g#~,?f{;B"-3J"i Fx)CIJ]\߃F^[19%]>\J0d|XcKYDĵ3@y%M.:@fg;8t ba9䁈Ը߬ o%y `7qʧwr!sy S~v-+Z,1p֚M)6{,8wT+HV"s)Z^Qu>;S2QNcYXe(,)*:QL"> m@Dr]r\̕ g.l{HRI}j<`;L0ƯDx=`Js @p-}w.́҂1!S!2YDUjvdOJp75I1;l#GiBGݡ-|MKYqܼL- v!+IUB*yq! '[Rx ͛D~w5>H.LL]ed A4d1@jÇ5M#H4Fyg!}qC_ǺzQpd vi P (^Xf?X""]4QdYpEvt:*\аu8%46s#yot$;^'B4IT PUʲgkk6# ǀ KX#nx z {?>HJ:=[=^AQ^&׍ 31{NxMxU/Mc԰DmͳQۍ(zե,]ݸ_x#`bw?U 9`[2(Dz8.O˺IHv1jr'h&1eIk3Wj {R24bil:4fh߾l ՗͢$m 0 g[P8k׼_`bO=?yBxt$]`[@Dy >s4{եuj{zhv:wobgJgSQHE)soa ?@aO ,%s8b &}Ij!!:ҺA>61#󹛅OZ]^b;`Eo|Wgi"a$2I{冏_?/\c$!HIHʡI4Jd|ʅ:j.^yqsx'02ny䈁g]C9 xfAvV<ĉ%fM^ۓ9M#p\8W ߺj=wG}Kni_ia VB%*cT8x:$)B CNYgeqD=:@cGGt]>(.9ő^bFrr]MU_Eq>E<1}I+3 \gW.̕7$V%?i\SBfknYxmK ~r ?\bX?CN2\'[I\70{HS2i1pjPShPj3,|wلV%Cn0>+V0S X/yrgY?A9?tA#]`3C '*-kC{ƕC.umZ_TQ-IBYJ'opaH\8\[dɀ$ /%QO+=0Z]Eoݺ`vgv^"=Կe1ջGN"VZ A8u y-4Q+.U8D2θ]V53%>^ҚRo׏* '1`=&a{ ei'Dfj] gPΰ hꝟIkNe?Jl{spW@BpIz.>=е_gBEq=0sY~/@0fTz ,>ٙrB9*Ui`wH2r$(7勚77[˶VM)GسJNbQ:[Qd z1iwoχag\(͏:v~j>&X(/k۔-9GxɈ-BG&w %*LrW'q˻"8Hk)E;G(!`=:˂\s!/%ܴSfmh=wr༸?%ϣo~"'+b %<BK'd#^{F Pȣn|A3zjw䂠{7XhoI/fyA7FF0pI5(\H3k݆iŪ^F'/<ж#YU&@@rr`N%妡"VvfQ7+RvRݽ2h3n-lKa(,x/Eu$Fw~LMePb3[gDDu-\(6>7#`+*{ rSc qAF S̺aIcUjzwWQjOn $R7qДpK?'xT {Y\8X'6.kn=d'wSr_W0@.ɑ,8w\鿔?Iu>;5*A7͟`m!Z'[^$u&3{GA@ڋF[wQxT;6 "kAgceX~^1ѶP\olȤ ].C$C]_o&}g 5x^pv`r{BԆo{)6:K[?nvbF7Y=l'/~mУfLMO!|6܎Nc-$1PY_Jَ*zb|OqzF| B_eHQ&S:Lq14bd"_ЂD}VkwFbuk]AO%۟wEN'<2# dJ s]zvYޟ-FZ3 ]6A&`Qg@a(k5Kaz COU _1N~=nׇJ2O̽xM7<ڐ!c)Q?(k#WtK] y.*(&J*]c_1x6vBs{1-\uHOG՚検Y#P4[^1R |xyx*]Н'ebΊ2[/(,Bz6O>ZEwfcHLeDw?:GhbCp^~˕bئ/ 'g(e2LVG$P_-R#=],ylm4.5Aa}Ʊ$*z˒WDOQ !_D#aH=;%aժ}Wz8p.}y1>*|n)5\Pӽ_4% w]8ZC_8W*u!b!ܠ߀$~hePiv #&e׾eU &qj` Ta =ml\k/M๥ބ'3̈3kcL4<80?¼ў݀&c0URI}2=` c~etPg'%l4 ;X=$GUZ7y3W#ѽ(ˡq4Zс XH)Ż[|ˋFW?<Hn,tΟ+(M+lX%*%W~ 4Oq~c  YHDŲبh 05  ;XaeAW6{+ `AZiɬ_ IA8|ױw镚VO" -!ʐeẄaNV5y`.Sp1dVSr{7cZ/E. ڀks KR uiO}-bTg+3^, xڠ>%ͿLJO)ORjItg pkS!s^=GX>M|GU-( )/i367:.JT]ᒩ/QPNq0;ҏo,ug#bR)ޞ|&_df'QLWT"3ZtIųe~Cw߫`Qy>thO w2G - v\*AܓgGi3%ZS'4M*mp 7dmeZ/,Y Sxx6az]s#B#{h*_Yy$hv}l,s^oa4*p$kg60?:Q|$N*S6-߈a1Q-\'*.AeN>ϙ`MݝfwN #Ӧhv%;頮hH?;QCWʟ5#}eگԋx[MʤA"' ^6=9\ o V4EEUJC~vI4"J{l= oű`!#c߂ t @AIG-x[3$ 8tlN"J0H45 b-~%MfRjsLibSV8@ gv!Ft6lM%1%V~Ӗ _i3Nlw10Qn+ւVߐNH7+ &-9ȋTuW?$u :I[CMJ)bc%CKW<͜˷a밝jʫ{WedK?j??\3x=K T1fE 2lz˄2y1Iڞ^"iq-9؏6n7Yf!rۮ=mlNˋq~i+7EVO6ex|iC/zdMRb>vąXTk=x>F:9%:t"~ LяꥈP1'cZ.'54{hOܻe,)u [Vj;cXua>hĘ F6 ɰ<΁b#@(16)`L/*cT8;:֮9d{{a%v._^+i!A755H}YZ*O|MNqwmvf,*PiE2m#2-ygdqyIxei>wS~鮊@-S0?;ܥvc [؂O8\O\z4*~[ύFǕ!Ld0jfcdrS5몦<Wv]Q؀ahBˣPNG13 `['f 7vTp$101R'mB|#;7WUc@2uɇI ,\IoE abE{xߗ# 0/[;c~^wMs߿b=KkPX_j"'L[Mڵ=X[|<"6 'M~[\i7&\`}fHߠh~a}1ZfgNBS/ jB.24ov|6u0삺#4#Bt`u'v f/ FT)!MSfw9*R[)'ՊpG$wuybG=fv $W2ymhæJ674ns3g2Mo!?ʑGYf XGAXE{t6R7)0>X{fqJvKς~+Cw_9p4BiWI1БؗU/zѝ2$5$|; ޺0SORzNU]FѴ"q!z5pl*c/:>88]"0؅wmޫCTMCE?NM/hx93oEo*>$FcPhP>J8ס { E4jَ<RfDf,E_a);ʄΒҀ l5Iq:`]I>յƧFO&7 T/~1gRH|^rYV:j$ܪ,B}9ϿkJPXAzHvb/9$rǖgnQl0ZiA{h 2K3R \UK#w !Iξgo)G&uGOyE8Z5$@{<Kޥ_J"C|x|0qcGUB$_Wg&hm|ЀG2mq ř6,d*߁ xݿLdwSd,GY4b_36pDbFH!/2{XprHYR*w[twj}t'9#FJS0vYFX_}H~GIj*V97EH7ϿٚΩIg.5]aMge灳gFzg[w쵛s|֠i>wL'Qg|ҫ@?Rկ U._1_;l[v +E}*(0tL!/ƌ{;n{ֱ_xF&Ui]_}-O=$RV:h(Gɠ+PuC/UW$Ƌ?Q =ǣx)%I@sl*R+Ϡ?>l· kJ}ޮY 12W ̶ ..mx__skd-AXQ]CcxK6*3BY1 [Q̬!c'"=Gֱ~+m.`X`#r S_Odjlʝ kȮ`pQvLv#\Kr*d":=HJXP7 ͢K@͕~ , {"},G I ""n9|UꐤtYsbB\~3fð箭 RiA`vq5D\྽M ]|ߖ :{` )==@bjY#GH5V! 䇤ȎvN4!h|$|ܽ;碾b3P2m˒E.>1X`KU箢~ܦs`Ebm&!k$VC2C#jguf iaxgTp~HljSd0k WIu8Op_Q|`Pg+.)bS aont<}/ 8zgj x^ vz ,2Bu5mVD፹/w35]06 A\n#&M v ,dqYw;߿U8=0%P S^[Bi M #Io+i&?bc_B+3X$Gµs2c~֍oNjwpjmk|l|g2}]dnowA 5a"C-AR$h܃ᬣG6 JD}'W"Wx1,І4Scc2"*{z`'/s䈯OBv)= 7"+մs:D 85H8R"'HsEQLW}p<^\R^(lD[3f MwHo`ɽW| R]ԹXBV˭2ڧhV: ѿ?Lf)׆#1-v e; {|f~tˠ;c o)qr8Wp5VFir#T^N#Bs.ukvgk7rƃpڷRQ*]U dMXλ峜VY2tyzPgW/&$*Z|uNʒgF{ CTPčDBYY>dKK~{~'9}#Y:}y䊀D;Hu|'`SV=;vd\lB<څ[Baϋ$UVP9L_)%ksγ"a^}' Ku#<j_-(tjgƟH1~, +ؔQ}&ŖtaoW/N1h"dHGAXr3/}yPhOn!=` |ml"e0(rs@3ڲdj#q sz(PMҺKv?l;eia &MsiY?IJ tO2"+D1"'4bx0 F̬ Ոe1cgD,ۿPIksp_+)'30ə, by km@Bv8 Л6I!wpjRNKdZw] s.ssy2x#S .-s̕]]@⍎qX]fb,{5Qh$\4{쯝>eyIp %WH8~%~u;T0?d\ ڨڭI?H4}@R{{7ɾEU ,{zPFdN-aUcZUD}p /?H- K1ZnE Sq& [',^yی$_TTnA6n%"mDfY)k׸MDeTuAUDaf$P$ŴE&whp>jڡblVN,eO*S*9cFĠx\n~Sb5Z{]+;C2@erm(H_O 3CiŊdd'5U:P_d)g6PtyǏ+GmzFn MTV'_/"1tcY&ᝇ}, . H h *-{ϒF $5/}8"1❯L e1KD(t$(OTOB1꼂KLԩdcY+)8.FYlk b+m\ i #QVI/iP@˵v|v.)mػUhy!>fΐ?M͛3RAL2&w?trRM+frI3;SB;cY{Brؚ"7}i XJgQ4=p}-b2ìvbڡu*%([) +fiZ|gVBWpAȗyP H|O}sԌL6Zbj^B>c.Cn Ƞ5 t-Iu,8b<#lZc(~괡uh@w+:fZV|3[X нU)cyys 7w^!bпR7 \ZiCI 1ўwzM)NInE9 )g+BHﷀ=Ӣ6sbHgޏpSeTgly+礞:ᄄ.yu4Ts~F, {(` <w~Xs&gWۅʟ PR6O$R h&fL>f #A@S6U(v/7o5>#pC; Fڑ~ a1.?G"@5%bWapؚcV5lf_@p߼j".wڃqWJ -(5\M!I;I6n˨ fJk+Dh0 HBab:RU!99 b*auWJkLNhMd<3 ~r#ruQ vHkdKBfVUpvN /]5'+- mpQߣ"oSR@)Ip^IZڡzs,XgϝH;=f/͍ DuH8:fBY*rc)A|`*Cq{xJY }Ɯ| nhqwP Yw\d+Ոx!斣+x+7e6=h_FƌpLhǢ!7Pc=Ž,E7ق&T͐sSV@9T$ EIPMb~e(Wom/7/܉;b}8aȀi -g8j9oj6,f7<wlؘǖy |oPx{FtJjP"#[hwW8^:b6zK@4v _g:D:jw8M x?9CGם @2Kн㇍+5hWmϒ8H݊vaP*9ß1}qy <'( Rz|> fCBmS{Q`p}%!K!hKt=Fa}R4pwozR}.P3êl0l|AЯoȚL0죧˜X bK)oNUɑ'sGz7V{F{RNZCFNU*XU< /U?#2/vtyi: }5}a,A oWO]С+FKv4NnvhRlO)Rҹ#™NkѧV[s>PGV/#+ ܆I]f&PcO )L3>L. ·"$RX$JNW8地Qvq~DA-|vVy1w|5ЊbjuH>)\iHyH@0&p#j ^r}XyDX-n_WFp&pc_9EB+]_YdtFS_:;Fo?bSĮFކJqMW?cpY3v ʧ쐦X*媯ېSlitXicGD2(i#5usc .4&9ϖO%-jdlL/vKz"> :֚}zOS-x؝ Y|k56 ׎$KHva^ YQEtǹRO.VndL>s~/۹͙%Z Vz8!ʮC>lRP0{"w t.͜ɣ-2n4J,'m_Ţ"qXM̆qJЍ#;' .ijMh` 1  "ܷCĜBxCа9NFye_9ӪxEmYYt(hH黕CHbdQR9۔ܹd8seRtz#^3 1@Ethz󇉱L @&GVR[!ǯבFPXJ:r5#Ո(:g0[BCmEsW Z^k ege[ _vm O{J;j+IiX|4yc(96`^I8U[[idnm7%O uz3V;-U6\q ؚ-ԷvFyf$Dnxq-;!G~D5>PG"%^bBbz:n2P3%;՘y!2,RxQ<L(%%n( -"f2V(wkE4{s0MF `Ju>AtYk7s \քT.X8O(i܍b7_[H =.|3#HJ)YrzlK>%p9ʚU>PJ!`;~ -d/M|p8YD+\JbZb*'ډVP@P L7sΨr)s<>EmSa=ˌ-?RS%q/Se\PGAuצ_=^WYU<{#wΔpT,6 ;G2pVJ]3jKRf1B{rmK@e q/T]|JB^)(-A?q8"mMs@MyQU m|OI#wrä쥔PtDIJbph2$SwvX[2R'6`g?ɜE3@:`V^HĨBL'"ew3adk.|x]r9Ce_cc7 {80)vۼ) 1aTLLDLdG"@kcVP& ^ Ec]wYG|#[?%tM b6BdL{,iRR m՞MI]fy>ZSc|E2VA(#A q?4mK:4 KՑ}O$$dzt+pmBbpy8`+*PG8؋GnpaD6VGļ akojvLD3JtgwVmE7␗\Z FIL]CSyRl\Ԗo 4/öƶ 1u03i>Ҿ&޼ク}v„y*63Ͷݒq{_/$KjH\ >I w!4E[tL=%.;ƥ] w'pd>h GnI7_ oÈdvkƞ7t(_*L. Z-qDm'! Q+lKzxfJus˜ d^_S<]'>W[kѻ, 8 eka;} Rc`ΊP%,>T1|i1$5~{;1fZoW`ɽG);Ω17apE%T.aeχ t,qj?Ci=Ap+YW%zEB&ک`ynmggQ hOMЩaJA_x\N1ЉIϫu&I9Nt ?Xߦ0@s|+=_ "f9UcH=OV\or2}V>~Jи5Q^ /g,!aC=5M/}3{ٿI ]HF㻭ľyvˈAq02|)-ʇ)CC1]bKY8TF ]_ ,21cڂOm*1DznbH%<Ƿ[[0M\8Qc*bk1e_U ͆B΃ɒPVIFn^hL0WܥU{ %Xr @sq9Ri~?jzKu\)Fl2$+W Gj$ =iT|&<̡S:܋ҡZ ByRyXYWqImz\(ZTB72^44!V1okboiX+7˰tj"Y*>Tʩ-9IpŐLEJ Fq_W!Gr.do"_t"iaڅx3)`L0)pjt {1;j tG՝$/"A%w}cs,-o9a$UFYL2Shn_n. BP<˟H-l|:5JzO*/0!2Y@ڵUߌmN4c6c~ +l01N0(XEbPa,ȫX k Czx0&Y!kFٷ+'Eo#mwb&O2 nscҕ .K\ ,VQ6m 5KZyb ;qK,?b{N2.%t#oفS L^D䎠2/QzG-1S$77" 8~M-h1ncMn 6wYq)ۚ, b& M@qBQY.%<ćM}V<ӟ;md) j hߪpuJ0%@)~ATĸoTo.v` N3?mg! ;z=x-CSX{Oje1CCtE""-'r#$J)#(W^ )5*jeU%A}``h\ j7|54T%Dsvv>9yMMC32ԼWOeF8U MaJm!l-Xg((`\]z.N|Ƶp^.Ƨ6-Xù+Vz:a<{"auaqOO*5~@LՒDy2ǯ4{QLpI/TK FyNWPP{s ˌniړw{UMeBp]H^ V6vzWkFƝ1ɑ?tB*D:3^W0F:S R0Ή'EsJ,w@x{RXuiCҿSl>?",艏qmA4ua[> ^N~fM)r7gv9q+"$3c6E-8h+xjpE.c -GX|DqP8j(f=]F狴5a>VzC\oQgJrƂyuK((HnF6`lYӌBRLtQ{XzM[j]s25 ro&ℜ~ae_4P@j=&X/T^9$X^W` WnW9ɨ _@v~$v/~d*`+fG&cBg<Ïz 34~t\+=K`Ajvڼ@B!}SPSI.y5lb+7GBqڬ})&DyzPlIK`8va'q?{,\ܗW`uKũp l[SE,ԘznP>QCc0<䗉x-E,12̢;i];]Doq!30ֵtgK+"cD5Au"r"ZvW!4b(]^l4Gƻ+'?+z /wҁ9w7Em{D<P\Z<0̓V^ mx¿m"M*%Q<5fHOicpO+xƦLROdȇUsR]߂{9!ʬ_D] OyݮE'!၍g<]!QܗY*6P@Cp2&b˃Z8U-1ϴA_ v%ߊ dY7" &|VFʩunb8 .b1%i]t1*͢px')mBf}=W#SVW$<"}^RuH5mm>-+k b)Y-l\9|ƛ_ 532HDFv&뇔JG[ Ln˫cV70FTߕ{b8g8A2>9~Vvl:9us80LIyCܚ;H9i@7e:4W;%Zu^_O ({,#KCbKg'Q8;*I$tA |8ЈJHF2H)ք^>} Dng<;D,C3/h9 U}{ݤ^\jς%k&@"oWikbHlmFU|P!w s>vNI+(l?;&ȸ>OAj` ̣<Ӏ]_Gz%ou!X 3ix5'HT+$r@ TSB&x7եZsȥN# IhT tߝJ틬1 QIMx3ٶ},eVTdtǴseM4}S"|k*]hreʹzLK¹5sJ JFgEge^Ry'Y6K6TtMm\vԬoiա~vD  f 6:Oϭ* )]K׷L`i`xswyEaUnO!H1k;lM~IlU=U1LIT$q|/ l뼭6t>J>"{VauIG)0znҞRȼ\υZ>e6~1ouB"HggABj`jE#d&S[Shj5{V/Xg`׋ &PT' |gت дSgʄQ' hیE#~Ilޓ5dnDKe{?lrύG}<Ww?-s#5KFcj}2WEk_>6lti+~boO Nh^A!W~@y35(cօ"`{,,7Xha, Nhxs ݲVnH@ Ee7K,9Aw~utDҨ&s ܄fuDO$HݜTGO6FSEG4u<_\4UC+[6?ꌵ*+o﹍Y{^Dyz qUdƄ=fh % ^A,I~UcZT_{r[#]jԄf }㝪fzn'WO[6ႆc!X=inX_HRY3Eyo(B&w-;$q[ omЙ&5]`EpUby}pm<^+ "ͼQ vp ,+ÁBM3Ez,smBٵ__ DX֜P>.Ql DRW)YNn@.?O(԰t*Zf0PyE2p< At1Pb:XGć +KrRPU&&D04jp-٧e$"P"4uqK4! pWEKI  |SZЬÇć5/.Jiek,cxm`a2 $=<6"3c1~=ɐ(^ ]TI;گScL]׬U9B ]e@A<^jZ^ |xNI{~R堖5f32YGNJ%`:ʛ(:h%IC(C}}zMi<`*'DBə7ܴ4c L Q,DSwe9=PFr NKxWq"EZؕśEHh9I~f4co w&*M%pF5fOi7^epd4.(-9f߫b_D+YϡHbjҼ8^>N[DBw09Jwm؏jrKF!.Uf1Uk֬K7:ްW)L#2Cΰ{KuO&ɵnc?R%_㡒>'znx#1cvƛ=_c B }"/6U#f?.;\VN%q GM8 XT6';jp,YHS[ j/,ao䦌oWHS' d6, հw]gsȹVn.74-X83@+@t 64ˤꆵ6Ȏ -u¨3l(RLlyNgt*lZƹګd$fl r,ꈑwUc{6Oӂφ yI`BU R ˷i&-){W>]kXޥ@p/h #c~H1T"(.a+ ~LgAGѯ7ko0QIŒH^ b֪v*ȎۢEY.R1U93O oW׊D,5iwS3+L4;ty" Μr:M&<*u|sd<JZ=o۪R,DKEڧy- ]  Q-rhq)QuNl!SH }/sŸ0![Pr̩0gyZRFbAQ:.3#`y0Y(1߫~V3Utӛwۚ!_Tǽ 9!C>Or'&6a PhS&I J>&r`\q,\,5i}rh7+(MMM*ocXY_l:.kGT@֔1̳?5bAP)U5ϊ$LL<"\cpr*7nֶ>)S \ֱz~mFez}hgDhڮtA.FFQԼSq< cfuåj^%G1[ 9Z7&*%*OٰՓ}vIcF0E)h˘˂RA&C0p()ⶕM+>ġj2JĽ8/K:0,.|4 h< :ᶐT- LRlұ=*F+O?׹ tN6 Q0]a0B$-Lp64@ \Qvz>j‡}+IO9%p ϸ ح/`2C %} Q@0FjEھջ;CMCf܆xXrV3g-JXqIVm(XߗV݂!Ĕoҿ9wNS&9w X96\_&m`O]w)_ip9.HiZ$E=W}RuMJSM[jl`u ʐ/-kBXt;X}mR)24j#?GdV=+t*'tg8٦<]^32c+-3~nbU+\(JkH]|U |XTifݾzdU8`=Z[&PϨ+{mN%%.Б^ilPߪ e.jw3r b` *^:i\[^ 0Iq -JO1ސJEkXDT7oydvHVApTDf&Br Gܴ>_ӄJXؕY8ijjbr<,,K$toTl5s0]W/v  Y|g6I%R2{d֧bcďuXPX95BӒ k-AR8E.0'5ٝv5ȴ/#ŭܢWw׬Z `Uln7C6GRmD͕}lsl^FNCm&{XnH:6kzLYW&v|YM| 9]ݮ\rP,'8O q-9a,_2mt# (nLw@B1Q73:Z4U*$VuDo/vGlMXp)#u0u2uBola3B#g/xee yp dN X3O f-:'9UČK- ܥ_";\.Qj @KϨzJw“49kEg5ǎYcl|>PCQڮD!G t }JѤ AB43 Z\Y*W|>k=Tc~pT?T_y.ΔƜ8#tJߧl7>};_f"gW,Hh43[1(FLap}@)g{x:EdqD-zؖ{3}4-Mg3Kj^J8$rxۀ7Syhm:}fL-56s47.u-W#0g787a0ESRG˷#HTrY%ǎi+Kϳأ؎u5e./ˣW+?שWGԴ̱)ֿ|`FA:XX?b@0+K.Z2 2dJ}J(\P#H|zmMo!t[=/>N'jl,v4ED߾_RP%'|9^34<.?Oĉa):HV*eV36q&>Dn#=Re &*O܋̹zDC@:`}oܘg*$Xf0̉m+ҏx"SbZ}8!{w/!*SLyLKY3$'3jj7y(Fro}"{6Jr!^*d:QL^S 62H5CBC|l6irqhkg)f0 yH-8/ж#~//^yk`V'53>@SY֯ Iwp* C}[QR Pgph # 2d7VI96o]&eŬ1t{qb\@X$jId c1c#kծ7! TȺVZ^3a-BoKѡrzS}7! SCT͐c)E_%B(%o)-7aMR PLq*]g@rK[uhR[g[&pν9qwey_'IW`$8S~5h0vkԀafHf,Iڴo{ !x| akͥ[CҹЁqB u"}HmNځi`OFl\VX~[#/H_ i\ܖG!*9|QrXibQ I85@znyP-Ư xmhjQ6cq3EoF>LdKFz?집0n_Ysj((jl"LE+Q?wqg/8Vg"eoc$g _^\Iέø2DC03Ee:h~'7` ݎ0"꿥=mbqIѥS'H6ýUq35Rv ` *Us2BCp>&+?"L..o]>60hA,%৷7217KTNbyy{sٚdhp&EF>`Uw( ReD3] =8QM^uDֽc#8*)s<&g`СC`l)b:*>6ha}RX7:Σ@l9iX:::bJ~):14=H_ёJI }8\!}5/@~(M%pYes-EI47 2-rկxety3^5fhػO@0!=T:{tOX`M9bZk[+xt,U9H-΃RWL~( uwFHRfuet q_>PMNbT"mTmqAا~RDx?aS') gʎP|A1ustꋸDACqz㵞_-g{;^Ͷ45o $ߐ +홈Q"F㼦F&gT(>zCA_5Ixe>\:.Y*-%"{ؠ)ioL$3B<#R 4Z3)Jz<:;v)' 2ȱqr nHXDN<H}@)OMOSxxP a,S(wO -Ҋz,4aӌ!h?p1W)c,YC`|!f1,r0sfB(N&|)b7A C1e8+N>N܌*R*B=q,jky1"mN*jW3(;9WVԣM$Ďw8%* [^?Q{{_:5FRMdE!{'C{"P^}3wJNLiUu@gFcImuM6qGm-+V1:AJƍ&FBϖ8[s OVۋb=Rl.K],"j]~ ewBA\=`bC+ %ૼ+ήKMTbuGB[˃^`PL( qXC?! r3T _`jD5b9lvdp!c/J[f_/<ʥrJ7 Y n7-z%nb`8}t/;c9(N"T:"!R;Y[xQpxj e#eCo!NcL΢ilj O0? A Rq6 z4/{Մoxk|^{Hm5,S'es[#is҅ kpaK1/DdB~gTx*r8rp1($e߈o@W2T9if@@@ٶIicb31t&~Wg flώLx`2E8/.-MP| &:ɍ2ݘ^p83?3`r@A.2;23o&\lo/>+p~WM'wv.*|R_FԸUqӆ%#+7$vjE74V]uTaġS-:d,޸{T0>6cekA\Krꖂ*P;Bey=OީuI!1G)$$}cӼ }9[0SK:BuT~_#5qn |)&OqkηU1l:8A5!$#AHëbOw`axm:ZE&f7}' 6` ~DTxq^(t G=kQ,Ωa ~ ܝڲrQ .lx9Bs_mB(9'u|V#Ee[f΍Z^Wrƈ|1(Qe >!wħ{ revƟkq:([#(ё]4x@ǧBRسYJ$Kcz7ʔxA;r,Ѕ 2}KӾn/.Ť};^:tn$=©vH% .M'%2酷 |eC"I:D3oӱ؜ϲ])ԙ\#V2KtEYPg5 _= 7ڤ ]aKUO&e{cX`ۊrvazfERTD" ) E,E~ p9EwU \eiRڠ#-' cluӱkN9rHKBuP{vD*Wg[bTբ;pbYȒ~X 0F0=' Ǝur{9Ȝ ٸm + ZRP=+P @36 8(D`XАY G=!<d[qd4Z@/(R({e g@(1~1'Y=ϮpeDjo}Wa,>u'(l|>vxcхFb,o:/b,1R"]b"BԢ!0}Uq{$i3x/6SA՞:lLi? .m Vlk)VnbHv7|f:ƾ5Zx]ʶrXvd/:5Њўm*"pkaHB陫T1yڟ%a֡BcKUh"P zTnR7h߶T8ZݎLeX8 3= \"Lu6 ޠI3R_{Za6Gd8g${H3@?'q`R._Sj!ɢ$b!7Ch8Fv{v0a/*?BrՈ==% ]K @) nq A|t @vT}t=Dd8HTd©lp  >WDj a vAYH*ƌ+Y4R?) +6w:disgFτR1< bysըi7~h5LL,냎1{t2U7HK2yM DT2t>@́qśȈ^;q0,)gq㬋V1y3~ ̢' hƷeI*?k a{ptcKr>nro5P$ܐ\j: 3t(?%L7vV %H.AM'5Ba#[C+!zíGk5Lnؤ)3o͚5Ƽ[}U3{,{o#̀݊R 3>yFGZ 2%GhK~Щ](7ȡ6!'5h!߃ѯUXKbG!z=ʐ񌎣rGtIU)g qJ8TewHtctu(hC둱F֥/"<.- >1TX #AрQla{s#j.43Ͻa\l(e^eW^)Di"5" h\?Sk7.ɍӻ8='lRy(ţ6ތ1G? YzT#yYBz^3T0_NVt[܂fHhqU=yrIHe;לA8PГʾQ7.@aϧ*/vՓPkOj*S5u۟ȡE/;ʍlюCa,L 0v`[b=w-FʹQ; yaCQ[R1phU?qD/\s%#K^p"K9 opԗ[ OCCHR 5&Kibdܴ&_[Df T'=숒zDaOydkG=9a9MiIT_4W{Wc~^^[&X| ]VeD1:fD`ae\ۘ ;=ظcmZH "rKNx(\IFyg_?i<9(cSxe@Q%k}tad Ge7&ݧ;Q}Y}0|҅lkn~xn' r 0N7=7b?{`Md;#l#a7U纪'Mss`J>O~Fi_X~G1r)=p T$bکkߨD ݼ;ZojoM:Bߠ-&UuܾQ^KhŐTB_hW>,K:8f%0'H`I\;وD lSVBWųA7O AG棙0A~{/)bv/e)z=[z# iL9B|, ϖCo6m$+8.v{dj?]ѳFU(EO<$xe?gx~f4 kCt@.d}H"QYyV{Y:iʝ?g"$hv@o[n3s5 PQȇ[9w}Ti7cTCV7;ϊ_[F| 0٩x1b@,8*zi,4%0(u衇|B~a7aZ|:ƌ#ݘ|a- O˵%hɢ]z#ᗃ(O~/7f,ɞ4D&WQCY?sp` ڪ $ jޒ'@cGM+Do,0$~@Fo_Y虍nulBܜչK[;Q~QD!Wb&bRtzi_U >RIAd4 A!^+%q@R\ %Bo{s_| #'T͐=,n,XFJN crI;b<[V<[`,H>~PezG:Ct3WNha IK΢jq6KsJ(A c<ٷ21߽^<!6Ȍ7C`-`’/ j"2=wYT)Âw ri$t(K 1D IX -=DDz[e ,5dFtC;}* DBi+s|8-D sb OH lݜTJjop cT?#-i@ iv8OEJՋh\Ud% KMf\ۦX0O- r_] `)]sQ+~M*[ŗĻ\^ƙFɰj )@'_j'.mN,"\ QKJyd"YdSzMfO_#D?0E:Wk&p߂KnݖuL.Zrˣ_ ,} S= KڰF ME@ hGGLoX`.aв? {P:p̹czF/I'Ýͤ\鉖- )#Dt`2+Nީ 2gUlG,'lDh8X^jİ? XIGW?h K(go4 Kq޼k4?.0nt[ o+fYD:NنH8UCM%D/ <!cIVl%g7++J8yec4Kh, :/}6u :'ncY3Nyl\%1KkHQ*?y]^|IotCQ 836`~Af[5F VeB%v_|B K6/ P(T&2!@՟׀cLN$& Qp$`T1I)ҟ2dVIxEoT4:),1Wgjƥ epA8[ќ~ >z-biV_D!twB \rmM%.27?Wo0:نHZW"Wl 7P^[08`ޫ gxPWK LL,s\ W>L&CK os Vc3 SSݨ{d6\ ߝm"5bŒ8,+i)^f飆.W6_Kz=⦒h2JTˉ |1'fl]iNUz_( LAFGlH4hQckiʁ.N[H~֟u,4= v.D9l+Vg. Rcjj "f#d!RN0b>E_d̓+96@t&ủooV2dT{? [q+k=2muUq+1_i#T܊,zg)mh^J!,//L< vfuc5Fg(|ǐ޽ohGա_ Cf tZ`4C]s-484f?I>D :yXi8dw;S{Q[#t,[3 >_YOom.Sq&Pև=eiaɎb?9=?S^ UK}^#P8sZ!z >s H]'ay6 ]< KQSvIȎ{ ԡ7M N#^58gxȭ{<)RX́7~˘~Dn<<1+{<. =2!}P>-va[ZQ@;^}&$R{dT`ӨZ@ɴ;a4Ћr~wZ % @yWk={a அ;&3rA'41, Te`Y6̵PIȏN/tW܈x|KʍBa͊85V!,1Mf 3(mLp}2R*w5Q<'!=u?V-~ٺG3޻ *lMF1O>%ihQf3Pȷ~;:^h`*!F{ۙ{R##lgzY]3tt}3P:cDc@<mn*l8üuoLIM 4;%FK* J)% AQ0Ƌsn~;W:O%v=.U[l\v*Gu!7?;jy{x>7Oٍ"7b2Ȏ-T12~ p{=dպw>; id)[nRʳ`vk".Mk p7]B ^g>[ / ,yWBW k[D]}p7O|T͂.o&!,HVœ#{xYqC^ c渡ΖW'z)*9@5=C_x4I0 k:TZpһfH^.7z;x>(TH)MƯÊ-͹YXB3БZtiu {3xaUo&joxSϒd`TQS=?Y> diB-e5 r}lxP'q4m~E Ȉɭ~pћVVթMl=KJZ&PCdDXH&K R}yb nBnvnWTDB?%lA׹Ti^LgIYH"Z@sqeKEuI *FؽwX""PuVjXk.6ʈAt5@:6"$*7/Oh t jǪ3HfSzwѭ:NωD(/{MVu_ j̮{Rj];lҧ '9u! V.< L.I^Yan\F~*) .I:f?א5Jo^NZi};훛נ)Y"s! R*(u|I( PIHOğpuB)( LE]t_J;&D.b 8i]Lرe"֐=` -q(.5Ds vhj<񾴩b`ќ밳'-! y*mUv8Xa2.7iJ3i$]-zRz\ \{sv̻K1_> r #r@iV"n d,IzJIʴxr”.ͺFu͢; syh@A0\\1t2ޝG; d&fȟEi`I ZA?8ժ|DK276@vfpp5oj+mW]7Vqch׳'Ŋ<֭5Жk%ZlBj<MvHe^pU9a z쪜g>2Drh53V C[{@nj B`0 YY*IGetJUCcW}Nf򜯤ml| dhlM :Z"wJtCeTycU02jmE}V1vy=/`u'1Ȉ/(p@" y$Os%; p|??kxq.ÁWa{׵0ʆ;DjSrwGq ιc`!'zfObY)dkƃ^߂[ Z pQ̿1\՘jF!6V7±9]ecyZP=/. &5b&zTᥟf[`R 6I(LjUrjKfhS}H\1Bȩ0.y} ^قA_O&K}(gRo~ o v(A ``3E+h{'#d ¦n4mSbUq/d^j̦&pӁWX,E#1} }>ɹ`[S%d{[{~̝u&P*+t`rKlN_eoGj*3 zG I u\4:7VlAJJ\x'8s`OvMI;0*-NzL/1bwf g_bi+4UNFGmWAqs$NW-)՟ASKrnw(R{W:*NYJ9`~ ÂH3ژ@iܞEsWb8|zu?LpD|&>0vjkJF}_Z 9+{ ԾJ {X|ؙXpjvdUI`pېƱA ,ܒ+n,E`+sKEcQyW-xhb\}0o~w=2s4r Bѫ Q gMp"LVͲ2LR)P|~RF0@ ,_uP2ω)Myk%/I2tWj2Ě~z6$>Uj&3.CYT!aad=w٣UJkggUѯod:t NQ#F/>" M"61K <ƅю݇ghsS7(\". ~,֠/ 5g%Y;"}s! wz, ӏBP?8[!_Pʦ[밢}0(np93R#^h*eژk#ZYwOk6̡HFɧWS{1Eձķ}F'}_`͏V> t<c w^gH_%XjnkU/MeC~,N*B=D)dm:B.EJ?qBsg &@&&`FȞkF1tƊu:u6fKȉJ yuW[ԡ􌻑PWnQ~)41,q -vddqYK\ txnF UQZv@<b\y˖RJFD$sRż/gFG4d)ԿbHO OGB6x;|v/3A_&Q<7NÈvm iЧba¹mj ˆaܼN 8>$^1(^ߊS?jZgBQu H>vFXPIl[sķtVWFv;f!"Zټ_LS.w_zM6M1WKIwZ: @ܙlq5N Bu4!tbnJ`"0"N5'-Fvȼ#4/54.({4 0lCڇzݭSq0G3]ڲ L8/ٲƓX#Ra7r&+Z0VZwjQ76R4necx` r$^SA] G;f3(b;lpb .q5UADɃZ }e?/{f[0hdY5 ([cXfzD9U=>3@KΘt>@#Y*['lC8^fpAQ;b(<mԭb?e*7K)y5c:9$OR{:a_w9BBXr?mMmm_ VMs}6W<;)X5 ljȇgҪ< X9ʏ{?=Y,%fowX#kY7;NÈA VQZdQRS_ZtFǤX:iEO};e:TI1"sJFD z8ե $9|4pB}M9vw1`(dv1O˙(R+# g39cΜL,17 ܛdG)'j>[*k;맴R&+sb OߚG>.Y)L2Y9]tBS* lߒwa۽V_l9,Qd3;.w e?o*/}%2Y튢7=hNSW%rᘻJB*t,'vKT81ϐ&=J+CŇ% {1D|LÌSPv`0z# bd(Ļ_(`<0kb/mCe3 3C^*u Dt0TG"[~T5Hz4{i1aJߔ)M#" |8xU\ mh-9%+(kDֲVSQa,EKNJ{@LOwUpq.G/ɪ<c+'ŤaS>̘|JѳZ 铸UpKVPq@ҽja{^?o;CEئ`h.Q̵LZnWg@O`{M6Ts$=D|8 fK適G(;-O?=1]I(i~atq=zx4l⩶A;X3^N"蔟 B&)u3 JQ`KQ0.W*g㞉UQU:lhb|ՍEBSIt=K"zzj9"w SFw8;@@%0pl뮴먼[2bS}5 PcImkΦ"?:u<ͻ$(wD uA}7.ޤ-#r|td PO%3y LG1 /Z-Ӛ́w ~q8t?27FAWȗ l-CSvz8W2C\Z}y5{֏~օFA.O-W'oA긭Gٿ&q ?$O|tsaG7 ",qR@@H)&OѬ m!]`&wG]L /ٓM=4֡h0QyDi5!h %siP;z8]S~duQ*̼rC nZPCdDW*}a)Hm5ڟY2**5 Zsf[_u|źiCP05Rn# &+\9TFEc0DJ3h>-D Yd `Lg.XQ.y3'l3<; [C. g$ 4+%{ټ(V4wVɩ=m8JaU6%ڸf+"Louqy!.*"0Vʭ,8?͎ eq]5@ZjEPulc"@F9I|,LeTB>ﶰy{^tf4 3 >"h=89;E032q3cCn@4&!1o׈tcR{83<>sHB$mug )@S'W:e6Fr;υFOpch -g5rH^U*IppEQĿ@xXuEYVC}HQH0iDt7*c'w&F/Y4`+>٪5nk]"["PFlM ߛL{u-9κ0 PtH̑ Tp;R*P(c]qbၯx4K:' Dk7.#]`iE?po3"4|FtȴpYWiEQ s3YP|RFMFS<M9ݼYˤu d^:vưI**G5k{?MLrMhR(# Up91t@]5:oޗpm YK'b\|֧R 0º2yM1x==w5~+)j_y+#af'D?$zhWGfSrq ܐV'aBOUGq&2ldlWjr, F8Sdhe=z.Ɛj)d;0;]+.YPn.aNhQD"1Qi85Nw<ߒmS0r:Xg@eA-H2i)#W؇KY F s\%\jȩ!*| _+TloӜ\f{*΍%_ Xp ^9gB0hin[?[ƓKi )Q_iPWʹ٫u|:5Ww7PpvBWƴ*ɑ[̀-b:;_kH)bj~ue/ =GePal ~NbA3{],%9 rO`l<-v**&:yr|]'<] 9'i#Ps ;ىˎ3FM D+V$ y4-Fc[H9WYk9u- K"vxJ0%Fܶړ{|l[)v,vYA[ؒ+x`C5e§v,Q9W$]IS33F2^mikIZGJA&js9Bk+"pW&EjN!+.U M`l$? /\)&uC%JCGJYX9ةo2 {"kחKw>hE8Vb>53w̪5:}ϩO~ ͝sH\X] p7,б40 Awc' S! O.+$jI!܉ E䉭XT5J4)%VE@S^F R)(ڿ#*8!{)g`[KûA-!®?( r`^d~^>EskS# m#c#S&x -c ÎzVWVǗFFI8B5NLE҆yC_Qjz"#80ukx`r[ɏ6Ϯ9,2iXwҸ+زRжbL]yyӶdzSP#Z5p;ð|k` 8aژ $",HT2%\/LQ:Cp{ o7z=h¤BCw!\=u󬪳"ARKqf?bt]0b>P<>Wza9c薕 6Ho;BkXefK^427HFr8Aup? #\F\Ьje G2wz{y!&`E66fN hh?O+! {Dm6ؒNJ}yY7 'Rk]|n'.M޼MLx^.VDj!ȀIJlqed%Vo6d^yxY3![󖠆'IwZvzUq\3 G(L[w$L-#uC t瘧ӋY}^SV*2%xduQNx7ކ\:xx|Jp EeWTÝf =w~σDV34 db yE;᝗Åz -׸m&MΒ+2QTڶ\g^(f˖5UFQ=''WLNٕ, UTP ~N3|mxId%h83es2D=40)2\ m JJ0XxAs= ;& }{z/KagfT% 7N;*<8JbW }tjbO`2'N*홦:<^z H:]ZUMGoRg̦ WWB*|?'Bg6M 7˒XjtghsH,T/Ab1zؼw.~g nT=*OZvpy V)DRg!>T&.6teS<3i8BSSJD3H),0vA dJ܏(ydRj"^| 1L5w^ f,@/q7aVU\ս1f6p䅰fW+MOj&Ê`"#FS7/t rD!h.x1öAVV&yQ`fl _E22TZl6rL#ڥ5OahYU%c+ >=l~x$*CpI^'È7@Zs Z| ~*jz8,>z˔rK=i;voA#Ey4%k.;.C!£Tݐ]pvMu3Md Z wz~G*p"Ts $t[)̙MwbPzܨ5>ip62CG6Ü?h蝓L5f mبɟ-XćN.AI3iq8.k?5;!$s>R^Z,pE #Dl6Mb^̷$^Ûܲݍgip 39\IwޢrQ`vs7;3hkEQ~EeB_^E㞬Z1xBhnTaDZUڑn(8<3xCf$BԲ`-QCCz{}'ߣ&*rreq'_$1\2`5 :#6=}M%8,F=+a h ӯK] ,4f |Wr 1P_?\G˽&d}~ܘoz;1_FBR>-Ȃͦ1P-<{ V߶Dx,j[Q8|Mxw$ZK~!NE(TTY[hEo{por}ZdmVQT -Gc4Uoyʼۧ8xױȳš|y~ UDӤYȳ;Fhʏ ?Fm3>MƁR{u[S FrD/w| q壘Ddb K{ԍ>5mDމFScԞ8L5SRu[@ELxX(D >=g6-7MmB^ THIf@}dk;UD><ņ&xn0Qj]!)"g zNr1@6{?DA%- f2947QV@m:Z񞠨=ŭ)e4}ʙPiq3V`u'ф:WNiUm.\$~'WƠ ;z?.e1Jڥf߁MWVydWc˲gK #Սŋ>|94pX·Zݵ?ᮐ"->p+x(R1yC}~ޖ 5ră2 zozUx,2خOIJ`ajL GhTHןPJmR`td(e4.Ѯ,O{hPBceR["{DCJixl2`s jF boEOKK@xaLTc} j۫VZHZ L/a'=uK /9d.a4HE)__D Zji ͈53gmkQl^#LVYߺSS$Ur򎺪5IFEO,IRweuw8U/rH94^3҉#-=#>xUʦ%n yF![<ɁAE%AiVB-cN{Y`4d"9iA;󰅶Gۀ%zӊiTVYK[/+ǶOI>X 6V)AahҐ » {hn~M鉿WB kIQ>a$n_$ZoE_ T'9U&KCWMسpb{bh$p輳rq#m./8GB}F5.b:sLihS^/fX~di\JX5R\;HХxW;g.@Y Aʵowԉ9l]I@X~l P*;ȅT ,$+\9<+;=,&^ 6#3Oh6*rF=He T8B^¾8Ua3,h^M+ YdɄO~SјJ bu!qsF"zZ5l=wpUK{JnA.?N`{cx:x{9@ ZRqj К=01Ł]C"[&xD?Ý6Wl豹ӈ_E~"}*o W'Ofpãkv!4`d\%m9N yb-]` N-)x6>b){HkKb<9WVwsE3:*0O>Es~YxܰXP RҺHu7@nkb!=-G'eu@ӵt!!%+1s.\=*II&z2M؅Wo6뇼y3do[~\Z]UE[ܴKWeQfE*UYHKRa=@za٪af`Rd[2T4=P?o -C(l?'1<7 '!{~Ayi!"'>a$ V,4l RՍ$_K67"pdM),KC՞|&rMۭߊ<8՟۔&B)}KI\ѣ[,0۞hmG$VA7b 9ٞL(9T=-#I!>8~'3 =mZm;g46;5['6j0QoL,Á`p j>SNP9𷟊Ë$RZ JQ,'1vQ׍.GeIqHT&9N69W8EY>nsoM!YRγcd] ry0Dnd3AƠ_OGß>ע# QrE! Hإu]_0f0JDoT[oRMt(kcUg+FջƛndQh.3%n tF l'' 3k8{6C|էzEȑ_6S@@@4 Zbiݞz+J_x m ^9u C4r  ]l JL7^ IOkpXBB݀"!j2;;G O(/׺Ƭԃ;ٷq2gM JGp}:,DAO9\XۈXa0ɷh~T NhtEHo`Dl@svT,HV\<<[؟ꮮ.puHn򀋧I*R 'c5c/hWY|S]c8_l VY 1vVCГҖ&fL&괆)f>e~lؠvcש [#r tU%nrǗAԬ c [U# !5 ~9)_]?;!ry}E#z(ڧS4IzRI7zl᜾[295)R܉5QᳺIV雜Hҽ ]= f.JÊU<⊬vF,HԲg# G5cI7I%@ZKB;l;< N}C.-nnC6t !tZHߐB`vzϫ^dTcT᳐Ӝ'_hr[y)@bt ޫ/D!"JS^LF_P :Wtբn V[knNJ),;b57ӄEяO)i.ۃVWYOyqq qT&u:e3JO$z{4`Km"G4 ۰&tZ!uw^N1 FziX({7/BD֫_`%5}f_IlB͢$)vy (D$PC1AjA83w]tmEe{wW|v>uf۵)=q\5OI|]]IFϊxLw_;U bR6/(w 6̅ZyiWxO]n+G$m3r:4O4ꢸq;Zojn,LCg7|Usc^Dq ۡ<ʹ_\%Utx26@g? $Ƽ mv?Sյ|3Qm.kQSܵ54!+#oKyO$DKӄ%9%)qdD:m΁LQP-mAiξvK# 5jX]RΖ|xqt_bY} r.k+t>`(,GDCk}VV,ڶ{adZ0—r7:c4.S݄1kr[~oۘW9X3>E㍻2mTUR<-"$@q#FJ/_ᙎ\c@LrYĶwmnCjqg-rC9>}ZΖ|B2ũ :"~e ӊ*[* 788n,[O3PX@@,ye%*O 2㑭jW_5<'2ӷ~N񑀗k0yEW-Ň:ts\](-@-pFJ\շح˃l2#$}[Rq @wsH6 U0KO^x:x0^DfV$n r\J-UnE] ~M[rIdJzU_I@sV '3eA ga>(Jw2eĜ5]Ig: :(q}}hr/⹇,sI~d-55W Ȱ)cm&pWNAh6ԕyA1'_RK^񴼵` cUe],RNg`iaRGEaׁwX Za$NB}piBVl޶h!ҿ@$šɽ~n[e iDʨCi"X`072'T@4̆)igo `nGٕ^_Į.(\:/f־_6ho9:X&ٰ&oWsPӶ `:3m_f ^ȶ~7JFj(-o ~;@7\ANgG7~d{UI锌c<'#6Z7v#AW`ˆG+yR|3㬃q&@@,G=[܆*6)&Z&x]2{&HqtBDW{\}z?Ӟ%8TgsKgށ/R}=׻R0YLIMG)i9),N,Dˉ{pȐ3TZ@F/Ih=Oח.vW1+;pA0aJ 687H?FQ$MǜJ(pUm)V-青Y)oEI >o0Y,ޭ||hSk$`AYq;>*END3"TvTw8@B3; "jKێm( M0Hi-Qڐ$u =R WBݛSCLRv G+JL+= }%wrC|Zȳp5WQ}]-*W7 pETg3OP3!PH(bf e0%%+O`sK*RdlWHtuPKho<64H̹Ta%"Ҏ Lv"濪eQ{SxGA l'hU!L"jYk0^o+!@#ZHiU$b\Nc 1 Q#5R0/.0wͣe I#;"4/7lpڴK 3@ 4"q2 9. &@bK4" Jžvrg֕J<, q9D`7 (ڡ>PyxO7՗zg 1Y ֶ<"q:B[Qwi/#%^:;HQ6H4 3]HBB|F)] py:\W`gb|!~v TAKЕ9>D3l_\@рvO:[sz?@ׄB@xI2\ hWIYנjb"7q*,Z?d$iՂ]`^& z ?Ю+aubG4({*Q\j I75J ~,2 XwS |\`BiP똖#eQv(ns"ptwXy1Pw0vFWioi6{Cn6~)emtp,ϠN_\azs @IՖIikJ|{t9r_;B<5+hdDy% ^4hq2Pii'9)Dsn((;8iN%N8Rxim#ѨΔp= ԤT}e` C 6W<SbNUQ1͋SqM,K+Yx+9u}^>C2dʍk\ta!VkhgOPOv\M b3^xl~դ B.aW*nYO4TaKm6`@;*7dXɬR>0L>tMRp+ K S;Hige<5 zOojL("c**ų?r;+}l՗oښ`bv 3(qXoWHÒ|vB! ^qA0DSF1!;5v>e^։85DGBI6&)KyWEX"dT>hl^8ݷ$ #@[ %V$b +vZyץ:E/r8]1>U͚Q&|LV0_Bԗt1$ڨO9Jd4R_1Mg4ji2[ ^!EEY{bI{:4r"1x4jZp Տ"=He}. :A}|agd3C@ & y#3m4$lSm:t&]ޒ("$ Yv^ijr%Oݟ]% ?LZUG }m+4r |Ly2ٍη'SCTnS+9uVnvYɤV|y<ۂb1,H9郳v)2 >+B@$H)Zնf\V{; ~ܨoU_~˞Pc eLYt.Nkfݳi@ sOI,:jޝ#݉zoC*]9qg46YA9Hq.Rhl:q19 tgk"jY1\eDJA| "ՕQ qʮņ61L\.U*jCxg;vƤ̜ʣ'q0fkV4D}yȖ.F{8Vo .SʍJ4 |~{|Rfc KB'bil၆wsoƓM[o ^q'<IH/6jc|o@@h("*w\>Qd{SJ^ 'J|AyT/ 4rQE4eu. p:YOʥMaMyF] 5bdEݾĶ)%$zcE xR-=AdOJh܀tęCr/VhM,I{M:o`_ωd3~h fZO)]{.r1Z&6ZC~sw[{peU?LtZGM\U Z.@Y ^ʮX ́HJKC6UEc ޮǺKYdP$GѳmS b* T= *Uk֞4jJ_ WNbfMR{_fCʫp6Xpv."N[F0C, PhQݨ i^*:~R$NܳAf^ -^Mټ=4~֧Zf62᪚>Ni7{Drܶ]/r\-;Κ $ϱިǀs$#~4A3s~ ;9TuMxŚu<z Nwj|>er(^|kMb&I QfpV8Teq̈']`!!eYktG6SS|OnNɮ-lL5fR)$>tS֏C2-'6S]4 X\6r`7\U#j>Z&䥅25/Q^xy^~٤-[# &]7i㯬sMȷvύN+|@`j/QšVMKqŲLHںuLsk)ƄZ]k#=>4H8DyFC; buZ^;TNkiܿ Jܾ E뵀]=z>| J0$Js¡BUDƒO2mN4;RaHMdemg^EJ)eX,6!+0fpājk0i :%zHO`Jػ70Ǿ`=E$*oØt7;q@ N2E@骈!2D"hrJ;I>:bU$l4@dЋ_/=)9⻔2DxT6"[Rt:ljT'TUvt|f waNs\Om8ڞ޶yY܂B{+ >tZ r1'0~N!zux^P\~~y[Ձd#$r_ҿ>d7Nn3'JWzQs z$|!i7wװxp\~.EvK7l3 sa{Anԝ tB(|  F(VlpbsH @ϣAVr :l?Xt{]u s`"(0 >;6rFfY~ХZ3J)f[ U! j~-jj1wpR4W5@j b4Hkco3ON@CsGO鶣.9`wg0"-mzWWdZAxފO 9i\wO{!\+UDxj2XS z|u?ޘ;=ӋZ2aRk(NvB,1zD>^ˇ&שw%hu|XYs`!HNv[QwˀpݣOuu\5drʬL  aG $186j`aXOX B{V[25|. +R;6Xhnn6t:_E3\!Lve:ؽBdA-{xR ?Ý38%bѶys/bm ZBS Xdrru3Hq[A3\yt}p]c57p": S#0~);e f;4 EsxTpPvT[cDH/+宊ι1ƤbM'6^.$/brl[>- AE@ -U6ʘ-eQwBN{xed{۶τ4yy]aǾ.׬,;X/ 'q23믺!iE zvqAw"0nnЇsaP08o[yOP9׾Ҿ}=Tk? rU נLU_KB8iN.O\Q!ͩ#'B,P;ut")5!]l!hpޫbMVʇL&KrqƝ:΂_>ƱK&E`ˣln4m9..9tJv$yc(`V#%lm"{@M|sj)@p!㴋.b#%%w"&`tFd.yH)o/IX-tDaݞP#'4'E7FĠX CȪ"Skua0Qm2tM&V-t?P:9Ⴈ,^f搳%5l7#0X kElSE#yX jʞ+CBi?O> Gۯ.j}72yǷln\36ܝbG #p?Lx[KiRi[ԛK!B{~GEN0DUv2JVdTٓkLLv "z.2sc \٤BK$(% Fu]j_H>@/J~:fXr"LV7ߊeu@S5Xi P?:W}M?iБ >W=0RKLPGb;H2^t~#(3x۵ jނ?[?6|N&/q0o|-4~aĹ!< S윝|oMuSZԝM1v!MN{EK@,FZ/84rۧMÉ{f%i3޷;[]^#Ḧ́r1I?s߷1ij"+pO;wRex."bC ! k6ǎYL*/C•|Ʀ{cqmZ0m8롌6LQs `+21oqH;f}bRG欋L6d2xQ$oTB$P%RQeUG.:( 7ldn7^C 4%'}ákp,)f\? a1%iJ>|/ҷ5 y4 $ĨUhy+WDE7 ͏XrQq (%SraH4ftuʑ~we^{2MܟX ΃l?/B~T<dq׹k 0~hnޚ/&}dY+v#d5dCXp⛖(k:$oo[ǐξ-_xGRk=Dc`#d&hqm{~\g;KUd+0W,}+" ]KCe?_; BJ\pCfOCAݎL=2͝py{(NR,IzZk¦g9'Ե5:`N+(1Dւ'Z1Zm#֏ 5A-gԖ" Lh{ˇI~9ɧ,]h=8}Eb1؜w"^ÈΨq('icƐ[߲;X dPjw^8$UKUw +%ֿ :Nȫ;ȼpхr`Q Sk"0)(ip?"˽Z`n1q'Z\VjAt&0A~I.5ђrؽA^fgئK X㑰"5EE߿=o.>/'ʬ;{H*Ea )F*Ei?Iyn=}i@(ƪ4+t C/RT$>{Q@.Un(ڋbᵻS"͎G.?3bs\N)u[ȏH"sSw4ݒ-GW!@ykXy H=l*<_n]-vݙ0k?ՎĴt(zSS5= exMT 1Wmԓ*$=v젨6j-Fq-z^AV^WJzgnKqm> Eyljx*}؎mWVWI}JshULdыGr 1tĒN)(@ b^+WHm2<<ػT_VxO̾xLP;ܵ5j- VY>%U<^ኔljt" |0B⤰Ą/5R]WE"} PEb ?o?a4$_ NvŘuXj9[>2 qC5"_KvT-ZFzZw$"too$BEfkV0Z=>3o}7KѪ+;{; G.flJj3KuEr @4/;:|{*|@‚7mfI^Pςq`6t}}]n9a.CS3}KbF&XvrR/:)HA32lg^NK2ʍDf-3cٻ HwhD8"r+\ѿely@7sV>>:*y \`m}h/^7 \d Zm/v{fLz~*y)׍N~`&$Uk۝[,J"a9ě*27@-=.&OfghIV j̐ˊf_sifgr 9əx#h7eό|]^[7Y@$E饹VjJ1p{?'0ϓV-\%4IJ GZ|*yv$ñ1x3_a·-s, GRN ͭQ^T0Z9Q~UE.s<4N,O-*y!5l}r#]} E~F+/ˤUڲXsַhx1"ٰC1-joHDJt=|]bKws6 ڕu@3^)#"$aecQΓa)?D50R|IL 9NکEuZgrq_L.c$G}j(%wt;*4,_9NK ?֦D­ j_hJ~]^2ghJmG9#ݕ]js^vċ\{H8´[&WR5P+yNzm,Z &_RxSA{;ehagu@nOjs*)'Z$pW8[,|__ rGxbu+"+ψ0Q*<xQ 3:}Ux׺4Hv|k:q;4?UQ-bq?q($!Q,<]#*w nW3B#se98Brm6Sf9A#lMm\"O%o٠RkRk\D𘱬% \wf}ꀧYګ?{&κ`w&j&$ ;i~(>Fљd{)mSF?b xaྮr]~ϧc^٬[EÇ|aȌPi`n.+MB/~]U\Rx6# >$ (em8`9n1^w5#P#C.nPmѬ;50k\1ſ& oH$]%T~'* N()_nYgXNEc7e!ݖR8pk!M&9$ i|,a!M=@Ǯ@ϊ?o.:oZ$S&䞆sȪA&e7PFb1_P0KҌBoFamr\1w 7p1JBC쬐(z:Hlޣ .oau mm t57M'T#>vsV@{ d:2$S\jvW6wg%x$lfx /7NnxC:xqh$;m? jB…~=".wmWeqwd;$fBVn'KZݨkhU%HGnVM"?M7У`/)6}O+PZ2,,"܏dHg9aLUunP K'k`ۿ́ukm8\hN ިna7X>ITE >ƗX Xi BU\.P`nŽ1Үz=k8.e צ;mͤUZυ #xW,{TydH ;Ѡ$ٽU r/h2+TN":0|eƿ$8I4y*?"UA# N~"NO]к1T;$L [ۭQVGtqj_\dypS1(;YK6;=V-c:F'ilє`261X3.B  H$h> Ì8\l˼cRu~8?rM5 g<4TkV CﵝZ>1u3%-Q\5X4Kxu>z+7$^IW07fS"w> ]r[FjkS,g`|n.T~HD+~]jg4(>Tu޻0!Y^3Ļ.9uXH/,ŪJ$Ƀt*\ZoanI&X`fGb1>}c.^<գ`ZA5i: cV<8z8`;d)H-zK p>x'E6џ6,^˜ -I ܇!Dps6u|DJLbT AU9E͵eWwSȚt}l+lUdWF(iey L@xxY^NRw,=;kͱ0O)v -PM`:[Eu0r7140qGx,F)_/Ėđ% |{\Kɲ猻tP?X~pLj~g#Jwƍ1<0 Nx[ eA E 'R׬L]Ĥ$˱uug$KEK84ҝ g4nJ 5Z'70'7)Oq={$R_kn~贩x<@*pِ$+xwW&z;/[ۖc|چIW)k,&(ߐ:Jp@K0-\+ľD͛\%B(ʻ#~̢_f :9^,תv4hG $O xWQF\f #QT6{w2뎹>8Mw]'5e*'Hݕ6O!.="L#qHHlmJ̐u Y bqۦ:a@9c?Ε;ʶCiW8]U9l xyg.%T,91Zs Y7 E["v1_#u\u5Ӣ*EP)*~$1eLC{YmbD%Hɐ2\1:mOP;`7Ԍ"`v)pIA2p7f}*SU.;,UR#T_VHQ۬*4Ar\X["Zw7{gAW TXy*qg Δ]ǘUg! LJP$zq18'"pO&PIB@g|BiHZQRbMR n $[ybغR#rdueTE8xrVT6 -N?-Z_0IUesX LYb݆, Q9{V@ D?qti6țG ^a A v#]`#!͕*%r5nz>\f,+~o'^ZMyZMP{U ,z_5d~YPJB Ⱦ|!-z3H*G01k!BuGL7AJ-ګ3nzF8QK.ڥsB,\{ً(CWdMP%  ]q_<ٶDȰb%δA{ :J)sY8O$rh܈\j6x72#dl!$?t %B?M9zI5ur^4d<bᴡtS޷iBC=({.7UT1WHO`J64\c|>#?TEj*g$fJ`s~N/# 'oiW(KfۆlBܳ'": $_D->{ׂ?N5Pl9 ʺPzeb 0_&3׻/+ɳSE(*ٖM$es5+up+leN*EC1F1.WѵM܌#a=6嫶T 8M1|(;)KtFp[FtC{cAdC2jT:x"ZI#-)xIȃO$6Ea[]W*%FռXWZV-\-^l]Wab4((h""KY\c:+c=>ho\~4l='49_]w,y)Ẽu)[]%cYxFIaPIrdpnCPG*͔ΪxY ua$CFMG}*uuiU c QМ΁θEP HR?")0w(ۼZdsfoN_17onZjƱbQD`~R_ǺcsUŤ+/쥑:|A/a-l'tF(,B%; Oq`GJɤɽ46'i$q#eZD7Js\L _,\x$QD@N⏁2)R?۾}/s<`M5+Zu;-gD"zF+I@n #J5shƩN=$K,ΤfxJӋ?'LzrVe@\:_fKݻ[Ýw9HA֯_3'MQ(5~j&U]W îlPUSNPʔ@߹.PN<%JwT+g`4#iȜk3Ic$1/>Пj Ym% t 1SWkfbFsAϺ+FN?HLr@:)tS=/U`Ζ!Ds$9N$EN-׻{R|W 0}F%@Js~o.cCwO4k. i.^lc$6IdŸgRR >)թǨkH$LhrD@PʵquUQZ1g3H,9S4굙O +}FKJ;c0)-R  A{'6\V7'yM( ~&LW&NFts]qh {8l_@ߕz7x@L"ش,1PrH {WL%Ĕ[&-92z8[7(I1]C1yVqgGcLQ j khkQ YmېQ ^"IOqE2عʠT?O0> dil!R4 KxMtI zţ]?.>Z/~T/H?`plf`6wFȍe |RB!/, V{h=U;~_ۘLzsqd(Y־XVE.戗,z|&QdԻVlp!汐/楤ܮm >=ӗl>Fb'ɞk?'CX @_Fb B+ILx)T֞Hjh7:o{ksNxێN(eU»J6_Oyoj-D?"mT\y-2XBil|D HU7%Or8 .Fuˎ~@ߖ6U`yfE~T9 =k4s Բq#7 ZoѝOmAZrh" .|E[Ң.FqWf!Ͷ$lXr,0*l!%v̿d6e'Vbh|wDstHDh[IB *Qzk4GA{192CM:pb;Z)홹Zm!Ū"S@3eP%C'PN)ߜ(^`Ҹs#[{ϋ]C4UOw#c^I|Ş ba0ZJwA*^4ww{WihJ~"Z\&Y";r|:\T.XJ5:Cu OyڄgZ쮯+;2!0^{2nj%tUXSY8D/&>qOž @_sfL*i!=PsZJ7vʹF_˱$]lIy6Fӕ=7݉fgS}0JD==Y4|=&hq`ũ9L~re|dXz d71Fo۞O@  3]׃ؤY!W{o-%A"Mlg:(+AͺyNClBW6r"47^pJ>Mwb$%f|~UEcSٵtoO)";!xB`?fٟ+"D8NcG0 ۋgH .\>9gSwڂc*xаHbAZI46bIS&bw .}s)O@pף UB"Bȟ{hb]dw*6O:MШÅe{ܡ[dTo: +;RH ɤ71$d:ϻvۻ/7 k3!@2)U ШRc`HiI} <` _pD;x@_^4')^ȐXe)l<4V WһW7A22K|ICi뫫cO88Buխ`:\iV1 B揆J.v=pA;{@ q,ʝ ]w|srA(x!M3HWIӼIfH.qi;dz+>\Vp0^aPYiĉ,8bif6)Bz JHqV'80W_G&lo̫5ϋc.48\bѹ[]ƽ׈[Ww.CeԠ]&t(ۧicFpFжЍmǪ.B{(|ˉet]&ŒwԆI:ہ¨h* X,Ԛzué I:_LJ횓?]sBJb% @_D6h,vK-EMqy)oz ̓ÊVLٙ`("I(iXPvAE;6¢>F|d-# llAg d$zىOD~:LmV]$%"nn?-}cel[}w)YaFBelY`y7 gW:FI8͊3,/iʞxlx[Q48J\g8y I m<pF6_ܲ,vSk4YPFKP~\cJ֞->l8iqY\ͬc_TU 7?SFT9 5*|'\CT7dIT}y~{"p!t5ExO맃:KD4xE\|m05Q,NDR &͘X'#"npk[?-ctv Pww1 Գc)mWWxR9P@_GOnݲJ3ǙLᑊX۾T?׏e<I P"Zt~ x:9e'նvIgaV=ؠ/nM@c.u=Ϳ`iŹ/;I Ym4vܻVJŃ 4gsp?muy62ƏB&eZ`IEARiʥR! 遈d z aVw zmcIP,+_BHKKxeD!=YuZ'd塱׼<.1(9@ *Vy\%j#1rܺF \Ǎ᎕&cmRޅe8a%sPΈkr v_pev8dOFAqn17}rx~J[]#+bb @gqmFLvg=d0_] NIk6v|c,&*Oߗ y1.= ԙrǢ"nvXP Z֩TV30?8CF p!/mжC MV{.-d'WXUk4Pr"svN{HQ՜.Կ×rm@@a#c0=@#l6n:RyΈ'd6Ixv63=6mxE,iL49D {8ix$P_n$8Z\͉Vk1GqYXoPRFOJ 0˰{얫%^vr[|,!Ϙrt3YVynBݒ=$צZ2"K1D?<Ȕn:[ʊyhnLSqj.Vאl@}rj C \ QGDu]ia*EZ"DžctRDe"4.e&Ɗ'cF^mf߫XD1u3PEmɔO|HmNk*zB7dz֑lf |D?gnX qga| ԪtE= N5A50`V٧Yg̳=BKn39"Pddą@RF+?W=[Q0qB^>DYY-:* 0t[ph- 5r'eHWj\T%/c7<ʝ'8V qRti1Bpj0]}䔎PUF↋vn>$jQK1#bЕ^5b0b;Dz7*Z$UH"-#ɩV(*Q8=OCu\%g8Ny@8IBл1{p[;ۛc b^×BQCMT.elkO(l;Cf.2>q=vwJ1uḙh`Z0%(bmۅ#roJ/\ ( o@gjP A[F~A7J YzU*\lj1EYWFnMD!Fqe6_N>ڑ}fOudx[O P r#rPp[z`-R*z4_{J`7dˋ4sθ%T,DnTrȱ616tou,MV]NbQȵiWO|*Dd¤pl(5nNhUU WWݽR<;+t35T=`M{K&\å;iYg֐M-ɃBrx¹rUB ڧ1QaL’5q ~ tw,,:*EԯC;M6q9`F6QDw Et'pfy]>{ {m{ߵlluPcWۧם8_NRm ZPùT`1, qu -ɲGBbR; m11ɧhJɀTlOZM}HS pIs7W_Zl9-L~rZKĕ&.;IW}֬Kld(8Y XfӮ+ kQ%YNҞ.HI*x/GGG l)RQ\9TQw}ڋQh1oǝ+W*P 5b^3ӏ]u'MZgTu`#y yb$N3Ʊ 7&P|~#DtZ%TэpXr"Q,dܹe@ӹ_g')6d=h! 禕mmaBї6X>c\ͧ lmt#;y%QB~;"P3R9_hH|n.t¸xV))>QFZSNOV=ϥBYhҍf=ɻH@l۽j)5$v껅,MYIVE?6-Q/~>ݓzgtw@p`ѸM[WvKa4"'/g_ C#%QHW,p<&ʌI yaϻ0EMZvT;J{Bq1rh?mbiƶ`[p7pCc#:f+|PV*XݪwYSR3%t$E˞S 1 ^('W}yG>E .B/'2[Fiy0z f'|o+!}mޖ>u s"=x͙ 9]q}EYcw|můX*s4do -%SGPAKHsK;3~[EYtՂr,(R~s M|9R3la4k7ݨ[@s=,DW@&}K%m~>߳ڮ@3"7P4Y˻`̊/+5 T4DxdDol/3{B(V3؁-_CJPOQ u_{O7ܜJضќ7  a[j tP*_hmjظ][& &!4lB¾Ace5_$xE.l& ratImEu@op`#U*VhwѤB [z\M!-%>JJTd!cpNѩ,`ʅq;٢nI!d ŷ]ńEj)JEh _QSGϧ_\âi>!<AFnߥׂ}l;Ht o"v܋ǕH&H YW H] )b'bQ? t#bWp;]Sy,EM; 0,B [m|zOrcwXtSP튏4K땍?E*29SҠeV8*|6f= lJWqD8/KaaTzL A3sVC{2figf{ԳpOOf=aEK1ХI-@`.H8 @B9C39d'kz *#8i^/0@|1qςS&@<!(}•A×%vI?u:ap^y}izAvSQ,r2J[e[pR=C:DB.^9jhcp 颺*>:Y\@ B= 125Xr.RR'vnqwAFW?q00]k ϰNPMmTBIlmf#!Cr!U 'W>U؇Ϗ8}Gm5[a+78UjQ675 г%-ľ² B7 'p6I^/-I> $ֽSL%&Pm6 'AO,R)%q $ EuPcQ0D;dϲޟ$A H \ ;̕EY!Jqwi߬U,jXZ=^4ÒN'lRmsOlmo~C8~C}jXi~%[yVZq@ʂ 0g:Tr Mg2?Co15Ԙ5z.SQIn auvo/dVδ 6V{c{{s;.OVC,YI~}asH7 =*A^΄쑑v_kUdODLv'bz4E0$vvBΔ}X  RV#ꋈM!ǩ%?B)l_}fJZ ^SE$*Y(̞qީCBBc%TiNMxjQSXrp>n_kkR^B )F5Vq=ϚNkT/W/))Iw ;%[y vs;om ߄ @ޤVW?fK@'Еk[*'߇+z%,V,%*ń#f:4+8;&! ~PO D~8z?j[mTO1r>0++c;۸bg % ,HH ^ovjFU1y"1 ϖXJ!(!҅/z~>^Erq+@.O!>@ j66`T};0ԅ8Unx/"KX^'Ea윞u[>IjlI66ܙcfVAܑ.hoݲҒd:IyC /x;LG^jtf9m!MB-MGv!)0.iXTBԼ%Z*LjM>!ׄ&.zrU޺›[p,DDߍy +VHʒf*-/x 1P&RM5Tu+T&=fbʚS wZU}WmhB Eg8U\[oc|U_e U, g 'jۛA_g|]q欌jT1k:>&m EOʮJ\ @\ܿ\Hs[9w;yvMCF0L!dMahKuMqCZ`AC5Pn(iέ)OS ǯI4^.!oUWt0$}*\}La~o|L 2M3G|U(TL83ؖBÖb*~.el*=! r1B\C6xRݎ}tevC â̛KagŲ*!FnCZ KҧQF$OfJK2XA`&oA 1S٩F s"D>M9C℟bg9F-dz=9sgYJ[.M=YAl@?Ac%>TY<x)ke^ 4!ԟR sd:?Or=%=2)Il>g@bȪ㝧h5 sy tv2ܦvjK͘s hjV24σ>Vgth#(C!H& 2Ѽ@u Y)~3*>#~Zݵva& kp1hfuLXv)$p|nDXLr³ =$(rI U .9?@HGƪY{PZ:Rވ8M# %zw{>֔Bsny"0uO:NfgeHl6n\<L;0, 7;r6QVP)#f<=D$f4ģ 6^\p4B+AY˭y&vڧxʰc8p ".U0|FXi0c=jun+gOV3tp@L'~҂Qk֑^bL#z%Z˕\Zr{bK$&<g c* 6ЉbvM}8<%kᙗSqyqpGB57@[%e娩8:^=0X5<{<#X@c@`}aBL>+)+rкsFFbSCR561K|K߯ -J1b_ 1clϏFESzN:OOR.`dkO8)reVMgfpO|$..) '%}S " 0{st;T.Ӵ*7MDLP`Aa%n$<%W}[[~÷樎e ٬KKx6 Ok ǿi ~p8 7LwEuyozW o9^ !I u{vՋQ< 4]O dCnF̐w+Zt?O&96ZdFŠ]ATo 'iV)n0¼PCBhCq÷;)/W폨PxHV"I31<#l> Vg޽:G0Q]J/o )6ubMOĈS$rq@L֣t£"Q\+:@+ǷGYQz~x2iȮJq=ZOdZz˄[Ď&ΓR-ˬ~dqojv`X=r1۳J^b!^Br$Dhu*W& QkMsZv\DoO흪?j.˝3ԗ` nW]*(lgǹ"~QĊa;zgQ!Ɩ.| ݏDWm}ǧq0 9AQHӱVJ2 n-Aa##3ccM[b(c3Vwa,Q PtNjVG#v{j"TlPD[fo][F҅F瓑fjM >UvҦ(e;륹VqD~B}ɖ=P $I4S>/Z%sԀ^)K397fIFUBdτ*0ƫ/l"C3E+mͤ,\ 0țJ0g $:?8#}*AYkL)X $H?z͹Iby@!@9!9)8]<.8J/єWBw4zr æ`XgG\B(VR#1mϏ-qIqA)$c>!)Ţ[ZQFXj>qL˄3ߎ6QK8gHf!Y&uV*7pfiࢀ| A7Ca5'z@|޵rA'Ul (,%Nu\}7]j$pJ~ 7j!!9o=|L-c 0b7#T)O~ tdtïޫ{ɔ&v:Zu9K͞>׳S.|$i` J]M"Z9o|!Kt OY D[:,g޲on  FҾu%ZnI-R_(w\jqKmе\4Q0 MweK*QSie 0" YKNe׬޸)rjܩlpMUFwTUel\I/Aaѝr̍+'M }Y˪lDZsǺr:$]RmKg㐾%FZL]u_I ׂׯ*wqak3HI`J]I {z ze~NB/j~W* +[w E[pa#-n|?e 47B8)X4+Հծ2XC0KgS@ aёZ_guظ/oRiJN7RIvId`UH%p2,Mzز vuq[0uLh/;q&rfs?#|6SXԤ+yL6+^5ȱr9k0|s1jVxs\' $7 6]cw?^xm.A~d_-xLZtB.KAHxn y٦.j=!^U!x1IIaPXsȺܿOڊS5r5rS7T۹Y$!*nam-,٘ٴ/_NE~&+(08و6,&DsOcS}!wzD#*6t"Ʀ̟I^2Wg2pt)FYyľX(]DYa?*{.|8 h0Hhdຒ fep'}2-xNO:,brߠ8_3#ͧR1$3SS0]" $)vY*˞Τx 2K Ʌ~=}R_͝VTgl -؊/ D Y*SSψR*{gWXq&iq_c֘0)Yd |bnl>(#I ׳rչBE(uWWש$'&YyeњzwBu8%WǮQh<MΜ e#Z2#ޔmb?]׈b i`c*'uPu9:"H4pT7Rnt*0( 2@D5'PƍZOЧ$5WCn߅¡ku8]'cIH<|E,G}<d3ؓfi)PjR w}ߡhXqڽ0;<8zXJ*P/|#3pT1kMPn^4h%M>^Eꠡ V~JDp#puzӍ)C@.:%t7k1U0ðOZДzK; X]z-a+t(e[?Z)8qG Η]=^|&7q@s|k #)uo+}WT*^VYYL8F5PʑhrK@*Z6vr;kQsԭw\@C7g 6%0|l6YGHZ]:(%KP0gE$ 3z!I z%M|g8ȽE5Y'D[ۑ#]L #<*f`7#K)02bC0ԒFxZ>]9OgD_#E#AChFT= r)WfJiSL_]`k$6RiIP=?AvTnӷZq~i5٩u2&|r8}j<*2bfk~g 9U{`C"bK]+boD̛D-/- 7(R$޷+Ay HBҐ.mRY<'d ^b[̶ 5U1V4 zƶ,x5 T4%NlS?j-"~f-*+uY|@WpC x#fSBlӴ '."]w{)l/z;|0ֶkS D9 gϣ>39SS(f C$80BeB4:YtS`3- EU̝˷W@Q}x AUqCBlPgXAΙ)Ǖ<)F? . Nb|z"A.SpV\Ld֭cż:\~ÐX$)ITPI*z&_Q].LZ}7hogh(! /sLMo(%JY/7 sgC2w0ÄVC_ѣ ]ϼeHR*5 xFG:: .߫؋*lY L0"`73kÌy3~կz0hg/BAájnCXu<紉 ^2Xrq ;*\S-xW`:JF =3!h$zrtVx"5)In~{1|* tzI Ln9ЋB*)>(0wI07JzCl__La+3mi[o-BjhF~StQ]qg}Ԭ`s U17g)Od?0n7$v 2qL=$ůM)F?vRӘsDxOYec)j,(hQCl%#ѳ07XU>$(m~ oih =9p/tF&shd6 Cұ6h Rlfgm2V p4Tjt%Fű+>L)qTG:  CμjK~&'8 gQ;W;3Ԇ T^tE?VPpR6ȟ?*;9 #em-2_}F|hAD=4 Ӌ (MK5-%(d'Vq;,spO_ 葟sqcu}M Shº x Uև } '|d_*ME>KKwVKsX <X0sXl/VaθXS-T`]#Y|j6IIg/h4ⲏ - q<%bHTɧINyCY!A4_2hɽy<30K&dgDƄ}ke}ŻE`CQW*7ugֵ/=m>uJkҋiKAÇR{ASus[ȹ+Q"=00Q^}_d]YL=0 JÀK0nb1gS)NQιW+-y3,pEb"]= Xw/OXE5G˰!#"3 JU@"NpG1mfIPa),x'PhJLv? W0[/s $77V9#OROZ0F9hhl=M#e馗n + a%_kGEK+˫sH{護k6 n(Se ~KhFTS5,2Ѭ[:+%](0#5,@$39,Rn௻dh|GߔTfVcr<2b‘eܜ]XVN»GۨmqTFiQ}JnдvF}Nm-K{ xi@ϳy 4{9*t(˗qNk(yּWx=Bq„a GTgL*?pw|GwX||~!6ޞ3-5׀9M3͔!-A^ZiL:j|ntMb@ :&RYJkk99V_.@DF.Xu$8 @1fs@~$ib>7E+w,j6X=f2!. xacsT=Q׉7wTԾsZV(ؓ#2,漱0MN@Tlg^\&r;ڑԮ~;/ W :>E,}ӫN 7 =/j PpLf{ak+t-$-7P᫂WG&@j*^70.l2߂E?<[C:ܞ`O=`y"5M_$Dml9:xox6*uHGfj7' \C^ퟠ~5JkYۧV.ES ߑUy>-ry;Udzq y'M߲}y|o^4\M&>(JT`QQqk9~<q)Eб9GF R) h*(FXaHӚ]oȚkՀ҂kG) hj|-]Sg=rF6S ʷ.g[z$zv/ %/z+& Cщ{uO{!62At}{ nMNޢgcȼCu:F]skb ,0uyQ<@G2*&&8A|w.4V-XvCeh8{<;_xLu.g ZfׇjՋ&q6NʻAz%rMɟb'..]C}~*l]W*ƺ.^lnRG;w.7x[X |(z ?s~;O2džI|V0-Zh}ovc^oJm  ؘ%`%cw9J&D{[=KJ|nq$Hx>_<+i1uD^7vQ ѯ<8[-Ιsgob].! D,i ]%fՓ}l"DvQIk.=-6FҬI=@cbKsな/?U}k-&QVV>i4d$TB5&#wR_X/moz,wsө!Q1LTx'/8<"蜅2jv,<[:I̜8gn'(B>ЪZAW73 KǑ.7xx` ~I_Wx}#9GJ̶L I-:Dkpufdžo3e/e:5R+wwy^@$鮰YġYIZ)o;B)IS,–cYuɔ=߉a x#鐍;8SMc&3`_6HĊKb8YK!a´ #(!ڋ69`$I{o$,/-bʸ8ÏAdI-{nCOc.ϯhS uݎš-vT+#ЩӹcQ$z.~m~R P4n}H10B'+o DGK: s0io;eLiP7(L1?dXQ(mk'kRgVA6omVӈUٗDdcXAJ{?CWVrTyAtrwnCAz `0 3J9e`†LːikoBpMR? hDߍVR26a榇.f^I~ǜrsj+I(iYvKNXaK#ok`Dqcn@0ÖrxNKTs,X,"U8v9MˬϥEߜPbmnu֋[]h&4nŸ(ʼ?oyrm}TIw߉%JbJ# -9C!}V[Ϡh N47:zu) {7/a0lՓJu'o]S^_=;W`474(RC50=+ѷ_EorzȞn!դN~g+4L仭񵫤Sg̯mkk$L@pD{0wdwrYXX#D1Ho+^s_:٬r۾?O.i&ȏQU : m^'tE7e۞ϢPK7>X- -@ :ƥy \ 9 ऺ&@7ڗGuo~IT*Çy1]N;q0_.CUQH&nmQIqM\#_lT NK(WSӸG#[.[6muiMgң:n^O`цLDnpA:$µ 4:,2y1I#KEu푁9ޑQ=eХ$5^շk]g/S͂]ի)~Ш-tA̡(6LP}Qx@ܛ )A]Yء3Wrcdu%^ GІRXmc94Mp2^O |h g)B @GuMhCgC8/+*Gyg:MT?1, `+EzD(^r ;-]Q5g_Ę@~i-7euZ\qN\ZlؘƳ!MMNd$؈|A=^O:n|Ln ̧oK Vş{;cr17!v QHSl~#M CfpG/d 7*bmꖋɽKĎK O&;آаHO/^YNNzukNkQw uRnu;SEDυ>3v3="!!^ .ɠ~W9*+܅c*v#,&並e\ ΃#DjtzF zi;U\wKb.l> ӋWȊ*yƳe筗 xƓ7CO4[t!?ЪQH%v6W bbD 2aT͝?f\]}@ԼG#O$C]?(=켔"\OletchQcفd?b޺>+5tG7 Q;it˶P^d;*D5cnqz< ~2S4Kd_cm&E9h AvmzyF\q<P&uGvTDct9E=HH@!S֙Ŋ\4 B"OF=X@ĴjRo# N:xC݅d S38rv%T;A`Mѧ|V(+ƴL.B4Q?@,B?Q<;h-Ң7<9QF x97`)\&eؽFt`=9v:.ڬ{YtuˬQYvu+muX)@u >%]X( )yucEj opipM؋ѧa_E*b.'`i^fj@]uEbJ LYюQ g{"qn?m66+ VP C(I3MQGdɡ7'(F!2J&Kgu5p7?ƢZ!L΋LuW@oH 0m7q1Lj*{ 3Osc`f;bi Րt/U<*'5s/Ku'kpm* AQ~3z@ch@9N.UtufA3p~É$e4=|ʀ(M i^:.IOȧ}ڥPyGPS 6p|႒d^E}(/.Ds_h3 5yN%M#J慝yL)t/7 {t ,Q#6b%ZV j@z+@VDǡ]ٷb¨\dI )XSmiNZ$|<ÇH7gT oNi cKrsP3_x)#;W x1+0U2T#a-e(D{鵮Ua>> ="ΐv;iLJϘ٠ΤsVNk,k)YD-*18zB <$="T[! B6Ԋɵhhˋ%XQ"ƹd5 `TČ4daiŎxz7ؼ9ea .2`Le3ӧELLS" /eVڱnb#rΝ1X u@! XO:, G81zHi?(AWL֯ExRPC9ǟj:GnJs8C{/{QsvTk$44~;c1 )EثҾ(Uoֲ<xE`$/z^."tUGLh_OFTzghV? qoFhDqҰE{k[fډͣjZs Cl)2nˊ.W.4HQF\bZq^fN\xS aAS[$!A Mn=׽m"-^)JQ71}X3w(.qHz¶Z:RzGi\e/dL_DOA n'0lDHX)BnM]ѝElHAU`uEGG.h2(0)u"[`JJ4p&sܒK-\t,Pjvc穽n0(> y|PhbYCxcnhdB>ƥiEK#l3wB{ki@uc)'`omH'jґh x8b<HfFxUuEԬ \"WwxfG 1NR!2NτNfBV/@C+j&Ao&AG 3ӻJ bMvSaM:-O Ϫi#RޑyQEJĤF q4w6Emd&Hv%c+` */B5l6Ph@!:),i͋PP quf)>P uf] !L<ס98'P#A>P⯯%I:u+TzӐAJgN + F Ǽ 7^nld\rٌZLj D@_Qĕ^d[񒱹hwN4k d5'gKW Gd3*ha? LP[~F*q$ƿh+p2˪L}ir aQI@6;CěG›~O|=*ϴA [i>I^1) k0 h\.`mq`iT=db_?u _׉X{<,@$x=\Cs}CR`)%62ɩ>Œb1TW)du!4 !njAaUχJ"u/QQ2CP{! xh{ Ij닱Rf0H, [ya.߳oE@^BadLWacF->3~a OM%}/at,c`<)2.WC"Ae\7Prbr>J&U77Bt|K8\ 5gF5TG_0'Mwr"uUMS,0 5 m!;3L=eک[].H<" aG$XхQCB/¾OBSX5c"f@[NO7<۩WM#MTM"kզe)n[*PD*1D;G "zK7z-gZ.:X vnN.W-@\Sl_n4\vB5>.o}+*`wzx=^KI4.[,&M8c7T;="5IH~)z/lL_ 64 }$=2-YS5,1?kY[\x0%ǚ1["0bA{{Eg!*$ؒ'Ei C]=tHohar~j{|ȷ#s-@;jlYFLrN^H,'>!z{(kl6r!n}k/JFZMFKBq}&pNFgȧ7ZqUFJ~"7{؜*}oW3gfו2һK_|GCѸW\b?**@3᥉fq y`QL] >kIW/GWyD/!qIԄ|;F ~']Jō͔gȌQudlɼnėL twל/IuP~G#mc4Ѭ?Qm+&eiC7,?UEpbP]+?]̿ZI~=P̅(t/MnOߠkyyeWWi4%wVe \^׵Ya.Kϲty2T~N< #AlHY=3vn) 噖6Y0.Ĺ)cq)ŋ%mdxࠠqYv[wu䳈"oz0H%|qbwWjv}6W [Z -ac^xEUA9q[=< ]neKN\s0w_d*(2"tu @i-%)-PK)5IYosFw*#[apE-XJn8d I]1d~PɥsJB|J.d#SUOasjnGֆytE?53g1 pn*T P֝nxvHR%g1䧐bVT}\[gytm寂$o hz=q+-χ~L}<1jMA5WVA[[?c5dEQ,J`.*3<ߝ٢|8B8 ,X<O&^ܲ=rַz`^d N 4lhK (L8-uJCE ݹATx)Ihh.JӵDէ'){Q)bH"H|Ka%bMIQ–LAɡ6@%;ew;0= >G&V:t3Bߘ DŽ:{{}FZm(gl[d\Ej~if)^CV&flOwݘGCXo~MtZ x7>[>ix \n c:fSUp26f)tar)<2b8{ >M /eIzI:H6-M4|tW/H-O@GOs&^m0}ޟ|ȑeJ}pc!)wm -jȬ'XGU\<=$:Hz{Y>(*;^bM=dDf\@Խ#>)TMY3R%l/v 玷*]݈.;A3uOkauF[HD!NL>- 3 " ,]raL7)NB UgբdXiq܍W0n&`zpJ}]u׻ Z>U6a}-5U i5MnQ/gV Da|f0#<ӱpw.P7,+oql56̤渧d},g3\Nk {n%jSVZc١7 "--:wփMgFSI@u(nhܐ&mp֩Jg*;6Kj΢P2ZdSE%j Us@0^ć4$Qq=GV\P`m.mB8G7 I梇h^Q зV75,C۝v(8va !ZOR} l5oRz .MqL$0PSp>amUW@,6JW{eq8|;:X0$|r4RJ15aYd|sf(5TDn_Xo4go~ƑĦih %F'%;O#{}~$[˂`?,?Ju`:[˥7@z}Q% ; Wlsg&\W?=1NUD]Z!i3JYd;% `eaK\ }g!8 <°K*4l>[6U; yw ϘO% #̮Цḛ̇0uZt Tg$_{g$뷒Vin-=G(#~1jcQPab UHS9k40" /&ϛ#g5;YvxWŀ. ,R-lr/SuLdbݯ ڀ "3$9VO;3#vb.gu[W+{;t-c[SQ,7݅2G #cxzn{E/z lmuh||]|@-(@@X+IsUZw_Qh=*Qݭk{tVB\ZSBq4ľНX:stH= [Y%=S묙dA({ Es bhɤҨ-w" Z𔲉RH5},3ȔA{=%L'Pn-\%zL-&laCDYc2 P{b̅"N:hh!#xi|K~;<^rYCWQ6n%AH~z|XC2M`@hHU6e17#="We6Z4Jwxݱ&WKS7鍵#eNBu95fM.4覝FkG Gy˗#!wR>~fQ5&û(7k%50M2s-߻GPe2v˼WvhtHռvxv2ndvh*HxS OJ] o)ڗYt4KḅDgM(?w07t.r UUMĖEY.?'X&Y&"|]QBPT.JI٘l9=o93Ezulc xI̶ESx0Hr%٭n8b=bQT< ,i}'SuTM p"^ȭCrAЦtF7{AnkǀGXfƖ8WԷYeeVW`=0 QLད07(;K*b;!FhO 3|@Z.OtGHtGiIf6$N#{:#~-Wj@e:a{ʚ17Dچ.'o"x2Ge,새LLH*\E`u(LbO0ʘPFjO43 ؋.&S暎x4*y.b5jhs@!b j&mtWc40̍ۄ "F˹UxBQk\;qDKy %SjGNx")WKƃ*vIJnr ?b'̰5ˊ) >ښp߸ߊ~-`ǁlk[= sH:t Qn"kX1=qwq=xcۃ5khKn % `ߪ`XAu#B[F^ jR؂+blϋ&])y豿R<*Rt[_RB2K@DOBٛᠪiSaE T]hy6.ȌVƠ0],S/?T$4Op#^A5,㏣pGI(ZW%$:lkE~#!f Ns"TM-cܣlB}~ 6zM˭({j!*w5N}KvaTyoY󓫒-: G_ @<@J3-OApd*55*~0g46'<#b;ī8`٥ϕk܊&33=;M+ ̀6W"QL @΍8MѨֱf|y4B`kӷ~ .d}[46S !]]ʵK۳"BN P=M Zo!#$ۺ L+یT@TsVtŏLV^1o[xΘԕ9@}f[>/9\4JX؉y(. LjaG>MDt*ٿKʪ ;3BId\QF< LXE'HOQLJ$6^X䗡]Cbek1Ae~UV߉$fwbu48 AWwDǦ/;`w.@<-1m<EP촖qܱ?3 ЂbL$,ȟ'ު6x_z8anEȰKbž[#4i:Sz߰?>ͫ?:J70q:cpr T|1ғM( `B?{TИC7]6չwb5߽Iڧ5ZU m֣wٳ@ @9]e}>}VqæxTw%n&"L֦n8p-K/ΫU+ EuOF} k|]j/}bww@ع( b]e8MA [TT28QKby G')>HFomӰ{/)́DlМU*MVI$Ic弹Qƕ˱קC>8? O`5ڨ=i2K^4>8RdM/Y@ށh-U*N>N\> ^E6A'ɪZ4Н9Wk#F~1L`l-xbxC~NURW?D6) Jw "6}T ]p%3 v/@F;%M%dn46ٽɔ9[R/=Gi?zzk@2u|#g3(-zл忯B{ TiA+e~VDynېtIik.a8^b r#tA#lWڵ4OFR(R =?kpcl* yXDV^j~"o 3ڷ-&zRϿ"E\(XѼAÊqb L">6ϔ9}9jd!@s+V }e6qO<8Dc†<Bjj~L6tx*>onCtJxkc]ۃFs2HsP,YzD"yR,fEhGzt>WvBpŽ$` Hꟛ>S~'*+4#FVWbR3wGvI!GC)_Z4LjNSӁY\ }V5:uO Lͅ;~I:f%ζ6oαrd0@t3qe8DA2>G+~ͦю,ҞD0 !)v^Q DzzFtneƊnd[ 4On{o@F]̉ e,,->)VΤױ# -43pFf cD A\t7[Ws?s|SIvjk[<`{b!CX[:3aު>rJ}Ff֜o )1”ɸVoyjɬf<>p3FȗN?ŇPV}5(Oo؍h]r9sPCaW&"֐~R1GYR f8{.s@#cеiZ Q7'>i,(`P"(~/9Մ]N_O~Iϓbe5k9(<*ܱ37!/#@}=RdUScl7_x`vb[Hǁ^o.-rvy١X=ڜ-X;iڮ-1Z"ۊ"TdJ5h%gj:*UZI.J 6l 8@pzv= 5S^$ dxjӀAo4=Y^/yJ֎|)T~?:SdqN/Tx7"{pl!z{{u@gIsS1 htGql;&FIm2cbCnh8zG%:-J%>tf?t]̆>mOҡcR7nw5-AZp:=Z#]E|Ȕwvҕ (ULf)Ω@> %c߄rDn+i0 EܠѴ5MJTDjmF*5W c@XhoPDۂo^^* ~@.n oB}L0$x[ԼYjxTfrlH6Wl=n qxq?]HyyLIaFsӸ%w&>oYInڽ!'_%bd"]Vq:ߨsʫb՞lv|w]dn=nfk[lh֐Lۮn6o;>5 @0 +gBp7D1 U~ڪ 4ju? H]N3~9t#sgA,+|Y]&j #Ê&YKnŀ:Mu X yVJ'!t)FhL25=I2U~x9^/?»+]- +ckv`Zmf$X[6onƺ̵B1fI 9>f4fWV\UI3k՛^:C L!c}uPw%`>w#z 'cGg|+ծ 6/RD6iвTɑ^`l 壺xQnIꐊt@m"GhHs$W5s*v=Û\eAN#=MCKݛ86uud%fSyKR)bÊ]S]c xG 5m3ej苄c^9s+"A!,N/$C .ҟRD\T"^rЃj_%),CvkosۛqqF$DȸmƬ04!,eST@R&;=)CǁBaxY\^HpUgT)BEtn(Fq)zOE9{.T5D!dQz̚Z*zN|V,'~/E@]`)WR>LQ̡0>1xQl" _}lh7"lMRIwQ;HBРuBUճX4IT "e~kNX=y &cA-[5OvlQSfjP56U=DvEʪMߕEl'd}'XТ3 E@2Jm |Уv!;xI9+'g>J"~}n$g:aK!hco'Kf*}!BH0yZSU*ybLpm~iʐIKߎk/q/}4(\xל3.v]5 2ȅUNK =}9Ti weI~c>K7sp>/1]g  wv8㕥W3(sɠr] 'rf&U\on)+/9(inOjaLކ(nv!i?+joMN,ʿ̶duQ["kNrz߱Mv.M9&ֺ2}ODWZf&I;2EfgQD~0?wN Umf,9^%MGw^aBgyIbKqBy?_ KdsNCL^oac 1[qF (F#LWz,]MVm*3gҠ$I5\;x9+.6#k$]~m|KR{ Ch8i}-dwxp*c<7@OK> >u7ۻҥĺ6;g#),r{$'VP觴S3=sJqNr㗵U[8jX;ټ1B&ҀXϣ!=}&w:#En@Onm/OcT#WӔ\wgOLqGP3|g#klZǷݔAG׼IhJAYȢqIk0yBPzw=•sۯǺek"ȍa|O 9#z9p0:P0|hnh2ҚCUޛ0nҷ_!Ǩ+uNX|u[ u8( Tl E WV^iv=k:ꫢ$8q"\aaZhHUUVGh]Ckʷ/ ;wZ zcrĻ=s;ZrI^2y-odXO^ [[72 Тm:VohM?N{Ev0u򥀌Sz/$0q iYcfx~o ۼމ/}!5m iFOp9>-ԇˌ"k aƒz-_Qa醂z*Xsag …c&̽/^8q򦛰<:,p(Giu?dFvT`(wuW.NԩL1^vT89M@jUhnu!1*K p{H7 qtٚ;X}GZ wb}\!7WʨmcuC(D3I JJVLq%ǀH#Bz I# jPR{8|%YRAD6p"Hul~^Tq?j#|:cm$93B>N1dMFInfnV`yaw@bv(~ʽ|^&s}0A%}YuJP8A9"e-XS<:lRt*Ӥ1>!FIJvPc$_sw]6?Q/G$/7k +3Oty2TZB8s ebaZ/ZSW:9 ,9RNEIYQ'd[fo͊ rK$+dP $zhQJF?xВvy exRն;Lς͐m[?Nf;i8+ks ΩFyk̪hd[߽P k'C۠0<ᷜ#vӤHDmТEd@[moˆ4'9$j҆\mLOHh݂eU<"T( W+#FL"%K,y>ht='ɿp!I|۰aSρk1 eg^s1* } ҂h\\2;/>HcvqЯ IPcSa-;WVV`>y"IImb5nmB !" gk #?z掟-T^'wdyJϻGɈ c>{Qu>Y+Dȍ"Z9ưyi{)77sO:L,!qWDz&s2P߭]P aw9Q05rlb >_WEjb.f0N!8J(9JMB"\Į ӏnA`v3.bJqQN4Qn3H7WsqC Mv8ey,%M8/?_TI)zM;ӏ_ ?bM:}"[hYwLٞ`=-7ާٜ4Ѽb (6 &q+5I7LN:͠G9pciW" ?x!CՃ999÷hʏUS8^dj`|h(oQ(=._{&_UVg2V%zXf#+Gκv&-8=Q/j_V}kzHs歜' ?c^ej5Y=/ښ4n*N7AivA a`cG{ݻ ]U:ˮ&'~q:OsXzQl:1 xcaU-0܊"uÆPtr-䐍W>;'k*zYIutoe<(LyZ&q'FJvcEQU0U2aݼ[ &_=Эo)X>ߊZsb,\Ndlci4p0OZMXvVOI%OG|9!#nxDz@NQ~חeBܡz'<v#%h[.5Q0)Pܱ>UubĕD1[v7&m{HiLB9E&[XZhh 2\= 賽^Cن'o|¶A ۃ;Th " %9ѻ`o3v-u*mkW`s^O䮏Sbg ъUAɁjO$cUe"NhM kl I8=F;<[*;pɀ|EeL $"ٴi@Z1Շ;8NuǭFSR}Ic XΠXAx+q* ΚGY^wٍ^#xlz^[3Oqsy%[$ ,m\SWj' p$> ѯ}[~ nGIť>IJ?G <~8U 0 7WSo ?VݙddS 4 ߽_!ا5ƾҚ?gA]LݩƐ4^~N185*Czߨ '܀85}hĞIi!%3oaqyFVR Y18dhzo,&9jӺ@h|: bKRՇĶǖQϿx애;-~n X~Ry>wVKV WVDqO lp`eCP΢ޡ;QƚEB6훹XHΆ M8MK6r<ߖbC@MVȤh]<5X!4ԉcgcdF?}0̭)YQ"BKEݯdZ2uC+h- Ʀj:yv0rMsjKR[bZiNLuQҞ^;ȑ li0aacʟ{N 4#vY  b$fdn. K$Qs(AA~Rihu. ,["JQ|on U dY%$$W2'bh*1he.YčU3ohdlwc>iRzh]Pɥ$+Ny (_u0V^<$,$2‘t3 _#()nD<)LMXjL{ `Kj 1"v=Ea\Jilj/ˠkYEq8y}@Hk=EĆ!l{E|2*ĔQ:*L6n;5P~5V*o2FxP.箸73*B^^yY&-C u{Sf6\;3,MQY_L vN<4Es4옭F1\hS,?DYʏ"&nY~xYl,{@4 >Wο6ԫGgh%g'd̎ +:2BJ-UHL6m9ު' V|tI*U ʰ/tUh1B]OG`4`Wtd\$:6*D[q9j;ӁaY+04 [Vd=U!ǝ !T$Μ>;"K 8P+Qf̾҅"@:EBn .ڬg@Xg:V#!B%k句ע@$ F*aRĒ5/H6 {cedx >2#LKv>>KPt,o3wP-Q#hpl eοTZS;g֨ڏ=c%RpϨv_$;&,GL*b3tk-x>7҉Q+e>`ҰƟ窐^`+ I#AQ#KԨ}TprvG"l.f0w;atbl; %!:ֲYYg5r׵BO ^dNC<7@Qt_HZW_0#D4W\]R6d|t\ rN[1|yXRL/W`u&ӚasҴF:;k ^cY%rQ7Ӏe<f8}(u!avGYO2mc(k5*r΀䌴 "b.laTM*qe Ǜ&1=,+-AݽP BE 4Xg$$ '.1Ij}_LO͙XC4۳XXfAQygj͢LBѹuy߳^_4+6v/T3[Xx-0/%ƺ֕sYM͖HER:HbdfdU*l5Yxͻ2y1gryW@Q[1g8o\|U䭙Bx1*tHf.gN N#~/{*m_Ӯ)UTv9ÝmVFb=ZUTPdit~\=LQ49: ?tH_yJ?qm籉.Y˥>l BR&ojO4W}Omw"Nq$ H\ p)`~卍'# p+]/_ N/N TY0PŰ j)\:<ĆV|U<ܡk+l$ {,335 6޺ %rtC6 WNXk%IAJi Rt2mi!-cjvQ4 f !#|,XPEW,J ;]"R0bchzJɍp)~!P'Xi 3(ăZ[J3}fX8il\2 e} YMU\:.g9p|١glfoā rW5wfևCGˑX# peŔeE^!S}TUECIC%(TdW$đ82rgyr$2T!-E!Zkmo?6_F lcr}fex&q8|(NqۈĊmS9Ìs֞ S D>qE>D9<(MM(i㕐U{{smiڈ|*=݇ky5t"CaܩO_4+I]~. g5 Kf)# ͐MW4fY3O429*PSH U̼L\BtA-!vO:ʴNC&yH3K_[Fǹ`9vrf:tyE"V`E#wBiCݗ) ۆ,ScRτUIp۴F"zhbJʿ4Z *j;7CwK%ps5' 9PcUZ|\ʜ'JAkk|O$ o?wCOrwޱr :JG | tY+#mm(NwKTI2Fι[`UR֞'čN8f|%ד;  $0Z6c;"}e+VB|Q<_^eep~zk=a^Y(3+p | ګ:K4GfzaswSld-6"Ԝ/ns*@+%UDwmƇNBb,T(6 V0+e졼c7q{M +:_)K#Z_uCBx߬, (o($4qq}/Fgv#| \"5?_H;;G>zL(u8 6 K(f㯉nB@y Mefi橥FC1Rw4 ث-@lhb ط㪪[724fCP˲?nL SG[?Dnej](̲_^&J%V#p?IGB46b>ihy]$!kч*mCJƗ;VvԽrFh$zN[HtDZgʱ8`3ny2a&st5Ke*\KPec6Q DzWSf(JcU7ci[,Zʺ M0ڵ~%8kxsC\rz'6_sYopJqt=%rVVQ E@7<&{5uv٣scI~Sn:D79WٸAIdt>vՅ w$g-Opň@+ǷҘpmܳ1DR-PzĈ@pZ%}b`ͅiR0]+HaLk&D{Q?Ѡe΂wi~O֨v9.'FmWλ'yd1<4Gx42LTbriWF롨"GH8?/=rn}* X{1Qi :Dd4FOjd ]ݑ~F{q;$7h#ϞLoT`#$n9D]䨉va %)$)Po>_Tq-ʸ Kop uݢVrR솏slظ;Ju+`XwEn3,{2~#@1.>K!_g4G)B/HDz?2-=9 `\ɧ86f7y | 궫t隈FdA>zs:V{!`t^oV[2(M׫Q 4;*؇i+sڶTj|f.+Hx4,#6G&ӔĀz jR!/|0!RGx%5P]!A0wH:"^'-76@:+:u u/QIwM1͘:k'́'N7=7\R^50uIcŬqx}L 0H(8i3)n>de~NZWM"X^/SM9I+RvqǙUatƵdhZLEkrUDYyՋTZ# |E,4L>Yruww࿙>P+$:z?-n.w  D`Ɖķd/NT,$Ŕl8-"[kT1d?"!ZxhL|[1eHY8|Ipz~P涅9' vۗ K­R`[e-$=I Brzr<,ic>CM#LPj2cLk*kr+*Hi ɋevx/2f,1$x) +{WP hEkd5L|3͒s7u]H?uT c兒7aL0K\!h|Pe2\|7>BT=#ڃ|$Qc4v@Y?b)8h >@aF(uAnpT,UTðFg|U]@!/*^pp;cCˠ (X@!QH$i"͂(24Iڐ޷/ЩjJmcFN} ^ @n#AIݠ_/K˹[h)$g5u:ݧCQ(873Q"뗻|3pb2M(34?BWjCX5@"'f^S9KQ 70\qw*a,Zcإ ::mF8# ]MEÉڀ-Ih(FsWϜ4E#{'gqշ9oV'UBwT*S)A8j8.4L.^å]=V<|"/xjv#IEE#X }|E'rq!|'Mwł| .TD֤,q]TOû`G惹,@> dRAO~[Iukɠs<92 !j/F JnS@z2)VZwTOÛP-m;ub1{yeNlY~[o\f"= 29wAw@2vh`ev>h^P5\虘a"* ]sjzKCQ-hte1}b@O=8vUʹDw+8 T(/vެT$S;F1H,QL%j<92}t[ &}]t!lዠt2/b\sz4Oz$TTM:YZz'f:a*Ͳ}D+(0 q0ZkrH߈W}t#fN3j3Z$NQ=UT6Hf6&LKSm F`Nq3Z|4z4 d;;8d@2y%蝡JP3bJd_%,L aʐo;v~pfn& 9"q%M1 <ϠO:JYԹ@v d)'WlKdޡ/ 60a9!2Gbph0ESƯ@?L8Spq)M*"rdgY2WC{p")0Z#u\'l} XX%6jYp-1?@*jf,դxu'"z$e$C<&k! }s%_=lYj #wmykM4v-Ԭ7146w;Yb F ,"~ 5g ŬU=VZ$"vb,pCH=z'eAwn*vN縒9dVj{{%q|MBUٺ pōtJ뽻[l [fY:b/dGWX!k7TH,;4 h&C#u钭AFR1+BzRy\g7"\ä DyX).UtvVpKo4[f-!KOÀ P4 (Y]|AjLw@>g?U&~/qEҳ'eۋv/I~}M3Qe`d#h]S~R{(Kk,B#2]V4|T8zp|ƥz o!=X2su2 g^AQ L?\"pw bDb,[:H"!mipGh%./B86baWƸnhb(N{K̄%hFA1UzwOg~rf}զc"-bvA9`Oʥ\I>9ncij+ J}tO6S];vK{M˟wBKN^iƇoin.pZb&*ț6,/NWmp " T>&q瞄fR+3gD/DӬ IlY@HVN!L;Ɓi&/[92Us[|mx=~Nv6^w}yhÌ2vۀ_LGc3Nn7_~B"]\JO / 46;>n"<r573& /~iPź6<͠|5NP_tø O0_mbcu#f% ]Wޘx(#޶ث77Nȳ@dRʢiq>7k/?HP{=m`(o/!YdBc35hesٚ=B6nԧC GZ`0v慙S$Qt^4[9?nHwfí5+bMϗY{7"לeZ`i4g޽𗇣|ǦG6[ LA8.F!}'3. hhT]." @V:p=Θ (ƅ9;f*|}WR -ɝ1βqS9ԾH uEkluIňQ2ZӒ>&!؈04htn}OS16 $w@-),փz o`?^PCu%_00j(Ŝ}9GԖyi,ZJ**"7-92)ơvqAE ?6E3 oG3rٹaO2D7›KO/U#T5Y!A F\Q{~z2"`0̇ KmU>ҏu:2,'^uxLs<}~b"oU֚AikbI@:5({ZߪU^tkyԈ `} ~>牦P]XC6y!$dY .؎d·3&EknG BsH)y=9##6ƒy2iSSLG\fBLg} Gnpd/$_f I9$Z3$[v/xfMbȱDӅp+A\C*5ETi Iq1|r ^NJF#Zߎ8<Vj 9Z <2Gٛ)Pz'f@!ݼjE=@@Ot`gz~blxf~MXbgM-=8 nF9cAʘ 3ݪbŲ84%N5gy ~`31Aolߞ%Wo 8x^<9ZxOEH`/Gj,`=(4 ,?7?|w@-tMfdi/>cNd񡻪BW4a2p4W0x''mpKM/6=tp`:r20{ 6s78kiEKeI==YuxNJ#i:`\Y( wbt^<ӏRpԫu#(|!t}@;cEt1f.,ht[>F;7߂JA"_,ڙA5fpD-vy_{9h.LIąjWRڐ8 ѹ2DZR;2j}dQbd*v:fۢE%,UaeYP"?8uq[sl CI-ޙRqTI22+4& ?o4X6Ǡ/̚ARchl,S =<-#&/Xe?. ͍4N˭ 3IȩF(ł"@䶱PbA:b4wP`/ЧQrHgNdP&/v;U\#V{Xw+5t6 :"E>/H.y ՅLG1$5KWpYChQv~^nmV1h ΩjU>lKxt b|1!KG%vgRct^.;}Z;z1A¥Nr)'2[kssl.sH!~Jc-ӓTEn@@~Ҕ_,;jyi8'kس'[XSkzd-m4CE@MCEN%4=y*(!jʇ`¯>%4zOʝ[')Nu酥=Rw3S`sZOmn 4ZufRzU7,~{}C ,{ߍ%B1 ^5y#r(!S؂7Զ 1OyU^5ԞՙWsɭb u0z聏=IْKQThLfYRXxeZk7oBj0,kEN ~Z p24ɿ%Nbpmx'3 w5lMxKqdU%affC~JG+k:ydinx_~t?e#}<#3dnlT2GHCrY,VP)Ƿ> LjZ^b(XR2s`"ߴzI~oZ>VRE8eeY yax2r{d(A/$NwRAnm4\d Yӯl*s4(`՞O kȳ̎U~YJ Jdn3>57hAkG5Y)ZgՏJENAG˪0 |2qSۖ]x }. 0"fk8_xiw[JYPJ3߽z w7y]{M~h7'3{Vq]f@2t诘h Һ`fRr % xٌcy.vY22G/ r/@4;nW{֋KhHZc2Riϩ;ՉAܖoyGI=(0<d6 R{Q~S: ]ig ^u]D$8,^uXiM(,WlV5Ĩ NSg"v{Y/8alSb~R Ų "?Zulhڪۦ)MXрBI6xWD@B`^tr(ꆈ@B 쉁)}T~^47e`'ܴë#Q.Hqܔ!FFwi-aQd$1))ݻb(ꑷH MfD=6A0QF9 Ctiq̵4A? LDe#V'SQNrXWӸ LGSPpF9 H憿)  [tVOlT>RW@+ïaJkWAb7'yU9.c- hhF} *puܷ6\8ߞ),%. BS9oޣT j5c% k\@}j߰X˽k X`݌6ŨJ mWRљQ!B' hQk6CjjSjZpVw0=xyqeJzQ\^R:;T~Ӊ=In-z]ı6OҾS@w>vdFW t$7'b1 4D ^Ac *YzFp-̲ `jgF C\ݙ' ؏T6[@B᰽vHvYSrm :('hJ2|D*"u0V}\ =c\;.P$Ji mɴ% A{lK&p6f`9oyiH&#Y_+\tIi2xhp İ4cF1B?SH@㕍Ę` '-'=CcВ%*m:eXSK`@+_4"h^:adQs=Ӷ˨*#Yi|{ܺ;n+#=Ŋޏf|>K~"WK X ?Hg0"&\gqPbQ۲GRV rа ՙÀn5@]CkOhZ\W_?zhrZH2f^.,"2[^F ﷕;0F/eFLŭ?j&هWKGlUjJ^6žq\f^;!*gk!7Rw>dcJ?.Bڹ+7ܡ/՚OW3'j7vhs9AɄХ),CJEw- 큲P0Qnia6 ]u&Vĝɗǝ0OI s1?Ke~c+nL(υZsIZ\BF@\$TcɝR#Nfamςtmr+ÑY}пe1 pC> +gbd ;nyn(uo|`/:jίzP li^A5[\SX+c=VJ1"Bɯo,M6&Fev/Sc[ᰒ,$9.jW5giH\̽z8G!G2h8ݤ3`:r+ ,k5[mhʭ!srU~b$QfXNL,ŧ}LdO3l&^MI=8T(_`ӢW] z`);˴xhPhxL3c"(7O0\mp(*42aci2ofD%i,79@ ߎ}1/t[N K kBIQ5Z릃 .nQiyݍA&ѺpwGbX^d~~+ʄ9ٝp|\GY0$h]*kekl[5N 8*~oix9k?0ɉp*oW Г"j6܇vu)OR\4U?,-uץ.Ƈ 8ivaV *2D|cD1LF K @j觚HxDd,07oK$f9BIJ( nΨxjpD`m?;f:VnI%puhIW*SNme,`s:_x E~[=jÁJT*ꈀwC_y:a+02侊xQ=I+` sXwfSwY?iWjIO=8]NlVr`|v֍yYR9=Ztѓoy&.$DA4Io42<:+~Nޠs 8A+gC~ ‡BJE%w׺L{˺} . fR=*em@Y8 VJ."'g׀Q9B$=sgAmY!l,9ӀwW—y0{H;4M v]k,d!$ҞnwRsT7en-(¬yB@#u U#̘rt!ƮڠIS t4 %ԓ nt ><:I')oJylc뀆fF C˭_ <TCA|Y7;+y Kk^7fvWx& u0Mލxniޒfe Ys7϶%.Ȧ]f`.zm#??TsJ꿓oֹ[rQc!ԇ’ָ;Ν(K|=-]r~M\&AF%.G6T/TуK.QLv?ퟦ*y9WM}a2pad[`MĚTa2 sZ-o>D[GwAlebhg&lľpÕ[.Lή[L"UjAGl-U@vbVEWe@ެaobsEclٸrU?7*{?qc!ݒAiI!~dU,q~=>3AKL&W xҬtEHc=7Pb2Eo_׻M `sh+Quk[rr!Q+s_w=-2WoYK{;n.v_UuA '!,a]<[hѾ # bQٔf}Jjt^K=#UY Jh0Df<Ӫ-='@uWQXcRٮ, ɗ)](GI,ĕX6~0%ۍVj&yͥ)c[-˯3`WkΆq܅8Ƴ.HF4%ḃuXGl+)hc=r:>ōGT\at`!O2-*2;19&V$0LŃ ԷAAŎ3R|j]@qlhoULGуA&,yU@9Wҽlѓod%;)R d5'E; 1`U^OЂ o(THh.p(% ^8j 9`7#D$ ٵ)[%/+~!\0bDkk4%F6CT~c;7Hy07'YDu E7xTjl3릫|WI(d :Yī1Kq}Ē=vX#!94nI6DrmQrsMosͪٵ`$DFC2CIPLU8cYxV|S{[a?hWF`_x( PzaE*.7ؙ|ۀ$I18;(1X CX5eRap0b˛C(1c9,ؼ0iԁ^LYIXg}0vHW3 }wb}bԼqߪ SJ ޅ1:3T6M'E:?K{#OtP+vdz+m\t׾eş"f>n-SX.D, E-yB !go2Ȣ5C$.5Xpz]{jY̅.^DOԌ(M*eNˈ [y0W?QX&5:b95oنˆbsyV=>NNb`cGbmslk 8nJƪV+GMG]O9bTme٧S[ojbLߛC"f:0ᯂ5oAR##3v^%j Cs4S,6!evK4BI;؀8Wa. ~+PҪeHz+XW$^*M_CoA! s,\Z['v9x`d0N.!uX\Oe=AUlK @A& ewH ^f\?<FXjjtG{jϕo]%VhIЃ闅a0N>~1^`w:RD*<1/K 3öƤRD.DyLG)jO9G-l#t +G3=\ŏ`oc5A qq (4AFM?@JMv+":0Eݒ|쭿_kSYC\PX+j~̪F֖B.:+ҩ]a&`/]6xISƁ̩Iq8?'4 */g>RgMC4V;e7ڹZgwգ{n3aIח4x#['2܃ C.'g4rFH߬] U{&nUR}p'L"ӛt&")5!].~qȨއL )koPb +u= ${Vibw9 ,O8/-~\f_2\!9jaXT\<tQBG''CY2 ,7xq_Q< 'SE\%ihʈQ3ʩ].L[E EDMIP{Цvʀ@A>;KX: z2<6yJ] ;J'L"h$)oLp(- 2-ъ[q0rw%NL t2-9jp\ϣ{=b&gxx;Z Fʚ9OcK+_օ!yeU yavdqPlFK?Q[i9|$Γ3-7`tkzy,1b q~φT9IMt|9L9>$2Zbz  ?M`߹~l%($'aE:}_d]ק9> n> 6N(w5- .9I*i-dKoB?7BW ݿ6D(pjCIl#ro?x.A*Wr<¾.(`Z-5{9!zf[i+ӘN|5fSI~q-?Jf rS3))`a=Ҳ 7u^r RLsv.85ߦsȝ̋Ή=u,*sQ_C>s dvń& -ƸNn.x O%lW"B>fƃm19@+D]Xפ2~y"PI6A ڡ#}#ojp%d9|brs1;E158%ر )Y,>I膁 px|9ƋW(%9+``4uvO MYW/"> `E'9g tT|:5q!qYtzZ-/]Vr3$6T9Y бt*2S@,5ѯ?%5N޼b&vu3Nj8ǂWŭ1LzLsi0d嶻1ʍ/ˆÈ\ Frą9j8A+LE`>@JoaxO%;%?{e@a&I切RNoMVSG(6q8uȁ4e9ǛXâdQjAY "B̒KnѶ%LXZ(!-K%``x^#|,p#Ea e1*oaCSbwĠ_wy-.ђay5`髊DJh,S(r/\"NzlV>oN=)j췜֪N cUK! ҷyYzeX3Ȏ- Y1l`kWEԒDV~!s8۫C9רJ̲*iKgm j2Q,MU"׻WƋWX;yE:*# sW);yˠ á?Sokz]z*%݇jR!~AXk7Xc̓d`wF@潵{#1]W7ajÓ[᭧pxƳMSoj/_ oUs$FUl@]vjjC8#FP3 UO+t%tB07)餾_Qdh4UŃyy%[cyAX*G.I=q]sWYZHK7@OMvTxҐU%uϳ;B)4!$M`,Gy 讣uRJHvpH'K]}9QcK,dx? 4]ʀ}x^*qNJSċJO jl\qR0zɩoyں'y8O8nb}!:ѹSɸtڨ7B2hPҨ5Pn$mv~:TFצpme1uJej׌ƖYēPZȺV~"\(!?4UE =xƘ`*fyϒgT09X~ZU:,WŪ=tqmO>܁i6 Xgby\܇^ ^[GthhYs@d(gr2.JPύ k)<'8%ҶncS[ U\M1GiOZ;.t: 'i07)CjBrsRU0;BӺП ]Fʭm5+U`EnG!]\z{PmZ ɽ B/:]M! >Ly?Coh'M;sA H 2dI/1| -!Xdt]yR+wf5@>iEң.D|$Z &nkS"3@!<4;o6s6ܥkiC!kwu zMʴ;Ƌ/E^=ZDVQʃBՠ}170]] &)ʂ0ot?<(4#K>)*'LaX>[ l/&@.6(zǶU%Y=Km_{uޜ P6$Xߔo}X=$AnT|لV`VB#+M";,n"6ep#8FfǼrf,VL4C} -Xxd`~}g=,'ȧ▋6=Pʍ2jhgnG]tjm3!6rB}ʭ"c$`Ka3`VaNt_kgGo|H6T2hI3E!nb)Y1\Rr8Q{z*0.3ȾVriԌ';cI8$<#OeIWxhOL`+Fb!o-_ȻKD"j%TPW(?Ax$rݤz' 1S!H-O]V͌.-zP'Z}^QD}dP>?VZ",0̧nv!g?w-RՏcAܧ&n0sW98>r^}x 텉sOFPQޗϗG>"% tfg0P:,"x:@!ŽJ0|vjR.#% 2fMgK:?2QkIc !(\xw C2O):L[2VA.|DaM^VFgkn&oG.;uCoČl\$},-~]gS#w$,QsO;Vq7QM;Ӥ&J+W,{O'OP+8L?a/n`Kaә'V-o#7Xq=-*SK>P%,SEd~â=|,dij$4 >{q~k˄mZԁj9_|:*Ury'(-]v.tlȽץ}l.7/^BghQ GcH9>tX6c@#p)m.zj.tG3Gɂ(zt {i|C{-kBgDj.ՙXu(HtuR 18W0CW#^8Xfc,aC3) Ow=>vE*VI"Ud^Lm٤$i=`gt;חY{sJl3|M}ϕ41ABЯM{Pn٢Ŝ߇ Pߦ7Q!^6J ӳy,񑭹R|xHj!\jڞR=B6|E tǭ;v;3EկݲP#1%ՎM-TYV~]8-Hu$  H{/']ju)** SP๽oA^oSiyƲfќl_%vOGH {g],GfKP#£ndBkX7Xr?. HJvH(5g!k} 1YI<;V;DcIpVZ)'Y9+/tz˙$Fu UP0 ="j UG2ϧuvYe)pgb@m ْ;<ۛTԣءfL[tRz/m,#;px]oK ʴq$Dג!<֏7k*=wvt4|5uUX[*|'2jR}{m==bE$їSxwC3>cGbT p5(IdXIS@K 2!/Y֮IQud?fW풇T9@Yd `\Pf`* xT 7,lMٸ> w [/D1˦=I<; J!cM"ym?{GNL[ޤ@&PA(8B:0jWs8>$%Q/"ySZexKGȓssa "fhb}m5j1 !85=Ill:;) cYƇ[ ky8kՖ:C@{N sn1߹m`cGkhɡ uhN')~b\P9pGBR|k__R\Ӵ$~M` p֫N+!'LD5}w 듳9kc]C., 7#rAUFt*LŜ@)vDᮧ󷾞)[c^*v5!1ELGy ,03 "T ?܄9>KU@laOsL n~DvxGYЀm9ؑ+uUNH0&Du C(]?f~elXo%䍎0V:Zk\A-#3y(rв&(ߑ}{{PȒ)Wknlj+k9!o Mi,= aiM1eAlFD++IWw ׵tѝsV "L}*AMLmy1f,_p_H7(m q5g-wOf1]($[T3z3jFbG G4BORfϺˍFvy2Oڂ~Nd/)=ĘǞU "1N<1E7k;v{E^ثqF]H ųJ > djwc˂ŋ)4PbXb ex.D^Of?=-oxڒbeYXq/DVhyϤ꓀$6dzs Ǿ1āz"s{z&SO/#[8DG&cM"ݱ#8Be'}@ImJ;, >s륞mtl/1<0+\$wiht #(sWݱX~>wEy1+?+4]{Ӥ =E=Η_ց.GLPs>2;Wx(YZjS 8Hcr[r4Qa͠5:.hDʍ=ɚ>GL\Jlyc4-oF1}$Qx{'{4M[Zî-j {k Ydগ׬(hgAQj, !}=X -Z<|q[f:, iL4o;89 4vҐvKJa3rJf^}*D{_bW6 (/12E;k*6$|d;꼏EZN-[OUKoY H{63sRZRYc) e n0A[8VjI<b '-%~Kum@%V2>¦ㆇ]Pg]( @2_ӓ,EG(KnSpfR7An`ג$nW&JڛyV4s*f2_i 7)cHbgwf/tMG>юK n;:߭k7@AywsC!β_!PEo RRj\O_5v ?C`q`rq+y=ÿ`f#gR{o :J Dq~`\T:PձVɉӴ Lq7*'UA`ĸpZϮ! ϐrpAMguPI~0XLlwp鮌ub|q7% ~OcP<ܲBōy[ .6XPk3lp14jݫ4Wv|Blc0S;҉Y˥Pofpc BVϖhV G5,aKɜՊ=f|NbJPsouvFϢd L \8 dқk~3o8;ɠFL 0ȳ7]ya34̨!s8uڲl jGW(}&iqH`5co^ۇMȰ4E+v8w~3/hXOhnts jbmQ\X>S"񏘜d@ n3ZQI̚ kHP'|7.ə9x/>j1vS\Oʠ,Wb}LqVY,u4x>- .*P{z`"0] c_g5BvaWA"Pt0N~l22 @ G困R,&a,)T>h(Mg!9)(v qWqYAfFrt‚4 ")ě`eѱd-%{TH,'M80|X}w!@l䎿ZpuO8FгAJGZk% ߾)$m37e ,֣!:G^+1zWf!$ҭ {u p4ƇkyUjR;2@RuiA4MZ=‘0Lkx救:'/+wVFbN\(Wo >L{K!uu=ƠʿV)eDy[Uj~PRl!.S妇 Ue3r:8y :r&orWqI$4iJʡ{ڐk= q3ly!w/Oip YrK28bѢ0ᵨ7^T߶ԥw&t:HI8 N' ̻S {&"$f$<3_,NWUQA'q@mc(C4#|gԴS |Iೲ\ qWmO­0&p`[e0\T"V9d#]ãV|*oO}%$-E~ C(l [[>Q 4be&Nuq#Z[;qD{gr=Np/4il+GY 9^od 1]O_msIds2WHyZo}l'݁SnP?p Y)Wg 4ADZuC? ׵hSuv*2溾pXA/8ﹰx,_!KZ7)DE 0⧯U j㭒hZyVh+ + 2<`<=¡8rB6XH[m0z_jV[2v"vWr#I.EE*xZ (a{܁}c t%։dz7-#$"j@|hƫ ޘy*l[OYsD>6I:do>D;ʨ5oŧpNab_w[%)j3ꛆd bڃ}tH hkRU n%ɐ 6{51JOgU=P$ d}--}yvr8`O*@zkY8 5T̓LKDu$u#g:>>j(SWa\1oU3݆Y اs_%B sF; /4N{&<=)ܷPW`iARuGZ
]쿸i-s֢`z Z߲hDbˣ#Q9|Z[EQ`aۇ!AWR֒_}p#!>hV3I+:C=>St-|Q?rp*WO*Ah|dr:ۉgZlnFx(_7w.)3yn Q^B CGhl3QOu)4l1m1bƵM%,y'V pW6fZo2)+TdOd΁eSZ=R@uDO`W$)Z6L_ì1 y:#$ :-Qn|OfxH†ߡe|O!'&q\Q|Yd.5nH$&jo,% .p 6|?< Cqج^#z& l2!Z_8blr@^r|u;=HNH^&I;431&\+//ąBe2]lw`H*r^C3s"=$so?kA%0V=#ll#3i D^v/\$T99w#AKja I y3U& <ǍRmp=#^4 [K ./'㔻P"vU?%D&Uz--$fEw J|Kxtpi.od3IkqhG[پuwy,CK<ȋ\F(f0ޟͬ9 Vf\24p!|Ta/? #o KsIorJ80= 5$h=kf.nvT@ͨ?%^<dhs]:`xiG}3kt0(lF3URaA5Lw _I>xm=ح̀rഺ85o0RSgmRka\>NgsJ@ٺ@Ȣ:R}v%/mlCā}M,> ԑLJ[|ܢUanz{k4v-t 7$9UZ<󎁰K<M 9-˕JbK{@&{f=PWvpKk_0EC*Za" 1Ӏ$46A} Mhgܟ_ ^F<~73#KMN-~;Ev#?{әO )E_n 6 &eϣ'W^9ir-Gѷ4ws.@/)MO%4:i٠BbޗjRclz@7>uz$nvh3X.r_{Nwt6+E'" u`{=Q65tR͌N >eTEBވV{3T`%nƆf7T*go9*cf&3i  S^^o64遏f>=w+*usbG k>q B"XE{۰`7V@!k[SNC7;$ng/)́X\y JKH]\'L!@b::կk&f?A㶰,qøC蹳|wP{R2aOKCWk4[ W wue5&hpe5}p=73]l;Ep^͵$JN8vFg4;-jFựYgmy; 1uNb˲>97cBeCYV9kJp+Asv# nJը 7tosZўJ6^*)lgFf^#֑,[& "#RF$4a:]jtDRϗgq _!3&[xk@ 3rDe˛bF}ԍIۢ>BPVP;z+bR1 mxWYFX'Gō ڳ䅔3~Р朣O^ױueӾѓy~:~_)k6X-|%7 R%;ǽUt"fL$טK24{Q$`xWV wQ GK3p639E2o\=!H !#"8V*f=l9/QT92ݹ?9 k q"N1al?k@T^sY6:SPz0g>\ԑHּ㋽X"*k.ZLCԷ[G@"n~X۳@f^5o{ĢEw[-~?%&S *- ݵt" m2b?ߝ+irJ;lnKO: 'rp^U2CŜ ,s YnMaQ?\DM%ƐšZv/16wG!mF<6_&HAl | Ӂ <^Y'|~ް?:0SS#}flrS4_dQ1M[=\2&xH3;NԗۙAM'{p}5F $c1g20Z7򚋺C66~ obBhͭjfU$X']s!'Y :{,l\О,FryH@ ,ݚ"VG,)$.~q lCx6Vbf !Om #B}oݧt`)oQ ` `ދR55H)v ts5so%\9ש\}Njzڄȓ[_ AOSB L3&6;έ4h ؗ1([F+S,Z^ؗ0o{ҽHI2f)iv7j"0\C;kJ_(r"BAdyޞF9+rD bTox.Vx JKD?᮹ *1qӑ;H>E#GZnэ Hw.^M"h!ҚBėO8RC-W8qדe{\]E]*x*qrg8@kO]oiA"~\3(38JPfJrߦZXu%5MPK5`N˒MzQ JSyTH'<&|I| 'FJ(eA\Z+;o HEK)47u42HQiAHtqƱa!9DұOB,0i/vL  >}b 5e)wHL(Qkt'H&BvuҥoB;A%d m>.>|@퉾mƖvr X6xNrPMt^j7M5HfbsfO9YU; k(榩2U=b/Qګ^LdNhBr0UAClFgwwqQBր0xY֘*:Y!ov׆`ALj"y 5cCp2MS;EgN͈E Uf}8_` Yc Aa4؍7L EivDu" v6K\ײSΦ4MbmB3cy&F,ٳηvL-D <|1k~@B #lbު3wwEi16OB.F@FcoPmyש^"LxYX>P0Sc Ԥ>XdÝpg3 9y]ݱ=7RR[__tۣv`r〮a~gB@^g!0J-%ۻ-f /UcȢfg{&e|Є_ٵiX>bux5x¹qJ8RHڅUSYj {XlN 3.0̆ +ձ۽BЧ%DPs$v[bvO?ii a:1k'CߐAx/s yݲ EqSqaCL*xM2D]S,*y rJ', k%Q߈"D"y"i9aegKZFqC6RpATQOA¬kb; XxHE%;E8&4DT8ꌇDeB /UE+ʴWY Aݚ ͛(5Rپ 'Fwi1o:o"wh0]x|A!OdiL]-ZCBEk$Сc[BgC_,7 2qkZán6YȦ\g_)St·?sE>{纈9?Bƾbx_rSvv g.?uk^I$Й* LB74"kԴ]NIu7pq=}RZGWݶ\rL*iP;ktJs TUpVVݩwVgF2ӹ@x۶Fζr`~wޔk[6"?4͟>SË^-0ݞM6/"a -Qv 'cQ x0沄Uvv-I"-i֘cmrKT*WةN+1~N$xHާ 4 ߔz5캬!vgENsî#.e˚bu}~aZ\ κa5a+XSZVbщ_aMLa,F3Vq (;&0/:;)& @ Gs/lba hh%VcK{EV0݋9c3[H~5BrY,/oz"cQ GB CdJ_,JGg*x\W,~ .&pvճ'1"@ӬM\@8D(']V ,i$gm {`j&dv7ȔQG?9S[Ui7_Ӂ{*m}>Fk,]|`FC˱K7]OO瞟g^5-zKSR[ HN dә\1|!1Z"=P{~A %}UFs|3ibk>]X^~b)A<O}S$3Ni-ڄk}MEbK,Bmf|[Zb/tV9C|ZWȚIG{X:Rm89GI_Ւ :d ]OWfUXԗۑPZg9åj/}EmYȽwƊ:S L<*HfFS(f7)ݹ9Us7v@m .K)7I.@q8aj5VLIZT}A네;qm\"4GT':ۧE*#f3aEv)z4{1/m UF0wzE.vЏpX ;cA=!jT3}[WRMpvRJ!1&}x8hѐit7E7f <|dNK M4>,:Fb1|1EBpdQskcwc ɖZ2:Șvmtrcȏ@.F:S:V0 39VSLVOb|lmb:5T|:D%vگ;+s։leʹV]:2*0}#sIEWz/@Ee1+J*>9< ufu(eY׽+-,e^L߅h~XZP:/R ֠nlln 0PfFs-Q0M@",O2 ^/r2`e"SVij*·qQ 21UF8z6\8/^5^EZCz`I+>ǓtD\#; S\?3Fv)58yi)yl'B"T-0'*9ľ_{v}' IC}\ 6{L(I~!K*ن;[;$G` HJeTݸd?Ϯ#6.8^0̏H ݍ>GWG؟(SЌ@e\x_taA1WF rR9JT#iRYEJLUB 4Vaf+DZ~SRM4QLI_/̼"$ +a c(-X 5^ewʤ(D%x4(3>ChTl& VF\BE5$˞68y=9Mn _:OYu1٪h$-)Quu%DpjA GhVIͨ տE& G=TeG4^fv0bg_ M!V!t3&"ޤr֋7Y /B8̊T܆gtk$5=WHn-o睅|{( Whf x ?L$[C^S^tANY *)m x0.GZǶ_;V>882vR1O1O{rd@M1lЧ=n𥡵JPSLXIhh;YA6zn[FW% kIjLZs#^lܴtݍp[ON%hJ vJոh`uyF+8VsV_a(il S!(eμ2fBI$ӷ.e@$QEPP#Τ[Q<)a8takGCr#SU go˗?E( *\^zEG|!ąhJ _-8;7y;Y) [(q5:mȩmzQtqsy:ɒT_!4dn|~ ']uغ@ֶ%H!͠y:$sViRYϲ덶d+O2;hHID%`U oh ζ*b9%hӦ9ST6Y*:kܠ n|!=^#G 7])ѹVR*e~vwueI"Xh/X(S=77Qn4k 4HjEvllB}+1bqE)h!9՘zޜ a7F0Qz}/38yE^ 2avFHwFu2j6gPo(Uɻ!D=H(g;UKy/:Mdtwg쌾o_+x^ߞ.pXTv`kǶUr `#rYphxj:`l $m d;$'Tqֻ_ ɓxJYFНS0x~èںa?ļ:+RUNNpM0׿Շiq,|_D  WmߢB[\l5z׏llAhʹ/xyғ~bBqVqrR$-4M3I'=+@з|~^OMpLo 1`!JP/;;5+# ,:(KraQ׸~zPZB2w]C+')t͗t4r#Ym;,L}#7QyvW2[9RWNQ6GۈzB;5T'W`հ,F9`d'>*  7vK39̒~'WGtȐ.~_cI)ճ<:Ȭ|&!p[./MD&u8f?|r w)~"tz >"DF7Ԁl-]_QLsBhVG`i@λO&b̗*y@)d0+./r0O<=:kX0nՅǭ-($G+tz >fhgb]]\b1eZX9{Aܘsq Sǥj1P =`[Y:JDݱ ELb6obMa D6W7Wf6o}q?r(KHi}9ߤ5y؈f 9Y+l!(5#Zs+[ `!s*)剺%)vJ9Ǽ IX\9&( j4t1FL J08Vp:&g+>| &V>;ퟁb43l0ʅ7%Kp].z`HixG3i4)V4,DfG7X4E<_o7l4= 06W \A8Ipgx\,=]9bx vdk|FhhKZSUfcD.&ՁJk(|sſ%"S>0\魍,<^yOd[ITy֖c}?QיB6^Wni1-ذtthTRZY*af.~Z=a%ܚˈkG{$h@IU[J_FIP ,΁C>B -'x'0GRwrmw"eV #p] ʆȺB0@|p©UPC95$ Z]Zw>E ?%Ӛ\E0WrL}`b6 ~x;i8&ںCu_Q-6--Ɂs[DkHNɬ:}S2 f$Y] HJ*:d^xe}[2W.FxI"uOOnYOvȡ>tPh~%3;>o"'Q6C>CFIؒHu8B6vDCdB Ke" D= cDt Ћ6%2J' +ir^yit^oDOHV~ar}DƫKkhgLw[nT UT63>vks<<<~I-] _.R,$?.)JdSCw ĥ@aI6ƂR'Fؓ2!W`e3i ~upmR6dE+/ǿXJv'ӨU8~ ldgxN>8l*E )I0YBc ?#)v.w(+.qT(" ^:, &§O#--F( P]wO/ٱh-Qy~ P=r&l+7 P}&wZ'\I+yՊʗ}[]pG[@c}C -wv}'SFGg؉H8R#X5j|F6(}+Ǯ"2>A34L1c\`UIkAL@c/WA3ΈpkE =bb!`u<$1ʱB@(U,ߟ'xJQS)~:.~n@x)$mtB!Յݦ7boGv sJ5O6Ƶt/a>{IXmh䡐l=_J 8o7E0]'W2tf%ߍw1$`xx4'$$KUx\1 = {ZGyaQYB_Rޙaq@(LyyN8>k|Yl+ o&[v߼Ñ(#R^ӾY-U yZNҘ?=wNnP5Bh3GK45,T>~ o.>۝'4S{Os;UyΦD#44h 񫲐Uc&kQ5CN?I~e7(?>|ʁcSQ:;1#[8Zyf liAe+nF$'%LkCDaq$u#|D .<MUo}>P n9'\ ;`>0H}遨Y ٜ /cq>tfaV)3S]LmXH47z͠77CAk=.y/<8ThxI -R)gBM[G 1lo%CmJiͻ"ڙ &yE1Hdz! S1o2@0]yGIu`GQ= GxZ+1xl荄j2:͆2š]^b= [ٖ;dCpY|G Kv\:Y ~b3r:}@2ޖܤD♿ Տ\ :/FlYyD =켌’"*"Z'oOԗJ'[߇.\WzqJ l'h6w_?$%Yg:?r[!~ki>,CY"mJ3~-BhF1(㋮b~(Bmc kJW(^]3*pU54ڑwՆ"FTMoahŝC%i(  U1g/M+"`Y{Z; m>Pqyul#nB\w% K>F$[ I *b3b" '`ʯ d%ht"\ n@WUKPK1 Gu= C̆s.a*PL] Zjp`rTY]Qcv0r5hy]; wvqpL}{ZU =7v,Ǜ!"SZSIjOM;h6w3ѡs?ǧ0r͂hl^% q 5  Ғ7͆Q0߆Q=F@?8 $v[b {ŵ: 2 *#vpuuuE+lA܀>|ah/!k_Z+!CN&LRF+St1&ދnB|_`uLܾPBoKRNw?Zvhۊu=7󾐊wu{uv̳gAQ˨,ǪEƈ ΀uJFh{Ϊ=&9x|o@ }G51c0z#Tz< 8ь'I㯒"''\FΏw9;^Ckj!IdLr :NvU)Ga00zެU|xy T> lEʀ0 Z :PTYUeg44*|Ei :`KLɋ槡s6 ǪCԧ%;))Y8G ji3l3UJꍪbïq[vOo)y9&YɋZYo5|i:y66com;Hj(lZן7qpo$m?]&>+V[чs;Hѫ$wFiY3\؝M끭9'=YE'u+*>ʧw@l*#La.ANiwCvIz*oncgLIGi{a8SYw%$E 0޸;Q^ǣX*Tf!@\"~ϛoV}lY{p2Ir]9Q@xftqp0?-(3=s#]+nsv}! ҥN ^+]^ g䋽}a =pcJ{3+Jx? z@>wf)2:[6EϪ-9Qo Ãy璣*9o0`G  -'=0vΝB;E)ٱlÔ\K;w\c b@@+|"c9%Oo"kC<@Oe(&ZA)juˤ`?Z ,= Tž|́8Fpk " 3M\ȫ3cj3,T<ò9Tצ9b6EA:!hӊ&"HK!W}캁ڣf^ۦTaQJpf/fV7zgN܋CN!B;tǶla(80O 96\.xO%㧝 X4}$tf=U2U_M֭BʲIJN#;plVpE o{>tc&rth|3_R{~I%,8kO9KtC'L>?lU.ՀNr#.69UctaG)6#TgFei<}k0*6:Քhf O]x9=VbFTE%q_ 繜'mxT!I }ֶ*t^K6#L;y`PLw-\x*X,\ TlFe֑1K(Ӊ_mIne{v.i(b L:>ֿ :˔Y%u˕ }= s/ E#'0Zó~, 5o'bԃ 9OxkC/ރ #XFK içV4gcJ-[S:IiLJUh>Zk*;pM!RA wUv ?"쉶F?hؼT-3{ S3~BFA˭}>+%|E$F*z+۝|Z; K(x 4 35ZY]}y80CXڽUGFĒR>wSq*˺̿UB;/mܖma'GhD pP]}o8ibKlLrag k MgYSh;A.Qm[9q(8~Í#~ InC< ~KVabf6܍gmRC|`\_z_*Pj/ rS7p4'᪦st] Zr\&ZA%eYLX^O?3 P=qoL4UU#FFO:Β?9;OSi Wj"ׇ- gʊKC5zc׷Bً'6h;݀WP`,5ӻ?lUERd'ڨS,mf@>WjѪ0Ax )ZpJVDTh}ᕨ{{`gȪ> 2G7&[q Z净& H' x޼*E $7c^2*2ԝ=s}~ !ZM}0{_zB]75PŊMbrsOP{{ "d 7ݱx4R눭B%V7M#|ӐY`v܍$(#Vj٣8(Cd{G,]8T:s ]E[<5C7zDS,Vܒ+dA[v\L%X>&>R5yƂ\xB].~#w7Zks|JDϦ -"Fscf\}ؙdDݤ=ÀoT]QH߳6\D6:d.H1yь-"= GپKo]+COM;z*.F6gQ-B0AJr'!{ޯvp$qT3x}\vL-0>qp#xJ#$,T(vf%ӚN3C Y`#e͓\3_馍߄F8iGH$L@xS0< ~SFh(8v)6J;Kݳ0q|Hm`j̤-ùKr DcQ њ ة%(Re(6f>k#GC*}ۗ Vb bH~ ,Xo!Jwbbd04k'dg+#8N:FHceEN &XYy) ŞKZ+z7+-/іD (zIGv&؃ږl6y5>f4՘s.G^ի`46It*Rz*rlXZ򀝱}rCz٘,R֒c'u+TSos׳uP<,ߧ Bӕ"aA^V .l4ڍ̛ [:tKLYU3oK@ӝUՠ͓eeL ް"eȰU Y;ȯHf= 3k\94W- saELHR(Vg8'1\ J uK̻>f߸kPɬj)u͙`EX/7UQqQ#[ 9=Y$_Y,Oqn5a]]ÜCȭ}ӳz68 ,:)cRXCo^Jbp :p.z( zkɒ0ģnx6N` kڸ':4P_Dsx"S*ilm7q鶋ShEaI\h=d%cKDF&)z::Z5V@bK뇃hyCOi^{ Ǖ>`M@9caksz HU6d2lȋ>ł|-#:VQD?7j56j[!d  ?C3Iu^ޭyjGZxVeXel]r+X  +_H.P9u;5L-˂ej<7{}.пSdK*7Io}nEGE/C 53~tĴ)bjZfn A൵D& N.s74̅nJ}7*yX;D\?yPB<*"[_"k\APϧH&@hJOEa X3iq-!_`{2Af2;9 T RoÝwۯ~cP<4ļaDc7qk Uo|5㈝c ^ Q00£FMr7}7ٓd;YN:#hfj(9m~C6ӳ I!*ޔC5N9EC}*12rfDt(u*X# }3Ĝ bݎƥ*5(. -L3gGgH2XO<kId|j[q2-Lu&zOJ6I<a)SuؐP͆6?v–!y׎_'+zt +<Ӂs+xVKuyNnK۸G#NYYOJ n4ˢ[wkf̶1O !L[T5r}KG[0mG~5>W/LCN˄HƬ{ZE0VBW<*A,XN%BE?#84;v;9yKA4ӧĩ]q\ ,6ʋekr%^8m\5WI&l_&fCqC (*f j͵-*a-V&ٺS:?*-W'6{frX7s@&F"auk`W}N"hD$:uXazh%Pv 2HR/YԞI4#aE߇)L]1=bv&8X~n@x*o8o'.%|Vu<_̽I"5(aøNlގV۲iz84bQ=Q"F~[`mI#t/eb\n+«LIՍcr}CUAnv Aq`x̮:L +ϚyG!HxluڀH%T N/_ ZBF ҕDE@?Ч@.ћ.@:PWY\OniIHM#]@%?]$mw`3b ϱVŠ_êw%Iz~ fu .Xfm.]G 3p:E`[ׯZwE_@Ж^7ר4(6uIXq11=/%DiИˮJ];NMUl7Yo;t d]ASѿEq!9y= (ar,a^IIh]`.0 ̉u-sWO'(أZaɕӀ(UFn{"8"AEhG?D뇈>ўg@ sU_\M[j8t><6Vn5k}s9L&=LƗol4~۸(FB\ ,ytǤIL]u~CFF5nˊ[[uCTpr79Ʃli㯺sq(Z `Vsn>J,7q +.I9{ VuErnClvuXb,Į{0([Z /#"WT5_Ok.9 oEYUXD~m6Gѵ Dr ~Ge3 S2& ՊbOD]Q8σKĠ*wpKwJ6I~Ers`nXS@te^kG>9:o7FqlލrNZnjX"weX/Uƒ[z38d,?lVsD~"o@®8~EN^{~3 >kxk'e\^ ga^Y`?YZ<A׏$K^7' qR% )>{/H]c3wgH绤t'Wo9,a Gz+s5bj,W{XBm\qWo.FbbpQ%S/c>lkD 4%B{3qN۝( d@ghhssEn /"%Uw-fJ5)d3:hbޢu'Uvl~ YbJnfӛGq<h&};̼2aaf[ĴYQ'ay94$+-uLM:hHMY6 Uh}TXE$xYɟ/#~,v n+Blg OZijm 2–FHQK \c$k=.4k*$?8}ѨXF (q| ¤nm4A 7`~(2Ѡb%m)A"# ̯D+h{7]QǛ_r[Su9EuL &dx#PHpuw݈̫0P| EZ@AJr1Rϣ&zOy㋒KF_KY9-lHvc?iNM2u:(pxwR۔EJOY#H=MԢ d}U37zqNͭ}c.{09r )=3>lU!7-t2}{YՌ 4 Jeq"r|6W, bXm2<>ILSnVEW6U$c!-Xf>׀,ð56c),o?jfR1{g 厰t~ K\/MMd*CJer0$˿gD[eɼqd6Ls@OP@`@f"DsEE̡!ZJ+8y)/SyDK4RG<4uu-W>LPI1 ik> o0XY^ד,d}N*0n٠8'n}C#2 4^Ĝ ߙ1inn3{pKbr0IتK֩,-;J/W]XkDl$0ZBPNЩM!Pm,qU-gν`UKOgozyf{)4g"ubN[MYx]#?14 TdxM4/ӄ!#vq '0:{ :2rOUߨWV̚r=ܴ;3PVWVNSm&C5MVm$)#yJjiS&R"qj'5i^~jC%'4 @ ThP`1[T>Yx@ OݘgQ221Wg%7 >oZ̤Eck caik]F}zp\Ƃ6n>3|/3T9QSI?9x@dqj 0e*{PM?Úxvϣ:B|ƒ6/?upM53 ˞!&*iՉY~sכm{kJ1j rjzҏEO]iዽtNKt=MەFfɒ r&K|5N*oA0}4fp:qlR:HQZ?GMF@xQ +AT {F\qt7e>@08 {\=$ CZr*>EeUfllP3wfEnE.fRM ՉN ۻ_-g :,E 8#P r@Ŕ&/O;Zrj;TC7E9^iz^kV|ԑqEammG_.`eڑ5N%XG!\s'rG1Y)uAM|u+-QOHƃͼŮIo0/,;9RCGʡ@HB[q7=plk%PJ)UoT CMxb\&=TMJ;<ڽof7TNVWHos CF/0OwR,}MN`wKU1n>Shhp+!+\ 95b @Nr2 KZ*k`:.aQiv)sOlxSq\iȿS9,J;L{ ,dy(jW1 b질-`y* TO,13w bƎ,wnGs/f:Yuco,CJ͡6VOH_a9 zֆEa˯pZ[2QGwdfoP !.WY6de7o~0d|Wg" jH'N}> JpP_LZqqԆsmb4t^O[OpvD`MM&;V>y}Ͻ8ز0)Juƕ\{~Ct|%by?e/urAݓbϺԔ߭WW;-_b#et {csVaEʐ֎H 5#%&4޽E'zп(FsPj-kΫ?$.F Uam\`55bk:lQMTNvO%Ef#L\hrJ@cQEGj: /p6nzBD&RHD6gCse&;% %<"n1AEkkgFonUI\񉘥Ehv?t5jrW_( tQkuW vF뀄qbw) -?#5_ ۥt骔;>4}wB{ZS]BuPw;u eo LY{1[lϔAٱ70Vdc0͢Zzl/eA"xveO:bEН!YY^R;3d'h:)j[SA& Y---t-GoQ}NޞYCnTVt9/dNIYOx[ʈV4~k/MX+:ZUpMeq̃=mXsto(\fNZrr2}EyĕU*ZlbTG2 īڳ5VtAfݕ9kMZ!LgBt[ cq vfq9ޱH[Ry_b54|^|زfFQo_.(@3Uթd!)57޳ϊםNéosW$aMnRRi.}]}C:y2}ܒ  VV6i24 7t;e[?u81Ї^uo{;'@BE[JKbGrޞ=}NQqd"eaxEq("]?c zpZ6c2a-P ;EGm/hY ,IM@+&8 *ʱSv@ 8.{s&̈́<ʳˀԢY*_j+Gᄇ=hKAًka>igFiE[S<Ç udNkw'(Q }wKG[KAG?HҲnmab8cpĉuyMp12ўk%JdDCٜ VOO(vۗ6A&ʺO(x7%%2yٕ| %YT ^/A1Ak-JA_ v% 1m ٍiD~t%T&[_aa:{)~i->ፑJxĵg [à.m `'Peü"*# u6k ۏB k*ċ?t3G=g*%GØ3>{w@꟰Q8X! lu;:ùjyLv<~R;uk0`z҉*. T#o)T%=y~o<.ذGNݓ*kxӋ$;!DN*s]G:(NO)$ɗF`s3g=Rj.E%7"$d KTw/.]B*"'l`˧M#N |pHl5 B{"a4p!y"W<1ҬT{!㌌.Q}OcÎkCB g2>a1Ҍ,ly]ҫS*#u͞:Nq))zwBT:@S÷2-YD?wD1 K~؇̓b804jo%pԺ"/wYl (i~cl;-,ǯ >վr|N|2' !{lM*7\xMeК˯bŝ.anK'X_y) <5n9v`#OFWwR]dxZ:~(ͱMx@`֝b9%T9KV78bj ߢr s] H֊@TN=+EGN!r ' Ӫr: eIM.'%|ZyIoQ=!WY'2{[9!(8p4O6bYfhywndXίrԵۘgOC%Éj·MŪ*0Z{ogy話LL6gs{lMh:Vؠ;ck ֣z(Tdd {䑪2UGGu<4vm I!0OK&_AX*oq,D8*Mo5 3Z(5,hڬ^%ۄrp\=5lLkF>]p\Tes& ҌscQ `(XIl?e4dQ1JX q)jP^o#:BԐL۳VVrxRڕqA(>*\+_zA7?U葦06!`ԚsrZ__:B 70KeI Hi~pU*/dhQSQZK^n,f>$tkbyQ!MS}d4VT`:f<+ ^TZ^\; wTr P' o Xm>|h&@tֺ֔ Dtt=լZExA+FJ%ʒFUD)_MהӤ4 4׎ {ފ|x(ι(R5ik%I9TG {3& /;!'ۮ)VzC̈.1chtF=v#4/WlY9jo <$|hÞb5@ Zju:|}ܠ_Z$0mtSM)H{\ VlydIJg#NJ4#U`2h?J:ea m,c,hn-/g O@w#Z45T%蝛>5jQTtaGfsG72RԘƩ̰^6EB%uYE~V9Y#__iPHVM&,qS*5&chSd 0;G9K$FsV :wM9 #J$)"˘>KLA^ g- y3iĽ@tO[r@IQшGU 8P[tA6eob WZ_pg# Ï O(>fgCKΓ7Ē (o1D)$)h{*wBUv:ݬH},gϙуuzn>)P)O{Beݤ~:H3KG(IEEzPL-ԤO3h_cZ^6vihr {\fֶش۠e3t Lpc[䄋e1PQQ@Nǖk 379g5dDSntج.p8-t$!$IF)YPP>^_܊OW%-;,~!dL3:uP[ity9NV,;$[uOt%Lgj6x ;8&Rl\?V)U3Dv f&zpc0kbxM(j  y;Fڐ#2sa =!=G~WF%m{"@xzAJC}<h SIz%_8v B6r:ۖdޯcY W"O!ؓYn=fP/l' y0vkVzE;oa yFj]U6ՅȓvKpC.7JWE!S[18bps:t(5L7I}l[ 4nǜQi'rfa^<.}:'eR LsiIut(a^f "n,hׁJA I͉?b7}܀EMrV'S^zzɔ٣9@ӡ^*̭w~>b oG1ZgS}y]&)x)HS6[ډ# ɾhqK="&Ӗ Φo\ҵ] s&(6RGRhpRr[iFwU{K3&㣣_k#V11X߷b#bk=b4¬ }TOܗ# fv!cH g- 2nҐ.7sB\$B$۫%^Fj=v{HRfZd5ը,AY+gjNzfrĿZAhc)T]t?JJs]NhD:qƻԾ |Ð)ީ%ã&!VQ.FOGlR0`Z2*Ik`g\Lo8X?:eٝP)..x  H#_S7N]t\m'_^v I}K8Kv0w4~=yѺ:Oj:O|ZB#-'q#uؑ~;RCpA+0)jpSKE)ZvyԚ6xyߜ{Q++je\:h"^p,7mS DZafYhc&V 7 m`M֖{9Rw\wU;Y>}3۴_iR>K7J*[ Wc$7i-,qH ֢B ^9i'p:1:y{QB-qAzc)W lʼ2ds3 $QhTrײ?$*Bw NdmHՉNaQXz+%> qQ !oѫS%;F% T+h\[h4"lQ!"MfW2OϺ' m FGox`cVMb֖o9r n.Eȋ& a{~Q) Ҏ7P;{Jv%U7 .Țje솾xFyw)6S8ƜC\qFԔ1[#Ps Rޖڤ 8KKZ񅩲a뽩/x(5)X}@Fjw̿g .CFA83:G`@؋Z3W,Q3q(H8C.V)`,wo0 MxԖ-f#x3NȬSjmTDIe34cuV6͢I<|f0X>'< asuayktfH*%1ka+kL/ LQNQz K-[VpҜۊ8jEEf]R['X8oS3,ؤ4AߢCDgffBZ D@h'TM2pjaqUr4-S](X=7nm]Ze_S.HR}d+A|릇]?}xJ?lyױk p5*BקA~y e=f(@ {*]|~(MDKzc4%=l4&VcB^4w|K9 KJ Gk:<.f&{ʻ6삐>" LlmĉzaWRChU+L6df|_GQ7CwTXEOSNl]] ^В;)5`:H\M([?0!07*uɶCE"z ff +B>^`$2tcmf"zb<}|wY` vcIȵBuL9<"JGVT㳃wwQY Q3mm~IY1(=%CPX>{A`jd}P$ɷ_ƘV:沘1EnT;߃X+WkĻhCMl6=u0lľȧj'f]J4ҺI蛵=$Hڥ&.:ӴZoμZ6].nyzO,+B'3/3[i)h!5suťh?!*;oU{sRps\Т;t| [`#R m]\Ufs杻IfH1af4&ǣ,k'q˗$m}xsՇ $u.0[q)k;@ouk۞7; CbX:UWTˣ)۲cgBCaYfrTm\73RiDY*$faX7LZjlPY U?!v3mT+n$]"KY/Q:+Ɂu V$K9=} +{|`ix>[NpnBtqxHˋ{r1`V;m[~_F&ԝh=Y ;Rz`DZFesU,BAq-(pOXR4?  yzZ"~OSat,"jD))D=I)e~e22erzI+ b/QtAЁԼ̋}-^wJ VQ/'G-7ߥZ-ۅ}ͤURA|fłij4[y37 kT1L)dVѭ;cߢ.*TSg#mVc+nQe=t0Mi+.)Є' ُH k O}&YmPˆ 7j\QIAS 1?Y C-򘤘K8׏b<.6&f躤"(xn-*]mDŽ.˖)"}H5K^<%`|P xc~W5$JtfD@ ysϫͫ`37+,}1B*_zx| 6߻4w $;X'͏V*Iy4C"I͋=}qPݤNIb=x8z9d :&@&.K;!C8YBY4#'$6r 8" g4P\Ze׾mS?ZvFLx޸P&wrVb.<iRJ, `-z\hV][ (M/Xel:&d#AZR5Zʓo[!PYFqMx5S$Ѧ9);x.wo}uAV$" X]djVA"d,Y^Cke,"ZZ , g᠊mgrhִkũkSh.F^+^Uyca s\hec }kvϪ{ia 'HmM ˅N.4Qz_*4:Me?Wg(Uׄ9~; i`a>TsqĜ#I]<3[ 7X{ عWB(S'dܳ,]%nwo;@ Wdqd~DZ<)`^D$j~ff\hW$R,Q䚉VI0yD&Nwg4(& B-ғ"BB+qi2 L0w5b#.Bߏw:=:w=4OW%>MRqWV]UpX [sB(x ͮ3QR!S>:>9髶#/ф5"סW4u0S.-Ihf4淕(Zek Kn{Z.-wp0dlDX}@ܣ'd!4(-"^yʑ>vߓT#Zn{K*Rl%\*W$%?Ey%#RMI>4Qis-h@ܢ#t  F4c|AJX Ѓ4ċ;#|np\σW plLAƫ+°.Q&˚P)e)KRyjGsfe5 [tR}Ӵ[S-o#%׹ժ.qG*` )[V"TvX& F- "^ Ym~8=4f) OE̙ZR&*r7zl<}蘎"?ҞiKCA*WZ7SWsd3G >co F<,~ l44I2 h-bk9HHg7 Hks w=Ro̗i"@^~vg^HS%ʴ#do]DO.r?/ꝙĚԪ 0P?+3S,ɴo!m'z~O_N-}Wh~<3@աDv(7YEJr Ɣ&Z7 䧑xX8TYv3dD1$x1zƸ!1Q g:h!.֨51fA T\_5zO~Fs!>pV&.D(Wy)^w>#X /LXCׇRwU)6`@iW"@I|sCLH:ĆAf,X(><̉˜#76BpD Q}~F-OpSx=_K$ɧr84Zԣ0\sSh',Rr',uq 2`b/՞qbk 5\3Cc!by q,ߧ GX2lk x{l3fRq_8&{<Ԇ#24_puw|_UBsHр?@|cVPC`飳4A>52AQf8SɈ C \/jcE;8VL:: b""X+d@{ a+^=Fg0sܶ.r3Pl㥜&$x; OI91yyjk}s51|H$>8eXUǠH&v-߭tQw?C-*\T_U K @KUj&Ae=łF$zXr:Eu X?oxPKb)GT$9g Tw5|ZQב֍;,ymL$Vkc嚝m`Q"F uD"X -ˬ{:֤RM6] n|NJX^vQA~@Sa\`|?aSEb~$khש ?m|}EATϔA8ԝ >fB]"GʆQ5.^JcJ Ol?/n"K% ^ z#r`!)4|Ɠ yJ3%0z\ɼ\:`f!,~K@2]5uje0fzbpbiI$8Z4R@ wb=R ZP ǑDgOYpzȴ!#T\XMp\[%.=)B#MOEP3 t`(c V'|qBs`TčWybE+XD䘉/ YPr9N+/ *iaf h|u 4od_/hHnWaE/ V67Ƈx(DٙT[St ݢg]zsyE,me(bwIٙYLݥ1:bvU^-7+Ybj^6}Ur,lbD 9"¸> !v#譤QO"GHAl ꉃnHP'ayoA]j"Ꮧiл:$ĺxatok|%+U|Q ru 󯍋]/"wt6}0٠F jB UgeɖY:Z+95VHWJkqpg9{xw6ߕgЅ0lpH(Vr.O(s+iNq&̜A52)\'Aid܃k` 04 gǖsctKNy9T|@E`RT!n>d/R痓/!rjUnlSΝ:osVP5~B4\A] `tFbHebt O>e/(IFgt ЂƑȶ@'r V^G__7u%2( Iȇ"ȓA0g/ŀ\YF)"8wD^ {h^$8WhIeBq|;k9|ciuZ(!D4˜Q4vblh*@3VD~JPlؗ>Tb~'Fsu ˶LHVRǦ|[J¨Zwab!g 1KD2+1qٶfD4S%f :[̜a@3A)g&))o4(1ޙA}{'q r-ebYnmCZ`y #nF"#~cG8~J})ᄄy*ٌHmߠRrvxSrۢG0yh'l$"y\;C5m9;osWQsek?tJˋ=勒g)wN.w}04lLLVzzYa>TBdv~Ȳ.xXGį7{ͦI~'ѨfQ[)a5깍\ `Zk.`aIHP.&q[Ȃlu{6k!<7-H( ZnR8,q@nX+C⹫5LMkG  q|&lH"bd͐{= )8k6 UO+#Q+zY"xvo9DT 4f2d[mGi$2p$2q4Iߗf9c bw["RC^[;Sܨ 5W5R6uF\˫\lwγfߒ.A~I%=,R?bx.2 vc/O5-(6@]EM}&܍U$ eo{?uxSփ|A1+B%ZowgĶ{ۻ1_!%.ì:I2~}_}RnCvR2PXA2z7"'/We={%j` y $1̯n՚?L] ;nҴlU1"t T2{`)Y Ɏ`|ҒP{?QЈ}23jLc)K䜸'okfteOH~tF)/d4ɴHߐKQ ]aj9OҫXP bDX鸊&H%H0C6{ NSˎIu6Yɱ.5#W81 6\'4߲wSe+c ]/PQU{$/s4rbWzVua@]~ߦMP uܒHfo 쮩BZ‘YpܒbK.N;SFK[I28Y@dp Sܠi(`m1$hH:v™Ƀz/Ylf1vlcJlc< ͨC^fEMj0!V߭׌$tI@EUgp?7ٚ/N t&} puPɉE%# -pU04,^6[Jyi'w3hTt襌 W Fwm+RuO*ReZ~🐒Ex9)9^*bD,G9Igv۸4?4n=9BCkBva^V#%iLHE&"Y xAW^MTlF|ָmIֈ!U!.hp=>yB* 匟ǥ E$&y[DZ `Ry :hSdqMiM6^®28Ck~1hNAZG%:f?fW%nqol쟟j<kIu0 m8F6$ ylv!5憁ѡ2s>quKlnr$U_z pm`J%>YO#;^V r *ZAYbF@1Qv2>9 `+i0*f^OKHG6d;Eh饇Б65{$ G hM$W@ibI. =;[~<?2WkfƚM&3~ >Ryiլnwds^I2X5&8?BlOnC}AA2~ɆP|U-7#B6?^nn0&^8k]oS(UJ8lH&W6OQLs#&:/!-I|u IUg4 a'z 9KD ޱ9ޮr *WN3w&x3TQ{ .Wh9f0dS;;5lE]LVbqyƱ7vX}}}(| Yj%J.^F+k_"@2 `%{6;' J^7&2x۾($fbڋMr{|@-[\i)?stP ŝQt[<A}h{wF圂ͭ`7VQϺÉK ."@ĄH!tD!T?CAAy#;jhTik \oiM_A"Z ⎘[:`tjȁИ_h\̹+콐JK>ʮyAiDW[oED*vD8r1y.ʖ/WkvV',[|qP*.MS)}}4P Ǯ}պ&ir ga gZ$K{*fxz{xN'S*SFMt+}B'?X>z7-0, é 0GRmسjty)9A_i?LVPгTLQql?(]SpXl*B6o _փ}4 .s,CsIT/R* {Xȗ}BZkvټasNOލNN[~+W_;rDP24>YP0'Sz-ĭ;=]^OÕ(Vٔڇ9ryE XDnxkl#inՊN%fZecIe΍:^, +͚VqWexis Y%a2{z=o:Rt7%Z FʣK젿G׾ suw^9*mr ZXh }z8yR@t˨;Ⱦbڽ=,rAK_ܬwed%'Tu|3)Vkb;HZ_BvQӈ@bn~е4н.WY])D={t.ܛ+//Tqh`JרN1\˱ fde v&m^=N] K _&{E`5*zĥ>̯6zigFO8i=Ppge9"1+i~m|cZCW|d:}q9Z*|^e'`.߻Qb`Ke|ׄ7J'k~QsZ&I<݆WXhuuv ö=kX{/-ZjI|tˋv0#6}b-m`5!OÁO{K?n,{qn[WVs՚wm8Tm\^uƬ&UySыr[l>o.'|%E$(QЯ-飃l+qwp'G#|sztQ ߫^ [&PElXh ꑡFƌΌʝ)ym `1RVvrFR(_oCzcaS>6E>q2e(ʜbVHG a [i=(3NKۏaba+`߼fRHQ2%ejLלKlEl`W%UOo|T'PL+r01yD{% vf`Pm! SrmxSJZNK\hyiM]Q۱1s-{e~y* 8~whYF&p~$HDIPřkU4Jؽ->4nbQ^tjBXO0[!$q sf>fphL" L<֒&46HE )9@n߰Nc Kgog o]tbo%6O×0kKITS3 2YNڬiJyxC'G5ڭѦ{ 2^uB f0 -rx#aۂ`Tp WdtTÛ6Klm r3O풄!h̿dd]UyGaW=phsgTϛ߈]? ?D b7][vg%w-TR4t鏯dw^Lt焞$ d3ʿۅBԉ51:HۍL9}&r{1d[rIR(q^.v%N%Q-BŸSbYm3rf!i1&4gqI:a<5P=""?p{ywt< Bef17sP cS I'Lue`~d }R'Es̙Q|rvLJ.!*.ԻZAޑdb^JݰݝhM2&&x&Y3#J k٫2O|zĻE9G c 7q/ ns!nlm+,oMΉBXpCј(횤ԼaG6zl6b #v4Mީ*W;QTf4\nmtg m+c(Dz0b7jyC62~]/ɷ~ Heo䠀h & \-2up)w?ÆPz/I` '#{":K$MB) ߎ .b?n-NMՐ <]njPZ^(V[t tSE/yP3r Q>?!!Kg­M@RG ҉6k %jƪc3D4B (wPT'֘VJf-T;$i1s9T^m /z|pPo- B"8i09A1a!h7/)uc̥3ީZxwvRRF4@3y-[L;.dPGT D4f; f},j4uZ a!60uDZ9!1ԘP_6*[]Eŷb;u :'LBu0}}Kyu~Y+ú% biUCGCYƿճv#Gm%{&ި'.nEx Pk'ژᩞhlѺGծPhPpT&ah;c+ʩZ+Lcv yI5&4?3*o35`dpCiFUfy*cb/}Q}\g\>*Wj=Y$ ?v洟L[᧥V5s* 'wvy2N2 9nWvdWWG VܗU2{7S$wQ3{B UlJZl8>d@B3z>./>8E݉9@@6eB/(Q~GcIwe L I孄cr S^`.N 9Xp5ͳҵuĞ6H>,Y< "A@NX:SyNIm"rlLmV$CN}=Ur"})e $<)P|^!de SY^"F`вf/wX5g-̀^UTuaaZ+3оN6?s2=]/~<zCh9 _h: Dsp.* *uuN>`#M]#ֲE“B]ij_zC%\ ma 9uji.U{ak(YUWK]l| P! !7Xt.l0*? qZ -lZsdÎgL), aĪs/BuWZ7 ݒd (J]UP~~C";;}2T2Re֯èVPRg)u;}_UlXpQ11.ٖxp|gJ `GvYvP7)tLn( ߞ{N5 !dOLnw89@AŧՅ9X`X<η ]Q'20ɠmLhm6d;R-{Ieȅ?=p쟘JK__qiХJ徭UG j[>S>pZ鯱1na6s5uqsZ? FY` 5hVVU) BnMKKi:(njrmU|S1p8\N@RY&]({K+~ {bax+p2GxL;Y:op2ڔQ]Cmj oBMlDSG,;RY{`u2_cb@jϑi2jk5-u_+YWg^}-`+O铵 >X e"We ;g$ ?(Z[Vًl(OaҌ)|x ~Mڵ"KFKdcwpp 52>HvMGfڀY}G *Poɧ1&ڀKio$JsRp;0"w_7KN:u%HK!dp$=Vjy-L\ emAHFj=nl n@9tQ!%lWtM|#ºz ,lX2&"h!.3K/MfD9ŃVw<uOh}IϠQ܃vqeBRzB ѹ[@,oHNH1ad54D, ^jK5 p3_uv+5'77|&-<M-F1ʶ>Du jɐۛ諢Ht \eR=w0:D{=hn*|`-%RJ6$ ֛BMIu1Gk \}yЭ/[sj3R%7vgL- jdt]q^,0 QJ&\Sa~n(iF4+5nZEL(m5q6~]A\d#Funf8[:H+^*{s nSi5žc":q ߷j#]O#0UGV|~Y%9Ԗ tneqJ˼0/I@ &c^kˊJD'+zJ$6&)'Y%ahyYo {X6P%CBj7l0(p JX +H2-o17S80}R\r<}GD}`${h̜Ym2zGMh0/`oT 88z?B!QE3+ ^8h_PT )ՊyRabֵy>>jFwhd}+nK|;%`wlgF@4&[xė-R l)#ejP}"%z(NϿfe d=E6ƘVC0f+&?X :&P`ى\5TH An_06D Qt@ Lfm_]ͪȺ0D1ۥEJyף؟z=8y;ׁwX~9ȃ^#w`2˂| nl#+NPu,ޯ7\^fUT 7+yl%< ZT4Hr].N^eey|8lRoTs~ĩA 6ﱍQI=G!L)՜kyҡ6;Vjo1VzoɥrE ܋ѯ-gIv}R,ʅ6fGtʈWx q)"-3OT \f@.ӲGYYU@&}H1VܩYqҮEfP-33G۩:< ̓0ȯg~|ce<J[*􃴕9)k1)qn%;Tw웒QӠŧ_0ʫ3bZ Drb 2p&Yɻa_Mzn&fIzo25D`$ۆqHd\-'sKGhJ 9,~S(Uzc{rM ŗC9Y-k=WS|ǾC y2AM0xcb'N^v=^Z]aZ|i{r~s~a.A4V1@eC{*|Zϡ&山qUmh4lO SI|ӐFڱf|gnk7 މ{JS`denkbXԎ_8 msh{0e 8FqܽuD|m"unġ0){*p( |#I1F }!B#y|q@'wԊ܎2:٢Kɋr(XdrZJIP2onCs="vMY͗ѬB ]jtV:K,t)<7:ov8lZrcuYq[ P!%_Pa*@/%lF,7nƒ{VwKp-BO 30nn8@9rAF~Iq[ӊ!g+d-ꔐc0C)yI {ak:Yw0=Ue{TV/]1C6`(%W0yr4R e-XŇg&(Kђ@ }<*\ ֥'hZ0sT_iD:Xnɸc4Cѭ'շP[?lݼ-a9J]פֿ4eFL:!=8irJf-X]A\+A.|#>|d鴕Q$%љ }b Ҝi\ŲܚWTzϜZrր|un%vgiZ2ZD4=XbNMh2r) 0``OKح¬ - :,jJn |21  簷| :/ya\Ufj5_aoc"To95^:X|3wSN_RctFȄ5ݞZ='NXTd53_ qdTw|W93T$(}Tt0P_kX, #˯HjrlGcF<;=חOʹt`[^O*ys)N­Ʉ!p::cD&G*'Y;wtPq@]{o42"ɴWm1]ّsG9}chO~/&,7wYS|+>FÏd~pZk4˟ 7}:TñnFR*+ѽy^&C*S8ȸW?i>xN3LYoZzKS& Vʛpzgc,sl$R͓-MGqd~?eoϨ&? bq{%OIzn$Ŀ?0Qz@_R"\h~-1J D$mK0yQ>_@ɬ "v&.5cKj"ĦFY|sxz*4!R-U=pώH0p_$,e`l)Bm+_TyWky@\F&{>Sp[LڴgmU 0QuNSrA$&J G+9sH(8W.mbYp Yo.[v`;?A'VCx2Ox!+0V答HYaShޢ{V\Ո_װJ͟_m(7pPG<`ȷf*<́-0h Flc)+-z*ۥ{+vڷoy g %BTkL{*LS8[3aNMLVD|ζnLW'i ?)QAFJ.?cCRj;'>U |y9fHtwD={j:C)>I\tRlow}; M&hUK~,:Ў#KօznEsT c_R'#^!tQɪyR 2+w˒E 9̦8vH_[CPb/9"YΞѧhhnCu>!\fq犓ɹ3XW`'NcZ4yJdgd/"C-~n @ؐ/n#n^ ع0CV\ֱ#b4 `kQ<)FBǍI@d'hӆp.M/"B۟1;&hU{4gb%p3 bUL;71x,UVv o+a. !R-@! LSQ+Bm:\۽}'?cel) jyl\uF,n8CB EPy"R!Up6 s+c̭bЙVXXU $E疃i?57;sRπUP.dz*9y1 2ޟ+l*#6 ;w6 l?S~3 me"ﶭj ~9%nU&ZuAh=nTʃ̂#Cݒctd)~B?~Q 0Jne{0 "ǐ;~JUƞTEVv<ktBO ~P VgxI0[?m֎X^]a VaQwf Ŝ'ӏG|\]d3Y&.YT7Ws$-uu0~`9: ,7#EDn5pk)ouTS[6zsV rlP Y1LMn4M)?Nt>2 ܷ)L\X{Xx͌&RdX7PCC .T}dkiI)B{ 1MQl K*Γ."1.c4@;>W}MN]"bd"}4oy/DEHZnTo_!%8D]lⶰ*ۊ|P;v 6d{R@Z?mSِW)-uQw-Zu0ikM`dd'w(k7|$9s)DCBU᲻˭'McRRmÍH9Wv0uM*W~ؚ@\`YʈT'Tg<㧢q=wDXڇ]LkFݘcz30h:])wn@$&,WE9sZ>8N0~;uPRaqzQш{u=9:`L:UIƒ-~TOLـ}_ R0co"L[Le;P~lS)k{W;Mj Qcݦ(;d*NnFpeӣFڬ< Q:W>hj k ##ϝ_*^^|KZxϐi g+!5&;DrrdqIC9 P O!`J9w9J=ZU0ą94@ ˣ$ R8lCA~·*|>* DnLE8G,۱oDw#0WGW`j{Jk[pJ_.¯pI0s~k%bLjCIx,:r&UBb9~x`Jeeea:9/0[|*x ߍr V{|m45 oGo# >D"9m!^_k 0/КͼJm>KXLQ%|6{^_/d xyɪ IoFQp hڮby`DT(78ߧu՗"d /?70QH$mN-l(̣V[B@_S+kcVVgh>$6Q\Z7%g5Hv;%NOxȮ?L)AFȢn5ԼG^2r1s"\Ņ1F}cCmLVjJ儞S~ѴBQ=BڴF8N[P7VRE"ײ9=L;MBE"fuP)XJڃjG\G-WĽ:4c BJ GXe_߀v;k^wU3Fw owKEXs~e |rɎAiD<u&: W9t%3u۠*+l57 Ӛk-|xVv?`@6L`U0Y3Rh˗cd"G./O;sդ'RtLjO9kX~LUw!U* t{Z)lDU()/oA}{&; OKtF`lzy ߯l/:%7Ƚ3Flƛ.cSYS'uz X#!"R97} 4)2Uy^Yԙ4\TxZD[ًDhhV{o`9hZW_{^\|m[1cbqo^\p_8`dZIwX,$o azql=$ ' (˧uOP[ZsE.GC#u=rt>4] ^ܥ0 !tnqnϪmh:f\M7jhQ̱7Cĵw<&RdSzz[5!\!6A,@/Yl`kfǞ#8U?UB<(01=q$IaT_k}+H,ucy~9os U_fMHCrgu {f(Vؑפ̪ e]7X_H _-E{mu5޹9bJx2pR9AZz7r: ^ht4J #—2I]uj#gϑۊe&< .} a$=RqxB$2@wuP]Ga aA'/DZ6: #ɪVd@LcMvXVECr%+/)o#Ǜ> "TA5m GDETlUk8`gq|lB#~!!B>Nz3,5ř)MT&6@"D S\Eu I)b|wCH-L$ >psJ ⼏1oYq9d6G⊦ ĂVOmM}{Oj28n3>5jq"$6u"ƼmahUTqL}r2!X8'ⓑN"6{DRS4OM;pv%rQxfJpS̪>МY>&>}ԏi¨,𺵍dQ?Pv+[\n2xQP=k>9Y+F>cNO3 6t̗2L:&RzJ%ʿ;q,]g…$H8gMrӊ6aP0DZ&'uFȻ? =Am^L !.0tK*:)K@DI:*\kU)P:y$R&d='ڭ,'ֳ_7 +v]yܫ B~4B;轟YiK5Ͱ;$n \]m$loU]"wC*#2g-9~P~P+9=bw"3^tJ%N$l6ގ;Ua<2L8|wͯ+7j7 P`:wxFev^טM *5 A 埵 )&f-}V?|*U-naY^@1^F[#JqcSV8DE=wTskx4| bli:,A_ǭ.:A9C$p Efx\W7 2a UyzyR}"0; jN2Vz~{'FY^rPx0 ю ea찓EXNϋ75-Ŏ2A HI4Kw`|,ΐ'[TfHD[JAP+DNcW2Q}v_]*Q3NE 9r@cL8V0Ãޝ{Se}=bƯy_pw"xOX!_+]o>WϧjYc'] "" WK6 ԙk2 0r{T f4H9n :5(e?@c]-5 6,'޴| D{z@Xw҄. R'ZCQJj|"@3}hbLf:A%Lu j ilD""쌮w;R @B9o_ cF@o&}.@-BTdUEN!TQWQ%wvdI ,s%qp;Qwd*tܕA;V.&Φ SF 2:2g̹5 j᮷>/'`G{?ah"hxU,EGxY%/1@zim[F֎H`&o/LHuߕ8Ϯ$ޠB.7D)l(jҭn~S2=K=$nvk*xQ?-~xԌ^M/J.Z̄B=RM97 pӜ}D %xbd(|wφ8ui/ٗ@Twp$[y_O;8M%KDM(BTd!,u}㭠u*^/>IcN4ZOeR#f-/n3X3a3 Vm[nTFAp.+`Ь`p"% d^t:A,پ(ꬪ_+8B!ĘQhjzʮB h8av?%;R{mHq lS;q"5Abn1LkWK%}Q{FYI9q~ 7Jn4`WC]hvN<<|xǽ7^||K5P!\ 6Lb`L3ڸL.7^iYOL`À7 Xd(uʁ ];`;[UƵk̋!ZbJ1/h6G*}7ơg{~QW08°<\2&d!DCB \+b=1uifcͦKJ;51G\>sBoQ So)Qe7b.9ME`_!C>`Pc9hj?pHm8::A\@ )mjkג|-ʾ9^*)wEM W%taqx?}=za![A^!|r.芜GGq![W}x+'dWjAU|E#xiό Cm}x`+n~Հ>(=.TӳS5x(P ٠TVM'hJw|".}@,6{{ DžUSC.r cpDzE$Q V<"vw!Sf)ڃvMqt^HӮN)A`&<^z: s/xj |wb/nT 69`>,<;GZG7f!6waMj,CzIē0Z-C)^=2_ q88.r&}Zgo.BnFPPΛ/tR܅MrSҎkW&1Ǵ.!c`@*;CD[8 e3?#X1LF牙6smSY+w!?bm%UvxDBA =PzH˝эCی/j`G?"P.~4fWz@<9Y<٬h z=iEqd>F k"{zBFU|JǺ/E@Ftt 00?\SO H^Gt_4m"YwC=F4,nUΊoH6Όy Kا"MjSkK\ LD9 {&0>>e{BcbIN\87PY MJ4ֈvƄ_HJe]WR5\fU i̎ Xa-G(@'LYakEWIë(Hgϥ[[0`[bYWTٽ6aRhaN ~0Y ӥ4!o`Q'j #=S>hl=R \\I QP,ENIpv1D@ zP,f 2ĥҺ%={NJFUXZO=207,+yIșF]hS/  ^n{({@};lgn`G]Q#~W/kM8yeDv8p)KS7YIyFEX9E0rxL)ky:*a)'̤v1h 4S}04j߿T;([3dXkKcAK%#F8S_g tp>ږ[T~ɲ ,\=Xt/H$pn; l6 }އ_BlEDyQL S["1 2c%s Zыhx>KX5[&?*w nYZV{fqRCM(g$N{ȟ{܄wV5~#bO[ 4aJ|3͞nCEAP渀!Ċ),*F)#U͒BU͢B[?0ʰ}j, V韨ntmyVV5ı7˃ ( Ek=V0`{}="H)4jJmZUfv$]yՊɣkVn Xf'~(joAT8m=}ަ#٪ @$Mݷ\ UiEHS.qa݁ŏJBǷ>_l+U%z$ m9qgZѣ G@ý721UE9l (lJYeV ws |H.i^8¼K֗0sS#I?Wʽx)10+S5]VZSJ̽;XU"}e;br(ִ%2.:PJ{733~(x#;fGxh=sگ P]mA(I[mr{gCOцKd6b7xɁk?vh~kgR*n4D5@:oxEtj"O)e'Izα _}WpqtEyg5ܝxLمus kW:GlTX9ӨŽ653c3y)i0VxUgs)yI3jEDȬI ;u% E+w4MkE+TFB3& Ц8r6*6gD/PȢ)`0$ǥ@y ~][}-%W x8%뿴dŪ?0QD9Qaw.mu6Go~#;Zpm#euw|BK^}zsRO2IHI'ظ#r>(ڍF#< au+*F7|"mPNsHa=`YVfW5]6k< C܍ ӱ▯7ڠv?MRM?z q¬ (K欣S֒˄IG">6AD&)5TY7%* Xw 09%SVG@336g'iUI8w\ot;DTKdY| VOH{s ^+C*8AO4_R MY@β:+r^֖>h"; ?ҩ) F_bL;dG0Z~O\^hؒՆa_d vBL(]:2,bvD{/ڍah0zHutҸH>#i)Śs9&:+)tVoPa }rKR%fˮzMU=s5bREĀ~Hsp@h A@wq3| _,u+Ϳ|(i60)e;NV20"Yٖw hqUs.j#9͗-}1?;0(/CC uKT5} 7~PbչwYJ>( ޱ|\za h qaIIVTp(~žN:G YkTޣX_TAootՕzz:e8E%'Tcmܗꬃ9=y r .8%2̦ؗH|A ],)Ǔ*WiFjl!ީdN񏑈BQM"^¼>cPC}^L%`(owN>@GDιiDQSs6䢔?5 bb elj׼%7&V$C+XJ,i0Vm%?\\UmjH`wcHfӲ{.;lcGyIIU=͓k)‘0}9?C8<&8Z/EQb Bӑ#Z?_b zXU+9fߴg"aU⣒jݎE'Sɰ)4ϋۉbr.$rq&6$NYo[B- jTȑ7i/k%sT: t9F휒0̹ (z~H>~UPPFlhleB;rPOxj)G.ɖi dcl < g7~~AөqiSap~l a,* y(Zr}O1!*>yppj#I|[5kX6-eshĵ.[AjF;rц8o e_fyTB]e]UET5cvBwTT( sa#s°M9G / BтS2\j]NLuUnLJW똩*mb BY<α>.b\Le7J;%˷N(_ǘdjgt+gRW3.ȯp&LE)w7BKo`Y̓Du1c3D˴U0kձ3qث- dW:(_noyP=?Mq6Fb[~ @Q'EJ@-wApFAC:FdoEEXzVs∹35w8T4[Ѓ6m:w~G97Jv] sػa+[ÖlMC X[ԏ `3J[Uc`DLM>)Ziգ;MkO6K@ ]Jp_ՒαYRY9g[X* GJNSLuShRU Ǝ܏珪{ݙ-bmClfjJ.ݬ0@Q"}9n@^e,Z lXم'|bo^ͱt/RH'p7I_]\wgZWSږPTo@q ^Ef!TP yurWA 8+`Nt6A ˡ7 B5A}+4l,;lu/-ĀE#\ #:QfSLak)'M ȍnN}R:'k_76٧VH.+M4025`uB# uv=' Acre^ mklsJx- ϵ1gdBޒYZgoD!Ryl#,`•m] i;j}|:~/~k?Nv5;Z쐟 PշgҀ Jӥ;7 !rhT=m"1gY-'}!4ыt Rُ}G2r$@ 3!ˠ V>h ekQt4~q F=vOe"W$ʁb>fa3 %}:F$<*A3 TuzMi֗* iZdr Ar1@KN5T!Tl+pa{fz3:?21C7;_VpzÍƗaA'9L;0ԳO2kẍ́lNnDNwلAΆ̀9Ӳ~]B^Ta.b kSU1@{nv7}ݝD"-uV KEO~- R]V҉'bVIw7K,UN"N箾9Ke${1UGTxhG'l+,1mY]H[z6C4 *'SlBVѿr?;p (w?{骈Ib8S1"m)) RLZ`˒D/ߌ;} eRy.^%A41(ye/P[M8aw|bU؊.=\VR {X+*\ WN ĀqDn;rx(ԥ_r/G#A'eGÍz}0^nqSHZqI- @xC^_ -|-=UwNk]2%#l*U\ C)Emtу`Qv?JʺYuY5gDG1;N&'^#'q QnX!u@@YGdkƖuq9$lA_郲(6}4. Xhѥ.Q=gzMOho a6Fq /Wt?tfB40mbi7ՈHX˄0/ GOF_ɪd9hiu[ }yD$ N"CHhS:Hzq>ʌkkO=ޓ=:%E \?R d˘3rQ` ̟<|Q@Bn+PȄӋPq~62w_27-\'O]?oJm)?aoXJpqY^CUl@~WMV~᥋r*e"b>tOEXxTGMw-ԢRF}ly?pU$x@G4b~gG;|Up)M C{mOѪa_JG2;Wψ!'E[>j,Χ'.f&T4;+`dֽ+S8;95UB4X\ X8F|I@{;5̮ \bHMvu\kG BU ษFB^SA: J7d9U-[^5Ӆ;KAV4L4|f <1NUUJqV*`p@6md'|kL7Eqɶj $!uK@k<!C'@ if@/v[5qW+4w]j U+3d ߎ%ottrlR5{^kJ^R k}<"IM_EB&ʤ gOGasDnQT:5skǁjjowzHD?uik™?Piy <D' G *^=%6| (<^H |Af lп''ʯw܅-/RWAe\%- S7Vc7K44^2` cc|WzDUT/>>77*nW=@AwJ@:;U;&,;2WAT^p6ӈ#3Pykv>+)JRхf2qxF#i %y( Sϐ O ylZ{L‹`Mj^gk$R>a%Zb:f$ߒb ~X,C-3i # 'w1 *?ITEVi~&qu;zjuxm6~L.PFb.eW G`+XrV"OR&[5kĉD-G߁-y:pi"iτ@X)nzPE}ȻE,n!cXgcK02|u[6ʲ;!HS6C 4gdPf=J;Ѥ?C^8Vة l`-ScB e+k+r--cMzR^mH (eT QUm%w$ɏԊ~ U^ze%ZN?PUCbkl[ e'aD2t*ž_2=Ŧ_B'p$NO Ӱs7<*MҋϷm7%4 ) νa[+戤FwqAd鳡iy;dQԹ@Y'{m7DYc\I|=ŞHRėdj%:Q"Ԧ.z|i) 9IT:5ԇhc$4:4|L)JbZrK=kwBgg=gM-o Ss ^g^U4,PJkۜN'4 HOe)LkV;R s{yG 4JeMD:!](~?Dh7tcUxq-h gHz|[Of1)PZ" t{+ XiuM;q<مޣ€( S(ZSO K;W.w3 ׺d,Y>>7Vx' GJN鏝e~soDZX ζA)rjm"c*aLjNK z6aĒ}BԖH\#)j;) `QӇ&v4dngDʮMiݥ ЭVY'ҭjˌWxlsɛ̪:@9m-U!P m!8o?x7mnQ3?A:}!UXkD3:866uZqDtjKt-|G|~ ʮRxmZ#|8NLʁfRB/ g{6b\D`xe>4 ʔezZ6H)UH#z0> lv6DY>WI똠O}EjݛZSy)`ۂC/u$Fu6|b/I^/EUGFxT-M9RIɳ1ukםPzyc2k'İ-Uī"Z 3R ؂,G]d3$ds&A}Z1z}*fW(0!F&{4Ns D;hj4XZ5εN(2򇔼;H:,"7Vmx 6`7M͉h^@|jJaUml04|LVj̉gf|-θg ݷ\Օ`Nܷ }Ry 86Px-cuX=;cS:JϸK'o+%(L "O/Q,.F\T*y8o3KC0:>ibn?Ĕ⍫Fn:#n q @4u5}]0icMI=F `dvSɱp{l.%<-uֳAe=f9-c=Tv!D=(3fs icÏqB'd|7]${<12G U^oZ ?ת`AЉv={Ֆ=r1X".'I}ϋ-ȱC,*thu݀MUgqO"}!quw BL)& N;9[!dz@]i :ENO'Šƒ/>[&DvOleK*giCUYv8 A0ԟ͋PNΦ}nk̈́R` :@0/H L_"p'L9:^A b}R\IDL 27B%ךD!iOݏG\P8l d~^zefRb˲PϚ 9<E 'n~# ׎y])~Zy{W\@%qvI7CCU7yEKn$9J0{27ʌEִxGFcƍtTVԻ2H2dK4Ǻ7lA85+Ranǰ4Dg CbA_/;ՑPZ S bQ^D6mߊ3U%I *5(-U$<\bB!>Ѫ˷y bNLhb^%dX b,o0 EVр&k4qZ G$݀AG&BZwcl7V_fEG9 bm6w|}h(}".9ݾ]Ǜ]BJAX'+^oRIE?ܘmWKjgJ~7^'v~ՄQ!}~tOQFx[XX̂ߗ[2w9VkJFuzhQG*l+@׶g5޶ H8\iji#1Oi/7G.e\y8#LxZí(Mn:fv"|{nYw\Sg::=|Y.iV"(rR%ǵ펏pjRsܮ~~ȅio-9oY,_k"Aq}BփzIdW$<@,` i%²U&/{-b",7H'~׉`ʀ/DCl KxڣV縘"`aH27K] Ib,-v;O!a`2Y 0aZ7ZS֮d&q#,@i.+ MqcajNIC^r(OK;jynles ˖ֺSV~S,G[Z7w߆&,]w 6@q9Vs0XkH,_Yet~K W Jǥ[՞mC=MDV3׫au$%.j[l*\A$0Eulc27[PopF\^ajSCƦޘΒd\lm3iHi7WvE'Lnf*-U9tmI;67n߂p@qwYrf~k pCշg/u=qlVi3: 1ُml9x sWmr0{4i LR4S$"6P?($ݙCY4z>nWguk$ʶv0Py$ _gʼnwFS0w#}].FOU*.yXoLglDK 6aVx:/ ݝ1-k?7TDfpz 8Djxص=VOw*i;5`x;% nU 46u~[䋰 +k&f?.T#LKB.ou0g(o|f9*S:^I DRNB.p?v_m m9% `\i/ki' .>;"dZ 5g.y5k4Mؿ ,<e5}cx1+Bz<%@;ÄJ#5 ˀH^ J~ 2HsuP ؐjZ6ZI87xAw|o[*R&/y,/FJ{# ?;<_ʀD1En[QW *` #C/6J#%gӖPmmنvRi+/[BP};ȏ"}D<^ꞥ K^b+`ރC;m+ <ֵHcWKi(6^'ta~@8#: J%>\׷=z?agqѷkqI۞p]MC}RuZ_"&v.G?uSwrH~-\E_6."kpHm3%ϙ=`I =1дI9#|Vyi5r9RR%@ރRE |ޠ"w_Ǡ{*kJMq?Pw~{] ˮ>3dˮKdTIW?Vdc ~O-#"bG_O°h#a$e"lm9.8cH9^g 9W}VOxI~#xnTs +F$EMhz&(NoPZ{_u /"ߐ@Ja! Y50_i:2zya }"2bcm/+`$ajLrqRn60[UIA"mk7,9-%(ʺ;Ac\ vճ7JNfvK%WŸbd<R2YrD@ $2ioX@GsYV|U^:D6GS{[ AI ւ,˸ԮDHq.e͖WFqj_ 'me1&\MY1RNǢ_UADz 4|?&IY@{"R,$iXGPc~,:s3ٮˋc,ޟfnq1{ CvVȰgu~Rr#6b l[:Ϸ$x<>Z z h+~b;b=*pj6$hcPYSk< $oHb<`ct-KDE+q%Is<IMo 6:XB;QMZBS2Ds0jf? RbvHYpPe-Gf93 ޛ2(lF*qG޶aRLʔ.uh]ڢiq1k3\K\3 ،7z@~PJ }F;~dP(j[i`8#Ѹ  8RNdoYo*Fۢ^%mˌv8Nځr^FHD=U.ҰԔtk<' 帰m`=pQZ Dmd M%9Y6>dAb /JaHqimu+zMFHye@\e83Qw7 HJT4KXh1]SDR<--ft t֘DӿSױR[3-rVpȑD#{9P.ELMxXrjޛn&f~M˞ErhO߽?[B,^cuv_z$-\4C BWe|P ab7%(Hy0URc1tMJ?cM}@Wn(!n""A%Ud#Ԙw 'Y̺Aᣪ&L'1^" ړGoybL`%QTZo B_Mlv_!օHtŋ2aqAm:5'7І_o~(- vLg;އ_! N+ݦ2"H2' /[7/\gY4%퉻XYq<-޾#%[qU-n#c}',@2-iHu]w3?w@I|-&8 # MM)*YֺVZ/&[b ;8̙XOk-d ?V#r`?'H@d^UuҘ fLldgksv創f&DEZoΈtH9x P QrQ|6?CqKZrEk>fA<°6-bH+͍93-(Bhu3ؽdjk/y8ɔ*!%g`Ñ'p7#dGbc;<;N)Gڧ5edXvMm6CC r3;[EKXzc?znUlYE kNBRhqs:{!$Pf%3%%҇"?o)NJOn.?D!dBΚ-bHi s;U6^KR7,od55\pXgë \:O즂> z"CǴ4Q=Vg?|ٝΜo?n CQU~8`o2>~1=Ac&Ҹw6m5]0JqHChV]4J0rv}:U >}) 08YN,o 1^{w@_=1q co$K*׃;t護K4$m\TS1:TEU#N+lĤTVFłLi,އ^z+o<Çz.E?`ˁr֖1a8rooZn1gz Sc㗢BG&y hvсCe=1Jce:\a'ėYkӈȗIJ5Q^  ?U}F\H']kk M7Ri[([56irNN^@j54,0aq{5"CE >2ĘdȈ0YvsdgkIȓ]UN cND ([39@jn^.p   l*,Rbd/I=HH辠ggn-7Ԗ PLjfv'-Liy :ʈ@? _[afiy~q)I$%\zs~<H6_HvnVm?$= r +?=+6ś5 Blce>eQt]/ > 'ikGߠ֘v4>i|y8k0Yy44ϱK$mu۞`'=fZb\@^J7鷃~;Xp _' WA]C%7X\ P!~7cHh{d,ь%ZO|\ZtT@WXHo7v:¸Y+B\wz)4 1ńMP r,px:|yS@k9&ì'4ζ>*Ρ9y42Q꫙! 4M'$Ô- zhV{h_bQ ɪ1?)SʮEd 0/)10=-!X[CpHoXAyK;DԠXco7\P"Nws|"rfVx* C! XYUvo*v/yȠr]`)h/ֱkc fH;uyTo2);s{C-E3_ժvE|\*;[$P_bƋW'*Yuk\-UfTpw޷p>Lx=E8*; WDv_0" V3 86t5[7޾4J%|QK}U0#5Y>!;QLfxM Z2M!ы #si%]ft֟D%/t:C0e͉D. }Xn#`L@eQ0asځ2AmEIvQPi^I溃c  9S{bSՖC%|79$ u pP:t 3p,46N)!۫Άq<@ECbyTںG ~mL8 pyb`pMH,of) 5"[]F֋Gk.2Mۂ_A4vE<(< l~x "M 6*;Ihg)Ux W ^k! "^ͭtСf`shQnw 3S& R1 td3eɭc|}gn/Ɛ>s5vo6|n;߼tBJ?dgɕ}Ėr#k\;+&_Ǽ`賊X/ c?ʞFK+b5~kq,;@iWO kvKUTY̸ 1=?xY2@pcU(^;[\a}8eZ8rf3n1e v?5cv'!; deYڦi<{b TN: e3 }0N8#-42oEB2n娷ϖB^8cZ,jL|m{AGiV?:ѽG;W!ҏ U8!" ;'t/oi_%2l}r# {^A.rr9u Sptl" vl|arvf>kܣ溺a;5 xci_@&F=HiG7O.41G=WڜrtfW6=*ȶ'&]xif𬬏`@)h`{?~ؚy#@d`[P!m 7 17±O9kspz]`2 cjXȅ/m&ZBRdbp@XgՕz| (ga9pz}}:4 c빈pՕV ;`fj(x]K(X~.<]ʿ6k!G(MOӦD$=*g^l(θ0׋+pyp._̖x2scB}TYdLݓ*}DY|PʳRf{qUe,ZP]b9W##RfRrU ͉Ze;Hhe>9=辤jvӏfQ z^T1dhmnOFD!Lyx8H>po/;&ZBQhvJ`fӋhn*k4!cLcm7bَ2%]y,Kzh9_-]: Y8֚U$2_n9}j晴 ସ5CV S":?X6LaI숵-,i4 l1>GU`I$AiW>{UƸd ۩Ǵf?g ϞT;Pq+љTCF <.8vum.SMDefa͊&E|ޱ̝WCnHܞgkɳ}ds Q 47xWح7ʘCj0Enᩉ4 g@.ٍ5/U+&?pZ+>k'_*Q8RF,0)a܉L3nAap~٣v"TPI1t+y~I֦oqQi}B\j{A|k/Ψ)x߳|s;UǞ1 Q3EsNuhe! nS߼ 7>gRut?VaY&6d/j"xdd`m;>g#5\ɃR:.goI9HWy~3PKvbqW R e,7tўvjbdpC'Y*BV`Q1S&cIbpyݝjQ{9V(XI&k!cxWIg5 F:'JwfДE4_ZNw`"hK E5_ͪbYLK wRxm5'a}h٘4  8.i<տPSőer;# E}=m&N`rWS r1BYg+r)ȯ Ȭ{*op\#^ڰ_"heT!%[\a YH!l2&#BX֛ԡּ<\ Gf29S헐/\4 `Z'~?G'\li!-M"G.ѽ}Ism= 2|'N/q7ʷDU})Rgl|ok ҫ%ˬopJw0'd L[#ff'CDpLɍuA4#U!F!ZL4Ac  @d6a*ts{Y V*Q\P?~%[Կ\}3AvT=}ԺYMDٮ+u < ~Z>Tw=? (~ޙ &2Fxps bwa9]O:'տJOuj d]UPcQJ@?m9JlD7 b(3?`l)Bp=t|@kk&M(丢36OtŸBlL![#>^n5  b)/ViaXZz7N~=; nyJFS{)o[hH Gb!ו.ONUs9m;;޵ o|"C%QS$pHs;h*Oq"\^o̦$TV7'Ӳ9Ӂlm!)-xB{uZ"^& ϑ]0Jw|;z`Xӿ&Qz3{=ޢBʨA:NpGt'ƏľRR^%RTq^V-B>MjTvAu%eJ Nτ/\eŸ JiB޷h!?KȞ|4[sJ4tH݁ǫ̏,/РҞ'@i̽LT DD!lq.s e < FNz@B򹡰EyΡVaXY^uP( t_ش0y |_!Ct%qy>~)c& ?%d*_jYC!@t.[Z+j+F{XR>lt%۴Ҙ1mj9yeY[J^4aivo_ ==kMhVvn%/[G5*JoKZ8[ْ,[Urɒ!zL̓DV]yM}_ Fp޾=Vyy9r+,Dl$HeKӪU;=Tqֲ7^TYȈ*_u1bwqΩVBh9{KG@Z:/%}N[Zam ƹ{D=hZ!p2Ch=>CÛ&;p @]D(-2nO.Ub).S)pߊPhXnB%^/Xj'TI` (C:O9@S6oǾY}hnTfXf( N<󋇞@o*:4.eE2a49gBg0 aՒɽl=y#@_2zzG*ZJ k 2xGMQ,L3 ~3]6H/-pèP6TY癳tqزx>:Wƨt.hRab$g \C^E&@6ɼU?>G|MN9C͔z<11N}6W(Kn|i}Ei)u.qS@.:Ax\0;+R{!aA414b>c_wVݪ1TAY؄au%P.nA+exrآmXQZL*QYT]>g_:)b @owJ ?9َg#xgJA^7|͈2=Axq}DX>g?4"MEs<ч9=h9qt+k.BKÔq٩3(|?X5ϔDAj0]1%B ߸C^+"ہTjGRV%NԞomFFqO[a/jI?z#A* Ň*4k n^O7Mqsrh$~{gw>RVmk0_LT?:Js+) >VĸX7ޔGUdv3.yQow!50XVnMA[TXaA@c}O9i˚6O&/aQaP|FB*F2qSnC&ߗ#Q_(^5JY1,zP6bB<@XxDZK{!InBЕ Q}aq\-X;䆘VP,YnhR\[3+d(1M֍/Dg:f {ɨ;IYg7{P(j0NF-d?zv;)ԋO [,UI*>wN,; 9?P*iT!='ÔpC0uʼnas]ӧuHunY$+(*d*ML&S$ v?UyAL0WB%_D].kGO}=!W @N=;>? lnN%"[9iOfD*@ bY%{N^ -$޽Emj%[6g!?7V#-r Č#cFb{ܟ ,X2ruhĘb J1-R0wߣU>4_x{*+C=~9gm "BC=%I97…,Mb(P?^Hxn-$T *޼}]{ո:-9ѠԓufTm}-Í#OOyӭKBO|3R9 e ~=#n$-QD:s;Of̠C ٤i 0AGB۞X\_FǠ6a8d]u*VFuKxJ _+7tl&˖M[6BΒgcU kz$[b S@8q@pj)V8u!c /V߄pkpP@gb!Gp 4pZQF'7L ؙ1 %}XMOحZ>Еj!λmipcڨ8g/k>oLVytnGYܙzèп:h-N@ z6G[4H^z^謲;{`I2̟m~phjKFzO>Mx]~yzMkdʵh s`DYv s Jخ0 yȝ3y{u]#6%Thgg]935Q_4tz fl# 'D$z~ |Lime٨5) 9Kw#`ǜ#YlQR"KgX1DTՕT%9wbP . VRf5^ .]woP}xWftc17mSK-s.$4;YƹO9@'?zmswv4ogen#HD;w/A &[+\uʀQZ* тAU'wa#zVǣ OLR˚ۖnyꄴ㿖ߨj{Jkd~NP1^Qa1F_c-yG]9'3N o|Z GNN>([ˌB ~Kd ݋~ R9b̮=PRz,cVq1 +mҴ#=r^#%T4rd'VGtcp?V-S&Xs^iutDM&Z](.twSmϺKnLCFHW0i֥g GV,Fyc$!7(#ڵOߟ> zFM#C,~`GGTA|t!kcj[6:x4?Cl\XUgfqiԱ+蹭ϴPV })to>"* ,ˮ-<RТx|ׁ} Rܑʇ~2J<ܱ{bʬ^v E:Y 4i ԩSńnba˺G 1k$+6NFI`@Q I0…E4Zޫ˞e:#^aK瓥ho)A H}ӝ@H0R#F p/1(+,^<U.8 H^ a-/= {:e9|'>ƚ>GHp{c@z,V*./< L+xTe_2BFru+L˦SXo>t-ʘ3Ywh4c!0opnB^~Hyʗ#l*i1_z_sg-ɂ'1yD9) DJ+䭔V?ųD8d+'0yRMg 6T;jg씆82s&q=8ScuDcT3Oڎ&-zBIYA06 UOE &hH \( |gp?l@{= %:S=E浧RL ٳ b))]8ʎ޼U?"kheSlfM-V.`5yk^2`Hcf8ϳǧ+v`(2zz_0=6(/eS83LdCo1NI(Vx)\ $0o@?9N:Gap[:[L<,iy/=k/ub7cMx#(*d -PGz;6PB jqC\㈗ mJCnA&8.Ͽ@tMJʞ~r-GU~`KpJyAx6r brZQUv9h.-i>D}h_5}5lngs Q*CmdfPϼ0PiY:4?t+wSzArh*^&戦{uBmziB 2s'm sN61~P>r [ /iP*葟Fb`T7A#ӝn[! oD"$98)*#ܷWsim(%uDuoe#IYJ *$HODl *j!K13 s9[Z<#¼u7u37;'MV dbƢmśJǪmzQ՝%8Lmc/1-㚴(fc,Tx=8)']{dxnVq=ac@1wSaDlVbbvA < ƺq 2)S+ƭj.kvr"}V(t,LOʣQQd_Cr2#Ёjլ".%*M[`*=J{ibc/=_P) NBVreN`B5)mnT›K?ݏ U9:jE?LO>]**Q]ZdKIHٰDƖyIˡ&J֌uOV\9\wHXh#v{Isg ƹj^/=g]M *i萯7J&$IgRvbcqaTUMI=gFUw(6 3r.Y;-Xc01i dSlZRTYeyk8iEܓ #~5넛O›x^!@&ۨPd^jzv-E7'=p1}Wk*{V~+jP@#qg,fNQXk}]!ʆ|wnŃmx|ܘcV0{e ltYHQ@*aTj~*nMDneFBLeZ|-VnCgWE7tZ %;e/Q  XG7T'U TTe(n̖;İzFIoIgJ6(&*O&y0\_fiG25YlQ>TE؄~ׁp•P$s]%_e=c 7 DVcR*v'?&V^Kw=a`egfAs0!qqM0Vp=Bi?ޜ 3:$aZf.=ܝ2+\?sLWy3V4_~yGoRș\dm `VG8ɢmjgM]2UўjwLYF&w݌0=?V_q\./2h&_ZȪ -Q*r$ey(Pg9i=y8xg'>T8'r#5U!;V`9[ ĉFjV0U59c9˲iE7߀#T߾i 3a­P/7y(DVapM;J%d\sٖ>MA N>D![2b̳NJ+p+Lr[ 9и:&_vp 29__j%pi2R$Z=5s<73|2Jie;k$W *ʼl{Dhb74UTպQ,XBs'{Lp li)}[ "<Nv's&nG°ʅW0)-GIhHZyDΙ$ssb]|+锵eU\ʹ;Zei5F,IZL7fBÎJj0ւ޸j%>`G pS rELF3M|DIŇHpVur_ں)6㗒k.4qָD9qk7ImШco@񚜅|8^ER#hͤwG=]jԐV` a@ؒ@⚔9 {Ƹ;߂.i% 98}f'vI$,Wq0G,VMG2_)vCN%,g[vqަ!}zu$Ԇi@T•nZY{Mnm2S~2'/$Ž+>kʪZkb ͏ %ŷxv ޠ1 3[dk]˴}yqף'`@~J w`mRtGCЭ ߛd,>.H=$NJO`#24%ͦ%kּZשY3p?v/HýG`y`0$򷏒.nd&%GČ\KJ p6[Sp؎Qlcb}2BR2s4ft_$MQ`07nDfBt!\Ŗb5P$Jșܫh"~.Ky{#_ 2a3&Ӭl_ kK|ۨFɱy3ժgf|9i8`e :n6J{OjWC=̧&1ͿH~2 c+lm8 D ,~2nz{βC6Nރ,}^ 5cr,$nDѺ(%i-.,ӂd]yuʤ0ukRT3#!o17Iᬁ0)wiivZۊ gW,)CXUu ׉y,3{A#y>7W2`ngQ"ۼ1{h~Ӄ=g֘_T<^`:y&&+SR`b%]ELǖ1?&`!zwBpspex]6ilf4dJUlGA08&^/%:MF}GPXg\I'i[aQcJ-/z5?MX9,BhXVOqd+^g2ѻt*sJ룶BQŭ)\"RRX[gTx6&+rBv#i| oJ%*W,%f70EmA ab!d̢94ǍAJmΎʄU jS2-s͚}{I^Л =`PB_v2E|N+ eIjUY\_PnQw.ֺϥ} dJ+`8g A8#AM97d'T6mi50W6}