From fb2047767f58253b4b090a31c0f34e3770828981 Mon Sep 17 00:00:00 2001
From: seek3r phpGroupWare Docs V0.05 Joseph Engo Dan Kuykendall phpGroupWare Docs V0.05 by Joseph Engo and Dan Kuykendall Dedication
- Thanks to Joesph Engo for starting phpGroupWare (at the time called webdistro) and the core of this HOWTO. Thanks to all the developers and users who contribute to making phpGroupWare such a success. Table of Contents
-phpGroupWare Docs V0.06
-Joseph Engo
-
+$Id$ -II. Installation *
+Thanks to Joesph Engo for starting phpGroupWare (at the time called +webdistro) and the core of this HOWTO. Thanks to all the developers +and users who contribute to making phpGroupWare such a success. -4. Obtaining and Installing phpGroupWare *
+
+phpGroupWare is a web based GroupWare system. It comes with serveral +core apps for email, calendar, todo list, address book, file manager, +and a notepad. -5. Trouble Shooting *
+It also provides a framework for add-on applications to integrate +seamlessly in phpGroupWare. Some samples are a bookmark manager, a +trouble ticket system, a weather reporter, a phone log, a chat program, +and a forum system. There are many more in development, and you can +develop your own as well. -5.1. I get "Unable to open mailbox" when using the email application *
-5.2. It seems to hang when I try to read my mail * -5.3. When I log in I see the directory listing instead of a web page * -5.4. I get garbage that looks like code when I go to the phpGroupWare URL *+
+You should use it if you would like a powerful groupware system that +can be access from anywhere on the Internet, and allows for custom +add-ons. For companies with a distributed user base, it's an ideal +solution. Oh, and did I mention that its FREE? -6. History of this document *
+
+Installation and Configuration of phpGroupWare has never been easier. +Just point and click, yeah it's very easy. -
-I. Introduction
-Table of Contents
+Since this is still a beta version we do expect some bugs. By carefully +reading this document you can easly install phpGroupWare. -
+
If you wondering what phpGroupWare is, why you should use it, and how to do so. Then read on.
- - +
+You will need PHP compiled and installed on your system. You will
+also need MySQL or PostgreSQL setup. If you are planning on using
+the email system, you will need to have an IMAP server installed and
+IMAP support compiled into PHP. You can have it installed as an Apache
+module or command line version, the Apache module is preferred. We
+will assume that you are running on a Linux or other Unix system for
+these steps. Windows is supported, but there is no documentation for
+it currently.
- Chapter 1. What is phpGroupWare
+
+3.2 Tested Systems
-
phpGroupWare is a web based GroupWare system. It comes with serveral core apps for email, calendar, todo list, address book, file manager, and a notepad.
-It also provides a framework for add-on applications to integrate seamlessly in phpGroupWare. Some samples are a bookmark manager, a trouble ticket system, a weather reporter, a phone log, a chat program, and a forum system. There are many more in development, and you can develop your own as well.
- - +
+On Linux 2.2.x, 2.4.x
- Chapter 2. Why you should use it
+PHP 3.0.15+ / PHP 4.0.x
-
You should use it if you would like a powerful groupware system that can be access from anywhere on the Internet, and allows for custom add-ons. For companies with a distributed user base, it's an ideal solution. Oh, and did I mention that its FREE?
- - ++Apache 1.3.x -
-II. Installation
-Table of Contents
+MySQL 3.22.25 or PostgreSQL 7.0.x -
+Courier-IMAP 0.33+ and/or qmail 1.03 for POP3 access -
Installation and Configuration of phpGroupWare has never been easier. Just point and click, yeah its very easy :-).
-Since this is still a beta version we do expect some bugs. By carefully reading this document you can easly install phpGroupWare.
- - +
+We have reports of it working on Windows NT and OS/2, and using Oracle
+as the database.
-
+
+4 Obtaining and Installing phpGroupWare
-
You will need PHP compiled and installed on your system. You will also need MySQL or PostgreSQL setup. If you are planning on using the email system, you will need to have an IMAP server installed and IMAP support compiled into PHP. You can have it installed as an Apache module or command line version, the Apache module is preferred. We will assume that you are running on a Linux or other Unix system for these steps. Windows is supported, but there is no documentation for it currently.
- -On Linux 2.2.x
-
PHP 3.0.15+ / PHP 4.0.x -
Apache 1.3.x -
MySQL 3.22.25 or PostgreSQL 7.0.x -
Courier-IMAP 0.33+ and/or qmail 1.03 for POP3 access -We have reports of it working on Windows NT and OS/2, and using Oracle as the database.
- - +
+After you have met the system requirements, You can install it from
+the TarBall or you can get it directly from CVS.
- Chapter 4. Obtaining and Installing phpGroupWare
+
+4.1 Installing from TarBall
-
After you have met the system requirements, You can install it from the TarBall or you can get it directly from CVS.
- - +
+Installing from a TarBall is very easy. The files should be installed
+in the webserver directory. Example steps (please adjust to your servers
+config):
-
+cp phpgroupware-version.tar.gz /home/httpd/html
-
Installing from a TarBall is very easy. The files should be installed in the webserver directory. Example steps (please adjust to your servers config):
-cp phpgroupware-version.tar.gz /home/httpd/html
-cd /home/httpd/html
-tar zxf phpgroupware-version.tar.gz
--
You may have to get required permissions to do this. Contact your system administrator if you dont have the permission to write to your webserver directory.
-You can get current releases of phpGroupWare at the phpGroupware website (http://www.phpgroupware.org/downloads.php).
- - +
+cd /home/httpd/html
-
+tar zxf phpgroupware-version.tar.gz
-
Installing from a CVS is fairly easy. The files should be checked out in the webserver directory. Example steps (please adjust to your servers config):
-cd /home/httpd/html
-cvs -d:pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware login (just hit enter if prompted for a password)
-cvs -z3 -d:pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware co phpgroupware
--
or if you prefer using CVSROOT:
-export CVSROOT=':pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware'
-cvs login (just hit enter if prompted for a password)
-cvs co headlines
--
You may have to get required permissions to do this. Contact your system administrator if you dont have the permission to write to your webserver directory.
- - +
+You may have to get required permissions to do this. Contact your
+system administrator if you dont have the permission to write to your
+webserver directory.
-
+You can get current releases of phpGroupWare at the phpGroupware website
+(http://www.phpgroupware.org/downloads.php).
-
There are a few directories which will need special fie permissions set for phpGroupWare to work properly.
-Temp Directory (Required) - This can be /tmp for simplicity, but it is required for several apps to function properly. Simply make sure that the webserver can add/delete files in it.
-Files Directory (Required) - This can be should be the files dir under the phpgroupware dir. You will need to give the webserver account owndership of this directory.
-chown nobody:nobody
-chmod 700 /home/httpd/html/phpgroupware/files
--
-
Root Directory (Not recommended) - If you give the webserver account write access to the phpgroupware directory, then the setup program can create the header.inc.php for you. Otherwise you will need to use the setup program to create it, and then you can manually save it to file.
-If you want to do it:
-chown :nobody /home/httpd/html/phpgroupware
-chmod 770
--
-
You may have to get required permissions to do this. Contact your system administrator if you dont have the permission to write to your webserver directory.
- - ++
4.4. Setup / Configure phpGroupWare
+Installing from a CVS is fairly easy. The files should be checked +out in the webserver directory. Example steps (please adjust to your +servers config): -
Point your browser to phpgroupware/setup/ which will create (or upgrade) the header.inc.php and database tables. Setup will attempt to determine what version of the phpGroupWare databases and header.inc.php you have installed, and upgrade to the most recent version.
+cd /home/httpd/html
- Note:
+cvs -d:pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware
+login (just hit enter if prompted for a password)
-
+cvs -z3 -d:pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware
+co phpgroupware
-
If your config is setup properly you can now login. Point your browser to the installed location and login with the username demo and the password is 1234
-At this point it would be a good idea to create a new user with administrative privileges and delete the old one.
- - +
+or if you prefer using CVSROOT:
- 4.6. Installing additional applications
+export CVSROOT=':pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware'
-
Once you have the core phpGroupWare install up and running, you may want to download and install additional applications.
-You should consult any README or INSTALL files that come with the new application first, as most require you to create additional tables in the database, and add additional translation data to the lang table (typically a file called lang.sql)
-You install the new application within the phpGroupWare install tree by copying the application directory into the phpGroupWare install location, and enabling the application through the Administration page.
-For example, this is the process to install the Headlines application (see http://sourceforge.net/phpgwapps/ (http://sourceforge.net/phpgwapps/) for more on this and other applications).
-
Download the .tar.gz file for the application, or check out the source with cvs with -export CVSROOT=':pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgwapps'
-cvs login (just hit enter if prompted for a password)
-cvs co headlines
--
Move the headlines directory into your phpGroupWare install directory. -
Log into phpGroupWare as an administrative user, and go to the Administration page. -
In the first section, choose the Applications link. -
Click on add, and fill in the form. -Application name should be identical to the name of the directory you moved into the phpGroupWare install, in this case use headlines
-Application Title is shown in the navigation bar and other places to refer to the new application. Enter Headlines for this example.
-Enabled can be used to disable an application for all users temporially. You should normal check the box to enable the application.
-
Back in the Administration page, you need to enable the application for specific users or user groups by editing them, and checking the new Headlines box that appears in the middle of the account editing page. -
Once you have added the Headlines app to your account, you should see a Headlines entry in the Administration and Preferences pages, and there should be an icon for the Headlines application in the navigation bar. -
Once you enable a few of the Headlines sites through the Administration page link, you should see headlines grabbed from the sites you selected when you click on the Headlines icon in the navigation bar. -- - +
+cvs login (just hit enter if prompted for a password)
-
+cvs co phpgroupware
- Warning phpGroupWare is still Beta software, expect some bugs along the way. If you run into a problem not discussed here, contact us through one of the methods listed on the website.
+You may have to get required permissions to do this. Contact your
+system administrator if you dont have the permission to write to your
+webserver directory.
-
+
+4.3 Setting File Permissions
-
The phpGroupWare developers can most often be seen hanging out in #phpGroupWare on irc.openprojects.net if you require real-time help.
-Also check the FAQ in this directory for additional common questions, it is available as FAQ.sgml, FAQ.txt and FAQ.html
- - +
+There are a few directories which will need special fie permissions
+set for phpGroupWare to work properly.
- 5.1. I get "Unable to open mailbox" when using the email application
+Temp Directory (Required) - This can be /tmp for simplicity, but it
+is required for several apps to function properly. Simply make sure
+that the webserver can add/delete files in it.
-
At the time of this writing (2000-09-27) you must use the same username and password in phpGroupWare that you use to log into your mail server. If you change your password and it still isn't working, try logging out of phpGroupWare (the rightmost icon in the navigation bar) and then log back in.
-An preference page to edit the email settings is being developed, and should appear shortly after the first beta release.
- - +
+Files Directory (Required) - This can be should be the files dir under
+the phpgroupware dir. You will need to give the webserver account
+owndership of this directory.
- 5.2. It seems to hang when I try to read my mail
+chown nobody:nobody
-
This is often a problem if you are using POP3 instead of IMAP, and you have more than a few hundred messages in your mailbox.
-By default, php is set up to time-out a request that takes over 30 seconds to complete. phpGroupWare must do a lot of work the first time your POP3 mailbox is opened, and every time you get new mail, which may take more than the 30 second timeout.
-You can either clean up your mailbox with another mail program, or add the line
-set_time_limit(0);
--
to the top of the phpgwapi/inc/phpgw_msg_pop3.inc.php file, just before the line class msg extends msg_common
-If you choose to edit the file, be patient when loading a large POP3 mailbox - the author tested against a mailbox with 2500 messages in it, but it took 15 minutes to load the page. We highly suggest you use IMAP if you expect to have more than a few hundred messages in your mailbox.
- - +
+chmod 700 /home/httpd/html/phpgroupware/files
- 5.3. When I log in I see the directory listing instead of a web page
+Root Directory (Not recommended) - If you give the webserver account
+write access to the phpgroupware directory, then the setup program
+can create the header.inc.php for you. Otherwise you will need to
+use the setup program to create it, and then you can manually save
+it to file.
-
You are using Apache, this often means you need to add .php to the DirectoryIndex line in your httpd.conf file. For example:
-DirectoryIndex index.php index.php3 index.html index.htm index.cgi
--
- - +
+If you want to do it:
- 5.4. I get garbage that looks like code when I go to the phpGroupWare URL
+chown :nobody /home/httpd/html/phpgroupware
-
This is often because you have php3 installed, which does not map .php to the PHP engine. For PHP3:
-AddType application/x-httpd-php3 .php3 .php
--
For PHP4:
-AddType application/x-httpd-php .php3 .php
--
- - +
+chmod 770 -
-VII. About
-Table of Contents
+You may have to get required permissions to do this. Contact your +system administrator if you dont have the permission to write to your +webserver directory. -
+
The newest version of this document can be found on our website www.phpgroupware.org (http://www.phpgroupware.org) as SGML source, HTML, or TEXT.
-Comments on this HOWTO should be directed to the phpGroupWare developers mailing list phpgroupware-developers@lists.sourceforge.net (mailto:phpgroupware-developers@lists.sourceforge.net)
-To subscribe, go to http://sourceforge.net/mail/?group_id=7305 (http://sourceforge.net/mail/?group_id=7305)
- - ++
Chapter 6. History of this document
-
This document was started by Joseph Engo and reworked by Dan Kuykendall.
- -Old Version
-
Created by Jengo, wasn't in SGML HOWTO format. --
v1.0 (July 6, 2000)
--
Built proper SGML version. -
Included the FAQ. -
Other minor additions. --
v1.1 (September 27-29, 2000) - blinky
--
Added Testing Install section -
Added Trouble-shooting section -
Added description of application installation -
Changes for the new setup program --
v0.01 (October 15 , 2000) - gnrfan , Converted the HOWTO to DocBook format
-v.0.05 (November 5, 2000) - gnrfan , Completely revamped according to Seek's idea and intregrated the Developers HOWTO.
-v 0.xx (Somewhere in the near future) - gnrfan, Trail map comming up on how to hack and learn about coding phpGroupWare(core) and its apps too :-).
- - - - ++
+
+
+
+
+
+
+To create the required database in Postgresql make sure postgresql +is started: + +
+ +
+
+
+
+
+Point your browser to phpgroupware/setup/ which will create (or upgrade) +the header.inc.php and database tables. Setup will attempt to determine +what version of the phpGroupWare databases and header.inc.php you +have installed, and upgrade to the most recent version. + +
+Note: You are advised to backup your existing alpha database +before running the setup script to avoid problems! + +
+
+If your config is setup properly you can now login. Point your browser +to the installed location and login with the username demo and the +password is 1234 + +
+At this point it would be a good idea to create a new user with administrative +privileges and delete the old one. + +
+
+Once you have the core phpGroupWare install up and running, you may +want to download and install additional applications. + +
+You should consult any README or INSTALL files that come with the +new application first, as most require you to create additional tables +in the database, and add additional translation data to the lang table +(typically a file called lang.sql) + +
+You install the new application within the phpGroupWare install tree +by copying the application directory into the phpGroupWare install +location, and enabling the application through the Administration +page. + +
+For example, this is the process to install the Headlines application: + +
+(see http://www.sourceforge.net/projects/phpgwapps for more +applications) + +
+Download the .tar.gz file for the application, or check out the source +with cvs with + +
+export CVSROOT=':pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgwapps' + +
+cvs login (just hit enter if prompted for a password) + +
+cvs co headlines + +
+Move the headlines directory into your phpGroupWare install directory. + +
+Log into phpGroupWare as an administrative user, and go to the Administration +page. + +
+In the first section, choose the Applications link. + +
+Click on add, and fill in the form. + +
+Application name should be identical to the name of the directory +you moved into the phpGroupWare install, in this case use headlines + +
+Application Title is shown in the navigation bar and other places +to refer to the new application. Enter Headlines for this example. + +
+Enabled can be used to disable an application for all users temporially. +You should normal check the box to enable the application. + +
+Back in the Administration page, you need to enable the application +for specific users or user groups by editing them, and checking the +new Headlines box that appears in the middle of the account editing +page. + +
+Once you have added the Headlines app to your account, you should +see a Headlines entry in the Administration and Preferences pages, +and there should be an icon for the Headlines application in the navigation +bar. + +
+Once you enable a few of the Headlines sites through the Administration +page link, you should see headlines grabbed from the sites you selected +when you click on the Headlines icon in the navigation bar. + +
+
+Warning + +
+phpGroupWare is still Beta software, expect some bugs along the way. +If you run into a problem not discussed here, contact us through one +of the methods listed on the website. + +
+ The phpGroupWare developers can most often be seen hanging out in +#phpGroupWare on irc.openprojects.net if you require +real-time help. + +
+Also check the FAQ in this directory for additional common questions, +it is available as FAQ.sgml, FAQ.txt and FAQ.html + +
+
+This is often a problem if you are using POP3 instead of IMAP, and +you have more than a few hundred messages in your mailbox. + +
+By default, php is set up to time-out a request that takes over 30 +seconds to complete. phpGroupWare must do a lot of work the first +time your POP3 mailbox is opened, and every time you get new mail, +which may take more than the 30 second timeout. + +
+You can either clean up your mailbox with another mail program, or +add the line + +
+set_time_limit(0); + +
+to the top of the phpgwapi/inc/phpgw_msg_pop3.inc.php file, just +before the line class msg extends msg_common + +
+If you choose to edit the file, be patient when loading a large POP3 +mailbox - the author tested against a mailbox with 2500 messages in +it, but it took 15 minutes to load the page. We highly suggest you +use IMAP if you expect to have more than a few hundred messages in +your mailbox. + +
+
+You are using Apache, this often means you need to add .php to the +DirectoryIndex line in your httpd.conf file. For example: + +
+DirectoryIndex index.php index.php3 index.html index.htm index.cgi + +
+
+This is often because you have php3 installed, which does not map +.php to the PHP engine. For PHP3: + +
+AddType application/x-httpd-php3 .php3 .php + +
+For PHP4: + +
+AddType application/x-httpd-php .php3 .php + +
+
+The newest version of this document can be found on our website http://www.phpgroupware.org +as lyx source, HTML, or TEXT. + +
+Comments on this HOWTO should be directed to the phpGroupWare developers +mailing list phpgroupware-developers@lists.sourceforge.net + +
+To subscribe, go to http://sourceforge.net/mail/?group_id=7305 + +
+
+This document was started by Joseph Engo reworked by Dan Kuykendall +then hacked again by Darryl VanDorp + +
+
+Old Version + +
+Created by Jengo, wasn't in SGML HOWTO format. + +
+v1.0 (July 6, 2000) + +
+Built proper SGML version. + +
+Included the FAQ. + +
+Other minor additions. + +
+v1.1 (September 27-29, 2000) - blinky + +
+Added Testing Install section + +
+Added Trouble-shooting section + +
+Added description of application installation + +
+Changes for the new setup program + +
+v0.01 (October 15 , 2000) - gnrfan , Converted the HOWTO to DocBook +format + +
+v.0.05 (November 5, 2000) - gnrfan , Completely revamped according +to Seek's idea and intregrated the Developers HOWTO. + +
+v.0.06 (Jan 10, 2001) - Darryl VanDorp, imported to lyx source reformatted
+and touched up some sections
+
+
fIVgIpK|eibk|>z2&$_wBoC1<1U%3MLs*z4pBSpUQC1d?XYhB+FUu(35UQ< z+=ogVh73*7U04CT`9_(Um-`du7qkL%TnZ F*)>z26o{5RS7;}!UCVeuyhR^2FPf2U&1d-uwe^;G!-+m{=*A^8Q> zIgG`U%;`M%eh`ga>=CGn=kM+CQ>qL7G%AJuAk~HbQmU&DRfApY`Vt;B{*zT=FL&s@ z8%ZTt!cl=Z1-daQC4-lhWYIV=Oj!BZ`bXeZIf}a(okxKwCL|#TbYi@SXdUY3a9wK6 zb>?nJ<|EZ^L5Y@7Ywf%cRvRs;=j6Vk#dCh`vSvK=oN^cQpTxanO-F|NVv==Ggg(Yx zWAIyM9oP;V4*G~L`9WE)JX5AvtXjWfuk;hw*BKV|< ?KQA<@3C$#lRv_@%eniow}gaAem*9Xi{R2u~FIe^=LeD-zT6yIbz;)i)4 z^aq(P^tUp7;JnGO7Ln8#Py7dquA#r4qO8$ND$*j1vftD~uu>swYs)GW_w$d4^_m=r zbaqsr-NCzOXNMOB1$Gb7ebFD7oOHN7Z%pRs-iU1`en;bLQae1GM`y9Vwf`mD@6)jo z@ASpiC*!o9v$|wHD0J%KVuMs_e3+)3J>qvDr19CNL oYNYZ(!zOm? zV!K7Qc+VTF?o5NA31Ny-ZY)|NrCUl^7Z9?x2L< 4dl4)08nmKwG4f7v5E1Dq8l=)vQZM}Igaj`CO+Gl)TMZ-0; zSjsQkeY|p~s;+?MD~syzxVyk+H5KZc3T&4}oQ7;BZ?qIVf*V67dY$TiM2f6?Innx- zHzWr`6p3GDTltY$CI()nEx%~$X`v?HIDb^iL1X;@5-*@9qi$W>h}_qT6d1O%YL~6g zs_9=Le@{^q Pc1e0vybb@N-FKi-OkHct9%t+ zgcM` X!=iYG41NjbixtEa_ZvMVcte;t|dZDvY;S_Zno%@h@TO z;uss !h}J^I35=KmzEr5-Ev?ovDSEJhb-@BZjB0=Z@^Hg({lal&U(T!cv0mera?J|Q zY4+N{?E2alj;iju54DYdYoYTeKM$ga3jPq@!haCn!hb8g!M6r5B^SA=&;WfG=sr@U z=RxX(DUKs1dLva#jH78<(wLsLO{R~a@PiBWzz4dMGsvB{w^N4v-(-?!R#G!$@QN0n ziJ0?U<>69GxXlZH?G>+Fmp{25++8qLb< oK`?fd=j>D z`JE>&>{u;Yc}HI6?M=%NcUx{_$BTBXD{#08mEER7FrAX{Bl^fKsF&Z#&3h2SBlIhe z3 PxDqe=?X(I9jTX!F$+^W4NsiS5 A|7z9T`_%*Ct zfserzkODy95df%L`FJ^kAA9q`;6T&`Y+T^~FA3n2ZxAPY{z*7+ju)8M4!GNZjS8Ik z=j(CsYw!R3W?R`6_~cv`YIZ()rr_x1?IY)4 vtvnOZWKknnCz4IojLX0jnB-s~~{y z5x*6T-wMueh2XbB@>>b;TM6=83GrJA^IM7VTZsavz|+8aH~@eH2si+N0~j~}f&(Zx z0D}WK1b{<;^#C{ofI|Q{1b{;TI0S%005}AILjpJ?fJ1^81aL?IhXim)0EYx{NC1Zf zZ~_2M0Kf?VI05j^0Gt4T698}m08RkF2>>`j04E6G1Oc2NfD;68f&fkszzG64K>#NR z;Di925P%Z`a6$l12*3#eI3WNh1mJ`KoDhH$25`avP8h%m12|y-Ck)_(0h};^69#a? z08RwJi2yhe04D `$Tl3L8xHaf2MLFRjKe|7;UMP-kaGmcIRfMy0dfxLC2$9nK!BVhK+b`| z6mSQY069m1{Sg6j4$SZccVG#Sa|Fma0^}S4a*jCfm**YxTh9bbocGQ1&UxND&%5V& z|2*%YAm<2>bHKg_cVG#Sa|Fma0^}S4a*hBwM}V9oK+X{$=LnE<1jso8 4VR3HjH58s@h0Tzon4@`VZz@g`^_qPNBdhT(4O9(*E z9j9*zLFl>1@GT((JvWZOC4`~phT*Sv!1>2(KicHmaQ`37A2>MJ`X@64=;HsFA>aKp zSu1Zlunwrm4~r8>T(a}F@pAO=arc6Xd~5Yzc=_S b z?Etgt`}QZm|5@I7;q%=O)IT{t>ij3?C-9#vV4)vyu^(VvAK(uD*@3ko0DJR1M+gW6 zfSZVj==lb|Ac6q@;0ETOKPkY3Ft~kxO0Z60U;!Z^Ahs(A%+C@A93Meo=9Mt;@uQ$9 zFxMS;83ln&2*d*~iI6C8d7%G8MSzbgg++miflUNhMo0vBxrJcB#Q+;s2m#~+i#Ldh zfE6Kuivz#FWc?pE_^;pZ4<-Oy (SgU4W=2r!dG80ZV&uK;i# zKkEMRfWOvx{;=O4{Kxs9CWr{wTt8mX??dDw-~HcjN${b+^|^0p1aQ$`(@3BZ&eOo` zk?$)&u`+7u^2z|KK%Kv;z+#JVF{qrnt`X4V;CwI$E2|u^kfM*HyW1sTeMK=SAY$QA z8Q&}Ci%kfNAz)&H!Vp%doV!PWm*W)&A1H?$CkPUT%DCEjIoepcK>-KB!Oj(^!^X-5 zs_Sm!Xy+5a2bFPgf$D%IyrF;(VCUs$XUhixTFutc#s_L`cg4}|o7 m(X z>+A93l%JiKH*ix>4&Wv^p};NLy1TgqKyB^p0SCn$xRxDoC;xZc)PGj4;OpXY?g4Rp zYo*`LTe&*A1bj!hyL$M7t5d22t5SNo{U_AW?puq2vxR(J|MRS}kCls~jf~qB7dyaZ z65xXY69La3&(T}K(cjKi%hAWi0cvmM;%#@H5BS6X(GH;O`R1%?$$ %ti je%#Of6&tUyJ1#eb+;g-I))masX1wB4u$jAD zm(We&JW8ozBc4X;RZA7G5odmoM_OJNn^SZ->AGM$-;^#zKtyah 2nLqKmVjG i-{3$0XtLe>+kv3}Reg|KbZzj&t8EzOEW!VLCq^MXwFsn=?K9kEY zI$EM!&!=p^f-4-FoUl>r_OiZ&6!uB+=Hdj;>vyXWo72?N)pGVJt^J#JLi!)1y_y&X zdSytld0t&j9iL*k5QujeN8_rosg7Vf!_X~?N{^7v{hUL!*ddv 6n<*r4@ zNx2L%-<)Ntr+S>!roU-3h#6*am&7pNX8*z02U!K5(IP~Tf!FVU^$+sDDh(9=|10=^ zMH|?-*jah`xVu_;IfH?Of3LcDuDij|6X5Cmj98v4a4=I?_~)41xe^ES1Vw+&YC2cs z=XuC~a6g7)`2QvFe}pj3?M Xl-Bgc2~ z&-tw^Fy+q nn zYDuk{vCghSnb%HZp!~?MHCw4?OBB0+WFB*S=NSt={&gy?PA)474@iS(3qCy&D(5a* z)}u&>Uxe;NgDh$ltK#@da`1=K>} ;|cys68x%YN;cU5)OuYP?y5T}X1sfg&biVgeG z5d?2Ld=P*&@If!{FCzZL`~sI4u@d{cj2fWfdgRd|mxzaFST9>J*IHEOK?j**3d^D$ zt9ql0MFp6KR98vp8Q3H(qPz&&m*~Y8eudKnN>4Xzo{y1!8ML{iVmk2RBmbgt`Dtam zN*QNuCmwHu{%EEj3sFW*=8d|i<|9Vlr=(_U7NQ$i5w<80mWP^Kvl-PpnLwG_!U!(Y zP_`C@o=)dU)C+F-%rXQc;M-yJf4W;4L=~e`Mm7-d@LckG>y~CzlUj;TYngz^LjV zNWXP79VJuZBl1DCdrv+GNH5^O9`T|j_Pyr6$wx@gm|qWakyQ~((I$#qu~vbX*%cBg z2W3mi8E<9bsV(vlF1+rC+8kr&BvU f0VcUj`^`bc!fOEpO$v@W z%hRc{^x4Wg^XFP(TNVfv62{fgWV@eYRGhKro$#f4uHpB*SD18ML5nBsj=-t@b~W78 z;F|{MztS^|e{+71_-gQ`tBGr9OhIF4LYx9-!4f&5JF(?l^E2{M&PA&=oz+WzypC^$ zpgUyWoP&C0(^sG=N978a7kq?+2+)CCQD{l9fIgN6up4X8=#c}cm-7agW&NzS@2$w@ zcwh76abzouK2@lZ1{hEIhS>I;cJ-i$JBG0|4*q_89LC&1cQ8U4-VRn2D@qKZ4bhsu zz8v#CYA}Q8_smbqES@*`xqPDqeLQbA(;2@qxsURWBvz 7jn@Q+EDo$LA6Nw^yU!NAD=2`So@uYf@bHe{){U`!DGco *^vzsrq8#u z7KCK-mmX+I#|0@oYA7h!%6f~_z^Q!Y_V;UQBbT_JttrULKAgPn;~7vTl)}4l>iI`H zeO{3hv{8;la=(~V$I;0tAr@$Pfoqc&pkKqqAQW`{&h8T9jn1LN-!#WBGD$&yv56Ar z$f|rB-wK98dxqS - zVfzo$`MrF+?j2O?&5Cou?_C4_jThwgzF$LXuBh+wcafi>p13(oO0iwN%BbJj `(H 6$>%vgCE4@ZT#B-{Tve6`2WaFMA)WlMA(^dM9tjynjs(|TyEAa W=B0MwRpo!}Pc zdaS$rTY<0sF(QjDf^ry=Pg=V?&_q>ZboHT&QV((7$&Qt>8jfY;7z~ue{kSrVY4kJU zqhTejC$3Wt5pVbUwZ}{O>ll_6zs4UEx)eJ#Sc^R_U 8oUDgQv5K;5{utb@~~ z6?zFCUq06*i?hv;6)`&i{PDE3@;r(*%_X&GX$!6b+|4*uv~k9QhSGE{^Fe3KH_45! z ^{-dUkjCR%1PjvzvtMm0FImN7&>G #TdKyv?r{3_Kgs9%ww3@t0!B%j;8q7S?ukDY^2KzsJ~8pb5R;km4EA zWy&1_S7w+1H472!gSv!w)5&wUIjUV;$FeD_a7LY(O>-kMMPCix>G89^InO|9NEz$Y zYvnuTHI<^%nZ2A{tnmec7GUd?^lJ9k*1#rFc?Fk@#UhW`b S4Z>!5(eUcC gn& z!!%wfOmS#2FLX?fr@^d%7aGq*Jr3hvfnl(0!#HtI;HG0$b>Zv^y z{C3hSu@#CnTn4Gg0{?}n!bI#f`LDb9ECJzoi2)8|gB&fo)0pQI4d!kM`>Ap|*E }Ynu3Im^l#jO{g`Kt3gK-Ty znRJm=w#DnBkkY{tLgJv9NdUoleMCyfRMQ9jFN9@?zu*6?NBaNot{C;M(2lCYGK?l0 zhvp{?Mnvz~dc_ON3k@QWWNeF~AqU!&|6o-r01`t--6;eE=rIQJyCGn2^gua-T8si^ z(x`ug1IZggg`#uy5rt_H;+3}|il<&_;MC1Q+rrjy-IrGuKQxK^u0RM`I)ajw+G#5r zl-Rh80&nWlV;lI}NsTi|^qbV3rLHf~%<^s4%lf|2DS2KeV?^>Soy46v?z1oSEXGDj zi)cCx;uU7mF^x`qOMKR&BFrKU9Z7yWiOaX< vPS9W{@4#S5zhSU!wybInV`eJIWOr=f(MBJVzX~6$jRBwp#dz3bSUrYfYtTb1 zF~|%LTm5gvmQDRP#YO-MeL*N0;PcVgKEq%*sW7@-F@AoS4Jh^P+>Mdn#lV0O5u*z- zn=xM^V(Ws2KK&Fn8$!M&8|%WH(IbpweWr)k_ASfTFb|fmwwSbDkol|Iu#ix;aZ9t> z0<$nPh!3tCDGG5MXv4$mXMn0fC5~fyt+$5-;L`(piabUkld-5ZwC#-37yF`9 p>GA)B6BnTc!!cB#O0ykP--U?80C% z@*ewIGeF8%0Y!5Uw5IT(`TqxB%YHx@0IiPKT=sbQupm|vE5UX7NYW@4JI(qAt2mqs z^EP*n1`iK8)^#hdCVF<&tvO1Tk5>(($8#oV?xnW2bSg|5xJk%P%#|(3M^F8nYMfbS z<6UrZ;B|Ou@xE>(|IS)HrMH+@^V6v61ifiv0hN5TTt6Wm&R0yzresU}s|-*~(-YZf z>o3N~Ag*XWTvLj&qTKYHP|Jjusbhw=qZMQw7mJ%c>a~^WxPoRbN zhM}1 zPlVxGX3A@07CMU#IYFf#d2~1&PzC|u+d-rMfni1t2P7%SU%kQqDN7;5KhCrTyV I0sw{?7tjiP(2B{b%T%7p{6k^E^j0h%wigp*au;1h} zL7~eintY%bg%6D*0F@l|8<5N-e`~TYyv7Zbw_9Nm;h27fT0iWXaP{EKrhZ2Lsc2M( zL8DyMCOVT+kUA*IFUc#(W5SHKM&qj wv1`6SlN vYwX}m%$)-^?Lx;$(Au~8?_AR4>~Su1jz(f^Vw4jKP0pnGXP zds$t0#+Y1U!d>8_qxfJ({EWgz2)gFEY^e-P4C)0ph~(V@sJm%UC(|i{xT6I(0BpG@ zG$;V$9S$B;D}E$0?r)N`8`@vbo@RjFTL;yG$>%QkG)^%cdSExK08zlTDSS*bLGqCY z+=PVNDM9^Nr-hzYa8y$pgvkA(*ELBmsifbq_V4jb@Y7bl=EuwR=88OUze4@m^7In@ zG;ZWI^1L#%_KSYkAt2Te6Z>`xuhaF!` oGuk{ znt7)Bw5O}}Q1!FAv?{lF+Na< XE`!`KX& zQK4ssG+|sGqifi-CysDZeD;mOP=M~a&ZM37{Q)`K( (QHUyTfW%?`Z4?S2{5~9OGDR#yvb_b3&5;BT-QN>D)YP-op`C RyD(MupYo(Tk76spYBmIewrlQFKSduF#3k}V=+TBDxoQBO>mXzf(90+W3ldcN zw}!cnbO5#ha_p5la_&697SJYt;mv?AzF8fjVB2#IlqW$66@EG*0!D;XNgqg*iDP!U zx6{&WrJ?5I9tn!$@zbLNX#^K~^P|qSgrvV?`=U+V{LF&?^cNo*ivmlgl6U6$Q5J84 zTfQjzb38xO84OXoUueMNXq4n3acXDTC$Yj;-TSu0oW>n{$BVD|F8x+~%EmhzX=5Dp z=nWA~+o$VT^s;n=Vw;5iZ13MlOLa;}k6@iXcdiEi{iy8><%|Pq7{xcaX%%Qy_lRR< zLa#@(SaFKltB~aH>a}xZup3!)D8z`=_kxEsIRN^NN{q*Jgfm7!SO89El1T^XOt3}W zJ$Nj-ii|2K+K`^G{-R!e(ks;^Rv(}0tdJ_7HD)HZX$5OadcYZ}E+G=6zNmB3Gl08N zcv$Qd_Y%g9$o1Z{>Th{und(k2S>LlZ=Gk6s&+E%v4zL)NZ1b?i%vyosj4@SOK@_RG z= ^et4E6_8GJ6|77v8>!dM&VN(mq2Y@O*3c(mGww|t@Zoij4s7Vt&+Q? zGQns8c=0nRWP{Y;05p!AJO5ZR{VyTBe^fAmkN-ls9kYT7JP9Bi0oe3^x`GMd`9b#r zSN#A^2f+P%-yGI30gngq)gf?r?`Loq@PEFF2`G7lo=2enm=Q|}P&NcG;P96~{MkDL zz^?E&{rf+Vlt-Yi5v9_Hmm@NihlhKg5RC^IVMH0z{^Jmj0eD*Qe=z_72B+X}0=^Ie zI9$ZbA~;9@q8EGz{`>FWp#%=F#CyXE8C2PuEXXnUUp>=*^-TZOGl7aFP(SluJrgJ& z`hR;p)1E;@Dl<^!$cz9A0y7G#9hpIC2EwGm3!M<)FU0o}%%HMv{{%1+d+sUx3@B9E zbFvTz;>-xV75p OnT6^cfU69+1g5QaQqkSI%9D!CK5(kJY;Uyc$9l=2PB6z~y z?p*NafjjKQQ1`AB21f^X0rvytOUU;Gz Yxonqs@MTEMqhj8rOy_J2!4f}5gH?4w6&ihfVAWg7ekbg(N*Qkl9ET8 zen9UAibRqAG^iX!(Rs%uc>A;SdhMYI{@CbfxpuTz{7fW)tTDgv?6V&bC|HsHJe5wK zQRcNIg(ZF(q71->VOJ1X!bTx=%zqA&>|Jg)Geq+Op(6jVuiwcQJ~V>@Sc2((sR# z>@OGokxV@<$(k#Y1d_Z 7{OaNT&$_4u@X)Zn$m`{EY$HDg~nPmk8JDPO2tx*C`_mU#oK)baG2 z@^t$8TFx0Uxk0o}e*dTV^qPxTgm4>31Na#(XQTJA$bEnG<4$L{QVv)21MEp=4%fOx zPrV(cUghcyS24UP3l;qAhen>UIX78mn2Q3RFlLFktztZxy%2;#I`H`lAL4&v6%ZAe zN5=TRM)=#(JRuQ8(dCGhJ4%Sl)Sd5nM`({HixRW8L=|R4nN*fW6}zV13IKFHg35j3 zHxw>VZFb$XgSBygjP!nZzMFT!TSLrC=R5hMM@t%|91k28`f7bOUb%01hFJ7vzGW}B zJ$ <8#`tTw${jtz2XGTLAFps+l`TWR9j91% z>8{1trO}K8-Xu0hEd@or&k-fLpXi&`nr;yhODNT$kO{n{2$>ubhk&|hRAYZ%FaAv? z8GzlXo1Xwn&zRv E0$W%-wkMXhWu6^;5-KzsoSZ)iDX*~v6%zl( zksZ*f{ei{@we%>)(QygY_H-!rMQ!n}&6wjx`Pb4m(wlG=l81H|?)a?ymb>&ymH(-?bXP-uT`uzq4D1)lkZP}My;A7+1kxBQeLvFL%^s8F z{8EONE#Y}DfmuUJF*mbPRxvp{4102!`yp1T$}XZN5Md_;-bSlPvZd*E`_5n$ rQD6dRjxFC$Qh0@ja!9^O%K8Qv1<7QD$#3{zFOHe5UJ>{5%0U>~G7% zREme_<&1gWjftT*g`vpuA|wV^PN2H~aPI9#n1 z $nC-1M$1BvzHh z@)`U&-L>}^CU!3HQCN@%#6>ndDma%23OLxlUO7sA4Hzeox*60NgOP_&)2PVN03*fm zRL@Y-Ue=ex1oy%si6B+-O(vTrVs!m3%L6X3TzVeWRoqO g-L=Jw+Rye5e4 zTukv#g9rYwU+6Czi%ef`E#Lbh%U% pmF30hTxefUzk)^Y zJ>xJGGweVEiyo%_Q1PJwI*#LsVNbPSS(7o_RU{)g;R#4FyyZy`nDKj0!YSeP|HX_C zr}uxO*ToFy_b=LoVE{gOm@G5d26K2=05u6*gSbOxU^v8>Ch_~OHsh-cZATk)$X+IJ zs4`H|mw{FI@f!3nZja&Z-i2)Yq~z96m+-M?a`97?05EA?n#o0eTXn^{HB6OXb=>Q^ z-IFmNMmffywvNUgdex}Hys67^Ptb>%MXA(xcw;D?aQseF)oWIE-KVhNyGJ&DMdk^* zON3Ow*Det?qPjrkk!-BTbw S+HRXLs@_Iei6n#=~vMrhA!kp0VQ zXn{1nOz07-p$|4aD0~Xv^C0Rc(Hapo^)9RehQSuH3&UXxfx$*P^ e6 z4tQD)^~7bXxH dE4xOnKY|qNC${tA`5IHJD9WjbHy^iIogAiyB@12iZxDoqEuGM0djG;B zYSdWKlJrXr )Zt;>Bj6T7Atoe0#@~j{?Gc2S zutxE?D9idu^6=G28{^F7Sog}FUOZD6do_z~amjs(qAiSzN1=D3COk8I==9aTn;oWx zN_f5>(Uut5gWvSDs4{5M>g#r#x$Q4LC}5VHD3GU?c=1f>$LXfW9^!NdeawAF z;Xh_hbm~KG6~ KXs9$@24u}dA3nGzrtu2U8Uw Lo$M*)8+p@|?HL&{?Qnh$VK1f_^h &a0a2NfHjCmP~L2;mg z#Sb;`KdQu$5j$i&^>1?7vpoPfhL1(IZ+mPE{|y|waSY%X9Dh)NSqyN2Fao)q4m7YN zQ4@^94Bv(%TZM$?J5GgkGJjwW36 !gfyq7!A)bI-RP31mkmIY&a)Pp*N`6+2j5>l>D{xNlen@2QVC_r# zki=wV1xbYx5Xds!j7jTY>QH5^CTe%EvZ|2XVv-kSR{IqlB4EQL{xzT3H?(T$5e;P!(C3m&SFo=UM7xKU<51H#%t==EeK4a=9!zy88viW zlVmur;H&p2T57H;M>1a7uqW*LqIJK7`_~u2J5oaG-7G`_#0lawUO`X3k??RaY6{Q3 z?J0eK=2C7-!2D&cdHEUJMyxvH8$^Q7p9CiM4Q{c|tYkFOWWBnRaQ8ysUBB|a+X)*w zE2qEhsOklXpm(OALr==pk~hu{GE|n#p8c|NkH nwkzVh#yiDYnEcx0*sBOQZ)2 z`0Ng}>z@nM<3KS4|1Uu?cm$Yv{_n$LNbI9(ka=;yYqjr!|AEB- tfCDh#jIaN%M`0jLA<}<>qb>Hb|8V30 zfan26VuYnc5X gMAc+GySb(Dd)WrLjArKRP@WBFn!66|mAez`qt-$XAM_B-> z;)CA-bi*MhEMWWul*I?<0Dj_-6&8-4_=6S};2HLLVd1k7JP%1I501d|5OEm9^WbQT zeR3-JmEd_u-c4`>&=mVDoA7hs>H9pd@FUPz#42O&F5u}%W+pJ1@{-{Wk5x)q!LD^ms{^Y#e#bivSQxaJN{b`!AW?embnjaLqA~ioe zH!dov5YEv2z}0!aD_Qf8Q17%X?haZSEV)m1zjRM8pX(?Y4Ip6#a)!G;e}rWa*cjxf z*k4Zqj^@1%`D+UV0ar>rrnRCba|S#}jWrY2Bj@AAo0Z0qb+sj&J*yojc4hr6C)X+M zxo7@Rk8}L9&;0dcMUD7l=hl4mr)=uoE8Mq;!U%i`L<#m^ojQp6Xm$DC8zEl(Ak6|N zkv*~?1f y7w@jralKi>T4w2DBnr0Q*5LZ+DQu)6)Js^kW$&KSd;){qu>O z1EhHa7IB5&H*`O`F79$F_lQfr_m1$!0K5>=B?m; YyR31qVS4RfY&hOZ#3c; z+-nW`Gv WrkH5ICqf=D9*x!j zuI|0}gdQfF0d+U3ci-0(e|z`4DGhM0iD*Mi{Fud0QyzTG>RqqwZ|~tZ!V43_ B9yP%eb 5oUWtPa6buJk|jnunX-UN2gwI;nWZz6xJRY_3(}wD#GYxzYfxmk&&NIVHtj zHm&cJi6)$49P}!Rql>F9ZWX!7WLZ}=K53p~Kyl%_N$z% cgtVSy`m;o7!VWcQlj#8%wYEnsVk}TiN55nlkyM9&uxi(v5We3 zvE)~@xXHD|v3|4@Z;X^q(&h9+Xk3Rdoj34giypbD#yEXwZvCbD)yCEgmn_=^mdIA{ zT4y<`+_{)4Q7tibWrlN1gD;8pHtv-S=r_~VflUF~&SwHX5>hWxPxso0rY0_u@Y1jo zU@b>`eZn1m0ySY-@LRmPtfG6d;Q)yVn4rT@44dv^MGD(M8Pg#Fjjd~?w=WmvoZmyo!_%rvzhcg9S7e1KP zx4Cb%Pwj+#f?}wt(BqwUPr~~4ptRRsCtE7$s(RI9F9 iJTH zKg9Zu@xC|hr4*Gn{3RtEw%lALHtKb=PZYjB4!U4&ZPz_QP0F+Q&MoME%~Ix7v@nj) zn4|OI4{nfyEE-_+M A5#tC+5Ot#L%FZe2OLU-hD ZIy0byuuj!P>=B$ #G6v&guIusJGcHpD?t6$YEtCblyV>qW-)#xnw0AV`!BRYrkeXGI$=MZ02Ta0 zbEBd$0h=p;o&i44-!!-OuxuR2F<`H_s|l>+npv@YLl?{$3VooBUK`F8c^9yDzVo_n z-h|I)mE!g=%;B2YD!dzd`Z-&MlAiq7T^T$bvop*()axNUpI^ol7Y|iTeE&87i )g7TretkiFo zmAQ$lpYIZjIE`|bvcH40Y#G_1kQ>tA0l6GlYgEK0U@MAa%59_r$PMh_nZiR^HX+6j z4@Q#4dQh(r?d7xDPS>@3B;;o6zcr`de8*>iN5SV+MZ=bG$E9{54bBn)=m}bOa*lPH zX(Gbk)CSUSd@=5M_7(SpweJaxlBmGJc}y-jk1ujvYhuu9 zDVY)9NC&BBLWHxeXaV}ARd%KHce*)Qwe;`;jhhXK3QBlPc8gseIq8*AT+Vo)Ie_Cq z|3& t01hl=^| zeoBX`nHXdM0Wf4pce?BvF){^cpr^0KqTY7CO+7K$>$;U0E3RpfVcQb|GEP5<*`g=% zeO ;+KXO=XNETAJT<%?Usdz6w@zKk<6HP#VB3~muPQiw_sQ4jXOUs(#O7GP z^dEJRNC-CRWi~fCMl!a&RCpV0c&)cG)N@-u{r9G^gEXwE!%UH80_x~x;)|)TT(5~^ z|Nd@3=~tpL;ZpX8koa<$QWT;=8XmBz%Asgb8J^>EsGJ4cG6J+7*68`xdf|kmsaA;T z4K~3`)?Ao)RBC$qN=C_oSh$j!%}UdRZk^}jTX0o9mb%y0{6A(We~+8U=?Dqny;d{F zond#f8b3f|JBNxU`dZDa@~kJU?)a~MH1?TT+6>-rNda_J7@xm HNJr-EJW!qL!!;R@E|{yK{oTpmBPuf7wl)D8MX> !~4ut&>*G!eM^f3IndOU~jt3`Z%DV@|P bl@rsd z5tDHp;1q1}F$RWKP6lFXKu^?~j++DxX$j_V+TSEAz@%rV*WM-`&FSumJfpgLZ{j8= zpSp{ (HhvY7ZiOgiC(C zD*j>Wlha6`>hRRiSE!gVQ1PKLKkbNYG!u-lC%Pt-H>%Wd{5FnptJ<{i!`5P1MPa^6 z+I*_^^5rN5gw* xB0dBb8*AN<`Ls$Xf4nB17Ej?5%L6H zVQvsF1-#@{@}!vOl(SZ%N_4ZhS)!(=V^ujL9m^tfNG{5;1)t!H<+#YnsPr*~?0m0B z#!T&VgA&QI85RArrQJb_o=U1p3JXuouIdR!B^LGh(#B~m)Crs+3o?W?51Do6roJ{g zIhaHBG G6zxbcno8yJlvpxDF8B1 z=bLf0(x`|9`Isl_Kfm(@1@-p;!*y~sKr!eOr$3Z7?F8lYm@c)r)j|WcqLu>vJKyio zIaS;;yjM1?|DX&fW@Nnf@|)4~VzTdKr<+v+HNQZ=u#b#w8n6Fc+l=)K4Avq1lK7Qg zByiauv+x9DYcO3q{L~EsUu&ZmG(J{ZdNk4%m^c?9`Bvo6MU$ay6J7f4U*SYf)^7?V z2GxeUw^XO!X6WHpc`yZI_C*K4taik1b(FaARD?VWFNpOxL13nV8`Oy*gd6qol+Mp| ztnXyvuCwfIi>ufnXw0=XKTr(817mQQff7VT4I_A5YM8Sl``NtnUc~dMRGhXJg*9Wi zrz3flu)K-i7!sA1f6^a)rl8vo-x6~Me|C|D+MyZiLDshwzVF}NMT-Q676nSVZ{-xZ z#;NAf5=s=n+JlxGIQ2W8y(qNsj=w)S`g-99q3>#2A^Aq?djr}In^v}1Nr(t$XWw(| zo`RFit1XbvVWFlKC3iKh%rD?sIg*u4-{^Ww(4%7xb2Q>JYY|xUfz>BouZh2JIMAk{ z5>SGECFhCwOIdy@UANXTliiJcMW}vYMYfJ(j-fY}uV0%l1S1)vRwJm3?zy~8JPIKq z%?6O%;ebSCHjc|86E(DtsbMnU)=GIO=dpm^sLq_L6ALZdV_YXUYI+$ 3_6?1KUUF=u4{VD8jpU~xdFiDjX$^k Vk lp|an~cfNV3i8msIB(M{31I^`#8Epp+Q&(`mp%z##N=1 zngurfk|vQNhEM68d=E#6Fjczj3G1^qnoO%NGL+k!FAPbSTellFPKC5TF|~ncf5=t1 zRVeD!H?mT}%wLJ_Q6%t)FZ8U^28z*xbngK~`Cwup>gN9KK^&KC=IjWfdID>duh}G9 zp*^%=9$lW2R1J+J%qHS2b?T`oPrGu0aTYWR1=GIAKIt;y8dSZTHAZZgELQz@W3&wl zyq^-0a3s-}2gNQbsk2SzeRK($2pKIdSxHEX?Y`SXo=La+bLVQg$LiW(DsRB)e1;6o zP43#zGu1c3ZtD8POc>U3m&uo2u~q&iaodC<|1$YVF-_#;`t9eU9mQdkb)%FmJKomQ z*BDC9(8kkNj4?h=@~o0~wXJ$t`+n!8zv10)DxW5%eE7X10_Mul@p&wT3eT$7`QVIA zoW(#PzXR ?K$p8dA*yaFx%91|v&ZO!}o19r4_RC@`Yza&e5hX(r zQS!UjpbxVjUQ6;Tl!GLYe4yF&1RKZ^~G#YOPK#SalgI6G5X#KUzt+^7_Xarm7MK zrCuOQ)AHZB((cao@pmpof23~QL!nYU3@oc36g|d|lq2YAOl>oBToOjdV)JNI_$Qr6 zGj0`APt|=(AY458s?b%{Psp=L{~oa~w*H*Q05OSzp`_9EBu2|H3Ar2TgzFe__f#cN z2nVUP!M=%ygA0|`J}!rh`3O7^NRBmSc%O4JA!)QN^u_Rtn^7jzs`dEt#=Jcl_sLcC zv!k@u99Okx=xlS8bFMr~{9=XvVdnkhfVzmGYFo_QwJLk3t5pS>0clms)la^ge_lFE znLz%d>Qrfqy?NZcN^o09yIMobL!%nrml!dOrRPuCp1dRX)rlzY*9Mgb (6A17SMxRI6I|!cuqS?kd>;HUlRBsT^Rnz*Rf^O$7UPbK%u!(;@YaA$ z84rYsinj(3_8d>opM{%1e)8T`4u(jvaeVS$yv&zkpAkL=Jm>ob7e#RjI1MtUNzYhq zeK@UYJ^R+^c0a6KqfsV*9{D^yEq1AAHBKR$Iz{d3z-oAoLNhB%@@*}ZvR6I;d)wDI z6fWMFx0zRrQI*%$`+VwieS~MuPhx3&re^`CKP!nwS7rKM3N1$0g#5&Ud?_#gg&~76 z@V4uYV@y%0?+Q hr4%HXHcpS})Aa{lQTU1A8 z2<*gSMT`kTYmu&A7 {NaZPoueWZO_i( znJ?mf+x#9nB6!mdZ(um~yovwykq3{|XzT?usFsRU`%y^fK*1lfV}ngPQAy~S@f-6! zTepu!#)=%ovc2OR&ean|-Nm!VPKZT;b@~q6) 7PinuRTb50cT;3?n~M=z=l<~dMb zrsyQAs dSGBYs3r zpMQdtwPUq4R?o9-wRoc@qtWVf=D_atSI{M~=FIi97bQ0w&M=JJEP2gGCt7lE$E{_n z(0%|{t?=ZFSmVW?Y*dXoPQ7y#fyS)g-qJ2H O zijaNv){_1@F0BmibMFkwZYWdUR~`SekFn~us%ER^=i)3iuiUDd;>z^B5-{=n{;i;a zv+~>dC0yUWZh!pkt-AelI$HCo*p89cs@A(`5{P33?#s6pe1+zp?I~5VIdYX;FXsFD z;=iTy&mM*4jY6lz#{%Vhw^yl@@(M?ouZ!ytgv9gfkqK2WD`)kckvE+mwQw2{zV Vh7zHU`-269*G^THcgu~mjnUs^J z#uU|lN$C{gah&PF)A1K$a4vg&Mda0`O68)u*0zBXTfyhnqHS$1w&&F^KU3$LPP~No z^5NC1K@ZhU&P+P;UM&4=cE_Re95kCS^h4U4v{%a6wshmY!X9I6;wPs9=lQ?Ly}KhN z@JXjWSLPY1<}=7=HvdHTsT=r|B-bx@QI5~VyJK%+xCE=J;7GnF+HvM1xoYXn*1etR zF)0yIK9Aig({dAY{6lOzFY~<&>8DKX#`c~lgov~Qf3BbrBm+l;cuYIsI 9D_1Pj^EO<_KQQnEsmB}tR0*g-~@>K{y1rE`7o@GKI*zieH z$J-oa`9pWB*4xuLa$dD@H{}xX`6o5Huyu@G;@QTkV|VA>nA_fvUz>ZGlbKrQWA5a6 zdPoE9H3l_P|AkLsi|Bc}C!S^6%EhEK@H-Vg8BTNM7gbMcQJ0Lg4F9|`ZQkRc`91}k zuunX|YBJT3a+7 8Pv;5-jvLwP=To?tol35NqgS zTc}HMG^ZL?^(cMhl}| 8*gbKHeGzfj9AU-ggs`$EX{WE;@k!hmhyOeS^8hs%Yv*geh z{1SfrIn2%>+TPbC3~yD_o3_ysTD*Lwmg~)?maBl9Zc%H?DG*WrTHe{pf$c+no3gG0 z0o%Pzh-1#P++D~v=J_=g0zI%ZLWdrm2&y#$5^wc4ftrJH3cv#Z{Ju_{t!W|G4C=L; zA1G5&QoW*BmLE;SSuJ6d;e-a7Oty#By$}lwA;hm+e>o=%b#W OkGQsJMZJ@cdKn%L7N9S)s){TFO#=bQ~6z2>r-&G#Va$6^ypCU16RSqjzB zGuTOPiFG?+Ur70^lQhMAN@O%CC`ui}JX^T ^eoLdYZZe f}| z|2`jJ;P*xr(n9`+f&UK!{~rb(K$HPmSWE!^=RXWQ$d&$o1p~il6Oqd7B8c+uL092; zZx9jM!{8zg051H1H4sEW1d+6A7r`1<5Xnq-5qv8s0(W)czX9KZJt+4NfQ8<}C&SMG ztG0*!gdYHEjXj(p`~Vd0?&09z2cX&rP!sLn0DJ&(2IK*F0|ep-aT&0$hpd7Csx5fP zDhMFaf(T;=zYxCN<6f$N?+Cms!W!-!fp Q3FUok{;S|YF-|5M&ICXCecOGigqF_#5Yh0mNlrNdC z TMfNE*N6|7D zr;e%qTj6DEU%bcp?fA<6Bkdhm-xrO`PS!)?Fam2$w$a~(vD@EOH))9Rd>d!!Q`J*; zEtN|9Wz&+@5LJHl^Rf%2Z8ydhJ!CnV0$d^%M3r *EhTc+?m vKfbP<+==t3dlbMuFEjBd_SaUpKFEnOfE2pLD#| z>iqWdsqW0O$zAk?VHM}^r*1cOjJTXg@432b`N$O~X$3z714?#u(Q?3pBqVqUl0#H^ zAZHu0w&1utNH3oYxJ3X?d8=ClYVH7sLq~lAJ3CqJR7R13kX?o3T?U~hCkJuU#8g(> zLA_O{<-Q%YLM7`e_ECpU>}6P~`cpiIc}~IM*E |#P4hq*9xt}*P41VwvopK$|g$X)WW5k{BKZR{lZIJjrg<-j^ z(P5!eXSQb6-{U!y*Up3cwm&A}udINZZN{uOA4a6`r8P78JbyQ3Kit^!MRq+LmVaK+ zY(Z+%&P`VU!*P&6GTiLqrgfj~g!a5>sI<*|17)F#)|aM_x!tBWs=9J=?`p~uiF{ck z!jJK0Kq27$6*VB5I$UO>Vp v<96Xeu8N8cY0i!Ohs4GUYv{Z`9i)V&L+v+ z)f1X6u7XWG$m8zU)~_xN5qq!qQv8~CRx_^2($rNi`X@R&RNM64W>e~6FVP1iYVkKp zp2p=%WR| 73Dm;E+H&89aZPeWT7X7=_**fB_8)Jmb*uO-S zAlDve$2KRMz8VZ1&7`S}>HShN6dy{!K@a(vZ?+Z9z%<)!&ipo3(mCHD#3W&xK2Y?= z3l|ZZnoC{x+aBdvqX%-0vMqL=op~PEytK{t8}CUs|4dH?q^vHvG>_#oi)N0ZPR!&^ zZ#&FAdlyglv-@C8Q|*(R=XJ;DM!iO&pUc*VJP`PGkMT}?(VS!Fy9T09Nt2k|LKB#G zXoo$--*yeElJP{+PAj#sY?EtyCi_Xw%(*JL`-~PY4m;f;bEO^ns?;$rdLcW^v3sLz z*xC1XJEY2&8T9zSxaaoz1itbT5 Kt&KGcx-~G!#%|CS@&s#{?G3r29qyDqw4Pj zOi>t*I3 4v$K{0@+8c#(hVS(HHD!x-(Oys{ zx9FrKDi&jqY7xZZQPYSse1BKIVfYh|LC8qt8bem~l#ey5;u`4_zvXe?1a^z*^HCcT zynHKn!--5Rem)}o-JP1{Zz7^6{S$-JEx_%o$Aj&l2y5Sv1PXHJpsM Z7>q;_)8oWhg6$VC4Hpwe?UcGEV=jZExoQoJFbYXU!?NU-vad>}yP-UI= zfqcOWWg! 267eZ$}1d$5?)e{GvXYVte}5S3WheO&FDf z?(10Hj}3X3s@|S|74k@{gFon1WaZT#mt%31`Kwb+R1(?aWnN>xKK}%pU3inzJwA;- z)}j66*A^_&N?)pnpEVVH1iGbtuJ`0eGp6>cqu*!J&aB#bz%pGHhO>oEsHgY~MJMfN z|DZyGhp~55oK=Fy<*W)u?guS9OFRw&NaMk1>WZ#6B8V#}20{ENW=37+ir)Ikk|fFx zCGA~|RAz$1%WikcMY4$O9XN#UT(8W@j*_Sy3UbS>Y^{5lmMcP^mp#u`Fey`IS6)RY z 6E0D$D=9@WbpG$H2lD3uiif)o;?1 zv={ghs%Op0mz<456SeIdHz>AcXLWpJ+AYtUDCn($OX#WlEbo2CltJ BCd`=O z2BeiZC31^UskbFMnU}Ip PSVpLn*)rlnRS#h%oA{y)UPZ;p_gym-R zyb8baH8f4NK>iKmqpMr&cUmYpK2On}6CE~gap5a{5l~+HlIp}A+M`>F?DfZ |DG`nhGXnYvM-Tsn8^~dXHB*u zOAQhV*;6U|zAuTghiF5oP`1dHy+|tANfg UMs8wzp`30ZU Mjl=n4$fPzw~|e> tQrnUMj3)L(Sa|rh*y$sJy50r0 zpUioXCss^PIy`_gfh0$e8cxzzpb}Tm+MA{JnEde<;Vbm=MCy!sb?h;B?@XJdOb*Tr zjuY!{#C}_N`oj6 NxjH|K1ulHIhrq9GnhQLB6up4E7v;qxKRgxnuL> zl5*Wd?s5#?k}pluUBO4wCGtd?AN+*b)C*d)bHXjHVwW4J>)c799%OM!TvOZ|>MrmO zTVMOrZT?DjT_s`#IUj5_Y{Va`6_Ii>?{kocw7{M@QB(T0N0FEF_ XSrD1rA6I6-1K-~XuaI%&11+^lc-tl@97Ar~H zYU=6|^40xpPt0_FL50CBP_yv~X{qFATnOUphMBV9FIL~86=?#WReKR}p})l`)>n~P zqrDcA7wJ#i`u-@)_(2ItN>yq>yoAUno$aNW|51JYdbW)08GmzE76)Oe+C*)M i!_r0+IIUJy9)N_J57&A1+pyYd3-=6g8#(+{-pE483cw4vQFw~)){um*_F^Rnj zj@^jcR5(45L#E>vQv_U?6Sq9Wd0*iaqyU5GAET{AOWdSOL?17!HU4OEBr>)e6n)ds z*7AK#VYtG`RgmfF^3hvIPoKYTdnRnU{%*@0YoV+tN1d^Gzg_a1? 2icxQ9f&tZayV5Rh81WssjhhQM=w<$%z7kszKpzS?9vg|xSWmmbYO ztdJVJ+ne-Qu(L;@pgBs0RwdgaifYz~DR#2kVv^OCO|#wg(}TMf(%-b$nHFg%Vtn4F z8GbXfF_BKmInsyu(yKOoldb5ZEaht@b$!lqcIFmn3Jq(-6@ gy%cIZ`O89^- zgjAzlX^zR+HKVqzYAsqmDbv(}Y@{JMLV_i`pP%fD!=NdT$+SDdd5AV`bR=oa#)kA* z(G4k4sK_wrF2j*wDfI+~nB7x(TMSKNN9kRHkQkc8Ud7O!#)<>`d}_4=*;sZ+Y#GRv zn=jO{r|Ypsj-r1!kv^D@M98j*T||8lU}u@IY)C7iJ`RnY@~K=uR8^6vwNIun*D=R& zG vHZJtnPh z8*q>Pn4w{XK`KIPgjQc6E<|1ZpzT3K3~U(f>@`m+hfEY2izFL3KO C28RA}L1XksaAj_l2#h7HlG^W;L9{^LS`_QU#;m|MBGZiJ?rg0W zY*dE7MgLeKeaINWM 0EPvBvx*#a%e((?(#yiQoE99=qBd u;w~~Zeysb#RTy1#_6pd_TUQy`@z6|wv zAnE*ug!2URrA(yeQJs9+)M{fpzOi#JYQ?>v;-n)8j!tLY;IH)7>%rN+Jj?Ww8@@+* z=N0PDh_iMbFX5YEGM^1@+BZi!a`KjMEb9fW)A4!FJOMbZl5 X_J0ErZU3Z$sJoO24#lGeX zx%aE*$UV6xnuAKOl)Gn59F{kIsd*8dWRVz+)C~NoNFA8S(X{rf(*C_=l&qZW#o~{a zFKX`|t(tr`{(hg>D*fTgiS^9;R~@ceSj@e66wK-kh;{dLZ!FTXTCmMz)vW5nNr?rF zK}T3RbL;~B?F5_rxVW|HdQZ_52=W~1*Odtgj6ZK%ON@Bp667psA!vSLqI^9vcBB1m zr9!bZ2j?VB_z~ZH )^ey%>Xu8W`-)I3QQW0lt>cSp&`{x< z^B#(CRQ{=WbK;Ju)nFp6<5}-BhM)JXy1^1tn=!CRcx^S54h0=U#eYQnf*4xdBmJgQ z)qCcl3p*TcHWc)xl23DSKVyrj_NgMx`UtxN%+4-6uHD7~m2bZ&KZNP-eni{ybiZ@Q z3CYt*;N5BdRRWPxfDJkVY~`jxLSemmng<$`SS@)?-f>r%%dTHTgpyPCV0Ay`gYd1v zV0aP9mXyJkwXqn8%^Kzl=o|u2Y6P_mgn0eJz*is(KGl(j0m*qZRPUn?_3$_;^Dr2q zpn<`BA F;@@blY>_zjJj4<^XmmDZo(ZhwCtYeu2?t=JI7kWuS_ZR|J4jxSj* ZO+hUXbubc{!IUJ|e3-7?cy9#2D^> N4wuS7=bF;4WtM1Dq$j1+UXV?K-2Cj*Cq!Q?fiqbez^r;D4S0@o0UN0Q8YQY*3= zoEIZewhIvsJs(MIN59?SG;5+n{xCOIR#PwF*_Y2}FzqbNH%Y|ZodlbP#An=t(x0># zp`9nXx++)i_yDHXCv$MM?kF?w`m4{^!e7W&nrV3uxwFF%M~2aUpGgA8uTfVzNA=%X zhpESm9hZh*ZD<933}ky%zcQdOaQD_-Z=%S0I|963ypRqIV6ovR1QI8t1BCYXC?avX zHG9|>Pj>>sC|EmCMN%%{g7$L2H%rF`<%a_>e_g7foM@`>M}0s9zw)F?_hzB`*?L~* z!Utk!_y#lLqXhHnPV(Ewcbpy~fBUYjnDw*er8?y-6T@5C$sa{vPcz@FTv5~)zRRnh zSQ1BnQU3;UnO{B$=$!TapJd4wfIZ@D=zPUOsZu|f*kNC2?`!rvby!xr!UAdGJ<{sX zr*D=fu6Ix=&NVPOoIyT51_!s%1Lh PyAvRLk#4RX-;CKTEi7yh}S?^L)U1{K5pyxiIMvQ%#+b z0GJHSLas;{O>yR{`qSOq2P9q{2$)^lyI3S%is#SSwbh*aR~TF4fnBU3Wj(`T;*t@X zY$h_>hNs640AN} D{@O*p8OPI}7@2Wb9(p543*1PV}_P>l$62P1E%`Vv(+= zO5Qp~ZgVNIzsoH0YKwtBPxGAfLV2xP*!Psj^q;ld-A8Zr!y81(Uk}T_o=BRfH7u!d z)ztIKHwB>=t;g8&S~#E#Zugz72A&XI72ur+F7qRQf3O?z{muy|;=?4@_{EMw*;ns` zxcQ#<{Vq!nnfZaZ!ML&ik^R)Td2M3=`MC&|(W=8e7A=Y9HT|nrUOX1P>89G0-jheU zm_Ak#!#;9O=pIsiV^^*>&*6XV;RP^ L)h>|yP8x65L+?x6#@X~8@QDU(n|ZU5xbps UwFc=yPpd4P$Q& z=_Bz4CJd6y^k|h5t3X``^lNcf#UC)H%;!=2E6SVhE`8nzTs4&r(pT$Y^*l{Zi7Z#3 zooR2;6jG601-V|$*^T7f92;(_N^ajiBJnyof6lQz)&Yx-EoB0Z+#(c7C0Le8@mW|@ zei6NYAO&x}0q4Q^cp_rQ9`!l>MKV!C6WNvr0rZ`6_Ddh<8k`=Ljod0c_~>Gpy_a$4 zfo`D+;j*%ngeAD?B_oHj)B3ad?~UA#udOdUxofrV-Oj+kdi`Ok_Z_ENlV)eIbc!gL zMrI;NLzS`f=m^hGGNz(;!@fa%5Sr_Z)q^?tmwXm&shad5jfo|o)3Q3+rb4JgF6R|R z8P86-_ceGXtZ?O&HgMaMPIuI`%-h(}M)xGn*PQ=|v b9fS=d?+@))}u%OaxsAm*3Ca?W=*r3k(5Wylp-h60eT)M~HFiID43A z$V1o*UV{$cgSb9I%5YQ13``DK*xgpyv9Q~;l=$1iP7!A*k&d;LAb|$&gHl%?->A`* zu!?Qb;FYCqg7c5o *As8dAk-w^>`%_9!s~J)|&f%YkX+V?m zVgfWaFtF-gKpcC9RG@Lg2SoA(Lz)R%{{n)kp*da3uDFu8f w6*&;dj5 puR-s3jWEecU3LpA6uTJ1f5tp* zux>>AWg6PW_7)$lKAgo7gUkkVa)W42P9=@Dhs!;YJz{&Ivv}UR<=i{vPxr}hho|)_ zHS=2u{X8PcsO0{ohm!@GO#0;%dC5;FzGyhg>(W)8i^piyBP&=m_q$9Vv;SPcdQtiI z$#u$jDSm$yp1!De=cr0*fAlyx^u!!{q2N$kQ9->ymr8m~_SD_!cNOQ;p4B~soiBM` z& b*C;`^};7f`hHc*N{pHo@*zxL`&$pf(=?OTR&=LdhJ jjWAx9bH? z{b$!h+3V&Xi9P0^K(u*durbChB}h&s2sM*%Lh75*k)~XZM`)}1+#g{2v96{6SyB;= zM#ox%z_N%HxGEw*^E%=bocjX?qB(}){Hegd0?8SJtBwk2GCgKzp2uJYxVH`l#HLv* z1cr&n900DOJHy<9r~jF)_E-?Eb;@GzB0(Kt<|eMgJiSsHC+}P27nKOp3dUw;D;g nkipJ9G-@W4B96KkbT+%oK(oY- zv8cq3wZf#v7^F%@dm?^>41Cu-<(BOu xM<45{6#E(C6BL|8EYfBFtP^$L{^Z-2^`ue9k45O*vOt;fAB8-GUV-J@ z)eAzAvk;%px%0$=7)jyYtIQzxqg)9z82LtWMg5)FmtxOw{RcxgGI{xgmJ_}n|MYso z=@aR?>nfo~v3)DFquq(bi{Je5DDd#Ff2Dz_xC-4sK!hs9LFq9pruwBX7*_g(Tc%wV zM)y!S@`f$o$8+my$u)X*zj*&CX%6$iUJbG;oAGZ7$YTL~Jzgg)4F{cK?l$`@myf-n zz4ZRv(WN8u25VEY<*Y{mQMCZ=n;E zvEoo)Z&y^Ypf59zA}iORq4vP?k-JYK!V?1|VDaH`g3#+2@(45PR6cDD1Jd3LBypv_ z_X|7JYadXTfykpWTkUL9f>Nw6vagrh2bW3Pn{FJqk1lW%D#>XQmN@i&-oU;OEy-Y3 zCt|L5_D*&h1NToRRUh%f0nubejnq5(!8Oe}u$~W8_YT7kA1`?Svp!olP?qs2`42NG z$E!CN?rS7Ga$9 $ z$yTM`DGnK`K&Ev_-IkGa!Uywh_t|CrV)%hHsR1u$PpZO>QLuLQWCzGhHlxW&^%sih zJcRbyv6@6sT^lR%=bKU^@gOzpL}dp(3Qj%)6_T!gqPl)lY7S$|woxS}PukZ-a$2*i zhd})BWlds7H2{E)5h(b0$l|}|^FzG+;wd6%9)R3Ctr+iY{;ob~4)6K`^z07cKz+i! zIVMhNF`u%?PC{SBI7lX}{3sFWe%Ixq;&|-9-T8L|LXV7JHpbX4j?I!tv7NkBa@x}4 z^&1n9_wyTzvyt6nWB&UdJahk|x9 eQGhYx)d9qvtqt4QujrA=1l?6k@J1=)<3^<+utC0G|X?ASWe2% z^^tA^y`g!IK4Hi K~M))iUN zxDSadiZJqb-vs@hpJF(yz>>nhBq9BBYKE~26yQHHNg($4>Lu~pW(y}{v}^9}v3f EBHeF$=72ZwT>6=Q8?VbS2c2T{5`3m z ^u5+}tcq&rXO|>j(cp zVl(I^O}r*^+-ITKlX|vwiUKm0^hS&1@n2a@2fUeG^eoAjF7^h58i$~6UJm27GB_(S zdM5NlAvd}@)AMXW)kwH;463p1Fm>AF!%=YsKb$%4&WqU9QZLZdp(VyE$|N~Ji&SO= z9t^(TB6nQ(w(>qM#qWi#gaG=j7oFUHqbnh#k&-xcEx>9KMeKZKvH416<%?dNW}G;} z5&%F3s4+md5%`&bjoU>JS8E$L;H^2u^jt4m8``)7FBH>LJ<2Jj>1b(dqs(c+dE^MT z!RzYgj%6Nk0`IP4x%D{~s3>M^f7ad3jT4DicG_kvA@OkI9mW!JOSxzV=ezmOfLZzf zjIs2em^}c7^{+pKUX8ow1Ek1tS9{ox*i42a%Hv;+yE?^w0bt;8tpeaxILI{q1^AD^ zy8$l&Xpz{zu@8Fl8#tXA1SjwT>mU#OZ1dX)P5^EWK%s#@!1p%)4; 4cArK{234^fD5%54y<#?=56@q&m@7sV=M0FS5m-N_yJ+P zLN>4Hem5RN5>g~Y?p2X6ZObRtM}sC=`63#tuE)UZho<4d;bO?ZPfPUZg@s*9_VcM1 zmAJ=0ko+2Gyv}m2KZ7}1daO9Cw@&Vm_d9p4G>wC0E_Z5EB(%@JIn4DmF*VU*cKV7! zTyu|GPmXK9ee~j4Hz+JK*tkZF1_VJ9=TzSrB`I{8xgV@3AWq*w{p`i7sW(p=eu=GK zx-M28!<8D)7;2y=Q`>g3B+aMKNn5ahpCmUgQB8?Ln{^d*Emy&N_bzu^d+;|+G$bMI zLF8Vw2l2tFG9k_jWuis`+R%@bXk+Qc{ROw>m?G$9uv{T8VyT2WW!b?K$c&Vw1Hsp* zyd1nG!N*}7hb%PJJty7l`nm^oG>-z&;eJ};X7C{#=m>@xJx+hZf8(d_ld8MIqqO
eyMRZq=Rjr16k #d1^;luRyN8R_Y@V9K1-$AHmr=u>En*vsX1jBw%j>Sc7z6U1pww z@GdiXP#C8j(G9J(QP-a%U2tQ>p@FU?J;dODx?9Z0z=>e!pBS(J3B!o%!U$}H2sDZo z+D#Kd;(j;mwjEf`+qWZxGy#zS`+iTzZKMPiAVX@U;zojmYyxDoIp2foAYlja_!twc zZz&02*K& u jd8u zSx`K(g=sM)7duYik>K?>#DBZnBw`DS3<9hTN-$pGXtX*hkO@4YI;uwlm}ssZttF zD&lUNqH{FF-vsg}KFOK(>zE~8{DnE(;nqZ*A9w6*p_iik0gpM^o2-4rmol%Ewk8jD zB^8eUg1!HK(x^0AJy(ItqeP rxi6Y_0@Cl z*5}>)wQ)~tM_Lw1NLLSu6HfpV-oNf*km3fw(>j5WFhociBajB0O({uYthvr@rJb%+ zB#e-|&L3T=F(?$!{*iVeaSLeW7z-} dn_B?cpo=*6JX z13sV{PDwpVUQz>y0Yw+2i$Vf&mhs37MW?~73EOI-dTRGG#tjS?0?8ee0wEPW fqk@tI#<86~e!G?=q;-b`)G+q6 z@I*F!q}4hVi0Mxc!t%UWV-*y#>m`pm!<2+5Xo#NzD#2~Sj-Gksfp0&XwK12Dykjg0 z7wV@JGeH-o!pBz?*|OA4eVtxVMaf?8{~}w`UufSEe85_oM{>TaS `rArn_#;mt z=Z7vMZ#9)+x$ig++R-1g)8R{*&>f#p|Ds#C@O9oSH6+F1U|LgNSD6EM+MB$tum|xT zu@!6Jfb@eByPw*&9Gv(LP8f-!b^ra;_9_SWTS2hiva =Xd#M z`EqUhFT?1BK?Fv+okoy5{Y^qrX-K>s;6Ez@ZWnR_XSW876mPc%-etE|Ixp}0H%uYe zd{q?I84QCKo2QGy767|7(&RNvh+iA%yvRG6Etuw9qOdZ7k!+_6#15tfC)u#;q3tnU zoWO~H(i3+8eTM6njx>!`HT Hj{5=R4gQRzxhO65)$02Ae#%4k&qv3HJ@_oXpG=K^w4Chf%5CftNG)P@ z`B(O@_-u?l-*+BzI DJs&db#6QynjUD!D7~}h&5P9&R1Gpv>a94dfr>Xv zyTHeG!?Z) 7S$e}$Wp87BF26fn$3p!CKV$UN=e+>a zaE_VXzx}p=*Kg?(r+xMJ!^6v8{c{>V27L0cSQ*Ka2;kGFTV {LAT$=*tDB z1BJ~O$=F{jiqTGx5Pd#N(?2IfQylSSjJ5yQIo G^xI=8!Q_J%0$bOwu3Aeg?Qm5@qSd&fH#?i%3{hxLf7{biKhgRC+L)hIJM$E%3 z)m|=G(1~$f41IFuyk+!8*#$n#2hW?OXVX5{QmkgN7oQZj?WP&eZO;gLzM-7K=L*x; z>uQ@uw;8%QUI!`aU#}++W_-p2MACM`Oz7N&zaRP6RLj-JF$k|&MpQe0dMfDufg{#o zz_sq6b2<)!L_>65P*vYS^{4%}49aDQpa_x6x#yjIX9tg+<`=uzKXv|_gJX=)3p%;t zB?fu@3WhF{qhCJBcU9i`+1F!susta6@rxp{_CmPPcd_G+YNIv%Mm?VmE*1Hn$}}!6 zdL=9si-;!f(vL|}&ZId 7J~gqLx^{6$^?Ak z_K2A(^rjB?P-;q%rBqI2;_V}fJr~!+20&$Eb+m;W